From 6bd3236c08d754bd46b6a755ba6376990487cfdb Mon Sep 17 00:00:00 2001 From: apathy Date: Tue, 8 Jul 2025 18:54:00 +0300 Subject: [PATCH 1/5] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=BF=D0=BB=D0=B0=D0=B3=D0=B8=D0=BD=D1=8B=20Ess?= =?UTF-8?q?entialsX,=20OpenInv,=20SuperVanish?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/Essentials/config.yml | 1187 + src/plugins/Essentials/custom_items.yml | 7 + src/plugins/Essentials/items.json | 43100 +++++++++++++++++++++ src/plugins/Essentials/kits.yml | 46 + src/plugins/Essentials/motd.txt | 4 + src/plugins/Essentials/tpr.yml | 16 + src/plugins/Essentials/upgrades-done.yml | 13 + src/plugins/Essentials/worth.yml | 187 + src/plugins/EssentialsX-2.20.1.jar | 3 + src/plugins/OpenInv 1 5 2.jar | 3 + src/plugins/OpenInv/config.yml | 11 + src/plugins/OpenInv/locale/en.yml | 34 + src/plugins/SuperVanish-6.2.20.jar | 3 + src/plugins/SuperVanish/config.yml | 193 + src/plugins/SuperVanish/data.yml | 7 + src/plugins/SuperVanish/messages.yml | 78 + 16 files changed, 44892 insertions(+) create mode 100644 src/plugins/Essentials/config.yml create mode 100644 src/plugins/Essentials/custom_items.yml create mode 100644 src/plugins/Essentials/items.json create mode 100644 src/plugins/Essentials/kits.yml create mode 100644 src/plugins/Essentials/motd.txt create mode 100644 src/plugins/Essentials/tpr.yml create mode 100644 src/plugins/Essentials/upgrades-done.yml create mode 100644 src/plugins/Essentials/worth.yml create mode 100644 src/plugins/EssentialsX-2.20.1.jar create mode 100644 src/plugins/OpenInv 1 5 2.jar create mode 100644 src/plugins/OpenInv/config.yml create mode 100644 src/plugins/OpenInv/locale/en.yml create mode 100644 src/plugins/SuperVanish-6.2.20.jar create mode 100644 src/plugins/SuperVanish/config.yml create mode 100644 src/plugins/SuperVanish/data.yml create mode 100644 src/plugins/SuperVanish/messages.yml diff --git a/src/plugins/Essentials/config.yml b/src/plugins/Essentials/config.yml new file mode 100644 index 0000000..542d862 --- /dev/null +++ b/src/plugins/Essentials/config.yml @@ -0,0 +1,1187 @@ +############################################################ +# +------------------------------------------------------+ # +# | Notes | # +# +------------------------------------------------------+ # +############################################################ + +# This is the config file for EssentialsX. +# This config was generated for version 2.20.1. + +# 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 +# - Indents are correct: YAML hierarchy is based entirely on indentation +# - 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 need help, you can join the EssentialsX community: https://essentialsx.net/community.html + +############################################################ +# +------------------------------------------------------+ # +# | Essentials (Global) | # +# +------------------------------------------------------+ # +############################################################ + +# A color code between 0-9 or a-f. Set to 'none' to disable. +# In 1.16+ you can use hex color codes here as well. (For example, #613e1d is brown). +ops-name-color: '4' + +# The character(s) to prefix all nicknames, so that you know they are not true usernames. +# Users with essentials.nick.hideprefix will not be prefixed with the character(s) +nickname-prefix: '~' + +# The maximum length allowed in nicknames. The nickname prefix is not 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 + +# This option will cause Essentials to show players' displaynames instead of usernames when tab completing Essentials commands. +change-tab-complete-name: false + +# When this option is enabled, the (tab) player list will be updated with the displayname. +# The value of change-displayname (above) has to be true. +#change-playerlist: true + +# When EssentialsChat.jar isn't used, force essentials to add the prefix and suffix from permission plugins to displayname. +# This setting is ignored if EssentialsChat.jar is used, and defaults to 'true'. +# The value of change-displayname (above) has to be true. +# 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 is teleporting to an unsafe location in creative, adventure, or god mode; they will not be teleported to a +# safe location. If you'd like players to be teleported to a safe location all of the time, set this option to true. +force-safe-teleport-location: 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 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: + +# Set this to true if you want permission based item spawn rules. +# Note: The blacklist above will be ignored then. +# Example permissions (these go in your permissions manager): +# - essentials.itemspawn.item-all +# - essentials.itemspawn.item-[itemname] +# - essentials.itemspawn.item-[itemid] +# - essentials.give.item-all +# - essentials.give.item-[itemname] +# - essentials.give.item-[itemid] +# - essentials.unlimited.item-all +# - essentials.unlimited.item-[itemname] +# - essentials.unlimited.item-[itemid] +# - essentials.unlimited.item-bucket # Unlimited liquid placing +# +# For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#Item.2FGive +permission-based-item-spawn: false + +# Mob limit on the /spawnmob command per execution. +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. +# Commands in this list, will tell Essentials to 'not give up' the command to other plugins. +# In this state, which plugin 'wins' appears to be almost random. +# +# If you have two plugin with the same command and you wish to force Essentials to take over, you need an alias. +# To force essentials to take 'god' alias 'god' to 'egod'. +# See https://bukkit.fandom.com/wiki/Commands.yml#aliases for more information. + +overridden-commands: +# - god +# - info + +# Disabling commands here will prevent Essentials handling the command, this will not affect command conflicts. +# You should not have to disable commands used in other plugins, they will automatically get priority. +# See https://bukkit.fandom.com/wiki/Commands.yml#aliases to map commands to other plugins. +disabled-commands: +# - nick +# - clear + +# Whether or not Essentials should show detailed command usages. +# If set to false, Essentials will collapse all usages in to one single usage message. +verbose-command-usages: true + +# These commands will be shown to players with socialSpy enabled. +# You can add commands from other plugins you may want to track or +# remove commands that are used for something you dont want to spy on. +# Set - '*' in order to listen on all possible commands. +socialspy-commands: + - msg + - w + - r + - mail + - m + - t + - whisper + - emsg + - tell + - er + - reply + - ereply + - email + - action + - describe + - eme + - eaction + - edescribe + - etell + - 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 + +# Whether social spy should spy on private messages or just the commands from the list above. +# If false, social spy will only monitor commands from the list above. +socialspy-messages: 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 + - back + - back.ondeath + - balance + - balance.others + - balancetop + - build + - chat.color + - chat.format + - chat.shout + - chat.question + - clearinventory + - compass + - depth + - delhome + - getpos + - geoip.show + - help + - helpop + - home + - home.others + - ignore + - info + - itemdb + - kit + - kits.tools + - list + - mail + - mail.send + - me + - motd + - msg + - msg.color + - nick + - near + - pay + - ping + - protect + - r + - rules + - renamehome + - realname + - seen + - sell + - sethome + - setxmpp + - signs.create.protection + - signs.create.trade + - signs.break.protection + - signs.break.trade + - signs.use.balance + - signs.use.buy + - signs.use.disposal + - signs.use.enchant + - signs.use.free + - signs.use.gamemode + - signs.use.heal + - signs.use.info + - signs.use.kit + - signs.use.mail + - signs.use.protection + - signs.use.repair + - signs.use.sell + - signs.use.time + - signs.use.trade + - signs.use.warp + - signs.use.weather + - spawn + - suicide + - time + - tpa + - tpaccept + - tpahere + - tpdeny + - warp + - warp.list + - world + - worth + - xmpp + +# 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 + +# When enabled, armor from kits will automatically be equipped as long as the player's armor slots are empty. +kit-auto-equip: 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. +# Default is false. +pastebin-createkit: false + +# Determines if /createkit will generate kits using NBT item serialization. +# If this is true, /createkit will store items as NBT; otherwise, it will use Essentials' human-readable item format. +# By using NBT serialization, /createkit can store items with complex metadata such as shulker boxes and weapons with custom attributes. +# WARNING: This option only works on 1.15.2+ Paper servers, and it will bypass any custom serializers from other plugins such as Magic. +# WARNING: When creating kits via /createkit with this option enabled, you will not be able to downgrade your server with these kit items. +# This option only affects /createkit - you can still create kits by hand in `kits.yml` using Essentials' human-readable item format. +# Default is false. +use-nbt-serialization-in-createkit: false + +# Essentials Sign Control +# See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these. +# To enable signs, remove # symbol. To disable all signs, comment/remove each sign. +# Essentials colored sign support will be enabled when any sign types are enabled. +# Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given. + +enabledSigns: + #- color + #- balance + #- buy + #- sell + #- trade + #- free + #- warp + #- kit + #- mail + #- enchant + #- gamemode + #- heal + #- info + #- spawnmob + #- repair + #- time + #- weather + #- anvil + #- cartography + #- disposal + #- grindstone + #- loom + #- smithing + #- workbench + +# How many times per second can Essentials signs be interacted with per player. +# Values should be between 1-20, 20 being virtually no lag protection. +# 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: false + +# 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 custom batch/bash command at a specified interval. +# The server will save the world before executing the backup command, and disable +# saving during the backup to prevent world corruption or other conflicts. +# Backups can also be triggered manually with /backup. +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. + # The example command below utilizes rdiff-backup: https://rdiff-backup.net/ + #command: 'rdiff-backup World1 backups/World1' + +# Set this true to enable permission per warp. +per-warp-permission: false + +# Sort output of /list command by groups. +# You can hide and merge the groups displayed in /list by defining the desired behaviour here. +# Detailed instructions and examples can be found on the wiki: http://wiki.ess3.net/wiki/List +list: + # To merge groups, list the groups you wish to merge + #Staff: owner admin moderator + Admins: owner admin + # To limit groups, set a max user limit + #builder: 20 + # To hide groups, set the group as hidden + #default: hidden + # 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 + +# Set the locale for all messages. +# If you don't set this, the default locale of the server will be used. +# For example, to set language to English, set locale to en, to use the file "messages_en.properties". +# Don't forget to remove the # in front of the line. +# For more information, visit http://wiki.ess3.net/wiki/Locale +#locale: en + +# Turn off god mode when people leave the server. +remove-god-on-disconnect: false + +# Auto-AFK +# After this timeout in seconds, the user will be set as AFK. +# This feature requires the player to have essentials.afk.auto node. +# Set to -1 for no timeout. +auto-afk: 300 + +# Auto-AFK Kick +# After this timeout in seconds, the user will be kicked from the server. +# essentials.afk.kickexempt node overrides this feature. +# Set to -1 for no timeout. +auto-afk-kick: -1 + +# Set this to true, if you want to freeze the player, if the player is AFK. +# Other players or monsters can't push the player out of AFK mode then. +# This will also enable temporary god mode for the AFK player. +# The player has to use the command /afk to leave the AFK mode. +freeze-afk-players: false + +# When the player is AFK, should he be able to pickup items? +# Enable this, when you don't want people idling in mob traps. +disable-item-pickup-while-afk: false + +# This setting controls if a player is marked as active on interaction. +# When this setting is false, the player would need to manually un-AFK using the /afk command. +cancel-afk-on-interact: true + +# Should we automatically remove afk status when a player moves? +# Player will be removed from AFK on chat/command regardless of this setting. +# Disable this to reduce server lag. +cancel-afk-on-move: true + +# Should we automatically remove afk status when a player sends a chat message? +cancel-afk-on-chat: 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 + +# Should vanished players be ignored when other players are trying to sleep? +# When this setting is false, player's won't be able to skip the night if vanished players are not sleeping. +# Users with the permission node essentials.sleepingignored will always be ignored. +sleep-ignores-vanished-player: 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 + +# How should essentials handle players with the essentials.keepinv permission who have items with +# curse of vanishing when they die? +# You can set this to "keep" (to keep the item), "drop" (to drop the item), or "delete" (to delete the item). +# Defaults to "keep" +vanishing-items-policy: keep + +# How should essentials handle players with the essentials.keepinv permission who have items with +# curse of binding when they die? +# You can set this to "keep" (to keep the item), "drop" (to drop the item), or "delete" (to delete the item). +# Defaults to "keep" +binding-items-policy: keep + +# 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 custom join and quit messages here. Set this to "none" to use the default Minecraft message, +# or set this to "" to hide the message entirely. + +# Available placeholders: +# {PLAYER} - The player's displayname. +# {USERNAME} - The player's username. +# {PREFIX} - The player's prefix. +# {SUFFIX} - The player's suffix. +# {ONLINE} - The number of players online. +# {UNIQUE} - The number of unique players to join the server. +# {UPTIME} - The amount of time the server has been online. +custom-join-message: "none" +custom-quit-message: "none" + +# You can set a custom join message for users who join with a new username here. +# This message will only be used if a user has joined before and have since changed their username. +# This will be displayed INSTEAD OF custom-join-message, so if you intend to keep them similar, make sure they match. +# Set this to "none" to use the the "custom-join-message" above for every join. + +# Available placeholders: +# {PLAYER} - The player's displayname. +# {USERNAME} - The player's username. +# {OLDUSERNAME} - The player's old username. +# {PREFIX} - The player's prefix. +# {SUFFIX} - The player's suffix. +# {ONLINE} - The number of players online. +# {UNIQUE} - The number of unique players to join the server. +# {UPTIME} - The amount of time the server has been online. +custom-new-username-message: "none" + +# Should Essentials override the vanilla "Server Full" message with its own from the language file? +# Set to false to keep the vanilla message. +use-custom-server-full-message: true + +# You can disable join and quit messages when the player count reaches a certain limit. +# When the player count is below this number, join/quit messages will always be shown. +# Set this to -1 to always show join and quit messages regardless of player count. +hide-join-quit-messages-above: -1 + +# Add worlds to this list, if you want to automatically disable god mode there. +no-god-in-worlds: +# - world_nether + +# Set to true to enable per-world permissions for teleporting between worlds with essentials commands. +# This applies to /world, /back, /tp[a|o][here|all], but not warps. +# Give someone permission to teleport to a world with essentials.worlds. +# This does not affect the /home command, there is a separate toggle below for this. +world-teleport-permissions: false + +# The number of items given if the quantity parameter is left out in /item or /give. +# If this number is below 1, the maximum stack size size is given. If over-sized stacks. +# are not enabled, any number higher than the maximum stack size results in more than one stack. +default-stack-size: -1 + +# Over-sized stacks are stacks that ignore the normal max stack size. +# They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission. +# How many items should be in an over-sized stack? +oversized-stacksize: 64 + +# Allow repair of enchanted weapons and armor. +# If you set this to false, you can still allow it for certain players using the permission. +# essentials.repair.enchanted +repair-enchanted: true + +# Allow 'unsafe' enchantments in kits and item spawning. +# Warning: Mixing and overleveling some enchantments can cause issues with clients, servers and plugins. +unsafe-enchantments: false + +# The maximum range from the player that the /tree and /bigtree commands can spawn trees. +tree-command-range-limit: 300 + +#Do you want Essentials to keep track of previous location for /back in the teleport listener? +#If you set this to true any plugin that uses teleport will have the previous location registered. +register-back-in-listener: false + +#Delay to wait before people can cause attack damage after logging in. +login-attack-delay: 5 + +#Set the max fly speed, values range from 0.1 to 1.0 +max-fly-speed: 0.8 + +#Set the max walk speed, values range from 0.1 to 1.0 +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 + +# Changes the default /reply functionality. +# If true, /reply will not check if the person you're replying to has vanished. +# If false, players will not be able to /reply to players who they can no longer see due to vanish. +last-message-reply-vanished: false + +# 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 + +# Allow selling of items with custom names with the /sell command. +# This may be useful to prevent players accidentally selling named items. +allow-selling-named-items: false + +# Delay for the MOTD display for players on join, in milliseconds. +# This has no effect if the MOTD command or permission are disabled. +# This can also be set to -1 to completely disable the join MOTD all together. +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 + +# Where should Essentials teleport players when they are freed from jail? +# You can set to "back" to have them teleported to where they were before they were jailed, "spawn" to have them +# teleport to spawn, or "off" to not have them teleport. +teleport-when-freed: back + +# Whether or not jail time should only be counted while the user is online. +# If true, a jailed player's time will only decrement when they are online. +jail-online-time: false + +# 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 + +# The maximum number of simultaneous tpa requests that can be pending for any player. +# Once past this threshold, old requests will instantly time out. +# Defaults to 5. +tpa-max-requests: 5 + +# 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 + +# Should EssentialsX check for updates? +# If set to true, EssentialsX will show notifications when a new version is available. +# This uses the public GitHub API and no identifying information is sent or stored. +update-check: true + +############################################################ +# +------------------------------------------------------+ # +# | Homes | # +# +------------------------------------------------------+ # +############################################################ + +# Allows people to set their bed during the day. +# This setting has no effect in Minecraft 1.15+, as Minecraft will always allow the player to set their bed location 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 command only. +# Give someone permission to teleport to a world with essentials.worlds. +world-home-permissions: false + +# Allow players to have multiple homes. +# Players need essentials.sethome.multiple before they can have more than 1 home. +# You can set the default number of multiple homes using the 'default' rank below. +# To remove the home limit entirely, give people 'essentials.sethome.multiple.unlimited'. +# To grant different home amounts to different people, you need to define a 'home-rank' below. +# Create the 'home-rank' below, and give the matching permission: essentials.sethome.multiple. +# For more information, visit http://wiki.ess3.net/wiki/Multihome +sethome-multiple: + default: 3 + vip: 5 + staff: 10 + +# 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. + +# 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 + +# Should players be asked to provide confirmation for homes which they attempt to overwrite? +confirm-home-overwrite: false + +############################################################ +# +------------------------------------------------------+ # +# | 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 + +# 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: + # /example costs $1000 PER USE + #example: 1000 + # /kit tools costs $1500 PER USE + #kit-tools: 1500 + +# Set this to a currency symbol you want to use. +# Remember, if you want to use special characters in this document, +# 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 + +# Set the minimum amount of money a player can have (must be above the negative of max-money). +# Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0. +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 + +# Whether or not users with a balance less than or equal to $0 should be shown in balance-top. +# Setting to false will not show people with balances <= 0 in balance-top. +# NOTE: After reloading the config, you must also run '/baltop force' for this to appear +show-zero-baltop: true + +# 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 + +############################################################ +# +------------------------------------------------------+ # +# | Help | # +# +------------------------------------------------------+ # +############################################################ + +# Show other plugins commands in help. +non-ess-in-help: true + +# Hide plugins which do not give a permission. +# You can override a true value here for a single plugin by adding a permission to a user/group. +# The individual permission is: essentials.help., anyone with essentials.* or '*' will see all help regardless. +# You can use negative permissions to remove access to just a single plugins help if the following is enabled. +hide-permissionless-help: true + +############################################################ +# +------------------------------------------------------+ # +# | EssentialsX Chat | # +# +------------------------------------------------------+ # +############################################################ + +# You need to install EssentialsX Chat for this section to work. +# See https://essentialsx.net/wiki/Module-Breakdown.html for more information. + +chat: + + # 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 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. + # Or you can give a group specific chat format, to give some extra variation. + # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting + # Note: Using the {PREFIX} and {SUFFIX} placeholders along with {DISPLAYNAME} may cause double prefixes/suffixes to be shown in chat unless add-prefix-suffix is uncommented and set to false. + + # Available placeholders: + # {MESSAGE} - The content of the chat message. + # {USERNAME} - The sender's username. + # {DISPLAYNAME} - The sender's display name. + # {NICKNAME} - The sender's Essentials nickname. If the sender has no nickname, the username is shown. + # {PREFIX} - The sender's prefix, supplied by a permissions plugin. + # {SUFFIX} - The sender's suffix, supplied by a permissions plugin. + # {GROUP} - The sender's primary group name, supplied by a permissions plugin. + # {WORLD} - The world alias of the sender's current world. See the world-aliases section below for details. + # {WORLDNAME} - The full name of the sender's current world. + # {SHORTWORLDNAME} - The first character of the sender's current world. + # {TEAMNAME} - The sender's scoreboard team name. + # {TEAMPREFIX} - The sender's scoreboard team prefix. + # {TEAMSUFFIX} - The sender's scoreboard team suffix. + + 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}' + + # 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.net/wiki/Color-Permissions.html for more information. + + # World aliases allow you to replace the world name with something different in the chat format. + # If you are using world aliases, make sure to remove the '#' at the start to allow the setting to be read. + world-aliases: + # plots: "&dP&r" + # creative: "&eC&r" + + # Whether players should be placed into shout mode by default. + shout-default: false + + # Whether a player's shout mode should persist restarts. + persist-shout: false + + # Whether chat questions should be enabled or not. + question-enabled: true + +############################################################ +# +------------------------------------------------------+ # +# | EssentialsX Protect | # +# +------------------------------------------------------+ # +############################################################ + +# You need to install EssentialsX Protect for this section to work. +# See https://essentialsx.net/wiki/Module-Breakdown.html for more information. + +protect: + + # General physics/behavior modifications. Set these to true to disable behaviours. + prevent: + lava-flow: false + water-flow: false + water-bucket-flow: false + fire-spread: true + lava-fire-spread: true + lava-itemdamage: false + flint-fire: false + lightning-fire-spread: true + portal-creation: false + tnt-explosion: false + tnt-playerdamage: false + tnt-itemdamage: false + tnt-minecart-explosion: false + tnt-minecart-playerdamage: false + tnt-minecart-itemdamage: false + fireball-explosion: false + fireball-fire: false + fireball-playerdamage: false + fireball-itemdamage: false + witherskull-explosion: false + witherskull-playerdamage: false + witherskull-itemdamage: false + wither-spawnexplosion: false + wither-blockreplace: false + creeper-explosion: false + creeper-playerdamage: false + creeper-itemdamage: false + creeper-blockdamage: false + ender-crystal-explosion: false + enderdragon-blockdamage: true + enderman-pickup: false + villager-death: false + bed-explosion: false + respawn-anchor-explosion: false + # Monsters won't follow players. + # permission essentials.protect.entitytarget.bypass disables this. + entitytarget: false + # 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 + spider: false + giant: false + zombie: false + slime: false + ghast: false + pig_zombie: false + enderman: false + cave_spider: false + silverfish: false + blaze: false + magma_cube: false + ender_dragon: false + pig: false + sheep: false + cow: false + chicken: false + squid: false + wolf: false + mushroom_cow: false + snowman: false + ocelot: false + iron_golem: false + villager: false + wither: false + 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. + creeper: + max-height: -1 + + # Disable various default physics and behaviors. + disable: + # Should fall damage be disabled? + fall: false + + # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true. + # They will be unable to attack users without that same permission node. + pvp: false + + # Should drowning damage be disabled? + # (Split into two behaviors; generally, you want both set to the same value.) + drown: false + suffocate: false + + # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;) + lavadmg: false + + # Should arrow damage be disabled? + projectiles: false + + # This will disable damage from touching cacti. + contactdmg: false + + # Burn, baby, burn! Should fire damage be disabled? + firedmg: false + + # Should the damage after hit by a lightning be disabled? + lightning: false + + # Should Wither damage be disabled? + wither: false + + # Disable weather options? + weather: + storm: false + thunder: false + lightning: false + +############################################################ +# +------------------------------------------------------+ # +# | EssentialsX AntiBuild | # +# +------------------------------------------------------+ # +############################################################ + + # You need to install EssentialsX AntiBuild for this section to work. + # See https://essentialsx.net/wiki/Module-Breakdown.html and http://wiki.ess3.net/wiki/AntiBuild for more information. + + # 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 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 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 items at https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html. + alert: + on-placement: LAVA,TNT,LAVA_BUCKET + on-use: LAVA_BUCKET + on-break: + + blacklist: + + # Which blocks should people be prevented from placing? + placement: LAVA,TNT,LAVA_BUCKET + + # Which items should people be prevented from using? + usage: LAVA_BUCKET + + # Which blocks should people be prevented from breaking? + break: + + # Which blocks should not be moved by pistons? + piston: + + # Which blocks should not be dispensed by dispensers + dispenser: + +############################################################ +# +------------------------------------------------------+ # +# | EssentialsX Spawn + New Players | # +# +------------------------------------------------------+ # +############################################################ + +# You need to install EssentialsX Spawn for this section to work. +# See https://essentialsx.net/wiki/Module-Breakdown.html for more information. + +newbies: + # Should we announce to the server when someone logs in for the first time? + # If so, use this format, replacing {DISPLAYNAME} with the player name. + # If not, set to '' + #announce-format: '' + announce-format: '&dWelcome {DISPLAYNAME}&d to the server!' + + # When we spawn for the first time, which spawnpoint do we use? + # Set to "none" if you want to use the spawn point of the world. + spawnpoint: newbies + + # Do we want to give users anything on first join? Set to '' to disable + # This kit will be given regardless of cost and permissions, and will not trigger the kit delay. + #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. +# Note: Changes will not apply until after the server is restarted. +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. +# Note: Changes will not apply until after the server is restarted. +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 + +# When users die, should they respawn at their bed instead of the spawnpoint? +# The value of respawn-at-home (above) has to be true. +respawn-at-home-bed: true + +# When users die, should EssentialsSpawn respect users' respawn anchors? +respawn-at-anchor: 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/src/plugins/Essentials/custom_items.yml b/src/plugins/Essentials/custom_items.yml new file mode 100644 index 0000000..dd79864 --- /dev/null +++ b/src/plugins/Essentials/custom_items.yml @@ -0,0 +1,7 @@ +# This file stores custom item aliases. +# 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 diff --git a/src/plugins/Essentials/items.json b/src/plugins/Essentials/items.json new file mode 100644 index 0000000..b71ff56 --- /dev/null +++ b/src/plugins/Essentials/items.json @@ -0,0 +1,43100 @@ +#version: 2.20.1 +# This file is for internal EssentialsX usage. +# We recommend using custom_items.yml to add custom aliases. +{ + "acacia_boat": { + "material": "ACACIA_BOAT" + }, + "aboat": "acacia_boat", + "acaciaboat": "acacia_boat", + "acaciaraft": "acacia_boat", + "acboat": "acacia_boat", + "acraft": "acacia_boat", + "araft": "acacia_boat", + "boata": "acacia_boat", + "boatac": "acacia_boat", + "boatacacia": "acacia_boat", + "minecraft:acacia_boat": "acacia_boat", + "acacia_button": { + "material": "ACACIA_BUTTON" + }, + "abutton": "acacia_button", + "acaciabutton": "acacia_button", + "acbutton": "acacia_button", + "buttona": "acacia_button", + "buttonac": "acacia_button", + "buttonacacia": "acacia_button", + "minecraft:acacia_button": "acacia_button", + "acacia_chest_boat": { + "material": "ACACIA_CHEST_BOAT" + }, + "acaciachboat": "acacia_chest_boat", + "acaciachestboat": "acacia_chest_boat", + "acchboat": "acacia_chest_boat", + "achboat": "acacia_chest_boat", + "minecraft:acacia_chest_boat": "acacia_chest_boat", + "acacia_door": { + "material": "ACACIA_DOOR" + }, + "acaciadoor": "acacia_door", + "acdoor": "acacia_door", + "adoor": "acacia_door", + "minecraft:acacia_door": "acacia_door", + "acacia_fence": { + "material": "ACACIA_FENCE" + }, + "acaciafence": "acacia_fence", + "acfence": "acacia_fence", + "afence": "acacia_fence", + "minecraft:acacia_fence": "acacia_fence", + "acacia_fence_gate": { + "material": "ACACIA_FENCE_GATE" + }, + "acaciafencegate": "acacia_fence_gate", + "acaciagate": "acacia_fence_gate", + "acfencegate": "acacia_fence_gate", + "acgate": "acacia_fence_gate", + "afencegate": "acacia_fence_gate", + "agate": "acacia_fence_gate", + "gatea": "acacia_fence_gate", + "gateac": "acacia_fence_gate", + "gateacacia": "acacia_fence_gate", + "minecraft:acacia_fence_gate": "acacia_fence_gate", + "acacia_hanging_sign": { + "material": "ACACIA_HANGING_SIGN" + }, + "acaciahangingsign": "acacia_hanging_sign", + "acaciahangsign": "acacia_hanging_sign", + "acaciahsign": "acacia_hanging_sign", + "achangsign": "acacia_hanging_sign", + "achsign": "acacia_hanging_sign", + "ahangsign": "acacia_hanging_sign", + "ahsign": "acacia_hanging_sign", + "minecraft:acacia_hanging_sign": "acacia_hanging_sign", + "acacia_leaves": { + "material": "ACACIA_LEAVES" + }, + "acacialeaf": "acacia_leaves", + "acacialeave": "acacia_leaves", + "acacialeaves": "acacia_leaves", + "acacialogleaf": "acacia_leaves", + "acacialogleave": "acacia_leaves", + "acacialogleaves": "acacia_leaves", + "acaciatreeleaf": "acacia_leaves", + "acaciatreeleave": "acacia_leaves", + "acaciatreeleaves": "acacia_leaves", + "acaciatrunkleaf": "acacia_leaves", + "acaciatrunkleave": "acacia_leaves", + "acaciatrunkleaves": "acacia_leaves", + "acaciawoodleaf": "acacia_leaves", + "acaciawoodleave": "acacia_leaves", + "acaciawoodleaves": "acacia_leaves", + "acleaf": "acacia_leaves", + "acleave": "acacia_leaves", + "acleaves": "acacia_leaves", + "aclogleaf": "acacia_leaves", + "aclogleave": "acacia_leaves", + "aclogleaves": "acacia_leaves", + "actreeleaf": "acacia_leaves", + "actreeleave": "acacia_leaves", + "actreeleaves": "acacia_leaves", + "actrunkleaf": "acacia_leaves", + "actrunkleave": "acacia_leaves", + "actrunkleaves": "acacia_leaves", + "acwoodleaf": "acacia_leaves", + "acwoodleave": "acacia_leaves", + "acwoodleaves": "acacia_leaves", + "aleaf": "acacia_leaves", + "aleave": "acacia_leaves", + "aleaves": "acacia_leaves", + "alogleaf": "acacia_leaves", + "alogleave": "acacia_leaves", + "alogleaves": "acacia_leaves", + "atreeleaf": "acacia_leaves", + "atreeleave": "acacia_leaves", + "atreeleaves": "acacia_leaves", + "atrunkleaf": "acacia_leaves", + "atrunkleave": "acacia_leaves", + "atrunkleaves": "acacia_leaves", + "awoodleaf": "acacia_leaves", + "awoodleave": "acacia_leaves", + "awoodleaves": "acacia_leaves", + "leafa": "acacia_leaves", + "leafac": "acacia_leaves", + "leafacacia": "acacia_leaves", + "leavesa": "acacia_leaves", + "leavesac": "acacia_leaves", + "leavesacacia": "acacia_leaves", + "minecraft:acacia_leaves": "acacia_leaves", + "acacia_log": { + "material": "ACACIA_LOG" + }, + "acacialog": "acacia_log", + "acaciatree": "acacia_log", + "acaciatrunk": "acacia_log", + "aclog": "acacia_log", + "actree": "acacia_log", + "actrunk": "acacia_log", + "alog": "acacia_log", + "atree": "acacia_log", + "atrunk": "acacia_log", + "loga": "acacia_log", + "logac": "acacia_log", + "logacacia": "acacia_log", + "minecraft:acacia_log": "acacia_log", + "acacia_planks": { + "material": "ACACIA_PLANKS" + }, + "acaciaplank": "acacia_planks", + "acaciaplanks": "acacia_planks", + "acaciaplankw": "acacia_planks", + "acaciaplankwood": "acacia_planks", + "acaciaplankwooden": "acacia_planks", + "acaciawoodenplank": "acacia_planks", + "acaciawoodplank": "acacia_planks", + "acaciawplank": "acacia_planks", + "acplank": "acacia_planks", + "acplankw": "acacia_planks", + "acplankwood": "acacia_planks", + "acplankwooden": "acacia_planks", + "acwoodenplank": "acacia_planks", + "acwoodplank": "acacia_planks", + "acwplank": "acacia_planks", + "aplank": "acacia_planks", + "aplankw": "acacia_planks", + "aplankwood": "acacia_planks", + "aplankwooden": "acacia_planks", + "awoodenplank": "acacia_planks", + "awoodplank": "acacia_planks", + "awplank": "acacia_planks", + "minecraft:acacia_planks": "acacia_planks", + "acacia_pressure_plate": { + "material": "ACACIA_PRESSURE_PLATE" + }, + "acaciaplate": "acacia_pressure_plate", + "acaciapplate": "acacia_pressure_plate", + "acaciapressplate": "acacia_pressure_plate", + "acaciapressureplate": "acacia_pressure_plate", + "acplate": "acacia_pressure_plate", + "acpplate": "acacia_pressure_plate", + "acpressplate": "acacia_pressure_plate", + "acpressureplate": "acacia_pressure_plate", + "aplate": "acacia_pressure_plate", + "applate": "acacia_pressure_plate", + "apressplate": "acacia_pressure_plate", + "apressureplate": "acacia_pressure_plate", + "minecraft:acacia_pressure_plate": "acacia_pressure_plate", + "platea": "acacia_pressure_plate", + "plateac": "acacia_pressure_plate", + "plateacacia": "acacia_pressure_plate", + "acacia_sapling": { + "material": "ACACIA_SAPLING" + }, + "acacialogsapling": "acacia_sapling", + "acaciasapling": "acacia_sapling", + "acaciatreesapling": "acacia_sapling", + "acaciatrunksapling": "acacia_sapling", + "acaciawoodsapling": "acacia_sapling", + "aclogsapling": "acacia_sapling", + "acsapling": "acacia_sapling", + "actreesapling": "acacia_sapling", + "actrunksapling": "acacia_sapling", + "acwoodsapling": "acacia_sapling", + "alogsapling": "acacia_sapling", + "asapling": "acacia_sapling", + "atreesapling": "acacia_sapling", + "atrunksapling": "acacia_sapling", + "awoodsapling": "acacia_sapling", + "minecraft:acacia_sapling": "acacia_sapling", + "acacia_sign": { + "material": "ACACIA_SIGN", + "fallbacks": [ + "SIGN" + ] + }, + "acaciasign": "acacia_sign", + "acsign": "acacia_sign", + "asign": "acacia_sign", + "minecraft:acacia_sign": "acacia_sign", + "acacia_slab": { + "material": "ACACIA_SLAB" + }, + "acaciahalfblock": "acacia_slab", + "acaciaslab": "acacia_slab", + "acaciastep": "acacia_slab", + "acaciawhalfblock": "acacia_slab", + "acaciawoodenhalfblock": "acacia_slab", + "acaciawoodenslab": "acacia_slab", + "acaciawoodenstep": "acacia_slab", + "acaciawoodhalfblock": "acacia_slab", + "acaciawoodslab": "acacia_slab", + "acaciawoodstep": "acacia_slab", + "acaciawslab": "acacia_slab", + "acaciawstep": "acacia_slab", + "achalfblock": "acacia_slab", + "acstep": "acacia_slab", + "acwhalfblock": "acacia_slab", + "acwoodenhalfblock": "acacia_slab", + "acwoodenslab": "acacia_slab", + "acwoodenstep": "acacia_slab", + "acwoodhalfblock": "acacia_slab", + "acwoodslab": "acacia_slab", + "acwoodstep": "acacia_slab", + "acwslab": "acacia_slab", + "acwstep": "acacia_slab", + "ahalfblock": "acacia_slab", + "astep": "acacia_slab", + "awhalfblock": "acacia_slab", + "awoodenhalfblock": "acacia_slab", + "awoodenslab": "acacia_slab", + "awoodenstep": "acacia_slab", + "awoodhalfblock": "acacia_slab", + "awoodslab": "acacia_slab", + "awoodstep": "acacia_slab", + "awslab": "acacia_slab", + "awstep": "acacia_slab", + "minecraft:acacia_slab": "acacia_slab", + "acacia_stairs": { + "material": "ACACIA_STAIRS" + }, + "acaciastair": "acacia_stairs", + "acaciastairs": "acacia_stairs", + "acaciawoodenstair": "acacia_stairs", + "acaciawoodenstairs": "acacia_stairs", + "acaciawoodstair": "acacia_stairs", + "acaciawoodstairs": "acacia_stairs", + "acaciawstair": "acacia_stairs", + "acaciawstairs": "acacia_stairs", + "acstair": "acacia_stairs", + "acwoodenstair": "acacia_stairs", + "acwoodenstairs": "acacia_stairs", + "acwoodstair": "acacia_stairs", + "acwoodstairs": "acacia_stairs", + "acwstair": "acacia_stairs", + "acwstairs": "acacia_stairs", + "astair": "acacia_stairs", + "awoodenstair": "acacia_stairs", + "awoodenstairs": "acacia_stairs", + "awoodstair": "acacia_stairs", + "awoodstairs": "acacia_stairs", + "awstair": "acacia_stairs", + "awstairs": "acacia_stairs", + "minecraft:acacia_stairs": "acacia_stairs", + "acacia_trapdoor": { + "material": "ACACIA_TRAPDOOR" + }, + "acaciadoort": "acacia_trapdoor", + "acaciadoortrap": "acacia_trapdoor", + "acaciadtrap": "acacia_trapdoor", + "acaciahatch": "acacia_trapdoor", + "acaciatdoor": "acacia_trapdoor", + "acaciatrapd": "acacia_trapdoor", + "acaciatrapdoor": "acacia_trapdoor", + "acdoort": "acacia_trapdoor", + "acdoortrap": "acacia_trapdoor", + "acdtrap": "acacia_trapdoor", + "achatch": "acacia_trapdoor", + "actdoor": "acacia_trapdoor", + "actrapd": "acacia_trapdoor", + "actrapdoor": "acacia_trapdoor", + "adoort": "acacia_trapdoor", + "adoortrap": "acacia_trapdoor", + "adtrap": "acacia_trapdoor", + "ahatch": "acacia_trapdoor", + "atdoor": "acacia_trapdoor", + "atrapd": "acacia_trapdoor", + "atrapdoor": "acacia_trapdoor", + "minecraft:acacia_trapdoor": "acacia_trapdoor", + "acacia_wood": { + "material": "ACACIA_WOOD" + }, + "acacialogall": "acacia_wood", + "acaciatreeall": "acacia_wood", + "acaciatrunkall": "acacia_wood", + "acaciawood": "acacia_wood", + "aclogall": "acacia_wood", + "actreeall": "acacia_wood", + "actrunkall": "acacia_wood", + "acwood": "acacia_wood", + "alogall": "acacia_wood", + "atreeall": "acacia_wood", + "atrunkall": "acacia_wood", + "awood": "acacia_wood", + "minecraft:acacia_wood": "acacia_wood", + "wooda": "acacia_wood", + "woodac": "acacia_wood", + "woodacacia": "acacia_wood", + "activator_rail": { + "material": "ACTIVATOR_RAIL" + }, + "activaterail": "activator_rail", + "activaterails": "activator_rail", + "activatetrack": "activator_rail", + "activatorrail": "activator_rail", + "activatorrails": "activator_rail", + "activatortrack": "activator_rail", + "actrail": "activator_rail", + "actrails": "activator_rail", + "acttrack": "activator_rail", + "arail": "activator_rail", + "arails": "activator_rail", + "atrack": "activator_rail", + "minecraft:activator_rail": "activator_rail", + "trail": "activator_rail", + "trails": "activator_rail", + "triggerrail": "activator_rail", + "triggerrails": "activator_rail", + "triggertrack": "activator_rail", + "trrail": "activator_rail", + "trrails": "activator_rail", + "trtrack": "activator_rail", + "ttrack": "activator_rail", + "air": { + "material": "AIR" + }, + "minecraft:air": "air", + "allay_spawn_egg": { + "material": "ALLAY_SPAWN_EGG" + }, + "allayegg": "allay_spawn_egg", + "allaysegg": "allay_spawn_egg", + "allayspawn": "allay_spawn_egg", + "allayspawnegg": "allay_spawn_egg", + "eggallay": "allay_spawn_egg", + "minecraft:allay_spawn_egg": "allay_spawn_egg", + "seggallay": "allay_spawn_egg", + "spawnallay": "allay_spawn_egg", + "spawneggallay": "allay_spawn_egg", + "allay_spawner": { + "entity": "ALLAY", + "material": "SPAWNER" + }, + "allaycage": "allay_spawner", + "allaymcage": "allay_spawner", + "allaymobcage": "allay_spawner", + "allaymobspawner": "allay_spawner", + "allaymonstercage": "allay_spawner", + "allaymonsterspawner": "allay_spawner", + "allaymspawner": "allay_spawner", + "allayspawner": "allay_spawner", + "allium": { + "material": "ALLIUM" + }, + "magentaallium": "allium", + "magentaflower": "allium", + "minecraft:allium": "allium", + "amethyst_block": { + "material": "AMETHYST_BLOCK" + }, + "amethyst": "amethyst_block", + "amethystblock": "amethyst_block", + "cave": "amethyst_block", + "caveblock": "amethyst_block", + "minecraft:amethyst_block": "amethyst_block", + "amethyst_cluster": { + "material": "AMETHYST_CLUSTER" + }, + "amethystclump": "amethyst_cluster", + "amethystcluster": "amethyst_cluster", + "caveclump": "amethyst_cluster", + "cavecluster": "amethyst_cluster", + "clumpamethyst": "amethyst_cluster", + "clumpcave": "amethyst_cluster", + "clusteramethyst": "amethyst_cluster", + "clustercave": "amethyst_cluster", + "minecraft:amethyst_cluster": "amethyst_cluster", + "amethyst_shard": { + "material": "AMETHYST_SHARD" + }, + "amethystfragment": "amethyst_shard", + "amethystshard": "amethyst_shard", + "cavefragment": "amethyst_shard", + "caveshard": "amethyst_shard", + "minecraft:amethyst_shard": "amethyst_shard", + "ancient_debris": { + "material": "ANCIENT_DEBRIS" + }, + "ancientdebris": "ancient_debris", + "debris": "ancient_debris", + "minecraft:ancient_debris": "ancient_debris", + "andesite": { + "material": "ANDESITE" + }, + "and": "andesite", + "andb": "andesite", + "andbl": "andesite", + "andblock": "andesite", + "andesiteb": "andesite", + "andesitebl": "andesite", + "andesiteblock": "andesite", + "andstone": "andesite", + "andstoneb": "andesite", + "andstonebl": "andesite", + "andstoneblock": "andesite", + "astone": "andesite", + "astoneb": "andesite", + "astonebl": "andesite", + "astoneblock": "andesite", + "minecraft:andesite": "andesite", + "andesite_slab": { + "material": "ANDESITE_SLAB" + }, + "andesitehalfblock": "andesite_slab", + "andesiteslab": "andesite_slab", + "andesitestep": "andesite_slab", + "andhalfblock": "andesite_slab", + "andstep": "andesite_slab", + "andstonehalfblock": "andesite_slab", + "andstonestep": "andesite_slab", + "astonehalfblock": "andesite_slab", + "astonestep": "andesite_slab", + "minecraft:andesite_slab": "andesite_slab", + "andesite_stairs": { + "material": "ANDESITE_STAIRS" + }, + "andesitestair": "andesite_stairs", + "andesitestairs": "andesite_stairs", + "andstair": "andesite_stairs", + "andstairs": "andesite_stairs", + "andstonestair": "andesite_stairs", + "andstonestairs": "andesite_stairs", + "astonestair": "andesite_stairs", + "astonestairs": "andesite_stairs", + "minecraft:andesite_stairs": "andesite_stairs", + "andesite_wall": { + "material": "ANDESITE_WALL" + }, + "andesitewall": "andesite_wall", + "andstonewall": "andesite_wall", + "andwall": "andesite_wall", + "astonewall": "andesite_wall", + "minecraft:andesite_wall": "andesite_wall", + "walland": "andesite_wall", + "wallandesite": "andesite_wall", + "wallandstone": "andesite_wall", + "wallastone": "andesite_wall", + "angler_pottery_sherd": { + "material": "ANGLER_POTTERY_SHERD" + }, + "anglerpotterysherd": "angler_pottery_sherd", + "minecraft:angler_pottery_sherd": "angler_pottery_sherd", + "anvil": { + "material": "ANVIL" + }, + "minecraft:anvil": "anvil", + "apple": { + "material": "APPLE" + }, + "minecraft:apple": "apple", + "archer_pottery_sherd": { + "material": "ARCHER_POTTERY_SHERD" + }, + "archerpotterysherd": "archer_pottery_sherd", + "archersherd": "archer_pottery_sherd", + "minecraft:archer_pottery_sherd": "archer_pottery_sherd", + "armor_stand": { + "material": "ARMOR_STAND" + }, + "armorstand": "armor_stand", + "minecraft:armor_stand": "armor_stand", + "arms_up_pottery_sherd": { + "material": "ARMS_UP_POTTERY_SHERD" + }, + "armssherd": "arms_up_pottery_sherd", + "armsuppotterysherd": "arms_up_pottery_sherd", + "armsupsherd": "arms_up_pottery_sherd", + "minecraft:arms_up_pottery_sherd": "arms_up_pottery_sherd", + "arrow": { + "material": "ARROW" + }, + "minecraft:arrow": "arrow", + "awkward_lingering_potion": { + "potionData": { + "type": "AWKWARD", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotawkward": "awkward_lingering_potion", + "aoepotionawkward": "awkward_lingering_potion", + "areapotawkward": "awkward_lingering_potion", + "areapotionawkward": "awkward_lingering_potion", + "awkwardaoepoiont": "awkward_lingering_potion", + "awkwardaoepot": "awkward_lingering_potion", + "awkwardareapot": "awkward_lingering_potion", + "awkwardareapotion": "awkward_lingering_potion", + "awkwardcloudpot": "awkward_lingering_potion", + "awkwardcloudpotion": "awkward_lingering_potion", + "awkwardlingerpot": "awkward_lingering_potion", + "cloudpotawkward": "awkward_lingering_potion", + "cloudpotionawkward": "awkward_lingering_potion", + "lingerpotawkward": "awkward_lingering_potion", + "awkward_potion": { + "potionData": { + "type": "AWKWARD", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "awkwardpot": "awkward_potion", + "awkwardpotion": "awkward_potion", + "potionofawkward": "awkward_potion", + "potofawkward": "awkward_potion", + "awkward_splash_potion": { + "potionData": { + "type": "AWKWARD", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "awkwardsplashpot": "awkward_splash_potion", + "awkwardsplashpotion": "awkward_splash_potion", + "splashawkwardpot": "awkward_splash_potion", + "splashawkwardpotion": "awkward_splash_potion", + "splawkwardpot": "awkward_splash_potion", + "splawkwardpotion": "awkward_splash_potion", + "awkward_tipped_arrow": { + "potionData": { + "type": "AWKWARD", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowawkward": "awkward_tipped_arrow", + "awkwardarrow": "awkward_tipped_arrow", + "awkwardtarr": "awkward_tipped_arrow", + "awkwardtarrow": "awkward_tipped_arrow", + "awkwardtippedarrow": "awkward_tipped_arrow", + "axolotl_bucket": { + "material": "AXOLOTL_BUCKET" + }, + "axolotlbucket": "axolotl_bucket", + "axolotlbukkit": "axolotl_bucket", + "axolotlpail": "axolotl_bucket", + "bucketoaxolotl": "axolotl_bucket", + "bucketowalkingfish": "axolotl_bucket", + "minecraft:axolotl_bucket": "axolotl_bucket", + "walkingfishbucket": "axolotl_bucket", + "walkingfishbukkit": "axolotl_bucket", + "walkingfishpail": "axolotl_bucket", + "axolotl_spawn_egg": { + "material": "AXOLOTL_SPAWN_EGG" + }, + "axolotlegg": "axolotl_spawn_egg", + "axolotlsegg": "axolotl_spawn_egg", + "axolotlspawn": "axolotl_spawn_egg", + "axolotlspawnegg": "axolotl_spawn_egg", + "eggaxolotl": "axolotl_spawn_egg", + "eggwalkingfish": "axolotl_spawn_egg", + "minecraft:axolotl_spawn_egg": "axolotl_spawn_egg", + "seggaxolotl": "axolotl_spawn_egg", + "seggwalkingfish": "axolotl_spawn_egg", + "spawnaxolotl": "axolotl_spawn_egg", + "spawneggaxolotl": "axolotl_spawn_egg", + "spawneggwalkingfish": "axolotl_spawn_egg", + "spawnwalkingfish": "axolotl_spawn_egg", + "walkingfishegg": "axolotl_spawn_egg", + "walkingfishsegg": "axolotl_spawn_egg", + "walkingfishspawn": "axolotl_spawn_egg", + "walkingfishspawnegg": "axolotl_spawn_egg", + "axolotl_spawner": { + "entity": "AXOLOTL", + "material": "SPAWNER" + }, + "axolotlcage": "axolotl_spawner", + "axolotlmcage": "axolotl_spawner", + "axolotlmobcage": "axolotl_spawner", + "axolotlmobspawner": "axolotl_spawner", + "axolotlmonstercage": "axolotl_spawner", + "axolotlmonsterspawner": "axolotl_spawner", + "axolotlmspawner": "axolotl_spawner", + "axolotlspawner": "axolotl_spawner", + "walkingfishcage": "axolotl_spawner", + "walkingfishmcage": "axolotl_spawner", + "walkingfishmobcage": "axolotl_spawner", + "walkingfishmobspawner": "axolotl_spawner", + "walkingfishmonstercage": "axolotl_spawner", + "walkingfishmonsterspawner": "axolotl_spawner", + "walkingfishmspawner": "axolotl_spawner", + "walkingfishspawner": "axolotl_spawner", + "azalea": { + "material": "AZALEA" + }, + "azasmall": "azalea", + "azsmall": "azalea", + "babyaz": "azalea", + "babyaza": "azalea", + "babyazalea": "azalea", + "minecraft:azalea": "azalea", + "azalea_leaves": { + "material": "AZALEA_LEAVES" + }, + "azaleaf": "azalea_leaves", + "azalealeaf": "azalea_leaves", + "azalealeave": "azalea_leaves", + "azalealeaves": "azalea_leaves", + "azalealogleaf": "azalea_leaves", + "azalealogleave": "azalea_leaves", + "azalealogleaves": "azalea_leaves", + "azaleatreeleaf": "azalea_leaves", + "azaleatreeleave": "azalea_leaves", + "azaleatreeleaves": "azalea_leaves", + "azaleatrunkleaf": "azalea_leaves", + "azaleatrunkleave": "azalea_leaves", + "azaleatrunkleaves": "azalea_leaves", + "azaleave": "azalea_leaves", + "azaleaves": "azalea_leaves", + "azaleawoodleaf": "azalea_leaves", + "azaleawoodleave": "azalea_leaves", + "azaleawoodleaves": "azalea_leaves", + "azalogleaf": "azalea_leaves", + "azalogleave": "azalea_leaves", + "azalogleaves": "azalea_leaves", + "azatreeleaf": "azalea_leaves", + "azatreeleave": "azalea_leaves", + "azatreeleaves": "azalea_leaves", + "azatrunkleaf": "azalea_leaves", + "azatrunkleave": "azalea_leaves", + "azatrunkleaves": "azalea_leaves", + "azawoodleaf": "azalea_leaves", + "azawoodleave": "azalea_leaves", + "azawoodleaves": "azalea_leaves", + "azleaf": "azalea_leaves", + "azleave": "azalea_leaves", + "azleaves": "azalea_leaves", + "azlogleaf": "azalea_leaves", + "azlogleave": "azalea_leaves", + "azlogleaves": "azalea_leaves", + "aztreeleaf": "azalea_leaves", + "aztreeleave": "azalea_leaves", + "aztreeleaves": "azalea_leaves", + "aztrunkleaf": "azalea_leaves", + "aztrunkleave": "azalea_leaves", + "aztrunkleaves": "azalea_leaves", + "azwoodleaf": "azalea_leaves", + "azwoodleave": "azalea_leaves", + "azwoodleaves": "azalea_leaves", + "leafaz": "azalea_leaves", + "leafaza": "azalea_leaves", + "leafazalea": "azalea_leaves", + "leavesaz": "azalea_leaves", + "leavesaza": "azalea_leaves", + "leavesazalea": "azalea_leaves", + "minecraft:azalea_leaves": "azalea_leaves", + "azure_bluet": { + "material": "AZURE_BLUET" + }, + "abluet": "azure_bluet", + "azureb": "azure_bluet", + "azurebluet": "azure_bluet", + "houstonia": "azure_bluet", + "minecraft:azure_bluet": "azure_bluet", + "whiteazurebluet": "azure_bluet", + "baked_potato": { + "material": "BAKED_POTATO" + }, + "bakedpotato": "baked_potato", + "minecraft:baked_potato": "baked_potato", + "bamboo": { + "material": "BAMBOO" + }, + "minecraft:bamboo": "bamboo", + "bamboo_block": { + "material": "BAMBOO_BLOCK" + }, + "bamblock": "bamboo_block", + "bambooblock": "bamboo_block", + "bbblock": "bamboo_block", + "minecraft:bamboo_block": "bamboo_block", + "bamboo_button": { + "material": "BAMBOO_BUTTON" + }, + "bambbutton": "bamboo_button", + "bamboobutton": "bamboo_button", + "bambutton": "bamboo_button", + "buttonbam": "bamboo_button", + "buttonbamb": "bamboo_button", + "buttonbamboo": "bamboo_button", + "minecraft:bamboo_button": "bamboo_button", + "bamboo_chest_raft": { + "material": "BAMBOO_CHEST_RAFT" + }, + "bambchboat": "bamboo_chest_raft", + "bamboochboat": "bamboo_chest_raft", + "bamboochestraft": "bamboo_chest_raft", + "bamchboat": "bamboo_chest_raft", + "minecraft:bamboo_chest_raft": "bamboo_chest_raft", + "bamboo_door": { + "material": "BAMBOO_DOOR" + }, + "bambdoor": "bamboo_door", + "bamboodoor": "bamboo_door", + "bamdoor": "bamboo_door", + "minecraft:bamboo_door": "bamboo_door", + "bamboo_fence": { + "material": "BAMBOO_FENCE" + }, + "bambfence": "bamboo_fence", + "bamboofence": "bamboo_fence", + "bamfence": "bamboo_fence", + "minecraft:bamboo_fence": "bamboo_fence", + "bamboo_fence_gate": { + "material": "BAMBOO_FENCE_GATE" + }, + "bambfencegate": "bamboo_fence_gate", + "bambgate": "bamboo_fence_gate", + "bamboofencegate": "bamboo_fence_gate", + "bamboogate": "bamboo_fence_gate", + "bamfencegate": "bamboo_fence_gate", + "bamgate": "bamboo_fence_gate", + "gatebam": "bamboo_fence_gate", + "gatebamb": "bamboo_fence_gate", + "gatebamboo": "bamboo_fence_gate", + "minecraft:bamboo_fence_gate": "bamboo_fence_gate", + "bamboo_hanging_sign": { + "material": "BAMBOO_HANGING_SIGN" + }, + "bambhangsign": "bamboo_hanging_sign", + "bambhsign": "bamboo_hanging_sign", + "bamboohangingsign": "bamboo_hanging_sign", + "bamboohangsign": "bamboo_hanging_sign", + "bamboohsign": "bamboo_hanging_sign", + "bamhangsign": "bamboo_hanging_sign", + "bamhsign": "bamboo_hanging_sign", + "minecraft:bamboo_hanging_sign": "bamboo_hanging_sign", + "bamboo_mosaic": { + "material": "BAMBOO_MOSAIC" + }, + "bamboomosaic": "bamboo_mosaic", + "minecraft:bamboo_mosaic": "bamboo_mosaic", + "bamboo_mosaic_slab": { + "material": "BAMBOO_MOSAIC_SLAB" + }, + "bamboomosaicslab": "bamboo_mosaic_slab", + "minecraft:bamboo_mosaic_slab": "bamboo_mosaic_slab", + "bamboo_mosaic_stairs": { + "material": "BAMBOO_MOSAIC_STAIRS" + }, + "bamboomosaicstairs": "bamboo_mosaic_stairs", + "minecraft:bamboo_mosaic_stairs": "bamboo_mosaic_stairs", + "bamboo_planks": { + "material": "BAMBOO_PLANKS" + }, + "bambooplank": "bamboo_planks", + "bambooplanks": "bamboo_planks", + "bambooplankw": "bamboo_planks", + "bambooplankwood": "bamboo_planks", + "bambooplankwooden": "bamboo_planks", + "bamboowoodenplank": "bamboo_planks", + "bamboowoodplank": "bamboo_planks", + "bamboowplank": "bamboo_planks", + "bambplank": "bamboo_planks", + "bambplankw": "bamboo_planks", + "bambplankwood": "bamboo_planks", + "bambplankwooden": "bamboo_planks", + "bambwoodenplank": "bamboo_planks", + "bambwoodplank": "bamboo_planks", + "bambwplank": "bamboo_planks", + "bamplank": "bamboo_planks", + "bamplankw": "bamboo_planks", + "bamplankwood": "bamboo_planks", + "bamplankwooden": "bamboo_planks", + "bamwoodenplank": "bamboo_planks", + "bamwoodplank": "bamboo_planks", + "bamwplank": "bamboo_planks", + "minecraft:bamboo_planks": "bamboo_planks", + "bamboo_pressure_plate": { + "material": "BAMBOO_PRESSURE_PLATE" + }, + "bambooplate": "bamboo_pressure_plate", + "bamboopplate": "bamboo_pressure_plate", + "bamboopressplate": "bamboo_pressure_plate", + "bamboopressureplate": "bamboo_pressure_plate", + "bambplate": "bamboo_pressure_plate", + "bambpplate": "bamboo_pressure_plate", + "bambpressplate": "bamboo_pressure_plate", + "bambpressureplate": "bamboo_pressure_plate", + "bamplate": "bamboo_pressure_plate", + "bampplate": "bamboo_pressure_plate", + "bampressplate": "bamboo_pressure_plate", + "bampressureplate": "bamboo_pressure_plate", + "minecraft:bamboo_pressure_plate": "bamboo_pressure_plate", + "platebam": "bamboo_pressure_plate", + "platebamb": "bamboo_pressure_plate", + "platebamboo": "bamboo_pressure_plate", + "bamboo_raft": { + "material": "BAMBOO_RAFT" + }, + "bambboat": "bamboo_raft", + "bamboat": "bamboo_raft", + "bambooboat": "bamboo_raft", + "bambooraft": "bamboo_raft", + "bambraft": "bamboo_raft", + "bamraft": "bamboo_raft", + "boatbam": "bamboo_raft", + "boatbamb": "bamboo_raft", + "boatbamboo": "bamboo_raft", + "minecraft:bamboo_raft": "bamboo_raft", + "bamboo_sign": { + "material": "BAMBOO_SIGN" + }, + "bamboosign": "bamboo_sign", + "bambsign": "bamboo_sign", + "bamsign": "bamboo_sign", + "minecraft:bamboo_sign": "bamboo_sign", + "bamboo_slab": { + "material": "BAMBOO_SLAB" + }, + "bambhalfblock": "bamboo_slab", + "bamboohalfblock": "bamboo_slab", + "bambooslab": "bamboo_slab", + "bamboostep": "bamboo_slab", + "bamboowhalfblock": "bamboo_slab", + "bamboowoodenhalfblock": "bamboo_slab", + "bamboowoodenslab": "bamboo_slab", + "bamboowoodenstep": "bamboo_slab", + "bamboowoodhalfblock": "bamboo_slab", + "bamboowoodslab": "bamboo_slab", + "bamboowoodstep": "bamboo_slab", + "bamboowslab": "bamboo_slab", + "bamboowstep": "bamboo_slab", + "bambstep": "bamboo_slab", + "bambwhalfblock": "bamboo_slab", + "bambwoodenhalfblock": "bamboo_slab", + "bambwoodenslab": "bamboo_slab", + "bambwoodenstep": "bamboo_slab", + "bambwoodhalfblock": "bamboo_slab", + "bambwoodslab": "bamboo_slab", + "bambwoodstep": "bamboo_slab", + "bambwslab": "bamboo_slab", + "bambwstep": "bamboo_slab", + "bamhalfblock": "bamboo_slab", + "bamstep": "bamboo_slab", + "bamwhalfblock": "bamboo_slab", + "bamwoodenhalfblock": "bamboo_slab", + "bamwoodenslab": "bamboo_slab", + "bamwoodenstep": "bamboo_slab", + "bamwoodhalfblock": "bamboo_slab", + "bamwoodslab": "bamboo_slab", + "bamwoodstep": "bamboo_slab", + "bamwslab": "bamboo_slab", + "bamwstep": "bamboo_slab", + "minecraft:bamboo_slab": "bamboo_slab", + "bamboo_stairs": { + "material": "BAMBOO_STAIRS" + }, + "bamboostair": "bamboo_stairs", + "bamboostairs": "bamboo_stairs", + "bamboowoodenstair": "bamboo_stairs", + "bamboowoodenstairs": "bamboo_stairs", + "bamboowoodstair": "bamboo_stairs", + "bamboowoodstairs": "bamboo_stairs", + "bamboowstair": "bamboo_stairs", + "bamboowstairs": "bamboo_stairs", + "bambstair": "bamboo_stairs", + "bambwoodenstair": "bamboo_stairs", + "bambwoodenstairs": "bamboo_stairs", + "bambwoodstair": "bamboo_stairs", + "bambwoodstairs": "bamboo_stairs", + "bambwstair": "bamboo_stairs", + "bambwstairs": "bamboo_stairs", + "bamstair": "bamboo_stairs", + "bamwoodenstair": "bamboo_stairs", + "bamwoodenstairs": "bamboo_stairs", + "bamwoodstair": "bamboo_stairs", + "bamwoodstairs": "bamboo_stairs", + "bamwstair": "bamboo_stairs", + "bamwstairs": "bamboo_stairs", + "minecraft:bamboo_stairs": "bamboo_stairs", + "bamboo_trapdoor": { + "material": "BAMBOO_TRAPDOOR" + }, + "bambdoort": "bamboo_trapdoor", + "bambdoortrap": "bamboo_trapdoor", + "bambdtrap": "bamboo_trapdoor", + "bambhatch": "bamboo_trapdoor", + "bamboodoort": "bamboo_trapdoor", + "bamboodoortrap": "bamboo_trapdoor", + "bamboodtrap": "bamboo_trapdoor", + "bamboohatch": "bamboo_trapdoor", + "bambootdoor": "bamboo_trapdoor", + "bambootrapd": "bamboo_trapdoor", + "bambootrapdoor": "bamboo_trapdoor", + "bambtdoor": "bamboo_trapdoor", + "bambtrapd": "bamboo_trapdoor", + "bambtrapdoor": "bamboo_trapdoor", + "bamdoort": "bamboo_trapdoor", + "bamdoortrap": "bamboo_trapdoor", + "bamdtrap": "bamboo_trapdoor", + "bamhatch": "bamboo_trapdoor", + "bamtdoor": "bamboo_trapdoor", + "bamtrapd": "bamboo_trapdoor", + "bamtrapdoor": "bamboo_trapdoor", + "minecraft:bamboo_trapdoor": "bamboo_trapdoor", + "barrel": { + "material": "BARREL" + }, + "minecraft:barrel": "barrel", + "barrier": { + "material": "BARRIER" + }, + "minecraft:barrier": "barrier", + "basalt": { + "material": "BASALT" + }, + "bas": "basalt", + "basaltb": "basalt", + "basaltbl": "basalt", + "basaltblock": "basalt", + "basaltst": "basalt", + "basaltstb": "basalt", + "basaltstbl": "basalt", + "basaltstblock": "basalt", + "basb": "basalt", + "basbl": "basalt", + "basblock": "basalt", + "bast": "basalt", + "bastb": "basalt", + "bastbl": "basalt", + "bastblock": "basalt", + "minecraft:basalt": "basalt", + "bat_spawn_egg": { + "material": "BAT_SPAWN_EGG" + }, + "bategg": "bat_spawn_egg", + "batsegg": "bat_spawn_egg", + "batspawn": "bat_spawn_egg", + "batspawnegg": "bat_spawn_egg", + "eggbat": "bat_spawn_egg", + "minecraft:bat_spawn_egg": "bat_spawn_egg", + "seggbat": "bat_spawn_egg", + "spawnbat": "bat_spawn_egg", + "spawneggbat": "bat_spawn_egg", + "bat_spawner": { + "entity": "BAT", + "material": "SPAWNER" + }, + "batcage": "bat_spawner", + "batmcage": "bat_spawner", + "batmobcage": "bat_spawner", + "batmobspawner": "bat_spawner", + "batmonstercage": "bat_spawner", + "batmonsterspawner": "bat_spawner", + "batmspawner": "bat_spawner", + "batspawner": "bat_spawner", + "beacon": { + "material": "BEACON" + }, + "beaconblock": "beacon", + "minecraft:beacon": "beacon", + "bedrock": { + "material": "BEDROCK" + }, + "adminblock": "bedrock", + "adminium": "bedrock", + "adminrock": "bedrock", + "minecraft:bedrock": "bedrock", + "opblock": "bedrock", + "oprock": "bedrock", + "bee_nest": { + "material": "BEE_NEST" + }, + "beenest": "bee_nest", + "minecraft:bee_nest": "bee_nest", + "bee_spawn_egg": { + "material": "BEE_SPAWN_EGG" + }, + "beeegg": "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", + "seggbee": "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", + "beef": { + "material": "BEEF" + }, + "cowmeat": "beef", + "minecraft:beef": "beef", + "plainbeef": "beef", + "plaincowmeat": "beef", + "plainsteak": "beef", + "rabeef": "beef", + "racowmeat": "beef", + "rasteak": "beef", + "rawbeef": "beef", + "rawcowmeat": "beef", + "rawsteak": "beef", + "steak": "beef", + "uncookedbeef": "beef", + "uncookedcowmeat": "beef", + "uncookedsteak": "beef", + "beehive": { + "material": "BEEHIVE" + }, + "minecraft:beehive": "beehive", + "beetroot": { + "material": "BEETROOT" + }, + "beet": "beetroot", + "beetcrop": "beetroot", + "beetplant": "beetroot", + "beets": "beetroot", + "broot": "beetroot", + "minecraft:beetroot": "beetroot", + "beetroot_seeds": { + "material": "BEETROOT_SEEDS" + }, + "beetcropseeds": "beetroot_seeds", + "beetplantseeds": "beetroot_seeds", + "beetrootseed": "beetroot_seeds", + "beetrootseeds": "beetroot_seeds", + "beetseed": "beetroot_seeds", + "beetseeds": "beetroot_seeds", + "beetsseeds": "beetroot_seeds", + "brootseed": "beetroot_seeds", + "brootseeds": "beetroot_seeds", + "minecraft:beetroot_seeds": "beetroot_seeds", + "beetroot_soup": { + "material": "BEETROOT_SOUP" + }, + "beetcropsoup": "beetroot_soup", + "beetplantsoup": "beetroot_soup", + "beetrootsoup": "beetroot_soup", + "beetsoup": "beetroot_soup", + "beetssoup": "beetroot_soup", + "brootsoup": "beetroot_soup", + "minecraft:beetroot_soup": "beetroot_soup", + "redsoup": "beetroot_soup", + "bell": { + "material": "BELL" + }, + "minecraft:bell": "bell", + "big_dripleaf": { + "material": "BIG_DRIPLEAF" + }, + "bigdrip": "big_dripleaf", + "bigdripleaf": "big_dripleaf", + "dripleafbig": "big_dripleaf", + "dripleaftall": "big_dripleaf", + "minecraft:big_dripleaf": "big_dripleaf", + "talldrip": "big_dripleaf", + "talldripleaf": "big_dripleaf", + "yoooooooominecraftsgotbigdrip": "big_dripleaf", + "birch_boat": { + "material": "BIRCH_BOAT" + }, + "bboat": "birch_boat", + "birchboat": "birch_boat", + "birchraft": "birch_boat", + "boatb": "birch_boat", + "boatbirch": "birch_boat", + "boatl": "birch_boat", + "boatlight": "birch_boat", + "boatw": "birch_boat", + "boatwhite": "birch_boat", + "braft": "birch_boat", + "lboat": "birch_boat", + "lightboat": "birch_boat", + "lightraft": "birch_boat", + "lraft": "birch_boat", + "minecraft:birch_boat": "birch_boat", + "wboat": "birch_boat", + "whiteboat": "birch_boat", + "whiteraft": "birch_boat", + "wraft": "birch_boat", + "birch_button": { + "material": "BIRCH_BUTTON" + }, + "bbutton": "birch_button", + "birchbutton": "birch_button", + "buttonb": "birch_button", + "buttonbirch": "birch_button", + "buttonl": "birch_button", + "buttonlight": "birch_button", + "buttonw": "birch_button", + "buttonwhite": "birch_button", + "lbutton": "birch_button", + "lightbutton": "birch_button", + "minecraft:birch_button": "birch_button", + "wbutton": "birch_button", + "whitebutton": "birch_button", + "birch_chest_boat": { + "material": "BIRCH_CHEST_BOAT" + }, + "bchboat": "birch_chest_boat", + "birchchboat": "birch_chest_boat", + "birchchestboat": "birch_chest_boat", + "lchboat": "birch_chest_boat", + "lightchboat": "birch_chest_boat", + "minecraft:birch_chest_boat": "birch_chest_boat", + "wchboat": "birch_chest_boat", + "whitechboat": "birch_chest_boat", + "birch_door": { + "material": "BIRCH_DOOR" + }, + "bdoor": "birch_door", + "birchdoor": "birch_door", + "ldoor": "birch_door", + "lightdoor": "birch_door", + "minecraft:birch_door": "birch_door", + "wdoor": "birch_door", + "whitedoor": "birch_door", + "birch_fence": { + "material": "BIRCH_FENCE" + }, + "bfence": "birch_fence", + "birchfence": "birch_fence", + "lfence": "birch_fence", + "lightfence": "birch_fence", + "minecraft:birch_fence": "birch_fence", + "wfence": "birch_fence", + "whitefence": "birch_fence", + "birch_fence_gate": { + "material": "BIRCH_FENCE_GATE" + }, + "bfencegate": "birch_fence_gate", + "bgate": "birch_fence_gate", + "birchfencegate": "birch_fence_gate", + "birchgate": "birch_fence_gate", + "gateb": "birch_fence_gate", + "gatebirch": "birch_fence_gate", + "gatel": "birch_fence_gate", + "gatelight": "birch_fence_gate", + "gatew": "birch_fence_gate", + "gatewhite": "birch_fence_gate", + "lfencegate": "birch_fence_gate", + "lgate": "birch_fence_gate", + "lightfencegate": "birch_fence_gate", + "lightgate": "birch_fence_gate", + "minecraft:birch_fence_gate": "birch_fence_gate", + "wfencegate": "birch_fence_gate", + "wgate": "birch_fence_gate", + "whitefencegate": "birch_fence_gate", + "whitegate": "birch_fence_gate", + "birch_hanging_sign": { + "material": "BIRCH_HANGING_SIGN" + }, + "bhangsign": "birch_hanging_sign", + "bhsign": "birch_hanging_sign", + "birchhangingsign": "birch_hanging_sign", + "birchhangsign": "birch_hanging_sign", + "birchhsign": "birch_hanging_sign", + "lhangsign": "birch_hanging_sign", + "lhsign": "birch_hanging_sign", + "lighthangsign": "birch_hanging_sign", + "lighthsign": "birch_hanging_sign", + "minecraft:birch_hanging_sign": "birch_hanging_sign", + "whangsign": "birch_hanging_sign", + "whitehangsign": "birch_hanging_sign", + "whitehsign": "birch_hanging_sign", + "whsign": "birch_hanging_sign", + "birch_leaves": { + "material": "BIRCH_LEAVES" + }, + "birchleaf": "birch_leaves", + "birchleave": "birch_leaves", + "birchleaves": "birch_leaves", + "birchlogleaf": "birch_leaves", + "birchlogleave": "birch_leaves", + "birchlogleaves": "birch_leaves", + "birchtreeleaf": "birch_leaves", + "birchtreeleave": "birch_leaves", + "birchtreeleaves": "birch_leaves", + "birchtrunkleaf": "birch_leaves", + "birchtrunkleave": "birch_leaves", + "birchtrunkleaves": "birch_leaves", + "birchwoodleaf": "birch_leaves", + "birchwoodleave": "birch_leaves", + "birchwoodleaves": "birch_leaves", + "bleaf": "birch_leaves", + "bleave": "birch_leaves", + "bleaves": "birch_leaves", + "blogleaf": "birch_leaves", + "blogleave": "birch_leaves", + "blogleaves": "birch_leaves", + "btreeleaf": "birch_leaves", + "btreeleave": "birch_leaves", + "btreeleaves": "birch_leaves", + "btrunkleaf": "birch_leaves", + "btrunkleave": "birch_leaves", + "btrunkleaves": "birch_leaves", + "bwoodleaf": "birch_leaves", + "bwoodleave": "birch_leaves", + "bwoodleaves": "birch_leaves", + "leafb": "birch_leaves", + "leafbirch": "birch_leaves", + "leafl": "birch_leaves", + "leaflight": "birch_leaves", + "leafw": "birch_leaves", + "leafwhite": "birch_leaves", + "leavesb": "birch_leaves", + "leavesbirch": "birch_leaves", + "leavesl": "birch_leaves", + "leaveslight": "birch_leaves", + "leavesw": "birch_leaves", + "leaveswhite": "birch_leaves", + "lightleaf": "birch_leaves", + "lightleave": "birch_leaves", + "lightleaves": "birch_leaves", + "lightlogleaf": "birch_leaves", + "lightlogleave": "birch_leaves", + "lightlogleaves": "birch_leaves", + "lighttreeleaf": "birch_leaves", + "lighttreeleave": "birch_leaves", + "lighttreeleaves": "birch_leaves", + "lighttrunkleaf": "birch_leaves", + "lighttrunkleave": "birch_leaves", + "lighttrunkleaves": "birch_leaves", + "lightwoodleaf": "birch_leaves", + "lightwoodleave": "birch_leaves", + "lightwoodleaves": "birch_leaves", + "lleaf": "birch_leaves", + "lleave": "birch_leaves", + "lleaves": "birch_leaves", + "llogleaf": "birch_leaves", + "llogleave": "birch_leaves", + "llogleaves": "birch_leaves", + "ltreeleaf": "birch_leaves", + "ltreeleave": "birch_leaves", + "ltreeleaves": "birch_leaves", + "ltrunkleaf": "birch_leaves", + "ltrunkleave": "birch_leaves", + "ltrunkleaves": "birch_leaves", + "lwoodleaf": "birch_leaves", + "lwoodleave": "birch_leaves", + "lwoodleaves": "birch_leaves", + "minecraft:birch_leaves": "birch_leaves", + "whiteleaf": "birch_leaves", + "whiteleave": "birch_leaves", + "whiteleaves": "birch_leaves", + "whitelogleaf": "birch_leaves", + "whitelogleave": "birch_leaves", + "whitelogleaves": "birch_leaves", + "whitetreeleaf": "birch_leaves", + "whitetreeleave": "birch_leaves", + "whitetreeleaves": "birch_leaves", + "whitetrunkleaf": "birch_leaves", + "whitetrunkleave": "birch_leaves", + "whitetrunkleaves": "birch_leaves", + "whitewoodleaf": "birch_leaves", + "whitewoodleave": "birch_leaves", + "whitewoodleaves": "birch_leaves", + "wleaf": "birch_leaves", + "wleave": "birch_leaves", + "wleaves": "birch_leaves", + "wlogleaf": "birch_leaves", + "wlogleave": "birch_leaves", + "wlogleaves": "birch_leaves", + "wtreeleaf": "birch_leaves", + "wtreeleave": "birch_leaves", + "wtreeleaves": "birch_leaves", + "wtrunkleaf": "birch_leaves", + "wtrunkleave": "birch_leaves", + "wtrunkleaves": "birch_leaves", + "wwoodleaf": "birch_leaves", + "wwoodleave": "birch_leaves", + "wwoodleaves": "birch_leaves", + "birch_log": { + "material": "BIRCH_LOG" + }, + "birchlog": "birch_log", + "birchtree": "birch_log", + "birchtrunk": "birch_log", + "blog": "birch_log", + "btree": "birch_log", + "btrunk": "birch_log", + "lightlog": "birch_log", + "lighttree": "birch_log", + "lighttrunk": "birch_log", + "llog": "birch_log", + "logb": "birch_log", + "logbirch": "birch_log", + "logl": "birch_log", + "loglight": "birch_log", + "logw": "birch_log", + "logwhite": "birch_log", + "ltree": "birch_log", + "ltrunk": "birch_log", + "minecraft:birch_log": "birch_log", + "whitelog": "birch_log", + "whitetree": "birch_log", + "whitetrunk": "birch_log", + "wlog": "birch_log", + "wtree": "birch_log", + "wtrunk": "birch_log", + "birch_planks": { + "material": "BIRCH_PLANKS" + }, + "birchplank": "birch_planks", + "birchplanks": "birch_planks", + "birchplankw": "birch_planks", + "birchplankwood": "birch_planks", + "birchplankwooden": "birch_planks", + "birchwoodenplank": "birch_planks", + "birchwoodplank": "birch_planks", + "birchwplank": "birch_planks", + "bplank": "birch_planks", + "bplankw": "birch_planks", + "bplankwood": "birch_planks", + "bplankwooden": "birch_planks", + "bwoodenplank": "birch_planks", + "bwoodplank": "birch_planks", + "bwplank": "birch_planks", + "lightplank": "birch_planks", + "lightplankw": "birch_planks", + "lightplankwood": "birch_planks", + "lightplankwooden": "birch_planks", + "lightwoodenplank": "birch_planks", + "lightwoodplank": "birch_planks", + "lightwplank": "birch_planks", + "lplank": "birch_planks", + "lplankw": "birch_planks", + "lplankwood": "birch_planks", + "lplankwooden": "birch_planks", + "lwoodenplank": "birch_planks", + "lwoodplank": "birch_planks", + "lwplank": "birch_planks", + "minecraft:birch_planks": "birch_planks", + "whiteplank": "birch_planks", + "whiteplankw": "birch_planks", + "whiteplankwood": "birch_planks", + "whiteplankwooden": "birch_planks", + "whitewoodenplank": "birch_planks", + "whitewoodplank": "birch_planks", + "whitewplank": "birch_planks", + "wplank": "birch_planks", + "wplankw": "birch_planks", + "wplankwood": "birch_planks", + "wplankwooden": "birch_planks", + "wwoodenplank": "birch_planks", + "wwoodplank": "birch_planks", + "wwplank": "birch_planks", + "birch_pressure_plate": { + "material": "BIRCH_PRESSURE_PLATE" + }, + "birchplate": "birch_pressure_plate", + "birchpplate": "birch_pressure_plate", + "birchpressplate": "birch_pressure_plate", + "birchpressureplate": "birch_pressure_plate", + "bplate": "birch_pressure_plate", + "bpplate": "birch_pressure_plate", + "bpressplate": "birch_pressure_plate", + "bpressureplate": "birch_pressure_plate", + "lightplate": "birch_pressure_plate", + "lightpplate": "birch_pressure_plate", + "lightpressplate": "birch_pressure_plate", + "lightpressureplate": "birch_pressure_plate", + "lplate": "leather_chestplate", + "lpplate": "birch_pressure_plate", + "lpressplate": "birch_pressure_plate", + "lpressureplate": "birch_pressure_plate", + "minecraft:birch_pressure_plate": "birch_pressure_plate", + "plateb": "birch_pressure_plate", + "platebirch": "birch_pressure_plate", + "platel": "birch_pressure_plate", + "platelight": "birch_pressure_plate", + "platew": "birch_pressure_plate", + "platewhite": "birch_pressure_plate", + "whiteplate": "birch_pressure_plate", + "whitepplate": "birch_pressure_plate", + "whitepressplate": "birch_pressure_plate", + "whitepressureplate": "birch_pressure_plate", + "wplate": "birch_pressure_plate", + "wpplate": "birch_pressure_plate", + "wpressplate": "birch_pressure_plate", + "wpressureplate": "birch_pressure_plate", + "birch_sapling": { + "material": "BIRCH_SAPLING" + }, + "birchlogsapling": "birch_sapling", + "birchsapling": "birch_sapling", + "birchtreesapling": "birch_sapling", + "birchtrunksapling": "birch_sapling", + "birchwoodsapling": "birch_sapling", + "blogsapling": "birch_sapling", + "bsapling": "birch_sapling", + "btreesapling": "birch_sapling", + "btrunksapling": "birch_sapling", + "bwoodsapling": "birch_sapling", + "lightlogsapling": "birch_sapling", + "lightsapling": "birch_sapling", + "lighttreesapling": "birch_sapling", + "lighttrunksapling": "birch_sapling", + "lightwoodsapling": "birch_sapling", + "llogsapling": "birch_sapling", + "lsapling": "birch_sapling", + "ltreesapling": "birch_sapling", + "ltrunksapling": "birch_sapling", + "lwoodsapling": "birch_sapling", + "minecraft:birch_sapling": "birch_sapling", + "whitelogsapling": "birch_sapling", + "whitesapling": "birch_sapling", + "whitetreesapling": "birch_sapling", + "whitetrunksapling": "birch_sapling", + "whitewoodsapling": "birch_sapling", + "wlogsapling": "birch_sapling", + "wsapling": "birch_sapling", + "wtreesapling": "birch_sapling", + "wtrunksapling": "birch_sapling", + "wwoodsapling": "birch_sapling", + "birch_sign": { + "material": "BIRCH_SIGN", + "fallbacks": [ + "SIGN" + ] + }, + "birchsign": "birch_sign", + "bsign": "birch_sign", + "lightsign": "birch_sign", + "lsign": "birch_sign", + "minecraft:birch_sign": "birch_sign", + "whitesign": "birch_sign", + "wsign": "birch_sign", + "birch_slab": { + "material": "BIRCH_SLAB" + }, + "bhalfblock": "birch_slab", + "birchhalfblock": "birch_slab", + "birchslab": "birch_slab", + "birchstep": "birch_slab", + "birchwhalfblock": "birch_slab", + "birchwoodenhalfblock": "birch_slab", + "birchwoodenslab": "birch_slab", + "birchwoodenstep": "birch_slab", + "birchwoodhalfblock": "birch_slab", + "birchwoodslab": "birch_slab", + "birchwoodstep": "birch_slab", + "birchwslab": "birch_slab", + "birchwstep": "birch_slab", + "bstep": "birch_slab", + "bwhalfblock": "birch_slab", + "bwoodenhalfblock": "birch_slab", + "bwoodenslab": "birch_slab", + "bwoodenstep": "birch_slab", + "bwoodhalfblock": "birch_slab", + "bwoodslab": "birch_slab", + "bwoodstep": "birch_slab", + "bwslab": "birch_slab", + "bwstep": "birch_slab", + "lhalfblock": "birch_slab", + "lighthalfblock": "birch_slab", + "lightstep": "birch_slab", + "lightwhalfblock": "birch_slab", + "lightwoodenhalfblock": "birch_slab", + "lightwoodenslab": "birch_slab", + "lightwoodenstep": "birch_slab", + "lightwoodhalfblock": "birch_slab", + "lightwoodslab": "birch_slab", + "lightwoodstep": "birch_slab", + "lightwslab": "birch_slab", + "lightwstep": "birch_slab", + "lstep": "birch_slab", + "lwhalfblock": "birch_slab", + "lwoodenhalfblock": "birch_slab", + "lwoodenslab": "birch_slab", + "lwoodenstep": "birch_slab", + "lwoodhalfblock": "birch_slab", + "lwoodslab": "birch_slab", + "lwoodstep": "birch_slab", + "lwslab": "birch_slab", + "lwstep": "birch_slab", + "minecraft:birch_slab": "birch_slab", + "whalfblock": "birch_slab", + "whitehalfblock": "birch_slab", + "whitestep": "birch_slab", + "whitewhalfblock": "birch_slab", + "whitewoodenhalfblock": "birch_slab", + "whitewoodenslab": "birch_slab", + "whitewoodenstep": "birch_slab", + "whitewoodhalfblock": "birch_slab", + "whitewoodslab": "birch_slab", + "whitewoodstep": "birch_slab", + "whitewslab": "birch_slab", + "whitewstep": "birch_slab", + "wstep": "birch_slab", + "wwhalfblock": "birch_slab", + "wwoodenhalfblock": "birch_slab", + "wwoodenslab": "birch_slab", + "wwoodenstep": "birch_slab", + "wwoodhalfblock": "birch_slab", + "wwoodslab": "birch_slab", + "wwoodstep": "birch_slab", + "wwslab": "birch_slab", + "wwstep": "birch_slab", + "birch_stairs": { + "material": "BIRCH_STAIRS" + }, + "birchstair": "birch_stairs", + "birchstairs": "birch_stairs", + "birchwoodenstair": "birch_stairs", + "birchwoodenstairs": "birch_stairs", + "birchwoodstair": "birch_stairs", + "birchwoodstairs": "birch_stairs", + "birchwstair": "birch_stairs", + "birchwstairs": "birch_stairs", + "bstair": "birch_stairs", + "bwoodenstair": "birch_stairs", + "bwoodenstairs": "birch_stairs", + "bwoodstair": "birch_stairs", + "bwoodstairs": "birch_stairs", + "bwstair": "birch_stairs", + "bwstairs": "birch_stairs", + "lightstair": "birch_stairs", + "lightwoodenstair": "birch_stairs", + "lightwoodenstairs": "birch_stairs", + "lightwoodstair": "birch_stairs", + "lightwoodstairs": "birch_stairs", + "lightwstair": "birch_stairs", + "lightwstairs": "birch_stairs", + "lstair": "birch_stairs", + "lwoodenstair": "birch_stairs", + "lwoodenstairs": "birch_stairs", + "lwoodstair": "birch_stairs", + "lwoodstairs": "birch_stairs", + "lwstair": "birch_stairs", + "lwstairs": "birch_stairs", + "minecraft:birch_stairs": "birch_stairs", + "whitestair": "birch_stairs", + "whitewoodenstair": "birch_stairs", + "whitewoodenstairs": "birch_stairs", + "whitewoodstair": "birch_stairs", + "whitewoodstairs": "birch_stairs", + "whitewstair": "birch_stairs", + "whitewstairs": "birch_stairs", + "wstair": "birch_stairs", + "wwoodenstair": "birch_stairs", + "wwoodenstairs": "birch_stairs", + "wwoodstair": "birch_stairs", + "wwoodstairs": "birch_stairs", + "wwstair": "birch_stairs", + "wwstairs": "birch_stairs", + "birch_trapdoor": { + "material": "BIRCH_TRAPDOOR" + }, + "bdoort": "birch_trapdoor", + "bdoortrap": "birch_trapdoor", + "bdtrap": "birch_trapdoor", + "bhatch": "birch_trapdoor", + "birchdoort": "birch_trapdoor", + "birchdoortrap": "birch_trapdoor", + "birchdtrap": "birch_trapdoor", + "birchhatch": "birch_trapdoor", + "birchtdoor": "birch_trapdoor", + "birchtrapd": "birch_trapdoor", + "birchtrapdoor": "birch_trapdoor", + "btdoor": "birch_trapdoor", + "btrapd": "birch_trapdoor", + "btrapdoor": "birch_trapdoor", + "ldoort": "birch_trapdoor", + "ldoortrap": "birch_trapdoor", + "ldtrap": "birch_trapdoor", + "lhatch": "birch_trapdoor", + "lightdoort": "birch_trapdoor", + "lightdoortrap": "birch_trapdoor", + "lightdtrap": "birch_trapdoor", + "lighthatch": "birch_trapdoor", + "lighttdoor": "birch_trapdoor", + "lighttrapd": "birch_trapdoor", + "lighttrapdoor": "birch_trapdoor", + "ltdoor": "birch_trapdoor", + "ltrapd": "birch_trapdoor", + "ltrapdoor": "birch_trapdoor", + "minecraft:birch_trapdoor": "birch_trapdoor", + "wdoort": "birch_trapdoor", + "wdoortrap": "birch_trapdoor", + "wdtrap": "birch_trapdoor", + "whatch": "birch_trapdoor", + "whitedoort": "birch_trapdoor", + "whitedoortrap": "birch_trapdoor", + "whitedtrap": "birch_trapdoor", + "whitehatch": "birch_trapdoor", + "whitetdoor": "birch_trapdoor", + "whitetrapd": "birch_trapdoor", + "whitetrapdoor": "birch_trapdoor", + "wtdoor": "birch_trapdoor", + "wtrapd": "birch_trapdoor", + "wtrapdoor": "birch_trapdoor", + "birch_wood": { + "material": "BIRCH_WOOD" + }, + "birchlogall": "birch_wood", + "birchtreeall": "birch_wood", + "birchtrunkall": "birch_wood", + "birchwood": "birch_wood", + "blogall": "birch_wood", + "btreeall": "birch_wood", + "btrunkall": "birch_wood", + "bwood": "birch_wood", + "lightlogall": "birch_wood", + "lighttreeall": "birch_wood", + "lighttrunkall": "birch_wood", + "lightwood": "birch_wood", + "llogall": "birch_wood", + "ltreeall": "birch_wood", + "ltrunkall": "birch_wood", + "lwood": "birch_wood", + "minecraft:birch_wood": "birch_wood", + "whitelogall": "birch_wood", + "whitetreeall": "birch_wood", + "whitetrunkall": "birch_wood", + "whitewood": "birch_wood", + "wlogall": "birch_wood", + "woodb": "birch_wood", + "woodbirch": "birch_wood", + "woodl": "birch_wood", + "woodlight": "birch_wood", + "woodw": "birch_wood", + "woodwhite": "birch_wood", + "wtreeall": "birch_wood", + "wtrunkall": "birch_wood", + "wwood": "birch_wood", + "black_banner": { + "material": "BLACK_BANNER" + }, + "bkbanner": "black_banner", + "blabanner": "black_banner", + "blackbanner": "black_banner", + "minecraft:black_banner": "black_banner", + "black_bed": { + "material": "BLACK_BED" + }, + "bkbed": "black_bed", + "blabed": "black_bed", + "blackbed": "black_bed", + "minecraft:black_bed": "black_bed", + "black_candle": { + "material": "BLACK_CANDLE" + }, + "bkcandle": "black_candle", + "blacandle": "black_candle", + "blackcandle": "black_candle", + "minecraft:black_candle": "black_candle", + "black_carpet": { + "material": "BLACK_CARPET" + }, + "bkcarpet": "black_carpet", + "bkfloor": "black_carpet", + "blacarpet": "black_carpet", + "blackcarpet": "black_carpet", + "blackfloor": "black_carpet", + "blafloor": "black_carpet", + "minecraft:black_carpet": "black_carpet", + "black_concrete": { + "material": "BLACK_CONCRETE" + }, + "bkconcrete": "black_concrete", + "blackconcrete": "black_concrete", + "blaconcrete": "black_concrete", + "minecraft:black_concrete": "black_concrete", + "black_concrete_powder": { + "material": "BLACK_CONCRETE_POWDER" + }, + "bkcdust": "black_concrete_powder", + "bkconcretepowder": "black_concrete_powder", + "bkconcretesand": "black_concrete_powder", + "bkcp": "black_concrete_powder", + "bkcpowder": "black_concrete_powder", + "blacdust": "black_concrete_powder", + "blackcdust": "black_concrete_powder", + "blackconcretepowder": "black_concrete_powder", + "blackconcretesand": "black_concrete_powder", + "blackcp": "black_concrete_powder", + "blackcpowder": "black_concrete_powder", + "blaconcretepowder": "black_concrete_powder", + "blaconcretesand": "black_concrete_powder", + "blacp": "black_concrete_powder", + "blacpowder": "black_concrete_powder", + "minecraft:black_concrete_powder": "black_concrete_powder", + "black_dye": { + "material": "BLACK_DYE", + "fallbacks": [ + "INK_SAC", + "INK_SACK" + ] + }, + "bkdye": "black_dye", + "blackdye": "black_dye", + "bladye": "black_dye", + "minecraft:black_dye": "black_dye", + "black_glazed_terracotta": { + "material": "BLACK_GLAZED_TERRACOTTA" + }, + "bkglazedtcota": "black_glazed_terracotta", + "bkglazedterra": "black_glazed_terracotta", + "bkglazedterracota": "black_glazed_terracotta", + "bkglazedterracotta": "black_glazed_terracotta", + "bkgtcotta": "black_glazed_terracotta", + "bkgterra": "black_glazed_terracotta", + "blackglazedtcota": "black_glazed_terracotta", + "blackglazedterra": "black_glazed_terracotta", + "blackglazedterracota": "black_glazed_terracotta", + "blackglazedterracotta": "black_glazed_terracotta", + "blackgtcotta": "black_glazed_terracotta", + "blackgterra": "black_glazed_terracotta", + "blaglazedtcota": "black_glazed_terracotta", + "blaglazedterra": "black_glazed_terracotta", + "blaglazedterracota": "black_glazed_terracotta", + "blaglazedterracotta": "black_glazed_terracotta", + "blagtcotta": "black_glazed_terracotta", + "blagterra": "black_glazed_terracotta", + "minecraft:black_glazed_terracotta": "black_glazed_terracotta", + "black_shulker_box": { + "material": "BLACK_SHULKER_BOX" + }, + "bksbox": "black_shulker_box", + "bkshulkerbox": "black_shulker_box", + "blacksbox": "black_shulker_box", + "blackshulkerbox": "black_shulker_box", + "blasbox": "black_shulker_box", + "blashulkerbox": "black_shulker_box", + "minecraft:black_shulker_box": "black_shulker_box", + "black_stained_glass": { + "material": "BLACK_STAINED_GLASS" + }, + "bkglass": "black_stained_glass", + "bksglass": "black_stained_glass", + "bkstainedglass": "black_stained_glass", + "blackglass": "black_stained_glass", + "blacksglass": "black_stained_glass", + "blackstainedglass": "black_stained_glass", + "blaglass": "black_stained_glass", + "blasglass": "black_stained_glass", + "blastainedglass": "black_stained_glass", + "minecraft:black_stained_glass": "black_stained_glass", + "black_stained_glass_pane": { + "material": "BLACK_STAINED_GLASS_PANE" + }, + "bkglasspane": "black_stained_glass_pane", + "bkgpane": "black_stained_glass_pane", + "bksglasspane": "black_stained_glass_pane", + "bkstainedglasspane": "black_stained_glass_pane", + "blackglasspane": "black_stained_glass_pane", + "blackgpane": "black_stained_glass_pane", + "blacksglasspane": "black_stained_glass_pane", + "blackstainedglasspane": "black_stained_glass_pane", + "blaglasspane": "black_stained_glass_pane", + "blagpane": "black_stained_glass_pane", + "blasglasspane": "black_stained_glass_pane", + "blastainedglasspane": "black_stained_glass_pane", + "minecraft:black_stained_glass_pane": "black_stained_glass_pane", + "black_terracotta": { + "material": "BLACK_TERRACOTTA" + }, + "bkclay": "black_terracotta", + "bksclay": "black_terracotta", + "bkstainedclay": "black_terracotta", + "bktcota": "black_terracotta", + "bkterra": "black_terracotta", + "bkterracota": "black_terracotta", + "bkterracotta": "black_terracotta", + "blackclay": "black_terracotta", + "blacksclay": "black_terracotta", + "blackstainedclay": "black_terracotta", + "blacktcota": "black_terracotta", + "blackterra": "black_terracotta", + "blackterracota": "black_terracotta", + "blackterracotta": "black_terracotta", + "blaclay": "black_terracotta", + "blasclay": "black_terracotta", + "blastainedclay": "black_terracotta", + "blatcota": "black_terracotta", + "blaterra": "black_terracotta", + "blaterracota": "black_terracotta", + "blaterracotta": "black_terracotta", + "minecraft:black_terracotta": "black_terracotta", + "black_wool": { + "material": "BLACK_WOOL" + }, + "bkcloth": "black_wool", + "bkcotton": "black_wool", + "bkwool": "black_wool", + "blackcloth": "black_wool", + "blackcotton": "black_wool", + "blackwool": "black_wool", + "blacloth": "black_wool", + "blacotton": "black_wool", + "blawool": "black_wool", + "minecraft:black_wool": "black_wool", + "blackstone": { + "material": "BLACKSTONE" + }, + "blackstoneb": "blackstone", + "blackstonebl": "blackstone", + "blackstoneblock": "blackstone", + "blst": "blackstone", + "blstb": "blackstone", + "blstbl": "blackstone", + "blstblock": "blackstone", + "blstone": "blackstone", + "blstoneb": "blackstone", + "blstonebl": "blackstone", + "blstoneblock": "blackstone", + "minecraft:blackstone": "blackstone", + "blackstone_slab": { + "material": "BLACKSTONE_SLAB" + }, + "blackstonehalfblock": "blackstone_slab", + "blackstoneslab": "blackstone_slab", + "blackstonestep": "blackstone_slab", + "blsthalfblock": "blackstone_slab", + "blstonehalfblock": "blackstone_slab", + "blstonestep": "blackstone_slab", + "blststep": "blackstone_slab", + "minecraft:blackstone_slab": "blackstone_slab", + "blackstone_stairs": { + "material": "BLACKSTONE_STAIRS" + }, + "blackstonestair": "blackstone_stairs", + "blackstonestairs": "blackstone_stairs", + "blstonestair": "blackstone_stairs", + "blstonestairs": "blackstone_stairs", + "blststair": "blackstone_stairs", + "blststairs": "blackstone_stairs", + "minecraft:blackstone_stairs": "blackstone_stairs", + "blackstone_wall": { + "material": "BLACKSTONE_WALL" + }, + "blackstonewall": "blackstone_wall", + "blstonewall": "blackstone_wall", + "blstwall": "blackstone_wall", + "minecraft:blackstone_wall": "blackstone_wall", + "wallblackstone": "blackstone_wall", + "wallblst": "blackstone_wall", + "wallblstone": "blackstone_wall", + "blade_pottery_sherd": { + "material": "BLADE_POTTERY_SHERD" + }, + "bladepotterysherd": "blade_pottery_sherd", + "bladesherd": "blade_pottery_sherd", + "minecraft:blade_pottery_sherd": "blade_pottery_sherd", + "blast_furnace": { + "material": "BLAST_FURNACE" + }, + "blastfurnace": "blast_furnace", + "minecraft:blast_furnace": "blast_furnace", + "blaze_powder": { + "material": "BLAZE_POWDER" + }, + "blazepowder": "blaze_powder", + "minecraft:blaze_powder": "blaze_powder", + "blaze_rod": { + "material": "BLAZE_ROD" + }, + "blazerod": "blaze_rod", + "minecraft:blaze_rod": "blaze_rod", + "blaze_spawn_egg": { + "material": "BLAZE_SPAWN_EGG" + }, + "blazeegg": "blaze_spawn_egg", + "blazesegg": "blaze_spawn_egg", + "blazespawn": "blaze_spawn_egg", + "blazespawnegg": "blaze_spawn_egg", + "eggblaze": "blaze_spawn_egg", + "minecraft:blaze_spawn_egg": "blaze_spawn_egg", + "seggblaze": "blaze_spawn_egg", + "spawnblaze": "blaze_spawn_egg", + "spawneggblaze": "blaze_spawn_egg", + "blaze_spawner": { + "entity": "BLAZE", + "material": "SPAWNER" + }, + "blazecage": "blaze_spawner", + "blazemcage": "blaze_spawner", + "blazemobcage": "blaze_spawner", + "blazemobspawner": "blaze_spawner", + "blazemonstercage": "blaze_spawner", + "blazemonsterspawner": "blaze_spawner", + "blazemspawner": "blaze_spawner", + "blazespawner": "blaze_spawner", + "blue_banner": { + "material": "BLUE_BANNER" + }, + "blubanner": "blue_banner", + "bluebanner": "blue_banner", + "minecraft:blue_banner": "blue_banner", + "blue_bed": { + "material": "BLUE_BED" + }, + "blubed": "blue_bed", + "bluebed": "blue_bed", + "minecraft:blue_bed": "blue_bed", + "blue_candle": { + "material": "BLUE_CANDLE" + }, + "blucandle": "blue_candle", + "bluecandle": "blue_candle", + "minecraft:blue_candle": "blue_candle", + "blue_carpet": { + "material": "BLUE_CARPET" + }, + "blucarpet": "blue_carpet", + "bluecarpet": "blue_carpet", + "bluefloor": "blue_carpet", + "blufloor": "blue_carpet", + "minecraft:blue_carpet": "blue_carpet", + "blue_concrete": { + "material": "BLUE_CONCRETE" + }, + "bluconcrete": "blue_concrete", + "blueconcrete": "blue_concrete", + "minecraft:blue_concrete": "blue_concrete", + "blue_concrete_powder": { + "material": "BLUE_CONCRETE_POWDER" + }, + "blucdust": "blue_concrete_powder", + "bluconcretepowder": "blue_concrete_powder", + "bluconcretesand": "blue_concrete_powder", + "blucp": "blue_concrete_powder", + "blucpowder": "blue_concrete_powder", + "bluecdust": "blue_concrete_powder", + "blueconcretepowder": "blue_concrete_powder", + "blueconcretesand": "blue_concrete_powder", + "bluecp": "blue_concrete_powder", + "bluecpowder": "blue_concrete_powder", + "minecraft:blue_concrete_powder": "blue_concrete_powder", + "blue_dye": { + "material": "BLUE_DYE", + "fallbacks": [ + "LAPIS_LAZULI" + ] + }, + "bludye": "blue_dye", + "bluedye": "blue_dye", + "minecraft:blue_dye": "blue_dye", + "blue_glazed_terracotta": { + "material": "BLUE_GLAZED_TERRACOTTA" + }, + "blueglazedtcota": "blue_glazed_terracotta", + "blueglazedterra": "blue_glazed_terracotta", + "blueglazedterracota": "blue_glazed_terracotta", + "blueglazedterracotta": "blue_glazed_terracotta", + "bluegtcotta": "blue_glazed_terracotta", + "bluegterra": "blue_glazed_terracotta", + "bluglazedtcota": "blue_glazed_terracotta", + "bluglazedterra": "blue_glazed_terracotta", + "bluglazedterracota": "blue_glazed_terracotta", + "bluglazedterracotta": "blue_glazed_terracotta", + "blugtcotta": "blue_glazed_terracotta", + "blugterra": "blue_glazed_terracotta", + "minecraft:blue_glazed_terracotta": "blue_glazed_terracotta", + "blue_ice": { + "material": "BLUE_ICE" + }, + "blueice": "blue_ice", + "minecraft:blue_ice": "blue_ice", + "blue_orchid": { + "material": "BLUE_ORCHID" + }, + "blueorchid": "blue_orchid", + "cyanflower": "blue_orchid", + "cyanorchid": "blue_orchid", + "lblueflower": "blue_orchid", + "lblueorchid": "blue_orchid", + "lightblueflower": "blue_orchid", + "lightblueorchid": "blue_orchid", + "minecraft:blue_orchid": "blue_orchid", + "orchid": "blue_orchid", + "blue_shulker_box": { + "material": "BLUE_SHULKER_BOX" + }, + "bluesbox": "blue_shulker_box", + "blueshulkerbox": "blue_shulker_box", + "blusbox": "blue_shulker_box", + "blushulkerbox": "blue_shulker_box", + "minecraft:blue_shulker_box": "blue_shulker_box", + "blue_stained_glass": { + "material": "BLUE_STAINED_GLASS" + }, + "blueglass": "blue_stained_glass", + "bluesglass": "blue_stained_glass", + "bluestainedglass": "blue_stained_glass", + "bluglass": "blue_stained_glass", + "blusglass": "blue_stained_glass", + "blustainedglass": "blue_stained_glass", + "minecraft:blue_stained_glass": "blue_stained_glass", + "blue_stained_glass_pane": { + "material": "BLUE_STAINED_GLASS_PANE" + }, + "blueglasspane": "blue_stained_glass_pane", + "bluegpane": "blue_stained_glass_pane", + "bluesglasspane": "blue_stained_glass_pane", + "bluestainedglasspane": "blue_stained_glass_pane", + "bluglasspane": "blue_stained_glass_pane", + "blugpane": "blue_stained_glass_pane", + "blusglasspane": "blue_stained_glass_pane", + "blustainedglasspane": "blue_stained_glass_pane", + "minecraft:blue_stained_glass_pane": "blue_stained_glass_pane", + "blue_terracotta": { + "material": "BLUE_TERRACOTTA" + }, + "bluclay": "blue_terracotta", + "blueclay": "blue_terracotta", + "bluesclay": "blue_terracotta", + "bluestainedclay": "blue_terracotta", + "bluetcota": "blue_terracotta", + "blueterra": "blue_terracotta", + "blueterracota": "blue_terracotta", + "blueterracotta": "blue_terracotta", + "blusclay": "blue_terracotta", + "blustainedclay": "blue_terracotta", + "blutcota": "blue_terracotta", + "bluterra": "blue_terracotta", + "bluterracota": "blue_terracotta", + "bluterracotta": "blue_terracotta", + "minecraft:blue_terracotta": "blue_terracotta", + "blue_wool": { + "material": "BLUE_WOOL" + }, + "blucloth": "blue_wool", + "blucotton": "blue_wool", + "bluecloth": "blue_wool", + "bluecotton": "blue_wool", + "bluewool": "blue_wool", + "bluwool": "blue_wool", + "minecraft:blue_wool": "blue_wool", + "bone": { + "material": "BONE" + }, + "minecraft:bone": "bone", + "bone_block": { + "material": "BONE_BLOCK" + }, + "boneblock": "bone_block", + "minecraft:bone_block": "bone_block", + "bone_meal": { + "material": "BONE_MEAL" + }, + "bonemeal": "bone_meal", + "minecraft:bone_meal": "bone_meal", + "book": { + "material": "BOOK" + }, + "minecraft:book": "book", + "bookshelf": { + "material": "BOOKSHELF" + }, + "blockbook": "bookshelf", + "bookblock": "bookshelf", + "bookcase": "bookshelf", + "bshelf": "bookshelf", + "casebook": "bookshelf", + "minecraft:bookshelf": "bookshelf", + "shelfbook": "bookshelf", + "bow": { + "material": "BOW" + }, + "minecraft:bow": "bow", + "bowl": { + "material": "BOWL" + }, + "minecraft:bowl": "bowl", + "brain_coral": { + "material": "BRAIN_CORAL" + }, + "braincoral": "brain_coral", + "minecraft:brain_coral": "brain_coral", + "brain_coral_block": { + "material": "BRAIN_CORAL_BLOCK" + }, + "braincoralblock": "brain_coral_block", + "minecraft:brain_coral_block": "brain_coral_block", + "brain_coral_fan": { + "material": "BRAIN_CORAL_FAN" + }, + "braincoralfan": "brain_coral_fan", + "minecraft:brain_coral_fan": "brain_coral_fan", + "bread": { + "material": "BREAD" + }, + "minecraft:bread": "bread", + "brewer_pottery_sherd": { + "material": "BREWER_POTTERY_SHERD" + }, + "brewerpotterysherd": "brewer_pottery_sherd", + "brewersherd": "brewer_pottery_sherd", + "brewsherd": "brewer_pottery_sherd", + "minecraft:brewer_pottery_sherd": "brewer_pottery_sherd", + "brewing_stand": { + "material": "BREWING_STAND" + }, + "brewingstand": "brewing_stand", + "minecraft:brewing_stand": "brewing_stand", + "brick": { + "material": "BRICK" + }, + "minecraft:brick": "brick", + "brick_slab": { + "material": "BRICK_SLAB" + }, + "brickslab": "brick_slab", + "minecraft:brick_slab": "brick_slab", + "brick_stairs": { + "material": "BRICK_STAIRS" + }, + "brickstairs": "brick_stairs", + "minecraft:brick_stairs": "brick_stairs", + "brick_wall": { + "material": "BRICK_WALL" + }, + "brickwall": "brick_wall", + "minecraft:brick_wall": "brick_wall", + "bricks": { + "material": "BRICKS" + }, + "minecraft:bricks": "bricks", + "brown_banner": { + "material": "BROWN_BANNER" + }, + "brbanner": "brown_banner", + "brobanner": "brown_banner", + "brownbanner": "brown_banner", + "minecraft:brown_banner": "brown_banner", + "brown_bed": { + "material": "BROWN_BED" + }, + "brbed": "brown_bed", + "brobed": "brown_bed", + "brownbed": "brown_bed", + "minecraft:brown_bed": "brown_bed", + "brown_candle": { + "material": "BROWN_CANDLE" + }, + "brcandle": "brown_candle", + "brocandle": "brown_candle", + "browncandle": "brown_candle", + "minecraft:brown_candle": "brown_candle", + "brown_carpet": { + "material": "BROWN_CARPET" + }, + "brcarpet": "brown_carpet", + "brfloor": "brown_carpet", + "brocarpet": "brown_carpet", + "brofloor": "brown_carpet", + "browncarpet": "brown_carpet", + "brownfloor": "brown_carpet", + "minecraft:brown_carpet": "brown_carpet", + "brown_concrete": { + "material": "BROWN_CONCRETE" + }, + "brconcrete": "brown_concrete", + "broconcrete": "brown_concrete", + "brownconcrete": "brown_concrete", + "minecraft:brown_concrete": "brown_concrete", + "brown_concrete_powder": { + "material": "BROWN_CONCRETE_POWDER" + }, + "brcdust": "brown_concrete_powder", + "brconcretepowder": "brown_concrete_powder", + "brconcretesand": "brown_concrete_powder", + "brcp": "brown_concrete_powder", + "brcpowder": "brown_concrete_powder", + "brocdust": "brown_concrete_powder", + "broconcretepowder": "brown_concrete_powder", + "broconcretesand": "brown_concrete_powder", + "brocp": "brown_concrete_powder", + "brocpowder": "brown_concrete_powder", + "browncdust": "brown_concrete_powder", + "brownconcretepowder": "brown_concrete_powder", + "brownconcretesand": "brown_concrete_powder", + "browncp": "brown_concrete_powder", + "browncpowder": "brown_concrete_powder", + "minecraft:brown_concrete_powder": "brown_concrete_powder", + "brown_dye": { + "material": "BROWN_DYE", + "fallbacks": [ + "COCOA_BEANS" + ] + }, + "brdye": "brown_dye", + "brodye": "brown_dye", + "browndye": "brown_dye", + "minecraft:brown_dye": "brown_dye", + "brown_glazed_terracotta": { + "material": "BROWN_GLAZED_TERRACOTTA" + }, + "brglazedtcota": "brown_glazed_terracotta", + "brglazedterra": "brown_glazed_terracotta", + "brglazedterracota": "brown_glazed_terracotta", + "brglazedterracotta": "brown_glazed_terracotta", + "brgtcotta": "brown_glazed_terracotta", + "brgterra": "brown_glazed_terracotta", + "broglazedtcota": "brown_glazed_terracotta", + "broglazedterra": "brown_glazed_terracotta", + "broglazedterracota": "brown_glazed_terracotta", + "broglazedterracotta": "brown_glazed_terracotta", + "brogtcotta": "brown_glazed_terracotta", + "brogterra": "brown_glazed_terracotta", + "brownglazedtcota": "brown_glazed_terracotta", + "brownglazedterra": "brown_glazed_terracotta", + "brownglazedterracota": "brown_glazed_terracotta", + "brownglazedterracotta": "brown_glazed_terracotta", + "browngtcotta": "brown_glazed_terracotta", + "browngterra": "brown_glazed_terracotta", + "minecraft:brown_glazed_terracotta": "brown_glazed_terracotta", + "brown_mushroom": { + "material": "BROWN_MUSHROOM" + }, + "brownmushroom": "brown_mushroom", + "minecraft:brown_mushroom": "brown_mushroom", + "brown_mushroom_block": { + "material": "BROWN_MUSHROOM_BLOCK" + }, + "brownmushroomblock": "brown_mushroom_block", + "minecraft:brown_mushroom_block": "brown_mushroom_block", + "brown_shulker_box": { + "material": "BROWN_SHULKER_BOX" + }, + "brosbox": "brown_shulker_box", + "broshulkerbox": "brown_shulker_box", + "brownsbox": "brown_shulker_box", + "brownshulkerbox": "brown_shulker_box", + "brsbox": "brown_shulker_box", + "brshulkerbox": "brown_shulker_box", + "minecraft:brown_shulker_box": "brown_shulker_box", + "brown_stained_glass": { + "material": "BROWN_STAINED_GLASS" + }, + "brglass": "brown_stained_glass", + "broglass": "brown_stained_glass", + "brosglass": "brown_stained_glass", + "brostainedglass": "brown_stained_glass", + "brownglass": "brown_stained_glass", + "brownsglass": "brown_stained_glass", + "brownstainedglass": "brown_stained_glass", + "brsglass": "brown_stained_glass", + "brstainedglass": "brown_stained_glass", + "minecraft:brown_stained_glass": "brown_stained_glass", + "brown_stained_glass_pane": { + "material": "BROWN_STAINED_GLASS_PANE" + }, + "brglasspane": "brown_stained_glass_pane", + "brgpane": "brown_stained_glass_pane", + "broglasspane": "brown_stained_glass_pane", + "brogpane": "brown_stained_glass_pane", + "brosglasspane": "brown_stained_glass_pane", + "brostainedglasspane": "brown_stained_glass_pane", + "brownglasspane": "brown_stained_glass_pane", + "browngpane": "brown_stained_glass_pane", + "brownsglasspane": "brown_stained_glass_pane", + "brownstainedglasspane": "brown_stained_glass_pane", + "brsglasspane": "brown_stained_glass_pane", + "brstainedglasspane": "brown_stained_glass_pane", + "minecraft:brown_stained_glass_pane": "brown_stained_glass_pane", + "brown_terracotta": { + "material": "BROWN_TERRACOTTA" + }, + "brclay": "brown_terracotta", + "broclay": "brown_terracotta", + "brosclay": "brown_terracotta", + "brostainedclay": "brown_terracotta", + "brotcota": "brown_terracotta", + "broterra": "brown_terracotta", + "broterracota": "brown_terracotta", + "broterracotta": "brown_terracotta", + "brownclay": "brown_terracotta", + "brownsclay": "brown_terracotta", + "brownstainedclay": "brown_terracotta", + "browntcota": "brown_terracotta", + "brownterra": "brown_terracotta", + "brownterracota": "brown_terracotta", + "brownterracotta": "brown_terracotta", + "brsclay": "brown_terracotta", + "brstainedclay": "brown_terracotta", + "brtcota": "brown_terracotta", + "brterra": "brown_terracotta", + "brterracota": "brown_terracotta", + "brterracotta": "brown_terracotta", + "minecraft:brown_terracotta": "brown_terracotta", + "brown_wool": { + "material": "BROWN_WOOL" + }, + "brcloth": "brown_wool", + "brcotton": "brown_wool", + "brocloth": "brown_wool", + "brocotton": "brown_wool", + "browncloth": "brown_wool", + "browncotton": "brown_wool", + "brownwool": "brown_wool", + "browool": "brown_wool", + "brwool": "brown_wool", + "minecraft:brown_wool": "brown_wool", + "brush": { + "material": "BRUSH" + }, + "minecraft:brush": "brush", + "bubble_coral": { + "material": "BUBBLE_CORAL" + }, + "bubblecoral": "bubble_coral", + "minecraft:bubble_coral": "bubble_coral", + "bubble_coral_block": { + "material": "BUBBLE_CORAL_BLOCK" + }, + "bubblecoralblock": "bubble_coral_block", + "minecraft:bubble_coral_block": "bubble_coral_block", + "bubble_coral_fan": { + "material": "BUBBLE_CORAL_FAN" + }, + "bubblecoralfan": "bubble_coral_fan", + "minecraft:bubble_coral_fan": "bubble_coral_fan", + "bucket": { + "material": "BUCKET" + }, + "minecraft:bucket": "bucket", + "budding_amethyst": { + "material": "BUDDING_AMETHYST" + }, + "buddingamethyst": "budding_amethyst", + "minecraft:budding_amethyst": "budding_amethyst", + "bundle": { + "material": "BUNDLE" + }, + "minecraft:bundle": "bundle", + "burn_pottery_sherd": { + "material": "BURN_POTTERY_SHERD" + }, + "burnpotterysherd": "burn_pottery_sherd", + "burnsherd": "burn_pottery_sherd", + "minecraft:burn_pottery_sherd": "burn_pottery_sherd", + "cactus": { + "material": "CACTUS" + }, + "cacti": "cactus", + "cactuses": "cactus", + "minecraft:cactus": "cactus", + "cake": { + "material": "CAKE" + }, + "minecraft:cake": "cake", + "calcite": { + "material": "CALCITE" + }, + "minecraft:calcite": "calcite", + "calibrated_sculk_sensor": { + "material": "CALIBRATED_SCULK_SENSOR" + }, + "calibratedsculksensor": "calibrated_sculk_sensor", + "cscsensor": "calibrated_sculk_sensor", + "minecraft:calibrated_sculk_sensor": "calibrated_sculk_sensor", + "camel_spawn_egg": { + "material": "CAMEL_SPAWN_EGG" + }, + "camelegg": "camel_spawn_egg", + "camelsegg": "camel_spawn_egg", + "camelspawn": "camel_spawn_egg", + "camelspawnegg": "camel_spawn_egg", + "eggcamel": "camel_spawn_egg", + "minecraft:camel_spawn_egg": "camel_spawn_egg", + "seggcamel": "camel_spawn_egg", + "spawncamel": "camel_spawn_egg", + "spawneggcamel": "camel_spawn_egg", + "camel_spawner": { + "entity": "CAMEL", + "material": "SPAWNER" + }, + "camelcage": "camel_spawner", + "camelmcage": "camel_spawner", + "camelmobcage": "camel_spawner", + "camelmobspawner": "camel_spawner", + "camelmonstercage": "camel_spawner", + "camelmonsterspawner": "camel_spawner", + "camelmspawner": "camel_spawner", + "camelspawner": "camel_spawner", + "campfire": { + "material": "CAMPFIRE" + }, + "minecraft:campfire": "campfire", + "candle": { + "material": "CANDLE" + }, + "minecraft:candle": "candle", + "carrot": { + "material": "CARROT" + }, + "minecraft:carrot": "carrot", + "carrot_on_a_stick": { + "material": "CARROT_ON_A_STICK" + }, + "carrotonastick": "carrot_on_a_stick", + "minecraft:carrot_on_a_stick": "carrot_on_a_stick", + "cartography_table": { + "material": "CARTOGRAPHY_TABLE" + }, + "cartographytable": "cartography_table", + "minecraft:cartography_table": "cartography_table", + "carved_pumpkin": { + "material": "CARVED_PUMPKIN" + }, + "carvedpumpkin": "carved_pumpkin", + "cutpumpkin": "carved_pumpkin", + "hollowpumpkin": "carved_pumpkin", + "legacypumpkin": "carved_pumpkin", + "minecraft:carved_pumpkin": "carved_pumpkin", + "oldpumpkin": "carved_pumpkin", + "cat_spawn_egg": { + "material": "CAT_SPAWN_EGG" + }, + "categg": "cat_spawn_egg", + "catsegg": "cat_spawn_egg", + "catspawn": "cat_spawn_egg", + "catspawnegg": "cat_spawn_egg", + "eggcat": "cat_spawn_egg", + "minecraft:cat_spawn_egg": "cat_spawn_egg", + "seggcat": "cat_spawn_egg", + "spawncat": "cat_spawn_egg", + "spawneggcat": "cat_spawn_egg", + "cat_spawner": { + "entity": "CAT", + "material": "SPAWNER" + }, + "catcage": "cat_spawner", + "catmcage": "cat_spawner", + "catmobcage": "cat_spawner", + "catmobspawner": "cat_spawner", + "catmonstercage": "cat_spawner", + "catmonsterspawner": "cat_spawner", + "catmspawner": "cat_spawner", + "catspawner": "cat_spawner", + "cauldron": { + "material": "CAULDRON" + }, + "minecraft:cauldron": "cauldron", + "cave_spider_spawn_egg": { + "material": "CAVE_SPIDER_SPAWN_EGG" + }, + "cave_spideregg": "cave_spider_spawn_egg", + "cave_spidersegg": "cave_spider_spawn_egg", + "cave_spiderspawn": "cave_spider_spawn_egg", + "cave_spiderspawnegg": "cave_spider_spawn_egg", + "cavespiderspawnegg": "cave_spider_spawn_egg", + "cspidegg": "cave_spider_spawn_egg", + "cspideregg": "cave_spider_spawn_egg", + "cspidersegg": "cave_spider_spawn_egg", + "cspiderspawn": "cave_spider_spawn_egg", + "cspiderspawnegg": "cave_spider_spawn_egg", + "cspidsegg": "cave_spider_spawn_egg", + "cspidspawn": "cave_spider_spawn_egg", + "cspidspawnegg": "cave_spider_spawn_egg", + "eggcave_spider": "cave_spider_spawn_egg", + "eggcspid": "cave_spider_spawn_egg", + "eggcspider": "cave_spider_spawn_egg", + "minecraft:cave_spider_spawn_egg": "cave_spider_spawn_egg", + "seggcave_spider": "cave_spider_spawn_egg", + "seggcspid": "cave_spider_spawn_egg", + "seggcspider": "cave_spider_spawn_egg", + "spawncave_spider": "cave_spider_spawn_egg", + "spawncspid": "cave_spider_spawn_egg", + "spawncspider": "cave_spider_spawn_egg", + "spawneggcave_spider": "cave_spider_spawn_egg", + "spawneggcspid": "cave_spider_spawn_egg", + "spawneggcspider": "cave_spider_spawn_egg", + "cave_spider_spawner": { + "entity": "CAVE_SPIDER", + "material": "SPAWNER" + }, + "cave_spidercage": "cave_spider_spawner", + "cave_spidermcage": "cave_spider_spawner", + "cave_spidermobcage": "cave_spider_spawner", + "cave_spidermobspawner": "cave_spider_spawner", + "cave_spidermonstercage": "cave_spider_spawner", + "cave_spidermonsterspawner": "cave_spider_spawner", + "cave_spidermspawner": "cave_spider_spawner", + "cave_spiderspawner": "cave_spider_spawner", + "cspidcage": "cave_spider_spawner", + "cspidercage": "cave_spider_spawner", + "cspidermcage": "cave_spider_spawner", + "cspidermobcage": "cave_spider_spawner", + "cspidermobspawner": "cave_spider_spawner", + "cspidermonstercage": "cave_spider_spawner", + "cspidermonsterspawner": "cave_spider_spawner", + "cspidermspawner": "cave_spider_spawner", + "cspiderspawner": "cave_spider_spawner", + "cspidmcage": "cave_spider_spawner", + "cspidmobcage": "cave_spider_spawner", + "cspidmobspawner": "cave_spider_spawner", + "cspidmonstercage": "cave_spider_spawner", + "cspidmonsterspawner": "cave_spider_spawner", + "cspidmspawner": "cave_spider_spawner", + "cspidspawner": "cave_spider_spawner", + "chain": { + "material": "CHAIN" + }, + "minecraft:chain": "chain", + "chain_command_block": { + "material": "CHAIN_COMMAND_BLOCK" + }, + "chaincmdblock": "chain_command_block", + "chaincommandblock": "chain_command_block", + "chainmacroblock": "chain_command_block", + "chblockcmd": "chain_command_block", + "chcmdblock": "chain_command_block", + "minecraft:chain_command_block": "chain_command_block", + "chainmail_boots": { + "material": "CHAINMAIL_BOOTS" + }, + "chainboots": "chainmail_boots", + "chainmailboots": "chainmail_boots", + "chainmailshoes": "chainmail_boots", + "chainmboots": "chainmail_boots", + "chainmshoes": "chainmail_boots", + "chainshoes": "chainmail_boots", + "cmailboots": "chainmail_boots", + "cmailshoes": "chainmail_boots", + "cmboots": "chainmail_boots", + "cmshoes": "chainmail_boots", + "minecraft:chainmail_boots": "chainmail_boots", + "chainmail_chestplate": { + "material": "CHAINMAIL_CHESTPLATE" + }, + "chainchestplate": "chainmail_chestplate", + "chainmailchestplate": "chainmail_chestplate", + "chainmailplate": "chainmail_chestplate", + "chainmailplatebody": "chainmail_chestplate", + "chainmailshirt": "chainmail_chestplate", + "chainmailtunic": "chainmail_chestplate", + "chainmchestplate": "chainmail_chestplate", + "chainmplate": "chainmail_chestplate", + "chainmplatebody": "chainmail_chestplate", + "chainmshirt": "chainmail_chestplate", + "chainmtunic": "chainmail_chestplate", + "chainplate": "chainmail_chestplate", + "chainplatebody": "chainmail_chestplate", + "chainshirt": "chainmail_chestplate", + "chaintunic": "chainmail_chestplate", + "cmailchestplate": "chainmail_chestplate", + "cmailplate": "chainmail_chestplate", + "cmailplatebody": "chainmail_chestplate", + "cmailshirt": "chainmail_chestplate", + "cmailtunic": "chainmail_chestplate", + "cmchestplate": "chainmail_chestplate", + "cmplate": "chainmail_chestplate", + "cmplatebody": "chainmail_chestplate", + "cmshirt": "chainmail_chestplate", + "cmtunic": "chainmail_chestplate", + "minecraft:chainmail_chestplate": "chainmail_chestplate", + "chainmail_helmet": { + "material": "CHAINMAIL_HELMET" + }, + "chaincoif": "chainmail_helmet", + "chainhat": "chainmail_helmet", + "chainhelm": "chainmail_helmet", + "chainhelmet": "chainmail_helmet", + "chainmailcoif": "chainmail_helmet", + "chainmailhat": "chainmail_helmet", + "chainmailhelm": "chainmail_helmet", + "chainmailhelmet": "chainmail_helmet", + "chainmcoif": "chainmail_helmet", + "chainmhat": "chainmail_helmet", + "chainmhelm": "chainmail_helmet", + "chainmhelmet": "chainmail_helmet", + "cmailcoif": "chainmail_helmet", + "cmailhat": "chainmail_helmet", + "cmailhelm": "chainmail_helmet", + "cmailhelmet": "chainmail_helmet", + "cmcoif": "chainmail_helmet", + "cmhat": "chainmail_helmet", + "cmhelm": "chainmail_helmet", + "cmhelmet": "chainmail_helmet", + "minecraft:chainmail_helmet": "chainmail_helmet", + "chainmail_leggings": { + "material": "CHAINMAIL_LEGGINGS" + }, + "chainleggings": "chainmail_leggings", + "chainlegs": "chainmail_leggings", + "chainmailleggings": "chainmail_leggings", + "chainmaillegs": "chainmail_leggings", + "chainmailpants": "chainmail_leggings", + "chainmleggings": "chainmail_leggings", + "chainmlegs": "chainmail_leggings", + "chainmpants": "chainmail_leggings", + "chainpants": "chainmail_leggings", + "cmailleggings": "chainmail_leggings", + "cmaillegs": "chainmail_leggings", + "cmailpants": "chainmail_leggings", + "cmleggings": "chainmail_leggings", + "cmlegs": "chainmail_leggings", + "cmpants": "chainmail_leggings", + "minecraft:chainmail_leggings": "chainmail_leggings", + "charcoal": { + "material": "CHARCOAL" + }, + "minecraft:charcoal": "charcoal", + "cherry_boat": { + "material": "CHERRY_BOAT" + }, + "boatc": "cherry_boat", + "boatcher": "cherry_boat", + "boatcherry": "cherry_boat", + "cboat": "cherry_boat", + "cherboat": "cherry_boat", + "cherraft": "cherry_boat", + "cherryboat": "cherry_boat", + "cherryraft": "cherry_boat", + "craft": "cherry_boat", + "minecraft:cherry_boat": "cherry_boat", + "cherry_button": { + "material": "CHERRY_BUTTON" + }, + "buttonc": "cherry_button", + "buttoncher": "cherry_button", + "buttoncherry": "cherry_button", + "cbutton": "cherry_button", + "cherbutton": "cherry_button", + "cherrybutton": "cherry_button", + "minecraft:cherry_button": "cherry_button", + "cherry_chest_boat": { + "material": "CHERRY_CHEST_BOAT" + }, + "cchboat": "cherry_chest_boat", + "cherchboat": "cherry_chest_boat", + "cherrychboat": "cherry_chest_boat", + "cherrychestboat": "cherry_chest_boat", + "minecraft:cherry_chest_boat": "cherry_chest_boat", + "cherry_door": { + "material": "CHERRY_DOOR" + }, + "cdoor": "cherry_door", + "cherdoor": "cherry_door", + "cherrydoor": "cherry_door", + "minecraft:cherry_door": "cherry_door", + "cherry_fence": { + "material": "CHERRY_FENCE" + }, + "cfence": "cherry_fence", + "cherfence": "cherry_fence", + "cherryfence": "cherry_fence", + "minecraft:cherry_fence": "cherry_fence", + "cherry_fence_gate": { + "material": "CHERRY_FENCE_GATE" + }, + "cfencegate": "cherry_fence_gate", + "cgate": "cherry_fence_gate", + "cherfencegate": "cherry_fence_gate", + "chergate": "cherry_fence_gate", + "cherryfencegate": "cherry_fence_gate", + "cherrygate": "cherry_fence_gate", + "gatec": "cherry_fence_gate", + "gatecher": "cherry_fence_gate", + "gatecherry": "cherry_fence_gate", + "minecraft:cherry_fence_gate": "cherry_fence_gate", + "cherry_hanging_sign": { + "material": "CHERRY_HANGING_SIGN" + }, + "changsign": "cherry_hanging_sign", + "cherhangsign": "cherry_hanging_sign", + "cherhsign": "cherry_hanging_sign", + "cherryhangingsign": "cherry_hanging_sign", + "cherryhangsign": "cherry_hanging_sign", + "cherryhsign": "cherry_hanging_sign", + "chsign": "cherry_hanging_sign", + "minecraft:cherry_hanging_sign": "cherry_hanging_sign", + "cherry_leaves": { + "material": "CHERRY_LEAVES" + }, + "cherleaf": "cherry_leaves", + "cherleave": "cherry_leaves", + "cherleaves": "cherry_leaves", + "cherlogleaf": "cherry_leaves", + "cherlogleave": "cherry_leaves", + "cherlogleaves": "cherry_leaves", + "cherryleaf": "cherry_leaves", + "cherryleave": "cherry_leaves", + "cherryleaves": "cherry_leaves", + "cherrylogleaf": "cherry_leaves", + "cherrylogleave": "cherry_leaves", + "cherrylogleaves": "cherry_leaves", + "cherrytreeleaf": "cherry_leaves", + "cherrytreeleave": "cherry_leaves", + "cherrytreeleaves": "cherry_leaves", + "cherrytrunkleaf": "cherry_leaves", + "cherrytrunkleave": "cherry_leaves", + "cherrytrunkleaves": "cherry_leaves", + "cherrywoodleaf": "cherry_leaves", + "cherrywoodleave": "cherry_leaves", + "cherrywoodleaves": "cherry_leaves", + "chertreeleaf": "cherry_leaves", + "chertreeleave": "cherry_leaves", + "chertreeleaves": "cherry_leaves", + "chertrunkleaf": "cherry_leaves", + "chertrunkleave": "cherry_leaves", + "chertrunkleaves": "cherry_leaves", + "cherwoodleaf": "cherry_leaves", + "cherwoodleave": "cherry_leaves", + "cherwoodleaves": "cherry_leaves", + "cleaf": "cherry_leaves", + "cleave": "cherry_leaves", + "cleaves": "cherry_leaves", + "clogleaf": "cherry_leaves", + "clogleave": "cherry_leaves", + "clogleaves": "cherry_leaves", + "ctreeleaf": "cherry_leaves", + "ctreeleave": "cherry_leaves", + "ctreeleaves": "cherry_leaves", + "ctrunkleaf": "cherry_leaves", + "ctrunkleave": "cherry_leaves", + "ctrunkleaves": "cherry_leaves", + "cwoodleaf": "cherry_leaves", + "cwoodleave": "cherry_leaves", + "cwoodleaves": "cherry_leaves", + "leafc": "cherry_leaves", + "leafcher": "cherry_leaves", + "leafcherry": "cherry_leaves", + "leavesc": "cherry_leaves", + "leavescher": "cherry_leaves", + "leavescherry": "cherry_leaves", + "minecraft:cherry_leaves": "cherry_leaves", + "cherry_log": { + "material": "CHERRY_LOG" + }, + "cherlog": "cherry_log", + "cherrylog": "cherry_log", + "cherrytree": "cherry_log", + "cherrytrunk": "cherry_log", + "chertree": "cherry_log", + "chertrunk": "cherry_log", + "clog": "cherry_log", + "ctree": "cherry_log", + "ctrunk": "cherry_log", + "logc": "cherry_log", + "logcher": "cherry_log", + "logcherry": "cherry_log", + "minecraft:cherry_log": "cherry_log", + "cherry_planks": { + "material": "CHERRY_PLANKS" + }, + "cherplank": "cherry_planks", + "cherplankw": "cherry_planks", + "cherplankwood": "cherry_planks", + "cherplankwooden": "cherry_planks", + "cherryplank": "cherry_planks", + "cherryplanks": "cherry_planks", + "cherryplankw": "cherry_planks", + "cherryplankwood": "cherry_planks", + "cherryplankwooden": "cherry_planks", + "cherrywoodenplank": "cherry_planks", + "cherrywoodplank": "cherry_planks", + "cherrywplank": "cherry_planks", + "cherwoodenplank": "cherry_planks", + "cherwoodplank": "cherry_planks", + "cherwplank": "cherry_planks", + "cplank": "cherry_planks", + "cplankw": "cherry_planks", + "cplankwood": "cherry_planks", + "cplankwooden": "cherry_planks", + "cwoodenplank": "cherry_planks", + "cwoodplank": "cherry_planks", + "cwplank": "cherry_planks", + "minecraft:cherry_planks": "cherry_planks", + "cherry_pressure_plate": { + "material": "CHERRY_PRESSURE_PLATE" + }, + "cherplate": "cherry_pressure_plate", + "cherpplate": "cherry_pressure_plate", + "cherpressplate": "cherry_pressure_plate", + "cherpressureplate": "cherry_pressure_plate", + "cherryplate": "cherry_pressure_plate", + "cherrypplate": "cherry_pressure_plate", + "cherrypressplate": "cherry_pressure_plate", + "cherrypressureplate": "cherry_pressure_plate", + "cplate": "cherry_pressure_plate", + "cpplate": "cherry_pressure_plate", + "cpressplate": "cherry_pressure_plate", + "cpressureplate": "cherry_pressure_plate", + "minecraft:cherry_pressure_plate": "cherry_pressure_plate", + "platec": "cherry_pressure_plate", + "platecher": "cherry_pressure_plate", + "platecherry": "cherry_pressure_plate", + "cherry_sapling": { + "material": "CHERRY_SAPLING" + }, + "cherlogsapling": "cherry_sapling", + "cherrylogsapling": "cherry_sapling", + "cherrysapling": "cherry_sapling", + "cherrytreesapling": "cherry_sapling", + "cherrytrunksapling": "cherry_sapling", + "cherrywoodsapling": "cherry_sapling", + "chersapling": "cherry_sapling", + "chertreesapling": "cherry_sapling", + "chertrunksapling": "cherry_sapling", + "cherwoodsapling": "cherry_sapling", + "clogsapling": "cherry_sapling", + "csapling": "cherry_sapling", + "ctreesapling": "cherry_sapling", + "ctrunksapling": "cherry_sapling", + "cwoodsapling": "cherry_sapling", + "minecraft:cherry_sapling": "cherry_sapling", + "cherry_sign": { + "material": "CHERRY_SIGN" + }, + "cherrysign": "cherry_sign", + "chersign": "cherry_sign", + "csign": "cherry_sign", + "minecraft:cherry_sign": "cherry_sign", + "cherry_slab": { + "material": "CHERRY_SLAB" + }, + "chalfblock": "cherry_slab", + "cherhalfblock": "cherry_slab", + "cherryhalfblock": "cherry_slab", + "cherryslab": "cherry_slab", + "cherrystep": "cherry_slab", + "cherrywhalfblock": "cherry_slab", + "cherrywoodenhalfblock": "cherry_slab", + "cherrywoodenslab": "cherry_slab", + "cherrywoodenstep": "cherry_slab", + "cherrywoodhalfblock": "cherry_slab", + "cherrywoodslab": "cherry_slab", + "cherrywoodstep": "cherry_slab", + "cherrywslab": "cherry_slab", + "cherrywstep": "cherry_slab", + "cherstep": "cherry_slab", + "cherwhalfblock": "cherry_slab", + "cherwoodenhalfblock": "cherry_slab", + "cherwoodenslab": "cherry_slab", + "cherwoodenstep": "cherry_slab", + "cherwoodhalfblock": "cherry_slab", + "cherwoodslab": "cherry_slab", + "cherwoodstep": "cherry_slab", + "cherwslab": "cherry_slab", + "cherwstep": "cherry_slab", + "cstep": "cherry_slab", + "cwhalfblock": "cherry_slab", + "cwoodenhalfblock": "cherry_slab", + "cwoodenslab": "cherry_slab", + "cwoodenstep": "cherry_slab", + "cwoodhalfblock": "cherry_slab", + "cwoodslab": "cherry_slab", + "cwoodstep": "cherry_slab", + "cwslab": "cherry_slab", + "cwstep": "cherry_slab", + "minecraft:cherry_slab": "cherry_slab", + "cherry_stairs": { + "material": "CHERRY_STAIRS" + }, + "cherrystair": "cherry_stairs", + "cherrystairs": "cherry_stairs", + "cherrywoodenstair": "cherry_stairs", + "cherrywoodenstairs": "cherry_stairs", + "cherrywoodstair": "cherry_stairs", + "cherrywoodstairs": "cherry_stairs", + "cherrywstair": "cherry_stairs", + "cherrywstairs": "cherry_stairs", + "cherstair": "cherry_stairs", + "cherwoodenstair": "cherry_stairs", + "cherwoodenstairs": "cherry_stairs", + "cherwoodstair": "cherry_stairs", + "cherwoodstairs": "cherry_stairs", + "cherwstair": "cherry_stairs", + "cherwstairs": "cherry_stairs", + "cstair": "cherry_stairs", + "cwoodenstair": "cherry_stairs", + "cwoodenstairs": "cherry_stairs", + "cwoodstair": "cherry_stairs", + "cwoodstairs": "cherry_stairs", + "cwstair": "cherry_stairs", + "cwstairs": "cherry_stairs", + "minecraft:cherry_stairs": "cherry_stairs", + "cherry_trapdoor": { + "material": "CHERRY_TRAPDOOR" + }, + "cdoort": "cherry_trapdoor", + "cdoortrap": "cherry_trapdoor", + "cdtrap": "cherry_trapdoor", + "chatch": "cherry_trapdoor", + "cherdoort": "cherry_trapdoor", + "cherdoortrap": "cherry_trapdoor", + "cherdtrap": "cherry_trapdoor", + "cherhatch": "cherry_trapdoor", + "cherrydoort": "cherry_trapdoor", + "cherrydoortrap": "cherry_trapdoor", + "cherrydtrap": "cherry_trapdoor", + "cherryhatch": "cherry_trapdoor", + "cherrytdoor": "cherry_trapdoor", + "cherrytrapd": "cherry_trapdoor", + "cherrytrapdoor": "cherry_trapdoor", + "chertdoor": "cherry_trapdoor", + "chertrapd": "cherry_trapdoor", + "chertrapdoor": "cherry_trapdoor", + "ctdoor": "cherry_trapdoor", + "ctrapd": "cherry_trapdoor", + "ctrapdoor": "cherry_trapdoor", + "minecraft:cherry_trapdoor": "cherry_trapdoor", + "cherry_wood": { + "material": "CHERRY_WOOD" + }, + "cherlogall": "cherry_wood", + "cherrylogall": "cherry_wood", + "cherrytreeall": "cherry_wood", + "cherrytrunkall": "cherry_wood", + "cherrywood": "cherry_wood", + "chertreeall": "cherry_wood", + "chertrunkall": "cherry_wood", + "cherwood": "cherry_wood", + "clogall": "cherry_wood", + "ctreeall": "cherry_wood", + "ctrunkall": "cherry_wood", + "cwood": "cherry_wood", + "minecraft:cherry_wood": "cherry_wood", + "woodc": "cherry_wood", + "woodcher": "cherry_wood", + "woodcherry": "cherry_wood", + "chest": { + "material": "CHEST" + }, + "container": "chest", + "drawer": "chest", + "minecraft:chest": "chest", + "chest_minecart": { + "material": "CHEST_MINECART" + }, + "ccart": "chest_minecart", + "chestcart": "chest_minecart", + "chestmc": "chest_minecart", + "chestmcart": "chest_minecart", + "chestminecart": "chest_minecart", + "cmc": "chest_minecart", + "cmcart": "chest_minecart", + "cminecart": "chest_minecart", + "minecraft:chest_minecart": "chest_minecart", + "scart": "chest_minecart", + "smc": "chest_minecart", + "smcart": "chest_minecart", + "sminecart": "chest_minecart", + "storagecart": "chest_minecart", + "storagemc": "chest_minecart", + "storagemcart": "chest_minecart", + "storageminecart": "chest_minecart", + "chicken": { + "material": "CHICKEN" + }, + "minecraft:chicken": "chicken", + "plainchicken": "chicken", + "rachicken": "chicken", + "rawchicken": "chicken", + "uncookedchicken": "chicken", + "chicken_spawn_egg": { + "material": "CHICKEN_SPAWN_EGG" + }, + "chickenegg": "chicken_spawn_egg", + "chickensegg": "chicken_spawn_egg", + "chickenspawn": "chicken_spawn_egg", + "chickenspawnegg": "chicken_spawn_egg", + "eggchicken": "chicken_spawn_egg", + "minecraft:chicken_spawn_egg": "chicken_spawn_egg", + "seggchicken": "chicken_spawn_egg", + "spawnchicken": "chicken_spawn_egg", + "spawneggchicken": "chicken_spawn_egg", + "chicken_spawner": { + "entity": "CHICKEN", + "material": "SPAWNER" + }, + "chickencage": "chicken_spawner", + "chickenmcage": "chicken_spawner", + "chickenmobcage": "chicken_spawner", + "chickenmobspawner": "chicken_spawner", + "chickenmonstercage": "chicken_spawner", + "chickenmonsterspawner": "chicken_spawner", + "chickenmspawner": "chicken_spawner", + "chickenspawner": "chicken_spawner", + "chipped_anvil": { + "material": "CHIPPED_ANVIL" + }, + "chippedanvil": "chipped_anvil", + "minecraft:chipped_anvil": "chipped_anvil", + "slightdamageanvil": "chipped_anvil", + "slightlydamagedanvil": "chipped_anvil", + "chiseled_bookshelf": { + "material": "CHISELED_BOOKSHELF" + }, + "cblockbook": "chiseled_bookshelf", + "cbookblock": "chiseled_bookshelf", + "cbookcase": "chiseled_bookshelf", + "cbshelf": "chiseled_bookshelf", + "chiseledb": "chiseled_bookshelf", + "chiseledbookshelf": "chiseled_bookshelf", + "chiseledshelf": "chiseled_bookshelf", + "cshelfbook": "chiseled_bookshelf", + "minecraft:chiseled_bookshelf": "chiseled_bookshelf", + "chiseled_deepslate": { + "material": "CHISELED_DEEPSLATE" + }, + "chiseleddeepslate": "chiseled_deepslate", + "chiseleddeepslateb": "chiseled_deepslate", + "chiseleddeepslatebl": "chiseled_deepslate", + "chiseleddeepslateblock": "chiseled_deepslate", + "chiseleddslate": "chiseled_deepslate", + "chiseleddslateb": "chiseled_deepslate", + "chiseleddslatebl": "chiseled_deepslate", + "chiseleddslateblock": "chiseled_deepslate", + "chiseledslate": "chiseled_deepslate", + "chiseledslateb": "chiseled_deepslate", + "chiseledslatebl": "chiseled_deepslate", + "chiseledslateblock": "chiseled_deepslate", + "cideepslate": "chiseled_deepslate", + "cideepslateb": "chiseled_deepslate", + "cideepslatebl": "chiseled_deepslate", + "cideepslateblock": "chiseled_deepslate", + "cidslate": "chiseled_deepslate", + "cidslateb": "chiseled_deepslate", + "cidslatebl": "chiseled_deepslate", + "cidslateblock": "chiseled_deepslate", + "circledeepslate": "chiseled_deepslate", + "circledeepslateb": "chiseled_deepslate", + "circledeepslatebl": "chiseled_deepslate", + "circledeepslateblock": "chiseled_deepslate", + "circledslate": "chiseled_deepslate", + "circledslateb": "chiseled_deepslate", + "circledslatebl": "chiseled_deepslate", + "circledslateblock": "chiseled_deepslate", + "circleslate": "chiseled_deepslate", + "circleslateb": "chiseled_deepslate", + "circleslatebl": "chiseled_deepslate", + "circleslateblock": "chiseled_deepslate", + "cislate": "chiseled_deepslate", + "cislateb": "chiseled_deepslate", + "cislatebl": "chiseled_deepslate", + "cislateblock": "chiseled_deepslate", + "minecraft:chiseled_deepslate": "chiseled_deepslate", + "chiseled_nether_bricks": { + "material": "CHISELED_NETHER_BRICKS" + }, + "chiselednbr": "chiseled_nether_bricks", + "chiselednbrick": "chiseled_nether_bricks", + "chiselednethbr": "chiseled_nether_bricks", + "chiselednethbrick": "chiseled_nether_bricks", + "chiselednetherbr": "chiseled_nether_bricks", + "chiselednetherbrick": "chiseled_nether_bricks", + "chiselednetherbricks": "chiseled_nether_bricks", + "cinbr": "chiseled_nether_bricks", + "cinbrick": "chiseled_nether_bricks", + "cinethbr": "chiseled_nether_bricks", + "cinethbrick": "chiseled_nether_bricks", + "cinetherbr": "chiseled_nether_bricks", + "cinetherbrick": "chiseled_nether_bricks", + "circlenbr": "chiseled_nether_bricks", + "circlenbrick": "chiseled_nether_bricks", + "circlenethbr": "chiseled_nether_bricks", + "circlenethbrick": "chiseled_nether_bricks", + "circlenetherbr": "chiseled_nether_bricks", + "circlenetherbrick": "chiseled_nether_bricks", + "minecraft:chiseled_nether_bricks": "chiseled_nether_bricks", + "chiseled_polished_blackstone": { + "material": "CHISELED_POLISHED_BLACKSTONE" + }, + "chiseledpblackstone": "chiseled_polished_blackstone", + "chiseledpblackstoneb": "chiseled_polished_blackstone", + "chiseledpblackstonebl": "chiseled_polished_blackstone", + "chiseledpblackstoneblock": "chiseled_polished_blackstone", + "chiseledpblst": "chiseled_polished_blackstone", + "chiseledpblstb": "chiseled_polished_blackstone", + "chiseledpblstbl": "chiseled_polished_blackstone", + "chiseledpblstblock": "chiseled_polished_blackstone", + "chiseledpblstone": "chiseled_polished_blackstone", + "chiseledpblstoneb": "chiseled_polished_blackstone", + "chiseledpblstonebl": "chiseled_polished_blackstone", + "chiseledpblstoneblock": "chiseled_polished_blackstone", + "chiseledpolishedblackstone": "chiseled_polished_blackstone", + "chiseledpolishedblackstoneb": "chiseled_polished_blackstone", + "chiseledpolishedblackstonebl": "chiseled_polished_blackstone", + "chiseledpolishedblackstoneblock": "chiseled_polished_blackstone", + "chiseledpolishedblst": "chiseled_polished_blackstone", + "chiseledpolishedblstb": "chiseled_polished_blackstone", + "chiseledpolishedblstbl": "chiseled_polished_blackstone", + "chiseledpolishedblstblock": "chiseled_polished_blackstone", + "chiseledpolishedblstone": "chiseled_polished_blackstone", + "chiseledpolishedblstoneb": "chiseled_polished_blackstone", + "chiseledpolishedblstonebl": "chiseled_polished_blackstone", + "chiseledpolishedblstoneblock": "chiseled_polished_blackstone", + "cipblackstone": "chiseled_polished_blackstone", + "cipblackstoneb": "chiseled_polished_blackstone", + "cipblackstonebl": "chiseled_polished_blackstone", + "cipblackstoneblock": "chiseled_polished_blackstone", + "cipblst": "chiseled_polished_blackstone", + "cipblstb": "chiseled_polished_blackstone", + "cipblstbl": "chiseled_polished_blackstone", + "cipblstblock": "chiseled_polished_blackstone", + "cipblstone": "chiseled_polished_blackstone", + "cipblstoneb": "chiseled_polished_blackstone", + "cipblstonebl": "chiseled_polished_blackstone", + "cipblstoneblock": "chiseled_polished_blackstone", + "cipolishedblackstone": "chiseled_polished_blackstone", + "cipolishedblackstoneb": "chiseled_polished_blackstone", + "cipolishedblackstonebl": "chiseled_polished_blackstone", + "cipolishedblackstoneblock": "chiseled_polished_blackstone", + "cipolishedblst": "chiseled_polished_blackstone", + "cipolishedblstb": "chiseled_polished_blackstone", + "cipolishedblstbl": "chiseled_polished_blackstone", + "cipolishedblstblock": "chiseled_polished_blackstone", + "cipolishedblstone": "chiseled_polished_blackstone", + "cipolishedblstoneb": "chiseled_polished_blackstone", + "cipolishedblstonebl": "chiseled_polished_blackstone", + "cipolishedblstoneblock": "chiseled_polished_blackstone", + "circlepblackstone": "chiseled_polished_blackstone", + "circlepblackstoneb": "chiseled_polished_blackstone", + "circlepblackstonebl": "chiseled_polished_blackstone", + "circlepblackstoneblock": "chiseled_polished_blackstone", + "circlepblst": "chiseled_polished_blackstone", + "circlepblstb": "chiseled_polished_blackstone", + "circlepblstbl": "chiseled_polished_blackstone", + "circlepblstblock": "chiseled_polished_blackstone", + "circlepblstone": "chiseled_polished_blackstone", + "circlepblstoneb": "chiseled_polished_blackstone", + "circlepblstonebl": "chiseled_polished_blackstone", + "circlepblstoneblock": "chiseled_polished_blackstone", + "circlepolishedblackstone": "chiseled_polished_blackstone", + "circlepolishedblackstoneb": "chiseled_polished_blackstone", + "circlepolishedblackstonebl": "chiseled_polished_blackstone", + "circlepolishedblackstoneblock": "chiseled_polished_blackstone", + "circlepolishedblst": "chiseled_polished_blackstone", + "circlepolishedblstb": "chiseled_polished_blackstone", + "circlepolishedblstbl": "chiseled_polished_blackstone", + "circlepolishedblstblock": "chiseled_polished_blackstone", + "circlepolishedblstone": "chiseled_polished_blackstone", + "circlepolishedblstoneb": "chiseled_polished_blackstone", + "circlepolishedblstonebl": "chiseled_polished_blackstone", + "circlepolishedblstoneblock": "chiseled_polished_blackstone", + "minecraft:chiseled_polished_blackstone": "chiseled_polished_blackstone", + "pchiseledblackstone": "chiseled_polished_blackstone", + "pchiseledblackstoneb": "chiseled_polished_blackstone", + "pchiseledblackstonebl": "chiseled_polished_blackstone", + "pchiseledblackstoneblock": "chiseled_polished_blackstone", + "pchiseledblst": "chiseled_polished_blackstone", + "pchiseledblstb": "chiseled_polished_blackstone", + "pchiseledblstbl": "chiseled_polished_blackstone", + "pchiseledblstblock": "chiseled_polished_blackstone", + "pchiseledblstone": "chiseled_polished_blackstone", + "pchiseledblstoneb": "chiseled_polished_blackstone", + "pchiseledblstonebl": "chiseled_polished_blackstone", + "pchiseledblstoneblock": "chiseled_polished_blackstone", + "pciblackstone": "chiseled_polished_blackstone", + "pciblackstoneb": "chiseled_polished_blackstone", + "pciblackstonebl": "chiseled_polished_blackstone", + "pciblackstoneblock": "chiseled_polished_blackstone", + "pciblst": "chiseled_polished_blackstone", + "pciblstb": "chiseled_polished_blackstone", + "pciblstbl": "chiseled_polished_blackstone", + "pciblstblock": "chiseled_polished_blackstone", + "pciblstone": "chiseled_polished_blackstone", + "pciblstoneb": "chiseled_polished_blackstone", + "pciblstonebl": "chiseled_polished_blackstone", + "pciblstoneblock": "chiseled_polished_blackstone", + "pcircleblackstone": "chiseled_polished_blackstone", + "pcircleblackstoneb": "chiseled_polished_blackstone", + "pcircleblackstonebl": "chiseled_polished_blackstone", + "pcircleblackstoneblock": "chiseled_polished_blackstone", + "pcircleblst": "chiseled_polished_blackstone", + "pcircleblstb": "chiseled_polished_blackstone", + "pcircleblstbl": "chiseled_polished_blackstone", + "pcircleblstblock": "chiseled_polished_blackstone", + "pcircleblstone": "chiseled_polished_blackstone", + "pcircleblstoneb": "chiseled_polished_blackstone", + "pcircleblstonebl": "chiseled_polished_blackstone", + "pcircleblstoneblock": "chiseled_polished_blackstone", + "polishedchiseledblackstone": "chiseled_polished_blackstone", + "polishedchiseledblackstoneb": "chiseled_polished_blackstone", + "polishedchiseledblackstonebl": "chiseled_polished_blackstone", + "polishedchiseledblackstoneblock": "chiseled_polished_blackstone", + "polishedchiseledblst": "chiseled_polished_blackstone", + "polishedchiseledblstb": "chiseled_polished_blackstone", + "polishedchiseledblstbl": "chiseled_polished_blackstone", + "polishedchiseledblstblock": "chiseled_polished_blackstone", + "polishedchiseledblstone": "chiseled_polished_blackstone", + "polishedchiseledblstoneb": "chiseled_polished_blackstone", + "polishedchiseledblstonebl": "chiseled_polished_blackstone", + "polishedchiseledblstoneblock": "chiseled_polished_blackstone", + "polishedciblackstone": "chiseled_polished_blackstone", + "polishedciblackstoneb": "chiseled_polished_blackstone", + "polishedciblackstonebl": "chiseled_polished_blackstone", + "polishedciblackstoneblock": "chiseled_polished_blackstone", + "polishedciblst": "chiseled_polished_blackstone", + "polishedciblstb": "chiseled_polished_blackstone", + "polishedciblstbl": "chiseled_polished_blackstone", + "polishedciblstblock": "chiseled_polished_blackstone", + "polishedciblstone": "chiseled_polished_blackstone", + "polishedciblstoneb": "chiseled_polished_blackstone", + "polishedciblstonebl": "chiseled_polished_blackstone", + "polishedciblstoneblock": "chiseled_polished_blackstone", + "polishedcircleblackstone": "chiseled_polished_blackstone", + "polishedcircleblackstoneb": "chiseled_polished_blackstone", + "polishedcircleblackstonebl": "chiseled_polished_blackstone", + "polishedcircleblackstoneblock": "chiseled_polished_blackstone", + "polishedcircleblst": "chiseled_polished_blackstone", + "polishedcircleblstb": "chiseled_polished_blackstone", + "polishedcircleblstbl": "chiseled_polished_blackstone", + "polishedcircleblstblock": "chiseled_polished_blackstone", + "polishedcircleblstone": "chiseled_polished_blackstone", + "polishedcircleblstoneb": "chiseled_polished_blackstone", + "polishedcircleblstonebl": "chiseled_polished_blackstone", + "polishedcircleblstoneblock": "chiseled_polished_blackstone", + "chiseled_quartz_block": { + "material": "CHISELED_QUARTZ_BLOCK" + }, + "chiseledq": "chiseled_quartz_block", + "chiseledqb": "chiseled_quartz_block", + "chiseledqbl": "chiseled_quartz_block", + "chiseledqblock": "chiseled_quartz_block", + "chiseledquar": "chiseled_quartz_block", + "chiseledquarb": "chiseled_quartz_block", + "chiseledquarbl": "chiseled_quartz_block", + "chiseledquarblock": "chiseled_quartz_block", + "chiseledquartz": "chiseled_quartz_block", + "chiseledquartzb": "chiseled_quartz_block", + "chiseledquartzbl": "chiseled_quartz_block", + "chiseledquartzblock": "chiseled_quartz_block", + "ciq": "chiseled_quartz_block", + "ciqb": "chiseled_quartz_block", + "ciqbl": "chiseled_quartz_block", + "ciqblock": "chiseled_quartz_block", + "ciquar": "chiseled_quartz_block", + "ciquarb": "chiseled_quartz_block", + "ciquarbl": "chiseled_quartz_block", + "ciquarblock": "chiseled_quartz_block", + "ciquartz": "chiseled_quartz_block", + "ciquartzb": "chiseled_quartz_block", + "ciquartzbl": "chiseled_quartz_block", + "ciquartzblock": "chiseled_quartz_block", + "circleq": "chiseled_quartz_block", + "circleqb": "chiseled_quartz_block", + "circleqbl": "chiseled_quartz_block", + "circleqblock": "chiseled_quartz_block", + "circlequar": "chiseled_quartz_block", + "circlequarb": "chiseled_quartz_block", + "circlequarbl": "chiseled_quartz_block", + "circlequarblock": "chiseled_quartz_block", + "circlequartz": "chiseled_quartz_block", + "circlequartzb": "chiseled_quartz_block", + "circlequartzbl": "chiseled_quartz_block", + "circlequartzblock": "chiseled_quartz_block", + "minecraft:chiseled_quartz_block": "chiseled_quartz_block", + "chiseled_red_sandstone": { + "material": "CHISELED_RED_SANDSTONE" + }, + "chiseledredsandst": "chiseled_red_sandstone", + "chiseledredsandstb": "chiseled_red_sandstone", + "chiseledredsandstbl": "chiseled_red_sandstone", + "chiseledredsandstblock": "chiseled_red_sandstone", + "chiseledredsandstone": "chiseled_red_sandstone", + "chiseledredsandstoneb": "chiseled_red_sandstone", + "chiseledredsandstonebl": "chiseled_red_sandstone", + "chiseledredsandstoneblock": "chiseled_red_sandstone", + "chiseledredsndst": "chiseled_red_sandstone", + "chiseledredsndstb": "chiseled_red_sandstone", + "chiseledredsndstbl": "chiseled_red_sandstone", + "chiseledredsndstblock": "chiseled_red_sandstone", + "circleredsandst": "chiseled_red_sandstone", + "circleredsandstb": "chiseled_red_sandstone", + "circleredsandstbl": "chiseled_red_sandstone", + "circleredsandstblock": "chiseled_red_sandstone", + "circleredsandstone": "chiseled_red_sandstone", + "circleredsandstoneb": "chiseled_red_sandstone", + "circleredsandstonebl": "chiseled_red_sandstone", + "circleredsandstoneblock": "chiseled_red_sandstone", + "circleredsndst": "chiseled_red_sandstone", + "circleredsndstb": "chiseled_red_sandstone", + "circleredsndstbl": "chiseled_red_sandstone", + "circleredsndstblock": "chiseled_red_sandstone", + "ciredsandst": "chiseled_red_sandstone", + "ciredsandstb": "chiseled_red_sandstone", + "ciredsandstbl": "chiseled_red_sandstone", + "ciredsandstblock": "chiseled_red_sandstone", + "ciredsandstone": "chiseled_red_sandstone", + "ciredsandstoneb": "chiseled_red_sandstone", + "ciredsandstonebl": "chiseled_red_sandstone", + "ciredsandstoneblock": "chiseled_red_sandstone", + "ciredsndst": "chiseled_red_sandstone", + "ciredsndstb": "chiseled_red_sandstone", + "ciredsndstbl": "chiseled_red_sandstone", + "ciredsndstblock": "chiseled_red_sandstone", + "minecraft:chiseled_red_sandstone": "chiseled_red_sandstone", + "chiseled_sandstone": { + "material": "CHISELED_SANDSTONE" + }, + "chiseledsandst": "chiseled_sandstone", + "chiseledsandstb": "chiseled_sandstone", + "chiseledsandstbl": "chiseled_sandstone", + "chiseledsandstblock": "chiseled_sandstone", + "chiseledsandstone": "chiseled_sandstone", + "chiseledsandstoneb": "chiseled_sandstone", + "chiseledsandstonebl": "chiseled_sandstone", + "chiseledsandstoneblock": "chiseled_sandstone", + "chiseledsndst": "chiseled_sandstone", + "chiseledsndstb": "chiseled_sandstone", + "chiseledsndstbl": "chiseled_sandstone", + "chiseledsndstblock": "chiseled_sandstone", + "circlesandst": "chiseled_sandstone", + "circlesandstb": "chiseled_sandstone", + "circlesandstbl": "chiseled_sandstone", + "circlesandstblock": "chiseled_sandstone", + "circlesandstone": "chiseled_sandstone", + "circlesandstoneb": "chiseled_sandstone", + "circlesandstonebl": "chiseled_sandstone", + "circlesandstoneblock": "chiseled_sandstone", + "circlesndst": "chiseled_sandstone", + "circlesndstb": "chiseled_sandstone", + "circlesndstbl": "chiseled_sandstone", + "circlesndstblock": "chiseled_sandstone", + "cisandst": "chiseled_sandstone", + "cisandstb": "chiseled_sandstone", + "cisandstbl": "chiseled_sandstone", + "cisandstblock": "chiseled_sandstone", + "cisandstone": "chiseled_sandstone", + "cisandstoneb": "chiseled_sandstone", + "cisandstonebl": "chiseled_sandstone", + "cisandstoneblock": "chiseled_sandstone", + "cisndst": "chiseled_sandstone", + "cisndstb": "chiseled_sandstone", + "cisndstbl": "chiseled_sandstone", + "cisndstblock": "chiseled_sandstone", + "minecraft:chiseled_sandstone": "chiseled_sandstone", + "chiseled_stone_bricks": { + "material": "CHISELED_STONE_BRICKS" + }, + "chiseledst": "chiseled_stone_bricks", + "chiseledstone": "chiseled_stone_bricks", + "chiseledstonebricks": "chiseled_stone_bricks", + "circlest": "chiseled_stone_bricks", + "circlestone": "chiseled_stone_bricks", + "cist": "chiseled_stone_bricks", + "cistone": "chiseled_stone_bricks", + "minecraft:chiseled_stone_bricks": "chiseled_stone_bricks", + "chorus_flower": { + "material": "CHORUS_FLOWER" + }, + "chorusflower": "chorus_flower", + "minecraft:chorus_flower": "chorus_flower", + "chorus_fruit": { + "material": "CHORUS_FRUIT" + }, + "chorus": "chorus_fruit", + "chorusfruit": "chorus_fruit", + "minecraft:chorus_fruit": "chorus_fruit", + "unpopchorus": "chorus_fruit", + "unpoppedchorus": "chorus_fruit", + "chorus_plant": { + "material": "CHORUS_PLANT" + }, + "chorusplant": "chorus_plant", + "minecraft:chorus_plant": "chorus_plant", + "clay": { + "material": "CLAY" + }, + "minecraft:clay": "clay", + "clay_ball": { + "material": "CLAY_BALL" + }, + "clayball": "clay_ball", + "minecraft:clay_ball": "clay_ball", + "clock": { + "material": "CLOCK" + }, + "minecraft:clock": "clock", + "coal": { + "material": "COAL" + }, + "minecraft:coal": "coal", + "coal_block": { + "material": "COAL_BLOCK" + }, + "blockc": "coal_block", + "blockcoal": "coal_block", + "cblock": "coal_block", + "coalblock": "coal_block", + "minecraft:coal_block": "coal_block", + "coal_ore": { + "material": "COAL_ORE" + }, + "co": "coal_ore", + "coalo": "coal_ore", + "coalore": "coal_ore", + "core": "coal_ore", + "minecraft:coal_ore": "coal_ore", + "oc": "coal_ore", + "ocoal": "coal_ore", + "orec": "coal_ore", + "orecoal": "coal_ore", + "stonecoalore": "coal_ore", + "stonecore": "coal_ore", + "coarse_dirt": { + "material": "COARSE_DIRT" + }, + "cdirt": "coarse_dirt", + "coarsedirt": "coarse_dirt", + "coarseearth": "coarse_dirt", + "coarseland": "coarse_dirt", + "grasslessdirt": "coarse_dirt", + "grasslessearth": "coarse_dirt", + "grasslessland": "coarse_dirt", + "minecraft:coarse_dirt": "coarse_dirt", + "coast_armor_trim_smithing_template": { + "material": "COAST_ARMOR_TRIM_SMITHING_TEMPLATE" + }, + "coastarmortrimsmithingtemplate": "coast_armor_trim_smithing_template", + "coasttrim": "coast_armor_trim_smithing_template", + "minecraft:coast_armor_trim_smithing_template": "coast_armor_trim_smithing_template", + "cobbled_deepslate": { + "material": "COBBLED_DEEPSLATE" + }, + "cbdeepslate": "cobbled_deepslate", + "cbdeepslateb": "cobbled_deepslate", + "cbdeepslatebl": "cobbled_deepslate", + "cbdeepslateblock": "cobbled_deepslate", + "cbdslate": "cobbled_deepslate", + "cbdslateb": "cobbled_deepslate", + "cbdslatebl": "cobbled_deepslate", + "cbdslateblock": "cobbled_deepslate", + "cbslate": "cobbled_deepslate", + "cbslateb": "cobbled_deepslate", + "cbslatebl": "cobbled_deepslate", + "cbslateblock": "cobbled_deepslate", + "cobbleddeepslate": "cobbled_deepslate", + "cobbleddeepslateb": "cobbled_deepslate", + "cobbleddeepslatebl": "cobbled_deepslate", + "cobbleddeepslateblock": "cobbled_deepslate", + "cobbleddslate": "cobbled_deepslate", + "cobbleddslateb": "cobbled_deepslate", + "cobbleddslatebl": "cobbled_deepslate", + "cobbleddslateblock": "cobbled_deepslate", + "cobbledeepslate": "cobbled_deepslate", + "cobbledeepslateb": "cobbled_deepslate", + "cobbledeepslatebl": "cobbled_deepslate", + "cobbledeepslateblock": "cobbled_deepslate", + "cobbledslate": "cobbled_deepslate", + "cobbledslateb": "cobbled_deepslate", + "cobbledslatebl": "cobbled_deepslate", + "cobbledslateblock": "cobbled_deepslate", + "cobbleslate": "cobbled_deepslate", + "cobbleslateb": "cobbled_deepslate", + "cobbleslatebl": "cobbled_deepslate", + "cobbleslateblock": "cobbled_deepslate", + "cobdeepslate": "cobbled_deepslate", + "cobdeepslateb": "cobbled_deepslate", + "cobdeepslatebl": "cobbled_deepslate", + "cobdeepslateblock": "cobbled_deepslate", + "cobdslate": "cobbled_deepslate", + "cobdslateb": "cobbled_deepslate", + "cobdslatebl": "cobbled_deepslate", + "cobdslateblock": "cobbled_deepslate", + "cobslate": "cobbled_deepslate", + "cobslateb": "cobbled_deepslate", + "cobslatebl": "cobbled_deepslate", + "cobslateblock": "cobbled_deepslate", + "minecraft:cobbled_deepslate": "cobbled_deepslate", + "cobbled_deepslate_slab": { + "material": "COBBLED_DEEPSLATE_SLAB" + }, + "cbdeepslatehalfblock": "cobbled_deepslate_slab", + "cbdeepslatestep": "cobbled_deepslate_slab", + "cbdslatehalfblock": "cobbled_deepslate_slab", + "cbdslatestep": "cobbled_deepslate_slab", + "cbslatehalfblock": "cobbled_deepslate_slab", + "cbslatestep": "cobbled_deepslate_slab", + "cobbleddeepslatehalfblock": "cobbled_deepslate_slab", + "cobbleddeepslateslab": "cobbled_deepslate_slab", + "cobbleddeepslatestep": "cobbled_deepslate_slab", + "cobbleddslatehalfblock": "cobbled_deepslate_slab", + "cobbleddslatestep": "cobbled_deepslate_slab", + "cobbledeepslatehalfblock": "cobbled_deepslate_slab", + "cobbledeepslatestep": "cobbled_deepslate_slab", + "cobbledslatehalfblock": "cobbled_deepslate_slab", + "cobbledslatestep": "cobbled_deepslate_slab", + "cobbleslatehalfblock": "cobbled_deepslate_slab", + "cobbleslatestep": "cobbled_deepslate_slab", + "cobdeepslatehalfblock": "cobbled_deepslate_slab", + "cobdeepslatestep": "cobbled_deepslate_slab", + "cobdslatehalfblock": "cobbled_deepslate_slab", + "cobdslatestep": "cobbled_deepslate_slab", + "cobslatehalfblock": "cobbled_deepslate_slab", + "cobslatestep": "cobbled_deepslate_slab", + "minecraft:cobbled_deepslate_slab": "cobbled_deepslate_slab", + "cobbled_deepslate_stairs": { + "material": "COBBLED_DEEPSLATE_STAIRS" + }, + "cbdeepslatestair": "cobbled_deepslate_stairs", + "cbdeepslatestairs": "cobbled_deepslate_stairs", + "cbdslatestair": "cobbled_deepslate_stairs", + "cbdslatestairs": "cobbled_deepslate_stairs", + "cbslatestair": "cobbled_deepslate_stairs", + "cbslatestairs": "cobbled_deepslate_stairs", + "cobbleddeepslatestair": "cobbled_deepslate_stairs", + "cobbleddeepslatestairs": "cobbled_deepslate_stairs", + "cobbleddslatestair": "cobbled_deepslate_stairs", + "cobbleddslatestairs": "cobbled_deepslate_stairs", + "cobbledeepslatestair": "cobbled_deepslate_stairs", + "cobbledeepslatestairs": "cobbled_deepslate_stairs", + "cobbledslatestair": "cobbled_deepslate_stairs", + "cobbledslatestairs": "cobbled_deepslate_stairs", + "cobbleslatestair": "cobbled_deepslate_stairs", + "cobbleslatestairs": "cobbled_deepslate_stairs", + "cobdeepslatestair": "cobbled_deepslate_stairs", + "cobdeepslatestairs": "cobbled_deepslate_stairs", + "cobdslatestair": "cobbled_deepslate_stairs", + "cobdslatestairs": "cobbled_deepslate_stairs", + "cobslatestair": "cobbled_deepslate_stairs", + "cobslatestairs": "cobbled_deepslate_stairs", + "minecraft:cobbled_deepslate_stairs": "cobbled_deepslate_stairs", + "cobbled_deepslate_wall": { + "material": "COBBLED_DEEPSLATE_WALL" + }, + "cbdeepslatewall": "cobbled_deepslate_wall", + "cbdslatewall": "cobbled_deepslate_wall", + "cbslatewall": "cobbled_deepslate_wall", + "cobbleddeepslatewall": "cobbled_deepslate_wall", + "cobbleddslatewall": "cobbled_deepslate_wall", + "cobbledeepslatewall": "cobbled_deepslate_wall", + "cobbledslatewall": "cobbled_deepslate_wall", + "cobbleslatewall": "cobbled_deepslate_wall", + "cobdeepslatewall": "cobbled_deepslate_wall", + "cobdslatewall": "cobbled_deepslate_wall", + "cobslatewall": "cobbled_deepslate_wall", + "minecraft:cobbled_deepslate_wall": "cobbled_deepslate_wall", + "wallcbdeepslate": "cobbled_deepslate_wall", + "wallcbdslate": "cobbled_deepslate_wall", + "wallcbslate": "cobbled_deepslate_wall", + "wallcobbleddeepslate": "cobbled_deepslate_wall", + "wallcobbleddslate": "cobbled_deepslate_wall", + "wallcobbledeepslate": "cobbled_deepslate_wall", + "wallcobbledslate": "cobbled_deepslate_wall", + "wallcobbleslate": "cobbled_deepslate_wall", + "wallcobdeepslate": "cobbled_deepslate_wall", + "wallcobdslate": "cobbled_deepslate_wall", + "wallcobslate": "cobbled_deepslate_wall", + "cobblestone": { + "material": "COBBLESTONE" + }, + "cobble": "cobblestone", + "cobbleb": "cobblestone", + "cobblebl": "cobblestone", + "cobbleblock": "cobblestone", + "cobblestoneb": "cobblestone", + "cobblestonebl": "cobblestone", + "cobblestoneblock": "cobblestone", + "cs": "cobblestone", + "csb": "cobblestone", + "csbl": "cobblestone", + "csblock": "cobblestone", + "cst": "cobblestone", + "cstb": "cobblestone", + "cstbl": "cobblestone", + "cstblock": "cobblestone", + "cstone": "cobblestone", + "cstoneb": "cobblestone", + "cstonebl": "cobblestone", + "cstoneblock": "cobblestone", + "minecraft:cobblestone": "cobblestone", + "cobblestone_slab": { + "material": "COBBLESTONE_SLAB" + }, + "cobblehalfblock": "cobblestone_slab", + "cobblestep": "cobblestone_slab", + "cobblestonehalfblock": "cobblestone_slab", + "cobblestoneslab": "cobblestone_slab", + "cobblestonestep": "cobblestone_slab", + "cshalfblock": "cobblestone_slab", + "csstep": "cobblestone_slab", + "csthalfblock": "cobblestone_slab", + "cstonehalfblock": "cobblestone_slab", + "cstonestep": "cobblestone_slab", + "cststep": "cobblestone_slab", + "minecraft:cobblestone_slab": "cobblestone_slab", + "cobblestone_stairs": { + "material": "COBBLESTONE_STAIRS" + }, + "cobblestair": "cobblestone_stairs", + "cobblestairs": "cobblestone_stairs", + "cobblestonestair": "cobblestone_stairs", + "cobblestonestairs": "cobblestone_stairs", + "csstair": "cobblestone_stairs", + "csstairs": "cobblestone_stairs", + "cstonestair": "cobblestone_stairs", + "cstonestairs": "cobblestone_stairs", + "cststair": "cobblestone_stairs", + "cststairs": "cobblestone_stairs", + "minecraft:cobblestone_stairs": "cobblestone_stairs", + "cobblestone_wall": { + "material": "COBBLESTONE_WALL" + }, + "cobblestonewall": "cobblestone_wall", + "cobblewall": "cobblestone_wall", + "cstonewall": "cobblestone_wall", + "cstwall": "cobblestone_wall", + "cswall": "cobblestone_wall", + "minecraft:cobblestone_wall": "cobblestone_wall", + "wallcobble": "cobblestone_wall", + "wallcobblestone": "cobblestone_wall", + "wallcs": "cobblestone_wall", + "wallcst": "cobblestone_wall", + "wallcstone": "cobblestone_wall", + "cobweb": { + "material": "COBWEB" + }, + "cweb": "cobweb", + "minecraft:cobweb": "cobweb", + "spiderweb": "cobweb", + "sweb": "cobweb", + "web": "cobweb", + "cocoa_beans": { + "material": "COCOA_BEANS" + }, + "cfruit": "cocoa_beans", + "cocoabeans": "cocoa_beans", + "cocoafruit": "cocoa_beans", + "cocoaplant": "cocoa_beans", + "cocoapod": "cocoa_beans", + "cocofruit": "cocoa_beans", + "cocoplant": "cocoa_beans", + "cocopod": "cocoa_beans", + "cplant": "cocoa_beans", + "cpod": "cocoa_beans", + "minecraft:cocoa_beans": "cocoa_beans", + "cod": { + "material": "COD" + }, + "fish": "cod", + "minecraft:cod": "cod", + "plaincod": "cod", + "plainfish": "cod", + "racod": "cod", + "rafish": "cod", + "rawcod": "cod", + "rawfish": "cod", + "uncookedcod": "cod", + "uncookedfish": "cod", + "cod_bucket": { + "material": "COD_BUCKET" + }, + "bucketocod": "cod_bucket", + "codbucket": "cod_bucket", + "codbukkit": "cod_bucket", + "codpail": "cod_bucket", + "minecraft:cod_bucket": "cod_bucket", + "cod_spawn_egg": { + "material": "COD_SPAWN_EGG" + }, + "codegg": "cod_spawn_egg", + "codsegg": "cod_spawn_egg", + "codspawn": "cod_spawn_egg", + "codspawnegg": "cod_spawn_egg", + "eggcod": "cod_spawn_egg", + "minecraft:cod_spawn_egg": "cod_spawn_egg", + "seggcod": "cod_spawn_egg", + "spawncod": "cod_spawn_egg", + "spawneggcod": "cod_spawn_egg", + "cod_spawner": { + "entity": "COD", + "material": "SPAWNER" + }, + "codcage": "cod_spawner", + "codmcage": "cod_spawner", + "codmobcage": "cod_spawner", + "codmobspawner": "cod_spawner", + "codmonstercage": "cod_spawner", + "codmonsterspawner": "cod_spawner", + "codmspawner": "cod_spawner", + "codspawner": "cod_spawner", + "command_block": { + "material": "COMMAND_BLOCK" + }, + "blockcmd": "command_block", + "blockcommand": "command_block", + "blockmacro": "command_block", + "cmdblock": "command_block", + "commandblock": "command_block", + "macroblock": "command_block", + "minecraft:command_block": "command_block", + "command_block_minecart": { + "material": "COMMAND_BLOCK_MINECART" + }, + "cbcart": "command_block_minecart", + "cblockcart": "command_block_minecart", + "cblockmc": "command_block_minecart", + "cblockmcart": "command_block_minecart", + "cblockminecart": "command_block_minecart", + "cbmc": "command_block_minecart", + "cbmcart": "command_block_minecart", + "cbminecart": "command_block_minecart", + "cmdblockcart": "command_block_minecart", + "cmdblockmc": "command_block_minecart", + "cmdblockmcart": "command_block_minecart", + "cmdblockminecart": "command_block_minecart", + "cmdcart": "command_block_minecart", + "cmdmc": "command_block_minecart", + "cmdmcart": "command_block_minecart", + "cmdminecart": "command_block_minecart", + "commandblockcart": "command_block_minecart", + "commandblockmc": "command_block_minecart", + "commandblockmcart": "command_block_minecart", + "commandblockminecart": "command_block_minecart", + "commandcart": "command_block_minecart", + "commandmc": "command_block_minecart", + "commandmcart": "command_block_minecart", + "commandminecart": "command_block_minecart", + "minecraft:command_block_minecart": "command_block_minecart", + "comparator": { + "material": "COMPARATOR" + }, + "minecraft:comparator": "comparator", + "compass": { + "material": "COMPASS" + }, + "minecraft:compass": "compass", + "composter": { + "material": "COMPOSTER" + }, + "minecraft:composter": "composter", + "conduit": { + "material": "CONDUIT" + }, + "minecraft:conduit": "conduit", + "cooked_beef": { + "material": "COOKED_BEEF" + }, + "bbqbeef": "cooked_beef", + "bbqcowmeat": "cooked_beef", + "bbqsteak": "cooked_beef", + "beefbbq": "cooked_beef", + "beefc": "cooked_beef", + "beefcook": "cooked_beef", + "beefcooked": "cooked_beef", + "beefg": "cooked_beef", + "beefgrill": "cooked_beef", + "beefgrilled": "cooked_beef", + "beefro": "cooked_beef", + "beefroast": "cooked_beef", + "beefroasted": "cooked_beef", + "beeftoasted": "cooked_beef", + "cbeef": "cooked_beef", + "ccowmeat": "cooked_beef", + "cookbeef": "cooked_beef", + "cookcowmeat": "cooked_beef", + "cookedbeef": "cooked_beef", + "cookedcowmeat": "cooked_beef", + "cookedsteak": "cooked_beef", + "cooksteak": "cooked_beef", + "cowmeatbbq": "cooked_beef", + "cowmeatc": "cooked_beef", + "cowmeatcook": "cooked_beef", + "cowmeatcooked": "cooked_beef", + "cowmeatg": "cooked_beef", + "cowmeatgrill": "cooked_beef", + "cowmeatgrilled": "cooked_beef", + "cowmeatro": "cooked_beef", + "cowmeatroast": "cooked_beef", + "cowmeatroasted": "cooked_beef", + "cowmeattoasted": "cooked_beef", + "csteak": "cooked_beef", + "gbeef": "cooked_beef", + "gcowmeat": "cooked_beef", + "grillbeef": "cooked_beef", + "grillcowmeat": "cooked_beef", + "grilledbeef": "cooked_beef", + "grilledcowmeat": "cooked_beef", + "grilledsteak": "cooked_beef", + "grillsteak": "cooked_beef", + "gsteak": "cooked_beef", + "minecraft:cooked_beef": "cooked_beef", + "roastbeef": "cooked_beef", + "roastcowmeat": "cooked_beef", + "roastedbeef": "cooked_beef", + "roastedcowmeat": "cooked_beef", + "roastedsteak": "cooked_beef", + "roaststeak": "cooked_beef", + "robeef": "cooked_beef", + "rocowmeat": "cooked_beef", + "rosteak": "cooked_beef", + "steakbbq": "cooked_beef", + "steakc": "cooked_beef", + "steakcook": "cooked_beef", + "steakcooked": "cooked_beef", + "steakg": "cooked_beef", + "steakgrill": "cooked_beef", + "steakgrilled": "cooked_beef", + "steakro": "cooked_beef", + "steakroast": "cooked_beef", + "steakroasted": "cooked_beef", + "steaktoasted": "cooked_beef", + "toastedbeef": "cooked_beef", + "toastedcowmeat": "cooked_beef", + "toastedsteak": "cooked_beef", + "cooked_chicken": { + "material": "COOKED_CHICKEN" + }, + "bbqchicken": "cooked_chicken", + "cchicken": "cooked_chicken", + "chickenbbq": "cooked_chicken", + "chickenc": "cooked_chicken", + "chickencook": "cooked_chicken", + "chickencooked": "cooked_chicken", + "chickeng": "cooked_chicken", + "chickengrill": "cooked_chicken", + "chickengrilled": "cooked_chicken", + "chickenro": "cooked_chicken", + "chickenroast": "cooked_chicken", + "chickenroasted": "cooked_chicken", + "chickentoasted": "cooked_chicken", + "cookchicken": "cooked_chicken", + "cookedchicken": "cooked_chicken", + "gchicken": "cooked_chicken", + "grillchicken": "cooked_chicken", + "grilledchicken": "cooked_chicken", + "minecraft:cooked_chicken": "cooked_chicken", + "roastchicken": "cooked_chicken", + "roastedchicken": "cooked_chicken", + "rochicken": "cooked_chicken", + "toastedchicken": "cooked_chicken", + "cooked_cod": { + "material": "COOKED_COD" + }, + "bbqcod": "cooked_cod", + "bbqfish": "cooked_cod", + "ccod": "cooked_cod", + "cfish": "cooked_cod", + "codbbq": "cooked_cod", + "codc": "cooked_cod", + "codcook": "cooked_cod", + "codcooked": "cooked_cod", + "codg": "cooked_cod", + "codgrill": "cooked_cod", + "codgrilled": "cooked_cod", + "codro": "cooked_cod", + "codroast": "cooked_cod", + "codroasted": "cooked_cod", + "codtoasted": "cooked_cod", + "cookcod": "cooked_cod", + "cookedcod": "cooked_cod", + "cookedfish": "cooked_cod", + "cookfish": "cooked_cod", + "fishbbq": "cooked_cod", + "fishc": "cooked_cod", + "fishcook": "cooked_cod", + "fishcooked": "cooked_cod", + "fishg": "cooked_cod", + "fishgrill": "cooked_cod", + "fishgrilled": "cooked_cod", + "fishro": "cooked_cod", + "fishroast": "cooked_cod", + "fishroasted": "cooked_cod", + "fishtoasted": "cooked_cod", + "gcod": "cooked_cod", + "gfish": "cooked_cod", + "grillcod": "cooked_cod", + "grilledcod": "cooked_cod", + "grilledfish": "cooked_cod", + "grillfish": "cooked_cod", + "minecraft:cooked_cod": "cooked_cod", + "roastcod": "cooked_cod", + "roastedcod": "cooked_cod", + "roastedfish": "cooked_cod", + "roastfish": "cooked_cod", + "rocod": "cooked_cod", + "rofish": "cooked_cod", + "toastedcod": "cooked_cod", + "toastedfish": "cooked_cod", + "cooked_mutton": { + "material": "COOKED_MUTTON" + }, + "bbqmutton": "cooked_mutton", + "bbqsheepmeat": "cooked_mutton", + "cmutton": "cooked_mutton", + "cookedmutton": "cooked_mutton", + "cookedsheepmeat": "cooked_mutton", + "cookmutton": "cooked_mutton", + "cooksheepmeat": "cooked_mutton", + "csheepmeat": "cooked_mutton", + "gmutton": "cooked_mutton", + "grilledmutton": "cooked_mutton", + "grilledsheepmeat": "cooked_mutton", + "grillmutton": "cooked_mutton", + "grillsheepmeat": "cooked_mutton", + "gsheepmeat": "cooked_mutton", + "minecraft:cooked_mutton": "cooked_mutton", + "muttonbbq": "cooked_mutton", + "muttonc": "cooked_mutton", + "muttoncook": "cooked_mutton", + "muttoncooked": "cooked_mutton", + "muttong": "cooked_mutton", + "muttongrill": "cooked_mutton", + "muttongrilled": "cooked_mutton", + "muttonro": "cooked_mutton", + "muttonroast": "cooked_mutton", + "muttonroasted": "cooked_mutton", + "muttontoasted": "cooked_mutton", + "roastedmutton": "cooked_mutton", + "roastedsheepmeat": "cooked_mutton", + "roastmutton": "cooked_mutton", + "roastsheepmeat": "cooked_mutton", + "romutton": "cooked_mutton", + "rosheepmeat": "cooked_mutton", + "sheepmeatbbq": "cooked_mutton", + "sheepmeatc": "cooked_mutton", + "sheepmeatcook": "cooked_mutton", + "sheepmeatcooked": "cooked_mutton", + "sheepmeatg": "cooked_mutton", + "sheepmeatgrill": "cooked_mutton", + "sheepmeatgrilled": "cooked_mutton", + "sheepmeatro": "cooked_mutton", + "sheepmeatroast": "cooked_mutton", + "sheepmeatroasted": "cooked_mutton", + "sheepmeattoasted": "cooked_mutton", + "toastedmutton": "cooked_mutton", + "toastedsheepmeat": "cooked_mutton", + "cooked_porkchop": { + "material": "COOKED_PORKCHOP" + }, + "bbqpork": "cooked_porkchop", + "bbqporkchop": "cooked_porkchop", + "cookedpork": "cooked_porkchop", + "cookedporkchop": "cooked_porkchop", + "cookpork": "cooked_porkchop", + "cookporkchop": "cooked_porkchop", + "cpork": "cooked_porkchop", + "cporkchop": "cooked_porkchop", + "gpork": "cooked_porkchop", + "gporkchop": "cooked_porkchop", + "grilledpork": "cooked_porkchop", + "grilledporkchop": "cooked_porkchop", + "grillpork": "cooked_porkchop", + "grillporkchop": "cooked_porkchop", + "minecraft:cooked_porkchop": "cooked_porkchop", + "porkbbq": "cooked_porkchop", + "porkc": "cooked_porkchop", + "porkchopbbq": "cooked_porkchop", + "porkchopc": "cooked_porkchop", + "porkchopcook": "cooked_porkchop", + "porkchopcooked": "cooked_porkchop", + "porkchopg": "cooked_porkchop", + "porkchopgrill": "cooked_porkchop", + "porkchopgrilled": "cooked_porkchop", + "porkchopro": "cooked_porkchop", + "porkchoproast": "cooked_porkchop", + "porkchoproasted": "cooked_porkchop", + "porkchoptoasted": "cooked_porkchop", + "porkcook": "cooked_porkchop", + "porkcooked": "cooked_porkchop", + "porkg": "cooked_porkchop", + "porkgrill": "cooked_porkchop", + "porkgrilled": "cooked_porkchop", + "porkro": "cooked_porkchop", + "porkroast": "cooked_porkchop", + "porkroasted": "cooked_porkchop", + "porktoasted": "cooked_porkchop", + "roastedpork": "cooked_porkchop", + "roastedporkchop": "cooked_porkchop", + "roastpork": "cooked_porkchop", + "roastporkchop": "cooked_porkchop", + "ropork": "cooked_porkchop", + "roporkchop": "cooked_porkchop", + "toastedpork": "cooked_porkchop", + "toastedporkchop": "cooked_porkchop", + "cooked_rabbit": { + "material": "COOKED_RABBIT" + }, + "bbqhare": "cooked_rabbit", + "bbqhasenpfeffer": "cooked_rabbit", + "bbqrabbit": "cooked_rabbit", + "chare": "cooked_rabbit", + "chasenpfeffer": "cooked_rabbit", + "cookedhare": "cooked_rabbit", + "cookedhasenpfeffer": "cooked_rabbit", + "cookedrabbit": "cooked_rabbit", + "cookhare": "cooked_rabbit", + "cookhasenpfeffer": "cooked_rabbit", + "cookrabbit": "cooked_rabbit", + "crabbit": "cooked_rabbit", + "ghare": "cooked_rabbit", + "ghasenpfeffer": "cooked_rabbit", + "grabbit": "cooked_rabbit", + "grilledhare": "cooked_rabbit", + "grilledhasenpfeffer": "cooked_rabbit", + "grilledrabbit": "cooked_rabbit", + "grillhare": "cooked_rabbit", + "grillhasenpfeffer": "cooked_rabbit", + "grillrabbit": "cooked_rabbit", + "harebbq": "cooked_rabbit", + "harec": "cooked_rabbit", + "harecook": "cooked_rabbit", + "harecooked": "cooked_rabbit", + "hareg": "cooked_rabbit", + "haregrill": "cooked_rabbit", + "haregrilled": "cooked_rabbit", + "harero": "cooked_rabbit", + "hareroast": "cooked_rabbit", + "hareroasted": "cooked_rabbit", + "haretoasted": "cooked_rabbit", + "hasenpfefferbbq": "cooked_rabbit", + "hasenpfefferc": "cooked_rabbit", + "hasenpfeffercook": "cooked_rabbit", + "hasenpfeffercooked": "cooked_rabbit", + "hasenpfefferg": "cooked_rabbit", + "hasenpfeffergrill": "cooked_rabbit", + "hasenpfeffergrilled": "cooked_rabbit", + "hasenpfefferro": "cooked_rabbit", + "hasenpfefferroast": "cooked_rabbit", + "hasenpfefferroasted": "cooked_rabbit", + "hasenpfeffertoasted": "cooked_rabbit", + "minecraft:cooked_rabbit": "cooked_rabbit", + "rabbitbbq": "cooked_rabbit", + "rabbitc": "cooked_rabbit", + "rabbitcook": "cooked_rabbit", + "rabbitcooked": "cooked_rabbit", + "rabbitg": "cooked_rabbit", + "rabbitgrill": "cooked_rabbit", + "rabbitgrilled": "cooked_rabbit", + "rabbitro": "cooked_rabbit", + "rabbitroast": "cooked_rabbit", + "rabbitroasted": "cooked_rabbit", + "rabbittoasted": "cooked_rabbit", + "roastedhare": "cooked_rabbit", + "roastedhasenpfeffer": "cooked_rabbit", + "roastedrabbit": "cooked_rabbit", + "roasthare": "cooked_rabbit", + "roasthasenpfeffer": "cooked_rabbit", + "roastrabbit": "cooked_rabbit", + "rohare": "cooked_rabbit", + "rohasenpfeffer": "cooked_rabbit", + "rorabbit": "cooked_rabbit", + "toastedhare": "cooked_rabbit", + "toastedhasenpfeffer": "cooked_rabbit", + "toastedrabbit": "cooked_rabbit", + "cooked_salmon": { + "material": "COOKED_SALMON" + }, + "bbqfishs": "cooked_salmon", + "bbqsalmon": "cooked_salmon", + "bbqsalmonfish": "cooked_salmon", + "bbqsfish": "cooked_salmon", + "cfishs": "cooked_salmon", + "cookedfishs": "cooked_salmon", + "cookedsalmon": "cooked_salmon", + "cookedsalmonfish": "cooked_salmon", + "cookedsfish": "cooked_salmon", + "cookfishs": "cooked_salmon", + "cooksalmon": "cooked_salmon", + "cooksalmonfish": "cooked_salmon", + "cooksfish": "cooked_salmon", + "csalmon": "cooked_salmon", + "csalmonfish": "cooked_salmon", + "csfish": "cooked_salmon", + "fishsbbq": "cooked_salmon", + "fishsc": "cooked_salmon", + "fishscook": "cooked_salmon", + "fishscooked": "cooked_salmon", + "fishsg": "cooked_salmon", + "fishsgrill": "cooked_salmon", + "fishsgrilled": "cooked_salmon", + "fishsro": "cooked_salmon", + "fishsroast": "cooked_salmon", + "fishsroasted": "cooked_salmon", + "fishstoasted": "cooked_salmon", + "gfishs": "cooked_salmon", + "grilledfishs": "cooked_salmon", + "grilledsalmon": "cooked_salmon", + "grilledsalmonfish": "cooked_salmon", + "grilledsfish": "cooked_salmon", + "grillfishs": "cooked_salmon", + "grillsalmon": "cooked_salmon", + "grillsalmonfish": "cooked_salmon", + "grillsfish": "cooked_salmon", + "gsalmon": "cooked_salmon", + "gsalmonfish": "cooked_salmon", + "gsfish": "cooked_salmon", + "minecraft:cooked_salmon": "cooked_salmon", + "roastedfishs": "cooked_salmon", + "roastedsalmon": "cooked_salmon", + "roastedsalmonfish": "cooked_salmon", + "roastedsfish": "cooked_salmon", + "roastfishs": "cooked_salmon", + "roastsalmon": "cooked_salmon", + "roastsalmonfish": "cooked_salmon", + "roastsfish": "cooked_salmon", + "rofishs": "cooked_salmon", + "rosalmon": "cooked_salmon", + "rosalmonfish": "cooked_salmon", + "rosfish": "cooked_salmon", + "salmonbbq": "cooked_salmon", + "salmonc": "cooked_salmon", + "salmoncook": "cooked_salmon", + "salmoncooked": "cooked_salmon", + "salmonfishbbq": "cooked_salmon", + "salmonfishc": "cooked_salmon", + "salmonfishcook": "cooked_salmon", + "salmonfishcooked": "cooked_salmon", + "salmonfishg": "cooked_salmon", + "salmonfishgrill": "cooked_salmon", + "salmonfishgrilled": "cooked_salmon", + "salmonfishro": "cooked_salmon", + "salmonfishroast": "cooked_salmon", + "salmonfishroasted": "cooked_salmon", + "salmonfishtoasted": "cooked_salmon", + "salmong": "cooked_salmon", + "salmongrill": "cooked_salmon", + "salmongrilled": "cooked_salmon", + "salmonro": "cooked_salmon", + "salmonroast": "cooked_salmon", + "salmonroasted": "cooked_salmon", + "salmontoasted": "cooked_salmon", + "sfishbbq": "cooked_salmon", + "sfishc": "cooked_salmon", + "sfishcook": "cooked_salmon", + "sfishcooked": "cooked_salmon", + "sfishg": "cooked_salmon", + "sfishgrill": "cooked_salmon", + "sfishgrilled": "cooked_salmon", + "sfishro": "cooked_salmon", + "sfishroast": "cooked_salmon", + "sfishroasted": "cooked_salmon", + "sfishtoasted": "cooked_salmon", + "toastedfishs": "cooked_salmon", + "toastedsalmon": "cooked_salmon", + "toastedsalmonfish": "cooked_salmon", + "toastedsfish": "cooked_salmon", + "cookie": { + "material": "COOKIE" + }, + "minecraft:cookie": "cookie", + "copper_block": { + "material": "COPPER_BLOCK" + }, + "coblock": "copper_block", + "copblock": "copper_block", + "copperblock": "copper_block", + "minecraft:copper_block": "copper_block", + "plaincoblock": "copper_block", + "plaincopblock": "copper_block", + "plaincopperblock": "copper_block", + "purecoblock": "copper_block", + "purecopblock": "copper_block", + "purecopperblock": "copper_block", + "copper_ingot": { + "material": "COPPER_INGOT" + }, + "barcop": "copper_ingot", + "barcopp": "copper_ingot", + "barcopper": "copper_ingot", + "copbar": "copper_ingot", + "copi": "copper_ingot", + "copingot": "copper_ingot", + "coppbar": "copper_ingot", + "copperbar": "copper_ingot", + "copperi": "copper_ingot", + "copperingot": "copper_ingot", + "coppi": "copper_ingot", + "coppingot": "copper_ingot", + "icop": "copper_ingot", + "icopp": "copper_ingot", + "icopper": "copper_ingot", + "ingotcop": "copper_ingot", + "ingotcopp": "copper_ingot", + "ingotcopper": "copper_ingot", + "minecraft:copper_ingot": "copper_ingot", + "copper_ore": { + "material": "COPPER_ORE" + }, + "copo": "copper_ore", + "copore": "copper_ore", + "coppero": "copper_ore", + "copperore": "copper_ore", + "coppo": "copper_ore", + "coppore": "copper_ore", + "minecraft:copper_ore": "copper_ore", + "ocop": "copper_ore", + "ocopp": "copper_ore", + "ocopper": "copper_ore", + "orecop": "copper_ore", + "orecopp": "copper_ore", + "orecopper": "copper_ore", + "stonecopore": "copper_ore", + "stonecopperore": "copper_ore", + "stonecoppore": "copper_ore", + "cornflower": { + "material": "CORNFLOWER" + }, + "minecraft:cornflower": "cornflower", + "cow_spawn_egg": { + "material": "COW_SPAWN_EGG" + }, + "cowegg": "cow_spawn_egg", + "cowsegg": "cow_spawn_egg", + "cowspawn": "cow_spawn_egg", + "cowspawnegg": "cow_spawn_egg", + "eggcow": "cow_spawn_egg", + "minecraft:cow_spawn_egg": "cow_spawn_egg", + "seggcow": "cow_spawn_egg", + "spawncow": "cow_spawn_egg", + "spawneggcow": "cow_spawn_egg", + "cow_spawner": { + "entity": "COW", + "material": "SPAWNER" + }, + "cowcage": "cow_spawner", + "cowmcage": "cow_spawner", + "cowmobcage": "cow_spawner", + "cowmobspawner": "cow_spawner", + "cowmonstercage": "cow_spawner", + "cowmonsterspawner": "cow_spawner", + "cowmspawner": "cow_spawner", + "cowspawner": "cow_spawner", + "cracked_deepslate_bricks": { + "material": "CRACKED_DEEPSLATE_BRICKS" + }, + "crackdeepslatebr": "cracked_deepslate_bricks", + "crackdeepslatebricks": "cracked_deepslate_bricks", + "crackdslatebr": "cracked_deepslate_bricks", + "crackdslatebricks": "cracked_deepslate_bricks", + "crackeddeepslatebr": "cracked_deepslate_bricks", + "crackeddeepslatebricks": "cracked_deepslate_bricks", + "crackeddslatebr": "cracked_deepslate_bricks", + "crackeddslatebricks": "cracked_deepslate_bricks", + "crackedslatebr": "cracked_deepslate_bricks", + "crackedslatebricks": "cracked_deepslate_bricks", + "crackslatebr": "cracked_deepslate_bricks", + "crackslatebricks": "cracked_deepslate_bricks", + "crdeepslatebr": "cracked_deepslate_bricks", + "crdeepslatebricks": "cracked_deepslate_bricks", + "crdslatebr": "cracked_deepslate_bricks", + "crdslatebricks": "cracked_deepslate_bricks", + "crslatebr": "cracked_deepslate_bricks", + "crslatebricks": "cracked_deepslate_bricks", + "minecraft:cracked_deepslate_bricks": "cracked_deepslate_bricks", + "cracked_deepslate_tiles": { + "material": "CRACKED_DEEPSLATE_TILES" + }, + "crackdeepslatetile": "cracked_deepslate_tiles", + "crackdeepslatetiles": "cracked_deepslate_tiles", + "crackdslatetile": "cracked_deepslate_tiles", + "crackdslatetiles": "cracked_deepslate_tiles", + "crackeddeepslatetile": "cracked_deepslate_tiles", + "crackeddeepslatetiles": "cracked_deepslate_tiles", + "crackeddslatetile": "cracked_deepslate_tiles", + "crackeddslatetiles": "cracked_deepslate_tiles", + "crackedslatetile": "cracked_deepslate_tiles", + "crackedslatetiles": "cracked_deepslate_tiles", + "crackslatetile": "cracked_deepslate_tiles", + "crackslatetiles": "cracked_deepslate_tiles", + "crdeepslatetile": "cracked_deepslate_tiles", + "crdeepslatetiles": "cracked_deepslate_tiles", + "crdslatetile": "cracked_deepslate_tiles", + "crdslatetiles": "cracked_deepslate_tiles", + "crslatetile": "cracked_deepslate_tiles", + "crslatetiles": "cracked_deepslate_tiles", + "minecraft:cracked_deepslate_tiles": "cracked_deepslate_tiles", + "tilecrackdeepslate": "cracked_deepslate_tiles", + "tilecrackdslate": "cracked_deepslate_tiles", + "tilecrackeddeepslate": "cracked_deepslate_tiles", + "tilecrackeddslate": "cracked_deepslate_tiles", + "tilecrackedslate": "cracked_deepslate_tiles", + "tilecrackslate": "cracked_deepslate_tiles", + "tilecrdeepslate": "cracked_deepslate_tiles", + "tilecrdslate": "cracked_deepslate_tiles", + "tilecrslate": "cracked_deepslate_tiles", + "tilescrackdeepslate": "cracked_deepslate_tiles", + "tilescrackdslate": "cracked_deepslate_tiles", + "tilescrackeddeepslate": "cracked_deepslate_tiles", + "tilescrackeddslate": "cracked_deepslate_tiles", + "tilescrackedslate": "cracked_deepslate_tiles", + "tilescrackslate": "cracked_deepslate_tiles", + "tilescrdeepslate": "cracked_deepslate_tiles", + "tilescrdslate": "cracked_deepslate_tiles", + "tilescrslate": "cracked_deepslate_tiles", + "cracked_nether_bricks": { + "material": "CRACKED_NETHER_BRICKS" + }, + "crackednbr": "cracked_nether_bricks", + "crackednbrick": "cracked_nether_bricks", + "crackednethbr": "cracked_nether_bricks", + "crackednethbrick": "cracked_nether_bricks", + "crackednetherbr": "cracked_nether_bricks", + "crackednetherbrick": "cracked_nether_bricks", + "crackednetherbricks": "cracked_nether_bricks", + "cracknbr": "cracked_nether_bricks", + "cracknbrick": "cracked_nether_bricks", + "cracknethbr": "cracked_nether_bricks", + "cracknethbrick": "cracked_nether_bricks", + "cracknetherbr": "cracked_nether_bricks", + "cracknetherbrick": "cracked_nether_bricks", + "crnbr": "cracked_nether_bricks", + "crnbrick": "cracked_nether_bricks", + "crnethbr": "cracked_nether_bricks", + "crnethbrick": "cracked_nether_bricks", + "crnetherbr": "cracked_nether_bricks", + "crnetherbrick": "cracked_nether_bricks", + "minecraft:cracked_nether_bricks": "cracked_nether_bricks", + "cracked_polished_blackstone_bricks": { + "material": "CRACKED_POLISHED_BLACKSTONE_BRICKS" + }, + "crackedpblackstone": "cracked_polished_blackstone_bricks", + "crackedpblst": "cracked_polished_blackstone_bricks", + "crackedpblstone": "cracked_polished_blackstone_bricks", + "crackedpolishedblackstone": "cracked_polished_blackstone_bricks", + "crackedpolishedblackstonebricks": "cracked_polished_blackstone_bricks", + "crackedpolishedblst": "cracked_polished_blackstone_bricks", + "crackedpolishedblstone": "cracked_polished_blackstone_bricks", + "crackpblackstone": "cracked_polished_blackstone_bricks", + "crackpblst": "cracked_polished_blackstone_bricks", + "crackpblstone": "cracked_polished_blackstone_bricks", + "crackpolishedblackstone": "cracked_polished_blackstone_bricks", + "crackpolishedblst": "cracked_polished_blackstone_bricks", + "crackpolishedblstone": "cracked_polished_blackstone_bricks", + "crpblackstone": "cracked_polished_blackstone_bricks", + "crpblst": "cracked_polished_blackstone_bricks", + "crpblstone": "cracked_polished_blackstone_bricks", + "crpolishedblackstone": "cracked_polished_blackstone_bricks", + "crpolishedblst": "cracked_polished_blackstone_bricks", + "crpolishedblstone": "cracked_polished_blackstone_bricks", + "minecraft:cracked_polished_blackstone_bricks": "cracked_polished_blackstone_bricks", + "pcrackblackstone": "cracked_polished_blackstone_bricks", + "pcrackblst": "cracked_polished_blackstone_bricks", + "pcrackblstone": "cracked_polished_blackstone_bricks", + "pcrackedblackstone": "cracked_polished_blackstone_bricks", + "pcrackedblst": "cracked_polished_blackstone_bricks", + "pcrackedblstone": "cracked_polished_blackstone_bricks", + "pcrblackstone": "cracked_polished_blackstone_bricks", + "pcrblst": "cracked_polished_blackstone_bricks", + "pcrblstone": "cracked_polished_blackstone_bricks", + "polishedcrackblackstone": "cracked_polished_blackstone_bricks", + "polishedcrackblst": "cracked_polished_blackstone_bricks", + "polishedcrackblstone": "cracked_polished_blackstone_bricks", + "polishedcrackedblackstone": "cracked_polished_blackstone_bricks", + "polishedcrackedblst": "cracked_polished_blackstone_bricks", + "polishedcrackedblstone": "cracked_polished_blackstone_bricks", + "polishedcrblackstone": "cracked_polished_blackstone_bricks", + "polishedcrblst": "cracked_polished_blackstone_bricks", + "polishedcrblstone": "cracked_polished_blackstone_bricks", + "cracked_stone_bricks": { + "material": "CRACKED_STONE_BRICKS" + }, + "crackedst": "cracked_stone_bricks", + "crackedstone": "cracked_stone_bricks", + "crackedstonebricks": "cracked_stone_bricks", + "crackst": "cracked_stone_bricks", + "crackstone": "cracked_stone_bricks", + "crst": "cracked_stone_bricks", + "crstone": "cracked_stone_bricks", + "minecraft:cracked_stone_bricks": "cracked_stone_bricks", + "crafting_table": { + "material": "CRAFTING_TABLE" + }, + "cbench": "crafting_table", + "craftbench": "crafting_table", + "crafterbench": "crafting_table", + "craftertable": "crafting_table", + "craftingbench": "crafting_table", + "craftingtable": "crafting_table", + "crafttable": "crafting_table", + "minecraft:crafting_table": "crafting_table", + "wbench": "crafting_table", + "workbench": "crafting_table", + "worktable": "crafting_table", + "creeper_banner_pattern": { + "material": "CREEPER_BANNER_PATTERN" + }, + "creeperbannerpattern": "creeper_banner_pattern", + "minecraft:creeper_banner_pattern": "creeper_banner_pattern", + "creeper_head": { + "material": "CREEPER_HEAD" + }, + "creeperhead": "creeper_head", + "minecraft:creeper_head": "creeper_head", + "creeper_spawn_egg": { + "material": "CREEPER_SPAWN_EGG" + }, + "creeperegg": "creeper_spawn_egg", + "creepersegg": "creeper_spawn_egg", + "creeperspawn": "creeper_spawn_egg", + "creeperspawnegg": "creeper_spawn_egg", + "cregg": "creeper_spawn_egg", + "crsegg": "creeper_spawn_egg", + "crspawn": "creeper_spawn_egg", + "crspawnegg": "creeper_spawn_egg", + "eggcr": "creeper_spawn_egg", + "eggcreeper": "creeper_spawn_egg", + "minecraft:creeper_spawn_egg": "creeper_spawn_egg", + "seggcr": "creeper_spawn_egg", + "seggcreeper": "creeper_spawn_egg", + "spawncr": "creeper_spawn_egg", + "spawncreeper": "creeper_spawn_egg", + "spawneggcr": "creeper_spawn_egg", + "spawneggcreeper": "creeper_spawn_egg", + "creeper_spawner": { + "entity": "CREEPER", + "material": "SPAWNER" + }, + "crcage": "creeper_spawner", + "creepercage": "creeper_spawner", + "creepermcage": "creeper_spawner", + "creepermobcage": "creeper_spawner", + "creepermobspawner": "creeper_spawner", + "creepermonstercage": "creeper_spawner", + "creepermonsterspawner": "creeper_spawner", + "creepermspawner": "creeper_spawner", + "creeperspawner": "creeper_spawner", + "crmcage": "creeper_spawner", + "crmobcage": "creeper_spawner", + "crmobspawner": "creeper_spawner", + "crmonstercage": "creeper_spawner", + "crmonsterspawner": "creeper_spawner", + "crmspawner": "creeper_spawner", + "crspawner": "creeper_spawner", + "crimson_button": { + "material": "CRIMSON_BUTTON" + }, + "buttoncr": "crimson_button", + "buttoncrim": "crimson_button", + "buttoncrimson": "crimson_button", + "crbutton": "crimson_button", + "crimbutton": "crimson_button", + "crimsonbutton": "crimson_button", + "minecraft:crimson_button": "crimson_button", + "crimson_door": { + "material": "CRIMSON_DOOR" + }, + "crdoor": "crimson_door", + "crimdoor": "crimson_door", + "crimsondoor": "crimson_door", + "minecraft:crimson_door": "crimson_door", + "crimson_fence": { + "material": "CRIMSON_FENCE" + }, + "crfence": "crimson_fence", + "crimfence": "crimson_fence", + "crimsonfence": "crimson_fence", + "minecraft:crimson_fence": "crimson_fence", + "crimson_fence_gate": { + "material": "CRIMSON_FENCE_GATE" + }, + "crfencegate": "crimson_fence_gate", + "crgate": "crimson_fence_gate", + "crimfencegate": "crimson_fence_gate", + "crimgate": "crimson_fence_gate", + "crimsonfencegate": "crimson_fence_gate", + "crimsongate": "crimson_fence_gate", + "gatecr": "crimson_fence_gate", + "gatecrim": "crimson_fence_gate", + "gatecrimson": "crimson_fence_gate", + "minecraft:crimson_fence_gate": "crimson_fence_gate", + "crimson_fungus": { + "material": "CRIMSON_FUNGUS" + }, + "crfun": "crimson_fungus", + "crfungus": "crimson_fungus", + "crimfun": "crimson_fungus", + "crimfungus": "crimson_fungus", + "crimsonfun": "crimson_fungus", + "crimsonfungus": "crimson_fungus", + "minecraft:crimson_fungus": "crimson_fungus", + "crimson_hanging_sign": { + "material": "CRIMSON_HANGING_SIGN" + }, + "crhangsign": "crimson_hanging_sign", + "crhsign": "crimson_hanging_sign", + "crimhangsign": "crimson_hanging_sign", + "crimhsign": "crimson_hanging_sign", + "crimsonhangingsign": "crimson_hanging_sign", + "crimsonhangsign": "crimson_hanging_sign", + "crimsonhsign": "crimson_hanging_sign", + "minecraft:crimson_hanging_sign": "crimson_hanging_sign", + "crimson_hyphae": { + "material": "CRIMSON_HYPHAE" + }, + "crhyphae": "crimson_hyphae", + "crimhyphae": "crimson_hyphae", + "crimsonhyphae": "crimson_hyphae", + "minecraft:crimson_hyphae": "crimson_hyphae", + "crimson_nylium": { + "material": "CRIMSON_NYLIUM" + }, + "crimnylium": "crimson_nylium", + "crimsoil": "crimson_nylium", + "crimsonnylium": "crimson_nylium", + "crimsonsoil": "crimson_nylium", + "crnylium": "crimson_nylium", + "crsoil": "crimson_nylium", + "minecraft:crimson_nylium": "crimson_nylium", + "crimson_planks": { + "material": "CRIMSON_PLANKS" + }, + "crimplank": "crimson_planks", + "crimplankw": "crimson_planks", + "crimplankwood": "crimson_planks", + "crimplankwooden": "crimson_planks", + "crimsonplank": "crimson_planks", + "crimsonplanks": "crimson_planks", + "crimsonplankw": "crimson_planks", + "crimsonplankwood": "crimson_planks", + "crimsonplankwooden": "crimson_planks", + "crimsonwoodenplank": "crimson_planks", + "crimsonwoodplank": "crimson_planks", + "crimsonwplank": "crimson_planks", + "crimwoodenplank": "crimson_planks", + "crimwoodplank": "crimson_planks", + "crimwplank": "crimson_planks", + "crplank": "crimson_planks", + "crplankw": "crimson_planks", + "crplankwood": "crimson_planks", + "crplankwooden": "crimson_planks", + "crwoodenplank": "crimson_planks", + "crwoodplank": "crimson_planks", + "crwplank": "crimson_planks", + "minecraft:crimson_planks": "crimson_planks", + "crimson_pressure_plate": { + "material": "CRIMSON_PRESSURE_PLATE" + }, + "crimplate": "crimson_pressure_plate", + "crimpplate": "crimson_pressure_plate", + "crimpressplate": "crimson_pressure_plate", + "crimpressureplate": "crimson_pressure_plate", + "crimsonplate": "crimson_pressure_plate", + "crimsonpplate": "crimson_pressure_plate", + "crimsonpressplate": "crimson_pressure_plate", + "crimsonpressureplate": "crimson_pressure_plate", + "crplate": "crimson_pressure_plate", + "crpplate": "crimson_pressure_plate", + "crpressplate": "crimson_pressure_plate", + "crpressureplate": "crimson_pressure_plate", + "minecraft:crimson_pressure_plate": "crimson_pressure_plate", + "platecr": "crimson_pressure_plate", + "platecrim": "crimson_pressure_plate", + "platecrimson": "crimson_pressure_plate", + "crimson_roots": { + "material": "CRIMSON_ROOTS" + }, + "crimroot": "crimson_roots", + "crimroots": "crimson_roots", + "crimsonroot": "crimson_roots", + "crimsonroots": "crimson_roots", + "crroot": "crimson_roots", + "crroots": "crimson_roots", + "minecraft:crimson_roots": "crimson_roots", + "crimson_sign": { + "material": "CRIMSON_SIGN" + }, + "crimsign": "crimson_sign", + "crimsonsign": "crimson_sign", + "crsign": "crimson_sign", + "minecraft:crimson_sign": "crimson_sign", + "crimson_slab": { + "material": "CRIMSON_SLAB" + }, + "crhalfblock": "crimson_slab", + "crimhalfblock": "crimson_slab", + "crimsonhalfblock": "crimson_slab", + "crimsonslab": "crimson_slab", + "crimsonstep": "crimson_slab", + "crimsonwhalfblock": "crimson_slab", + "crimsonwoodenhalfblock": "crimson_slab", + "crimsonwoodenslab": "crimson_slab", + "crimsonwoodenstep": "crimson_slab", + "crimsonwoodhalfblock": "crimson_slab", + "crimsonwoodslab": "crimson_slab", + "crimsonwoodstep": "crimson_slab", + "crimsonwslab": "crimson_slab", + "crimsonwstep": "crimson_slab", + "crimstep": "crimson_slab", + "crimwhalfblock": "crimson_slab", + "crimwoodenhalfblock": "crimson_slab", + "crimwoodenslab": "crimson_slab", + "crimwoodenstep": "crimson_slab", + "crimwoodhalfblock": "crimson_slab", + "crimwoodslab": "crimson_slab", + "crimwoodstep": "crimson_slab", + "crimwslab": "crimson_slab", + "crimwstep": "crimson_slab", + "crstep": "crimson_slab", + "crwhalfblock": "crimson_slab", + "crwoodenhalfblock": "crimson_slab", + "crwoodenslab": "crimson_slab", + "crwoodenstep": "crimson_slab", + "crwoodhalfblock": "crimson_slab", + "crwoodslab": "crimson_slab", + "crwoodstep": "crimson_slab", + "crwslab": "crimson_slab", + "crwstep": "crimson_slab", + "minecraft:crimson_slab": "crimson_slab", + "crimson_stairs": { + "material": "CRIMSON_STAIRS" + }, + "crimsonstair": "crimson_stairs", + "crimsonstairs": "crimson_stairs", + "crimsonwoodenstair": "crimson_stairs", + "crimsonwoodenstairs": "crimson_stairs", + "crimsonwoodstair": "crimson_stairs", + "crimsonwoodstairs": "crimson_stairs", + "crimsonwstair": "crimson_stairs", + "crimsonwstairs": "crimson_stairs", + "crimstair": "crimson_stairs", + "crimwoodenstair": "crimson_stairs", + "crimwoodenstairs": "crimson_stairs", + "crimwoodstair": "crimson_stairs", + "crimwoodstairs": "crimson_stairs", + "crimwstair": "crimson_stairs", + "crimwstairs": "crimson_stairs", + "crstair": "crimson_stairs", + "crwoodenstair": "crimson_stairs", + "crwoodenstairs": "crimson_stairs", + "crwoodstair": "crimson_stairs", + "crwoodstairs": "crimson_stairs", + "crwstair": "crimson_stairs", + "crwstairs": "crimson_stairs", + "minecraft:crimson_stairs": "crimson_stairs", + "crimson_stem": { + "material": "CRIMSON_STEM" + }, + "crimlog": "crimson_stem", + "crimsonlog": "crimson_stem", + "crimsonstem": "crimson_stem", + "crimstem": "crimson_stem", + "crlog": "crimson_stem", + "crstem": "crimson_stem", + "logcr": "crimson_stem", + "logcrim": "crimson_stem", + "logcrimson": "crimson_stem", + "minecraft:crimson_stem": "crimson_stem", + "stemcr": "crimson_stem", + "stemcrim": "crimson_stem", + "stemcrimson": "crimson_stem", + "crimson_trapdoor": { + "material": "CRIMSON_TRAPDOOR" + }, + "crdoort": "crimson_trapdoor", + "crdoortrap": "crimson_trapdoor", + "crdtrap": "crimson_trapdoor", + "crhatch": "crimson_trapdoor", + "crimdoort": "crimson_trapdoor", + "crimdoortrap": "crimson_trapdoor", + "crimdtrap": "crimson_trapdoor", + "crimhatch": "crimson_trapdoor", + "crimsondoort": "crimson_trapdoor", + "crimsondoortrap": "crimson_trapdoor", + "crimsondtrap": "crimson_trapdoor", + "crimsonhatch": "crimson_trapdoor", + "crimsontdoor": "crimson_trapdoor", + "crimsontrapd": "crimson_trapdoor", + "crimsontrapdoor": "crimson_trapdoor", + "crimtdoor": "crimson_trapdoor", + "crimtrapd": "crimson_trapdoor", + "crimtrapdoor": "crimson_trapdoor", + "crtdoor": "crimson_trapdoor", + "crtrapd": "crimson_trapdoor", + "crtrapdoor": "crimson_trapdoor", + "minecraft:crimson_trapdoor": "crimson_trapdoor", + "crossbow": { + "material": "CROSSBOW" + }, + "minecraft:crossbow": "crossbow", + "crying_obsidian": { + "material": "CRYING_OBSIDIAN" + }, + "cryingobsidian": "crying_obsidian", + "cryobsidian": "crying_obsidian", + "minecraft:crying_obsidian": "crying_obsidian", + "sadrock": "crying_obsidian", + "cut_copper": { + "material": "CUT_COPPER" + }, + "ccoblock": "cut_copper", + "ccopblock": "cut_copper", + "ccopperblock": "cut_copper", + "cutcoblock": "cut_copper", + "cutcopblock": "cut_copper", + "cutcopper": "cut_copper", + "cutcopperblock": "cut_copper", + "minecraft:cut_copper": "cut_copper", + "cut_copper_slab": { + "material": "CUT_COPPER_SLAB" + }, + "ccohalfblock": "cut_copper_slab", + "ccophalfblock": "cut_copper_slab", + "ccopperhalfblock": "cut_copper_slab", + "ccoppersl": "cut_copper_slab", + "ccopperslab": "cut_copper_slab", + "ccopperstep": "cut_copper_slab", + "ccopsl": "cut_copper_slab", + "ccopslab": "cut_copper_slab", + "ccopstep": "cut_copper_slab", + "ccosl": "cut_copper_slab", + "ccoslab": "cut_copper_slab", + "ccostep": "cut_copper_slab", + "cutcohalfblock": "cut_copper_slab", + "cutcophalfblock": "cut_copper_slab", + "cutcopperhalfblock": "cut_copper_slab", + "cutcoppersl": "cut_copper_slab", + "cutcopperslab": "cut_copper_slab", + "cutcopperstep": "cut_copper_slab", + "cutcopsl": "cut_copper_slab", + "cutcopslab": "cut_copper_slab", + "cutcopstep": "cut_copper_slab", + "cutcosl": "cut_copper_slab", + "cutcoslab": "cut_copper_slab", + "cutcostep": "cut_copper_slab", + "minecraft:cut_copper_slab": "cut_copper_slab", + "cut_copper_stairs": { + "material": "CUT_COPPER_STAIRS" + }, + "ccopperstair": "cut_copper_stairs", + "ccopperstairs": "cut_copper_stairs", + "ccopstair": "cut_copper_stairs", + "ccopstairs": "cut_copper_stairs", + "ccostair": "cut_copper_stairs", + "ccostairs": "cut_copper_stairs", + "cutcopperstair": "cut_copper_stairs", + "cutcopperstairs": "cut_copper_stairs", + "cutcopstair": "cut_copper_stairs", + "cutcopstairs": "cut_copper_stairs", + "cutcostair": "cut_copper_stairs", + "cutcostairs": "cut_copper_stairs", + "minecraft:cut_copper_stairs": "cut_copper_stairs", + "cut_red_sandstone": { + "material": "CUT_RED_SANDSTONE" + }, + "cutredsandst": "cut_red_sandstone", + "cutredsandstb": "cut_red_sandstone", + "cutredsandstbl": "cut_red_sandstone", + "cutredsandstblock": "cut_red_sandstone", + "cutredsandstone": "cut_red_sandstone", + "cutredsandstoneb": "cut_red_sandstone", + "cutredsandstonebl": "cut_red_sandstone", + "cutredsandstoneblock": "cut_red_sandstone", + "cutredsndst": "cut_red_sandstone", + "cutredsndstb": "cut_red_sandstone", + "cutredsndstbl": "cut_red_sandstone", + "cutredsndstblock": "cut_red_sandstone", + "minecraft:cut_red_sandstone": "cut_red_sandstone", + "cut_red_sandstone_slab": { + "material": "CUT_RED_SANDSTONE_SLAB" + }, + "cutredsandsthalfblock": "cut_red_sandstone_slab", + "cutredsandstonehalfblock": "cut_red_sandstone_slab", + "cutredsandstoneslab": "cut_red_sandstone_slab", + "cutredsandstonestep": "cut_red_sandstone_slab", + "cutredsandststep": "cut_red_sandstone_slab", + "cutredsndsthalfblock": "cut_red_sandstone_slab", + "cutredsndststep": "cut_red_sandstone_slab", + "minecraft:cut_red_sandstone_slab": "cut_red_sandstone_slab", + "cut_sandstone": { + "material": "CUT_SANDSTONE" + }, + "cutsandst": "cut_sandstone", + "cutsandstb": "cut_sandstone", + "cutsandstbl": "cut_sandstone", + "cutsandstblock": "cut_sandstone", + "cutsandstone": "cut_sandstone", + "cutsandstoneb": "cut_sandstone", + "cutsandstonebl": "cut_sandstone", + "cutsandstoneblock": "cut_sandstone", + "cutsndst": "cut_sandstone", + "cutsndstb": "cut_sandstone", + "cutsndstbl": "cut_sandstone", + "cutsndstblock": "cut_sandstone", + "minecraft:cut_sandstone": "cut_sandstone", + "cut_sandstone_slab": { + "material": "CUT_SANDSTONE_SLAB" + }, + "cutsandsthalfblock": "cut_sandstone_slab", + "cutsandstonehalfblock": "cut_sandstone_slab", + "cutsandstoneslab": "cut_sandstone_slab", + "cutsandstonestep": "cut_sandstone_slab", + "cutsandststep": "cut_sandstone_slab", + "cutsndsthalfblock": "cut_sandstone_slab", + "cutsndststep": "cut_sandstone_slab", + "minecraft:cut_sandstone_slab": "cut_sandstone_slab", + "cyan_banner": { + "material": "CYAN_BANNER" + }, + "cbanner": "cyan_banner", + "cyanbanner": "cyan_banner", + "minecraft:cyan_banner": "cyan_banner", + "cyan_bed": { + "material": "CYAN_BED" + }, + "cbed": "cyan_bed", + "cyanbed": "cyan_bed", + "minecraft:cyan_bed": "cyan_bed", + "cyan_candle": { + "material": "CYAN_CANDLE" + }, + "ccandle": "cyan_candle", + "cyancandle": "cyan_candle", + "minecraft:cyan_candle": "cyan_candle", + "cyan_carpet": { + "material": "CYAN_CARPET" + }, + "ccarpet": "cyan_carpet", + "cfloor": "cyan_carpet", + "cyancarpet": "cyan_carpet", + "cyanfloor": "cyan_carpet", + "minecraft:cyan_carpet": "cyan_carpet", + "cyan_concrete": { + "material": "CYAN_CONCRETE" + }, + "cconcrete": "cyan_concrete", + "cyanconcrete": "cyan_concrete", + "minecraft:cyan_concrete": "cyan_concrete", + "cyan_concrete_powder": { + "material": "CYAN_CONCRETE_POWDER" + }, + "ccdust": "cyan_concrete_powder", + "cconcretepowder": "cyan_concrete_powder", + "cconcretesand": "cyan_concrete_powder", + "ccp": "cyan_concrete_powder", + "ccpowder": "cyan_concrete_powder", + "cyancdust": "cyan_concrete_powder", + "cyanconcretepowder": "cyan_concrete_powder", + "cyanconcretesand": "cyan_concrete_powder", + "cyancp": "cyan_concrete_powder", + "cyancpowder": "cyan_concrete_powder", + "minecraft:cyan_concrete_powder": "cyan_concrete_powder", + "cyan_dye": { + "material": "CYAN_DYE" + }, + "cdye": "cyan_dye", + "cyandye": "cyan_dye", + "minecraft:cyan_dye": "cyan_dye", + "cyan_glazed_terracotta": { + "material": "CYAN_GLAZED_TERRACOTTA" + }, + "cglazedtcota": "cyan_glazed_terracotta", + "cglazedterra": "cyan_glazed_terracotta", + "cglazedterracota": "cyan_glazed_terracotta", + "cglazedterracotta": "cyan_glazed_terracotta", + "cgtcotta": "cyan_glazed_terracotta", + "cgterra": "cyan_glazed_terracotta", + "cyanglazedtcota": "cyan_glazed_terracotta", + "cyanglazedterra": "cyan_glazed_terracotta", + "cyanglazedterracota": "cyan_glazed_terracotta", + "cyanglazedterracotta": "cyan_glazed_terracotta", + "cyangtcotta": "cyan_glazed_terracotta", + "cyangterra": "cyan_glazed_terracotta", + "minecraft:cyan_glazed_terracotta": "cyan_glazed_terracotta", + "cyan_shulker_box": { + "material": "CYAN_SHULKER_BOX" + }, + "csbox": "cyan_shulker_box", + "cshulkerbox": "cyan_shulker_box", + "cyansbox": "cyan_shulker_box", + "cyanshulkerbox": "cyan_shulker_box", + "minecraft:cyan_shulker_box": "cyan_shulker_box", + "cyan_stained_glass": { + "material": "CYAN_STAINED_GLASS" + }, + "cglass": "cyan_stained_glass", + "csglass": "cyan_stained_glass", + "cstainedglass": "cyan_stained_glass", + "cyanglass": "cyan_stained_glass", + "cyansglass": "cyan_stained_glass", + "cyanstainedglass": "cyan_stained_glass", + "minecraft:cyan_stained_glass": "cyan_stained_glass", + "cyan_stained_glass_pane": { + "material": "CYAN_STAINED_GLASS_PANE" + }, + "cglasspane": "cyan_stained_glass_pane", + "cgpane": "cyan_stained_glass_pane", + "csglasspane": "cyan_stained_glass_pane", + "cstainedglasspane": "cyan_stained_glass_pane", + "cyanglasspane": "cyan_stained_glass_pane", + "cyangpane": "cyan_stained_glass_pane", + "cyansglasspane": "cyan_stained_glass_pane", + "cyanstainedglasspane": "cyan_stained_glass_pane", + "minecraft:cyan_stained_glass_pane": "cyan_stained_glass_pane", + "cyan_terracotta": { + "material": "CYAN_TERRACOTTA" + }, + "cclay": "cyan_terracotta", + "csclay": "cyan_terracotta", + "cstainedclay": "cyan_terracotta", + "ctcota": "cyan_terracotta", + "cterra": "cyan_terracotta", + "cterracota": "cyan_terracotta", + "cterracotta": "cyan_terracotta", + "cyanclay": "cyan_terracotta", + "cyansclay": "cyan_terracotta", + "cyanstainedclay": "cyan_terracotta", + "cyantcota": "cyan_terracotta", + "cyanterra": "cyan_terracotta", + "cyanterracota": "cyan_terracotta", + "cyanterracotta": "cyan_terracotta", + "minecraft:cyan_terracotta": "cyan_terracotta", + "cyan_wool": { + "material": "CYAN_WOOL" + }, + "ccloth": "cyan_wool", + "ccotton": "cyan_wool", + "cwool": "cyan_wool", + "cyancloth": "cyan_wool", + "cyancotton": "cyan_wool", + "cyanwool": "cyan_wool", + "minecraft:cyan_wool": "cyan_wool", + "damaged_anvil": { + "material": "DAMAGED_ANVIL" + }, + "damagedanvil": "damaged_anvil", + "minecraft:damaged_anvil": "damaged_anvil", + "verydamagedanvil": "damaged_anvil", + "dandelion": { + "material": "DANDELION" + }, + "flower": "dandelion", + "minecraft:dandelion": "dandelion", + "ydandelion": "dandelion", + "yellowdandelion": "dandelion", + "yellowflower": "dandelion", + "yflower": "dandelion", + "danger_pottery_sherd": { + "material": "DANGER_POTTERY_SHERD" + }, + "dangerpotterysherd": "danger_pottery_sherd", + "dangersherd": "danger_pottery_sherd", + "minecraft:danger_pottery_sherd": "danger_pottery_sherd", + "dark_oak_boat": { + "material": "DARK_OAK_BOAT" + }, + "boatdark_oak": "dark_oak_boat", + "boatdarkoak": "dark_oak_boat", + "boatdo": "dark_oak_boat", + "boatdoak": "dark_oak_boat", + "dark_oakboat": "dark_oak_boat", + "dark_oakraft": "dark_oak_boat", + "darkoakboat": "dark_oak_boat", + "darkoakraft": "dark_oak_boat", + "doakboat": "dark_oak_boat", + "doakraft": "dark_oak_boat", + "doboat": "dark_oak_boat", + "doraft": "dark_oak_boat", + "minecraft:dark_oak_boat": "dark_oak_boat", + "dark_oak_button": { + "material": "DARK_OAK_BUTTON" + }, + "buttondark_oak": "dark_oak_button", + "buttondarkoak": "dark_oak_button", + "buttondo": "dark_oak_button", + "buttondoak": "dark_oak_button", + "dark_oakbutton": "dark_oak_button", + "darkoakbutton": "dark_oak_button", + "doakbutton": "dark_oak_button", + "dobutton": "dark_oak_button", + "minecraft:dark_oak_button": "dark_oak_button", + "dark_oak_chest_boat": { + "material": "DARK_OAK_CHEST_BOAT" + }, + "dark_oakchboat": "dark_oak_chest_boat", + "darkoakchboat": "dark_oak_chest_boat", + "darkoakchestboat": "dark_oak_chest_boat", + "doakchboat": "dark_oak_chest_boat", + "dochboat": "dark_oak_chest_boat", + "minecraft:dark_oak_chest_boat": "dark_oak_chest_boat", + "dark_oak_door": { + "material": "DARK_OAK_DOOR" + }, + "dark_oakdoor": "dark_oak_door", + "darkoakdoor": "dark_oak_door", + "doakdoor": "dark_oak_door", + "dodoor": "dark_oak_door", + "minecraft:dark_oak_door": "dark_oak_door", + "dark_oak_fence": { + "material": "DARK_OAK_FENCE" + }, + "dark_oakfence": "dark_oak_fence", + "darkoakfence": "dark_oak_fence", + "doakfence": "dark_oak_fence", + "dofence": "dark_oak_fence", + "minecraft:dark_oak_fence": "dark_oak_fence", + "dark_oak_fence_gate": { + "material": "DARK_OAK_FENCE_GATE" + }, + "dark_oakfencegate": "dark_oak_fence_gate", + "dark_oakgate": "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", + "gatedark_oak": "dark_oak_fence_gate", + "gatedarkoak": "dark_oak_fence_gate", + "gatedo": "dark_oak_fence_gate", + "gatedoak": "dark_oak_fence_gate", + "minecraft:dark_oak_fence_gate": "dark_oak_fence_gate", + "dark_oak_hanging_sign": { + "material": "DARK_OAK_HANGING_SIGN" + }, + "dark_oakhangsign": "dark_oak_hanging_sign", + "dark_oakhsign": "dark_oak_hanging_sign", + "darkoakhangingsign": "dark_oak_hanging_sign", + "darkoakhangsign": "dark_oak_hanging_sign", + "darkoakhsign": "dark_oak_hanging_sign", + "doakhangsign": "dark_oak_hanging_sign", + "doakhsign": "dark_oak_hanging_sign", + "dohangsign": "dark_oak_hanging_sign", + "dohsign": "dark_oak_hanging_sign", + "minecraft:dark_oak_hanging_sign": "dark_oak_hanging_sign", + "dark_oak_leaves": { + "material": "DARK_OAK_LEAVES" + }, + "dark_oakleaf": "dark_oak_leaves", + "dark_oakleave": "dark_oak_leaves", + "dark_oakleaves": "dark_oak_leaves", + "dark_oaklogleaf": "dark_oak_leaves", + "dark_oaklogleave": "dark_oak_leaves", + "dark_oaklogleaves": "dark_oak_leaves", + "dark_oaktreeleaf": "dark_oak_leaves", + "dark_oaktreeleave": "dark_oak_leaves", + "dark_oaktreeleaves": "dark_oak_leaves", + "dark_oaktrunkleaf": "dark_oak_leaves", + "dark_oaktrunkleave": "dark_oak_leaves", + "dark_oaktrunkleaves": "dark_oak_leaves", + "dark_oakwoodleaf": "dark_oak_leaves", + "dark_oakwoodleave": "dark_oak_leaves", + "dark_oakwoodleaves": "dark_oak_leaves", + "darkoakleaf": "dark_oak_leaves", + "darkoakleave": "dark_oak_leaves", + "darkoakleaves": "dark_oak_leaves", + "darkoaklogleaf": "dark_oak_leaves", + "darkoaklogleave": "dark_oak_leaves", + "darkoaklogleaves": "dark_oak_leaves", + "darkoaktreeleaf": "dark_oak_leaves", + "darkoaktreeleave": "dark_oak_leaves", + "darkoaktreeleaves": "dark_oak_leaves", + "darkoaktrunkleaf": "dark_oak_leaves", + "darkoaktrunkleave": "dark_oak_leaves", + "darkoaktrunkleaves": "dark_oak_leaves", + "darkoakwoodleaf": "dark_oak_leaves", + "darkoakwoodleave": "dark_oak_leaves", + "darkoakwoodleaves": "dark_oak_leaves", + "doakleaf": "dark_oak_leaves", + "doakleave": "dark_oak_leaves", + "doakleaves": "dark_oak_leaves", + "doaklogleaf": "dark_oak_leaves", + "doaklogleave": "dark_oak_leaves", + "doaklogleaves": "dark_oak_leaves", + "doaktreeleaf": "dark_oak_leaves", + "doaktreeleave": "dark_oak_leaves", + "doaktreeleaves": "dark_oak_leaves", + "doaktrunkleaf": "dark_oak_leaves", + "doaktrunkleave": "dark_oak_leaves", + "doaktrunkleaves": "dark_oak_leaves", + "doakwoodleaf": "dark_oak_leaves", + "doakwoodleave": "dark_oak_leaves", + "doakwoodleaves": "dark_oak_leaves", + "doleaf": "dark_oak_leaves", + "doleave": "dark_oak_leaves", + "doleaves": "dark_oak_leaves", + "dologleaf": "dark_oak_leaves", + "dologleave": "dark_oak_leaves", + "dologleaves": "dark_oak_leaves", + "dotreeleaf": "dark_oak_leaves", + "dotreeleave": "dark_oak_leaves", + "dotreeleaves": "dark_oak_leaves", + "dotrunkleaf": "dark_oak_leaves", + "dotrunkleave": "dark_oak_leaves", + "dotrunkleaves": "dark_oak_leaves", + "dowoodleaf": "dark_oak_leaves", + "dowoodleave": "dark_oak_leaves", + "dowoodleaves": "dark_oak_leaves", + "leafdark_oak": "dark_oak_leaves", + "leafdarkoak": "dark_oak_leaves", + "leafdo": "dark_oak_leaves", + "leafdoak": "dark_oak_leaves", + "leavesdark_oak": "dark_oak_leaves", + "leavesdarkoak": "dark_oak_leaves", + "leavesdo": "dark_oak_leaves", + "leavesdoak": "dark_oak_leaves", + "minecraft:dark_oak_leaves": "dark_oak_leaves", + "dark_oak_log": { + "material": "DARK_OAK_LOG" + }, + "dark_oaklog": "dark_oak_log", + "dark_oaktree": "dark_oak_log", + "dark_oaktrunk": "dark_oak_log", + "darkoaklog": "dark_oak_log", + "darkoaktree": "dark_oak_log", + "darkoaktrunk": "dark_oak_log", + "doaklog": "dark_oak_log", + "doaktree": "dark_oak_log", + "doaktrunk": "dark_oak_log", + "dolog": "dark_oak_log", + "dotree": "dark_oak_log", + "dotrunk": "dark_oak_log", + "logdark_oak": "dark_oak_log", + "logdarkoak": "dark_oak_log", + "logdo": "dark_oak_log", + "logdoak": "dark_oak_log", + "minecraft:dark_oak_log": "dark_oak_log", + "dark_oak_planks": { + "material": "DARK_OAK_PLANKS" + }, + "dark_oakplank": "dark_oak_planks", + "dark_oakplankw": "dark_oak_planks", + "dark_oakplankwood": "dark_oak_planks", + "dark_oakplankwooden": "dark_oak_planks", + "dark_oakwoodenplank": "dark_oak_planks", + "dark_oakwoodplank": "dark_oak_planks", + "dark_oakwplank": "dark_oak_planks", + "darkoakplank": "dark_oak_planks", + "darkoakplanks": "dark_oak_planks", + "darkoakplankw": "dark_oak_planks", + "darkoakplankwood": "dark_oak_planks", + "darkoakplankwooden": "dark_oak_planks", + "darkoakwoodenplank": "dark_oak_planks", + "darkoakwoodplank": "dark_oak_planks", + "darkoakwplank": "dark_oak_planks", + "doakplank": "dark_oak_planks", + "doakplankw": "dark_oak_planks", + "doakplankwood": "dark_oak_planks", + "doakplankwooden": "dark_oak_planks", + "doakwoodenplank": "dark_oak_planks", + "doakwoodplank": "dark_oak_planks", + "doakwplank": "dark_oak_planks", + "doplank": "dark_oak_planks", + "doplankw": "dark_oak_planks", + "doplankwood": "dark_oak_planks", + "doplankwooden": "dark_oak_planks", + "dowoodenplank": "dark_oak_planks", + "dowoodplank": "dark_oak_planks", + "dowplank": "dark_oak_planks", + "minecraft:dark_oak_planks": "dark_oak_planks", + "dark_oak_pressure_plate": { + "material": "DARK_OAK_PRESSURE_PLATE" + }, + "dark_oakplate": "dark_oak_pressure_plate", + "dark_oakpplate": "dark_oak_pressure_plate", + "dark_oakpressplate": "dark_oak_pressure_plate", + "dark_oakpressureplate": "dark_oak_pressure_plate", + "darkoakplate": "dark_oak_pressure_plate", + "darkoakpplate": "dark_oak_pressure_plate", + "darkoakpressplate": "dark_oak_pressure_plate", + "darkoakpressureplate": "dark_oak_pressure_plate", + "doakplate": "dark_oak_pressure_plate", + "doakpplate": "dark_oak_pressure_plate", + "doakpressplate": "dark_oak_pressure_plate", + "doakpressureplate": "dark_oak_pressure_plate", + "doplate": "dark_oak_pressure_plate", + "dopplate": "dark_oak_pressure_plate", + "dopressplate": "dark_oak_pressure_plate", + "dopressureplate": "dark_oak_pressure_plate", + "minecraft:dark_oak_pressure_plate": "dark_oak_pressure_plate", + "platedark_oak": "dark_oak_pressure_plate", + "platedarkoak": "dark_oak_pressure_plate", + "platedo": "dark_oak_pressure_plate", + "platedoak": "dark_oak_pressure_plate", + "dark_oak_sapling": { + "material": "DARK_OAK_SAPLING" + }, + "dark_oaklogsapling": "dark_oak_sapling", + "dark_oaksapling": "dark_oak_sapling", + "dark_oaktreesapling": "dark_oak_sapling", + "dark_oaktrunksapling": "dark_oak_sapling", + "dark_oakwoodsapling": "dark_oak_sapling", + "darkoaklogsapling": "dark_oak_sapling", + "darkoaksapling": "dark_oak_sapling", + "darkoaktreesapling": "dark_oak_sapling", + "darkoaktrunksapling": "dark_oak_sapling", + "darkoakwoodsapling": "dark_oak_sapling", + "doaklogsapling": "dark_oak_sapling", + "doaksapling": "dark_oak_sapling", + "doaktreesapling": "dark_oak_sapling", + "doaktrunksapling": "dark_oak_sapling", + "doakwoodsapling": "dark_oak_sapling", + "dologsapling": "dark_oak_sapling", + "dosapling": "dark_oak_sapling", + "dotreesapling": "dark_oak_sapling", + "dotrunksapling": "dark_oak_sapling", + "dowoodsapling": "dark_oak_sapling", + "minecraft:dark_oak_sapling": "dark_oak_sapling", + "dark_oak_sign": { + "material": "DARK_OAK_SIGN", + "fallbacks": [ + "SIGN" + ] + }, + "dark_oaksign": "dark_oak_sign", + "darkoaksign": "dark_oak_sign", + "doaksign": "dark_oak_sign", + "dosign": "dark_oak_sign", + "minecraft:dark_oak_sign": "dark_oak_sign", + "dark_oak_slab": { + "material": "DARK_OAK_SLAB" + }, + "dark_oakhalfblock": "dark_oak_slab", + "dark_oakstep": "dark_oak_slab", + "dark_oakwhalfblock": "dark_oak_slab", + "dark_oakwoodenhalfblock": "dark_oak_slab", + "dark_oakwoodenslab": "dark_oak_slab", + "dark_oakwoodenstep": "dark_oak_slab", + "dark_oakwoodhalfblock": "dark_oak_slab", + "dark_oakwoodslab": "dark_oak_slab", + "dark_oakwoodstep": "dark_oak_slab", + "dark_oakwslab": "dark_oak_slab", + "dark_oakwstep": "dark_oak_slab", + "darkoakhalfblock": "dark_oak_slab", + "darkoakslab": "dark_oak_slab", + "darkoakstep": "dark_oak_slab", + "darkoakwhalfblock": "dark_oak_slab", + "darkoakwoodenhalfblock": "dark_oak_slab", + "darkoakwoodenslab": "dark_oak_slab", + "darkoakwoodenstep": "dark_oak_slab", + "darkoakwoodhalfblock": "dark_oak_slab", + "darkoakwoodslab": "dark_oak_slab", + "darkoakwoodstep": "dark_oak_slab", + "darkoakwslab": "dark_oak_slab", + "darkoakwstep": "dark_oak_slab", + "doakhalfblock": "dark_oak_slab", + "doakstep": "dark_oak_slab", + "doakwhalfblock": "dark_oak_slab", + "doakwoodenhalfblock": "dark_oak_slab", + "doakwoodenslab": "dark_oak_slab", + "doakwoodenstep": "dark_oak_slab", + "doakwoodhalfblock": "dark_oak_slab", + "doakwoodslab": "dark_oak_slab", + "doakwoodstep": "dark_oak_slab", + "doakwslab": "dark_oak_slab", + "doakwstep": "dark_oak_slab", + "dohalfblock": "dark_oak_slab", + "dostep": "dark_oak_slab", + "dowhalfblock": "dark_oak_slab", + "dowoodenhalfblock": "dark_oak_slab", + "dowoodenslab": "dark_oak_slab", + "dowoodenstep": "dark_oak_slab", + "dowoodhalfblock": "dark_oak_slab", + "dowoodslab": "dark_oak_slab", + "dowoodstep": "dark_oak_slab", + "dowslab": "dark_oak_slab", + "dowstep": "dark_oak_slab", + "minecraft:dark_oak_slab": "dark_oak_slab", + "dark_oak_stairs": { + "material": "DARK_OAK_STAIRS" + }, + "dark_oakstair": "dark_oak_stairs", + "dark_oakwoodenstair": "dark_oak_stairs", + "dark_oakwoodenstairs": "dark_oak_stairs", + "dark_oakwoodstair": "dark_oak_stairs", + "dark_oakwoodstairs": "dark_oak_stairs", + "dark_oakwstair": "dark_oak_stairs", + "dark_oakwstairs": "dark_oak_stairs", + "darkoakstair": "dark_oak_stairs", + "darkoakstairs": "dark_oak_stairs", + "darkoakwoodenstair": "dark_oak_stairs", + "darkoakwoodenstairs": "dark_oak_stairs", + "darkoakwoodstair": "dark_oak_stairs", + "darkoakwoodstairs": "dark_oak_stairs", + "darkoakwstair": "dark_oak_stairs", + "darkoakwstairs": "dark_oak_stairs", + "doakstair": "dark_oak_stairs", + "doakwoodenstair": "dark_oak_stairs", + "doakwoodenstairs": "dark_oak_stairs", + "doakwoodstair": "dark_oak_stairs", + "doakwoodstairs": "dark_oak_stairs", + "doakwstair": "dark_oak_stairs", + "doakwstairs": "dark_oak_stairs", + "dostair": "dark_oak_stairs", + "dowoodenstair": "dark_oak_stairs", + "dowoodenstairs": "dark_oak_stairs", + "dowoodstair": "dark_oak_stairs", + "dowoodstairs": "dark_oak_stairs", + "dowstair": "dark_oak_stairs", + "dowstairs": "dark_oak_stairs", + "minecraft:dark_oak_stairs": "dark_oak_stairs", + "dark_oak_trapdoor": { + "material": "DARK_OAK_TRAPDOOR" + }, + "dark_oakdoort": "dark_oak_trapdoor", + "dark_oakdoortrap": "dark_oak_trapdoor", + "dark_oakdtrap": "dark_oak_trapdoor", + "dark_oakhatch": "dark_oak_trapdoor", + "dark_oaktdoor": "dark_oak_trapdoor", + "dark_oaktrapd": "dark_oak_trapdoor", + "dark_oaktrapdoor": "dark_oak_trapdoor", + "darkoakdoort": "dark_oak_trapdoor", + "darkoakdoortrap": "dark_oak_trapdoor", + "darkoakdtrap": "dark_oak_trapdoor", + "darkoakhatch": "dark_oak_trapdoor", + "darkoaktdoor": "dark_oak_trapdoor", + "darkoaktrapd": "dark_oak_trapdoor", + "darkoaktrapdoor": "dark_oak_trapdoor", + "doakdoort": "dark_oak_trapdoor", + "doakdoortrap": "dark_oak_trapdoor", + "doakdtrap": "dark_oak_trapdoor", + "doakhatch": "dark_oak_trapdoor", + "doaktdoor": "dark_oak_trapdoor", + "doaktrapd": "dark_oak_trapdoor", + "doaktrapdoor": "dark_oak_trapdoor", + "dodoort": "dark_oak_trapdoor", + "dodoortrap": "dark_oak_trapdoor", + "dodtrap": "dark_oak_trapdoor", + "dohatch": "dark_oak_trapdoor", + "dotdoor": "dark_oak_trapdoor", + "dotrapd": "dark_oak_trapdoor", + "dotrapdoor": "dark_oak_trapdoor", + "minecraft:dark_oak_trapdoor": "dark_oak_trapdoor", + "dark_oak_wood": { + "material": "DARK_OAK_WOOD" + }, + "dark_oaklogall": "dark_oak_wood", + "dark_oaktreeall": "dark_oak_wood", + "dark_oaktrunkall": "dark_oak_wood", + "dark_oakwood": "dark_oak_wood", + "darkoaklogall": "dark_oak_wood", + "darkoaktreeall": "dark_oak_wood", + "darkoaktrunkall": "dark_oak_wood", + "darkoakwood": "dark_oak_wood", + "doaklogall": "dark_oak_wood", + "doaktreeall": "dark_oak_wood", + "doaktrunkall": "dark_oak_wood", + "doakwood": "dark_oak_wood", + "dologall": "dark_oak_wood", + "dotreeall": "dark_oak_wood", + "dotrunkall": "dark_oak_wood", + "dowood": "dark_oak_wood", + "minecraft:dark_oak_wood": "dark_oak_wood", + "wooddark_oak": "dark_oak_wood", + "wooddarkoak": "dark_oak_wood", + "wooddo": "dark_oak_wood", + "wooddoak": "dark_oak_wood", + "dark_prismarine": { + "material": "DARK_PRISMARINE" + }, + "dark_prismarineblock": "dark_prismarine", + "darkpris": "dark_prismarine", + "darkprisblock": "dark_prismarine", + "darkprismarine": "dark_prismarine", + "darkprismarineblock": "dark_prismarine", + "darksea": "dark_prismarine", + "darkseablock": "dark_prismarine", + "dpris": "dark_prismarine", + "dprisblock": "dark_prismarine", + "dprismarine": "dark_prismarine", + "dprismarineblock": "dark_prismarine", + "dsea": "dark_prismarine", + "dseablock": "dark_prismarine", + "minecraft:dark_prismarine": "dark_prismarine", + "dark_prismarine_slab": { + "material": "DARK_PRISMARINE_SLAB" + }, + "dark_prismarinesl": "dark_prismarine_slab", + "dark_prismarineslab": "dark_prismarine_slab", + "darkprismarinesl": "dark_prismarine_slab", + "darkprismarineslab": "dark_prismarine_slab", + "darkprissl": "dark_prismarine_slab", + "darkprisslab": "dark_prismarine_slab", + "darkseasl": "dark_prismarine_slab", + "darkseaslab": "dark_prismarine_slab", + "dprismarinesl": "dark_prismarine_slab", + "dprismarineslab": "dark_prismarine_slab", + "dprissl": "dark_prismarine_slab", + "dprisslab": "dark_prismarine_slab", + "dseasl": "dark_prismarine_slab", + "dseaslab": "dark_prismarine_slab", + "minecraft:dark_prismarine_slab": "dark_prismarine_slab", + "dark_prismarine_stairs": { + "material": "DARK_PRISMARINE_STAIRS" + }, + "dark_prismarinest": "dark_prismarine_stairs", + "dark_prismarinestair": "dark_prismarine_stairs", + "dark_prismarinestairs": "dark_prismarine_stairs", + "darkprismarinest": "dark_prismarine_stairs", + "darkprismarinestair": "dark_prismarine_stairs", + "darkprismarinestairs": "dark_prismarine_stairs", + "darkprisst": "dark_prismarine_stairs", + "darkprisstair": "dark_prismarine_stairs", + "darkprisstairs": "dark_prismarine_stairs", + "darkseast": "dark_prismarine_stairs", + "darkseastair": "dark_prismarine_stairs", + "darkseastairs": "dark_prismarine_stairs", + "dprismarinest": "dark_prismarine_stairs", + "dprismarinestair": "dark_prismarine_stairs", + "dprismarinestairs": "dark_prismarine_stairs", + "dprisst": "dark_prismarine_stairs", + "dprisstair": "dark_prismarine_stairs", + "dprisstairs": "dark_prismarine_stairs", + "dseast": "dark_prismarine_stairs", + "dseastair": "dark_prismarine_stairs", + "dseastairs": "dark_prismarine_stairs", + "minecraft:dark_prismarine_stairs": "dark_prismarine_stairs", + "daylight_detector": { + "material": "DAYLIGHT_DETECTOR" + }, + "daydetect": "daylight_detector", + "daydetector": "daylight_detector", + "daylightdetector": "daylight_detector", + "lightdetect": "daylight_detector", + "lightdetector": "daylight_detector", + "minecraft:daylight_detector": "daylight_detector", + "photoresistor": "daylight_detector", + "solarpanel": "daylight_detector", + "dead_brain_coral": { + "material": "DEAD_BRAIN_CORAL" + }, + "deadbraincoral": "dead_brain_coral", + "minecraft:dead_brain_coral": "dead_brain_coral", + "dead_brain_coral_block": { + "material": "DEAD_BRAIN_CORAL_BLOCK" + }, + "deadbraincoralblock": "dead_brain_coral_block", + "minecraft:dead_brain_coral_block": "dead_brain_coral_block", + "dead_brain_coral_fan": { + "material": "DEAD_BRAIN_CORAL_FAN" + }, + "deadbraincoralfan": "dead_brain_coral_fan", + "minecraft:dead_brain_coral_fan": "dead_brain_coral_fan", + "dead_bubble_coral": { + "material": "DEAD_BUBBLE_CORAL" + }, + "deadbubblecoral": "dead_bubble_coral", + "minecraft:dead_bubble_coral": "dead_bubble_coral", + "dead_bubble_coral_block": { + "material": "DEAD_BUBBLE_CORAL_BLOCK" + }, + "deadbubblecoralblock": "dead_bubble_coral_block", + "minecraft:dead_bubble_coral_block": "dead_bubble_coral_block", + "dead_bubble_coral_fan": { + "material": "DEAD_BUBBLE_CORAL_FAN" + }, + "deadbubblecoralfan": "dead_bubble_coral_fan", + "minecraft:dead_bubble_coral_fan": "dead_bubble_coral_fan", + "dead_bush": { + "material": "DEAD_BUSH" + }, + "bush": "dead_bush", + "dbush": "dead_bush", + "deadbush": "dead_bush", + "deadsapling": "dead_bush", + "deadshrub": "dead_bush", + "dshrub": "dead_bush", + "minecraft:dead_bush": "dead_bush", + "dead_fire_coral": { + "material": "DEAD_FIRE_CORAL" + }, + "deadfirecoral": "dead_fire_coral", + "minecraft:dead_fire_coral": "dead_fire_coral", + "dead_fire_coral_block": { + "material": "DEAD_FIRE_CORAL_BLOCK" + }, + "deadfirecoralblock": "dead_fire_coral_block", + "minecraft:dead_fire_coral_block": "dead_fire_coral_block", + "dead_fire_coral_fan": { + "material": "DEAD_FIRE_CORAL_FAN" + }, + "deadfirecoralfan": "dead_fire_coral_fan", + "minecraft:dead_fire_coral_fan": "dead_fire_coral_fan", + "dead_horn_coral": { + "material": "DEAD_HORN_CORAL" + }, + "deadhorncoral": "dead_horn_coral", + "minecraft:dead_horn_coral": "dead_horn_coral", + "dead_horn_coral_block": { + "material": "DEAD_HORN_CORAL_BLOCK" + }, + "deadhorncoralblock": "dead_horn_coral_block", + "minecraft:dead_horn_coral_block": "dead_horn_coral_block", + "dead_horn_coral_fan": { + "material": "DEAD_HORN_CORAL_FAN" + }, + "deadhorncoralfan": "dead_horn_coral_fan", + "minecraft:dead_horn_coral_fan": "dead_horn_coral_fan", + "dead_tube_coral": { + "material": "DEAD_TUBE_CORAL" + }, + "deadtubecoral": "dead_tube_coral", + "minecraft:dead_tube_coral": "dead_tube_coral", + "dead_tube_coral_block": { + "material": "DEAD_TUBE_CORAL_BLOCK" + }, + "deadtubecoralblock": "dead_tube_coral_block", + "minecraft:dead_tube_coral_block": "dead_tube_coral_block", + "dead_tube_coral_fan": { + "material": "DEAD_TUBE_CORAL_FAN" + }, + "deadtubecoralfan": "dead_tube_coral_fan", + "minecraft:dead_tube_coral_fan": "dead_tube_coral_fan", + "debug_stick": { + "material": "DEBUG_STICK" + }, + "debugstick": "debug_stick", + "minecraft:debug_stick": "debug_stick", + "decorated_pot": { + "material": "DECORATED_POT" + }, + "decoratedpot": "decorated_pot", + "decorpot": "decorated_pot", + "dflowerpot": "decorated_pot", + "minecraft:decorated_pot": "decorated_pot", + "deepslate": { + "material": "DEEPSLATE" + }, + "deepslateb": "deepslate", + "deepslatebl": "deepslate", + "deepslateblock": "deepslate", + "dslate": "deepslate", + "dslateb": "deepslate", + "dslatebl": "deepslate", + "dslateblock": "deepslate", + "minecraft:deepslate": "deepslate", + "slate": "deepslate", + "slateb": "deepslate", + "slatebl": "deepslate", + "slateblock": "deepslate", + "deepslate_brick_slab": { + "material": "DEEPSLATE_BRICK_SLAB" + }, + "deepslatebrhalfblock": "deepslate_brick_slab", + "deepslatebrickhalfblock": "deepslate_brick_slab", + "deepslatebrickshalfblock": "deepslate_brick_slab", + "deepslatebrickslab": "deepslate_brick_slab", + "deepslatebricksstep": "deepslate_brick_slab", + "deepslatebrickstep": "deepslate_brick_slab", + "deepslatebrstep": "deepslate_brick_slab", + "dslatebrhalfblock": "deepslate_brick_slab", + "dslatebrickshalfblock": "deepslate_brick_slab", + "dslatebricksstep": "deepslate_brick_slab", + "dslatebrstep": "deepslate_brick_slab", + "minecraft:deepslate_brick_slab": "deepslate_brick_slab", + "slatebrhalfblock": "deepslate_brick_slab", + "slatebrickshalfblock": "deepslate_brick_slab", + "slatebricksstep": "deepslate_brick_slab", + "slatebrstep": "deepslate_brick_slab", + "deepslate_brick_stairs": { + "material": "DEEPSLATE_BRICK_STAIRS" + }, + "deepslatebricksstair": "deepslate_brick_stairs", + "deepslatebricksstairs": "deepslate_brick_stairs", + "deepslatebrickstair": "deepslate_brick_stairs", + "deepslatebrickstairs": "deepslate_brick_stairs", + "deepslatebrstair": "deepslate_brick_stairs", + "deepslatebrstairs": "deepslate_brick_stairs", + "dslatebricksstair": "deepslate_brick_stairs", + "dslatebricksstairs": "deepslate_brick_stairs", + "dslatebrstair": "deepslate_brick_stairs", + "dslatebrstairs": "deepslate_brick_stairs", + "minecraft:deepslate_brick_stairs": "deepslate_brick_stairs", + "slatebricksstair": "deepslate_brick_stairs", + "slatebricksstairs": "deepslate_brick_stairs", + "slatebrstair": "deepslate_brick_stairs", + "slatebrstairs": "deepslate_brick_stairs", + "deepslate_brick_wall": { + "material": "DEEPSLATE_BRICK_WALL" + }, + "deepslatebrickswall": "deepslate_brick_wall", + "deepslatebrickwall": "deepslate_brick_wall", + "deepslatebrwall": "deepslate_brick_wall", + "dslatebrickswall": "deepslate_brick_wall", + "dslatebrwall": "deepslate_brick_wall", + "minecraft:deepslate_brick_wall": "deepslate_brick_wall", + "slatebrickswall": "deepslate_brick_wall", + "slatebrwall": "deepslate_brick_wall", + "walldeepslatebr": "deepslate_brick_wall", + "walldeepslatebrick": "deepslate_brick_wall", + "walldeepslatebricks": "deepslate_brick_wall", + "walldslatebr": "deepslate_brick_wall", + "walldslatebricks": "deepslate_brick_wall", + "wallslatebr": "deepslate_brick_wall", + "wallslatebricks": "deepslate_brick_wall", + "deepslate_bricks": { + "material": "DEEPSLATE_BRICKS" + }, + "deepslatebr": "deepslate_bricks", + "deepslatebrick": "deepslate_bricks", + "deepslatebricks": "deepslate_bricks", + "dslatebr": "deepslate_bricks", + "dslatebricks": "deepslate_bricks", + "minecraft:deepslate_bricks": "deepslate_bricks", + "slatebr": "deepslate_bricks", + "slatebricks": "deepslate_bricks", + "deepslate_coal_ore": { + "material": "DEEPSLATE_COAL_ORE" + }, + "deepcoalore": "deepslate_coal_ore", + "deepcore": "deepslate_coal_ore", + "deeporec": "deepslate_coal_ore", + "deeporecoal": "deepslate_coal_ore", + "deepslatecoalore": "deepslate_coal_ore", + "deepslatecore": "deepslate_coal_ore", + "dorec": "deepslate_coal_ore", + "dorecoal": "deepslate_coal_ore", + "minecraft:deepslate_coal_ore": "deepslate_coal_ore", + "slatecoalore": "deepslate_coal_ore", + "slatecore": "deepslate_coal_ore", + "deepslate_copper_ore": { + "material": "DEEPSLATE_COPPER_ORE" + }, + "deepcopore": "deepslate_copper_ore", + "deepcopperore": "deepslate_copper_ore", + "deepcoppore": "deepslate_copper_ore", + "deeporecop": "deepslate_copper_ore", + "deeporecopp": "deepslate_copper_ore", + "deeporecopper": "deepslate_copper_ore", + "deepslatecopore": "deepslate_copper_ore", + "deepslatecopperore": "deepslate_copper_ore", + "deepslatecoppore": "deepslate_copper_ore", + "dorecop": "deepslate_copper_ore", + "dorecopp": "deepslate_copper_ore", + "dorecopper": "deepslate_copper_ore", + "minecraft:deepslate_copper_ore": "deepslate_copper_ore", + "slatecopore": "deepslate_copper_ore", + "slatecopperore": "deepslate_copper_ore", + "slatecoppore": "deepslate_copper_ore", + "deepslate_diamond_ore": { + "material": "DEEPSLATE_DIAMOND_ORE" + }, + "deepcrystalore": "deepslate_diamond_ore", + "deepdiamondore": "deepslate_diamond_ore", + "deepdore": "deepslate_diamond_ore", + "deeporecrystal": "deepslate_diamond_ore", + "deepored": "deepslate_diamond_ore", + "deeporediamond": "deepslate_diamond_ore", + "deepslatecrystalore": "deepslate_diamond_ore", + "deepslatediamondore": "deepslate_diamond_ore", + "deepslatedore": "deepslate_diamond_ore", + "dorecrystal": "deepslate_diamond_ore", + "dored": "deepslate_diamond_ore", + "dorediamond": "deepslate_diamond_ore", + "minecraft:deepslate_diamond_ore": "deepslate_diamond_ore", + "slatecrystalore": "deepslate_diamond_ore", + "slatediamondore": "deepslate_diamond_ore", + "slatedore": "deepslate_diamond_ore", + "deepslate_emerald_ore": { + "material": "DEEPSLATE_EMERALD_ORE" + }, + "deepemeraldore": "deepslate_emerald_ore", + "deepeore": "deepslate_emerald_ore", + "deeporee": "deepslate_emerald_ore", + "deeporeemerald": "deepslate_emerald_ore", + "deepslateemeraldore": "deepslate_emerald_ore", + "deepslateeore": "deepslate_emerald_ore", + "doree": "deepslate_emerald_ore", + "doreemerald": "deepslate_emerald_ore", + "minecraft:deepslate_emerald_ore": "deepslate_emerald_ore", + "slateemeraldore": "deepslate_emerald_ore", + "slateeore": "deepslate_emerald_ore", + "deepslate_gold_ore": { + "material": "DEEPSLATE_GOLD_ORE" + }, + "deepgoldore": "deepslate_gold_ore", + "deepgore": "deepslate_gold_ore", + "deeporeg": "deepslate_gold_ore", + "deeporegold": "deepslate_gold_ore", + "deepslategoldore": "deepslate_gold_ore", + "deepslategore": "deepslate_gold_ore", + "doreg": "deepslate_gold_ore", + "doregold": "deepslate_gold_ore", + "minecraft:deepslate_gold_ore": "deepslate_gold_ore", + "slategoldore": "deepslate_gold_ore", + "slategore": "deepslate_gold_ore", + "deepslate_iron_ore": { + "material": "DEEPSLATE_IRON_ORE" + }, + "deepiore": "deepslate_iron_ore", + "deepironore": "deepslate_iron_ore", + "deeporei": "deepslate_iron_ore", + "deeporeiron": "deepslate_iron_ore", + "deepores": "deepslate_iron_ore", + "deeporest": "deepslate_iron_ore", + "deeporesteel": "deepslate_iron_ore", + "deepslateiore": "deepslate_iron_ore", + "deepslateironore": "deepslate_iron_ore", + "deepslatesore": "deepslate_iron_ore", + "deepslatesteelore": "deepslate_iron_ore", + "deepslatestore": "deepslate_iron_ore", + "deepsore": "deepslate_iron_ore", + "deepsteelore": "deepslate_iron_ore", + "deepstore": "deepslate_iron_ore", + "dorei": "deepslate_iron_ore", + "doreiron": "deepslate_iron_ore", + "dores": "deepslate_iron_ore", + "dorest": "deepslate_iron_ore", + "doresteel": "deepslate_iron_ore", + "minecraft:deepslate_iron_ore": "deepslate_iron_ore", + "slateiore": "deepslate_iron_ore", + "slateironore": "deepslate_iron_ore", + "slatesore": "deepslate_iron_ore", + "slatesteelore": "deepslate_iron_ore", + "slatestore": "deepslate_iron_ore", + "deepslate_lapis_ore": { + "material": "DEEPSLATE_LAPIS_ORE" + }, + "deeplapislazuliore": "deepslate_lapis_ore", + "deeplapisore": "deepslate_lapis_ore", + "deeplore": "deepslate_lapis_ore", + "deeporel": "deepslate_lapis_ore", + "deeporelapis": "deepslate_lapis_ore", + "deeporelapislazuli": "deepslate_lapis_ore", + "deepslatelapislazuliore": "deepslate_lapis_ore", + "deepslatelapisore": "deepslate_lapis_ore", + "deepslatelore": "deepslate_lapis_ore", + "dorel": "deepslate_lapis_ore", + "dorelapis": "deepslate_lapis_ore", + "dorelapislazuli": "deepslate_lapis_ore", + "minecraft:deepslate_lapis_ore": "deepslate_lapis_ore", + "slatelapislazuliore": "deepslate_lapis_ore", + "slatelapisore": "deepslate_lapis_ore", + "slatelore": "deepslate_lapis_ore", + "deepslate_redstone_ore": { + "material": "DEEPSLATE_REDSTONE_ORE" + }, + "deeporer": "deepslate_redstone_ore", + "deeporered": "deepslate_redstone_ore", + "deeporereds": "deepslate_redstone_ore", + "deeporeredstone": "deepslate_redstone_ore", + "deeporers": "deepslate_redstone_ore", + "deeporerstone": "deepslate_redstone_ore", + "deepredore": "deepslate_redstone_ore", + "deepredsore": "deepslate_redstone_ore", + "deepredstoneore": "deepslate_redstone_ore", + "deeprore": "deepslate_redstone_ore", + "deeprsore": "deepslate_redstone_ore", + "deeprstoneore": "deepslate_redstone_ore", + "deepslateredore": "deepslate_redstone_ore", + "deepslateredsore": "deepslate_redstone_ore", + "deepslateredstoneore": "deepslate_redstone_ore", + "deepslaterore": "deepslate_redstone_ore", + "deepslatersore": "deepslate_redstone_ore", + "deepslaterstoneore": "deepslate_redstone_ore", + "dorer": "deepslate_redstone_ore", + "dorered": "deepslate_redstone_ore", + "dorereds": "deepslate_redstone_ore", + "doreredstone": "deepslate_redstone_ore", + "dorers": "deepslate_redstone_ore", + "dorerstone": "deepslate_redstone_ore", + "minecraft:deepslate_redstone_ore": "deepslate_redstone_ore", + "slateredore": "deepslate_redstone_ore", + "slateredsore": "deepslate_redstone_ore", + "slateredstoneore": "deepslate_redstone_ore", + "slaterore": "deepslate_redstone_ore", + "slatersore": "deepslate_redstone_ore", + "slaterstoneore": "deepslate_redstone_ore", + "deepslate_tile_slab": { + "material": "DEEPSLATE_TILE_SLAB" + }, + "deepslatetilehalfblock": "deepslate_tile_slab", + "deepslatetileshalfblock": "deepslate_tile_slab", + "deepslatetileslab": "deepslate_tile_slab", + "deepslatetilesstep": "deepslate_tile_slab", + "deepslatetilestep": "deepslate_tile_slab", + "dslatetilehalfblock": "deepslate_tile_slab", + "dslatetileshalfblock": "deepslate_tile_slab", + "dslatetilesstep": "deepslate_tile_slab", + "dslatetilestep": "deepslate_tile_slab", + "minecraft:deepslate_tile_slab": "deepslate_tile_slab", + "slatetilehalfblock": "deepslate_tile_slab", + "slatetileshalfblock": "deepslate_tile_slab", + "slatetilesstep": "deepslate_tile_slab", + "slatetilestep": "deepslate_tile_slab", + "deepslate_tile_stairs": { + "material": "DEEPSLATE_TILE_STAIRS" + }, + "deepslatetilesstair": "deepslate_tile_stairs", + "deepslatetilesstairs": "deepslate_tile_stairs", + "deepslatetilestair": "deepslate_tile_stairs", + "deepslatetilestairs": "deepslate_tile_stairs", + "dslatetilesstair": "deepslate_tile_stairs", + "dslatetilesstairs": "deepslate_tile_stairs", + "dslatetilestair": "deepslate_tile_stairs", + "dslatetilestairs": "deepslate_tile_stairs", + "minecraft:deepslate_tile_stairs": "deepslate_tile_stairs", + "slatetilesstair": "deepslate_tile_stairs", + "slatetilesstairs": "deepslate_tile_stairs", + "slatetilestair": "deepslate_tile_stairs", + "slatetilestairs": "deepslate_tile_stairs", + "deepslate_tile_wall": { + "material": "DEEPSLATE_TILE_WALL" + }, + "deepslatetileswall": "deepslate_tile_wall", + "deepslatetilewall": "deepslate_tile_wall", + "dslatetileswall": "deepslate_tile_wall", + "dslatetilewall": "deepslate_tile_wall", + "minecraft:deepslate_tile_wall": "deepslate_tile_wall", + "slatetileswall": "deepslate_tile_wall", + "slatetilewall": "deepslate_tile_wall", + "walldeepslatetile": "deepslate_tile_wall", + "walldeepslatetiles": "deepslate_tile_wall", + "walldslatetile": "deepslate_tile_wall", + "walldslatetiles": "deepslate_tile_wall", + "wallslatetile": "deepslate_tile_wall", + "wallslatetiles": "deepslate_tile_wall", + "deepslate_tiles": { + "material": "DEEPSLATE_TILES" + }, + "deepslatetiles": "deepslate_tiles", + "deepslatetilestile": "deepslate_tiles", + "deepslatetilestiles": "deepslate_tiles", + "deepslatetiletile": "deepslate_tiles", + "deepslatetiletiles": "deepslate_tiles", + "dslatetilestile": "deepslate_tiles", + "dslatetilestiles": "deepslate_tiles", + "dslatetiletile": "deepslate_tiles", + "dslatetiletiles": "deepslate_tiles", + "minecraft:deepslate_tiles": "deepslate_tiles", + "slatetilestile": "deepslate_tiles", + "slatetilestiles": "deepslate_tiles", + "slatetiletile": "deepslate_tiles", + "slatetiletiles": "deepslate_tiles", + "tiledeepslatetile": "deepslate_tiles", + "tiledeepslatetiles": "deepslate_tiles", + "tiledslatetile": "deepslate_tiles", + "tiledslatetiles": "deepslate_tiles", + "tilesdeepslatetile": "deepslate_tiles", + "tilesdeepslatetiles": "deepslate_tiles", + "tilesdslatetile": "deepslate_tiles", + "tilesdslatetiles": "deepslate_tiles", + "tileslatetile": "deepslate_tiles", + "tileslatetiles": "deepslate_tiles", + "tilesslatetile": "deepslate_tiles", + "tilesslatetiles": "deepslate_tiles", + "detector_rail": { + "material": "DETECTOR_RAIL" + }, + "detectingrail": "detector_rail", + "detectingrails": "detector_rail", + "detectingtrack": "detector_rail", + "detectorrail": "detector_rail", + "detectorrails": "detector_rail", + "detectortrack": "detector_rail", + "detectrail": "detector_rail", + "detectrails": "detector_rail", + "detecttrack": "detector_rail", + "detrail": "detector_rail", + "detrails": "detector_rail", + "dettrack": "detector_rail", + "drail": "detector_rail", + "drails": "detector_rail", + "dtrack": "detector_rail", + "minecraft:detector_rail": "detector_rail", + "diamond": { + "material": "DIAMOND" + }, + "minecraft:diamond": "diamond", + "diamond_axe": { + "material": "DIAMOND_AXE" + }, + "crystalaxe": "diamond_axe", + "daxe": "diamond_axe", + "diamondaxe": "diamond_axe", + "minecraft:diamond_axe": "diamond_axe", + "diamond_block": { + "material": "DIAMOND_BLOCK" + }, + "blockcrystal": "diamond_block", + "blockd": "diamond_block", + "blockdiamond": "diamond_block", + "crystalblock": "diamond_block", + "dblock": "diamond_block", + "diamondblock": "diamond_block", + "minecraft:diamond_block": "diamond_block", + "diamond_boots": { + "material": "DIAMOND_BOOTS" + }, + "crystalboots": "diamond_boots", + "crystalshoes": "diamond_boots", + "dboots": "diamond_boots", + "diamondboots": "diamond_boots", + "diamondshoes": "diamond_boots", + "dshoes": "diamond_boots", + "minecraft:diamond_boots": "diamond_boots", + "diamond_chestplate": { + "material": "DIAMOND_CHESTPLATE" + }, + "crystalchestplate": "diamond_chestplate", + "crystalplate": "diamond_chestplate", + "crystalplatebody": "diamond_chestplate", + "crystalshirt": "diamond_chestplate", + "crystaltunic": "diamond_chestplate", + "dchestplate": "diamond_chestplate", + "diamondchestplate": "diamond_chestplate", + "diamondplate": "diamond_chestplate", + "diamondplatebody": "diamond_chestplate", + "diamondshirt": "diamond_chestplate", + "diamondtunic": "diamond_chestplate", + "dplate": "spruce_pressure_plate", + "dplatebody": "diamond_chestplate", + "dshirt": "diamond_chestplate", + "dtunic": "diamond_chestplate", + "minecraft:diamond_chestplate": "diamond_chestplate", + "diamond_helmet": { + "material": "DIAMOND_HELMET" + }, + "crystalcoif": "diamond_helmet", + "crystalhat": "diamond_helmet", + "crystalhelm": "diamond_helmet", + "crystalhelmet": "diamond_helmet", + "dcoif": "diamond_helmet", + "dhat": "diamond_helmet", + "dhelm": "diamond_helmet", + "dhelmet": "diamond_helmet", + "diamondcoif": "diamond_helmet", + "diamondhat": "diamond_helmet", + "diamondhelm": "diamond_helmet", + "diamondhelmet": "diamond_helmet", + "minecraft:diamond_helmet": "diamond_helmet", + "diamond_hoe": { + "material": "DIAMOND_HOE" + }, + "crystalhoe": "diamond_hoe", + "dhoe": "diamond_hoe", + "diamondhoe": "diamond_hoe", + "minecraft:diamond_hoe": "diamond_hoe", + "diamond_horse_armor": { + "material": "DIAMOND_HORSE_ARMOR" + }, + "crystalarmor": "diamond_horse_armor", + "crystalharmor": "diamond_horse_armor", + "crystalhorsearmor": "diamond_horse_armor", + "darmor": "diamond_horse_armor", + "dharmor": "diamond_horse_armor", + "dhorsearmor": "diamond_horse_armor", + "diamondarmor": "diamond_horse_armor", + "diamondharmor": "diamond_horse_armor", + "diamondhorsearmor": "diamond_horse_armor", + "minecraft:diamond_horse_armor": "diamond_horse_armor", + "diamond_leggings": { + "material": "DIAMOND_LEGGINGS" + }, + "crystalleggings": "diamond_leggings", + "crystallegs": "diamond_leggings", + "crystalpants": "diamond_leggings", + "diamondleggings": "diamond_leggings", + "diamondlegs": "diamond_leggings", + "diamondpants": "diamond_leggings", + "dleggings": "diamond_leggings", + "dlegs": "diamond_leggings", + "dpants": "diamond_leggings", + "minecraft:diamond_leggings": "diamond_leggings", + "diamond_ore": { + "material": "DIAMOND_ORE" + }, + "crystalo": "diamond_ore", + "crystalore": "diamond_ore", + "diamondo": "diamond_ore", + "diamondore": "diamond_ore", + "do": "diamond_ore", + "dore": "diamond_ore", + "minecraft:diamond_ore": "diamond_ore", + "ocrystal": "diamond_ore", + "od": "diamond_ore", + "odiamond": "diamond_ore", + "orecrystal": "diamond_ore", + "ored": "redstone_ore", + "orediamond": "diamond_ore", + "stonecrystalore": "diamond_ore", + "stonediamondore": "diamond_ore", + "stonedore": "diamond_ore", + "diamond_pickaxe": { + "material": "DIAMOND_PICKAXE" + }, + "crystalpick": "diamond_pickaxe", + "crystalpickaxe": "diamond_pickaxe", + "diamondpick": "diamond_pickaxe", + "diamondpickaxe": "diamond_pickaxe", + "dpick": "diamond_pickaxe", + "dpickaxe": "diamond_pickaxe", + "minecraft:diamond_pickaxe": "diamond_pickaxe", + "diamond_shovel": { + "material": "DIAMOND_SHOVEL" + }, + "crystalshovel": "diamond_shovel", + "crystalspade": "diamond_shovel", + "diamondshovel": "diamond_shovel", + "diamondspade": "diamond_shovel", + "dshovel": "diamond_shovel", + "dspade": "diamond_shovel", + "minecraft:diamond_shovel": "diamond_shovel", + "diamond_sword": { + "material": "DIAMOND_SWORD" + }, + "crystalsword": "diamond_sword", + "diamondsword": "diamond_sword", + "dsword": "diamond_sword", + "minecraft:diamond_sword": "diamond_sword", + "diorite": { + "material": "DIORITE" + }, + "di": "diorite", + "dib": "diorite", + "dibl": "diorite", + "diblock": "diorite", + "dioriteb": "diorite", + "dioritebl": "diorite", + "dioriteblock": "diorite", + "dstone": "diorite", + "dstoneb": "diorite", + "dstonebl": "diorite", + "dstoneblock": "diorite", + "minecraft:diorite": "diorite", + "diorite_slab": { + "material": "DIORITE_SLAB" + }, + "dihalfblock": "diorite_slab", + "dioritehalfblock": "diorite_slab", + "dioriteslab": "diorite_slab", + "dioritestep": "diorite_slab", + "distep": "diorite_slab", + "dstonehalfblock": "diorite_slab", + "dstonestep": "diorite_slab", + "minecraft:diorite_slab": "diorite_slab", + "diorite_stairs": { + "material": "DIORITE_STAIRS" + }, + "dioritestair": "diorite_stairs", + "dioritestairs": "diorite_stairs", + "distair": "diorite_stairs", + "distairs": "diorite_stairs", + "dstonestair": "diorite_stairs", + "dstonestairs": "diorite_stairs", + "minecraft:diorite_stairs": "diorite_stairs", + "diorite_wall": { + "material": "DIORITE_WALL" + }, + "dioritewall": "diorite_wall", + "diwall": "diorite_wall", + "dstonewall": "diorite_wall", + "minecraft:diorite_wall": "diorite_wall", + "walldi": "diorite_wall", + "walldiorite": "diorite_wall", + "walldstone": "diorite_wall", + "dirt": { + "material": "DIRT" + }, + "earth": "dirt", + "land": "dirt", + "minecraft:dirt": "dirt", + "dirt_path": { + "material": "DIRT_PATH", + "fallbacks": [ + "GRASS_PATH" + ] + }, + "dirtpath": "dirt_path", + "dpath": "dirt_path", + "gpath": "dirt_path", + "grass_path": "dirt_path", + "grasspath": "dirt_path", + "minecraft:dirt_path": "dirt_path", + "minecraft:grass_path": "dirt_path", + "path": "dirt_path", + "disc_fragment_5": { + "material": "DISC_FRAGMENT_5" + }, + "discfrag": "disc_fragment_5", + "discfragment5": "disc_fragment_5", + "fragment": "disc_fragment_5", + "minecraft:disc_fragment_5": "disc_fragment_5", + "dispenser": { + "material": "DISPENSER" + }, + "dispense": "dispenser", + "minecraft:dispenser": "dispenser", + "dolphin_spawn_egg": { + "material": "DOLPHIN_SPAWN_EGG" + }, + "dolphinegg": "dolphin_spawn_egg", + "dolphinsegg": "dolphin_spawn_egg", + "dolphinspawn": "dolphin_spawn_egg", + "dolphinspawnegg": "dolphin_spawn_egg", + "eccoegg": "dolphin_spawn_egg", + "eccosegg": "dolphin_spawn_egg", + "eccospawn": "dolphin_spawn_egg", + "eccospawnegg": "dolphin_spawn_egg", + "eggdolphin": "dolphin_spawn_egg", + "eggecco": "dolphin_spawn_egg", + "minecraft:dolphin_spawn_egg": "dolphin_spawn_egg", + "seggdolphin": "dolphin_spawn_egg", + "seggecco": "dolphin_spawn_egg", + "spawndolphin": "dolphin_spawn_egg", + "spawnecco": "dolphin_spawn_egg", + "spawneggdolphin": "dolphin_spawn_egg", + "spawneggecco": "dolphin_spawn_egg", + "dolphin_spawner": { + "entity": "DOLPHIN", + "material": "SPAWNER" + }, + "dolphincage": "dolphin_spawner", + "dolphinmcage": "dolphin_spawner", + "dolphinmobcage": "dolphin_spawner", + "dolphinmobspawner": "dolphin_spawner", + "dolphinmonstercage": "dolphin_spawner", + "dolphinmonsterspawner": "dolphin_spawner", + "dolphinmspawner": "dolphin_spawner", + "dolphinspawner": "dolphin_spawner", + "eccocage": "dolphin_spawner", + "eccomcage": "dolphin_spawner", + "eccomobcage": "dolphin_spawner", + "eccomobspawner": "dolphin_spawner", + "eccomonstercage": "dolphin_spawner", + "eccomonsterspawner": "dolphin_spawner", + "eccomspawner": "dolphin_spawner", + "eccospawner": "dolphin_spawner", + "donkey_spawn_egg": { + "material": "DONKEY_SPAWN_EGG" + }, + "donkeyegg": "donkey_spawn_egg", + "donkeysegg": "donkey_spawn_egg", + "donkeyspawn": "donkey_spawn_egg", + "donkeyspawnegg": "donkey_spawn_egg", + "eggdonkey": "donkey_spawn_egg", + "minecraft:donkey_spawn_egg": "donkey_spawn_egg", + "seggdonkey": "donkey_spawn_egg", + "spawndonkey": "donkey_spawn_egg", + "spawneggdonkey": "donkey_spawn_egg", + "donkey_spawner": { + "entity": "DONKEY", + "material": "SPAWNER" + }, + "donkeycage": "donkey_spawner", + "donkeymcage": "donkey_spawner", + "donkeymobcage": "donkey_spawner", + "donkeymobspawner": "donkey_spawner", + "donkeymonstercage": "donkey_spawner", + "donkeymonsterspawner": "donkey_spawner", + "donkeymspawner": "donkey_spawner", + "donkeyspawner": "donkey_spawner", + "dragon_breath": { + "material": "DRAGON_BREATH" + }, + "dragonbreath": "dragon_breath", + "minecraft:dragon_breath": "dragon_breath", + "dragon_egg": { + "material": "DRAGON_EGG" + }, + "begg": "dragon_egg", + "bossegg": "dragon_egg", + "degg": "dragon_egg", + "dragonegg": "dragon_egg", + "endegg": "dragon_egg", + "enderdragonegg": "dragon_egg", + "minecraft:dragon_egg": "dragon_egg", + "dragon_head": { + "material": "DRAGON_HEAD" + }, + "dragonhead": "dragon_head", + "minecraft:dragon_head": "dragon_head", + "dried_kelp": { + "material": "DRIED_KELP" + }, + "driedkelp": "dried_kelp", + "minecraft:dried_kelp": "dried_kelp", + "dried_kelp_block": { + "material": "DRIED_KELP_BLOCK" + }, + "driedkelpblock": "dried_kelp_block", + "minecraft:dried_kelp_block": "dried_kelp_block", + "dripstone_block": { + "material": "DRIPSTONE_BLOCK" + }, + "drip": "dripstone_block", + "dripb": "dripstone_block", + "dripbl": "dripstone_block", + "dripblock": "dripstone_block", + "dripstone": "dripstone_block", + "dripstoneb": "dripstone_block", + "dripstonebl": "dripstone_block", + "dripstoneblock": "dripstone_block", + "minecraft:dripstone_block": "dripstone_block", + "dropper": { + "material": "DROPPER" + }, + "minecraft:dropper": "dropper", + "drowned_spawn_egg": { + "material": "DROWNED_SPAWN_EGG" + }, + "drownedegg": "drowned_spawn_egg", + "drownedsegg": "drowned_spawn_egg", + "drownedspawn": "drowned_spawn_egg", + "drownedspawnegg": "drowned_spawn_egg", + "eggdrowned": "drowned_spawn_egg", + "minecraft:drowned_spawn_egg": "drowned_spawn_egg", + "seggdrowned": "drowned_spawn_egg", + "spawndrowned": "drowned_spawn_egg", + "spawneggdrowned": "drowned_spawn_egg", + "drowned_spawner": { + "entity": "DROWNED", + "material": "SPAWNER" + }, + "drownedcage": "drowned_spawner", + "drownedmcage": "drowned_spawner", + "drownedmobcage": "drowned_spawner", + "drownedmobspawner": "drowned_spawner", + "drownedmonstercage": "drowned_spawner", + "drownedmonsterspawner": "drowned_spawner", + "drownedmspawner": "drowned_spawner", + "drownedspawner": "drowned_spawner", + "dune_armor_trim_smithing_template": { + "material": "DUNE_ARMOR_TRIM_SMITHING_TEMPLATE" + }, + "dunearmortrimsmithingtemplate": "dune_armor_trim_smithing_template", + "dunetrim": "dune_armor_trim_smithing_template", + "minecraft:dune_armor_trim_smithing_template": "dune_armor_trim_smithing_template", + "echo_shard": { + "material": "ECHO_SHARD" + }, + "echoshard": "echo_shard", + "minecraft:echo_shard": "echo_shard", + "egg": { + "material": "EGG" + }, + "minecraft:egg": "egg", + "elder_guardian_spawn_egg": { + "material": "ELDER_GUARDIAN_SPAWN_EGG" + }, + "eggeguardian": "elder_guardian_spawn_egg", + "eggelder_guardian": "elder_guardian_spawn_egg", + "eguardianegg": "elder_guardian_spawn_egg", + "eguardiansegg": "elder_guardian_spawn_egg", + "eguardianspawn": "elder_guardian_spawn_egg", + "eguardianspawnegg": "elder_guardian_spawn_egg", + "elder_guardianegg": "elder_guardian_spawn_egg", + "elder_guardiansegg": "elder_guardian_spawn_egg", + "elder_guardianspawn": "elder_guardian_spawn_egg", + "elder_guardianspawnegg": "elder_guardian_spawn_egg", + "elderguardianspawnegg": "elder_guardian_spawn_egg", + "minecraft:elder_guardian_spawn_egg": "elder_guardian_spawn_egg", + "seggeguardian": "elder_guardian_spawn_egg", + "seggelder_guardian": "elder_guardian_spawn_egg", + "spawneggeguardian": "elder_guardian_spawn_egg", + "spawneggelder_guardian": "elder_guardian_spawn_egg", + "spawneguardian": "elder_guardian_spawn_egg", + "spawnelder_guardian": "elder_guardian_spawn_egg", + "elder_guardian_spawner": { + "entity": "ELDER_GUARDIAN", + "material": "SPAWNER" + }, + "eguardiancage": "elder_guardian_spawner", + "eguardianmcage": "elder_guardian_spawner", + "eguardianmobcage": "elder_guardian_spawner", + "eguardianmobspawner": "elder_guardian_spawner", + "eguardianmonstercage": "elder_guardian_spawner", + "eguardianmonsterspawner": "elder_guardian_spawner", + "eguardianmspawner": "elder_guardian_spawner", + "eguardianspawner": "elder_guardian_spawner", + "elder_guardiancage": "elder_guardian_spawner", + "elder_guardianmcage": "elder_guardian_spawner", + "elder_guardianmobcage": "elder_guardian_spawner", + "elder_guardianmobspawner": "elder_guardian_spawner", + "elder_guardianmonstercage": "elder_guardian_spawner", + "elder_guardianmonsterspawner": "elder_guardian_spawner", + "elder_guardianmspawner": "elder_guardian_spawner", + "elder_guardianspawner": "elder_guardian_spawner", + "elytra": { + "material": "ELYTRA" + }, + "glider": "elytra", + "hangglider": "elytra", + "minecraft:elytra": "elytra", + "playerwing": "elytra", + "playerwings": "elytra", + "pwing": "elytra", + "pwings": "elytra", + "wing": "elytra", + "wings": "elytra", + "emerald": { + "material": "EMERALD" + }, + "minecraft:emerald": "emerald", + "emerald_block": { + "material": "EMERALD_BLOCK" + }, + "blocke": "emerald_block", + "blockemerald": "emerald_block", + "eblock": "emerald_block", + "emeraldblock": "emerald_block", + "minecraft:emerald_block": "emerald_block", + "emerald_ore": { + "material": "EMERALD_ORE" + }, + "emeraldo": "emerald_ore", + "emeraldore": "emerald_ore", + "eo": "emerald_ore", + "eore": "emerald_ore", + "minecraft:emerald_ore": "emerald_ore", + "oe": "emerald_ore", + "oemerald": "emerald_ore", + "oree": "emerald_ore", + "oreemerald": "emerald_ore", + "stoneemeraldore": "emerald_ore", + "stoneeore": "emerald_ore", + "empty_lingering_potion": { + "potionData": { + "type": "UNCRAFTABLE", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotionuncraftable": "empty_lingering_potion", + "aoepotuncraftable": "empty_lingering_potion", + "areapotionuncraftable": "empty_lingering_potion", + "areapotuncraftable": "empty_lingering_potion", + "cloudpotionuncraftable": "empty_lingering_potion", + "cloudpotuncraftable": "empty_lingering_potion", + "lingerpotuncraftable": "empty_lingering_potion", + "uncraftableaoepoiont": "empty_lingering_potion", + "uncraftableaoepot": "empty_lingering_potion", + "uncraftableareapot": "empty_lingering_potion", + "uncraftableareapotion": "empty_lingering_potion", + "uncraftablecloudpot": "empty_lingering_potion", + "uncraftablecloudpotion": "empty_lingering_potion", + "uncraftablelingerpot": "empty_lingering_potion", + "empty_potion": { + "potionData": { + "type": "UNCRAFTABLE", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "potionofuncraftable": "empty_potion", + "potofuncraftable": "empty_potion", + "uncraftablepot": "empty_potion", + "uncraftablepotion": "empty_potion", + "empty_splash_potion": { + "potionData": { + "type": "UNCRAFTABLE", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "splashuncraftablepot": "empty_splash_potion", + "splashuncraftablepotion": "empty_splash_potion", + "spluncraftablepot": "empty_splash_potion", + "spluncraftablepotion": "empty_splash_potion", + "uncraftablesplashpot": "empty_splash_potion", + "uncraftablesplashpotion": "empty_splash_potion", + "empty_tipped_arrow": { + "potionData": { + "type": "UNCRAFTABLE", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowuncraftable": "empty_tipped_arrow", + "uncraftablearrow": "empty_tipped_arrow", + "uncraftabletarr": "empty_tipped_arrow", + "uncraftabletarrow": "empty_tipped_arrow", + "uncraftabletippedarrow": "empty_tipped_arrow", + "enchanted_book": { + "material": "ENCHANTED_BOOK" + }, + "enchantedbook": "enchanted_book", + "minecraft:enchanted_book": "enchanted_book", + "enchanted_golden_apple": { + "material": "ENCHANTED_GOLDEN_APPLE" + }, + "enchantedgoldenapple": "enchanted_golden_apple", + "enchgoldapple": "enchanted_golden_apple", + "godapple": "enchanted_golden_apple", + "minecraft:enchanted_golden_apple": "enchanted_golden_apple", + "notchapple": "enchanted_golden_apple", + "enchanting_table": { + "material": "ENCHANTING_TABLE" + }, + "bdesk": "enchanting_table", + "bookdesk": "enchanting_table", + "booktable": "enchanting_table", + "btable": "enchanting_table", + "edesk": "enchanting_table", + "enchantdesk": "enchanting_table", + "enchantingdesk": "enchanting_table", + "enchantingtable": "enchanting_table", + "enchantmentdesk": "enchanting_table", + "enchantmenttable": "enchanting_table", + "enchanttable": "enchanting_table", + "etable": "enchanting_table", + "magicaldesk": "enchanting_table", + "magicaltable": "enchanting_table", + "magicdesk": "enchanting_table", + "magictable": "enchanting_table", + "mdesk": "enchanting_table", + "minecraft:enchanting_table": "enchanting_table", + "mtable": "enchanting_table", + "end_crystal": { + "material": "END_CRYSTAL" + }, + "endcrystal": "end_crystal", + "minecraft:end_crystal": "end_crystal", + "end_portal_frame": { + "material": "END_PORTAL_FRAME" + }, + "egooframe": "end_portal_frame", + "enderframe": "end_portal_frame", + "endergooframe": "end_portal_frame", + "enderportalframe": "end_portal_frame", + "endframe": "end_portal_frame", + "endgooframe": "end_portal_frame", + "endportalframe": "end_portal_frame", + "eportalframe": "end_portal_frame", + "minecraft:end_portal_frame": "end_portal_frame", + "end_rod": { + "material": "END_ROD" + }, + "endrod": "end_rod", + "minecraft:end_rod": "end_rod", + "end_stone": { + "material": "END_STONE" + }, + "enderrock": "end_stone", + "enderstone": "end_stone", + "endrock": "end_stone", + "endst": "end_stone", + "endstb": "end_stone", + "endstbl": "end_stone", + "endstblock": "end_stone", + "endstone": "end_stone", + "endstoneb": "end_stone", + "endstonebl": "end_stone", + "endstoneblock": "end_stone", + "erock": "end_stone", + "estone": "end_stone", + "minecraft:end_stone": "end_stone", + "whst": "end_stone", + "whstb": "end_stone", + "whstbl": "end_stone", + "whstblock": "end_stone", + "end_stone_brick_slab": { + "material": "END_STONE_BRICK_SLAB" + }, + "endstbrhalfblock": "end_stone_brick_slab", + "endstbrstep": "end_stone_brick_slab", + "endstonebrickhalfblock": "end_stone_brick_slab", + "endstonebrickslab": "end_stone_brick_slab", + "endstonebrickstep": "end_stone_brick_slab", + "minecraft:end_stone_brick_slab": "end_stone_brick_slab", + "whstbrhalfblock": "end_stone_brick_slab", + "whstbrstep": "end_stone_brick_slab", + "end_stone_brick_stairs": { + "material": "END_STONE_BRICK_STAIRS" + }, + "endstbrstair": "end_stone_brick_stairs", + "endstbrstairs": "end_stone_brick_stairs", + "endstonebrickstair": "end_stone_brick_stairs", + "endstonebrickstairs": "end_stone_brick_stairs", + "minecraft:end_stone_brick_stairs": "end_stone_brick_stairs", + "whstbrstair": "end_stone_brick_stairs", + "whstbrstairs": "end_stone_brick_stairs", + "end_stone_brick_wall": { + "material": "END_STONE_BRICK_WALL" + }, + "endstbrwall": "end_stone_brick_wall", + "endstonebrickwall": "end_stone_brick_wall", + "minecraft:end_stone_brick_wall": "end_stone_brick_wall", + "wallendstbr": "end_stone_brick_wall", + "wallendstonebrick": "end_stone_brick_wall", + "wallwhstbr": "end_stone_brick_wall", + "whstbrwall": "end_stone_brick_wall", + "end_stone_bricks": { + "material": "END_STONE_BRICKS" + }, + "endstbr": "end_stone_bricks", + "endstonebrick": "end_stone_bricks", + "endstonebricks": "end_stone_bricks", + "minecraft:end_stone_bricks": "end_stone_bricks", + "whstbr": "end_stone_bricks", + "ender_chest": { + "material": "ENDER_CHEST" + }, + "cheste": "ender_chest", + "chestend": "ender_chest", + "chestender": "ender_chest", + "echest": "ender_chest", + "econtainer": "ender_chest", + "endchest": "ender_chest", + "endcontainer": "ender_chest", + "enderchest": "ender_chest", + "endercontainer": "ender_chest", + "minecraft:ender_chest": "ender_chest", + "ender_dragon_spawn_egg": { + "material": "ENDER_DRAGON_SPAWN_EGG" + }, + "dragonsegg": "ender_dragon_spawn_egg", + "dragonspawn": "ender_dragon_spawn_egg", + "dragonspawnegg": "ender_dragon_spawn_egg", + "edragonegg": "ender_dragon_spawn_egg", + "edragonsegg": "ender_dragon_spawn_egg", + "edragonspawn": "ender_dragon_spawn_egg", + "edragonspawnegg": "ender_dragon_spawn_egg", + "eggdragon": "ender_dragon_spawn_egg", + "eggedragon": "ender_dragon_spawn_egg", + "eggender_dragon": "ender_dragon_spawn_egg", + "ender_dragonegg": "ender_dragon_spawn_egg", + "ender_dragonsegg": "ender_dragon_spawn_egg", + "ender_dragonspawn": "ender_dragon_spawn_egg", + "ender_dragonspawnegg": "ender_dragon_spawn_egg", + "enderdragonspawnegg": "ender_dragon_spawn_egg", + "minecraft:ender_dragon_spawn_egg": "ender_dragon_spawn_egg", + "seggdragon": "ender_dragon_spawn_egg", + "seggedragon": "ender_dragon_spawn_egg", + "seggender_dragon": "ender_dragon_spawn_egg", + "spawndragon": "ender_dragon_spawn_egg", + "spawnedragon": "ender_dragon_spawn_egg", + "spawneggdragon": "ender_dragon_spawn_egg", + "spawneggedragon": "ender_dragon_spawn_egg", + "spawneggender_dragon": "ender_dragon_spawn_egg", + "spawnender_dragon": "ender_dragon_spawn_egg", + "ender_dragon_spawner": { + "entity": "ENDER_DRAGON", + "material": "SPAWNER" + }, + "dragoncage": "ender_dragon_spawner", + "dragonmcage": "ender_dragon_spawner", + "dragonmobcage": "ender_dragon_spawner", + "dragonmobspawner": "ender_dragon_spawner", + "dragonmonstercage": "ender_dragon_spawner", + "dragonmonsterspawner": "ender_dragon_spawner", + "dragonmspawner": "ender_dragon_spawner", + "dragonspawner": "ender_dragon_spawner", + "edragoncage": "ender_dragon_spawner", + "edragonmcage": "ender_dragon_spawner", + "edragonmobcage": "ender_dragon_spawner", + "edragonmobspawner": "ender_dragon_spawner", + "edragonmonstercage": "ender_dragon_spawner", + "edragonmonsterspawner": "ender_dragon_spawner", + "edragonmspawner": "ender_dragon_spawner", + "edragonspawner": "ender_dragon_spawner", + "ender_dragoncage": "ender_dragon_spawner", + "ender_dragonmcage": "ender_dragon_spawner", + "ender_dragonmobcage": "ender_dragon_spawner", + "ender_dragonmobspawner": "ender_dragon_spawner", + "ender_dragonmonstercage": "ender_dragon_spawner", + "ender_dragonmonsterspawner": "ender_dragon_spawner", + "ender_dragonmspawner": "ender_dragon_spawner", + "ender_dragonspawner": "ender_dragon_spawner", + "ender_eye": { + "material": "ENDER_EYE" + }, + "endereye": "ender_eye", + "minecraft:ender_eye": "ender_eye", + "ender_pearl": { + "material": "ENDER_PEARL" + }, + "enderpearl": "ender_pearl", + "minecraft:ender_pearl": "ender_pearl", + "enderman_spawn_egg": { + "material": "ENDERMAN_SPAWN_EGG" + }, + "eggenderman": "enderman_spawn_egg", + "endermanegg": "enderman_spawn_egg", + "endermansegg": "enderman_spawn_egg", + "endermanspawn": "enderman_spawn_egg", + "endermanspawnegg": "enderman_spawn_egg", + "minecraft:enderman_spawn_egg": "enderman_spawn_egg", + "seggenderman": "enderman_spawn_egg", + "spawneggenderman": "enderman_spawn_egg", + "spawnenderman": "enderman_spawn_egg", + "enderman_spawner": { + "entity": "ENDERMAN", + "material": "SPAWNER" + }, + "endermancage": "enderman_spawner", + "endermanmcage": "enderman_spawner", + "endermanmobcage": "enderman_spawner", + "endermanmobspawner": "enderman_spawner", + "endermanmonstercage": "enderman_spawner", + "endermanmonsterspawner": "enderman_spawner", + "endermanmspawner": "enderman_spawner", + "endermanspawner": "enderman_spawner", + "endermite_spawn_egg": { + "material": "ENDERMITE_SPAWN_EGG" + }, + "eggemite": "endermite_spawn_egg", + "eggendermite": "endermite_spawn_egg", + "emiteegg": "endermite_spawn_egg", + "emitesegg": "endermite_spawn_egg", + "emitespawn": "endermite_spawn_egg", + "emitespawnegg": "endermite_spawn_egg", + "endermiteegg": "endermite_spawn_egg", + "endermitesegg": "endermite_spawn_egg", + "endermitespawn": "endermite_spawn_egg", + "endermitespawnegg": "endermite_spawn_egg", + "minecraft:endermite_spawn_egg": "endermite_spawn_egg", + "seggemite": "endermite_spawn_egg", + "seggendermite": "endermite_spawn_egg", + "spawneggemite": "endermite_spawn_egg", + "spawneggendermite": "endermite_spawn_egg", + "spawnemite": "endermite_spawn_egg", + "spawnendermite": "endermite_spawn_egg", + "endermite_spawner": { + "entity": "ENDERMITE", + "material": "SPAWNER" + }, + "emitecage": "endermite_spawner", + "emitemcage": "endermite_spawner", + "emitemobcage": "endermite_spawner", + "emitemobspawner": "endermite_spawner", + "emitemonstercage": "endermite_spawner", + "emitemonsterspawner": "endermite_spawner", + "emitemspawner": "endermite_spawner", + "emitespawner": "endermite_spawner", + "endermitecage": "endermite_spawner", + "endermitemcage": "endermite_spawner", + "endermitemobcage": "endermite_spawner", + "endermitemobspawner": "endermite_spawner", + "endermitemonstercage": "endermite_spawner", + "endermitemonsterspawner": "endermite_spawner", + "endermitemspawner": "endermite_spawner", + "endermitespawner": "endermite_spawner", + "evoker_spawn_egg": { + "material": "EVOKER_SPAWN_EGG" + }, + "eggevoker": "evoker_spawn_egg", + "evokeregg": "evoker_spawn_egg", + "evokersegg": "evoker_spawn_egg", + "evokerspawn": "evoker_spawn_egg", + "evokerspawnegg": "evoker_spawn_egg", + "minecraft:evoker_spawn_egg": "evoker_spawn_egg", + "seggevoker": "evoker_spawn_egg", + "spawneggevoker": "evoker_spawn_egg", + "spawnevoker": "evoker_spawn_egg", + "evoker_spawner": { + "entity": "EVOKER", + "material": "SPAWNER" + }, + "evokercage": "evoker_spawner", + "evokermcage": "evoker_spawner", + "evokermobcage": "evoker_spawner", + "evokermobspawner": "evoker_spawner", + "evokermonstercage": "evoker_spawner", + "evokermonsterspawner": "evoker_spawner", + "evokermspawner": "evoker_spawner", + "evokerspawner": "evoker_spawner", + "experience_bottle": { + "material": "EXPERIENCE_BOTTLE" + }, + "experiencebottle": "experience_bottle", + "minecraft:experience_bottle": "experience_bottle", + "explorer_pottery_sherd": { + "material": "EXPLORER_POTTERY_SHERD" + }, + "explorerpotterysherd": "explorer_pottery_sherd", + "explorersherd": "explorer_pottery_sherd", + "minecraft:explorer_pottery_sherd": "explorer_pottery_sherd", + "exposed_copper": { + "material": "EXPOSED_COPPER" + }, + "excoblock": "exposed_copper", + "excopblock": "exposed_copper", + "excopperblock": "exposed_copper", + "expcoblock": "exposed_copper", + "expcopblock": "exposed_copper", + "expcopperblock": "exposed_copper", + "exposedcoblock": "exposed_copper", + "exposedcopblock": "exposed_copper", + "exposedcopper": "exposed_copper", + "exposedcopperblock": "exposed_copper", + "minecraft:exposed_copper": "exposed_copper", + "exposed_cut_copper": { + "material": "EXPOSED_CUT_COPPER" + }, + "cexcoblock": "exposed_cut_copper", + "cexcopblock": "exposed_cut_copper", + "cexcopperblock": "exposed_cut_copper", + "cexpcoblock": "exposed_cut_copper", + "cexpcopblock": "exposed_cut_copper", + "cexpcopperblock": "exposed_cut_copper", + "cexposedcoblock": "exposed_cut_copper", + "cexposedcopblock": "exposed_cut_copper", + "cexposedcopperblock": "exposed_cut_copper", + "cutexcoblock": "exposed_cut_copper", + "cutexcopblock": "exposed_cut_copper", + "cutexcopperblock": "exposed_cut_copper", + "cutexpcoblock": "exposed_cut_copper", + "cutexpcopblock": "exposed_cut_copper", + "cutexpcopperblock": "exposed_cut_copper", + "cutexposedcoblock": "exposed_cut_copper", + "cutexposedcopblock": "exposed_cut_copper", + "cutexposedcopperblock": "exposed_cut_copper", + "exccoblock": "exposed_cut_copper", + "exccopblock": "exposed_cut_copper", + "exccopperblock": "exposed_cut_copper", + "excutcoblock": "exposed_cut_copper", + "excutcopblock": "exposed_cut_copper", + "excutcopperblock": "exposed_cut_copper", + "expccoblock": "exposed_cut_copper", + "expccopblock": "exposed_cut_copper", + "expccopperblock": "exposed_cut_copper", + "expcutcoblock": "exposed_cut_copper", + "expcutcopblock": "exposed_cut_copper", + "expcutcopperblock": "exposed_cut_copper", + "exposedccoblock": "exposed_cut_copper", + "exposedccopblock": "exposed_cut_copper", + "exposedccopperblock": "exposed_cut_copper", + "exposedcutcoblock": "exposed_cut_copper", + "exposedcutcopblock": "exposed_cut_copper", + "exposedcutcopper": "exposed_cut_copper", + "exposedcutcopperblock": "exposed_cut_copper", + "minecraft:exposed_cut_copper": "exposed_cut_copper", + "exposed_cut_copper_slab": { + "material": "EXPOSED_CUT_COPPER_SLAB" + }, + "cexcohalfblock": "exposed_cut_copper_slab", + "cexcophalfblock": "exposed_cut_copper_slab", + "cexcopperhalfblock": "exposed_cut_copper_slab", + "cexcoppersl": "exposed_cut_copper_slab", + "cexcopperslab": "exposed_cut_copper_slab", + "cexcopperstep": "exposed_cut_copper_slab", + "cexcopsl": "exposed_cut_copper_slab", + "cexcopslab": "exposed_cut_copper_slab", + "cexcopstep": "exposed_cut_copper_slab", + "cexcosl": "exposed_cut_copper_slab", + "cexcoslab": "exposed_cut_copper_slab", + "cexcostep": "exposed_cut_copper_slab", + "cexpcohalfblock": "exposed_cut_copper_slab", + "cexpcophalfblock": "exposed_cut_copper_slab", + "cexpcopperhalfblock": "exposed_cut_copper_slab", + "cexpcoppersl": "exposed_cut_copper_slab", + "cexpcopperslab": "exposed_cut_copper_slab", + "cexpcopperstep": "exposed_cut_copper_slab", + "cexpcopsl": "exposed_cut_copper_slab", + "cexpcopslab": "exposed_cut_copper_slab", + "cexpcopstep": "exposed_cut_copper_slab", + "cexpcosl": "exposed_cut_copper_slab", + "cexpcoslab": "exposed_cut_copper_slab", + "cexpcostep": "exposed_cut_copper_slab", + "cexposedcohalfblock": "exposed_cut_copper_slab", + "cexposedcophalfblock": "exposed_cut_copper_slab", + "cexposedcopperhalfblock": "exposed_cut_copper_slab", + "cexposedcoppersl": "exposed_cut_copper_slab", + "cexposedcopperslab": "exposed_cut_copper_slab", + "cexposedcopperstep": "exposed_cut_copper_slab", + "cexposedcopsl": "exposed_cut_copper_slab", + "cexposedcopslab": "exposed_cut_copper_slab", + "cexposedcopstep": "exposed_cut_copper_slab", + "cexposedcosl": "exposed_cut_copper_slab", + "cexposedcoslab": "exposed_cut_copper_slab", + "cexposedcostep": "exposed_cut_copper_slab", + "cutexcohalfblock": "exposed_cut_copper_slab", + "cutexcophalfblock": "exposed_cut_copper_slab", + "cutexcopperhalfblock": "exposed_cut_copper_slab", + "cutexcoppersl": "exposed_cut_copper_slab", + "cutexcopperslab": "exposed_cut_copper_slab", + "cutexcopperstep": "exposed_cut_copper_slab", + "cutexcopsl": "exposed_cut_copper_slab", + "cutexcopslab": "exposed_cut_copper_slab", + "cutexcopstep": "exposed_cut_copper_slab", + "cutexcosl": "exposed_cut_copper_slab", + "cutexcoslab": "exposed_cut_copper_slab", + "cutexcostep": "exposed_cut_copper_slab", + "cutexpcohalfblock": "exposed_cut_copper_slab", + "cutexpcophalfblock": "exposed_cut_copper_slab", + "cutexpcopperhalfblock": "exposed_cut_copper_slab", + "cutexpcoppersl": "exposed_cut_copper_slab", + "cutexpcopperslab": "exposed_cut_copper_slab", + "cutexpcopperstep": "exposed_cut_copper_slab", + "cutexpcopsl": "exposed_cut_copper_slab", + "cutexpcopslab": "exposed_cut_copper_slab", + "cutexpcopstep": "exposed_cut_copper_slab", + "cutexpcosl": "exposed_cut_copper_slab", + "cutexpcoslab": "exposed_cut_copper_slab", + "cutexpcostep": "exposed_cut_copper_slab", + "cutexposedcohalfblock": "exposed_cut_copper_slab", + "cutexposedcophalfblock": "exposed_cut_copper_slab", + "cutexposedcopperhalfblock": "exposed_cut_copper_slab", + "cutexposedcoppersl": "exposed_cut_copper_slab", + "cutexposedcopperslab": "exposed_cut_copper_slab", + "cutexposedcopperstep": "exposed_cut_copper_slab", + "cutexposedcopsl": "exposed_cut_copper_slab", + "cutexposedcopslab": "exposed_cut_copper_slab", + "cutexposedcopstep": "exposed_cut_copper_slab", + "cutexposedcosl": "exposed_cut_copper_slab", + "cutexposedcoslab": "exposed_cut_copper_slab", + "cutexposedcostep": "exposed_cut_copper_slab", + "exccohalfblock": "exposed_cut_copper_slab", + "exccophalfblock": "exposed_cut_copper_slab", + "exccopperhalfblock": "exposed_cut_copper_slab", + "exccoppersl": "exposed_cut_copper_slab", + "exccopperslab": "exposed_cut_copper_slab", + "exccopperstep": "exposed_cut_copper_slab", + "exccopsl": "exposed_cut_copper_slab", + "exccopslab": "exposed_cut_copper_slab", + "exccopstep": "exposed_cut_copper_slab", + "exccosl": "exposed_cut_copper_slab", + "exccoslab": "exposed_cut_copper_slab", + "exccostep": "exposed_cut_copper_slab", + "excutcohalfblock": "exposed_cut_copper_slab", + "excutcophalfblock": "exposed_cut_copper_slab", + "excutcopperhalfblock": "exposed_cut_copper_slab", + "excutcoppersl": "exposed_cut_copper_slab", + "excutcopperslab": "exposed_cut_copper_slab", + "excutcopperstep": "exposed_cut_copper_slab", + "excutcopsl": "exposed_cut_copper_slab", + "excutcopslab": "exposed_cut_copper_slab", + "excutcopstep": "exposed_cut_copper_slab", + "excutcosl": "exposed_cut_copper_slab", + "excutcoslab": "exposed_cut_copper_slab", + "excutcostep": "exposed_cut_copper_slab", + "expccohalfblock": "exposed_cut_copper_slab", + "expccophalfblock": "exposed_cut_copper_slab", + "expccopperhalfblock": "exposed_cut_copper_slab", + "expccoppersl": "exposed_cut_copper_slab", + "expccopperslab": "exposed_cut_copper_slab", + "expccopperstep": "exposed_cut_copper_slab", + "expccopsl": "exposed_cut_copper_slab", + "expccopslab": "exposed_cut_copper_slab", + "expccopstep": "exposed_cut_copper_slab", + "expccosl": "exposed_cut_copper_slab", + "expccoslab": "exposed_cut_copper_slab", + "expccostep": "exposed_cut_copper_slab", + "expcutcohalfblock": "exposed_cut_copper_slab", + "expcutcophalfblock": "exposed_cut_copper_slab", + "expcutcopperhalfblock": "exposed_cut_copper_slab", + "expcutcoppersl": "exposed_cut_copper_slab", + "expcutcopperslab": "exposed_cut_copper_slab", + "expcutcopperstep": "exposed_cut_copper_slab", + "expcutcopsl": "exposed_cut_copper_slab", + "expcutcopslab": "exposed_cut_copper_slab", + "expcutcopstep": "exposed_cut_copper_slab", + "expcutcosl": "exposed_cut_copper_slab", + "expcutcoslab": "exposed_cut_copper_slab", + "expcutcostep": "exposed_cut_copper_slab", + "exposedccohalfblock": "exposed_cut_copper_slab", + "exposedccophalfblock": "exposed_cut_copper_slab", + "exposedccopperhalfblock": "exposed_cut_copper_slab", + "exposedccoppersl": "exposed_cut_copper_slab", + "exposedccopperslab": "exposed_cut_copper_slab", + "exposedccopperstep": "exposed_cut_copper_slab", + "exposedccopsl": "exposed_cut_copper_slab", + "exposedccopslab": "exposed_cut_copper_slab", + "exposedccopstep": "exposed_cut_copper_slab", + "exposedccosl": "exposed_cut_copper_slab", + "exposedccoslab": "exposed_cut_copper_slab", + "exposedccostep": "exposed_cut_copper_slab", + "exposedcutcohalfblock": "exposed_cut_copper_slab", + "exposedcutcophalfblock": "exposed_cut_copper_slab", + "exposedcutcopperhalfblock": "exposed_cut_copper_slab", + "exposedcutcoppersl": "exposed_cut_copper_slab", + "exposedcutcopperslab": "exposed_cut_copper_slab", + "exposedcutcopperstep": "exposed_cut_copper_slab", + "exposedcutcopsl": "exposed_cut_copper_slab", + "exposedcutcopslab": "exposed_cut_copper_slab", + "exposedcutcopstep": "exposed_cut_copper_slab", + "exposedcutcosl": "exposed_cut_copper_slab", + "exposedcutcoslab": "exposed_cut_copper_slab", + "exposedcutcostep": "exposed_cut_copper_slab", + "minecraft:exposed_cut_copper_slab": "exposed_cut_copper_slab", + "exposed_cut_copper_stairs": { + "material": "EXPOSED_CUT_COPPER_STAIRS" + }, + "cexcopperstair": "exposed_cut_copper_stairs", + "cexcopperstairs": "exposed_cut_copper_stairs", + "cexcopstair": "exposed_cut_copper_stairs", + "cexcopstairs": "exposed_cut_copper_stairs", + "cexcostair": "exposed_cut_copper_stairs", + "cexcostairs": "exposed_cut_copper_stairs", + "cexpcopperstair": "exposed_cut_copper_stairs", + "cexpcopperstairs": "exposed_cut_copper_stairs", + "cexpcopstair": "exposed_cut_copper_stairs", + "cexpcopstairs": "exposed_cut_copper_stairs", + "cexpcostair": "exposed_cut_copper_stairs", + "cexpcostairs": "exposed_cut_copper_stairs", + "cexposedcopperstair": "exposed_cut_copper_stairs", + "cexposedcopperstairs": "exposed_cut_copper_stairs", + "cexposedcopstair": "exposed_cut_copper_stairs", + "cexposedcopstairs": "exposed_cut_copper_stairs", + "cexposedcostair": "exposed_cut_copper_stairs", + "cexposedcostairs": "exposed_cut_copper_stairs", + "cutexcopperstair": "exposed_cut_copper_stairs", + "cutexcopperstairs": "exposed_cut_copper_stairs", + "cutexcopstair": "exposed_cut_copper_stairs", + "cutexcopstairs": "exposed_cut_copper_stairs", + "cutexcostair": "exposed_cut_copper_stairs", + "cutexcostairs": "exposed_cut_copper_stairs", + "cutexpcopperstair": "exposed_cut_copper_stairs", + "cutexpcopperstairs": "exposed_cut_copper_stairs", + "cutexpcopstair": "exposed_cut_copper_stairs", + "cutexpcopstairs": "exposed_cut_copper_stairs", + "cutexpcostair": "exposed_cut_copper_stairs", + "cutexpcostairs": "exposed_cut_copper_stairs", + "cutexposedcopperstair": "exposed_cut_copper_stairs", + "cutexposedcopperstairs": "exposed_cut_copper_stairs", + "cutexposedcopstair": "exposed_cut_copper_stairs", + "cutexposedcopstairs": "exposed_cut_copper_stairs", + "cutexposedcostair": "exposed_cut_copper_stairs", + "cutexposedcostairs": "exposed_cut_copper_stairs", + "exccopperstair": "exposed_cut_copper_stairs", + "exccopperstairs": "exposed_cut_copper_stairs", + "exccopstair": "exposed_cut_copper_stairs", + "exccopstairs": "exposed_cut_copper_stairs", + "exccostair": "exposed_cut_copper_stairs", + "exccostairs": "exposed_cut_copper_stairs", + "excutcopperstair": "exposed_cut_copper_stairs", + "excutcopperstairs": "exposed_cut_copper_stairs", + "excutcopstair": "exposed_cut_copper_stairs", + "excutcopstairs": "exposed_cut_copper_stairs", + "excutcostair": "exposed_cut_copper_stairs", + "excutcostairs": "exposed_cut_copper_stairs", + "expccopperstair": "exposed_cut_copper_stairs", + "expccopperstairs": "exposed_cut_copper_stairs", + "expccopstair": "exposed_cut_copper_stairs", + "expccopstairs": "exposed_cut_copper_stairs", + "expccostair": "exposed_cut_copper_stairs", + "expccostairs": "exposed_cut_copper_stairs", + "expcutcopperstair": "exposed_cut_copper_stairs", + "expcutcopperstairs": "exposed_cut_copper_stairs", + "expcutcopstair": "exposed_cut_copper_stairs", + "expcutcopstairs": "exposed_cut_copper_stairs", + "expcutcostair": "exposed_cut_copper_stairs", + "expcutcostairs": "exposed_cut_copper_stairs", + "exposedccopperstair": "exposed_cut_copper_stairs", + "exposedccopperstairs": "exposed_cut_copper_stairs", + "exposedccopstair": "exposed_cut_copper_stairs", + "exposedccopstairs": "exposed_cut_copper_stairs", + "exposedccostair": "exposed_cut_copper_stairs", + "exposedccostairs": "exposed_cut_copper_stairs", + "exposedcutcopperstair": "exposed_cut_copper_stairs", + "exposedcutcopperstairs": "exposed_cut_copper_stairs", + "exposedcutcopstair": "exposed_cut_copper_stairs", + "exposedcutcopstairs": "exposed_cut_copper_stairs", + "exposedcutcostair": "exposed_cut_copper_stairs", + "exposedcutcostairs": "exposed_cut_copper_stairs", + "minecraft:exposed_cut_copper_stairs": "exposed_cut_copper_stairs", + "eye_armor_trim_smithing_template": { + "material": "EYE_ARMOR_TRIM_SMITHING_TEMPLATE" + }, + "eyearmortrimsmithingtemplate": "eye_armor_trim_smithing_template", + "eyetrim": "eye_armor_trim_smithing_template", + "minecraft:eye_armor_trim_smithing_template": "eye_armor_trim_smithing_template", + "farmland": { + "material": "FARMLAND" + }, + "minecraft:farmland": "farmland", + "feather": { + "material": "FEATHER" + }, + "minecraft:feather": "feather", + "fermented_spider_eye": { + "material": "FERMENTED_SPIDER_EYE" + }, + "fermentedspidereye": "fermented_spider_eye", + "minecraft:fermented_spider_eye": "fermented_spider_eye", + "fern": { + "material": "FERN" + }, + "minecraft:fern": "fern", + "filled_map": { + "material": "FILLED_MAP" + }, + "filledmap": "filled_map", + "minecraft:filled_map": "filled_map", + "fire_charge": { + "material": "FIRE_CHARGE" + }, + "firecharge": "fire_charge", + "minecraft:fire_charge": "fire_charge", + "fire_coral": { + "material": "FIRE_CORAL" + }, + "firecoral": "fire_coral", + "minecraft:fire_coral": "fire_coral", + "fire_coral_block": { + "material": "FIRE_CORAL_BLOCK" + }, + "firecoralblock": "fire_coral_block", + "minecraft:fire_coral_block": "fire_coral_block", + "fire_coral_fan": { + "material": "FIRE_CORAL_FAN" + }, + "firecoralfan": "fire_coral_fan", + "minecraft:fire_coral_fan": "fire_coral_fan", + "fire_resistance_lingering_potion": { + "potionData": { + "type": "FIRE_RESISTANCE", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotfireres": "fire_resistance_lingering_potion", + "aoepotfireresist": "fire_resistance_lingering_potion", + "aoepotfireresistance": "fire_resistance_lingering_potion", + "aoepotionfireres": "fire_resistance_lingering_potion", + "aoepotionfireresist": "fire_resistance_lingering_potion", + "aoepotionfireresistance": "fire_resistance_lingering_potion", + "areapotfireres": "fire_resistance_lingering_potion", + "areapotfireresist": "fire_resistance_lingering_potion", + "areapotfireresistance": "fire_resistance_lingering_potion", + "areapotionfireres": "fire_resistance_lingering_potion", + "areapotionfireresist": "fire_resistance_lingering_potion", + "areapotionfireresistance": "fire_resistance_lingering_potion", + "cloudpotfireres": "fire_resistance_lingering_potion", + "cloudpotfireresist": "fire_resistance_lingering_potion", + "cloudpotfireresistance": "fire_resistance_lingering_potion", + "cloudpotionfireres": "fire_resistance_lingering_potion", + "cloudpotionfireresist": "fire_resistance_lingering_potion", + "cloudpotionfireresistance": "fire_resistance_lingering_potion", + "fireresaoepoiont": "fire_resistance_lingering_potion", + "fireresaoepot": "fire_resistance_lingering_potion", + "fireresareapot": "fire_resistance_lingering_potion", + "fireresareapotion": "fire_resistance_lingering_potion", + "firerescloudpot": "fire_resistance_lingering_potion", + "firerescloudpotion": "fire_resistance_lingering_potion", + "fireresistanceaoepoiont": "fire_resistance_lingering_potion", + "fireresistanceaoepot": "fire_resistance_lingering_potion", + "fireresistanceareapot": "fire_resistance_lingering_potion", + "fireresistanceareapotion": "fire_resistance_lingering_potion", + "fireresistancecloudpot": "fire_resistance_lingering_potion", + "fireresistancecloudpotion": "fire_resistance_lingering_potion", + "fireresistancelingerpot": "fire_resistance_lingering_potion", + "fireresistaoepoiont": "fire_resistance_lingering_potion", + "fireresistaoepot": "fire_resistance_lingering_potion", + "fireresistareapot": "fire_resistance_lingering_potion", + "fireresistareapotion": "fire_resistance_lingering_potion", + "fireresistcloudpot": "fire_resistance_lingering_potion", + "fireresistcloudpotion": "fire_resistance_lingering_potion", + "fireresistlingerpot": "fire_resistance_lingering_potion", + "firereslingerpot": "fire_resistance_lingering_potion", + "lingerpotfireres": "fire_resistance_lingering_potion", + "lingerpotfireresist": "fire_resistance_lingering_potion", + "lingerpotfireresistance": "fire_resistance_lingering_potion", + "fire_resistance_potion": { + "potionData": { + "type": "FIRE_RESISTANCE", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "fireresistancepot": "fire_resistance_potion", + "fireresistancepotion": "fire_resistance_potion", + "fireresistpot": "fire_resistance_potion", + "fireresistpotion": "fire_resistance_potion", + "firerespot": "fire_resistance_potion", + "firerespotion": "fire_resistance_potion", + "potionoffireres": "fire_resistance_potion", + "potionoffireresist": "fire_resistance_potion", + "potionoffireresistance": "fire_resistance_potion", + "potoffireres": "fire_resistance_potion", + "potoffireresist": "fire_resistance_potion", + "potoffireresistance": "fire_resistance_potion", + "fire_resistance_splash_potion": { + "potionData": { + "type": "FIRE_RESISTANCE", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "fireresistancesplashpot": "fire_resistance_splash_potion", + "fireresistancesplashpotion": "fire_resistance_splash_potion", + "fireresistsplashpot": "fire_resistance_splash_potion", + "fireresistsplashpotion": "fire_resistance_splash_potion", + "fireressplashpot": "fire_resistance_splash_potion", + "fireressplashpotion": "fire_resistance_splash_potion", + "splashfireresistancepot": "fire_resistance_splash_potion", + "splashfireresistancepotion": "fire_resistance_splash_potion", + "splashfireresistpot": "fire_resistance_splash_potion", + "splashfireresistpotion": "fire_resistance_splash_potion", + "splashfirerespot": "fire_resistance_splash_potion", + "splashfirerespotion": "fire_resistance_splash_potion", + "splfireresistancepot": "fire_resistance_splash_potion", + "splfireresistancepotion": "fire_resistance_splash_potion", + "splfireresistpot": "fire_resistance_splash_potion", + "splfireresistpotion": "fire_resistance_splash_potion", + "splfirerespot": "fire_resistance_splash_potion", + "splfirerespotion": "fire_resistance_splash_potion", + "fire_resistance_tipped_arrow": { + "potionData": { + "type": "FIRE_RESISTANCE", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowfireres": "fire_resistance_tipped_arrow", + "arrowfireresist": "fire_resistance_tipped_arrow", + "arrowfireresistance": "fire_resistance_tipped_arrow", + "fireresarrow": "fire_resistance_tipped_arrow", + "fireresistancearrow": "fire_resistance_tipped_arrow", + "fireresistancetarr": "fire_resistance_tipped_arrow", + "fireresistancetarrow": "fire_resistance_tipped_arrow", + "fireresistancetippedarrow": "fire_resistance_tipped_arrow", + "fireresistarrow": "fire_resistance_tipped_arrow", + "fireresisttarr": "fire_resistance_tipped_arrow", + "fireresisttarrow": "fire_resistance_tipped_arrow", + "fireresisttippedarrow": "fire_resistance_tipped_arrow", + "firerestarr": "fire_resistance_tipped_arrow", + "firerestarrow": "fire_resistance_tipped_arrow", + "firerestippedarrow": "fire_resistance_tipped_arrow", + "firework_rocket": { + "material": "FIREWORK_ROCKET" + }, + "fireworkrocket": "firework_rocket", + "minecraft:firework_rocket": "firework_rocket", + "firework_star": { + "material": "FIREWORK_STAR" + }, + "fireworkstar": "firework_star", + "minecraft:firework_star": "firework_star", + "fishing_rod": { + "material": "FISHING_ROD" + }, + "fishingrod": "fishing_rod", + "minecraft:fishing_rod": "fishing_rod", + "fletching_table": { + "material": "FLETCHING_TABLE" + }, + "fletchingtable": "fletching_table", + "minecraft:fletching_table": "fletching_table", + "flint": { + "material": "FLINT" + }, + "minecraft:flint": "flint", + "flint_and_steel": { + "material": "FLINT_AND_STEEL" + }, + "flintandsteel": "flint_and_steel", + "minecraft:flint_and_steel": "flint_and_steel", + "flower_banner_pattern": { + "material": "FLOWER_BANNER_PATTERN" + }, + "flowerbannerpattern": "flower_banner_pattern", + "minecraft:flower_banner_pattern": "flower_banner_pattern", + "flower_pot": { + "material": "FLOWER_POT" + }, + "flowerpot": "flower_pot", + "minecraft:flower_pot": "flower_pot", + "flowering_azalea": { + "material": "FLOWERING_AZALEA" + }, + "flazasmall": "flowering_azalea", + "flazsmall": "flowering_azalea", + "flbabyaz": "flowering_azalea", + "flbabyaza": "flowering_azalea", + "flbabyazalea": "flowering_azalea", + "flowerazasmall": "flowering_azalea", + "flowerazsmall": "flowering_azalea", + "flowerbabyaz": "flowering_azalea", + "flowerbabyaza": "flowering_azalea", + "flowerbabyazalea": "flowering_azalea", + "floweringazalea": "flowering_azalea", + "minecraft:flowering_azalea": "flowering_azalea", + "flowering_azalea_leaves": { + "material": "FLOWERING_AZALEA_LEAVES" + }, + "flowerazaleaf": "flowering_azalea_leaves", + "flowerazalealeaf": "flowering_azalea_leaves", + "flowerazalealeave": "flowering_azalea_leaves", + "flowerazalealeaves": "flowering_azalea_leaves", + "flowerazalealogleaf": "flowering_azalea_leaves", + "flowerazalealogleave": "flowering_azalea_leaves", + "flowerazalealogleaves": "flowering_azalea_leaves", + "flowerazaleatreeleaf": "flowering_azalea_leaves", + "flowerazaleatreeleave": "flowering_azalea_leaves", + "flowerazaleatreeleaves": "flowering_azalea_leaves", + "flowerazaleatrunkleaf": "flowering_azalea_leaves", + "flowerazaleatrunkleave": "flowering_azalea_leaves", + "flowerazaleatrunkleaves": "flowering_azalea_leaves", + "flowerazaleave": "flowering_azalea_leaves", + "flowerazaleaves": "flowering_azalea_leaves", + "flowerazaleawoodleaf": "flowering_azalea_leaves", + "flowerazaleawoodleave": "flowering_azalea_leaves", + "flowerazaleawoodleaves": "flowering_azalea_leaves", + "flowerazalogleaf": "flowering_azalea_leaves", + "flowerazalogleave": "flowering_azalea_leaves", + "flowerazalogleaves": "flowering_azalea_leaves", + "flowerazatreeleaf": "flowering_azalea_leaves", + "flowerazatreeleave": "flowering_azalea_leaves", + "flowerazatreeleaves": "flowering_azalea_leaves", + "flowerazatrunkleaf": "flowering_azalea_leaves", + "flowerazatrunkleave": "flowering_azalea_leaves", + "flowerazatrunkleaves": "flowering_azalea_leaves", + "flowerazawoodleaf": "flowering_azalea_leaves", + "flowerazawoodleave": "flowering_azalea_leaves", + "flowerazawoodleaves": "flowering_azalea_leaves", + "flowerazleaf": "flowering_azalea_leaves", + "flowerazleave": "flowering_azalea_leaves", + "flowerazleaves": "flowering_azalea_leaves", + "flowerazlogleaf": "flowering_azalea_leaves", + "flowerazlogleave": "flowering_azalea_leaves", + "flowerazlogleaves": "flowering_azalea_leaves", + "floweraztreeleaf": "flowering_azalea_leaves", + "floweraztreeleave": "flowering_azalea_leaves", + "floweraztreeleaves": "flowering_azalea_leaves", + "floweraztrunkleaf": "flowering_azalea_leaves", + "floweraztrunkleave": "flowering_azalea_leaves", + "floweraztrunkleaves": "flowering_azalea_leaves", + "flowerazwoodleaf": "flowering_azalea_leaves", + "flowerazwoodleave": "flowering_azalea_leaves", + "flowerazwoodleaves": "flowering_azalea_leaves", + "floweringazalealeaves": "flowering_azalea_leaves", + "flowerleafaz": "flowering_azalea_leaves", + "flowerleafaza": "flowering_azalea_leaves", + "flowerleafazalea": "flowering_azalea_leaves", + "flowerleavesaz": "flowering_azalea_leaves", + "flowerleavesaza": "flowering_azalea_leaves", + "flowerleavesazalea": "flowering_azalea_leaves", + "minecraft:flowering_azalea_leaves": "flowering_azalea_leaves", + "fox_spawn_egg": { + "material": "FOX_SPAWN_EGG" + }, + "eggfox": "fox_spawn_egg", + "foxegg": "fox_spawn_egg", + "foxsegg": "fox_spawn_egg", + "foxspawn": "fox_spawn_egg", + "foxspawnegg": "fox_spawn_egg", + "minecraft:fox_spawn_egg": "fox_spawn_egg", + "seggfox": "fox_spawn_egg", + "spawneggfox": "fox_spawn_egg", + "spawnfox": "fox_spawn_egg", + "fox_spawner": { + "entity": "FOX", + "material": "SPAWNER" + }, + "foxcage": "fox_spawner", + "foxmcage": "fox_spawner", + "foxmobcage": "fox_spawner", + "foxmobspawner": "fox_spawner", + "foxmonstercage": "fox_spawner", + "foxmonsterspawner": "fox_spawner", + "foxmspawner": "fox_spawner", + "foxspawner": "fox_spawner", + "friend_pottery_sherd": { + "material": "FRIEND_POTTERY_SHERD" + }, + "friendpotterysherd": "friend_pottery_sherd", + "friendsherd": "friend_pottery_sherd", + "minecraft:friend_pottery_sherd": "friend_pottery_sherd", + "frog_spawn_egg": { + "material": "FROG_SPAWN_EGG" + }, + "eggfrog": "frog_spawn_egg", + "frogegg": "frog_spawn_egg", + "frogsegg": "frog_spawn_egg", + "frogspawn": { + "material": "FROGSPAWN" + }, + "frogspawnegg": "frog_spawn_egg", + "minecraft:frog_spawn_egg": "frog_spawn_egg", + "seggfrog": "frog_spawn_egg", + "spawneggfrog": "frog_spawn_egg", + "spawnfrog": "frog_spawn_egg", + "frog_spawner": { + "entity": "FROG", + "material": "SPAWNER" + }, + "frogcage": "frog_spawner", + "frogmcage": "frog_spawner", + "frogmobcage": "frog_spawner", + "frogmobspawner": "frog_spawner", + "frogmonstercage": "frog_spawner", + "frogmonsterspawner": "frog_spawner", + "frogmspawner": "frog_spawner", + "frogspawner": "frog_spawner", + "minecraft:frogspawn": "frogspawn", + "furnace": { + "material": "FURNACE" + }, + "minecraft:furnace": "furnace", + "furnace_minecart": { + "material": "FURNACE_MINECART" + }, + "ecart": "furnace_minecart", + "emc": "furnace_minecart", + "emcart": "furnace_minecart", + "eminecart": "furnace_minecart", + "enginecart": "furnace_minecart", + "enginemc": "furnace_minecart", + "enginemcart": "furnace_minecart", + "engineminecart": "furnace_minecart", + "fcart": "furnace_minecart", + "fmc": "furnace_minecart", + "fmcart": "furnace_minecart", + "fminecart": "furnace_minecart", + "furnacecart": "furnace_minecart", + "furnacemc": "furnace_minecart", + "furnacemcart": "furnace_minecart", + "furnaceminecart": "furnace_minecart", + "minecraft:furnace_minecart": "furnace_minecart", + "pcart": "furnace_minecart", + "pmc": "furnace_minecart", + "pmcart": "furnace_minecart", + "pminecart": "furnace_minecart", + "powercart": "furnace_minecart", + "poweredcart": "furnace_minecart", + "poweredmc": "furnace_minecart", + "poweredmcart": "furnace_minecart", + "poweredminecart": "furnace_minecart", + "powermc": "furnace_minecart", + "powermcart": "furnace_minecart", + "powerminecart": "furnace_minecart", + "ghast_spawn_egg": { + "material": "GHAST_SPAWN_EGG" + }, + "eggghast": "ghast_spawn_egg", + "ghastegg": "ghast_spawn_egg", + "ghastsegg": "ghast_spawn_egg", + "ghastspawn": "ghast_spawn_egg", + "ghastspawnegg": "ghast_spawn_egg", + "minecraft:ghast_spawn_egg": "ghast_spawn_egg", + "seggghast": "ghast_spawn_egg", + "spawneggghast": "ghast_spawn_egg", + "spawnghast": "ghast_spawn_egg", + "ghast_spawner": { + "entity": "GHAST", + "material": "SPAWNER" + }, + "ghastcage": "ghast_spawner", + "ghastmcage": "ghast_spawner", + "ghastmobcage": "ghast_spawner", + "ghastmobspawner": "ghast_spawner", + "ghastmonstercage": "ghast_spawner", + "ghastmonsterspawner": "ghast_spawner", + "ghastmspawner": "ghast_spawner", + "ghastspawner": "ghast_spawner", + "ghast_tear": { + "material": "GHAST_TEAR" + }, + "ghasttear": "ghast_tear", + "minecraft:ghast_tear": "ghast_tear", + "giant_spawner": { + "entity": "GIANT", + "material": "SPAWNER" + }, + "giantcage": "giant_spawner", + "giantmcage": "giant_spawner", + "giantmobcage": "giant_spawner", + "giantmobspawner": "giant_spawner", + "giantmonstercage": "giant_spawner", + "giantmonsterspawner": "giant_spawner", + "giantmspawner": "giant_spawner", + "giantspawner": "giant_spawner", + "gilded_blackstone": { + "material": "GILDED_BLACKSTONE" + }, + "gildblackstone": "gilded_blackstone", + "gildblackstoneb": "gilded_blackstone", + "gildblackstonebl": "gilded_blackstone", + "gildblackstoneblock": "gilded_blackstone", + "gildblst": "gilded_blackstone", + "gildblstb": "gilded_blackstone", + "gildblstbl": "gilded_blackstone", + "gildblstblock": "gilded_blackstone", + "gildblstone": "gilded_blackstone", + "gildblstoneb": "gilded_blackstone", + "gildblstonebl": "gilded_blackstone", + "gildblstoneblock": "gilded_blackstone", + "gildedblackstone": "gilded_blackstone", + "gildedblackstoneb": "gilded_blackstone", + "gildedblackstonebl": "gilded_blackstone", + "gildedblackstoneblock": "gilded_blackstone", + "minecraft:gilded_blackstone": "gilded_blackstone", + "glass": { + "material": "GLASS" + }, + "blockglass": "glass", + "glassblock": "glass", + "minecraft:glass": "glass", + "glass_bottle": { + "material": "GLASS_BOTTLE" + }, + "glassbottle": "glass_bottle", + "minecraft:glass_bottle": "glass_bottle", + "glass_pane": { + "material": "GLASS_PANE" + }, + "fglass": "glass_pane", + "flatglass": "glass_pane", + "glassf": "glass_pane", + "glassflat": "glass_pane", + "glassp": "glass_pane", + "glasspane": "glass_pane", + "glasss": "glass_pane", + "glassskinny": "glass_pane", + "minecraft:glass_pane": "glass_pane", + "paneglass": "glass_pane", + "pglass": "glass_pane", + "skinnyglass": "glass_pane", + "glistering_melon_slice": { + "material": "GLISTERING_MELON_SLICE" + }, + "glisteringmelonslice": "glistering_melon_slice", + "minecraft:glistering_melon_slice": "glistering_melon_slice", + "globe_banner_pattern": { + "material": "GLOBE_BANNER_PATTERN" + }, + "globebannerpattern": "globe_banner_pattern", + "minecraft:globe_banner_pattern": "globe_banner_pattern", + "glow_berries": { + "material": "GLOW_BERRIES" + }, + "glowberries": "glow_berries", + "glowfruit": "glow_berries", + "minecraft:glow_berries": "glow_berries", + "glow_ink_sac": { + "material": "GLOW_INK_SAC" + }, + "glowink": "glow_ink_sac", + "glowinksac": "glow_ink_sac", + "glowsac": "glow_ink_sac", + "minecraft:glow_ink_sac": "glow_ink_sac", + "glow_item_frame": { + "material": "GLOW_ITEM_FRAME" + }, + "glframe": "glow_item_frame", + "glowframe": "glow_item_frame", + "glowiframe": "glow_item_frame", + "glowitemframe": "glow_item_frame", + "minecraft:glow_item_frame": "glow_item_frame", + "glow_lichen": { + "material": "GLOW_LICHEN" + }, + "glowlichen": "glow_lichen", + "glowmoss": "glow_lichen", + "minecraft:glow_lichen": "glow_lichen", + "glow_squid_spawn_egg": { + "material": "GLOW_SQUID_SPAWN_EGG" + }, + "eggglow_squid": "glow_squid_spawn_egg", + "eggglowsq": "glow_squid_spawn_egg", + "eggglowsquid": "glow_squid_spawn_egg", + "eggglsq": "glow_squid_spawn_egg", + "eggglsquid": "glow_squid_spawn_egg", + "glow_squidegg": "glow_squid_spawn_egg", + "glow_squidsegg": "glow_squid_spawn_egg", + "glow_squidspawn": "glow_squid_spawn_egg", + "glow_squidspawnegg": "glow_squid_spawn_egg", + "glowsqegg": "glow_squid_spawn_egg", + "glowsqsegg": "glow_squid_spawn_egg", + "glowsqspawn": "glow_squid_spawn_egg", + "glowsqspawnegg": "glow_squid_spawn_egg", + "glowsquidegg": "glow_squid_spawn_egg", + "glowsquidsegg": "glow_squid_spawn_egg", + "glowsquidspawn": "glow_squid_spawn_egg", + "glowsquidspawnegg": "glow_squid_spawn_egg", + "glsqegg": "glow_squid_spawn_egg", + "glsqsegg": "glow_squid_spawn_egg", + "glsqspawn": "glow_squid_spawn_egg", + "glsqspawnegg": "glow_squid_spawn_egg", + "glsquidegg": "glow_squid_spawn_egg", + "glsquidsegg": "glow_squid_spawn_egg", + "glsquidspawn": "glow_squid_spawn_egg", + "glsquidspawnegg": "glow_squid_spawn_egg", + "minecraft:glow_squid_spawn_egg": "glow_squid_spawn_egg", + "seggglow_squid": "glow_squid_spawn_egg", + "seggglowsq": "glow_squid_spawn_egg", + "seggglowsquid": "glow_squid_spawn_egg", + "seggglsq": "glow_squid_spawn_egg", + "seggglsquid": "glow_squid_spawn_egg", + "spawneggglow_squid": "glow_squid_spawn_egg", + "spawneggglowsq": "glow_squid_spawn_egg", + "spawneggglowsquid": "glow_squid_spawn_egg", + "spawneggglsq": "glow_squid_spawn_egg", + "spawneggglsquid": "glow_squid_spawn_egg", + "spawnglow_squid": "glow_squid_spawn_egg", + "spawnglowsq": "glow_squid_spawn_egg", + "spawnglowsquid": "glow_squid_spawn_egg", + "spawnglsq": "glow_squid_spawn_egg", + "spawnglsquid": "glow_squid_spawn_egg", + "glow_squid_spawner": { + "entity": "GLOW_SQUID", + "material": "SPAWNER" + }, + "glow_squidcage": "glow_squid_spawner", + "glow_squidmcage": "glow_squid_spawner", + "glow_squidmobcage": "glow_squid_spawner", + "glow_squidmobspawner": "glow_squid_spawner", + "glow_squidmonstercage": "glow_squid_spawner", + "glow_squidmonsterspawner": "glow_squid_spawner", + "glow_squidmspawner": "glow_squid_spawner", + "glow_squidspawner": "glow_squid_spawner", + "glowsqcage": "glow_squid_spawner", + "glowsqmcage": "glow_squid_spawner", + "glowsqmobcage": "glow_squid_spawner", + "glowsqmobspawner": "glow_squid_spawner", + "glowsqmonstercage": "glow_squid_spawner", + "glowsqmonsterspawner": "glow_squid_spawner", + "glowsqmspawner": "glow_squid_spawner", + "glowsqspawner": "glow_squid_spawner", + "glowsquidcage": "glow_squid_spawner", + "glowsquidmcage": "glow_squid_spawner", + "glowsquidmobcage": "glow_squid_spawner", + "glowsquidmobspawner": "glow_squid_spawner", + "glowsquidmonstercage": "glow_squid_spawner", + "glowsquidmonsterspawner": "glow_squid_spawner", + "glowsquidmspawner": "glow_squid_spawner", + "glowsquidspawner": "glow_squid_spawner", + "glsqcage": "glow_squid_spawner", + "glsqmcage": "glow_squid_spawner", + "glsqmobcage": "glow_squid_spawner", + "glsqmobspawner": "glow_squid_spawner", + "glsqmonstercage": "glow_squid_spawner", + "glsqmonsterspawner": "glow_squid_spawner", + "glsqmspawner": "glow_squid_spawner", + "glsqspawner": "glow_squid_spawner", + "glsquidcage": "glow_squid_spawner", + "glsquidmcage": "glow_squid_spawner", + "glsquidmobcage": "glow_squid_spawner", + "glsquidmobspawner": "glow_squid_spawner", + "glsquidmonstercage": "glow_squid_spawner", + "glsquidmonsterspawner": "glow_squid_spawner", + "glsquidmspawner": "glow_squid_spawner", + "glsquidspawner": "glow_squid_spawner", + "glowstone": { + "material": "GLOWSTONE" + }, + "blockglowingstone": "glowstone", + "blockglowstone": "glowstone", + "blocklightstone": "glowstone", + "glowblock": "glowstone", + "glowingblock": "glowstone", + "glowingstone": "glowstone", + "glowingstoneblock": "glowstone", + "glowstoneblock": "glowstone", + "lightblock": "light", + "lightstone": "glowstone", + "lightstoneblock": "glowstone", + "lstone": "glowstone", + "minecraft:glowstone": "glowstone", + "glowstone_dust": { + "material": "GLOWSTONE_DUST" + }, + "glowstonedust": "glowstone_dust", + "minecraft:glowstone_dust": "glowstone_dust", + "goat_horn": { + "material": "GOAT_HORN" + }, + "goathorn": "goat_horn", + "minecraft:goat_horn": "goat_horn", + "goat_spawn_egg": { + "material": "GOAT_SPAWN_EGG" + }, + "egggoat": "goat_spawn_egg", + "eggthegoat": "goat_spawn_egg", + "goategg": "goat_spawn_egg", + "goatsegg": "goat_spawn_egg", + "goatspawn": "goat_spawn_egg", + "goatspawnegg": "goat_spawn_egg", + "minecraft:goat_spawn_egg": "goat_spawn_egg", + "segggoat": "goat_spawn_egg", + "seggthegoat": "goat_spawn_egg", + "spawnegggoat": "goat_spawn_egg", + "spawneggthegoat": "goat_spawn_egg", + "spawngoat": "goat_spawn_egg", + "spawnthegoat": "goat_spawn_egg", + "thegoategg": "goat_spawn_egg", + "thegoatsegg": "goat_spawn_egg", + "thegoatspawn": "goat_spawn_egg", + "thegoatspawnegg": "goat_spawn_egg", + "goat_spawner": { + "entity": "GOAT", + "material": "SPAWNER" + }, + "goatcage": "goat_spawner", + "goatmcage": "goat_spawner", + "goatmobcage": "goat_spawner", + "goatmobspawner": "goat_spawner", + "goatmonstercage": "goat_spawner", + "goatmonsterspawner": "goat_spawner", + "goatmspawner": "goat_spawner", + "goatspawner": "goat_spawner", + "thegoatcage": "goat_spawner", + "thegoatmcage": "goat_spawner", + "thegoatmobcage": "goat_spawner", + "thegoatmobspawner": "goat_spawner", + "thegoatmonstercage": "goat_spawner", + "thegoatmonsterspawner": "goat_spawner", + "thegoatmspawner": "goat_spawner", + "thegoatspawner": "goat_spawner", + "gold_block": { + "material": "GOLD_BLOCK" + }, + "blockg": "gold_block", + "blockgold": "gold_block", + "gblock": "gold_block", + "goldblock": "gold_block", + "minecraft:gold_block": "gold_block", + "gold_ingot": { + "material": "GOLD_INGOT" + }, + "barg": "gold_ingot", + "bargold": "gold_ingot", + "gbar": "gold_ingot", + "gi": "gold_ingot", + "gingot": "gold_ingot", + "goldbar": "gold_ingot", + "goldi": "gold_ingot", + "goldingot": "gold_ingot", + "ig": "gold_ingot", + "igold": "gold_ingot", + "ingotg": "gold_ingot", + "ingotgold": "gold_ingot", + "minecraft:gold_ingot": "gold_ingot", + "gold_nugget": { + "material": "GOLD_NUGGET" + }, + "goldnugget": "gold_nugget", + "minecraft:gold_nugget": "gold_nugget", + "gold_ore": { + "material": "GOLD_ORE" + }, + "go": "gold_ore", + "goldo": "gold_ore", + "goldore": "gold_ore", + "gore": "gold_ore", + "minecraft:gold_ore": "gold_ore", + "og": "gold_ore", + "ogold": "gold_ore", + "oreg": "gold_ore", + "oregold": "gold_ore", + "stonegoldore": "gold_ore", + "stonegore": "gold_ore", + "golden_apple": { + "material": "GOLDEN_APPLE" + }, + "goldapple": "golden_apple", + "goldenapple": "golden_apple", + "minecraft:golden_apple": "golden_apple", + "newgoldapple": "golden_apple", + "notnotchapple": "golden_apple", + "golden_axe": { + "material": "GOLDEN_AXE" + }, + "gaxe": "golden_axe", + "goldaxe": "golden_axe", + "goldenaxe": "golden_axe", + "minecraft:golden_axe": "golden_axe", + "golden_boots": { + "material": "GOLDEN_BOOTS" + }, + "gboots": "golden_boots", + "goldboots": "golden_boots", + "goldenboots": "golden_boots", + "goldshoes": "golden_boots", + "gshoes": "golden_boots", + "minecraft:golden_boots": "golden_boots", + "golden_carrot": { + "material": "GOLDEN_CARROT" + }, + "goldencarrot": "golden_carrot", + "minecraft:golden_carrot": "golden_carrot", + "golden_chestplate": { + "material": "GOLDEN_CHESTPLATE" + }, + "gchestplate": "golden_chestplate", + "goldchestplate": "golden_chestplate", + "goldenchestplate": "golden_chestplate", + "goldplate": "golden_chestplate", + "goldplatebody": "golden_chestplate", + "goldshirt": "golden_chestplate", + "goldtunic": "golden_chestplate", + "gplate": "golden_chestplate", + "gplatebody": "golden_chestplate", + "gshirt": "golden_chestplate", + "gtunic": "golden_chestplate", + "minecraft:golden_chestplate": "golden_chestplate", + "golden_helmet": { + "material": "GOLDEN_HELMET" + }, + "gcoif": "golden_helmet", + "ghat": "golden_helmet", + "ghelm": "golden_helmet", + "ghelmet": "golden_helmet", + "goldcoif": "golden_helmet", + "goldenhelmet": "golden_helmet", + "goldhat": "golden_helmet", + "goldhelm": "golden_helmet", + "goldhelmet": "golden_helmet", + "minecraft:golden_helmet": "golden_helmet", + "golden_hoe": { + "material": "GOLDEN_HOE" + }, + "ghoe": "golden_hoe", + "goldenhoe": "golden_hoe", + "goldhoe": "golden_hoe", + "minecraft:golden_hoe": "golden_hoe", + "golden_horse_armor": { + "material": "GOLDEN_HORSE_ARMOR" + }, + "garmor": "golden_horse_armor", + "gharmor": "golden_horse_armor", + "ghorsearmor": "golden_horse_armor", + "goldarmor": "golden_horse_armor", + "goldenhorsearmor": "golden_horse_armor", + "goldharmor": "golden_horse_armor", + "goldhorsearmor": "golden_horse_armor", + "minecraft:golden_horse_armor": "golden_horse_armor", + "golden_leggings": { + "material": "GOLDEN_LEGGINGS" + }, + "gleggings": "golden_leggings", + "glegs": "golden_leggings", + "goldenleggings": "golden_leggings", + "goldleggings": "golden_leggings", + "goldlegs": "golden_leggings", + "goldpants": "golden_leggings", + "gpants": "golden_leggings", + "minecraft:golden_leggings": "golden_leggings", + "golden_pickaxe": { + "material": "GOLDEN_PICKAXE" + }, + "goldenpickaxe": "golden_pickaxe", + "goldpick": "golden_pickaxe", + "goldpickaxe": "golden_pickaxe", + "gpick": "golden_pickaxe", + "gpickaxe": "golden_pickaxe", + "minecraft:golden_pickaxe": "golden_pickaxe", + "golden_shovel": { + "material": "GOLDEN_SHOVEL" + }, + "goldenshovel": "golden_shovel", + "goldshovel": "golden_shovel", + "goldspade": "golden_shovel", + "gshovel": "golden_shovel", + "gspade": "golden_shovel", + "minecraft:golden_shovel": "golden_shovel", + "golden_sword": { + "material": "GOLDEN_SWORD" + }, + "goldensword": "golden_sword", + "goldsword": "golden_sword", + "gsword": "golden_sword", + "minecraft:golden_sword": "golden_sword", + "granite": { + "material": "GRANITE" + }, + "gr": "granite", + "graniteb": "granite", + "granitebl": "granite", + "graniteblock": "granite", + "grb": "granite", + "grbl": "granite", + "grblock": "granite", + "gstone": "granite", + "gstoneb": "granite", + "gstonebl": "granite", + "gstoneblock": "granite", + "minecraft:granite": "granite", + "granite_slab": { + "material": "GRANITE_SLAB" + }, + "granitehalfblock": "granite_slab", + "graniteslab": "granite_slab", + "granitestep": "granite_slab", + "grhalfblock": "granite_slab", + "grstep": "granite_slab", + "gstonehalfblock": "granite_slab", + "gstonestep": "granite_slab", + "minecraft:granite_slab": "granite_slab", + "granite_stairs": { + "material": "GRANITE_STAIRS" + }, + "granitestair": "granite_stairs", + "granitestairs": "granite_stairs", + "grstair": "granite_stairs", + "grstairs": "granite_stairs", + "gstonestair": "granite_stairs", + "gstonestairs": "granite_stairs", + "minecraft:granite_stairs": "granite_stairs", + "granite_wall": { + "material": "GRANITE_WALL" + }, + "granitewall": "granite_wall", + "grwall": "granite_wall", + "gstonewall": "granite_wall", + "minecraft:granite_wall": "granite_wall", + "wallgr": "granite_wall", + "wallgranite": "granite_wall", + "wallgstone": "granite_wall", + "grass": { + "material": "GRASS" + }, + "minecraft:grass": "grass", + "grass_block": { + "material": "GRASS_BLOCK" + }, + "grassblock": "grass_block", + "greendirt": "grass_block", + "greenearth": "grass_block", + "greenland": "grass_block", + "minecraft:grass_block": "grass_block", + "gravel": { + "material": "GRAVEL" + }, + "minecraft:gravel": "gravel", + "gray_banner": { + "material": "GRAY_BANNER" + }, + "darkgrabanner": "gray_banner", + "darkgraybanner": "gray_banner", + "darkgreybanner": "gray_banner", + "dgrabanner": "gray_banner", + "dgraybanner": "gray_banner", + "dgreybanner": "gray_banner", + "grabanner": "gray_banner", + "graybanner": "gray_banner", + "greybanner": "gray_banner", + "minecraft:gray_banner": "gray_banner", + "gray_bed": { + "material": "GRAY_BED" + }, + "darkgrabed": "gray_bed", + "darkgraybed": "gray_bed", + "darkgreybed": "gray_bed", + "dgrabed": "gray_bed", + "dgraybed": "gray_bed", + "dgreybed": "gray_bed", + "grabed": "gray_bed", + "graybed": "gray_bed", + "greybed": "gray_bed", + "minecraft:gray_bed": "gray_bed", + "gray_candle": { + "material": "GRAY_CANDLE" + }, + "darkgracandle": "gray_candle", + "darkgraycandle": "gray_candle", + "darkgreycandle": "gray_candle", + "dgracandle": "gray_candle", + "dgraycandle": "gray_candle", + "dgreycandle": "gray_candle", + "gracandle": "gray_candle", + "graycandle": "gray_candle", + "greycandle": "gray_candle", + "minecraft:gray_candle": "gray_candle", + "gray_carpet": { + "material": "GRAY_CARPET" + }, + "darkgracarpet": "gray_carpet", + "darkgrafloor": "gray_carpet", + "darkgraycarpet": "gray_carpet", + "darkgrayfloor": "gray_carpet", + "darkgreycarpet": "gray_carpet", + "darkgreyfloor": "gray_carpet", + "dgracarpet": "gray_carpet", + "dgrafloor": "gray_carpet", + "dgraycarpet": "gray_carpet", + "dgrayfloor": "gray_carpet", + "dgreycarpet": "gray_carpet", + "dgreyfloor": "gray_carpet", + "gracarpet": "gray_carpet", + "grafloor": "gray_carpet", + "graycarpet": "gray_carpet", + "grayfloor": "gray_carpet", + "greycarpet": "gray_carpet", + "greyfloor": "gray_carpet", + "minecraft:gray_carpet": "gray_carpet", + "gray_concrete": { + "material": "GRAY_CONCRETE" + }, + "darkgraconcrete": "gray_concrete", + "darkgrayconcrete": "gray_concrete", + "darkgreyconcrete": "gray_concrete", + "dgraconcrete": "gray_concrete", + "dgrayconcrete": "gray_concrete", + "dgreyconcrete": "gray_concrete", + "graconcrete": "gray_concrete", + "grayconcrete": "gray_concrete", + "greyconcrete": "gray_concrete", + "minecraft:gray_concrete": "gray_concrete", + "gray_concrete_powder": { + "material": "GRAY_CONCRETE_POWDER" + }, + "darkgracdust": "gray_concrete_powder", + "darkgraconcretepowder": "gray_concrete_powder", + "darkgraconcretesand": "gray_concrete_powder", + "darkgracp": "gray_concrete_powder", + "darkgracpowder": "gray_concrete_powder", + "darkgraycdust": "gray_concrete_powder", + "darkgrayconcretepowder": "gray_concrete_powder", + "darkgrayconcretesand": "gray_concrete_powder", + "darkgraycp": "gray_concrete_powder", + "darkgraycpowder": "gray_concrete_powder", + "darkgreycdust": "gray_concrete_powder", + "darkgreyconcretepowder": "gray_concrete_powder", + "darkgreyconcretesand": "gray_concrete_powder", + "darkgreycp": "gray_concrete_powder", + "darkgreycpowder": "gray_concrete_powder", + "dgracdust": "gray_concrete_powder", + "dgraconcretepowder": "gray_concrete_powder", + "dgraconcretesand": "gray_concrete_powder", + "dgracp": "gray_concrete_powder", + "dgracpowder": "gray_concrete_powder", + "dgraycdust": "gray_concrete_powder", + "dgrayconcretepowder": "gray_concrete_powder", + "dgrayconcretesand": "gray_concrete_powder", + "dgraycp": "gray_concrete_powder", + "dgraycpowder": "gray_concrete_powder", + "dgreycdust": "gray_concrete_powder", + "dgreyconcretepowder": "gray_concrete_powder", + "dgreyconcretesand": "gray_concrete_powder", + "dgreycp": "gray_concrete_powder", + "dgreycpowder": "gray_concrete_powder", + "gracdust": "gray_concrete_powder", + "graconcretepowder": "gray_concrete_powder", + "graconcretesand": "gray_concrete_powder", + "gracp": "gray_concrete_powder", + "gracpowder": "gray_concrete_powder", + "graycdust": "gray_concrete_powder", + "grayconcretepowder": "gray_concrete_powder", + "grayconcretesand": "gray_concrete_powder", + "graycp": "gray_concrete_powder", + "graycpowder": "gray_concrete_powder", + "greycdust": "gray_concrete_powder", + "greyconcretepowder": "gray_concrete_powder", + "greyconcretesand": "gray_concrete_powder", + "greycp": "gray_concrete_powder", + "greycpowder": "gray_concrete_powder", + "minecraft:gray_concrete_powder": "gray_concrete_powder", + "gray_dye": { + "material": "GRAY_DYE" + }, + "darkgradye": "gray_dye", + "darkgraydye": "gray_dye", + "darkgreydye": "gray_dye", + "dgradye": "gray_dye", + "dgraydye": "gray_dye", + "dgreydye": "gray_dye", + "gradye": "gray_dye", + "graydye": "gray_dye", + "greydye": "gray_dye", + "minecraft:gray_dye": "gray_dye", + "gray_glazed_terracotta": { + "material": "GRAY_GLAZED_TERRACOTTA" + }, + "darkgraglazedtcota": "gray_glazed_terracotta", + "darkgraglazedterra": "gray_glazed_terracotta", + "darkgraglazedterracota": "gray_glazed_terracotta", + "darkgraglazedterracotta": "gray_glazed_terracotta", + "darkgragtcotta": "gray_glazed_terracotta", + "darkgragterra": "gray_glazed_terracotta", + "darkgrayglazedtcota": "gray_glazed_terracotta", + "darkgrayglazedterra": "gray_glazed_terracotta", + "darkgrayglazedterracota": "gray_glazed_terracotta", + "darkgrayglazedterracotta": "gray_glazed_terracotta", + "darkgraygtcotta": "gray_glazed_terracotta", + "darkgraygterra": "gray_glazed_terracotta", + "darkgreyglazedtcota": "gray_glazed_terracotta", + "darkgreyglazedterra": "gray_glazed_terracotta", + "darkgreyglazedterracota": "gray_glazed_terracotta", + "darkgreyglazedterracotta": "gray_glazed_terracotta", + "darkgreygtcotta": "gray_glazed_terracotta", + "darkgreygterra": "gray_glazed_terracotta", + "dgraglazedtcota": "gray_glazed_terracotta", + "dgraglazedterra": "gray_glazed_terracotta", + "dgraglazedterracota": "gray_glazed_terracotta", + "dgraglazedterracotta": "gray_glazed_terracotta", + "dgragtcotta": "gray_glazed_terracotta", + "dgragterra": "gray_glazed_terracotta", + "dgrayglazedtcota": "gray_glazed_terracotta", + "dgrayglazedterra": "gray_glazed_terracotta", + "dgrayglazedterracota": "gray_glazed_terracotta", + "dgrayglazedterracotta": "gray_glazed_terracotta", + "dgraygtcotta": "gray_glazed_terracotta", + "dgraygterra": "gray_glazed_terracotta", + "dgreyglazedtcota": "gray_glazed_terracotta", + "dgreyglazedterra": "gray_glazed_terracotta", + "dgreyglazedterracota": "gray_glazed_terracotta", + "dgreyglazedterracotta": "gray_glazed_terracotta", + "dgreygtcotta": "gray_glazed_terracotta", + "dgreygterra": "gray_glazed_terracotta", + "graglazedtcota": "gray_glazed_terracotta", + "graglazedterra": "gray_glazed_terracotta", + "graglazedterracota": "gray_glazed_terracotta", + "graglazedterracotta": "gray_glazed_terracotta", + "gragtcotta": "gray_glazed_terracotta", + "gragterra": "gray_glazed_terracotta", + "grayglazedtcota": "gray_glazed_terracotta", + "grayglazedterra": "gray_glazed_terracotta", + "grayglazedterracota": "gray_glazed_terracotta", + "grayglazedterracotta": "gray_glazed_terracotta", + "graygtcotta": "gray_glazed_terracotta", + "graygterra": "gray_glazed_terracotta", + "greyglazedtcota": "gray_glazed_terracotta", + "greyglazedterra": "gray_glazed_terracotta", + "greyglazedterracota": "gray_glazed_terracotta", + "greyglazedterracotta": "gray_glazed_terracotta", + "greygtcotta": "gray_glazed_terracotta", + "greygterra": "gray_glazed_terracotta", + "minecraft:gray_glazed_terracotta": "gray_glazed_terracotta", + "gray_shulker_box": { + "material": "GRAY_SHULKER_BOX" + }, + "darkgrasbox": "gray_shulker_box", + "darkgrashulkerbox": "gray_shulker_box", + "darkgraysbox": "gray_shulker_box", + "darkgrayshulkerbox": "gray_shulker_box", + "darkgreysbox": "gray_shulker_box", + "darkgreyshulkerbox": "gray_shulker_box", + "dgrasbox": "gray_shulker_box", + "dgrashulkerbox": "gray_shulker_box", + "dgraysbox": "gray_shulker_box", + "dgrayshulkerbox": "gray_shulker_box", + "dgreysbox": "gray_shulker_box", + "dgreyshulkerbox": "gray_shulker_box", + "grasbox": "gray_shulker_box", + "grashulkerbox": "gray_shulker_box", + "graysbox": "gray_shulker_box", + "grayshulkerbox": "gray_shulker_box", + "greysbox": "gray_shulker_box", + "greyshulkerbox": "gray_shulker_box", + "minecraft:gray_shulker_box": "gray_shulker_box", + "gray_stained_glass": { + "material": "GRAY_STAINED_GLASS" + }, + "darkgraglass": "gray_stained_glass", + "darkgrasglass": "gray_stained_glass", + "darkgrastainedglass": "gray_stained_glass", + "darkgrayglass": "gray_stained_glass", + "darkgraysglass": "gray_stained_glass", + "darkgraystainedglass": "gray_stained_glass", + "darkgreyglass": "gray_stained_glass", + "darkgreysglass": "gray_stained_glass", + "darkgreystainedglass": "gray_stained_glass", + "dgraglass": "gray_stained_glass", + "dgrasglass": "gray_stained_glass", + "dgrastainedglass": "gray_stained_glass", + "dgrayglass": "gray_stained_glass", + "dgraysglass": "gray_stained_glass", + "dgraystainedglass": "gray_stained_glass", + "dgreyglass": "gray_stained_glass", + "dgreysglass": "gray_stained_glass", + "dgreystainedglass": "gray_stained_glass", + "graglass": "gray_stained_glass", + "grasglass": "gray_stained_glass", + "grastainedglass": "gray_stained_glass", + "grayglass": "gray_stained_glass", + "graysglass": "gray_stained_glass", + "graystainedglass": "gray_stained_glass", + "greyglass": "gray_stained_glass", + "greysglass": "gray_stained_glass", + "greystainedglass": "gray_stained_glass", + "minecraft:gray_stained_glass": "gray_stained_glass", + "gray_stained_glass_pane": { + "material": "GRAY_STAINED_GLASS_PANE" + }, + "darkgraglasspane": "gray_stained_glass_pane", + "darkgragpane": "gray_stained_glass_pane", + "darkgrasglasspane": "gray_stained_glass_pane", + "darkgrastainedglasspane": "gray_stained_glass_pane", + "darkgrayglasspane": "gray_stained_glass_pane", + "darkgraygpane": "gray_stained_glass_pane", + "darkgraysglasspane": "gray_stained_glass_pane", + "darkgraystainedglasspane": "gray_stained_glass_pane", + "darkgreyglasspane": "gray_stained_glass_pane", + "darkgreygpane": "gray_stained_glass_pane", + "darkgreysglasspane": "gray_stained_glass_pane", + "darkgreystainedglasspane": "gray_stained_glass_pane", + "dgraglasspane": "gray_stained_glass_pane", + "dgragpane": "gray_stained_glass_pane", + "dgrasglasspane": "gray_stained_glass_pane", + "dgrastainedglasspane": "gray_stained_glass_pane", + "dgrayglasspane": "gray_stained_glass_pane", + "dgraygpane": "gray_stained_glass_pane", + "dgraysglasspane": "gray_stained_glass_pane", + "dgraystainedglasspane": "gray_stained_glass_pane", + "dgreyglasspane": "gray_stained_glass_pane", + "dgreygpane": "gray_stained_glass_pane", + "dgreysglasspane": "gray_stained_glass_pane", + "dgreystainedglasspane": "gray_stained_glass_pane", + "graglasspane": "gray_stained_glass_pane", + "gragpane": "gray_stained_glass_pane", + "grasglasspane": "gray_stained_glass_pane", + "grastainedglasspane": "gray_stained_glass_pane", + "grayglasspane": "gray_stained_glass_pane", + "graygpane": "gray_stained_glass_pane", + "graysglasspane": "gray_stained_glass_pane", + "graystainedglasspane": "gray_stained_glass_pane", + "greyglasspane": "gray_stained_glass_pane", + "greygpane": "gray_stained_glass_pane", + "greysglasspane": "gray_stained_glass_pane", + "greystainedglasspane": "gray_stained_glass_pane", + "minecraft:gray_stained_glass_pane": "gray_stained_glass_pane", + "gray_terracotta": { + "material": "GRAY_TERRACOTTA" + }, + "darkgraclay": "gray_terracotta", + "darkgrasclay": "gray_terracotta", + "darkgrastainedclay": "gray_terracotta", + "darkgratcota": "gray_terracotta", + "darkgraterra": "gray_terracotta", + "darkgraterracota": "gray_terracotta", + "darkgraterracotta": "gray_terracotta", + "darkgrayclay": "gray_terracotta", + "darkgraysclay": "gray_terracotta", + "darkgraystainedclay": "gray_terracotta", + "darkgraytcota": "gray_terracotta", + "darkgrayterra": "gray_terracotta", + "darkgrayterracota": "gray_terracotta", + "darkgrayterracotta": "gray_terracotta", + "darkgreyclay": "gray_terracotta", + "darkgreysclay": "gray_terracotta", + "darkgreystainedclay": "gray_terracotta", + "darkgreytcota": "gray_terracotta", + "darkgreyterra": "gray_terracotta", + "darkgreyterracota": "gray_terracotta", + "darkgreyterracotta": "gray_terracotta", + "dgraclay": "gray_terracotta", + "dgrasclay": "gray_terracotta", + "dgrastainedclay": "gray_terracotta", + "dgratcota": "gray_terracotta", + "dgraterra": "gray_terracotta", + "dgraterracota": "gray_terracotta", + "dgraterracotta": "gray_terracotta", + "dgrayclay": "gray_terracotta", + "dgraysclay": "gray_terracotta", + "dgraystainedclay": "gray_terracotta", + "dgraytcota": "gray_terracotta", + "dgrayterra": "gray_terracotta", + "dgrayterracota": "gray_terracotta", + "dgrayterracotta": "gray_terracotta", + "dgreyclay": "gray_terracotta", + "dgreysclay": "gray_terracotta", + "dgreystainedclay": "gray_terracotta", + "dgreytcota": "gray_terracotta", + "dgreyterra": "gray_terracotta", + "dgreyterracota": "gray_terracotta", + "dgreyterracotta": "gray_terracotta", + "graclay": "gray_terracotta", + "grasclay": "gray_terracotta", + "grastainedclay": "gray_terracotta", + "gratcota": "gray_terracotta", + "graterra": "gray_terracotta", + "graterracota": "gray_terracotta", + "graterracotta": "gray_terracotta", + "grayclay": "gray_terracotta", + "graysclay": "gray_terracotta", + "graystainedclay": "gray_terracotta", + "graytcota": "gray_terracotta", + "grayterra": "gray_terracotta", + "grayterracota": "gray_terracotta", + "grayterracotta": "gray_terracotta", + "greyclay": "gray_terracotta", + "greysclay": "gray_terracotta", + "greystainedclay": "gray_terracotta", + "greytcota": "gray_terracotta", + "greyterra": "gray_terracotta", + "greyterracota": "gray_terracotta", + "greyterracotta": "gray_terracotta", + "minecraft:gray_terracotta": "gray_terracotta", + "gray_wool": { + "material": "GRAY_WOOL" + }, + "darkgracloth": "gray_wool", + "darkgracotton": "gray_wool", + "darkgrawool": "gray_wool", + "darkgraycloth": "gray_wool", + "darkgraycotton": "gray_wool", + "darkgraywool": "gray_wool", + "darkgreycloth": "gray_wool", + "darkgreycotton": "gray_wool", + "darkgreywool": "gray_wool", + "dgracloth": "gray_wool", + "dgracotton": "gray_wool", + "dgrawool": "gray_wool", + "dgraycloth": "gray_wool", + "dgraycotton": "gray_wool", + "dgraywool": "gray_wool", + "dgreycloth": "gray_wool", + "dgreycotton": "gray_wool", + "dgreywool": "gray_wool", + "gracloth": "gray_wool", + "gracotton": "gray_wool", + "grawool": "gray_wool", + "graycloth": "gray_wool", + "graycotton": "gray_wool", + "graywool": "gray_wool", + "greycloth": "gray_wool", + "greycotton": "gray_wool", + "greywool": "gray_wool", + "minecraft:gray_wool": "gray_wool", + "green_banner": { + "material": "GREEN_BANNER" + }, + "darkgrebanner": "green_banner", + "darkgreenbanner": "green_banner", + "dgrebanner": "green_banner", + "dgreenbanner": "green_banner", + "grebanner": "green_banner", + "greenbanner": "green_banner", + "minecraft:green_banner": "green_banner", + "green_bed": { + "material": "GREEN_BED" + }, + "darkgrebed": "green_bed", + "darkgreenbed": "green_bed", + "dgrebed": "green_bed", + "dgreenbed": "green_bed", + "grebed": "green_bed", + "greenbed": "green_bed", + "minecraft:green_bed": "green_bed", + "green_candle": { + "material": "GREEN_CANDLE" + }, + "darkgrecandle": "green_candle", + "darkgreencandle": "green_candle", + "dgrecandle": "green_candle", + "dgreencandle": "green_candle", + "grecandle": "green_candle", + "greencandle": "green_candle", + "minecraft:green_candle": "green_candle", + "green_carpet": { + "material": "GREEN_CARPET" + }, + "darkgrecarpet": "green_carpet", + "darkgreencarpet": "green_carpet", + "darkgreenfloor": "green_carpet", + "darkgrefloor": "green_carpet", + "dgrecarpet": "green_carpet", + "dgreencarpet": "green_carpet", + "dgreenfloor": "green_carpet", + "dgrefloor": "green_carpet", + "grecarpet": "green_carpet", + "greencarpet": "green_carpet", + "greenfloor": "green_carpet", + "grefloor": "green_carpet", + "minecraft:green_carpet": "green_carpet", + "green_concrete": { + "material": "GREEN_CONCRETE" + }, + "darkgreconcrete": "green_concrete", + "darkgreenconcrete": "green_concrete", + "dgreconcrete": "green_concrete", + "dgreenconcrete": "green_concrete", + "greconcrete": "green_concrete", + "greenconcrete": "green_concrete", + "minecraft:green_concrete": "green_concrete", + "green_concrete_powder": { + "material": "GREEN_CONCRETE_POWDER" + }, + "darkgrecdust": "green_concrete_powder", + "darkgreconcretepowder": "green_concrete_powder", + "darkgreconcretesand": "green_concrete_powder", + "darkgrecp": "green_concrete_powder", + "darkgrecpowder": "green_concrete_powder", + "darkgreencdust": "green_concrete_powder", + "darkgreenconcretepowder": "green_concrete_powder", + "darkgreenconcretesand": "green_concrete_powder", + "darkgreencp": "green_concrete_powder", + "darkgreencpowder": "green_concrete_powder", + "dgrecdust": "green_concrete_powder", + "dgreconcretepowder": "green_concrete_powder", + "dgreconcretesand": "green_concrete_powder", + "dgrecp": "green_concrete_powder", + "dgrecpowder": "green_concrete_powder", + "dgreencdust": "green_concrete_powder", + "dgreenconcretepowder": "green_concrete_powder", + "dgreenconcretesand": "green_concrete_powder", + "dgreencp": "green_concrete_powder", + "dgreencpowder": "green_concrete_powder", + "grecdust": "green_concrete_powder", + "greconcretepowder": "green_concrete_powder", + "greconcretesand": "green_concrete_powder", + "grecp": "green_concrete_powder", + "grecpowder": "green_concrete_powder", + "greencdust": "green_concrete_powder", + "greenconcretepowder": "green_concrete_powder", + "greenconcretesand": "green_concrete_powder", + "greencp": "green_concrete_powder", + "greencpowder": "green_concrete_powder", + "minecraft:green_concrete_powder": "green_concrete_powder", + "green_dye": { + "material": "GREEN_DYE", + "fallbacks": [ + "CACTUS_GREEN" + ] + }, + "darkgredye": "green_dye", + "darkgreendye": "green_dye", + "dgredye": "green_dye", + "dgreendye": "green_dye", + "gredye": "green_dye", + "greendye": "green_dye", + "minecraft:green_dye": "green_dye", + "green_glazed_terracotta": { + "material": "GREEN_GLAZED_TERRACOTTA" + }, + "darkgreenglazedtcota": "green_glazed_terracotta", + "darkgreenglazedterra": "green_glazed_terracotta", + "darkgreenglazedterracota": "green_glazed_terracotta", + "darkgreenglazedterracotta": "green_glazed_terracotta", + "darkgreengtcotta": "green_glazed_terracotta", + "darkgreengterra": "green_glazed_terracotta", + "darkgreglazedtcota": "green_glazed_terracotta", + "darkgreglazedterra": "green_glazed_terracotta", + "darkgreglazedterracota": "green_glazed_terracotta", + "darkgreglazedterracotta": "green_glazed_terracotta", + "darkgregtcotta": "green_glazed_terracotta", + "darkgregterra": "green_glazed_terracotta", + "dgreenglazedtcota": "green_glazed_terracotta", + "dgreenglazedterra": "green_glazed_terracotta", + "dgreenglazedterracota": "green_glazed_terracotta", + "dgreenglazedterracotta": "green_glazed_terracotta", + "dgreengtcotta": "green_glazed_terracotta", + "dgreengterra": "green_glazed_terracotta", + "dgreglazedtcota": "green_glazed_terracotta", + "dgreglazedterra": "green_glazed_terracotta", + "dgreglazedterracota": "green_glazed_terracotta", + "dgreglazedterracotta": "green_glazed_terracotta", + "dgregtcotta": "green_glazed_terracotta", + "dgregterra": "green_glazed_terracotta", + "greenglazedtcota": "green_glazed_terracotta", + "greenglazedterra": "green_glazed_terracotta", + "greenglazedterracota": "green_glazed_terracotta", + "greenglazedterracotta": "green_glazed_terracotta", + "greengtcotta": "green_glazed_terracotta", + "greengterra": "green_glazed_terracotta", + "greglazedtcota": "green_glazed_terracotta", + "greglazedterra": "green_glazed_terracotta", + "greglazedterracota": "green_glazed_terracotta", + "greglazedterracotta": "green_glazed_terracotta", + "gregtcotta": "green_glazed_terracotta", + "gregterra": "green_glazed_terracotta", + "minecraft:green_glazed_terracotta": "green_glazed_terracotta", + "green_shulker_box": { + "material": "GREEN_SHULKER_BOX" + }, + "darkgreensbox": "green_shulker_box", + "darkgreenshulkerbox": "green_shulker_box", + "darkgresbox": "green_shulker_box", + "darkgreshulkerbox": "green_shulker_box", + "dgreensbox": "green_shulker_box", + "dgreenshulkerbox": "green_shulker_box", + "dgresbox": "green_shulker_box", + "dgreshulkerbox": "green_shulker_box", + "greensbox": "green_shulker_box", + "greenshulkerbox": "green_shulker_box", + "gresbox": "green_shulker_box", + "greshulkerbox": "green_shulker_box", + "minecraft:green_shulker_box": "green_shulker_box", + "green_stained_glass": { + "material": "GREEN_STAINED_GLASS" + }, + "darkgreenglass": "green_stained_glass", + "darkgreensglass": "green_stained_glass", + "darkgreenstainedglass": "green_stained_glass", + "darkgreglass": "green_stained_glass", + "darkgresglass": "green_stained_glass", + "darkgrestainedglass": "green_stained_glass", + "dgreenglass": "green_stained_glass", + "dgreensglass": "green_stained_glass", + "dgreenstainedglass": "green_stained_glass", + "dgreglass": "green_stained_glass", + "dgresglass": "green_stained_glass", + "dgrestainedglass": "green_stained_glass", + "greenglass": "green_stained_glass", + "greensglass": "green_stained_glass", + "greenstainedglass": "green_stained_glass", + "greglass": "green_stained_glass", + "gresglass": "green_stained_glass", + "grestainedglass": "green_stained_glass", + "minecraft:green_stained_glass": "green_stained_glass", + "green_stained_glass_pane": { + "material": "GREEN_STAINED_GLASS_PANE" + }, + "darkgreenglasspane": "green_stained_glass_pane", + "darkgreengpane": "green_stained_glass_pane", + "darkgreensglasspane": "green_stained_glass_pane", + "darkgreenstainedglasspane": "green_stained_glass_pane", + "darkgreglasspane": "green_stained_glass_pane", + "darkgregpane": "green_stained_glass_pane", + "darkgresglasspane": "green_stained_glass_pane", + "darkgrestainedglasspane": "green_stained_glass_pane", + "dgreenglasspane": "green_stained_glass_pane", + "dgreengpane": "green_stained_glass_pane", + "dgreensglasspane": "green_stained_glass_pane", + "dgreenstainedglasspane": "green_stained_glass_pane", + "dgreglasspane": "green_stained_glass_pane", + "dgregpane": "green_stained_glass_pane", + "dgresglasspane": "green_stained_glass_pane", + "dgrestainedglasspane": "green_stained_glass_pane", + "greenglasspane": "green_stained_glass_pane", + "greengpane": "green_stained_glass_pane", + "greensglasspane": "green_stained_glass_pane", + "greenstainedglasspane": "green_stained_glass_pane", + "greglasspane": "green_stained_glass_pane", + "gregpane": "green_stained_glass_pane", + "gresglasspane": "green_stained_glass_pane", + "grestainedglasspane": "green_stained_glass_pane", + "minecraft:green_stained_glass_pane": "green_stained_glass_pane", + "green_terracotta": { + "material": "GREEN_TERRACOTTA" + }, + "darkgreclay": "green_terracotta", + "darkgreenclay": "green_terracotta", + "darkgreensclay": "green_terracotta", + "darkgreenstainedclay": "green_terracotta", + "darkgreentcota": "green_terracotta", + "darkgreenterra": "green_terracotta", + "darkgreenterracota": "green_terracotta", + "darkgreenterracotta": "green_terracotta", + "darkgresclay": "green_terracotta", + "darkgrestainedclay": "green_terracotta", + "darkgretcota": "green_terracotta", + "darkgreterra": "green_terracotta", + "darkgreterracota": "green_terracotta", + "darkgreterracotta": "green_terracotta", + "dgreclay": "green_terracotta", + "dgreenclay": "green_terracotta", + "dgreensclay": "green_terracotta", + "dgreenstainedclay": "green_terracotta", + "dgreentcota": "green_terracotta", + "dgreenterra": "green_terracotta", + "dgreenterracota": "green_terracotta", + "dgreenterracotta": "green_terracotta", + "dgresclay": "green_terracotta", + "dgrestainedclay": "green_terracotta", + "dgretcota": "green_terracotta", + "dgreterra": "green_terracotta", + "dgreterracota": "green_terracotta", + "dgreterracotta": "green_terracotta", + "greclay": "green_terracotta", + "greenclay": "green_terracotta", + "greensclay": "green_terracotta", + "greenstainedclay": "green_terracotta", + "greentcota": "green_terracotta", + "greenterra": "green_terracotta", + "greenterracota": "green_terracotta", + "greenterracotta": "green_terracotta", + "gresclay": "green_terracotta", + "grestainedclay": "green_terracotta", + "gretcota": "green_terracotta", + "greterra": "green_terracotta", + "greterracota": "green_terracotta", + "greterracotta": "green_terracotta", + "minecraft:green_terracotta": "green_terracotta", + "green_wool": { + "material": "GREEN_WOOL" + }, + "darkgrecloth": "green_wool", + "darkgrecotton": "green_wool", + "darkgreencloth": "green_wool", + "darkgreencotton": "green_wool", + "darkgreenwool": "green_wool", + "darkgrewool": "green_wool", + "dgrecloth": "green_wool", + "dgrecotton": "green_wool", + "dgreencloth": "green_wool", + "dgreencotton": "green_wool", + "dgreenwool": "green_wool", + "dgrewool": "green_wool", + "grecloth": "green_wool", + "grecotton": "green_wool", + "greencloth": "green_wool", + "greencotton": "green_wool", + "greenwool": "green_wool", + "grewool": "green_wool", + "minecraft:green_wool": "green_wool", + "grindstone": { + "material": "GRINDSTONE" + }, + "minecraft:grindstone": "grindstone", + "guardian_spawn_egg": { + "material": "GUARDIAN_SPAWN_EGG" + }, + "eggguard": "guardian_spawn_egg", + "eggguardian": "guardian_spawn_egg", + "guardegg": "guardian_spawn_egg", + "guardianegg": "guardian_spawn_egg", + "guardiansegg": "guardian_spawn_egg", + "guardianspawn": "guardian_spawn_egg", + "guardianspawnegg": "guardian_spawn_egg", + "guardsegg": "guardian_spawn_egg", + "guardspawn": "guardian_spawn_egg", + "guardspawnegg": "guardian_spawn_egg", + "minecraft:guardian_spawn_egg": "guardian_spawn_egg", + "seggguard": "guardian_spawn_egg", + "seggguardian": "guardian_spawn_egg", + "spawneggguard": "guardian_spawn_egg", + "spawneggguardian": "guardian_spawn_egg", + "spawnguard": "guardian_spawn_egg", + "spawnguardian": "guardian_spawn_egg", + "guardian_spawner": { + "entity": "GUARDIAN", + "material": "SPAWNER" + }, + "guardcage": "guardian_spawner", + "guardiancage": "guardian_spawner", + "guardianmcage": "guardian_spawner", + "guardianmobcage": "guardian_spawner", + "guardianmobspawner": "guardian_spawner", + "guardianmonstercage": "guardian_spawner", + "guardianmonsterspawner": "guardian_spawner", + "guardianmspawner": "guardian_spawner", + "guardianspawner": "guardian_spawner", + "guardmcage": "guardian_spawner", + "guardmobcage": "guardian_spawner", + "guardmobspawner": "guardian_spawner", + "guardmonstercage": "guardian_spawner", + "guardmonsterspawner": "guardian_spawner", + "guardmspawner": "guardian_spawner", + "guardspawner": "guardian_spawner", + "gunpowder": { + "material": "GUNPOWDER" + }, + "minecraft:gunpowder": "gunpowder", + "hanging_roots": { + "material": "HANGING_ROOTS" + }, + "caveroot": "hanging_roots", + "caveroots": "hanging_roots", + "hangingroot": "hanging_roots", + "hangingroots": "hanging_roots", + "hangroot": "hanging_roots", + "hangroots": "hanging_roots", + "hroots": "hanging_roots", + "minecraft:hanging_roots": "hanging_roots", + "harming_lingering_potion": { + "potionData": { + "type": "INSTANT_DAMAGE", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotd": "harming_lingering_potion", + "aoepotdamage": "harming_lingering_potion", + "aoepotdmg": "harming_lingering_potion", + "aoepotharming": "harming_lingering_potion", + "aoepotinstantdamage": "harming_lingering_potion", + "aoepotiond": "harming_lingering_potion", + "aoepotiondamage": "harming_lingering_potion", + "aoepotiondmg": "harming_lingering_potion", + "aoepotionharming": "harming_lingering_potion", + "aoepotioninstantdamage": "harming_lingering_potion", + "areapotd": "harming_lingering_potion", + "areapotdamage": "harming_lingering_potion", + "areapotdmg": "harming_lingering_potion", + "areapotharming": "harming_lingering_potion", + "areapotinstantdamage": "harming_lingering_potion", + "areapotiond": "harming_lingering_potion", + "areapotiondamage": "harming_lingering_potion", + "areapotiondmg": "harming_lingering_potion", + "areapotionharming": "harming_lingering_potion", + "areapotioninstantdamage": "harming_lingering_potion", + "cloudpotd": "harming_lingering_potion", + "cloudpotdamage": "harming_lingering_potion", + "cloudpotdmg": "harming_lingering_potion", + "cloudpotharming": "harming_lingering_potion", + "cloudpotinstantdamage": "harming_lingering_potion", + "cloudpotiond": "harming_lingering_potion", + "cloudpotiondamage": "harming_lingering_potion", + "cloudpotiondmg": "harming_lingering_potion", + "cloudpotionharming": "harming_lingering_potion", + "cloudpotioninstantdamage": "harming_lingering_potion", + "damageaoepoiont": "harming_lingering_potion", + "damageaoepot": "harming_lingering_potion", + "damageareapot": "harming_lingering_potion", + "damageareapotion": "harming_lingering_potion", + "damagecloudpot": "harming_lingering_potion", + "damagecloudpotion": "harming_lingering_potion", + "damagelingerpot": "harming_lingering_potion", + "daoepoiont": "harming_lingering_potion", + "daoepot": "harming_lingering_potion", + "dareapot": "harming_lingering_potion", + "dareapotion": "harming_lingering_potion", + "dcloudpot": "harming_lingering_potion", + "dcloudpotion": "harming_lingering_potion", + "dlingerpot": "harming_lingering_potion", + "dmgaoepoiont": "harming_lingering_potion", + "dmgaoepot": "harming_lingering_potion", + "dmgareapot": "harming_lingering_potion", + "dmgareapotion": "harming_lingering_potion", + "dmgcloudpot": "harming_lingering_potion", + "dmgcloudpotion": "harming_lingering_potion", + "dmglingerpot": "harming_lingering_potion", + "harmingaoepoiont": "harming_lingering_potion", + "harmingaoepot": "harming_lingering_potion", + "harmingareapot": "harming_lingering_potion", + "harmingareapotion": "harming_lingering_potion", + "harmingcloudpot": "harming_lingering_potion", + "harmingcloudpotion": "harming_lingering_potion", + "harminglingerpot": "harming_lingering_potion", + "instantdamageaoepoiont": "harming_lingering_potion", + "instantdamageaoepot": "harming_lingering_potion", + "instantdamageareapot": "harming_lingering_potion", + "instantdamageareapotion": "harming_lingering_potion", + "instantdamagecloudpot": "harming_lingering_potion", + "instantdamagecloudpotion": "harming_lingering_potion", + "instantdamagelingerpot": "harming_lingering_potion", + "lingerpotd": "harming_lingering_potion", + "lingerpotdamage": "harming_lingering_potion", + "lingerpotdmg": "harming_lingering_potion", + "lingerpotharming": "harming_lingering_potion", + "lingerpotinstantdamage": "harming_lingering_potion", + "harming_potion": { + "potionData": { + "type": "INSTANT_DAMAGE", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "damagepot": "harming_potion", + "damagepotion": "harming_potion", + "dmgpot": "harming_potion", + "dmgpotion": "harming_potion", + "dpot": "harming_potion", + "dpotion": "harming_potion", + "harmingpot": "harming_potion", + "harmingpotion": "harming_potion", + "instantdamagepot": "harming_potion", + "instantdamagepotion": "harming_potion", + "potionofd": "harming_potion", + "potionofdamage": "harming_potion", + "potionofdmg": "harming_potion", + "potionofharming": "harming_potion", + "potionofinstantdamage": "harming_potion", + "potofd": "harming_potion", + "potofdamage": "harming_potion", + "potofdmg": "harming_potion", + "potofharming": "harming_potion", + "potofinstantdamage": "harming_potion", + "harming_splash_potion": { + "potionData": { + "type": "INSTANT_DAMAGE", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "damagesplashpot": "harming_splash_potion", + "damagesplashpotion": "harming_splash_potion", + "dmgsplashpot": "harming_splash_potion", + "dmgsplashpotion": "harming_splash_potion", + "dsplashpot": "harming_splash_potion", + "dsplashpotion": "harming_splash_potion", + "harmingsplashpot": "harming_splash_potion", + "harmingsplashpotion": "harming_splash_potion", + "instantdamagesplashpot": "harming_splash_potion", + "instantdamagesplashpotion": "harming_splash_potion", + "splashdamagepot": "harming_splash_potion", + "splashdamagepotion": "harming_splash_potion", + "splashdmgpot": "harming_splash_potion", + "splashdmgpotion": "harming_splash_potion", + "splashdpot": "harming_splash_potion", + "splashdpotion": "harming_splash_potion", + "splashharmingpot": "harming_splash_potion", + "splashharmingpotion": "harming_splash_potion", + "splashinstantdamagepot": "harming_splash_potion", + "splashinstantdamagepotion": "harming_splash_potion", + "spldamagepot": "harming_splash_potion", + "spldamagepotion": "harming_splash_potion", + "spldmgpot": "harming_splash_potion", + "spldmgpotion": "harming_splash_potion", + "spldpot": "harming_splash_potion", + "spldpotion": "harming_splash_potion", + "splharmingpot": "harming_splash_potion", + "splharmingpotion": "harming_splash_potion", + "splinstantdamagepot": "harming_splash_potion", + "splinstantdamagepotion": "harming_splash_potion", + "harming_tipped_arrow": { + "potionData": { + "type": "INSTANT_DAMAGE", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowd": "harming_tipped_arrow", + "arrowdamage": "harming_tipped_arrow", + "arrowdmg": "harming_tipped_arrow", + "arrowharming": "harming_tipped_arrow", + "arrowinstantdamage": "harming_tipped_arrow", + "damagearrow": "harming_tipped_arrow", + "damagetarr": "harming_tipped_arrow", + "damagetarrow": "harming_tipped_arrow", + "damagetippedarrow": "harming_tipped_arrow", + "darrow": "harming_tipped_arrow", + "dmgarrow": "harming_tipped_arrow", + "dmgtarr": "harming_tipped_arrow", + "dmgtarrow": "harming_tipped_arrow", + "dmgtippedarrow": "harming_tipped_arrow", + "dtarr": "harming_tipped_arrow", + "dtarrow": "harming_tipped_arrow", + "dtippedarrow": "harming_tipped_arrow", + "harmingarrow": "harming_tipped_arrow", + "harmingtarr": "harming_tipped_arrow", + "harmingtarrow": "harming_tipped_arrow", + "harmingtippedarrow": "harming_tipped_arrow", + "instantdamagearrow": "harming_tipped_arrow", + "instantdamagetarr": "harming_tipped_arrow", + "instantdamagetarrow": "harming_tipped_arrow", + "instantdamagetippedarrow": "harming_tipped_arrow", + "hay_block": { + "material": "HAY_BLOCK" + }, + "baleofhay": "hay_block", + "hay": "hay_block", + "haybale": "hay_block", + "hayblock": "hay_block", + "hayofbale": "hay_block", + "minecraft:hay_block": "hay_block", + "healing_lingering_potion": { + "potionData": { + "type": "INSTANT_HEAL", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepoth": "healing_lingering_potion", + "aoepotheal": "healing_lingering_potion", + "aoepothealing": "healing_lingering_potion", + "aoepotinstantheal": "healing_lingering_potion", + "aoepotionh": "healing_lingering_potion", + "aoepotionheal": "healing_lingering_potion", + "aoepotionhealing": "healing_lingering_potion", + "aoepotioninstantheal": "healing_lingering_potion", + "aoepotionlife": "healing_lingering_potion", + "aoepotlife": "healing_lingering_potion", + "areapoth": "healing_lingering_potion", + "areapotheal": "healing_lingering_potion", + "areapothealing": "healing_lingering_potion", + "areapotinstantheal": "healing_lingering_potion", + "areapotionh": "healing_lingering_potion", + "areapotionheal": "healing_lingering_potion", + "areapotionhealing": "healing_lingering_potion", + "areapotioninstantheal": "healing_lingering_potion", + "areapotionlife": "healing_lingering_potion", + "areapotlife": "healing_lingering_potion", + "cloudpoth": "healing_lingering_potion", + "cloudpotheal": "healing_lingering_potion", + "cloudpothealing": "healing_lingering_potion", + "cloudpotinstantheal": "healing_lingering_potion", + "cloudpotionh": "healing_lingering_potion", + "cloudpotionheal": "healing_lingering_potion", + "cloudpotionhealing": "healing_lingering_potion", + "cloudpotioninstantheal": "healing_lingering_potion", + "cloudpotionlife": "healing_lingering_potion", + "cloudpotlife": "healing_lingering_potion", + "haoepoiont": "healing_lingering_potion", + "haoepot": "healing_lingering_potion", + "hareapot": "healing_lingering_potion", + "hareapotion": "healing_lingering_potion", + "hcloudpot": "healing_lingering_potion", + "hcloudpotion": "healing_lingering_potion", + "healaoepoiont": "healing_lingering_potion", + "healaoepot": "healing_lingering_potion", + "healareapot": "healing_lingering_potion", + "healareapotion": "healing_lingering_potion", + "healcloudpot": "healing_lingering_potion", + "healcloudpotion": "healing_lingering_potion", + "healingaoepoiont": "healing_lingering_potion", + "healingaoepot": "healing_lingering_potion", + "healingareapot": "healing_lingering_potion", + "healingareapotion": "healing_lingering_potion", + "healingcloudpot": "healing_lingering_potion", + "healingcloudpotion": "healing_lingering_potion", + "healinglingerpot": "healing_lingering_potion", + "heallingerpot": "healing_lingering_potion", + "hlingerpot": "healing_lingering_potion", + "instanthealaoepoiont": "healing_lingering_potion", + "instanthealaoepot": "healing_lingering_potion", + "instanthealareapot": "healing_lingering_potion", + "instanthealareapotion": "healing_lingering_potion", + "instanthealcloudpot": "healing_lingering_potion", + "instanthealcloudpotion": "healing_lingering_potion", + "instantheallingerpot": "healing_lingering_potion", + "lifeaoepoiont": "healing_lingering_potion", + "lifeaoepot": "healing_lingering_potion", + "lifeareapot": "healing_lingering_potion", + "lifeareapotion": "healing_lingering_potion", + "lifecloudpot": "healing_lingering_potion", + "lifecloudpotion": "healing_lingering_potion", + "lifelingerpot": "healing_lingering_potion", + "lingerpoth": "healing_lingering_potion", + "lingerpotheal": "healing_lingering_potion", + "lingerpothealing": "healing_lingering_potion", + "lingerpotinstantheal": "healing_lingering_potion", + "lingerpotlife": "healing_lingering_potion", + "healing_potion": { + "potionData": { + "type": "INSTANT_HEAL", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "healingpot": "healing_potion", + "healingpotion": "healing_potion", + "healpot": "healing_potion", + "healpotion": "healing_potion", + "hpot": "healing_potion", + "hpotion": "healing_potion", + "instanthealpot": "healing_potion", + "instanthealpotion": "healing_potion", + "lifepot": "healing_potion", + "lifepotion": "healing_potion", + "potionofh": "healing_potion", + "potionofheal": "healing_potion", + "potionofhealing": "healing_potion", + "potionofinstantheal": "healing_potion", + "potionoflife": "healing_potion", + "potofh": "healing_potion", + "potofheal": "healing_potion", + "potofhealing": "healing_potion", + "potofinstantheal": "healing_potion", + "potoflife": "healing_potion", + "healing_splash_potion": { + "potionData": { + "type": "INSTANT_HEAL", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "healingsplashpot": "healing_splash_potion", + "healingsplashpotion": "healing_splash_potion", + "healsplashpot": "healing_splash_potion", + "healsplashpotion": "healing_splash_potion", + "hsplashpot": "healing_splash_potion", + "hsplashpotion": "healing_splash_potion", + "instanthealsplashpot": "healing_splash_potion", + "instanthealsplashpotion": "healing_splash_potion", + "lifesplashpot": "healing_splash_potion", + "lifesplashpotion": "healing_splash_potion", + "splashhealingpot": "healing_splash_potion", + "splashhealingpotion": "healing_splash_potion", + "splashhealpot": "healing_splash_potion", + "splashhealpotion": "healing_splash_potion", + "splashhpot": "healing_splash_potion", + "splashhpotion": "healing_splash_potion", + "splashinstanthealpot": "healing_splash_potion", + "splashinstanthealpotion": "healing_splash_potion", + "splashlifepot": "healing_splash_potion", + "splashlifepotion": "healing_splash_potion", + "splhealingpot": "healing_splash_potion", + "splhealingpotion": "healing_splash_potion", + "splhealpot": "healing_splash_potion", + "splhealpotion": "healing_splash_potion", + "splhpot": "healing_splash_potion", + "splhpotion": "healing_splash_potion", + "splinstanthealpot": "healing_splash_potion", + "splinstanthealpotion": "healing_splash_potion", + "spllifepot": "healing_splash_potion", + "spllifepotion": "healing_splash_potion", + "healing_tipped_arrow": { + "potionData": { + "type": "INSTANT_HEAL", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowh": "healing_tipped_arrow", + "arrowheal": "healing_tipped_arrow", + "arrowhealing": "healing_tipped_arrow", + "arrowinstantheal": "healing_tipped_arrow", + "arrowlife": "healing_tipped_arrow", + "harrow": "healing_tipped_arrow", + "healarrow": "healing_tipped_arrow", + "healingarrow": "healing_tipped_arrow", + "healingtarr": "healing_tipped_arrow", + "healingtarrow": "healing_tipped_arrow", + "healingtippedarrow": "healing_tipped_arrow", + "healtarr": "healing_tipped_arrow", + "healtarrow": "healing_tipped_arrow", + "healtippedarrow": "healing_tipped_arrow", + "htarr": "healing_tipped_arrow", + "htarrow": "healing_tipped_arrow", + "htippedarrow": "healing_tipped_arrow", + "instanthealarrow": "healing_tipped_arrow", + "instanthealtarr": "healing_tipped_arrow", + "instanthealtarrow": "healing_tipped_arrow", + "instanthealtippedarrow": "healing_tipped_arrow", + "lifearrow": "healing_tipped_arrow", + "lifetarr": "healing_tipped_arrow", + "lifetarrow": "healing_tipped_arrow", + "lifetippedarrow": "healing_tipped_arrow", + "heart_of_the_sea": { + "material": "HEART_OF_THE_SEA" + }, + "heartofthesea": "heart_of_the_sea", + "minecraft:heart_of_the_sea": "heart_of_the_sea", + "heart_pottery_sherd": { + "material": "HEART_POTTERY_SHERD" + }, + "heartpotterysherd": "heart_pottery_sherd", + "heartsherd": "heart_pottery_sherd", + "minecraft:heart_pottery_sherd": "heart_pottery_sherd", + "heartbreak_pottery_sherd": { + "material": "HEARTBREAK_POTTERY_SHERD" + }, + "hbreaksherd": "heartbreak_pottery_sherd", + "heartbreakpotterysherd": "heartbreak_pottery_sherd", + "heartbreaksherd": "heartbreak_pottery_sherd", + "heartbsherd": "heartbreak_pottery_sherd", + "minecraft:heartbreak_pottery_sherd": "heartbreak_pottery_sherd", + "heavy_weighted_pressure_plate": { + "material": "HEAVY_WEIGHTED_PRESSURE_PLATE" + }, + "heavyweightedpressureplate": "heavy_weighted_pressure_plate", + "minecraft:heavy_weighted_pressure_plate": "heavy_weighted_pressure_plate", + "hoglin_spawn_egg": { + "material": "HOGLIN_SPAWN_EGG" + }, + "angrypigegg": "hoglin_spawn_egg", + "angrypigsegg": "hoglin_spawn_egg", + "angrypigspawn": "hoglin_spawn_egg", + "angrypigspawnegg": "hoglin_spawn_egg", + "eggangrypig": "hoglin_spawn_egg", + "egghoglin": "hoglin_spawn_egg", + "hoglinegg": "hoglin_spawn_egg", + "hoglinsegg": "hoglin_spawn_egg", + "hoglinspawn": "hoglin_spawn_egg", + "hoglinspawnegg": "hoglin_spawn_egg", + "minecraft:hoglin_spawn_egg": "hoglin_spawn_egg", + "seggangrypig": "hoglin_spawn_egg", + "segghoglin": "hoglin_spawn_egg", + "spawnangrypig": "hoglin_spawn_egg", + "spawneggangrypig": "hoglin_spawn_egg", + "spawnegghoglin": "hoglin_spawn_egg", + "spawnhoglin": "hoglin_spawn_egg", + "hoglin_spawner": { + "entity": "HOGLIN", + "material": "SPAWNER" + }, + "angrypigcage": "hoglin_spawner", + "angrypigmcage": "hoglin_spawner", + "angrypigmobcage": "hoglin_spawner", + "angrypigmobspawner": "hoglin_spawner", + "angrypigmonstercage": "hoglin_spawner", + "angrypigmonsterspawner": "hoglin_spawner", + "angrypigmspawner": "hoglin_spawner", + "angrypigspawner": "hoglin_spawner", + "hoglincage": "hoglin_spawner", + "hoglinmcage": "hoglin_spawner", + "hoglinmobcage": "hoglin_spawner", + "hoglinmobspawner": "hoglin_spawner", + "hoglinmonstercage": "hoglin_spawner", + "hoglinmonsterspawner": "hoglin_spawner", + "hoglinmspawner": "hoglin_spawner", + "hoglinspawner": "hoglin_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", + "hopper": { + "material": "HOPPER" + }, + "chestpull": "hopper", + "chestpuller": "hopper", + "cheststore": "hopper", + "cheststorer": "hopper", + "itempull": "hopper", + "itempuller": "hopper", + "itemstore": "hopper", + "itemstorer": "hopper", + "minecraft:hopper": "hopper", + "hopper_minecart": { + "material": "HOPPER_MINECART" + }, + "hcart": "hopper_minecart", + "hmc": "hopper_minecart", + "hmcart": "hopper_minecart", + "hminecart": "hopper_minecart", + "hopcart": "hopper_minecart", + "hopmc": "hopper_minecart", + "hopmcart": "hopper_minecart", + "hopminecart": "hopper_minecart", + "hoppercart": "hopper_minecart", + "hoppermc": "hopper_minecart", + "hoppermcart": "hopper_minecart", + "hopperminecart": "hopper_minecart", + "minecraft:hopper_minecart": "hopper_minecart", + "horn_coral": { + "material": "HORN_CORAL" + }, + "horncoral": "horn_coral", + "minecraft:horn_coral": "horn_coral", + "horn_coral_block": { + "material": "HORN_CORAL_BLOCK" + }, + "horncoralblock": "horn_coral_block", + "minecraft:horn_coral_block": "horn_coral_block", + "horn_coral_fan": { + "material": "HORN_CORAL_FAN" + }, + "horncoralfan": "horn_coral_fan", + "minecraft:horn_coral_fan": "horn_coral_fan", + "horse_spawn_egg": { + "material": "HORSE_SPAWN_EGG" + }, + "egghorse": "horse_spawn_egg", + "horseegg": "horse_spawn_egg", + "horsesegg": "horse_spawn_egg", + "horsespawn": "horse_spawn_egg", + "horsespawnegg": "horse_spawn_egg", + "minecraft:horse_spawn_egg": "horse_spawn_egg", + "segghorse": "horse_spawn_egg", + "spawnegghorse": "horse_spawn_egg", + "spawnhorse": "horse_spawn_egg", + "horse_spawner": { + "entity": "HORSE", + "material": "SPAWNER" + }, + "horsecage": "horse_spawner", + "horsemcage": "horse_spawner", + "horsemobcage": "horse_spawner", + "horsemobspawner": "horse_spawner", + "horsemonstercage": "horse_spawner", + "horsemonsterspawner": "horse_spawner", + "horsemspawner": "horse_spawner", + "horsespawner": "horse_spawner", + "host_armor_trim_smithing_template": { + "material": "HOST_ARMOR_TRIM_SMITHING_TEMPLATE" + }, + "hostarmortrimsmithingtemplate": "host_armor_trim_smithing_template", + "hosttrim": "host_armor_trim_smithing_template", + "minecraft:host_armor_trim_smithing_template": "host_armor_trim_smithing_template", + "howl_pottery_sherd": { + "material": "HOWL_POTTERY_SHERD" + }, + "howlpotterysherd": "howl_pottery_sherd", + "howlsherd": "howl_pottery_sherd", + "minecraft:howl_pottery_sherd": "howl_pottery_sherd", + "husk_spawn_egg": { + "material": "HUSK_SPAWN_EGG" + }, + "egghusk": "husk_spawn_egg", + "huskegg": "husk_spawn_egg", + "husksegg": "husk_spawn_egg", + "huskspawn": "husk_spawn_egg", + "huskspawnegg": "husk_spawn_egg", + "minecraft:husk_spawn_egg": "husk_spawn_egg", + "segghusk": "husk_spawn_egg", + "spawnegghusk": "husk_spawn_egg", + "spawnhusk": "husk_spawn_egg", + "husk_spawner": { + "entity": "HUSK", + "material": "SPAWNER" + }, + "huskcage": "husk_spawner", + "huskmcage": "husk_spawner", + "huskmobcage": "husk_spawner", + "huskmobspawner": "husk_spawner", + "huskmonstercage": "husk_spawner", + "huskmonsterspawner": "husk_spawner", + "huskmspawner": "husk_spawner", + "huskspawner": "husk_spawner", + "ice": { + "material": "ICE" + }, + "freezewater": "ice", + "frozenwater": "ice", + "minecraft:ice": "ice", + "waterfreeze": "ice", + "waterfrozen": "ice", + "illusioner_spawner": { + "entity": "ILLUSIONER", + "material": "SPAWNER" + }, + "illusionercage": "illusioner_spawner", + "illusionermcage": "illusioner_spawner", + "illusionermobcage": "illusioner_spawner", + "illusionermobspawner": "illusioner_spawner", + "illusionermonstercage": "illusioner_spawner", + "illusionermonsterspawner": "illusioner_spawner", + "illusionermspawner": "illusioner_spawner", + "illusionerspawner": "illusioner_spawner", + "infested_chiseled_stone_bricks": { + "material": "INFESTED_CHISELED_STONE_BRICKS" + }, + "chiseledfishst": "infested_chiseled_stone_bricks", + "chiseledfishstone": "infested_chiseled_stone_bricks", + "chiseledinfestedst": "infested_chiseled_stone_bricks", + "chiseledinfestedstone": "infested_chiseled_stone_bricks", + "chiseledinfestst": "infested_chiseled_stone_bricks", + "chiseledinfeststone": "infested_chiseled_stone_bricks", + "chiseledmeggst": "infested_chiseled_stone_bricks", + "chiseledmeggstone": "infested_chiseled_stone_bricks", + "chiseledmest": "infested_chiseled_stone_bricks", + "chiseledmestone": "infested_chiseled_stone_bricks", + "chiseledmonstereggst": "infested_chiseled_stone_bricks", + "chiseledmonstereggstone": "infested_chiseled_stone_bricks", + "chiseledsfishst": "infested_chiseled_stone_bricks", + "chiseledsfishstone": "infested_chiseled_stone_bricks", + "chiseledsfst": "infested_chiseled_stone_bricks", + "chiseledsfstone": "infested_chiseled_stone_bricks", + "chiseledsilverfishst": "infested_chiseled_stone_bricks", + "chiseledsilverfishstone": "infested_chiseled_stone_bricks", + "chiseledtrapst": "infested_chiseled_stone_bricks", + "chiseledtrapstone": "infested_chiseled_stone_bricks", + "cifishst": "infested_chiseled_stone_bricks", + "cifishstone": "infested_chiseled_stone_bricks", + "ciinfestedst": "infested_chiseled_stone_bricks", + "ciinfestedstone": "infested_chiseled_stone_bricks", + "ciinfestst": "infested_chiseled_stone_bricks", + "ciinfeststone": "infested_chiseled_stone_bricks", + "cimeggst": "infested_chiseled_stone_bricks", + "cimeggstone": "infested_chiseled_stone_bricks", + "cimest": "infested_chiseled_stone_bricks", + "cimestone": "infested_chiseled_stone_bricks", + "cimonstereggst": "infested_chiseled_stone_bricks", + "cimonstereggstone": "infested_chiseled_stone_bricks", + "circlefishst": "infested_chiseled_stone_bricks", + "circlefishstone": "infested_chiseled_stone_bricks", + "circleinfestedst": "infested_chiseled_stone_bricks", + "circleinfestedstone": "infested_chiseled_stone_bricks", + "circleinfestst": "infested_chiseled_stone_bricks", + "circleinfeststone": "infested_chiseled_stone_bricks", + "circlemeggst": "infested_chiseled_stone_bricks", + "circlemeggstone": "infested_chiseled_stone_bricks", + "circlemest": "infested_chiseled_stone_bricks", + "circlemestone": "infested_chiseled_stone_bricks", + "circlemonstereggst": "infested_chiseled_stone_bricks", + "circlemonstereggstone": "infested_chiseled_stone_bricks", + "circlesfishst": "infested_chiseled_stone_bricks", + "circlesfishstone": "infested_chiseled_stone_bricks", + "circlesfst": "infested_chiseled_stone_bricks", + "circlesfstone": "infested_chiseled_stone_bricks", + "circlesilverfishst": "infested_chiseled_stone_bricks", + "circlesilverfishstone": "infested_chiseled_stone_bricks", + "circletrapst": "infested_chiseled_stone_bricks", + "circletrapstone": "infested_chiseled_stone_bricks", + "cisfishst": "infested_chiseled_stone_bricks", + "cisfishstone": "infested_chiseled_stone_bricks", + "cisfst": "infested_chiseled_stone_bricks", + "cisfstone": "infested_chiseled_stone_bricks", + "cisilverfishst": "infested_chiseled_stone_bricks", + "cisilverfishstone": "infested_chiseled_stone_bricks", + "citrapst": "infested_chiseled_stone_bricks", + "citrapstone": "infested_chiseled_stone_bricks", + "fishchiseledst": "infested_chiseled_stone_bricks", + "fishchiseledstone": "infested_chiseled_stone_bricks", + "fishcirclest": "infested_chiseled_stone_bricks", + "fishcirclestone": "infested_chiseled_stone_bricks", + "fishcist": "infested_chiseled_stone_bricks", + "fishcistone": "infested_chiseled_stone_bricks", + "infestchiseledst": "infested_chiseled_stone_bricks", + "infestchiseledstone": "infested_chiseled_stone_bricks", + "infestcirclest": "infested_chiseled_stone_bricks", + "infestcirclestone": "infested_chiseled_stone_bricks", + "infestcist": "infested_chiseled_stone_bricks", + "infestcistone": "infested_chiseled_stone_bricks", + "infestedchiseledst": "infested_chiseled_stone_bricks", + "infestedchiseledstone": "infested_chiseled_stone_bricks", + "infestedchiseledstonebricks": "infested_chiseled_stone_bricks", + "infestedcirclest": "infested_chiseled_stone_bricks", + "infestedcirclestone": "infested_chiseled_stone_bricks", + "infestedcist": "infested_chiseled_stone_bricks", + "infestedcistone": "infested_chiseled_stone_bricks", + "mechiseledst": "infested_chiseled_stone_bricks", + "mechiseledstone": "infested_chiseled_stone_bricks", + "mecirclest": "infested_chiseled_stone_bricks", + "mecirclestone": "infested_chiseled_stone_bricks", + "mecist": "infested_chiseled_stone_bricks", + "mecistone": "infested_chiseled_stone_bricks", + "meggchiseledst": "infested_chiseled_stone_bricks", + "meggchiseledstone": "infested_chiseled_stone_bricks", + "meggcirclest": "infested_chiseled_stone_bricks", + "meggcirclestone": "infested_chiseled_stone_bricks", + "meggcist": "infested_chiseled_stone_bricks", + "meggcistone": "infested_chiseled_stone_bricks", + "minecraft:infested_chiseled_stone_bricks": "infested_chiseled_stone_bricks", + "monstereggchiseledst": "infested_chiseled_stone_bricks", + "monstereggchiseledstone": "infested_chiseled_stone_bricks", + "monstereggcirclest": "infested_chiseled_stone_bricks", + "monstereggcirclestone": "infested_chiseled_stone_bricks", + "monstereggcist": "infested_chiseled_stone_bricks", + "monstereggcistone": "infested_chiseled_stone_bricks", + "sfchiseledst": "infested_chiseled_stone_bricks", + "sfchiseledstone": "infested_chiseled_stone_bricks", + "sfcirclest": "infested_chiseled_stone_bricks", + "sfcirclestone": "infested_chiseled_stone_bricks", + "sfcist": "infested_chiseled_stone_bricks", + "sfcistone": "infested_chiseled_stone_bricks", + "sfishchiseledst": "infested_chiseled_stone_bricks", + "sfishchiseledstone": "infested_chiseled_stone_bricks", + "sfishcirclest": "infested_chiseled_stone_bricks", + "sfishcirclestone": "infested_chiseled_stone_bricks", + "sfishcist": "infested_chiseled_stone_bricks", + "sfishcistone": "infested_chiseled_stone_bricks", + "silverfishchiseledst": "infested_chiseled_stone_bricks", + "silverfishchiseledstone": "infested_chiseled_stone_bricks", + "silverfishcirclest": "infested_chiseled_stone_bricks", + "silverfishcirclestone": "infested_chiseled_stone_bricks", + "silverfishcist": "infested_chiseled_stone_bricks", + "silverfishcistone": "infested_chiseled_stone_bricks", + "trapchiseledst": "infested_chiseled_stone_bricks", + "trapchiseledstone": "infested_chiseled_stone_bricks", + "trapcirclest": "infested_chiseled_stone_bricks", + "trapcirclestone": "infested_chiseled_stone_bricks", + "trapcist": "infested_chiseled_stone_bricks", + "trapcistone": "infested_chiseled_stone_bricks", + "infested_cobblestone": { + "material": "INFESTED_COBBLESTONE" + }, + "fishcobble": "infested_cobblestone", + "fishcobbleb": "infested_cobblestone", + "fishcobblebl": "infested_cobblestone", + "fishcobbleblock": "infested_cobblestone", + "fishcobblestone": "infested_cobblestone", + "fishcobblestoneb": "infested_cobblestone", + "fishcobblestonebl": "infested_cobblestone", + "fishcobblestoneblock": "infested_cobblestone", + "fishcs": "infested_cobblestone", + "fishcsb": "infested_cobblestone", + "fishcsbl": "infested_cobblestone", + "fishcsblock": "infested_cobblestone", + "fishcst": "infested_cobblestone", + "fishcstb": "infested_cobblestone", + "fishcstbl": "infested_cobblestone", + "fishcstblock": "infested_cobblestone", + "fishcstone": "infested_cobblestone", + "fishcstoneb": "infested_cobblestone", + "fishcstonebl": "infested_cobblestone", + "fishcstoneblock": "infested_cobblestone", + "infestcobble": "infested_cobblestone", + "infestcobbleb": "infested_cobblestone", + "infestcobblebl": "infested_cobblestone", + "infestcobbleblock": "infested_cobblestone", + "infestcobblestone": "infested_cobblestone", + "infestcobblestoneb": "infested_cobblestone", + "infestcobblestonebl": "infested_cobblestone", + "infestcobblestoneblock": "infested_cobblestone", + "infestcs": "infested_cobblestone", + "infestcsb": "infested_cobblestone", + "infestcsbl": "infested_cobblestone", + "infestcsblock": "infested_cobblestone", + "infestcst": "infested_cobblestone", + "infestcstb": "infested_cobblestone", + "infestcstbl": "infested_cobblestone", + "infestcstblock": "infested_cobblestone", + "infestcstone": "infested_cobblestone", + "infestcstoneb": "infested_cobblestone", + "infestcstonebl": "infested_cobblestone", + "infestcstoneblock": "infested_cobblestone", + "infestedcobble": "infested_cobblestone", + "infestedcobbleb": "infested_cobblestone", + "infestedcobblebl": "infested_cobblestone", + "infestedcobbleblock": "infested_cobblestone", + "infestedcobblestone": "infested_cobblestone", + "infestedcobblestoneb": "infested_cobblestone", + "infestedcobblestonebl": "infested_cobblestone", + "infestedcobblestoneblock": "infested_cobblestone", + "infestedcs": "infested_cobblestone", + "infestedcsb": "infested_cobblestone", + "infestedcsbl": "infested_cobblestone", + "infestedcsblock": "infested_cobblestone", + "infestedcst": "infested_cobblestone", + "infestedcstb": "infested_cobblestone", + "infestedcstbl": "infested_cobblestone", + "infestedcstblock": "infested_cobblestone", + "infestedcstone": "infested_cobblestone", + "infestedcstoneb": "infested_cobblestone", + "infestedcstonebl": "infested_cobblestone", + "infestedcstoneblock": "infested_cobblestone", + "mecobble": "infested_cobblestone", + "mecobbleb": "infested_cobblestone", + "mecobblebl": "infested_cobblestone", + "mecobbleblock": "infested_cobblestone", + "mecobblestone": "infested_cobblestone", + "mecobblestoneb": "infested_cobblestone", + "mecobblestonebl": "infested_cobblestone", + "mecobblestoneblock": "infested_cobblestone", + "mecs": "infested_cobblestone", + "mecsb": "infested_cobblestone", + "mecsbl": "infested_cobblestone", + "mecsblock": "infested_cobblestone", + "mecst": "infested_cobblestone", + "mecstb": "infested_cobblestone", + "mecstbl": "infested_cobblestone", + "mecstblock": "infested_cobblestone", + "mecstone": "infested_cobblestone", + "mecstoneb": "infested_cobblestone", + "mecstonebl": "infested_cobblestone", + "mecstoneblock": "infested_cobblestone", + "meggcobble": "infested_cobblestone", + "meggcobbleb": "infested_cobblestone", + "meggcobblebl": "infested_cobblestone", + "meggcobbleblock": "infested_cobblestone", + "meggcobblestone": "infested_cobblestone", + "meggcobblestoneb": "infested_cobblestone", + "meggcobblestonebl": "infested_cobblestone", + "meggcobblestoneblock": "infested_cobblestone", + "meggcs": "infested_cobblestone", + "meggcsb": "infested_cobblestone", + "meggcsbl": "infested_cobblestone", + "meggcsblock": "infested_cobblestone", + "meggcst": "infested_cobblestone", + "meggcstb": "infested_cobblestone", + "meggcstbl": "infested_cobblestone", + "meggcstblock": "infested_cobblestone", + "meggcstone": "infested_cobblestone", + "meggcstoneb": "infested_cobblestone", + "meggcstonebl": "infested_cobblestone", + "meggcstoneblock": "infested_cobblestone", + "minecraft:infested_cobblestone": "infested_cobblestone", + "monstereggcobble": "infested_cobblestone", + "monstereggcobbleb": "infested_cobblestone", + "monstereggcobblebl": "infested_cobblestone", + "monstereggcobbleblock": "infested_cobblestone", + "monstereggcobblestone": "infested_cobblestone", + "monstereggcobblestoneb": "infested_cobblestone", + "monstereggcobblestonebl": "infested_cobblestone", + "monstereggcobblestoneblock": "infested_cobblestone", + "monstereggcs": "infested_cobblestone", + "monstereggcsb": "infested_cobblestone", + "monstereggcsbl": "infested_cobblestone", + "monstereggcsblock": "infested_cobblestone", + "monstereggcst": "infested_cobblestone", + "monstereggcstb": "infested_cobblestone", + "monstereggcstbl": "infested_cobblestone", + "monstereggcstblock": "infested_cobblestone", + "monstereggcstone": "infested_cobblestone", + "monstereggcstoneb": "infested_cobblestone", + "monstereggcstonebl": "infested_cobblestone", + "monstereggcstoneblock": "infested_cobblestone", + "sfcobble": "infested_cobblestone", + "sfcobbleb": "infested_cobblestone", + "sfcobblebl": "infested_cobblestone", + "sfcobbleblock": "infested_cobblestone", + "sfcobblestone": "infested_cobblestone", + "sfcobblestoneb": "infested_cobblestone", + "sfcobblestonebl": "infested_cobblestone", + "sfcobblestoneblock": "infested_cobblestone", + "sfcs": "infested_cobblestone", + "sfcsb": "infested_cobblestone", + "sfcsbl": "infested_cobblestone", + "sfcsblock": "infested_cobblestone", + "sfcst": "infested_cobblestone", + "sfcstb": "infested_cobblestone", + "sfcstbl": "infested_cobblestone", + "sfcstblock": "infested_cobblestone", + "sfcstone": "infested_cobblestone", + "sfcstoneb": "infested_cobblestone", + "sfcstonebl": "infested_cobblestone", + "sfcstoneblock": "infested_cobblestone", + "sfishcobble": "infested_cobblestone", + "sfishcobbleb": "infested_cobblestone", + "sfishcobblebl": "infested_cobblestone", + "sfishcobbleblock": "infested_cobblestone", + "sfishcobblestone": "infested_cobblestone", + "sfishcobblestoneb": "infested_cobblestone", + "sfishcobblestonebl": "infested_cobblestone", + "sfishcobblestoneblock": "infested_cobblestone", + "sfishcs": "infested_cobblestone", + "sfishcsb": "infested_cobblestone", + "sfishcsbl": "infested_cobblestone", + "sfishcsblock": "infested_cobblestone", + "sfishcst": "infested_cobblestone", + "sfishcstb": "infested_cobblestone", + "sfishcstbl": "infested_cobblestone", + "sfishcstblock": "infested_cobblestone", + "sfishcstone": "infested_cobblestone", + "sfishcstoneb": "infested_cobblestone", + "sfishcstonebl": "infested_cobblestone", + "sfishcstoneblock": "infested_cobblestone", + "silverfishcobble": "infested_cobblestone", + "silverfishcobbleb": "infested_cobblestone", + "silverfishcobblebl": "infested_cobblestone", + "silverfishcobbleblock": "infested_cobblestone", + "silverfishcobblestone": "infested_cobblestone", + "silverfishcobblestoneb": "infested_cobblestone", + "silverfishcobblestonebl": "infested_cobblestone", + "silverfishcobblestoneblock": "infested_cobblestone", + "silverfishcs": "infested_cobblestone", + "silverfishcsb": "infested_cobblestone", + "silverfishcsbl": "infested_cobblestone", + "silverfishcsblock": "infested_cobblestone", + "silverfishcst": "infested_cobblestone", + "silverfishcstb": "infested_cobblestone", + "silverfishcstbl": "infested_cobblestone", + "silverfishcstblock": "infested_cobblestone", + "silverfishcstone": "infested_cobblestone", + "silverfishcstoneb": "infested_cobblestone", + "silverfishcstonebl": "infested_cobblestone", + "silverfishcstoneblock": "infested_cobblestone", + "trapcobble": "infested_cobblestone", + "trapcobbleb": "infested_cobblestone", + "trapcobblebl": "infested_cobblestone", + "trapcobbleblock": "infested_cobblestone", + "trapcobblestone": "infested_cobblestone", + "trapcobblestoneb": "infested_cobblestone", + "trapcobblestonebl": "infested_cobblestone", + "trapcobblestoneblock": "infested_cobblestone", + "trapcs": "infested_cobblestone", + "trapcsb": "infested_cobblestone", + "trapcsbl": "infested_cobblestone", + "trapcsblock": "infested_cobblestone", + "trapcst": "infested_cobblestone", + "trapcstb": "infested_cobblestone", + "trapcstbl": "infested_cobblestone", + "trapcstblock": "infested_cobblestone", + "trapcstone": "infested_cobblestone", + "trapcstoneb": "infested_cobblestone", + "trapcstonebl": "infested_cobblestone", + "trapcstoneblock": "infested_cobblestone", + "infested_cracked_stone_bricks": { + "material": "INFESTED_CRACKED_STONE_BRICKS" + }, + "crackedfishst": "infested_cracked_stone_bricks", + "crackedfishstone": "infested_cracked_stone_bricks", + "crackedinfestedst": "infested_cracked_stone_bricks", + "crackedinfestedstone": "infested_cracked_stone_bricks", + "crackedinfestst": "infested_cracked_stone_bricks", + "crackedinfeststone": "infested_cracked_stone_bricks", + "crackedmeggst": "infested_cracked_stone_bricks", + "crackedmeggstone": "infested_cracked_stone_bricks", + "crackedmest": "infested_cracked_stone_bricks", + "crackedmestone": "infested_cracked_stone_bricks", + "crackedmonstereggst": "infested_cracked_stone_bricks", + "crackedmonstereggstone": "infested_cracked_stone_bricks", + "crackedsfishst": "infested_cracked_stone_bricks", + "crackedsfishstone": "infested_cracked_stone_bricks", + "crackedsfst": "infested_cracked_stone_bricks", + "crackedsfstone": "infested_cracked_stone_bricks", + "crackedsilverfishst": "infested_cracked_stone_bricks", + "crackedsilverfishstone": "infested_cracked_stone_bricks", + "crackedtrapst": "infested_cracked_stone_bricks", + "crackedtrapstone": "infested_cracked_stone_bricks", + "crackfishst": "infested_cracked_stone_bricks", + "crackfishstone": "infested_cracked_stone_bricks", + "crackinfestedst": "infested_cracked_stone_bricks", + "crackinfestedstone": "infested_cracked_stone_bricks", + "crackinfestst": "infested_cracked_stone_bricks", + "crackinfeststone": "infested_cracked_stone_bricks", + "crackmeggst": "infested_cracked_stone_bricks", + "crackmeggstone": "infested_cracked_stone_bricks", + "crackmest": "infested_cracked_stone_bricks", + "crackmestone": "infested_cracked_stone_bricks", + "crackmonstereggst": "infested_cracked_stone_bricks", + "crackmonstereggstone": "infested_cracked_stone_bricks", + "cracksfishst": "infested_cracked_stone_bricks", + "cracksfishstone": "infested_cracked_stone_bricks", + "cracksfst": "infested_cracked_stone_bricks", + "cracksfstone": "infested_cracked_stone_bricks", + "cracksilverfishst": "infested_cracked_stone_bricks", + "cracksilverfishstone": "infested_cracked_stone_bricks", + "cracktrapst": "infested_cracked_stone_bricks", + "cracktrapstone": "infested_cracked_stone_bricks", + "crfishst": "infested_cracked_stone_bricks", + "crfishstone": "infested_cracked_stone_bricks", + "crinfestedst": "infested_cracked_stone_bricks", + "crinfestedstone": "infested_cracked_stone_bricks", + "crinfestst": "infested_cracked_stone_bricks", + "crinfeststone": "infested_cracked_stone_bricks", + "crmeggst": "infested_cracked_stone_bricks", + "crmeggstone": "infested_cracked_stone_bricks", + "crmest": "infested_cracked_stone_bricks", + "crmestone": "infested_cracked_stone_bricks", + "crmonstereggst": "infested_cracked_stone_bricks", + "crmonstereggstone": "infested_cracked_stone_bricks", + "crsfishst": "infested_cracked_stone_bricks", + "crsfishstone": "infested_cracked_stone_bricks", + "crsfst": "infested_cracked_stone_bricks", + "crsfstone": "infested_cracked_stone_bricks", + "crsilverfishst": "infested_cracked_stone_bricks", + "crsilverfishstone": "infested_cracked_stone_bricks", + "crtrapst": "infested_cracked_stone_bricks", + "crtrapstone": "infested_cracked_stone_bricks", + "fishcrackedst": "infested_cracked_stone_bricks", + "fishcrackedstone": "infested_cracked_stone_bricks", + "fishcrackst": "infested_cracked_stone_bricks", + "fishcrackstone": "infested_cracked_stone_bricks", + "fishcrst": "infested_cracked_stone_bricks", + "fishcrstone": "infested_cracked_stone_bricks", + "infestcrackedst": "infested_cracked_stone_bricks", + "infestcrackedstone": "infested_cracked_stone_bricks", + "infestcrackst": "infested_cracked_stone_bricks", + "infestcrackstone": "infested_cracked_stone_bricks", + "infestcrst": "infested_cracked_stone_bricks", + "infestcrstone": "infested_cracked_stone_bricks", + "infestedcrackedst": "infested_cracked_stone_bricks", + "infestedcrackedstone": "infested_cracked_stone_bricks", + "infestedcrackedstonebricks": "infested_cracked_stone_bricks", + "infestedcrackst": "infested_cracked_stone_bricks", + "infestedcrackstone": "infested_cracked_stone_bricks", + "infestedcrst": "infested_cracked_stone_bricks", + "infestedcrstone": "infested_cracked_stone_bricks", + "mecrackedst": "infested_cracked_stone_bricks", + "mecrackedstone": "infested_cracked_stone_bricks", + "mecrackst": "infested_cracked_stone_bricks", + "mecrackstone": "infested_cracked_stone_bricks", + "mecrst": "infested_cracked_stone_bricks", + "mecrstone": "infested_cracked_stone_bricks", + "meggcrackedst": "infested_cracked_stone_bricks", + "meggcrackedstone": "infested_cracked_stone_bricks", + "meggcrackst": "infested_cracked_stone_bricks", + "meggcrackstone": "infested_cracked_stone_bricks", + "meggcrst": "infested_cracked_stone_bricks", + "meggcrstone": "infested_cracked_stone_bricks", + "minecraft:infested_cracked_stone_bricks": "infested_cracked_stone_bricks", + "monstereggcrackedst": "infested_cracked_stone_bricks", + "monstereggcrackedstone": "infested_cracked_stone_bricks", + "monstereggcrackst": "infested_cracked_stone_bricks", + "monstereggcrackstone": "infested_cracked_stone_bricks", + "monstereggcrst": "infested_cracked_stone_bricks", + "monstereggcrstone": "infested_cracked_stone_bricks", + "sfcrackedst": "infested_cracked_stone_bricks", + "sfcrackedstone": "infested_cracked_stone_bricks", + "sfcrackst": "infested_cracked_stone_bricks", + "sfcrackstone": "infested_cracked_stone_bricks", + "sfcrst": "infested_cracked_stone_bricks", + "sfcrstone": "infested_cracked_stone_bricks", + "sfishcrackedst": "infested_cracked_stone_bricks", + "sfishcrackedstone": "infested_cracked_stone_bricks", + "sfishcrackst": "infested_cracked_stone_bricks", + "sfishcrackstone": "infested_cracked_stone_bricks", + "sfishcrst": "infested_cracked_stone_bricks", + "sfishcrstone": "infested_cracked_stone_bricks", + "silverfishcrackedst": "infested_cracked_stone_bricks", + "silverfishcrackedstone": "infested_cracked_stone_bricks", + "silverfishcrackst": "infested_cracked_stone_bricks", + "silverfishcrackstone": "infested_cracked_stone_bricks", + "silverfishcrst": "infested_cracked_stone_bricks", + "silverfishcrstone": "infested_cracked_stone_bricks", + "trapcrackedst": "infested_cracked_stone_bricks", + "trapcrackedstone": "infested_cracked_stone_bricks", + "trapcrackst": "infested_cracked_stone_bricks", + "trapcrackstone": "infested_cracked_stone_bricks", + "trapcrst": "infested_cracked_stone_bricks", + "trapcrstone": "infested_cracked_stone_bricks", + "infested_deepslate": { + "material": "INFESTED_DEEPSLATE" + }, + "fishdeepslate": "infested_deepslate", + "fishdeepslateb": "infested_deepslate", + "fishdeepslatebl": "infested_deepslate", + "fishdeepslateblock": "infested_deepslate", + "fishdslate": "infested_deepslate", + "fishdslateb": "infested_deepslate", + "fishdslatebl": "infested_deepslate", + "fishdslateblock": "infested_deepslate", + "fishslate": "infested_deepslate", + "fishslateb": "infested_deepslate", + "fishslatebl": "infested_deepslate", + "fishslateblock": "infested_deepslate", + "infestdeepslate": "infested_deepslate", + "infestdeepslateb": "infested_deepslate", + "infestdeepslatebl": "infested_deepslate", + "infestdeepslateblock": "infested_deepslate", + "infestdslate": "infested_deepslate", + "infestdslateb": "infested_deepslate", + "infestdslatebl": "infested_deepslate", + "infestdslateblock": "infested_deepslate", + "infesteddeepslate": "infested_deepslate", + "infesteddeepslateb": "infested_deepslate", + "infesteddeepslatebl": "infested_deepslate", + "infesteddeepslateblock": "infested_deepslate", + "infesteddslate": "infested_deepslate", + "infesteddslateb": "infested_deepslate", + "infesteddslatebl": "infested_deepslate", + "infesteddslateblock": "infested_deepslate", + "infestedslate": "infested_deepslate", + "infestedslateb": "infested_deepslate", + "infestedslatebl": "infested_deepslate", + "infestedslateblock": "infested_deepslate", + "infestslate": "infested_deepslate", + "infestslateb": "infested_deepslate", + "infestslatebl": "infested_deepslate", + "infestslateblock": "infested_deepslate", + "medeepslate": "infested_deepslate", + "medeepslateb": "infested_deepslate", + "medeepslatebl": "infested_deepslate", + "medeepslateblock": "infested_deepslate", + "medslate": "infested_deepslate", + "medslateb": "infested_deepslate", + "medslatebl": "infested_deepslate", + "medslateblock": "infested_deepslate", + "meggdeepslate": "infested_deepslate", + "meggdeepslateb": "infested_deepslate", + "meggdeepslatebl": "infested_deepslate", + "meggdeepslateblock": "infested_deepslate", + "meggdslate": "infested_deepslate", + "meggdslateb": "infested_deepslate", + "meggdslatebl": "infested_deepslate", + "meggdslateblock": "infested_deepslate", + "meggslate": "infested_deepslate", + "meggslateb": "infested_deepslate", + "meggslatebl": "infested_deepslate", + "meggslateblock": "infested_deepslate", + "meslate": "infested_deepslate", + "meslateb": "infested_deepslate", + "meslatebl": "infested_deepslate", + "meslateblock": "infested_deepslate", + "minecraft:infested_deepslate": "infested_deepslate", + "monstereggdeepslate": "infested_deepslate", + "monstereggdeepslateb": "infested_deepslate", + "monstereggdeepslatebl": "infested_deepslate", + "monstereggdeepslateblock": "infested_deepslate", + "monstereggdslate": "infested_deepslate", + "monstereggdslateb": "infested_deepslate", + "monstereggdslatebl": "infested_deepslate", + "monstereggdslateblock": "infested_deepslate", + "monstereggslate": "infested_deepslate", + "monstereggslateb": "infested_deepslate", + "monstereggslatebl": "infested_deepslate", + "monstereggslateblock": "infested_deepslate", + "sfdeepslate": "infested_deepslate", + "sfdeepslateb": "infested_deepslate", + "sfdeepslatebl": "infested_deepslate", + "sfdeepslateblock": "infested_deepslate", + "sfdslate": "infested_deepslate", + "sfdslateb": "infested_deepslate", + "sfdslatebl": "infested_deepslate", + "sfdslateblock": "infested_deepslate", + "sfishdeepslate": "infested_deepslate", + "sfishdeepslateb": "infested_deepslate", + "sfishdeepslatebl": "infested_deepslate", + "sfishdeepslateblock": "infested_deepslate", + "sfishdslate": "infested_deepslate", + "sfishdslateb": "infested_deepslate", + "sfishdslatebl": "infested_deepslate", + "sfishdslateblock": "infested_deepslate", + "sfishslate": "infested_deepslate", + "sfishslateb": "infested_deepslate", + "sfishslatebl": "infested_deepslate", + "sfishslateblock": "infested_deepslate", + "sfslate": "infested_deepslate", + "sfslateb": "infested_deepslate", + "sfslatebl": "infested_deepslate", + "sfslateblock": "infested_deepslate", + "silverfishdeepslate": "infested_deepslate", + "silverfishdeepslateb": "infested_deepslate", + "silverfishdeepslatebl": "infested_deepslate", + "silverfishdeepslateblock": "infested_deepslate", + "silverfishdslate": "infested_deepslate", + "silverfishdslateb": "infested_deepslate", + "silverfishdslatebl": "infested_deepslate", + "silverfishdslateblock": "infested_deepslate", + "silverfishslate": "infested_deepslate", + "silverfishslateb": "infested_deepslate", + "silverfishslatebl": "infested_deepslate", + "silverfishslateblock": "infested_deepslate", + "trapdeepslate": "infested_deepslate", + "trapdeepslateb": "infested_deepslate", + "trapdeepslatebl": "infested_deepslate", + "trapdeepslateblock": "infested_deepslate", + "trapdslate": "infested_deepslate", + "trapdslateb": "infested_deepslate", + "trapdslatebl": "infested_deepslate", + "trapdslateblock": "infested_deepslate", + "trapslate": "infested_deepslate", + "trapslateb": "infested_deepslate", + "trapslatebl": "infested_deepslate", + "trapslateblock": "infested_deepslate", + "infested_mossy_stone_bricks": { + "material": "INFESTED_MOSSY_STONE_BRICKS" + }, + "fishmossst": "infested_mossy_stone_bricks", + "fishmossstone": "infested_mossy_stone_bricks", + "fishmossyst": "infested_mossy_stone_bricks", + "fishmossystone": "infested_mossy_stone_bricks", + "fishmst": "infested_mossy_stone_bricks", + "fishmstone": "infested_mossy_stone_bricks", + "infestedmossst": "infested_mossy_stone_bricks", + "infestedmossstone": "infested_mossy_stone_bricks", + "infestedmossyst": "infested_mossy_stone_bricks", + "infestedmossystone": "infested_mossy_stone_bricks", + "infestedmossystonebricks": "infested_mossy_stone_bricks", + "infestedmst": "infested_mossy_stone_bricks", + "infestedmstone": "infested_mossy_stone_bricks", + "infestmossst": "infested_mossy_stone_bricks", + "infestmossstone": "infested_mossy_stone_bricks", + "infestmossyst": "infested_mossy_stone_bricks", + "infestmossystone": "infested_mossy_stone_bricks", + "infestmst": "infested_mossy_stone_bricks", + "infestmstone": "infested_mossy_stone_bricks", + "meggmossst": "infested_mossy_stone_bricks", + "meggmossstone": "infested_mossy_stone_bricks", + "meggmossyst": "infested_mossy_stone_bricks", + "meggmossystone": "infested_mossy_stone_bricks", + "meggmst": "infested_mossy_stone_bricks", + "meggmstone": "infested_mossy_stone_bricks", + "memossst": "infested_mossy_stone_bricks", + "memossstone": "infested_mossy_stone_bricks", + "memossyst": "infested_mossy_stone_bricks", + "memossystone": "infested_mossy_stone_bricks", + "memst": "infested_mossy_stone_bricks", + "memstone": "infested_mossy_stone_bricks", + "mfishst": "infested_mossy_stone_bricks", + "mfishstone": "infested_mossy_stone_bricks", + "minecraft:infested_mossy_stone_bricks": "infested_mossy_stone_bricks", + "minfestedst": "infested_mossy_stone_bricks", + "minfestedstone": "infested_mossy_stone_bricks", + "minfestst": "infested_mossy_stone_bricks", + "minfeststone": "infested_mossy_stone_bricks", + "mmeggst": "infested_mossy_stone_bricks", + "mmeggstone": "infested_mossy_stone_bricks", + "mmest": "infested_mossy_stone_bricks", + "mmestone": "infested_mossy_stone_bricks", + "mmonstereggst": "infested_mossy_stone_bricks", + "mmonstereggstone": "infested_mossy_stone_bricks", + "monstereggmossst": "infested_mossy_stone_bricks", + "monstereggmossstone": "infested_mossy_stone_bricks", + "monstereggmossyst": "infested_mossy_stone_bricks", + "monstereggmossystone": "infested_mossy_stone_bricks", + "monstereggmst": "infested_mossy_stone_bricks", + "monstereggmstone": "infested_mossy_stone_bricks", + "mossfishst": "infested_mossy_stone_bricks", + "mossfishstone": "infested_mossy_stone_bricks", + "mossinfestedst": "infested_mossy_stone_bricks", + "mossinfestedstone": "infested_mossy_stone_bricks", + "mossinfestst": "infested_mossy_stone_bricks", + "mossinfeststone": "infested_mossy_stone_bricks", + "mossmeggst": "infested_mossy_stone_bricks", + "mossmeggstone": "infested_mossy_stone_bricks", + "mossmest": "infested_mossy_stone_bricks", + "mossmestone": "infested_mossy_stone_bricks", + "mossmonstereggst": "infested_mossy_stone_bricks", + "mossmonstereggstone": "infested_mossy_stone_bricks", + "mosssfishst": "infested_mossy_stone_bricks", + "mosssfishstone": "infested_mossy_stone_bricks", + "mosssfst": "infested_mossy_stone_bricks", + "mosssfstone": "infested_mossy_stone_bricks", + "mosssilverfishst": "infested_mossy_stone_bricks", + "mosssilverfishstone": "infested_mossy_stone_bricks", + "mosstrapst": "infested_mossy_stone_bricks", + "mosstrapstone": "infested_mossy_stone_bricks", + "mossyfishst": "infested_mossy_stone_bricks", + "mossyfishstone": "infested_mossy_stone_bricks", + "mossyinfestedst": "infested_mossy_stone_bricks", + "mossyinfestedstone": "infested_mossy_stone_bricks", + "mossyinfestst": "infested_mossy_stone_bricks", + "mossyinfeststone": "infested_mossy_stone_bricks", + "mossymeggst": "infested_mossy_stone_bricks", + "mossymeggstone": "infested_mossy_stone_bricks", + "mossymest": "infested_mossy_stone_bricks", + "mossymestone": "infested_mossy_stone_bricks", + "mossymonstereggst": "infested_mossy_stone_bricks", + "mossymonstereggstone": "infested_mossy_stone_bricks", + "mossysfishst": "infested_mossy_stone_bricks", + "mossysfishstone": "infested_mossy_stone_bricks", + "mossysfst": "infested_mossy_stone_bricks", + "mossysfstone": "infested_mossy_stone_bricks", + "mossysilverfishst": "infested_mossy_stone_bricks", + "mossysilverfishstone": "infested_mossy_stone_bricks", + "mossytrapst": "infested_mossy_stone_bricks", + "mossytrapstone": "infested_mossy_stone_bricks", + "msfishst": "infested_mossy_stone_bricks", + "msfishstone": "infested_mossy_stone_bricks", + "msfst": "infested_mossy_stone_bricks", + "msfstone": "infested_mossy_stone_bricks", + "msilverfishst": "infested_mossy_stone_bricks", + "msilverfishstone": "infested_mossy_stone_bricks", + "mtrapst": "infested_mossy_stone_bricks", + "mtrapstone": "infested_mossy_stone_bricks", + "sfishmossst": "infested_mossy_stone_bricks", + "sfishmossstone": "infested_mossy_stone_bricks", + "sfishmossyst": "infested_mossy_stone_bricks", + "sfishmossystone": "infested_mossy_stone_bricks", + "sfishmst": "infested_mossy_stone_bricks", + "sfishmstone": "infested_mossy_stone_bricks", + "sfmossst": "infested_mossy_stone_bricks", + "sfmossstone": "infested_mossy_stone_bricks", + "sfmossyst": "infested_mossy_stone_bricks", + "sfmossystone": "infested_mossy_stone_bricks", + "sfmst": "infested_mossy_stone_bricks", + "sfmstone": "infested_mossy_stone_bricks", + "silverfishmossst": "infested_mossy_stone_bricks", + "silverfishmossstone": "infested_mossy_stone_bricks", + "silverfishmossyst": "infested_mossy_stone_bricks", + "silverfishmossystone": "infested_mossy_stone_bricks", + "silverfishmst": "infested_mossy_stone_bricks", + "silverfishmstone": "infested_mossy_stone_bricks", + "trapmossst": "infested_mossy_stone_bricks", + "trapmossstone": "infested_mossy_stone_bricks", + "trapmossyst": "infested_mossy_stone_bricks", + "trapmossystone": "infested_mossy_stone_bricks", + "trapmst": "infested_mossy_stone_bricks", + "trapmstone": "infested_mossy_stone_bricks", + "infested_stone": { + "material": "INFESTED_STONE" + }, + "fishst": "infested_stone", + "fishstb": "infested_stone", + "fishstbl": "infested_stone", + "fishstblock": "infested_stone", + "fishstone": "infested_stone", + "fishstoneb": "infested_stone", + "fishstonebl": "infested_stone", + "fishstoneblock": "infested_stone", + "infestedst": "infested_stone", + "infestedstb": "infested_stone", + "infestedstbl": "infested_stone", + "infestedstblock": "infested_stone", + "infestedstone": "infested_stone", + "infestedstoneb": "infested_stone", + "infestedstonebl": "infested_stone", + "infestedstoneblock": "infested_stone", + "infestst": "infested_stone", + "infeststb": "infested_stone", + "infeststbl": "infested_stone", + "infeststblock": "infested_stone", + "infeststone": "infested_stone", + "infeststoneb": "infested_stone", + "infeststonebl": "infested_stone", + "infeststoneblock": "infested_stone", + "meggst": "infested_stone", + "meggstb": "infested_stone", + "meggstbl": "infested_stone", + "meggstblock": "infested_stone", + "meggstone": "infested_stone", + "meggstoneb": "infested_stone", + "meggstonebl": "infested_stone", + "meggstoneblock": "infested_stone", + "mest": "infested_stone", + "mestb": "infested_stone", + "mestbl": "infested_stone", + "mestblock": "infested_stone", + "mestone": "infested_stone", + "mestoneb": "infested_stone", + "mestonebl": "infested_stone", + "mestoneblock": "infested_stone", + "minecraft:infested_stone": "infested_stone", + "monstereggst": "infested_stone", + "monstereggstb": "infested_stone", + "monstereggstbl": "infested_stone", + "monstereggstblock": "infested_stone", + "monstereggstone": "infested_stone", + "monstereggstoneb": "infested_stone", + "monstereggstonebl": "infested_stone", + "monstereggstoneblock": "infested_stone", + "sfishst": "infested_stone", + "sfishstb": "infested_stone", + "sfishstbl": "infested_stone", + "sfishstblock": "infested_stone", + "sfishstone": "infested_stone", + "sfishstoneb": "infested_stone", + "sfishstonebl": "infested_stone", + "sfishstoneblock": "infested_stone", + "sfst": "infested_stone", + "sfstb": "infested_stone", + "sfstbl": "infested_stone", + "sfstblock": "infested_stone", + "sfstone": "infested_stone", + "sfstoneb": "infested_stone", + "sfstonebl": "infested_stone", + "sfstoneblock": "infested_stone", + "silverfishst": "infested_stone", + "silverfishstb": "infested_stone", + "silverfishstbl": "infested_stone", + "silverfishstblock": "infested_stone", + "silverfishstone": "infested_stone", + "silverfishstoneb": "infested_stone", + "silverfishstonebl": "infested_stone", + "silverfishstoneblock": "infested_stone", + "trapst": "infested_stone", + "trapstb": "infested_stone", + "trapstbl": "infested_stone", + "trapstblock": "infested_stone", + "trapstone": "infested_stone", + "trapstoneb": "infested_stone", + "trapstonebl": "infested_stone", + "trapstoneblock": "infested_stone", + "infested_stone_bricks": { + "material": "INFESTED_STONE_BRICKS" + }, + "fishstbr": "infested_stone_bricks", + "fishstbrick": "infested_stone_bricks", + "fishstonebr": "infested_stone_bricks", + "fishstonebrick": "infested_stone_bricks", + "fishstonebricks": "infested_stone_bricks", + "infestedstbr": "infested_stone_bricks", + "infestedstbrick": "infested_stone_bricks", + "infestedstonebr": "infested_stone_bricks", + "infestedstonebrick": "infested_stone_bricks", + "infestedstonebricks": "infested_stone_bricks", + "infeststbr": "infested_stone_bricks", + "infeststbrick": "infested_stone_bricks", + "infeststonebr": "infested_stone_bricks", + "infeststonebrick": "infested_stone_bricks", + "infeststonebricks": "infested_stone_bricks", + "meggstbr": "infested_stone_bricks", + "meggstbrick": "infested_stone_bricks", + "meggstonebr": "infested_stone_bricks", + "meggstonebrick": "infested_stone_bricks", + "meggstonebricks": "infested_stone_bricks", + "mestbr": "infested_stone_bricks", + "mestbrick": "infested_stone_bricks", + "mestonebr": "infested_stone_bricks", + "mestonebrick": "infested_stone_bricks", + "mestonebricks": "infested_stone_bricks", + "minecraft:infested_stone_bricks": "infested_stone_bricks", + "monstereggstbr": "infested_stone_bricks", + "monstereggstbrick": "infested_stone_bricks", + "monstereggstonebr": "infested_stone_bricks", + "monstereggstonebrick": "infested_stone_bricks", + "monstereggstonebricks": "infested_stone_bricks", + "sfishstbr": "infested_stone_bricks", + "sfishstbrick": "infested_stone_bricks", + "sfishstonebr": "infested_stone_bricks", + "sfishstonebrick": "infested_stone_bricks", + "sfishstonebricks": "infested_stone_bricks", + "sfstbr": "infested_stone_bricks", + "sfstbrick": "infested_stone_bricks", + "sfstonebr": "infested_stone_bricks", + "sfstonebrick": "infested_stone_bricks", + "sfstonebricks": "infested_stone_bricks", + "silverfishstbr": "infested_stone_bricks", + "silverfishstbrick": "infested_stone_bricks", + "silverfishstonebr": "infested_stone_bricks", + "silverfishstonebrick": "infested_stone_bricks", + "silverfishstonebricks": "infested_stone_bricks", + "trapstbr": "infested_stone_bricks", + "trapstbrick": "infested_stone_bricks", + "trapstonebr": "infested_stone_bricks", + "trapstonebrick": "infested_stone_bricks", + "trapstonebricks": "infested_stone_bricks", + "ink_sac": { + "material": "INK_SAC" + }, + "inksac": "ink_sac", + "minecraft:ink_sac": "ink_sac", + "invisibility_lingering_potion": { + "potionData": { + "type": "INVISIBILITY", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotinv": "invisibility_lingering_potion", + "aoepotinvis": "invisibility_lingering_potion", + "aoepotinvisibility": "invisibility_lingering_potion", + "aoepotinvisible": "invisibility_lingering_potion", + "aoepotioninv": "invisibility_lingering_potion", + "aoepotioninvis": "invisibility_lingering_potion", + "aoepotioninvisibility": "invisibility_lingering_potion", + "aoepotioninvisible": "invisibility_lingering_potion", + "areapotinv": "invisibility_lingering_potion", + "areapotinvis": "invisibility_lingering_potion", + "areapotinvisibility": "invisibility_lingering_potion", + "areapotinvisible": "invisibility_lingering_potion", + "areapotioninv": "invisibility_lingering_potion", + "areapotioninvis": "invisibility_lingering_potion", + "areapotioninvisibility": "invisibility_lingering_potion", + "areapotioninvisible": "invisibility_lingering_potion", + "cloudpotinv": "invisibility_lingering_potion", + "cloudpotinvis": "invisibility_lingering_potion", + "cloudpotinvisibility": "invisibility_lingering_potion", + "cloudpotinvisible": "invisibility_lingering_potion", + "cloudpotioninv": "invisibility_lingering_potion", + "cloudpotioninvis": "invisibility_lingering_potion", + "cloudpotioninvisibility": "invisibility_lingering_potion", + "cloudpotioninvisible": "invisibility_lingering_potion", + "invaoepoiont": "invisibility_lingering_potion", + "invaoepot": "invisibility_lingering_potion", + "invareapot": "invisibility_lingering_potion", + "invareapotion": "invisibility_lingering_potion", + "invcloudpot": "invisibility_lingering_potion", + "invcloudpotion": "invisibility_lingering_potion", + "invisaoepoiont": "invisibility_lingering_potion", + "invisaoepot": "invisibility_lingering_potion", + "invisareapot": "invisibility_lingering_potion", + "invisareapotion": "invisibility_lingering_potion", + "inviscloudpot": "invisibility_lingering_potion", + "inviscloudpotion": "invisibility_lingering_potion", + "invisibilityaoepoiont": "invisibility_lingering_potion", + "invisibilityaoepot": "invisibility_lingering_potion", + "invisibilityareapot": "invisibility_lingering_potion", + "invisibilityareapotion": "invisibility_lingering_potion", + "invisibilitycloudpot": "invisibility_lingering_potion", + "invisibilitycloudpotion": "invisibility_lingering_potion", + "invisibilitylingerpot": "invisibility_lingering_potion", + "invisibleaoepoiont": "invisibility_lingering_potion", + "invisibleaoepot": "invisibility_lingering_potion", + "invisibleareapot": "invisibility_lingering_potion", + "invisibleareapotion": "invisibility_lingering_potion", + "invisiblecloudpot": "invisibility_lingering_potion", + "invisiblecloudpotion": "invisibility_lingering_potion", + "invisiblelingerpot": "invisibility_lingering_potion", + "invislingerpot": "invisibility_lingering_potion", + "invlingerpot": "invisibility_lingering_potion", + "lingerpotinv": "invisibility_lingering_potion", + "lingerpotinvis": "invisibility_lingering_potion", + "lingerpotinvisibility": "invisibility_lingering_potion", + "lingerpotinvisible": "invisibility_lingering_potion", + "invisibility_potion": { + "potionData": { + "type": "INVISIBILITY", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "invisibilitypot": "invisibility_potion", + "invisibilitypotion": "invisibility_potion", + "invisiblepot": "invisibility_potion", + "invisiblepotion": "invisibility_potion", + "invispot": "invisibility_potion", + "invispotion": "invisibility_potion", + "invpot": "invisibility_potion", + "invpotion": "invisibility_potion", + "potionofinv": "invisibility_potion", + "potionofinvis": "invisibility_potion", + "potionofinvisibility": "invisibility_potion", + "potionofinvisible": "invisibility_potion", + "potofinv": "invisibility_potion", + "potofinvis": "invisibility_potion", + "potofinvisibility": "invisibility_potion", + "potofinvisible": "invisibility_potion", + "invisibility_splash_potion": { + "potionData": { + "type": "INVISIBILITY", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "invisibilitysplashpot": "invisibility_splash_potion", + "invisibilitysplashpotion": "invisibility_splash_potion", + "invisiblesplashpot": "invisibility_splash_potion", + "invisiblesplashpotion": "invisibility_splash_potion", + "invissplashpot": "invisibility_splash_potion", + "invissplashpotion": "invisibility_splash_potion", + "invsplashpot": "invisibility_splash_potion", + "invsplashpotion": "invisibility_splash_potion", + "splashinvisibilitypot": "invisibility_splash_potion", + "splashinvisibilitypotion": "invisibility_splash_potion", + "splashinvisiblepot": "invisibility_splash_potion", + "splashinvisiblepotion": "invisibility_splash_potion", + "splashinvispot": "invisibility_splash_potion", + "splashinvispotion": "invisibility_splash_potion", + "splashinvpot": "invisibility_splash_potion", + "splashinvpotion": "invisibility_splash_potion", + "splinvisibilitypot": "invisibility_splash_potion", + "splinvisibilitypotion": "invisibility_splash_potion", + "splinvisiblepot": "invisibility_splash_potion", + "splinvisiblepotion": "invisibility_splash_potion", + "splinvispot": "invisibility_splash_potion", + "splinvispotion": "invisibility_splash_potion", + "splinvpot": "invisibility_splash_potion", + "splinvpotion": "invisibility_splash_potion", + "invisibility_tipped_arrow": { + "potionData": { + "type": "INVISIBILITY", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowinv": "invisibility_tipped_arrow", + "arrowinvis": "invisibility_tipped_arrow", + "arrowinvisibility": "invisibility_tipped_arrow", + "arrowinvisible": "invisibility_tipped_arrow", + "invarrow": "invisibility_tipped_arrow", + "invisarrow": "invisibility_tipped_arrow", + "invisibilityarrow": "invisibility_tipped_arrow", + "invisibilitytarr": "invisibility_tipped_arrow", + "invisibilitytarrow": "invisibility_tipped_arrow", + "invisibilitytippedarrow": "invisibility_tipped_arrow", + "invisiblearrow": "invisibility_tipped_arrow", + "invisibletarr": "invisibility_tipped_arrow", + "invisibletarrow": "invisibility_tipped_arrow", + "invisibletippedarrow": "invisibility_tipped_arrow", + "invistarr": "invisibility_tipped_arrow", + "invistarrow": "invisibility_tipped_arrow", + "invistippedarrow": "invisibility_tipped_arrow", + "invtarr": "invisibility_tipped_arrow", + "invtarrow": "invisibility_tipped_arrow", + "invtippedarrow": "invisibility_tipped_arrow", + "iron_axe": { + "material": "IRON_AXE" + }, + "iaxe": "iron_axe", + "ironaxe": "iron_axe", + "minecraft:iron_axe": "iron_axe", + "saxe": "stone_axe", + "staxe": "iron_axe", + "steelaxe": "iron_axe", + "iron_bars": { + "material": "IRON_BARS" + }, + "ibars": "iron_bars", + "ibarsb": "iron_bars", + "ibarsblock": "iron_bars", + "ifence": "iron_bars", + "ironbars": "iron_bars", + "ironbarsb": "iron_bars", + "ironbarsblock": "iron_bars", + "ironfence": "iron_bars", + "jailbars": "iron_bars", + "jailbarsb": "iron_bars", + "jailbarsblock": "iron_bars", + "jailfence": "iron_bars", + "jbars": "iron_bars", + "jbarsb": "iron_bars", + "jbarsblock": "iron_bars", + "mbars": "iron_bars", + "mbarsb": "iron_bars", + "mbarsblock": "iron_bars", + "metalbars": "iron_bars", + "metalbarsb": "iron_bars", + "metalbarsblock": "iron_bars", + "metalfence": "iron_bars", + "mfence": "mangrove_fence", + "minecraft:iron_bars": "iron_bars", + "iron_block": { + "material": "IRON_BLOCK" + }, + "blocki": "iron_block", + "blockiron": "iron_block", + "blocks": "iron_block", + "blockst": "iron_block", + "blocksteel": "iron_block", + "iblock": "iron_block", + "ironblock": "iron_block", + "minecraft:iron_block": "iron_block", + "sblock": "iron_block", + "stblock": "iron_block", + "steelblock": "iron_block", + "iron_boots": { + "material": "IRON_BOOTS" + }, + "iboots": "iron_boots", + "ironboots": "iron_boots", + "ironshoes": "iron_boots", + "ishoes": "iron_boots", + "minecraft:iron_boots": "iron_boots", + "sboots": "iron_boots", + "sshoes": "iron_boots", + "stboots": "iron_boots", + "steelboots": "iron_boots", + "steelshoes": "iron_boots", + "stshoes": "iron_boots", + "iron_chestplate": { + "material": "IRON_CHESTPLATE" + }, + "ichestplate": "iron_chestplate", + "iplate": "iron_chestplate", + "iplatebody": "iron_chestplate", + "ironchestplate": "iron_chestplate", + "ironplate": "iron_chestplate", + "ironplatebody": "iron_chestplate", + "ironshirt": "iron_chestplate", + "irontunic": "iron_chestplate", + "ishirt": "iron_chestplate", + "itunic": "iron_chestplate", + "minecraft:iron_chestplate": "iron_chestplate", + "schestplate": "iron_chestplate", + "splate": "spruce_pressure_plate", + "splatebody": "iron_chestplate", + "sshirt": "iron_chestplate", + "stchestplate": "iron_chestplate", + "steelchestplate": "iron_chestplate", + "steelplate": "iron_chestplate", + "steelplatebody": "iron_chestplate", + "steelshirt": "iron_chestplate", + "steeltunic": "iron_chestplate", + "stplate": "iron_chestplate", + "stplatebody": "iron_chestplate", + "stshirt": "iron_chestplate", + "sttunic": "iron_chestplate", + "stunic": "iron_chestplate", + "iron_door": { + "material": "IRON_DOOR" + }, + "doori": "iron_door", + "dooriron": "iron_door", + "doors": "iron_door", + "doorst": "iron_door", + "doorsteel": "iron_door", + "idoor": "iron_door", + "irondoor": "iron_door", + "minecraft:iron_door": "iron_door", + "sdoor": "spruce_door", + "stdoor": "spruce_trapdoor", + "steeldoor": "iron_door", + "iron_golem_spawn_egg": { + "material": "IRON_GOLEM_SPAWN_EGG" + }, + "eggigolem": "iron_golem_spawn_egg", + "eggiron_golem": "iron_golem_spawn_egg", + "igolemegg": "iron_golem_spawn_egg", + "igolemsegg": "iron_golem_spawn_egg", + "igolemspawn": "iron_golem_spawn_egg", + "igolemspawnegg": "iron_golem_spawn_egg", + "iron_golemegg": "iron_golem_spawn_egg", + "iron_golemsegg": "iron_golem_spawn_egg", + "iron_golemspawn": "iron_golem_spawn_egg", + "iron_golemspawnegg": "iron_golem_spawn_egg", + "irongolemspawnegg": "iron_golem_spawn_egg", + "minecraft:iron_golem_spawn_egg": "iron_golem_spawn_egg", + "seggigolem": "iron_golem_spawn_egg", + "seggiron_golem": "iron_golem_spawn_egg", + "spawneggigolem": "iron_golem_spawn_egg", + "spawneggiron_golem": "iron_golem_spawn_egg", + "spawnigolem": "iron_golem_spawn_egg", + "spawniron_golem": "iron_golem_spawn_egg", + "iron_golem_spawner": { + "entity": "IRON_GOLEM", + "material": "SPAWNER" + }, + "igolemcage": "iron_golem_spawner", + "igolemmcage": "iron_golem_spawner", + "igolemmobcage": "iron_golem_spawner", + "igolemmobspawner": "iron_golem_spawner", + "igolemmonstercage": "iron_golem_spawner", + "igolemmonsterspawner": "iron_golem_spawner", + "igolemmspawner": "iron_golem_spawner", + "igolemspawner": "iron_golem_spawner", + "iron_golemcage": "iron_golem_spawner", + "iron_golemmcage": "iron_golem_spawner", + "iron_golemmobcage": "iron_golem_spawner", + "iron_golemmobspawner": "iron_golem_spawner", + "iron_golemmonstercage": "iron_golem_spawner", + "iron_golemmonsterspawner": "iron_golem_spawner", + "iron_golemmspawner": "iron_golem_spawner", + "iron_golemspawner": "iron_golem_spawner", + "iron_helmet": { + "material": "IRON_HELMET" + }, + "icoif": "iron_helmet", + "ihat": "iron_helmet", + "ihelm": "iron_helmet", + "ihelmet": "iron_helmet", + "ironcoif": "iron_helmet", + "ironhat": "iron_helmet", + "ironhelm": "iron_helmet", + "ironhelmet": "iron_helmet", + "minecraft:iron_helmet": "iron_helmet", + "scoif": "iron_helmet", + "shat": "iron_helmet", + "shelm": "iron_helmet", + "shelmet": "iron_helmet", + "stcoif": "iron_helmet", + "steelcoif": "iron_helmet", + "steelhat": "iron_helmet", + "steelhelm": "iron_helmet", + "steelhelmet": "iron_helmet", + "sthat": "iron_helmet", + "sthelm": "iron_helmet", + "sthelmet": "iron_helmet", + "iron_hoe": { + "material": "IRON_HOE" + }, + "ihoe": "iron_hoe", + "ironhoe": "iron_hoe", + "minecraft:iron_hoe": "iron_hoe", + "shoe": "stone_hoe", + "steelhoe": "iron_hoe", + "sthoe": "iron_hoe", + "iron_horse_armor": { + "material": "IRON_HORSE_ARMOR" + }, + "iarmor": "iron_horse_armor", + "iharmor": "iron_horse_armor", + "ihorsearmor": "iron_horse_armor", + "ironarmor": "iron_horse_armor", + "ironharmor": "iron_horse_armor", + "ironhorsearmor": "iron_horse_armor", + "minecraft:iron_horse_armor": "iron_horse_armor", + "sarmor": "iron_horse_armor", + "sharmor": "iron_horse_armor", + "shorsearmor": "iron_horse_armor", + "starmor": "iron_horse_armor", + "steelarmor": "iron_horse_armor", + "steelharmor": "iron_horse_armor", + "steelhorsearmor": "iron_horse_armor", + "stharmor": "iron_horse_armor", + "sthorsearmor": "iron_horse_armor", + "iron_ingot": { + "material": "IRON_INGOT" + }, + "bari": "iron_ingot", + "bariron": "iron_ingot", + "bars": "iron_ingot", + "barst": "iron_ingot", + "barsteel": "iron_ingot", + "ibar": "iron_ingot", + "ii": "iron_ingot", + "iingot": "iron_ingot", + "iiron": "iron_ingot", + "ingoti": "iron_ingot", + "ingotiron": "iron_ingot", + "ingots": "iron_ingot", + "ingotst": "iron_ingot", + "ingotsteel": "iron_ingot", + "ironbar": "iron_ingot", + "ironi": "iron_ingot", + "ironingot": "iron_ingot", + "is": "iron_ingot", + "ist": "iron_ingot", + "isteel": "iron_ingot", + "minecraft:iron_ingot": "iron_ingot", + "sbar": "iron_ingot", + "si": "iron_ingot", + "singot": "iron_ingot", + "stbar": "iron_ingot", + "steelbar": "iron_ingot", + "steeli": "iron_ingot", + "steelingot": "iron_ingot", + "sti": "iron_ingot", + "stingot": "iron_ingot", + "iron_leggings": { + "material": "IRON_LEGGINGS" + }, + "ileggings": "iron_leggings", + "ilegs": "iron_leggings", + "ipants": "iron_leggings", + "ironleggings": "iron_leggings", + "ironlegs": "iron_leggings", + "ironpants": "iron_leggings", + "minecraft:iron_leggings": "iron_leggings", + "sleggings": "iron_leggings", + "slegs": "iron_leggings", + "spants": "iron_leggings", + "steelleggings": "iron_leggings", + "steellegs": "iron_leggings", + "steelpants": "iron_leggings", + "stleggings": "iron_leggings", + "stlegs": "iron_leggings", + "stpants": "iron_leggings", + "iron_nugget": { + "material": "IRON_NUGGET" + }, + "ironnugget": "iron_nugget", + "minecraft:iron_nugget": "iron_nugget", + "iron_ore": { + "material": "IRON_ORE" + }, + "io": "iron_ore", + "iore": "iron_ore", + "irono": "iron_ore", + "ironore": "iron_ore", + "minecraft:iron_ore": "iron_ore", + "oi": "iron_ore", + "oiron": "iron_ore", + "orei": "iron_ore", + "oreiron": "iron_ore", + "ores": "iron_ore", + "orest": "iron_ore", + "oresteel": "iron_ore", + "os": "iron_ore", + "ost": "iron_ore", + "osteel": "iron_ore", + "so": "iron_ore", + "sore": "iron_ore", + "steelo": "iron_ore", + "steelore": "iron_ore", + "sto": "iron_ore", + "stoneiore": "iron_ore", + "stoneironore": "iron_ore", + "stonesore": "iron_ore", + "stonesteelore": "iron_ore", + "stonestore": "iron_ore", + "store": "iron_ore", + "iron_pickaxe": { + "material": "IRON_PICKAXE" + }, + "ipick": "iron_pickaxe", + "ipickaxe": "iron_pickaxe", + "ironpick": "iron_pickaxe", + "ironpickaxe": "iron_pickaxe", + "minecraft:iron_pickaxe": "iron_pickaxe", + "spick": "stone_pickaxe", + "spickaxe": "stone_pickaxe", + "steelpick": "iron_pickaxe", + "steelpickaxe": "iron_pickaxe", + "stpick": "iron_pickaxe", + "stpickaxe": "iron_pickaxe", + "iron_shovel": { + "material": "IRON_SHOVEL" + }, + "ironshovel": "iron_shovel", + "ironspade": "iron_shovel", + "ishovel": "iron_shovel", + "ispade": "iron_shovel", + "minecraft:iron_shovel": "iron_shovel", + "sshovel": "stone_shovel", + "sspade": "stone_shovel", + "steelshovel": "iron_shovel", + "steelspade": "iron_shovel", + "stshovel": "iron_shovel", + "stspade": "iron_shovel", + "iron_sword": { + "material": "IRON_SWORD" + }, + "ironsword": "iron_sword", + "isword": "iron_sword", + "minecraft:iron_sword": "iron_sword", + "ssword": "stone_sword", + "steelsword": "iron_sword", + "stsword": "iron_sword", + "iron_trapdoor": { + "material": "IRON_TRAPDOOR" + }, + "idoort": "iron_trapdoor", + "idoortrap": "iron_trapdoor", + "idtrap": "iron_trapdoor", + "ihatch": "iron_trapdoor", + "irondoort": "iron_trapdoor", + "irondoortrap": "iron_trapdoor", + "irondtrap": "iron_trapdoor", + "ironhatch": "iron_trapdoor", + "irontdoor": "iron_trapdoor", + "irontrapd": "iron_trapdoor", + "irontrapdoor": "iron_trapdoor", + "itdoor": "iron_trapdoor", + "itrapd": "iron_trapdoor", + "itrapdoor": "iron_trapdoor", + "minecraft:iron_trapdoor": "iron_trapdoor", + "sdoort": "spruce_trapdoor", + "sdoortrap": "spruce_trapdoor", + "sdtrap": "spruce_trapdoor", + "shatch": "spruce_trapdoor", + "stdoort": "iron_trapdoor", + "stdoortrap": "iron_trapdoor", + "stdtrap": "iron_trapdoor", + "steeldoort": "iron_trapdoor", + "steeldoortrap": "iron_trapdoor", + "steeldtrap": "iron_trapdoor", + "steelhatch": "iron_trapdoor", + "steeltdoor": "iron_trapdoor", + "steeltrapd": "iron_trapdoor", + "steeltrapdoor": "iron_trapdoor", + "sthatch": "iron_trapdoor", + "strapd": "spruce_trapdoor", + "strapdoor": "spruce_trapdoor", + "sttdoor": "iron_trapdoor", + "sttrapd": "iron_trapdoor", + "sttrapdoor": "iron_trapdoor", + "item_frame": { + "material": "ITEM_FRAME" + }, + "frame": "item_frame", + "iframe": "item_frame", + "itemframe": "item_frame", + "minecraft:item_frame": "item_frame", + "jack_o_lantern": { + "material": "JACK_O_LANTERN" + }, + "glowingpumpkin": "jack_o_lantern", + "glowpumpkin": "jack_o_lantern", + "gpumpkin": "jack_o_lantern", + "jackolantern": "jack_o_lantern", + "jpumpkin": "jack_o_lantern", + "lightpumpkin": "jack_o_lantern", + "lpumpkin": "jack_o_lantern", + "minecraft:jack_o_lantern": "jack_o_lantern", + "plantren": "jack_o_lantern", + "pumpkinlantern": "jack_o_lantern", + "jigsaw": { + "material": "JIGSAW" + }, + "minecraft:jigsaw": "jigsaw", + "jukebox": { + "material": "JUKEBOX" + }, + "jbox": "jukebox", + "minecraft:jukebox": "jukebox", + "jungle_boat": { + "material": "JUNGLE_BOAT" + }, + "boatf": "jungle_boat", + "boatforest": "jungle_boat", + "boatj": "jungle_boat", + "boatjungle": "jungle_boat", + "fboat": "jungle_boat", + "forestboat": "jungle_boat", + "forestraft": "jungle_boat", + "fraft": "jungle_boat", + "jboat": "jungle_boat", + "jraft": "jungle_boat", + "jungleboat": "jungle_boat", + "jungleraft": "jungle_boat", + "minecraft:jungle_boat": "jungle_boat", + "jungle_button": { + "material": "JUNGLE_BUTTON" + }, + "buttonf": "jungle_button", + "buttonforest": "jungle_button", + "buttonj": "jungle_button", + "buttonjungle": "jungle_button", + "fbutton": "jungle_button", + "forestbutton": "jungle_button", + "jbutton": "jungle_button", + "junglebutton": "jungle_button", + "minecraft:jungle_button": "jungle_button", + "jungle_chest_boat": { + "material": "JUNGLE_CHEST_BOAT" + }, + "fchboat": "jungle_chest_boat", + "forestchboat": "jungle_chest_boat", + "jchboat": "jungle_chest_boat", + "junglechboat": "jungle_chest_boat", + "junglechestboat": "jungle_chest_boat", + "minecraft:jungle_chest_boat": "jungle_chest_boat", + "jungle_door": { + "material": "JUNGLE_DOOR" + }, + "fdoor": "jungle_door", + "forestdoor": "jungle_door", + "jdoor": "jungle_door", + "jungledoor": "jungle_door", + "minecraft:jungle_door": "jungle_door", + "jungle_fence": { + "material": "JUNGLE_FENCE" + }, + "ffence": "jungle_fence", + "forestfence": "jungle_fence", + "jfence": "jungle_fence", + "junglefence": "jungle_fence", + "minecraft:jungle_fence": "jungle_fence", + "jungle_fence_gate": { + "material": "JUNGLE_FENCE_GATE" + }, + "ffencegate": "jungle_fence_gate", + "fgate": "jungle_fence_gate", + "forestfencegate": "jungle_fence_gate", + "forestgate": "jungle_fence_gate", + "gatef": "jungle_fence_gate", + "gateforest": "jungle_fence_gate", + "gatej": "jungle_fence_gate", + "gatejungle": "jungle_fence_gate", + "jfencegate": "jungle_fence_gate", + "jgate": "jungle_fence_gate", + "junglefencegate": "jungle_fence_gate", + "junglegate": "jungle_fence_gate", + "minecraft:jungle_fence_gate": "jungle_fence_gate", + "jungle_hanging_sign": { + "material": "JUNGLE_HANGING_SIGN" + }, + "fhangsign": "jungle_hanging_sign", + "fhsign": "jungle_hanging_sign", + "foresthangsign": "jungle_hanging_sign", + "foresthsign": "jungle_hanging_sign", + "jhangsign": "jungle_hanging_sign", + "jhsign": "jungle_hanging_sign", + "junglehangingsign": "jungle_hanging_sign", + "junglehangsign": "jungle_hanging_sign", + "junglehsign": "jungle_hanging_sign", + "minecraft:jungle_hanging_sign": "jungle_hanging_sign", + "jungle_leaves": { + "material": "JUNGLE_LEAVES" + }, + "fleaf": "jungle_leaves", + "fleave": "jungle_leaves", + "fleaves": "jungle_leaves", + "flogleaf": "jungle_leaves", + "flogleave": "jungle_leaves", + "flogleaves": "jungle_leaves", + "forestleaf": "jungle_leaves", + "forestleave": "jungle_leaves", + "forestleaves": "jungle_leaves", + "forestlogleaf": "jungle_leaves", + "forestlogleave": "jungle_leaves", + "forestlogleaves": "jungle_leaves", + "foresttreeleaf": "jungle_leaves", + "foresttreeleave": "jungle_leaves", + "foresttreeleaves": "jungle_leaves", + "foresttrunkleaf": "jungle_leaves", + "foresttrunkleave": "jungle_leaves", + "foresttrunkleaves": "jungle_leaves", + "forestwoodleaf": "jungle_leaves", + "forestwoodleave": "jungle_leaves", + "forestwoodleaves": "jungle_leaves", + "ftreeleaf": "jungle_leaves", + "ftreeleave": "jungle_leaves", + "ftreeleaves": "jungle_leaves", + "ftrunkleaf": "jungle_leaves", + "ftrunkleave": "jungle_leaves", + "ftrunkleaves": "jungle_leaves", + "fwoodleaf": "jungle_leaves", + "fwoodleave": "jungle_leaves", + "fwoodleaves": "jungle_leaves", + "jleaf": "jungle_leaves", + "jleave": "jungle_leaves", + "jleaves": "jungle_leaves", + "jlogleaf": "jungle_leaves", + "jlogleave": "jungle_leaves", + "jlogleaves": "jungle_leaves", + "jtreeleaf": "jungle_leaves", + "jtreeleave": "jungle_leaves", + "jtreeleaves": "jungle_leaves", + "jtrunkleaf": "jungle_leaves", + "jtrunkleave": "jungle_leaves", + "jtrunkleaves": "jungle_leaves", + "jungleleaf": "jungle_leaves", + "jungleleave": "jungle_leaves", + "jungleleaves": "jungle_leaves", + "junglelogleaf": "jungle_leaves", + "junglelogleave": "jungle_leaves", + "junglelogleaves": "jungle_leaves", + "jungletreeleaf": "jungle_leaves", + "jungletreeleave": "jungle_leaves", + "jungletreeleaves": "jungle_leaves", + "jungletrunkleaf": "jungle_leaves", + "jungletrunkleave": "jungle_leaves", + "jungletrunkleaves": "jungle_leaves", + "junglewoodleaf": "jungle_leaves", + "junglewoodleave": "jungle_leaves", + "junglewoodleaves": "jungle_leaves", + "jwoodleaf": "jungle_leaves", + "jwoodleave": "jungle_leaves", + "jwoodleaves": "jungle_leaves", + "leaff": "jungle_leaves", + "leafforest": "jungle_leaves", + "leafj": "jungle_leaves", + "leafjungle": "jungle_leaves", + "leavesf": "jungle_leaves", + "leavesforest": "jungle_leaves", + "leavesj": "jungle_leaves", + "leavesjungle": "jungle_leaves", + "minecraft:jungle_leaves": "jungle_leaves", + "jungle_log": { + "material": "JUNGLE_LOG" + }, + "flog": "jungle_log", + "forestlog": "jungle_log", + "foresttree": "jungle_log", + "foresttrunk": "jungle_log", + "ftree": "jungle_log", + "ftrunk": "jungle_log", + "jlog": "jungle_log", + "jtree": "jungle_log", + "jtrunk": "jungle_log", + "junglelog": "jungle_log", + "jungletree": "jungle_log", + "jungletrunk": "jungle_log", + "logf": "jungle_log", + "logforest": "jungle_log", + "logj": "jungle_log", + "logjungle": "jungle_log", + "minecraft:jungle_log": "jungle_log", + "jungle_planks": { + "material": "JUNGLE_PLANKS" + }, + "forestplank": "jungle_planks", + "forestplankw": "jungle_planks", + "forestplankwood": "jungle_planks", + "forestplankwooden": "jungle_planks", + "forestwoodenplank": "jungle_planks", + "forestwoodplank": "jungle_planks", + "forestwplank": "jungle_planks", + "fplank": "jungle_planks", + "fplankw": "jungle_planks", + "fplankwood": "jungle_planks", + "fplankwooden": "jungle_planks", + "fwoodenplank": "jungle_planks", + "fwoodplank": "jungle_planks", + "fwplank": "jungle_planks", + "jplank": "jungle_planks", + "jplankw": "jungle_planks", + "jplankwood": "jungle_planks", + "jplankwooden": "jungle_planks", + "jungleplank": "jungle_planks", + "jungleplanks": "jungle_planks", + "jungleplankw": "jungle_planks", + "jungleplankwood": "jungle_planks", + "jungleplankwooden": "jungle_planks", + "junglewoodenplank": "jungle_planks", + "junglewoodplank": "jungle_planks", + "junglewplank": "jungle_planks", + "jwoodenplank": "jungle_planks", + "jwoodplank": "jungle_planks", + "jwplank": "jungle_planks", + "minecraft:jungle_planks": "jungle_planks", + "jungle_pressure_plate": { + "material": "JUNGLE_PRESSURE_PLATE" + }, + "forestplate": "jungle_pressure_plate", + "forestpplate": "jungle_pressure_plate", + "forestpressplate": "jungle_pressure_plate", + "forestpressureplate": "jungle_pressure_plate", + "fplate": "jungle_pressure_plate", + "fpplate": "jungle_pressure_plate", + "fpressplate": "jungle_pressure_plate", + "fpressureplate": "jungle_pressure_plate", + "jplate": "jungle_pressure_plate", + "jpplate": "jungle_pressure_plate", + "jpressplate": "jungle_pressure_plate", + "jpressureplate": "jungle_pressure_plate", + "jungleplate": "jungle_pressure_plate", + "junglepplate": "jungle_pressure_plate", + "junglepressplate": "jungle_pressure_plate", + "junglepressureplate": "jungle_pressure_plate", + "minecraft:jungle_pressure_plate": "jungle_pressure_plate", + "platef": "jungle_pressure_plate", + "plateforest": "jungle_pressure_plate", + "platej": "jungle_pressure_plate", + "platejungle": "jungle_pressure_plate", + "jungle_sapling": { + "material": "JUNGLE_SAPLING" + }, + "flogsapling": "jungle_sapling", + "forestlogsapling": "jungle_sapling", + "forestsapling": "jungle_sapling", + "foresttreesapling": "jungle_sapling", + "foresttrunksapling": "jungle_sapling", + "forestwoodsapling": "jungle_sapling", + "fsapling": "jungle_sapling", + "ftreesapling": "jungle_sapling", + "ftrunksapling": "jungle_sapling", + "fwoodsapling": "jungle_sapling", + "jlogsapling": "jungle_sapling", + "jsapling": "jungle_sapling", + "jtreesapling": "jungle_sapling", + "jtrunksapling": "jungle_sapling", + "junglelogsapling": "jungle_sapling", + "junglesapling": "jungle_sapling", + "jungletreesapling": "jungle_sapling", + "jungletrunksapling": "jungle_sapling", + "junglewoodsapling": "jungle_sapling", + "jwoodsapling": "jungle_sapling", + "minecraft:jungle_sapling": "jungle_sapling", + "jungle_sign": { + "material": "JUNGLE_SIGN", + "fallbacks": [ + "SIGN" + ] + }, + "forestsign": "jungle_sign", + "fsign": "jungle_sign", + "jsign": "jungle_sign", + "junglesign": "jungle_sign", + "minecraft:jungle_sign": "jungle_sign", + "jungle_slab": { + "material": "JUNGLE_SLAB" + }, + "fhalfblock": "jungle_slab", + "foresthalfblock": "jungle_slab", + "foreststep": "jungle_slab", + "forestwhalfblock": "jungle_slab", + "forestwoodenhalfblock": "jungle_slab", + "forestwoodenslab": "jungle_slab", + "forestwoodenstep": "jungle_slab", + "forestwoodhalfblock": "jungle_slab", + "forestwoodslab": "jungle_slab", + "forestwoodstep": "jungle_slab", + "forestwslab": "jungle_slab", + "forestwstep": "jungle_slab", + "fstep": "jungle_slab", + "fwhalfblock": "jungle_slab", + "fwoodenhalfblock": "jungle_slab", + "fwoodenslab": "jungle_slab", + "fwoodenstep": "jungle_slab", + "fwoodhalfblock": "jungle_slab", + "fwoodslab": "jungle_slab", + "fwoodstep": "jungle_slab", + "fwslab": "jungle_slab", + "fwstep": "jungle_slab", + "jhalfblock": "jungle_slab", + "jstep": "jungle_slab", + "junglehalfblock": "jungle_slab", + "jungleslab": "jungle_slab", + "junglestep": "jungle_slab", + "junglewhalfblock": "jungle_slab", + "junglewoodenhalfblock": "jungle_slab", + "junglewoodenslab": "jungle_slab", + "junglewoodenstep": "jungle_slab", + "junglewoodhalfblock": "jungle_slab", + "junglewoodslab": "jungle_slab", + "junglewoodstep": "jungle_slab", + "junglewslab": "jungle_slab", + "junglewstep": "jungle_slab", + "jwhalfblock": "jungle_slab", + "jwoodenhalfblock": "jungle_slab", + "jwoodenslab": "jungle_slab", + "jwoodenstep": "jungle_slab", + "jwoodhalfblock": "jungle_slab", + "jwoodslab": "jungle_slab", + "jwoodstep": "jungle_slab", + "jwslab": "jungle_slab", + "jwstep": "jungle_slab", + "minecraft:jungle_slab": "jungle_slab", + "jungle_stairs": { + "material": "JUNGLE_STAIRS" + }, + "foreststair": "jungle_stairs", + "forestwoodenstair": "jungle_stairs", + "forestwoodenstairs": "jungle_stairs", + "forestwoodstair": "jungle_stairs", + "forestwoodstairs": "jungle_stairs", + "forestwstair": "jungle_stairs", + "forestwstairs": "jungle_stairs", + "fstair": "jungle_stairs", + "fwoodenstair": "jungle_stairs", + "fwoodenstairs": "jungle_stairs", + "fwoodstair": "jungle_stairs", + "fwoodstairs": "jungle_stairs", + "fwstair": "jungle_stairs", + "fwstairs": "jungle_stairs", + "jstair": "jungle_stairs", + "junglestair": "jungle_stairs", + "junglestairs": "jungle_stairs", + "junglewoodenstair": "jungle_stairs", + "junglewoodenstairs": "jungle_stairs", + "junglewoodstair": "jungle_stairs", + "junglewoodstairs": "jungle_stairs", + "junglewstair": "jungle_stairs", + "junglewstairs": "jungle_stairs", + "jwoodenstair": "jungle_stairs", + "jwoodenstairs": "jungle_stairs", + "jwoodstair": "jungle_stairs", + "jwoodstairs": "jungle_stairs", + "jwstair": "jungle_stairs", + "jwstairs": "jungle_stairs", + "minecraft:jungle_stairs": "jungle_stairs", + "jungle_trapdoor": { + "material": "JUNGLE_TRAPDOOR" + }, + "fdoort": "jungle_trapdoor", + "fdoortrap": "jungle_trapdoor", + "fdtrap": "jungle_trapdoor", + "fhatch": "jungle_trapdoor", + "forestdoort": "jungle_trapdoor", + "forestdoortrap": "jungle_trapdoor", + "forestdtrap": "jungle_trapdoor", + "foresthatch": "jungle_trapdoor", + "foresttdoor": "jungle_trapdoor", + "foresttrapd": "jungle_trapdoor", + "foresttrapdoor": "jungle_trapdoor", + "ftdoor": "jungle_trapdoor", + "ftrapd": "jungle_trapdoor", + "ftrapdoor": "jungle_trapdoor", + "jdoort": "jungle_trapdoor", + "jdoortrap": "jungle_trapdoor", + "jdtrap": "jungle_trapdoor", + "jhatch": "jungle_trapdoor", + "jtdoor": "jungle_trapdoor", + "jtrapd": "jungle_trapdoor", + "jtrapdoor": "jungle_trapdoor", + "jungledoort": "jungle_trapdoor", + "jungledoortrap": "jungle_trapdoor", + "jungledtrap": "jungle_trapdoor", + "junglehatch": "jungle_trapdoor", + "jungletdoor": "jungle_trapdoor", + "jungletrapd": "jungle_trapdoor", + "jungletrapdoor": "jungle_trapdoor", + "minecraft:jungle_trapdoor": "jungle_trapdoor", + "jungle_wood": { + "material": "JUNGLE_WOOD" + }, + "flogall": "jungle_wood", + "forestlogall": "jungle_wood", + "foresttreeall": "jungle_wood", + "foresttrunkall": "jungle_wood", + "forestwood": "jungle_wood", + "ftreeall": "jungle_wood", + "ftrunkall": "jungle_wood", + "fwood": "jungle_wood", + "jlogall": "jungle_wood", + "jtreeall": "jungle_wood", + "jtrunkall": "jungle_wood", + "junglelogall": "jungle_wood", + "jungletreeall": "jungle_wood", + "jungletrunkall": "jungle_wood", + "junglewood": "jungle_wood", + "jwood": "jungle_wood", + "minecraft:jungle_wood": "jungle_wood", + "woodf": "jungle_wood", + "woodforest": "jungle_wood", + "woodj": "jungle_wood", + "woodjungle": "jungle_wood", + "kelp": { + "material": "KELP" + }, + "minecraft:kelp": "kelp", + "knowledge_book": { + "material": "KNOWLEDGE_BOOK" + }, + "knowledgebook": "knowledge_book", + "minecraft:knowledge_book": "knowledge_book", + "ladder": { + "material": "LADDER" + }, + "minecraft:ladder": "ladder", + "lantern": { + "material": "LANTERN" + }, + "minecraft:lantern": "lantern", + "lapis_block": { + "material": "LAPIS_BLOCK" + }, + "blockl": "lapis_block", + "blocklapis": "lapis_block", + "blocklapislazuli": "lapis_block", + "lapisblock": "lapis_block", + "lapislazuliblock": "lapis_block", + "lblock": "lapis_block", + "minecraft:lapis_block": "lapis_block", + "lapis_lazuli": { + "material": "LAPIS_LAZULI" + }, + "lapislazuli": "lapis_lazuli", + "minecraft:lapis_lazuli": "lapis_lazuli", + "lapis_ore": { + "material": "LAPIS_ORE" + }, + "lapislazulio": "lapis_ore", + "lapislazuliore": "lapis_ore", + "lapiso": "lapis_ore", + "lapisore": "lapis_ore", + "lo": "lapis_ore", + "lore": "lapis_ore", + "minecraft:lapis_ore": "lapis_ore", + "ol": "lapis_ore", + "olapis": "lapis_ore", + "olapislazuli": "lapis_ore", + "orel": "lapis_ore", + "orelapis": "lapis_ore", + "orelapislazuli": "lapis_ore", + "stonelapislazuliore": "lapis_ore", + "stonelapisore": "lapis_ore", + "stonelore": "lapis_ore", + "large_amethyst_bud": { + "material": "LARGE_AMETHYST_BUD" + }, + "amethystbudl": "large_amethyst_bud", + "bigamethystbud": "large_amethyst_bud", + "bigcavebud": "large_amethyst_bud", + "cavebudl": "large_amethyst_bud", + "lamethystbud": "large_amethyst_bud", + "largeamethystbud": "large_amethyst_bud", + "largecavebud": "large_amethyst_bud", + "lcavebud": "large_amethyst_bud", + "minecraft:large_amethyst_bud": "large_amethyst_bud", + "large_fern": { + "material": "LARGE_FERN" + }, + "largefern": "large_fern", + "minecraft:large_fern": "large_fern", + "lava_bucket": { + "material": "LAVA_BUCKET" + }, + "lavabucket": "lava_bucket", + "minecraft:lava_bucket": "lava_bucket", + "lead": { + "material": "LEAD" + }, + "minecraft:lead": "lead", + "leaping_lingering_potion": { + "potionData": { + "type": "JUMP", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotionjump": "leaping_lingering_potion", + "aoepotionleap": "leaping_lingering_potion", + "aoepotionleaping": "leaping_lingering_potion", + "aoepotjump": "leaping_lingering_potion", + "aoepotleap": "leaping_lingering_potion", + "aoepotleaping": "leaping_lingering_potion", + "areapotionjump": "leaping_lingering_potion", + "areapotionleap": "leaping_lingering_potion", + "areapotionleaping": "leaping_lingering_potion", + "areapotjump": "leaping_lingering_potion", + "areapotleap": "leaping_lingering_potion", + "areapotleaping": "leaping_lingering_potion", + "cloudpotionjump": "leaping_lingering_potion", + "cloudpotionleap": "leaping_lingering_potion", + "cloudpotionleaping": "leaping_lingering_potion", + "cloudpotjump": "leaping_lingering_potion", + "cloudpotleap": "leaping_lingering_potion", + "cloudpotleaping": "leaping_lingering_potion", + "jumpaoepoiont": "leaping_lingering_potion", + "jumpaoepot": "leaping_lingering_potion", + "jumpareapot": "leaping_lingering_potion", + "jumpareapotion": "leaping_lingering_potion", + "jumpcloudpot": "leaping_lingering_potion", + "jumpcloudpotion": "leaping_lingering_potion", + "jumplingerpot": "leaping_lingering_potion", + "leapaoepoiont": "leaping_lingering_potion", + "leapaoepot": "leaping_lingering_potion", + "leapareapot": "leaping_lingering_potion", + "leapareapotion": "leaping_lingering_potion", + "leapcloudpot": "leaping_lingering_potion", + "leapcloudpotion": "leaping_lingering_potion", + "leapingaoepoiont": "leaping_lingering_potion", + "leapingaoepot": "leaping_lingering_potion", + "leapingareapot": "leaping_lingering_potion", + "leapingareapotion": "leaping_lingering_potion", + "leapingcloudpot": "leaping_lingering_potion", + "leapingcloudpotion": "leaping_lingering_potion", + "leapinglingerpot": "leaping_lingering_potion", + "leaplingerpot": "leaping_lingering_potion", + "lingerpotjump": "leaping_lingering_potion", + "lingerpotleap": "leaping_lingering_potion", + "lingerpotleaping": "leaping_lingering_potion", + "leaping_potion": { + "potionData": { + "type": "JUMP", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "jumppot": "leaping_potion", + "jumppotion": "leaping_potion", + "leapingpot": "leaping_potion", + "leapingpotion": "leaping_potion", + "leappot": "leaping_potion", + "leappotion": "leaping_potion", + "potionofjump": "leaping_potion", + "potionofleap": "leaping_potion", + "potionofleaping": "leaping_potion", + "potofjump": "leaping_potion", + "potofleap": "leaping_potion", + "potofleaping": "leaping_potion", + "leaping_splash_potion": { + "potionData": { + "type": "JUMP", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "jumpsplashpot": "leaping_splash_potion", + "jumpsplashpotion": "leaping_splash_potion", + "leapingsplashpot": "leaping_splash_potion", + "leapingsplashpotion": "leaping_splash_potion", + "leapsplashpot": "leaping_splash_potion", + "leapsplashpotion": "leaping_splash_potion", + "splashjumppot": "leaping_splash_potion", + "splashjumppotion": "leaping_splash_potion", + "splashleapingpot": "leaping_splash_potion", + "splashleapingpotion": "leaping_splash_potion", + "splashleappot": "leaping_splash_potion", + "splashleappotion": "leaping_splash_potion", + "spljumppot": "leaping_splash_potion", + "spljumppotion": "leaping_splash_potion", + "splleapingpot": "leaping_splash_potion", + "splleapingpotion": "leaping_splash_potion", + "splleappot": "leaping_splash_potion", + "splleappotion": "leaping_splash_potion", + "leaping_tipped_arrow": { + "potionData": { + "type": "JUMP", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowjump": "leaping_tipped_arrow", + "arrowleap": "leaping_tipped_arrow", + "arrowleaping": "leaping_tipped_arrow", + "jumparrow": "leaping_tipped_arrow", + "jumptarr": "leaping_tipped_arrow", + "jumptarrow": "leaping_tipped_arrow", + "jumptippedarrow": "leaping_tipped_arrow", + "leaparrow": "leaping_tipped_arrow", + "leapingarrow": "leaping_tipped_arrow", + "leapingtarr": "leaping_tipped_arrow", + "leapingtarrow": "leaping_tipped_arrow", + "leapingtippedarrow": "leaping_tipped_arrow", + "leaptarr": "leaping_tipped_arrow", + "leaptarrow": "leaping_tipped_arrow", + "leaptippedarrow": "leaping_tipped_arrow", + "leather": { + "material": "LEATHER" + }, + "minecraft:leather": "leather", + "leather_boots": { + "material": "LEATHER_BOOTS" + }, + "lboots": "leather_boots", + "leatherboots": "leather_boots", + "leathershoes": "leather_boots", + "lshoes": "leather_boots", + "minecraft:leather_boots": "leather_boots", + "leather_chestplate": { + "material": "LEATHER_CHESTPLATE" + }, + "lchestplate": "leather_chestplate", + "leatherchestplate": "leather_chestplate", + "leatherplate": "leather_chestplate", + "leatherplatebody": "leather_chestplate", + "leathershirt": "leather_chestplate", + "leathertunic": "leather_chestplate", + "lplatebody": "leather_chestplate", + "lshirt": "leather_chestplate", + "ltunic": "leather_chestplate", + "minecraft:leather_chestplate": "leather_chestplate", + "leather_helmet": { + "material": "LEATHER_HELMET" + }, + "lcoif": "leather_helmet", + "leathercoif": "leather_helmet", + "leatherhat": "leather_helmet", + "leatherhelm": "leather_helmet", + "leatherhelmet": "leather_helmet", + "lhat": "leather_helmet", + "lhelm": "leather_helmet", + "lhelmet": "leather_helmet", + "minecraft:leather_helmet": "leather_helmet", + "leather_horse_armor": { + "material": "LEATHER_HORSE_ARMOR" + }, + "larmor": "leather_horse_armor", + "leatherarmor": "leather_horse_armor", + "leatherharmor": "leather_horse_armor", + "leatherhorsearmor": "leather_horse_armor", + "lharmor": "leather_horse_armor", + "lhorsearmor": "leather_horse_armor", + "minecraft:leather_horse_armor": "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", + "minecraft:leather_leggings": "leather_leggings", + "lectern": { + "material": "LECTERN" + }, + "minecraft:lectern": "lectern", + "lever": { + "material": "LEVER" + }, + "minecraft:lever": "lever", + "light": { + "material": "LIGHT" + }, + "minecraft:light": "light", + "light_blue_banner": { + "material": "LIGHT_BLUE_BANNER" + }, + "lbbanner": "light_blue_banner", + "lblubanner": "light_blue_banner", + "lbluebanner": "light_blue_banner", + "light_bluebanner": "light_blue_banner", + "lightblubanner": "light_blue_banner", + "lightbluebanner": "light_blue_banner", + "minecraft:light_blue_banner": "light_blue_banner", + "light_blue_bed": { + "material": "LIGHT_BLUE_BED" + }, + "lbbed": "light_blue_bed", + "lblubed": "light_blue_bed", + "lbluebed": "light_blue_bed", + "light_bluebed": "light_blue_bed", + "lightblubed": "light_blue_bed", + "lightbluebed": "light_blue_bed", + "minecraft:light_blue_bed": "light_blue_bed", + "light_blue_candle": { + "material": "LIGHT_BLUE_CANDLE" + }, + "lbcandle": "light_blue_candle", + "lblucandle": "light_blue_candle", + "lbluecandle": "light_blue_candle", + "light_bluecandle": "light_blue_candle", + "lightblucandle": "light_blue_candle", + "lightbluecandle": "light_blue_candle", + "minecraft:light_blue_candle": "light_blue_candle", + "light_blue_carpet": { + "material": "LIGHT_BLUE_CARPET" + }, + "lbcarpet": "light_blue_carpet", + "lbfloor": "light_blue_carpet", + "lblucarpet": "light_blue_carpet", + "lbluecarpet": "light_blue_carpet", + "lbluefloor": "light_blue_carpet", + "lblufloor": "light_blue_carpet", + "light_bluecarpet": "light_blue_carpet", + "light_bluefloor": "light_blue_carpet", + "lightblucarpet": "light_blue_carpet", + "lightbluecarpet": "light_blue_carpet", + "lightbluefloor": "light_blue_carpet", + "lightblufloor": "light_blue_carpet", + "minecraft:light_blue_carpet": "light_blue_carpet", + "light_blue_concrete": { + "material": "LIGHT_BLUE_CONCRETE" + }, + "lbconcrete": "light_blue_concrete", + "lbluconcrete": "light_blue_concrete", + "lblueconcrete": "light_blue_concrete", + "light_blueconcrete": "light_blue_concrete", + "lightbluconcrete": "light_blue_concrete", + "lightblueconcrete": "light_blue_concrete", + "minecraft:light_blue_concrete": "light_blue_concrete", + "light_blue_concrete_powder": { + "material": "LIGHT_BLUE_CONCRETE_POWDER" + }, + "lbcdust": "light_blue_concrete_powder", + "lbconcretepowder": "light_blue_concrete_powder", + "lbconcretesand": "light_blue_concrete_powder", + "lbcp": "light_blue_concrete_powder", + "lbcpowder": "light_blue_concrete_powder", + "lblucdust": "light_blue_concrete_powder", + "lbluconcretepowder": "light_blue_concrete_powder", + "lbluconcretesand": "light_blue_concrete_powder", + "lblucp": "light_blue_concrete_powder", + "lblucpowder": "light_blue_concrete_powder", + "lbluecdust": "light_blue_concrete_powder", + "lblueconcretepowder": "light_blue_concrete_powder", + "lblueconcretesand": "light_blue_concrete_powder", + "lbluecp": "light_blue_concrete_powder", + "lbluecpowder": "light_blue_concrete_powder", + "light_bluecdust": "light_blue_concrete_powder", + "light_blueconcretepowder": "light_blue_concrete_powder", + "light_blueconcretesand": "light_blue_concrete_powder", + "light_bluecp": "light_blue_concrete_powder", + "light_bluecpowder": "light_blue_concrete_powder", + "lightblucdust": "light_blue_concrete_powder", + "lightbluconcretepowder": "light_blue_concrete_powder", + "lightbluconcretesand": "light_blue_concrete_powder", + "lightblucp": "light_blue_concrete_powder", + "lightblucpowder": "light_blue_concrete_powder", + "lightbluecdust": "light_blue_concrete_powder", + "lightblueconcretepowder": "light_blue_concrete_powder", + "lightblueconcretesand": "light_blue_concrete_powder", + "lightbluecp": "light_blue_concrete_powder", + "lightbluecpowder": "light_blue_concrete_powder", + "minecraft:light_blue_concrete_powder": "light_blue_concrete_powder", + "light_blue_dye": { + "material": "LIGHT_BLUE_DYE" + }, + "lbdye": "light_blue_dye", + "lbludye": "light_blue_dye", + "lbluedye": "light_blue_dye", + "light_bluedye": "light_blue_dye", + "lightbludye": "light_blue_dye", + "lightbluedye": "light_blue_dye", + "minecraft:light_blue_dye": "light_blue_dye", + "light_blue_glazed_terracotta": { + "material": "LIGHT_BLUE_GLAZED_TERRACOTTA" + }, + "lbglazedtcota": "light_blue_glazed_terracotta", + "lbglazedterra": "light_blue_glazed_terracotta", + "lbglazedterracota": "light_blue_glazed_terracotta", + "lbglazedterracotta": "light_blue_glazed_terracotta", + "lbgtcotta": "light_blue_glazed_terracotta", + "lbgterra": "light_blue_glazed_terracotta", + "lblueglazedtcota": "light_blue_glazed_terracotta", + "lblueglazedterra": "light_blue_glazed_terracotta", + "lblueglazedterracota": "light_blue_glazed_terracotta", + "lblueglazedterracotta": "light_blue_glazed_terracotta", + "lbluegtcotta": "light_blue_glazed_terracotta", + "lbluegterra": "light_blue_glazed_terracotta", + "lbluglazedtcota": "light_blue_glazed_terracotta", + "lbluglazedterra": "light_blue_glazed_terracotta", + "lbluglazedterracota": "light_blue_glazed_terracotta", + "lbluglazedterracotta": "light_blue_glazed_terracotta", + "lblugtcotta": "light_blue_glazed_terracotta", + "lblugterra": "light_blue_glazed_terracotta", + "light_blueglazedtcota": "light_blue_glazed_terracotta", + "light_blueglazedterra": "light_blue_glazed_terracotta", + "light_blueglazedterracota": "light_blue_glazed_terracotta", + "light_blueglazedterracotta": "light_blue_glazed_terracotta", + "light_bluegtcotta": "light_blue_glazed_terracotta", + "light_bluegterra": "light_blue_glazed_terracotta", + "lightblueglazedtcota": "light_blue_glazed_terracotta", + "lightblueglazedterra": "light_blue_glazed_terracotta", + "lightblueglazedterracota": "light_blue_glazed_terracotta", + "lightblueglazedterracotta": "light_blue_glazed_terracotta", + "lightbluegtcotta": "light_blue_glazed_terracotta", + "lightbluegterra": "light_blue_glazed_terracotta", + "lightbluglazedtcota": "light_blue_glazed_terracotta", + "lightbluglazedterra": "light_blue_glazed_terracotta", + "lightbluglazedterracota": "light_blue_glazed_terracotta", + "lightbluglazedterracotta": "light_blue_glazed_terracotta", + "lightblugtcotta": "light_blue_glazed_terracotta", + "lightblugterra": "light_blue_glazed_terracotta", + "minecraft:light_blue_glazed_terracotta": "light_blue_glazed_terracotta", + "light_blue_shulker_box": { + "material": "LIGHT_BLUE_SHULKER_BOX" + }, + "lbluesbox": "light_blue_shulker_box", + "lblueshulkerbox": "light_blue_shulker_box", + "lblusbox": "light_blue_shulker_box", + "lblushulkerbox": "light_blue_shulker_box", + "lbsbox": "light_blue_shulker_box", + "lbshulkerbox": "light_blue_shulker_box", + "light_bluesbox": "light_blue_shulker_box", + "light_blueshulkerbox": "light_blue_shulker_box", + "lightbluesbox": "light_blue_shulker_box", + "lightblueshulkerbox": "light_blue_shulker_box", + "lightblusbox": "light_blue_shulker_box", + "lightblushulkerbox": "light_blue_shulker_box", + "minecraft:light_blue_shulker_box": "light_blue_shulker_box", + "light_blue_stained_glass": { + "material": "LIGHT_BLUE_STAINED_GLASS" + }, + "lbglass": "light_blue_stained_glass", + "lblueglass": "light_blue_stained_glass", + "lbluesglass": "light_blue_stained_glass", + "lbluestainedglass": "light_blue_stained_glass", + "lbluglass": "light_blue_stained_glass", + "lblusglass": "light_blue_stained_glass", + "lblustainedglass": "light_blue_stained_glass", + "lbsglass": "light_blue_stained_glass", + "lbstainedglass": "light_blue_stained_glass", + "light_blueglass": "light_blue_stained_glass", + "light_bluesglass": "light_blue_stained_glass", + "light_bluestainedglass": "light_blue_stained_glass", + "lightblueglass": "light_blue_stained_glass", + "lightbluesglass": "light_blue_stained_glass", + "lightbluestainedglass": "light_blue_stained_glass", + "lightbluglass": "light_blue_stained_glass", + "lightblusglass": "light_blue_stained_glass", + "lightblustainedglass": "light_blue_stained_glass", + "minecraft:light_blue_stained_glass": "light_blue_stained_glass", + "light_blue_stained_glass_pane": { + "material": "LIGHT_BLUE_STAINED_GLASS_PANE" + }, + "lbglasspane": "light_blue_stained_glass_pane", + "lbgpane": "light_blue_stained_glass_pane", + "lblueglasspane": "light_blue_stained_glass_pane", + "lbluegpane": "light_blue_stained_glass_pane", + "lbluesglasspane": "light_blue_stained_glass_pane", + "lbluestainedglasspane": "light_blue_stained_glass_pane", + "lbluglasspane": "light_blue_stained_glass_pane", + "lblugpane": "light_blue_stained_glass_pane", + "lblusglasspane": "light_blue_stained_glass_pane", + "lblustainedglasspane": "light_blue_stained_glass_pane", + "lbsglasspane": "light_blue_stained_glass_pane", + "lbstainedglasspane": "light_blue_stained_glass_pane", + "light_blueglasspane": "light_blue_stained_glass_pane", + "light_bluegpane": "light_blue_stained_glass_pane", + "light_bluesglasspane": "light_blue_stained_glass_pane", + "light_bluestainedglasspane": "light_blue_stained_glass_pane", + "lightblueglasspane": "light_blue_stained_glass_pane", + "lightbluegpane": "light_blue_stained_glass_pane", + "lightbluesglasspane": "light_blue_stained_glass_pane", + "lightbluestainedglasspane": "light_blue_stained_glass_pane", + "lightbluglasspane": "light_blue_stained_glass_pane", + "lightblugpane": "light_blue_stained_glass_pane", + "lightblusglasspane": "light_blue_stained_glass_pane", + "lightblustainedglasspane": "light_blue_stained_glass_pane", + "minecraft:light_blue_stained_glass_pane": "light_blue_stained_glass_pane", + "light_blue_terracotta": { + "material": "LIGHT_BLUE_TERRACOTTA" + }, + "lbclay": "light_blue_terracotta", + "lbluclay": "light_blue_terracotta", + "lblueclay": "light_blue_terracotta", + "lbluesclay": "light_blue_terracotta", + "lbluestainedclay": "light_blue_terracotta", + "lbluetcota": "light_blue_terracotta", + "lblueterra": "light_blue_terracotta", + "lblueterracota": "light_blue_terracotta", + "lblueterracotta": "light_blue_terracotta", + "lblusclay": "light_blue_terracotta", + "lblustainedclay": "light_blue_terracotta", + "lblutcota": "light_blue_terracotta", + "lbluterra": "light_blue_terracotta", + "lbluterracota": "light_blue_terracotta", + "lbluterracotta": "light_blue_terracotta", + "lbsclay": "light_blue_terracotta", + "lbstainedclay": "light_blue_terracotta", + "lbtcota": "light_blue_terracotta", + "lbterra": "light_blue_terracotta", + "lbterracota": "light_blue_terracotta", + "lbterracotta": "light_blue_terracotta", + "light_blueclay": "light_blue_terracotta", + "light_bluesclay": "light_blue_terracotta", + "light_bluestainedclay": "light_blue_terracotta", + "light_bluetcota": "light_blue_terracotta", + "light_blueterra": "light_blue_terracotta", + "light_blueterracota": "light_blue_terracotta", + "light_blueterracotta": "light_blue_terracotta", + "lightbluclay": "light_blue_terracotta", + "lightblueclay": "light_blue_terracotta", + "lightbluesclay": "light_blue_terracotta", + "lightbluestainedclay": "light_blue_terracotta", + "lightbluetcota": "light_blue_terracotta", + "lightblueterra": "light_blue_terracotta", + "lightblueterracota": "light_blue_terracotta", + "lightblueterracotta": "light_blue_terracotta", + "lightblusclay": "light_blue_terracotta", + "lightblustainedclay": "light_blue_terracotta", + "lightblutcota": "light_blue_terracotta", + "lightbluterra": "light_blue_terracotta", + "lightbluterracota": "light_blue_terracotta", + "lightbluterracotta": "light_blue_terracotta", + "minecraft:light_blue_terracotta": "light_blue_terracotta", + "light_blue_wool": { + "material": "LIGHT_BLUE_WOOL" + }, + "lbcloth": "light_blue_wool", + "lbcotton": "light_blue_wool", + "lblucloth": "light_blue_wool", + "lblucotton": "light_blue_wool", + "lbluecloth": "light_blue_wool", + "lbluecotton": "light_blue_wool", + "lbluewool": "light_blue_wool", + "lbluwool": "light_blue_wool", + "lbwool": "light_blue_wool", + "light_bluecloth": "light_blue_wool", + "light_bluecotton": "light_blue_wool", + "light_bluewool": "light_blue_wool", + "lightblucloth": "light_blue_wool", + "lightblucotton": "light_blue_wool", + "lightbluecloth": "light_blue_wool", + "lightbluecotton": "light_blue_wool", + "lightbluewool": "light_blue_wool", + "lightbluwool": "light_blue_wool", + "minecraft:light_blue_wool": "light_blue_wool", + "light_gray_banner": { + "material": "LIGHT_GRAY_BANNER" + }, + "lgbanner": "light_gray_banner", + "lgrabanner": "light_gray_banner", + "lgraybanner": "light_gray_banner", + "lgreybanner": "light_gray_banner", + "light_graybanner": "light_gray_banner", + "lightgrabanner": "light_gray_banner", + "lightgraybanner": "light_gray_banner", + "lightgreybanner": "light_gray_banner", + "minecraft:light_gray_banner": "light_gray_banner", + "siabanner": "light_gray_banner", + "sibanner": "light_gray_banner", + "silverbanner": "light_gray_banner", + "light_gray_bed": { + "material": "LIGHT_GRAY_BED" + }, + "lgbed": "light_gray_bed", + "lgrabed": "light_gray_bed", + "lgraybed": "light_gray_bed", + "lgreybed": "light_gray_bed", + "light_graybed": "light_gray_bed", + "lightgrabed": "light_gray_bed", + "lightgraybed": "light_gray_bed", + "lightgreybed": "light_gray_bed", + "minecraft:light_gray_bed": "light_gray_bed", + "siabed": "light_gray_bed", + "sibed": "light_gray_bed", + "silverbed": "light_gray_bed", + "light_gray_candle": { + "material": "LIGHT_GRAY_CANDLE" + }, + "lgcandle": "light_gray_candle", + "lgracandle": "light_gray_candle", + "lgraycandle": "light_gray_candle", + "lgreycandle": "light_gray_candle", + "light_graycandle": "light_gray_candle", + "lightgracandle": "light_gray_candle", + "lightgraycandle": "light_gray_candle", + "lightgreycandle": "light_gray_candle", + "minecraft:light_gray_candle": "light_gray_candle", + "siacandle": "light_gray_candle", + "sicandle": "light_gray_candle", + "silvercandle": "light_gray_candle", + "light_gray_carpet": { + "material": "LIGHT_GRAY_CARPET" + }, + "lgcarpet": "light_gray_carpet", + "lgfloor": "light_gray_carpet", + "lgracarpet": "light_gray_carpet", + "lgrafloor": "light_gray_carpet", + "lgraycarpet": "light_gray_carpet", + "lgrayfloor": "light_gray_carpet", + "lgreycarpet": "light_gray_carpet", + "lgreyfloor": "light_gray_carpet", + "light_graycarpet": "light_gray_carpet", + "light_grayfloor": "light_gray_carpet", + "lightgracarpet": "light_gray_carpet", + "lightgrafloor": "light_gray_carpet", + "lightgraycarpet": "light_gray_carpet", + "lightgrayfloor": "light_gray_carpet", + "lightgreycarpet": "light_gray_carpet", + "lightgreyfloor": "light_gray_carpet", + "minecraft:light_gray_carpet": "light_gray_carpet", + "siacarpet": "light_gray_carpet", + "siafloor": "light_gray_carpet", + "sicarpet": "light_gray_carpet", + "sifloor": "light_gray_carpet", + "silvercarpet": "light_gray_carpet", + "silverfloor": "light_gray_carpet", + "light_gray_concrete": { + "material": "LIGHT_GRAY_CONCRETE" + }, + "lgconcrete": "light_gray_concrete", + "lgraconcrete": "light_gray_concrete", + "lgrayconcrete": "light_gray_concrete", + "lgreyconcrete": "light_gray_concrete", + "light_grayconcrete": "light_gray_concrete", + "lightgraconcrete": "light_gray_concrete", + "lightgrayconcrete": "light_gray_concrete", + "lightgreyconcrete": "light_gray_concrete", + "minecraft:light_gray_concrete": "light_gray_concrete", + "siaconcrete": "light_gray_concrete", + "siconcrete": "light_gray_concrete", + "silverconcrete": "light_gray_concrete", + "light_gray_concrete_powder": { + "material": "LIGHT_GRAY_CONCRETE_POWDER" + }, + "lgcdust": "light_gray_concrete_powder", + "lgconcretepowder": "light_gray_concrete_powder", + "lgconcretesand": "light_gray_concrete_powder", + "lgcp": "light_gray_concrete_powder", + "lgcpowder": "light_gray_concrete_powder", + "lgracdust": "light_gray_concrete_powder", + "lgraconcretepowder": "light_gray_concrete_powder", + "lgraconcretesand": "light_gray_concrete_powder", + "lgracp": "light_gray_concrete_powder", + "lgracpowder": "light_gray_concrete_powder", + "lgraycdust": "light_gray_concrete_powder", + "lgrayconcretepowder": "light_gray_concrete_powder", + "lgrayconcretesand": "light_gray_concrete_powder", + "lgraycp": "light_gray_concrete_powder", + "lgraycpowder": "light_gray_concrete_powder", + "lgreycdust": "light_gray_concrete_powder", + "lgreyconcretepowder": "light_gray_concrete_powder", + "lgreyconcretesand": "light_gray_concrete_powder", + "lgreycp": "light_gray_concrete_powder", + "lgreycpowder": "light_gray_concrete_powder", + "light_graycdust": "light_gray_concrete_powder", + "light_grayconcretepowder": "light_gray_concrete_powder", + "light_grayconcretesand": "light_gray_concrete_powder", + "light_graycp": "light_gray_concrete_powder", + "light_graycpowder": "light_gray_concrete_powder", + "lightgracdust": "light_gray_concrete_powder", + "lightgraconcretepowder": "light_gray_concrete_powder", + "lightgraconcretesand": "light_gray_concrete_powder", + "lightgracp": "light_gray_concrete_powder", + "lightgracpowder": "light_gray_concrete_powder", + "lightgraycdust": "light_gray_concrete_powder", + "lightgrayconcretepowder": "light_gray_concrete_powder", + "lightgrayconcretesand": "light_gray_concrete_powder", + "lightgraycp": "light_gray_concrete_powder", + "lightgraycpowder": "light_gray_concrete_powder", + "lightgreycdust": "light_gray_concrete_powder", + "lightgreyconcretepowder": "light_gray_concrete_powder", + "lightgreyconcretesand": "light_gray_concrete_powder", + "lightgreycp": "light_gray_concrete_powder", + "lightgreycpowder": "light_gray_concrete_powder", + "minecraft:light_gray_concrete_powder": "light_gray_concrete_powder", + "siacdust": "light_gray_concrete_powder", + "siaconcretepowder": "light_gray_concrete_powder", + "siaconcretesand": "light_gray_concrete_powder", + "siacp": "light_gray_concrete_powder", + "siacpowder": "light_gray_concrete_powder", + "sicdust": "light_gray_concrete_powder", + "siconcretepowder": "light_gray_concrete_powder", + "siconcretesand": "light_gray_concrete_powder", + "sicp": "light_gray_concrete_powder", + "sicpowder": "light_gray_concrete_powder", + "silvercdust": "light_gray_concrete_powder", + "silverconcretepowder": "light_gray_concrete_powder", + "silverconcretesand": "light_gray_concrete_powder", + "silvercp": "light_gray_concrete_powder", + "silvercpowder": "light_gray_concrete_powder", + "light_gray_dye": { + "material": "LIGHT_GRAY_DYE" + }, + "lgdye": "light_gray_dye", + "lgradye": "light_gray_dye", + "lgraydye": "light_gray_dye", + "lgreydye": "light_gray_dye", + "light_graydye": "light_gray_dye", + "lightgradye": "light_gray_dye", + "lightgraydye": "light_gray_dye", + "lightgreydye": "light_gray_dye", + "minecraft:light_gray_dye": "light_gray_dye", + "siadye": "light_gray_dye", + "sidye": "light_gray_dye", + "silverdye": "light_gray_dye", + "light_gray_glazed_terracotta": { + "material": "LIGHT_GRAY_GLAZED_TERRACOTTA" + }, + "lgglazedtcota": "light_gray_glazed_terracotta", + "lgglazedterra": "light_gray_glazed_terracotta", + "lgglazedterracota": "light_gray_glazed_terracotta", + "lgglazedterracotta": "light_gray_glazed_terracotta", + "lggtcotta": "light_gray_glazed_terracotta", + "lggterra": "light_gray_glazed_terracotta", + "lgraglazedtcota": "light_gray_glazed_terracotta", + "lgraglazedterra": "light_gray_glazed_terracotta", + "lgraglazedterracota": "light_gray_glazed_terracotta", + "lgraglazedterracotta": "light_gray_glazed_terracotta", + "lgragtcotta": "light_gray_glazed_terracotta", + "lgragterra": "light_gray_glazed_terracotta", + "lgrayglazedtcota": "light_gray_glazed_terracotta", + "lgrayglazedterra": "light_gray_glazed_terracotta", + "lgrayglazedterracota": "light_gray_glazed_terracotta", + "lgrayglazedterracotta": "light_gray_glazed_terracotta", + "lgraygtcotta": "light_gray_glazed_terracotta", + "lgraygterra": "light_gray_glazed_terracotta", + "lgreyglazedtcota": "light_gray_glazed_terracotta", + "lgreyglazedterra": "light_gray_glazed_terracotta", + "lgreyglazedterracota": "light_gray_glazed_terracotta", + "lgreyglazedterracotta": "light_gray_glazed_terracotta", + "lgreygtcotta": "light_gray_glazed_terracotta", + "lgreygterra": "light_gray_glazed_terracotta", + "light_grayglazedtcota": "light_gray_glazed_terracotta", + "light_grayglazedterra": "light_gray_glazed_terracotta", + "light_grayglazedterracota": "light_gray_glazed_terracotta", + "light_grayglazedterracotta": "light_gray_glazed_terracotta", + "light_graygtcotta": "light_gray_glazed_terracotta", + "light_graygterra": "light_gray_glazed_terracotta", + "lightgraglazedtcota": "light_gray_glazed_terracotta", + "lightgraglazedterra": "light_gray_glazed_terracotta", + "lightgraglazedterracota": "light_gray_glazed_terracotta", + "lightgraglazedterracotta": "light_gray_glazed_terracotta", + "lightgragtcotta": "light_gray_glazed_terracotta", + "lightgragterra": "light_gray_glazed_terracotta", + "lightgrayglazedtcota": "light_gray_glazed_terracotta", + "lightgrayglazedterra": "light_gray_glazed_terracotta", + "lightgrayglazedterracota": "light_gray_glazed_terracotta", + "lightgrayglazedterracotta": "light_gray_glazed_terracotta", + "lightgraygtcotta": "light_gray_glazed_terracotta", + "lightgraygterra": "light_gray_glazed_terracotta", + "lightgreyglazedtcota": "light_gray_glazed_terracotta", + "lightgreyglazedterra": "light_gray_glazed_terracotta", + "lightgreyglazedterracota": "light_gray_glazed_terracotta", + "lightgreyglazedterracotta": "light_gray_glazed_terracotta", + "lightgreygtcotta": "light_gray_glazed_terracotta", + "lightgreygterra": "light_gray_glazed_terracotta", + "minecraft:light_gray_glazed_terracotta": "light_gray_glazed_terracotta", + "siaglazedtcota": "light_gray_glazed_terracotta", + "siaglazedterra": "light_gray_glazed_terracotta", + "siaglazedterracota": "light_gray_glazed_terracotta", + "siaglazedterracotta": "light_gray_glazed_terracotta", + "siagtcotta": "light_gray_glazed_terracotta", + "siagterra": "light_gray_glazed_terracotta", + "siglazedtcota": "light_gray_glazed_terracotta", + "siglazedterra": "light_gray_glazed_terracotta", + "siglazedterracota": "light_gray_glazed_terracotta", + "siglazedterracotta": "light_gray_glazed_terracotta", + "sigtcotta": "light_gray_glazed_terracotta", + "sigterra": "light_gray_glazed_terracotta", + "silverglazedtcota": "light_gray_glazed_terracotta", + "silverglazedterra": "light_gray_glazed_terracotta", + "silverglazedterracota": "light_gray_glazed_terracotta", + "silverglazedterracotta": "light_gray_glazed_terracotta", + "silvergtcotta": "light_gray_glazed_terracotta", + "silvergterra": "light_gray_glazed_terracotta", + "light_gray_shulker_box": { + "material": "LIGHT_GRAY_SHULKER_BOX" + }, + "lgrasbox": "light_gray_shulker_box", + "lgrashulkerbox": "light_gray_shulker_box", + "lgraysbox": "light_gray_shulker_box", + "lgrayshulkerbox": "light_gray_shulker_box", + "lgreysbox": "light_gray_shulker_box", + "lgreyshulkerbox": "light_gray_shulker_box", + "lgsbox": "light_gray_shulker_box", + "lgshulkerbox": "light_gray_shulker_box", + "light_graysbox": "light_gray_shulker_box", + "light_grayshulkerbox": "light_gray_shulker_box", + "lightgrasbox": "light_gray_shulker_box", + "lightgrashulkerbox": "light_gray_shulker_box", + "lightgraysbox": "light_gray_shulker_box", + "lightgrayshulkerbox": "light_gray_shulker_box", + "lightgreysbox": "light_gray_shulker_box", + "lightgreyshulkerbox": "light_gray_shulker_box", + "minecraft:light_gray_shulker_box": "light_gray_shulker_box", + "siasbox": "light_gray_shulker_box", + "siashulkerbox": "light_gray_shulker_box", + "silversbox": "light_gray_shulker_box", + "silvershulkerbox": "light_gray_shulker_box", + "sisbox": "light_gray_shulker_box", + "sishulkerbox": "light_gray_shulker_box", + "light_gray_stained_glass": { + "material": "LIGHT_GRAY_STAINED_GLASS" + }, + "lgglass": "light_gray_stained_glass", + "lgraglass": "light_gray_stained_glass", + "lgrasglass": "light_gray_stained_glass", + "lgrastainedglass": "light_gray_stained_glass", + "lgrayglass": "light_gray_stained_glass", + "lgraysglass": "light_gray_stained_glass", + "lgraystainedglass": "light_gray_stained_glass", + "lgreyglass": "light_gray_stained_glass", + "lgreysglass": "light_gray_stained_glass", + "lgreystainedglass": "light_gray_stained_glass", + "lgsglass": "light_gray_stained_glass", + "lgstainedglass": "light_gray_stained_glass", + "light_grayglass": "light_gray_stained_glass", + "light_graysglass": "light_gray_stained_glass", + "light_graystainedglass": "light_gray_stained_glass", + "lightgraglass": "light_gray_stained_glass", + "lightgrasglass": "light_gray_stained_glass", + "lightgrastainedglass": "light_gray_stained_glass", + "lightgrayglass": "light_gray_stained_glass", + "lightgraysglass": "light_gray_stained_glass", + "lightgraystainedglass": "light_gray_stained_glass", + "lightgreyglass": "light_gray_stained_glass", + "lightgreysglass": "light_gray_stained_glass", + "lightgreystainedglass": "light_gray_stained_glass", + "minecraft:light_gray_stained_glass": "light_gray_stained_glass", + "siaglass": "light_gray_stained_glass", + "siasglass": "light_gray_stained_glass", + "siastainedglass": "light_gray_stained_glass", + "siglass": "light_gray_stained_glass", + "silverglass": "light_gray_stained_glass", + "silversglass": "light_gray_stained_glass", + "silverstainedglass": "light_gray_stained_glass", + "sisglass": "light_gray_stained_glass", + "sistainedglass": "light_gray_stained_glass", + "light_gray_stained_glass_pane": { + "material": "LIGHT_GRAY_STAINED_GLASS_PANE" + }, + "lgglasspane": "light_gray_stained_glass_pane", + "lggpane": "light_gray_stained_glass_pane", + "lgraglasspane": "light_gray_stained_glass_pane", + "lgragpane": "light_gray_stained_glass_pane", + "lgrasglasspane": "light_gray_stained_glass_pane", + "lgrastainedglasspane": "light_gray_stained_glass_pane", + "lgrayglasspane": "light_gray_stained_glass_pane", + "lgraygpane": "light_gray_stained_glass_pane", + "lgraysglasspane": "light_gray_stained_glass_pane", + "lgraystainedglasspane": "light_gray_stained_glass_pane", + "lgreyglasspane": "light_gray_stained_glass_pane", + "lgreygpane": "light_gray_stained_glass_pane", + "lgreysglasspane": "light_gray_stained_glass_pane", + "lgreystainedglasspane": "light_gray_stained_glass_pane", + "lgsglasspane": "light_gray_stained_glass_pane", + "lgstainedglasspane": "light_gray_stained_glass_pane", + "light_grayglasspane": "light_gray_stained_glass_pane", + "light_graygpane": "light_gray_stained_glass_pane", + "light_graysglasspane": "light_gray_stained_glass_pane", + "light_graystainedglasspane": "light_gray_stained_glass_pane", + "lightgraglasspane": "light_gray_stained_glass_pane", + "lightgragpane": "light_gray_stained_glass_pane", + "lightgrasglasspane": "light_gray_stained_glass_pane", + "lightgrastainedglasspane": "light_gray_stained_glass_pane", + "lightgrayglasspane": "light_gray_stained_glass_pane", + "lightgraygpane": "light_gray_stained_glass_pane", + "lightgraysglasspane": "light_gray_stained_glass_pane", + "lightgraystainedglasspane": "light_gray_stained_glass_pane", + "lightgreyglasspane": "light_gray_stained_glass_pane", + "lightgreygpane": "light_gray_stained_glass_pane", + "lightgreysglasspane": "light_gray_stained_glass_pane", + "lightgreystainedglasspane": "light_gray_stained_glass_pane", + "minecraft:light_gray_stained_glass_pane": "light_gray_stained_glass_pane", + "siaglasspane": "light_gray_stained_glass_pane", + "siagpane": "light_gray_stained_glass_pane", + "siasglasspane": "light_gray_stained_glass_pane", + "siastainedglasspane": "light_gray_stained_glass_pane", + "siglasspane": "light_gray_stained_glass_pane", + "sigpane": "light_gray_stained_glass_pane", + "silverglasspane": "light_gray_stained_glass_pane", + "silvergpane": "light_gray_stained_glass_pane", + "silversglasspane": "light_gray_stained_glass_pane", + "silverstainedglasspane": "light_gray_stained_glass_pane", + "sisglasspane": "light_gray_stained_glass_pane", + "sistainedglasspane": "light_gray_stained_glass_pane", + "light_gray_terracotta": { + "material": "LIGHT_GRAY_TERRACOTTA" + }, + "lgclay": "light_gray_terracotta", + "lgraclay": "light_gray_terracotta", + "lgrasclay": "light_gray_terracotta", + "lgrastainedclay": "light_gray_terracotta", + "lgratcota": "light_gray_terracotta", + "lgraterra": "light_gray_terracotta", + "lgraterracota": "light_gray_terracotta", + "lgraterracotta": "light_gray_terracotta", + "lgrayclay": "light_gray_terracotta", + "lgraysclay": "light_gray_terracotta", + "lgraystainedclay": "light_gray_terracotta", + "lgraytcota": "light_gray_terracotta", + "lgrayterra": "light_gray_terracotta", + "lgrayterracota": "light_gray_terracotta", + "lgrayterracotta": "light_gray_terracotta", + "lgreyclay": "light_gray_terracotta", + "lgreysclay": "light_gray_terracotta", + "lgreystainedclay": "light_gray_terracotta", + "lgreytcota": "light_gray_terracotta", + "lgreyterra": "light_gray_terracotta", + "lgreyterracota": "light_gray_terracotta", + "lgreyterracotta": "light_gray_terracotta", + "lgsclay": "light_gray_terracotta", + "lgstainedclay": "light_gray_terracotta", + "lgtcota": "light_gray_terracotta", + "lgterra": "lime_glazed_terracotta", + "lgterracota": "light_gray_terracotta", + "lgterracotta": "light_gray_terracotta", + "light_grayclay": "light_gray_terracotta", + "light_graysclay": "light_gray_terracotta", + "light_graystainedclay": "light_gray_terracotta", + "light_graytcota": "light_gray_terracotta", + "light_grayterra": "light_gray_terracotta", + "light_grayterracota": "light_gray_terracotta", + "light_grayterracotta": "light_gray_terracotta", + "lightgraclay": "light_gray_terracotta", + "lightgrasclay": "light_gray_terracotta", + "lightgrastainedclay": "light_gray_terracotta", + "lightgratcota": "light_gray_terracotta", + "lightgraterra": "light_gray_terracotta", + "lightgraterracota": "light_gray_terracotta", + "lightgraterracotta": "light_gray_terracotta", + "lightgrayclay": "light_gray_terracotta", + "lightgraysclay": "light_gray_terracotta", + "lightgraystainedclay": "light_gray_terracotta", + "lightgraytcota": "light_gray_terracotta", + "lightgrayterra": "light_gray_terracotta", + "lightgrayterracota": "light_gray_terracotta", + "lightgrayterracotta": "light_gray_terracotta", + "lightgreyclay": "light_gray_terracotta", + "lightgreysclay": "light_gray_terracotta", + "lightgreystainedclay": "light_gray_terracotta", + "lightgreytcota": "light_gray_terracotta", + "lightgreyterra": "light_gray_terracotta", + "lightgreyterracota": "light_gray_terracotta", + "lightgreyterracotta": "light_gray_terracotta", + "minecraft:light_gray_terracotta": "light_gray_terracotta", + "siaclay": "light_gray_terracotta", + "siasclay": "light_gray_terracotta", + "siastainedclay": "light_gray_terracotta", + "siatcota": "light_gray_terracotta", + "siaterra": "light_gray_terracotta", + "siaterracota": "light_gray_terracotta", + "siaterracotta": "light_gray_terracotta", + "siclay": "light_gray_terracotta", + "silverclay": "light_gray_terracotta", + "silversclay": "light_gray_terracotta", + "silverstainedclay": "light_gray_terracotta", + "silvertcota": "light_gray_terracotta", + "silverterra": "light_gray_terracotta", + "silverterracota": "light_gray_terracotta", + "silverterracotta": "light_gray_terracotta", + "sisclay": "light_gray_terracotta", + "sistainedclay": "light_gray_terracotta", + "sitcota": "light_gray_terracotta", + "siterra": "light_gray_terracotta", + "siterracota": "light_gray_terracotta", + "siterracotta": "light_gray_terracotta", + "light_gray_wool": { + "material": "LIGHT_GRAY_WOOL" + }, + "lgcloth": "light_gray_wool", + "lgcotton": "light_gray_wool", + "lgracloth": "light_gray_wool", + "lgracotton": "light_gray_wool", + "lgrawool": "light_gray_wool", + "lgraycloth": "light_gray_wool", + "lgraycotton": "light_gray_wool", + "lgraywool": "light_gray_wool", + "lgreycloth": "light_gray_wool", + "lgreycotton": "light_gray_wool", + "lgreywool": "light_gray_wool", + "lgwool": "light_gray_wool", + "light_graycloth": "light_gray_wool", + "light_graycotton": "light_gray_wool", + "light_graywool": "light_gray_wool", + "lightgracloth": "light_gray_wool", + "lightgracotton": "light_gray_wool", + "lightgrawool": "light_gray_wool", + "lightgraycloth": "light_gray_wool", + "lightgraycotton": "light_gray_wool", + "lightgraywool": "light_gray_wool", + "lightgreycloth": "light_gray_wool", + "lightgreycotton": "light_gray_wool", + "lightgreywool": "light_gray_wool", + "minecraft:light_gray_wool": "light_gray_wool", + "siacloth": "light_gray_wool", + "siacotton": "light_gray_wool", + "siawool": "light_gray_wool", + "sicloth": "light_gray_wool", + "sicotton": "light_gray_wool", + "silvercloth": "light_gray_wool", + "silvercotton": "light_gray_wool", + "silverwool": "light_gray_wool", + "siwool": "light_gray_wool", + "light_weighted_pressure_plate": { + "material": "LIGHT_WEIGHTED_PRESSURE_PLATE" + }, + "lightweightedpressureplate": "light_weighted_pressure_plate", + "minecraft:light_weighted_pressure_plate": "light_weighted_pressure_plate", + "lightning_rod": { + "material": "LIGHTNING_ROD" + }, + "lightningrod": "lightning_rod", + "minecraft:lightning_rod": "lightning_rod", + "lilac": { + "material": "LILAC" + }, + "minecraft:lilac": "lilac", + "lily_of_the_valley": { + "material": "LILY_OF_THE_VALLEY" + }, + "lilyofthevalley": "lily_of_the_valley", + "minecraft:lily_of_the_valley": "lily_of_the_valley", + "lily_pad": { + "material": "LILY_PAD" + }, + "lily": "lily_pad", + "lilypad": "lily_pad", + "lpad": "lily_pad", + "minecraft:lily_pad": "lily_pad", + "swamppad": "lily_pad", + "waterlily": "lily_pad", + "wlily": "lily_pad", + "lime_banner": { + "material": "LIME_BANNER" + }, + "lbanner": "lime_banner", + "lgrebanner": "lime_banner", + "lgreenbanner": "lime_banner", + "lightgrebanner": "lime_banner", + "lightgreenbanner": "lime_banner", + "limebanner": "lime_banner", + "minecraft:lime_banner": "lime_banner", + "lime_bed": { + "material": "LIME_BED" + }, + "lbed": "lime_bed", + "lgrebed": "lime_bed", + "lgreenbed": "lime_bed", + "lightgrebed": "lime_bed", + "lightgreenbed": "lime_bed", + "limebed": "lime_bed", + "minecraft:lime_bed": "lime_bed", + "lime_candle": { + "material": "LIME_CANDLE" + }, + "lcandle": "lime_candle", + "lgrecandle": "lime_candle", + "lgreencandle": "lime_candle", + "lightgrecandle": "lime_candle", + "lightgreencandle": "lime_candle", + "limecandle": "lime_candle", + "minecraft:lime_candle": "lime_candle", + "lime_carpet": { + "material": "LIME_CARPET" + }, + "lcarpet": "lime_carpet", + "lfloor": "lime_carpet", + "lgrecarpet": "lime_carpet", + "lgreencarpet": "lime_carpet", + "lgreenfloor": "lime_carpet", + "lgrefloor": "lime_carpet", + "lightgrecarpet": "lime_carpet", + "lightgreencarpet": "lime_carpet", + "lightgreenfloor": "lime_carpet", + "lightgrefloor": "lime_carpet", + "limecarpet": "lime_carpet", + "limefloor": "lime_carpet", + "minecraft:lime_carpet": "lime_carpet", + "lime_concrete": { + "material": "LIME_CONCRETE" + }, + "lconcrete": "lime_concrete", + "lgreconcrete": "lime_concrete", + "lgreenconcrete": "lime_concrete", + "lightgreconcrete": "lime_concrete", + "lightgreenconcrete": "lime_concrete", + "limeconcrete": "lime_concrete", + "minecraft:lime_concrete": "lime_concrete", + "lime_concrete_powder": { + "material": "LIME_CONCRETE_POWDER" + }, + "lcdust": "lime_concrete_powder", + "lconcretepowder": "lime_concrete_powder", + "lconcretesand": "lime_concrete_powder", + "lcp": "lime_concrete_powder", + "lcpowder": "lime_concrete_powder", + "lgrecdust": "lime_concrete_powder", + "lgreconcretepowder": "lime_concrete_powder", + "lgreconcretesand": "lime_concrete_powder", + "lgrecp": "lime_concrete_powder", + "lgrecpowder": "lime_concrete_powder", + "lgreencdust": "lime_concrete_powder", + "lgreenconcretepowder": "lime_concrete_powder", + "lgreenconcretesand": "lime_concrete_powder", + "lgreencp": "lime_concrete_powder", + "lgreencpowder": "lime_concrete_powder", + "lightgrecdust": "lime_concrete_powder", + "lightgreconcretepowder": "lime_concrete_powder", + "lightgreconcretesand": "lime_concrete_powder", + "lightgrecp": "lime_concrete_powder", + "lightgrecpowder": "lime_concrete_powder", + "lightgreencdust": "lime_concrete_powder", + "lightgreenconcretepowder": "lime_concrete_powder", + "lightgreenconcretesand": "lime_concrete_powder", + "lightgreencp": "lime_concrete_powder", + "lightgreencpowder": "lime_concrete_powder", + "limecdust": "lime_concrete_powder", + "limeconcretepowder": "lime_concrete_powder", + "limeconcretesand": "lime_concrete_powder", + "limecp": "lime_concrete_powder", + "limecpowder": "lime_concrete_powder", + "minecraft:lime_concrete_powder": "lime_concrete_powder", + "lime_dye": { + "material": "LIME_DYE" + }, + "ldye": "lime_dye", + "lgredye": "lime_dye", + "lgreendye": "lime_dye", + "lightgredye": "lime_dye", + "lightgreendye": "lime_dye", + "limedye": "lime_dye", + "minecraft:lime_dye": "lime_dye", + "lime_glazed_terracotta": { + "material": "LIME_GLAZED_TERRACOTTA" + }, + "lglazedtcota": "lime_glazed_terracotta", + "lglazedterra": "lime_glazed_terracotta", + "lglazedterracota": "lime_glazed_terracotta", + "lglazedterracotta": "lime_glazed_terracotta", + "lgreenglazedtcota": "lime_glazed_terracotta", + "lgreenglazedterra": "lime_glazed_terracotta", + "lgreenglazedterracota": "lime_glazed_terracotta", + "lgreenglazedterracotta": "lime_glazed_terracotta", + "lgreengtcotta": "lime_glazed_terracotta", + "lgreengterra": "lime_glazed_terracotta", + "lgreglazedtcota": "lime_glazed_terracotta", + "lgreglazedterra": "lime_glazed_terracotta", + "lgreglazedterracota": "lime_glazed_terracotta", + "lgreglazedterracotta": "lime_glazed_terracotta", + "lgregtcotta": "lime_glazed_terracotta", + "lgregterra": "lime_glazed_terracotta", + "lgtcotta": "lime_glazed_terracotta", + "lightgreenglazedtcota": "lime_glazed_terracotta", + "lightgreenglazedterra": "lime_glazed_terracotta", + "lightgreenglazedterracota": "lime_glazed_terracotta", + "lightgreenglazedterracotta": "lime_glazed_terracotta", + "lightgreengtcotta": "lime_glazed_terracotta", + "lightgreengterra": "lime_glazed_terracotta", + "lightgreglazedtcota": "lime_glazed_terracotta", + "lightgreglazedterra": "lime_glazed_terracotta", + "lightgreglazedterracota": "lime_glazed_terracotta", + "lightgreglazedterracotta": "lime_glazed_terracotta", + "lightgregtcotta": "lime_glazed_terracotta", + "lightgregterra": "lime_glazed_terracotta", + "limeglazedtcota": "lime_glazed_terracotta", + "limeglazedterra": "lime_glazed_terracotta", + "limeglazedterracota": "lime_glazed_terracotta", + "limeglazedterracotta": "lime_glazed_terracotta", + "limegtcotta": "lime_glazed_terracotta", + "limegterra": "lime_glazed_terracotta", + "minecraft:lime_glazed_terracotta": "lime_glazed_terracotta", + "lime_shulker_box": { + "material": "LIME_SHULKER_BOX" + }, + "lgreensbox": "lime_shulker_box", + "lgreenshulkerbox": "lime_shulker_box", + "lgresbox": "lime_shulker_box", + "lgreshulkerbox": "lime_shulker_box", + "lightgreensbox": "lime_shulker_box", + "lightgreenshulkerbox": "lime_shulker_box", + "lightgresbox": "lime_shulker_box", + "lightgreshulkerbox": "lime_shulker_box", + "limesbox": "lime_shulker_box", + "limeshulkerbox": "lime_shulker_box", + "lsbox": "lime_shulker_box", + "lshulkerbox": "lime_shulker_box", + "minecraft:lime_shulker_box": "lime_shulker_box", + "lime_stained_glass": { + "material": "LIME_STAINED_GLASS" + }, + "lglass": "lime_stained_glass", + "lgreenglass": "lime_stained_glass", + "lgreensglass": "lime_stained_glass", + "lgreenstainedglass": "lime_stained_glass", + "lgreglass": "lime_stained_glass", + "lgresglass": "lime_stained_glass", + "lgrestainedglass": "lime_stained_glass", + "lightgreenglass": "lime_stained_glass", + "lightgreensglass": "lime_stained_glass", + "lightgreenstainedglass": "lime_stained_glass", + "lightgreglass": "lime_stained_glass", + "lightgresglass": "lime_stained_glass", + "lightgrestainedglass": "lime_stained_glass", + "limeglass": "lime_stained_glass", + "limesglass": "lime_stained_glass", + "limestainedglass": "lime_stained_glass", + "lsglass": "lime_stained_glass", + "lstainedglass": "lime_stained_glass", + "minecraft:lime_stained_glass": "lime_stained_glass", + "lime_stained_glass_pane": { + "material": "LIME_STAINED_GLASS_PANE" + }, + "lglasspane": "lime_stained_glass_pane", + "lgpane": "lime_stained_glass_pane", + "lgreenglasspane": "lime_stained_glass_pane", + "lgreengpane": "lime_stained_glass_pane", + "lgreensglasspane": "lime_stained_glass_pane", + "lgreenstainedglasspane": "lime_stained_glass_pane", + "lgreglasspane": "lime_stained_glass_pane", + "lgregpane": "lime_stained_glass_pane", + "lgresglasspane": "lime_stained_glass_pane", + "lgrestainedglasspane": "lime_stained_glass_pane", + "lightgreenglasspane": "lime_stained_glass_pane", + "lightgreengpane": "lime_stained_glass_pane", + "lightgreensglasspane": "lime_stained_glass_pane", + "lightgreenstainedglasspane": "lime_stained_glass_pane", + "lightgreglasspane": "lime_stained_glass_pane", + "lightgregpane": "lime_stained_glass_pane", + "lightgresglasspane": "lime_stained_glass_pane", + "lightgrestainedglasspane": "lime_stained_glass_pane", + "limeglasspane": "lime_stained_glass_pane", + "limegpane": "lime_stained_glass_pane", + "limesglasspane": "lime_stained_glass_pane", + "limestainedglasspane": "lime_stained_glass_pane", + "lsglasspane": "lime_stained_glass_pane", + "lstainedglasspane": "lime_stained_glass_pane", + "minecraft:lime_stained_glass_pane": "lime_stained_glass_pane", + "lime_terracotta": { + "material": "LIME_TERRACOTTA" + }, + "lclay": "lime_terracotta", + "lgreclay": "lime_terracotta", + "lgreenclay": "lime_terracotta", + "lgreensclay": "lime_terracotta", + "lgreenstainedclay": "lime_terracotta", + "lgreentcota": "lime_terracotta", + "lgreenterra": "lime_terracotta", + "lgreenterracota": "lime_terracotta", + "lgreenterracotta": "lime_terracotta", + "lgresclay": "lime_terracotta", + "lgrestainedclay": "lime_terracotta", + "lgretcota": "lime_terracotta", + "lgreterra": "lime_terracotta", + "lgreterracota": "lime_terracotta", + "lgreterracotta": "lime_terracotta", + "lightgreclay": "lime_terracotta", + "lightgreenclay": "lime_terracotta", + "lightgreensclay": "lime_terracotta", + "lightgreenstainedclay": "lime_terracotta", + "lightgreentcota": "lime_terracotta", + "lightgreenterra": "lime_terracotta", + "lightgreenterracota": "lime_terracotta", + "lightgreenterracotta": "lime_terracotta", + "lightgresclay": "lime_terracotta", + "lightgrestainedclay": "lime_terracotta", + "lightgretcota": "lime_terracotta", + "lightgreterra": "lime_terracotta", + "lightgreterracota": "lime_terracotta", + "lightgreterracotta": "lime_terracotta", + "limeclay": "lime_terracotta", + "limesclay": "lime_terracotta", + "limestainedclay": "lime_terracotta", + "limetcota": "lime_terracotta", + "limeterra": "lime_terracotta", + "limeterracota": "lime_terracotta", + "limeterracotta": "lime_terracotta", + "lsclay": "lime_terracotta", + "lstainedclay": "lime_terracotta", + "ltcota": "lime_terracotta", + "lterra": "lime_terracotta", + "lterracota": "lime_terracotta", + "lterracotta": "lime_terracotta", + "minecraft:lime_terracotta": "lime_terracotta", + "lime_wool": { + "material": "LIME_WOOL" + }, + "lcloth": "lime_wool", + "lcotton": "lime_wool", + "lgrecloth": "lime_wool", + "lgrecotton": "lime_wool", + "lgreencloth": "lime_wool", + "lgreencotton": "lime_wool", + "lgreenwool": "lime_wool", + "lgrewool": "lime_wool", + "lightgrecloth": "lime_wool", + "lightgrecotton": "lime_wool", + "lightgreencloth": "lime_wool", + "lightgreencotton": "lime_wool", + "lightgreenwool": "lime_wool", + "lightgrewool": "lime_wool", + "limecloth": "lime_wool", + "limecotton": "lime_wool", + "limewool": "lime_wool", + "lwool": "lime_wool", + "minecraft:lime_wool": "lime_wool", + "lingering_potion": { + "material": "LINGERING_POTION" + }, + "lingeringpotion": "lingering_potion", + "minecraft:lingering_potion": "lingering_potion", + "llama_spawn_egg": { + "material": "LLAMA_SPAWN_EGG" + }, + "eggllama": "llama_spawn_egg", + "llamaegg": "llama_spawn_egg", + "llamasegg": "llama_spawn_egg", + "llamaspawn": "llama_spawn_egg", + "llamaspawnegg": "llama_spawn_egg", + "minecraft:llama_spawn_egg": "llama_spawn_egg", + "seggllama": "llama_spawn_egg", + "spawneggllama": "llama_spawn_egg", + "spawnllama": "llama_spawn_egg", + "llama_spawner": { + "entity": "LLAMA", + "material": "SPAWNER" + }, + "llamacage": "llama_spawner", + "llamamcage": "llama_spawner", + "llamamobcage": "llama_spawner", + "llamamobspawner": "llama_spawner", + "llamamonstercage": "llama_spawner", + "llamamonsterspawner": "llama_spawner", + "llamamspawner": "llama_spawner", + "llamaspawner": "llama_spawner", + "lodestone": { + "material": "LODESTONE" + }, + "lode": "lodestone", + "minecraft:lodestone": "lodestone", + "long_fire_resistance_lingering_potion": { + "potionData": { + "type": "FIRE_RESISTANCE", + "upgraded": false, + "extended": true + }, + "material": "LINGERING_POTION" + }, + "aoepotfireres2": "long_fire_resistance_lingering_potion", + "aoepotfireresex": "long_fire_resistance_lingering_potion", + "aoepotfireresextended": "long_fire_resistance_lingering_potion", + "aoepotfireresist2": "long_fire_resistance_lingering_potion", + "aoepotfireresistance2": "long_fire_resistance_lingering_potion", + "aoepotfireresistanceex": "long_fire_resistance_lingering_potion", + "aoepotfireresistanceextended": "long_fire_resistance_lingering_potion", + "aoepotfireresistancelevel2": "long_fire_resistance_lingering_potion", + "aoepotfireresistancelong": "long_fire_resistance_lingering_potion", + "aoepotfireresistex": "long_fire_resistance_lingering_potion", + "aoepotfireresistextended": "long_fire_resistance_lingering_potion", + "aoepotfireresistlevel2": "long_fire_resistance_lingering_potion", + "aoepotfireresistlong": "long_fire_resistance_lingering_potion", + "aoepotfirereslevel2": "long_fire_resistance_lingering_potion", + "aoepotfirereslong": "long_fire_resistance_lingering_potion", + "aoepotionfireres2": "long_fire_resistance_lingering_potion", + "aoepotionfireresex": "long_fire_resistance_lingering_potion", + "aoepotionfireresextended": "long_fire_resistance_lingering_potion", + "aoepotionfireresist2": "long_fire_resistance_lingering_potion", + "aoepotionfireresistance2": "long_fire_resistance_lingering_potion", + "aoepotionfireresistanceex": "long_fire_resistance_lingering_potion", + "aoepotionfireresistanceextended": "long_fire_resistance_lingering_potion", + "aoepotionfireresistancelevel2": "long_fire_resistance_lingering_potion", + "aoepotionfireresistancelong": "long_fire_resistance_lingering_potion", + "aoepotionfireresistex": "long_fire_resistance_lingering_potion", + "aoepotionfireresistextended": "long_fire_resistance_lingering_potion", + "aoepotionfireresistlevel2": "long_fire_resistance_lingering_potion", + "aoepotionfireresistlong": "long_fire_resistance_lingering_potion", + "aoepotionfirereslevel2": "long_fire_resistance_lingering_potion", + "aoepotionfirereslong": "long_fire_resistance_lingering_potion", + "areapotfireres2": "long_fire_resistance_lingering_potion", + "areapotfireresex": "long_fire_resistance_lingering_potion", + "areapotfireresextended": "long_fire_resistance_lingering_potion", + "areapotfireresist2": "long_fire_resistance_lingering_potion", + "areapotfireresistance2": "long_fire_resistance_lingering_potion", + "areapotfireresistanceex": "long_fire_resistance_lingering_potion", + "areapotfireresistanceextended": "long_fire_resistance_lingering_potion", + "areapotfireresistancelevel2": "long_fire_resistance_lingering_potion", + "areapotfireresistancelong": "long_fire_resistance_lingering_potion", + "areapotfireresistex": "long_fire_resistance_lingering_potion", + "areapotfireresistextended": "long_fire_resistance_lingering_potion", + "areapotfireresistlevel2": "long_fire_resistance_lingering_potion", + "areapotfireresistlong": "long_fire_resistance_lingering_potion", + "areapotfirereslevel2": "long_fire_resistance_lingering_potion", + "areapotfirereslong": "long_fire_resistance_lingering_potion", + "areapotionfireres2": "long_fire_resistance_lingering_potion", + "areapotionfireresex": "long_fire_resistance_lingering_potion", + "areapotionfireresextended": "long_fire_resistance_lingering_potion", + "areapotionfireresist2": "long_fire_resistance_lingering_potion", + "areapotionfireresistance2": "long_fire_resistance_lingering_potion", + "areapotionfireresistanceex": "long_fire_resistance_lingering_potion", + "areapotionfireresistanceextended": "long_fire_resistance_lingering_potion", + "areapotionfireresistancelevel2": "long_fire_resistance_lingering_potion", + "areapotionfireresistancelong": "long_fire_resistance_lingering_potion", + "areapotionfireresistex": "long_fire_resistance_lingering_potion", + "areapotionfireresistextended": "long_fire_resistance_lingering_potion", + "areapotionfireresistlevel2": "long_fire_resistance_lingering_potion", + "areapotionfireresistlong": "long_fire_resistance_lingering_potion", + "areapotionfirereslevel2": "long_fire_resistance_lingering_potion", + "areapotionfirereslong": "long_fire_resistance_lingering_potion", + "cloudpotfireres2": "long_fire_resistance_lingering_potion", + "cloudpotfireresex": "long_fire_resistance_lingering_potion", + "cloudpotfireresextended": "long_fire_resistance_lingering_potion", + "cloudpotfireresist2": "long_fire_resistance_lingering_potion", + "cloudpotfireresistance2": "long_fire_resistance_lingering_potion", + "cloudpotfireresistanceex": "long_fire_resistance_lingering_potion", + "cloudpotfireresistanceextended": "long_fire_resistance_lingering_potion", + "cloudpotfireresistancelevel2": "long_fire_resistance_lingering_potion", + "cloudpotfireresistancelong": "long_fire_resistance_lingering_potion", + "cloudpotfireresistex": "long_fire_resistance_lingering_potion", + "cloudpotfireresistextended": "long_fire_resistance_lingering_potion", + "cloudpotfireresistlevel2": "long_fire_resistance_lingering_potion", + "cloudpotfireresistlong": "long_fire_resistance_lingering_potion", + "cloudpotfirereslevel2": "long_fire_resistance_lingering_potion", + "cloudpotfirereslong": "long_fire_resistance_lingering_potion", + "cloudpotionfireres2": "long_fire_resistance_lingering_potion", + "cloudpotionfireresex": "long_fire_resistance_lingering_potion", + "cloudpotionfireresextended": "long_fire_resistance_lingering_potion", + "cloudpotionfireresist2": "long_fire_resistance_lingering_potion", + "cloudpotionfireresistance2": "long_fire_resistance_lingering_potion", + "cloudpotionfireresistanceex": "long_fire_resistance_lingering_potion", + "cloudpotionfireresistanceextended": "long_fire_resistance_lingering_potion", + "cloudpotionfireresistancelevel2": "long_fire_resistance_lingering_potion", + "cloudpotionfireresistancelong": "long_fire_resistance_lingering_potion", + "cloudpotionfireresistex": "long_fire_resistance_lingering_potion", + "cloudpotionfireresistextended": "long_fire_resistance_lingering_potion", + "cloudpotionfireresistlevel2": "long_fire_resistance_lingering_potion", + "cloudpotionfireresistlong": "long_fire_resistance_lingering_potion", + "cloudpotionfirereslevel2": "long_fire_resistance_lingering_potion", + "cloudpotionfirereslong": "long_fire_resistance_lingering_potion", + "fireresaoepoiont2": "long_fire_resistance_lingering_potion", + "fireresaoepoiontex": "long_fire_resistance_lingering_potion", + "fireresaoepoiontextended": "long_fire_resistance_lingering_potion", + "fireresaoepoiontlevel2": "long_fire_resistance_lingering_potion", + "fireresaoepoiontlong": "long_fire_resistance_lingering_potion", + "fireresaoepot2": "long_fire_resistance_lingering_potion", + "fireresaoepotex": "long_fire_resistance_lingering_potion", + "fireresaoepotextended": "long_fire_resistance_lingering_potion", + "fireresaoepotlevel2": "long_fire_resistance_lingering_potion", + "fireresaoepotlong": "long_fire_resistance_lingering_potion", + "fireresareapot2": "long_fire_resistance_lingering_potion", + "fireresareapotex": "long_fire_resistance_lingering_potion", + "fireresareapotextended": "long_fire_resistance_lingering_potion", + "fireresareapotion2": "long_fire_resistance_lingering_potion", + "fireresareapotionex": "long_fire_resistance_lingering_potion", + "fireresareapotionextended": "long_fire_resistance_lingering_potion", + "fireresareapotionlevel2": "long_fire_resistance_lingering_potion", + "fireresareapotionlong": "long_fire_resistance_lingering_potion", + "fireresareapotlevel2": "long_fire_resistance_lingering_potion", + "fireresareapotlong": "long_fire_resistance_lingering_potion", + "firerescloudpot2": "long_fire_resistance_lingering_potion", + "firerescloudpotex": "long_fire_resistance_lingering_potion", + "firerescloudpotextended": "long_fire_resistance_lingering_potion", + "firerescloudpotion2": "long_fire_resistance_lingering_potion", + "firerescloudpotionex": "long_fire_resistance_lingering_potion", + "firerescloudpotionextended": "long_fire_resistance_lingering_potion", + "firerescloudpotionlevel2": "long_fire_resistance_lingering_potion", + "firerescloudpotionlong": "long_fire_resistance_lingering_potion", + "firerescloudpotlevel2": "long_fire_resistance_lingering_potion", + "firerescloudpotlong": "long_fire_resistance_lingering_potion", + "fireresistanceaoepoiont2": "long_fire_resistance_lingering_potion", + "fireresistanceaoepoiontex": "long_fire_resistance_lingering_potion", + "fireresistanceaoepoiontextended": "long_fire_resistance_lingering_potion", + "fireresistanceaoepoiontlevel2": "long_fire_resistance_lingering_potion", + "fireresistanceaoepoiontlong": "long_fire_resistance_lingering_potion", + "fireresistanceaoepot2": "long_fire_resistance_lingering_potion", + "fireresistanceaoepotex": "long_fire_resistance_lingering_potion", + "fireresistanceaoepotextended": "long_fire_resistance_lingering_potion", + "fireresistanceaoepotlevel2": "long_fire_resistance_lingering_potion", + "fireresistanceaoepotlong": "long_fire_resistance_lingering_potion", + "fireresistanceareapot2": "long_fire_resistance_lingering_potion", + "fireresistanceareapotex": "long_fire_resistance_lingering_potion", + "fireresistanceareapotextended": "long_fire_resistance_lingering_potion", + "fireresistanceareapotion2": "long_fire_resistance_lingering_potion", + "fireresistanceareapotionex": "long_fire_resistance_lingering_potion", + "fireresistanceareapotionextended": "long_fire_resistance_lingering_potion", + "fireresistanceareapotionlevel2": "long_fire_resistance_lingering_potion", + "fireresistanceareapotionlong": "long_fire_resistance_lingering_potion", + "fireresistanceareapotlevel2": "long_fire_resistance_lingering_potion", + "fireresistanceareapotlong": "long_fire_resistance_lingering_potion", + "fireresistancecloudpot2": "long_fire_resistance_lingering_potion", + "fireresistancecloudpotex": "long_fire_resistance_lingering_potion", + "fireresistancecloudpotextended": "long_fire_resistance_lingering_potion", + "fireresistancecloudpotion2": "long_fire_resistance_lingering_potion", + "fireresistancecloudpotionex": "long_fire_resistance_lingering_potion", + "fireresistancecloudpotionextended": "long_fire_resistance_lingering_potion", + "fireresistancecloudpotionlevel2": "long_fire_resistance_lingering_potion", + "fireresistancecloudpotionlong": "long_fire_resistance_lingering_potion", + "fireresistancecloudpotlevel2": "long_fire_resistance_lingering_potion", + "fireresistancecloudpotlong": "long_fire_resistance_lingering_potion", + "fireresistancelingerpot2": "long_fire_resistance_lingering_potion", + "fireresistancelingerpotex": "long_fire_resistance_lingering_potion", + "fireresistancelingerpotextended": "long_fire_resistance_lingering_potion", + "fireresistancelingerpotlevel2": "long_fire_resistance_lingering_potion", + "fireresistancelingerpotlong": "long_fire_resistance_lingering_potion", + "fireresistaoepoiont2": "long_fire_resistance_lingering_potion", + "fireresistaoepoiontex": "long_fire_resistance_lingering_potion", + "fireresistaoepoiontextended": "long_fire_resistance_lingering_potion", + "fireresistaoepoiontlevel2": "long_fire_resistance_lingering_potion", + "fireresistaoepoiontlong": "long_fire_resistance_lingering_potion", + "fireresistaoepot2": "long_fire_resistance_lingering_potion", + "fireresistaoepotex": "long_fire_resistance_lingering_potion", + "fireresistaoepotextended": "long_fire_resistance_lingering_potion", + "fireresistaoepotlevel2": "long_fire_resistance_lingering_potion", + "fireresistaoepotlong": "long_fire_resistance_lingering_potion", + "fireresistareapot2": "long_fire_resistance_lingering_potion", + "fireresistareapotex": "long_fire_resistance_lingering_potion", + "fireresistareapotextended": "long_fire_resistance_lingering_potion", + "fireresistareapotion2": "long_fire_resistance_lingering_potion", + "fireresistareapotionex": "long_fire_resistance_lingering_potion", + "fireresistareapotionextended": "long_fire_resistance_lingering_potion", + "fireresistareapotionlevel2": "long_fire_resistance_lingering_potion", + "fireresistareapotionlong": "long_fire_resistance_lingering_potion", + "fireresistareapotlevel2": "long_fire_resistance_lingering_potion", + "fireresistareapotlong": "long_fire_resistance_lingering_potion", + "fireresistcloudpot2": "long_fire_resistance_lingering_potion", + "fireresistcloudpotex": "long_fire_resistance_lingering_potion", + "fireresistcloudpotextended": "long_fire_resistance_lingering_potion", + "fireresistcloudpotion2": "long_fire_resistance_lingering_potion", + "fireresistcloudpotionex": "long_fire_resistance_lingering_potion", + "fireresistcloudpotionextended": "long_fire_resistance_lingering_potion", + "fireresistcloudpotionlevel2": "long_fire_resistance_lingering_potion", + "fireresistcloudpotionlong": "long_fire_resistance_lingering_potion", + "fireresistcloudpotlevel2": "long_fire_resistance_lingering_potion", + "fireresistcloudpotlong": "long_fire_resistance_lingering_potion", + "fireresistlingerpot2": "long_fire_resistance_lingering_potion", + "fireresistlingerpotex": "long_fire_resistance_lingering_potion", + "fireresistlingerpotextended": "long_fire_resistance_lingering_potion", + "fireresistlingerpotlevel2": "long_fire_resistance_lingering_potion", + "fireresistlingerpotlong": "long_fire_resistance_lingering_potion", + "firereslingerpot2": "long_fire_resistance_lingering_potion", + "firereslingerpotex": "long_fire_resistance_lingering_potion", + "firereslingerpotextended": "long_fire_resistance_lingering_potion", + "firereslingerpotlevel2": "long_fire_resistance_lingering_potion", + "firereslingerpotlong": "long_fire_resistance_lingering_potion", + "lingerpotfireres2": "long_fire_resistance_lingering_potion", + "lingerpotfireresex": "long_fire_resistance_lingering_potion", + "lingerpotfireresextended": "long_fire_resistance_lingering_potion", + "lingerpotfireresist2": "long_fire_resistance_lingering_potion", + "lingerpotfireresistance2": "long_fire_resistance_lingering_potion", + "lingerpotfireresistanceex": "long_fire_resistance_lingering_potion", + "lingerpotfireresistanceextended": "long_fire_resistance_lingering_potion", + "lingerpotfireresistancelevel2": "long_fire_resistance_lingering_potion", + "lingerpotfireresistancelong": "long_fire_resistance_lingering_potion", + "lingerpotfireresistex": "long_fire_resistance_lingering_potion", + "lingerpotfireresistextended": "long_fire_resistance_lingering_potion", + "lingerpotfireresistlevel2": "long_fire_resistance_lingering_potion", + "lingerpotfireresistlong": "long_fire_resistance_lingering_potion", + "lingerpotfirereslevel2": "long_fire_resistance_lingering_potion", + "lingerpotfirereslong": "long_fire_resistance_lingering_potion", + "long_fire_resistance_potion": { + "potionData": { + "type": "FIRE_RESISTANCE", + "upgraded": false, + "extended": true + }, + "material": "POTION" + }, + "fireres2pot": "long_fire_resistance_potion", + "fireres2potion": "long_fire_resistance_potion", + "fireresexpot": "long_fire_resistance_potion", + "fireresexpotion": "long_fire_resistance_potion", + "fireresextendedpot": "long_fire_resistance_potion", + "fireresextendedpotion": "long_fire_resistance_potion", + "fireresist2pot": "long_fire_resistance_potion", + "fireresist2potion": "long_fire_resistance_potion", + "fireresistance2pot": "long_fire_resistance_potion", + "fireresistance2potion": "long_fire_resistance_potion", + "fireresistanceexpot": "long_fire_resistance_potion", + "fireresistanceexpotion": "long_fire_resistance_potion", + "fireresistanceextendedpot": "long_fire_resistance_potion", + "fireresistanceextendedpotion": "long_fire_resistance_potion", + "fireresistancelevel2pot": "long_fire_resistance_potion", + "fireresistancelevel2potion": "long_fire_resistance_potion", + "fireresistancelongpot": "long_fire_resistance_potion", + "fireresistancelongpotion": "long_fire_resistance_potion", + "fireresistexpot": "long_fire_resistance_potion", + "fireresistexpotion": "long_fire_resistance_potion", + "fireresistextendedpot": "long_fire_resistance_potion", + "fireresistextendedpotion": "long_fire_resistance_potion", + "fireresistlevel2pot": "long_fire_resistance_potion", + "fireresistlevel2potion": "long_fire_resistance_potion", + "fireresistlongpot": "long_fire_resistance_potion", + "fireresistlongpotion": "long_fire_resistance_potion", + "firereslevel2pot": "long_fire_resistance_potion", + "firereslevel2potion": "long_fire_resistance_potion", + "firereslongpot": "long_fire_resistance_potion", + "firereslongpotion": "long_fire_resistance_potion", + "potionoffireres2": "long_fire_resistance_potion", + "potionoffireresex": "long_fire_resistance_potion", + "potionoffireresextended": "long_fire_resistance_potion", + "potionoffireresist2": "long_fire_resistance_potion", + "potionoffireresistance2": "long_fire_resistance_potion", + "potionoffireresistanceex": "long_fire_resistance_potion", + "potionoffireresistanceextended": "long_fire_resistance_potion", + "potionoffireresistancelevel2": "long_fire_resistance_potion", + "potionoffireresistancelong": "long_fire_resistance_potion", + "potionoffireresistex": "long_fire_resistance_potion", + "potionoffireresistextended": "long_fire_resistance_potion", + "potionoffireresistlevel2": "long_fire_resistance_potion", + "potionoffireresistlong": "long_fire_resistance_potion", + "potionoffirereslevel2": "long_fire_resistance_potion", + "potionoffirereslong": "long_fire_resistance_potion", + "potoffireres2": "long_fire_resistance_potion", + "potoffireresex": "long_fire_resistance_potion", + "potoffireresextended": "long_fire_resistance_potion", + "potoffireresist2": "long_fire_resistance_potion", + "potoffireresistance2": "long_fire_resistance_potion", + "potoffireresistanceex": "long_fire_resistance_potion", + "potoffireresistanceextended": "long_fire_resistance_potion", + "potoffireresistancelevel2": "long_fire_resistance_potion", + "potoffireresistancelong": "long_fire_resistance_potion", + "potoffireresistex": "long_fire_resistance_potion", + "potoffireresistextended": "long_fire_resistance_potion", + "potoffireresistlevel2": "long_fire_resistance_potion", + "potoffireresistlong": "long_fire_resistance_potion", + "potoffirereslevel2": "long_fire_resistance_potion", + "potoffirereslong": "long_fire_resistance_potion", + "long_fire_resistance_splash_potion": { + "potionData": { + "type": "FIRE_RESISTANCE", + "upgraded": false, + "extended": true + }, + "material": "SPLASH_POTION" + }, + "fireres2splashpot": "long_fire_resistance_splash_potion", + "fireres2splashpotion": "long_fire_resistance_splash_potion", + "fireresexsplashpot": "long_fire_resistance_splash_potion", + "fireresexsplashpotion": "long_fire_resistance_splash_potion", + "fireresextendedsplashpot": "long_fire_resistance_splash_potion", + "fireresextendedsplashpotion": "long_fire_resistance_splash_potion", + "fireresist2splashpot": "long_fire_resistance_splash_potion", + "fireresist2splashpotion": "long_fire_resistance_splash_potion", + "fireresistance2splashpot": "long_fire_resistance_splash_potion", + "fireresistance2splashpotion": "long_fire_resistance_splash_potion", + "fireresistanceexsplashpot": "long_fire_resistance_splash_potion", + "fireresistanceexsplashpotion": "long_fire_resistance_splash_potion", + "fireresistanceextendedsplashpot": "long_fire_resistance_splash_potion", + "fireresistanceextendedsplashpotion": "long_fire_resistance_splash_potion", + "fireresistancelevel2splashpot": "long_fire_resistance_splash_potion", + "fireresistancelevel2splashpotion": "long_fire_resistance_splash_potion", + "fireresistancelongsplashpot": "long_fire_resistance_splash_potion", + "fireresistancelongsplashpotion": "long_fire_resistance_splash_potion", + "fireresistexsplashpot": "long_fire_resistance_splash_potion", + "fireresistexsplashpotion": "long_fire_resistance_splash_potion", + "fireresistextendedsplashpot": "long_fire_resistance_splash_potion", + "fireresistextendedsplashpotion": "long_fire_resistance_splash_potion", + "fireresistlevel2splashpot": "long_fire_resistance_splash_potion", + "fireresistlevel2splashpotion": "long_fire_resistance_splash_potion", + "fireresistlongsplashpot": "long_fire_resistance_splash_potion", + "fireresistlongsplashpotion": "long_fire_resistance_splash_potion", + "firereslevel2splashpot": "long_fire_resistance_splash_potion", + "firereslevel2splashpotion": "long_fire_resistance_splash_potion", + "firereslongsplashpot": "long_fire_resistance_splash_potion", + "firereslongsplashpotion": "long_fire_resistance_splash_potion", + "splashfireres2pot": "long_fire_resistance_splash_potion", + "splashfireres2potion": "long_fire_resistance_splash_potion", + "splashfireresexpot": "long_fire_resistance_splash_potion", + "splashfireresexpotion": "long_fire_resistance_splash_potion", + "splashfireresextendedpot": "long_fire_resistance_splash_potion", + "splashfireresextendedpotion": "long_fire_resistance_splash_potion", + "splashfireresist2pot": "long_fire_resistance_splash_potion", + "splashfireresist2potion": "long_fire_resistance_splash_potion", + "splashfireresistance2pot": "long_fire_resistance_splash_potion", + "splashfireresistance2potion": "long_fire_resistance_splash_potion", + "splashfireresistanceexpot": "long_fire_resistance_splash_potion", + "splashfireresistanceexpotion": "long_fire_resistance_splash_potion", + "splashfireresistanceextendedpot": "long_fire_resistance_splash_potion", + "splashfireresistanceextendedpotion": "long_fire_resistance_splash_potion", + "splashfireresistancelevel2pot": "long_fire_resistance_splash_potion", + "splashfireresistancelevel2potion": "long_fire_resistance_splash_potion", + "splashfireresistancelongpot": "long_fire_resistance_splash_potion", + "splashfireresistancelongpotion": "long_fire_resistance_splash_potion", + "splashfireresistexpot": "long_fire_resistance_splash_potion", + "splashfireresistexpotion": "long_fire_resistance_splash_potion", + "splashfireresistextendedpot": "long_fire_resistance_splash_potion", + "splashfireresistextendedpotion": "long_fire_resistance_splash_potion", + "splashfireresistlevel2pot": "long_fire_resistance_splash_potion", + "splashfireresistlevel2potion": "long_fire_resistance_splash_potion", + "splashfireresistlongpot": "long_fire_resistance_splash_potion", + "splashfireresistlongpotion": "long_fire_resistance_splash_potion", + "splashfirereslevel2pot": "long_fire_resistance_splash_potion", + "splashfirereslevel2potion": "long_fire_resistance_splash_potion", + "splashfirereslongpot": "long_fire_resistance_splash_potion", + "splashfirereslongpotion": "long_fire_resistance_splash_potion", + "splfireres2pot": "long_fire_resistance_splash_potion", + "splfireres2potion": "long_fire_resistance_splash_potion", + "splfireresexpot": "long_fire_resistance_splash_potion", + "splfireresexpotion": "long_fire_resistance_splash_potion", + "splfireresextendedpot": "long_fire_resistance_splash_potion", + "splfireresextendedpotion": "long_fire_resistance_splash_potion", + "splfireresist2pot": "long_fire_resistance_splash_potion", + "splfireresist2potion": "long_fire_resistance_splash_potion", + "splfireresistance2pot": "long_fire_resistance_splash_potion", + "splfireresistance2potion": "long_fire_resistance_splash_potion", + "splfireresistanceexpot": "long_fire_resistance_splash_potion", + "splfireresistanceexpotion": "long_fire_resistance_splash_potion", + "splfireresistanceextendedpot": "long_fire_resistance_splash_potion", + "splfireresistanceextendedpotion": "long_fire_resistance_splash_potion", + "splfireresistancelevel2pot": "long_fire_resistance_splash_potion", + "splfireresistancelevel2potion": "long_fire_resistance_splash_potion", + "splfireresistancelongpot": "long_fire_resistance_splash_potion", + "splfireresistancelongpotion": "long_fire_resistance_splash_potion", + "splfireresistexpot": "long_fire_resistance_splash_potion", + "splfireresistexpotion": "long_fire_resistance_splash_potion", + "splfireresistextendedpot": "long_fire_resistance_splash_potion", + "splfireresistextendedpotion": "long_fire_resistance_splash_potion", + "splfireresistlevel2pot": "long_fire_resistance_splash_potion", + "splfireresistlevel2potion": "long_fire_resistance_splash_potion", + "splfireresistlongpot": "long_fire_resistance_splash_potion", + "splfireresistlongpotion": "long_fire_resistance_splash_potion", + "splfirereslevel2pot": "long_fire_resistance_splash_potion", + "splfirereslevel2potion": "long_fire_resistance_splash_potion", + "splfirereslongpot": "long_fire_resistance_splash_potion", + "splfirereslongpotion": "long_fire_resistance_splash_potion", + "long_fire_resistance_tipped_arrow": { + "potionData": { + "type": "FIRE_RESISTANCE", + "upgraded": false, + "extended": true + }, + "material": "TIPPED_ARROW" + }, + "arrowfireres2": "long_fire_resistance_tipped_arrow", + "arrowfireresex": "long_fire_resistance_tipped_arrow", + "arrowfireresextended": "long_fire_resistance_tipped_arrow", + "arrowfireresist2": "long_fire_resistance_tipped_arrow", + "arrowfireresistance2": "long_fire_resistance_tipped_arrow", + "arrowfireresistanceex": "long_fire_resistance_tipped_arrow", + "arrowfireresistanceextended": "long_fire_resistance_tipped_arrow", + "arrowfireresistancelevel2": "long_fire_resistance_tipped_arrow", + "arrowfireresistancelong": "long_fire_resistance_tipped_arrow", + "arrowfireresistex": "long_fire_resistance_tipped_arrow", + "arrowfireresistextended": "long_fire_resistance_tipped_arrow", + "arrowfireresistlevel2": "long_fire_resistance_tipped_arrow", + "arrowfireresistlong": "long_fire_resistance_tipped_arrow", + "arrowfirereslevel2": "long_fire_resistance_tipped_arrow", + "arrowfirereslong": "long_fire_resistance_tipped_arrow", + "fireres2tarr": "long_fire_resistance_tipped_arrow", + "fireres2tarrow": "long_fire_resistance_tipped_arrow", + "fireres2tippedarrow": "long_fire_resistance_tipped_arrow", + "fireresarrow2": "long_fire_resistance_tipped_arrow", + "fireresarrowex": "long_fire_resistance_tipped_arrow", + "fireresarrowextended": "long_fire_resistance_tipped_arrow", + "fireresarrowlevel2": "long_fire_resistance_tipped_arrow", + "fireresarrowlong": "long_fire_resistance_tipped_arrow", + "fireresextarr": "long_fire_resistance_tipped_arrow", + "fireresextarrow": "long_fire_resistance_tipped_arrow", + "fireresextendedtarr": "long_fire_resistance_tipped_arrow", + "fireresextendedtarrow": "long_fire_resistance_tipped_arrow", + "fireresextendedtippedarrow": "long_fire_resistance_tipped_arrow", + "fireresextippedarrow": "long_fire_resistance_tipped_arrow", + "fireresist2tarr": "long_fire_resistance_tipped_arrow", + "fireresist2tarrow": "long_fire_resistance_tipped_arrow", + "fireresist2tippedarrow": "long_fire_resistance_tipped_arrow", + "fireresistance2tarr": "long_fire_resistance_tipped_arrow", + "fireresistance2tarrow": "long_fire_resistance_tipped_arrow", + "fireresistance2tippedarrow": "long_fire_resistance_tipped_arrow", + "fireresistancearrow2": "long_fire_resistance_tipped_arrow", + "fireresistancearrowex": "long_fire_resistance_tipped_arrow", + "fireresistancearrowextended": "long_fire_resistance_tipped_arrow", + "fireresistancearrowlevel2": "long_fire_resistance_tipped_arrow", + "fireresistancearrowlong": "long_fire_resistance_tipped_arrow", + "fireresistanceextarr": "long_fire_resistance_tipped_arrow", + "fireresistanceextarrow": "long_fire_resistance_tipped_arrow", + "fireresistanceextendedtarr": "long_fire_resistance_tipped_arrow", + "fireresistanceextendedtarrow": "long_fire_resistance_tipped_arrow", + "fireresistanceextendedtippedarrow": "long_fire_resistance_tipped_arrow", + "fireresistanceextippedarrow": "long_fire_resistance_tipped_arrow", + "fireresistancelevel2tarr": "long_fire_resistance_tipped_arrow", + "fireresistancelevel2tarrow": "long_fire_resistance_tipped_arrow", + "fireresistancelevel2tippedarrow": "long_fire_resistance_tipped_arrow", + "fireresistancelongtarr": "long_fire_resistance_tipped_arrow", + "fireresistancelongtarrow": "long_fire_resistance_tipped_arrow", + "fireresistancelongtippedarrow": "long_fire_resistance_tipped_arrow", + "fireresistarrow2": "long_fire_resistance_tipped_arrow", + "fireresistarrowex": "long_fire_resistance_tipped_arrow", + "fireresistarrowextended": "long_fire_resistance_tipped_arrow", + "fireresistarrowlevel2": "long_fire_resistance_tipped_arrow", + "fireresistarrowlong": "long_fire_resistance_tipped_arrow", + "fireresistextarr": "long_fire_resistance_tipped_arrow", + "fireresistextarrow": "long_fire_resistance_tipped_arrow", + "fireresistextendedtarr": "long_fire_resistance_tipped_arrow", + "fireresistextendedtarrow": "long_fire_resistance_tipped_arrow", + "fireresistextendedtippedarrow": "long_fire_resistance_tipped_arrow", + "fireresistextippedarrow": "long_fire_resistance_tipped_arrow", + "fireresistlevel2tarr": "long_fire_resistance_tipped_arrow", + "fireresistlevel2tarrow": "long_fire_resistance_tipped_arrow", + "fireresistlevel2tippedarrow": "long_fire_resistance_tipped_arrow", + "fireresistlongtarr": "long_fire_resistance_tipped_arrow", + "fireresistlongtarrow": "long_fire_resistance_tipped_arrow", + "fireresistlongtippedarrow": "long_fire_resistance_tipped_arrow", + "firereslevel2tarr": "long_fire_resistance_tipped_arrow", + "firereslevel2tarrow": "long_fire_resistance_tipped_arrow", + "firereslevel2tippedarrow": "long_fire_resistance_tipped_arrow", + "firereslongtarr": "long_fire_resistance_tipped_arrow", + "firereslongtarrow": "long_fire_resistance_tipped_arrow", + "firereslongtippedarrow": "long_fire_resistance_tipped_arrow", + "long_invisibility_lingering_potion": { + "potionData": { + "type": "INVISIBILITY", + "upgraded": false, + "extended": true + }, + "material": "LINGERING_POTION" + }, + "aoepotinv2": "long_invisibility_lingering_potion", + "aoepotinvex": "long_invisibility_lingering_potion", + "aoepotinvextended": "long_invisibility_lingering_potion", + "aoepotinvis2": "long_invisibility_lingering_potion", + "aoepotinvisex": "long_invisibility_lingering_potion", + "aoepotinvisextended": "long_invisibility_lingering_potion", + "aoepotinvisibility2": "long_invisibility_lingering_potion", + "aoepotinvisibilityex": "long_invisibility_lingering_potion", + "aoepotinvisibilityextended": "long_invisibility_lingering_potion", + "aoepotinvisibilitylevel2": "long_invisibility_lingering_potion", + "aoepotinvisibilitylong": "long_invisibility_lingering_potion", + "aoepotinvisible2": "long_invisibility_lingering_potion", + "aoepotinvisibleex": "long_invisibility_lingering_potion", + "aoepotinvisibleextended": "long_invisibility_lingering_potion", + "aoepotinvisiblelevel2": "long_invisibility_lingering_potion", + "aoepotinvisiblelong": "long_invisibility_lingering_potion", + "aoepotinvislevel2": "long_invisibility_lingering_potion", + "aoepotinvislong": "long_invisibility_lingering_potion", + "aoepotinvlevel2": "long_invisibility_lingering_potion", + "aoepotinvlong": "long_invisibility_lingering_potion", + "aoepotioninv2": "long_invisibility_lingering_potion", + "aoepotioninvex": "long_invisibility_lingering_potion", + "aoepotioninvextended": "long_invisibility_lingering_potion", + "aoepotioninvis2": "long_invisibility_lingering_potion", + "aoepotioninvisex": "long_invisibility_lingering_potion", + "aoepotioninvisextended": "long_invisibility_lingering_potion", + "aoepotioninvisibility2": "long_invisibility_lingering_potion", + "aoepotioninvisibilityex": "long_invisibility_lingering_potion", + "aoepotioninvisibilityextended": "long_invisibility_lingering_potion", + "aoepotioninvisibilitylevel2": "long_invisibility_lingering_potion", + "aoepotioninvisibilitylong": "long_invisibility_lingering_potion", + "aoepotioninvisible2": "long_invisibility_lingering_potion", + "aoepotioninvisibleex": "long_invisibility_lingering_potion", + "aoepotioninvisibleextended": "long_invisibility_lingering_potion", + "aoepotioninvisiblelevel2": "long_invisibility_lingering_potion", + "aoepotioninvisiblelong": "long_invisibility_lingering_potion", + "aoepotioninvislevel2": "long_invisibility_lingering_potion", + "aoepotioninvislong": "long_invisibility_lingering_potion", + "aoepotioninvlevel2": "long_invisibility_lingering_potion", + "aoepotioninvlong": "long_invisibility_lingering_potion", + "areapotinv2": "long_invisibility_lingering_potion", + "areapotinvex": "long_invisibility_lingering_potion", + "areapotinvextended": "long_invisibility_lingering_potion", + "areapotinvis2": "long_invisibility_lingering_potion", + "areapotinvisex": "long_invisibility_lingering_potion", + "areapotinvisextended": "long_invisibility_lingering_potion", + "areapotinvisibility2": "long_invisibility_lingering_potion", + "areapotinvisibilityex": "long_invisibility_lingering_potion", + "areapotinvisibilityextended": "long_invisibility_lingering_potion", + "areapotinvisibilitylevel2": "long_invisibility_lingering_potion", + "areapotinvisibilitylong": "long_invisibility_lingering_potion", + "areapotinvisible2": "long_invisibility_lingering_potion", + "areapotinvisibleex": "long_invisibility_lingering_potion", + "areapotinvisibleextended": "long_invisibility_lingering_potion", + "areapotinvisiblelevel2": "long_invisibility_lingering_potion", + "areapotinvisiblelong": "long_invisibility_lingering_potion", + "areapotinvislevel2": "long_invisibility_lingering_potion", + "areapotinvislong": "long_invisibility_lingering_potion", + "areapotinvlevel2": "long_invisibility_lingering_potion", + "areapotinvlong": "long_invisibility_lingering_potion", + "areapotioninv2": "long_invisibility_lingering_potion", + "areapotioninvex": "long_invisibility_lingering_potion", + "areapotioninvextended": "long_invisibility_lingering_potion", + "areapotioninvis2": "long_invisibility_lingering_potion", + "areapotioninvisex": "long_invisibility_lingering_potion", + "areapotioninvisextended": "long_invisibility_lingering_potion", + "areapotioninvisibility2": "long_invisibility_lingering_potion", + "areapotioninvisibilityex": "long_invisibility_lingering_potion", + "areapotioninvisibilityextended": "long_invisibility_lingering_potion", + "areapotioninvisibilitylevel2": "long_invisibility_lingering_potion", + "areapotioninvisibilitylong": "long_invisibility_lingering_potion", + "areapotioninvisible2": "long_invisibility_lingering_potion", + "areapotioninvisibleex": "long_invisibility_lingering_potion", + "areapotioninvisibleextended": "long_invisibility_lingering_potion", + "areapotioninvisiblelevel2": "long_invisibility_lingering_potion", + "areapotioninvisiblelong": "long_invisibility_lingering_potion", + "areapotioninvislevel2": "long_invisibility_lingering_potion", + "areapotioninvislong": "long_invisibility_lingering_potion", + "areapotioninvlevel2": "long_invisibility_lingering_potion", + "areapotioninvlong": "long_invisibility_lingering_potion", + "cloudpotinv2": "long_invisibility_lingering_potion", + "cloudpotinvex": "long_invisibility_lingering_potion", + "cloudpotinvextended": "long_invisibility_lingering_potion", + "cloudpotinvis2": "long_invisibility_lingering_potion", + "cloudpotinvisex": "long_invisibility_lingering_potion", + "cloudpotinvisextended": "long_invisibility_lingering_potion", + "cloudpotinvisibility2": "long_invisibility_lingering_potion", + "cloudpotinvisibilityex": "long_invisibility_lingering_potion", + "cloudpotinvisibilityextended": "long_invisibility_lingering_potion", + "cloudpotinvisibilitylevel2": "long_invisibility_lingering_potion", + "cloudpotinvisibilitylong": "long_invisibility_lingering_potion", + "cloudpotinvisible2": "long_invisibility_lingering_potion", + "cloudpotinvisibleex": "long_invisibility_lingering_potion", + "cloudpotinvisibleextended": "long_invisibility_lingering_potion", + "cloudpotinvisiblelevel2": "long_invisibility_lingering_potion", + "cloudpotinvisiblelong": "long_invisibility_lingering_potion", + "cloudpotinvislevel2": "long_invisibility_lingering_potion", + "cloudpotinvislong": "long_invisibility_lingering_potion", + "cloudpotinvlevel2": "long_invisibility_lingering_potion", + "cloudpotinvlong": "long_invisibility_lingering_potion", + "cloudpotioninv2": "long_invisibility_lingering_potion", + "cloudpotioninvex": "long_invisibility_lingering_potion", + "cloudpotioninvextended": "long_invisibility_lingering_potion", + "cloudpotioninvis2": "long_invisibility_lingering_potion", + "cloudpotioninvisex": "long_invisibility_lingering_potion", + "cloudpotioninvisextended": "long_invisibility_lingering_potion", + "cloudpotioninvisibility2": "long_invisibility_lingering_potion", + "cloudpotioninvisibilityex": "long_invisibility_lingering_potion", + "cloudpotioninvisibilityextended": "long_invisibility_lingering_potion", + "cloudpotioninvisibilitylevel2": "long_invisibility_lingering_potion", + "cloudpotioninvisibilitylong": "long_invisibility_lingering_potion", + "cloudpotioninvisible2": "long_invisibility_lingering_potion", + "cloudpotioninvisibleex": "long_invisibility_lingering_potion", + "cloudpotioninvisibleextended": "long_invisibility_lingering_potion", + "cloudpotioninvisiblelevel2": "long_invisibility_lingering_potion", + "cloudpotioninvisiblelong": "long_invisibility_lingering_potion", + "cloudpotioninvislevel2": "long_invisibility_lingering_potion", + "cloudpotioninvislong": "long_invisibility_lingering_potion", + "cloudpotioninvlevel2": "long_invisibility_lingering_potion", + "cloudpotioninvlong": "long_invisibility_lingering_potion", + "invaoepoiont2": "long_invisibility_lingering_potion", + "invaoepoiontex": "long_invisibility_lingering_potion", + "invaoepoiontextended": "long_invisibility_lingering_potion", + "invaoepoiontlevel2": "long_invisibility_lingering_potion", + "invaoepoiontlong": "long_invisibility_lingering_potion", + "invaoepot2": "long_invisibility_lingering_potion", + "invaoepotex": "long_invisibility_lingering_potion", + "invaoepotextended": "long_invisibility_lingering_potion", + "invaoepotlevel2": "long_invisibility_lingering_potion", + "invaoepotlong": "long_invisibility_lingering_potion", + "invareapot2": "long_invisibility_lingering_potion", + "invareapotex": "long_invisibility_lingering_potion", + "invareapotextended": "long_invisibility_lingering_potion", + "invareapotion2": "long_invisibility_lingering_potion", + "invareapotionex": "long_invisibility_lingering_potion", + "invareapotionextended": "long_invisibility_lingering_potion", + "invareapotionlevel2": "long_invisibility_lingering_potion", + "invareapotionlong": "long_invisibility_lingering_potion", + "invareapotlevel2": "long_invisibility_lingering_potion", + "invareapotlong": "long_invisibility_lingering_potion", + "invcloudpot2": "long_invisibility_lingering_potion", + "invcloudpotex": "long_invisibility_lingering_potion", + "invcloudpotextended": "long_invisibility_lingering_potion", + "invcloudpotion2": "long_invisibility_lingering_potion", + "invcloudpotionex": "long_invisibility_lingering_potion", + "invcloudpotionextended": "long_invisibility_lingering_potion", + "invcloudpotionlevel2": "long_invisibility_lingering_potion", + "invcloudpotionlong": "long_invisibility_lingering_potion", + "invcloudpotlevel2": "long_invisibility_lingering_potion", + "invcloudpotlong": "long_invisibility_lingering_potion", + "invisaoepoiont2": "long_invisibility_lingering_potion", + "invisaoepoiontex": "long_invisibility_lingering_potion", + "invisaoepoiontextended": "long_invisibility_lingering_potion", + "invisaoepoiontlevel2": "long_invisibility_lingering_potion", + "invisaoepoiontlong": "long_invisibility_lingering_potion", + "invisaoepot2": "long_invisibility_lingering_potion", + "invisaoepotex": "long_invisibility_lingering_potion", + "invisaoepotextended": "long_invisibility_lingering_potion", + "invisaoepotlevel2": "long_invisibility_lingering_potion", + "invisaoepotlong": "long_invisibility_lingering_potion", + "invisareapot2": "long_invisibility_lingering_potion", + "invisareapotex": "long_invisibility_lingering_potion", + "invisareapotextended": "long_invisibility_lingering_potion", + "invisareapotion2": "long_invisibility_lingering_potion", + "invisareapotionex": "long_invisibility_lingering_potion", + "invisareapotionextended": "long_invisibility_lingering_potion", + "invisareapotionlevel2": "long_invisibility_lingering_potion", + "invisareapotionlong": "long_invisibility_lingering_potion", + "invisareapotlevel2": "long_invisibility_lingering_potion", + "invisareapotlong": "long_invisibility_lingering_potion", + "inviscloudpot2": "long_invisibility_lingering_potion", + "inviscloudpotex": "long_invisibility_lingering_potion", + "inviscloudpotextended": "long_invisibility_lingering_potion", + "inviscloudpotion2": "long_invisibility_lingering_potion", + "inviscloudpotionex": "long_invisibility_lingering_potion", + "inviscloudpotionextended": "long_invisibility_lingering_potion", + "inviscloudpotionlevel2": "long_invisibility_lingering_potion", + "inviscloudpotionlong": "long_invisibility_lingering_potion", + "inviscloudpotlevel2": "long_invisibility_lingering_potion", + "inviscloudpotlong": "long_invisibility_lingering_potion", + "invisibilityaoepoiont2": "long_invisibility_lingering_potion", + "invisibilityaoepoiontex": "long_invisibility_lingering_potion", + "invisibilityaoepoiontextended": "long_invisibility_lingering_potion", + "invisibilityaoepoiontlevel2": "long_invisibility_lingering_potion", + "invisibilityaoepoiontlong": "long_invisibility_lingering_potion", + "invisibilityaoepot2": "long_invisibility_lingering_potion", + "invisibilityaoepotex": "long_invisibility_lingering_potion", + "invisibilityaoepotextended": "long_invisibility_lingering_potion", + "invisibilityaoepotlevel2": "long_invisibility_lingering_potion", + "invisibilityaoepotlong": "long_invisibility_lingering_potion", + "invisibilityareapot2": "long_invisibility_lingering_potion", + "invisibilityareapotex": "long_invisibility_lingering_potion", + "invisibilityareapotextended": "long_invisibility_lingering_potion", + "invisibilityareapotion2": "long_invisibility_lingering_potion", + "invisibilityareapotionex": "long_invisibility_lingering_potion", + "invisibilityareapotionextended": "long_invisibility_lingering_potion", + "invisibilityareapotionlevel2": "long_invisibility_lingering_potion", + "invisibilityareapotionlong": "long_invisibility_lingering_potion", + "invisibilityareapotlevel2": "long_invisibility_lingering_potion", + "invisibilityareapotlong": "long_invisibility_lingering_potion", + "invisibilitycloudpot2": "long_invisibility_lingering_potion", + "invisibilitycloudpotex": "long_invisibility_lingering_potion", + "invisibilitycloudpotextended": "long_invisibility_lingering_potion", + "invisibilitycloudpotion2": "long_invisibility_lingering_potion", + "invisibilitycloudpotionex": "long_invisibility_lingering_potion", + "invisibilitycloudpotionextended": "long_invisibility_lingering_potion", + "invisibilitycloudpotionlevel2": "long_invisibility_lingering_potion", + "invisibilitycloudpotionlong": "long_invisibility_lingering_potion", + "invisibilitycloudpotlevel2": "long_invisibility_lingering_potion", + "invisibilitycloudpotlong": "long_invisibility_lingering_potion", + "invisibilitylingerpot2": "long_invisibility_lingering_potion", + "invisibilitylingerpotex": "long_invisibility_lingering_potion", + "invisibilitylingerpotextended": "long_invisibility_lingering_potion", + "invisibilitylingerpotlevel2": "long_invisibility_lingering_potion", + "invisibilitylingerpotlong": "long_invisibility_lingering_potion", + "invisibleaoepoiont2": "long_invisibility_lingering_potion", + "invisibleaoepoiontex": "long_invisibility_lingering_potion", + "invisibleaoepoiontextended": "long_invisibility_lingering_potion", + "invisibleaoepoiontlevel2": "long_invisibility_lingering_potion", + "invisibleaoepoiontlong": "long_invisibility_lingering_potion", + "invisibleaoepot2": "long_invisibility_lingering_potion", + "invisibleaoepotex": "long_invisibility_lingering_potion", + "invisibleaoepotextended": "long_invisibility_lingering_potion", + "invisibleaoepotlevel2": "long_invisibility_lingering_potion", + "invisibleaoepotlong": "long_invisibility_lingering_potion", + "invisibleareapot2": "long_invisibility_lingering_potion", + "invisibleareapotex": "long_invisibility_lingering_potion", + "invisibleareapotextended": "long_invisibility_lingering_potion", + "invisibleareapotion2": "long_invisibility_lingering_potion", + "invisibleareapotionex": "long_invisibility_lingering_potion", + "invisibleareapotionextended": "long_invisibility_lingering_potion", + "invisibleareapotionlevel2": "long_invisibility_lingering_potion", + "invisibleareapotionlong": "long_invisibility_lingering_potion", + "invisibleareapotlevel2": "long_invisibility_lingering_potion", + "invisibleareapotlong": "long_invisibility_lingering_potion", + "invisiblecloudpot2": "long_invisibility_lingering_potion", + "invisiblecloudpotex": "long_invisibility_lingering_potion", + "invisiblecloudpotextended": "long_invisibility_lingering_potion", + "invisiblecloudpotion2": "long_invisibility_lingering_potion", + "invisiblecloudpotionex": "long_invisibility_lingering_potion", + "invisiblecloudpotionextended": "long_invisibility_lingering_potion", + "invisiblecloudpotionlevel2": "long_invisibility_lingering_potion", + "invisiblecloudpotionlong": "long_invisibility_lingering_potion", + "invisiblecloudpotlevel2": "long_invisibility_lingering_potion", + "invisiblecloudpotlong": "long_invisibility_lingering_potion", + "invisiblelingerpot2": "long_invisibility_lingering_potion", + "invisiblelingerpotex": "long_invisibility_lingering_potion", + "invisiblelingerpotextended": "long_invisibility_lingering_potion", + "invisiblelingerpotlevel2": "long_invisibility_lingering_potion", + "invisiblelingerpotlong": "long_invisibility_lingering_potion", + "invislingerpot2": "long_invisibility_lingering_potion", + "invislingerpotex": "long_invisibility_lingering_potion", + "invislingerpotextended": "long_invisibility_lingering_potion", + "invislingerpotlevel2": "long_invisibility_lingering_potion", + "invislingerpotlong": "long_invisibility_lingering_potion", + "invlingerpot2": "long_invisibility_lingering_potion", + "invlingerpotex": "long_invisibility_lingering_potion", + "invlingerpotextended": "long_invisibility_lingering_potion", + "invlingerpotlevel2": "long_invisibility_lingering_potion", + "invlingerpotlong": "long_invisibility_lingering_potion", + "lingerpotinv2": "long_invisibility_lingering_potion", + "lingerpotinvex": "long_invisibility_lingering_potion", + "lingerpotinvextended": "long_invisibility_lingering_potion", + "lingerpotinvis2": "long_invisibility_lingering_potion", + "lingerpotinvisex": "long_invisibility_lingering_potion", + "lingerpotinvisextended": "long_invisibility_lingering_potion", + "lingerpotinvisibility2": "long_invisibility_lingering_potion", + "lingerpotinvisibilityex": "long_invisibility_lingering_potion", + "lingerpotinvisibilityextended": "long_invisibility_lingering_potion", + "lingerpotinvisibilitylevel2": "long_invisibility_lingering_potion", + "lingerpotinvisibilitylong": "long_invisibility_lingering_potion", + "lingerpotinvisible2": "long_invisibility_lingering_potion", + "lingerpotinvisibleex": "long_invisibility_lingering_potion", + "lingerpotinvisibleextended": "long_invisibility_lingering_potion", + "lingerpotinvisiblelevel2": "long_invisibility_lingering_potion", + "lingerpotinvisiblelong": "long_invisibility_lingering_potion", + "lingerpotinvislevel2": "long_invisibility_lingering_potion", + "lingerpotinvislong": "long_invisibility_lingering_potion", + "lingerpotinvlevel2": "long_invisibility_lingering_potion", + "lingerpotinvlong": "long_invisibility_lingering_potion", + "long_invisibility_potion": { + "potionData": { + "type": "INVISIBILITY", + "upgraded": false, + "extended": true + }, + "material": "POTION" + }, + "inv2pot": "long_invisibility_potion", + "inv2potion": "long_invisibility_potion", + "invexpot": "long_invisibility_potion", + "invexpotion": "long_invisibility_potion", + "invextendedpot": "long_invisibility_potion", + "invextendedpotion": "long_invisibility_potion", + "invis2pot": "long_invisibility_potion", + "invis2potion": "long_invisibility_potion", + "invisexpot": "long_invisibility_potion", + "invisexpotion": "long_invisibility_potion", + "invisextendedpot": "long_invisibility_potion", + "invisextendedpotion": "long_invisibility_potion", + "invisibility2pot": "long_invisibility_potion", + "invisibility2potion": "long_invisibility_potion", + "invisibilityexpot": "long_invisibility_potion", + "invisibilityexpotion": "long_invisibility_potion", + "invisibilityextendedpot": "long_invisibility_potion", + "invisibilityextendedpotion": "long_invisibility_potion", + "invisibilitylevel2pot": "long_invisibility_potion", + "invisibilitylevel2potion": "long_invisibility_potion", + "invisibilitylongpot": "long_invisibility_potion", + "invisibilitylongpotion": "long_invisibility_potion", + "invisible2pot": "long_invisibility_potion", + "invisible2potion": "long_invisibility_potion", + "invisibleexpot": "long_invisibility_potion", + "invisibleexpotion": "long_invisibility_potion", + "invisibleextendedpot": "long_invisibility_potion", + "invisibleextendedpotion": "long_invisibility_potion", + "invisiblelevel2pot": "long_invisibility_potion", + "invisiblelevel2potion": "long_invisibility_potion", + "invisiblelongpot": "long_invisibility_potion", + "invisiblelongpotion": "long_invisibility_potion", + "invislevel2pot": "long_invisibility_potion", + "invislevel2potion": "long_invisibility_potion", + "invislongpot": "long_invisibility_potion", + "invislongpotion": "long_invisibility_potion", + "invlevel2pot": "long_invisibility_potion", + "invlevel2potion": "long_invisibility_potion", + "invlongpot": "long_invisibility_potion", + "invlongpotion": "long_invisibility_potion", + "potionofinv2": "long_invisibility_potion", + "potionofinvex": "long_invisibility_potion", + "potionofinvextended": "long_invisibility_potion", + "potionofinvis2": "long_invisibility_potion", + "potionofinvisex": "long_invisibility_potion", + "potionofinvisextended": "long_invisibility_potion", + "potionofinvisibility2": "long_invisibility_potion", + "potionofinvisibilityex": "long_invisibility_potion", + "potionofinvisibilityextended": "long_invisibility_potion", + "potionofinvisibilitylevel2": "long_invisibility_potion", + "potionofinvisibilitylong": "long_invisibility_potion", + "potionofinvisible2": "long_invisibility_potion", + "potionofinvisibleex": "long_invisibility_potion", + "potionofinvisibleextended": "long_invisibility_potion", + "potionofinvisiblelevel2": "long_invisibility_potion", + "potionofinvisiblelong": "long_invisibility_potion", + "potionofinvislevel2": "long_invisibility_potion", + "potionofinvislong": "long_invisibility_potion", + "potionofinvlevel2": "long_invisibility_potion", + "potionofinvlong": "long_invisibility_potion", + "potofinv2": "long_invisibility_potion", + "potofinvex": "long_invisibility_potion", + "potofinvextended": "long_invisibility_potion", + "potofinvis2": "long_invisibility_potion", + "potofinvisex": "long_invisibility_potion", + "potofinvisextended": "long_invisibility_potion", + "potofinvisibility2": "long_invisibility_potion", + "potofinvisibilityex": "long_invisibility_potion", + "potofinvisibilityextended": "long_invisibility_potion", + "potofinvisibilitylevel2": "long_invisibility_potion", + "potofinvisibilitylong": "long_invisibility_potion", + "potofinvisible2": "long_invisibility_potion", + "potofinvisibleex": "long_invisibility_potion", + "potofinvisibleextended": "long_invisibility_potion", + "potofinvisiblelevel2": "long_invisibility_potion", + "potofinvisiblelong": "long_invisibility_potion", + "potofinvislevel2": "long_invisibility_potion", + "potofinvislong": "long_invisibility_potion", + "potofinvlevel2": "long_invisibility_potion", + "potofinvlong": "long_invisibility_potion", + "long_invisibility_splash_potion": { + "potionData": { + "type": "INVISIBILITY", + "upgraded": false, + "extended": true + }, + "material": "SPLASH_POTION" + }, + "inv2splashpot": "long_invisibility_splash_potion", + "inv2splashpotion": "long_invisibility_splash_potion", + "invexsplashpot": "long_invisibility_splash_potion", + "invexsplashpotion": "long_invisibility_splash_potion", + "invextendedsplashpot": "long_invisibility_splash_potion", + "invextendedsplashpotion": "long_invisibility_splash_potion", + "invis2splashpot": "long_invisibility_splash_potion", + "invis2splashpotion": "long_invisibility_splash_potion", + "invisexsplashpot": "long_invisibility_splash_potion", + "invisexsplashpotion": "long_invisibility_splash_potion", + "invisextendedsplashpot": "long_invisibility_splash_potion", + "invisextendedsplashpotion": "long_invisibility_splash_potion", + "invisibility2splashpot": "long_invisibility_splash_potion", + "invisibility2splashpotion": "long_invisibility_splash_potion", + "invisibilityexsplashpot": "long_invisibility_splash_potion", + "invisibilityexsplashpotion": "long_invisibility_splash_potion", + "invisibilityextendedsplashpot": "long_invisibility_splash_potion", + "invisibilityextendedsplashpotion": "long_invisibility_splash_potion", + "invisibilitylevel2splashpot": "long_invisibility_splash_potion", + "invisibilitylevel2splashpotion": "long_invisibility_splash_potion", + "invisibilitylongsplashpot": "long_invisibility_splash_potion", + "invisibilitylongsplashpotion": "long_invisibility_splash_potion", + "invisible2splashpot": "long_invisibility_splash_potion", + "invisible2splashpotion": "long_invisibility_splash_potion", + "invisibleexsplashpot": "long_invisibility_splash_potion", + "invisibleexsplashpotion": "long_invisibility_splash_potion", + "invisibleextendedsplashpot": "long_invisibility_splash_potion", + "invisibleextendedsplashpotion": "long_invisibility_splash_potion", + "invisiblelevel2splashpot": "long_invisibility_splash_potion", + "invisiblelevel2splashpotion": "long_invisibility_splash_potion", + "invisiblelongsplashpot": "long_invisibility_splash_potion", + "invisiblelongsplashpotion": "long_invisibility_splash_potion", + "invislevel2splashpot": "long_invisibility_splash_potion", + "invislevel2splashpotion": "long_invisibility_splash_potion", + "invislongsplashpot": "long_invisibility_splash_potion", + "invislongsplashpotion": "long_invisibility_splash_potion", + "invlevel2splashpot": "long_invisibility_splash_potion", + "invlevel2splashpotion": "long_invisibility_splash_potion", + "invlongsplashpot": "long_invisibility_splash_potion", + "invlongsplashpotion": "long_invisibility_splash_potion", + "splashinv2pot": "long_invisibility_splash_potion", + "splashinv2potion": "long_invisibility_splash_potion", + "splashinvexpot": "long_invisibility_splash_potion", + "splashinvexpotion": "long_invisibility_splash_potion", + "splashinvextendedpot": "long_invisibility_splash_potion", + "splashinvextendedpotion": "long_invisibility_splash_potion", + "splashinvis2pot": "long_invisibility_splash_potion", + "splashinvis2potion": "long_invisibility_splash_potion", + "splashinvisexpot": "long_invisibility_splash_potion", + "splashinvisexpotion": "long_invisibility_splash_potion", + "splashinvisextendedpot": "long_invisibility_splash_potion", + "splashinvisextendedpotion": "long_invisibility_splash_potion", + "splashinvisibility2pot": "long_invisibility_splash_potion", + "splashinvisibility2potion": "long_invisibility_splash_potion", + "splashinvisibilityexpot": "long_invisibility_splash_potion", + "splashinvisibilityexpotion": "long_invisibility_splash_potion", + "splashinvisibilityextendedpot": "long_invisibility_splash_potion", + "splashinvisibilityextendedpotion": "long_invisibility_splash_potion", + "splashinvisibilitylevel2pot": "long_invisibility_splash_potion", + "splashinvisibilitylevel2potion": "long_invisibility_splash_potion", + "splashinvisibilitylongpot": "long_invisibility_splash_potion", + "splashinvisibilitylongpotion": "long_invisibility_splash_potion", + "splashinvisible2pot": "long_invisibility_splash_potion", + "splashinvisible2potion": "long_invisibility_splash_potion", + "splashinvisibleexpot": "long_invisibility_splash_potion", + "splashinvisibleexpotion": "long_invisibility_splash_potion", + "splashinvisibleextendedpot": "long_invisibility_splash_potion", + "splashinvisibleextendedpotion": "long_invisibility_splash_potion", + "splashinvisiblelevel2pot": "long_invisibility_splash_potion", + "splashinvisiblelevel2potion": "long_invisibility_splash_potion", + "splashinvisiblelongpot": "long_invisibility_splash_potion", + "splashinvisiblelongpotion": "long_invisibility_splash_potion", + "splashinvislevel2pot": "long_invisibility_splash_potion", + "splashinvislevel2potion": "long_invisibility_splash_potion", + "splashinvislongpot": "long_invisibility_splash_potion", + "splashinvislongpotion": "long_invisibility_splash_potion", + "splashinvlevel2pot": "long_invisibility_splash_potion", + "splashinvlevel2potion": "long_invisibility_splash_potion", + "splashinvlongpot": "long_invisibility_splash_potion", + "splashinvlongpotion": "long_invisibility_splash_potion", + "splinv2pot": "long_invisibility_splash_potion", + "splinv2potion": "long_invisibility_splash_potion", + "splinvexpot": "long_invisibility_splash_potion", + "splinvexpotion": "long_invisibility_splash_potion", + "splinvextendedpot": "long_invisibility_splash_potion", + "splinvextendedpotion": "long_invisibility_splash_potion", + "splinvis2pot": "long_invisibility_splash_potion", + "splinvis2potion": "long_invisibility_splash_potion", + "splinvisexpot": "long_invisibility_splash_potion", + "splinvisexpotion": "long_invisibility_splash_potion", + "splinvisextendedpot": "long_invisibility_splash_potion", + "splinvisextendedpotion": "long_invisibility_splash_potion", + "splinvisibility2pot": "long_invisibility_splash_potion", + "splinvisibility2potion": "long_invisibility_splash_potion", + "splinvisibilityexpot": "long_invisibility_splash_potion", + "splinvisibilityexpotion": "long_invisibility_splash_potion", + "splinvisibilityextendedpot": "long_invisibility_splash_potion", + "splinvisibilityextendedpotion": "long_invisibility_splash_potion", + "splinvisibilitylevel2pot": "long_invisibility_splash_potion", + "splinvisibilitylevel2potion": "long_invisibility_splash_potion", + "splinvisibilitylongpot": "long_invisibility_splash_potion", + "splinvisibilitylongpotion": "long_invisibility_splash_potion", + "splinvisible2pot": "long_invisibility_splash_potion", + "splinvisible2potion": "long_invisibility_splash_potion", + "splinvisibleexpot": "long_invisibility_splash_potion", + "splinvisibleexpotion": "long_invisibility_splash_potion", + "splinvisibleextendedpot": "long_invisibility_splash_potion", + "splinvisibleextendedpotion": "long_invisibility_splash_potion", + "splinvisiblelevel2pot": "long_invisibility_splash_potion", + "splinvisiblelevel2potion": "long_invisibility_splash_potion", + "splinvisiblelongpot": "long_invisibility_splash_potion", + "splinvisiblelongpotion": "long_invisibility_splash_potion", + "splinvislevel2pot": "long_invisibility_splash_potion", + "splinvislevel2potion": "long_invisibility_splash_potion", + "splinvislongpot": "long_invisibility_splash_potion", + "splinvislongpotion": "long_invisibility_splash_potion", + "splinvlevel2pot": "long_invisibility_splash_potion", + "splinvlevel2potion": "long_invisibility_splash_potion", + "splinvlongpot": "long_invisibility_splash_potion", + "splinvlongpotion": "long_invisibility_splash_potion", + "long_invisibility_tipped_arrow": { + "potionData": { + "type": "INVISIBILITY", + "upgraded": false, + "extended": true + }, + "material": "TIPPED_ARROW" + }, + "arrowinv2": "long_invisibility_tipped_arrow", + "arrowinvex": "long_invisibility_tipped_arrow", + "arrowinvextended": "long_invisibility_tipped_arrow", + "arrowinvis2": "long_invisibility_tipped_arrow", + "arrowinvisex": "long_invisibility_tipped_arrow", + "arrowinvisextended": "long_invisibility_tipped_arrow", + "arrowinvisibility2": "long_invisibility_tipped_arrow", + "arrowinvisibilityex": "long_invisibility_tipped_arrow", + "arrowinvisibilityextended": "long_invisibility_tipped_arrow", + "arrowinvisibilitylevel2": "long_invisibility_tipped_arrow", + "arrowinvisibilitylong": "long_invisibility_tipped_arrow", + "arrowinvisible2": "long_invisibility_tipped_arrow", + "arrowinvisibleex": "long_invisibility_tipped_arrow", + "arrowinvisibleextended": "long_invisibility_tipped_arrow", + "arrowinvisiblelevel2": "long_invisibility_tipped_arrow", + "arrowinvisiblelong": "long_invisibility_tipped_arrow", + "arrowinvislevel2": "long_invisibility_tipped_arrow", + "arrowinvislong": "long_invisibility_tipped_arrow", + "arrowinvlevel2": "long_invisibility_tipped_arrow", + "arrowinvlong": "long_invisibility_tipped_arrow", + "inv2tarr": "long_invisibility_tipped_arrow", + "inv2tarrow": "long_invisibility_tipped_arrow", + "inv2tippedarrow": "long_invisibility_tipped_arrow", + "invarrow2": "long_invisibility_tipped_arrow", + "invarrowex": "long_invisibility_tipped_arrow", + "invarrowextended": "long_invisibility_tipped_arrow", + "invarrowlevel2": "long_invisibility_tipped_arrow", + "invarrowlong": "long_invisibility_tipped_arrow", + "invextarr": "long_invisibility_tipped_arrow", + "invextarrow": "long_invisibility_tipped_arrow", + "invextendedtarr": "long_invisibility_tipped_arrow", + "invextendedtarrow": "long_invisibility_tipped_arrow", + "invextendedtippedarrow": "long_invisibility_tipped_arrow", + "invextippedarrow": "long_invisibility_tipped_arrow", + "invis2tarr": "long_invisibility_tipped_arrow", + "invis2tarrow": "long_invisibility_tipped_arrow", + "invis2tippedarrow": "long_invisibility_tipped_arrow", + "invisarrow2": "long_invisibility_tipped_arrow", + "invisarrowex": "long_invisibility_tipped_arrow", + "invisarrowextended": "long_invisibility_tipped_arrow", + "invisarrowlevel2": "long_invisibility_tipped_arrow", + "invisarrowlong": "long_invisibility_tipped_arrow", + "invisextarr": "long_invisibility_tipped_arrow", + "invisextarrow": "long_invisibility_tipped_arrow", + "invisextendedtarr": "long_invisibility_tipped_arrow", + "invisextendedtarrow": "long_invisibility_tipped_arrow", + "invisextendedtippedarrow": "long_invisibility_tipped_arrow", + "invisextippedarrow": "long_invisibility_tipped_arrow", + "invisibility2tarr": "long_invisibility_tipped_arrow", + "invisibility2tarrow": "long_invisibility_tipped_arrow", + "invisibility2tippedarrow": "long_invisibility_tipped_arrow", + "invisibilityarrow2": "long_invisibility_tipped_arrow", + "invisibilityarrowex": "long_invisibility_tipped_arrow", + "invisibilityarrowextended": "long_invisibility_tipped_arrow", + "invisibilityarrowlevel2": "long_invisibility_tipped_arrow", + "invisibilityarrowlong": "long_invisibility_tipped_arrow", + "invisibilityextarr": "long_invisibility_tipped_arrow", + "invisibilityextarrow": "long_invisibility_tipped_arrow", + "invisibilityextendedtarr": "long_invisibility_tipped_arrow", + "invisibilityextendedtarrow": "long_invisibility_tipped_arrow", + "invisibilityextendedtippedarrow": "long_invisibility_tipped_arrow", + "invisibilityextippedarrow": "long_invisibility_tipped_arrow", + "invisibilitylevel2tarr": "long_invisibility_tipped_arrow", + "invisibilitylevel2tarrow": "long_invisibility_tipped_arrow", + "invisibilitylevel2tippedarrow": "long_invisibility_tipped_arrow", + "invisibilitylongtarr": "long_invisibility_tipped_arrow", + "invisibilitylongtarrow": "long_invisibility_tipped_arrow", + "invisibilitylongtippedarrow": "long_invisibility_tipped_arrow", + "invisible2tarr": "long_invisibility_tipped_arrow", + "invisible2tarrow": "long_invisibility_tipped_arrow", + "invisible2tippedarrow": "long_invisibility_tipped_arrow", + "invisiblearrow2": "long_invisibility_tipped_arrow", + "invisiblearrowex": "long_invisibility_tipped_arrow", + "invisiblearrowextended": "long_invisibility_tipped_arrow", + "invisiblearrowlevel2": "long_invisibility_tipped_arrow", + "invisiblearrowlong": "long_invisibility_tipped_arrow", + "invisibleextarr": "long_invisibility_tipped_arrow", + "invisibleextarrow": "long_invisibility_tipped_arrow", + "invisibleextendedtarr": "long_invisibility_tipped_arrow", + "invisibleextendedtarrow": "long_invisibility_tipped_arrow", + "invisibleextendedtippedarrow": "long_invisibility_tipped_arrow", + "invisibleextippedarrow": "long_invisibility_tipped_arrow", + "invisiblelevel2tarr": "long_invisibility_tipped_arrow", + "invisiblelevel2tarrow": "long_invisibility_tipped_arrow", + "invisiblelevel2tippedarrow": "long_invisibility_tipped_arrow", + "invisiblelongtarr": "long_invisibility_tipped_arrow", + "invisiblelongtarrow": "long_invisibility_tipped_arrow", + "invisiblelongtippedarrow": "long_invisibility_tipped_arrow", + "invislevel2tarr": "long_invisibility_tipped_arrow", + "invislevel2tarrow": "long_invisibility_tipped_arrow", + "invislevel2tippedarrow": "long_invisibility_tipped_arrow", + "invislongtarr": "long_invisibility_tipped_arrow", + "invislongtarrow": "long_invisibility_tipped_arrow", + "invislongtippedarrow": "long_invisibility_tipped_arrow", + "invlevel2tarr": "long_invisibility_tipped_arrow", + "invlevel2tarrow": "long_invisibility_tipped_arrow", + "invlevel2tippedarrow": "long_invisibility_tipped_arrow", + "invlongtarr": "long_invisibility_tipped_arrow", + "invlongtarrow": "long_invisibility_tipped_arrow", + "invlongtippedarrow": "long_invisibility_tipped_arrow", + "long_leaping_lingering_potion": { + "potionData": { + "type": "JUMP", + "upgraded": false, + "extended": true + }, + "material": "LINGERING_POTION" + }, + "aoepotionjump2": "long_leaping_lingering_potion", + "aoepotionjumpex": "long_leaping_lingering_potion", + "aoepotionjumpextended": "long_leaping_lingering_potion", + "aoepotionjumplevel2": "long_leaping_lingering_potion", + "aoepotionjumplong": "long_leaping_lingering_potion", + "aoepotionleap2": "long_leaping_lingering_potion", + "aoepotionleapex": "long_leaping_lingering_potion", + "aoepotionleapextended": "long_leaping_lingering_potion", + "aoepotionleaping2": "long_leaping_lingering_potion", + "aoepotionleapingex": "long_leaping_lingering_potion", + "aoepotionleapingextended": "long_leaping_lingering_potion", + "aoepotionleapinglevel2": "long_leaping_lingering_potion", + "aoepotionleapinglong": "long_leaping_lingering_potion", + "aoepotionleaplevel2": "long_leaping_lingering_potion", + "aoepotionleaplong": "long_leaping_lingering_potion", + "aoepotjump2": "long_leaping_lingering_potion", + "aoepotjumpex": "long_leaping_lingering_potion", + "aoepotjumpextended": "long_leaping_lingering_potion", + "aoepotjumplevel2": "long_leaping_lingering_potion", + "aoepotjumplong": "long_leaping_lingering_potion", + "aoepotleap2": "long_leaping_lingering_potion", + "aoepotleapex": "long_leaping_lingering_potion", + "aoepotleapextended": "long_leaping_lingering_potion", + "aoepotleaping2": "long_leaping_lingering_potion", + "aoepotleapingex": "long_leaping_lingering_potion", + "aoepotleapingextended": "long_leaping_lingering_potion", + "aoepotleapinglevel2": "long_leaping_lingering_potion", + "aoepotleapinglong": "long_leaping_lingering_potion", + "aoepotleaplevel2": "long_leaping_lingering_potion", + "aoepotleaplong": "long_leaping_lingering_potion", + "areapotionjump2": "long_leaping_lingering_potion", + "areapotionjumpex": "long_leaping_lingering_potion", + "areapotionjumpextended": "long_leaping_lingering_potion", + "areapotionjumplevel2": "long_leaping_lingering_potion", + "areapotionjumplong": "long_leaping_lingering_potion", + "areapotionleap2": "long_leaping_lingering_potion", + "areapotionleapex": "long_leaping_lingering_potion", + "areapotionleapextended": "long_leaping_lingering_potion", + "areapotionleaping2": "long_leaping_lingering_potion", + "areapotionleapingex": "long_leaping_lingering_potion", + "areapotionleapingextended": "long_leaping_lingering_potion", + "areapotionleapinglevel2": "long_leaping_lingering_potion", + "areapotionleapinglong": "long_leaping_lingering_potion", + "areapotionleaplevel2": "long_leaping_lingering_potion", + "areapotionleaplong": "long_leaping_lingering_potion", + "areapotjump2": "long_leaping_lingering_potion", + "areapotjumpex": "long_leaping_lingering_potion", + "areapotjumpextended": "long_leaping_lingering_potion", + "areapotjumplevel2": "long_leaping_lingering_potion", + "areapotjumplong": "long_leaping_lingering_potion", + "areapotleap2": "long_leaping_lingering_potion", + "areapotleapex": "long_leaping_lingering_potion", + "areapotleapextended": "long_leaping_lingering_potion", + "areapotleaping2": "long_leaping_lingering_potion", + "areapotleapingex": "long_leaping_lingering_potion", + "areapotleapingextended": "long_leaping_lingering_potion", + "areapotleapinglevel2": "long_leaping_lingering_potion", + "areapotleapinglong": "long_leaping_lingering_potion", + "areapotleaplevel2": "long_leaping_lingering_potion", + "areapotleaplong": "long_leaping_lingering_potion", + "cloudpotionjump2": "long_leaping_lingering_potion", + "cloudpotionjumpex": "long_leaping_lingering_potion", + "cloudpotionjumpextended": "long_leaping_lingering_potion", + "cloudpotionjumplevel2": "long_leaping_lingering_potion", + "cloudpotionjumplong": "long_leaping_lingering_potion", + "cloudpotionleap2": "long_leaping_lingering_potion", + "cloudpotionleapex": "long_leaping_lingering_potion", + "cloudpotionleapextended": "long_leaping_lingering_potion", + "cloudpotionleaping2": "long_leaping_lingering_potion", + "cloudpotionleapingex": "long_leaping_lingering_potion", + "cloudpotionleapingextended": "long_leaping_lingering_potion", + "cloudpotionleapinglevel2": "long_leaping_lingering_potion", + "cloudpotionleapinglong": "long_leaping_lingering_potion", + "cloudpotionleaplevel2": "long_leaping_lingering_potion", + "cloudpotionleaplong": "long_leaping_lingering_potion", + "cloudpotjump2": "long_leaping_lingering_potion", + "cloudpotjumpex": "long_leaping_lingering_potion", + "cloudpotjumpextended": "long_leaping_lingering_potion", + "cloudpotjumplevel2": "long_leaping_lingering_potion", + "cloudpotjumplong": "long_leaping_lingering_potion", + "cloudpotleap2": "long_leaping_lingering_potion", + "cloudpotleapex": "long_leaping_lingering_potion", + "cloudpotleapextended": "long_leaping_lingering_potion", + "cloudpotleaping2": "long_leaping_lingering_potion", + "cloudpotleapingex": "long_leaping_lingering_potion", + "cloudpotleapingextended": "long_leaping_lingering_potion", + "cloudpotleapinglevel2": "long_leaping_lingering_potion", + "cloudpotleapinglong": "long_leaping_lingering_potion", + "cloudpotleaplevel2": "long_leaping_lingering_potion", + "cloudpotleaplong": "long_leaping_lingering_potion", + "jumpaoepoiont2": "long_leaping_lingering_potion", + "jumpaoepoiontex": "long_leaping_lingering_potion", + "jumpaoepoiontextended": "long_leaping_lingering_potion", + "jumpaoepoiontlevel2": "long_leaping_lingering_potion", + "jumpaoepoiontlong": "long_leaping_lingering_potion", + "jumpaoepot2": "long_leaping_lingering_potion", + "jumpaoepotex": "long_leaping_lingering_potion", + "jumpaoepotextended": "long_leaping_lingering_potion", + "jumpaoepotlevel2": "long_leaping_lingering_potion", + "jumpaoepotlong": "long_leaping_lingering_potion", + "jumpareapot2": "long_leaping_lingering_potion", + "jumpareapotex": "long_leaping_lingering_potion", + "jumpareapotextended": "long_leaping_lingering_potion", + "jumpareapotion2": "long_leaping_lingering_potion", + "jumpareapotionex": "long_leaping_lingering_potion", + "jumpareapotionextended": "long_leaping_lingering_potion", + "jumpareapotionlevel2": "long_leaping_lingering_potion", + "jumpareapotionlong": "long_leaping_lingering_potion", + "jumpareapotlevel2": "long_leaping_lingering_potion", + "jumpareapotlong": "long_leaping_lingering_potion", + "jumpcloudpot2": "long_leaping_lingering_potion", + "jumpcloudpotex": "long_leaping_lingering_potion", + "jumpcloudpotextended": "long_leaping_lingering_potion", + "jumpcloudpotion2": "long_leaping_lingering_potion", + "jumpcloudpotionex": "long_leaping_lingering_potion", + "jumpcloudpotionextended": "long_leaping_lingering_potion", + "jumpcloudpotionlevel2": "long_leaping_lingering_potion", + "jumpcloudpotionlong": "long_leaping_lingering_potion", + "jumpcloudpotlevel2": "long_leaping_lingering_potion", + "jumpcloudpotlong": "long_leaping_lingering_potion", + "jumplingerpot2": "long_leaping_lingering_potion", + "jumplingerpotex": "long_leaping_lingering_potion", + "jumplingerpotextended": "long_leaping_lingering_potion", + "jumplingerpotlevel2": "long_leaping_lingering_potion", + "jumplingerpotlong": "long_leaping_lingering_potion", + "leapaoepoiont2": "long_leaping_lingering_potion", + "leapaoepoiontex": "long_leaping_lingering_potion", + "leapaoepoiontextended": "long_leaping_lingering_potion", + "leapaoepoiontlevel2": "long_leaping_lingering_potion", + "leapaoepoiontlong": "long_leaping_lingering_potion", + "leapaoepot2": "long_leaping_lingering_potion", + "leapaoepotex": "long_leaping_lingering_potion", + "leapaoepotextended": "long_leaping_lingering_potion", + "leapaoepotlevel2": "long_leaping_lingering_potion", + "leapaoepotlong": "long_leaping_lingering_potion", + "leapareapot2": "long_leaping_lingering_potion", + "leapareapotex": "long_leaping_lingering_potion", + "leapareapotextended": "long_leaping_lingering_potion", + "leapareapotion2": "long_leaping_lingering_potion", + "leapareapotionex": "long_leaping_lingering_potion", + "leapareapotionextended": "long_leaping_lingering_potion", + "leapareapotionlevel2": "long_leaping_lingering_potion", + "leapareapotionlong": "long_leaping_lingering_potion", + "leapareapotlevel2": "long_leaping_lingering_potion", + "leapareapotlong": "long_leaping_lingering_potion", + "leapcloudpot2": "long_leaping_lingering_potion", + "leapcloudpotex": "long_leaping_lingering_potion", + "leapcloudpotextended": "long_leaping_lingering_potion", + "leapcloudpotion2": "long_leaping_lingering_potion", + "leapcloudpotionex": "long_leaping_lingering_potion", + "leapcloudpotionextended": "long_leaping_lingering_potion", + "leapcloudpotionlevel2": "long_leaping_lingering_potion", + "leapcloudpotionlong": "long_leaping_lingering_potion", + "leapcloudpotlevel2": "long_leaping_lingering_potion", + "leapcloudpotlong": "long_leaping_lingering_potion", + "leapingaoepoiont2": "long_leaping_lingering_potion", + "leapingaoepoiontex": "long_leaping_lingering_potion", + "leapingaoepoiontextended": "long_leaping_lingering_potion", + "leapingaoepoiontlevel2": "long_leaping_lingering_potion", + "leapingaoepoiontlong": "long_leaping_lingering_potion", + "leapingaoepot2": "long_leaping_lingering_potion", + "leapingaoepotex": "long_leaping_lingering_potion", + "leapingaoepotextended": "long_leaping_lingering_potion", + "leapingaoepotlevel2": "long_leaping_lingering_potion", + "leapingaoepotlong": "long_leaping_lingering_potion", + "leapingareapot2": "long_leaping_lingering_potion", + "leapingareapotex": "long_leaping_lingering_potion", + "leapingareapotextended": "long_leaping_lingering_potion", + "leapingareapotion2": "long_leaping_lingering_potion", + "leapingareapotionex": "long_leaping_lingering_potion", + "leapingareapotionextended": "long_leaping_lingering_potion", + "leapingareapotionlevel2": "long_leaping_lingering_potion", + "leapingareapotionlong": "long_leaping_lingering_potion", + "leapingareapotlevel2": "long_leaping_lingering_potion", + "leapingareapotlong": "long_leaping_lingering_potion", + "leapingcloudpot2": "long_leaping_lingering_potion", + "leapingcloudpotex": "long_leaping_lingering_potion", + "leapingcloudpotextended": "long_leaping_lingering_potion", + "leapingcloudpotion2": "long_leaping_lingering_potion", + "leapingcloudpotionex": "long_leaping_lingering_potion", + "leapingcloudpotionextended": "long_leaping_lingering_potion", + "leapingcloudpotionlevel2": "long_leaping_lingering_potion", + "leapingcloudpotionlong": "long_leaping_lingering_potion", + "leapingcloudpotlevel2": "long_leaping_lingering_potion", + "leapingcloudpotlong": "long_leaping_lingering_potion", + "leapinglingerpot2": "long_leaping_lingering_potion", + "leapinglingerpotex": "long_leaping_lingering_potion", + "leapinglingerpotextended": "long_leaping_lingering_potion", + "leapinglingerpotlevel2": "long_leaping_lingering_potion", + "leapinglingerpotlong": "long_leaping_lingering_potion", + "leaplingerpot2": "long_leaping_lingering_potion", + "leaplingerpotex": "long_leaping_lingering_potion", + "leaplingerpotextended": "long_leaping_lingering_potion", + "leaplingerpotlevel2": "long_leaping_lingering_potion", + "leaplingerpotlong": "long_leaping_lingering_potion", + "lingerpotjump2": "long_leaping_lingering_potion", + "lingerpotjumpex": "long_leaping_lingering_potion", + "lingerpotjumpextended": "long_leaping_lingering_potion", + "lingerpotjumplevel2": "long_leaping_lingering_potion", + "lingerpotjumplong": "long_leaping_lingering_potion", + "lingerpotleap2": "long_leaping_lingering_potion", + "lingerpotleapex": "long_leaping_lingering_potion", + "lingerpotleapextended": "long_leaping_lingering_potion", + "lingerpotleaping2": "long_leaping_lingering_potion", + "lingerpotleapingex": "long_leaping_lingering_potion", + "lingerpotleapingextended": "long_leaping_lingering_potion", + "lingerpotleapinglevel2": "long_leaping_lingering_potion", + "lingerpotleapinglong": "long_leaping_lingering_potion", + "lingerpotleaplevel2": "long_leaping_lingering_potion", + "lingerpotleaplong": "long_leaping_lingering_potion", + "long_leaping_potion": { + "potionData": { + "type": "JUMP", + "upgraded": false, + "extended": true + }, + "material": "POTION" + }, + "jump2pot": "long_leaping_potion", + "jump2potion": "long_leaping_potion", + "jumpexpot": "long_leaping_potion", + "jumpexpotion": "long_leaping_potion", + "jumpextendedpot": "long_leaping_potion", + "jumpextendedpotion": "long_leaping_potion", + "jumplevel2pot": "long_leaping_potion", + "jumplevel2potion": "long_leaping_potion", + "jumplongpot": "long_leaping_potion", + "jumplongpotion": "long_leaping_potion", + "leap2pot": "long_leaping_potion", + "leap2potion": "long_leaping_potion", + "leapexpot": "long_leaping_potion", + "leapexpotion": "long_leaping_potion", + "leapextendedpot": "long_leaping_potion", + "leapextendedpotion": "long_leaping_potion", + "leaping2pot": "long_leaping_potion", + "leaping2potion": "long_leaping_potion", + "leapingexpot": "long_leaping_potion", + "leapingexpotion": "long_leaping_potion", + "leapingextendedpot": "long_leaping_potion", + "leapingextendedpotion": "long_leaping_potion", + "leapinglevel2pot": "long_leaping_potion", + "leapinglevel2potion": "long_leaping_potion", + "leapinglongpot": "long_leaping_potion", + "leapinglongpotion": "long_leaping_potion", + "leaplevel2pot": "long_leaping_potion", + "leaplevel2potion": "long_leaping_potion", + "leaplongpot": "long_leaping_potion", + "leaplongpotion": "long_leaping_potion", + "potionofjump2": "long_leaping_potion", + "potionofjumpex": "long_leaping_potion", + "potionofjumpextended": "long_leaping_potion", + "potionofjumplevel2": "long_leaping_potion", + "potionofjumplong": "long_leaping_potion", + "potionofleap2": "long_leaping_potion", + "potionofleapex": "long_leaping_potion", + "potionofleapextended": "long_leaping_potion", + "potionofleaping2": "long_leaping_potion", + "potionofleapingex": "long_leaping_potion", + "potionofleapingextended": "long_leaping_potion", + "potionofleapinglevel2": "long_leaping_potion", + "potionofleapinglong": "long_leaping_potion", + "potionofleaplevel2": "long_leaping_potion", + "potionofleaplong": "long_leaping_potion", + "potofjump2": "long_leaping_potion", + "potofjumpex": "long_leaping_potion", + "potofjumpextended": "long_leaping_potion", + "potofjumplevel2": "long_leaping_potion", + "potofjumplong": "long_leaping_potion", + "potofleap2": "long_leaping_potion", + "potofleapex": "long_leaping_potion", + "potofleapextended": "long_leaping_potion", + "potofleaping2": "long_leaping_potion", + "potofleapingex": "long_leaping_potion", + "potofleapingextended": "long_leaping_potion", + "potofleapinglevel2": "long_leaping_potion", + "potofleapinglong": "long_leaping_potion", + "potofleaplevel2": "long_leaping_potion", + "potofleaplong": "long_leaping_potion", + "long_leaping_splash_potion": { + "potionData": { + "type": "JUMP", + "upgraded": false, + "extended": true + }, + "material": "SPLASH_POTION" + }, + "jump2splashpot": "long_leaping_splash_potion", + "jump2splashpotion": "long_leaping_splash_potion", + "jumpexsplashpot": "long_leaping_splash_potion", + "jumpexsplashpotion": "long_leaping_splash_potion", + "jumpextendedsplashpot": "long_leaping_splash_potion", + "jumpextendedsplashpotion": "long_leaping_splash_potion", + "jumplevel2splashpot": "long_leaping_splash_potion", + "jumplevel2splashpotion": "long_leaping_splash_potion", + "jumplongsplashpot": "long_leaping_splash_potion", + "jumplongsplashpotion": "long_leaping_splash_potion", + "leap2splashpot": "long_leaping_splash_potion", + "leap2splashpotion": "long_leaping_splash_potion", + "leapexsplashpot": "long_leaping_splash_potion", + "leapexsplashpotion": "long_leaping_splash_potion", + "leapextendedsplashpot": "long_leaping_splash_potion", + "leapextendedsplashpotion": "long_leaping_splash_potion", + "leaping2splashpot": "long_leaping_splash_potion", + "leaping2splashpotion": "long_leaping_splash_potion", + "leapingexsplashpot": "long_leaping_splash_potion", + "leapingexsplashpotion": "long_leaping_splash_potion", + "leapingextendedsplashpot": "long_leaping_splash_potion", + "leapingextendedsplashpotion": "long_leaping_splash_potion", + "leapinglevel2splashpot": "long_leaping_splash_potion", + "leapinglevel2splashpotion": "long_leaping_splash_potion", + "leapinglongsplashpot": "long_leaping_splash_potion", + "leapinglongsplashpotion": "long_leaping_splash_potion", + "leaplevel2splashpot": "long_leaping_splash_potion", + "leaplevel2splashpotion": "long_leaping_splash_potion", + "leaplongsplashpot": "long_leaping_splash_potion", + "leaplongsplashpotion": "long_leaping_splash_potion", + "splashjump2pot": "long_leaping_splash_potion", + "splashjump2potion": "long_leaping_splash_potion", + "splashjumpexpot": "long_leaping_splash_potion", + "splashjumpexpotion": "long_leaping_splash_potion", + "splashjumpextendedpot": "long_leaping_splash_potion", + "splashjumpextendedpotion": "long_leaping_splash_potion", + "splashjumplevel2pot": "long_leaping_splash_potion", + "splashjumplevel2potion": "long_leaping_splash_potion", + "splashjumplongpot": "long_leaping_splash_potion", + "splashjumplongpotion": "long_leaping_splash_potion", + "splashleap2pot": "long_leaping_splash_potion", + "splashleap2potion": "long_leaping_splash_potion", + "splashleapexpot": "long_leaping_splash_potion", + "splashleapexpotion": "long_leaping_splash_potion", + "splashleapextendedpot": "long_leaping_splash_potion", + "splashleapextendedpotion": "long_leaping_splash_potion", + "splashleaping2pot": "long_leaping_splash_potion", + "splashleaping2potion": "long_leaping_splash_potion", + "splashleapingexpot": "long_leaping_splash_potion", + "splashleapingexpotion": "long_leaping_splash_potion", + "splashleapingextendedpot": "long_leaping_splash_potion", + "splashleapingextendedpotion": "long_leaping_splash_potion", + "splashleapinglevel2pot": "long_leaping_splash_potion", + "splashleapinglevel2potion": "long_leaping_splash_potion", + "splashleapinglongpot": "long_leaping_splash_potion", + "splashleapinglongpotion": "long_leaping_splash_potion", + "splashleaplevel2pot": "long_leaping_splash_potion", + "splashleaplevel2potion": "long_leaping_splash_potion", + "splashleaplongpot": "long_leaping_splash_potion", + "splashleaplongpotion": "long_leaping_splash_potion", + "spljump2pot": "long_leaping_splash_potion", + "spljump2potion": "long_leaping_splash_potion", + "spljumpexpot": "long_leaping_splash_potion", + "spljumpexpotion": "long_leaping_splash_potion", + "spljumpextendedpot": "long_leaping_splash_potion", + "spljumpextendedpotion": "long_leaping_splash_potion", + "spljumplevel2pot": "long_leaping_splash_potion", + "spljumplevel2potion": "long_leaping_splash_potion", + "spljumplongpot": "long_leaping_splash_potion", + "spljumplongpotion": "long_leaping_splash_potion", + "splleap2pot": "long_leaping_splash_potion", + "splleap2potion": "long_leaping_splash_potion", + "splleapexpot": "long_leaping_splash_potion", + "splleapexpotion": "long_leaping_splash_potion", + "splleapextendedpot": "long_leaping_splash_potion", + "splleapextendedpotion": "long_leaping_splash_potion", + "splleaping2pot": "long_leaping_splash_potion", + "splleaping2potion": "long_leaping_splash_potion", + "splleapingexpot": "long_leaping_splash_potion", + "splleapingexpotion": "long_leaping_splash_potion", + "splleapingextendedpot": "long_leaping_splash_potion", + "splleapingextendedpotion": "long_leaping_splash_potion", + "splleapinglevel2pot": "long_leaping_splash_potion", + "splleapinglevel2potion": "long_leaping_splash_potion", + "splleapinglongpot": "long_leaping_splash_potion", + "splleapinglongpotion": "long_leaping_splash_potion", + "splleaplevel2pot": "long_leaping_splash_potion", + "splleaplevel2potion": "long_leaping_splash_potion", + "splleaplongpot": "long_leaping_splash_potion", + "splleaplongpotion": "long_leaping_splash_potion", + "long_leaping_tipped_arrow": { + "potionData": { + "type": "JUMP", + "upgraded": false, + "extended": true + }, + "material": "TIPPED_ARROW" + }, + "arrowjump2": "long_leaping_tipped_arrow", + "arrowjumpex": "long_leaping_tipped_arrow", + "arrowjumpextended": "long_leaping_tipped_arrow", + "arrowjumplevel2": "long_leaping_tipped_arrow", + "arrowjumplong": "long_leaping_tipped_arrow", + "arrowleap2": "long_leaping_tipped_arrow", + "arrowleapex": "long_leaping_tipped_arrow", + "arrowleapextended": "long_leaping_tipped_arrow", + "arrowleaping2": "long_leaping_tipped_arrow", + "arrowleapingex": "long_leaping_tipped_arrow", + "arrowleapingextended": "long_leaping_tipped_arrow", + "arrowleapinglevel2": "long_leaping_tipped_arrow", + "arrowleapinglong": "long_leaping_tipped_arrow", + "arrowleaplevel2": "long_leaping_tipped_arrow", + "arrowleaplong": "long_leaping_tipped_arrow", + "jump2tarr": "long_leaping_tipped_arrow", + "jump2tarrow": "long_leaping_tipped_arrow", + "jump2tippedarrow": "long_leaping_tipped_arrow", + "jumparrow2": "long_leaping_tipped_arrow", + "jumparrowex": "long_leaping_tipped_arrow", + "jumparrowextended": "long_leaping_tipped_arrow", + "jumparrowlevel2": "long_leaping_tipped_arrow", + "jumparrowlong": "long_leaping_tipped_arrow", + "jumpextarr": "long_leaping_tipped_arrow", + "jumpextarrow": "long_leaping_tipped_arrow", + "jumpextendedtarr": "long_leaping_tipped_arrow", + "jumpextendedtarrow": "long_leaping_tipped_arrow", + "jumpextendedtippedarrow": "long_leaping_tipped_arrow", + "jumpextippedarrow": "long_leaping_tipped_arrow", + "jumplevel2tarr": "long_leaping_tipped_arrow", + "jumplevel2tarrow": "long_leaping_tipped_arrow", + "jumplevel2tippedarrow": "long_leaping_tipped_arrow", + "jumplongtarr": "long_leaping_tipped_arrow", + "jumplongtarrow": "long_leaping_tipped_arrow", + "jumplongtippedarrow": "long_leaping_tipped_arrow", + "leap2tarr": "long_leaping_tipped_arrow", + "leap2tarrow": "long_leaping_tipped_arrow", + "leap2tippedarrow": "long_leaping_tipped_arrow", + "leaparrow2": "long_leaping_tipped_arrow", + "leaparrowex": "long_leaping_tipped_arrow", + "leaparrowextended": "long_leaping_tipped_arrow", + "leaparrowlevel2": "long_leaping_tipped_arrow", + "leaparrowlong": "long_leaping_tipped_arrow", + "leapextarr": "long_leaping_tipped_arrow", + "leapextarrow": "long_leaping_tipped_arrow", + "leapextendedtarr": "long_leaping_tipped_arrow", + "leapextendedtarrow": "long_leaping_tipped_arrow", + "leapextendedtippedarrow": "long_leaping_tipped_arrow", + "leapextippedarrow": "long_leaping_tipped_arrow", + "leaping2tarr": "long_leaping_tipped_arrow", + "leaping2tarrow": "long_leaping_tipped_arrow", + "leaping2tippedarrow": "long_leaping_tipped_arrow", + "leapingarrow2": "long_leaping_tipped_arrow", + "leapingarrowex": "long_leaping_tipped_arrow", + "leapingarrowextended": "long_leaping_tipped_arrow", + "leapingarrowlevel2": "long_leaping_tipped_arrow", + "leapingarrowlong": "long_leaping_tipped_arrow", + "leapingextarr": "long_leaping_tipped_arrow", + "leapingextarrow": "long_leaping_tipped_arrow", + "leapingextendedtarr": "long_leaping_tipped_arrow", + "leapingextendedtarrow": "long_leaping_tipped_arrow", + "leapingextendedtippedarrow": "long_leaping_tipped_arrow", + "leapingextippedarrow": "long_leaping_tipped_arrow", + "leapinglevel2tarr": "long_leaping_tipped_arrow", + "leapinglevel2tarrow": "long_leaping_tipped_arrow", + "leapinglevel2tippedarrow": "long_leaping_tipped_arrow", + "leapinglongtarr": "long_leaping_tipped_arrow", + "leapinglongtarrow": "long_leaping_tipped_arrow", + "leapinglongtippedarrow": "long_leaping_tipped_arrow", + "leaplevel2tarr": "long_leaping_tipped_arrow", + "leaplevel2tarrow": "long_leaping_tipped_arrow", + "leaplevel2tippedarrow": "long_leaping_tipped_arrow", + "leaplongtarr": "long_leaping_tipped_arrow", + "leaplongtarrow": "long_leaping_tipped_arrow", + "leaplongtippedarrow": "long_leaping_tipped_arrow", + "long_night_vision_lingering_potion": { + "potionData": { + "type": "NIGHT_VISION", + "upgraded": false, + "extended": true + }, + "material": "LINGERING_POTION" + }, + "aoepotdarkv2": "long_night_vision_lingering_potion", + "aoepotdarkvex": "long_night_vision_lingering_potion", + "aoepotdarkvextended": "long_night_vision_lingering_potion", + "aoepotdarkvis2": "long_night_vision_lingering_potion", + "aoepotdarkvisex": "long_night_vision_lingering_potion", + "aoepotdarkvisextended": "long_night_vision_lingering_potion", + "aoepotdarkvislevel2": "long_night_vision_lingering_potion", + "aoepotdarkvislong": "long_night_vision_lingering_potion", + "aoepotdarkvlevel2": "long_night_vision_lingering_potion", + "aoepotdarkvlong": "long_night_vision_lingering_potion", + "aoepotdvision2": "long_night_vision_lingering_potion", + "aoepotdvisionex": "long_night_vision_lingering_potion", + "aoepotdvisionextended": "long_night_vision_lingering_potion", + "aoepotdvisionlevel2": "long_night_vision_lingering_potion", + "aoepotdvisionlong": "long_night_vision_lingering_potion", + "aoepotiondarkv2": "long_night_vision_lingering_potion", + "aoepotiondarkvex": "long_night_vision_lingering_potion", + "aoepotiondarkvextended": "long_night_vision_lingering_potion", + "aoepotiondarkvis2": "long_night_vision_lingering_potion", + "aoepotiondarkvisex": "long_night_vision_lingering_potion", + "aoepotiondarkvisextended": "long_night_vision_lingering_potion", + "aoepotiondarkvislevel2": "long_night_vision_lingering_potion", + "aoepotiondarkvislong": "long_night_vision_lingering_potion", + "aoepotiondarkvlevel2": "long_night_vision_lingering_potion", + "aoepotiondarkvlong": "long_night_vision_lingering_potion", + "aoepotiondvision2": "long_night_vision_lingering_potion", + "aoepotiondvisionex": "long_night_vision_lingering_potion", + "aoepotiondvisionextended": "long_night_vision_lingering_potion", + "aoepotiondvisionlevel2": "long_night_vision_lingering_potion", + "aoepotiondvisionlong": "long_night_vision_lingering_potion", + "aoepotionnightv2": "long_night_vision_lingering_potion", + "aoepotionnightvex": "long_night_vision_lingering_potion", + "aoepotionnightvextended": "long_night_vision_lingering_potion", + "aoepotionnightvision2": "long_night_vision_lingering_potion", + "aoepotionnightvisionex": "long_night_vision_lingering_potion", + "aoepotionnightvisionextended": "long_night_vision_lingering_potion", + "aoepotionnightvisionlevel2": "long_night_vision_lingering_potion", + "aoepotionnightvisionlong": "long_night_vision_lingering_potion", + "aoepotionnightvlevel2": "long_night_vision_lingering_potion", + "aoepotionnightvlong": "long_night_vision_lingering_potion", + "aoepotionnv2": "long_night_vision_lingering_potion", + "aoepotionnvex": "long_night_vision_lingering_potion", + "aoepotionnvextended": "long_night_vision_lingering_potion", + "aoepotionnvision2": "long_night_vision_lingering_potion", + "aoepotionnvisionex": "long_night_vision_lingering_potion", + "aoepotionnvisionextended": "long_night_vision_lingering_potion", + "aoepotionnvisionlevel2": "long_night_vision_lingering_potion", + "aoepotionnvisionlong": "long_night_vision_lingering_potion", + "aoepotionnvlevel2": "long_night_vision_lingering_potion", + "aoepotionnvlong": "long_night_vision_lingering_potion", + "aoepotnightv2": "long_night_vision_lingering_potion", + "aoepotnightvex": "long_night_vision_lingering_potion", + "aoepotnightvextended": "long_night_vision_lingering_potion", + "aoepotnightvision2": "long_night_vision_lingering_potion", + "aoepotnightvisionex": "long_night_vision_lingering_potion", + "aoepotnightvisionextended": "long_night_vision_lingering_potion", + "aoepotnightvisionlevel2": "long_night_vision_lingering_potion", + "aoepotnightvisionlong": "long_night_vision_lingering_potion", + "aoepotnightvlevel2": "long_night_vision_lingering_potion", + "aoepotnightvlong": "long_night_vision_lingering_potion", + "aoepotnv2": "long_night_vision_lingering_potion", + "aoepotnvex": "long_night_vision_lingering_potion", + "aoepotnvextended": "long_night_vision_lingering_potion", + "aoepotnvision2": "long_night_vision_lingering_potion", + "aoepotnvisionex": "long_night_vision_lingering_potion", + "aoepotnvisionextended": "long_night_vision_lingering_potion", + "aoepotnvisionlevel2": "long_night_vision_lingering_potion", + "aoepotnvisionlong": "long_night_vision_lingering_potion", + "aoepotnvlevel2": "long_night_vision_lingering_potion", + "aoepotnvlong": "long_night_vision_lingering_potion", + "areapotdarkv2": "long_night_vision_lingering_potion", + "areapotdarkvex": "long_night_vision_lingering_potion", + "areapotdarkvextended": "long_night_vision_lingering_potion", + "areapotdarkvis2": "long_night_vision_lingering_potion", + "areapotdarkvisex": "long_night_vision_lingering_potion", + "areapotdarkvisextended": "long_night_vision_lingering_potion", + "areapotdarkvislevel2": "long_night_vision_lingering_potion", + "areapotdarkvislong": "long_night_vision_lingering_potion", + "areapotdarkvlevel2": "long_night_vision_lingering_potion", + "areapotdarkvlong": "long_night_vision_lingering_potion", + "areapotdvision2": "long_night_vision_lingering_potion", + "areapotdvisionex": "long_night_vision_lingering_potion", + "areapotdvisionextended": "long_night_vision_lingering_potion", + "areapotdvisionlevel2": "long_night_vision_lingering_potion", + "areapotdvisionlong": "long_night_vision_lingering_potion", + "areapotiondarkv2": "long_night_vision_lingering_potion", + "areapotiondarkvex": "long_night_vision_lingering_potion", + "areapotiondarkvextended": "long_night_vision_lingering_potion", + "areapotiondarkvis2": "long_night_vision_lingering_potion", + "areapotiondarkvisex": "long_night_vision_lingering_potion", + "areapotiondarkvisextended": "long_night_vision_lingering_potion", + "areapotiondarkvislevel2": "long_night_vision_lingering_potion", + "areapotiondarkvislong": "long_night_vision_lingering_potion", + "areapotiondarkvlevel2": "long_night_vision_lingering_potion", + "areapotiondarkvlong": "long_night_vision_lingering_potion", + "areapotiondvision2": "long_night_vision_lingering_potion", + "areapotiondvisionex": "long_night_vision_lingering_potion", + "areapotiondvisionextended": "long_night_vision_lingering_potion", + "areapotiondvisionlevel2": "long_night_vision_lingering_potion", + "areapotiondvisionlong": "long_night_vision_lingering_potion", + "areapotionnightv2": "long_night_vision_lingering_potion", + "areapotionnightvex": "long_night_vision_lingering_potion", + "areapotionnightvextended": "long_night_vision_lingering_potion", + "areapotionnightvision2": "long_night_vision_lingering_potion", + "areapotionnightvisionex": "long_night_vision_lingering_potion", + "areapotionnightvisionextended": "long_night_vision_lingering_potion", + "areapotionnightvisionlevel2": "long_night_vision_lingering_potion", + "areapotionnightvisionlong": "long_night_vision_lingering_potion", + "areapotionnightvlevel2": "long_night_vision_lingering_potion", + "areapotionnightvlong": "long_night_vision_lingering_potion", + "areapotionnv2": "long_night_vision_lingering_potion", + "areapotionnvex": "long_night_vision_lingering_potion", + "areapotionnvextended": "long_night_vision_lingering_potion", + "areapotionnvision2": "long_night_vision_lingering_potion", + "areapotionnvisionex": "long_night_vision_lingering_potion", + "areapotionnvisionextended": "long_night_vision_lingering_potion", + "areapotionnvisionlevel2": "long_night_vision_lingering_potion", + "areapotionnvisionlong": "long_night_vision_lingering_potion", + "areapotionnvlevel2": "long_night_vision_lingering_potion", + "areapotionnvlong": "long_night_vision_lingering_potion", + "areapotnightv2": "long_night_vision_lingering_potion", + "areapotnightvex": "long_night_vision_lingering_potion", + "areapotnightvextended": "long_night_vision_lingering_potion", + "areapotnightvision2": "long_night_vision_lingering_potion", + "areapotnightvisionex": "long_night_vision_lingering_potion", + "areapotnightvisionextended": "long_night_vision_lingering_potion", + "areapotnightvisionlevel2": "long_night_vision_lingering_potion", + "areapotnightvisionlong": "long_night_vision_lingering_potion", + "areapotnightvlevel2": "long_night_vision_lingering_potion", + "areapotnightvlong": "long_night_vision_lingering_potion", + "areapotnv2": "long_night_vision_lingering_potion", + "areapotnvex": "long_night_vision_lingering_potion", + "areapotnvextended": "long_night_vision_lingering_potion", + "areapotnvision2": "long_night_vision_lingering_potion", + "areapotnvisionex": "long_night_vision_lingering_potion", + "areapotnvisionextended": "long_night_vision_lingering_potion", + "areapotnvisionlevel2": "long_night_vision_lingering_potion", + "areapotnvisionlong": "long_night_vision_lingering_potion", + "areapotnvlevel2": "long_night_vision_lingering_potion", + "areapotnvlong": "long_night_vision_lingering_potion", + "cloudpotdarkv2": "long_night_vision_lingering_potion", + "cloudpotdarkvex": "long_night_vision_lingering_potion", + "cloudpotdarkvextended": "long_night_vision_lingering_potion", + "cloudpotdarkvis2": "long_night_vision_lingering_potion", + "cloudpotdarkvisex": "long_night_vision_lingering_potion", + "cloudpotdarkvisextended": "long_night_vision_lingering_potion", + "cloudpotdarkvislevel2": "long_night_vision_lingering_potion", + "cloudpotdarkvislong": "long_night_vision_lingering_potion", + "cloudpotdarkvlevel2": "long_night_vision_lingering_potion", + "cloudpotdarkvlong": "long_night_vision_lingering_potion", + "cloudpotdvision2": "long_night_vision_lingering_potion", + "cloudpotdvisionex": "long_night_vision_lingering_potion", + "cloudpotdvisionextended": "long_night_vision_lingering_potion", + "cloudpotdvisionlevel2": "long_night_vision_lingering_potion", + "cloudpotdvisionlong": "long_night_vision_lingering_potion", + "cloudpotiondarkv2": "long_night_vision_lingering_potion", + "cloudpotiondarkvex": "long_night_vision_lingering_potion", + "cloudpotiondarkvextended": "long_night_vision_lingering_potion", + "cloudpotiondarkvis2": "long_night_vision_lingering_potion", + "cloudpotiondarkvisex": "long_night_vision_lingering_potion", + "cloudpotiondarkvisextended": "long_night_vision_lingering_potion", + "cloudpotiondarkvislevel2": "long_night_vision_lingering_potion", + "cloudpotiondarkvislong": "long_night_vision_lingering_potion", + "cloudpotiondarkvlevel2": "long_night_vision_lingering_potion", + "cloudpotiondarkvlong": "long_night_vision_lingering_potion", + "cloudpotiondvision2": "long_night_vision_lingering_potion", + "cloudpotiondvisionex": "long_night_vision_lingering_potion", + "cloudpotiondvisionextended": "long_night_vision_lingering_potion", + "cloudpotiondvisionlevel2": "long_night_vision_lingering_potion", + "cloudpotiondvisionlong": "long_night_vision_lingering_potion", + "cloudpotionnightv2": "long_night_vision_lingering_potion", + "cloudpotionnightvex": "long_night_vision_lingering_potion", + "cloudpotionnightvextended": "long_night_vision_lingering_potion", + "cloudpotionnightvision2": "long_night_vision_lingering_potion", + "cloudpotionnightvisionex": "long_night_vision_lingering_potion", + "cloudpotionnightvisionextended": "long_night_vision_lingering_potion", + "cloudpotionnightvisionlevel2": "long_night_vision_lingering_potion", + "cloudpotionnightvisionlong": "long_night_vision_lingering_potion", + "cloudpotionnightvlevel2": "long_night_vision_lingering_potion", + "cloudpotionnightvlong": "long_night_vision_lingering_potion", + "cloudpotionnv2": "long_night_vision_lingering_potion", + "cloudpotionnvex": "long_night_vision_lingering_potion", + "cloudpotionnvextended": "long_night_vision_lingering_potion", + "cloudpotionnvision2": "long_night_vision_lingering_potion", + "cloudpotionnvisionex": "long_night_vision_lingering_potion", + "cloudpotionnvisionextended": "long_night_vision_lingering_potion", + "cloudpotionnvisionlevel2": "long_night_vision_lingering_potion", + "cloudpotionnvisionlong": "long_night_vision_lingering_potion", + "cloudpotionnvlevel2": "long_night_vision_lingering_potion", + "cloudpotionnvlong": "long_night_vision_lingering_potion", + "cloudpotnightv2": "long_night_vision_lingering_potion", + "cloudpotnightvex": "long_night_vision_lingering_potion", + "cloudpotnightvextended": "long_night_vision_lingering_potion", + "cloudpotnightvision2": "long_night_vision_lingering_potion", + "cloudpotnightvisionex": "long_night_vision_lingering_potion", + "cloudpotnightvisionextended": "long_night_vision_lingering_potion", + "cloudpotnightvisionlevel2": "long_night_vision_lingering_potion", + "cloudpotnightvisionlong": "long_night_vision_lingering_potion", + "cloudpotnightvlevel2": "long_night_vision_lingering_potion", + "cloudpotnightvlong": "long_night_vision_lingering_potion", + "cloudpotnv2": "long_night_vision_lingering_potion", + "cloudpotnvex": "long_night_vision_lingering_potion", + "cloudpotnvextended": "long_night_vision_lingering_potion", + "cloudpotnvision2": "long_night_vision_lingering_potion", + "cloudpotnvisionex": "long_night_vision_lingering_potion", + "cloudpotnvisionextended": "long_night_vision_lingering_potion", + "cloudpotnvisionlevel2": "long_night_vision_lingering_potion", + "cloudpotnvisionlong": "long_night_vision_lingering_potion", + "cloudpotnvlevel2": "long_night_vision_lingering_potion", + "cloudpotnvlong": "long_night_vision_lingering_potion", + "darkvaoepoiont2": "long_night_vision_lingering_potion", + "darkvaoepoiontex": "long_night_vision_lingering_potion", + "darkvaoepoiontextended": "long_night_vision_lingering_potion", + "darkvaoepoiontlevel2": "long_night_vision_lingering_potion", + "darkvaoepoiontlong": "long_night_vision_lingering_potion", + "darkvaoepot2": "long_night_vision_lingering_potion", + "darkvaoepotex": "long_night_vision_lingering_potion", + "darkvaoepotextended": "long_night_vision_lingering_potion", + "darkvaoepotlevel2": "long_night_vision_lingering_potion", + "darkvaoepotlong": "long_night_vision_lingering_potion", + "darkvareapot2": "long_night_vision_lingering_potion", + "darkvareapotex": "long_night_vision_lingering_potion", + "darkvareapotextended": "long_night_vision_lingering_potion", + "darkvareapotion2": "long_night_vision_lingering_potion", + "darkvareapotionex": "long_night_vision_lingering_potion", + "darkvareapotionextended": "long_night_vision_lingering_potion", + "darkvareapotionlevel2": "long_night_vision_lingering_potion", + "darkvareapotionlong": "long_night_vision_lingering_potion", + "darkvareapotlevel2": "long_night_vision_lingering_potion", + "darkvareapotlong": "long_night_vision_lingering_potion", + "darkvcloudpot2": "long_night_vision_lingering_potion", + "darkvcloudpotex": "long_night_vision_lingering_potion", + "darkvcloudpotextended": "long_night_vision_lingering_potion", + "darkvcloudpotion2": "long_night_vision_lingering_potion", + "darkvcloudpotionex": "long_night_vision_lingering_potion", + "darkvcloudpotionextended": "long_night_vision_lingering_potion", + "darkvcloudpotionlevel2": "long_night_vision_lingering_potion", + "darkvcloudpotionlong": "long_night_vision_lingering_potion", + "darkvcloudpotlevel2": "long_night_vision_lingering_potion", + "darkvcloudpotlong": "long_night_vision_lingering_potion", + "darkvisaoepoiont2": "long_night_vision_lingering_potion", + "darkvisaoepoiontex": "long_night_vision_lingering_potion", + "darkvisaoepoiontextended": "long_night_vision_lingering_potion", + "darkvisaoepoiontlevel2": "long_night_vision_lingering_potion", + "darkvisaoepoiontlong": "long_night_vision_lingering_potion", + "darkvisaoepot2": "long_night_vision_lingering_potion", + "darkvisaoepotex": "long_night_vision_lingering_potion", + "darkvisaoepotextended": "long_night_vision_lingering_potion", + "darkvisaoepotlevel2": "long_night_vision_lingering_potion", + "darkvisaoepotlong": "long_night_vision_lingering_potion", + "darkvisareapot2": "long_night_vision_lingering_potion", + "darkvisareapotex": "long_night_vision_lingering_potion", + "darkvisareapotextended": "long_night_vision_lingering_potion", + "darkvisareapotion2": "long_night_vision_lingering_potion", + "darkvisareapotionex": "long_night_vision_lingering_potion", + "darkvisareapotionextended": "long_night_vision_lingering_potion", + "darkvisareapotionlevel2": "long_night_vision_lingering_potion", + "darkvisareapotionlong": "long_night_vision_lingering_potion", + "darkvisareapotlevel2": "long_night_vision_lingering_potion", + "darkvisareapotlong": "long_night_vision_lingering_potion", + "darkviscloudpot2": "long_night_vision_lingering_potion", + "darkviscloudpotex": "long_night_vision_lingering_potion", + "darkviscloudpotextended": "long_night_vision_lingering_potion", + "darkviscloudpotion2": "long_night_vision_lingering_potion", + "darkviscloudpotionex": "long_night_vision_lingering_potion", + "darkviscloudpotionextended": "long_night_vision_lingering_potion", + "darkviscloudpotionlevel2": "long_night_vision_lingering_potion", + "darkviscloudpotionlong": "long_night_vision_lingering_potion", + "darkviscloudpotlevel2": "long_night_vision_lingering_potion", + "darkviscloudpotlong": "long_night_vision_lingering_potion", + "darkvislingerpot2": "long_night_vision_lingering_potion", + "darkvislingerpotex": "long_night_vision_lingering_potion", + "darkvislingerpotextended": "long_night_vision_lingering_potion", + "darkvislingerpotlevel2": "long_night_vision_lingering_potion", + "darkvislingerpotlong": "long_night_vision_lingering_potion", + "darkvlingerpot2": "long_night_vision_lingering_potion", + "darkvlingerpotex": "long_night_vision_lingering_potion", + "darkvlingerpotextended": "long_night_vision_lingering_potion", + "darkvlingerpotlevel2": "long_night_vision_lingering_potion", + "darkvlingerpotlong": "long_night_vision_lingering_potion", + "dvisionaoepoiont2": "long_night_vision_lingering_potion", + "dvisionaoepoiontex": "long_night_vision_lingering_potion", + "dvisionaoepoiontextended": "long_night_vision_lingering_potion", + "dvisionaoepoiontlevel2": "long_night_vision_lingering_potion", + "dvisionaoepoiontlong": "long_night_vision_lingering_potion", + "dvisionaoepot2": "long_night_vision_lingering_potion", + "dvisionaoepotex": "long_night_vision_lingering_potion", + "dvisionaoepotextended": "long_night_vision_lingering_potion", + "dvisionaoepotlevel2": "long_night_vision_lingering_potion", + "dvisionaoepotlong": "long_night_vision_lingering_potion", + "dvisionareapot2": "long_night_vision_lingering_potion", + "dvisionareapotex": "long_night_vision_lingering_potion", + "dvisionareapotextended": "long_night_vision_lingering_potion", + "dvisionareapotion2": "long_night_vision_lingering_potion", + "dvisionareapotionex": "long_night_vision_lingering_potion", + "dvisionareapotionextended": "long_night_vision_lingering_potion", + "dvisionareapotionlevel2": "long_night_vision_lingering_potion", + "dvisionareapotionlong": "long_night_vision_lingering_potion", + "dvisionareapotlevel2": "long_night_vision_lingering_potion", + "dvisionareapotlong": "long_night_vision_lingering_potion", + "dvisioncloudpot2": "long_night_vision_lingering_potion", + "dvisioncloudpotex": "long_night_vision_lingering_potion", + "dvisioncloudpotextended": "long_night_vision_lingering_potion", + "dvisioncloudpotion2": "long_night_vision_lingering_potion", + "dvisioncloudpotionex": "long_night_vision_lingering_potion", + "dvisioncloudpotionextended": "long_night_vision_lingering_potion", + "dvisioncloudpotionlevel2": "long_night_vision_lingering_potion", + "dvisioncloudpotionlong": "long_night_vision_lingering_potion", + "dvisioncloudpotlevel2": "long_night_vision_lingering_potion", + "dvisioncloudpotlong": "long_night_vision_lingering_potion", + "dvisionlingerpot2": "long_night_vision_lingering_potion", + "dvisionlingerpotex": "long_night_vision_lingering_potion", + "dvisionlingerpotextended": "long_night_vision_lingering_potion", + "dvisionlingerpotlevel2": "long_night_vision_lingering_potion", + "dvisionlingerpotlong": "long_night_vision_lingering_potion", + "lingerpotdarkv2": "long_night_vision_lingering_potion", + "lingerpotdarkvex": "long_night_vision_lingering_potion", + "lingerpotdarkvextended": "long_night_vision_lingering_potion", + "lingerpotdarkvis2": "long_night_vision_lingering_potion", + "lingerpotdarkvisex": "long_night_vision_lingering_potion", + "lingerpotdarkvisextended": "long_night_vision_lingering_potion", + "lingerpotdarkvislevel2": "long_night_vision_lingering_potion", + "lingerpotdarkvislong": "long_night_vision_lingering_potion", + "lingerpotdarkvlevel2": "long_night_vision_lingering_potion", + "lingerpotdarkvlong": "long_night_vision_lingering_potion", + "lingerpotdvision2": "long_night_vision_lingering_potion", + "lingerpotdvisionex": "long_night_vision_lingering_potion", + "lingerpotdvisionextended": "long_night_vision_lingering_potion", + "lingerpotdvisionlevel2": "long_night_vision_lingering_potion", + "lingerpotdvisionlong": "long_night_vision_lingering_potion", + "lingerpotnightv2": "long_night_vision_lingering_potion", + "lingerpotnightvex": "long_night_vision_lingering_potion", + "lingerpotnightvextended": "long_night_vision_lingering_potion", + "lingerpotnightvision2": "long_night_vision_lingering_potion", + "lingerpotnightvisionex": "long_night_vision_lingering_potion", + "lingerpotnightvisionextended": "long_night_vision_lingering_potion", + "lingerpotnightvisionlevel2": "long_night_vision_lingering_potion", + "lingerpotnightvisionlong": "long_night_vision_lingering_potion", + "lingerpotnightvlevel2": "long_night_vision_lingering_potion", + "lingerpotnightvlong": "long_night_vision_lingering_potion", + "lingerpotnv2": "long_night_vision_lingering_potion", + "lingerpotnvex": "long_night_vision_lingering_potion", + "lingerpotnvextended": "long_night_vision_lingering_potion", + "lingerpotnvision2": "long_night_vision_lingering_potion", + "lingerpotnvisionex": "long_night_vision_lingering_potion", + "lingerpotnvisionextended": "long_night_vision_lingering_potion", + "lingerpotnvisionlevel2": "long_night_vision_lingering_potion", + "lingerpotnvisionlong": "long_night_vision_lingering_potion", + "lingerpotnvlevel2": "long_night_vision_lingering_potion", + "lingerpotnvlong": "long_night_vision_lingering_potion", + "nightvaoepoiont2": "long_night_vision_lingering_potion", + "nightvaoepoiontex": "long_night_vision_lingering_potion", + "nightvaoepoiontextended": "long_night_vision_lingering_potion", + "nightvaoepoiontlevel2": "long_night_vision_lingering_potion", + "nightvaoepoiontlong": "long_night_vision_lingering_potion", + "nightvaoepot2": "long_night_vision_lingering_potion", + "nightvaoepotex": "long_night_vision_lingering_potion", + "nightvaoepotextended": "long_night_vision_lingering_potion", + "nightvaoepotlevel2": "long_night_vision_lingering_potion", + "nightvaoepotlong": "long_night_vision_lingering_potion", + "nightvareapot2": "long_night_vision_lingering_potion", + "nightvareapotex": "long_night_vision_lingering_potion", + "nightvareapotextended": "long_night_vision_lingering_potion", + "nightvareapotion2": "long_night_vision_lingering_potion", + "nightvareapotionex": "long_night_vision_lingering_potion", + "nightvareapotionextended": "long_night_vision_lingering_potion", + "nightvareapotionlevel2": "long_night_vision_lingering_potion", + "nightvareapotionlong": "long_night_vision_lingering_potion", + "nightvareapotlevel2": "long_night_vision_lingering_potion", + "nightvareapotlong": "long_night_vision_lingering_potion", + "nightvcloudpot2": "long_night_vision_lingering_potion", + "nightvcloudpotex": "long_night_vision_lingering_potion", + "nightvcloudpotextended": "long_night_vision_lingering_potion", + "nightvcloudpotion2": "long_night_vision_lingering_potion", + "nightvcloudpotionex": "long_night_vision_lingering_potion", + "nightvcloudpotionextended": "long_night_vision_lingering_potion", + "nightvcloudpotionlevel2": "long_night_vision_lingering_potion", + "nightvcloudpotionlong": "long_night_vision_lingering_potion", + "nightvcloudpotlevel2": "long_night_vision_lingering_potion", + "nightvcloudpotlong": "long_night_vision_lingering_potion", + "nightvisionaoepoiont2": "long_night_vision_lingering_potion", + "nightvisionaoepoiontex": "long_night_vision_lingering_potion", + "nightvisionaoepoiontextended": "long_night_vision_lingering_potion", + "nightvisionaoepoiontlevel2": "long_night_vision_lingering_potion", + "nightvisionaoepoiontlong": "long_night_vision_lingering_potion", + "nightvisionaoepot2": "long_night_vision_lingering_potion", + "nightvisionaoepotex": "long_night_vision_lingering_potion", + "nightvisionaoepotextended": "long_night_vision_lingering_potion", + "nightvisionaoepotlevel2": "long_night_vision_lingering_potion", + "nightvisionaoepotlong": "long_night_vision_lingering_potion", + "nightvisionareapot2": "long_night_vision_lingering_potion", + "nightvisionareapotex": "long_night_vision_lingering_potion", + "nightvisionareapotextended": "long_night_vision_lingering_potion", + "nightvisionareapotion2": "long_night_vision_lingering_potion", + "nightvisionareapotionex": "long_night_vision_lingering_potion", + "nightvisionareapotionextended": "long_night_vision_lingering_potion", + "nightvisionareapotionlevel2": "long_night_vision_lingering_potion", + "nightvisionareapotionlong": "long_night_vision_lingering_potion", + "nightvisionareapotlevel2": "long_night_vision_lingering_potion", + "nightvisionareapotlong": "long_night_vision_lingering_potion", + "nightvisioncloudpot2": "long_night_vision_lingering_potion", + "nightvisioncloudpotex": "long_night_vision_lingering_potion", + "nightvisioncloudpotextended": "long_night_vision_lingering_potion", + "nightvisioncloudpotion2": "long_night_vision_lingering_potion", + "nightvisioncloudpotionex": "long_night_vision_lingering_potion", + "nightvisioncloudpotionextended": "long_night_vision_lingering_potion", + "nightvisioncloudpotionlevel2": "long_night_vision_lingering_potion", + "nightvisioncloudpotionlong": "long_night_vision_lingering_potion", + "nightvisioncloudpotlevel2": "long_night_vision_lingering_potion", + "nightvisioncloudpotlong": "long_night_vision_lingering_potion", + "nightvisionlingerpot2": "long_night_vision_lingering_potion", + "nightvisionlingerpotex": "long_night_vision_lingering_potion", + "nightvisionlingerpotextended": "long_night_vision_lingering_potion", + "nightvisionlingerpotlevel2": "long_night_vision_lingering_potion", + "nightvisionlingerpotlong": "long_night_vision_lingering_potion", + "nightvlingerpot2": "long_night_vision_lingering_potion", + "nightvlingerpotex": "long_night_vision_lingering_potion", + "nightvlingerpotextended": "long_night_vision_lingering_potion", + "nightvlingerpotlevel2": "long_night_vision_lingering_potion", + "nightvlingerpotlong": "long_night_vision_lingering_potion", + "nvaoepoiont2": "long_night_vision_lingering_potion", + "nvaoepoiontex": "long_night_vision_lingering_potion", + "nvaoepoiontextended": "long_night_vision_lingering_potion", + "nvaoepoiontlevel2": "long_night_vision_lingering_potion", + "nvaoepoiontlong": "long_night_vision_lingering_potion", + "nvaoepot2": "long_night_vision_lingering_potion", + "nvaoepotex": "long_night_vision_lingering_potion", + "nvaoepotextended": "long_night_vision_lingering_potion", + "nvaoepotlevel2": "long_night_vision_lingering_potion", + "nvaoepotlong": "long_night_vision_lingering_potion", + "nvareapot2": "long_night_vision_lingering_potion", + "nvareapotex": "long_night_vision_lingering_potion", + "nvareapotextended": "long_night_vision_lingering_potion", + "nvareapotion2": "long_night_vision_lingering_potion", + "nvareapotionex": "long_night_vision_lingering_potion", + "nvareapotionextended": "long_night_vision_lingering_potion", + "nvareapotionlevel2": "long_night_vision_lingering_potion", + "nvareapotionlong": "long_night_vision_lingering_potion", + "nvareapotlevel2": "long_night_vision_lingering_potion", + "nvareapotlong": "long_night_vision_lingering_potion", + "nvcloudpot2": "long_night_vision_lingering_potion", + "nvcloudpotex": "long_night_vision_lingering_potion", + "nvcloudpotextended": "long_night_vision_lingering_potion", + "nvcloudpotion2": "long_night_vision_lingering_potion", + "nvcloudpotionex": "long_night_vision_lingering_potion", + "nvcloudpotionextended": "long_night_vision_lingering_potion", + "nvcloudpotionlevel2": "long_night_vision_lingering_potion", + "nvcloudpotionlong": "long_night_vision_lingering_potion", + "nvcloudpotlevel2": "long_night_vision_lingering_potion", + "nvcloudpotlong": "long_night_vision_lingering_potion", + "nvisionaoepoiont2": "long_night_vision_lingering_potion", + "nvisionaoepoiontex": "long_night_vision_lingering_potion", + "nvisionaoepoiontextended": "long_night_vision_lingering_potion", + "nvisionaoepoiontlevel2": "long_night_vision_lingering_potion", + "nvisionaoepoiontlong": "long_night_vision_lingering_potion", + "nvisionaoepot2": "long_night_vision_lingering_potion", + "nvisionaoepotex": "long_night_vision_lingering_potion", + "nvisionaoepotextended": "long_night_vision_lingering_potion", + "nvisionaoepotlevel2": "long_night_vision_lingering_potion", + "nvisionaoepotlong": "long_night_vision_lingering_potion", + "nvisionareapot2": "long_night_vision_lingering_potion", + "nvisionareapotex": "long_night_vision_lingering_potion", + "nvisionareapotextended": "long_night_vision_lingering_potion", + "nvisionareapotion2": "long_night_vision_lingering_potion", + "nvisionareapotionex": "long_night_vision_lingering_potion", + "nvisionareapotionextended": "long_night_vision_lingering_potion", + "nvisionareapotionlevel2": "long_night_vision_lingering_potion", + "nvisionareapotionlong": "long_night_vision_lingering_potion", + "nvisionareapotlevel2": "long_night_vision_lingering_potion", + "nvisionareapotlong": "long_night_vision_lingering_potion", + "nvisioncloudpot2": "long_night_vision_lingering_potion", + "nvisioncloudpotex": "long_night_vision_lingering_potion", + "nvisioncloudpotextended": "long_night_vision_lingering_potion", + "nvisioncloudpotion2": "long_night_vision_lingering_potion", + "nvisioncloudpotionex": "long_night_vision_lingering_potion", + "nvisioncloudpotionextended": "long_night_vision_lingering_potion", + "nvisioncloudpotionlevel2": "long_night_vision_lingering_potion", + "nvisioncloudpotionlong": "long_night_vision_lingering_potion", + "nvisioncloudpotlevel2": "long_night_vision_lingering_potion", + "nvisioncloudpotlong": "long_night_vision_lingering_potion", + "nvisionlingerpot2": "long_night_vision_lingering_potion", + "nvisionlingerpotex": "long_night_vision_lingering_potion", + "nvisionlingerpotextended": "long_night_vision_lingering_potion", + "nvisionlingerpotlevel2": "long_night_vision_lingering_potion", + "nvisionlingerpotlong": "long_night_vision_lingering_potion", + "nvlingerpot2": "long_night_vision_lingering_potion", + "nvlingerpotex": "long_night_vision_lingering_potion", + "nvlingerpotextended": "long_night_vision_lingering_potion", + "nvlingerpotlevel2": "long_night_vision_lingering_potion", + "nvlingerpotlong": "long_night_vision_lingering_potion", + "long_night_vision_potion": { + "potionData": { + "type": "NIGHT_VISION", + "upgraded": false, + "extended": true + }, + "material": "POTION" + }, + "darkv2pot": "long_night_vision_potion", + "darkv2potion": "long_night_vision_potion", + "darkvexpot": "long_night_vision_potion", + "darkvexpotion": "long_night_vision_potion", + "darkvextendedpot": "long_night_vision_potion", + "darkvextendedpotion": "long_night_vision_potion", + "darkvis2pot": "long_night_vision_potion", + "darkvis2potion": "long_night_vision_potion", + "darkvisexpot": "long_night_vision_potion", + "darkvisexpotion": "long_night_vision_potion", + "darkvisextendedpot": "long_night_vision_potion", + "darkvisextendedpotion": "long_night_vision_potion", + "darkvislevel2pot": "long_night_vision_potion", + "darkvislevel2potion": "long_night_vision_potion", + "darkvislongpot": "long_night_vision_potion", + "darkvislongpotion": "long_night_vision_potion", + "darkvlevel2pot": "long_night_vision_potion", + "darkvlevel2potion": "long_night_vision_potion", + "darkvlongpot": "long_night_vision_potion", + "darkvlongpotion": "long_night_vision_potion", + "dvision2pot": "long_night_vision_potion", + "dvision2potion": "long_night_vision_potion", + "dvisionexpot": "long_night_vision_potion", + "dvisionexpotion": "long_night_vision_potion", + "dvisionextendedpot": "long_night_vision_potion", + "dvisionextendedpotion": "long_night_vision_potion", + "dvisionlevel2pot": "long_night_vision_potion", + "dvisionlevel2potion": "long_night_vision_potion", + "dvisionlongpot": "long_night_vision_potion", + "dvisionlongpotion": "long_night_vision_potion", + "nightv2pot": "long_night_vision_potion", + "nightv2potion": "long_night_vision_potion", + "nightvexpot": "long_night_vision_potion", + "nightvexpotion": "long_night_vision_potion", + "nightvextendedpot": "long_night_vision_potion", + "nightvextendedpotion": "long_night_vision_potion", + "nightvision2pot": "long_night_vision_potion", + "nightvision2potion": "long_night_vision_potion", + "nightvisionexpot": "long_night_vision_potion", + "nightvisionexpotion": "long_night_vision_potion", + "nightvisionextendedpot": "long_night_vision_potion", + "nightvisionextendedpotion": "long_night_vision_potion", + "nightvisionlevel2pot": "long_night_vision_potion", + "nightvisionlevel2potion": "long_night_vision_potion", + "nightvisionlongpot": "long_night_vision_potion", + "nightvisionlongpotion": "long_night_vision_potion", + "nightvlevel2pot": "long_night_vision_potion", + "nightvlevel2potion": "long_night_vision_potion", + "nightvlongpot": "long_night_vision_potion", + "nightvlongpotion": "long_night_vision_potion", + "nv2pot": "long_night_vision_potion", + "nv2potion": "long_night_vision_potion", + "nvexpot": "long_night_vision_potion", + "nvexpotion": "long_night_vision_potion", + "nvextendedpot": "long_night_vision_potion", + "nvextendedpotion": "long_night_vision_potion", + "nvision2pot": "long_night_vision_potion", + "nvision2potion": "long_night_vision_potion", + "nvisionexpot": "long_night_vision_potion", + "nvisionexpotion": "long_night_vision_potion", + "nvisionextendedpot": "long_night_vision_potion", + "nvisionextendedpotion": "long_night_vision_potion", + "nvisionlevel2pot": "long_night_vision_potion", + "nvisionlevel2potion": "long_night_vision_potion", + "nvisionlongpot": "long_night_vision_potion", + "nvisionlongpotion": "long_night_vision_potion", + "nvlevel2pot": "long_night_vision_potion", + "nvlevel2potion": "long_night_vision_potion", + "nvlongpot": "long_night_vision_potion", + "nvlongpotion": "long_night_vision_potion", + "potionofdarkv2": "long_night_vision_potion", + "potionofdarkvex": "long_night_vision_potion", + "potionofdarkvextended": "long_night_vision_potion", + "potionofdarkvis2": "long_night_vision_potion", + "potionofdarkvisex": "long_night_vision_potion", + "potionofdarkvisextended": "long_night_vision_potion", + "potionofdarkvislevel2": "long_night_vision_potion", + "potionofdarkvislong": "long_night_vision_potion", + "potionofdarkvlevel2": "long_night_vision_potion", + "potionofdarkvlong": "long_night_vision_potion", + "potionofdvision2": "long_night_vision_potion", + "potionofdvisionex": "long_night_vision_potion", + "potionofdvisionextended": "long_night_vision_potion", + "potionofdvisionlevel2": "long_night_vision_potion", + "potionofdvisionlong": "long_night_vision_potion", + "potionofnightv2": "long_night_vision_potion", + "potionofnightvex": "long_night_vision_potion", + "potionofnightvextended": "long_night_vision_potion", + "potionofnightvision2": "long_night_vision_potion", + "potionofnightvisionex": "long_night_vision_potion", + "potionofnightvisionextended": "long_night_vision_potion", + "potionofnightvisionlevel2": "long_night_vision_potion", + "potionofnightvisionlong": "long_night_vision_potion", + "potionofnightvlevel2": "long_night_vision_potion", + "potionofnightvlong": "long_night_vision_potion", + "potionofnv2": "long_night_vision_potion", + "potionofnvex": "long_night_vision_potion", + "potionofnvextended": "long_night_vision_potion", + "potionofnvision2": "long_night_vision_potion", + "potionofnvisionex": "long_night_vision_potion", + "potionofnvisionextended": "long_night_vision_potion", + "potionofnvisionlevel2": "long_night_vision_potion", + "potionofnvisionlong": "long_night_vision_potion", + "potionofnvlevel2": "long_night_vision_potion", + "potionofnvlong": "long_night_vision_potion", + "potofdarkv2": "long_night_vision_potion", + "potofdarkvex": "long_night_vision_potion", + "potofdarkvextended": "long_night_vision_potion", + "potofdarkvis2": "long_night_vision_potion", + "potofdarkvisex": "long_night_vision_potion", + "potofdarkvisextended": "long_night_vision_potion", + "potofdarkvislevel2": "long_night_vision_potion", + "potofdarkvislong": "long_night_vision_potion", + "potofdarkvlevel2": "long_night_vision_potion", + "potofdarkvlong": "long_night_vision_potion", + "potofdvision2": "long_night_vision_potion", + "potofdvisionex": "long_night_vision_potion", + "potofdvisionextended": "long_night_vision_potion", + "potofdvisionlevel2": "long_night_vision_potion", + "potofdvisionlong": "long_night_vision_potion", + "potofnightv2": "long_night_vision_potion", + "potofnightvex": "long_night_vision_potion", + "potofnightvextended": "long_night_vision_potion", + "potofnightvision2": "long_night_vision_potion", + "potofnightvisionex": "long_night_vision_potion", + "potofnightvisionextended": "long_night_vision_potion", + "potofnightvisionlevel2": "long_night_vision_potion", + "potofnightvisionlong": "long_night_vision_potion", + "potofnightvlevel2": "long_night_vision_potion", + "potofnightvlong": "long_night_vision_potion", + "potofnv2": "long_night_vision_potion", + "potofnvex": "long_night_vision_potion", + "potofnvextended": "long_night_vision_potion", + "potofnvision2": "long_night_vision_potion", + "potofnvisionex": "long_night_vision_potion", + "potofnvisionextended": "long_night_vision_potion", + "potofnvisionlevel2": "long_night_vision_potion", + "potofnvisionlong": "long_night_vision_potion", + "potofnvlevel2": "long_night_vision_potion", + "potofnvlong": "long_night_vision_potion", + "long_night_vision_splash_potion": { + "potionData": { + "type": "NIGHT_VISION", + "upgraded": false, + "extended": true + }, + "material": "SPLASH_POTION" + }, + "darkv2splashpot": "long_night_vision_splash_potion", + "darkv2splashpotion": "long_night_vision_splash_potion", + "darkvexsplashpot": "long_night_vision_splash_potion", + "darkvexsplashpotion": "long_night_vision_splash_potion", + "darkvextendedsplashpot": "long_night_vision_splash_potion", + "darkvextendedsplashpotion": "long_night_vision_splash_potion", + "darkvis2splashpot": "long_night_vision_splash_potion", + "darkvis2splashpotion": "long_night_vision_splash_potion", + "darkvisexsplashpot": "long_night_vision_splash_potion", + "darkvisexsplashpotion": "long_night_vision_splash_potion", + "darkvisextendedsplashpot": "long_night_vision_splash_potion", + "darkvisextendedsplashpotion": "long_night_vision_splash_potion", + "darkvislevel2splashpot": "long_night_vision_splash_potion", + "darkvislevel2splashpotion": "long_night_vision_splash_potion", + "darkvislongsplashpot": "long_night_vision_splash_potion", + "darkvislongsplashpotion": "long_night_vision_splash_potion", + "darkvlevel2splashpot": "long_night_vision_splash_potion", + "darkvlevel2splashpotion": "long_night_vision_splash_potion", + "darkvlongsplashpot": "long_night_vision_splash_potion", + "darkvlongsplashpotion": "long_night_vision_splash_potion", + "dvision2splashpot": "long_night_vision_splash_potion", + "dvision2splashpotion": "long_night_vision_splash_potion", + "dvisionexsplashpot": "long_night_vision_splash_potion", + "dvisionexsplashpotion": "long_night_vision_splash_potion", + "dvisionextendedsplashpot": "long_night_vision_splash_potion", + "dvisionextendedsplashpotion": "long_night_vision_splash_potion", + "dvisionlevel2splashpot": "long_night_vision_splash_potion", + "dvisionlevel2splashpotion": "long_night_vision_splash_potion", + "dvisionlongsplashpot": "long_night_vision_splash_potion", + "dvisionlongsplashpotion": "long_night_vision_splash_potion", + "nightv2splashpot": "long_night_vision_splash_potion", + "nightv2splashpotion": "long_night_vision_splash_potion", + "nightvexsplashpot": "long_night_vision_splash_potion", + "nightvexsplashpotion": "long_night_vision_splash_potion", + "nightvextendedsplashpot": "long_night_vision_splash_potion", + "nightvextendedsplashpotion": "long_night_vision_splash_potion", + "nightvision2splashpot": "long_night_vision_splash_potion", + "nightvision2splashpotion": "long_night_vision_splash_potion", + "nightvisionexsplashpot": "long_night_vision_splash_potion", + "nightvisionexsplashpotion": "long_night_vision_splash_potion", + "nightvisionextendedsplashpot": "long_night_vision_splash_potion", + "nightvisionextendedsplashpotion": "long_night_vision_splash_potion", + "nightvisionlevel2splashpot": "long_night_vision_splash_potion", + "nightvisionlevel2splashpotion": "long_night_vision_splash_potion", + "nightvisionlongsplashpot": "long_night_vision_splash_potion", + "nightvisionlongsplashpotion": "long_night_vision_splash_potion", + "nightvlevel2splashpot": "long_night_vision_splash_potion", + "nightvlevel2splashpotion": "long_night_vision_splash_potion", + "nightvlongsplashpot": "long_night_vision_splash_potion", + "nightvlongsplashpotion": "long_night_vision_splash_potion", + "nv2splashpot": "long_night_vision_splash_potion", + "nv2splashpotion": "long_night_vision_splash_potion", + "nvexsplashpot": "long_night_vision_splash_potion", + "nvexsplashpotion": "long_night_vision_splash_potion", + "nvextendedsplashpot": "long_night_vision_splash_potion", + "nvextendedsplashpotion": "long_night_vision_splash_potion", + "nvision2splashpot": "long_night_vision_splash_potion", + "nvision2splashpotion": "long_night_vision_splash_potion", + "nvisionexsplashpot": "long_night_vision_splash_potion", + "nvisionexsplashpotion": "long_night_vision_splash_potion", + "nvisionextendedsplashpot": "long_night_vision_splash_potion", + "nvisionextendedsplashpotion": "long_night_vision_splash_potion", + "nvisionlevel2splashpot": "long_night_vision_splash_potion", + "nvisionlevel2splashpotion": "long_night_vision_splash_potion", + "nvisionlongsplashpot": "long_night_vision_splash_potion", + "nvisionlongsplashpotion": "long_night_vision_splash_potion", + "nvlevel2splashpot": "long_night_vision_splash_potion", + "nvlevel2splashpotion": "long_night_vision_splash_potion", + "nvlongsplashpot": "long_night_vision_splash_potion", + "nvlongsplashpotion": "long_night_vision_splash_potion", + "splashdarkv2pot": "long_night_vision_splash_potion", + "splashdarkv2potion": "long_night_vision_splash_potion", + "splashdarkvexpot": "long_night_vision_splash_potion", + "splashdarkvexpotion": "long_night_vision_splash_potion", + "splashdarkvextendedpot": "long_night_vision_splash_potion", + "splashdarkvextendedpotion": "long_night_vision_splash_potion", + "splashdarkvis2pot": "long_night_vision_splash_potion", + "splashdarkvis2potion": "long_night_vision_splash_potion", + "splashdarkvisexpot": "long_night_vision_splash_potion", + "splashdarkvisexpotion": "long_night_vision_splash_potion", + "splashdarkvisextendedpot": "long_night_vision_splash_potion", + "splashdarkvisextendedpotion": "long_night_vision_splash_potion", + "splashdarkvislevel2pot": "long_night_vision_splash_potion", + "splashdarkvislevel2potion": "long_night_vision_splash_potion", + "splashdarkvislongpot": "long_night_vision_splash_potion", + "splashdarkvislongpotion": "long_night_vision_splash_potion", + "splashdarkvlevel2pot": "long_night_vision_splash_potion", + "splashdarkvlevel2potion": "long_night_vision_splash_potion", + "splashdarkvlongpot": "long_night_vision_splash_potion", + "splashdarkvlongpotion": "long_night_vision_splash_potion", + "splashdvision2pot": "long_night_vision_splash_potion", + "splashdvision2potion": "long_night_vision_splash_potion", + "splashdvisionexpot": "long_night_vision_splash_potion", + "splashdvisionexpotion": "long_night_vision_splash_potion", + "splashdvisionextendedpot": "long_night_vision_splash_potion", + "splashdvisionextendedpotion": "long_night_vision_splash_potion", + "splashdvisionlevel2pot": "long_night_vision_splash_potion", + "splashdvisionlevel2potion": "long_night_vision_splash_potion", + "splashdvisionlongpot": "long_night_vision_splash_potion", + "splashdvisionlongpotion": "long_night_vision_splash_potion", + "splashnightv2pot": "long_night_vision_splash_potion", + "splashnightv2potion": "long_night_vision_splash_potion", + "splashnightvexpot": "long_night_vision_splash_potion", + "splashnightvexpotion": "long_night_vision_splash_potion", + "splashnightvextendedpot": "long_night_vision_splash_potion", + "splashnightvextendedpotion": "long_night_vision_splash_potion", + "splashnightvision2pot": "long_night_vision_splash_potion", + "splashnightvision2potion": "long_night_vision_splash_potion", + "splashnightvisionexpot": "long_night_vision_splash_potion", + "splashnightvisionexpotion": "long_night_vision_splash_potion", + "splashnightvisionextendedpot": "long_night_vision_splash_potion", + "splashnightvisionextendedpotion": "long_night_vision_splash_potion", + "splashnightvisionlevel2pot": "long_night_vision_splash_potion", + "splashnightvisionlevel2potion": "long_night_vision_splash_potion", + "splashnightvisionlongpot": "long_night_vision_splash_potion", + "splashnightvisionlongpotion": "long_night_vision_splash_potion", + "splashnightvlevel2pot": "long_night_vision_splash_potion", + "splashnightvlevel2potion": "long_night_vision_splash_potion", + "splashnightvlongpot": "long_night_vision_splash_potion", + "splashnightvlongpotion": "long_night_vision_splash_potion", + "splashnv2pot": "long_night_vision_splash_potion", + "splashnv2potion": "long_night_vision_splash_potion", + "splashnvexpot": "long_night_vision_splash_potion", + "splashnvexpotion": "long_night_vision_splash_potion", + "splashnvextendedpot": "long_night_vision_splash_potion", + "splashnvextendedpotion": "long_night_vision_splash_potion", + "splashnvision2pot": "long_night_vision_splash_potion", + "splashnvision2potion": "long_night_vision_splash_potion", + "splashnvisionexpot": "long_night_vision_splash_potion", + "splashnvisionexpotion": "long_night_vision_splash_potion", + "splashnvisionextendedpot": "long_night_vision_splash_potion", + "splashnvisionextendedpotion": "long_night_vision_splash_potion", + "splashnvisionlevel2pot": "long_night_vision_splash_potion", + "splashnvisionlevel2potion": "long_night_vision_splash_potion", + "splashnvisionlongpot": "long_night_vision_splash_potion", + "splashnvisionlongpotion": "long_night_vision_splash_potion", + "splashnvlevel2pot": "long_night_vision_splash_potion", + "splashnvlevel2potion": "long_night_vision_splash_potion", + "splashnvlongpot": "long_night_vision_splash_potion", + "splashnvlongpotion": "long_night_vision_splash_potion", + "spldarkv2pot": "long_night_vision_splash_potion", + "spldarkv2potion": "long_night_vision_splash_potion", + "spldarkvexpot": "long_night_vision_splash_potion", + "spldarkvexpotion": "long_night_vision_splash_potion", + "spldarkvextendedpot": "long_night_vision_splash_potion", + "spldarkvextendedpotion": "long_night_vision_splash_potion", + "spldarkvis2pot": "long_night_vision_splash_potion", + "spldarkvis2potion": "long_night_vision_splash_potion", + "spldarkvisexpot": "long_night_vision_splash_potion", + "spldarkvisexpotion": "long_night_vision_splash_potion", + "spldarkvisextendedpot": "long_night_vision_splash_potion", + "spldarkvisextendedpotion": "long_night_vision_splash_potion", + "spldarkvislevel2pot": "long_night_vision_splash_potion", + "spldarkvislevel2potion": "long_night_vision_splash_potion", + "spldarkvislongpot": "long_night_vision_splash_potion", + "spldarkvislongpotion": "long_night_vision_splash_potion", + "spldarkvlevel2pot": "long_night_vision_splash_potion", + "spldarkvlevel2potion": "long_night_vision_splash_potion", + "spldarkvlongpot": "long_night_vision_splash_potion", + "spldarkvlongpotion": "long_night_vision_splash_potion", + "spldvision2pot": "long_night_vision_splash_potion", + "spldvision2potion": "long_night_vision_splash_potion", + "spldvisionexpot": "long_night_vision_splash_potion", + "spldvisionexpotion": "long_night_vision_splash_potion", + "spldvisionextendedpot": "long_night_vision_splash_potion", + "spldvisionextendedpotion": "long_night_vision_splash_potion", + "spldvisionlevel2pot": "long_night_vision_splash_potion", + "spldvisionlevel2potion": "long_night_vision_splash_potion", + "spldvisionlongpot": "long_night_vision_splash_potion", + "spldvisionlongpotion": "long_night_vision_splash_potion", + "splnightv2pot": "long_night_vision_splash_potion", + "splnightv2potion": "long_night_vision_splash_potion", + "splnightvexpot": "long_night_vision_splash_potion", + "splnightvexpotion": "long_night_vision_splash_potion", + "splnightvextendedpot": "long_night_vision_splash_potion", + "splnightvextendedpotion": "long_night_vision_splash_potion", + "splnightvision2pot": "long_night_vision_splash_potion", + "splnightvision2potion": "long_night_vision_splash_potion", + "splnightvisionexpot": "long_night_vision_splash_potion", + "splnightvisionexpotion": "long_night_vision_splash_potion", + "splnightvisionextendedpot": "long_night_vision_splash_potion", + "splnightvisionextendedpotion": "long_night_vision_splash_potion", + "splnightvisionlevel2pot": "long_night_vision_splash_potion", + "splnightvisionlevel2potion": "long_night_vision_splash_potion", + "splnightvisionlongpot": "long_night_vision_splash_potion", + "splnightvisionlongpotion": "long_night_vision_splash_potion", + "splnightvlevel2pot": "long_night_vision_splash_potion", + "splnightvlevel2potion": "long_night_vision_splash_potion", + "splnightvlongpot": "long_night_vision_splash_potion", + "splnightvlongpotion": "long_night_vision_splash_potion", + "splnv2pot": "long_night_vision_splash_potion", + "splnv2potion": "long_night_vision_splash_potion", + "splnvexpot": "long_night_vision_splash_potion", + "splnvexpotion": "long_night_vision_splash_potion", + "splnvextendedpot": "long_night_vision_splash_potion", + "splnvextendedpotion": "long_night_vision_splash_potion", + "splnvision2pot": "long_night_vision_splash_potion", + "splnvision2potion": "long_night_vision_splash_potion", + "splnvisionexpot": "long_night_vision_splash_potion", + "splnvisionexpotion": "long_night_vision_splash_potion", + "splnvisionextendedpot": "long_night_vision_splash_potion", + "splnvisionextendedpotion": "long_night_vision_splash_potion", + "splnvisionlevel2pot": "long_night_vision_splash_potion", + "splnvisionlevel2potion": "long_night_vision_splash_potion", + "splnvisionlongpot": "long_night_vision_splash_potion", + "splnvisionlongpotion": "long_night_vision_splash_potion", + "splnvlevel2pot": "long_night_vision_splash_potion", + "splnvlevel2potion": "long_night_vision_splash_potion", + "splnvlongpot": "long_night_vision_splash_potion", + "splnvlongpotion": "long_night_vision_splash_potion", + "long_night_vision_tipped_arrow": { + "potionData": { + "type": "NIGHT_VISION", + "upgraded": false, + "extended": true + }, + "material": "TIPPED_ARROW" + }, + "arrowdarkv2": "long_night_vision_tipped_arrow", + "arrowdarkvex": "long_night_vision_tipped_arrow", + "arrowdarkvextended": "long_night_vision_tipped_arrow", + "arrowdarkvis2": "long_night_vision_tipped_arrow", + "arrowdarkvisex": "long_night_vision_tipped_arrow", + "arrowdarkvisextended": "long_night_vision_tipped_arrow", + "arrowdarkvislevel2": "long_night_vision_tipped_arrow", + "arrowdarkvislong": "long_night_vision_tipped_arrow", + "arrowdarkvlevel2": "long_night_vision_tipped_arrow", + "arrowdarkvlong": "long_night_vision_tipped_arrow", + "arrowdvision2": "long_night_vision_tipped_arrow", + "arrowdvisionex": "long_night_vision_tipped_arrow", + "arrowdvisionextended": "long_night_vision_tipped_arrow", + "arrowdvisionlevel2": "long_night_vision_tipped_arrow", + "arrowdvisionlong": "long_night_vision_tipped_arrow", + "arrownightv2": "long_night_vision_tipped_arrow", + "arrownightvex": "long_night_vision_tipped_arrow", + "arrownightvextended": "long_night_vision_tipped_arrow", + "arrownightvision2": "long_night_vision_tipped_arrow", + "arrownightvisionex": "long_night_vision_tipped_arrow", + "arrownightvisionextended": "long_night_vision_tipped_arrow", + "arrownightvisionlevel2": "long_night_vision_tipped_arrow", + "arrownightvisionlong": "long_night_vision_tipped_arrow", + "arrownightvlevel2": "long_night_vision_tipped_arrow", + "arrownightvlong": "long_night_vision_tipped_arrow", + "arrownv2": "long_night_vision_tipped_arrow", + "arrownvex": "long_night_vision_tipped_arrow", + "arrownvextended": "long_night_vision_tipped_arrow", + "arrownvision2": "long_night_vision_tipped_arrow", + "arrownvisionex": "long_night_vision_tipped_arrow", + "arrownvisionextended": "long_night_vision_tipped_arrow", + "arrownvisionlevel2": "long_night_vision_tipped_arrow", + "arrownvisionlong": "long_night_vision_tipped_arrow", + "arrownvlevel2": "long_night_vision_tipped_arrow", + "arrownvlong": "long_night_vision_tipped_arrow", + "darkv2tarr": "long_night_vision_tipped_arrow", + "darkv2tarrow": "long_night_vision_tipped_arrow", + "darkv2tippedarrow": "long_night_vision_tipped_arrow", + "darkvarrow2": "long_night_vision_tipped_arrow", + "darkvarrowex": "long_night_vision_tipped_arrow", + "darkvarrowextended": "long_night_vision_tipped_arrow", + "darkvarrowlevel2": "long_night_vision_tipped_arrow", + "darkvarrowlong": "long_night_vision_tipped_arrow", + "darkvextarr": "long_night_vision_tipped_arrow", + "darkvextarrow": "long_night_vision_tipped_arrow", + "darkvextendedtarr": "long_night_vision_tipped_arrow", + "darkvextendedtarrow": "long_night_vision_tipped_arrow", + "darkvextendedtippedarrow": "long_night_vision_tipped_arrow", + "darkvextippedarrow": "long_night_vision_tipped_arrow", + "darkvis2tarr": "long_night_vision_tipped_arrow", + "darkvis2tarrow": "long_night_vision_tipped_arrow", + "darkvis2tippedarrow": "long_night_vision_tipped_arrow", + "darkvisarrow2": "long_night_vision_tipped_arrow", + "darkvisarrowex": "long_night_vision_tipped_arrow", + "darkvisarrowextended": "long_night_vision_tipped_arrow", + "darkvisarrowlevel2": "long_night_vision_tipped_arrow", + "darkvisarrowlong": "long_night_vision_tipped_arrow", + "darkvisextarr": "long_night_vision_tipped_arrow", + "darkvisextarrow": "long_night_vision_tipped_arrow", + "darkvisextendedtarr": "long_night_vision_tipped_arrow", + "darkvisextendedtarrow": "long_night_vision_tipped_arrow", + "darkvisextendedtippedarrow": "long_night_vision_tipped_arrow", + "darkvisextippedarrow": "long_night_vision_tipped_arrow", + "darkvislevel2tarr": "long_night_vision_tipped_arrow", + "darkvislevel2tarrow": "long_night_vision_tipped_arrow", + "darkvislevel2tippedarrow": "long_night_vision_tipped_arrow", + "darkvislongtarr": "long_night_vision_tipped_arrow", + "darkvislongtarrow": "long_night_vision_tipped_arrow", + "darkvislongtippedarrow": "long_night_vision_tipped_arrow", + "darkvlevel2tarr": "long_night_vision_tipped_arrow", + "darkvlevel2tarrow": "long_night_vision_tipped_arrow", + "darkvlevel2tippedarrow": "long_night_vision_tipped_arrow", + "darkvlongtarr": "long_night_vision_tipped_arrow", + "darkvlongtarrow": "long_night_vision_tipped_arrow", + "darkvlongtippedarrow": "long_night_vision_tipped_arrow", + "dvision2tarr": "long_night_vision_tipped_arrow", + "dvision2tarrow": "long_night_vision_tipped_arrow", + "dvision2tippedarrow": "long_night_vision_tipped_arrow", + "dvisionarrow2": "long_night_vision_tipped_arrow", + "dvisionarrowex": "long_night_vision_tipped_arrow", + "dvisionarrowextended": "long_night_vision_tipped_arrow", + "dvisionarrowlevel2": "long_night_vision_tipped_arrow", + "dvisionarrowlong": "long_night_vision_tipped_arrow", + "dvisionextarr": "long_night_vision_tipped_arrow", + "dvisionextarrow": "long_night_vision_tipped_arrow", + "dvisionextendedtarr": "long_night_vision_tipped_arrow", + "dvisionextendedtarrow": "long_night_vision_tipped_arrow", + "dvisionextendedtippedarrow": "long_night_vision_tipped_arrow", + "dvisionextippedarrow": "long_night_vision_tipped_arrow", + "dvisionlevel2tarr": "long_night_vision_tipped_arrow", + "dvisionlevel2tarrow": "long_night_vision_tipped_arrow", + "dvisionlevel2tippedarrow": "long_night_vision_tipped_arrow", + "dvisionlongtarr": "long_night_vision_tipped_arrow", + "dvisionlongtarrow": "long_night_vision_tipped_arrow", + "dvisionlongtippedarrow": "long_night_vision_tipped_arrow", + "nightv2tarr": "long_night_vision_tipped_arrow", + "nightv2tarrow": "long_night_vision_tipped_arrow", + "nightv2tippedarrow": "long_night_vision_tipped_arrow", + "nightvarrow2": "long_night_vision_tipped_arrow", + "nightvarrowex": "long_night_vision_tipped_arrow", + "nightvarrowextended": "long_night_vision_tipped_arrow", + "nightvarrowlevel2": "long_night_vision_tipped_arrow", + "nightvarrowlong": "long_night_vision_tipped_arrow", + "nightvextarr": "long_night_vision_tipped_arrow", + "nightvextarrow": "long_night_vision_tipped_arrow", + "nightvextendedtarr": "long_night_vision_tipped_arrow", + "nightvextendedtarrow": "long_night_vision_tipped_arrow", + "nightvextendedtippedarrow": "long_night_vision_tipped_arrow", + "nightvextippedarrow": "long_night_vision_tipped_arrow", + "nightvision2tarr": "long_night_vision_tipped_arrow", + "nightvision2tarrow": "long_night_vision_tipped_arrow", + "nightvision2tippedarrow": "long_night_vision_tipped_arrow", + "nightvisionarrow2": "long_night_vision_tipped_arrow", + "nightvisionarrowex": "long_night_vision_tipped_arrow", + "nightvisionarrowextended": "long_night_vision_tipped_arrow", + "nightvisionarrowlevel2": "long_night_vision_tipped_arrow", + "nightvisionarrowlong": "long_night_vision_tipped_arrow", + "nightvisionextarr": "long_night_vision_tipped_arrow", + "nightvisionextarrow": "long_night_vision_tipped_arrow", + "nightvisionextendedtarr": "long_night_vision_tipped_arrow", + "nightvisionextendedtarrow": "long_night_vision_tipped_arrow", + "nightvisionextendedtippedarrow": "long_night_vision_tipped_arrow", + "nightvisionextippedarrow": "long_night_vision_tipped_arrow", + "nightvisionlevel2tarr": "long_night_vision_tipped_arrow", + "nightvisionlevel2tarrow": "long_night_vision_tipped_arrow", + "nightvisionlevel2tippedarrow": "long_night_vision_tipped_arrow", + "nightvisionlongtarr": "long_night_vision_tipped_arrow", + "nightvisionlongtarrow": "long_night_vision_tipped_arrow", + "nightvisionlongtippedarrow": "long_night_vision_tipped_arrow", + "nightvlevel2tarr": "long_night_vision_tipped_arrow", + "nightvlevel2tarrow": "long_night_vision_tipped_arrow", + "nightvlevel2tippedarrow": "long_night_vision_tipped_arrow", + "nightvlongtarr": "long_night_vision_tipped_arrow", + "nightvlongtarrow": "long_night_vision_tipped_arrow", + "nightvlongtippedarrow": "long_night_vision_tipped_arrow", + "nv2tarr": "long_night_vision_tipped_arrow", + "nv2tarrow": "long_night_vision_tipped_arrow", + "nv2tippedarrow": "long_night_vision_tipped_arrow", + "nvarrow2": "long_night_vision_tipped_arrow", + "nvarrowex": "long_night_vision_tipped_arrow", + "nvarrowextended": "long_night_vision_tipped_arrow", + "nvarrowlevel2": "long_night_vision_tipped_arrow", + "nvarrowlong": "long_night_vision_tipped_arrow", + "nvextarr": "long_night_vision_tipped_arrow", + "nvextarrow": "long_night_vision_tipped_arrow", + "nvextendedtarr": "long_night_vision_tipped_arrow", + "nvextendedtarrow": "long_night_vision_tipped_arrow", + "nvextendedtippedarrow": "long_night_vision_tipped_arrow", + "nvextippedarrow": "long_night_vision_tipped_arrow", + "nvision2tarr": "long_night_vision_tipped_arrow", + "nvision2tarrow": "long_night_vision_tipped_arrow", + "nvision2tippedarrow": "long_night_vision_tipped_arrow", + "nvisionarrow2": "long_night_vision_tipped_arrow", + "nvisionarrowex": "long_night_vision_tipped_arrow", + "nvisionarrowextended": "long_night_vision_tipped_arrow", + "nvisionarrowlevel2": "long_night_vision_tipped_arrow", + "nvisionarrowlong": "long_night_vision_tipped_arrow", + "nvisionextarr": "long_night_vision_tipped_arrow", + "nvisionextarrow": "long_night_vision_tipped_arrow", + "nvisionextendedtarr": "long_night_vision_tipped_arrow", + "nvisionextendedtarrow": "long_night_vision_tipped_arrow", + "nvisionextendedtippedarrow": "long_night_vision_tipped_arrow", + "nvisionextippedarrow": "long_night_vision_tipped_arrow", + "nvisionlevel2tarr": "long_night_vision_tipped_arrow", + "nvisionlevel2tarrow": "long_night_vision_tipped_arrow", + "nvisionlevel2tippedarrow": "long_night_vision_tipped_arrow", + "nvisionlongtarr": "long_night_vision_tipped_arrow", + "nvisionlongtarrow": "long_night_vision_tipped_arrow", + "nvisionlongtippedarrow": "long_night_vision_tipped_arrow", + "nvlevel2tarr": "long_night_vision_tipped_arrow", + "nvlevel2tarrow": "long_night_vision_tipped_arrow", + "nvlevel2tippedarrow": "long_night_vision_tipped_arrow", + "nvlongtarr": "long_night_vision_tipped_arrow", + "nvlongtarrow": "long_night_vision_tipped_arrow", + "nvlongtippedarrow": "long_night_vision_tipped_arrow", + "long_poison_lingering_potion": { + "potionData": { + "type": "POISON", + "upgraded": false, + "extended": true + }, + "material": "LINGERING_POTION" + }, + "acidaoepoiont2": "long_poison_lingering_potion", + "acidaoepoiontex": "long_poison_lingering_potion", + "acidaoepoiontextended": "long_poison_lingering_potion", + "acidaoepoiontlevel2": "long_poison_lingering_potion", + "acidaoepoiontlong": "long_poison_lingering_potion", + "acidaoepot2": "long_poison_lingering_potion", + "acidaoepotex": "long_poison_lingering_potion", + "acidaoepotextended": "long_poison_lingering_potion", + "acidaoepotlevel2": "long_poison_lingering_potion", + "acidaoepotlong": "long_poison_lingering_potion", + "acidareapot2": "long_poison_lingering_potion", + "acidareapotex": "long_poison_lingering_potion", + "acidareapotextended": "long_poison_lingering_potion", + "acidareapotion2": "long_poison_lingering_potion", + "acidareapotionex": "long_poison_lingering_potion", + "acidareapotionextended": "long_poison_lingering_potion", + "acidareapotionlevel2": "long_poison_lingering_potion", + "acidareapotionlong": "long_poison_lingering_potion", + "acidareapotlevel2": "long_poison_lingering_potion", + "acidareapotlong": "long_poison_lingering_potion", + "acidcloudpot2": "long_poison_lingering_potion", + "acidcloudpotex": "long_poison_lingering_potion", + "acidcloudpotextended": "long_poison_lingering_potion", + "acidcloudpotion2": "long_poison_lingering_potion", + "acidcloudpotionex": "long_poison_lingering_potion", + "acidcloudpotionextended": "long_poison_lingering_potion", + "acidcloudpotionlevel2": "long_poison_lingering_potion", + "acidcloudpotionlong": "long_poison_lingering_potion", + "acidcloudpotlevel2": "long_poison_lingering_potion", + "acidcloudpotlong": "long_poison_lingering_potion", + "acidlingerpot2": "long_poison_lingering_potion", + "acidlingerpotex": "long_poison_lingering_potion", + "acidlingerpotextended": "long_poison_lingering_potion", + "acidlingerpotlevel2": "long_poison_lingering_potion", + "acidlingerpotlong": "long_poison_lingering_potion", + "aoepotacid2": "long_poison_lingering_potion", + "aoepotacidex": "long_poison_lingering_potion", + "aoepotacidextended": "long_poison_lingering_potion", + "aoepotacidlevel2": "long_poison_lingering_potion", + "aoepotacidlong": "long_poison_lingering_potion", + "aoepotionacid2": "long_poison_lingering_potion", + "aoepotionacidex": "long_poison_lingering_potion", + "aoepotionacidextended": "long_poison_lingering_potion", + "aoepotionacidlevel2": "long_poison_lingering_potion", + "aoepotionacidlong": "long_poison_lingering_potion", + "aoepotionp2": "long_poison_lingering_potion", + "aoepotionpex": "long_poison_lingering_potion", + "aoepotionpextended": "long_poison_lingering_potion", + "aoepotionplevel2": "long_poison_lingering_potion", + "aoepotionplong": "long_poison_lingering_potion", + "aoepotionpoison2": "long_poison_lingering_potion", + "aoepotionpoisonex": "long_poison_lingering_potion", + "aoepotionpoisonextended": "long_poison_lingering_potion", + "aoepotionpoisonlevel2": "long_poison_lingering_potion", + "aoepotionpoisonlong": "long_poison_lingering_potion", + "aoepotp2": "long_poison_lingering_potion", + "aoepotpex": "long_poison_lingering_potion", + "aoepotpextended": "long_poison_lingering_potion", + "aoepotplevel2": "long_poison_lingering_potion", + "aoepotplong": "long_poison_lingering_potion", + "aoepotpoison2": "long_poison_lingering_potion", + "aoepotpoisonex": "long_poison_lingering_potion", + "aoepotpoisonextended": "long_poison_lingering_potion", + "aoepotpoisonlevel2": "long_poison_lingering_potion", + "aoepotpoisonlong": "long_poison_lingering_potion", + "areapotacid2": "long_poison_lingering_potion", + "areapotacidex": "long_poison_lingering_potion", + "areapotacidextended": "long_poison_lingering_potion", + "areapotacidlevel2": "long_poison_lingering_potion", + "areapotacidlong": "long_poison_lingering_potion", + "areapotionacid2": "long_poison_lingering_potion", + "areapotionacidex": "long_poison_lingering_potion", + "areapotionacidextended": "long_poison_lingering_potion", + "areapotionacidlevel2": "long_poison_lingering_potion", + "areapotionacidlong": "long_poison_lingering_potion", + "areapotionp2": "long_poison_lingering_potion", + "areapotionpex": "long_poison_lingering_potion", + "areapotionpextended": "long_poison_lingering_potion", + "areapotionplevel2": "long_poison_lingering_potion", + "areapotionplong": "long_poison_lingering_potion", + "areapotionpoison2": "long_poison_lingering_potion", + "areapotionpoisonex": "long_poison_lingering_potion", + "areapotionpoisonextended": "long_poison_lingering_potion", + "areapotionpoisonlevel2": "long_poison_lingering_potion", + "areapotionpoisonlong": "long_poison_lingering_potion", + "areapotp2": "long_poison_lingering_potion", + "areapotpex": "long_poison_lingering_potion", + "areapotpextended": "long_poison_lingering_potion", + "areapotplevel2": "long_poison_lingering_potion", + "areapotplong": "long_poison_lingering_potion", + "areapotpoison2": "long_poison_lingering_potion", + "areapotpoisonex": "long_poison_lingering_potion", + "areapotpoisonextended": "long_poison_lingering_potion", + "areapotpoisonlevel2": "long_poison_lingering_potion", + "areapotpoisonlong": "long_poison_lingering_potion", + "cloudpotacid2": "long_poison_lingering_potion", + "cloudpotacidex": "long_poison_lingering_potion", + "cloudpotacidextended": "long_poison_lingering_potion", + "cloudpotacidlevel2": "long_poison_lingering_potion", + "cloudpotacidlong": "long_poison_lingering_potion", + "cloudpotionacid2": "long_poison_lingering_potion", + "cloudpotionacidex": "long_poison_lingering_potion", + "cloudpotionacidextended": "long_poison_lingering_potion", + "cloudpotionacidlevel2": "long_poison_lingering_potion", + "cloudpotionacidlong": "long_poison_lingering_potion", + "cloudpotionp2": "long_poison_lingering_potion", + "cloudpotionpex": "long_poison_lingering_potion", + "cloudpotionpextended": "long_poison_lingering_potion", + "cloudpotionplevel2": "long_poison_lingering_potion", + "cloudpotionplong": "long_poison_lingering_potion", + "cloudpotionpoison2": "long_poison_lingering_potion", + "cloudpotionpoisonex": "long_poison_lingering_potion", + "cloudpotionpoisonextended": "long_poison_lingering_potion", + "cloudpotionpoisonlevel2": "long_poison_lingering_potion", + "cloudpotionpoisonlong": "long_poison_lingering_potion", + "cloudpotp2": "long_poison_lingering_potion", + "cloudpotpex": "long_poison_lingering_potion", + "cloudpotpextended": "long_poison_lingering_potion", + "cloudpotplevel2": "long_poison_lingering_potion", + "cloudpotplong": "long_poison_lingering_potion", + "cloudpotpoison2": "long_poison_lingering_potion", + "cloudpotpoisonex": "long_poison_lingering_potion", + "cloudpotpoisonextended": "long_poison_lingering_potion", + "cloudpotpoisonlevel2": "long_poison_lingering_potion", + "cloudpotpoisonlong": "long_poison_lingering_potion", + "lingerpotacid2": "long_poison_lingering_potion", + "lingerpotacidex": "long_poison_lingering_potion", + "lingerpotacidextended": "long_poison_lingering_potion", + "lingerpotacidlevel2": "long_poison_lingering_potion", + "lingerpotacidlong": "long_poison_lingering_potion", + "lingerpotp2": "long_poison_lingering_potion", + "lingerpotpex": "long_poison_lingering_potion", + "lingerpotpextended": "long_poison_lingering_potion", + "lingerpotplevel2": "long_poison_lingering_potion", + "lingerpotplong": "long_poison_lingering_potion", + "lingerpotpoison2": "long_poison_lingering_potion", + "lingerpotpoisonex": "long_poison_lingering_potion", + "lingerpotpoisonextended": "long_poison_lingering_potion", + "lingerpotpoisonlevel2": "long_poison_lingering_potion", + "lingerpotpoisonlong": "long_poison_lingering_potion", + "paoepoiont2": "long_poison_lingering_potion", + "paoepoiontex": "long_poison_lingering_potion", + "paoepoiontextended": "long_poison_lingering_potion", + "paoepoiontlevel2": "long_poison_lingering_potion", + "paoepoiontlong": "long_poison_lingering_potion", + "paoepot2": "long_poison_lingering_potion", + "paoepotex": "long_poison_lingering_potion", + "paoepotextended": "long_poison_lingering_potion", + "paoepotlevel2": "long_poison_lingering_potion", + "paoepotlong": "long_poison_lingering_potion", + "pareapot2": "long_poison_lingering_potion", + "pareapotex": "long_poison_lingering_potion", + "pareapotextended": "long_poison_lingering_potion", + "pareapotion2": "long_poison_lingering_potion", + "pareapotionex": "long_poison_lingering_potion", + "pareapotionextended": "long_poison_lingering_potion", + "pareapotionlevel2": "long_poison_lingering_potion", + "pareapotionlong": "long_poison_lingering_potion", + "pareapotlevel2": "long_poison_lingering_potion", + "pareapotlong": "long_poison_lingering_potion", + "pcloudpot2": "long_poison_lingering_potion", + "pcloudpotex": "long_poison_lingering_potion", + "pcloudpotextended": "long_poison_lingering_potion", + "pcloudpotion2": "long_poison_lingering_potion", + "pcloudpotionex": "long_poison_lingering_potion", + "pcloudpotionextended": "long_poison_lingering_potion", + "pcloudpotionlevel2": "long_poison_lingering_potion", + "pcloudpotionlong": "long_poison_lingering_potion", + "pcloudpotlevel2": "long_poison_lingering_potion", + "pcloudpotlong": "long_poison_lingering_potion", + "plingerpot2": "long_poison_lingering_potion", + "plingerpotex": "long_poison_lingering_potion", + "plingerpotextended": "long_poison_lingering_potion", + "plingerpotlevel2": "long_poison_lingering_potion", + "plingerpotlong": "long_poison_lingering_potion", + "poisonaoepoiont2": "long_poison_lingering_potion", + "poisonaoepoiontex": "long_poison_lingering_potion", + "poisonaoepoiontextended": "long_poison_lingering_potion", + "poisonaoepoiontlevel2": "long_poison_lingering_potion", + "poisonaoepoiontlong": "long_poison_lingering_potion", + "poisonaoepot2": "long_poison_lingering_potion", + "poisonaoepotex": "long_poison_lingering_potion", + "poisonaoepotextended": "long_poison_lingering_potion", + "poisonaoepotlevel2": "long_poison_lingering_potion", + "poisonaoepotlong": "long_poison_lingering_potion", + "poisonareapot2": "long_poison_lingering_potion", + "poisonareapotex": "long_poison_lingering_potion", + "poisonareapotextended": "long_poison_lingering_potion", + "poisonareapotion2": "long_poison_lingering_potion", + "poisonareapotionex": "long_poison_lingering_potion", + "poisonareapotionextended": "long_poison_lingering_potion", + "poisonareapotionlevel2": "long_poison_lingering_potion", + "poisonareapotionlong": "long_poison_lingering_potion", + "poisonareapotlevel2": "long_poison_lingering_potion", + "poisonareapotlong": "long_poison_lingering_potion", + "poisoncloudpot2": "long_poison_lingering_potion", + "poisoncloudpotex": "long_poison_lingering_potion", + "poisoncloudpotextended": "long_poison_lingering_potion", + "poisoncloudpotion2": "long_poison_lingering_potion", + "poisoncloudpotionex": "long_poison_lingering_potion", + "poisoncloudpotionextended": "long_poison_lingering_potion", + "poisoncloudpotionlevel2": "long_poison_lingering_potion", + "poisoncloudpotionlong": "long_poison_lingering_potion", + "poisoncloudpotlevel2": "long_poison_lingering_potion", + "poisoncloudpotlong": "long_poison_lingering_potion", + "poisonlingerpot2": "long_poison_lingering_potion", + "poisonlingerpotex": "long_poison_lingering_potion", + "poisonlingerpotextended": "long_poison_lingering_potion", + "poisonlingerpotlevel2": "long_poison_lingering_potion", + "poisonlingerpotlong": "long_poison_lingering_potion", + "long_poison_potion": { + "potionData": { + "type": "POISON", + "upgraded": false, + "extended": true + }, + "material": "POTION" + }, + "acid2pot": "long_poison_potion", + "acid2potion": "long_poison_potion", + "acidexpot": "long_poison_potion", + "acidexpotion": "long_poison_potion", + "acidextendedpot": "long_poison_potion", + "acidextendedpotion": "long_poison_potion", + "acidlevel2pot": "long_poison_potion", + "acidlevel2potion": "long_poison_potion", + "acidlongpot": "long_poison_potion", + "acidlongpotion": "long_poison_potion", + "p2pot": "long_poison_potion", + "p2potion": "long_poison_potion", + "pexpot": "long_poison_potion", + "pexpotion": "long_poison_potion", + "pextendedpot": "long_poison_potion", + "pextendedpotion": "long_poison_potion", + "plevel2pot": "long_poison_potion", + "plevel2potion": "long_poison_potion", + "plongpot": "long_poison_potion", + "plongpotion": "long_poison_potion", + "poison2pot": "long_poison_potion", + "poison2potion": "long_poison_potion", + "poisonexpot": "long_poison_potion", + "poisonexpotion": "long_poison_potion", + "poisonextendedpot": "long_poison_potion", + "poisonextendedpotion": "long_poison_potion", + "poisonlevel2pot": "long_poison_potion", + "poisonlevel2potion": "long_poison_potion", + "poisonlongpot": "long_poison_potion", + "poisonlongpotion": "long_poison_potion", + "potionofacid2": "long_poison_potion", + "potionofacidex": "long_poison_potion", + "potionofacidextended": "long_poison_potion", + "potionofacidlevel2": "long_poison_potion", + "potionofacidlong": "long_poison_potion", + "potionofp2": "long_poison_potion", + "potionofpex": "long_poison_potion", + "potionofpextended": "long_poison_potion", + "potionofplevel2": "long_poison_potion", + "potionofplong": "long_poison_potion", + "potionofpoison2": "long_poison_potion", + "potionofpoisonex": "long_poison_potion", + "potionofpoisonextended": "long_poison_potion", + "potionofpoisonlevel2": "long_poison_potion", + "potionofpoisonlong": "long_poison_potion", + "potofacid2": "long_poison_potion", + "potofacidex": "long_poison_potion", + "potofacidextended": "long_poison_potion", + "potofacidlevel2": "long_poison_potion", + "potofacidlong": "long_poison_potion", + "potofp2": "long_poison_potion", + "potofpex": "long_poison_potion", + "potofpextended": "long_poison_potion", + "potofplevel2": "long_poison_potion", + "potofplong": "long_poison_potion", + "potofpoison2": "long_poison_potion", + "potofpoisonex": "long_poison_potion", + "potofpoisonextended": "long_poison_potion", + "potofpoisonlevel2": "long_poison_potion", + "potofpoisonlong": "long_poison_potion", + "long_poison_splash_potion": { + "potionData": { + "type": "POISON", + "upgraded": false, + "extended": true + }, + "material": "SPLASH_POTION" + }, + "acid2splashpot": "long_poison_splash_potion", + "acid2splashpotion": "long_poison_splash_potion", + "acidexsplashpot": "long_poison_splash_potion", + "acidexsplashpotion": "long_poison_splash_potion", + "acidextendedsplashpot": "long_poison_splash_potion", + "acidextendedsplashpotion": "long_poison_splash_potion", + "acidlevel2splashpot": "long_poison_splash_potion", + "acidlevel2splashpotion": "long_poison_splash_potion", + "acidlongsplashpot": "long_poison_splash_potion", + "acidlongsplashpotion": "long_poison_splash_potion", + "p2splashpot": "long_poison_splash_potion", + "p2splashpotion": "long_poison_splash_potion", + "pexsplashpot": "long_poison_splash_potion", + "pexsplashpotion": "long_poison_splash_potion", + "pextendedsplashpot": "long_poison_splash_potion", + "pextendedsplashpotion": "long_poison_splash_potion", + "plevel2splashpot": "long_poison_splash_potion", + "plevel2splashpotion": "long_poison_splash_potion", + "plongsplashpot": "long_poison_splash_potion", + "plongsplashpotion": "long_poison_splash_potion", + "poison2splashpot": "long_poison_splash_potion", + "poison2splashpotion": "long_poison_splash_potion", + "poisonexsplashpot": "long_poison_splash_potion", + "poisonexsplashpotion": "long_poison_splash_potion", + "poisonextendedsplashpot": "long_poison_splash_potion", + "poisonextendedsplashpotion": "long_poison_splash_potion", + "poisonlevel2splashpot": "long_poison_splash_potion", + "poisonlevel2splashpotion": "long_poison_splash_potion", + "poisonlongsplashpot": "long_poison_splash_potion", + "poisonlongsplashpotion": "long_poison_splash_potion", + "splacid2pot": "long_poison_splash_potion", + "splacid2potion": "long_poison_splash_potion", + "splacidexpot": "long_poison_splash_potion", + "splacidexpotion": "long_poison_splash_potion", + "splacidextendedpot": "long_poison_splash_potion", + "splacidextendedpotion": "long_poison_splash_potion", + "splacidlevel2pot": "long_poison_splash_potion", + "splacidlevel2potion": "long_poison_splash_potion", + "splacidlongpot": "long_poison_splash_potion", + "splacidlongpotion": "long_poison_splash_potion", + "splashacid2pot": "long_poison_splash_potion", + "splashacid2potion": "long_poison_splash_potion", + "splashacidexpot": "long_poison_splash_potion", + "splashacidexpotion": "long_poison_splash_potion", + "splashacidextendedpot": "long_poison_splash_potion", + "splashacidextendedpotion": "long_poison_splash_potion", + "splashacidlevel2pot": "long_poison_splash_potion", + "splashacidlevel2potion": "long_poison_splash_potion", + "splashacidlongpot": "long_poison_splash_potion", + "splashacidlongpotion": "long_poison_splash_potion", + "splashp2pot": "long_poison_splash_potion", + "splashp2potion": "long_poison_splash_potion", + "splashpexpot": "long_poison_splash_potion", + "splashpexpotion": "long_poison_splash_potion", + "splashpextendedpot": "long_poison_splash_potion", + "splashpextendedpotion": "long_poison_splash_potion", + "splashplevel2pot": "long_poison_splash_potion", + "splashplevel2potion": "long_poison_splash_potion", + "splashplongpot": "long_poison_splash_potion", + "splashplongpotion": "long_poison_splash_potion", + "splashpoison2pot": "long_poison_splash_potion", + "splashpoison2potion": "long_poison_splash_potion", + "splashpoisonexpot": "long_poison_splash_potion", + "splashpoisonexpotion": "long_poison_splash_potion", + "splashpoisonextendedpot": "long_poison_splash_potion", + "splashpoisonextendedpotion": "long_poison_splash_potion", + "splashpoisonlevel2pot": "long_poison_splash_potion", + "splashpoisonlevel2potion": "long_poison_splash_potion", + "splashpoisonlongpot": "long_poison_splash_potion", + "splashpoisonlongpotion": "long_poison_splash_potion", + "splp2pot": "long_poison_splash_potion", + "splp2potion": "long_poison_splash_potion", + "splpexpot": "long_poison_splash_potion", + "splpexpotion": "long_poison_splash_potion", + "splpextendedpot": "long_poison_splash_potion", + "splpextendedpotion": "long_poison_splash_potion", + "splplevel2pot": "long_poison_splash_potion", + "splplevel2potion": "long_poison_splash_potion", + "splplongpot": "long_poison_splash_potion", + "splplongpotion": "long_poison_splash_potion", + "splpoison2pot": "long_poison_splash_potion", + "splpoison2potion": "long_poison_splash_potion", + "splpoisonexpot": "long_poison_splash_potion", + "splpoisonexpotion": "long_poison_splash_potion", + "splpoisonextendedpot": "long_poison_splash_potion", + "splpoisonextendedpotion": "long_poison_splash_potion", + "splpoisonlevel2pot": "long_poison_splash_potion", + "splpoisonlevel2potion": "long_poison_splash_potion", + "splpoisonlongpot": "long_poison_splash_potion", + "splpoisonlongpotion": "long_poison_splash_potion", + "long_poison_tipped_arrow": { + "potionData": { + "type": "POISON", + "upgraded": false, + "extended": true + }, + "material": "TIPPED_ARROW" + }, + "acid2tarr": "long_poison_tipped_arrow", + "acid2tarrow": "long_poison_tipped_arrow", + "acid2tippedarrow": "long_poison_tipped_arrow", + "acidarrow2": "long_poison_tipped_arrow", + "acidarrowex": "long_poison_tipped_arrow", + "acidarrowextended": "long_poison_tipped_arrow", + "acidarrowlevel2": "long_poison_tipped_arrow", + "acidarrowlong": "long_poison_tipped_arrow", + "acidextarr": "long_poison_tipped_arrow", + "acidextarrow": "long_poison_tipped_arrow", + "acidextendedtarr": "long_poison_tipped_arrow", + "acidextendedtarrow": "long_poison_tipped_arrow", + "acidextendedtippedarrow": "long_poison_tipped_arrow", + "acidextippedarrow": "long_poison_tipped_arrow", + "acidlevel2tarr": "long_poison_tipped_arrow", + "acidlevel2tarrow": "long_poison_tipped_arrow", + "acidlevel2tippedarrow": "long_poison_tipped_arrow", + "acidlongtarr": "long_poison_tipped_arrow", + "acidlongtarrow": "long_poison_tipped_arrow", + "acidlongtippedarrow": "long_poison_tipped_arrow", + "arrowacid2": "long_poison_tipped_arrow", + "arrowacidex": "long_poison_tipped_arrow", + "arrowacidextended": "long_poison_tipped_arrow", + "arrowacidlevel2": "long_poison_tipped_arrow", + "arrowacidlong": "long_poison_tipped_arrow", + "arrowp2": "long_poison_tipped_arrow", + "arrowpex": "long_poison_tipped_arrow", + "arrowpextended": "long_poison_tipped_arrow", + "arrowplevel2": "long_poison_tipped_arrow", + "arrowplong": "long_poison_tipped_arrow", + "arrowpoison2": "long_poison_tipped_arrow", + "arrowpoisonex": "long_poison_tipped_arrow", + "arrowpoisonextended": "long_poison_tipped_arrow", + "arrowpoisonlevel2": "long_poison_tipped_arrow", + "arrowpoisonlong": "long_poison_tipped_arrow", + "p2tarr": "long_poison_tipped_arrow", + "p2tarrow": "long_poison_tipped_arrow", + "p2tippedarrow": "long_poison_tipped_arrow", + "parrow2": "long_poison_tipped_arrow", + "parrowex": "long_poison_tipped_arrow", + "parrowextended": "long_poison_tipped_arrow", + "parrowlevel2": "long_poison_tipped_arrow", + "parrowlong": "long_poison_tipped_arrow", + "pextarr": "long_poison_tipped_arrow", + "pextarrow": "long_poison_tipped_arrow", + "pextendedtarr": "long_poison_tipped_arrow", + "pextendedtarrow": "long_poison_tipped_arrow", + "pextendedtippedarrow": "long_poison_tipped_arrow", + "pextippedarrow": "long_poison_tipped_arrow", + "plevel2tarr": "long_poison_tipped_arrow", + "plevel2tarrow": "long_poison_tipped_arrow", + "plevel2tippedarrow": "long_poison_tipped_arrow", + "plongtarr": "long_poison_tipped_arrow", + "plongtarrow": "long_poison_tipped_arrow", + "plongtippedarrow": "long_poison_tipped_arrow", + "poison2tarr": "long_poison_tipped_arrow", + "poison2tarrow": "long_poison_tipped_arrow", + "poison2tippedarrow": "long_poison_tipped_arrow", + "poisonarrow2": "long_poison_tipped_arrow", + "poisonarrowex": "long_poison_tipped_arrow", + "poisonarrowextended": "long_poison_tipped_arrow", + "poisonarrowlevel2": "long_poison_tipped_arrow", + "poisonarrowlong": "long_poison_tipped_arrow", + "poisonextarr": "long_poison_tipped_arrow", + "poisonextarrow": "long_poison_tipped_arrow", + "poisonextendedtarr": "long_poison_tipped_arrow", + "poisonextendedtarrow": "long_poison_tipped_arrow", + "poisonextendedtippedarrow": "long_poison_tipped_arrow", + "poisonextippedarrow": "long_poison_tipped_arrow", + "poisonlevel2tarr": "long_poison_tipped_arrow", + "poisonlevel2tarrow": "long_poison_tipped_arrow", + "poisonlevel2tippedarrow": "long_poison_tipped_arrow", + "poisonlongtarr": "long_poison_tipped_arrow", + "poisonlongtarrow": "long_poison_tipped_arrow", + "poisonlongtippedarrow": "long_poison_tipped_arrow", + "long_regeneration_lingering_potion": { + "potionData": { + "type": "REGEN", + "upgraded": false, + "extended": true + }, + "material": "LINGERING_POTION" + }, + "aoepotionregen2": "long_regeneration_lingering_potion", + "aoepotionregenerate2": "long_regeneration_lingering_potion", + "aoepotionregenerateex": "long_regeneration_lingering_potion", + "aoepotionregenerateextended": "long_regeneration_lingering_potion", + "aoepotionregeneratelevel2": "long_regeneration_lingering_potion", + "aoepotionregeneratelong": "long_regeneration_lingering_potion", + "aoepotionregeneration2": "long_regeneration_lingering_potion", + "aoepotionregenerationex": "long_regeneration_lingering_potion", + "aoepotionregenerationextended": "long_regeneration_lingering_potion", + "aoepotionregenerationlevel2": "long_regeneration_lingering_potion", + "aoepotionregenerationlong": "long_regeneration_lingering_potion", + "aoepotionregenex": "long_regeneration_lingering_potion", + "aoepotionregenextended": "long_regeneration_lingering_potion", + "aoepotionregenlevel2": "long_regeneration_lingering_potion", + "aoepotionregenlong": "long_regeneration_lingering_potion", + "aoepotregen2": "long_regeneration_lingering_potion", + "aoepotregenerate2": "long_regeneration_lingering_potion", + "aoepotregenerateex": "long_regeneration_lingering_potion", + "aoepotregenerateextended": "long_regeneration_lingering_potion", + "aoepotregeneratelevel2": "long_regeneration_lingering_potion", + "aoepotregeneratelong": "long_regeneration_lingering_potion", + "aoepotregeneration2": "long_regeneration_lingering_potion", + "aoepotregenerationex": "long_regeneration_lingering_potion", + "aoepotregenerationextended": "long_regeneration_lingering_potion", + "aoepotregenerationlevel2": "long_regeneration_lingering_potion", + "aoepotregenerationlong": "long_regeneration_lingering_potion", + "aoepotregenex": "long_regeneration_lingering_potion", + "aoepotregenextended": "long_regeneration_lingering_potion", + "aoepotregenlevel2": "long_regeneration_lingering_potion", + "aoepotregenlong": "long_regeneration_lingering_potion", + "areapotionregen2": "long_regeneration_lingering_potion", + "areapotionregenerate2": "long_regeneration_lingering_potion", + "areapotionregenerateex": "long_regeneration_lingering_potion", + "areapotionregenerateextended": "long_regeneration_lingering_potion", + "areapotionregeneratelevel2": "long_regeneration_lingering_potion", + "areapotionregeneratelong": "long_regeneration_lingering_potion", + "areapotionregeneration2": "long_regeneration_lingering_potion", + "areapotionregenerationex": "long_regeneration_lingering_potion", + "areapotionregenerationextended": "long_regeneration_lingering_potion", + "areapotionregenerationlevel2": "long_regeneration_lingering_potion", + "areapotionregenerationlong": "long_regeneration_lingering_potion", + "areapotionregenex": "long_regeneration_lingering_potion", + "areapotionregenextended": "long_regeneration_lingering_potion", + "areapotionregenlevel2": "long_regeneration_lingering_potion", + "areapotionregenlong": "long_regeneration_lingering_potion", + "areapotregen2": "long_regeneration_lingering_potion", + "areapotregenerate2": "long_regeneration_lingering_potion", + "areapotregenerateex": "long_regeneration_lingering_potion", + "areapotregenerateextended": "long_regeneration_lingering_potion", + "areapotregeneratelevel2": "long_regeneration_lingering_potion", + "areapotregeneratelong": "long_regeneration_lingering_potion", + "areapotregeneration2": "long_regeneration_lingering_potion", + "areapotregenerationex": "long_regeneration_lingering_potion", + "areapotregenerationextended": "long_regeneration_lingering_potion", + "areapotregenerationlevel2": "long_regeneration_lingering_potion", + "areapotregenerationlong": "long_regeneration_lingering_potion", + "areapotregenex": "long_regeneration_lingering_potion", + "areapotregenextended": "long_regeneration_lingering_potion", + "areapotregenlevel2": "long_regeneration_lingering_potion", + "areapotregenlong": "long_regeneration_lingering_potion", + "cloudpotionregen2": "long_regeneration_lingering_potion", + "cloudpotionregenerate2": "long_regeneration_lingering_potion", + "cloudpotionregenerateex": "long_regeneration_lingering_potion", + "cloudpotionregenerateextended": "long_regeneration_lingering_potion", + "cloudpotionregeneratelevel2": "long_regeneration_lingering_potion", + "cloudpotionregeneratelong": "long_regeneration_lingering_potion", + "cloudpotionregeneration2": "long_regeneration_lingering_potion", + "cloudpotionregenerationex": "long_regeneration_lingering_potion", + "cloudpotionregenerationextended": "long_regeneration_lingering_potion", + "cloudpotionregenerationlevel2": "long_regeneration_lingering_potion", + "cloudpotionregenerationlong": "long_regeneration_lingering_potion", + "cloudpotionregenex": "long_regeneration_lingering_potion", + "cloudpotionregenextended": "long_regeneration_lingering_potion", + "cloudpotionregenlevel2": "long_regeneration_lingering_potion", + "cloudpotionregenlong": "long_regeneration_lingering_potion", + "cloudpotregen2": "long_regeneration_lingering_potion", + "cloudpotregenerate2": "long_regeneration_lingering_potion", + "cloudpotregenerateex": "long_regeneration_lingering_potion", + "cloudpotregenerateextended": "long_regeneration_lingering_potion", + "cloudpotregeneratelevel2": "long_regeneration_lingering_potion", + "cloudpotregeneratelong": "long_regeneration_lingering_potion", + "cloudpotregeneration2": "long_regeneration_lingering_potion", + "cloudpotregenerationex": "long_regeneration_lingering_potion", + "cloudpotregenerationextended": "long_regeneration_lingering_potion", + "cloudpotregenerationlevel2": "long_regeneration_lingering_potion", + "cloudpotregenerationlong": "long_regeneration_lingering_potion", + "cloudpotregenex": "long_regeneration_lingering_potion", + "cloudpotregenextended": "long_regeneration_lingering_potion", + "cloudpotregenlevel2": "long_regeneration_lingering_potion", + "cloudpotregenlong": "long_regeneration_lingering_potion", + "lingerpotregen2": "long_regeneration_lingering_potion", + "lingerpotregenerate2": "long_regeneration_lingering_potion", + "lingerpotregenerateex": "long_regeneration_lingering_potion", + "lingerpotregenerateextended": "long_regeneration_lingering_potion", + "lingerpotregeneratelevel2": "long_regeneration_lingering_potion", + "lingerpotregeneratelong": "long_regeneration_lingering_potion", + "lingerpotregeneration2": "long_regeneration_lingering_potion", + "lingerpotregenerationex": "long_regeneration_lingering_potion", + "lingerpotregenerationextended": "long_regeneration_lingering_potion", + "lingerpotregenerationlevel2": "long_regeneration_lingering_potion", + "lingerpotregenerationlong": "long_regeneration_lingering_potion", + "lingerpotregenex": "long_regeneration_lingering_potion", + "lingerpotregenextended": "long_regeneration_lingering_potion", + "lingerpotregenlevel2": "long_regeneration_lingering_potion", + "lingerpotregenlong": "long_regeneration_lingering_potion", + "regenaoepoiont2": "long_regeneration_lingering_potion", + "regenaoepoiontex": "long_regeneration_lingering_potion", + "regenaoepoiontextended": "long_regeneration_lingering_potion", + "regenaoepoiontlevel2": "long_regeneration_lingering_potion", + "regenaoepoiontlong": "long_regeneration_lingering_potion", + "regenaoepot2": "long_regeneration_lingering_potion", + "regenaoepotex": "long_regeneration_lingering_potion", + "regenaoepotextended": "long_regeneration_lingering_potion", + "regenaoepotlevel2": "long_regeneration_lingering_potion", + "regenaoepotlong": "long_regeneration_lingering_potion", + "regenareapot2": "long_regeneration_lingering_potion", + "regenareapotex": "long_regeneration_lingering_potion", + "regenareapotextended": "long_regeneration_lingering_potion", + "regenareapotion2": "long_regeneration_lingering_potion", + "regenareapotionex": "long_regeneration_lingering_potion", + "regenareapotionextended": "long_regeneration_lingering_potion", + "regenareapotionlevel2": "long_regeneration_lingering_potion", + "regenareapotionlong": "long_regeneration_lingering_potion", + "regenareapotlevel2": "long_regeneration_lingering_potion", + "regenareapotlong": "long_regeneration_lingering_potion", + "regencloudpot2": "long_regeneration_lingering_potion", + "regencloudpotex": "long_regeneration_lingering_potion", + "regencloudpotextended": "long_regeneration_lingering_potion", + "regencloudpotion2": "long_regeneration_lingering_potion", + "regencloudpotionex": "long_regeneration_lingering_potion", + "regencloudpotionextended": "long_regeneration_lingering_potion", + "regencloudpotionlevel2": "long_regeneration_lingering_potion", + "regencloudpotionlong": "long_regeneration_lingering_potion", + "regencloudpotlevel2": "long_regeneration_lingering_potion", + "regencloudpotlong": "long_regeneration_lingering_potion", + "regenerateaoepoiont2": "long_regeneration_lingering_potion", + "regenerateaoepoiontex": "long_regeneration_lingering_potion", + "regenerateaoepoiontextended": "long_regeneration_lingering_potion", + "regenerateaoepoiontlevel2": "long_regeneration_lingering_potion", + "regenerateaoepoiontlong": "long_regeneration_lingering_potion", + "regenerateaoepot2": "long_regeneration_lingering_potion", + "regenerateaoepotex": "long_regeneration_lingering_potion", + "regenerateaoepotextended": "long_regeneration_lingering_potion", + "regenerateaoepotlevel2": "long_regeneration_lingering_potion", + "regenerateaoepotlong": "long_regeneration_lingering_potion", + "regenerateareapot2": "long_regeneration_lingering_potion", + "regenerateareapotex": "long_regeneration_lingering_potion", + "regenerateareapotextended": "long_regeneration_lingering_potion", + "regenerateareapotion2": "long_regeneration_lingering_potion", + "regenerateareapotionex": "long_regeneration_lingering_potion", + "regenerateareapotionextended": "long_regeneration_lingering_potion", + "regenerateareapotionlevel2": "long_regeneration_lingering_potion", + "regenerateareapotionlong": "long_regeneration_lingering_potion", + "regenerateareapotlevel2": "long_regeneration_lingering_potion", + "regenerateareapotlong": "long_regeneration_lingering_potion", + "regeneratecloudpot2": "long_regeneration_lingering_potion", + "regeneratecloudpotex": "long_regeneration_lingering_potion", + "regeneratecloudpotextended": "long_regeneration_lingering_potion", + "regeneratecloudpotion2": "long_regeneration_lingering_potion", + "regeneratecloudpotionex": "long_regeneration_lingering_potion", + "regeneratecloudpotionextended": "long_regeneration_lingering_potion", + "regeneratecloudpotionlevel2": "long_regeneration_lingering_potion", + "regeneratecloudpotionlong": "long_regeneration_lingering_potion", + "regeneratecloudpotlevel2": "long_regeneration_lingering_potion", + "regeneratecloudpotlong": "long_regeneration_lingering_potion", + "regeneratelingerpot2": "long_regeneration_lingering_potion", + "regeneratelingerpotex": "long_regeneration_lingering_potion", + "regeneratelingerpotextended": "long_regeneration_lingering_potion", + "regeneratelingerpotlevel2": "long_regeneration_lingering_potion", + "regeneratelingerpotlong": "long_regeneration_lingering_potion", + "regenerationaoepoiont2": "long_regeneration_lingering_potion", + "regenerationaoepoiontex": "long_regeneration_lingering_potion", + "regenerationaoepoiontextended": "long_regeneration_lingering_potion", + "regenerationaoepoiontlevel2": "long_regeneration_lingering_potion", + "regenerationaoepoiontlong": "long_regeneration_lingering_potion", + "regenerationaoepot2": "long_regeneration_lingering_potion", + "regenerationaoepotex": "long_regeneration_lingering_potion", + "regenerationaoepotextended": "long_regeneration_lingering_potion", + "regenerationaoepotlevel2": "long_regeneration_lingering_potion", + "regenerationaoepotlong": "long_regeneration_lingering_potion", + "regenerationareapot2": "long_regeneration_lingering_potion", + "regenerationareapotex": "long_regeneration_lingering_potion", + "regenerationareapotextended": "long_regeneration_lingering_potion", + "regenerationareapotion2": "long_regeneration_lingering_potion", + "regenerationareapotionex": "long_regeneration_lingering_potion", + "regenerationareapotionextended": "long_regeneration_lingering_potion", + "regenerationareapotionlevel2": "long_regeneration_lingering_potion", + "regenerationareapotionlong": "long_regeneration_lingering_potion", + "regenerationareapotlevel2": "long_regeneration_lingering_potion", + "regenerationareapotlong": "long_regeneration_lingering_potion", + "regenerationcloudpot2": "long_regeneration_lingering_potion", + "regenerationcloudpotex": "long_regeneration_lingering_potion", + "regenerationcloudpotextended": "long_regeneration_lingering_potion", + "regenerationcloudpotion2": "long_regeneration_lingering_potion", + "regenerationcloudpotionex": "long_regeneration_lingering_potion", + "regenerationcloudpotionextended": "long_regeneration_lingering_potion", + "regenerationcloudpotionlevel2": "long_regeneration_lingering_potion", + "regenerationcloudpotionlong": "long_regeneration_lingering_potion", + "regenerationcloudpotlevel2": "long_regeneration_lingering_potion", + "regenerationcloudpotlong": "long_regeneration_lingering_potion", + "regenerationlingerpot2": "long_regeneration_lingering_potion", + "regenerationlingerpotex": "long_regeneration_lingering_potion", + "regenerationlingerpotextended": "long_regeneration_lingering_potion", + "regenerationlingerpotlevel2": "long_regeneration_lingering_potion", + "regenerationlingerpotlong": "long_regeneration_lingering_potion", + "regenlingerpot2": "long_regeneration_lingering_potion", + "regenlingerpotex": "long_regeneration_lingering_potion", + "regenlingerpotextended": "long_regeneration_lingering_potion", + "regenlingerpotlevel2": "long_regeneration_lingering_potion", + "regenlingerpotlong": "long_regeneration_lingering_potion", + "long_regeneration_potion": { + "potionData": { + "type": "REGEN", + "upgraded": false, + "extended": true + }, + "material": "POTION" + }, + "potionofregen2": "long_regeneration_potion", + "potionofregenerate2": "long_regeneration_potion", + "potionofregenerateex": "long_regeneration_potion", + "potionofregenerateextended": "long_regeneration_potion", + "potionofregeneratelevel2": "long_regeneration_potion", + "potionofregeneratelong": "long_regeneration_potion", + "potionofregeneration2": "long_regeneration_potion", + "potionofregenerationex": "long_regeneration_potion", + "potionofregenerationextended": "long_regeneration_potion", + "potionofregenerationlevel2": "long_regeneration_potion", + "potionofregenerationlong": "long_regeneration_potion", + "potionofregenex": "long_regeneration_potion", + "potionofregenextended": "long_regeneration_potion", + "potionofregenlevel2": "long_regeneration_potion", + "potionofregenlong": "long_regeneration_potion", + "potofregen2": "long_regeneration_potion", + "potofregenerate2": "long_regeneration_potion", + "potofregenerateex": "long_regeneration_potion", + "potofregenerateextended": "long_regeneration_potion", + "potofregeneratelevel2": "long_regeneration_potion", + "potofregeneratelong": "long_regeneration_potion", + "potofregeneration2": "long_regeneration_potion", + "potofregenerationex": "long_regeneration_potion", + "potofregenerationextended": "long_regeneration_potion", + "potofregenerationlevel2": "long_regeneration_potion", + "potofregenerationlong": "long_regeneration_potion", + "potofregenex": "long_regeneration_potion", + "potofregenextended": "long_regeneration_potion", + "potofregenlevel2": "long_regeneration_potion", + "potofregenlong": "long_regeneration_potion", + "regen2pot": "long_regeneration_potion", + "regen2potion": "long_regeneration_potion", + "regenerate2pot": "long_regeneration_potion", + "regenerate2potion": "long_regeneration_potion", + "regenerateexpot": "long_regeneration_potion", + "regenerateexpotion": "long_regeneration_potion", + "regenerateextendedpot": "long_regeneration_potion", + "regenerateextendedpotion": "long_regeneration_potion", + "regeneratelevel2pot": "long_regeneration_potion", + "regeneratelevel2potion": "long_regeneration_potion", + "regeneratelongpot": "long_regeneration_potion", + "regeneratelongpotion": "long_regeneration_potion", + "regeneration2pot": "long_regeneration_potion", + "regeneration2potion": "long_regeneration_potion", + "regenerationexpot": "long_regeneration_potion", + "regenerationexpotion": "long_regeneration_potion", + "regenerationextendedpot": "long_regeneration_potion", + "regenerationextendedpotion": "long_regeneration_potion", + "regenerationlevel2pot": "long_regeneration_potion", + "regenerationlevel2potion": "long_regeneration_potion", + "regenerationlongpot": "long_regeneration_potion", + "regenerationlongpotion": "long_regeneration_potion", + "regenexpot": "long_regeneration_potion", + "regenexpotion": "long_regeneration_potion", + "regenextendedpot": "long_regeneration_potion", + "regenextendedpotion": "long_regeneration_potion", + "regenlevel2pot": "long_regeneration_potion", + "regenlevel2potion": "long_regeneration_potion", + "regenlongpot": "long_regeneration_potion", + "regenlongpotion": "long_regeneration_potion", + "long_regeneration_splash_potion": { + "potionData": { + "type": "REGEN", + "upgraded": false, + "extended": true + }, + "material": "SPLASH_POTION" + }, + "regen2splashpot": "long_regeneration_splash_potion", + "regen2splashpotion": "long_regeneration_splash_potion", + "regenerate2splashpot": "long_regeneration_splash_potion", + "regenerate2splashpotion": "long_regeneration_splash_potion", + "regenerateexsplashpot": "long_regeneration_splash_potion", + "regenerateexsplashpotion": "long_regeneration_splash_potion", + "regenerateextendedsplashpot": "long_regeneration_splash_potion", + "regenerateextendedsplashpotion": "long_regeneration_splash_potion", + "regeneratelevel2splashpot": "long_regeneration_splash_potion", + "regeneratelevel2splashpotion": "long_regeneration_splash_potion", + "regeneratelongsplashpot": "long_regeneration_splash_potion", + "regeneratelongsplashpotion": "long_regeneration_splash_potion", + "regeneration2splashpot": "long_regeneration_splash_potion", + "regeneration2splashpotion": "long_regeneration_splash_potion", + "regenerationexsplashpot": "long_regeneration_splash_potion", + "regenerationexsplashpotion": "long_regeneration_splash_potion", + "regenerationextendedsplashpot": "long_regeneration_splash_potion", + "regenerationextendedsplashpotion": "long_regeneration_splash_potion", + "regenerationlevel2splashpot": "long_regeneration_splash_potion", + "regenerationlevel2splashpotion": "long_regeneration_splash_potion", + "regenerationlongsplashpot": "long_regeneration_splash_potion", + "regenerationlongsplashpotion": "long_regeneration_splash_potion", + "regenexsplashpot": "long_regeneration_splash_potion", + "regenexsplashpotion": "long_regeneration_splash_potion", + "regenextendedsplashpot": "long_regeneration_splash_potion", + "regenextendedsplashpotion": "long_regeneration_splash_potion", + "regenlevel2splashpot": "long_regeneration_splash_potion", + "regenlevel2splashpotion": "long_regeneration_splash_potion", + "regenlongsplashpot": "long_regeneration_splash_potion", + "regenlongsplashpotion": "long_regeneration_splash_potion", + "splashregen2pot": "long_regeneration_splash_potion", + "splashregen2potion": "long_regeneration_splash_potion", + "splashregenerate2pot": "long_regeneration_splash_potion", + "splashregenerate2potion": "long_regeneration_splash_potion", + "splashregenerateexpot": "long_regeneration_splash_potion", + "splashregenerateexpotion": "long_regeneration_splash_potion", + "splashregenerateextendedpot": "long_regeneration_splash_potion", + "splashregenerateextendedpotion": "long_regeneration_splash_potion", + "splashregeneratelevel2pot": "long_regeneration_splash_potion", + "splashregeneratelevel2potion": "long_regeneration_splash_potion", + "splashregeneratelongpot": "long_regeneration_splash_potion", + "splashregeneratelongpotion": "long_regeneration_splash_potion", + "splashregeneration2pot": "long_regeneration_splash_potion", + "splashregeneration2potion": "long_regeneration_splash_potion", + "splashregenerationexpot": "long_regeneration_splash_potion", + "splashregenerationexpotion": "long_regeneration_splash_potion", + "splashregenerationextendedpot": "long_regeneration_splash_potion", + "splashregenerationextendedpotion": "long_regeneration_splash_potion", + "splashregenerationlevel2pot": "long_regeneration_splash_potion", + "splashregenerationlevel2potion": "long_regeneration_splash_potion", + "splashregenerationlongpot": "long_regeneration_splash_potion", + "splashregenerationlongpotion": "long_regeneration_splash_potion", + "splashregenexpot": "long_regeneration_splash_potion", + "splashregenexpotion": "long_regeneration_splash_potion", + "splashregenextendedpot": "long_regeneration_splash_potion", + "splashregenextendedpotion": "long_regeneration_splash_potion", + "splashregenlevel2pot": "long_regeneration_splash_potion", + "splashregenlevel2potion": "long_regeneration_splash_potion", + "splashregenlongpot": "long_regeneration_splash_potion", + "splashregenlongpotion": "long_regeneration_splash_potion", + "splregen2pot": "long_regeneration_splash_potion", + "splregen2potion": "long_regeneration_splash_potion", + "splregenerate2pot": "long_regeneration_splash_potion", + "splregenerate2potion": "long_regeneration_splash_potion", + "splregenerateexpot": "long_regeneration_splash_potion", + "splregenerateexpotion": "long_regeneration_splash_potion", + "splregenerateextendedpot": "long_regeneration_splash_potion", + "splregenerateextendedpotion": "long_regeneration_splash_potion", + "splregeneratelevel2pot": "long_regeneration_splash_potion", + "splregeneratelevel2potion": "long_regeneration_splash_potion", + "splregeneratelongpot": "long_regeneration_splash_potion", + "splregeneratelongpotion": "long_regeneration_splash_potion", + "splregeneration2pot": "long_regeneration_splash_potion", + "splregeneration2potion": "long_regeneration_splash_potion", + "splregenerationexpot": "long_regeneration_splash_potion", + "splregenerationexpotion": "long_regeneration_splash_potion", + "splregenerationextendedpot": "long_regeneration_splash_potion", + "splregenerationextendedpotion": "long_regeneration_splash_potion", + "splregenerationlevel2pot": "long_regeneration_splash_potion", + "splregenerationlevel2potion": "long_regeneration_splash_potion", + "splregenerationlongpot": "long_regeneration_splash_potion", + "splregenerationlongpotion": "long_regeneration_splash_potion", + "splregenexpot": "long_regeneration_splash_potion", + "splregenexpotion": "long_regeneration_splash_potion", + "splregenextendedpot": "long_regeneration_splash_potion", + "splregenextendedpotion": "long_regeneration_splash_potion", + "splregenlevel2pot": "long_regeneration_splash_potion", + "splregenlevel2potion": "long_regeneration_splash_potion", + "splregenlongpot": "long_regeneration_splash_potion", + "splregenlongpotion": "long_regeneration_splash_potion", + "long_regeneration_tipped_arrow": { + "potionData": { + "type": "REGEN", + "upgraded": false, + "extended": true + }, + "material": "TIPPED_ARROW" + }, + "arrowregen2": "long_regeneration_tipped_arrow", + "arrowregenerate2": "long_regeneration_tipped_arrow", + "arrowregenerateex": "long_regeneration_tipped_arrow", + "arrowregenerateextended": "long_regeneration_tipped_arrow", + "arrowregeneratelevel2": "long_regeneration_tipped_arrow", + "arrowregeneratelong": "long_regeneration_tipped_arrow", + "arrowregeneration2": "long_regeneration_tipped_arrow", + "arrowregenerationex": "long_regeneration_tipped_arrow", + "arrowregenerationextended": "long_regeneration_tipped_arrow", + "arrowregenerationlevel2": "long_regeneration_tipped_arrow", + "arrowregenerationlong": "long_regeneration_tipped_arrow", + "arrowregenex": "long_regeneration_tipped_arrow", + "arrowregenextended": "long_regeneration_tipped_arrow", + "arrowregenlevel2": "long_regeneration_tipped_arrow", + "arrowregenlong": "long_regeneration_tipped_arrow", + "regen2tarr": "long_regeneration_tipped_arrow", + "regen2tarrow": "long_regeneration_tipped_arrow", + "regen2tippedarrow": "long_regeneration_tipped_arrow", + "regenarrow2": "long_regeneration_tipped_arrow", + "regenarrowex": "long_regeneration_tipped_arrow", + "regenarrowextended": "long_regeneration_tipped_arrow", + "regenarrowlevel2": "long_regeneration_tipped_arrow", + "regenarrowlong": "long_regeneration_tipped_arrow", + "regenerate2tarr": "long_regeneration_tipped_arrow", + "regenerate2tarrow": "long_regeneration_tipped_arrow", + "regenerate2tippedarrow": "long_regeneration_tipped_arrow", + "regeneratearrow2": "long_regeneration_tipped_arrow", + "regeneratearrowex": "long_regeneration_tipped_arrow", + "regeneratearrowextended": "long_regeneration_tipped_arrow", + "regeneratearrowlevel2": "long_regeneration_tipped_arrow", + "regeneratearrowlong": "long_regeneration_tipped_arrow", + "regenerateextarr": "long_regeneration_tipped_arrow", + "regenerateextarrow": "long_regeneration_tipped_arrow", + "regenerateextendedtarr": "long_regeneration_tipped_arrow", + "regenerateextendedtarrow": "long_regeneration_tipped_arrow", + "regenerateextendedtippedarrow": "long_regeneration_tipped_arrow", + "regenerateextippedarrow": "long_regeneration_tipped_arrow", + "regeneratelevel2tarr": "long_regeneration_tipped_arrow", + "regeneratelevel2tarrow": "long_regeneration_tipped_arrow", + "regeneratelevel2tippedarrow": "long_regeneration_tipped_arrow", + "regeneratelongtarr": "long_regeneration_tipped_arrow", + "regeneratelongtarrow": "long_regeneration_tipped_arrow", + "regeneratelongtippedarrow": "long_regeneration_tipped_arrow", + "regeneration2tarr": "long_regeneration_tipped_arrow", + "regeneration2tarrow": "long_regeneration_tipped_arrow", + "regeneration2tippedarrow": "long_regeneration_tipped_arrow", + "regenerationarrow2": "long_regeneration_tipped_arrow", + "regenerationarrowex": "long_regeneration_tipped_arrow", + "regenerationarrowextended": "long_regeneration_tipped_arrow", + "regenerationarrowlevel2": "long_regeneration_tipped_arrow", + "regenerationarrowlong": "long_regeneration_tipped_arrow", + "regenerationextarr": "long_regeneration_tipped_arrow", + "regenerationextarrow": "long_regeneration_tipped_arrow", + "regenerationextendedtarr": "long_regeneration_tipped_arrow", + "regenerationextendedtarrow": "long_regeneration_tipped_arrow", + "regenerationextendedtippedarrow": "long_regeneration_tipped_arrow", + "regenerationextippedarrow": "long_regeneration_tipped_arrow", + "regenerationlevel2tarr": "long_regeneration_tipped_arrow", + "regenerationlevel2tarrow": "long_regeneration_tipped_arrow", + "regenerationlevel2tippedarrow": "long_regeneration_tipped_arrow", + "regenerationlongtarr": "long_regeneration_tipped_arrow", + "regenerationlongtarrow": "long_regeneration_tipped_arrow", + "regenerationlongtippedarrow": "long_regeneration_tipped_arrow", + "regenextarr": "long_regeneration_tipped_arrow", + "regenextarrow": "long_regeneration_tipped_arrow", + "regenextendedtarr": "long_regeneration_tipped_arrow", + "regenextendedtarrow": "long_regeneration_tipped_arrow", + "regenextendedtippedarrow": "long_regeneration_tipped_arrow", + "regenextippedarrow": "long_regeneration_tipped_arrow", + "regenlevel2tarr": "long_regeneration_tipped_arrow", + "regenlevel2tarrow": "long_regeneration_tipped_arrow", + "regenlevel2tippedarrow": "long_regeneration_tipped_arrow", + "regenlongtarr": "long_regeneration_tipped_arrow", + "regenlongtarrow": "long_regeneration_tipped_arrow", + "regenlongtippedarrow": "long_regeneration_tipped_arrow", + "long_slow_falling_lingering_potion": { + "potionData": { + "type": "SLOW_FALLING", + "upgraded": false, + "extended": true + }, + "material": "LINGERING_POTION" + }, + "aoepotionsf2": "long_slow_falling_lingering_potion", + "aoepotionsfex": "long_slow_falling_lingering_potion", + "aoepotionsfextended": "long_slow_falling_lingering_potion", + "aoepotionsflevel2": "long_slow_falling_lingering_potion", + "aoepotionsflong": "long_slow_falling_lingering_potion", + "aoepotionslowfall2": "long_slow_falling_lingering_potion", + "aoepotionslowfallex": "long_slow_falling_lingering_potion", + "aoepotionslowfallextended": "long_slow_falling_lingering_potion", + "aoepotionslowfalling2": "long_slow_falling_lingering_potion", + "aoepotionslowfallingex": "long_slow_falling_lingering_potion", + "aoepotionslowfallingextended": "long_slow_falling_lingering_potion", + "aoepotionslowfallinglevel2": "long_slow_falling_lingering_potion", + "aoepotionslowfallinglong": "long_slow_falling_lingering_potion", + "aoepotionslowfalllevel2": "long_slow_falling_lingering_potion", + "aoepotionslowfalllong": "long_slow_falling_lingering_potion", + "aoepotsf2": "long_slow_falling_lingering_potion", + "aoepotsfex": "long_slow_falling_lingering_potion", + "aoepotsfextended": "long_slow_falling_lingering_potion", + "aoepotsflevel2": "long_slow_falling_lingering_potion", + "aoepotsflong": "long_slow_falling_lingering_potion", + "aoepotslowfall2": "long_slow_falling_lingering_potion", + "aoepotslowfallex": "long_slow_falling_lingering_potion", + "aoepotslowfallextended": "long_slow_falling_lingering_potion", + "aoepotslowfalling2": "long_slow_falling_lingering_potion", + "aoepotslowfallingex": "long_slow_falling_lingering_potion", + "aoepotslowfallingextended": "long_slow_falling_lingering_potion", + "aoepotslowfallinglevel2": "long_slow_falling_lingering_potion", + "aoepotslowfallinglong": "long_slow_falling_lingering_potion", + "aoepotslowfalllevel2": "long_slow_falling_lingering_potion", + "aoepotslowfalllong": "long_slow_falling_lingering_potion", + "areapotionsf2": "long_slow_falling_lingering_potion", + "areapotionsfex": "long_slow_falling_lingering_potion", + "areapotionsfextended": "long_slow_falling_lingering_potion", + "areapotionsflevel2": "long_slow_falling_lingering_potion", + "areapotionsflong": "long_slow_falling_lingering_potion", + "areapotionslowfall2": "long_slow_falling_lingering_potion", + "areapotionslowfallex": "long_slow_falling_lingering_potion", + "areapotionslowfallextended": "long_slow_falling_lingering_potion", + "areapotionslowfalling2": "long_slow_falling_lingering_potion", + "areapotionslowfallingex": "long_slow_falling_lingering_potion", + "areapotionslowfallingextended": "long_slow_falling_lingering_potion", + "areapotionslowfallinglevel2": "long_slow_falling_lingering_potion", + "areapotionslowfallinglong": "long_slow_falling_lingering_potion", + "areapotionslowfalllevel2": "long_slow_falling_lingering_potion", + "areapotionslowfalllong": "long_slow_falling_lingering_potion", + "areapotsf2": "long_slow_falling_lingering_potion", + "areapotsfex": "long_slow_falling_lingering_potion", + "areapotsfextended": "long_slow_falling_lingering_potion", + "areapotsflevel2": "long_slow_falling_lingering_potion", + "areapotsflong": "long_slow_falling_lingering_potion", + "areapotslowfall2": "long_slow_falling_lingering_potion", + "areapotslowfallex": "long_slow_falling_lingering_potion", + "areapotslowfallextended": "long_slow_falling_lingering_potion", + "areapotslowfalling2": "long_slow_falling_lingering_potion", + "areapotslowfallingex": "long_slow_falling_lingering_potion", + "areapotslowfallingextended": "long_slow_falling_lingering_potion", + "areapotslowfallinglevel2": "long_slow_falling_lingering_potion", + "areapotslowfallinglong": "long_slow_falling_lingering_potion", + "areapotslowfalllevel2": "long_slow_falling_lingering_potion", + "areapotslowfalllong": "long_slow_falling_lingering_potion", + "cloudpotionsf2": "long_slow_falling_lingering_potion", + "cloudpotionsfex": "long_slow_falling_lingering_potion", + "cloudpotionsfextended": "long_slow_falling_lingering_potion", + "cloudpotionsflevel2": "long_slow_falling_lingering_potion", + "cloudpotionsflong": "long_slow_falling_lingering_potion", + "cloudpotionslowfall2": "long_slow_falling_lingering_potion", + "cloudpotionslowfallex": "long_slow_falling_lingering_potion", + "cloudpotionslowfallextended": "long_slow_falling_lingering_potion", + "cloudpotionslowfalling2": "long_slow_falling_lingering_potion", + "cloudpotionslowfallingex": "long_slow_falling_lingering_potion", + "cloudpotionslowfallingextended": "long_slow_falling_lingering_potion", + "cloudpotionslowfallinglevel2": "long_slow_falling_lingering_potion", + "cloudpotionslowfallinglong": "long_slow_falling_lingering_potion", + "cloudpotionslowfalllevel2": "long_slow_falling_lingering_potion", + "cloudpotionslowfalllong": "long_slow_falling_lingering_potion", + "cloudpotsf2": "long_slow_falling_lingering_potion", + "cloudpotsfex": "long_slow_falling_lingering_potion", + "cloudpotsfextended": "long_slow_falling_lingering_potion", + "cloudpotsflevel2": "long_slow_falling_lingering_potion", + "cloudpotsflong": "long_slow_falling_lingering_potion", + "cloudpotslowfall2": "long_slow_falling_lingering_potion", + "cloudpotslowfallex": "long_slow_falling_lingering_potion", + "cloudpotslowfallextended": "long_slow_falling_lingering_potion", + "cloudpotslowfalling2": "long_slow_falling_lingering_potion", + "cloudpotslowfallingex": "long_slow_falling_lingering_potion", + "cloudpotslowfallingextended": "long_slow_falling_lingering_potion", + "cloudpotslowfallinglevel2": "long_slow_falling_lingering_potion", + "cloudpotslowfallinglong": "long_slow_falling_lingering_potion", + "cloudpotslowfalllevel2": "long_slow_falling_lingering_potion", + "cloudpotslowfalllong": "long_slow_falling_lingering_potion", + "lingerpotsf2": "long_slow_falling_lingering_potion", + "lingerpotsfex": "long_slow_falling_lingering_potion", + "lingerpotsfextended": "long_slow_falling_lingering_potion", + "lingerpotsflevel2": "long_slow_falling_lingering_potion", + "lingerpotsflong": "long_slow_falling_lingering_potion", + "lingerpotslowfall2": "long_slow_falling_lingering_potion", + "lingerpotslowfallex": "long_slow_falling_lingering_potion", + "lingerpotslowfallextended": "long_slow_falling_lingering_potion", + "lingerpotslowfalling2": "long_slow_falling_lingering_potion", + "lingerpotslowfallingex": "long_slow_falling_lingering_potion", + "lingerpotslowfallingextended": "long_slow_falling_lingering_potion", + "lingerpotslowfallinglevel2": "long_slow_falling_lingering_potion", + "lingerpotslowfallinglong": "long_slow_falling_lingering_potion", + "lingerpotslowfalllevel2": "long_slow_falling_lingering_potion", + "lingerpotslowfalllong": "long_slow_falling_lingering_potion", + "sfaoepoiont2": "long_slow_falling_lingering_potion", + "sfaoepoiontex": "long_slow_falling_lingering_potion", + "sfaoepoiontextended": "long_slow_falling_lingering_potion", + "sfaoepoiontlevel2": "long_slow_falling_lingering_potion", + "sfaoepoiontlong": "long_slow_falling_lingering_potion", + "sfaoepot2": "long_slow_falling_lingering_potion", + "sfaoepotex": "long_slow_falling_lingering_potion", + "sfaoepotextended": "long_slow_falling_lingering_potion", + "sfaoepotlevel2": "long_slow_falling_lingering_potion", + "sfaoepotlong": "long_slow_falling_lingering_potion", + "sfareapot2": "long_slow_falling_lingering_potion", + "sfareapotex": "long_slow_falling_lingering_potion", + "sfareapotextended": "long_slow_falling_lingering_potion", + "sfareapotion2": "long_slow_falling_lingering_potion", + "sfareapotionex": "long_slow_falling_lingering_potion", + "sfareapotionextended": "long_slow_falling_lingering_potion", + "sfareapotionlevel2": "long_slow_falling_lingering_potion", + "sfareapotionlong": "long_slow_falling_lingering_potion", + "sfareapotlevel2": "long_slow_falling_lingering_potion", + "sfareapotlong": "long_slow_falling_lingering_potion", + "sfcloudpot2": "long_slow_falling_lingering_potion", + "sfcloudpotex": "long_slow_falling_lingering_potion", + "sfcloudpotextended": "long_slow_falling_lingering_potion", + "sfcloudpotion2": "long_slow_falling_lingering_potion", + "sfcloudpotionex": "long_slow_falling_lingering_potion", + "sfcloudpotionextended": "long_slow_falling_lingering_potion", + "sfcloudpotionlevel2": "long_slow_falling_lingering_potion", + "sfcloudpotionlong": "long_slow_falling_lingering_potion", + "sfcloudpotlevel2": "long_slow_falling_lingering_potion", + "sfcloudpotlong": "long_slow_falling_lingering_potion", + "sflingerpot2": "long_slow_falling_lingering_potion", + "sflingerpotex": "long_slow_falling_lingering_potion", + "sflingerpotextended": "long_slow_falling_lingering_potion", + "sflingerpotlevel2": "long_slow_falling_lingering_potion", + "sflingerpotlong": "long_slow_falling_lingering_potion", + "slowfallaoepoiont2": "long_slow_falling_lingering_potion", + "slowfallaoepoiontex": "long_slow_falling_lingering_potion", + "slowfallaoepoiontextended": "long_slow_falling_lingering_potion", + "slowfallaoepoiontlevel2": "long_slow_falling_lingering_potion", + "slowfallaoepoiontlong": "long_slow_falling_lingering_potion", + "slowfallaoepot2": "long_slow_falling_lingering_potion", + "slowfallaoepotex": "long_slow_falling_lingering_potion", + "slowfallaoepotextended": "long_slow_falling_lingering_potion", + "slowfallaoepotlevel2": "long_slow_falling_lingering_potion", + "slowfallaoepotlong": "long_slow_falling_lingering_potion", + "slowfallareapot2": "long_slow_falling_lingering_potion", + "slowfallareapotex": "long_slow_falling_lingering_potion", + "slowfallareapotextended": "long_slow_falling_lingering_potion", + "slowfallareapotion2": "long_slow_falling_lingering_potion", + "slowfallareapotionex": "long_slow_falling_lingering_potion", + "slowfallareapotionextended": "long_slow_falling_lingering_potion", + "slowfallareapotionlevel2": "long_slow_falling_lingering_potion", + "slowfallareapotionlong": "long_slow_falling_lingering_potion", + "slowfallareapotlevel2": "long_slow_falling_lingering_potion", + "slowfallareapotlong": "long_slow_falling_lingering_potion", + "slowfallcloudpot2": "long_slow_falling_lingering_potion", + "slowfallcloudpotex": "long_slow_falling_lingering_potion", + "slowfallcloudpotextended": "long_slow_falling_lingering_potion", + "slowfallcloudpotion2": "long_slow_falling_lingering_potion", + "slowfallcloudpotionex": "long_slow_falling_lingering_potion", + "slowfallcloudpotionextended": "long_slow_falling_lingering_potion", + "slowfallcloudpotionlevel2": "long_slow_falling_lingering_potion", + "slowfallcloudpotionlong": "long_slow_falling_lingering_potion", + "slowfallcloudpotlevel2": "long_slow_falling_lingering_potion", + "slowfallcloudpotlong": "long_slow_falling_lingering_potion", + "slowfallingaoepoiont2": "long_slow_falling_lingering_potion", + "slowfallingaoepoiontex": "long_slow_falling_lingering_potion", + "slowfallingaoepoiontextended": "long_slow_falling_lingering_potion", + "slowfallingaoepoiontlevel2": "long_slow_falling_lingering_potion", + "slowfallingaoepoiontlong": "long_slow_falling_lingering_potion", + "slowfallingaoepot2": "long_slow_falling_lingering_potion", + "slowfallingaoepotex": "long_slow_falling_lingering_potion", + "slowfallingaoepotextended": "long_slow_falling_lingering_potion", + "slowfallingaoepotlevel2": "long_slow_falling_lingering_potion", + "slowfallingaoepotlong": "long_slow_falling_lingering_potion", + "slowfallingareapot2": "long_slow_falling_lingering_potion", + "slowfallingareapotex": "long_slow_falling_lingering_potion", + "slowfallingareapotextended": "long_slow_falling_lingering_potion", + "slowfallingareapotion2": "long_slow_falling_lingering_potion", + "slowfallingareapotionex": "long_slow_falling_lingering_potion", + "slowfallingareapotionextended": "long_slow_falling_lingering_potion", + "slowfallingareapotionlevel2": "long_slow_falling_lingering_potion", + "slowfallingareapotionlong": "long_slow_falling_lingering_potion", + "slowfallingareapotlevel2": "long_slow_falling_lingering_potion", + "slowfallingareapotlong": "long_slow_falling_lingering_potion", + "slowfallingcloudpot2": "long_slow_falling_lingering_potion", + "slowfallingcloudpotex": "long_slow_falling_lingering_potion", + "slowfallingcloudpotextended": "long_slow_falling_lingering_potion", + "slowfallingcloudpotion2": "long_slow_falling_lingering_potion", + "slowfallingcloudpotionex": "long_slow_falling_lingering_potion", + "slowfallingcloudpotionextended": "long_slow_falling_lingering_potion", + "slowfallingcloudpotionlevel2": "long_slow_falling_lingering_potion", + "slowfallingcloudpotionlong": "long_slow_falling_lingering_potion", + "slowfallingcloudpotlevel2": "long_slow_falling_lingering_potion", + "slowfallingcloudpotlong": "long_slow_falling_lingering_potion", + "slowfallinglingerpot2": "long_slow_falling_lingering_potion", + "slowfallinglingerpotex": "long_slow_falling_lingering_potion", + "slowfallinglingerpotextended": "long_slow_falling_lingering_potion", + "slowfallinglingerpotlevel2": "long_slow_falling_lingering_potion", + "slowfallinglingerpotlong": "long_slow_falling_lingering_potion", + "slowfalllingerpot2": "long_slow_falling_lingering_potion", + "slowfalllingerpotex": "long_slow_falling_lingering_potion", + "slowfalllingerpotextended": "long_slow_falling_lingering_potion", + "slowfalllingerpotlevel2": "long_slow_falling_lingering_potion", + "slowfalllingerpotlong": "long_slow_falling_lingering_potion", + "long_slow_falling_potion": { + "potionData": { + "type": "SLOW_FALLING", + "upgraded": false, + "extended": true + }, + "material": "POTION" + }, + "potionofsf2": "long_slow_falling_potion", + "potionofsfex": "long_slow_falling_potion", + "potionofsfextended": "long_slow_falling_potion", + "potionofsflevel2": "long_slow_falling_potion", + "potionofsflong": "long_slow_falling_potion", + "potionofslowfall2": "long_slow_falling_potion", + "potionofslowfallex": "long_slow_falling_potion", + "potionofslowfallextended": "long_slow_falling_potion", + "potionofslowfalling2": "long_slow_falling_potion", + "potionofslowfallingex": "long_slow_falling_potion", + "potionofslowfallingextended": "long_slow_falling_potion", + "potionofslowfallinglevel2": "long_slow_falling_potion", + "potionofslowfallinglong": "long_slow_falling_potion", + "potionofslowfalllevel2": "long_slow_falling_potion", + "potionofslowfalllong": "long_slow_falling_potion", + "potofsf2": "long_slow_falling_potion", + "potofsfex": "long_slow_falling_potion", + "potofsfextended": "long_slow_falling_potion", + "potofsflevel2": "long_slow_falling_potion", + "potofsflong": "long_slow_falling_potion", + "potofslowfall2": "long_slow_falling_potion", + "potofslowfallex": "long_slow_falling_potion", + "potofslowfallextended": "long_slow_falling_potion", + "potofslowfalling2": "long_slow_falling_potion", + "potofslowfallingex": "long_slow_falling_potion", + "potofslowfallingextended": "long_slow_falling_potion", + "potofslowfallinglevel2": "long_slow_falling_potion", + "potofslowfallinglong": "long_slow_falling_potion", + "potofslowfalllevel2": "long_slow_falling_potion", + "potofslowfalllong": "long_slow_falling_potion", + "sf2pot": "long_slow_falling_potion", + "sf2potion": "long_slow_falling_potion", + "sfexpot": "long_slow_falling_potion", + "sfexpotion": "long_slow_falling_potion", + "sfextendedpot": "long_slow_falling_potion", + "sfextendedpotion": "long_slow_falling_potion", + "sflevel2pot": "long_slow_falling_potion", + "sflevel2potion": "long_slow_falling_potion", + "sflongpot": "long_slow_falling_potion", + "sflongpotion": "long_slow_falling_potion", + "slowfall2pot": "long_slow_falling_potion", + "slowfall2potion": "long_slow_falling_potion", + "slowfallexpot": "long_slow_falling_potion", + "slowfallexpotion": "long_slow_falling_potion", + "slowfallextendedpot": "long_slow_falling_potion", + "slowfallextendedpotion": "long_slow_falling_potion", + "slowfalling2pot": "long_slow_falling_potion", + "slowfalling2potion": "long_slow_falling_potion", + "slowfallingexpot": "long_slow_falling_potion", + "slowfallingexpotion": "long_slow_falling_potion", + "slowfallingextendedpot": "long_slow_falling_potion", + "slowfallingextendedpotion": "long_slow_falling_potion", + "slowfallinglevel2pot": "long_slow_falling_potion", + "slowfallinglevel2potion": "long_slow_falling_potion", + "slowfallinglongpot": "long_slow_falling_potion", + "slowfallinglongpotion": "long_slow_falling_potion", + "slowfalllevel2pot": "long_slow_falling_potion", + "slowfalllevel2potion": "long_slow_falling_potion", + "slowfalllongpot": "long_slow_falling_potion", + "slowfalllongpotion": "long_slow_falling_potion", + "long_slow_falling_splash_potion": { + "potionData": { + "type": "SLOW_FALLING", + "upgraded": false, + "extended": true + }, + "material": "SPLASH_POTION" + }, + "sf2splashpot": "long_slow_falling_splash_potion", + "sf2splashpotion": "long_slow_falling_splash_potion", + "sfexsplashpot": "long_slow_falling_splash_potion", + "sfexsplashpotion": "long_slow_falling_splash_potion", + "sfextendedsplashpot": "long_slow_falling_splash_potion", + "sfextendedsplashpotion": "long_slow_falling_splash_potion", + "sflevel2splashpot": "long_slow_falling_splash_potion", + "sflevel2splashpotion": "long_slow_falling_splash_potion", + "sflongsplashpot": "long_slow_falling_splash_potion", + "sflongsplashpotion": "long_slow_falling_splash_potion", + "slowfall2splashpot": "long_slow_falling_splash_potion", + "slowfall2splashpotion": "long_slow_falling_splash_potion", + "slowfallexsplashpot": "long_slow_falling_splash_potion", + "slowfallexsplashpotion": "long_slow_falling_splash_potion", + "slowfallextendedsplashpot": "long_slow_falling_splash_potion", + "slowfallextendedsplashpotion": "long_slow_falling_splash_potion", + "slowfalling2splashpot": "long_slow_falling_splash_potion", + "slowfalling2splashpotion": "long_slow_falling_splash_potion", + "slowfallingexsplashpot": "long_slow_falling_splash_potion", + "slowfallingexsplashpotion": "long_slow_falling_splash_potion", + "slowfallingextendedsplashpot": "long_slow_falling_splash_potion", + "slowfallingextendedsplashpotion": "long_slow_falling_splash_potion", + "slowfallinglevel2splashpot": "long_slow_falling_splash_potion", + "slowfallinglevel2splashpotion": "long_slow_falling_splash_potion", + "slowfallinglongsplashpot": "long_slow_falling_splash_potion", + "slowfallinglongsplashpotion": "long_slow_falling_splash_potion", + "slowfalllevel2splashpot": "long_slow_falling_splash_potion", + "slowfalllevel2splashpotion": "long_slow_falling_splash_potion", + "slowfalllongsplashpot": "long_slow_falling_splash_potion", + "slowfalllongsplashpotion": "long_slow_falling_splash_potion", + "splashsf2pot": "long_slow_falling_splash_potion", + "splashsf2potion": "long_slow_falling_splash_potion", + "splashsfexpot": "long_slow_falling_splash_potion", + "splashsfexpotion": "long_slow_falling_splash_potion", + "splashsfextendedpot": "long_slow_falling_splash_potion", + "splashsfextendedpotion": "long_slow_falling_splash_potion", + "splashsflevel2pot": "long_slow_falling_splash_potion", + "splashsflevel2potion": "long_slow_falling_splash_potion", + "splashsflongpot": "long_slow_falling_splash_potion", + "splashsflongpotion": "long_slow_falling_splash_potion", + "splashslowfall2pot": "long_slow_falling_splash_potion", + "splashslowfall2potion": "long_slow_falling_splash_potion", + "splashslowfallexpot": "long_slow_falling_splash_potion", + "splashslowfallexpotion": "long_slow_falling_splash_potion", + "splashslowfallextendedpot": "long_slow_falling_splash_potion", + "splashslowfallextendedpotion": "long_slow_falling_splash_potion", + "splashslowfalling2pot": "long_slow_falling_splash_potion", + "splashslowfalling2potion": "long_slow_falling_splash_potion", + "splashslowfallingexpot": "long_slow_falling_splash_potion", + "splashslowfallingexpotion": "long_slow_falling_splash_potion", + "splashslowfallingextendedpot": "long_slow_falling_splash_potion", + "splashslowfallingextendedpotion": "long_slow_falling_splash_potion", + "splashslowfallinglevel2pot": "long_slow_falling_splash_potion", + "splashslowfallinglevel2potion": "long_slow_falling_splash_potion", + "splashslowfallinglongpot": "long_slow_falling_splash_potion", + "splashslowfallinglongpotion": "long_slow_falling_splash_potion", + "splashslowfalllevel2pot": "long_slow_falling_splash_potion", + "splashslowfalllevel2potion": "long_slow_falling_splash_potion", + "splashslowfalllongpot": "long_slow_falling_splash_potion", + "splashslowfalllongpotion": "long_slow_falling_splash_potion", + "splsf2pot": "long_slow_falling_splash_potion", + "splsf2potion": "long_slow_falling_splash_potion", + "splsfexpot": "long_slow_falling_splash_potion", + "splsfexpotion": "long_slow_falling_splash_potion", + "splsfextendedpot": "long_slow_falling_splash_potion", + "splsfextendedpotion": "long_slow_falling_splash_potion", + "splsflevel2pot": "long_slow_falling_splash_potion", + "splsflevel2potion": "long_slow_falling_splash_potion", + "splsflongpot": "long_slow_falling_splash_potion", + "splsflongpotion": "long_slow_falling_splash_potion", + "splslowfall2pot": "long_slow_falling_splash_potion", + "splslowfall2potion": "long_slow_falling_splash_potion", + "splslowfallexpot": "long_slow_falling_splash_potion", + "splslowfallexpotion": "long_slow_falling_splash_potion", + "splslowfallextendedpot": "long_slow_falling_splash_potion", + "splslowfallextendedpotion": "long_slow_falling_splash_potion", + "splslowfalling2pot": "long_slow_falling_splash_potion", + "splslowfalling2potion": "long_slow_falling_splash_potion", + "splslowfallingexpot": "long_slow_falling_splash_potion", + "splslowfallingexpotion": "long_slow_falling_splash_potion", + "splslowfallingextendedpot": "long_slow_falling_splash_potion", + "splslowfallingextendedpotion": "long_slow_falling_splash_potion", + "splslowfallinglevel2pot": "long_slow_falling_splash_potion", + "splslowfallinglevel2potion": "long_slow_falling_splash_potion", + "splslowfallinglongpot": "long_slow_falling_splash_potion", + "splslowfallinglongpotion": "long_slow_falling_splash_potion", + "splslowfalllevel2pot": "long_slow_falling_splash_potion", + "splslowfalllevel2potion": "long_slow_falling_splash_potion", + "splslowfalllongpot": "long_slow_falling_splash_potion", + "splslowfalllongpotion": "long_slow_falling_splash_potion", + "long_slow_falling_tipped_arrow": { + "potionData": { + "type": "SLOW_FALLING", + "upgraded": false, + "extended": true + }, + "material": "TIPPED_ARROW" + }, + "arrowsf2": "long_slow_falling_tipped_arrow", + "arrowsfex": "long_slow_falling_tipped_arrow", + "arrowsfextended": "long_slow_falling_tipped_arrow", + "arrowsflevel2": "long_slow_falling_tipped_arrow", + "arrowsflong": "long_slow_falling_tipped_arrow", + "arrowslowfall2": "long_slow_falling_tipped_arrow", + "arrowslowfallex": "long_slow_falling_tipped_arrow", + "arrowslowfallextended": "long_slow_falling_tipped_arrow", + "arrowslowfalling2": "long_slow_falling_tipped_arrow", + "arrowslowfallingex": "long_slow_falling_tipped_arrow", + "arrowslowfallingextended": "long_slow_falling_tipped_arrow", + "arrowslowfallinglevel2": "long_slow_falling_tipped_arrow", + "arrowslowfallinglong": "long_slow_falling_tipped_arrow", + "arrowslowfalllevel2": "long_slow_falling_tipped_arrow", + "arrowslowfalllong": "long_slow_falling_tipped_arrow", + "sf2tarr": "long_slow_falling_tipped_arrow", + "sf2tarrow": "long_slow_falling_tipped_arrow", + "sf2tippedarrow": "long_slow_falling_tipped_arrow", + "sfarrow2": "long_slow_falling_tipped_arrow", + "sfarrowex": "long_slow_falling_tipped_arrow", + "sfarrowextended": "long_slow_falling_tipped_arrow", + "sfarrowlevel2": "long_slow_falling_tipped_arrow", + "sfarrowlong": "long_slow_falling_tipped_arrow", + "sfextarr": "long_slow_falling_tipped_arrow", + "sfextarrow": "long_slow_falling_tipped_arrow", + "sfextendedtarr": "long_slow_falling_tipped_arrow", + "sfextendedtarrow": "long_slow_falling_tipped_arrow", + "sfextendedtippedarrow": "long_slow_falling_tipped_arrow", + "sfextippedarrow": "long_slow_falling_tipped_arrow", + "sflevel2tarr": "long_slow_falling_tipped_arrow", + "sflevel2tarrow": "long_slow_falling_tipped_arrow", + "sflevel2tippedarrow": "long_slow_falling_tipped_arrow", + "sflongtarr": "long_slow_falling_tipped_arrow", + "sflongtarrow": "long_slow_falling_tipped_arrow", + "sflongtippedarrow": "long_slow_falling_tipped_arrow", + "slowfall2tarr": "long_slow_falling_tipped_arrow", + "slowfall2tarrow": "long_slow_falling_tipped_arrow", + "slowfall2tippedarrow": "long_slow_falling_tipped_arrow", + "slowfallarrow2": "long_slow_falling_tipped_arrow", + "slowfallarrowex": "long_slow_falling_tipped_arrow", + "slowfallarrowextended": "long_slow_falling_tipped_arrow", + "slowfallarrowlevel2": "long_slow_falling_tipped_arrow", + "slowfallarrowlong": "long_slow_falling_tipped_arrow", + "slowfallextarr": "long_slow_falling_tipped_arrow", + "slowfallextarrow": "long_slow_falling_tipped_arrow", + "slowfallextendedtarr": "long_slow_falling_tipped_arrow", + "slowfallextendedtarrow": "long_slow_falling_tipped_arrow", + "slowfallextendedtippedarrow": "long_slow_falling_tipped_arrow", + "slowfallextippedarrow": "long_slow_falling_tipped_arrow", + "slowfalling2tarr": "long_slow_falling_tipped_arrow", + "slowfalling2tarrow": "long_slow_falling_tipped_arrow", + "slowfalling2tippedarrow": "long_slow_falling_tipped_arrow", + "slowfallingarrow2": "long_slow_falling_tipped_arrow", + "slowfallingarrowex": "long_slow_falling_tipped_arrow", + "slowfallingarrowextended": "long_slow_falling_tipped_arrow", + "slowfallingarrowlevel2": "long_slow_falling_tipped_arrow", + "slowfallingarrowlong": "long_slow_falling_tipped_arrow", + "slowfallingextarr": "long_slow_falling_tipped_arrow", + "slowfallingextarrow": "long_slow_falling_tipped_arrow", + "slowfallingextendedtarr": "long_slow_falling_tipped_arrow", + "slowfallingextendedtarrow": "long_slow_falling_tipped_arrow", + "slowfallingextendedtippedarrow": "long_slow_falling_tipped_arrow", + "slowfallingextippedarrow": "long_slow_falling_tipped_arrow", + "slowfallinglevel2tarr": "long_slow_falling_tipped_arrow", + "slowfallinglevel2tarrow": "long_slow_falling_tipped_arrow", + "slowfallinglevel2tippedarrow": "long_slow_falling_tipped_arrow", + "slowfallinglongtarr": "long_slow_falling_tipped_arrow", + "slowfallinglongtarrow": "long_slow_falling_tipped_arrow", + "slowfallinglongtippedarrow": "long_slow_falling_tipped_arrow", + "slowfalllevel2tarr": "long_slow_falling_tipped_arrow", + "slowfalllevel2tarrow": "long_slow_falling_tipped_arrow", + "slowfalllevel2tippedarrow": "long_slow_falling_tipped_arrow", + "slowfalllongtarr": "long_slow_falling_tipped_arrow", + "slowfalllongtarrow": "long_slow_falling_tipped_arrow", + "slowfalllongtippedarrow": "long_slow_falling_tipped_arrow", + "long_slowness_lingering_potion": { + "potionData": { + "type": "SLOWNESS", + "upgraded": false, + "extended": true + }, + "material": "LINGERING_POTION" + }, + "aoepotionslow2": "long_slowness_lingering_potion", + "aoepotionslowex": "long_slowness_lingering_potion", + "aoepotionslowextended": "long_slowness_lingering_potion", + "aoepotionslowlevel2": "long_slowness_lingering_potion", + "aoepotionslowlong": "long_slowness_lingering_potion", + "aoepotionslowness2": "long_slowness_lingering_potion", + "aoepotionslownessex": "long_slowness_lingering_potion", + "aoepotionslownessextended": "long_slowness_lingering_potion", + "aoepotionslownesslevel2": "long_slowness_lingering_potion", + "aoepotionslownesslong": "long_slowness_lingering_potion", + "aoepotslow2": "long_slowness_lingering_potion", + "aoepotslowex": "long_slowness_lingering_potion", + "aoepotslowextended": "long_slowness_lingering_potion", + "aoepotslowlevel2": "long_slowness_lingering_potion", + "aoepotslowlong": "long_slowness_lingering_potion", + "aoepotslowness2": "long_slowness_lingering_potion", + "aoepotslownessex": "long_slowness_lingering_potion", + "aoepotslownessextended": "long_slowness_lingering_potion", + "aoepotslownesslevel2": "long_slowness_lingering_potion", + "aoepotslownesslong": "long_slowness_lingering_potion", + "areapotionslow2": "long_slowness_lingering_potion", + "areapotionslowex": "long_slowness_lingering_potion", + "areapotionslowextended": "long_slowness_lingering_potion", + "areapotionslowlevel2": "long_slowness_lingering_potion", + "areapotionslowlong": "long_slowness_lingering_potion", + "areapotionslowness2": "long_slowness_lingering_potion", + "areapotionslownessex": "long_slowness_lingering_potion", + "areapotionslownessextended": "long_slowness_lingering_potion", + "areapotionslownesslevel2": "long_slowness_lingering_potion", + "areapotionslownesslong": "long_slowness_lingering_potion", + "areapotslow2": "long_slowness_lingering_potion", + "areapotslowex": "long_slowness_lingering_potion", + "areapotslowextended": "long_slowness_lingering_potion", + "areapotslowlevel2": "long_slowness_lingering_potion", + "areapotslowlong": "long_slowness_lingering_potion", + "areapotslowness2": "long_slowness_lingering_potion", + "areapotslownessex": "long_slowness_lingering_potion", + "areapotslownessextended": "long_slowness_lingering_potion", + "areapotslownesslevel2": "long_slowness_lingering_potion", + "areapotslownesslong": "long_slowness_lingering_potion", + "cloudpotionslow2": "long_slowness_lingering_potion", + "cloudpotionslowex": "long_slowness_lingering_potion", + "cloudpotionslowextended": "long_slowness_lingering_potion", + "cloudpotionslowlevel2": "long_slowness_lingering_potion", + "cloudpotionslowlong": "long_slowness_lingering_potion", + "cloudpotionslowness2": "long_slowness_lingering_potion", + "cloudpotionslownessex": "long_slowness_lingering_potion", + "cloudpotionslownessextended": "long_slowness_lingering_potion", + "cloudpotionslownesslevel2": "long_slowness_lingering_potion", + "cloudpotionslownesslong": "long_slowness_lingering_potion", + "cloudpotslow2": "long_slowness_lingering_potion", + "cloudpotslowex": "long_slowness_lingering_potion", + "cloudpotslowextended": "long_slowness_lingering_potion", + "cloudpotslowlevel2": "long_slowness_lingering_potion", + "cloudpotslowlong": "long_slowness_lingering_potion", + "cloudpotslowness2": "long_slowness_lingering_potion", + "cloudpotslownessex": "long_slowness_lingering_potion", + "cloudpotslownessextended": "long_slowness_lingering_potion", + "cloudpotslownesslevel2": "long_slowness_lingering_potion", + "cloudpotslownesslong": "long_slowness_lingering_potion", + "lingerpotslow2": "long_slowness_lingering_potion", + "lingerpotslowex": "long_slowness_lingering_potion", + "lingerpotslowextended": "long_slowness_lingering_potion", + "lingerpotslowlevel2": "long_slowness_lingering_potion", + "lingerpotslowlong": "long_slowness_lingering_potion", + "lingerpotslowness2": "long_slowness_lingering_potion", + "lingerpotslownessex": "long_slowness_lingering_potion", + "lingerpotslownessextended": "long_slowness_lingering_potion", + "lingerpotslownesslevel2": "long_slowness_lingering_potion", + "lingerpotslownesslong": "long_slowness_lingering_potion", + "slowaoepoiont2": "long_slowness_lingering_potion", + "slowaoepoiontex": "long_slowness_lingering_potion", + "slowaoepoiontextended": "long_slowness_lingering_potion", + "slowaoepoiontlevel2": "long_slowness_lingering_potion", + "slowaoepoiontlong": "long_slowness_lingering_potion", + "slowaoepot2": "long_slowness_lingering_potion", + "slowaoepotex": "long_slowness_lingering_potion", + "slowaoepotextended": "long_slowness_lingering_potion", + "slowaoepotlevel2": "long_slowness_lingering_potion", + "slowaoepotlong": "long_slowness_lingering_potion", + "slowareapot2": "long_slowness_lingering_potion", + "slowareapotex": "long_slowness_lingering_potion", + "slowareapotextended": "long_slowness_lingering_potion", + "slowareapotion2": "long_slowness_lingering_potion", + "slowareapotionex": "long_slowness_lingering_potion", + "slowareapotionextended": "long_slowness_lingering_potion", + "slowareapotionlevel2": "long_slowness_lingering_potion", + "slowareapotionlong": "long_slowness_lingering_potion", + "slowareapotlevel2": "long_slowness_lingering_potion", + "slowareapotlong": "long_slowness_lingering_potion", + "slowcloudpot2": "long_slowness_lingering_potion", + "slowcloudpotex": "long_slowness_lingering_potion", + "slowcloudpotextended": "long_slowness_lingering_potion", + "slowcloudpotion2": "long_slowness_lingering_potion", + "slowcloudpotionex": "long_slowness_lingering_potion", + "slowcloudpotionextended": "long_slowness_lingering_potion", + "slowcloudpotionlevel2": "long_slowness_lingering_potion", + "slowcloudpotionlong": "long_slowness_lingering_potion", + "slowcloudpotlevel2": "long_slowness_lingering_potion", + "slowcloudpotlong": "long_slowness_lingering_potion", + "slowlingerpot2": "long_slowness_lingering_potion", + "slowlingerpotex": "long_slowness_lingering_potion", + "slowlingerpotextended": "long_slowness_lingering_potion", + "slowlingerpotlevel2": "long_slowness_lingering_potion", + "slowlingerpotlong": "long_slowness_lingering_potion", + "slownessaoepoiont2": "long_slowness_lingering_potion", + "slownessaoepoiontex": "long_slowness_lingering_potion", + "slownessaoepoiontextended": "long_slowness_lingering_potion", + "slownessaoepoiontlevel2": "long_slowness_lingering_potion", + "slownessaoepoiontlong": "long_slowness_lingering_potion", + "slownessaoepot2": "long_slowness_lingering_potion", + "slownessaoepotex": "long_slowness_lingering_potion", + "slownessaoepotextended": "long_slowness_lingering_potion", + "slownessaoepotlevel2": "long_slowness_lingering_potion", + "slownessaoepotlong": "long_slowness_lingering_potion", + "slownessareapot2": "long_slowness_lingering_potion", + "slownessareapotex": "long_slowness_lingering_potion", + "slownessareapotextended": "long_slowness_lingering_potion", + "slownessareapotion2": "long_slowness_lingering_potion", + "slownessareapotionex": "long_slowness_lingering_potion", + "slownessareapotionextended": "long_slowness_lingering_potion", + "slownessareapotionlevel2": "long_slowness_lingering_potion", + "slownessareapotionlong": "long_slowness_lingering_potion", + "slownessareapotlevel2": "long_slowness_lingering_potion", + "slownessareapotlong": "long_slowness_lingering_potion", + "slownesscloudpot2": "long_slowness_lingering_potion", + "slownesscloudpotex": "long_slowness_lingering_potion", + "slownesscloudpotextended": "long_slowness_lingering_potion", + "slownesscloudpotion2": "long_slowness_lingering_potion", + "slownesscloudpotionex": "long_slowness_lingering_potion", + "slownesscloudpotionextended": "long_slowness_lingering_potion", + "slownesscloudpotionlevel2": "long_slowness_lingering_potion", + "slownesscloudpotionlong": "long_slowness_lingering_potion", + "slownesscloudpotlevel2": "long_slowness_lingering_potion", + "slownesscloudpotlong": "long_slowness_lingering_potion", + "slownesslingerpot2": "long_slowness_lingering_potion", + "slownesslingerpotex": "long_slowness_lingering_potion", + "slownesslingerpotextended": "long_slowness_lingering_potion", + "slownesslingerpotlevel2": "long_slowness_lingering_potion", + "slownesslingerpotlong": "long_slowness_lingering_potion", + "long_slowness_potion": { + "potionData": { + "type": "SLOWNESS", + "upgraded": false, + "extended": true + }, + "material": "POTION" + }, + "potionofslow2": "long_slowness_potion", + "potionofslowex": "long_slowness_potion", + "potionofslowextended": "long_slowness_potion", + "potionofslowlevel2": "long_slowness_potion", + "potionofslowlong": "long_slowness_potion", + "potionofslowness2": "long_slowness_potion", + "potionofslownessex": "long_slowness_potion", + "potionofslownessextended": "long_slowness_potion", + "potionofslownesslevel2": "long_slowness_potion", + "potionofslownesslong": "long_slowness_potion", + "potofslow2": "long_slowness_potion", + "potofslowex": "long_slowness_potion", + "potofslowextended": "long_slowness_potion", + "potofslowlevel2": "long_slowness_potion", + "potofslowlong": "long_slowness_potion", + "potofslowness2": "long_slowness_potion", + "potofslownessex": "long_slowness_potion", + "potofslownessextended": "long_slowness_potion", + "potofslownesslevel2": "long_slowness_potion", + "potofslownesslong": "long_slowness_potion", + "slow2pot": "long_slowness_potion", + "slow2potion": "long_slowness_potion", + "slowexpot": "long_slowness_potion", + "slowexpotion": "long_slowness_potion", + "slowextendedpot": "long_slowness_potion", + "slowextendedpotion": "long_slowness_potion", + "slowlevel2pot": "long_slowness_potion", + "slowlevel2potion": "long_slowness_potion", + "slowlongpot": "long_slowness_potion", + "slowlongpotion": "long_slowness_potion", + "slowness2pot": "long_slowness_potion", + "slowness2potion": "long_slowness_potion", + "slownessexpot": "long_slowness_potion", + "slownessexpotion": "long_slowness_potion", + "slownessextendedpot": "long_slowness_potion", + "slownessextendedpotion": "long_slowness_potion", + "slownesslevel2pot": "long_slowness_potion", + "slownesslevel2potion": "long_slowness_potion", + "slownesslongpot": "long_slowness_potion", + "slownesslongpotion": "long_slowness_potion", + "long_slowness_splash_potion": { + "potionData": { + "type": "SLOWNESS", + "upgraded": false, + "extended": true + }, + "material": "SPLASH_POTION" + }, + "slow2splashpot": "long_slowness_splash_potion", + "slow2splashpotion": "long_slowness_splash_potion", + "slowexsplashpot": "long_slowness_splash_potion", + "slowexsplashpotion": "long_slowness_splash_potion", + "slowextendedsplashpot": "long_slowness_splash_potion", + "slowextendedsplashpotion": "long_slowness_splash_potion", + "slowlevel2splashpot": "long_slowness_splash_potion", + "slowlevel2splashpotion": "long_slowness_splash_potion", + "slowlongsplashpot": "long_slowness_splash_potion", + "slowlongsplashpotion": "long_slowness_splash_potion", + "slowness2splashpot": "long_slowness_splash_potion", + "slowness2splashpotion": "long_slowness_splash_potion", + "slownessexsplashpot": "long_slowness_splash_potion", + "slownessexsplashpotion": "long_slowness_splash_potion", + "slownessextendedsplashpot": "long_slowness_splash_potion", + "slownessextendedsplashpotion": "long_slowness_splash_potion", + "slownesslevel2splashpot": "long_slowness_splash_potion", + "slownesslevel2splashpotion": "long_slowness_splash_potion", + "slownesslongsplashpot": "long_slowness_splash_potion", + "slownesslongsplashpotion": "long_slowness_splash_potion", + "splashslow2pot": "long_slowness_splash_potion", + "splashslow2potion": "long_slowness_splash_potion", + "splashslowexpot": "long_slowness_splash_potion", + "splashslowexpotion": "long_slowness_splash_potion", + "splashslowextendedpot": "long_slowness_splash_potion", + "splashslowextendedpotion": "long_slowness_splash_potion", + "splashslowlevel2pot": "long_slowness_splash_potion", + "splashslowlevel2potion": "long_slowness_splash_potion", + "splashslowlongpot": "long_slowness_splash_potion", + "splashslowlongpotion": "long_slowness_splash_potion", + "splashslowness2pot": "long_slowness_splash_potion", + "splashslowness2potion": "long_slowness_splash_potion", + "splashslownessexpot": "long_slowness_splash_potion", + "splashslownessexpotion": "long_slowness_splash_potion", + "splashslownessextendedpot": "long_slowness_splash_potion", + "splashslownessextendedpotion": "long_slowness_splash_potion", + "splashslownesslevel2pot": "long_slowness_splash_potion", + "splashslownesslevel2potion": "long_slowness_splash_potion", + "splashslownesslongpot": "long_slowness_splash_potion", + "splashslownesslongpotion": "long_slowness_splash_potion", + "splslow2pot": "long_slowness_splash_potion", + "splslow2potion": "long_slowness_splash_potion", + "splslowexpot": "long_slowness_splash_potion", + "splslowexpotion": "long_slowness_splash_potion", + "splslowextendedpot": "long_slowness_splash_potion", + "splslowextendedpotion": "long_slowness_splash_potion", + "splslowlevel2pot": "long_slowness_splash_potion", + "splslowlevel2potion": "long_slowness_splash_potion", + "splslowlongpot": "long_slowness_splash_potion", + "splslowlongpotion": "long_slowness_splash_potion", + "splslowness2pot": "long_slowness_splash_potion", + "splslowness2potion": "long_slowness_splash_potion", + "splslownessexpot": "long_slowness_splash_potion", + "splslownessexpotion": "long_slowness_splash_potion", + "splslownessextendedpot": "long_slowness_splash_potion", + "splslownessextendedpotion": "long_slowness_splash_potion", + "splslownesslevel2pot": "long_slowness_splash_potion", + "splslownesslevel2potion": "long_slowness_splash_potion", + "splslownesslongpot": "long_slowness_splash_potion", + "splslownesslongpotion": "long_slowness_splash_potion", + "long_slowness_tipped_arrow": { + "potionData": { + "type": "SLOWNESS", + "upgraded": false, + "extended": true + }, + "material": "TIPPED_ARROW" + }, + "arrowslow2": "long_slowness_tipped_arrow", + "arrowslowex": "long_slowness_tipped_arrow", + "arrowslowextended": "long_slowness_tipped_arrow", + "arrowslowlevel2": "long_slowness_tipped_arrow", + "arrowslowlong": "long_slowness_tipped_arrow", + "arrowslowness2": "long_slowness_tipped_arrow", + "arrowslownessex": "long_slowness_tipped_arrow", + "arrowslownessextended": "long_slowness_tipped_arrow", + "arrowslownesslevel2": "long_slowness_tipped_arrow", + "arrowslownesslong": "long_slowness_tipped_arrow", + "slow2tarr": "long_slowness_tipped_arrow", + "slow2tarrow": "long_slowness_tipped_arrow", + "slow2tippedarrow": "long_slowness_tipped_arrow", + "slowarrow2": "long_slowness_tipped_arrow", + "slowarrowex": "long_slowness_tipped_arrow", + "slowarrowextended": "long_slowness_tipped_arrow", + "slowarrowlevel2": "long_slowness_tipped_arrow", + "slowarrowlong": "long_slowness_tipped_arrow", + "slowextarr": "long_slowness_tipped_arrow", + "slowextarrow": "long_slowness_tipped_arrow", + "slowextendedtarr": "long_slowness_tipped_arrow", + "slowextendedtarrow": "long_slowness_tipped_arrow", + "slowextendedtippedarrow": "long_slowness_tipped_arrow", + "slowextippedarrow": "long_slowness_tipped_arrow", + "slowlevel2tarr": "long_slowness_tipped_arrow", + "slowlevel2tarrow": "long_slowness_tipped_arrow", + "slowlevel2tippedarrow": "long_slowness_tipped_arrow", + "slowlongtarr": "long_slowness_tipped_arrow", + "slowlongtarrow": "long_slowness_tipped_arrow", + "slowlongtippedarrow": "long_slowness_tipped_arrow", + "slowness2tarr": "long_slowness_tipped_arrow", + "slowness2tarrow": "long_slowness_tipped_arrow", + "slowness2tippedarrow": "long_slowness_tipped_arrow", + "slownessarrow2": "long_slowness_tipped_arrow", + "slownessarrowex": "long_slowness_tipped_arrow", + "slownessarrowextended": "long_slowness_tipped_arrow", + "slownessarrowlevel2": "long_slowness_tipped_arrow", + "slownessarrowlong": "long_slowness_tipped_arrow", + "slownessextarr": "long_slowness_tipped_arrow", + "slownessextarrow": "long_slowness_tipped_arrow", + "slownessextendedtarr": "long_slowness_tipped_arrow", + "slownessextendedtarrow": "long_slowness_tipped_arrow", + "slownessextendedtippedarrow": "long_slowness_tipped_arrow", + "slownessextippedarrow": "long_slowness_tipped_arrow", + "slownesslevel2tarr": "long_slowness_tipped_arrow", + "slownesslevel2tarrow": "long_slowness_tipped_arrow", + "slownesslevel2tippedarrow": "long_slowness_tipped_arrow", + "slownesslongtarr": "long_slowness_tipped_arrow", + "slownesslongtarrow": "long_slowness_tipped_arrow", + "slownesslongtippedarrow": "long_slowness_tipped_arrow", + "long_strength_lingering_potion": { + "potionData": { + "type": "STRENGTH", + "upgraded": false, + "extended": true + }, + "material": "LINGERING_POTION" + }, + "aoepotionstr2": "long_strength_lingering_potion", + "aoepotionstrength2": "long_strength_lingering_potion", + "aoepotionstrengthex": "long_strength_lingering_potion", + "aoepotionstrengthextended": "long_strength_lingering_potion", + "aoepotionstrengthlevel2": "long_strength_lingering_potion", + "aoepotionstrengthlong": "long_strength_lingering_potion", + "aoepotionstrex": "long_strength_lingering_potion", + "aoepotionstrextended": "long_strength_lingering_potion", + "aoepotionstrlevel2": "long_strength_lingering_potion", + "aoepotionstrlong": "long_strength_lingering_potion", + "aoepotionstrong2": "long_strength_lingering_potion", + "aoepotionstrongex": "long_strength_lingering_potion", + "aoepotionstrongextended": "long_strength_lingering_potion", + "aoepotionstronglevel2": "long_strength_lingering_potion", + "aoepotionstronglong": "long_strength_lingering_potion", + "aoepotstr2": "long_strength_lingering_potion", + "aoepotstrength2": "long_strength_lingering_potion", + "aoepotstrengthex": "long_strength_lingering_potion", + "aoepotstrengthextended": "long_strength_lingering_potion", + "aoepotstrengthlevel2": "long_strength_lingering_potion", + "aoepotstrengthlong": "long_strength_lingering_potion", + "aoepotstrex": "long_strength_lingering_potion", + "aoepotstrextended": "long_strength_lingering_potion", + "aoepotstrlevel2": "long_strength_lingering_potion", + "aoepotstrlong": "long_strength_lingering_potion", + "aoepotstrong2": "long_strength_lingering_potion", + "aoepotstrongex": "long_strength_lingering_potion", + "aoepotstrongextended": "long_strength_lingering_potion", + "aoepotstronglevel2": "long_strength_lingering_potion", + "aoepotstronglong": "long_strength_lingering_potion", + "areapotionstr2": "long_strength_lingering_potion", + "areapotionstrength2": "long_strength_lingering_potion", + "areapotionstrengthex": "long_strength_lingering_potion", + "areapotionstrengthextended": "long_strength_lingering_potion", + "areapotionstrengthlevel2": "long_strength_lingering_potion", + "areapotionstrengthlong": "long_strength_lingering_potion", + "areapotionstrex": "long_strength_lingering_potion", + "areapotionstrextended": "long_strength_lingering_potion", + "areapotionstrlevel2": "long_strength_lingering_potion", + "areapotionstrlong": "long_strength_lingering_potion", + "areapotionstrong2": "long_strength_lingering_potion", + "areapotionstrongex": "long_strength_lingering_potion", + "areapotionstrongextended": "long_strength_lingering_potion", + "areapotionstronglevel2": "long_strength_lingering_potion", + "areapotionstronglong": "long_strength_lingering_potion", + "areapotstr2": "long_strength_lingering_potion", + "areapotstrength2": "long_strength_lingering_potion", + "areapotstrengthex": "long_strength_lingering_potion", + "areapotstrengthextended": "long_strength_lingering_potion", + "areapotstrengthlevel2": "long_strength_lingering_potion", + "areapotstrengthlong": "long_strength_lingering_potion", + "areapotstrex": "long_strength_lingering_potion", + "areapotstrextended": "long_strength_lingering_potion", + "areapotstrlevel2": "long_strength_lingering_potion", + "areapotstrlong": "long_strength_lingering_potion", + "areapotstrong2": "long_strength_lingering_potion", + "areapotstrongex": "long_strength_lingering_potion", + "areapotstrongextended": "long_strength_lingering_potion", + "areapotstronglevel2": "long_strength_lingering_potion", + "areapotstronglong": "long_strength_lingering_potion", + "cloudpotionstr2": "long_strength_lingering_potion", + "cloudpotionstrength2": "long_strength_lingering_potion", + "cloudpotionstrengthex": "long_strength_lingering_potion", + "cloudpotionstrengthextended": "long_strength_lingering_potion", + "cloudpotionstrengthlevel2": "long_strength_lingering_potion", + "cloudpotionstrengthlong": "long_strength_lingering_potion", + "cloudpotionstrex": "long_strength_lingering_potion", + "cloudpotionstrextended": "long_strength_lingering_potion", + "cloudpotionstrlevel2": "long_strength_lingering_potion", + "cloudpotionstrlong": "long_strength_lingering_potion", + "cloudpotionstrong2": "long_strength_lingering_potion", + "cloudpotionstrongex": "long_strength_lingering_potion", + "cloudpotionstrongextended": "long_strength_lingering_potion", + "cloudpotionstronglevel2": "long_strength_lingering_potion", + "cloudpotionstronglong": "long_strength_lingering_potion", + "cloudpotstr2": "long_strength_lingering_potion", + "cloudpotstrength2": "long_strength_lingering_potion", + "cloudpotstrengthex": "long_strength_lingering_potion", + "cloudpotstrengthextended": "long_strength_lingering_potion", + "cloudpotstrengthlevel2": "long_strength_lingering_potion", + "cloudpotstrengthlong": "long_strength_lingering_potion", + "cloudpotstrex": "long_strength_lingering_potion", + "cloudpotstrextended": "long_strength_lingering_potion", + "cloudpotstrlevel2": "long_strength_lingering_potion", + "cloudpotstrlong": "long_strength_lingering_potion", + "cloudpotstrong2": "long_strength_lingering_potion", + "cloudpotstrongex": "long_strength_lingering_potion", + "cloudpotstrongextended": "long_strength_lingering_potion", + "cloudpotstronglevel2": "long_strength_lingering_potion", + "cloudpotstronglong": "long_strength_lingering_potion", + "lingerpotstr2": "long_strength_lingering_potion", + "lingerpotstrength2": "long_strength_lingering_potion", + "lingerpotstrengthex": "long_strength_lingering_potion", + "lingerpotstrengthextended": "long_strength_lingering_potion", + "lingerpotstrengthlevel2": "long_strength_lingering_potion", + "lingerpotstrengthlong": "long_strength_lingering_potion", + "lingerpotstrex": "long_strength_lingering_potion", + "lingerpotstrextended": "long_strength_lingering_potion", + "lingerpotstrlevel2": "long_strength_lingering_potion", + "lingerpotstrlong": "long_strength_lingering_potion", + "lingerpotstrong2": "long_strength_lingering_potion", + "lingerpotstrongex": "long_strength_lingering_potion", + "lingerpotstrongextended": "long_strength_lingering_potion", + "lingerpotstronglevel2": "long_strength_lingering_potion", + "lingerpotstronglong": "long_strength_lingering_potion", + "straoepoiont2": "long_strength_lingering_potion", + "straoepoiontex": "long_strength_lingering_potion", + "straoepoiontextended": "long_strength_lingering_potion", + "straoepoiontlevel2": "long_strength_lingering_potion", + "straoepoiontlong": "long_strength_lingering_potion", + "straoepot2": "long_strength_lingering_potion", + "straoepotex": "long_strength_lingering_potion", + "straoepotextended": "long_strength_lingering_potion", + "straoepotlevel2": "long_strength_lingering_potion", + "straoepotlong": "long_strength_lingering_potion", + "strareapot2": "long_strength_lingering_potion", + "strareapotex": "long_strength_lingering_potion", + "strareapotextended": "long_strength_lingering_potion", + "strareapotion2": "long_strength_lingering_potion", + "strareapotionex": "long_strength_lingering_potion", + "strareapotionextended": "long_strength_lingering_potion", + "strareapotionlevel2": "long_strength_lingering_potion", + "strareapotionlong": "long_strength_lingering_potion", + "strareapotlevel2": "long_strength_lingering_potion", + "strareapotlong": "long_strength_lingering_potion", + "strcloudpot2": "long_strength_lingering_potion", + "strcloudpotex": "long_strength_lingering_potion", + "strcloudpotextended": "long_strength_lingering_potion", + "strcloudpotion2": "long_strength_lingering_potion", + "strcloudpotionex": "long_strength_lingering_potion", + "strcloudpotionextended": "long_strength_lingering_potion", + "strcloudpotionlevel2": "long_strength_lingering_potion", + "strcloudpotionlong": "long_strength_lingering_potion", + "strcloudpotlevel2": "long_strength_lingering_potion", + "strcloudpotlong": "long_strength_lingering_potion", + "strengthaoepoiont2": "long_strength_lingering_potion", + "strengthaoepoiontex": "long_strength_lingering_potion", + "strengthaoepoiontextended": "long_strength_lingering_potion", + "strengthaoepoiontlevel2": "long_strength_lingering_potion", + "strengthaoepoiontlong": "long_strength_lingering_potion", + "strengthaoepot2": "long_strength_lingering_potion", + "strengthaoepotex": "long_strength_lingering_potion", + "strengthaoepotextended": "long_strength_lingering_potion", + "strengthaoepotlevel2": "long_strength_lingering_potion", + "strengthaoepotlong": "long_strength_lingering_potion", + "strengthareapot2": "long_strength_lingering_potion", + "strengthareapotex": "long_strength_lingering_potion", + "strengthareapotextended": "long_strength_lingering_potion", + "strengthareapotion2": "long_strength_lingering_potion", + "strengthareapotionex": "long_strength_lingering_potion", + "strengthareapotionextended": "long_strength_lingering_potion", + "strengthareapotionlevel2": "long_strength_lingering_potion", + "strengthareapotionlong": "long_strength_lingering_potion", + "strengthareapotlevel2": "long_strength_lingering_potion", + "strengthareapotlong": "long_strength_lingering_potion", + "strengthcloudpot2": "long_strength_lingering_potion", + "strengthcloudpotex": "long_strength_lingering_potion", + "strengthcloudpotextended": "long_strength_lingering_potion", + "strengthcloudpotion2": "long_strength_lingering_potion", + "strengthcloudpotionex": "long_strength_lingering_potion", + "strengthcloudpotionextended": "long_strength_lingering_potion", + "strengthcloudpotionlevel2": "long_strength_lingering_potion", + "strengthcloudpotionlong": "long_strength_lingering_potion", + "strengthcloudpotlevel2": "long_strength_lingering_potion", + "strengthcloudpotlong": "long_strength_lingering_potion", + "strengthlingerpot2": "long_strength_lingering_potion", + "strengthlingerpotex": "long_strength_lingering_potion", + "strengthlingerpotextended": "long_strength_lingering_potion", + "strengthlingerpotlevel2": "long_strength_lingering_potion", + "strengthlingerpotlong": "long_strength_lingering_potion", + "strlingerpot2": "long_strength_lingering_potion", + "strlingerpotex": "long_strength_lingering_potion", + "strlingerpotextended": "long_strength_lingering_potion", + "strlingerpotlevel2": "long_strength_lingering_potion", + "strlingerpotlong": "long_strength_lingering_potion", + "strongaoepoiont2": "long_strength_lingering_potion", + "strongaoepoiontex": "long_strength_lingering_potion", + "strongaoepoiontextended": "long_strength_lingering_potion", + "strongaoepoiontlevel2": "long_strength_lingering_potion", + "strongaoepoiontlong": "long_strength_lingering_potion", + "strongaoepot2": "long_strength_lingering_potion", + "strongaoepotex": "long_strength_lingering_potion", + "strongaoepotextended": "long_strength_lingering_potion", + "strongaoepotlevel2": "long_strength_lingering_potion", + "strongaoepotlong": "long_strength_lingering_potion", + "strongareapot2": "long_strength_lingering_potion", + "strongareapotex": "long_strength_lingering_potion", + "strongareapotextended": "long_strength_lingering_potion", + "strongareapotion2": "long_strength_lingering_potion", + "strongareapotionex": "long_strength_lingering_potion", + "strongareapotionextended": "long_strength_lingering_potion", + "strongareapotionlevel2": "long_strength_lingering_potion", + "strongareapotionlong": "long_strength_lingering_potion", + "strongareapotlevel2": "long_strength_lingering_potion", + "strongareapotlong": "long_strength_lingering_potion", + "strongcloudpot2": "long_strength_lingering_potion", + "strongcloudpotex": "long_strength_lingering_potion", + "strongcloudpotextended": "long_strength_lingering_potion", + "strongcloudpotion2": "long_strength_lingering_potion", + "strongcloudpotionex": "long_strength_lingering_potion", + "strongcloudpotionextended": "long_strength_lingering_potion", + "strongcloudpotionlevel2": "long_strength_lingering_potion", + "strongcloudpotionlong": "long_strength_lingering_potion", + "strongcloudpotlevel2": "long_strength_lingering_potion", + "strongcloudpotlong": "long_strength_lingering_potion", + "stronglingerpot2": "long_strength_lingering_potion", + "stronglingerpotex": "long_strength_lingering_potion", + "stronglingerpotextended": "long_strength_lingering_potion", + "stronglingerpotlevel2": "long_strength_lingering_potion", + "stronglingerpotlong": "long_strength_lingering_potion", + "long_strength_potion": { + "potionData": { + "type": "STRENGTH", + "upgraded": false, + "extended": true + }, + "material": "POTION" + }, + "potionofstr2": "long_strength_potion", + "potionofstrength2": "long_strength_potion", + "potionofstrengthex": "long_strength_potion", + "potionofstrengthextended": "long_strength_potion", + "potionofstrengthlevel2": "long_strength_potion", + "potionofstrengthlong": "long_strength_potion", + "potionofstrex": "long_strength_potion", + "potionofstrextended": "long_strength_potion", + "potionofstrlevel2": "long_strength_potion", + "potionofstrlong": "long_strength_potion", + "potionofstrong2": "long_strength_potion", + "potionofstrongex": "long_strength_potion", + "potionofstrongextended": "long_strength_potion", + "potionofstronglevel2": "long_strength_potion", + "potionofstronglong": "long_strength_potion", + "potofstr2": "long_strength_potion", + "potofstrength2": "long_strength_potion", + "potofstrengthex": "long_strength_potion", + "potofstrengthextended": "long_strength_potion", + "potofstrengthlevel2": "long_strength_potion", + "potofstrengthlong": "long_strength_potion", + "potofstrex": "long_strength_potion", + "potofstrextended": "long_strength_potion", + "potofstrlevel2": "long_strength_potion", + "potofstrlong": "long_strength_potion", + "potofstrong2": "long_strength_potion", + "potofstrongex": "long_strength_potion", + "potofstrongextended": "long_strength_potion", + "potofstronglevel2": "long_strength_potion", + "potofstronglong": "long_strength_potion", + "str2pot": "long_strength_potion", + "str2potion": "long_strength_potion", + "strength2pot": "long_strength_potion", + "strength2potion": "long_strength_potion", + "strengthexpot": "long_strength_potion", + "strengthexpotion": "long_strength_potion", + "strengthextendedpot": "long_strength_potion", + "strengthextendedpotion": "long_strength_potion", + "strengthlevel2pot": "long_strength_potion", + "strengthlevel2potion": "long_strength_potion", + "strengthlongpot": "long_strength_potion", + "strengthlongpotion": "long_strength_potion", + "strexpot": "long_strength_potion", + "strexpotion": "long_strength_potion", + "strextendedpot": "long_strength_potion", + "strextendedpotion": "long_strength_potion", + "strlevel2pot": "long_strength_potion", + "strlevel2potion": "long_strength_potion", + "strlongpot": "long_strength_potion", + "strlongpotion": "long_strength_potion", + "strong2pot": "long_strength_potion", + "strong2potion": "long_strength_potion", + "strongexpot": "long_strength_potion", + "strongexpotion": "long_strength_potion", + "strongextendedpot": "long_strength_potion", + "strongextendedpotion": "long_strength_potion", + "stronglevel2pot": "long_strength_potion", + "stronglevel2potion": "long_strength_potion", + "stronglongpot": "long_strength_potion", + "stronglongpotion": "long_strength_potion", + "long_strength_splash_potion": { + "potionData": { + "type": "STRENGTH", + "upgraded": false, + "extended": true + }, + "material": "SPLASH_POTION" + }, + "splashstr2pot": "long_strength_splash_potion", + "splashstr2potion": "long_strength_splash_potion", + "splashstrength2pot": "long_strength_splash_potion", + "splashstrength2potion": "long_strength_splash_potion", + "splashstrengthexpot": "long_strength_splash_potion", + "splashstrengthexpotion": "long_strength_splash_potion", + "splashstrengthextendedpot": "long_strength_splash_potion", + "splashstrengthextendedpotion": "long_strength_splash_potion", + "splashstrengthlevel2pot": "long_strength_splash_potion", + "splashstrengthlevel2potion": "long_strength_splash_potion", + "splashstrengthlongpot": "long_strength_splash_potion", + "splashstrengthlongpotion": "long_strength_splash_potion", + "splashstrexpot": "long_strength_splash_potion", + "splashstrexpotion": "long_strength_splash_potion", + "splashstrextendedpot": "long_strength_splash_potion", + "splashstrextendedpotion": "long_strength_splash_potion", + "splashstrlevel2pot": "long_strength_splash_potion", + "splashstrlevel2potion": "long_strength_splash_potion", + "splashstrlongpot": "long_strength_splash_potion", + "splashstrlongpotion": "long_strength_splash_potion", + "splashstrong2pot": "long_strength_splash_potion", + "splashstrong2potion": "long_strength_splash_potion", + "splashstrongexpot": "long_strength_splash_potion", + "splashstrongexpotion": "long_strength_splash_potion", + "splashstrongextendedpot": "long_strength_splash_potion", + "splashstrongextendedpotion": "long_strength_splash_potion", + "splashstronglevel2pot": "long_strength_splash_potion", + "splashstronglevel2potion": "long_strength_splash_potion", + "splashstronglongpot": "long_strength_splash_potion", + "splashstronglongpotion": "long_strength_splash_potion", + "splstr2pot": "long_strength_splash_potion", + "splstr2potion": "long_strength_splash_potion", + "splstrength2pot": "long_strength_splash_potion", + "splstrength2potion": "long_strength_splash_potion", + "splstrengthexpot": "long_strength_splash_potion", + "splstrengthexpotion": "long_strength_splash_potion", + "splstrengthextendedpot": "long_strength_splash_potion", + "splstrengthextendedpotion": "long_strength_splash_potion", + "splstrengthlevel2pot": "long_strength_splash_potion", + "splstrengthlevel2potion": "long_strength_splash_potion", + "splstrengthlongpot": "long_strength_splash_potion", + "splstrengthlongpotion": "long_strength_splash_potion", + "splstrexpot": "long_strength_splash_potion", + "splstrexpotion": "long_strength_splash_potion", + "splstrextendedpot": "long_strength_splash_potion", + "splstrextendedpotion": "long_strength_splash_potion", + "splstrlevel2pot": "long_strength_splash_potion", + "splstrlevel2potion": "long_strength_splash_potion", + "splstrlongpot": "long_strength_splash_potion", + "splstrlongpotion": "long_strength_splash_potion", + "splstrong2pot": "long_strength_splash_potion", + "splstrong2potion": "long_strength_splash_potion", + "splstrongexpot": "long_strength_splash_potion", + "splstrongexpotion": "long_strength_splash_potion", + "splstrongextendedpot": "long_strength_splash_potion", + "splstrongextendedpotion": "long_strength_splash_potion", + "splstronglevel2pot": "long_strength_splash_potion", + "splstronglevel2potion": "long_strength_splash_potion", + "splstronglongpot": "long_strength_splash_potion", + "splstronglongpotion": "long_strength_splash_potion", + "str2splashpot": "long_strength_splash_potion", + "str2splashpotion": "long_strength_splash_potion", + "strength2splashpot": "long_strength_splash_potion", + "strength2splashpotion": "long_strength_splash_potion", + "strengthexsplashpot": "long_strength_splash_potion", + "strengthexsplashpotion": "long_strength_splash_potion", + "strengthextendedsplashpot": "long_strength_splash_potion", + "strengthextendedsplashpotion": "long_strength_splash_potion", + "strengthlevel2splashpot": "long_strength_splash_potion", + "strengthlevel2splashpotion": "long_strength_splash_potion", + "strengthlongsplashpot": "long_strength_splash_potion", + "strengthlongsplashpotion": "long_strength_splash_potion", + "strexsplashpot": "long_strength_splash_potion", + "strexsplashpotion": "long_strength_splash_potion", + "strextendedsplashpot": "long_strength_splash_potion", + "strextendedsplashpotion": "long_strength_splash_potion", + "strlevel2splashpot": "long_strength_splash_potion", + "strlevel2splashpotion": "long_strength_splash_potion", + "strlongsplashpot": "long_strength_splash_potion", + "strlongsplashpotion": "long_strength_splash_potion", + "strong2splashpot": "long_strength_splash_potion", + "strong2splashpotion": "long_strength_splash_potion", + "strongexsplashpot": "long_strength_splash_potion", + "strongexsplashpotion": "long_strength_splash_potion", + "strongextendedsplashpot": "long_strength_splash_potion", + "strongextendedsplashpotion": "long_strength_splash_potion", + "stronglevel2splashpot": "long_strength_splash_potion", + "stronglevel2splashpotion": "long_strength_splash_potion", + "stronglongsplashpot": "long_strength_splash_potion", + "stronglongsplashpotion": "long_strength_splash_potion", + "long_strength_tipped_arrow": { + "potionData": { + "type": "STRENGTH", + "upgraded": false, + "extended": true + }, + "material": "TIPPED_ARROW" + }, + "arrowstr2": "long_strength_tipped_arrow", + "arrowstrength2": "long_strength_tipped_arrow", + "arrowstrengthex": "long_strength_tipped_arrow", + "arrowstrengthextended": "long_strength_tipped_arrow", + "arrowstrengthlevel2": "long_strength_tipped_arrow", + "arrowstrengthlong": "long_strength_tipped_arrow", + "arrowstrex": "long_strength_tipped_arrow", + "arrowstrextended": "long_strength_tipped_arrow", + "arrowstrlevel2": "long_strength_tipped_arrow", + "arrowstrlong": "long_strength_tipped_arrow", + "arrowstrong2": "long_strength_tipped_arrow", + "arrowstrongex": "long_strength_tipped_arrow", + "arrowstrongextended": "long_strength_tipped_arrow", + "arrowstronglevel2": "long_strength_tipped_arrow", + "arrowstronglong": "long_strength_tipped_arrow", + "str2tarr": "long_strength_tipped_arrow", + "str2tarrow": "long_strength_tipped_arrow", + "str2tippedarrow": "long_strength_tipped_arrow", + "strarrow2": "long_strength_tipped_arrow", + "strarrowex": "long_strength_tipped_arrow", + "strarrowextended": "long_strength_tipped_arrow", + "strarrowlevel2": "long_strength_tipped_arrow", + "strarrowlong": "long_strength_tipped_arrow", + "strength2tarr": "long_strength_tipped_arrow", + "strength2tarrow": "long_strength_tipped_arrow", + "strength2tippedarrow": "long_strength_tipped_arrow", + "strengtharrow2": "long_strength_tipped_arrow", + "strengtharrowex": "long_strength_tipped_arrow", + "strengtharrowextended": "long_strength_tipped_arrow", + "strengtharrowlevel2": "long_strength_tipped_arrow", + "strengtharrowlong": "long_strength_tipped_arrow", + "strengthextarr": "long_strength_tipped_arrow", + "strengthextarrow": "long_strength_tipped_arrow", + "strengthextendedtarr": "long_strength_tipped_arrow", + "strengthextendedtarrow": "long_strength_tipped_arrow", + "strengthextendedtippedarrow": "long_strength_tipped_arrow", + "strengthextippedarrow": "long_strength_tipped_arrow", + "strengthlevel2tarr": "long_strength_tipped_arrow", + "strengthlevel2tarrow": "long_strength_tipped_arrow", + "strengthlevel2tippedarrow": "long_strength_tipped_arrow", + "strengthlongtarr": "long_strength_tipped_arrow", + "strengthlongtarrow": "long_strength_tipped_arrow", + "strengthlongtippedarrow": "long_strength_tipped_arrow", + "strextarr": "long_strength_tipped_arrow", + "strextarrow": "long_strength_tipped_arrow", + "strextendedtarr": "long_strength_tipped_arrow", + "strextendedtarrow": "long_strength_tipped_arrow", + "strextendedtippedarrow": "long_strength_tipped_arrow", + "strextippedarrow": "long_strength_tipped_arrow", + "strlevel2tarr": "long_strength_tipped_arrow", + "strlevel2tarrow": "long_strength_tipped_arrow", + "strlevel2tippedarrow": "long_strength_tipped_arrow", + "strlongtarr": "long_strength_tipped_arrow", + "strlongtarrow": "long_strength_tipped_arrow", + "strlongtippedarrow": "long_strength_tipped_arrow", + "strong2tarr": "long_strength_tipped_arrow", + "strong2tarrow": "long_strength_tipped_arrow", + "strong2tippedarrow": "long_strength_tipped_arrow", + "strongarrow2": "long_strength_tipped_arrow", + "strongarrowex": "long_strength_tipped_arrow", + "strongarrowextended": "long_strength_tipped_arrow", + "strongarrowlevel2": "long_strength_tipped_arrow", + "strongarrowlong": "long_strength_tipped_arrow", + "strongextarr": "long_strength_tipped_arrow", + "strongextarrow": "long_strength_tipped_arrow", + "strongextendedtarr": "long_strength_tipped_arrow", + "strongextendedtarrow": "long_strength_tipped_arrow", + "strongextendedtippedarrow": "long_strength_tipped_arrow", + "strongextippedarrow": "long_strength_tipped_arrow", + "stronglevel2tarr": "long_strength_tipped_arrow", + "stronglevel2tarrow": "long_strength_tipped_arrow", + "stronglevel2tippedarrow": "long_strength_tipped_arrow", + "stronglongtarr": "long_strength_tipped_arrow", + "stronglongtarrow": "long_strength_tipped_arrow", + "stronglongtippedarrow": "long_strength_tipped_arrow", + "long_swiftness_lingering_potion": { + "potionData": { + "type": "SPEED", + "upgraded": false, + "extended": true + }, + "material": "LINGERING_POTION" + }, + "aoepotionspeed2": "long_swiftness_lingering_potion", + "aoepotionspeedex": "long_swiftness_lingering_potion", + "aoepotionspeedextended": "long_swiftness_lingering_potion", + "aoepotionspeedlevel2": "long_swiftness_lingering_potion", + "aoepotionspeedlong": "long_swiftness_lingering_potion", + "aoepotionswift2": "long_swiftness_lingering_potion", + "aoepotionswiftex": "long_swiftness_lingering_potion", + "aoepotionswiftextended": "long_swiftness_lingering_potion", + "aoepotionswiftlevel2": "long_swiftness_lingering_potion", + "aoepotionswiftlong": "long_swiftness_lingering_potion", + "aoepotionswiftness2": "long_swiftness_lingering_potion", + "aoepotionswiftnessex": "long_swiftness_lingering_potion", + "aoepotionswiftnessextended": "long_swiftness_lingering_potion", + "aoepotionswiftnesslevel2": "long_swiftness_lingering_potion", + "aoepotionswiftnesslong": "long_swiftness_lingering_potion", + "aoepotspeed2": "long_swiftness_lingering_potion", + "aoepotspeedex": "long_swiftness_lingering_potion", + "aoepotspeedextended": "long_swiftness_lingering_potion", + "aoepotspeedlevel2": "long_swiftness_lingering_potion", + "aoepotspeedlong": "long_swiftness_lingering_potion", + "aoepotswift2": "long_swiftness_lingering_potion", + "aoepotswiftex": "long_swiftness_lingering_potion", + "aoepotswiftextended": "long_swiftness_lingering_potion", + "aoepotswiftlevel2": "long_swiftness_lingering_potion", + "aoepotswiftlong": "long_swiftness_lingering_potion", + "aoepotswiftness2": "long_swiftness_lingering_potion", + "aoepotswiftnessex": "long_swiftness_lingering_potion", + "aoepotswiftnessextended": "long_swiftness_lingering_potion", + "aoepotswiftnesslevel2": "long_swiftness_lingering_potion", + "aoepotswiftnesslong": "long_swiftness_lingering_potion", + "areapotionspeed2": "long_swiftness_lingering_potion", + "areapotionspeedex": "long_swiftness_lingering_potion", + "areapotionspeedextended": "long_swiftness_lingering_potion", + "areapotionspeedlevel2": "long_swiftness_lingering_potion", + "areapotionspeedlong": "long_swiftness_lingering_potion", + "areapotionswift2": "long_swiftness_lingering_potion", + "areapotionswiftex": "long_swiftness_lingering_potion", + "areapotionswiftextended": "long_swiftness_lingering_potion", + "areapotionswiftlevel2": "long_swiftness_lingering_potion", + "areapotionswiftlong": "long_swiftness_lingering_potion", + "areapotionswiftness2": "long_swiftness_lingering_potion", + "areapotionswiftnessex": "long_swiftness_lingering_potion", + "areapotionswiftnessextended": "long_swiftness_lingering_potion", + "areapotionswiftnesslevel2": "long_swiftness_lingering_potion", + "areapotionswiftnesslong": "long_swiftness_lingering_potion", + "areapotspeed2": "long_swiftness_lingering_potion", + "areapotspeedex": "long_swiftness_lingering_potion", + "areapotspeedextended": "long_swiftness_lingering_potion", + "areapotspeedlevel2": "long_swiftness_lingering_potion", + "areapotspeedlong": "long_swiftness_lingering_potion", + "areapotswift2": "long_swiftness_lingering_potion", + "areapotswiftex": "long_swiftness_lingering_potion", + "areapotswiftextended": "long_swiftness_lingering_potion", + "areapotswiftlevel2": "long_swiftness_lingering_potion", + "areapotswiftlong": "long_swiftness_lingering_potion", + "areapotswiftness2": "long_swiftness_lingering_potion", + "areapotswiftnessex": "long_swiftness_lingering_potion", + "areapotswiftnessextended": "long_swiftness_lingering_potion", + "areapotswiftnesslevel2": "long_swiftness_lingering_potion", + "areapotswiftnesslong": "long_swiftness_lingering_potion", + "cloudpotionspeed2": "long_swiftness_lingering_potion", + "cloudpotionspeedex": "long_swiftness_lingering_potion", + "cloudpotionspeedextended": "long_swiftness_lingering_potion", + "cloudpotionspeedlevel2": "long_swiftness_lingering_potion", + "cloudpotionspeedlong": "long_swiftness_lingering_potion", + "cloudpotionswift2": "long_swiftness_lingering_potion", + "cloudpotionswiftex": "long_swiftness_lingering_potion", + "cloudpotionswiftextended": "long_swiftness_lingering_potion", + "cloudpotionswiftlevel2": "long_swiftness_lingering_potion", + "cloudpotionswiftlong": "long_swiftness_lingering_potion", + "cloudpotionswiftness2": "long_swiftness_lingering_potion", + "cloudpotionswiftnessex": "long_swiftness_lingering_potion", + "cloudpotionswiftnessextended": "long_swiftness_lingering_potion", + "cloudpotionswiftnesslevel2": "long_swiftness_lingering_potion", + "cloudpotionswiftnesslong": "long_swiftness_lingering_potion", + "cloudpotspeed2": "long_swiftness_lingering_potion", + "cloudpotspeedex": "long_swiftness_lingering_potion", + "cloudpotspeedextended": "long_swiftness_lingering_potion", + "cloudpotspeedlevel2": "long_swiftness_lingering_potion", + "cloudpotspeedlong": "long_swiftness_lingering_potion", + "cloudpotswift2": "long_swiftness_lingering_potion", + "cloudpotswiftex": "long_swiftness_lingering_potion", + "cloudpotswiftextended": "long_swiftness_lingering_potion", + "cloudpotswiftlevel2": "long_swiftness_lingering_potion", + "cloudpotswiftlong": "long_swiftness_lingering_potion", + "cloudpotswiftness2": "long_swiftness_lingering_potion", + "cloudpotswiftnessex": "long_swiftness_lingering_potion", + "cloudpotswiftnessextended": "long_swiftness_lingering_potion", + "cloudpotswiftnesslevel2": "long_swiftness_lingering_potion", + "cloudpotswiftnesslong": "long_swiftness_lingering_potion", + "lingerpotspeed2": "long_swiftness_lingering_potion", + "lingerpotspeedex": "long_swiftness_lingering_potion", + "lingerpotspeedextended": "long_swiftness_lingering_potion", + "lingerpotspeedlevel2": "long_swiftness_lingering_potion", + "lingerpotspeedlong": "long_swiftness_lingering_potion", + "lingerpotswift2": "long_swiftness_lingering_potion", + "lingerpotswiftex": "long_swiftness_lingering_potion", + "lingerpotswiftextended": "long_swiftness_lingering_potion", + "lingerpotswiftlevel2": "long_swiftness_lingering_potion", + "lingerpotswiftlong": "long_swiftness_lingering_potion", + "lingerpotswiftness2": "long_swiftness_lingering_potion", + "lingerpotswiftnessex": "long_swiftness_lingering_potion", + "lingerpotswiftnessextended": "long_swiftness_lingering_potion", + "lingerpotswiftnesslevel2": "long_swiftness_lingering_potion", + "lingerpotswiftnesslong": "long_swiftness_lingering_potion", + "speedaoepoiont2": "long_swiftness_lingering_potion", + "speedaoepoiontex": "long_swiftness_lingering_potion", + "speedaoepoiontextended": "long_swiftness_lingering_potion", + "speedaoepoiontlevel2": "long_swiftness_lingering_potion", + "speedaoepoiontlong": "long_swiftness_lingering_potion", + "speedaoepot2": "long_swiftness_lingering_potion", + "speedaoepotex": "long_swiftness_lingering_potion", + "speedaoepotextended": "long_swiftness_lingering_potion", + "speedaoepotlevel2": "long_swiftness_lingering_potion", + "speedaoepotlong": "long_swiftness_lingering_potion", + "speedareapot2": "long_swiftness_lingering_potion", + "speedareapotex": "long_swiftness_lingering_potion", + "speedareapotextended": "long_swiftness_lingering_potion", + "speedareapotion2": "long_swiftness_lingering_potion", + "speedareapotionex": "long_swiftness_lingering_potion", + "speedareapotionextended": "long_swiftness_lingering_potion", + "speedareapotionlevel2": "long_swiftness_lingering_potion", + "speedareapotionlong": "long_swiftness_lingering_potion", + "speedareapotlevel2": "long_swiftness_lingering_potion", + "speedareapotlong": "long_swiftness_lingering_potion", + "speedcloudpot2": "long_swiftness_lingering_potion", + "speedcloudpotex": "long_swiftness_lingering_potion", + "speedcloudpotextended": "long_swiftness_lingering_potion", + "speedcloudpotion2": "long_swiftness_lingering_potion", + "speedcloudpotionex": "long_swiftness_lingering_potion", + "speedcloudpotionextended": "long_swiftness_lingering_potion", + "speedcloudpotionlevel2": "long_swiftness_lingering_potion", + "speedcloudpotionlong": "long_swiftness_lingering_potion", + "speedcloudpotlevel2": "long_swiftness_lingering_potion", + "speedcloudpotlong": "long_swiftness_lingering_potion", + "speedlingerpot2": "long_swiftness_lingering_potion", + "speedlingerpotex": "long_swiftness_lingering_potion", + "speedlingerpotextended": "long_swiftness_lingering_potion", + "speedlingerpotlevel2": "long_swiftness_lingering_potion", + "speedlingerpotlong": "long_swiftness_lingering_potion", + "swiftaoepoiont2": "long_swiftness_lingering_potion", + "swiftaoepoiontex": "long_swiftness_lingering_potion", + "swiftaoepoiontextended": "long_swiftness_lingering_potion", + "swiftaoepoiontlevel2": "long_swiftness_lingering_potion", + "swiftaoepoiontlong": "long_swiftness_lingering_potion", + "swiftaoepot2": "long_swiftness_lingering_potion", + "swiftaoepotex": "long_swiftness_lingering_potion", + "swiftaoepotextended": "long_swiftness_lingering_potion", + "swiftaoepotlevel2": "long_swiftness_lingering_potion", + "swiftaoepotlong": "long_swiftness_lingering_potion", + "swiftareapot2": "long_swiftness_lingering_potion", + "swiftareapotex": "long_swiftness_lingering_potion", + "swiftareapotextended": "long_swiftness_lingering_potion", + "swiftareapotion2": "long_swiftness_lingering_potion", + "swiftareapotionex": "long_swiftness_lingering_potion", + "swiftareapotionextended": "long_swiftness_lingering_potion", + "swiftareapotionlevel2": "long_swiftness_lingering_potion", + "swiftareapotionlong": "long_swiftness_lingering_potion", + "swiftareapotlevel2": "long_swiftness_lingering_potion", + "swiftareapotlong": "long_swiftness_lingering_potion", + "swiftcloudpot2": "long_swiftness_lingering_potion", + "swiftcloudpotex": "long_swiftness_lingering_potion", + "swiftcloudpotextended": "long_swiftness_lingering_potion", + "swiftcloudpotion2": "long_swiftness_lingering_potion", + "swiftcloudpotionex": "long_swiftness_lingering_potion", + "swiftcloudpotionextended": "long_swiftness_lingering_potion", + "swiftcloudpotionlevel2": "long_swiftness_lingering_potion", + "swiftcloudpotionlong": "long_swiftness_lingering_potion", + "swiftcloudpotlevel2": "long_swiftness_lingering_potion", + "swiftcloudpotlong": "long_swiftness_lingering_potion", + "swiftlingerpot2": "long_swiftness_lingering_potion", + "swiftlingerpotex": "long_swiftness_lingering_potion", + "swiftlingerpotextended": "long_swiftness_lingering_potion", + "swiftlingerpotlevel2": "long_swiftness_lingering_potion", + "swiftlingerpotlong": "long_swiftness_lingering_potion", + "swiftnessaoepoiont2": "long_swiftness_lingering_potion", + "swiftnessaoepoiontex": "long_swiftness_lingering_potion", + "swiftnessaoepoiontextended": "long_swiftness_lingering_potion", + "swiftnessaoepoiontlevel2": "long_swiftness_lingering_potion", + "swiftnessaoepoiontlong": "long_swiftness_lingering_potion", + "swiftnessaoepot2": "long_swiftness_lingering_potion", + "swiftnessaoepotex": "long_swiftness_lingering_potion", + "swiftnessaoepotextended": "long_swiftness_lingering_potion", + "swiftnessaoepotlevel2": "long_swiftness_lingering_potion", + "swiftnessaoepotlong": "long_swiftness_lingering_potion", + "swiftnessareapot2": "long_swiftness_lingering_potion", + "swiftnessareapotex": "long_swiftness_lingering_potion", + "swiftnessareapotextended": "long_swiftness_lingering_potion", + "swiftnessareapotion2": "long_swiftness_lingering_potion", + "swiftnessareapotionex": "long_swiftness_lingering_potion", + "swiftnessareapotionextended": "long_swiftness_lingering_potion", + "swiftnessareapotionlevel2": "long_swiftness_lingering_potion", + "swiftnessareapotionlong": "long_swiftness_lingering_potion", + "swiftnessareapotlevel2": "long_swiftness_lingering_potion", + "swiftnessareapotlong": "long_swiftness_lingering_potion", + "swiftnesscloudpot2": "long_swiftness_lingering_potion", + "swiftnesscloudpotex": "long_swiftness_lingering_potion", + "swiftnesscloudpotextended": "long_swiftness_lingering_potion", + "swiftnesscloudpotion2": "long_swiftness_lingering_potion", + "swiftnesscloudpotionex": "long_swiftness_lingering_potion", + "swiftnesscloudpotionextended": "long_swiftness_lingering_potion", + "swiftnesscloudpotionlevel2": "long_swiftness_lingering_potion", + "swiftnesscloudpotionlong": "long_swiftness_lingering_potion", + "swiftnesscloudpotlevel2": "long_swiftness_lingering_potion", + "swiftnesscloudpotlong": "long_swiftness_lingering_potion", + "swiftnesslingerpot2": "long_swiftness_lingering_potion", + "swiftnesslingerpotex": "long_swiftness_lingering_potion", + "swiftnesslingerpotextended": "long_swiftness_lingering_potion", + "swiftnesslingerpotlevel2": "long_swiftness_lingering_potion", + "swiftnesslingerpotlong": "long_swiftness_lingering_potion", + "long_swiftness_potion": { + "potionData": { + "type": "SPEED", + "upgraded": false, + "extended": true + }, + "material": "POTION" + }, + "potionofspeed2": "long_swiftness_potion", + "potionofspeedex": "long_swiftness_potion", + "potionofspeedextended": "long_swiftness_potion", + "potionofspeedlevel2": "long_swiftness_potion", + "potionofspeedlong": "long_swiftness_potion", + "potionofswift2": "long_swiftness_potion", + "potionofswiftex": "long_swiftness_potion", + "potionofswiftextended": "long_swiftness_potion", + "potionofswiftlevel2": "long_swiftness_potion", + "potionofswiftlong": "long_swiftness_potion", + "potionofswiftness2": "long_swiftness_potion", + "potionofswiftnessex": "long_swiftness_potion", + "potionofswiftnessextended": "long_swiftness_potion", + "potionofswiftnesslevel2": "long_swiftness_potion", + "potionofswiftnesslong": "long_swiftness_potion", + "potofspeed2": "long_swiftness_potion", + "potofspeedex": "long_swiftness_potion", + "potofspeedextended": "long_swiftness_potion", + "potofspeedlevel2": "long_swiftness_potion", + "potofspeedlong": "long_swiftness_potion", + "potofswift2": "long_swiftness_potion", + "potofswiftex": "long_swiftness_potion", + "potofswiftextended": "long_swiftness_potion", + "potofswiftlevel2": "long_swiftness_potion", + "potofswiftlong": "long_swiftness_potion", + "potofswiftness2": "long_swiftness_potion", + "potofswiftnessex": "long_swiftness_potion", + "potofswiftnessextended": "long_swiftness_potion", + "potofswiftnesslevel2": "long_swiftness_potion", + "potofswiftnesslong": "long_swiftness_potion", + "speed2pot": "long_swiftness_potion", + "speed2potion": "long_swiftness_potion", + "speedexpot": "long_swiftness_potion", + "speedexpotion": "long_swiftness_potion", + "speedextendedpot": "long_swiftness_potion", + "speedextendedpotion": "long_swiftness_potion", + "speedlevel2pot": "long_swiftness_potion", + "speedlevel2potion": "long_swiftness_potion", + "speedlongpot": "long_swiftness_potion", + "speedlongpotion": "long_swiftness_potion", + "swift2pot": "long_swiftness_potion", + "swift2potion": "long_swiftness_potion", + "swiftexpot": "long_swiftness_potion", + "swiftexpotion": "long_swiftness_potion", + "swiftextendedpot": "long_swiftness_potion", + "swiftextendedpotion": "long_swiftness_potion", + "swiftlevel2pot": "long_swiftness_potion", + "swiftlevel2potion": "long_swiftness_potion", + "swiftlongpot": "long_swiftness_potion", + "swiftlongpotion": "long_swiftness_potion", + "swiftness2pot": "long_swiftness_potion", + "swiftness2potion": "long_swiftness_potion", + "swiftnessexpot": "long_swiftness_potion", + "swiftnessexpotion": "long_swiftness_potion", + "swiftnessextendedpot": "long_swiftness_potion", + "swiftnessextendedpotion": "long_swiftness_potion", + "swiftnesslevel2pot": "long_swiftness_potion", + "swiftnesslevel2potion": "long_swiftness_potion", + "swiftnesslongpot": "long_swiftness_potion", + "swiftnesslongpotion": "long_swiftness_potion", + "long_swiftness_splash_potion": { + "potionData": { + "type": "SPEED", + "upgraded": false, + "extended": true + }, + "material": "SPLASH_POTION" + }, + "speed2splashpot": "long_swiftness_splash_potion", + "speed2splashpotion": "long_swiftness_splash_potion", + "speedexsplashpot": "long_swiftness_splash_potion", + "speedexsplashpotion": "long_swiftness_splash_potion", + "speedextendedsplashpot": "long_swiftness_splash_potion", + "speedextendedsplashpotion": "long_swiftness_splash_potion", + "speedlevel2splashpot": "long_swiftness_splash_potion", + "speedlevel2splashpotion": "long_swiftness_splash_potion", + "speedlongsplashpot": "long_swiftness_splash_potion", + "speedlongsplashpotion": "long_swiftness_splash_potion", + "splashspeed2pot": "long_swiftness_splash_potion", + "splashspeed2potion": "long_swiftness_splash_potion", + "splashspeedexpot": "long_swiftness_splash_potion", + "splashspeedexpotion": "long_swiftness_splash_potion", + "splashspeedextendedpot": "long_swiftness_splash_potion", + "splashspeedextendedpotion": "long_swiftness_splash_potion", + "splashspeedlevel2pot": "long_swiftness_splash_potion", + "splashspeedlevel2potion": "long_swiftness_splash_potion", + "splashspeedlongpot": "long_swiftness_splash_potion", + "splashspeedlongpotion": "long_swiftness_splash_potion", + "splashswift2pot": "long_swiftness_splash_potion", + "splashswift2potion": "long_swiftness_splash_potion", + "splashswiftexpot": "long_swiftness_splash_potion", + "splashswiftexpotion": "long_swiftness_splash_potion", + "splashswiftextendedpot": "long_swiftness_splash_potion", + "splashswiftextendedpotion": "long_swiftness_splash_potion", + "splashswiftlevel2pot": "long_swiftness_splash_potion", + "splashswiftlevel2potion": "long_swiftness_splash_potion", + "splashswiftlongpot": "long_swiftness_splash_potion", + "splashswiftlongpotion": "long_swiftness_splash_potion", + "splashswiftness2pot": "long_swiftness_splash_potion", + "splashswiftness2potion": "long_swiftness_splash_potion", + "splashswiftnessexpot": "long_swiftness_splash_potion", + "splashswiftnessexpotion": "long_swiftness_splash_potion", + "splashswiftnessextendedpot": "long_swiftness_splash_potion", + "splashswiftnessextendedpotion": "long_swiftness_splash_potion", + "splashswiftnesslevel2pot": "long_swiftness_splash_potion", + "splashswiftnesslevel2potion": "long_swiftness_splash_potion", + "splashswiftnesslongpot": "long_swiftness_splash_potion", + "splashswiftnesslongpotion": "long_swiftness_splash_potion", + "splspeed2pot": "long_swiftness_splash_potion", + "splspeed2potion": "long_swiftness_splash_potion", + "splspeedexpot": "long_swiftness_splash_potion", + "splspeedexpotion": "long_swiftness_splash_potion", + "splspeedextendedpot": "long_swiftness_splash_potion", + "splspeedextendedpotion": "long_swiftness_splash_potion", + "splspeedlevel2pot": "long_swiftness_splash_potion", + "splspeedlevel2potion": "long_swiftness_splash_potion", + "splspeedlongpot": "long_swiftness_splash_potion", + "splspeedlongpotion": "long_swiftness_splash_potion", + "splswift2pot": "long_swiftness_splash_potion", + "splswift2potion": "long_swiftness_splash_potion", + "splswiftexpot": "long_swiftness_splash_potion", + "splswiftexpotion": "long_swiftness_splash_potion", + "splswiftextendedpot": "long_swiftness_splash_potion", + "splswiftextendedpotion": "long_swiftness_splash_potion", + "splswiftlevel2pot": "long_swiftness_splash_potion", + "splswiftlevel2potion": "long_swiftness_splash_potion", + "splswiftlongpot": "long_swiftness_splash_potion", + "splswiftlongpotion": "long_swiftness_splash_potion", + "splswiftness2pot": "long_swiftness_splash_potion", + "splswiftness2potion": "long_swiftness_splash_potion", + "splswiftnessexpot": "long_swiftness_splash_potion", + "splswiftnessexpotion": "long_swiftness_splash_potion", + "splswiftnessextendedpot": "long_swiftness_splash_potion", + "splswiftnessextendedpotion": "long_swiftness_splash_potion", + "splswiftnesslevel2pot": "long_swiftness_splash_potion", + "splswiftnesslevel2potion": "long_swiftness_splash_potion", + "splswiftnesslongpot": "long_swiftness_splash_potion", + "splswiftnesslongpotion": "long_swiftness_splash_potion", + "swift2splashpot": "long_swiftness_splash_potion", + "swift2splashpotion": "long_swiftness_splash_potion", + "swiftexsplashpot": "long_swiftness_splash_potion", + "swiftexsplashpotion": "long_swiftness_splash_potion", + "swiftextendedsplashpot": "long_swiftness_splash_potion", + "swiftextendedsplashpotion": "long_swiftness_splash_potion", + "swiftlevel2splashpot": "long_swiftness_splash_potion", + "swiftlevel2splashpotion": "long_swiftness_splash_potion", + "swiftlongsplashpot": "long_swiftness_splash_potion", + "swiftlongsplashpotion": "long_swiftness_splash_potion", + "swiftness2splashpot": "long_swiftness_splash_potion", + "swiftness2splashpotion": "long_swiftness_splash_potion", + "swiftnessexsplashpot": "long_swiftness_splash_potion", + "swiftnessexsplashpotion": "long_swiftness_splash_potion", + "swiftnessextendedsplashpot": "long_swiftness_splash_potion", + "swiftnessextendedsplashpotion": "long_swiftness_splash_potion", + "swiftnesslevel2splashpot": "long_swiftness_splash_potion", + "swiftnesslevel2splashpotion": "long_swiftness_splash_potion", + "swiftnesslongsplashpot": "long_swiftness_splash_potion", + "swiftnesslongsplashpotion": "long_swiftness_splash_potion", + "long_swiftness_tipped_arrow": { + "potionData": { + "type": "SPEED", + "upgraded": false, + "extended": true + }, + "material": "TIPPED_ARROW" + }, + "arrowspeed2": "long_swiftness_tipped_arrow", + "arrowspeedex": "long_swiftness_tipped_arrow", + "arrowspeedextended": "long_swiftness_tipped_arrow", + "arrowspeedlevel2": "long_swiftness_tipped_arrow", + "arrowspeedlong": "long_swiftness_tipped_arrow", + "arrowswift2": "long_swiftness_tipped_arrow", + "arrowswiftex": "long_swiftness_tipped_arrow", + "arrowswiftextended": "long_swiftness_tipped_arrow", + "arrowswiftlevel2": "long_swiftness_tipped_arrow", + "arrowswiftlong": "long_swiftness_tipped_arrow", + "arrowswiftness2": "long_swiftness_tipped_arrow", + "arrowswiftnessex": "long_swiftness_tipped_arrow", + "arrowswiftnessextended": "long_swiftness_tipped_arrow", + "arrowswiftnesslevel2": "long_swiftness_tipped_arrow", + "arrowswiftnesslong": "long_swiftness_tipped_arrow", + "speed2tarr": "long_swiftness_tipped_arrow", + "speed2tarrow": "long_swiftness_tipped_arrow", + "speed2tippedarrow": "long_swiftness_tipped_arrow", + "speedarrow2": "long_swiftness_tipped_arrow", + "speedarrowex": "long_swiftness_tipped_arrow", + "speedarrowextended": "long_swiftness_tipped_arrow", + "speedarrowlevel2": "long_swiftness_tipped_arrow", + "speedarrowlong": "long_swiftness_tipped_arrow", + "speedextarr": "long_swiftness_tipped_arrow", + "speedextarrow": "long_swiftness_tipped_arrow", + "speedextendedtarr": "long_swiftness_tipped_arrow", + "speedextendedtarrow": "long_swiftness_tipped_arrow", + "speedextendedtippedarrow": "long_swiftness_tipped_arrow", + "speedextippedarrow": "long_swiftness_tipped_arrow", + "speedlevel2tarr": "long_swiftness_tipped_arrow", + "speedlevel2tarrow": "long_swiftness_tipped_arrow", + "speedlevel2tippedarrow": "long_swiftness_tipped_arrow", + "speedlongtarr": "long_swiftness_tipped_arrow", + "speedlongtarrow": "long_swiftness_tipped_arrow", + "speedlongtippedarrow": "long_swiftness_tipped_arrow", + "swift2tarr": "long_swiftness_tipped_arrow", + "swift2tarrow": "long_swiftness_tipped_arrow", + "swift2tippedarrow": "long_swiftness_tipped_arrow", + "swiftarrow2": "long_swiftness_tipped_arrow", + "swiftarrowex": "long_swiftness_tipped_arrow", + "swiftarrowextended": "long_swiftness_tipped_arrow", + "swiftarrowlevel2": "long_swiftness_tipped_arrow", + "swiftarrowlong": "long_swiftness_tipped_arrow", + "swiftextarr": "long_swiftness_tipped_arrow", + "swiftextarrow": "long_swiftness_tipped_arrow", + "swiftextendedtarr": "long_swiftness_tipped_arrow", + "swiftextendedtarrow": "long_swiftness_tipped_arrow", + "swiftextendedtippedarrow": "long_swiftness_tipped_arrow", + "swiftextippedarrow": "long_swiftness_tipped_arrow", + "swiftlevel2tarr": "long_swiftness_tipped_arrow", + "swiftlevel2tarrow": "long_swiftness_tipped_arrow", + "swiftlevel2tippedarrow": "long_swiftness_tipped_arrow", + "swiftlongtarr": "long_swiftness_tipped_arrow", + "swiftlongtarrow": "long_swiftness_tipped_arrow", + "swiftlongtippedarrow": "long_swiftness_tipped_arrow", + "swiftness2tarr": "long_swiftness_tipped_arrow", + "swiftness2tarrow": "long_swiftness_tipped_arrow", + "swiftness2tippedarrow": "long_swiftness_tipped_arrow", + "swiftnessarrow2": "long_swiftness_tipped_arrow", + "swiftnessarrowex": "long_swiftness_tipped_arrow", + "swiftnessarrowextended": "long_swiftness_tipped_arrow", + "swiftnessarrowlevel2": "long_swiftness_tipped_arrow", + "swiftnessarrowlong": "long_swiftness_tipped_arrow", + "swiftnessextarr": "long_swiftness_tipped_arrow", + "swiftnessextarrow": "long_swiftness_tipped_arrow", + "swiftnessextendedtarr": "long_swiftness_tipped_arrow", + "swiftnessextendedtarrow": "long_swiftness_tipped_arrow", + "swiftnessextendedtippedarrow": "long_swiftness_tipped_arrow", + "swiftnessextippedarrow": "long_swiftness_tipped_arrow", + "swiftnesslevel2tarr": "long_swiftness_tipped_arrow", + "swiftnesslevel2tarrow": "long_swiftness_tipped_arrow", + "swiftnesslevel2tippedarrow": "long_swiftness_tipped_arrow", + "swiftnesslongtarr": "long_swiftness_tipped_arrow", + "swiftnesslongtarrow": "long_swiftness_tipped_arrow", + "swiftnesslongtippedarrow": "long_swiftness_tipped_arrow", + "long_turtle_master_lingering_potion": { + "potionData": { + "type": "TURTLE_MASTER", + "upgraded": false, + "extended": true + }, + "material": "LINGERING_POTION" + }, + "aoepotiontm2": "long_turtle_master_lingering_potion", + "aoepotiontmex": "long_turtle_master_lingering_potion", + "aoepotiontmextended": "long_turtle_master_lingering_potion", + "aoepotiontmlevel2": "long_turtle_master_lingering_potion", + "aoepotiontmlong": "long_turtle_master_lingering_potion", + "aoepotionturtle2": "long_turtle_master_lingering_potion", + "aoepotionturtleex": "long_turtle_master_lingering_potion", + "aoepotionturtleextended": "long_turtle_master_lingering_potion", + "aoepotionturtlelevel2": "long_turtle_master_lingering_potion", + "aoepotionturtlelong": "long_turtle_master_lingering_potion", + "aoepotionturtlemaster2": "long_turtle_master_lingering_potion", + "aoepotionturtlemasterex": "long_turtle_master_lingering_potion", + "aoepotionturtlemasterextended": "long_turtle_master_lingering_potion", + "aoepotionturtlemasterlevel2": "long_turtle_master_lingering_potion", + "aoepotionturtlemasterlong": "long_turtle_master_lingering_potion", + "aoepottm2": "long_turtle_master_lingering_potion", + "aoepottmex": "long_turtle_master_lingering_potion", + "aoepottmextended": "long_turtle_master_lingering_potion", + "aoepottmlevel2": "long_turtle_master_lingering_potion", + "aoepottmlong": "long_turtle_master_lingering_potion", + "aoepotturtle2": "long_turtle_master_lingering_potion", + "aoepotturtleex": "long_turtle_master_lingering_potion", + "aoepotturtleextended": "long_turtle_master_lingering_potion", + "aoepotturtlelevel2": "long_turtle_master_lingering_potion", + "aoepotturtlelong": "long_turtle_master_lingering_potion", + "aoepotturtlemaster2": "long_turtle_master_lingering_potion", + "aoepotturtlemasterex": "long_turtle_master_lingering_potion", + "aoepotturtlemasterextended": "long_turtle_master_lingering_potion", + "aoepotturtlemasterlevel2": "long_turtle_master_lingering_potion", + "aoepotturtlemasterlong": "long_turtle_master_lingering_potion", + "areapotiontm2": "long_turtle_master_lingering_potion", + "areapotiontmex": "long_turtle_master_lingering_potion", + "areapotiontmextended": "long_turtle_master_lingering_potion", + "areapotiontmlevel2": "long_turtle_master_lingering_potion", + "areapotiontmlong": "long_turtle_master_lingering_potion", + "areapotionturtle2": "long_turtle_master_lingering_potion", + "areapotionturtleex": "long_turtle_master_lingering_potion", + "areapotionturtleextended": "long_turtle_master_lingering_potion", + "areapotionturtlelevel2": "long_turtle_master_lingering_potion", + "areapotionturtlelong": "long_turtle_master_lingering_potion", + "areapotionturtlemaster2": "long_turtle_master_lingering_potion", + "areapotionturtlemasterex": "long_turtle_master_lingering_potion", + "areapotionturtlemasterextended": "long_turtle_master_lingering_potion", + "areapotionturtlemasterlevel2": "long_turtle_master_lingering_potion", + "areapotionturtlemasterlong": "long_turtle_master_lingering_potion", + "areapottm2": "long_turtle_master_lingering_potion", + "areapottmex": "long_turtle_master_lingering_potion", + "areapottmextended": "long_turtle_master_lingering_potion", + "areapottmlevel2": "long_turtle_master_lingering_potion", + "areapottmlong": "long_turtle_master_lingering_potion", + "areapotturtle2": "long_turtle_master_lingering_potion", + "areapotturtleex": "long_turtle_master_lingering_potion", + "areapotturtleextended": "long_turtle_master_lingering_potion", + "areapotturtlelevel2": "long_turtle_master_lingering_potion", + "areapotturtlelong": "long_turtle_master_lingering_potion", + "areapotturtlemaster2": "long_turtle_master_lingering_potion", + "areapotturtlemasterex": "long_turtle_master_lingering_potion", + "areapotturtlemasterextended": "long_turtle_master_lingering_potion", + "areapotturtlemasterlevel2": "long_turtle_master_lingering_potion", + "areapotturtlemasterlong": "long_turtle_master_lingering_potion", + "cloudpotiontm2": "long_turtle_master_lingering_potion", + "cloudpotiontmex": "long_turtle_master_lingering_potion", + "cloudpotiontmextended": "long_turtle_master_lingering_potion", + "cloudpotiontmlevel2": "long_turtle_master_lingering_potion", + "cloudpotiontmlong": "long_turtle_master_lingering_potion", + "cloudpotionturtle2": "long_turtle_master_lingering_potion", + "cloudpotionturtleex": "long_turtle_master_lingering_potion", + "cloudpotionturtleextended": "long_turtle_master_lingering_potion", + "cloudpotionturtlelevel2": "long_turtle_master_lingering_potion", + "cloudpotionturtlelong": "long_turtle_master_lingering_potion", + "cloudpotionturtlemaster2": "long_turtle_master_lingering_potion", + "cloudpotionturtlemasterex": "long_turtle_master_lingering_potion", + "cloudpotionturtlemasterextended": "long_turtle_master_lingering_potion", + "cloudpotionturtlemasterlevel2": "long_turtle_master_lingering_potion", + "cloudpotionturtlemasterlong": "long_turtle_master_lingering_potion", + "cloudpottm2": "long_turtle_master_lingering_potion", + "cloudpottmex": "long_turtle_master_lingering_potion", + "cloudpottmextended": "long_turtle_master_lingering_potion", + "cloudpottmlevel2": "long_turtle_master_lingering_potion", + "cloudpottmlong": "long_turtle_master_lingering_potion", + "cloudpotturtle2": "long_turtle_master_lingering_potion", + "cloudpotturtleex": "long_turtle_master_lingering_potion", + "cloudpotturtleextended": "long_turtle_master_lingering_potion", + "cloudpotturtlelevel2": "long_turtle_master_lingering_potion", + "cloudpotturtlelong": "long_turtle_master_lingering_potion", + "cloudpotturtlemaster2": "long_turtle_master_lingering_potion", + "cloudpotturtlemasterex": "long_turtle_master_lingering_potion", + "cloudpotturtlemasterextended": "long_turtle_master_lingering_potion", + "cloudpotturtlemasterlevel2": "long_turtle_master_lingering_potion", + "cloudpotturtlemasterlong": "long_turtle_master_lingering_potion", + "lingerpottm2": "long_turtle_master_lingering_potion", + "lingerpottmex": "long_turtle_master_lingering_potion", + "lingerpottmextended": "long_turtle_master_lingering_potion", + "lingerpottmlevel2": "long_turtle_master_lingering_potion", + "lingerpottmlong": "long_turtle_master_lingering_potion", + "lingerpotturtle2": "long_turtle_master_lingering_potion", + "lingerpotturtleex": "long_turtle_master_lingering_potion", + "lingerpotturtleextended": "long_turtle_master_lingering_potion", + "lingerpotturtlelevel2": "long_turtle_master_lingering_potion", + "lingerpotturtlelong": "long_turtle_master_lingering_potion", + "lingerpotturtlemaster2": "long_turtle_master_lingering_potion", + "lingerpotturtlemasterex": "long_turtle_master_lingering_potion", + "lingerpotturtlemasterextended": "long_turtle_master_lingering_potion", + "lingerpotturtlemasterlevel2": "long_turtle_master_lingering_potion", + "lingerpotturtlemasterlong": "long_turtle_master_lingering_potion", + "tmaoepoiont2": "long_turtle_master_lingering_potion", + "tmaoepoiontex": "long_turtle_master_lingering_potion", + "tmaoepoiontextended": "long_turtle_master_lingering_potion", + "tmaoepoiontlevel2": "long_turtle_master_lingering_potion", + "tmaoepoiontlong": "long_turtle_master_lingering_potion", + "tmaoepot2": "long_turtle_master_lingering_potion", + "tmaoepotex": "long_turtle_master_lingering_potion", + "tmaoepotextended": "long_turtle_master_lingering_potion", + "tmaoepotlevel2": "long_turtle_master_lingering_potion", + "tmaoepotlong": "long_turtle_master_lingering_potion", + "tmareapot2": "long_turtle_master_lingering_potion", + "tmareapotex": "long_turtle_master_lingering_potion", + "tmareapotextended": "long_turtle_master_lingering_potion", + "tmareapotion2": "long_turtle_master_lingering_potion", + "tmareapotionex": "long_turtle_master_lingering_potion", + "tmareapotionextended": "long_turtle_master_lingering_potion", + "tmareapotionlevel2": "long_turtle_master_lingering_potion", + "tmareapotionlong": "long_turtle_master_lingering_potion", + "tmareapotlevel2": "long_turtle_master_lingering_potion", + "tmareapotlong": "long_turtle_master_lingering_potion", + "tmcloudpot2": "long_turtle_master_lingering_potion", + "tmcloudpotex": "long_turtle_master_lingering_potion", + "tmcloudpotextended": "long_turtle_master_lingering_potion", + "tmcloudpotion2": "long_turtle_master_lingering_potion", + "tmcloudpotionex": "long_turtle_master_lingering_potion", + "tmcloudpotionextended": "long_turtle_master_lingering_potion", + "tmcloudpotionlevel2": "long_turtle_master_lingering_potion", + "tmcloudpotionlong": "long_turtle_master_lingering_potion", + "tmcloudpotlevel2": "long_turtle_master_lingering_potion", + "tmcloudpotlong": "long_turtle_master_lingering_potion", + "tmlingerpot2": "long_turtle_master_lingering_potion", + "tmlingerpotex": "long_turtle_master_lingering_potion", + "tmlingerpotextended": "long_turtle_master_lingering_potion", + "tmlingerpotlevel2": "long_turtle_master_lingering_potion", + "tmlingerpotlong": "long_turtle_master_lingering_potion", + "turtleaoepoiont2": "long_turtle_master_lingering_potion", + "turtleaoepoiontex": "long_turtle_master_lingering_potion", + "turtleaoepoiontextended": "long_turtle_master_lingering_potion", + "turtleaoepoiontlevel2": "long_turtle_master_lingering_potion", + "turtleaoepoiontlong": "long_turtle_master_lingering_potion", + "turtleaoepot2": "long_turtle_master_lingering_potion", + "turtleaoepotex": "long_turtle_master_lingering_potion", + "turtleaoepotextended": "long_turtle_master_lingering_potion", + "turtleaoepotlevel2": "long_turtle_master_lingering_potion", + "turtleaoepotlong": "long_turtle_master_lingering_potion", + "turtleareapot2": "long_turtle_master_lingering_potion", + "turtleareapotex": "long_turtle_master_lingering_potion", + "turtleareapotextended": "long_turtle_master_lingering_potion", + "turtleareapotion2": "long_turtle_master_lingering_potion", + "turtleareapotionex": "long_turtle_master_lingering_potion", + "turtleareapotionextended": "long_turtle_master_lingering_potion", + "turtleareapotionlevel2": "long_turtle_master_lingering_potion", + "turtleareapotionlong": "long_turtle_master_lingering_potion", + "turtleareapotlevel2": "long_turtle_master_lingering_potion", + "turtleareapotlong": "long_turtle_master_lingering_potion", + "turtlecloudpot2": "long_turtle_master_lingering_potion", + "turtlecloudpotex": "long_turtle_master_lingering_potion", + "turtlecloudpotextended": "long_turtle_master_lingering_potion", + "turtlecloudpotion2": "long_turtle_master_lingering_potion", + "turtlecloudpotionex": "long_turtle_master_lingering_potion", + "turtlecloudpotionextended": "long_turtle_master_lingering_potion", + "turtlecloudpotionlevel2": "long_turtle_master_lingering_potion", + "turtlecloudpotionlong": "long_turtle_master_lingering_potion", + "turtlecloudpotlevel2": "long_turtle_master_lingering_potion", + "turtlecloudpotlong": "long_turtle_master_lingering_potion", + "turtlelingerpot2": "long_turtle_master_lingering_potion", + "turtlelingerpotex": "long_turtle_master_lingering_potion", + "turtlelingerpotextended": "long_turtle_master_lingering_potion", + "turtlelingerpotlevel2": "long_turtle_master_lingering_potion", + "turtlelingerpotlong": "long_turtle_master_lingering_potion", + "turtlemasteraoepoiont2": "long_turtle_master_lingering_potion", + "turtlemasteraoepoiontex": "long_turtle_master_lingering_potion", + "turtlemasteraoepoiontextended": "long_turtle_master_lingering_potion", + "turtlemasteraoepoiontlevel2": "long_turtle_master_lingering_potion", + "turtlemasteraoepoiontlong": "long_turtle_master_lingering_potion", + "turtlemasteraoepot2": "long_turtle_master_lingering_potion", + "turtlemasteraoepotex": "long_turtle_master_lingering_potion", + "turtlemasteraoepotextended": "long_turtle_master_lingering_potion", + "turtlemasteraoepotlevel2": "long_turtle_master_lingering_potion", + "turtlemasteraoepotlong": "long_turtle_master_lingering_potion", + "turtlemasterareapot2": "long_turtle_master_lingering_potion", + "turtlemasterareapotex": "long_turtle_master_lingering_potion", + "turtlemasterareapotextended": "long_turtle_master_lingering_potion", + "turtlemasterareapotion2": "long_turtle_master_lingering_potion", + "turtlemasterareapotionex": "long_turtle_master_lingering_potion", + "turtlemasterareapotionextended": "long_turtle_master_lingering_potion", + "turtlemasterareapotionlevel2": "long_turtle_master_lingering_potion", + "turtlemasterareapotionlong": "long_turtle_master_lingering_potion", + "turtlemasterareapotlevel2": "long_turtle_master_lingering_potion", + "turtlemasterareapotlong": "long_turtle_master_lingering_potion", + "turtlemastercloudpot2": "long_turtle_master_lingering_potion", + "turtlemastercloudpotex": "long_turtle_master_lingering_potion", + "turtlemastercloudpotextended": "long_turtle_master_lingering_potion", + "turtlemastercloudpotion2": "long_turtle_master_lingering_potion", + "turtlemastercloudpotionex": "long_turtle_master_lingering_potion", + "turtlemastercloudpotionextended": "long_turtle_master_lingering_potion", + "turtlemastercloudpotionlevel2": "long_turtle_master_lingering_potion", + "turtlemastercloudpotionlong": "long_turtle_master_lingering_potion", + "turtlemastercloudpotlevel2": "long_turtle_master_lingering_potion", + "turtlemastercloudpotlong": "long_turtle_master_lingering_potion", + "turtlemasterlingerpot2": "long_turtle_master_lingering_potion", + "turtlemasterlingerpotex": "long_turtle_master_lingering_potion", + "turtlemasterlingerpotextended": "long_turtle_master_lingering_potion", + "turtlemasterlingerpotlevel2": "long_turtle_master_lingering_potion", + "turtlemasterlingerpotlong": "long_turtle_master_lingering_potion", + "long_turtle_master_potion": { + "potionData": { + "type": "TURTLE_MASTER", + "upgraded": false, + "extended": true + }, + "material": "POTION" + }, + "potionoftm2": "long_turtle_master_potion", + "potionoftmex": "long_turtle_master_potion", + "potionoftmextended": "long_turtle_master_potion", + "potionoftmlevel2": "long_turtle_master_potion", + "potionoftmlong": "long_turtle_master_potion", + "potionofturtle2": "long_turtle_master_potion", + "potionofturtleex": "long_turtle_master_potion", + "potionofturtleextended": "long_turtle_master_potion", + "potionofturtlelevel2": "long_turtle_master_potion", + "potionofturtlelong": "long_turtle_master_potion", + "potionofturtlemaster2": "long_turtle_master_potion", + "potionofturtlemasterex": "long_turtle_master_potion", + "potionofturtlemasterextended": "long_turtle_master_potion", + "potionofturtlemasterlevel2": "long_turtle_master_potion", + "potionofturtlemasterlong": "long_turtle_master_potion", + "potoftm2": "long_turtle_master_potion", + "potoftmex": "long_turtle_master_potion", + "potoftmextended": "long_turtle_master_potion", + "potoftmlevel2": "long_turtle_master_potion", + "potoftmlong": "long_turtle_master_potion", + "potofturtle2": "long_turtle_master_potion", + "potofturtleex": "long_turtle_master_potion", + "potofturtleextended": "long_turtle_master_potion", + "potofturtlelevel2": "long_turtle_master_potion", + "potofturtlelong": "long_turtle_master_potion", + "potofturtlemaster2": "long_turtle_master_potion", + "potofturtlemasterex": "long_turtle_master_potion", + "potofturtlemasterextended": "long_turtle_master_potion", + "potofturtlemasterlevel2": "long_turtle_master_potion", + "potofturtlemasterlong": "long_turtle_master_potion", + "tm2pot": "long_turtle_master_potion", + "tm2potion": "long_turtle_master_potion", + "tmexpot": "long_turtle_master_potion", + "tmexpotion": "long_turtle_master_potion", + "tmextendedpot": "long_turtle_master_potion", + "tmextendedpotion": "long_turtle_master_potion", + "tmlevel2pot": "long_turtle_master_potion", + "tmlevel2potion": "long_turtle_master_potion", + "tmlongpot": "long_turtle_master_potion", + "tmlongpotion": "long_turtle_master_potion", + "turtle2pot": "long_turtle_master_potion", + "turtle2potion": "long_turtle_master_potion", + "turtleexpot": "long_turtle_master_potion", + "turtleexpotion": "long_turtle_master_potion", + "turtleextendedpot": "long_turtle_master_potion", + "turtleextendedpotion": "long_turtle_master_potion", + "turtlelevel2pot": "long_turtle_master_potion", + "turtlelevel2potion": "long_turtle_master_potion", + "turtlelongpot": "long_turtle_master_potion", + "turtlelongpotion": "long_turtle_master_potion", + "turtlemaster2pot": "long_turtle_master_potion", + "turtlemaster2potion": "long_turtle_master_potion", + "turtlemasterexpot": "long_turtle_master_potion", + "turtlemasterexpotion": "long_turtle_master_potion", + "turtlemasterextendedpot": "long_turtle_master_potion", + "turtlemasterextendedpotion": "long_turtle_master_potion", + "turtlemasterlevel2pot": "long_turtle_master_potion", + "turtlemasterlevel2potion": "long_turtle_master_potion", + "turtlemasterlongpot": "long_turtle_master_potion", + "turtlemasterlongpotion": "long_turtle_master_potion", + "long_turtle_master_splash_potion": { + "potionData": { + "type": "TURTLE_MASTER", + "upgraded": false, + "extended": true + }, + "material": "SPLASH_POTION" + }, + "splashtm2pot": "long_turtle_master_splash_potion", + "splashtm2potion": "long_turtle_master_splash_potion", + "splashtmexpot": "long_turtle_master_splash_potion", + "splashtmexpotion": "long_turtle_master_splash_potion", + "splashtmextendedpot": "long_turtle_master_splash_potion", + "splashtmextendedpotion": "long_turtle_master_splash_potion", + "splashtmlevel2pot": "long_turtle_master_splash_potion", + "splashtmlevel2potion": "long_turtle_master_splash_potion", + "splashtmlongpot": "long_turtle_master_splash_potion", + "splashtmlongpotion": "long_turtle_master_splash_potion", + "splashturtle2pot": "long_turtle_master_splash_potion", + "splashturtle2potion": "long_turtle_master_splash_potion", + "splashturtleexpot": "long_turtle_master_splash_potion", + "splashturtleexpotion": "long_turtle_master_splash_potion", + "splashturtleextendedpot": "long_turtle_master_splash_potion", + "splashturtleextendedpotion": "long_turtle_master_splash_potion", + "splashturtlelevel2pot": "long_turtle_master_splash_potion", + "splashturtlelevel2potion": "long_turtle_master_splash_potion", + "splashturtlelongpot": "long_turtle_master_splash_potion", + "splashturtlelongpotion": "long_turtle_master_splash_potion", + "splashturtlemaster2pot": "long_turtle_master_splash_potion", + "splashturtlemaster2potion": "long_turtle_master_splash_potion", + "splashturtlemasterexpot": "long_turtle_master_splash_potion", + "splashturtlemasterexpotion": "long_turtle_master_splash_potion", + "splashturtlemasterextendedpot": "long_turtle_master_splash_potion", + "splashturtlemasterextendedpotion": "long_turtle_master_splash_potion", + "splashturtlemasterlevel2pot": "long_turtle_master_splash_potion", + "splashturtlemasterlevel2potion": "long_turtle_master_splash_potion", + "splashturtlemasterlongpot": "long_turtle_master_splash_potion", + "splashturtlemasterlongpotion": "long_turtle_master_splash_potion", + "spltm2pot": "long_turtle_master_splash_potion", + "spltm2potion": "long_turtle_master_splash_potion", + "spltmexpot": "long_turtle_master_splash_potion", + "spltmexpotion": "long_turtle_master_splash_potion", + "spltmextendedpot": "long_turtle_master_splash_potion", + "spltmextendedpotion": "long_turtle_master_splash_potion", + "spltmlevel2pot": "long_turtle_master_splash_potion", + "spltmlevel2potion": "long_turtle_master_splash_potion", + "spltmlongpot": "long_turtle_master_splash_potion", + "spltmlongpotion": "long_turtle_master_splash_potion", + "splturtle2pot": "long_turtle_master_splash_potion", + "splturtle2potion": "long_turtle_master_splash_potion", + "splturtleexpot": "long_turtle_master_splash_potion", + "splturtleexpotion": "long_turtle_master_splash_potion", + "splturtleextendedpot": "long_turtle_master_splash_potion", + "splturtleextendedpotion": "long_turtle_master_splash_potion", + "splturtlelevel2pot": "long_turtle_master_splash_potion", + "splturtlelevel2potion": "long_turtle_master_splash_potion", + "splturtlelongpot": "long_turtle_master_splash_potion", + "splturtlelongpotion": "long_turtle_master_splash_potion", + "splturtlemaster2pot": "long_turtle_master_splash_potion", + "splturtlemaster2potion": "long_turtle_master_splash_potion", + "splturtlemasterexpot": "long_turtle_master_splash_potion", + "splturtlemasterexpotion": "long_turtle_master_splash_potion", + "splturtlemasterextendedpot": "long_turtle_master_splash_potion", + "splturtlemasterextendedpotion": "long_turtle_master_splash_potion", + "splturtlemasterlevel2pot": "long_turtle_master_splash_potion", + "splturtlemasterlevel2potion": "long_turtle_master_splash_potion", + "splturtlemasterlongpot": "long_turtle_master_splash_potion", + "splturtlemasterlongpotion": "long_turtle_master_splash_potion", + "tm2splashpot": "long_turtle_master_splash_potion", + "tm2splashpotion": "long_turtle_master_splash_potion", + "tmexsplashpot": "long_turtle_master_splash_potion", + "tmexsplashpotion": "long_turtle_master_splash_potion", + "tmextendedsplashpot": "long_turtle_master_splash_potion", + "tmextendedsplashpotion": "long_turtle_master_splash_potion", + "tmlevel2splashpot": "long_turtle_master_splash_potion", + "tmlevel2splashpotion": "long_turtle_master_splash_potion", + "tmlongsplashpot": "long_turtle_master_splash_potion", + "tmlongsplashpotion": "long_turtle_master_splash_potion", + "turtle2splashpot": "long_turtle_master_splash_potion", + "turtle2splashpotion": "long_turtle_master_splash_potion", + "turtleexsplashpot": "long_turtle_master_splash_potion", + "turtleexsplashpotion": "long_turtle_master_splash_potion", + "turtleextendedsplashpot": "long_turtle_master_splash_potion", + "turtleextendedsplashpotion": "long_turtle_master_splash_potion", + "turtlelevel2splashpot": "long_turtle_master_splash_potion", + "turtlelevel2splashpotion": "long_turtle_master_splash_potion", + "turtlelongsplashpot": "long_turtle_master_splash_potion", + "turtlelongsplashpotion": "long_turtle_master_splash_potion", + "turtlemaster2splashpot": "long_turtle_master_splash_potion", + "turtlemaster2splashpotion": "long_turtle_master_splash_potion", + "turtlemasterexsplashpot": "long_turtle_master_splash_potion", + "turtlemasterexsplashpotion": "long_turtle_master_splash_potion", + "turtlemasterextendedsplashpot": "long_turtle_master_splash_potion", + "turtlemasterextendedsplashpotion": "long_turtle_master_splash_potion", + "turtlemasterlevel2splashpot": "long_turtle_master_splash_potion", + "turtlemasterlevel2splashpotion": "long_turtle_master_splash_potion", + "turtlemasterlongsplashpot": "long_turtle_master_splash_potion", + "turtlemasterlongsplashpotion": "long_turtle_master_splash_potion", + "long_turtle_master_tipped_arrow": { + "potionData": { + "type": "TURTLE_MASTER", + "upgraded": false, + "extended": true + }, + "material": "TIPPED_ARROW" + }, + "arrowtm2": "long_turtle_master_tipped_arrow", + "arrowtmex": "long_turtle_master_tipped_arrow", + "arrowtmextended": "long_turtle_master_tipped_arrow", + "arrowtmlevel2": "long_turtle_master_tipped_arrow", + "arrowtmlong": "long_turtle_master_tipped_arrow", + "arrowturtle2": "long_turtle_master_tipped_arrow", + "arrowturtleex": "long_turtle_master_tipped_arrow", + "arrowturtleextended": "long_turtle_master_tipped_arrow", + "arrowturtlelevel2": "long_turtle_master_tipped_arrow", + "arrowturtlelong": "long_turtle_master_tipped_arrow", + "arrowturtlemaster2": "long_turtle_master_tipped_arrow", + "arrowturtlemasterex": "long_turtle_master_tipped_arrow", + "arrowturtlemasterextended": "long_turtle_master_tipped_arrow", + "arrowturtlemasterlevel2": "long_turtle_master_tipped_arrow", + "arrowturtlemasterlong": "long_turtle_master_tipped_arrow", + "tm2tarr": "long_turtle_master_tipped_arrow", + "tm2tarrow": "long_turtle_master_tipped_arrow", + "tm2tippedarrow": "long_turtle_master_tipped_arrow", + "tmarrow2": "long_turtle_master_tipped_arrow", + "tmarrowex": "long_turtle_master_tipped_arrow", + "tmarrowextended": "long_turtle_master_tipped_arrow", + "tmarrowlevel2": "long_turtle_master_tipped_arrow", + "tmarrowlong": "long_turtle_master_tipped_arrow", + "tmextarr": "long_turtle_master_tipped_arrow", + "tmextarrow": "long_turtle_master_tipped_arrow", + "tmextendedtarr": "long_turtle_master_tipped_arrow", + "tmextendedtarrow": "long_turtle_master_tipped_arrow", + "tmextendedtippedarrow": "long_turtle_master_tipped_arrow", + "tmextippedarrow": "long_turtle_master_tipped_arrow", + "tmlevel2tarr": "long_turtle_master_tipped_arrow", + "tmlevel2tarrow": "long_turtle_master_tipped_arrow", + "tmlevel2tippedarrow": "long_turtle_master_tipped_arrow", + "tmlongtarr": "long_turtle_master_tipped_arrow", + "tmlongtarrow": "long_turtle_master_tipped_arrow", + "tmlongtippedarrow": "long_turtle_master_tipped_arrow", + "turtle2tarr": "long_turtle_master_tipped_arrow", + "turtle2tarrow": "long_turtle_master_tipped_arrow", + "turtle2tippedarrow": "long_turtle_master_tipped_arrow", + "turtlearrow2": "long_turtle_master_tipped_arrow", + "turtlearrowex": "long_turtle_master_tipped_arrow", + "turtlearrowextended": "long_turtle_master_tipped_arrow", + "turtlearrowlevel2": "long_turtle_master_tipped_arrow", + "turtlearrowlong": "long_turtle_master_tipped_arrow", + "turtleextarr": "long_turtle_master_tipped_arrow", + "turtleextarrow": "long_turtle_master_tipped_arrow", + "turtleextendedtarr": "long_turtle_master_tipped_arrow", + "turtleextendedtarrow": "long_turtle_master_tipped_arrow", + "turtleextendedtippedarrow": "long_turtle_master_tipped_arrow", + "turtleextippedarrow": "long_turtle_master_tipped_arrow", + "turtlelevel2tarr": "long_turtle_master_tipped_arrow", + "turtlelevel2tarrow": "long_turtle_master_tipped_arrow", + "turtlelevel2tippedarrow": "long_turtle_master_tipped_arrow", + "turtlelongtarr": "long_turtle_master_tipped_arrow", + "turtlelongtarrow": "long_turtle_master_tipped_arrow", + "turtlelongtippedarrow": "long_turtle_master_tipped_arrow", + "turtlemaster2tarr": "long_turtle_master_tipped_arrow", + "turtlemaster2tarrow": "long_turtle_master_tipped_arrow", + "turtlemaster2tippedarrow": "long_turtle_master_tipped_arrow", + "turtlemasterarrow2": "long_turtle_master_tipped_arrow", + "turtlemasterarrowex": "long_turtle_master_tipped_arrow", + "turtlemasterarrowextended": "long_turtle_master_tipped_arrow", + "turtlemasterarrowlevel2": "long_turtle_master_tipped_arrow", + "turtlemasterarrowlong": "long_turtle_master_tipped_arrow", + "turtlemasterextarr": "long_turtle_master_tipped_arrow", + "turtlemasterextarrow": "long_turtle_master_tipped_arrow", + "turtlemasterextendedtarr": "long_turtle_master_tipped_arrow", + "turtlemasterextendedtarrow": "long_turtle_master_tipped_arrow", + "turtlemasterextendedtippedarrow": "long_turtle_master_tipped_arrow", + "turtlemasterextippedarrow": "long_turtle_master_tipped_arrow", + "turtlemasterlevel2tarr": "long_turtle_master_tipped_arrow", + "turtlemasterlevel2tarrow": "long_turtle_master_tipped_arrow", + "turtlemasterlevel2tippedarrow": "long_turtle_master_tipped_arrow", + "turtlemasterlongtarr": "long_turtle_master_tipped_arrow", + "turtlemasterlongtarrow": "long_turtle_master_tipped_arrow", + "turtlemasterlongtippedarrow": "long_turtle_master_tipped_arrow", + "long_water_breathing_lingering_potion": { + "potionData": { + "type": "WATER_BREATHING", + "upgraded": false, + "extended": true + }, + "material": "LINGERING_POTION" + }, + "aoepotbreath2": "long_water_breathing_lingering_potion", + "aoepotbreathex": "long_water_breathing_lingering_potion", + "aoepotbreathextended": "long_water_breathing_lingering_potion", + "aoepotbreathing2": "long_water_breathing_lingering_potion", + "aoepotbreathingex": "long_water_breathing_lingering_potion", + "aoepotbreathingextended": "long_water_breathing_lingering_potion", + "aoepotbreathinglevel2": "long_water_breathing_lingering_potion", + "aoepotbreathinglong": "long_water_breathing_lingering_potion", + "aoepotbreathlevel2": "long_water_breathing_lingering_potion", + "aoepotbreathlong": "long_water_breathing_lingering_potion", + "aoepotionbreath2": "long_water_breathing_lingering_potion", + "aoepotionbreathex": "long_water_breathing_lingering_potion", + "aoepotionbreathextended": "long_water_breathing_lingering_potion", + "aoepotionbreathing2": "long_water_breathing_lingering_potion", + "aoepotionbreathingex": "long_water_breathing_lingering_potion", + "aoepotionbreathingextended": "long_water_breathing_lingering_potion", + "aoepotionbreathinglevel2": "long_water_breathing_lingering_potion", + "aoepotionbreathinglong": "long_water_breathing_lingering_potion", + "aoepotionbreathlevel2": "long_water_breathing_lingering_potion", + "aoepotionbreathlong": "long_water_breathing_lingering_potion", + "aoepotionwaterbreath2": "long_water_breathing_lingering_potion", + "aoepotionwaterbreathex": "long_water_breathing_lingering_potion", + "aoepotionwaterbreathextended": "long_water_breathing_lingering_potion", + "aoepotionwaterbreathing2": "long_water_breathing_lingering_potion", + "aoepotionwaterbreathingex": "long_water_breathing_lingering_potion", + "aoepotionwaterbreathingextended": "long_water_breathing_lingering_potion", + "aoepotionwaterbreathinglevel2": "long_water_breathing_lingering_potion", + "aoepotionwaterbreathinglong": "long_water_breathing_lingering_potion", + "aoepotionwaterbreathlevel2": "long_water_breathing_lingering_potion", + "aoepotionwaterbreathlong": "long_water_breathing_lingering_potion", + "aoepotionwb2": "long_water_breathing_lingering_potion", + "aoepotionwbex": "long_water_breathing_lingering_potion", + "aoepotionwbextended": "long_water_breathing_lingering_potion", + "aoepotionwblevel2": "long_water_breathing_lingering_potion", + "aoepotionwblong": "long_water_breathing_lingering_potion", + "aoepotwaterbreath2": "long_water_breathing_lingering_potion", + "aoepotwaterbreathex": "long_water_breathing_lingering_potion", + "aoepotwaterbreathextended": "long_water_breathing_lingering_potion", + "aoepotwaterbreathing2": "long_water_breathing_lingering_potion", + "aoepotwaterbreathingex": "long_water_breathing_lingering_potion", + "aoepotwaterbreathingextended": "long_water_breathing_lingering_potion", + "aoepotwaterbreathinglevel2": "long_water_breathing_lingering_potion", + "aoepotwaterbreathinglong": "long_water_breathing_lingering_potion", + "aoepotwaterbreathlevel2": "long_water_breathing_lingering_potion", + "aoepotwaterbreathlong": "long_water_breathing_lingering_potion", + "aoepotwb2": "long_water_breathing_lingering_potion", + "aoepotwbex": "long_water_breathing_lingering_potion", + "aoepotwbextended": "long_water_breathing_lingering_potion", + "aoepotwblevel2": "long_water_breathing_lingering_potion", + "aoepotwblong": "long_water_breathing_lingering_potion", + "areapotbreath2": "long_water_breathing_lingering_potion", + "areapotbreathex": "long_water_breathing_lingering_potion", + "areapotbreathextended": "long_water_breathing_lingering_potion", + "areapotbreathing2": "long_water_breathing_lingering_potion", + "areapotbreathingex": "long_water_breathing_lingering_potion", + "areapotbreathingextended": "long_water_breathing_lingering_potion", + "areapotbreathinglevel2": "long_water_breathing_lingering_potion", + "areapotbreathinglong": "long_water_breathing_lingering_potion", + "areapotbreathlevel2": "long_water_breathing_lingering_potion", + "areapotbreathlong": "long_water_breathing_lingering_potion", + "areapotionbreath2": "long_water_breathing_lingering_potion", + "areapotionbreathex": "long_water_breathing_lingering_potion", + "areapotionbreathextended": "long_water_breathing_lingering_potion", + "areapotionbreathing2": "long_water_breathing_lingering_potion", + "areapotionbreathingex": "long_water_breathing_lingering_potion", + "areapotionbreathingextended": "long_water_breathing_lingering_potion", + "areapotionbreathinglevel2": "long_water_breathing_lingering_potion", + "areapotionbreathinglong": "long_water_breathing_lingering_potion", + "areapotionbreathlevel2": "long_water_breathing_lingering_potion", + "areapotionbreathlong": "long_water_breathing_lingering_potion", + "areapotionwaterbreath2": "long_water_breathing_lingering_potion", + "areapotionwaterbreathex": "long_water_breathing_lingering_potion", + "areapotionwaterbreathextended": "long_water_breathing_lingering_potion", + "areapotionwaterbreathing2": "long_water_breathing_lingering_potion", + "areapotionwaterbreathingex": "long_water_breathing_lingering_potion", + "areapotionwaterbreathingextended": "long_water_breathing_lingering_potion", + "areapotionwaterbreathinglevel2": "long_water_breathing_lingering_potion", + "areapotionwaterbreathinglong": "long_water_breathing_lingering_potion", + "areapotionwaterbreathlevel2": "long_water_breathing_lingering_potion", + "areapotionwaterbreathlong": "long_water_breathing_lingering_potion", + "areapotionwb2": "long_water_breathing_lingering_potion", + "areapotionwbex": "long_water_breathing_lingering_potion", + "areapotionwbextended": "long_water_breathing_lingering_potion", + "areapotionwblevel2": "long_water_breathing_lingering_potion", + "areapotionwblong": "long_water_breathing_lingering_potion", + "areapotwaterbreath2": "long_water_breathing_lingering_potion", + "areapotwaterbreathex": "long_water_breathing_lingering_potion", + "areapotwaterbreathextended": "long_water_breathing_lingering_potion", + "areapotwaterbreathing2": "long_water_breathing_lingering_potion", + "areapotwaterbreathingex": "long_water_breathing_lingering_potion", + "areapotwaterbreathingextended": "long_water_breathing_lingering_potion", + "areapotwaterbreathinglevel2": "long_water_breathing_lingering_potion", + "areapotwaterbreathinglong": "long_water_breathing_lingering_potion", + "areapotwaterbreathlevel2": "long_water_breathing_lingering_potion", + "areapotwaterbreathlong": "long_water_breathing_lingering_potion", + "areapotwb2": "long_water_breathing_lingering_potion", + "areapotwbex": "long_water_breathing_lingering_potion", + "areapotwbextended": "long_water_breathing_lingering_potion", + "areapotwblevel2": "long_water_breathing_lingering_potion", + "areapotwblong": "long_water_breathing_lingering_potion", + "breathaoepoiont2": "long_water_breathing_lingering_potion", + "breathaoepoiontex": "long_water_breathing_lingering_potion", + "breathaoepoiontextended": "long_water_breathing_lingering_potion", + "breathaoepoiontlevel2": "long_water_breathing_lingering_potion", + "breathaoepoiontlong": "long_water_breathing_lingering_potion", + "breathaoepot2": "long_water_breathing_lingering_potion", + "breathaoepotex": "long_water_breathing_lingering_potion", + "breathaoepotextended": "long_water_breathing_lingering_potion", + "breathaoepotlevel2": "long_water_breathing_lingering_potion", + "breathaoepotlong": "long_water_breathing_lingering_potion", + "breathareapot2": "long_water_breathing_lingering_potion", + "breathareapotex": "long_water_breathing_lingering_potion", + "breathareapotextended": "long_water_breathing_lingering_potion", + "breathareapotion2": "long_water_breathing_lingering_potion", + "breathareapotionex": "long_water_breathing_lingering_potion", + "breathareapotionextended": "long_water_breathing_lingering_potion", + "breathareapotionlevel2": "long_water_breathing_lingering_potion", + "breathareapotionlong": "long_water_breathing_lingering_potion", + "breathareapotlevel2": "long_water_breathing_lingering_potion", + "breathareapotlong": "long_water_breathing_lingering_potion", + "breathcloudpot2": "long_water_breathing_lingering_potion", + "breathcloudpotex": "long_water_breathing_lingering_potion", + "breathcloudpotextended": "long_water_breathing_lingering_potion", + "breathcloudpotion2": "long_water_breathing_lingering_potion", + "breathcloudpotionex": "long_water_breathing_lingering_potion", + "breathcloudpotionextended": "long_water_breathing_lingering_potion", + "breathcloudpotionlevel2": "long_water_breathing_lingering_potion", + "breathcloudpotionlong": "long_water_breathing_lingering_potion", + "breathcloudpotlevel2": "long_water_breathing_lingering_potion", + "breathcloudpotlong": "long_water_breathing_lingering_potion", + "breathingaoepoiont2": "long_water_breathing_lingering_potion", + "breathingaoepoiontex": "long_water_breathing_lingering_potion", + "breathingaoepoiontextended": "long_water_breathing_lingering_potion", + "breathingaoepoiontlevel2": "long_water_breathing_lingering_potion", + "breathingaoepoiontlong": "long_water_breathing_lingering_potion", + "breathingaoepot2": "long_water_breathing_lingering_potion", + "breathingaoepotex": "long_water_breathing_lingering_potion", + "breathingaoepotextended": "long_water_breathing_lingering_potion", + "breathingaoepotlevel2": "long_water_breathing_lingering_potion", + "breathingaoepotlong": "long_water_breathing_lingering_potion", + "breathingareapot2": "long_water_breathing_lingering_potion", + "breathingareapotex": "long_water_breathing_lingering_potion", + "breathingareapotextended": "long_water_breathing_lingering_potion", + "breathingareapotion2": "long_water_breathing_lingering_potion", + "breathingareapotionex": "long_water_breathing_lingering_potion", + "breathingareapotionextended": "long_water_breathing_lingering_potion", + "breathingareapotionlevel2": "long_water_breathing_lingering_potion", + "breathingareapotionlong": "long_water_breathing_lingering_potion", + "breathingareapotlevel2": "long_water_breathing_lingering_potion", + "breathingareapotlong": "long_water_breathing_lingering_potion", + "breathingcloudpot2": "long_water_breathing_lingering_potion", + "breathingcloudpotex": "long_water_breathing_lingering_potion", + "breathingcloudpotextended": "long_water_breathing_lingering_potion", + "breathingcloudpotion2": "long_water_breathing_lingering_potion", + "breathingcloudpotionex": "long_water_breathing_lingering_potion", + "breathingcloudpotionextended": "long_water_breathing_lingering_potion", + "breathingcloudpotionlevel2": "long_water_breathing_lingering_potion", + "breathingcloudpotionlong": "long_water_breathing_lingering_potion", + "breathingcloudpotlevel2": "long_water_breathing_lingering_potion", + "breathingcloudpotlong": "long_water_breathing_lingering_potion", + "breathinglingerpot2": "long_water_breathing_lingering_potion", + "breathinglingerpotex": "long_water_breathing_lingering_potion", + "breathinglingerpotextended": "long_water_breathing_lingering_potion", + "breathinglingerpotlevel2": "long_water_breathing_lingering_potion", + "breathinglingerpotlong": "long_water_breathing_lingering_potion", + "breathlingerpot2": "long_water_breathing_lingering_potion", + "breathlingerpotex": "long_water_breathing_lingering_potion", + "breathlingerpotextended": "long_water_breathing_lingering_potion", + "breathlingerpotlevel2": "long_water_breathing_lingering_potion", + "breathlingerpotlong": "long_water_breathing_lingering_potion", + "cloudpotbreath2": "long_water_breathing_lingering_potion", + "cloudpotbreathex": "long_water_breathing_lingering_potion", + "cloudpotbreathextended": "long_water_breathing_lingering_potion", + "cloudpotbreathing2": "long_water_breathing_lingering_potion", + "cloudpotbreathingex": "long_water_breathing_lingering_potion", + "cloudpotbreathingextended": "long_water_breathing_lingering_potion", + "cloudpotbreathinglevel2": "long_water_breathing_lingering_potion", + "cloudpotbreathinglong": "long_water_breathing_lingering_potion", + "cloudpotbreathlevel2": "long_water_breathing_lingering_potion", + "cloudpotbreathlong": "long_water_breathing_lingering_potion", + "cloudpotionbreath2": "long_water_breathing_lingering_potion", + "cloudpotionbreathex": "long_water_breathing_lingering_potion", + "cloudpotionbreathextended": "long_water_breathing_lingering_potion", + "cloudpotionbreathing2": "long_water_breathing_lingering_potion", + "cloudpotionbreathingex": "long_water_breathing_lingering_potion", + "cloudpotionbreathingextended": "long_water_breathing_lingering_potion", + "cloudpotionbreathinglevel2": "long_water_breathing_lingering_potion", + "cloudpotionbreathinglong": "long_water_breathing_lingering_potion", + "cloudpotionbreathlevel2": "long_water_breathing_lingering_potion", + "cloudpotionbreathlong": "long_water_breathing_lingering_potion", + "cloudpotionwaterbreath2": "long_water_breathing_lingering_potion", + "cloudpotionwaterbreathex": "long_water_breathing_lingering_potion", + "cloudpotionwaterbreathextended": "long_water_breathing_lingering_potion", + "cloudpotionwaterbreathing2": "long_water_breathing_lingering_potion", + "cloudpotionwaterbreathingex": "long_water_breathing_lingering_potion", + "cloudpotionwaterbreathingextended": "long_water_breathing_lingering_potion", + "cloudpotionwaterbreathinglevel2": "long_water_breathing_lingering_potion", + "cloudpotionwaterbreathinglong": "long_water_breathing_lingering_potion", + "cloudpotionwaterbreathlevel2": "long_water_breathing_lingering_potion", + "cloudpotionwaterbreathlong": "long_water_breathing_lingering_potion", + "cloudpotionwb2": "long_water_breathing_lingering_potion", + "cloudpotionwbex": "long_water_breathing_lingering_potion", + "cloudpotionwbextended": "long_water_breathing_lingering_potion", + "cloudpotionwblevel2": "long_water_breathing_lingering_potion", + "cloudpotionwblong": "long_water_breathing_lingering_potion", + "cloudpotwaterbreath2": "long_water_breathing_lingering_potion", + "cloudpotwaterbreathex": "long_water_breathing_lingering_potion", + "cloudpotwaterbreathextended": "long_water_breathing_lingering_potion", + "cloudpotwaterbreathing2": "long_water_breathing_lingering_potion", + "cloudpotwaterbreathingex": "long_water_breathing_lingering_potion", + "cloudpotwaterbreathingextended": "long_water_breathing_lingering_potion", + "cloudpotwaterbreathinglevel2": "long_water_breathing_lingering_potion", + "cloudpotwaterbreathinglong": "long_water_breathing_lingering_potion", + "cloudpotwaterbreathlevel2": "long_water_breathing_lingering_potion", + "cloudpotwaterbreathlong": "long_water_breathing_lingering_potion", + "cloudpotwb2": "long_water_breathing_lingering_potion", + "cloudpotwbex": "long_water_breathing_lingering_potion", + "cloudpotwbextended": "long_water_breathing_lingering_potion", + "cloudpotwblevel2": "long_water_breathing_lingering_potion", + "cloudpotwblong": "long_water_breathing_lingering_potion", + "lingerpotbreath2": "long_water_breathing_lingering_potion", + "lingerpotbreathex": "long_water_breathing_lingering_potion", + "lingerpotbreathextended": "long_water_breathing_lingering_potion", + "lingerpotbreathing2": "long_water_breathing_lingering_potion", + "lingerpotbreathingex": "long_water_breathing_lingering_potion", + "lingerpotbreathingextended": "long_water_breathing_lingering_potion", + "lingerpotbreathinglevel2": "long_water_breathing_lingering_potion", + "lingerpotbreathinglong": "long_water_breathing_lingering_potion", + "lingerpotbreathlevel2": "long_water_breathing_lingering_potion", + "lingerpotbreathlong": "long_water_breathing_lingering_potion", + "lingerpotwaterbreath2": "long_water_breathing_lingering_potion", + "lingerpotwaterbreathex": "long_water_breathing_lingering_potion", + "lingerpotwaterbreathextended": "long_water_breathing_lingering_potion", + "lingerpotwaterbreathing2": "long_water_breathing_lingering_potion", + "lingerpotwaterbreathingex": "long_water_breathing_lingering_potion", + "lingerpotwaterbreathingextended": "long_water_breathing_lingering_potion", + "lingerpotwaterbreathinglevel2": "long_water_breathing_lingering_potion", + "lingerpotwaterbreathinglong": "long_water_breathing_lingering_potion", + "lingerpotwaterbreathlevel2": "long_water_breathing_lingering_potion", + "lingerpotwaterbreathlong": "long_water_breathing_lingering_potion", + "lingerpotwb2": "long_water_breathing_lingering_potion", + "lingerpotwbex": "long_water_breathing_lingering_potion", + "lingerpotwbextended": "long_water_breathing_lingering_potion", + "lingerpotwblevel2": "long_water_breathing_lingering_potion", + "lingerpotwblong": "long_water_breathing_lingering_potion", + "waterbreathaoepoiont2": "long_water_breathing_lingering_potion", + "waterbreathaoepoiontex": "long_water_breathing_lingering_potion", + "waterbreathaoepoiontextended": "long_water_breathing_lingering_potion", + "waterbreathaoepoiontlevel2": "long_water_breathing_lingering_potion", + "waterbreathaoepoiontlong": "long_water_breathing_lingering_potion", + "waterbreathaoepot2": "long_water_breathing_lingering_potion", + "waterbreathaoepotex": "long_water_breathing_lingering_potion", + "waterbreathaoepotextended": "long_water_breathing_lingering_potion", + "waterbreathaoepotlevel2": "long_water_breathing_lingering_potion", + "waterbreathaoepotlong": "long_water_breathing_lingering_potion", + "waterbreathareapot2": "long_water_breathing_lingering_potion", + "waterbreathareapotex": "long_water_breathing_lingering_potion", + "waterbreathareapotextended": "long_water_breathing_lingering_potion", + "waterbreathareapotion2": "long_water_breathing_lingering_potion", + "waterbreathareapotionex": "long_water_breathing_lingering_potion", + "waterbreathareapotionextended": "long_water_breathing_lingering_potion", + "waterbreathareapotionlevel2": "long_water_breathing_lingering_potion", + "waterbreathareapotionlong": "long_water_breathing_lingering_potion", + "waterbreathareapotlevel2": "long_water_breathing_lingering_potion", + "waterbreathareapotlong": "long_water_breathing_lingering_potion", + "waterbreathcloudpot2": "long_water_breathing_lingering_potion", + "waterbreathcloudpotex": "long_water_breathing_lingering_potion", + "waterbreathcloudpotextended": "long_water_breathing_lingering_potion", + "waterbreathcloudpotion2": "long_water_breathing_lingering_potion", + "waterbreathcloudpotionex": "long_water_breathing_lingering_potion", + "waterbreathcloudpotionextended": "long_water_breathing_lingering_potion", + "waterbreathcloudpotionlevel2": "long_water_breathing_lingering_potion", + "waterbreathcloudpotionlong": "long_water_breathing_lingering_potion", + "waterbreathcloudpotlevel2": "long_water_breathing_lingering_potion", + "waterbreathcloudpotlong": "long_water_breathing_lingering_potion", + "waterbreathingaoepoiont2": "long_water_breathing_lingering_potion", + "waterbreathingaoepoiontex": "long_water_breathing_lingering_potion", + "waterbreathingaoepoiontextended": "long_water_breathing_lingering_potion", + "waterbreathingaoepoiontlevel2": "long_water_breathing_lingering_potion", + "waterbreathingaoepoiontlong": "long_water_breathing_lingering_potion", + "waterbreathingaoepot2": "long_water_breathing_lingering_potion", + "waterbreathingaoepotex": "long_water_breathing_lingering_potion", + "waterbreathingaoepotextended": "long_water_breathing_lingering_potion", + "waterbreathingaoepotlevel2": "long_water_breathing_lingering_potion", + "waterbreathingaoepotlong": "long_water_breathing_lingering_potion", + "waterbreathingareapot2": "long_water_breathing_lingering_potion", + "waterbreathingareapotex": "long_water_breathing_lingering_potion", + "waterbreathingareapotextended": "long_water_breathing_lingering_potion", + "waterbreathingareapotion2": "long_water_breathing_lingering_potion", + "waterbreathingareapotionex": "long_water_breathing_lingering_potion", + "waterbreathingareapotionextended": "long_water_breathing_lingering_potion", + "waterbreathingareapotionlevel2": "long_water_breathing_lingering_potion", + "waterbreathingareapotionlong": "long_water_breathing_lingering_potion", + "waterbreathingareapotlevel2": "long_water_breathing_lingering_potion", + "waterbreathingareapotlong": "long_water_breathing_lingering_potion", + "waterbreathingcloudpot2": "long_water_breathing_lingering_potion", + "waterbreathingcloudpotex": "long_water_breathing_lingering_potion", + "waterbreathingcloudpotextended": "long_water_breathing_lingering_potion", + "waterbreathingcloudpotion2": "long_water_breathing_lingering_potion", + "waterbreathingcloudpotionex": "long_water_breathing_lingering_potion", + "waterbreathingcloudpotionextended": "long_water_breathing_lingering_potion", + "waterbreathingcloudpotionlevel2": "long_water_breathing_lingering_potion", + "waterbreathingcloudpotionlong": "long_water_breathing_lingering_potion", + "waterbreathingcloudpotlevel2": "long_water_breathing_lingering_potion", + "waterbreathingcloudpotlong": "long_water_breathing_lingering_potion", + "waterbreathinglingerpot2": "long_water_breathing_lingering_potion", + "waterbreathinglingerpotex": "long_water_breathing_lingering_potion", + "waterbreathinglingerpotextended": "long_water_breathing_lingering_potion", + "waterbreathinglingerpotlevel2": "long_water_breathing_lingering_potion", + "waterbreathinglingerpotlong": "long_water_breathing_lingering_potion", + "waterbreathlingerpot2": "long_water_breathing_lingering_potion", + "waterbreathlingerpotex": "long_water_breathing_lingering_potion", + "waterbreathlingerpotextended": "long_water_breathing_lingering_potion", + "waterbreathlingerpotlevel2": "long_water_breathing_lingering_potion", + "waterbreathlingerpotlong": "long_water_breathing_lingering_potion", + "wbaoepoiont2": "long_water_breathing_lingering_potion", + "wbaoepoiontex": "long_water_breathing_lingering_potion", + "wbaoepoiontextended": "long_water_breathing_lingering_potion", + "wbaoepoiontlevel2": "long_water_breathing_lingering_potion", + "wbaoepoiontlong": "long_water_breathing_lingering_potion", + "wbaoepot2": "long_water_breathing_lingering_potion", + "wbaoepotex": "long_water_breathing_lingering_potion", + "wbaoepotextended": "long_water_breathing_lingering_potion", + "wbaoepotlevel2": "long_water_breathing_lingering_potion", + "wbaoepotlong": "long_water_breathing_lingering_potion", + "wbareapot2": "long_water_breathing_lingering_potion", + "wbareapotex": "long_water_breathing_lingering_potion", + "wbareapotextended": "long_water_breathing_lingering_potion", + "wbareapotion2": "long_water_breathing_lingering_potion", + "wbareapotionex": "long_water_breathing_lingering_potion", + "wbareapotionextended": "long_water_breathing_lingering_potion", + "wbareapotionlevel2": "long_water_breathing_lingering_potion", + "wbareapotionlong": "long_water_breathing_lingering_potion", + "wbareapotlevel2": "long_water_breathing_lingering_potion", + "wbareapotlong": "long_water_breathing_lingering_potion", + "wbcloudpot2": "long_water_breathing_lingering_potion", + "wbcloudpotex": "long_water_breathing_lingering_potion", + "wbcloudpotextended": "long_water_breathing_lingering_potion", + "wbcloudpotion2": "long_water_breathing_lingering_potion", + "wbcloudpotionex": "long_water_breathing_lingering_potion", + "wbcloudpotionextended": "long_water_breathing_lingering_potion", + "wbcloudpotionlevel2": "long_water_breathing_lingering_potion", + "wbcloudpotionlong": "long_water_breathing_lingering_potion", + "wbcloudpotlevel2": "long_water_breathing_lingering_potion", + "wbcloudpotlong": "long_water_breathing_lingering_potion", + "wblingerpot2": "long_water_breathing_lingering_potion", + "wblingerpotex": "long_water_breathing_lingering_potion", + "wblingerpotextended": "long_water_breathing_lingering_potion", + "wblingerpotlevel2": "long_water_breathing_lingering_potion", + "wblingerpotlong": "long_water_breathing_lingering_potion", + "long_water_breathing_potion": { + "potionData": { + "type": "WATER_BREATHING", + "upgraded": false, + "extended": true + }, + "material": "POTION" + }, + "breath2pot": "long_water_breathing_potion", + "breath2potion": "long_water_breathing_potion", + "breathexpot": "long_water_breathing_potion", + "breathexpotion": "long_water_breathing_potion", + "breathextendedpot": "long_water_breathing_potion", + "breathextendedpotion": "long_water_breathing_potion", + "breathing2pot": "long_water_breathing_potion", + "breathing2potion": "long_water_breathing_potion", + "breathingexpot": "long_water_breathing_potion", + "breathingexpotion": "long_water_breathing_potion", + "breathingextendedpot": "long_water_breathing_potion", + "breathingextendedpotion": "long_water_breathing_potion", + "breathinglevel2pot": "long_water_breathing_potion", + "breathinglevel2potion": "long_water_breathing_potion", + "breathinglongpot": "long_water_breathing_potion", + "breathinglongpotion": "long_water_breathing_potion", + "breathlevel2pot": "long_water_breathing_potion", + "breathlevel2potion": "long_water_breathing_potion", + "breathlongpot": "long_water_breathing_potion", + "breathlongpotion": "long_water_breathing_potion", + "potionofbreath2": "long_water_breathing_potion", + "potionofbreathex": "long_water_breathing_potion", + "potionofbreathextended": "long_water_breathing_potion", + "potionofbreathing2": "long_water_breathing_potion", + "potionofbreathingex": "long_water_breathing_potion", + "potionofbreathingextended": "long_water_breathing_potion", + "potionofbreathinglevel2": "long_water_breathing_potion", + "potionofbreathinglong": "long_water_breathing_potion", + "potionofbreathlevel2": "long_water_breathing_potion", + "potionofbreathlong": "long_water_breathing_potion", + "potionofwaterbreath2": "long_water_breathing_potion", + "potionofwaterbreathex": "long_water_breathing_potion", + "potionofwaterbreathextended": "long_water_breathing_potion", + "potionofwaterbreathing2": "long_water_breathing_potion", + "potionofwaterbreathingex": "long_water_breathing_potion", + "potionofwaterbreathingextended": "long_water_breathing_potion", + "potionofwaterbreathinglevel2": "long_water_breathing_potion", + "potionofwaterbreathinglong": "long_water_breathing_potion", + "potionofwaterbreathlevel2": "long_water_breathing_potion", + "potionofwaterbreathlong": "long_water_breathing_potion", + "potionofwb2": "long_water_breathing_potion", + "potionofwbex": "long_water_breathing_potion", + "potionofwbextended": "long_water_breathing_potion", + "potionofwblevel2": "long_water_breathing_potion", + "potionofwblong": "long_water_breathing_potion", + "potofbreath2": "long_water_breathing_potion", + "potofbreathex": "long_water_breathing_potion", + "potofbreathextended": "long_water_breathing_potion", + "potofbreathing2": "long_water_breathing_potion", + "potofbreathingex": "long_water_breathing_potion", + "potofbreathingextended": "long_water_breathing_potion", + "potofbreathinglevel2": "long_water_breathing_potion", + "potofbreathinglong": "long_water_breathing_potion", + "potofbreathlevel2": "long_water_breathing_potion", + "potofbreathlong": "long_water_breathing_potion", + "potofwaterbreath2": "long_water_breathing_potion", + "potofwaterbreathex": "long_water_breathing_potion", + "potofwaterbreathextended": "long_water_breathing_potion", + "potofwaterbreathing2": "long_water_breathing_potion", + "potofwaterbreathingex": "long_water_breathing_potion", + "potofwaterbreathingextended": "long_water_breathing_potion", + "potofwaterbreathinglevel2": "long_water_breathing_potion", + "potofwaterbreathinglong": "long_water_breathing_potion", + "potofwaterbreathlevel2": "long_water_breathing_potion", + "potofwaterbreathlong": "long_water_breathing_potion", + "potofwb2": "long_water_breathing_potion", + "potofwbex": "long_water_breathing_potion", + "potofwbextended": "long_water_breathing_potion", + "potofwblevel2": "long_water_breathing_potion", + "potofwblong": "long_water_breathing_potion", + "waterbreath2pot": "long_water_breathing_potion", + "waterbreath2potion": "long_water_breathing_potion", + "waterbreathexpot": "long_water_breathing_potion", + "waterbreathexpotion": "long_water_breathing_potion", + "waterbreathextendedpot": "long_water_breathing_potion", + "waterbreathextendedpotion": "long_water_breathing_potion", + "waterbreathing2pot": "long_water_breathing_potion", + "waterbreathing2potion": "long_water_breathing_potion", + "waterbreathingexpot": "long_water_breathing_potion", + "waterbreathingexpotion": "long_water_breathing_potion", + "waterbreathingextendedpot": "long_water_breathing_potion", + "waterbreathingextendedpotion": "long_water_breathing_potion", + "waterbreathinglevel2pot": "long_water_breathing_potion", + "waterbreathinglevel2potion": "long_water_breathing_potion", + "waterbreathinglongpot": "long_water_breathing_potion", + "waterbreathinglongpotion": "long_water_breathing_potion", + "waterbreathlevel2pot": "long_water_breathing_potion", + "waterbreathlevel2potion": "long_water_breathing_potion", + "waterbreathlongpot": "long_water_breathing_potion", + "waterbreathlongpotion": "long_water_breathing_potion", + "wb2pot": "long_water_breathing_potion", + "wb2potion": "long_water_breathing_potion", + "wbexpot": "long_water_breathing_potion", + "wbexpotion": "long_water_breathing_potion", + "wbextendedpot": "long_water_breathing_potion", + "wbextendedpotion": "long_water_breathing_potion", + "wblevel2pot": "long_water_breathing_potion", + "wblevel2potion": "long_water_breathing_potion", + "wblongpot": "long_water_breathing_potion", + "wblongpotion": "long_water_breathing_potion", + "long_water_breathing_splash_potion": { + "potionData": { + "type": "WATER_BREATHING", + "upgraded": false, + "extended": true + }, + "material": "SPLASH_POTION" + }, + "breath2splashpot": "long_water_breathing_splash_potion", + "breath2splashpotion": "long_water_breathing_splash_potion", + "breathexsplashpot": "long_water_breathing_splash_potion", + "breathexsplashpotion": "long_water_breathing_splash_potion", + "breathextendedsplashpot": "long_water_breathing_splash_potion", + "breathextendedsplashpotion": "long_water_breathing_splash_potion", + "breathing2splashpot": "long_water_breathing_splash_potion", + "breathing2splashpotion": "long_water_breathing_splash_potion", + "breathingexsplashpot": "long_water_breathing_splash_potion", + "breathingexsplashpotion": "long_water_breathing_splash_potion", + "breathingextendedsplashpot": "long_water_breathing_splash_potion", + "breathingextendedsplashpotion": "long_water_breathing_splash_potion", + "breathinglevel2splashpot": "long_water_breathing_splash_potion", + "breathinglevel2splashpotion": "long_water_breathing_splash_potion", + "breathinglongsplashpot": "long_water_breathing_splash_potion", + "breathinglongsplashpotion": "long_water_breathing_splash_potion", + "breathlevel2splashpot": "long_water_breathing_splash_potion", + "breathlevel2splashpotion": "long_water_breathing_splash_potion", + "breathlongsplashpot": "long_water_breathing_splash_potion", + "breathlongsplashpotion": "long_water_breathing_splash_potion", + "splashbreath2pot": "long_water_breathing_splash_potion", + "splashbreath2potion": "long_water_breathing_splash_potion", + "splashbreathexpot": "long_water_breathing_splash_potion", + "splashbreathexpotion": "long_water_breathing_splash_potion", + "splashbreathextendedpot": "long_water_breathing_splash_potion", + "splashbreathextendedpotion": "long_water_breathing_splash_potion", + "splashbreathing2pot": "long_water_breathing_splash_potion", + "splashbreathing2potion": "long_water_breathing_splash_potion", + "splashbreathingexpot": "long_water_breathing_splash_potion", + "splashbreathingexpotion": "long_water_breathing_splash_potion", + "splashbreathingextendedpot": "long_water_breathing_splash_potion", + "splashbreathingextendedpotion": "long_water_breathing_splash_potion", + "splashbreathinglevel2pot": "long_water_breathing_splash_potion", + "splashbreathinglevel2potion": "long_water_breathing_splash_potion", + "splashbreathinglongpot": "long_water_breathing_splash_potion", + "splashbreathinglongpotion": "long_water_breathing_splash_potion", + "splashbreathlevel2pot": "long_water_breathing_splash_potion", + "splashbreathlevel2potion": "long_water_breathing_splash_potion", + "splashbreathlongpot": "long_water_breathing_splash_potion", + "splashbreathlongpotion": "long_water_breathing_splash_potion", + "splashwaterbreath2pot": "long_water_breathing_splash_potion", + "splashwaterbreath2potion": "long_water_breathing_splash_potion", + "splashwaterbreathexpot": "long_water_breathing_splash_potion", + "splashwaterbreathexpotion": "long_water_breathing_splash_potion", + "splashwaterbreathextendedpot": "long_water_breathing_splash_potion", + "splashwaterbreathextendedpotion": "long_water_breathing_splash_potion", + "splashwaterbreathing2pot": "long_water_breathing_splash_potion", + "splashwaterbreathing2potion": "long_water_breathing_splash_potion", + "splashwaterbreathingexpot": "long_water_breathing_splash_potion", + "splashwaterbreathingexpotion": "long_water_breathing_splash_potion", + "splashwaterbreathingextendedpot": "long_water_breathing_splash_potion", + "splashwaterbreathingextendedpotion": "long_water_breathing_splash_potion", + "splashwaterbreathinglevel2pot": "long_water_breathing_splash_potion", + "splashwaterbreathinglevel2potion": "long_water_breathing_splash_potion", + "splashwaterbreathinglongpot": "long_water_breathing_splash_potion", + "splashwaterbreathinglongpotion": "long_water_breathing_splash_potion", + "splashwaterbreathlevel2pot": "long_water_breathing_splash_potion", + "splashwaterbreathlevel2potion": "long_water_breathing_splash_potion", + "splashwaterbreathlongpot": "long_water_breathing_splash_potion", + "splashwaterbreathlongpotion": "long_water_breathing_splash_potion", + "splashwb2pot": "long_water_breathing_splash_potion", + "splashwb2potion": "long_water_breathing_splash_potion", + "splashwbexpot": "long_water_breathing_splash_potion", + "splashwbexpotion": "long_water_breathing_splash_potion", + "splashwbextendedpot": "long_water_breathing_splash_potion", + "splashwbextendedpotion": "long_water_breathing_splash_potion", + "splashwblevel2pot": "long_water_breathing_splash_potion", + "splashwblevel2potion": "long_water_breathing_splash_potion", + "splashwblongpot": "long_water_breathing_splash_potion", + "splashwblongpotion": "long_water_breathing_splash_potion", + "splbreath2pot": "long_water_breathing_splash_potion", + "splbreath2potion": "long_water_breathing_splash_potion", + "splbreathexpot": "long_water_breathing_splash_potion", + "splbreathexpotion": "long_water_breathing_splash_potion", + "splbreathextendedpot": "long_water_breathing_splash_potion", + "splbreathextendedpotion": "long_water_breathing_splash_potion", + "splbreathing2pot": "long_water_breathing_splash_potion", + "splbreathing2potion": "long_water_breathing_splash_potion", + "splbreathingexpot": "long_water_breathing_splash_potion", + "splbreathingexpotion": "long_water_breathing_splash_potion", + "splbreathingextendedpot": "long_water_breathing_splash_potion", + "splbreathingextendedpotion": "long_water_breathing_splash_potion", + "splbreathinglevel2pot": "long_water_breathing_splash_potion", + "splbreathinglevel2potion": "long_water_breathing_splash_potion", + "splbreathinglongpot": "long_water_breathing_splash_potion", + "splbreathinglongpotion": "long_water_breathing_splash_potion", + "splbreathlevel2pot": "long_water_breathing_splash_potion", + "splbreathlevel2potion": "long_water_breathing_splash_potion", + "splbreathlongpot": "long_water_breathing_splash_potion", + "splbreathlongpotion": "long_water_breathing_splash_potion", + "splwaterbreath2pot": "long_water_breathing_splash_potion", + "splwaterbreath2potion": "long_water_breathing_splash_potion", + "splwaterbreathexpot": "long_water_breathing_splash_potion", + "splwaterbreathexpotion": "long_water_breathing_splash_potion", + "splwaterbreathextendedpot": "long_water_breathing_splash_potion", + "splwaterbreathextendedpotion": "long_water_breathing_splash_potion", + "splwaterbreathing2pot": "long_water_breathing_splash_potion", + "splwaterbreathing2potion": "long_water_breathing_splash_potion", + "splwaterbreathingexpot": "long_water_breathing_splash_potion", + "splwaterbreathingexpotion": "long_water_breathing_splash_potion", + "splwaterbreathingextendedpot": "long_water_breathing_splash_potion", + "splwaterbreathingextendedpotion": "long_water_breathing_splash_potion", + "splwaterbreathinglevel2pot": "long_water_breathing_splash_potion", + "splwaterbreathinglevel2potion": "long_water_breathing_splash_potion", + "splwaterbreathinglongpot": "long_water_breathing_splash_potion", + "splwaterbreathinglongpotion": "long_water_breathing_splash_potion", + "splwaterbreathlevel2pot": "long_water_breathing_splash_potion", + "splwaterbreathlevel2potion": "long_water_breathing_splash_potion", + "splwaterbreathlongpot": "long_water_breathing_splash_potion", + "splwaterbreathlongpotion": "long_water_breathing_splash_potion", + "splwb2pot": "long_water_breathing_splash_potion", + "splwb2potion": "long_water_breathing_splash_potion", + "splwbexpot": "long_water_breathing_splash_potion", + "splwbexpotion": "long_water_breathing_splash_potion", + "splwbextendedpot": "long_water_breathing_splash_potion", + "splwbextendedpotion": "long_water_breathing_splash_potion", + "splwblevel2pot": "long_water_breathing_splash_potion", + "splwblevel2potion": "long_water_breathing_splash_potion", + "splwblongpot": "long_water_breathing_splash_potion", + "splwblongpotion": "long_water_breathing_splash_potion", + "waterbreath2splashpot": "long_water_breathing_splash_potion", + "waterbreath2splashpotion": "long_water_breathing_splash_potion", + "waterbreathexsplashpot": "long_water_breathing_splash_potion", + "waterbreathexsplashpotion": "long_water_breathing_splash_potion", + "waterbreathextendedsplashpot": "long_water_breathing_splash_potion", + "waterbreathextendedsplashpotion": "long_water_breathing_splash_potion", + "waterbreathing2splashpot": "long_water_breathing_splash_potion", + "waterbreathing2splashpotion": "long_water_breathing_splash_potion", + "waterbreathingexsplashpot": "long_water_breathing_splash_potion", + "waterbreathingexsplashpotion": "long_water_breathing_splash_potion", + "waterbreathingextendedsplashpot": "long_water_breathing_splash_potion", + "waterbreathingextendedsplashpotion": "long_water_breathing_splash_potion", + "waterbreathinglevel2splashpot": "long_water_breathing_splash_potion", + "waterbreathinglevel2splashpotion": "long_water_breathing_splash_potion", + "waterbreathinglongsplashpot": "long_water_breathing_splash_potion", + "waterbreathinglongsplashpotion": "long_water_breathing_splash_potion", + "waterbreathlevel2splashpot": "long_water_breathing_splash_potion", + "waterbreathlevel2splashpotion": "long_water_breathing_splash_potion", + "waterbreathlongsplashpot": "long_water_breathing_splash_potion", + "waterbreathlongsplashpotion": "long_water_breathing_splash_potion", + "wb2splashpot": "long_water_breathing_splash_potion", + "wb2splashpotion": "long_water_breathing_splash_potion", + "wbexsplashpot": "long_water_breathing_splash_potion", + "wbexsplashpotion": "long_water_breathing_splash_potion", + "wbextendedsplashpot": "long_water_breathing_splash_potion", + "wbextendedsplashpotion": "long_water_breathing_splash_potion", + "wblevel2splashpot": "long_water_breathing_splash_potion", + "wblevel2splashpotion": "long_water_breathing_splash_potion", + "wblongsplashpot": "long_water_breathing_splash_potion", + "wblongsplashpotion": "long_water_breathing_splash_potion", + "long_water_breathing_tipped_arrow": { + "potionData": { + "type": "WATER_BREATHING", + "upgraded": false, + "extended": true + }, + "material": "TIPPED_ARROW" + }, + "arrowbreath2": "long_water_breathing_tipped_arrow", + "arrowbreathex": "long_water_breathing_tipped_arrow", + "arrowbreathextended": "long_water_breathing_tipped_arrow", + "arrowbreathing2": "long_water_breathing_tipped_arrow", + "arrowbreathingex": "long_water_breathing_tipped_arrow", + "arrowbreathingextended": "long_water_breathing_tipped_arrow", + "arrowbreathinglevel2": "long_water_breathing_tipped_arrow", + "arrowbreathinglong": "long_water_breathing_tipped_arrow", + "arrowbreathlevel2": "long_water_breathing_tipped_arrow", + "arrowbreathlong": "long_water_breathing_tipped_arrow", + "arrowwaterbreath2": "long_water_breathing_tipped_arrow", + "arrowwaterbreathex": "long_water_breathing_tipped_arrow", + "arrowwaterbreathextended": "long_water_breathing_tipped_arrow", + "arrowwaterbreathing2": "long_water_breathing_tipped_arrow", + "arrowwaterbreathingex": "long_water_breathing_tipped_arrow", + "arrowwaterbreathingextended": "long_water_breathing_tipped_arrow", + "arrowwaterbreathinglevel2": "long_water_breathing_tipped_arrow", + "arrowwaterbreathinglong": "long_water_breathing_tipped_arrow", + "arrowwaterbreathlevel2": "long_water_breathing_tipped_arrow", + "arrowwaterbreathlong": "long_water_breathing_tipped_arrow", + "arrowwb2": "long_water_breathing_tipped_arrow", + "arrowwbex": "long_water_breathing_tipped_arrow", + "arrowwbextended": "long_water_breathing_tipped_arrow", + "arrowwblevel2": "long_water_breathing_tipped_arrow", + "arrowwblong": "long_water_breathing_tipped_arrow", + "breath2tarr": "long_water_breathing_tipped_arrow", + "breath2tarrow": "long_water_breathing_tipped_arrow", + "breath2tippedarrow": "long_water_breathing_tipped_arrow", + "breatharrow2": "long_water_breathing_tipped_arrow", + "breatharrowex": "long_water_breathing_tipped_arrow", + "breatharrowextended": "long_water_breathing_tipped_arrow", + "breatharrowlevel2": "long_water_breathing_tipped_arrow", + "breatharrowlong": "long_water_breathing_tipped_arrow", + "breathextarr": "long_water_breathing_tipped_arrow", + "breathextarrow": "long_water_breathing_tipped_arrow", + "breathextendedtarr": "long_water_breathing_tipped_arrow", + "breathextendedtarrow": "long_water_breathing_tipped_arrow", + "breathextendedtippedarrow": "long_water_breathing_tipped_arrow", + "breathextippedarrow": "long_water_breathing_tipped_arrow", + "breathing2tarr": "long_water_breathing_tipped_arrow", + "breathing2tarrow": "long_water_breathing_tipped_arrow", + "breathing2tippedarrow": "long_water_breathing_tipped_arrow", + "breathingarrow2": "long_water_breathing_tipped_arrow", + "breathingarrowex": "long_water_breathing_tipped_arrow", + "breathingarrowextended": "long_water_breathing_tipped_arrow", + "breathingarrowlevel2": "long_water_breathing_tipped_arrow", + "breathingarrowlong": "long_water_breathing_tipped_arrow", + "breathingextarr": "long_water_breathing_tipped_arrow", + "breathingextarrow": "long_water_breathing_tipped_arrow", + "breathingextendedtarr": "long_water_breathing_tipped_arrow", + "breathingextendedtarrow": "long_water_breathing_tipped_arrow", + "breathingextendedtippedarrow": "long_water_breathing_tipped_arrow", + "breathingextippedarrow": "long_water_breathing_tipped_arrow", + "breathinglevel2tarr": "long_water_breathing_tipped_arrow", + "breathinglevel2tarrow": "long_water_breathing_tipped_arrow", + "breathinglevel2tippedarrow": "long_water_breathing_tipped_arrow", + "breathinglongtarr": "long_water_breathing_tipped_arrow", + "breathinglongtarrow": "long_water_breathing_tipped_arrow", + "breathinglongtippedarrow": "long_water_breathing_tipped_arrow", + "breathlevel2tarr": "long_water_breathing_tipped_arrow", + "breathlevel2tarrow": "long_water_breathing_tipped_arrow", + "breathlevel2tippedarrow": "long_water_breathing_tipped_arrow", + "breathlongtarr": "long_water_breathing_tipped_arrow", + "breathlongtarrow": "long_water_breathing_tipped_arrow", + "breathlongtippedarrow": "long_water_breathing_tipped_arrow", + "waterbreath2tarr": "long_water_breathing_tipped_arrow", + "waterbreath2tarrow": "long_water_breathing_tipped_arrow", + "waterbreath2tippedarrow": "long_water_breathing_tipped_arrow", + "waterbreatharrow2": "long_water_breathing_tipped_arrow", + "waterbreatharrowex": "long_water_breathing_tipped_arrow", + "waterbreatharrowextended": "long_water_breathing_tipped_arrow", + "waterbreatharrowlevel2": "long_water_breathing_tipped_arrow", + "waterbreatharrowlong": "long_water_breathing_tipped_arrow", + "waterbreathextarr": "long_water_breathing_tipped_arrow", + "waterbreathextarrow": "long_water_breathing_tipped_arrow", + "waterbreathextendedtarr": "long_water_breathing_tipped_arrow", + "waterbreathextendedtarrow": "long_water_breathing_tipped_arrow", + "waterbreathextendedtippedarrow": "long_water_breathing_tipped_arrow", + "waterbreathextippedarrow": "long_water_breathing_tipped_arrow", + "waterbreathing2tarr": "long_water_breathing_tipped_arrow", + "waterbreathing2tarrow": "long_water_breathing_tipped_arrow", + "waterbreathing2tippedarrow": "long_water_breathing_tipped_arrow", + "waterbreathingarrow2": "long_water_breathing_tipped_arrow", + "waterbreathingarrowex": "long_water_breathing_tipped_arrow", + "waterbreathingarrowextended": "long_water_breathing_tipped_arrow", + "waterbreathingarrowlevel2": "long_water_breathing_tipped_arrow", + "waterbreathingarrowlong": "long_water_breathing_tipped_arrow", + "waterbreathingextarr": "long_water_breathing_tipped_arrow", + "waterbreathingextarrow": "long_water_breathing_tipped_arrow", + "waterbreathingextendedtarr": "long_water_breathing_tipped_arrow", + "waterbreathingextendedtarrow": "long_water_breathing_tipped_arrow", + "waterbreathingextendedtippedarrow": "long_water_breathing_tipped_arrow", + "waterbreathingextippedarrow": "long_water_breathing_tipped_arrow", + "waterbreathinglevel2tarr": "long_water_breathing_tipped_arrow", + "waterbreathinglevel2tarrow": "long_water_breathing_tipped_arrow", + "waterbreathinglevel2tippedarrow": "long_water_breathing_tipped_arrow", + "waterbreathinglongtarr": "long_water_breathing_tipped_arrow", + "waterbreathinglongtarrow": "long_water_breathing_tipped_arrow", + "waterbreathinglongtippedarrow": "long_water_breathing_tipped_arrow", + "waterbreathlevel2tarr": "long_water_breathing_tipped_arrow", + "waterbreathlevel2tarrow": "long_water_breathing_tipped_arrow", + "waterbreathlevel2tippedarrow": "long_water_breathing_tipped_arrow", + "waterbreathlongtarr": "long_water_breathing_tipped_arrow", + "waterbreathlongtarrow": "long_water_breathing_tipped_arrow", + "waterbreathlongtippedarrow": "long_water_breathing_tipped_arrow", + "wb2tarr": "long_water_breathing_tipped_arrow", + "wb2tarrow": "long_water_breathing_tipped_arrow", + "wb2tippedarrow": "long_water_breathing_tipped_arrow", + "wbarrow2": "long_water_breathing_tipped_arrow", + "wbarrowex": "long_water_breathing_tipped_arrow", + "wbarrowextended": "long_water_breathing_tipped_arrow", + "wbarrowlevel2": "long_water_breathing_tipped_arrow", + "wbarrowlong": "long_water_breathing_tipped_arrow", + "wbextarr": "long_water_breathing_tipped_arrow", + "wbextarrow": "long_water_breathing_tipped_arrow", + "wbextendedtarr": "long_water_breathing_tipped_arrow", + "wbextendedtarrow": "long_water_breathing_tipped_arrow", + "wbextendedtippedarrow": "long_water_breathing_tipped_arrow", + "wbextippedarrow": "long_water_breathing_tipped_arrow", + "wblevel2tarr": "long_water_breathing_tipped_arrow", + "wblevel2tarrow": "long_water_breathing_tipped_arrow", + "wblevel2tippedarrow": "long_water_breathing_tipped_arrow", + "wblongtarr": "long_water_breathing_tipped_arrow", + "wblongtarrow": "long_water_breathing_tipped_arrow", + "wblongtippedarrow": "long_water_breathing_tipped_arrow", + "long_weakness_lingering_potion": { + "potionData": { + "type": "WEAKNESS", + "upgraded": false, + "extended": true + }, + "material": "LINGERING_POTION" + }, + "aoepotionwe2": "long_weakness_lingering_potion", + "aoepotionweak2": "long_weakness_lingering_potion", + "aoepotionweakex": "long_weakness_lingering_potion", + "aoepotionweakextended": "long_weakness_lingering_potion", + "aoepotionweaklevel2": "long_weakness_lingering_potion", + "aoepotionweaklong": "long_weakness_lingering_potion", + "aoepotionweakness2": "long_weakness_lingering_potion", + "aoepotionweaknessex": "long_weakness_lingering_potion", + "aoepotionweaknessextended": "long_weakness_lingering_potion", + "aoepotionweaknesslevel2": "long_weakness_lingering_potion", + "aoepotionweaknesslong": "long_weakness_lingering_potion", + "aoepotionweex": "long_weakness_lingering_potion", + "aoepotionweextended": "long_weakness_lingering_potion", + "aoepotionwelevel2": "long_weakness_lingering_potion", + "aoepotionwelong": "long_weakness_lingering_potion", + "aoepotwe2": "long_weakness_lingering_potion", + "aoepotweak2": "long_weakness_lingering_potion", + "aoepotweakex": "long_weakness_lingering_potion", + "aoepotweakextended": "long_weakness_lingering_potion", + "aoepotweaklevel2": "long_weakness_lingering_potion", + "aoepotweaklong": "long_weakness_lingering_potion", + "aoepotweakness2": "long_weakness_lingering_potion", + "aoepotweaknessex": "long_weakness_lingering_potion", + "aoepotweaknessextended": "long_weakness_lingering_potion", + "aoepotweaknesslevel2": "long_weakness_lingering_potion", + "aoepotweaknesslong": "long_weakness_lingering_potion", + "aoepotweex": "long_weakness_lingering_potion", + "aoepotweextended": "long_weakness_lingering_potion", + "aoepotwelevel2": "long_weakness_lingering_potion", + "aoepotwelong": "long_weakness_lingering_potion", + "areapotionwe2": "long_weakness_lingering_potion", + "areapotionweak2": "long_weakness_lingering_potion", + "areapotionweakex": "long_weakness_lingering_potion", + "areapotionweakextended": "long_weakness_lingering_potion", + "areapotionweaklevel2": "long_weakness_lingering_potion", + "areapotionweaklong": "long_weakness_lingering_potion", + "areapotionweakness2": "long_weakness_lingering_potion", + "areapotionweaknessex": "long_weakness_lingering_potion", + "areapotionweaknessextended": "long_weakness_lingering_potion", + "areapotionweaknesslevel2": "long_weakness_lingering_potion", + "areapotionweaknesslong": "long_weakness_lingering_potion", + "areapotionweex": "long_weakness_lingering_potion", + "areapotionweextended": "long_weakness_lingering_potion", + "areapotionwelevel2": "long_weakness_lingering_potion", + "areapotionwelong": "long_weakness_lingering_potion", + "areapotwe2": "long_weakness_lingering_potion", + "areapotweak2": "long_weakness_lingering_potion", + "areapotweakex": "long_weakness_lingering_potion", + "areapotweakextended": "long_weakness_lingering_potion", + "areapotweaklevel2": "long_weakness_lingering_potion", + "areapotweaklong": "long_weakness_lingering_potion", + "areapotweakness2": "long_weakness_lingering_potion", + "areapotweaknessex": "long_weakness_lingering_potion", + "areapotweaknessextended": "long_weakness_lingering_potion", + "areapotweaknesslevel2": "long_weakness_lingering_potion", + "areapotweaknesslong": "long_weakness_lingering_potion", + "areapotweex": "long_weakness_lingering_potion", + "areapotweextended": "long_weakness_lingering_potion", + "areapotwelevel2": "long_weakness_lingering_potion", + "areapotwelong": "long_weakness_lingering_potion", + "cloudpotionwe2": "long_weakness_lingering_potion", + "cloudpotionweak2": "long_weakness_lingering_potion", + "cloudpotionweakex": "long_weakness_lingering_potion", + "cloudpotionweakextended": "long_weakness_lingering_potion", + "cloudpotionweaklevel2": "long_weakness_lingering_potion", + "cloudpotionweaklong": "long_weakness_lingering_potion", + "cloudpotionweakness2": "long_weakness_lingering_potion", + "cloudpotionweaknessex": "long_weakness_lingering_potion", + "cloudpotionweaknessextended": "long_weakness_lingering_potion", + "cloudpotionweaknesslevel2": "long_weakness_lingering_potion", + "cloudpotionweaknesslong": "long_weakness_lingering_potion", + "cloudpotionweex": "long_weakness_lingering_potion", + "cloudpotionweextended": "long_weakness_lingering_potion", + "cloudpotionwelevel2": "long_weakness_lingering_potion", + "cloudpotionwelong": "long_weakness_lingering_potion", + "cloudpotwe2": "long_weakness_lingering_potion", + "cloudpotweak2": "long_weakness_lingering_potion", + "cloudpotweakex": "long_weakness_lingering_potion", + "cloudpotweakextended": "long_weakness_lingering_potion", + "cloudpotweaklevel2": "long_weakness_lingering_potion", + "cloudpotweaklong": "long_weakness_lingering_potion", + "cloudpotweakness2": "long_weakness_lingering_potion", + "cloudpotweaknessex": "long_weakness_lingering_potion", + "cloudpotweaknessextended": "long_weakness_lingering_potion", + "cloudpotweaknesslevel2": "long_weakness_lingering_potion", + "cloudpotweaknesslong": "long_weakness_lingering_potion", + "cloudpotweex": "long_weakness_lingering_potion", + "cloudpotweextended": "long_weakness_lingering_potion", + "cloudpotwelevel2": "long_weakness_lingering_potion", + "cloudpotwelong": "long_weakness_lingering_potion", + "lingerpotwe2": "long_weakness_lingering_potion", + "lingerpotweak2": "long_weakness_lingering_potion", + "lingerpotweakex": "long_weakness_lingering_potion", + "lingerpotweakextended": "long_weakness_lingering_potion", + "lingerpotweaklevel2": "long_weakness_lingering_potion", + "lingerpotweaklong": "long_weakness_lingering_potion", + "lingerpotweakness2": "long_weakness_lingering_potion", + "lingerpotweaknessex": "long_weakness_lingering_potion", + "lingerpotweaknessextended": "long_weakness_lingering_potion", + "lingerpotweaknesslevel2": "long_weakness_lingering_potion", + "lingerpotweaknesslong": "long_weakness_lingering_potion", + "lingerpotweex": "long_weakness_lingering_potion", + "lingerpotweextended": "long_weakness_lingering_potion", + "lingerpotwelevel2": "long_weakness_lingering_potion", + "lingerpotwelong": "long_weakness_lingering_potion", + "weakaoepoiont2": "long_weakness_lingering_potion", + "weakaoepoiontex": "long_weakness_lingering_potion", + "weakaoepoiontextended": "long_weakness_lingering_potion", + "weakaoepoiontlevel2": "long_weakness_lingering_potion", + "weakaoepoiontlong": "long_weakness_lingering_potion", + "weakaoepot2": "long_weakness_lingering_potion", + "weakaoepotex": "long_weakness_lingering_potion", + "weakaoepotextended": "long_weakness_lingering_potion", + "weakaoepotlevel2": "long_weakness_lingering_potion", + "weakaoepotlong": "long_weakness_lingering_potion", + "weakareapot2": "long_weakness_lingering_potion", + "weakareapotex": "long_weakness_lingering_potion", + "weakareapotextended": "long_weakness_lingering_potion", + "weakareapotion2": "long_weakness_lingering_potion", + "weakareapotionex": "long_weakness_lingering_potion", + "weakareapotionextended": "long_weakness_lingering_potion", + "weakareapotionlevel2": "long_weakness_lingering_potion", + "weakareapotionlong": "long_weakness_lingering_potion", + "weakareapotlevel2": "long_weakness_lingering_potion", + "weakareapotlong": "long_weakness_lingering_potion", + "weakcloudpot2": "long_weakness_lingering_potion", + "weakcloudpotex": "long_weakness_lingering_potion", + "weakcloudpotextended": "long_weakness_lingering_potion", + "weakcloudpotion2": "long_weakness_lingering_potion", + "weakcloudpotionex": "long_weakness_lingering_potion", + "weakcloudpotionextended": "long_weakness_lingering_potion", + "weakcloudpotionlevel2": "long_weakness_lingering_potion", + "weakcloudpotionlong": "long_weakness_lingering_potion", + "weakcloudpotlevel2": "long_weakness_lingering_potion", + "weakcloudpotlong": "long_weakness_lingering_potion", + "weaklingerpot2": "long_weakness_lingering_potion", + "weaklingerpotex": "long_weakness_lingering_potion", + "weaklingerpotextended": "long_weakness_lingering_potion", + "weaklingerpotlevel2": "long_weakness_lingering_potion", + "weaklingerpotlong": "long_weakness_lingering_potion", + "weaknessaoepoiont2": "long_weakness_lingering_potion", + "weaknessaoepoiontex": "long_weakness_lingering_potion", + "weaknessaoepoiontextended": "long_weakness_lingering_potion", + "weaknessaoepoiontlevel2": "long_weakness_lingering_potion", + "weaknessaoepoiontlong": "long_weakness_lingering_potion", + "weaknessaoepot2": "long_weakness_lingering_potion", + "weaknessaoepotex": "long_weakness_lingering_potion", + "weaknessaoepotextended": "long_weakness_lingering_potion", + "weaknessaoepotlevel2": "long_weakness_lingering_potion", + "weaknessaoepotlong": "long_weakness_lingering_potion", + "weaknessareapot2": "long_weakness_lingering_potion", + "weaknessareapotex": "long_weakness_lingering_potion", + "weaknessareapotextended": "long_weakness_lingering_potion", + "weaknessareapotion2": "long_weakness_lingering_potion", + "weaknessareapotionex": "long_weakness_lingering_potion", + "weaknessareapotionextended": "long_weakness_lingering_potion", + "weaknessareapotionlevel2": "long_weakness_lingering_potion", + "weaknessareapotionlong": "long_weakness_lingering_potion", + "weaknessareapotlevel2": "long_weakness_lingering_potion", + "weaknessareapotlong": "long_weakness_lingering_potion", + "weaknesscloudpot2": "long_weakness_lingering_potion", + "weaknesscloudpotex": "long_weakness_lingering_potion", + "weaknesscloudpotextended": "long_weakness_lingering_potion", + "weaknesscloudpotion2": "long_weakness_lingering_potion", + "weaknesscloudpotionex": "long_weakness_lingering_potion", + "weaknesscloudpotionextended": "long_weakness_lingering_potion", + "weaknesscloudpotionlevel2": "long_weakness_lingering_potion", + "weaknesscloudpotionlong": "long_weakness_lingering_potion", + "weaknesscloudpotlevel2": "long_weakness_lingering_potion", + "weaknesscloudpotlong": "long_weakness_lingering_potion", + "weaknesslingerpot2": "long_weakness_lingering_potion", + "weaknesslingerpotex": "long_weakness_lingering_potion", + "weaknesslingerpotextended": "long_weakness_lingering_potion", + "weaknesslingerpotlevel2": "long_weakness_lingering_potion", + "weaknesslingerpotlong": "long_weakness_lingering_potion", + "weaoepoiont2": "long_weakness_lingering_potion", + "weaoepoiontex": "long_weakness_lingering_potion", + "weaoepoiontextended": "long_weakness_lingering_potion", + "weaoepoiontlevel2": "long_weakness_lingering_potion", + "weaoepoiontlong": "long_weakness_lingering_potion", + "weaoepot2": "long_weakness_lingering_potion", + "weaoepotex": "long_weakness_lingering_potion", + "weaoepotextended": "long_weakness_lingering_potion", + "weaoepotlevel2": "long_weakness_lingering_potion", + "weaoepotlong": "long_weakness_lingering_potion", + "weareapot2": "long_weakness_lingering_potion", + "weareapotex": "long_weakness_lingering_potion", + "weareapotextended": "long_weakness_lingering_potion", + "weareapotion2": "long_weakness_lingering_potion", + "weareapotionex": "long_weakness_lingering_potion", + "weareapotionextended": "long_weakness_lingering_potion", + "weareapotionlevel2": "long_weakness_lingering_potion", + "weareapotionlong": "long_weakness_lingering_potion", + "weareapotlevel2": "long_weakness_lingering_potion", + "weareapotlong": "long_weakness_lingering_potion", + "wecloudpot2": "long_weakness_lingering_potion", + "wecloudpotex": "long_weakness_lingering_potion", + "wecloudpotextended": "long_weakness_lingering_potion", + "wecloudpotion2": "long_weakness_lingering_potion", + "wecloudpotionex": "long_weakness_lingering_potion", + "wecloudpotionextended": "long_weakness_lingering_potion", + "wecloudpotionlevel2": "long_weakness_lingering_potion", + "wecloudpotionlong": "long_weakness_lingering_potion", + "wecloudpotlevel2": "long_weakness_lingering_potion", + "wecloudpotlong": "long_weakness_lingering_potion", + "welingerpot2": "long_weakness_lingering_potion", + "welingerpotex": "long_weakness_lingering_potion", + "welingerpotextended": "long_weakness_lingering_potion", + "welingerpotlevel2": "long_weakness_lingering_potion", + "welingerpotlong": "long_weakness_lingering_potion", + "long_weakness_potion": { + "potionData": { + "type": "WEAKNESS", + "upgraded": false, + "extended": true + }, + "material": "POTION" + }, + "potionofwe2": "long_weakness_potion", + "potionofweak2": "long_weakness_potion", + "potionofweakex": "long_weakness_potion", + "potionofweakextended": "long_weakness_potion", + "potionofweaklevel2": "long_weakness_potion", + "potionofweaklong": "long_weakness_potion", + "potionofweakness2": "long_weakness_potion", + "potionofweaknessex": "long_weakness_potion", + "potionofweaknessextended": "long_weakness_potion", + "potionofweaknesslevel2": "long_weakness_potion", + "potionofweaknesslong": "long_weakness_potion", + "potionofweex": "long_weakness_potion", + "potionofweextended": "long_weakness_potion", + "potionofwelevel2": "long_weakness_potion", + "potionofwelong": "long_weakness_potion", + "potofwe2": "long_weakness_potion", + "potofweak2": "long_weakness_potion", + "potofweakex": "long_weakness_potion", + "potofweakextended": "long_weakness_potion", + "potofweaklevel2": "long_weakness_potion", + "potofweaklong": "long_weakness_potion", + "potofweakness2": "long_weakness_potion", + "potofweaknessex": "long_weakness_potion", + "potofweaknessextended": "long_weakness_potion", + "potofweaknesslevel2": "long_weakness_potion", + "potofweaknesslong": "long_weakness_potion", + "potofweex": "long_weakness_potion", + "potofweextended": "long_weakness_potion", + "potofwelevel2": "long_weakness_potion", + "potofwelong": "long_weakness_potion", + "we2pot": "long_weakness_potion", + "we2potion": "long_weakness_potion", + "weak2pot": "long_weakness_potion", + "weak2potion": "long_weakness_potion", + "weakexpot": "long_weakness_potion", + "weakexpotion": "long_weakness_potion", + "weakextendedpot": "long_weakness_potion", + "weakextendedpotion": "long_weakness_potion", + "weaklevel2pot": "long_weakness_potion", + "weaklevel2potion": "long_weakness_potion", + "weaklongpot": "long_weakness_potion", + "weaklongpotion": "long_weakness_potion", + "weakness2pot": "long_weakness_potion", + "weakness2potion": "long_weakness_potion", + "weaknessexpot": "long_weakness_potion", + "weaknessexpotion": "long_weakness_potion", + "weaknessextendedpot": "long_weakness_potion", + "weaknessextendedpotion": "long_weakness_potion", + "weaknesslevel2pot": "long_weakness_potion", + "weaknesslevel2potion": "long_weakness_potion", + "weaknesslongpot": "long_weakness_potion", + "weaknesslongpotion": "long_weakness_potion", + "weexpot": "long_weakness_potion", + "weexpotion": "long_weakness_potion", + "weextendedpot": "long_weakness_potion", + "weextendedpotion": "long_weakness_potion", + "welevel2pot": "long_weakness_potion", + "welevel2potion": "long_weakness_potion", + "welongpot": "long_weakness_potion", + "welongpotion": "long_weakness_potion", + "long_weakness_splash_potion": { + "potionData": { + "type": "WEAKNESS", + "upgraded": false, + "extended": true + }, + "material": "SPLASH_POTION" + }, + "splashwe2pot": "long_weakness_splash_potion", + "splashwe2potion": "long_weakness_splash_potion", + "splashweak2pot": "long_weakness_splash_potion", + "splashweak2potion": "long_weakness_splash_potion", + "splashweakexpot": "long_weakness_splash_potion", + "splashweakexpotion": "long_weakness_splash_potion", + "splashweakextendedpot": "long_weakness_splash_potion", + "splashweakextendedpotion": "long_weakness_splash_potion", + "splashweaklevel2pot": "long_weakness_splash_potion", + "splashweaklevel2potion": "long_weakness_splash_potion", + "splashweaklongpot": "long_weakness_splash_potion", + "splashweaklongpotion": "long_weakness_splash_potion", + "splashweakness2pot": "long_weakness_splash_potion", + "splashweakness2potion": "long_weakness_splash_potion", + "splashweaknessexpot": "long_weakness_splash_potion", + "splashweaknessexpotion": "long_weakness_splash_potion", + "splashweaknessextendedpot": "long_weakness_splash_potion", + "splashweaknessextendedpotion": "long_weakness_splash_potion", + "splashweaknesslevel2pot": "long_weakness_splash_potion", + "splashweaknesslevel2potion": "long_weakness_splash_potion", + "splashweaknesslongpot": "long_weakness_splash_potion", + "splashweaknesslongpotion": "long_weakness_splash_potion", + "splashweexpot": "long_weakness_splash_potion", + "splashweexpotion": "long_weakness_splash_potion", + "splashweextendedpot": "long_weakness_splash_potion", + "splashweextendedpotion": "long_weakness_splash_potion", + "splashwelevel2pot": "long_weakness_splash_potion", + "splashwelevel2potion": "long_weakness_splash_potion", + "splashwelongpot": "long_weakness_splash_potion", + "splashwelongpotion": "long_weakness_splash_potion", + "splwe2pot": "long_weakness_splash_potion", + "splwe2potion": "long_weakness_splash_potion", + "splweak2pot": "long_weakness_splash_potion", + "splweak2potion": "long_weakness_splash_potion", + "splweakexpot": "long_weakness_splash_potion", + "splweakexpotion": "long_weakness_splash_potion", + "splweakextendedpot": "long_weakness_splash_potion", + "splweakextendedpotion": "long_weakness_splash_potion", + "splweaklevel2pot": "long_weakness_splash_potion", + "splweaklevel2potion": "long_weakness_splash_potion", + "splweaklongpot": "long_weakness_splash_potion", + "splweaklongpotion": "long_weakness_splash_potion", + "splweakness2pot": "long_weakness_splash_potion", + "splweakness2potion": "long_weakness_splash_potion", + "splweaknessexpot": "long_weakness_splash_potion", + "splweaknessexpotion": "long_weakness_splash_potion", + "splweaknessextendedpot": "long_weakness_splash_potion", + "splweaknessextendedpotion": "long_weakness_splash_potion", + "splweaknesslevel2pot": "long_weakness_splash_potion", + "splweaknesslevel2potion": "long_weakness_splash_potion", + "splweaknesslongpot": "long_weakness_splash_potion", + "splweaknesslongpotion": "long_weakness_splash_potion", + "splweexpot": "long_weakness_splash_potion", + "splweexpotion": "long_weakness_splash_potion", + "splweextendedpot": "long_weakness_splash_potion", + "splweextendedpotion": "long_weakness_splash_potion", + "splwelevel2pot": "long_weakness_splash_potion", + "splwelevel2potion": "long_weakness_splash_potion", + "splwelongpot": "long_weakness_splash_potion", + "splwelongpotion": "long_weakness_splash_potion", + "we2splashpot": "long_weakness_splash_potion", + "we2splashpotion": "long_weakness_splash_potion", + "weak2splashpot": "long_weakness_splash_potion", + "weak2splashpotion": "long_weakness_splash_potion", + "weakexsplashpot": "long_weakness_splash_potion", + "weakexsplashpotion": "long_weakness_splash_potion", + "weakextendedsplashpot": "long_weakness_splash_potion", + "weakextendedsplashpotion": "long_weakness_splash_potion", + "weaklevel2splashpot": "long_weakness_splash_potion", + "weaklevel2splashpotion": "long_weakness_splash_potion", + "weaklongsplashpot": "long_weakness_splash_potion", + "weaklongsplashpotion": "long_weakness_splash_potion", + "weakness2splashpot": "long_weakness_splash_potion", + "weakness2splashpotion": "long_weakness_splash_potion", + "weaknessexsplashpot": "long_weakness_splash_potion", + "weaknessexsplashpotion": "long_weakness_splash_potion", + "weaknessextendedsplashpot": "long_weakness_splash_potion", + "weaknessextendedsplashpotion": "long_weakness_splash_potion", + "weaknesslevel2splashpot": "long_weakness_splash_potion", + "weaknesslevel2splashpotion": "long_weakness_splash_potion", + "weaknesslongsplashpot": "long_weakness_splash_potion", + "weaknesslongsplashpotion": "long_weakness_splash_potion", + "weexsplashpot": "long_weakness_splash_potion", + "weexsplashpotion": "long_weakness_splash_potion", + "weextendedsplashpot": "long_weakness_splash_potion", + "weextendedsplashpotion": "long_weakness_splash_potion", + "welevel2splashpot": "long_weakness_splash_potion", + "welevel2splashpotion": "long_weakness_splash_potion", + "welongsplashpot": "long_weakness_splash_potion", + "welongsplashpotion": "long_weakness_splash_potion", + "long_weakness_tipped_arrow": { + "potionData": { + "type": "WEAKNESS", + "upgraded": false, + "extended": true + }, + "material": "TIPPED_ARROW" + }, + "arrowwe2": "long_weakness_tipped_arrow", + "arrowweak2": "long_weakness_tipped_arrow", + "arrowweakex": "long_weakness_tipped_arrow", + "arrowweakextended": "long_weakness_tipped_arrow", + "arrowweaklevel2": "long_weakness_tipped_arrow", + "arrowweaklong": "long_weakness_tipped_arrow", + "arrowweakness2": "long_weakness_tipped_arrow", + "arrowweaknessex": "long_weakness_tipped_arrow", + "arrowweaknessextended": "long_weakness_tipped_arrow", + "arrowweaknesslevel2": "long_weakness_tipped_arrow", + "arrowweaknesslong": "long_weakness_tipped_arrow", + "arrowweex": "long_weakness_tipped_arrow", + "arrowweextended": "long_weakness_tipped_arrow", + "arrowwelevel2": "long_weakness_tipped_arrow", + "arrowwelong": "long_weakness_tipped_arrow", + "we2tarr": "long_weakness_tipped_arrow", + "we2tarrow": "long_weakness_tipped_arrow", + "we2tippedarrow": "long_weakness_tipped_arrow", + "weak2tarr": "long_weakness_tipped_arrow", + "weak2tarrow": "long_weakness_tipped_arrow", + "weak2tippedarrow": "long_weakness_tipped_arrow", + "weakarrow2": "long_weakness_tipped_arrow", + "weakarrowex": "long_weakness_tipped_arrow", + "weakarrowextended": "long_weakness_tipped_arrow", + "weakarrowlevel2": "long_weakness_tipped_arrow", + "weakarrowlong": "long_weakness_tipped_arrow", + "weakextarr": "long_weakness_tipped_arrow", + "weakextarrow": "long_weakness_tipped_arrow", + "weakextendedtarr": "long_weakness_tipped_arrow", + "weakextendedtarrow": "long_weakness_tipped_arrow", + "weakextendedtippedarrow": "long_weakness_tipped_arrow", + "weakextippedarrow": "long_weakness_tipped_arrow", + "weaklevel2tarr": "long_weakness_tipped_arrow", + "weaklevel2tarrow": "long_weakness_tipped_arrow", + "weaklevel2tippedarrow": "long_weakness_tipped_arrow", + "weaklongtarr": "long_weakness_tipped_arrow", + "weaklongtarrow": "long_weakness_tipped_arrow", + "weaklongtippedarrow": "long_weakness_tipped_arrow", + "weakness2tarr": "long_weakness_tipped_arrow", + "weakness2tarrow": "long_weakness_tipped_arrow", + "weakness2tippedarrow": "long_weakness_tipped_arrow", + "weaknessarrow2": "long_weakness_tipped_arrow", + "weaknessarrowex": "long_weakness_tipped_arrow", + "weaknessarrowextended": "long_weakness_tipped_arrow", + "weaknessarrowlevel2": "long_weakness_tipped_arrow", + "weaknessarrowlong": "long_weakness_tipped_arrow", + "weaknessextarr": "long_weakness_tipped_arrow", + "weaknessextarrow": "long_weakness_tipped_arrow", + "weaknessextendedtarr": "long_weakness_tipped_arrow", + "weaknessextendedtarrow": "long_weakness_tipped_arrow", + "weaknessextendedtippedarrow": "long_weakness_tipped_arrow", + "weaknessextippedarrow": "long_weakness_tipped_arrow", + "weaknesslevel2tarr": "long_weakness_tipped_arrow", + "weaknesslevel2tarrow": "long_weakness_tipped_arrow", + "weaknesslevel2tippedarrow": "long_weakness_tipped_arrow", + "weaknesslongtarr": "long_weakness_tipped_arrow", + "weaknesslongtarrow": "long_weakness_tipped_arrow", + "weaknesslongtippedarrow": "long_weakness_tipped_arrow", + "wearrow2": "long_weakness_tipped_arrow", + "wearrowex": "long_weakness_tipped_arrow", + "wearrowextended": "long_weakness_tipped_arrow", + "wearrowlevel2": "long_weakness_tipped_arrow", + "wearrowlong": "long_weakness_tipped_arrow", + "weextarr": "long_weakness_tipped_arrow", + "weextarrow": "long_weakness_tipped_arrow", + "weextendedtarr": "long_weakness_tipped_arrow", + "weextendedtarrow": "long_weakness_tipped_arrow", + "weextendedtippedarrow": "long_weakness_tipped_arrow", + "weextippedarrow": "long_weakness_tipped_arrow", + "welevel2tarr": "long_weakness_tipped_arrow", + "welevel2tarrow": "long_weakness_tipped_arrow", + "welevel2tippedarrow": "long_weakness_tipped_arrow", + "welongtarr": "long_weakness_tipped_arrow", + "welongtarrow": "long_weakness_tipped_arrow", + "welongtippedarrow": "long_weakness_tipped_arrow", + "loom": { + "material": "LOOM" + }, + "minecraft:loom": "loom", + "luck_lingering_potion": { + "potionData": { + "type": "LUCK", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotclover": "luck_lingering_potion", + "aoepotionclover": "luck_lingering_potion", + "aoepotionluck": "luck_lingering_potion", + "aoepotionlucky": "luck_lingering_potion", + "aoepotluck": "luck_lingering_potion", + "aoepotlucky": "luck_lingering_potion", + "areapotclover": "luck_lingering_potion", + "areapotionclover": "luck_lingering_potion", + "areapotionluck": "luck_lingering_potion", + "areapotionlucky": "luck_lingering_potion", + "areapotluck": "luck_lingering_potion", + "areapotlucky": "luck_lingering_potion", + "cloudpotclover": "luck_lingering_potion", + "cloudpotionclover": "luck_lingering_potion", + "cloudpotionluck": "luck_lingering_potion", + "cloudpotionlucky": "luck_lingering_potion", + "cloudpotluck": "luck_lingering_potion", + "cloudpotlucky": "luck_lingering_potion", + "cloveraoepoiont": "luck_lingering_potion", + "cloveraoepot": "luck_lingering_potion", + "cloverareapot": "luck_lingering_potion", + "cloverareapotion": "luck_lingering_potion", + "clovercloudpot": "luck_lingering_potion", + "clovercloudpotion": "luck_lingering_potion", + "cloverlingerpot": "luck_lingering_potion", + "lingerpotclover": "luck_lingering_potion", + "lingerpotluck": "luck_lingering_potion", + "lingerpotlucky": "luck_lingering_potion", + "luckaoepoiont": "luck_lingering_potion", + "luckaoepot": "luck_lingering_potion", + "luckareapot": "luck_lingering_potion", + "luckareapotion": "luck_lingering_potion", + "luckcloudpot": "luck_lingering_potion", + "luckcloudpotion": "luck_lingering_potion", + "lucklingerpot": "luck_lingering_potion", + "luckyaoepoiont": "luck_lingering_potion", + "luckyaoepot": "luck_lingering_potion", + "luckyareapot": "luck_lingering_potion", + "luckyareapotion": "luck_lingering_potion", + "luckycloudpot": "luck_lingering_potion", + "luckycloudpotion": "luck_lingering_potion", + "luckylingerpot": "luck_lingering_potion", + "luck_potion": { + "potionData": { + "type": "LUCK", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "cloverpot": "luck_potion", + "cloverpotion": "luck_potion", + "luckpot": "luck_potion", + "luckpotion": "luck_potion", + "luckypot": "luck_potion", + "luckypotion": "luck_potion", + "potionofclover": "luck_potion", + "potionofluck": "luck_potion", + "potionoflucky": "luck_potion", + "potofclover": "luck_potion", + "potofluck": "luck_potion", + "potoflucky": "luck_potion", + "luck_splash_potion": { + "potionData": { + "type": "LUCK", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "cloversplashpot": "luck_splash_potion", + "cloversplashpotion": "luck_splash_potion", + "lucksplashpot": "luck_splash_potion", + "lucksplashpotion": "luck_splash_potion", + "luckysplashpot": "luck_splash_potion", + "luckysplashpotion": "luck_splash_potion", + "splashcloverpot": "luck_splash_potion", + "splashcloverpotion": "luck_splash_potion", + "splashluckpot": "luck_splash_potion", + "splashluckpotion": "luck_splash_potion", + "splashluckypot": "luck_splash_potion", + "splashluckypotion": "luck_splash_potion", + "splcloverpot": "luck_splash_potion", + "splcloverpotion": "luck_splash_potion", + "splluckpot": "luck_splash_potion", + "splluckpotion": "luck_splash_potion", + "splluckypot": "luck_splash_potion", + "splluckypotion": "luck_splash_potion", + "luck_tipped_arrow": { + "potionData": { + "type": "LUCK", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowclover": "luck_tipped_arrow", + "arrowluck": "luck_tipped_arrow", + "arrowlucky": "luck_tipped_arrow", + "cloverarrow": "luck_tipped_arrow", + "clovertarr": "luck_tipped_arrow", + "clovertarrow": "luck_tipped_arrow", + "clovertippedarrow": "luck_tipped_arrow", + "luckarrow": "luck_tipped_arrow", + "lucktarr": "luck_tipped_arrow", + "lucktarrow": "luck_tipped_arrow", + "lucktippedarrow": "luck_tipped_arrow", + "luckyarrow": "luck_tipped_arrow", + "luckytarr": "luck_tipped_arrow", + "luckytarrow": "luck_tipped_arrow", + "luckytippedarrow": "luck_tipped_arrow", + "magenta_banner": { + "material": "MAGENTA_BANNER" + }, + "magentabanner": "magenta_banner", + "mbanner": "magenta_banner", + "minecraft:magenta_banner": "magenta_banner", + "magenta_bed": { + "material": "MAGENTA_BED" + }, + "magentabed": "magenta_bed", + "mbed": "magenta_bed", + "minecraft:magenta_bed": "magenta_bed", + "magenta_candle": { + "material": "MAGENTA_CANDLE" + }, + "magentacandle": "magenta_candle", + "mcandle": "magenta_candle", + "minecraft:magenta_candle": "magenta_candle", + "magenta_carpet": { + "material": "MAGENTA_CARPET" + }, + "magentacarpet": "magenta_carpet", + "magentafloor": "magenta_carpet", + "mcarpet": "magenta_carpet", + "mfloor": "magenta_carpet", + "minecraft:magenta_carpet": "magenta_carpet", + "magenta_concrete": { + "material": "MAGENTA_CONCRETE" + }, + "magentaconcrete": "magenta_concrete", + "mconcrete": "magenta_concrete", + "minecraft:magenta_concrete": "magenta_concrete", + "magenta_concrete_powder": { + "material": "MAGENTA_CONCRETE_POWDER" + }, + "magentacdust": "magenta_concrete_powder", + "magentaconcretepowder": "magenta_concrete_powder", + "magentaconcretesand": "magenta_concrete_powder", + "magentacp": "magenta_concrete_powder", + "magentacpowder": "magenta_concrete_powder", + "mcdust": "magenta_concrete_powder", + "mconcretepowder": "magenta_concrete_powder", + "mconcretesand": "magenta_concrete_powder", + "mcp": "magenta_concrete_powder", + "mcpowder": "magenta_concrete_powder", + "minecraft:magenta_concrete_powder": "magenta_concrete_powder", + "magenta_dye": { + "material": "MAGENTA_DYE" + }, + "magentadye": "magenta_dye", + "mdye": "magenta_dye", + "minecraft:magenta_dye": "magenta_dye", + "magenta_glazed_terracotta": { + "material": "MAGENTA_GLAZED_TERRACOTTA" + }, + "magentaglazedtcota": "magenta_glazed_terracotta", + "magentaglazedterra": "magenta_glazed_terracotta", + "magentaglazedterracota": "magenta_glazed_terracotta", + "magentaglazedterracotta": "magenta_glazed_terracotta", + "magentagtcotta": "magenta_glazed_terracotta", + "magentagterra": "magenta_glazed_terracotta", + "mglazedtcota": "magenta_glazed_terracotta", + "mglazedterra": "magenta_glazed_terracotta", + "mglazedterracota": "magenta_glazed_terracotta", + "mglazedterracotta": "magenta_glazed_terracotta", + "mgtcotta": "magenta_glazed_terracotta", + "mgterra": "magenta_glazed_terracotta", + "minecraft:magenta_glazed_terracotta": "magenta_glazed_terracotta", + "magenta_shulker_box": { + "material": "MAGENTA_SHULKER_BOX" + }, + "magentasbox": "magenta_shulker_box", + "magentashulkerbox": "magenta_shulker_box", + "minecraft:magenta_shulker_box": "magenta_shulker_box", + "msbox": "magenta_shulker_box", + "mshulkerbox": "magenta_shulker_box", + "magenta_stained_glass": { + "material": "MAGENTA_STAINED_GLASS" + }, + "magentaglass": "magenta_stained_glass", + "magentasglass": "magenta_stained_glass", + "magentastainedglass": "magenta_stained_glass", + "mglass": "magenta_stained_glass", + "minecraft:magenta_stained_glass": "magenta_stained_glass", + "msglass": "magenta_stained_glass", + "mstainedglass": "magenta_stained_glass", + "magenta_stained_glass_pane": { + "material": "MAGENTA_STAINED_GLASS_PANE" + }, + "magentaglasspane": "magenta_stained_glass_pane", + "magentagpane": "magenta_stained_glass_pane", + "magentasglasspane": "magenta_stained_glass_pane", + "magentastainedglasspane": "magenta_stained_glass_pane", + "mglasspane": "magenta_stained_glass_pane", + "mgpane": "magenta_stained_glass_pane", + "minecraft:magenta_stained_glass_pane": "magenta_stained_glass_pane", + "msglasspane": "magenta_stained_glass_pane", + "mstainedglasspane": "magenta_stained_glass_pane", + "magenta_terracotta": { + "material": "MAGENTA_TERRACOTTA" + }, + "magentaclay": "magenta_terracotta", + "magentasclay": "magenta_terracotta", + "magentastainedclay": "magenta_terracotta", + "magentatcota": "magenta_terracotta", + "magentaterra": "magenta_terracotta", + "magentaterracota": "magenta_terracotta", + "magentaterracotta": "magenta_terracotta", + "mclay": "magenta_terracotta", + "minecraft:magenta_terracotta": "magenta_terracotta", + "msclay": "magenta_terracotta", + "mstainedclay": "magenta_terracotta", + "mtcota": "magenta_terracotta", + "mterra": "magenta_terracotta", + "mterracota": "magenta_terracotta", + "mterracotta": "magenta_terracotta", + "magenta_wool": { + "material": "MAGENTA_WOOL" + }, + "magentacloth": "magenta_wool", + "magentacotton": "magenta_wool", + "magentawool": "magenta_wool", + "mcloth": "magenta_wool", + "mcotton": "magenta_wool", + "minecraft:magenta_wool": "magenta_wool", + "mwool": "magenta_wool", + "magma_block": { + "material": "MAGMA_BLOCK" + }, + "magmablock": "magma_block", + "minecraft:magma_block": "magma_block", + "magma_cream": { + "material": "MAGMA_CREAM" + }, + "magmacream": "magma_cream", + "minecraft:magma_cream": "magma_cream", + "magma_cube_spawn_egg": { + "material": "MAGMA_CUBE_SPAWN_EGG" + }, + "egglavacube": "magma_cube_spawn_egg", + "egglavaslime": "magma_cube_spawn_egg", + "eggmagma_cube": "magma_cube_spawn_egg", + "eggmagmaslime": "magma_cube_spawn_egg", + "lavacubeegg": "magma_cube_spawn_egg", + "lavacubesegg": "magma_cube_spawn_egg", + "lavacubespawn": "magma_cube_spawn_egg", + "lavacubespawnegg": "magma_cube_spawn_egg", + "lavaslimeegg": "magma_cube_spawn_egg", + "lavaslimesegg": "magma_cube_spawn_egg", + "lavaslimespawn": "magma_cube_spawn_egg", + "lavaslimespawnegg": "magma_cube_spawn_egg", + "magma_cubeegg": "magma_cube_spawn_egg", + "magma_cubesegg": "magma_cube_spawn_egg", + "magma_cubespawn": "magma_cube_spawn_egg", + "magma_cubespawnegg": "magma_cube_spawn_egg", + "magmacubespawnegg": "magma_cube_spawn_egg", + "magmaslimeegg": "magma_cube_spawn_egg", + "magmaslimesegg": "magma_cube_spawn_egg", + "magmaslimespawn": "magma_cube_spawn_egg", + "magmaslimespawnegg": "magma_cube_spawn_egg", + "minecraft:magma_cube_spawn_egg": "magma_cube_spawn_egg", + "segglavacube": "magma_cube_spawn_egg", + "segglavaslime": "magma_cube_spawn_egg", + "seggmagma_cube": "magma_cube_spawn_egg", + "seggmagmaslime": "magma_cube_spawn_egg", + "spawnegglavacube": "magma_cube_spawn_egg", + "spawnegglavaslime": "magma_cube_spawn_egg", + "spawneggmagma_cube": "magma_cube_spawn_egg", + "spawneggmagmaslime": "magma_cube_spawn_egg", + "spawnlavacube": "magma_cube_spawn_egg", + "spawnlavaslime": "magma_cube_spawn_egg", + "spawnmagma_cube": "magma_cube_spawn_egg", + "spawnmagmaslime": "magma_cube_spawn_egg", + "magma_cube_spawner": { + "entity": "MAGMA_CUBE", + "material": "SPAWNER" + }, + "lavacubecage": "magma_cube_spawner", + "lavacubemcage": "magma_cube_spawner", + "lavacubemobcage": "magma_cube_spawner", + "lavacubemobspawner": "magma_cube_spawner", + "lavacubemonstercage": "magma_cube_spawner", + "lavacubemonsterspawner": "magma_cube_spawner", + "lavacubemspawner": "magma_cube_spawner", + "lavacubespawner": "magma_cube_spawner", + "lavaslimecage": "magma_cube_spawner", + "lavaslimemcage": "magma_cube_spawner", + "lavaslimemobcage": "magma_cube_spawner", + "lavaslimemobspawner": "magma_cube_spawner", + "lavaslimemonstercage": "magma_cube_spawner", + "lavaslimemonsterspawner": "magma_cube_spawner", + "lavaslimemspawner": "magma_cube_spawner", + "lavaslimespawner": "magma_cube_spawner", + "magma_cubecage": "magma_cube_spawner", + "magma_cubemcage": "magma_cube_spawner", + "magma_cubemobcage": "magma_cube_spawner", + "magma_cubemobspawner": "magma_cube_spawner", + "magma_cubemonstercage": "magma_cube_spawner", + "magma_cubemonsterspawner": "magma_cube_spawner", + "magma_cubemspawner": "magma_cube_spawner", + "magma_cubespawner": "magma_cube_spawner", + "magmaslimecage": "magma_cube_spawner", + "magmaslimemcage": "magma_cube_spawner", + "magmaslimemobcage": "magma_cube_spawner", + "magmaslimemobspawner": "magma_cube_spawner", + "magmaslimemonstercage": "magma_cube_spawner", + "magmaslimemonsterspawner": "magma_cube_spawner", + "magmaslimemspawner": "magma_cube_spawner", + "magmaslimespawner": "magma_cube_spawner", + "mangrove_boat": { + "material": "MANGROVE_BOAT" + }, + "boatm": "mangrove_boat", + "boatman": "mangrove_boat", + "boatmangrove": "mangrove_boat", + "manboat": "mangrove_boat", + "mangroveboat": "mangrove_boat", + "mangroveraft": "mangrove_boat", + "manraft": "mangrove_boat", + "mboat": "mangrove_boat", + "minecraft:mangrove_boat": "mangrove_boat", + "mraft": "mangrove_boat", + "mangrove_button": { + "material": "MANGROVE_BUTTON" + }, + "buttonm": "mangrove_button", + "buttonman": "mangrove_button", + "buttonmangrove": "mangrove_button", + "manbutton": "mangrove_button", + "mangrovebutton": "mangrove_button", + "mbutton": "mangrove_button", + "minecraft:mangrove_button": "mangrove_button", + "mangrove_chest_boat": { + "material": "MANGROVE_CHEST_BOAT" + }, + "manchboat": "mangrove_chest_boat", + "mangrovechboat": "mangrove_chest_boat", + "mangrovechestboat": "mangrove_chest_boat", + "mchboat": "mangrove_chest_boat", + "minecraft:mangrove_chest_boat": "mangrove_chest_boat", + "mangrove_door": { + "material": "MANGROVE_DOOR" + }, + "mandoor": "mangrove_door", + "mangrovedoor": "mangrove_door", + "mdoor": "mangrove_door", + "minecraft:mangrove_door": "mangrove_door", + "mangrove_fence": { + "material": "MANGROVE_FENCE" + }, + "manfence": "mangrove_fence", + "mangrovefence": "mangrove_fence", + "minecraft:mangrove_fence": "mangrove_fence", + "mangrove_fence_gate": { + "material": "MANGROVE_FENCE_GATE" + }, + "gatem": "mangrove_fence_gate", + "gateman": "mangrove_fence_gate", + "gatemangrove": "mangrove_fence_gate", + "manfencegate": "mangrove_fence_gate", + "mangate": "mangrove_fence_gate", + "mangrovefencegate": "mangrove_fence_gate", + "mangrovegate": "mangrove_fence_gate", + "mfencegate": "mangrove_fence_gate", + "mgate": "mangrove_fence_gate", + "minecraft:mangrove_fence_gate": "mangrove_fence_gate", + "mangrove_hanging_sign": { + "material": "MANGROVE_HANGING_SIGN" + }, + "mangrovehangingsign": "mangrove_hanging_sign", + "mangrovehangsign": "mangrove_hanging_sign", + "mangrovehsign": "mangrove_hanging_sign", + "manhangsign": "mangrove_hanging_sign", + "manhsign": "mangrove_hanging_sign", + "mhangsign": "mangrove_hanging_sign", + "mhsign": "mangrove_hanging_sign", + "minecraft:mangrove_hanging_sign": "mangrove_hanging_sign", + "mangrove_leaves": { + "material": "MANGROVE_LEAVES" + }, + "leafm": "mangrove_leaves", + "leafman": "mangrove_leaves", + "leafmangrove": "mangrove_leaves", + "leavesm": "mangrove_leaves", + "leavesman": "mangrove_leaves", + "leavesmangrove": "mangrove_leaves", + "mangroveleaf": "mangrove_leaves", + "mangroveleave": "mangrove_leaves", + "mangroveleaves": "mangrove_leaves", + "mangrovelogleaf": "mangrove_leaves", + "mangrovelogleave": "mangrove_leaves", + "mangrovelogleaves": "mangrove_leaves", + "mangrovetreeleaf": "mangrove_leaves", + "mangrovetreeleave": "mangrove_leaves", + "mangrovetreeleaves": "mangrove_leaves", + "mangrovetrunkleaf": "mangrove_leaves", + "mangrovetrunkleave": "mangrove_leaves", + "mangrovetrunkleaves": "mangrove_leaves", + "mangrovewoodleaf": "mangrove_leaves", + "mangrovewoodleave": "mangrove_leaves", + "mangrovewoodleaves": "mangrove_leaves", + "manleaf": "mangrove_leaves", + "manleave": "mangrove_leaves", + "manleaves": "mangrove_leaves", + "manlogleaf": "mangrove_leaves", + "manlogleave": "mangrove_leaves", + "manlogleaves": "mangrove_leaves", + "mantreeleaf": "mangrove_leaves", + "mantreeleave": "mangrove_leaves", + "mantreeleaves": "mangrove_leaves", + "mantrunkleaf": "mangrove_leaves", + "mantrunkleave": "mangrove_leaves", + "mantrunkleaves": "mangrove_leaves", + "manwoodleaf": "mangrove_leaves", + "manwoodleave": "mangrove_leaves", + "manwoodleaves": "mangrove_leaves", + "minecraft:mangrove_leaves": "mangrove_leaves", + "mleaf": "mangrove_leaves", + "mleave": "mangrove_leaves", + "mleaves": "mangrove_leaves", + "mlogleaf": "mangrove_leaves", + "mlogleave": "mangrove_leaves", + "mlogleaves": "mangrove_leaves", + "mtreeleaf": "mangrove_leaves", + "mtreeleave": "mangrove_leaves", + "mtreeleaves": "mangrove_leaves", + "mtrunkleaf": "mangrove_leaves", + "mtrunkleave": "mangrove_leaves", + "mtrunkleaves": "mangrove_leaves", + "mwoodleaf": "mangrove_leaves", + "mwoodleave": "mangrove_leaves", + "mwoodleaves": "mangrove_leaves", + "mangrove_log": { + "material": "MANGROVE_LOG" + }, + "logm": "mangrove_log", + "logman": "mangrove_log", + "logmangrove": "mangrove_log", + "mangrovelog": "mangrove_log", + "mangrovetree": "mangrove_log", + "mangrovetrunk": "mangrove_log", + "manlog": "mangrove_log", + "mantree": "mangrove_log", + "mantrunk": "mangrove_log", + "minecraft:mangrove_log": "mangrove_log", + "mlog": "mangrove_log", + "mtree": "mangrove_log", + "mtrunk": "mangrove_log", + "mangrove_planks": { + "material": "MANGROVE_PLANKS" + }, + "mangroveplank": "mangrove_planks", + "mangroveplanks": "mangrove_planks", + "mangroveplankw": "mangrove_planks", + "mangroveplankwood": "mangrove_planks", + "mangroveplankwooden": "mangrove_planks", + "mangrovewoodenplank": "mangrove_planks", + "mangrovewoodplank": "mangrove_planks", + "mangrovewplank": "mangrove_planks", + "manplank": "mangrove_planks", + "manplankw": "mangrove_planks", + "manplankwood": "mangrove_planks", + "manplankwooden": "mangrove_planks", + "manwoodenplank": "mangrove_planks", + "manwoodplank": "mangrove_planks", + "manwplank": "mangrove_planks", + "minecraft:mangrove_planks": "mangrove_planks", + "mplank": "mangrove_planks", + "mplankw": "mangrove_planks", + "mplankwood": "mangrove_planks", + "mplankwooden": "mangrove_planks", + "mwoodenplank": "mangrove_planks", + "mwoodplank": "mangrove_planks", + "mwplank": "mangrove_planks", + "mangrove_pressure_plate": { + "material": "MANGROVE_PRESSURE_PLATE" + }, + "mangroveplate": "mangrove_pressure_plate", + "mangrovepplate": "mangrove_pressure_plate", + "mangrovepressplate": "mangrove_pressure_plate", + "mangrovepressureplate": "mangrove_pressure_plate", + "manplate": "mangrove_pressure_plate", + "manpplate": "mangrove_pressure_plate", + "manpressplate": "mangrove_pressure_plate", + "manpressureplate": "mangrove_pressure_plate", + "minecraft:mangrove_pressure_plate": "mangrove_pressure_plate", + "mplate": "mangrove_pressure_plate", + "mpplate": "mangrove_pressure_plate", + "mpressplate": "mangrove_pressure_plate", + "mpressureplate": "mangrove_pressure_plate", + "platem": "mangrove_pressure_plate", + "plateman": "mangrove_pressure_plate", + "platemangrove": "mangrove_pressure_plate", + "mangrove_propagule": { + "material": "MANGROVE_PROPAGULE" + }, + "mangrovelogsapling": "mangrove_propagule", + "mangroveprop": "mangrove_propagule", + "mangrovepropagule": "mangrove_propagule", + "mangrovesapling": "mangrove_propagule", + "mangrovetreesapling": "mangrove_propagule", + "mangrovetrunksapling": "mangrove_propagule", + "mangrovewoodsapling": "mangrove_propagule", + "manlogsapling": "mangrove_propagule", + "manprop": "mangrove_propagule", + "mansapling": "mangrove_propagule", + "mantreesapling": "mangrove_propagule", + "mantrunksapling": "mangrove_propagule", + "manwoodsapling": "mangrove_propagule", + "minecraft:mangrove_propagule": "mangrove_propagule", + "mlogsapling": "mangrove_propagule", + "mprop": "mangrove_propagule", + "msapling": "mangrove_propagule", + "mtreesapling": "mangrove_propagule", + "mtrunksapling": "mangrove_propagule", + "mwoodsapling": "mangrove_propagule", + "propagulem": "mangrove_propagule", + "propaguleman": "mangrove_propagule", + "propagulemangrove": "mangrove_propagule", + "mangrove_roots": { + "material": "MANGROVE_ROOTS" + }, + "mangroveroot": "mangrove_roots", + "mangroveroots": "mangrove_roots", + "manroot": "mangrove_roots", + "manroots": "mangrove_roots", + "minecraft:mangrove_roots": "mangrove_roots", + "mroot": "mangrove_roots", + "mroots": "mangrove_roots", + "mangrove_sign": { + "material": "MANGROVE_SIGN" + }, + "mangrovesign": "mangrove_sign", + "mansign": "mangrove_sign", + "minecraft:mangrove_sign": "mangrove_sign", + "msign": "mangrove_sign", + "mangrove_slab": { + "material": "MANGROVE_SLAB" + }, + "mangrovehalfblock": "mangrove_slab", + "mangroveslab": "mangrove_slab", + "mangrovestep": "mangrove_slab", + "mangrovewhalfblock": "mangrove_slab", + "mangrovewoodenhalfblock": "mangrove_slab", + "mangrovewoodenslab": "mangrove_slab", + "mangrovewoodenstep": "mangrove_slab", + "mangrovewoodhalfblock": "mangrove_slab", + "mangrovewoodslab": "mangrove_slab", + "mangrovewoodstep": "mangrove_slab", + "mangrovewslab": "mangrove_slab", + "mangrovewstep": "mangrove_slab", + "manhalfblock": "mangrove_slab", + "manstep": "mangrove_slab", + "manwhalfblock": "mangrove_slab", + "manwoodenhalfblock": "mangrove_slab", + "manwoodenslab": "mangrove_slab", + "manwoodenstep": "mangrove_slab", + "manwoodhalfblock": "mangrove_slab", + "manwoodslab": "mangrove_slab", + "manwoodstep": "mangrove_slab", + "manwslab": "mangrove_slab", + "manwstep": "mangrove_slab", + "mhalfblock": "mangrove_slab", + "minecraft:mangrove_slab": "mangrove_slab", + "mstep": "mangrove_slab", + "mwhalfblock": "mangrove_slab", + "mwoodenhalfblock": "mangrove_slab", + "mwoodenslab": "mangrove_slab", + "mwoodenstep": "mangrove_slab", + "mwoodhalfblock": "mangrove_slab", + "mwoodslab": "mangrove_slab", + "mwoodstep": "mangrove_slab", + "mwslab": "mangrove_slab", + "mwstep": "mangrove_slab", + "mangrove_stairs": { + "material": "MANGROVE_STAIRS" + }, + "mangrovestair": "mangrove_stairs", + "mangrovestairs": "mangrove_stairs", + "mangrovewoodenstair": "mangrove_stairs", + "mangrovewoodenstairs": "mangrove_stairs", + "mangrovewoodstair": "mangrove_stairs", + "mangrovewoodstairs": "mangrove_stairs", + "mangrovewstair": "mangrove_stairs", + "mangrovewstairs": "mangrove_stairs", + "manstair": "mangrove_stairs", + "manwoodenstair": "mangrove_stairs", + "manwoodenstairs": "mangrove_stairs", + "manwoodstair": "mangrove_stairs", + "manwoodstairs": "mangrove_stairs", + "manwstair": "mangrove_stairs", + "manwstairs": "mangrove_stairs", + "minecraft:mangrove_stairs": "mangrove_stairs", + "mstair": "mangrove_stairs", + "mwoodenstair": "mangrove_stairs", + "mwoodenstairs": "mangrove_stairs", + "mwoodstair": "mangrove_stairs", + "mwoodstairs": "mangrove_stairs", + "mwstair": "mangrove_stairs", + "mwstairs": "mangrove_stairs", + "mangrove_trapdoor": { + "material": "MANGROVE_TRAPDOOR" + }, + "mandoort": "mangrove_trapdoor", + "mandoortrap": "mangrove_trapdoor", + "mandtrap": "mangrove_trapdoor", + "mangrovedoort": "mangrove_trapdoor", + "mangrovedoortrap": "mangrove_trapdoor", + "mangrovedtrap": "mangrove_trapdoor", + "mangrovehatch": "mangrove_trapdoor", + "mangrovetdoor": "mangrove_trapdoor", + "mangrovetrapd": "mangrove_trapdoor", + "mangrovetrapdoor": "mangrove_trapdoor", + "manhatch": "mangrove_trapdoor", + "mantdoor": "mangrove_trapdoor", + "mantrapd": "mangrove_trapdoor", + "mantrapdoor": "mangrove_trapdoor", + "mdoort": "mangrove_trapdoor", + "mdoortrap": "mangrove_trapdoor", + "mdtrap": "mangrove_trapdoor", + "mhatch": "mangrove_trapdoor", + "minecraft:mangrove_trapdoor": "mangrove_trapdoor", + "mtdoor": "mangrove_trapdoor", + "mtrapd": "mangrove_trapdoor", + "mtrapdoor": "mangrove_trapdoor", + "mangrove_wood": { + "material": "MANGROVE_WOOD" + }, + "mangrovelogall": "mangrove_wood", + "mangrovetreeall": "mangrove_wood", + "mangrovetrunkall": "mangrove_wood", + "mangrovewood": "mangrove_wood", + "manlogall": "mangrove_wood", + "mantreeall": "mangrove_wood", + "mantrunkall": "mangrove_wood", + "manwood": "mangrove_wood", + "minecraft:mangrove_wood": "mangrove_wood", + "mlogall": "mangrove_wood", + "mtreeall": "mangrove_wood", + "mtrunkall": "mangrove_wood", + "mwood": "mangrove_wood", + "woodm": "mangrove_wood", + "woodman": "mangrove_wood", + "woodmangrove": "mangrove_wood", + "map": { + "material": "MAP" + }, + "minecraft:map": "map", + "medium_amethyst_bud": { + "material": "MEDIUM_AMETHYST_BUD" + }, + "amethystbudm": "medium_amethyst_bud", + "cavebudm": "medium_amethyst_bud", + "mamethystbud": "medium_amethyst_bud", + "mcavebud": "medium_amethyst_bud", + "mediumamethystbud": "medium_amethyst_bud", + "mediumcavebud": "medium_amethyst_bud", + "midamethystbud": "medium_amethyst_bud", + "midcavebud": "medium_amethyst_bud", + "minecraft:medium_amethyst_bud": "medium_amethyst_bud", + "melon": { + "material": "MELON" + }, + "greenmelon": "melon", + "greenmelonblock": "melon", + "melonblock": "melon", + "melongreen": "melon", + "minecraft:melon": "melon", + "watermelon": "melon", + "watermelonblock": "melon", + "melon_seeds": { + "material": "MELON_SEEDS" + }, + "melonseeds": "melon_seeds", + "minecraft:melon_seeds": "melon_seeds", + "melon_slice": { + "material": "MELON_SLICE" + }, + "melonslice": "melon_slice", + "minecraft:melon_slice": "melon_slice", + "milk_bucket": { + "material": "MILK_BUCKET" + }, + "milkbucket": "milk_bucket", + "minecraft:milk_bucket": "milk_bucket", + "minecart": { + "material": "MINECART" + }, + "cart": "minecart", + "mc": "minecart", + "mcart": "minecart", + "minecraft:minecart": "minecart", + "miner_pottery_sherd": { + "material": "MINER_POTTERY_SHERD" + }, + "minecraft:miner_pottery_sherd": "miner_pottery_sherd", + "minerpotterysherd": "miner_pottery_sherd", + "minersherd": "miner_pottery_sherd", + "mojang_banner_pattern": { + "material": "MOJANG_BANNER_PATTERN" + }, + "minecraft:mojang_banner_pattern": "mojang_banner_pattern", + "mojangbannerpattern": "mojang_banner_pattern", + "mooshroom_spawn_egg": { + "material": "MOOSHROOM_SPAWN_EGG" + }, + "eggmooshroom": "mooshroom_spawn_egg", + "eggmushroom": "mooshroom_spawn_egg", + "eggmushroom_cow": "mooshroom_spawn_egg", + "eggmushroomcow": "mooshroom_spawn_egg", + "minecraft:mooshroom_spawn_egg": "mooshroom_spawn_egg", + "mooshroomegg": "mooshroom_spawn_egg", + "mooshroomsegg": "mooshroom_spawn_egg", + "mooshroomspawn": "mooshroom_spawn_egg", + "mooshroomspawnegg": "mooshroom_spawn_egg", + "mushroom_cowegg": "mooshroom_spawn_egg", + "mushroom_cowsegg": "mooshroom_spawn_egg", + "mushroom_cowspawn": "mooshroom_spawn_egg", + "mushroom_cowspawnegg": "mooshroom_spawn_egg", + "mushroomcowegg": "mooshroom_spawn_egg", + "mushroomcowsegg": "mooshroom_spawn_egg", + "mushroomcowspawn": "mooshroom_spawn_egg", + "mushroomcowspawnegg": "mooshroom_spawn_egg", + "mushroomegg": "mooshroom_spawn_egg", + "mushroomsegg": "mooshroom_spawn_egg", + "mushroomspawn": "mooshroom_spawn_egg", + "mushroomspawnegg": "mooshroom_spawn_egg", + "seggmooshroom": "mooshroom_spawn_egg", + "seggmushroom": "mooshroom_spawn_egg", + "seggmushroom_cow": "mooshroom_spawn_egg", + "seggmushroomcow": "mooshroom_spawn_egg", + "spawneggmooshroom": "mooshroom_spawn_egg", + "spawneggmushroom": "mooshroom_spawn_egg", + "spawneggmushroom_cow": "mooshroom_spawn_egg", + "spawneggmushroomcow": "mooshroom_spawn_egg", + "spawnmooshroom": "mooshroom_spawn_egg", + "spawnmushroom": "mooshroom_spawn_egg", + "spawnmushroom_cow": "mooshroom_spawn_egg", + "spawnmushroomcow": "mooshroom_spawn_egg", + "moss_block": { + "material": "MOSS_BLOCK" + }, + "minecraft:moss_block": "moss_block", + "minecraftopensourcesoftware": "moss_block", + "moss": "moss_block", + "mossblock": "moss_block", + "moss_carpet": { + "material": "MOSS_CARPET" + }, + "minecraft:moss_carpet": "moss_carpet", + "mosscarpet": "moss_carpet", + "mossfloor": "moss_carpet", + "mossy_cobblestone": { + "material": "MOSSY_COBBLESTONE" + }, + "mcobble": "mossy_cobblestone", + "mcobbleb": "mossy_cobblestone", + "mcobblebl": "mossy_cobblestone", + "mcobbleblock": "mossy_cobblestone", + "mcobblestone": "mossy_cobblestone", + "mcobblestoneb": "mossy_cobblestone", + "mcobblestonebl": "mossy_cobblestone", + "mcobblestoneblock": "mossy_cobblestone", + "mcs": "mossy_cobblestone", + "mcsb": "mossy_cobblestone", + "mcsbl": "mossy_cobblestone", + "mcsblock": "mossy_cobblestone", + "mcst": "mossy_cobblestone", + "mcstb": "mossy_cobblestone", + "mcstbl": "mossy_cobblestone", + "mcstblock": "mossy_cobblestone", + "mcstone": "mossy_cobblestone", + "mcstoneb": "mossy_cobblestone", + "mcstonebl": "mossy_cobblestone", + "mcstoneblock": "mossy_cobblestone", + "minecraft:mossy_cobblestone": "mossy_cobblestone", + "mosscobble": "mossy_cobblestone", + "mosscobbleb": "mossy_cobblestone", + "mosscobblebl": "mossy_cobblestone", + "mosscobbleblock": "mossy_cobblestone", + "mosscobblestone": "mossy_cobblestone", + "mosscobblestoneb": "mossy_cobblestone", + "mosscobblestonebl": "mossy_cobblestone", + "mosscobblestoneblock": "mossy_cobblestone", + "mosscs": "mossy_cobblestone", + "mosscsb": "mossy_cobblestone", + "mosscsbl": "mossy_cobblestone", + "mosscsblock": "mossy_cobblestone", + "mosscst": "mossy_cobblestone", + "mosscstb": "mossy_cobblestone", + "mosscstbl": "mossy_cobblestone", + "mosscstblock": "mossy_cobblestone", + "mosscstone": "mossy_cobblestone", + "mosscstoneb": "mossy_cobblestone", + "mosscstonebl": "mossy_cobblestone", + "mosscstoneblock": "mossy_cobblestone", + "mossycobble": "mossy_cobblestone", + "mossycobbleb": "mossy_cobblestone", + "mossycobblebl": "mossy_cobblestone", + "mossycobbleblock": "mossy_cobblestone", + "mossycobblestone": "mossy_cobblestone", + "mossycobblestoneb": "mossy_cobblestone", + "mossycobblestonebl": "mossy_cobblestone", + "mossycobblestoneblock": "mossy_cobblestone", + "mossycs": "mossy_cobblestone", + "mossycsb": "mossy_cobblestone", + "mossycsbl": "mossy_cobblestone", + "mossycsblock": "mossy_cobblestone", + "mossycst": "mossy_cobblestone", + "mossycstb": "mossy_cobblestone", + "mossycstbl": "mossy_cobblestone", + "mossycstblock": "mossy_cobblestone", + "mossycstone": "mossy_cobblestone", + "mossycstoneb": "mossy_cobblestone", + "mossycstonebl": "mossy_cobblestone", + "mossycstoneblock": "mossy_cobblestone", + "mossy_cobblestone_slab": { + "material": "MOSSY_COBBLESTONE_SLAB" + }, + "mcobblehalfblock": "mossy_cobblestone_slab", + "mcobblestep": "mossy_cobblestone_slab", + "mcobblestonehalfblock": "mossy_cobblestone_slab", + "mcobblestonestep": "mossy_cobblestone_slab", + "mcshalfblock": "mossy_cobblestone_slab", + "mcsstep": "mossy_cobblestone_slab", + "mcsthalfblock": "mossy_cobblestone_slab", + "mcstonehalfblock": "mossy_cobblestone_slab", + "mcstonestep": "mossy_cobblestone_slab", + "mcststep": "mossy_cobblestone_slab", + "minecraft:mossy_cobblestone_slab": "mossy_cobblestone_slab", + "mosscobblehalfblock": "mossy_cobblestone_slab", + "mosscobblestep": "mossy_cobblestone_slab", + "mosscobblestonehalfblock": "mossy_cobblestone_slab", + "mosscobblestonestep": "mossy_cobblestone_slab", + "mosscshalfblock": "mossy_cobblestone_slab", + "mosscsstep": "mossy_cobblestone_slab", + "mosscsthalfblock": "mossy_cobblestone_slab", + "mosscstonehalfblock": "mossy_cobblestone_slab", + "mosscstonestep": "mossy_cobblestone_slab", + "mosscststep": "mossy_cobblestone_slab", + "mossycobblehalfblock": "mossy_cobblestone_slab", + "mossycobblestep": "mossy_cobblestone_slab", + "mossycobblestonehalfblock": "mossy_cobblestone_slab", + "mossycobblestoneslab": "mossy_cobblestone_slab", + "mossycobblestonestep": "mossy_cobblestone_slab", + "mossycshalfblock": "mossy_cobblestone_slab", + "mossycsstep": "mossy_cobblestone_slab", + "mossycsthalfblock": "mossy_cobblestone_slab", + "mossycstonehalfblock": "mossy_cobblestone_slab", + "mossycstonestep": "mossy_cobblestone_slab", + "mossycststep": "mossy_cobblestone_slab", + "mossy_cobblestone_stairs": { + "material": "MOSSY_COBBLESTONE_STAIRS" + }, + "mcobblestair": "mossy_cobblestone_stairs", + "mcobblestairs": "mossy_cobblestone_stairs", + "mcobblestonestair": "mossy_cobblestone_stairs", + "mcobblestonestairs": "mossy_cobblestone_stairs", + "mcsstair": "mossy_cobblestone_stairs", + "mcsstairs": "mossy_cobblestone_stairs", + "mcstonestair": "mossy_cobblestone_stairs", + "mcstonestairs": "mossy_cobblestone_stairs", + "mcststair": "mossy_cobblestone_stairs", + "mcststairs": "mossy_cobblestone_stairs", + "minecraft:mossy_cobblestone_stairs": "mossy_cobblestone_stairs", + "mosscobblestair": "mossy_cobblestone_stairs", + "mosscobblestairs": "mossy_cobblestone_stairs", + "mosscobblestonestair": "mossy_cobblestone_stairs", + "mosscobblestonestairs": "mossy_cobblestone_stairs", + "mosscsstair": "mossy_cobblestone_stairs", + "mosscsstairs": "mossy_cobblestone_stairs", + "mosscstonestair": "mossy_cobblestone_stairs", + "mosscstonestairs": "mossy_cobblestone_stairs", + "mosscststair": "mossy_cobblestone_stairs", + "mosscststairs": "mossy_cobblestone_stairs", + "mossycobblestair": "mossy_cobblestone_stairs", + "mossycobblestairs": "mossy_cobblestone_stairs", + "mossycobblestonestair": "mossy_cobblestone_stairs", + "mossycobblestonestairs": "mossy_cobblestone_stairs", + "mossycsstair": "mossy_cobblestone_stairs", + "mossycsstairs": "mossy_cobblestone_stairs", + "mossycstonestair": "mossy_cobblestone_stairs", + "mossycstonestairs": "mossy_cobblestone_stairs", + "mossycststair": "mossy_cobblestone_stairs", + "mossycststairs": "mossy_cobblestone_stairs", + "mossy_cobblestone_wall": { + "material": "MOSSY_COBBLESTONE_WALL" + }, + "mcobblestonewall": "mossy_cobblestone_wall", + "mcobblewall": "mossy_cobblestone_wall", + "mcstonewall": "mossy_cobblestone_wall", + "mcstwall": "mossy_cobblestone_wall", + "mcswall": "mossy_cobblestone_wall", + "minecraft:mossy_cobblestone_wall": "mossy_cobblestone_wall", + "mosscobblestonewall": "mossy_cobblestone_wall", + "mosscobblewall": "mossy_cobblestone_wall", + "mosscstonewall": "mossy_cobblestone_wall", + "mosscstwall": "mossy_cobblestone_wall", + "mosscswall": "mossy_cobblestone_wall", + "mossycobblestonewall": "mossy_cobblestone_wall", + "mossycobblewall": "mossy_cobblestone_wall", + "mossycstonewall": "mossy_cobblestone_wall", + "mossycstwall": "mossy_cobblestone_wall", + "mossycswall": "mossy_cobblestone_wall", + "wallmcobble": "mossy_cobblestone_wall", + "wallmcobblestone": "mossy_cobblestone_wall", + "wallmcs": "mossy_cobblestone_wall", + "wallmcst": "mossy_cobblestone_wall", + "wallmcstone": "mossy_cobblestone_wall", + "wallmosscobble": "mossy_cobblestone_wall", + "wallmosscobblestone": "mossy_cobblestone_wall", + "wallmosscs": "mossy_cobblestone_wall", + "wallmosscst": "mossy_cobblestone_wall", + "wallmosscstone": "mossy_cobblestone_wall", + "wallmossycobble": "mossy_cobblestone_wall", + "wallmossycobblestone": "mossy_cobblestone_wall", + "wallmossycs": "mossy_cobblestone_wall", + "wallmossycst": "mossy_cobblestone_wall", + "wallmossycstone": "mossy_cobblestone_wall", + "mossy_stone_brick_slab": { + "material": "MOSSY_STONE_BRICK_SLAB" + }, + "minecraft:mossy_stone_brick_slab": "mossy_stone_brick_slab", + "mosssthalfblock": "mossy_stone_brick_slab", + "mossstonehalfblock": "mossy_stone_brick_slab", + "mossstonestep": "mossy_stone_brick_slab", + "mossststep": "mossy_stone_brick_slab", + "mossysthalfblock": "mossy_stone_brick_slab", + "mossystonebrickslab": "mossy_stone_brick_slab", + "mossystonehalfblock": "mossy_stone_brick_slab", + "mossystonestep": "mossy_stone_brick_slab", + "mossyststep": "mossy_stone_brick_slab", + "msthalfblock": "mossy_stone_brick_slab", + "mstonehalfblock": "mossy_stone_brick_slab", + "mstonestep": "mossy_stone_brick_slab", + "mststep": "mossy_stone_brick_slab", + "mossy_stone_brick_stairs": { + "material": "MOSSY_STONE_BRICK_STAIRS" + }, + "minecraft:mossy_stone_brick_stairs": "mossy_stone_brick_stairs", + "mossstonestair": "mossy_stone_brick_stairs", + "mossstonestairs": "mossy_stone_brick_stairs", + "mossststair": "mossy_stone_brick_stairs", + "mossststairs": "mossy_stone_brick_stairs", + "mossystonebrickstairs": "mossy_stone_brick_stairs", + "mossystonestair": "mossy_stone_brick_stairs", + "mossystonestairs": "mossy_stone_brick_stairs", + "mossyststair": "mossy_stone_brick_stairs", + "mossyststairs": "mossy_stone_brick_stairs", + "mstonestair": "mossy_stone_brick_stairs", + "mstonestairs": "mossy_stone_brick_stairs", + "mststair": "mossy_stone_brick_stairs", + "mststairs": "mossy_stone_brick_stairs", + "mossy_stone_brick_wall": { + "material": "MOSSY_STONE_BRICK_WALL" + }, + "minecraft:mossy_stone_brick_wall": "mossy_stone_brick_wall", + "mossstonewall": "mossy_stone_brick_wall", + "mossstwall": "mossy_stone_brick_wall", + "mossystonebrickwall": "mossy_stone_brick_wall", + "mossystonewall": "mossy_stone_brick_wall", + "mossystwall": "mossy_stone_brick_wall", + "mstonewall": "mossy_stone_brick_wall", + "mstwall": "mossy_stone_brick_wall", + "wallmossst": "mossy_stone_brick_wall", + "wallmossstone": "mossy_stone_brick_wall", + "wallmossyst": "mossy_stone_brick_wall", + "wallmossystone": "mossy_stone_brick_wall", + "wallmst": "mossy_stone_brick_wall", + "wallmstone": "mossy_stone_brick_wall", + "mossy_stone_bricks": { + "material": "MOSSY_STONE_BRICKS" + }, + "minecraft:mossy_stone_bricks": "mossy_stone_bricks", + "mossst": "mossy_stone_bricks", + "mossstone": "mossy_stone_bricks", + "mossyst": "mossy_stone_bricks", + "mossystone": "mossy_stone_bricks", + "mossystonebricks": "mossy_stone_bricks", + "mst": "mossy_stone_bricks", + "mstone": "mossy_stone_bricks", + "mourner_pottery_sherd": { + "material": "MOURNER_POTTERY_SHERD" + }, + "minecraft:mourner_pottery_sherd": "mourner_pottery_sherd", + "mournerpotterysherd": "mourner_pottery_sherd", + "mournersherd": "mourner_pottery_sherd", + "mournsherd": "mourner_pottery_sherd", + "mud": { + "material": "MUD" + }, + "minecraft:mud": "mud", + "mudb": "mud", + "mudbl": "mud", + "mudblock": "mud", + "mud_brick_slab": { + "material": "MUD_BRICK_SLAB" + }, + "minecraft:mud_brick_slab": "mud_brick_slab", + "mudbrhalfblock": "mud_brick_slab", + "mudbrickhalfblock": "mud_brick_slab", + "mudbrickslab": "mud_brick_slab", + "mudbrickstep": "mud_brick_slab", + "mudbrstep": "mud_brick_slab", + "mud_brick_stairs": { + "material": "MUD_BRICK_STAIRS" + }, + "minecraft:mud_brick_stairs": "mud_brick_stairs", + "mudbrickstair": "mud_brick_stairs", + "mudbrickstairs": "mud_brick_stairs", + "mudbrstair": "mud_brick_stairs", + "mudbrstairs": "mud_brick_stairs", + "mud_brick_wall": { + "material": "MUD_BRICK_WALL" + }, + "minecraft:mud_brick_wall": "mud_brick_wall", + "mudbrickwall": "mud_brick_wall", + "mudbrwall": "mud_brick_wall", + "wallmudbr": "mud_brick_wall", + "wallmudbrick": "mud_brick_wall", + "mud_bricks": { + "material": "MUD_BRICKS" + }, + "minecraft:mud_bricks": "mud_bricks", + "mudbr": "mud_bricks", + "mudbrick": "mud_bricks", + "mudbricks": "mud_bricks", + "muddy_mangrove_roots": { + "material": "MUDDY_MANGROVE_ROOTS" + }, + "minecraft:muddy_mangrove_roots": "muddy_mangrove_roots", + "muddymangroveroots": "muddy_mangrove_roots", + "mudmangroveroot": "muddy_mangrove_roots", + "mudmangroveroots": "muddy_mangrove_roots", + "mudmanroot": "muddy_mangrove_roots", + "mudmanroots": "muddy_mangrove_roots", + "mudmroot": "muddy_mangrove_roots", + "mudmroots": "muddy_mangrove_roots", + "mule_spawn_egg": { + "material": "MULE_SPAWN_EGG" + }, + "eggmule": "mule_spawn_egg", + "minecraft:mule_spawn_egg": "mule_spawn_egg", + "muleegg": "mule_spawn_egg", + "mulesegg": "mule_spawn_egg", + "mulespawn": "mule_spawn_egg", + "mulespawnegg": "mule_spawn_egg", + "seggmule": "mule_spawn_egg", + "spawneggmule": "mule_spawn_egg", + "spawnmule": "mule_spawn_egg", + "mule_spawner": { + "entity": "MULE", + "material": "SPAWNER" + }, + "mulecage": "mule_spawner", + "mulemcage": "mule_spawner", + "mulemobcage": "mule_spawner", + "mulemobspawner": "mule_spawner", + "mulemonstercage": "mule_spawner", + "mulemonsterspawner": "mule_spawner", + "mulemspawner": "mule_spawner", + "mulespawner": "mule_spawner", + "mundane_lingering_potion": { + "potionData": { + "type": "MUNDANE", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotionmundane": "mundane_lingering_potion", + "aoepotmundane": "mundane_lingering_potion", + "areapotionmundane": "mundane_lingering_potion", + "areapotmundane": "mundane_lingering_potion", + "cloudpotionmundane": "mundane_lingering_potion", + "cloudpotmundane": "mundane_lingering_potion", + "lingerpotmundane": "mundane_lingering_potion", + "mundaneaoepoiont": "mundane_lingering_potion", + "mundaneaoepot": "mundane_lingering_potion", + "mundaneareapot": "mundane_lingering_potion", + "mundaneareapotion": "mundane_lingering_potion", + "mundanecloudpot": "mundane_lingering_potion", + "mundanecloudpotion": "mundane_lingering_potion", + "mundanelingerpot": "mundane_lingering_potion", + "mundane_potion": { + "potionData": { + "type": "MUNDANE", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "mundanepot": "mundane_potion", + "mundanepotion": "mundane_potion", + "potionofmundane": "mundane_potion", + "potofmundane": "mundane_potion", + "mundane_splash_potion": { + "potionData": { + "type": "MUNDANE", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "mundanesplashpot": "mundane_splash_potion", + "mundanesplashpotion": "mundane_splash_potion", + "splashmundanepot": "mundane_splash_potion", + "splashmundanepotion": "mundane_splash_potion", + "splmundanepot": "mundane_splash_potion", + "splmundanepotion": "mundane_splash_potion", + "mundane_tipped_arrow": { + "potionData": { + "type": "MUNDANE", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowmundane": "mundane_tipped_arrow", + "mundanearrow": "mundane_tipped_arrow", + "mundanetarr": "mundane_tipped_arrow", + "mundanetarrow": "mundane_tipped_arrow", + "mundanetippedarrow": "mundane_tipped_arrow", + "mushroom_cow_spawner": { + "entity": "MUSHROOM_COW", + "material": "SPAWNER" + }, + "mooshroomcage": "mushroom_cow_spawner", + "mooshroommcage": "mushroom_cow_spawner", + "mooshroommobcage": "mushroom_cow_spawner", + "mooshroommobspawner": "mushroom_cow_spawner", + "mooshroommonstercage": "mushroom_cow_spawner", + "mooshroommonsterspawner": "mushroom_cow_spawner", + "mooshroommspawner": "mushroom_cow_spawner", + "mooshroomspawner": "mushroom_cow_spawner", + "mushroom_cowcage": "mushroom_cow_spawner", + "mushroom_cowmcage": "mushroom_cow_spawner", + "mushroom_cowmobcage": "mushroom_cow_spawner", + "mushroom_cowmobspawner": "mushroom_cow_spawner", + "mushroom_cowmonstercage": "mushroom_cow_spawner", + "mushroom_cowmonsterspawner": "mushroom_cow_spawner", + "mushroom_cowmspawner": "mushroom_cow_spawner", + "mushroom_cowspawner": "mushroom_cow_spawner", + "mushroomcage": "mushroom_cow_spawner", + "mushroomcowcage": "mushroom_cow_spawner", + "mushroomcowmcage": "mushroom_cow_spawner", + "mushroomcowmobcage": "mushroom_cow_spawner", + "mushroomcowmobspawner": "mushroom_cow_spawner", + "mushroomcowmonstercage": "mushroom_cow_spawner", + "mushroomcowmonsterspawner": "mushroom_cow_spawner", + "mushroomcowmspawner": "mushroom_cow_spawner", + "mushroomcowspawner": "mushroom_cow_spawner", + "mushroommcage": "mushroom_cow_spawner", + "mushroommobcage": "mushroom_cow_spawner", + "mushroommobspawner": "mushroom_cow_spawner", + "mushroommonstercage": "mushroom_cow_spawner", + "mushroommonsterspawner": "mushroom_cow_spawner", + "mushroommspawner": "mushroom_cow_spawner", + "mushroomspawner": "mushroom_cow_spawner", + "mushroom_stem": { + "material": "MUSHROOM_STEM" + }, + "minecraft:mushroom_stem": "mushroom_stem", + "mushroomstem": "mushroom_stem", + "mushroom_stew": { + "material": "MUSHROOM_STEW" + }, + "minecraft:mushroom_stew": "mushroom_stew", + "mushroomstew": "mushroom_stew", + "music_disc_11": { + "material": "MUSIC_DISC_11" + }, + "11cd": "music_disc_11", + "11disc": "music_disc_11", + "11disk": "music_disc_11", + "11mdisc": "music_disc_11", + "11musicdisc": "music_disc_11", + "11musicdisk": "music_disc_11", + "11musicrecord": "music_disc_11", + "11record": "music_disc_11", + "cd11": "music_disc_11", + "cdcr": "music_disc_11", + "cdcracked": "music_disc_11", + "crackedcd": "music_disc_11", + "crackeddisc": "music_disc_11", + "crackeddisk": "music_disc_11", + "crackedmdisc": "music_disc_11", + "crackedmusicdisc": "music_disc_11", + "crackedmusicdisk": "music_disc_11", + "crackedmusicrecord": "music_disc_11", + "crackedrecord": "music_disc_11", + "crcd": "music_disc_11", + "crdisc": "music_disc_11", + "crdisk": "music_disc_11", + "crmdisc": "music_disc_11", + "crmusicdisc": "music_disc_11", + "crmusicdisk": "music_disc_11", + "crmusicrecord": "music_disc_11", + "crrecord": "music_disc_11", + "disc11": "music_disc_11", + "disccr": "music_disc_11", + "disccracked": "music_disc_11", + "disk11": "music_disc_11", + "diskcr": "music_disc_11", + "diskcracked": "music_disc_11", + "mdisc11": "music_disc_11", + "mdisccr": "music_disc_11", + "mdisccracked": "music_disc_11", + "minecraft:music_disc_11": "music_disc_11", + "musicdisc11": "music_disc_11", + "musicdisccr": "music_disc_11", + "musicdisccracked": "music_disc_11", + "musicdisk11": "music_disc_11", + "musicdiskcr": "music_disc_11", + "musicdiskcracked": "music_disc_11", + "musicrecord11": "music_disc_11", + "musicrecordcr": "music_disc_11", + "musicrecordcracked": "music_disc_11", + "record11": "music_disc_11", + "recordcr": "music_disc_11", + "recordcracked": "music_disc_11", + "music_disc_13": { + "material": "MUSIC_DISC_13" + }, + "13cd": "music_disc_13", + "13disc": "music_disc_13", + "13disk": "music_disc_13", + "13mdisc": "music_disc_13", + "13musicdisc": "music_disc_13", + "13musicdisk": "music_disc_13", + "13musicrecord": "music_disc_13", + "13record": "music_disc_13", + "1cd": "music_disc_13", + "1disc": "music_disc_13", + "1disk": "music_disc_13", + "1mdisc": "music_disc_13", + "1musicdisc": "music_disc_13", + "1musicdisk": "music_disc_13", + "1musicrecord": "music_disc_13", + "1record": "music_disc_13", + "cd1": "music_disc_13", + "cd13": "music_disc_13", + "cdgo": "music_disc_13", + "cdgold": "music_disc_13", + "disc1": "music_disc_13", + "disc13": "music_disc_13", + "discgo": "music_disc_13", + "discgold": "music_disc_13", + "disk1": "music_disc_13", + "disk13": "music_disc_13", + "diskgo": "music_disc_13", + "diskgold": "music_disc_13", + "gocd": "music_disc_13", + "godisc": "music_disc_13", + "godisk": "music_disc_13", + "goldcd": "music_disc_13", + "golddisc": "music_disc_13", + "golddisk": "music_disc_13", + "goldmdisc": "music_disc_13", + "goldmusicdisc": "music_disc_13", + "goldmusicdisk": "music_disc_13", + "goldmusicrecord": "music_disc_13", + "goldrecord": "music_disc_13", + "gomdisc": "music_disc_13", + "gomusicdisc": "music_disc_13", + "gomusicdisk": "music_disc_13", + "gomusicrecord": "music_disc_13", + "gorecord": "music_disc_13", + "mdisc1": "music_disc_13", + "mdisc13": "music_disc_13", + "mdiscgo": "music_disc_13", + "mdiscgold": "music_disc_13", + "minecraft:music_disc_13": "music_disc_13", + "musicdisc1": "music_disc_13", + "musicdisc13": "music_disc_13", + "musicdiscgo": "music_disc_13", + "musicdiscgold": "music_disc_13", + "musicdisk1": "music_disc_13", + "musicdisk13": "music_disc_13", + "musicdiskgo": "music_disc_13", + "musicdiskgold": "music_disc_13", + "musicrecord1": "music_disc_13", + "musicrecord13": "music_disc_13", + "musicrecordgo": "music_disc_13", + "musicrecordgold": "music_disc_13", + "record1": "music_disc_13", + "record13": "music_disc_13", + "recordgo": "music_disc_13", + "recordgold": "music_disc_13", + "music_disc_5": { + "material": "MUSIC_DISC_5" + }, + "16cd": "music_disc_5", + "16disc": "music_disc_5", + "16disk": "music_disc_5", + "16mdisc": "music_disc_5", + "16musicdisc": "music_disc_5", + "16musicdisk": "music_disc_5", + "16musicrecord": "music_disc_5", + "16record": "music_disc_5", + "5cd": "music_disc_5", + "5disc": "music_disc_5", + "5disk": "music_disc_5", + "5mdisc": "music_disc_5", + "5musicdisc": "music_disc_5", + "5musicdisk": "music_disc_5", + "5musicrecord": "music_disc_5", + "5record": "music_disc_5", + "cd16": "music_disc_5", + "cd5": "music_disc_5", + "cdfive": "music_disc_5", + "cdwild": "music_disc_5", + "disc16": "music_disc_5", + "disc5": "music_disc_5", + "discfive": "music_disc_5", + "discwild": "music_disc_5", + "disk16": "music_disc_5", + "disk5": "music_disc_5", + "diskfive": "music_disc_5", + "diskwild": "music_disc_5", + "fivecd": "music_disc_5", + "fivedisc": "music_disc_5", + "fivedisk": "music_disc_5", + "fivemdisc": "music_disc_5", + "fivemusicdisc": "music_disc_5", + "fivemusicdisk": "music_disc_5", + "fivemusicrecord": "music_disc_5", + "fiverecord": "music_disc_5", + "mdisc16": "music_disc_5", + "mdisc5": "music_disc_5", + "mdiscfive": "music_disc_5", + "mdiscwild": "music_disc_5", + "minecraft:music_disc_5": "music_disc_5", + "musicdisc16": "music_disc_5", + "musicdisc5": "music_disc_5", + "musicdiscfive": "music_disc_5", + "musicdiscwild": "music_disc_5", + "musicdisk16": "music_disc_5", + "musicdisk5": "music_disc_5", + "musicdiskfive": "music_disc_5", + "musicdiskwild": "music_disc_5", + "musicrecord16": "music_disc_5", + "musicrecord5": "music_disc_5", + "musicrecordfive": "music_disc_5", + "musicrecordwild": "music_disc_5", + "record16": "music_disc_5", + "record5": "music_disc_5", + "recordfive": "music_disc_5", + "recordwild": "music_disc_5", + "wildcd": "music_disc_5", + "wilddisc": "music_disc_5", + "wilddisk": "music_disc_5", + "wildmdisc": "music_disc_5", + "wildmusicdisc": "music_disc_5", + "wildmusicdisk": "music_disc_5", + "wildmusicrecord": "music_disc_5", + "wildrecord": "music_disc_5", + "music_disc_blocks": { + "material": "MUSIC_DISC_BLOCKS" + }, + "3cd": "music_disc_blocks", + "3disc": "music_disc_blocks", + "3disk": "music_disc_blocks", + "3mdisc": "music_disc_blocks", + "3musicdisc": "music_disc_blocks", + "3musicdisk": "music_disc_blocks", + "3musicrecord": "music_disc_blocks", + "3record": "music_disc_blocks", + "blockscd": "music_disc_blocks", + "blocksdisc": "music_disc_blocks", + "blocksdisk": "music_disc_blocks", + "blocksmdisc": "music_disc_blocks", + "blocksmusicdisc": "music_disc_blocks", + "blocksmusicdisk": "music_disc_blocks", + "blocksmusicrecord": "music_disc_blocks", + "blocksrecord": "music_disc_blocks", + "cd3": "music_disc_blocks", + "cdblocks": "music_disc_blocks", + "cdor": "music_disc_blocks", + "cdorange": "music_disc_blocks", + "disc3": "music_disc_blocks", + "discblocks": "music_disc_blocks", + "discor": "music_disc_blocks", + "discorange": "music_disc_blocks", + "disk3": "music_disc_blocks", + "diskblocks": "music_disc_blocks", + "diskor": "music_disc_blocks", + "diskorange": "music_disc_blocks", + "mdisc3": "music_disc_blocks", + "mdiscblocks": "music_disc_blocks", + "mdiscor": "music_disc_blocks", + "mdiscorange": "music_disc_blocks", + "minecraft:music_disc_blocks": "music_disc_blocks", + "musicdisc3": "music_disc_blocks", + "musicdiscblocks": "music_disc_blocks", + "musicdiscor": "music_disc_blocks", + "musicdiscorange": "music_disc_blocks", + "musicdisk3": "music_disc_blocks", + "musicdiskblocks": "music_disc_blocks", + "musicdiskor": "music_disc_blocks", + "musicdiskorange": "music_disc_blocks", + "musicrecord3": "music_disc_blocks", + "musicrecordblocks": "music_disc_blocks", + "musicrecordor": "music_disc_blocks", + "musicrecordorange": "music_disc_blocks", + "orangecd": "music_disc_blocks", + "orangedisc": "music_disc_blocks", + "orangedisk": "music_disc_blocks", + "orangemdisc": "music_disc_blocks", + "orangemusicdisc": "music_disc_blocks", + "orangemusicdisk": "music_disc_blocks", + "orangemusicrecord": "music_disc_blocks", + "orangerecord": "music_disc_blocks", + "orcd": "music_disc_blocks", + "ordisc": "music_disc_blocks", + "ordisk": "music_disc_blocks", + "ormdisc": "music_disc_blocks", + "ormusicdisc": "music_disc_blocks", + "ormusicdisk": "music_disc_blocks", + "ormusicrecord": "music_disc_blocks", + "orrecord": "music_disc_blocks", + "record3": "music_disc_blocks", + "recordblocks": "music_disc_blocks", + "recordor": "music_disc_blocks", + "recordorange": "music_disc_blocks", + "music_disc_cat": { + "material": "MUSIC_DISC_CAT" + }, + "2cd": "music_disc_cat", + "2disc": "music_disc_cat", + "2disk": "music_disc_cat", + "2mdisc": "music_disc_cat", + "2musicdisc": "music_disc_cat", + "2musicdisk": "music_disc_cat", + "2musicrecord": "music_disc_cat", + "2record": "music_disc_cat", + "catcd": "music_disc_cat", + "catdisc": "music_disc_cat", + "catdisk": "music_disc_cat", + "catmdisc": "music_disc_cat", + "catmusicdisc": "music_disc_cat", + "catmusicdisk": "music_disc_cat", + "catmusicrecord": "music_disc_cat", + "catrecord": "music_disc_cat", + "cd2": "music_disc_cat", + "cdcat": "music_disc_cat", + "cdgr": "music_disc_cat", + "cdgreen": "music_disc_cat", + "disc2": "music_disc_cat", + "disccat": "music_disc_cat", + "discgr": "music_disc_cat", + "discgreen": "music_disc_cat", + "disk2": "music_disc_cat", + "diskcat": "music_disc_cat", + "diskgr": "music_disc_cat", + "diskgreen": "music_disc_cat", + "grcd": "music_disc_cat", + "grdisc": "music_disc_cat", + "grdisk": "music_disc_cat", + "greencd": "music_disc_cat", + "greendisc": "music_disc_cat", + "greendisk": "music_disc_cat", + "greenmdisc": "music_disc_cat", + "greenmusicdisc": "music_disc_cat", + "greenmusicdisk": "music_disc_cat", + "greenmusicrecord": "music_disc_cat", + "greenrecord": "music_disc_cat", + "grmdisc": "music_disc_cat", + "grmusicdisc": "music_disc_cat", + "grmusicdisk": "music_disc_cat", + "grmusicrecord": "music_disc_cat", + "grrecord": "music_disc_cat", + "mdisc2": "music_disc_cat", + "mdisccat": "music_disc_cat", + "mdiscgr": "music_disc_cat", + "mdiscgreen": "music_disc_cat", + "minecraft:music_disc_cat": "music_disc_cat", + "musicdisc2": "music_disc_cat", + "musicdisccat": "music_disc_cat", + "musicdiscgr": "music_disc_cat", + "musicdiscgreen": "music_disc_cat", + "musicdisk2": "music_disc_cat", + "musicdiskcat": "music_disc_cat", + "musicdiskgr": "music_disc_cat", + "musicdiskgreen": "music_disc_cat", + "musicrecord2": "music_disc_cat", + "musicrecordcat": "music_disc_cat", + "musicrecordgr": "music_disc_cat", + "musicrecordgreen": "music_disc_cat", + "record2": "music_disc_cat", + "recordcat": "music_disc_cat", + "recordgr": "music_disc_cat", + "recordgreen": "music_disc_cat", + "music_disc_chirp": { + "material": "MUSIC_DISC_CHIRP" + }, + "4cd": "music_disc_chirp", + "4disc": "music_disc_chirp", + "4disk": "music_disc_chirp", + "4mdisc": "music_disc_chirp", + "4musicdisc": "music_disc_chirp", + "4musicdisk": "music_disc_chirp", + "4musicrecord": "music_disc_chirp", + "4record": "music_disc_chirp", + "cd4": "music_disc_chirp", + "cdchirp": "music_disc_chirp", + "cdre": "music_disc_chirp", + "cdred": "music_disc_chirp", + "chirpcd": "music_disc_chirp", + "chirpdisc": "music_disc_chirp", + "chirpdisk": "music_disc_chirp", + "chirpmdisc": "music_disc_chirp", + "chirpmusicdisc": "music_disc_chirp", + "chirpmusicdisk": "music_disc_chirp", + "chirpmusicrecord": "music_disc_chirp", + "chirprecord": "music_disc_chirp", + "disc4": "music_disc_chirp", + "discchirp": "music_disc_chirp", + "discre": "music_disc_chirp", + "discred": "music_disc_chirp", + "disk4": "music_disc_chirp", + "diskchirp": "music_disc_chirp", + "diskre": "music_disc_chirp", + "diskred": "music_disc_chirp", + "mdisc4": "music_disc_chirp", + "mdiscchirp": "music_disc_chirp", + "mdiscre": "music_disc_chirp", + "mdiscred": "music_disc_chirp", + "minecraft:music_disc_chirp": "music_disc_chirp", + "musicdisc4": "music_disc_chirp", + "musicdiscchirp": "music_disc_chirp", + "musicdiscre": "music_disc_chirp", + "musicdiscred": "music_disc_chirp", + "musicdisk4": "music_disc_chirp", + "musicdiskchirp": "music_disc_chirp", + "musicdiskre": "music_disc_chirp", + "musicdiskred": "music_disc_chirp", + "musicrecord4": "music_disc_chirp", + "musicrecordchirp": "music_disc_chirp", + "musicrecordre": "music_disc_chirp", + "musicrecordred": "music_disc_chirp", + "recd": "music_disc_chirp", + "record4": "music_disc_chirp", + "recordchirp": "music_disc_chirp", + "recordre": "music_disc_chirp", + "recordred": "music_disc_chirp", + "redcd": "music_disc_chirp", + "reddisc": "music_disc_chirp", + "reddisk": "music_disc_chirp", + "redisc": "music_disc_chirp", + "redisk": "music_disc_chirp", + "redmdisc": "music_disc_chirp", + "redmusicdisc": "music_disc_chirp", + "redmusicdisk": "music_disc_chirp", + "redmusicrecord": "music_disc_chirp", + "redrecord": "music_disc_chirp", + "remdisc": "music_disc_chirp", + "remusicdisc": "music_disc_chirp", + "remusicdisk": "music_disc_chirp", + "remusicrecord": "music_disc_chirp", + "rerecord": "music_disc_chirp", + "music_disc_far": { + "material": "MUSIC_DISC_FAR" + }, + "cdfar": "music_disc_far", + "cdlgr": "music_disc_far", + "cdlgreen": "music_disc_far", + "cdlightgr": "music_disc_far", + "cdlightgreen": "music_disc_far", + "discfar": "music_disc_far", + "disclgr": "music_disc_far", + "disclgreen": "music_disc_far", + "disclightgr": "music_disc_far", + "disclightgreen": "music_disc_far", + "diskfar": "music_disc_far", + "disklgr": "music_disc_far", + "disklgreen": "music_disc_far", + "disklightgr": "music_disc_far", + "disklightgreen": "music_disc_far", + "farcd": "music_disc_far", + "fardisc": "music_disc_far", + "fardisk": "music_disc_far", + "farmdisc": "music_disc_far", + "farmusicdisc": "music_disc_far", + "farmusicdisk": "music_disc_far", + "farmusicrecord": "music_disc_far", + "farrecord": "music_disc_far", + "lgrcd": "music_disc_far", + "lgrdisc": "music_disc_far", + "lgrdisk": "music_disc_far", + "lgreencd": "music_disc_far", + "lgreendisc": "music_disc_far", + "lgreendisk": "music_disc_far", + "lgreenmdisc": "music_disc_far", + "lgreenmusicdisc": "music_disc_far", + "lgreenmusicdisk": "music_disc_far", + "lgreenmusicrecord": "music_disc_far", + "lgreenrecord": "music_disc_far", + "lgrmdisc": "music_disc_far", + "lgrmusicdisc": "music_disc_far", + "lgrmusicdisk": "music_disc_far", + "lgrmusicrecord": "music_disc_far", + "lgrrecord": "music_disc_far", + "lightgrcd": "music_disc_far", + "lightgrdisc": "music_disc_far", + "lightgrdisk": "music_disc_far", + "lightgreencd": "music_disc_far", + "lightgreendisc": "music_disc_far", + "lightgreendisk": "music_disc_far", + "lightgreenmdisc": "music_disc_far", + "lightgreenmusicdisc": "music_disc_far", + "lightgreenmusicdisk": "music_disc_far", + "lightgreenmusicrecord": "music_disc_far", + "lightgreenrecord": "music_disc_far", + "lightgrmdisc": "music_disc_far", + "lightgrmusicdisc": "music_disc_far", + "lightgrmusicdisk": "music_disc_far", + "lightgrmusicrecord": "music_disc_far", + "lightgrrecord": "music_disc_far", + "mdiscfar": "music_disc_far", + "mdisclgr": "music_disc_far", + "mdisclgreen": "music_disc_far", + "mdisclightgr": "music_disc_far", + "mdisclightgreen": "music_disc_far", + "minecraft:music_disc_far": "music_disc_far", + "musicdiscfar": "music_disc_far", + "musicdisclgr": "music_disc_far", + "musicdisclgreen": "music_disc_far", + "musicdisclightgr": "music_disc_far", + "musicdisclightgreen": "music_disc_far", + "musicdiskfar": "music_disc_far", + "musicdisklgr": "music_disc_far", + "musicdisklgreen": "music_disc_far", + "musicdisklightgr": "music_disc_far", + "musicdisklightgreen": "music_disc_far", + "musicrecordfar": "music_disc_far", + "musicrecordlgr": "music_disc_far", + "musicrecordlgreen": "music_disc_far", + "musicrecordlightgr": "music_disc_far", + "musicrecordlightgreen": "music_disc_far", + "recordfar": "music_disc_far", + "recordlgr": "music_disc_far", + "recordlgreen": "music_disc_far", + "recordlightgr": "music_disc_far", + "recordlightgreen": "music_disc_far", + "music_disc_mall": { + "material": "MUSIC_DISC_MALL" + }, + "6cd": "music_disc_mall", + "6disc": "music_disc_mall", + "6disk": "music_disc_mall", + "6mdisc": "music_disc_mall", + "6musicdisc": "music_disc_mall", + "6musicdisk": "music_disc_mall", + "6musicrecord": "music_disc_mall", + "6record": "music_disc_mall", + "cd6": "music_disc_mall", + "cdmall": "music_disc_mall", + "cdpu": "music_disc_mall", + "cdpurple": "music_disc_mall", + "disc6": "music_disc_mall", + "discmall": "music_disc_mall", + "discpu": "music_disc_mall", + "discpurple": "music_disc_mall", + "disk6": "music_disc_mall", + "diskmall": "music_disc_mall", + "diskpu": "music_disc_mall", + "diskpurple": "music_disc_mall", + "mallcd": "music_disc_mall", + "malldisc": "music_disc_mall", + "malldisk": "music_disc_mall", + "mallmdisc": "music_disc_mall", + "mallmusicdisc": "music_disc_mall", + "mallmusicdisk": "music_disc_mall", + "mallmusicrecord": "music_disc_mall", + "mallrecord": "music_disc_mall", + "mdisc6": "music_disc_mall", + "mdiscmall": "music_disc_mall", + "mdiscpu": "music_disc_mall", + "mdiscpurple": "music_disc_mall", + "minecraft:music_disc_mall": "music_disc_mall", + "musicdisc6": "music_disc_mall", + "musicdiscmall": "music_disc_mall", + "musicdiscpu": "music_disc_mall", + "musicdiscpurple": "music_disc_mall", + "musicdisk6": "music_disc_mall", + "musicdiskmall": "music_disc_mall", + "musicdiskpu": "music_disc_mall", + "musicdiskpurple": "music_disc_mall", + "musicrecord6": "music_disc_mall", + "musicrecordmall": "music_disc_mall", + "musicrecordpu": "music_disc_mall", + "musicrecordpurple": "music_disc_mall", + "pucd": "music_disc_mall", + "pudisc": "music_disc_mall", + "pudisk": "music_disc_mall", + "pumdisc": "music_disc_mall", + "pumusicdisc": "music_disc_mall", + "pumusicdisk": "music_disc_mall", + "pumusicrecord": "music_disc_mall", + "purecord": "music_disc_mall", + "purplecd": "music_disc_mall", + "purpledisc": "music_disc_mall", + "purpledisk": "music_disc_mall", + "purplemdisc": "music_disc_mall", + "purplemusicdisc": "music_disc_mall", + "purplemusicdisk": "music_disc_mall", + "purplemusicrecord": "music_disc_mall", + "purplerecord": "music_disc_mall", + "record6": "music_disc_mall", + "recordmall": "music_disc_mall", + "recordpu": "music_disc_mall", + "recordpurple": "music_disc_mall", + "music_disc_mellohi": { + "material": "MUSIC_DISC_MELLOHI" + }, + "7cd": "music_disc_mellohi", + "7disc": "music_disc_mellohi", + "7disk": "music_disc_mellohi", + "7mdisc": "music_disc_mellohi", + "7musicdisc": "music_disc_mellohi", + "7musicdisk": "music_disc_mellohi", + "7musicrecord": "music_disc_mellohi", + "7record": "music_disc_mellohi", + "cd7": "music_disc_mellohi", + "cdmellohi": "music_disc_mellohi", + "cdpi": "music_disc_mellohi", + "cdpink": "music_disc_mellohi", + "disc7": "music_disc_mellohi", + "discmellohi": "music_disc_mellohi", + "discpi": "music_disc_mellohi", + "discpink": "music_disc_mellohi", + "disk7": "music_disc_mellohi", + "diskmellohi": "music_disc_mellohi", + "diskpi": "music_disc_mellohi", + "diskpink": "music_disc_mellohi", + "mdisc7": "music_disc_mellohi", + "mdiscmellohi": "music_disc_mellohi", + "mdiscpi": "music_disc_mellohi", + "mdiscpink": "music_disc_mellohi", + "mellohicd": "music_disc_mellohi", + "mellohidisc": "music_disc_mellohi", + "mellohidisk": "music_disc_mellohi", + "mellohimdisc": "music_disc_mellohi", + "mellohimusicdisc": "music_disc_mellohi", + "mellohimusicdisk": "music_disc_mellohi", + "mellohimusicrecord": "music_disc_mellohi", + "mellohirecord": "music_disc_mellohi", + "minecraft:music_disc_mellohi": "music_disc_mellohi", + "musicdisc7": "music_disc_mellohi", + "musicdiscmellohi": "music_disc_mellohi", + "musicdiscpi": "music_disc_mellohi", + "musicdiscpink": "music_disc_mellohi", + "musicdisk7": "music_disc_mellohi", + "musicdiskmellohi": "music_disc_mellohi", + "musicdiskpi": "music_disc_mellohi", + "musicdiskpink": "music_disc_mellohi", + "musicrecord7": "music_disc_mellohi", + "musicrecordmellohi": "music_disc_mellohi", + "musicrecordpi": "music_disc_mellohi", + "musicrecordpink": "music_disc_mellohi", + "picd": "music_disc_mellohi", + "pidisc": "music_disc_mellohi", + "pidisk": "music_disc_mellohi", + "pimdisc": "music_disc_mellohi", + "pimusicdisc": "music_disc_mellohi", + "pimusicdisk": "music_disc_mellohi", + "pimusicrecord": "music_disc_mellohi", + "pinkcd": "music_disc_mellohi", + "pinkdisc": "music_disc_mellohi", + "pinkdisk": "music_disc_mellohi", + "pinkmdisc": "music_disc_mellohi", + "pinkmusicdisc": "music_disc_mellohi", + "pinkmusicdisk": "music_disc_mellohi", + "pinkmusicrecord": "music_disc_mellohi", + "pinkrecord": "music_disc_mellohi", + "pirecord": "music_disc_mellohi", + "record7": "music_disc_mellohi", + "recordmellohi": "music_disc_mellohi", + "recordpi": "music_disc_mellohi", + "recordpink": "music_disc_mellohi", + "music_disc_otherside": { + "material": "MUSIC_DISC_OTHERSIDE" + }, + "15cd": "music_disc_otherside", + "15disc": "music_disc_otherside", + "15disk": "music_disc_otherside", + "15mdisc": "music_disc_otherside", + "15musicdisc": "music_disc_otherside", + "15musicdisk": "music_disc_otherside", + "15musicrecord": "music_disc_otherside", + "15record": "music_disc_otherside", + "cavecd": "music_disc_otherside", + "cavedisc": "music_disc_otherside", + "cavedisk": "music_disc_otherside", + "cavemdisc": "music_disc_otherside", + "cavemusicdisc": "music_disc_otherside", + "cavemusicdisk": "music_disc_otherside", + "cavemusicrecord": "music_disc_otherside", + "caverecord": "music_disc_otherside", + "cd15": "music_disc_otherside", + "cdcave": "music_disc_otherside", + "cddeep": "music_disc_otherside", + "cdlenaraineisstillawesome": "music_disc_otherside", + "cdother": "music_disc_otherside", + "cdotherside": "music_disc_otherside", + "cdunder": "music_disc_otherside", + "deepcd": "music_disc_otherside", + "deepdisc": "music_disc_otherside", + "deepdisk": "music_disc_otherside", + "deepmdisc": "music_disc_otherside", + "deepmusicdisc": "music_disc_otherside", + "deepmusicdisk": "music_disc_otherside", + "deepmusicrecord": "music_disc_otherside", + "deeprecord": "music_disc_otherside", + "disc15": "music_disc_otherside", + "disccave": "music_disc_otherside", + "discdeep": "music_disc_otherside", + "disclenaraineisstillawesome": "music_disc_otherside", + "discother": "music_disc_otherside", + "discotherside": "music_disc_otherside", + "discunder": "music_disc_otherside", + "disk15": "music_disc_otherside", + "diskcave": "music_disc_otherside", + "diskdeep": "music_disc_otherside", + "disklenaraineisstillawesome": "music_disc_otherside", + "diskother": "music_disc_otherside", + "diskotherside": "music_disc_otherside", + "diskunder": "music_disc_otherside", + "lenaraineisstillawesomecd": "music_disc_otherside", + "lenaraineisstillawesomedisc": "music_disc_otherside", + "lenaraineisstillawesomedisk": "music_disc_otherside", + "lenaraineisstillawesomemdisc": "music_disc_otherside", + "lenaraineisstillawesomemusicdisc": "music_disc_otherside", + "lenaraineisstillawesomemusicdisk": "music_disc_otherside", + "lenaraineisstillawesomemusicrecord": "music_disc_otherside", + "lenaraineisstillawesomerecord": "music_disc_otherside", + "mdisc15": "music_disc_otherside", + "mdisccave": "music_disc_otherside", + "mdiscdeep": "music_disc_otherside", + "mdisclenaraineisstillawesome": "music_disc_otherside", + "mdiscother": "music_disc_otherside", + "mdiscotherside": "music_disc_otherside", + "mdiscunder": "music_disc_otherside", + "minecraft:music_disc_otherside": "music_disc_otherside", + "musicdisc15": "music_disc_otherside", + "musicdisccave": "music_disc_otherside", + "musicdiscdeep": "music_disc_otherside", + "musicdisclenaraineisstillawesome": "music_disc_otherside", + "musicdiscother": "music_disc_otherside", + "musicdiscotherside": "music_disc_otherside", + "musicdiscunder": "music_disc_otherside", + "musicdisk15": "music_disc_otherside", + "musicdiskcave": "music_disc_otherside", + "musicdiskdeep": "music_disc_otherside", + "musicdisklenaraineisstillawesome": "music_disc_otherside", + "musicdiskother": "music_disc_otherside", + "musicdiskotherside": "music_disc_otherside", + "musicdiskunder": "music_disc_otherside", + "musicrecord15": "music_disc_otherside", + "musicrecordcave": "music_disc_otherside", + "musicrecorddeep": "music_disc_otherside", + "musicrecordlenaraineisstillawesome": "music_disc_otherside", + "musicrecordother": "music_disc_otherside", + "musicrecordotherside": "music_disc_otherside", + "musicrecordunder": "music_disc_otherside", + "othercd": "music_disc_otherside", + "otherdisc": "music_disc_otherside", + "otherdisk": "music_disc_otherside", + "othermdisc": "music_disc_otherside", + "othermusicdisc": "music_disc_otherside", + "othermusicdisk": "music_disc_otherside", + "othermusicrecord": "music_disc_otherside", + "otherrecord": "music_disc_otherside", + "othersidecd": "music_disc_otherside", + "othersidedisc": "music_disc_otherside", + "othersidedisk": "music_disc_otherside", + "othersidemdisc": "music_disc_otherside", + "othersidemusicdisc": "music_disc_otherside", + "othersidemusicdisk": "music_disc_otherside", + "othersidemusicrecord": "music_disc_otherside", + "othersiderecord": "music_disc_otherside", + "record15": "music_disc_otherside", + "recordcave": "music_disc_otherside", + "recorddeep": "music_disc_otherside", + "recordlenaraineisstillawesome": "music_disc_otherside", + "recordother": "music_disc_otherside", + "recordotherside": "music_disc_otherside", + "recordunder": "music_disc_otherside", + "undercd": "music_disc_otherside", + "underdisc": "music_disc_otherside", + "underdisk": "music_disc_otherside", + "undermdisc": "music_disc_otherside", + "undermusicdisc": "music_disc_otherside", + "undermusicdisk": "music_disc_otherside", + "undermusicrecord": "music_disc_otherside", + "underrecord": "music_disc_otherside", + "music_disc_pigstep": { + "material": "MUSIC_DISC_PIGSTEP" + }, + "14cd": "music_disc_pigstep", + "14disc": "music_disc_pigstep", + "14disk": "music_disc_pigstep", + "14mdisc": "music_disc_pigstep", + "14musicdisc": "music_disc_pigstep", + "14musicdisk": "music_disc_pigstep", + "14musicrecord": "music_disc_pigstep", + "14record": "music_disc_pigstep", + "cd14": "music_disc_pigstep", + "cddark": "music_disc_pigstep", + "cdlenaraineisawesome": "music_disc_pigstep", + "cdneth": "music_disc_pigstep", + "cdnether": "music_disc_pigstep", + "cdpig": "music_disc_pigstep", + "cdpigstep": "music_disc_pigstep", + "darkcd": "music_disc_pigstep", + "darkdisc": "music_disc_pigstep", + "darkdisk": "music_disc_pigstep", + "darkmdisc": "music_disc_pigstep", + "darkmusicdisc": "music_disc_pigstep", + "darkmusicdisk": "music_disc_pigstep", + "darkmusicrecord": "music_disc_pigstep", + "darkrecord": "music_disc_pigstep", + "disc14": "music_disc_pigstep", + "discdark": "music_disc_pigstep", + "disclenaraineisawesome": "music_disc_pigstep", + "discneth": "music_disc_pigstep", + "discnether": "music_disc_pigstep", + "discpig": "music_disc_pigstep", + "discpigstep": "music_disc_pigstep", + "disk14": "music_disc_pigstep", + "diskdark": "music_disc_pigstep", + "disklenaraineisawesome": "music_disc_pigstep", + "diskneth": "music_disc_pigstep", + "disknether": "music_disc_pigstep", + "diskpig": "music_disc_pigstep", + "diskpigstep": "music_disc_pigstep", + "lenaraineisawesomecd": "music_disc_pigstep", + "lenaraineisawesomedisc": "music_disc_pigstep", + "lenaraineisawesomedisk": "music_disc_pigstep", + "lenaraineisawesomemdisc": "music_disc_pigstep", + "lenaraineisawesomemusicdisc": "music_disc_pigstep", + "lenaraineisawesomemusicdisk": "music_disc_pigstep", + "lenaraineisawesomemusicrecord": "music_disc_pigstep", + "lenaraineisawesomerecord": "music_disc_pigstep", + "mdisc14": "music_disc_pigstep", + "mdiscdark": "music_disc_pigstep", + "mdisclenaraineisawesome": "music_disc_pigstep", + "mdiscneth": "music_disc_pigstep", + "mdiscnether": "music_disc_pigstep", + "mdiscpig": "music_disc_pigstep", + "mdiscpigstep": "music_disc_pigstep", + "minecraft:music_disc_pigstep": "music_disc_pigstep", + "musicdisc14": "music_disc_pigstep", + "musicdiscdark": "music_disc_pigstep", + "musicdisclenaraineisawesome": "music_disc_pigstep", + "musicdiscneth": "music_disc_pigstep", + "musicdiscnether": "music_disc_pigstep", + "musicdiscpig": "music_disc_pigstep", + "musicdiscpigstep": "music_disc_pigstep", + "musicdisk14": "music_disc_pigstep", + "musicdiskdark": "music_disc_pigstep", + "musicdisklenaraineisawesome": "music_disc_pigstep", + "musicdiskneth": "music_disc_pigstep", + "musicdisknether": "music_disc_pigstep", + "musicdiskpig": "music_disc_pigstep", + "musicdiskpigstep": "music_disc_pigstep", + "musicrecord14": "music_disc_pigstep", + "musicrecorddark": "music_disc_pigstep", + "musicrecordlenaraineisawesome": "music_disc_pigstep", + "musicrecordneth": "music_disc_pigstep", + "musicrecordnether": "music_disc_pigstep", + "musicrecordpig": "music_disc_pigstep", + "musicrecordpigstep": "music_disc_pigstep", + "nethcd": "music_disc_pigstep", + "nethdisc": "music_disc_pigstep", + "nethdisk": "music_disc_pigstep", + "nethercd": "music_disc_pigstep", + "netherdisc": "music_disc_pigstep", + "netherdisk": "music_disc_pigstep", + "nethermdisc": "music_disc_pigstep", + "nethermusicdisc": "music_disc_pigstep", + "nethermusicdisk": "music_disc_pigstep", + "nethermusicrecord": "music_disc_pigstep", + "netherrecord": "music_disc_pigstep", + "nethmdisc": "music_disc_pigstep", + "nethmusicdisc": "music_disc_pigstep", + "nethmusicdisk": "music_disc_pigstep", + "nethmusicrecord": "music_disc_pigstep", + "nethrecord": "music_disc_pigstep", + "pigcd": "music_disc_pigstep", + "pigdisc": "music_disc_pigstep", + "pigdisk": "music_disc_pigstep", + "pigmdisc": "music_disc_pigstep", + "pigmusicdisc": "music_disc_pigstep", + "pigmusicdisk": "music_disc_pigstep", + "pigmusicrecord": "music_disc_pigstep", + "pigrecord": "music_disc_pigstep", + "pigstepcd": "music_disc_pigstep", + "pigstepdisc": "music_disc_pigstep", + "pigstepdisk": "music_disc_pigstep", + "pigstepmdisc": "music_disc_pigstep", + "pigstepmusicdisc": "music_disc_pigstep", + "pigstepmusicdisk": "music_disc_pigstep", + "pigstepmusicrecord": "music_disc_pigstep", + "pigsteprecord": "music_disc_pigstep", + "record14": "music_disc_pigstep", + "recorddark": "music_disc_pigstep", + "recordlenaraineisawesome": "music_disc_pigstep", + "recordneth": "music_disc_pigstep", + "recordnether": "music_disc_pigstep", + "recordpig": "music_disc_pigstep", + "recordpigstep": "music_disc_pigstep", + "music_disc_relic": { + "material": "MUSIC_DISC_RELIC" + }, + "cdrelic": "music_disc_relic", + "discrelic": "music_disc_relic", + "diskrelic": "music_disc_relic", + "mdiscrelic": "music_disc_relic", + "minecraft:music_disc_relic": "music_disc_relic", + "musicdiscrelic": "music_disc_relic", + "musicdiskrelic": "music_disc_relic", + "musicrecordrelic": "music_disc_relic", + "recordrelic": "music_disc_relic", + "reliccd": "music_disc_relic", + "relicdisc": "music_disc_relic", + "relicdisk": "music_disc_relic", + "relicmdisc": "music_disc_relic", + "relicmusicdisc": "music_disc_relic", + "relicmusicdisk": "music_disc_relic", + "relicmusicrecord": "music_disc_relic", + "relicrecord": "music_disc_relic", + "music_disc_stal": { + "material": "MUSIC_DISC_STAL" + }, + "8cd": "music_disc_stal", + "8disc": "music_disc_stal", + "8disk": "music_disc_stal", + "8mdisc": "music_disc_stal", + "8musicdisc": "music_disc_stal", + "8musicdisk": "music_disc_stal", + "8musicrecord": "music_disc_stal", + "8record": "music_disc_stal", + "blackcd": "music_disc_stal", + "blackdisc": "music_disc_stal", + "blackdisk": "music_disc_stal", + "blackmdisc": "music_disc_stal", + "blackmusicdisc": "music_disc_stal", + "blackmusicdisk": "music_disc_stal", + "blackmusicrecord": "music_disc_stal", + "blackrecord": "music_disc_stal", + "blcd": "music_disc_wait", + "bldisc": "music_disc_wait", + "bldisk": "music_disc_wait", + "blmdisc": "music_disc_wait", + "blmusicdisc": "music_disc_wait", + "blmusicdisk": "music_disc_wait", + "blmusicrecord": "music_disc_wait", + "blrecord": "music_disc_wait", + "cd8": "music_disc_stal", + "cdbl": "music_disc_wait", + "cdblack": "music_disc_stal", + "cdstal": "music_disc_stal", + "disc8": "music_disc_stal", + "discbl": "music_disc_wait", + "discblack": "music_disc_stal", + "discstal": "music_disc_stal", + "disk8": "music_disc_stal", + "diskbl": "music_disc_wait", + "diskblack": "music_disc_stal", + "diskstal": "music_disc_stal", + "mdisc8": "music_disc_stal", + "mdiscbl": "music_disc_wait", + "mdiscblack": "music_disc_stal", + "mdiscstal": "music_disc_stal", + "minecraft:music_disc_stal": "music_disc_stal", + "musicdisc8": "music_disc_stal", + "musicdiscbl": "music_disc_wait", + "musicdiscblack": "music_disc_stal", + "musicdiscstal": "music_disc_stal", + "musicdisk8": "music_disc_stal", + "musicdiskbl": "music_disc_wait", + "musicdiskblack": "music_disc_stal", + "musicdiskstal": "music_disc_stal", + "musicrecord8": "music_disc_stal", + "musicrecordbl": "music_disc_wait", + "musicrecordblack": "music_disc_stal", + "musicrecordstal": "music_disc_stal", + "record8": "music_disc_stal", + "recordbl": "music_disc_wait", + "recordblack": "music_disc_stal", + "recordstal": "music_disc_stal", + "stalcd": "music_disc_stal", + "staldisc": "music_disc_stal", + "staldisk": "music_disc_stal", + "stalmdisc": "music_disc_stal", + "stalmusicdisc": "music_disc_stal", + "stalmusicdisk": "music_disc_stal", + "stalmusicrecord": "music_disc_stal", + "stalrecord": "music_disc_stal", + "music_disc_strad": { + "material": "MUSIC_DISC_STRAD" + }, + "9cd": "music_disc_strad", + "9disc": "music_disc_strad", + "9disk": "music_disc_strad", + "9mdisc": "music_disc_strad", + "9musicdisc": "music_disc_strad", + "9musicdisk": "music_disc_strad", + "9musicrecord": "music_disc_strad", + "9record": "music_disc_strad", + "cd9": "music_disc_strad", + "cdstrad": "music_disc_strad", + "cdwh": "music_disc_strad", + "cdwhite": "music_disc_strad", + "disc9": "music_disc_strad", + "discstrad": "music_disc_strad", + "discwh": "music_disc_strad", + "discwhite": "music_disc_strad", + "disk9": "music_disc_strad", + "diskstrad": "music_disc_strad", + "diskwh": "music_disc_strad", + "diskwhite": "music_disc_strad", + "mdisc9": "music_disc_strad", + "mdiscstrad": "music_disc_strad", + "mdiscwh": "music_disc_strad", + "mdiscwhite": "music_disc_strad", + "minecraft:music_disc_strad": "music_disc_strad", + "musicdisc9": "music_disc_strad", + "musicdiscstrad": "music_disc_strad", + "musicdiscwh": "music_disc_strad", + "musicdiscwhite": "music_disc_strad", + "musicdisk9": "music_disc_strad", + "musicdiskstrad": "music_disc_strad", + "musicdiskwh": "music_disc_strad", + "musicdiskwhite": "music_disc_strad", + "musicrecord9": "music_disc_strad", + "musicrecordstrad": "music_disc_strad", + "musicrecordwh": "music_disc_strad", + "musicrecordwhite": "music_disc_strad", + "record9": "music_disc_strad", + "recordstrad": "music_disc_strad", + "recordwh": "music_disc_strad", + "recordwhite": "music_disc_strad", + "stradcd": "music_disc_strad", + "straddisc": "music_disc_strad", + "straddisk": "music_disc_strad", + "stradmdisc": "music_disc_strad", + "stradmusicdisc": "music_disc_strad", + "stradmusicdisk": "music_disc_strad", + "stradmusicrecord": "music_disc_strad", + "stradrecord": "music_disc_strad", + "whcd": "music_disc_strad", + "whdisc": "music_disc_strad", + "whdisk": "music_disc_strad", + "whitecd": "music_disc_strad", + "whitedisc": "music_disc_strad", + "whitedisk": "music_disc_strad", + "whitemdisc": "music_disc_strad", + "whitemusicdisc": "music_disc_strad", + "whitemusicdisk": "music_disc_strad", + "whitemusicrecord": "music_disc_strad", + "whiterecord": "music_disc_strad", + "whmdisc": "music_disc_strad", + "whmusicdisc": "music_disc_strad", + "whmusicdisk": "music_disc_strad", + "whmusicrecord": "music_disc_strad", + "whrecord": "music_disc_strad", + "music_disc_wait": { + "material": "MUSIC_DISC_WAIT" + }, + "12cd": "music_disc_wait", + "12disc": "music_disc_wait", + "12disk": "music_disc_wait", + "12mdisc": "music_disc_wait", + "12musicdisc": "music_disc_wait", + "12musicdisk": "music_disc_wait", + "12musicrecord": "music_disc_wait", + "12record": "music_disc_wait", + "bluecd": "music_disc_wait", + "bluedisc": "music_disc_wait", + "bluedisk": "music_disc_wait", + "bluemdisc": "music_disc_wait", + "bluemusicdisc": "music_disc_wait", + "bluemusicdisk": "music_disc_wait", + "bluemusicrecord": "music_disc_wait", + "bluerecord": "music_disc_wait", + "cd12": "music_disc_wait", + "cdblue": "music_disc_wait", + "cdcy": "music_disc_wait", + "cdcyan": "music_disc_wait", + "cdwait": "music_disc_wait", + "cyancd": "music_disc_wait", + "cyandisc": "music_disc_wait", + "cyandisk": "music_disc_wait", + "cyanmdisc": "music_disc_wait", + "cyanmusicdisc": "music_disc_wait", + "cyanmusicdisk": "music_disc_wait", + "cyanmusicrecord": "music_disc_wait", + "cyanrecord": "music_disc_wait", + "cycd": "music_disc_wait", + "cydisc": "music_disc_wait", + "cydisk": "music_disc_wait", + "cymdisc": "music_disc_wait", + "cymusicdisc": "music_disc_wait", + "cymusicdisk": "music_disc_wait", + "cymusicrecord": "music_disc_wait", + "cyrecord": "music_disc_wait", + "disc12": "music_disc_wait", + "discblue": "music_disc_wait", + "disccy": "music_disc_wait", + "disccyan": "music_disc_wait", + "discwait": "music_disc_wait", + "disk12": "music_disc_wait", + "diskblue": "music_disc_wait", + "diskcy": "music_disc_wait", + "diskcyan": "music_disc_wait", + "diskwait": "music_disc_wait", + "mdisc12": "music_disc_wait", + "mdiscblue": "music_disc_wait", + "mdisccy": "music_disc_wait", + "mdisccyan": "music_disc_wait", + "mdiscwait": "music_disc_wait", + "minecraft:music_disc_wait": "music_disc_wait", + "musicdisc12": "music_disc_wait", + "musicdiscblue": "music_disc_wait", + "musicdisccy": "music_disc_wait", + "musicdisccyan": "music_disc_wait", + "musicdiscwait": "music_disc_wait", + "musicdisk12": "music_disc_wait", + "musicdiskblue": "music_disc_wait", + "musicdiskcy": "music_disc_wait", + "musicdiskcyan": "music_disc_wait", + "musicdiskwait": "music_disc_wait", + "musicrecord12": "music_disc_wait", + "musicrecordblue": "music_disc_wait", + "musicrecordcy": "music_disc_wait", + "musicrecordcyan": "music_disc_wait", + "musicrecordwait": "music_disc_wait", + "record12": "music_disc_wait", + "recordblue": "music_disc_wait", + "recordcy": "music_disc_wait", + "recordcyan": "music_disc_wait", + "recordwait": "music_disc_wait", + "waitcd": "music_disc_wait", + "waitdisc": "music_disc_wait", + "waitdisk": "music_disc_wait", + "waitmdisc": "music_disc_wait", + "waitmusicdisc": "music_disc_wait", + "waitmusicdisk": "music_disc_wait", + "waitmusicrecord": "music_disc_wait", + "waitrecord": "music_disc_wait", + "music_disc_ward": { + "material": "MUSIC_DISC_WARD" + }, + "10cd": "music_disc_ward", + "10disc": "music_disc_ward", + "10disk": "music_disc_ward", + "10mdisc": "music_disc_ward", + "10musicdisc": "music_disc_ward", + "10musicdisk": "music_disc_ward", + "10musicrecord": "music_disc_ward", + "10record": "music_disc_ward", + "cd10": "music_disc_ward", + "cddarkgr": "music_disc_ward", + "cddarkgreen": "music_disc_ward", + "cddgr": "music_disc_ward", + "cddgreen": "music_disc_ward", + "cdward": "music_disc_ward", + "darkgrcd": "music_disc_ward", + "darkgrdisc": "music_disc_ward", + "darkgrdisk": "music_disc_ward", + "darkgreencd": "music_disc_ward", + "darkgreendisc": "music_disc_ward", + "darkgreendisk": "music_disc_ward", + "darkgreenmdisc": "music_disc_ward", + "darkgreenmusicdisc": "music_disc_ward", + "darkgreenmusicdisk": "music_disc_ward", + "darkgreenmusicrecord": "music_disc_ward", + "darkgreenrecord": "music_disc_ward", + "darkgrmdisc": "music_disc_ward", + "darkgrmusicdisc": "music_disc_ward", + "darkgrmusicdisk": "music_disc_ward", + "darkgrmusicrecord": "music_disc_ward", + "darkgrrecord": "music_disc_ward", + "dgrcd": "music_disc_ward", + "dgrdisc": "music_disc_ward", + "dgrdisk": "music_disc_ward", + "dgreencd": "music_disc_ward", + "dgreendisc": "music_disc_ward", + "dgreendisk": "music_disc_ward", + "dgreenmdisc": "music_disc_ward", + "dgreenmusicdisc": "music_disc_ward", + "dgreenmusicdisk": "music_disc_ward", + "dgreenmusicrecord": "music_disc_ward", + "dgreenrecord": "music_disc_ward", + "dgrmdisc": "music_disc_ward", + "dgrmusicdisc": "music_disc_ward", + "dgrmusicdisk": "music_disc_ward", + "dgrmusicrecord": "music_disc_ward", + "dgrrecord": "music_disc_ward", + "disc10": "music_disc_ward", + "discdarkgr": "music_disc_ward", + "discdarkgreen": "music_disc_ward", + "discdgr": "music_disc_ward", + "discdgreen": "music_disc_ward", + "discward": "music_disc_ward", + "disk10": "music_disc_ward", + "diskdarkgr": "music_disc_ward", + "diskdarkgreen": "music_disc_ward", + "diskdgr": "music_disc_ward", + "diskdgreen": "music_disc_ward", + "diskward": "music_disc_ward", + "mdisc10": "music_disc_ward", + "mdiscdarkgr": "music_disc_ward", + "mdiscdarkgreen": "music_disc_ward", + "mdiscdgr": "music_disc_ward", + "mdiscdgreen": "music_disc_ward", + "mdiscward": "music_disc_ward", + "minecraft:music_disc_ward": "music_disc_ward", + "musicdisc10": "music_disc_ward", + "musicdiscdarkgr": "music_disc_ward", + "musicdiscdarkgreen": "music_disc_ward", + "musicdiscdgr": "music_disc_ward", + "musicdiscdgreen": "music_disc_ward", + "musicdiscward": "music_disc_ward", + "musicdisk10": "music_disc_ward", + "musicdiskdarkgr": "music_disc_ward", + "musicdiskdarkgreen": "music_disc_ward", + "musicdiskdgr": "music_disc_ward", + "musicdiskdgreen": "music_disc_ward", + "musicdiskward": "music_disc_ward", + "musicrecord10": "music_disc_ward", + "musicrecorddarkgr": "music_disc_ward", + "musicrecorddarkgreen": "music_disc_ward", + "musicrecorddgr": "music_disc_ward", + "musicrecorddgreen": "music_disc_ward", + "musicrecordward": "music_disc_ward", + "record10": "music_disc_ward", + "recorddarkgr": "music_disc_ward", + "recorddarkgreen": "music_disc_ward", + "recorddgr": "music_disc_ward", + "recorddgreen": "music_disc_ward", + "recordward": "music_disc_ward", + "wardcd": "music_disc_ward", + "warddisc": "music_disc_ward", + "warddisk": "music_disc_ward", + "wardmdisc": "music_disc_ward", + "wardmusicdisc": "music_disc_ward", + "wardmusicdisk": "music_disc_ward", + "wardmusicrecord": "music_disc_ward", + "wardrecord": "music_disc_ward", + "mutton": { + "material": "MUTTON" + }, + "minecraft:mutton": "mutton", + "plainmutton": "mutton", + "plainsheepmeat": "mutton", + "ramutton": "mutton", + "rasheepmeat": "mutton", + "rawmutton": "mutton", + "rawsheepmeat": "mutton", + "sheepmeat": "mutton", + "uncookedmutton": "mutton", + "uncookedsheepmeat": "mutton", + "mycelium": { + "material": "MYCELIUM" + }, + "minecraft:mycelium": "mycelium", + "mushgrass": "mycelium", + "mushroomgrass": "mycelium", + "mycel": "mycelium", + "sgrass": "mycelium", + "swampgrass": "mycelium", + "name_tag": { + "material": "NAME_TAG" + }, + "minecraft:name_tag": "name_tag", + "nametag": "name_tag", + "nautilus_shell": { + "material": "NAUTILUS_SHELL" + }, + "minecraft:nautilus_shell": "nautilus_shell", + "nautilusshell": "nautilus_shell", + "nether_brick": { + "material": "NETHER_BRICK" + }, + "minecraft:nether_brick": "nether_brick", + "nbr": "nether_bricks", + "nbrick": "nether_bricks", + "nethbr": "nether_bricks", + "nethbrick": "nether_bricks", + "netherbr": "nether_bricks", + "netherbrick": "nether_bricks", + "nether_brick_fence": { + "material": "NETHER_BRICK_FENCE" + }, + "fencenbr": "nether_brick_fence", + "fencenbrick": "nether_brick_fence", + "fencenethbr": "nether_brick_fence", + "fencenethbrick": "nether_brick_fence", + "fencenetherbr": "nether_brick_fence", + "fencenetherbrick": "nether_brick_fence", + "minecraft:nether_brick_fence": "nether_brick_fence", + "nbrfence": "nether_brick_fence", + "nbrickfence": "nether_brick_fence", + "nethbrfence": "nether_brick_fence", + "nethbrickfence": "nether_brick_fence", + "netherbrfence": "nether_brick_fence", + "netherbrickfence": "nether_brick_fence", + "nether_brick_slab": { + "material": "NETHER_BRICK_SLAB" + }, + "minecraft:nether_brick_slab": "nether_brick_slab", + "nbrhalfblock": "nether_brick_slab", + "nbrickhalfblock": "nether_brick_slab", + "nbrickstep": "nether_brick_slab", + "nbrstep": "nether_brick_slab", + "nethbrhalfblock": "nether_brick_slab", + "nethbrickhalfblock": "nether_brick_slab", + "nethbrickstep": "nether_brick_slab", + "nethbrstep": "nether_brick_slab", + "netherbrhalfblock": "nether_brick_slab", + "netherbrickhalfblock": "nether_brick_slab", + "netherbrickslab": "nether_brick_slab", + "netherbrickstep": "nether_brick_slab", + "netherbrstep": "nether_brick_slab", + "nether_brick_stairs": { + "material": "NETHER_BRICK_STAIRS" + }, + "minecraft:nether_brick_stairs": "nether_brick_stairs", + "nbrickstair": "nether_brick_stairs", + "nbrickstairs": "nether_brick_stairs", + "nbrstair": "nether_brick_stairs", + "nbrstairs": "nether_brick_stairs", + "nethbrickstair": "nether_brick_stairs", + "nethbrickstairs": "nether_brick_stairs", + "nethbrstair": "nether_brick_stairs", + "nethbrstairs": "nether_brick_stairs", + "netherbrickstair": "nether_brick_stairs", + "netherbrickstairs": "nether_brick_stairs", + "netherbrstair": "nether_brick_stairs", + "netherbrstairs": "nether_brick_stairs", + "nether_brick_wall": { + "material": "NETHER_BRICK_WALL" + }, + "minecraft:nether_brick_wall": "nether_brick_wall", + "nbrickwall": "nether_brick_wall", + "nbrwall": "nether_brick_wall", + "nethbrickwall": "nether_brick_wall", + "nethbrwall": "nether_brick_wall", + "netherbrickwall": "nether_brick_wall", + "netherbrwall": "nether_brick_wall", + "wallnbr": "nether_brick_wall", + "wallnbrick": "nether_brick_wall", + "wallnethbr": "nether_brick_wall", + "wallnethbrick": "nether_brick_wall", + "wallnetherbr": "nether_brick_wall", + "wallnetherbrick": "nether_brick_wall", + "nether_bricks": { + "material": "NETHER_BRICKS" + }, + "minecraft:nether_bricks": "nether_bricks", + "netherbricks": "nether_bricks", + "nether_gold_ore": { + "material": "NETHER_GOLD_ORE" + }, + "hellgoldo": "nether_gold_ore", + "hellgoldore": "nether_gold_ore", + "minecraft:nether_gold_ore": "nether_gold_ore", + "nether_goldo": "nether_gold_ore", + "nether_goldore": "nether_gold_ore", + "nethergoldore": "nether_gold_ore", + "nethgoldo": "nether_gold_ore", + "nethgoldore": "nether_gold_ore", + "ngo": "nether_gold_ore", + "ngore": "nether_gold_ore", + "ohellgold": "nether_gold_ore", + "onether_gold": "nether_gold_ore", + "onethgold": "nether_gold_ore", + "ong": "nether_gold_ore", + "orehellgold": "nether_gold_ore", + "orenether_gold": "nether_gold_ore", + "orenethgold": "nether_gold_ore", + "oreng": "nether_gold_ore", + "nether_quartz_ore": { + "material": "NETHER_QUARTZ_ORE" + }, + "deathqo": "nether_quartz_ore", + "deathqore": "nether_quartz_ore", + "deathquartzo": "nether_quartz_ore", + "deathquartzore": "nether_quartz_ore", + "dqo": "nether_quartz_ore", + "dqore": "nether_quartz_ore", + "dquartzo": "nether_quartz_ore", + "dquartzore": "nether_quartz_ore", + "hellqo": "nether_quartz_ore", + "hellqore": "nether_quartz_ore", + "hellquartzo": "nether_quartz_ore", + "hellquartzore": "nether_quartz_ore", + "hqo": "nether_quartz_ore", + "hqore": "nether_quartz_ore", + "hquartzo": "nether_quartz_ore", + "hquartzore": "nether_quartz_ore", + "minecraft:nether_quartz_ore": "nether_quartz_ore", + "nether_quartzo": "nether_quartz_ore", + "nether_quartzore": "nether_quartz_ore", + "netherqo": "nether_quartz_ore", + "netherqore": "nether_quartz_ore", + "netherquartzo": "nether_quartz_ore", + "netherquartzore": "nether_quartz_ore", + "nqo": "nether_quartz_ore", + "nqore": "nether_quartz_ore", + "nquartzo": "nether_quartz_ore", + "nquartzore": "nether_quartz_ore", + "odeathq": "nether_quartz_ore", + "odeathquartz": "nether_quartz_ore", + "odq": "nether_quartz_ore", + "odquartz": "nether_quartz_ore", + "ohellq": "nether_quartz_ore", + "ohellquartz": "nether_quartz_ore", + "ohq": "nether_quartz_ore", + "ohquartz": "nether_quartz_ore", + "onether_quartz": "nether_quartz_ore", + "onetherq": "nether_quartz_ore", + "onetherquartz": "nether_quartz_ore", + "onq": "nether_quartz_ore", + "onquartz": "nether_quartz_ore", + "oq": "nether_quartz_ore", + "oquartz": "nether_quartz_ore", + "oredeathq": "nether_quartz_ore", + "oredeathquartz": "nether_quartz_ore", + "oredq": "nether_quartz_ore", + "oredquartz": "nether_quartz_ore", + "orehellq": "nether_quartz_ore", + "orehellquartz": "nether_quartz_ore", + "orehq": "nether_quartz_ore", + "orehquartz": "nether_quartz_ore", + "orenether_quartz": "nether_quartz_ore", + "orenetherq": "nether_quartz_ore", + "orenetherquartz": "nether_quartz_ore", + "orenq": "nether_quartz_ore", + "orenquartz": "nether_quartz_ore", + "oreq": "nether_quartz_ore", + "orequartz": "nether_quartz_ore", + "qo": "nether_quartz_ore", + "qore": "nether_quartz_ore", + "quartzo": "nether_quartz_ore", + "quartzore": "nether_quartz_ore", + "nether_sprouts": { + "material": "NETHER_SPROUTS" + }, + "minecraft:nether_sprouts": "nether_sprouts", + "nethersprout": "nether_sprouts", + "nethersprouts": "nether_sprouts", + "netherweed": "nether_sprouts", + "nethsprout": "nether_sprouts", + "nethsprouts": "nether_sprouts", + "nsprout": "nether_sprouts", + "nsprouts": "nether_sprouts", + "nether_star": { + "material": "NETHER_STAR" + }, + "minecraft:nether_star": "nether_star", + "netherstar": "nether_star", + "nether_wart": { + "material": "NETHER_WART" + }, + "minecraft:nether_wart": "nether_wart", + "netherwart": "nether_wart", + "nether_wart_block": { + "material": "NETHER_WART_BLOCK" + }, + "minecraft:nether_wart_block": "nether_wart_block", + "netherwartblock": "nether_wart_block", + "netherite_axe": { + "material": "NETHERITE_AXE" + }, + "hellaxe": "netherite_axe", + "minecraft:netherite_axe": "netherite_axe", + "nethaxe": "netherite_axe", + "netheraxe": "netherite_axe", + "netheriteaxe": "netherite_axe", + "netherite_block": { + "material": "NETHERITE_BLOCK" + }, + "blockhell": "netherite_block", + "blockneth": "netherite_block", + "blocknether": "netherite_block", + "blocknetherite": "netherite_block", + "hellblock": "netherite_block", + "minecraft:netherite_block": "netherite_block", + "nethblock": "netherite_block", + "netherblock": "netherite_block", + "netheriteblock": "netherite_block", + "netherite_boots": { + "material": "NETHERITE_BOOTS" + }, + "hellboots": "netherite_boots", + "hellshoes": "netherite_boots", + "minecraft:netherite_boots": "netherite_boots", + "nethboots": "netherite_boots", + "netherboots": "netherite_boots", + "netheriteboots": "netherite_boots", + "netheriteshoes": "netherite_boots", + "nethershoes": "netherite_boots", + "nethshoes": "netherite_boots", + "netherite_chestplate": { + "material": "NETHERITE_CHESTPLATE" + }, + "hellchestplate": "netherite_chestplate", + "hellplate": "netherite_chestplate", + "hellplatebody": "netherite_chestplate", + "hellshirt": "netherite_chestplate", + "helltunic": "netherite_chestplate", + "minecraft:netherite_chestplate": "netherite_chestplate", + "nethchestplate": "netherite_chestplate", + "netherchestplate": "netherite_chestplate", + "netheritechestplate": "netherite_chestplate", + "netheriteplate": "netherite_chestplate", + "netheriteplatebody": "netherite_chestplate", + "netheriteshirt": "netherite_chestplate", + "netheritetunic": "netherite_chestplate", + "netherplate": "netherite_chestplate", + "netherplatebody": "netherite_chestplate", + "nethershirt": "netherite_chestplate", + "nethertunic": "netherite_chestplate", + "nethplate": "netherite_chestplate", + "nethplatebody": "netherite_chestplate", + "nethshirt": "netherite_chestplate", + "nethtunic": "netherite_chestplate", + "netherite_helmet": { + "material": "NETHERITE_HELMET" + }, + "hellcoif": "netherite_helmet", + "hellhat": "netherite_helmet", + "hellhelm": "netherite_helmet", + "hellhelmet": "netherite_helmet", + "minecraft:netherite_helmet": "netherite_helmet", + "nethcoif": "netherite_helmet", + "nethercoif": "netherite_helmet", + "netherhat": "netherite_helmet", + "netherhelm": "netherite_helmet", + "netherhelmet": "netherite_helmet", + "netheritecoif": "netherite_helmet", + "netheritehat": "netherite_helmet", + "netheritehelm": "netherite_helmet", + "netheritehelmet": "netherite_helmet", + "nethhat": "netherite_helmet", + "nethhelm": "netherite_helmet", + "nethhelmet": "netherite_helmet", + "netherite_hoe": { + "material": "NETHERITE_HOE" + }, + "hellhoe": "netherite_hoe", + "minecraft:netherite_hoe": "netherite_hoe", + "netherhoe": "netherite_hoe", + "netheritehoe": "netherite_hoe", + "nethhoe": "netherite_hoe", + "netherite_ingot": { + "material": "NETHERITE_INGOT" + }, + "barhell": "netherite_ingot", + "barneth": "netherite_ingot", + "barnether": "netherite_ingot", + "barnetherite": "netherite_ingot", + "hellbar": "netherite_ingot", + "helli": "netherite_ingot", + "hellingot": "netherite_ingot", + "ihell": "netherite_ingot", + "ineth": "netherite_ingot", + "inether": "netherite_ingot", + "inetherite": "netherite_ingot", + "ingothell": "netherite_ingot", + "ingotneth": "netherite_ingot", + "ingotnether": "netherite_ingot", + "ingotnetherite": "netherite_ingot", + "minecraft:netherite_ingot": "netherite_ingot", + "nethbar": "netherite_ingot", + "netherbar": "netherite_ingot", + "netheri": "netherite_ingot", + "netheringot": "netherite_ingot", + "netheritebar": "netherite_ingot", + "netheritei": "netherite_ingot", + "netheriteingot": "netherite_ingot", + "nethi": "netherite_ingot", + "nethingot": "netherite_ingot", + "netherite_leggings": { + "material": "NETHERITE_LEGGINGS" + }, + "hellleggings": "netherite_leggings", + "helllegs": "netherite_leggings", + "hellpants": "netherite_leggings", + "minecraft:netherite_leggings": "netherite_leggings", + "netheriteleggings": "netherite_leggings", + "netheritelegs": "netherite_leggings", + "netheritepants": "netherite_leggings", + "netherleggings": "netherite_leggings", + "netherlegs": "netherite_leggings", + "netherpants": "netherite_leggings", + "nethleggings": "netherite_leggings", + "nethlegs": "netherite_leggings", + "nethpants": "netherite_leggings", + "netherite_pickaxe": { + "material": "NETHERITE_PICKAXE" + }, + "hellpick": "netherite_pickaxe", + "hellpickaxe": "netherite_pickaxe", + "minecraft:netherite_pickaxe": "netherite_pickaxe", + "netheritepick": "netherite_pickaxe", + "netheritepickaxe": "netherite_pickaxe", + "netherpick": "netherite_pickaxe", + "netherpickaxe": "netherite_pickaxe", + "nethpick": "netherite_pickaxe", + "nethpickaxe": "netherite_pickaxe", + "netherite_scrap": { + "material": "NETHERITE_SCRAP" + }, + "hellscrap": "netherite_scrap", + "minecraft:netherite_scrap": "netherite_scrap", + "netheritescrap": "netherite_scrap", + "netherscrap": "netherite_scrap", + "nethscrap": "netherite_scrap", + "netherite_shovel": { + "material": "NETHERITE_SHOVEL" + }, + "hellshovel": "netherite_shovel", + "hellspade": "netherite_shovel", + "minecraft:netherite_shovel": "netherite_shovel", + "netheriteshovel": "netherite_shovel", + "netheritespade": "netherite_shovel", + "nethershovel": "netherite_shovel", + "netherspade": "netherite_shovel", + "nethshovel": "netherite_shovel", + "nethspade": "netherite_shovel", + "netherite_sword": { + "material": "NETHERITE_SWORD" + }, + "hellsword": "netherite_sword", + "minecraft:netherite_sword": "netherite_sword", + "netheritesword": "netherite_sword", + "nethersword": "netherite_sword", + "nethsword": "netherite_sword", + "netherite_upgrade_smithing_template": { + "material": "NETHERITE_UPGRADE_SMITHING_TEMPLATE" + }, + "minecraft:netherite_upgrade_smithing_template": "netherite_upgrade_smithing_template", + "netheriteupgradesmithingtemplate": "netherite_upgrade_smithing_template", + "netherrack": { + "material": "NETHERRACK" + }, + "minecraft:netherrack": "netherrack", + "night_vision_lingering_potion": { + "potionData": { + "type": "NIGHT_VISION", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotdarkv": "night_vision_lingering_potion", + "aoepotdarkvis": "night_vision_lingering_potion", + "aoepotdvision": "night_vision_lingering_potion", + "aoepotiondarkv": "night_vision_lingering_potion", + "aoepotiondarkvis": "night_vision_lingering_potion", + "aoepotiondvision": "night_vision_lingering_potion", + "aoepotionnightv": "night_vision_lingering_potion", + "aoepotionnightvision": "night_vision_lingering_potion", + "aoepotionnv": "night_vision_lingering_potion", + "aoepotionnvision": "night_vision_lingering_potion", + "aoepotnightv": "night_vision_lingering_potion", + "aoepotnightvision": "night_vision_lingering_potion", + "aoepotnv": "night_vision_lingering_potion", + "aoepotnvision": "night_vision_lingering_potion", + "areapotdarkv": "night_vision_lingering_potion", + "areapotdarkvis": "night_vision_lingering_potion", + "areapotdvision": "night_vision_lingering_potion", + "areapotiondarkv": "night_vision_lingering_potion", + "areapotiondarkvis": "night_vision_lingering_potion", + "areapotiondvision": "night_vision_lingering_potion", + "areapotionnightv": "night_vision_lingering_potion", + "areapotionnightvision": "night_vision_lingering_potion", + "areapotionnv": "night_vision_lingering_potion", + "areapotionnvision": "night_vision_lingering_potion", + "areapotnightv": "night_vision_lingering_potion", + "areapotnightvision": "night_vision_lingering_potion", + "areapotnv": "night_vision_lingering_potion", + "areapotnvision": "night_vision_lingering_potion", + "cloudpotdarkv": "night_vision_lingering_potion", + "cloudpotdarkvis": "night_vision_lingering_potion", + "cloudpotdvision": "night_vision_lingering_potion", + "cloudpotiondarkv": "night_vision_lingering_potion", + "cloudpotiondarkvis": "night_vision_lingering_potion", + "cloudpotiondvision": "night_vision_lingering_potion", + "cloudpotionnightv": "night_vision_lingering_potion", + "cloudpotionnightvision": "night_vision_lingering_potion", + "cloudpotionnv": "night_vision_lingering_potion", + "cloudpotionnvision": "night_vision_lingering_potion", + "cloudpotnightv": "night_vision_lingering_potion", + "cloudpotnightvision": "night_vision_lingering_potion", + "cloudpotnv": "night_vision_lingering_potion", + "cloudpotnvision": "night_vision_lingering_potion", + "darkvaoepoiont": "night_vision_lingering_potion", + "darkvaoepot": "night_vision_lingering_potion", + "darkvareapot": "night_vision_lingering_potion", + "darkvareapotion": "night_vision_lingering_potion", + "darkvcloudpot": "night_vision_lingering_potion", + "darkvcloudpotion": "night_vision_lingering_potion", + "darkvisaoepoiont": "night_vision_lingering_potion", + "darkvisaoepot": "night_vision_lingering_potion", + "darkvisareapot": "night_vision_lingering_potion", + "darkvisareapotion": "night_vision_lingering_potion", + "darkviscloudpot": "night_vision_lingering_potion", + "darkviscloudpotion": "night_vision_lingering_potion", + "darkvislingerpot": "night_vision_lingering_potion", + "darkvlingerpot": "night_vision_lingering_potion", + "dvisionaoepoiont": "night_vision_lingering_potion", + "dvisionaoepot": "night_vision_lingering_potion", + "dvisionareapot": "night_vision_lingering_potion", + "dvisionareapotion": "night_vision_lingering_potion", + "dvisioncloudpot": "night_vision_lingering_potion", + "dvisioncloudpotion": "night_vision_lingering_potion", + "dvisionlingerpot": "night_vision_lingering_potion", + "lingerpotdarkv": "night_vision_lingering_potion", + "lingerpotdarkvis": "night_vision_lingering_potion", + "lingerpotdvision": "night_vision_lingering_potion", + "lingerpotnightv": "night_vision_lingering_potion", + "lingerpotnightvision": "night_vision_lingering_potion", + "lingerpotnv": "night_vision_lingering_potion", + "lingerpotnvision": "night_vision_lingering_potion", + "nightvaoepoiont": "night_vision_lingering_potion", + "nightvaoepot": "night_vision_lingering_potion", + "nightvareapot": "night_vision_lingering_potion", + "nightvareapotion": "night_vision_lingering_potion", + "nightvcloudpot": "night_vision_lingering_potion", + "nightvcloudpotion": "night_vision_lingering_potion", + "nightvisionaoepoiont": "night_vision_lingering_potion", + "nightvisionaoepot": "night_vision_lingering_potion", + "nightvisionareapot": "night_vision_lingering_potion", + "nightvisionareapotion": "night_vision_lingering_potion", + "nightvisioncloudpot": "night_vision_lingering_potion", + "nightvisioncloudpotion": "night_vision_lingering_potion", + "nightvisionlingerpot": "night_vision_lingering_potion", + "nightvlingerpot": "night_vision_lingering_potion", + "nvaoepoiont": "night_vision_lingering_potion", + "nvaoepot": "night_vision_lingering_potion", + "nvareapot": "night_vision_lingering_potion", + "nvareapotion": "night_vision_lingering_potion", + "nvcloudpot": "night_vision_lingering_potion", + "nvcloudpotion": "night_vision_lingering_potion", + "nvisionaoepoiont": "night_vision_lingering_potion", + "nvisionaoepot": "night_vision_lingering_potion", + "nvisionareapot": "night_vision_lingering_potion", + "nvisionareapotion": "night_vision_lingering_potion", + "nvisioncloudpot": "night_vision_lingering_potion", + "nvisioncloudpotion": "night_vision_lingering_potion", + "nvisionlingerpot": "night_vision_lingering_potion", + "nvlingerpot": "night_vision_lingering_potion", + "night_vision_potion": { + "potionData": { + "type": "NIGHT_VISION", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "darkvispot": "night_vision_potion", + "darkvispotion": "night_vision_potion", + "darkvpot": "night_vision_potion", + "darkvpotion": "night_vision_potion", + "dvisionpot": "night_vision_potion", + "dvisionpotion": "night_vision_potion", + "nightvisionpot": "night_vision_potion", + "nightvisionpotion": "night_vision_potion", + "nightvpot": "night_vision_potion", + "nightvpotion": "night_vision_potion", + "nvisionpot": "night_vision_potion", + "nvisionpotion": "night_vision_potion", + "nvpot": "night_vision_potion", + "nvpotion": "night_vision_potion", + "potionofdarkv": "night_vision_potion", + "potionofdarkvis": "night_vision_potion", + "potionofdvision": "night_vision_potion", + "potionofnightv": "night_vision_potion", + "potionofnightvision": "night_vision_potion", + "potionofnv": "night_vision_potion", + "potionofnvision": "night_vision_potion", + "potofdarkv": "night_vision_potion", + "potofdarkvis": "night_vision_potion", + "potofdvision": "night_vision_potion", + "potofnightv": "night_vision_potion", + "potofnightvision": "night_vision_potion", + "potofnv": "night_vision_potion", + "potofnvision": "night_vision_potion", + "night_vision_splash_potion": { + "potionData": { + "type": "NIGHT_VISION", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "darkvissplashpot": "night_vision_splash_potion", + "darkvissplashpotion": "night_vision_splash_potion", + "darkvsplashpot": "night_vision_splash_potion", + "darkvsplashpotion": "night_vision_splash_potion", + "dvisionsplashpot": "night_vision_splash_potion", + "dvisionsplashpotion": "night_vision_splash_potion", + "nightvisionsplashpot": "night_vision_splash_potion", + "nightvisionsplashpotion": "night_vision_splash_potion", + "nightvsplashpot": "night_vision_splash_potion", + "nightvsplashpotion": "night_vision_splash_potion", + "nvisionsplashpot": "night_vision_splash_potion", + "nvisionsplashpotion": "night_vision_splash_potion", + "nvsplashpot": "night_vision_splash_potion", + "nvsplashpotion": "night_vision_splash_potion", + "splashdarkvispot": "night_vision_splash_potion", + "splashdarkvispotion": "night_vision_splash_potion", + "splashdarkvpot": "night_vision_splash_potion", + "splashdarkvpotion": "night_vision_splash_potion", + "splashdvisionpot": "night_vision_splash_potion", + "splashdvisionpotion": "night_vision_splash_potion", + "splashnightvisionpot": "night_vision_splash_potion", + "splashnightvisionpotion": "night_vision_splash_potion", + "splashnightvpot": "night_vision_splash_potion", + "splashnightvpotion": "night_vision_splash_potion", + "splashnvisionpot": "night_vision_splash_potion", + "splashnvisionpotion": "night_vision_splash_potion", + "splashnvpot": "night_vision_splash_potion", + "splashnvpotion": "night_vision_splash_potion", + "spldarkvispot": "night_vision_splash_potion", + "spldarkvispotion": "night_vision_splash_potion", + "spldarkvpot": "night_vision_splash_potion", + "spldarkvpotion": "night_vision_splash_potion", + "spldvisionpot": "night_vision_splash_potion", + "spldvisionpotion": "night_vision_splash_potion", + "splnightvisionpot": "night_vision_splash_potion", + "splnightvisionpotion": "night_vision_splash_potion", + "splnightvpot": "night_vision_splash_potion", + "splnightvpotion": "night_vision_splash_potion", + "splnvisionpot": "night_vision_splash_potion", + "splnvisionpotion": "night_vision_splash_potion", + "splnvpot": "night_vision_splash_potion", + "splnvpotion": "night_vision_splash_potion", + "night_vision_tipped_arrow": { + "potionData": { + "type": "NIGHT_VISION", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowdarkv": "night_vision_tipped_arrow", + "arrowdarkvis": "night_vision_tipped_arrow", + "arrowdvision": "night_vision_tipped_arrow", + "arrownightv": "night_vision_tipped_arrow", + "arrownightvision": "night_vision_tipped_arrow", + "arrownv": "night_vision_tipped_arrow", + "arrownvision": "night_vision_tipped_arrow", + "darkvarrow": "night_vision_tipped_arrow", + "darkvisarrow": "night_vision_tipped_arrow", + "darkvistarr": "night_vision_tipped_arrow", + "darkvistarrow": "night_vision_tipped_arrow", + "darkvistippedarrow": "night_vision_tipped_arrow", + "darkvtarr": "night_vision_tipped_arrow", + "darkvtarrow": "night_vision_tipped_arrow", + "darkvtippedarrow": "night_vision_tipped_arrow", + "dvisionarrow": "night_vision_tipped_arrow", + "dvisiontarr": "night_vision_tipped_arrow", + "dvisiontarrow": "night_vision_tipped_arrow", + "dvisiontippedarrow": "night_vision_tipped_arrow", + "nightvarrow": "night_vision_tipped_arrow", + "nightvisionarrow": "night_vision_tipped_arrow", + "nightvisiontarr": "night_vision_tipped_arrow", + "nightvisiontarrow": "night_vision_tipped_arrow", + "nightvisiontippedarrow": "night_vision_tipped_arrow", + "nightvtarr": "night_vision_tipped_arrow", + "nightvtarrow": "night_vision_tipped_arrow", + "nightvtippedarrow": "night_vision_tipped_arrow", + "nvarrow": "night_vision_tipped_arrow", + "nvisionarrow": "night_vision_tipped_arrow", + "nvisiontarr": "night_vision_tipped_arrow", + "nvisiontarrow": "night_vision_tipped_arrow", + "nvisiontippedarrow": "night_vision_tipped_arrow", + "nvtarr": "night_vision_tipped_arrow", + "nvtarrow": "night_vision_tipped_arrow", + "nvtippedarrow": "night_vision_tipped_arrow", + "note_block": { + "material": "NOTE_BLOCK" + }, + "mblock": "note_block", + "minecraft:note_block": "note_block", + "musicblock": "note_block", + "nblock": "note_block", + "noteblock": "note_block", + "oak_boat": { + "material": "OAK_BOAT" + }, + "boato": "oak_boat", + "boatoak": "oak_boat", + "minecraft:oak_boat": "oak_boat", + "oakboat": "oak_boat", + "oakraft": "oak_boat", + "oboat": "oak_boat", + "oraft": "oak_boat", + "oak_button": { + "material": "OAK_BUTTON" + }, + "buttono": "oak_button", + "buttonoak": "oak_button", + "minecraft:oak_button": "oak_button", + "oakbutton": "oak_button", + "obutton": "oak_button", + "oak_chest_boat": { + "material": "OAK_CHEST_BOAT" + }, + "minecraft:oak_chest_boat": "oak_chest_boat", + "oakchboat": "oak_chest_boat", + "oakchestboat": "oak_chest_boat", + "ochboat": "oak_chest_boat", + "oak_door": { + "material": "OAK_DOOR" + }, + "minecraft:oak_door": "oak_door", + "oakdoor": "oak_door", + "odoor": "oak_door", + "oak_fence": { + "material": "OAK_FENCE" + }, + "minecraft:oak_fence": "oak_fence", + "oakfence": "oak_fence", + "ofence": "oak_fence", + "oak_fence_gate": { + "material": "OAK_FENCE_GATE" + }, + "gateo": "oak_fence_gate", + "gateoak": "oak_fence_gate", + "minecraft:oak_fence_gate": "oak_fence_gate", + "oakfencegate": "oak_fence_gate", + "oakgate": "oak_fence_gate", + "ofencegate": "oak_fence_gate", + "ogate": "oak_fence_gate", + "oak_hanging_sign": { + "material": "OAK_HANGING_SIGN" + }, + "minecraft:oak_hanging_sign": "oak_hanging_sign", + "oakhangingsign": "oak_hanging_sign", + "oakhangsign": "oak_hanging_sign", + "oakhsign": "oak_hanging_sign", + "ohangsign": "oak_hanging_sign", + "ohsign": "oak_hanging_sign", + "oak_leaves": { + "material": "OAK_LEAVES" + }, + "leafo": "oak_leaves", + "leafoak": "oak_leaves", + "leaveso": "oak_leaves", + "leavesoak": "oak_leaves", + "minecraft:oak_leaves": "oak_leaves", + "oakleaf": "oak_leaves", + "oakleave": "oak_leaves", + "oakleaves": "oak_leaves", + "oaklogleaf": "oak_leaves", + "oaklogleave": "oak_leaves", + "oaklogleaves": "oak_leaves", + "oaktreeleaf": "oak_leaves", + "oaktreeleave": "oak_leaves", + "oaktreeleaves": "oak_leaves", + "oaktrunkleaf": "oak_leaves", + "oaktrunkleave": "oak_leaves", + "oaktrunkleaves": "oak_leaves", + "oakwoodleaf": "oak_leaves", + "oakwoodleave": "oak_leaves", + "oakwoodleaves": "oak_leaves", + "oleaf": "oak_leaves", + "oleave": "oak_leaves", + "oleaves": "oak_leaves", + "ologleaf": "oak_leaves", + "ologleave": "oak_leaves", + "ologleaves": "oak_leaves", + "otreeleaf": "oak_leaves", + "otreeleave": "oak_leaves", + "otreeleaves": "oak_leaves", + "otrunkleaf": "oak_leaves", + "otrunkleave": "oak_leaves", + "otrunkleaves": "oak_leaves", + "owoodleaf": "oak_leaves", + "owoodleave": "oak_leaves", + "owoodleaves": "oak_leaves", + "oak_log": { + "material": "OAK_LOG" + }, + "logo": "oak_log", + "logoak": "oak_log", + "minecraft:oak_log": "oak_log", + "oaklog": "oak_log", + "oaktree": "oak_log", + "oaktrunk": "oak_log", + "olog": "oak_log", + "otree": "oak_log", + "otrunk": "oak_log", + "oak_planks": { + "material": "OAK_PLANKS" + }, + "minecraft:oak_planks": "oak_planks", + "oakplank": "oak_planks", + "oakplanks": "oak_planks", + "oakplankw": "oak_planks", + "oakplankwood": "oak_planks", + "oakplankwooden": "oak_planks", + "oakwoodenplank": "oak_planks", + "oakwoodplank": "oak_planks", + "oakwplank": "oak_planks", + "oplank": "oak_planks", + "oplankw": "oak_planks", + "oplankwood": "oak_planks", + "oplankwooden": "oak_planks", + "owoodenplank": "oak_planks", + "owoodplank": "oak_planks", + "owplank": "oak_planks", + "oak_pressure_plate": { + "material": "OAK_PRESSURE_PLATE" + }, + "minecraft:oak_pressure_plate": "oak_pressure_plate", + "oakplate": "oak_pressure_plate", + "oakpplate": "oak_pressure_plate", + "oakpressplate": "oak_pressure_plate", + "oakpressureplate": "oak_pressure_plate", + "oplate": "oak_pressure_plate", + "opplate": "oak_pressure_plate", + "opressplate": "oak_pressure_plate", + "opressureplate": "oak_pressure_plate", + "plateo": "oak_pressure_plate", + "plateoak": "oak_pressure_plate", + "oak_sapling": { + "material": "OAK_SAPLING" + }, + "minecraft:oak_sapling": "oak_sapling", + "oaklogsapling": "oak_sapling", + "oaksapling": "oak_sapling", + "oaktreesapling": "oak_sapling", + "oaktrunksapling": "oak_sapling", + "oakwoodsapling": "oak_sapling", + "ologsapling": "oak_sapling", + "osapling": "oak_sapling", + "otreesapling": "oak_sapling", + "otrunksapling": "oak_sapling", + "owoodsapling": "oak_sapling", + "oak_sign": { + "material": "OAK_SIGN", + "fallbacks": [ + "SIGN" + ] + }, + "minecraft:oak_sign": "oak_sign", + "oaksign": "oak_sign", + "osign": "oak_sign", + "oak_slab": { + "material": "OAK_SLAB" + }, + "minecraft:oak_slab": "oak_slab", + "oakhalfblock": "oak_slab", + "oakslab": "oak_slab", + "oakstep": "oak_slab", + "oakwhalfblock": "oak_slab", + "oakwoodenhalfblock": "oak_slab", + "oakwoodenslab": "oak_slab", + "oakwoodenstep": "oak_slab", + "oakwoodhalfblock": "oak_slab", + "oakwoodslab": "oak_slab", + "oakwoodstep": "oak_slab", + "oakwslab": "oak_slab", + "oakwstep": "oak_slab", + "ohalfblock": "oak_slab", + "ostep": "oak_slab", + "owhalfblock": "oak_slab", + "owoodenhalfblock": "oak_slab", + "owoodenslab": "oak_slab", + "owoodenstep": "oak_slab", + "owoodhalfblock": "oak_slab", + "owoodslab": "oak_slab", + "owoodstep": "oak_slab", + "owslab": "oak_slab", + "owstep": "oak_slab", + "oak_stairs": { + "material": "OAK_STAIRS" + }, + "minecraft:oak_stairs": "oak_stairs", + "oakstair": "oak_stairs", + "oakstairs": "oak_stairs", + "oakwoodenstair": "oak_stairs", + "oakwoodenstairs": "oak_stairs", + "oakwoodstair": "oak_stairs", + "oakwoodstairs": "oak_stairs", + "oakwstair": "oak_stairs", + "oakwstairs": "oak_stairs", + "ostair": "oak_stairs", + "owoodenstair": "oak_stairs", + "owoodenstairs": "oak_stairs", + "owoodstair": "oak_stairs", + "owoodstairs": "oak_stairs", + "owstair": "oak_stairs", + "owstairs": "oak_stairs", + "oak_trapdoor": { + "material": "OAK_TRAPDOOR" + }, + "minecraft:oak_trapdoor": "oak_trapdoor", + "oakdoort": "oak_trapdoor", + "oakdoortrap": "oak_trapdoor", + "oakdtrap": "oak_trapdoor", + "oakhatch": "oak_trapdoor", + "oaktdoor": "oak_trapdoor", + "oaktrapd": "oak_trapdoor", + "oaktrapdoor": "oak_trapdoor", + "odoort": "oak_trapdoor", + "odoortrap": "oak_trapdoor", + "odtrap": "oak_trapdoor", + "ohatch": "oak_trapdoor", + "otdoor": "oak_trapdoor", + "otrapd": "oak_trapdoor", + "otrapdoor": "oak_trapdoor", + "oak_wood": { + "material": "OAK_WOOD" + }, + "minecraft:oak_wood": "oak_wood", + "oaklogall": "oak_wood", + "oaktreeall": "oak_wood", + "oaktrunkall": "oak_wood", + "oakwood": "oak_wood", + "ologall": "oak_wood", + "otreeall": "oak_wood", + "otrunkall": "oak_wood", + "owood": "oak_wood", + "woodo": "oak_wood", + "woodoak": "oak_wood", + "observer": { + "material": "OBSERVER" + }, + "minecraft:observer": "observer", + "obsidian": { + "material": "OBSIDIAN" + }, + "minecraft:obsidian": "obsidian", + "obby": "obsidian", + "obsi": "obsidian", + "ocelot_spawn_egg": { + "material": "OCELOT_SPAWN_EGG" + }, + "eggocelot": "ocelot_spawn_egg", + "eggwildcat": "ocelot_spawn_egg", + "minecraft:ocelot_spawn_egg": "ocelot_spawn_egg", + "ocelotegg": "ocelot_spawn_egg", + "ocelotsegg": "ocelot_spawn_egg", + "ocelotspawn": "ocelot_spawn_egg", + "ocelotspawnegg": "ocelot_spawn_egg", + "seggocelot": "ocelot_spawn_egg", + "seggwildcat": "ocelot_spawn_egg", + "spawneggocelot": "ocelot_spawn_egg", + "spawneggwildcat": "ocelot_spawn_egg", + "spawnocelot": "ocelot_spawn_egg", + "spawnwildcat": "ocelot_spawn_egg", + "wildcategg": "ocelot_spawn_egg", + "wildcatsegg": "ocelot_spawn_egg", + "wildcatspawn": "ocelot_spawn_egg", + "wildcatspawnegg": "ocelot_spawn_egg", + "ocelot_spawner": { + "entity": "OCELOT", + "material": "SPAWNER" + }, + "ocelotcage": "ocelot_spawner", + "ocelotmcage": "ocelot_spawner", + "ocelotmobcage": "ocelot_spawner", + "ocelotmobspawner": "ocelot_spawner", + "ocelotmonstercage": "ocelot_spawner", + "ocelotmonsterspawner": "ocelot_spawner", + "ocelotmspawner": "ocelot_spawner", + "ocelotspawner": "ocelot_spawner", + "wildcatcage": "ocelot_spawner", + "wildcatmcage": "ocelot_spawner", + "wildcatmobcage": "ocelot_spawner", + "wildcatmobspawner": "ocelot_spawner", + "wildcatmonstercage": "ocelot_spawner", + "wildcatmonsterspawner": "ocelot_spawner", + "wildcatmspawner": "ocelot_spawner", + "wildcatspawner": "ocelot_spawner", + "ochre_froglight": { + "material": "OCHRE_FROGLIGHT" + }, + "minecraft:ochre_froglight": "ochre_froglight", + "ocfroglight": "ochre_froglight", + "ochrefroglight": "ochre_froglight", + "ochrelight": "ochre_froglight", + "ofroglight": "ochre_froglight", + "olight": "ochre_froglight", + "orange_banner": { + "material": "ORANGE_BANNER" + }, + "minecraft:orange_banner": "orange_banner", + "obanner": "orange_banner", + "orangebanner": "orange_banner", + "orange_bed": { + "material": "ORANGE_BED" + }, + "minecraft:orange_bed": "orange_bed", + "obed": "orange_bed", + "orangebed": "orange_bed", + "orange_candle": { + "material": "ORANGE_CANDLE" + }, + "minecraft:orange_candle": "orange_candle", + "ocandle": "orange_candle", + "orangecandle": "orange_candle", + "orange_carpet": { + "material": "ORANGE_CARPET" + }, + "minecraft:orange_carpet": "orange_carpet", + "ocarpet": "orange_carpet", + "ofloor": "orange_carpet", + "orangecarpet": "orange_carpet", + "orangefloor": "orange_carpet", + "orange_concrete": { + "material": "ORANGE_CONCRETE" + }, + "minecraft:orange_concrete": "orange_concrete", + "oconcrete": "orange_concrete", + "orangeconcrete": "orange_concrete", + "orange_concrete_powder": { + "material": "ORANGE_CONCRETE_POWDER" + }, + "minecraft:orange_concrete_powder": "orange_concrete_powder", + "ocdust": "orange_concrete_powder", + "oconcretepowder": "orange_concrete_powder", + "oconcretesand": "orange_concrete_powder", + "ocp": "orange_concrete_powder", + "ocpowder": "orange_concrete_powder", + "orangecdust": "orange_concrete_powder", + "orangeconcretepowder": "orange_concrete_powder", + "orangeconcretesand": "orange_concrete_powder", + "orangecp": "orange_concrete_powder", + "orangecpowder": "orange_concrete_powder", + "orange_dye": { + "material": "ORANGE_DYE" + }, + "minecraft:orange_dye": "orange_dye", + "odye": "orange_dye", + "orangedye": "orange_dye", + "orange_glazed_terracotta": { + "material": "ORANGE_GLAZED_TERRACOTTA" + }, + "minecraft:orange_glazed_terracotta": "orange_glazed_terracotta", + "oglazedtcota": "orange_glazed_terracotta", + "oglazedterra": "orange_glazed_terracotta", + "oglazedterracota": "orange_glazed_terracotta", + "oglazedterracotta": "orange_glazed_terracotta", + "ogtcotta": "orange_glazed_terracotta", + "ogterra": "orange_glazed_terracotta", + "orangeglazedtcota": "orange_glazed_terracotta", + "orangeglazedterra": "orange_glazed_terracotta", + "orangeglazedterracota": "orange_glazed_terracotta", + "orangeglazedterracotta": "orange_glazed_terracotta", + "orangegtcotta": "orange_glazed_terracotta", + "orangegterra": "orange_glazed_terracotta", + "orange_shulker_box": { + "material": "ORANGE_SHULKER_BOX" + }, + "minecraft:orange_shulker_box": "orange_shulker_box", + "orangesbox": "orange_shulker_box", + "orangeshulkerbox": "orange_shulker_box", + "osbox": "orange_shulker_box", + "oshulkerbox": "orange_shulker_box", + "orange_stained_glass": { + "material": "ORANGE_STAINED_GLASS" + }, + "minecraft:orange_stained_glass": "orange_stained_glass", + "oglass": "orange_stained_glass", + "orangeglass": "orange_stained_glass", + "orangesglass": "orange_stained_glass", + "orangestainedglass": "orange_stained_glass", + "osglass": "orange_stained_glass", + "ostainedglass": "orange_stained_glass", + "orange_stained_glass_pane": { + "material": "ORANGE_STAINED_GLASS_PANE" + }, + "minecraft:orange_stained_glass_pane": "orange_stained_glass_pane", + "oglasspane": "orange_stained_glass_pane", + "ogpane": "orange_stained_glass_pane", + "orangeglasspane": "orange_stained_glass_pane", + "orangegpane": "orange_stained_glass_pane", + "orangesglasspane": "orange_stained_glass_pane", + "orangestainedglasspane": "orange_stained_glass_pane", + "osglasspane": "orange_stained_glass_pane", + "ostainedglasspane": "orange_stained_glass_pane", + "orange_terracotta": { + "material": "ORANGE_TERRACOTTA" + }, + "minecraft:orange_terracotta": "orange_terracotta", + "oclay": "orange_terracotta", + "orangeclay": "orange_terracotta", + "orangesclay": "orange_terracotta", + "orangestainedclay": "orange_terracotta", + "orangetcota": "orange_terracotta", + "orangeterra": "orange_terracotta", + "orangeterracota": "orange_terracotta", + "orangeterracotta": "orange_terracotta", + "osclay": "orange_terracotta", + "ostainedclay": "orange_terracotta", + "otcota": "orange_terracotta", + "oterra": "orange_terracotta", + "oterracota": "orange_terracotta", + "oterracotta": "orange_terracotta", + "orange_tulip": { + "material": "ORANGE_TULIP" + }, + "minecraft:orange_tulip": "orange_tulip", + "orangetulip": "orange_tulip", + "otulip": "orange_tulip", + "tulipo": "orange_tulip", + "tuliporange": "orange_tulip", + "orange_wool": { + "material": "ORANGE_WOOL" + }, + "minecraft:orange_wool": "orange_wool", + "ocloth": "orange_wool", + "ocotton": "orange_wool", + "orangecloth": "orange_wool", + "orangecotton": "orange_wool", + "orangewool": "orange_wool", + "owool": "orange_wool", + "oxeye_daisy": { + "material": "OXEYE_DAISY" + }, + "daisy": "oxeye_daisy", + "daisymoon": "oxeye_daisy", + "daisyoxeye": "oxeye_daisy", + "lgrayoxeye": "oxeye_daisy", + "lgreyoxeye": "oxeye_daisy", + "lightgrayoxeye": "oxeye_daisy", + "lightgreyoxeye": "oxeye_daisy", + "minecraft:oxeye_daisy": "oxeye_daisy", + "moondaisy": "oxeye_daisy", + "oxeye": "oxeye_daisy", + "oxeyedaisy": "oxeye_daisy", + "oxidized_copper": { + "material": "OXIDIZED_COPPER" + }, + "minecraft:oxidized_copper": "oxidized_copper", + "oxicoblock": "oxidized_copper", + "oxicopblock": "oxidized_copper", + "oxicopperblock": "oxidized_copper", + "oxidisedcoblock": "oxidized_copper", + "oxidisedcopblock": "oxidized_copper", + "oxidisedcopperblock": "oxidized_copper", + "oxidizedcoblock": "oxidized_copper", + "oxidizedcopblock": "oxidized_copper", + "oxidizedcopper": "oxidized_copper", + "oxidizedcopperblock": "oxidized_copper", + "oxycoblock": "oxidized_copper", + "oxycopblock": "oxidized_copper", + "oxycopperblock": "oxidized_copper", + "oxidized_cut_copper": { + "material": "OXIDIZED_CUT_COPPER" + }, + "coxicoblock": "oxidized_cut_copper", + "coxicopblock": "oxidized_cut_copper", + "coxicopperblock": "oxidized_cut_copper", + "coxidisedcoblock": "oxidized_cut_copper", + "coxidisedcopblock": "oxidized_cut_copper", + "coxidisedcopperblock": "oxidized_cut_copper", + "coxidizedcoblock": "oxidized_cut_copper", + "coxidizedcopblock": "oxidized_cut_copper", + "coxidizedcopperblock": "oxidized_cut_copper", + "coxycoblock": "oxidized_cut_copper", + "coxycopblock": "oxidized_cut_copper", + "coxycopperblock": "oxidized_cut_copper", + "cutoxicoblock": "oxidized_cut_copper", + "cutoxicopblock": "oxidized_cut_copper", + "cutoxicopperblock": "oxidized_cut_copper", + "cutoxidisedcoblock": "oxidized_cut_copper", + "cutoxidisedcopblock": "oxidized_cut_copper", + "cutoxidisedcopperblock": "oxidized_cut_copper", + "cutoxidizedcoblock": "oxidized_cut_copper", + "cutoxidizedcopblock": "oxidized_cut_copper", + "cutoxidizedcopperblock": "oxidized_cut_copper", + "cutoxycoblock": "oxidized_cut_copper", + "cutoxycopblock": "oxidized_cut_copper", + "cutoxycopperblock": "oxidized_cut_copper", + "minecraft:oxidized_cut_copper": "oxidized_cut_copper", + "oxiccoblock": "oxidized_cut_copper", + "oxiccopblock": "oxidized_cut_copper", + "oxiccopperblock": "oxidized_cut_copper", + "oxicutcoblock": "oxidized_cut_copper", + "oxicutcopblock": "oxidized_cut_copper", + "oxicutcopperblock": "oxidized_cut_copper", + "oxidisedccoblock": "oxidized_cut_copper", + "oxidisedccopblock": "oxidized_cut_copper", + "oxidisedccopperblock": "oxidized_cut_copper", + "oxidisedcutcoblock": "oxidized_cut_copper", + "oxidisedcutcopblock": "oxidized_cut_copper", + "oxidisedcutcopperblock": "oxidized_cut_copper", + "oxidizedccoblock": "oxidized_cut_copper", + "oxidizedccopblock": "oxidized_cut_copper", + "oxidizedccopperblock": "oxidized_cut_copper", + "oxidizedcutcoblock": "oxidized_cut_copper", + "oxidizedcutcopblock": "oxidized_cut_copper", + "oxidizedcutcopper": "oxidized_cut_copper", + "oxidizedcutcopperblock": "oxidized_cut_copper", + "oxyccoblock": "oxidized_cut_copper", + "oxyccopblock": "oxidized_cut_copper", + "oxyccopperblock": "oxidized_cut_copper", + "oxycutcoblock": "oxidized_cut_copper", + "oxycutcopblock": "oxidized_cut_copper", + "oxycutcopperblock": "oxidized_cut_copper", + "oxidized_cut_copper_slab": { + "material": "OXIDIZED_CUT_COPPER_SLAB" + }, + "coxicohalfblock": "oxidized_cut_copper_slab", + "coxicophalfblock": "oxidized_cut_copper_slab", + "coxicopperhalfblock": "oxidized_cut_copper_slab", + "coxicoppersl": "oxidized_cut_copper_slab", + "coxicopperslab": "oxidized_cut_copper_slab", + "coxicopperstep": "oxidized_cut_copper_slab", + "coxicopsl": "oxidized_cut_copper_slab", + "coxicopslab": "oxidized_cut_copper_slab", + "coxicopstep": "oxidized_cut_copper_slab", + "coxicosl": "oxidized_cut_copper_slab", + "coxicoslab": "oxidized_cut_copper_slab", + "coxicostep": "oxidized_cut_copper_slab", + "coxidisedcohalfblock": "oxidized_cut_copper_slab", + "coxidisedcophalfblock": "oxidized_cut_copper_slab", + "coxidisedcopperhalfblock": "oxidized_cut_copper_slab", + "coxidisedcoppersl": "oxidized_cut_copper_slab", + "coxidisedcopperslab": "oxidized_cut_copper_slab", + "coxidisedcopperstep": "oxidized_cut_copper_slab", + "coxidisedcopsl": "oxidized_cut_copper_slab", + "coxidisedcopslab": "oxidized_cut_copper_slab", + "coxidisedcopstep": "oxidized_cut_copper_slab", + "coxidisedcosl": "oxidized_cut_copper_slab", + "coxidisedcoslab": "oxidized_cut_copper_slab", + "coxidisedcostep": "oxidized_cut_copper_slab", + "coxidizedcohalfblock": "oxidized_cut_copper_slab", + "coxidizedcophalfblock": "oxidized_cut_copper_slab", + "coxidizedcopperhalfblock": "oxidized_cut_copper_slab", + "coxidizedcoppersl": "oxidized_cut_copper_slab", + "coxidizedcopperslab": "oxidized_cut_copper_slab", + "coxidizedcopperstep": "oxidized_cut_copper_slab", + "coxidizedcopsl": "oxidized_cut_copper_slab", + "coxidizedcopslab": "oxidized_cut_copper_slab", + "coxidizedcopstep": "oxidized_cut_copper_slab", + "coxidizedcosl": "oxidized_cut_copper_slab", + "coxidizedcoslab": "oxidized_cut_copper_slab", + "coxidizedcostep": "oxidized_cut_copper_slab", + "coxycohalfblock": "oxidized_cut_copper_slab", + "coxycophalfblock": "oxidized_cut_copper_slab", + "coxycopperhalfblock": "oxidized_cut_copper_slab", + "coxycoppersl": "oxidized_cut_copper_slab", + "coxycopperslab": "oxidized_cut_copper_slab", + "coxycopperstep": "oxidized_cut_copper_slab", + "coxycopsl": "oxidized_cut_copper_slab", + "coxycopslab": "oxidized_cut_copper_slab", + "coxycopstep": "oxidized_cut_copper_slab", + "coxycosl": "oxidized_cut_copper_slab", + "coxycoslab": "oxidized_cut_copper_slab", + "coxycostep": "oxidized_cut_copper_slab", + "cutoxicohalfblock": "oxidized_cut_copper_slab", + "cutoxicophalfblock": "oxidized_cut_copper_slab", + "cutoxicopperhalfblock": "oxidized_cut_copper_slab", + "cutoxicoppersl": "oxidized_cut_copper_slab", + "cutoxicopperslab": "oxidized_cut_copper_slab", + "cutoxicopperstep": "oxidized_cut_copper_slab", + "cutoxicopsl": "oxidized_cut_copper_slab", + "cutoxicopslab": "oxidized_cut_copper_slab", + "cutoxicopstep": "oxidized_cut_copper_slab", + "cutoxicosl": "oxidized_cut_copper_slab", + "cutoxicoslab": "oxidized_cut_copper_slab", + "cutoxicostep": "oxidized_cut_copper_slab", + "cutoxidisedcohalfblock": "oxidized_cut_copper_slab", + "cutoxidisedcophalfblock": "oxidized_cut_copper_slab", + "cutoxidisedcopperhalfblock": "oxidized_cut_copper_slab", + "cutoxidisedcoppersl": "oxidized_cut_copper_slab", + "cutoxidisedcopperslab": "oxidized_cut_copper_slab", + "cutoxidisedcopperstep": "oxidized_cut_copper_slab", + "cutoxidisedcopsl": "oxidized_cut_copper_slab", + "cutoxidisedcopslab": "oxidized_cut_copper_slab", + "cutoxidisedcopstep": "oxidized_cut_copper_slab", + "cutoxidisedcosl": "oxidized_cut_copper_slab", + "cutoxidisedcoslab": "oxidized_cut_copper_slab", + "cutoxidisedcostep": "oxidized_cut_copper_slab", + "cutoxidizedcohalfblock": "oxidized_cut_copper_slab", + "cutoxidizedcophalfblock": "oxidized_cut_copper_slab", + "cutoxidizedcopperhalfblock": "oxidized_cut_copper_slab", + "cutoxidizedcoppersl": "oxidized_cut_copper_slab", + "cutoxidizedcopperslab": "oxidized_cut_copper_slab", + "cutoxidizedcopperstep": "oxidized_cut_copper_slab", + "cutoxidizedcopsl": "oxidized_cut_copper_slab", + "cutoxidizedcopslab": "oxidized_cut_copper_slab", + "cutoxidizedcopstep": "oxidized_cut_copper_slab", + "cutoxidizedcosl": "oxidized_cut_copper_slab", + "cutoxidizedcoslab": "oxidized_cut_copper_slab", + "cutoxidizedcostep": "oxidized_cut_copper_slab", + "cutoxycohalfblock": "oxidized_cut_copper_slab", + "cutoxycophalfblock": "oxidized_cut_copper_slab", + "cutoxycopperhalfblock": "oxidized_cut_copper_slab", + "cutoxycoppersl": "oxidized_cut_copper_slab", + "cutoxycopperslab": "oxidized_cut_copper_slab", + "cutoxycopperstep": "oxidized_cut_copper_slab", + "cutoxycopsl": "oxidized_cut_copper_slab", + "cutoxycopslab": "oxidized_cut_copper_slab", + "cutoxycopstep": "oxidized_cut_copper_slab", + "cutoxycosl": "oxidized_cut_copper_slab", + "cutoxycoslab": "oxidized_cut_copper_slab", + "cutoxycostep": "oxidized_cut_copper_slab", + "minecraft:oxidized_cut_copper_slab": "oxidized_cut_copper_slab", + "oxiccohalfblock": "oxidized_cut_copper_slab", + "oxiccophalfblock": "oxidized_cut_copper_slab", + "oxiccopperhalfblock": "oxidized_cut_copper_slab", + "oxiccoppersl": "oxidized_cut_copper_slab", + "oxiccopperslab": "oxidized_cut_copper_slab", + "oxiccopperstep": "oxidized_cut_copper_slab", + "oxiccopsl": "oxidized_cut_copper_slab", + "oxiccopslab": "oxidized_cut_copper_slab", + "oxiccopstep": "oxidized_cut_copper_slab", + "oxiccosl": "oxidized_cut_copper_slab", + "oxiccoslab": "oxidized_cut_copper_slab", + "oxiccostep": "oxidized_cut_copper_slab", + "oxicutcohalfblock": "oxidized_cut_copper_slab", + "oxicutcophalfblock": "oxidized_cut_copper_slab", + "oxicutcopperhalfblock": "oxidized_cut_copper_slab", + "oxicutcoppersl": "oxidized_cut_copper_slab", + "oxicutcopperslab": "oxidized_cut_copper_slab", + "oxicutcopperstep": "oxidized_cut_copper_slab", + "oxicutcopsl": "oxidized_cut_copper_slab", + "oxicutcopslab": "oxidized_cut_copper_slab", + "oxicutcopstep": "oxidized_cut_copper_slab", + "oxicutcosl": "oxidized_cut_copper_slab", + "oxicutcoslab": "oxidized_cut_copper_slab", + "oxicutcostep": "oxidized_cut_copper_slab", + "oxidisedccohalfblock": "oxidized_cut_copper_slab", + "oxidisedccophalfblock": "oxidized_cut_copper_slab", + "oxidisedccopperhalfblock": "oxidized_cut_copper_slab", + "oxidisedccoppersl": "oxidized_cut_copper_slab", + "oxidisedccopperslab": "oxidized_cut_copper_slab", + "oxidisedccopperstep": "oxidized_cut_copper_slab", + "oxidisedccopsl": "oxidized_cut_copper_slab", + "oxidisedccopslab": "oxidized_cut_copper_slab", + "oxidisedccopstep": "oxidized_cut_copper_slab", + "oxidisedccosl": "oxidized_cut_copper_slab", + "oxidisedccoslab": "oxidized_cut_copper_slab", + "oxidisedccostep": "oxidized_cut_copper_slab", + "oxidisedcutcohalfblock": "oxidized_cut_copper_slab", + "oxidisedcutcophalfblock": "oxidized_cut_copper_slab", + "oxidisedcutcopperhalfblock": "oxidized_cut_copper_slab", + "oxidisedcutcoppersl": "oxidized_cut_copper_slab", + "oxidisedcutcopperslab": "oxidized_cut_copper_slab", + "oxidisedcutcopperstep": "oxidized_cut_copper_slab", + "oxidisedcutcopsl": "oxidized_cut_copper_slab", + "oxidisedcutcopslab": "oxidized_cut_copper_slab", + "oxidisedcutcopstep": "oxidized_cut_copper_slab", + "oxidisedcutcosl": "oxidized_cut_copper_slab", + "oxidisedcutcoslab": "oxidized_cut_copper_slab", + "oxidisedcutcostep": "oxidized_cut_copper_slab", + "oxidizedccohalfblock": "oxidized_cut_copper_slab", + "oxidizedccophalfblock": "oxidized_cut_copper_slab", + "oxidizedccopperhalfblock": "oxidized_cut_copper_slab", + "oxidizedccoppersl": "oxidized_cut_copper_slab", + "oxidizedccopperslab": "oxidized_cut_copper_slab", + "oxidizedccopperstep": "oxidized_cut_copper_slab", + "oxidizedccopsl": "oxidized_cut_copper_slab", + "oxidizedccopslab": "oxidized_cut_copper_slab", + "oxidizedccopstep": "oxidized_cut_copper_slab", + "oxidizedccosl": "oxidized_cut_copper_slab", + "oxidizedccoslab": "oxidized_cut_copper_slab", + "oxidizedccostep": "oxidized_cut_copper_slab", + "oxidizedcutcohalfblock": "oxidized_cut_copper_slab", + "oxidizedcutcophalfblock": "oxidized_cut_copper_slab", + "oxidizedcutcopperhalfblock": "oxidized_cut_copper_slab", + "oxidizedcutcoppersl": "oxidized_cut_copper_slab", + "oxidizedcutcopperslab": "oxidized_cut_copper_slab", + "oxidizedcutcopperstep": "oxidized_cut_copper_slab", + "oxidizedcutcopsl": "oxidized_cut_copper_slab", + "oxidizedcutcopslab": "oxidized_cut_copper_slab", + "oxidizedcutcopstep": "oxidized_cut_copper_slab", + "oxidizedcutcosl": "oxidized_cut_copper_slab", + "oxidizedcutcoslab": "oxidized_cut_copper_slab", + "oxidizedcutcostep": "oxidized_cut_copper_slab", + "oxyccohalfblock": "oxidized_cut_copper_slab", + "oxyccophalfblock": "oxidized_cut_copper_slab", + "oxyccopperhalfblock": "oxidized_cut_copper_slab", + "oxyccoppersl": "oxidized_cut_copper_slab", + "oxyccopperslab": "oxidized_cut_copper_slab", + "oxyccopperstep": "oxidized_cut_copper_slab", + "oxyccopsl": "oxidized_cut_copper_slab", + "oxyccopslab": "oxidized_cut_copper_slab", + "oxyccopstep": "oxidized_cut_copper_slab", + "oxyccosl": "oxidized_cut_copper_slab", + "oxyccoslab": "oxidized_cut_copper_slab", + "oxyccostep": "oxidized_cut_copper_slab", + "oxycutcohalfblock": "oxidized_cut_copper_slab", + "oxycutcophalfblock": "oxidized_cut_copper_slab", + "oxycutcopperhalfblock": "oxidized_cut_copper_slab", + "oxycutcoppersl": "oxidized_cut_copper_slab", + "oxycutcopperslab": "oxidized_cut_copper_slab", + "oxycutcopperstep": "oxidized_cut_copper_slab", + "oxycutcopsl": "oxidized_cut_copper_slab", + "oxycutcopslab": "oxidized_cut_copper_slab", + "oxycutcopstep": "oxidized_cut_copper_slab", + "oxycutcosl": "oxidized_cut_copper_slab", + "oxycutcoslab": "oxidized_cut_copper_slab", + "oxycutcostep": "oxidized_cut_copper_slab", + "oxidized_cut_copper_stairs": { + "material": "OXIDIZED_CUT_COPPER_STAIRS" + }, + "coxicopperstair": "oxidized_cut_copper_stairs", + "coxicopperstairs": "oxidized_cut_copper_stairs", + "coxicopstair": "oxidized_cut_copper_stairs", + "coxicopstairs": "oxidized_cut_copper_stairs", + "coxicostair": "oxidized_cut_copper_stairs", + "coxicostairs": "oxidized_cut_copper_stairs", + "coxidisedcopperstair": "oxidized_cut_copper_stairs", + "coxidisedcopperstairs": "oxidized_cut_copper_stairs", + "coxidisedcopstair": "oxidized_cut_copper_stairs", + "coxidisedcopstairs": "oxidized_cut_copper_stairs", + "coxidisedcostair": "oxidized_cut_copper_stairs", + "coxidisedcostairs": "oxidized_cut_copper_stairs", + "coxidizedcopperstair": "oxidized_cut_copper_stairs", + "coxidizedcopperstairs": "oxidized_cut_copper_stairs", + "coxidizedcopstair": "oxidized_cut_copper_stairs", + "coxidizedcopstairs": "oxidized_cut_copper_stairs", + "coxidizedcostair": "oxidized_cut_copper_stairs", + "coxidizedcostairs": "oxidized_cut_copper_stairs", + "coxycopperstair": "oxidized_cut_copper_stairs", + "coxycopperstairs": "oxidized_cut_copper_stairs", + "coxycopstair": "oxidized_cut_copper_stairs", + "coxycopstairs": "oxidized_cut_copper_stairs", + "coxycostair": "oxidized_cut_copper_stairs", + "coxycostairs": "oxidized_cut_copper_stairs", + "cutoxicopperstair": "oxidized_cut_copper_stairs", + "cutoxicopperstairs": "oxidized_cut_copper_stairs", + "cutoxicopstair": "oxidized_cut_copper_stairs", + "cutoxicopstairs": "oxidized_cut_copper_stairs", + "cutoxicostair": "oxidized_cut_copper_stairs", + "cutoxicostairs": "oxidized_cut_copper_stairs", + "cutoxidisedcopperstair": "oxidized_cut_copper_stairs", + "cutoxidisedcopperstairs": "oxidized_cut_copper_stairs", + "cutoxidisedcopstair": "oxidized_cut_copper_stairs", + "cutoxidisedcopstairs": "oxidized_cut_copper_stairs", + "cutoxidisedcostair": "oxidized_cut_copper_stairs", + "cutoxidisedcostairs": "oxidized_cut_copper_stairs", + "cutoxidizedcopperstair": "oxidized_cut_copper_stairs", + "cutoxidizedcopperstairs": "oxidized_cut_copper_stairs", + "cutoxidizedcopstair": "oxidized_cut_copper_stairs", + "cutoxidizedcopstairs": "oxidized_cut_copper_stairs", + "cutoxidizedcostair": "oxidized_cut_copper_stairs", + "cutoxidizedcostairs": "oxidized_cut_copper_stairs", + "cutoxycopperstair": "oxidized_cut_copper_stairs", + "cutoxycopperstairs": "oxidized_cut_copper_stairs", + "cutoxycopstair": "oxidized_cut_copper_stairs", + "cutoxycopstairs": "oxidized_cut_copper_stairs", + "cutoxycostair": "oxidized_cut_copper_stairs", + "cutoxycostairs": "oxidized_cut_copper_stairs", + "minecraft:oxidized_cut_copper_stairs": "oxidized_cut_copper_stairs", + "oxiccopperstair": "oxidized_cut_copper_stairs", + "oxiccopperstairs": "oxidized_cut_copper_stairs", + "oxiccopstair": "oxidized_cut_copper_stairs", + "oxiccopstairs": "oxidized_cut_copper_stairs", + "oxiccostair": "oxidized_cut_copper_stairs", + "oxiccostairs": "oxidized_cut_copper_stairs", + "oxicutcopperstair": "oxidized_cut_copper_stairs", + "oxicutcopperstairs": "oxidized_cut_copper_stairs", + "oxicutcopstair": "oxidized_cut_copper_stairs", + "oxicutcopstairs": "oxidized_cut_copper_stairs", + "oxicutcostair": "oxidized_cut_copper_stairs", + "oxicutcostairs": "oxidized_cut_copper_stairs", + "oxidisedccopperstair": "oxidized_cut_copper_stairs", + "oxidisedccopperstairs": "oxidized_cut_copper_stairs", + "oxidisedccopstair": "oxidized_cut_copper_stairs", + "oxidisedccopstairs": "oxidized_cut_copper_stairs", + "oxidisedccostair": "oxidized_cut_copper_stairs", + "oxidisedccostairs": "oxidized_cut_copper_stairs", + "oxidisedcutcopperstair": "oxidized_cut_copper_stairs", + "oxidisedcutcopperstairs": "oxidized_cut_copper_stairs", + "oxidisedcutcopstair": "oxidized_cut_copper_stairs", + "oxidisedcutcopstairs": "oxidized_cut_copper_stairs", + "oxidisedcutcostair": "oxidized_cut_copper_stairs", + "oxidisedcutcostairs": "oxidized_cut_copper_stairs", + "oxidizedccopperstair": "oxidized_cut_copper_stairs", + "oxidizedccopperstairs": "oxidized_cut_copper_stairs", + "oxidizedccopstair": "oxidized_cut_copper_stairs", + "oxidizedccopstairs": "oxidized_cut_copper_stairs", + "oxidizedccostair": "oxidized_cut_copper_stairs", + "oxidizedccostairs": "oxidized_cut_copper_stairs", + "oxidizedcutcopperstair": "oxidized_cut_copper_stairs", + "oxidizedcutcopperstairs": "oxidized_cut_copper_stairs", + "oxidizedcutcopstair": "oxidized_cut_copper_stairs", + "oxidizedcutcopstairs": "oxidized_cut_copper_stairs", + "oxidizedcutcostair": "oxidized_cut_copper_stairs", + "oxidizedcutcostairs": "oxidized_cut_copper_stairs", + "oxyccopperstair": "oxidized_cut_copper_stairs", + "oxyccopperstairs": "oxidized_cut_copper_stairs", + "oxyccopstair": "oxidized_cut_copper_stairs", + "oxyccopstairs": "oxidized_cut_copper_stairs", + "oxyccostair": "oxidized_cut_copper_stairs", + "oxyccostairs": "oxidized_cut_copper_stairs", + "oxycutcopperstair": "oxidized_cut_copper_stairs", + "oxycutcopperstairs": "oxidized_cut_copper_stairs", + "oxycutcopstair": "oxidized_cut_copper_stairs", + "oxycutcopstairs": "oxidized_cut_copper_stairs", + "oxycutcostair": "oxidized_cut_copper_stairs", + "oxycutcostairs": "oxidized_cut_copper_stairs", + "packed_ice": { + "material": "PACKED_ICE" + }, + "minecraft:packed_ice": "packed_ice", + "packedice": "packed_ice", + "packed_mud": { + "material": "PACKED_MUD" + }, + "minecraft:packed_mud": "packed_mud", + "packedmud": "packed_mud", + "packedmudb": "packed_mud", + "packedmudbl": "packed_mud", + "packedmudblock": "packed_mud", + "packmud": "packed_mud", + "packmudb": "packed_mud", + "packmudbl": "packed_mud", + "packmudblock": "packed_mud", + "painting": { + "material": "PAINTING" + }, + "minecraft:painting": "painting", + "panda_spawn_egg": { + "material": "PANDA_SPAWN_EGG" + }, + "eggpanda": "panda_spawn_egg", + "minecraft:panda_spawn_egg": "panda_spawn_egg", + "pandaegg": "panda_spawn_egg", + "pandasegg": "panda_spawn_egg", + "pandaspawn": "panda_spawn_egg", + "pandaspawnegg": "panda_spawn_egg", + "seggpanda": "panda_spawn_egg", + "spawneggpanda": "panda_spawn_egg", + "spawnpanda": "panda_spawn_egg", + "panda_spawner": { + "entity": "PANDA", + "material": "SPAWNER" + }, + "pandacage": "panda_spawner", + "pandamcage": "panda_spawner", + "pandamobcage": "panda_spawner", + "pandamobspawner": "panda_spawner", + "pandamonstercage": "panda_spawner", + "pandamonsterspawner": "panda_spawner", + "pandamspawner": "panda_spawner", + "pandaspawner": "panda_spawner", + "paper": { + "material": "PAPER" + }, + "minecraft:paper": "paper", + "parrot_spawn_egg": { + "material": "PARROT_SPAWN_EGG" + }, + "eggparrot": "parrot_spawn_egg", + "minecraft:parrot_spawn_egg": "parrot_spawn_egg", + "parrotegg": "parrot_spawn_egg", + "parrotsegg": "parrot_spawn_egg", + "parrotspawn": "parrot_spawn_egg", + "parrotspawnegg": "parrot_spawn_egg", + "seggparrot": "parrot_spawn_egg", + "spawneggparrot": "parrot_spawn_egg", + "spawnparrot": "parrot_spawn_egg", + "parrot_spawner": { + "entity": "PARROT", + "material": "SPAWNER" + }, + "parrotcage": "parrot_spawner", + "parrotmcage": "parrot_spawner", + "parrotmobcage": "parrot_spawner", + "parrotmobspawner": "parrot_spawner", + "parrotmonstercage": "parrot_spawner", + "parrotmonsterspawner": "parrot_spawner", + "parrotmspawner": "parrot_spawner", + "parrotspawner": "parrot_spawner", + "pearlescent_froglight": { + "material": "PEARLESCENT_FROGLIGHT" + }, + "minecraft:pearlescent_froglight": "pearlescent_froglight", + "pearlescentfroglight": "pearlescent_froglight", + "pearlfroglight": "pearlescent_froglight", + "pearllight": "pearlescent_froglight", + "pfroglight": "pearlescent_froglight", + "plight": "pearlescent_froglight", + "peony": { + "material": "PEONY" + }, + "minecraft:peony": "peony", + "petrified_oak_slab": { + "material": "PETRIFIED_OAK_SLAB" + }, + "minecraft:petrified_oak_slab": "petrified_oak_slab", + "petrifiedoakslab": "petrified_oak_slab", + "phantom_membrane": { + "material": "PHANTOM_MEMBRANE" + }, + "membrane": "phantom_membrane", + "minecraft:phantom_membrane": "phantom_membrane", + "phantommembrane": "phantom_membrane", + "phmembrane": "phantom_membrane", + "pmembrane": "phantom_membrane", + "superduperelytrarepairkit": "phantom_membrane", + "phantom_spawn_egg": { + "material": "PHANTOM_SPAWN_EGG" + }, + "eggphantom": "phantom_spawn_egg", + "minecraft:phantom_spawn_egg": "phantom_spawn_egg", + "phantomegg": "phantom_spawn_egg", + "phantomsegg": "phantom_spawn_egg", + "phantomspawn": "phantom_spawn_egg", + "phantomspawnegg": "phantom_spawn_egg", + "seggphantom": "phantom_spawn_egg", + "spawneggphantom": "phantom_spawn_egg", + "spawnphantom": "phantom_spawn_egg", + "phantom_spawner": { + "entity": "PHANTOM", + "material": "SPAWNER" + }, + "phantomcage": "phantom_spawner", + "phantommcage": "phantom_spawner", + "phantommobcage": "phantom_spawner", + "phantommobspawner": "phantom_spawner", + "phantommonstercage": "phantom_spawner", + "phantommonsterspawner": "phantom_spawner", + "phantommspawner": "phantom_spawner", + "phantomspawner": "phantom_spawner", + "pig_spawn_egg": { + "material": "PIG_SPAWN_EGG" + }, + "eggpig": "pig_spawn_egg", + "minecraft:pig_spawn_egg": "pig_spawn_egg", + "pigegg": "pig_spawn_egg", + "pigsegg": "pig_spawn_egg", + "pigspawn": "pig_spawn_egg", + "pigspawnegg": "pig_spawn_egg", + "seggpig": "pig_spawn_egg", + "spawneggpig": "pig_spawn_egg", + "spawnpig": "pig_spawn_egg", + "pig_spawner": { + "entity": "PIG", + "material": "SPAWNER" + }, + "pigcage": "pig_spawner", + "pigmcage": "piglin_spawner", + "pigmobcage": "pig_spawner", + "pigmobspawner": "pig_spawner", + "pigmonstercage": "pig_spawner", + "pigmonsterspawner": "pig_spawner", + "pigmspawner": "piglin_spawner", + "pigspawner": "pig_spawner", + "piglin_banner_pattern": { + "material": "PIGLIN_BANNER_PATTERN" + }, + "minecraft:piglin_banner_pattern": "piglin_banner_pattern", + "piglinbannerpattern": "piglin_banner_pattern", + "piglin_brute_spawn_egg": { + "material": "PIGLIN_BRUTE_SPAWN_EGG" + }, + "eggmeaniepiglin": "piglin_brute_spawn_egg", + "eggpigbr": "piglin_brute_spawn_egg", + "eggpigbrute": "piglin_brute_spawn_egg", + "eggpiglin_brute": "piglin_brute_spawn_egg", + "eggpiglinbr": "piglin_brute_spawn_egg", + "meaniepiglinegg": "piglin_brute_spawn_egg", + "meaniepiglinsegg": "piglin_brute_spawn_egg", + "meaniepiglinspawn": "piglin_brute_spawn_egg", + "meaniepiglinspawnegg": "piglin_brute_spawn_egg", + "minecraft:piglin_brute_spawn_egg": "piglin_brute_spawn_egg", + "pigbregg": "piglin_brute_spawn_egg", + "pigbrsegg": "piglin_brute_spawn_egg", + "pigbrspawn": "piglin_brute_spawn_egg", + "pigbrspawnegg": "piglin_brute_spawn_egg", + "pigbruteegg": "piglin_brute_spawn_egg", + "pigbrutesegg": "piglin_brute_spawn_egg", + "pigbrutespawn": "piglin_brute_spawn_egg", + "pigbrutespawnegg": "piglin_brute_spawn_egg", + "piglin_bruteegg": "piglin_brute_spawn_egg", + "piglin_brutesegg": "piglin_brute_spawn_egg", + "piglin_brutespawn": "piglin_brute_spawn_egg", + "piglin_brutespawnegg": "piglin_brute_spawn_egg", + "piglinbregg": "piglin_brute_spawn_egg", + "piglinbrsegg": "piglin_brute_spawn_egg", + "piglinbrspawn": "piglin_brute_spawn_egg", + "piglinbrspawnegg": "piglin_brute_spawn_egg", + "piglinbrutespawnegg": "piglin_brute_spawn_egg", + "seggmeaniepiglin": "piglin_brute_spawn_egg", + "seggpigbr": "piglin_brute_spawn_egg", + "seggpigbrute": "piglin_brute_spawn_egg", + "seggpiglin_brute": "piglin_brute_spawn_egg", + "seggpiglinbr": "piglin_brute_spawn_egg", + "spawneggmeaniepiglin": "piglin_brute_spawn_egg", + "spawneggpigbr": "piglin_brute_spawn_egg", + "spawneggpigbrute": "piglin_brute_spawn_egg", + "spawneggpiglin_brute": "piglin_brute_spawn_egg", + "spawneggpiglinbr": "piglin_brute_spawn_egg", + "spawnmeaniepiglin": "piglin_brute_spawn_egg", + "spawnpigbr": "piglin_brute_spawn_egg", + "spawnpigbrute": "piglin_brute_spawn_egg", + "spawnpiglin_brute": "piglin_brute_spawn_egg", + "spawnpiglinbr": "piglin_brute_spawn_egg", + "piglin_brute_spawner": { + "entity": "PIGLIN_BRUTE", + "material": "SPAWNER" + }, + "meaniepiglincage": "piglin_brute_spawner", + "meaniepiglinmcage": "piglin_brute_spawner", + "meaniepiglinmobcage": "piglin_brute_spawner", + "meaniepiglinmobspawner": "piglin_brute_spawner", + "meaniepiglinmonstercage": "piglin_brute_spawner", + "meaniepiglinmonsterspawner": "piglin_brute_spawner", + "meaniepiglinmspawner": "piglin_brute_spawner", + "meaniepiglinspawner": "piglin_brute_spawner", + "pigbrcage": "piglin_brute_spawner", + "pigbrmcage": "piglin_brute_spawner", + "pigbrmobcage": "piglin_brute_spawner", + "pigbrmobspawner": "piglin_brute_spawner", + "pigbrmonstercage": "piglin_brute_spawner", + "pigbrmonsterspawner": "piglin_brute_spawner", + "pigbrmspawner": "piglin_brute_spawner", + "pigbrspawner": "piglin_brute_spawner", + "pigbrutecage": "piglin_brute_spawner", + "pigbrutemcage": "piglin_brute_spawner", + "pigbrutemobcage": "piglin_brute_spawner", + "pigbrutemobspawner": "piglin_brute_spawner", + "pigbrutemonstercage": "piglin_brute_spawner", + "pigbrutemonsterspawner": "piglin_brute_spawner", + "pigbrutemspawner": "piglin_brute_spawner", + "pigbrutespawner": "piglin_brute_spawner", + "piglin_brutecage": "piglin_brute_spawner", + "piglin_brutemcage": "piglin_brute_spawner", + "piglin_brutemobcage": "piglin_brute_spawner", + "piglin_brutemobspawner": "piglin_brute_spawner", + "piglin_brutemonstercage": "piglin_brute_spawner", + "piglin_brutemonsterspawner": "piglin_brute_spawner", + "piglin_brutemspawner": "piglin_brute_spawner", + "piglin_brutespawner": "piglin_brute_spawner", + "piglinbrcage": "piglin_brute_spawner", + "piglinbrmcage": "piglin_brute_spawner", + "piglinbrmobcage": "piglin_brute_spawner", + "piglinbrmobspawner": "piglin_brute_spawner", + "piglinbrmonstercage": "piglin_brute_spawner", + "piglinbrmonsterspawner": "piglin_brute_spawner", + "piglinbrmspawner": "piglin_brute_spawner", + "piglinbrspawner": "piglin_brute_spawner", + "piglin_head": { + "material": "PIGLIN_HEAD" + }, + "minecraft:piglin_head": "piglin_head", + "piglinhead": "piglin_head", + "piglin_spawn_egg": { + "material": "PIGLIN_SPAWN_EGG" + }, + "eggpiglin": "piglin_spawn_egg", + "eggpigm": "piglin_spawn_egg", + "eggpigman": "piglin_spawn_egg", + "eggpigmen": "piglin_spawn_egg", + "eggpman": "piglin_spawn_egg", + "minecraft:piglin_spawn_egg": "piglin_spawn_egg", + "piglinegg": "piglin_spawn_egg", + "piglinsegg": "piglin_spawn_egg", + "piglinspawn": "piglin_spawn_egg", + "piglinspawnegg": "piglin_spawn_egg", + "pigmanegg": "piglin_spawn_egg", + "pigmansegg": "piglin_spawn_egg", + "pigmanspawn": "piglin_spawn_egg", + "pigmanspawnegg": "piglin_spawn_egg", + "pigmegg": "piglin_spawn_egg", + "pigmenegg": "piglin_spawn_egg", + "pigmensegg": "piglin_spawn_egg", + "pigmenspawn": "piglin_spawn_egg", + "pigmenspawnegg": "piglin_spawn_egg", + "pigmsegg": "piglin_spawn_egg", + "pigmspawn": "piglin_spawn_egg", + "pigmspawnegg": "piglin_spawn_egg", + "pmanegg": "piglin_spawn_egg", + "pmansegg": "piglin_spawn_egg", + "pmanspawn": "piglin_spawn_egg", + "pmanspawnegg": "piglin_spawn_egg", + "seggpiglin": "piglin_spawn_egg", + "seggpigm": "piglin_spawn_egg", + "seggpigman": "piglin_spawn_egg", + "seggpigmen": "piglin_spawn_egg", + "seggpman": "piglin_spawn_egg", + "spawneggpiglin": "piglin_spawn_egg", + "spawneggpigm": "piglin_spawn_egg", + "spawneggpigman": "piglin_spawn_egg", + "spawneggpigmen": "piglin_spawn_egg", + "spawneggpman": "piglin_spawn_egg", + "spawnpiglin": "piglin_spawn_egg", + "spawnpigm": "piglin_spawn_egg", + "spawnpigman": "piglin_spawn_egg", + "spawnpigmen": "piglin_spawn_egg", + "spawnpman": "piglin_spawn_egg", + "piglin_spawner": { + "entity": "PIGLIN", + "material": "SPAWNER" + }, + "piglincage": "piglin_spawner", + "piglinmcage": "piglin_spawner", + "piglinmobcage": "piglin_spawner", + "piglinmobspawner": "piglin_spawner", + "piglinmonstercage": "piglin_spawner", + "piglinmonsterspawner": "piglin_spawner", + "piglinmspawner": "piglin_spawner", + "piglinspawner": "piglin_spawner", + "pigmancage": "piglin_spawner", + "pigmanmcage": "piglin_spawner", + "pigmanmobcage": "piglin_spawner", + "pigmanmobspawner": "piglin_spawner", + "pigmanmonstercage": "piglin_spawner", + "pigmanmonsterspawner": "piglin_spawner", + "pigmanmspawner": "piglin_spawner", + "pigmanspawner": "piglin_spawner", + "pigmencage": "piglin_spawner", + "pigmenmcage": "piglin_spawner", + "pigmenmobcage": "piglin_spawner", + "pigmenmobspawner": "piglin_spawner", + "pigmenmonstercage": "piglin_spawner", + "pigmenmonsterspawner": "piglin_spawner", + "pigmenmspawner": "piglin_spawner", + "pigmenspawner": "piglin_spawner", + "pigmmcage": "piglin_spawner", + "pigmmobcage": "piglin_spawner", + "pigmmobspawner": "piglin_spawner", + "pigmmonstercage": "piglin_spawner", + "pigmmonsterspawner": "piglin_spawner", + "pigmmspawner": "piglin_spawner", + "pmancage": "piglin_spawner", + "pmanmcage": "piglin_spawner", + "pmanmobcage": "piglin_spawner", + "pmanmobspawner": "piglin_spawner", + "pmanmonstercage": "piglin_spawner", + "pmanmonsterspawner": "piglin_spawner", + "pmanmspawner": "piglin_spawner", + "pmanspawner": "piglin_spawner", + "pillager_spawn_egg": { + "material": "PILLAGER_SPAWN_EGG" + }, + "eggpillager": "pillager_spawn_egg", + "minecraft:pillager_spawn_egg": "pillager_spawn_egg", + "pillageregg": "pillager_spawn_egg", + "pillagersegg": "pillager_spawn_egg", + "pillagerspawn": "pillager_spawn_egg", + "pillagerspawnegg": "pillager_spawn_egg", + "seggpillager": "pillager_spawn_egg", + "spawneggpillager": "pillager_spawn_egg", + "spawnpillager": "pillager_spawn_egg", + "pillager_spawner": { + "entity": "PILLAGER", + "material": "SPAWNER" + }, + "pillagercage": "pillager_spawner", + "pillagermcage": "pillager_spawner", + "pillagermobcage": "pillager_spawner", + "pillagermobspawner": "pillager_spawner", + "pillagermonstercage": "pillager_spawner", + "pillagermonsterspawner": "pillager_spawner", + "pillagermspawner": "pillager_spawner", + "pillagerspawner": "pillager_spawner", + "pink_banner": { + "material": "PINK_BANNER" + }, + "minecraft:pink_banner": "pink_banner", + "pibanner": "pink_banner", + "pinkbanner": "pink_banner", + "pink_bed": { + "material": "PINK_BED" + }, + "minecraft:pink_bed": "pink_bed", + "pibed": "pink_bed", + "pinkbed": "pink_bed", + "pink_candle": { + "material": "PINK_CANDLE" + }, + "minecraft:pink_candle": "pink_candle", + "picandle": "pink_candle", + "pinkcandle": "pink_candle", + "pink_carpet": { + "material": "PINK_CARPET" + }, + "minecraft:pink_carpet": "pink_carpet", + "picarpet": "pink_carpet", + "pifloor": "pink_carpet", + "pinkcarpet": "pink_carpet", + "pinkfloor": "pink_carpet", + "pink_concrete": { + "material": "PINK_CONCRETE" + }, + "minecraft:pink_concrete": "pink_concrete", + "piconcrete": "pink_concrete", + "pinkconcrete": "pink_concrete", + "pink_concrete_powder": { + "material": "PINK_CONCRETE_POWDER" + }, + "minecraft:pink_concrete_powder": "pink_concrete_powder", + "picdust": "pink_concrete_powder", + "piconcretepowder": "pink_concrete_powder", + "piconcretesand": "pink_concrete_powder", + "picp": "pink_concrete_powder", + "picpowder": "pink_concrete_powder", + "pinkcdust": "pink_concrete_powder", + "pinkconcretepowder": "pink_concrete_powder", + "pinkconcretesand": "pink_concrete_powder", + "pinkcp": "pink_concrete_powder", + "pinkcpowder": "pink_concrete_powder", + "pink_dye": { + "material": "PINK_DYE" + }, + "minecraft:pink_dye": "pink_dye", + "pidye": "pink_dye", + "pinkdye": "pink_dye", + "pink_glazed_terracotta": { + "material": "PINK_GLAZED_TERRACOTTA" + }, + "minecraft:pink_glazed_terracotta": "pink_glazed_terracotta", + "piglazedtcota": "pink_glazed_terracotta", + "piglazedterra": "pink_glazed_terracotta", + "piglazedterracota": "pink_glazed_terracotta", + "piglazedterracotta": "pink_glazed_terracotta", + "pigtcotta": "pink_glazed_terracotta", + "pigterra": "pink_glazed_terracotta", + "pinkglazedtcota": "pink_glazed_terracotta", + "pinkglazedterra": "pink_glazed_terracotta", + "pinkglazedterracota": "pink_glazed_terracotta", + "pinkglazedterracotta": "pink_glazed_terracotta", + "pinkgtcotta": "pink_glazed_terracotta", + "pinkgterra": "pink_glazed_terracotta", + "pink_petals": { + "material": "PINK_PETALS" + }, + "minecraft:pink_petals": "pink_petals", + "pinkpetals": "pink_petals", + "pink_shulker_box": { + "material": "PINK_SHULKER_BOX" + }, + "minecraft:pink_shulker_box": "pink_shulker_box", + "pinksbox": "pink_shulker_box", + "pinkshulkerbox": "pink_shulker_box", + "pisbox": "pink_shulker_box", + "pishulkerbox": "pink_shulker_box", + "pink_stained_glass": { + "material": "PINK_STAINED_GLASS" + }, + "minecraft:pink_stained_glass": "pink_stained_glass", + "piglass": "pink_stained_glass", + "pinkglass": "pink_stained_glass", + "pinksglass": "pink_stained_glass", + "pinkstainedglass": "pink_stained_glass", + "pisglass": "pink_stained_glass", + "pistainedglass": "pink_stained_glass", + "pink_stained_glass_pane": { + "material": "PINK_STAINED_GLASS_PANE" + }, + "minecraft:pink_stained_glass_pane": "pink_stained_glass_pane", + "piglasspane": "pink_stained_glass_pane", + "pigpane": "pink_stained_glass_pane", + "pinkglasspane": "pink_stained_glass_pane", + "pinkgpane": "pink_stained_glass_pane", + "pinksglasspane": "pink_stained_glass_pane", + "pinkstainedglasspane": "pink_stained_glass_pane", + "pisglasspane": "pink_stained_glass_pane", + "pistainedglasspane": "pink_stained_glass_pane", + "pink_terracotta": { + "material": "PINK_TERRACOTTA" + }, + "minecraft:pink_terracotta": "pink_terracotta", + "piclay": "pink_terracotta", + "pinkclay": "pink_terracotta", + "pinksclay": "pink_terracotta", + "pinkstainedclay": "pink_terracotta", + "pinktcota": "pink_terracotta", + "pinkterra": "pink_terracotta", + "pinkterracota": "pink_terracotta", + "pinkterracotta": "pink_terracotta", + "pisclay": "pink_terracotta", + "pistainedclay": "pink_terracotta", + "pitcota": "pink_terracotta", + "piterra": "pink_terracotta", + "piterracota": "pink_terracotta", + "piterracotta": "pink_terracotta", + "pink_tulip": { + "material": "PINK_TULIP" + }, + "minecraft:pink_tulip": "pink_tulip", + "pinktulip": "pink_tulip", + "ptulip": "pink_tulip", + "tulipp": "pink_tulip", + "tulippink": "pink_tulip", + "pink_wool": { + "material": "PINK_WOOL" + }, + "minecraft:pink_wool": "pink_wool", + "picloth": "pink_wool", + "picotton": "pink_wool", + "pinkcloth": "pink_wool", + "pinkcotton": "pink_wool", + "pinkwool": "pink_wool", + "piwool": "pink_wool", + "piston": { + "material": "PISTON" + }, + "minecraft:piston": "piston", + "pitcher_plant": { + "material": "PITCHER_PLANT" + }, + "minecraft:pitcher_plant": "pitcher_plant", + "pitcherplant": "pitcher_plant", + "pitcher_pod": { + "material": "PITCHER_POD" + }, + "minecraft:pitcher_pod": "pitcher_pod", + "pitcherpod": "pitcher_pod", + "player_head": { + "material": "PLAYER_HEAD" + }, + "minecraft:player_head": "player_head", + "playerhead": "player_head", + "plenty_pottery_sherd": { + "material": "PLENTY_POTTERY_SHERD" + }, + "minecraft:plenty_pottery_sherd": "plenty_pottery_sherd", + "plentypotterysherd": "plenty_pottery_sherd", + "plentysherd": "plenty_pottery_sherd", + "podzol": { + "material": "PODZOL" + }, + "minecraft:podzol": "podzol", + "pointed_dripstone": { + "material": "POINTED_DRIPSTONE" + }, + "hangingdrip": "pointed_dripstone", + "hangingdripstone": "pointed_dripstone", + "minecraft:pointed_dripstone": "pointed_dripstone", + "pdrip": "pointed_dripstone", + "pdripstone": "pointed_dripstone", + "pointdrip": "pointed_dripstone", + "pointdripstone": "pointed_dripstone", + "pointeddrip": "pointed_dripstone", + "pointeddripstone": "pointed_dripstone", + "spikydrip": "pointed_dripstone", + "spikydripstone": "pointed_dripstone", + "poison_lingering_potion": { + "potionData": { + "type": "POISON", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "acidaoepoiont": "poison_lingering_potion", + "acidaoepot": "poison_lingering_potion", + "acidareapot": "poison_lingering_potion", + "acidareapotion": "poison_lingering_potion", + "acidcloudpot": "poison_lingering_potion", + "acidcloudpotion": "poison_lingering_potion", + "acidlingerpot": "poison_lingering_potion", + "aoepotacid": "poison_lingering_potion", + "aoepotionacid": "poison_lingering_potion", + "aoepotionp": "poison_lingering_potion", + "aoepotionpoison": "poison_lingering_potion", + "aoepotp": "poison_lingering_potion", + "aoepotpoison": "poison_lingering_potion", + "areapotacid": "poison_lingering_potion", + "areapotionacid": "poison_lingering_potion", + "areapotionp": "poison_lingering_potion", + "areapotionpoison": "poison_lingering_potion", + "areapotp": "poison_lingering_potion", + "areapotpoison": "poison_lingering_potion", + "cloudpotacid": "poison_lingering_potion", + "cloudpotionacid": "poison_lingering_potion", + "cloudpotionp": "poison_lingering_potion", + "cloudpotionpoison": "poison_lingering_potion", + "cloudpotp": "poison_lingering_potion", + "cloudpotpoison": "poison_lingering_potion", + "lingerpotacid": "poison_lingering_potion", + "lingerpotp": "poison_lingering_potion", + "lingerpotpoison": "poison_lingering_potion", + "paoepoiont": "poison_lingering_potion", + "paoepot": "poison_lingering_potion", + "pareapot": "poison_lingering_potion", + "pareapotion": "poison_lingering_potion", + "pcloudpot": "poison_lingering_potion", + "pcloudpotion": "poison_lingering_potion", + "plingerpot": "poison_lingering_potion", + "poisonaoepoiont": "poison_lingering_potion", + "poisonaoepot": "poison_lingering_potion", + "poisonareapot": "poison_lingering_potion", + "poisonareapotion": "poison_lingering_potion", + "poisoncloudpot": "poison_lingering_potion", + "poisoncloudpotion": "poison_lingering_potion", + "poisonlingerpot": "poison_lingering_potion", + "poison_potion": { + "potionData": { + "type": "POISON", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "acidpot": "poison_potion", + "acidpotion": "poison_potion", + "poisonpot": "poison_potion", + "poisonpotion": "poison_potion", + "potionofacid": "poison_potion", + "potionofp": "poison_potion", + "potionofpoison": "poison_potion", + "potofacid": "poison_potion", + "potofp": "poison_potion", + "potofpoison": "poison_potion", + "ppot": "poison_potion", + "ppotion": "poison_potion", + "poison_splash_potion": { + "potionData": { + "type": "POISON", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "acidsplashpot": "poison_splash_potion", + "acidsplashpotion": "poison_splash_potion", + "poisonsplashpot": "poison_splash_potion", + "poisonsplashpotion": "poison_splash_potion", + "psplashpot": "poison_splash_potion", + "psplashpotion": "poison_splash_potion", + "splacidpot": "poison_splash_potion", + "splacidpotion": "poison_splash_potion", + "splashacidpot": "poison_splash_potion", + "splashacidpotion": "poison_splash_potion", + "splashpoisonpot": "poison_splash_potion", + "splashpoisonpotion": "poison_splash_potion", + "splashppot": "poison_splash_potion", + "splashppotion": "poison_splash_potion", + "splpoisonpot": "poison_splash_potion", + "splpoisonpotion": "poison_splash_potion", + "splppot": "poison_splash_potion", + "splppotion": "poison_splash_potion", + "poison_tipped_arrow": { + "potionData": { + "type": "POISON", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "acidarrow": "poison_tipped_arrow", + "acidtarr": "poison_tipped_arrow", + "acidtarrow": "poison_tipped_arrow", + "acidtippedarrow": "poison_tipped_arrow", + "arrowacid": "poison_tipped_arrow", + "arrowp": "poison_tipped_arrow", + "arrowpoison": "poison_tipped_arrow", + "parrow": "poison_tipped_arrow", + "poisonarrow": "poison_tipped_arrow", + "poisontarr": "poison_tipped_arrow", + "poisontarrow": "poison_tipped_arrow", + "poisontippedarrow": "poison_tipped_arrow", + "ptarr": "poison_tipped_arrow", + "ptarrow": "poison_tipped_arrow", + "ptippedarrow": "poison_tipped_arrow", + "poisonous_potato": { + "material": "POISONOUS_POTATO" + }, + "minecraft:poisonous_potato": "poisonous_potato", + "poisonouspotato": "poisonous_potato", + "polar_bear_spawn_egg": { + "material": "POLAR_BEAR_SPAWN_EGG" + }, + "eggpolar": "polar_bear_spawn_egg", + "eggpolar_bear": "polar_bear_spawn_egg", + "minecraft:polar_bear_spawn_egg": "polar_bear_spawn_egg", + "polar_bearegg": "polar_bear_spawn_egg", + "polar_bearsegg": "polar_bear_spawn_egg", + "polar_bearspawn": "polar_bear_spawn_egg", + "polar_bearspawnegg": "polar_bear_spawn_egg", + "polarbearspawnegg": "polar_bear_spawn_egg", + "polaregg": "polar_bear_spawn_egg", + "polarsegg": "polar_bear_spawn_egg", + "polarspawn": "polar_bear_spawn_egg", + "polarspawnegg": "polar_bear_spawn_egg", + "seggpolar": "polar_bear_spawn_egg", + "seggpolar_bear": "polar_bear_spawn_egg", + "spawneggpolar": "polar_bear_spawn_egg", + "spawneggpolar_bear": "polar_bear_spawn_egg", + "spawnpolar": "polar_bear_spawn_egg", + "spawnpolar_bear": "polar_bear_spawn_egg", + "polar_bear_spawner": { + "entity": "POLAR_BEAR", + "material": "SPAWNER" + }, + "polar_bearcage": "polar_bear_spawner", + "polar_bearmcage": "polar_bear_spawner", + "polar_bearmobcage": "polar_bear_spawner", + "polar_bearmobspawner": "polar_bear_spawner", + "polar_bearmonstercage": "polar_bear_spawner", + "polar_bearmonsterspawner": "polar_bear_spawner", + "polar_bearmspawner": "polar_bear_spawner", + "polar_bearspawner": "polar_bear_spawner", + "polarcage": "polar_bear_spawner", + "polarmcage": "polar_bear_spawner", + "polarmobcage": "polar_bear_spawner", + "polarmobspawner": "polar_bear_spawner", + "polarmonstercage": "polar_bear_spawner", + "polarmonsterspawner": "polar_bear_spawner", + "polarmspawner": "polar_bear_spawner", + "polarspawner": "polar_bear_spawner", + "polished_andesite": { + "material": "POLISHED_ANDESITE" + }, + "minecraft:polished_andesite": "polished_andesite", + "pand": "polished_andesite", + "pandb": "polished_andesite", + "pandbl": "polished_andesite", + "pandblock": "polished_andesite", + "pandesite": "polished_andesite", + "pandesiteb": "polished_andesite", + "pandesitebl": "polished_andesite", + "pandesiteblock": "polished_andesite", + "pandstone": "polished_andesite", + "pandstoneb": "polished_andesite", + "pandstonebl": "polished_andesite", + "pandstoneblock": "polished_andesite", + "pastone": "polished_andesite", + "pastoneb": "polished_andesite", + "pastonebl": "polished_andesite", + "pastoneblock": "polished_andesite", + "polishedand": "polished_andesite", + "polishedandb": "polished_andesite", + "polishedandbl": "polished_andesite", + "polishedandblock": "polished_andesite", + "polishedandesite": "polished_andesite", + "polishedandesiteb": "polished_andesite", + "polishedandesitebl": "polished_andesite", + "polishedandesiteblock": "polished_andesite", + "polishedandstone": "polished_andesite", + "polishedandstoneb": "polished_andesite", + "polishedandstonebl": "polished_andesite", + "polishedandstoneblock": "polished_andesite", + "polishedastone": "polished_andesite", + "polishedastoneb": "polished_andesite", + "polishedastonebl": "polished_andesite", + "polishedastoneblock": "polished_andesite", + "polished_andesite_slab": { + "material": "POLISHED_ANDESITE_SLAB" + }, + "minecraft:polished_andesite_slab": "polished_andesite_slab", + "pandesitehalfblock": "polished_andesite_slab", + "pandesitestep": "polished_andesite_slab", + "pandhalfblock": "polished_andesite_slab", + "pandstep": "polished_andesite_slab", + "pandstonehalfblock": "polished_andesite_slab", + "pandstonestep": "polished_andesite_slab", + "pastonehalfblock": "polished_andesite_slab", + "pastonestep": "polished_andesite_slab", + "polishedandesitehalfblock": "polished_andesite_slab", + "polishedandesiteslab": "polished_andesite_slab", + "polishedandesitestep": "polished_andesite_slab", + "polishedandhalfblock": "polished_andesite_slab", + "polishedandstep": "polished_andesite_slab", + "polishedandstonehalfblock": "polished_andesite_slab", + "polishedandstonestep": "polished_andesite_slab", + "polishedastonehalfblock": "polished_andesite_slab", + "polishedastonestep": "polished_andesite_slab", + "polished_andesite_stairs": { + "material": "POLISHED_ANDESITE_STAIRS" + }, + "minecraft:polished_andesite_stairs": "polished_andesite_stairs", + "pandesitestair": "polished_andesite_stairs", + "pandesitestairs": "polished_andesite_stairs", + "pandstair": "polished_andesite_stairs", + "pandstairs": "polished_andesite_stairs", + "pandstonestair": "polished_andesite_stairs", + "pandstonestairs": "polished_andesite_stairs", + "pastonestair": "polished_andesite_stairs", + "pastonestairs": "polished_andesite_stairs", + "polishedandesitestair": "polished_andesite_stairs", + "polishedandesitestairs": "polished_andesite_stairs", + "polishedandstair": "polished_andesite_stairs", + "polishedandstairs": "polished_andesite_stairs", + "polishedandstonestair": "polished_andesite_stairs", + "polishedandstonestairs": "polished_andesite_stairs", + "polishedastonestair": "polished_andesite_stairs", + "polishedastonestairs": "polished_andesite_stairs", + "polished_basalt": { + "material": "POLISHED_BASALT" + }, + "minecraft:polished_basalt": "polished_basalt", + "pbasalt": "polished_basalt", + "pbasaltb": "polished_basalt", + "pbasaltbl": "polished_basalt", + "pbasaltblock": "polished_basalt", + "pbasaltst": "polished_basalt", + "pbasaltstb": "polished_basalt", + "pbasaltstbl": "polished_basalt", + "pbasaltstblock": "polished_basalt", + "pbast": "polished_basalt", + "pbastb": "polished_basalt", + "pbastbl": "polished_basalt", + "pbastblock": "polished_basalt", + "polishedbasalt": "polished_basalt", + "polishedbasaltb": "polished_basalt", + "polishedbasaltbl": "polished_basalt", + "polishedbasaltblock": "polished_basalt", + "polishedbasaltst": "polished_basalt", + "polishedbasaltstb": "polished_basalt", + "polishedbasaltstbl": "polished_basalt", + "polishedbasaltstblock": "polished_basalt", + "polishedbast": "polished_basalt", + "polishedbastb": "polished_basalt", + "polishedbastbl": "polished_basalt", + "polishedbastblock": "polished_basalt", + "polished_blackstone": { + "material": "POLISHED_BLACKSTONE" + }, + "minecraft:polished_blackstone": "polished_blackstone", + "pblackstone": "polished_blackstone", + "pblackstoneb": "polished_blackstone", + "pblackstonebl": "polished_blackstone", + "pblackstoneblock": "polished_blackstone", + "pblst": "polished_blackstone", + "pblstb": "polished_blackstone", + "pblstbl": "polished_blackstone", + "pblstblock": "polished_blackstone", + "pblstone": "polished_blackstone", + "pblstoneb": "polished_blackstone", + "pblstonebl": "polished_blackstone", + "pblstoneblock": "polished_blackstone", + "polishedblackstone": "polished_blackstone", + "polishedblackstoneb": "polished_blackstone", + "polishedblackstonebl": "polished_blackstone", + "polishedblackstoneblock": "polished_blackstone", + "polishedblst": "polished_blackstone", + "polishedblstb": "polished_blackstone", + "polishedblstbl": "polished_blackstone", + "polishedblstblock": "polished_blackstone", + "polishedblstone": "polished_blackstone", + "polishedblstoneb": "polished_blackstone", + "polishedblstonebl": "polished_blackstone", + "polishedblstoneblock": "polished_blackstone", + "polished_blackstone_brick_slab": { + "material": "POLISHED_BLACKSTONE_BRICK_SLAB" + }, + "minecraft:polished_blackstone_brick_slab": "polished_blackstone_brick_slab", + "pblackstonebrickhalfblock": "polished_blackstone_brick_slab", + "pblackstonebrickstep": "polished_blackstone_brick_slab", + "pblstbrhalfblock": "polished_blackstone_brick_slab", + "pblstbrickhalfblock": "polished_blackstone_brick_slab", + "pblstbrickstep": "polished_blackstone_brick_slab", + "pblstbrstep": "polished_blackstone_brick_slab", + "pblstonebrhalfblock": "polished_blackstone_brick_slab", + "pblstonebrickhalfblock": "polished_blackstone_brick_slab", + "pblstonebrickstep": "polished_blackstone_brick_slab", + "pblstonebrstep": "polished_blackstone_brick_slab", + "polishedblackstonebrickhalfblock": "polished_blackstone_brick_slab", + "polishedblackstonebrickslab": "polished_blackstone_brick_slab", + "polishedblackstonebrickstep": "polished_blackstone_brick_slab", + "polishedblstbrhalfblock": "polished_blackstone_brick_slab", + "polishedblstbrickhalfblock": "polished_blackstone_brick_slab", + "polishedblstbrickstep": "polished_blackstone_brick_slab", + "polishedblstbrstep": "polished_blackstone_brick_slab", + "polishedblstonebrhalfblock": "polished_blackstone_brick_slab", + "polishedblstonebrickhalfblock": "polished_blackstone_brick_slab", + "polishedblstonebrickstep": "polished_blackstone_brick_slab", + "polishedblstonebrstep": "polished_blackstone_brick_slab", + "polished_blackstone_brick_stairs": { + "material": "POLISHED_BLACKSTONE_BRICK_STAIRS" + }, + "minecraft:polished_blackstone_brick_stairs": "polished_blackstone_brick_stairs", + "pblackstonebrickstair": "polished_blackstone_brick_stairs", + "pblackstonebrickstairs": "polished_blackstone_brick_stairs", + "pblstbrickstair": "polished_blackstone_brick_stairs", + "pblstbrickstairs": "polished_blackstone_brick_stairs", + "pblstbrstair": "polished_blackstone_brick_stairs", + "pblstbrstairs": "polished_blackstone_brick_stairs", + "pblstonebrickstair": "polished_blackstone_brick_stairs", + "pblstonebrickstairs": "polished_blackstone_brick_stairs", + "pblstonebrstair": "polished_blackstone_brick_stairs", + "pblstonebrstairs": "polished_blackstone_brick_stairs", + "polishedblackstonebrickstair": "polished_blackstone_brick_stairs", + "polishedblackstonebrickstairs": "polished_blackstone_brick_stairs", + "polishedblstbrickstair": "polished_blackstone_brick_stairs", + "polishedblstbrickstairs": "polished_blackstone_brick_stairs", + "polishedblstbrstair": "polished_blackstone_brick_stairs", + "polishedblstbrstairs": "polished_blackstone_brick_stairs", + "polishedblstonebrickstair": "polished_blackstone_brick_stairs", + "polishedblstonebrickstairs": "polished_blackstone_brick_stairs", + "polishedblstonebrstair": "polished_blackstone_brick_stairs", + "polishedblstonebrstairs": "polished_blackstone_brick_stairs", + "polished_blackstone_brick_wall": { + "material": "POLISHED_BLACKSTONE_BRICK_WALL" + }, + "minecraft:polished_blackstone_brick_wall": "polished_blackstone_brick_wall", + "pblackstonebrickwall": "polished_blackstone_brick_wall", + "pblstbrickwall": "polished_blackstone_brick_wall", + "pblstbrwall": "polished_blackstone_brick_wall", + "pblstonebrickwall": "polished_blackstone_brick_wall", + "pblstonebrwall": "polished_blackstone_brick_wall", + "polishedblackstonebrickwall": "polished_blackstone_brick_wall", + "polishedblstbrickwall": "polished_blackstone_brick_wall", + "polishedblstbrwall": "polished_blackstone_brick_wall", + "polishedblstonebrickwall": "polished_blackstone_brick_wall", + "polishedblstonebrwall": "polished_blackstone_brick_wall", + "wallpblackstonebrick": "polished_blackstone_brick_wall", + "wallpblstbr": "polished_blackstone_brick_wall", + "wallpblstbrick": "polished_blackstone_brick_wall", + "wallpblstonebr": "polished_blackstone_brick_wall", + "wallpblstonebrick": "polished_blackstone_brick_wall", + "wallpolishedblackstonebrick": "polished_blackstone_brick_wall", + "wallpolishedblstbr": "polished_blackstone_brick_wall", + "wallpolishedblstbrick": "polished_blackstone_brick_wall", + "wallpolishedblstonebr": "polished_blackstone_brick_wall", + "wallpolishedblstonebrick": "polished_blackstone_brick_wall", + "polished_blackstone_bricks": { + "material": "POLISHED_BLACKSTONE_BRICKS" + }, + "minecraft:polished_blackstone_bricks": "polished_blackstone_bricks", + "pblackstonebrick": "polished_blackstone_bricks", + "pblstbr": "polished_blackstone_bricks", + "pblstbrick": "polished_blackstone_bricks", + "pblstonebr": "polished_blackstone_bricks", + "pblstonebrick": "polished_blackstone_bricks", + "polishedblackstonebrick": "polished_blackstone_bricks", + "polishedblackstonebricks": "polished_blackstone_bricks", + "polishedblstbr": "polished_blackstone_bricks", + "polishedblstbrick": "polished_blackstone_bricks", + "polishedblstonebr": "polished_blackstone_bricks", + "polishedblstonebrick": "polished_blackstone_bricks", + "polished_blackstone_button": { + "material": "POLISHED_BLACKSTONE_BUTTON" + }, + "buttonpblackstone": "polished_blackstone_button", + "buttonpblst": "polished_blackstone_button", + "buttonpblstone": "polished_blackstone_button", + "buttonpolishedblackstone": "polished_blackstone_button", + "buttonpolishedblst": "polished_blackstone_button", + "buttonpolishedblstone": "polished_blackstone_button", + "minecraft:polished_blackstone_button": "polished_blackstone_button", + "pblackstonebutton": "polished_blackstone_button", + "pblstbutton": "polished_blackstone_button", + "pblstonebutton": "polished_blackstone_button", + "polishedblackstonebutton": "polished_blackstone_button", + "polishedblstbutton": "polished_blackstone_button", + "polishedblstonebutton": "polished_blackstone_button", + "polished_blackstone_pressure_plate": { + "material": "POLISHED_BLACKSTONE_PRESSURE_PLATE" + }, + "minecraft:polished_blackstone_pressure_plate": "polished_blackstone_pressure_plate", + "pblackstoneplate": "polished_blackstone_pressure_plate", + "pblackstonepplate": "polished_blackstone_pressure_plate", + "pblackstonepressplate": "polished_blackstone_pressure_plate", + "pblackstonepressureplate": "polished_blackstone_pressure_plate", + "pblstoneplate": "polished_blackstone_pressure_plate", + "pblstonepplate": "polished_blackstone_pressure_plate", + "pblstonepressplate": "polished_blackstone_pressure_plate", + "pblstonepressureplate": "polished_blackstone_pressure_plate", + "pblstplate": "polished_blackstone_pressure_plate", + "pblstpplate": "polished_blackstone_pressure_plate", + "pblstpressplate": "polished_blackstone_pressure_plate", + "pblstpressureplate": "polished_blackstone_pressure_plate", + "platepblackstone": "polished_blackstone_pressure_plate", + "platepblst": "polished_blackstone_pressure_plate", + "platepblstone": "polished_blackstone_pressure_plate", + "platepolishedblackstone": "polished_blackstone_pressure_plate", + "platepolishedblst": "polished_blackstone_pressure_plate", + "platepolishedblstone": "polished_blackstone_pressure_plate", + "polishedblackstoneplate": "polished_blackstone_pressure_plate", + "polishedblackstonepplate": "polished_blackstone_pressure_plate", + "polishedblackstonepressplate": "polished_blackstone_pressure_plate", + "polishedblackstonepressureplate": "polished_blackstone_pressure_plate", + "polishedblstoneplate": "polished_blackstone_pressure_plate", + "polishedblstonepplate": "polished_blackstone_pressure_plate", + "polishedblstonepressplate": "polished_blackstone_pressure_plate", + "polishedblstonepressureplate": "polished_blackstone_pressure_plate", + "polishedblstplate": "polished_blackstone_pressure_plate", + "polishedblstpplate": "polished_blackstone_pressure_plate", + "polishedblstpressplate": "polished_blackstone_pressure_plate", + "polishedblstpressureplate": "polished_blackstone_pressure_plate", + "polished_blackstone_slab": { + "material": "POLISHED_BLACKSTONE_SLAB" + }, + "minecraft:polished_blackstone_slab": "polished_blackstone_slab", + "pblackstonehalfblock": "polished_blackstone_slab", + "pblackstonestep": "polished_blackstone_slab", + "pblsthalfblock": "polished_blackstone_slab", + "pblstonehalfblock": "polished_blackstone_slab", + "pblstonestep": "polished_blackstone_slab", + "pblststep": "polished_blackstone_slab", + "polishedblackstonehalfblock": "polished_blackstone_slab", + "polishedblackstoneslab": "polished_blackstone_slab", + "polishedblackstonestep": "polished_blackstone_slab", + "polishedblsthalfblock": "polished_blackstone_slab", + "polishedblstonehalfblock": "polished_blackstone_slab", + "polishedblstonestep": "polished_blackstone_slab", + "polishedblststep": "polished_blackstone_slab", + "polished_blackstone_stairs": { + "material": "POLISHED_BLACKSTONE_STAIRS" + }, + "minecraft:polished_blackstone_stairs": "polished_blackstone_stairs", + "pblackstonestair": "polished_blackstone_stairs", + "pblackstonestairs": "polished_blackstone_stairs", + "pblstonestair": "polished_blackstone_stairs", + "pblstonestairs": "polished_blackstone_stairs", + "pblststair": "polished_blackstone_stairs", + "pblststairs": "polished_blackstone_stairs", + "polishedblackstonestair": "polished_blackstone_stairs", + "polishedblackstonestairs": "polished_blackstone_stairs", + "polishedblstonestair": "polished_blackstone_stairs", + "polishedblstonestairs": "polished_blackstone_stairs", + "polishedblststair": "polished_blackstone_stairs", + "polishedblststairs": "polished_blackstone_stairs", + "polished_blackstone_wall": { + "material": "POLISHED_BLACKSTONE_WALL" + }, + "minecraft:polished_blackstone_wall": "polished_blackstone_wall", + "pblackstonewall": "polished_blackstone_wall", + "pblstonewall": "polished_blackstone_wall", + "pblstwall": "polished_blackstone_wall", + "polishedblackstonewall": "polished_blackstone_wall", + "polishedblstonewall": "polished_blackstone_wall", + "polishedblstwall": "polished_blackstone_wall", + "wallpblackstone": "polished_blackstone_wall", + "wallpblst": "polished_blackstone_wall", + "wallpblstone": "polished_blackstone_wall", + "wallpolishedblackstone": "polished_blackstone_wall", + "wallpolishedblst": "polished_blackstone_wall", + "wallpolishedblstone": "polished_blackstone_wall", + "polished_deepslate": { + "material": "POLISHED_DEEPSLATE" + }, + "minecraft:polished_deepslate": "polished_deepslate", + "pdeepslate": "polished_deepslate", + "pdeepslateb": "polished_deepslate", + "pdeepslatebl": "polished_deepslate", + "pdeepslateblock": "polished_deepslate", + "pdslate": "polished_deepslate", + "pdslateb": "polished_deepslate", + "pdslatebl": "polished_deepslate", + "pdslateblock": "polished_deepslate", + "polisheddeepslate": "polished_deepslate", + "polisheddeepslateb": "polished_deepslate", + "polisheddeepslatebl": "polished_deepslate", + "polisheddeepslateblock": "polished_deepslate", + "polisheddslate": "polished_deepslate", + "polisheddslateb": "polished_deepslate", + "polisheddslatebl": "polished_deepslate", + "polisheddslateblock": "polished_deepslate", + "polishedslate": "polished_deepslate", + "polishedslateb": "polished_deepslate", + "polishedslatebl": "polished_deepslate", + "polishedslateblock": "polished_deepslate", + "pslate": "polished_deepslate", + "pslateb": "polished_deepslate", + "pslatebl": "polished_deepslate", + "pslateblock": "polished_deepslate", + "polished_deepslate_slab": { + "material": "POLISHED_DEEPSLATE_SLAB" + }, + "minecraft:polished_deepslate_slab": "polished_deepslate_slab", + "pdeepslatehalfblock": "polished_deepslate_slab", + "pdeepslatestep": "polished_deepslate_slab", + "pdslatehalfblock": "polished_deepslate_slab", + "pdslatestep": "polished_deepslate_slab", + "polisheddeepslatehalfblock": "polished_deepslate_slab", + "polisheddeepslateslab": "polished_deepslate_slab", + "polisheddeepslatestep": "polished_deepslate_slab", + "polisheddslatehalfblock": "polished_deepslate_slab", + "polisheddslatestep": "polished_deepslate_slab", + "polishedslatehalfblock": "polished_deepslate_slab", + "polishedslatestep": "polished_deepslate_slab", + "pslatehalfblock": "polished_deepslate_slab", + "pslatestep": "polished_deepslate_slab", + "polished_deepslate_stairs": { + "material": "POLISHED_DEEPSLATE_STAIRS" + }, + "minecraft:polished_deepslate_stairs": "polished_deepslate_stairs", + "pdeepslatestair": "polished_deepslate_stairs", + "pdeepslatestairs": "polished_deepslate_stairs", + "pdslatestair": "polished_deepslate_stairs", + "pdslatestairs": "polished_deepslate_stairs", + "polisheddeepslatestair": "polished_deepslate_stairs", + "polisheddeepslatestairs": "polished_deepslate_stairs", + "polisheddslatestair": "polished_deepslate_stairs", + "polisheddslatestairs": "polished_deepslate_stairs", + "polishedslatestair": "polished_deepslate_stairs", + "polishedslatestairs": "polished_deepslate_stairs", + "pslatestair": "polished_deepslate_stairs", + "pslatestairs": "polished_deepslate_stairs", + "polished_deepslate_wall": { + "material": "POLISHED_DEEPSLATE_WALL" + }, + "minecraft:polished_deepslate_wall": "polished_deepslate_wall", + "pdeepslatewall": "polished_deepslate_wall", + "pdslatewall": "polished_deepslate_wall", + "polisheddeepslatewall": "polished_deepslate_wall", + "polisheddslatewall": "polished_deepslate_wall", + "polishedslatewall": "polished_deepslate_wall", + "pslatewall": "polished_deepslate_wall", + "wallpdeepslate": "polished_deepslate_wall", + "wallpdslate": "polished_deepslate_wall", + "wallpolisheddeepslate": "polished_deepslate_wall", + "wallpolisheddslate": "polished_deepslate_wall", + "wallpolishedslate": "polished_deepslate_wall", + "wallpslate": "polished_deepslate_wall", + "polished_diorite": { + "material": "POLISHED_DIORITE" + }, + "minecraft:polished_diorite": "polished_diorite", + "pdi": "polished_diorite", + "pdib": "polished_diorite", + "pdibl": "polished_diorite", + "pdiblock": "polished_diorite", + "pdiorite": "polished_diorite", + "pdioriteb": "polished_diorite", + "pdioritebl": "polished_diorite", + "pdioriteblock": "polished_diorite", + "pdstone": "polished_diorite", + "pdstoneb": "polished_diorite", + "pdstonebl": "polished_diorite", + "pdstoneblock": "polished_diorite", + "polisheddi": "polished_diorite", + "polisheddib": "polished_diorite", + "polisheddibl": "polished_diorite", + "polisheddiblock": "polished_diorite", + "polisheddiorite": "polished_diorite", + "polisheddioriteb": "polished_diorite", + "polisheddioritebl": "polished_diorite", + "polisheddioriteblock": "polished_diorite", + "polisheddstone": "polished_diorite", + "polisheddstoneb": "polished_diorite", + "polisheddstonebl": "polished_diorite", + "polisheddstoneblock": "polished_diorite", + "polished_diorite_slab": { + "material": "POLISHED_DIORITE_SLAB" + }, + "minecraft:polished_diorite_slab": "polished_diorite_slab", + "pdihalfblock": "polished_diorite_slab", + "pdioritehalfblock": "polished_diorite_slab", + "pdioritestep": "polished_diorite_slab", + "pdistep": "polished_diorite_slab", + "pdstonehalfblock": "polished_diorite_slab", + "pdstonestep": "polished_diorite_slab", + "polisheddihalfblock": "polished_diorite_slab", + "polisheddioritehalfblock": "polished_diorite_slab", + "polisheddioriteslab": "polished_diorite_slab", + "polisheddioritestep": "polished_diorite_slab", + "polisheddistep": "polished_diorite_slab", + "polisheddstonehalfblock": "polished_diorite_slab", + "polisheddstonestep": "polished_diorite_slab", + "polished_diorite_stairs": { + "material": "POLISHED_DIORITE_STAIRS" + }, + "minecraft:polished_diorite_stairs": "polished_diorite_stairs", + "pdioritestair": "polished_diorite_stairs", + "pdioritestairs": "polished_diorite_stairs", + "pdistair": "polished_diorite_stairs", + "pdistairs": "polished_diorite_stairs", + "pdstonestair": "polished_diorite_stairs", + "pdstonestairs": "polished_diorite_stairs", + "polisheddioritestair": "polished_diorite_stairs", + "polisheddioritestairs": "polished_diorite_stairs", + "polisheddistair": "polished_diorite_stairs", + "polisheddistairs": "polished_diorite_stairs", + "polisheddstonestair": "polished_diorite_stairs", + "polisheddstonestairs": "polished_diorite_stairs", + "polished_granite": { + "material": "POLISHED_GRANITE" + }, + "minecraft:polished_granite": "polished_granite", + "pgr": "polished_granite", + "pgranite": "polished_granite", + "pgraniteb": "polished_granite", + "pgranitebl": "polished_granite", + "pgraniteblock": "polished_granite", + "pgrb": "polished_granite", + "pgrbl": "polished_granite", + "pgrblock": "polished_granite", + "pgstone": "polished_granite", + "pgstoneb": "polished_granite", + "pgstonebl": "polished_granite", + "pgstoneblock": "polished_granite", + "polishedgr": "polished_granite", + "polishedgranite": "polished_granite", + "polishedgraniteb": "polished_granite", + "polishedgranitebl": "polished_granite", + "polishedgraniteblock": "polished_granite", + "polishedgrb": "polished_granite", + "polishedgrbl": "polished_granite", + "polishedgrblock": "polished_granite", + "polishedgstone": "polished_granite", + "polishedgstoneb": "polished_granite", + "polishedgstonebl": "polished_granite", + "polishedgstoneblock": "polished_granite", + "polished_granite_slab": { + "material": "POLISHED_GRANITE_SLAB" + }, + "minecraft:polished_granite_slab": "polished_granite_slab", + "pgranitehalfblock": "polished_granite_slab", + "pgranitestep": "polished_granite_slab", + "pgrhalfblock": "polished_granite_slab", + "pgrstep": "polished_granite_slab", + "pgstonehalfblock": "polished_granite_slab", + "pgstonestep": "polished_granite_slab", + "polishedgranitehalfblock": "polished_granite_slab", + "polishedgraniteslab": "polished_granite_slab", + "polishedgranitestep": "polished_granite_slab", + "polishedgrhalfblock": "polished_granite_slab", + "polishedgrstep": "polished_granite_slab", + "polishedgstonehalfblock": "polished_granite_slab", + "polishedgstonestep": "polished_granite_slab", + "polished_granite_stairs": { + "material": "POLISHED_GRANITE_STAIRS" + }, + "minecraft:polished_granite_stairs": "polished_granite_stairs", + "pgranitestair": "polished_granite_stairs", + "pgranitestairs": "polished_granite_stairs", + "pgrstair": "polished_granite_stairs", + "pgrstairs": "polished_granite_stairs", + "pgstonestair": "polished_granite_stairs", + "pgstonestairs": "polished_granite_stairs", + "polishedgranitestair": "polished_granite_stairs", + "polishedgranitestairs": "polished_granite_stairs", + "polishedgrstair": "polished_granite_stairs", + "polishedgrstairs": "polished_granite_stairs", + "polishedgstonestair": "polished_granite_stairs", + "polishedgstonestairs": "polished_granite_stairs", + "popped_chorus_fruit": { + "material": "POPPED_CHORUS_FRUIT" + }, + "minecraft:popped_chorus_fruit": "popped_chorus_fruit", + "pchorus": "popped_chorus_fruit", + "popchorus": "popped_chorus_fruit", + "poppedchorus": "popped_chorus_fruit", + "poppedchorusfruit": "popped_chorus_fruit", + "poppy": { + "material": "POPPY" + }, + "minecraft:poppy": "poppy", + "redflower": "poppy", + "redpoppy": "poppy", + "redrose": "poppy", + "rflower": "poppy", + "rose": "poppy", + "rrose": "poppy", + "porkchop": { + "material": "PORKCHOP" + }, + "minecraft:porkchop": "porkchop", + "plainpork": "porkchop", + "plainporkchop": "porkchop", + "pork": "porkchop", + "rapork": "porkchop", + "raporkchop": "porkchop", + "rawpork": "porkchop", + "rawporkchop": "porkchop", + "uncookedpork": "porkchop", + "uncookedporkchop": "porkchop", + "potato": { + "material": "POTATO" + }, + "minecraft:potato": "potato", + "potion": { + "material": "POTION" + }, + "minecraft:potion": "potion", + "powder_snow_bucket": { + "material": "POWDER_SNOW_BUCKET" + }, + "minecraft:powder_snow_bucket": "powder_snow_bucket", + "powdersnowbucket": "powder_snow_bucket", + "snowbucket": "powder_snow_bucket", + "snowpail": "powder_snow_bucket", + "powered_rail": { + "material": "POWERED_RAIL" + }, + "boosterrail": "powered_rail", + "boosterrails": "powered_rail", + "boostertrack": "powered_rail", + "boostrail": "powered_rail", + "boostrails": "powered_rail", + "boosttrack": "powered_rail", + "brail": "powered_rail", + "brails": "powered_rail", + "btrack": "powered_rail", + "minecraft:powered_rail": "powered_rail", + "poweredrail": "powered_rail", + "poweredrails": "powered_rail", + "poweredtrack": "powered_rail", + "powerrail": "powered_rail", + "powerrails": "powered_rail", + "powertrack": "powered_rail", + "powrail": "powered_rail", + "powrails": "powered_rail", + "powtrack": "powered_rail", + "prail": "powered_rail", + "prails": "powered_rail", + "ptrack": "powered_rail", + "pwrrail": "powered_rail", + "pwrrails": "powered_rail", + "pwrtrack": "powered_rail", + "prismarine": { + "material": "PRISMARINE" + }, + "minecraft:prismarine": "prismarine", + "pris": "prismarine", + "prisblock": "prismarine", + "prismarineblock": "prismarine", + "sea": "prismarine", + "seablock": "prismarine", + "prismarine_brick_slab": { + "material": "PRISMARINE_BRICK_SLAB" + }, + "minecraft:prismarine_brick_slab": "prismarine_brick_slab", + "prisbricksl": "prismarine_brick_slab", + "prisbrickslab": "prismarine_brick_slab", + "prisbrickssl": "prismarine_brick_slab", + "prisbricksslab": "prismarine_brick_slab", + "prisbrsl": "prismarine_brick_slab", + "prisbrslab": "prismarine_brick_slab", + "prismarine_bricksl": "prismarine_brick_slab", + "prismarine_brickslab": "prismarine_brick_slab", + "prismarinebricksl": "prismarine_brick_slab", + "prismarinebrickslab": "prismarine_brick_slab", + "prismarinebrickssl": "prismarine_brick_slab", + "prismarinebricksslab": "prismarine_brick_slab", + "prismarinebrsl": "prismarine_brick_slab", + "prismarinebrslab": "prismarine_brick_slab", + "seabricksl": "prismarine_brick_slab", + "seabrickslab": "prismarine_brick_slab", + "seabrickssl": "prismarine_brick_slab", + "seabricksslab": "prismarine_brick_slab", + "seabrsl": "prismarine_brick_slab", + "seabrslab": "prismarine_brick_slab", + "prismarine_brick_stairs": { + "material": "PRISMARINE_BRICK_STAIRS" + }, + "minecraft:prismarine_brick_stairs": "prismarine_brick_stairs", + "prisbricksst": "prismarine_brick_stairs", + "prisbricksstair": "prismarine_brick_stairs", + "prisbricksstairs": "prismarine_brick_stairs", + "prisbrickst": "prismarine_brick_stairs", + "prisbrickstair": "prismarine_brick_stairs", + "prisbrickstairs": "prismarine_brick_stairs", + "prisbrst": "prismarine_brick_stairs", + "prisbrstair": "prismarine_brick_stairs", + "prisbrstairs": "prismarine_brick_stairs", + "prismarine_brickst": "prismarine_brick_stairs", + "prismarine_brickstair": "prismarine_brick_stairs", + "prismarine_brickstairs": "prismarine_brick_stairs", + "prismarinebricksst": "prismarine_brick_stairs", + "prismarinebricksstair": "prismarine_brick_stairs", + "prismarinebricksstairs": "prismarine_brick_stairs", + "prismarinebrickst": "prismarine_brick_stairs", + "prismarinebrickstair": "prismarine_brick_stairs", + "prismarinebrickstairs": "prismarine_brick_stairs", + "prismarinebrst": "prismarine_brick_stairs", + "prismarinebrstair": "prismarine_brick_stairs", + "prismarinebrstairs": "prismarine_brick_stairs", + "seabricksst": "prismarine_brick_stairs", + "seabricksstair": "prismarine_brick_stairs", + "seabricksstairs": "prismarine_brick_stairs", + "seabrickst": "prismarine_brick_stairs", + "seabrickstair": "prismarine_brick_stairs", + "seabrickstairs": "prismarine_brick_stairs", + "seabrst": "prismarine_brick_stairs", + "seabrstair": "prismarine_brick_stairs", + "seabrstairs": "prismarine_brick_stairs", + "prismarine_bricks": { + "material": "PRISMARINE_BRICKS" + }, + "minecraft:prismarine_bricks": "prismarine_bricks", + "prisbr": "prismarine_bricks", + "prisbrick": "prismarine_bricks", + "prisbricks": "prismarine_bricks", + "prismarine_brick": "prismarine_bricks", + "prismarinebr": "prismarine_bricks", + "prismarinebrick": "prismarine_bricks", + "prismarinebricks": "prismarine_bricks", + "seabr": "prismarine_bricks", + "seabrick": "prismarine_bricks", + "seabricks": "prismarine_bricks", + "prismarine_crystals": { + "material": "PRISMARINE_CRYSTALS" + }, + "minecraft:prismarine_crystals": "prismarine_crystals", + "priscrystal": "prismarine_crystals", + "priscrystals": "prismarine_crystals", + "prismarinecrystal": "prismarine_crystals", + "prismarinecrystals": "prismarine_crystals", + "seacrystal": "prismarine_crystals", + "seacrystals": "prismarine_crystals", + "prismarine_shard": { + "material": "PRISMARINE_SHARD" + }, + "minecraft:prismarine_shard": "prismarine_shard", + "prisfragment": "prismarine_shard", + "prismarinefragment": "prismarine_shard", + "prismarineshard": "prismarine_shard", + "prisshard": "prismarine_shard", + "seafragment": "prismarine_shard", + "seashard": "prismarine_shard", + "prismarine_slab": { + "material": "PRISMARINE_SLAB" + }, + "minecraft:prismarine_slab": "prismarine_slab", + "prismarinesl": "prismarine_slab", + "prismarineslab": "prismarine_slab", + "prissl": "prismarine_slab", + "prisslab": "prismarine_slab", + "seasl": "prismarine_slab", + "seaslab": "prismarine_slab", + "prismarine_stairs": { + "material": "PRISMARINE_STAIRS" + }, + "minecraft:prismarine_stairs": "prismarine_stairs", + "prismarinest": "prismarine_stairs", + "prismarinestair": "prismarine_stairs", + "prismarinestairs": "prismarine_stairs", + "prisst": "prismarine_stairs", + "prisstair": "prismarine_stairs", + "prisstairs": "prismarine_stairs", + "seast": "prismarine_stairs", + "seastair": "prismarine_stairs", + "seastairs": "prismarine_stairs", + "prismarine_wall": { + "material": "PRISMARINE_WALL" + }, + "minecraft:prismarine_wall": "prismarine_wall", + "prismarinewall": "prismarine_wall", + "prize_pottery_sherd": { + "material": "PRIZE_POTTERY_SHERD" + }, + "minecraft:prize_pottery_sherd": "prize_pottery_sherd", + "prizepotterysherd": "prize_pottery_sherd", + "prizesherd": "prize_pottery_sherd", + "pufferfish": { + "material": "PUFFERFISH" + }, + "fishp": "pufferfish", + "fishpuff": "pufferfish", + "minecraft:pufferfish": "pufferfish", + "pfish": "pufferfish", + "plainfishp": "pufferfish", + "plainfishpuff": "pufferfish", + "plainpfish": "pufferfish", + "plainpufferfish": "pufferfish", + "plainpufffish": "pufferfish", + "pufffish": "pufferfish", + "rafishp": "pufferfish", + "rafishpuff": "pufferfish", + "rapfish": "pufferfish", + "rapufferfish": "pufferfish", + "rapufffish": "pufferfish", + "rawfishp": "pufferfish", + "rawfishpuff": "pufferfish", + "rawpfish": "pufferfish", + "rawpufferfish": "pufferfish", + "rawpufffish": "pufferfish", + "uncookedfishp": "pufferfish", + "uncookedfishpuff": "pufferfish", + "uncookedpfish": "pufferfish", + "uncookedpufferfish": "pufferfish", + "uncookedpufffish": "pufferfish", + "pufferfish_bucket": { + "material": "PUFFERFISH_BUCKET" + }, + "bucketopfish": "pufferfish_bucket", + "bucketopuffer": "pufferfish_bucket", + "bucketopufferfish": "pufferfish_bucket", + "minecraft:pufferfish_bucket": "pufferfish_bucket", + "pfishbucket": "pufferfish_bucket", + "pfishbukkit": "pufferfish_bucket", + "pfishpail": "pufferfish_bucket", + "pufferbucket": "pufferfish_bucket", + "pufferbukkit": "pufferfish_bucket", + "pufferfishbucket": "pufferfish_bucket", + "pufferfishbukkit": "pufferfish_bucket", + "pufferfishpail": "pufferfish_bucket", + "pufferpail": "pufferfish_bucket", + "pufferfish_spawn_egg": { + "material": "PUFFERFISH_SPAWN_EGG" + }, + "eggpfish": "pufferfish_spawn_egg", + "eggpuffer": "pufferfish_spawn_egg", + "eggpufferfish": "pufferfish_spawn_egg", + "minecraft:pufferfish_spawn_egg": "pufferfish_spawn_egg", + "pfishegg": "pufferfish_spawn_egg", + "pfishsegg": "pufferfish_spawn_egg", + "pfishspawn": "pufferfish_spawn_egg", + "pfishspawnegg": "pufferfish_spawn_egg", + "pufferegg": "pufferfish_spawn_egg", + "pufferfishegg": "pufferfish_spawn_egg", + "pufferfishsegg": "pufferfish_spawn_egg", + "pufferfishspawn": "pufferfish_spawn_egg", + "pufferfishspawnegg": "pufferfish_spawn_egg", + "puffersegg": "pufferfish_spawn_egg", + "pufferspawn": "pufferfish_spawn_egg", + "pufferspawnegg": "pufferfish_spawn_egg", + "seggpfish": "pufferfish_spawn_egg", + "seggpuffer": "pufferfish_spawn_egg", + "seggpufferfish": "pufferfish_spawn_egg", + "spawneggpfish": "pufferfish_spawn_egg", + "spawneggpuffer": "pufferfish_spawn_egg", + "spawneggpufferfish": "pufferfish_spawn_egg", + "spawnpfish": "pufferfish_spawn_egg", + "spawnpuffer": "pufferfish_spawn_egg", + "spawnpufferfish": "pufferfish_spawn_egg", + "pufferfish_spawner": { + "entity": "PUFFERFISH", + "material": "SPAWNER" + }, + "pfishcage": "pufferfish_spawner", + "pfishmcage": "pufferfish_spawner", + "pfishmobcage": "pufferfish_spawner", + "pfishmobspawner": "pufferfish_spawner", + "pfishmonstercage": "pufferfish_spawner", + "pfishmonsterspawner": "pufferfish_spawner", + "pfishmspawner": "pufferfish_spawner", + "pfishspawner": "pufferfish_spawner", + "puffercage": "pufferfish_spawner", + "pufferfishcage": "pufferfish_spawner", + "pufferfishmcage": "pufferfish_spawner", + "pufferfishmobcage": "pufferfish_spawner", + "pufferfishmobspawner": "pufferfish_spawner", + "pufferfishmonstercage": "pufferfish_spawner", + "pufferfishmonsterspawner": "pufferfish_spawner", + "pufferfishmspawner": "pufferfish_spawner", + "pufferfishspawner": "pufferfish_spawner", + "puffermcage": "pufferfish_spawner", + "puffermobcage": "pufferfish_spawner", + "puffermobspawner": "pufferfish_spawner", + "puffermonstercage": "pufferfish_spawner", + "puffermonsterspawner": "pufferfish_spawner", + "puffermspawner": "pufferfish_spawner", + "pufferspawner": "pufferfish_spawner", + "pumpkin": { + "material": "PUMPKIN" + }, + "minecraft:pumpkin": "pumpkin", + "pumpkin_pie": { + "material": "PUMPKIN_PIE" + }, + "minecraft:pumpkin_pie": "pumpkin_pie", + "pumpkinpie": "pumpkin_pie", + "pumpkin_seeds": { + "material": "PUMPKIN_SEEDS" + }, + "minecraft:pumpkin_seeds": "pumpkin_seeds", + "pumpkinseeds": "pumpkin_seeds", + "purple_banner": { + "material": "PURPLE_BANNER" + }, + "minecraft:purple_banner": "purple_banner", + "pubanner": "purple_banner", + "purplebanner": "purple_banner", + "purple_bed": { + "material": "PURPLE_BED" + }, + "minecraft:purple_bed": "purple_bed", + "pubed": "purple_bed", + "purplebed": "purple_bed", + "purple_candle": { + "material": "PURPLE_CANDLE" + }, + "minecraft:purple_candle": "purple_candle", + "pucandle": "purple_candle", + "purplecandle": "purple_candle", + "purple_carpet": { + "material": "PURPLE_CARPET" + }, + "minecraft:purple_carpet": "purple_carpet", + "pucarpet": "purple_carpet", + "pufloor": "purple_carpet", + "purplecarpet": "purple_carpet", + "purplefloor": "purple_carpet", + "purple_concrete": { + "material": "PURPLE_CONCRETE" + }, + "minecraft:purple_concrete": "purple_concrete", + "puconcrete": "purple_concrete", + "purpleconcrete": "purple_concrete", + "purple_concrete_powder": { + "material": "PURPLE_CONCRETE_POWDER" + }, + "minecraft:purple_concrete_powder": "purple_concrete_powder", + "pucdust": "purple_concrete_powder", + "puconcretepowder": "purple_concrete_powder", + "puconcretesand": "purple_concrete_powder", + "pucp": "purple_concrete_powder", + "pucpowder": "purple_concrete_powder", + "purplecdust": "purple_concrete_powder", + "purpleconcretepowder": "purple_concrete_powder", + "purpleconcretesand": "purple_concrete_powder", + "purplecp": "purple_concrete_powder", + "purplecpowder": "purple_concrete_powder", + "purple_dye": { + "material": "PURPLE_DYE" + }, + "minecraft:purple_dye": "purple_dye", + "pudye": "purple_dye", + "purpledye": "purple_dye", + "purple_glazed_terracotta": { + "material": "PURPLE_GLAZED_TERRACOTTA" + }, + "minecraft:purple_glazed_terracotta": "purple_glazed_terracotta", + "puglazedtcota": "purple_glazed_terracotta", + "puglazedterra": "purple_glazed_terracotta", + "puglazedterracota": "purple_glazed_terracotta", + "puglazedterracotta": "purple_glazed_terracotta", + "pugtcotta": "purple_glazed_terracotta", + "pugterra": "purple_glazed_terracotta", + "purpleglazedtcota": "purple_glazed_terracotta", + "purpleglazedterra": "purple_glazed_terracotta", + "purpleglazedterracota": "purple_glazed_terracotta", + "purpleglazedterracotta": "purple_glazed_terracotta", + "purplegtcotta": "purple_glazed_terracotta", + "purplegterra": "purple_glazed_terracotta", + "purple_shulker_box": { + "material": "PURPLE_SHULKER_BOX" + }, + "minecraft:purple_shulker_box": "purple_shulker_box", + "purplesbox": "purple_shulker_box", + "purpleshulkerbox": "purple_shulker_box", + "pusbox": "purple_shulker_box", + "pushulkerbox": "purple_shulker_box", + "purple_stained_glass": { + "material": "PURPLE_STAINED_GLASS" + }, + "minecraft:purple_stained_glass": "purple_stained_glass", + "puglass": "purple_stained_glass", + "purpleglass": "purple_stained_glass", + "purplesglass": "purple_stained_glass", + "purplestainedglass": "purple_stained_glass", + "pusglass": "purple_stained_glass", + "pustainedglass": "purple_stained_glass", + "purple_stained_glass_pane": { + "material": "PURPLE_STAINED_GLASS_PANE" + }, + "minecraft:purple_stained_glass_pane": "purple_stained_glass_pane", + "puglasspane": "purple_stained_glass_pane", + "pugpane": "purple_stained_glass_pane", + "purpleglasspane": "purple_stained_glass_pane", + "purplegpane": "purple_stained_glass_pane", + "purplesglasspane": "purple_stained_glass_pane", + "purplestainedglasspane": "purple_stained_glass_pane", + "pusglasspane": "purple_stained_glass_pane", + "pustainedglasspane": "purple_stained_glass_pane", + "purple_terracotta": { + "material": "PURPLE_TERRACOTTA" + }, + "minecraft:purple_terracotta": "purple_terracotta", + "puclay": "purple_terracotta", + "purpleclay": "purple_terracotta", + "purplesclay": "purple_terracotta", + "purplestainedclay": "purple_terracotta", + "purpletcota": "purple_terracotta", + "purpleterra": "purple_terracotta", + "purpleterracota": "purple_terracotta", + "purpleterracotta": "purple_terracotta", + "pusclay": "purple_terracotta", + "pustainedclay": "purple_terracotta", + "putcota": "purple_terracotta", + "puterra": "purple_terracotta", + "puterracota": "purple_terracotta", + "puterracotta": "purple_terracotta", + "purple_wool": { + "material": "PURPLE_WOOL" + }, + "minecraft:purple_wool": "purple_wool", + "pucloth": "purple_wool", + "pucotton": "purple_wool", + "purplecloth": "purple_wool", + "purplecotton": "purple_wool", + "purplewool": "purple_wool", + "puwool": "purple_wool", + "purpur_block": { + "material": "PURPUR_BLOCK" + }, + "minecraft:purpur_block": "purpur_block", + "purpurblock": "purpur_block", + "purpur_pillar": { + "material": "PURPUR_PILLAR" + }, + "minecraft:purpur_pillar": "purpur_pillar", + "purpurpillar": "purpur_pillar", + "purpur_slab": { + "material": "PURPUR_SLAB" + }, + "minecraft:purpur_slab": "purpur_slab", + "purpurslab": "purpur_slab", + "purpur_stairs": { + "material": "PURPUR_STAIRS" + }, + "minecraft:purpur_stairs": "purpur_stairs", + "purpurstairs": "purpur_stairs", + "quartz": { + "material": "QUARTZ" + }, + "minecraft:quartz": "quartz", + "netherquartz": "quartz_block", + "nq": "quartz_block", + "q": "quartz_block", + "quar": "quartz_block", + "quartz_block": { + "material": "QUARTZ_BLOCK" + }, + "minecraft:quartz_block": "quartz_block", + "netherquartzb": "quartz_block", + "netherquartzbl": "quartz_block", + "netherquartzblock": "quartz_block", + "nqb": "quartz_block", + "nqbl": "quartz_block", + "nqblock": "quartz_block", + "qb": "quartz_block", + "qbl": "quartz_block", + "qblock": "quartz_block", + "quarb": "quartz_block", + "quarbl": "quartz_block", + "quarblock": "quartz_block", + "quartzb": "quartz_block", + "quartzbl": "quartz_block", + "quartzblock": "quartz_block", + "quartz_bricks": { + "material": "QUARTZ_BRICKS" + }, + "minecraft:quartz_bricks": "quartz_bricks", + "qbr": "quartz_bricks", + "qbrick": "quartz_bricks", + "qbricks": "quartz_bricks", + "quarbr": "quartz_bricks", + "quarbrick": "quartz_bricks", + "quarbricks": "quartz_bricks", + "quartzbr": "quartz_bricks", + "quartzbrick": "quartz_bricks", + "quartzbricks": "quartz_bricks", + "quartz_pillar": { + "material": "QUARTZ_PILLAR" + }, + "minecraft:quartz_pillar": "quartz_pillar", + "netherquartzpill": "quartz_pillar", + "netherquartzpillar": "quartz_pillar", + "nqpill": "quartz_pillar", + "nqpillar": "quartz_pillar", + "qpill": "quartz_pillar", + "qpillar": "quartz_pillar", + "quarpill": "quartz_pillar", + "quarpillar": "quartz_pillar", + "quartzpill": "quartz_pillar", + "quartzpillar": "quartz_pillar", + "quartz_slab": { + "material": "QUARTZ_SLAB" + }, + "minecraft:quartz_slab": "quartz_slab", + "netherquartzhalfblock": "quartz_slab", + "netherquartzstep": "quartz_slab", + "nqhalfblock": "quartz_slab", + "nqstep": "quartz_slab", + "qhalfblock": "quartz_slab", + "qstep": "quartz_slab", + "quarhalfblock": "quartz_slab", + "quarstep": "quartz_slab", + "quartzhalfblock": "quartz_slab", + "quartzslab": "quartz_slab", + "quartzstep": "quartz_slab", + "quartz_stairs": { + "material": "QUARTZ_STAIRS" + }, + "minecraft:quartz_stairs": "quartz_stairs", + "netherquartzstair": "quartz_stairs", + "netherquartzstairs": "quartz_stairs", + "nqstair": "quartz_stairs", + "nqstairs": "quartz_stairs", + "qstair": "quartz_stairs", + "qstairs": "quartz_stairs", + "quarstair": "quartz_stairs", + "quarstairs": "quartz_stairs", + "quartzstair": "quartz_stairs", + "quartzstairs": "quartz_stairs", + "rabbit": { + "material": "RABBIT" + }, + "hare": "rabbit", + "hasenpfeffer": "rabbit", + "minecraft:rabbit": "rabbit", + "plainhare": "rabbit", + "plainhasenpfeffer": "rabbit", + "plainrabbit": "rabbit", + "rahare": "rabbit", + "rahasenpfeffer": "rabbit", + "rarabbit": "rabbit", + "rawhare": "rabbit", + "rawhasenpfeffer": "rabbit", + "rawrabbit": "rabbit", + "uncookedhare": "rabbit", + "uncookedhasenpfeffer": "rabbit", + "uncookedrabbit": "rabbit", + "rabbit_foot": { + "material": "RABBIT_FOOT" + }, + "minecraft:rabbit_foot": "rabbit_foot", + "rabbitfoot": "rabbit_foot", + "rabbit_hide": { + "material": "RABBIT_HIDE" + }, + "harecoat": "rabbit_hide", + "harefur": "rabbit_hide", + "harehide": "rabbit_hide", + "hareskin": "rabbit_hide", + "hasenpfeffercoat": "rabbit_hide", + "hasenpfefferfur": "rabbit_hide", + "hasenpfefferhide": "rabbit_hide", + "hasenpfefferskin": "rabbit_hide", + "minecraft:rabbit_hide": "rabbit_hide", + "rabbitcoat": "rabbit_hide", + "rabbitfur": "rabbit_hide", + "rabbithide": "rabbit_hide", + "rabbitskin": "rabbit_hide", + "rabbit_spawn_egg": { + "material": "RABBIT_SPAWN_EGG" + }, + "eggrabbit": "rabbit_spawn_egg", + "minecraft:rabbit_spawn_egg": "rabbit_spawn_egg", + "rabbitegg": "rabbit_spawn_egg", + "rabbitsegg": "rabbit_spawn_egg", + "rabbitspawn": "rabbit_spawn_egg", + "rabbitspawnegg": "rabbit_spawn_egg", + "seggrabbit": "rabbit_spawn_egg", + "spawneggrabbit": "rabbit_spawn_egg", + "spawnrabbit": "rabbit_spawn_egg", + "rabbit_spawner": { + "entity": "RABBIT", + "material": "SPAWNER" + }, + "rabbitcage": "rabbit_spawner", + "rabbitmcage": "rabbit_spawner", + "rabbitmobcage": "rabbit_spawner", + "rabbitmobspawner": "rabbit_spawner", + "rabbitmonstercage": "rabbit_spawner", + "rabbitmonsterspawner": "rabbit_spawner", + "rabbitmspawner": "rabbit_spawner", + "rabbitspawner": "rabbit_spawner", + "rabbit_stew": { + "material": "RABBIT_STEW" + }, + "haresoup": "rabbit_stew", + "harestew": "rabbit_stew", + "hasenpfeffersoup": "rabbit_stew", + "hasenpfefferstew": "rabbit_stew", + "minecraft:rabbit_stew": "rabbit_stew", + "rabbitsoup": "rabbit_stew", + "rabbitstew": "rabbit_stew", + "rail": { + "material": "RAIL" + }, + "mcartrail": "rail", + "mcartrails": "rail", + "mcarttrack": "rail", + "mcrail": "rail", + "mcrails": "rail", + "mctrack": "rail", + "minecartrail": "rail", + "minecartrails": "rail", + "minecarttrack": "rail", + "minecraft:rail": "rail", + "rails": "rail", + "track": "rail", + "raiser_armor_trim_smithing_template": { + "material": "RAISER_ARMOR_TRIM_SMITHING_TEMPLATE" + }, + "minecraft:raiser_armor_trim_smithing_template": "raiser_armor_trim_smithing_template", + "raiserarmortrimsmithingtemplate": "raiser_armor_trim_smithing_template", + "raisertrim": "raiser_armor_trim_smithing_template", + "ravager_spawn_egg": { + "material": "RAVAGER_SPAWN_EGG" + }, + "eggravager": "ravager_spawn_egg", + "minecraft:ravager_spawn_egg": "ravager_spawn_egg", + "ravageregg": "ravager_spawn_egg", + "ravagersegg": "ravager_spawn_egg", + "ravagerspawn": "ravager_spawn_egg", + "ravagerspawnegg": "ravager_spawn_egg", + "seggravager": "ravager_spawn_egg", + "spawneggravager": "ravager_spawn_egg", + "spawnravager": "ravager_spawn_egg", + "ravager_spawner": { + "entity": "RAVAGER", + "material": "SPAWNER" + }, + "ravagercage": "ravager_spawner", + "ravagermcage": "ravager_spawner", + "ravagermobcage": "ravager_spawner", + "ravagermobspawner": "ravager_spawner", + "ravagermonstercage": "ravager_spawner", + "ravagermonsterspawner": "ravager_spawner", + "ravagermspawner": "ravager_spawner", + "ravagerspawner": "ravager_spawner", + "raw_copper": { + "material": "RAW_COPPER" + }, + "minecraft:raw_copper": "raw_copper", + "rawcopper": "raw_copper", + "raw_copper_block": { + "material": "RAW_COPPER_BLOCK" + }, + "coporechunkbl": "raw_copper_block", + "coporechunkblock": "raw_copper_block", + "copperorechunkbl": "raw_copper_block", + "copperorechunkblock": "raw_copper_block", + "copporechunkbl": "raw_copper_block", + "copporechunkblock": "raw_copper_block", + "minecraft:raw_copper_block": "raw_copper_block", + "rawcoporebl": "raw_copper_block", + "rawcoporeblock": "raw_copper_block", + "rawcopperblock": "raw_copper_block", + "rawcopperorebl": "raw_copper_block", + "rawcopperoreblock": "raw_copper_block", + "rawcopporebl": "raw_copper_block", + "rawcopporeblock": "raw_copper_block", + "rcoporebl": "raw_copper_block", + "rcoporeblock": "raw_copper_block", + "rcopperorebl": "raw_copper_block", + "rcopperoreblock": "raw_copper_block", + "rcopporebl": "raw_copper_block", + "rcopporeblock": "raw_copper_block", + "raw_gold": { + "material": "RAW_GOLD" + }, + "minecraft:raw_gold": "raw_gold", + "rawgold": "raw_gold", + "raw_gold_block": { + "material": "RAW_GOLD_BLOCK" + }, + "goldorechunkbl": "raw_gold_block", + "goldorechunkblock": "raw_gold_block", + "gorechunkbl": "raw_gold_block", + "gorechunkblock": "raw_gold_block", + "minecraft:raw_gold_block": "raw_gold_block", + "rawgoldblock": "raw_gold_block", + "rawgoldorebl": "raw_gold_block", + "rawgoldoreblock": "raw_gold_block", + "rawgorebl": "raw_gold_block", + "rawgoreblock": "raw_gold_block", + "rgoldorebl": "raw_gold_block", + "rgoldoreblock": "raw_gold_block", + "rgorebl": "raw_gold_block", + "rgoreblock": "raw_gold_block", + "raw_iron": { + "material": "RAW_IRON" + }, + "minecraft:raw_iron": "raw_iron", + "rawiron": "raw_iron", + "raw_iron_block": { + "material": "RAW_IRON_BLOCK" + }, + "iorechunkbl": "raw_iron_block", + "iorechunkblock": "raw_iron_block", + "ironorechunkbl": "raw_iron_block", + "ironorechunkblock": "raw_iron_block", + "minecraft:raw_iron_block": "raw_iron_block", + "rawiorebl": "raw_iron_block", + "rawioreblock": "raw_iron_block", + "rawironblock": "raw_iron_block", + "rawironorebl": "raw_iron_block", + "rawironoreblock": "raw_iron_block", + "rawsorebl": "raw_iron_block", + "rawsoreblock": "raw_iron_block", + "rawsteelorebl": "raw_iron_block", + "rawsteeloreblock": "raw_iron_block", + "rawstorebl": "raw_iron_block", + "rawstoreblock": "raw_iron_block", + "riorebl": "raw_iron_block", + "rioreblock": "raw_iron_block", + "rironorebl": "raw_iron_block", + "rironoreblock": "raw_iron_block", + "rsorebl": "raw_iron_block", + "rsoreblock": "raw_iron_block", + "rsteelorebl": "raw_iron_block", + "rsteeloreblock": "raw_iron_block", + "rstorebl": "raw_iron_block", + "rstoreblock": "raw_iron_block", + "sorechunkbl": "raw_iron_block", + "sorechunkblock": "raw_iron_block", + "steelorechunkbl": "raw_iron_block", + "steelorechunkblock": "raw_iron_block", + "storechunkbl": "raw_iron_block", + "storechunkblock": "raw_iron_block", + "recovery_compass": { + "material": "RECOVERY_COMPASS" + }, + "minecraft:recovery_compass": "recovery_compass", + "recompass": "recovery_compass", + "recoverycompass": "recovery_compass", + "red_banner": { + "material": "RED_BANNER" + }, + "minecraft:red_banner": "red_banner", + "rbanner": "red_banner", + "redbanner": "red_banner", + "red_bed": { + "material": "RED_BED" + }, + "minecraft:red_bed": "red_bed", + "rbed": "red_bed", + "redbed": "red_bed", + "red_candle": { + "material": "RED_CANDLE" + }, + "minecraft:red_candle": "red_candle", + "rcandle": "red_candle", + "redcandle": "red_candle", + "red_carpet": { + "material": "RED_CARPET" + }, + "minecraft:red_carpet": "red_carpet", + "rcarpet": "red_carpet", + "redcarpet": "red_carpet", + "redfloor": "red_carpet", + "rfloor": "red_carpet", + "red_concrete": { + "material": "RED_CONCRETE" + }, + "minecraft:red_concrete": "red_concrete", + "rconcrete": "red_concrete", + "redconcrete": "red_concrete", + "red_concrete_powder": { + "material": "RED_CONCRETE_POWDER" + }, + "minecraft:red_concrete_powder": "red_concrete_powder", + "rcdust": "red_concrete_powder", + "rconcretepowder": "red_concrete_powder", + "rconcretesand": "red_concrete_powder", + "rcp": "red_concrete_powder", + "rcpowder": "red_concrete_powder", + "redcdust": "red_concrete_powder", + "redconcretepowder": "red_concrete_powder", + "redconcretesand": "red_concrete_powder", + "redcp": "red_concrete_powder", + "redcpowder": "red_concrete_powder", + "red_dye": { + "material": "RED_DYE", + "fallbacks": [ + "ROSE_RED" + ] + }, + "minecraft:red_dye": "red_dye", + "rdye": "red_dye", + "reddye": "red_dye", + "red_glazed_terracotta": { + "material": "RED_GLAZED_TERRACOTTA" + }, + "minecraft:red_glazed_terracotta": "red_glazed_terracotta", + "redglazedtcota": "red_glazed_terracotta", + "redglazedterra": "red_glazed_terracotta", + "redglazedterracota": "red_glazed_terracotta", + "redglazedterracotta": "red_glazed_terracotta", + "redgtcotta": "red_glazed_terracotta", + "redgterra": "red_glazed_terracotta", + "rglazedtcota": "red_glazed_terracotta", + "rglazedterra": "red_glazed_terracotta", + "rglazedterracota": "red_glazed_terracotta", + "rglazedterracotta": "red_glazed_terracotta", + "rgtcotta": "red_glazed_terracotta", + "rgterra": "red_glazed_terracotta", + "red_mushroom": { + "material": "RED_MUSHROOM" + }, + "minecraft:red_mushroom": "red_mushroom", + "redmushroom": "red_mushroom", + "red_mushroom_block": { + "material": "RED_MUSHROOM_BLOCK" + }, + "minecraft:red_mushroom_block": "red_mushroom_block", + "redmushroomblock": "red_mushroom_block", + "red_nether_brick_slab": { + "material": "RED_NETHER_BRICK_SLAB" + }, + "minecraft:red_nether_brick_slab": "red_nether_brick_slab", + "rednbrhalfblock": "red_nether_brick_slab", + "rednbrickhalfblock": "red_nether_brick_slab", + "rednbrickstep": "red_nether_brick_slab", + "rednbrstep": "red_nether_brick_slab", + "rednetherbrhalfblock": "red_nether_brick_slab", + "rednetherbrickhalfblock": "red_nether_brick_slab", + "rednetherbrickslab": "red_nether_brick_slab", + "rednetherbrickstep": "red_nether_brick_slab", + "rednetherbrstep": "red_nether_brick_slab", + "rnbrhalfblock": "red_nether_brick_slab", + "rnbrickhalfblock": "red_nether_brick_slab", + "rnbrickstep": "red_nether_brick_slab", + "rnbrstep": "red_nether_brick_slab", + "rnetherbrhalfblock": "red_nether_brick_slab", + "rnetherbrickhalfblock": "red_nether_brick_slab", + "rnetherbrickstep": "red_nether_brick_slab", + "rnetherbrstep": "red_nether_brick_slab", + "red_nether_brick_stairs": { + "material": "RED_NETHER_BRICK_STAIRS" + }, + "minecraft:red_nether_brick_stairs": "red_nether_brick_stairs", + "rednbrickstair": "red_nether_brick_stairs", + "rednbrickstairs": "red_nether_brick_stairs", + "rednbrstair": "red_nether_brick_stairs", + "rednbrstairs": "red_nether_brick_stairs", + "rednetherbrickstair": "red_nether_brick_stairs", + "rednetherbrickstairs": "red_nether_brick_stairs", + "rednetherbrstair": "red_nether_brick_stairs", + "rednetherbrstairs": "red_nether_brick_stairs", + "rnbrickstair": "red_nether_brick_stairs", + "rnbrickstairs": "red_nether_brick_stairs", + "rnbrstair": "red_nether_brick_stairs", + "rnbrstairs": "red_nether_brick_stairs", + "rnetherbrickstair": "red_nether_brick_stairs", + "rnetherbrickstairs": "red_nether_brick_stairs", + "rnetherbrstair": "red_nether_brick_stairs", + "rnetherbrstairs": "red_nether_brick_stairs", + "red_nether_brick_wall": { + "material": "RED_NETHER_BRICK_WALL" + }, + "minecraft:red_nether_brick_wall": "red_nether_brick_wall", + "rednbrickwall": "red_nether_brick_wall", + "rednbrwall": "red_nether_brick_wall", + "rednetherbrickwall": "red_nether_brick_wall", + "rednetherbrwall": "red_nether_brick_wall", + "rnbrickwall": "red_nether_brick_wall", + "rnbrwall": "red_nether_brick_wall", + "rnetherbrickwall": "red_nether_brick_wall", + "rnetherbrwall": "red_nether_brick_wall", + "wallrednbr": "red_nether_brick_wall", + "wallrednbrick": "red_nether_brick_wall", + "wallrednetherbr": "red_nether_brick_wall", + "wallrednetherbrick": "red_nether_brick_wall", + "wallrnbr": "red_nether_brick_wall", + "wallrnbrick": "red_nether_brick_wall", + "wallrnetherbr": "red_nether_brick_wall", + "wallrnetherbrick": "red_nether_brick_wall", + "red_nether_bricks": { + "material": "RED_NETHER_BRICKS" + }, + "minecraft:red_nether_bricks": "red_nether_bricks", + "rednbr": "red_nether_bricks", + "rednbrick": "red_nether_bricks", + "rednetherbr": "red_nether_bricks", + "rednetherbrick": "red_nether_bricks", + "rednetherbricks": "red_nether_bricks", + "rnbr": "red_nether_bricks", + "rnbrick": "red_nether_bricks", + "rnetherbr": "red_nether_bricks", + "rnetherbrick": "red_nether_bricks", + "red_sand": { + "material": "RED_SAND" + }, + "minecraft:red_sand": "red_sand", + "redsand": "red_sand", + "rsand": "red_sand", + "red_sandstone": { + "material": "RED_SANDSTONE" + }, + "minecraft:red_sandstone": "red_sandstone", + "redsandst": "red_sandstone", + "redsandstb": "red_sandstone", + "redsandstbl": "red_sandstone", + "redsandstblock": "red_sandstone", + "redsandstone": "red_sandstone", + "redsandstoneb": "red_sandstone", + "redsandstonebl": "red_sandstone", + "redsandstoneblock": "red_sandstone", + "redsndst": "red_sandstone", + "redsndstb": "red_sandstone", + "redsndstbl": "red_sandstone", + "redsndstblock": "red_sandstone", + "red_sandstone_slab": { + "material": "RED_SANDSTONE_SLAB" + }, + "minecraft:red_sandstone_slab": "red_sandstone_slab", + "redsandsthalfblock": "red_sandstone_slab", + "redsandstonehalfblock": "red_sandstone_slab", + "redsandstoneslab": "red_sandstone_slab", + "redsandstonestep": "red_sandstone_slab", + "redsandststep": "red_sandstone_slab", + "redsndsthalfblock": "red_sandstone_slab", + "redsndststep": "red_sandstone_slab", + "red_sandstone_stairs": { + "material": "RED_SANDSTONE_STAIRS" + }, + "minecraft:red_sandstone_stairs": "red_sandstone_stairs", + "redsandstonestair": "red_sandstone_stairs", + "redsandstonestairs": "red_sandstone_stairs", + "redsandststair": "red_sandstone_stairs", + "redsandststairs": "red_sandstone_stairs", + "redsndststair": "red_sandstone_stairs", + "redsndststairs": "red_sandstone_stairs", + "red_sandstone_wall": { + "material": "RED_SANDSTONE_WALL" + }, + "minecraft:red_sandstone_wall": "red_sandstone_wall", + "redsandstonewall": "red_sandstone_wall", + "redsandstwall": "red_sandstone_wall", + "redsndstwall": "red_sandstone_wall", + "wallredsandst": "red_sandstone_wall", + "wallredsandstone": "red_sandstone_wall", + "wallredsndst": "red_sandstone_wall", + "red_shulker_box": { + "material": "RED_SHULKER_BOX" + }, + "minecraft:red_shulker_box": "red_shulker_box", + "redsbox": "red_shulker_box", + "redshulkerbox": "red_shulker_box", + "rsbox": "red_shulker_box", + "rshulkerbox": "red_shulker_box", + "red_stained_glass": { + "material": "RED_STAINED_GLASS" + }, + "minecraft:red_stained_glass": "red_stained_glass", + "redglass": "red_stained_glass", + "redsglass": "red_stained_glass", + "redstainedglass": "red_stained_glass", + "rglass": "red_stained_glass", + "rsglass": "red_stained_glass", + "rstainedglass": "red_stained_glass", + "red_stained_glass_pane": { + "material": "RED_STAINED_GLASS_PANE" + }, + "minecraft:red_stained_glass_pane": "red_stained_glass_pane", + "redglasspane": "red_stained_glass_pane", + "redgpane": "red_stained_glass_pane", + "redsglasspane": "red_stained_glass_pane", + "redstainedglasspane": "red_stained_glass_pane", + "rglasspane": "red_stained_glass_pane", + "rgpane": "red_stained_glass_pane", + "rsglasspane": "red_stained_glass_pane", + "rstainedglasspane": "red_stained_glass_pane", + "red_terracotta": { + "material": "RED_TERRACOTTA" + }, + "minecraft:red_terracotta": "red_terracotta", + "rclay": "red_terracotta", + "redclay": "red_terracotta", + "redsclay": "red_terracotta", + "redstainedclay": "red_terracotta", + "redtcota": "red_terracotta", + "redterra": "red_terracotta", + "redterracota": "red_terracotta", + "redterracotta": "red_terracotta", + "rsclay": "red_terracotta", + "rstainedclay": "red_terracotta", + "rtcota": "red_terracotta", + "rterra": "red_terracotta", + "rterracota": "red_terracotta", + "rterracotta": "red_terracotta", + "red_tulip": { + "material": "RED_TULIP" + }, + "minecraft:red_tulip": "red_tulip", + "redtulip": "red_tulip", + "rtulip": "red_tulip", + "tulipr": "red_tulip", + "tulipred": "red_tulip", + "red_wool": { + "material": "RED_WOOL" + }, + "minecraft:red_wool": "red_wool", + "rcloth": "red_wool", + "rcotton": "red_wool", + "redcloth": "red_wool", + "redcotton": "red_wool", + "redwool": "red_wool", + "rwool": "red_wool", + "redstone": { + "material": "REDSTONE" + }, + "minecraft:redstone": "redstone", + "redstone_block": { + "material": "REDSTONE_BLOCK" + }, + "blockr": "redstone_block", + "blockred": "redstone_block", + "blockreds": "redstone_block", + "blockredstone": "redstone_block", + "blockrs": "redstone_block", + "blockrstone": "redstone_block", + "minecraft:redstone_block": "redstone_block", + "rblock": "redstone_block", + "redblock": "redstone_block", + "redsblock": "redstone_block", + "redstoneblock": "redstone_block", + "rsblock": "redstone_block", + "rstoneblock": "redstone_block", + "redstone_lamp": { + "material": "REDSTONE_LAMP" + }, + "minecraft:redstone_lamp": "redstone_lamp", + "redstonelamp": "redstone_lamp", + "redstone_ore": { + "material": "REDSTONE_ORE" + }, + "minecraft:redstone_ore": "redstone_ore", + "or": "redstone_ore", + "oreds": "redstone_ore", + "oredstone": "redstone_ore", + "orer": "redstone_ore", + "orered": "redstone_ore", + "orereds": "redstone_ore", + "oreredstone": "redstone_ore", + "orers": "redstone_ore", + "orerstone": "redstone_ore", + "ors": "redstone_ore", + "orstone": "redstone_ore", + "redo": "redstone_ore", + "redore": "redstone_ore", + "redso": "redstone_ore", + "redsore": "redstone_ore", + "redstoneo": "redstone_ore", + "redstoneore": "redstone_ore", + "ro": "redstone_ore", + "rore": "redstone_ore", + "rso": "redstone_ore", + "rsore": "redstone_ore", + "rstoneo": "redstone_ore", + "rstoneore": "redstone_ore", + "stoneredore": "redstone_ore", + "stoneredsore": "redstone_ore", + "stoneredstoneore": "redstone_ore", + "stonerore": "redstone_ore", + "stonersore": "redstone_ore", + "stonerstoneore": "redstone_ore", + "redstone_torch": { + "material": "REDSTONE_TORCH" + }, + "minecraft:redstone_torch": "redstone_torch", + "redstonetorch": "redstone_torch", + "redstorch": "redstone_torch", + "redtorch": "redstone_torch", + "rstonetorch": "redstone_torch", + "rstorch": "redstone_torch", + "regeneration_lingering_potion": { + "potionData": { + "type": "REGEN", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotionregen": "regeneration_lingering_potion", + "aoepotionregenerate": "regeneration_lingering_potion", + "aoepotionregeneration": "regeneration_lingering_potion", + "aoepotregen": "regeneration_lingering_potion", + "aoepotregenerate": "regeneration_lingering_potion", + "aoepotregeneration": "regeneration_lingering_potion", + "areapotionregen": "regeneration_lingering_potion", + "areapotionregenerate": "regeneration_lingering_potion", + "areapotionregeneration": "regeneration_lingering_potion", + "areapotregen": "regeneration_lingering_potion", + "areapotregenerate": "regeneration_lingering_potion", + "areapotregeneration": "regeneration_lingering_potion", + "cloudpotionregen": "regeneration_lingering_potion", + "cloudpotionregenerate": "regeneration_lingering_potion", + "cloudpotionregeneration": "regeneration_lingering_potion", + "cloudpotregen": "regeneration_lingering_potion", + "cloudpotregenerate": "regeneration_lingering_potion", + "cloudpotregeneration": "regeneration_lingering_potion", + "lingerpotregen": "regeneration_lingering_potion", + "lingerpotregenerate": "regeneration_lingering_potion", + "lingerpotregeneration": "regeneration_lingering_potion", + "regenaoepoiont": "regeneration_lingering_potion", + "regenaoepot": "regeneration_lingering_potion", + "regenareapot": "regeneration_lingering_potion", + "regenareapotion": "regeneration_lingering_potion", + "regencloudpot": "regeneration_lingering_potion", + "regencloudpotion": "regeneration_lingering_potion", + "regenerateaoepoiont": "regeneration_lingering_potion", + "regenerateaoepot": "regeneration_lingering_potion", + "regenerateareapot": "regeneration_lingering_potion", + "regenerateareapotion": "regeneration_lingering_potion", + "regeneratecloudpot": "regeneration_lingering_potion", + "regeneratecloudpotion": "regeneration_lingering_potion", + "regeneratelingerpot": "regeneration_lingering_potion", + "regenerationaoepoiont": "regeneration_lingering_potion", + "regenerationaoepot": "regeneration_lingering_potion", + "regenerationareapot": "regeneration_lingering_potion", + "regenerationareapotion": "regeneration_lingering_potion", + "regenerationcloudpot": "regeneration_lingering_potion", + "regenerationcloudpotion": "regeneration_lingering_potion", + "regenerationlingerpot": "regeneration_lingering_potion", + "regenlingerpot": "regeneration_lingering_potion", + "regeneration_potion": { + "potionData": { + "type": "REGEN", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "potionofregen": "regeneration_potion", + "potionofregenerate": "regeneration_potion", + "potionofregeneration": "regeneration_potion", + "potofregen": "regeneration_potion", + "potofregenerate": "regeneration_potion", + "potofregeneration": "regeneration_potion", + "regeneratepot": "regeneration_potion", + "regeneratepotion": "regeneration_potion", + "regenerationpot": "regeneration_potion", + "regenerationpotion": "regeneration_potion", + "regenpot": "regeneration_potion", + "regenpotion": "regeneration_potion", + "regeneration_splash_potion": { + "potionData": { + "type": "REGEN", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "regeneratesplashpot": "regeneration_splash_potion", + "regeneratesplashpotion": "regeneration_splash_potion", + "regenerationsplashpot": "regeneration_splash_potion", + "regenerationsplashpotion": "regeneration_splash_potion", + "regensplashpot": "regeneration_splash_potion", + "regensplashpotion": "regeneration_splash_potion", + "splashregeneratepot": "regeneration_splash_potion", + "splashregeneratepotion": "regeneration_splash_potion", + "splashregenerationpot": "regeneration_splash_potion", + "splashregenerationpotion": "regeneration_splash_potion", + "splashregenpot": "regeneration_splash_potion", + "splashregenpotion": "regeneration_splash_potion", + "splregeneratepot": "regeneration_splash_potion", + "splregeneratepotion": "regeneration_splash_potion", + "splregenerationpot": "regeneration_splash_potion", + "splregenerationpotion": "regeneration_splash_potion", + "splregenpot": "regeneration_splash_potion", + "splregenpotion": "regeneration_splash_potion", + "regeneration_tipped_arrow": { + "potionData": { + "type": "REGEN", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowregen": "regeneration_tipped_arrow", + "arrowregenerate": "regeneration_tipped_arrow", + "arrowregeneration": "regeneration_tipped_arrow", + "regenarrow": "regeneration_tipped_arrow", + "regeneratearrow": "regeneration_tipped_arrow", + "regeneratetarr": "regeneration_tipped_arrow", + "regeneratetarrow": "regeneration_tipped_arrow", + "regeneratetippedarrow": "regeneration_tipped_arrow", + "regenerationarrow": "regeneration_tipped_arrow", + "regenerationtarr": "regeneration_tipped_arrow", + "regenerationtarrow": "regeneration_tipped_arrow", + "regenerationtippedarrow": "regeneration_tipped_arrow", + "regentarr": "regeneration_tipped_arrow", + "regentarrow": "regeneration_tipped_arrow", + "regentippedarrow": "regeneration_tipped_arrow", + "reinforced_deepslate": { + "material": "REINFORCED_DEEPSLATE" + }, + "minecraft:reinforced_deepslate": "reinforced_deepslate", + "rdeepslate": "reinforced_deepslate", + "rdeepslateb": "reinforced_deepslate", + "rdeepslatebl": "reinforced_deepslate", + "rdeepslateblock": "reinforced_deepslate", + "rdslate": "reinforced_deepslate", + "rdslateb": "reinforced_deepslate", + "rdslatebl": "reinforced_deepslate", + "rdslateblock": "reinforced_deepslate", + "reinfdeepslate": "reinforced_deepslate", + "reinfdeepslateb": "reinforced_deepslate", + "reinfdeepslatebl": "reinforced_deepslate", + "reinfdeepslateblock": "reinforced_deepslate", + "reinfdslate": "reinforced_deepslate", + "reinfdslateb": "reinforced_deepslate", + "reinfdslatebl": "reinforced_deepslate", + "reinfdslateblock": "reinforced_deepslate", + "reinforceddeepslate": "reinforced_deepslate", + "reinforceddeepslateb": "reinforced_deepslate", + "reinforceddeepslatebl": "reinforced_deepslate", + "reinforceddeepslateblock": "reinforced_deepslate", + "reinforceddslate": "reinforced_deepslate", + "reinforceddslateb": "reinforced_deepslate", + "reinforceddslatebl": "reinforced_deepslate", + "reinforceddslateblock": "reinforced_deepslate", + "reinforcedslate": "reinforced_deepslate", + "reinforcedslateb": "reinforced_deepslate", + "reinforcedslatebl": "reinforced_deepslate", + "reinforcedslateblock": "reinforced_deepslate", + "reinfslate": "reinforced_deepslate", + "reinfslateb": "reinforced_deepslate", + "reinfslatebl": "reinforced_deepslate", + "reinfslateblock": "reinforced_deepslate", + "rslate": "reinforced_deepslate", + "rslateb": "reinforced_deepslate", + "rslatebl": "reinforced_deepslate", + "rslateblock": "reinforced_deepslate", + "repeater": { + "material": "REPEATER" + }, + "minecraft:repeater": "repeater", + "repeating_command_block": { + "material": "REPEATING_COMMAND_BLOCK" + }, + "loopblockcmd": "repeating_command_block", + "loopcmdblock": "repeating_command_block", + "loopmacroblock": "repeating_command_block", + "minecraft:repeating_command_block": "repeating_command_block", + "repcmdblock": "repeating_command_block", + "repeatingcommandblock": "repeating_command_block", + "respawn_anchor": { + "material": "RESPAWN_ANCHOR" + }, + "minecraft:respawn_anchor": "respawn_anchor", + "netherbed": "respawn_anchor", + "respawnanc": "respawn_anchor", + "respawnanchor": "respawn_anchor", + "respawnpoint": "respawn_anchor", + "spawnanc": "respawn_anchor", + "spawnanchor": "respawn_anchor", + "rib_armor_trim_smithing_template": { + "material": "RIB_ARMOR_TRIM_SMITHING_TEMPLATE" + }, + "minecraft:rib_armor_trim_smithing_template": "rib_armor_trim_smithing_template", + "ribarmortrimsmithingtemplate": "rib_armor_trim_smithing_template", + "ribtrim": "rib_armor_trim_smithing_template", + "rooted_dirt": { + "material": "ROOTED_DIRT" + }, + "minecraft:rooted_dirt": "rooted_dirt", + "rearth": "rooted_dirt", + "rland": "rooted_dirt", + "rooteddirt": "rooted_dirt", + "rootedearth": "rooted_dirt", + "rootedland": "rooted_dirt", + "rootedsoil": "rooted_dirt", + "rsoil": "rooted_dirt", + "rose_bush": { + "material": "ROSE_BUSH" + }, + "minecraft:rose_bush": "rose_bush", + "rosebush": "rose_bush", + "rotten_flesh": { + "material": "ROTTEN_FLESH" + }, + "minecraft:rotten_flesh": "rotten_flesh", + "rottenflesh": "rotten_flesh", + "saddle": { + "material": "SADDLE" + }, + "minecraft:saddle": "saddle", + "salmon": { + "material": "SALMON" + }, + "fishs": "salmon", + "minecraft:salmon": "salmon", + "plainfishs": "salmon", + "plainsalmon": "salmon", + "plainsalmonfish": "salmon", + "plainsfish": "salmon", + "rafishs": "salmon", + "rasalmon": "salmon", + "rasalmonfish": "salmon", + "rasfish": "salmon", + "rawfishs": "salmon", + "rawsalmon": "salmon", + "rawsalmonfish": "salmon", + "rawsfish": "salmon", + "salmonfish": "salmon", + "sfish": "salmon", + "uncookedfishs": "salmon", + "uncookedsalmon": "salmon", + "uncookedsalmonfish": "salmon", + "uncookedsfish": "salmon", + "salmon_bucket": { + "material": "SALMON_BUCKET" + }, + "bucketosalmon": "salmon_bucket", + "minecraft:salmon_bucket": "salmon_bucket", + "salmonbucket": "salmon_bucket", + "salmonbukkit": "salmon_bucket", + "salmonpail": "salmon_bucket", + "salmon_spawn_egg": { + "material": "SALMON_SPAWN_EGG" + }, + "eggsalmon": "salmon_spawn_egg", + "minecraft:salmon_spawn_egg": "salmon_spawn_egg", + "salmonegg": "salmon_spawn_egg", + "salmonsegg": "salmon_spawn_egg", + "salmonspawn": "salmon_spawn_egg", + "salmonspawnegg": "salmon_spawn_egg", + "seggsalmon": "salmon_spawn_egg", + "spawneggsalmon": "salmon_spawn_egg", + "spawnsalmon": "salmon_spawn_egg", + "salmon_spawner": { + "entity": "SALMON", + "material": "SPAWNER" + }, + "salmoncage": "salmon_spawner", + "salmonmcage": "salmon_spawner", + "salmonmobcage": "salmon_spawner", + "salmonmobspawner": "salmon_spawner", + "salmonmonstercage": "salmon_spawner", + "salmonmonsterspawner": "salmon_spawner", + "salmonmspawner": "salmon_spawner", + "salmonspawner": "salmon_spawner", + "sand": { + "material": "SAND" + }, + "minecraft:sand": "sand", + "sandstone": { + "material": "SANDSTONE" + }, + "minecraft:sandstone": "sandstone", + "sandst": "sandstone", + "sandstb": "sandstone", + "sandstbl": "sandstone", + "sandstblock": "sandstone", + "sandstoneb": "sandstone", + "sandstonebl": "sandstone", + "sandstoneblock": "sandstone", + "sndst": "sandstone", + "sndstb": "sandstone", + "sndstbl": "sandstone", + "sndstblock": "sandstone", + "sandstone_slab": { + "material": "SANDSTONE_SLAB" + }, + "minecraft:sandstone_slab": "sandstone_slab", + "sandsthalfblock": "sandstone_slab", + "sandstonehalfblock": "sandstone_slab", + "sandstoneslab": "sandstone_slab", + "sandstonestep": "sandstone_slab", + "sandststep": "sandstone_slab", + "sndsthalfblock": "sandstone_slab", + "sndststep": "sandstone_slab", + "sandstone_stairs": { + "material": "SANDSTONE_STAIRS" + }, + "minecraft:sandstone_stairs": "sandstone_stairs", + "sandstonestair": "sandstone_stairs", + "sandstonestairs": "sandstone_stairs", + "sandststair": "sandstone_stairs", + "sandststairs": "sandstone_stairs", + "sndststair": "sandstone_stairs", + "sndststairs": "sandstone_stairs", + "sandstone_wall": { + "material": "SANDSTONE_WALL" + }, + "minecraft:sandstone_wall": "sandstone_wall", + "sandstonewall": "sandstone_wall", + "sandstwall": "sandstone_wall", + "sndstwall": "sandstone_wall", + "wallsandst": "sandstone_wall", + "wallsandstone": "sandstone_wall", + "wallsndst": "sandstone_wall", + "scaffolding": { + "material": "SCAFFOLDING" + }, + "minecraft:scaffolding": "scaffolding", + "sculk": { + "material": "SCULK" + }, + "minecraft:sculk": "sculk", + "sculk_catalyst": { + "material": "SCULK_CATALYST" + }, + "minecraft:sculk_catalyst": "sculk_catalyst", + "sccat": "sculk_catalyst", + "sccatalyst": "sculk_catalyst", + "sculkcat": "sculk_catalyst", + "sculkcatalyst": "sculk_catalyst", + "sculk_sensor": { + "material": "SCULK_SENSOR" + }, + "minecraft:sculk_sensor": "sculk_sensor", + "scsensor": "sculk_sensor", + "sculksensor": "sculk_sensor", + "sculk_shrieker": { + "material": "SCULK_SHRIEKER" + }, + "minecraft:sculk_shrieker": "sculk_shrieker", + "scshriek": "sculk_shrieker", + "scshrieker": "sculk_shrieker", + "sculkshriek": "sculk_shrieker", + "sculkshrieker": "sculk_shrieker", + "sculk_vein": { + "material": "SCULK_VEIN" + }, + "minecraft:sculk_vein": "sculk_vein", + "sculkvein": "sculk_vein", + "scvein": "sculk_vein", + "scute": { + "material": "SCUTE" + }, + "minecraft:scute": "scute", + "sea_lantern": { + "material": "SEA_LANTERN" + }, + "minecraft:sea_lantern": "sea_lantern", + "sealantern": "sea_lantern", + "sea_pickle": { + "material": "SEA_PICKLE" + }, + "minecraft:sea_pickle": "sea_pickle", + "seapickle": "sea_pickle", + "seagrass": { + "material": "SEAGRASS" + }, + "minecraft:seagrass": "seagrass", + "sentry_armor_trim_smithing_template": { + "material": "SENTRY_ARMOR_TRIM_SMITHING_TEMPLATE" + }, + "minecraft:sentry_armor_trim_smithing_template": "sentry_armor_trim_smithing_template", + "sentryarmortrimsmithingtemplate": "sentry_armor_trim_smithing_template", + "sentrytrim": "sentry_armor_trim_smithing_template", + "shaper_armor_trim_smithing_template": { + "material": "SHAPER_ARMOR_TRIM_SMITHING_TEMPLATE" + }, + "minecraft:shaper_armor_trim_smithing_template": "shaper_armor_trim_smithing_template", + "shaperarmortrimsmithingtemplate": "shaper_armor_trim_smithing_template", + "shapertrim": "shaper_armor_trim_smithing_template", + "sheaf_pottery_sherd": { + "material": "SHEAF_POTTERY_SHERD" + }, + "minecraft:sheaf_pottery_sherd": "sheaf_pottery_sherd", + "sheafpotterysherd": "sheaf_pottery_sherd", + "sheafsherd": "sheaf_pottery_sherd", + "shears": { + "material": "SHEARS" + }, + "minecraft:shears": "shears", + "sheep_spawn_egg": { + "material": "SHEEP_SPAWN_EGG" + }, + "eggsheep": "sheep_spawn_egg", + "minecraft:sheep_spawn_egg": "sheep_spawn_egg", + "seggsheep": "sheep_spawn_egg", + "sheepegg": "sheep_spawn_egg", + "sheepsegg": "sheep_spawn_egg", + "sheepspawn": "sheep_spawn_egg", + "sheepspawnegg": "sheep_spawn_egg", + "spawneggsheep": "sheep_spawn_egg", + "spawnsheep": "sheep_spawn_egg", + "sheep_spawner": { + "entity": "SHEEP", + "material": "SPAWNER" + }, + "sheepcage": "sheep_spawner", + "sheepmcage": "sheep_spawner", + "sheepmobcage": "sheep_spawner", + "sheepmobspawner": "sheep_spawner", + "sheepmonstercage": "sheep_spawner", + "sheepmonsterspawner": "sheep_spawner", + "sheepmspawner": "sheep_spawner", + "sheepspawner": "sheep_spawner", + "shelter_pottery_sherd": { + "material": "SHELTER_POTTERY_SHERD" + }, + "minecraft:shelter_pottery_sherd": "shelter_pottery_sherd", + "shelterpotterysherd": "shelter_pottery_sherd", + "sheltersherd": "shelter_pottery_sherd", + "shield": { + "material": "SHIELD" + }, + "handshield": "shield", + "minecraft:shield": "shield", + "woodenshield": "shield", + "woodshield": "shield", + "shroomlight": { + "material": "SHROOMLIGHT" + }, + "minecraft:shroomlight": "shroomlight", + "netherlamp": "shroomlight", + "shlight": "shroomlight", + "shroomlamp": "shroomlight", + "shulker_box": { + "material": "SHULKER_BOX" + }, + "minecraft:shulker_box": "shulker_box", + "shulkerbox": "shulker_box", + "shulker_shell": { + "material": "SHULKER_SHELL" + }, + "minecraft:shulker_shell": "shulker_shell", + "shulkershell": "shulker_shell", + "shulker_spawn_egg": { + "material": "SHULKER_SPAWN_EGG" + }, + "eggshulk": "shulker_spawn_egg", + "eggshulker": "shulker_spawn_egg", + "minecraft:shulker_spawn_egg": "shulker_spawn_egg", + "seggshulk": "shulker_spawn_egg", + "seggshulker": "shulker_spawn_egg", + "shulkegg": "shulker_spawn_egg", + "shulkeregg": "shulker_spawn_egg", + "shulkersegg": "shulker_spawn_egg", + "shulkerspawn": "shulker_spawn_egg", + "shulkerspawnegg": "shulker_spawn_egg", + "shulksegg": "shulker_spawn_egg", + "shulkspawn": "shulker_spawn_egg", + "shulkspawnegg": "shulker_spawn_egg", + "spawneggshulk": "shulker_spawn_egg", + "spawneggshulker": "shulker_spawn_egg", + "spawnshulk": "shulker_spawn_egg", + "spawnshulker": "shulker_spawn_egg", + "shulker_spawner": { + "entity": "SHULKER", + "material": "SPAWNER" + }, + "shulkcage": "shulker_spawner", + "shulkercage": "shulker_spawner", + "shulkermcage": "shulker_spawner", + "shulkermobcage": "shulker_spawner", + "shulkermobspawner": "shulker_spawner", + "shulkermonstercage": "shulker_spawner", + "shulkermonsterspawner": "shulker_spawner", + "shulkermspawner": "shulker_spawner", + "shulkerspawner": "shulker_spawner", + "shulkmcage": "shulker_spawner", + "shulkmobcage": "shulker_spawner", + "shulkmobspawner": "shulker_spawner", + "shulkmonstercage": "shulker_spawner", + "shulkmonsterspawner": "shulker_spawner", + "shulkmspawner": "shulker_spawner", + "shulkspawner": "shulker_spawner", + "silence_armor_trim_smithing_template": { + "material": "SILENCE_ARMOR_TRIM_SMITHING_TEMPLATE" + }, + "minecraft:silence_armor_trim_smithing_template": "silence_armor_trim_smithing_template", + "silencearmortrimsmithingtemplate": "silence_armor_trim_smithing_template", + "silencetrim": "silence_armor_trim_smithing_template", + "silverfish_spawn_egg": { + "material": "SILVERFISH_SPAWN_EGG" + }, + "eggsfish": "silverfish_spawn_egg", + "eggsilverfish": "silverfish_spawn_egg", + "minecraft:silverfish_spawn_egg": "silverfish_spawn_egg", + "seggsfish": "silverfish_spawn_egg", + "seggsilverfish": "silverfish_spawn_egg", + "sfishegg": "silverfish_spawn_egg", + "sfishsegg": "silverfish_spawn_egg", + "sfishspawn": "silverfish_spawn_egg", + "sfishspawnegg": "silverfish_spawn_egg", + "silverfishegg": "silverfish_spawn_egg", + "silverfishsegg": "silverfish_spawn_egg", + "silverfishspawn": "silverfish_spawn_egg", + "silverfishspawnegg": "silverfish_spawn_egg", + "spawneggsfish": "silverfish_spawn_egg", + "spawneggsilverfish": "silverfish_spawn_egg", + "spawnsfish": "silverfish_spawn_egg", + "spawnsilverfish": "silverfish_spawn_egg", + "silverfish_spawner": { + "entity": "SILVERFISH", + "material": "SPAWNER" + }, + "sfishcage": "silverfish_spawner", + "sfishmcage": "silverfish_spawner", + "sfishmobcage": "silverfish_spawner", + "sfishmobspawner": "silverfish_spawner", + "sfishmonstercage": "silverfish_spawner", + "sfishmonsterspawner": "silverfish_spawner", + "sfishmspawner": "silverfish_spawner", + "sfishspawner": "silverfish_spawner", + "silverfishcage": "silverfish_spawner", + "silverfishmcage": "silverfish_spawner", + "silverfishmobcage": "silverfish_spawner", + "silverfishmobspawner": "silverfish_spawner", + "silverfishmonstercage": "silverfish_spawner", + "silverfishmonsterspawner": "silverfish_spawner", + "silverfishmspawner": "silverfish_spawner", + "silverfishspawner": "silverfish_spawner", + "skeleton_horse_spawn_egg": { + "material": "SKELETON_HORSE_SPAWN_EGG" + }, + "bonehorseegg": "skeleton_horse_spawn_egg", + "bonehorsesegg": "skeleton_horse_spawn_egg", + "bonehorsespawn": "skeleton_horse_spawn_egg", + "bonehorsespawnegg": "skeleton_horse_spawn_egg", + "eggbonehorse": "skeleton_horse_spawn_egg", + "eggshorse": "skeleton_horse_spawn_egg", + "eggskeleton_horse": "skeleton_horse_spawn_egg", + "eggskhorse": "skeleton_horse_spawn_egg", + "minecraft:skeleton_horse_spawn_egg": "skeleton_horse_spawn_egg", + "seggbonehorse": "skeleton_horse_spawn_egg", + "seggshorse": "skeleton_horse_spawn_egg", + "seggskeleton_horse": "skeleton_horse_spawn_egg", + "seggskhorse": "skeleton_horse_spawn_egg", + "shorseegg": "skeleton_horse_spawn_egg", + "shorsesegg": "skeleton_horse_spawn_egg", + "shorsespawn": "skeleton_horse_spawn_egg", + "shorsespawnegg": "skeleton_horse_spawn_egg", + "skeleton_horseegg": "skeleton_horse_spawn_egg", + "skeleton_horsesegg": "skeleton_horse_spawn_egg", + "skeleton_horsespawn": "skeleton_horse_spawn_egg", + "skeleton_horsespawnegg": "skeleton_horse_spawn_egg", + "skeletonhorsespawnegg": "skeleton_horse_spawn_egg", + "skhorseegg": "skeleton_horse_spawn_egg", + "skhorsesegg": "skeleton_horse_spawn_egg", + "skhorsespawn": "skeleton_horse_spawn_egg", + "skhorsespawnegg": "skeleton_horse_spawn_egg", + "spawnbonehorse": "skeleton_horse_spawn_egg", + "spawneggbonehorse": "skeleton_horse_spawn_egg", + "spawneggshorse": "skeleton_horse_spawn_egg", + "spawneggskeleton_horse": "skeleton_horse_spawn_egg", + "spawneggskhorse": "skeleton_horse_spawn_egg", + "spawnshorse": "skeleton_horse_spawn_egg", + "spawnskeleton_horse": "skeleton_horse_spawn_egg", + "spawnskhorse": "skeleton_horse_spawn_egg", + "skeleton_horse_spawner": { + "entity": "SKELETON_HORSE", + "material": "SPAWNER" + }, + "bonehorsecage": "skeleton_horse_spawner", + "bonehorsemcage": "skeleton_horse_spawner", + "bonehorsemobcage": "skeleton_horse_spawner", + "bonehorsemobspawner": "skeleton_horse_spawner", + "bonehorsemonstercage": "skeleton_horse_spawner", + "bonehorsemonsterspawner": "skeleton_horse_spawner", + "bonehorsemspawner": "skeleton_horse_spawner", + "bonehorsespawner": "skeleton_horse_spawner", + "shorsecage": "skeleton_horse_spawner", + "shorsemcage": "skeleton_horse_spawner", + "shorsemobcage": "skeleton_horse_spawner", + "shorsemobspawner": "skeleton_horse_spawner", + "shorsemonstercage": "skeleton_horse_spawner", + "shorsemonsterspawner": "skeleton_horse_spawner", + "shorsemspawner": "skeleton_horse_spawner", + "shorsespawner": "skeleton_horse_spawner", + "skeleton_horsecage": "skeleton_horse_spawner", + "skeleton_horsemcage": "skeleton_horse_spawner", + "skeleton_horsemobcage": "skeleton_horse_spawner", + "skeleton_horsemobspawner": "skeleton_horse_spawner", + "skeleton_horsemonstercage": "skeleton_horse_spawner", + "skeleton_horsemonsterspawner": "skeleton_horse_spawner", + "skeleton_horsemspawner": "skeleton_horse_spawner", + "skeleton_horsespawner": "skeleton_horse_spawner", + "skhorsecage": "skeleton_horse_spawner", + "skhorsemcage": "skeleton_horse_spawner", + "skhorsemobcage": "skeleton_horse_spawner", + "skhorsemobspawner": "skeleton_horse_spawner", + "skhorsemonstercage": "skeleton_horse_spawner", + "skhorsemonsterspawner": "skeleton_horse_spawner", + "skhorsemspawner": "skeleton_horse_spawner", + "skhorsespawner": "skeleton_horse_spawner", + "skeleton_skull": { + "material": "SKELETON_SKULL" + }, + "headsk": "skeleton_skull", + "headskeleton": "skeleton_skull", + "minecraft:skeleton_skull": "skeleton_skull", + "skeletonhead": "skeleton_skull", + "skeletonheadmask": "skeleton_skull", + "skeletonmask": "skeleton_skull", + "skeletonskull": "skeleton_skull", + "skhead": "skeleton_skull", + "skheadmask": "skeleton_skull", + "skmask": "skeleton_skull", + "skskull": "skeleton_skull", + "skeleton_spawn_egg": { + "material": "SKELETON_SPAWN_EGG" + }, + "eggsk": "skeleton_spawn_egg", + "eggskeleton": "skeleton_spawn_egg", + "minecraft:skeleton_spawn_egg": "skeleton_spawn_egg", + "seggsk": "skeleton_spawn_egg", + "seggskeleton": "skeleton_spawn_egg", + "skegg": "skeleton_spawn_egg", + "skeletonegg": "skeleton_spawn_egg", + "skeletonsegg": "skeleton_spawn_egg", + "skeletonspawn": "skeleton_spawn_egg", + "skeletonspawnegg": "skeleton_spawn_egg", + "sksegg": "skeleton_spawn_egg", + "skspawn": "skeleton_spawn_egg", + "skspawnegg": "skeleton_spawn_egg", + "spawneggsk": "skeleton_spawn_egg", + "spawneggskeleton": "skeleton_spawn_egg", + "spawnsk": "skeleton_spawn_egg", + "spawnskeleton": "skeleton_spawn_egg", + "skeleton_spawner": { + "entity": "SKELETON", + "material": "SPAWNER" + }, + "skcage": "skeleton_spawner", + "skeletoncage": "skeleton_spawner", + "skeletonmcage": "skeleton_spawner", + "skeletonmobcage": "skeleton_spawner", + "skeletonmobspawner": "skeleton_spawner", + "skeletonmonstercage": "skeleton_spawner", + "skeletonmonsterspawner": "skeleton_spawner", + "skeletonmspawner": "skeleton_spawner", + "skeletonspawner": "skeleton_spawner", + "skmcage": "skeleton_spawner", + "skmobcage": "skeleton_spawner", + "skmobspawner": "skeleton_spawner", + "skmonstercage": "skeleton_spawner", + "skmonsterspawner": "skeleton_spawner", + "skmspawner": "skeleton_spawner", + "skspawner": "skeleton_spawner", + "skull_banner_pattern": { + "material": "SKULL_BANNER_PATTERN" + }, + "minecraft:skull_banner_pattern": "skull_banner_pattern", + "skullbannerpattern": "skull_banner_pattern", + "skull_pottery_sherd": { + "material": "SKULL_POTTERY_SHERD" + }, + "minecraft:skull_pottery_sherd": "skull_pottery_sherd", + "skullpotterysherd": "skull_pottery_sherd", + "skullsherd": "skull_pottery_sherd", + "slime_ball": { + "material": "SLIME_BALL" + }, + "minecraft:slime_ball": "slime_ball", + "slimeball": "slime_ball", + "slime_block": { + "material": "SLIME_BLOCK" + }, + "minecraft:slime_block": "slime_block", + "slimeblock": "slime_block", + "slime_spawn_egg": { + "material": "SLIME_SPAWN_EGG" + }, + "eggslime": "slime_spawn_egg", + "minecraft:slime_spawn_egg": "slime_spawn_egg", + "seggslime": "slime_spawn_egg", + "slimeegg": "slime_spawn_egg", + "slimesegg": "slime_spawn_egg", + "slimespawn": "slime_spawn_egg", + "slimespawnegg": "slime_spawn_egg", + "spawneggslime": "slime_spawn_egg", + "spawnslime": "slime_spawn_egg", + "slime_spawner": { + "entity": "SLIME", + "material": "SPAWNER" + }, + "slimecage": "slime_spawner", + "slimemcage": "slime_spawner", + "slimemobcage": "slime_spawner", + "slimemobspawner": "slime_spawner", + "slimemonstercage": "slime_spawner", + "slimemonsterspawner": "slime_spawner", + "slimemspawner": "slime_spawner", + "slimespawner": "slime_spawner", + "slow_falling_lingering_potion": { + "potionData": { + "type": "SLOW_FALLING", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotionsf": "slow_falling_lingering_potion", + "aoepotionslowfall": "slow_falling_lingering_potion", + "aoepotionslowfalling": "slow_falling_lingering_potion", + "aoepotsf": "slow_falling_lingering_potion", + "aoepotslowfall": "slow_falling_lingering_potion", + "aoepotslowfalling": "slow_falling_lingering_potion", + "areapotionsf": "slow_falling_lingering_potion", + "areapotionslowfall": "slow_falling_lingering_potion", + "areapotionslowfalling": "slow_falling_lingering_potion", + "areapotsf": "slow_falling_lingering_potion", + "areapotslowfall": "slow_falling_lingering_potion", + "areapotslowfalling": "slow_falling_lingering_potion", + "cloudpotionsf": "slow_falling_lingering_potion", + "cloudpotionslowfall": "slow_falling_lingering_potion", + "cloudpotionslowfalling": "slow_falling_lingering_potion", + "cloudpotsf": "slow_falling_lingering_potion", + "cloudpotslowfall": "slow_falling_lingering_potion", + "cloudpotslowfalling": "slow_falling_lingering_potion", + "lingerpotsf": "slow_falling_lingering_potion", + "lingerpotslowfall": "slow_falling_lingering_potion", + "lingerpotslowfalling": "slow_falling_lingering_potion", + "sfaoepoiont": "slow_falling_lingering_potion", + "sfaoepot": "slow_falling_lingering_potion", + "sfareapot": "slow_falling_lingering_potion", + "sfareapotion": "slow_falling_lingering_potion", + "sfcloudpot": "slow_falling_lingering_potion", + "sfcloudpotion": "slow_falling_lingering_potion", + "sflingerpot": "slow_falling_lingering_potion", + "slowfallaoepoiont": "slow_falling_lingering_potion", + "slowfallaoepot": "slow_falling_lingering_potion", + "slowfallareapot": "slow_falling_lingering_potion", + "slowfallareapotion": "slow_falling_lingering_potion", + "slowfallcloudpot": "slow_falling_lingering_potion", + "slowfallcloudpotion": "slow_falling_lingering_potion", + "slowfallingaoepoiont": "slow_falling_lingering_potion", + "slowfallingaoepot": "slow_falling_lingering_potion", + "slowfallingareapot": "slow_falling_lingering_potion", + "slowfallingareapotion": "slow_falling_lingering_potion", + "slowfallingcloudpot": "slow_falling_lingering_potion", + "slowfallingcloudpotion": "slow_falling_lingering_potion", + "slowfallinglingerpot": "slow_falling_lingering_potion", + "slowfalllingerpot": "slow_falling_lingering_potion", + "slow_falling_potion": { + "potionData": { + "type": "SLOW_FALLING", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "potionofsf": "slow_falling_potion", + "potionofslowfall": "slow_falling_potion", + "potionofslowfalling": "slow_falling_potion", + "potofsf": "slow_falling_potion", + "potofslowfall": "slow_falling_potion", + "potofslowfalling": "slow_falling_potion", + "sfpot": "slow_falling_potion", + "sfpotion": "slow_falling_potion", + "slowfallingpot": "slow_falling_potion", + "slowfallingpotion": "slow_falling_potion", + "slowfallpot": "slow_falling_potion", + "slowfallpotion": "slow_falling_potion", + "slow_falling_splash_potion": { + "potionData": { + "type": "SLOW_FALLING", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "sfsplashpot": "slow_falling_splash_potion", + "sfsplashpotion": "slow_falling_splash_potion", + "slowfallingsplashpot": "slow_falling_splash_potion", + "slowfallingsplashpotion": "slow_falling_splash_potion", + "slowfallsplashpot": "slow_falling_splash_potion", + "slowfallsplashpotion": "slow_falling_splash_potion", + "splashsfpot": "slow_falling_splash_potion", + "splashsfpotion": "slow_falling_splash_potion", + "splashslowfallingpot": "slow_falling_splash_potion", + "splashslowfallingpotion": "slow_falling_splash_potion", + "splashslowfallpot": "slow_falling_splash_potion", + "splashslowfallpotion": "slow_falling_splash_potion", + "splsfpot": "slow_falling_splash_potion", + "splsfpotion": "slow_falling_splash_potion", + "splslowfallingpot": "slow_falling_splash_potion", + "splslowfallingpotion": "slow_falling_splash_potion", + "splslowfallpot": "slow_falling_splash_potion", + "splslowfallpotion": "slow_falling_splash_potion", + "slow_falling_tipped_arrow": { + "potionData": { + "type": "SLOW_FALLING", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowsf": "slow_falling_tipped_arrow", + "arrowslowfall": "slow_falling_tipped_arrow", + "arrowslowfalling": "slow_falling_tipped_arrow", + "sfarrow": "slow_falling_tipped_arrow", + "sftarr": "slow_falling_tipped_arrow", + "sftarrow": "slow_falling_tipped_arrow", + "sftippedarrow": "slow_falling_tipped_arrow", + "slowfallarrow": "slow_falling_tipped_arrow", + "slowfallingarrow": "slow_falling_tipped_arrow", + "slowfallingtarr": "slow_falling_tipped_arrow", + "slowfallingtarrow": "slow_falling_tipped_arrow", + "slowfallingtippedarrow": "slow_falling_tipped_arrow", + "slowfalltarr": "slow_falling_tipped_arrow", + "slowfalltarrow": "slow_falling_tipped_arrow", + "slowfalltippedarrow": "slow_falling_tipped_arrow", + "slowness_lingering_potion": { + "potionData": { + "type": "SLOWNESS", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotionslow": "slowness_lingering_potion", + "aoepotionslowness": "slowness_lingering_potion", + "aoepotslow": "slowness_lingering_potion", + "aoepotslowness": "slowness_lingering_potion", + "areapotionslow": "slowness_lingering_potion", + "areapotionslowness": "slowness_lingering_potion", + "areapotslow": "slowness_lingering_potion", + "areapotslowness": "slowness_lingering_potion", + "cloudpotionslow": "slowness_lingering_potion", + "cloudpotionslowness": "slowness_lingering_potion", + "cloudpotslow": "slowness_lingering_potion", + "cloudpotslowness": "slowness_lingering_potion", + "lingerpotslow": "slowness_lingering_potion", + "lingerpotslowness": "slowness_lingering_potion", + "slowaoepoiont": "slowness_lingering_potion", + "slowaoepot": "slowness_lingering_potion", + "slowareapot": "slowness_lingering_potion", + "slowareapotion": "slowness_lingering_potion", + "slowcloudpot": "slowness_lingering_potion", + "slowcloudpotion": "slowness_lingering_potion", + "slowlingerpot": "slowness_lingering_potion", + "slownessaoepoiont": "slowness_lingering_potion", + "slownessaoepot": "slowness_lingering_potion", + "slownessareapot": "slowness_lingering_potion", + "slownessareapotion": "slowness_lingering_potion", + "slownesscloudpot": "slowness_lingering_potion", + "slownesscloudpotion": "slowness_lingering_potion", + "slownesslingerpot": "slowness_lingering_potion", + "slowness_potion": { + "potionData": { + "type": "SLOWNESS", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "potionofslow": "slowness_potion", + "potionofslowness": "slowness_potion", + "potofslow": "slowness_potion", + "potofslowness": "slowness_potion", + "slownesspot": "slowness_potion", + "slownesspotion": "slowness_potion", + "slowpot": "slowness_potion", + "slowpotion": "slowness_potion", + "slowness_splash_potion": { + "potionData": { + "type": "SLOWNESS", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "slownesssplashpot": "slowness_splash_potion", + "slownesssplashpotion": "slowness_splash_potion", + "slowsplashpot": "slowness_splash_potion", + "slowsplashpotion": "slowness_splash_potion", + "splashslownesspot": "slowness_splash_potion", + "splashslownesspotion": "slowness_splash_potion", + "splashslowpot": "slowness_splash_potion", + "splashslowpotion": "slowness_splash_potion", + "splslownesspot": "slowness_splash_potion", + "splslownesspotion": "slowness_splash_potion", + "splslowpot": "slowness_splash_potion", + "splslowpotion": "slowness_splash_potion", + "slowness_tipped_arrow": { + "potionData": { + "type": "SLOWNESS", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowslow": "slowness_tipped_arrow", + "arrowslowness": "slowness_tipped_arrow", + "slowarrow": "slowness_tipped_arrow", + "slownessarrow": "slowness_tipped_arrow", + "slownesstarr": "slowness_tipped_arrow", + "slownesstarrow": "slowness_tipped_arrow", + "slownesstippedarrow": "slowness_tipped_arrow", + "slowtarr": "slowness_tipped_arrow", + "slowtarrow": "slowness_tipped_arrow", + "slowtippedarrow": "slowness_tipped_arrow", + "small_amethyst_bud": { + "material": "SMALL_AMETHYST_BUD" + }, + "amethystbuds": "small_amethyst_bud", + "cavebuds": "small_amethyst_bud", + "littleamethystbud": "small_amethyst_bud", + "littlecavebud": "small_amethyst_bud", + "minecraft:small_amethyst_bud": "small_amethyst_bud", + "samethystbud": "small_amethyst_bud", + "scavebud": "small_amethyst_bud", + "smallamethystbud": "small_amethyst_bud", + "smallcavebud": "small_amethyst_bud", + "small_dripleaf": { + "material": "SMALL_DRIPLEAF" + }, + "dripleafsmall": "small_dripleaf", + "minecraft:small_dripleaf": "small_dripleaf", + "smalldrip": "small_dripleaf", + "smalldripleaf": "small_dripleaf", + "yoooooooominecraftsgotdrip": "small_dripleaf", + "smithing_table": { + "material": "SMITHING_TABLE" + }, + "minecraft:smithing_table": "smithing_table", + "smithingtable": "smithing_table", + "smoker": { + "material": "SMOKER" + }, + "minecraft:smoker": "smoker", + "smooth_basalt": { + "material": "SMOOTH_BASALT" + }, + "minecraft:smooth_basalt": "smooth_basalt", + "smbas": "smooth_basalt", + "smbasalt": "smooth_basalt", + "smbasaltb": "smooth_basalt", + "smbasaltbl": "smooth_basalt", + "smbasaltblock": "smooth_basalt", + "smbasaltst": "smooth_basalt", + "smbasaltstb": "smooth_basalt", + "smbasaltstbl": "smooth_basalt", + "smbasaltstblock": "smooth_basalt", + "smbasb": "smooth_basalt", + "smbasbl": "smooth_basalt", + "smbasblock": "smooth_basalt", + "smbast": "smooth_basalt", + "smbastb": "smooth_basalt", + "smbastbl": "smooth_basalt", + "smbastblock": "smooth_basalt", + "smoothbas": "smooth_basalt", + "smoothbasalt": "smooth_basalt", + "smoothbasaltb": "smooth_basalt", + "smoothbasaltbl": "smooth_basalt", + "smoothbasaltblock": "smooth_basalt", + "smoothbasaltst": "smooth_basalt", + "smoothbasaltstb": "smooth_basalt", + "smoothbasaltstbl": "smooth_basalt", + "smoothbasaltstblock": "smooth_basalt", + "smoothbasb": "smooth_basalt", + "smoothbasbl": "smooth_basalt", + "smoothbasblock": "smooth_basalt", + "smoothbast": "smooth_basalt", + "smoothbastb": "smooth_basalt", + "smoothbastbl": "smooth_basalt", + "smoothbastblock": "smooth_basalt", + "smooth_quartz": { + "material": "SMOOTH_QUARTZ" + }, + "minecraft:smooth_quartz": "smooth_quartz", + "smoothq": "smooth_quartz", + "smoothqb": "smooth_quartz", + "smoothqbl": "smooth_quartz", + "smoothqblock": "smooth_quartz", + "smoothquar": "smooth_quartz", + "smoothquarb": "smooth_quartz", + "smoothquarbl": "smooth_quartz", + "smoothquarblock": "smooth_quartz", + "smoothquartz": "smooth_quartz", + "smoothquartzb": "smooth_quartz", + "smoothquartzbl": "smooth_quartz", + "smoothquartzblock": "smooth_quartz", + "smq": "smooth_quartz", + "smqb": "smooth_quartz", + "smqbl": "smooth_quartz", + "smqblock": "smooth_quartz", + "smquar": "smooth_quartz", + "smquarb": "smooth_quartz", + "smquarbl": "smooth_quartz", + "smquarblock": "smooth_quartz", + "smquartz": "smooth_quartz", + "smquartzb": "smooth_quartz", + "smquartzbl": "smooth_quartz", + "smquartzblock": "smooth_quartz", + "smooth_quartz_slab": { + "material": "SMOOTH_QUARTZ_SLAB" + }, + "minecraft:smooth_quartz_slab": "smooth_quartz_slab", + "smoothqhalfblock": "smooth_quartz_slab", + "smoothqstep": "smooth_quartz_slab", + "smoothquarhalfblock": "smooth_quartz_slab", + "smoothquarstep": "smooth_quartz_slab", + "smoothquartzhalfblock": "smooth_quartz_slab", + "smoothquartzslab": "smooth_quartz_slab", + "smoothquartzstep": "smooth_quartz_slab", + "smqhalfblock": "smooth_quartz_slab", + "smqstep": "smooth_quartz_slab", + "smquarhalfblock": "smooth_quartz_slab", + "smquarstep": "smooth_quartz_slab", + "smquartzhalfblock": "smooth_quartz_slab", + "smquartzstep": "smooth_quartz_slab", + "smooth_quartz_stairs": { + "material": "SMOOTH_QUARTZ_STAIRS" + }, + "minecraft:smooth_quartz_stairs": "smooth_quartz_stairs", + "smoothqstair": "smooth_quartz_stairs", + "smoothqstairs": "smooth_quartz_stairs", + "smoothquarstair": "smooth_quartz_stairs", + "smoothquarstairs": "smooth_quartz_stairs", + "smoothquartzstair": "smooth_quartz_stairs", + "smoothquartzstairs": "smooth_quartz_stairs", + "smqstair": "smooth_quartz_stairs", + "smqstairs": "smooth_quartz_stairs", + "smquarstair": "smooth_quartz_stairs", + "smquarstairs": "smooth_quartz_stairs", + "smquartzstair": "smooth_quartz_stairs", + "smquartzstairs": "smooth_quartz_stairs", + "smooth_red_sandstone": { + "material": "SMOOTH_RED_SANDSTONE" + }, + "minecraft:smooth_red_sandstone": "smooth_red_sandstone", + "smoothredsandst": "smooth_red_sandstone", + "smoothredsandstb": "smooth_red_sandstone", + "smoothredsandstbl": "smooth_red_sandstone", + "smoothredsandstblock": "smooth_red_sandstone", + "smoothredsandstone": "smooth_red_sandstone", + "smoothredsandstoneb": "smooth_red_sandstone", + "smoothredsandstonebl": "smooth_red_sandstone", + "smoothredsandstoneblock": "smooth_red_sandstone", + "smoothredsndst": "smooth_red_sandstone", + "smoothredsndstb": "smooth_red_sandstone", + "smoothredsndstbl": "smooth_red_sandstone", + "smoothredsndstblock": "smooth_red_sandstone", + "smredsandst": "smooth_red_sandstone", + "smredsandstb": "smooth_red_sandstone", + "smredsandstbl": "smooth_red_sandstone", + "smredsandstblock": "smooth_red_sandstone", + "smredsandstone": "smooth_red_sandstone", + "smredsandstoneb": "smooth_red_sandstone", + "smredsandstonebl": "smooth_red_sandstone", + "smredsandstoneblock": "smooth_red_sandstone", + "smredsndst": "smooth_red_sandstone", + "smredsndstb": "smooth_red_sandstone", + "smredsndstbl": "smooth_red_sandstone", + "smredsndstblock": "smooth_red_sandstone", + "smooth_red_sandstone_slab": { + "material": "SMOOTH_RED_SANDSTONE_SLAB" + }, + "minecraft:smooth_red_sandstone_slab": "smooth_red_sandstone_slab", + "smoothredsandsthalfblock": "smooth_red_sandstone_slab", + "smoothredsandstonehalfblock": "smooth_red_sandstone_slab", + "smoothredsandstoneslab": "smooth_red_sandstone_slab", + "smoothredsandstonestep": "smooth_red_sandstone_slab", + "smoothredsandststep": "smooth_red_sandstone_slab", + "smoothredsndsthalfblock": "smooth_red_sandstone_slab", + "smoothredsndststep": "smooth_red_sandstone_slab", + "smredsandsthalfblock": "smooth_red_sandstone_slab", + "smredsandstonehalfblock": "smooth_red_sandstone_slab", + "smredsandstonestep": "smooth_red_sandstone_slab", + "smredsandststep": "smooth_red_sandstone_slab", + "smredsndsthalfblock": "smooth_red_sandstone_slab", + "smredsndststep": "smooth_red_sandstone_slab", + "smooth_red_sandstone_stairs": { + "material": "SMOOTH_RED_SANDSTONE_STAIRS" + }, + "minecraft:smooth_red_sandstone_stairs": "smooth_red_sandstone_stairs", + "smoothredsandstonestair": "smooth_red_sandstone_stairs", + "smoothredsandstonestairs": "smooth_red_sandstone_stairs", + "smoothredsandststair": "smooth_red_sandstone_stairs", + "smoothredsandststairs": "smooth_red_sandstone_stairs", + "smoothredsndststair": "smooth_red_sandstone_stairs", + "smoothredsndststairs": "smooth_red_sandstone_stairs", + "smredsandstonestair": "smooth_red_sandstone_stairs", + "smredsandstonestairs": "smooth_red_sandstone_stairs", + "smredsandststair": "smooth_red_sandstone_stairs", + "smredsandststairs": "smooth_red_sandstone_stairs", + "smredsndststair": "smooth_red_sandstone_stairs", + "smredsndststairs": "smooth_red_sandstone_stairs", + "smooth_sandstone": { + "material": "SMOOTH_SANDSTONE" + }, + "minecraft:smooth_sandstone": "smooth_sandstone", + "smoothsandst": "smooth_sandstone", + "smoothsandstb": "smooth_sandstone", + "smoothsandstbl": "smooth_sandstone", + "smoothsandstblock": "smooth_sandstone", + "smoothsandstone": "smooth_sandstone", + "smoothsandstoneb": "smooth_sandstone", + "smoothsandstonebl": "smooth_sandstone", + "smoothsandstoneblock": "smooth_sandstone", + "smoothsndst": "smooth_sandstone", + "smoothsndstb": "smooth_sandstone", + "smoothsndstbl": "smooth_sandstone", + "smoothsndstblock": "smooth_sandstone", + "smsandst": "smooth_sandstone", + "smsandstb": "smooth_sandstone", + "smsandstbl": "smooth_sandstone", + "smsandstblock": "smooth_sandstone", + "smsandstone": "smooth_sandstone", + "smsandstoneb": "smooth_sandstone", + "smsandstonebl": "smooth_sandstone", + "smsandstoneblock": "smooth_sandstone", + "smsndst": "smooth_sandstone", + "smsndstb": "smooth_sandstone", + "smsndstbl": "smooth_sandstone", + "smsndstblock": "smooth_sandstone", + "smooth_sandstone_slab": { + "material": "SMOOTH_SANDSTONE_SLAB" + }, + "minecraft:smooth_sandstone_slab": "smooth_sandstone_slab", + "smoothsandsthalfblock": "smooth_sandstone_slab", + "smoothsandstonehalfblock": "smooth_sandstone_slab", + "smoothsandstoneslab": "smooth_sandstone_slab", + "smoothsandstonestep": "smooth_sandstone_slab", + "smoothsandststep": "smooth_sandstone_slab", + "smoothsndsthalfblock": "smooth_sandstone_slab", + "smoothsndststep": "smooth_sandstone_slab", + "smsandsthalfblock": "smooth_sandstone_slab", + "smsandstonehalfblock": "smooth_sandstone_slab", + "smsandstonestep": "smooth_sandstone_slab", + "smsandststep": "smooth_sandstone_slab", + "smsndsthalfblock": "smooth_sandstone_slab", + "smsndststep": "smooth_sandstone_slab", + "smooth_sandstone_stairs": { + "material": "SMOOTH_SANDSTONE_STAIRS" + }, + "minecraft:smooth_sandstone_stairs": "smooth_sandstone_stairs", + "smoothsandstonestair": "smooth_sandstone_stairs", + "smoothsandstonestairs": "smooth_sandstone_stairs", + "smoothsandststair": "smooth_sandstone_stairs", + "smoothsandststairs": "smooth_sandstone_stairs", + "smoothsndststair": "smooth_sandstone_stairs", + "smoothsndststairs": "smooth_sandstone_stairs", + "smsandstonestair": "smooth_sandstone_stairs", + "smsandstonestairs": "smooth_sandstone_stairs", + "smsandststair": "smooth_sandstone_stairs", + "smsandststairs": "smooth_sandstone_stairs", + "smsndststair": "smooth_sandstone_stairs", + "smsndststairs": "smooth_sandstone_stairs", + "smooth_stone": { + "material": "SMOOTH_STONE", + "fallbacks": [ + "STONE" + ] + }, + "minecraft:smooth_stone": "smooth_stone", + "smoothst": "smooth_stone", + "smoothstb": "smooth_stone", + "smoothstbl": "smooth_stone", + "smoothstblock": "smooth_stone", + "smoothstone": "smooth_stone", + "smoothstoneb": "smooth_stone", + "smoothstonebl": "smooth_stone", + "smoothstoneblock": "smooth_stone", + "smst": "smooth_stone", + "smstb": "smooth_stone", + "smstbl": "smooth_stone", + "smstblock": "smooth_stone", + "smstone": "smooth_stone", + "smstoneb": "smooth_stone", + "smstonebl": "smooth_stone", + "smstoneblock": "smooth_stone", + "smooth_stone_slab": { + "material": "SMOOTH_STONE_SLAB" + }, + "minecraft:smooth_stone_slab": "smooth_stone_slab", + "smoothsthalfblock": "smooth_stone_slab", + "smoothstonehalfblock": "smooth_stone_slab", + "smoothstoneslab": "smooth_stone_slab", + "smoothstonestep": "smooth_stone_slab", + "smoothststep": "smooth_stone_slab", + "smsthalfblock": "smooth_stone_slab", + "smstonehalfblock": "smooth_stone_slab", + "smstonestep": "smooth_stone_slab", + "smststep": "smooth_stone_slab", + "sniffer_egg": { + "material": "SNIFFER_EGG" + }, + "minecraft:sniffer_egg": "sniffer_egg", + "snifferegg": "sniffer_spawn_egg", + "sniffer_spawn_egg": { + "material": "SNIFFER_SPAWN_EGG" + }, + "eggsniffer": "sniffer_spawn_egg", + "minecraft:sniffer_spawn_egg": "sniffer_spawn_egg", + "seggsniffer": "sniffer_spawn_egg", + "sniffersegg": "sniffer_spawn_egg", + "snifferspawn": "sniffer_spawn_egg", + "snifferspawnegg": "sniffer_spawn_egg", + "spawneggsniffer": "sniffer_spawn_egg", + "spawnsniffer": "sniffer_spawn_egg", + "sniffer_spawner": { + "entity": "SNIFFER", + "material": "SPAWNER" + }, + "sniffercage": "sniffer_spawner", + "sniffermcage": "sniffer_spawner", + "sniffermobcage": "sniffer_spawner", + "sniffermobspawner": "sniffer_spawner", + "sniffermonstercage": "sniffer_spawner", + "sniffermonsterspawner": "sniffer_spawner", + "sniffermspawner": "sniffer_spawner", + "snifferspawner": "sniffer_spawner", + "snort_pottery_sherd": { + "material": "SNORT_POTTERY_SHERD" + }, + "minecraft:snort_pottery_sherd": "snort_pottery_sherd", + "snortpotterysherd": "snort_pottery_sherd", + "snortsherd": "snort_pottery_sherd", + "snout_armor_trim_smithing_template": { + "material": "SNOUT_ARMOR_TRIM_SMITHING_TEMPLATE" + }, + "minecraft:snout_armor_trim_smithing_template": "snout_armor_trim_smithing_template", + "snoutarmortrimsmithingtemplate": "snout_armor_trim_smithing_template", + "snouttrim": "snout_armor_trim_smithing_template", + "snow": { + "material": "SNOW" + }, + "minecraft:snow": "snow", + "snow_block": { + "material": "SNOW_BLOCK" + }, + "minecraft:snow_block": "snow_block", + "snowblock": "snow_block", + "snow_golem_spawn_egg": { + "material": "SNOW_GOLEM_SPAWN_EGG" + }, + "minecraft:snow_golem_spawn_egg": "snow_golem_spawn_egg", + "snowgolemspawnegg": "snow_golem_spawn_egg", + "snowball": { + "material": "SNOWBALL" + }, + "minecraft:snowball": "snowball", + "snowman_spawner": { + "entity": "SNOWMAN", + "material": "SPAWNER" + }, + "sgolemcage": "snowman_spawner", + "sgolemmcage": "snowman_spawner", + "sgolemmobcage": "snowman_spawner", + "sgolemmobspawner": "snowman_spawner", + "sgolemmonstercage": "snowman_spawner", + "sgolemmonsterspawner": "snowman_spawner", + "sgolemmspawner": "snowman_spawner", + "sgolemspawner": "snowman_spawner", + "snowgolemcage": "snowman_spawner", + "snowgolemmcage": "snowman_spawner", + "snowgolemmobcage": "snowman_spawner", + "snowgolemmobspawner": "snowman_spawner", + "snowgolemmonstercage": "snowman_spawner", + "snowgolemmonsterspawner": "snowman_spawner", + "snowgolemmspawner": "snowman_spawner", + "snowgolemspawner": "snowman_spawner", + "snowmancage": "snowman_spawner", + "snowmanmcage": "snowman_spawner", + "snowmanmobcage": "snowman_spawner", + "snowmanmobspawner": "snowman_spawner", + "snowmanmonstercage": "snowman_spawner", + "snowmanmonsterspawner": "snowman_spawner", + "snowmanmspawner": "snowman_spawner", + "snowmanspawner": "snowman_spawner", + "soul_campfire": { + "material": "SOUL_CAMPFIRE" + }, + "minecraft:soul_campfire": "soul_campfire", + "soulcampfire": "soul_campfire", + "soul_lantern": { + "material": "SOUL_LANTERN" + }, + "minecraft:soul_lantern": "soul_lantern", + "soullantern": "soul_lantern", + "soul_sand": { + "material": "SOUL_SAND" + }, + "minecraft:soul_sand": "soul_sand", + "soulsand": "soul_sand", + "soul_soil": { + "material": "SOUL_SOIL" + }, + "minecraft:soul_soil": "soul_soil", + "soulsoil": "soul_soil", + "soul_torch": { + "material": "SOUL_TORCH" + }, + "minecraft:soul_torch": "soul_torch", + "soultorch": "soul_torch", + "spawner": { + "material": "SPAWNER" + }, + "minecraft:spawner": "spawner", + "spectral_arrow": { + "material": "SPECTRAL_ARROW" + }, + "minecraft:spectral_arrow": "spectral_arrow", + "spectralarrow": "spectral_arrow", + "spider_eye": { + "material": "SPIDER_EYE" + }, + "minecraft:spider_eye": "spider_eye", + "spidereye": "spider_eye", + "spider_spawn_egg": { + "material": "SPIDER_SPAWN_EGG" + }, + "eggspid": "spider_spawn_egg", + "eggspider": "spider_spawn_egg", + "minecraft:spider_spawn_egg": "spider_spawn_egg", + "seggspid": "spider_spawn_egg", + "seggspider": "spider_spawn_egg", + "spawneggspid": "spider_spawn_egg", + "spawneggspider": "spider_spawn_egg", + "spawnspid": "spider_spawn_egg", + "spawnspider": "spider_spawn_egg", + "spidegg": "spider_spawn_egg", + "spideregg": "spider_spawn_egg", + "spidersegg": "spider_spawn_egg", + "spiderspawn": "spider_spawn_egg", + "spiderspawnegg": "spider_spawn_egg", + "spidsegg": "spider_spawn_egg", + "spidspawn": "spider_spawn_egg", + "spidspawnegg": "spider_spawn_egg", + "spider_spawner": { + "entity": "SPIDER", + "material": "SPAWNER" + }, + "spidcage": "spider_spawner", + "spidercage": "spider_spawner", + "spidermcage": "spider_spawner", + "spidermobcage": "spider_spawner", + "spidermobspawner": "spider_spawner", + "spidermonstercage": "spider_spawner", + "spidermonsterspawner": "spider_spawner", + "spidermspawner": "spider_spawner", + "spiderspawner": "spider_spawner", + "spidmcage": "spider_spawner", + "spidmobcage": "spider_spawner", + "spidmobspawner": "spider_spawner", + "spidmonstercage": "spider_spawner", + "spidmonsterspawner": "spider_spawner", + "spidmspawner": "spider_spawner", + "spidspawner": "spider_spawner", + "spire_armor_trim_smithing_template": { + "material": "SPIRE_ARMOR_TRIM_SMITHING_TEMPLATE" + }, + "minecraft:spire_armor_trim_smithing_template": "spire_armor_trim_smithing_template", + "spirearmortrimsmithingtemplate": "spire_armor_trim_smithing_template", + "spiretrim": "spire_armor_trim_smithing_template", + "splash_potion": { + "material": "SPLASH_POTION" + }, + "minecraft:splash_potion": "splash_potion", + "splashpotion": "splash_potion", + "sponge": { + "material": "SPONGE" + }, + "minecraft:sponge": "sponge", + "spore_blossom": { + "material": "SPORE_BLOSSOM" + }, + "lushflower": "spore_blossom", + "minecraft:spore_blossom": "spore_blossom", + "spblossom": "spore_blossom", + "spflower": "spore_blossom", + "sporeblossom": "spore_blossom", + "sporeflower": "spore_blossom", + "spruce_boat": { + "material": "SPRUCE_BOAT" + }, + "boatd": "spruce_boat", + "boatdark": "spruce_boat", + "boatp": "spruce_boat", + "boatpine": "spruce_boat", + "boats": "spruce_boat", + "boatspruce": "spruce_boat", + "darkboat": "spruce_boat", + "darkraft": "spruce_boat", + "dboat": "spruce_boat", + "draft": "spruce_boat", + "minecraft:spruce_boat": "spruce_boat", + "pboat": "spruce_boat", + "pineboat": "spruce_boat", + "pineraft": "spruce_boat", + "praft": "spruce_boat", + "sboat": "spruce_boat", + "spruceboat": "spruce_boat", + "spruceraft": "spruce_boat", + "sraft": "spruce_boat", + "spruce_button": { + "material": "SPRUCE_BUTTON" + }, + "buttond": "spruce_button", + "buttondark": "spruce_button", + "buttonp": "spruce_button", + "buttonpine": "spruce_button", + "buttons": "spruce_button", + "buttonspruce": "spruce_button", + "darkbutton": "spruce_button", + "dbutton": "spruce_button", + "minecraft:spruce_button": "spruce_button", + "pbutton": "spruce_button", + "pinebutton": "spruce_button", + "sbutton": "spruce_button", + "sprucebutton": "spruce_button", + "spruce_chest_boat": { + "material": "SPRUCE_CHEST_BOAT" + }, + "darkchboat": "spruce_chest_boat", + "dchboat": "spruce_chest_boat", + "minecraft:spruce_chest_boat": "spruce_chest_boat", + "pchboat": "spruce_chest_boat", + "pinechboat": "spruce_chest_boat", + "schboat": "spruce_chest_boat", + "sprucechboat": "spruce_chest_boat", + "sprucechestboat": "spruce_chest_boat", + "spruce_door": { + "material": "SPRUCE_DOOR" + }, + "darkdoor": "spruce_door", + "ddoor": "spruce_door", + "minecraft:spruce_door": "spruce_door", + "pdoor": "spruce_door", + "pinedoor": "spruce_door", + "sprucedoor": "spruce_door", + "spruce_fence": { + "material": "SPRUCE_FENCE" + }, + "darkfence": "spruce_fence", + "dfence": "spruce_fence", + "minecraft:spruce_fence": "spruce_fence", + "pfence": "spruce_fence", + "pinefence": "spruce_fence", + "sfence": "spruce_fence", + "sprucefence": "spruce_fence", + "spruce_fence_gate": { + "material": "SPRUCE_FENCE_GATE" + }, + "darkfencegate": "spruce_fence_gate", + "darkgate": "spruce_fence_gate", + "dfencegate": "spruce_fence_gate", + "dgate": "spruce_fence_gate", + "gated": "spruce_fence_gate", + "gatedark": "spruce_fence_gate", + "gatep": "spruce_fence_gate", + "gatepine": "spruce_fence_gate", + "gates": "spruce_fence_gate", + "gatespruce": "spruce_fence_gate", + "minecraft:spruce_fence_gate": "spruce_fence_gate", + "pfencegate": "spruce_fence_gate", + "pgate": "spruce_fence_gate", + "pinefencegate": "spruce_fence_gate", + "pinegate": "spruce_fence_gate", + "sfencegate": "spruce_fence_gate", + "sgate": "spruce_fence_gate", + "sprucefencegate": "spruce_fence_gate", + "sprucegate": "spruce_fence_gate", + "spruce_hanging_sign": { + "material": "SPRUCE_HANGING_SIGN" + }, + "darkhangsign": "spruce_hanging_sign", + "darkhsign": "spruce_hanging_sign", + "dhangsign": "spruce_hanging_sign", + "dhsign": "spruce_hanging_sign", + "minecraft:spruce_hanging_sign": "spruce_hanging_sign", + "phangsign": "spruce_hanging_sign", + "phsign": "spruce_hanging_sign", + "pinehangsign": "spruce_hanging_sign", + "pinehsign": "spruce_hanging_sign", + "shangsign": "spruce_hanging_sign", + "shsign": "spruce_hanging_sign", + "sprucehangingsign": "spruce_hanging_sign", + "sprucehangsign": "spruce_hanging_sign", + "sprucehsign": "spruce_hanging_sign", + "spruce_leaves": { + "material": "SPRUCE_LEAVES" + }, + "darkleaf": "spruce_leaves", + "darkleave": "spruce_leaves", + "darkleaves": "spruce_leaves", + "darklogleaf": "spruce_leaves", + "darklogleave": "spruce_leaves", + "darklogleaves": "spruce_leaves", + "darktreeleaf": "spruce_leaves", + "darktreeleave": "spruce_leaves", + "darktreeleaves": "spruce_leaves", + "darktrunkleaf": "spruce_leaves", + "darktrunkleave": "spruce_leaves", + "darktrunkleaves": "spruce_leaves", + "darkwoodleaf": "spruce_leaves", + "darkwoodleave": "spruce_leaves", + "darkwoodleaves": "spruce_leaves", + "dleaf": "spruce_leaves", + "dleave": "spruce_leaves", + "dleaves": "spruce_leaves", + "dlogleaf": "spruce_leaves", + "dlogleave": "spruce_leaves", + "dlogleaves": "spruce_leaves", + "dtreeleaf": "spruce_leaves", + "dtreeleave": "spruce_leaves", + "dtreeleaves": "spruce_leaves", + "dtrunkleaf": "spruce_leaves", + "dtrunkleave": "spruce_leaves", + "dtrunkleaves": "spruce_leaves", + "dwoodleaf": "spruce_leaves", + "dwoodleave": "spruce_leaves", + "dwoodleaves": "spruce_leaves", + "leafd": "spruce_leaves", + "leafdark": "spruce_leaves", + "leafp": "spruce_leaves", + "leafpine": "spruce_leaves", + "leafs": "spruce_leaves", + "leafspruce": "spruce_leaves", + "leavesd": "spruce_leaves", + "leavesdark": "spruce_leaves", + "leavesp": "spruce_leaves", + "leavespine": "spruce_leaves", + "leavess": "spruce_leaves", + "leavesspruce": "spruce_leaves", + "minecraft:spruce_leaves": "spruce_leaves", + "pineleaf": "spruce_leaves", + "pineleave": "spruce_leaves", + "pineleaves": "spruce_leaves", + "pinelogleaf": "spruce_leaves", + "pinelogleave": "spruce_leaves", + "pinelogleaves": "spruce_leaves", + "pinetreeleaf": "spruce_leaves", + "pinetreeleave": "spruce_leaves", + "pinetreeleaves": "spruce_leaves", + "pinetrunkleaf": "spruce_leaves", + "pinetrunkleave": "spruce_leaves", + "pinetrunkleaves": "spruce_leaves", + "pinewoodleaf": "spruce_leaves", + "pinewoodleave": "spruce_leaves", + "pinewoodleaves": "spruce_leaves", + "pleaf": "spruce_leaves", + "pleave": "spruce_leaves", + "pleaves": "spruce_leaves", + "plogleaf": "spruce_leaves", + "plogleave": "spruce_leaves", + "plogleaves": "spruce_leaves", + "ptreeleaf": "spruce_leaves", + "ptreeleave": "spruce_leaves", + "ptreeleaves": "spruce_leaves", + "ptrunkleaf": "spruce_leaves", + "ptrunkleave": "spruce_leaves", + "ptrunkleaves": "spruce_leaves", + "pwoodleaf": "spruce_leaves", + "pwoodleave": "spruce_leaves", + "pwoodleaves": "spruce_leaves", + "sleaf": "spruce_leaves", + "sleave": "spruce_leaves", + "sleaves": "spruce_leaves", + "slogleaf": "spruce_leaves", + "slogleave": "spruce_leaves", + "slogleaves": "spruce_leaves", + "spruceleaf": "spruce_leaves", + "spruceleave": "spruce_leaves", + "spruceleaves": "spruce_leaves", + "sprucelogleaf": "spruce_leaves", + "sprucelogleave": "spruce_leaves", + "sprucelogleaves": "spruce_leaves", + "sprucetreeleaf": "spruce_leaves", + "sprucetreeleave": "spruce_leaves", + "sprucetreeleaves": "spruce_leaves", + "sprucetrunkleaf": "spruce_leaves", + "sprucetrunkleave": "spruce_leaves", + "sprucetrunkleaves": "spruce_leaves", + "sprucewoodleaf": "spruce_leaves", + "sprucewoodleave": "spruce_leaves", + "sprucewoodleaves": "spruce_leaves", + "streeleaf": "spruce_leaves", + "streeleave": "spruce_leaves", + "streeleaves": "spruce_leaves", + "strunkleaf": "spruce_leaves", + "strunkleave": "spruce_leaves", + "strunkleaves": "spruce_leaves", + "swoodleaf": "spruce_leaves", + "swoodleave": "spruce_leaves", + "swoodleaves": "spruce_leaves", + "spruce_log": { + "material": "SPRUCE_LOG" + }, + "darklog": "spruce_log", + "darktree": "spruce_log", + "darktrunk": "spruce_log", + "dlog": "spruce_log", + "dtree": "spruce_log", + "dtrunk": "spruce_log", + "logd": "spruce_log", + "logdark": "spruce_log", + "logp": "spruce_log", + "logpine": "spruce_log", + "logs": "spruce_log", + "logspruce": "spruce_log", + "minecraft:spruce_log": "spruce_log", + "pinelog": "spruce_log", + "pinetree": "spruce_log", + "pinetrunk": "spruce_log", + "plog": "spruce_log", + "ptree": "spruce_log", + "ptrunk": "spruce_log", + "slog": "spruce_log", + "sprucelog": "spruce_log", + "sprucetree": "spruce_log", + "sprucetrunk": "spruce_log", + "stree": "spruce_log", + "strunk": "spruce_log", + "spruce_planks": { + "material": "SPRUCE_PLANKS" + }, + "darkplank": "spruce_planks", + "darkplankw": "spruce_planks", + "darkplankwood": "spruce_planks", + "darkplankwooden": "spruce_planks", + "darkwoodenplank": "spruce_planks", + "darkwoodplank": "spruce_planks", + "darkwplank": "spruce_planks", + "dplank": "spruce_planks", + "dplankw": "spruce_planks", + "dplankwood": "spruce_planks", + "dplankwooden": "spruce_planks", + "dwoodenplank": "spruce_planks", + "dwoodplank": "spruce_planks", + "dwplank": "spruce_planks", + "minecraft:spruce_planks": "spruce_planks", + "pineplank": "spruce_planks", + "pineplankw": "spruce_planks", + "pineplankwood": "spruce_planks", + "pineplankwooden": "spruce_planks", + "pinewoodenplank": "spruce_planks", + "pinewoodplank": "spruce_planks", + "pinewplank": "spruce_planks", + "pplank": "spruce_planks", + "pplankw": "spruce_planks", + "pplankwood": "spruce_planks", + "pplankwooden": "spruce_planks", + "pwoodenplank": "spruce_planks", + "pwoodplank": "spruce_planks", + "pwplank": "spruce_planks", + "splank": "spruce_planks", + "splankw": "spruce_planks", + "splankwood": "spruce_planks", + "splankwooden": "spruce_planks", + "spruceplank": "spruce_planks", + "spruceplanks": "spruce_planks", + "spruceplankw": "spruce_planks", + "spruceplankwood": "spruce_planks", + "spruceplankwooden": "spruce_planks", + "sprucewoodenplank": "spruce_planks", + "sprucewoodplank": "spruce_planks", + "sprucewplank": "spruce_planks", + "swoodenplank": "spruce_planks", + "swoodplank": "spruce_planks", + "swplank": "spruce_planks", + "spruce_pressure_plate": { + "material": "SPRUCE_PRESSURE_PLATE" + }, + "darkplate": "spruce_pressure_plate", + "darkpplate": "spruce_pressure_plate", + "darkpressplate": "spruce_pressure_plate", + "darkpressureplate": "spruce_pressure_plate", + "dpplate": "spruce_pressure_plate", + "dpressplate": "spruce_pressure_plate", + "dpressureplate": "spruce_pressure_plate", + "minecraft:spruce_pressure_plate": "spruce_pressure_plate", + "pineplate": "spruce_pressure_plate", + "pinepplate": "spruce_pressure_plate", + "pinepressplate": "spruce_pressure_plate", + "pinepressureplate": "spruce_pressure_plate", + "plated": "spruce_pressure_plate", + "platedark": "spruce_pressure_plate", + "platep": "spruce_pressure_plate", + "platepine": "spruce_pressure_plate", + "plates": "spruce_pressure_plate", + "platespruce": "spruce_pressure_plate", + "pplate": "spruce_pressure_plate", + "ppplate": "spruce_pressure_plate", + "ppressplate": "spruce_pressure_plate", + "ppressureplate": "spruce_pressure_plate", + "spplate": "spruce_pressure_plate", + "spressplate": "spruce_pressure_plate", + "spressureplate": "spruce_pressure_plate", + "spruceplate": "spruce_pressure_plate", + "sprucepplate": "spruce_pressure_plate", + "sprucepressplate": "spruce_pressure_plate", + "sprucepressureplate": "spruce_pressure_plate", + "spruce_sapling": { + "material": "SPRUCE_SAPLING" + }, + "darklogsapling": "spruce_sapling", + "darksapling": "spruce_sapling", + "darktreesapling": "spruce_sapling", + "darktrunksapling": "spruce_sapling", + "darkwoodsapling": "spruce_sapling", + "dlogsapling": "spruce_sapling", + "dsapling": "spruce_sapling", + "dtreesapling": "spruce_sapling", + "dtrunksapling": "spruce_sapling", + "dwoodsapling": "spruce_sapling", + "minecraft:spruce_sapling": "spruce_sapling", + "pinelogsapling": "spruce_sapling", + "pinesapling": "spruce_sapling", + "pinetreesapling": "spruce_sapling", + "pinetrunksapling": "spruce_sapling", + "pinewoodsapling": "spruce_sapling", + "plogsapling": "spruce_sapling", + "psapling": "spruce_sapling", + "ptreesapling": "spruce_sapling", + "ptrunksapling": "spruce_sapling", + "pwoodsapling": "spruce_sapling", + "slogsapling": "spruce_sapling", + "sprucelogsapling": "spruce_sapling", + "sprucesapling": "spruce_sapling", + "sprucetreesapling": "spruce_sapling", + "sprucetrunksapling": "spruce_sapling", + "sprucewoodsapling": "spruce_sapling", + "ssapling": "spruce_sapling", + "streesapling": "spruce_sapling", + "strunksapling": "spruce_sapling", + "swoodsapling": "spruce_sapling", + "spruce_sign": { + "material": "SPRUCE_SIGN", + "fallbacks": [ + "SIGN" + ] + }, + "darksign": "spruce_sign", + "dsign": "spruce_sign", + "minecraft:spruce_sign": "spruce_sign", + "pinesign": "spruce_sign", + "psign": "spruce_sign", + "sprucesign": "spruce_sign", + "ssign": "spruce_sign", + "spruce_slab": { + "material": "SPRUCE_SLAB" + }, + "darkhalfblock": "spruce_slab", + "darkstep": "spruce_slab", + "darkwhalfblock": "spruce_slab", + "darkwoodenhalfblock": "spruce_slab", + "darkwoodenslab": "spruce_slab", + "darkwoodenstep": "spruce_slab", + "darkwoodhalfblock": "spruce_slab", + "darkwoodslab": "spruce_slab", + "darkwoodstep": "spruce_slab", + "darkwslab": "spruce_slab", + "darkwstep": "spruce_slab", + "dhalfblock": "spruce_slab", + "dstep": "spruce_slab", + "dwhalfblock": "spruce_slab", + "dwoodenhalfblock": "spruce_slab", + "dwoodenslab": "spruce_slab", + "dwoodenstep": "spruce_slab", + "dwoodhalfblock": "spruce_slab", + "dwoodslab": "spruce_slab", + "dwoodstep": "spruce_slab", + "dwslab": "spruce_slab", + "dwstep": "spruce_slab", + "minecraft:spruce_slab": "spruce_slab", + "phalfblock": "spruce_slab", + "pinehalfblock": "spruce_slab", + "pinestep": "spruce_slab", + "pinewhalfblock": "spruce_slab", + "pinewoodenhalfblock": "spruce_slab", + "pinewoodenslab": "spruce_slab", + "pinewoodenstep": "spruce_slab", + "pinewoodhalfblock": "spruce_slab", + "pinewoodslab": "spruce_slab", + "pinewoodstep": "spruce_slab", + "pinewslab": "spruce_slab", + "pinewstep": "spruce_slab", + "pstep": "spruce_slab", + "pwhalfblock": "spruce_slab", + "pwoodenhalfblock": "spruce_slab", + "pwoodenslab": "spruce_slab", + "pwoodenstep": "spruce_slab", + "pwoodhalfblock": "spruce_slab", + "pwoodslab": "spruce_slab", + "pwoodstep": "spruce_slab", + "pwslab": "spruce_slab", + "pwstep": "spruce_slab", + "shalfblock": "spruce_slab", + "sprucehalfblock": "spruce_slab", + "spruceslab": "spruce_slab", + "sprucestep": "spruce_slab", + "sprucewhalfblock": "spruce_slab", + "sprucewoodenhalfblock": "spruce_slab", + "sprucewoodenslab": "spruce_slab", + "sprucewoodenstep": "spruce_slab", + "sprucewoodhalfblock": "spruce_slab", + "sprucewoodslab": "spruce_slab", + "sprucewoodstep": "spruce_slab", + "sprucewslab": "spruce_slab", + "sprucewstep": "spruce_slab", + "sstep": "spruce_slab", + "swhalfblock": "spruce_slab", + "swoodenhalfblock": "spruce_slab", + "swoodenslab": "spruce_slab", + "swoodenstep": "spruce_slab", + "swoodhalfblock": "spruce_slab", + "swoodslab": "spruce_slab", + "swoodstep": "spruce_slab", + "swslab": "spruce_slab", + "swstep": "spruce_slab", + "spruce_stairs": { + "material": "SPRUCE_STAIRS" + }, + "darkstair": "spruce_stairs", + "darkwoodenstair": "spruce_stairs", + "darkwoodenstairs": "spruce_stairs", + "darkwoodstair": "spruce_stairs", + "darkwoodstairs": "spruce_stairs", + "darkwstair": "spruce_stairs", + "darkwstairs": "spruce_stairs", + "dstair": "spruce_stairs", + "dwoodenstair": "spruce_stairs", + "dwoodenstairs": "spruce_stairs", + "dwoodstair": "spruce_stairs", + "dwoodstairs": "spruce_stairs", + "dwstair": "spruce_stairs", + "dwstairs": "spruce_stairs", + "minecraft:spruce_stairs": "spruce_stairs", + "pinestair": "spruce_stairs", + "pinewoodenstair": "spruce_stairs", + "pinewoodenstairs": "spruce_stairs", + "pinewoodstair": "spruce_stairs", + "pinewoodstairs": "spruce_stairs", + "pinewstair": "spruce_stairs", + "pinewstairs": "spruce_stairs", + "pstair": "spruce_stairs", + "pwoodenstair": "spruce_stairs", + "pwoodenstairs": "spruce_stairs", + "pwoodstair": "spruce_stairs", + "pwoodstairs": "spruce_stairs", + "pwstair": "spruce_stairs", + "pwstairs": "spruce_stairs", + "sprucestair": "spruce_stairs", + "sprucestairs": "spruce_stairs", + "sprucewoodenstair": "spruce_stairs", + "sprucewoodenstairs": "spruce_stairs", + "sprucewoodstair": "spruce_stairs", + "sprucewoodstairs": "spruce_stairs", + "sprucewstair": "spruce_stairs", + "sprucewstairs": "spruce_stairs", + "sstair": "spruce_stairs", + "swoodenstair": "spruce_stairs", + "swoodenstairs": "spruce_stairs", + "swoodstair": "spruce_stairs", + "swoodstairs": "spruce_stairs", + "swstair": "spruce_stairs", + "swstairs": "spruce_stairs", + "spruce_trapdoor": { + "material": "SPRUCE_TRAPDOOR" + }, + "darkdoort": "spruce_trapdoor", + "darkdoortrap": "spruce_trapdoor", + "darkdtrap": "spruce_trapdoor", + "darkhatch": "spruce_trapdoor", + "darktdoor": "spruce_trapdoor", + "darktrapd": "spruce_trapdoor", + "darktrapdoor": "spruce_trapdoor", + "ddoort": "spruce_trapdoor", + "ddoortrap": "spruce_trapdoor", + "ddtrap": "spruce_trapdoor", + "dhatch": "spruce_trapdoor", + "dtdoor": "spruce_trapdoor", + "dtrapd": "spruce_trapdoor", + "dtrapdoor": "spruce_trapdoor", + "minecraft:spruce_trapdoor": "spruce_trapdoor", + "pdoort": "spruce_trapdoor", + "pdoortrap": "spruce_trapdoor", + "pdtrap": "spruce_trapdoor", + "phatch": "spruce_trapdoor", + "pinedoort": "spruce_trapdoor", + "pinedoortrap": "spruce_trapdoor", + "pinedtrap": "spruce_trapdoor", + "pinehatch": "spruce_trapdoor", + "pinetdoor": "spruce_trapdoor", + "pinetrapd": "spruce_trapdoor", + "pinetrapdoor": "spruce_trapdoor", + "ptdoor": "spruce_trapdoor", + "ptrapd": "spruce_trapdoor", + "ptrapdoor": "spruce_trapdoor", + "sprucedoort": "spruce_trapdoor", + "sprucedoortrap": "spruce_trapdoor", + "sprucedtrap": "spruce_trapdoor", + "sprucehatch": "spruce_trapdoor", + "sprucetdoor": "spruce_trapdoor", + "sprucetrapd": "spruce_trapdoor", + "sprucetrapdoor": "spruce_trapdoor", + "spruce_wood": { + "material": "SPRUCE_WOOD" + }, + "darklogall": "spruce_wood", + "darktreeall": "spruce_wood", + "darktrunkall": "spruce_wood", + "darkwood": "spruce_wood", + "dlogall": "spruce_wood", + "dtreeall": "spruce_wood", + "dtrunkall": "spruce_wood", + "dwood": "spruce_wood", + "minecraft:spruce_wood": "spruce_wood", + "pinelogall": "spruce_wood", + "pinetreeall": "spruce_wood", + "pinetrunkall": "spruce_wood", + "pinewood": "spruce_wood", + "plogall": "spruce_wood", + "ptreeall": "spruce_wood", + "ptrunkall": "spruce_wood", + "pwood": "spruce_wood", + "slogall": "spruce_wood", + "sprucelogall": "spruce_wood", + "sprucetreeall": "spruce_wood", + "sprucetrunkall": "spruce_wood", + "sprucewood": "spruce_wood", + "streeall": "spruce_wood", + "strunkall": "spruce_wood", + "swood": "spruce_wood", + "woodd": "spruce_wood", + "wooddark": "spruce_wood", + "woodp": "spruce_wood", + "woodpine": "spruce_wood", + "woods": "spruce_wood", + "woodspruce": "spruce_wood", + "spyglass": { + "material": "SPYGLASS" + }, + "eyesgozoom": "spyglass", + "lens": "spyglass", + "magnifyingglass": "spyglass", + "minecraft:spyglass": "spyglass", + "squid_spawn_egg": { + "material": "SQUID_SPAWN_EGG" + }, + "eggsquid": "squid_spawn_egg", + "minecraft:squid_spawn_egg": "squid_spawn_egg", + "seggsquid": "squid_spawn_egg", + "spawneggsquid": "squid_spawn_egg", + "spawnsquid": "squid_spawn_egg", + "squidegg": "squid_spawn_egg", + "squidsegg": "squid_spawn_egg", + "squidspawn": "squid_spawn_egg", + "squidspawnegg": "squid_spawn_egg", + "squid_spawner": { + "entity": "SQUID", + "material": "SPAWNER" + }, + "squidcage": "squid_spawner", + "squidmcage": "squid_spawner", + "squidmobcage": "squid_spawner", + "squidmobspawner": "squid_spawner", + "squidmonstercage": "squid_spawner", + "squidmonsterspawner": "squid_spawner", + "squidmspawner": "squid_spawner", + "squidspawner": "squid_spawner", + "stick": { + "material": "STICK" + }, + "minecraft:stick": "stick", + "sticky_piston": { + "material": "STICKY_PISTON" + }, + "minecraft:sticky_piston": "sticky_piston", + "stickypiston": "sticky_piston", + "stone": { + "material": "STONE" + }, + "minecraft:stone": "stone", + "stone_axe": { + "material": "STONE_AXE" + }, + "cobblestoneaxe": "stone_axe", + "csaxe": "stone_axe", + "cstoneaxe": "stone_axe", + "minecraft:stone_axe": "stone_axe", + "stoneaxe": "stone_axe", + "stone_brick_slab": { + "material": "STONE_BRICK_SLAB" + }, + "minecraft:stone_brick_slab": "stone_brick_slab", + "stbrhalfblock": "stone_brick_slab", + "stbrickhalfblock": "stone_brick_slab", + "stbrickstep": "stone_brick_slab", + "stbrstep": "stone_brick_slab", + "stonebrhalfblock": "stone_brick_slab", + "stonebrickhalfblock": "stone_brick_slab", + "stonebrickslab": "stone_brick_slab", + "stonebrickstep": "stone_brick_slab", + "stonebrstep": "stone_brick_slab", + "stone_brick_stairs": { + "material": "STONE_BRICK_STAIRS" + }, + "minecraft:stone_brick_stairs": "stone_brick_stairs", + "stbrickstair": "stone_brick_stairs", + "stbrickstairs": "stone_brick_stairs", + "stbrstair": "stone_brick_stairs", + "stbrstairs": "stone_brick_stairs", + "stonebrickstair": "stone_brick_stairs", + "stonebrickstairs": "stone_brick_stairs", + "stonebrstair": "stone_brick_stairs", + "stonebrstairs": "stone_brick_stairs", + "stone_brick_wall": { + "material": "STONE_BRICK_WALL" + }, + "minecraft:stone_brick_wall": "stone_brick_wall", + "stbrickwall": "stone_brick_wall", + "stbrwall": "stone_brick_wall", + "stonebrickwall": "stone_brick_wall", + "stonebrwall": "stone_brick_wall", + "wallstbr": "stone_brick_wall", + "wallstbrick": "stone_brick_wall", + "wallstonebr": "stone_brick_wall", + "wallstonebrick": "stone_brick_wall", + "stone_bricks": { + "material": "STONE_BRICKS" + }, + "minecraft:stone_bricks": "stone_bricks", + "stbr": "stone_bricks", + "stbrick": "stone_bricks", + "stonebr": "stone_bricks", + "stonebrick": "stone_bricks", + "stonebricks": "stone_bricks", + "stone_button": { + "material": "STONE_BUTTON" + }, + "minecraft:stone_button": "stone_button", + "stonebutton": "stone_button", + "stone_hoe": { + "material": "STONE_HOE" + }, + "cobblestonehoe": "stone_hoe", + "cshoe": "stone_hoe", + "cstonehoe": "stone_hoe", + "minecraft:stone_hoe": "stone_hoe", + "stonehoe": "stone_hoe", + "stone_pickaxe": { + "material": "STONE_PICKAXE" + }, + "cobblestonepick": "stone_pickaxe", + "cobblestonepickaxe": "stone_pickaxe", + "cspick": "stone_pickaxe", + "cspickaxe": "stone_pickaxe", + "cstonepick": "stone_pickaxe", + "cstonepickaxe": "stone_pickaxe", + "minecraft:stone_pickaxe": "stone_pickaxe", + "stonepick": "stone_pickaxe", + "stonepickaxe": "stone_pickaxe", + "stone_pressure_plate": { + "material": "STONE_PRESSURE_PLATE" + }, + "minecraft:stone_pressure_plate": "stone_pressure_plate", + "smoothstoneplate": "stone_pressure_plate", + "smoothstonepplate": "stone_pressure_plate", + "smoothstonepressplate": "stone_pressure_plate", + "smoothstonepressueplate": "stone_pressure_plate", + "sstoneplate": "stone_pressure_plate", + "sstonepplate": "stone_pressure_plate", + "sstonepressplate": "stone_pressure_plate", + "sstonepressureplate": "stone_pressure_plate", + "stonepressureplate": "stone_pressure_plate", + "stone_shovel": { + "material": "STONE_SHOVEL" + }, + "cobblestoneshovel": "stone_shovel", + "cobblestonespade": "stone_shovel", + "csshovel": "stone_shovel", + "csspade": "stone_shovel", + "cstoneshovel": "stone_shovel", + "cstonespade": "stone_shovel", + "minecraft:stone_shovel": "stone_shovel", + "stoneshovel": "stone_shovel", + "stonespade": "stone_shovel", + "stone_slab": { + "material": "STONE_SLAB" + }, + "minecraft:stone_slab": "stone_slab", + "stoneslab": "stone_slab", + "stone_stairs": { + "material": "STONE_STAIRS" + }, + "minecraft:stone_stairs": "stone_stairs", + "stonestairs": "stone_stairs", + "stone_sword": { + "material": "STONE_SWORD" + }, + "cobblestonesword": "stone_sword", + "cssword": "stone_sword", + "cstonesword": "stone_sword", + "minecraft:stone_sword": "stone_sword", + "stonesword": "stone_sword", + "stonecutter": { + "material": "STONECUTTER" + }, + "minecraft:stonecutter": "stonecutter", + "stray_spawn_egg": { + "material": "STRAY_SPAWN_EGG" + }, + "eggstray": "stray_spawn_egg", + "minecraft:stray_spawn_egg": "stray_spawn_egg", + "seggstray": "stray_spawn_egg", + "spawneggstray": "stray_spawn_egg", + "spawnstray": "stray_spawn_egg", + "strayegg": "stray_spawn_egg", + "straysegg": "stray_spawn_egg", + "strayspawn": "stray_spawn_egg", + "strayspawnegg": "stray_spawn_egg", + "stray_spawner": { + "entity": "STRAY", + "material": "SPAWNER" + }, + "straycage": "stray_spawner", + "straymcage": "stray_spawner", + "straymobcage": "stray_spawner", + "straymobspawner": "stray_spawner", + "straymonstercage": "stray_spawner", + "straymonsterspawner": "stray_spawner", + "straymspawner": "stray_spawner", + "strayspawner": "stray_spawner", + "strength_lingering_potion": { + "potionData": { + "type": "STRENGTH", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotionstr": "strength_lingering_potion", + "aoepotionstrength": "strength_lingering_potion", + "aoepotionstrong": "strength_lingering_potion", + "aoepotstr": "strength_lingering_potion", + "aoepotstrength": "strength_lingering_potion", + "aoepotstrong": "strength_lingering_potion", + "areapotionstr": "strength_lingering_potion", + "areapotionstrength": "strength_lingering_potion", + "areapotionstrong": "strength_lingering_potion", + "areapotstr": "strength_lingering_potion", + "areapotstrength": "strength_lingering_potion", + "areapotstrong": "strength_lingering_potion", + "cloudpotionstr": "strength_lingering_potion", + "cloudpotionstrength": "strength_lingering_potion", + "cloudpotionstrong": "strength_lingering_potion", + "cloudpotstr": "strength_lingering_potion", + "cloudpotstrength": "strength_lingering_potion", + "cloudpotstrong": "strength_lingering_potion", + "lingerpotstr": "strength_lingering_potion", + "lingerpotstrength": "strength_lingering_potion", + "lingerpotstrong": "strength_lingering_potion", + "straoepoiont": "strength_lingering_potion", + "straoepot": "strength_lingering_potion", + "strareapot": "strength_lingering_potion", + "strareapotion": "strength_lingering_potion", + "strcloudpot": "strength_lingering_potion", + "strcloudpotion": "strength_lingering_potion", + "strengthaoepoiont": "strength_lingering_potion", + "strengthaoepot": "strength_lingering_potion", + "strengthareapot": "strength_lingering_potion", + "strengthareapotion": "strength_lingering_potion", + "strengthcloudpot": "strength_lingering_potion", + "strengthcloudpotion": "strength_lingering_potion", + "strengthlingerpot": "strength_lingering_potion", + "strlingerpot": "strength_lingering_potion", + "strongaoepoiont": "strength_lingering_potion", + "strongaoepot": "strength_lingering_potion", + "strongareapot": "strength_lingering_potion", + "strongareapotion": "strength_lingering_potion", + "strongcloudpot": "strength_lingering_potion", + "strongcloudpotion": "strength_lingering_potion", + "stronglingerpot": "strength_lingering_potion", + "strength_potion": { + "potionData": { + "type": "STRENGTH", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "potionofstr": "strength_potion", + "potionofstrength": "strength_potion", + "potionofstrong": "strength_potion", + "potofstr": "strength_potion", + "potofstrength": "strength_potion", + "potofstrong": "strength_potion", + "strengthpot": "strength_potion", + "strengthpotion": "strength_potion", + "strongpot": "strength_potion", + "strongpotion": "strength_potion", + "strpot": "strength_potion", + "strpotion": "strength_potion", + "strength_splash_potion": { + "potionData": { + "type": "STRENGTH", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "splashstrengthpot": "strength_splash_potion", + "splashstrengthpotion": "strength_splash_potion", + "splashstrongpot": "strength_splash_potion", + "splashstrongpotion": "strength_splash_potion", + "splashstrpot": "strength_splash_potion", + "splashstrpotion": "strength_splash_potion", + "splstrengthpot": "strength_splash_potion", + "splstrengthpotion": "strength_splash_potion", + "splstrongpot": "strength_splash_potion", + "splstrongpotion": "strength_splash_potion", + "splstrpot": "strength_splash_potion", + "splstrpotion": "strength_splash_potion", + "strengthsplashpot": "strength_splash_potion", + "strengthsplashpotion": "strength_splash_potion", + "strongsplashpot": "strength_splash_potion", + "strongsplashpotion": "strength_splash_potion", + "strsplashpot": "strength_splash_potion", + "strsplashpotion": "strength_splash_potion", + "strength_tipped_arrow": { + "potionData": { + "type": "STRENGTH", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowstr": "strength_tipped_arrow", + "arrowstrength": "strength_tipped_arrow", + "arrowstrong": "strength_tipped_arrow", + "strarrow": "strength_tipped_arrow", + "strengtharrow": "strength_tipped_arrow", + "strengthtarr": "strength_tipped_arrow", + "strengthtarrow": "strength_tipped_arrow", + "strengthtippedarrow": "strength_tipped_arrow", + "strongarrow": "strength_tipped_arrow", + "strongtarr": "strength_tipped_arrow", + "strongtarrow": "strength_tipped_arrow", + "strongtippedarrow": "strength_tipped_arrow", + "strtarr": "strength_tipped_arrow", + "strtarrow": "strength_tipped_arrow", + "strtippedarrow": "strength_tipped_arrow", + "strider_spawn_egg": { + "material": "STRIDER_SPAWN_EGG" + }, + "eggstrider": "strider_spawn_egg", + "eggswimmypig": "strider_spawn_egg", + "minecraft:strider_spawn_egg": "strider_spawn_egg", + "seggstrider": "strider_spawn_egg", + "seggswimmypig": "strider_spawn_egg", + "spawneggstrider": "strider_spawn_egg", + "spawneggswimmypig": "strider_spawn_egg", + "spawnstrider": "strider_spawn_egg", + "spawnswimmypig": "strider_spawn_egg", + "strideregg": "strider_spawn_egg", + "stridersegg": "strider_spawn_egg", + "striderspawn": "strider_spawn_egg", + "striderspawnegg": "strider_spawn_egg", + "swimmypigegg": "strider_spawn_egg", + "swimmypigsegg": "strider_spawn_egg", + "swimmypigspawn": "strider_spawn_egg", + "swimmypigspawnegg": "strider_spawn_egg", + "strider_spawner": { + "entity": "STRIDER", + "material": "SPAWNER" + }, + "stridercage": "strider_spawner", + "stridermcage": "strider_spawner", + "stridermobcage": "strider_spawner", + "stridermobspawner": "strider_spawner", + "stridermonstercage": "strider_spawner", + "stridermonsterspawner": "strider_spawner", + "stridermspawner": "strider_spawner", + "striderspawner": "strider_spawner", + "swimmypigcage": "strider_spawner", + "swimmypigmcage": "strider_spawner", + "swimmypigmobcage": "strider_spawner", + "swimmypigmobspawner": "strider_spawner", + "swimmypigmonstercage": "strider_spawner", + "swimmypigmonsterspawner": "strider_spawner", + "swimmypigmspawner": "strider_spawner", + "swimmypigspawner": "strider_spawner", + "string": { + "material": "STRING" + }, + "minecraft:string": "string", + "stripped_acacia_log": { + "material": "STRIPPED_ACACIA_LOG" + }, + "abarelog": "stripped_acacia_log", + "acaciabarelog": "stripped_acacia_log", + "acaciastrippedlog": "stripped_acacia_log", + "acbarelog": "stripped_acacia_log", + "acstrippedlog": "stripped_acacia_log", + "astrippedlog": "stripped_acacia_log", + "bareacaciatree": "stripped_acacia_log", + "bareacaciatrunk": "stripped_acacia_log", + "bareactree": "stripped_acacia_log", + "bareactrunk": "stripped_acacia_log", + "bareatree": "stripped_acacia_log", + "bareatrunk": "stripped_acacia_log", + "logacaciastripped": "stripped_acacia_log", + "logacstripped": "stripped_acacia_log", + "logastripped": "stripped_acacia_log", + "minecraft:stripped_acacia_log": "stripped_acacia_log", + "stracacialog": "stripped_acacia_log", + "straclog": "stripped_acacia_log", + "stralog": "stripped_acacia_log", + "strippedacacialog": "stripped_acacia_log", + "strippedacaciatree": "stripped_acacia_log", + "strippedacaciatrunk": "stripped_acacia_log", + "strippedaclog": "stripped_acacia_log", + "strippedactree": "stripped_acacia_log", + "strippedactrunk": "stripped_acacia_log", + "strippedalog": "stripped_acacia_log", + "strippedatree": "stripped_acacia_log", + "strippedatrunk": "stripped_acacia_log", + "stripped_acacia_wood": { + "material": "STRIPPED_ACACIA_WOOD" + }, + "abarewood": "stripped_acacia_wood", + "acaciabarewood": "stripped_acacia_wood", + "acaciastrippedwood": "stripped_acacia_wood", + "acbarewood": "stripped_acacia_wood", + "acstrippedwood": "stripped_acacia_wood", + "astrippedwood": "stripped_acacia_wood", + "bareacacialogall": "stripped_acacia_wood", + "bareacaciatreeall": "stripped_acacia_wood", + "bareacaciatrunkall": "stripped_acacia_wood", + "bareaclogall": "stripped_acacia_wood", + "bareactreeall": "stripped_acacia_wood", + "bareactrunkall": "stripped_acacia_wood", + "barealogall": "stripped_acacia_wood", + "bareatreeall": "stripped_acacia_wood", + "bareatrunkall": "stripped_acacia_wood", + "minecraft:stripped_acacia_wood": "stripped_acacia_wood", + "stracaciawood": "stripped_acacia_wood", + "stracwood": "stripped_acacia_wood", + "strawood": "stripped_acacia_wood", + "strippedacacialogall": "stripped_acacia_wood", + "strippedacaciatreeall": "stripped_acacia_wood", + "strippedacaciatrunkall": "stripped_acacia_wood", + "strippedacaciawood": "stripped_acacia_wood", + "strippedaclogall": "stripped_acacia_wood", + "strippedactreeall": "stripped_acacia_wood", + "strippedactrunkall": "stripped_acacia_wood", + "strippedacwood": "stripped_acacia_wood", + "strippedalogall": "stripped_acacia_wood", + "strippedatreeall": "stripped_acacia_wood", + "strippedatrunkall": "stripped_acacia_wood", + "strippedawood": "stripped_acacia_wood", + "woodacaciastripped": "stripped_acacia_wood", + "woodacstripped": "stripped_acacia_wood", + "woodastripped": "stripped_acacia_wood", + "stripped_bamboo_block": { + "material": "STRIPPED_BAMBOO_BLOCK" + }, + "minecraft:stripped_bamboo_block": "stripped_bamboo_block", + "strippedbambooblock": "stripped_bamboo_block", + "stripped_birch_log": { + "material": "STRIPPED_BIRCH_LOG" + }, + "barebirchtree": "stripped_birch_log", + "barebirchtrunk": "stripped_birch_log", + "barebtree": "stripped_birch_log", + "barebtrunk": "stripped_birch_log", + "barelighttree": "stripped_birch_log", + "barelighttrunk": "stripped_birch_log", + "bareltree": "stripped_birch_log", + "bareltrunk": "stripped_birch_log", + "barewhitetree": "stripped_birch_log", + "barewhitetrunk": "stripped_birch_log", + "barewtree": "stripped_birch_log", + "barewtrunk": "stripped_birch_log", + "bbarelog": "stripped_birch_log", + "birchbarelog": "stripped_birch_log", + "birchstrippedlog": "stripped_birch_log", + "bstrippedlog": "stripped_birch_log", + "lbarelog": "stripped_birch_log", + "lightbarelog": "stripped_birch_log", + "lightstrippedlog": "stripped_birch_log", + "logbirchstripped": "stripped_birch_log", + "logbstripped": "stripped_birch_log", + "loglightstripped": "stripped_birch_log", + "loglstripped": "stripped_birch_log", + "logwhitestripped": "stripped_birch_log", + "logwstripped": "stripped_birch_log", + "lstrippedlog": "stripped_birch_log", + "minecraft:stripped_birch_log": "stripped_birch_log", + "strbirchlog": "stripped_birch_log", + "strblog": "stripped_birch_log", + "strippedbirchlog": "stripped_birch_log", + "strippedbirchtree": "stripped_birch_log", + "strippedbirchtrunk": "stripped_birch_log", + "strippedblog": "stripped_birch_log", + "strippedbtree": "stripped_birch_log", + "strippedbtrunk": "stripped_birch_log", + "strippedlightlog": "stripped_birch_log", + "strippedlighttree": "stripped_birch_log", + "strippedlighttrunk": "stripped_birch_log", + "strippedllog": "stripped_birch_log", + "strippedltree": "stripped_birch_log", + "strippedltrunk": "stripped_birch_log", + "strippedwhitelog": "stripped_birch_log", + "strippedwhitetree": "stripped_birch_log", + "strippedwhitetrunk": "stripped_birch_log", + "strippedwlog": "stripped_birch_log", + "strippedwtree": "stripped_birch_log", + "strippedwtrunk": "stripped_birch_log", + "strlightlog": "stripped_birch_log", + "strllog": "stripped_birch_log", + "strwhitelog": "stripped_birch_log", + "strwlog": "stripped_birch_log", + "wbarelog": "stripped_birch_log", + "whitebarelog": "stripped_birch_log", + "whitestrippedlog": "stripped_birch_log", + "wstrippedlog": "stripped_birch_log", + "stripped_birch_wood": { + "material": "STRIPPED_BIRCH_WOOD" + }, + "barebirchlogall": "stripped_birch_wood", + "barebirchtreeall": "stripped_birch_wood", + "barebirchtrunkall": "stripped_birch_wood", + "bareblogall": "stripped_birch_wood", + "barebtreeall": "stripped_birch_wood", + "barebtrunkall": "stripped_birch_wood", + "barelightlogall": "stripped_birch_wood", + "barelighttreeall": "stripped_birch_wood", + "barelighttrunkall": "stripped_birch_wood", + "barellogall": "stripped_birch_wood", + "bareltreeall": "stripped_birch_wood", + "bareltrunkall": "stripped_birch_wood", + "barewhitelogall": "stripped_birch_wood", + "barewhitetreeall": "stripped_birch_wood", + "barewhitetrunkall": "stripped_birch_wood", + "barewlogall": "stripped_birch_wood", + "barewtreeall": "stripped_birch_wood", + "barewtrunkall": "stripped_birch_wood", + "bbarewood": "stripped_birch_wood", + "birchbarewood": "stripped_birch_wood", + "birchstrippedwood": "stripped_birch_wood", + "bstrippedwood": "stripped_birch_wood", + "lbarewood": "stripped_birch_wood", + "lightbarewood": "stripped_birch_wood", + "lightstrippedwood": "stripped_birch_wood", + "lstrippedwood": "stripped_birch_wood", + "minecraft:stripped_birch_wood": "stripped_birch_wood", + "strbirchwood": "stripped_birch_wood", + "strbwood": "stripped_birch_wood", + "strippedbirchlogall": "stripped_birch_wood", + "strippedbirchtreeall": "stripped_birch_wood", + "strippedbirchtrunkall": "stripped_birch_wood", + "strippedbirchwood": "stripped_birch_wood", + "strippedblogall": "stripped_birch_wood", + "strippedbtreeall": "stripped_birch_wood", + "strippedbtrunkall": "stripped_birch_wood", + "strippedbwood": "stripped_birch_wood", + "strippedlightlogall": "stripped_birch_wood", + "strippedlighttreeall": "stripped_birch_wood", + "strippedlighttrunkall": "stripped_birch_wood", + "strippedlightwood": "stripped_birch_wood", + "strippedllogall": "stripped_birch_wood", + "strippedltreeall": "stripped_birch_wood", + "strippedltrunkall": "stripped_birch_wood", + "strippedlwood": "stripped_birch_wood", + "strippedwhitelogall": "stripped_birch_wood", + "strippedwhitetreeall": "stripped_birch_wood", + "strippedwhitetrunkall": "stripped_birch_wood", + "strippedwhitewood": "stripped_birch_wood", + "strippedwlogall": "stripped_birch_wood", + "strippedwtreeall": "stripped_birch_wood", + "strippedwtrunkall": "stripped_birch_wood", + "strippedwwood": "stripped_birch_wood", + "strlightwood": "stripped_birch_wood", + "strlwood": "stripped_birch_wood", + "strwhitewood": "stripped_birch_wood", + "strwwood": "stripped_birch_wood", + "wbarewood": "stripped_birch_wood", + "whitebarewood": "stripped_birch_wood", + "whitestrippedwood": "stripped_birch_wood", + "woodbirchstripped": "stripped_birch_wood", + "woodbstripped": "stripped_birch_wood", + "woodlightstripped": "stripped_birch_wood", + "woodlstripped": "stripped_birch_wood", + "woodwhitestripped": "stripped_birch_wood", + "woodwstripped": "stripped_birch_wood", + "wstrippedwood": "stripped_birch_wood", + "stripped_cherry_log": { + "material": "STRIPPED_CHERRY_LOG" + }, + "barecherrytree": "stripped_cherry_log", + "barecherrytrunk": "stripped_cherry_log", + "barechertree": "stripped_cherry_log", + "barechertrunk": "stripped_cherry_log", + "barectree": "stripped_cherry_log", + "barectrunk": "stripped_cherry_log", + "cbarelog": "stripped_cherry_log", + "cherbarelog": "stripped_cherry_log", + "cherrybarelog": "stripped_cherry_log", + "cherrystrippedlog": "stripped_cherry_log", + "cherstrippedlog": "stripped_cherry_log", + "cstrippedlog": "stripped_cherry_log", + "logcherrystripped": "stripped_cherry_log", + "logcherstripped": "stripped_cherry_log", + "logcstripped": "stripped_cherry_log", + "minecraft:stripped_cherry_log": "stripped_cherry_log", + "strcherlog": "stripped_cherry_log", + "strcherrylog": "stripped_cherry_log", + "strclog": "stripped_cherry_log", + "strippedcherlog": "stripped_cherry_log", + "strippedcherrylog": "stripped_cherry_log", + "strippedcherrytree": "stripped_cherry_log", + "strippedcherrytrunk": "stripped_cherry_log", + "strippedchertree": "stripped_cherry_log", + "strippedchertrunk": "stripped_cherry_log", + "strippedclog": "stripped_cherry_log", + "strippedctree": "stripped_cherry_log", + "strippedctrunk": "stripped_cherry_log", + "stripped_cherry_wood": { + "material": "STRIPPED_CHERRY_WOOD" + }, + "barecherlogall": "stripped_cherry_wood", + "barecherrylogall": "stripped_cherry_wood", + "barecherrytreeall": "stripped_cherry_wood", + "barecherrytrunkall": "stripped_cherry_wood", + "barechertreeall": "stripped_cherry_wood", + "barechertrunkall": "stripped_cherry_wood", + "bareclogall": "stripped_cherry_wood", + "barectreeall": "stripped_cherry_wood", + "barectrunkall": "stripped_cherry_wood", + "cbarewood": "stripped_cherry_wood", + "cherbarewood": "stripped_cherry_wood", + "cherrybarewood": "stripped_cherry_wood", + "cherrystrippedwood": "stripped_cherry_wood", + "cherstrippedwood": "stripped_cherry_wood", + "cstrippedwood": "stripped_cherry_wood", + "minecraft:stripped_cherry_wood": "stripped_cherry_wood", + "strcherrywood": "stripped_cherry_wood", + "strcherwood": "stripped_cherry_wood", + "strcwood": "stripped_cherry_wood", + "strippedcherlogall": "stripped_cherry_wood", + "strippedcherrylogall": "stripped_cherry_wood", + "strippedcherrytreeall": "stripped_cherry_wood", + "strippedcherrytrunkall": "stripped_cherry_wood", + "strippedcherrywood": "stripped_cherry_wood", + "strippedchertreeall": "stripped_cherry_wood", + "strippedchertrunkall": "stripped_cherry_wood", + "strippedcherwood": "stripped_cherry_wood", + "strippedclogall": "stripped_cherry_wood", + "strippedctreeall": "stripped_cherry_wood", + "strippedctrunkall": "stripped_cherry_wood", + "strippedcwood": "stripped_cherry_wood", + "woodcherrystripped": "stripped_cherry_wood", + "woodcherstripped": "stripped_cherry_wood", + "woodcstripped": "stripped_cherry_wood", + "stripped_crimson_hyphae": { + "material": "STRIPPED_CRIMSON_HYPHAE" + }, + "minecraft:stripped_crimson_hyphae": "stripped_crimson_hyphae", + "strcrhyphae": "stripped_crimson_hyphae", + "strcrimhyphae": "stripped_crimson_hyphae", + "strcrimsonhyphae": "stripped_crimson_hyphae", + "strippedcrhyphae": "stripped_crimson_hyphae", + "strippedcrimhyphae": "stripped_crimson_hyphae", + "strippedcrimsonhyphae": "stripped_crimson_hyphae", + "stripped_crimson_stem": { + "material": "STRIPPED_CRIMSON_STEM" + }, + "barecrimsonstem": "stripped_crimson_stem", + "barecrimsontree": "stripped_crimson_stem", + "barecrimstem": "stripped_crimson_stem", + "barecrimtree": "stripped_crimson_stem", + "barecrstem": "stripped_crimson_stem", + "barecrtree": "stripped_crimson_stem", + "crbarelog": "stripped_crimson_stem", + "crimbarelog": "stripped_crimson_stem", + "crimsonbarelog": "stripped_crimson_stem", + "crimsonstrippedlog": "stripped_crimson_stem", + "crimstrippedlog": "stripped_crimson_stem", + "crstrippedlog": "stripped_crimson_stem", + "logcrimsonstripped": "stripped_crimson_stem", + "logcrimstripped": "stripped_crimson_stem", + "logcrstripped": "stripped_crimson_stem", + "minecraft:stripped_crimson_stem": "stripped_crimson_stem", + "strcrimlog": "stripped_crimson_stem", + "strcrimsonlog": "stripped_crimson_stem", + "strcrlog": "stripped_crimson_stem", + "strippedcrimlog": "stripped_crimson_stem", + "strippedcrimsonlog": "stripped_crimson_stem", + "strippedcrimsonstem": "stripped_crimson_stem", + "strippedcrimsontree": "stripped_crimson_stem", + "strippedcrimstem": "stripped_crimson_stem", + "strippedcrimtree": "stripped_crimson_stem", + "strippedcrlog": "stripped_crimson_stem", + "strippedcrstem": "stripped_crimson_stem", + "strippedcrtree": "stripped_crimson_stem", + "stripped_dark_oak_log": { + "material": "STRIPPED_DARK_OAK_LOG" + }, + "baredark_oaktree": "stripped_dark_oak_log", + "baredark_oaktrunk": "stripped_dark_oak_log", + "baredarkoaktree": "stripped_dark_oak_log", + "baredarkoaktrunk": "stripped_dark_oak_log", + "baredoaktree": "stripped_dark_oak_log", + "baredoaktrunk": "stripped_dark_oak_log", + "baredotree": "stripped_dark_oak_log", + "baredotrunk": "stripped_dark_oak_log", + "dark_oakbarelog": "stripped_dark_oak_log", + "dark_oakstrippedlog": "stripped_dark_oak_log", + "darkoakbarelog": "stripped_dark_oak_log", + "darkoakstrippedlog": "stripped_dark_oak_log", + "doakbarelog": "stripped_dark_oak_log", + "doakstrippedlog": "stripped_dark_oak_log", + "dobarelog": "stripped_dark_oak_log", + "dostrippedlog": "stripped_dark_oak_log", + "logdark_oakstripped": "stripped_dark_oak_log", + "logdarkoakstripped": "stripped_dark_oak_log", + "logdoakstripped": "stripped_dark_oak_log", + "logdostripped": "stripped_dark_oak_log", + "minecraft:stripped_dark_oak_log": "stripped_dark_oak_log", + "strdark_oaklog": "stripped_dark_oak_log", + "strdarkoaklog": "stripped_dark_oak_log", + "strdoaklog": "stripped_dark_oak_log", + "strdolog": "stripped_dark_oak_log", + "strippeddark_oaklog": "stripped_dark_oak_log", + "strippeddark_oaktree": "stripped_dark_oak_log", + "strippeddark_oaktrunk": "stripped_dark_oak_log", + "strippeddarkoaklog": "stripped_dark_oak_log", + "strippeddarkoaktree": "stripped_dark_oak_log", + "strippeddarkoaktrunk": "stripped_dark_oak_log", + "strippeddoaklog": "stripped_dark_oak_log", + "strippeddoaktree": "stripped_dark_oak_log", + "strippeddoaktrunk": "stripped_dark_oak_log", + "strippeddolog": "stripped_dark_oak_log", + "strippeddotree": "stripped_dark_oak_log", + "strippeddotrunk": "stripped_dark_oak_log", + "stripped_dark_oak_wood": { + "material": "STRIPPED_DARK_OAK_WOOD" + }, + "baredark_oaklogall": "stripped_dark_oak_wood", + "baredark_oaktreeall": "stripped_dark_oak_wood", + "baredark_oaktrunkall": "stripped_dark_oak_wood", + "baredarkoaklogall": "stripped_dark_oak_wood", + "baredarkoaktreeall": "stripped_dark_oak_wood", + "baredarkoaktrunkall": "stripped_dark_oak_wood", + "baredoaklogall": "stripped_dark_oak_wood", + "baredoaktreeall": "stripped_dark_oak_wood", + "baredoaktrunkall": "stripped_dark_oak_wood", + "baredologall": "stripped_dark_oak_wood", + "baredotreeall": "stripped_dark_oak_wood", + "baredotrunkall": "stripped_dark_oak_wood", + "dark_oakbarewood": "stripped_dark_oak_wood", + "dark_oakstrippedwood": "stripped_dark_oak_wood", + "darkoakbarewood": "stripped_dark_oak_wood", + "darkoakstrippedwood": "stripped_dark_oak_wood", + "doakbarewood": "stripped_dark_oak_wood", + "doakstrippedwood": "stripped_dark_oak_wood", + "dobarewood": "stripped_dark_oak_wood", + "dostrippedwood": "stripped_dark_oak_wood", + "minecraft:stripped_dark_oak_wood": "stripped_dark_oak_wood", + "strdark_oakwood": "stripped_dark_oak_wood", + "strdarkoakwood": "stripped_dark_oak_wood", + "strdoakwood": "stripped_dark_oak_wood", + "strdowood": "stripped_dark_oak_wood", + "strippeddark_oaklogall": "stripped_dark_oak_wood", + "strippeddark_oaktreeall": "stripped_dark_oak_wood", + "strippeddark_oaktrunkall": "stripped_dark_oak_wood", + "strippeddark_oakwood": "stripped_dark_oak_wood", + "strippeddarkoaklogall": "stripped_dark_oak_wood", + "strippeddarkoaktreeall": "stripped_dark_oak_wood", + "strippeddarkoaktrunkall": "stripped_dark_oak_wood", + "strippeddarkoakwood": "stripped_dark_oak_wood", + "strippeddoaklogall": "stripped_dark_oak_wood", + "strippeddoaktreeall": "stripped_dark_oak_wood", + "strippeddoaktrunkall": "stripped_dark_oak_wood", + "strippeddoakwood": "stripped_dark_oak_wood", + "strippeddologall": "stripped_dark_oak_wood", + "strippeddotreeall": "stripped_dark_oak_wood", + "strippeddotrunkall": "stripped_dark_oak_wood", + "strippeddowood": "stripped_dark_oak_wood", + "wooddark_oakstripped": "stripped_dark_oak_wood", + "wooddarkoakstripped": "stripped_dark_oak_wood", + "wooddoakstripped": "stripped_dark_oak_wood", + "wooddostripped": "stripped_dark_oak_wood", + "stripped_jungle_log": { + "material": "STRIPPED_JUNGLE_LOG" + }, + "bareforesttree": "stripped_jungle_log", + "bareforesttrunk": "stripped_jungle_log", + "bareftree": "stripped_jungle_log", + "bareftrunk": "stripped_jungle_log", + "barejtree": "stripped_jungle_log", + "barejtrunk": "stripped_jungle_log", + "barejungletree": "stripped_jungle_log", + "barejungletrunk": "stripped_jungle_log", + "fbarelog": "stripped_jungle_log", + "forestbarelog": "stripped_jungle_log", + "foreststrippedlog": "stripped_jungle_log", + "fstrippedlog": "stripped_jungle_log", + "jbarelog": "stripped_jungle_log", + "jstrippedlog": "stripped_jungle_log", + "junglebarelog": "stripped_jungle_log", + "junglestrippedlog": "stripped_jungle_log", + "logforeststripped": "stripped_jungle_log", + "logfstripped": "stripped_jungle_log", + "logjstripped": "stripped_jungle_log", + "logjunglestripped": "stripped_jungle_log", + "minecraft:stripped_jungle_log": "stripped_jungle_log", + "strflog": "stripped_jungle_log", + "strforestlog": "stripped_jungle_log", + "strippedflog": "stripped_jungle_log", + "strippedforestlog": "stripped_jungle_log", + "strippedforesttree": "stripped_jungle_log", + "strippedforesttrunk": "stripped_jungle_log", + "strippedftree": "stripped_jungle_log", + "strippedftrunk": "stripped_jungle_log", + "strippedjlog": "stripped_jungle_log", + "strippedjtree": "stripped_jungle_log", + "strippedjtrunk": "stripped_jungle_log", + "strippedjunglelog": "stripped_jungle_log", + "strippedjungletree": "stripped_jungle_log", + "strippedjungletrunk": "stripped_jungle_log", + "strjlog": "stripped_jungle_log", + "strjunglelog": "stripped_jungle_log", + "stripped_jungle_wood": { + "material": "STRIPPED_JUNGLE_WOOD" + }, + "bareflogall": "stripped_jungle_wood", + "bareforestlogall": "stripped_jungle_wood", + "bareforesttreeall": "stripped_jungle_wood", + "bareforesttrunkall": "stripped_jungle_wood", + "bareftreeall": "stripped_jungle_wood", + "bareftrunkall": "stripped_jungle_wood", + "barejlogall": "stripped_jungle_wood", + "barejtreeall": "stripped_jungle_wood", + "barejtrunkall": "stripped_jungle_wood", + "barejunglelogall": "stripped_jungle_wood", + "barejungletreeall": "stripped_jungle_wood", + "barejungletrunkall": "stripped_jungle_wood", + "fbarewood": "stripped_jungle_wood", + "forestbarewood": "stripped_jungle_wood", + "foreststrippedwood": "stripped_jungle_wood", + "fstrippedwood": "stripped_jungle_wood", + "jbarewood": "stripped_jungle_wood", + "jstrippedwood": "stripped_jungle_wood", + "junglebarewood": "stripped_jungle_wood", + "junglestrippedwood": "stripped_jungle_wood", + "minecraft:stripped_jungle_wood": "stripped_jungle_wood", + "strforestwood": "stripped_jungle_wood", + "strfwood": "stripped_jungle_wood", + "strippedflogall": "stripped_jungle_wood", + "strippedforestlogall": "stripped_jungle_wood", + "strippedforesttreeall": "stripped_jungle_wood", + "strippedforesttrunkall": "stripped_jungle_wood", + "strippedforestwood": "stripped_jungle_wood", + "strippedftreeall": "stripped_jungle_wood", + "strippedftrunkall": "stripped_jungle_wood", + "strippedfwood": "stripped_jungle_wood", + "strippedjlogall": "stripped_jungle_wood", + "strippedjtreeall": "stripped_jungle_wood", + "strippedjtrunkall": "stripped_jungle_wood", + "strippedjunglelogall": "stripped_jungle_wood", + "strippedjungletreeall": "stripped_jungle_wood", + "strippedjungletrunkall": "stripped_jungle_wood", + "strippedjunglewood": "stripped_jungle_wood", + "strippedjwood": "stripped_jungle_wood", + "strjunglewood": "stripped_jungle_wood", + "strjwood": "stripped_jungle_wood", + "woodforeststripped": "stripped_jungle_wood", + "woodfstripped": "stripped_jungle_wood", + "woodjstripped": "stripped_jungle_wood", + "woodjunglestripped": "stripped_jungle_wood", + "stripped_mangrove_log": { + "material": "STRIPPED_MANGROVE_LOG" + }, + "baremangrovetree": "stripped_mangrove_log", + "baremangrovetrunk": "stripped_mangrove_log", + "baremantree": "stripped_mangrove_log", + "baremantrunk": "stripped_mangrove_log", + "baremtree": "stripped_mangrove_log", + "baremtrunk": "stripped_mangrove_log", + "logmangrovestripped": "stripped_mangrove_log", + "logmanstripped": "stripped_mangrove_log", + "logmstripped": "stripped_mangrove_log", + "manbarelog": "stripped_mangrove_log", + "mangrovebarelog": "stripped_mangrove_log", + "mangrovestrippedlog": "stripped_mangrove_log", + "manstrippedlog": "stripped_mangrove_log", + "mbarelog": "stripped_mangrove_log", + "minecraft:stripped_mangrove_log": "stripped_mangrove_log", + "mstrippedlog": "stripped_mangrove_log", + "strippedmangrovelog": "stripped_mangrove_log", + "strippedmangrovetree": "stripped_mangrove_log", + "strippedmangrovetrunk": "stripped_mangrove_log", + "strippedmanlog": "stripped_mangrove_log", + "strippedmantree": "stripped_mangrove_log", + "strippedmantrunk": "stripped_mangrove_log", + "strippedmlog": "stripped_mangrove_log", + "strippedmtree": "stripped_mangrove_log", + "strippedmtrunk": "stripped_mangrove_log", + "strmangrovelog": "stripped_mangrove_log", + "strmanlog": "stripped_mangrove_log", + "strmlog": "stripped_mangrove_log", + "stripped_mangrove_wood": { + "material": "STRIPPED_MANGROVE_WOOD" + }, + "baremangrovelogall": "stripped_mangrove_wood", + "baremangrovetreeall": "stripped_mangrove_wood", + "baremangrovetrunkall": "stripped_mangrove_wood", + "baremanlogall": "stripped_mangrove_wood", + "baremantreeall": "stripped_mangrove_wood", + "baremantrunkall": "stripped_mangrove_wood", + "baremlogall": "stripped_mangrove_wood", + "baremtreeall": "stripped_mangrove_wood", + "baremtrunkall": "stripped_mangrove_wood", + "manbarewood": "stripped_mangrove_wood", + "mangrovebarewood": "stripped_mangrove_wood", + "mangrovestrippedwood": "stripped_mangrove_wood", + "manstrippedwood": "stripped_mangrove_wood", + "mbarewood": "stripped_mangrove_wood", + "minecraft:stripped_mangrove_wood": "stripped_mangrove_wood", + "mstrippedwood": "stripped_mangrove_wood", + "strippedmangrovelogall": "stripped_mangrove_wood", + "strippedmangrovetreeall": "stripped_mangrove_wood", + "strippedmangrovetrunkall": "stripped_mangrove_wood", + "strippedmangrovewood": "stripped_mangrove_wood", + "strippedmanlogall": "stripped_mangrove_wood", + "strippedmantreeall": "stripped_mangrove_wood", + "strippedmantrunkall": "stripped_mangrove_wood", + "strippedmanwood": "stripped_mangrove_wood", + "strippedmlogall": "stripped_mangrove_wood", + "strippedmtreeall": "stripped_mangrove_wood", + "strippedmtrunkall": "stripped_mangrove_wood", + "strippedmwood": "stripped_mangrove_wood", + "strmangrovewood": "stripped_mangrove_wood", + "strmanwood": "stripped_mangrove_wood", + "strmwood": "stripped_mangrove_wood", + "woodmangrovestripped": "stripped_mangrove_wood", + "woodmanstripped": "stripped_mangrove_wood", + "woodmstripped": "stripped_mangrove_wood", + "stripped_oak_log": { + "material": "STRIPPED_OAK_LOG" + }, + "bareoaktree": "stripped_oak_log", + "bareoaktrunk": "stripped_oak_log", + "bareotree": "stripped_oak_log", + "bareotrunk": "stripped_oak_log", + "logoakstripped": "stripped_oak_log", + "logostripped": "stripped_oak_log", + "minecraft:stripped_oak_log": "stripped_oak_log", + "oakbarelog": "stripped_oak_log", + "oakstrippedlog": "stripped_oak_log", + "obarelog": "stripped_oak_log", + "ostrippedlog": "stripped_oak_log", + "strippedoaklog": "stripped_oak_log", + "strippedoaktree": "stripped_oak_log", + "strippedoaktrunk": "stripped_oak_log", + "strippedolog": "stripped_oak_log", + "strippedotree": "stripped_oak_log", + "strippedotrunk": "stripped_oak_log", + "stroaklog": "stripped_oak_log", + "strolog": "stripped_oak_log", + "stripped_oak_wood": { + "material": "STRIPPED_OAK_WOOD" + }, + "bareoaklogall": "stripped_oak_wood", + "bareoaktreeall": "stripped_oak_wood", + "bareoaktrunkall": "stripped_oak_wood", + "bareologall": "stripped_oak_wood", + "bareotreeall": "stripped_oak_wood", + "bareotrunkall": "stripped_oak_wood", + "minecraft:stripped_oak_wood": "stripped_oak_wood", + "oakbarewood": "stripped_oak_wood", + "oakstrippedwood": "stripped_oak_wood", + "obarewood": "stripped_oak_wood", + "ostrippedwood": "stripped_oak_wood", + "strippedoaklogall": "stripped_oak_wood", + "strippedoaktreeall": "stripped_oak_wood", + "strippedoaktrunkall": "stripped_oak_wood", + "strippedoakwood": "stripped_oak_wood", + "strippedologall": "stripped_oak_wood", + "strippedotreeall": "stripped_oak_wood", + "strippedotrunkall": "stripped_oak_wood", + "strippedowood": "stripped_oak_wood", + "stroakwood": "stripped_oak_wood", + "strowood": "stripped_oak_wood", + "woodoakstripped": "stripped_oak_wood", + "woodostripped": "stripped_oak_wood", + "stripped_spruce_log": { + "material": "STRIPPED_SPRUCE_LOG" + }, + "baredarktree": "stripped_spruce_log", + "baredarktrunk": "stripped_spruce_log", + "baredtree": "stripped_spruce_log", + "baredtrunk": "stripped_spruce_log", + "barepinetree": "stripped_spruce_log", + "barepinetrunk": "stripped_spruce_log", + "bareptree": "stripped_spruce_log", + "bareptrunk": "stripped_spruce_log", + "baresprucetree": "stripped_spruce_log", + "baresprucetrunk": "stripped_spruce_log", + "barestree": "stripped_spruce_log", + "barestrunk": "stripped_spruce_log", + "darkbarelog": "stripped_spruce_log", + "darkstrippedlog": "stripped_spruce_log", + "dbarelog": "stripped_spruce_log", + "dstrippedlog": "stripped_spruce_log", + "logdarkstripped": "stripped_spruce_log", + "logdstripped": "stripped_spruce_log", + "logpinestripped": "stripped_spruce_log", + "logpstripped": "stripped_spruce_log", + "logsprucestripped": "stripped_spruce_log", + "logsstripped": "stripped_spruce_log", + "minecraft:stripped_spruce_log": "stripped_spruce_log", + "pbarelog": "stripped_spruce_log", + "pinebarelog": "stripped_spruce_log", + "pinestrippedlog": "stripped_spruce_log", + "pstrippedlog": "stripped_spruce_log", + "sbarelog": "stripped_spruce_log", + "sprucebarelog": "stripped_spruce_log", + "sprucestrippedlog": "stripped_spruce_log", + "sstrippedlog": "stripped_spruce_log", + "strdarklog": "stripped_spruce_log", + "strdlog": "stripped_spruce_log", + "strippeddarklog": "stripped_spruce_log", + "strippeddarktree": "stripped_spruce_log", + "strippeddarktrunk": "stripped_spruce_log", + "strippeddlog": "stripped_spruce_log", + "strippeddtree": "stripped_spruce_log", + "strippeddtrunk": "stripped_spruce_log", + "strippedpinelog": "stripped_spruce_log", + "strippedpinetree": "stripped_spruce_log", + "strippedpinetrunk": "stripped_spruce_log", + "strippedplog": "stripped_spruce_log", + "strippedptree": "stripped_spruce_log", + "strippedptrunk": "stripped_spruce_log", + "strippedslog": "stripped_spruce_log", + "strippedsprucelog": "stripped_spruce_log", + "strippedsprucetree": "stripped_spruce_log", + "strippedsprucetrunk": "stripped_spruce_log", + "strippedstree": "stripped_spruce_log", + "strippedstrunk": "stripped_spruce_log", + "strpinelog": "stripped_spruce_log", + "strplog": "stripped_spruce_log", + "strslog": "stripped_spruce_log", + "strsprucelog": "stripped_spruce_log", + "stripped_spruce_wood": { + "material": "STRIPPED_SPRUCE_WOOD" + }, + "baredarklogall": "stripped_spruce_wood", + "baredarktreeall": "stripped_spruce_wood", + "baredarktrunkall": "stripped_spruce_wood", + "baredlogall": "stripped_spruce_wood", + "baredtreeall": "stripped_spruce_wood", + "baredtrunkall": "stripped_spruce_wood", + "barepinelogall": "stripped_spruce_wood", + "barepinetreeall": "stripped_spruce_wood", + "barepinetrunkall": "stripped_spruce_wood", + "bareplogall": "stripped_spruce_wood", + "bareptreeall": "stripped_spruce_wood", + "bareptrunkall": "stripped_spruce_wood", + "bareslogall": "stripped_spruce_wood", + "baresprucelogall": "stripped_spruce_wood", + "baresprucetreeall": "stripped_spruce_wood", + "baresprucetrunkall": "stripped_spruce_wood", + "barestreeall": "stripped_spruce_wood", + "barestrunkall": "stripped_spruce_wood", + "darkbarewood": "stripped_spruce_wood", + "darkstrippedwood": "stripped_spruce_wood", + "dbarewood": "stripped_spruce_wood", + "dstrippedwood": "stripped_spruce_wood", + "minecraft:stripped_spruce_wood": "stripped_spruce_wood", + "pbarewood": "stripped_spruce_wood", + "pinebarewood": "stripped_spruce_wood", + "pinestrippedwood": "stripped_spruce_wood", + "pstrippedwood": "stripped_spruce_wood", + "sbarewood": "stripped_spruce_wood", + "sprucebarewood": "stripped_spruce_wood", + "sprucestrippedwood": "stripped_spruce_wood", + "sstrippedwood": "stripped_spruce_wood", + "strdarkwood": "stripped_spruce_wood", + "strdwood": "stripped_spruce_wood", + "strippeddarklogall": "stripped_spruce_wood", + "strippeddarktreeall": "stripped_spruce_wood", + "strippeddarktrunkall": "stripped_spruce_wood", + "strippeddarkwood": "stripped_spruce_wood", + "strippeddlogall": "stripped_spruce_wood", + "strippeddtreeall": "stripped_spruce_wood", + "strippeddtrunkall": "stripped_spruce_wood", + "strippeddwood": "stripped_spruce_wood", + "strippedpinelogall": "stripped_spruce_wood", + "strippedpinetreeall": "stripped_spruce_wood", + "strippedpinetrunkall": "stripped_spruce_wood", + "strippedpinewood": "stripped_spruce_wood", + "strippedplogall": "stripped_spruce_wood", + "strippedptreeall": "stripped_spruce_wood", + "strippedptrunkall": "stripped_spruce_wood", + "strippedpwood": "stripped_spruce_wood", + "strippedslogall": "stripped_spruce_wood", + "strippedsprucelogall": "stripped_spruce_wood", + "strippedsprucetreeall": "stripped_spruce_wood", + "strippedsprucetrunkall": "stripped_spruce_wood", + "strippedsprucewood": "stripped_spruce_wood", + "strippedstreeall": "stripped_spruce_wood", + "strippedstrunkall": "stripped_spruce_wood", + "strippedswood": "stripped_spruce_wood", + "strpinewood": "stripped_spruce_wood", + "strpwood": "stripped_spruce_wood", + "strsprucewood": "stripped_spruce_wood", + "strswood": "stripped_spruce_wood", + "wooddarkstripped": "stripped_spruce_wood", + "wooddstripped": "stripped_spruce_wood", + "woodpinestripped": "stripped_spruce_wood", + "woodpstripped": "stripped_spruce_wood", + "woodsprucestripped": "stripped_spruce_wood", + "woodsstripped": "stripped_spruce_wood", + "stripped_warped_hyphae": { + "material": "STRIPPED_WARPED_HYPHAE" + }, + "minecraft:stripped_warped_hyphae": "stripped_warped_hyphae", + "strippedwarpedhyphae": "stripped_warped_hyphae", + "strippedwarphyphae": "stripped_warped_hyphae", + "strwarpedhyphae": "stripped_warped_hyphae", + "strwarphyphae": "stripped_warped_hyphae", + "stripped_warped_stem": { + "material": "STRIPPED_WARPED_STEM" + }, + "barewarpedstem": "stripped_warped_stem", + "barewarpedtree": "stripped_warped_stem", + "barewarpstem": "stripped_warped_stem", + "barewarptree": "stripped_warped_stem", + "logwarpedstripped": "stripped_warped_stem", + "logwarpstripped": "stripped_warped_stem", + "minecraft:stripped_warped_stem": "stripped_warped_stem", + "strippedwarpedlog": "stripped_warped_stem", + "strippedwarpedstem": "stripped_warped_stem", + "strippedwarpedtree": "stripped_warped_stem", + "strippedwarplog": "stripped_warped_stem", + "strippedwarpstem": "stripped_warped_stem", + "strippedwarptree": "stripped_warped_stem", + "strwarpedlog": "stripped_warped_stem", + "strwarplog": "stripped_warped_stem", + "warpbarelog": "stripped_warped_stem", + "warpedbarelog": "stripped_warped_stem", + "warpedstrippedlog": "stripped_warped_stem", + "warpstrippedlog": "stripped_warped_stem", + "strong_harming_lingering_potion": { + "potionData": { + "type": "INSTANT_DAMAGE", + "upgraded": true, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotdamageii": "strong_harming_lingering_potion", + "aoepotdamagelevelii": "strong_harming_lingering_potion", + "aoepotdamagestrong": "strong_harming_lingering_potion", + "aoepotdii": "strong_harming_lingering_potion", + "aoepotdlevelii": "strong_harming_lingering_potion", + "aoepotdmgii": "strong_harming_lingering_potion", + "aoepotdmglevelii": "strong_harming_lingering_potion", + "aoepotdmgstrong": "strong_harming_lingering_potion", + "aoepotdstrong": "strong_harming_lingering_potion", + "aoepotharmingii": "strong_harming_lingering_potion", + "aoepotharminglevelii": "strong_harming_lingering_potion", + "aoepotharmingstrong": "strong_harming_lingering_potion", + "aoepotinstantdamageii": "strong_harming_lingering_potion", + "aoepotinstantdamagelevelii": "strong_harming_lingering_potion", + "aoepotinstantdamagestrong": "strong_harming_lingering_potion", + "aoepotiondamageii": "strong_harming_lingering_potion", + "aoepotiondamagelevelii": "strong_harming_lingering_potion", + "aoepotiondamagestrong": "strong_harming_lingering_potion", + "aoepotiondii": "strong_harming_lingering_potion", + "aoepotiondlevelii": "strong_harming_lingering_potion", + "aoepotiondmgii": "strong_harming_lingering_potion", + "aoepotiondmglevelii": "strong_harming_lingering_potion", + "aoepotiondmgstrong": "strong_harming_lingering_potion", + "aoepotiondstrong": "strong_harming_lingering_potion", + "aoepotionharmingii": "strong_harming_lingering_potion", + "aoepotionharminglevelii": "strong_harming_lingering_potion", + "aoepotionharmingstrong": "strong_harming_lingering_potion", + "aoepotioninstantdamageii": "strong_harming_lingering_potion", + "aoepotioninstantdamagelevelii": "strong_harming_lingering_potion", + "aoepotioninstantdamagestrong": "strong_harming_lingering_potion", + "areapotdamageii": "strong_harming_lingering_potion", + "areapotdamagelevelii": "strong_harming_lingering_potion", + "areapotdamagestrong": "strong_harming_lingering_potion", + "areapotdii": "strong_harming_lingering_potion", + "areapotdlevelii": "strong_harming_lingering_potion", + "areapotdmgii": "strong_harming_lingering_potion", + "areapotdmglevelii": "strong_harming_lingering_potion", + "areapotdmgstrong": "strong_harming_lingering_potion", + "areapotdstrong": "strong_harming_lingering_potion", + "areapotharmingii": "strong_harming_lingering_potion", + "areapotharminglevelii": "strong_harming_lingering_potion", + "areapotharmingstrong": "strong_harming_lingering_potion", + "areapotinstantdamageii": "strong_harming_lingering_potion", + "areapotinstantdamagelevelii": "strong_harming_lingering_potion", + "areapotinstantdamagestrong": "strong_harming_lingering_potion", + "areapotiondamageii": "strong_harming_lingering_potion", + "areapotiondamagelevelii": "strong_harming_lingering_potion", + "areapotiondamagestrong": "strong_harming_lingering_potion", + "areapotiondii": "strong_harming_lingering_potion", + "areapotiondlevelii": "strong_harming_lingering_potion", + "areapotiondmgii": "strong_harming_lingering_potion", + "areapotiondmglevelii": "strong_harming_lingering_potion", + "areapotiondmgstrong": "strong_harming_lingering_potion", + "areapotiondstrong": "strong_harming_lingering_potion", + "areapotionharmingii": "strong_harming_lingering_potion", + "areapotionharminglevelii": "strong_harming_lingering_potion", + "areapotionharmingstrong": "strong_harming_lingering_potion", + "areapotioninstantdamageii": "strong_harming_lingering_potion", + "areapotioninstantdamagelevelii": "strong_harming_lingering_potion", + "areapotioninstantdamagestrong": "strong_harming_lingering_potion", + "cloudpotdamageii": "strong_harming_lingering_potion", + "cloudpotdamagelevelii": "strong_harming_lingering_potion", + "cloudpotdamagestrong": "strong_harming_lingering_potion", + "cloudpotdii": "strong_harming_lingering_potion", + "cloudpotdlevelii": "strong_harming_lingering_potion", + "cloudpotdmgii": "strong_harming_lingering_potion", + "cloudpotdmglevelii": "strong_harming_lingering_potion", + "cloudpotdmgstrong": "strong_harming_lingering_potion", + "cloudpotdstrong": "strong_harming_lingering_potion", + "cloudpotharmingii": "strong_harming_lingering_potion", + "cloudpotharminglevelii": "strong_harming_lingering_potion", + "cloudpotharmingstrong": "strong_harming_lingering_potion", + "cloudpotinstantdamageii": "strong_harming_lingering_potion", + "cloudpotinstantdamagelevelii": "strong_harming_lingering_potion", + "cloudpotinstantdamagestrong": "strong_harming_lingering_potion", + "cloudpotiondamageii": "strong_harming_lingering_potion", + "cloudpotiondamagelevelii": "strong_harming_lingering_potion", + "cloudpotiondamagestrong": "strong_harming_lingering_potion", + "cloudpotiondii": "strong_harming_lingering_potion", + "cloudpotiondlevelii": "strong_harming_lingering_potion", + "cloudpotiondmgii": "strong_harming_lingering_potion", + "cloudpotiondmglevelii": "strong_harming_lingering_potion", + "cloudpotiondmgstrong": "strong_harming_lingering_potion", + "cloudpotiondstrong": "strong_harming_lingering_potion", + "cloudpotionharmingii": "strong_harming_lingering_potion", + "cloudpotionharminglevelii": "strong_harming_lingering_potion", + "cloudpotionharmingstrong": "strong_harming_lingering_potion", + "cloudpotioninstantdamageii": "strong_harming_lingering_potion", + "cloudpotioninstantdamagelevelii": "strong_harming_lingering_potion", + "cloudpotioninstantdamagestrong": "strong_harming_lingering_potion", + "damageaoepoiontii": "strong_harming_lingering_potion", + "damageaoepoiontlevelii": "strong_harming_lingering_potion", + "damageaoepoiontstrong": "strong_harming_lingering_potion", + "damageaoepotii": "strong_harming_lingering_potion", + "damageaoepotlevelii": "strong_harming_lingering_potion", + "damageaoepotstrong": "strong_harming_lingering_potion", + "damageareapotii": "strong_harming_lingering_potion", + "damageareapotionii": "strong_harming_lingering_potion", + "damageareapotionlevelii": "strong_harming_lingering_potion", + "damageareapotionstrong": "strong_harming_lingering_potion", + "damageareapotlevelii": "strong_harming_lingering_potion", + "damageareapotstrong": "strong_harming_lingering_potion", + "damagecloudpotii": "strong_harming_lingering_potion", + "damagecloudpotionii": "strong_harming_lingering_potion", + "damagecloudpotionlevelii": "strong_harming_lingering_potion", + "damagecloudpotionstrong": "strong_harming_lingering_potion", + "damagecloudpotlevelii": "strong_harming_lingering_potion", + "damagecloudpotstrong": "strong_harming_lingering_potion", + "damagelingerpotii": "strong_harming_lingering_potion", + "damagelingerpotlevelii": "strong_harming_lingering_potion", + "damagelingerpotstrong": "strong_harming_lingering_potion", + "daoepoiontii": "strong_harming_lingering_potion", + "daoepoiontlevelii": "strong_harming_lingering_potion", + "daoepoiontstrong": "strong_harming_lingering_potion", + "daoepotii": "strong_harming_lingering_potion", + "daoepotlevelii": "strong_harming_lingering_potion", + "daoepotstrong": "strong_harming_lingering_potion", + "dareapotii": "strong_harming_lingering_potion", + "dareapotionii": "strong_harming_lingering_potion", + "dareapotionlevelii": "strong_harming_lingering_potion", + "dareapotionstrong": "strong_harming_lingering_potion", + "dareapotlevelii": "strong_harming_lingering_potion", + "dareapotstrong": "strong_harming_lingering_potion", + "dcloudpotii": "strong_harming_lingering_potion", + "dcloudpotionii": "strong_harming_lingering_potion", + "dcloudpotionlevelii": "strong_harming_lingering_potion", + "dcloudpotionstrong": "strong_harming_lingering_potion", + "dcloudpotlevelii": "strong_harming_lingering_potion", + "dcloudpotstrong": "strong_harming_lingering_potion", + "dlingerpotii": "strong_harming_lingering_potion", + "dlingerpotlevelii": "strong_harming_lingering_potion", + "dlingerpotstrong": "strong_harming_lingering_potion", + "dmgaoepoiontii": "strong_harming_lingering_potion", + "dmgaoepoiontlevelii": "strong_harming_lingering_potion", + "dmgaoepoiontstrong": "strong_harming_lingering_potion", + "dmgaoepotii": "strong_harming_lingering_potion", + "dmgaoepotlevelii": "strong_harming_lingering_potion", + "dmgaoepotstrong": "strong_harming_lingering_potion", + "dmgareapotii": "strong_harming_lingering_potion", + "dmgareapotionii": "strong_harming_lingering_potion", + "dmgareapotionlevelii": "strong_harming_lingering_potion", + "dmgareapotionstrong": "strong_harming_lingering_potion", + "dmgareapotlevelii": "strong_harming_lingering_potion", + "dmgareapotstrong": "strong_harming_lingering_potion", + "dmgcloudpotii": "strong_harming_lingering_potion", + "dmgcloudpotionii": "strong_harming_lingering_potion", + "dmgcloudpotionlevelii": "strong_harming_lingering_potion", + "dmgcloudpotionstrong": "strong_harming_lingering_potion", + "dmgcloudpotlevelii": "strong_harming_lingering_potion", + "dmgcloudpotstrong": "strong_harming_lingering_potion", + "dmglingerpotii": "strong_harming_lingering_potion", + "dmglingerpotlevelii": "strong_harming_lingering_potion", + "dmglingerpotstrong": "strong_harming_lingering_potion", + "harmingaoepoiontii": "strong_harming_lingering_potion", + "harmingaoepoiontlevelii": "strong_harming_lingering_potion", + "harmingaoepoiontstrong": "strong_harming_lingering_potion", + "harmingaoepotii": "strong_harming_lingering_potion", + "harmingaoepotlevelii": "strong_harming_lingering_potion", + "harmingaoepotstrong": "strong_harming_lingering_potion", + "harmingareapotii": "strong_harming_lingering_potion", + "harmingareapotionii": "strong_harming_lingering_potion", + "harmingareapotionlevelii": "strong_harming_lingering_potion", + "harmingareapotionstrong": "strong_harming_lingering_potion", + "harmingareapotlevelii": "strong_harming_lingering_potion", + "harmingareapotstrong": "strong_harming_lingering_potion", + "harmingcloudpotii": "strong_harming_lingering_potion", + "harmingcloudpotionii": "strong_harming_lingering_potion", + "harmingcloudpotionlevelii": "strong_harming_lingering_potion", + "harmingcloudpotionstrong": "strong_harming_lingering_potion", + "harmingcloudpotlevelii": "strong_harming_lingering_potion", + "harmingcloudpotstrong": "strong_harming_lingering_potion", + "harminglingerpotii": "strong_harming_lingering_potion", + "harminglingerpotlevelii": "strong_harming_lingering_potion", + "harminglingerpotstrong": "strong_harming_lingering_potion", + "instantdamageaoepoiontii": "strong_harming_lingering_potion", + "instantdamageaoepoiontlevelii": "strong_harming_lingering_potion", + "instantdamageaoepoiontstrong": "strong_harming_lingering_potion", + "instantdamageaoepotii": "strong_harming_lingering_potion", + "instantdamageaoepotlevelii": "strong_harming_lingering_potion", + "instantdamageaoepotstrong": "strong_harming_lingering_potion", + "instantdamageareapotii": "strong_harming_lingering_potion", + "instantdamageareapotionii": "strong_harming_lingering_potion", + "instantdamageareapotionlevelii": "strong_harming_lingering_potion", + "instantdamageareapotionstrong": "strong_harming_lingering_potion", + "instantdamageareapotlevelii": "strong_harming_lingering_potion", + "instantdamageareapotstrong": "strong_harming_lingering_potion", + "instantdamagecloudpotii": "strong_harming_lingering_potion", + "instantdamagecloudpotionii": "strong_harming_lingering_potion", + "instantdamagecloudpotionlevelii": "strong_harming_lingering_potion", + "instantdamagecloudpotionstrong": "strong_harming_lingering_potion", + "instantdamagecloudpotlevelii": "strong_harming_lingering_potion", + "instantdamagecloudpotstrong": "strong_harming_lingering_potion", + "instantdamagelingerpotii": "strong_harming_lingering_potion", + "instantdamagelingerpotlevelii": "strong_harming_lingering_potion", + "instantdamagelingerpotstrong": "strong_harming_lingering_potion", + "lingerpotdamageii": "strong_harming_lingering_potion", + "lingerpotdamagelevelii": "strong_harming_lingering_potion", + "lingerpotdamagestrong": "strong_harming_lingering_potion", + "lingerpotdii": "strong_harming_lingering_potion", + "lingerpotdlevelii": "strong_harming_lingering_potion", + "lingerpotdmgii": "strong_harming_lingering_potion", + "lingerpotdmglevelii": "strong_harming_lingering_potion", + "lingerpotdmgstrong": "strong_harming_lingering_potion", + "lingerpotdstrong": "strong_harming_lingering_potion", + "lingerpotharmingii": "strong_harming_lingering_potion", + "lingerpotharminglevelii": "strong_harming_lingering_potion", + "lingerpotharmingstrong": "strong_harming_lingering_potion", + "lingerpotinstantdamageii": "strong_harming_lingering_potion", + "lingerpotinstantdamagelevelii": "strong_harming_lingering_potion", + "lingerpotinstantdamagestrong": "strong_harming_lingering_potion", + "strong_harming_potion": { + "potionData": { + "type": "INSTANT_DAMAGE", + "upgraded": true, + "extended": false + }, + "material": "POTION" + }, + "damageiipot": "strong_harming_potion", + "damageiipotion": "strong_harming_potion", + "damageleveliipot": "strong_harming_potion", + "damageleveliipotion": "strong_harming_potion", + "damagestrongpot": "strong_harming_potion", + "damagestrongpotion": "strong_harming_potion", + "diipot": "strong_harming_potion", + "diipotion": "strong_harming_potion", + "dleveliipot": "strong_harming_potion", + "dleveliipotion": "strong_harming_potion", + "dmgiipot": "strong_harming_potion", + "dmgiipotion": "strong_harming_potion", + "dmgleveliipot": "strong_harming_potion", + "dmgleveliipotion": "strong_harming_potion", + "dmgstrongpot": "strong_harming_potion", + "dmgstrongpotion": "strong_harming_potion", + "dstrongpot": "strong_harming_potion", + "dstrongpotion": "strong_harming_potion", + "harmingiipot": "strong_harming_potion", + "harmingiipotion": "strong_harming_potion", + "harmingleveliipot": "strong_harming_potion", + "harmingleveliipotion": "strong_harming_potion", + "harmingstrongpot": "strong_harming_potion", + "harmingstrongpotion": "strong_harming_potion", + "instantdamageiipot": "strong_harming_potion", + "instantdamageiipotion": "strong_harming_potion", + "instantdamageleveliipot": "strong_harming_potion", + "instantdamageleveliipotion": "strong_harming_potion", + "instantdamagestrongpot": "strong_harming_potion", + "instantdamagestrongpotion": "strong_harming_potion", + "potionofdamageii": "strong_harming_potion", + "potionofdamagelevelii": "strong_harming_potion", + "potionofdamagestrong": "strong_harming_potion", + "potionofdii": "strong_harming_potion", + "potionofdlevelii": "strong_harming_potion", + "potionofdmgii": "strong_harming_potion", + "potionofdmglevelii": "strong_harming_potion", + "potionofdmgstrong": "strong_harming_potion", + "potionofdstrong": "strong_harming_potion", + "potionofharmingii": "strong_harming_potion", + "potionofharminglevelii": "strong_harming_potion", + "potionofharmingstrong": "strong_harming_potion", + "potionofinstantdamageii": "strong_harming_potion", + "potionofinstantdamagelevelii": "strong_harming_potion", + "potionofinstantdamagestrong": "strong_harming_potion", + "potofdamageii": "strong_harming_potion", + "potofdamagelevelii": "strong_harming_potion", + "potofdamagestrong": "strong_harming_potion", + "potofdii": "strong_harming_potion", + "potofdlevelii": "strong_harming_potion", + "potofdmgii": "strong_harming_potion", + "potofdmglevelii": "strong_harming_potion", + "potofdmgstrong": "strong_harming_potion", + "potofdstrong": "strong_harming_potion", + "potofharmingii": "strong_harming_potion", + "potofharminglevelii": "strong_harming_potion", + "potofharmingstrong": "strong_harming_potion", + "potofinstantdamageii": "strong_harming_potion", + "potofinstantdamagelevelii": "strong_harming_potion", + "potofinstantdamagestrong": "strong_harming_potion", + "strong_harming_splash_potion": { + "potionData": { + "type": "INSTANT_DAMAGE", + "upgraded": true, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "damageiisplashpot": "strong_harming_splash_potion", + "damageiisplashpotion": "strong_harming_splash_potion", + "damageleveliisplashpot": "strong_harming_splash_potion", + "damageleveliisplashpotion": "strong_harming_splash_potion", + "damagestrongsplashpot": "strong_harming_splash_potion", + "damagestrongsplashpotion": "strong_harming_splash_potion", + "diisplashpot": "strong_harming_splash_potion", + "diisplashpotion": "strong_harming_splash_potion", + "dleveliisplashpot": "strong_harming_splash_potion", + "dleveliisplashpotion": "strong_harming_splash_potion", + "dmgiisplashpot": "strong_harming_splash_potion", + "dmgiisplashpotion": "strong_harming_splash_potion", + "dmgleveliisplashpot": "strong_harming_splash_potion", + "dmgleveliisplashpotion": "strong_harming_splash_potion", + "dmgstrongsplashpot": "strong_harming_splash_potion", + "dmgstrongsplashpotion": "strong_harming_splash_potion", + "dstrongsplashpot": "strong_harming_splash_potion", + "dstrongsplashpotion": "strong_harming_splash_potion", + "harmingiisplashpot": "strong_harming_splash_potion", + "harmingiisplashpotion": "strong_harming_splash_potion", + "harmingleveliisplashpot": "strong_harming_splash_potion", + "harmingleveliisplashpotion": "strong_harming_splash_potion", + "harmingstrongsplashpot": "strong_harming_splash_potion", + "harmingstrongsplashpotion": "strong_harming_splash_potion", + "instantdamageiisplashpot": "strong_harming_splash_potion", + "instantdamageiisplashpotion": "strong_harming_splash_potion", + "instantdamageleveliisplashpot": "strong_harming_splash_potion", + "instantdamageleveliisplashpotion": "strong_harming_splash_potion", + "instantdamagestrongsplashpot": "strong_harming_splash_potion", + "instantdamagestrongsplashpotion": "strong_harming_splash_potion", + "splashdamageiipot": "strong_harming_splash_potion", + "splashdamageiipotion": "strong_harming_splash_potion", + "splashdamageleveliipot": "strong_harming_splash_potion", + "splashdamageleveliipotion": "strong_harming_splash_potion", + "splashdamagestrongpot": "strong_harming_splash_potion", + "splashdamagestrongpotion": "strong_harming_splash_potion", + "splashdiipot": "strong_harming_splash_potion", + "splashdiipotion": "strong_harming_splash_potion", + "splashdleveliipot": "strong_harming_splash_potion", + "splashdleveliipotion": "strong_harming_splash_potion", + "splashdmgiipot": "strong_harming_splash_potion", + "splashdmgiipotion": "strong_harming_splash_potion", + "splashdmgleveliipot": "strong_harming_splash_potion", + "splashdmgleveliipotion": "strong_harming_splash_potion", + "splashdmgstrongpot": "strong_harming_splash_potion", + "splashdmgstrongpotion": "strong_harming_splash_potion", + "splashdstrongpot": "strong_harming_splash_potion", + "splashdstrongpotion": "strong_harming_splash_potion", + "splashharmingiipot": "strong_harming_splash_potion", + "splashharmingiipotion": "strong_harming_splash_potion", + "splashharmingleveliipot": "strong_harming_splash_potion", + "splashharmingleveliipotion": "strong_harming_splash_potion", + "splashharmingstrongpot": "strong_harming_splash_potion", + "splashharmingstrongpotion": "strong_harming_splash_potion", + "splashinstantdamageiipot": "strong_harming_splash_potion", + "splashinstantdamageiipotion": "strong_harming_splash_potion", + "splashinstantdamageleveliipot": "strong_harming_splash_potion", + "splashinstantdamageleveliipotion": "strong_harming_splash_potion", + "splashinstantdamagestrongpot": "strong_harming_splash_potion", + "splashinstantdamagestrongpotion": "strong_harming_splash_potion", + "spldamageiipot": "strong_harming_splash_potion", + "spldamageiipotion": "strong_harming_splash_potion", + "spldamageleveliipot": "strong_harming_splash_potion", + "spldamageleveliipotion": "strong_harming_splash_potion", + "spldamagestrongpot": "strong_harming_splash_potion", + "spldamagestrongpotion": "strong_harming_splash_potion", + "spldiipot": "strong_harming_splash_potion", + "spldiipotion": "strong_harming_splash_potion", + "spldleveliipot": "strong_harming_splash_potion", + "spldleveliipotion": "strong_harming_splash_potion", + "spldmgiipot": "strong_harming_splash_potion", + "spldmgiipotion": "strong_harming_splash_potion", + "spldmgleveliipot": "strong_harming_splash_potion", + "spldmgleveliipotion": "strong_harming_splash_potion", + "spldmgstrongpot": "strong_harming_splash_potion", + "spldmgstrongpotion": "strong_harming_splash_potion", + "spldstrongpot": "strong_harming_splash_potion", + "spldstrongpotion": "strong_harming_splash_potion", + "splharmingiipot": "strong_harming_splash_potion", + "splharmingiipotion": "strong_harming_splash_potion", + "splharmingleveliipot": "strong_harming_splash_potion", + "splharmingleveliipotion": "strong_harming_splash_potion", + "splharmingstrongpot": "strong_harming_splash_potion", + "splharmingstrongpotion": "strong_harming_splash_potion", + "splinstantdamageiipot": "strong_harming_splash_potion", + "splinstantdamageiipotion": "strong_harming_splash_potion", + "splinstantdamageleveliipot": "strong_harming_splash_potion", + "splinstantdamageleveliipotion": "strong_harming_splash_potion", + "splinstantdamagestrongpot": "strong_harming_splash_potion", + "splinstantdamagestrongpotion": "strong_harming_splash_potion", + "strong_harming_tipped_arrow": { + "potionData": { + "type": "INSTANT_DAMAGE", + "upgraded": true, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowdamageii": "strong_harming_tipped_arrow", + "arrowdamagelevelii": "strong_harming_tipped_arrow", + "arrowdamagestrong": "strong_harming_tipped_arrow", + "arrowdii": "strong_harming_tipped_arrow", + "arrowdlevelii": "strong_harming_tipped_arrow", + "arrowdmgii": "strong_harming_tipped_arrow", + "arrowdmglevelii": "strong_harming_tipped_arrow", + "arrowdmgstrong": "strong_harming_tipped_arrow", + "arrowdstrong": "strong_harming_tipped_arrow", + "arrowharmingii": "strong_harming_tipped_arrow", + "arrowharminglevelii": "strong_harming_tipped_arrow", + "arrowharmingstrong": "strong_harming_tipped_arrow", + "arrowinstantdamageii": "strong_harming_tipped_arrow", + "arrowinstantdamagelevelii": "strong_harming_tipped_arrow", + "arrowinstantdamagestrong": "strong_harming_tipped_arrow", + "damagearrowii": "strong_harming_tipped_arrow", + "damagearrowlevelii": "strong_harming_tipped_arrow", + "damagearrowstrong": "strong_harming_tipped_arrow", + "damageiitarr": "strong_harming_tipped_arrow", + "damageiitarrow": "strong_harming_tipped_arrow", + "damageiitippedarrow": "strong_harming_tipped_arrow", + "damageleveliitarr": "strong_harming_tipped_arrow", + "damageleveliitarrow": "strong_harming_tipped_arrow", + "damageleveliitippedarrow": "strong_harming_tipped_arrow", + "damagestrongtarr": "strong_harming_tipped_arrow", + "damagestrongtarrow": "strong_harming_tipped_arrow", + "damagestrongtippedarrow": "strong_harming_tipped_arrow", + "darrowii": "strong_harming_tipped_arrow", + "darrowlevelii": "strong_harming_tipped_arrow", + "darrowstrong": "strong_harming_tipped_arrow", + "diitarr": "strong_harming_tipped_arrow", + "diitarrow": "strong_harming_tipped_arrow", + "diitippedarrow": "strong_harming_tipped_arrow", + "dleveliitarr": "strong_harming_tipped_arrow", + "dleveliitarrow": "strong_harming_tipped_arrow", + "dleveliitippedarrow": "strong_harming_tipped_arrow", + "dmgarrowii": "strong_harming_tipped_arrow", + "dmgarrowlevelii": "strong_harming_tipped_arrow", + "dmgarrowstrong": "strong_harming_tipped_arrow", + "dmgiitarr": "strong_harming_tipped_arrow", + "dmgiitarrow": "strong_harming_tipped_arrow", + "dmgiitippedarrow": "strong_harming_tipped_arrow", + "dmgleveliitarr": "strong_harming_tipped_arrow", + "dmgleveliitarrow": "strong_harming_tipped_arrow", + "dmgleveliitippedarrow": "strong_harming_tipped_arrow", + "dmgstrongtarr": "strong_harming_tipped_arrow", + "dmgstrongtarrow": "strong_harming_tipped_arrow", + "dmgstrongtippedarrow": "strong_harming_tipped_arrow", + "dstrongtarr": "strong_harming_tipped_arrow", + "dstrongtarrow": "strong_harming_tipped_arrow", + "dstrongtippedarrow": "strong_harming_tipped_arrow", + "harmingarrowii": "strong_harming_tipped_arrow", + "harmingarrowlevelii": "strong_harming_tipped_arrow", + "harmingarrowstrong": "strong_harming_tipped_arrow", + "harmingiitarr": "strong_harming_tipped_arrow", + "harmingiitarrow": "strong_harming_tipped_arrow", + "harmingiitippedarrow": "strong_harming_tipped_arrow", + "harmingleveliitarr": "strong_harming_tipped_arrow", + "harmingleveliitarrow": "strong_harming_tipped_arrow", + "harmingleveliitippedarrow": "strong_harming_tipped_arrow", + "harmingstrongtarr": "strong_harming_tipped_arrow", + "harmingstrongtarrow": "strong_harming_tipped_arrow", + "harmingstrongtippedarrow": "strong_harming_tipped_arrow", + "instantdamagearrowii": "strong_harming_tipped_arrow", + "instantdamagearrowlevelii": "strong_harming_tipped_arrow", + "instantdamagearrowstrong": "strong_harming_tipped_arrow", + "instantdamageiitarr": "strong_harming_tipped_arrow", + "instantdamageiitarrow": "strong_harming_tipped_arrow", + "instantdamageiitippedarrow": "strong_harming_tipped_arrow", + "instantdamageleveliitarr": "strong_harming_tipped_arrow", + "instantdamageleveliitarrow": "strong_harming_tipped_arrow", + "instantdamageleveliitippedarrow": "strong_harming_tipped_arrow", + "instantdamagestrongtarr": "strong_harming_tipped_arrow", + "instantdamagestrongtarrow": "strong_harming_tipped_arrow", + "instantdamagestrongtippedarrow": "strong_harming_tipped_arrow", + "strong_healing_lingering_potion": { + "potionData": { + "type": "INSTANT_HEAL", + "upgraded": true, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepothealii": "strong_healing_lingering_potion", + "aoepothealingii": "strong_healing_lingering_potion", + "aoepothealinglevelii": "strong_healing_lingering_potion", + "aoepothealingstrong": "strong_healing_lingering_potion", + "aoepotheallevelii": "strong_healing_lingering_potion", + "aoepothealstrong": "strong_healing_lingering_potion", + "aoepothii": "strong_healing_lingering_potion", + "aoepothlevelii": "strong_healing_lingering_potion", + "aoepothstrong": "strong_healing_lingering_potion", + "aoepotinstanthealii": "strong_healing_lingering_potion", + "aoepotinstantheallevelii": "strong_healing_lingering_potion", + "aoepotinstanthealstrong": "strong_healing_lingering_potion", + "aoepotionhealii": "strong_healing_lingering_potion", + "aoepotionhealingii": "strong_healing_lingering_potion", + "aoepotionhealinglevelii": "strong_healing_lingering_potion", + "aoepotionhealingstrong": "strong_healing_lingering_potion", + "aoepotionheallevelii": "strong_healing_lingering_potion", + "aoepotionhealstrong": "strong_healing_lingering_potion", + "aoepotionhii": "strong_healing_lingering_potion", + "aoepotionhlevelii": "strong_healing_lingering_potion", + "aoepotionhstrong": "strong_healing_lingering_potion", + "aoepotioninstanthealii": "strong_healing_lingering_potion", + "aoepotioninstantheallevelii": "strong_healing_lingering_potion", + "aoepotioninstanthealstrong": "strong_healing_lingering_potion", + "aoepotionlifeii": "strong_healing_lingering_potion", + "aoepotionlifelevelii": "strong_healing_lingering_potion", + "aoepotionlifestrong": "strong_healing_lingering_potion", + "aoepotlifeii": "strong_healing_lingering_potion", + "aoepotlifelevelii": "strong_healing_lingering_potion", + "aoepotlifestrong": "strong_healing_lingering_potion", + "areapothealii": "strong_healing_lingering_potion", + "areapothealingii": "strong_healing_lingering_potion", + "areapothealinglevelii": "strong_healing_lingering_potion", + "areapothealingstrong": "strong_healing_lingering_potion", + "areapotheallevelii": "strong_healing_lingering_potion", + "areapothealstrong": "strong_healing_lingering_potion", + "areapothii": "strong_healing_lingering_potion", + "areapothlevelii": "strong_healing_lingering_potion", + "areapothstrong": "strong_healing_lingering_potion", + "areapotinstanthealii": "strong_healing_lingering_potion", + "areapotinstantheallevelii": "strong_healing_lingering_potion", + "areapotinstanthealstrong": "strong_healing_lingering_potion", + "areapotionhealii": "strong_healing_lingering_potion", + "areapotionhealingii": "strong_healing_lingering_potion", + "areapotionhealinglevelii": "strong_healing_lingering_potion", + "areapotionhealingstrong": "strong_healing_lingering_potion", + "areapotionheallevelii": "strong_healing_lingering_potion", + "areapotionhealstrong": "strong_healing_lingering_potion", + "areapotionhii": "strong_healing_lingering_potion", + "areapotionhlevelii": "strong_healing_lingering_potion", + "areapotionhstrong": "strong_healing_lingering_potion", + "areapotioninstanthealii": "strong_healing_lingering_potion", + "areapotioninstantheallevelii": "strong_healing_lingering_potion", + "areapotioninstanthealstrong": "strong_healing_lingering_potion", + "areapotionlifeii": "strong_healing_lingering_potion", + "areapotionlifelevelii": "strong_healing_lingering_potion", + "areapotionlifestrong": "strong_healing_lingering_potion", + "areapotlifeii": "strong_healing_lingering_potion", + "areapotlifelevelii": "strong_healing_lingering_potion", + "areapotlifestrong": "strong_healing_lingering_potion", + "cloudpothealii": "strong_healing_lingering_potion", + "cloudpothealingii": "strong_healing_lingering_potion", + "cloudpothealinglevelii": "strong_healing_lingering_potion", + "cloudpothealingstrong": "strong_healing_lingering_potion", + "cloudpotheallevelii": "strong_healing_lingering_potion", + "cloudpothealstrong": "strong_healing_lingering_potion", + "cloudpothii": "strong_healing_lingering_potion", + "cloudpothlevelii": "strong_healing_lingering_potion", + "cloudpothstrong": "strong_healing_lingering_potion", + "cloudpotinstanthealii": "strong_healing_lingering_potion", + "cloudpotinstantheallevelii": "strong_healing_lingering_potion", + "cloudpotinstanthealstrong": "strong_healing_lingering_potion", + "cloudpotionhealii": "strong_healing_lingering_potion", + "cloudpotionhealingii": "strong_healing_lingering_potion", + "cloudpotionhealinglevelii": "strong_healing_lingering_potion", + "cloudpotionhealingstrong": "strong_healing_lingering_potion", + "cloudpotionheallevelii": "strong_healing_lingering_potion", + "cloudpotionhealstrong": "strong_healing_lingering_potion", + "cloudpotionhii": "strong_healing_lingering_potion", + "cloudpotionhlevelii": "strong_healing_lingering_potion", + "cloudpotionhstrong": "strong_healing_lingering_potion", + "cloudpotioninstanthealii": "strong_healing_lingering_potion", + "cloudpotioninstantheallevelii": "strong_healing_lingering_potion", + "cloudpotioninstanthealstrong": "strong_healing_lingering_potion", + "cloudpotionlifeii": "strong_healing_lingering_potion", + "cloudpotionlifelevelii": "strong_healing_lingering_potion", + "cloudpotionlifestrong": "strong_healing_lingering_potion", + "cloudpotlifeii": "strong_healing_lingering_potion", + "cloudpotlifelevelii": "strong_healing_lingering_potion", + "cloudpotlifestrong": "strong_healing_lingering_potion", + "haoepoiontii": "strong_healing_lingering_potion", + "haoepoiontlevelii": "strong_healing_lingering_potion", + "haoepoiontstrong": "strong_healing_lingering_potion", + "haoepotii": "strong_healing_lingering_potion", + "haoepotlevelii": "strong_healing_lingering_potion", + "haoepotstrong": "strong_healing_lingering_potion", + "hareapotii": "strong_healing_lingering_potion", + "hareapotionii": "strong_healing_lingering_potion", + "hareapotionlevelii": "strong_healing_lingering_potion", + "hareapotionstrong": "strong_healing_lingering_potion", + "hareapotlevelii": "strong_healing_lingering_potion", + "hareapotstrong": "strong_healing_lingering_potion", + "hcloudpotii": "strong_healing_lingering_potion", + "hcloudpotionii": "strong_healing_lingering_potion", + "hcloudpotionlevelii": "strong_healing_lingering_potion", + "hcloudpotionstrong": "strong_healing_lingering_potion", + "hcloudpotlevelii": "strong_healing_lingering_potion", + "hcloudpotstrong": "strong_healing_lingering_potion", + "healaoepoiontii": "strong_healing_lingering_potion", + "healaoepoiontlevelii": "strong_healing_lingering_potion", + "healaoepoiontstrong": "strong_healing_lingering_potion", + "healaoepotii": "strong_healing_lingering_potion", + "healaoepotlevelii": "strong_healing_lingering_potion", + "healaoepotstrong": "strong_healing_lingering_potion", + "healareapotii": "strong_healing_lingering_potion", + "healareapotionii": "strong_healing_lingering_potion", + "healareapotionlevelii": "strong_healing_lingering_potion", + "healareapotionstrong": "strong_healing_lingering_potion", + "healareapotlevelii": "strong_healing_lingering_potion", + "healareapotstrong": "strong_healing_lingering_potion", + "healcloudpotii": "strong_healing_lingering_potion", + "healcloudpotionii": "strong_healing_lingering_potion", + "healcloudpotionlevelii": "strong_healing_lingering_potion", + "healcloudpotionstrong": "strong_healing_lingering_potion", + "healcloudpotlevelii": "strong_healing_lingering_potion", + "healcloudpotstrong": "strong_healing_lingering_potion", + "healingaoepoiontii": "strong_healing_lingering_potion", + "healingaoepoiontlevelii": "strong_healing_lingering_potion", + "healingaoepoiontstrong": "strong_healing_lingering_potion", + "healingaoepotii": "strong_healing_lingering_potion", + "healingaoepotlevelii": "strong_healing_lingering_potion", + "healingaoepotstrong": "strong_healing_lingering_potion", + "healingareapotii": "strong_healing_lingering_potion", + "healingareapotionii": "strong_healing_lingering_potion", + "healingareapotionlevelii": "strong_healing_lingering_potion", + "healingareapotionstrong": "strong_healing_lingering_potion", + "healingareapotlevelii": "strong_healing_lingering_potion", + "healingareapotstrong": "strong_healing_lingering_potion", + "healingcloudpotii": "strong_healing_lingering_potion", + "healingcloudpotionii": "strong_healing_lingering_potion", + "healingcloudpotionlevelii": "strong_healing_lingering_potion", + "healingcloudpotionstrong": "strong_healing_lingering_potion", + "healingcloudpotlevelii": "strong_healing_lingering_potion", + "healingcloudpotstrong": "strong_healing_lingering_potion", + "healinglingerpotii": "strong_healing_lingering_potion", + "healinglingerpotlevelii": "strong_healing_lingering_potion", + "healinglingerpotstrong": "strong_healing_lingering_potion", + "heallingerpotii": "strong_healing_lingering_potion", + "heallingerpotlevelii": "strong_healing_lingering_potion", + "heallingerpotstrong": "strong_healing_lingering_potion", + "hlingerpotii": "strong_healing_lingering_potion", + "hlingerpotlevelii": "strong_healing_lingering_potion", + "hlingerpotstrong": "strong_healing_lingering_potion", + "instanthealaoepoiontii": "strong_healing_lingering_potion", + "instanthealaoepoiontlevelii": "strong_healing_lingering_potion", + "instanthealaoepoiontstrong": "strong_healing_lingering_potion", + "instanthealaoepotii": "strong_healing_lingering_potion", + "instanthealaoepotlevelii": "strong_healing_lingering_potion", + "instanthealaoepotstrong": "strong_healing_lingering_potion", + "instanthealareapotii": "strong_healing_lingering_potion", + "instanthealareapotionii": "strong_healing_lingering_potion", + "instanthealareapotionlevelii": "strong_healing_lingering_potion", + "instanthealareapotionstrong": "strong_healing_lingering_potion", + "instanthealareapotlevelii": "strong_healing_lingering_potion", + "instanthealareapotstrong": "strong_healing_lingering_potion", + "instanthealcloudpotii": "strong_healing_lingering_potion", + "instanthealcloudpotionii": "strong_healing_lingering_potion", + "instanthealcloudpotionlevelii": "strong_healing_lingering_potion", + "instanthealcloudpotionstrong": "strong_healing_lingering_potion", + "instanthealcloudpotlevelii": "strong_healing_lingering_potion", + "instanthealcloudpotstrong": "strong_healing_lingering_potion", + "instantheallingerpotii": "strong_healing_lingering_potion", + "instantheallingerpotlevelii": "strong_healing_lingering_potion", + "instantheallingerpotstrong": "strong_healing_lingering_potion", + "lifeaoepoiontii": "strong_healing_lingering_potion", + "lifeaoepoiontlevelii": "strong_healing_lingering_potion", + "lifeaoepoiontstrong": "strong_healing_lingering_potion", + "lifeaoepotii": "strong_healing_lingering_potion", + "lifeaoepotlevelii": "strong_healing_lingering_potion", + "lifeaoepotstrong": "strong_healing_lingering_potion", + "lifeareapotii": "strong_healing_lingering_potion", + "lifeareapotionii": "strong_healing_lingering_potion", + "lifeareapotionlevelii": "strong_healing_lingering_potion", + "lifeareapotionstrong": "strong_healing_lingering_potion", + "lifeareapotlevelii": "strong_healing_lingering_potion", + "lifeareapotstrong": "strong_healing_lingering_potion", + "lifecloudpotii": "strong_healing_lingering_potion", + "lifecloudpotionii": "strong_healing_lingering_potion", + "lifecloudpotionlevelii": "strong_healing_lingering_potion", + "lifecloudpotionstrong": "strong_healing_lingering_potion", + "lifecloudpotlevelii": "strong_healing_lingering_potion", + "lifecloudpotstrong": "strong_healing_lingering_potion", + "lifelingerpotii": "strong_healing_lingering_potion", + "lifelingerpotlevelii": "strong_healing_lingering_potion", + "lifelingerpotstrong": "strong_healing_lingering_potion", + "lingerpothealii": "strong_healing_lingering_potion", + "lingerpothealingii": "strong_healing_lingering_potion", + "lingerpothealinglevelii": "strong_healing_lingering_potion", + "lingerpothealingstrong": "strong_healing_lingering_potion", + "lingerpotheallevelii": "strong_healing_lingering_potion", + "lingerpothealstrong": "strong_healing_lingering_potion", + "lingerpothii": "strong_healing_lingering_potion", + "lingerpothlevelii": "strong_healing_lingering_potion", + "lingerpothstrong": "strong_healing_lingering_potion", + "lingerpotinstanthealii": "strong_healing_lingering_potion", + "lingerpotinstantheallevelii": "strong_healing_lingering_potion", + "lingerpotinstanthealstrong": "strong_healing_lingering_potion", + "lingerpotlifeii": "strong_healing_lingering_potion", + "lingerpotlifelevelii": "strong_healing_lingering_potion", + "lingerpotlifestrong": "strong_healing_lingering_potion", + "strong_healing_potion": { + "potionData": { + "type": "INSTANT_HEAL", + "upgraded": true, + "extended": false + }, + "material": "POTION" + }, + "healiipot": "strong_healing_potion", + "healiipotion": "strong_healing_potion", + "healingiipot": "strong_healing_potion", + "healingiipotion": "strong_healing_potion", + "healingleveliipot": "strong_healing_potion", + "healingleveliipotion": "strong_healing_potion", + "healingstrongpot": "strong_healing_potion", + "healingstrongpotion": "strong_healing_potion", + "healleveliipot": "strong_healing_potion", + "healleveliipotion": "strong_healing_potion", + "healstrongpot": "strong_healing_potion", + "healstrongpotion": "strong_healing_potion", + "hiipot": "strong_healing_potion", + "hiipotion": "strong_healing_potion", + "hleveliipot": "strong_healing_potion", + "hleveliipotion": "strong_healing_potion", + "hstrongpot": "strong_healing_potion", + "hstrongpotion": "strong_healing_potion", + "instanthealiipot": "strong_healing_potion", + "instanthealiipotion": "strong_healing_potion", + "instanthealleveliipot": "strong_healing_potion", + "instanthealleveliipotion": "strong_healing_potion", + "instanthealstrongpot": "strong_healing_potion", + "instanthealstrongpotion": "strong_healing_potion", + "lifeiipot": "strong_healing_potion", + "lifeiipotion": "strong_healing_potion", + "lifeleveliipot": "strong_healing_potion", + "lifeleveliipotion": "strong_healing_potion", + "lifestrongpot": "strong_healing_potion", + "lifestrongpotion": "strong_healing_potion", + "potionofhealii": "strong_healing_potion", + "potionofhealingii": "strong_healing_potion", + "potionofhealinglevelii": "strong_healing_potion", + "potionofhealingstrong": "strong_healing_potion", + "potionofheallevelii": "strong_healing_potion", + "potionofhealstrong": "strong_healing_potion", + "potionofhii": "strong_healing_potion", + "potionofhlevelii": "strong_healing_potion", + "potionofhstrong": "strong_healing_potion", + "potionofinstanthealii": "strong_healing_potion", + "potionofinstantheallevelii": "strong_healing_potion", + "potionofinstanthealstrong": "strong_healing_potion", + "potionoflifeii": "strong_healing_potion", + "potionoflifelevelii": "strong_healing_potion", + "potionoflifestrong": "strong_healing_potion", + "potofhealii": "strong_healing_potion", + "potofhealingii": "strong_healing_potion", + "potofhealinglevelii": "strong_healing_potion", + "potofhealingstrong": "strong_healing_potion", + "potofheallevelii": "strong_healing_potion", + "potofhealstrong": "strong_healing_potion", + "potofhii": "strong_healing_potion", + "potofhlevelii": "strong_healing_potion", + "potofhstrong": "strong_healing_potion", + "potofinstanthealii": "strong_healing_potion", + "potofinstantheallevelii": "strong_healing_potion", + "potofinstanthealstrong": "strong_healing_potion", + "potoflifeii": "strong_healing_potion", + "potoflifelevelii": "strong_healing_potion", + "potoflifestrong": "strong_healing_potion", + "strong_healing_splash_potion": { + "potionData": { + "type": "INSTANT_HEAL", + "upgraded": true, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "healiisplashpot": "strong_healing_splash_potion", + "healiisplashpotion": "strong_healing_splash_potion", + "healingiisplashpot": "strong_healing_splash_potion", + "healingiisplashpotion": "strong_healing_splash_potion", + "healingleveliisplashpot": "strong_healing_splash_potion", + "healingleveliisplashpotion": "strong_healing_splash_potion", + "healingstrongsplashpot": "strong_healing_splash_potion", + "healingstrongsplashpotion": "strong_healing_splash_potion", + "healleveliisplashpot": "strong_healing_splash_potion", + "healleveliisplashpotion": "strong_healing_splash_potion", + "healstrongsplashpot": "strong_healing_splash_potion", + "healstrongsplashpotion": "strong_healing_splash_potion", + "hiisplashpot": "strong_healing_splash_potion", + "hiisplashpotion": "strong_healing_splash_potion", + "hleveliisplashpot": "strong_healing_splash_potion", + "hleveliisplashpotion": "strong_healing_splash_potion", + "hstrongsplashpot": "strong_healing_splash_potion", + "hstrongsplashpotion": "strong_healing_splash_potion", + "instanthealiisplashpot": "strong_healing_splash_potion", + "instanthealiisplashpotion": "strong_healing_splash_potion", + "instanthealleveliisplashpot": "strong_healing_splash_potion", + "instanthealleveliisplashpotion": "strong_healing_splash_potion", + "instanthealstrongsplashpot": "strong_healing_splash_potion", + "instanthealstrongsplashpotion": "strong_healing_splash_potion", + "lifeiisplashpot": "strong_healing_splash_potion", + "lifeiisplashpotion": "strong_healing_splash_potion", + "lifeleveliisplashpot": "strong_healing_splash_potion", + "lifeleveliisplashpotion": "strong_healing_splash_potion", + "lifestrongsplashpot": "strong_healing_splash_potion", + "lifestrongsplashpotion": "strong_healing_splash_potion", + "splashhealiipot": "strong_healing_splash_potion", + "splashhealiipotion": "strong_healing_splash_potion", + "splashhealingiipot": "strong_healing_splash_potion", + "splashhealingiipotion": "strong_healing_splash_potion", + "splashhealingleveliipot": "strong_healing_splash_potion", + "splashhealingleveliipotion": "strong_healing_splash_potion", + "splashhealingstrongpot": "strong_healing_splash_potion", + "splashhealingstrongpotion": "strong_healing_splash_potion", + "splashhealleveliipot": "strong_healing_splash_potion", + "splashhealleveliipotion": "strong_healing_splash_potion", + "splashhealstrongpot": "strong_healing_splash_potion", + "splashhealstrongpotion": "strong_healing_splash_potion", + "splashhiipot": "strong_healing_splash_potion", + "splashhiipotion": "strong_healing_splash_potion", + "splashhleveliipot": "strong_healing_splash_potion", + "splashhleveliipotion": "strong_healing_splash_potion", + "splashhstrongpot": "strong_healing_splash_potion", + "splashhstrongpotion": "strong_healing_splash_potion", + "splashinstanthealiipot": "strong_healing_splash_potion", + "splashinstanthealiipotion": "strong_healing_splash_potion", + "splashinstanthealleveliipot": "strong_healing_splash_potion", + "splashinstanthealleveliipotion": "strong_healing_splash_potion", + "splashinstanthealstrongpot": "strong_healing_splash_potion", + "splashinstanthealstrongpotion": "strong_healing_splash_potion", + "splashlifeiipot": "strong_healing_splash_potion", + "splashlifeiipotion": "strong_healing_splash_potion", + "splashlifeleveliipot": "strong_healing_splash_potion", + "splashlifeleveliipotion": "strong_healing_splash_potion", + "splashlifestrongpot": "strong_healing_splash_potion", + "splashlifestrongpotion": "strong_healing_splash_potion", + "splhealiipot": "strong_healing_splash_potion", + "splhealiipotion": "strong_healing_splash_potion", + "splhealingiipot": "strong_healing_splash_potion", + "splhealingiipotion": "strong_healing_splash_potion", + "splhealingleveliipot": "strong_healing_splash_potion", + "splhealingleveliipotion": "strong_healing_splash_potion", + "splhealingstrongpot": "strong_healing_splash_potion", + "splhealingstrongpotion": "strong_healing_splash_potion", + "splhealleveliipot": "strong_healing_splash_potion", + "splhealleveliipotion": "strong_healing_splash_potion", + "splhealstrongpot": "strong_healing_splash_potion", + "splhealstrongpotion": "strong_healing_splash_potion", + "splhiipot": "strong_healing_splash_potion", + "splhiipotion": "strong_healing_splash_potion", + "splhleveliipot": "strong_healing_splash_potion", + "splhleveliipotion": "strong_healing_splash_potion", + "splhstrongpot": "strong_healing_splash_potion", + "splhstrongpotion": "strong_healing_splash_potion", + "splinstanthealiipot": "strong_healing_splash_potion", + "splinstanthealiipotion": "strong_healing_splash_potion", + "splinstanthealleveliipot": "strong_healing_splash_potion", + "splinstanthealleveliipotion": "strong_healing_splash_potion", + "splinstanthealstrongpot": "strong_healing_splash_potion", + "splinstanthealstrongpotion": "strong_healing_splash_potion", + "spllifeiipot": "strong_healing_splash_potion", + "spllifeiipotion": "strong_healing_splash_potion", + "spllifeleveliipot": "strong_healing_splash_potion", + "spllifeleveliipotion": "strong_healing_splash_potion", + "spllifestrongpot": "strong_healing_splash_potion", + "spllifestrongpotion": "strong_healing_splash_potion", + "strong_healing_tipped_arrow": { + "potionData": { + "type": "INSTANT_HEAL", + "upgraded": true, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowhealii": "strong_healing_tipped_arrow", + "arrowhealingii": "strong_healing_tipped_arrow", + "arrowhealinglevelii": "strong_healing_tipped_arrow", + "arrowhealingstrong": "strong_healing_tipped_arrow", + "arrowheallevelii": "strong_healing_tipped_arrow", + "arrowhealstrong": "strong_healing_tipped_arrow", + "arrowhii": "strong_healing_tipped_arrow", + "arrowhlevelii": "strong_healing_tipped_arrow", + "arrowhstrong": "strong_healing_tipped_arrow", + "arrowinstanthealii": "strong_healing_tipped_arrow", + "arrowinstantheallevelii": "strong_healing_tipped_arrow", + "arrowinstanthealstrong": "strong_healing_tipped_arrow", + "arrowlifeii": "strong_healing_tipped_arrow", + "arrowlifelevelii": "strong_healing_tipped_arrow", + "arrowlifestrong": "strong_healing_tipped_arrow", + "harrowii": "strong_healing_tipped_arrow", + "harrowlevelii": "strong_healing_tipped_arrow", + "harrowstrong": "strong_healing_tipped_arrow", + "healarrowii": "strong_healing_tipped_arrow", + "healarrowlevelii": "strong_healing_tipped_arrow", + "healarrowstrong": "strong_healing_tipped_arrow", + "healiitarr": "strong_healing_tipped_arrow", + "healiitarrow": "strong_healing_tipped_arrow", + "healiitippedarrow": "strong_healing_tipped_arrow", + "healingarrowii": "strong_healing_tipped_arrow", + "healingarrowlevelii": "strong_healing_tipped_arrow", + "healingarrowstrong": "strong_healing_tipped_arrow", + "healingiitarr": "strong_healing_tipped_arrow", + "healingiitarrow": "strong_healing_tipped_arrow", + "healingiitippedarrow": "strong_healing_tipped_arrow", + "healingleveliitarr": "strong_healing_tipped_arrow", + "healingleveliitarrow": "strong_healing_tipped_arrow", + "healingleveliitippedarrow": "strong_healing_tipped_arrow", + "healingstrongtarr": "strong_healing_tipped_arrow", + "healingstrongtarrow": "strong_healing_tipped_arrow", + "healingstrongtippedarrow": "strong_healing_tipped_arrow", + "healleveliitarr": "strong_healing_tipped_arrow", + "healleveliitarrow": "strong_healing_tipped_arrow", + "healleveliitippedarrow": "strong_healing_tipped_arrow", + "healstrongtarr": "strong_healing_tipped_arrow", + "healstrongtarrow": "strong_healing_tipped_arrow", + "healstrongtippedarrow": "strong_healing_tipped_arrow", + "hiitarr": "strong_healing_tipped_arrow", + "hiitarrow": "strong_healing_tipped_arrow", + "hiitippedarrow": "strong_healing_tipped_arrow", + "hleveliitarr": "strong_healing_tipped_arrow", + "hleveliitarrow": "strong_healing_tipped_arrow", + "hleveliitippedarrow": "strong_healing_tipped_arrow", + "hstrongtarr": "strong_healing_tipped_arrow", + "hstrongtarrow": "strong_healing_tipped_arrow", + "hstrongtippedarrow": "strong_healing_tipped_arrow", + "instanthealarrowii": "strong_healing_tipped_arrow", + "instanthealarrowlevelii": "strong_healing_tipped_arrow", + "instanthealarrowstrong": "strong_healing_tipped_arrow", + "instanthealiitarr": "strong_healing_tipped_arrow", + "instanthealiitarrow": "strong_healing_tipped_arrow", + "instanthealiitippedarrow": "strong_healing_tipped_arrow", + "instanthealleveliitarr": "strong_healing_tipped_arrow", + "instanthealleveliitarrow": "strong_healing_tipped_arrow", + "instanthealleveliitippedarrow": "strong_healing_tipped_arrow", + "instanthealstrongtarr": "strong_healing_tipped_arrow", + "instanthealstrongtarrow": "strong_healing_tipped_arrow", + "instanthealstrongtippedarrow": "strong_healing_tipped_arrow", + "lifearrowii": "strong_healing_tipped_arrow", + "lifearrowlevelii": "strong_healing_tipped_arrow", + "lifearrowstrong": "strong_healing_tipped_arrow", + "lifeiitarr": "strong_healing_tipped_arrow", + "lifeiitarrow": "strong_healing_tipped_arrow", + "lifeiitippedarrow": "strong_healing_tipped_arrow", + "lifeleveliitarr": "strong_healing_tipped_arrow", + "lifeleveliitarrow": "strong_healing_tipped_arrow", + "lifeleveliitippedarrow": "strong_healing_tipped_arrow", + "lifestrongtarr": "strong_healing_tipped_arrow", + "lifestrongtarrow": "strong_healing_tipped_arrow", + "lifestrongtippedarrow": "strong_healing_tipped_arrow", + "strong_leaping_lingering_potion": { + "potionData": { + "type": "JUMP", + "upgraded": true, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotionjumpii": "strong_leaping_lingering_potion", + "aoepotionjumplevelii": "strong_leaping_lingering_potion", + "aoepotionjumpstrong": "strong_leaping_lingering_potion", + "aoepotionleapii": "strong_leaping_lingering_potion", + "aoepotionleapingii": "strong_leaping_lingering_potion", + "aoepotionleapinglevelii": "strong_leaping_lingering_potion", + "aoepotionleapingstrong": "strong_leaping_lingering_potion", + "aoepotionleaplevelii": "strong_leaping_lingering_potion", + "aoepotionleapstrong": "strong_leaping_lingering_potion", + "aoepotjumpii": "strong_leaping_lingering_potion", + "aoepotjumplevelii": "strong_leaping_lingering_potion", + "aoepotjumpstrong": "strong_leaping_lingering_potion", + "aoepotleapii": "strong_leaping_lingering_potion", + "aoepotleapingii": "strong_leaping_lingering_potion", + "aoepotleapinglevelii": "strong_leaping_lingering_potion", + "aoepotleapingstrong": "strong_leaping_lingering_potion", + "aoepotleaplevelii": "strong_leaping_lingering_potion", + "aoepotleapstrong": "strong_leaping_lingering_potion", + "areapotionjumpii": "strong_leaping_lingering_potion", + "areapotionjumplevelii": "strong_leaping_lingering_potion", + "areapotionjumpstrong": "strong_leaping_lingering_potion", + "areapotionleapii": "strong_leaping_lingering_potion", + "areapotionleapingii": "strong_leaping_lingering_potion", + "areapotionleapinglevelii": "strong_leaping_lingering_potion", + "areapotionleapingstrong": "strong_leaping_lingering_potion", + "areapotionleaplevelii": "strong_leaping_lingering_potion", + "areapotionleapstrong": "strong_leaping_lingering_potion", + "areapotjumpii": "strong_leaping_lingering_potion", + "areapotjumplevelii": "strong_leaping_lingering_potion", + "areapotjumpstrong": "strong_leaping_lingering_potion", + "areapotleapii": "strong_leaping_lingering_potion", + "areapotleapingii": "strong_leaping_lingering_potion", + "areapotleapinglevelii": "strong_leaping_lingering_potion", + "areapotleapingstrong": "strong_leaping_lingering_potion", + "areapotleaplevelii": "strong_leaping_lingering_potion", + "areapotleapstrong": "strong_leaping_lingering_potion", + "cloudpotionjumpii": "strong_leaping_lingering_potion", + "cloudpotionjumplevelii": "strong_leaping_lingering_potion", + "cloudpotionjumpstrong": "strong_leaping_lingering_potion", + "cloudpotionleapii": "strong_leaping_lingering_potion", + "cloudpotionleapingii": "strong_leaping_lingering_potion", + "cloudpotionleapinglevelii": "strong_leaping_lingering_potion", + "cloudpotionleapingstrong": "strong_leaping_lingering_potion", + "cloudpotionleaplevelii": "strong_leaping_lingering_potion", + "cloudpotionleapstrong": "strong_leaping_lingering_potion", + "cloudpotjumpii": "strong_leaping_lingering_potion", + "cloudpotjumplevelii": "strong_leaping_lingering_potion", + "cloudpotjumpstrong": "strong_leaping_lingering_potion", + "cloudpotleapii": "strong_leaping_lingering_potion", + "cloudpotleapingii": "strong_leaping_lingering_potion", + "cloudpotleapinglevelii": "strong_leaping_lingering_potion", + "cloudpotleapingstrong": "strong_leaping_lingering_potion", + "cloudpotleaplevelii": "strong_leaping_lingering_potion", + "cloudpotleapstrong": "strong_leaping_lingering_potion", + "jumpaoepoiontii": "strong_leaping_lingering_potion", + "jumpaoepoiontlevelii": "strong_leaping_lingering_potion", + "jumpaoepoiontstrong": "strong_leaping_lingering_potion", + "jumpaoepotii": "strong_leaping_lingering_potion", + "jumpaoepotlevelii": "strong_leaping_lingering_potion", + "jumpaoepotstrong": "strong_leaping_lingering_potion", + "jumpareapotii": "strong_leaping_lingering_potion", + "jumpareapotionii": "strong_leaping_lingering_potion", + "jumpareapotionlevelii": "strong_leaping_lingering_potion", + "jumpareapotionstrong": "strong_leaping_lingering_potion", + "jumpareapotlevelii": "strong_leaping_lingering_potion", + "jumpareapotstrong": "strong_leaping_lingering_potion", + "jumpcloudpotii": "strong_leaping_lingering_potion", + "jumpcloudpotionii": "strong_leaping_lingering_potion", + "jumpcloudpotionlevelii": "strong_leaping_lingering_potion", + "jumpcloudpotionstrong": "strong_leaping_lingering_potion", + "jumpcloudpotlevelii": "strong_leaping_lingering_potion", + "jumpcloudpotstrong": "strong_leaping_lingering_potion", + "jumplingerpotii": "strong_leaping_lingering_potion", + "jumplingerpotlevelii": "strong_leaping_lingering_potion", + "jumplingerpotstrong": "strong_leaping_lingering_potion", + "leapaoepoiontii": "strong_leaping_lingering_potion", + "leapaoepoiontlevelii": "strong_leaping_lingering_potion", + "leapaoepoiontstrong": "strong_leaping_lingering_potion", + "leapaoepotii": "strong_leaping_lingering_potion", + "leapaoepotlevelii": "strong_leaping_lingering_potion", + "leapaoepotstrong": "strong_leaping_lingering_potion", + "leapareapotii": "strong_leaping_lingering_potion", + "leapareapotionii": "strong_leaping_lingering_potion", + "leapareapotionlevelii": "strong_leaping_lingering_potion", + "leapareapotionstrong": "strong_leaping_lingering_potion", + "leapareapotlevelii": "strong_leaping_lingering_potion", + "leapareapotstrong": "strong_leaping_lingering_potion", + "leapcloudpotii": "strong_leaping_lingering_potion", + "leapcloudpotionii": "strong_leaping_lingering_potion", + "leapcloudpotionlevelii": "strong_leaping_lingering_potion", + "leapcloudpotionstrong": "strong_leaping_lingering_potion", + "leapcloudpotlevelii": "strong_leaping_lingering_potion", + "leapcloudpotstrong": "strong_leaping_lingering_potion", + "leapingaoepoiontii": "strong_leaping_lingering_potion", + "leapingaoepoiontlevelii": "strong_leaping_lingering_potion", + "leapingaoepoiontstrong": "strong_leaping_lingering_potion", + "leapingaoepotii": "strong_leaping_lingering_potion", + "leapingaoepotlevelii": "strong_leaping_lingering_potion", + "leapingaoepotstrong": "strong_leaping_lingering_potion", + "leapingareapotii": "strong_leaping_lingering_potion", + "leapingareapotionii": "strong_leaping_lingering_potion", + "leapingareapotionlevelii": "strong_leaping_lingering_potion", + "leapingareapotionstrong": "strong_leaping_lingering_potion", + "leapingareapotlevelii": "strong_leaping_lingering_potion", + "leapingareapotstrong": "strong_leaping_lingering_potion", + "leapingcloudpotii": "strong_leaping_lingering_potion", + "leapingcloudpotionii": "strong_leaping_lingering_potion", + "leapingcloudpotionlevelii": "strong_leaping_lingering_potion", + "leapingcloudpotionstrong": "strong_leaping_lingering_potion", + "leapingcloudpotlevelii": "strong_leaping_lingering_potion", + "leapingcloudpotstrong": "strong_leaping_lingering_potion", + "leapinglingerpotii": "strong_leaping_lingering_potion", + "leapinglingerpotlevelii": "strong_leaping_lingering_potion", + "leapinglingerpotstrong": "strong_leaping_lingering_potion", + "leaplingerpotii": "strong_leaping_lingering_potion", + "leaplingerpotlevelii": "strong_leaping_lingering_potion", + "leaplingerpotstrong": "strong_leaping_lingering_potion", + "lingerpotjumpii": "strong_leaping_lingering_potion", + "lingerpotjumplevelii": "strong_leaping_lingering_potion", + "lingerpotjumpstrong": "strong_leaping_lingering_potion", + "lingerpotleapii": "strong_leaping_lingering_potion", + "lingerpotleapingii": "strong_leaping_lingering_potion", + "lingerpotleapinglevelii": "strong_leaping_lingering_potion", + "lingerpotleapingstrong": "strong_leaping_lingering_potion", + "lingerpotleaplevelii": "strong_leaping_lingering_potion", + "lingerpotleapstrong": "strong_leaping_lingering_potion", + "strong_leaping_potion": { + "potionData": { + "type": "JUMP", + "upgraded": true, + "extended": false + }, + "material": "POTION" + }, + "jumpiipot": "strong_leaping_potion", + "jumpiipotion": "strong_leaping_potion", + "jumpleveliipot": "strong_leaping_potion", + "jumpleveliipotion": "strong_leaping_potion", + "jumpstrongpot": "strong_leaping_potion", + "jumpstrongpotion": "strong_leaping_potion", + "leapiipot": "strong_leaping_potion", + "leapiipotion": "strong_leaping_potion", + "leapingiipot": "strong_leaping_potion", + "leapingiipotion": "strong_leaping_potion", + "leapingleveliipot": "strong_leaping_potion", + "leapingleveliipotion": "strong_leaping_potion", + "leapingstrongpot": "strong_leaping_potion", + "leapingstrongpotion": "strong_leaping_potion", + "leapleveliipot": "strong_leaping_potion", + "leapleveliipotion": "strong_leaping_potion", + "leapstrongpot": "strong_leaping_potion", + "leapstrongpotion": "strong_leaping_potion", + "potionofjumpii": "strong_leaping_potion", + "potionofjumplevelii": "strong_leaping_potion", + "potionofjumpstrong": "strong_leaping_potion", + "potionofleapii": "strong_leaping_potion", + "potionofleapingii": "strong_leaping_potion", + "potionofleapinglevelii": "strong_leaping_potion", + "potionofleapingstrong": "strong_leaping_potion", + "potionofleaplevelii": "strong_leaping_potion", + "potionofleapstrong": "strong_leaping_potion", + "potofjumpii": "strong_leaping_potion", + "potofjumplevelii": "strong_leaping_potion", + "potofjumpstrong": "strong_leaping_potion", + "potofleapii": "strong_leaping_potion", + "potofleapingii": "strong_leaping_potion", + "potofleapinglevelii": "strong_leaping_potion", + "potofleapingstrong": "strong_leaping_potion", + "potofleaplevelii": "strong_leaping_potion", + "potofleapstrong": "strong_leaping_potion", + "strong_leaping_splash_potion": { + "potionData": { + "type": "JUMP", + "upgraded": true, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "jumpiisplashpot": "strong_leaping_splash_potion", + "jumpiisplashpotion": "strong_leaping_splash_potion", + "jumpleveliisplashpot": "strong_leaping_splash_potion", + "jumpleveliisplashpotion": "strong_leaping_splash_potion", + "jumpstrongsplashpot": "strong_leaping_splash_potion", + "jumpstrongsplashpotion": "strong_leaping_splash_potion", + "leapiisplashpot": "strong_leaping_splash_potion", + "leapiisplashpotion": "strong_leaping_splash_potion", + "leapingiisplashpot": "strong_leaping_splash_potion", + "leapingiisplashpotion": "strong_leaping_splash_potion", + "leapingleveliisplashpot": "strong_leaping_splash_potion", + "leapingleveliisplashpotion": "strong_leaping_splash_potion", + "leapingstrongsplashpot": "strong_leaping_splash_potion", + "leapingstrongsplashpotion": "strong_leaping_splash_potion", + "leapleveliisplashpot": "strong_leaping_splash_potion", + "leapleveliisplashpotion": "strong_leaping_splash_potion", + "leapstrongsplashpot": "strong_leaping_splash_potion", + "leapstrongsplashpotion": "strong_leaping_splash_potion", + "splashjumpiipot": "strong_leaping_splash_potion", + "splashjumpiipotion": "strong_leaping_splash_potion", + "splashjumpleveliipot": "strong_leaping_splash_potion", + "splashjumpleveliipotion": "strong_leaping_splash_potion", + "splashjumpstrongpot": "strong_leaping_splash_potion", + "splashjumpstrongpotion": "strong_leaping_splash_potion", + "splashleapiipot": "strong_leaping_splash_potion", + "splashleapiipotion": "strong_leaping_splash_potion", + "splashleapingiipot": "strong_leaping_splash_potion", + "splashleapingiipotion": "strong_leaping_splash_potion", + "splashleapingleveliipot": "strong_leaping_splash_potion", + "splashleapingleveliipotion": "strong_leaping_splash_potion", + "splashleapingstrongpot": "strong_leaping_splash_potion", + "splashleapingstrongpotion": "strong_leaping_splash_potion", + "splashleapleveliipot": "strong_leaping_splash_potion", + "splashleapleveliipotion": "strong_leaping_splash_potion", + "splashleapstrongpot": "strong_leaping_splash_potion", + "splashleapstrongpotion": "strong_leaping_splash_potion", + "spljumpiipot": "strong_leaping_splash_potion", + "spljumpiipotion": "strong_leaping_splash_potion", + "spljumpleveliipot": "strong_leaping_splash_potion", + "spljumpleveliipotion": "strong_leaping_splash_potion", + "spljumpstrongpot": "strong_leaping_splash_potion", + "spljumpstrongpotion": "strong_leaping_splash_potion", + "splleapiipot": "strong_leaping_splash_potion", + "splleapiipotion": "strong_leaping_splash_potion", + "splleapingiipot": "strong_leaping_splash_potion", + "splleapingiipotion": "strong_leaping_splash_potion", + "splleapingleveliipot": "strong_leaping_splash_potion", + "splleapingleveliipotion": "strong_leaping_splash_potion", + "splleapingstrongpot": "strong_leaping_splash_potion", + "splleapingstrongpotion": "strong_leaping_splash_potion", + "splleapleveliipot": "strong_leaping_splash_potion", + "splleapleveliipotion": "strong_leaping_splash_potion", + "splleapstrongpot": "strong_leaping_splash_potion", + "splleapstrongpotion": "strong_leaping_splash_potion", + "strong_leaping_tipped_arrow": { + "potionData": { + "type": "JUMP", + "upgraded": true, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowjumpii": "strong_leaping_tipped_arrow", + "arrowjumplevelii": "strong_leaping_tipped_arrow", + "arrowjumpstrong": "strong_leaping_tipped_arrow", + "arrowleapii": "strong_leaping_tipped_arrow", + "arrowleapingii": "strong_leaping_tipped_arrow", + "arrowleapinglevelii": "strong_leaping_tipped_arrow", + "arrowleapingstrong": "strong_leaping_tipped_arrow", + "arrowleaplevelii": "strong_leaping_tipped_arrow", + "arrowleapstrong": "strong_leaping_tipped_arrow", + "jumparrowii": "strong_leaping_tipped_arrow", + "jumparrowlevelii": "strong_leaping_tipped_arrow", + "jumparrowstrong": "strong_leaping_tipped_arrow", + "jumpiitarr": "strong_leaping_tipped_arrow", + "jumpiitarrow": "strong_leaping_tipped_arrow", + "jumpiitippedarrow": "strong_leaping_tipped_arrow", + "jumpleveliitarr": "strong_leaping_tipped_arrow", + "jumpleveliitarrow": "strong_leaping_tipped_arrow", + "jumpleveliitippedarrow": "strong_leaping_tipped_arrow", + "jumpstrongtarr": "strong_leaping_tipped_arrow", + "jumpstrongtarrow": "strong_leaping_tipped_arrow", + "jumpstrongtippedarrow": "strong_leaping_tipped_arrow", + "leaparrowii": "strong_leaping_tipped_arrow", + "leaparrowlevelii": "strong_leaping_tipped_arrow", + "leaparrowstrong": "strong_leaping_tipped_arrow", + "leapiitarr": "strong_leaping_tipped_arrow", + "leapiitarrow": "strong_leaping_tipped_arrow", + "leapiitippedarrow": "strong_leaping_tipped_arrow", + "leapingarrowii": "strong_leaping_tipped_arrow", + "leapingarrowlevelii": "strong_leaping_tipped_arrow", + "leapingarrowstrong": "strong_leaping_tipped_arrow", + "leapingiitarr": "strong_leaping_tipped_arrow", + "leapingiitarrow": "strong_leaping_tipped_arrow", + "leapingiitippedarrow": "strong_leaping_tipped_arrow", + "leapingleveliitarr": "strong_leaping_tipped_arrow", + "leapingleveliitarrow": "strong_leaping_tipped_arrow", + "leapingleveliitippedarrow": "strong_leaping_tipped_arrow", + "leapingstrongtarr": "strong_leaping_tipped_arrow", + "leapingstrongtarrow": "strong_leaping_tipped_arrow", + "leapingstrongtippedarrow": "strong_leaping_tipped_arrow", + "leapleveliitarr": "strong_leaping_tipped_arrow", + "leapleveliitarrow": "strong_leaping_tipped_arrow", + "leapleveliitippedarrow": "strong_leaping_tipped_arrow", + "leapstrongtarr": "strong_leaping_tipped_arrow", + "leapstrongtarrow": "strong_leaping_tipped_arrow", + "leapstrongtippedarrow": "strong_leaping_tipped_arrow", + "strong_poison_lingering_potion": { + "potionData": { + "type": "POISON", + "upgraded": true, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "acidaoepoiontii": "strong_poison_lingering_potion", + "acidaoepoiontlevelii": "strong_poison_lingering_potion", + "acidaoepoiontstrong": "strong_poison_lingering_potion", + "acidaoepotii": "strong_poison_lingering_potion", + "acidaoepotlevelii": "strong_poison_lingering_potion", + "acidaoepotstrong": "strong_poison_lingering_potion", + "acidareapotii": "strong_poison_lingering_potion", + "acidareapotionii": "strong_poison_lingering_potion", + "acidareapotionlevelii": "strong_poison_lingering_potion", + "acidareapotionstrong": "strong_poison_lingering_potion", + "acidareapotlevelii": "strong_poison_lingering_potion", + "acidareapotstrong": "strong_poison_lingering_potion", + "acidcloudpotii": "strong_poison_lingering_potion", + "acidcloudpotionii": "strong_poison_lingering_potion", + "acidcloudpotionlevelii": "strong_poison_lingering_potion", + "acidcloudpotionstrong": "strong_poison_lingering_potion", + "acidcloudpotlevelii": "strong_poison_lingering_potion", + "acidcloudpotstrong": "strong_poison_lingering_potion", + "acidlingerpotii": "strong_poison_lingering_potion", + "acidlingerpotlevelii": "strong_poison_lingering_potion", + "acidlingerpotstrong": "strong_poison_lingering_potion", + "aoepotacidii": "strong_poison_lingering_potion", + "aoepotacidlevelii": "strong_poison_lingering_potion", + "aoepotacidstrong": "strong_poison_lingering_potion", + "aoepotionacidii": "strong_poison_lingering_potion", + "aoepotionacidlevelii": "strong_poison_lingering_potion", + "aoepotionacidstrong": "strong_poison_lingering_potion", + "aoepotionpii": "strong_poison_lingering_potion", + "aoepotionplevelii": "strong_poison_lingering_potion", + "aoepotionpoisonii": "strong_poison_lingering_potion", + "aoepotionpoisonlevelii": "strong_poison_lingering_potion", + "aoepotionpoisonstrong": "strong_poison_lingering_potion", + "aoepotionpstrong": "strong_poison_lingering_potion", + "aoepotpii": "strong_poison_lingering_potion", + "aoepotplevelii": "strong_poison_lingering_potion", + "aoepotpoisonii": "strong_poison_lingering_potion", + "aoepotpoisonlevelii": "strong_poison_lingering_potion", + "aoepotpoisonstrong": "strong_poison_lingering_potion", + "aoepotpstrong": "strong_poison_lingering_potion", + "areapotacidii": "strong_poison_lingering_potion", + "areapotacidlevelii": "strong_poison_lingering_potion", + "areapotacidstrong": "strong_poison_lingering_potion", + "areapotionacidii": "strong_poison_lingering_potion", + "areapotionacidlevelii": "strong_poison_lingering_potion", + "areapotionacidstrong": "strong_poison_lingering_potion", + "areapotionpii": "strong_poison_lingering_potion", + "areapotionplevelii": "strong_poison_lingering_potion", + "areapotionpoisonii": "strong_poison_lingering_potion", + "areapotionpoisonlevelii": "strong_poison_lingering_potion", + "areapotionpoisonstrong": "strong_poison_lingering_potion", + "areapotionpstrong": "strong_poison_lingering_potion", + "areapotpii": "strong_poison_lingering_potion", + "areapotplevelii": "strong_poison_lingering_potion", + "areapotpoisonii": "strong_poison_lingering_potion", + "areapotpoisonlevelii": "strong_poison_lingering_potion", + "areapotpoisonstrong": "strong_poison_lingering_potion", + "areapotpstrong": "strong_poison_lingering_potion", + "cloudpotacidii": "strong_poison_lingering_potion", + "cloudpotacidlevelii": "strong_poison_lingering_potion", + "cloudpotacidstrong": "strong_poison_lingering_potion", + "cloudpotionacidii": "strong_poison_lingering_potion", + "cloudpotionacidlevelii": "strong_poison_lingering_potion", + "cloudpotionacidstrong": "strong_poison_lingering_potion", + "cloudpotionpii": "strong_poison_lingering_potion", + "cloudpotionplevelii": "strong_poison_lingering_potion", + "cloudpotionpoisonii": "strong_poison_lingering_potion", + "cloudpotionpoisonlevelii": "strong_poison_lingering_potion", + "cloudpotionpoisonstrong": "strong_poison_lingering_potion", + "cloudpotionpstrong": "strong_poison_lingering_potion", + "cloudpotpii": "strong_poison_lingering_potion", + "cloudpotplevelii": "strong_poison_lingering_potion", + "cloudpotpoisonii": "strong_poison_lingering_potion", + "cloudpotpoisonlevelii": "strong_poison_lingering_potion", + "cloudpotpoisonstrong": "strong_poison_lingering_potion", + "cloudpotpstrong": "strong_poison_lingering_potion", + "lingerpotacidii": "strong_poison_lingering_potion", + "lingerpotacidlevelii": "strong_poison_lingering_potion", + "lingerpotacidstrong": "strong_poison_lingering_potion", + "lingerpotpii": "strong_poison_lingering_potion", + "lingerpotplevelii": "strong_poison_lingering_potion", + "lingerpotpoisonii": "strong_poison_lingering_potion", + "lingerpotpoisonlevelii": "strong_poison_lingering_potion", + "lingerpotpoisonstrong": "strong_poison_lingering_potion", + "lingerpotpstrong": "strong_poison_lingering_potion", + "paoepoiontii": "strong_poison_lingering_potion", + "paoepoiontlevelii": "strong_poison_lingering_potion", + "paoepoiontstrong": "strong_poison_lingering_potion", + "paoepotii": "strong_poison_lingering_potion", + "paoepotlevelii": "strong_poison_lingering_potion", + "paoepotstrong": "strong_poison_lingering_potion", + "pareapotii": "strong_poison_lingering_potion", + "pareapotionii": "strong_poison_lingering_potion", + "pareapotionlevelii": "strong_poison_lingering_potion", + "pareapotionstrong": "strong_poison_lingering_potion", + "pareapotlevelii": "strong_poison_lingering_potion", + "pareapotstrong": "strong_poison_lingering_potion", + "pcloudpotii": "strong_poison_lingering_potion", + "pcloudpotionii": "strong_poison_lingering_potion", + "pcloudpotionlevelii": "strong_poison_lingering_potion", + "pcloudpotionstrong": "strong_poison_lingering_potion", + "pcloudpotlevelii": "strong_poison_lingering_potion", + "pcloudpotstrong": "strong_poison_lingering_potion", + "plingerpotii": "strong_poison_lingering_potion", + "plingerpotlevelii": "strong_poison_lingering_potion", + "plingerpotstrong": "strong_poison_lingering_potion", + "poisonaoepoiontii": "strong_poison_lingering_potion", + "poisonaoepoiontlevelii": "strong_poison_lingering_potion", + "poisonaoepoiontstrong": "strong_poison_lingering_potion", + "poisonaoepotii": "strong_poison_lingering_potion", + "poisonaoepotlevelii": "strong_poison_lingering_potion", + "poisonaoepotstrong": "strong_poison_lingering_potion", + "poisonareapotii": "strong_poison_lingering_potion", + "poisonareapotionii": "strong_poison_lingering_potion", + "poisonareapotionlevelii": "strong_poison_lingering_potion", + "poisonareapotionstrong": "strong_poison_lingering_potion", + "poisonareapotlevelii": "strong_poison_lingering_potion", + "poisonareapotstrong": "strong_poison_lingering_potion", + "poisoncloudpotii": "strong_poison_lingering_potion", + "poisoncloudpotionii": "strong_poison_lingering_potion", + "poisoncloudpotionlevelii": "strong_poison_lingering_potion", + "poisoncloudpotionstrong": "strong_poison_lingering_potion", + "poisoncloudpotlevelii": "strong_poison_lingering_potion", + "poisoncloudpotstrong": "strong_poison_lingering_potion", + "poisonlingerpotii": "strong_poison_lingering_potion", + "poisonlingerpotlevelii": "strong_poison_lingering_potion", + "poisonlingerpotstrong": "strong_poison_lingering_potion", + "strong_poison_potion": { + "potionData": { + "type": "POISON", + "upgraded": true, + "extended": false + }, + "material": "POTION" + }, + "acidiipot": "strong_poison_potion", + "acidiipotion": "strong_poison_potion", + "acidleveliipot": "strong_poison_potion", + "acidleveliipotion": "strong_poison_potion", + "acidstrongpot": "strong_poison_potion", + "acidstrongpotion": "strong_poison_potion", + "piipot": "strong_poison_potion", + "piipotion": "strong_poison_potion", + "pleveliipot": "strong_poison_potion", + "pleveliipotion": "strong_poison_potion", + "poisoniipot": "strong_poison_potion", + "poisoniipotion": "strong_poison_potion", + "poisonleveliipot": "strong_poison_potion", + "poisonleveliipotion": "strong_poison_potion", + "poisonstrongpot": "strong_poison_potion", + "poisonstrongpotion": "strong_poison_potion", + "potionofacidii": "strong_poison_potion", + "potionofacidlevelii": "strong_poison_potion", + "potionofacidstrong": "strong_poison_potion", + "potionofpii": "strong_poison_potion", + "potionofplevelii": "strong_poison_potion", + "potionofpoisonii": "strong_poison_potion", + "potionofpoisonlevelii": "strong_poison_potion", + "potionofpoisonstrong": "strong_poison_potion", + "potionofpstrong": "strong_poison_potion", + "potofacidii": "strong_poison_potion", + "potofacidlevelii": "strong_poison_potion", + "potofacidstrong": "strong_poison_potion", + "potofpii": "strong_poison_potion", + "potofplevelii": "strong_poison_potion", + "potofpoisonii": "strong_poison_potion", + "potofpoisonlevelii": "strong_poison_potion", + "potofpoisonstrong": "strong_poison_potion", + "potofpstrong": "strong_poison_potion", + "pstrongpot": "strong_poison_potion", + "pstrongpotion": "strong_poison_potion", + "strong_poison_splash_potion": { + "potionData": { + "type": "POISON", + "upgraded": true, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "acidiisplashpot": "strong_poison_splash_potion", + "acidiisplashpotion": "strong_poison_splash_potion", + "acidleveliisplashpot": "strong_poison_splash_potion", + "acidleveliisplashpotion": "strong_poison_splash_potion", + "acidstrongsplashpot": "strong_poison_splash_potion", + "acidstrongsplashpotion": "strong_poison_splash_potion", + "piisplashpot": "strong_poison_splash_potion", + "piisplashpotion": "strong_poison_splash_potion", + "pleveliisplashpot": "strong_poison_splash_potion", + "pleveliisplashpotion": "strong_poison_splash_potion", + "poisoniisplashpot": "strong_poison_splash_potion", + "poisoniisplashpotion": "strong_poison_splash_potion", + "poisonleveliisplashpot": "strong_poison_splash_potion", + "poisonleveliisplashpotion": "strong_poison_splash_potion", + "poisonstrongsplashpot": "strong_poison_splash_potion", + "poisonstrongsplashpotion": "strong_poison_splash_potion", + "pstrongsplashpot": "strong_poison_splash_potion", + "pstrongsplashpotion": "strong_poison_splash_potion", + "splacidiipot": "strong_poison_splash_potion", + "splacidiipotion": "strong_poison_splash_potion", + "splacidleveliipot": "strong_poison_splash_potion", + "splacidleveliipotion": "strong_poison_splash_potion", + "splacidstrongpot": "strong_poison_splash_potion", + "splacidstrongpotion": "strong_poison_splash_potion", + "splashacidiipot": "strong_poison_splash_potion", + "splashacidiipotion": "strong_poison_splash_potion", + "splashacidleveliipot": "strong_poison_splash_potion", + "splashacidleveliipotion": "strong_poison_splash_potion", + "splashacidstrongpot": "strong_poison_splash_potion", + "splashacidstrongpotion": "strong_poison_splash_potion", + "splashpiipot": "strong_poison_splash_potion", + "splashpiipotion": "strong_poison_splash_potion", + "splashpleveliipot": "strong_poison_splash_potion", + "splashpleveliipotion": "strong_poison_splash_potion", + "splashpoisoniipot": "strong_poison_splash_potion", + "splashpoisoniipotion": "strong_poison_splash_potion", + "splashpoisonleveliipot": "strong_poison_splash_potion", + "splashpoisonleveliipotion": "strong_poison_splash_potion", + "splashpoisonstrongpot": "strong_poison_splash_potion", + "splashpoisonstrongpotion": "strong_poison_splash_potion", + "splashpstrongpot": "strong_poison_splash_potion", + "splashpstrongpotion": "strong_poison_splash_potion", + "splpiipot": "strong_poison_splash_potion", + "splpiipotion": "strong_poison_splash_potion", + "splpleveliipot": "strong_poison_splash_potion", + "splpleveliipotion": "strong_poison_splash_potion", + "splpoisoniipot": "strong_poison_splash_potion", + "splpoisoniipotion": "strong_poison_splash_potion", + "splpoisonleveliipot": "strong_poison_splash_potion", + "splpoisonleveliipotion": "strong_poison_splash_potion", + "splpoisonstrongpot": "strong_poison_splash_potion", + "splpoisonstrongpotion": "strong_poison_splash_potion", + "splpstrongpot": "strong_poison_splash_potion", + "splpstrongpotion": "strong_poison_splash_potion", + "strong_poison_tipped_arrow": { + "potionData": { + "type": "POISON", + "upgraded": true, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "acidarrowii": "strong_poison_tipped_arrow", + "acidarrowlevelii": "strong_poison_tipped_arrow", + "acidarrowstrong": "strong_poison_tipped_arrow", + "acidiitarr": "strong_poison_tipped_arrow", + "acidiitarrow": "strong_poison_tipped_arrow", + "acidiitippedarrow": "strong_poison_tipped_arrow", + "acidleveliitarr": "strong_poison_tipped_arrow", + "acidleveliitarrow": "strong_poison_tipped_arrow", + "acidleveliitippedarrow": "strong_poison_tipped_arrow", + "acidstrongtarr": "strong_poison_tipped_arrow", + "acidstrongtarrow": "strong_poison_tipped_arrow", + "acidstrongtippedarrow": "strong_poison_tipped_arrow", + "arrowacidii": "strong_poison_tipped_arrow", + "arrowacidlevelii": "strong_poison_tipped_arrow", + "arrowacidstrong": "strong_poison_tipped_arrow", + "arrowpii": "strong_poison_tipped_arrow", + "arrowplevelii": "strong_poison_tipped_arrow", + "arrowpoisonii": "strong_poison_tipped_arrow", + "arrowpoisonlevelii": "strong_poison_tipped_arrow", + "arrowpoisonstrong": "strong_poison_tipped_arrow", + "arrowpstrong": "strong_poison_tipped_arrow", + "parrowii": "strong_poison_tipped_arrow", + "parrowlevelii": "strong_poison_tipped_arrow", + "parrowstrong": "strong_poison_tipped_arrow", + "piitarr": "strong_poison_tipped_arrow", + "piitarrow": "strong_poison_tipped_arrow", + "piitippedarrow": "strong_poison_tipped_arrow", + "pleveliitarr": "strong_poison_tipped_arrow", + "pleveliitarrow": "strong_poison_tipped_arrow", + "pleveliitippedarrow": "strong_poison_tipped_arrow", + "poisonarrowii": "strong_poison_tipped_arrow", + "poisonarrowlevelii": "strong_poison_tipped_arrow", + "poisonarrowstrong": "strong_poison_tipped_arrow", + "poisoniitarr": "strong_poison_tipped_arrow", + "poisoniitarrow": "strong_poison_tipped_arrow", + "poisoniitippedarrow": "strong_poison_tipped_arrow", + "poisonleveliitarr": "strong_poison_tipped_arrow", + "poisonleveliitarrow": "strong_poison_tipped_arrow", + "poisonleveliitippedarrow": "strong_poison_tipped_arrow", + "poisonstrongtarr": "strong_poison_tipped_arrow", + "poisonstrongtarrow": "strong_poison_tipped_arrow", + "poisonstrongtippedarrow": "strong_poison_tipped_arrow", + "pstrongtarr": "strong_poison_tipped_arrow", + "pstrongtarrow": "strong_poison_tipped_arrow", + "pstrongtippedarrow": "strong_poison_tipped_arrow", + "strong_regeneration_lingering_potion": { + "potionData": { + "type": "REGEN", + "upgraded": true, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotionregenerateii": "strong_regeneration_lingering_potion", + "aoepotionregeneratelevelii": "strong_regeneration_lingering_potion", + "aoepotionregeneratestrong": "strong_regeneration_lingering_potion", + "aoepotionregenerationii": "strong_regeneration_lingering_potion", + "aoepotionregenerationlevelii": "strong_regeneration_lingering_potion", + "aoepotionregenerationstrong": "strong_regeneration_lingering_potion", + "aoepotionregenii": "strong_regeneration_lingering_potion", + "aoepotionregenlevelii": "strong_regeneration_lingering_potion", + "aoepotionregenstrong": "strong_regeneration_lingering_potion", + "aoepotregenerateii": "strong_regeneration_lingering_potion", + "aoepotregeneratelevelii": "strong_regeneration_lingering_potion", + "aoepotregeneratestrong": "strong_regeneration_lingering_potion", + "aoepotregenerationii": "strong_regeneration_lingering_potion", + "aoepotregenerationlevelii": "strong_regeneration_lingering_potion", + "aoepotregenerationstrong": "strong_regeneration_lingering_potion", + "aoepotregenii": "strong_regeneration_lingering_potion", + "aoepotregenlevelii": "strong_regeneration_lingering_potion", + "aoepotregenstrong": "strong_regeneration_lingering_potion", + "areapotionregenerateii": "strong_regeneration_lingering_potion", + "areapotionregeneratelevelii": "strong_regeneration_lingering_potion", + "areapotionregeneratestrong": "strong_regeneration_lingering_potion", + "areapotionregenerationii": "strong_regeneration_lingering_potion", + "areapotionregenerationlevelii": "strong_regeneration_lingering_potion", + "areapotionregenerationstrong": "strong_regeneration_lingering_potion", + "areapotionregenii": "strong_regeneration_lingering_potion", + "areapotionregenlevelii": "strong_regeneration_lingering_potion", + "areapotionregenstrong": "strong_regeneration_lingering_potion", + "areapotregenerateii": "strong_regeneration_lingering_potion", + "areapotregeneratelevelii": "strong_regeneration_lingering_potion", + "areapotregeneratestrong": "strong_regeneration_lingering_potion", + "areapotregenerationii": "strong_regeneration_lingering_potion", + "areapotregenerationlevelii": "strong_regeneration_lingering_potion", + "areapotregenerationstrong": "strong_regeneration_lingering_potion", + "areapotregenii": "strong_regeneration_lingering_potion", + "areapotregenlevelii": "strong_regeneration_lingering_potion", + "areapotregenstrong": "strong_regeneration_lingering_potion", + "cloudpotionregenerateii": "strong_regeneration_lingering_potion", + "cloudpotionregeneratelevelii": "strong_regeneration_lingering_potion", + "cloudpotionregeneratestrong": "strong_regeneration_lingering_potion", + "cloudpotionregenerationii": "strong_regeneration_lingering_potion", + "cloudpotionregenerationlevelii": "strong_regeneration_lingering_potion", + "cloudpotionregenerationstrong": "strong_regeneration_lingering_potion", + "cloudpotionregenii": "strong_regeneration_lingering_potion", + "cloudpotionregenlevelii": "strong_regeneration_lingering_potion", + "cloudpotionregenstrong": "strong_regeneration_lingering_potion", + "cloudpotregenerateii": "strong_regeneration_lingering_potion", + "cloudpotregeneratelevelii": "strong_regeneration_lingering_potion", + "cloudpotregeneratestrong": "strong_regeneration_lingering_potion", + "cloudpotregenerationii": "strong_regeneration_lingering_potion", + "cloudpotregenerationlevelii": "strong_regeneration_lingering_potion", + "cloudpotregenerationstrong": "strong_regeneration_lingering_potion", + "cloudpotregenii": "strong_regeneration_lingering_potion", + "cloudpotregenlevelii": "strong_regeneration_lingering_potion", + "cloudpotregenstrong": "strong_regeneration_lingering_potion", + "lingerpotregenerateii": "strong_regeneration_lingering_potion", + "lingerpotregeneratelevelii": "strong_regeneration_lingering_potion", + "lingerpotregeneratestrong": "strong_regeneration_lingering_potion", + "lingerpotregenerationii": "strong_regeneration_lingering_potion", + "lingerpotregenerationlevelii": "strong_regeneration_lingering_potion", + "lingerpotregenerationstrong": "strong_regeneration_lingering_potion", + "lingerpotregenii": "strong_regeneration_lingering_potion", + "lingerpotregenlevelii": "strong_regeneration_lingering_potion", + "lingerpotregenstrong": "strong_regeneration_lingering_potion", + "regenaoepoiontii": "strong_regeneration_lingering_potion", + "regenaoepoiontlevelii": "strong_regeneration_lingering_potion", + "regenaoepoiontstrong": "strong_regeneration_lingering_potion", + "regenaoepotii": "strong_regeneration_lingering_potion", + "regenaoepotlevelii": "strong_regeneration_lingering_potion", + "regenaoepotstrong": "strong_regeneration_lingering_potion", + "regenareapotii": "strong_regeneration_lingering_potion", + "regenareapotionii": "strong_regeneration_lingering_potion", + "regenareapotionlevelii": "strong_regeneration_lingering_potion", + "regenareapotionstrong": "strong_regeneration_lingering_potion", + "regenareapotlevelii": "strong_regeneration_lingering_potion", + "regenareapotstrong": "strong_regeneration_lingering_potion", + "regencloudpotii": "strong_regeneration_lingering_potion", + "regencloudpotionii": "strong_regeneration_lingering_potion", + "regencloudpotionlevelii": "strong_regeneration_lingering_potion", + "regencloudpotionstrong": "strong_regeneration_lingering_potion", + "regencloudpotlevelii": "strong_regeneration_lingering_potion", + "regencloudpotstrong": "strong_regeneration_lingering_potion", + "regenerateaoepoiontii": "strong_regeneration_lingering_potion", + "regenerateaoepoiontlevelii": "strong_regeneration_lingering_potion", + "regenerateaoepoiontstrong": "strong_regeneration_lingering_potion", + "regenerateaoepotii": "strong_regeneration_lingering_potion", + "regenerateaoepotlevelii": "strong_regeneration_lingering_potion", + "regenerateaoepotstrong": "strong_regeneration_lingering_potion", + "regenerateareapotii": "strong_regeneration_lingering_potion", + "regenerateareapotionii": "strong_regeneration_lingering_potion", + "regenerateareapotionlevelii": "strong_regeneration_lingering_potion", + "regenerateareapotionstrong": "strong_regeneration_lingering_potion", + "regenerateareapotlevelii": "strong_regeneration_lingering_potion", + "regenerateareapotstrong": "strong_regeneration_lingering_potion", + "regeneratecloudpotii": "strong_regeneration_lingering_potion", + "regeneratecloudpotionii": "strong_regeneration_lingering_potion", + "regeneratecloudpotionlevelii": "strong_regeneration_lingering_potion", + "regeneratecloudpotionstrong": "strong_regeneration_lingering_potion", + "regeneratecloudpotlevelii": "strong_regeneration_lingering_potion", + "regeneratecloudpotstrong": "strong_regeneration_lingering_potion", + "regeneratelingerpotii": "strong_regeneration_lingering_potion", + "regeneratelingerpotlevelii": "strong_regeneration_lingering_potion", + "regeneratelingerpotstrong": "strong_regeneration_lingering_potion", + "regenerationaoepoiontii": "strong_regeneration_lingering_potion", + "regenerationaoepoiontlevelii": "strong_regeneration_lingering_potion", + "regenerationaoepoiontstrong": "strong_regeneration_lingering_potion", + "regenerationaoepotii": "strong_regeneration_lingering_potion", + "regenerationaoepotlevelii": "strong_regeneration_lingering_potion", + "regenerationaoepotstrong": "strong_regeneration_lingering_potion", + "regenerationareapotii": "strong_regeneration_lingering_potion", + "regenerationareapotionii": "strong_regeneration_lingering_potion", + "regenerationareapotionlevelii": "strong_regeneration_lingering_potion", + "regenerationareapotionstrong": "strong_regeneration_lingering_potion", + "regenerationareapotlevelii": "strong_regeneration_lingering_potion", + "regenerationareapotstrong": "strong_regeneration_lingering_potion", + "regenerationcloudpotii": "strong_regeneration_lingering_potion", + "regenerationcloudpotionii": "strong_regeneration_lingering_potion", + "regenerationcloudpotionlevelii": "strong_regeneration_lingering_potion", + "regenerationcloudpotionstrong": "strong_regeneration_lingering_potion", + "regenerationcloudpotlevelii": "strong_regeneration_lingering_potion", + "regenerationcloudpotstrong": "strong_regeneration_lingering_potion", + "regenerationlingerpotii": "strong_regeneration_lingering_potion", + "regenerationlingerpotlevelii": "strong_regeneration_lingering_potion", + "regenerationlingerpotstrong": "strong_regeneration_lingering_potion", + "regenlingerpotii": "strong_regeneration_lingering_potion", + "regenlingerpotlevelii": "strong_regeneration_lingering_potion", + "regenlingerpotstrong": "strong_regeneration_lingering_potion", + "strong_regeneration_potion": { + "potionData": { + "type": "REGEN", + "upgraded": true, + "extended": false + }, + "material": "POTION" + }, + "potionofregenerateii": "strong_regeneration_potion", + "potionofregeneratelevelii": "strong_regeneration_potion", + "potionofregeneratestrong": "strong_regeneration_potion", + "potionofregenerationii": "strong_regeneration_potion", + "potionofregenerationlevelii": "strong_regeneration_potion", + "potionofregenerationstrong": "strong_regeneration_potion", + "potionofregenii": "strong_regeneration_potion", + "potionofregenlevelii": "strong_regeneration_potion", + "potionofregenstrong": "strong_regeneration_potion", + "potofregenerateii": "strong_regeneration_potion", + "potofregeneratelevelii": "strong_regeneration_potion", + "potofregeneratestrong": "strong_regeneration_potion", + "potofregenerationii": "strong_regeneration_potion", + "potofregenerationlevelii": "strong_regeneration_potion", + "potofregenerationstrong": "strong_regeneration_potion", + "potofregenii": "strong_regeneration_potion", + "potofregenlevelii": "strong_regeneration_potion", + "potofregenstrong": "strong_regeneration_potion", + "regenerateiipot": "strong_regeneration_potion", + "regenerateiipotion": "strong_regeneration_potion", + "regenerateleveliipot": "strong_regeneration_potion", + "regenerateleveliipotion": "strong_regeneration_potion", + "regeneratestrongpot": "strong_regeneration_potion", + "regeneratestrongpotion": "strong_regeneration_potion", + "regenerationiipot": "strong_regeneration_potion", + "regenerationiipotion": "strong_regeneration_potion", + "regenerationleveliipot": "strong_regeneration_potion", + "regenerationleveliipotion": "strong_regeneration_potion", + "regenerationstrongpot": "strong_regeneration_potion", + "regenerationstrongpotion": "strong_regeneration_potion", + "regeniipot": "strong_regeneration_potion", + "regeniipotion": "strong_regeneration_potion", + "regenleveliipot": "strong_regeneration_potion", + "regenleveliipotion": "strong_regeneration_potion", + "regenstrongpot": "strong_regeneration_potion", + "regenstrongpotion": "strong_regeneration_potion", + "strong_regeneration_splash_potion": { + "potionData": { + "type": "REGEN", + "upgraded": true, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "regenerateiisplashpot": "strong_regeneration_splash_potion", + "regenerateiisplashpotion": "strong_regeneration_splash_potion", + "regenerateleveliisplashpot": "strong_regeneration_splash_potion", + "regenerateleveliisplashpotion": "strong_regeneration_splash_potion", + "regeneratestrongsplashpot": "strong_regeneration_splash_potion", + "regeneratestrongsplashpotion": "strong_regeneration_splash_potion", + "regenerationiisplashpot": "strong_regeneration_splash_potion", + "regenerationiisplashpotion": "strong_regeneration_splash_potion", + "regenerationleveliisplashpot": "strong_regeneration_splash_potion", + "regenerationleveliisplashpotion": "strong_regeneration_splash_potion", + "regenerationstrongsplashpot": "strong_regeneration_splash_potion", + "regenerationstrongsplashpotion": "strong_regeneration_splash_potion", + "regeniisplashpot": "strong_regeneration_splash_potion", + "regeniisplashpotion": "strong_regeneration_splash_potion", + "regenleveliisplashpot": "strong_regeneration_splash_potion", + "regenleveliisplashpotion": "strong_regeneration_splash_potion", + "regenstrongsplashpot": "strong_regeneration_splash_potion", + "regenstrongsplashpotion": "strong_regeneration_splash_potion", + "splashregenerateiipot": "strong_regeneration_splash_potion", + "splashregenerateiipotion": "strong_regeneration_splash_potion", + "splashregenerateleveliipot": "strong_regeneration_splash_potion", + "splashregenerateleveliipotion": "strong_regeneration_splash_potion", + "splashregeneratestrongpot": "strong_regeneration_splash_potion", + "splashregeneratestrongpotion": "strong_regeneration_splash_potion", + "splashregenerationiipot": "strong_regeneration_splash_potion", + "splashregenerationiipotion": "strong_regeneration_splash_potion", + "splashregenerationleveliipot": "strong_regeneration_splash_potion", + "splashregenerationleveliipotion": "strong_regeneration_splash_potion", + "splashregenerationstrongpot": "strong_regeneration_splash_potion", + "splashregenerationstrongpotion": "strong_regeneration_splash_potion", + "splashregeniipot": "strong_regeneration_splash_potion", + "splashregeniipotion": "strong_regeneration_splash_potion", + "splashregenleveliipot": "strong_regeneration_splash_potion", + "splashregenleveliipotion": "strong_regeneration_splash_potion", + "splashregenstrongpot": "strong_regeneration_splash_potion", + "splashregenstrongpotion": "strong_regeneration_splash_potion", + "splregenerateiipot": "strong_regeneration_splash_potion", + "splregenerateiipotion": "strong_regeneration_splash_potion", + "splregenerateleveliipot": "strong_regeneration_splash_potion", + "splregenerateleveliipotion": "strong_regeneration_splash_potion", + "splregeneratestrongpot": "strong_regeneration_splash_potion", + "splregeneratestrongpotion": "strong_regeneration_splash_potion", + "splregenerationiipot": "strong_regeneration_splash_potion", + "splregenerationiipotion": "strong_regeneration_splash_potion", + "splregenerationleveliipot": "strong_regeneration_splash_potion", + "splregenerationleveliipotion": "strong_regeneration_splash_potion", + "splregenerationstrongpot": "strong_regeneration_splash_potion", + "splregenerationstrongpotion": "strong_regeneration_splash_potion", + "splregeniipot": "strong_regeneration_splash_potion", + "splregeniipotion": "strong_regeneration_splash_potion", + "splregenleveliipot": "strong_regeneration_splash_potion", + "splregenleveliipotion": "strong_regeneration_splash_potion", + "splregenstrongpot": "strong_regeneration_splash_potion", + "splregenstrongpotion": "strong_regeneration_splash_potion", + "strong_regeneration_tipped_arrow": { + "potionData": { + "type": "REGEN", + "upgraded": true, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowregenerateii": "strong_regeneration_tipped_arrow", + "arrowregeneratelevelii": "strong_regeneration_tipped_arrow", + "arrowregeneratestrong": "strong_regeneration_tipped_arrow", + "arrowregenerationii": "strong_regeneration_tipped_arrow", + "arrowregenerationlevelii": "strong_regeneration_tipped_arrow", + "arrowregenerationstrong": "strong_regeneration_tipped_arrow", + "arrowregenii": "strong_regeneration_tipped_arrow", + "arrowregenlevelii": "strong_regeneration_tipped_arrow", + "arrowregenstrong": "strong_regeneration_tipped_arrow", + "regenarrowii": "strong_regeneration_tipped_arrow", + "regenarrowlevelii": "strong_regeneration_tipped_arrow", + "regenarrowstrong": "strong_regeneration_tipped_arrow", + "regeneratearrowii": "strong_regeneration_tipped_arrow", + "regeneratearrowlevelii": "strong_regeneration_tipped_arrow", + "regeneratearrowstrong": "strong_regeneration_tipped_arrow", + "regenerateiitarr": "strong_regeneration_tipped_arrow", + "regenerateiitarrow": "strong_regeneration_tipped_arrow", + "regenerateiitippedarrow": "strong_regeneration_tipped_arrow", + "regenerateleveliitarr": "strong_regeneration_tipped_arrow", + "regenerateleveliitarrow": "strong_regeneration_tipped_arrow", + "regenerateleveliitippedarrow": "strong_regeneration_tipped_arrow", + "regeneratestrongtarr": "strong_regeneration_tipped_arrow", + "regeneratestrongtarrow": "strong_regeneration_tipped_arrow", + "regeneratestrongtippedarrow": "strong_regeneration_tipped_arrow", + "regenerationarrowii": "strong_regeneration_tipped_arrow", + "regenerationarrowlevelii": "strong_regeneration_tipped_arrow", + "regenerationarrowstrong": "strong_regeneration_tipped_arrow", + "regenerationiitarr": "strong_regeneration_tipped_arrow", + "regenerationiitarrow": "strong_regeneration_tipped_arrow", + "regenerationiitippedarrow": "strong_regeneration_tipped_arrow", + "regenerationleveliitarr": "strong_regeneration_tipped_arrow", + "regenerationleveliitarrow": "strong_regeneration_tipped_arrow", + "regenerationleveliitippedarrow": "strong_regeneration_tipped_arrow", + "regenerationstrongtarr": "strong_regeneration_tipped_arrow", + "regenerationstrongtarrow": "strong_regeneration_tipped_arrow", + "regenerationstrongtippedarrow": "strong_regeneration_tipped_arrow", + "regeniitarr": "strong_regeneration_tipped_arrow", + "regeniitarrow": "strong_regeneration_tipped_arrow", + "regeniitippedarrow": "strong_regeneration_tipped_arrow", + "regenleveliitarr": "strong_regeneration_tipped_arrow", + "regenleveliitarrow": "strong_regeneration_tipped_arrow", + "regenleveliitippedarrow": "strong_regeneration_tipped_arrow", + "regenstrongtarr": "strong_regeneration_tipped_arrow", + "regenstrongtarrow": "strong_regeneration_tipped_arrow", + "regenstrongtippedarrow": "strong_regeneration_tipped_arrow", + "strong_slowness_lingering_potion": { + "potionData": { + "type": "SLOWNESS", + "upgraded": true, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotionslowii": "strong_slowness_lingering_potion", + "aoepotionslowlevelii": "strong_slowness_lingering_potion", + "aoepotionslownessii": "strong_slowness_lingering_potion", + "aoepotionslownesslevelii": "strong_slowness_lingering_potion", + "aoepotionslownessstrong": "strong_slowness_lingering_potion", + "aoepotionslowstrong": "strong_slowness_lingering_potion", + "aoepotslowii": "strong_slowness_lingering_potion", + "aoepotslowlevelii": "strong_slowness_lingering_potion", + "aoepotslownessii": "strong_slowness_lingering_potion", + "aoepotslownesslevelii": "strong_slowness_lingering_potion", + "aoepotslownessstrong": "strong_slowness_lingering_potion", + "aoepotslowstrong": "strong_slowness_lingering_potion", + "areapotionslowii": "strong_slowness_lingering_potion", + "areapotionslowlevelii": "strong_slowness_lingering_potion", + "areapotionslownessii": "strong_slowness_lingering_potion", + "areapotionslownesslevelii": "strong_slowness_lingering_potion", + "areapotionslownessstrong": "strong_slowness_lingering_potion", + "areapotionslowstrong": "strong_slowness_lingering_potion", + "areapotslowii": "strong_slowness_lingering_potion", + "areapotslowlevelii": "strong_slowness_lingering_potion", + "areapotslownessii": "strong_slowness_lingering_potion", + "areapotslownesslevelii": "strong_slowness_lingering_potion", + "areapotslownessstrong": "strong_slowness_lingering_potion", + "areapotslowstrong": "strong_slowness_lingering_potion", + "cloudpotionslowii": "strong_slowness_lingering_potion", + "cloudpotionslowlevelii": "strong_slowness_lingering_potion", + "cloudpotionslownessii": "strong_slowness_lingering_potion", + "cloudpotionslownesslevelii": "strong_slowness_lingering_potion", + "cloudpotionslownessstrong": "strong_slowness_lingering_potion", + "cloudpotionslowstrong": "strong_slowness_lingering_potion", + "cloudpotslowii": "strong_slowness_lingering_potion", + "cloudpotslowlevelii": "strong_slowness_lingering_potion", + "cloudpotslownessii": "strong_slowness_lingering_potion", + "cloudpotslownesslevelii": "strong_slowness_lingering_potion", + "cloudpotslownessstrong": "strong_slowness_lingering_potion", + "cloudpotslowstrong": "strong_slowness_lingering_potion", + "lingerpotslowii": "strong_slowness_lingering_potion", + "lingerpotslowlevelii": "strong_slowness_lingering_potion", + "lingerpotslownessii": "strong_slowness_lingering_potion", + "lingerpotslownesslevelii": "strong_slowness_lingering_potion", + "lingerpotslownessstrong": "strong_slowness_lingering_potion", + "lingerpotslowstrong": "strong_slowness_lingering_potion", + "slowaoepoiontii": "strong_slowness_lingering_potion", + "slowaoepoiontlevelii": "strong_slowness_lingering_potion", + "slowaoepoiontstrong": "strong_slowness_lingering_potion", + "slowaoepotii": "strong_slowness_lingering_potion", + "slowaoepotlevelii": "strong_slowness_lingering_potion", + "slowaoepotstrong": "strong_slowness_lingering_potion", + "slowareapotii": "strong_slowness_lingering_potion", + "slowareapotionii": "strong_slowness_lingering_potion", + "slowareapotionlevelii": "strong_slowness_lingering_potion", + "slowareapotionstrong": "strong_slowness_lingering_potion", + "slowareapotlevelii": "strong_slowness_lingering_potion", + "slowareapotstrong": "strong_slowness_lingering_potion", + "slowcloudpotii": "strong_slowness_lingering_potion", + "slowcloudpotionii": "strong_slowness_lingering_potion", + "slowcloudpotionlevelii": "strong_slowness_lingering_potion", + "slowcloudpotionstrong": "strong_slowness_lingering_potion", + "slowcloudpotlevelii": "strong_slowness_lingering_potion", + "slowcloudpotstrong": "strong_slowness_lingering_potion", + "slowlingerpotii": "strong_slowness_lingering_potion", + "slowlingerpotlevelii": "strong_slowness_lingering_potion", + "slowlingerpotstrong": "strong_slowness_lingering_potion", + "slownessaoepoiontii": "strong_slowness_lingering_potion", + "slownessaoepoiontlevelii": "strong_slowness_lingering_potion", + "slownessaoepoiontstrong": "strong_slowness_lingering_potion", + "slownessaoepotii": "strong_slowness_lingering_potion", + "slownessaoepotlevelii": "strong_slowness_lingering_potion", + "slownessaoepotstrong": "strong_slowness_lingering_potion", + "slownessareapotii": "strong_slowness_lingering_potion", + "slownessareapotionii": "strong_slowness_lingering_potion", + "slownessareapotionlevelii": "strong_slowness_lingering_potion", + "slownessareapotionstrong": "strong_slowness_lingering_potion", + "slownessareapotlevelii": "strong_slowness_lingering_potion", + "slownessareapotstrong": "strong_slowness_lingering_potion", + "slownesscloudpotii": "strong_slowness_lingering_potion", + "slownesscloudpotionii": "strong_slowness_lingering_potion", + "slownesscloudpotionlevelii": "strong_slowness_lingering_potion", + "slownesscloudpotionstrong": "strong_slowness_lingering_potion", + "slownesscloudpotlevelii": "strong_slowness_lingering_potion", + "slownesscloudpotstrong": "strong_slowness_lingering_potion", + "slownesslingerpotii": "strong_slowness_lingering_potion", + "slownesslingerpotlevelii": "strong_slowness_lingering_potion", + "slownesslingerpotstrong": "strong_slowness_lingering_potion", + "strong_slowness_potion": { + "potionData": { + "type": "SLOWNESS", + "upgraded": true, + "extended": false + }, + "material": "POTION" + }, + "potionofslowii": "strong_slowness_potion", + "potionofslowlevelii": "strong_slowness_potion", + "potionofslownessii": "strong_slowness_potion", + "potionofslownesslevelii": "strong_slowness_potion", + "potionofslownessstrong": "strong_slowness_potion", + "potionofslowstrong": "strong_slowness_potion", + "potofslowii": "strong_slowness_potion", + "potofslowlevelii": "strong_slowness_potion", + "potofslownessii": "strong_slowness_potion", + "potofslownesslevelii": "strong_slowness_potion", + "potofslownessstrong": "strong_slowness_potion", + "potofslowstrong": "strong_slowness_potion", + "slowiipot": "strong_slowness_potion", + "slowiipotion": "strong_slowness_potion", + "slowleveliipot": "strong_slowness_potion", + "slowleveliipotion": "strong_slowness_potion", + "slownessiipot": "strong_slowness_potion", + "slownessiipotion": "strong_slowness_potion", + "slownessleveliipot": "strong_slowness_potion", + "slownessleveliipotion": "strong_slowness_potion", + "slownessstrongpot": "strong_slowness_potion", + "slownessstrongpotion": "strong_slowness_potion", + "slowstrongpot": "strong_slowness_potion", + "slowstrongpotion": "strong_slowness_potion", + "strong_slowness_splash_potion": { + "potionData": { + "type": "SLOWNESS", + "upgraded": true, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "slowiisplashpot": "strong_slowness_splash_potion", + "slowiisplashpotion": "strong_slowness_splash_potion", + "slowleveliisplashpot": "strong_slowness_splash_potion", + "slowleveliisplashpotion": "strong_slowness_splash_potion", + "slownessiisplashpot": "strong_slowness_splash_potion", + "slownessiisplashpotion": "strong_slowness_splash_potion", + "slownessleveliisplashpot": "strong_slowness_splash_potion", + "slownessleveliisplashpotion": "strong_slowness_splash_potion", + "slownessstrongsplashpot": "strong_slowness_splash_potion", + "slownessstrongsplashpotion": "strong_slowness_splash_potion", + "slowstrongsplashpot": "strong_slowness_splash_potion", + "slowstrongsplashpotion": "strong_slowness_splash_potion", + "splashslowiipot": "strong_slowness_splash_potion", + "splashslowiipotion": "strong_slowness_splash_potion", + "splashslowleveliipot": "strong_slowness_splash_potion", + "splashslowleveliipotion": "strong_slowness_splash_potion", + "splashslownessiipot": "strong_slowness_splash_potion", + "splashslownessiipotion": "strong_slowness_splash_potion", + "splashslownessleveliipot": "strong_slowness_splash_potion", + "splashslownessleveliipotion": "strong_slowness_splash_potion", + "splashslownessstrongpot": "strong_slowness_splash_potion", + "splashslownessstrongpotion": "strong_slowness_splash_potion", + "splashslowstrongpot": "strong_slowness_splash_potion", + "splashslowstrongpotion": "strong_slowness_splash_potion", + "splslowiipot": "strong_slowness_splash_potion", + "splslowiipotion": "strong_slowness_splash_potion", + "splslowleveliipot": "strong_slowness_splash_potion", + "splslowleveliipotion": "strong_slowness_splash_potion", + "splslownessiipot": "strong_slowness_splash_potion", + "splslownessiipotion": "strong_slowness_splash_potion", + "splslownessleveliipot": "strong_slowness_splash_potion", + "splslownessleveliipotion": "strong_slowness_splash_potion", + "splslownessstrongpot": "strong_slowness_splash_potion", + "splslownessstrongpotion": "strong_slowness_splash_potion", + "splslowstrongpot": "strong_slowness_splash_potion", + "splslowstrongpotion": "strong_slowness_splash_potion", + "strong_slowness_tipped_arrow": { + "potionData": { + "type": "SLOWNESS", + "upgraded": true, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowslowii": "strong_slowness_tipped_arrow", + "arrowslowlevelii": "strong_slowness_tipped_arrow", + "arrowslownessii": "strong_slowness_tipped_arrow", + "arrowslownesslevelii": "strong_slowness_tipped_arrow", + "arrowslownessstrong": "strong_slowness_tipped_arrow", + "arrowslowstrong": "strong_slowness_tipped_arrow", + "slowarrowii": "strong_slowness_tipped_arrow", + "slowarrowlevelii": "strong_slowness_tipped_arrow", + "slowarrowstrong": "strong_slowness_tipped_arrow", + "slowiitarr": "strong_slowness_tipped_arrow", + "slowiitarrow": "strong_slowness_tipped_arrow", + "slowiitippedarrow": "strong_slowness_tipped_arrow", + "slowleveliitarr": "strong_slowness_tipped_arrow", + "slowleveliitarrow": "strong_slowness_tipped_arrow", + "slowleveliitippedarrow": "strong_slowness_tipped_arrow", + "slownessarrowii": "strong_slowness_tipped_arrow", + "slownessarrowlevelii": "strong_slowness_tipped_arrow", + "slownessarrowstrong": "strong_slowness_tipped_arrow", + "slownessiitarr": "strong_slowness_tipped_arrow", + "slownessiitarrow": "strong_slowness_tipped_arrow", + "slownessiitippedarrow": "strong_slowness_tipped_arrow", + "slownessleveliitarr": "strong_slowness_tipped_arrow", + "slownessleveliitarrow": "strong_slowness_tipped_arrow", + "slownessleveliitippedarrow": "strong_slowness_tipped_arrow", + "slownessstrongtarr": "strong_slowness_tipped_arrow", + "slownessstrongtarrow": "strong_slowness_tipped_arrow", + "slownessstrongtippedarrow": "strong_slowness_tipped_arrow", + "slowstrongtarr": "strong_slowness_tipped_arrow", + "slowstrongtarrow": "strong_slowness_tipped_arrow", + "slowstrongtippedarrow": "strong_slowness_tipped_arrow", + "strong_strength_lingering_potion": { + "potionData": { + "type": "STRENGTH", + "upgraded": true, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotionstrengthii": "strong_strength_lingering_potion", + "aoepotionstrengthlevelii": "strong_strength_lingering_potion", + "aoepotionstrengthstrong": "strong_strength_lingering_potion", + "aoepotionstrii": "strong_strength_lingering_potion", + "aoepotionstrlevelii": "strong_strength_lingering_potion", + "aoepotionstrongii": "strong_strength_lingering_potion", + "aoepotionstronglevelii": "strong_strength_lingering_potion", + "aoepotionstrongstrong": "strong_strength_lingering_potion", + "aoepotionstrstrong": "strong_strength_lingering_potion", + "aoepotstrengthii": "strong_strength_lingering_potion", + "aoepotstrengthlevelii": "strong_strength_lingering_potion", + "aoepotstrengthstrong": "strong_strength_lingering_potion", + "aoepotstrii": "strong_strength_lingering_potion", + "aoepotstrlevelii": "strong_strength_lingering_potion", + "aoepotstrongii": "strong_strength_lingering_potion", + "aoepotstronglevelii": "strong_strength_lingering_potion", + "aoepotstrongstrong": "strong_strength_lingering_potion", + "aoepotstrstrong": "strong_strength_lingering_potion", + "areapotionstrengthii": "strong_strength_lingering_potion", + "areapotionstrengthlevelii": "strong_strength_lingering_potion", + "areapotionstrengthstrong": "strong_strength_lingering_potion", + "areapotionstrii": "strong_strength_lingering_potion", + "areapotionstrlevelii": "strong_strength_lingering_potion", + "areapotionstrongii": "strong_strength_lingering_potion", + "areapotionstronglevelii": "strong_strength_lingering_potion", + "areapotionstrongstrong": "strong_strength_lingering_potion", + "areapotionstrstrong": "strong_strength_lingering_potion", + "areapotstrengthii": "strong_strength_lingering_potion", + "areapotstrengthlevelii": "strong_strength_lingering_potion", + "areapotstrengthstrong": "strong_strength_lingering_potion", + "areapotstrii": "strong_strength_lingering_potion", + "areapotstrlevelii": "strong_strength_lingering_potion", + "areapotstrongii": "strong_strength_lingering_potion", + "areapotstronglevelii": "strong_strength_lingering_potion", + "areapotstrongstrong": "strong_strength_lingering_potion", + "areapotstrstrong": "strong_strength_lingering_potion", + "cloudpotionstrengthii": "strong_strength_lingering_potion", + "cloudpotionstrengthlevelii": "strong_strength_lingering_potion", + "cloudpotionstrengthstrong": "strong_strength_lingering_potion", + "cloudpotionstrii": "strong_strength_lingering_potion", + "cloudpotionstrlevelii": "strong_strength_lingering_potion", + "cloudpotionstrongii": "strong_strength_lingering_potion", + "cloudpotionstronglevelii": "strong_strength_lingering_potion", + "cloudpotionstrongstrong": "strong_strength_lingering_potion", + "cloudpotionstrstrong": "strong_strength_lingering_potion", + "cloudpotstrengthii": "strong_strength_lingering_potion", + "cloudpotstrengthlevelii": "strong_strength_lingering_potion", + "cloudpotstrengthstrong": "strong_strength_lingering_potion", + "cloudpotstrii": "strong_strength_lingering_potion", + "cloudpotstrlevelii": "strong_strength_lingering_potion", + "cloudpotstrongii": "strong_strength_lingering_potion", + "cloudpotstronglevelii": "strong_strength_lingering_potion", + "cloudpotstrongstrong": "strong_strength_lingering_potion", + "cloudpotstrstrong": "strong_strength_lingering_potion", + "lingerpotstrengthii": "strong_strength_lingering_potion", + "lingerpotstrengthlevelii": "strong_strength_lingering_potion", + "lingerpotstrengthstrong": "strong_strength_lingering_potion", + "lingerpotstrii": "strong_strength_lingering_potion", + "lingerpotstrlevelii": "strong_strength_lingering_potion", + "lingerpotstrongii": "strong_strength_lingering_potion", + "lingerpotstronglevelii": "strong_strength_lingering_potion", + "lingerpotstrongstrong": "strong_strength_lingering_potion", + "lingerpotstrstrong": "strong_strength_lingering_potion", + "straoepoiontii": "strong_strength_lingering_potion", + "straoepoiontlevelii": "strong_strength_lingering_potion", + "straoepoiontstrong": "strong_strength_lingering_potion", + "straoepotii": "strong_strength_lingering_potion", + "straoepotlevelii": "strong_strength_lingering_potion", + "straoepotstrong": "strong_strength_lingering_potion", + "strareapotii": "strong_strength_lingering_potion", + "strareapotionii": "strong_strength_lingering_potion", + "strareapotionlevelii": "strong_strength_lingering_potion", + "strareapotionstrong": "strong_strength_lingering_potion", + "strareapotlevelii": "strong_strength_lingering_potion", + "strareapotstrong": "strong_strength_lingering_potion", + "strcloudpotii": "strong_strength_lingering_potion", + "strcloudpotionii": "strong_strength_lingering_potion", + "strcloudpotionlevelii": "strong_strength_lingering_potion", + "strcloudpotionstrong": "strong_strength_lingering_potion", + "strcloudpotlevelii": "strong_strength_lingering_potion", + "strcloudpotstrong": "strong_strength_lingering_potion", + "strengthaoepoiontii": "strong_strength_lingering_potion", + "strengthaoepoiontlevelii": "strong_strength_lingering_potion", + "strengthaoepoiontstrong": "strong_strength_lingering_potion", + "strengthaoepotii": "strong_strength_lingering_potion", + "strengthaoepotlevelii": "strong_strength_lingering_potion", + "strengthaoepotstrong": "strong_strength_lingering_potion", + "strengthareapotii": "strong_strength_lingering_potion", + "strengthareapotionii": "strong_strength_lingering_potion", + "strengthareapotionlevelii": "strong_strength_lingering_potion", + "strengthareapotionstrong": "strong_strength_lingering_potion", + "strengthareapotlevelii": "strong_strength_lingering_potion", + "strengthareapotstrong": "strong_strength_lingering_potion", + "strengthcloudpotii": "strong_strength_lingering_potion", + "strengthcloudpotionii": "strong_strength_lingering_potion", + "strengthcloudpotionlevelii": "strong_strength_lingering_potion", + "strengthcloudpotionstrong": "strong_strength_lingering_potion", + "strengthcloudpotlevelii": "strong_strength_lingering_potion", + "strengthcloudpotstrong": "strong_strength_lingering_potion", + "strengthlingerpotii": "strong_strength_lingering_potion", + "strengthlingerpotlevelii": "strong_strength_lingering_potion", + "strengthlingerpotstrong": "strong_strength_lingering_potion", + "strlingerpotii": "strong_strength_lingering_potion", + "strlingerpotlevelii": "strong_strength_lingering_potion", + "strlingerpotstrong": "strong_strength_lingering_potion", + "strongaoepoiontii": "strong_strength_lingering_potion", + "strongaoepoiontlevelii": "strong_strength_lingering_potion", + "strongaoepoiontstrong": "strong_strength_lingering_potion", + "strongaoepotii": "strong_strength_lingering_potion", + "strongaoepotlevelii": "strong_strength_lingering_potion", + "strongaoepotstrong": "strong_strength_lingering_potion", + "strongareapotii": "strong_strength_lingering_potion", + "strongareapotionii": "strong_strength_lingering_potion", + "strongareapotionlevelii": "strong_strength_lingering_potion", + "strongareapotionstrong": "strong_strength_lingering_potion", + "strongareapotlevelii": "strong_strength_lingering_potion", + "strongareapotstrong": "strong_strength_lingering_potion", + "strongcloudpotii": "strong_strength_lingering_potion", + "strongcloudpotionii": "strong_strength_lingering_potion", + "strongcloudpotionlevelii": "strong_strength_lingering_potion", + "strongcloudpotionstrong": "strong_strength_lingering_potion", + "strongcloudpotlevelii": "strong_strength_lingering_potion", + "strongcloudpotstrong": "strong_strength_lingering_potion", + "stronglingerpotii": "strong_strength_lingering_potion", + "stronglingerpotlevelii": "strong_strength_lingering_potion", + "stronglingerpotstrong": "strong_strength_lingering_potion", + "strong_strength_potion": { + "potionData": { + "type": "STRENGTH", + "upgraded": true, + "extended": false + }, + "material": "POTION" + }, + "potionofstrengthii": "strong_strength_potion", + "potionofstrengthlevelii": "strong_strength_potion", + "potionofstrengthstrong": "strong_strength_potion", + "potionofstrii": "strong_strength_potion", + "potionofstrlevelii": "strong_strength_potion", + "potionofstrongii": "strong_strength_potion", + "potionofstronglevelii": "strong_strength_potion", + "potionofstrongstrong": "strong_strength_potion", + "potionofstrstrong": "strong_strength_potion", + "potofstrengthii": "strong_strength_potion", + "potofstrengthlevelii": "strong_strength_potion", + "potofstrengthstrong": "strong_strength_potion", + "potofstrii": "strong_strength_potion", + "potofstrlevelii": "strong_strength_potion", + "potofstrongii": "strong_strength_potion", + "potofstronglevelii": "strong_strength_potion", + "potofstrongstrong": "strong_strength_potion", + "potofstrstrong": "strong_strength_potion", + "strengthiipot": "strong_strength_potion", + "strengthiipotion": "strong_strength_potion", + "strengthleveliipot": "strong_strength_potion", + "strengthleveliipotion": "strong_strength_potion", + "strengthstrongpot": "strong_strength_potion", + "strengthstrongpotion": "strong_strength_potion", + "striipot": "strong_strength_potion", + "striipotion": "strong_strength_potion", + "strleveliipot": "strong_strength_potion", + "strleveliipotion": "strong_strength_potion", + "strongiipot": "strong_strength_potion", + "strongiipotion": "strong_strength_potion", + "strongleveliipot": "strong_strength_potion", + "strongleveliipotion": "strong_strength_potion", + "strongstrongpot": "strong_strength_potion", + "strongstrongpotion": "strong_strength_potion", + "strstrongpot": "strong_strength_potion", + "strstrongpotion": "strong_strength_potion", + "strong_strength_splash_potion": { + "potionData": { + "type": "STRENGTH", + "upgraded": true, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "splashstrengthiipot": "strong_strength_splash_potion", + "splashstrengthiipotion": "strong_strength_splash_potion", + "splashstrengthleveliipot": "strong_strength_splash_potion", + "splashstrengthleveliipotion": "strong_strength_splash_potion", + "splashstrengthstrongpot": "strong_strength_splash_potion", + "splashstrengthstrongpotion": "strong_strength_splash_potion", + "splashstriipot": "strong_strength_splash_potion", + "splashstriipotion": "strong_strength_splash_potion", + "splashstrleveliipot": "strong_strength_splash_potion", + "splashstrleveliipotion": "strong_strength_splash_potion", + "splashstrongiipot": "strong_strength_splash_potion", + "splashstrongiipotion": "strong_strength_splash_potion", + "splashstrongleveliipot": "strong_strength_splash_potion", + "splashstrongleveliipotion": "strong_strength_splash_potion", + "splashstrongstrongpot": "strong_strength_splash_potion", + "splashstrongstrongpotion": "strong_strength_splash_potion", + "splashstrstrongpot": "strong_strength_splash_potion", + "splashstrstrongpotion": "strong_strength_splash_potion", + "splstrengthiipot": "strong_strength_splash_potion", + "splstrengthiipotion": "strong_strength_splash_potion", + "splstrengthleveliipot": "strong_strength_splash_potion", + "splstrengthleveliipotion": "strong_strength_splash_potion", + "splstrengthstrongpot": "strong_strength_splash_potion", + "splstrengthstrongpotion": "strong_strength_splash_potion", + "splstriipot": "strong_strength_splash_potion", + "splstriipotion": "strong_strength_splash_potion", + "splstrleveliipot": "strong_strength_splash_potion", + "splstrleveliipotion": "strong_strength_splash_potion", + "splstrongiipot": "strong_strength_splash_potion", + "splstrongiipotion": "strong_strength_splash_potion", + "splstrongleveliipot": "strong_strength_splash_potion", + "splstrongleveliipotion": "strong_strength_splash_potion", + "splstrongstrongpot": "strong_strength_splash_potion", + "splstrongstrongpotion": "strong_strength_splash_potion", + "splstrstrongpot": "strong_strength_splash_potion", + "splstrstrongpotion": "strong_strength_splash_potion", + "strengthiisplashpot": "strong_strength_splash_potion", + "strengthiisplashpotion": "strong_strength_splash_potion", + "strengthleveliisplashpot": "strong_strength_splash_potion", + "strengthleveliisplashpotion": "strong_strength_splash_potion", + "strengthstrongsplashpot": "strong_strength_splash_potion", + "strengthstrongsplashpotion": "strong_strength_splash_potion", + "striisplashpot": "strong_strength_splash_potion", + "striisplashpotion": "strong_strength_splash_potion", + "strleveliisplashpot": "strong_strength_splash_potion", + "strleveliisplashpotion": "strong_strength_splash_potion", + "strongiisplashpot": "strong_strength_splash_potion", + "strongiisplashpotion": "strong_strength_splash_potion", + "strongleveliisplashpot": "strong_strength_splash_potion", + "strongleveliisplashpotion": "strong_strength_splash_potion", + "strongstrongsplashpot": "strong_strength_splash_potion", + "strongstrongsplashpotion": "strong_strength_splash_potion", + "strstrongsplashpot": "strong_strength_splash_potion", + "strstrongsplashpotion": "strong_strength_splash_potion", + "strong_strength_tipped_arrow": { + "potionData": { + "type": "STRENGTH", + "upgraded": true, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowstrengthii": "strong_strength_tipped_arrow", + "arrowstrengthlevelii": "strong_strength_tipped_arrow", + "arrowstrengthstrong": "strong_strength_tipped_arrow", + "arrowstrii": "strong_strength_tipped_arrow", + "arrowstrlevelii": "strong_strength_tipped_arrow", + "arrowstrongii": "strong_strength_tipped_arrow", + "arrowstronglevelii": "strong_strength_tipped_arrow", + "arrowstrongstrong": "strong_strength_tipped_arrow", + "arrowstrstrong": "strong_strength_tipped_arrow", + "strarrowii": "strong_strength_tipped_arrow", + "strarrowlevelii": "strong_strength_tipped_arrow", + "strarrowstrong": "strong_strength_tipped_arrow", + "strengtharrowii": "strong_strength_tipped_arrow", + "strengtharrowlevelii": "strong_strength_tipped_arrow", + "strengtharrowstrong": "strong_strength_tipped_arrow", + "strengthiitarr": "strong_strength_tipped_arrow", + "strengthiitarrow": "strong_strength_tipped_arrow", + "strengthiitippedarrow": "strong_strength_tipped_arrow", + "strengthleveliitarr": "strong_strength_tipped_arrow", + "strengthleveliitarrow": "strong_strength_tipped_arrow", + "strengthleveliitippedarrow": "strong_strength_tipped_arrow", + "strengthstrongtarr": "strong_strength_tipped_arrow", + "strengthstrongtarrow": "strong_strength_tipped_arrow", + "strengthstrongtippedarrow": "strong_strength_tipped_arrow", + "striitarr": "strong_strength_tipped_arrow", + "striitarrow": "strong_strength_tipped_arrow", + "striitippedarrow": "strong_strength_tipped_arrow", + "strleveliitarr": "strong_strength_tipped_arrow", + "strleveliitarrow": "strong_strength_tipped_arrow", + "strleveliitippedarrow": "strong_strength_tipped_arrow", + "strongarrowii": "strong_strength_tipped_arrow", + "strongarrowlevelii": "strong_strength_tipped_arrow", + "strongarrowstrong": "strong_strength_tipped_arrow", + "strongiitarr": "strong_strength_tipped_arrow", + "strongiitarrow": "strong_strength_tipped_arrow", + "strongiitippedarrow": "strong_strength_tipped_arrow", + "strongleveliitarr": "strong_strength_tipped_arrow", + "strongleveliitarrow": "strong_strength_tipped_arrow", + "strongleveliitippedarrow": "strong_strength_tipped_arrow", + "strongstrongtarr": "strong_strength_tipped_arrow", + "strongstrongtarrow": "strong_strength_tipped_arrow", + "strongstrongtippedarrow": "strong_strength_tipped_arrow", + "strstrongtarr": "strong_strength_tipped_arrow", + "strstrongtarrow": "strong_strength_tipped_arrow", + "strstrongtippedarrow": "strong_strength_tipped_arrow", + "strong_swiftness_lingering_potion": { + "potionData": { + "type": "SPEED", + "upgraded": true, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotionspeedii": "strong_swiftness_lingering_potion", + "aoepotionspeedlevelii": "strong_swiftness_lingering_potion", + "aoepotionspeedstrong": "strong_swiftness_lingering_potion", + "aoepotionswiftii": "strong_swiftness_lingering_potion", + "aoepotionswiftlevelii": "strong_swiftness_lingering_potion", + "aoepotionswiftnessii": "strong_swiftness_lingering_potion", + "aoepotionswiftnesslevelii": "strong_swiftness_lingering_potion", + "aoepotionswiftnessstrong": "strong_swiftness_lingering_potion", + "aoepotionswiftstrong": "strong_swiftness_lingering_potion", + "aoepotspeedii": "strong_swiftness_lingering_potion", + "aoepotspeedlevelii": "strong_swiftness_lingering_potion", + "aoepotspeedstrong": "strong_swiftness_lingering_potion", + "aoepotswiftii": "strong_swiftness_lingering_potion", + "aoepotswiftlevelii": "strong_swiftness_lingering_potion", + "aoepotswiftnessii": "strong_swiftness_lingering_potion", + "aoepotswiftnesslevelii": "strong_swiftness_lingering_potion", + "aoepotswiftnessstrong": "strong_swiftness_lingering_potion", + "aoepotswiftstrong": "strong_swiftness_lingering_potion", + "areapotionspeedii": "strong_swiftness_lingering_potion", + "areapotionspeedlevelii": "strong_swiftness_lingering_potion", + "areapotionspeedstrong": "strong_swiftness_lingering_potion", + "areapotionswiftii": "strong_swiftness_lingering_potion", + "areapotionswiftlevelii": "strong_swiftness_lingering_potion", + "areapotionswiftnessii": "strong_swiftness_lingering_potion", + "areapotionswiftnesslevelii": "strong_swiftness_lingering_potion", + "areapotionswiftnessstrong": "strong_swiftness_lingering_potion", + "areapotionswiftstrong": "strong_swiftness_lingering_potion", + "areapotspeedii": "strong_swiftness_lingering_potion", + "areapotspeedlevelii": "strong_swiftness_lingering_potion", + "areapotspeedstrong": "strong_swiftness_lingering_potion", + "areapotswiftii": "strong_swiftness_lingering_potion", + "areapotswiftlevelii": "strong_swiftness_lingering_potion", + "areapotswiftnessii": "strong_swiftness_lingering_potion", + "areapotswiftnesslevelii": "strong_swiftness_lingering_potion", + "areapotswiftnessstrong": "strong_swiftness_lingering_potion", + "areapotswiftstrong": "strong_swiftness_lingering_potion", + "cloudpotionspeedii": "strong_swiftness_lingering_potion", + "cloudpotionspeedlevelii": "strong_swiftness_lingering_potion", + "cloudpotionspeedstrong": "strong_swiftness_lingering_potion", + "cloudpotionswiftii": "strong_swiftness_lingering_potion", + "cloudpotionswiftlevelii": "strong_swiftness_lingering_potion", + "cloudpotionswiftnessii": "strong_swiftness_lingering_potion", + "cloudpotionswiftnesslevelii": "strong_swiftness_lingering_potion", + "cloudpotionswiftnessstrong": "strong_swiftness_lingering_potion", + "cloudpotionswiftstrong": "strong_swiftness_lingering_potion", + "cloudpotspeedii": "strong_swiftness_lingering_potion", + "cloudpotspeedlevelii": "strong_swiftness_lingering_potion", + "cloudpotspeedstrong": "strong_swiftness_lingering_potion", + "cloudpotswiftii": "strong_swiftness_lingering_potion", + "cloudpotswiftlevelii": "strong_swiftness_lingering_potion", + "cloudpotswiftnessii": "strong_swiftness_lingering_potion", + "cloudpotswiftnesslevelii": "strong_swiftness_lingering_potion", + "cloudpotswiftnessstrong": "strong_swiftness_lingering_potion", + "cloudpotswiftstrong": "strong_swiftness_lingering_potion", + "lingerpotspeedii": "strong_swiftness_lingering_potion", + "lingerpotspeedlevelii": "strong_swiftness_lingering_potion", + "lingerpotspeedstrong": "strong_swiftness_lingering_potion", + "lingerpotswiftii": "strong_swiftness_lingering_potion", + "lingerpotswiftlevelii": "strong_swiftness_lingering_potion", + "lingerpotswiftnessii": "strong_swiftness_lingering_potion", + "lingerpotswiftnesslevelii": "strong_swiftness_lingering_potion", + "lingerpotswiftnessstrong": "strong_swiftness_lingering_potion", + "lingerpotswiftstrong": "strong_swiftness_lingering_potion", + "speedaoepoiontii": "strong_swiftness_lingering_potion", + "speedaoepoiontlevelii": "strong_swiftness_lingering_potion", + "speedaoepoiontstrong": "strong_swiftness_lingering_potion", + "speedaoepotii": "strong_swiftness_lingering_potion", + "speedaoepotlevelii": "strong_swiftness_lingering_potion", + "speedaoepotstrong": "strong_swiftness_lingering_potion", + "speedareapotii": "strong_swiftness_lingering_potion", + "speedareapotionii": "strong_swiftness_lingering_potion", + "speedareapotionlevelii": "strong_swiftness_lingering_potion", + "speedareapotionstrong": "strong_swiftness_lingering_potion", + "speedareapotlevelii": "strong_swiftness_lingering_potion", + "speedareapotstrong": "strong_swiftness_lingering_potion", + "speedcloudpotii": "strong_swiftness_lingering_potion", + "speedcloudpotionii": "strong_swiftness_lingering_potion", + "speedcloudpotionlevelii": "strong_swiftness_lingering_potion", + "speedcloudpotionstrong": "strong_swiftness_lingering_potion", + "speedcloudpotlevelii": "strong_swiftness_lingering_potion", + "speedcloudpotstrong": "strong_swiftness_lingering_potion", + "speedlingerpotii": "strong_swiftness_lingering_potion", + "speedlingerpotlevelii": "strong_swiftness_lingering_potion", + "speedlingerpotstrong": "strong_swiftness_lingering_potion", + "swiftaoepoiontii": "strong_swiftness_lingering_potion", + "swiftaoepoiontlevelii": "strong_swiftness_lingering_potion", + "swiftaoepoiontstrong": "strong_swiftness_lingering_potion", + "swiftaoepotii": "strong_swiftness_lingering_potion", + "swiftaoepotlevelii": "strong_swiftness_lingering_potion", + "swiftaoepotstrong": "strong_swiftness_lingering_potion", + "swiftareapotii": "strong_swiftness_lingering_potion", + "swiftareapotionii": "strong_swiftness_lingering_potion", + "swiftareapotionlevelii": "strong_swiftness_lingering_potion", + "swiftareapotionstrong": "strong_swiftness_lingering_potion", + "swiftareapotlevelii": "strong_swiftness_lingering_potion", + "swiftareapotstrong": "strong_swiftness_lingering_potion", + "swiftcloudpotii": "strong_swiftness_lingering_potion", + "swiftcloudpotionii": "strong_swiftness_lingering_potion", + "swiftcloudpotionlevelii": "strong_swiftness_lingering_potion", + "swiftcloudpotionstrong": "strong_swiftness_lingering_potion", + "swiftcloudpotlevelii": "strong_swiftness_lingering_potion", + "swiftcloudpotstrong": "strong_swiftness_lingering_potion", + "swiftlingerpotii": "strong_swiftness_lingering_potion", + "swiftlingerpotlevelii": "strong_swiftness_lingering_potion", + "swiftlingerpotstrong": "strong_swiftness_lingering_potion", + "swiftnessaoepoiontii": "strong_swiftness_lingering_potion", + "swiftnessaoepoiontlevelii": "strong_swiftness_lingering_potion", + "swiftnessaoepoiontstrong": "strong_swiftness_lingering_potion", + "swiftnessaoepotii": "strong_swiftness_lingering_potion", + "swiftnessaoepotlevelii": "strong_swiftness_lingering_potion", + "swiftnessaoepotstrong": "strong_swiftness_lingering_potion", + "swiftnessareapotii": "strong_swiftness_lingering_potion", + "swiftnessareapotionii": "strong_swiftness_lingering_potion", + "swiftnessareapotionlevelii": "strong_swiftness_lingering_potion", + "swiftnessareapotionstrong": "strong_swiftness_lingering_potion", + "swiftnessareapotlevelii": "strong_swiftness_lingering_potion", + "swiftnessareapotstrong": "strong_swiftness_lingering_potion", + "swiftnesscloudpotii": "strong_swiftness_lingering_potion", + "swiftnesscloudpotionii": "strong_swiftness_lingering_potion", + "swiftnesscloudpotionlevelii": "strong_swiftness_lingering_potion", + "swiftnesscloudpotionstrong": "strong_swiftness_lingering_potion", + "swiftnesscloudpotlevelii": "strong_swiftness_lingering_potion", + "swiftnesscloudpotstrong": "strong_swiftness_lingering_potion", + "swiftnesslingerpotii": "strong_swiftness_lingering_potion", + "swiftnesslingerpotlevelii": "strong_swiftness_lingering_potion", + "swiftnesslingerpotstrong": "strong_swiftness_lingering_potion", + "strong_swiftness_potion": { + "potionData": { + "type": "SPEED", + "upgraded": true, + "extended": false + }, + "material": "POTION" + }, + "potionofspeedii": "strong_swiftness_potion", + "potionofspeedlevelii": "strong_swiftness_potion", + "potionofspeedstrong": "strong_swiftness_potion", + "potionofswiftii": "strong_swiftness_potion", + "potionofswiftlevelii": "strong_swiftness_potion", + "potionofswiftnessii": "strong_swiftness_potion", + "potionofswiftnesslevelii": "strong_swiftness_potion", + "potionofswiftnessstrong": "strong_swiftness_potion", + "potionofswiftstrong": "strong_swiftness_potion", + "potofspeedii": "strong_swiftness_potion", + "potofspeedlevelii": "strong_swiftness_potion", + "potofspeedstrong": "strong_swiftness_potion", + "potofswiftii": "strong_swiftness_potion", + "potofswiftlevelii": "strong_swiftness_potion", + "potofswiftnessii": "strong_swiftness_potion", + "potofswiftnesslevelii": "strong_swiftness_potion", + "potofswiftnessstrong": "strong_swiftness_potion", + "potofswiftstrong": "strong_swiftness_potion", + "speediipot": "strong_swiftness_potion", + "speediipotion": "strong_swiftness_potion", + "speedleveliipot": "strong_swiftness_potion", + "speedleveliipotion": "strong_swiftness_potion", + "speedstrongpot": "strong_swiftness_potion", + "speedstrongpotion": "strong_swiftness_potion", + "swiftiipot": "strong_swiftness_potion", + "swiftiipotion": "strong_swiftness_potion", + "swiftleveliipot": "strong_swiftness_potion", + "swiftleveliipotion": "strong_swiftness_potion", + "swiftnessiipot": "strong_swiftness_potion", + "swiftnessiipotion": "strong_swiftness_potion", + "swiftnessleveliipot": "strong_swiftness_potion", + "swiftnessleveliipotion": "strong_swiftness_potion", + "swiftnessstrongpot": "strong_swiftness_potion", + "swiftnessstrongpotion": "strong_swiftness_potion", + "swiftstrongpot": "strong_swiftness_potion", + "swiftstrongpotion": "strong_swiftness_potion", + "strong_swiftness_splash_potion": { + "potionData": { + "type": "SPEED", + "upgraded": true, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "speediisplashpot": "strong_swiftness_splash_potion", + "speediisplashpotion": "strong_swiftness_splash_potion", + "speedleveliisplashpot": "strong_swiftness_splash_potion", + "speedleveliisplashpotion": "strong_swiftness_splash_potion", + "speedstrongsplashpot": "strong_swiftness_splash_potion", + "speedstrongsplashpotion": "strong_swiftness_splash_potion", + "splashspeediipot": "strong_swiftness_splash_potion", + "splashspeediipotion": "strong_swiftness_splash_potion", + "splashspeedleveliipot": "strong_swiftness_splash_potion", + "splashspeedleveliipotion": "strong_swiftness_splash_potion", + "splashspeedstrongpot": "strong_swiftness_splash_potion", + "splashspeedstrongpotion": "strong_swiftness_splash_potion", + "splashswiftiipot": "strong_swiftness_splash_potion", + "splashswiftiipotion": "strong_swiftness_splash_potion", + "splashswiftleveliipot": "strong_swiftness_splash_potion", + "splashswiftleveliipotion": "strong_swiftness_splash_potion", + "splashswiftnessiipot": "strong_swiftness_splash_potion", + "splashswiftnessiipotion": "strong_swiftness_splash_potion", + "splashswiftnessleveliipot": "strong_swiftness_splash_potion", + "splashswiftnessleveliipotion": "strong_swiftness_splash_potion", + "splashswiftnessstrongpot": "strong_swiftness_splash_potion", + "splashswiftnessstrongpotion": "strong_swiftness_splash_potion", + "splashswiftstrongpot": "strong_swiftness_splash_potion", + "splashswiftstrongpotion": "strong_swiftness_splash_potion", + "splspeediipot": "strong_swiftness_splash_potion", + "splspeediipotion": "strong_swiftness_splash_potion", + "splspeedleveliipot": "strong_swiftness_splash_potion", + "splspeedleveliipotion": "strong_swiftness_splash_potion", + "splspeedstrongpot": "strong_swiftness_splash_potion", + "splspeedstrongpotion": "strong_swiftness_splash_potion", + "splswiftiipot": "strong_swiftness_splash_potion", + "splswiftiipotion": "strong_swiftness_splash_potion", + "splswiftleveliipot": "strong_swiftness_splash_potion", + "splswiftleveliipotion": "strong_swiftness_splash_potion", + "splswiftnessiipot": "strong_swiftness_splash_potion", + "splswiftnessiipotion": "strong_swiftness_splash_potion", + "splswiftnessleveliipot": "strong_swiftness_splash_potion", + "splswiftnessleveliipotion": "strong_swiftness_splash_potion", + "splswiftnessstrongpot": "strong_swiftness_splash_potion", + "splswiftnessstrongpotion": "strong_swiftness_splash_potion", + "splswiftstrongpot": "strong_swiftness_splash_potion", + "splswiftstrongpotion": "strong_swiftness_splash_potion", + "swiftiisplashpot": "strong_swiftness_splash_potion", + "swiftiisplashpotion": "strong_swiftness_splash_potion", + "swiftleveliisplashpot": "strong_swiftness_splash_potion", + "swiftleveliisplashpotion": "strong_swiftness_splash_potion", + "swiftnessiisplashpot": "strong_swiftness_splash_potion", + "swiftnessiisplashpotion": "strong_swiftness_splash_potion", + "swiftnessleveliisplashpot": "strong_swiftness_splash_potion", + "swiftnessleveliisplashpotion": "strong_swiftness_splash_potion", + "swiftnessstrongsplashpot": "strong_swiftness_splash_potion", + "swiftnessstrongsplashpotion": "strong_swiftness_splash_potion", + "swiftstrongsplashpot": "strong_swiftness_splash_potion", + "swiftstrongsplashpotion": "strong_swiftness_splash_potion", + "strong_swiftness_tipped_arrow": { + "potionData": { + "type": "SPEED", + "upgraded": true, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowspeedii": "strong_swiftness_tipped_arrow", + "arrowspeedlevelii": "strong_swiftness_tipped_arrow", + "arrowspeedstrong": "strong_swiftness_tipped_arrow", + "arrowswiftii": "strong_swiftness_tipped_arrow", + "arrowswiftlevelii": "strong_swiftness_tipped_arrow", + "arrowswiftnessii": "strong_swiftness_tipped_arrow", + "arrowswiftnesslevelii": "strong_swiftness_tipped_arrow", + "arrowswiftnessstrong": "strong_swiftness_tipped_arrow", + "arrowswiftstrong": "strong_swiftness_tipped_arrow", + "speedarrowii": "strong_swiftness_tipped_arrow", + "speedarrowlevelii": "strong_swiftness_tipped_arrow", + "speedarrowstrong": "strong_swiftness_tipped_arrow", + "speediitarr": "strong_swiftness_tipped_arrow", + "speediitarrow": "strong_swiftness_tipped_arrow", + "speediitippedarrow": "strong_swiftness_tipped_arrow", + "speedleveliitarr": "strong_swiftness_tipped_arrow", + "speedleveliitarrow": "strong_swiftness_tipped_arrow", + "speedleveliitippedarrow": "strong_swiftness_tipped_arrow", + "speedstrongtarr": "strong_swiftness_tipped_arrow", + "speedstrongtarrow": "strong_swiftness_tipped_arrow", + "speedstrongtippedarrow": "strong_swiftness_tipped_arrow", + "swiftarrowii": "strong_swiftness_tipped_arrow", + "swiftarrowlevelii": "strong_swiftness_tipped_arrow", + "swiftarrowstrong": "strong_swiftness_tipped_arrow", + "swiftiitarr": "strong_swiftness_tipped_arrow", + "swiftiitarrow": "strong_swiftness_tipped_arrow", + "swiftiitippedarrow": "strong_swiftness_tipped_arrow", + "swiftleveliitarr": "strong_swiftness_tipped_arrow", + "swiftleveliitarrow": "strong_swiftness_tipped_arrow", + "swiftleveliitippedarrow": "strong_swiftness_tipped_arrow", + "swiftnessarrowii": "strong_swiftness_tipped_arrow", + "swiftnessarrowlevelii": "strong_swiftness_tipped_arrow", + "swiftnessarrowstrong": "strong_swiftness_tipped_arrow", + "swiftnessiitarr": "strong_swiftness_tipped_arrow", + "swiftnessiitarrow": "strong_swiftness_tipped_arrow", + "swiftnessiitippedarrow": "strong_swiftness_tipped_arrow", + "swiftnessleveliitarr": "strong_swiftness_tipped_arrow", + "swiftnessleveliitarrow": "strong_swiftness_tipped_arrow", + "swiftnessleveliitippedarrow": "strong_swiftness_tipped_arrow", + "swiftnessstrongtarr": "strong_swiftness_tipped_arrow", + "swiftnessstrongtarrow": "strong_swiftness_tipped_arrow", + "swiftnessstrongtippedarrow": "strong_swiftness_tipped_arrow", + "swiftstrongtarr": "strong_swiftness_tipped_arrow", + "swiftstrongtarrow": "strong_swiftness_tipped_arrow", + "swiftstrongtippedarrow": "strong_swiftness_tipped_arrow", + "strong_turtle_master_lingering_potion": { + "potionData": { + "type": "TURTLE_MASTER", + "upgraded": true, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotiontmii": "strong_turtle_master_lingering_potion", + "aoepotiontmlevelii": "strong_turtle_master_lingering_potion", + "aoepotiontmstrong": "strong_turtle_master_lingering_potion", + "aoepotionturtleii": "strong_turtle_master_lingering_potion", + "aoepotionturtlelevelii": "strong_turtle_master_lingering_potion", + "aoepotionturtlemasterii": "strong_turtle_master_lingering_potion", + "aoepotionturtlemasterlevelii": "strong_turtle_master_lingering_potion", + "aoepotionturtlemasterstrong": "strong_turtle_master_lingering_potion", + "aoepotionturtlestrong": "strong_turtle_master_lingering_potion", + "aoepottmii": "strong_turtle_master_lingering_potion", + "aoepottmlevelii": "strong_turtle_master_lingering_potion", + "aoepottmstrong": "strong_turtle_master_lingering_potion", + "aoepotturtleii": "strong_turtle_master_lingering_potion", + "aoepotturtlelevelii": "strong_turtle_master_lingering_potion", + "aoepotturtlemasterii": "strong_turtle_master_lingering_potion", + "aoepotturtlemasterlevelii": "strong_turtle_master_lingering_potion", + "aoepotturtlemasterstrong": "strong_turtle_master_lingering_potion", + "aoepotturtlestrong": "strong_turtle_master_lingering_potion", + "areapotiontmii": "strong_turtle_master_lingering_potion", + "areapotiontmlevelii": "strong_turtle_master_lingering_potion", + "areapotiontmstrong": "strong_turtle_master_lingering_potion", + "areapotionturtleii": "strong_turtle_master_lingering_potion", + "areapotionturtlelevelii": "strong_turtle_master_lingering_potion", + "areapotionturtlemasterii": "strong_turtle_master_lingering_potion", + "areapotionturtlemasterlevelii": "strong_turtle_master_lingering_potion", + "areapotionturtlemasterstrong": "strong_turtle_master_lingering_potion", + "areapotionturtlestrong": "strong_turtle_master_lingering_potion", + "areapottmii": "strong_turtle_master_lingering_potion", + "areapottmlevelii": "strong_turtle_master_lingering_potion", + "areapottmstrong": "strong_turtle_master_lingering_potion", + "areapotturtleii": "strong_turtle_master_lingering_potion", + "areapotturtlelevelii": "strong_turtle_master_lingering_potion", + "areapotturtlemasterii": "strong_turtle_master_lingering_potion", + "areapotturtlemasterlevelii": "strong_turtle_master_lingering_potion", + "areapotturtlemasterstrong": "strong_turtle_master_lingering_potion", + "areapotturtlestrong": "strong_turtle_master_lingering_potion", + "cloudpotiontmii": "strong_turtle_master_lingering_potion", + "cloudpotiontmlevelii": "strong_turtle_master_lingering_potion", + "cloudpotiontmstrong": "strong_turtle_master_lingering_potion", + "cloudpotionturtleii": "strong_turtle_master_lingering_potion", + "cloudpotionturtlelevelii": "strong_turtle_master_lingering_potion", + "cloudpotionturtlemasterii": "strong_turtle_master_lingering_potion", + "cloudpotionturtlemasterlevelii": "strong_turtle_master_lingering_potion", + "cloudpotionturtlemasterstrong": "strong_turtle_master_lingering_potion", + "cloudpotionturtlestrong": "strong_turtle_master_lingering_potion", + "cloudpottmii": "strong_turtle_master_lingering_potion", + "cloudpottmlevelii": "strong_turtle_master_lingering_potion", + "cloudpottmstrong": "strong_turtle_master_lingering_potion", + "cloudpotturtleii": "strong_turtle_master_lingering_potion", + "cloudpotturtlelevelii": "strong_turtle_master_lingering_potion", + "cloudpotturtlemasterii": "strong_turtle_master_lingering_potion", + "cloudpotturtlemasterlevelii": "strong_turtle_master_lingering_potion", + "cloudpotturtlemasterstrong": "strong_turtle_master_lingering_potion", + "cloudpotturtlestrong": "strong_turtle_master_lingering_potion", + "lingerpottmii": "strong_turtle_master_lingering_potion", + "lingerpottmlevelii": "strong_turtle_master_lingering_potion", + "lingerpottmstrong": "strong_turtle_master_lingering_potion", + "lingerpotturtleii": "strong_turtle_master_lingering_potion", + "lingerpotturtlelevelii": "strong_turtle_master_lingering_potion", + "lingerpotturtlemasterii": "strong_turtle_master_lingering_potion", + "lingerpotturtlemasterlevelii": "strong_turtle_master_lingering_potion", + "lingerpotturtlemasterstrong": "strong_turtle_master_lingering_potion", + "lingerpotturtlestrong": "strong_turtle_master_lingering_potion", + "tmaoepoiontii": "strong_turtle_master_lingering_potion", + "tmaoepoiontlevelii": "strong_turtle_master_lingering_potion", + "tmaoepoiontstrong": "strong_turtle_master_lingering_potion", + "tmaoepotii": "strong_turtle_master_lingering_potion", + "tmaoepotlevelii": "strong_turtle_master_lingering_potion", + "tmaoepotstrong": "strong_turtle_master_lingering_potion", + "tmareapotii": "strong_turtle_master_lingering_potion", + "tmareapotionii": "strong_turtle_master_lingering_potion", + "tmareapotionlevelii": "strong_turtle_master_lingering_potion", + "tmareapotionstrong": "strong_turtle_master_lingering_potion", + "tmareapotlevelii": "strong_turtle_master_lingering_potion", + "tmareapotstrong": "strong_turtle_master_lingering_potion", + "tmcloudpotii": "strong_turtle_master_lingering_potion", + "tmcloudpotionii": "strong_turtle_master_lingering_potion", + "tmcloudpotionlevelii": "strong_turtle_master_lingering_potion", + "tmcloudpotionstrong": "strong_turtle_master_lingering_potion", + "tmcloudpotlevelii": "strong_turtle_master_lingering_potion", + "tmcloudpotstrong": "strong_turtle_master_lingering_potion", + "tmlingerpotii": "strong_turtle_master_lingering_potion", + "tmlingerpotlevelii": "strong_turtle_master_lingering_potion", + "tmlingerpotstrong": "strong_turtle_master_lingering_potion", + "turtleaoepoiontii": "strong_turtle_master_lingering_potion", + "turtleaoepoiontlevelii": "strong_turtle_master_lingering_potion", + "turtleaoepoiontstrong": "strong_turtle_master_lingering_potion", + "turtleaoepotii": "strong_turtle_master_lingering_potion", + "turtleaoepotlevelii": "strong_turtle_master_lingering_potion", + "turtleaoepotstrong": "strong_turtle_master_lingering_potion", + "turtleareapotii": "strong_turtle_master_lingering_potion", + "turtleareapotionii": "strong_turtle_master_lingering_potion", + "turtleareapotionlevelii": "strong_turtle_master_lingering_potion", + "turtleareapotionstrong": "strong_turtle_master_lingering_potion", + "turtleareapotlevelii": "strong_turtle_master_lingering_potion", + "turtleareapotstrong": "strong_turtle_master_lingering_potion", + "turtlecloudpotii": "strong_turtle_master_lingering_potion", + "turtlecloudpotionii": "strong_turtle_master_lingering_potion", + "turtlecloudpotionlevelii": "strong_turtle_master_lingering_potion", + "turtlecloudpotionstrong": "strong_turtle_master_lingering_potion", + "turtlecloudpotlevelii": "strong_turtle_master_lingering_potion", + "turtlecloudpotstrong": "strong_turtle_master_lingering_potion", + "turtlelingerpotii": "strong_turtle_master_lingering_potion", + "turtlelingerpotlevelii": "strong_turtle_master_lingering_potion", + "turtlelingerpotstrong": "strong_turtle_master_lingering_potion", + "turtlemasteraoepoiontii": "strong_turtle_master_lingering_potion", + "turtlemasteraoepoiontlevelii": "strong_turtle_master_lingering_potion", + "turtlemasteraoepoiontstrong": "strong_turtle_master_lingering_potion", + "turtlemasteraoepotii": "strong_turtle_master_lingering_potion", + "turtlemasteraoepotlevelii": "strong_turtle_master_lingering_potion", + "turtlemasteraoepotstrong": "strong_turtle_master_lingering_potion", + "turtlemasterareapotii": "strong_turtle_master_lingering_potion", + "turtlemasterareapotionii": "strong_turtle_master_lingering_potion", + "turtlemasterareapotionlevelii": "strong_turtle_master_lingering_potion", + "turtlemasterareapotionstrong": "strong_turtle_master_lingering_potion", + "turtlemasterareapotlevelii": "strong_turtle_master_lingering_potion", + "turtlemasterareapotstrong": "strong_turtle_master_lingering_potion", + "turtlemastercloudpotii": "strong_turtle_master_lingering_potion", + "turtlemastercloudpotionii": "strong_turtle_master_lingering_potion", + "turtlemastercloudpotionlevelii": "strong_turtle_master_lingering_potion", + "turtlemastercloudpotionstrong": "strong_turtle_master_lingering_potion", + "turtlemastercloudpotlevelii": "strong_turtle_master_lingering_potion", + "turtlemastercloudpotstrong": "strong_turtle_master_lingering_potion", + "turtlemasterlingerpotii": "strong_turtle_master_lingering_potion", + "turtlemasterlingerpotlevelii": "strong_turtle_master_lingering_potion", + "turtlemasterlingerpotstrong": "strong_turtle_master_lingering_potion", + "strong_turtle_master_potion": { + "potionData": { + "type": "TURTLE_MASTER", + "upgraded": true, + "extended": false + }, + "material": "POTION" + }, + "potionoftmii": "strong_turtle_master_potion", + "potionoftmlevelii": "strong_turtle_master_potion", + "potionoftmstrong": "strong_turtle_master_potion", + "potionofturtleii": "strong_turtle_master_potion", + "potionofturtlelevelii": "strong_turtle_master_potion", + "potionofturtlemasterii": "strong_turtle_master_potion", + "potionofturtlemasterlevelii": "strong_turtle_master_potion", + "potionofturtlemasterstrong": "strong_turtle_master_potion", + "potionofturtlestrong": "strong_turtle_master_potion", + "potoftmii": "strong_turtle_master_potion", + "potoftmlevelii": "strong_turtle_master_potion", + "potoftmstrong": "strong_turtle_master_potion", + "potofturtleii": "strong_turtle_master_potion", + "potofturtlelevelii": "strong_turtle_master_potion", + "potofturtlemasterii": "strong_turtle_master_potion", + "potofturtlemasterlevelii": "strong_turtle_master_potion", + "potofturtlemasterstrong": "strong_turtle_master_potion", + "potofturtlestrong": "strong_turtle_master_potion", + "tmiipot": "strong_turtle_master_potion", + "tmiipotion": "strong_turtle_master_potion", + "tmleveliipot": "strong_turtle_master_potion", + "tmleveliipotion": "strong_turtle_master_potion", + "tmstrongpot": "strong_turtle_master_potion", + "tmstrongpotion": "strong_turtle_master_potion", + "turtleiipot": "strong_turtle_master_potion", + "turtleiipotion": "strong_turtle_master_potion", + "turtleleveliipot": "strong_turtle_master_potion", + "turtleleveliipotion": "strong_turtle_master_potion", + "turtlemasteriipot": "strong_turtle_master_potion", + "turtlemasteriipotion": "strong_turtle_master_potion", + "turtlemasterleveliipot": "strong_turtle_master_potion", + "turtlemasterleveliipotion": "strong_turtle_master_potion", + "turtlemasterstrongpot": "strong_turtle_master_potion", + "turtlemasterstrongpotion": "strong_turtle_master_potion", + "turtlestrongpot": "strong_turtle_master_potion", + "turtlestrongpotion": "strong_turtle_master_potion", + "strong_turtle_master_splash_potion": { + "potionData": { + "type": "TURTLE_MASTER", + "upgraded": true, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "splashtmiipot": "strong_turtle_master_splash_potion", + "splashtmiipotion": "strong_turtle_master_splash_potion", + "splashtmleveliipot": "strong_turtle_master_splash_potion", + "splashtmleveliipotion": "strong_turtle_master_splash_potion", + "splashtmstrongpot": "strong_turtle_master_splash_potion", + "splashtmstrongpotion": "strong_turtle_master_splash_potion", + "splashturtleiipot": "strong_turtle_master_splash_potion", + "splashturtleiipotion": "strong_turtle_master_splash_potion", + "splashturtleleveliipot": "strong_turtle_master_splash_potion", + "splashturtleleveliipotion": "strong_turtle_master_splash_potion", + "splashturtlemasteriipot": "strong_turtle_master_splash_potion", + "splashturtlemasteriipotion": "strong_turtle_master_splash_potion", + "splashturtlemasterleveliipot": "strong_turtle_master_splash_potion", + "splashturtlemasterleveliipotion": "strong_turtle_master_splash_potion", + "splashturtlemasterstrongpot": "strong_turtle_master_splash_potion", + "splashturtlemasterstrongpotion": "strong_turtle_master_splash_potion", + "splashturtlestrongpot": "strong_turtle_master_splash_potion", + "splashturtlestrongpotion": "strong_turtle_master_splash_potion", + "spltmiipot": "strong_turtle_master_splash_potion", + "spltmiipotion": "strong_turtle_master_splash_potion", + "spltmleveliipot": "strong_turtle_master_splash_potion", + "spltmleveliipotion": "strong_turtle_master_splash_potion", + "spltmstrongpot": "strong_turtle_master_splash_potion", + "spltmstrongpotion": "strong_turtle_master_splash_potion", + "splturtleiipot": "strong_turtle_master_splash_potion", + "splturtleiipotion": "strong_turtle_master_splash_potion", + "splturtleleveliipot": "strong_turtle_master_splash_potion", + "splturtleleveliipotion": "strong_turtle_master_splash_potion", + "splturtlemasteriipot": "strong_turtle_master_splash_potion", + "splturtlemasteriipotion": "strong_turtle_master_splash_potion", + "splturtlemasterleveliipot": "strong_turtle_master_splash_potion", + "splturtlemasterleveliipotion": "strong_turtle_master_splash_potion", + "splturtlemasterstrongpot": "strong_turtle_master_splash_potion", + "splturtlemasterstrongpotion": "strong_turtle_master_splash_potion", + "splturtlestrongpot": "strong_turtle_master_splash_potion", + "splturtlestrongpotion": "strong_turtle_master_splash_potion", + "tmiisplashpot": "strong_turtle_master_splash_potion", + "tmiisplashpotion": "strong_turtle_master_splash_potion", + "tmleveliisplashpot": "strong_turtle_master_splash_potion", + "tmleveliisplashpotion": "strong_turtle_master_splash_potion", + "tmstrongsplashpot": "strong_turtle_master_splash_potion", + "tmstrongsplashpotion": "strong_turtle_master_splash_potion", + "turtleiisplashpot": "strong_turtle_master_splash_potion", + "turtleiisplashpotion": "strong_turtle_master_splash_potion", + "turtleleveliisplashpot": "strong_turtle_master_splash_potion", + "turtleleveliisplashpotion": "strong_turtle_master_splash_potion", + "turtlemasteriisplashpot": "strong_turtle_master_splash_potion", + "turtlemasteriisplashpotion": "strong_turtle_master_splash_potion", + "turtlemasterleveliisplashpot": "strong_turtle_master_splash_potion", + "turtlemasterleveliisplashpotion": "strong_turtle_master_splash_potion", + "turtlemasterstrongsplashpot": "strong_turtle_master_splash_potion", + "turtlemasterstrongsplashpotion": "strong_turtle_master_splash_potion", + "turtlestrongsplashpot": "strong_turtle_master_splash_potion", + "turtlestrongsplashpotion": "strong_turtle_master_splash_potion", + "strong_turtle_master_tipped_arrow": { + "potionData": { + "type": "TURTLE_MASTER", + "upgraded": true, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowtmii": "strong_turtle_master_tipped_arrow", + "arrowtmlevelii": "strong_turtle_master_tipped_arrow", + "arrowtmstrong": "strong_turtle_master_tipped_arrow", + "arrowturtleii": "strong_turtle_master_tipped_arrow", + "arrowturtlelevelii": "strong_turtle_master_tipped_arrow", + "arrowturtlemasterii": "strong_turtle_master_tipped_arrow", + "arrowturtlemasterlevelii": "strong_turtle_master_tipped_arrow", + "arrowturtlemasterstrong": "strong_turtle_master_tipped_arrow", + "arrowturtlestrong": "strong_turtle_master_tipped_arrow", + "tmarrowii": "strong_turtle_master_tipped_arrow", + "tmarrowlevelii": "strong_turtle_master_tipped_arrow", + "tmarrowstrong": "strong_turtle_master_tipped_arrow", + "tmiitarr": "strong_turtle_master_tipped_arrow", + "tmiitarrow": "strong_turtle_master_tipped_arrow", + "tmiitippedarrow": "strong_turtle_master_tipped_arrow", + "tmleveliitarr": "strong_turtle_master_tipped_arrow", + "tmleveliitarrow": "strong_turtle_master_tipped_arrow", + "tmleveliitippedarrow": "strong_turtle_master_tipped_arrow", + "tmstrongtarr": "strong_turtle_master_tipped_arrow", + "tmstrongtarrow": "strong_turtle_master_tipped_arrow", + "tmstrongtippedarrow": "strong_turtle_master_tipped_arrow", + "turtlearrowii": "strong_turtle_master_tipped_arrow", + "turtlearrowlevelii": "strong_turtle_master_tipped_arrow", + "turtlearrowstrong": "strong_turtle_master_tipped_arrow", + "turtleiitarr": "strong_turtle_master_tipped_arrow", + "turtleiitarrow": "strong_turtle_master_tipped_arrow", + "turtleiitippedarrow": "strong_turtle_master_tipped_arrow", + "turtleleveliitarr": "strong_turtle_master_tipped_arrow", + "turtleleveliitarrow": "strong_turtle_master_tipped_arrow", + "turtleleveliitippedarrow": "strong_turtle_master_tipped_arrow", + "turtlemasterarrowii": "strong_turtle_master_tipped_arrow", + "turtlemasterarrowlevelii": "strong_turtle_master_tipped_arrow", + "turtlemasterarrowstrong": "strong_turtle_master_tipped_arrow", + "turtlemasteriitarr": "strong_turtle_master_tipped_arrow", + "turtlemasteriitarrow": "strong_turtle_master_tipped_arrow", + "turtlemasteriitippedarrow": "strong_turtle_master_tipped_arrow", + "turtlemasterleveliitarr": "strong_turtle_master_tipped_arrow", + "turtlemasterleveliitarrow": "strong_turtle_master_tipped_arrow", + "turtlemasterleveliitippedarrow": "strong_turtle_master_tipped_arrow", + "turtlemasterstrongtarr": "strong_turtle_master_tipped_arrow", + "turtlemasterstrongtarrow": "strong_turtle_master_tipped_arrow", + "turtlemasterstrongtippedarrow": "strong_turtle_master_tipped_arrow", + "turtlestrongtarr": "strong_turtle_master_tipped_arrow", + "turtlestrongtarrow": "strong_turtle_master_tipped_arrow", + "turtlestrongtippedarrow": "strong_turtle_master_tipped_arrow", + "structure_block": { + "material": "STRUCTURE_BLOCK" + }, + "minecraft:structure_block": "structure_block", + "structureblock": "structure_block", + "structure_void": { + "material": "STRUCTURE_VOID" + }, + "minecraft:structure_void": "structure_void", + "structurevoid": "structure_void", + "sugar": { + "material": "SUGAR" + }, + "minecraft:sugar": "sugar", + "sugar_cane": { + "material": "SUGAR_CANE" + }, + "minecraft:sugar_cane": "sugar_cane", + "sugarcane": "sugar_cane", + "sunflower": { + "material": "SUNFLOWER" + }, + "minecraft:sunflower": "sunflower", + "suspicious_gravel": { + "material": "SUSPICIOUS_GRAVEL" + }, + "amongusgravel": "suspicious_gravel", + "minecraft:suspicious_gravel": "suspicious_gravel", + "susgravel": "suspicious_gravel", + "suspiciousgravel": "suspicious_gravel", + "suspicious_sand": { + "material": "SUSPICIOUS_SAND" + }, + "amongussand": "suspicious_sand", + "minecraft:suspicious_sand": "suspicious_sand", + "suspicioussand": "suspicious_sand", + "sussand": "suspicious_sand", + "suspicious_stew": { + "material": "SUSPICIOUS_STEW" + }, + "minecraft:suspicious_stew": "suspicious_stew", + "suspiciousstew": "suspicious_stew", + "sweet_berries": { + "material": "SWEET_BERRIES" + }, + "minecraft:sweet_berries": "sweet_berries", + "sweetberries": "sweet_berries", + "swiftness_lingering_potion": { + "potionData": { + "type": "SPEED", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotionspeed": "swiftness_lingering_potion", + "aoepotionswift": "swiftness_lingering_potion", + "aoepotionswiftness": "swiftness_lingering_potion", + "aoepotspeed": "swiftness_lingering_potion", + "aoepotswift": "swiftness_lingering_potion", + "aoepotswiftness": "swiftness_lingering_potion", + "areapotionspeed": "swiftness_lingering_potion", + "areapotionswift": "swiftness_lingering_potion", + "areapotionswiftness": "swiftness_lingering_potion", + "areapotspeed": "swiftness_lingering_potion", + "areapotswift": "swiftness_lingering_potion", + "areapotswiftness": "swiftness_lingering_potion", + "cloudpotionspeed": "swiftness_lingering_potion", + "cloudpotionswift": "swiftness_lingering_potion", + "cloudpotionswiftness": "swiftness_lingering_potion", + "cloudpotspeed": "swiftness_lingering_potion", + "cloudpotswift": "swiftness_lingering_potion", + "cloudpotswiftness": "swiftness_lingering_potion", + "lingerpotspeed": "swiftness_lingering_potion", + "lingerpotswift": "swiftness_lingering_potion", + "lingerpotswiftness": "swiftness_lingering_potion", + "speedaoepoiont": "swiftness_lingering_potion", + "speedaoepot": "swiftness_lingering_potion", + "speedareapot": "swiftness_lingering_potion", + "speedareapotion": "swiftness_lingering_potion", + "speedcloudpot": "swiftness_lingering_potion", + "speedcloudpotion": "swiftness_lingering_potion", + "speedlingerpot": "swiftness_lingering_potion", + "swiftaoepoiont": "swiftness_lingering_potion", + "swiftaoepot": "swiftness_lingering_potion", + "swiftareapot": "swiftness_lingering_potion", + "swiftareapotion": "swiftness_lingering_potion", + "swiftcloudpot": "swiftness_lingering_potion", + "swiftcloudpotion": "swiftness_lingering_potion", + "swiftlingerpot": "swiftness_lingering_potion", + "swiftnessaoepoiont": "swiftness_lingering_potion", + "swiftnessaoepot": "swiftness_lingering_potion", + "swiftnessareapot": "swiftness_lingering_potion", + "swiftnessareapotion": "swiftness_lingering_potion", + "swiftnesscloudpot": "swiftness_lingering_potion", + "swiftnesscloudpotion": "swiftness_lingering_potion", + "swiftnesslingerpot": "swiftness_lingering_potion", + "swiftness_potion": { + "potionData": { + "type": "SPEED", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "potionofspeed": "swiftness_potion", + "potionofswift": "swiftness_potion", + "potionofswiftness": "swiftness_potion", + "potofspeed": "swiftness_potion", + "potofswift": "swiftness_potion", + "potofswiftness": "swiftness_potion", + "speedpot": "swiftness_potion", + "speedpotion": "swiftness_potion", + "swiftnesspot": "swiftness_potion", + "swiftnesspotion": "swiftness_potion", + "swiftpot": "swiftness_potion", + "swiftpotion": "swiftness_potion", + "swiftness_splash_potion": { + "potionData": { + "type": "SPEED", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "speedsplashpot": "swiftness_splash_potion", + "speedsplashpotion": "swiftness_splash_potion", + "splashspeedpot": "swiftness_splash_potion", + "splashspeedpotion": "swiftness_splash_potion", + "splashswiftnesspot": "swiftness_splash_potion", + "splashswiftnesspotion": "swiftness_splash_potion", + "splashswiftpot": "swiftness_splash_potion", + "splashswiftpotion": "swiftness_splash_potion", + "splspeedpot": "swiftness_splash_potion", + "splspeedpotion": "swiftness_splash_potion", + "splswiftnesspot": "swiftness_splash_potion", + "splswiftnesspotion": "swiftness_splash_potion", + "splswiftpot": "swiftness_splash_potion", + "splswiftpotion": "swiftness_splash_potion", + "swiftnesssplashpot": "swiftness_splash_potion", + "swiftnesssplashpotion": "swiftness_splash_potion", + "swiftsplashpot": "swiftness_splash_potion", + "swiftsplashpotion": "swiftness_splash_potion", + "swiftness_tipped_arrow": { + "potionData": { + "type": "SPEED", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowspeed": "swiftness_tipped_arrow", + "arrowswift": "swiftness_tipped_arrow", + "arrowswiftness": "swiftness_tipped_arrow", + "speedarrow": "swiftness_tipped_arrow", + "speedtarr": "swiftness_tipped_arrow", + "speedtarrow": "swiftness_tipped_arrow", + "speedtippedarrow": "swiftness_tipped_arrow", + "swiftarrow": "swiftness_tipped_arrow", + "swiftnessarrow": "swiftness_tipped_arrow", + "swiftnesstarr": "swiftness_tipped_arrow", + "swiftnesstarrow": "swiftness_tipped_arrow", + "swiftnesstippedarrow": "swiftness_tipped_arrow", + "swifttarr": "swiftness_tipped_arrow", + "swifttarrow": "swiftness_tipped_arrow", + "swifttippedarrow": "swiftness_tipped_arrow", + "tadpole_bucket": { + "material": "TADPOLE_BUCKET" + }, + "bucketotadpole": "tadpole_bucket", + "minecraft:tadpole_bucket": "tadpole_bucket", + "tadpolebucket": "tadpole_bucket", + "tadpolebukkit": "tadpole_bucket", + "tadpolepail": "tadpole_bucket", + "tadpole_spawn_egg": { + "material": "TADPOLE_SPAWN_EGG" + }, + "eggtadpole": "tadpole_spawn_egg", + "minecraft:tadpole_spawn_egg": "tadpole_spawn_egg", + "seggtadpole": "tadpole_spawn_egg", + "spawneggtadpole": "tadpole_spawn_egg", + "spawntadpole": "tadpole_spawn_egg", + "tadpoleegg": "tadpole_spawn_egg", + "tadpolesegg": "tadpole_spawn_egg", + "tadpolespawn": "tadpole_spawn_egg", + "tadpolespawnegg": "tadpole_spawn_egg", + "tadpole_spawner": { + "entity": "TADPOLE", + "material": "SPAWNER" + }, + "tadpolecage": "tadpole_spawner", + "tadpolemcage": "tadpole_spawner", + "tadpolemobcage": "tadpole_spawner", + "tadpolemobspawner": "tadpole_spawner", + "tadpolemonstercage": "tadpole_spawner", + "tadpolemonsterspawner": "tadpole_spawner", + "tadpolemspawner": "tadpole_spawner", + "tadpolespawner": "tadpole_spawner", + "tall_grass": { + "material": "TALL_GRASS" + }, + "grasslong": "tall_grass", + "grasstall": "tall_grass", + "grasswild": "tall_grass", + "lgrass": "tall_grass", + "longgrass": "tall_grass", + "minecraft:tall_grass": "tall_grass", + "tallgrass": "tall_grass", + "tgrass": "tall_grass", + "wgrass": "tall_grass", + "wildgrass": "tall_grass", + "target": { + "material": "TARGET" + }, + "minecraft:target": "target", + "terracotta": { + "material": "TERRACOTTA" + }, + "minecraft:terracotta": "terracotta", + "thick_lingering_potion": { + "potionData": { + "type": "THICK", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotionthick": "thick_lingering_potion", + "aoepotthick": "thick_lingering_potion", + "areapotionthick": "thick_lingering_potion", + "areapotthick": "thick_lingering_potion", + "cloudpotionthick": "thick_lingering_potion", + "cloudpotthick": "thick_lingering_potion", + "lingerpotthick": "thick_lingering_potion", + "thickaoepoiont": "thick_lingering_potion", + "thickaoepot": "thick_lingering_potion", + "thickareapot": "thick_lingering_potion", + "thickareapotion": "thick_lingering_potion", + "thickcloudpot": "thick_lingering_potion", + "thickcloudpotion": "thick_lingering_potion", + "thicklingerpot": "thick_lingering_potion", + "thick_potion": { + "potionData": { + "type": "THICK", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "potionofthick": "thick_potion", + "potofthick": "thick_potion", + "thickpot": "thick_potion", + "thickpotion": "thick_potion", + "thick_splash_potion": { + "potionData": { + "type": "THICK", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "splashthickpot": "thick_splash_potion", + "splashthickpotion": "thick_splash_potion", + "splthickpot": "thick_splash_potion", + "splthickpotion": "thick_splash_potion", + "thicksplashpot": "thick_splash_potion", + "thicksplashpotion": "thick_splash_potion", + "thick_tipped_arrow": { + "potionData": { + "type": "THICK", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowthick": "thick_tipped_arrow", + "thickarrow": "thick_tipped_arrow", + "thicktarr": "thick_tipped_arrow", + "thicktarrow": "thick_tipped_arrow", + "thicktippedarrow": "thick_tipped_arrow", + "tide_armor_trim_smithing_template": { + "material": "TIDE_ARMOR_TRIM_SMITHING_TEMPLATE" + }, + "minecraft:tide_armor_trim_smithing_template": "tide_armor_trim_smithing_template", + "tidearmortrimsmithingtemplate": "tide_armor_trim_smithing_template", + "tidetrim": "tide_armor_trim_smithing_template", + "tinted_glass": { + "material": "TINTED_GLASS" + }, + "glasst": "tinted_glass", + "glasstint": "tinted_glass", + "glasstinted": "tinted_glass", + "lightblockingglass": "tinted_glass", + "minecraft:tinted_glass": "tinted_glass", + "tglass": "tinted_glass", + "tintedglass": "tinted_glass", + "tintglass": "tinted_glass", + "tipped_arrow": { + "material": "TIPPED_ARROW" + }, + "minecraft:tipped_arrow": "tipped_arrow", + "tippedarrow": "tipped_arrow", + "tnt": { + "material": "TNT" + }, + "blockbomb": "tnt", + "blockdynamite": "tnt", + "blocktnt": "tnt", + "bomb": "tnt", + "bombblock": "tnt", + "dynamite": "tnt", + "dynamiteblock": "tnt", + "minecraft:tnt": "tnt", + "tntblock": "tnt", + "tnt_minecart": { + "material": "TNT_MINECART" + }, + "bcart": "tnt_minecart", + "bmc": "tnt_minecart", + "bmcart": "tnt_minecart", + "bminecart": "tnt_minecart", + "bombcart": "tnt_minecart", + "bombmc": "tnt_minecart", + "bombmcart": "tnt_minecart", + "bombminecart": "tnt_minecart", + "dcart": "tnt_minecart", + "dmc": "tnt_minecart", + "dmcart": "tnt_minecart", + "dminecart": "tnt_minecart", + "dynamitecart": "tnt_minecart", + "dynamitemc": "tnt_minecart", + "dynamitemcart": "tnt_minecart", + "dynamiteminecart": "tnt_minecart", + "minecraft:tnt_minecart": "tnt_minecart", + "tcart": "tnt_minecart", + "tmc": "tnt_minecart", + "tmcart": "tnt_minecart", + "tminecart": "tnt_minecart", + "tntcart": "tnt_minecart", + "tntmc": "tnt_minecart", + "tntmcart": "tnt_minecart", + "tntminecart": "tnt_minecart", + "torch": { + "material": "TORCH" + }, + "burningstick": "torch", + "burnstick": "torch", + "minecraft:torch": "torch", + "torchflower": { + "material": "TORCHFLOWER" + }, + "minecraft:torchflower": "torchflower", + "tflower": "torchflower", + "torchflower_seeds": { + "material": "TORCHFLOWER_SEEDS" + }, + "minecraft:torchflower_seeds": "torchflower_seeds", + "tflowerseeds": "torchflower_seeds", + "torchflowerseeds": "torchflower_seeds", + "torchseeds": "torchflower_seeds", + "tseeds": "torchflower_seeds", + "totem_of_undying": { + "material": "TOTEM_OF_UNDYING" + }, + "minecraft:totem_of_undying": "totem_of_undying", + "totem": "totem_of_undying", + "totemofundying": "totem_of_undying", + "trader_llama_spawn_egg": { + "material": "TRADER_LLAMA_SPAWN_EGG" + }, + "eggtllama": "trader_llama_spawn_egg", + "eggtrader_llama": "trader_llama_spawn_egg", + "minecraft:trader_llama_spawn_egg": "trader_llama_spawn_egg", + "seggtllama": "trader_llama_spawn_egg", + "seggtrader_llama": "trader_llama_spawn_egg", + "spawneggtllama": "trader_llama_spawn_egg", + "spawneggtrader_llama": "trader_llama_spawn_egg", + "spawntllama": "trader_llama_spawn_egg", + "spawntrader_llama": "trader_llama_spawn_egg", + "tllamaegg": "trader_llama_spawn_egg", + "tllamasegg": "trader_llama_spawn_egg", + "tllamaspawn": "trader_llama_spawn_egg", + "tllamaspawnegg": "trader_llama_spawn_egg", + "trader_llamaegg": "trader_llama_spawn_egg", + "trader_llamasegg": "trader_llama_spawn_egg", + "trader_llamaspawn": "trader_llama_spawn_egg", + "trader_llamaspawnegg": "trader_llama_spawn_egg", + "traderllamaspawnegg": "trader_llama_spawn_egg", + "trader_llama_spawner": { + "entity": "TRADER_LLAMA", + "material": "SPAWNER" + }, + "tllamacage": "trader_llama_spawner", + "tllamamcage": "trader_llama_spawner", + "tllamamobcage": "trader_llama_spawner", + "tllamamobspawner": "trader_llama_spawner", + "tllamamonstercage": "trader_llama_spawner", + "tllamamonsterspawner": "trader_llama_spawner", + "tllamamspawner": "trader_llama_spawner", + "tllamaspawner": "trader_llama_spawner", + "trader_llamacage": "trader_llama_spawner", + "trader_llamamcage": "trader_llama_spawner", + "trader_llamamobcage": "trader_llama_spawner", + "trader_llamamobspawner": "trader_llama_spawner", + "trader_llamamonstercage": "trader_llama_spawner", + "trader_llamamonsterspawner": "trader_llama_spawner", + "trader_llamamspawner": "trader_llama_spawner", + "trader_llamaspawner": "trader_llama_spawner", + "trapped_chest": { + "material": "TRAPPED_CHEST" + }, + "chesttrap": "trapped_chest", + "chesttrapped": "trapped_chest", + "minecraft:trapped_chest": "trapped_chest", + "trapchest": "trapped_chest", + "trappedchest": "trapped_chest", + "trident": { + "material": "TRIDENT" + }, + "minecraft:trident": "trident", + "tripwire_hook": { + "material": "TRIPWIRE_HOOK" + }, + "minecraft:tripwire_hook": "tripwire_hook", + "trip": "tripwire_hook", + "triphook": "tripwire_hook", + "tripwirehook": "tripwire_hook", + "tripwirelever": "tripwire_hook", + "tropical_fish": { + "material": "TROPICAL_FISH" + }, + "clfish": "tropical_fish", + "clownfish": "tropical_fish", + "fishcl": "tropical_fish", + "fishn": "tropical_fish", + "fisht": "tropical_fish", + "minecraft:tropical_fish": "tropical_fish", + "nemo": "tropical_fish", + "nfish": "tropical_fish", + "plainclfish": "tropical_fish", + "plainclownfish": "tropical_fish", + "plainfishcl": "tropical_fish", + "plainfishn": "tropical_fish", + "plainfisht": "tropical_fish", + "plainnemo": "tropical_fish", + "plainnfish": "tropical_fish", + "plaintfish": "tropical_fish", + "plaintropical_fish": "tropical_fish", + "raclfish": "tropical_fish", + "raclownfish": "tropical_fish", + "rafishcl": "tropical_fish", + "rafishn": "tropical_fish", + "rafisht": "tropical_fish", + "ranemo": "tropical_fish", + "ranfish": "tropical_fish", + "ratfish": "tropical_fish", + "ratropical_fish": "tropical_fish", + "rawclfish": "tropical_fish", + "rawclownfish": "tropical_fish", + "rawfishcl": "tropical_fish", + "rawfishn": "tropical_fish", + "rawfisht": "tropical_fish", + "rawnemo": "tropical_fish", + "rawnfish": "tropical_fish", + "rawtfish": "tropical_fish", + "rawtropical_fish": "tropical_fish", + "tfish": "tropical_fish", + "tropicalfish": "tropical_fish", + "uncookedclfish": "tropical_fish", + "uncookedclownfish": "tropical_fish", + "uncookedfishcl": "tropical_fish", + "uncookedfishn": "tropical_fish", + "uncookedfisht": "tropical_fish", + "uncookednemo": "tropical_fish", + "uncookednfish": "tropical_fish", + "uncookedtfish": "tropical_fish", + "uncookedtropical_fish": "tropical_fish", + "tropical_fish_bucket": { + "material": "TROPICAL_FISH_BUCKET" + }, + "bucketotfish": "tropical_fish_bucket", + "bucketotropical_fish": "tropical_fish_bucket", + "minecraft:tropical_fish_bucket": "tropical_fish_bucket", + "tfishbucket": "tropical_fish_bucket", + "tfishbukkit": "tropical_fish_bucket", + "tfishpail": "tropical_fish_bucket", + "tropical_fishbucket": "tropical_fish_bucket", + "tropical_fishbukkit": "tropical_fish_bucket", + "tropical_fishpail": "tropical_fish_bucket", + "tropicalfishbucket": "tropical_fish_bucket", + "tropical_fish_spawn_egg": { + "material": "TROPICAL_FISH_SPAWN_EGG" + }, + "eggtfish": "tropical_fish_spawn_egg", + "eggtropical_fish": "tropical_fish_spawn_egg", + "minecraft:tropical_fish_spawn_egg": "tropical_fish_spawn_egg", + "seggtfish": "tropical_fish_spawn_egg", + "seggtropical_fish": "tropical_fish_spawn_egg", + "spawneggtfish": "tropical_fish_spawn_egg", + "spawneggtropical_fish": "tropical_fish_spawn_egg", + "spawntfish": "tropical_fish_spawn_egg", + "spawntropical_fish": "tropical_fish_spawn_egg", + "tfishegg": "tropical_fish_spawn_egg", + "tfishsegg": "tropical_fish_spawn_egg", + "tfishspawn": "tropical_fish_spawn_egg", + "tfishspawnegg": "tropical_fish_spawn_egg", + "tropical_fishegg": "tropical_fish_spawn_egg", + "tropical_fishsegg": "tropical_fish_spawn_egg", + "tropical_fishspawn": "tropical_fish_spawn_egg", + "tropical_fishspawnegg": "tropical_fish_spawn_egg", + "tropicalfishspawnegg": "tropical_fish_spawn_egg", + "tropical_fish_spawner": { + "entity": "TROPICAL_FISH", + "material": "SPAWNER" + }, + "tfishcage": "tropical_fish_spawner", + "tfishmcage": "tropical_fish_spawner", + "tfishmobcage": "tropical_fish_spawner", + "tfishmobspawner": "tropical_fish_spawner", + "tfishmonstercage": "tropical_fish_spawner", + "tfishmonsterspawner": "tropical_fish_spawner", + "tfishmspawner": "tropical_fish_spawner", + "tfishspawner": "tropical_fish_spawner", + "tropical_fishcage": "tropical_fish_spawner", + "tropical_fishmcage": "tropical_fish_spawner", + "tropical_fishmobcage": "tropical_fish_spawner", + "tropical_fishmobspawner": "tropical_fish_spawner", + "tropical_fishmonstercage": "tropical_fish_spawner", + "tropical_fishmonsterspawner": "tropical_fish_spawner", + "tropical_fishmspawner": "tropical_fish_spawner", + "tropical_fishspawner": "tropical_fish_spawner", + "tube_coral": { + "material": "TUBE_CORAL" + }, + "minecraft:tube_coral": "tube_coral", + "tubecoral": "tube_coral", + "tube_coral_block": { + "material": "TUBE_CORAL_BLOCK" + }, + "minecraft:tube_coral_block": "tube_coral_block", + "tubecoralblock": "tube_coral_block", + "tube_coral_fan": { + "material": "TUBE_CORAL_FAN" + }, + "minecraft:tube_coral_fan": "tube_coral_fan", + "tubecoralfan": "tube_coral_fan", + "tuff": { + "material": "TUFF" + }, + "minecraft:tuff": "tuff", + "turtle_egg": { + "material": "TURTLE_EGG" + }, + "minecraft:turtle_egg": "turtle_egg", + "turtleegg": "turtle_egg", + "turtle_helmet": { + "material": "TURTLE_HELMET" + }, + "minecraft:turtle_helmet": "turtle_helmet", + "turtlehelmet": "turtle_helmet", + "turtle_master_lingering_potion": { + "potionData": { + "type": "TURTLE_MASTER", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotiontm": "turtle_master_lingering_potion", + "aoepotionturtle": "turtle_master_lingering_potion", + "aoepotionturtlemaster": "turtle_master_lingering_potion", + "aoepottm": "turtle_master_lingering_potion", + "aoepotturtle": "turtle_master_lingering_potion", + "aoepotturtlemaster": "turtle_master_lingering_potion", + "areapotiontm": "turtle_master_lingering_potion", + "areapotionturtle": "turtle_master_lingering_potion", + "areapotionturtlemaster": "turtle_master_lingering_potion", + "areapottm": "turtle_master_lingering_potion", + "areapotturtle": "turtle_master_lingering_potion", + "areapotturtlemaster": "turtle_master_lingering_potion", + "cloudpotiontm": "turtle_master_lingering_potion", + "cloudpotionturtle": "turtle_master_lingering_potion", + "cloudpotionturtlemaster": "turtle_master_lingering_potion", + "cloudpottm": "turtle_master_lingering_potion", + "cloudpotturtle": "turtle_master_lingering_potion", + "cloudpotturtlemaster": "turtle_master_lingering_potion", + "lingerpottm": "turtle_master_lingering_potion", + "lingerpotturtle": "turtle_master_lingering_potion", + "lingerpotturtlemaster": "turtle_master_lingering_potion", + "tmaoepoiont": "turtle_master_lingering_potion", + "tmaoepot": "turtle_master_lingering_potion", + "tmareapot": "turtle_master_lingering_potion", + "tmareapotion": "turtle_master_lingering_potion", + "tmcloudpot": "turtle_master_lingering_potion", + "tmcloudpotion": "turtle_master_lingering_potion", + "tmlingerpot": "turtle_master_lingering_potion", + "turtleaoepoiont": "turtle_master_lingering_potion", + "turtleaoepot": "turtle_master_lingering_potion", + "turtleareapot": "turtle_master_lingering_potion", + "turtleareapotion": "turtle_master_lingering_potion", + "turtlecloudpot": "turtle_master_lingering_potion", + "turtlecloudpotion": "turtle_master_lingering_potion", + "turtlelingerpot": "turtle_master_lingering_potion", + "turtlemasteraoepoiont": "turtle_master_lingering_potion", + "turtlemasteraoepot": "turtle_master_lingering_potion", + "turtlemasterareapot": "turtle_master_lingering_potion", + "turtlemasterareapotion": "turtle_master_lingering_potion", + "turtlemastercloudpot": "turtle_master_lingering_potion", + "turtlemastercloudpotion": "turtle_master_lingering_potion", + "turtlemasterlingerpot": "turtle_master_lingering_potion", + "turtle_master_potion": { + "potionData": { + "type": "TURTLE_MASTER", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "potionoftm": "turtle_master_potion", + "potionofturtle": "turtle_master_potion", + "potionofturtlemaster": "turtle_master_potion", + "potoftm": "turtle_master_potion", + "potofturtle": "turtle_master_potion", + "potofturtlemaster": "turtle_master_potion", + "tmpot": "turtle_master_potion", + "tmpotion": "turtle_master_potion", + "turtlemasterpot": "turtle_master_potion", + "turtlemasterpotion": "turtle_master_potion", + "turtlepot": "turtle_master_potion", + "turtlepotion": "turtle_master_potion", + "turtle_master_splash_potion": { + "potionData": { + "type": "TURTLE_MASTER", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "splashtmpot": "turtle_master_splash_potion", + "splashtmpotion": "turtle_master_splash_potion", + "splashturtlemasterpot": "turtle_master_splash_potion", + "splashturtlemasterpotion": "turtle_master_splash_potion", + "splashturtlepot": "turtle_master_splash_potion", + "splashturtlepotion": "turtle_master_splash_potion", + "spltmpot": "turtle_master_splash_potion", + "spltmpotion": "turtle_master_splash_potion", + "splturtlemasterpot": "turtle_master_splash_potion", + "splturtlemasterpotion": "turtle_master_splash_potion", + "splturtlepot": "turtle_master_splash_potion", + "splturtlepotion": "turtle_master_splash_potion", + "tmsplashpot": "turtle_master_splash_potion", + "tmsplashpotion": "turtle_master_splash_potion", + "turtlemastersplashpot": "turtle_master_splash_potion", + "turtlemastersplashpotion": "turtle_master_splash_potion", + "turtlesplashpot": "turtle_master_splash_potion", + "turtlesplashpotion": "turtle_master_splash_potion", + "turtle_master_tipped_arrow": { + "potionData": { + "type": "TURTLE_MASTER", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowtm": "turtle_master_tipped_arrow", + "arrowturtle": "turtle_master_tipped_arrow", + "arrowturtlemaster": "turtle_master_tipped_arrow", + "tmarrow": "turtle_master_tipped_arrow", + "tmtarr": "turtle_master_tipped_arrow", + "tmtarrow": "turtle_master_tipped_arrow", + "tmtippedarrow": "turtle_master_tipped_arrow", + "turtlearrow": "turtle_master_tipped_arrow", + "turtlemasterarrow": "turtle_master_tipped_arrow", + "turtlemastertarr": "turtle_master_tipped_arrow", + "turtlemastertarrow": "turtle_master_tipped_arrow", + "turtlemastertippedarrow": "turtle_master_tipped_arrow", + "turtletarr": "turtle_master_tipped_arrow", + "turtletarrow": "turtle_master_tipped_arrow", + "turtletippedarrow": "turtle_master_tipped_arrow", + "turtle_spawn_egg": { + "material": "TURTLE_SPAWN_EGG" + }, + "eggturtle": "turtle_spawn_egg", + "minecraft:turtle_spawn_egg": "turtle_spawn_egg", + "seggturtle": "turtle_spawn_egg", + "spawneggturtle": "turtle_spawn_egg", + "spawnturtle": "turtle_spawn_egg", + "turtlesegg": "turtle_spawn_egg", + "turtlespawn": "turtle_spawn_egg", + "turtlespawnegg": "turtle_spawn_egg", + "turtle_spawner": { + "entity": "TURTLE", + "material": "SPAWNER" + }, + "turtlecage": "turtle_spawner", + "turtlemcage": "turtle_spawner", + "turtlemobcage": "turtle_spawner", + "turtlemobspawner": "turtle_spawner", + "turtlemonstercage": "turtle_spawner", + "turtlemonsterspawner": "turtle_spawner", + "turtlemspawner": "turtle_spawner", + "turtlespawner": "turtle_spawner", + "twisting_vines": { + "material": "TWISTING_VINES" + }, + "minecraft:twisting_vines": "twisting_vines", + "twistingvines": "twisting_vines", + "twistvine": "twisting_vines", + "twistvines": "twisting_vines", + "verdant_froglight": { + "material": "VERDANT_FROGLIGHT" + }, + "minecraft:verdant_froglight": "verdant_froglight", + "verdantfroglight": "verdant_froglight", + "verdfroglight": "verdant_froglight", + "verdlight": "verdant_froglight", + "vfroglight": "verdant_froglight", + "vlight": "verdant_froglight", + "vex_armor_trim_smithing_template": { + "material": "VEX_ARMOR_TRIM_SMITHING_TEMPLATE" + }, + "minecraft:vex_armor_trim_smithing_template": "vex_armor_trim_smithing_template", + "vexarmortrimsmithingtemplate": "vex_armor_trim_smithing_template", + "vextrim": "vex_armor_trim_smithing_template", + "vex_spawn_egg": { + "material": "VEX_SPAWN_EGG" + }, + "eggvex": "vex_spawn_egg", + "minecraft:vex_spawn_egg": "vex_spawn_egg", + "seggvex": "vex_spawn_egg", + "spawneggvex": "vex_spawn_egg", + "spawnvex": "vex_spawn_egg", + "vexegg": "vex_spawn_egg", + "vexsegg": "vex_spawn_egg", + "vexspawn": "vex_spawn_egg", + "vexspawnegg": "vex_spawn_egg", + "vex_spawner": { + "entity": "VEX", + "material": "SPAWNER" + }, + "vexcage": "vex_spawner", + "vexmcage": "vex_spawner", + "vexmobcage": "vex_spawner", + "vexmobspawner": "vex_spawner", + "vexmonstercage": "vex_spawner", + "vexmonsterspawner": "vex_spawner", + "vexmspawner": "vex_spawner", + "vexspawner": "vex_spawner", + "villager_spawn_egg": { + "material": "VILLAGER_SPAWN_EGG" + }, + "eggvill": "villager_spawn_egg", + "eggvillager": "villager_spawn_egg", + "minecraft:villager_spawn_egg": "villager_spawn_egg", + "seggvill": "villager_spawn_egg", + "seggvillager": "villager_spawn_egg", + "spawneggvill": "villager_spawn_egg", + "spawneggvillager": "villager_spawn_egg", + "spawnvill": "villager_spawn_egg", + "spawnvillager": "villager_spawn_egg", + "villageregg": "villager_spawn_egg", + "villagersegg": "villager_spawn_egg", + "villagerspawn": "villager_spawn_egg", + "villagerspawnegg": "villager_spawn_egg", + "villegg": "villager_spawn_egg", + "villsegg": "villager_spawn_egg", + "villspawn": "villager_spawn_egg", + "villspawnegg": "villager_spawn_egg", + "villager_spawner": { + "entity": "VILLAGER", + "material": "SPAWNER" + }, + "villagercage": "villager_spawner", + "villagermcage": "villager_spawner", + "villagermobcage": "villager_spawner", + "villagermobspawner": "villager_spawner", + "villagermonstercage": "villager_spawner", + "villagermonsterspawner": "villager_spawner", + "villagermspawner": "villager_spawner", + "villagerspawner": "villager_spawner", + "villcage": "villager_spawner", + "villmcage": "villager_spawner", + "villmobcage": "villager_spawner", + "villmobspawner": "villager_spawner", + "villmonstercage": "villager_spawner", + "villmonsterspawner": "villager_spawner", + "villmspawner": "villager_spawner", + "villspawner": "villager_spawner", + "vindicator_spawn_egg": { + "material": "VINDICATOR_SPAWN_EGG" + }, + "eggvind": "vindicator_spawn_egg", + "eggvindicator": "vindicator_spawn_egg", + "minecraft:vindicator_spawn_egg": "vindicator_spawn_egg", + "seggvind": "vindicator_spawn_egg", + "seggvindicator": "vindicator_spawn_egg", + "spawneggvind": "vindicator_spawn_egg", + "spawneggvindicator": "vindicator_spawn_egg", + "spawnvind": "vindicator_spawn_egg", + "spawnvindicator": "vindicator_spawn_egg", + "vindegg": "vindicator_spawn_egg", + "vindicatoregg": "vindicator_spawn_egg", + "vindicatorsegg": "vindicator_spawn_egg", + "vindicatorspawn": "vindicator_spawn_egg", + "vindicatorspawnegg": "vindicator_spawn_egg", + "vindsegg": "vindicator_spawn_egg", + "vindspawn": "vindicator_spawn_egg", + "vindspawnegg": "vindicator_spawn_egg", + "vindicator_spawner": { + "entity": "VINDICATOR", + "material": "SPAWNER" + }, + "vindcage": "vindicator_spawner", + "vindicatorcage": "vindicator_spawner", + "vindicatormcage": "vindicator_spawner", + "vindicatormobcage": "vindicator_spawner", + "vindicatormobspawner": "vindicator_spawner", + "vindicatormonstercage": "vindicator_spawner", + "vindicatormonsterspawner": "vindicator_spawner", + "vindicatormspawner": "vindicator_spawner", + "vindicatorspawner": "vindicator_spawner", + "vindmcage": "vindicator_spawner", + "vindmobcage": "vindicator_spawner", + "vindmobspawner": "vindicator_spawner", + "vindmonstercage": "vindicator_spawner", + "vindmonsterspawner": "vindicator_spawner", + "vindmspawner": "vindicator_spawner", + "vindspawner": "vindicator_spawner", + "vine": { + "material": "VINE" + }, + "gardenvine": "vine", + "gardenvines": "vine", + "greenvine": "vine", + "greenvines": "vine", + "gvine": "vine", + "gvines": "vine", + "minecraft:vine": "vine", + "vineg": "vine", + "vinegarden": "vine", + "vinegreen": "vine", + "vines": "vine", + "vinesg": "vine", + "vinesgarden": "vine", + "vinesgreen": "vine", + "wandering_trader_spawn_egg": { + "material": "WANDERING_TRADER_SPAWN_EGG" + }, + "eggtrader": "wandering_trader_spawn_egg", + "eggwandering_trader": "wandering_trader_spawn_egg", + "minecraft:wandering_trader_spawn_egg": "wandering_trader_spawn_egg", + "seggtrader": "wandering_trader_spawn_egg", + "seggwandering_trader": "wandering_trader_spawn_egg", + "spawneggtrader": "wandering_trader_spawn_egg", + "spawneggwandering_trader": "wandering_trader_spawn_egg", + "spawntrader": "wandering_trader_spawn_egg", + "spawnwandering_trader": "wandering_trader_spawn_egg", + "traderegg": "wandering_trader_spawn_egg", + "tradersegg": "wandering_trader_spawn_egg", + "traderspawn": "wandering_trader_spawn_egg", + "traderspawnegg": "wandering_trader_spawn_egg", + "wandering_traderegg": "wandering_trader_spawn_egg", + "wandering_tradersegg": "wandering_trader_spawn_egg", + "wandering_traderspawn": "wandering_trader_spawn_egg", + "wandering_traderspawnegg": "wandering_trader_spawn_egg", + "wanderingtraderspawnegg": "wandering_trader_spawn_egg", + "wandering_trader_spawner": { + "entity": "WANDERING_TRADER", + "material": "SPAWNER" + }, + "tradercage": "wandering_trader_spawner", + "tradermcage": "wandering_trader_spawner", + "tradermobcage": "wandering_trader_spawner", + "tradermobspawner": "wandering_trader_spawner", + "tradermonstercage": "wandering_trader_spawner", + "tradermonsterspawner": "wandering_trader_spawner", + "tradermspawner": "wandering_trader_spawner", + "traderspawner": "wandering_trader_spawner", + "wandering_tradercage": "wandering_trader_spawner", + "wandering_tradermcage": "wandering_trader_spawner", + "wandering_tradermobcage": "wandering_trader_spawner", + "wandering_tradermobspawner": "wandering_trader_spawner", + "wandering_tradermonstercage": "wandering_trader_spawner", + "wandering_tradermonsterspawner": "wandering_trader_spawner", + "wandering_tradermspawner": "wandering_trader_spawner", + "wandering_traderspawner": "wandering_trader_spawner", + "ward_armor_trim_smithing_template": { + "material": "WARD_ARMOR_TRIM_SMITHING_TEMPLATE" + }, + "minecraft:ward_armor_trim_smithing_template": "ward_armor_trim_smithing_template", + "wardarmortrimsmithingtemplate": "ward_armor_trim_smithing_template", + "wardtrim": "ward_armor_trim_smithing_template", + "warden_spawn_egg": { + "material": "WARDEN_SPAWN_EGG" + }, + "eggwarden": "warden_spawn_egg", + "minecraft:warden_spawn_egg": "warden_spawn_egg", + "seggwarden": "warden_spawn_egg", + "spawneggwarden": "warden_spawn_egg", + "spawnwarden": "warden_spawn_egg", + "wardenegg": "warden_spawn_egg", + "wardensegg": "warden_spawn_egg", + "wardenspawn": "warden_spawn_egg", + "wardenspawnegg": "warden_spawn_egg", + "warden_spawner": { + "entity": "WARDEN", + "material": "SPAWNER" + }, + "wardencage": "warden_spawner", + "wardenmcage": "warden_spawner", + "wardenmobcage": "warden_spawner", + "wardenmobspawner": "warden_spawner", + "wardenmonstercage": "warden_spawner", + "wardenmonsterspawner": "warden_spawner", + "wardenmspawner": "warden_spawner", + "wardenspawner": "warden_spawner", + "warped_button": { + "material": "WARPED_BUTTON" + }, + "buttonwarp": "warped_button", + "buttonwarped": "warped_button", + "minecraft:warped_button": "warped_button", + "warpbutton": "warped_button", + "warpedbutton": "warped_button", + "warped_door": { + "material": "WARPED_DOOR" + }, + "minecraft:warped_door": "warped_door", + "warpdoor": "warped_door", + "warpeddoor": "warped_door", + "warped_fence": { + "material": "WARPED_FENCE" + }, + "minecraft:warped_fence": "warped_fence", + "warpedfence": "warped_fence", + "warpfence": "warped_fence", + "warped_fence_gate": { + "material": "WARPED_FENCE_GATE" + }, + "gatewarp": "warped_fence_gate", + "gatewarped": "warped_fence_gate", + "minecraft:warped_fence_gate": "warped_fence_gate", + "warpedfencegate": "warped_fence_gate", + "warpedgate": "warped_fence_gate", + "warpfencegate": "warped_fence_gate", + "warpgate": "warped_fence_gate", + "warped_fungus": { + "material": "WARPED_FUNGUS" + }, + "minecraft:warped_fungus": "warped_fungus", + "warpedfun": "warped_fungus", + "warpedfungus": "warped_fungus", + "warpfun": "warped_fungus", + "warpfungus": "warped_fungus", + "warped_fungus_on_a_stick": { + "material": "WARPED_FUNGUS_ON_A_STICK" + }, + "minecraft:warped_fungus_on_a_stick": "warped_fungus_on_a_stick", + "warpedfungusonastick": "warped_fungus_on_a_stick", + "warpedfungusstick": "warped_fungus_on_a_stick", + "warpedfunstick": "warped_fungus_on_a_stick", + "warpedonstick": "warped_fungus_on_a_stick", + "warpedstick": "warped_fungus_on_a_stick", + "warpfungusstick": "warped_fungus_on_a_stick", + "warpfunstick": "warped_fungus_on_a_stick", + "warponstick": "warped_fungus_on_a_stick", + "warpstick": "warped_fungus_on_a_stick", + "warped_hanging_sign": { + "material": "WARPED_HANGING_SIGN" + }, + "minecraft:warped_hanging_sign": "warped_hanging_sign", + "warpedhangingsign": "warped_hanging_sign", + "warpedhangsign": "warped_hanging_sign", + "warpedhsign": "warped_hanging_sign", + "warphangsign": "warped_hanging_sign", + "warphsign": "warped_hanging_sign", + "warped_hyphae": { + "material": "WARPED_HYPHAE" + }, + "minecraft:warped_hyphae": "warped_hyphae", + "warpedhyphae": "warped_hyphae", + "warphyphae": "warped_hyphae", + "warped_nylium": { + "material": "WARPED_NYLIUM" + }, + "minecraft:warped_nylium": "warped_nylium", + "warpednylium": "warped_nylium", + "warpedsoil": "warped_nylium", + "warpnylium": "warped_nylium", + "warpsoil": "warped_nylium", + "warped_planks": { + "material": "WARPED_PLANKS" + }, + "minecraft:warped_planks": "warped_planks", + "warpedplank": "warped_planks", + "warpedplanks": "warped_planks", + "warpedplankw": "warped_planks", + "warpedplankwood": "warped_planks", + "warpedplankwooden": "warped_planks", + "warpedwoodenplank": "warped_planks", + "warpedwoodplank": "warped_planks", + "warpedwplank": "warped_planks", + "warpplank": "warped_planks", + "warpplankw": "warped_planks", + "warpplankwood": "warped_planks", + "warpplankwooden": "warped_planks", + "warpwoodenplank": "warped_planks", + "warpwoodplank": "warped_planks", + "warpwplank": "warped_planks", + "warped_pressure_plate": { + "material": "WARPED_PRESSURE_PLATE" + }, + "minecraft:warped_pressure_plate": "warped_pressure_plate", + "platewarp": "warped_pressure_plate", + "platewarped": "warped_pressure_plate", + "warpedplate": "warped_pressure_plate", + "warpedpplate": "warped_pressure_plate", + "warpedpressplate": "warped_pressure_plate", + "warpedpressureplate": "warped_pressure_plate", + "warpplate": "warped_pressure_plate", + "warppplate": "warped_pressure_plate", + "warppressplate": "warped_pressure_plate", + "warppressureplate": "warped_pressure_plate", + "warped_roots": { + "material": "WARPED_ROOTS" + }, + "minecraft:warped_roots": "warped_roots", + "warpedroot": "warped_roots", + "warpedroots": "warped_roots", + "warproot": "warped_roots", + "warproots": "warped_roots", + "warped_sign": { + "material": "WARPED_SIGN" + }, + "minecraft:warped_sign": "warped_sign", + "warpedsign": "warped_sign", + "warpsign": "warped_sign", + "warped_slab": { + "material": "WARPED_SLAB" + }, + "minecraft:warped_slab": "warped_slab", + "warpedhalfblock": "warped_slab", + "warpedslab": "warped_slab", + "warpedstep": "warped_slab", + "warpedwhalfblock": "warped_slab", + "warpedwoodenhalfblock": "warped_slab", + "warpedwoodenslab": "warped_slab", + "warpedwoodenstep": "warped_slab", + "warpedwoodhalfblock": "warped_slab", + "warpedwoodslab": "warped_slab", + "warpedwoodstep": "warped_slab", + "warpedwslab": "warped_slab", + "warpedwstep": "warped_slab", + "warphalfblock": "warped_slab", + "warpstep": "warped_slab", + "warpwhalfblock": "warped_slab", + "warpwoodenhalfblock": "warped_slab", + "warpwoodenslab": "warped_slab", + "warpwoodenstep": "warped_slab", + "warpwoodhalfblock": "warped_slab", + "warpwoodslab": "warped_slab", + "warpwoodstep": "warped_slab", + "warpwslab": "warped_slab", + "warpwstep": "warped_slab", + "warped_stairs": { + "material": "WARPED_STAIRS" + }, + "minecraft:warped_stairs": "warped_stairs", + "warpedstair": "warped_stairs", + "warpedstairs": "warped_stairs", + "warpedwoodenstair": "warped_stairs", + "warpedwoodenstairs": "warped_stairs", + "warpedwoodstair": "warped_stairs", + "warpedwoodstairs": "warped_stairs", + "warpedwstair": "warped_stairs", + "warpedwstairs": "warped_stairs", + "warpstair": "warped_stairs", + "warpwoodenstair": "warped_stairs", + "warpwoodenstairs": "warped_stairs", + "warpwoodstair": "warped_stairs", + "warpwoodstairs": "warped_stairs", + "warpwstair": "warped_stairs", + "warpwstairs": "warped_stairs", + "warped_stem": { + "material": "WARPED_STEM" + }, + "logwarp": "warped_stem", + "logwarped": "warped_stem", + "minecraft:warped_stem": "warped_stem", + "stemwarp": "warped_stem", + "stemwarped": "warped_stem", + "warpedlog": "warped_stem", + "warpedstem": "warped_stem", + "warplog": "warped_stem", + "warpstem": "warped_stem", + "warped_trapdoor": { + "material": "WARPED_TRAPDOOR" + }, + "minecraft:warped_trapdoor": "warped_trapdoor", + "warpdoort": "warped_trapdoor", + "warpdoortrap": "warped_trapdoor", + "warpdtrap": "warped_trapdoor", + "warpeddoort": "warped_trapdoor", + "warpeddoortrap": "warped_trapdoor", + "warpeddtrap": "warped_trapdoor", + "warpedhatch": "warped_trapdoor", + "warpedtdoor": "warped_trapdoor", + "warpedtrapd": "warped_trapdoor", + "warpedtrapdoor": "warped_trapdoor", + "warphatch": "warped_trapdoor", + "warptdoor": "warped_trapdoor", + "warptrapd": "warped_trapdoor", + "warptrapdoor": "warped_trapdoor", + "warped_wart_block": { + "material": "WARPED_WART_BLOCK" + }, + "minecraft:warped_wart_block": "warped_wart_block", + "warpedwart": "warped_wart_block", + "warpedwartblock": "warped_wart_block", + "warpwart": "warped_wart_block", + "warpwartblock": "warped_wart_block", + "water_breathing_lingering_potion": { + "potionData": { + "type": "WATER_BREATHING", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotbreath": "water_breathing_lingering_potion", + "aoepotbreathing": "water_breathing_lingering_potion", + "aoepotionbreath": "water_breathing_lingering_potion", + "aoepotionbreathing": "water_breathing_lingering_potion", + "aoepotionwaterbreath": "water_breathing_lingering_potion", + "aoepotionwaterbreathing": "water_breathing_lingering_potion", + "aoepotionwb": "water_breathing_lingering_potion", + "aoepotwaterbreath": "water_breathing_lingering_potion", + "aoepotwaterbreathing": "water_breathing_lingering_potion", + "aoepotwb": "water_breathing_lingering_potion", + "areapotbreath": "water_breathing_lingering_potion", + "areapotbreathing": "water_breathing_lingering_potion", + "areapotionbreath": "water_breathing_lingering_potion", + "areapotionbreathing": "water_breathing_lingering_potion", + "areapotionwaterbreath": "water_breathing_lingering_potion", + "areapotionwaterbreathing": "water_breathing_lingering_potion", + "areapotionwb": "water_breathing_lingering_potion", + "areapotwaterbreath": "water_breathing_lingering_potion", + "areapotwaterbreathing": "water_breathing_lingering_potion", + "areapotwb": "water_breathing_lingering_potion", + "breathaoepoiont": "water_breathing_lingering_potion", + "breathaoepot": "water_breathing_lingering_potion", + "breathareapot": "water_breathing_lingering_potion", + "breathareapotion": "water_breathing_lingering_potion", + "breathcloudpot": "water_breathing_lingering_potion", + "breathcloudpotion": "water_breathing_lingering_potion", + "breathingaoepoiont": "water_breathing_lingering_potion", + "breathingaoepot": "water_breathing_lingering_potion", + "breathingareapot": "water_breathing_lingering_potion", + "breathingareapotion": "water_breathing_lingering_potion", + "breathingcloudpot": "water_breathing_lingering_potion", + "breathingcloudpotion": "water_breathing_lingering_potion", + "breathinglingerpot": "water_breathing_lingering_potion", + "breathlingerpot": "water_breathing_lingering_potion", + "cloudpotbreath": "water_breathing_lingering_potion", + "cloudpotbreathing": "water_breathing_lingering_potion", + "cloudpotionbreath": "water_breathing_lingering_potion", + "cloudpotionbreathing": "water_breathing_lingering_potion", + "cloudpotionwaterbreath": "water_breathing_lingering_potion", + "cloudpotionwaterbreathing": "water_breathing_lingering_potion", + "cloudpotionwb": "water_breathing_lingering_potion", + "cloudpotwaterbreath": "water_breathing_lingering_potion", + "cloudpotwaterbreathing": "water_breathing_lingering_potion", + "cloudpotwb": "water_breathing_lingering_potion", + "lingerpotbreath": "water_breathing_lingering_potion", + "lingerpotbreathing": "water_breathing_lingering_potion", + "lingerpotwaterbreath": "water_breathing_lingering_potion", + "lingerpotwaterbreathing": "water_breathing_lingering_potion", + "lingerpotwb": "water_breathing_lingering_potion", + "waterbreathaoepoiont": "water_breathing_lingering_potion", + "waterbreathaoepot": "water_breathing_lingering_potion", + "waterbreathareapot": "water_breathing_lingering_potion", + "waterbreathareapotion": "water_breathing_lingering_potion", + "waterbreathcloudpot": "water_breathing_lingering_potion", + "waterbreathcloudpotion": "water_breathing_lingering_potion", + "waterbreathingaoepoiont": "water_breathing_lingering_potion", + "waterbreathingaoepot": "water_breathing_lingering_potion", + "waterbreathingareapot": "water_breathing_lingering_potion", + "waterbreathingareapotion": "water_breathing_lingering_potion", + "waterbreathingcloudpot": "water_breathing_lingering_potion", + "waterbreathingcloudpotion": "water_breathing_lingering_potion", + "waterbreathinglingerpot": "water_breathing_lingering_potion", + "waterbreathlingerpot": "water_breathing_lingering_potion", + "wbaoepoiont": "water_breathing_lingering_potion", + "wbaoepot": "water_breathing_lingering_potion", + "wbareapot": "water_breathing_lingering_potion", + "wbareapotion": "water_breathing_lingering_potion", + "wbcloudpot": "water_breathing_lingering_potion", + "wbcloudpotion": "water_breathing_lingering_potion", + "wblingerpot": "water_breathing_lingering_potion", + "water_breathing_potion": { + "potionData": { + "type": "WATER_BREATHING", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "breathingpot": "water_breathing_potion", + "breathingpotion": "water_breathing_potion", + "breathpot": "water_breathing_potion", + "breathpotion": "water_breathing_potion", + "potionofbreath": "water_breathing_potion", + "potionofbreathing": "water_breathing_potion", + "potionofwaterbreath": "water_breathing_potion", + "potionofwaterbreathing": "water_breathing_potion", + "potionofwb": "water_breathing_potion", + "potofbreath": "water_breathing_potion", + "potofbreathing": "water_breathing_potion", + "potofwaterbreath": "water_breathing_potion", + "potofwaterbreathing": "water_breathing_potion", + "potofwb": "water_breathing_potion", + "waterbreathingpot": "water_breathing_potion", + "waterbreathingpotion": "water_breathing_potion", + "waterbreathpot": "water_breathing_potion", + "waterbreathpotion": "water_breathing_potion", + "wbpot": "water_breathing_potion", + "wbpotion": "water_breathing_potion", + "water_breathing_splash_potion": { + "potionData": { + "type": "WATER_BREATHING", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "breathingsplashpot": "water_breathing_splash_potion", + "breathingsplashpotion": "water_breathing_splash_potion", + "breathsplashpot": "water_breathing_splash_potion", + "breathsplashpotion": "water_breathing_splash_potion", + "splashbreathingpot": "water_breathing_splash_potion", + "splashbreathingpotion": "water_breathing_splash_potion", + "splashbreathpot": "water_breathing_splash_potion", + "splashbreathpotion": "water_breathing_splash_potion", + "splashwaterbreathingpot": "water_breathing_splash_potion", + "splashwaterbreathingpotion": "water_breathing_splash_potion", + "splashwaterbreathpot": "water_breathing_splash_potion", + "splashwaterbreathpotion": "water_breathing_splash_potion", + "splashwbpot": "water_breathing_splash_potion", + "splashwbpotion": "water_breathing_splash_potion", + "splbreathingpot": "water_breathing_splash_potion", + "splbreathingpotion": "water_breathing_splash_potion", + "splbreathpot": "water_breathing_splash_potion", + "splbreathpotion": "water_breathing_splash_potion", + "splwaterbreathingpot": "water_breathing_splash_potion", + "splwaterbreathingpotion": "water_breathing_splash_potion", + "splwaterbreathpot": "water_breathing_splash_potion", + "splwaterbreathpotion": "water_breathing_splash_potion", + "splwbpot": "water_breathing_splash_potion", + "splwbpotion": "water_breathing_splash_potion", + "waterbreathingsplashpot": "water_breathing_splash_potion", + "waterbreathingsplashpotion": "water_breathing_splash_potion", + "waterbreathsplashpot": "water_breathing_splash_potion", + "waterbreathsplashpotion": "water_breathing_splash_potion", + "wbsplashpot": "water_breathing_splash_potion", + "wbsplashpotion": "water_breathing_splash_potion", + "water_breathing_tipped_arrow": { + "potionData": { + "type": "WATER_BREATHING", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowbreath": "water_breathing_tipped_arrow", + "arrowbreathing": "water_breathing_tipped_arrow", + "arrowwaterbreath": "water_breathing_tipped_arrow", + "arrowwaterbreathing": "water_breathing_tipped_arrow", + "arrowwb": "water_breathing_tipped_arrow", + "breatharrow": "water_breathing_tipped_arrow", + "breathingarrow": "water_breathing_tipped_arrow", + "breathingtarr": "water_breathing_tipped_arrow", + "breathingtarrow": "water_breathing_tipped_arrow", + "breathingtippedarrow": "water_breathing_tipped_arrow", + "breathtarr": "water_breathing_tipped_arrow", + "breathtarrow": "water_breathing_tipped_arrow", + "breathtippedarrow": "water_breathing_tipped_arrow", + "waterbreatharrow": "water_breathing_tipped_arrow", + "waterbreathingarrow": "water_breathing_tipped_arrow", + "waterbreathingtarr": "water_breathing_tipped_arrow", + "waterbreathingtarrow": "water_breathing_tipped_arrow", + "waterbreathingtippedarrow": "water_breathing_tipped_arrow", + "waterbreathtarr": "water_breathing_tipped_arrow", + "waterbreathtarrow": "water_breathing_tipped_arrow", + "waterbreathtippedarrow": "water_breathing_tipped_arrow", + "wbarrow": "water_breathing_tipped_arrow", + "wbtarr": "water_breathing_tipped_arrow", + "wbtarrow": "water_breathing_tipped_arrow", + "wbtippedarrow": "water_breathing_tipped_arrow", + "water_bucket": { + "material": "WATER_BUCKET" + }, + "minecraft:water_bucket": "water_bucket", + "waterbucket": "water_bucket", + "water_lingering_potion": { + "potionData": { + "type": "WATER", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotionwater": "water_lingering_potion", + "aoepotwater": "water_lingering_potion", + "areapotionwater": "water_lingering_potion", + "areapotwater": "water_lingering_potion", + "cloudpotionwater": "water_lingering_potion", + "cloudpotwater": "water_lingering_potion", + "lingerpotwater": "water_lingering_potion", + "wateraoepoiont": "water_lingering_potion", + "wateraoepot": "water_lingering_potion", + "waterareapot": "water_lingering_potion", + "waterareapotion": "water_lingering_potion", + "watercloudpot": "water_lingering_potion", + "watercloudpotion": "water_lingering_potion", + "waterlingerpot": "water_lingering_potion", + "water_potion": { + "potionData": { + "type": "WATER", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "potionofwater": "water_potion", + "potofwater": "water_potion", + "waterpot": "water_potion", + "waterpotion": "water_potion", + "water_splash_potion": { + "potionData": { + "type": "WATER", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "splashwaterpot": "water_splash_potion", + "splashwaterpotion": "water_splash_potion", + "splwaterpot": "water_splash_potion", + "splwaterpotion": "water_splash_potion", + "watersplashpot": "water_splash_potion", + "watersplashpotion": "water_splash_potion", + "water_tipped_arrow": { + "potionData": { + "type": "WATER", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowwater": "water_tipped_arrow", + "waterarrow": "water_tipped_arrow", + "watertarr": "water_tipped_arrow", + "watertarrow": "water_tipped_arrow", + "watertippedarrow": "water_tipped_arrow", + "waxed_copper_block": { + "material": "WAXED_COPPER_BLOCK" + }, + "minecraft:waxed_copper_block": "waxed_copper_block", + "wacoblock": "waxed_copper_block", + "wacopblock": "waxed_copper_block", + "wacopperblock": "waxed_copper_block", + "waxcoblock": "waxed_copper_block", + "waxcopblock": "waxed_copper_block", + "waxcopperblock": "waxed_copper_block", + "waxedcoblock": "waxed_copper_block", + "waxedcopblock": "waxed_copper_block", + "waxedcopperblock": "waxed_copper_block", + "waxed_cut_copper": { + "material": "WAXED_CUT_COPPER" + }, + "cutwacoblock": "waxed_cut_copper", + "cutwacopblock": "waxed_cut_copper", + "cutwacopperblock": "waxed_cut_copper", + "cutwaxcoblock": "waxed_cut_copper", + "cutwaxcopblock": "waxed_cut_copper", + "cutwaxcopperblock": "waxed_cut_copper", + "cutwaxedcoblock": "waxed_cut_copper", + "cutwaxedcopblock": "waxed_cut_copper", + "cutwaxedcopperblock": "waxed_cut_copper", + "cwacoblock": "waxed_cut_copper", + "cwacopblock": "waxed_cut_copper", + "cwacopperblock": "waxed_cut_copper", + "cwaxcoblock": "waxed_cut_copper", + "cwaxcopblock": "waxed_cut_copper", + "cwaxcopperblock": "waxed_cut_copper", + "cwaxedcoblock": "waxed_cut_copper", + "cwaxedcopblock": "waxed_cut_copper", + "cwaxedcopperblock": "waxed_cut_copper", + "minecraft:waxed_cut_copper": "waxed_cut_copper", + "waccoblock": "waxed_cut_copper", + "waccopblock": "waxed_cut_copper", + "waccopperblock": "waxed_cut_copper", + "wacutcoblock": "waxed_cut_copper", + "wacutcopblock": "waxed_cut_copper", + "wacutcopperblock": "waxed_cut_copper", + "waxccoblock": "waxed_cut_copper", + "waxccopblock": "waxed_cut_copper", + "waxccopperblock": "waxed_cut_copper", + "waxcutcoblock": "waxed_cut_copper", + "waxcutcopblock": "waxed_cut_copper", + "waxcutcopperblock": "waxed_cut_copper", + "waxedccoblock": "waxed_cut_copper", + "waxedccopblock": "waxed_cut_copper", + "waxedccopperblock": "waxed_cut_copper", + "waxedcutcoblock": "waxed_cut_copper", + "waxedcutcopblock": "waxed_cut_copper", + "waxedcutcopper": "waxed_cut_copper", + "waxedcutcopperblock": "waxed_cut_copper", + "waxed_cut_copper_slab": { + "material": "WAXED_CUT_COPPER_SLAB" + }, + "cutwacohalfblock": "waxed_cut_copper_slab", + "cutwacophalfblock": "waxed_cut_copper_slab", + "cutwacopperhalfblock": "waxed_cut_copper_slab", + "cutwacoppersl": "waxed_cut_copper_slab", + "cutwacopperslab": "waxed_cut_copper_slab", + "cutwacopperstep": "waxed_cut_copper_slab", + "cutwacopsl": "waxed_cut_copper_slab", + "cutwacopslab": "waxed_cut_copper_slab", + "cutwacopstep": "waxed_cut_copper_slab", + "cutwacosl": "waxed_cut_copper_slab", + "cutwacoslab": "waxed_cut_copper_slab", + "cutwacostep": "waxed_cut_copper_slab", + "cutwaxcohalfblock": "waxed_cut_copper_slab", + "cutwaxcophalfblock": "waxed_cut_copper_slab", + "cutwaxcopperhalfblock": "waxed_cut_copper_slab", + "cutwaxcoppersl": "waxed_cut_copper_slab", + "cutwaxcopperslab": "waxed_cut_copper_slab", + "cutwaxcopperstep": "waxed_cut_copper_slab", + "cutwaxcopsl": "waxed_cut_copper_slab", + "cutwaxcopslab": "waxed_cut_copper_slab", + "cutwaxcopstep": "waxed_cut_copper_slab", + "cutwaxcosl": "waxed_cut_copper_slab", + "cutwaxcoslab": "waxed_cut_copper_slab", + "cutwaxcostep": "waxed_cut_copper_slab", + "cutwaxedcohalfblock": "waxed_cut_copper_slab", + "cutwaxedcophalfblock": "waxed_cut_copper_slab", + "cutwaxedcopperhalfblock": "waxed_cut_copper_slab", + "cutwaxedcoppersl": "waxed_cut_copper_slab", + "cutwaxedcopperslab": "waxed_cut_copper_slab", + "cutwaxedcopperstep": "waxed_cut_copper_slab", + "cutwaxedcopsl": "waxed_cut_copper_slab", + "cutwaxedcopslab": "waxed_cut_copper_slab", + "cutwaxedcopstep": "waxed_cut_copper_slab", + "cutwaxedcosl": "waxed_cut_copper_slab", + "cutwaxedcoslab": "waxed_cut_copper_slab", + "cutwaxedcostep": "waxed_cut_copper_slab", + "cwacohalfblock": "waxed_cut_copper_slab", + "cwacophalfblock": "waxed_cut_copper_slab", + "cwacopperhalfblock": "waxed_cut_copper_slab", + "cwacoppersl": "waxed_cut_copper_slab", + "cwacopperslab": "waxed_cut_copper_slab", + "cwacopperstep": "waxed_cut_copper_slab", + "cwacopsl": "waxed_cut_copper_slab", + "cwacopslab": "waxed_cut_copper_slab", + "cwacopstep": "waxed_cut_copper_slab", + "cwacosl": "waxed_cut_copper_slab", + "cwacoslab": "waxed_cut_copper_slab", + "cwacostep": "waxed_cut_copper_slab", + "cwaxcohalfblock": "waxed_cut_copper_slab", + "cwaxcophalfblock": "waxed_cut_copper_slab", + "cwaxcopperhalfblock": "waxed_cut_copper_slab", + "cwaxcoppersl": "waxed_cut_copper_slab", + "cwaxcopperslab": "waxed_cut_copper_slab", + "cwaxcopperstep": "waxed_cut_copper_slab", + "cwaxcopsl": "waxed_cut_copper_slab", + "cwaxcopslab": "waxed_cut_copper_slab", + "cwaxcopstep": "waxed_cut_copper_slab", + "cwaxcosl": "waxed_cut_copper_slab", + "cwaxcoslab": "waxed_cut_copper_slab", + "cwaxcostep": "waxed_cut_copper_slab", + "cwaxedcohalfblock": "waxed_cut_copper_slab", + "cwaxedcophalfblock": "waxed_cut_copper_slab", + "cwaxedcopperhalfblock": "waxed_cut_copper_slab", + "cwaxedcoppersl": "waxed_cut_copper_slab", + "cwaxedcopperslab": "waxed_cut_copper_slab", + "cwaxedcopperstep": "waxed_cut_copper_slab", + "cwaxedcopsl": "waxed_cut_copper_slab", + "cwaxedcopslab": "waxed_cut_copper_slab", + "cwaxedcopstep": "waxed_cut_copper_slab", + "cwaxedcosl": "waxed_cut_copper_slab", + "cwaxedcoslab": "waxed_cut_copper_slab", + "cwaxedcostep": "waxed_cut_copper_slab", + "minecraft:waxed_cut_copper_slab": "waxed_cut_copper_slab", + "waccohalfblock": "waxed_cut_copper_slab", + "waccophalfblock": "waxed_cut_copper_slab", + "waccopperhalfblock": "waxed_cut_copper_slab", + "waccoppersl": "waxed_cut_copper_slab", + "waccopperslab": "waxed_cut_copper_slab", + "waccopperstep": "waxed_cut_copper_slab", + "waccopsl": "waxed_cut_copper_slab", + "waccopslab": "waxed_cut_copper_slab", + "waccopstep": "waxed_cut_copper_slab", + "waccosl": "waxed_cut_copper_slab", + "waccoslab": "waxed_cut_copper_slab", + "waccostep": "waxed_cut_copper_slab", + "wacutcohalfblock": "waxed_cut_copper_slab", + "wacutcophalfblock": "waxed_cut_copper_slab", + "wacutcopperhalfblock": "waxed_cut_copper_slab", + "wacutcoppersl": "waxed_cut_copper_slab", + "wacutcopperslab": "waxed_cut_copper_slab", + "wacutcopperstep": "waxed_cut_copper_slab", + "wacutcopsl": "waxed_cut_copper_slab", + "wacutcopslab": "waxed_cut_copper_slab", + "wacutcopstep": "waxed_cut_copper_slab", + "wacutcosl": "waxed_cut_copper_slab", + "wacutcoslab": "waxed_cut_copper_slab", + "wacutcostep": "waxed_cut_copper_slab", + "waxccohalfblock": "waxed_cut_copper_slab", + "waxccophalfblock": "waxed_cut_copper_slab", + "waxccopperhalfblock": "waxed_cut_copper_slab", + "waxccoppersl": "waxed_cut_copper_slab", + "waxccopperslab": "waxed_cut_copper_slab", + "waxccopperstep": "waxed_cut_copper_slab", + "waxccopsl": "waxed_cut_copper_slab", + "waxccopslab": "waxed_cut_copper_slab", + "waxccopstep": "waxed_cut_copper_slab", + "waxccosl": "waxed_cut_copper_slab", + "waxccoslab": "waxed_cut_copper_slab", + "waxccostep": "waxed_cut_copper_slab", + "waxcutcohalfblock": "waxed_cut_copper_slab", + "waxcutcophalfblock": "waxed_cut_copper_slab", + "waxcutcopperhalfblock": "waxed_cut_copper_slab", + "waxcutcoppersl": "waxed_cut_copper_slab", + "waxcutcopperslab": "waxed_cut_copper_slab", + "waxcutcopperstep": "waxed_cut_copper_slab", + "waxcutcopsl": "waxed_cut_copper_slab", + "waxcutcopslab": "waxed_cut_copper_slab", + "waxcutcopstep": "waxed_cut_copper_slab", + "waxcutcosl": "waxed_cut_copper_slab", + "waxcutcoslab": "waxed_cut_copper_slab", + "waxcutcostep": "waxed_cut_copper_slab", + "waxedccohalfblock": "waxed_cut_copper_slab", + "waxedccophalfblock": "waxed_cut_copper_slab", + "waxedccopperhalfblock": "waxed_cut_copper_slab", + "waxedccoppersl": "waxed_cut_copper_slab", + "waxedccopperslab": "waxed_cut_copper_slab", + "waxedccopperstep": "waxed_cut_copper_slab", + "waxedccopsl": "waxed_cut_copper_slab", + "waxedccopslab": "waxed_cut_copper_slab", + "waxedccopstep": "waxed_cut_copper_slab", + "waxedccosl": "waxed_cut_copper_slab", + "waxedccoslab": "waxed_cut_copper_slab", + "waxedccostep": "waxed_cut_copper_slab", + "waxedcutcohalfblock": "waxed_cut_copper_slab", + "waxedcutcophalfblock": "waxed_cut_copper_slab", + "waxedcutcopperhalfblock": "waxed_cut_copper_slab", + "waxedcutcoppersl": "waxed_cut_copper_slab", + "waxedcutcopperslab": "waxed_cut_copper_slab", + "waxedcutcopperstep": "waxed_cut_copper_slab", + "waxedcutcopsl": "waxed_cut_copper_slab", + "waxedcutcopslab": "waxed_cut_copper_slab", + "waxedcutcopstep": "waxed_cut_copper_slab", + "waxedcutcosl": "waxed_cut_copper_slab", + "waxedcutcoslab": "waxed_cut_copper_slab", + "waxedcutcostep": "waxed_cut_copper_slab", + "waxed_cut_copper_stairs": { + "material": "WAXED_CUT_COPPER_STAIRS" + }, + "cutwacopperstair": "waxed_cut_copper_stairs", + "cutwacopperstairs": "waxed_cut_copper_stairs", + "cutwacopstair": "waxed_cut_copper_stairs", + "cutwacopstairs": "waxed_cut_copper_stairs", + "cutwacostair": "waxed_cut_copper_stairs", + "cutwacostairs": "waxed_cut_copper_stairs", + "cutwaxcopperstair": "waxed_cut_copper_stairs", + "cutwaxcopperstairs": "waxed_cut_copper_stairs", + "cutwaxcopstair": "waxed_cut_copper_stairs", + "cutwaxcopstairs": "waxed_cut_copper_stairs", + "cutwaxcostair": "waxed_cut_copper_stairs", + "cutwaxcostairs": "waxed_cut_copper_stairs", + "cutwaxedcopperstair": "waxed_cut_copper_stairs", + "cutwaxedcopperstairs": "waxed_cut_copper_stairs", + "cutwaxedcopstair": "waxed_cut_copper_stairs", + "cutwaxedcopstairs": "waxed_cut_copper_stairs", + "cutwaxedcostair": "waxed_cut_copper_stairs", + "cutwaxedcostairs": "waxed_cut_copper_stairs", + "cwacopperstair": "waxed_cut_copper_stairs", + "cwacopperstairs": "waxed_cut_copper_stairs", + "cwacopstair": "waxed_cut_copper_stairs", + "cwacopstairs": "waxed_cut_copper_stairs", + "cwacostair": "waxed_cut_copper_stairs", + "cwacostairs": "waxed_cut_copper_stairs", + "cwaxcopperstair": "waxed_cut_copper_stairs", + "cwaxcopperstairs": "waxed_cut_copper_stairs", + "cwaxcopstair": "waxed_cut_copper_stairs", + "cwaxcopstairs": "waxed_cut_copper_stairs", + "cwaxcostair": "waxed_cut_copper_stairs", + "cwaxcostairs": "waxed_cut_copper_stairs", + "cwaxedcopperstair": "waxed_cut_copper_stairs", + "cwaxedcopperstairs": "waxed_cut_copper_stairs", + "cwaxedcopstair": "waxed_cut_copper_stairs", + "cwaxedcopstairs": "waxed_cut_copper_stairs", + "cwaxedcostair": "waxed_cut_copper_stairs", + "cwaxedcostairs": "waxed_cut_copper_stairs", + "minecraft:waxed_cut_copper_stairs": "waxed_cut_copper_stairs", + "waccopperstair": "waxed_cut_copper_stairs", + "waccopperstairs": "waxed_cut_copper_stairs", + "waccopstair": "waxed_cut_copper_stairs", + "waccopstairs": "waxed_cut_copper_stairs", + "waccostair": "waxed_cut_copper_stairs", + "waccostairs": "waxed_cut_copper_stairs", + "wacutcopperstair": "waxed_cut_copper_stairs", + "wacutcopperstairs": "waxed_cut_copper_stairs", + "wacutcopstair": "waxed_cut_copper_stairs", + "wacutcopstairs": "waxed_cut_copper_stairs", + "wacutcostair": "waxed_cut_copper_stairs", + "wacutcostairs": "waxed_cut_copper_stairs", + "waxccopperstair": "waxed_cut_copper_stairs", + "waxccopperstairs": "waxed_cut_copper_stairs", + "waxccopstair": "waxed_cut_copper_stairs", + "waxccopstairs": "waxed_cut_copper_stairs", + "waxccostair": "waxed_cut_copper_stairs", + "waxccostairs": "waxed_cut_copper_stairs", + "waxcutcopperstair": "waxed_cut_copper_stairs", + "waxcutcopperstairs": "waxed_cut_copper_stairs", + "waxcutcopstair": "waxed_cut_copper_stairs", + "waxcutcopstairs": "waxed_cut_copper_stairs", + "waxcutcostair": "waxed_cut_copper_stairs", + "waxcutcostairs": "waxed_cut_copper_stairs", + "waxedccopperstair": "waxed_cut_copper_stairs", + "waxedccopperstairs": "waxed_cut_copper_stairs", + "waxedccopstair": "waxed_cut_copper_stairs", + "waxedccopstairs": "waxed_cut_copper_stairs", + "waxedccostair": "waxed_cut_copper_stairs", + "waxedccostairs": "waxed_cut_copper_stairs", + "waxedcutcopperstair": "waxed_cut_copper_stairs", + "waxedcutcopperstairs": "waxed_cut_copper_stairs", + "waxedcutcopstair": "waxed_cut_copper_stairs", + "waxedcutcopstairs": "waxed_cut_copper_stairs", + "waxedcutcostair": "waxed_cut_copper_stairs", + "waxedcutcostairs": "waxed_cut_copper_stairs", + "waxed_exposed_copper": { + "material": "WAXED_EXPOSED_COPPER" + }, + "exposedwacoblock": "waxed_exposed_copper", + "exposedwacopblock": "waxed_exposed_copper", + "exposedwacopperblock": "waxed_exposed_copper", + "exposedwaxcoblock": "waxed_exposed_copper", + "exposedwaxcopblock": "waxed_exposed_copper", + "exposedwaxcopperblock": "waxed_exposed_copper", + "exposedwaxedcoblock": "waxed_exposed_copper", + "exposedwaxedcopblock": "waxed_exposed_copper", + "exposedwaxedcopperblock": "waxed_exposed_copper", + "expwacoblock": "waxed_exposed_copper", + "expwacopblock": "waxed_exposed_copper", + "expwacopperblock": "waxed_exposed_copper", + "expwaxcoblock": "waxed_exposed_copper", + "expwaxcopblock": "waxed_exposed_copper", + "expwaxcopperblock": "waxed_exposed_copper", + "expwaxedcoblock": "waxed_exposed_copper", + "expwaxedcopblock": "waxed_exposed_copper", + "expwaxedcopperblock": "waxed_exposed_copper", + "exwacoblock": "waxed_exposed_copper", + "exwacopblock": "waxed_exposed_copper", + "exwacopperblock": "waxed_exposed_copper", + "exwaxcoblock": "waxed_exposed_copper", + "exwaxcopblock": "waxed_exposed_copper", + "exwaxcopperblock": "waxed_exposed_copper", + "exwaxedcoblock": "waxed_exposed_copper", + "exwaxedcopblock": "waxed_exposed_copper", + "exwaxedcopperblock": "waxed_exposed_copper", + "minecraft:waxed_exposed_copper": "waxed_exposed_copper", + "waexcoblock": "waxed_exposed_copper", + "waexcopblock": "waxed_exposed_copper", + "waexcopperblock": "waxed_exposed_copper", + "waexpcoblock": "waxed_exposed_copper", + "waexpcopblock": "waxed_exposed_copper", + "waexpcopperblock": "waxed_exposed_copper", + "waexposedcoblock": "waxed_exposed_copper", + "waexposedcopblock": "waxed_exposed_copper", + "waexposedcopperblock": "waxed_exposed_copper", + "waxedexcoblock": "waxed_exposed_copper", + "waxedexcopblock": "waxed_exposed_copper", + "waxedexcopperblock": "waxed_exposed_copper", + "waxedexpcoblock": "waxed_exposed_copper", + "waxedexpcopblock": "waxed_exposed_copper", + "waxedexpcopperblock": "waxed_exposed_copper", + "waxedexposedcoblock": "waxed_exposed_copper", + "waxedexposedcopblock": "waxed_exposed_copper", + "waxedexposedcopper": "waxed_exposed_copper", + "waxedexposedcopperblock": "waxed_exposed_copper", + "waxexcoblock": "waxed_exposed_copper", + "waxexcopblock": "waxed_exposed_copper", + "waxexcopperblock": "waxed_exposed_copper", + "waxexpcoblock": "waxed_exposed_copper", + "waxexpcopblock": "waxed_exposed_copper", + "waxexpcopperblock": "waxed_exposed_copper", + "waxexposedcoblock": "waxed_exposed_copper", + "waxexposedcopblock": "waxed_exposed_copper", + "waxexposedcopperblock": "waxed_exposed_copper", + "waxed_exposed_cut_copper": { + "material": "WAXED_EXPOSED_CUT_COPPER" + }, + "cexposedwacoblock": "waxed_exposed_cut_copper", + "cexposedwacopblock": "waxed_exposed_cut_copper", + "cexposedwacopperblock": "waxed_exposed_cut_copper", + "cexposedwaxcoblock": "waxed_exposed_cut_copper", + "cexposedwaxcopblock": "waxed_exposed_cut_copper", + "cexposedwaxcopperblock": "waxed_exposed_cut_copper", + "cexposedwaxedcoblock": "waxed_exposed_cut_copper", + "cexposedwaxedcopblock": "waxed_exposed_cut_copper", + "cexposedwaxedcopperblock": "waxed_exposed_cut_copper", + "cexpwacoblock": "waxed_exposed_cut_copper", + "cexpwacopblock": "waxed_exposed_cut_copper", + "cexpwacopperblock": "waxed_exposed_cut_copper", + "cexpwaxcoblock": "waxed_exposed_cut_copper", + "cexpwaxcopblock": "waxed_exposed_cut_copper", + "cexpwaxcopperblock": "waxed_exposed_cut_copper", + "cexpwaxedcoblock": "waxed_exposed_cut_copper", + "cexpwaxedcopblock": "waxed_exposed_cut_copper", + "cexpwaxedcopperblock": "waxed_exposed_cut_copper", + "cexwacoblock": "waxed_exposed_cut_copper", + "cexwacopblock": "waxed_exposed_cut_copper", + "cexwacopperblock": "waxed_exposed_cut_copper", + "cexwaxcoblock": "waxed_exposed_cut_copper", + "cexwaxcopblock": "waxed_exposed_cut_copper", + "cexwaxcopperblock": "waxed_exposed_cut_copper", + "cexwaxedcoblock": "waxed_exposed_cut_copper", + "cexwaxedcopblock": "waxed_exposed_cut_copper", + "cexwaxedcopperblock": "waxed_exposed_cut_copper", + "cutexposedwacoblock": "waxed_exposed_cut_copper", + "cutexposedwacopblock": "waxed_exposed_cut_copper", + "cutexposedwacopperblock": "waxed_exposed_cut_copper", + "cutexposedwaxcoblock": "waxed_exposed_cut_copper", + "cutexposedwaxcopblock": "waxed_exposed_cut_copper", + "cutexposedwaxcopperblock": "waxed_exposed_cut_copper", + "cutexposedwaxedcoblock": "waxed_exposed_cut_copper", + "cutexposedwaxedcopblock": "waxed_exposed_cut_copper", + "cutexposedwaxedcopperblock": "waxed_exposed_cut_copper", + "cutexpwacoblock": "waxed_exposed_cut_copper", + "cutexpwacopblock": "waxed_exposed_cut_copper", + "cutexpwacopperblock": "waxed_exposed_cut_copper", + "cutexpwaxcoblock": "waxed_exposed_cut_copper", + "cutexpwaxcopblock": "waxed_exposed_cut_copper", + "cutexpwaxcopperblock": "waxed_exposed_cut_copper", + "cutexpwaxedcoblock": "waxed_exposed_cut_copper", + "cutexpwaxedcopblock": "waxed_exposed_cut_copper", + "cutexpwaxedcopperblock": "waxed_exposed_cut_copper", + "cutexwacoblock": "waxed_exposed_cut_copper", + "cutexwacopblock": "waxed_exposed_cut_copper", + "cutexwacopperblock": "waxed_exposed_cut_copper", + "cutexwaxcoblock": "waxed_exposed_cut_copper", + "cutexwaxcopblock": "waxed_exposed_cut_copper", + "cutexwaxcopperblock": "waxed_exposed_cut_copper", + "cutexwaxedcoblock": "waxed_exposed_cut_copper", + "cutexwaxedcopblock": "waxed_exposed_cut_copper", + "cutexwaxedcopperblock": "waxed_exposed_cut_copper", + "cutwaexcoblock": "waxed_exposed_cut_copper", + "cutwaexcopblock": "waxed_exposed_cut_copper", + "cutwaexcopperblock": "waxed_exposed_cut_copper", + "cutwaexpcoblock": "waxed_exposed_cut_copper", + "cutwaexpcopblock": "waxed_exposed_cut_copper", + "cutwaexpcopperblock": "waxed_exposed_cut_copper", + "cutwaexposedcoblock": "waxed_exposed_cut_copper", + "cutwaexposedcopblock": "waxed_exposed_cut_copper", + "cutwaexposedcopperblock": "waxed_exposed_cut_copper", + "cutwaxedexcoblock": "waxed_exposed_cut_copper", + "cutwaxedexcopblock": "waxed_exposed_cut_copper", + "cutwaxedexcopperblock": "waxed_exposed_cut_copper", + "cutwaxedexpcoblock": "waxed_exposed_cut_copper", + "cutwaxedexpcopblock": "waxed_exposed_cut_copper", + "cutwaxedexpcopperblock": "waxed_exposed_cut_copper", + "cutwaxedexposedcoblock": "waxed_exposed_cut_copper", + "cutwaxedexposedcopblock": "waxed_exposed_cut_copper", + "cutwaxedexposedcopperblock": "waxed_exposed_cut_copper", + "cutwaxexcoblock": "waxed_exposed_cut_copper", + "cutwaxexcopblock": "waxed_exposed_cut_copper", + "cutwaxexcopperblock": "waxed_exposed_cut_copper", + "cutwaxexpcoblock": "waxed_exposed_cut_copper", + "cutwaxexpcopblock": "waxed_exposed_cut_copper", + "cutwaxexpcopperblock": "waxed_exposed_cut_copper", + "cutwaxexposedcoblock": "waxed_exposed_cut_copper", + "cutwaxexposedcopblock": "waxed_exposed_cut_copper", + "cutwaxexposedcopperblock": "waxed_exposed_cut_copper", + "cwaexcoblock": "waxed_exposed_cut_copper", + "cwaexcopblock": "waxed_exposed_cut_copper", + "cwaexcopperblock": "waxed_exposed_cut_copper", + "cwaexpcoblock": "waxed_exposed_cut_copper", + "cwaexpcopblock": "waxed_exposed_cut_copper", + "cwaexpcopperblock": "waxed_exposed_cut_copper", + "cwaexposedcoblock": "waxed_exposed_cut_copper", + "cwaexposedcopblock": "waxed_exposed_cut_copper", + "cwaexposedcopperblock": "waxed_exposed_cut_copper", + "cwaxedexcoblock": "waxed_exposed_cut_copper", + "cwaxedexcopblock": "waxed_exposed_cut_copper", + "cwaxedexcopperblock": "waxed_exposed_cut_copper", + "cwaxedexpcoblock": "waxed_exposed_cut_copper", + "cwaxedexpcopblock": "waxed_exposed_cut_copper", + "cwaxedexpcopperblock": "waxed_exposed_cut_copper", + "cwaxedexposedcoblock": "waxed_exposed_cut_copper", + "cwaxedexposedcopblock": "waxed_exposed_cut_copper", + "cwaxedexposedcopperblock": "waxed_exposed_cut_copper", + "cwaxexcoblock": "waxed_exposed_cut_copper", + "cwaxexcopblock": "waxed_exposed_cut_copper", + "cwaxexcopperblock": "waxed_exposed_cut_copper", + "cwaxexpcoblock": "waxed_exposed_cut_copper", + "cwaxexpcopblock": "waxed_exposed_cut_copper", + "cwaxexpcopperblock": "waxed_exposed_cut_copper", + "cwaxexposedcoblock": "waxed_exposed_cut_copper", + "cwaxexposedcopblock": "waxed_exposed_cut_copper", + "cwaxexposedcopperblock": "waxed_exposed_cut_copper", + "excutwacoblock": "waxed_exposed_cut_copper", + "excutwacopblock": "waxed_exposed_cut_copper", + "excutwacopperblock": "waxed_exposed_cut_copper", + "excutwaxcoblock": "waxed_exposed_cut_copper", + "excutwaxcopblock": "waxed_exposed_cut_copper", + "excutwaxcopperblock": "waxed_exposed_cut_copper", + "excutwaxedcoblock": "waxed_exposed_cut_copper", + "excutwaxedcopblock": "waxed_exposed_cut_copper", + "excutwaxedcopperblock": "waxed_exposed_cut_copper", + "excwacoblock": "waxed_exposed_cut_copper", + "excwacopblock": "waxed_exposed_cut_copper", + "excwacopperblock": "waxed_exposed_cut_copper", + "excwaxcoblock": "waxed_exposed_cut_copper", + "excwaxcopblock": "waxed_exposed_cut_copper", + "excwaxcopperblock": "waxed_exposed_cut_copper", + "excwaxedcoblock": "waxed_exposed_cut_copper", + "excwaxedcopblock": "waxed_exposed_cut_copper", + "excwaxedcopperblock": "waxed_exposed_cut_copper", + "expcutwacoblock": "waxed_exposed_cut_copper", + "expcutwacopblock": "waxed_exposed_cut_copper", + "expcutwacopperblock": "waxed_exposed_cut_copper", + "expcutwaxcoblock": "waxed_exposed_cut_copper", + "expcutwaxcopblock": "waxed_exposed_cut_copper", + "expcutwaxcopperblock": "waxed_exposed_cut_copper", + "expcutwaxedcoblock": "waxed_exposed_cut_copper", + "expcutwaxedcopblock": "waxed_exposed_cut_copper", + "expcutwaxedcopperblock": "waxed_exposed_cut_copper", + "expcwacoblock": "waxed_exposed_cut_copper", + "expcwacopblock": "waxed_exposed_cut_copper", + "expcwacopperblock": "waxed_exposed_cut_copper", + "expcwaxcoblock": "waxed_exposed_cut_copper", + "expcwaxcopblock": "waxed_exposed_cut_copper", + "expcwaxcopperblock": "waxed_exposed_cut_copper", + "expcwaxedcoblock": "waxed_exposed_cut_copper", + "expcwaxedcopblock": "waxed_exposed_cut_copper", + "expcwaxedcopperblock": "waxed_exposed_cut_copper", + "exposedcutwacoblock": "waxed_exposed_cut_copper", + "exposedcutwacopblock": "waxed_exposed_cut_copper", + "exposedcutwacopperblock": "waxed_exposed_cut_copper", + "exposedcutwaxcoblock": "waxed_exposed_cut_copper", + "exposedcutwaxcopblock": "waxed_exposed_cut_copper", + "exposedcutwaxcopperblock": "waxed_exposed_cut_copper", + "exposedcutwaxedcoblock": "waxed_exposed_cut_copper", + "exposedcutwaxedcopblock": "waxed_exposed_cut_copper", + "exposedcutwaxedcopperblock": "waxed_exposed_cut_copper", + "exposedcwacoblock": "waxed_exposed_cut_copper", + "exposedcwacopblock": "waxed_exposed_cut_copper", + "exposedcwacopperblock": "waxed_exposed_cut_copper", + "exposedcwaxcoblock": "waxed_exposed_cut_copper", + "exposedcwaxcopblock": "waxed_exposed_cut_copper", + "exposedcwaxcopperblock": "waxed_exposed_cut_copper", + "exposedcwaxedcoblock": "waxed_exposed_cut_copper", + "exposedcwaxedcopblock": "waxed_exposed_cut_copper", + "exposedcwaxedcopperblock": "waxed_exposed_cut_copper", + "exposedwaccoblock": "waxed_exposed_cut_copper", + "exposedwaccopblock": "waxed_exposed_cut_copper", + "exposedwaccopperblock": "waxed_exposed_cut_copper", + "exposedwacutcoblock": "waxed_exposed_cut_copper", + "exposedwacutcopblock": "waxed_exposed_cut_copper", + "exposedwacutcopperblock": "waxed_exposed_cut_copper", + "exposedwaxccoblock": "waxed_exposed_cut_copper", + "exposedwaxccopblock": "waxed_exposed_cut_copper", + "exposedwaxccopperblock": "waxed_exposed_cut_copper", + "exposedwaxcutcoblock": "waxed_exposed_cut_copper", + "exposedwaxcutcopblock": "waxed_exposed_cut_copper", + "exposedwaxcutcopperblock": "waxed_exposed_cut_copper", + "exposedwaxedccoblock": "waxed_exposed_cut_copper", + "exposedwaxedccopblock": "waxed_exposed_cut_copper", + "exposedwaxedccopperblock": "waxed_exposed_cut_copper", + "exposedwaxedcutcoblock": "waxed_exposed_cut_copper", + "exposedwaxedcutcopblock": "waxed_exposed_cut_copper", + "exposedwaxedcutcopperblock": "waxed_exposed_cut_copper", + "expwaccoblock": "waxed_exposed_cut_copper", + "expwaccopblock": "waxed_exposed_cut_copper", + "expwaccopperblock": "waxed_exposed_cut_copper", + "expwacutcoblock": "waxed_exposed_cut_copper", + "expwacutcopblock": "waxed_exposed_cut_copper", + "expwacutcopperblock": "waxed_exposed_cut_copper", + "expwaxccoblock": "waxed_exposed_cut_copper", + "expwaxccopblock": "waxed_exposed_cut_copper", + "expwaxccopperblock": "waxed_exposed_cut_copper", + "expwaxcutcoblock": "waxed_exposed_cut_copper", + "expwaxcutcopblock": "waxed_exposed_cut_copper", + "expwaxcutcopperblock": "waxed_exposed_cut_copper", + "expwaxedccoblock": "waxed_exposed_cut_copper", + "expwaxedccopblock": "waxed_exposed_cut_copper", + "expwaxedccopperblock": "waxed_exposed_cut_copper", + "expwaxedcutcoblock": "waxed_exposed_cut_copper", + "expwaxedcutcopblock": "waxed_exposed_cut_copper", + "expwaxedcutcopperblock": "waxed_exposed_cut_copper", + "exwaccoblock": "waxed_exposed_cut_copper", + "exwaccopblock": "waxed_exposed_cut_copper", + "exwaccopperblock": "waxed_exposed_cut_copper", + "exwacutcoblock": "waxed_exposed_cut_copper", + "exwacutcopblock": "waxed_exposed_cut_copper", + "exwacutcopperblock": "waxed_exposed_cut_copper", + "exwaxccoblock": "waxed_exposed_cut_copper", + "exwaxccopblock": "waxed_exposed_cut_copper", + "exwaxccopperblock": "waxed_exposed_cut_copper", + "exwaxcutcoblock": "waxed_exposed_cut_copper", + "exwaxcutcopblock": "waxed_exposed_cut_copper", + "exwaxcutcopperblock": "waxed_exposed_cut_copper", + "exwaxedccoblock": "waxed_exposed_cut_copper", + "exwaxedccopblock": "waxed_exposed_cut_copper", + "exwaxedccopperblock": "waxed_exposed_cut_copper", + "exwaxedcutcoblock": "waxed_exposed_cut_copper", + "exwaxedcutcopblock": "waxed_exposed_cut_copper", + "exwaxedcutcopperblock": "waxed_exposed_cut_copper", + "minecraft:waxed_exposed_cut_copper": "waxed_exposed_cut_copper", + "wacexcoblock": "waxed_exposed_cut_copper", + "wacexcopblock": "waxed_exposed_cut_copper", + "wacexcopperblock": "waxed_exposed_cut_copper", + "wacexpcoblock": "waxed_exposed_cut_copper", + "wacexpcopblock": "waxed_exposed_cut_copper", + "wacexpcopperblock": "waxed_exposed_cut_copper", + "wacexposedcoblock": "waxed_exposed_cut_copper", + "wacexposedcopblock": "waxed_exposed_cut_copper", + "wacexposedcopperblock": "waxed_exposed_cut_copper", + "wacutexcoblock": "waxed_exposed_cut_copper", + "wacutexcopblock": "waxed_exposed_cut_copper", + "wacutexcopperblock": "waxed_exposed_cut_copper", + "wacutexpcoblock": "waxed_exposed_cut_copper", + "wacutexpcopblock": "waxed_exposed_cut_copper", + "wacutexpcopperblock": "waxed_exposed_cut_copper", + "wacutexposedcoblock": "waxed_exposed_cut_copper", + "wacutexposedcopblock": "waxed_exposed_cut_copper", + "wacutexposedcopperblock": "waxed_exposed_cut_copper", + "waexccoblock": "waxed_exposed_cut_copper", + "waexccopblock": "waxed_exposed_cut_copper", + "waexccopperblock": "waxed_exposed_cut_copper", + "waexcutcoblock": "waxed_exposed_cut_copper", + "waexcutcopblock": "waxed_exposed_cut_copper", + "waexcutcopperblock": "waxed_exposed_cut_copper", + "waexpccoblock": "waxed_exposed_cut_copper", + "waexpccopblock": "waxed_exposed_cut_copper", + "waexpccopperblock": "waxed_exposed_cut_copper", + "waexpcutcoblock": "waxed_exposed_cut_copper", + "waexpcutcopblock": "waxed_exposed_cut_copper", + "waexpcutcopperblock": "waxed_exposed_cut_copper", + "waexposedccoblock": "waxed_exposed_cut_copper", + "waexposedccopblock": "waxed_exposed_cut_copper", + "waexposedccopperblock": "waxed_exposed_cut_copper", + "waexposedcutcoblock": "waxed_exposed_cut_copper", + "waexposedcutcopblock": "waxed_exposed_cut_copper", + "waexposedcutcopperblock": "waxed_exposed_cut_copper", + "waxcexcoblock": "waxed_exposed_cut_copper", + "waxcexcopblock": "waxed_exposed_cut_copper", + "waxcexcopperblock": "waxed_exposed_cut_copper", + "waxcexpcoblock": "waxed_exposed_cut_copper", + "waxcexpcopblock": "waxed_exposed_cut_copper", + "waxcexpcopperblock": "waxed_exposed_cut_copper", + "waxcexposedcoblock": "waxed_exposed_cut_copper", + "waxcexposedcopblock": "waxed_exposed_cut_copper", + "waxcexposedcopperblock": "waxed_exposed_cut_copper", + "waxcutexcoblock": "waxed_exposed_cut_copper", + "waxcutexcopblock": "waxed_exposed_cut_copper", + "waxcutexcopperblock": "waxed_exposed_cut_copper", + "waxcutexpcoblock": "waxed_exposed_cut_copper", + "waxcutexpcopblock": "waxed_exposed_cut_copper", + "waxcutexpcopperblock": "waxed_exposed_cut_copper", + "waxcutexposedcoblock": "waxed_exposed_cut_copper", + "waxcutexposedcopblock": "waxed_exposed_cut_copper", + "waxcutexposedcopperblock": "waxed_exposed_cut_copper", + "waxedcexcoblock": "waxed_exposed_cut_copper", + "waxedcexcopblock": "waxed_exposed_cut_copper", + "waxedcexcopperblock": "waxed_exposed_cut_copper", + "waxedcexpcoblock": "waxed_exposed_cut_copper", + "waxedcexpcopblock": "waxed_exposed_cut_copper", + "waxedcexpcopperblock": "waxed_exposed_cut_copper", + "waxedcexposedcoblock": "waxed_exposed_cut_copper", + "waxedcexposedcopblock": "waxed_exposed_cut_copper", + "waxedcexposedcopperblock": "waxed_exposed_cut_copper", + "waxedcutexcoblock": "waxed_exposed_cut_copper", + "waxedcutexcopblock": "waxed_exposed_cut_copper", + "waxedcutexcopperblock": "waxed_exposed_cut_copper", + "waxedcutexpcoblock": "waxed_exposed_cut_copper", + "waxedcutexpcopblock": "waxed_exposed_cut_copper", + "waxedcutexpcopperblock": "waxed_exposed_cut_copper", + "waxedcutexposedcoblock": "waxed_exposed_cut_copper", + "waxedcutexposedcopblock": "waxed_exposed_cut_copper", + "waxedcutexposedcopperblock": "waxed_exposed_cut_copper", + "waxedexccoblock": "waxed_exposed_cut_copper", + "waxedexccopblock": "waxed_exposed_cut_copper", + "waxedexccopperblock": "waxed_exposed_cut_copper", + "waxedexcutcoblock": "waxed_exposed_cut_copper", + "waxedexcutcopblock": "waxed_exposed_cut_copper", + "waxedexcutcopperblock": "waxed_exposed_cut_copper", + "waxedexpccoblock": "waxed_exposed_cut_copper", + "waxedexpccopblock": "waxed_exposed_cut_copper", + "waxedexpccopperblock": "waxed_exposed_cut_copper", + "waxedexpcutcoblock": "waxed_exposed_cut_copper", + "waxedexpcutcopblock": "waxed_exposed_cut_copper", + "waxedexpcutcopperblock": "waxed_exposed_cut_copper", + "waxedexposedccoblock": "waxed_exposed_cut_copper", + "waxedexposedccopblock": "waxed_exposed_cut_copper", + "waxedexposedccopperblock": "waxed_exposed_cut_copper", + "waxedexposedcutcoblock": "waxed_exposed_cut_copper", + "waxedexposedcutcopblock": "waxed_exposed_cut_copper", + "waxedexposedcutcopper": "waxed_exposed_cut_copper", + "waxedexposedcutcopperblock": "waxed_exposed_cut_copper", + "waxexccoblock": "waxed_exposed_cut_copper", + "waxexccopblock": "waxed_exposed_cut_copper", + "waxexccopperblock": "waxed_exposed_cut_copper", + "waxexcutcoblock": "waxed_exposed_cut_copper", + "waxexcutcopblock": "waxed_exposed_cut_copper", + "waxexcutcopperblock": "waxed_exposed_cut_copper", + "waxexpccoblock": "waxed_exposed_cut_copper", + "waxexpccopblock": "waxed_exposed_cut_copper", + "waxexpccopperblock": "waxed_exposed_cut_copper", + "waxexpcutcoblock": "waxed_exposed_cut_copper", + "waxexpcutcopblock": "waxed_exposed_cut_copper", + "waxexpcutcopperblock": "waxed_exposed_cut_copper", + "waxexposedccoblock": "waxed_exposed_cut_copper", + "waxexposedccopblock": "waxed_exposed_cut_copper", + "waxexposedccopperblock": "waxed_exposed_cut_copper", + "waxexposedcutcoblock": "waxed_exposed_cut_copper", + "waxexposedcutcopblock": "waxed_exposed_cut_copper", + "waxexposedcutcopperblock": "waxed_exposed_cut_copper", + "waxed_exposed_cut_copper_slab": { + "material": "WAXED_EXPOSED_CUT_COPPER_SLAB" + }, + "cexposedwacohalfblock": "waxed_exposed_cut_copper_slab", + "cexposedwacophalfblock": "waxed_exposed_cut_copper_slab", + "cexposedwacopperhalfblock": "waxed_exposed_cut_copper_slab", + "cexposedwacoppersl": "waxed_exposed_cut_copper_slab", + "cexposedwacopperslab": "waxed_exposed_cut_copper_slab", + "cexposedwacopperstep": "waxed_exposed_cut_copper_slab", + "cexposedwacopsl": "waxed_exposed_cut_copper_slab", + "cexposedwacopslab": "waxed_exposed_cut_copper_slab", + "cexposedwacopstep": "waxed_exposed_cut_copper_slab", + "cexposedwacosl": "waxed_exposed_cut_copper_slab", + "cexposedwacoslab": "waxed_exposed_cut_copper_slab", + "cexposedwacostep": "waxed_exposed_cut_copper_slab", + "cexposedwaxcohalfblock": "waxed_exposed_cut_copper_slab", + "cexposedwaxcophalfblock": "waxed_exposed_cut_copper_slab", + "cexposedwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cexposedwaxcoppersl": "waxed_exposed_cut_copper_slab", + "cexposedwaxcopperslab": "waxed_exposed_cut_copper_slab", + "cexposedwaxcopperstep": "waxed_exposed_cut_copper_slab", + "cexposedwaxcopsl": "waxed_exposed_cut_copper_slab", + "cexposedwaxcopslab": "waxed_exposed_cut_copper_slab", + "cexposedwaxcopstep": "waxed_exposed_cut_copper_slab", + "cexposedwaxcosl": "waxed_exposed_cut_copper_slab", + "cexposedwaxcoslab": "waxed_exposed_cut_copper_slab", + "cexposedwaxcostep": "waxed_exposed_cut_copper_slab", + "cexposedwaxedcohalfblock": "waxed_exposed_cut_copper_slab", + "cexposedwaxedcophalfblock": "waxed_exposed_cut_copper_slab", + "cexposedwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cexposedwaxedcoppersl": "waxed_exposed_cut_copper_slab", + "cexposedwaxedcopperslab": "waxed_exposed_cut_copper_slab", + "cexposedwaxedcopperstep": "waxed_exposed_cut_copper_slab", + "cexposedwaxedcopsl": "waxed_exposed_cut_copper_slab", + "cexposedwaxedcopslab": "waxed_exposed_cut_copper_slab", + "cexposedwaxedcopstep": "waxed_exposed_cut_copper_slab", + "cexposedwaxedcosl": "waxed_exposed_cut_copper_slab", + "cexposedwaxedcoslab": "waxed_exposed_cut_copper_slab", + "cexposedwaxedcostep": "waxed_exposed_cut_copper_slab", + "cexpwacohalfblock": "waxed_exposed_cut_copper_slab", + "cexpwacophalfblock": "waxed_exposed_cut_copper_slab", + "cexpwacopperhalfblock": "waxed_exposed_cut_copper_slab", + "cexpwacoppersl": "waxed_exposed_cut_copper_slab", + "cexpwacopperslab": "waxed_exposed_cut_copper_slab", + "cexpwacopperstep": "waxed_exposed_cut_copper_slab", + "cexpwacopsl": "waxed_exposed_cut_copper_slab", + "cexpwacopslab": "waxed_exposed_cut_copper_slab", + "cexpwacopstep": "waxed_exposed_cut_copper_slab", + "cexpwacosl": "waxed_exposed_cut_copper_slab", + "cexpwacoslab": "waxed_exposed_cut_copper_slab", + "cexpwacostep": "waxed_exposed_cut_copper_slab", + "cexpwaxcohalfblock": "waxed_exposed_cut_copper_slab", + "cexpwaxcophalfblock": "waxed_exposed_cut_copper_slab", + "cexpwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cexpwaxcoppersl": "waxed_exposed_cut_copper_slab", + "cexpwaxcopperslab": "waxed_exposed_cut_copper_slab", + "cexpwaxcopperstep": "waxed_exposed_cut_copper_slab", + "cexpwaxcopsl": "waxed_exposed_cut_copper_slab", + "cexpwaxcopslab": "waxed_exposed_cut_copper_slab", + "cexpwaxcopstep": "waxed_exposed_cut_copper_slab", + "cexpwaxcosl": "waxed_exposed_cut_copper_slab", + "cexpwaxcoslab": "waxed_exposed_cut_copper_slab", + "cexpwaxcostep": "waxed_exposed_cut_copper_slab", + "cexpwaxedcohalfblock": "waxed_exposed_cut_copper_slab", + "cexpwaxedcophalfblock": "waxed_exposed_cut_copper_slab", + "cexpwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cexpwaxedcoppersl": "waxed_exposed_cut_copper_slab", + "cexpwaxedcopperslab": "waxed_exposed_cut_copper_slab", + "cexpwaxedcopperstep": "waxed_exposed_cut_copper_slab", + "cexpwaxedcopsl": "waxed_exposed_cut_copper_slab", + "cexpwaxedcopslab": "waxed_exposed_cut_copper_slab", + "cexpwaxedcopstep": "waxed_exposed_cut_copper_slab", + "cexpwaxedcosl": "waxed_exposed_cut_copper_slab", + "cexpwaxedcoslab": "waxed_exposed_cut_copper_slab", + "cexpwaxedcostep": "waxed_exposed_cut_copper_slab", + "cexwacohalfblock": "waxed_exposed_cut_copper_slab", + "cexwacophalfblock": "waxed_exposed_cut_copper_slab", + "cexwacopperhalfblock": "waxed_exposed_cut_copper_slab", + "cexwacoppersl": "waxed_exposed_cut_copper_slab", + "cexwacopperslab": "waxed_exposed_cut_copper_slab", + "cexwacopperstep": "waxed_exposed_cut_copper_slab", + "cexwacopsl": "waxed_exposed_cut_copper_slab", + "cexwacopslab": "waxed_exposed_cut_copper_slab", + "cexwacopstep": "waxed_exposed_cut_copper_slab", + "cexwacosl": "waxed_exposed_cut_copper_slab", + "cexwacoslab": "waxed_exposed_cut_copper_slab", + "cexwacostep": "waxed_exposed_cut_copper_slab", + "cexwaxcohalfblock": "waxed_exposed_cut_copper_slab", + "cexwaxcophalfblock": "waxed_exposed_cut_copper_slab", + "cexwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cexwaxcoppersl": "waxed_exposed_cut_copper_slab", + "cexwaxcopperslab": "waxed_exposed_cut_copper_slab", + "cexwaxcopperstep": "waxed_exposed_cut_copper_slab", + "cexwaxcopsl": "waxed_exposed_cut_copper_slab", + "cexwaxcopslab": "waxed_exposed_cut_copper_slab", + "cexwaxcopstep": "waxed_exposed_cut_copper_slab", + "cexwaxcosl": "waxed_exposed_cut_copper_slab", + "cexwaxcoslab": "waxed_exposed_cut_copper_slab", + "cexwaxcostep": "waxed_exposed_cut_copper_slab", + "cexwaxedcohalfblock": "waxed_exposed_cut_copper_slab", + "cexwaxedcophalfblock": "waxed_exposed_cut_copper_slab", + "cexwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cexwaxedcoppersl": "waxed_exposed_cut_copper_slab", + "cexwaxedcopperslab": "waxed_exposed_cut_copper_slab", + "cexwaxedcopperstep": "waxed_exposed_cut_copper_slab", + "cexwaxedcopsl": "waxed_exposed_cut_copper_slab", + "cexwaxedcopslab": "waxed_exposed_cut_copper_slab", + "cexwaxedcopstep": "waxed_exposed_cut_copper_slab", + "cexwaxedcosl": "waxed_exposed_cut_copper_slab", + "cexwaxedcoslab": "waxed_exposed_cut_copper_slab", + "cexwaxedcostep": "waxed_exposed_cut_copper_slab", + "cutexposedwacohalfblock": "waxed_exposed_cut_copper_slab", + "cutexposedwacophalfblock": "waxed_exposed_cut_copper_slab", + "cutexposedwacopperhalfblock": "waxed_exposed_cut_copper_slab", + "cutexposedwacoppersl": "waxed_exposed_cut_copper_slab", + "cutexposedwacopperslab": "waxed_exposed_cut_copper_slab", + "cutexposedwacopperstep": "waxed_exposed_cut_copper_slab", + "cutexposedwacopsl": "waxed_exposed_cut_copper_slab", + "cutexposedwacopslab": "waxed_exposed_cut_copper_slab", + "cutexposedwacopstep": "waxed_exposed_cut_copper_slab", + "cutexposedwacosl": "waxed_exposed_cut_copper_slab", + "cutexposedwacoslab": "waxed_exposed_cut_copper_slab", + "cutexposedwacostep": "waxed_exposed_cut_copper_slab", + "cutexposedwaxcohalfblock": "waxed_exposed_cut_copper_slab", + "cutexposedwaxcophalfblock": "waxed_exposed_cut_copper_slab", + "cutexposedwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cutexposedwaxcoppersl": "waxed_exposed_cut_copper_slab", + "cutexposedwaxcopperslab": "waxed_exposed_cut_copper_slab", + "cutexposedwaxcopperstep": "waxed_exposed_cut_copper_slab", + "cutexposedwaxcopsl": "waxed_exposed_cut_copper_slab", + "cutexposedwaxcopslab": "waxed_exposed_cut_copper_slab", + "cutexposedwaxcopstep": "waxed_exposed_cut_copper_slab", + "cutexposedwaxcosl": "waxed_exposed_cut_copper_slab", + "cutexposedwaxcoslab": "waxed_exposed_cut_copper_slab", + "cutexposedwaxcostep": "waxed_exposed_cut_copper_slab", + "cutexposedwaxedcohalfblock": "waxed_exposed_cut_copper_slab", + "cutexposedwaxedcophalfblock": "waxed_exposed_cut_copper_slab", + "cutexposedwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cutexposedwaxedcoppersl": "waxed_exposed_cut_copper_slab", + "cutexposedwaxedcopperslab": "waxed_exposed_cut_copper_slab", + "cutexposedwaxedcopperstep": "waxed_exposed_cut_copper_slab", + "cutexposedwaxedcopsl": "waxed_exposed_cut_copper_slab", + "cutexposedwaxedcopslab": "waxed_exposed_cut_copper_slab", + "cutexposedwaxedcopstep": "waxed_exposed_cut_copper_slab", + "cutexposedwaxedcosl": "waxed_exposed_cut_copper_slab", + "cutexposedwaxedcoslab": "waxed_exposed_cut_copper_slab", + "cutexposedwaxedcostep": "waxed_exposed_cut_copper_slab", + "cutexpwacohalfblock": "waxed_exposed_cut_copper_slab", + "cutexpwacophalfblock": "waxed_exposed_cut_copper_slab", + "cutexpwacopperhalfblock": "waxed_exposed_cut_copper_slab", + "cutexpwacoppersl": "waxed_exposed_cut_copper_slab", + "cutexpwacopperslab": "waxed_exposed_cut_copper_slab", + "cutexpwacopperstep": "waxed_exposed_cut_copper_slab", + "cutexpwacopsl": "waxed_exposed_cut_copper_slab", + "cutexpwacopslab": "waxed_exposed_cut_copper_slab", + "cutexpwacopstep": "waxed_exposed_cut_copper_slab", + "cutexpwacosl": "waxed_exposed_cut_copper_slab", + "cutexpwacoslab": "waxed_exposed_cut_copper_slab", + "cutexpwacostep": "waxed_exposed_cut_copper_slab", + "cutexpwaxcohalfblock": "waxed_exposed_cut_copper_slab", + "cutexpwaxcophalfblock": "waxed_exposed_cut_copper_slab", + "cutexpwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cutexpwaxcoppersl": "waxed_exposed_cut_copper_slab", + "cutexpwaxcopperslab": "waxed_exposed_cut_copper_slab", + "cutexpwaxcopperstep": "waxed_exposed_cut_copper_slab", + "cutexpwaxcopsl": "waxed_exposed_cut_copper_slab", + "cutexpwaxcopslab": "waxed_exposed_cut_copper_slab", + "cutexpwaxcopstep": "waxed_exposed_cut_copper_slab", + "cutexpwaxcosl": "waxed_exposed_cut_copper_slab", + "cutexpwaxcoslab": "waxed_exposed_cut_copper_slab", + "cutexpwaxcostep": "waxed_exposed_cut_copper_slab", + "cutexpwaxedcohalfblock": "waxed_exposed_cut_copper_slab", + "cutexpwaxedcophalfblock": "waxed_exposed_cut_copper_slab", + "cutexpwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cutexpwaxedcoppersl": "waxed_exposed_cut_copper_slab", + "cutexpwaxedcopperslab": "waxed_exposed_cut_copper_slab", + "cutexpwaxedcopperstep": "waxed_exposed_cut_copper_slab", + "cutexpwaxedcopsl": "waxed_exposed_cut_copper_slab", + "cutexpwaxedcopslab": "waxed_exposed_cut_copper_slab", + "cutexpwaxedcopstep": "waxed_exposed_cut_copper_slab", + "cutexpwaxedcosl": "waxed_exposed_cut_copper_slab", + "cutexpwaxedcoslab": "waxed_exposed_cut_copper_slab", + "cutexpwaxedcostep": "waxed_exposed_cut_copper_slab", + "cutexwacohalfblock": "waxed_exposed_cut_copper_slab", + "cutexwacophalfblock": "waxed_exposed_cut_copper_slab", + "cutexwacopperhalfblock": "waxed_exposed_cut_copper_slab", + "cutexwacoppersl": "waxed_exposed_cut_copper_slab", + "cutexwacopperslab": "waxed_exposed_cut_copper_slab", + "cutexwacopperstep": "waxed_exposed_cut_copper_slab", + "cutexwacopsl": "waxed_exposed_cut_copper_slab", + "cutexwacopslab": "waxed_exposed_cut_copper_slab", + "cutexwacopstep": "waxed_exposed_cut_copper_slab", + "cutexwacosl": "waxed_exposed_cut_copper_slab", + "cutexwacoslab": "waxed_exposed_cut_copper_slab", + "cutexwacostep": "waxed_exposed_cut_copper_slab", + "cutexwaxcohalfblock": "waxed_exposed_cut_copper_slab", + "cutexwaxcophalfblock": "waxed_exposed_cut_copper_slab", + "cutexwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cutexwaxcoppersl": "waxed_exposed_cut_copper_slab", + "cutexwaxcopperslab": "waxed_exposed_cut_copper_slab", + "cutexwaxcopperstep": "waxed_exposed_cut_copper_slab", + "cutexwaxcopsl": "waxed_exposed_cut_copper_slab", + "cutexwaxcopslab": "waxed_exposed_cut_copper_slab", + "cutexwaxcopstep": "waxed_exposed_cut_copper_slab", + "cutexwaxcosl": "waxed_exposed_cut_copper_slab", + "cutexwaxcoslab": "waxed_exposed_cut_copper_slab", + "cutexwaxcostep": "waxed_exposed_cut_copper_slab", + "cutexwaxedcohalfblock": "waxed_exposed_cut_copper_slab", + "cutexwaxedcophalfblock": "waxed_exposed_cut_copper_slab", + "cutexwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cutexwaxedcoppersl": "waxed_exposed_cut_copper_slab", + "cutexwaxedcopperslab": "waxed_exposed_cut_copper_slab", + "cutexwaxedcopperstep": "waxed_exposed_cut_copper_slab", + "cutexwaxedcopsl": "waxed_exposed_cut_copper_slab", + "cutexwaxedcopslab": "waxed_exposed_cut_copper_slab", + "cutexwaxedcopstep": "waxed_exposed_cut_copper_slab", + "cutexwaxedcosl": "waxed_exposed_cut_copper_slab", + "cutexwaxedcoslab": "waxed_exposed_cut_copper_slab", + "cutexwaxedcostep": "waxed_exposed_cut_copper_slab", + "cutwaexcohalfblock": "waxed_exposed_cut_copper_slab", + "cutwaexcophalfblock": "waxed_exposed_cut_copper_slab", + "cutwaexcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cutwaexcoppersl": "waxed_exposed_cut_copper_slab", + "cutwaexcopperslab": "waxed_exposed_cut_copper_slab", + "cutwaexcopperstep": "waxed_exposed_cut_copper_slab", + "cutwaexcopsl": "waxed_exposed_cut_copper_slab", + "cutwaexcopslab": "waxed_exposed_cut_copper_slab", + "cutwaexcopstep": "waxed_exposed_cut_copper_slab", + "cutwaexcosl": "waxed_exposed_cut_copper_slab", + "cutwaexcoslab": "waxed_exposed_cut_copper_slab", + "cutwaexcostep": "waxed_exposed_cut_copper_slab", + "cutwaexpcohalfblock": "waxed_exposed_cut_copper_slab", + "cutwaexpcophalfblock": "waxed_exposed_cut_copper_slab", + "cutwaexpcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cutwaexpcoppersl": "waxed_exposed_cut_copper_slab", + "cutwaexpcopperslab": "waxed_exposed_cut_copper_slab", + "cutwaexpcopperstep": "waxed_exposed_cut_copper_slab", + "cutwaexpcopsl": "waxed_exposed_cut_copper_slab", + "cutwaexpcopslab": "waxed_exposed_cut_copper_slab", + "cutwaexpcopstep": "waxed_exposed_cut_copper_slab", + "cutwaexpcosl": "waxed_exposed_cut_copper_slab", + "cutwaexpcoslab": "waxed_exposed_cut_copper_slab", + "cutwaexpcostep": "waxed_exposed_cut_copper_slab", + "cutwaexposedcohalfblock": "waxed_exposed_cut_copper_slab", + "cutwaexposedcophalfblock": "waxed_exposed_cut_copper_slab", + "cutwaexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cutwaexposedcoppersl": "waxed_exposed_cut_copper_slab", + "cutwaexposedcopperslab": "waxed_exposed_cut_copper_slab", + "cutwaexposedcopperstep": "waxed_exposed_cut_copper_slab", + "cutwaexposedcopsl": "waxed_exposed_cut_copper_slab", + "cutwaexposedcopslab": "waxed_exposed_cut_copper_slab", + "cutwaexposedcopstep": "waxed_exposed_cut_copper_slab", + "cutwaexposedcosl": "waxed_exposed_cut_copper_slab", + "cutwaexposedcoslab": "waxed_exposed_cut_copper_slab", + "cutwaexposedcostep": "waxed_exposed_cut_copper_slab", + "cutwaxedexcohalfblock": "waxed_exposed_cut_copper_slab", + "cutwaxedexcophalfblock": "waxed_exposed_cut_copper_slab", + "cutwaxedexcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cutwaxedexcoppersl": "waxed_exposed_cut_copper_slab", + "cutwaxedexcopperslab": "waxed_exposed_cut_copper_slab", + "cutwaxedexcopperstep": "waxed_exposed_cut_copper_slab", + "cutwaxedexcopsl": "waxed_exposed_cut_copper_slab", + "cutwaxedexcopslab": "waxed_exposed_cut_copper_slab", + "cutwaxedexcopstep": "waxed_exposed_cut_copper_slab", + "cutwaxedexcosl": "waxed_exposed_cut_copper_slab", + "cutwaxedexcoslab": "waxed_exposed_cut_copper_slab", + "cutwaxedexcostep": "waxed_exposed_cut_copper_slab", + "cutwaxedexpcohalfblock": "waxed_exposed_cut_copper_slab", + "cutwaxedexpcophalfblock": "waxed_exposed_cut_copper_slab", + "cutwaxedexpcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cutwaxedexpcoppersl": "waxed_exposed_cut_copper_slab", + "cutwaxedexpcopperslab": "waxed_exposed_cut_copper_slab", + "cutwaxedexpcopperstep": "waxed_exposed_cut_copper_slab", + "cutwaxedexpcopsl": "waxed_exposed_cut_copper_slab", + "cutwaxedexpcopslab": "waxed_exposed_cut_copper_slab", + "cutwaxedexpcopstep": "waxed_exposed_cut_copper_slab", + "cutwaxedexpcosl": "waxed_exposed_cut_copper_slab", + "cutwaxedexpcoslab": "waxed_exposed_cut_copper_slab", + "cutwaxedexpcostep": "waxed_exposed_cut_copper_slab", + "cutwaxedexposedcohalfblock": "waxed_exposed_cut_copper_slab", + "cutwaxedexposedcophalfblock": "waxed_exposed_cut_copper_slab", + "cutwaxedexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cutwaxedexposedcoppersl": "waxed_exposed_cut_copper_slab", + "cutwaxedexposedcopperslab": "waxed_exposed_cut_copper_slab", + "cutwaxedexposedcopperstep": "waxed_exposed_cut_copper_slab", + "cutwaxedexposedcopsl": "waxed_exposed_cut_copper_slab", + "cutwaxedexposedcopslab": "waxed_exposed_cut_copper_slab", + "cutwaxedexposedcopstep": "waxed_exposed_cut_copper_slab", + "cutwaxedexposedcosl": "waxed_exposed_cut_copper_slab", + "cutwaxedexposedcoslab": "waxed_exposed_cut_copper_slab", + "cutwaxedexposedcostep": "waxed_exposed_cut_copper_slab", + "cutwaxexcohalfblock": "waxed_exposed_cut_copper_slab", + "cutwaxexcophalfblock": "waxed_exposed_cut_copper_slab", + "cutwaxexcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cutwaxexcoppersl": "waxed_exposed_cut_copper_slab", + "cutwaxexcopperslab": "waxed_exposed_cut_copper_slab", + "cutwaxexcopperstep": "waxed_exposed_cut_copper_slab", + "cutwaxexcopsl": "waxed_exposed_cut_copper_slab", + "cutwaxexcopslab": "waxed_exposed_cut_copper_slab", + "cutwaxexcopstep": "waxed_exposed_cut_copper_slab", + "cutwaxexcosl": "waxed_exposed_cut_copper_slab", + "cutwaxexcoslab": "waxed_exposed_cut_copper_slab", + "cutwaxexcostep": "waxed_exposed_cut_copper_slab", + "cutwaxexpcohalfblock": "waxed_exposed_cut_copper_slab", + "cutwaxexpcophalfblock": "waxed_exposed_cut_copper_slab", + "cutwaxexpcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cutwaxexpcoppersl": "waxed_exposed_cut_copper_slab", + "cutwaxexpcopperslab": "waxed_exposed_cut_copper_slab", + "cutwaxexpcopperstep": "waxed_exposed_cut_copper_slab", + "cutwaxexpcopsl": "waxed_exposed_cut_copper_slab", + "cutwaxexpcopslab": "waxed_exposed_cut_copper_slab", + "cutwaxexpcopstep": "waxed_exposed_cut_copper_slab", + "cutwaxexpcosl": "waxed_exposed_cut_copper_slab", + "cutwaxexpcoslab": "waxed_exposed_cut_copper_slab", + "cutwaxexpcostep": "waxed_exposed_cut_copper_slab", + "cutwaxexposedcohalfblock": "waxed_exposed_cut_copper_slab", + "cutwaxexposedcophalfblock": "waxed_exposed_cut_copper_slab", + "cutwaxexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cutwaxexposedcoppersl": "waxed_exposed_cut_copper_slab", + "cutwaxexposedcopperslab": "waxed_exposed_cut_copper_slab", + "cutwaxexposedcopperstep": "waxed_exposed_cut_copper_slab", + "cutwaxexposedcopsl": "waxed_exposed_cut_copper_slab", + "cutwaxexposedcopslab": "waxed_exposed_cut_copper_slab", + "cutwaxexposedcopstep": "waxed_exposed_cut_copper_slab", + "cutwaxexposedcosl": "waxed_exposed_cut_copper_slab", + "cutwaxexposedcoslab": "waxed_exposed_cut_copper_slab", + "cutwaxexposedcostep": "waxed_exposed_cut_copper_slab", + "cwaexcohalfblock": "waxed_exposed_cut_copper_slab", + "cwaexcophalfblock": "waxed_exposed_cut_copper_slab", + "cwaexcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cwaexcoppersl": "waxed_exposed_cut_copper_slab", + "cwaexcopperslab": "waxed_exposed_cut_copper_slab", + "cwaexcopperstep": "waxed_exposed_cut_copper_slab", + "cwaexcopsl": "waxed_exposed_cut_copper_slab", + "cwaexcopslab": "waxed_exposed_cut_copper_slab", + "cwaexcopstep": "waxed_exposed_cut_copper_slab", + "cwaexcosl": "waxed_exposed_cut_copper_slab", + "cwaexcoslab": "waxed_exposed_cut_copper_slab", + "cwaexcostep": "waxed_exposed_cut_copper_slab", + "cwaexpcohalfblock": "waxed_exposed_cut_copper_slab", + "cwaexpcophalfblock": "waxed_exposed_cut_copper_slab", + "cwaexpcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cwaexpcoppersl": "waxed_exposed_cut_copper_slab", + "cwaexpcopperslab": "waxed_exposed_cut_copper_slab", + "cwaexpcopperstep": "waxed_exposed_cut_copper_slab", + "cwaexpcopsl": "waxed_exposed_cut_copper_slab", + "cwaexpcopslab": "waxed_exposed_cut_copper_slab", + "cwaexpcopstep": "waxed_exposed_cut_copper_slab", + "cwaexpcosl": "waxed_exposed_cut_copper_slab", + "cwaexpcoslab": "waxed_exposed_cut_copper_slab", + "cwaexpcostep": "waxed_exposed_cut_copper_slab", + "cwaexposedcohalfblock": "waxed_exposed_cut_copper_slab", + "cwaexposedcophalfblock": "waxed_exposed_cut_copper_slab", + "cwaexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cwaexposedcoppersl": "waxed_exposed_cut_copper_slab", + "cwaexposedcopperslab": "waxed_exposed_cut_copper_slab", + "cwaexposedcopperstep": "waxed_exposed_cut_copper_slab", + "cwaexposedcopsl": "waxed_exposed_cut_copper_slab", + "cwaexposedcopslab": "waxed_exposed_cut_copper_slab", + "cwaexposedcopstep": "waxed_exposed_cut_copper_slab", + "cwaexposedcosl": "waxed_exposed_cut_copper_slab", + "cwaexposedcoslab": "waxed_exposed_cut_copper_slab", + "cwaexposedcostep": "waxed_exposed_cut_copper_slab", + "cwaxedexcohalfblock": "waxed_exposed_cut_copper_slab", + "cwaxedexcophalfblock": "waxed_exposed_cut_copper_slab", + "cwaxedexcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cwaxedexcoppersl": "waxed_exposed_cut_copper_slab", + "cwaxedexcopperslab": "waxed_exposed_cut_copper_slab", + "cwaxedexcopperstep": "waxed_exposed_cut_copper_slab", + "cwaxedexcopsl": "waxed_exposed_cut_copper_slab", + "cwaxedexcopslab": "waxed_exposed_cut_copper_slab", + "cwaxedexcopstep": "waxed_exposed_cut_copper_slab", + "cwaxedexcosl": "waxed_exposed_cut_copper_slab", + "cwaxedexcoslab": "waxed_exposed_cut_copper_slab", + "cwaxedexcostep": "waxed_exposed_cut_copper_slab", + "cwaxedexpcohalfblock": "waxed_exposed_cut_copper_slab", + "cwaxedexpcophalfblock": "waxed_exposed_cut_copper_slab", + "cwaxedexpcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cwaxedexpcoppersl": "waxed_exposed_cut_copper_slab", + "cwaxedexpcopperslab": "waxed_exposed_cut_copper_slab", + "cwaxedexpcopperstep": "waxed_exposed_cut_copper_slab", + "cwaxedexpcopsl": "waxed_exposed_cut_copper_slab", + "cwaxedexpcopslab": "waxed_exposed_cut_copper_slab", + "cwaxedexpcopstep": "waxed_exposed_cut_copper_slab", + "cwaxedexpcosl": "waxed_exposed_cut_copper_slab", + "cwaxedexpcoslab": "waxed_exposed_cut_copper_slab", + "cwaxedexpcostep": "waxed_exposed_cut_copper_slab", + "cwaxedexposedcohalfblock": "waxed_exposed_cut_copper_slab", + "cwaxedexposedcophalfblock": "waxed_exposed_cut_copper_slab", + "cwaxedexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cwaxedexposedcoppersl": "waxed_exposed_cut_copper_slab", + "cwaxedexposedcopperslab": "waxed_exposed_cut_copper_slab", + "cwaxedexposedcopperstep": "waxed_exposed_cut_copper_slab", + "cwaxedexposedcopsl": "waxed_exposed_cut_copper_slab", + "cwaxedexposedcopslab": "waxed_exposed_cut_copper_slab", + "cwaxedexposedcopstep": "waxed_exposed_cut_copper_slab", + "cwaxedexposedcosl": "waxed_exposed_cut_copper_slab", + "cwaxedexposedcoslab": "waxed_exposed_cut_copper_slab", + "cwaxedexposedcostep": "waxed_exposed_cut_copper_slab", + "cwaxexcohalfblock": "waxed_exposed_cut_copper_slab", + "cwaxexcophalfblock": "waxed_exposed_cut_copper_slab", + "cwaxexcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cwaxexcoppersl": "waxed_exposed_cut_copper_slab", + "cwaxexcopperslab": "waxed_exposed_cut_copper_slab", + "cwaxexcopperstep": "waxed_exposed_cut_copper_slab", + "cwaxexcopsl": "waxed_exposed_cut_copper_slab", + "cwaxexcopslab": "waxed_exposed_cut_copper_slab", + "cwaxexcopstep": "waxed_exposed_cut_copper_slab", + "cwaxexcosl": "waxed_exposed_cut_copper_slab", + "cwaxexcoslab": "waxed_exposed_cut_copper_slab", + "cwaxexcostep": "waxed_exposed_cut_copper_slab", + "cwaxexpcohalfblock": "waxed_exposed_cut_copper_slab", + "cwaxexpcophalfblock": "waxed_exposed_cut_copper_slab", + "cwaxexpcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cwaxexpcoppersl": "waxed_exposed_cut_copper_slab", + "cwaxexpcopperslab": "waxed_exposed_cut_copper_slab", + "cwaxexpcopperstep": "waxed_exposed_cut_copper_slab", + "cwaxexpcopsl": "waxed_exposed_cut_copper_slab", + "cwaxexpcopslab": "waxed_exposed_cut_copper_slab", + "cwaxexpcopstep": "waxed_exposed_cut_copper_slab", + "cwaxexpcosl": "waxed_exposed_cut_copper_slab", + "cwaxexpcoslab": "waxed_exposed_cut_copper_slab", + "cwaxexpcostep": "waxed_exposed_cut_copper_slab", + "cwaxexposedcohalfblock": "waxed_exposed_cut_copper_slab", + "cwaxexposedcophalfblock": "waxed_exposed_cut_copper_slab", + "cwaxexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cwaxexposedcoppersl": "waxed_exposed_cut_copper_slab", + "cwaxexposedcopperslab": "waxed_exposed_cut_copper_slab", + "cwaxexposedcopperstep": "waxed_exposed_cut_copper_slab", + "cwaxexposedcopsl": "waxed_exposed_cut_copper_slab", + "cwaxexposedcopslab": "waxed_exposed_cut_copper_slab", + "cwaxexposedcopstep": "waxed_exposed_cut_copper_slab", + "cwaxexposedcosl": "waxed_exposed_cut_copper_slab", + "cwaxexposedcoslab": "waxed_exposed_cut_copper_slab", + "cwaxexposedcostep": "waxed_exposed_cut_copper_slab", + "excutwacohalfblock": "waxed_exposed_cut_copper_slab", + "excutwacophalfblock": "waxed_exposed_cut_copper_slab", + "excutwacopperhalfblock": "waxed_exposed_cut_copper_slab", + "excutwacoppersl": "waxed_exposed_cut_copper_slab", + "excutwacopperslab": "waxed_exposed_cut_copper_slab", + "excutwacopperstep": "waxed_exposed_cut_copper_slab", + "excutwacopsl": "waxed_exposed_cut_copper_slab", + "excutwacopslab": "waxed_exposed_cut_copper_slab", + "excutwacopstep": "waxed_exposed_cut_copper_slab", + "excutwacosl": "waxed_exposed_cut_copper_slab", + "excutwacoslab": "waxed_exposed_cut_copper_slab", + "excutwacostep": "waxed_exposed_cut_copper_slab", + "excutwaxcohalfblock": "waxed_exposed_cut_copper_slab", + "excutwaxcophalfblock": "waxed_exposed_cut_copper_slab", + "excutwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", + "excutwaxcoppersl": "waxed_exposed_cut_copper_slab", + "excutwaxcopperslab": "waxed_exposed_cut_copper_slab", + "excutwaxcopperstep": "waxed_exposed_cut_copper_slab", + "excutwaxcopsl": "waxed_exposed_cut_copper_slab", + "excutwaxcopslab": "waxed_exposed_cut_copper_slab", + "excutwaxcopstep": "waxed_exposed_cut_copper_slab", + "excutwaxcosl": "waxed_exposed_cut_copper_slab", + "excutwaxcoslab": "waxed_exposed_cut_copper_slab", + "excutwaxcostep": "waxed_exposed_cut_copper_slab", + "excutwaxedcohalfblock": "waxed_exposed_cut_copper_slab", + "excutwaxedcophalfblock": "waxed_exposed_cut_copper_slab", + "excutwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "excutwaxedcoppersl": "waxed_exposed_cut_copper_slab", + "excutwaxedcopperslab": "waxed_exposed_cut_copper_slab", + "excutwaxedcopperstep": "waxed_exposed_cut_copper_slab", + "excutwaxedcopsl": "waxed_exposed_cut_copper_slab", + "excutwaxedcopslab": "waxed_exposed_cut_copper_slab", + "excutwaxedcopstep": "waxed_exposed_cut_copper_slab", + "excutwaxedcosl": "waxed_exposed_cut_copper_slab", + "excutwaxedcoslab": "waxed_exposed_cut_copper_slab", + "excutwaxedcostep": "waxed_exposed_cut_copper_slab", + "excwacohalfblock": "waxed_exposed_cut_copper_slab", + "excwacophalfblock": "waxed_exposed_cut_copper_slab", + "excwacopperhalfblock": "waxed_exposed_cut_copper_slab", + "excwacoppersl": "waxed_exposed_cut_copper_slab", + "excwacopperslab": "waxed_exposed_cut_copper_slab", + "excwacopperstep": "waxed_exposed_cut_copper_slab", + "excwacopsl": "waxed_exposed_cut_copper_slab", + "excwacopslab": "waxed_exposed_cut_copper_slab", + "excwacopstep": "waxed_exposed_cut_copper_slab", + "excwacosl": "waxed_exposed_cut_copper_slab", + "excwacoslab": "waxed_exposed_cut_copper_slab", + "excwacostep": "waxed_exposed_cut_copper_slab", + "excwaxcohalfblock": "waxed_exposed_cut_copper_slab", + "excwaxcophalfblock": "waxed_exposed_cut_copper_slab", + "excwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", + "excwaxcoppersl": "waxed_exposed_cut_copper_slab", + "excwaxcopperslab": "waxed_exposed_cut_copper_slab", + "excwaxcopperstep": "waxed_exposed_cut_copper_slab", + "excwaxcopsl": "waxed_exposed_cut_copper_slab", + "excwaxcopslab": "waxed_exposed_cut_copper_slab", + "excwaxcopstep": "waxed_exposed_cut_copper_slab", + "excwaxcosl": "waxed_exposed_cut_copper_slab", + "excwaxcoslab": "waxed_exposed_cut_copper_slab", + "excwaxcostep": "waxed_exposed_cut_copper_slab", + "excwaxedcohalfblock": "waxed_exposed_cut_copper_slab", + "excwaxedcophalfblock": "waxed_exposed_cut_copper_slab", + "excwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "excwaxedcoppersl": "waxed_exposed_cut_copper_slab", + "excwaxedcopperslab": "waxed_exposed_cut_copper_slab", + "excwaxedcopperstep": "waxed_exposed_cut_copper_slab", + "excwaxedcopsl": "waxed_exposed_cut_copper_slab", + "excwaxedcopslab": "waxed_exposed_cut_copper_slab", + "excwaxedcopstep": "waxed_exposed_cut_copper_slab", + "excwaxedcosl": "waxed_exposed_cut_copper_slab", + "excwaxedcoslab": "waxed_exposed_cut_copper_slab", + "excwaxedcostep": "waxed_exposed_cut_copper_slab", + "expcutwacohalfblock": "waxed_exposed_cut_copper_slab", + "expcutwacophalfblock": "waxed_exposed_cut_copper_slab", + "expcutwacopperhalfblock": "waxed_exposed_cut_copper_slab", + "expcutwacoppersl": "waxed_exposed_cut_copper_slab", + "expcutwacopperslab": "waxed_exposed_cut_copper_slab", + "expcutwacopperstep": "waxed_exposed_cut_copper_slab", + "expcutwacopsl": "waxed_exposed_cut_copper_slab", + "expcutwacopslab": "waxed_exposed_cut_copper_slab", + "expcutwacopstep": "waxed_exposed_cut_copper_slab", + "expcutwacosl": "waxed_exposed_cut_copper_slab", + "expcutwacoslab": "waxed_exposed_cut_copper_slab", + "expcutwacostep": "waxed_exposed_cut_copper_slab", + "expcutwaxcohalfblock": "waxed_exposed_cut_copper_slab", + "expcutwaxcophalfblock": "waxed_exposed_cut_copper_slab", + "expcutwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", + "expcutwaxcoppersl": "waxed_exposed_cut_copper_slab", + "expcutwaxcopperslab": "waxed_exposed_cut_copper_slab", + "expcutwaxcopperstep": "waxed_exposed_cut_copper_slab", + "expcutwaxcopsl": "waxed_exposed_cut_copper_slab", + "expcutwaxcopslab": "waxed_exposed_cut_copper_slab", + "expcutwaxcopstep": "waxed_exposed_cut_copper_slab", + "expcutwaxcosl": "waxed_exposed_cut_copper_slab", + "expcutwaxcoslab": "waxed_exposed_cut_copper_slab", + "expcutwaxcostep": "waxed_exposed_cut_copper_slab", + "expcutwaxedcohalfblock": "waxed_exposed_cut_copper_slab", + "expcutwaxedcophalfblock": "waxed_exposed_cut_copper_slab", + "expcutwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "expcutwaxedcoppersl": "waxed_exposed_cut_copper_slab", + "expcutwaxedcopperslab": "waxed_exposed_cut_copper_slab", + "expcutwaxedcopperstep": "waxed_exposed_cut_copper_slab", + "expcutwaxedcopsl": "waxed_exposed_cut_copper_slab", + "expcutwaxedcopslab": "waxed_exposed_cut_copper_slab", + "expcutwaxedcopstep": "waxed_exposed_cut_copper_slab", + "expcutwaxedcosl": "waxed_exposed_cut_copper_slab", + "expcutwaxedcoslab": "waxed_exposed_cut_copper_slab", + "expcutwaxedcostep": "waxed_exposed_cut_copper_slab", + "expcwacohalfblock": "waxed_exposed_cut_copper_slab", + "expcwacophalfblock": "waxed_exposed_cut_copper_slab", + "expcwacopperhalfblock": "waxed_exposed_cut_copper_slab", + "expcwacoppersl": "waxed_exposed_cut_copper_slab", + "expcwacopperslab": "waxed_exposed_cut_copper_slab", + "expcwacopperstep": "waxed_exposed_cut_copper_slab", + "expcwacopsl": "waxed_exposed_cut_copper_slab", + "expcwacopslab": "waxed_exposed_cut_copper_slab", + "expcwacopstep": "waxed_exposed_cut_copper_slab", + "expcwacosl": "waxed_exposed_cut_copper_slab", + "expcwacoslab": "waxed_exposed_cut_copper_slab", + "expcwacostep": "waxed_exposed_cut_copper_slab", + "expcwaxcohalfblock": "waxed_exposed_cut_copper_slab", + "expcwaxcophalfblock": "waxed_exposed_cut_copper_slab", + "expcwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", + "expcwaxcoppersl": "waxed_exposed_cut_copper_slab", + "expcwaxcopperslab": "waxed_exposed_cut_copper_slab", + "expcwaxcopperstep": "waxed_exposed_cut_copper_slab", + "expcwaxcopsl": "waxed_exposed_cut_copper_slab", + "expcwaxcopslab": "waxed_exposed_cut_copper_slab", + "expcwaxcopstep": "waxed_exposed_cut_copper_slab", + "expcwaxcosl": "waxed_exposed_cut_copper_slab", + "expcwaxcoslab": "waxed_exposed_cut_copper_slab", + "expcwaxcostep": "waxed_exposed_cut_copper_slab", + "expcwaxedcohalfblock": "waxed_exposed_cut_copper_slab", + "expcwaxedcophalfblock": "waxed_exposed_cut_copper_slab", + "expcwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "expcwaxedcoppersl": "waxed_exposed_cut_copper_slab", + "expcwaxedcopperslab": "waxed_exposed_cut_copper_slab", + "expcwaxedcopperstep": "waxed_exposed_cut_copper_slab", + "expcwaxedcopsl": "waxed_exposed_cut_copper_slab", + "expcwaxedcopslab": "waxed_exposed_cut_copper_slab", + "expcwaxedcopstep": "waxed_exposed_cut_copper_slab", + "expcwaxedcosl": "waxed_exposed_cut_copper_slab", + "expcwaxedcoslab": "waxed_exposed_cut_copper_slab", + "expcwaxedcostep": "waxed_exposed_cut_copper_slab", + "exposedcutwacohalfblock": "waxed_exposed_cut_copper_slab", + "exposedcutwacophalfblock": "waxed_exposed_cut_copper_slab", + "exposedcutwacopperhalfblock": "waxed_exposed_cut_copper_slab", + "exposedcutwacoppersl": "waxed_exposed_cut_copper_slab", + "exposedcutwacopperslab": "waxed_exposed_cut_copper_slab", + "exposedcutwacopperstep": "waxed_exposed_cut_copper_slab", + "exposedcutwacopsl": "waxed_exposed_cut_copper_slab", + "exposedcutwacopslab": "waxed_exposed_cut_copper_slab", + "exposedcutwacopstep": "waxed_exposed_cut_copper_slab", + "exposedcutwacosl": "waxed_exposed_cut_copper_slab", + "exposedcutwacoslab": "waxed_exposed_cut_copper_slab", + "exposedcutwacostep": "waxed_exposed_cut_copper_slab", + "exposedcutwaxcohalfblock": "waxed_exposed_cut_copper_slab", + "exposedcutwaxcophalfblock": "waxed_exposed_cut_copper_slab", + "exposedcutwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", + "exposedcutwaxcoppersl": "waxed_exposed_cut_copper_slab", + "exposedcutwaxcopperslab": "waxed_exposed_cut_copper_slab", + "exposedcutwaxcopperstep": "waxed_exposed_cut_copper_slab", + "exposedcutwaxcopsl": "waxed_exposed_cut_copper_slab", + "exposedcutwaxcopslab": "waxed_exposed_cut_copper_slab", + "exposedcutwaxcopstep": "waxed_exposed_cut_copper_slab", + "exposedcutwaxcosl": "waxed_exposed_cut_copper_slab", + "exposedcutwaxcoslab": "waxed_exposed_cut_copper_slab", + "exposedcutwaxcostep": "waxed_exposed_cut_copper_slab", + "exposedcutwaxedcohalfblock": "waxed_exposed_cut_copper_slab", + "exposedcutwaxedcophalfblock": "waxed_exposed_cut_copper_slab", + "exposedcutwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "exposedcutwaxedcoppersl": "waxed_exposed_cut_copper_slab", + "exposedcutwaxedcopperslab": "waxed_exposed_cut_copper_slab", + "exposedcutwaxedcopperstep": "waxed_exposed_cut_copper_slab", + "exposedcutwaxedcopsl": "waxed_exposed_cut_copper_slab", + "exposedcutwaxedcopslab": "waxed_exposed_cut_copper_slab", + "exposedcutwaxedcopstep": "waxed_exposed_cut_copper_slab", + "exposedcutwaxedcosl": "waxed_exposed_cut_copper_slab", + "exposedcutwaxedcoslab": "waxed_exposed_cut_copper_slab", + "exposedcutwaxedcostep": "waxed_exposed_cut_copper_slab", + "exposedcwacohalfblock": "waxed_exposed_cut_copper_slab", + "exposedcwacophalfblock": "waxed_exposed_cut_copper_slab", + "exposedcwacopperhalfblock": "waxed_exposed_cut_copper_slab", + "exposedcwacoppersl": "waxed_exposed_cut_copper_slab", + "exposedcwacopperslab": "waxed_exposed_cut_copper_slab", + "exposedcwacopperstep": "waxed_exposed_cut_copper_slab", + "exposedcwacopsl": "waxed_exposed_cut_copper_slab", + "exposedcwacopslab": "waxed_exposed_cut_copper_slab", + "exposedcwacopstep": "waxed_exposed_cut_copper_slab", + "exposedcwacosl": "waxed_exposed_cut_copper_slab", + "exposedcwacoslab": "waxed_exposed_cut_copper_slab", + "exposedcwacostep": "waxed_exposed_cut_copper_slab", + "exposedcwaxcohalfblock": "waxed_exposed_cut_copper_slab", + "exposedcwaxcophalfblock": "waxed_exposed_cut_copper_slab", + "exposedcwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", + "exposedcwaxcoppersl": "waxed_exposed_cut_copper_slab", + "exposedcwaxcopperslab": "waxed_exposed_cut_copper_slab", + "exposedcwaxcopperstep": "waxed_exposed_cut_copper_slab", + "exposedcwaxcopsl": "waxed_exposed_cut_copper_slab", + "exposedcwaxcopslab": "waxed_exposed_cut_copper_slab", + "exposedcwaxcopstep": "waxed_exposed_cut_copper_slab", + "exposedcwaxcosl": "waxed_exposed_cut_copper_slab", + "exposedcwaxcoslab": "waxed_exposed_cut_copper_slab", + "exposedcwaxcostep": "waxed_exposed_cut_copper_slab", + "exposedcwaxedcohalfblock": "waxed_exposed_cut_copper_slab", + "exposedcwaxedcophalfblock": "waxed_exposed_cut_copper_slab", + "exposedcwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "exposedcwaxedcoppersl": "waxed_exposed_cut_copper_slab", + "exposedcwaxedcopperslab": "waxed_exposed_cut_copper_slab", + "exposedcwaxedcopperstep": "waxed_exposed_cut_copper_slab", + "exposedcwaxedcopsl": "waxed_exposed_cut_copper_slab", + "exposedcwaxedcopslab": "waxed_exposed_cut_copper_slab", + "exposedcwaxedcopstep": "waxed_exposed_cut_copper_slab", + "exposedcwaxedcosl": "waxed_exposed_cut_copper_slab", + "exposedcwaxedcoslab": "waxed_exposed_cut_copper_slab", + "exposedcwaxedcostep": "waxed_exposed_cut_copper_slab", + "exposedwaccohalfblock": "waxed_exposed_cut_copper_slab", + "exposedwaccophalfblock": "waxed_exposed_cut_copper_slab", + "exposedwaccopperhalfblock": "waxed_exposed_cut_copper_slab", + "exposedwaccoppersl": "waxed_exposed_cut_copper_slab", + "exposedwaccopperslab": "waxed_exposed_cut_copper_slab", + "exposedwaccopperstep": "waxed_exposed_cut_copper_slab", + "exposedwaccopsl": "waxed_exposed_cut_copper_slab", + "exposedwaccopslab": "waxed_exposed_cut_copper_slab", + "exposedwaccopstep": "waxed_exposed_cut_copper_slab", + "exposedwaccosl": "waxed_exposed_cut_copper_slab", + "exposedwaccoslab": "waxed_exposed_cut_copper_slab", + "exposedwaccostep": "waxed_exposed_cut_copper_slab", + "exposedwacutcohalfblock": "waxed_exposed_cut_copper_slab", + "exposedwacutcophalfblock": "waxed_exposed_cut_copper_slab", + "exposedwacutcopperhalfblock": "waxed_exposed_cut_copper_slab", + "exposedwacutcoppersl": "waxed_exposed_cut_copper_slab", + "exposedwacutcopperslab": "waxed_exposed_cut_copper_slab", + "exposedwacutcopperstep": "waxed_exposed_cut_copper_slab", + "exposedwacutcopsl": "waxed_exposed_cut_copper_slab", + "exposedwacutcopslab": "waxed_exposed_cut_copper_slab", + "exposedwacutcopstep": "waxed_exposed_cut_copper_slab", + "exposedwacutcosl": "waxed_exposed_cut_copper_slab", + "exposedwacutcoslab": "waxed_exposed_cut_copper_slab", + "exposedwacutcostep": "waxed_exposed_cut_copper_slab", + "exposedwaxccohalfblock": "waxed_exposed_cut_copper_slab", + "exposedwaxccophalfblock": "waxed_exposed_cut_copper_slab", + "exposedwaxccopperhalfblock": "waxed_exposed_cut_copper_slab", + "exposedwaxccoppersl": "waxed_exposed_cut_copper_slab", + "exposedwaxccopperslab": "waxed_exposed_cut_copper_slab", + "exposedwaxccopperstep": "waxed_exposed_cut_copper_slab", + "exposedwaxccopsl": "waxed_exposed_cut_copper_slab", + "exposedwaxccopslab": "waxed_exposed_cut_copper_slab", + "exposedwaxccopstep": "waxed_exposed_cut_copper_slab", + "exposedwaxccosl": "waxed_exposed_cut_copper_slab", + "exposedwaxccoslab": "waxed_exposed_cut_copper_slab", + "exposedwaxccostep": "waxed_exposed_cut_copper_slab", + "exposedwaxcutcohalfblock": "waxed_exposed_cut_copper_slab", + "exposedwaxcutcophalfblock": "waxed_exposed_cut_copper_slab", + "exposedwaxcutcopperhalfblock": "waxed_exposed_cut_copper_slab", + "exposedwaxcutcoppersl": "waxed_exposed_cut_copper_slab", + "exposedwaxcutcopperslab": "waxed_exposed_cut_copper_slab", + "exposedwaxcutcopperstep": "waxed_exposed_cut_copper_slab", + "exposedwaxcutcopsl": "waxed_exposed_cut_copper_slab", + "exposedwaxcutcopslab": "waxed_exposed_cut_copper_slab", + "exposedwaxcutcopstep": "waxed_exposed_cut_copper_slab", + "exposedwaxcutcosl": "waxed_exposed_cut_copper_slab", + "exposedwaxcutcoslab": "waxed_exposed_cut_copper_slab", + "exposedwaxcutcostep": "waxed_exposed_cut_copper_slab", + "exposedwaxedccohalfblock": "waxed_exposed_cut_copper_slab", + "exposedwaxedccophalfblock": "waxed_exposed_cut_copper_slab", + "exposedwaxedccopperhalfblock": "waxed_exposed_cut_copper_slab", + "exposedwaxedccoppersl": "waxed_exposed_cut_copper_slab", + "exposedwaxedccopperslab": "waxed_exposed_cut_copper_slab", + "exposedwaxedccopperstep": "waxed_exposed_cut_copper_slab", + "exposedwaxedccopsl": "waxed_exposed_cut_copper_slab", + "exposedwaxedccopslab": "waxed_exposed_cut_copper_slab", + "exposedwaxedccopstep": "waxed_exposed_cut_copper_slab", + "exposedwaxedccosl": "waxed_exposed_cut_copper_slab", + "exposedwaxedccoslab": "waxed_exposed_cut_copper_slab", + "exposedwaxedccostep": "waxed_exposed_cut_copper_slab", + "exposedwaxedcutcohalfblock": "waxed_exposed_cut_copper_slab", + "exposedwaxedcutcophalfblock": "waxed_exposed_cut_copper_slab", + "exposedwaxedcutcopperhalfblock": "waxed_exposed_cut_copper_slab", + "exposedwaxedcutcoppersl": "waxed_exposed_cut_copper_slab", + "exposedwaxedcutcopperslab": "waxed_exposed_cut_copper_slab", + "exposedwaxedcutcopperstep": "waxed_exposed_cut_copper_slab", + "exposedwaxedcutcopsl": "waxed_exposed_cut_copper_slab", + "exposedwaxedcutcopslab": "waxed_exposed_cut_copper_slab", + "exposedwaxedcutcopstep": "waxed_exposed_cut_copper_slab", + "exposedwaxedcutcosl": "waxed_exposed_cut_copper_slab", + "exposedwaxedcutcoslab": "waxed_exposed_cut_copper_slab", + "exposedwaxedcutcostep": "waxed_exposed_cut_copper_slab", + "expwaccohalfblock": "waxed_exposed_cut_copper_slab", + "expwaccophalfblock": "waxed_exposed_cut_copper_slab", + "expwaccopperhalfblock": "waxed_exposed_cut_copper_slab", + "expwaccoppersl": "waxed_exposed_cut_copper_slab", + "expwaccopperslab": "waxed_exposed_cut_copper_slab", + "expwaccopperstep": "waxed_exposed_cut_copper_slab", + "expwaccopsl": "waxed_exposed_cut_copper_slab", + "expwaccopslab": "waxed_exposed_cut_copper_slab", + "expwaccopstep": "waxed_exposed_cut_copper_slab", + "expwaccosl": "waxed_exposed_cut_copper_slab", + "expwaccoslab": "waxed_exposed_cut_copper_slab", + "expwaccostep": "waxed_exposed_cut_copper_slab", + "expwacutcohalfblock": "waxed_exposed_cut_copper_slab", + "expwacutcophalfblock": "waxed_exposed_cut_copper_slab", + "expwacutcopperhalfblock": "waxed_exposed_cut_copper_slab", + "expwacutcoppersl": "waxed_exposed_cut_copper_slab", + "expwacutcopperslab": "waxed_exposed_cut_copper_slab", + "expwacutcopperstep": "waxed_exposed_cut_copper_slab", + "expwacutcopsl": "waxed_exposed_cut_copper_slab", + "expwacutcopslab": "waxed_exposed_cut_copper_slab", + "expwacutcopstep": "waxed_exposed_cut_copper_slab", + "expwacutcosl": "waxed_exposed_cut_copper_slab", + "expwacutcoslab": "waxed_exposed_cut_copper_slab", + "expwacutcostep": "waxed_exposed_cut_copper_slab", + "expwaxccohalfblock": "waxed_exposed_cut_copper_slab", + "expwaxccophalfblock": "waxed_exposed_cut_copper_slab", + "expwaxccopperhalfblock": "waxed_exposed_cut_copper_slab", + "expwaxccoppersl": "waxed_exposed_cut_copper_slab", + "expwaxccopperslab": "waxed_exposed_cut_copper_slab", + "expwaxccopperstep": "waxed_exposed_cut_copper_slab", + "expwaxccopsl": "waxed_exposed_cut_copper_slab", + "expwaxccopslab": "waxed_exposed_cut_copper_slab", + "expwaxccopstep": "waxed_exposed_cut_copper_slab", + "expwaxccosl": "waxed_exposed_cut_copper_slab", + "expwaxccoslab": "waxed_exposed_cut_copper_slab", + "expwaxccostep": "waxed_exposed_cut_copper_slab", + "expwaxcutcohalfblock": "waxed_exposed_cut_copper_slab", + "expwaxcutcophalfblock": "waxed_exposed_cut_copper_slab", + "expwaxcutcopperhalfblock": "waxed_exposed_cut_copper_slab", + "expwaxcutcoppersl": "waxed_exposed_cut_copper_slab", + "expwaxcutcopperslab": "waxed_exposed_cut_copper_slab", + "expwaxcutcopperstep": "waxed_exposed_cut_copper_slab", + "expwaxcutcopsl": "waxed_exposed_cut_copper_slab", + "expwaxcutcopslab": "waxed_exposed_cut_copper_slab", + "expwaxcutcopstep": "waxed_exposed_cut_copper_slab", + "expwaxcutcosl": "waxed_exposed_cut_copper_slab", + "expwaxcutcoslab": "waxed_exposed_cut_copper_slab", + "expwaxcutcostep": "waxed_exposed_cut_copper_slab", + "expwaxedccohalfblock": "waxed_exposed_cut_copper_slab", + "expwaxedccophalfblock": "waxed_exposed_cut_copper_slab", + "expwaxedccopperhalfblock": "waxed_exposed_cut_copper_slab", + "expwaxedccoppersl": "waxed_exposed_cut_copper_slab", + "expwaxedccopperslab": "waxed_exposed_cut_copper_slab", + "expwaxedccopperstep": "waxed_exposed_cut_copper_slab", + "expwaxedccopsl": "waxed_exposed_cut_copper_slab", + "expwaxedccopslab": "waxed_exposed_cut_copper_slab", + "expwaxedccopstep": "waxed_exposed_cut_copper_slab", + "expwaxedccosl": "waxed_exposed_cut_copper_slab", + "expwaxedccoslab": "waxed_exposed_cut_copper_slab", + "expwaxedccostep": "waxed_exposed_cut_copper_slab", + "expwaxedcutcohalfblock": "waxed_exposed_cut_copper_slab", + "expwaxedcutcophalfblock": "waxed_exposed_cut_copper_slab", + "expwaxedcutcopperhalfblock": "waxed_exposed_cut_copper_slab", + "expwaxedcutcoppersl": "waxed_exposed_cut_copper_slab", + "expwaxedcutcopperslab": "waxed_exposed_cut_copper_slab", + "expwaxedcutcopperstep": "waxed_exposed_cut_copper_slab", + "expwaxedcutcopsl": "waxed_exposed_cut_copper_slab", + "expwaxedcutcopslab": "waxed_exposed_cut_copper_slab", + "expwaxedcutcopstep": "waxed_exposed_cut_copper_slab", + "expwaxedcutcosl": "waxed_exposed_cut_copper_slab", + "expwaxedcutcoslab": "waxed_exposed_cut_copper_slab", + "expwaxedcutcostep": "waxed_exposed_cut_copper_slab", + "exwaccohalfblock": "waxed_exposed_cut_copper_slab", + "exwaccophalfblock": "waxed_exposed_cut_copper_slab", + "exwaccopperhalfblock": "waxed_exposed_cut_copper_slab", + "exwaccoppersl": "waxed_exposed_cut_copper_slab", + "exwaccopperslab": "waxed_exposed_cut_copper_slab", + "exwaccopperstep": "waxed_exposed_cut_copper_slab", + "exwaccopsl": "waxed_exposed_cut_copper_slab", + "exwaccopslab": "waxed_exposed_cut_copper_slab", + "exwaccopstep": "waxed_exposed_cut_copper_slab", + "exwaccosl": "waxed_exposed_cut_copper_slab", + "exwaccoslab": "waxed_exposed_cut_copper_slab", + "exwaccostep": "waxed_exposed_cut_copper_slab", + "exwacutcohalfblock": "waxed_exposed_cut_copper_slab", + "exwacutcophalfblock": "waxed_exposed_cut_copper_slab", + "exwacutcopperhalfblock": "waxed_exposed_cut_copper_slab", + "exwacutcoppersl": "waxed_exposed_cut_copper_slab", + "exwacutcopperslab": "waxed_exposed_cut_copper_slab", + "exwacutcopperstep": "waxed_exposed_cut_copper_slab", + "exwacutcopsl": "waxed_exposed_cut_copper_slab", + "exwacutcopslab": "waxed_exposed_cut_copper_slab", + "exwacutcopstep": "waxed_exposed_cut_copper_slab", + "exwacutcosl": "waxed_exposed_cut_copper_slab", + "exwacutcoslab": "waxed_exposed_cut_copper_slab", + "exwacutcostep": "waxed_exposed_cut_copper_slab", + "exwaxccohalfblock": "waxed_exposed_cut_copper_slab", + "exwaxccophalfblock": "waxed_exposed_cut_copper_slab", + "exwaxccopperhalfblock": "waxed_exposed_cut_copper_slab", + "exwaxccoppersl": "waxed_exposed_cut_copper_slab", + "exwaxccopperslab": "waxed_exposed_cut_copper_slab", + "exwaxccopperstep": "waxed_exposed_cut_copper_slab", + "exwaxccopsl": "waxed_exposed_cut_copper_slab", + "exwaxccopslab": "waxed_exposed_cut_copper_slab", + "exwaxccopstep": "waxed_exposed_cut_copper_slab", + "exwaxccosl": "waxed_exposed_cut_copper_slab", + "exwaxccoslab": "waxed_exposed_cut_copper_slab", + "exwaxccostep": "waxed_exposed_cut_copper_slab", + "exwaxcutcohalfblock": "waxed_exposed_cut_copper_slab", + "exwaxcutcophalfblock": "waxed_exposed_cut_copper_slab", + "exwaxcutcopperhalfblock": "waxed_exposed_cut_copper_slab", + "exwaxcutcoppersl": "waxed_exposed_cut_copper_slab", + "exwaxcutcopperslab": "waxed_exposed_cut_copper_slab", + "exwaxcutcopperstep": "waxed_exposed_cut_copper_slab", + "exwaxcutcopsl": "waxed_exposed_cut_copper_slab", + "exwaxcutcopslab": "waxed_exposed_cut_copper_slab", + "exwaxcutcopstep": "waxed_exposed_cut_copper_slab", + "exwaxcutcosl": "waxed_exposed_cut_copper_slab", + "exwaxcutcoslab": "waxed_exposed_cut_copper_slab", + "exwaxcutcostep": "waxed_exposed_cut_copper_slab", + "exwaxedccohalfblock": "waxed_exposed_cut_copper_slab", + "exwaxedccophalfblock": "waxed_exposed_cut_copper_slab", + "exwaxedccopperhalfblock": "waxed_exposed_cut_copper_slab", + "exwaxedccoppersl": "waxed_exposed_cut_copper_slab", + "exwaxedccopperslab": "waxed_exposed_cut_copper_slab", + "exwaxedccopperstep": "waxed_exposed_cut_copper_slab", + "exwaxedccopsl": "waxed_exposed_cut_copper_slab", + "exwaxedccopslab": "waxed_exposed_cut_copper_slab", + "exwaxedccopstep": "waxed_exposed_cut_copper_slab", + "exwaxedccosl": "waxed_exposed_cut_copper_slab", + "exwaxedccoslab": "waxed_exposed_cut_copper_slab", + "exwaxedccostep": "waxed_exposed_cut_copper_slab", + "exwaxedcutcohalfblock": "waxed_exposed_cut_copper_slab", + "exwaxedcutcophalfblock": "waxed_exposed_cut_copper_slab", + "exwaxedcutcopperhalfblock": "waxed_exposed_cut_copper_slab", + "exwaxedcutcoppersl": "waxed_exposed_cut_copper_slab", + "exwaxedcutcopperslab": "waxed_exposed_cut_copper_slab", + "exwaxedcutcopperstep": "waxed_exposed_cut_copper_slab", + "exwaxedcutcopsl": "waxed_exposed_cut_copper_slab", + "exwaxedcutcopslab": "waxed_exposed_cut_copper_slab", + "exwaxedcutcopstep": "waxed_exposed_cut_copper_slab", + "exwaxedcutcosl": "waxed_exposed_cut_copper_slab", + "exwaxedcutcoslab": "waxed_exposed_cut_copper_slab", + "exwaxedcutcostep": "waxed_exposed_cut_copper_slab", + "minecraft:waxed_exposed_cut_copper_slab": "waxed_exposed_cut_copper_slab", + "wacexcohalfblock": "waxed_exposed_cut_copper_slab", + "wacexcophalfblock": "waxed_exposed_cut_copper_slab", + "wacexcopperhalfblock": "waxed_exposed_cut_copper_slab", + "wacexcoppersl": "waxed_exposed_cut_copper_slab", + "wacexcopperslab": "waxed_exposed_cut_copper_slab", + "wacexcopperstep": "waxed_exposed_cut_copper_slab", + "wacexcopsl": "waxed_exposed_cut_copper_slab", + "wacexcopslab": "waxed_exposed_cut_copper_slab", + "wacexcopstep": "waxed_exposed_cut_copper_slab", + "wacexcosl": "waxed_exposed_cut_copper_slab", + "wacexcoslab": "waxed_exposed_cut_copper_slab", + "wacexcostep": "waxed_exposed_cut_copper_slab", + "wacexpcohalfblock": "waxed_exposed_cut_copper_slab", + "wacexpcophalfblock": "waxed_exposed_cut_copper_slab", + "wacexpcopperhalfblock": "waxed_exposed_cut_copper_slab", + "wacexpcoppersl": "waxed_exposed_cut_copper_slab", + "wacexpcopperslab": "waxed_exposed_cut_copper_slab", + "wacexpcopperstep": "waxed_exposed_cut_copper_slab", + "wacexpcopsl": "waxed_exposed_cut_copper_slab", + "wacexpcopslab": "waxed_exposed_cut_copper_slab", + "wacexpcopstep": "waxed_exposed_cut_copper_slab", + "wacexpcosl": "waxed_exposed_cut_copper_slab", + "wacexpcoslab": "waxed_exposed_cut_copper_slab", + "wacexpcostep": "waxed_exposed_cut_copper_slab", + "wacexposedcohalfblock": "waxed_exposed_cut_copper_slab", + "wacexposedcophalfblock": "waxed_exposed_cut_copper_slab", + "wacexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "wacexposedcoppersl": "waxed_exposed_cut_copper_slab", + "wacexposedcopperslab": "waxed_exposed_cut_copper_slab", + "wacexposedcopperstep": "waxed_exposed_cut_copper_slab", + "wacexposedcopsl": "waxed_exposed_cut_copper_slab", + "wacexposedcopslab": "waxed_exposed_cut_copper_slab", + "wacexposedcopstep": "waxed_exposed_cut_copper_slab", + "wacexposedcosl": "waxed_exposed_cut_copper_slab", + "wacexposedcoslab": "waxed_exposed_cut_copper_slab", + "wacexposedcostep": "waxed_exposed_cut_copper_slab", + "wacutexcohalfblock": "waxed_exposed_cut_copper_slab", + "wacutexcophalfblock": "waxed_exposed_cut_copper_slab", + "wacutexcopperhalfblock": "waxed_exposed_cut_copper_slab", + "wacutexcoppersl": "waxed_exposed_cut_copper_slab", + "wacutexcopperslab": "waxed_exposed_cut_copper_slab", + "wacutexcopperstep": "waxed_exposed_cut_copper_slab", + "wacutexcopsl": "waxed_exposed_cut_copper_slab", + "wacutexcopslab": "waxed_exposed_cut_copper_slab", + "wacutexcopstep": "waxed_exposed_cut_copper_slab", + "wacutexcosl": "waxed_exposed_cut_copper_slab", + "wacutexcoslab": "waxed_exposed_cut_copper_slab", + "wacutexcostep": "waxed_exposed_cut_copper_slab", + "wacutexpcohalfblock": "waxed_exposed_cut_copper_slab", + "wacutexpcophalfblock": "waxed_exposed_cut_copper_slab", + "wacutexpcopperhalfblock": "waxed_exposed_cut_copper_slab", + "wacutexpcoppersl": "waxed_exposed_cut_copper_slab", + "wacutexpcopperslab": "waxed_exposed_cut_copper_slab", + "wacutexpcopperstep": "waxed_exposed_cut_copper_slab", + "wacutexpcopsl": "waxed_exposed_cut_copper_slab", + "wacutexpcopslab": "waxed_exposed_cut_copper_slab", + "wacutexpcopstep": "waxed_exposed_cut_copper_slab", + "wacutexpcosl": "waxed_exposed_cut_copper_slab", + "wacutexpcoslab": "waxed_exposed_cut_copper_slab", + "wacutexpcostep": "waxed_exposed_cut_copper_slab", + "wacutexposedcohalfblock": "waxed_exposed_cut_copper_slab", + "wacutexposedcophalfblock": "waxed_exposed_cut_copper_slab", + "wacutexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "wacutexposedcoppersl": "waxed_exposed_cut_copper_slab", + "wacutexposedcopperslab": "waxed_exposed_cut_copper_slab", + "wacutexposedcopperstep": "waxed_exposed_cut_copper_slab", + "wacutexposedcopsl": "waxed_exposed_cut_copper_slab", + "wacutexposedcopslab": "waxed_exposed_cut_copper_slab", + "wacutexposedcopstep": "waxed_exposed_cut_copper_slab", + "wacutexposedcosl": "waxed_exposed_cut_copper_slab", + "wacutexposedcoslab": "waxed_exposed_cut_copper_slab", + "wacutexposedcostep": "waxed_exposed_cut_copper_slab", + "waexccohalfblock": "waxed_exposed_cut_copper_slab", + "waexccophalfblock": "waxed_exposed_cut_copper_slab", + "waexccopperhalfblock": "waxed_exposed_cut_copper_slab", + "waexccoppersl": "waxed_exposed_cut_copper_slab", + "waexccopperslab": "waxed_exposed_cut_copper_slab", + "waexccopperstep": "waxed_exposed_cut_copper_slab", + "waexccopsl": "waxed_exposed_cut_copper_slab", + "waexccopslab": "waxed_exposed_cut_copper_slab", + "waexccopstep": "waxed_exposed_cut_copper_slab", + "waexccosl": "waxed_exposed_cut_copper_slab", + "waexccoslab": "waxed_exposed_cut_copper_slab", + "waexccostep": "waxed_exposed_cut_copper_slab", + "waexcutcohalfblock": "waxed_exposed_cut_copper_slab", + "waexcutcophalfblock": "waxed_exposed_cut_copper_slab", + "waexcutcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waexcutcoppersl": "waxed_exposed_cut_copper_slab", + "waexcutcopperslab": "waxed_exposed_cut_copper_slab", + "waexcutcopperstep": "waxed_exposed_cut_copper_slab", + "waexcutcopsl": "waxed_exposed_cut_copper_slab", + "waexcutcopslab": "waxed_exposed_cut_copper_slab", + "waexcutcopstep": "waxed_exposed_cut_copper_slab", + "waexcutcosl": "waxed_exposed_cut_copper_slab", + "waexcutcoslab": "waxed_exposed_cut_copper_slab", + "waexcutcostep": "waxed_exposed_cut_copper_slab", + "waexpccohalfblock": "waxed_exposed_cut_copper_slab", + "waexpccophalfblock": "waxed_exposed_cut_copper_slab", + "waexpccopperhalfblock": "waxed_exposed_cut_copper_slab", + "waexpccoppersl": "waxed_exposed_cut_copper_slab", + "waexpccopperslab": "waxed_exposed_cut_copper_slab", + "waexpccopperstep": "waxed_exposed_cut_copper_slab", + "waexpccopsl": "waxed_exposed_cut_copper_slab", + "waexpccopslab": "waxed_exposed_cut_copper_slab", + "waexpccopstep": "waxed_exposed_cut_copper_slab", + "waexpccosl": "waxed_exposed_cut_copper_slab", + "waexpccoslab": "waxed_exposed_cut_copper_slab", + "waexpccostep": "waxed_exposed_cut_copper_slab", + "waexpcutcohalfblock": "waxed_exposed_cut_copper_slab", + "waexpcutcophalfblock": "waxed_exposed_cut_copper_slab", + "waexpcutcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waexpcutcoppersl": "waxed_exposed_cut_copper_slab", + "waexpcutcopperslab": "waxed_exposed_cut_copper_slab", + "waexpcutcopperstep": "waxed_exposed_cut_copper_slab", + "waexpcutcopsl": "waxed_exposed_cut_copper_slab", + "waexpcutcopslab": "waxed_exposed_cut_copper_slab", + "waexpcutcopstep": "waxed_exposed_cut_copper_slab", + "waexpcutcosl": "waxed_exposed_cut_copper_slab", + "waexpcutcoslab": "waxed_exposed_cut_copper_slab", + "waexpcutcostep": "waxed_exposed_cut_copper_slab", + "waexposedccohalfblock": "waxed_exposed_cut_copper_slab", + "waexposedccophalfblock": "waxed_exposed_cut_copper_slab", + "waexposedccopperhalfblock": "waxed_exposed_cut_copper_slab", + "waexposedccoppersl": "waxed_exposed_cut_copper_slab", + "waexposedccopperslab": "waxed_exposed_cut_copper_slab", + "waexposedccopperstep": "waxed_exposed_cut_copper_slab", + "waexposedccopsl": "waxed_exposed_cut_copper_slab", + "waexposedccopslab": "waxed_exposed_cut_copper_slab", + "waexposedccopstep": "waxed_exposed_cut_copper_slab", + "waexposedccosl": "waxed_exposed_cut_copper_slab", + "waexposedccoslab": "waxed_exposed_cut_copper_slab", + "waexposedccostep": "waxed_exposed_cut_copper_slab", + "waexposedcutcohalfblock": "waxed_exposed_cut_copper_slab", + "waexposedcutcophalfblock": "waxed_exposed_cut_copper_slab", + "waexposedcutcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waexposedcutcoppersl": "waxed_exposed_cut_copper_slab", + "waexposedcutcopperslab": "waxed_exposed_cut_copper_slab", + "waexposedcutcopperstep": "waxed_exposed_cut_copper_slab", + "waexposedcutcopsl": "waxed_exposed_cut_copper_slab", + "waexposedcutcopslab": "waxed_exposed_cut_copper_slab", + "waexposedcutcopstep": "waxed_exposed_cut_copper_slab", + "waexposedcutcosl": "waxed_exposed_cut_copper_slab", + "waexposedcutcoslab": "waxed_exposed_cut_copper_slab", + "waexposedcutcostep": "waxed_exposed_cut_copper_slab", + "waxcexcohalfblock": "waxed_exposed_cut_copper_slab", + "waxcexcophalfblock": "waxed_exposed_cut_copper_slab", + "waxcexcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxcexcoppersl": "waxed_exposed_cut_copper_slab", + "waxcexcopperslab": "waxed_exposed_cut_copper_slab", + "waxcexcopperstep": "waxed_exposed_cut_copper_slab", + "waxcexcopsl": "waxed_exposed_cut_copper_slab", + "waxcexcopslab": "waxed_exposed_cut_copper_slab", + "waxcexcopstep": "waxed_exposed_cut_copper_slab", + "waxcexcosl": "waxed_exposed_cut_copper_slab", + "waxcexcoslab": "waxed_exposed_cut_copper_slab", + "waxcexcostep": "waxed_exposed_cut_copper_slab", + "waxcexpcohalfblock": "waxed_exposed_cut_copper_slab", + "waxcexpcophalfblock": "waxed_exposed_cut_copper_slab", + "waxcexpcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxcexpcoppersl": "waxed_exposed_cut_copper_slab", + "waxcexpcopperslab": "waxed_exposed_cut_copper_slab", + "waxcexpcopperstep": "waxed_exposed_cut_copper_slab", + "waxcexpcopsl": "waxed_exposed_cut_copper_slab", + "waxcexpcopslab": "waxed_exposed_cut_copper_slab", + "waxcexpcopstep": "waxed_exposed_cut_copper_slab", + "waxcexpcosl": "waxed_exposed_cut_copper_slab", + "waxcexpcoslab": "waxed_exposed_cut_copper_slab", + "waxcexpcostep": "waxed_exposed_cut_copper_slab", + "waxcexposedcohalfblock": "waxed_exposed_cut_copper_slab", + "waxcexposedcophalfblock": "waxed_exposed_cut_copper_slab", + "waxcexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxcexposedcoppersl": "waxed_exposed_cut_copper_slab", + "waxcexposedcopperslab": "waxed_exposed_cut_copper_slab", + "waxcexposedcopperstep": "waxed_exposed_cut_copper_slab", + "waxcexposedcopsl": "waxed_exposed_cut_copper_slab", + "waxcexposedcopslab": "waxed_exposed_cut_copper_slab", + "waxcexposedcopstep": "waxed_exposed_cut_copper_slab", + "waxcexposedcosl": "waxed_exposed_cut_copper_slab", + "waxcexposedcoslab": "waxed_exposed_cut_copper_slab", + "waxcexposedcostep": "waxed_exposed_cut_copper_slab", + "waxcutexcohalfblock": "waxed_exposed_cut_copper_slab", + "waxcutexcophalfblock": "waxed_exposed_cut_copper_slab", + "waxcutexcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxcutexcoppersl": "waxed_exposed_cut_copper_slab", + "waxcutexcopperslab": "waxed_exposed_cut_copper_slab", + "waxcutexcopperstep": "waxed_exposed_cut_copper_slab", + "waxcutexcopsl": "waxed_exposed_cut_copper_slab", + "waxcutexcopslab": "waxed_exposed_cut_copper_slab", + "waxcutexcopstep": "waxed_exposed_cut_copper_slab", + "waxcutexcosl": "waxed_exposed_cut_copper_slab", + "waxcutexcoslab": "waxed_exposed_cut_copper_slab", + "waxcutexcostep": "waxed_exposed_cut_copper_slab", + "waxcutexpcohalfblock": "waxed_exposed_cut_copper_slab", + "waxcutexpcophalfblock": "waxed_exposed_cut_copper_slab", + "waxcutexpcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxcutexpcoppersl": "waxed_exposed_cut_copper_slab", + "waxcutexpcopperslab": "waxed_exposed_cut_copper_slab", + "waxcutexpcopperstep": "waxed_exposed_cut_copper_slab", + "waxcutexpcopsl": "waxed_exposed_cut_copper_slab", + "waxcutexpcopslab": "waxed_exposed_cut_copper_slab", + "waxcutexpcopstep": "waxed_exposed_cut_copper_slab", + "waxcutexpcosl": "waxed_exposed_cut_copper_slab", + "waxcutexpcoslab": "waxed_exposed_cut_copper_slab", + "waxcutexpcostep": "waxed_exposed_cut_copper_slab", + "waxcutexposedcohalfblock": "waxed_exposed_cut_copper_slab", + "waxcutexposedcophalfblock": "waxed_exposed_cut_copper_slab", + "waxcutexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxcutexposedcoppersl": "waxed_exposed_cut_copper_slab", + "waxcutexposedcopperslab": "waxed_exposed_cut_copper_slab", + "waxcutexposedcopperstep": "waxed_exposed_cut_copper_slab", + "waxcutexposedcopsl": "waxed_exposed_cut_copper_slab", + "waxcutexposedcopslab": "waxed_exposed_cut_copper_slab", + "waxcutexposedcopstep": "waxed_exposed_cut_copper_slab", + "waxcutexposedcosl": "waxed_exposed_cut_copper_slab", + "waxcutexposedcoslab": "waxed_exposed_cut_copper_slab", + "waxcutexposedcostep": "waxed_exposed_cut_copper_slab", + "waxedcexcohalfblock": "waxed_exposed_cut_copper_slab", + "waxedcexcophalfblock": "waxed_exposed_cut_copper_slab", + "waxedcexcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxedcexcoppersl": "waxed_exposed_cut_copper_slab", + "waxedcexcopperslab": "waxed_exposed_cut_copper_slab", + "waxedcexcopperstep": "waxed_exposed_cut_copper_slab", + "waxedcexcopsl": "waxed_exposed_cut_copper_slab", + "waxedcexcopslab": "waxed_exposed_cut_copper_slab", + "waxedcexcopstep": "waxed_exposed_cut_copper_slab", + "waxedcexcosl": "waxed_exposed_cut_copper_slab", + "waxedcexcoslab": "waxed_exposed_cut_copper_slab", + "waxedcexcostep": "waxed_exposed_cut_copper_slab", + "waxedcexpcohalfblock": "waxed_exposed_cut_copper_slab", + "waxedcexpcophalfblock": "waxed_exposed_cut_copper_slab", + "waxedcexpcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxedcexpcoppersl": "waxed_exposed_cut_copper_slab", + "waxedcexpcopperslab": "waxed_exposed_cut_copper_slab", + "waxedcexpcopperstep": "waxed_exposed_cut_copper_slab", + "waxedcexpcopsl": "waxed_exposed_cut_copper_slab", + "waxedcexpcopslab": "waxed_exposed_cut_copper_slab", + "waxedcexpcopstep": "waxed_exposed_cut_copper_slab", + "waxedcexpcosl": "waxed_exposed_cut_copper_slab", + "waxedcexpcoslab": "waxed_exposed_cut_copper_slab", + "waxedcexpcostep": "waxed_exposed_cut_copper_slab", + "waxedcexposedcohalfblock": "waxed_exposed_cut_copper_slab", + "waxedcexposedcophalfblock": "waxed_exposed_cut_copper_slab", + "waxedcexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxedcexposedcoppersl": "waxed_exposed_cut_copper_slab", + "waxedcexposedcopperslab": "waxed_exposed_cut_copper_slab", + "waxedcexposedcopperstep": "waxed_exposed_cut_copper_slab", + "waxedcexposedcopsl": "waxed_exposed_cut_copper_slab", + "waxedcexposedcopslab": "waxed_exposed_cut_copper_slab", + "waxedcexposedcopstep": "waxed_exposed_cut_copper_slab", + "waxedcexposedcosl": "waxed_exposed_cut_copper_slab", + "waxedcexposedcoslab": "waxed_exposed_cut_copper_slab", + "waxedcexposedcostep": "waxed_exposed_cut_copper_slab", + "waxedcutexcohalfblock": "waxed_exposed_cut_copper_slab", + "waxedcutexcophalfblock": "waxed_exposed_cut_copper_slab", + "waxedcutexcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxedcutexcoppersl": "waxed_exposed_cut_copper_slab", + "waxedcutexcopperslab": "waxed_exposed_cut_copper_slab", + "waxedcutexcopperstep": "waxed_exposed_cut_copper_slab", + "waxedcutexcopsl": "waxed_exposed_cut_copper_slab", + "waxedcutexcopslab": "waxed_exposed_cut_copper_slab", + "waxedcutexcopstep": "waxed_exposed_cut_copper_slab", + "waxedcutexcosl": "waxed_exposed_cut_copper_slab", + "waxedcutexcoslab": "waxed_exposed_cut_copper_slab", + "waxedcutexcostep": "waxed_exposed_cut_copper_slab", + "waxedcutexpcohalfblock": "waxed_exposed_cut_copper_slab", + "waxedcutexpcophalfblock": "waxed_exposed_cut_copper_slab", + "waxedcutexpcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxedcutexpcoppersl": "waxed_exposed_cut_copper_slab", + "waxedcutexpcopperslab": "waxed_exposed_cut_copper_slab", + "waxedcutexpcopperstep": "waxed_exposed_cut_copper_slab", + "waxedcutexpcopsl": "waxed_exposed_cut_copper_slab", + "waxedcutexpcopslab": "waxed_exposed_cut_copper_slab", + "waxedcutexpcopstep": "waxed_exposed_cut_copper_slab", + "waxedcutexpcosl": "waxed_exposed_cut_copper_slab", + "waxedcutexpcoslab": "waxed_exposed_cut_copper_slab", + "waxedcutexpcostep": "waxed_exposed_cut_copper_slab", + "waxedcutexposedcohalfblock": "waxed_exposed_cut_copper_slab", + "waxedcutexposedcophalfblock": "waxed_exposed_cut_copper_slab", + "waxedcutexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxedcutexposedcoppersl": "waxed_exposed_cut_copper_slab", + "waxedcutexposedcopperslab": "waxed_exposed_cut_copper_slab", + "waxedcutexposedcopperstep": "waxed_exposed_cut_copper_slab", + "waxedcutexposedcopsl": "waxed_exposed_cut_copper_slab", + "waxedcutexposedcopslab": "waxed_exposed_cut_copper_slab", + "waxedcutexposedcopstep": "waxed_exposed_cut_copper_slab", + "waxedcutexposedcosl": "waxed_exposed_cut_copper_slab", + "waxedcutexposedcoslab": "waxed_exposed_cut_copper_slab", + "waxedcutexposedcostep": "waxed_exposed_cut_copper_slab", + "waxedexccohalfblock": "waxed_exposed_cut_copper_slab", + "waxedexccophalfblock": "waxed_exposed_cut_copper_slab", + "waxedexccopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxedexccoppersl": "waxed_exposed_cut_copper_slab", + "waxedexccopperslab": "waxed_exposed_cut_copper_slab", + "waxedexccopperstep": "waxed_exposed_cut_copper_slab", + "waxedexccopsl": "waxed_exposed_cut_copper_slab", + "waxedexccopslab": "waxed_exposed_cut_copper_slab", + "waxedexccopstep": "waxed_exposed_cut_copper_slab", + "waxedexccosl": "waxed_exposed_cut_copper_slab", + "waxedexccoslab": "waxed_exposed_cut_copper_slab", + "waxedexccostep": "waxed_exposed_cut_copper_slab", + "waxedexcutcohalfblock": "waxed_exposed_cut_copper_slab", + "waxedexcutcophalfblock": "waxed_exposed_cut_copper_slab", + "waxedexcutcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxedexcutcoppersl": "waxed_exposed_cut_copper_slab", + "waxedexcutcopperslab": "waxed_exposed_cut_copper_slab", + "waxedexcutcopperstep": "waxed_exposed_cut_copper_slab", + "waxedexcutcopsl": "waxed_exposed_cut_copper_slab", + "waxedexcutcopslab": "waxed_exposed_cut_copper_slab", + "waxedexcutcopstep": "waxed_exposed_cut_copper_slab", + "waxedexcutcosl": "waxed_exposed_cut_copper_slab", + "waxedexcutcoslab": "waxed_exposed_cut_copper_slab", + "waxedexcutcostep": "waxed_exposed_cut_copper_slab", + "waxedexpccohalfblock": "waxed_exposed_cut_copper_slab", + "waxedexpccophalfblock": "waxed_exposed_cut_copper_slab", + "waxedexpccopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxedexpccoppersl": "waxed_exposed_cut_copper_slab", + "waxedexpccopperslab": "waxed_exposed_cut_copper_slab", + "waxedexpccopperstep": "waxed_exposed_cut_copper_slab", + "waxedexpccopsl": "waxed_exposed_cut_copper_slab", + "waxedexpccopslab": "waxed_exposed_cut_copper_slab", + "waxedexpccopstep": "waxed_exposed_cut_copper_slab", + "waxedexpccosl": "waxed_exposed_cut_copper_slab", + "waxedexpccoslab": "waxed_exposed_cut_copper_slab", + "waxedexpccostep": "waxed_exposed_cut_copper_slab", + "waxedexpcutcohalfblock": "waxed_exposed_cut_copper_slab", + "waxedexpcutcophalfblock": "waxed_exposed_cut_copper_slab", + "waxedexpcutcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxedexpcutcoppersl": "waxed_exposed_cut_copper_slab", + "waxedexpcutcopperslab": "waxed_exposed_cut_copper_slab", + "waxedexpcutcopperstep": "waxed_exposed_cut_copper_slab", + "waxedexpcutcopsl": "waxed_exposed_cut_copper_slab", + "waxedexpcutcopslab": "waxed_exposed_cut_copper_slab", + "waxedexpcutcopstep": "waxed_exposed_cut_copper_slab", + "waxedexpcutcosl": "waxed_exposed_cut_copper_slab", + "waxedexpcutcoslab": "waxed_exposed_cut_copper_slab", + "waxedexpcutcostep": "waxed_exposed_cut_copper_slab", + "waxedexposedccohalfblock": "waxed_exposed_cut_copper_slab", + "waxedexposedccophalfblock": "waxed_exposed_cut_copper_slab", + "waxedexposedccopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxedexposedccoppersl": "waxed_exposed_cut_copper_slab", + "waxedexposedccopperslab": "waxed_exposed_cut_copper_slab", + "waxedexposedccopperstep": "waxed_exposed_cut_copper_slab", + "waxedexposedccopsl": "waxed_exposed_cut_copper_slab", + "waxedexposedccopslab": "waxed_exposed_cut_copper_slab", + "waxedexposedccopstep": "waxed_exposed_cut_copper_slab", + "waxedexposedccosl": "waxed_exposed_cut_copper_slab", + "waxedexposedccoslab": "waxed_exposed_cut_copper_slab", + "waxedexposedccostep": "waxed_exposed_cut_copper_slab", + "waxedexposedcutcohalfblock": "waxed_exposed_cut_copper_slab", + "waxedexposedcutcophalfblock": "waxed_exposed_cut_copper_slab", + "waxedexposedcutcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxedexposedcutcoppersl": "waxed_exposed_cut_copper_slab", + "waxedexposedcutcopperslab": "waxed_exposed_cut_copper_slab", + "waxedexposedcutcopperstep": "waxed_exposed_cut_copper_slab", + "waxedexposedcutcopsl": "waxed_exposed_cut_copper_slab", + "waxedexposedcutcopslab": "waxed_exposed_cut_copper_slab", + "waxedexposedcutcopstep": "waxed_exposed_cut_copper_slab", + "waxedexposedcutcosl": "waxed_exposed_cut_copper_slab", + "waxedexposedcutcoslab": "waxed_exposed_cut_copper_slab", + "waxedexposedcutcostep": "waxed_exposed_cut_copper_slab", + "waxexccohalfblock": "waxed_exposed_cut_copper_slab", + "waxexccophalfblock": "waxed_exposed_cut_copper_slab", + "waxexccopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxexccoppersl": "waxed_exposed_cut_copper_slab", + "waxexccopperslab": "waxed_exposed_cut_copper_slab", + "waxexccopperstep": "waxed_exposed_cut_copper_slab", + "waxexccopsl": "waxed_exposed_cut_copper_slab", + "waxexccopslab": "waxed_exposed_cut_copper_slab", + "waxexccopstep": "waxed_exposed_cut_copper_slab", + "waxexccosl": "waxed_exposed_cut_copper_slab", + "waxexccoslab": "waxed_exposed_cut_copper_slab", + "waxexccostep": "waxed_exposed_cut_copper_slab", + "waxexcutcohalfblock": "waxed_exposed_cut_copper_slab", + "waxexcutcophalfblock": "waxed_exposed_cut_copper_slab", + "waxexcutcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxexcutcoppersl": "waxed_exposed_cut_copper_slab", + "waxexcutcopperslab": "waxed_exposed_cut_copper_slab", + "waxexcutcopperstep": "waxed_exposed_cut_copper_slab", + "waxexcutcopsl": "waxed_exposed_cut_copper_slab", + "waxexcutcopslab": "waxed_exposed_cut_copper_slab", + "waxexcutcopstep": "waxed_exposed_cut_copper_slab", + "waxexcutcosl": "waxed_exposed_cut_copper_slab", + "waxexcutcoslab": "waxed_exposed_cut_copper_slab", + "waxexcutcostep": "waxed_exposed_cut_copper_slab", + "waxexpccohalfblock": "waxed_exposed_cut_copper_slab", + "waxexpccophalfblock": "waxed_exposed_cut_copper_slab", + "waxexpccopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxexpccoppersl": "waxed_exposed_cut_copper_slab", + "waxexpccopperslab": "waxed_exposed_cut_copper_slab", + "waxexpccopperstep": "waxed_exposed_cut_copper_slab", + "waxexpccopsl": "waxed_exposed_cut_copper_slab", + "waxexpccopslab": "waxed_exposed_cut_copper_slab", + "waxexpccopstep": "waxed_exposed_cut_copper_slab", + "waxexpccosl": "waxed_exposed_cut_copper_slab", + "waxexpccoslab": "waxed_exposed_cut_copper_slab", + "waxexpccostep": "waxed_exposed_cut_copper_slab", + "waxexpcutcohalfblock": "waxed_exposed_cut_copper_slab", + "waxexpcutcophalfblock": "waxed_exposed_cut_copper_slab", + "waxexpcutcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxexpcutcoppersl": "waxed_exposed_cut_copper_slab", + "waxexpcutcopperslab": "waxed_exposed_cut_copper_slab", + "waxexpcutcopperstep": "waxed_exposed_cut_copper_slab", + "waxexpcutcopsl": "waxed_exposed_cut_copper_slab", + "waxexpcutcopslab": "waxed_exposed_cut_copper_slab", + "waxexpcutcopstep": "waxed_exposed_cut_copper_slab", + "waxexpcutcosl": "waxed_exposed_cut_copper_slab", + "waxexpcutcoslab": "waxed_exposed_cut_copper_slab", + "waxexpcutcostep": "waxed_exposed_cut_copper_slab", + "waxexposedccohalfblock": "waxed_exposed_cut_copper_slab", + "waxexposedccophalfblock": "waxed_exposed_cut_copper_slab", + "waxexposedccopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxexposedccoppersl": "waxed_exposed_cut_copper_slab", + "waxexposedccopperslab": "waxed_exposed_cut_copper_slab", + "waxexposedccopperstep": "waxed_exposed_cut_copper_slab", + "waxexposedccopsl": "waxed_exposed_cut_copper_slab", + "waxexposedccopslab": "waxed_exposed_cut_copper_slab", + "waxexposedccopstep": "waxed_exposed_cut_copper_slab", + "waxexposedccosl": "waxed_exposed_cut_copper_slab", + "waxexposedccoslab": "waxed_exposed_cut_copper_slab", + "waxexposedccostep": "waxed_exposed_cut_copper_slab", + "waxexposedcutcohalfblock": "waxed_exposed_cut_copper_slab", + "waxexposedcutcophalfblock": "waxed_exposed_cut_copper_slab", + "waxexposedcutcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxexposedcutcoppersl": "waxed_exposed_cut_copper_slab", + "waxexposedcutcopperslab": "waxed_exposed_cut_copper_slab", + "waxexposedcutcopperstep": "waxed_exposed_cut_copper_slab", + "waxexposedcutcopsl": "waxed_exposed_cut_copper_slab", + "waxexposedcutcopslab": "waxed_exposed_cut_copper_slab", + "waxexposedcutcopstep": "waxed_exposed_cut_copper_slab", + "waxexposedcutcosl": "waxed_exposed_cut_copper_slab", + "waxexposedcutcoslab": "waxed_exposed_cut_copper_slab", + "waxexposedcutcostep": "waxed_exposed_cut_copper_slab", + "waxed_exposed_cut_copper_stairs": { + "material": "WAXED_EXPOSED_CUT_COPPER_STAIRS" + }, + "cexposedwacopperstair": "waxed_exposed_cut_copper_stairs", + "cexposedwacopperstairs": "waxed_exposed_cut_copper_stairs", + "cexposedwacopstair": "waxed_exposed_cut_copper_stairs", + "cexposedwacopstairs": "waxed_exposed_cut_copper_stairs", + "cexposedwacostair": "waxed_exposed_cut_copper_stairs", + "cexposedwacostairs": "waxed_exposed_cut_copper_stairs", + "cexposedwaxcopperstair": "waxed_exposed_cut_copper_stairs", + "cexposedwaxcopperstairs": "waxed_exposed_cut_copper_stairs", + "cexposedwaxcopstair": "waxed_exposed_cut_copper_stairs", + "cexposedwaxcopstairs": "waxed_exposed_cut_copper_stairs", + "cexposedwaxcostair": "waxed_exposed_cut_copper_stairs", + "cexposedwaxcostairs": "waxed_exposed_cut_copper_stairs", + "cexposedwaxedcopperstair": "waxed_exposed_cut_copper_stairs", + "cexposedwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", + "cexposedwaxedcopstair": "waxed_exposed_cut_copper_stairs", + "cexposedwaxedcopstairs": "waxed_exposed_cut_copper_stairs", + "cexposedwaxedcostair": "waxed_exposed_cut_copper_stairs", + "cexposedwaxedcostairs": "waxed_exposed_cut_copper_stairs", + "cexpwacopperstair": "waxed_exposed_cut_copper_stairs", + "cexpwacopperstairs": "waxed_exposed_cut_copper_stairs", + "cexpwacopstair": "waxed_exposed_cut_copper_stairs", + "cexpwacopstairs": "waxed_exposed_cut_copper_stairs", + "cexpwacostair": "waxed_exposed_cut_copper_stairs", + "cexpwacostairs": "waxed_exposed_cut_copper_stairs", + "cexpwaxcopperstair": "waxed_exposed_cut_copper_stairs", + "cexpwaxcopperstairs": "waxed_exposed_cut_copper_stairs", + "cexpwaxcopstair": "waxed_exposed_cut_copper_stairs", + "cexpwaxcopstairs": "waxed_exposed_cut_copper_stairs", + "cexpwaxcostair": "waxed_exposed_cut_copper_stairs", + "cexpwaxcostairs": "waxed_exposed_cut_copper_stairs", + "cexpwaxedcopperstair": "waxed_exposed_cut_copper_stairs", + "cexpwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", + "cexpwaxedcopstair": "waxed_exposed_cut_copper_stairs", + "cexpwaxedcopstairs": "waxed_exposed_cut_copper_stairs", + "cexpwaxedcostair": "waxed_exposed_cut_copper_stairs", + "cexpwaxedcostairs": "waxed_exposed_cut_copper_stairs", + "cexwacopperstair": "waxed_exposed_cut_copper_stairs", + "cexwacopperstairs": "waxed_exposed_cut_copper_stairs", + "cexwacopstair": "waxed_exposed_cut_copper_stairs", + "cexwacopstairs": "waxed_exposed_cut_copper_stairs", + "cexwacostair": "waxed_exposed_cut_copper_stairs", + "cexwacostairs": "waxed_exposed_cut_copper_stairs", + "cexwaxcopperstair": "waxed_exposed_cut_copper_stairs", + "cexwaxcopperstairs": "waxed_exposed_cut_copper_stairs", + "cexwaxcopstair": "waxed_exposed_cut_copper_stairs", + "cexwaxcopstairs": "waxed_exposed_cut_copper_stairs", + "cexwaxcostair": "waxed_exposed_cut_copper_stairs", + "cexwaxcostairs": "waxed_exposed_cut_copper_stairs", + "cexwaxedcopperstair": "waxed_exposed_cut_copper_stairs", + "cexwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", + "cexwaxedcopstair": "waxed_exposed_cut_copper_stairs", + "cexwaxedcopstairs": "waxed_exposed_cut_copper_stairs", + "cexwaxedcostair": "waxed_exposed_cut_copper_stairs", + "cexwaxedcostairs": "waxed_exposed_cut_copper_stairs", + "cutexposedwacopperstair": "waxed_exposed_cut_copper_stairs", + "cutexposedwacopperstairs": "waxed_exposed_cut_copper_stairs", + "cutexposedwacopstair": "waxed_exposed_cut_copper_stairs", + "cutexposedwacopstairs": "waxed_exposed_cut_copper_stairs", + "cutexposedwacostair": "waxed_exposed_cut_copper_stairs", + "cutexposedwacostairs": "waxed_exposed_cut_copper_stairs", + "cutexposedwaxcopperstair": "waxed_exposed_cut_copper_stairs", + "cutexposedwaxcopperstairs": "waxed_exposed_cut_copper_stairs", + "cutexposedwaxcopstair": "waxed_exposed_cut_copper_stairs", + "cutexposedwaxcopstairs": "waxed_exposed_cut_copper_stairs", + "cutexposedwaxcostair": "waxed_exposed_cut_copper_stairs", + "cutexposedwaxcostairs": "waxed_exposed_cut_copper_stairs", + "cutexposedwaxedcopperstair": "waxed_exposed_cut_copper_stairs", + "cutexposedwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", + "cutexposedwaxedcopstair": "waxed_exposed_cut_copper_stairs", + "cutexposedwaxedcopstairs": "waxed_exposed_cut_copper_stairs", + "cutexposedwaxedcostair": "waxed_exposed_cut_copper_stairs", + "cutexposedwaxedcostairs": "waxed_exposed_cut_copper_stairs", + "cutexpwacopperstair": "waxed_exposed_cut_copper_stairs", + "cutexpwacopperstairs": "waxed_exposed_cut_copper_stairs", + "cutexpwacopstair": "waxed_exposed_cut_copper_stairs", + "cutexpwacopstairs": "waxed_exposed_cut_copper_stairs", + "cutexpwacostair": "waxed_exposed_cut_copper_stairs", + "cutexpwacostairs": "waxed_exposed_cut_copper_stairs", + "cutexpwaxcopperstair": "waxed_exposed_cut_copper_stairs", + "cutexpwaxcopperstairs": "waxed_exposed_cut_copper_stairs", + "cutexpwaxcopstair": "waxed_exposed_cut_copper_stairs", + "cutexpwaxcopstairs": "waxed_exposed_cut_copper_stairs", + "cutexpwaxcostair": "waxed_exposed_cut_copper_stairs", + "cutexpwaxcostairs": "waxed_exposed_cut_copper_stairs", + "cutexpwaxedcopperstair": "waxed_exposed_cut_copper_stairs", + "cutexpwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", + "cutexpwaxedcopstair": "waxed_exposed_cut_copper_stairs", + "cutexpwaxedcopstairs": "waxed_exposed_cut_copper_stairs", + "cutexpwaxedcostair": "waxed_exposed_cut_copper_stairs", + "cutexpwaxedcostairs": "waxed_exposed_cut_copper_stairs", + "cutexwacopperstair": "waxed_exposed_cut_copper_stairs", + "cutexwacopperstairs": "waxed_exposed_cut_copper_stairs", + "cutexwacopstair": "waxed_exposed_cut_copper_stairs", + "cutexwacopstairs": "waxed_exposed_cut_copper_stairs", + "cutexwacostair": "waxed_exposed_cut_copper_stairs", + "cutexwacostairs": "waxed_exposed_cut_copper_stairs", + "cutexwaxcopperstair": "waxed_exposed_cut_copper_stairs", + "cutexwaxcopperstairs": "waxed_exposed_cut_copper_stairs", + "cutexwaxcopstair": "waxed_exposed_cut_copper_stairs", + "cutexwaxcopstairs": "waxed_exposed_cut_copper_stairs", + "cutexwaxcostair": "waxed_exposed_cut_copper_stairs", + "cutexwaxcostairs": "waxed_exposed_cut_copper_stairs", + "cutexwaxedcopperstair": "waxed_exposed_cut_copper_stairs", + "cutexwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", + "cutexwaxedcopstair": "waxed_exposed_cut_copper_stairs", + "cutexwaxedcopstairs": "waxed_exposed_cut_copper_stairs", + "cutexwaxedcostair": "waxed_exposed_cut_copper_stairs", + "cutexwaxedcostairs": "waxed_exposed_cut_copper_stairs", + "cutwaexcopperstair": "waxed_exposed_cut_copper_stairs", + "cutwaexcopperstairs": "waxed_exposed_cut_copper_stairs", + "cutwaexcopstair": "waxed_exposed_cut_copper_stairs", + "cutwaexcopstairs": "waxed_exposed_cut_copper_stairs", + "cutwaexcostair": "waxed_exposed_cut_copper_stairs", + "cutwaexcostairs": "waxed_exposed_cut_copper_stairs", + "cutwaexpcopperstair": "waxed_exposed_cut_copper_stairs", + "cutwaexpcopperstairs": "waxed_exposed_cut_copper_stairs", + "cutwaexpcopstair": "waxed_exposed_cut_copper_stairs", + "cutwaexpcopstairs": "waxed_exposed_cut_copper_stairs", + "cutwaexpcostair": "waxed_exposed_cut_copper_stairs", + "cutwaexpcostairs": "waxed_exposed_cut_copper_stairs", + "cutwaexposedcopperstair": "waxed_exposed_cut_copper_stairs", + "cutwaexposedcopperstairs": "waxed_exposed_cut_copper_stairs", + "cutwaexposedcopstair": "waxed_exposed_cut_copper_stairs", + "cutwaexposedcopstairs": "waxed_exposed_cut_copper_stairs", + "cutwaexposedcostair": "waxed_exposed_cut_copper_stairs", + "cutwaexposedcostairs": "waxed_exposed_cut_copper_stairs", + "cutwaxedexcopperstair": "waxed_exposed_cut_copper_stairs", + "cutwaxedexcopperstairs": "waxed_exposed_cut_copper_stairs", + "cutwaxedexcopstair": "waxed_exposed_cut_copper_stairs", + "cutwaxedexcopstairs": "waxed_exposed_cut_copper_stairs", + "cutwaxedexcostair": "waxed_exposed_cut_copper_stairs", + "cutwaxedexcostairs": "waxed_exposed_cut_copper_stairs", + "cutwaxedexpcopperstair": "waxed_exposed_cut_copper_stairs", + "cutwaxedexpcopperstairs": "waxed_exposed_cut_copper_stairs", + "cutwaxedexpcopstair": "waxed_exposed_cut_copper_stairs", + "cutwaxedexpcopstairs": "waxed_exposed_cut_copper_stairs", + "cutwaxedexpcostair": "waxed_exposed_cut_copper_stairs", + "cutwaxedexpcostairs": "waxed_exposed_cut_copper_stairs", + "cutwaxedexposedcopperstair": "waxed_exposed_cut_copper_stairs", + "cutwaxedexposedcopperstairs": "waxed_exposed_cut_copper_stairs", + "cutwaxedexposedcopstair": "waxed_exposed_cut_copper_stairs", + "cutwaxedexposedcopstairs": "waxed_exposed_cut_copper_stairs", + "cutwaxedexposedcostair": "waxed_exposed_cut_copper_stairs", + "cutwaxedexposedcostairs": "waxed_exposed_cut_copper_stairs", + "cutwaxexcopperstair": "waxed_exposed_cut_copper_stairs", + "cutwaxexcopperstairs": "waxed_exposed_cut_copper_stairs", + "cutwaxexcopstair": "waxed_exposed_cut_copper_stairs", + "cutwaxexcopstairs": "waxed_exposed_cut_copper_stairs", + "cutwaxexcostair": "waxed_exposed_cut_copper_stairs", + "cutwaxexcostairs": "waxed_exposed_cut_copper_stairs", + "cutwaxexpcopperstair": "waxed_exposed_cut_copper_stairs", + "cutwaxexpcopperstairs": "waxed_exposed_cut_copper_stairs", + "cutwaxexpcopstair": "waxed_exposed_cut_copper_stairs", + "cutwaxexpcopstairs": "waxed_exposed_cut_copper_stairs", + "cutwaxexpcostair": "waxed_exposed_cut_copper_stairs", + "cutwaxexpcostairs": "waxed_exposed_cut_copper_stairs", + "cutwaxexposedcopperstair": "waxed_exposed_cut_copper_stairs", + "cutwaxexposedcopperstairs": "waxed_exposed_cut_copper_stairs", + "cutwaxexposedcopstair": "waxed_exposed_cut_copper_stairs", + "cutwaxexposedcopstairs": "waxed_exposed_cut_copper_stairs", + "cutwaxexposedcostair": "waxed_exposed_cut_copper_stairs", + "cutwaxexposedcostairs": "waxed_exposed_cut_copper_stairs", + "cwaexcopperstair": "waxed_exposed_cut_copper_stairs", + "cwaexcopperstairs": "waxed_exposed_cut_copper_stairs", + "cwaexcopstair": "waxed_exposed_cut_copper_stairs", + "cwaexcopstairs": "waxed_exposed_cut_copper_stairs", + "cwaexcostair": "waxed_exposed_cut_copper_stairs", + "cwaexcostairs": "waxed_exposed_cut_copper_stairs", + "cwaexpcopperstair": "waxed_exposed_cut_copper_stairs", + "cwaexpcopperstairs": "waxed_exposed_cut_copper_stairs", + "cwaexpcopstair": "waxed_exposed_cut_copper_stairs", + "cwaexpcopstairs": "waxed_exposed_cut_copper_stairs", + "cwaexpcostair": "waxed_exposed_cut_copper_stairs", + "cwaexpcostairs": "waxed_exposed_cut_copper_stairs", + "cwaexposedcopperstair": "waxed_exposed_cut_copper_stairs", + "cwaexposedcopperstairs": "waxed_exposed_cut_copper_stairs", + "cwaexposedcopstair": "waxed_exposed_cut_copper_stairs", + "cwaexposedcopstairs": "waxed_exposed_cut_copper_stairs", + "cwaexposedcostair": "waxed_exposed_cut_copper_stairs", + "cwaexposedcostairs": "waxed_exposed_cut_copper_stairs", + "cwaxedexcopperstair": "waxed_exposed_cut_copper_stairs", + "cwaxedexcopperstairs": "waxed_exposed_cut_copper_stairs", + "cwaxedexcopstair": "waxed_exposed_cut_copper_stairs", + "cwaxedexcopstairs": "waxed_exposed_cut_copper_stairs", + "cwaxedexcostair": "waxed_exposed_cut_copper_stairs", + "cwaxedexcostairs": "waxed_exposed_cut_copper_stairs", + "cwaxedexpcopperstair": "waxed_exposed_cut_copper_stairs", + "cwaxedexpcopperstairs": "waxed_exposed_cut_copper_stairs", + "cwaxedexpcopstair": "waxed_exposed_cut_copper_stairs", + "cwaxedexpcopstairs": "waxed_exposed_cut_copper_stairs", + "cwaxedexpcostair": "waxed_exposed_cut_copper_stairs", + "cwaxedexpcostairs": "waxed_exposed_cut_copper_stairs", + "cwaxedexposedcopperstair": "waxed_exposed_cut_copper_stairs", + "cwaxedexposedcopperstairs": "waxed_exposed_cut_copper_stairs", + "cwaxedexposedcopstair": "waxed_exposed_cut_copper_stairs", + "cwaxedexposedcopstairs": "waxed_exposed_cut_copper_stairs", + "cwaxedexposedcostair": "waxed_exposed_cut_copper_stairs", + "cwaxedexposedcostairs": "waxed_exposed_cut_copper_stairs", + "cwaxexcopperstair": "waxed_exposed_cut_copper_stairs", + "cwaxexcopperstairs": "waxed_exposed_cut_copper_stairs", + "cwaxexcopstair": "waxed_exposed_cut_copper_stairs", + "cwaxexcopstairs": "waxed_exposed_cut_copper_stairs", + "cwaxexcostair": "waxed_exposed_cut_copper_stairs", + "cwaxexcostairs": "waxed_exposed_cut_copper_stairs", + "cwaxexpcopperstair": "waxed_exposed_cut_copper_stairs", + "cwaxexpcopperstairs": "waxed_exposed_cut_copper_stairs", + "cwaxexpcopstair": "waxed_exposed_cut_copper_stairs", + "cwaxexpcopstairs": "waxed_exposed_cut_copper_stairs", + "cwaxexpcostair": "waxed_exposed_cut_copper_stairs", + "cwaxexpcostairs": "waxed_exposed_cut_copper_stairs", + "cwaxexposedcopperstair": "waxed_exposed_cut_copper_stairs", + "cwaxexposedcopperstairs": "waxed_exposed_cut_copper_stairs", + "cwaxexposedcopstair": "waxed_exposed_cut_copper_stairs", + "cwaxexposedcopstairs": "waxed_exposed_cut_copper_stairs", + "cwaxexposedcostair": "waxed_exposed_cut_copper_stairs", + "cwaxexposedcostairs": "waxed_exposed_cut_copper_stairs", + "excutwacopperstair": "waxed_exposed_cut_copper_stairs", + "excutwacopperstairs": "waxed_exposed_cut_copper_stairs", + "excutwacopstair": "waxed_exposed_cut_copper_stairs", + "excutwacopstairs": "waxed_exposed_cut_copper_stairs", + "excutwacostair": "waxed_exposed_cut_copper_stairs", + "excutwacostairs": "waxed_exposed_cut_copper_stairs", + "excutwaxcopperstair": "waxed_exposed_cut_copper_stairs", + "excutwaxcopperstairs": "waxed_exposed_cut_copper_stairs", + "excutwaxcopstair": "waxed_exposed_cut_copper_stairs", + "excutwaxcopstairs": "waxed_exposed_cut_copper_stairs", + "excutwaxcostair": "waxed_exposed_cut_copper_stairs", + "excutwaxcostairs": "waxed_exposed_cut_copper_stairs", + "excutwaxedcopperstair": "waxed_exposed_cut_copper_stairs", + "excutwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", + "excutwaxedcopstair": "waxed_exposed_cut_copper_stairs", + "excutwaxedcopstairs": "waxed_exposed_cut_copper_stairs", + "excutwaxedcostair": "waxed_exposed_cut_copper_stairs", + "excutwaxedcostairs": "waxed_exposed_cut_copper_stairs", + "excwacopperstair": "waxed_exposed_cut_copper_stairs", + "excwacopperstairs": "waxed_exposed_cut_copper_stairs", + "excwacopstair": "waxed_exposed_cut_copper_stairs", + "excwacopstairs": "waxed_exposed_cut_copper_stairs", + "excwacostair": "waxed_exposed_cut_copper_stairs", + "excwacostairs": "waxed_exposed_cut_copper_stairs", + "excwaxcopperstair": "waxed_exposed_cut_copper_stairs", + "excwaxcopperstairs": "waxed_exposed_cut_copper_stairs", + "excwaxcopstair": "waxed_exposed_cut_copper_stairs", + "excwaxcopstairs": "waxed_exposed_cut_copper_stairs", + "excwaxcostair": "waxed_exposed_cut_copper_stairs", + "excwaxcostairs": "waxed_exposed_cut_copper_stairs", + "excwaxedcopperstair": "waxed_exposed_cut_copper_stairs", + "excwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", + "excwaxedcopstair": "waxed_exposed_cut_copper_stairs", + "excwaxedcopstairs": "waxed_exposed_cut_copper_stairs", + "excwaxedcostair": "waxed_exposed_cut_copper_stairs", + "excwaxedcostairs": "waxed_exposed_cut_copper_stairs", + "expcutwacopperstair": "waxed_exposed_cut_copper_stairs", + "expcutwacopperstairs": "waxed_exposed_cut_copper_stairs", + "expcutwacopstair": "waxed_exposed_cut_copper_stairs", + "expcutwacopstairs": "waxed_exposed_cut_copper_stairs", + "expcutwacostair": "waxed_exposed_cut_copper_stairs", + "expcutwacostairs": "waxed_exposed_cut_copper_stairs", + "expcutwaxcopperstair": "waxed_exposed_cut_copper_stairs", + "expcutwaxcopperstairs": "waxed_exposed_cut_copper_stairs", + "expcutwaxcopstair": "waxed_exposed_cut_copper_stairs", + "expcutwaxcopstairs": "waxed_exposed_cut_copper_stairs", + "expcutwaxcostair": "waxed_exposed_cut_copper_stairs", + "expcutwaxcostairs": "waxed_exposed_cut_copper_stairs", + "expcutwaxedcopperstair": "waxed_exposed_cut_copper_stairs", + "expcutwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", + "expcutwaxedcopstair": "waxed_exposed_cut_copper_stairs", + "expcutwaxedcopstairs": "waxed_exposed_cut_copper_stairs", + "expcutwaxedcostair": "waxed_exposed_cut_copper_stairs", + "expcutwaxedcostairs": "waxed_exposed_cut_copper_stairs", + "expcwacopperstair": "waxed_exposed_cut_copper_stairs", + "expcwacopperstairs": "waxed_exposed_cut_copper_stairs", + "expcwacopstair": "waxed_exposed_cut_copper_stairs", + "expcwacopstairs": "waxed_exposed_cut_copper_stairs", + "expcwacostair": "waxed_exposed_cut_copper_stairs", + "expcwacostairs": "waxed_exposed_cut_copper_stairs", + "expcwaxcopperstair": "waxed_exposed_cut_copper_stairs", + "expcwaxcopperstairs": "waxed_exposed_cut_copper_stairs", + "expcwaxcopstair": "waxed_exposed_cut_copper_stairs", + "expcwaxcopstairs": "waxed_exposed_cut_copper_stairs", + "expcwaxcostair": "waxed_exposed_cut_copper_stairs", + "expcwaxcostairs": "waxed_exposed_cut_copper_stairs", + "expcwaxedcopperstair": "waxed_exposed_cut_copper_stairs", + "expcwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", + "expcwaxedcopstair": "waxed_exposed_cut_copper_stairs", + "expcwaxedcopstairs": "waxed_exposed_cut_copper_stairs", + "expcwaxedcostair": "waxed_exposed_cut_copper_stairs", + "expcwaxedcostairs": "waxed_exposed_cut_copper_stairs", + "exposedcutwacopperstair": "waxed_exposed_cut_copper_stairs", + "exposedcutwacopperstairs": "waxed_exposed_cut_copper_stairs", + "exposedcutwacopstair": "waxed_exposed_cut_copper_stairs", + "exposedcutwacopstairs": "waxed_exposed_cut_copper_stairs", + "exposedcutwacostair": "waxed_exposed_cut_copper_stairs", + "exposedcutwacostairs": "waxed_exposed_cut_copper_stairs", + "exposedcutwaxcopperstair": "waxed_exposed_cut_copper_stairs", + "exposedcutwaxcopperstairs": "waxed_exposed_cut_copper_stairs", + "exposedcutwaxcopstair": "waxed_exposed_cut_copper_stairs", + "exposedcutwaxcopstairs": "waxed_exposed_cut_copper_stairs", + "exposedcutwaxcostair": "waxed_exposed_cut_copper_stairs", + "exposedcutwaxcostairs": "waxed_exposed_cut_copper_stairs", + "exposedcutwaxedcopperstair": "waxed_exposed_cut_copper_stairs", + "exposedcutwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", + "exposedcutwaxedcopstair": "waxed_exposed_cut_copper_stairs", + "exposedcutwaxedcopstairs": "waxed_exposed_cut_copper_stairs", + "exposedcutwaxedcostair": "waxed_exposed_cut_copper_stairs", + "exposedcutwaxedcostairs": "waxed_exposed_cut_copper_stairs", + "exposedcwacopperstair": "waxed_exposed_cut_copper_stairs", + "exposedcwacopperstairs": "waxed_exposed_cut_copper_stairs", + "exposedcwacopstair": "waxed_exposed_cut_copper_stairs", + "exposedcwacopstairs": "waxed_exposed_cut_copper_stairs", + "exposedcwacostair": "waxed_exposed_cut_copper_stairs", + "exposedcwacostairs": "waxed_exposed_cut_copper_stairs", + "exposedcwaxcopperstair": "waxed_exposed_cut_copper_stairs", + "exposedcwaxcopperstairs": "waxed_exposed_cut_copper_stairs", + "exposedcwaxcopstair": "waxed_exposed_cut_copper_stairs", + "exposedcwaxcopstairs": "waxed_exposed_cut_copper_stairs", + "exposedcwaxcostair": "waxed_exposed_cut_copper_stairs", + "exposedcwaxcostairs": "waxed_exposed_cut_copper_stairs", + "exposedcwaxedcopperstair": "waxed_exposed_cut_copper_stairs", + "exposedcwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", + "exposedcwaxedcopstair": "waxed_exposed_cut_copper_stairs", + "exposedcwaxedcopstairs": "waxed_exposed_cut_copper_stairs", + "exposedcwaxedcostair": "waxed_exposed_cut_copper_stairs", + "exposedcwaxedcostairs": "waxed_exposed_cut_copper_stairs", + "exposedwaccopperstair": "waxed_exposed_cut_copper_stairs", + "exposedwaccopperstairs": "waxed_exposed_cut_copper_stairs", + "exposedwaccopstair": "waxed_exposed_cut_copper_stairs", + "exposedwaccopstairs": "waxed_exposed_cut_copper_stairs", + "exposedwaccostair": "waxed_exposed_cut_copper_stairs", + "exposedwaccostairs": "waxed_exposed_cut_copper_stairs", + "exposedwacutcopperstair": "waxed_exposed_cut_copper_stairs", + "exposedwacutcopperstairs": "waxed_exposed_cut_copper_stairs", + "exposedwacutcopstair": "waxed_exposed_cut_copper_stairs", + "exposedwacutcopstairs": "waxed_exposed_cut_copper_stairs", + "exposedwacutcostair": "waxed_exposed_cut_copper_stairs", + "exposedwacutcostairs": "waxed_exposed_cut_copper_stairs", + "exposedwaxccopperstair": "waxed_exposed_cut_copper_stairs", + "exposedwaxccopperstairs": "waxed_exposed_cut_copper_stairs", + "exposedwaxccopstair": "waxed_exposed_cut_copper_stairs", + "exposedwaxccopstairs": "waxed_exposed_cut_copper_stairs", + "exposedwaxccostair": "waxed_exposed_cut_copper_stairs", + "exposedwaxccostairs": "waxed_exposed_cut_copper_stairs", + "exposedwaxcutcopperstair": "waxed_exposed_cut_copper_stairs", + "exposedwaxcutcopperstairs": "waxed_exposed_cut_copper_stairs", + "exposedwaxcutcopstair": "waxed_exposed_cut_copper_stairs", + "exposedwaxcutcopstairs": "waxed_exposed_cut_copper_stairs", + "exposedwaxcutcostair": "waxed_exposed_cut_copper_stairs", + "exposedwaxcutcostairs": "waxed_exposed_cut_copper_stairs", + "exposedwaxedccopperstair": "waxed_exposed_cut_copper_stairs", + "exposedwaxedccopperstairs": "waxed_exposed_cut_copper_stairs", + "exposedwaxedccopstair": "waxed_exposed_cut_copper_stairs", + "exposedwaxedccopstairs": "waxed_exposed_cut_copper_stairs", + "exposedwaxedccostair": "waxed_exposed_cut_copper_stairs", + "exposedwaxedccostairs": "waxed_exposed_cut_copper_stairs", + "exposedwaxedcutcopperstair": "waxed_exposed_cut_copper_stairs", + "exposedwaxedcutcopperstairs": "waxed_exposed_cut_copper_stairs", + "exposedwaxedcutcopstair": "waxed_exposed_cut_copper_stairs", + "exposedwaxedcutcopstairs": "waxed_exposed_cut_copper_stairs", + "exposedwaxedcutcostair": "waxed_exposed_cut_copper_stairs", + "exposedwaxedcutcostairs": "waxed_exposed_cut_copper_stairs", + "expwaccopperstair": "waxed_exposed_cut_copper_stairs", + "expwaccopperstairs": "waxed_exposed_cut_copper_stairs", + "expwaccopstair": "waxed_exposed_cut_copper_stairs", + "expwaccopstairs": "waxed_exposed_cut_copper_stairs", + "expwaccostair": "waxed_exposed_cut_copper_stairs", + "expwaccostairs": "waxed_exposed_cut_copper_stairs", + "expwacutcopperstair": "waxed_exposed_cut_copper_stairs", + "expwacutcopperstairs": "waxed_exposed_cut_copper_stairs", + "expwacutcopstair": "waxed_exposed_cut_copper_stairs", + "expwacutcopstairs": "waxed_exposed_cut_copper_stairs", + "expwacutcostair": "waxed_exposed_cut_copper_stairs", + "expwacutcostairs": "waxed_exposed_cut_copper_stairs", + "expwaxccopperstair": "waxed_exposed_cut_copper_stairs", + "expwaxccopperstairs": "waxed_exposed_cut_copper_stairs", + "expwaxccopstair": "waxed_exposed_cut_copper_stairs", + "expwaxccopstairs": "waxed_exposed_cut_copper_stairs", + "expwaxccostair": "waxed_exposed_cut_copper_stairs", + "expwaxccostairs": "waxed_exposed_cut_copper_stairs", + "expwaxcutcopperstair": "waxed_exposed_cut_copper_stairs", + "expwaxcutcopperstairs": "waxed_exposed_cut_copper_stairs", + "expwaxcutcopstair": "waxed_exposed_cut_copper_stairs", + "expwaxcutcopstairs": "waxed_exposed_cut_copper_stairs", + "expwaxcutcostair": "waxed_exposed_cut_copper_stairs", + "expwaxcutcostairs": "waxed_exposed_cut_copper_stairs", + "expwaxedccopperstair": "waxed_exposed_cut_copper_stairs", + "expwaxedccopperstairs": "waxed_exposed_cut_copper_stairs", + "expwaxedccopstair": "waxed_exposed_cut_copper_stairs", + "expwaxedccopstairs": "waxed_exposed_cut_copper_stairs", + "expwaxedccostair": "waxed_exposed_cut_copper_stairs", + "expwaxedccostairs": "waxed_exposed_cut_copper_stairs", + "expwaxedcutcopperstair": "waxed_exposed_cut_copper_stairs", + "expwaxedcutcopperstairs": "waxed_exposed_cut_copper_stairs", + "expwaxedcutcopstair": "waxed_exposed_cut_copper_stairs", + "expwaxedcutcopstairs": "waxed_exposed_cut_copper_stairs", + "expwaxedcutcostair": "waxed_exposed_cut_copper_stairs", + "expwaxedcutcostairs": "waxed_exposed_cut_copper_stairs", + "exwaccopperstair": "waxed_exposed_cut_copper_stairs", + "exwaccopperstairs": "waxed_exposed_cut_copper_stairs", + "exwaccopstair": "waxed_exposed_cut_copper_stairs", + "exwaccopstairs": "waxed_exposed_cut_copper_stairs", + "exwaccostair": "waxed_exposed_cut_copper_stairs", + "exwaccostairs": "waxed_exposed_cut_copper_stairs", + "exwacutcopperstair": "waxed_exposed_cut_copper_stairs", + "exwacutcopperstairs": "waxed_exposed_cut_copper_stairs", + "exwacutcopstair": "waxed_exposed_cut_copper_stairs", + "exwacutcopstairs": "waxed_exposed_cut_copper_stairs", + "exwacutcostair": "waxed_exposed_cut_copper_stairs", + "exwacutcostairs": "waxed_exposed_cut_copper_stairs", + "exwaxccopperstair": "waxed_exposed_cut_copper_stairs", + "exwaxccopperstairs": "waxed_exposed_cut_copper_stairs", + "exwaxccopstair": "waxed_exposed_cut_copper_stairs", + "exwaxccopstairs": "waxed_exposed_cut_copper_stairs", + "exwaxccostair": "waxed_exposed_cut_copper_stairs", + "exwaxccostairs": "waxed_exposed_cut_copper_stairs", + "exwaxcutcopperstair": "waxed_exposed_cut_copper_stairs", + "exwaxcutcopperstairs": "waxed_exposed_cut_copper_stairs", + "exwaxcutcopstair": "waxed_exposed_cut_copper_stairs", + "exwaxcutcopstairs": "waxed_exposed_cut_copper_stairs", + "exwaxcutcostair": "waxed_exposed_cut_copper_stairs", + "exwaxcutcostairs": "waxed_exposed_cut_copper_stairs", + "exwaxedccopperstair": "waxed_exposed_cut_copper_stairs", + "exwaxedccopperstairs": "waxed_exposed_cut_copper_stairs", + "exwaxedccopstair": "waxed_exposed_cut_copper_stairs", + "exwaxedccopstairs": "waxed_exposed_cut_copper_stairs", + "exwaxedccostair": "waxed_exposed_cut_copper_stairs", + "exwaxedccostairs": "waxed_exposed_cut_copper_stairs", + "exwaxedcutcopperstair": "waxed_exposed_cut_copper_stairs", + "exwaxedcutcopperstairs": "waxed_exposed_cut_copper_stairs", + "exwaxedcutcopstair": "waxed_exposed_cut_copper_stairs", + "exwaxedcutcopstairs": "waxed_exposed_cut_copper_stairs", + "exwaxedcutcostair": "waxed_exposed_cut_copper_stairs", + "exwaxedcutcostairs": "waxed_exposed_cut_copper_stairs", + "minecraft:waxed_exposed_cut_copper_stairs": "waxed_exposed_cut_copper_stairs", + "wacexcopperstair": "waxed_exposed_cut_copper_stairs", + "wacexcopperstairs": "waxed_exposed_cut_copper_stairs", + "wacexcopstair": "waxed_exposed_cut_copper_stairs", + "wacexcopstairs": "waxed_exposed_cut_copper_stairs", + "wacexcostair": "waxed_exposed_cut_copper_stairs", + "wacexcostairs": "waxed_exposed_cut_copper_stairs", + "wacexpcopperstair": "waxed_exposed_cut_copper_stairs", + "wacexpcopperstairs": "waxed_exposed_cut_copper_stairs", + "wacexpcopstair": "waxed_exposed_cut_copper_stairs", + "wacexpcopstairs": "waxed_exposed_cut_copper_stairs", + "wacexpcostair": "waxed_exposed_cut_copper_stairs", + "wacexpcostairs": "waxed_exposed_cut_copper_stairs", + "wacexposedcopperstair": "waxed_exposed_cut_copper_stairs", + "wacexposedcopperstairs": "waxed_exposed_cut_copper_stairs", + "wacexposedcopstair": "waxed_exposed_cut_copper_stairs", + "wacexposedcopstairs": "waxed_exposed_cut_copper_stairs", + "wacexposedcostair": "waxed_exposed_cut_copper_stairs", + "wacexposedcostairs": "waxed_exposed_cut_copper_stairs", + "wacutexcopperstair": "waxed_exposed_cut_copper_stairs", + "wacutexcopperstairs": "waxed_exposed_cut_copper_stairs", + "wacutexcopstair": "waxed_exposed_cut_copper_stairs", + "wacutexcopstairs": "waxed_exposed_cut_copper_stairs", + "wacutexcostair": "waxed_exposed_cut_copper_stairs", + "wacutexcostairs": "waxed_exposed_cut_copper_stairs", + "wacutexpcopperstair": "waxed_exposed_cut_copper_stairs", + "wacutexpcopperstairs": "waxed_exposed_cut_copper_stairs", + "wacutexpcopstair": "waxed_exposed_cut_copper_stairs", + "wacutexpcopstairs": "waxed_exposed_cut_copper_stairs", + "wacutexpcostair": "waxed_exposed_cut_copper_stairs", + "wacutexpcostairs": "waxed_exposed_cut_copper_stairs", + "wacutexposedcopperstair": "waxed_exposed_cut_copper_stairs", + "wacutexposedcopperstairs": "waxed_exposed_cut_copper_stairs", + "wacutexposedcopstair": "waxed_exposed_cut_copper_stairs", + "wacutexposedcopstairs": "waxed_exposed_cut_copper_stairs", + "wacutexposedcostair": "waxed_exposed_cut_copper_stairs", + "wacutexposedcostairs": "waxed_exposed_cut_copper_stairs", + "waexccopperstair": "waxed_exposed_cut_copper_stairs", + "waexccopperstairs": "waxed_exposed_cut_copper_stairs", + "waexccopstair": "waxed_exposed_cut_copper_stairs", + "waexccopstairs": "waxed_exposed_cut_copper_stairs", + "waexccostair": "waxed_exposed_cut_copper_stairs", + "waexccostairs": "waxed_exposed_cut_copper_stairs", + "waexcutcopperstair": "waxed_exposed_cut_copper_stairs", + "waexcutcopperstairs": "waxed_exposed_cut_copper_stairs", + "waexcutcopstair": "waxed_exposed_cut_copper_stairs", + "waexcutcopstairs": "waxed_exposed_cut_copper_stairs", + "waexcutcostair": "waxed_exposed_cut_copper_stairs", + "waexcutcostairs": "waxed_exposed_cut_copper_stairs", + "waexpccopperstair": "waxed_exposed_cut_copper_stairs", + "waexpccopperstairs": "waxed_exposed_cut_copper_stairs", + "waexpccopstair": "waxed_exposed_cut_copper_stairs", + "waexpccopstairs": "waxed_exposed_cut_copper_stairs", + "waexpccostair": "waxed_exposed_cut_copper_stairs", + "waexpccostairs": "waxed_exposed_cut_copper_stairs", + "waexpcutcopperstair": "waxed_exposed_cut_copper_stairs", + "waexpcutcopperstairs": "waxed_exposed_cut_copper_stairs", + "waexpcutcopstair": "waxed_exposed_cut_copper_stairs", + "waexpcutcopstairs": "waxed_exposed_cut_copper_stairs", + "waexpcutcostair": "waxed_exposed_cut_copper_stairs", + "waexpcutcostairs": "waxed_exposed_cut_copper_stairs", + "waexposedccopperstair": "waxed_exposed_cut_copper_stairs", + "waexposedccopperstairs": "waxed_exposed_cut_copper_stairs", + "waexposedccopstair": "waxed_exposed_cut_copper_stairs", + "waexposedccopstairs": "waxed_exposed_cut_copper_stairs", + "waexposedccostair": "waxed_exposed_cut_copper_stairs", + "waexposedccostairs": "waxed_exposed_cut_copper_stairs", + "waexposedcutcopperstair": "waxed_exposed_cut_copper_stairs", + "waexposedcutcopperstairs": "waxed_exposed_cut_copper_stairs", + "waexposedcutcopstair": "waxed_exposed_cut_copper_stairs", + "waexposedcutcopstairs": "waxed_exposed_cut_copper_stairs", + "waexposedcutcostair": "waxed_exposed_cut_copper_stairs", + "waexposedcutcostairs": "waxed_exposed_cut_copper_stairs", + "waxcexcopperstair": "waxed_exposed_cut_copper_stairs", + "waxcexcopperstairs": "waxed_exposed_cut_copper_stairs", + "waxcexcopstair": "waxed_exposed_cut_copper_stairs", + "waxcexcopstairs": "waxed_exposed_cut_copper_stairs", + "waxcexcostair": "waxed_exposed_cut_copper_stairs", + "waxcexcostairs": "waxed_exposed_cut_copper_stairs", + "waxcexpcopperstair": "waxed_exposed_cut_copper_stairs", + "waxcexpcopperstairs": "waxed_exposed_cut_copper_stairs", + "waxcexpcopstair": "waxed_exposed_cut_copper_stairs", + "waxcexpcopstairs": "waxed_exposed_cut_copper_stairs", + "waxcexpcostair": "waxed_exposed_cut_copper_stairs", + "waxcexpcostairs": "waxed_exposed_cut_copper_stairs", + "waxcexposedcopperstair": "waxed_exposed_cut_copper_stairs", + "waxcexposedcopperstairs": "waxed_exposed_cut_copper_stairs", + "waxcexposedcopstair": "waxed_exposed_cut_copper_stairs", + "waxcexposedcopstairs": "waxed_exposed_cut_copper_stairs", + "waxcexposedcostair": "waxed_exposed_cut_copper_stairs", + "waxcexposedcostairs": "waxed_exposed_cut_copper_stairs", + "waxcutexcopperstair": "waxed_exposed_cut_copper_stairs", + "waxcutexcopperstairs": "waxed_exposed_cut_copper_stairs", + "waxcutexcopstair": "waxed_exposed_cut_copper_stairs", + "waxcutexcopstairs": "waxed_exposed_cut_copper_stairs", + "waxcutexcostair": "waxed_exposed_cut_copper_stairs", + "waxcutexcostairs": "waxed_exposed_cut_copper_stairs", + "waxcutexpcopperstair": "waxed_exposed_cut_copper_stairs", + "waxcutexpcopperstairs": "waxed_exposed_cut_copper_stairs", + "waxcutexpcopstair": "waxed_exposed_cut_copper_stairs", + "waxcutexpcopstairs": "waxed_exposed_cut_copper_stairs", + "waxcutexpcostair": "waxed_exposed_cut_copper_stairs", + "waxcutexpcostairs": "waxed_exposed_cut_copper_stairs", + "waxcutexposedcopperstair": "waxed_exposed_cut_copper_stairs", + "waxcutexposedcopperstairs": "waxed_exposed_cut_copper_stairs", + "waxcutexposedcopstair": "waxed_exposed_cut_copper_stairs", + "waxcutexposedcopstairs": "waxed_exposed_cut_copper_stairs", + "waxcutexposedcostair": "waxed_exposed_cut_copper_stairs", + "waxcutexposedcostairs": "waxed_exposed_cut_copper_stairs", + "waxedcexcopperstair": "waxed_exposed_cut_copper_stairs", + "waxedcexcopperstairs": "waxed_exposed_cut_copper_stairs", + "waxedcexcopstair": "waxed_exposed_cut_copper_stairs", + "waxedcexcopstairs": "waxed_exposed_cut_copper_stairs", + "waxedcexcostair": "waxed_exposed_cut_copper_stairs", + "waxedcexcostairs": "waxed_exposed_cut_copper_stairs", + "waxedcexpcopperstair": "waxed_exposed_cut_copper_stairs", + "waxedcexpcopperstairs": "waxed_exposed_cut_copper_stairs", + "waxedcexpcopstair": "waxed_exposed_cut_copper_stairs", + "waxedcexpcopstairs": "waxed_exposed_cut_copper_stairs", + "waxedcexpcostair": "waxed_exposed_cut_copper_stairs", + "waxedcexpcostairs": "waxed_exposed_cut_copper_stairs", + "waxedcexposedcopperstair": "waxed_exposed_cut_copper_stairs", + "waxedcexposedcopperstairs": "waxed_exposed_cut_copper_stairs", + "waxedcexposedcopstair": "waxed_exposed_cut_copper_stairs", + "waxedcexposedcopstairs": "waxed_exposed_cut_copper_stairs", + "waxedcexposedcostair": "waxed_exposed_cut_copper_stairs", + "waxedcexposedcostairs": "waxed_exposed_cut_copper_stairs", + "waxedcutexcopperstair": "waxed_exposed_cut_copper_stairs", + "waxedcutexcopperstairs": "waxed_exposed_cut_copper_stairs", + "waxedcutexcopstair": "waxed_exposed_cut_copper_stairs", + "waxedcutexcopstairs": "waxed_exposed_cut_copper_stairs", + "waxedcutexcostair": "waxed_exposed_cut_copper_stairs", + "waxedcutexcostairs": "waxed_exposed_cut_copper_stairs", + "waxedcutexpcopperstair": "waxed_exposed_cut_copper_stairs", + "waxedcutexpcopperstairs": "waxed_exposed_cut_copper_stairs", + "waxedcutexpcopstair": "waxed_exposed_cut_copper_stairs", + "waxedcutexpcopstairs": "waxed_exposed_cut_copper_stairs", + "waxedcutexpcostair": "waxed_exposed_cut_copper_stairs", + "waxedcutexpcostairs": "waxed_exposed_cut_copper_stairs", + "waxedcutexposedcopperstair": "waxed_exposed_cut_copper_stairs", + "waxedcutexposedcopperstairs": "waxed_exposed_cut_copper_stairs", + "waxedcutexposedcopstair": "waxed_exposed_cut_copper_stairs", + "waxedcutexposedcopstairs": "waxed_exposed_cut_copper_stairs", + "waxedcutexposedcostair": "waxed_exposed_cut_copper_stairs", + "waxedcutexposedcostairs": "waxed_exposed_cut_copper_stairs", + "waxedexccopperstair": "waxed_exposed_cut_copper_stairs", + "waxedexccopperstairs": "waxed_exposed_cut_copper_stairs", + "waxedexccopstair": "waxed_exposed_cut_copper_stairs", + "waxedexccopstairs": "waxed_exposed_cut_copper_stairs", + "waxedexccostair": "waxed_exposed_cut_copper_stairs", + "waxedexccostairs": "waxed_exposed_cut_copper_stairs", + "waxedexcutcopperstair": "waxed_exposed_cut_copper_stairs", + "waxedexcutcopperstairs": "waxed_exposed_cut_copper_stairs", + "waxedexcutcopstair": "waxed_exposed_cut_copper_stairs", + "waxedexcutcopstairs": "waxed_exposed_cut_copper_stairs", + "waxedexcutcostair": "waxed_exposed_cut_copper_stairs", + "waxedexcutcostairs": "waxed_exposed_cut_copper_stairs", + "waxedexpccopperstair": "waxed_exposed_cut_copper_stairs", + "waxedexpccopperstairs": "waxed_exposed_cut_copper_stairs", + "waxedexpccopstair": "waxed_exposed_cut_copper_stairs", + "waxedexpccopstairs": "waxed_exposed_cut_copper_stairs", + "waxedexpccostair": "waxed_exposed_cut_copper_stairs", + "waxedexpccostairs": "waxed_exposed_cut_copper_stairs", + "waxedexpcutcopperstair": "waxed_exposed_cut_copper_stairs", + "waxedexpcutcopperstairs": "waxed_exposed_cut_copper_stairs", + "waxedexpcutcopstair": "waxed_exposed_cut_copper_stairs", + "waxedexpcutcopstairs": "waxed_exposed_cut_copper_stairs", + "waxedexpcutcostair": "waxed_exposed_cut_copper_stairs", + "waxedexpcutcostairs": "waxed_exposed_cut_copper_stairs", + "waxedexposedccopperstair": "waxed_exposed_cut_copper_stairs", + "waxedexposedccopperstairs": "waxed_exposed_cut_copper_stairs", + "waxedexposedccopstair": "waxed_exposed_cut_copper_stairs", + "waxedexposedccopstairs": "waxed_exposed_cut_copper_stairs", + "waxedexposedccostair": "waxed_exposed_cut_copper_stairs", + "waxedexposedccostairs": "waxed_exposed_cut_copper_stairs", + "waxedexposedcutcopperstair": "waxed_exposed_cut_copper_stairs", + "waxedexposedcutcopperstairs": "waxed_exposed_cut_copper_stairs", + "waxedexposedcutcopstair": "waxed_exposed_cut_copper_stairs", + "waxedexposedcutcopstairs": "waxed_exposed_cut_copper_stairs", + "waxedexposedcutcostair": "waxed_exposed_cut_copper_stairs", + "waxedexposedcutcostairs": "waxed_exposed_cut_copper_stairs", + "waxexccopperstair": "waxed_exposed_cut_copper_stairs", + "waxexccopperstairs": "waxed_exposed_cut_copper_stairs", + "waxexccopstair": "waxed_exposed_cut_copper_stairs", + "waxexccopstairs": "waxed_exposed_cut_copper_stairs", + "waxexccostair": "waxed_exposed_cut_copper_stairs", + "waxexccostairs": "waxed_exposed_cut_copper_stairs", + "waxexcutcopperstair": "waxed_exposed_cut_copper_stairs", + "waxexcutcopperstairs": "waxed_exposed_cut_copper_stairs", + "waxexcutcopstair": "waxed_exposed_cut_copper_stairs", + "waxexcutcopstairs": "waxed_exposed_cut_copper_stairs", + "waxexcutcostair": "waxed_exposed_cut_copper_stairs", + "waxexcutcostairs": "waxed_exposed_cut_copper_stairs", + "waxexpccopperstair": "waxed_exposed_cut_copper_stairs", + "waxexpccopperstairs": "waxed_exposed_cut_copper_stairs", + "waxexpccopstair": "waxed_exposed_cut_copper_stairs", + "waxexpccopstairs": "waxed_exposed_cut_copper_stairs", + "waxexpccostair": "waxed_exposed_cut_copper_stairs", + "waxexpccostairs": "waxed_exposed_cut_copper_stairs", + "waxexpcutcopperstair": "waxed_exposed_cut_copper_stairs", + "waxexpcutcopperstairs": "waxed_exposed_cut_copper_stairs", + "waxexpcutcopstair": "waxed_exposed_cut_copper_stairs", + "waxexpcutcopstairs": "waxed_exposed_cut_copper_stairs", + "waxexpcutcostair": "waxed_exposed_cut_copper_stairs", + "waxexpcutcostairs": "waxed_exposed_cut_copper_stairs", + "waxexposedccopperstair": "waxed_exposed_cut_copper_stairs", + "waxexposedccopperstairs": "waxed_exposed_cut_copper_stairs", + "waxexposedccopstair": "waxed_exposed_cut_copper_stairs", + "waxexposedccopstairs": "waxed_exposed_cut_copper_stairs", + "waxexposedccostair": "waxed_exposed_cut_copper_stairs", + "waxexposedccostairs": "waxed_exposed_cut_copper_stairs", + "waxexposedcutcopperstair": "waxed_exposed_cut_copper_stairs", + "waxexposedcutcopperstairs": "waxed_exposed_cut_copper_stairs", + "waxexposedcutcopstair": "waxed_exposed_cut_copper_stairs", + "waxexposedcutcopstairs": "waxed_exposed_cut_copper_stairs", + "waxexposedcutcostair": "waxed_exposed_cut_copper_stairs", + "waxexposedcutcostairs": "waxed_exposed_cut_copper_stairs", + "waxed_oxidized_copper": { + "material": "WAXED_OXIDIZED_COPPER" + }, + "minecraft:waxed_oxidized_copper": "waxed_oxidized_copper", + "oxidisedwacoblock": "waxed_oxidized_copper", + "oxidisedwacopblock": "waxed_oxidized_copper", + "oxidisedwacopperblock": "waxed_oxidized_copper", + "oxidisedwaxcoblock": "waxed_oxidized_copper", + "oxidisedwaxcopblock": "waxed_oxidized_copper", + "oxidisedwaxcopperblock": "waxed_oxidized_copper", + "oxidisedwaxedcoblock": "waxed_oxidized_copper", + "oxidisedwaxedcopblock": "waxed_oxidized_copper", + "oxidisedwaxedcopperblock": "waxed_oxidized_copper", + "oxidizedwacoblock": "waxed_oxidized_copper", + "oxidizedwacopblock": "waxed_oxidized_copper", + "oxidizedwacopperblock": "waxed_oxidized_copper", + "oxidizedwaxcoblock": "waxed_oxidized_copper", + "oxidizedwaxcopblock": "waxed_oxidized_copper", + "oxidizedwaxcopperblock": "waxed_oxidized_copper", + "oxidizedwaxedcoblock": "waxed_oxidized_copper", + "oxidizedwaxedcopblock": "waxed_oxidized_copper", + "oxidizedwaxedcopperblock": "waxed_oxidized_copper", + "oxiwacoblock": "waxed_oxidized_copper", + "oxiwacopblock": "waxed_oxidized_copper", + "oxiwacopperblock": "waxed_oxidized_copper", + "oxiwaxcoblock": "waxed_oxidized_copper", + "oxiwaxcopblock": "waxed_oxidized_copper", + "oxiwaxcopperblock": "waxed_oxidized_copper", + "oxiwaxedcoblock": "waxed_oxidized_copper", + "oxiwaxedcopblock": "waxed_oxidized_copper", + "oxiwaxedcopperblock": "waxed_oxidized_copper", + "oxywacoblock": "waxed_oxidized_copper", + "oxywacopblock": "waxed_oxidized_copper", + "oxywacopperblock": "waxed_oxidized_copper", + "oxywaxcoblock": "waxed_oxidized_copper", + "oxywaxcopblock": "waxed_oxidized_copper", + "oxywaxcopperblock": "waxed_oxidized_copper", + "oxywaxedcoblock": "waxed_oxidized_copper", + "oxywaxedcopblock": "waxed_oxidized_copper", + "oxywaxedcopperblock": "waxed_oxidized_copper", + "waoxicoblock": "waxed_oxidized_copper", + "waoxicopblock": "waxed_oxidized_copper", + "waoxicopperblock": "waxed_oxidized_copper", + "waoxidisedcoblock": "waxed_oxidized_copper", + "waoxidisedcopblock": "waxed_oxidized_copper", + "waoxidisedcopperblock": "waxed_oxidized_copper", + "waoxidizedcoblock": "waxed_oxidized_copper", + "waoxidizedcopblock": "waxed_oxidized_copper", + "waoxidizedcopperblock": "waxed_oxidized_copper", + "waoxycoblock": "waxed_oxidized_copper", + "waoxycopblock": "waxed_oxidized_copper", + "waoxycopperblock": "waxed_oxidized_copper", + "waxedoxicoblock": "waxed_oxidized_copper", + "waxedoxicopblock": "waxed_oxidized_copper", + "waxedoxicopperblock": "waxed_oxidized_copper", + "waxedoxidisedcoblock": "waxed_oxidized_copper", + "waxedoxidisedcopblock": "waxed_oxidized_copper", + "waxedoxidisedcopperblock": "waxed_oxidized_copper", + "waxedoxidizedcoblock": "waxed_oxidized_copper", + "waxedoxidizedcopblock": "waxed_oxidized_copper", + "waxedoxidizedcopper": "waxed_oxidized_copper", + "waxedoxidizedcopperblock": "waxed_oxidized_copper", + "waxedoxycoblock": "waxed_oxidized_copper", + "waxedoxycopblock": "waxed_oxidized_copper", + "waxedoxycopperblock": "waxed_oxidized_copper", + "waxoxicoblock": "waxed_oxidized_copper", + "waxoxicopblock": "waxed_oxidized_copper", + "waxoxicopperblock": "waxed_oxidized_copper", + "waxoxidisedcoblock": "waxed_oxidized_copper", + "waxoxidisedcopblock": "waxed_oxidized_copper", + "waxoxidisedcopperblock": "waxed_oxidized_copper", + "waxoxidizedcoblock": "waxed_oxidized_copper", + "waxoxidizedcopblock": "waxed_oxidized_copper", + "waxoxidizedcopperblock": "waxed_oxidized_copper", + "waxoxycoblock": "waxed_oxidized_copper", + "waxoxycopblock": "waxed_oxidized_copper", + "waxoxycopperblock": "waxed_oxidized_copper", + "waxed_oxidized_cut_copper": { + "material": "WAXED_OXIDIZED_CUT_COPPER" + }, + "coxidisedwacoblock": "waxed_oxidized_cut_copper", + "coxidisedwacopblock": "waxed_oxidized_cut_copper", + "coxidisedwacopperblock": "waxed_oxidized_cut_copper", + "coxidisedwaxcoblock": "waxed_oxidized_cut_copper", + "coxidisedwaxcopblock": "waxed_oxidized_cut_copper", + "coxidisedwaxcopperblock": "waxed_oxidized_cut_copper", + "coxidisedwaxedcoblock": "waxed_oxidized_cut_copper", + "coxidisedwaxedcopblock": "waxed_oxidized_cut_copper", + "coxidisedwaxedcopperblock": "waxed_oxidized_cut_copper", + "coxidizedwacoblock": "waxed_oxidized_cut_copper", + "coxidizedwacopblock": "waxed_oxidized_cut_copper", + "coxidizedwacopperblock": "waxed_oxidized_cut_copper", + "coxidizedwaxcoblock": "waxed_oxidized_cut_copper", + "coxidizedwaxcopblock": "waxed_oxidized_cut_copper", + "coxidizedwaxcopperblock": "waxed_oxidized_cut_copper", + "coxidizedwaxedcoblock": "waxed_oxidized_cut_copper", + "coxidizedwaxedcopblock": "waxed_oxidized_cut_copper", + "coxidizedwaxedcopperblock": "waxed_oxidized_cut_copper", + "coxiwacoblock": "waxed_oxidized_cut_copper", + "coxiwacopblock": "waxed_oxidized_cut_copper", + "coxiwacopperblock": "waxed_oxidized_cut_copper", + "coxiwaxcoblock": "waxed_oxidized_cut_copper", + "coxiwaxcopblock": "waxed_oxidized_cut_copper", + "coxiwaxcopperblock": "waxed_oxidized_cut_copper", + "coxiwaxedcoblock": "waxed_oxidized_cut_copper", + "coxiwaxedcopblock": "waxed_oxidized_cut_copper", + "coxiwaxedcopperblock": "waxed_oxidized_cut_copper", + "coxywacoblock": "waxed_oxidized_cut_copper", + "coxywacopblock": "waxed_oxidized_cut_copper", + "coxywacopperblock": "waxed_oxidized_cut_copper", + "coxywaxcoblock": "waxed_oxidized_cut_copper", + "coxywaxcopblock": "waxed_oxidized_cut_copper", + "coxywaxcopperblock": "waxed_oxidized_cut_copper", + "coxywaxedcoblock": "waxed_oxidized_cut_copper", + "coxywaxedcopblock": "waxed_oxidized_cut_copper", + "coxywaxedcopperblock": "waxed_oxidized_cut_copper", + "cutoxidisedwacoblock": "waxed_oxidized_cut_copper", + "cutoxidisedwacopblock": "waxed_oxidized_cut_copper", + "cutoxidisedwacopperblock": "waxed_oxidized_cut_copper", + "cutoxidisedwaxcoblock": "waxed_oxidized_cut_copper", + "cutoxidisedwaxcopblock": "waxed_oxidized_cut_copper", + "cutoxidisedwaxcopperblock": "waxed_oxidized_cut_copper", + "cutoxidisedwaxedcoblock": "waxed_oxidized_cut_copper", + "cutoxidisedwaxedcopblock": "waxed_oxidized_cut_copper", + "cutoxidisedwaxedcopperblock": "waxed_oxidized_cut_copper", + "cutoxidizedwacoblock": "waxed_oxidized_cut_copper", + "cutoxidizedwacopblock": "waxed_oxidized_cut_copper", + "cutoxidizedwacopperblock": "waxed_oxidized_cut_copper", + "cutoxidizedwaxcoblock": "waxed_oxidized_cut_copper", + "cutoxidizedwaxcopblock": "waxed_oxidized_cut_copper", + "cutoxidizedwaxcopperblock": "waxed_oxidized_cut_copper", + "cutoxidizedwaxedcoblock": "waxed_oxidized_cut_copper", + "cutoxidizedwaxedcopblock": "waxed_oxidized_cut_copper", + "cutoxidizedwaxedcopperblock": "waxed_oxidized_cut_copper", + "cutoxiwacoblock": "waxed_oxidized_cut_copper", + "cutoxiwacopblock": "waxed_oxidized_cut_copper", + "cutoxiwacopperblock": "waxed_oxidized_cut_copper", + "cutoxiwaxcoblock": "waxed_oxidized_cut_copper", + "cutoxiwaxcopblock": "waxed_oxidized_cut_copper", + "cutoxiwaxcopperblock": "waxed_oxidized_cut_copper", + "cutoxiwaxedcoblock": "waxed_oxidized_cut_copper", + "cutoxiwaxedcopblock": "waxed_oxidized_cut_copper", + "cutoxiwaxedcopperblock": "waxed_oxidized_cut_copper", + "cutoxywacoblock": "waxed_oxidized_cut_copper", + "cutoxywacopblock": "waxed_oxidized_cut_copper", + "cutoxywacopperblock": "waxed_oxidized_cut_copper", + "cutoxywaxcoblock": "waxed_oxidized_cut_copper", + "cutoxywaxcopblock": "waxed_oxidized_cut_copper", + "cutoxywaxcopperblock": "waxed_oxidized_cut_copper", + "cutoxywaxedcoblock": "waxed_oxidized_cut_copper", + "cutoxywaxedcopblock": "waxed_oxidized_cut_copper", + "cutoxywaxedcopperblock": "waxed_oxidized_cut_copper", + "cutwaoxicoblock": "waxed_oxidized_cut_copper", + "cutwaoxicopblock": "waxed_oxidized_cut_copper", + "cutwaoxicopperblock": "waxed_oxidized_cut_copper", + "cutwaoxidisedcoblock": "waxed_oxidized_cut_copper", + "cutwaoxidisedcopblock": "waxed_oxidized_cut_copper", + "cutwaoxidisedcopperblock": "waxed_oxidized_cut_copper", + "cutwaoxidizedcoblock": "waxed_oxidized_cut_copper", + "cutwaoxidizedcopblock": "waxed_oxidized_cut_copper", + "cutwaoxidizedcopperblock": "waxed_oxidized_cut_copper", + "cutwaoxycoblock": "waxed_oxidized_cut_copper", + "cutwaoxycopblock": "waxed_oxidized_cut_copper", + "cutwaoxycopperblock": "waxed_oxidized_cut_copper", + "cutwaxedoxicoblock": "waxed_oxidized_cut_copper", + "cutwaxedoxicopblock": "waxed_oxidized_cut_copper", + "cutwaxedoxicopperblock": "waxed_oxidized_cut_copper", + "cutwaxedoxidisedcoblock": "waxed_oxidized_cut_copper", + "cutwaxedoxidisedcopblock": "waxed_oxidized_cut_copper", + "cutwaxedoxidisedcopperblock": "waxed_oxidized_cut_copper", + "cutwaxedoxidizedcoblock": "waxed_oxidized_cut_copper", + "cutwaxedoxidizedcopblock": "waxed_oxidized_cut_copper", + "cutwaxedoxidizedcopperblock": "waxed_oxidized_cut_copper", + "cutwaxedoxycoblock": "waxed_oxidized_cut_copper", + "cutwaxedoxycopblock": "waxed_oxidized_cut_copper", + "cutwaxedoxycopperblock": "waxed_oxidized_cut_copper", + "cutwaxoxicoblock": "waxed_oxidized_cut_copper", + "cutwaxoxicopblock": "waxed_oxidized_cut_copper", + "cutwaxoxicopperblock": "waxed_oxidized_cut_copper", + "cutwaxoxidisedcoblock": "waxed_oxidized_cut_copper", + "cutwaxoxidisedcopblock": "waxed_oxidized_cut_copper", + "cutwaxoxidisedcopperblock": "waxed_oxidized_cut_copper", + "cutwaxoxidizedcoblock": "waxed_oxidized_cut_copper", + "cutwaxoxidizedcopblock": "waxed_oxidized_cut_copper", + "cutwaxoxidizedcopperblock": "waxed_oxidized_cut_copper", + "cutwaxoxycoblock": "waxed_oxidized_cut_copper", + "cutwaxoxycopblock": "waxed_oxidized_cut_copper", + "cutwaxoxycopperblock": "waxed_oxidized_cut_copper", + "cwaoxicoblock": "waxed_oxidized_cut_copper", + "cwaoxicopblock": "waxed_oxidized_cut_copper", + "cwaoxicopperblock": "waxed_oxidized_cut_copper", + "cwaoxidisedcoblock": "waxed_oxidized_cut_copper", + "cwaoxidisedcopblock": "waxed_oxidized_cut_copper", + "cwaoxidisedcopperblock": "waxed_oxidized_cut_copper", + "cwaoxidizedcoblock": "waxed_oxidized_cut_copper", + "cwaoxidizedcopblock": "waxed_oxidized_cut_copper", + "cwaoxidizedcopperblock": "waxed_oxidized_cut_copper", + "cwaoxycoblock": "waxed_oxidized_cut_copper", + "cwaoxycopblock": "waxed_oxidized_cut_copper", + "cwaoxycopperblock": "waxed_oxidized_cut_copper", + "cwaxedoxicoblock": "waxed_oxidized_cut_copper", + "cwaxedoxicopblock": "waxed_oxidized_cut_copper", + "cwaxedoxicopperblock": "waxed_oxidized_cut_copper", + "cwaxedoxidisedcoblock": "waxed_oxidized_cut_copper", + "cwaxedoxidisedcopblock": "waxed_oxidized_cut_copper", + "cwaxedoxidisedcopperblock": "waxed_oxidized_cut_copper", + "cwaxedoxidizedcoblock": "waxed_oxidized_cut_copper", + "cwaxedoxidizedcopblock": "waxed_oxidized_cut_copper", + "cwaxedoxidizedcopperblock": "waxed_oxidized_cut_copper", + "cwaxedoxycoblock": "waxed_oxidized_cut_copper", + "cwaxedoxycopblock": "waxed_oxidized_cut_copper", + "cwaxedoxycopperblock": "waxed_oxidized_cut_copper", + "cwaxoxicoblock": "waxed_oxidized_cut_copper", + "cwaxoxicopblock": "waxed_oxidized_cut_copper", + "cwaxoxicopperblock": "waxed_oxidized_cut_copper", + "cwaxoxidisedcoblock": "waxed_oxidized_cut_copper", + "cwaxoxidisedcopblock": "waxed_oxidized_cut_copper", + "cwaxoxidisedcopperblock": "waxed_oxidized_cut_copper", + "cwaxoxidizedcoblock": "waxed_oxidized_cut_copper", + "cwaxoxidizedcopblock": "waxed_oxidized_cut_copper", + "cwaxoxidizedcopperblock": "waxed_oxidized_cut_copper", + "cwaxoxycoblock": "waxed_oxidized_cut_copper", + "cwaxoxycopblock": "waxed_oxidized_cut_copper", + "cwaxoxycopperblock": "waxed_oxidized_cut_copper", + "minecraft:waxed_oxidized_cut_copper": "waxed_oxidized_cut_copper", + "oxicutwacoblock": "waxed_oxidized_cut_copper", + "oxicutwacopblock": "waxed_oxidized_cut_copper", + "oxicutwacopperblock": "waxed_oxidized_cut_copper", + "oxicutwaxcoblock": "waxed_oxidized_cut_copper", + "oxicutwaxcopblock": "waxed_oxidized_cut_copper", + "oxicutwaxcopperblock": "waxed_oxidized_cut_copper", + "oxicutwaxedcoblock": "waxed_oxidized_cut_copper", + "oxicutwaxedcopblock": "waxed_oxidized_cut_copper", + "oxicutwaxedcopperblock": "waxed_oxidized_cut_copper", + "oxicwacoblock": "waxed_oxidized_cut_copper", + "oxicwacopblock": "waxed_oxidized_cut_copper", + "oxicwacopperblock": "waxed_oxidized_cut_copper", + "oxicwaxcoblock": "waxed_oxidized_cut_copper", + "oxicwaxcopblock": "waxed_oxidized_cut_copper", + "oxicwaxcopperblock": "waxed_oxidized_cut_copper", + "oxicwaxedcoblock": "waxed_oxidized_cut_copper", + "oxicwaxedcopblock": "waxed_oxidized_cut_copper", + "oxicwaxedcopperblock": "waxed_oxidized_cut_copper", + "oxidisedcutwacoblock": "waxed_oxidized_cut_copper", + "oxidisedcutwacopblock": "waxed_oxidized_cut_copper", + "oxidisedcutwacopperblock": "waxed_oxidized_cut_copper", + "oxidisedcutwaxcoblock": "waxed_oxidized_cut_copper", + "oxidisedcutwaxcopblock": "waxed_oxidized_cut_copper", + "oxidisedcutwaxcopperblock": "waxed_oxidized_cut_copper", + "oxidisedcutwaxedcoblock": "waxed_oxidized_cut_copper", + "oxidisedcutwaxedcopblock": "waxed_oxidized_cut_copper", + "oxidisedcutwaxedcopperblock": "waxed_oxidized_cut_copper", + "oxidisedcwacoblock": "waxed_oxidized_cut_copper", + "oxidisedcwacopblock": "waxed_oxidized_cut_copper", + "oxidisedcwacopperblock": "waxed_oxidized_cut_copper", + "oxidisedcwaxcoblock": "waxed_oxidized_cut_copper", + "oxidisedcwaxcopblock": "waxed_oxidized_cut_copper", + "oxidisedcwaxcopperblock": "waxed_oxidized_cut_copper", + "oxidisedcwaxedcoblock": "waxed_oxidized_cut_copper", + "oxidisedcwaxedcopblock": "waxed_oxidized_cut_copper", + "oxidisedcwaxedcopperblock": "waxed_oxidized_cut_copper", + "oxidisedwaccoblock": "waxed_oxidized_cut_copper", + "oxidisedwaccopblock": "waxed_oxidized_cut_copper", + "oxidisedwaccopperblock": "waxed_oxidized_cut_copper", + "oxidisedwacutcoblock": "waxed_oxidized_cut_copper", + "oxidisedwacutcopblock": "waxed_oxidized_cut_copper", + "oxidisedwacutcopperblock": "waxed_oxidized_cut_copper", + "oxidisedwaxccoblock": "waxed_oxidized_cut_copper", + "oxidisedwaxccopblock": "waxed_oxidized_cut_copper", + "oxidisedwaxccopperblock": "waxed_oxidized_cut_copper", + "oxidisedwaxcutcoblock": "waxed_oxidized_cut_copper", + "oxidisedwaxcutcopblock": "waxed_oxidized_cut_copper", + "oxidisedwaxcutcopperblock": "waxed_oxidized_cut_copper", + "oxidisedwaxedccoblock": "waxed_oxidized_cut_copper", + "oxidisedwaxedccopblock": "waxed_oxidized_cut_copper", + "oxidisedwaxedccopperblock": "waxed_oxidized_cut_copper", + "oxidisedwaxedcutcoblock": "waxed_oxidized_cut_copper", + "oxidisedwaxedcutcopblock": "waxed_oxidized_cut_copper", + "oxidisedwaxedcutcopperblock": "waxed_oxidized_cut_copper", + "oxidizedcutwacoblock": "waxed_oxidized_cut_copper", + "oxidizedcutwacopblock": "waxed_oxidized_cut_copper", + "oxidizedcutwacopperblock": "waxed_oxidized_cut_copper", + "oxidizedcutwaxcoblock": "waxed_oxidized_cut_copper", + "oxidizedcutwaxcopblock": "waxed_oxidized_cut_copper", + "oxidizedcutwaxcopperblock": "waxed_oxidized_cut_copper", + "oxidizedcutwaxedcoblock": "waxed_oxidized_cut_copper", + "oxidizedcutwaxedcopblock": "waxed_oxidized_cut_copper", + "oxidizedcutwaxedcopperblock": "waxed_oxidized_cut_copper", + "oxidizedcwacoblock": "waxed_oxidized_cut_copper", + "oxidizedcwacopblock": "waxed_oxidized_cut_copper", + "oxidizedcwacopperblock": "waxed_oxidized_cut_copper", + "oxidizedcwaxcoblock": "waxed_oxidized_cut_copper", + "oxidizedcwaxcopblock": "waxed_oxidized_cut_copper", + "oxidizedcwaxcopperblock": "waxed_oxidized_cut_copper", + "oxidizedcwaxedcoblock": "waxed_oxidized_cut_copper", + "oxidizedcwaxedcopblock": "waxed_oxidized_cut_copper", + "oxidizedcwaxedcopperblock": "waxed_oxidized_cut_copper", + "oxidizedwaccoblock": "waxed_oxidized_cut_copper", + "oxidizedwaccopblock": "waxed_oxidized_cut_copper", + "oxidizedwaccopperblock": "waxed_oxidized_cut_copper", + "oxidizedwacutcoblock": "waxed_oxidized_cut_copper", + "oxidizedwacutcopblock": "waxed_oxidized_cut_copper", + "oxidizedwacutcopperblock": "waxed_oxidized_cut_copper", + "oxidizedwaxccoblock": "waxed_oxidized_cut_copper", + "oxidizedwaxccopblock": "waxed_oxidized_cut_copper", + "oxidizedwaxccopperblock": "waxed_oxidized_cut_copper", + "oxidizedwaxcutcoblock": "waxed_oxidized_cut_copper", + "oxidizedwaxcutcopblock": "waxed_oxidized_cut_copper", + "oxidizedwaxcutcopperblock": "waxed_oxidized_cut_copper", + "oxidizedwaxedccoblock": "waxed_oxidized_cut_copper", + "oxidizedwaxedccopblock": "waxed_oxidized_cut_copper", + "oxidizedwaxedccopperblock": "waxed_oxidized_cut_copper", + "oxidizedwaxedcutcoblock": "waxed_oxidized_cut_copper", + "oxidizedwaxedcutcopblock": "waxed_oxidized_cut_copper", + "oxidizedwaxedcutcopperblock": "waxed_oxidized_cut_copper", + "oxiwaccoblock": "waxed_oxidized_cut_copper", + "oxiwaccopblock": "waxed_oxidized_cut_copper", + "oxiwaccopperblock": "waxed_oxidized_cut_copper", + "oxiwacutcoblock": "waxed_oxidized_cut_copper", + "oxiwacutcopblock": "waxed_oxidized_cut_copper", + "oxiwacutcopperblock": "waxed_oxidized_cut_copper", + "oxiwaxccoblock": "waxed_oxidized_cut_copper", + "oxiwaxccopblock": "waxed_oxidized_cut_copper", + "oxiwaxccopperblock": "waxed_oxidized_cut_copper", + "oxiwaxcutcoblock": "waxed_oxidized_cut_copper", + "oxiwaxcutcopblock": "waxed_oxidized_cut_copper", + "oxiwaxcutcopperblock": "waxed_oxidized_cut_copper", + "oxiwaxedccoblock": "waxed_oxidized_cut_copper", + "oxiwaxedccopblock": "waxed_oxidized_cut_copper", + "oxiwaxedccopperblock": "waxed_oxidized_cut_copper", + "oxiwaxedcutcoblock": "waxed_oxidized_cut_copper", + "oxiwaxedcutcopblock": "waxed_oxidized_cut_copper", + "oxiwaxedcutcopperblock": "waxed_oxidized_cut_copper", + "oxycutwacoblock": "waxed_oxidized_cut_copper", + "oxycutwacopblock": "waxed_oxidized_cut_copper", + "oxycutwacopperblock": "waxed_oxidized_cut_copper", + "oxycutwaxcoblock": "waxed_oxidized_cut_copper", + "oxycutwaxcopblock": "waxed_oxidized_cut_copper", + "oxycutwaxcopperblock": "waxed_oxidized_cut_copper", + "oxycutwaxedcoblock": "waxed_oxidized_cut_copper", + "oxycutwaxedcopblock": "waxed_oxidized_cut_copper", + "oxycutwaxedcopperblock": "waxed_oxidized_cut_copper", + "oxycwacoblock": "waxed_oxidized_cut_copper", + "oxycwacopblock": "waxed_oxidized_cut_copper", + "oxycwacopperblock": "waxed_oxidized_cut_copper", + "oxycwaxcoblock": "waxed_oxidized_cut_copper", + "oxycwaxcopblock": "waxed_oxidized_cut_copper", + "oxycwaxcopperblock": "waxed_oxidized_cut_copper", + "oxycwaxedcoblock": "waxed_oxidized_cut_copper", + "oxycwaxedcopblock": "waxed_oxidized_cut_copper", + "oxycwaxedcopperblock": "waxed_oxidized_cut_copper", + "oxywaccoblock": "waxed_oxidized_cut_copper", + "oxywaccopblock": "waxed_oxidized_cut_copper", + "oxywaccopperblock": "waxed_oxidized_cut_copper", + "oxywacutcoblock": "waxed_oxidized_cut_copper", + "oxywacutcopblock": "waxed_oxidized_cut_copper", + "oxywacutcopperblock": "waxed_oxidized_cut_copper", + "oxywaxccoblock": "waxed_oxidized_cut_copper", + "oxywaxccopblock": "waxed_oxidized_cut_copper", + "oxywaxccopperblock": "waxed_oxidized_cut_copper", + "oxywaxcutcoblock": "waxed_oxidized_cut_copper", + "oxywaxcutcopblock": "waxed_oxidized_cut_copper", + "oxywaxcutcopperblock": "waxed_oxidized_cut_copper", + "oxywaxedccoblock": "waxed_oxidized_cut_copper", + "oxywaxedccopblock": "waxed_oxidized_cut_copper", + "oxywaxedccopperblock": "waxed_oxidized_cut_copper", + "oxywaxedcutcoblock": "waxed_oxidized_cut_copper", + "oxywaxedcutcopblock": "waxed_oxidized_cut_copper", + "oxywaxedcutcopperblock": "waxed_oxidized_cut_copper", + "wacoxicoblock": "waxed_oxidized_cut_copper", + "wacoxicopblock": "waxed_oxidized_cut_copper", + "wacoxicopperblock": "waxed_oxidized_cut_copper", + "wacoxidisedcoblock": "waxed_oxidized_cut_copper", + "wacoxidisedcopblock": "waxed_oxidized_cut_copper", + "wacoxidisedcopperblock": "waxed_oxidized_cut_copper", + "wacoxidizedcoblock": "waxed_oxidized_cut_copper", + "wacoxidizedcopblock": "waxed_oxidized_cut_copper", + "wacoxidizedcopperblock": "waxed_oxidized_cut_copper", + "wacoxycoblock": "waxed_oxidized_cut_copper", + "wacoxycopblock": "waxed_oxidized_cut_copper", + "wacoxycopperblock": "waxed_oxidized_cut_copper", + "wacutoxicoblock": "waxed_oxidized_cut_copper", + "wacutoxicopblock": "waxed_oxidized_cut_copper", + "wacutoxicopperblock": "waxed_oxidized_cut_copper", + "wacutoxidisedcoblock": "waxed_oxidized_cut_copper", + "wacutoxidisedcopblock": "waxed_oxidized_cut_copper", + "wacutoxidisedcopperblock": "waxed_oxidized_cut_copper", + "wacutoxidizedcoblock": "waxed_oxidized_cut_copper", + "wacutoxidizedcopblock": "waxed_oxidized_cut_copper", + "wacutoxidizedcopperblock": "waxed_oxidized_cut_copper", + "wacutoxycoblock": "waxed_oxidized_cut_copper", + "wacutoxycopblock": "waxed_oxidized_cut_copper", + "wacutoxycopperblock": "waxed_oxidized_cut_copper", + "waoxiccoblock": "waxed_oxidized_cut_copper", + "waoxiccopblock": "waxed_oxidized_cut_copper", + "waoxiccopperblock": "waxed_oxidized_cut_copper", + "waoxicutcoblock": "waxed_oxidized_cut_copper", + "waoxicutcopblock": "waxed_oxidized_cut_copper", + "waoxicutcopperblock": "waxed_oxidized_cut_copper", + "waoxidisedccoblock": "waxed_oxidized_cut_copper", + "waoxidisedccopblock": "waxed_oxidized_cut_copper", + "waoxidisedccopperblock": "waxed_oxidized_cut_copper", + "waoxidisedcutcoblock": "waxed_oxidized_cut_copper", + "waoxidisedcutcopblock": "waxed_oxidized_cut_copper", + "waoxidisedcutcopperblock": "waxed_oxidized_cut_copper", + "waoxidizedccoblock": "waxed_oxidized_cut_copper", + "waoxidizedccopblock": "waxed_oxidized_cut_copper", + "waoxidizedccopperblock": "waxed_oxidized_cut_copper", + "waoxidizedcutcoblock": "waxed_oxidized_cut_copper", + "waoxidizedcutcopblock": "waxed_oxidized_cut_copper", + "waoxidizedcutcopperblock": "waxed_oxidized_cut_copper", + "waoxyccoblock": "waxed_oxidized_cut_copper", + "waoxyccopblock": "waxed_oxidized_cut_copper", + "waoxyccopperblock": "waxed_oxidized_cut_copper", + "waoxycutcoblock": "waxed_oxidized_cut_copper", + "waoxycutcopblock": "waxed_oxidized_cut_copper", + "waoxycutcopperblock": "waxed_oxidized_cut_copper", + "waxcoxicoblock": "waxed_oxidized_cut_copper", + "waxcoxicopblock": "waxed_oxidized_cut_copper", + "waxcoxicopperblock": "waxed_oxidized_cut_copper", + "waxcoxidisedcoblock": "waxed_oxidized_cut_copper", + "waxcoxidisedcopblock": "waxed_oxidized_cut_copper", + "waxcoxidisedcopperblock": "waxed_oxidized_cut_copper", + "waxcoxidizedcoblock": "waxed_oxidized_cut_copper", + "waxcoxidizedcopblock": "waxed_oxidized_cut_copper", + "waxcoxidizedcopperblock": "waxed_oxidized_cut_copper", + "waxcoxycoblock": "waxed_oxidized_cut_copper", + "waxcoxycopblock": "waxed_oxidized_cut_copper", + "waxcoxycopperblock": "waxed_oxidized_cut_copper", + "waxcutoxicoblock": "waxed_oxidized_cut_copper", + "waxcutoxicopblock": "waxed_oxidized_cut_copper", + "waxcutoxicopperblock": "waxed_oxidized_cut_copper", + "waxcutoxidisedcoblock": "waxed_oxidized_cut_copper", + "waxcutoxidisedcopblock": "waxed_oxidized_cut_copper", + "waxcutoxidisedcopperblock": "waxed_oxidized_cut_copper", + "waxcutoxidizedcoblock": "waxed_oxidized_cut_copper", + "waxcutoxidizedcopblock": "waxed_oxidized_cut_copper", + "waxcutoxidizedcopperblock": "waxed_oxidized_cut_copper", + "waxcutoxycoblock": "waxed_oxidized_cut_copper", + "waxcutoxycopblock": "waxed_oxidized_cut_copper", + "waxcutoxycopperblock": "waxed_oxidized_cut_copper", + "waxedcoxicoblock": "waxed_oxidized_cut_copper", + "waxedcoxicopblock": "waxed_oxidized_cut_copper", + "waxedcoxicopperblock": "waxed_oxidized_cut_copper", + "waxedcoxidisedcoblock": "waxed_oxidized_cut_copper", + "waxedcoxidisedcopblock": "waxed_oxidized_cut_copper", + "waxedcoxidisedcopperblock": "waxed_oxidized_cut_copper", + "waxedcoxidizedcoblock": "waxed_oxidized_cut_copper", + "waxedcoxidizedcopblock": "waxed_oxidized_cut_copper", + "waxedcoxidizedcopperblock": "waxed_oxidized_cut_copper", + "waxedcoxycoblock": "waxed_oxidized_cut_copper", + "waxedcoxycopblock": "waxed_oxidized_cut_copper", + "waxedcoxycopperblock": "waxed_oxidized_cut_copper", + "waxedcutoxicoblock": "waxed_oxidized_cut_copper", + "waxedcutoxicopblock": "waxed_oxidized_cut_copper", + "waxedcutoxicopperblock": "waxed_oxidized_cut_copper", + "waxedcutoxidisedcoblock": "waxed_oxidized_cut_copper", + "waxedcutoxidisedcopblock": "waxed_oxidized_cut_copper", + "waxedcutoxidisedcopperblock": "waxed_oxidized_cut_copper", + "waxedcutoxidizedcoblock": "waxed_oxidized_cut_copper", + "waxedcutoxidizedcopblock": "waxed_oxidized_cut_copper", + "waxedcutoxidizedcopperblock": "waxed_oxidized_cut_copper", + "waxedcutoxycoblock": "waxed_oxidized_cut_copper", + "waxedcutoxycopblock": "waxed_oxidized_cut_copper", + "waxedcutoxycopperblock": "waxed_oxidized_cut_copper", + "waxedoxiccoblock": "waxed_oxidized_cut_copper", + "waxedoxiccopblock": "waxed_oxidized_cut_copper", + "waxedoxiccopperblock": "waxed_oxidized_cut_copper", + "waxedoxicutcoblock": "waxed_oxidized_cut_copper", + "waxedoxicutcopblock": "waxed_oxidized_cut_copper", + "waxedoxicutcopperblock": "waxed_oxidized_cut_copper", + "waxedoxidisedccoblock": "waxed_oxidized_cut_copper", + "waxedoxidisedccopblock": "waxed_oxidized_cut_copper", + "waxedoxidisedccopperblock": "waxed_oxidized_cut_copper", + "waxedoxidisedcutcoblock": "waxed_oxidized_cut_copper", + "waxedoxidisedcutcopblock": "waxed_oxidized_cut_copper", + "waxedoxidisedcutcopperblock": "waxed_oxidized_cut_copper", + "waxedoxidizedccoblock": "waxed_oxidized_cut_copper", + "waxedoxidizedccopblock": "waxed_oxidized_cut_copper", + "waxedoxidizedccopperblock": "waxed_oxidized_cut_copper", + "waxedoxidizedcutcoblock": "waxed_oxidized_cut_copper", + "waxedoxidizedcutcopblock": "waxed_oxidized_cut_copper", + "waxedoxidizedcutcopper": "waxed_oxidized_cut_copper", + "waxedoxidizedcutcopperblock": "waxed_oxidized_cut_copper", + "waxedoxyccoblock": "waxed_oxidized_cut_copper", + "waxedoxyccopblock": "waxed_oxidized_cut_copper", + "waxedoxyccopperblock": "waxed_oxidized_cut_copper", + "waxedoxycutcoblock": "waxed_oxidized_cut_copper", + "waxedoxycutcopblock": "waxed_oxidized_cut_copper", + "waxedoxycutcopperblock": "waxed_oxidized_cut_copper", + "waxoxiccoblock": "waxed_oxidized_cut_copper", + "waxoxiccopblock": "waxed_oxidized_cut_copper", + "waxoxiccopperblock": "waxed_oxidized_cut_copper", + "waxoxicutcoblock": "waxed_oxidized_cut_copper", + "waxoxicutcopblock": "waxed_oxidized_cut_copper", + "waxoxicutcopperblock": "waxed_oxidized_cut_copper", + "waxoxidisedccoblock": "waxed_oxidized_cut_copper", + "waxoxidisedccopblock": "waxed_oxidized_cut_copper", + "waxoxidisedccopperblock": "waxed_oxidized_cut_copper", + "waxoxidisedcutcoblock": "waxed_oxidized_cut_copper", + "waxoxidisedcutcopblock": "waxed_oxidized_cut_copper", + "waxoxidisedcutcopperblock": "waxed_oxidized_cut_copper", + "waxoxidizedccoblock": "waxed_oxidized_cut_copper", + "waxoxidizedccopblock": "waxed_oxidized_cut_copper", + "waxoxidizedccopperblock": "waxed_oxidized_cut_copper", + "waxoxidizedcutcoblock": "waxed_oxidized_cut_copper", + "waxoxidizedcutcopblock": "waxed_oxidized_cut_copper", + "waxoxidizedcutcopperblock": "waxed_oxidized_cut_copper", + "waxoxyccoblock": "waxed_oxidized_cut_copper", + "waxoxyccopblock": "waxed_oxidized_cut_copper", + "waxoxyccopperblock": "waxed_oxidized_cut_copper", + "waxoxycutcoblock": "waxed_oxidized_cut_copper", + "waxoxycutcopblock": "waxed_oxidized_cut_copper", + "waxoxycutcopperblock": "waxed_oxidized_cut_copper", + "waxed_oxidized_cut_copper_slab": { + "material": "WAXED_OXIDIZED_CUT_COPPER_SLAB" + }, + "coxidisedwacohalfblock": "waxed_oxidized_cut_copper_slab", + "coxidisedwacophalfblock": "waxed_oxidized_cut_copper_slab", + "coxidisedwacopperhalfblock": "waxed_oxidized_cut_copper_slab", + "coxidisedwacoppersl": "waxed_oxidized_cut_copper_slab", + "coxidisedwacopperslab": "waxed_oxidized_cut_copper_slab", + "coxidisedwacopperstep": "waxed_oxidized_cut_copper_slab", + "coxidisedwacopsl": "waxed_oxidized_cut_copper_slab", + "coxidisedwacopslab": "waxed_oxidized_cut_copper_slab", + "coxidisedwacopstep": "waxed_oxidized_cut_copper_slab", + "coxidisedwacosl": "waxed_oxidized_cut_copper_slab", + "coxidisedwacoslab": "waxed_oxidized_cut_copper_slab", + "coxidisedwacostep": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxcohalfblock": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxcophalfblock": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxcoppersl": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxcopperslab": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxcopperstep": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxcopsl": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxcopslab": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxcopstep": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxcosl": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxcoslab": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxcostep": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxedcoppersl": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxedcopperslab": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxedcopperstep": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxedcopsl": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxedcopslab": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxedcopstep": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxedcosl": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxedcoslab": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxedcostep": "waxed_oxidized_cut_copper_slab", + "coxidizedwacohalfblock": "waxed_oxidized_cut_copper_slab", + "coxidizedwacophalfblock": "waxed_oxidized_cut_copper_slab", + "coxidizedwacopperhalfblock": "waxed_oxidized_cut_copper_slab", + "coxidizedwacoppersl": "waxed_oxidized_cut_copper_slab", + "coxidizedwacopperslab": "waxed_oxidized_cut_copper_slab", + "coxidizedwacopperstep": "waxed_oxidized_cut_copper_slab", + "coxidizedwacopsl": "waxed_oxidized_cut_copper_slab", + "coxidizedwacopslab": "waxed_oxidized_cut_copper_slab", + "coxidizedwacopstep": "waxed_oxidized_cut_copper_slab", + "coxidizedwacosl": "waxed_oxidized_cut_copper_slab", + "coxidizedwacoslab": "waxed_oxidized_cut_copper_slab", + "coxidizedwacostep": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxcohalfblock": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxcophalfblock": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxcoppersl": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxcopperslab": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxcopperstep": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxcopsl": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxcopslab": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxcopstep": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxcosl": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxcoslab": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxcostep": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxedcoppersl": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxedcopperslab": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxedcopperstep": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxedcopsl": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxedcopslab": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxedcopstep": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxedcosl": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxedcoslab": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxedcostep": "waxed_oxidized_cut_copper_slab", + "coxiwacohalfblock": "waxed_oxidized_cut_copper_slab", + "coxiwacophalfblock": "waxed_oxidized_cut_copper_slab", + "coxiwacopperhalfblock": "waxed_oxidized_cut_copper_slab", + "coxiwacoppersl": "waxed_oxidized_cut_copper_slab", + "coxiwacopperslab": "waxed_oxidized_cut_copper_slab", + "coxiwacopperstep": "waxed_oxidized_cut_copper_slab", + "coxiwacopsl": "waxed_oxidized_cut_copper_slab", + "coxiwacopslab": "waxed_oxidized_cut_copper_slab", + "coxiwacopstep": "waxed_oxidized_cut_copper_slab", + "coxiwacosl": "waxed_oxidized_cut_copper_slab", + "coxiwacoslab": "waxed_oxidized_cut_copper_slab", + "coxiwacostep": "waxed_oxidized_cut_copper_slab", + "coxiwaxcohalfblock": "waxed_oxidized_cut_copper_slab", + "coxiwaxcophalfblock": "waxed_oxidized_cut_copper_slab", + "coxiwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "coxiwaxcoppersl": "waxed_oxidized_cut_copper_slab", + "coxiwaxcopperslab": "waxed_oxidized_cut_copper_slab", + "coxiwaxcopperstep": "waxed_oxidized_cut_copper_slab", + "coxiwaxcopsl": "waxed_oxidized_cut_copper_slab", + "coxiwaxcopslab": "waxed_oxidized_cut_copper_slab", + "coxiwaxcopstep": "waxed_oxidized_cut_copper_slab", + "coxiwaxcosl": "waxed_oxidized_cut_copper_slab", + "coxiwaxcoslab": "waxed_oxidized_cut_copper_slab", + "coxiwaxcostep": "waxed_oxidized_cut_copper_slab", + "coxiwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", + "coxiwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", + "coxiwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "coxiwaxedcoppersl": "waxed_oxidized_cut_copper_slab", + "coxiwaxedcopperslab": "waxed_oxidized_cut_copper_slab", + "coxiwaxedcopperstep": "waxed_oxidized_cut_copper_slab", + "coxiwaxedcopsl": "waxed_oxidized_cut_copper_slab", + "coxiwaxedcopslab": "waxed_oxidized_cut_copper_slab", + "coxiwaxedcopstep": "waxed_oxidized_cut_copper_slab", + "coxiwaxedcosl": "waxed_oxidized_cut_copper_slab", + "coxiwaxedcoslab": "waxed_oxidized_cut_copper_slab", + "coxiwaxedcostep": "waxed_oxidized_cut_copper_slab", + "coxywacohalfblock": "waxed_oxidized_cut_copper_slab", + "coxywacophalfblock": "waxed_oxidized_cut_copper_slab", + "coxywacopperhalfblock": "waxed_oxidized_cut_copper_slab", + "coxywacoppersl": "waxed_oxidized_cut_copper_slab", + "coxywacopperslab": "waxed_oxidized_cut_copper_slab", + "coxywacopperstep": "waxed_oxidized_cut_copper_slab", + "coxywacopsl": "waxed_oxidized_cut_copper_slab", + "coxywacopslab": "waxed_oxidized_cut_copper_slab", + "coxywacopstep": "waxed_oxidized_cut_copper_slab", + "coxywacosl": "waxed_oxidized_cut_copper_slab", + "coxywacoslab": "waxed_oxidized_cut_copper_slab", + "coxywacostep": "waxed_oxidized_cut_copper_slab", + "coxywaxcohalfblock": "waxed_oxidized_cut_copper_slab", + "coxywaxcophalfblock": "waxed_oxidized_cut_copper_slab", + "coxywaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "coxywaxcoppersl": "waxed_oxidized_cut_copper_slab", + "coxywaxcopperslab": "waxed_oxidized_cut_copper_slab", + "coxywaxcopperstep": "waxed_oxidized_cut_copper_slab", + "coxywaxcopsl": "waxed_oxidized_cut_copper_slab", + "coxywaxcopslab": "waxed_oxidized_cut_copper_slab", + "coxywaxcopstep": "waxed_oxidized_cut_copper_slab", + "coxywaxcosl": "waxed_oxidized_cut_copper_slab", + "coxywaxcoslab": "waxed_oxidized_cut_copper_slab", + "coxywaxcostep": "waxed_oxidized_cut_copper_slab", + "coxywaxedcohalfblock": "waxed_oxidized_cut_copper_slab", + "coxywaxedcophalfblock": "waxed_oxidized_cut_copper_slab", + "coxywaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "coxywaxedcoppersl": "waxed_oxidized_cut_copper_slab", + "coxywaxedcopperslab": "waxed_oxidized_cut_copper_slab", + "coxywaxedcopperstep": "waxed_oxidized_cut_copper_slab", + "coxywaxedcopsl": "waxed_oxidized_cut_copper_slab", + "coxywaxedcopslab": "waxed_oxidized_cut_copper_slab", + "coxywaxedcopstep": "waxed_oxidized_cut_copper_slab", + "coxywaxedcosl": "waxed_oxidized_cut_copper_slab", + "coxywaxedcoslab": "waxed_oxidized_cut_copper_slab", + "coxywaxedcostep": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwacohalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwacophalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwacopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwacoppersl": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwacopperslab": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwacopperstep": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwacopsl": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwacopslab": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwacopstep": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwacosl": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwacoslab": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwacostep": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxcohalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxcophalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxcoppersl": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxcopperslab": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxcopperstep": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxcopsl": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxcopslab": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxcopstep": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxcosl": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxcoslab": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxcostep": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxedcoppersl": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxedcopperslab": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxedcopperstep": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxedcopsl": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxedcopslab": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxedcopstep": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxedcosl": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxedcoslab": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxedcostep": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwacohalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwacophalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwacopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwacoppersl": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwacopperslab": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwacopperstep": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwacopsl": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwacopslab": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwacopstep": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwacosl": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwacoslab": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwacostep": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxcohalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxcophalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxcoppersl": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxcopperslab": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxcopperstep": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxcopsl": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxcopslab": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxcopstep": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxcosl": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxcoslab": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxcostep": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxedcoppersl": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxedcopperslab": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxedcopperstep": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxedcopsl": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxedcopslab": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxedcopstep": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxedcosl": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxedcoslab": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxedcostep": "waxed_oxidized_cut_copper_slab", + "cutoxiwacohalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxiwacophalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxiwacopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxiwacoppersl": "waxed_oxidized_cut_copper_slab", + "cutoxiwacopperslab": "waxed_oxidized_cut_copper_slab", + "cutoxiwacopperstep": "waxed_oxidized_cut_copper_slab", + "cutoxiwacopsl": "waxed_oxidized_cut_copper_slab", + "cutoxiwacopslab": "waxed_oxidized_cut_copper_slab", + "cutoxiwacopstep": "waxed_oxidized_cut_copper_slab", + "cutoxiwacosl": "waxed_oxidized_cut_copper_slab", + "cutoxiwacoslab": "waxed_oxidized_cut_copper_slab", + "cutoxiwacostep": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxcohalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxcophalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxcoppersl": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxcopperslab": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxcopperstep": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxcopsl": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxcopslab": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxcopstep": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxcosl": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxcoslab": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxcostep": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxedcoppersl": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxedcopperslab": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxedcopperstep": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxedcopsl": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxedcopslab": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxedcopstep": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxedcosl": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxedcoslab": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxedcostep": "waxed_oxidized_cut_copper_slab", + "cutoxywacohalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxywacophalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxywacopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxywacoppersl": "waxed_oxidized_cut_copper_slab", + "cutoxywacopperslab": "waxed_oxidized_cut_copper_slab", + "cutoxywacopperstep": "waxed_oxidized_cut_copper_slab", + "cutoxywacopsl": "waxed_oxidized_cut_copper_slab", + "cutoxywacopslab": "waxed_oxidized_cut_copper_slab", + "cutoxywacopstep": "waxed_oxidized_cut_copper_slab", + "cutoxywacosl": "waxed_oxidized_cut_copper_slab", + "cutoxywacoslab": "waxed_oxidized_cut_copper_slab", + "cutoxywacostep": "waxed_oxidized_cut_copper_slab", + "cutoxywaxcohalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxywaxcophalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxywaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxywaxcoppersl": "waxed_oxidized_cut_copper_slab", + "cutoxywaxcopperslab": "waxed_oxidized_cut_copper_slab", + "cutoxywaxcopperstep": "waxed_oxidized_cut_copper_slab", + "cutoxywaxcopsl": "waxed_oxidized_cut_copper_slab", + "cutoxywaxcopslab": "waxed_oxidized_cut_copper_slab", + "cutoxywaxcopstep": "waxed_oxidized_cut_copper_slab", + "cutoxywaxcosl": "waxed_oxidized_cut_copper_slab", + "cutoxywaxcoslab": "waxed_oxidized_cut_copper_slab", + "cutoxywaxcostep": "waxed_oxidized_cut_copper_slab", + "cutoxywaxedcohalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxywaxedcophalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxywaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxywaxedcoppersl": "waxed_oxidized_cut_copper_slab", + "cutoxywaxedcopperslab": "waxed_oxidized_cut_copper_slab", + "cutoxywaxedcopperstep": "waxed_oxidized_cut_copper_slab", + "cutoxywaxedcopsl": "waxed_oxidized_cut_copper_slab", + "cutoxywaxedcopslab": "waxed_oxidized_cut_copper_slab", + "cutoxywaxedcopstep": "waxed_oxidized_cut_copper_slab", + "cutoxywaxedcosl": "waxed_oxidized_cut_copper_slab", + "cutoxywaxedcoslab": "waxed_oxidized_cut_copper_slab", + "cutoxywaxedcostep": "waxed_oxidized_cut_copper_slab", + "cutwaoxicohalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaoxicophalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaoxicoppersl": "waxed_oxidized_cut_copper_slab", + "cutwaoxicopperslab": "waxed_oxidized_cut_copper_slab", + "cutwaoxicopperstep": "waxed_oxidized_cut_copper_slab", + "cutwaoxicopsl": "waxed_oxidized_cut_copper_slab", + "cutwaoxicopslab": "waxed_oxidized_cut_copper_slab", + "cutwaoxicopstep": "waxed_oxidized_cut_copper_slab", + "cutwaoxicosl": "waxed_oxidized_cut_copper_slab", + "cutwaoxicoslab": "waxed_oxidized_cut_copper_slab", + "cutwaoxicostep": "waxed_oxidized_cut_copper_slab", + "cutwaoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", + "cutwaoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", + "cutwaoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", + "cutwaoxidisedcopsl": "waxed_oxidized_cut_copper_slab", + "cutwaoxidisedcopslab": "waxed_oxidized_cut_copper_slab", + "cutwaoxidisedcopstep": "waxed_oxidized_cut_copper_slab", + "cutwaoxidisedcosl": "waxed_oxidized_cut_copper_slab", + "cutwaoxidisedcoslab": "waxed_oxidized_cut_copper_slab", + "cutwaoxidisedcostep": "waxed_oxidized_cut_copper_slab", + "cutwaoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", + "cutwaoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", + "cutwaoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", + "cutwaoxidizedcopsl": "waxed_oxidized_cut_copper_slab", + "cutwaoxidizedcopslab": "waxed_oxidized_cut_copper_slab", + "cutwaoxidizedcopstep": "waxed_oxidized_cut_copper_slab", + "cutwaoxidizedcosl": "waxed_oxidized_cut_copper_slab", + "cutwaoxidizedcoslab": "waxed_oxidized_cut_copper_slab", + "cutwaoxidizedcostep": "waxed_oxidized_cut_copper_slab", + "cutwaoxycohalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaoxycophalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaoxycoppersl": "waxed_oxidized_cut_copper_slab", + "cutwaoxycopperslab": "waxed_oxidized_cut_copper_slab", + "cutwaoxycopperstep": "waxed_oxidized_cut_copper_slab", + "cutwaoxycopsl": "waxed_oxidized_cut_copper_slab", + "cutwaoxycopslab": "waxed_oxidized_cut_copper_slab", + "cutwaoxycopstep": "waxed_oxidized_cut_copper_slab", + "cutwaoxycosl": "waxed_oxidized_cut_copper_slab", + "cutwaoxycoslab": "waxed_oxidized_cut_copper_slab", + "cutwaoxycostep": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxicohalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxicophalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxicoppersl": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxicopperslab": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxicopperstep": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxicopsl": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxicopslab": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxicopstep": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxicosl": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxicoslab": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxicostep": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidisedcopsl": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidisedcopslab": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidisedcopstep": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidisedcosl": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidisedcoslab": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidisedcostep": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidizedcopsl": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidizedcopslab": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidizedcopstep": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidizedcosl": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidizedcoslab": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidizedcostep": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxycohalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxycophalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxycoppersl": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxycopperslab": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxycopperstep": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxycopsl": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxycopslab": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxycopstep": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxycosl": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxycoslab": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxycostep": "waxed_oxidized_cut_copper_slab", + "cutwaxoxicohalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxoxicophalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxoxicoppersl": "waxed_oxidized_cut_copper_slab", + "cutwaxoxicopperslab": "waxed_oxidized_cut_copper_slab", + "cutwaxoxicopperstep": "waxed_oxidized_cut_copper_slab", + "cutwaxoxicopsl": "waxed_oxidized_cut_copper_slab", + "cutwaxoxicopslab": "waxed_oxidized_cut_copper_slab", + "cutwaxoxicopstep": "waxed_oxidized_cut_copper_slab", + "cutwaxoxicosl": "waxed_oxidized_cut_copper_slab", + "cutwaxoxicoslab": "waxed_oxidized_cut_copper_slab", + "cutwaxoxicostep": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidisedcopsl": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidisedcopslab": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidisedcopstep": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidisedcosl": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidisedcoslab": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidisedcostep": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidizedcopsl": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidizedcopslab": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidizedcopstep": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidizedcosl": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidizedcoslab": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidizedcostep": "waxed_oxidized_cut_copper_slab", + "cutwaxoxycohalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxoxycophalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxoxycoppersl": "waxed_oxidized_cut_copper_slab", + "cutwaxoxycopperslab": "waxed_oxidized_cut_copper_slab", + "cutwaxoxycopperstep": "waxed_oxidized_cut_copper_slab", + "cutwaxoxycopsl": "waxed_oxidized_cut_copper_slab", + "cutwaxoxycopslab": "waxed_oxidized_cut_copper_slab", + "cutwaxoxycopstep": "waxed_oxidized_cut_copper_slab", + "cutwaxoxycosl": "waxed_oxidized_cut_copper_slab", + "cutwaxoxycoslab": "waxed_oxidized_cut_copper_slab", + "cutwaxoxycostep": "waxed_oxidized_cut_copper_slab", + "cwaoxicohalfblock": "waxed_oxidized_cut_copper_slab", + "cwaoxicophalfblock": "waxed_oxidized_cut_copper_slab", + "cwaoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cwaoxicoppersl": "waxed_oxidized_cut_copper_slab", + "cwaoxicopperslab": "waxed_oxidized_cut_copper_slab", + "cwaoxicopperstep": "waxed_oxidized_cut_copper_slab", + "cwaoxicopsl": "waxed_oxidized_cut_copper_slab", + "cwaoxicopslab": "waxed_oxidized_cut_copper_slab", + "cwaoxicopstep": "waxed_oxidized_cut_copper_slab", + "cwaoxicosl": "waxed_oxidized_cut_copper_slab", + "cwaoxicoslab": "waxed_oxidized_cut_copper_slab", + "cwaoxicostep": "waxed_oxidized_cut_copper_slab", + "cwaoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", + "cwaoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", + "cwaoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cwaoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", + "cwaoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", + "cwaoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", + "cwaoxidisedcopsl": "waxed_oxidized_cut_copper_slab", + "cwaoxidisedcopslab": "waxed_oxidized_cut_copper_slab", + "cwaoxidisedcopstep": "waxed_oxidized_cut_copper_slab", + "cwaoxidisedcosl": "waxed_oxidized_cut_copper_slab", + "cwaoxidisedcoslab": "waxed_oxidized_cut_copper_slab", + "cwaoxidisedcostep": "waxed_oxidized_cut_copper_slab", + "cwaoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", + "cwaoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", + "cwaoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cwaoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", + "cwaoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", + "cwaoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", + "cwaoxidizedcopsl": "waxed_oxidized_cut_copper_slab", + "cwaoxidizedcopslab": "waxed_oxidized_cut_copper_slab", + "cwaoxidizedcopstep": "waxed_oxidized_cut_copper_slab", + "cwaoxidizedcosl": "waxed_oxidized_cut_copper_slab", + "cwaoxidizedcoslab": "waxed_oxidized_cut_copper_slab", + "cwaoxidizedcostep": "waxed_oxidized_cut_copper_slab", + "cwaoxycohalfblock": "waxed_oxidized_cut_copper_slab", + "cwaoxycophalfblock": "waxed_oxidized_cut_copper_slab", + "cwaoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cwaoxycoppersl": "waxed_oxidized_cut_copper_slab", + "cwaoxycopperslab": "waxed_oxidized_cut_copper_slab", + "cwaoxycopperstep": "waxed_oxidized_cut_copper_slab", + "cwaoxycopsl": "waxed_oxidized_cut_copper_slab", + "cwaoxycopslab": "waxed_oxidized_cut_copper_slab", + "cwaoxycopstep": "waxed_oxidized_cut_copper_slab", + "cwaoxycosl": "waxed_oxidized_cut_copper_slab", + "cwaoxycoslab": "waxed_oxidized_cut_copper_slab", + "cwaoxycostep": "waxed_oxidized_cut_copper_slab", + "cwaxedoxicohalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxedoxicophalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxedoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxedoxicoppersl": "waxed_oxidized_cut_copper_slab", + "cwaxedoxicopperslab": "waxed_oxidized_cut_copper_slab", + "cwaxedoxicopperstep": "waxed_oxidized_cut_copper_slab", + "cwaxedoxicopsl": "waxed_oxidized_cut_copper_slab", + "cwaxedoxicopslab": "waxed_oxidized_cut_copper_slab", + "cwaxedoxicopstep": "waxed_oxidized_cut_copper_slab", + "cwaxedoxicosl": "waxed_oxidized_cut_copper_slab", + "cwaxedoxicoslab": "waxed_oxidized_cut_copper_slab", + "cwaxedoxicostep": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidisedcopsl": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidisedcopslab": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidisedcopstep": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidisedcosl": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidisedcoslab": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidisedcostep": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidizedcopsl": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidizedcopslab": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidizedcopstep": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidizedcosl": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidizedcoslab": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidizedcostep": "waxed_oxidized_cut_copper_slab", + "cwaxedoxycohalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxedoxycophalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxedoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxedoxycoppersl": "waxed_oxidized_cut_copper_slab", + "cwaxedoxycopperslab": "waxed_oxidized_cut_copper_slab", + "cwaxedoxycopperstep": "waxed_oxidized_cut_copper_slab", + "cwaxedoxycopsl": "waxed_oxidized_cut_copper_slab", + "cwaxedoxycopslab": "waxed_oxidized_cut_copper_slab", + "cwaxedoxycopstep": "waxed_oxidized_cut_copper_slab", + "cwaxedoxycosl": "waxed_oxidized_cut_copper_slab", + "cwaxedoxycoslab": "waxed_oxidized_cut_copper_slab", + "cwaxedoxycostep": "waxed_oxidized_cut_copper_slab", + "cwaxoxicohalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxoxicophalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxoxicoppersl": "waxed_oxidized_cut_copper_slab", + "cwaxoxicopperslab": "waxed_oxidized_cut_copper_slab", + "cwaxoxicopperstep": "waxed_oxidized_cut_copper_slab", + "cwaxoxicopsl": "waxed_oxidized_cut_copper_slab", + "cwaxoxicopslab": "waxed_oxidized_cut_copper_slab", + "cwaxoxicopstep": "waxed_oxidized_cut_copper_slab", + "cwaxoxicosl": "waxed_oxidized_cut_copper_slab", + "cwaxoxicoslab": "waxed_oxidized_cut_copper_slab", + "cwaxoxicostep": "waxed_oxidized_cut_copper_slab", + "cwaxoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", + "cwaxoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", + "cwaxoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", + "cwaxoxidisedcopsl": "waxed_oxidized_cut_copper_slab", + "cwaxoxidisedcopslab": "waxed_oxidized_cut_copper_slab", + "cwaxoxidisedcopstep": "waxed_oxidized_cut_copper_slab", + "cwaxoxidisedcosl": "waxed_oxidized_cut_copper_slab", + "cwaxoxidisedcoslab": "waxed_oxidized_cut_copper_slab", + "cwaxoxidisedcostep": "waxed_oxidized_cut_copper_slab", + "cwaxoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", + "cwaxoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", + "cwaxoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", + "cwaxoxidizedcopsl": "waxed_oxidized_cut_copper_slab", + "cwaxoxidizedcopslab": "waxed_oxidized_cut_copper_slab", + "cwaxoxidizedcopstep": "waxed_oxidized_cut_copper_slab", + "cwaxoxidizedcosl": "waxed_oxidized_cut_copper_slab", + "cwaxoxidizedcoslab": "waxed_oxidized_cut_copper_slab", + "cwaxoxidizedcostep": "waxed_oxidized_cut_copper_slab", + "cwaxoxycohalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxoxycophalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxoxycoppersl": "waxed_oxidized_cut_copper_slab", + "cwaxoxycopperslab": "waxed_oxidized_cut_copper_slab", + "cwaxoxycopperstep": "waxed_oxidized_cut_copper_slab", + "cwaxoxycopsl": "waxed_oxidized_cut_copper_slab", + "cwaxoxycopslab": "waxed_oxidized_cut_copper_slab", + "cwaxoxycopstep": "waxed_oxidized_cut_copper_slab", + "cwaxoxycosl": "waxed_oxidized_cut_copper_slab", + "cwaxoxycoslab": "waxed_oxidized_cut_copper_slab", + "cwaxoxycostep": "waxed_oxidized_cut_copper_slab", + "minecraft:waxed_oxidized_cut_copper_slab": "waxed_oxidized_cut_copper_slab", + "oxicutwacohalfblock": "waxed_oxidized_cut_copper_slab", + "oxicutwacophalfblock": "waxed_oxidized_cut_copper_slab", + "oxicutwacopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxicutwacoppersl": "waxed_oxidized_cut_copper_slab", + "oxicutwacopperslab": "waxed_oxidized_cut_copper_slab", + "oxicutwacopperstep": "waxed_oxidized_cut_copper_slab", + "oxicutwacopsl": "waxed_oxidized_cut_copper_slab", + "oxicutwacopslab": "waxed_oxidized_cut_copper_slab", + "oxicutwacopstep": "waxed_oxidized_cut_copper_slab", + "oxicutwacosl": "waxed_oxidized_cut_copper_slab", + "oxicutwacoslab": "waxed_oxidized_cut_copper_slab", + "oxicutwacostep": "waxed_oxidized_cut_copper_slab", + "oxicutwaxcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxicutwaxcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxicutwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxicutwaxcoppersl": "waxed_oxidized_cut_copper_slab", + "oxicutwaxcopperslab": "waxed_oxidized_cut_copper_slab", + "oxicutwaxcopperstep": "waxed_oxidized_cut_copper_slab", + "oxicutwaxcopsl": "waxed_oxidized_cut_copper_slab", + "oxicutwaxcopslab": "waxed_oxidized_cut_copper_slab", + "oxicutwaxcopstep": "waxed_oxidized_cut_copper_slab", + "oxicutwaxcosl": "waxed_oxidized_cut_copper_slab", + "oxicutwaxcoslab": "waxed_oxidized_cut_copper_slab", + "oxicutwaxcostep": "waxed_oxidized_cut_copper_slab", + "oxicutwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxicutwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxicutwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxicutwaxedcoppersl": "waxed_oxidized_cut_copper_slab", + "oxicutwaxedcopperslab": "waxed_oxidized_cut_copper_slab", + "oxicutwaxedcopperstep": "waxed_oxidized_cut_copper_slab", + "oxicutwaxedcopsl": "waxed_oxidized_cut_copper_slab", + "oxicutwaxedcopslab": "waxed_oxidized_cut_copper_slab", + "oxicutwaxedcopstep": "waxed_oxidized_cut_copper_slab", + "oxicutwaxedcosl": "waxed_oxidized_cut_copper_slab", + "oxicutwaxedcoslab": "waxed_oxidized_cut_copper_slab", + "oxicutwaxedcostep": "waxed_oxidized_cut_copper_slab", + "oxicwacohalfblock": "waxed_oxidized_cut_copper_slab", + "oxicwacophalfblock": "waxed_oxidized_cut_copper_slab", + "oxicwacopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxicwacoppersl": "waxed_oxidized_cut_copper_slab", + "oxicwacopperslab": "waxed_oxidized_cut_copper_slab", + "oxicwacopperstep": "waxed_oxidized_cut_copper_slab", + "oxicwacopsl": "waxed_oxidized_cut_copper_slab", + "oxicwacopslab": "waxed_oxidized_cut_copper_slab", + "oxicwacopstep": "waxed_oxidized_cut_copper_slab", + "oxicwacosl": "waxed_oxidized_cut_copper_slab", + "oxicwacoslab": "waxed_oxidized_cut_copper_slab", + "oxicwacostep": "waxed_oxidized_cut_copper_slab", + "oxicwaxcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxicwaxcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxicwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxicwaxcoppersl": "waxed_oxidized_cut_copper_slab", + "oxicwaxcopperslab": "waxed_oxidized_cut_copper_slab", + "oxicwaxcopperstep": "waxed_oxidized_cut_copper_slab", + "oxicwaxcopsl": "waxed_oxidized_cut_copper_slab", + "oxicwaxcopslab": "waxed_oxidized_cut_copper_slab", + "oxicwaxcopstep": "waxed_oxidized_cut_copper_slab", + "oxicwaxcosl": "waxed_oxidized_cut_copper_slab", + "oxicwaxcoslab": "waxed_oxidized_cut_copper_slab", + "oxicwaxcostep": "waxed_oxidized_cut_copper_slab", + "oxicwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxicwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxicwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxicwaxedcoppersl": "waxed_oxidized_cut_copper_slab", + "oxicwaxedcopperslab": "waxed_oxidized_cut_copper_slab", + "oxicwaxedcopperstep": "waxed_oxidized_cut_copper_slab", + "oxicwaxedcopsl": "waxed_oxidized_cut_copper_slab", + "oxicwaxedcopslab": "waxed_oxidized_cut_copper_slab", + "oxicwaxedcopstep": "waxed_oxidized_cut_copper_slab", + "oxicwaxedcosl": "waxed_oxidized_cut_copper_slab", + "oxicwaxedcoslab": "waxed_oxidized_cut_copper_slab", + "oxicwaxedcostep": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwacohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwacophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwacopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwacoppersl": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwacopperslab": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwacopperstep": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwacopsl": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwacopslab": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwacopstep": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwacosl": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwacoslab": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwacostep": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxcoppersl": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxcopperslab": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxcopperstep": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxcopsl": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxcopslab": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxcopstep": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxcosl": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxcoslab": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxcostep": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxedcoppersl": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxedcopperslab": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxedcopperstep": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxedcopsl": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxedcopslab": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxedcopstep": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxedcosl": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxedcoslab": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxedcostep": "waxed_oxidized_cut_copper_slab", + "oxidisedcwacohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedcwacophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedcwacopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedcwacoppersl": "waxed_oxidized_cut_copper_slab", + "oxidisedcwacopperslab": "waxed_oxidized_cut_copper_slab", + "oxidisedcwacopperstep": "waxed_oxidized_cut_copper_slab", + "oxidisedcwacopsl": "waxed_oxidized_cut_copper_slab", + "oxidisedcwacopslab": "waxed_oxidized_cut_copper_slab", + "oxidisedcwacopstep": "waxed_oxidized_cut_copper_slab", + "oxidisedcwacosl": "waxed_oxidized_cut_copper_slab", + "oxidisedcwacoslab": "waxed_oxidized_cut_copper_slab", + "oxidisedcwacostep": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxcoppersl": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxcopperslab": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxcopperstep": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxcopsl": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxcopslab": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxcopstep": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxcosl": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxcoslab": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxcostep": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxedcoppersl": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxedcopperslab": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxedcopperstep": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxedcopsl": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxedcopslab": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxedcopstep": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxedcosl": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxedcoslab": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxedcostep": "waxed_oxidized_cut_copper_slab", + "oxidisedwaccohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedwaccophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedwaccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedwaccoppersl": "waxed_oxidized_cut_copper_slab", + "oxidisedwaccopperslab": "waxed_oxidized_cut_copper_slab", + "oxidisedwaccopperstep": "waxed_oxidized_cut_copper_slab", + "oxidisedwaccopsl": "waxed_oxidized_cut_copper_slab", + "oxidisedwaccopslab": "waxed_oxidized_cut_copper_slab", + "oxidisedwaccopstep": "waxed_oxidized_cut_copper_slab", + "oxidisedwaccosl": "waxed_oxidized_cut_copper_slab", + "oxidisedwaccoslab": "waxed_oxidized_cut_copper_slab", + "oxidisedwaccostep": "waxed_oxidized_cut_copper_slab", + "oxidisedwacutcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedwacutcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedwacutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedwacutcoppersl": "waxed_oxidized_cut_copper_slab", + "oxidisedwacutcopperslab": "waxed_oxidized_cut_copper_slab", + "oxidisedwacutcopperstep": "waxed_oxidized_cut_copper_slab", + "oxidisedwacutcopsl": "waxed_oxidized_cut_copper_slab", + "oxidisedwacutcopslab": "waxed_oxidized_cut_copper_slab", + "oxidisedwacutcopstep": "waxed_oxidized_cut_copper_slab", + "oxidisedwacutcosl": "waxed_oxidized_cut_copper_slab", + "oxidisedwacutcoslab": "waxed_oxidized_cut_copper_slab", + "oxidisedwacutcostep": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxccohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxccophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxccoppersl": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxccopperslab": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxccopperstep": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxccopsl": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxccopslab": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxccopstep": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxccosl": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxccoslab": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxccostep": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxcutcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxcutcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxcutcoppersl": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxcutcopperslab": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxcutcopperstep": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxcutcopsl": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxcutcopslab": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxcutcopstep": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxcutcosl": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxcutcoslab": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxcutcostep": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedccohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedccophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedccoppersl": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedccopperslab": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedccopperstep": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedccopsl": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedccopslab": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedccopstep": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedccosl": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedccoslab": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedccostep": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedcutcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedcutcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedcutcoppersl": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedcutcopperslab": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedcutcopperstep": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedcutcopsl": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedcutcopslab": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedcutcopstep": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedcutcosl": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedcutcoslab": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedcutcostep": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwacohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwacophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwacopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwacoppersl": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwacopperslab": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwacopperstep": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwacopsl": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwacopslab": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwacopstep": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwacosl": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwacoslab": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwacostep": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxcoppersl": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxcopperslab": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxcopperstep": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxcopsl": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxcopslab": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxcopstep": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxcosl": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxcoslab": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxcostep": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxedcoppersl": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxedcopperslab": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxedcopperstep": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxedcopsl": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxedcopslab": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxedcopstep": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxedcosl": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxedcoslab": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxedcostep": "waxed_oxidized_cut_copper_slab", + "oxidizedcwacohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedcwacophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedcwacopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedcwacoppersl": "waxed_oxidized_cut_copper_slab", + "oxidizedcwacopperslab": "waxed_oxidized_cut_copper_slab", + "oxidizedcwacopperstep": "waxed_oxidized_cut_copper_slab", + "oxidizedcwacopsl": "waxed_oxidized_cut_copper_slab", + "oxidizedcwacopslab": "waxed_oxidized_cut_copper_slab", + "oxidizedcwacopstep": "waxed_oxidized_cut_copper_slab", + "oxidizedcwacosl": "waxed_oxidized_cut_copper_slab", + "oxidizedcwacoslab": "waxed_oxidized_cut_copper_slab", + "oxidizedcwacostep": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxcoppersl": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxcopperslab": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxcopperstep": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxcopsl": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxcopslab": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxcopstep": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxcosl": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxcoslab": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxcostep": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxedcoppersl": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxedcopperslab": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxedcopperstep": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxedcopsl": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxedcopslab": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxedcopstep": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxedcosl": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxedcoslab": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxedcostep": "waxed_oxidized_cut_copper_slab", + "oxidizedwaccohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedwaccophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedwaccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedwaccoppersl": "waxed_oxidized_cut_copper_slab", + "oxidizedwaccopperslab": "waxed_oxidized_cut_copper_slab", + "oxidizedwaccopperstep": "waxed_oxidized_cut_copper_slab", + "oxidizedwaccopsl": "waxed_oxidized_cut_copper_slab", + "oxidizedwaccopslab": "waxed_oxidized_cut_copper_slab", + "oxidizedwaccopstep": "waxed_oxidized_cut_copper_slab", + "oxidizedwaccosl": "waxed_oxidized_cut_copper_slab", + "oxidizedwaccoslab": "waxed_oxidized_cut_copper_slab", + "oxidizedwaccostep": "waxed_oxidized_cut_copper_slab", + "oxidizedwacutcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedwacutcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedwacutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedwacutcoppersl": "waxed_oxidized_cut_copper_slab", + "oxidizedwacutcopperslab": "waxed_oxidized_cut_copper_slab", + "oxidizedwacutcopperstep": "waxed_oxidized_cut_copper_slab", + "oxidizedwacutcopsl": "waxed_oxidized_cut_copper_slab", + "oxidizedwacutcopslab": "waxed_oxidized_cut_copper_slab", + "oxidizedwacutcopstep": "waxed_oxidized_cut_copper_slab", + "oxidizedwacutcosl": "waxed_oxidized_cut_copper_slab", + "oxidizedwacutcoslab": "waxed_oxidized_cut_copper_slab", + "oxidizedwacutcostep": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxccohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxccophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxccoppersl": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxccopperslab": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxccopperstep": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxccopsl": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxccopslab": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxccopstep": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxccosl": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxccoslab": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxccostep": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxcutcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxcutcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxcutcoppersl": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxcutcopperslab": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxcutcopperstep": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxcutcopsl": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxcutcopslab": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxcutcopstep": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxcutcosl": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxcutcoslab": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxcutcostep": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedccohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedccophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedccoppersl": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedccopperslab": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedccopperstep": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedccopsl": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedccopslab": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedccopstep": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedccosl": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedccoslab": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedccostep": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedcutcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedcutcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedcutcoppersl": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedcutcopperslab": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedcutcopperstep": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedcutcopsl": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedcutcopslab": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedcutcopstep": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedcutcosl": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedcutcoslab": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedcutcostep": "waxed_oxidized_cut_copper_slab", + "oxiwaccohalfblock": "waxed_oxidized_cut_copper_slab", + "oxiwaccophalfblock": "waxed_oxidized_cut_copper_slab", + "oxiwaccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxiwaccoppersl": "waxed_oxidized_cut_copper_slab", + "oxiwaccopperslab": "waxed_oxidized_cut_copper_slab", + "oxiwaccopperstep": "waxed_oxidized_cut_copper_slab", + "oxiwaccopsl": "waxed_oxidized_cut_copper_slab", + "oxiwaccopslab": "waxed_oxidized_cut_copper_slab", + "oxiwaccopstep": "waxed_oxidized_cut_copper_slab", + "oxiwaccosl": "waxed_oxidized_cut_copper_slab", + "oxiwaccoslab": "waxed_oxidized_cut_copper_slab", + "oxiwaccostep": "waxed_oxidized_cut_copper_slab", + "oxiwacutcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxiwacutcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxiwacutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxiwacutcoppersl": "waxed_oxidized_cut_copper_slab", + "oxiwacutcopperslab": "waxed_oxidized_cut_copper_slab", + "oxiwacutcopperstep": "waxed_oxidized_cut_copper_slab", + "oxiwacutcopsl": "waxed_oxidized_cut_copper_slab", + "oxiwacutcopslab": "waxed_oxidized_cut_copper_slab", + "oxiwacutcopstep": "waxed_oxidized_cut_copper_slab", + "oxiwacutcosl": "waxed_oxidized_cut_copper_slab", + "oxiwacutcoslab": "waxed_oxidized_cut_copper_slab", + "oxiwacutcostep": "waxed_oxidized_cut_copper_slab", + "oxiwaxccohalfblock": "waxed_oxidized_cut_copper_slab", + "oxiwaxccophalfblock": "waxed_oxidized_cut_copper_slab", + "oxiwaxccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxiwaxccoppersl": "waxed_oxidized_cut_copper_slab", + "oxiwaxccopperslab": "waxed_oxidized_cut_copper_slab", + "oxiwaxccopperstep": "waxed_oxidized_cut_copper_slab", + "oxiwaxccopsl": "waxed_oxidized_cut_copper_slab", + "oxiwaxccopslab": "waxed_oxidized_cut_copper_slab", + "oxiwaxccopstep": "waxed_oxidized_cut_copper_slab", + "oxiwaxccosl": "waxed_oxidized_cut_copper_slab", + "oxiwaxccoslab": "waxed_oxidized_cut_copper_slab", + "oxiwaxccostep": "waxed_oxidized_cut_copper_slab", + "oxiwaxcutcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxiwaxcutcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxiwaxcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxiwaxcutcoppersl": "waxed_oxidized_cut_copper_slab", + "oxiwaxcutcopperslab": "waxed_oxidized_cut_copper_slab", + "oxiwaxcutcopperstep": "waxed_oxidized_cut_copper_slab", + "oxiwaxcutcopsl": "waxed_oxidized_cut_copper_slab", + "oxiwaxcutcopslab": "waxed_oxidized_cut_copper_slab", + "oxiwaxcutcopstep": "waxed_oxidized_cut_copper_slab", + "oxiwaxcutcosl": "waxed_oxidized_cut_copper_slab", + "oxiwaxcutcoslab": "waxed_oxidized_cut_copper_slab", + "oxiwaxcutcostep": "waxed_oxidized_cut_copper_slab", + "oxiwaxedccohalfblock": "waxed_oxidized_cut_copper_slab", + "oxiwaxedccophalfblock": "waxed_oxidized_cut_copper_slab", + "oxiwaxedccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxiwaxedccoppersl": "waxed_oxidized_cut_copper_slab", + "oxiwaxedccopperslab": "waxed_oxidized_cut_copper_slab", + "oxiwaxedccopperstep": "waxed_oxidized_cut_copper_slab", + "oxiwaxedccopsl": "waxed_oxidized_cut_copper_slab", + "oxiwaxedccopslab": "waxed_oxidized_cut_copper_slab", + "oxiwaxedccopstep": "waxed_oxidized_cut_copper_slab", + "oxiwaxedccosl": "waxed_oxidized_cut_copper_slab", + "oxiwaxedccoslab": "waxed_oxidized_cut_copper_slab", + "oxiwaxedccostep": "waxed_oxidized_cut_copper_slab", + "oxiwaxedcutcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxiwaxedcutcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxiwaxedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxiwaxedcutcoppersl": "waxed_oxidized_cut_copper_slab", + "oxiwaxedcutcopperslab": "waxed_oxidized_cut_copper_slab", + "oxiwaxedcutcopperstep": "waxed_oxidized_cut_copper_slab", + "oxiwaxedcutcopsl": "waxed_oxidized_cut_copper_slab", + "oxiwaxedcutcopslab": "waxed_oxidized_cut_copper_slab", + "oxiwaxedcutcopstep": "waxed_oxidized_cut_copper_slab", + "oxiwaxedcutcosl": "waxed_oxidized_cut_copper_slab", + "oxiwaxedcutcoslab": "waxed_oxidized_cut_copper_slab", + "oxiwaxedcutcostep": "waxed_oxidized_cut_copper_slab", + "oxycutwacohalfblock": "waxed_oxidized_cut_copper_slab", + "oxycutwacophalfblock": "waxed_oxidized_cut_copper_slab", + "oxycutwacopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxycutwacoppersl": "waxed_oxidized_cut_copper_slab", + "oxycutwacopperslab": "waxed_oxidized_cut_copper_slab", + "oxycutwacopperstep": "waxed_oxidized_cut_copper_slab", + "oxycutwacopsl": "waxed_oxidized_cut_copper_slab", + "oxycutwacopslab": "waxed_oxidized_cut_copper_slab", + "oxycutwacopstep": "waxed_oxidized_cut_copper_slab", + "oxycutwacosl": "waxed_oxidized_cut_copper_slab", + "oxycutwacoslab": "waxed_oxidized_cut_copper_slab", + "oxycutwacostep": "waxed_oxidized_cut_copper_slab", + "oxycutwaxcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxycutwaxcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxycutwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxycutwaxcoppersl": "waxed_oxidized_cut_copper_slab", + "oxycutwaxcopperslab": "waxed_oxidized_cut_copper_slab", + "oxycutwaxcopperstep": "waxed_oxidized_cut_copper_slab", + "oxycutwaxcopsl": "waxed_oxidized_cut_copper_slab", + "oxycutwaxcopslab": "waxed_oxidized_cut_copper_slab", + "oxycutwaxcopstep": "waxed_oxidized_cut_copper_slab", + "oxycutwaxcosl": "waxed_oxidized_cut_copper_slab", + "oxycutwaxcoslab": "waxed_oxidized_cut_copper_slab", + "oxycutwaxcostep": "waxed_oxidized_cut_copper_slab", + "oxycutwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxycutwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxycutwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxycutwaxedcoppersl": "waxed_oxidized_cut_copper_slab", + "oxycutwaxedcopperslab": "waxed_oxidized_cut_copper_slab", + "oxycutwaxedcopperstep": "waxed_oxidized_cut_copper_slab", + "oxycutwaxedcopsl": "waxed_oxidized_cut_copper_slab", + "oxycutwaxedcopslab": "waxed_oxidized_cut_copper_slab", + "oxycutwaxedcopstep": "waxed_oxidized_cut_copper_slab", + "oxycutwaxedcosl": "waxed_oxidized_cut_copper_slab", + "oxycutwaxedcoslab": "waxed_oxidized_cut_copper_slab", + "oxycutwaxedcostep": "waxed_oxidized_cut_copper_slab", + "oxycwacohalfblock": "waxed_oxidized_cut_copper_slab", + "oxycwacophalfblock": "waxed_oxidized_cut_copper_slab", + "oxycwacopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxycwacoppersl": "waxed_oxidized_cut_copper_slab", + "oxycwacopperslab": "waxed_oxidized_cut_copper_slab", + "oxycwacopperstep": "waxed_oxidized_cut_copper_slab", + "oxycwacopsl": "waxed_oxidized_cut_copper_slab", + "oxycwacopslab": "waxed_oxidized_cut_copper_slab", + "oxycwacopstep": "waxed_oxidized_cut_copper_slab", + "oxycwacosl": "waxed_oxidized_cut_copper_slab", + "oxycwacoslab": "waxed_oxidized_cut_copper_slab", + "oxycwacostep": "waxed_oxidized_cut_copper_slab", + "oxycwaxcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxycwaxcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxycwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxycwaxcoppersl": "waxed_oxidized_cut_copper_slab", + "oxycwaxcopperslab": "waxed_oxidized_cut_copper_slab", + "oxycwaxcopperstep": "waxed_oxidized_cut_copper_slab", + "oxycwaxcopsl": "waxed_oxidized_cut_copper_slab", + "oxycwaxcopslab": "waxed_oxidized_cut_copper_slab", + "oxycwaxcopstep": "waxed_oxidized_cut_copper_slab", + "oxycwaxcosl": "waxed_oxidized_cut_copper_slab", + "oxycwaxcoslab": "waxed_oxidized_cut_copper_slab", + "oxycwaxcostep": "waxed_oxidized_cut_copper_slab", + "oxycwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxycwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxycwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxycwaxedcoppersl": "waxed_oxidized_cut_copper_slab", + "oxycwaxedcopperslab": "waxed_oxidized_cut_copper_slab", + "oxycwaxedcopperstep": "waxed_oxidized_cut_copper_slab", + "oxycwaxedcopsl": "waxed_oxidized_cut_copper_slab", + "oxycwaxedcopslab": "waxed_oxidized_cut_copper_slab", + "oxycwaxedcopstep": "waxed_oxidized_cut_copper_slab", + "oxycwaxedcosl": "waxed_oxidized_cut_copper_slab", + "oxycwaxedcoslab": "waxed_oxidized_cut_copper_slab", + "oxycwaxedcostep": "waxed_oxidized_cut_copper_slab", + "oxywaccohalfblock": "waxed_oxidized_cut_copper_slab", + "oxywaccophalfblock": "waxed_oxidized_cut_copper_slab", + "oxywaccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxywaccoppersl": "waxed_oxidized_cut_copper_slab", + "oxywaccopperslab": "waxed_oxidized_cut_copper_slab", + "oxywaccopperstep": "waxed_oxidized_cut_copper_slab", + "oxywaccopsl": "waxed_oxidized_cut_copper_slab", + "oxywaccopslab": "waxed_oxidized_cut_copper_slab", + "oxywaccopstep": "waxed_oxidized_cut_copper_slab", + "oxywaccosl": "waxed_oxidized_cut_copper_slab", + "oxywaccoslab": "waxed_oxidized_cut_copper_slab", + "oxywaccostep": "waxed_oxidized_cut_copper_slab", + "oxywacutcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxywacutcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxywacutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxywacutcoppersl": "waxed_oxidized_cut_copper_slab", + "oxywacutcopperslab": "waxed_oxidized_cut_copper_slab", + "oxywacutcopperstep": "waxed_oxidized_cut_copper_slab", + "oxywacutcopsl": "waxed_oxidized_cut_copper_slab", + "oxywacutcopslab": "waxed_oxidized_cut_copper_slab", + "oxywacutcopstep": "waxed_oxidized_cut_copper_slab", + "oxywacutcosl": "waxed_oxidized_cut_copper_slab", + "oxywacutcoslab": "waxed_oxidized_cut_copper_slab", + "oxywacutcostep": "waxed_oxidized_cut_copper_slab", + "oxywaxccohalfblock": "waxed_oxidized_cut_copper_slab", + "oxywaxccophalfblock": "waxed_oxidized_cut_copper_slab", + "oxywaxccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxywaxccoppersl": "waxed_oxidized_cut_copper_slab", + "oxywaxccopperslab": "waxed_oxidized_cut_copper_slab", + "oxywaxccopperstep": "waxed_oxidized_cut_copper_slab", + "oxywaxccopsl": "waxed_oxidized_cut_copper_slab", + "oxywaxccopslab": "waxed_oxidized_cut_copper_slab", + "oxywaxccopstep": "waxed_oxidized_cut_copper_slab", + "oxywaxccosl": "waxed_oxidized_cut_copper_slab", + "oxywaxccoslab": "waxed_oxidized_cut_copper_slab", + "oxywaxccostep": "waxed_oxidized_cut_copper_slab", + "oxywaxcutcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxywaxcutcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxywaxcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxywaxcutcoppersl": "waxed_oxidized_cut_copper_slab", + "oxywaxcutcopperslab": "waxed_oxidized_cut_copper_slab", + "oxywaxcutcopperstep": "waxed_oxidized_cut_copper_slab", + "oxywaxcutcopsl": "waxed_oxidized_cut_copper_slab", + "oxywaxcutcopslab": "waxed_oxidized_cut_copper_slab", + "oxywaxcutcopstep": "waxed_oxidized_cut_copper_slab", + "oxywaxcutcosl": "waxed_oxidized_cut_copper_slab", + "oxywaxcutcoslab": "waxed_oxidized_cut_copper_slab", + "oxywaxcutcostep": "waxed_oxidized_cut_copper_slab", + "oxywaxedccohalfblock": "waxed_oxidized_cut_copper_slab", + "oxywaxedccophalfblock": "waxed_oxidized_cut_copper_slab", + "oxywaxedccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxywaxedccoppersl": "waxed_oxidized_cut_copper_slab", + "oxywaxedccopperslab": "waxed_oxidized_cut_copper_slab", + "oxywaxedccopperstep": "waxed_oxidized_cut_copper_slab", + "oxywaxedccopsl": "waxed_oxidized_cut_copper_slab", + "oxywaxedccopslab": "waxed_oxidized_cut_copper_slab", + "oxywaxedccopstep": "waxed_oxidized_cut_copper_slab", + "oxywaxedccosl": "waxed_oxidized_cut_copper_slab", + "oxywaxedccoslab": "waxed_oxidized_cut_copper_slab", + "oxywaxedccostep": "waxed_oxidized_cut_copper_slab", + "oxywaxedcutcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxywaxedcutcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxywaxedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxywaxedcutcoppersl": "waxed_oxidized_cut_copper_slab", + "oxywaxedcutcopperslab": "waxed_oxidized_cut_copper_slab", + "oxywaxedcutcopperstep": "waxed_oxidized_cut_copper_slab", + "oxywaxedcutcopsl": "waxed_oxidized_cut_copper_slab", + "oxywaxedcutcopslab": "waxed_oxidized_cut_copper_slab", + "oxywaxedcutcopstep": "waxed_oxidized_cut_copper_slab", + "oxywaxedcutcosl": "waxed_oxidized_cut_copper_slab", + "oxywaxedcutcoslab": "waxed_oxidized_cut_copper_slab", + "oxywaxedcutcostep": "waxed_oxidized_cut_copper_slab", + "wacoxicohalfblock": "waxed_oxidized_cut_copper_slab", + "wacoxicophalfblock": "waxed_oxidized_cut_copper_slab", + "wacoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", + "wacoxicoppersl": "waxed_oxidized_cut_copper_slab", + "wacoxicopperslab": "waxed_oxidized_cut_copper_slab", + "wacoxicopperstep": "waxed_oxidized_cut_copper_slab", + "wacoxicopsl": "waxed_oxidized_cut_copper_slab", + "wacoxicopslab": "waxed_oxidized_cut_copper_slab", + "wacoxicopstep": "waxed_oxidized_cut_copper_slab", + "wacoxicosl": "waxed_oxidized_cut_copper_slab", + "wacoxicoslab": "waxed_oxidized_cut_copper_slab", + "wacoxicostep": "waxed_oxidized_cut_copper_slab", + "wacoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", + "wacoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", + "wacoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "wacoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", + "wacoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", + "wacoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", + "wacoxidisedcopsl": "waxed_oxidized_cut_copper_slab", + "wacoxidisedcopslab": "waxed_oxidized_cut_copper_slab", + "wacoxidisedcopstep": "waxed_oxidized_cut_copper_slab", + "wacoxidisedcosl": "waxed_oxidized_cut_copper_slab", + "wacoxidisedcoslab": "waxed_oxidized_cut_copper_slab", + "wacoxidisedcostep": "waxed_oxidized_cut_copper_slab", + "wacoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", + "wacoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", + "wacoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "wacoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", + "wacoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", + "wacoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", + "wacoxidizedcopsl": "waxed_oxidized_cut_copper_slab", + "wacoxidizedcopslab": "waxed_oxidized_cut_copper_slab", + "wacoxidizedcopstep": "waxed_oxidized_cut_copper_slab", + "wacoxidizedcosl": "waxed_oxidized_cut_copper_slab", + "wacoxidizedcoslab": "waxed_oxidized_cut_copper_slab", + "wacoxidizedcostep": "waxed_oxidized_cut_copper_slab", + "wacoxycohalfblock": "waxed_oxidized_cut_copper_slab", + "wacoxycophalfblock": "waxed_oxidized_cut_copper_slab", + "wacoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", + "wacoxycoppersl": "waxed_oxidized_cut_copper_slab", + "wacoxycopperslab": "waxed_oxidized_cut_copper_slab", + "wacoxycopperstep": "waxed_oxidized_cut_copper_slab", + "wacoxycopsl": "waxed_oxidized_cut_copper_slab", + "wacoxycopslab": "waxed_oxidized_cut_copper_slab", + "wacoxycopstep": "waxed_oxidized_cut_copper_slab", + "wacoxycosl": "waxed_oxidized_cut_copper_slab", + "wacoxycoslab": "waxed_oxidized_cut_copper_slab", + "wacoxycostep": "waxed_oxidized_cut_copper_slab", + "wacutoxicohalfblock": "waxed_oxidized_cut_copper_slab", + "wacutoxicophalfblock": "waxed_oxidized_cut_copper_slab", + "wacutoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", + "wacutoxicoppersl": "waxed_oxidized_cut_copper_slab", + "wacutoxicopperslab": "waxed_oxidized_cut_copper_slab", + "wacutoxicopperstep": "waxed_oxidized_cut_copper_slab", + "wacutoxicopsl": "waxed_oxidized_cut_copper_slab", + "wacutoxicopslab": "waxed_oxidized_cut_copper_slab", + "wacutoxicopstep": "waxed_oxidized_cut_copper_slab", + "wacutoxicosl": "waxed_oxidized_cut_copper_slab", + "wacutoxicoslab": "waxed_oxidized_cut_copper_slab", + "wacutoxicostep": "waxed_oxidized_cut_copper_slab", + "wacutoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", + "wacutoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", + "wacutoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "wacutoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", + "wacutoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", + "wacutoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", + "wacutoxidisedcopsl": "waxed_oxidized_cut_copper_slab", + "wacutoxidisedcopslab": "waxed_oxidized_cut_copper_slab", + "wacutoxidisedcopstep": "waxed_oxidized_cut_copper_slab", + "wacutoxidisedcosl": "waxed_oxidized_cut_copper_slab", + "wacutoxidisedcoslab": "waxed_oxidized_cut_copper_slab", + "wacutoxidisedcostep": "waxed_oxidized_cut_copper_slab", + "wacutoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", + "wacutoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", + "wacutoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "wacutoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", + "wacutoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", + "wacutoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", + "wacutoxidizedcopsl": "waxed_oxidized_cut_copper_slab", + "wacutoxidizedcopslab": "waxed_oxidized_cut_copper_slab", + "wacutoxidizedcopstep": "waxed_oxidized_cut_copper_slab", + "wacutoxidizedcosl": "waxed_oxidized_cut_copper_slab", + "wacutoxidizedcoslab": "waxed_oxidized_cut_copper_slab", + "wacutoxidizedcostep": "waxed_oxidized_cut_copper_slab", + "wacutoxycohalfblock": "waxed_oxidized_cut_copper_slab", + "wacutoxycophalfblock": "waxed_oxidized_cut_copper_slab", + "wacutoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", + "wacutoxycoppersl": "waxed_oxidized_cut_copper_slab", + "wacutoxycopperslab": "waxed_oxidized_cut_copper_slab", + "wacutoxycopperstep": "waxed_oxidized_cut_copper_slab", + "wacutoxycopsl": "waxed_oxidized_cut_copper_slab", + "wacutoxycopslab": "waxed_oxidized_cut_copper_slab", + "wacutoxycopstep": "waxed_oxidized_cut_copper_slab", + "wacutoxycosl": "waxed_oxidized_cut_copper_slab", + "wacutoxycoslab": "waxed_oxidized_cut_copper_slab", + "wacutoxycostep": "waxed_oxidized_cut_copper_slab", + "waoxiccohalfblock": "waxed_oxidized_cut_copper_slab", + "waoxiccophalfblock": "waxed_oxidized_cut_copper_slab", + "waoxiccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waoxiccoppersl": "waxed_oxidized_cut_copper_slab", + "waoxiccopperslab": "waxed_oxidized_cut_copper_slab", + "waoxiccopperstep": "waxed_oxidized_cut_copper_slab", + "waoxiccopsl": "waxed_oxidized_cut_copper_slab", + "waoxiccopslab": "waxed_oxidized_cut_copper_slab", + "waoxiccopstep": "waxed_oxidized_cut_copper_slab", + "waoxiccosl": "waxed_oxidized_cut_copper_slab", + "waoxiccoslab": "waxed_oxidized_cut_copper_slab", + "waoxiccostep": "waxed_oxidized_cut_copper_slab", + "waoxicutcohalfblock": "waxed_oxidized_cut_copper_slab", + "waoxicutcophalfblock": "waxed_oxidized_cut_copper_slab", + "waoxicutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waoxicutcoppersl": "waxed_oxidized_cut_copper_slab", + "waoxicutcopperslab": "waxed_oxidized_cut_copper_slab", + "waoxicutcopperstep": "waxed_oxidized_cut_copper_slab", + "waoxicutcopsl": "waxed_oxidized_cut_copper_slab", + "waoxicutcopslab": "waxed_oxidized_cut_copper_slab", + "waoxicutcopstep": "waxed_oxidized_cut_copper_slab", + "waoxicutcosl": "waxed_oxidized_cut_copper_slab", + "waoxicutcoslab": "waxed_oxidized_cut_copper_slab", + "waoxicutcostep": "waxed_oxidized_cut_copper_slab", + "waoxidisedccohalfblock": "waxed_oxidized_cut_copper_slab", + "waoxidisedccophalfblock": "waxed_oxidized_cut_copper_slab", + "waoxidisedccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waoxidisedccoppersl": "waxed_oxidized_cut_copper_slab", + "waoxidisedccopperslab": "waxed_oxidized_cut_copper_slab", + "waoxidisedccopperstep": "waxed_oxidized_cut_copper_slab", + "waoxidisedccopsl": "waxed_oxidized_cut_copper_slab", + "waoxidisedccopslab": "waxed_oxidized_cut_copper_slab", + "waoxidisedccopstep": "waxed_oxidized_cut_copper_slab", + "waoxidisedccosl": "waxed_oxidized_cut_copper_slab", + "waoxidisedccoslab": "waxed_oxidized_cut_copper_slab", + "waoxidisedccostep": "waxed_oxidized_cut_copper_slab", + "waoxidisedcutcohalfblock": "waxed_oxidized_cut_copper_slab", + "waoxidisedcutcophalfblock": "waxed_oxidized_cut_copper_slab", + "waoxidisedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waoxidisedcutcoppersl": "waxed_oxidized_cut_copper_slab", + "waoxidisedcutcopperslab": "waxed_oxidized_cut_copper_slab", + "waoxidisedcutcopperstep": "waxed_oxidized_cut_copper_slab", + "waoxidisedcutcopsl": "waxed_oxidized_cut_copper_slab", + "waoxidisedcutcopslab": "waxed_oxidized_cut_copper_slab", + "waoxidisedcutcopstep": "waxed_oxidized_cut_copper_slab", + "waoxidisedcutcosl": "waxed_oxidized_cut_copper_slab", + "waoxidisedcutcoslab": "waxed_oxidized_cut_copper_slab", + "waoxidisedcutcostep": "waxed_oxidized_cut_copper_slab", + "waoxidizedccohalfblock": "waxed_oxidized_cut_copper_slab", + "waoxidizedccophalfblock": "waxed_oxidized_cut_copper_slab", + "waoxidizedccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waoxidizedccoppersl": "waxed_oxidized_cut_copper_slab", + "waoxidizedccopperslab": "waxed_oxidized_cut_copper_slab", + "waoxidizedccopperstep": "waxed_oxidized_cut_copper_slab", + "waoxidizedccopsl": "waxed_oxidized_cut_copper_slab", + "waoxidizedccopslab": "waxed_oxidized_cut_copper_slab", + "waoxidizedccopstep": "waxed_oxidized_cut_copper_slab", + "waoxidizedccosl": "waxed_oxidized_cut_copper_slab", + "waoxidizedccoslab": "waxed_oxidized_cut_copper_slab", + "waoxidizedccostep": "waxed_oxidized_cut_copper_slab", + "waoxidizedcutcohalfblock": "waxed_oxidized_cut_copper_slab", + "waoxidizedcutcophalfblock": "waxed_oxidized_cut_copper_slab", + "waoxidizedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waoxidizedcutcoppersl": "waxed_oxidized_cut_copper_slab", + "waoxidizedcutcopperslab": "waxed_oxidized_cut_copper_slab", + "waoxidizedcutcopperstep": "waxed_oxidized_cut_copper_slab", + "waoxidizedcutcopsl": "waxed_oxidized_cut_copper_slab", + "waoxidizedcutcopslab": "waxed_oxidized_cut_copper_slab", + "waoxidizedcutcopstep": "waxed_oxidized_cut_copper_slab", + "waoxidizedcutcosl": "waxed_oxidized_cut_copper_slab", + "waoxidizedcutcoslab": "waxed_oxidized_cut_copper_slab", + "waoxidizedcutcostep": "waxed_oxidized_cut_copper_slab", + "waoxyccohalfblock": "waxed_oxidized_cut_copper_slab", + "waoxyccophalfblock": "waxed_oxidized_cut_copper_slab", + "waoxyccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waoxyccoppersl": "waxed_oxidized_cut_copper_slab", + "waoxyccopperslab": "waxed_oxidized_cut_copper_slab", + "waoxyccopperstep": "waxed_oxidized_cut_copper_slab", + "waoxyccopsl": "waxed_oxidized_cut_copper_slab", + "waoxyccopslab": "waxed_oxidized_cut_copper_slab", + "waoxyccopstep": "waxed_oxidized_cut_copper_slab", + "waoxyccosl": "waxed_oxidized_cut_copper_slab", + "waoxyccoslab": "waxed_oxidized_cut_copper_slab", + "waoxyccostep": "waxed_oxidized_cut_copper_slab", + "waoxycutcohalfblock": "waxed_oxidized_cut_copper_slab", + "waoxycutcophalfblock": "waxed_oxidized_cut_copper_slab", + "waoxycutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waoxycutcoppersl": "waxed_oxidized_cut_copper_slab", + "waoxycutcopperslab": "waxed_oxidized_cut_copper_slab", + "waoxycutcopperstep": "waxed_oxidized_cut_copper_slab", + "waoxycutcopsl": "waxed_oxidized_cut_copper_slab", + "waoxycutcopslab": "waxed_oxidized_cut_copper_slab", + "waoxycutcopstep": "waxed_oxidized_cut_copper_slab", + "waoxycutcosl": "waxed_oxidized_cut_copper_slab", + "waoxycutcoslab": "waxed_oxidized_cut_copper_slab", + "waoxycutcostep": "waxed_oxidized_cut_copper_slab", + "waxcoxicohalfblock": "waxed_oxidized_cut_copper_slab", + "waxcoxicophalfblock": "waxed_oxidized_cut_copper_slab", + "waxcoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxcoxicoppersl": "waxed_oxidized_cut_copper_slab", + "waxcoxicopperslab": "waxed_oxidized_cut_copper_slab", + "waxcoxicopperstep": "waxed_oxidized_cut_copper_slab", + "waxcoxicopsl": "waxed_oxidized_cut_copper_slab", + "waxcoxicopslab": "waxed_oxidized_cut_copper_slab", + "waxcoxicopstep": "waxed_oxidized_cut_copper_slab", + "waxcoxicosl": "waxed_oxidized_cut_copper_slab", + "waxcoxicoslab": "waxed_oxidized_cut_copper_slab", + "waxcoxicostep": "waxed_oxidized_cut_copper_slab", + "waxcoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", + "waxcoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", + "waxcoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxcoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", + "waxcoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", + "waxcoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", + "waxcoxidisedcopsl": "waxed_oxidized_cut_copper_slab", + "waxcoxidisedcopslab": "waxed_oxidized_cut_copper_slab", + "waxcoxidisedcopstep": "waxed_oxidized_cut_copper_slab", + "waxcoxidisedcosl": "waxed_oxidized_cut_copper_slab", + "waxcoxidisedcoslab": "waxed_oxidized_cut_copper_slab", + "waxcoxidisedcostep": "waxed_oxidized_cut_copper_slab", + "waxcoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", + "waxcoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", + "waxcoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxcoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", + "waxcoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", + "waxcoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", + "waxcoxidizedcopsl": "waxed_oxidized_cut_copper_slab", + "waxcoxidizedcopslab": "waxed_oxidized_cut_copper_slab", + "waxcoxidizedcopstep": "waxed_oxidized_cut_copper_slab", + "waxcoxidizedcosl": "waxed_oxidized_cut_copper_slab", + "waxcoxidizedcoslab": "waxed_oxidized_cut_copper_slab", + "waxcoxidizedcostep": "waxed_oxidized_cut_copper_slab", + "waxcoxycohalfblock": "waxed_oxidized_cut_copper_slab", + "waxcoxycophalfblock": "waxed_oxidized_cut_copper_slab", + "waxcoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxcoxycoppersl": "waxed_oxidized_cut_copper_slab", + "waxcoxycopperslab": "waxed_oxidized_cut_copper_slab", + "waxcoxycopperstep": "waxed_oxidized_cut_copper_slab", + "waxcoxycopsl": "waxed_oxidized_cut_copper_slab", + "waxcoxycopslab": "waxed_oxidized_cut_copper_slab", + "waxcoxycopstep": "waxed_oxidized_cut_copper_slab", + "waxcoxycosl": "waxed_oxidized_cut_copper_slab", + "waxcoxycoslab": "waxed_oxidized_cut_copper_slab", + "waxcoxycostep": "waxed_oxidized_cut_copper_slab", + "waxcutoxicohalfblock": "waxed_oxidized_cut_copper_slab", + "waxcutoxicophalfblock": "waxed_oxidized_cut_copper_slab", + "waxcutoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxcutoxicoppersl": "waxed_oxidized_cut_copper_slab", + "waxcutoxicopperslab": "waxed_oxidized_cut_copper_slab", + "waxcutoxicopperstep": "waxed_oxidized_cut_copper_slab", + "waxcutoxicopsl": "waxed_oxidized_cut_copper_slab", + "waxcutoxicopslab": "waxed_oxidized_cut_copper_slab", + "waxcutoxicopstep": "waxed_oxidized_cut_copper_slab", + "waxcutoxicosl": "waxed_oxidized_cut_copper_slab", + "waxcutoxicoslab": "waxed_oxidized_cut_copper_slab", + "waxcutoxicostep": "waxed_oxidized_cut_copper_slab", + "waxcutoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", + "waxcutoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", + "waxcutoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxcutoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", + "waxcutoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", + "waxcutoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", + "waxcutoxidisedcopsl": "waxed_oxidized_cut_copper_slab", + "waxcutoxidisedcopslab": "waxed_oxidized_cut_copper_slab", + "waxcutoxidisedcopstep": "waxed_oxidized_cut_copper_slab", + "waxcutoxidisedcosl": "waxed_oxidized_cut_copper_slab", + "waxcutoxidisedcoslab": "waxed_oxidized_cut_copper_slab", + "waxcutoxidisedcostep": "waxed_oxidized_cut_copper_slab", + "waxcutoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", + "waxcutoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", + "waxcutoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxcutoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", + "waxcutoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", + "waxcutoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", + "waxcutoxidizedcopsl": "waxed_oxidized_cut_copper_slab", + "waxcutoxidizedcopslab": "waxed_oxidized_cut_copper_slab", + "waxcutoxidizedcopstep": "waxed_oxidized_cut_copper_slab", + "waxcutoxidizedcosl": "waxed_oxidized_cut_copper_slab", + "waxcutoxidizedcoslab": "waxed_oxidized_cut_copper_slab", + "waxcutoxidizedcostep": "waxed_oxidized_cut_copper_slab", + "waxcutoxycohalfblock": "waxed_oxidized_cut_copper_slab", + "waxcutoxycophalfblock": "waxed_oxidized_cut_copper_slab", + "waxcutoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxcutoxycoppersl": "waxed_oxidized_cut_copper_slab", + "waxcutoxycopperslab": "waxed_oxidized_cut_copper_slab", + "waxcutoxycopperstep": "waxed_oxidized_cut_copper_slab", + "waxcutoxycopsl": "waxed_oxidized_cut_copper_slab", + "waxcutoxycopslab": "waxed_oxidized_cut_copper_slab", + "waxcutoxycopstep": "waxed_oxidized_cut_copper_slab", + "waxcutoxycosl": "waxed_oxidized_cut_copper_slab", + "waxcutoxycoslab": "waxed_oxidized_cut_copper_slab", + "waxcutoxycostep": "waxed_oxidized_cut_copper_slab", + "waxedcoxicohalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcoxicophalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcoxicoppersl": "waxed_oxidized_cut_copper_slab", + "waxedcoxicopperslab": "waxed_oxidized_cut_copper_slab", + "waxedcoxicopperstep": "waxed_oxidized_cut_copper_slab", + "waxedcoxicopsl": "waxed_oxidized_cut_copper_slab", + "waxedcoxicopslab": "waxed_oxidized_cut_copper_slab", + "waxedcoxicopstep": "waxed_oxidized_cut_copper_slab", + "waxedcoxicosl": "waxed_oxidized_cut_copper_slab", + "waxedcoxicoslab": "waxed_oxidized_cut_copper_slab", + "waxedcoxicostep": "waxed_oxidized_cut_copper_slab", + "waxedcoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", + "waxedcoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", + "waxedcoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", + "waxedcoxidisedcopsl": "waxed_oxidized_cut_copper_slab", + "waxedcoxidisedcopslab": "waxed_oxidized_cut_copper_slab", + "waxedcoxidisedcopstep": "waxed_oxidized_cut_copper_slab", + "waxedcoxidisedcosl": "waxed_oxidized_cut_copper_slab", + "waxedcoxidisedcoslab": "waxed_oxidized_cut_copper_slab", + "waxedcoxidisedcostep": "waxed_oxidized_cut_copper_slab", + "waxedcoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", + "waxedcoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", + "waxedcoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", + "waxedcoxidizedcopsl": "waxed_oxidized_cut_copper_slab", + "waxedcoxidizedcopslab": "waxed_oxidized_cut_copper_slab", + "waxedcoxidizedcopstep": "waxed_oxidized_cut_copper_slab", + "waxedcoxidizedcosl": "waxed_oxidized_cut_copper_slab", + "waxedcoxidizedcoslab": "waxed_oxidized_cut_copper_slab", + "waxedcoxidizedcostep": "waxed_oxidized_cut_copper_slab", + "waxedcoxycohalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcoxycophalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcoxycoppersl": "waxed_oxidized_cut_copper_slab", + "waxedcoxycopperslab": "waxed_oxidized_cut_copper_slab", + "waxedcoxycopperstep": "waxed_oxidized_cut_copper_slab", + "waxedcoxycopsl": "waxed_oxidized_cut_copper_slab", + "waxedcoxycopslab": "waxed_oxidized_cut_copper_slab", + "waxedcoxycopstep": "waxed_oxidized_cut_copper_slab", + "waxedcoxycosl": "waxed_oxidized_cut_copper_slab", + "waxedcoxycoslab": "waxed_oxidized_cut_copper_slab", + "waxedcoxycostep": "waxed_oxidized_cut_copper_slab", + "waxedcutoxicohalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcutoxicophalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcutoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcutoxicoppersl": "waxed_oxidized_cut_copper_slab", + "waxedcutoxicopperslab": "waxed_oxidized_cut_copper_slab", + "waxedcutoxicopperstep": "waxed_oxidized_cut_copper_slab", + "waxedcutoxicopsl": "waxed_oxidized_cut_copper_slab", + "waxedcutoxicopslab": "waxed_oxidized_cut_copper_slab", + "waxedcutoxicopstep": "waxed_oxidized_cut_copper_slab", + "waxedcutoxicosl": "waxed_oxidized_cut_copper_slab", + "waxedcutoxicoslab": "waxed_oxidized_cut_copper_slab", + "waxedcutoxicostep": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidisedcopsl": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidisedcopslab": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidisedcopstep": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidisedcosl": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidisedcoslab": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidisedcostep": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidizedcopsl": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidizedcopslab": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidizedcopstep": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidizedcosl": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidizedcoslab": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidizedcostep": "waxed_oxidized_cut_copper_slab", + "waxedcutoxycohalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcutoxycophalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcutoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcutoxycoppersl": "waxed_oxidized_cut_copper_slab", + "waxedcutoxycopperslab": "waxed_oxidized_cut_copper_slab", + "waxedcutoxycopperstep": "waxed_oxidized_cut_copper_slab", + "waxedcutoxycopsl": "waxed_oxidized_cut_copper_slab", + "waxedcutoxycopslab": "waxed_oxidized_cut_copper_slab", + "waxedcutoxycopstep": "waxed_oxidized_cut_copper_slab", + "waxedcutoxycosl": "waxed_oxidized_cut_copper_slab", + "waxedcutoxycoslab": "waxed_oxidized_cut_copper_slab", + "waxedcutoxycostep": "waxed_oxidized_cut_copper_slab", + "waxedoxiccohalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxiccophalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxiccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxiccoppersl": "waxed_oxidized_cut_copper_slab", + "waxedoxiccopperslab": "waxed_oxidized_cut_copper_slab", + "waxedoxiccopperstep": "waxed_oxidized_cut_copper_slab", + "waxedoxiccopsl": "waxed_oxidized_cut_copper_slab", + "waxedoxiccopslab": "waxed_oxidized_cut_copper_slab", + "waxedoxiccopstep": "waxed_oxidized_cut_copper_slab", + "waxedoxiccosl": "waxed_oxidized_cut_copper_slab", + "waxedoxiccoslab": "waxed_oxidized_cut_copper_slab", + "waxedoxiccostep": "waxed_oxidized_cut_copper_slab", + "waxedoxicutcohalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxicutcophalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxicutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxicutcoppersl": "waxed_oxidized_cut_copper_slab", + "waxedoxicutcopperslab": "waxed_oxidized_cut_copper_slab", + "waxedoxicutcopperstep": "waxed_oxidized_cut_copper_slab", + "waxedoxicutcopsl": "waxed_oxidized_cut_copper_slab", + "waxedoxicutcopslab": "waxed_oxidized_cut_copper_slab", + "waxedoxicutcopstep": "waxed_oxidized_cut_copper_slab", + "waxedoxicutcosl": "waxed_oxidized_cut_copper_slab", + "waxedoxicutcoslab": "waxed_oxidized_cut_copper_slab", + "waxedoxicutcostep": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedccohalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedccophalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedccoppersl": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedccopperslab": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedccopperstep": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedccopsl": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedccopslab": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedccopstep": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedccosl": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedccoslab": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedccostep": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedcutcohalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedcutcophalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedcutcoppersl": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedcutcopperslab": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedcutcopperstep": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedcutcopsl": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedcutcopslab": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedcutcopstep": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedcutcosl": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedcutcoslab": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedcutcostep": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedccohalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedccophalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedccoppersl": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedccopperslab": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedccopperstep": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedccopsl": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedccopslab": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedccopstep": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedccosl": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedccoslab": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedccostep": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedcutcohalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedcutcophalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedcutcoppersl": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedcutcopperslab": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedcutcopperstep": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedcutcopsl": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedcutcopslab": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedcutcopstep": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedcutcosl": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedcutcoslab": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedcutcostep": "waxed_oxidized_cut_copper_slab", + "waxedoxyccohalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxyccophalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxyccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxyccoppersl": "waxed_oxidized_cut_copper_slab", + "waxedoxyccopperslab": "waxed_oxidized_cut_copper_slab", + "waxedoxyccopperstep": "waxed_oxidized_cut_copper_slab", + "waxedoxyccopsl": "waxed_oxidized_cut_copper_slab", + "waxedoxyccopslab": "waxed_oxidized_cut_copper_slab", + "waxedoxyccopstep": "waxed_oxidized_cut_copper_slab", + "waxedoxyccosl": "waxed_oxidized_cut_copper_slab", + "waxedoxyccoslab": "waxed_oxidized_cut_copper_slab", + "waxedoxyccostep": "waxed_oxidized_cut_copper_slab", + "waxedoxycutcohalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxycutcophalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxycutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxycutcoppersl": "waxed_oxidized_cut_copper_slab", + "waxedoxycutcopperslab": "waxed_oxidized_cut_copper_slab", + "waxedoxycutcopperstep": "waxed_oxidized_cut_copper_slab", + "waxedoxycutcopsl": "waxed_oxidized_cut_copper_slab", + "waxedoxycutcopslab": "waxed_oxidized_cut_copper_slab", + "waxedoxycutcopstep": "waxed_oxidized_cut_copper_slab", + "waxedoxycutcosl": "waxed_oxidized_cut_copper_slab", + "waxedoxycutcoslab": "waxed_oxidized_cut_copper_slab", + "waxedoxycutcostep": "waxed_oxidized_cut_copper_slab", + "waxoxiccohalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxiccophalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxiccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxiccoppersl": "waxed_oxidized_cut_copper_slab", + "waxoxiccopperslab": "waxed_oxidized_cut_copper_slab", + "waxoxiccopperstep": "waxed_oxidized_cut_copper_slab", + "waxoxiccopsl": "waxed_oxidized_cut_copper_slab", + "waxoxiccopslab": "waxed_oxidized_cut_copper_slab", + "waxoxiccopstep": "waxed_oxidized_cut_copper_slab", + "waxoxiccosl": "waxed_oxidized_cut_copper_slab", + "waxoxiccoslab": "waxed_oxidized_cut_copper_slab", + "waxoxiccostep": "waxed_oxidized_cut_copper_slab", + "waxoxicutcohalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxicutcophalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxicutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxicutcoppersl": "waxed_oxidized_cut_copper_slab", + "waxoxicutcopperslab": "waxed_oxidized_cut_copper_slab", + "waxoxicutcopperstep": "waxed_oxidized_cut_copper_slab", + "waxoxicutcopsl": "waxed_oxidized_cut_copper_slab", + "waxoxicutcopslab": "waxed_oxidized_cut_copper_slab", + "waxoxicutcopstep": "waxed_oxidized_cut_copper_slab", + "waxoxicutcosl": "waxed_oxidized_cut_copper_slab", + "waxoxicutcoslab": "waxed_oxidized_cut_copper_slab", + "waxoxicutcostep": "waxed_oxidized_cut_copper_slab", + "waxoxidisedccohalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxidisedccophalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxidisedccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxidisedccoppersl": "waxed_oxidized_cut_copper_slab", + "waxoxidisedccopperslab": "waxed_oxidized_cut_copper_slab", + "waxoxidisedccopperstep": "waxed_oxidized_cut_copper_slab", + "waxoxidisedccopsl": "waxed_oxidized_cut_copper_slab", + "waxoxidisedccopslab": "waxed_oxidized_cut_copper_slab", + "waxoxidisedccopstep": "waxed_oxidized_cut_copper_slab", + "waxoxidisedccosl": "waxed_oxidized_cut_copper_slab", + "waxoxidisedccoslab": "waxed_oxidized_cut_copper_slab", + "waxoxidisedccostep": "waxed_oxidized_cut_copper_slab", + "waxoxidisedcutcohalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxidisedcutcophalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxidisedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxidisedcutcoppersl": "waxed_oxidized_cut_copper_slab", + "waxoxidisedcutcopperslab": "waxed_oxidized_cut_copper_slab", + "waxoxidisedcutcopperstep": "waxed_oxidized_cut_copper_slab", + "waxoxidisedcutcopsl": "waxed_oxidized_cut_copper_slab", + "waxoxidisedcutcopslab": "waxed_oxidized_cut_copper_slab", + "waxoxidisedcutcopstep": "waxed_oxidized_cut_copper_slab", + "waxoxidisedcutcosl": "waxed_oxidized_cut_copper_slab", + "waxoxidisedcutcoslab": "waxed_oxidized_cut_copper_slab", + "waxoxidisedcutcostep": "waxed_oxidized_cut_copper_slab", + "waxoxidizedccohalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxidizedccophalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxidizedccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxidizedccoppersl": "waxed_oxidized_cut_copper_slab", + "waxoxidizedccopperslab": "waxed_oxidized_cut_copper_slab", + "waxoxidizedccopperstep": "waxed_oxidized_cut_copper_slab", + "waxoxidizedccopsl": "waxed_oxidized_cut_copper_slab", + "waxoxidizedccopslab": "waxed_oxidized_cut_copper_slab", + "waxoxidizedccopstep": "waxed_oxidized_cut_copper_slab", + "waxoxidizedccosl": "waxed_oxidized_cut_copper_slab", + "waxoxidizedccoslab": "waxed_oxidized_cut_copper_slab", + "waxoxidizedccostep": "waxed_oxidized_cut_copper_slab", + "waxoxidizedcutcohalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxidizedcutcophalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxidizedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxidizedcutcoppersl": "waxed_oxidized_cut_copper_slab", + "waxoxidizedcutcopperslab": "waxed_oxidized_cut_copper_slab", + "waxoxidizedcutcopperstep": "waxed_oxidized_cut_copper_slab", + "waxoxidizedcutcopsl": "waxed_oxidized_cut_copper_slab", + "waxoxidizedcutcopslab": "waxed_oxidized_cut_copper_slab", + "waxoxidizedcutcopstep": "waxed_oxidized_cut_copper_slab", + "waxoxidizedcutcosl": "waxed_oxidized_cut_copper_slab", + "waxoxidizedcutcoslab": "waxed_oxidized_cut_copper_slab", + "waxoxidizedcutcostep": "waxed_oxidized_cut_copper_slab", + "waxoxyccohalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxyccophalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxyccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxyccoppersl": "waxed_oxidized_cut_copper_slab", + "waxoxyccopperslab": "waxed_oxidized_cut_copper_slab", + "waxoxyccopperstep": "waxed_oxidized_cut_copper_slab", + "waxoxyccopsl": "waxed_oxidized_cut_copper_slab", + "waxoxyccopslab": "waxed_oxidized_cut_copper_slab", + "waxoxyccopstep": "waxed_oxidized_cut_copper_slab", + "waxoxyccosl": "waxed_oxidized_cut_copper_slab", + "waxoxyccoslab": "waxed_oxidized_cut_copper_slab", + "waxoxyccostep": "waxed_oxidized_cut_copper_slab", + "waxoxycutcohalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxycutcophalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxycutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxycutcoppersl": "waxed_oxidized_cut_copper_slab", + "waxoxycutcopperslab": "waxed_oxidized_cut_copper_slab", + "waxoxycutcopperstep": "waxed_oxidized_cut_copper_slab", + "waxoxycutcopsl": "waxed_oxidized_cut_copper_slab", + "waxoxycutcopslab": "waxed_oxidized_cut_copper_slab", + "waxoxycutcopstep": "waxed_oxidized_cut_copper_slab", + "waxoxycutcosl": "waxed_oxidized_cut_copper_slab", + "waxoxycutcoslab": "waxed_oxidized_cut_copper_slab", + "waxoxycutcostep": "waxed_oxidized_cut_copper_slab", + "waxed_oxidized_cut_copper_stairs": { + "material": "WAXED_OXIDIZED_CUT_COPPER_STAIRS" + }, + "coxidisedwacopperstair": "waxed_oxidized_cut_copper_stairs", + "coxidisedwacopperstairs": "waxed_oxidized_cut_copper_stairs", + "coxidisedwacopstair": "waxed_oxidized_cut_copper_stairs", + "coxidisedwacopstairs": "waxed_oxidized_cut_copper_stairs", + "coxidisedwacostair": "waxed_oxidized_cut_copper_stairs", + "coxidisedwacostairs": "waxed_oxidized_cut_copper_stairs", + "coxidisedwaxcopperstair": "waxed_oxidized_cut_copper_stairs", + "coxidisedwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", + "coxidisedwaxcopstair": "waxed_oxidized_cut_copper_stairs", + "coxidisedwaxcopstairs": "waxed_oxidized_cut_copper_stairs", + "coxidisedwaxcostair": "waxed_oxidized_cut_copper_stairs", + "coxidisedwaxcostairs": "waxed_oxidized_cut_copper_stairs", + "coxidisedwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", + "coxidisedwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "coxidisedwaxedcopstair": "waxed_oxidized_cut_copper_stairs", + "coxidisedwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", + "coxidisedwaxedcostair": "waxed_oxidized_cut_copper_stairs", + "coxidisedwaxedcostairs": "waxed_oxidized_cut_copper_stairs", + "coxidizedwacopperstair": "waxed_oxidized_cut_copper_stairs", + "coxidizedwacopperstairs": "waxed_oxidized_cut_copper_stairs", + "coxidizedwacopstair": "waxed_oxidized_cut_copper_stairs", + "coxidizedwacopstairs": "waxed_oxidized_cut_copper_stairs", + "coxidizedwacostair": "waxed_oxidized_cut_copper_stairs", + "coxidizedwacostairs": "waxed_oxidized_cut_copper_stairs", + "coxidizedwaxcopperstair": "waxed_oxidized_cut_copper_stairs", + "coxidizedwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", + "coxidizedwaxcopstair": "waxed_oxidized_cut_copper_stairs", + "coxidizedwaxcopstairs": "waxed_oxidized_cut_copper_stairs", + "coxidizedwaxcostair": "waxed_oxidized_cut_copper_stairs", + "coxidizedwaxcostairs": "waxed_oxidized_cut_copper_stairs", + "coxidizedwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", + "coxidizedwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "coxidizedwaxedcopstair": "waxed_oxidized_cut_copper_stairs", + "coxidizedwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", + "coxidizedwaxedcostair": "waxed_oxidized_cut_copper_stairs", + "coxidizedwaxedcostairs": "waxed_oxidized_cut_copper_stairs", + "coxiwacopperstair": "waxed_oxidized_cut_copper_stairs", + "coxiwacopperstairs": "waxed_oxidized_cut_copper_stairs", + "coxiwacopstair": "waxed_oxidized_cut_copper_stairs", + "coxiwacopstairs": "waxed_oxidized_cut_copper_stairs", + "coxiwacostair": "waxed_oxidized_cut_copper_stairs", + "coxiwacostairs": "waxed_oxidized_cut_copper_stairs", + "coxiwaxcopperstair": "waxed_oxidized_cut_copper_stairs", + "coxiwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", + "coxiwaxcopstair": "waxed_oxidized_cut_copper_stairs", + "coxiwaxcopstairs": "waxed_oxidized_cut_copper_stairs", + "coxiwaxcostair": "waxed_oxidized_cut_copper_stairs", + "coxiwaxcostairs": "waxed_oxidized_cut_copper_stairs", + "coxiwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", + "coxiwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "coxiwaxedcopstair": "waxed_oxidized_cut_copper_stairs", + "coxiwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", + "coxiwaxedcostair": "waxed_oxidized_cut_copper_stairs", + "coxiwaxedcostairs": "waxed_oxidized_cut_copper_stairs", + "coxywacopperstair": "waxed_oxidized_cut_copper_stairs", + "coxywacopperstairs": "waxed_oxidized_cut_copper_stairs", + "coxywacopstair": "waxed_oxidized_cut_copper_stairs", + "coxywacopstairs": "waxed_oxidized_cut_copper_stairs", + "coxywacostair": "waxed_oxidized_cut_copper_stairs", + "coxywacostairs": "waxed_oxidized_cut_copper_stairs", + "coxywaxcopperstair": "waxed_oxidized_cut_copper_stairs", + "coxywaxcopperstairs": "waxed_oxidized_cut_copper_stairs", + "coxywaxcopstair": "waxed_oxidized_cut_copper_stairs", + "coxywaxcopstairs": "waxed_oxidized_cut_copper_stairs", + "coxywaxcostair": "waxed_oxidized_cut_copper_stairs", + "coxywaxcostairs": "waxed_oxidized_cut_copper_stairs", + "coxywaxedcopperstair": "waxed_oxidized_cut_copper_stairs", + "coxywaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "coxywaxedcopstair": "waxed_oxidized_cut_copper_stairs", + "coxywaxedcopstairs": "waxed_oxidized_cut_copper_stairs", + "coxywaxedcostair": "waxed_oxidized_cut_copper_stairs", + "coxywaxedcostairs": "waxed_oxidized_cut_copper_stairs", + "cutoxidisedwacopperstair": "waxed_oxidized_cut_copper_stairs", + "cutoxidisedwacopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxidisedwacopstair": "waxed_oxidized_cut_copper_stairs", + "cutoxidisedwacopstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxidisedwacostair": "waxed_oxidized_cut_copper_stairs", + "cutoxidisedwacostairs": "waxed_oxidized_cut_copper_stairs", + "cutoxidisedwaxcopperstair": "waxed_oxidized_cut_copper_stairs", + "cutoxidisedwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxidisedwaxcopstair": "waxed_oxidized_cut_copper_stairs", + "cutoxidisedwaxcopstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxidisedwaxcostair": "waxed_oxidized_cut_copper_stairs", + "cutoxidisedwaxcostairs": "waxed_oxidized_cut_copper_stairs", + "cutoxidisedwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", + "cutoxidisedwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxidisedwaxedcopstair": "waxed_oxidized_cut_copper_stairs", + "cutoxidisedwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxidisedwaxedcostair": "waxed_oxidized_cut_copper_stairs", + "cutoxidisedwaxedcostairs": "waxed_oxidized_cut_copper_stairs", + "cutoxidizedwacopperstair": "waxed_oxidized_cut_copper_stairs", + "cutoxidizedwacopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxidizedwacopstair": "waxed_oxidized_cut_copper_stairs", + "cutoxidizedwacopstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxidizedwacostair": "waxed_oxidized_cut_copper_stairs", + "cutoxidizedwacostairs": "waxed_oxidized_cut_copper_stairs", + "cutoxidizedwaxcopperstair": "waxed_oxidized_cut_copper_stairs", + "cutoxidizedwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxidizedwaxcopstair": "waxed_oxidized_cut_copper_stairs", + "cutoxidizedwaxcopstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxidizedwaxcostair": "waxed_oxidized_cut_copper_stairs", + "cutoxidizedwaxcostairs": "waxed_oxidized_cut_copper_stairs", + "cutoxidizedwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", + "cutoxidizedwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxidizedwaxedcopstair": "waxed_oxidized_cut_copper_stairs", + "cutoxidizedwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxidizedwaxedcostair": "waxed_oxidized_cut_copper_stairs", + "cutoxidizedwaxedcostairs": "waxed_oxidized_cut_copper_stairs", + "cutoxiwacopperstair": "waxed_oxidized_cut_copper_stairs", + "cutoxiwacopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxiwacopstair": "waxed_oxidized_cut_copper_stairs", + "cutoxiwacopstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxiwacostair": "waxed_oxidized_cut_copper_stairs", + "cutoxiwacostairs": "waxed_oxidized_cut_copper_stairs", + "cutoxiwaxcopperstair": "waxed_oxidized_cut_copper_stairs", + "cutoxiwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxiwaxcopstair": "waxed_oxidized_cut_copper_stairs", + "cutoxiwaxcopstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxiwaxcostair": "waxed_oxidized_cut_copper_stairs", + "cutoxiwaxcostairs": "waxed_oxidized_cut_copper_stairs", + "cutoxiwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", + "cutoxiwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxiwaxedcopstair": "waxed_oxidized_cut_copper_stairs", + "cutoxiwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxiwaxedcostair": "waxed_oxidized_cut_copper_stairs", + "cutoxiwaxedcostairs": "waxed_oxidized_cut_copper_stairs", + "cutoxywacopperstair": "waxed_oxidized_cut_copper_stairs", + "cutoxywacopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxywacopstair": "waxed_oxidized_cut_copper_stairs", + "cutoxywacopstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxywacostair": "waxed_oxidized_cut_copper_stairs", + "cutoxywacostairs": "waxed_oxidized_cut_copper_stairs", + "cutoxywaxcopperstair": "waxed_oxidized_cut_copper_stairs", + "cutoxywaxcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxywaxcopstair": "waxed_oxidized_cut_copper_stairs", + "cutoxywaxcopstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxywaxcostair": "waxed_oxidized_cut_copper_stairs", + "cutoxywaxcostairs": "waxed_oxidized_cut_copper_stairs", + "cutoxywaxedcopperstair": "waxed_oxidized_cut_copper_stairs", + "cutoxywaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxywaxedcopstair": "waxed_oxidized_cut_copper_stairs", + "cutoxywaxedcopstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxywaxedcostair": "waxed_oxidized_cut_copper_stairs", + "cutoxywaxedcostairs": "waxed_oxidized_cut_copper_stairs", + "cutwaoxicopperstair": "waxed_oxidized_cut_copper_stairs", + "cutwaoxicopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaoxicopstair": "waxed_oxidized_cut_copper_stairs", + "cutwaoxicopstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaoxicostair": "waxed_oxidized_cut_copper_stairs", + "cutwaoxicostairs": "waxed_oxidized_cut_copper_stairs", + "cutwaoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", + "cutwaoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", + "cutwaoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaoxidisedcostair": "waxed_oxidized_cut_copper_stairs", + "cutwaoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", + "cutwaoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", + "cutwaoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", + "cutwaoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaoxidizedcostair": "waxed_oxidized_cut_copper_stairs", + "cutwaoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", + "cutwaoxycopperstair": "waxed_oxidized_cut_copper_stairs", + "cutwaoxycopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaoxycopstair": "waxed_oxidized_cut_copper_stairs", + "cutwaoxycopstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaoxycostair": "waxed_oxidized_cut_copper_stairs", + "cutwaoxycostairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxicopperstair": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxicopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxicopstair": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxicopstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxicostair": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxicostairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxidisedcostair": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxidizedcostair": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxycopperstair": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxycopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxycopstair": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxycopstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxycostair": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxycostairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxicopperstair": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxicopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxicopstair": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxicopstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxicostair": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxicostairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxidisedcostair": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxidizedcostair": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxycopperstair": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxycopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxycopstair": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxycopstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxycostair": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxycostairs": "waxed_oxidized_cut_copper_stairs", + "cwaoxicopperstair": "waxed_oxidized_cut_copper_stairs", + "cwaoxicopperstairs": "waxed_oxidized_cut_copper_stairs", + "cwaoxicopstair": "waxed_oxidized_cut_copper_stairs", + "cwaoxicopstairs": "waxed_oxidized_cut_copper_stairs", + "cwaoxicostair": "waxed_oxidized_cut_copper_stairs", + "cwaoxicostairs": "waxed_oxidized_cut_copper_stairs", + "cwaoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", + "cwaoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cwaoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", + "cwaoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", + "cwaoxidisedcostair": "waxed_oxidized_cut_copper_stairs", + "cwaoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", + "cwaoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", + "cwaoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cwaoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", + "cwaoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", + "cwaoxidizedcostair": "waxed_oxidized_cut_copper_stairs", + "cwaoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", + "cwaoxycopperstair": "waxed_oxidized_cut_copper_stairs", + "cwaoxycopperstairs": "waxed_oxidized_cut_copper_stairs", + "cwaoxycopstair": "waxed_oxidized_cut_copper_stairs", + "cwaoxycopstairs": "waxed_oxidized_cut_copper_stairs", + "cwaoxycostair": "waxed_oxidized_cut_copper_stairs", + "cwaoxycostairs": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxicopperstair": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxicopperstairs": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxicopstair": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxicopstairs": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxicostair": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxicostairs": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxidisedcostair": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxidizedcostair": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxycopperstair": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxycopperstairs": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxycopstair": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxycopstairs": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxycostair": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxycostairs": "waxed_oxidized_cut_copper_stairs", + "cwaxoxicopperstair": "waxed_oxidized_cut_copper_stairs", + "cwaxoxicopperstairs": "waxed_oxidized_cut_copper_stairs", + "cwaxoxicopstair": "waxed_oxidized_cut_copper_stairs", + "cwaxoxicopstairs": "waxed_oxidized_cut_copper_stairs", + "cwaxoxicostair": "waxed_oxidized_cut_copper_stairs", + "cwaxoxicostairs": "waxed_oxidized_cut_copper_stairs", + "cwaxoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", + "cwaxoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cwaxoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", + "cwaxoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", + "cwaxoxidisedcostair": "waxed_oxidized_cut_copper_stairs", + "cwaxoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", + "cwaxoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", + "cwaxoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cwaxoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", + "cwaxoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", + "cwaxoxidizedcostair": "waxed_oxidized_cut_copper_stairs", + "cwaxoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", + "cwaxoxycopperstair": "waxed_oxidized_cut_copper_stairs", + "cwaxoxycopperstairs": "waxed_oxidized_cut_copper_stairs", + "cwaxoxycopstair": "waxed_oxidized_cut_copper_stairs", + "cwaxoxycopstairs": "waxed_oxidized_cut_copper_stairs", + "cwaxoxycostair": "waxed_oxidized_cut_copper_stairs", + "cwaxoxycostairs": "waxed_oxidized_cut_copper_stairs", + "minecraft:waxed_oxidized_cut_copper_stairs": "waxed_oxidized_cut_copper_stairs", + "oxicutwacopperstair": "waxed_oxidized_cut_copper_stairs", + "oxicutwacopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxicutwacopstair": "waxed_oxidized_cut_copper_stairs", + "oxicutwacopstairs": "waxed_oxidized_cut_copper_stairs", + "oxicutwacostair": "waxed_oxidized_cut_copper_stairs", + "oxicutwacostairs": "waxed_oxidized_cut_copper_stairs", + "oxicutwaxcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxicutwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxicutwaxcopstair": "waxed_oxidized_cut_copper_stairs", + "oxicutwaxcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxicutwaxcostair": "waxed_oxidized_cut_copper_stairs", + "oxicutwaxcostairs": "waxed_oxidized_cut_copper_stairs", + "oxicutwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxicutwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxicutwaxedcopstair": "waxed_oxidized_cut_copper_stairs", + "oxicutwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxicutwaxedcostair": "waxed_oxidized_cut_copper_stairs", + "oxicutwaxedcostairs": "waxed_oxidized_cut_copper_stairs", + "oxicwacopperstair": "waxed_oxidized_cut_copper_stairs", + "oxicwacopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxicwacopstair": "waxed_oxidized_cut_copper_stairs", + "oxicwacopstairs": "waxed_oxidized_cut_copper_stairs", + "oxicwacostair": "waxed_oxidized_cut_copper_stairs", + "oxicwacostairs": "waxed_oxidized_cut_copper_stairs", + "oxicwaxcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxicwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxicwaxcopstair": "waxed_oxidized_cut_copper_stairs", + "oxicwaxcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxicwaxcostair": "waxed_oxidized_cut_copper_stairs", + "oxicwaxcostairs": "waxed_oxidized_cut_copper_stairs", + "oxicwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxicwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxicwaxedcopstair": "waxed_oxidized_cut_copper_stairs", + "oxicwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxicwaxedcostair": "waxed_oxidized_cut_copper_stairs", + "oxicwaxedcostairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedcutwacopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedcutwacopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedcutwacopstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedcutwacopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedcutwacostair": "waxed_oxidized_cut_copper_stairs", + "oxidisedcutwacostairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedcutwaxcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedcutwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedcutwaxcopstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedcutwaxcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedcutwaxcostair": "waxed_oxidized_cut_copper_stairs", + "oxidisedcutwaxcostairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedcutwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedcutwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedcutwaxedcopstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedcutwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedcutwaxedcostair": "waxed_oxidized_cut_copper_stairs", + "oxidisedcutwaxedcostairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedcwacopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedcwacopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedcwacopstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedcwacopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedcwacostair": "waxed_oxidized_cut_copper_stairs", + "oxidisedcwacostairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedcwaxcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedcwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedcwaxcopstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedcwaxcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedcwaxcostair": "waxed_oxidized_cut_copper_stairs", + "oxidisedcwaxcostairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedcwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedcwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedcwaxedcopstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedcwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedcwaxedcostair": "waxed_oxidized_cut_copper_stairs", + "oxidisedcwaxedcostairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaccopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaccopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaccopstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaccopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaccostair": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaccostairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedwacutcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedwacutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedwacutcopstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedwacutcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedwacutcostair": "waxed_oxidized_cut_copper_stairs", + "oxidisedwacutcostairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxccopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxccopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxccopstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxccopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxccostair": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxccostairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxcutcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxcutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxcutcopstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxcutcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxcutcostair": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxcutcostairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxedccopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxedccopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxedccopstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxedccopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxedccostair": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxedccostairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxedcutcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxedcutcopstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxedcutcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxedcutcostair": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxedcutcostairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedcutwacopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedcutwacopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedcutwacopstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedcutwacopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedcutwacostair": "waxed_oxidized_cut_copper_stairs", + "oxidizedcutwacostairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedcutwaxcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedcutwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedcutwaxcopstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedcutwaxcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedcutwaxcostair": "waxed_oxidized_cut_copper_stairs", + "oxidizedcutwaxcostairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedcutwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedcutwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedcutwaxedcopstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedcutwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedcutwaxedcostair": "waxed_oxidized_cut_copper_stairs", + "oxidizedcutwaxedcostairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedcwacopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedcwacopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedcwacopstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedcwacopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedcwacostair": "waxed_oxidized_cut_copper_stairs", + "oxidizedcwacostairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedcwaxcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedcwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedcwaxcopstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedcwaxcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedcwaxcostair": "waxed_oxidized_cut_copper_stairs", + "oxidizedcwaxcostairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedcwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedcwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedcwaxedcopstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedcwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedcwaxedcostair": "waxed_oxidized_cut_copper_stairs", + "oxidizedcwaxedcostairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaccopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaccopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaccopstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaccopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaccostair": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaccostairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedwacutcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedwacutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedwacutcopstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedwacutcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedwacutcostair": "waxed_oxidized_cut_copper_stairs", + "oxidizedwacutcostairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxccopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxccopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxccopstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxccopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxccostair": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxccostairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxcutcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxcutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxcutcopstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxcutcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxcutcostair": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxcutcostairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxedccopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxedccopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxedccopstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxedccopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxedccostair": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxedccostairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxedcutcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxedcutcopstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxedcutcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxedcutcostair": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxedcutcostairs": "waxed_oxidized_cut_copper_stairs", + "oxiwaccopperstair": "waxed_oxidized_cut_copper_stairs", + "oxiwaccopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxiwaccopstair": "waxed_oxidized_cut_copper_stairs", + "oxiwaccopstairs": "waxed_oxidized_cut_copper_stairs", + "oxiwaccostair": "waxed_oxidized_cut_copper_stairs", + "oxiwaccostairs": "waxed_oxidized_cut_copper_stairs", + "oxiwacutcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxiwacutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxiwacutcopstair": "waxed_oxidized_cut_copper_stairs", + "oxiwacutcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxiwacutcostair": "waxed_oxidized_cut_copper_stairs", + "oxiwacutcostairs": "waxed_oxidized_cut_copper_stairs", + "oxiwaxccopperstair": "waxed_oxidized_cut_copper_stairs", + "oxiwaxccopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxiwaxccopstair": "waxed_oxidized_cut_copper_stairs", + "oxiwaxccopstairs": "waxed_oxidized_cut_copper_stairs", + "oxiwaxccostair": "waxed_oxidized_cut_copper_stairs", + "oxiwaxccostairs": "waxed_oxidized_cut_copper_stairs", + "oxiwaxcutcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxiwaxcutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxiwaxcutcopstair": "waxed_oxidized_cut_copper_stairs", + "oxiwaxcutcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxiwaxcutcostair": "waxed_oxidized_cut_copper_stairs", + "oxiwaxcutcostairs": "waxed_oxidized_cut_copper_stairs", + "oxiwaxedccopperstair": "waxed_oxidized_cut_copper_stairs", + "oxiwaxedccopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxiwaxedccopstair": "waxed_oxidized_cut_copper_stairs", + "oxiwaxedccopstairs": "waxed_oxidized_cut_copper_stairs", + "oxiwaxedccostair": "waxed_oxidized_cut_copper_stairs", + "oxiwaxedccostairs": "waxed_oxidized_cut_copper_stairs", + "oxiwaxedcutcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxiwaxedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxiwaxedcutcopstair": "waxed_oxidized_cut_copper_stairs", + "oxiwaxedcutcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxiwaxedcutcostair": "waxed_oxidized_cut_copper_stairs", + "oxiwaxedcutcostairs": "waxed_oxidized_cut_copper_stairs", + "oxycutwacopperstair": "waxed_oxidized_cut_copper_stairs", + "oxycutwacopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxycutwacopstair": "waxed_oxidized_cut_copper_stairs", + "oxycutwacopstairs": "waxed_oxidized_cut_copper_stairs", + "oxycutwacostair": "waxed_oxidized_cut_copper_stairs", + "oxycutwacostairs": "waxed_oxidized_cut_copper_stairs", + "oxycutwaxcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxycutwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxycutwaxcopstair": "waxed_oxidized_cut_copper_stairs", + "oxycutwaxcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxycutwaxcostair": "waxed_oxidized_cut_copper_stairs", + "oxycutwaxcostairs": "waxed_oxidized_cut_copper_stairs", + "oxycutwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxycutwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxycutwaxedcopstair": "waxed_oxidized_cut_copper_stairs", + "oxycutwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxycutwaxedcostair": "waxed_oxidized_cut_copper_stairs", + "oxycutwaxedcostairs": "waxed_oxidized_cut_copper_stairs", + "oxycwacopperstair": "waxed_oxidized_cut_copper_stairs", + "oxycwacopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxycwacopstair": "waxed_oxidized_cut_copper_stairs", + "oxycwacopstairs": "waxed_oxidized_cut_copper_stairs", + "oxycwacostair": "waxed_oxidized_cut_copper_stairs", + "oxycwacostairs": "waxed_oxidized_cut_copper_stairs", + "oxycwaxcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxycwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxycwaxcopstair": "waxed_oxidized_cut_copper_stairs", + "oxycwaxcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxycwaxcostair": "waxed_oxidized_cut_copper_stairs", + "oxycwaxcostairs": "waxed_oxidized_cut_copper_stairs", + "oxycwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxycwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxycwaxedcopstair": "waxed_oxidized_cut_copper_stairs", + "oxycwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxycwaxedcostair": "waxed_oxidized_cut_copper_stairs", + "oxycwaxedcostairs": "waxed_oxidized_cut_copper_stairs", + "oxywaccopperstair": "waxed_oxidized_cut_copper_stairs", + "oxywaccopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxywaccopstair": "waxed_oxidized_cut_copper_stairs", + "oxywaccopstairs": "waxed_oxidized_cut_copper_stairs", + "oxywaccostair": "waxed_oxidized_cut_copper_stairs", + "oxywaccostairs": "waxed_oxidized_cut_copper_stairs", + "oxywacutcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxywacutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxywacutcopstair": "waxed_oxidized_cut_copper_stairs", + "oxywacutcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxywacutcostair": "waxed_oxidized_cut_copper_stairs", + "oxywacutcostairs": "waxed_oxidized_cut_copper_stairs", + "oxywaxccopperstair": "waxed_oxidized_cut_copper_stairs", + "oxywaxccopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxywaxccopstair": "waxed_oxidized_cut_copper_stairs", + "oxywaxccopstairs": "waxed_oxidized_cut_copper_stairs", + "oxywaxccostair": "waxed_oxidized_cut_copper_stairs", + "oxywaxccostairs": "waxed_oxidized_cut_copper_stairs", + "oxywaxcutcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxywaxcutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxywaxcutcopstair": "waxed_oxidized_cut_copper_stairs", + "oxywaxcutcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxywaxcutcostair": "waxed_oxidized_cut_copper_stairs", + "oxywaxcutcostairs": "waxed_oxidized_cut_copper_stairs", + "oxywaxedccopperstair": "waxed_oxidized_cut_copper_stairs", + "oxywaxedccopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxywaxedccopstair": "waxed_oxidized_cut_copper_stairs", + "oxywaxedccopstairs": "waxed_oxidized_cut_copper_stairs", + "oxywaxedccostair": "waxed_oxidized_cut_copper_stairs", + "oxywaxedccostairs": "waxed_oxidized_cut_copper_stairs", + "oxywaxedcutcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxywaxedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxywaxedcutcopstair": "waxed_oxidized_cut_copper_stairs", + "oxywaxedcutcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxywaxedcutcostair": "waxed_oxidized_cut_copper_stairs", + "oxywaxedcutcostairs": "waxed_oxidized_cut_copper_stairs", + "wacoxicopperstair": "waxed_oxidized_cut_copper_stairs", + "wacoxicopperstairs": "waxed_oxidized_cut_copper_stairs", + "wacoxicopstair": "waxed_oxidized_cut_copper_stairs", + "wacoxicopstairs": "waxed_oxidized_cut_copper_stairs", + "wacoxicostair": "waxed_oxidized_cut_copper_stairs", + "wacoxicostairs": "waxed_oxidized_cut_copper_stairs", + "wacoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", + "wacoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "wacoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", + "wacoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", + "wacoxidisedcostair": "waxed_oxidized_cut_copper_stairs", + "wacoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", + "wacoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", + "wacoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "wacoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", + "wacoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", + "wacoxidizedcostair": "waxed_oxidized_cut_copper_stairs", + "wacoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", + "wacoxycopperstair": "waxed_oxidized_cut_copper_stairs", + "wacoxycopperstairs": "waxed_oxidized_cut_copper_stairs", + "wacoxycopstair": "waxed_oxidized_cut_copper_stairs", + "wacoxycopstairs": "waxed_oxidized_cut_copper_stairs", + "wacoxycostair": "waxed_oxidized_cut_copper_stairs", + "wacoxycostairs": "waxed_oxidized_cut_copper_stairs", + "wacutoxicopperstair": "waxed_oxidized_cut_copper_stairs", + "wacutoxicopperstairs": "waxed_oxidized_cut_copper_stairs", + "wacutoxicopstair": "waxed_oxidized_cut_copper_stairs", + "wacutoxicopstairs": "waxed_oxidized_cut_copper_stairs", + "wacutoxicostair": "waxed_oxidized_cut_copper_stairs", + "wacutoxicostairs": "waxed_oxidized_cut_copper_stairs", + "wacutoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", + "wacutoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "wacutoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", + "wacutoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", + "wacutoxidisedcostair": "waxed_oxidized_cut_copper_stairs", + "wacutoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", + "wacutoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", + "wacutoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "wacutoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", + "wacutoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", + "wacutoxidizedcostair": "waxed_oxidized_cut_copper_stairs", + "wacutoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", + "wacutoxycopperstair": "waxed_oxidized_cut_copper_stairs", + "wacutoxycopperstairs": "waxed_oxidized_cut_copper_stairs", + "wacutoxycopstair": "waxed_oxidized_cut_copper_stairs", + "wacutoxycopstairs": "waxed_oxidized_cut_copper_stairs", + "wacutoxycostair": "waxed_oxidized_cut_copper_stairs", + "wacutoxycostairs": "waxed_oxidized_cut_copper_stairs", + "waoxiccopperstair": "waxed_oxidized_cut_copper_stairs", + "waoxiccopperstairs": "waxed_oxidized_cut_copper_stairs", + "waoxiccopstair": "waxed_oxidized_cut_copper_stairs", + "waoxiccopstairs": "waxed_oxidized_cut_copper_stairs", + "waoxiccostair": "waxed_oxidized_cut_copper_stairs", + "waoxiccostairs": "waxed_oxidized_cut_copper_stairs", + "waoxicutcopperstair": "waxed_oxidized_cut_copper_stairs", + "waoxicutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waoxicutcopstair": "waxed_oxidized_cut_copper_stairs", + "waoxicutcopstairs": "waxed_oxidized_cut_copper_stairs", + "waoxicutcostair": "waxed_oxidized_cut_copper_stairs", + "waoxicutcostairs": "waxed_oxidized_cut_copper_stairs", + "waoxidisedccopperstair": "waxed_oxidized_cut_copper_stairs", + "waoxidisedccopperstairs": "waxed_oxidized_cut_copper_stairs", + "waoxidisedccopstair": "waxed_oxidized_cut_copper_stairs", + "waoxidisedccopstairs": "waxed_oxidized_cut_copper_stairs", + "waoxidisedccostair": "waxed_oxidized_cut_copper_stairs", + "waoxidisedccostairs": "waxed_oxidized_cut_copper_stairs", + "waoxidisedcutcopperstair": "waxed_oxidized_cut_copper_stairs", + "waoxidisedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waoxidisedcutcopstair": "waxed_oxidized_cut_copper_stairs", + "waoxidisedcutcopstairs": "waxed_oxidized_cut_copper_stairs", + "waoxidisedcutcostair": "waxed_oxidized_cut_copper_stairs", + "waoxidisedcutcostairs": "waxed_oxidized_cut_copper_stairs", + "waoxidizedccopperstair": "waxed_oxidized_cut_copper_stairs", + "waoxidizedccopperstairs": "waxed_oxidized_cut_copper_stairs", + "waoxidizedccopstair": "waxed_oxidized_cut_copper_stairs", + "waoxidizedccopstairs": "waxed_oxidized_cut_copper_stairs", + "waoxidizedccostair": "waxed_oxidized_cut_copper_stairs", + "waoxidizedccostairs": "waxed_oxidized_cut_copper_stairs", + "waoxidizedcutcopperstair": "waxed_oxidized_cut_copper_stairs", + "waoxidizedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waoxidizedcutcopstair": "waxed_oxidized_cut_copper_stairs", + "waoxidizedcutcopstairs": "waxed_oxidized_cut_copper_stairs", + "waoxidizedcutcostair": "waxed_oxidized_cut_copper_stairs", + "waoxidizedcutcostairs": "waxed_oxidized_cut_copper_stairs", + "waoxyccopperstair": "waxed_oxidized_cut_copper_stairs", + "waoxyccopperstairs": "waxed_oxidized_cut_copper_stairs", + "waoxyccopstair": "waxed_oxidized_cut_copper_stairs", + "waoxyccopstairs": "waxed_oxidized_cut_copper_stairs", + "waoxyccostair": "waxed_oxidized_cut_copper_stairs", + "waoxyccostairs": "waxed_oxidized_cut_copper_stairs", + "waoxycutcopperstair": "waxed_oxidized_cut_copper_stairs", + "waoxycutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waoxycutcopstair": "waxed_oxidized_cut_copper_stairs", + "waoxycutcopstairs": "waxed_oxidized_cut_copper_stairs", + "waoxycutcostair": "waxed_oxidized_cut_copper_stairs", + "waoxycutcostairs": "waxed_oxidized_cut_copper_stairs", + "waxcoxicopperstair": "waxed_oxidized_cut_copper_stairs", + "waxcoxicopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxcoxicopstair": "waxed_oxidized_cut_copper_stairs", + "waxcoxicopstairs": "waxed_oxidized_cut_copper_stairs", + "waxcoxicostair": "waxed_oxidized_cut_copper_stairs", + "waxcoxicostairs": "waxed_oxidized_cut_copper_stairs", + "waxcoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", + "waxcoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxcoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", + "waxcoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", + "waxcoxidisedcostair": "waxed_oxidized_cut_copper_stairs", + "waxcoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", + "waxcoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", + "waxcoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxcoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", + "waxcoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", + "waxcoxidizedcostair": "waxed_oxidized_cut_copper_stairs", + "waxcoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", + "waxcoxycopperstair": "waxed_oxidized_cut_copper_stairs", + "waxcoxycopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxcoxycopstair": "waxed_oxidized_cut_copper_stairs", + "waxcoxycopstairs": "waxed_oxidized_cut_copper_stairs", + "waxcoxycostair": "waxed_oxidized_cut_copper_stairs", + "waxcoxycostairs": "waxed_oxidized_cut_copper_stairs", + "waxcutoxicopperstair": "waxed_oxidized_cut_copper_stairs", + "waxcutoxicopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxcutoxicopstair": "waxed_oxidized_cut_copper_stairs", + "waxcutoxicopstairs": "waxed_oxidized_cut_copper_stairs", + "waxcutoxicostair": "waxed_oxidized_cut_copper_stairs", + "waxcutoxicostairs": "waxed_oxidized_cut_copper_stairs", + "waxcutoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", + "waxcutoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxcutoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", + "waxcutoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", + "waxcutoxidisedcostair": "waxed_oxidized_cut_copper_stairs", + "waxcutoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", + "waxcutoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", + "waxcutoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxcutoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", + "waxcutoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", + "waxcutoxidizedcostair": "waxed_oxidized_cut_copper_stairs", + "waxcutoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", + "waxcutoxycopperstair": "waxed_oxidized_cut_copper_stairs", + "waxcutoxycopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxcutoxycopstair": "waxed_oxidized_cut_copper_stairs", + "waxcutoxycopstairs": "waxed_oxidized_cut_copper_stairs", + "waxcutoxycostair": "waxed_oxidized_cut_copper_stairs", + "waxcutoxycostairs": "waxed_oxidized_cut_copper_stairs", + "waxedcoxicopperstair": "waxed_oxidized_cut_copper_stairs", + "waxedcoxicopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxedcoxicopstair": "waxed_oxidized_cut_copper_stairs", + "waxedcoxicopstairs": "waxed_oxidized_cut_copper_stairs", + "waxedcoxicostair": "waxed_oxidized_cut_copper_stairs", + "waxedcoxicostairs": "waxed_oxidized_cut_copper_stairs", + "waxedcoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", + "waxedcoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxedcoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", + "waxedcoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", + "waxedcoxidisedcostair": "waxed_oxidized_cut_copper_stairs", + "waxedcoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", + "waxedcoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", + "waxedcoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxedcoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", + "waxedcoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", + "waxedcoxidizedcostair": "waxed_oxidized_cut_copper_stairs", + "waxedcoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", + "waxedcoxycopperstair": "waxed_oxidized_cut_copper_stairs", + "waxedcoxycopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxedcoxycopstair": "waxed_oxidized_cut_copper_stairs", + "waxedcoxycopstairs": "waxed_oxidized_cut_copper_stairs", + "waxedcoxycostair": "waxed_oxidized_cut_copper_stairs", + "waxedcoxycostairs": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxicopperstair": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxicopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxicopstair": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxicopstairs": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxicostair": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxicostairs": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxidisedcostair": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxidizedcostair": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxycopperstair": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxycopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxycopstair": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxycopstairs": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxycostair": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxycostairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxiccopperstair": "waxed_oxidized_cut_copper_stairs", + "waxedoxiccopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxiccopstair": "waxed_oxidized_cut_copper_stairs", + "waxedoxiccopstairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxiccostair": "waxed_oxidized_cut_copper_stairs", + "waxedoxiccostairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxicutcopperstair": "waxed_oxidized_cut_copper_stairs", + "waxedoxicutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxicutcopstair": "waxed_oxidized_cut_copper_stairs", + "waxedoxicutcopstairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxicutcostair": "waxed_oxidized_cut_copper_stairs", + "waxedoxicutcostairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxidisedccopperstair": "waxed_oxidized_cut_copper_stairs", + "waxedoxidisedccopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxidisedccopstair": "waxed_oxidized_cut_copper_stairs", + "waxedoxidisedccopstairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxidisedccostair": "waxed_oxidized_cut_copper_stairs", + "waxedoxidisedccostairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxidisedcutcopperstair": "waxed_oxidized_cut_copper_stairs", + "waxedoxidisedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxidisedcutcopstair": "waxed_oxidized_cut_copper_stairs", + "waxedoxidisedcutcopstairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxidisedcutcostair": "waxed_oxidized_cut_copper_stairs", + "waxedoxidisedcutcostairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxidizedccopperstair": "waxed_oxidized_cut_copper_stairs", + "waxedoxidizedccopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxidizedccopstair": "waxed_oxidized_cut_copper_stairs", + "waxedoxidizedccopstairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxidizedccostair": "waxed_oxidized_cut_copper_stairs", + "waxedoxidizedccostairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxidizedcutcopperstair": "waxed_oxidized_cut_copper_stairs", + "waxedoxidizedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxidizedcutcopstair": "waxed_oxidized_cut_copper_stairs", + "waxedoxidizedcutcopstairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxidizedcutcostair": "waxed_oxidized_cut_copper_stairs", + "waxedoxidizedcutcostairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxyccopperstair": "waxed_oxidized_cut_copper_stairs", + "waxedoxyccopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxyccopstair": "waxed_oxidized_cut_copper_stairs", + "waxedoxyccopstairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxyccostair": "waxed_oxidized_cut_copper_stairs", + "waxedoxyccostairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxycutcopperstair": "waxed_oxidized_cut_copper_stairs", + "waxedoxycutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxycutcopstair": "waxed_oxidized_cut_copper_stairs", + "waxedoxycutcopstairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxycutcostair": "waxed_oxidized_cut_copper_stairs", + "waxedoxycutcostairs": "waxed_oxidized_cut_copper_stairs", + "waxoxiccopperstair": "waxed_oxidized_cut_copper_stairs", + "waxoxiccopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxoxiccopstair": "waxed_oxidized_cut_copper_stairs", + "waxoxiccopstairs": "waxed_oxidized_cut_copper_stairs", + "waxoxiccostair": "waxed_oxidized_cut_copper_stairs", + "waxoxiccostairs": "waxed_oxidized_cut_copper_stairs", + "waxoxicutcopperstair": "waxed_oxidized_cut_copper_stairs", + "waxoxicutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxoxicutcopstair": "waxed_oxidized_cut_copper_stairs", + "waxoxicutcopstairs": "waxed_oxidized_cut_copper_stairs", + "waxoxicutcostair": "waxed_oxidized_cut_copper_stairs", + "waxoxicutcostairs": "waxed_oxidized_cut_copper_stairs", + "waxoxidisedccopperstair": "waxed_oxidized_cut_copper_stairs", + "waxoxidisedccopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxoxidisedccopstair": "waxed_oxidized_cut_copper_stairs", + "waxoxidisedccopstairs": "waxed_oxidized_cut_copper_stairs", + "waxoxidisedccostair": "waxed_oxidized_cut_copper_stairs", + "waxoxidisedccostairs": "waxed_oxidized_cut_copper_stairs", + "waxoxidisedcutcopperstair": "waxed_oxidized_cut_copper_stairs", + "waxoxidisedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxoxidisedcutcopstair": "waxed_oxidized_cut_copper_stairs", + "waxoxidisedcutcopstairs": "waxed_oxidized_cut_copper_stairs", + "waxoxidisedcutcostair": "waxed_oxidized_cut_copper_stairs", + "waxoxidisedcutcostairs": "waxed_oxidized_cut_copper_stairs", + "waxoxidizedccopperstair": "waxed_oxidized_cut_copper_stairs", + "waxoxidizedccopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxoxidizedccopstair": "waxed_oxidized_cut_copper_stairs", + "waxoxidizedccopstairs": "waxed_oxidized_cut_copper_stairs", + "waxoxidizedccostair": "waxed_oxidized_cut_copper_stairs", + "waxoxidizedccostairs": "waxed_oxidized_cut_copper_stairs", + "waxoxidizedcutcopperstair": "waxed_oxidized_cut_copper_stairs", + "waxoxidizedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxoxidizedcutcopstair": "waxed_oxidized_cut_copper_stairs", + "waxoxidizedcutcopstairs": "waxed_oxidized_cut_copper_stairs", + "waxoxidizedcutcostair": "waxed_oxidized_cut_copper_stairs", + "waxoxidizedcutcostairs": "waxed_oxidized_cut_copper_stairs", + "waxoxyccopperstair": "waxed_oxidized_cut_copper_stairs", + "waxoxyccopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxoxyccopstair": "waxed_oxidized_cut_copper_stairs", + "waxoxyccopstairs": "waxed_oxidized_cut_copper_stairs", + "waxoxyccostair": "waxed_oxidized_cut_copper_stairs", + "waxoxyccostairs": "waxed_oxidized_cut_copper_stairs", + "waxoxycutcopperstair": "waxed_oxidized_cut_copper_stairs", + "waxoxycutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxoxycutcopstair": "waxed_oxidized_cut_copper_stairs", + "waxoxycutcopstairs": "waxed_oxidized_cut_copper_stairs", + "waxoxycutcostair": "waxed_oxidized_cut_copper_stairs", + "waxoxycutcostairs": "waxed_oxidized_cut_copper_stairs", + "waxed_weathered_copper": { + "material": "WAXED_WEATHERED_COPPER" + }, + "minecraft:waxed_weathered_copper": "waxed_weathered_copper", + "waweathercoblock": "waxed_weathered_copper", + "waweathercopblock": "waxed_weathered_copper", + "waweathercopperblock": "waxed_weathered_copper", + "waweatheredcoblock": "waxed_weathered_copper", + "waweatheredcopblock": "waxed_weathered_copper", + "waweatheredcopperblock": "waxed_weathered_copper", + "wawecoblock": "waxed_weathered_copper", + "wawecopblock": "waxed_weathered_copper", + "wawecopperblock": "waxed_weathered_copper", + "wawthcoblock": "waxed_weathered_copper", + "wawthcopblock": "waxed_weathered_copper", + "wawthcopperblock": "waxed_weathered_copper", + "waxedweathercoblock": "waxed_weathered_copper", + "waxedweathercopblock": "waxed_weathered_copper", + "waxedweathercopperblock": "waxed_weathered_copper", + "waxedweatheredcoblock": "waxed_weathered_copper", + "waxedweatheredcopblock": "waxed_weathered_copper", + "waxedweatheredcopper": "waxed_weathered_copper", + "waxedweatheredcopperblock": "waxed_weathered_copper", + "waxedwecoblock": "waxed_weathered_copper", + "waxedwecopblock": "waxed_weathered_copper", + "waxedwecopperblock": "waxed_weathered_copper", + "waxedwthcoblock": "waxed_weathered_copper", + "waxedwthcopblock": "waxed_weathered_copper", + "waxedwthcopperblock": "waxed_weathered_copper", + "waxweathercoblock": "waxed_weathered_copper", + "waxweathercopblock": "waxed_weathered_copper", + "waxweathercopperblock": "waxed_weathered_copper", + "waxweatheredcoblock": "waxed_weathered_copper", + "waxweatheredcopblock": "waxed_weathered_copper", + "waxweatheredcopperblock": "waxed_weathered_copper", + "waxwecoblock": "waxed_weathered_copper", + "waxwecopblock": "waxed_weathered_copper", + "waxwecopperblock": "waxed_weathered_copper", + "waxwthcoblock": "waxed_weathered_copper", + "waxwthcopblock": "waxed_weathered_copper", + "waxwthcopperblock": "waxed_weathered_copper", + "weatheredwacoblock": "waxed_weathered_copper", + "weatheredwacopblock": "waxed_weathered_copper", + "weatheredwacopperblock": "waxed_weathered_copper", + "weatheredwaxcoblock": "waxed_weathered_copper", + "weatheredwaxcopblock": "waxed_weathered_copper", + "weatheredwaxcopperblock": "waxed_weathered_copper", + "weatheredwaxedcoblock": "waxed_weathered_copper", + "weatheredwaxedcopblock": "waxed_weathered_copper", + "weatheredwaxedcopperblock": "waxed_weathered_copper", + "weatherwacoblock": "waxed_weathered_copper", + "weatherwacopblock": "waxed_weathered_copper", + "weatherwacopperblock": "waxed_weathered_copper", + "weatherwaxcoblock": "waxed_weathered_copper", + "weatherwaxcopblock": "waxed_weathered_copper", + "weatherwaxcopperblock": "waxed_weathered_copper", + "weatherwaxedcoblock": "waxed_weathered_copper", + "weatherwaxedcopblock": "waxed_weathered_copper", + "weatherwaxedcopperblock": "waxed_weathered_copper", + "wewacoblock": "waxed_weathered_copper", + "wewacopblock": "waxed_weathered_copper", + "wewacopperblock": "waxed_weathered_copper", + "wewaxcoblock": "waxed_weathered_copper", + "wewaxcopblock": "waxed_weathered_copper", + "wewaxcopperblock": "waxed_weathered_copper", + "wewaxedcoblock": "waxed_weathered_copper", + "wewaxedcopblock": "waxed_weathered_copper", + "wewaxedcopperblock": "waxed_weathered_copper", + "wthwacoblock": "waxed_weathered_copper", + "wthwacopblock": "waxed_weathered_copper", + "wthwacopperblock": "waxed_weathered_copper", + "wthwaxcoblock": "waxed_weathered_copper", + "wthwaxcopblock": "waxed_weathered_copper", + "wthwaxcopperblock": "waxed_weathered_copper", + "wthwaxedcoblock": "waxed_weathered_copper", + "wthwaxedcopblock": "waxed_weathered_copper", + "wthwaxedcopperblock": "waxed_weathered_copper", + "waxed_weathered_cut_copper": { + "material": "WAXED_WEATHERED_CUT_COPPER" + }, + "cutwaweathercoblock": "waxed_weathered_cut_copper", + "cutwaweathercopblock": "waxed_weathered_cut_copper", + "cutwaweathercopperblock": "waxed_weathered_cut_copper", + "cutwaweatheredcoblock": "waxed_weathered_cut_copper", + "cutwaweatheredcopblock": "waxed_weathered_cut_copper", + "cutwaweatheredcopperblock": "waxed_weathered_cut_copper", + "cutwawecoblock": "waxed_weathered_cut_copper", + "cutwawecopblock": "waxed_weathered_cut_copper", + "cutwawecopperblock": "waxed_weathered_cut_copper", + "cutwawthcoblock": "waxed_weathered_cut_copper", + "cutwawthcopblock": "waxed_weathered_cut_copper", + "cutwawthcopperblock": "waxed_weathered_cut_copper", + "cutwaxedweathercoblock": "waxed_weathered_cut_copper", + "cutwaxedweathercopblock": "waxed_weathered_cut_copper", + "cutwaxedweathercopperblock": "waxed_weathered_cut_copper", + "cutwaxedweatheredcoblock": "waxed_weathered_cut_copper", + "cutwaxedweatheredcopblock": "waxed_weathered_cut_copper", + "cutwaxedweatheredcopperblock": "waxed_weathered_cut_copper", + "cutwaxedwecoblock": "waxed_weathered_cut_copper", + "cutwaxedwecopblock": "waxed_weathered_cut_copper", + "cutwaxedwecopperblock": "waxed_weathered_cut_copper", + "cutwaxedwthcoblock": "waxed_weathered_cut_copper", + "cutwaxedwthcopblock": "waxed_weathered_cut_copper", + "cutwaxedwthcopperblock": "waxed_weathered_cut_copper", + "cutwaxweathercoblock": "waxed_weathered_cut_copper", + "cutwaxweathercopblock": "waxed_weathered_cut_copper", + "cutwaxweathercopperblock": "waxed_weathered_cut_copper", + "cutwaxweatheredcoblock": "waxed_weathered_cut_copper", + "cutwaxweatheredcopblock": "waxed_weathered_cut_copper", + "cutwaxweatheredcopperblock": "waxed_weathered_cut_copper", + "cutwaxwecoblock": "waxed_weathered_cut_copper", + "cutwaxwecopblock": "waxed_weathered_cut_copper", + "cutwaxwecopperblock": "waxed_weathered_cut_copper", + "cutwaxwthcoblock": "waxed_weathered_cut_copper", + "cutwaxwthcopblock": "waxed_weathered_cut_copper", + "cutwaxwthcopperblock": "waxed_weathered_cut_copper", + "cutweatheredwacoblock": "waxed_weathered_cut_copper", + "cutweatheredwacopblock": "waxed_weathered_cut_copper", + "cutweatheredwacopperblock": "waxed_weathered_cut_copper", + "cutweatheredwaxcoblock": "waxed_weathered_cut_copper", + "cutweatheredwaxcopblock": "waxed_weathered_cut_copper", + "cutweatheredwaxcopperblock": "waxed_weathered_cut_copper", + "cutweatheredwaxedcoblock": "waxed_weathered_cut_copper", + "cutweatheredwaxedcopblock": "waxed_weathered_cut_copper", + "cutweatheredwaxedcopperblock": "waxed_weathered_cut_copper", + "cutweatherwacoblock": "waxed_weathered_cut_copper", + "cutweatherwacopblock": "waxed_weathered_cut_copper", + "cutweatherwacopperblock": "waxed_weathered_cut_copper", + "cutweatherwaxcoblock": "waxed_weathered_cut_copper", + "cutweatherwaxcopblock": "waxed_weathered_cut_copper", + "cutweatherwaxcopperblock": "waxed_weathered_cut_copper", + "cutweatherwaxedcoblock": "waxed_weathered_cut_copper", + "cutweatherwaxedcopblock": "waxed_weathered_cut_copper", + "cutweatherwaxedcopperblock": "waxed_weathered_cut_copper", + "cutwewacoblock": "waxed_weathered_cut_copper", + "cutwewacopblock": "waxed_weathered_cut_copper", + "cutwewacopperblock": "waxed_weathered_cut_copper", + "cutwewaxcoblock": "waxed_weathered_cut_copper", + "cutwewaxcopblock": "waxed_weathered_cut_copper", + "cutwewaxcopperblock": "waxed_weathered_cut_copper", + "cutwewaxedcoblock": "waxed_weathered_cut_copper", + "cutwewaxedcopblock": "waxed_weathered_cut_copper", + "cutwewaxedcopperblock": "waxed_weathered_cut_copper", + "cutwthwacoblock": "waxed_weathered_cut_copper", + "cutwthwacopblock": "waxed_weathered_cut_copper", + "cutwthwacopperblock": "waxed_weathered_cut_copper", + "cutwthwaxcoblock": "waxed_weathered_cut_copper", + "cutwthwaxcopblock": "waxed_weathered_cut_copper", + "cutwthwaxcopperblock": "waxed_weathered_cut_copper", + "cutwthwaxedcoblock": "waxed_weathered_cut_copper", + "cutwthwaxedcopblock": "waxed_weathered_cut_copper", + "cutwthwaxedcopperblock": "waxed_weathered_cut_copper", + "cwaweathercoblock": "waxed_weathered_cut_copper", + "cwaweathercopblock": "waxed_weathered_cut_copper", + "cwaweathercopperblock": "waxed_weathered_cut_copper", + "cwaweatheredcoblock": "waxed_weathered_cut_copper", + "cwaweatheredcopblock": "waxed_weathered_cut_copper", + "cwaweatheredcopperblock": "waxed_weathered_cut_copper", + "cwawecoblock": "waxed_weathered_cut_copper", + "cwawecopblock": "waxed_weathered_cut_copper", + "cwawecopperblock": "waxed_weathered_cut_copper", + "cwawthcoblock": "waxed_weathered_cut_copper", + "cwawthcopblock": "waxed_weathered_cut_copper", + "cwawthcopperblock": "waxed_weathered_cut_copper", + "cwaxedweathercoblock": "waxed_weathered_cut_copper", + "cwaxedweathercopblock": "waxed_weathered_cut_copper", + "cwaxedweathercopperblock": "waxed_weathered_cut_copper", + "cwaxedweatheredcoblock": "waxed_weathered_cut_copper", + "cwaxedweatheredcopblock": "waxed_weathered_cut_copper", + "cwaxedweatheredcopperblock": "waxed_weathered_cut_copper", + "cwaxedwecoblock": "waxed_weathered_cut_copper", + "cwaxedwecopblock": "waxed_weathered_cut_copper", + "cwaxedwecopperblock": "waxed_weathered_cut_copper", + "cwaxedwthcoblock": "waxed_weathered_cut_copper", + "cwaxedwthcopblock": "waxed_weathered_cut_copper", + "cwaxedwthcopperblock": "waxed_weathered_cut_copper", + "cwaxweathercoblock": "waxed_weathered_cut_copper", + "cwaxweathercopblock": "waxed_weathered_cut_copper", + "cwaxweathercopperblock": "waxed_weathered_cut_copper", + "cwaxweatheredcoblock": "waxed_weathered_cut_copper", + "cwaxweatheredcopblock": "waxed_weathered_cut_copper", + "cwaxweatheredcopperblock": "waxed_weathered_cut_copper", + "cwaxwecoblock": "waxed_weathered_cut_copper", + "cwaxwecopblock": "waxed_weathered_cut_copper", + "cwaxwecopperblock": "waxed_weathered_cut_copper", + "cwaxwthcoblock": "waxed_weathered_cut_copper", + "cwaxwthcopblock": "waxed_weathered_cut_copper", + "cwaxwthcopperblock": "waxed_weathered_cut_copper", + "cweatheredwacoblock": "waxed_weathered_cut_copper", + "cweatheredwacopblock": "waxed_weathered_cut_copper", + "cweatheredwacopperblock": "waxed_weathered_cut_copper", + "cweatheredwaxcoblock": "waxed_weathered_cut_copper", + "cweatheredwaxcopblock": "waxed_weathered_cut_copper", + "cweatheredwaxcopperblock": "waxed_weathered_cut_copper", + "cweatheredwaxedcoblock": "waxed_weathered_cut_copper", + "cweatheredwaxedcopblock": "waxed_weathered_cut_copper", + "cweatheredwaxedcopperblock": "waxed_weathered_cut_copper", + "cweatherwacoblock": "waxed_weathered_cut_copper", + "cweatherwacopblock": "waxed_weathered_cut_copper", + "cweatherwacopperblock": "waxed_weathered_cut_copper", + "cweatherwaxcoblock": "waxed_weathered_cut_copper", + "cweatherwaxcopblock": "waxed_weathered_cut_copper", + "cweatherwaxcopperblock": "waxed_weathered_cut_copper", + "cweatherwaxedcoblock": "waxed_weathered_cut_copper", + "cweatherwaxedcopblock": "waxed_weathered_cut_copper", + "cweatherwaxedcopperblock": "waxed_weathered_cut_copper", + "cwewacoblock": "waxed_weathered_cut_copper", + "cwewacopblock": "waxed_weathered_cut_copper", + "cwewacopperblock": "waxed_weathered_cut_copper", + "cwewaxcoblock": "waxed_weathered_cut_copper", + "cwewaxcopblock": "waxed_weathered_cut_copper", + "cwewaxcopperblock": "waxed_weathered_cut_copper", + "cwewaxedcoblock": "waxed_weathered_cut_copper", + "cwewaxedcopblock": "waxed_weathered_cut_copper", + "cwewaxedcopperblock": "waxed_weathered_cut_copper", + "cwthwacoblock": "waxed_weathered_cut_copper", + "cwthwacopblock": "waxed_weathered_cut_copper", + "cwthwacopperblock": "waxed_weathered_cut_copper", + "cwthwaxcoblock": "waxed_weathered_cut_copper", + "cwthwaxcopblock": "waxed_weathered_cut_copper", + "cwthwaxcopperblock": "waxed_weathered_cut_copper", + "cwthwaxedcoblock": "waxed_weathered_cut_copper", + "cwthwaxedcopblock": "waxed_weathered_cut_copper", + "cwthwaxedcopperblock": "waxed_weathered_cut_copper", + "minecraft:waxed_weathered_cut_copper": "waxed_weathered_cut_copper", + "wacutweathercoblock": "waxed_weathered_cut_copper", + "wacutweathercopblock": "waxed_weathered_cut_copper", + "wacutweathercopperblock": "waxed_weathered_cut_copper", + "wacutweatheredcoblock": "waxed_weathered_cut_copper", + "wacutweatheredcopblock": "waxed_weathered_cut_copper", + "wacutweatheredcopperblock": "waxed_weathered_cut_copper", + "wacutwecoblock": "waxed_weathered_cut_copper", + "wacutwecopblock": "waxed_weathered_cut_copper", + "wacutwecopperblock": "waxed_weathered_cut_copper", + "wacutwthcoblock": "waxed_weathered_cut_copper", + "wacutwthcopblock": "waxed_weathered_cut_copper", + "wacutwthcopperblock": "waxed_weathered_cut_copper", + "wacweathercoblock": "waxed_weathered_cut_copper", + "wacweathercopblock": "waxed_weathered_cut_copper", + "wacweathercopperblock": "waxed_weathered_cut_copper", + "wacweatheredcoblock": "waxed_weathered_cut_copper", + "wacweatheredcopblock": "waxed_weathered_cut_copper", + "wacweatheredcopperblock": "waxed_weathered_cut_copper", + "wacwecoblock": "waxed_weathered_cut_copper", + "wacwecopblock": "waxed_weathered_cut_copper", + "wacwecopperblock": "waxed_weathered_cut_copper", + "wacwthcoblock": "waxed_weathered_cut_copper", + "wacwthcopblock": "waxed_weathered_cut_copper", + "wacwthcopperblock": "waxed_weathered_cut_copper", + "waweatherccoblock": "waxed_weathered_cut_copper", + "waweatherccopblock": "waxed_weathered_cut_copper", + "waweatherccopperblock": "waxed_weathered_cut_copper", + "waweathercutcoblock": "waxed_weathered_cut_copper", + "waweathercutcopblock": "waxed_weathered_cut_copper", + "waweathercutcopperblock": "waxed_weathered_cut_copper", + "waweatheredccoblock": "waxed_weathered_cut_copper", + "waweatheredccopblock": "waxed_weathered_cut_copper", + "waweatheredccopperblock": "waxed_weathered_cut_copper", + "waweatheredcutcoblock": "waxed_weathered_cut_copper", + "waweatheredcutcopblock": "waxed_weathered_cut_copper", + "waweatheredcutcopperblock": "waxed_weathered_cut_copper", + "waweccoblock": "waxed_weathered_cut_copper", + "waweccopblock": "waxed_weathered_cut_copper", + "waweccopperblock": "waxed_weathered_cut_copper", + "wawecutcoblock": "waxed_weathered_cut_copper", + "wawecutcopblock": "waxed_weathered_cut_copper", + "wawecutcopperblock": "waxed_weathered_cut_copper", + "wawthccoblock": "waxed_weathered_cut_copper", + "wawthccopblock": "waxed_weathered_cut_copper", + "wawthccopperblock": "waxed_weathered_cut_copper", + "wawthcutcoblock": "waxed_weathered_cut_copper", + "wawthcutcopblock": "waxed_weathered_cut_copper", + "wawthcutcopperblock": "waxed_weathered_cut_copper", + "waxcutweathercoblock": "waxed_weathered_cut_copper", + "waxcutweathercopblock": "waxed_weathered_cut_copper", + "waxcutweathercopperblock": "waxed_weathered_cut_copper", + "waxcutweatheredcoblock": "waxed_weathered_cut_copper", + "waxcutweatheredcopblock": "waxed_weathered_cut_copper", + "waxcutweatheredcopperblock": "waxed_weathered_cut_copper", + "waxcutwecoblock": "waxed_weathered_cut_copper", + "waxcutwecopblock": "waxed_weathered_cut_copper", + "waxcutwecopperblock": "waxed_weathered_cut_copper", + "waxcutwthcoblock": "waxed_weathered_cut_copper", + "waxcutwthcopblock": "waxed_weathered_cut_copper", + "waxcutwthcopperblock": "waxed_weathered_cut_copper", + "waxcweathercoblock": "waxed_weathered_cut_copper", + "waxcweathercopblock": "waxed_weathered_cut_copper", + "waxcweathercopperblock": "waxed_weathered_cut_copper", + "waxcweatheredcoblock": "waxed_weathered_cut_copper", + "waxcweatheredcopblock": "waxed_weathered_cut_copper", + "waxcweatheredcopperblock": "waxed_weathered_cut_copper", + "waxcwecoblock": "waxed_weathered_cut_copper", + "waxcwecopblock": "waxed_weathered_cut_copper", + "waxcwecopperblock": "waxed_weathered_cut_copper", + "waxcwthcoblock": "waxed_weathered_cut_copper", + "waxcwthcopblock": "waxed_weathered_cut_copper", + "waxcwthcopperblock": "waxed_weathered_cut_copper", + "waxedcutweathercoblock": "waxed_weathered_cut_copper", + "waxedcutweathercopblock": "waxed_weathered_cut_copper", + "waxedcutweathercopperblock": "waxed_weathered_cut_copper", + "waxedcutweatheredcoblock": "waxed_weathered_cut_copper", + "waxedcutweatheredcopblock": "waxed_weathered_cut_copper", + "waxedcutweatheredcopperblock": "waxed_weathered_cut_copper", + "waxedcutwecoblock": "waxed_weathered_cut_copper", + "waxedcutwecopblock": "waxed_weathered_cut_copper", + "waxedcutwecopperblock": "waxed_weathered_cut_copper", + "waxedcutwthcoblock": "waxed_weathered_cut_copper", + "waxedcutwthcopblock": "waxed_weathered_cut_copper", + "waxedcutwthcopperblock": "waxed_weathered_cut_copper", + "waxedcweathercoblock": "waxed_weathered_cut_copper", + "waxedcweathercopblock": "waxed_weathered_cut_copper", + "waxedcweathercopperblock": "waxed_weathered_cut_copper", + "waxedcweatheredcoblock": "waxed_weathered_cut_copper", + "waxedcweatheredcopblock": "waxed_weathered_cut_copper", + "waxedcweatheredcopperblock": "waxed_weathered_cut_copper", + "waxedcwecoblock": "waxed_weathered_cut_copper", + "waxedcwecopblock": "waxed_weathered_cut_copper", + "waxedcwecopperblock": "waxed_weathered_cut_copper", + "waxedcwthcoblock": "waxed_weathered_cut_copper", + "waxedcwthcopblock": "waxed_weathered_cut_copper", + "waxedcwthcopperblock": "waxed_weathered_cut_copper", + "waxedweatherccoblock": "waxed_weathered_cut_copper", + "waxedweatherccopblock": "waxed_weathered_cut_copper", + "waxedweatherccopperblock": "waxed_weathered_cut_copper", + "waxedweathercutcoblock": "waxed_weathered_cut_copper", + "waxedweathercutcopblock": "waxed_weathered_cut_copper", + "waxedweathercutcopperblock": "waxed_weathered_cut_copper", + "waxedweatheredccoblock": "waxed_weathered_cut_copper", + "waxedweatheredccopblock": "waxed_weathered_cut_copper", + "waxedweatheredccopperblock": "waxed_weathered_cut_copper", + "waxedweatheredcutcoblock": "waxed_weathered_cut_copper", + "waxedweatheredcutcopblock": "waxed_weathered_cut_copper", + "waxedweatheredcutcopper": "waxed_weathered_cut_copper", + "waxedweatheredcutcopperblock": "waxed_weathered_cut_copper", + "waxedweccoblock": "waxed_weathered_cut_copper", + "waxedweccopblock": "waxed_weathered_cut_copper", + "waxedweccopperblock": "waxed_weathered_cut_copper", + "waxedwecutcoblock": "waxed_weathered_cut_copper", + "waxedwecutcopblock": "waxed_weathered_cut_copper", + "waxedwecutcopperblock": "waxed_weathered_cut_copper", + "waxedwthccoblock": "waxed_weathered_cut_copper", + "waxedwthccopblock": "waxed_weathered_cut_copper", + "waxedwthccopperblock": "waxed_weathered_cut_copper", + "waxedwthcutcoblock": "waxed_weathered_cut_copper", + "waxedwthcutcopblock": "waxed_weathered_cut_copper", + "waxedwthcutcopperblock": "waxed_weathered_cut_copper", + "waxweatherccoblock": "waxed_weathered_cut_copper", + "waxweatherccopblock": "waxed_weathered_cut_copper", + "waxweatherccopperblock": "waxed_weathered_cut_copper", + "waxweathercutcoblock": "waxed_weathered_cut_copper", + "waxweathercutcopblock": "waxed_weathered_cut_copper", + "waxweathercutcopperblock": "waxed_weathered_cut_copper", + "waxweatheredccoblock": "waxed_weathered_cut_copper", + "waxweatheredccopblock": "waxed_weathered_cut_copper", + "waxweatheredccopperblock": "waxed_weathered_cut_copper", + "waxweatheredcutcoblock": "waxed_weathered_cut_copper", + "waxweatheredcutcopblock": "waxed_weathered_cut_copper", + "waxweatheredcutcopperblock": "waxed_weathered_cut_copper", + "waxweccoblock": "waxed_weathered_cut_copper", + "waxweccopblock": "waxed_weathered_cut_copper", + "waxweccopperblock": "waxed_weathered_cut_copper", + "waxwecutcoblock": "waxed_weathered_cut_copper", + "waxwecutcopblock": "waxed_weathered_cut_copper", + "waxwecutcopperblock": "waxed_weathered_cut_copper", + "waxwthccoblock": "waxed_weathered_cut_copper", + "waxwthccopblock": "waxed_weathered_cut_copper", + "waxwthccopperblock": "waxed_weathered_cut_copper", + "waxwthcutcoblock": "waxed_weathered_cut_copper", + "waxwthcutcopblock": "waxed_weathered_cut_copper", + "waxwthcutcopperblock": "waxed_weathered_cut_copper", + "weathercutwacoblock": "waxed_weathered_cut_copper", + "weathercutwacopblock": "waxed_weathered_cut_copper", + "weathercutwacopperblock": "waxed_weathered_cut_copper", + "weathercutwaxcoblock": "waxed_weathered_cut_copper", + "weathercutwaxcopblock": "waxed_weathered_cut_copper", + "weathercutwaxcopperblock": "waxed_weathered_cut_copper", + "weathercutwaxedcoblock": "waxed_weathered_cut_copper", + "weathercutwaxedcopblock": "waxed_weathered_cut_copper", + "weathercutwaxedcopperblock": "waxed_weathered_cut_copper", + "weathercwacoblock": "waxed_weathered_cut_copper", + "weathercwacopblock": "waxed_weathered_cut_copper", + "weathercwacopperblock": "waxed_weathered_cut_copper", + "weathercwaxcoblock": "waxed_weathered_cut_copper", + "weathercwaxcopblock": "waxed_weathered_cut_copper", + "weathercwaxcopperblock": "waxed_weathered_cut_copper", + "weathercwaxedcoblock": "waxed_weathered_cut_copper", + "weathercwaxedcopblock": "waxed_weathered_cut_copper", + "weathercwaxedcopperblock": "waxed_weathered_cut_copper", + "weatheredcutwacoblock": "waxed_weathered_cut_copper", + "weatheredcutwacopblock": "waxed_weathered_cut_copper", + "weatheredcutwacopperblock": "waxed_weathered_cut_copper", + "weatheredcutwaxcoblock": "waxed_weathered_cut_copper", + "weatheredcutwaxcopblock": "waxed_weathered_cut_copper", + "weatheredcutwaxcopperblock": "waxed_weathered_cut_copper", + "weatheredcutwaxedcoblock": "waxed_weathered_cut_copper", + "weatheredcutwaxedcopblock": "waxed_weathered_cut_copper", + "weatheredcutwaxedcopperblock": "waxed_weathered_cut_copper", + "weatheredcwacoblock": "waxed_weathered_cut_copper", + "weatheredcwacopblock": "waxed_weathered_cut_copper", + "weatheredcwacopperblock": "waxed_weathered_cut_copper", + "weatheredcwaxcoblock": "waxed_weathered_cut_copper", + "weatheredcwaxcopblock": "waxed_weathered_cut_copper", + "weatheredcwaxcopperblock": "waxed_weathered_cut_copper", + "weatheredcwaxedcoblock": "waxed_weathered_cut_copper", + "weatheredcwaxedcopblock": "waxed_weathered_cut_copper", + "weatheredcwaxedcopperblock": "waxed_weathered_cut_copper", + "weatheredwaccoblock": "waxed_weathered_cut_copper", + "weatheredwaccopblock": "waxed_weathered_cut_copper", + "weatheredwaccopperblock": "waxed_weathered_cut_copper", + "weatheredwacutcoblock": "waxed_weathered_cut_copper", + "weatheredwacutcopblock": "waxed_weathered_cut_copper", + "weatheredwacutcopperblock": "waxed_weathered_cut_copper", + "weatheredwaxccoblock": "waxed_weathered_cut_copper", + "weatheredwaxccopblock": "waxed_weathered_cut_copper", + "weatheredwaxccopperblock": "waxed_weathered_cut_copper", + "weatheredwaxcutcoblock": "waxed_weathered_cut_copper", + "weatheredwaxcutcopblock": "waxed_weathered_cut_copper", + "weatheredwaxcutcopperblock": "waxed_weathered_cut_copper", + "weatheredwaxedccoblock": "waxed_weathered_cut_copper", + "weatheredwaxedccopblock": "waxed_weathered_cut_copper", + "weatheredwaxedccopperblock": "waxed_weathered_cut_copper", + "weatheredwaxedcutcoblock": "waxed_weathered_cut_copper", + "weatheredwaxedcutcopblock": "waxed_weathered_cut_copper", + "weatheredwaxedcutcopperblock": "waxed_weathered_cut_copper", + "weatherwaccoblock": "waxed_weathered_cut_copper", + "weatherwaccopblock": "waxed_weathered_cut_copper", + "weatherwaccopperblock": "waxed_weathered_cut_copper", + "weatherwacutcoblock": "waxed_weathered_cut_copper", + "weatherwacutcopblock": "waxed_weathered_cut_copper", + "weatherwacutcopperblock": "waxed_weathered_cut_copper", + "weatherwaxccoblock": "waxed_weathered_cut_copper", + "weatherwaxccopblock": "waxed_weathered_cut_copper", + "weatherwaxccopperblock": "waxed_weathered_cut_copper", + "weatherwaxcutcoblock": "waxed_weathered_cut_copper", + "weatherwaxcutcopblock": "waxed_weathered_cut_copper", + "weatherwaxcutcopperblock": "waxed_weathered_cut_copper", + "weatherwaxedccoblock": "waxed_weathered_cut_copper", + "weatherwaxedccopblock": "waxed_weathered_cut_copper", + "weatherwaxedccopperblock": "waxed_weathered_cut_copper", + "weatherwaxedcutcoblock": "waxed_weathered_cut_copper", + "weatherwaxedcutcopblock": "waxed_weathered_cut_copper", + "weatherwaxedcutcopperblock": "waxed_weathered_cut_copper", + "wecutwacoblock": "waxed_weathered_cut_copper", + "wecutwacopblock": "waxed_weathered_cut_copper", + "wecutwacopperblock": "waxed_weathered_cut_copper", + "wecutwaxcoblock": "waxed_weathered_cut_copper", + "wecutwaxcopblock": "waxed_weathered_cut_copper", + "wecutwaxcopperblock": "waxed_weathered_cut_copper", + "wecutwaxedcoblock": "waxed_weathered_cut_copper", + "wecutwaxedcopblock": "waxed_weathered_cut_copper", + "wecutwaxedcopperblock": "waxed_weathered_cut_copper", + "wecwacoblock": "waxed_weathered_cut_copper", + "wecwacopblock": "waxed_weathered_cut_copper", + "wecwacopperblock": "waxed_weathered_cut_copper", + "wecwaxcoblock": "waxed_weathered_cut_copper", + "wecwaxcopblock": "waxed_weathered_cut_copper", + "wecwaxcopperblock": "waxed_weathered_cut_copper", + "wecwaxedcoblock": "waxed_weathered_cut_copper", + "wecwaxedcopblock": "waxed_weathered_cut_copper", + "wecwaxedcopperblock": "waxed_weathered_cut_copper", + "wewaccoblock": "waxed_weathered_cut_copper", + "wewaccopblock": "waxed_weathered_cut_copper", + "wewaccopperblock": "waxed_weathered_cut_copper", + "wewacutcoblock": "waxed_weathered_cut_copper", + "wewacutcopblock": "waxed_weathered_cut_copper", + "wewacutcopperblock": "waxed_weathered_cut_copper", + "wewaxccoblock": "waxed_weathered_cut_copper", + "wewaxccopblock": "waxed_weathered_cut_copper", + "wewaxccopperblock": "waxed_weathered_cut_copper", + "wewaxcutcoblock": "waxed_weathered_cut_copper", + "wewaxcutcopblock": "waxed_weathered_cut_copper", + "wewaxcutcopperblock": "waxed_weathered_cut_copper", + "wewaxedccoblock": "waxed_weathered_cut_copper", + "wewaxedccopblock": "waxed_weathered_cut_copper", + "wewaxedccopperblock": "waxed_weathered_cut_copper", + "wewaxedcutcoblock": "waxed_weathered_cut_copper", + "wewaxedcutcopblock": "waxed_weathered_cut_copper", + "wewaxedcutcopperblock": "waxed_weathered_cut_copper", + "wthcutwacoblock": "waxed_weathered_cut_copper", + "wthcutwacopblock": "waxed_weathered_cut_copper", + "wthcutwacopperblock": "waxed_weathered_cut_copper", + "wthcutwaxcoblock": "waxed_weathered_cut_copper", + "wthcutwaxcopblock": "waxed_weathered_cut_copper", + "wthcutwaxcopperblock": "waxed_weathered_cut_copper", + "wthcutwaxedcoblock": "waxed_weathered_cut_copper", + "wthcutwaxedcopblock": "waxed_weathered_cut_copper", + "wthcutwaxedcopperblock": "waxed_weathered_cut_copper", + "wthcwacoblock": "waxed_weathered_cut_copper", + "wthcwacopblock": "waxed_weathered_cut_copper", + "wthcwacopperblock": "waxed_weathered_cut_copper", + "wthcwaxcoblock": "waxed_weathered_cut_copper", + "wthcwaxcopblock": "waxed_weathered_cut_copper", + "wthcwaxcopperblock": "waxed_weathered_cut_copper", + "wthcwaxedcoblock": "waxed_weathered_cut_copper", + "wthcwaxedcopblock": "waxed_weathered_cut_copper", + "wthcwaxedcopperblock": "waxed_weathered_cut_copper", + "wthwaccoblock": "waxed_weathered_cut_copper", + "wthwaccopblock": "waxed_weathered_cut_copper", + "wthwaccopperblock": "waxed_weathered_cut_copper", + "wthwacutcoblock": "waxed_weathered_cut_copper", + "wthwacutcopblock": "waxed_weathered_cut_copper", + "wthwacutcopperblock": "waxed_weathered_cut_copper", + "wthwaxccoblock": "waxed_weathered_cut_copper", + "wthwaxccopblock": "waxed_weathered_cut_copper", + "wthwaxccopperblock": "waxed_weathered_cut_copper", + "wthwaxcutcoblock": "waxed_weathered_cut_copper", + "wthwaxcutcopblock": "waxed_weathered_cut_copper", + "wthwaxcutcopperblock": "waxed_weathered_cut_copper", + "wthwaxedccoblock": "waxed_weathered_cut_copper", + "wthwaxedccopblock": "waxed_weathered_cut_copper", + "wthwaxedccopperblock": "waxed_weathered_cut_copper", + "wthwaxedcutcoblock": "waxed_weathered_cut_copper", + "wthwaxedcutcopblock": "waxed_weathered_cut_copper", + "wthwaxedcutcopperblock": "waxed_weathered_cut_copper", + "waxed_weathered_cut_copper_slab": { + "material": "WAXED_WEATHERED_CUT_COPPER_SLAB" + }, + "cutwaweathercohalfblock": "waxed_weathered_cut_copper_slab", + "cutwaweathercophalfblock": "waxed_weathered_cut_copper_slab", + "cutwaweathercopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutwaweathercoppersl": "waxed_weathered_cut_copper_slab", + "cutwaweathercopperslab": "waxed_weathered_cut_copper_slab", + "cutwaweathercopperstep": "waxed_weathered_cut_copper_slab", + "cutwaweathercopsl": "waxed_weathered_cut_copper_slab", + "cutwaweathercopslab": "waxed_weathered_cut_copper_slab", + "cutwaweathercopstep": "waxed_weathered_cut_copper_slab", + "cutwaweathercosl": "waxed_weathered_cut_copper_slab", + "cutwaweathercoslab": "waxed_weathered_cut_copper_slab", + "cutwaweathercostep": "waxed_weathered_cut_copper_slab", + "cutwaweatheredcohalfblock": "waxed_weathered_cut_copper_slab", + "cutwaweatheredcophalfblock": "waxed_weathered_cut_copper_slab", + "cutwaweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutwaweatheredcoppersl": "waxed_weathered_cut_copper_slab", + "cutwaweatheredcopperslab": "waxed_weathered_cut_copper_slab", + "cutwaweatheredcopperstep": "waxed_weathered_cut_copper_slab", + "cutwaweatheredcopsl": "waxed_weathered_cut_copper_slab", + "cutwaweatheredcopslab": "waxed_weathered_cut_copper_slab", + "cutwaweatheredcopstep": "waxed_weathered_cut_copper_slab", + "cutwaweatheredcosl": "waxed_weathered_cut_copper_slab", + "cutwaweatheredcoslab": "waxed_weathered_cut_copper_slab", + "cutwaweatheredcostep": "waxed_weathered_cut_copper_slab", + "cutwawecohalfblock": "waxed_weathered_cut_copper_slab", + "cutwawecophalfblock": "waxed_weathered_cut_copper_slab", + "cutwawecopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutwawecoppersl": "waxed_weathered_cut_copper_slab", + "cutwawecopperslab": "waxed_weathered_cut_copper_slab", + "cutwawecopperstep": "waxed_weathered_cut_copper_slab", + "cutwawecopsl": "waxed_weathered_cut_copper_slab", + "cutwawecopslab": "waxed_weathered_cut_copper_slab", + "cutwawecopstep": "waxed_weathered_cut_copper_slab", + "cutwawecosl": "waxed_weathered_cut_copper_slab", + "cutwawecoslab": "waxed_weathered_cut_copper_slab", + "cutwawecostep": "waxed_weathered_cut_copper_slab", + "cutwawthcohalfblock": "waxed_weathered_cut_copper_slab", + "cutwawthcophalfblock": "waxed_weathered_cut_copper_slab", + "cutwawthcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutwawthcoppersl": "waxed_weathered_cut_copper_slab", + "cutwawthcopperslab": "waxed_weathered_cut_copper_slab", + "cutwawthcopperstep": "waxed_weathered_cut_copper_slab", + "cutwawthcopsl": "waxed_weathered_cut_copper_slab", + "cutwawthcopslab": "waxed_weathered_cut_copper_slab", + "cutwawthcopstep": "waxed_weathered_cut_copper_slab", + "cutwawthcosl": "waxed_weathered_cut_copper_slab", + "cutwawthcoslab": "waxed_weathered_cut_copper_slab", + "cutwawthcostep": "waxed_weathered_cut_copper_slab", + "cutwaxedweathercohalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxedweathercophalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxedweathercopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxedweathercoppersl": "waxed_weathered_cut_copper_slab", + "cutwaxedweathercopperslab": "waxed_weathered_cut_copper_slab", + "cutwaxedweathercopperstep": "waxed_weathered_cut_copper_slab", + "cutwaxedweathercopsl": "waxed_weathered_cut_copper_slab", + "cutwaxedweathercopslab": "waxed_weathered_cut_copper_slab", + "cutwaxedweathercopstep": "waxed_weathered_cut_copper_slab", + "cutwaxedweathercosl": "waxed_weathered_cut_copper_slab", + "cutwaxedweathercoslab": "waxed_weathered_cut_copper_slab", + "cutwaxedweathercostep": "waxed_weathered_cut_copper_slab", + "cutwaxedweatheredcohalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxedweatheredcophalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxedweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxedweatheredcoppersl": "waxed_weathered_cut_copper_slab", + "cutwaxedweatheredcopperslab": "waxed_weathered_cut_copper_slab", + "cutwaxedweatheredcopperstep": "waxed_weathered_cut_copper_slab", + "cutwaxedweatheredcopsl": "waxed_weathered_cut_copper_slab", + "cutwaxedweatheredcopslab": "waxed_weathered_cut_copper_slab", + "cutwaxedweatheredcopstep": "waxed_weathered_cut_copper_slab", + "cutwaxedweatheredcosl": "waxed_weathered_cut_copper_slab", + "cutwaxedweatheredcoslab": "waxed_weathered_cut_copper_slab", + "cutwaxedweatheredcostep": "waxed_weathered_cut_copper_slab", + "cutwaxedwecohalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxedwecophalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxedwecopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxedwecoppersl": "waxed_weathered_cut_copper_slab", + "cutwaxedwecopperslab": "waxed_weathered_cut_copper_slab", + "cutwaxedwecopperstep": "waxed_weathered_cut_copper_slab", + "cutwaxedwecopsl": "waxed_weathered_cut_copper_slab", + "cutwaxedwecopslab": "waxed_weathered_cut_copper_slab", + "cutwaxedwecopstep": "waxed_weathered_cut_copper_slab", + "cutwaxedwecosl": "waxed_weathered_cut_copper_slab", + "cutwaxedwecoslab": "waxed_weathered_cut_copper_slab", + "cutwaxedwecostep": "waxed_weathered_cut_copper_slab", + "cutwaxedwthcohalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxedwthcophalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxedwthcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxedwthcoppersl": "waxed_weathered_cut_copper_slab", + "cutwaxedwthcopperslab": "waxed_weathered_cut_copper_slab", + "cutwaxedwthcopperstep": "waxed_weathered_cut_copper_slab", + "cutwaxedwthcopsl": "waxed_weathered_cut_copper_slab", + "cutwaxedwthcopslab": "waxed_weathered_cut_copper_slab", + "cutwaxedwthcopstep": "waxed_weathered_cut_copper_slab", + "cutwaxedwthcosl": "waxed_weathered_cut_copper_slab", + "cutwaxedwthcoslab": "waxed_weathered_cut_copper_slab", + "cutwaxedwthcostep": "waxed_weathered_cut_copper_slab", + "cutwaxweathercohalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxweathercophalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxweathercopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxweathercoppersl": "waxed_weathered_cut_copper_slab", + "cutwaxweathercopperslab": "waxed_weathered_cut_copper_slab", + "cutwaxweathercopperstep": "waxed_weathered_cut_copper_slab", + "cutwaxweathercopsl": "waxed_weathered_cut_copper_slab", + "cutwaxweathercopslab": "waxed_weathered_cut_copper_slab", + "cutwaxweathercopstep": "waxed_weathered_cut_copper_slab", + "cutwaxweathercosl": "waxed_weathered_cut_copper_slab", + "cutwaxweathercoslab": "waxed_weathered_cut_copper_slab", + "cutwaxweathercostep": "waxed_weathered_cut_copper_slab", + "cutwaxweatheredcohalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxweatheredcophalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxweatheredcoppersl": "waxed_weathered_cut_copper_slab", + "cutwaxweatheredcopperslab": "waxed_weathered_cut_copper_slab", + "cutwaxweatheredcopperstep": "waxed_weathered_cut_copper_slab", + "cutwaxweatheredcopsl": "waxed_weathered_cut_copper_slab", + "cutwaxweatheredcopslab": "waxed_weathered_cut_copper_slab", + "cutwaxweatheredcopstep": "waxed_weathered_cut_copper_slab", + "cutwaxweatheredcosl": "waxed_weathered_cut_copper_slab", + "cutwaxweatheredcoslab": "waxed_weathered_cut_copper_slab", + "cutwaxweatheredcostep": "waxed_weathered_cut_copper_slab", + "cutwaxwecohalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxwecophalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxwecopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxwecoppersl": "waxed_weathered_cut_copper_slab", + "cutwaxwecopperslab": "waxed_weathered_cut_copper_slab", + "cutwaxwecopperstep": "waxed_weathered_cut_copper_slab", + "cutwaxwecopsl": "waxed_weathered_cut_copper_slab", + "cutwaxwecopslab": "waxed_weathered_cut_copper_slab", + "cutwaxwecopstep": "waxed_weathered_cut_copper_slab", + "cutwaxwecosl": "waxed_weathered_cut_copper_slab", + "cutwaxwecoslab": "waxed_weathered_cut_copper_slab", + "cutwaxwecostep": "waxed_weathered_cut_copper_slab", + "cutwaxwthcohalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxwthcophalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxwthcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxwthcoppersl": "waxed_weathered_cut_copper_slab", + "cutwaxwthcopperslab": "waxed_weathered_cut_copper_slab", + "cutwaxwthcopperstep": "waxed_weathered_cut_copper_slab", + "cutwaxwthcopsl": "waxed_weathered_cut_copper_slab", + "cutwaxwthcopslab": "waxed_weathered_cut_copper_slab", + "cutwaxwthcopstep": "waxed_weathered_cut_copper_slab", + "cutwaxwthcosl": "waxed_weathered_cut_copper_slab", + "cutwaxwthcoslab": "waxed_weathered_cut_copper_slab", + "cutwaxwthcostep": "waxed_weathered_cut_copper_slab", + "cutweatheredwacohalfblock": "waxed_weathered_cut_copper_slab", + "cutweatheredwacophalfblock": "waxed_weathered_cut_copper_slab", + "cutweatheredwacopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutweatheredwacoppersl": "waxed_weathered_cut_copper_slab", + "cutweatheredwacopperslab": "waxed_weathered_cut_copper_slab", + "cutweatheredwacopperstep": "waxed_weathered_cut_copper_slab", + "cutweatheredwacopsl": "waxed_weathered_cut_copper_slab", + "cutweatheredwacopslab": "waxed_weathered_cut_copper_slab", + "cutweatheredwacopstep": "waxed_weathered_cut_copper_slab", + "cutweatheredwacosl": "waxed_weathered_cut_copper_slab", + "cutweatheredwacoslab": "waxed_weathered_cut_copper_slab", + "cutweatheredwacostep": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxcohalfblock": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxcophalfblock": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxcoppersl": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxcopperslab": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxcopperstep": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxcopsl": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxcopslab": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxcopstep": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxcosl": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxcoslab": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxcostep": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxedcohalfblock": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxedcophalfblock": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxedcoppersl": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxedcopperslab": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxedcopperstep": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxedcopsl": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxedcopslab": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxedcopstep": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxedcosl": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxedcoslab": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxedcostep": "waxed_weathered_cut_copper_slab", + "cutweatherwacohalfblock": "waxed_weathered_cut_copper_slab", + "cutweatherwacophalfblock": "waxed_weathered_cut_copper_slab", + "cutweatherwacopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutweatherwacoppersl": "waxed_weathered_cut_copper_slab", + "cutweatherwacopperslab": "waxed_weathered_cut_copper_slab", + "cutweatherwacopperstep": "waxed_weathered_cut_copper_slab", + "cutweatherwacopsl": "waxed_weathered_cut_copper_slab", + "cutweatherwacopslab": "waxed_weathered_cut_copper_slab", + "cutweatherwacopstep": "waxed_weathered_cut_copper_slab", + "cutweatherwacosl": "waxed_weathered_cut_copper_slab", + "cutweatherwacoslab": "waxed_weathered_cut_copper_slab", + "cutweatherwacostep": "waxed_weathered_cut_copper_slab", + "cutweatherwaxcohalfblock": "waxed_weathered_cut_copper_slab", + "cutweatherwaxcophalfblock": "waxed_weathered_cut_copper_slab", + "cutweatherwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutweatherwaxcoppersl": "waxed_weathered_cut_copper_slab", + "cutweatherwaxcopperslab": "waxed_weathered_cut_copper_slab", + "cutweatherwaxcopperstep": "waxed_weathered_cut_copper_slab", + "cutweatherwaxcopsl": "waxed_weathered_cut_copper_slab", + "cutweatherwaxcopslab": "waxed_weathered_cut_copper_slab", + "cutweatherwaxcopstep": "waxed_weathered_cut_copper_slab", + "cutweatherwaxcosl": "waxed_weathered_cut_copper_slab", + "cutweatherwaxcoslab": "waxed_weathered_cut_copper_slab", + "cutweatherwaxcostep": "waxed_weathered_cut_copper_slab", + "cutweatherwaxedcohalfblock": "waxed_weathered_cut_copper_slab", + "cutweatherwaxedcophalfblock": "waxed_weathered_cut_copper_slab", + "cutweatherwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutweatherwaxedcoppersl": "waxed_weathered_cut_copper_slab", + "cutweatherwaxedcopperslab": "waxed_weathered_cut_copper_slab", + "cutweatherwaxedcopperstep": "waxed_weathered_cut_copper_slab", + "cutweatherwaxedcopsl": "waxed_weathered_cut_copper_slab", + "cutweatherwaxedcopslab": "waxed_weathered_cut_copper_slab", + "cutweatherwaxedcopstep": "waxed_weathered_cut_copper_slab", + "cutweatherwaxedcosl": "waxed_weathered_cut_copper_slab", + "cutweatherwaxedcoslab": "waxed_weathered_cut_copper_slab", + "cutweatherwaxedcostep": "waxed_weathered_cut_copper_slab", + "cutwewacohalfblock": "waxed_weathered_cut_copper_slab", + "cutwewacophalfblock": "waxed_weathered_cut_copper_slab", + "cutwewacopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutwewacoppersl": "waxed_weathered_cut_copper_slab", + "cutwewacopperslab": "waxed_weathered_cut_copper_slab", + "cutwewacopperstep": "waxed_weathered_cut_copper_slab", + "cutwewacopsl": "waxed_weathered_cut_copper_slab", + "cutwewacopslab": "waxed_weathered_cut_copper_slab", + "cutwewacopstep": "waxed_weathered_cut_copper_slab", + "cutwewacosl": "waxed_weathered_cut_copper_slab", + "cutwewacoslab": "waxed_weathered_cut_copper_slab", + "cutwewacostep": "waxed_weathered_cut_copper_slab", + "cutwewaxcohalfblock": "waxed_weathered_cut_copper_slab", + "cutwewaxcophalfblock": "waxed_weathered_cut_copper_slab", + "cutwewaxcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutwewaxcoppersl": "waxed_weathered_cut_copper_slab", + "cutwewaxcopperslab": "waxed_weathered_cut_copper_slab", + "cutwewaxcopperstep": "waxed_weathered_cut_copper_slab", + "cutwewaxcopsl": "waxed_weathered_cut_copper_slab", + "cutwewaxcopslab": "waxed_weathered_cut_copper_slab", + "cutwewaxcopstep": "waxed_weathered_cut_copper_slab", + "cutwewaxcosl": "waxed_weathered_cut_copper_slab", + "cutwewaxcoslab": "waxed_weathered_cut_copper_slab", + "cutwewaxcostep": "waxed_weathered_cut_copper_slab", + "cutwewaxedcohalfblock": "waxed_weathered_cut_copper_slab", + "cutwewaxedcophalfblock": "waxed_weathered_cut_copper_slab", + "cutwewaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutwewaxedcoppersl": "waxed_weathered_cut_copper_slab", + "cutwewaxedcopperslab": "waxed_weathered_cut_copper_slab", + "cutwewaxedcopperstep": "waxed_weathered_cut_copper_slab", + "cutwewaxedcopsl": "waxed_weathered_cut_copper_slab", + "cutwewaxedcopslab": "waxed_weathered_cut_copper_slab", + "cutwewaxedcopstep": "waxed_weathered_cut_copper_slab", + "cutwewaxedcosl": "waxed_weathered_cut_copper_slab", + "cutwewaxedcoslab": "waxed_weathered_cut_copper_slab", + "cutwewaxedcostep": "waxed_weathered_cut_copper_slab", + "cutwthwacohalfblock": "waxed_weathered_cut_copper_slab", + "cutwthwacophalfblock": "waxed_weathered_cut_copper_slab", + "cutwthwacopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutwthwacoppersl": "waxed_weathered_cut_copper_slab", + "cutwthwacopperslab": "waxed_weathered_cut_copper_slab", + "cutwthwacopperstep": "waxed_weathered_cut_copper_slab", + "cutwthwacopsl": "waxed_weathered_cut_copper_slab", + "cutwthwacopslab": "waxed_weathered_cut_copper_slab", + "cutwthwacopstep": "waxed_weathered_cut_copper_slab", + "cutwthwacosl": "waxed_weathered_cut_copper_slab", + "cutwthwacoslab": "waxed_weathered_cut_copper_slab", + "cutwthwacostep": "waxed_weathered_cut_copper_slab", + "cutwthwaxcohalfblock": "waxed_weathered_cut_copper_slab", + "cutwthwaxcophalfblock": "waxed_weathered_cut_copper_slab", + "cutwthwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutwthwaxcoppersl": "waxed_weathered_cut_copper_slab", + "cutwthwaxcopperslab": "waxed_weathered_cut_copper_slab", + "cutwthwaxcopperstep": "waxed_weathered_cut_copper_slab", + "cutwthwaxcopsl": "waxed_weathered_cut_copper_slab", + "cutwthwaxcopslab": "waxed_weathered_cut_copper_slab", + "cutwthwaxcopstep": "waxed_weathered_cut_copper_slab", + "cutwthwaxcosl": "waxed_weathered_cut_copper_slab", + "cutwthwaxcoslab": "waxed_weathered_cut_copper_slab", + "cutwthwaxcostep": "waxed_weathered_cut_copper_slab", + "cutwthwaxedcohalfblock": "waxed_weathered_cut_copper_slab", + "cutwthwaxedcophalfblock": "waxed_weathered_cut_copper_slab", + "cutwthwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutwthwaxedcoppersl": "waxed_weathered_cut_copper_slab", + "cutwthwaxedcopperslab": "waxed_weathered_cut_copper_slab", + "cutwthwaxedcopperstep": "waxed_weathered_cut_copper_slab", + "cutwthwaxedcopsl": "waxed_weathered_cut_copper_slab", + "cutwthwaxedcopslab": "waxed_weathered_cut_copper_slab", + "cutwthwaxedcopstep": "waxed_weathered_cut_copper_slab", + "cutwthwaxedcosl": "waxed_weathered_cut_copper_slab", + "cutwthwaxedcoslab": "waxed_weathered_cut_copper_slab", + "cutwthwaxedcostep": "waxed_weathered_cut_copper_slab", + "cwaweathercohalfblock": "waxed_weathered_cut_copper_slab", + "cwaweathercophalfblock": "waxed_weathered_cut_copper_slab", + "cwaweathercopperhalfblock": "waxed_weathered_cut_copper_slab", + "cwaweathercoppersl": "waxed_weathered_cut_copper_slab", + "cwaweathercopperslab": "waxed_weathered_cut_copper_slab", + "cwaweathercopperstep": "waxed_weathered_cut_copper_slab", + "cwaweathercopsl": "waxed_weathered_cut_copper_slab", + "cwaweathercopslab": "waxed_weathered_cut_copper_slab", + "cwaweathercopstep": "waxed_weathered_cut_copper_slab", + "cwaweathercosl": "waxed_weathered_cut_copper_slab", + "cwaweathercoslab": "waxed_weathered_cut_copper_slab", + "cwaweathercostep": "waxed_weathered_cut_copper_slab", + "cwaweatheredcohalfblock": "waxed_weathered_cut_copper_slab", + "cwaweatheredcophalfblock": "waxed_weathered_cut_copper_slab", + "cwaweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cwaweatheredcoppersl": "waxed_weathered_cut_copper_slab", + "cwaweatheredcopperslab": "waxed_weathered_cut_copper_slab", + "cwaweatheredcopperstep": "waxed_weathered_cut_copper_slab", + "cwaweatheredcopsl": "waxed_weathered_cut_copper_slab", + "cwaweatheredcopslab": "waxed_weathered_cut_copper_slab", + "cwaweatheredcopstep": "waxed_weathered_cut_copper_slab", + "cwaweatheredcosl": "waxed_weathered_cut_copper_slab", + "cwaweatheredcoslab": "waxed_weathered_cut_copper_slab", + "cwaweatheredcostep": "waxed_weathered_cut_copper_slab", + "cwawecohalfblock": "waxed_weathered_cut_copper_slab", + "cwawecophalfblock": "waxed_weathered_cut_copper_slab", + "cwawecopperhalfblock": "waxed_weathered_cut_copper_slab", + "cwawecoppersl": "waxed_weathered_cut_copper_slab", + "cwawecopperslab": "waxed_weathered_cut_copper_slab", + "cwawecopperstep": "waxed_weathered_cut_copper_slab", + "cwawecopsl": "waxed_weathered_cut_copper_slab", + "cwawecopslab": "waxed_weathered_cut_copper_slab", + "cwawecopstep": "waxed_weathered_cut_copper_slab", + "cwawecosl": "waxed_weathered_cut_copper_slab", + "cwawecoslab": "waxed_weathered_cut_copper_slab", + "cwawecostep": "waxed_weathered_cut_copper_slab", + "cwawthcohalfblock": "waxed_weathered_cut_copper_slab", + "cwawthcophalfblock": "waxed_weathered_cut_copper_slab", + "cwawthcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cwawthcoppersl": "waxed_weathered_cut_copper_slab", + "cwawthcopperslab": "waxed_weathered_cut_copper_slab", + "cwawthcopperstep": "waxed_weathered_cut_copper_slab", + "cwawthcopsl": "waxed_weathered_cut_copper_slab", + "cwawthcopslab": "waxed_weathered_cut_copper_slab", + "cwawthcopstep": "waxed_weathered_cut_copper_slab", + "cwawthcosl": "waxed_weathered_cut_copper_slab", + "cwawthcoslab": "waxed_weathered_cut_copper_slab", + "cwawthcostep": "waxed_weathered_cut_copper_slab", + "cwaxedweathercohalfblock": "waxed_weathered_cut_copper_slab", + "cwaxedweathercophalfblock": "waxed_weathered_cut_copper_slab", + "cwaxedweathercopperhalfblock": "waxed_weathered_cut_copper_slab", + "cwaxedweathercoppersl": "waxed_weathered_cut_copper_slab", + "cwaxedweathercopperslab": "waxed_weathered_cut_copper_slab", + "cwaxedweathercopperstep": "waxed_weathered_cut_copper_slab", + "cwaxedweathercopsl": "waxed_weathered_cut_copper_slab", + "cwaxedweathercopslab": "waxed_weathered_cut_copper_slab", + "cwaxedweathercopstep": "waxed_weathered_cut_copper_slab", + "cwaxedweathercosl": "waxed_weathered_cut_copper_slab", + "cwaxedweathercoslab": "waxed_weathered_cut_copper_slab", + "cwaxedweathercostep": "waxed_weathered_cut_copper_slab", + "cwaxedweatheredcohalfblock": "waxed_weathered_cut_copper_slab", + "cwaxedweatheredcophalfblock": "waxed_weathered_cut_copper_slab", + "cwaxedweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cwaxedweatheredcoppersl": "waxed_weathered_cut_copper_slab", + "cwaxedweatheredcopperslab": "waxed_weathered_cut_copper_slab", + "cwaxedweatheredcopperstep": "waxed_weathered_cut_copper_slab", + "cwaxedweatheredcopsl": "waxed_weathered_cut_copper_slab", + "cwaxedweatheredcopslab": "waxed_weathered_cut_copper_slab", + "cwaxedweatheredcopstep": "waxed_weathered_cut_copper_slab", + "cwaxedweatheredcosl": "waxed_weathered_cut_copper_slab", + "cwaxedweatheredcoslab": "waxed_weathered_cut_copper_slab", + "cwaxedweatheredcostep": "waxed_weathered_cut_copper_slab", + "cwaxedwecohalfblock": "waxed_weathered_cut_copper_slab", + "cwaxedwecophalfblock": "waxed_weathered_cut_copper_slab", + "cwaxedwecopperhalfblock": "waxed_weathered_cut_copper_slab", + "cwaxedwecoppersl": "waxed_weathered_cut_copper_slab", + "cwaxedwecopperslab": "waxed_weathered_cut_copper_slab", + "cwaxedwecopperstep": "waxed_weathered_cut_copper_slab", + "cwaxedwecopsl": "waxed_weathered_cut_copper_slab", + "cwaxedwecopslab": "waxed_weathered_cut_copper_slab", + "cwaxedwecopstep": "waxed_weathered_cut_copper_slab", + "cwaxedwecosl": "waxed_weathered_cut_copper_slab", + "cwaxedwecoslab": "waxed_weathered_cut_copper_slab", + "cwaxedwecostep": "waxed_weathered_cut_copper_slab", + "cwaxedwthcohalfblock": "waxed_weathered_cut_copper_slab", + "cwaxedwthcophalfblock": "waxed_weathered_cut_copper_slab", + "cwaxedwthcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cwaxedwthcoppersl": "waxed_weathered_cut_copper_slab", + "cwaxedwthcopperslab": "waxed_weathered_cut_copper_slab", + "cwaxedwthcopperstep": "waxed_weathered_cut_copper_slab", + "cwaxedwthcopsl": "waxed_weathered_cut_copper_slab", + "cwaxedwthcopslab": "waxed_weathered_cut_copper_slab", + "cwaxedwthcopstep": "waxed_weathered_cut_copper_slab", + "cwaxedwthcosl": "waxed_weathered_cut_copper_slab", + "cwaxedwthcoslab": "waxed_weathered_cut_copper_slab", + "cwaxedwthcostep": "waxed_weathered_cut_copper_slab", + "cwaxweathercohalfblock": "waxed_weathered_cut_copper_slab", + "cwaxweathercophalfblock": "waxed_weathered_cut_copper_slab", + "cwaxweathercopperhalfblock": "waxed_weathered_cut_copper_slab", + "cwaxweathercoppersl": "waxed_weathered_cut_copper_slab", + "cwaxweathercopperslab": "waxed_weathered_cut_copper_slab", + "cwaxweathercopperstep": "waxed_weathered_cut_copper_slab", + "cwaxweathercopsl": "waxed_weathered_cut_copper_slab", + "cwaxweathercopslab": "waxed_weathered_cut_copper_slab", + "cwaxweathercopstep": "waxed_weathered_cut_copper_slab", + "cwaxweathercosl": "waxed_weathered_cut_copper_slab", + "cwaxweathercoslab": "waxed_weathered_cut_copper_slab", + "cwaxweathercostep": "waxed_weathered_cut_copper_slab", + "cwaxweatheredcohalfblock": "waxed_weathered_cut_copper_slab", + "cwaxweatheredcophalfblock": "waxed_weathered_cut_copper_slab", + "cwaxweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cwaxweatheredcoppersl": "waxed_weathered_cut_copper_slab", + "cwaxweatheredcopperslab": "waxed_weathered_cut_copper_slab", + "cwaxweatheredcopperstep": "waxed_weathered_cut_copper_slab", + "cwaxweatheredcopsl": "waxed_weathered_cut_copper_slab", + "cwaxweatheredcopslab": "waxed_weathered_cut_copper_slab", + "cwaxweatheredcopstep": "waxed_weathered_cut_copper_slab", + "cwaxweatheredcosl": "waxed_weathered_cut_copper_slab", + "cwaxweatheredcoslab": "waxed_weathered_cut_copper_slab", + "cwaxweatheredcostep": "waxed_weathered_cut_copper_slab", + "cwaxwecohalfblock": "waxed_weathered_cut_copper_slab", + "cwaxwecophalfblock": "waxed_weathered_cut_copper_slab", + "cwaxwecopperhalfblock": "waxed_weathered_cut_copper_slab", + "cwaxwecoppersl": "waxed_weathered_cut_copper_slab", + "cwaxwecopperslab": "waxed_weathered_cut_copper_slab", + "cwaxwecopperstep": "waxed_weathered_cut_copper_slab", + "cwaxwecopsl": "waxed_weathered_cut_copper_slab", + "cwaxwecopslab": "waxed_weathered_cut_copper_slab", + "cwaxwecopstep": "waxed_weathered_cut_copper_slab", + "cwaxwecosl": "waxed_weathered_cut_copper_slab", + "cwaxwecoslab": "waxed_weathered_cut_copper_slab", + "cwaxwecostep": "waxed_weathered_cut_copper_slab", + "cwaxwthcohalfblock": "waxed_weathered_cut_copper_slab", + "cwaxwthcophalfblock": "waxed_weathered_cut_copper_slab", + "cwaxwthcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cwaxwthcoppersl": "waxed_weathered_cut_copper_slab", + "cwaxwthcopperslab": "waxed_weathered_cut_copper_slab", + "cwaxwthcopperstep": "waxed_weathered_cut_copper_slab", + "cwaxwthcopsl": "waxed_weathered_cut_copper_slab", + "cwaxwthcopslab": "waxed_weathered_cut_copper_slab", + "cwaxwthcopstep": "waxed_weathered_cut_copper_slab", + "cwaxwthcosl": "waxed_weathered_cut_copper_slab", + "cwaxwthcoslab": "waxed_weathered_cut_copper_slab", + "cwaxwthcostep": "waxed_weathered_cut_copper_slab", + "cweatheredwacohalfblock": "waxed_weathered_cut_copper_slab", + "cweatheredwacophalfblock": "waxed_weathered_cut_copper_slab", + "cweatheredwacopperhalfblock": "waxed_weathered_cut_copper_slab", + "cweatheredwacoppersl": "waxed_weathered_cut_copper_slab", + "cweatheredwacopperslab": "waxed_weathered_cut_copper_slab", + "cweatheredwacopperstep": "waxed_weathered_cut_copper_slab", + "cweatheredwacopsl": "waxed_weathered_cut_copper_slab", + "cweatheredwacopslab": "waxed_weathered_cut_copper_slab", + "cweatheredwacopstep": "waxed_weathered_cut_copper_slab", + "cweatheredwacosl": "waxed_weathered_cut_copper_slab", + "cweatheredwacoslab": "waxed_weathered_cut_copper_slab", + "cweatheredwacostep": "waxed_weathered_cut_copper_slab", + "cweatheredwaxcohalfblock": "waxed_weathered_cut_copper_slab", + "cweatheredwaxcophalfblock": "waxed_weathered_cut_copper_slab", + "cweatheredwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cweatheredwaxcoppersl": "waxed_weathered_cut_copper_slab", + "cweatheredwaxcopperslab": "waxed_weathered_cut_copper_slab", + "cweatheredwaxcopperstep": "waxed_weathered_cut_copper_slab", + "cweatheredwaxcopsl": "waxed_weathered_cut_copper_slab", + "cweatheredwaxcopslab": "waxed_weathered_cut_copper_slab", + "cweatheredwaxcopstep": "waxed_weathered_cut_copper_slab", + "cweatheredwaxcosl": "waxed_weathered_cut_copper_slab", + "cweatheredwaxcoslab": "waxed_weathered_cut_copper_slab", + "cweatheredwaxcostep": "waxed_weathered_cut_copper_slab", + "cweatheredwaxedcohalfblock": "waxed_weathered_cut_copper_slab", + "cweatheredwaxedcophalfblock": "waxed_weathered_cut_copper_slab", + "cweatheredwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cweatheredwaxedcoppersl": "waxed_weathered_cut_copper_slab", + "cweatheredwaxedcopperslab": "waxed_weathered_cut_copper_slab", + "cweatheredwaxedcopperstep": "waxed_weathered_cut_copper_slab", + "cweatheredwaxedcopsl": "waxed_weathered_cut_copper_slab", + "cweatheredwaxedcopslab": "waxed_weathered_cut_copper_slab", + "cweatheredwaxedcopstep": "waxed_weathered_cut_copper_slab", + "cweatheredwaxedcosl": "waxed_weathered_cut_copper_slab", + "cweatheredwaxedcoslab": "waxed_weathered_cut_copper_slab", + "cweatheredwaxedcostep": "waxed_weathered_cut_copper_slab", + "cweatherwacohalfblock": "waxed_weathered_cut_copper_slab", + "cweatherwacophalfblock": "waxed_weathered_cut_copper_slab", + "cweatherwacopperhalfblock": "waxed_weathered_cut_copper_slab", + "cweatherwacoppersl": "waxed_weathered_cut_copper_slab", + "cweatherwacopperslab": "waxed_weathered_cut_copper_slab", + "cweatherwacopperstep": "waxed_weathered_cut_copper_slab", + "cweatherwacopsl": "waxed_weathered_cut_copper_slab", + "cweatherwacopslab": "waxed_weathered_cut_copper_slab", + "cweatherwacopstep": "waxed_weathered_cut_copper_slab", + "cweatherwacosl": "waxed_weathered_cut_copper_slab", + "cweatherwacoslab": "waxed_weathered_cut_copper_slab", + "cweatherwacostep": "waxed_weathered_cut_copper_slab", + "cweatherwaxcohalfblock": "waxed_weathered_cut_copper_slab", + "cweatherwaxcophalfblock": "waxed_weathered_cut_copper_slab", + "cweatherwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cweatherwaxcoppersl": "waxed_weathered_cut_copper_slab", + "cweatherwaxcopperslab": "waxed_weathered_cut_copper_slab", + "cweatherwaxcopperstep": "waxed_weathered_cut_copper_slab", + "cweatherwaxcopsl": "waxed_weathered_cut_copper_slab", + "cweatherwaxcopslab": "waxed_weathered_cut_copper_slab", + "cweatherwaxcopstep": "waxed_weathered_cut_copper_slab", + "cweatherwaxcosl": "waxed_weathered_cut_copper_slab", + "cweatherwaxcoslab": "waxed_weathered_cut_copper_slab", + "cweatherwaxcostep": "waxed_weathered_cut_copper_slab", + "cweatherwaxedcohalfblock": "waxed_weathered_cut_copper_slab", + "cweatherwaxedcophalfblock": "waxed_weathered_cut_copper_slab", + "cweatherwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cweatherwaxedcoppersl": "waxed_weathered_cut_copper_slab", + "cweatherwaxedcopperslab": "waxed_weathered_cut_copper_slab", + "cweatherwaxedcopperstep": "waxed_weathered_cut_copper_slab", + "cweatherwaxedcopsl": "waxed_weathered_cut_copper_slab", + "cweatherwaxedcopslab": "waxed_weathered_cut_copper_slab", + "cweatherwaxedcopstep": "waxed_weathered_cut_copper_slab", + "cweatherwaxedcosl": "waxed_weathered_cut_copper_slab", + "cweatherwaxedcoslab": "waxed_weathered_cut_copper_slab", + "cweatherwaxedcostep": "waxed_weathered_cut_copper_slab", + "cwewacohalfblock": "waxed_weathered_cut_copper_slab", + "cwewacophalfblock": "waxed_weathered_cut_copper_slab", + "cwewacopperhalfblock": "waxed_weathered_cut_copper_slab", + "cwewacoppersl": "waxed_weathered_cut_copper_slab", + "cwewacopperslab": "waxed_weathered_cut_copper_slab", + "cwewacopperstep": "waxed_weathered_cut_copper_slab", + "cwewacopsl": "waxed_weathered_cut_copper_slab", + "cwewacopslab": "waxed_weathered_cut_copper_slab", + "cwewacopstep": "waxed_weathered_cut_copper_slab", + "cwewacosl": "waxed_weathered_cut_copper_slab", + "cwewacoslab": "waxed_weathered_cut_copper_slab", + "cwewacostep": "waxed_weathered_cut_copper_slab", + "cwewaxcohalfblock": "waxed_weathered_cut_copper_slab", + "cwewaxcophalfblock": "waxed_weathered_cut_copper_slab", + "cwewaxcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cwewaxcoppersl": "waxed_weathered_cut_copper_slab", + "cwewaxcopperslab": "waxed_weathered_cut_copper_slab", + "cwewaxcopperstep": "waxed_weathered_cut_copper_slab", + "cwewaxcopsl": "waxed_weathered_cut_copper_slab", + "cwewaxcopslab": "waxed_weathered_cut_copper_slab", + "cwewaxcopstep": "waxed_weathered_cut_copper_slab", + "cwewaxcosl": "waxed_weathered_cut_copper_slab", + "cwewaxcoslab": "waxed_weathered_cut_copper_slab", + "cwewaxcostep": "waxed_weathered_cut_copper_slab", + "cwewaxedcohalfblock": "waxed_weathered_cut_copper_slab", + "cwewaxedcophalfblock": "waxed_weathered_cut_copper_slab", + "cwewaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cwewaxedcoppersl": "waxed_weathered_cut_copper_slab", + "cwewaxedcopperslab": "waxed_weathered_cut_copper_slab", + "cwewaxedcopperstep": "waxed_weathered_cut_copper_slab", + "cwewaxedcopsl": "waxed_weathered_cut_copper_slab", + "cwewaxedcopslab": "waxed_weathered_cut_copper_slab", + "cwewaxedcopstep": "waxed_weathered_cut_copper_slab", + "cwewaxedcosl": "waxed_weathered_cut_copper_slab", + "cwewaxedcoslab": "waxed_weathered_cut_copper_slab", + "cwewaxedcostep": "waxed_weathered_cut_copper_slab", + "cwthwacohalfblock": "waxed_weathered_cut_copper_slab", + "cwthwacophalfblock": "waxed_weathered_cut_copper_slab", + "cwthwacopperhalfblock": "waxed_weathered_cut_copper_slab", + "cwthwacoppersl": "waxed_weathered_cut_copper_slab", + "cwthwacopperslab": "waxed_weathered_cut_copper_slab", + "cwthwacopperstep": "waxed_weathered_cut_copper_slab", + "cwthwacopsl": "waxed_weathered_cut_copper_slab", + "cwthwacopslab": "waxed_weathered_cut_copper_slab", + "cwthwacopstep": "waxed_weathered_cut_copper_slab", + "cwthwacosl": "waxed_weathered_cut_copper_slab", + "cwthwacoslab": "waxed_weathered_cut_copper_slab", + "cwthwacostep": "waxed_weathered_cut_copper_slab", + "cwthwaxcohalfblock": "waxed_weathered_cut_copper_slab", + "cwthwaxcophalfblock": "waxed_weathered_cut_copper_slab", + "cwthwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cwthwaxcoppersl": "waxed_weathered_cut_copper_slab", + "cwthwaxcopperslab": "waxed_weathered_cut_copper_slab", + "cwthwaxcopperstep": "waxed_weathered_cut_copper_slab", + "cwthwaxcopsl": "waxed_weathered_cut_copper_slab", + "cwthwaxcopslab": "waxed_weathered_cut_copper_slab", + "cwthwaxcopstep": "waxed_weathered_cut_copper_slab", + "cwthwaxcosl": "waxed_weathered_cut_copper_slab", + "cwthwaxcoslab": "waxed_weathered_cut_copper_slab", + "cwthwaxcostep": "waxed_weathered_cut_copper_slab", + "cwthwaxedcohalfblock": "waxed_weathered_cut_copper_slab", + "cwthwaxedcophalfblock": "waxed_weathered_cut_copper_slab", + "cwthwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cwthwaxedcoppersl": "waxed_weathered_cut_copper_slab", + "cwthwaxedcopperslab": "waxed_weathered_cut_copper_slab", + "cwthwaxedcopperstep": "waxed_weathered_cut_copper_slab", + "cwthwaxedcopsl": "waxed_weathered_cut_copper_slab", + "cwthwaxedcopslab": "waxed_weathered_cut_copper_slab", + "cwthwaxedcopstep": "waxed_weathered_cut_copper_slab", + "cwthwaxedcosl": "waxed_weathered_cut_copper_slab", + "cwthwaxedcoslab": "waxed_weathered_cut_copper_slab", + "cwthwaxedcostep": "waxed_weathered_cut_copper_slab", + "minecraft:waxed_weathered_cut_copper_slab": "waxed_weathered_cut_copper_slab", + "wacutweathercohalfblock": "waxed_weathered_cut_copper_slab", + "wacutweathercophalfblock": "waxed_weathered_cut_copper_slab", + "wacutweathercopperhalfblock": "waxed_weathered_cut_copper_slab", + "wacutweathercoppersl": "waxed_weathered_cut_copper_slab", + "wacutweathercopperslab": "waxed_weathered_cut_copper_slab", + "wacutweathercopperstep": "waxed_weathered_cut_copper_slab", + "wacutweathercopsl": "waxed_weathered_cut_copper_slab", + "wacutweathercopslab": "waxed_weathered_cut_copper_slab", + "wacutweathercopstep": "waxed_weathered_cut_copper_slab", + "wacutweathercosl": "waxed_weathered_cut_copper_slab", + "wacutweathercoslab": "waxed_weathered_cut_copper_slab", + "wacutweathercostep": "waxed_weathered_cut_copper_slab", + "wacutweatheredcohalfblock": "waxed_weathered_cut_copper_slab", + "wacutweatheredcophalfblock": "waxed_weathered_cut_copper_slab", + "wacutweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wacutweatheredcoppersl": "waxed_weathered_cut_copper_slab", + "wacutweatheredcopperslab": "waxed_weathered_cut_copper_slab", + "wacutweatheredcopperstep": "waxed_weathered_cut_copper_slab", + "wacutweatheredcopsl": "waxed_weathered_cut_copper_slab", + "wacutweatheredcopslab": "waxed_weathered_cut_copper_slab", + "wacutweatheredcopstep": "waxed_weathered_cut_copper_slab", + "wacutweatheredcosl": "waxed_weathered_cut_copper_slab", + "wacutweatheredcoslab": "waxed_weathered_cut_copper_slab", + "wacutweatheredcostep": "waxed_weathered_cut_copper_slab", + "wacutwecohalfblock": "waxed_weathered_cut_copper_slab", + "wacutwecophalfblock": "waxed_weathered_cut_copper_slab", + "wacutwecopperhalfblock": "waxed_weathered_cut_copper_slab", + "wacutwecoppersl": "waxed_weathered_cut_copper_slab", + "wacutwecopperslab": "waxed_weathered_cut_copper_slab", + "wacutwecopperstep": "waxed_weathered_cut_copper_slab", + "wacutwecopsl": "waxed_weathered_cut_copper_slab", + "wacutwecopslab": "waxed_weathered_cut_copper_slab", + "wacutwecopstep": "waxed_weathered_cut_copper_slab", + "wacutwecosl": "waxed_weathered_cut_copper_slab", + "wacutwecoslab": "waxed_weathered_cut_copper_slab", + "wacutwecostep": "waxed_weathered_cut_copper_slab", + "wacutwthcohalfblock": "waxed_weathered_cut_copper_slab", + "wacutwthcophalfblock": "waxed_weathered_cut_copper_slab", + "wacutwthcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wacutwthcoppersl": "waxed_weathered_cut_copper_slab", + "wacutwthcopperslab": "waxed_weathered_cut_copper_slab", + "wacutwthcopperstep": "waxed_weathered_cut_copper_slab", + "wacutwthcopsl": "waxed_weathered_cut_copper_slab", + "wacutwthcopslab": "waxed_weathered_cut_copper_slab", + "wacutwthcopstep": "waxed_weathered_cut_copper_slab", + "wacutwthcosl": "waxed_weathered_cut_copper_slab", + "wacutwthcoslab": "waxed_weathered_cut_copper_slab", + "wacutwthcostep": "waxed_weathered_cut_copper_slab", + "wacweathercohalfblock": "waxed_weathered_cut_copper_slab", + "wacweathercophalfblock": "waxed_weathered_cut_copper_slab", + "wacweathercopperhalfblock": "waxed_weathered_cut_copper_slab", + "wacweathercoppersl": "waxed_weathered_cut_copper_slab", + "wacweathercopperslab": "waxed_weathered_cut_copper_slab", + "wacweathercopperstep": "waxed_weathered_cut_copper_slab", + "wacweathercopsl": "waxed_weathered_cut_copper_slab", + "wacweathercopslab": "waxed_weathered_cut_copper_slab", + "wacweathercopstep": "waxed_weathered_cut_copper_slab", + "wacweathercosl": "waxed_weathered_cut_copper_slab", + "wacweathercoslab": "waxed_weathered_cut_copper_slab", + "wacweathercostep": "waxed_weathered_cut_copper_slab", + "wacweatheredcohalfblock": "waxed_weathered_cut_copper_slab", + "wacweatheredcophalfblock": "waxed_weathered_cut_copper_slab", + "wacweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wacweatheredcoppersl": "waxed_weathered_cut_copper_slab", + "wacweatheredcopperslab": "waxed_weathered_cut_copper_slab", + "wacweatheredcopperstep": "waxed_weathered_cut_copper_slab", + "wacweatheredcopsl": "waxed_weathered_cut_copper_slab", + "wacweatheredcopslab": "waxed_weathered_cut_copper_slab", + "wacweatheredcopstep": "waxed_weathered_cut_copper_slab", + "wacweatheredcosl": "waxed_weathered_cut_copper_slab", + "wacweatheredcoslab": "waxed_weathered_cut_copper_slab", + "wacweatheredcostep": "waxed_weathered_cut_copper_slab", + "wacwecohalfblock": "waxed_weathered_cut_copper_slab", + "wacwecophalfblock": "waxed_weathered_cut_copper_slab", + "wacwecopperhalfblock": "waxed_weathered_cut_copper_slab", + "wacwecoppersl": "waxed_weathered_cut_copper_slab", + "wacwecopperslab": "waxed_weathered_cut_copper_slab", + "wacwecopperstep": "waxed_weathered_cut_copper_slab", + "wacwecopsl": "waxed_weathered_cut_copper_slab", + "wacwecopslab": "waxed_weathered_cut_copper_slab", + "wacwecopstep": "waxed_weathered_cut_copper_slab", + "wacwecosl": "waxed_weathered_cut_copper_slab", + "wacwecoslab": "waxed_weathered_cut_copper_slab", + "wacwecostep": "waxed_weathered_cut_copper_slab", + "wacwthcohalfblock": "waxed_weathered_cut_copper_slab", + "wacwthcophalfblock": "waxed_weathered_cut_copper_slab", + "wacwthcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wacwthcoppersl": "waxed_weathered_cut_copper_slab", + "wacwthcopperslab": "waxed_weathered_cut_copper_slab", + "wacwthcopperstep": "waxed_weathered_cut_copper_slab", + "wacwthcopsl": "waxed_weathered_cut_copper_slab", + "wacwthcopslab": "waxed_weathered_cut_copper_slab", + "wacwthcopstep": "waxed_weathered_cut_copper_slab", + "wacwthcosl": "waxed_weathered_cut_copper_slab", + "wacwthcoslab": "waxed_weathered_cut_copper_slab", + "wacwthcostep": "waxed_weathered_cut_copper_slab", + "waweatherccohalfblock": "waxed_weathered_cut_copper_slab", + "waweatherccophalfblock": "waxed_weathered_cut_copper_slab", + "waweatherccopperhalfblock": "waxed_weathered_cut_copper_slab", + "waweatherccoppersl": "waxed_weathered_cut_copper_slab", + "waweatherccopperslab": "waxed_weathered_cut_copper_slab", + "waweatherccopperstep": "waxed_weathered_cut_copper_slab", + "waweatherccopsl": "waxed_weathered_cut_copper_slab", + "waweatherccopslab": "waxed_weathered_cut_copper_slab", + "waweatherccopstep": "waxed_weathered_cut_copper_slab", + "waweatherccosl": "waxed_weathered_cut_copper_slab", + "waweatherccoslab": "waxed_weathered_cut_copper_slab", + "waweatherccostep": "waxed_weathered_cut_copper_slab", + "waweathercutcohalfblock": "waxed_weathered_cut_copper_slab", + "waweathercutcophalfblock": "waxed_weathered_cut_copper_slab", + "waweathercutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "waweathercutcoppersl": "waxed_weathered_cut_copper_slab", + "waweathercutcopperslab": "waxed_weathered_cut_copper_slab", + "waweathercutcopperstep": "waxed_weathered_cut_copper_slab", + "waweathercutcopsl": "waxed_weathered_cut_copper_slab", + "waweathercutcopslab": "waxed_weathered_cut_copper_slab", + "waweathercutcopstep": "waxed_weathered_cut_copper_slab", + "waweathercutcosl": "waxed_weathered_cut_copper_slab", + "waweathercutcoslab": "waxed_weathered_cut_copper_slab", + "waweathercutcostep": "waxed_weathered_cut_copper_slab", + "waweatheredccohalfblock": "waxed_weathered_cut_copper_slab", + "waweatheredccophalfblock": "waxed_weathered_cut_copper_slab", + "waweatheredccopperhalfblock": "waxed_weathered_cut_copper_slab", + "waweatheredccoppersl": "waxed_weathered_cut_copper_slab", + "waweatheredccopperslab": "waxed_weathered_cut_copper_slab", + "waweatheredccopperstep": "waxed_weathered_cut_copper_slab", + "waweatheredccopsl": "waxed_weathered_cut_copper_slab", + "waweatheredccopslab": "waxed_weathered_cut_copper_slab", + "waweatheredccopstep": "waxed_weathered_cut_copper_slab", + "waweatheredccosl": "waxed_weathered_cut_copper_slab", + "waweatheredccoslab": "waxed_weathered_cut_copper_slab", + "waweatheredccostep": "waxed_weathered_cut_copper_slab", + "waweatheredcutcohalfblock": "waxed_weathered_cut_copper_slab", + "waweatheredcutcophalfblock": "waxed_weathered_cut_copper_slab", + "waweatheredcutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "waweatheredcutcoppersl": "waxed_weathered_cut_copper_slab", + "waweatheredcutcopperslab": "waxed_weathered_cut_copper_slab", + "waweatheredcutcopperstep": "waxed_weathered_cut_copper_slab", + "waweatheredcutcopsl": "waxed_weathered_cut_copper_slab", + "waweatheredcutcopslab": "waxed_weathered_cut_copper_slab", + "waweatheredcutcopstep": "waxed_weathered_cut_copper_slab", + "waweatheredcutcosl": "waxed_weathered_cut_copper_slab", + "waweatheredcutcoslab": "waxed_weathered_cut_copper_slab", + "waweatheredcutcostep": "waxed_weathered_cut_copper_slab", + "waweccohalfblock": "waxed_weathered_cut_copper_slab", + "waweccophalfblock": "waxed_weathered_cut_copper_slab", + "waweccopperhalfblock": "waxed_weathered_cut_copper_slab", + "waweccoppersl": "waxed_weathered_cut_copper_slab", + "waweccopperslab": "waxed_weathered_cut_copper_slab", + "waweccopperstep": "waxed_weathered_cut_copper_slab", + "waweccopsl": "waxed_weathered_cut_copper_slab", + "waweccopslab": "waxed_weathered_cut_copper_slab", + "waweccopstep": "waxed_weathered_cut_copper_slab", + "waweccosl": "waxed_weathered_cut_copper_slab", + "waweccoslab": "waxed_weathered_cut_copper_slab", + "waweccostep": "waxed_weathered_cut_copper_slab", + "wawecutcohalfblock": "waxed_weathered_cut_copper_slab", + "wawecutcophalfblock": "waxed_weathered_cut_copper_slab", + "wawecutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wawecutcoppersl": "waxed_weathered_cut_copper_slab", + "wawecutcopperslab": "waxed_weathered_cut_copper_slab", + "wawecutcopperstep": "waxed_weathered_cut_copper_slab", + "wawecutcopsl": "waxed_weathered_cut_copper_slab", + "wawecutcopslab": "waxed_weathered_cut_copper_slab", + "wawecutcopstep": "waxed_weathered_cut_copper_slab", + "wawecutcosl": "waxed_weathered_cut_copper_slab", + "wawecutcoslab": "waxed_weathered_cut_copper_slab", + "wawecutcostep": "waxed_weathered_cut_copper_slab", + "wawthccohalfblock": "waxed_weathered_cut_copper_slab", + "wawthccophalfblock": "waxed_weathered_cut_copper_slab", + "wawthccopperhalfblock": "waxed_weathered_cut_copper_slab", + "wawthccoppersl": "waxed_weathered_cut_copper_slab", + "wawthccopperslab": "waxed_weathered_cut_copper_slab", + "wawthccopperstep": "waxed_weathered_cut_copper_slab", + "wawthccopsl": "waxed_weathered_cut_copper_slab", + "wawthccopslab": "waxed_weathered_cut_copper_slab", + "wawthccopstep": "waxed_weathered_cut_copper_slab", + "wawthccosl": "waxed_weathered_cut_copper_slab", + "wawthccoslab": "waxed_weathered_cut_copper_slab", + "wawthccostep": "waxed_weathered_cut_copper_slab", + "wawthcutcohalfblock": "waxed_weathered_cut_copper_slab", + "wawthcutcophalfblock": "waxed_weathered_cut_copper_slab", + "wawthcutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wawthcutcoppersl": "waxed_weathered_cut_copper_slab", + "wawthcutcopperslab": "waxed_weathered_cut_copper_slab", + "wawthcutcopperstep": "waxed_weathered_cut_copper_slab", + "wawthcutcopsl": "waxed_weathered_cut_copper_slab", + "wawthcutcopslab": "waxed_weathered_cut_copper_slab", + "wawthcutcopstep": "waxed_weathered_cut_copper_slab", + "wawthcutcosl": "waxed_weathered_cut_copper_slab", + "wawthcutcoslab": "waxed_weathered_cut_copper_slab", + "wawthcutcostep": "waxed_weathered_cut_copper_slab", + "waxcutweathercohalfblock": "waxed_weathered_cut_copper_slab", + "waxcutweathercophalfblock": "waxed_weathered_cut_copper_slab", + "waxcutweathercopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxcutweathercoppersl": "waxed_weathered_cut_copper_slab", + "waxcutweathercopperslab": "waxed_weathered_cut_copper_slab", + "waxcutweathercopperstep": "waxed_weathered_cut_copper_slab", + "waxcutweathercopsl": "waxed_weathered_cut_copper_slab", + "waxcutweathercopslab": "waxed_weathered_cut_copper_slab", + "waxcutweathercopstep": "waxed_weathered_cut_copper_slab", + "waxcutweathercosl": "waxed_weathered_cut_copper_slab", + "waxcutweathercoslab": "waxed_weathered_cut_copper_slab", + "waxcutweathercostep": "waxed_weathered_cut_copper_slab", + "waxcutweatheredcohalfblock": "waxed_weathered_cut_copper_slab", + "waxcutweatheredcophalfblock": "waxed_weathered_cut_copper_slab", + "waxcutweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxcutweatheredcoppersl": "waxed_weathered_cut_copper_slab", + "waxcutweatheredcopperslab": "waxed_weathered_cut_copper_slab", + "waxcutweatheredcopperstep": "waxed_weathered_cut_copper_slab", + "waxcutweatheredcopsl": "waxed_weathered_cut_copper_slab", + "waxcutweatheredcopslab": "waxed_weathered_cut_copper_slab", + "waxcutweatheredcopstep": "waxed_weathered_cut_copper_slab", + "waxcutweatheredcosl": "waxed_weathered_cut_copper_slab", + "waxcutweatheredcoslab": "waxed_weathered_cut_copper_slab", + "waxcutweatheredcostep": "waxed_weathered_cut_copper_slab", + "waxcutwecohalfblock": "waxed_weathered_cut_copper_slab", + "waxcutwecophalfblock": "waxed_weathered_cut_copper_slab", + "waxcutwecopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxcutwecoppersl": "waxed_weathered_cut_copper_slab", + "waxcutwecopperslab": "waxed_weathered_cut_copper_slab", + "waxcutwecopperstep": "waxed_weathered_cut_copper_slab", + "waxcutwecopsl": "waxed_weathered_cut_copper_slab", + "waxcutwecopslab": "waxed_weathered_cut_copper_slab", + "waxcutwecopstep": "waxed_weathered_cut_copper_slab", + "waxcutwecosl": "waxed_weathered_cut_copper_slab", + "waxcutwecoslab": "waxed_weathered_cut_copper_slab", + "waxcutwecostep": "waxed_weathered_cut_copper_slab", + "waxcutwthcohalfblock": "waxed_weathered_cut_copper_slab", + "waxcutwthcophalfblock": "waxed_weathered_cut_copper_slab", + "waxcutwthcopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxcutwthcoppersl": "waxed_weathered_cut_copper_slab", + "waxcutwthcopperslab": "waxed_weathered_cut_copper_slab", + "waxcutwthcopperstep": "waxed_weathered_cut_copper_slab", + "waxcutwthcopsl": "waxed_weathered_cut_copper_slab", + "waxcutwthcopslab": "waxed_weathered_cut_copper_slab", + "waxcutwthcopstep": "waxed_weathered_cut_copper_slab", + "waxcutwthcosl": "waxed_weathered_cut_copper_slab", + "waxcutwthcoslab": "waxed_weathered_cut_copper_slab", + "waxcutwthcostep": "waxed_weathered_cut_copper_slab", + "waxcweathercohalfblock": "waxed_weathered_cut_copper_slab", + "waxcweathercophalfblock": "waxed_weathered_cut_copper_slab", + "waxcweathercopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxcweathercoppersl": "waxed_weathered_cut_copper_slab", + "waxcweathercopperslab": "waxed_weathered_cut_copper_slab", + "waxcweathercopperstep": "waxed_weathered_cut_copper_slab", + "waxcweathercopsl": "waxed_weathered_cut_copper_slab", + "waxcweathercopslab": "waxed_weathered_cut_copper_slab", + "waxcweathercopstep": "waxed_weathered_cut_copper_slab", + "waxcweathercosl": "waxed_weathered_cut_copper_slab", + "waxcweathercoslab": "waxed_weathered_cut_copper_slab", + "waxcweathercostep": "waxed_weathered_cut_copper_slab", + "waxcweatheredcohalfblock": "waxed_weathered_cut_copper_slab", + "waxcweatheredcophalfblock": "waxed_weathered_cut_copper_slab", + "waxcweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxcweatheredcoppersl": "waxed_weathered_cut_copper_slab", + "waxcweatheredcopperslab": "waxed_weathered_cut_copper_slab", + "waxcweatheredcopperstep": "waxed_weathered_cut_copper_slab", + "waxcweatheredcopsl": "waxed_weathered_cut_copper_slab", + "waxcweatheredcopslab": "waxed_weathered_cut_copper_slab", + "waxcweatheredcopstep": "waxed_weathered_cut_copper_slab", + "waxcweatheredcosl": "waxed_weathered_cut_copper_slab", + "waxcweatheredcoslab": "waxed_weathered_cut_copper_slab", + "waxcweatheredcostep": "waxed_weathered_cut_copper_slab", + "waxcwecohalfblock": "waxed_weathered_cut_copper_slab", + "waxcwecophalfblock": "waxed_weathered_cut_copper_slab", + "waxcwecopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxcwecoppersl": "waxed_weathered_cut_copper_slab", + "waxcwecopperslab": "waxed_weathered_cut_copper_slab", + "waxcwecopperstep": "waxed_weathered_cut_copper_slab", + "waxcwecopsl": "waxed_weathered_cut_copper_slab", + "waxcwecopslab": "waxed_weathered_cut_copper_slab", + "waxcwecopstep": "waxed_weathered_cut_copper_slab", + "waxcwecosl": "waxed_weathered_cut_copper_slab", + "waxcwecoslab": "waxed_weathered_cut_copper_slab", + "waxcwecostep": "waxed_weathered_cut_copper_slab", + "waxcwthcohalfblock": "waxed_weathered_cut_copper_slab", + "waxcwthcophalfblock": "waxed_weathered_cut_copper_slab", + "waxcwthcopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxcwthcoppersl": "waxed_weathered_cut_copper_slab", + "waxcwthcopperslab": "waxed_weathered_cut_copper_slab", + "waxcwthcopperstep": "waxed_weathered_cut_copper_slab", + "waxcwthcopsl": "waxed_weathered_cut_copper_slab", + "waxcwthcopslab": "waxed_weathered_cut_copper_slab", + "waxcwthcopstep": "waxed_weathered_cut_copper_slab", + "waxcwthcosl": "waxed_weathered_cut_copper_slab", + "waxcwthcoslab": "waxed_weathered_cut_copper_slab", + "waxcwthcostep": "waxed_weathered_cut_copper_slab", + "waxedcutweathercohalfblock": "waxed_weathered_cut_copper_slab", + "waxedcutweathercophalfblock": "waxed_weathered_cut_copper_slab", + "waxedcutweathercopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxedcutweathercoppersl": "waxed_weathered_cut_copper_slab", + "waxedcutweathercopperslab": "waxed_weathered_cut_copper_slab", + "waxedcutweathercopperstep": "waxed_weathered_cut_copper_slab", + "waxedcutweathercopsl": "waxed_weathered_cut_copper_slab", + "waxedcutweathercopslab": "waxed_weathered_cut_copper_slab", + "waxedcutweathercopstep": "waxed_weathered_cut_copper_slab", + "waxedcutweathercosl": "waxed_weathered_cut_copper_slab", + "waxedcutweathercoslab": "waxed_weathered_cut_copper_slab", + "waxedcutweathercostep": "waxed_weathered_cut_copper_slab", + "waxedcutweatheredcohalfblock": "waxed_weathered_cut_copper_slab", + "waxedcutweatheredcophalfblock": "waxed_weathered_cut_copper_slab", + "waxedcutweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxedcutweatheredcoppersl": "waxed_weathered_cut_copper_slab", + "waxedcutweatheredcopperslab": "waxed_weathered_cut_copper_slab", + "waxedcutweatheredcopperstep": "waxed_weathered_cut_copper_slab", + "waxedcutweatheredcopsl": "waxed_weathered_cut_copper_slab", + "waxedcutweatheredcopslab": "waxed_weathered_cut_copper_slab", + "waxedcutweatheredcopstep": "waxed_weathered_cut_copper_slab", + "waxedcutweatheredcosl": "waxed_weathered_cut_copper_slab", + "waxedcutweatheredcoslab": "waxed_weathered_cut_copper_slab", + "waxedcutweatheredcostep": "waxed_weathered_cut_copper_slab", + "waxedcutwecohalfblock": "waxed_weathered_cut_copper_slab", + "waxedcutwecophalfblock": "waxed_weathered_cut_copper_slab", + "waxedcutwecopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxedcutwecoppersl": "waxed_weathered_cut_copper_slab", + "waxedcutwecopperslab": "waxed_weathered_cut_copper_slab", + "waxedcutwecopperstep": "waxed_weathered_cut_copper_slab", + "waxedcutwecopsl": "waxed_weathered_cut_copper_slab", + "waxedcutwecopslab": "waxed_weathered_cut_copper_slab", + "waxedcutwecopstep": "waxed_weathered_cut_copper_slab", + "waxedcutwecosl": "waxed_weathered_cut_copper_slab", + "waxedcutwecoslab": "waxed_weathered_cut_copper_slab", + "waxedcutwecostep": "waxed_weathered_cut_copper_slab", + "waxedcutwthcohalfblock": "waxed_weathered_cut_copper_slab", + "waxedcutwthcophalfblock": "waxed_weathered_cut_copper_slab", + "waxedcutwthcopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxedcutwthcoppersl": "waxed_weathered_cut_copper_slab", + "waxedcutwthcopperslab": "waxed_weathered_cut_copper_slab", + "waxedcutwthcopperstep": "waxed_weathered_cut_copper_slab", + "waxedcutwthcopsl": "waxed_weathered_cut_copper_slab", + "waxedcutwthcopslab": "waxed_weathered_cut_copper_slab", + "waxedcutwthcopstep": "waxed_weathered_cut_copper_slab", + "waxedcutwthcosl": "waxed_weathered_cut_copper_slab", + "waxedcutwthcoslab": "waxed_weathered_cut_copper_slab", + "waxedcutwthcostep": "waxed_weathered_cut_copper_slab", + "waxedcweathercohalfblock": "waxed_weathered_cut_copper_slab", + "waxedcweathercophalfblock": "waxed_weathered_cut_copper_slab", + "waxedcweathercopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxedcweathercoppersl": "waxed_weathered_cut_copper_slab", + "waxedcweathercopperslab": "waxed_weathered_cut_copper_slab", + "waxedcweathercopperstep": "waxed_weathered_cut_copper_slab", + "waxedcweathercopsl": "waxed_weathered_cut_copper_slab", + "waxedcweathercopslab": "waxed_weathered_cut_copper_slab", + "waxedcweathercopstep": "waxed_weathered_cut_copper_slab", + "waxedcweathercosl": "waxed_weathered_cut_copper_slab", + "waxedcweathercoslab": "waxed_weathered_cut_copper_slab", + "waxedcweathercostep": "waxed_weathered_cut_copper_slab", + "waxedcweatheredcohalfblock": "waxed_weathered_cut_copper_slab", + "waxedcweatheredcophalfblock": "waxed_weathered_cut_copper_slab", + "waxedcweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxedcweatheredcoppersl": "waxed_weathered_cut_copper_slab", + "waxedcweatheredcopperslab": "waxed_weathered_cut_copper_slab", + "waxedcweatheredcopperstep": "waxed_weathered_cut_copper_slab", + "waxedcweatheredcopsl": "waxed_weathered_cut_copper_slab", + "waxedcweatheredcopslab": "waxed_weathered_cut_copper_slab", + "waxedcweatheredcopstep": "waxed_weathered_cut_copper_slab", + "waxedcweatheredcosl": "waxed_weathered_cut_copper_slab", + "waxedcweatheredcoslab": "waxed_weathered_cut_copper_slab", + "waxedcweatheredcostep": "waxed_weathered_cut_copper_slab", + "waxedcwecohalfblock": "waxed_weathered_cut_copper_slab", + "waxedcwecophalfblock": "waxed_weathered_cut_copper_slab", + "waxedcwecopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxedcwecoppersl": "waxed_weathered_cut_copper_slab", + "waxedcwecopperslab": "waxed_weathered_cut_copper_slab", + "waxedcwecopperstep": "waxed_weathered_cut_copper_slab", + "waxedcwecopsl": "waxed_weathered_cut_copper_slab", + "waxedcwecopslab": "waxed_weathered_cut_copper_slab", + "waxedcwecopstep": "waxed_weathered_cut_copper_slab", + "waxedcwecosl": "waxed_weathered_cut_copper_slab", + "waxedcwecoslab": "waxed_weathered_cut_copper_slab", + "waxedcwecostep": "waxed_weathered_cut_copper_slab", + "waxedcwthcohalfblock": "waxed_weathered_cut_copper_slab", + "waxedcwthcophalfblock": "waxed_weathered_cut_copper_slab", + "waxedcwthcopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxedcwthcoppersl": "waxed_weathered_cut_copper_slab", + "waxedcwthcopperslab": "waxed_weathered_cut_copper_slab", + "waxedcwthcopperstep": "waxed_weathered_cut_copper_slab", + "waxedcwthcopsl": "waxed_weathered_cut_copper_slab", + "waxedcwthcopslab": "waxed_weathered_cut_copper_slab", + "waxedcwthcopstep": "waxed_weathered_cut_copper_slab", + "waxedcwthcosl": "waxed_weathered_cut_copper_slab", + "waxedcwthcoslab": "waxed_weathered_cut_copper_slab", + "waxedcwthcostep": "waxed_weathered_cut_copper_slab", + "waxedweatherccohalfblock": "waxed_weathered_cut_copper_slab", + "waxedweatherccophalfblock": "waxed_weathered_cut_copper_slab", + "waxedweatherccopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxedweatherccoppersl": "waxed_weathered_cut_copper_slab", + "waxedweatherccopperslab": "waxed_weathered_cut_copper_slab", + "waxedweatherccopperstep": "waxed_weathered_cut_copper_slab", + "waxedweatherccopsl": "waxed_weathered_cut_copper_slab", + "waxedweatherccopslab": "waxed_weathered_cut_copper_slab", + "waxedweatherccopstep": "waxed_weathered_cut_copper_slab", + "waxedweatherccosl": "waxed_weathered_cut_copper_slab", + "waxedweatherccoslab": "waxed_weathered_cut_copper_slab", + "waxedweatherccostep": "waxed_weathered_cut_copper_slab", + "waxedweathercutcohalfblock": "waxed_weathered_cut_copper_slab", + "waxedweathercutcophalfblock": "waxed_weathered_cut_copper_slab", + "waxedweathercutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxedweathercutcoppersl": "waxed_weathered_cut_copper_slab", + "waxedweathercutcopperslab": "waxed_weathered_cut_copper_slab", + "waxedweathercutcopperstep": "waxed_weathered_cut_copper_slab", + "waxedweathercutcopsl": "waxed_weathered_cut_copper_slab", + "waxedweathercutcopslab": "waxed_weathered_cut_copper_slab", + "waxedweathercutcopstep": "waxed_weathered_cut_copper_slab", + "waxedweathercutcosl": "waxed_weathered_cut_copper_slab", + "waxedweathercutcoslab": "waxed_weathered_cut_copper_slab", + "waxedweathercutcostep": "waxed_weathered_cut_copper_slab", + "waxedweatheredccohalfblock": "waxed_weathered_cut_copper_slab", + "waxedweatheredccophalfblock": "waxed_weathered_cut_copper_slab", + "waxedweatheredccopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxedweatheredccoppersl": "waxed_weathered_cut_copper_slab", + "waxedweatheredccopperslab": "waxed_weathered_cut_copper_slab", + "waxedweatheredccopperstep": "waxed_weathered_cut_copper_slab", + "waxedweatheredccopsl": "waxed_weathered_cut_copper_slab", + "waxedweatheredccopslab": "waxed_weathered_cut_copper_slab", + "waxedweatheredccopstep": "waxed_weathered_cut_copper_slab", + "waxedweatheredccosl": "waxed_weathered_cut_copper_slab", + "waxedweatheredccoslab": "waxed_weathered_cut_copper_slab", + "waxedweatheredccostep": "waxed_weathered_cut_copper_slab", + "waxedweatheredcutcohalfblock": "waxed_weathered_cut_copper_slab", + "waxedweatheredcutcophalfblock": "waxed_weathered_cut_copper_slab", + "waxedweatheredcutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxedweatheredcutcoppersl": "waxed_weathered_cut_copper_slab", + "waxedweatheredcutcopperslab": "waxed_weathered_cut_copper_slab", + "waxedweatheredcutcopperstep": "waxed_weathered_cut_copper_slab", + "waxedweatheredcutcopsl": "waxed_weathered_cut_copper_slab", + "waxedweatheredcutcopslab": "waxed_weathered_cut_copper_slab", + "waxedweatheredcutcopstep": "waxed_weathered_cut_copper_slab", + "waxedweatheredcutcosl": "waxed_weathered_cut_copper_slab", + "waxedweatheredcutcoslab": "waxed_weathered_cut_copper_slab", + "waxedweatheredcutcostep": "waxed_weathered_cut_copper_slab", + "waxedweccohalfblock": "waxed_weathered_cut_copper_slab", + "waxedweccophalfblock": "waxed_weathered_cut_copper_slab", + "waxedweccopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxedweccoppersl": "waxed_weathered_cut_copper_slab", + "waxedweccopperslab": "waxed_weathered_cut_copper_slab", + "waxedweccopperstep": "waxed_weathered_cut_copper_slab", + "waxedweccopsl": "waxed_weathered_cut_copper_slab", + "waxedweccopslab": "waxed_weathered_cut_copper_slab", + "waxedweccopstep": "waxed_weathered_cut_copper_slab", + "waxedweccosl": "waxed_weathered_cut_copper_slab", + "waxedweccoslab": "waxed_weathered_cut_copper_slab", + "waxedweccostep": "waxed_weathered_cut_copper_slab", + "waxedwecutcohalfblock": "waxed_weathered_cut_copper_slab", + "waxedwecutcophalfblock": "waxed_weathered_cut_copper_slab", + "waxedwecutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxedwecutcoppersl": "waxed_weathered_cut_copper_slab", + "waxedwecutcopperslab": "waxed_weathered_cut_copper_slab", + "waxedwecutcopperstep": "waxed_weathered_cut_copper_slab", + "waxedwecutcopsl": "waxed_weathered_cut_copper_slab", + "waxedwecutcopslab": "waxed_weathered_cut_copper_slab", + "waxedwecutcopstep": "waxed_weathered_cut_copper_slab", + "waxedwecutcosl": "waxed_weathered_cut_copper_slab", + "waxedwecutcoslab": "waxed_weathered_cut_copper_slab", + "waxedwecutcostep": "waxed_weathered_cut_copper_slab", + "waxedwthccohalfblock": "waxed_weathered_cut_copper_slab", + "waxedwthccophalfblock": "waxed_weathered_cut_copper_slab", + "waxedwthccopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxedwthccoppersl": "waxed_weathered_cut_copper_slab", + "waxedwthccopperslab": "waxed_weathered_cut_copper_slab", + "waxedwthccopperstep": "waxed_weathered_cut_copper_slab", + "waxedwthccopsl": "waxed_weathered_cut_copper_slab", + "waxedwthccopslab": "waxed_weathered_cut_copper_slab", + "waxedwthccopstep": "waxed_weathered_cut_copper_slab", + "waxedwthccosl": "waxed_weathered_cut_copper_slab", + "waxedwthccoslab": "waxed_weathered_cut_copper_slab", + "waxedwthccostep": "waxed_weathered_cut_copper_slab", + "waxedwthcutcohalfblock": "waxed_weathered_cut_copper_slab", + "waxedwthcutcophalfblock": "waxed_weathered_cut_copper_slab", + "waxedwthcutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxedwthcutcoppersl": "waxed_weathered_cut_copper_slab", + "waxedwthcutcopperslab": "waxed_weathered_cut_copper_slab", + "waxedwthcutcopperstep": "waxed_weathered_cut_copper_slab", + "waxedwthcutcopsl": "waxed_weathered_cut_copper_slab", + "waxedwthcutcopslab": "waxed_weathered_cut_copper_slab", + "waxedwthcutcopstep": "waxed_weathered_cut_copper_slab", + "waxedwthcutcosl": "waxed_weathered_cut_copper_slab", + "waxedwthcutcoslab": "waxed_weathered_cut_copper_slab", + "waxedwthcutcostep": "waxed_weathered_cut_copper_slab", + "waxweatherccohalfblock": "waxed_weathered_cut_copper_slab", + "waxweatherccophalfblock": "waxed_weathered_cut_copper_slab", + "waxweatherccopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxweatherccoppersl": "waxed_weathered_cut_copper_slab", + "waxweatherccopperslab": "waxed_weathered_cut_copper_slab", + "waxweatherccopperstep": "waxed_weathered_cut_copper_slab", + "waxweatherccopsl": "waxed_weathered_cut_copper_slab", + "waxweatherccopslab": "waxed_weathered_cut_copper_slab", + "waxweatherccopstep": "waxed_weathered_cut_copper_slab", + "waxweatherccosl": "waxed_weathered_cut_copper_slab", + "waxweatherccoslab": "waxed_weathered_cut_copper_slab", + "waxweatherccostep": "waxed_weathered_cut_copper_slab", + "waxweathercutcohalfblock": "waxed_weathered_cut_copper_slab", + "waxweathercutcophalfblock": "waxed_weathered_cut_copper_slab", + "waxweathercutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxweathercutcoppersl": "waxed_weathered_cut_copper_slab", + "waxweathercutcopperslab": "waxed_weathered_cut_copper_slab", + "waxweathercutcopperstep": "waxed_weathered_cut_copper_slab", + "waxweathercutcopsl": "waxed_weathered_cut_copper_slab", + "waxweathercutcopslab": "waxed_weathered_cut_copper_slab", + "waxweathercutcopstep": "waxed_weathered_cut_copper_slab", + "waxweathercutcosl": "waxed_weathered_cut_copper_slab", + "waxweathercutcoslab": "waxed_weathered_cut_copper_slab", + "waxweathercutcostep": "waxed_weathered_cut_copper_slab", + "waxweatheredccohalfblock": "waxed_weathered_cut_copper_slab", + "waxweatheredccophalfblock": "waxed_weathered_cut_copper_slab", + "waxweatheredccopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxweatheredccoppersl": "waxed_weathered_cut_copper_slab", + "waxweatheredccopperslab": "waxed_weathered_cut_copper_slab", + "waxweatheredccopperstep": "waxed_weathered_cut_copper_slab", + "waxweatheredccopsl": "waxed_weathered_cut_copper_slab", + "waxweatheredccopslab": "waxed_weathered_cut_copper_slab", + "waxweatheredccopstep": "waxed_weathered_cut_copper_slab", + "waxweatheredccosl": "waxed_weathered_cut_copper_slab", + "waxweatheredccoslab": "waxed_weathered_cut_copper_slab", + "waxweatheredccostep": "waxed_weathered_cut_copper_slab", + "waxweatheredcutcohalfblock": "waxed_weathered_cut_copper_slab", + "waxweatheredcutcophalfblock": "waxed_weathered_cut_copper_slab", + "waxweatheredcutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxweatheredcutcoppersl": "waxed_weathered_cut_copper_slab", + "waxweatheredcutcopperslab": "waxed_weathered_cut_copper_slab", + "waxweatheredcutcopperstep": "waxed_weathered_cut_copper_slab", + "waxweatheredcutcopsl": "waxed_weathered_cut_copper_slab", + "waxweatheredcutcopslab": "waxed_weathered_cut_copper_slab", + "waxweatheredcutcopstep": "waxed_weathered_cut_copper_slab", + "waxweatheredcutcosl": "waxed_weathered_cut_copper_slab", + "waxweatheredcutcoslab": "waxed_weathered_cut_copper_slab", + "waxweatheredcutcostep": "waxed_weathered_cut_copper_slab", + "waxweccohalfblock": "waxed_weathered_cut_copper_slab", + "waxweccophalfblock": "waxed_weathered_cut_copper_slab", + "waxweccopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxweccoppersl": "waxed_weathered_cut_copper_slab", + "waxweccopperslab": "waxed_weathered_cut_copper_slab", + "waxweccopperstep": "waxed_weathered_cut_copper_slab", + "waxweccopsl": "waxed_weathered_cut_copper_slab", + "waxweccopslab": "waxed_weathered_cut_copper_slab", + "waxweccopstep": "waxed_weathered_cut_copper_slab", + "waxweccosl": "waxed_weathered_cut_copper_slab", + "waxweccoslab": "waxed_weathered_cut_copper_slab", + "waxweccostep": "waxed_weathered_cut_copper_slab", + "waxwecutcohalfblock": "waxed_weathered_cut_copper_slab", + "waxwecutcophalfblock": "waxed_weathered_cut_copper_slab", + "waxwecutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxwecutcoppersl": "waxed_weathered_cut_copper_slab", + "waxwecutcopperslab": "waxed_weathered_cut_copper_slab", + "waxwecutcopperstep": "waxed_weathered_cut_copper_slab", + "waxwecutcopsl": "waxed_weathered_cut_copper_slab", + "waxwecutcopslab": "waxed_weathered_cut_copper_slab", + "waxwecutcopstep": "waxed_weathered_cut_copper_slab", + "waxwecutcosl": "waxed_weathered_cut_copper_slab", + "waxwecutcoslab": "waxed_weathered_cut_copper_slab", + "waxwecutcostep": "waxed_weathered_cut_copper_slab", + "waxwthccohalfblock": "waxed_weathered_cut_copper_slab", + "waxwthccophalfblock": "waxed_weathered_cut_copper_slab", + "waxwthccopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxwthccoppersl": "waxed_weathered_cut_copper_slab", + "waxwthccopperslab": "waxed_weathered_cut_copper_slab", + "waxwthccopperstep": "waxed_weathered_cut_copper_slab", + "waxwthccopsl": "waxed_weathered_cut_copper_slab", + "waxwthccopslab": "waxed_weathered_cut_copper_slab", + "waxwthccopstep": "waxed_weathered_cut_copper_slab", + "waxwthccosl": "waxed_weathered_cut_copper_slab", + "waxwthccoslab": "waxed_weathered_cut_copper_slab", + "waxwthccostep": "waxed_weathered_cut_copper_slab", + "waxwthcutcohalfblock": "waxed_weathered_cut_copper_slab", + "waxwthcutcophalfblock": "waxed_weathered_cut_copper_slab", + "waxwthcutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxwthcutcoppersl": "waxed_weathered_cut_copper_slab", + "waxwthcutcopperslab": "waxed_weathered_cut_copper_slab", + "waxwthcutcopperstep": "waxed_weathered_cut_copper_slab", + "waxwthcutcopsl": "waxed_weathered_cut_copper_slab", + "waxwthcutcopslab": "waxed_weathered_cut_copper_slab", + "waxwthcutcopstep": "waxed_weathered_cut_copper_slab", + "waxwthcutcosl": "waxed_weathered_cut_copper_slab", + "waxwthcutcoslab": "waxed_weathered_cut_copper_slab", + "waxwthcutcostep": "waxed_weathered_cut_copper_slab", + "weathercutwacohalfblock": "waxed_weathered_cut_copper_slab", + "weathercutwacophalfblock": "waxed_weathered_cut_copper_slab", + "weathercutwacopperhalfblock": "waxed_weathered_cut_copper_slab", + "weathercutwacoppersl": "waxed_weathered_cut_copper_slab", + "weathercutwacopperslab": "waxed_weathered_cut_copper_slab", + "weathercutwacopperstep": "waxed_weathered_cut_copper_slab", + "weathercutwacopsl": "waxed_weathered_cut_copper_slab", + "weathercutwacopslab": "waxed_weathered_cut_copper_slab", + "weathercutwacopstep": "waxed_weathered_cut_copper_slab", + "weathercutwacosl": "waxed_weathered_cut_copper_slab", + "weathercutwacoslab": "waxed_weathered_cut_copper_slab", + "weathercutwacostep": "waxed_weathered_cut_copper_slab", + "weathercutwaxcohalfblock": "waxed_weathered_cut_copper_slab", + "weathercutwaxcophalfblock": "waxed_weathered_cut_copper_slab", + "weathercutwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", + "weathercutwaxcoppersl": "waxed_weathered_cut_copper_slab", + "weathercutwaxcopperslab": "waxed_weathered_cut_copper_slab", + "weathercutwaxcopperstep": "waxed_weathered_cut_copper_slab", + "weathercutwaxcopsl": "waxed_weathered_cut_copper_slab", + "weathercutwaxcopslab": "waxed_weathered_cut_copper_slab", + "weathercutwaxcopstep": "waxed_weathered_cut_copper_slab", + "weathercutwaxcosl": "waxed_weathered_cut_copper_slab", + "weathercutwaxcoslab": "waxed_weathered_cut_copper_slab", + "weathercutwaxcostep": "waxed_weathered_cut_copper_slab", + "weathercutwaxedcohalfblock": "waxed_weathered_cut_copper_slab", + "weathercutwaxedcophalfblock": "waxed_weathered_cut_copper_slab", + "weathercutwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", + "weathercutwaxedcoppersl": "waxed_weathered_cut_copper_slab", + "weathercutwaxedcopperslab": "waxed_weathered_cut_copper_slab", + "weathercutwaxedcopperstep": "waxed_weathered_cut_copper_slab", + "weathercutwaxedcopsl": "waxed_weathered_cut_copper_slab", + "weathercutwaxedcopslab": "waxed_weathered_cut_copper_slab", + "weathercutwaxedcopstep": "waxed_weathered_cut_copper_slab", + "weathercutwaxedcosl": "waxed_weathered_cut_copper_slab", + "weathercutwaxedcoslab": "waxed_weathered_cut_copper_slab", + "weathercutwaxedcostep": "waxed_weathered_cut_copper_slab", + "weathercwacohalfblock": "waxed_weathered_cut_copper_slab", + "weathercwacophalfblock": "waxed_weathered_cut_copper_slab", + "weathercwacopperhalfblock": "waxed_weathered_cut_copper_slab", + "weathercwacoppersl": "waxed_weathered_cut_copper_slab", + "weathercwacopperslab": "waxed_weathered_cut_copper_slab", + "weathercwacopperstep": "waxed_weathered_cut_copper_slab", + "weathercwacopsl": "waxed_weathered_cut_copper_slab", + "weathercwacopslab": "waxed_weathered_cut_copper_slab", + "weathercwacopstep": "waxed_weathered_cut_copper_slab", + "weathercwacosl": "waxed_weathered_cut_copper_slab", + "weathercwacoslab": "waxed_weathered_cut_copper_slab", + "weathercwacostep": "waxed_weathered_cut_copper_slab", + "weathercwaxcohalfblock": "waxed_weathered_cut_copper_slab", + "weathercwaxcophalfblock": "waxed_weathered_cut_copper_slab", + "weathercwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", + "weathercwaxcoppersl": "waxed_weathered_cut_copper_slab", + "weathercwaxcopperslab": "waxed_weathered_cut_copper_slab", + "weathercwaxcopperstep": "waxed_weathered_cut_copper_slab", + "weathercwaxcopsl": "waxed_weathered_cut_copper_slab", + "weathercwaxcopslab": "waxed_weathered_cut_copper_slab", + "weathercwaxcopstep": "waxed_weathered_cut_copper_slab", + "weathercwaxcosl": "waxed_weathered_cut_copper_slab", + "weathercwaxcoslab": "waxed_weathered_cut_copper_slab", + "weathercwaxcostep": "waxed_weathered_cut_copper_slab", + "weathercwaxedcohalfblock": "waxed_weathered_cut_copper_slab", + "weathercwaxedcophalfblock": "waxed_weathered_cut_copper_slab", + "weathercwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", + "weathercwaxedcoppersl": "waxed_weathered_cut_copper_slab", + "weathercwaxedcopperslab": "waxed_weathered_cut_copper_slab", + "weathercwaxedcopperstep": "waxed_weathered_cut_copper_slab", + "weathercwaxedcopsl": "waxed_weathered_cut_copper_slab", + "weathercwaxedcopslab": "waxed_weathered_cut_copper_slab", + "weathercwaxedcopstep": "waxed_weathered_cut_copper_slab", + "weathercwaxedcosl": "waxed_weathered_cut_copper_slab", + "weathercwaxedcoslab": "waxed_weathered_cut_copper_slab", + "weathercwaxedcostep": "waxed_weathered_cut_copper_slab", + "weatheredcutwacohalfblock": "waxed_weathered_cut_copper_slab", + "weatheredcutwacophalfblock": "waxed_weathered_cut_copper_slab", + "weatheredcutwacopperhalfblock": "waxed_weathered_cut_copper_slab", + "weatheredcutwacoppersl": "waxed_weathered_cut_copper_slab", + "weatheredcutwacopperslab": "waxed_weathered_cut_copper_slab", + "weatheredcutwacopperstep": "waxed_weathered_cut_copper_slab", + "weatheredcutwacopsl": "waxed_weathered_cut_copper_slab", + "weatheredcutwacopslab": "waxed_weathered_cut_copper_slab", + "weatheredcutwacopstep": "waxed_weathered_cut_copper_slab", + "weatheredcutwacosl": "waxed_weathered_cut_copper_slab", + "weatheredcutwacoslab": "waxed_weathered_cut_copper_slab", + "weatheredcutwacostep": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxcohalfblock": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxcophalfblock": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxcoppersl": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxcopperslab": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxcopperstep": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxcopsl": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxcopslab": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxcopstep": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxcosl": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxcoslab": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxcostep": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxedcohalfblock": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxedcophalfblock": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxedcoppersl": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxedcopperslab": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxedcopperstep": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxedcopsl": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxedcopslab": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxedcopstep": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxedcosl": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxedcoslab": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxedcostep": "waxed_weathered_cut_copper_slab", + "weatheredcwacohalfblock": "waxed_weathered_cut_copper_slab", + "weatheredcwacophalfblock": "waxed_weathered_cut_copper_slab", + "weatheredcwacopperhalfblock": "waxed_weathered_cut_copper_slab", + "weatheredcwacoppersl": "waxed_weathered_cut_copper_slab", + "weatheredcwacopperslab": "waxed_weathered_cut_copper_slab", + "weatheredcwacopperstep": "waxed_weathered_cut_copper_slab", + "weatheredcwacopsl": "waxed_weathered_cut_copper_slab", + "weatheredcwacopslab": "waxed_weathered_cut_copper_slab", + "weatheredcwacopstep": "waxed_weathered_cut_copper_slab", + "weatheredcwacosl": "waxed_weathered_cut_copper_slab", + "weatheredcwacoslab": "waxed_weathered_cut_copper_slab", + "weatheredcwacostep": "waxed_weathered_cut_copper_slab", + "weatheredcwaxcohalfblock": "waxed_weathered_cut_copper_slab", + "weatheredcwaxcophalfblock": "waxed_weathered_cut_copper_slab", + "weatheredcwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", + "weatheredcwaxcoppersl": "waxed_weathered_cut_copper_slab", + "weatheredcwaxcopperslab": "waxed_weathered_cut_copper_slab", + "weatheredcwaxcopperstep": "waxed_weathered_cut_copper_slab", + "weatheredcwaxcopsl": "waxed_weathered_cut_copper_slab", + "weatheredcwaxcopslab": "waxed_weathered_cut_copper_slab", + "weatheredcwaxcopstep": "waxed_weathered_cut_copper_slab", + "weatheredcwaxcosl": "waxed_weathered_cut_copper_slab", + "weatheredcwaxcoslab": "waxed_weathered_cut_copper_slab", + "weatheredcwaxcostep": "waxed_weathered_cut_copper_slab", + "weatheredcwaxedcohalfblock": "waxed_weathered_cut_copper_slab", + "weatheredcwaxedcophalfblock": "waxed_weathered_cut_copper_slab", + "weatheredcwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", + "weatheredcwaxedcoppersl": "waxed_weathered_cut_copper_slab", + "weatheredcwaxedcopperslab": "waxed_weathered_cut_copper_slab", + "weatheredcwaxedcopperstep": "waxed_weathered_cut_copper_slab", + "weatheredcwaxedcopsl": "waxed_weathered_cut_copper_slab", + "weatheredcwaxedcopslab": "waxed_weathered_cut_copper_slab", + "weatheredcwaxedcopstep": "waxed_weathered_cut_copper_slab", + "weatheredcwaxedcosl": "waxed_weathered_cut_copper_slab", + "weatheredcwaxedcoslab": "waxed_weathered_cut_copper_slab", + "weatheredcwaxedcostep": "waxed_weathered_cut_copper_slab", + "weatheredwaccohalfblock": "waxed_weathered_cut_copper_slab", + "weatheredwaccophalfblock": "waxed_weathered_cut_copper_slab", + "weatheredwaccopperhalfblock": "waxed_weathered_cut_copper_slab", + "weatheredwaccoppersl": "waxed_weathered_cut_copper_slab", + "weatheredwaccopperslab": "waxed_weathered_cut_copper_slab", + "weatheredwaccopperstep": "waxed_weathered_cut_copper_slab", + "weatheredwaccopsl": "waxed_weathered_cut_copper_slab", + "weatheredwaccopslab": "waxed_weathered_cut_copper_slab", + "weatheredwaccopstep": "waxed_weathered_cut_copper_slab", + "weatheredwaccosl": "waxed_weathered_cut_copper_slab", + "weatheredwaccoslab": "waxed_weathered_cut_copper_slab", + "weatheredwaccostep": "waxed_weathered_cut_copper_slab", + "weatheredwacutcohalfblock": "waxed_weathered_cut_copper_slab", + "weatheredwacutcophalfblock": "waxed_weathered_cut_copper_slab", + "weatheredwacutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "weatheredwacutcoppersl": "waxed_weathered_cut_copper_slab", + "weatheredwacutcopperslab": "waxed_weathered_cut_copper_slab", + "weatheredwacutcopperstep": "waxed_weathered_cut_copper_slab", + "weatheredwacutcopsl": "waxed_weathered_cut_copper_slab", + "weatheredwacutcopslab": "waxed_weathered_cut_copper_slab", + "weatheredwacutcopstep": "waxed_weathered_cut_copper_slab", + "weatheredwacutcosl": "waxed_weathered_cut_copper_slab", + "weatheredwacutcoslab": "waxed_weathered_cut_copper_slab", + "weatheredwacutcostep": "waxed_weathered_cut_copper_slab", + "weatheredwaxccohalfblock": "waxed_weathered_cut_copper_slab", + "weatheredwaxccophalfblock": "waxed_weathered_cut_copper_slab", + "weatheredwaxccopperhalfblock": "waxed_weathered_cut_copper_slab", + "weatheredwaxccoppersl": "waxed_weathered_cut_copper_slab", + "weatheredwaxccopperslab": "waxed_weathered_cut_copper_slab", + "weatheredwaxccopperstep": "waxed_weathered_cut_copper_slab", + "weatheredwaxccopsl": "waxed_weathered_cut_copper_slab", + "weatheredwaxccopslab": "waxed_weathered_cut_copper_slab", + "weatheredwaxccopstep": "waxed_weathered_cut_copper_slab", + "weatheredwaxccosl": "waxed_weathered_cut_copper_slab", + "weatheredwaxccoslab": "waxed_weathered_cut_copper_slab", + "weatheredwaxccostep": "waxed_weathered_cut_copper_slab", + "weatheredwaxcutcohalfblock": "waxed_weathered_cut_copper_slab", + "weatheredwaxcutcophalfblock": "waxed_weathered_cut_copper_slab", + "weatheredwaxcutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "weatheredwaxcutcoppersl": "waxed_weathered_cut_copper_slab", + "weatheredwaxcutcopperslab": "waxed_weathered_cut_copper_slab", + "weatheredwaxcutcopperstep": "waxed_weathered_cut_copper_slab", + "weatheredwaxcutcopsl": "waxed_weathered_cut_copper_slab", + "weatheredwaxcutcopslab": "waxed_weathered_cut_copper_slab", + "weatheredwaxcutcopstep": "waxed_weathered_cut_copper_slab", + "weatheredwaxcutcosl": "waxed_weathered_cut_copper_slab", + "weatheredwaxcutcoslab": "waxed_weathered_cut_copper_slab", + "weatheredwaxcutcostep": "waxed_weathered_cut_copper_slab", + "weatheredwaxedccohalfblock": "waxed_weathered_cut_copper_slab", + "weatheredwaxedccophalfblock": "waxed_weathered_cut_copper_slab", + "weatheredwaxedccopperhalfblock": "waxed_weathered_cut_copper_slab", + "weatheredwaxedccoppersl": "waxed_weathered_cut_copper_slab", + "weatheredwaxedccopperslab": "waxed_weathered_cut_copper_slab", + "weatheredwaxedccopperstep": "waxed_weathered_cut_copper_slab", + "weatheredwaxedccopsl": "waxed_weathered_cut_copper_slab", + "weatheredwaxedccopslab": "waxed_weathered_cut_copper_slab", + "weatheredwaxedccopstep": "waxed_weathered_cut_copper_slab", + "weatheredwaxedccosl": "waxed_weathered_cut_copper_slab", + "weatheredwaxedccoslab": "waxed_weathered_cut_copper_slab", + "weatheredwaxedccostep": "waxed_weathered_cut_copper_slab", + "weatheredwaxedcutcohalfblock": "waxed_weathered_cut_copper_slab", + "weatheredwaxedcutcophalfblock": "waxed_weathered_cut_copper_slab", + "weatheredwaxedcutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "weatheredwaxedcutcoppersl": "waxed_weathered_cut_copper_slab", + "weatheredwaxedcutcopperslab": "waxed_weathered_cut_copper_slab", + "weatheredwaxedcutcopperstep": "waxed_weathered_cut_copper_slab", + "weatheredwaxedcutcopsl": "waxed_weathered_cut_copper_slab", + "weatheredwaxedcutcopslab": "waxed_weathered_cut_copper_slab", + "weatheredwaxedcutcopstep": "waxed_weathered_cut_copper_slab", + "weatheredwaxedcutcosl": "waxed_weathered_cut_copper_slab", + "weatheredwaxedcutcoslab": "waxed_weathered_cut_copper_slab", + "weatheredwaxedcutcostep": "waxed_weathered_cut_copper_slab", + "weatherwaccohalfblock": "waxed_weathered_cut_copper_slab", + "weatherwaccophalfblock": "waxed_weathered_cut_copper_slab", + "weatherwaccopperhalfblock": "waxed_weathered_cut_copper_slab", + "weatherwaccoppersl": "waxed_weathered_cut_copper_slab", + "weatherwaccopperslab": "waxed_weathered_cut_copper_slab", + "weatherwaccopperstep": "waxed_weathered_cut_copper_slab", + "weatherwaccopsl": "waxed_weathered_cut_copper_slab", + "weatherwaccopslab": "waxed_weathered_cut_copper_slab", + "weatherwaccopstep": "waxed_weathered_cut_copper_slab", + "weatherwaccosl": "waxed_weathered_cut_copper_slab", + "weatherwaccoslab": "waxed_weathered_cut_copper_slab", + "weatherwaccostep": "waxed_weathered_cut_copper_slab", + "weatherwacutcohalfblock": "waxed_weathered_cut_copper_slab", + "weatherwacutcophalfblock": "waxed_weathered_cut_copper_slab", + "weatherwacutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "weatherwacutcoppersl": "waxed_weathered_cut_copper_slab", + "weatherwacutcopperslab": "waxed_weathered_cut_copper_slab", + "weatherwacutcopperstep": "waxed_weathered_cut_copper_slab", + "weatherwacutcopsl": "waxed_weathered_cut_copper_slab", + "weatherwacutcopslab": "waxed_weathered_cut_copper_slab", + "weatherwacutcopstep": "waxed_weathered_cut_copper_slab", + "weatherwacutcosl": "waxed_weathered_cut_copper_slab", + "weatherwacutcoslab": "waxed_weathered_cut_copper_slab", + "weatherwacutcostep": "waxed_weathered_cut_copper_slab", + "weatherwaxccohalfblock": "waxed_weathered_cut_copper_slab", + "weatherwaxccophalfblock": "waxed_weathered_cut_copper_slab", + "weatherwaxccopperhalfblock": "waxed_weathered_cut_copper_slab", + "weatherwaxccoppersl": "waxed_weathered_cut_copper_slab", + "weatherwaxccopperslab": "waxed_weathered_cut_copper_slab", + "weatherwaxccopperstep": "waxed_weathered_cut_copper_slab", + "weatherwaxccopsl": "waxed_weathered_cut_copper_slab", + "weatherwaxccopslab": "waxed_weathered_cut_copper_slab", + "weatherwaxccopstep": "waxed_weathered_cut_copper_slab", + "weatherwaxccosl": "waxed_weathered_cut_copper_slab", + "weatherwaxccoslab": "waxed_weathered_cut_copper_slab", + "weatherwaxccostep": "waxed_weathered_cut_copper_slab", + "weatherwaxcutcohalfblock": "waxed_weathered_cut_copper_slab", + "weatherwaxcutcophalfblock": "waxed_weathered_cut_copper_slab", + "weatherwaxcutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "weatherwaxcutcoppersl": "waxed_weathered_cut_copper_slab", + "weatherwaxcutcopperslab": "waxed_weathered_cut_copper_slab", + "weatherwaxcutcopperstep": "waxed_weathered_cut_copper_slab", + "weatherwaxcutcopsl": "waxed_weathered_cut_copper_slab", + "weatherwaxcutcopslab": "waxed_weathered_cut_copper_slab", + "weatherwaxcutcopstep": "waxed_weathered_cut_copper_slab", + "weatherwaxcutcosl": "waxed_weathered_cut_copper_slab", + "weatherwaxcutcoslab": "waxed_weathered_cut_copper_slab", + "weatherwaxcutcostep": "waxed_weathered_cut_copper_slab", + "weatherwaxedccohalfblock": "waxed_weathered_cut_copper_slab", + "weatherwaxedccophalfblock": "waxed_weathered_cut_copper_slab", + "weatherwaxedccopperhalfblock": "waxed_weathered_cut_copper_slab", + "weatherwaxedccoppersl": "waxed_weathered_cut_copper_slab", + "weatherwaxedccopperslab": "waxed_weathered_cut_copper_slab", + "weatherwaxedccopperstep": "waxed_weathered_cut_copper_slab", + "weatherwaxedccopsl": "waxed_weathered_cut_copper_slab", + "weatherwaxedccopslab": "waxed_weathered_cut_copper_slab", + "weatherwaxedccopstep": "waxed_weathered_cut_copper_slab", + "weatherwaxedccosl": "waxed_weathered_cut_copper_slab", + "weatherwaxedccoslab": "waxed_weathered_cut_copper_slab", + "weatherwaxedccostep": "waxed_weathered_cut_copper_slab", + "weatherwaxedcutcohalfblock": "waxed_weathered_cut_copper_slab", + "weatherwaxedcutcophalfblock": "waxed_weathered_cut_copper_slab", + "weatherwaxedcutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "weatherwaxedcutcoppersl": "waxed_weathered_cut_copper_slab", + "weatherwaxedcutcopperslab": "waxed_weathered_cut_copper_slab", + "weatherwaxedcutcopperstep": "waxed_weathered_cut_copper_slab", + "weatherwaxedcutcopsl": "waxed_weathered_cut_copper_slab", + "weatherwaxedcutcopslab": "waxed_weathered_cut_copper_slab", + "weatherwaxedcutcopstep": "waxed_weathered_cut_copper_slab", + "weatherwaxedcutcosl": "waxed_weathered_cut_copper_slab", + "weatherwaxedcutcoslab": "waxed_weathered_cut_copper_slab", + "weatherwaxedcutcostep": "waxed_weathered_cut_copper_slab", + "wecutwacohalfblock": "waxed_weathered_cut_copper_slab", + "wecutwacophalfblock": "waxed_weathered_cut_copper_slab", + "wecutwacopperhalfblock": "waxed_weathered_cut_copper_slab", + "wecutwacoppersl": "waxed_weathered_cut_copper_slab", + "wecutwacopperslab": "waxed_weathered_cut_copper_slab", + "wecutwacopperstep": "waxed_weathered_cut_copper_slab", + "wecutwacopsl": "waxed_weathered_cut_copper_slab", + "wecutwacopslab": "waxed_weathered_cut_copper_slab", + "wecutwacopstep": "waxed_weathered_cut_copper_slab", + "wecutwacosl": "waxed_weathered_cut_copper_slab", + "wecutwacoslab": "waxed_weathered_cut_copper_slab", + "wecutwacostep": "waxed_weathered_cut_copper_slab", + "wecutwaxcohalfblock": "waxed_weathered_cut_copper_slab", + "wecutwaxcophalfblock": "waxed_weathered_cut_copper_slab", + "wecutwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wecutwaxcoppersl": "waxed_weathered_cut_copper_slab", + "wecutwaxcopperslab": "waxed_weathered_cut_copper_slab", + "wecutwaxcopperstep": "waxed_weathered_cut_copper_slab", + "wecutwaxcopsl": "waxed_weathered_cut_copper_slab", + "wecutwaxcopslab": "waxed_weathered_cut_copper_slab", + "wecutwaxcopstep": "waxed_weathered_cut_copper_slab", + "wecutwaxcosl": "waxed_weathered_cut_copper_slab", + "wecutwaxcoslab": "waxed_weathered_cut_copper_slab", + "wecutwaxcostep": "waxed_weathered_cut_copper_slab", + "wecutwaxedcohalfblock": "waxed_weathered_cut_copper_slab", + "wecutwaxedcophalfblock": "waxed_weathered_cut_copper_slab", + "wecutwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wecutwaxedcoppersl": "waxed_weathered_cut_copper_slab", + "wecutwaxedcopperslab": "waxed_weathered_cut_copper_slab", + "wecutwaxedcopperstep": "waxed_weathered_cut_copper_slab", + "wecutwaxedcopsl": "waxed_weathered_cut_copper_slab", + "wecutwaxedcopslab": "waxed_weathered_cut_copper_slab", + "wecutwaxedcopstep": "waxed_weathered_cut_copper_slab", + "wecutwaxedcosl": "waxed_weathered_cut_copper_slab", + "wecutwaxedcoslab": "waxed_weathered_cut_copper_slab", + "wecutwaxedcostep": "waxed_weathered_cut_copper_slab", + "wecwacohalfblock": "waxed_weathered_cut_copper_slab", + "wecwacophalfblock": "waxed_weathered_cut_copper_slab", + "wecwacopperhalfblock": "waxed_weathered_cut_copper_slab", + "wecwacoppersl": "waxed_weathered_cut_copper_slab", + "wecwacopperslab": "waxed_weathered_cut_copper_slab", + "wecwacopperstep": "waxed_weathered_cut_copper_slab", + "wecwacopsl": "waxed_weathered_cut_copper_slab", + "wecwacopslab": "waxed_weathered_cut_copper_slab", + "wecwacopstep": "waxed_weathered_cut_copper_slab", + "wecwacosl": "waxed_weathered_cut_copper_slab", + "wecwacoslab": "waxed_weathered_cut_copper_slab", + "wecwacostep": "waxed_weathered_cut_copper_slab", + "wecwaxcohalfblock": "waxed_weathered_cut_copper_slab", + "wecwaxcophalfblock": "waxed_weathered_cut_copper_slab", + "wecwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wecwaxcoppersl": "waxed_weathered_cut_copper_slab", + "wecwaxcopperslab": "waxed_weathered_cut_copper_slab", + "wecwaxcopperstep": "waxed_weathered_cut_copper_slab", + "wecwaxcopsl": "waxed_weathered_cut_copper_slab", + "wecwaxcopslab": "waxed_weathered_cut_copper_slab", + "wecwaxcopstep": "waxed_weathered_cut_copper_slab", + "wecwaxcosl": "waxed_weathered_cut_copper_slab", + "wecwaxcoslab": "waxed_weathered_cut_copper_slab", + "wecwaxcostep": "waxed_weathered_cut_copper_slab", + "wecwaxedcohalfblock": "waxed_weathered_cut_copper_slab", + "wecwaxedcophalfblock": "waxed_weathered_cut_copper_slab", + "wecwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wecwaxedcoppersl": "waxed_weathered_cut_copper_slab", + "wecwaxedcopperslab": "waxed_weathered_cut_copper_slab", + "wecwaxedcopperstep": "waxed_weathered_cut_copper_slab", + "wecwaxedcopsl": "waxed_weathered_cut_copper_slab", + "wecwaxedcopslab": "waxed_weathered_cut_copper_slab", + "wecwaxedcopstep": "waxed_weathered_cut_copper_slab", + "wecwaxedcosl": "waxed_weathered_cut_copper_slab", + "wecwaxedcoslab": "waxed_weathered_cut_copper_slab", + "wecwaxedcostep": "waxed_weathered_cut_copper_slab", + "wewaccohalfblock": "waxed_weathered_cut_copper_slab", + "wewaccophalfblock": "waxed_weathered_cut_copper_slab", + "wewaccopperhalfblock": "waxed_weathered_cut_copper_slab", + "wewaccoppersl": "waxed_weathered_cut_copper_slab", + "wewaccopperslab": "waxed_weathered_cut_copper_slab", + "wewaccopperstep": "waxed_weathered_cut_copper_slab", + "wewaccopsl": "waxed_weathered_cut_copper_slab", + "wewaccopslab": "waxed_weathered_cut_copper_slab", + "wewaccopstep": "waxed_weathered_cut_copper_slab", + "wewaccosl": "waxed_weathered_cut_copper_slab", + "wewaccoslab": "waxed_weathered_cut_copper_slab", + "wewaccostep": "waxed_weathered_cut_copper_slab", + "wewacutcohalfblock": "waxed_weathered_cut_copper_slab", + "wewacutcophalfblock": "waxed_weathered_cut_copper_slab", + "wewacutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wewacutcoppersl": "waxed_weathered_cut_copper_slab", + "wewacutcopperslab": "waxed_weathered_cut_copper_slab", + "wewacutcopperstep": "waxed_weathered_cut_copper_slab", + "wewacutcopsl": "waxed_weathered_cut_copper_slab", + "wewacutcopslab": "waxed_weathered_cut_copper_slab", + "wewacutcopstep": "waxed_weathered_cut_copper_slab", + "wewacutcosl": "waxed_weathered_cut_copper_slab", + "wewacutcoslab": "waxed_weathered_cut_copper_slab", + "wewacutcostep": "waxed_weathered_cut_copper_slab", + "wewaxccohalfblock": "waxed_weathered_cut_copper_slab", + "wewaxccophalfblock": "waxed_weathered_cut_copper_slab", + "wewaxccopperhalfblock": "waxed_weathered_cut_copper_slab", + "wewaxccoppersl": "waxed_weathered_cut_copper_slab", + "wewaxccopperslab": "waxed_weathered_cut_copper_slab", + "wewaxccopperstep": "waxed_weathered_cut_copper_slab", + "wewaxccopsl": "waxed_weathered_cut_copper_slab", + "wewaxccopslab": "waxed_weathered_cut_copper_slab", + "wewaxccopstep": "waxed_weathered_cut_copper_slab", + "wewaxccosl": "waxed_weathered_cut_copper_slab", + "wewaxccoslab": "waxed_weathered_cut_copper_slab", + "wewaxccostep": "waxed_weathered_cut_copper_slab", + "wewaxcutcohalfblock": "waxed_weathered_cut_copper_slab", + "wewaxcutcophalfblock": "waxed_weathered_cut_copper_slab", + "wewaxcutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wewaxcutcoppersl": "waxed_weathered_cut_copper_slab", + "wewaxcutcopperslab": "waxed_weathered_cut_copper_slab", + "wewaxcutcopperstep": "waxed_weathered_cut_copper_slab", + "wewaxcutcopsl": "waxed_weathered_cut_copper_slab", + "wewaxcutcopslab": "waxed_weathered_cut_copper_slab", + "wewaxcutcopstep": "waxed_weathered_cut_copper_slab", + "wewaxcutcosl": "waxed_weathered_cut_copper_slab", + "wewaxcutcoslab": "waxed_weathered_cut_copper_slab", + "wewaxcutcostep": "waxed_weathered_cut_copper_slab", + "wewaxedccohalfblock": "waxed_weathered_cut_copper_slab", + "wewaxedccophalfblock": "waxed_weathered_cut_copper_slab", + "wewaxedccopperhalfblock": "waxed_weathered_cut_copper_slab", + "wewaxedccoppersl": "waxed_weathered_cut_copper_slab", + "wewaxedccopperslab": "waxed_weathered_cut_copper_slab", + "wewaxedccopperstep": "waxed_weathered_cut_copper_slab", + "wewaxedccopsl": "waxed_weathered_cut_copper_slab", + "wewaxedccopslab": "waxed_weathered_cut_copper_slab", + "wewaxedccopstep": "waxed_weathered_cut_copper_slab", + "wewaxedccosl": "waxed_weathered_cut_copper_slab", + "wewaxedccoslab": "waxed_weathered_cut_copper_slab", + "wewaxedccostep": "waxed_weathered_cut_copper_slab", + "wewaxedcutcohalfblock": "waxed_weathered_cut_copper_slab", + "wewaxedcutcophalfblock": "waxed_weathered_cut_copper_slab", + "wewaxedcutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wewaxedcutcoppersl": "waxed_weathered_cut_copper_slab", + "wewaxedcutcopperslab": "waxed_weathered_cut_copper_slab", + "wewaxedcutcopperstep": "waxed_weathered_cut_copper_slab", + "wewaxedcutcopsl": "waxed_weathered_cut_copper_slab", + "wewaxedcutcopslab": "waxed_weathered_cut_copper_slab", + "wewaxedcutcopstep": "waxed_weathered_cut_copper_slab", + "wewaxedcutcosl": "waxed_weathered_cut_copper_slab", + "wewaxedcutcoslab": "waxed_weathered_cut_copper_slab", + "wewaxedcutcostep": "waxed_weathered_cut_copper_slab", + "wthcutwacohalfblock": "waxed_weathered_cut_copper_slab", + "wthcutwacophalfblock": "waxed_weathered_cut_copper_slab", + "wthcutwacopperhalfblock": "waxed_weathered_cut_copper_slab", + "wthcutwacoppersl": "waxed_weathered_cut_copper_slab", + "wthcutwacopperslab": "waxed_weathered_cut_copper_slab", + "wthcutwacopperstep": "waxed_weathered_cut_copper_slab", + "wthcutwacopsl": "waxed_weathered_cut_copper_slab", + "wthcutwacopslab": "waxed_weathered_cut_copper_slab", + "wthcutwacopstep": "waxed_weathered_cut_copper_slab", + "wthcutwacosl": "waxed_weathered_cut_copper_slab", + "wthcutwacoslab": "waxed_weathered_cut_copper_slab", + "wthcutwacostep": "waxed_weathered_cut_copper_slab", + "wthcutwaxcohalfblock": "waxed_weathered_cut_copper_slab", + "wthcutwaxcophalfblock": "waxed_weathered_cut_copper_slab", + "wthcutwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wthcutwaxcoppersl": "waxed_weathered_cut_copper_slab", + "wthcutwaxcopperslab": "waxed_weathered_cut_copper_slab", + "wthcutwaxcopperstep": "waxed_weathered_cut_copper_slab", + "wthcutwaxcopsl": "waxed_weathered_cut_copper_slab", + "wthcutwaxcopslab": "waxed_weathered_cut_copper_slab", + "wthcutwaxcopstep": "waxed_weathered_cut_copper_slab", + "wthcutwaxcosl": "waxed_weathered_cut_copper_slab", + "wthcutwaxcoslab": "waxed_weathered_cut_copper_slab", + "wthcutwaxcostep": "waxed_weathered_cut_copper_slab", + "wthcutwaxedcohalfblock": "waxed_weathered_cut_copper_slab", + "wthcutwaxedcophalfblock": "waxed_weathered_cut_copper_slab", + "wthcutwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wthcutwaxedcoppersl": "waxed_weathered_cut_copper_slab", + "wthcutwaxedcopperslab": "waxed_weathered_cut_copper_slab", + "wthcutwaxedcopperstep": "waxed_weathered_cut_copper_slab", + "wthcutwaxedcopsl": "waxed_weathered_cut_copper_slab", + "wthcutwaxedcopslab": "waxed_weathered_cut_copper_slab", + "wthcutwaxedcopstep": "waxed_weathered_cut_copper_slab", + "wthcutwaxedcosl": "waxed_weathered_cut_copper_slab", + "wthcutwaxedcoslab": "waxed_weathered_cut_copper_slab", + "wthcutwaxedcostep": "waxed_weathered_cut_copper_slab", + "wthcwacohalfblock": "waxed_weathered_cut_copper_slab", + "wthcwacophalfblock": "waxed_weathered_cut_copper_slab", + "wthcwacopperhalfblock": "waxed_weathered_cut_copper_slab", + "wthcwacoppersl": "waxed_weathered_cut_copper_slab", + "wthcwacopperslab": "waxed_weathered_cut_copper_slab", + "wthcwacopperstep": "waxed_weathered_cut_copper_slab", + "wthcwacopsl": "waxed_weathered_cut_copper_slab", + "wthcwacopslab": "waxed_weathered_cut_copper_slab", + "wthcwacopstep": "waxed_weathered_cut_copper_slab", + "wthcwacosl": "waxed_weathered_cut_copper_slab", + "wthcwacoslab": "waxed_weathered_cut_copper_slab", + "wthcwacostep": "waxed_weathered_cut_copper_slab", + "wthcwaxcohalfblock": "waxed_weathered_cut_copper_slab", + "wthcwaxcophalfblock": "waxed_weathered_cut_copper_slab", + "wthcwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wthcwaxcoppersl": "waxed_weathered_cut_copper_slab", + "wthcwaxcopperslab": "waxed_weathered_cut_copper_slab", + "wthcwaxcopperstep": "waxed_weathered_cut_copper_slab", + "wthcwaxcopsl": "waxed_weathered_cut_copper_slab", + "wthcwaxcopslab": "waxed_weathered_cut_copper_slab", + "wthcwaxcopstep": "waxed_weathered_cut_copper_slab", + "wthcwaxcosl": "waxed_weathered_cut_copper_slab", + "wthcwaxcoslab": "waxed_weathered_cut_copper_slab", + "wthcwaxcostep": "waxed_weathered_cut_copper_slab", + "wthcwaxedcohalfblock": "waxed_weathered_cut_copper_slab", + "wthcwaxedcophalfblock": "waxed_weathered_cut_copper_slab", + "wthcwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wthcwaxedcoppersl": "waxed_weathered_cut_copper_slab", + "wthcwaxedcopperslab": "waxed_weathered_cut_copper_slab", + "wthcwaxedcopperstep": "waxed_weathered_cut_copper_slab", + "wthcwaxedcopsl": "waxed_weathered_cut_copper_slab", + "wthcwaxedcopslab": "waxed_weathered_cut_copper_slab", + "wthcwaxedcopstep": "waxed_weathered_cut_copper_slab", + "wthcwaxedcosl": "waxed_weathered_cut_copper_slab", + "wthcwaxedcoslab": "waxed_weathered_cut_copper_slab", + "wthcwaxedcostep": "waxed_weathered_cut_copper_slab", + "wthwaccohalfblock": "waxed_weathered_cut_copper_slab", + "wthwaccophalfblock": "waxed_weathered_cut_copper_slab", + "wthwaccopperhalfblock": "waxed_weathered_cut_copper_slab", + "wthwaccoppersl": "waxed_weathered_cut_copper_slab", + "wthwaccopperslab": "waxed_weathered_cut_copper_slab", + "wthwaccopperstep": "waxed_weathered_cut_copper_slab", + "wthwaccopsl": "waxed_weathered_cut_copper_slab", + "wthwaccopslab": "waxed_weathered_cut_copper_slab", + "wthwaccopstep": "waxed_weathered_cut_copper_slab", + "wthwaccosl": "waxed_weathered_cut_copper_slab", + "wthwaccoslab": "waxed_weathered_cut_copper_slab", + "wthwaccostep": "waxed_weathered_cut_copper_slab", + "wthwacutcohalfblock": "waxed_weathered_cut_copper_slab", + "wthwacutcophalfblock": "waxed_weathered_cut_copper_slab", + "wthwacutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wthwacutcoppersl": "waxed_weathered_cut_copper_slab", + "wthwacutcopperslab": "waxed_weathered_cut_copper_slab", + "wthwacutcopperstep": "waxed_weathered_cut_copper_slab", + "wthwacutcopsl": "waxed_weathered_cut_copper_slab", + "wthwacutcopslab": "waxed_weathered_cut_copper_slab", + "wthwacutcopstep": "waxed_weathered_cut_copper_slab", + "wthwacutcosl": "waxed_weathered_cut_copper_slab", + "wthwacutcoslab": "waxed_weathered_cut_copper_slab", + "wthwacutcostep": "waxed_weathered_cut_copper_slab", + "wthwaxccohalfblock": "waxed_weathered_cut_copper_slab", + "wthwaxccophalfblock": "waxed_weathered_cut_copper_slab", + "wthwaxccopperhalfblock": "waxed_weathered_cut_copper_slab", + "wthwaxccoppersl": "waxed_weathered_cut_copper_slab", + "wthwaxccopperslab": "waxed_weathered_cut_copper_slab", + "wthwaxccopperstep": "waxed_weathered_cut_copper_slab", + "wthwaxccopsl": "waxed_weathered_cut_copper_slab", + "wthwaxccopslab": "waxed_weathered_cut_copper_slab", + "wthwaxccopstep": "waxed_weathered_cut_copper_slab", + "wthwaxccosl": "waxed_weathered_cut_copper_slab", + "wthwaxccoslab": "waxed_weathered_cut_copper_slab", + "wthwaxccostep": "waxed_weathered_cut_copper_slab", + "wthwaxcutcohalfblock": "waxed_weathered_cut_copper_slab", + "wthwaxcutcophalfblock": "waxed_weathered_cut_copper_slab", + "wthwaxcutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wthwaxcutcoppersl": "waxed_weathered_cut_copper_slab", + "wthwaxcutcopperslab": "waxed_weathered_cut_copper_slab", + "wthwaxcutcopperstep": "waxed_weathered_cut_copper_slab", + "wthwaxcutcopsl": "waxed_weathered_cut_copper_slab", + "wthwaxcutcopslab": "waxed_weathered_cut_copper_slab", + "wthwaxcutcopstep": "waxed_weathered_cut_copper_slab", + "wthwaxcutcosl": "waxed_weathered_cut_copper_slab", + "wthwaxcutcoslab": "waxed_weathered_cut_copper_slab", + "wthwaxcutcostep": "waxed_weathered_cut_copper_slab", + "wthwaxedccohalfblock": "waxed_weathered_cut_copper_slab", + "wthwaxedccophalfblock": "waxed_weathered_cut_copper_slab", + "wthwaxedccopperhalfblock": "waxed_weathered_cut_copper_slab", + "wthwaxedccoppersl": "waxed_weathered_cut_copper_slab", + "wthwaxedccopperslab": "waxed_weathered_cut_copper_slab", + "wthwaxedccopperstep": "waxed_weathered_cut_copper_slab", + "wthwaxedccopsl": "waxed_weathered_cut_copper_slab", + "wthwaxedccopslab": "waxed_weathered_cut_copper_slab", + "wthwaxedccopstep": "waxed_weathered_cut_copper_slab", + "wthwaxedccosl": "waxed_weathered_cut_copper_slab", + "wthwaxedccoslab": "waxed_weathered_cut_copper_slab", + "wthwaxedccostep": "waxed_weathered_cut_copper_slab", + "wthwaxedcutcohalfblock": "waxed_weathered_cut_copper_slab", + "wthwaxedcutcophalfblock": "waxed_weathered_cut_copper_slab", + "wthwaxedcutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wthwaxedcutcoppersl": "waxed_weathered_cut_copper_slab", + "wthwaxedcutcopperslab": "waxed_weathered_cut_copper_slab", + "wthwaxedcutcopperstep": "waxed_weathered_cut_copper_slab", + "wthwaxedcutcopsl": "waxed_weathered_cut_copper_slab", + "wthwaxedcutcopslab": "waxed_weathered_cut_copper_slab", + "wthwaxedcutcopstep": "waxed_weathered_cut_copper_slab", + "wthwaxedcutcosl": "waxed_weathered_cut_copper_slab", + "wthwaxedcutcoslab": "waxed_weathered_cut_copper_slab", + "wthwaxedcutcostep": "waxed_weathered_cut_copper_slab", + "waxed_weathered_cut_copper_stairs": { + "material": "WAXED_WEATHERED_CUT_COPPER_STAIRS" + }, + "cutwaweathercopperstair": "waxed_weathered_cut_copper_stairs", + "cutwaweathercopperstairs": "waxed_weathered_cut_copper_stairs", + "cutwaweathercopstair": "waxed_weathered_cut_copper_stairs", + "cutwaweathercopstairs": "waxed_weathered_cut_copper_stairs", + "cutwaweathercostair": "waxed_weathered_cut_copper_stairs", + "cutwaweathercostairs": "waxed_weathered_cut_copper_stairs", + "cutwaweatheredcopperstair": "waxed_weathered_cut_copper_stairs", + "cutwaweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", + "cutwaweatheredcopstair": "waxed_weathered_cut_copper_stairs", + "cutwaweatheredcopstairs": "waxed_weathered_cut_copper_stairs", + "cutwaweatheredcostair": "waxed_weathered_cut_copper_stairs", + "cutwaweatheredcostairs": "waxed_weathered_cut_copper_stairs", + "cutwawecopperstair": "waxed_weathered_cut_copper_stairs", + "cutwawecopperstairs": "waxed_weathered_cut_copper_stairs", + "cutwawecopstair": "waxed_weathered_cut_copper_stairs", + "cutwawecopstairs": "waxed_weathered_cut_copper_stairs", + "cutwawecostair": "waxed_weathered_cut_copper_stairs", + "cutwawecostairs": "waxed_weathered_cut_copper_stairs", + "cutwawthcopperstair": "waxed_weathered_cut_copper_stairs", + "cutwawthcopperstairs": "waxed_weathered_cut_copper_stairs", + "cutwawthcopstair": "waxed_weathered_cut_copper_stairs", + "cutwawthcopstairs": "waxed_weathered_cut_copper_stairs", + "cutwawthcostair": "waxed_weathered_cut_copper_stairs", + "cutwawthcostairs": "waxed_weathered_cut_copper_stairs", + "cutwaxedweathercopperstair": "waxed_weathered_cut_copper_stairs", + "cutwaxedweathercopperstairs": "waxed_weathered_cut_copper_stairs", + "cutwaxedweathercopstair": "waxed_weathered_cut_copper_stairs", + "cutwaxedweathercopstairs": "waxed_weathered_cut_copper_stairs", + "cutwaxedweathercostair": "waxed_weathered_cut_copper_stairs", + "cutwaxedweathercostairs": "waxed_weathered_cut_copper_stairs", + "cutwaxedweatheredcopperstair": "waxed_weathered_cut_copper_stairs", + "cutwaxedweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", + "cutwaxedweatheredcopstair": "waxed_weathered_cut_copper_stairs", + "cutwaxedweatheredcopstairs": "waxed_weathered_cut_copper_stairs", + "cutwaxedweatheredcostair": "waxed_weathered_cut_copper_stairs", + "cutwaxedweatheredcostairs": "waxed_weathered_cut_copper_stairs", + "cutwaxedwecopperstair": "waxed_weathered_cut_copper_stairs", + "cutwaxedwecopperstairs": "waxed_weathered_cut_copper_stairs", + "cutwaxedwecopstair": "waxed_weathered_cut_copper_stairs", + "cutwaxedwecopstairs": "waxed_weathered_cut_copper_stairs", + "cutwaxedwecostair": "waxed_weathered_cut_copper_stairs", + "cutwaxedwecostairs": "waxed_weathered_cut_copper_stairs", + "cutwaxedwthcopperstair": "waxed_weathered_cut_copper_stairs", + "cutwaxedwthcopperstairs": "waxed_weathered_cut_copper_stairs", + "cutwaxedwthcopstair": "waxed_weathered_cut_copper_stairs", + "cutwaxedwthcopstairs": "waxed_weathered_cut_copper_stairs", + "cutwaxedwthcostair": "waxed_weathered_cut_copper_stairs", + "cutwaxedwthcostairs": "waxed_weathered_cut_copper_stairs", + "cutwaxweathercopperstair": "waxed_weathered_cut_copper_stairs", + "cutwaxweathercopperstairs": "waxed_weathered_cut_copper_stairs", + "cutwaxweathercopstair": "waxed_weathered_cut_copper_stairs", + "cutwaxweathercopstairs": "waxed_weathered_cut_copper_stairs", + "cutwaxweathercostair": "waxed_weathered_cut_copper_stairs", + "cutwaxweathercostairs": "waxed_weathered_cut_copper_stairs", + "cutwaxweatheredcopperstair": "waxed_weathered_cut_copper_stairs", + "cutwaxweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", + "cutwaxweatheredcopstair": "waxed_weathered_cut_copper_stairs", + "cutwaxweatheredcopstairs": "waxed_weathered_cut_copper_stairs", + "cutwaxweatheredcostair": "waxed_weathered_cut_copper_stairs", + "cutwaxweatheredcostairs": "waxed_weathered_cut_copper_stairs", + "cutwaxwecopperstair": "waxed_weathered_cut_copper_stairs", + "cutwaxwecopperstairs": "waxed_weathered_cut_copper_stairs", + "cutwaxwecopstair": "waxed_weathered_cut_copper_stairs", + "cutwaxwecopstairs": "waxed_weathered_cut_copper_stairs", + "cutwaxwecostair": "waxed_weathered_cut_copper_stairs", + "cutwaxwecostairs": "waxed_weathered_cut_copper_stairs", + "cutwaxwthcopperstair": "waxed_weathered_cut_copper_stairs", + "cutwaxwthcopperstairs": "waxed_weathered_cut_copper_stairs", + "cutwaxwthcopstair": "waxed_weathered_cut_copper_stairs", + "cutwaxwthcopstairs": "waxed_weathered_cut_copper_stairs", + "cutwaxwthcostair": "waxed_weathered_cut_copper_stairs", + "cutwaxwthcostairs": "waxed_weathered_cut_copper_stairs", + "cutweatheredwacopperstair": "waxed_weathered_cut_copper_stairs", + "cutweatheredwacopperstairs": "waxed_weathered_cut_copper_stairs", + "cutweatheredwacopstair": "waxed_weathered_cut_copper_stairs", + "cutweatheredwacopstairs": "waxed_weathered_cut_copper_stairs", + "cutweatheredwacostair": "waxed_weathered_cut_copper_stairs", + "cutweatheredwacostairs": "waxed_weathered_cut_copper_stairs", + "cutweatheredwaxcopperstair": "waxed_weathered_cut_copper_stairs", + "cutweatheredwaxcopperstairs": "waxed_weathered_cut_copper_stairs", + "cutweatheredwaxcopstair": "waxed_weathered_cut_copper_stairs", + "cutweatheredwaxcopstairs": "waxed_weathered_cut_copper_stairs", + "cutweatheredwaxcostair": "waxed_weathered_cut_copper_stairs", + "cutweatheredwaxcostairs": "waxed_weathered_cut_copper_stairs", + "cutweatheredwaxedcopperstair": "waxed_weathered_cut_copper_stairs", + "cutweatheredwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", + "cutweatheredwaxedcopstair": "waxed_weathered_cut_copper_stairs", + "cutweatheredwaxedcopstairs": "waxed_weathered_cut_copper_stairs", + "cutweatheredwaxedcostair": "waxed_weathered_cut_copper_stairs", + "cutweatheredwaxedcostairs": "waxed_weathered_cut_copper_stairs", + "cutweatherwacopperstair": "waxed_weathered_cut_copper_stairs", + "cutweatherwacopperstairs": "waxed_weathered_cut_copper_stairs", + "cutweatherwacopstair": "waxed_weathered_cut_copper_stairs", + "cutweatherwacopstairs": "waxed_weathered_cut_copper_stairs", + "cutweatherwacostair": "waxed_weathered_cut_copper_stairs", + "cutweatherwacostairs": "waxed_weathered_cut_copper_stairs", + "cutweatherwaxcopperstair": "waxed_weathered_cut_copper_stairs", + "cutweatherwaxcopperstairs": "waxed_weathered_cut_copper_stairs", + "cutweatherwaxcopstair": "waxed_weathered_cut_copper_stairs", + "cutweatherwaxcopstairs": "waxed_weathered_cut_copper_stairs", + "cutweatherwaxcostair": "waxed_weathered_cut_copper_stairs", + "cutweatherwaxcostairs": "waxed_weathered_cut_copper_stairs", + "cutweatherwaxedcopperstair": "waxed_weathered_cut_copper_stairs", + "cutweatherwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", + "cutweatherwaxedcopstair": "waxed_weathered_cut_copper_stairs", + "cutweatherwaxedcopstairs": "waxed_weathered_cut_copper_stairs", + "cutweatherwaxedcostair": "waxed_weathered_cut_copper_stairs", + "cutweatherwaxedcostairs": "waxed_weathered_cut_copper_stairs", + "cutwewacopperstair": "waxed_weathered_cut_copper_stairs", + "cutwewacopperstairs": "waxed_weathered_cut_copper_stairs", + "cutwewacopstair": "waxed_weathered_cut_copper_stairs", + "cutwewacopstairs": "waxed_weathered_cut_copper_stairs", + "cutwewacostair": "waxed_weathered_cut_copper_stairs", + "cutwewacostairs": "waxed_weathered_cut_copper_stairs", + "cutwewaxcopperstair": "waxed_weathered_cut_copper_stairs", + "cutwewaxcopperstairs": "waxed_weathered_cut_copper_stairs", + "cutwewaxcopstair": "waxed_weathered_cut_copper_stairs", + "cutwewaxcopstairs": "waxed_weathered_cut_copper_stairs", + "cutwewaxcostair": "waxed_weathered_cut_copper_stairs", + "cutwewaxcostairs": "waxed_weathered_cut_copper_stairs", + "cutwewaxedcopperstair": "waxed_weathered_cut_copper_stairs", + "cutwewaxedcopperstairs": "waxed_weathered_cut_copper_stairs", + "cutwewaxedcopstair": "waxed_weathered_cut_copper_stairs", + "cutwewaxedcopstairs": "waxed_weathered_cut_copper_stairs", + "cutwewaxedcostair": "waxed_weathered_cut_copper_stairs", + "cutwewaxedcostairs": "waxed_weathered_cut_copper_stairs", + "cutwthwacopperstair": "waxed_weathered_cut_copper_stairs", + "cutwthwacopperstairs": "waxed_weathered_cut_copper_stairs", + "cutwthwacopstair": "waxed_weathered_cut_copper_stairs", + "cutwthwacopstairs": "waxed_weathered_cut_copper_stairs", + "cutwthwacostair": "waxed_weathered_cut_copper_stairs", + "cutwthwacostairs": "waxed_weathered_cut_copper_stairs", + "cutwthwaxcopperstair": "waxed_weathered_cut_copper_stairs", + "cutwthwaxcopperstairs": "waxed_weathered_cut_copper_stairs", + "cutwthwaxcopstair": "waxed_weathered_cut_copper_stairs", + "cutwthwaxcopstairs": "waxed_weathered_cut_copper_stairs", + "cutwthwaxcostair": "waxed_weathered_cut_copper_stairs", + "cutwthwaxcostairs": "waxed_weathered_cut_copper_stairs", + "cutwthwaxedcopperstair": "waxed_weathered_cut_copper_stairs", + "cutwthwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", + "cutwthwaxedcopstair": "waxed_weathered_cut_copper_stairs", + "cutwthwaxedcopstairs": "waxed_weathered_cut_copper_stairs", + "cutwthwaxedcostair": "waxed_weathered_cut_copper_stairs", + "cutwthwaxedcostairs": "waxed_weathered_cut_copper_stairs", + "cwaweathercopperstair": "waxed_weathered_cut_copper_stairs", + "cwaweathercopperstairs": "waxed_weathered_cut_copper_stairs", + "cwaweathercopstair": "waxed_weathered_cut_copper_stairs", + "cwaweathercopstairs": "waxed_weathered_cut_copper_stairs", + "cwaweathercostair": "waxed_weathered_cut_copper_stairs", + "cwaweathercostairs": "waxed_weathered_cut_copper_stairs", + "cwaweatheredcopperstair": "waxed_weathered_cut_copper_stairs", + "cwaweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", + "cwaweatheredcopstair": "waxed_weathered_cut_copper_stairs", + "cwaweatheredcopstairs": "waxed_weathered_cut_copper_stairs", + "cwaweatheredcostair": "waxed_weathered_cut_copper_stairs", + "cwaweatheredcostairs": "waxed_weathered_cut_copper_stairs", + "cwawecopperstair": "waxed_weathered_cut_copper_stairs", + "cwawecopperstairs": "waxed_weathered_cut_copper_stairs", + "cwawecopstair": "waxed_weathered_cut_copper_stairs", + "cwawecopstairs": "waxed_weathered_cut_copper_stairs", + "cwawecostair": "waxed_weathered_cut_copper_stairs", + "cwawecostairs": "waxed_weathered_cut_copper_stairs", + "cwawthcopperstair": "waxed_weathered_cut_copper_stairs", + "cwawthcopperstairs": "waxed_weathered_cut_copper_stairs", + "cwawthcopstair": "waxed_weathered_cut_copper_stairs", + "cwawthcopstairs": "waxed_weathered_cut_copper_stairs", + "cwawthcostair": "waxed_weathered_cut_copper_stairs", + "cwawthcostairs": "waxed_weathered_cut_copper_stairs", + "cwaxedweathercopperstair": "waxed_weathered_cut_copper_stairs", + "cwaxedweathercopperstairs": "waxed_weathered_cut_copper_stairs", + "cwaxedweathercopstair": "waxed_weathered_cut_copper_stairs", + "cwaxedweathercopstairs": "waxed_weathered_cut_copper_stairs", + "cwaxedweathercostair": "waxed_weathered_cut_copper_stairs", + "cwaxedweathercostairs": "waxed_weathered_cut_copper_stairs", + "cwaxedweatheredcopperstair": "waxed_weathered_cut_copper_stairs", + "cwaxedweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", + "cwaxedweatheredcopstair": "waxed_weathered_cut_copper_stairs", + "cwaxedweatheredcopstairs": "waxed_weathered_cut_copper_stairs", + "cwaxedweatheredcostair": "waxed_weathered_cut_copper_stairs", + "cwaxedweatheredcostairs": "waxed_weathered_cut_copper_stairs", + "cwaxedwecopperstair": "waxed_weathered_cut_copper_stairs", + "cwaxedwecopperstairs": "waxed_weathered_cut_copper_stairs", + "cwaxedwecopstair": "waxed_weathered_cut_copper_stairs", + "cwaxedwecopstairs": "waxed_weathered_cut_copper_stairs", + "cwaxedwecostair": "waxed_weathered_cut_copper_stairs", + "cwaxedwecostairs": "waxed_weathered_cut_copper_stairs", + "cwaxedwthcopperstair": "waxed_weathered_cut_copper_stairs", + "cwaxedwthcopperstairs": "waxed_weathered_cut_copper_stairs", + "cwaxedwthcopstair": "waxed_weathered_cut_copper_stairs", + "cwaxedwthcopstairs": "waxed_weathered_cut_copper_stairs", + "cwaxedwthcostair": "waxed_weathered_cut_copper_stairs", + "cwaxedwthcostairs": "waxed_weathered_cut_copper_stairs", + "cwaxweathercopperstair": "waxed_weathered_cut_copper_stairs", + "cwaxweathercopperstairs": "waxed_weathered_cut_copper_stairs", + "cwaxweathercopstair": "waxed_weathered_cut_copper_stairs", + "cwaxweathercopstairs": "waxed_weathered_cut_copper_stairs", + "cwaxweathercostair": "waxed_weathered_cut_copper_stairs", + "cwaxweathercostairs": "waxed_weathered_cut_copper_stairs", + "cwaxweatheredcopperstair": "waxed_weathered_cut_copper_stairs", + "cwaxweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", + "cwaxweatheredcopstair": "waxed_weathered_cut_copper_stairs", + "cwaxweatheredcopstairs": "waxed_weathered_cut_copper_stairs", + "cwaxweatheredcostair": "waxed_weathered_cut_copper_stairs", + "cwaxweatheredcostairs": "waxed_weathered_cut_copper_stairs", + "cwaxwecopperstair": "waxed_weathered_cut_copper_stairs", + "cwaxwecopperstairs": "waxed_weathered_cut_copper_stairs", + "cwaxwecopstair": "waxed_weathered_cut_copper_stairs", + "cwaxwecopstairs": "waxed_weathered_cut_copper_stairs", + "cwaxwecostair": "waxed_weathered_cut_copper_stairs", + "cwaxwecostairs": "waxed_weathered_cut_copper_stairs", + "cwaxwthcopperstair": "waxed_weathered_cut_copper_stairs", + "cwaxwthcopperstairs": "waxed_weathered_cut_copper_stairs", + "cwaxwthcopstair": "waxed_weathered_cut_copper_stairs", + "cwaxwthcopstairs": "waxed_weathered_cut_copper_stairs", + "cwaxwthcostair": "waxed_weathered_cut_copper_stairs", + "cwaxwthcostairs": "waxed_weathered_cut_copper_stairs", + "cweatheredwacopperstair": "waxed_weathered_cut_copper_stairs", + "cweatheredwacopperstairs": "waxed_weathered_cut_copper_stairs", + "cweatheredwacopstair": "waxed_weathered_cut_copper_stairs", + "cweatheredwacopstairs": "waxed_weathered_cut_copper_stairs", + "cweatheredwacostair": "waxed_weathered_cut_copper_stairs", + "cweatheredwacostairs": "waxed_weathered_cut_copper_stairs", + "cweatheredwaxcopperstair": "waxed_weathered_cut_copper_stairs", + "cweatheredwaxcopperstairs": "waxed_weathered_cut_copper_stairs", + "cweatheredwaxcopstair": "waxed_weathered_cut_copper_stairs", + "cweatheredwaxcopstairs": "waxed_weathered_cut_copper_stairs", + "cweatheredwaxcostair": "waxed_weathered_cut_copper_stairs", + "cweatheredwaxcostairs": "waxed_weathered_cut_copper_stairs", + "cweatheredwaxedcopperstair": "waxed_weathered_cut_copper_stairs", + "cweatheredwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", + "cweatheredwaxedcopstair": "waxed_weathered_cut_copper_stairs", + "cweatheredwaxedcopstairs": "waxed_weathered_cut_copper_stairs", + "cweatheredwaxedcostair": "waxed_weathered_cut_copper_stairs", + "cweatheredwaxedcostairs": "waxed_weathered_cut_copper_stairs", + "cweatherwacopperstair": "waxed_weathered_cut_copper_stairs", + "cweatherwacopperstairs": "waxed_weathered_cut_copper_stairs", + "cweatherwacopstair": "waxed_weathered_cut_copper_stairs", + "cweatherwacopstairs": "waxed_weathered_cut_copper_stairs", + "cweatherwacostair": "waxed_weathered_cut_copper_stairs", + "cweatherwacostairs": "waxed_weathered_cut_copper_stairs", + "cweatherwaxcopperstair": "waxed_weathered_cut_copper_stairs", + "cweatherwaxcopperstairs": "waxed_weathered_cut_copper_stairs", + "cweatherwaxcopstair": "waxed_weathered_cut_copper_stairs", + "cweatherwaxcopstairs": "waxed_weathered_cut_copper_stairs", + "cweatherwaxcostair": "waxed_weathered_cut_copper_stairs", + "cweatherwaxcostairs": "waxed_weathered_cut_copper_stairs", + "cweatherwaxedcopperstair": "waxed_weathered_cut_copper_stairs", + "cweatherwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", + "cweatherwaxedcopstair": "waxed_weathered_cut_copper_stairs", + "cweatherwaxedcopstairs": "waxed_weathered_cut_copper_stairs", + "cweatherwaxedcostair": "waxed_weathered_cut_copper_stairs", + "cweatherwaxedcostairs": "waxed_weathered_cut_copper_stairs", + "cwewacopperstair": "waxed_weathered_cut_copper_stairs", + "cwewacopperstairs": "waxed_weathered_cut_copper_stairs", + "cwewacopstair": "waxed_weathered_cut_copper_stairs", + "cwewacopstairs": "waxed_weathered_cut_copper_stairs", + "cwewacostair": "waxed_weathered_cut_copper_stairs", + "cwewacostairs": "waxed_weathered_cut_copper_stairs", + "cwewaxcopperstair": "waxed_weathered_cut_copper_stairs", + "cwewaxcopperstairs": "waxed_weathered_cut_copper_stairs", + "cwewaxcopstair": "waxed_weathered_cut_copper_stairs", + "cwewaxcopstairs": "waxed_weathered_cut_copper_stairs", + "cwewaxcostair": "waxed_weathered_cut_copper_stairs", + "cwewaxcostairs": "waxed_weathered_cut_copper_stairs", + "cwewaxedcopperstair": "waxed_weathered_cut_copper_stairs", + "cwewaxedcopperstairs": "waxed_weathered_cut_copper_stairs", + "cwewaxedcopstair": "waxed_weathered_cut_copper_stairs", + "cwewaxedcopstairs": "waxed_weathered_cut_copper_stairs", + "cwewaxedcostair": "waxed_weathered_cut_copper_stairs", + "cwewaxedcostairs": "waxed_weathered_cut_copper_stairs", + "cwthwacopperstair": "waxed_weathered_cut_copper_stairs", + "cwthwacopperstairs": "waxed_weathered_cut_copper_stairs", + "cwthwacopstair": "waxed_weathered_cut_copper_stairs", + "cwthwacopstairs": "waxed_weathered_cut_copper_stairs", + "cwthwacostair": "waxed_weathered_cut_copper_stairs", + "cwthwacostairs": "waxed_weathered_cut_copper_stairs", + "cwthwaxcopperstair": "waxed_weathered_cut_copper_stairs", + "cwthwaxcopperstairs": "waxed_weathered_cut_copper_stairs", + "cwthwaxcopstair": "waxed_weathered_cut_copper_stairs", + "cwthwaxcopstairs": "waxed_weathered_cut_copper_stairs", + "cwthwaxcostair": "waxed_weathered_cut_copper_stairs", + "cwthwaxcostairs": "waxed_weathered_cut_copper_stairs", + "cwthwaxedcopperstair": "waxed_weathered_cut_copper_stairs", + "cwthwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", + "cwthwaxedcopstair": "waxed_weathered_cut_copper_stairs", + "cwthwaxedcopstairs": "waxed_weathered_cut_copper_stairs", + "cwthwaxedcostair": "waxed_weathered_cut_copper_stairs", + "cwthwaxedcostairs": "waxed_weathered_cut_copper_stairs", + "minecraft:waxed_weathered_cut_copper_stairs": "waxed_weathered_cut_copper_stairs", + "wacutweathercopperstair": "waxed_weathered_cut_copper_stairs", + "wacutweathercopperstairs": "waxed_weathered_cut_copper_stairs", + "wacutweathercopstair": "waxed_weathered_cut_copper_stairs", + "wacutweathercopstairs": "waxed_weathered_cut_copper_stairs", + "wacutweathercostair": "waxed_weathered_cut_copper_stairs", + "wacutweathercostairs": "waxed_weathered_cut_copper_stairs", + "wacutweatheredcopperstair": "waxed_weathered_cut_copper_stairs", + "wacutweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", + "wacutweatheredcopstair": "waxed_weathered_cut_copper_stairs", + "wacutweatheredcopstairs": "waxed_weathered_cut_copper_stairs", + "wacutweatheredcostair": "waxed_weathered_cut_copper_stairs", + "wacutweatheredcostairs": "waxed_weathered_cut_copper_stairs", + "wacutwecopperstair": "waxed_weathered_cut_copper_stairs", + "wacutwecopperstairs": "waxed_weathered_cut_copper_stairs", + "wacutwecopstair": "waxed_weathered_cut_copper_stairs", + "wacutwecopstairs": "waxed_weathered_cut_copper_stairs", + "wacutwecostair": "waxed_weathered_cut_copper_stairs", + "wacutwecostairs": "waxed_weathered_cut_copper_stairs", + "wacutwthcopperstair": "waxed_weathered_cut_copper_stairs", + "wacutwthcopperstairs": "waxed_weathered_cut_copper_stairs", + "wacutwthcopstair": "waxed_weathered_cut_copper_stairs", + "wacutwthcopstairs": "waxed_weathered_cut_copper_stairs", + "wacutwthcostair": "waxed_weathered_cut_copper_stairs", + "wacutwthcostairs": "waxed_weathered_cut_copper_stairs", + "wacweathercopperstair": "waxed_weathered_cut_copper_stairs", + "wacweathercopperstairs": "waxed_weathered_cut_copper_stairs", + "wacweathercopstair": "waxed_weathered_cut_copper_stairs", + "wacweathercopstairs": "waxed_weathered_cut_copper_stairs", + "wacweathercostair": "waxed_weathered_cut_copper_stairs", + "wacweathercostairs": "waxed_weathered_cut_copper_stairs", + "wacweatheredcopperstair": "waxed_weathered_cut_copper_stairs", + "wacweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", + "wacweatheredcopstair": "waxed_weathered_cut_copper_stairs", + "wacweatheredcopstairs": "waxed_weathered_cut_copper_stairs", + "wacweatheredcostair": "waxed_weathered_cut_copper_stairs", + "wacweatheredcostairs": "waxed_weathered_cut_copper_stairs", + "wacwecopperstair": "waxed_weathered_cut_copper_stairs", + "wacwecopperstairs": "waxed_weathered_cut_copper_stairs", + "wacwecopstair": "waxed_weathered_cut_copper_stairs", + "wacwecopstairs": "waxed_weathered_cut_copper_stairs", + "wacwecostair": "waxed_weathered_cut_copper_stairs", + "wacwecostairs": "waxed_weathered_cut_copper_stairs", + "wacwthcopperstair": "waxed_weathered_cut_copper_stairs", + "wacwthcopperstairs": "waxed_weathered_cut_copper_stairs", + "wacwthcopstair": "waxed_weathered_cut_copper_stairs", + "wacwthcopstairs": "waxed_weathered_cut_copper_stairs", + "wacwthcostair": "waxed_weathered_cut_copper_stairs", + "wacwthcostairs": "waxed_weathered_cut_copper_stairs", + "waweatherccopperstair": "waxed_weathered_cut_copper_stairs", + "waweatherccopperstairs": "waxed_weathered_cut_copper_stairs", + "waweatherccopstair": "waxed_weathered_cut_copper_stairs", + "waweatherccopstairs": "waxed_weathered_cut_copper_stairs", + "waweatherccostair": "waxed_weathered_cut_copper_stairs", + "waweatherccostairs": "waxed_weathered_cut_copper_stairs", + "waweathercutcopperstair": "waxed_weathered_cut_copper_stairs", + "waweathercutcopperstairs": "waxed_weathered_cut_copper_stairs", + "waweathercutcopstair": "waxed_weathered_cut_copper_stairs", + "waweathercutcopstairs": "waxed_weathered_cut_copper_stairs", + "waweathercutcostair": "waxed_weathered_cut_copper_stairs", + "waweathercutcostairs": "waxed_weathered_cut_copper_stairs", + "waweatheredccopperstair": "waxed_weathered_cut_copper_stairs", + "waweatheredccopperstairs": "waxed_weathered_cut_copper_stairs", + "waweatheredccopstair": "waxed_weathered_cut_copper_stairs", + "waweatheredccopstairs": "waxed_weathered_cut_copper_stairs", + "waweatheredccostair": "waxed_weathered_cut_copper_stairs", + "waweatheredccostairs": "waxed_weathered_cut_copper_stairs", + "waweatheredcutcopperstair": "waxed_weathered_cut_copper_stairs", + "waweatheredcutcopperstairs": "waxed_weathered_cut_copper_stairs", + "waweatheredcutcopstair": "waxed_weathered_cut_copper_stairs", + "waweatheredcutcopstairs": "waxed_weathered_cut_copper_stairs", + "waweatheredcutcostair": "waxed_weathered_cut_copper_stairs", + "waweatheredcutcostairs": "waxed_weathered_cut_copper_stairs", + "waweccopperstair": "waxed_weathered_cut_copper_stairs", + "waweccopperstairs": "waxed_weathered_cut_copper_stairs", + "waweccopstair": "waxed_weathered_cut_copper_stairs", + "waweccopstairs": "waxed_weathered_cut_copper_stairs", + "waweccostair": "waxed_weathered_cut_copper_stairs", + "waweccostairs": "waxed_weathered_cut_copper_stairs", + "wawecutcopperstair": "waxed_weathered_cut_copper_stairs", + "wawecutcopperstairs": "waxed_weathered_cut_copper_stairs", + "wawecutcopstair": "waxed_weathered_cut_copper_stairs", + "wawecutcopstairs": "waxed_weathered_cut_copper_stairs", + "wawecutcostair": "waxed_weathered_cut_copper_stairs", + "wawecutcostairs": "waxed_weathered_cut_copper_stairs", + "wawthccopperstair": "waxed_weathered_cut_copper_stairs", + "wawthccopperstairs": "waxed_weathered_cut_copper_stairs", + "wawthccopstair": "waxed_weathered_cut_copper_stairs", + "wawthccopstairs": "waxed_weathered_cut_copper_stairs", + "wawthccostair": "waxed_weathered_cut_copper_stairs", + "wawthccostairs": "waxed_weathered_cut_copper_stairs", + "wawthcutcopperstair": "waxed_weathered_cut_copper_stairs", + "wawthcutcopperstairs": "waxed_weathered_cut_copper_stairs", + "wawthcutcopstair": "waxed_weathered_cut_copper_stairs", + "wawthcutcopstairs": "waxed_weathered_cut_copper_stairs", + "wawthcutcostair": "waxed_weathered_cut_copper_stairs", + "wawthcutcostairs": "waxed_weathered_cut_copper_stairs", + "waxcutweathercopperstair": "waxed_weathered_cut_copper_stairs", + "waxcutweathercopperstairs": "waxed_weathered_cut_copper_stairs", + "waxcutweathercopstair": "waxed_weathered_cut_copper_stairs", + "waxcutweathercopstairs": "waxed_weathered_cut_copper_stairs", + "waxcutweathercostair": "waxed_weathered_cut_copper_stairs", + "waxcutweathercostairs": "waxed_weathered_cut_copper_stairs", + "waxcutweatheredcopperstair": "waxed_weathered_cut_copper_stairs", + "waxcutweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", + "waxcutweatheredcopstair": "waxed_weathered_cut_copper_stairs", + "waxcutweatheredcopstairs": "waxed_weathered_cut_copper_stairs", + "waxcutweatheredcostair": "waxed_weathered_cut_copper_stairs", + "waxcutweatheredcostairs": "waxed_weathered_cut_copper_stairs", + "waxcutwecopperstair": "waxed_weathered_cut_copper_stairs", + "waxcutwecopperstairs": "waxed_weathered_cut_copper_stairs", + "waxcutwecopstair": "waxed_weathered_cut_copper_stairs", + "waxcutwecopstairs": "waxed_weathered_cut_copper_stairs", + "waxcutwecostair": "waxed_weathered_cut_copper_stairs", + "waxcutwecostairs": "waxed_weathered_cut_copper_stairs", + "waxcutwthcopperstair": "waxed_weathered_cut_copper_stairs", + "waxcutwthcopperstairs": "waxed_weathered_cut_copper_stairs", + "waxcutwthcopstair": "waxed_weathered_cut_copper_stairs", + "waxcutwthcopstairs": "waxed_weathered_cut_copper_stairs", + "waxcutwthcostair": "waxed_weathered_cut_copper_stairs", + "waxcutwthcostairs": "waxed_weathered_cut_copper_stairs", + "waxcweathercopperstair": "waxed_weathered_cut_copper_stairs", + "waxcweathercopperstairs": "waxed_weathered_cut_copper_stairs", + "waxcweathercopstair": "waxed_weathered_cut_copper_stairs", + "waxcweathercopstairs": "waxed_weathered_cut_copper_stairs", + "waxcweathercostair": "waxed_weathered_cut_copper_stairs", + "waxcweathercostairs": "waxed_weathered_cut_copper_stairs", + "waxcweatheredcopperstair": "waxed_weathered_cut_copper_stairs", + "waxcweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", + "waxcweatheredcopstair": "waxed_weathered_cut_copper_stairs", + "waxcweatheredcopstairs": "waxed_weathered_cut_copper_stairs", + "waxcweatheredcostair": "waxed_weathered_cut_copper_stairs", + "waxcweatheredcostairs": "waxed_weathered_cut_copper_stairs", + "waxcwecopperstair": "waxed_weathered_cut_copper_stairs", + "waxcwecopperstairs": "waxed_weathered_cut_copper_stairs", + "waxcwecopstair": "waxed_weathered_cut_copper_stairs", + "waxcwecopstairs": "waxed_weathered_cut_copper_stairs", + "waxcwecostair": "waxed_weathered_cut_copper_stairs", + "waxcwecostairs": "waxed_weathered_cut_copper_stairs", + "waxcwthcopperstair": "waxed_weathered_cut_copper_stairs", + "waxcwthcopperstairs": "waxed_weathered_cut_copper_stairs", + "waxcwthcopstair": "waxed_weathered_cut_copper_stairs", + "waxcwthcopstairs": "waxed_weathered_cut_copper_stairs", + "waxcwthcostair": "waxed_weathered_cut_copper_stairs", + "waxcwthcostairs": "waxed_weathered_cut_copper_stairs", + "waxedcutweathercopperstair": "waxed_weathered_cut_copper_stairs", + "waxedcutweathercopperstairs": "waxed_weathered_cut_copper_stairs", + "waxedcutweathercopstair": "waxed_weathered_cut_copper_stairs", + "waxedcutweathercopstairs": "waxed_weathered_cut_copper_stairs", + "waxedcutweathercostair": "waxed_weathered_cut_copper_stairs", + "waxedcutweathercostairs": "waxed_weathered_cut_copper_stairs", + "waxedcutweatheredcopperstair": "waxed_weathered_cut_copper_stairs", + "waxedcutweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", + "waxedcutweatheredcopstair": "waxed_weathered_cut_copper_stairs", + "waxedcutweatheredcopstairs": "waxed_weathered_cut_copper_stairs", + "waxedcutweatheredcostair": "waxed_weathered_cut_copper_stairs", + "waxedcutweatheredcostairs": "waxed_weathered_cut_copper_stairs", + "waxedcutwecopperstair": "waxed_weathered_cut_copper_stairs", + "waxedcutwecopperstairs": "waxed_weathered_cut_copper_stairs", + "waxedcutwecopstair": "waxed_weathered_cut_copper_stairs", + "waxedcutwecopstairs": "waxed_weathered_cut_copper_stairs", + "waxedcutwecostair": "waxed_weathered_cut_copper_stairs", + "waxedcutwecostairs": "waxed_weathered_cut_copper_stairs", + "waxedcutwthcopperstair": "waxed_weathered_cut_copper_stairs", + "waxedcutwthcopperstairs": "waxed_weathered_cut_copper_stairs", + "waxedcutwthcopstair": "waxed_weathered_cut_copper_stairs", + "waxedcutwthcopstairs": "waxed_weathered_cut_copper_stairs", + "waxedcutwthcostair": "waxed_weathered_cut_copper_stairs", + "waxedcutwthcostairs": "waxed_weathered_cut_copper_stairs", + "waxedcweathercopperstair": "waxed_weathered_cut_copper_stairs", + "waxedcweathercopperstairs": "waxed_weathered_cut_copper_stairs", + "waxedcweathercopstair": "waxed_weathered_cut_copper_stairs", + "waxedcweathercopstairs": "waxed_weathered_cut_copper_stairs", + "waxedcweathercostair": "waxed_weathered_cut_copper_stairs", + "waxedcweathercostairs": "waxed_weathered_cut_copper_stairs", + "waxedcweatheredcopperstair": "waxed_weathered_cut_copper_stairs", + "waxedcweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", + "waxedcweatheredcopstair": "waxed_weathered_cut_copper_stairs", + "waxedcweatheredcopstairs": "waxed_weathered_cut_copper_stairs", + "waxedcweatheredcostair": "waxed_weathered_cut_copper_stairs", + "waxedcweatheredcostairs": "waxed_weathered_cut_copper_stairs", + "waxedcwecopperstair": "waxed_weathered_cut_copper_stairs", + "waxedcwecopperstairs": "waxed_weathered_cut_copper_stairs", + "waxedcwecopstair": "waxed_weathered_cut_copper_stairs", + "waxedcwecopstairs": "waxed_weathered_cut_copper_stairs", + "waxedcwecostair": "waxed_weathered_cut_copper_stairs", + "waxedcwecostairs": "waxed_weathered_cut_copper_stairs", + "waxedcwthcopperstair": "waxed_weathered_cut_copper_stairs", + "waxedcwthcopperstairs": "waxed_weathered_cut_copper_stairs", + "waxedcwthcopstair": "waxed_weathered_cut_copper_stairs", + "waxedcwthcopstairs": "waxed_weathered_cut_copper_stairs", + "waxedcwthcostair": "waxed_weathered_cut_copper_stairs", + "waxedcwthcostairs": "waxed_weathered_cut_copper_stairs", + "waxedweatherccopperstair": "waxed_weathered_cut_copper_stairs", + "waxedweatherccopperstairs": "waxed_weathered_cut_copper_stairs", + "waxedweatherccopstair": "waxed_weathered_cut_copper_stairs", + "waxedweatherccopstairs": "waxed_weathered_cut_copper_stairs", + "waxedweatherccostair": "waxed_weathered_cut_copper_stairs", + "waxedweatherccostairs": "waxed_weathered_cut_copper_stairs", + "waxedweathercutcopperstair": "waxed_weathered_cut_copper_stairs", + "waxedweathercutcopperstairs": "waxed_weathered_cut_copper_stairs", + "waxedweathercutcopstair": "waxed_weathered_cut_copper_stairs", + "waxedweathercutcopstairs": "waxed_weathered_cut_copper_stairs", + "waxedweathercutcostair": "waxed_weathered_cut_copper_stairs", + "waxedweathercutcostairs": "waxed_weathered_cut_copper_stairs", + "waxedweatheredccopperstair": "waxed_weathered_cut_copper_stairs", + "waxedweatheredccopperstairs": "waxed_weathered_cut_copper_stairs", + "waxedweatheredccopstair": "waxed_weathered_cut_copper_stairs", + "waxedweatheredccopstairs": "waxed_weathered_cut_copper_stairs", + "waxedweatheredccostair": "waxed_weathered_cut_copper_stairs", + "waxedweatheredccostairs": "waxed_weathered_cut_copper_stairs", + "waxedweatheredcutcopperstair": "waxed_weathered_cut_copper_stairs", + "waxedweatheredcutcopperstairs": "waxed_weathered_cut_copper_stairs", + "waxedweatheredcutcopstair": "waxed_weathered_cut_copper_stairs", + "waxedweatheredcutcopstairs": "waxed_weathered_cut_copper_stairs", + "waxedweatheredcutcostair": "waxed_weathered_cut_copper_stairs", + "waxedweatheredcutcostairs": "waxed_weathered_cut_copper_stairs", + "waxedweccopperstair": "waxed_weathered_cut_copper_stairs", + "waxedweccopperstairs": "waxed_weathered_cut_copper_stairs", + "waxedweccopstair": "waxed_weathered_cut_copper_stairs", + "waxedweccopstairs": "waxed_weathered_cut_copper_stairs", + "waxedweccostair": "waxed_weathered_cut_copper_stairs", + "waxedweccostairs": "waxed_weathered_cut_copper_stairs", + "waxedwecutcopperstair": "waxed_weathered_cut_copper_stairs", + "waxedwecutcopperstairs": "waxed_weathered_cut_copper_stairs", + "waxedwecutcopstair": "waxed_weathered_cut_copper_stairs", + "waxedwecutcopstairs": "waxed_weathered_cut_copper_stairs", + "waxedwecutcostair": "waxed_weathered_cut_copper_stairs", + "waxedwecutcostairs": "waxed_weathered_cut_copper_stairs", + "waxedwthccopperstair": "waxed_weathered_cut_copper_stairs", + "waxedwthccopperstairs": "waxed_weathered_cut_copper_stairs", + "waxedwthccopstair": "waxed_weathered_cut_copper_stairs", + "waxedwthccopstairs": "waxed_weathered_cut_copper_stairs", + "waxedwthccostair": "waxed_weathered_cut_copper_stairs", + "waxedwthccostairs": "waxed_weathered_cut_copper_stairs", + "waxedwthcutcopperstair": "waxed_weathered_cut_copper_stairs", + "waxedwthcutcopperstairs": "waxed_weathered_cut_copper_stairs", + "waxedwthcutcopstair": "waxed_weathered_cut_copper_stairs", + "waxedwthcutcopstairs": "waxed_weathered_cut_copper_stairs", + "waxedwthcutcostair": "waxed_weathered_cut_copper_stairs", + "waxedwthcutcostairs": "waxed_weathered_cut_copper_stairs", + "waxweatherccopperstair": "waxed_weathered_cut_copper_stairs", + "waxweatherccopperstairs": "waxed_weathered_cut_copper_stairs", + "waxweatherccopstair": "waxed_weathered_cut_copper_stairs", + "waxweatherccopstairs": "waxed_weathered_cut_copper_stairs", + "waxweatherccostair": "waxed_weathered_cut_copper_stairs", + "waxweatherccostairs": "waxed_weathered_cut_copper_stairs", + "waxweathercutcopperstair": "waxed_weathered_cut_copper_stairs", + "waxweathercutcopperstairs": "waxed_weathered_cut_copper_stairs", + "waxweathercutcopstair": "waxed_weathered_cut_copper_stairs", + "waxweathercutcopstairs": "waxed_weathered_cut_copper_stairs", + "waxweathercutcostair": "waxed_weathered_cut_copper_stairs", + "waxweathercutcostairs": "waxed_weathered_cut_copper_stairs", + "waxweatheredccopperstair": "waxed_weathered_cut_copper_stairs", + "waxweatheredccopperstairs": "waxed_weathered_cut_copper_stairs", + "waxweatheredccopstair": "waxed_weathered_cut_copper_stairs", + "waxweatheredccopstairs": "waxed_weathered_cut_copper_stairs", + "waxweatheredccostair": "waxed_weathered_cut_copper_stairs", + "waxweatheredccostairs": "waxed_weathered_cut_copper_stairs", + "waxweatheredcutcopperstair": "waxed_weathered_cut_copper_stairs", + "waxweatheredcutcopperstairs": "waxed_weathered_cut_copper_stairs", + "waxweatheredcutcopstair": "waxed_weathered_cut_copper_stairs", + "waxweatheredcutcopstairs": "waxed_weathered_cut_copper_stairs", + "waxweatheredcutcostair": "waxed_weathered_cut_copper_stairs", + "waxweatheredcutcostairs": "waxed_weathered_cut_copper_stairs", + "waxweccopperstair": "waxed_weathered_cut_copper_stairs", + "waxweccopperstairs": "waxed_weathered_cut_copper_stairs", + "waxweccopstair": "waxed_weathered_cut_copper_stairs", + "waxweccopstairs": "waxed_weathered_cut_copper_stairs", + "waxweccostair": "waxed_weathered_cut_copper_stairs", + "waxweccostairs": "waxed_weathered_cut_copper_stairs", + "waxwecutcopperstair": "waxed_weathered_cut_copper_stairs", + "waxwecutcopperstairs": "waxed_weathered_cut_copper_stairs", + "waxwecutcopstair": "waxed_weathered_cut_copper_stairs", + "waxwecutcopstairs": "waxed_weathered_cut_copper_stairs", + "waxwecutcostair": "waxed_weathered_cut_copper_stairs", + "waxwecutcostairs": "waxed_weathered_cut_copper_stairs", + "waxwthccopperstair": "waxed_weathered_cut_copper_stairs", + "waxwthccopperstairs": "waxed_weathered_cut_copper_stairs", + "waxwthccopstair": "waxed_weathered_cut_copper_stairs", + "waxwthccopstairs": "waxed_weathered_cut_copper_stairs", + "waxwthccostair": "waxed_weathered_cut_copper_stairs", + "waxwthccostairs": "waxed_weathered_cut_copper_stairs", + "waxwthcutcopperstair": "waxed_weathered_cut_copper_stairs", + "waxwthcutcopperstairs": "waxed_weathered_cut_copper_stairs", + "waxwthcutcopstair": "waxed_weathered_cut_copper_stairs", + "waxwthcutcopstairs": "waxed_weathered_cut_copper_stairs", + "waxwthcutcostair": "waxed_weathered_cut_copper_stairs", + "waxwthcutcostairs": "waxed_weathered_cut_copper_stairs", + "weathercutwacopperstair": "waxed_weathered_cut_copper_stairs", + "weathercutwacopperstairs": "waxed_weathered_cut_copper_stairs", + "weathercutwacopstair": "waxed_weathered_cut_copper_stairs", + "weathercutwacopstairs": "waxed_weathered_cut_copper_stairs", + "weathercutwacostair": "waxed_weathered_cut_copper_stairs", + "weathercutwacostairs": "waxed_weathered_cut_copper_stairs", + "weathercutwaxcopperstair": "waxed_weathered_cut_copper_stairs", + "weathercutwaxcopperstairs": "waxed_weathered_cut_copper_stairs", + "weathercutwaxcopstair": "waxed_weathered_cut_copper_stairs", + "weathercutwaxcopstairs": "waxed_weathered_cut_copper_stairs", + "weathercutwaxcostair": "waxed_weathered_cut_copper_stairs", + "weathercutwaxcostairs": "waxed_weathered_cut_copper_stairs", + "weathercutwaxedcopperstair": "waxed_weathered_cut_copper_stairs", + "weathercutwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", + "weathercutwaxedcopstair": "waxed_weathered_cut_copper_stairs", + "weathercutwaxedcopstairs": "waxed_weathered_cut_copper_stairs", + "weathercutwaxedcostair": "waxed_weathered_cut_copper_stairs", + "weathercutwaxedcostairs": "waxed_weathered_cut_copper_stairs", + "weathercwacopperstair": "waxed_weathered_cut_copper_stairs", + "weathercwacopperstairs": "waxed_weathered_cut_copper_stairs", + "weathercwacopstair": "waxed_weathered_cut_copper_stairs", + "weathercwacopstairs": "waxed_weathered_cut_copper_stairs", + "weathercwacostair": "waxed_weathered_cut_copper_stairs", + "weathercwacostairs": "waxed_weathered_cut_copper_stairs", + "weathercwaxcopperstair": "waxed_weathered_cut_copper_stairs", + "weathercwaxcopperstairs": "waxed_weathered_cut_copper_stairs", + "weathercwaxcopstair": "waxed_weathered_cut_copper_stairs", + "weathercwaxcopstairs": "waxed_weathered_cut_copper_stairs", + "weathercwaxcostair": "waxed_weathered_cut_copper_stairs", + "weathercwaxcostairs": "waxed_weathered_cut_copper_stairs", + "weathercwaxedcopperstair": "waxed_weathered_cut_copper_stairs", + "weathercwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", + "weathercwaxedcopstair": "waxed_weathered_cut_copper_stairs", + "weathercwaxedcopstairs": "waxed_weathered_cut_copper_stairs", + "weathercwaxedcostair": "waxed_weathered_cut_copper_stairs", + "weathercwaxedcostairs": "waxed_weathered_cut_copper_stairs", + "weatheredcutwacopperstair": "waxed_weathered_cut_copper_stairs", + "weatheredcutwacopperstairs": "waxed_weathered_cut_copper_stairs", + "weatheredcutwacopstair": "waxed_weathered_cut_copper_stairs", + "weatheredcutwacopstairs": "waxed_weathered_cut_copper_stairs", + "weatheredcutwacostair": "waxed_weathered_cut_copper_stairs", + "weatheredcutwacostairs": "waxed_weathered_cut_copper_stairs", + "weatheredcutwaxcopperstair": "waxed_weathered_cut_copper_stairs", + "weatheredcutwaxcopperstairs": "waxed_weathered_cut_copper_stairs", + "weatheredcutwaxcopstair": "waxed_weathered_cut_copper_stairs", + "weatheredcutwaxcopstairs": "waxed_weathered_cut_copper_stairs", + "weatheredcutwaxcostair": "waxed_weathered_cut_copper_stairs", + "weatheredcutwaxcostairs": "waxed_weathered_cut_copper_stairs", + "weatheredcutwaxedcopperstair": "waxed_weathered_cut_copper_stairs", + "weatheredcutwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", + "weatheredcutwaxedcopstair": "waxed_weathered_cut_copper_stairs", + "weatheredcutwaxedcopstairs": "waxed_weathered_cut_copper_stairs", + "weatheredcutwaxedcostair": "waxed_weathered_cut_copper_stairs", + "weatheredcutwaxedcostairs": "waxed_weathered_cut_copper_stairs", + "weatheredcwacopperstair": "waxed_weathered_cut_copper_stairs", + "weatheredcwacopperstairs": "waxed_weathered_cut_copper_stairs", + "weatheredcwacopstair": "waxed_weathered_cut_copper_stairs", + "weatheredcwacopstairs": "waxed_weathered_cut_copper_stairs", + "weatheredcwacostair": "waxed_weathered_cut_copper_stairs", + "weatheredcwacostairs": "waxed_weathered_cut_copper_stairs", + "weatheredcwaxcopperstair": "waxed_weathered_cut_copper_stairs", + "weatheredcwaxcopperstairs": "waxed_weathered_cut_copper_stairs", + "weatheredcwaxcopstair": "waxed_weathered_cut_copper_stairs", + "weatheredcwaxcopstairs": "waxed_weathered_cut_copper_stairs", + "weatheredcwaxcostair": "waxed_weathered_cut_copper_stairs", + "weatheredcwaxcostairs": "waxed_weathered_cut_copper_stairs", + "weatheredcwaxedcopperstair": "waxed_weathered_cut_copper_stairs", + "weatheredcwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", + "weatheredcwaxedcopstair": "waxed_weathered_cut_copper_stairs", + "weatheredcwaxedcopstairs": "waxed_weathered_cut_copper_stairs", + "weatheredcwaxedcostair": "waxed_weathered_cut_copper_stairs", + "weatheredcwaxedcostairs": "waxed_weathered_cut_copper_stairs", + "weatheredwaccopperstair": "waxed_weathered_cut_copper_stairs", + "weatheredwaccopperstairs": "waxed_weathered_cut_copper_stairs", + "weatheredwaccopstair": "waxed_weathered_cut_copper_stairs", + "weatheredwaccopstairs": "waxed_weathered_cut_copper_stairs", + "weatheredwaccostair": "waxed_weathered_cut_copper_stairs", + "weatheredwaccostairs": "waxed_weathered_cut_copper_stairs", + "weatheredwacutcopperstair": "waxed_weathered_cut_copper_stairs", + "weatheredwacutcopperstairs": "waxed_weathered_cut_copper_stairs", + "weatheredwacutcopstair": "waxed_weathered_cut_copper_stairs", + "weatheredwacutcopstairs": "waxed_weathered_cut_copper_stairs", + "weatheredwacutcostair": "waxed_weathered_cut_copper_stairs", + "weatheredwacutcostairs": "waxed_weathered_cut_copper_stairs", + "weatheredwaxccopperstair": "waxed_weathered_cut_copper_stairs", + "weatheredwaxccopperstairs": "waxed_weathered_cut_copper_stairs", + "weatheredwaxccopstair": "waxed_weathered_cut_copper_stairs", + "weatheredwaxccopstairs": "waxed_weathered_cut_copper_stairs", + "weatheredwaxccostair": "waxed_weathered_cut_copper_stairs", + "weatheredwaxccostairs": "waxed_weathered_cut_copper_stairs", + "weatheredwaxcutcopperstair": "waxed_weathered_cut_copper_stairs", + "weatheredwaxcutcopperstairs": "waxed_weathered_cut_copper_stairs", + "weatheredwaxcutcopstair": "waxed_weathered_cut_copper_stairs", + "weatheredwaxcutcopstairs": "waxed_weathered_cut_copper_stairs", + "weatheredwaxcutcostair": "waxed_weathered_cut_copper_stairs", + "weatheredwaxcutcostairs": "waxed_weathered_cut_copper_stairs", + "weatheredwaxedccopperstair": "waxed_weathered_cut_copper_stairs", + "weatheredwaxedccopperstairs": "waxed_weathered_cut_copper_stairs", + "weatheredwaxedccopstair": "waxed_weathered_cut_copper_stairs", + "weatheredwaxedccopstairs": "waxed_weathered_cut_copper_stairs", + "weatheredwaxedccostair": "waxed_weathered_cut_copper_stairs", + "weatheredwaxedccostairs": "waxed_weathered_cut_copper_stairs", + "weatheredwaxedcutcopperstair": "waxed_weathered_cut_copper_stairs", + "weatheredwaxedcutcopperstairs": "waxed_weathered_cut_copper_stairs", + "weatheredwaxedcutcopstair": "waxed_weathered_cut_copper_stairs", + "weatheredwaxedcutcopstairs": "waxed_weathered_cut_copper_stairs", + "weatheredwaxedcutcostair": "waxed_weathered_cut_copper_stairs", + "weatheredwaxedcutcostairs": "waxed_weathered_cut_copper_stairs", + "weatherwaccopperstair": "waxed_weathered_cut_copper_stairs", + "weatherwaccopperstairs": "waxed_weathered_cut_copper_stairs", + "weatherwaccopstair": "waxed_weathered_cut_copper_stairs", + "weatherwaccopstairs": "waxed_weathered_cut_copper_stairs", + "weatherwaccostair": "waxed_weathered_cut_copper_stairs", + "weatherwaccostairs": "waxed_weathered_cut_copper_stairs", + "weatherwacutcopperstair": "waxed_weathered_cut_copper_stairs", + "weatherwacutcopperstairs": "waxed_weathered_cut_copper_stairs", + "weatherwacutcopstair": "waxed_weathered_cut_copper_stairs", + "weatherwacutcopstairs": "waxed_weathered_cut_copper_stairs", + "weatherwacutcostair": "waxed_weathered_cut_copper_stairs", + "weatherwacutcostairs": "waxed_weathered_cut_copper_stairs", + "weatherwaxccopperstair": "waxed_weathered_cut_copper_stairs", + "weatherwaxccopperstairs": "waxed_weathered_cut_copper_stairs", + "weatherwaxccopstair": "waxed_weathered_cut_copper_stairs", + "weatherwaxccopstairs": "waxed_weathered_cut_copper_stairs", + "weatherwaxccostair": "waxed_weathered_cut_copper_stairs", + "weatherwaxccostairs": "waxed_weathered_cut_copper_stairs", + "weatherwaxcutcopperstair": "waxed_weathered_cut_copper_stairs", + "weatherwaxcutcopperstairs": "waxed_weathered_cut_copper_stairs", + "weatherwaxcutcopstair": "waxed_weathered_cut_copper_stairs", + "weatherwaxcutcopstairs": "waxed_weathered_cut_copper_stairs", + "weatherwaxcutcostair": "waxed_weathered_cut_copper_stairs", + "weatherwaxcutcostairs": "waxed_weathered_cut_copper_stairs", + "weatherwaxedccopperstair": "waxed_weathered_cut_copper_stairs", + "weatherwaxedccopperstairs": "waxed_weathered_cut_copper_stairs", + "weatherwaxedccopstair": "waxed_weathered_cut_copper_stairs", + "weatherwaxedccopstairs": "waxed_weathered_cut_copper_stairs", + "weatherwaxedccostair": "waxed_weathered_cut_copper_stairs", + "weatherwaxedccostairs": "waxed_weathered_cut_copper_stairs", + "weatherwaxedcutcopperstair": "waxed_weathered_cut_copper_stairs", + "weatherwaxedcutcopperstairs": "waxed_weathered_cut_copper_stairs", + "weatherwaxedcutcopstair": "waxed_weathered_cut_copper_stairs", + "weatherwaxedcutcopstairs": "waxed_weathered_cut_copper_stairs", + "weatherwaxedcutcostair": "waxed_weathered_cut_copper_stairs", + "weatherwaxedcutcostairs": "waxed_weathered_cut_copper_stairs", + "wecutwacopperstair": "waxed_weathered_cut_copper_stairs", + "wecutwacopperstairs": "waxed_weathered_cut_copper_stairs", + "wecutwacopstair": "waxed_weathered_cut_copper_stairs", + "wecutwacopstairs": "waxed_weathered_cut_copper_stairs", + "wecutwacostair": "waxed_weathered_cut_copper_stairs", + "wecutwacostairs": "waxed_weathered_cut_copper_stairs", + "wecutwaxcopperstair": "waxed_weathered_cut_copper_stairs", + "wecutwaxcopperstairs": "waxed_weathered_cut_copper_stairs", + "wecutwaxcopstair": "waxed_weathered_cut_copper_stairs", + "wecutwaxcopstairs": "waxed_weathered_cut_copper_stairs", + "wecutwaxcostair": "waxed_weathered_cut_copper_stairs", + "wecutwaxcostairs": "waxed_weathered_cut_copper_stairs", + "wecutwaxedcopperstair": "waxed_weathered_cut_copper_stairs", + "wecutwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", + "wecutwaxedcopstair": "waxed_weathered_cut_copper_stairs", + "wecutwaxedcopstairs": "waxed_weathered_cut_copper_stairs", + "wecutwaxedcostair": "waxed_weathered_cut_copper_stairs", + "wecutwaxedcostairs": "waxed_weathered_cut_copper_stairs", + "wecwacopperstair": "waxed_weathered_cut_copper_stairs", + "wecwacopperstairs": "waxed_weathered_cut_copper_stairs", + "wecwacopstair": "waxed_weathered_cut_copper_stairs", + "wecwacopstairs": "waxed_weathered_cut_copper_stairs", + "wecwacostair": "waxed_weathered_cut_copper_stairs", + "wecwacostairs": "waxed_weathered_cut_copper_stairs", + "wecwaxcopperstair": "waxed_weathered_cut_copper_stairs", + "wecwaxcopperstairs": "waxed_weathered_cut_copper_stairs", + "wecwaxcopstair": "waxed_weathered_cut_copper_stairs", + "wecwaxcopstairs": "waxed_weathered_cut_copper_stairs", + "wecwaxcostair": "waxed_weathered_cut_copper_stairs", + "wecwaxcostairs": "waxed_weathered_cut_copper_stairs", + "wecwaxedcopperstair": "waxed_weathered_cut_copper_stairs", + "wecwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", + "wecwaxedcopstair": "waxed_weathered_cut_copper_stairs", + "wecwaxedcopstairs": "waxed_weathered_cut_copper_stairs", + "wecwaxedcostair": "waxed_weathered_cut_copper_stairs", + "wecwaxedcostairs": "waxed_weathered_cut_copper_stairs", + "wewaccopperstair": "waxed_weathered_cut_copper_stairs", + "wewaccopperstairs": "waxed_weathered_cut_copper_stairs", + "wewaccopstair": "waxed_weathered_cut_copper_stairs", + "wewaccopstairs": "waxed_weathered_cut_copper_stairs", + "wewaccostair": "waxed_weathered_cut_copper_stairs", + "wewaccostairs": "waxed_weathered_cut_copper_stairs", + "wewacutcopperstair": "waxed_weathered_cut_copper_stairs", + "wewacutcopperstairs": "waxed_weathered_cut_copper_stairs", + "wewacutcopstair": "waxed_weathered_cut_copper_stairs", + "wewacutcopstairs": "waxed_weathered_cut_copper_stairs", + "wewacutcostair": "waxed_weathered_cut_copper_stairs", + "wewacutcostairs": "waxed_weathered_cut_copper_stairs", + "wewaxccopperstair": "waxed_weathered_cut_copper_stairs", + "wewaxccopperstairs": "waxed_weathered_cut_copper_stairs", + "wewaxccopstair": "waxed_weathered_cut_copper_stairs", + "wewaxccopstairs": "waxed_weathered_cut_copper_stairs", + "wewaxccostair": "waxed_weathered_cut_copper_stairs", + "wewaxccostairs": "waxed_weathered_cut_copper_stairs", + "wewaxcutcopperstair": "waxed_weathered_cut_copper_stairs", + "wewaxcutcopperstairs": "waxed_weathered_cut_copper_stairs", + "wewaxcutcopstair": "waxed_weathered_cut_copper_stairs", + "wewaxcutcopstairs": "waxed_weathered_cut_copper_stairs", + "wewaxcutcostair": "waxed_weathered_cut_copper_stairs", + "wewaxcutcostairs": "waxed_weathered_cut_copper_stairs", + "wewaxedccopperstair": "waxed_weathered_cut_copper_stairs", + "wewaxedccopperstairs": "waxed_weathered_cut_copper_stairs", + "wewaxedccopstair": "waxed_weathered_cut_copper_stairs", + "wewaxedccopstairs": "waxed_weathered_cut_copper_stairs", + "wewaxedccostair": "waxed_weathered_cut_copper_stairs", + "wewaxedccostairs": "waxed_weathered_cut_copper_stairs", + "wewaxedcutcopperstair": "waxed_weathered_cut_copper_stairs", + "wewaxedcutcopperstairs": "waxed_weathered_cut_copper_stairs", + "wewaxedcutcopstair": "waxed_weathered_cut_copper_stairs", + "wewaxedcutcopstairs": "waxed_weathered_cut_copper_stairs", + "wewaxedcutcostair": "waxed_weathered_cut_copper_stairs", + "wewaxedcutcostairs": "waxed_weathered_cut_copper_stairs", + "wthcutwacopperstair": "waxed_weathered_cut_copper_stairs", + "wthcutwacopperstairs": "waxed_weathered_cut_copper_stairs", + "wthcutwacopstair": "waxed_weathered_cut_copper_stairs", + "wthcutwacopstairs": "waxed_weathered_cut_copper_stairs", + "wthcutwacostair": "waxed_weathered_cut_copper_stairs", + "wthcutwacostairs": "waxed_weathered_cut_copper_stairs", + "wthcutwaxcopperstair": "waxed_weathered_cut_copper_stairs", + "wthcutwaxcopperstairs": "waxed_weathered_cut_copper_stairs", + "wthcutwaxcopstair": "waxed_weathered_cut_copper_stairs", + "wthcutwaxcopstairs": "waxed_weathered_cut_copper_stairs", + "wthcutwaxcostair": "waxed_weathered_cut_copper_stairs", + "wthcutwaxcostairs": "waxed_weathered_cut_copper_stairs", + "wthcutwaxedcopperstair": "waxed_weathered_cut_copper_stairs", + "wthcutwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", + "wthcutwaxedcopstair": "waxed_weathered_cut_copper_stairs", + "wthcutwaxedcopstairs": "waxed_weathered_cut_copper_stairs", + "wthcutwaxedcostair": "waxed_weathered_cut_copper_stairs", + "wthcutwaxedcostairs": "waxed_weathered_cut_copper_stairs", + "wthcwacopperstair": "waxed_weathered_cut_copper_stairs", + "wthcwacopperstairs": "waxed_weathered_cut_copper_stairs", + "wthcwacopstair": "waxed_weathered_cut_copper_stairs", + "wthcwacopstairs": "waxed_weathered_cut_copper_stairs", + "wthcwacostair": "waxed_weathered_cut_copper_stairs", + "wthcwacostairs": "waxed_weathered_cut_copper_stairs", + "wthcwaxcopperstair": "waxed_weathered_cut_copper_stairs", + "wthcwaxcopperstairs": "waxed_weathered_cut_copper_stairs", + "wthcwaxcopstair": "waxed_weathered_cut_copper_stairs", + "wthcwaxcopstairs": "waxed_weathered_cut_copper_stairs", + "wthcwaxcostair": "waxed_weathered_cut_copper_stairs", + "wthcwaxcostairs": "waxed_weathered_cut_copper_stairs", + "wthcwaxedcopperstair": "waxed_weathered_cut_copper_stairs", + "wthcwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", + "wthcwaxedcopstair": "waxed_weathered_cut_copper_stairs", + "wthcwaxedcopstairs": "waxed_weathered_cut_copper_stairs", + "wthcwaxedcostair": "waxed_weathered_cut_copper_stairs", + "wthcwaxedcostairs": "waxed_weathered_cut_copper_stairs", + "wthwaccopperstair": "waxed_weathered_cut_copper_stairs", + "wthwaccopperstairs": "waxed_weathered_cut_copper_stairs", + "wthwaccopstair": "waxed_weathered_cut_copper_stairs", + "wthwaccopstairs": "waxed_weathered_cut_copper_stairs", + "wthwaccostair": "waxed_weathered_cut_copper_stairs", + "wthwaccostairs": "waxed_weathered_cut_copper_stairs", + "wthwacutcopperstair": "waxed_weathered_cut_copper_stairs", + "wthwacutcopperstairs": "waxed_weathered_cut_copper_stairs", + "wthwacutcopstair": "waxed_weathered_cut_copper_stairs", + "wthwacutcopstairs": "waxed_weathered_cut_copper_stairs", + "wthwacutcostair": "waxed_weathered_cut_copper_stairs", + "wthwacutcostairs": "waxed_weathered_cut_copper_stairs", + "wthwaxccopperstair": "waxed_weathered_cut_copper_stairs", + "wthwaxccopperstairs": "waxed_weathered_cut_copper_stairs", + "wthwaxccopstair": "waxed_weathered_cut_copper_stairs", + "wthwaxccopstairs": "waxed_weathered_cut_copper_stairs", + "wthwaxccostair": "waxed_weathered_cut_copper_stairs", + "wthwaxccostairs": "waxed_weathered_cut_copper_stairs", + "wthwaxcutcopperstair": "waxed_weathered_cut_copper_stairs", + "wthwaxcutcopperstairs": "waxed_weathered_cut_copper_stairs", + "wthwaxcutcopstair": "waxed_weathered_cut_copper_stairs", + "wthwaxcutcopstairs": "waxed_weathered_cut_copper_stairs", + "wthwaxcutcostair": "waxed_weathered_cut_copper_stairs", + "wthwaxcutcostairs": "waxed_weathered_cut_copper_stairs", + "wthwaxedccopperstair": "waxed_weathered_cut_copper_stairs", + "wthwaxedccopperstairs": "waxed_weathered_cut_copper_stairs", + "wthwaxedccopstair": "waxed_weathered_cut_copper_stairs", + "wthwaxedccopstairs": "waxed_weathered_cut_copper_stairs", + "wthwaxedccostair": "waxed_weathered_cut_copper_stairs", + "wthwaxedccostairs": "waxed_weathered_cut_copper_stairs", + "wthwaxedcutcopperstair": "waxed_weathered_cut_copper_stairs", + "wthwaxedcutcopperstairs": "waxed_weathered_cut_copper_stairs", + "wthwaxedcutcopstair": "waxed_weathered_cut_copper_stairs", + "wthwaxedcutcopstairs": "waxed_weathered_cut_copper_stairs", + "wthwaxedcutcostair": "waxed_weathered_cut_copper_stairs", + "wthwaxedcutcostairs": "waxed_weathered_cut_copper_stairs", + "wayfinder_armor_trim_smithing_template": { + "material": "WAYFINDER_ARMOR_TRIM_SMITHING_TEMPLATE" + }, + "minecraft:wayfinder_armor_trim_smithing_template": "wayfinder_armor_trim_smithing_template", + "wayfinderarmortrimsmithingtemplate": "wayfinder_armor_trim_smithing_template", + "wayfindertrim": "wayfinder_armor_trim_smithing_template", + "weakness_lingering_potion": { + "potionData": { + "type": "WEAKNESS", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotionwe": "weakness_lingering_potion", + "aoepotionweak": "weakness_lingering_potion", + "aoepotionweakness": "weakness_lingering_potion", + "aoepotwe": "weakness_lingering_potion", + "aoepotweak": "weakness_lingering_potion", + "aoepotweakness": "weakness_lingering_potion", + "areapotionwe": "weakness_lingering_potion", + "areapotionweak": "weakness_lingering_potion", + "areapotionweakness": "weakness_lingering_potion", + "areapotwe": "weakness_lingering_potion", + "areapotweak": "weakness_lingering_potion", + "areapotweakness": "weakness_lingering_potion", + "cloudpotionwe": "weakness_lingering_potion", + "cloudpotionweak": "weakness_lingering_potion", + "cloudpotionweakness": "weakness_lingering_potion", + "cloudpotwe": "weakness_lingering_potion", + "cloudpotweak": "weakness_lingering_potion", + "cloudpotweakness": "weakness_lingering_potion", + "lingerpotwe": "weakness_lingering_potion", + "lingerpotweak": "weakness_lingering_potion", + "lingerpotweakness": "weakness_lingering_potion", + "weakaoepoiont": "weakness_lingering_potion", + "weakaoepot": "weakness_lingering_potion", + "weakareapot": "weakness_lingering_potion", + "weakareapotion": "weakness_lingering_potion", + "weakcloudpot": "weakness_lingering_potion", + "weakcloudpotion": "weakness_lingering_potion", + "weaklingerpot": "weakness_lingering_potion", + "weaknessaoepoiont": "weakness_lingering_potion", + "weaknessaoepot": "weakness_lingering_potion", + "weaknessareapot": "weakness_lingering_potion", + "weaknessareapotion": "weakness_lingering_potion", + "weaknesscloudpot": "weakness_lingering_potion", + "weaknesscloudpotion": "weakness_lingering_potion", + "weaknesslingerpot": "weakness_lingering_potion", + "weaoepoiont": "weakness_lingering_potion", + "weaoepot": "weakness_lingering_potion", + "weareapot": "weakness_lingering_potion", + "weareapotion": "weakness_lingering_potion", + "wecloudpot": "weakness_lingering_potion", + "wecloudpotion": "weakness_lingering_potion", + "welingerpot": "weakness_lingering_potion", + "weakness_potion": { + "potionData": { + "type": "WEAKNESS", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "potionofwe": "weakness_potion", + "potionofweak": "weakness_potion", + "potionofweakness": "weakness_potion", + "potofwe": "weakness_potion", + "potofweak": "weakness_potion", + "potofweakness": "weakness_potion", + "weaknesspot": "weakness_potion", + "weaknesspotion": "weakness_potion", + "weakpot": "weakness_potion", + "weakpotion": "weakness_potion", + "wepot": "weakness_potion", + "wepotion": "weakness_potion", + "weakness_splash_potion": { + "potionData": { + "type": "WEAKNESS", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "splashweaknesspot": "weakness_splash_potion", + "splashweaknesspotion": "weakness_splash_potion", + "splashweakpot": "weakness_splash_potion", + "splashweakpotion": "weakness_splash_potion", + "splashwepot": "weakness_splash_potion", + "splashwepotion": "weakness_splash_potion", + "splweaknesspot": "weakness_splash_potion", + "splweaknesspotion": "weakness_splash_potion", + "splweakpot": "weakness_splash_potion", + "splweakpotion": "weakness_splash_potion", + "splwepot": "weakness_splash_potion", + "splwepotion": "weakness_splash_potion", + "weaknesssplashpot": "weakness_splash_potion", + "weaknesssplashpotion": "weakness_splash_potion", + "weaksplashpot": "weakness_splash_potion", + "weaksplashpotion": "weakness_splash_potion", + "wesplashpot": "weakness_splash_potion", + "wesplashpotion": "weakness_splash_potion", + "weakness_tipped_arrow": { + "potionData": { + "type": "WEAKNESS", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowwe": "weakness_tipped_arrow", + "arrowweak": "weakness_tipped_arrow", + "arrowweakness": "weakness_tipped_arrow", + "weakarrow": "weakness_tipped_arrow", + "weaknessarrow": "weakness_tipped_arrow", + "weaknesstarr": "weakness_tipped_arrow", + "weaknesstarrow": "weakness_tipped_arrow", + "weaknesstippedarrow": "weakness_tipped_arrow", + "weaktarr": "weakness_tipped_arrow", + "weaktarrow": "weakness_tipped_arrow", + "weaktippedarrow": "weakness_tipped_arrow", + "wearrow": "weakness_tipped_arrow", + "wetarr": "weakness_tipped_arrow", + "wetarrow": "weakness_tipped_arrow", + "wetippedarrow": "weakness_tipped_arrow", + "weathered_copper": { + "material": "WEATHERED_COPPER" + }, + "minecraft:weathered_copper": "weathered_copper", + "weathercoblock": "weathered_copper", + "weathercopblock": "weathered_copper", + "weathercopperblock": "weathered_copper", + "weatheredcoblock": "weathered_copper", + "weatheredcopblock": "weathered_copper", + "weatheredcopper": "weathered_copper", + "weatheredcopperblock": "weathered_copper", + "wecoblock": "weathered_copper", + "wecopblock": "weathered_copper", + "wecopperblock": "weathered_copper", + "wthcoblock": "weathered_copper", + "wthcopblock": "weathered_copper", + "wthcopperblock": "weathered_copper", + "weathered_cut_copper": { + "material": "WEATHERED_CUT_COPPER" + }, + "cutweathercoblock": "weathered_cut_copper", + "cutweathercopblock": "weathered_cut_copper", + "cutweathercopperblock": "weathered_cut_copper", + "cutweatheredcoblock": "weathered_cut_copper", + "cutweatheredcopblock": "weathered_cut_copper", + "cutweatheredcopperblock": "weathered_cut_copper", + "cutwecoblock": "weathered_cut_copper", + "cutwecopblock": "weathered_cut_copper", + "cutwecopperblock": "weathered_cut_copper", + "cutwthcoblock": "weathered_cut_copper", + "cutwthcopblock": "weathered_cut_copper", + "cutwthcopperblock": "weathered_cut_copper", + "cweathercoblock": "weathered_cut_copper", + "cweathercopblock": "weathered_cut_copper", + "cweathercopperblock": "weathered_cut_copper", + "cweatheredcoblock": "weathered_cut_copper", + "cweatheredcopblock": "weathered_cut_copper", + "cweatheredcopperblock": "weathered_cut_copper", + "cwecoblock": "weathered_cut_copper", + "cwecopblock": "weathered_cut_copper", + "cwecopperblock": "weathered_cut_copper", + "cwthcoblock": "weathered_cut_copper", + "cwthcopblock": "weathered_cut_copper", + "cwthcopperblock": "weathered_cut_copper", + "minecraft:weathered_cut_copper": "weathered_cut_copper", + "weatherccoblock": "weathered_cut_copper", + "weatherccopblock": "weathered_cut_copper", + "weatherccopperblock": "weathered_cut_copper", + "weathercutcoblock": "weathered_cut_copper", + "weathercutcopblock": "weathered_cut_copper", + "weathercutcopperblock": "weathered_cut_copper", + "weatheredccoblock": "weathered_cut_copper", + "weatheredccopblock": "weathered_cut_copper", + "weatheredccopperblock": "weathered_cut_copper", + "weatheredcutcoblock": "weathered_cut_copper", + "weatheredcutcopblock": "weathered_cut_copper", + "weatheredcutcopper": "weathered_cut_copper", + "weatheredcutcopperblock": "weathered_cut_copper", + "weccoblock": "weathered_cut_copper", + "weccopblock": "weathered_cut_copper", + "weccopperblock": "weathered_cut_copper", + "wecutcoblock": "weathered_cut_copper", + "wecutcopblock": "weathered_cut_copper", + "wecutcopperblock": "weathered_cut_copper", + "wthccoblock": "weathered_cut_copper", + "wthccopblock": "weathered_cut_copper", + "wthccopperblock": "weathered_cut_copper", + "wthcutcoblock": "weathered_cut_copper", + "wthcutcopblock": "weathered_cut_copper", + "wthcutcopperblock": "weathered_cut_copper", + "weathered_cut_copper_slab": { + "material": "WEATHERED_CUT_COPPER_SLAB" + }, + "cutweathercohalfblock": "weathered_cut_copper_slab", + "cutweathercophalfblock": "weathered_cut_copper_slab", + "cutweathercopperhalfblock": "weathered_cut_copper_slab", + "cutweathercoppersl": "weathered_cut_copper_slab", + "cutweathercopperslab": "weathered_cut_copper_slab", + "cutweathercopperstep": "weathered_cut_copper_slab", + "cutweathercopsl": "weathered_cut_copper_slab", + "cutweathercopslab": "weathered_cut_copper_slab", + "cutweathercopstep": "weathered_cut_copper_slab", + "cutweathercosl": "weathered_cut_copper_slab", + "cutweathercoslab": "weathered_cut_copper_slab", + "cutweathercostep": "weathered_cut_copper_slab", + "cutweatheredcohalfblock": "weathered_cut_copper_slab", + "cutweatheredcophalfblock": "weathered_cut_copper_slab", + "cutweatheredcopperhalfblock": "weathered_cut_copper_slab", + "cutweatheredcoppersl": "weathered_cut_copper_slab", + "cutweatheredcopperslab": "weathered_cut_copper_slab", + "cutweatheredcopperstep": "weathered_cut_copper_slab", + "cutweatheredcopsl": "weathered_cut_copper_slab", + "cutweatheredcopslab": "weathered_cut_copper_slab", + "cutweatheredcopstep": "weathered_cut_copper_slab", + "cutweatheredcosl": "weathered_cut_copper_slab", + "cutweatheredcoslab": "weathered_cut_copper_slab", + "cutweatheredcostep": "weathered_cut_copper_slab", + "cutwecohalfblock": "weathered_cut_copper_slab", + "cutwecophalfblock": "weathered_cut_copper_slab", + "cutwecopperhalfblock": "weathered_cut_copper_slab", + "cutwecoppersl": "weathered_cut_copper_slab", + "cutwecopperslab": "weathered_cut_copper_slab", + "cutwecopperstep": "weathered_cut_copper_slab", + "cutwecopsl": "weathered_cut_copper_slab", + "cutwecopslab": "weathered_cut_copper_slab", + "cutwecopstep": "weathered_cut_copper_slab", + "cutwecosl": "weathered_cut_copper_slab", + "cutwecoslab": "weathered_cut_copper_slab", + "cutwecostep": "weathered_cut_copper_slab", + "cutwthcohalfblock": "weathered_cut_copper_slab", + "cutwthcophalfblock": "weathered_cut_copper_slab", + "cutwthcopperhalfblock": "weathered_cut_copper_slab", + "cutwthcoppersl": "weathered_cut_copper_slab", + "cutwthcopperslab": "weathered_cut_copper_slab", + "cutwthcopperstep": "weathered_cut_copper_slab", + "cutwthcopsl": "weathered_cut_copper_slab", + "cutwthcopslab": "weathered_cut_copper_slab", + "cutwthcopstep": "weathered_cut_copper_slab", + "cutwthcosl": "weathered_cut_copper_slab", + "cutwthcoslab": "weathered_cut_copper_slab", + "cutwthcostep": "weathered_cut_copper_slab", + "cweathercohalfblock": "weathered_cut_copper_slab", + "cweathercophalfblock": "weathered_cut_copper_slab", + "cweathercopperhalfblock": "weathered_cut_copper_slab", + "cweathercoppersl": "weathered_cut_copper_slab", + "cweathercopperslab": "weathered_cut_copper_slab", + "cweathercopperstep": "weathered_cut_copper_slab", + "cweathercopsl": "weathered_cut_copper_slab", + "cweathercopslab": "weathered_cut_copper_slab", + "cweathercopstep": "weathered_cut_copper_slab", + "cweathercosl": "weathered_cut_copper_slab", + "cweathercoslab": "weathered_cut_copper_slab", + "cweathercostep": "weathered_cut_copper_slab", + "cweatheredcohalfblock": "weathered_cut_copper_slab", + "cweatheredcophalfblock": "weathered_cut_copper_slab", + "cweatheredcopperhalfblock": "weathered_cut_copper_slab", + "cweatheredcoppersl": "weathered_cut_copper_slab", + "cweatheredcopperslab": "weathered_cut_copper_slab", + "cweatheredcopperstep": "weathered_cut_copper_slab", + "cweatheredcopsl": "weathered_cut_copper_slab", + "cweatheredcopslab": "weathered_cut_copper_slab", + "cweatheredcopstep": "weathered_cut_copper_slab", + "cweatheredcosl": "weathered_cut_copper_slab", + "cweatheredcoslab": "weathered_cut_copper_slab", + "cweatheredcostep": "weathered_cut_copper_slab", + "cwecohalfblock": "weathered_cut_copper_slab", + "cwecophalfblock": "weathered_cut_copper_slab", + "cwecopperhalfblock": "weathered_cut_copper_slab", + "cwecoppersl": "weathered_cut_copper_slab", + "cwecopperslab": "weathered_cut_copper_slab", + "cwecopperstep": "weathered_cut_copper_slab", + "cwecopsl": "weathered_cut_copper_slab", + "cwecopslab": "weathered_cut_copper_slab", + "cwecopstep": "weathered_cut_copper_slab", + "cwecosl": "weathered_cut_copper_slab", + "cwecoslab": "weathered_cut_copper_slab", + "cwecostep": "weathered_cut_copper_slab", + "cwthcohalfblock": "weathered_cut_copper_slab", + "cwthcophalfblock": "weathered_cut_copper_slab", + "cwthcopperhalfblock": "weathered_cut_copper_slab", + "cwthcoppersl": "weathered_cut_copper_slab", + "cwthcopperslab": "weathered_cut_copper_slab", + "cwthcopperstep": "weathered_cut_copper_slab", + "cwthcopsl": "weathered_cut_copper_slab", + "cwthcopslab": "weathered_cut_copper_slab", + "cwthcopstep": "weathered_cut_copper_slab", + "cwthcosl": "weathered_cut_copper_slab", + "cwthcoslab": "weathered_cut_copper_slab", + "cwthcostep": "weathered_cut_copper_slab", + "minecraft:weathered_cut_copper_slab": "weathered_cut_copper_slab", + "weatherccohalfblock": "weathered_cut_copper_slab", + "weatherccophalfblock": "weathered_cut_copper_slab", + "weatherccopperhalfblock": "weathered_cut_copper_slab", + "weatherccoppersl": "weathered_cut_copper_slab", + "weatherccopperslab": "weathered_cut_copper_slab", + "weatherccopperstep": "weathered_cut_copper_slab", + "weatherccopsl": "weathered_cut_copper_slab", + "weatherccopslab": "weathered_cut_copper_slab", + "weatherccopstep": "weathered_cut_copper_slab", + "weatherccosl": "weathered_cut_copper_slab", + "weatherccoslab": "weathered_cut_copper_slab", + "weatherccostep": "weathered_cut_copper_slab", + "weathercutcohalfblock": "weathered_cut_copper_slab", + "weathercutcophalfblock": "weathered_cut_copper_slab", + "weathercutcopperhalfblock": "weathered_cut_copper_slab", + "weathercutcoppersl": "weathered_cut_copper_slab", + "weathercutcopperslab": "weathered_cut_copper_slab", + "weathercutcopperstep": "weathered_cut_copper_slab", + "weathercutcopsl": "weathered_cut_copper_slab", + "weathercutcopslab": "weathered_cut_copper_slab", + "weathercutcopstep": "weathered_cut_copper_slab", + "weathercutcosl": "weathered_cut_copper_slab", + "weathercutcoslab": "weathered_cut_copper_slab", + "weathercutcostep": "weathered_cut_copper_slab", + "weatheredccohalfblock": "weathered_cut_copper_slab", + "weatheredccophalfblock": "weathered_cut_copper_slab", + "weatheredccopperhalfblock": "weathered_cut_copper_slab", + "weatheredccoppersl": "weathered_cut_copper_slab", + "weatheredccopperslab": "weathered_cut_copper_slab", + "weatheredccopperstep": "weathered_cut_copper_slab", + "weatheredccopsl": "weathered_cut_copper_slab", + "weatheredccopslab": "weathered_cut_copper_slab", + "weatheredccopstep": "weathered_cut_copper_slab", + "weatheredccosl": "weathered_cut_copper_slab", + "weatheredccoslab": "weathered_cut_copper_slab", + "weatheredccostep": "weathered_cut_copper_slab", + "weatheredcutcohalfblock": "weathered_cut_copper_slab", + "weatheredcutcophalfblock": "weathered_cut_copper_slab", + "weatheredcutcopperhalfblock": "weathered_cut_copper_slab", + "weatheredcutcoppersl": "weathered_cut_copper_slab", + "weatheredcutcopperslab": "weathered_cut_copper_slab", + "weatheredcutcopperstep": "weathered_cut_copper_slab", + "weatheredcutcopsl": "weathered_cut_copper_slab", + "weatheredcutcopslab": "weathered_cut_copper_slab", + "weatheredcutcopstep": "weathered_cut_copper_slab", + "weatheredcutcosl": "weathered_cut_copper_slab", + "weatheredcutcoslab": "weathered_cut_copper_slab", + "weatheredcutcostep": "weathered_cut_copper_slab", + "weccohalfblock": "weathered_cut_copper_slab", + "weccophalfblock": "weathered_cut_copper_slab", + "weccopperhalfblock": "weathered_cut_copper_slab", + "weccoppersl": "weathered_cut_copper_slab", + "weccopperslab": "weathered_cut_copper_slab", + "weccopperstep": "weathered_cut_copper_slab", + "weccopsl": "weathered_cut_copper_slab", + "weccopslab": "weathered_cut_copper_slab", + "weccopstep": "weathered_cut_copper_slab", + "weccosl": "weathered_cut_copper_slab", + "weccoslab": "weathered_cut_copper_slab", + "weccostep": "weathered_cut_copper_slab", + "wecutcohalfblock": "weathered_cut_copper_slab", + "wecutcophalfblock": "weathered_cut_copper_slab", + "wecutcopperhalfblock": "weathered_cut_copper_slab", + "wecutcoppersl": "weathered_cut_copper_slab", + "wecutcopperslab": "weathered_cut_copper_slab", + "wecutcopperstep": "weathered_cut_copper_slab", + "wecutcopsl": "weathered_cut_copper_slab", + "wecutcopslab": "weathered_cut_copper_slab", + "wecutcopstep": "weathered_cut_copper_slab", + "wecutcosl": "weathered_cut_copper_slab", + "wecutcoslab": "weathered_cut_copper_slab", + "wecutcostep": "weathered_cut_copper_slab", + "wthccohalfblock": "weathered_cut_copper_slab", + "wthccophalfblock": "weathered_cut_copper_slab", + "wthccopperhalfblock": "weathered_cut_copper_slab", + "wthccoppersl": "weathered_cut_copper_slab", + "wthccopperslab": "weathered_cut_copper_slab", + "wthccopperstep": "weathered_cut_copper_slab", + "wthccopsl": "weathered_cut_copper_slab", + "wthccopslab": "weathered_cut_copper_slab", + "wthccopstep": "weathered_cut_copper_slab", + "wthccosl": "weathered_cut_copper_slab", + "wthccoslab": "weathered_cut_copper_slab", + "wthccostep": "weathered_cut_copper_slab", + "wthcutcohalfblock": "weathered_cut_copper_slab", + "wthcutcophalfblock": "weathered_cut_copper_slab", + "wthcutcopperhalfblock": "weathered_cut_copper_slab", + "wthcutcoppersl": "weathered_cut_copper_slab", + "wthcutcopperslab": "weathered_cut_copper_slab", + "wthcutcopperstep": "weathered_cut_copper_slab", + "wthcutcopsl": "weathered_cut_copper_slab", + "wthcutcopslab": "weathered_cut_copper_slab", + "wthcutcopstep": "weathered_cut_copper_slab", + "wthcutcosl": "weathered_cut_copper_slab", + "wthcutcoslab": "weathered_cut_copper_slab", + "wthcutcostep": "weathered_cut_copper_slab", + "weathered_cut_copper_stairs": { + "material": "WEATHERED_CUT_COPPER_STAIRS" + }, + "cutweathercopperstair": "weathered_cut_copper_stairs", + "cutweathercopperstairs": "weathered_cut_copper_stairs", + "cutweathercopstair": "weathered_cut_copper_stairs", + "cutweathercopstairs": "weathered_cut_copper_stairs", + "cutweathercostair": "weathered_cut_copper_stairs", + "cutweathercostairs": "weathered_cut_copper_stairs", + "cutweatheredcopperstair": "weathered_cut_copper_stairs", + "cutweatheredcopperstairs": "weathered_cut_copper_stairs", + "cutweatheredcopstair": "weathered_cut_copper_stairs", + "cutweatheredcopstairs": "weathered_cut_copper_stairs", + "cutweatheredcostair": "weathered_cut_copper_stairs", + "cutweatheredcostairs": "weathered_cut_copper_stairs", + "cutwecopperstair": "weathered_cut_copper_stairs", + "cutwecopperstairs": "weathered_cut_copper_stairs", + "cutwecopstair": "weathered_cut_copper_stairs", + "cutwecopstairs": "weathered_cut_copper_stairs", + "cutwecostair": "weathered_cut_copper_stairs", + "cutwecostairs": "weathered_cut_copper_stairs", + "cutwthcopperstair": "weathered_cut_copper_stairs", + "cutwthcopperstairs": "weathered_cut_copper_stairs", + "cutwthcopstair": "weathered_cut_copper_stairs", + "cutwthcopstairs": "weathered_cut_copper_stairs", + "cutwthcostair": "weathered_cut_copper_stairs", + "cutwthcostairs": "weathered_cut_copper_stairs", + "cweathercopperstair": "weathered_cut_copper_stairs", + "cweathercopperstairs": "weathered_cut_copper_stairs", + "cweathercopstair": "weathered_cut_copper_stairs", + "cweathercopstairs": "weathered_cut_copper_stairs", + "cweathercostair": "weathered_cut_copper_stairs", + "cweathercostairs": "weathered_cut_copper_stairs", + "cweatheredcopperstair": "weathered_cut_copper_stairs", + "cweatheredcopperstairs": "weathered_cut_copper_stairs", + "cweatheredcopstair": "weathered_cut_copper_stairs", + "cweatheredcopstairs": "weathered_cut_copper_stairs", + "cweatheredcostair": "weathered_cut_copper_stairs", + "cweatheredcostairs": "weathered_cut_copper_stairs", + "cwecopperstair": "weathered_cut_copper_stairs", + "cwecopperstairs": "weathered_cut_copper_stairs", + "cwecopstair": "weathered_cut_copper_stairs", + "cwecopstairs": "weathered_cut_copper_stairs", + "cwecostair": "weathered_cut_copper_stairs", + "cwecostairs": "weathered_cut_copper_stairs", + "cwthcopperstair": "weathered_cut_copper_stairs", + "cwthcopperstairs": "weathered_cut_copper_stairs", + "cwthcopstair": "weathered_cut_copper_stairs", + "cwthcopstairs": "weathered_cut_copper_stairs", + "cwthcostair": "weathered_cut_copper_stairs", + "cwthcostairs": "weathered_cut_copper_stairs", + "minecraft:weathered_cut_copper_stairs": "weathered_cut_copper_stairs", + "weatherccopperstair": "weathered_cut_copper_stairs", + "weatherccopperstairs": "weathered_cut_copper_stairs", + "weatherccopstair": "weathered_cut_copper_stairs", + "weatherccopstairs": "weathered_cut_copper_stairs", + "weatherccostair": "weathered_cut_copper_stairs", + "weatherccostairs": "weathered_cut_copper_stairs", + "weathercutcopperstair": "weathered_cut_copper_stairs", + "weathercutcopperstairs": "weathered_cut_copper_stairs", + "weathercutcopstair": "weathered_cut_copper_stairs", + "weathercutcopstairs": "weathered_cut_copper_stairs", + "weathercutcostair": "weathered_cut_copper_stairs", + "weathercutcostairs": "weathered_cut_copper_stairs", + "weatheredccopperstair": "weathered_cut_copper_stairs", + "weatheredccopperstairs": "weathered_cut_copper_stairs", + "weatheredccopstair": "weathered_cut_copper_stairs", + "weatheredccopstairs": "weathered_cut_copper_stairs", + "weatheredccostair": "weathered_cut_copper_stairs", + "weatheredccostairs": "weathered_cut_copper_stairs", + "weatheredcutcopperstair": "weathered_cut_copper_stairs", + "weatheredcutcopperstairs": "weathered_cut_copper_stairs", + "weatheredcutcopstair": "weathered_cut_copper_stairs", + "weatheredcutcopstairs": "weathered_cut_copper_stairs", + "weatheredcutcostair": "weathered_cut_copper_stairs", + "weatheredcutcostairs": "weathered_cut_copper_stairs", + "weccopperstair": "weathered_cut_copper_stairs", + "weccopperstairs": "weathered_cut_copper_stairs", + "weccopstair": "weathered_cut_copper_stairs", + "weccopstairs": "weathered_cut_copper_stairs", + "weccostair": "weathered_cut_copper_stairs", + "weccostairs": "weathered_cut_copper_stairs", + "wecutcopperstair": "weathered_cut_copper_stairs", + "wecutcopperstairs": "weathered_cut_copper_stairs", + "wecutcopstair": "weathered_cut_copper_stairs", + "wecutcopstairs": "weathered_cut_copper_stairs", + "wecutcostair": "weathered_cut_copper_stairs", + "wecutcostairs": "weathered_cut_copper_stairs", + "wthccopperstair": "weathered_cut_copper_stairs", + "wthccopperstairs": "weathered_cut_copper_stairs", + "wthccopstair": "weathered_cut_copper_stairs", + "wthccopstairs": "weathered_cut_copper_stairs", + "wthccostair": "weathered_cut_copper_stairs", + "wthccostairs": "weathered_cut_copper_stairs", + "wthcutcopperstair": "weathered_cut_copper_stairs", + "wthcutcopperstairs": "weathered_cut_copper_stairs", + "wthcutcopstair": "weathered_cut_copper_stairs", + "wthcutcopstairs": "weathered_cut_copper_stairs", + "wthcutcostair": "weathered_cut_copper_stairs", + "wthcutcostairs": "weathered_cut_copper_stairs", + "weeping_vines": { + "material": "WEEPING_VINES" + }, + "minecraft:weeping_vines": "weeping_vines", + "weepingvines": "weeping_vines", + "weepvine": "weeping_vines", + "weepvines": "weeping_vines", + "wet_sponge": { + "material": "WET_SPONGE" + }, + "minecraft:wet_sponge": "wet_sponge", + "wetsponge": "wet_sponge", + "wheat": { + "material": "WHEAT" + }, + "minecraft:wheat": "wheat", + "wheat_seeds": { + "material": "WHEAT_SEEDS" + }, + "minecraft:wheat_seeds": "wheat_seeds", + "wheatseeds": "wheat_seeds", + "white_banner": { + "material": "WHITE_BANNER" + }, + "minecraft:white_banner": "white_banner", + "wbanner": "white_banner", + "whitebanner": "white_banner", + "white_bed": { + "material": "WHITE_BED" + }, + "minecraft:white_bed": "white_bed", + "wbed": "white_bed", + "whitebed": "white_bed", + "white_candle": { + "material": "WHITE_CANDLE" + }, + "minecraft:white_candle": "white_candle", + "wcandle": "white_candle", + "whitecandle": "white_candle", + "white_carpet": { + "material": "WHITE_CARPET" + }, + "minecraft:white_carpet": "white_carpet", + "wcarpet": "white_carpet", + "wfloor": "white_carpet", + "whitecarpet": "white_carpet", + "whitefloor": "white_carpet", + "white_concrete": { + "material": "WHITE_CONCRETE" + }, + "minecraft:white_concrete": "white_concrete", + "wconcrete": "white_concrete", + "whiteconcrete": "white_concrete", + "white_concrete_powder": { + "material": "WHITE_CONCRETE_POWDER" + }, + "minecraft:white_concrete_powder": "white_concrete_powder", + "wcdust": "white_concrete_powder", + "wconcretepowder": "white_concrete_powder", + "wconcretesand": "white_concrete_powder", + "wcp": "white_concrete_powder", + "wcpowder": "white_concrete_powder", + "whitecdust": "white_concrete_powder", + "whiteconcretepowder": "white_concrete_powder", + "whiteconcretesand": "white_concrete_powder", + "whitecp": "white_concrete_powder", + "whitecpowder": "white_concrete_powder", + "white_dye": { + "material": "WHITE_DYE", + "fallbacks": [ + "BONE_MEAL" + ] + }, + "minecraft:white_dye": "white_dye", + "wdye": "white_dye", + "whitedye": "white_dye", + "white_glazed_terracotta": { + "material": "WHITE_GLAZED_TERRACOTTA" + }, + "minecraft:white_glazed_terracotta": "white_glazed_terracotta", + "wglazedtcota": "white_glazed_terracotta", + "wglazedterra": "white_glazed_terracotta", + "wglazedterracota": "white_glazed_terracotta", + "wglazedterracotta": "white_glazed_terracotta", + "wgtcotta": "white_glazed_terracotta", + "wgterra": "white_glazed_terracotta", + "whiteglazedtcota": "white_glazed_terracotta", + "whiteglazedterra": "white_glazed_terracotta", + "whiteglazedterracota": "white_glazed_terracotta", + "whiteglazedterracotta": "white_glazed_terracotta", + "whitegtcotta": "white_glazed_terracotta", + "whitegterra": "white_glazed_terracotta", + "white_shulker_box": { + "material": "WHITE_SHULKER_BOX" + }, + "minecraft:white_shulker_box": "white_shulker_box", + "whitesbox": "white_shulker_box", + "whiteshulkerbox": "white_shulker_box", + "wsbox": "white_shulker_box", + "wshulkerbox": "white_shulker_box", + "white_stained_glass": { + "material": "WHITE_STAINED_GLASS" + }, + "minecraft:white_stained_glass": "white_stained_glass", + "wglass": "white_stained_glass", + "whiteglass": "white_stained_glass", + "whitesglass": "white_stained_glass", + "whitestainedglass": "white_stained_glass", + "wsglass": "white_stained_glass", + "wstainedglass": "white_stained_glass", + "white_stained_glass_pane": { + "material": "WHITE_STAINED_GLASS_PANE" + }, + "minecraft:white_stained_glass_pane": "white_stained_glass_pane", + "wglasspane": "white_stained_glass_pane", + "wgpane": "white_stained_glass_pane", + "whiteglasspane": "white_stained_glass_pane", + "whitegpane": "white_stained_glass_pane", + "whitesglasspane": "white_stained_glass_pane", + "whitestainedglasspane": "white_stained_glass_pane", + "wsglasspane": "white_stained_glass_pane", + "wstainedglasspane": "white_stained_glass_pane", + "white_terracotta": { + "material": "WHITE_TERRACOTTA" + }, + "minecraft:white_terracotta": "white_terracotta", + "wclay": "white_terracotta", + "whiteclay": "white_terracotta", + "whitesclay": "white_terracotta", + "whitestainedclay": "white_terracotta", + "whitetcota": "white_terracotta", + "whiteterra": "white_terracotta", + "whiteterracota": "white_terracotta", + "whiteterracotta": "white_terracotta", + "wsclay": "white_terracotta", + "wstainedclay": "white_terracotta", + "wtcota": "white_terracotta", + "wterra": "white_terracotta", + "wterracota": "white_terracotta", + "wterracotta": "white_terracotta", + "white_tulip": { + "material": "WHITE_TULIP" + }, + "minecraft:white_tulip": "white_tulip", + "tulipw": "white_tulip", + "tulipwhite": "white_tulip", + "whitetulip": "white_tulip", + "wtulip": "white_tulip", + "white_wool": { + "material": "WHITE_WOOL" + }, + "minecraft:white_wool": "white_wool", + "wcloth": "white_wool", + "wcotton": "white_wool", + "whitecloth": "white_wool", + "whitecotton": "white_wool", + "whitewool": "white_wool", + "wwool": "white_wool", + "wild_armor_trim_smithing_template": { + "material": "WILD_ARMOR_TRIM_SMITHING_TEMPLATE" + }, + "minecraft:wild_armor_trim_smithing_template": "wild_armor_trim_smithing_template", + "wildarmortrimsmithingtemplate": "wild_armor_trim_smithing_template", + "wildtrim": "wild_armor_trim_smithing_template", + "witch_spawn_egg": { + "material": "WITCH_SPAWN_EGG" + }, + "eggwitch": "witch_spawn_egg", + "minecraft:witch_spawn_egg": "witch_spawn_egg", + "seggwitch": "witch_spawn_egg", + "spawneggwitch": "witch_spawn_egg", + "spawnwitch": "witch_spawn_egg", + "witchegg": "witch_spawn_egg", + "witchsegg": "witch_spawn_egg", + "witchspawn": "witch_spawn_egg", + "witchspawnegg": "witch_spawn_egg", + "witch_spawner": { + "entity": "WITCH", + "material": "SPAWNER" + }, + "witchcage": "witch_spawner", + "witchmcage": "witch_spawner", + "witchmobcage": "witch_spawner", + "witchmobspawner": "witch_spawner", + "witchmonstercage": "witch_spawner", + "witchmonsterspawner": "witch_spawner", + "witchmspawner": "witch_spawner", + "witchspawner": "witch_spawner", + "wither_rose": { + "material": "WITHER_ROSE" + }, + "minecraft:wither_rose": "wither_rose", + "witherrose": "wither_rose", + "wither_skeleton_skull": { + "material": "WITHER_SKELETON_SKULL" + }, + "headwither_skeleton": "wither_skeleton_skull", + "headwithers": "wither_skeleton_skull", + "headwithersk": "wither_skeleton_skull", + "headwsk": "wither_skeleton_skull", + "headwskeleton": "wither_skeleton_skull", + "minecraft:wither_skeleton_skull": "wither_skeleton_skull", + "wither_skeletonhead": "wither_skeleton_skull", + "wither_skeletonheadmask": "wither_skeleton_skull", + "wither_skeletonmask": "wither_skeleton_skull", + "wither_skeletonskull": "wither_skeleton_skull", + "withershead": "wither_skeleton_skull", + "withersheadmask": "wither_skeleton_skull", + "witherskeletonskull": "wither_skeleton_skull", + "witherskhead": "wither_skeleton_skull", + "witherskheadmask": "wither_skeleton_skull", + "witherskmask": "wither_skeleton_skull", + "witherskskull": "wither_skeleton_skull", + "withersmask": "wither_skeleton_skull", + "withersskull": "wither_skeleton_skull", + "wskeletonhead": "wither_skeleton_skull", + "wskeletonheadmask": "wither_skeleton_skull", + "wskeletonmask": "wither_skeleton_skull", + "wskeletonskull": "wither_skeleton_skull", + "wskhead": "wither_skeleton_skull", + "wskheadmask": "wither_skeleton_skull", + "wskmask": "wither_skeleton_skull", + "wskskull": "wither_skeleton_skull", + "wither_skeleton_spawn_egg": { + "material": "WITHER_SKELETON_SPAWN_EGG" + }, + "eggwither_skeleton": "wither_skeleton_spawn_egg", + "eggwithers": "wither_skeleton_spawn_egg", + "eggwithersk": "wither_skeleton_spawn_egg", + "eggwsk": "wither_skeleton_spawn_egg", + "eggwskeleton": "wither_skeleton_spawn_egg", + "minecraft:wither_skeleton_spawn_egg": "wither_skeleton_spawn_egg", + "seggwither_skeleton": "wither_skeleton_spawn_egg", + "seggwithers": "wither_skeleton_spawn_egg", + "seggwithersk": "wither_skeleton_spawn_egg", + "seggwsk": "wither_skeleton_spawn_egg", + "seggwskeleton": "wither_skeleton_spawn_egg", + "spawneggwither_skeleton": "wither_skeleton_spawn_egg", + "spawneggwithers": "wither_skeleton_spawn_egg", + "spawneggwithersk": "wither_skeleton_spawn_egg", + "spawneggwsk": "wither_skeleton_spawn_egg", + "spawneggwskeleton": "wither_skeleton_spawn_egg", + "spawnwither_skeleton": "wither_skeleton_spawn_egg", + "spawnwithers": "wither_skeleton_spawn_egg", + "spawnwithersk": "wither_skeleton_spawn_egg", + "spawnwsk": "wither_skeleton_spawn_egg", + "spawnwskeleton": "wither_skeleton_spawn_egg", + "wither_skeletonegg": "wither_skeleton_spawn_egg", + "wither_skeletonsegg": "wither_skeleton_spawn_egg", + "wither_skeletonspawn": "wither_skeleton_spawn_egg", + "wither_skeletonspawnegg": "wither_skeleton_spawn_egg", + "withersegg": "wither_skeleton_spawn_egg", + "witherskegg": "wither_skeleton_spawn_egg", + "witherskeletonspawnegg": "wither_skeleton_spawn_egg", + "withersksegg": "wither_skeleton_spawn_egg", + "witherskspawn": "wither_skeleton_spawn_egg", + "witherskspawnegg": "wither_skeleton_spawn_egg", + "witherssegg": "wither_skeleton_spawn_egg", + "withersspawn": "wither_skeleton_spawn_egg", + "withersspawnegg": "wither_skeleton_spawn_egg", + "wskegg": "wither_skeleton_spawn_egg", + "wskeletonegg": "wither_skeleton_spawn_egg", + "wskeletonsegg": "wither_skeleton_spawn_egg", + "wskeletonspawn": "wither_skeleton_spawn_egg", + "wskeletonspawnegg": "wither_skeleton_spawn_egg", + "wsksegg": "wither_skeleton_spawn_egg", + "wskspawn": "wither_skeleton_spawn_egg", + "wskspawnegg": "wither_skeleton_spawn_egg", + "wither_skeleton_spawner": { + "entity": "WITHER_SKELETON", + "material": "SPAWNER" + }, + "wither_skeletoncage": "wither_skeleton_spawner", + "wither_skeletonmcage": "wither_skeleton_spawner", + "wither_skeletonmobcage": "wither_skeleton_spawner", + "wither_skeletonmobspawner": "wither_skeleton_spawner", + "wither_skeletonmonstercage": "wither_skeleton_spawner", + "wither_skeletonmonsterspawner": "wither_skeleton_spawner", + "wither_skeletonmspawner": "wither_skeleton_spawner", + "wither_skeletonspawner": "wither_skeleton_spawner", + "witherscage": "wither_skeleton_spawner", + "witherskcage": "wither_skeleton_spawner", + "witherskmcage": "wither_skeleton_spawner", + "witherskmobcage": "wither_skeleton_spawner", + "witherskmobspawner": "wither_skeleton_spawner", + "witherskmonstercage": "wither_skeleton_spawner", + "witherskmonsterspawner": "wither_skeleton_spawner", + "witherskmspawner": "wither_skeleton_spawner", + "witherskspawner": "wither_skeleton_spawner", + "withersmcage": "wither_skeleton_spawner", + "withersmobcage": "wither_skeleton_spawner", + "withersmobspawner": "wither_skeleton_spawner", + "withersmonstercage": "wither_skeleton_spawner", + "withersmonsterspawner": "wither_skeleton_spawner", + "withersmspawner": "wither_skeleton_spawner", + "withersspawner": "wither_skeleton_spawner", + "wskcage": "wither_skeleton_spawner", + "wskeletoncage": "wither_skeleton_spawner", + "wskeletonmcage": "wither_skeleton_spawner", + "wskeletonmobcage": "wither_skeleton_spawner", + "wskeletonmobspawner": "wither_skeleton_spawner", + "wskeletonmonstercage": "wither_skeleton_spawner", + "wskeletonmonsterspawner": "wither_skeleton_spawner", + "wskeletonmspawner": "wither_skeleton_spawner", + "wskeletonspawner": "wither_skeleton_spawner", + "wskmcage": "wither_skeleton_spawner", + "wskmobcage": "wither_skeleton_spawner", + "wskmobspawner": "wither_skeleton_spawner", + "wskmonstercage": "wither_skeleton_spawner", + "wskmonsterspawner": "wither_skeleton_spawner", + "wskmspawner": "wither_skeleton_spawner", + "wskspawner": "wither_skeleton_spawner", + "wither_spawn_egg": { + "material": "WITHER_SPAWN_EGG" + }, + "eggwither": "wither_spawn_egg", + "minecraft:wither_spawn_egg": "wither_spawn_egg", + "seggwither": "wither_spawn_egg", + "spawneggwither": "wither_spawn_egg", + "spawnwither": "wither_spawn_egg", + "witheregg": "wither_spawn_egg", + "witherspawn": "wither_spawn_egg", + "witherspawnegg": "wither_spawn_egg", + "wither_spawner": { + "entity": "WITHER", + "material": "SPAWNER" + }, + "withercage": "wither_spawner", + "withermcage": "wither_spawner", + "withermobcage": "wither_spawner", + "withermobspawner": "wither_spawner", + "withermonstercage": "wither_spawner", + "withermonsterspawner": "wither_spawner", + "withermspawner": "wither_spawner", + "witherspawner": "wither_spawner", + "wolf_spawn_egg": { + "material": "WOLF_SPAWN_EGG" + }, + "dogegg": "wolf_spawn_egg", + "dogsegg": "wolf_spawn_egg", + "dogspawn": "wolf_spawn_egg", + "dogspawnegg": "wolf_spawn_egg", + "eggdog": "wolf_spawn_egg", + "eggwolf": "wolf_spawn_egg", + "minecraft:wolf_spawn_egg": "wolf_spawn_egg", + "seggdog": "wolf_spawn_egg", + "seggwolf": "wolf_spawn_egg", + "spawndog": "wolf_spawn_egg", + "spawneggdog": "wolf_spawn_egg", + "spawneggwolf": "wolf_spawn_egg", + "spawnwolf": "wolf_spawn_egg", + "wolfegg": "wolf_spawn_egg", + "wolfsegg": "wolf_spawn_egg", + "wolfspawn": "wolf_spawn_egg", + "wolfspawnegg": "wolf_spawn_egg", + "wolf_spawner": { + "entity": "WOLF", + "material": "SPAWNER" + }, + "dogcage": "wolf_spawner", + "dogmcage": "wolf_spawner", + "dogmobcage": "wolf_spawner", + "dogmobspawner": "wolf_spawner", + "dogmonstercage": "wolf_spawner", + "dogmonsterspawner": "wolf_spawner", + "dogmspawner": "wolf_spawner", + "dogspawner": "wolf_spawner", + "wolfcage": "wolf_spawner", + "wolfmcage": "wolf_spawner", + "wolfmobcage": "wolf_spawner", + "wolfmobspawner": "wolf_spawner", + "wolfmonstercage": "wolf_spawner", + "wolfmonsterspawner": "wolf_spawner", + "wolfmspawner": "wolf_spawner", + "wolfspawner": "wolf_spawner", + "wooden_axe": { + "material": "WOODEN_AXE" + }, + "minecraft:wooden_axe": "wooden_axe", + "waxe": "wooden_axe", + "woodaxe": "wooden_axe", + "woodenaxe": "wooden_axe", + "wooden_hoe": { + "material": "WOODEN_HOE" + }, + "minecraft:wooden_hoe": "wooden_hoe", + "whoe": "wooden_hoe", + "woodenhoe": "wooden_hoe", + "woodhoe": "wooden_hoe", + "wooden_pickaxe": { + "material": "WOODEN_PICKAXE" + }, + "minecraft:wooden_pickaxe": "wooden_pickaxe", + "woodenpick": "wooden_pickaxe", + "woodenpickaxe": "wooden_pickaxe", + "woodpick": "wooden_pickaxe", + "woodpickaxe": "wooden_pickaxe", + "wpick": "wooden_pickaxe", + "wpickaxe": "wooden_pickaxe", + "wooden_shovel": { + "material": "WOODEN_SHOVEL" + }, + "minecraft:wooden_shovel": "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" + }, + "minecraft:wooden_sword": "wooden_sword", + "woodensword": "wooden_sword", + "woodsword": "wooden_sword", + "wsword": "wooden_sword", + "writable_book": { + "material": "WRITABLE_BOOK" + }, + "minecraft:writable_book": "writable_book", + "writablebook": "writable_book", + "written_book": { + "material": "WRITTEN_BOOK" + }, + "minecraft:written_book": "written_book", + "writtenbook": "written_book", + "yellow_banner": { + "material": "YELLOW_BANNER" + }, + "minecraft:yellow_banner": "yellow_banner", + "ybanner": "yellow_banner", + "yellowbanner": "yellow_banner", + "yellow_bed": { + "material": "YELLOW_BED" + }, + "minecraft:yellow_bed": "yellow_bed", + "ybed": "yellow_bed", + "yellowbed": "yellow_bed", + "yellow_candle": { + "material": "YELLOW_CANDLE" + }, + "minecraft:yellow_candle": "yellow_candle", + "ycandle": "yellow_candle", + "yellowcandle": "yellow_candle", + "yellow_carpet": { + "material": "YELLOW_CARPET" + }, + "minecraft:yellow_carpet": "yellow_carpet", + "ycarpet": "yellow_carpet", + "yellowcarpet": "yellow_carpet", + "yellowfloor": "yellow_carpet", + "yfloor": "yellow_carpet", + "yellow_concrete": { + "material": "YELLOW_CONCRETE" + }, + "minecraft:yellow_concrete": "yellow_concrete", + "yconcrete": "yellow_concrete", + "yellowconcrete": "yellow_concrete", + "yellow_concrete_powder": { + "material": "YELLOW_CONCRETE_POWDER" + }, + "minecraft:yellow_concrete_powder": "yellow_concrete_powder", + "ycdust": "yellow_concrete_powder", + "yconcretepowder": "yellow_concrete_powder", + "yconcretesand": "yellow_concrete_powder", + "ycp": "yellow_concrete_powder", + "ycpowder": "yellow_concrete_powder", + "yellowcdust": "yellow_concrete_powder", + "yellowconcretepowder": "yellow_concrete_powder", + "yellowconcretesand": "yellow_concrete_powder", + "yellowcp": "yellow_concrete_powder", + "yellowcpowder": "yellow_concrete_powder", + "yellow_dye": { + "material": "YELLOW_DYE", + "fallbacks": [ + "DANDELION_YELLOW" + ] + }, + "minecraft:yellow_dye": "yellow_dye", + "ydye": "yellow_dye", + "yellowdye": "yellow_dye", + "yellow_glazed_terracotta": { + "material": "YELLOW_GLAZED_TERRACOTTA" + }, + "minecraft:yellow_glazed_terracotta": "yellow_glazed_terracotta", + "yellowglazedtcota": "yellow_glazed_terracotta", + "yellowglazedterra": "yellow_glazed_terracotta", + "yellowglazedterracota": "yellow_glazed_terracotta", + "yellowglazedterracotta": "yellow_glazed_terracotta", + "yellowgtcotta": "yellow_glazed_terracotta", + "yellowgterra": "yellow_glazed_terracotta", + "yglazedtcota": "yellow_glazed_terracotta", + "yglazedterra": "yellow_glazed_terracotta", + "yglazedterracota": "yellow_glazed_terracotta", + "yglazedterracotta": "yellow_glazed_terracotta", + "ygtcotta": "yellow_glazed_terracotta", + "ygterra": "yellow_glazed_terracotta", + "yellow_shulker_box": { + "material": "YELLOW_SHULKER_BOX" + }, + "minecraft:yellow_shulker_box": "yellow_shulker_box", + "yellowsbox": "yellow_shulker_box", + "yellowshulkerbox": "yellow_shulker_box", + "ysbox": "yellow_shulker_box", + "yshulkerbox": "yellow_shulker_box", + "yellow_stained_glass": { + "material": "YELLOW_STAINED_GLASS" + }, + "minecraft:yellow_stained_glass": "yellow_stained_glass", + "yellowglass": "yellow_stained_glass", + "yellowsglass": "yellow_stained_glass", + "yellowstainedglass": "yellow_stained_glass", + "yglass": "yellow_stained_glass", + "ysglass": "yellow_stained_glass", + "ystainedglass": "yellow_stained_glass", + "yellow_stained_glass_pane": { + "material": "YELLOW_STAINED_GLASS_PANE" + }, + "minecraft:yellow_stained_glass_pane": "yellow_stained_glass_pane", + "yellowglasspane": "yellow_stained_glass_pane", + "yellowgpane": "yellow_stained_glass_pane", + "yellowsglasspane": "yellow_stained_glass_pane", + "yellowstainedglasspane": "yellow_stained_glass_pane", + "yglasspane": "yellow_stained_glass_pane", + "ygpane": "yellow_stained_glass_pane", + "ysglasspane": "yellow_stained_glass_pane", + "ystainedglasspane": "yellow_stained_glass_pane", + "yellow_terracotta": { + "material": "YELLOW_TERRACOTTA" + }, + "minecraft:yellow_terracotta": "yellow_terracotta", + "yclay": "yellow_terracotta", + "yellowclay": "yellow_terracotta", + "yellowsclay": "yellow_terracotta", + "yellowstainedclay": "yellow_terracotta", + "yellowtcota": "yellow_terracotta", + "yellowterra": "yellow_terracotta", + "yellowterracota": "yellow_terracotta", + "yellowterracotta": "yellow_terracotta", + "ysclay": "yellow_terracotta", + "ystainedclay": "yellow_terracotta", + "ytcota": "yellow_terracotta", + "yterra": "yellow_terracotta", + "yterracota": "yellow_terracotta", + "yterracotta": "yellow_terracotta", + "yellow_wool": { + "material": "YELLOW_WOOL" + }, + "minecraft:yellow_wool": "yellow_wool", + "ycloth": "yellow_wool", + "ycotton": "yellow_wool", + "yellowcloth": "yellow_wool", + "yellowcotton": "yellow_wool", + "yellowwool": "yellow_wool", + "ywool": "yellow_wool", + "zoglin_spawn_egg": { + "material": "ZOGLIN_SPAWN_EGG" + }, + "eggrottypig": "zoglin_spawn_egg", + "eggzoglin": "zoglin_spawn_egg", + "eggzombiep": "zoglin_spawn_egg", + "eggzombiepig": "zoglin_spawn_egg", + "eggzpig": "zoglin_spawn_egg", + "minecraft:zoglin_spawn_egg": "zoglin_spawn_egg", + "rottypigegg": "zoglin_spawn_egg", + "rottypigsegg": "zoglin_spawn_egg", + "rottypigspawn": "zoglin_spawn_egg", + "rottypigspawnegg": "zoglin_spawn_egg", + "seggrottypig": "zoglin_spawn_egg", + "seggzoglin": "zoglin_spawn_egg", + "seggzombiep": "zoglin_spawn_egg", + "seggzombiepig": "zoglin_spawn_egg", + "seggzpig": "zoglin_spawn_egg", + "spawneggrottypig": "zoglin_spawn_egg", + "spawneggzoglin": "zoglin_spawn_egg", + "spawneggzombiep": "zoglin_spawn_egg", + "spawneggzombiepig": "zoglin_spawn_egg", + "spawneggzpig": "zoglin_spawn_egg", + "spawnrottypig": "zoglin_spawn_egg", + "spawnzoglin": "zoglin_spawn_egg", + "spawnzombiep": "zoglin_spawn_egg", + "spawnzombiepig": "zoglin_spawn_egg", + "spawnzpig": "zoglin_spawn_egg", + "zoglinegg": "zoglin_spawn_egg", + "zoglinsegg": "zoglin_spawn_egg", + "zoglinspawn": "zoglin_spawn_egg", + "zoglinspawnegg": "zoglin_spawn_egg", + "zombiepegg": "zoglin_spawn_egg", + "zombiepigegg": "zoglin_spawn_egg", + "zombiepigsegg": "zoglin_spawn_egg", + "zombiepigspawn": "zoglin_spawn_egg", + "zombiepigspawnegg": "zoglin_spawn_egg", + "zombiepsegg": "zoglin_spawn_egg", + "zombiepspawn": "zoglin_spawn_egg", + "zombiepspawnegg": "zoglin_spawn_egg", + "zpigegg": "zoglin_spawn_egg", + "zpigsegg": "zoglin_spawn_egg", + "zpigspawn": "zoglin_spawn_egg", + "zpigspawnegg": "zoglin_spawn_egg", + "zoglin_spawner": { + "entity": "ZOGLIN", + "material": "SPAWNER" + }, + "rottypigcage": "zoglin_spawner", + "rottypigmcage": "zoglin_spawner", + "rottypigmobcage": "zoglin_spawner", + "rottypigmobspawner": "zoglin_spawner", + "rottypigmonstercage": "zoglin_spawner", + "rottypigmonsterspawner": "zoglin_spawner", + "rottypigmspawner": "zoglin_spawner", + "rottypigspawner": "zoglin_spawner", + "zoglincage": "zoglin_spawner", + "zoglinmcage": "zoglin_spawner", + "zoglinmobcage": "zoglin_spawner", + "zoglinmobspawner": "zoglin_spawner", + "zoglinmonstercage": "zoglin_spawner", + "zoglinmonsterspawner": "zoglin_spawner", + "zoglinmspawner": "zoglin_spawner", + "zoglinspawner": "zoglin_spawner", + "zombiepcage": "zoglin_spawner", + "zombiepigcage": "zoglin_spawner", + "zombiepigmcage": "zombified_piglin_spawner", + "zombiepigmobcage": "zoglin_spawner", + "zombiepigmobspawner": "zoglin_spawner", + "zombiepigmonstercage": "zoglin_spawner", + "zombiepigmonsterspawner": "zoglin_spawner", + "zombiepigmspawner": "zombified_piglin_spawner", + "zombiepigspawner": "zoglin_spawner", + "zombiepmcage": "zombified_piglin_spawner", + "zombiepmobcage": "zoglin_spawner", + "zombiepmobspawner": "zoglin_spawner", + "zombiepmonstercage": "zoglin_spawner", + "zombiepmonsterspawner": "zoglin_spawner", + "zombiepmspawner": "zombified_piglin_spawner", + "zombiepspawner": "zoglin_spawner", + "zpigcage": "zoglin_spawner", + "zpigmcage": "zombified_piglin_spawner", + "zpigmobcage": "zoglin_spawner", + "zpigmobspawner": "zoglin_spawner", + "zpigmonstercage": "zoglin_spawner", + "zpigmonsterspawner": "zoglin_spawner", + "zpigmspawner": "zombified_piglin_spawner", + "zpigspawner": "zoglin_spawner", + "zombie_head": { + "material": "ZOMBIE_HEAD" + }, + "minecraft:zombie_head": "zombie_head", + "zombiehead": "zombie_head", + "zombie_horse_spawn_egg": { + "material": "ZOMBIE_HORSE_SPAWN_EGG" + }, + "deadhorseegg": "zombie_horse_spawn_egg", + "deadhorsesegg": "zombie_horse_spawn_egg", + "deadhorsespawn": "zombie_horse_spawn_egg", + "deadhorsespawnegg": "zombie_horse_spawn_egg", + "dhorseegg": "zombie_horse_spawn_egg", + "dhorsesegg": "zombie_horse_spawn_egg", + "dhorsespawn": "zombie_horse_spawn_egg", + "dhorsespawnegg": "zombie_horse_spawn_egg", + "eggdeadhorse": "zombie_horse_spawn_egg", + "eggdhorse": "zombie_horse_spawn_egg", + "eggzhorse": "zombie_horse_spawn_egg", + "eggzombie_horse": "zombie_horse_spawn_egg", + "minecraft:zombie_horse_spawn_egg": "zombie_horse_spawn_egg", + "seggdeadhorse": "zombie_horse_spawn_egg", + "seggdhorse": "zombie_horse_spawn_egg", + "seggzhorse": "zombie_horse_spawn_egg", + "seggzombie_horse": "zombie_horse_spawn_egg", + "spawndeadhorse": "zombie_horse_spawn_egg", + "spawndhorse": "zombie_horse_spawn_egg", + "spawneggdeadhorse": "zombie_horse_spawn_egg", + "spawneggdhorse": "zombie_horse_spawn_egg", + "spawneggzhorse": "zombie_horse_spawn_egg", + "spawneggzombie_horse": "zombie_horse_spawn_egg", + "spawnzhorse": "zombie_horse_spawn_egg", + "spawnzombie_horse": "zombie_horse_spawn_egg", + "zhorseegg": "zombie_horse_spawn_egg", + "zhorsesegg": "zombie_horse_spawn_egg", + "zhorsespawn": "zombie_horse_spawn_egg", + "zhorsespawnegg": "zombie_horse_spawn_egg", + "zombie_horseegg": "zombie_horse_spawn_egg", + "zombie_horsesegg": "zombie_horse_spawn_egg", + "zombie_horsespawn": "zombie_horse_spawn_egg", + "zombie_horsespawnegg": "zombie_horse_spawn_egg", + "zombiehorsespawnegg": "zombie_horse_spawn_egg", + "zombie_horse_spawner": { + "entity": "ZOMBIE_HORSE", + "material": "SPAWNER" + }, + "deadhorsecage": "zombie_horse_spawner", + "deadhorsemcage": "zombie_horse_spawner", + "deadhorsemobcage": "zombie_horse_spawner", + "deadhorsemobspawner": "zombie_horse_spawner", + "deadhorsemonstercage": "zombie_horse_spawner", + "deadhorsemonsterspawner": "zombie_horse_spawner", + "deadhorsemspawner": "zombie_horse_spawner", + "deadhorsespawner": "zombie_horse_spawner", + "dhorsecage": "zombie_horse_spawner", + "dhorsemcage": "zombie_horse_spawner", + "dhorsemobcage": "zombie_horse_spawner", + "dhorsemobspawner": "zombie_horse_spawner", + "dhorsemonstercage": "zombie_horse_spawner", + "dhorsemonsterspawner": "zombie_horse_spawner", + "dhorsemspawner": "zombie_horse_spawner", + "dhorsespawner": "zombie_horse_spawner", + "zhorsecage": "zombie_horse_spawner", + "zhorsemcage": "zombie_horse_spawner", + "zhorsemobcage": "zombie_horse_spawner", + "zhorsemobspawner": "zombie_horse_spawner", + "zhorsemonstercage": "zombie_horse_spawner", + "zhorsemonsterspawner": "zombie_horse_spawner", + "zhorsemspawner": "zombie_horse_spawner", + "zhorsespawner": "zombie_horse_spawner", + "zombie_horsecage": "zombie_horse_spawner", + "zombie_horsemcage": "zombie_horse_spawner", + "zombie_horsemobcage": "zombie_horse_spawner", + "zombie_horsemobspawner": "zombie_horse_spawner", + "zombie_horsemonstercage": "zombie_horse_spawner", + "zombie_horsemonsterspawner": "zombie_horse_spawner", + "zombie_horsemspawner": "zombie_horse_spawner", + "zombie_horsespawner": "zombie_horse_spawner", + "zombie_spawn_egg": { + "material": "ZOMBIE_SPAWN_EGG" + }, + "eggz": "zombie_spawn_egg", + "eggzomb": "zombie_spawn_egg", + "eggzombie": "zombie_spawn_egg", + "minecraft:zombie_spawn_egg": "zombie_spawn_egg", + "seggz": "zombie_spawn_egg", + "seggzomb": "zombie_spawn_egg", + "seggzombie": "zombie_spawn_egg", + "spawneggz": "zombie_spawn_egg", + "spawneggzomb": "zombie_spawn_egg", + "spawneggzombie": "zombie_spawn_egg", + "spawnz": "zombie_spawn_egg", + "spawnzomb": "zombie_spawn_egg", + "spawnzombie": "zombie_spawn_egg", + "zegg": "zombie_spawn_egg", + "zombegg": "zombie_spawn_egg", + "zombieegg": "zombie_spawn_egg", + "zombiesegg": "zombie_spawn_egg", + "zombiespawn": "zombie_spawn_egg", + "zombiespawnegg": "zombie_spawn_egg", + "zombsegg": "zombie_spawn_egg", + "zombspawn": "zombie_spawn_egg", + "zombspawnegg": "zombie_spawn_egg", + "zsegg": "zombie_spawn_egg", + "zspawn": "zombie_spawn_egg", + "zspawnegg": "zombie_spawn_egg", + "zombie_spawner": { + "entity": "ZOMBIE", + "material": "SPAWNER" + }, + "zcage": "zombie_spawner", + "zmcage": "zombie_spawner", + "zmobcage": "zombie_spawner", + "zmobspawner": "zombie_spawner", + "zmonstercage": "zombie_spawner", + "zmonsterspawner": "zombie_spawner", + "zmspawner": "zombie_spawner", + "zombcage": "zombie_spawner", + "zombiecage": "zombie_spawner", + "zombiemcage": "zombie_spawner", + "zombiemobcage": "zombie_spawner", + "zombiemobspawner": "zombie_spawner", + "zombiemonstercage": "zombie_spawner", + "zombiemonsterspawner": "zombie_spawner", + "zombiemspawner": "zombie_spawner", + "zombiespawner": "zombie_spawner", + "zombmcage": "zombie_spawner", + "zombmobcage": "zombie_spawner", + "zombmobspawner": "zombie_spawner", + "zombmonstercage": "zombie_spawner", + "zombmonsterspawner": "zombie_spawner", + "zombmspawner": "zombie_spawner", + "zombspawner": "zombie_spawner", + "zspawner": "zombie_spawner", + "zombie_villager_spawn_egg": { + "material": "ZOMBIE_VILLAGER_SPAWN_EGG" + }, + "deadvillageregg": "zombie_villager_spawn_egg", + "deadvillagersegg": "zombie_villager_spawn_egg", + "deadvillagerspawn": "zombie_villager_spawn_egg", + "deadvillagerspawnegg": "zombie_villager_spawn_egg", + "dvillageregg": "zombie_villager_spawn_egg", + "dvillagersegg": "zombie_villager_spawn_egg", + "dvillagerspawn": "zombie_villager_spawn_egg", + "dvillagerspawnegg": "zombie_villager_spawn_egg", + "dvillegg": "zombie_villager_spawn_egg", + "dvillsegg": "zombie_villager_spawn_egg", + "dvillspawn": "zombie_villager_spawn_egg", + "dvillspawnegg": "zombie_villager_spawn_egg", + "eggdeadvillager": "zombie_villager_spawn_egg", + "eggdvill": "zombie_villager_spawn_egg", + "eggdvillager": "zombie_villager_spawn_egg", + "eggzombie_villager": "zombie_villager_spawn_egg", + "eggzvill": "zombie_villager_spawn_egg", + "eggzvillager": "zombie_villager_spawn_egg", + "minecraft:zombie_villager_spawn_egg": "zombie_villager_spawn_egg", + "seggdeadvillager": "zombie_villager_spawn_egg", + "seggdvill": "zombie_villager_spawn_egg", + "seggdvillager": "zombie_villager_spawn_egg", + "seggzombie_villager": "zombie_villager_spawn_egg", + "seggzvill": "zombie_villager_spawn_egg", + "seggzvillager": "zombie_villager_spawn_egg", + "spawndeadvillager": "zombie_villager_spawn_egg", + "spawndvill": "zombie_villager_spawn_egg", + "spawndvillager": "zombie_villager_spawn_egg", + "spawneggdeadvillager": "zombie_villager_spawn_egg", + "spawneggdvill": "zombie_villager_spawn_egg", + "spawneggdvillager": "zombie_villager_spawn_egg", + "spawneggzombie_villager": "zombie_villager_spawn_egg", + "spawneggzvill": "zombie_villager_spawn_egg", + "spawneggzvillager": "zombie_villager_spawn_egg", + "spawnzombie_villager": "zombie_villager_spawn_egg", + "spawnzvill": "zombie_villager_spawn_egg", + "spawnzvillager": "zombie_villager_spawn_egg", + "zombie_villageregg": "zombie_villager_spawn_egg", + "zombie_villagersegg": "zombie_villager_spawn_egg", + "zombie_villagerspawn": "zombie_villager_spawn_egg", + "zombie_villagerspawnegg": "zombie_villager_spawn_egg", + "zombievillagerspawnegg": "zombie_villager_spawn_egg", + "zvillageregg": "zombie_villager_spawn_egg", + "zvillagersegg": "zombie_villager_spawn_egg", + "zvillagerspawn": "zombie_villager_spawn_egg", + "zvillagerspawnegg": "zombie_villager_spawn_egg", + "zvillegg": "zombie_villager_spawn_egg", + "zvillsegg": "zombie_villager_spawn_egg", + "zvillspawn": "zombie_villager_spawn_egg", + "zvillspawnegg": "zombie_villager_spawn_egg", + "zombie_villager_spawner": { + "entity": "ZOMBIE_VILLAGER", + "material": "SPAWNER" + }, + "deadvillagercage": "zombie_villager_spawner", + "deadvillagermcage": "zombie_villager_spawner", + "deadvillagermobcage": "zombie_villager_spawner", + "deadvillagermobspawner": "zombie_villager_spawner", + "deadvillagermonstercage": "zombie_villager_spawner", + "deadvillagermonsterspawner": "zombie_villager_spawner", + "deadvillagermspawner": "zombie_villager_spawner", + "deadvillagerspawner": "zombie_villager_spawner", + "dvillagercage": "zombie_villager_spawner", + "dvillagermcage": "zombie_villager_spawner", + "dvillagermobcage": "zombie_villager_spawner", + "dvillagermobspawner": "zombie_villager_spawner", + "dvillagermonstercage": "zombie_villager_spawner", + "dvillagermonsterspawner": "zombie_villager_spawner", + "dvillagermspawner": "zombie_villager_spawner", + "dvillagerspawner": "zombie_villager_spawner", + "dvillcage": "zombie_villager_spawner", + "dvillmcage": "zombie_villager_spawner", + "dvillmobcage": "zombie_villager_spawner", + "dvillmobspawner": "zombie_villager_spawner", + "dvillmonstercage": "zombie_villager_spawner", + "dvillmonsterspawner": "zombie_villager_spawner", + "dvillmspawner": "zombie_villager_spawner", + "dvillspawner": "zombie_villager_spawner", + "zombie_villagercage": "zombie_villager_spawner", + "zombie_villagermcage": "zombie_villager_spawner", + "zombie_villagermobcage": "zombie_villager_spawner", + "zombie_villagermobspawner": "zombie_villager_spawner", + "zombie_villagermonstercage": "zombie_villager_spawner", + "zombie_villagermonsterspawner": "zombie_villager_spawner", + "zombie_villagermspawner": "zombie_villager_spawner", + "zombie_villagerspawner": "zombie_villager_spawner", + "zvillagercage": "zombie_villager_spawner", + "zvillagermcage": "zombie_villager_spawner", + "zvillagermobcage": "zombie_villager_spawner", + "zvillagermobspawner": "zombie_villager_spawner", + "zvillagermonstercage": "zombie_villager_spawner", + "zvillagermonsterspawner": "zombie_villager_spawner", + "zvillagermspawner": "zombie_villager_spawner", + "zvillagerspawner": "zombie_villager_spawner", + "zvillcage": "zombie_villager_spawner", + "zvillmcage": "zombie_villager_spawner", + "zvillmobcage": "zombie_villager_spawner", + "zvillmobspawner": "zombie_villager_spawner", + "zvillmonstercage": "zombie_villager_spawner", + "zvillmonsterspawner": "zombie_villager_spawner", + "zvillmspawner": "zombie_villager_spawner", + "zvillspawner": "zombie_villager_spawner", + "zombified_piglin_spawn_egg": { + "material": "ZOMBIFIED_PIGLIN_SPAWN_EGG", + "fallbacks": [ + "ZOMBIE_PIGMAN_SPAWN_EGG" + ] + }, + "eggzombiepiglin": "zombified_piglin_spawn_egg", + "eggzombiepigm": "zombified_piglin_spawn_egg", + "eggzombiepigman": "zombified_piglin_spawn_egg", + "eggzombiepigmen": "zombified_piglin_spawn_egg", + "eggzombiepm": "zombified_piglin_spawn_egg", + "eggzombiepman": "zombified_piglin_spawn_egg", + "eggzombified_piglin": "zombified_piglin_spawn_egg", + "eggzombifiedpiglin": "zombified_piglin_spawn_egg", + "eggzpiglin": "zombified_piglin_spawn_egg", + "eggzpigm": "zombified_piglin_spawn_egg", + "eggzpigman": "zombified_piglin_spawn_egg", + "eggzpigmen": "zombified_piglin_spawn_egg", + "eggzpman": "zombified_piglin_spawn_egg", + "minecraft:zombified_piglin_spawn_egg": "zombified_piglin_spawn_egg", + "seggzombiepiglin": "zombified_piglin_spawn_egg", + "seggzombiepigm": "zombified_piglin_spawn_egg", + "seggzombiepigman": "zombified_piglin_spawn_egg", + "seggzombiepigmen": "zombified_piglin_spawn_egg", + "seggzombiepm": "zombified_piglin_spawn_egg", + "seggzombiepman": "zombified_piglin_spawn_egg", + "seggzombified_piglin": "zombified_piglin_spawn_egg", + "seggzombifiedpiglin": "zombified_piglin_spawn_egg", + "seggzpiglin": "zombified_piglin_spawn_egg", + "seggzpigm": "zombified_piglin_spawn_egg", + "seggzpigman": "zombified_piglin_spawn_egg", + "seggzpigmen": "zombified_piglin_spawn_egg", + "seggzpman": "zombified_piglin_spawn_egg", + "spawneggzombiepiglin": "zombified_piglin_spawn_egg", + "spawneggzombiepigm": "zombified_piglin_spawn_egg", + "spawneggzombiepigman": "zombified_piglin_spawn_egg", + "spawneggzombiepigmen": "zombified_piglin_spawn_egg", + "spawneggzombiepm": "zombified_piglin_spawn_egg", + "spawneggzombiepman": "zombified_piglin_spawn_egg", + "spawneggzombified_piglin": "zombified_piglin_spawn_egg", + "spawneggzombifiedpiglin": "zombified_piglin_spawn_egg", + "spawneggzpiglin": "zombified_piglin_spawn_egg", + "spawneggzpigm": "zombified_piglin_spawn_egg", + "spawneggzpigman": "zombified_piglin_spawn_egg", + "spawneggzpigmen": "zombified_piglin_spawn_egg", + "spawneggzpman": "zombified_piglin_spawn_egg", + "spawnzombiepiglin": "zombified_piglin_spawn_egg", + "spawnzombiepigm": "zombified_piglin_spawn_egg", + "spawnzombiepigman": "zombified_piglin_spawn_egg", + "spawnzombiepigmen": "zombified_piglin_spawn_egg", + "spawnzombiepm": "zombified_piglin_spawn_egg", + "spawnzombiepman": "zombified_piglin_spawn_egg", + "spawnzombified_piglin": "zombified_piglin_spawn_egg", + "spawnzombifiedpiglin": "zombified_piglin_spawn_egg", + "spawnzpiglin": "zombified_piglin_spawn_egg", + "spawnzpigm": "zombified_piglin_spawn_egg", + "spawnzpigman": "zombified_piglin_spawn_egg", + "spawnzpigmen": "zombified_piglin_spawn_egg", + "spawnzpman": "zombified_piglin_spawn_egg", + "zombiepiglinegg": "zombified_piglin_spawn_egg", + "zombiepiglinsegg": "zombified_piglin_spawn_egg", + "zombiepiglinspawn": "zombified_piglin_spawn_egg", + "zombiepiglinspawnegg": "zombified_piglin_spawn_egg", + "zombiepigmanegg": "zombified_piglin_spawn_egg", + "zombiepigmansegg": "zombified_piglin_spawn_egg", + "zombiepigmanspawn": "zombified_piglin_spawn_egg", + "zombiepigmanspawnegg": "zombified_piglin_spawn_egg", + "zombiepigmegg": "zombified_piglin_spawn_egg", + "zombiepigmenegg": "zombified_piglin_spawn_egg", + "zombiepigmensegg": "zombified_piglin_spawn_egg", + "zombiepigmenspawn": "zombified_piglin_spawn_egg", + "zombiepigmenspawnegg": "zombified_piglin_spawn_egg", + "zombiepigmsegg": "zombified_piglin_spawn_egg", + "zombiepigmspawn": "zombified_piglin_spawn_egg", + "zombiepigmspawnegg": "zombified_piglin_spawn_egg", + "zombiepmanegg": "zombified_piglin_spawn_egg", + "zombiepmansegg": "zombified_piglin_spawn_egg", + "zombiepmanspawn": "zombified_piglin_spawn_egg", + "zombiepmanspawnegg": "zombified_piglin_spawn_egg", + "zombiepmegg": "zombified_piglin_spawn_egg", + "zombiepmsegg": "zombified_piglin_spawn_egg", + "zombiepmspawn": "zombified_piglin_spawn_egg", + "zombiepmspawnegg": "zombified_piglin_spawn_egg", + "zombified_piglinegg": "zombified_piglin_spawn_egg", + "zombified_piglinsegg": "zombified_piglin_spawn_egg", + "zombified_piglinspawn": "zombified_piglin_spawn_egg", + "zombified_piglinspawnegg": "zombified_piglin_spawn_egg", + "zombifiedpiglinegg": "zombified_piglin_spawn_egg", + "zombifiedpiglinsegg": "zombified_piglin_spawn_egg", + "zombifiedpiglinspawn": "zombified_piglin_spawn_egg", + "zombifiedpiglinspawnegg": "zombified_piglin_spawn_egg", + "zpiglinegg": "zombified_piglin_spawn_egg", + "zpiglinsegg": "zombified_piglin_spawn_egg", + "zpiglinspawn": "zombified_piglin_spawn_egg", + "zpiglinspawnegg": "zombified_piglin_spawn_egg", + "zpigmanegg": "zombified_piglin_spawn_egg", + "zpigmansegg": "zombified_piglin_spawn_egg", + "zpigmanspawn": "zombified_piglin_spawn_egg", + "zpigmanspawnegg": "zombified_piglin_spawn_egg", + "zpigmegg": "zombified_piglin_spawn_egg", + "zpigmenegg": "zombified_piglin_spawn_egg", + "zpigmensegg": "zombified_piglin_spawn_egg", + "zpigmenspawn": "zombified_piglin_spawn_egg", + "zpigmenspawnegg": "zombified_piglin_spawn_egg", + "zpigmsegg": "zombified_piglin_spawn_egg", + "zpigmspawn": "zombified_piglin_spawn_egg", + "zpigmspawnegg": "zombified_piglin_spawn_egg", + "zpmanegg": "zombified_piglin_spawn_egg", + "zpmansegg": "zombified_piglin_spawn_egg", + "zpmanspawn": "zombified_piglin_spawn_egg", + "zpmanspawnegg": "zombified_piglin_spawn_egg", + "zombified_piglin_spawner": { + "entity": "ZOMBIFIED_PIGLIN", + "material": "SPAWNER" + }, + "zombiepiglincage": "zombified_piglin_spawner", + "zombiepiglinmcage": "zombified_piglin_spawner", + "zombiepiglinmobcage": "zombified_piglin_spawner", + "zombiepiglinmobspawner": "zombified_piglin_spawner", + "zombiepiglinmonstercage": "zombified_piglin_spawner", + "zombiepiglinmonsterspawner": "zombified_piglin_spawner", + "zombiepiglinmspawner": "zombified_piglin_spawner", + "zombiepiglinspawner": "zombified_piglin_spawner", + "zombiepigmancage": "zombified_piglin_spawner", + "zombiepigmanmcage": "zombified_piglin_spawner", + "zombiepigmanmobcage": "zombified_piglin_spawner", + "zombiepigmanmobspawner": "zombified_piglin_spawner", + "zombiepigmanmonstercage": "zombified_piglin_spawner", + "zombiepigmanmonsterspawner": "zombified_piglin_spawner", + "zombiepigmanmspawner": "zombified_piglin_spawner", + "zombiepigmanspawner": "zombified_piglin_spawner", + "zombiepigmencage": "zombified_piglin_spawner", + "zombiepigmenmcage": "zombified_piglin_spawner", + "zombiepigmenmobcage": "zombified_piglin_spawner", + "zombiepigmenmobspawner": "zombified_piglin_spawner", + "zombiepigmenmonstercage": "zombified_piglin_spawner", + "zombiepigmenmonsterspawner": "zombified_piglin_spawner", + "zombiepigmenmspawner": "zombified_piglin_spawner", + "zombiepigmenspawner": "zombified_piglin_spawner", + "zombiepigmmcage": "zombified_piglin_spawner", + "zombiepigmmobcage": "zombified_piglin_spawner", + "zombiepigmmobspawner": "zombified_piglin_spawner", + "zombiepigmmonstercage": "zombified_piglin_spawner", + "zombiepigmmonsterspawner": "zombified_piglin_spawner", + "zombiepigmmspawner": "zombified_piglin_spawner", + "zombiepmancage": "zombified_piglin_spawner", + "zombiepmanmcage": "zombified_piglin_spawner", + "zombiepmanmobcage": "zombified_piglin_spawner", + "zombiepmanmobspawner": "zombified_piglin_spawner", + "zombiepmanmonstercage": "zombified_piglin_spawner", + "zombiepmanmonsterspawner": "zombified_piglin_spawner", + "zombiepmanmspawner": "zombified_piglin_spawner", + "zombiepmanspawner": "zombified_piglin_spawner", + "zombiepmmcage": "zombified_piglin_spawner", + "zombiepmmobcage": "zombified_piglin_spawner", + "zombiepmmobspawner": "zombified_piglin_spawner", + "zombiepmmonstercage": "zombified_piglin_spawner", + "zombiepmmonsterspawner": "zombified_piglin_spawner", + "zombiepmmspawner": "zombified_piglin_spawner", + "zombified_piglincage": "zombified_piglin_spawner", + "zombified_piglinmcage": "zombified_piglin_spawner", + "zombified_piglinmobcage": "zombified_piglin_spawner", + "zombified_piglinmobspawner": "zombified_piglin_spawner", + "zombified_piglinmonstercage": "zombified_piglin_spawner", + "zombified_piglinmonsterspawner": "zombified_piglin_spawner", + "zombified_piglinmspawner": "zombified_piglin_spawner", + "zombified_piglinspawner": "zombified_piglin_spawner", + "zombifiedpiglincage": "zombified_piglin_spawner", + "zombifiedpiglinmcage": "zombified_piglin_spawner", + "zombifiedpiglinmobcage": "zombified_piglin_spawner", + "zombifiedpiglinmobspawner": "zombified_piglin_spawner", + "zombifiedpiglinmonstercage": "zombified_piglin_spawner", + "zombifiedpiglinmonsterspawner": "zombified_piglin_spawner", + "zombifiedpiglinmspawner": "zombified_piglin_spawner", + "zombifiedpiglinspawner": "zombified_piglin_spawner", + "zpiglincage": "zombified_piglin_spawner", + "zpiglinmcage": "zombified_piglin_spawner", + "zpiglinmobcage": "zombified_piglin_spawner", + "zpiglinmobspawner": "zombified_piglin_spawner", + "zpiglinmonstercage": "zombified_piglin_spawner", + "zpiglinmonsterspawner": "zombified_piglin_spawner", + "zpiglinmspawner": "zombified_piglin_spawner", + "zpiglinspawner": "zombified_piglin_spawner", + "zpigmancage": "zombified_piglin_spawner", + "zpigmanmcage": "zombified_piglin_spawner", + "zpigmanmobcage": "zombified_piglin_spawner", + "zpigmanmobspawner": "zombified_piglin_spawner", + "zpigmanmonstercage": "zombified_piglin_spawner", + "zpigmanmonsterspawner": "zombified_piglin_spawner", + "zpigmanmspawner": "zombified_piglin_spawner", + "zpigmanspawner": "zombified_piglin_spawner", + "zpigmencage": "zombified_piglin_spawner", + "zpigmenmcage": "zombified_piglin_spawner", + "zpigmenmobcage": "zombified_piglin_spawner", + "zpigmenmobspawner": "zombified_piglin_spawner", + "zpigmenmonstercage": "zombified_piglin_spawner", + "zpigmenmonsterspawner": "zombified_piglin_spawner", + "zpigmenmspawner": "zombified_piglin_spawner", + "zpigmenspawner": "zombified_piglin_spawner", + "zpigmmcage": "zombified_piglin_spawner", + "zpigmmobcage": "zombified_piglin_spawner", + "zpigmmobspawner": "zombified_piglin_spawner", + "zpigmmonstercage": "zombified_piglin_spawner", + "zpigmmonsterspawner": "zombified_piglin_spawner", + "zpigmmspawner": "zombified_piglin_spawner", + "zpmancage": "zombified_piglin_spawner", + "zpmanmcage": "zombified_piglin_spawner", + "zpmanmobcage": "zombified_piglin_spawner", + "zpmanmobspawner": "zombified_piglin_spawner", + "zpmanmonstercage": "zombified_piglin_spawner", + "zpmanmonsterspawner": "zombified_piglin_spawner", + "zpmanmspawner": "zombified_piglin_spawner", + "zpmanspawner": "zombified_piglin_spawner" +} +#53a4f9a7a746cbd6ceab6815b3b04365 \ No newline at end of file diff --git a/src/plugins/Essentials/kits.yml b/src/plugins/Essentials/kits.yml new file mode 100644 index 0000000..cefc3ed --- /dev/null +++ b/src/plugins/Essentials/kits.yml @@ -0,0 +1,46 @@ +# 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. +# +# In addition, you can also organize your kits into separate files under the `kits` subdirectory. +# Essentials will treat all .yml files in the `kits` subdirectory as kits files, and will add any kits from those files along with the kits in `kits.yml`. +# Any file in the `kits` subdirectory must be formatted in the same way as this file. This allows you to define multiple kits in each file. +# 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/src/plugins/Essentials/motd.txt b/src/plugins/Essentials/motd.txt new file mode 100644 index 0000000..9dd5a40 --- /dev/null +++ b/src/plugins/Essentials/motd.txt @@ -0,0 +1,4 @@ +&6Welcome, {PLAYER}&6! +&6Type &c/help&6 for a list of commands. +&6Type &c/list&6 to see who else is online. +&6Players online:&c {ONLINE} &6- World time:&c {WORLDTIME12} \ No newline at end of file diff --git a/src/plugins/Essentials/tpr.yml b/src/plugins/Essentials/tpr.yml new file mode 100644 index 0000000..fcf721e --- /dev/null +++ b/src/plugins/Essentials/tpr.yml @@ -0,0 +1,16 @@ +# Configuration for the random teleport command. +# Some settings may be defaulted, and can be changed via the /settpr command in-game. +min-range: 0.0 +excluded-biomes: + - cold_ocean + - deep_cold_ocean + - deep_frozen_ocean + - deep_lukewarm_ocean + - deep_ocean + - deep_warm_ocean + - frozen_ocean + - frozen_river + - lukewarm_ocean + - ocean + - river + - warm_ocean diff --git a/src/plugins/Essentials/upgrades-done.yml b/src/plugins/Essentials/upgrades-done.yml new file mode 100644 index 0000000..2992774 --- /dev/null +++ b/src/plugins/Essentials/upgrades-done.yml @@ -0,0 +1,13 @@ +newUidCacheBuilt: true +sanitizeAllUserFilenames: true +updateUsersPowerToolsFormat: true +updateUsersHomesFormat: true +updateSpawnsToNewSpawnsConfig: true +updateJailsToNewJailsConfig: true +banFormatChange: true +warnMetrics: true +updateUsersIgnoreListUUID: true +updateUsersStupidLegacyPathNames: true +updateUsersMailList: true +movemotdToFile: true +moverulesToFile: true diff --git a/src/plugins/Essentials/worth.yml b/src/plugins/Essentials/worth.yml new file mode 100644 index 0000000..4a9de51 --- /dev/null +++ b/src/plugins/Essentials/worth.yml @@ -0,0 +1,187 @@ +# Determines how much items are worth on the server. +# This can be set in this file, or by running the /setworth command. +worth: + + # Items not listed in this file will not be sellable on the server + # Setting the worth to 0 will sell items for free, delete the item or set to -1 to disable. + + # This will set the worth of all logs to '2' + log: 2.0 + + # This will work similar to the above syntax + wool: + '0': 20 + + # This will only allow selling leaves with datavalue '0' and '1' + leaves: + '0': 1.0 + '1': 1.0 + + # This will allow the selling of all, but sells '0' slightly cheaper + sapling: + '0': 2.0 + '*': 2.5 + + + stonebutton: 6.0 + wood: 0.50 + arrow: 3.50 + diamondpickaxe: 650.0 + rawfish: 5.0 + minecart: 23.0 + leatherchestplate: 85.0 + storageminecart: 30.0 + feather: 3.0 + goldchestplate: 6.5 + mushroomsoup: 4.5 + bread: 30.0 + stationarywater: 1.0 + workbench: 2.5 + stonehoe: 2.5 + brownmushroom: 2.0 + mossycobblestone: 90.0 + diamondhoe: 400.0 + woodsword: 1.0 + torch: 4.0 + grass: 1.0 + poweredminecart: 32.0 + snowball: 1.0 + goldenapple: 100.0 + leatherleggings: 75.0 + diamondaxe: 650.0 + slimeball: 50.0 + fence: 1.0 + stonespade: 1.5 + claybrick: 5.0 + noteblock: 36.0 + ironaxe: 22.0 + coalore: 15.0 + clayball: 3.0 + fishingrod: 10.0 + ironhoe: 22.0 + goldrecord: 100.0 + ironpickaxe: 22.0 + irondoor: 22.0 + bucket: 22.0 + redrose: 2.0 + grilledpork: 7.0 + gravel: 1.0 + wooddoor: 3.0 + chainmailhelmet: 40.0 + ironchestplate: 22.0 + diamondblock: 2000.0 + diamondhelmet: 1000.0 + goldhelmet: 6.0 + redstonetorchon: 32.0 + ironspade: 22.0 + furnace: 8.5 + ironsword: 22.0 + dispenser: 58.0 + woodaxe: 2.0 + seeds: 2.0 + painting: 25.0 + woodplate: 1.0 + redstoneore: 30.0 + diamondspade: 210.0 + waterbucket: 40.0 + water: 1.0 + bedrock: 100.0 + irondoorblock: 15.0 + goldhoe: 6.0 + sand: 1.0 + goldsword: 6.0 + stoneaxe: 3.0 + bookshelf: 140.0 + ironblock: 190.0 + jackolantern: 56.0 + boat: 3.0 + diamondchestplate: 1750.0 + redstonewire: 30.0 + redmushroom: 2.0 + string: 5.0 + stoneplate: 6.0 + wallsign: 1.0 + cactus: 10.0 + sulphur: 20.0 + rails: 22.0 + ironore: 18.0 + leatherhelmet: 52.0 + stone: 3.00 + egg: 1.0 + diamondore: 200.0 + woodhoe: 2.0 + goldleggings: 6.0 + chainmailleggings: 50.0 + yellowflower: 2.0 + ironhelmet: 22.0 + obsidian: 130.0 + dirt: 1.0 + leather: 10.0 + leatherboots: 42.0 + lever: 1.0 + cobblestone: 1.0 + cake: 180.0 + woodstairs: 1.0 + ironingot: 22.0 + goldore: 45.0 + pumpkin: 50.0 + bed: 68.0 + watch: 6.0 + ironleggings: 22.0 + sign: 1.5 + doublestep: 1.0 + woodpickaxe: 2.0 + stonepickaxe: 4.0 + chainmailboots: 30.0 + diamondleggings: 1500.0 + cookedfish: 7.0 + saddle: 100.0 + cobblestonestairs: 1.5 + tnt: 100.0 + glowingredstoneore: 30.0 + apple: 10.0 + woodspade: 1.0 + goldingot: 105.0 + diode: 110.0 + soil: 1.0 + clay: 12.0 + goldblock: 450.0 + stick: 0.25 + paper: 10.0 + brick: 21.0 + stationarylava: 1.0 + chest: 4.0 + sandstone: 3.0 + goldpickaxe: 6.0 + compass: 22.0 + sugarcane: 10.0 + diamondsword: 420.0 + goldboots: 6.0 + sponge: 80.0 + stonesword: 2.5 + coal: 15.0 + goldaxe: 6.0 + bone: 2.0 + diamond: 200.0 + glass: 3.00 + goldspade: 6.0 + lapisblock: 950.0 + lavabucket: 40.0 + wheat: 9.0 + ladder: 0.5 + sugarcaneblock: 15.0 + bowl: 0.50 + chainmailchestplate: 40.0 + diamondboots: 850.0 + lapisore: 100.0 + lava: 25.0 + milkbucket: 40.0 + redstone: 32.0 + greenrecord: 100.0 + inksack: 10.0 + glowstonedust: 10.0 + book: 45.0 + bow: 15.0 + ironboots: 22.0 + step: 1.5 + sugar: 10.0 diff --git a/src/plugins/EssentialsX-2.20.1.jar b/src/plugins/EssentialsX-2.20.1.jar new file mode 100644 index 0000000..df158f5 --- /dev/null +++ b/src/plugins/EssentialsX-2.20.1.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:802ea30bda460ca4597e818925816933c123b08d8126a814fac28d03a61bf542 +size 3070345 diff --git a/src/plugins/OpenInv 1 5 2.jar b/src/plugins/OpenInv 1 5 2.jar new file mode 100644 index 0000000..a62120c --- /dev/null +++ b/src/plugins/OpenInv 1 5 2.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb7cadf0fc07096f6346ca6c029786af0592c79f778574cfff250a53e1892b52 +size 262379 diff --git a/src/plugins/OpenInv/config.yml b/src/plugins/OpenInv/config.yml new file mode 100644 index 0000000..a69d6d6 --- /dev/null +++ b/src/plugins/OpenInv/config.yml @@ -0,0 +1,11 @@ +config-version: 8 +settings: + equal-access: allow + command: + open: + no-args-opens-self: false + searchcontainer: + max-radius: 10 + disable-offline-access: false + disable-saving: false + console-locale: 'en' diff --git a/src/plugins/OpenInv/locale/en.yml b/src/plugins/OpenInv/locale/en.yml new file mode 100644 index 0000000..0e2b4f5 --- /dev/null +++ b/src/plugins/OpenInv/locale/en.yml @@ -0,0 +1,34 @@ +messages: + error: + consoleUnsupported: You cannot use this command from console. + lootNotGenerated: '&cLoot not generated! Please disable &b/silentcontainer&c.' + invalidMaterial: '&cInvalid material: "%target%"' + invalidNumber: '&cInvalid number: "%target%"' + invalidPlayer: '&cPlayer not found!' + permissionOpenSelf: '&cYou''re not allowed to open your own inventory.' + permissionOpenOther: '&cYou''re not allowed to access others'' inventories.' + permissionExempt: '&c%target%''s inventory is protected.' + permissionCrossWorld: '&c%target% is not in your world.' + permissionPlayerOnline: '&cYou''re not allowed to open inventories of online players.' + permissionPlayerOffline: '&cYou''re not allowed to open inventories of offline + players.' + commandException: '&cAn error occurred. Please check console for details.' + info: + containerBlocked: You are opening a blocked container. + containerBlockedSilent: You are opening a blocked container silently. + containerSilent: You are opening a container silently. + clear: + inventory: Cleared %target%'s inventory. + enderchest: Cleared %target%'s ender chest. + settingState: '%setting%: %state%' + player: + noMatches: No players found with %target%. + matches: 'Players holding %target%: %detail%' + container: + noMatches: No containers found with %target%. + matches: 'Containers holding %target%: %detail%' + 'on': 'on' + 'off': 'off' +container: + player: '%player%''s Inventory' + enderchest: '%player%''s Ender Chest' diff --git a/src/plugins/SuperVanish-6.2.20.jar b/src/plugins/SuperVanish-6.2.20.jar new file mode 100644 index 0000000..0c9e796 --- /dev/null +++ b/src/plugins/SuperVanish-6.2.20.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc826f763242984c0fe680f10764b33d1d026d7554493dc975e27e2ab7dae66c +size 181215 diff --git a/src/plugins/SuperVanish/config.yml b/src/plugins/SuperVanish/config.yml new file mode 100644 index 0000000..371e3d4 --- /dev/null +++ b/src/plugins/SuperVanish/config.yml @@ -0,0 +1,193 @@ +# SuperVanish v6.2.20 - Configuration + +############# Invisibility Features ############## +InvisibilityFeatures: + # Should invisible players get night vision? + NightVisionEffect: true + # Should SV disable damage for invisible players? + DisableDamage: true + # Should SV disable hunger for invisible players? + DisableHunger: true + # Should SV prevent mobs from targeting invisible players? + DisableMobTarget: true + # Should invisible players open chests and shulker boxes without the animation and sound? + # This makes them go into spectator mode temporarily. It's better to only give access to this feature + # to staff members since a server crash can cause players to stay in spectator mode. + # Permission: sv.silentchest + OpenChestsSilently: true + # Should invisible players not be able to trigger pressure plates and tripwire? + # If this feature is enabled invisible players can't trigger pressure plates and tripwire. + DisablePressurePlates: true + # Should invisible players not be able to push other players or be able to be pushed? + # WARNING: Uses the scoreboard and may conflict with other plugins! + DisablePush: false + # Should vanished players pick up items by default? This can be changed individually with /sv tipu + DefaultPickUpItemsOption: false + # Should SV modify tablist packets to prevent the server from leaking who is online? + # This currently only works on versions below 1.19 + ModifyTablistPackets: true + # Should SV modify tab complete packets to prevent minecraft commands from leaking who is online? + ModifyTabCompletePackets: true + # Should vanished players be unable to trigger the vibration of a sculk sensor? + PreventSculkSensorActivation: true + # Should vanished players be unable to break turtle eggs? + PreventTurtleEggBreaking: true + # Should vanished players not activate the tipping effect on dripleaves? + DisableDripLeaf: true + # Should vanished players be unable to trigger raids? + PreventRaidTriggering: true + # Should vanished players be unable to make mobs spawn? (paper only) + PreventMobSpawning: true + + Fly: + # Should invisible players be able to fly even if they aren't in creative/spectator mode? + Enable: true + # Should invisible players WITHOUT the permission 'sv.keepfly' lose the ability to fly on reappear? + DisableOnReappear: true + +############# Vanish State Features ############## +VanishStateFeatures: + # Should players with the permission 'sv.joinvanished' join vanished all the time? + # Doesn't work if you use GroupManager for permissions + AutoVanishOnJoin: false + # Should invisible players reappear automatically when they change their world? + ReappearOnWorldChange: false + # Should invisible players reappear automatically when they leave the server? + ReappearOnQuit: false + # Should invisible players reappear automatically + # when they change their world and don't have the permission 'sv.use' anymore? + CheckPermissionOnWorldChange: false + # Should invisible players reappear automatically + # when they leave the server and don't have the permission 'sv.use' anymore? + CheckPermissionOnQuit: false + # Should invisible players reappear automatically + # when they join the server and don't have the permission 'sv.use' anymore? + # Doesn't work if you use GroupManager for permissions + CheckPermissionOnLogin: false + +############## Indication Features ############### +IndicationFeatures: + LayeredPermissions: + # Should players with the permission 'sv.see' be able to see invisible players in the tablist & in-game? + EnableSeePermission: true + # Should sv.use and sv.see be layered? => sv.use.levelX, sv.see.levelX + # Players can see a vanished player if their see level is higher or equal to the other player's use level + # Note: You have to rejoin for changes to take effect if you changed those permissions while being online + LayeredSeeAndUsePermissions: false + # What should be the highest level for both permissions? + # Lower amounts might improve performance with more players since they reduce the amount of permission checks + MaxLevel: 100 + # Should vanished players show up dark gray in the tablist and should only their head be visible? + # Only players who are allowed to see the player will see this effect; this helps other staff with + # differentiating them from players they should talk to; Requires ProtocolLib + # This currently only works on versions below 1.19 + MarkVanishedPlayersAsSpectators: true + +################ Message Options ################# +MessageOptions: + + FakeJoinQuitMessages: + # Should SV broadcast any kind of announcement (fake quit or player vanished) when a player vanishes? + # You can change the messages in the messages.yml file. + BroadcastFakeQuitOnVanish: true + # Should SV broadcast any kind of announcement (fake join or player reappeared) when a player reappears? + # You can change the messages in the messages.yml file. + BroadcastFakeJoinOnReappear: true + # Should players with the permission 'sv.see' get an admin announcement instead of a fake join/quit message? + # You can change the messages in the messages.yml file. + AnnounceVanishReappearToAdmins: true + # Should there only be admin announcements and no fake join/quit messages? + SendMessageOnlyToAdmins: false + # Should there only be fake join/quit messages and no admin announcements? + SendMessageOnlyToUsers: false + + # Should SV hide the real join/leave messages of invisible players? + HideRealJoinQuitMessages: true + # Should SV hide the advancement messages of invisible players (only send it to the player)? (paper only) + HideAdvancementMessages: true + # Should SV hide leave messages for invisible players if 'VanishStateFeatures->ReappearOnQuit' is turned on? + # Overrides 'HideRealJoinQuitMessages' + ReappearOnQuitHideLeaveMsg: true + # If the setting above is turned on, should players with the permission 'sv.see' get + # a message when an invisible player joins/quits? + AnnounceRealJoinQuitToAdmins: true + # If the setting above is turned on, should players with the permission 'sv.see' get + # a message when an invisible player dies? + AnnounceDeathToAdmins: true + # Should SV remind players who join the server vanished of being invisible (in chat)? + # You can change the message in the messages.yml file. + RemindVanishedOnJoin: true + # Should invisible players have an action bar which tells them that they're invisible? + # You can change the action bar in the messages.yml file. + DisplayActionBar: true + +############## Restrictive Options ############### +RestrictiveOptions: + # Should invisible players not be able to break blocks? + # Bypass permission: sv.breakblocks + PreventBlockBreaking: false + # Should invisible players not be able to place blocks? + # Bypass permission: sv.placeblocks + PreventBlockPlacing: false + # Should invisible players not be able to damage players or mobs? + # Bypass permission: sv.damage + PreventHittingEntities: false + +############# External Invisibility ############## +ExternalInvisibility: + + ServerList: + # Should this plugin adjust the amount of players in the serverlist? (-1 per invisible player) + AdjustAmountOfOnlinePlayers: true + # Should this plugin hide invisible players in the list of logged in players? + # You can view this list when your mouse hovers over the amount of online players. + AdjustListOfLoggedInPlayers: true + +################## Hook Options ################## +HookOptions: + # Should SV hide invisible players in /who, /list, /online, /near, etc? + # Note: Players with the permission essentials.vanish.interact can still see invisible players in these commands + # Important: You have to reload both SV and Essentials if you change this setting (reload SV first) + EnableEssentialsHook: true + # Should SV hide invisible players on your dynamic map and broadcast join/leave messages if you use Dynmap? + EnableDynmapHook: true + # Should SV send fake join/leave messages in dynmap's web-chat? + # You can configure the join/leave messages in the messages.yml file + DynmapSendJoinLeaveMessages: true + # Should SV hook into TrailGUI and disable trails while you're vanished? + EnableTrailGUIHook: true + # Should SV hook into PlaceholderAPI and add new placeholders to SV + register its own ones for other plugins? + # Own ones: isvanished, vanishedplayers, playercount + # Format: %supervanish_% + EnablePlaceholderAPIHook: true + # Should SV hook into MVdWPlaceholderAPI and add new placeholders to SV + register its own ones for other + # plugins? + # Own ones: isvanished, vanishedplayers, playercount + # Format: {supervanish_} + EnableMVdWPlaceholderAPIHook: true + # Should SV stop NPCs from greeting or talking about hidden players? + EnableCitizensHook: true + +############# Compatibility Options ############## +CompatibilityOptions: + # This section is for advanced users only! + # The event priority which SuperVanish should use for the specific event. + # Allowed values are LOWEST, LOW, NORMAL, HIGH, HIGHEST and MONITOR + # Higher priorities might override other plugins while lower ones might not + + # The priority for removing the join message + PlayerJoinEventPriority: HIGH # <- keep HIGH if you use Essentials to modify join/quit messages !! + # The priority for removing the quit message + PlayerQuitEventPriority: HIGH + +############# Miscellaneous Options ############## +MiscellaneousOptions: + + UpdateChecker: + # Should SV check for updates on spigot regularly? There is no automatic update; this just informs you + Enable: true + # Should players with the permission 'sv.notify' get notified if the current version of SV is outdated? + NotifyAdmins: true + +################# Do Not Touch ################### +ConfigVersion: 6.2.20 \ No newline at end of file diff --git a/src/plugins/SuperVanish/data.yml b/src/plugins/SuperVanish/data.yml new file mode 100644 index 0000000..b022cc0 --- /dev/null +++ b/src/plugins/SuperVanish/data.yml @@ -0,0 +1,7 @@ +# SuperVanish v6.2.20 - Data file + +InvisiblePlayers: [] +PlayerData: + 8490b151-4c5c-3c2f-a43f-5a1718ebce75: + information: + name: mylovelyapathy diff --git a/src/plugins/SuperVanish/messages.yml b/src/plugins/SuperVanish/messages.yml new file mode 100644 index 0000000..7fb60f0 --- /dev/null +++ b/src/plugins/SuperVanish/messages.yml @@ -0,0 +1,78 @@ +# SuperVanish v6.2.20 - Messages +# +# Information: +# <..> means that .. is required; [..] means that .. is optional and can be left out; | inside [] or <> stands for 'OR' +# You can use the & character for color codes; Example: '&cThe color of this text would be red!' +# You can use #XXXXXX for HEX color codes. Example: '#663EF6This text would be purple!' +# You can use %p% to get the player's name; Example: '&4&l%p%, you aren't allowed to execute this command!' +# You can use %other% to get the name of the target or cause +# You can use %d% to get the player's display name; if you use Essentials then the display name contains the prefix too +# You can use %tab% to get the player's name in the player list (TAB) +# You can use %prefix% to get the player's prefix (Requires Vault) +# You can use %suffix% to get the player's suffix (Requires Vault) +# You can use %group% to get the player's group (Requires Vault) +# You can use %nick% to get the player's nickname (Requires Essentials) +# Some messages allow different, unique variables too +# +# NOTE: You can get WAY more placeholders by installing PlaceholderAPI or MVdWPlaceholderAPI +# +# Empty messages will not be sent +# Using \n starts a new line +# +# Important: +# You must double single quotes if you want to use them inside a message. +# You must NOT use any tab characters inside this file (indent key) otherwise YAML will spam your console with errors! +# !! If there are errors in the console after editing this file paste it into an online YAML parser to see if +# there are any YAML syntax errors !! +Messages: + NoPermission: '&4Denied access! You are not allowed to do this.' + InvalidUsage: '&cInvalid usage, you can use &6/sv help&c for a list of commands.' + VanishMessage: '&e%p% left the game' + ReappearMessage: '&e%p% joined the game' + VanishMessageWithPermission: '&a[SV] %p% vanished.' + ReappearMessageWithPermission: '&a[SV] %p% reappeared.' + OnVanish: '&aYou are now invisible!' + OnReappear: '&aYou are no longer invisible!' + OnVanishCausedByOtherPlayer: '&a%other% hid you, you are now invisible!' + OnReappearCausedByOtherPlayer: '&a%other% showed you, you are now visible!' + AlreadyVanishedError: '&cYou are already invisible!' + NotVanishedError: '&cYou are not invisible!' + SilentJoinMessageForAdmins: '&a[SV] %p% joined silently.' + SilentQuitMessageForAdmins: '&a[SV] %p% left silently.' + SilentDeathMessage: '&a[SV] %deathmsg%' + RemindingMessage: '&aYou are still invisible!' + ListMessagePrefix: '&aInvisible Players:&f %l' + ActionBarMessage: '&aYou are invisible to other players!' + HideOtherMessage: '&aPlayer &e%other%&a is now invisible!' + ShowOtherMessage: '&aPlayer &e%other%&a is now visible!' + CannotHideOtherPlayer: '&cYou''re not allowed to change %other%''s visibility!' + AlreadyInvisibleMessage: '&cPlayer &e%other%&c is already invisible!' + AlreadyVisibleMessage: '&cPlayer &e%other%&c is already visible!' + PluginReloaded: '&aSuccessfully reloaded SuperVanish (%time%ms)!' + InvalidSender: '&cYou must be a player to execute this command!' + PlayerNotOnline: '&cThat player is not online!' + PlayerNonExistent: '&cThat player doesn''t exist!' + ToggledPickingUpItemsOn: '&ePicking up items is now turned &aON&e.' + ToggledPickingUpItemsOff: '&ePicking up items is now turned &cOFF&e.' + UpdateWarning: '&cWarning! Recreating %updates% resets %changes%. Please use &e/sv recreatefiles confirm&c if you''d like to continue.' + RecreatedConfig: '&aSuccessfully recreated %updates%! Please check %changes%.' + NoConfigUpdateAvailable: '&eYour SuperVanish-files are up to date!' + RecreationRequiredMsg: '&c[SV] Your SuperVanish-files are not up to date, you can use &e/sv recreatefiles&c to recreate them + or use /sv recreatefiles dismiss to dismiss this message. + Recreating SuperVanish''s files gives you access to newer settings and features of the plugin.' + DismissedRecreationWarning: '&eYou are no longer receiving notifications about this recreation.' + UndismissedRecreationWarning: '&eYou are now receiving notifications about this recreation.' + PrintedStacktrace: '&eSuccessfully created a stacktrace, see console!' + EntityHitDenied: '&c[SV] You can''t hit players or mobs in vanish!' + BlockPlaceDenied: '&c[SV] You can''t place blocks in vanish!' + BlockBreakDenied: '&c[SV] You can''t break blocks in vanish!' + PluginOutdated: '&c[SV] Your current version of SuperVanish is outdated. New version: ''%new%''; Currently: ''%current%''' + DynmapFakeJoin: '%d% joined' + DynmapFakeQuit: '%d% quit' + HelpHeader: "&a<---------------&e SuperVanish-Help &a--------------->" + HelpFormat: "&6%usage% &7- &b%description% &c(%permission%)" + PlaceholderIsVanishedYes: "Yes" + PlaceholderIsVanishedNo: "No" + PlaceholderVanishPrefix: '&a[V] &r' + PlaceholderVanishSuffix: ' &r&a[V]' +MessagesVersion: 6.2.20 -- 2.45.2 From 054affa3198411aa58406f82c03558253f5d805b Mon Sep 17 00:00:00 2001 From: apathy Date: Tue, 8 Jul 2025 21:02:08 +0300 Subject: [PATCH 2/5] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BB=20=D0=BB?= =?UTF-8?q?=D0=B8=D1=88=D0=BD=D0=B8=D0=B9=20=D0=BC=D0=BE=D0=B4=20Essential?= =?UTF-8?q?sX?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/Essentials/config.yml | 1187 - src/plugins/Essentials/custom_items.yml | 7 - src/plugins/Essentials/items.json | 43100 --------------------- src/plugins/Essentials/kits.yml | 46 - src/plugins/Essentials/motd.txt | 4 - src/plugins/Essentials/tpr.yml | 16 - src/plugins/Essentials/upgrades-done.yml | 13 - src/plugins/Essentials/worth.yml | 187 - src/plugins/EssentialsX-2.20.1.jar | 3 - 9 files changed, 44563 deletions(-) delete mode 100644 src/plugins/Essentials/config.yml delete mode 100644 src/plugins/Essentials/custom_items.yml delete mode 100644 src/plugins/Essentials/items.json delete mode 100644 src/plugins/Essentials/kits.yml delete mode 100644 src/plugins/Essentials/motd.txt delete mode 100644 src/plugins/Essentials/tpr.yml delete mode 100644 src/plugins/Essentials/upgrades-done.yml delete mode 100644 src/plugins/Essentials/worth.yml delete mode 100644 src/plugins/EssentialsX-2.20.1.jar diff --git a/src/plugins/Essentials/config.yml b/src/plugins/Essentials/config.yml deleted file mode 100644 index 542d862..0000000 --- a/src/plugins/Essentials/config.yml +++ /dev/null @@ -1,1187 +0,0 @@ -############################################################ -# +------------------------------------------------------+ # -# | Notes | # -# +------------------------------------------------------+ # -############################################################ - -# This is the config file for EssentialsX. -# This config was generated for version 2.20.1. - -# 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 -# - Indents are correct: YAML hierarchy is based entirely on indentation -# - 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 need help, you can join the EssentialsX community: https://essentialsx.net/community.html - -############################################################ -# +------------------------------------------------------+ # -# | Essentials (Global) | # -# +------------------------------------------------------+ # -############################################################ - -# A color code between 0-9 or a-f. Set to 'none' to disable. -# In 1.16+ you can use hex color codes here as well. (For example, #613e1d is brown). -ops-name-color: '4' - -# The character(s) to prefix all nicknames, so that you know they are not true usernames. -# Users with essentials.nick.hideprefix will not be prefixed with the character(s) -nickname-prefix: '~' - -# The maximum length allowed in nicknames. The nickname prefix is not 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 - -# This option will cause Essentials to show players' displaynames instead of usernames when tab completing Essentials commands. -change-tab-complete-name: false - -# When this option is enabled, the (tab) player list will be updated with the displayname. -# The value of change-displayname (above) has to be true. -#change-playerlist: true - -# When EssentialsChat.jar isn't used, force essentials to add the prefix and suffix from permission plugins to displayname. -# This setting is ignored if EssentialsChat.jar is used, and defaults to 'true'. -# The value of change-displayname (above) has to be true. -# 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 is teleporting to an unsafe location in creative, adventure, or god mode; they will not be teleported to a -# safe location. If you'd like players to be teleported to a safe location all of the time, set this option to true. -force-safe-teleport-location: 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 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: - -# Set this to true if you want permission based item spawn rules. -# Note: The blacklist above will be ignored then. -# Example permissions (these go in your permissions manager): -# - essentials.itemspawn.item-all -# - essentials.itemspawn.item-[itemname] -# - essentials.itemspawn.item-[itemid] -# - essentials.give.item-all -# - essentials.give.item-[itemname] -# - essentials.give.item-[itemid] -# - essentials.unlimited.item-all -# - essentials.unlimited.item-[itemname] -# - essentials.unlimited.item-[itemid] -# - essentials.unlimited.item-bucket # Unlimited liquid placing -# -# For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#Item.2FGive -permission-based-item-spawn: false - -# Mob limit on the /spawnmob command per execution. -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. -# Commands in this list, will tell Essentials to 'not give up' the command to other plugins. -# In this state, which plugin 'wins' appears to be almost random. -# -# If you have two plugin with the same command and you wish to force Essentials to take over, you need an alias. -# To force essentials to take 'god' alias 'god' to 'egod'. -# See https://bukkit.fandom.com/wiki/Commands.yml#aliases for more information. - -overridden-commands: -# - god -# - info - -# Disabling commands here will prevent Essentials handling the command, this will not affect command conflicts. -# You should not have to disable commands used in other plugins, they will automatically get priority. -# See https://bukkit.fandom.com/wiki/Commands.yml#aliases to map commands to other plugins. -disabled-commands: -# - nick -# - clear - -# Whether or not Essentials should show detailed command usages. -# If set to false, Essentials will collapse all usages in to one single usage message. -verbose-command-usages: true - -# These commands will be shown to players with socialSpy enabled. -# You can add commands from other plugins you may want to track or -# remove commands that are used for something you dont want to spy on. -# Set - '*' in order to listen on all possible commands. -socialspy-commands: - - msg - - w - - r - - mail - - m - - t - - whisper - - emsg - - tell - - er - - reply - - ereply - - email - - action - - describe - - eme - - eaction - - edescribe - - etell - - 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 - -# Whether social spy should spy on private messages or just the commands from the list above. -# If false, social spy will only monitor commands from the list above. -socialspy-messages: 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 - - back - - back.ondeath - - balance - - balance.others - - balancetop - - build - - chat.color - - chat.format - - chat.shout - - chat.question - - clearinventory - - compass - - depth - - delhome - - getpos - - geoip.show - - help - - helpop - - home - - home.others - - ignore - - info - - itemdb - - kit - - kits.tools - - list - - mail - - mail.send - - me - - motd - - msg - - msg.color - - nick - - near - - pay - - ping - - protect - - r - - rules - - renamehome - - realname - - seen - - sell - - sethome - - setxmpp - - signs.create.protection - - signs.create.trade - - signs.break.protection - - signs.break.trade - - signs.use.balance - - signs.use.buy - - signs.use.disposal - - signs.use.enchant - - signs.use.free - - signs.use.gamemode - - signs.use.heal - - signs.use.info - - signs.use.kit - - signs.use.mail - - signs.use.protection - - signs.use.repair - - signs.use.sell - - signs.use.time - - signs.use.trade - - signs.use.warp - - signs.use.weather - - spawn - - suicide - - time - - tpa - - tpaccept - - tpahere - - tpdeny - - warp - - warp.list - - world - - worth - - xmpp - -# 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 - -# When enabled, armor from kits will automatically be equipped as long as the player's armor slots are empty. -kit-auto-equip: 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. -# Default is false. -pastebin-createkit: false - -# Determines if /createkit will generate kits using NBT item serialization. -# If this is true, /createkit will store items as NBT; otherwise, it will use Essentials' human-readable item format. -# By using NBT serialization, /createkit can store items with complex metadata such as shulker boxes and weapons with custom attributes. -# WARNING: This option only works on 1.15.2+ Paper servers, and it will bypass any custom serializers from other plugins such as Magic. -# WARNING: When creating kits via /createkit with this option enabled, you will not be able to downgrade your server with these kit items. -# This option only affects /createkit - you can still create kits by hand in `kits.yml` using Essentials' human-readable item format. -# Default is false. -use-nbt-serialization-in-createkit: false - -# Essentials Sign Control -# See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these. -# To enable signs, remove # symbol. To disable all signs, comment/remove each sign. -# Essentials colored sign support will be enabled when any sign types are enabled. -# Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given. - -enabledSigns: - #- color - #- balance - #- buy - #- sell - #- trade - #- free - #- warp - #- kit - #- mail - #- enchant - #- gamemode - #- heal - #- info - #- spawnmob - #- repair - #- time - #- weather - #- anvil - #- cartography - #- disposal - #- grindstone - #- loom - #- smithing - #- workbench - -# How many times per second can Essentials signs be interacted with per player. -# Values should be between 1-20, 20 being virtually no lag protection. -# 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: false - -# 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 custom batch/bash command at a specified interval. -# The server will save the world before executing the backup command, and disable -# saving during the backup to prevent world corruption or other conflicts. -# Backups can also be triggered manually with /backup. -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. - # The example command below utilizes rdiff-backup: https://rdiff-backup.net/ - #command: 'rdiff-backup World1 backups/World1' - -# Set this true to enable permission per warp. -per-warp-permission: false - -# Sort output of /list command by groups. -# You can hide and merge the groups displayed in /list by defining the desired behaviour here. -# Detailed instructions and examples can be found on the wiki: http://wiki.ess3.net/wiki/List -list: - # To merge groups, list the groups you wish to merge - #Staff: owner admin moderator - Admins: owner admin - # To limit groups, set a max user limit - #builder: 20 - # To hide groups, set the group as hidden - #default: hidden - # 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 - -# Set the locale for all messages. -# If you don't set this, the default locale of the server will be used. -# For example, to set language to English, set locale to en, to use the file "messages_en.properties". -# Don't forget to remove the # in front of the line. -# For more information, visit http://wiki.ess3.net/wiki/Locale -#locale: en - -# Turn off god mode when people leave the server. -remove-god-on-disconnect: false - -# Auto-AFK -# After this timeout in seconds, the user will be set as AFK. -# This feature requires the player to have essentials.afk.auto node. -# Set to -1 for no timeout. -auto-afk: 300 - -# Auto-AFK Kick -# After this timeout in seconds, the user will be kicked from the server. -# essentials.afk.kickexempt node overrides this feature. -# Set to -1 for no timeout. -auto-afk-kick: -1 - -# Set this to true, if you want to freeze the player, if the player is AFK. -# Other players or monsters can't push the player out of AFK mode then. -# This will also enable temporary god mode for the AFK player. -# The player has to use the command /afk to leave the AFK mode. -freeze-afk-players: false - -# When the player is AFK, should he be able to pickup items? -# Enable this, when you don't want people idling in mob traps. -disable-item-pickup-while-afk: false - -# This setting controls if a player is marked as active on interaction. -# When this setting is false, the player would need to manually un-AFK using the /afk command. -cancel-afk-on-interact: true - -# Should we automatically remove afk status when a player moves? -# Player will be removed from AFK on chat/command regardless of this setting. -# Disable this to reduce server lag. -cancel-afk-on-move: true - -# Should we automatically remove afk status when a player sends a chat message? -cancel-afk-on-chat: 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 - -# Should vanished players be ignored when other players are trying to sleep? -# When this setting is false, player's won't be able to skip the night if vanished players are not sleeping. -# Users with the permission node essentials.sleepingignored will always be ignored. -sleep-ignores-vanished-player: 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 - -# How should essentials handle players with the essentials.keepinv permission who have items with -# curse of vanishing when they die? -# You can set this to "keep" (to keep the item), "drop" (to drop the item), or "delete" (to delete the item). -# Defaults to "keep" -vanishing-items-policy: keep - -# How should essentials handle players with the essentials.keepinv permission who have items with -# curse of binding when they die? -# You can set this to "keep" (to keep the item), "drop" (to drop the item), or "delete" (to delete the item). -# Defaults to "keep" -binding-items-policy: keep - -# 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 custom join and quit messages here. Set this to "none" to use the default Minecraft message, -# or set this to "" to hide the message entirely. - -# Available placeholders: -# {PLAYER} - The player's displayname. -# {USERNAME} - The player's username. -# {PREFIX} - The player's prefix. -# {SUFFIX} - The player's suffix. -# {ONLINE} - The number of players online. -# {UNIQUE} - The number of unique players to join the server. -# {UPTIME} - The amount of time the server has been online. -custom-join-message: "none" -custom-quit-message: "none" - -# You can set a custom join message for users who join with a new username here. -# This message will only be used if a user has joined before and have since changed their username. -# This will be displayed INSTEAD OF custom-join-message, so if you intend to keep them similar, make sure they match. -# Set this to "none" to use the the "custom-join-message" above for every join. - -# Available placeholders: -# {PLAYER} - The player's displayname. -# {USERNAME} - The player's username. -# {OLDUSERNAME} - The player's old username. -# {PREFIX} - The player's prefix. -# {SUFFIX} - The player's suffix. -# {ONLINE} - The number of players online. -# {UNIQUE} - The number of unique players to join the server. -# {UPTIME} - The amount of time the server has been online. -custom-new-username-message: "none" - -# Should Essentials override the vanilla "Server Full" message with its own from the language file? -# Set to false to keep the vanilla message. -use-custom-server-full-message: true - -# You can disable join and quit messages when the player count reaches a certain limit. -# When the player count is below this number, join/quit messages will always be shown. -# Set this to -1 to always show join and quit messages regardless of player count. -hide-join-quit-messages-above: -1 - -# Add worlds to this list, if you want to automatically disable god mode there. -no-god-in-worlds: -# - world_nether - -# Set to true to enable per-world permissions for teleporting between worlds with essentials commands. -# This applies to /world, /back, /tp[a|o][here|all], but not warps. -# Give someone permission to teleport to a world with essentials.worlds. -# This does not affect the /home command, there is a separate toggle below for this. -world-teleport-permissions: false - -# The number of items given if the quantity parameter is left out in /item or /give. -# If this number is below 1, the maximum stack size size is given. If over-sized stacks. -# are not enabled, any number higher than the maximum stack size results in more than one stack. -default-stack-size: -1 - -# Over-sized stacks are stacks that ignore the normal max stack size. -# They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission. -# How many items should be in an over-sized stack? -oversized-stacksize: 64 - -# Allow repair of enchanted weapons and armor. -# If you set this to false, you can still allow it for certain players using the permission. -# essentials.repair.enchanted -repair-enchanted: true - -# Allow 'unsafe' enchantments in kits and item spawning. -# Warning: Mixing and overleveling some enchantments can cause issues with clients, servers and plugins. -unsafe-enchantments: false - -# The maximum range from the player that the /tree and /bigtree commands can spawn trees. -tree-command-range-limit: 300 - -#Do you want Essentials to keep track of previous location for /back in the teleport listener? -#If you set this to true any plugin that uses teleport will have the previous location registered. -register-back-in-listener: false - -#Delay to wait before people can cause attack damage after logging in. -login-attack-delay: 5 - -#Set the max fly speed, values range from 0.1 to 1.0 -max-fly-speed: 0.8 - -#Set the max walk speed, values range from 0.1 to 1.0 -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 - -# Changes the default /reply functionality. -# If true, /reply will not check if the person you're replying to has vanished. -# If false, players will not be able to /reply to players who they can no longer see due to vanish. -last-message-reply-vanished: false - -# 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 - -# Allow selling of items with custom names with the /sell command. -# This may be useful to prevent players accidentally selling named items. -allow-selling-named-items: false - -# Delay for the MOTD display for players on join, in milliseconds. -# This has no effect if the MOTD command or permission are disabled. -# This can also be set to -1 to completely disable the join MOTD all together. -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 - -# Where should Essentials teleport players when they are freed from jail? -# You can set to "back" to have them teleported to where they were before they were jailed, "spawn" to have them -# teleport to spawn, or "off" to not have them teleport. -teleport-when-freed: back - -# Whether or not jail time should only be counted while the user is online. -# If true, a jailed player's time will only decrement when they are online. -jail-online-time: false - -# 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 - -# The maximum number of simultaneous tpa requests that can be pending for any player. -# Once past this threshold, old requests will instantly time out. -# Defaults to 5. -tpa-max-requests: 5 - -# 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 - -# Should EssentialsX check for updates? -# If set to true, EssentialsX will show notifications when a new version is available. -# This uses the public GitHub API and no identifying information is sent or stored. -update-check: true - -############################################################ -# +------------------------------------------------------+ # -# | Homes | # -# +------------------------------------------------------+ # -############################################################ - -# Allows people to set their bed during the day. -# This setting has no effect in Minecraft 1.15+, as Minecraft will always allow the player to set their bed location 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 command only. -# Give someone permission to teleport to a world with essentials.worlds. -world-home-permissions: false - -# Allow players to have multiple homes. -# Players need essentials.sethome.multiple before they can have more than 1 home. -# You can set the default number of multiple homes using the 'default' rank below. -# To remove the home limit entirely, give people 'essentials.sethome.multiple.unlimited'. -# To grant different home amounts to different people, you need to define a 'home-rank' below. -# Create the 'home-rank' below, and give the matching permission: essentials.sethome.multiple. -# For more information, visit http://wiki.ess3.net/wiki/Multihome -sethome-multiple: - default: 3 - vip: 5 - staff: 10 - -# 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. - -# 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 - -# Should players be asked to provide confirmation for homes which they attempt to overwrite? -confirm-home-overwrite: false - -############################################################ -# +------------------------------------------------------+ # -# | 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 - -# 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: - # /example costs $1000 PER USE - #example: 1000 - # /kit tools costs $1500 PER USE - #kit-tools: 1500 - -# Set this to a currency symbol you want to use. -# Remember, if you want to use special characters in this document, -# 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 - -# Set the minimum amount of money a player can have (must be above the negative of max-money). -# Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0. -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 - -# Whether or not users with a balance less than or equal to $0 should be shown in balance-top. -# Setting to false will not show people with balances <= 0 in balance-top. -# NOTE: After reloading the config, you must also run '/baltop force' for this to appear -show-zero-baltop: true - -# 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 - -############################################################ -# +------------------------------------------------------+ # -# | Help | # -# +------------------------------------------------------+ # -############################################################ - -# Show other plugins commands in help. -non-ess-in-help: true - -# Hide plugins which do not give a permission. -# You can override a true value here for a single plugin by adding a permission to a user/group. -# The individual permission is: essentials.help., anyone with essentials.* or '*' will see all help regardless. -# You can use negative permissions to remove access to just a single plugins help if the following is enabled. -hide-permissionless-help: true - -############################################################ -# +------------------------------------------------------+ # -# | EssentialsX Chat | # -# +------------------------------------------------------+ # -############################################################ - -# You need to install EssentialsX Chat for this section to work. -# See https://essentialsx.net/wiki/Module-Breakdown.html for more information. - -chat: - - # 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 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. - # Or you can give a group specific chat format, to give some extra variation. - # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting - # Note: Using the {PREFIX} and {SUFFIX} placeholders along with {DISPLAYNAME} may cause double prefixes/suffixes to be shown in chat unless add-prefix-suffix is uncommented and set to false. - - # Available placeholders: - # {MESSAGE} - The content of the chat message. - # {USERNAME} - The sender's username. - # {DISPLAYNAME} - The sender's display name. - # {NICKNAME} - The sender's Essentials nickname. If the sender has no nickname, the username is shown. - # {PREFIX} - The sender's prefix, supplied by a permissions plugin. - # {SUFFIX} - The sender's suffix, supplied by a permissions plugin. - # {GROUP} - The sender's primary group name, supplied by a permissions plugin. - # {WORLD} - The world alias of the sender's current world. See the world-aliases section below for details. - # {WORLDNAME} - The full name of the sender's current world. - # {SHORTWORLDNAME} - The first character of the sender's current world. - # {TEAMNAME} - The sender's scoreboard team name. - # {TEAMPREFIX} - The sender's scoreboard team prefix. - # {TEAMSUFFIX} - The sender's scoreboard team suffix. - - 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}' - - # 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.net/wiki/Color-Permissions.html for more information. - - # World aliases allow you to replace the world name with something different in the chat format. - # If you are using world aliases, make sure to remove the '#' at the start to allow the setting to be read. - world-aliases: - # plots: "&dP&r" - # creative: "&eC&r" - - # Whether players should be placed into shout mode by default. - shout-default: false - - # Whether a player's shout mode should persist restarts. - persist-shout: false - - # Whether chat questions should be enabled or not. - question-enabled: true - -############################################################ -# +------------------------------------------------------+ # -# | EssentialsX Protect | # -# +------------------------------------------------------+ # -############################################################ - -# You need to install EssentialsX Protect for this section to work. -# See https://essentialsx.net/wiki/Module-Breakdown.html for more information. - -protect: - - # General physics/behavior modifications. Set these to true to disable behaviours. - prevent: - lava-flow: false - water-flow: false - water-bucket-flow: false - fire-spread: true - lava-fire-spread: true - lava-itemdamage: false - flint-fire: false - lightning-fire-spread: true - portal-creation: false - tnt-explosion: false - tnt-playerdamage: false - tnt-itemdamage: false - tnt-minecart-explosion: false - tnt-minecart-playerdamage: false - tnt-minecart-itemdamage: false - fireball-explosion: false - fireball-fire: false - fireball-playerdamage: false - fireball-itemdamage: false - witherskull-explosion: false - witherskull-playerdamage: false - witherskull-itemdamage: false - wither-spawnexplosion: false - wither-blockreplace: false - creeper-explosion: false - creeper-playerdamage: false - creeper-itemdamage: false - creeper-blockdamage: false - ender-crystal-explosion: false - enderdragon-blockdamage: true - enderman-pickup: false - villager-death: false - bed-explosion: false - respawn-anchor-explosion: false - # Monsters won't follow players. - # permission essentials.protect.entitytarget.bypass disables this. - entitytarget: false - # 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 - spider: false - giant: false - zombie: false - slime: false - ghast: false - pig_zombie: false - enderman: false - cave_spider: false - silverfish: false - blaze: false - magma_cube: false - ender_dragon: false - pig: false - sheep: false - cow: false - chicken: false - squid: false - wolf: false - mushroom_cow: false - snowman: false - ocelot: false - iron_golem: false - villager: false - wither: false - 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. - creeper: - max-height: -1 - - # Disable various default physics and behaviors. - disable: - # Should fall damage be disabled? - fall: false - - # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true. - # They will be unable to attack users without that same permission node. - pvp: false - - # Should drowning damage be disabled? - # (Split into two behaviors; generally, you want both set to the same value.) - drown: false - suffocate: false - - # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;) - lavadmg: false - - # Should arrow damage be disabled? - projectiles: false - - # This will disable damage from touching cacti. - contactdmg: false - - # Burn, baby, burn! Should fire damage be disabled? - firedmg: false - - # Should the damage after hit by a lightning be disabled? - lightning: false - - # Should Wither damage be disabled? - wither: false - - # Disable weather options? - weather: - storm: false - thunder: false - lightning: false - -############################################################ -# +------------------------------------------------------+ # -# | EssentialsX AntiBuild | # -# +------------------------------------------------------+ # -############################################################ - - # You need to install EssentialsX AntiBuild for this section to work. - # See https://essentialsx.net/wiki/Module-Breakdown.html and http://wiki.ess3.net/wiki/AntiBuild for more information. - - # 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 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 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 items at https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html. - alert: - on-placement: LAVA,TNT,LAVA_BUCKET - on-use: LAVA_BUCKET - on-break: - - blacklist: - - # Which blocks should people be prevented from placing? - placement: LAVA,TNT,LAVA_BUCKET - - # Which items should people be prevented from using? - usage: LAVA_BUCKET - - # Which blocks should people be prevented from breaking? - break: - - # Which blocks should not be moved by pistons? - piston: - - # Which blocks should not be dispensed by dispensers - dispenser: - -############################################################ -# +------------------------------------------------------+ # -# | EssentialsX Spawn + New Players | # -# +------------------------------------------------------+ # -############################################################ - -# You need to install EssentialsX Spawn for this section to work. -# See https://essentialsx.net/wiki/Module-Breakdown.html for more information. - -newbies: - # Should we announce to the server when someone logs in for the first time? - # If so, use this format, replacing {DISPLAYNAME} with the player name. - # If not, set to '' - #announce-format: '' - announce-format: '&dWelcome {DISPLAYNAME}&d to the server!' - - # When we spawn for the first time, which spawnpoint do we use? - # Set to "none" if you want to use the spawn point of the world. - spawnpoint: newbies - - # Do we want to give users anything on first join? Set to '' to disable - # This kit will be given regardless of cost and permissions, and will not trigger the kit delay. - #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. -# Note: Changes will not apply until after the server is restarted. -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. -# Note: Changes will not apply until after the server is restarted. -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 - -# When users die, should they respawn at their bed instead of the spawnpoint? -# The value of respawn-at-home (above) has to be true. -respawn-at-home-bed: true - -# When users die, should EssentialsSpawn respect users' respawn anchors? -respawn-at-anchor: 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/src/plugins/Essentials/custom_items.yml b/src/plugins/Essentials/custom_items.yml deleted file mode 100644 index dd79864..0000000 --- a/src/plugins/Essentials/custom_items.yml +++ /dev/null @@ -1,7 +0,0 @@ -# This file stores custom item aliases. -# 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 diff --git a/src/plugins/Essentials/items.json b/src/plugins/Essentials/items.json deleted file mode 100644 index b71ff56..0000000 --- a/src/plugins/Essentials/items.json +++ /dev/null @@ -1,43100 +0,0 @@ -#version: 2.20.1 -# This file is for internal EssentialsX usage. -# We recommend using custom_items.yml to add custom aliases. -{ - "acacia_boat": { - "material": "ACACIA_BOAT" - }, - "aboat": "acacia_boat", - "acaciaboat": "acacia_boat", - "acaciaraft": "acacia_boat", - "acboat": "acacia_boat", - "acraft": "acacia_boat", - "araft": "acacia_boat", - "boata": "acacia_boat", - "boatac": "acacia_boat", - "boatacacia": "acacia_boat", - "minecraft:acacia_boat": "acacia_boat", - "acacia_button": { - "material": "ACACIA_BUTTON" - }, - "abutton": "acacia_button", - "acaciabutton": "acacia_button", - "acbutton": "acacia_button", - "buttona": "acacia_button", - "buttonac": "acacia_button", - "buttonacacia": "acacia_button", - "minecraft:acacia_button": "acacia_button", - "acacia_chest_boat": { - "material": "ACACIA_CHEST_BOAT" - }, - "acaciachboat": "acacia_chest_boat", - "acaciachestboat": "acacia_chest_boat", - "acchboat": "acacia_chest_boat", - "achboat": "acacia_chest_boat", - "minecraft:acacia_chest_boat": "acacia_chest_boat", - "acacia_door": { - "material": "ACACIA_DOOR" - }, - "acaciadoor": "acacia_door", - "acdoor": "acacia_door", - "adoor": "acacia_door", - "minecraft:acacia_door": "acacia_door", - "acacia_fence": { - "material": "ACACIA_FENCE" - }, - "acaciafence": "acacia_fence", - "acfence": "acacia_fence", - "afence": "acacia_fence", - "minecraft:acacia_fence": "acacia_fence", - "acacia_fence_gate": { - "material": "ACACIA_FENCE_GATE" - }, - "acaciafencegate": "acacia_fence_gate", - "acaciagate": "acacia_fence_gate", - "acfencegate": "acacia_fence_gate", - "acgate": "acacia_fence_gate", - "afencegate": "acacia_fence_gate", - "agate": "acacia_fence_gate", - "gatea": "acacia_fence_gate", - "gateac": "acacia_fence_gate", - "gateacacia": "acacia_fence_gate", - "minecraft:acacia_fence_gate": "acacia_fence_gate", - "acacia_hanging_sign": { - "material": "ACACIA_HANGING_SIGN" - }, - "acaciahangingsign": "acacia_hanging_sign", - "acaciahangsign": "acacia_hanging_sign", - "acaciahsign": "acacia_hanging_sign", - "achangsign": "acacia_hanging_sign", - "achsign": "acacia_hanging_sign", - "ahangsign": "acacia_hanging_sign", - "ahsign": "acacia_hanging_sign", - "minecraft:acacia_hanging_sign": "acacia_hanging_sign", - "acacia_leaves": { - "material": "ACACIA_LEAVES" - }, - "acacialeaf": "acacia_leaves", - "acacialeave": "acacia_leaves", - "acacialeaves": "acacia_leaves", - "acacialogleaf": "acacia_leaves", - "acacialogleave": "acacia_leaves", - "acacialogleaves": "acacia_leaves", - "acaciatreeleaf": "acacia_leaves", - "acaciatreeleave": "acacia_leaves", - "acaciatreeleaves": "acacia_leaves", - "acaciatrunkleaf": "acacia_leaves", - "acaciatrunkleave": "acacia_leaves", - "acaciatrunkleaves": "acacia_leaves", - "acaciawoodleaf": "acacia_leaves", - "acaciawoodleave": "acacia_leaves", - "acaciawoodleaves": "acacia_leaves", - "acleaf": "acacia_leaves", - "acleave": "acacia_leaves", - "acleaves": "acacia_leaves", - "aclogleaf": "acacia_leaves", - "aclogleave": "acacia_leaves", - "aclogleaves": "acacia_leaves", - "actreeleaf": "acacia_leaves", - "actreeleave": "acacia_leaves", - "actreeleaves": "acacia_leaves", - "actrunkleaf": "acacia_leaves", - "actrunkleave": "acacia_leaves", - "actrunkleaves": "acacia_leaves", - "acwoodleaf": "acacia_leaves", - "acwoodleave": "acacia_leaves", - "acwoodleaves": "acacia_leaves", - "aleaf": "acacia_leaves", - "aleave": "acacia_leaves", - "aleaves": "acacia_leaves", - "alogleaf": "acacia_leaves", - "alogleave": "acacia_leaves", - "alogleaves": "acacia_leaves", - "atreeleaf": "acacia_leaves", - "atreeleave": "acacia_leaves", - "atreeleaves": "acacia_leaves", - "atrunkleaf": "acacia_leaves", - "atrunkleave": "acacia_leaves", - "atrunkleaves": "acacia_leaves", - "awoodleaf": "acacia_leaves", - "awoodleave": "acacia_leaves", - "awoodleaves": "acacia_leaves", - "leafa": "acacia_leaves", - "leafac": "acacia_leaves", - "leafacacia": "acacia_leaves", - "leavesa": "acacia_leaves", - "leavesac": "acacia_leaves", - "leavesacacia": "acacia_leaves", - "minecraft:acacia_leaves": "acacia_leaves", - "acacia_log": { - "material": "ACACIA_LOG" - }, - "acacialog": "acacia_log", - "acaciatree": "acacia_log", - "acaciatrunk": "acacia_log", - "aclog": "acacia_log", - "actree": "acacia_log", - "actrunk": "acacia_log", - "alog": "acacia_log", - "atree": "acacia_log", - "atrunk": "acacia_log", - "loga": "acacia_log", - "logac": "acacia_log", - "logacacia": "acacia_log", - "minecraft:acacia_log": "acacia_log", - "acacia_planks": { - "material": "ACACIA_PLANKS" - }, - "acaciaplank": "acacia_planks", - "acaciaplanks": "acacia_planks", - "acaciaplankw": "acacia_planks", - "acaciaplankwood": "acacia_planks", - "acaciaplankwooden": "acacia_planks", - "acaciawoodenplank": "acacia_planks", - "acaciawoodplank": "acacia_planks", - "acaciawplank": "acacia_planks", - "acplank": "acacia_planks", - "acplankw": "acacia_planks", - "acplankwood": "acacia_planks", - "acplankwooden": "acacia_planks", - "acwoodenplank": "acacia_planks", - "acwoodplank": "acacia_planks", - "acwplank": "acacia_planks", - "aplank": "acacia_planks", - "aplankw": "acacia_planks", - "aplankwood": "acacia_planks", - "aplankwooden": "acacia_planks", - "awoodenplank": "acacia_planks", - "awoodplank": "acacia_planks", - "awplank": "acacia_planks", - "minecraft:acacia_planks": "acacia_planks", - "acacia_pressure_plate": { - "material": "ACACIA_PRESSURE_PLATE" - }, - "acaciaplate": "acacia_pressure_plate", - "acaciapplate": "acacia_pressure_plate", - "acaciapressplate": "acacia_pressure_plate", - "acaciapressureplate": "acacia_pressure_plate", - "acplate": "acacia_pressure_plate", - "acpplate": "acacia_pressure_plate", - "acpressplate": "acacia_pressure_plate", - "acpressureplate": "acacia_pressure_plate", - "aplate": "acacia_pressure_plate", - "applate": "acacia_pressure_plate", - "apressplate": "acacia_pressure_plate", - "apressureplate": "acacia_pressure_plate", - "minecraft:acacia_pressure_plate": "acacia_pressure_plate", - "platea": "acacia_pressure_plate", - "plateac": "acacia_pressure_plate", - "plateacacia": "acacia_pressure_plate", - "acacia_sapling": { - "material": "ACACIA_SAPLING" - }, - "acacialogsapling": "acacia_sapling", - "acaciasapling": "acacia_sapling", - "acaciatreesapling": "acacia_sapling", - "acaciatrunksapling": "acacia_sapling", - "acaciawoodsapling": "acacia_sapling", - "aclogsapling": "acacia_sapling", - "acsapling": "acacia_sapling", - "actreesapling": "acacia_sapling", - "actrunksapling": "acacia_sapling", - "acwoodsapling": "acacia_sapling", - "alogsapling": "acacia_sapling", - "asapling": "acacia_sapling", - "atreesapling": "acacia_sapling", - "atrunksapling": "acacia_sapling", - "awoodsapling": "acacia_sapling", - "minecraft:acacia_sapling": "acacia_sapling", - "acacia_sign": { - "material": "ACACIA_SIGN", - "fallbacks": [ - "SIGN" - ] - }, - "acaciasign": "acacia_sign", - "acsign": "acacia_sign", - "asign": "acacia_sign", - "minecraft:acacia_sign": "acacia_sign", - "acacia_slab": { - "material": "ACACIA_SLAB" - }, - "acaciahalfblock": "acacia_slab", - "acaciaslab": "acacia_slab", - "acaciastep": "acacia_slab", - "acaciawhalfblock": "acacia_slab", - "acaciawoodenhalfblock": "acacia_slab", - "acaciawoodenslab": "acacia_slab", - "acaciawoodenstep": "acacia_slab", - "acaciawoodhalfblock": "acacia_slab", - "acaciawoodslab": "acacia_slab", - "acaciawoodstep": "acacia_slab", - "acaciawslab": "acacia_slab", - "acaciawstep": "acacia_slab", - "achalfblock": "acacia_slab", - "acstep": "acacia_slab", - "acwhalfblock": "acacia_slab", - "acwoodenhalfblock": "acacia_slab", - "acwoodenslab": "acacia_slab", - "acwoodenstep": "acacia_slab", - "acwoodhalfblock": "acacia_slab", - "acwoodslab": "acacia_slab", - "acwoodstep": "acacia_slab", - "acwslab": "acacia_slab", - "acwstep": "acacia_slab", - "ahalfblock": "acacia_slab", - "astep": "acacia_slab", - "awhalfblock": "acacia_slab", - "awoodenhalfblock": "acacia_slab", - "awoodenslab": "acacia_slab", - "awoodenstep": "acacia_slab", - "awoodhalfblock": "acacia_slab", - "awoodslab": "acacia_slab", - "awoodstep": "acacia_slab", - "awslab": "acacia_slab", - "awstep": "acacia_slab", - "minecraft:acacia_slab": "acacia_slab", - "acacia_stairs": { - "material": "ACACIA_STAIRS" - }, - "acaciastair": "acacia_stairs", - "acaciastairs": "acacia_stairs", - "acaciawoodenstair": "acacia_stairs", - "acaciawoodenstairs": "acacia_stairs", - "acaciawoodstair": "acacia_stairs", - "acaciawoodstairs": "acacia_stairs", - "acaciawstair": "acacia_stairs", - "acaciawstairs": "acacia_stairs", - "acstair": "acacia_stairs", - "acwoodenstair": "acacia_stairs", - "acwoodenstairs": "acacia_stairs", - "acwoodstair": "acacia_stairs", - "acwoodstairs": "acacia_stairs", - "acwstair": "acacia_stairs", - "acwstairs": "acacia_stairs", - "astair": "acacia_stairs", - "awoodenstair": "acacia_stairs", - "awoodenstairs": "acacia_stairs", - "awoodstair": "acacia_stairs", - "awoodstairs": "acacia_stairs", - "awstair": "acacia_stairs", - "awstairs": "acacia_stairs", - "minecraft:acacia_stairs": "acacia_stairs", - "acacia_trapdoor": { - "material": "ACACIA_TRAPDOOR" - }, - "acaciadoort": "acacia_trapdoor", - "acaciadoortrap": "acacia_trapdoor", - "acaciadtrap": "acacia_trapdoor", - "acaciahatch": "acacia_trapdoor", - "acaciatdoor": "acacia_trapdoor", - "acaciatrapd": "acacia_trapdoor", - "acaciatrapdoor": "acacia_trapdoor", - "acdoort": "acacia_trapdoor", - "acdoortrap": "acacia_trapdoor", - "acdtrap": "acacia_trapdoor", - "achatch": "acacia_trapdoor", - "actdoor": "acacia_trapdoor", - "actrapd": "acacia_trapdoor", - "actrapdoor": "acacia_trapdoor", - "adoort": "acacia_trapdoor", - "adoortrap": "acacia_trapdoor", - "adtrap": "acacia_trapdoor", - "ahatch": "acacia_trapdoor", - "atdoor": "acacia_trapdoor", - "atrapd": "acacia_trapdoor", - "atrapdoor": "acacia_trapdoor", - "minecraft:acacia_trapdoor": "acacia_trapdoor", - "acacia_wood": { - "material": "ACACIA_WOOD" - }, - "acacialogall": "acacia_wood", - "acaciatreeall": "acacia_wood", - "acaciatrunkall": "acacia_wood", - "acaciawood": "acacia_wood", - "aclogall": "acacia_wood", - "actreeall": "acacia_wood", - "actrunkall": "acacia_wood", - "acwood": "acacia_wood", - "alogall": "acacia_wood", - "atreeall": "acacia_wood", - "atrunkall": "acacia_wood", - "awood": "acacia_wood", - "minecraft:acacia_wood": "acacia_wood", - "wooda": "acacia_wood", - "woodac": "acacia_wood", - "woodacacia": "acacia_wood", - "activator_rail": { - "material": "ACTIVATOR_RAIL" - }, - "activaterail": "activator_rail", - "activaterails": "activator_rail", - "activatetrack": "activator_rail", - "activatorrail": "activator_rail", - "activatorrails": "activator_rail", - "activatortrack": "activator_rail", - "actrail": "activator_rail", - "actrails": "activator_rail", - "acttrack": "activator_rail", - "arail": "activator_rail", - "arails": "activator_rail", - "atrack": "activator_rail", - "minecraft:activator_rail": "activator_rail", - "trail": "activator_rail", - "trails": "activator_rail", - "triggerrail": "activator_rail", - "triggerrails": "activator_rail", - "triggertrack": "activator_rail", - "trrail": "activator_rail", - "trrails": "activator_rail", - "trtrack": "activator_rail", - "ttrack": "activator_rail", - "air": { - "material": "AIR" - }, - "minecraft:air": "air", - "allay_spawn_egg": { - "material": "ALLAY_SPAWN_EGG" - }, - "allayegg": "allay_spawn_egg", - "allaysegg": "allay_spawn_egg", - "allayspawn": "allay_spawn_egg", - "allayspawnegg": "allay_spawn_egg", - "eggallay": "allay_spawn_egg", - "minecraft:allay_spawn_egg": "allay_spawn_egg", - "seggallay": "allay_spawn_egg", - "spawnallay": "allay_spawn_egg", - "spawneggallay": "allay_spawn_egg", - "allay_spawner": { - "entity": "ALLAY", - "material": "SPAWNER" - }, - "allaycage": "allay_spawner", - "allaymcage": "allay_spawner", - "allaymobcage": "allay_spawner", - "allaymobspawner": "allay_spawner", - "allaymonstercage": "allay_spawner", - "allaymonsterspawner": "allay_spawner", - "allaymspawner": "allay_spawner", - "allayspawner": "allay_spawner", - "allium": { - "material": "ALLIUM" - }, - "magentaallium": "allium", - "magentaflower": "allium", - "minecraft:allium": "allium", - "amethyst_block": { - "material": "AMETHYST_BLOCK" - }, - "amethyst": "amethyst_block", - "amethystblock": "amethyst_block", - "cave": "amethyst_block", - "caveblock": "amethyst_block", - "minecraft:amethyst_block": "amethyst_block", - "amethyst_cluster": { - "material": "AMETHYST_CLUSTER" - }, - "amethystclump": "amethyst_cluster", - "amethystcluster": "amethyst_cluster", - "caveclump": "amethyst_cluster", - "cavecluster": "amethyst_cluster", - "clumpamethyst": "amethyst_cluster", - "clumpcave": "amethyst_cluster", - "clusteramethyst": "amethyst_cluster", - "clustercave": "amethyst_cluster", - "minecraft:amethyst_cluster": "amethyst_cluster", - "amethyst_shard": { - "material": "AMETHYST_SHARD" - }, - "amethystfragment": "amethyst_shard", - "amethystshard": "amethyst_shard", - "cavefragment": "amethyst_shard", - "caveshard": "amethyst_shard", - "minecraft:amethyst_shard": "amethyst_shard", - "ancient_debris": { - "material": "ANCIENT_DEBRIS" - }, - "ancientdebris": "ancient_debris", - "debris": "ancient_debris", - "minecraft:ancient_debris": "ancient_debris", - "andesite": { - "material": "ANDESITE" - }, - "and": "andesite", - "andb": "andesite", - "andbl": "andesite", - "andblock": "andesite", - "andesiteb": "andesite", - "andesitebl": "andesite", - "andesiteblock": "andesite", - "andstone": "andesite", - "andstoneb": "andesite", - "andstonebl": "andesite", - "andstoneblock": "andesite", - "astone": "andesite", - "astoneb": "andesite", - "astonebl": "andesite", - "astoneblock": "andesite", - "minecraft:andesite": "andesite", - "andesite_slab": { - "material": "ANDESITE_SLAB" - }, - "andesitehalfblock": "andesite_slab", - "andesiteslab": "andesite_slab", - "andesitestep": "andesite_slab", - "andhalfblock": "andesite_slab", - "andstep": "andesite_slab", - "andstonehalfblock": "andesite_slab", - "andstonestep": "andesite_slab", - "astonehalfblock": "andesite_slab", - "astonestep": "andesite_slab", - "minecraft:andesite_slab": "andesite_slab", - "andesite_stairs": { - "material": "ANDESITE_STAIRS" - }, - "andesitestair": "andesite_stairs", - "andesitestairs": "andesite_stairs", - "andstair": "andesite_stairs", - "andstairs": "andesite_stairs", - "andstonestair": "andesite_stairs", - "andstonestairs": "andesite_stairs", - "astonestair": "andesite_stairs", - "astonestairs": "andesite_stairs", - "minecraft:andesite_stairs": "andesite_stairs", - "andesite_wall": { - "material": "ANDESITE_WALL" - }, - "andesitewall": "andesite_wall", - "andstonewall": "andesite_wall", - "andwall": "andesite_wall", - "astonewall": "andesite_wall", - "minecraft:andesite_wall": "andesite_wall", - "walland": "andesite_wall", - "wallandesite": "andesite_wall", - "wallandstone": "andesite_wall", - "wallastone": "andesite_wall", - "angler_pottery_sherd": { - "material": "ANGLER_POTTERY_SHERD" - }, - "anglerpotterysherd": "angler_pottery_sherd", - "minecraft:angler_pottery_sherd": "angler_pottery_sherd", - "anvil": { - "material": "ANVIL" - }, - "minecraft:anvil": "anvil", - "apple": { - "material": "APPLE" - }, - "minecraft:apple": "apple", - "archer_pottery_sherd": { - "material": "ARCHER_POTTERY_SHERD" - }, - "archerpotterysherd": "archer_pottery_sherd", - "archersherd": "archer_pottery_sherd", - "minecraft:archer_pottery_sherd": "archer_pottery_sherd", - "armor_stand": { - "material": "ARMOR_STAND" - }, - "armorstand": "armor_stand", - "minecraft:armor_stand": "armor_stand", - "arms_up_pottery_sherd": { - "material": "ARMS_UP_POTTERY_SHERD" - }, - "armssherd": "arms_up_pottery_sherd", - "armsuppotterysherd": "arms_up_pottery_sherd", - "armsupsherd": "arms_up_pottery_sherd", - "minecraft:arms_up_pottery_sherd": "arms_up_pottery_sherd", - "arrow": { - "material": "ARROW" - }, - "minecraft:arrow": "arrow", - "awkward_lingering_potion": { - "potionData": { - "type": "AWKWARD", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotawkward": "awkward_lingering_potion", - "aoepotionawkward": "awkward_lingering_potion", - "areapotawkward": "awkward_lingering_potion", - "areapotionawkward": "awkward_lingering_potion", - "awkwardaoepoiont": "awkward_lingering_potion", - "awkwardaoepot": "awkward_lingering_potion", - "awkwardareapot": "awkward_lingering_potion", - "awkwardareapotion": "awkward_lingering_potion", - "awkwardcloudpot": "awkward_lingering_potion", - "awkwardcloudpotion": "awkward_lingering_potion", - "awkwardlingerpot": "awkward_lingering_potion", - "cloudpotawkward": "awkward_lingering_potion", - "cloudpotionawkward": "awkward_lingering_potion", - "lingerpotawkward": "awkward_lingering_potion", - "awkward_potion": { - "potionData": { - "type": "AWKWARD", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "awkwardpot": "awkward_potion", - "awkwardpotion": "awkward_potion", - "potionofawkward": "awkward_potion", - "potofawkward": "awkward_potion", - "awkward_splash_potion": { - "potionData": { - "type": "AWKWARD", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "awkwardsplashpot": "awkward_splash_potion", - "awkwardsplashpotion": "awkward_splash_potion", - "splashawkwardpot": "awkward_splash_potion", - "splashawkwardpotion": "awkward_splash_potion", - "splawkwardpot": "awkward_splash_potion", - "splawkwardpotion": "awkward_splash_potion", - "awkward_tipped_arrow": { - "potionData": { - "type": "AWKWARD", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowawkward": "awkward_tipped_arrow", - "awkwardarrow": "awkward_tipped_arrow", - "awkwardtarr": "awkward_tipped_arrow", - "awkwardtarrow": "awkward_tipped_arrow", - "awkwardtippedarrow": "awkward_tipped_arrow", - "axolotl_bucket": { - "material": "AXOLOTL_BUCKET" - }, - "axolotlbucket": "axolotl_bucket", - "axolotlbukkit": "axolotl_bucket", - "axolotlpail": "axolotl_bucket", - "bucketoaxolotl": "axolotl_bucket", - "bucketowalkingfish": "axolotl_bucket", - "minecraft:axolotl_bucket": "axolotl_bucket", - "walkingfishbucket": "axolotl_bucket", - "walkingfishbukkit": "axolotl_bucket", - "walkingfishpail": "axolotl_bucket", - "axolotl_spawn_egg": { - "material": "AXOLOTL_SPAWN_EGG" - }, - "axolotlegg": "axolotl_spawn_egg", - "axolotlsegg": "axolotl_spawn_egg", - "axolotlspawn": "axolotl_spawn_egg", - "axolotlspawnegg": "axolotl_spawn_egg", - "eggaxolotl": "axolotl_spawn_egg", - "eggwalkingfish": "axolotl_spawn_egg", - "minecraft:axolotl_spawn_egg": "axolotl_spawn_egg", - "seggaxolotl": "axolotl_spawn_egg", - "seggwalkingfish": "axolotl_spawn_egg", - "spawnaxolotl": "axolotl_spawn_egg", - "spawneggaxolotl": "axolotl_spawn_egg", - "spawneggwalkingfish": "axolotl_spawn_egg", - "spawnwalkingfish": "axolotl_spawn_egg", - "walkingfishegg": "axolotl_spawn_egg", - "walkingfishsegg": "axolotl_spawn_egg", - "walkingfishspawn": "axolotl_spawn_egg", - "walkingfishspawnegg": "axolotl_spawn_egg", - "axolotl_spawner": { - "entity": "AXOLOTL", - "material": "SPAWNER" - }, - "axolotlcage": "axolotl_spawner", - "axolotlmcage": "axolotl_spawner", - "axolotlmobcage": "axolotl_spawner", - "axolotlmobspawner": "axolotl_spawner", - "axolotlmonstercage": "axolotl_spawner", - "axolotlmonsterspawner": "axolotl_spawner", - "axolotlmspawner": "axolotl_spawner", - "axolotlspawner": "axolotl_spawner", - "walkingfishcage": "axolotl_spawner", - "walkingfishmcage": "axolotl_spawner", - "walkingfishmobcage": "axolotl_spawner", - "walkingfishmobspawner": "axolotl_spawner", - "walkingfishmonstercage": "axolotl_spawner", - "walkingfishmonsterspawner": "axolotl_spawner", - "walkingfishmspawner": "axolotl_spawner", - "walkingfishspawner": "axolotl_spawner", - "azalea": { - "material": "AZALEA" - }, - "azasmall": "azalea", - "azsmall": "azalea", - "babyaz": "azalea", - "babyaza": "azalea", - "babyazalea": "azalea", - "minecraft:azalea": "azalea", - "azalea_leaves": { - "material": "AZALEA_LEAVES" - }, - "azaleaf": "azalea_leaves", - "azalealeaf": "azalea_leaves", - "azalealeave": "azalea_leaves", - "azalealeaves": "azalea_leaves", - "azalealogleaf": "azalea_leaves", - "azalealogleave": "azalea_leaves", - "azalealogleaves": "azalea_leaves", - "azaleatreeleaf": "azalea_leaves", - "azaleatreeleave": "azalea_leaves", - "azaleatreeleaves": "azalea_leaves", - "azaleatrunkleaf": "azalea_leaves", - "azaleatrunkleave": "azalea_leaves", - "azaleatrunkleaves": "azalea_leaves", - "azaleave": "azalea_leaves", - "azaleaves": "azalea_leaves", - "azaleawoodleaf": "azalea_leaves", - "azaleawoodleave": "azalea_leaves", - "azaleawoodleaves": "azalea_leaves", - "azalogleaf": "azalea_leaves", - "azalogleave": "azalea_leaves", - "azalogleaves": "azalea_leaves", - "azatreeleaf": "azalea_leaves", - "azatreeleave": "azalea_leaves", - "azatreeleaves": "azalea_leaves", - "azatrunkleaf": "azalea_leaves", - "azatrunkleave": "azalea_leaves", - "azatrunkleaves": "azalea_leaves", - "azawoodleaf": "azalea_leaves", - "azawoodleave": "azalea_leaves", - "azawoodleaves": "azalea_leaves", - "azleaf": "azalea_leaves", - "azleave": "azalea_leaves", - "azleaves": "azalea_leaves", - "azlogleaf": "azalea_leaves", - "azlogleave": "azalea_leaves", - "azlogleaves": "azalea_leaves", - "aztreeleaf": "azalea_leaves", - "aztreeleave": "azalea_leaves", - "aztreeleaves": "azalea_leaves", - "aztrunkleaf": "azalea_leaves", - "aztrunkleave": "azalea_leaves", - "aztrunkleaves": "azalea_leaves", - "azwoodleaf": "azalea_leaves", - "azwoodleave": "azalea_leaves", - "azwoodleaves": "azalea_leaves", - "leafaz": "azalea_leaves", - "leafaza": "azalea_leaves", - "leafazalea": "azalea_leaves", - "leavesaz": "azalea_leaves", - "leavesaza": "azalea_leaves", - "leavesazalea": "azalea_leaves", - "minecraft:azalea_leaves": "azalea_leaves", - "azure_bluet": { - "material": "AZURE_BLUET" - }, - "abluet": "azure_bluet", - "azureb": "azure_bluet", - "azurebluet": "azure_bluet", - "houstonia": "azure_bluet", - "minecraft:azure_bluet": "azure_bluet", - "whiteazurebluet": "azure_bluet", - "baked_potato": { - "material": "BAKED_POTATO" - }, - "bakedpotato": "baked_potato", - "minecraft:baked_potato": "baked_potato", - "bamboo": { - "material": "BAMBOO" - }, - "minecraft:bamboo": "bamboo", - "bamboo_block": { - "material": "BAMBOO_BLOCK" - }, - "bamblock": "bamboo_block", - "bambooblock": "bamboo_block", - "bbblock": "bamboo_block", - "minecraft:bamboo_block": "bamboo_block", - "bamboo_button": { - "material": "BAMBOO_BUTTON" - }, - "bambbutton": "bamboo_button", - "bamboobutton": "bamboo_button", - "bambutton": "bamboo_button", - "buttonbam": "bamboo_button", - "buttonbamb": "bamboo_button", - "buttonbamboo": "bamboo_button", - "minecraft:bamboo_button": "bamboo_button", - "bamboo_chest_raft": { - "material": "BAMBOO_CHEST_RAFT" - }, - "bambchboat": "bamboo_chest_raft", - "bamboochboat": "bamboo_chest_raft", - "bamboochestraft": "bamboo_chest_raft", - "bamchboat": "bamboo_chest_raft", - "minecraft:bamboo_chest_raft": "bamboo_chest_raft", - "bamboo_door": { - "material": "BAMBOO_DOOR" - }, - "bambdoor": "bamboo_door", - "bamboodoor": "bamboo_door", - "bamdoor": "bamboo_door", - "minecraft:bamboo_door": "bamboo_door", - "bamboo_fence": { - "material": "BAMBOO_FENCE" - }, - "bambfence": "bamboo_fence", - "bamboofence": "bamboo_fence", - "bamfence": "bamboo_fence", - "minecraft:bamboo_fence": "bamboo_fence", - "bamboo_fence_gate": { - "material": "BAMBOO_FENCE_GATE" - }, - "bambfencegate": "bamboo_fence_gate", - "bambgate": "bamboo_fence_gate", - "bamboofencegate": "bamboo_fence_gate", - "bamboogate": "bamboo_fence_gate", - "bamfencegate": "bamboo_fence_gate", - "bamgate": "bamboo_fence_gate", - "gatebam": "bamboo_fence_gate", - "gatebamb": "bamboo_fence_gate", - "gatebamboo": "bamboo_fence_gate", - "minecraft:bamboo_fence_gate": "bamboo_fence_gate", - "bamboo_hanging_sign": { - "material": "BAMBOO_HANGING_SIGN" - }, - "bambhangsign": "bamboo_hanging_sign", - "bambhsign": "bamboo_hanging_sign", - "bamboohangingsign": "bamboo_hanging_sign", - "bamboohangsign": "bamboo_hanging_sign", - "bamboohsign": "bamboo_hanging_sign", - "bamhangsign": "bamboo_hanging_sign", - "bamhsign": "bamboo_hanging_sign", - "minecraft:bamboo_hanging_sign": "bamboo_hanging_sign", - "bamboo_mosaic": { - "material": "BAMBOO_MOSAIC" - }, - "bamboomosaic": "bamboo_mosaic", - "minecraft:bamboo_mosaic": "bamboo_mosaic", - "bamboo_mosaic_slab": { - "material": "BAMBOO_MOSAIC_SLAB" - }, - "bamboomosaicslab": "bamboo_mosaic_slab", - "minecraft:bamboo_mosaic_slab": "bamboo_mosaic_slab", - "bamboo_mosaic_stairs": { - "material": "BAMBOO_MOSAIC_STAIRS" - }, - "bamboomosaicstairs": "bamboo_mosaic_stairs", - "minecraft:bamboo_mosaic_stairs": "bamboo_mosaic_stairs", - "bamboo_planks": { - "material": "BAMBOO_PLANKS" - }, - "bambooplank": "bamboo_planks", - "bambooplanks": "bamboo_planks", - "bambooplankw": "bamboo_planks", - "bambooplankwood": "bamboo_planks", - "bambooplankwooden": "bamboo_planks", - "bamboowoodenplank": "bamboo_planks", - "bamboowoodplank": "bamboo_planks", - "bamboowplank": "bamboo_planks", - "bambplank": "bamboo_planks", - "bambplankw": "bamboo_planks", - "bambplankwood": "bamboo_planks", - "bambplankwooden": "bamboo_planks", - "bambwoodenplank": "bamboo_planks", - "bambwoodplank": "bamboo_planks", - "bambwplank": "bamboo_planks", - "bamplank": "bamboo_planks", - "bamplankw": "bamboo_planks", - "bamplankwood": "bamboo_planks", - "bamplankwooden": "bamboo_planks", - "bamwoodenplank": "bamboo_planks", - "bamwoodplank": "bamboo_planks", - "bamwplank": "bamboo_planks", - "minecraft:bamboo_planks": "bamboo_planks", - "bamboo_pressure_plate": { - "material": "BAMBOO_PRESSURE_PLATE" - }, - "bambooplate": "bamboo_pressure_plate", - "bamboopplate": "bamboo_pressure_plate", - "bamboopressplate": "bamboo_pressure_plate", - "bamboopressureplate": "bamboo_pressure_plate", - "bambplate": "bamboo_pressure_plate", - "bambpplate": "bamboo_pressure_plate", - "bambpressplate": "bamboo_pressure_plate", - "bambpressureplate": "bamboo_pressure_plate", - "bamplate": "bamboo_pressure_plate", - "bampplate": "bamboo_pressure_plate", - "bampressplate": "bamboo_pressure_plate", - "bampressureplate": "bamboo_pressure_plate", - "minecraft:bamboo_pressure_plate": "bamboo_pressure_plate", - "platebam": "bamboo_pressure_plate", - "platebamb": "bamboo_pressure_plate", - "platebamboo": "bamboo_pressure_plate", - "bamboo_raft": { - "material": "BAMBOO_RAFT" - }, - "bambboat": "bamboo_raft", - "bamboat": "bamboo_raft", - "bambooboat": "bamboo_raft", - "bambooraft": "bamboo_raft", - "bambraft": "bamboo_raft", - "bamraft": "bamboo_raft", - "boatbam": "bamboo_raft", - "boatbamb": "bamboo_raft", - "boatbamboo": "bamboo_raft", - "minecraft:bamboo_raft": "bamboo_raft", - "bamboo_sign": { - "material": "BAMBOO_SIGN" - }, - "bamboosign": "bamboo_sign", - "bambsign": "bamboo_sign", - "bamsign": "bamboo_sign", - "minecraft:bamboo_sign": "bamboo_sign", - "bamboo_slab": { - "material": "BAMBOO_SLAB" - }, - "bambhalfblock": "bamboo_slab", - "bamboohalfblock": "bamboo_slab", - "bambooslab": "bamboo_slab", - "bamboostep": "bamboo_slab", - "bamboowhalfblock": "bamboo_slab", - "bamboowoodenhalfblock": "bamboo_slab", - "bamboowoodenslab": "bamboo_slab", - "bamboowoodenstep": "bamboo_slab", - "bamboowoodhalfblock": "bamboo_slab", - "bamboowoodslab": "bamboo_slab", - "bamboowoodstep": "bamboo_slab", - "bamboowslab": "bamboo_slab", - "bamboowstep": "bamboo_slab", - "bambstep": "bamboo_slab", - "bambwhalfblock": "bamboo_slab", - "bambwoodenhalfblock": "bamboo_slab", - "bambwoodenslab": "bamboo_slab", - "bambwoodenstep": "bamboo_slab", - "bambwoodhalfblock": "bamboo_slab", - "bambwoodslab": "bamboo_slab", - "bambwoodstep": "bamboo_slab", - "bambwslab": "bamboo_slab", - "bambwstep": "bamboo_slab", - "bamhalfblock": "bamboo_slab", - "bamstep": "bamboo_slab", - "bamwhalfblock": "bamboo_slab", - "bamwoodenhalfblock": "bamboo_slab", - "bamwoodenslab": "bamboo_slab", - "bamwoodenstep": "bamboo_slab", - "bamwoodhalfblock": "bamboo_slab", - "bamwoodslab": "bamboo_slab", - "bamwoodstep": "bamboo_slab", - "bamwslab": "bamboo_slab", - "bamwstep": "bamboo_slab", - "minecraft:bamboo_slab": "bamboo_slab", - "bamboo_stairs": { - "material": "BAMBOO_STAIRS" - }, - "bamboostair": "bamboo_stairs", - "bamboostairs": "bamboo_stairs", - "bamboowoodenstair": "bamboo_stairs", - "bamboowoodenstairs": "bamboo_stairs", - "bamboowoodstair": "bamboo_stairs", - "bamboowoodstairs": "bamboo_stairs", - "bamboowstair": "bamboo_stairs", - "bamboowstairs": "bamboo_stairs", - "bambstair": "bamboo_stairs", - "bambwoodenstair": "bamboo_stairs", - "bambwoodenstairs": "bamboo_stairs", - "bambwoodstair": "bamboo_stairs", - "bambwoodstairs": "bamboo_stairs", - "bambwstair": "bamboo_stairs", - "bambwstairs": "bamboo_stairs", - "bamstair": "bamboo_stairs", - "bamwoodenstair": "bamboo_stairs", - "bamwoodenstairs": "bamboo_stairs", - "bamwoodstair": "bamboo_stairs", - "bamwoodstairs": "bamboo_stairs", - "bamwstair": "bamboo_stairs", - "bamwstairs": "bamboo_stairs", - "minecraft:bamboo_stairs": "bamboo_stairs", - "bamboo_trapdoor": { - "material": "BAMBOO_TRAPDOOR" - }, - "bambdoort": "bamboo_trapdoor", - "bambdoortrap": "bamboo_trapdoor", - "bambdtrap": "bamboo_trapdoor", - "bambhatch": "bamboo_trapdoor", - "bamboodoort": "bamboo_trapdoor", - "bamboodoortrap": "bamboo_trapdoor", - "bamboodtrap": "bamboo_trapdoor", - "bamboohatch": "bamboo_trapdoor", - "bambootdoor": "bamboo_trapdoor", - "bambootrapd": "bamboo_trapdoor", - "bambootrapdoor": "bamboo_trapdoor", - "bambtdoor": "bamboo_trapdoor", - "bambtrapd": "bamboo_trapdoor", - "bambtrapdoor": "bamboo_trapdoor", - "bamdoort": "bamboo_trapdoor", - "bamdoortrap": "bamboo_trapdoor", - "bamdtrap": "bamboo_trapdoor", - "bamhatch": "bamboo_trapdoor", - "bamtdoor": "bamboo_trapdoor", - "bamtrapd": "bamboo_trapdoor", - "bamtrapdoor": "bamboo_trapdoor", - "minecraft:bamboo_trapdoor": "bamboo_trapdoor", - "barrel": { - "material": "BARREL" - }, - "minecraft:barrel": "barrel", - "barrier": { - "material": "BARRIER" - }, - "minecraft:barrier": "barrier", - "basalt": { - "material": "BASALT" - }, - "bas": "basalt", - "basaltb": "basalt", - "basaltbl": "basalt", - "basaltblock": "basalt", - "basaltst": "basalt", - "basaltstb": "basalt", - "basaltstbl": "basalt", - "basaltstblock": "basalt", - "basb": "basalt", - "basbl": "basalt", - "basblock": "basalt", - "bast": "basalt", - "bastb": "basalt", - "bastbl": "basalt", - "bastblock": "basalt", - "minecraft:basalt": "basalt", - "bat_spawn_egg": { - "material": "BAT_SPAWN_EGG" - }, - "bategg": "bat_spawn_egg", - "batsegg": "bat_spawn_egg", - "batspawn": "bat_spawn_egg", - "batspawnegg": "bat_spawn_egg", - "eggbat": "bat_spawn_egg", - "minecraft:bat_spawn_egg": "bat_spawn_egg", - "seggbat": "bat_spawn_egg", - "spawnbat": "bat_spawn_egg", - "spawneggbat": "bat_spawn_egg", - "bat_spawner": { - "entity": "BAT", - "material": "SPAWNER" - }, - "batcage": "bat_spawner", - "batmcage": "bat_spawner", - "batmobcage": "bat_spawner", - "batmobspawner": "bat_spawner", - "batmonstercage": "bat_spawner", - "batmonsterspawner": "bat_spawner", - "batmspawner": "bat_spawner", - "batspawner": "bat_spawner", - "beacon": { - "material": "BEACON" - }, - "beaconblock": "beacon", - "minecraft:beacon": "beacon", - "bedrock": { - "material": "BEDROCK" - }, - "adminblock": "bedrock", - "adminium": "bedrock", - "adminrock": "bedrock", - "minecraft:bedrock": "bedrock", - "opblock": "bedrock", - "oprock": "bedrock", - "bee_nest": { - "material": "BEE_NEST" - }, - "beenest": "bee_nest", - "minecraft:bee_nest": "bee_nest", - "bee_spawn_egg": { - "material": "BEE_SPAWN_EGG" - }, - "beeegg": "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", - "seggbee": "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", - "beef": { - "material": "BEEF" - }, - "cowmeat": "beef", - "minecraft:beef": "beef", - "plainbeef": "beef", - "plaincowmeat": "beef", - "plainsteak": "beef", - "rabeef": "beef", - "racowmeat": "beef", - "rasteak": "beef", - "rawbeef": "beef", - "rawcowmeat": "beef", - "rawsteak": "beef", - "steak": "beef", - "uncookedbeef": "beef", - "uncookedcowmeat": "beef", - "uncookedsteak": "beef", - "beehive": { - "material": "BEEHIVE" - }, - "minecraft:beehive": "beehive", - "beetroot": { - "material": "BEETROOT" - }, - "beet": "beetroot", - "beetcrop": "beetroot", - "beetplant": "beetroot", - "beets": "beetroot", - "broot": "beetroot", - "minecraft:beetroot": "beetroot", - "beetroot_seeds": { - "material": "BEETROOT_SEEDS" - }, - "beetcropseeds": "beetroot_seeds", - "beetplantseeds": "beetroot_seeds", - "beetrootseed": "beetroot_seeds", - "beetrootseeds": "beetroot_seeds", - "beetseed": "beetroot_seeds", - "beetseeds": "beetroot_seeds", - "beetsseeds": "beetroot_seeds", - "brootseed": "beetroot_seeds", - "brootseeds": "beetroot_seeds", - "minecraft:beetroot_seeds": "beetroot_seeds", - "beetroot_soup": { - "material": "BEETROOT_SOUP" - }, - "beetcropsoup": "beetroot_soup", - "beetplantsoup": "beetroot_soup", - "beetrootsoup": "beetroot_soup", - "beetsoup": "beetroot_soup", - "beetssoup": "beetroot_soup", - "brootsoup": "beetroot_soup", - "minecraft:beetroot_soup": "beetroot_soup", - "redsoup": "beetroot_soup", - "bell": { - "material": "BELL" - }, - "minecraft:bell": "bell", - "big_dripleaf": { - "material": "BIG_DRIPLEAF" - }, - "bigdrip": "big_dripleaf", - "bigdripleaf": "big_dripleaf", - "dripleafbig": "big_dripleaf", - "dripleaftall": "big_dripleaf", - "minecraft:big_dripleaf": "big_dripleaf", - "talldrip": "big_dripleaf", - "talldripleaf": "big_dripleaf", - "yoooooooominecraftsgotbigdrip": "big_dripleaf", - "birch_boat": { - "material": "BIRCH_BOAT" - }, - "bboat": "birch_boat", - "birchboat": "birch_boat", - "birchraft": "birch_boat", - "boatb": "birch_boat", - "boatbirch": "birch_boat", - "boatl": "birch_boat", - "boatlight": "birch_boat", - "boatw": "birch_boat", - "boatwhite": "birch_boat", - "braft": "birch_boat", - "lboat": "birch_boat", - "lightboat": "birch_boat", - "lightraft": "birch_boat", - "lraft": "birch_boat", - "minecraft:birch_boat": "birch_boat", - "wboat": "birch_boat", - "whiteboat": "birch_boat", - "whiteraft": "birch_boat", - "wraft": "birch_boat", - "birch_button": { - "material": "BIRCH_BUTTON" - }, - "bbutton": "birch_button", - "birchbutton": "birch_button", - "buttonb": "birch_button", - "buttonbirch": "birch_button", - "buttonl": "birch_button", - "buttonlight": "birch_button", - "buttonw": "birch_button", - "buttonwhite": "birch_button", - "lbutton": "birch_button", - "lightbutton": "birch_button", - "minecraft:birch_button": "birch_button", - "wbutton": "birch_button", - "whitebutton": "birch_button", - "birch_chest_boat": { - "material": "BIRCH_CHEST_BOAT" - }, - "bchboat": "birch_chest_boat", - "birchchboat": "birch_chest_boat", - "birchchestboat": "birch_chest_boat", - "lchboat": "birch_chest_boat", - "lightchboat": "birch_chest_boat", - "minecraft:birch_chest_boat": "birch_chest_boat", - "wchboat": "birch_chest_boat", - "whitechboat": "birch_chest_boat", - "birch_door": { - "material": "BIRCH_DOOR" - }, - "bdoor": "birch_door", - "birchdoor": "birch_door", - "ldoor": "birch_door", - "lightdoor": "birch_door", - "minecraft:birch_door": "birch_door", - "wdoor": "birch_door", - "whitedoor": "birch_door", - "birch_fence": { - "material": "BIRCH_FENCE" - }, - "bfence": "birch_fence", - "birchfence": "birch_fence", - "lfence": "birch_fence", - "lightfence": "birch_fence", - "minecraft:birch_fence": "birch_fence", - "wfence": "birch_fence", - "whitefence": "birch_fence", - "birch_fence_gate": { - "material": "BIRCH_FENCE_GATE" - }, - "bfencegate": "birch_fence_gate", - "bgate": "birch_fence_gate", - "birchfencegate": "birch_fence_gate", - "birchgate": "birch_fence_gate", - "gateb": "birch_fence_gate", - "gatebirch": "birch_fence_gate", - "gatel": "birch_fence_gate", - "gatelight": "birch_fence_gate", - "gatew": "birch_fence_gate", - "gatewhite": "birch_fence_gate", - "lfencegate": "birch_fence_gate", - "lgate": "birch_fence_gate", - "lightfencegate": "birch_fence_gate", - "lightgate": "birch_fence_gate", - "minecraft:birch_fence_gate": "birch_fence_gate", - "wfencegate": "birch_fence_gate", - "wgate": "birch_fence_gate", - "whitefencegate": "birch_fence_gate", - "whitegate": "birch_fence_gate", - "birch_hanging_sign": { - "material": "BIRCH_HANGING_SIGN" - }, - "bhangsign": "birch_hanging_sign", - "bhsign": "birch_hanging_sign", - "birchhangingsign": "birch_hanging_sign", - "birchhangsign": "birch_hanging_sign", - "birchhsign": "birch_hanging_sign", - "lhangsign": "birch_hanging_sign", - "lhsign": "birch_hanging_sign", - "lighthangsign": "birch_hanging_sign", - "lighthsign": "birch_hanging_sign", - "minecraft:birch_hanging_sign": "birch_hanging_sign", - "whangsign": "birch_hanging_sign", - "whitehangsign": "birch_hanging_sign", - "whitehsign": "birch_hanging_sign", - "whsign": "birch_hanging_sign", - "birch_leaves": { - "material": "BIRCH_LEAVES" - }, - "birchleaf": "birch_leaves", - "birchleave": "birch_leaves", - "birchleaves": "birch_leaves", - "birchlogleaf": "birch_leaves", - "birchlogleave": "birch_leaves", - "birchlogleaves": "birch_leaves", - "birchtreeleaf": "birch_leaves", - "birchtreeleave": "birch_leaves", - "birchtreeleaves": "birch_leaves", - "birchtrunkleaf": "birch_leaves", - "birchtrunkleave": "birch_leaves", - "birchtrunkleaves": "birch_leaves", - "birchwoodleaf": "birch_leaves", - "birchwoodleave": "birch_leaves", - "birchwoodleaves": "birch_leaves", - "bleaf": "birch_leaves", - "bleave": "birch_leaves", - "bleaves": "birch_leaves", - "blogleaf": "birch_leaves", - "blogleave": "birch_leaves", - "blogleaves": "birch_leaves", - "btreeleaf": "birch_leaves", - "btreeleave": "birch_leaves", - "btreeleaves": "birch_leaves", - "btrunkleaf": "birch_leaves", - "btrunkleave": "birch_leaves", - "btrunkleaves": "birch_leaves", - "bwoodleaf": "birch_leaves", - "bwoodleave": "birch_leaves", - "bwoodleaves": "birch_leaves", - "leafb": "birch_leaves", - "leafbirch": "birch_leaves", - "leafl": "birch_leaves", - "leaflight": "birch_leaves", - "leafw": "birch_leaves", - "leafwhite": "birch_leaves", - "leavesb": "birch_leaves", - "leavesbirch": "birch_leaves", - "leavesl": "birch_leaves", - "leaveslight": "birch_leaves", - "leavesw": "birch_leaves", - "leaveswhite": "birch_leaves", - "lightleaf": "birch_leaves", - "lightleave": "birch_leaves", - "lightleaves": "birch_leaves", - "lightlogleaf": "birch_leaves", - "lightlogleave": "birch_leaves", - "lightlogleaves": "birch_leaves", - "lighttreeleaf": "birch_leaves", - "lighttreeleave": "birch_leaves", - "lighttreeleaves": "birch_leaves", - "lighttrunkleaf": "birch_leaves", - "lighttrunkleave": "birch_leaves", - "lighttrunkleaves": "birch_leaves", - "lightwoodleaf": "birch_leaves", - "lightwoodleave": "birch_leaves", - "lightwoodleaves": "birch_leaves", - "lleaf": "birch_leaves", - "lleave": "birch_leaves", - "lleaves": "birch_leaves", - "llogleaf": "birch_leaves", - "llogleave": "birch_leaves", - "llogleaves": "birch_leaves", - "ltreeleaf": "birch_leaves", - "ltreeleave": "birch_leaves", - "ltreeleaves": "birch_leaves", - "ltrunkleaf": "birch_leaves", - "ltrunkleave": "birch_leaves", - "ltrunkleaves": "birch_leaves", - "lwoodleaf": "birch_leaves", - "lwoodleave": "birch_leaves", - "lwoodleaves": "birch_leaves", - "minecraft:birch_leaves": "birch_leaves", - "whiteleaf": "birch_leaves", - "whiteleave": "birch_leaves", - "whiteleaves": "birch_leaves", - "whitelogleaf": "birch_leaves", - "whitelogleave": "birch_leaves", - "whitelogleaves": "birch_leaves", - "whitetreeleaf": "birch_leaves", - "whitetreeleave": "birch_leaves", - "whitetreeleaves": "birch_leaves", - "whitetrunkleaf": "birch_leaves", - "whitetrunkleave": "birch_leaves", - "whitetrunkleaves": "birch_leaves", - "whitewoodleaf": "birch_leaves", - "whitewoodleave": "birch_leaves", - "whitewoodleaves": "birch_leaves", - "wleaf": "birch_leaves", - "wleave": "birch_leaves", - "wleaves": "birch_leaves", - "wlogleaf": "birch_leaves", - "wlogleave": "birch_leaves", - "wlogleaves": "birch_leaves", - "wtreeleaf": "birch_leaves", - "wtreeleave": "birch_leaves", - "wtreeleaves": "birch_leaves", - "wtrunkleaf": "birch_leaves", - "wtrunkleave": "birch_leaves", - "wtrunkleaves": "birch_leaves", - "wwoodleaf": "birch_leaves", - "wwoodleave": "birch_leaves", - "wwoodleaves": "birch_leaves", - "birch_log": { - "material": "BIRCH_LOG" - }, - "birchlog": "birch_log", - "birchtree": "birch_log", - "birchtrunk": "birch_log", - "blog": "birch_log", - "btree": "birch_log", - "btrunk": "birch_log", - "lightlog": "birch_log", - "lighttree": "birch_log", - "lighttrunk": "birch_log", - "llog": "birch_log", - "logb": "birch_log", - "logbirch": "birch_log", - "logl": "birch_log", - "loglight": "birch_log", - "logw": "birch_log", - "logwhite": "birch_log", - "ltree": "birch_log", - "ltrunk": "birch_log", - "minecraft:birch_log": "birch_log", - "whitelog": "birch_log", - "whitetree": "birch_log", - "whitetrunk": "birch_log", - "wlog": "birch_log", - "wtree": "birch_log", - "wtrunk": "birch_log", - "birch_planks": { - "material": "BIRCH_PLANKS" - }, - "birchplank": "birch_planks", - "birchplanks": "birch_planks", - "birchplankw": "birch_planks", - "birchplankwood": "birch_planks", - "birchplankwooden": "birch_planks", - "birchwoodenplank": "birch_planks", - "birchwoodplank": "birch_planks", - "birchwplank": "birch_planks", - "bplank": "birch_planks", - "bplankw": "birch_planks", - "bplankwood": "birch_planks", - "bplankwooden": "birch_planks", - "bwoodenplank": "birch_planks", - "bwoodplank": "birch_planks", - "bwplank": "birch_planks", - "lightplank": "birch_planks", - "lightplankw": "birch_planks", - "lightplankwood": "birch_planks", - "lightplankwooden": "birch_planks", - "lightwoodenplank": "birch_planks", - "lightwoodplank": "birch_planks", - "lightwplank": "birch_planks", - "lplank": "birch_planks", - "lplankw": "birch_planks", - "lplankwood": "birch_planks", - "lplankwooden": "birch_planks", - "lwoodenplank": "birch_planks", - "lwoodplank": "birch_planks", - "lwplank": "birch_planks", - "minecraft:birch_planks": "birch_planks", - "whiteplank": "birch_planks", - "whiteplankw": "birch_planks", - "whiteplankwood": "birch_planks", - "whiteplankwooden": "birch_planks", - "whitewoodenplank": "birch_planks", - "whitewoodplank": "birch_planks", - "whitewplank": "birch_planks", - "wplank": "birch_planks", - "wplankw": "birch_planks", - "wplankwood": "birch_planks", - "wplankwooden": "birch_planks", - "wwoodenplank": "birch_planks", - "wwoodplank": "birch_planks", - "wwplank": "birch_planks", - "birch_pressure_plate": { - "material": "BIRCH_PRESSURE_PLATE" - }, - "birchplate": "birch_pressure_plate", - "birchpplate": "birch_pressure_plate", - "birchpressplate": "birch_pressure_plate", - "birchpressureplate": "birch_pressure_plate", - "bplate": "birch_pressure_plate", - "bpplate": "birch_pressure_plate", - "bpressplate": "birch_pressure_plate", - "bpressureplate": "birch_pressure_plate", - "lightplate": "birch_pressure_plate", - "lightpplate": "birch_pressure_plate", - "lightpressplate": "birch_pressure_plate", - "lightpressureplate": "birch_pressure_plate", - "lplate": "leather_chestplate", - "lpplate": "birch_pressure_plate", - "lpressplate": "birch_pressure_plate", - "lpressureplate": "birch_pressure_plate", - "minecraft:birch_pressure_plate": "birch_pressure_plate", - "plateb": "birch_pressure_plate", - "platebirch": "birch_pressure_plate", - "platel": "birch_pressure_plate", - "platelight": "birch_pressure_plate", - "platew": "birch_pressure_plate", - "platewhite": "birch_pressure_plate", - "whiteplate": "birch_pressure_plate", - "whitepplate": "birch_pressure_plate", - "whitepressplate": "birch_pressure_plate", - "whitepressureplate": "birch_pressure_plate", - "wplate": "birch_pressure_plate", - "wpplate": "birch_pressure_plate", - "wpressplate": "birch_pressure_plate", - "wpressureplate": "birch_pressure_plate", - "birch_sapling": { - "material": "BIRCH_SAPLING" - }, - "birchlogsapling": "birch_sapling", - "birchsapling": "birch_sapling", - "birchtreesapling": "birch_sapling", - "birchtrunksapling": "birch_sapling", - "birchwoodsapling": "birch_sapling", - "blogsapling": "birch_sapling", - "bsapling": "birch_sapling", - "btreesapling": "birch_sapling", - "btrunksapling": "birch_sapling", - "bwoodsapling": "birch_sapling", - "lightlogsapling": "birch_sapling", - "lightsapling": "birch_sapling", - "lighttreesapling": "birch_sapling", - "lighttrunksapling": "birch_sapling", - "lightwoodsapling": "birch_sapling", - "llogsapling": "birch_sapling", - "lsapling": "birch_sapling", - "ltreesapling": "birch_sapling", - "ltrunksapling": "birch_sapling", - "lwoodsapling": "birch_sapling", - "minecraft:birch_sapling": "birch_sapling", - "whitelogsapling": "birch_sapling", - "whitesapling": "birch_sapling", - "whitetreesapling": "birch_sapling", - "whitetrunksapling": "birch_sapling", - "whitewoodsapling": "birch_sapling", - "wlogsapling": "birch_sapling", - "wsapling": "birch_sapling", - "wtreesapling": "birch_sapling", - "wtrunksapling": "birch_sapling", - "wwoodsapling": "birch_sapling", - "birch_sign": { - "material": "BIRCH_SIGN", - "fallbacks": [ - "SIGN" - ] - }, - "birchsign": "birch_sign", - "bsign": "birch_sign", - "lightsign": "birch_sign", - "lsign": "birch_sign", - "minecraft:birch_sign": "birch_sign", - "whitesign": "birch_sign", - "wsign": "birch_sign", - "birch_slab": { - "material": "BIRCH_SLAB" - }, - "bhalfblock": "birch_slab", - "birchhalfblock": "birch_slab", - "birchslab": "birch_slab", - "birchstep": "birch_slab", - "birchwhalfblock": "birch_slab", - "birchwoodenhalfblock": "birch_slab", - "birchwoodenslab": "birch_slab", - "birchwoodenstep": "birch_slab", - "birchwoodhalfblock": "birch_slab", - "birchwoodslab": "birch_slab", - "birchwoodstep": "birch_slab", - "birchwslab": "birch_slab", - "birchwstep": "birch_slab", - "bstep": "birch_slab", - "bwhalfblock": "birch_slab", - "bwoodenhalfblock": "birch_slab", - "bwoodenslab": "birch_slab", - "bwoodenstep": "birch_slab", - "bwoodhalfblock": "birch_slab", - "bwoodslab": "birch_slab", - "bwoodstep": "birch_slab", - "bwslab": "birch_slab", - "bwstep": "birch_slab", - "lhalfblock": "birch_slab", - "lighthalfblock": "birch_slab", - "lightstep": "birch_slab", - "lightwhalfblock": "birch_slab", - "lightwoodenhalfblock": "birch_slab", - "lightwoodenslab": "birch_slab", - "lightwoodenstep": "birch_slab", - "lightwoodhalfblock": "birch_slab", - "lightwoodslab": "birch_slab", - "lightwoodstep": "birch_slab", - "lightwslab": "birch_slab", - "lightwstep": "birch_slab", - "lstep": "birch_slab", - "lwhalfblock": "birch_slab", - "lwoodenhalfblock": "birch_slab", - "lwoodenslab": "birch_slab", - "lwoodenstep": "birch_slab", - "lwoodhalfblock": "birch_slab", - "lwoodslab": "birch_slab", - "lwoodstep": "birch_slab", - "lwslab": "birch_slab", - "lwstep": "birch_slab", - "minecraft:birch_slab": "birch_slab", - "whalfblock": "birch_slab", - "whitehalfblock": "birch_slab", - "whitestep": "birch_slab", - "whitewhalfblock": "birch_slab", - "whitewoodenhalfblock": "birch_slab", - "whitewoodenslab": "birch_slab", - "whitewoodenstep": "birch_slab", - "whitewoodhalfblock": "birch_slab", - "whitewoodslab": "birch_slab", - "whitewoodstep": "birch_slab", - "whitewslab": "birch_slab", - "whitewstep": "birch_slab", - "wstep": "birch_slab", - "wwhalfblock": "birch_slab", - "wwoodenhalfblock": "birch_slab", - "wwoodenslab": "birch_slab", - "wwoodenstep": "birch_slab", - "wwoodhalfblock": "birch_slab", - "wwoodslab": "birch_slab", - "wwoodstep": "birch_slab", - "wwslab": "birch_slab", - "wwstep": "birch_slab", - "birch_stairs": { - "material": "BIRCH_STAIRS" - }, - "birchstair": "birch_stairs", - "birchstairs": "birch_stairs", - "birchwoodenstair": "birch_stairs", - "birchwoodenstairs": "birch_stairs", - "birchwoodstair": "birch_stairs", - "birchwoodstairs": "birch_stairs", - "birchwstair": "birch_stairs", - "birchwstairs": "birch_stairs", - "bstair": "birch_stairs", - "bwoodenstair": "birch_stairs", - "bwoodenstairs": "birch_stairs", - "bwoodstair": "birch_stairs", - "bwoodstairs": "birch_stairs", - "bwstair": "birch_stairs", - "bwstairs": "birch_stairs", - "lightstair": "birch_stairs", - "lightwoodenstair": "birch_stairs", - "lightwoodenstairs": "birch_stairs", - "lightwoodstair": "birch_stairs", - "lightwoodstairs": "birch_stairs", - "lightwstair": "birch_stairs", - "lightwstairs": "birch_stairs", - "lstair": "birch_stairs", - "lwoodenstair": "birch_stairs", - "lwoodenstairs": "birch_stairs", - "lwoodstair": "birch_stairs", - "lwoodstairs": "birch_stairs", - "lwstair": "birch_stairs", - "lwstairs": "birch_stairs", - "minecraft:birch_stairs": "birch_stairs", - "whitestair": "birch_stairs", - "whitewoodenstair": "birch_stairs", - "whitewoodenstairs": "birch_stairs", - "whitewoodstair": "birch_stairs", - "whitewoodstairs": "birch_stairs", - "whitewstair": "birch_stairs", - "whitewstairs": "birch_stairs", - "wstair": "birch_stairs", - "wwoodenstair": "birch_stairs", - "wwoodenstairs": "birch_stairs", - "wwoodstair": "birch_stairs", - "wwoodstairs": "birch_stairs", - "wwstair": "birch_stairs", - "wwstairs": "birch_stairs", - "birch_trapdoor": { - "material": "BIRCH_TRAPDOOR" - }, - "bdoort": "birch_trapdoor", - "bdoortrap": "birch_trapdoor", - "bdtrap": "birch_trapdoor", - "bhatch": "birch_trapdoor", - "birchdoort": "birch_trapdoor", - "birchdoortrap": "birch_trapdoor", - "birchdtrap": "birch_trapdoor", - "birchhatch": "birch_trapdoor", - "birchtdoor": "birch_trapdoor", - "birchtrapd": "birch_trapdoor", - "birchtrapdoor": "birch_trapdoor", - "btdoor": "birch_trapdoor", - "btrapd": "birch_trapdoor", - "btrapdoor": "birch_trapdoor", - "ldoort": "birch_trapdoor", - "ldoortrap": "birch_trapdoor", - "ldtrap": "birch_trapdoor", - "lhatch": "birch_trapdoor", - "lightdoort": "birch_trapdoor", - "lightdoortrap": "birch_trapdoor", - "lightdtrap": "birch_trapdoor", - "lighthatch": "birch_trapdoor", - "lighttdoor": "birch_trapdoor", - "lighttrapd": "birch_trapdoor", - "lighttrapdoor": "birch_trapdoor", - "ltdoor": "birch_trapdoor", - "ltrapd": "birch_trapdoor", - "ltrapdoor": "birch_trapdoor", - "minecraft:birch_trapdoor": "birch_trapdoor", - "wdoort": "birch_trapdoor", - "wdoortrap": "birch_trapdoor", - "wdtrap": "birch_trapdoor", - "whatch": "birch_trapdoor", - "whitedoort": "birch_trapdoor", - "whitedoortrap": "birch_trapdoor", - "whitedtrap": "birch_trapdoor", - "whitehatch": "birch_trapdoor", - "whitetdoor": "birch_trapdoor", - "whitetrapd": "birch_trapdoor", - "whitetrapdoor": "birch_trapdoor", - "wtdoor": "birch_trapdoor", - "wtrapd": "birch_trapdoor", - "wtrapdoor": "birch_trapdoor", - "birch_wood": { - "material": "BIRCH_WOOD" - }, - "birchlogall": "birch_wood", - "birchtreeall": "birch_wood", - "birchtrunkall": "birch_wood", - "birchwood": "birch_wood", - "blogall": "birch_wood", - "btreeall": "birch_wood", - "btrunkall": "birch_wood", - "bwood": "birch_wood", - "lightlogall": "birch_wood", - "lighttreeall": "birch_wood", - "lighttrunkall": "birch_wood", - "lightwood": "birch_wood", - "llogall": "birch_wood", - "ltreeall": "birch_wood", - "ltrunkall": "birch_wood", - "lwood": "birch_wood", - "minecraft:birch_wood": "birch_wood", - "whitelogall": "birch_wood", - "whitetreeall": "birch_wood", - "whitetrunkall": "birch_wood", - "whitewood": "birch_wood", - "wlogall": "birch_wood", - "woodb": "birch_wood", - "woodbirch": "birch_wood", - "woodl": "birch_wood", - "woodlight": "birch_wood", - "woodw": "birch_wood", - "woodwhite": "birch_wood", - "wtreeall": "birch_wood", - "wtrunkall": "birch_wood", - "wwood": "birch_wood", - "black_banner": { - "material": "BLACK_BANNER" - }, - "bkbanner": "black_banner", - "blabanner": "black_banner", - "blackbanner": "black_banner", - "minecraft:black_banner": "black_banner", - "black_bed": { - "material": "BLACK_BED" - }, - "bkbed": "black_bed", - "blabed": "black_bed", - "blackbed": "black_bed", - "minecraft:black_bed": "black_bed", - "black_candle": { - "material": "BLACK_CANDLE" - }, - "bkcandle": "black_candle", - "blacandle": "black_candle", - "blackcandle": "black_candle", - "minecraft:black_candle": "black_candle", - "black_carpet": { - "material": "BLACK_CARPET" - }, - "bkcarpet": "black_carpet", - "bkfloor": "black_carpet", - "blacarpet": "black_carpet", - "blackcarpet": "black_carpet", - "blackfloor": "black_carpet", - "blafloor": "black_carpet", - "minecraft:black_carpet": "black_carpet", - "black_concrete": { - "material": "BLACK_CONCRETE" - }, - "bkconcrete": "black_concrete", - "blackconcrete": "black_concrete", - "blaconcrete": "black_concrete", - "minecraft:black_concrete": "black_concrete", - "black_concrete_powder": { - "material": "BLACK_CONCRETE_POWDER" - }, - "bkcdust": "black_concrete_powder", - "bkconcretepowder": "black_concrete_powder", - "bkconcretesand": "black_concrete_powder", - "bkcp": "black_concrete_powder", - "bkcpowder": "black_concrete_powder", - "blacdust": "black_concrete_powder", - "blackcdust": "black_concrete_powder", - "blackconcretepowder": "black_concrete_powder", - "blackconcretesand": "black_concrete_powder", - "blackcp": "black_concrete_powder", - "blackcpowder": "black_concrete_powder", - "blaconcretepowder": "black_concrete_powder", - "blaconcretesand": "black_concrete_powder", - "blacp": "black_concrete_powder", - "blacpowder": "black_concrete_powder", - "minecraft:black_concrete_powder": "black_concrete_powder", - "black_dye": { - "material": "BLACK_DYE", - "fallbacks": [ - "INK_SAC", - "INK_SACK" - ] - }, - "bkdye": "black_dye", - "blackdye": "black_dye", - "bladye": "black_dye", - "minecraft:black_dye": "black_dye", - "black_glazed_terracotta": { - "material": "BLACK_GLAZED_TERRACOTTA" - }, - "bkglazedtcota": "black_glazed_terracotta", - "bkglazedterra": "black_glazed_terracotta", - "bkglazedterracota": "black_glazed_terracotta", - "bkglazedterracotta": "black_glazed_terracotta", - "bkgtcotta": "black_glazed_terracotta", - "bkgterra": "black_glazed_terracotta", - "blackglazedtcota": "black_glazed_terracotta", - "blackglazedterra": "black_glazed_terracotta", - "blackglazedterracota": "black_glazed_terracotta", - "blackglazedterracotta": "black_glazed_terracotta", - "blackgtcotta": "black_glazed_terracotta", - "blackgterra": "black_glazed_terracotta", - "blaglazedtcota": "black_glazed_terracotta", - "blaglazedterra": "black_glazed_terracotta", - "blaglazedterracota": "black_glazed_terracotta", - "blaglazedterracotta": "black_glazed_terracotta", - "blagtcotta": "black_glazed_terracotta", - "blagterra": "black_glazed_terracotta", - "minecraft:black_glazed_terracotta": "black_glazed_terracotta", - "black_shulker_box": { - "material": "BLACK_SHULKER_BOX" - }, - "bksbox": "black_shulker_box", - "bkshulkerbox": "black_shulker_box", - "blacksbox": "black_shulker_box", - "blackshulkerbox": "black_shulker_box", - "blasbox": "black_shulker_box", - "blashulkerbox": "black_shulker_box", - "minecraft:black_shulker_box": "black_shulker_box", - "black_stained_glass": { - "material": "BLACK_STAINED_GLASS" - }, - "bkglass": "black_stained_glass", - "bksglass": "black_stained_glass", - "bkstainedglass": "black_stained_glass", - "blackglass": "black_stained_glass", - "blacksglass": "black_stained_glass", - "blackstainedglass": "black_stained_glass", - "blaglass": "black_stained_glass", - "blasglass": "black_stained_glass", - "blastainedglass": "black_stained_glass", - "minecraft:black_stained_glass": "black_stained_glass", - "black_stained_glass_pane": { - "material": "BLACK_STAINED_GLASS_PANE" - }, - "bkglasspane": "black_stained_glass_pane", - "bkgpane": "black_stained_glass_pane", - "bksglasspane": "black_stained_glass_pane", - "bkstainedglasspane": "black_stained_glass_pane", - "blackglasspane": "black_stained_glass_pane", - "blackgpane": "black_stained_glass_pane", - "blacksglasspane": "black_stained_glass_pane", - "blackstainedglasspane": "black_stained_glass_pane", - "blaglasspane": "black_stained_glass_pane", - "blagpane": "black_stained_glass_pane", - "blasglasspane": "black_stained_glass_pane", - "blastainedglasspane": "black_stained_glass_pane", - "minecraft:black_stained_glass_pane": "black_stained_glass_pane", - "black_terracotta": { - "material": "BLACK_TERRACOTTA" - }, - "bkclay": "black_terracotta", - "bksclay": "black_terracotta", - "bkstainedclay": "black_terracotta", - "bktcota": "black_terracotta", - "bkterra": "black_terracotta", - "bkterracota": "black_terracotta", - "bkterracotta": "black_terracotta", - "blackclay": "black_terracotta", - "blacksclay": "black_terracotta", - "blackstainedclay": "black_terracotta", - "blacktcota": "black_terracotta", - "blackterra": "black_terracotta", - "blackterracota": "black_terracotta", - "blackterracotta": "black_terracotta", - "blaclay": "black_terracotta", - "blasclay": "black_terracotta", - "blastainedclay": "black_terracotta", - "blatcota": "black_terracotta", - "blaterra": "black_terracotta", - "blaterracota": "black_terracotta", - "blaterracotta": "black_terracotta", - "minecraft:black_terracotta": "black_terracotta", - "black_wool": { - "material": "BLACK_WOOL" - }, - "bkcloth": "black_wool", - "bkcotton": "black_wool", - "bkwool": "black_wool", - "blackcloth": "black_wool", - "blackcotton": "black_wool", - "blackwool": "black_wool", - "blacloth": "black_wool", - "blacotton": "black_wool", - "blawool": "black_wool", - "minecraft:black_wool": "black_wool", - "blackstone": { - "material": "BLACKSTONE" - }, - "blackstoneb": "blackstone", - "blackstonebl": "blackstone", - "blackstoneblock": "blackstone", - "blst": "blackstone", - "blstb": "blackstone", - "blstbl": "blackstone", - "blstblock": "blackstone", - "blstone": "blackstone", - "blstoneb": "blackstone", - "blstonebl": "blackstone", - "blstoneblock": "blackstone", - "minecraft:blackstone": "blackstone", - "blackstone_slab": { - "material": "BLACKSTONE_SLAB" - }, - "blackstonehalfblock": "blackstone_slab", - "blackstoneslab": "blackstone_slab", - "blackstonestep": "blackstone_slab", - "blsthalfblock": "blackstone_slab", - "blstonehalfblock": "blackstone_slab", - "blstonestep": "blackstone_slab", - "blststep": "blackstone_slab", - "minecraft:blackstone_slab": "blackstone_slab", - "blackstone_stairs": { - "material": "BLACKSTONE_STAIRS" - }, - "blackstonestair": "blackstone_stairs", - "blackstonestairs": "blackstone_stairs", - "blstonestair": "blackstone_stairs", - "blstonestairs": "blackstone_stairs", - "blststair": "blackstone_stairs", - "blststairs": "blackstone_stairs", - "minecraft:blackstone_stairs": "blackstone_stairs", - "blackstone_wall": { - "material": "BLACKSTONE_WALL" - }, - "blackstonewall": "blackstone_wall", - "blstonewall": "blackstone_wall", - "blstwall": "blackstone_wall", - "minecraft:blackstone_wall": "blackstone_wall", - "wallblackstone": "blackstone_wall", - "wallblst": "blackstone_wall", - "wallblstone": "blackstone_wall", - "blade_pottery_sherd": { - "material": "BLADE_POTTERY_SHERD" - }, - "bladepotterysherd": "blade_pottery_sherd", - "bladesherd": "blade_pottery_sherd", - "minecraft:blade_pottery_sherd": "blade_pottery_sherd", - "blast_furnace": { - "material": "BLAST_FURNACE" - }, - "blastfurnace": "blast_furnace", - "minecraft:blast_furnace": "blast_furnace", - "blaze_powder": { - "material": "BLAZE_POWDER" - }, - "blazepowder": "blaze_powder", - "minecraft:blaze_powder": "blaze_powder", - "blaze_rod": { - "material": "BLAZE_ROD" - }, - "blazerod": "blaze_rod", - "minecraft:blaze_rod": "blaze_rod", - "blaze_spawn_egg": { - "material": "BLAZE_SPAWN_EGG" - }, - "blazeegg": "blaze_spawn_egg", - "blazesegg": "blaze_spawn_egg", - "blazespawn": "blaze_spawn_egg", - "blazespawnegg": "blaze_spawn_egg", - "eggblaze": "blaze_spawn_egg", - "minecraft:blaze_spawn_egg": "blaze_spawn_egg", - "seggblaze": "blaze_spawn_egg", - "spawnblaze": "blaze_spawn_egg", - "spawneggblaze": "blaze_spawn_egg", - "blaze_spawner": { - "entity": "BLAZE", - "material": "SPAWNER" - }, - "blazecage": "blaze_spawner", - "blazemcage": "blaze_spawner", - "blazemobcage": "blaze_spawner", - "blazemobspawner": "blaze_spawner", - "blazemonstercage": "blaze_spawner", - "blazemonsterspawner": "blaze_spawner", - "blazemspawner": "blaze_spawner", - "blazespawner": "blaze_spawner", - "blue_banner": { - "material": "BLUE_BANNER" - }, - "blubanner": "blue_banner", - "bluebanner": "blue_banner", - "minecraft:blue_banner": "blue_banner", - "blue_bed": { - "material": "BLUE_BED" - }, - "blubed": "blue_bed", - "bluebed": "blue_bed", - "minecraft:blue_bed": "blue_bed", - "blue_candle": { - "material": "BLUE_CANDLE" - }, - "blucandle": "blue_candle", - "bluecandle": "blue_candle", - "minecraft:blue_candle": "blue_candle", - "blue_carpet": { - "material": "BLUE_CARPET" - }, - "blucarpet": "blue_carpet", - "bluecarpet": "blue_carpet", - "bluefloor": "blue_carpet", - "blufloor": "blue_carpet", - "minecraft:blue_carpet": "blue_carpet", - "blue_concrete": { - "material": "BLUE_CONCRETE" - }, - "bluconcrete": "blue_concrete", - "blueconcrete": "blue_concrete", - "minecraft:blue_concrete": "blue_concrete", - "blue_concrete_powder": { - "material": "BLUE_CONCRETE_POWDER" - }, - "blucdust": "blue_concrete_powder", - "bluconcretepowder": "blue_concrete_powder", - "bluconcretesand": "blue_concrete_powder", - "blucp": "blue_concrete_powder", - "blucpowder": "blue_concrete_powder", - "bluecdust": "blue_concrete_powder", - "blueconcretepowder": "blue_concrete_powder", - "blueconcretesand": "blue_concrete_powder", - "bluecp": "blue_concrete_powder", - "bluecpowder": "blue_concrete_powder", - "minecraft:blue_concrete_powder": "blue_concrete_powder", - "blue_dye": { - "material": "BLUE_DYE", - "fallbacks": [ - "LAPIS_LAZULI" - ] - }, - "bludye": "blue_dye", - "bluedye": "blue_dye", - "minecraft:blue_dye": "blue_dye", - "blue_glazed_terracotta": { - "material": "BLUE_GLAZED_TERRACOTTA" - }, - "blueglazedtcota": "blue_glazed_terracotta", - "blueglazedterra": "blue_glazed_terracotta", - "blueglazedterracota": "blue_glazed_terracotta", - "blueglazedterracotta": "blue_glazed_terracotta", - "bluegtcotta": "blue_glazed_terracotta", - "bluegterra": "blue_glazed_terracotta", - "bluglazedtcota": "blue_glazed_terracotta", - "bluglazedterra": "blue_glazed_terracotta", - "bluglazedterracota": "blue_glazed_terracotta", - "bluglazedterracotta": "blue_glazed_terracotta", - "blugtcotta": "blue_glazed_terracotta", - "blugterra": "blue_glazed_terracotta", - "minecraft:blue_glazed_terracotta": "blue_glazed_terracotta", - "blue_ice": { - "material": "BLUE_ICE" - }, - "blueice": "blue_ice", - "minecraft:blue_ice": "blue_ice", - "blue_orchid": { - "material": "BLUE_ORCHID" - }, - "blueorchid": "blue_orchid", - "cyanflower": "blue_orchid", - "cyanorchid": "blue_orchid", - "lblueflower": "blue_orchid", - "lblueorchid": "blue_orchid", - "lightblueflower": "blue_orchid", - "lightblueorchid": "blue_orchid", - "minecraft:blue_orchid": "blue_orchid", - "orchid": "blue_orchid", - "blue_shulker_box": { - "material": "BLUE_SHULKER_BOX" - }, - "bluesbox": "blue_shulker_box", - "blueshulkerbox": "blue_shulker_box", - "blusbox": "blue_shulker_box", - "blushulkerbox": "blue_shulker_box", - "minecraft:blue_shulker_box": "blue_shulker_box", - "blue_stained_glass": { - "material": "BLUE_STAINED_GLASS" - }, - "blueglass": "blue_stained_glass", - "bluesglass": "blue_stained_glass", - "bluestainedglass": "blue_stained_glass", - "bluglass": "blue_stained_glass", - "blusglass": "blue_stained_glass", - "blustainedglass": "blue_stained_glass", - "minecraft:blue_stained_glass": "blue_stained_glass", - "blue_stained_glass_pane": { - "material": "BLUE_STAINED_GLASS_PANE" - }, - "blueglasspane": "blue_stained_glass_pane", - "bluegpane": "blue_stained_glass_pane", - "bluesglasspane": "blue_stained_glass_pane", - "bluestainedglasspane": "blue_stained_glass_pane", - "bluglasspane": "blue_stained_glass_pane", - "blugpane": "blue_stained_glass_pane", - "blusglasspane": "blue_stained_glass_pane", - "blustainedglasspane": "blue_stained_glass_pane", - "minecraft:blue_stained_glass_pane": "blue_stained_glass_pane", - "blue_terracotta": { - "material": "BLUE_TERRACOTTA" - }, - "bluclay": "blue_terracotta", - "blueclay": "blue_terracotta", - "bluesclay": "blue_terracotta", - "bluestainedclay": "blue_terracotta", - "bluetcota": "blue_terracotta", - "blueterra": "blue_terracotta", - "blueterracota": "blue_terracotta", - "blueterracotta": "blue_terracotta", - "blusclay": "blue_terracotta", - "blustainedclay": "blue_terracotta", - "blutcota": "blue_terracotta", - "bluterra": "blue_terracotta", - "bluterracota": "blue_terracotta", - "bluterracotta": "blue_terracotta", - "minecraft:blue_terracotta": "blue_terracotta", - "blue_wool": { - "material": "BLUE_WOOL" - }, - "blucloth": "blue_wool", - "blucotton": "blue_wool", - "bluecloth": "blue_wool", - "bluecotton": "blue_wool", - "bluewool": "blue_wool", - "bluwool": "blue_wool", - "minecraft:blue_wool": "blue_wool", - "bone": { - "material": "BONE" - }, - "minecraft:bone": "bone", - "bone_block": { - "material": "BONE_BLOCK" - }, - "boneblock": "bone_block", - "minecraft:bone_block": "bone_block", - "bone_meal": { - "material": "BONE_MEAL" - }, - "bonemeal": "bone_meal", - "minecraft:bone_meal": "bone_meal", - "book": { - "material": "BOOK" - }, - "minecraft:book": "book", - "bookshelf": { - "material": "BOOKSHELF" - }, - "blockbook": "bookshelf", - "bookblock": "bookshelf", - "bookcase": "bookshelf", - "bshelf": "bookshelf", - "casebook": "bookshelf", - "minecraft:bookshelf": "bookshelf", - "shelfbook": "bookshelf", - "bow": { - "material": "BOW" - }, - "minecraft:bow": "bow", - "bowl": { - "material": "BOWL" - }, - "minecraft:bowl": "bowl", - "brain_coral": { - "material": "BRAIN_CORAL" - }, - "braincoral": "brain_coral", - "minecraft:brain_coral": "brain_coral", - "brain_coral_block": { - "material": "BRAIN_CORAL_BLOCK" - }, - "braincoralblock": "brain_coral_block", - "minecraft:brain_coral_block": "brain_coral_block", - "brain_coral_fan": { - "material": "BRAIN_CORAL_FAN" - }, - "braincoralfan": "brain_coral_fan", - "minecraft:brain_coral_fan": "brain_coral_fan", - "bread": { - "material": "BREAD" - }, - "minecraft:bread": "bread", - "brewer_pottery_sherd": { - "material": "BREWER_POTTERY_SHERD" - }, - "brewerpotterysherd": "brewer_pottery_sherd", - "brewersherd": "brewer_pottery_sherd", - "brewsherd": "brewer_pottery_sherd", - "minecraft:brewer_pottery_sherd": "brewer_pottery_sherd", - "brewing_stand": { - "material": "BREWING_STAND" - }, - "brewingstand": "brewing_stand", - "minecraft:brewing_stand": "brewing_stand", - "brick": { - "material": "BRICK" - }, - "minecraft:brick": "brick", - "brick_slab": { - "material": "BRICK_SLAB" - }, - "brickslab": "brick_slab", - "minecraft:brick_slab": "brick_slab", - "brick_stairs": { - "material": "BRICK_STAIRS" - }, - "brickstairs": "brick_stairs", - "minecraft:brick_stairs": "brick_stairs", - "brick_wall": { - "material": "BRICK_WALL" - }, - "brickwall": "brick_wall", - "minecraft:brick_wall": "brick_wall", - "bricks": { - "material": "BRICKS" - }, - "minecraft:bricks": "bricks", - "brown_banner": { - "material": "BROWN_BANNER" - }, - "brbanner": "brown_banner", - "brobanner": "brown_banner", - "brownbanner": "brown_banner", - "minecraft:brown_banner": "brown_banner", - "brown_bed": { - "material": "BROWN_BED" - }, - "brbed": "brown_bed", - "brobed": "brown_bed", - "brownbed": "brown_bed", - "minecraft:brown_bed": "brown_bed", - "brown_candle": { - "material": "BROWN_CANDLE" - }, - "brcandle": "brown_candle", - "brocandle": "brown_candle", - "browncandle": "brown_candle", - "minecraft:brown_candle": "brown_candle", - "brown_carpet": { - "material": "BROWN_CARPET" - }, - "brcarpet": "brown_carpet", - "brfloor": "brown_carpet", - "brocarpet": "brown_carpet", - "brofloor": "brown_carpet", - "browncarpet": "brown_carpet", - "brownfloor": "brown_carpet", - "minecraft:brown_carpet": "brown_carpet", - "brown_concrete": { - "material": "BROWN_CONCRETE" - }, - "brconcrete": "brown_concrete", - "broconcrete": "brown_concrete", - "brownconcrete": "brown_concrete", - "minecraft:brown_concrete": "brown_concrete", - "brown_concrete_powder": { - "material": "BROWN_CONCRETE_POWDER" - }, - "brcdust": "brown_concrete_powder", - "brconcretepowder": "brown_concrete_powder", - "brconcretesand": "brown_concrete_powder", - "brcp": "brown_concrete_powder", - "brcpowder": "brown_concrete_powder", - "brocdust": "brown_concrete_powder", - "broconcretepowder": "brown_concrete_powder", - "broconcretesand": "brown_concrete_powder", - "brocp": "brown_concrete_powder", - "brocpowder": "brown_concrete_powder", - "browncdust": "brown_concrete_powder", - "brownconcretepowder": "brown_concrete_powder", - "brownconcretesand": "brown_concrete_powder", - "browncp": "brown_concrete_powder", - "browncpowder": "brown_concrete_powder", - "minecraft:brown_concrete_powder": "brown_concrete_powder", - "brown_dye": { - "material": "BROWN_DYE", - "fallbacks": [ - "COCOA_BEANS" - ] - }, - "brdye": "brown_dye", - "brodye": "brown_dye", - "browndye": "brown_dye", - "minecraft:brown_dye": "brown_dye", - "brown_glazed_terracotta": { - "material": "BROWN_GLAZED_TERRACOTTA" - }, - "brglazedtcota": "brown_glazed_terracotta", - "brglazedterra": "brown_glazed_terracotta", - "brglazedterracota": "brown_glazed_terracotta", - "brglazedterracotta": "brown_glazed_terracotta", - "brgtcotta": "brown_glazed_terracotta", - "brgterra": "brown_glazed_terracotta", - "broglazedtcota": "brown_glazed_terracotta", - "broglazedterra": "brown_glazed_terracotta", - "broglazedterracota": "brown_glazed_terracotta", - "broglazedterracotta": "brown_glazed_terracotta", - "brogtcotta": "brown_glazed_terracotta", - "brogterra": "brown_glazed_terracotta", - "brownglazedtcota": "brown_glazed_terracotta", - "brownglazedterra": "brown_glazed_terracotta", - "brownglazedterracota": "brown_glazed_terracotta", - "brownglazedterracotta": "brown_glazed_terracotta", - "browngtcotta": "brown_glazed_terracotta", - "browngterra": "brown_glazed_terracotta", - "minecraft:brown_glazed_terracotta": "brown_glazed_terracotta", - "brown_mushroom": { - "material": "BROWN_MUSHROOM" - }, - "brownmushroom": "brown_mushroom", - "minecraft:brown_mushroom": "brown_mushroom", - "brown_mushroom_block": { - "material": "BROWN_MUSHROOM_BLOCK" - }, - "brownmushroomblock": "brown_mushroom_block", - "minecraft:brown_mushroom_block": "brown_mushroom_block", - "brown_shulker_box": { - "material": "BROWN_SHULKER_BOX" - }, - "brosbox": "brown_shulker_box", - "broshulkerbox": "brown_shulker_box", - "brownsbox": "brown_shulker_box", - "brownshulkerbox": "brown_shulker_box", - "brsbox": "brown_shulker_box", - "brshulkerbox": "brown_shulker_box", - "minecraft:brown_shulker_box": "brown_shulker_box", - "brown_stained_glass": { - "material": "BROWN_STAINED_GLASS" - }, - "brglass": "brown_stained_glass", - "broglass": "brown_stained_glass", - "brosglass": "brown_stained_glass", - "brostainedglass": "brown_stained_glass", - "brownglass": "brown_stained_glass", - "brownsglass": "brown_stained_glass", - "brownstainedglass": "brown_stained_glass", - "brsglass": "brown_stained_glass", - "brstainedglass": "brown_stained_glass", - "minecraft:brown_stained_glass": "brown_stained_glass", - "brown_stained_glass_pane": { - "material": "BROWN_STAINED_GLASS_PANE" - }, - "brglasspane": "brown_stained_glass_pane", - "brgpane": "brown_stained_glass_pane", - "broglasspane": "brown_stained_glass_pane", - "brogpane": "brown_stained_glass_pane", - "brosglasspane": "brown_stained_glass_pane", - "brostainedglasspane": "brown_stained_glass_pane", - "brownglasspane": "brown_stained_glass_pane", - "browngpane": "brown_stained_glass_pane", - "brownsglasspane": "brown_stained_glass_pane", - "brownstainedglasspane": "brown_stained_glass_pane", - "brsglasspane": "brown_stained_glass_pane", - "brstainedglasspane": "brown_stained_glass_pane", - "minecraft:brown_stained_glass_pane": "brown_stained_glass_pane", - "brown_terracotta": { - "material": "BROWN_TERRACOTTA" - }, - "brclay": "brown_terracotta", - "broclay": "brown_terracotta", - "brosclay": "brown_terracotta", - "brostainedclay": "brown_terracotta", - "brotcota": "brown_terracotta", - "broterra": "brown_terracotta", - "broterracota": "brown_terracotta", - "broterracotta": "brown_terracotta", - "brownclay": "brown_terracotta", - "brownsclay": "brown_terracotta", - "brownstainedclay": "brown_terracotta", - "browntcota": "brown_terracotta", - "brownterra": "brown_terracotta", - "brownterracota": "brown_terracotta", - "brownterracotta": "brown_terracotta", - "brsclay": "brown_terracotta", - "brstainedclay": "brown_terracotta", - "brtcota": "brown_terracotta", - "brterra": "brown_terracotta", - "brterracota": "brown_terracotta", - "brterracotta": "brown_terracotta", - "minecraft:brown_terracotta": "brown_terracotta", - "brown_wool": { - "material": "BROWN_WOOL" - }, - "brcloth": "brown_wool", - "brcotton": "brown_wool", - "brocloth": "brown_wool", - "brocotton": "brown_wool", - "browncloth": "brown_wool", - "browncotton": "brown_wool", - "brownwool": "brown_wool", - "browool": "brown_wool", - "brwool": "brown_wool", - "minecraft:brown_wool": "brown_wool", - "brush": { - "material": "BRUSH" - }, - "minecraft:brush": "brush", - "bubble_coral": { - "material": "BUBBLE_CORAL" - }, - "bubblecoral": "bubble_coral", - "minecraft:bubble_coral": "bubble_coral", - "bubble_coral_block": { - "material": "BUBBLE_CORAL_BLOCK" - }, - "bubblecoralblock": "bubble_coral_block", - "minecraft:bubble_coral_block": "bubble_coral_block", - "bubble_coral_fan": { - "material": "BUBBLE_CORAL_FAN" - }, - "bubblecoralfan": "bubble_coral_fan", - "minecraft:bubble_coral_fan": "bubble_coral_fan", - "bucket": { - "material": "BUCKET" - }, - "minecraft:bucket": "bucket", - "budding_amethyst": { - "material": "BUDDING_AMETHYST" - }, - "buddingamethyst": "budding_amethyst", - "minecraft:budding_amethyst": "budding_amethyst", - "bundle": { - "material": "BUNDLE" - }, - "minecraft:bundle": "bundle", - "burn_pottery_sherd": { - "material": "BURN_POTTERY_SHERD" - }, - "burnpotterysherd": "burn_pottery_sherd", - "burnsherd": "burn_pottery_sherd", - "minecraft:burn_pottery_sherd": "burn_pottery_sherd", - "cactus": { - "material": "CACTUS" - }, - "cacti": "cactus", - "cactuses": "cactus", - "minecraft:cactus": "cactus", - "cake": { - "material": "CAKE" - }, - "minecraft:cake": "cake", - "calcite": { - "material": "CALCITE" - }, - "minecraft:calcite": "calcite", - "calibrated_sculk_sensor": { - "material": "CALIBRATED_SCULK_SENSOR" - }, - "calibratedsculksensor": "calibrated_sculk_sensor", - "cscsensor": "calibrated_sculk_sensor", - "minecraft:calibrated_sculk_sensor": "calibrated_sculk_sensor", - "camel_spawn_egg": { - "material": "CAMEL_SPAWN_EGG" - }, - "camelegg": "camel_spawn_egg", - "camelsegg": "camel_spawn_egg", - "camelspawn": "camel_spawn_egg", - "camelspawnegg": "camel_spawn_egg", - "eggcamel": "camel_spawn_egg", - "minecraft:camel_spawn_egg": "camel_spawn_egg", - "seggcamel": "camel_spawn_egg", - "spawncamel": "camel_spawn_egg", - "spawneggcamel": "camel_spawn_egg", - "camel_spawner": { - "entity": "CAMEL", - "material": "SPAWNER" - }, - "camelcage": "camel_spawner", - "camelmcage": "camel_spawner", - "camelmobcage": "camel_spawner", - "camelmobspawner": "camel_spawner", - "camelmonstercage": "camel_spawner", - "camelmonsterspawner": "camel_spawner", - "camelmspawner": "camel_spawner", - "camelspawner": "camel_spawner", - "campfire": { - "material": "CAMPFIRE" - }, - "minecraft:campfire": "campfire", - "candle": { - "material": "CANDLE" - }, - "minecraft:candle": "candle", - "carrot": { - "material": "CARROT" - }, - "minecraft:carrot": "carrot", - "carrot_on_a_stick": { - "material": "CARROT_ON_A_STICK" - }, - "carrotonastick": "carrot_on_a_stick", - "minecraft:carrot_on_a_stick": "carrot_on_a_stick", - "cartography_table": { - "material": "CARTOGRAPHY_TABLE" - }, - "cartographytable": "cartography_table", - "minecraft:cartography_table": "cartography_table", - "carved_pumpkin": { - "material": "CARVED_PUMPKIN" - }, - "carvedpumpkin": "carved_pumpkin", - "cutpumpkin": "carved_pumpkin", - "hollowpumpkin": "carved_pumpkin", - "legacypumpkin": "carved_pumpkin", - "minecraft:carved_pumpkin": "carved_pumpkin", - "oldpumpkin": "carved_pumpkin", - "cat_spawn_egg": { - "material": "CAT_SPAWN_EGG" - }, - "categg": "cat_spawn_egg", - "catsegg": "cat_spawn_egg", - "catspawn": "cat_spawn_egg", - "catspawnegg": "cat_spawn_egg", - "eggcat": "cat_spawn_egg", - "minecraft:cat_spawn_egg": "cat_spawn_egg", - "seggcat": "cat_spawn_egg", - "spawncat": "cat_spawn_egg", - "spawneggcat": "cat_spawn_egg", - "cat_spawner": { - "entity": "CAT", - "material": "SPAWNER" - }, - "catcage": "cat_spawner", - "catmcage": "cat_spawner", - "catmobcage": "cat_spawner", - "catmobspawner": "cat_spawner", - "catmonstercage": "cat_spawner", - "catmonsterspawner": "cat_spawner", - "catmspawner": "cat_spawner", - "catspawner": "cat_spawner", - "cauldron": { - "material": "CAULDRON" - }, - "minecraft:cauldron": "cauldron", - "cave_spider_spawn_egg": { - "material": "CAVE_SPIDER_SPAWN_EGG" - }, - "cave_spideregg": "cave_spider_spawn_egg", - "cave_spidersegg": "cave_spider_spawn_egg", - "cave_spiderspawn": "cave_spider_spawn_egg", - "cave_spiderspawnegg": "cave_spider_spawn_egg", - "cavespiderspawnegg": "cave_spider_spawn_egg", - "cspidegg": "cave_spider_spawn_egg", - "cspideregg": "cave_spider_spawn_egg", - "cspidersegg": "cave_spider_spawn_egg", - "cspiderspawn": "cave_spider_spawn_egg", - "cspiderspawnegg": "cave_spider_spawn_egg", - "cspidsegg": "cave_spider_spawn_egg", - "cspidspawn": "cave_spider_spawn_egg", - "cspidspawnegg": "cave_spider_spawn_egg", - "eggcave_spider": "cave_spider_spawn_egg", - "eggcspid": "cave_spider_spawn_egg", - "eggcspider": "cave_spider_spawn_egg", - "minecraft:cave_spider_spawn_egg": "cave_spider_spawn_egg", - "seggcave_spider": "cave_spider_spawn_egg", - "seggcspid": "cave_spider_spawn_egg", - "seggcspider": "cave_spider_spawn_egg", - "spawncave_spider": "cave_spider_spawn_egg", - "spawncspid": "cave_spider_spawn_egg", - "spawncspider": "cave_spider_spawn_egg", - "spawneggcave_spider": "cave_spider_spawn_egg", - "spawneggcspid": "cave_spider_spawn_egg", - "spawneggcspider": "cave_spider_spawn_egg", - "cave_spider_spawner": { - "entity": "CAVE_SPIDER", - "material": "SPAWNER" - }, - "cave_spidercage": "cave_spider_spawner", - "cave_spidermcage": "cave_spider_spawner", - "cave_spidermobcage": "cave_spider_spawner", - "cave_spidermobspawner": "cave_spider_spawner", - "cave_spidermonstercage": "cave_spider_spawner", - "cave_spidermonsterspawner": "cave_spider_spawner", - "cave_spidermspawner": "cave_spider_spawner", - "cave_spiderspawner": "cave_spider_spawner", - "cspidcage": "cave_spider_spawner", - "cspidercage": "cave_spider_spawner", - "cspidermcage": "cave_spider_spawner", - "cspidermobcage": "cave_spider_spawner", - "cspidermobspawner": "cave_spider_spawner", - "cspidermonstercage": "cave_spider_spawner", - "cspidermonsterspawner": "cave_spider_spawner", - "cspidermspawner": "cave_spider_spawner", - "cspiderspawner": "cave_spider_spawner", - "cspidmcage": "cave_spider_spawner", - "cspidmobcage": "cave_spider_spawner", - "cspidmobspawner": "cave_spider_spawner", - "cspidmonstercage": "cave_spider_spawner", - "cspidmonsterspawner": "cave_spider_spawner", - "cspidmspawner": "cave_spider_spawner", - "cspidspawner": "cave_spider_spawner", - "chain": { - "material": "CHAIN" - }, - "minecraft:chain": "chain", - "chain_command_block": { - "material": "CHAIN_COMMAND_BLOCK" - }, - "chaincmdblock": "chain_command_block", - "chaincommandblock": "chain_command_block", - "chainmacroblock": "chain_command_block", - "chblockcmd": "chain_command_block", - "chcmdblock": "chain_command_block", - "minecraft:chain_command_block": "chain_command_block", - "chainmail_boots": { - "material": "CHAINMAIL_BOOTS" - }, - "chainboots": "chainmail_boots", - "chainmailboots": "chainmail_boots", - "chainmailshoes": "chainmail_boots", - "chainmboots": "chainmail_boots", - "chainmshoes": "chainmail_boots", - "chainshoes": "chainmail_boots", - "cmailboots": "chainmail_boots", - "cmailshoes": "chainmail_boots", - "cmboots": "chainmail_boots", - "cmshoes": "chainmail_boots", - "minecraft:chainmail_boots": "chainmail_boots", - "chainmail_chestplate": { - "material": "CHAINMAIL_CHESTPLATE" - }, - "chainchestplate": "chainmail_chestplate", - "chainmailchestplate": "chainmail_chestplate", - "chainmailplate": "chainmail_chestplate", - "chainmailplatebody": "chainmail_chestplate", - "chainmailshirt": "chainmail_chestplate", - "chainmailtunic": "chainmail_chestplate", - "chainmchestplate": "chainmail_chestplate", - "chainmplate": "chainmail_chestplate", - "chainmplatebody": "chainmail_chestplate", - "chainmshirt": "chainmail_chestplate", - "chainmtunic": "chainmail_chestplate", - "chainplate": "chainmail_chestplate", - "chainplatebody": "chainmail_chestplate", - "chainshirt": "chainmail_chestplate", - "chaintunic": "chainmail_chestplate", - "cmailchestplate": "chainmail_chestplate", - "cmailplate": "chainmail_chestplate", - "cmailplatebody": "chainmail_chestplate", - "cmailshirt": "chainmail_chestplate", - "cmailtunic": "chainmail_chestplate", - "cmchestplate": "chainmail_chestplate", - "cmplate": "chainmail_chestplate", - "cmplatebody": "chainmail_chestplate", - "cmshirt": "chainmail_chestplate", - "cmtunic": "chainmail_chestplate", - "minecraft:chainmail_chestplate": "chainmail_chestplate", - "chainmail_helmet": { - "material": "CHAINMAIL_HELMET" - }, - "chaincoif": "chainmail_helmet", - "chainhat": "chainmail_helmet", - "chainhelm": "chainmail_helmet", - "chainhelmet": "chainmail_helmet", - "chainmailcoif": "chainmail_helmet", - "chainmailhat": "chainmail_helmet", - "chainmailhelm": "chainmail_helmet", - "chainmailhelmet": "chainmail_helmet", - "chainmcoif": "chainmail_helmet", - "chainmhat": "chainmail_helmet", - "chainmhelm": "chainmail_helmet", - "chainmhelmet": "chainmail_helmet", - "cmailcoif": "chainmail_helmet", - "cmailhat": "chainmail_helmet", - "cmailhelm": "chainmail_helmet", - "cmailhelmet": "chainmail_helmet", - "cmcoif": "chainmail_helmet", - "cmhat": "chainmail_helmet", - "cmhelm": "chainmail_helmet", - "cmhelmet": "chainmail_helmet", - "minecraft:chainmail_helmet": "chainmail_helmet", - "chainmail_leggings": { - "material": "CHAINMAIL_LEGGINGS" - }, - "chainleggings": "chainmail_leggings", - "chainlegs": "chainmail_leggings", - "chainmailleggings": "chainmail_leggings", - "chainmaillegs": "chainmail_leggings", - "chainmailpants": "chainmail_leggings", - "chainmleggings": "chainmail_leggings", - "chainmlegs": "chainmail_leggings", - "chainmpants": "chainmail_leggings", - "chainpants": "chainmail_leggings", - "cmailleggings": "chainmail_leggings", - "cmaillegs": "chainmail_leggings", - "cmailpants": "chainmail_leggings", - "cmleggings": "chainmail_leggings", - "cmlegs": "chainmail_leggings", - "cmpants": "chainmail_leggings", - "minecraft:chainmail_leggings": "chainmail_leggings", - "charcoal": { - "material": "CHARCOAL" - }, - "minecraft:charcoal": "charcoal", - "cherry_boat": { - "material": "CHERRY_BOAT" - }, - "boatc": "cherry_boat", - "boatcher": "cherry_boat", - "boatcherry": "cherry_boat", - "cboat": "cherry_boat", - "cherboat": "cherry_boat", - "cherraft": "cherry_boat", - "cherryboat": "cherry_boat", - "cherryraft": "cherry_boat", - "craft": "cherry_boat", - "minecraft:cherry_boat": "cherry_boat", - "cherry_button": { - "material": "CHERRY_BUTTON" - }, - "buttonc": "cherry_button", - "buttoncher": "cherry_button", - "buttoncherry": "cherry_button", - "cbutton": "cherry_button", - "cherbutton": "cherry_button", - "cherrybutton": "cherry_button", - "minecraft:cherry_button": "cherry_button", - "cherry_chest_boat": { - "material": "CHERRY_CHEST_BOAT" - }, - "cchboat": "cherry_chest_boat", - "cherchboat": "cherry_chest_boat", - "cherrychboat": "cherry_chest_boat", - "cherrychestboat": "cherry_chest_boat", - "minecraft:cherry_chest_boat": "cherry_chest_boat", - "cherry_door": { - "material": "CHERRY_DOOR" - }, - "cdoor": "cherry_door", - "cherdoor": "cherry_door", - "cherrydoor": "cherry_door", - "minecraft:cherry_door": "cherry_door", - "cherry_fence": { - "material": "CHERRY_FENCE" - }, - "cfence": "cherry_fence", - "cherfence": "cherry_fence", - "cherryfence": "cherry_fence", - "minecraft:cherry_fence": "cherry_fence", - "cherry_fence_gate": { - "material": "CHERRY_FENCE_GATE" - }, - "cfencegate": "cherry_fence_gate", - "cgate": "cherry_fence_gate", - "cherfencegate": "cherry_fence_gate", - "chergate": "cherry_fence_gate", - "cherryfencegate": "cherry_fence_gate", - "cherrygate": "cherry_fence_gate", - "gatec": "cherry_fence_gate", - "gatecher": "cherry_fence_gate", - "gatecherry": "cherry_fence_gate", - "minecraft:cherry_fence_gate": "cherry_fence_gate", - "cherry_hanging_sign": { - "material": "CHERRY_HANGING_SIGN" - }, - "changsign": "cherry_hanging_sign", - "cherhangsign": "cherry_hanging_sign", - "cherhsign": "cherry_hanging_sign", - "cherryhangingsign": "cherry_hanging_sign", - "cherryhangsign": "cherry_hanging_sign", - "cherryhsign": "cherry_hanging_sign", - "chsign": "cherry_hanging_sign", - "minecraft:cherry_hanging_sign": "cherry_hanging_sign", - "cherry_leaves": { - "material": "CHERRY_LEAVES" - }, - "cherleaf": "cherry_leaves", - "cherleave": "cherry_leaves", - "cherleaves": "cherry_leaves", - "cherlogleaf": "cherry_leaves", - "cherlogleave": "cherry_leaves", - "cherlogleaves": "cherry_leaves", - "cherryleaf": "cherry_leaves", - "cherryleave": "cherry_leaves", - "cherryleaves": "cherry_leaves", - "cherrylogleaf": "cherry_leaves", - "cherrylogleave": "cherry_leaves", - "cherrylogleaves": "cherry_leaves", - "cherrytreeleaf": "cherry_leaves", - "cherrytreeleave": "cherry_leaves", - "cherrytreeleaves": "cherry_leaves", - "cherrytrunkleaf": "cherry_leaves", - "cherrytrunkleave": "cherry_leaves", - "cherrytrunkleaves": "cherry_leaves", - "cherrywoodleaf": "cherry_leaves", - "cherrywoodleave": "cherry_leaves", - "cherrywoodleaves": "cherry_leaves", - "chertreeleaf": "cherry_leaves", - "chertreeleave": "cherry_leaves", - "chertreeleaves": "cherry_leaves", - "chertrunkleaf": "cherry_leaves", - "chertrunkleave": "cherry_leaves", - "chertrunkleaves": "cherry_leaves", - "cherwoodleaf": "cherry_leaves", - "cherwoodleave": "cherry_leaves", - "cherwoodleaves": "cherry_leaves", - "cleaf": "cherry_leaves", - "cleave": "cherry_leaves", - "cleaves": "cherry_leaves", - "clogleaf": "cherry_leaves", - "clogleave": "cherry_leaves", - "clogleaves": "cherry_leaves", - "ctreeleaf": "cherry_leaves", - "ctreeleave": "cherry_leaves", - "ctreeleaves": "cherry_leaves", - "ctrunkleaf": "cherry_leaves", - "ctrunkleave": "cherry_leaves", - "ctrunkleaves": "cherry_leaves", - "cwoodleaf": "cherry_leaves", - "cwoodleave": "cherry_leaves", - "cwoodleaves": "cherry_leaves", - "leafc": "cherry_leaves", - "leafcher": "cherry_leaves", - "leafcherry": "cherry_leaves", - "leavesc": "cherry_leaves", - "leavescher": "cherry_leaves", - "leavescherry": "cherry_leaves", - "minecraft:cherry_leaves": "cherry_leaves", - "cherry_log": { - "material": "CHERRY_LOG" - }, - "cherlog": "cherry_log", - "cherrylog": "cherry_log", - "cherrytree": "cherry_log", - "cherrytrunk": "cherry_log", - "chertree": "cherry_log", - "chertrunk": "cherry_log", - "clog": "cherry_log", - "ctree": "cherry_log", - "ctrunk": "cherry_log", - "logc": "cherry_log", - "logcher": "cherry_log", - "logcherry": "cherry_log", - "minecraft:cherry_log": "cherry_log", - "cherry_planks": { - "material": "CHERRY_PLANKS" - }, - "cherplank": "cherry_planks", - "cherplankw": "cherry_planks", - "cherplankwood": "cherry_planks", - "cherplankwooden": "cherry_planks", - "cherryplank": "cherry_planks", - "cherryplanks": "cherry_planks", - "cherryplankw": "cherry_planks", - "cherryplankwood": "cherry_planks", - "cherryplankwooden": "cherry_planks", - "cherrywoodenplank": "cherry_planks", - "cherrywoodplank": "cherry_planks", - "cherrywplank": "cherry_planks", - "cherwoodenplank": "cherry_planks", - "cherwoodplank": "cherry_planks", - "cherwplank": "cherry_planks", - "cplank": "cherry_planks", - "cplankw": "cherry_planks", - "cplankwood": "cherry_planks", - "cplankwooden": "cherry_planks", - "cwoodenplank": "cherry_planks", - "cwoodplank": "cherry_planks", - "cwplank": "cherry_planks", - "minecraft:cherry_planks": "cherry_planks", - "cherry_pressure_plate": { - "material": "CHERRY_PRESSURE_PLATE" - }, - "cherplate": "cherry_pressure_plate", - "cherpplate": "cherry_pressure_plate", - "cherpressplate": "cherry_pressure_plate", - "cherpressureplate": "cherry_pressure_plate", - "cherryplate": "cherry_pressure_plate", - "cherrypplate": "cherry_pressure_plate", - "cherrypressplate": "cherry_pressure_plate", - "cherrypressureplate": "cherry_pressure_plate", - "cplate": "cherry_pressure_plate", - "cpplate": "cherry_pressure_plate", - "cpressplate": "cherry_pressure_plate", - "cpressureplate": "cherry_pressure_plate", - "minecraft:cherry_pressure_plate": "cherry_pressure_plate", - "platec": "cherry_pressure_plate", - "platecher": "cherry_pressure_plate", - "platecherry": "cherry_pressure_plate", - "cherry_sapling": { - "material": "CHERRY_SAPLING" - }, - "cherlogsapling": "cherry_sapling", - "cherrylogsapling": "cherry_sapling", - "cherrysapling": "cherry_sapling", - "cherrytreesapling": "cherry_sapling", - "cherrytrunksapling": "cherry_sapling", - "cherrywoodsapling": "cherry_sapling", - "chersapling": "cherry_sapling", - "chertreesapling": "cherry_sapling", - "chertrunksapling": "cherry_sapling", - "cherwoodsapling": "cherry_sapling", - "clogsapling": "cherry_sapling", - "csapling": "cherry_sapling", - "ctreesapling": "cherry_sapling", - "ctrunksapling": "cherry_sapling", - "cwoodsapling": "cherry_sapling", - "minecraft:cherry_sapling": "cherry_sapling", - "cherry_sign": { - "material": "CHERRY_SIGN" - }, - "cherrysign": "cherry_sign", - "chersign": "cherry_sign", - "csign": "cherry_sign", - "minecraft:cherry_sign": "cherry_sign", - "cherry_slab": { - "material": "CHERRY_SLAB" - }, - "chalfblock": "cherry_slab", - "cherhalfblock": "cherry_slab", - "cherryhalfblock": "cherry_slab", - "cherryslab": "cherry_slab", - "cherrystep": "cherry_slab", - "cherrywhalfblock": "cherry_slab", - "cherrywoodenhalfblock": "cherry_slab", - "cherrywoodenslab": "cherry_slab", - "cherrywoodenstep": "cherry_slab", - "cherrywoodhalfblock": "cherry_slab", - "cherrywoodslab": "cherry_slab", - "cherrywoodstep": "cherry_slab", - "cherrywslab": "cherry_slab", - "cherrywstep": "cherry_slab", - "cherstep": "cherry_slab", - "cherwhalfblock": "cherry_slab", - "cherwoodenhalfblock": "cherry_slab", - "cherwoodenslab": "cherry_slab", - "cherwoodenstep": "cherry_slab", - "cherwoodhalfblock": "cherry_slab", - "cherwoodslab": "cherry_slab", - "cherwoodstep": "cherry_slab", - "cherwslab": "cherry_slab", - "cherwstep": "cherry_slab", - "cstep": "cherry_slab", - "cwhalfblock": "cherry_slab", - "cwoodenhalfblock": "cherry_slab", - "cwoodenslab": "cherry_slab", - "cwoodenstep": "cherry_slab", - "cwoodhalfblock": "cherry_slab", - "cwoodslab": "cherry_slab", - "cwoodstep": "cherry_slab", - "cwslab": "cherry_slab", - "cwstep": "cherry_slab", - "minecraft:cherry_slab": "cherry_slab", - "cherry_stairs": { - "material": "CHERRY_STAIRS" - }, - "cherrystair": "cherry_stairs", - "cherrystairs": "cherry_stairs", - "cherrywoodenstair": "cherry_stairs", - "cherrywoodenstairs": "cherry_stairs", - "cherrywoodstair": "cherry_stairs", - "cherrywoodstairs": "cherry_stairs", - "cherrywstair": "cherry_stairs", - "cherrywstairs": "cherry_stairs", - "cherstair": "cherry_stairs", - "cherwoodenstair": "cherry_stairs", - "cherwoodenstairs": "cherry_stairs", - "cherwoodstair": "cherry_stairs", - "cherwoodstairs": "cherry_stairs", - "cherwstair": "cherry_stairs", - "cherwstairs": "cherry_stairs", - "cstair": "cherry_stairs", - "cwoodenstair": "cherry_stairs", - "cwoodenstairs": "cherry_stairs", - "cwoodstair": "cherry_stairs", - "cwoodstairs": "cherry_stairs", - "cwstair": "cherry_stairs", - "cwstairs": "cherry_stairs", - "minecraft:cherry_stairs": "cherry_stairs", - "cherry_trapdoor": { - "material": "CHERRY_TRAPDOOR" - }, - "cdoort": "cherry_trapdoor", - "cdoortrap": "cherry_trapdoor", - "cdtrap": "cherry_trapdoor", - "chatch": "cherry_trapdoor", - "cherdoort": "cherry_trapdoor", - "cherdoortrap": "cherry_trapdoor", - "cherdtrap": "cherry_trapdoor", - "cherhatch": "cherry_trapdoor", - "cherrydoort": "cherry_trapdoor", - "cherrydoortrap": "cherry_trapdoor", - "cherrydtrap": "cherry_trapdoor", - "cherryhatch": "cherry_trapdoor", - "cherrytdoor": "cherry_trapdoor", - "cherrytrapd": "cherry_trapdoor", - "cherrytrapdoor": "cherry_trapdoor", - "chertdoor": "cherry_trapdoor", - "chertrapd": "cherry_trapdoor", - "chertrapdoor": "cherry_trapdoor", - "ctdoor": "cherry_trapdoor", - "ctrapd": "cherry_trapdoor", - "ctrapdoor": "cherry_trapdoor", - "minecraft:cherry_trapdoor": "cherry_trapdoor", - "cherry_wood": { - "material": "CHERRY_WOOD" - }, - "cherlogall": "cherry_wood", - "cherrylogall": "cherry_wood", - "cherrytreeall": "cherry_wood", - "cherrytrunkall": "cherry_wood", - "cherrywood": "cherry_wood", - "chertreeall": "cherry_wood", - "chertrunkall": "cherry_wood", - "cherwood": "cherry_wood", - "clogall": "cherry_wood", - "ctreeall": "cherry_wood", - "ctrunkall": "cherry_wood", - "cwood": "cherry_wood", - "minecraft:cherry_wood": "cherry_wood", - "woodc": "cherry_wood", - "woodcher": "cherry_wood", - "woodcherry": "cherry_wood", - "chest": { - "material": "CHEST" - }, - "container": "chest", - "drawer": "chest", - "minecraft:chest": "chest", - "chest_minecart": { - "material": "CHEST_MINECART" - }, - "ccart": "chest_minecart", - "chestcart": "chest_minecart", - "chestmc": "chest_minecart", - "chestmcart": "chest_minecart", - "chestminecart": "chest_minecart", - "cmc": "chest_minecart", - "cmcart": "chest_minecart", - "cminecart": "chest_minecart", - "minecraft:chest_minecart": "chest_minecart", - "scart": "chest_minecart", - "smc": "chest_minecart", - "smcart": "chest_minecart", - "sminecart": "chest_minecart", - "storagecart": "chest_minecart", - "storagemc": "chest_minecart", - "storagemcart": "chest_minecart", - "storageminecart": "chest_minecart", - "chicken": { - "material": "CHICKEN" - }, - "minecraft:chicken": "chicken", - "plainchicken": "chicken", - "rachicken": "chicken", - "rawchicken": "chicken", - "uncookedchicken": "chicken", - "chicken_spawn_egg": { - "material": "CHICKEN_SPAWN_EGG" - }, - "chickenegg": "chicken_spawn_egg", - "chickensegg": "chicken_spawn_egg", - "chickenspawn": "chicken_spawn_egg", - "chickenspawnegg": "chicken_spawn_egg", - "eggchicken": "chicken_spawn_egg", - "minecraft:chicken_spawn_egg": "chicken_spawn_egg", - "seggchicken": "chicken_spawn_egg", - "spawnchicken": "chicken_spawn_egg", - "spawneggchicken": "chicken_spawn_egg", - "chicken_spawner": { - "entity": "CHICKEN", - "material": "SPAWNER" - }, - "chickencage": "chicken_spawner", - "chickenmcage": "chicken_spawner", - "chickenmobcage": "chicken_spawner", - "chickenmobspawner": "chicken_spawner", - "chickenmonstercage": "chicken_spawner", - "chickenmonsterspawner": "chicken_spawner", - "chickenmspawner": "chicken_spawner", - "chickenspawner": "chicken_spawner", - "chipped_anvil": { - "material": "CHIPPED_ANVIL" - }, - "chippedanvil": "chipped_anvil", - "minecraft:chipped_anvil": "chipped_anvil", - "slightdamageanvil": "chipped_anvil", - "slightlydamagedanvil": "chipped_anvil", - "chiseled_bookshelf": { - "material": "CHISELED_BOOKSHELF" - }, - "cblockbook": "chiseled_bookshelf", - "cbookblock": "chiseled_bookshelf", - "cbookcase": "chiseled_bookshelf", - "cbshelf": "chiseled_bookshelf", - "chiseledb": "chiseled_bookshelf", - "chiseledbookshelf": "chiseled_bookshelf", - "chiseledshelf": "chiseled_bookshelf", - "cshelfbook": "chiseled_bookshelf", - "minecraft:chiseled_bookshelf": "chiseled_bookshelf", - "chiseled_deepslate": { - "material": "CHISELED_DEEPSLATE" - }, - "chiseleddeepslate": "chiseled_deepslate", - "chiseleddeepslateb": "chiseled_deepslate", - "chiseleddeepslatebl": "chiseled_deepslate", - "chiseleddeepslateblock": "chiseled_deepslate", - "chiseleddslate": "chiseled_deepslate", - "chiseleddslateb": "chiseled_deepslate", - "chiseleddslatebl": "chiseled_deepslate", - "chiseleddslateblock": "chiseled_deepslate", - "chiseledslate": "chiseled_deepslate", - "chiseledslateb": "chiseled_deepslate", - "chiseledslatebl": "chiseled_deepslate", - "chiseledslateblock": "chiseled_deepslate", - "cideepslate": "chiseled_deepslate", - "cideepslateb": "chiseled_deepslate", - "cideepslatebl": "chiseled_deepslate", - "cideepslateblock": "chiseled_deepslate", - "cidslate": "chiseled_deepslate", - "cidslateb": "chiseled_deepslate", - "cidslatebl": "chiseled_deepslate", - "cidslateblock": "chiseled_deepslate", - "circledeepslate": "chiseled_deepslate", - "circledeepslateb": "chiseled_deepslate", - "circledeepslatebl": "chiseled_deepslate", - "circledeepslateblock": "chiseled_deepslate", - "circledslate": "chiseled_deepslate", - "circledslateb": "chiseled_deepslate", - "circledslatebl": "chiseled_deepslate", - "circledslateblock": "chiseled_deepslate", - "circleslate": "chiseled_deepslate", - "circleslateb": "chiseled_deepslate", - "circleslatebl": "chiseled_deepslate", - "circleslateblock": "chiseled_deepslate", - "cislate": "chiseled_deepslate", - "cislateb": "chiseled_deepslate", - "cislatebl": "chiseled_deepslate", - "cislateblock": "chiseled_deepslate", - "minecraft:chiseled_deepslate": "chiseled_deepslate", - "chiseled_nether_bricks": { - "material": "CHISELED_NETHER_BRICKS" - }, - "chiselednbr": "chiseled_nether_bricks", - "chiselednbrick": "chiseled_nether_bricks", - "chiselednethbr": "chiseled_nether_bricks", - "chiselednethbrick": "chiseled_nether_bricks", - "chiselednetherbr": "chiseled_nether_bricks", - "chiselednetherbrick": "chiseled_nether_bricks", - "chiselednetherbricks": "chiseled_nether_bricks", - "cinbr": "chiseled_nether_bricks", - "cinbrick": "chiseled_nether_bricks", - "cinethbr": "chiseled_nether_bricks", - "cinethbrick": "chiseled_nether_bricks", - "cinetherbr": "chiseled_nether_bricks", - "cinetherbrick": "chiseled_nether_bricks", - "circlenbr": "chiseled_nether_bricks", - "circlenbrick": "chiseled_nether_bricks", - "circlenethbr": "chiseled_nether_bricks", - "circlenethbrick": "chiseled_nether_bricks", - "circlenetherbr": "chiseled_nether_bricks", - "circlenetherbrick": "chiseled_nether_bricks", - "minecraft:chiseled_nether_bricks": "chiseled_nether_bricks", - "chiseled_polished_blackstone": { - "material": "CHISELED_POLISHED_BLACKSTONE" - }, - "chiseledpblackstone": "chiseled_polished_blackstone", - "chiseledpblackstoneb": "chiseled_polished_blackstone", - "chiseledpblackstonebl": "chiseled_polished_blackstone", - "chiseledpblackstoneblock": "chiseled_polished_blackstone", - "chiseledpblst": "chiseled_polished_blackstone", - "chiseledpblstb": "chiseled_polished_blackstone", - "chiseledpblstbl": "chiseled_polished_blackstone", - "chiseledpblstblock": "chiseled_polished_blackstone", - "chiseledpblstone": "chiseled_polished_blackstone", - "chiseledpblstoneb": "chiseled_polished_blackstone", - "chiseledpblstonebl": "chiseled_polished_blackstone", - "chiseledpblstoneblock": "chiseled_polished_blackstone", - "chiseledpolishedblackstone": "chiseled_polished_blackstone", - "chiseledpolishedblackstoneb": "chiseled_polished_blackstone", - "chiseledpolishedblackstonebl": "chiseled_polished_blackstone", - "chiseledpolishedblackstoneblock": "chiseled_polished_blackstone", - "chiseledpolishedblst": "chiseled_polished_blackstone", - "chiseledpolishedblstb": "chiseled_polished_blackstone", - "chiseledpolishedblstbl": "chiseled_polished_blackstone", - "chiseledpolishedblstblock": "chiseled_polished_blackstone", - "chiseledpolishedblstone": "chiseled_polished_blackstone", - "chiseledpolishedblstoneb": "chiseled_polished_blackstone", - "chiseledpolishedblstonebl": "chiseled_polished_blackstone", - "chiseledpolishedblstoneblock": "chiseled_polished_blackstone", - "cipblackstone": "chiseled_polished_blackstone", - "cipblackstoneb": "chiseled_polished_blackstone", - "cipblackstonebl": "chiseled_polished_blackstone", - "cipblackstoneblock": "chiseled_polished_blackstone", - "cipblst": "chiseled_polished_blackstone", - "cipblstb": "chiseled_polished_blackstone", - "cipblstbl": "chiseled_polished_blackstone", - "cipblstblock": "chiseled_polished_blackstone", - "cipblstone": "chiseled_polished_blackstone", - "cipblstoneb": "chiseled_polished_blackstone", - "cipblstonebl": "chiseled_polished_blackstone", - "cipblstoneblock": "chiseled_polished_blackstone", - "cipolishedblackstone": "chiseled_polished_blackstone", - "cipolishedblackstoneb": "chiseled_polished_blackstone", - "cipolishedblackstonebl": "chiseled_polished_blackstone", - "cipolishedblackstoneblock": "chiseled_polished_blackstone", - "cipolishedblst": "chiseled_polished_blackstone", - "cipolishedblstb": "chiseled_polished_blackstone", - "cipolishedblstbl": "chiseled_polished_blackstone", - "cipolishedblstblock": "chiseled_polished_blackstone", - "cipolishedblstone": "chiseled_polished_blackstone", - "cipolishedblstoneb": "chiseled_polished_blackstone", - "cipolishedblstonebl": "chiseled_polished_blackstone", - "cipolishedblstoneblock": "chiseled_polished_blackstone", - "circlepblackstone": "chiseled_polished_blackstone", - "circlepblackstoneb": "chiseled_polished_blackstone", - "circlepblackstonebl": "chiseled_polished_blackstone", - "circlepblackstoneblock": "chiseled_polished_blackstone", - "circlepblst": "chiseled_polished_blackstone", - "circlepblstb": "chiseled_polished_blackstone", - "circlepblstbl": "chiseled_polished_blackstone", - "circlepblstblock": "chiseled_polished_blackstone", - "circlepblstone": "chiseled_polished_blackstone", - "circlepblstoneb": "chiseled_polished_blackstone", - "circlepblstonebl": "chiseled_polished_blackstone", - "circlepblstoneblock": "chiseled_polished_blackstone", - "circlepolishedblackstone": "chiseled_polished_blackstone", - "circlepolishedblackstoneb": "chiseled_polished_blackstone", - "circlepolishedblackstonebl": "chiseled_polished_blackstone", - "circlepolishedblackstoneblock": "chiseled_polished_blackstone", - "circlepolishedblst": "chiseled_polished_blackstone", - "circlepolishedblstb": "chiseled_polished_blackstone", - "circlepolishedblstbl": "chiseled_polished_blackstone", - "circlepolishedblstblock": "chiseled_polished_blackstone", - "circlepolishedblstone": "chiseled_polished_blackstone", - "circlepolishedblstoneb": "chiseled_polished_blackstone", - "circlepolishedblstonebl": "chiseled_polished_blackstone", - "circlepolishedblstoneblock": "chiseled_polished_blackstone", - "minecraft:chiseled_polished_blackstone": "chiseled_polished_blackstone", - "pchiseledblackstone": "chiseled_polished_blackstone", - "pchiseledblackstoneb": "chiseled_polished_blackstone", - "pchiseledblackstonebl": "chiseled_polished_blackstone", - "pchiseledblackstoneblock": "chiseled_polished_blackstone", - "pchiseledblst": "chiseled_polished_blackstone", - "pchiseledblstb": "chiseled_polished_blackstone", - "pchiseledblstbl": "chiseled_polished_blackstone", - "pchiseledblstblock": "chiseled_polished_blackstone", - "pchiseledblstone": "chiseled_polished_blackstone", - "pchiseledblstoneb": "chiseled_polished_blackstone", - "pchiseledblstonebl": "chiseled_polished_blackstone", - "pchiseledblstoneblock": "chiseled_polished_blackstone", - "pciblackstone": "chiseled_polished_blackstone", - "pciblackstoneb": "chiseled_polished_blackstone", - "pciblackstonebl": "chiseled_polished_blackstone", - "pciblackstoneblock": "chiseled_polished_blackstone", - "pciblst": "chiseled_polished_blackstone", - "pciblstb": "chiseled_polished_blackstone", - "pciblstbl": "chiseled_polished_blackstone", - "pciblstblock": "chiseled_polished_blackstone", - "pciblstone": "chiseled_polished_blackstone", - "pciblstoneb": "chiseled_polished_blackstone", - "pciblstonebl": "chiseled_polished_blackstone", - "pciblstoneblock": "chiseled_polished_blackstone", - "pcircleblackstone": "chiseled_polished_blackstone", - "pcircleblackstoneb": "chiseled_polished_blackstone", - "pcircleblackstonebl": "chiseled_polished_blackstone", - "pcircleblackstoneblock": "chiseled_polished_blackstone", - "pcircleblst": "chiseled_polished_blackstone", - "pcircleblstb": "chiseled_polished_blackstone", - "pcircleblstbl": "chiseled_polished_blackstone", - "pcircleblstblock": "chiseled_polished_blackstone", - "pcircleblstone": "chiseled_polished_blackstone", - "pcircleblstoneb": "chiseled_polished_blackstone", - "pcircleblstonebl": "chiseled_polished_blackstone", - "pcircleblstoneblock": "chiseled_polished_blackstone", - "polishedchiseledblackstone": "chiseled_polished_blackstone", - "polishedchiseledblackstoneb": "chiseled_polished_blackstone", - "polishedchiseledblackstonebl": "chiseled_polished_blackstone", - "polishedchiseledblackstoneblock": "chiseled_polished_blackstone", - "polishedchiseledblst": "chiseled_polished_blackstone", - "polishedchiseledblstb": "chiseled_polished_blackstone", - "polishedchiseledblstbl": "chiseled_polished_blackstone", - "polishedchiseledblstblock": "chiseled_polished_blackstone", - "polishedchiseledblstone": "chiseled_polished_blackstone", - "polishedchiseledblstoneb": "chiseled_polished_blackstone", - "polishedchiseledblstonebl": "chiseled_polished_blackstone", - "polishedchiseledblstoneblock": "chiseled_polished_blackstone", - "polishedciblackstone": "chiseled_polished_blackstone", - "polishedciblackstoneb": "chiseled_polished_blackstone", - "polishedciblackstonebl": "chiseled_polished_blackstone", - "polishedciblackstoneblock": "chiseled_polished_blackstone", - "polishedciblst": "chiseled_polished_blackstone", - "polishedciblstb": "chiseled_polished_blackstone", - "polishedciblstbl": "chiseled_polished_blackstone", - "polishedciblstblock": "chiseled_polished_blackstone", - "polishedciblstone": "chiseled_polished_blackstone", - "polishedciblstoneb": "chiseled_polished_blackstone", - "polishedciblstonebl": "chiseled_polished_blackstone", - "polishedciblstoneblock": "chiseled_polished_blackstone", - "polishedcircleblackstone": "chiseled_polished_blackstone", - "polishedcircleblackstoneb": "chiseled_polished_blackstone", - "polishedcircleblackstonebl": "chiseled_polished_blackstone", - "polishedcircleblackstoneblock": "chiseled_polished_blackstone", - "polishedcircleblst": "chiseled_polished_blackstone", - "polishedcircleblstb": "chiseled_polished_blackstone", - "polishedcircleblstbl": "chiseled_polished_blackstone", - "polishedcircleblstblock": "chiseled_polished_blackstone", - "polishedcircleblstone": "chiseled_polished_blackstone", - "polishedcircleblstoneb": "chiseled_polished_blackstone", - "polishedcircleblstonebl": "chiseled_polished_blackstone", - "polishedcircleblstoneblock": "chiseled_polished_blackstone", - "chiseled_quartz_block": { - "material": "CHISELED_QUARTZ_BLOCK" - }, - "chiseledq": "chiseled_quartz_block", - "chiseledqb": "chiseled_quartz_block", - "chiseledqbl": "chiseled_quartz_block", - "chiseledqblock": "chiseled_quartz_block", - "chiseledquar": "chiseled_quartz_block", - "chiseledquarb": "chiseled_quartz_block", - "chiseledquarbl": "chiseled_quartz_block", - "chiseledquarblock": "chiseled_quartz_block", - "chiseledquartz": "chiseled_quartz_block", - "chiseledquartzb": "chiseled_quartz_block", - "chiseledquartzbl": "chiseled_quartz_block", - "chiseledquartzblock": "chiseled_quartz_block", - "ciq": "chiseled_quartz_block", - "ciqb": "chiseled_quartz_block", - "ciqbl": "chiseled_quartz_block", - "ciqblock": "chiseled_quartz_block", - "ciquar": "chiseled_quartz_block", - "ciquarb": "chiseled_quartz_block", - "ciquarbl": "chiseled_quartz_block", - "ciquarblock": "chiseled_quartz_block", - "ciquartz": "chiseled_quartz_block", - "ciquartzb": "chiseled_quartz_block", - "ciquartzbl": "chiseled_quartz_block", - "ciquartzblock": "chiseled_quartz_block", - "circleq": "chiseled_quartz_block", - "circleqb": "chiseled_quartz_block", - "circleqbl": "chiseled_quartz_block", - "circleqblock": "chiseled_quartz_block", - "circlequar": "chiseled_quartz_block", - "circlequarb": "chiseled_quartz_block", - "circlequarbl": "chiseled_quartz_block", - "circlequarblock": "chiseled_quartz_block", - "circlequartz": "chiseled_quartz_block", - "circlequartzb": "chiseled_quartz_block", - "circlequartzbl": "chiseled_quartz_block", - "circlequartzblock": "chiseled_quartz_block", - "minecraft:chiseled_quartz_block": "chiseled_quartz_block", - "chiseled_red_sandstone": { - "material": "CHISELED_RED_SANDSTONE" - }, - "chiseledredsandst": "chiseled_red_sandstone", - "chiseledredsandstb": "chiseled_red_sandstone", - "chiseledredsandstbl": "chiseled_red_sandstone", - "chiseledredsandstblock": "chiseled_red_sandstone", - "chiseledredsandstone": "chiseled_red_sandstone", - "chiseledredsandstoneb": "chiseled_red_sandstone", - "chiseledredsandstonebl": "chiseled_red_sandstone", - "chiseledredsandstoneblock": "chiseled_red_sandstone", - "chiseledredsndst": "chiseled_red_sandstone", - "chiseledredsndstb": "chiseled_red_sandstone", - "chiseledredsndstbl": "chiseled_red_sandstone", - "chiseledredsndstblock": "chiseled_red_sandstone", - "circleredsandst": "chiseled_red_sandstone", - "circleredsandstb": "chiseled_red_sandstone", - "circleredsandstbl": "chiseled_red_sandstone", - "circleredsandstblock": "chiseled_red_sandstone", - "circleredsandstone": "chiseled_red_sandstone", - "circleredsandstoneb": "chiseled_red_sandstone", - "circleredsandstonebl": "chiseled_red_sandstone", - "circleredsandstoneblock": "chiseled_red_sandstone", - "circleredsndst": "chiseled_red_sandstone", - "circleredsndstb": "chiseled_red_sandstone", - "circleredsndstbl": "chiseled_red_sandstone", - "circleredsndstblock": "chiseled_red_sandstone", - "ciredsandst": "chiseled_red_sandstone", - "ciredsandstb": "chiseled_red_sandstone", - "ciredsandstbl": "chiseled_red_sandstone", - "ciredsandstblock": "chiseled_red_sandstone", - "ciredsandstone": "chiseled_red_sandstone", - "ciredsandstoneb": "chiseled_red_sandstone", - "ciredsandstonebl": "chiseled_red_sandstone", - "ciredsandstoneblock": "chiseled_red_sandstone", - "ciredsndst": "chiseled_red_sandstone", - "ciredsndstb": "chiseled_red_sandstone", - "ciredsndstbl": "chiseled_red_sandstone", - "ciredsndstblock": "chiseled_red_sandstone", - "minecraft:chiseled_red_sandstone": "chiseled_red_sandstone", - "chiseled_sandstone": { - "material": "CHISELED_SANDSTONE" - }, - "chiseledsandst": "chiseled_sandstone", - "chiseledsandstb": "chiseled_sandstone", - "chiseledsandstbl": "chiseled_sandstone", - "chiseledsandstblock": "chiseled_sandstone", - "chiseledsandstone": "chiseled_sandstone", - "chiseledsandstoneb": "chiseled_sandstone", - "chiseledsandstonebl": "chiseled_sandstone", - "chiseledsandstoneblock": "chiseled_sandstone", - "chiseledsndst": "chiseled_sandstone", - "chiseledsndstb": "chiseled_sandstone", - "chiseledsndstbl": "chiseled_sandstone", - "chiseledsndstblock": "chiseled_sandstone", - "circlesandst": "chiseled_sandstone", - "circlesandstb": "chiseled_sandstone", - "circlesandstbl": "chiseled_sandstone", - "circlesandstblock": "chiseled_sandstone", - "circlesandstone": "chiseled_sandstone", - "circlesandstoneb": "chiseled_sandstone", - "circlesandstonebl": "chiseled_sandstone", - "circlesandstoneblock": "chiseled_sandstone", - "circlesndst": "chiseled_sandstone", - "circlesndstb": "chiseled_sandstone", - "circlesndstbl": "chiseled_sandstone", - "circlesndstblock": "chiseled_sandstone", - "cisandst": "chiseled_sandstone", - "cisandstb": "chiseled_sandstone", - "cisandstbl": "chiseled_sandstone", - "cisandstblock": "chiseled_sandstone", - "cisandstone": "chiseled_sandstone", - "cisandstoneb": "chiseled_sandstone", - "cisandstonebl": "chiseled_sandstone", - "cisandstoneblock": "chiseled_sandstone", - "cisndst": "chiseled_sandstone", - "cisndstb": "chiseled_sandstone", - "cisndstbl": "chiseled_sandstone", - "cisndstblock": "chiseled_sandstone", - "minecraft:chiseled_sandstone": "chiseled_sandstone", - "chiseled_stone_bricks": { - "material": "CHISELED_STONE_BRICKS" - }, - "chiseledst": "chiseled_stone_bricks", - "chiseledstone": "chiseled_stone_bricks", - "chiseledstonebricks": "chiseled_stone_bricks", - "circlest": "chiseled_stone_bricks", - "circlestone": "chiseled_stone_bricks", - "cist": "chiseled_stone_bricks", - "cistone": "chiseled_stone_bricks", - "minecraft:chiseled_stone_bricks": "chiseled_stone_bricks", - "chorus_flower": { - "material": "CHORUS_FLOWER" - }, - "chorusflower": "chorus_flower", - "minecraft:chorus_flower": "chorus_flower", - "chorus_fruit": { - "material": "CHORUS_FRUIT" - }, - "chorus": "chorus_fruit", - "chorusfruit": "chorus_fruit", - "minecraft:chorus_fruit": "chorus_fruit", - "unpopchorus": "chorus_fruit", - "unpoppedchorus": "chorus_fruit", - "chorus_plant": { - "material": "CHORUS_PLANT" - }, - "chorusplant": "chorus_plant", - "minecraft:chorus_plant": "chorus_plant", - "clay": { - "material": "CLAY" - }, - "minecraft:clay": "clay", - "clay_ball": { - "material": "CLAY_BALL" - }, - "clayball": "clay_ball", - "minecraft:clay_ball": "clay_ball", - "clock": { - "material": "CLOCK" - }, - "minecraft:clock": "clock", - "coal": { - "material": "COAL" - }, - "minecraft:coal": "coal", - "coal_block": { - "material": "COAL_BLOCK" - }, - "blockc": "coal_block", - "blockcoal": "coal_block", - "cblock": "coal_block", - "coalblock": "coal_block", - "minecraft:coal_block": "coal_block", - "coal_ore": { - "material": "COAL_ORE" - }, - "co": "coal_ore", - "coalo": "coal_ore", - "coalore": "coal_ore", - "core": "coal_ore", - "minecraft:coal_ore": "coal_ore", - "oc": "coal_ore", - "ocoal": "coal_ore", - "orec": "coal_ore", - "orecoal": "coal_ore", - "stonecoalore": "coal_ore", - "stonecore": "coal_ore", - "coarse_dirt": { - "material": "COARSE_DIRT" - }, - "cdirt": "coarse_dirt", - "coarsedirt": "coarse_dirt", - "coarseearth": "coarse_dirt", - "coarseland": "coarse_dirt", - "grasslessdirt": "coarse_dirt", - "grasslessearth": "coarse_dirt", - "grasslessland": "coarse_dirt", - "minecraft:coarse_dirt": "coarse_dirt", - "coast_armor_trim_smithing_template": { - "material": "COAST_ARMOR_TRIM_SMITHING_TEMPLATE" - }, - "coastarmortrimsmithingtemplate": "coast_armor_trim_smithing_template", - "coasttrim": "coast_armor_trim_smithing_template", - "minecraft:coast_armor_trim_smithing_template": "coast_armor_trim_smithing_template", - "cobbled_deepslate": { - "material": "COBBLED_DEEPSLATE" - }, - "cbdeepslate": "cobbled_deepslate", - "cbdeepslateb": "cobbled_deepslate", - "cbdeepslatebl": "cobbled_deepslate", - "cbdeepslateblock": "cobbled_deepslate", - "cbdslate": "cobbled_deepslate", - "cbdslateb": "cobbled_deepslate", - "cbdslatebl": "cobbled_deepslate", - "cbdslateblock": "cobbled_deepslate", - "cbslate": "cobbled_deepslate", - "cbslateb": "cobbled_deepslate", - "cbslatebl": "cobbled_deepslate", - "cbslateblock": "cobbled_deepslate", - "cobbleddeepslate": "cobbled_deepslate", - "cobbleddeepslateb": "cobbled_deepslate", - "cobbleddeepslatebl": "cobbled_deepslate", - "cobbleddeepslateblock": "cobbled_deepslate", - "cobbleddslate": "cobbled_deepslate", - "cobbleddslateb": "cobbled_deepslate", - "cobbleddslatebl": "cobbled_deepslate", - "cobbleddslateblock": "cobbled_deepslate", - "cobbledeepslate": "cobbled_deepslate", - "cobbledeepslateb": "cobbled_deepslate", - "cobbledeepslatebl": "cobbled_deepslate", - "cobbledeepslateblock": "cobbled_deepslate", - "cobbledslate": "cobbled_deepslate", - "cobbledslateb": "cobbled_deepslate", - "cobbledslatebl": "cobbled_deepslate", - "cobbledslateblock": "cobbled_deepslate", - "cobbleslate": "cobbled_deepslate", - "cobbleslateb": "cobbled_deepslate", - "cobbleslatebl": "cobbled_deepslate", - "cobbleslateblock": "cobbled_deepslate", - "cobdeepslate": "cobbled_deepslate", - "cobdeepslateb": "cobbled_deepslate", - "cobdeepslatebl": "cobbled_deepslate", - "cobdeepslateblock": "cobbled_deepslate", - "cobdslate": "cobbled_deepslate", - "cobdslateb": "cobbled_deepslate", - "cobdslatebl": "cobbled_deepslate", - "cobdslateblock": "cobbled_deepslate", - "cobslate": "cobbled_deepslate", - "cobslateb": "cobbled_deepslate", - "cobslatebl": "cobbled_deepslate", - "cobslateblock": "cobbled_deepslate", - "minecraft:cobbled_deepslate": "cobbled_deepslate", - "cobbled_deepslate_slab": { - "material": "COBBLED_DEEPSLATE_SLAB" - }, - "cbdeepslatehalfblock": "cobbled_deepslate_slab", - "cbdeepslatestep": "cobbled_deepslate_slab", - "cbdslatehalfblock": "cobbled_deepslate_slab", - "cbdslatestep": "cobbled_deepslate_slab", - "cbslatehalfblock": "cobbled_deepslate_slab", - "cbslatestep": "cobbled_deepslate_slab", - "cobbleddeepslatehalfblock": "cobbled_deepslate_slab", - "cobbleddeepslateslab": "cobbled_deepslate_slab", - "cobbleddeepslatestep": "cobbled_deepslate_slab", - "cobbleddslatehalfblock": "cobbled_deepslate_slab", - "cobbleddslatestep": "cobbled_deepslate_slab", - "cobbledeepslatehalfblock": "cobbled_deepslate_slab", - "cobbledeepslatestep": "cobbled_deepslate_slab", - "cobbledslatehalfblock": "cobbled_deepslate_slab", - "cobbledslatestep": "cobbled_deepslate_slab", - "cobbleslatehalfblock": "cobbled_deepslate_slab", - "cobbleslatestep": "cobbled_deepslate_slab", - "cobdeepslatehalfblock": "cobbled_deepslate_slab", - "cobdeepslatestep": "cobbled_deepslate_slab", - "cobdslatehalfblock": "cobbled_deepslate_slab", - "cobdslatestep": "cobbled_deepslate_slab", - "cobslatehalfblock": "cobbled_deepslate_slab", - "cobslatestep": "cobbled_deepslate_slab", - "minecraft:cobbled_deepslate_slab": "cobbled_deepslate_slab", - "cobbled_deepslate_stairs": { - "material": "COBBLED_DEEPSLATE_STAIRS" - }, - "cbdeepslatestair": "cobbled_deepslate_stairs", - "cbdeepslatestairs": "cobbled_deepslate_stairs", - "cbdslatestair": "cobbled_deepslate_stairs", - "cbdslatestairs": "cobbled_deepslate_stairs", - "cbslatestair": "cobbled_deepslate_stairs", - "cbslatestairs": "cobbled_deepslate_stairs", - "cobbleddeepslatestair": "cobbled_deepslate_stairs", - "cobbleddeepslatestairs": "cobbled_deepslate_stairs", - "cobbleddslatestair": "cobbled_deepslate_stairs", - "cobbleddslatestairs": "cobbled_deepslate_stairs", - "cobbledeepslatestair": "cobbled_deepslate_stairs", - "cobbledeepslatestairs": "cobbled_deepslate_stairs", - "cobbledslatestair": "cobbled_deepslate_stairs", - "cobbledslatestairs": "cobbled_deepslate_stairs", - "cobbleslatestair": "cobbled_deepslate_stairs", - "cobbleslatestairs": "cobbled_deepslate_stairs", - "cobdeepslatestair": "cobbled_deepslate_stairs", - "cobdeepslatestairs": "cobbled_deepslate_stairs", - "cobdslatestair": "cobbled_deepslate_stairs", - "cobdslatestairs": "cobbled_deepslate_stairs", - "cobslatestair": "cobbled_deepslate_stairs", - "cobslatestairs": "cobbled_deepslate_stairs", - "minecraft:cobbled_deepslate_stairs": "cobbled_deepslate_stairs", - "cobbled_deepslate_wall": { - "material": "COBBLED_DEEPSLATE_WALL" - }, - "cbdeepslatewall": "cobbled_deepslate_wall", - "cbdslatewall": "cobbled_deepslate_wall", - "cbslatewall": "cobbled_deepslate_wall", - "cobbleddeepslatewall": "cobbled_deepslate_wall", - "cobbleddslatewall": "cobbled_deepslate_wall", - "cobbledeepslatewall": "cobbled_deepslate_wall", - "cobbledslatewall": "cobbled_deepslate_wall", - "cobbleslatewall": "cobbled_deepslate_wall", - "cobdeepslatewall": "cobbled_deepslate_wall", - "cobdslatewall": "cobbled_deepslate_wall", - "cobslatewall": "cobbled_deepslate_wall", - "minecraft:cobbled_deepslate_wall": "cobbled_deepslate_wall", - "wallcbdeepslate": "cobbled_deepslate_wall", - "wallcbdslate": "cobbled_deepslate_wall", - "wallcbslate": "cobbled_deepslate_wall", - "wallcobbleddeepslate": "cobbled_deepslate_wall", - "wallcobbleddslate": "cobbled_deepslate_wall", - "wallcobbledeepslate": "cobbled_deepslate_wall", - "wallcobbledslate": "cobbled_deepslate_wall", - "wallcobbleslate": "cobbled_deepslate_wall", - "wallcobdeepslate": "cobbled_deepslate_wall", - "wallcobdslate": "cobbled_deepslate_wall", - "wallcobslate": "cobbled_deepslate_wall", - "cobblestone": { - "material": "COBBLESTONE" - }, - "cobble": "cobblestone", - "cobbleb": "cobblestone", - "cobblebl": "cobblestone", - "cobbleblock": "cobblestone", - "cobblestoneb": "cobblestone", - "cobblestonebl": "cobblestone", - "cobblestoneblock": "cobblestone", - "cs": "cobblestone", - "csb": "cobblestone", - "csbl": "cobblestone", - "csblock": "cobblestone", - "cst": "cobblestone", - "cstb": "cobblestone", - "cstbl": "cobblestone", - "cstblock": "cobblestone", - "cstone": "cobblestone", - "cstoneb": "cobblestone", - "cstonebl": "cobblestone", - "cstoneblock": "cobblestone", - "minecraft:cobblestone": "cobblestone", - "cobblestone_slab": { - "material": "COBBLESTONE_SLAB" - }, - "cobblehalfblock": "cobblestone_slab", - "cobblestep": "cobblestone_slab", - "cobblestonehalfblock": "cobblestone_slab", - "cobblestoneslab": "cobblestone_slab", - "cobblestonestep": "cobblestone_slab", - "cshalfblock": "cobblestone_slab", - "csstep": "cobblestone_slab", - "csthalfblock": "cobblestone_slab", - "cstonehalfblock": "cobblestone_slab", - "cstonestep": "cobblestone_slab", - "cststep": "cobblestone_slab", - "minecraft:cobblestone_slab": "cobblestone_slab", - "cobblestone_stairs": { - "material": "COBBLESTONE_STAIRS" - }, - "cobblestair": "cobblestone_stairs", - "cobblestairs": "cobblestone_stairs", - "cobblestonestair": "cobblestone_stairs", - "cobblestonestairs": "cobblestone_stairs", - "csstair": "cobblestone_stairs", - "csstairs": "cobblestone_stairs", - "cstonestair": "cobblestone_stairs", - "cstonestairs": "cobblestone_stairs", - "cststair": "cobblestone_stairs", - "cststairs": "cobblestone_stairs", - "minecraft:cobblestone_stairs": "cobblestone_stairs", - "cobblestone_wall": { - "material": "COBBLESTONE_WALL" - }, - "cobblestonewall": "cobblestone_wall", - "cobblewall": "cobblestone_wall", - "cstonewall": "cobblestone_wall", - "cstwall": "cobblestone_wall", - "cswall": "cobblestone_wall", - "minecraft:cobblestone_wall": "cobblestone_wall", - "wallcobble": "cobblestone_wall", - "wallcobblestone": "cobblestone_wall", - "wallcs": "cobblestone_wall", - "wallcst": "cobblestone_wall", - "wallcstone": "cobblestone_wall", - "cobweb": { - "material": "COBWEB" - }, - "cweb": "cobweb", - "minecraft:cobweb": "cobweb", - "spiderweb": "cobweb", - "sweb": "cobweb", - "web": "cobweb", - "cocoa_beans": { - "material": "COCOA_BEANS" - }, - "cfruit": "cocoa_beans", - "cocoabeans": "cocoa_beans", - "cocoafruit": "cocoa_beans", - "cocoaplant": "cocoa_beans", - "cocoapod": "cocoa_beans", - "cocofruit": "cocoa_beans", - "cocoplant": "cocoa_beans", - "cocopod": "cocoa_beans", - "cplant": "cocoa_beans", - "cpod": "cocoa_beans", - "minecraft:cocoa_beans": "cocoa_beans", - "cod": { - "material": "COD" - }, - "fish": "cod", - "minecraft:cod": "cod", - "plaincod": "cod", - "plainfish": "cod", - "racod": "cod", - "rafish": "cod", - "rawcod": "cod", - "rawfish": "cod", - "uncookedcod": "cod", - "uncookedfish": "cod", - "cod_bucket": { - "material": "COD_BUCKET" - }, - "bucketocod": "cod_bucket", - "codbucket": "cod_bucket", - "codbukkit": "cod_bucket", - "codpail": "cod_bucket", - "minecraft:cod_bucket": "cod_bucket", - "cod_spawn_egg": { - "material": "COD_SPAWN_EGG" - }, - "codegg": "cod_spawn_egg", - "codsegg": "cod_spawn_egg", - "codspawn": "cod_spawn_egg", - "codspawnegg": "cod_spawn_egg", - "eggcod": "cod_spawn_egg", - "minecraft:cod_spawn_egg": "cod_spawn_egg", - "seggcod": "cod_spawn_egg", - "spawncod": "cod_spawn_egg", - "spawneggcod": "cod_spawn_egg", - "cod_spawner": { - "entity": "COD", - "material": "SPAWNER" - }, - "codcage": "cod_spawner", - "codmcage": "cod_spawner", - "codmobcage": "cod_spawner", - "codmobspawner": "cod_spawner", - "codmonstercage": "cod_spawner", - "codmonsterspawner": "cod_spawner", - "codmspawner": "cod_spawner", - "codspawner": "cod_spawner", - "command_block": { - "material": "COMMAND_BLOCK" - }, - "blockcmd": "command_block", - "blockcommand": "command_block", - "blockmacro": "command_block", - "cmdblock": "command_block", - "commandblock": "command_block", - "macroblock": "command_block", - "minecraft:command_block": "command_block", - "command_block_minecart": { - "material": "COMMAND_BLOCK_MINECART" - }, - "cbcart": "command_block_minecart", - "cblockcart": "command_block_minecart", - "cblockmc": "command_block_minecart", - "cblockmcart": "command_block_minecart", - "cblockminecart": "command_block_minecart", - "cbmc": "command_block_minecart", - "cbmcart": "command_block_minecart", - "cbminecart": "command_block_minecart", - "cmdblockcart": "command_block_minecart", - "cmdblockmc": "command_block_minecart", - "cmdblockmcart": "command_block_minecart", - "cmdblockminecart": "command_block_minecart", - "cmdcart": "command_block_minecart", - "cmdmc": "command_block_minecart", - "cmdmcart": "command_block_minecart", - "cmdminecart": "command_block_minecart", - "commandblockcart": "command_block_minecart", - "commandblockmc": "command_block_minecart", - "commandblockmcart": "command_block_minecart", - "commandblockminecart": "command_block_minecart", - "commandcart": "command_block_minecart", - "commandmc": "command_block_minecart", - "commandmcart": "command_block_minecart", - "commandminecart": "command_block_minecart", - "minecraft:command_block_minecart": "command_block_minecart", - "comparator": { - "material": "COMPARATOR" - }, - "minecraft:comparator": "comparator", - "compass": { - "material": "COMPASS" - }, - "minecraft:compass": "compass", - "composter": { - "material": "COMPOSTER" - }, - "minecraft:composter": "composter", - "conduit": { - "material": "CONDUIT" - }, - "minecraft:conduit": "conduit", - "cooked_beef": { - "material": "COOKED_BEEF" - }, - "bbqbeef": "cooked_beef", - "bbqcowmeat": "cooked_beef", - "bbqsteak": "cooked_beef", - "beefbbq": "cooked_beef", - "beefc": "cooked_beef", - "beefcook": "cooked_beef", - "beefcooked": "cooked_beef", - "beefg": "cooked_beef", - "beefgrill": "cooked_beef", - "beefgrilled": "cooked_beef", - "beefro": "cooked_beef", - "beefroast": "cooked_beef", - "beefroasted": "cooked_beef", - "beeftoasted": "cooked_beef", - "cbeef": "cooked_beef", - "ccowmeat": "cooked_beef", - "cookbeef": "cooked_beef", - "cookcowmeat": "cooked_beef", - "cookedbeef": "cooked_beef", - "cookedcowmeat": "cooked_beef", - "cookedsteak": "cooked_beef", - "cooksteak": "cooked_beef", - "cowmeatbbq": "cooked_beef", - "cowmeatc": "cooked_beef", - "cowmeatcook": "cooked_beef", - "cowmeatcooked": "cooked_beef", - "cowmeatg": "cooked_beef", - "cowmeatgrill": "cooked_beef", - "cowmeatgrilled": "cooked_beef", - "cowmeatro": "cooked_beef", - "cowmeatroast": "cooked_beef", - "cowmeatroasted": "cooked_beef", - "cowmeattoasted": "cooked_beef", - "csteak": "cooked_beef", - "gbeef": "cooked_beef", - "gcowmeat": "cooked_beef", - "grillbeef": "cooked_beef", - "grillcowmeat": "cooked_beef", - "grilledbeef": "cooked_beef", - "grilledcowmeat": "cooked_beef", - "grilledsteak": "cooked_beef", - "grillsteak": "cooked_beef", - "gsteak": "cooked_beef", - "minecraft:cooked_beef": "cooked_beef", - "roastbeef": "cooked_beef", - "roastcowmeat": "cooked_beef", - "roastedbeef": "cooked_beef", - "roastedcowmeat": "cooked_beef", - "roastedsteak": "cooked_beef", - "roaststeak": "cooked_beef", - "robeef": "cooked_beef", - "rocowmeat": "cooked_beef", - "rosteak": "cooked_beef", - "steakbbq": "cooked_beef", - "steakc": "cooked_beef", - "steakcook": "cooked_beef", - "steakcooked": "cooked_beef", - "steakg": "cooked_beef", - "steakgrill": "cooked_beef", - "steakgrilled": "cooked_beef", - "steakro": "cooked_beef", - "steakroast": "cooked_beef", - "steakroasted": "cooked_beef", - "steaktoasted": "cooked_beef", - "toastedbeef": "cooked_beef", - "toastedcowmeat": "cooked_beef", - "toastedsteak": "cooked_beef", - "cooked_chicken": { - "material": "COOKED_CHICKEN" - }, - "bbqchicken": "cooked_chicken", - "cchicken": "cooked_chicken", - "chickenbbq": "cooked_chicken", - "chickenc": "cooked_chicken", - "chickencook": "cooked_chicken", - "chickencooked": "cooked_chicken", - "chickeng": "cooked_chicken", - "chickengrill": "cooked_chicken", - "chickengrilled": "cooked_chicken", - "chickenro": "cooked_chicken", - "chickenroast": "cooked_chicken", - "chickenroasted": "cooked_chicken", - "chickentoasted": "cooked_chicken", - "cookchicken": "cooked_chicken", - "cookedchicken": "cooked_chicken", - "gchicken": "cooked_chicken", - "grillchicken": "cooked_chicken", - "grilledchicken": "cooked_chicken", - "minecraft:cooked_chicken": "cooked_chicken", - "roastchicken": "cooked_chicken", - "roastedchicken": "cooked_chicken", - "rochicken": "cooked_chicken", - "toastedchicken": "cooked_chicken", - "cooked_cod": { - "material": "COOKED_COD" - }, - "bbqcod": "cooked_cod", - "bbqfish": "cooked_cod", - "ccod": "cooked_cod", - "cfish": "cooked_cod", - "codbbq": "cooked_cod", - "codc": "cooked_cod", - "codcook": "cooked_cod", - "codcooked": "cooked_cod", - "codg": "cooked_cod", - "codgrill": "cooked_cod", - "codgrilled": "cooked_cod", - "codro": "cooked_cod", - "codroast": "cooked_cod", - "codroasted": "cooked_cod", - "codtoasted": "cooked_cod", - "cookcod": "cooked_cod", - "cookedcod": "cooked_cod", - "cookedfish": "cooked_cod", - "cookfish": "cooked_cod", - "fishbbq": "cooked_cod", - "fishc": "cooked_cod", - "fishcook": "cooked_cod", - "fishcooked": "cooked_cod", - "fishg": "cooked_cod", - "fishgrill": "cooked_cod", - "fishgrilled": "cooked_cod", - "fishro": "cooked_cod", - "fishroast": "cooked_cod", - "fishroasted": "cooked_cod", - "fishtoasted": "cooked_cod", - "gcod": "cooked_cod", - "gfish": "cooked_cod", - "grillcod": "cooked_cod", - "grilledcod": "cooked_cod", - "grilledfish": "cooked_cod", - "grillfish": "cooked_cod", - "minecraft:cooked_cod": "cooked_cod", - "roastcod": "cooked_cod", - "roastedcod": "cooked_cod", - "roastedfish": "cooked_cod", - "roastfish": "cooked_cod", - "rocod": "cooked_cod", - "rofish": "cooked_cod", - "toastedcod": "cooked_cod", - "toastedfish": "cooked_cod", - "cooked_mutton": { - "material": "COOKED_MUTTON" - }, - "bbqmutton": "cooked_mutton", - "bbqsheepmeat": "cooked_mutton", - "cmutton": "cooked_mutton", - "cookedmutton": "cooked_mutton", - "cookedsheepmeat": "cooked_mutton", - "cookmutton": "cooked_mutton", - "cooksheepmeat": "cooked_mutton", - "csheepmeat": "cooked_mutton", - "gmutton": "cooked_mutton", - "grilledmutton": "cooked_mutton", - "grilledsheepmeat": "cooked_mutton", - "grillmutton": "cooked_mutton", - "grillsheepmeat": "cooked_mutton", - "gsheepmeat": "cooked_mutton", - "minecraft:cooked_mutton": "cooked_mutton", - "muttonbbq": "cooked_mutton", - "muttonc": "cooked_mutton", - "muttoncook": "cooked_mutton", - "muttoncooked": "cooked_mutton", - "muttong": "cooked_mutton", - "muttongrill": "cooked_mutton", - "muttongrilled": "cooked_mutton", - "muttonro": "cooked_mutton", - "muttonroast": "cooked_mutton", - "muttonroasted": "cooked_mutton", - "muttontoasted": "cooked_mutton", - "roastedmutton": "cooked_mutton", - "roastedsheepmeat": "cooked_mutton", - "roastmutton": "cooked_mutton", - "roastsheepmeat": "cooked_mutton", - "romutton": "cooked_mutton", - "rosheepmeat": "cooked_mutton", - "sheepmeatbbq": "cooked_mutton", - "sheepmeatc": "cooked_mutton", - "sheepmeatcook": "cooked_mutton", - "sheepmeatcooked": "cooked_mutton", - "sheepmeatg": "cooked_mutton", - "sheepmeatgrill": "cooked_mutton", - "sheepmeatgrilled": "cooked_mutton", - "sheepmeatro": "cooked_mutton", - "sheepmeatroast": "cooked_mutton", - "sheepmeatroasted": "cooked_mutton", - "sheepmeattoasted": "cooked_mutton", - "toastedmutton": "cooked_mutton", - "toastedsheepmeat": "cooked_mutton", - "cooked_porkchop": { - "material": "COOKED_PORKCHOP" - }, - "bbqpork": "cooked_porkchop", - "bbqporkchop": "cooked_porkchop", - "cookedpork": "cooked_porkchop", - "cookedporkchop": "cooked_porkchop", - "cookpork": "cooked_porkchop", - "cookporkchop": "cooked_porkchop", - "cpork": "cooked_porkchop", - "cporkchop": "cooked_porkchop", - "gpork": "cooked_porkchop", - "gporkchop": "cooked_porkchop", - "grilledpork": "cooked_porkchop", - "grilledporkchop": "cooked_porkchop", - "grillpork": "cooked_porkchop", - "grillporkchop": "cooked_porkchop", - "minecraft:cooked_porkchop": "cooked_porkchop", - "porkbbq": "cooked_porkchop", - "porkc": "cooked_porkchop", - "porkchopbbq": "cooked_porkchop", - "porkchopc": "cooked_porkchop", - "porkchopcook": "cooked_porkchop", - "porkchopcooked": "cooked_porkchop", - "porkchopg": "cooked_porkchop", - "porkchopgrill": "cooked_porkchop", - "porkchopgrilled": "cooked_porkchop", - "porkchopro": "cooked_porkchop", - "porkchoproast": "cooked_porkchop", - "porkchoproasted": "cooked_porkchop", - "porkchoptoasted": "cooked_porkchop", - "porkcook": "cooked_porkchop", - "porkcooked": "cooked_porkchop", - "porkg": "cooked_porkchop", - "porkgrill": "cooked_porkchop", - "porkgrilled": "cooked_porkchop", - "porkro": "cooked_porkchop", - "porkroast": "cooked_porkchop", - "porkroasted": "cooked_porkchop", - "porktoasted": "cooked_porkchop", - "roastedpork": "cooked_porkchop", - "roastedporkchop": "cooked_porkchop", - "roastpork": "cooked_porkchop", - "roastporkchop": "cooked_porkchop", - "ropork": "cooked_porkchop", - "roporkchop": "cooked_porkchop", - "toastedpork": "cooked_porkchop", - "toastedporkchop": "cooked_porkchop", - "cooked_rabbit": { - "material": "COOKED_RABBIT" - }, - "bbqhare": "cooked_rabbit", - "bbqhasenpfeffer": "cooked_rabbit", - "bbqrabbit": "cooked_rabbit", - "chare": "cooked_rabbit", - "chasenpfeffer": "cooked_rabbit", - "cookedhare": "cooked_rabbit", - "cookedhasenpfeffer": "cooked_rabbit", - "cookedrabbit": "cooked_rabbit", - "cookhare": "cooked_rabbit", - "cookhasenpfeffer": "cooked_rabbit", - "cookrabbit": "cooked_rabbit", - "crabbit": "cooked_rabbit", - "ghare": "cooked_rabbit", - "ghasenpfeffer": "cooked_rabbit", - "grabbit": "cooked_rabbit", - "grilledhare": "cooked_rabbit", - "grilledhasenpfeffer": "cooked_rabbit", - "grilledrabbit": "cooked_rabbit", - "grillhare": "cooked_rabbit", - "grillhasenpfeffer": "cooked_rabbit", - "grillrabbit": "cooked_rabbit", - "harebbq": "cooked_rabbit", - "harec": "cooked_rabbit", - "harecook": "cooked_rabbit", - "harecooked": "cooked_rabbit", - "hareg": "cooked_rabbit", - "haregrill": "cooked_rabbit", - "haregrilled": "cooked_rabbit", - "harero": "cooked_rabbit", - "hareroast": "cooked_rabbit", - "hareroasted": "cooked_rabbit", - "haretoasted": "cooked_rabbit", - "hasenpfefferbbq": "cooked_rabbit", - "hasenpfefferc": "cooked_rabbit", - "hasenpfeffercook": "cooked_rabbit", - "hasenpfeffercooked": "cooked_rabbit", - "hasenpfefferg": "cooked_rabbit", - "hasenpfeffergrill": "cooked_rabbit", - "hasenpfeffergrilled": "cooked_rabbit", - "hasenpfefferro": "cooked_rabbit", - "hasenpfefferroast": "cooked_rabbit", - "hasenpfefferroasted": "cooked_rabbit", - "hasenpfeffertoasted": "cooked_rabbit", - "minecraft:cooked_rabbit": "cooked_rabbit", - "rabbitbbq": "cooked_rabbit", - "rabbitc": "cooked_rabbit", - "rabbitcook": "cooked_rabbit", - "rabbitcooked": "cooked_rabbit", - "rabbitg": "cooked_rabbit", - "rabbitgrill": "cooked_rabbit", - "rabbitgrilled": "cooked_rabbit", - "rabbitro": "cooked_rabbit", - "rabbitroast": "cooked_rabbit", - "rabbitroasted": "cooked_rabbit", - "rabbittoasted": "cooked_rabbit", - "roastedhare": "cooked_rabbit", - "roastedhasenpfeffer": "cooked_rabbit", - "roastedrabbit": "cooked_rabbit", - "roasthare": "cooked_rabbit", - "roasthasenpfeffer": "cooked_rabbit", - "roastrabbit": "cooked_rabbit", - "rohare": "cooked_rabbit", - "rohasenpfeffer": "cooked_rabbit", - "rorabbit": "cooked_rabbit", - "toastedhare": "cooked_rabbit", - "toastedhasenpfeffer": "cooked_rabbit", - "toastedrabbit": "cooked_rabbit", - "cooked_salmon": { - "material": "COOKED_SALMON" - }, - "bbqfishs": "cooked_salmon", - "bbqsalmon": "cooked_salmon", - "bbqsalmonfish": "cooked_salmon", - "bbqsfish": "cooked_salmon", - "cfishs": "cooked_salmon", - "cookedfishs": "cooked_salmon", - "cookedsalmon": "cooked_salmon", - "cookedsalmonfish": "cooked_salmon", - "cookedsfish": "cooked_salmon", - "cookfishs": "cooked_salmon", - "cooksalmon": "cooked_salmon", - "cooksalmonfish": "cooked_salmon", - "cooksfish": "cooked_salmon", - "csalmon": "cooked_salmon", - "csalmonfish": "cooked_salmon", - "csfish": "cooked_salmon", - "fishsbbq": "cooked_salmon", - "fishsc": "cooked_salmon", - "fishscook": "cooked_salmon", - "fishscooked": "cooked_salmon", - "fishsg": "cooked_salmon", - "fishsgrill": "cooked_salmon", - "fishsgrilled": "cooked_salmon", - "fishsro": "cooked_salmon", - "fishsroast": "cooked_salmon", - "fishsroasted": "cooked_salmon", - "fishstoasted": "cooked_salmon", - "gfishs": "cooked_salmon", - "grilledfishs": "cooked_salmon", - "grilledsalmon": "cooked_salmon", - "grilledsalmonfish": "cooked_salmon", - "grilledsfish": "cooked_salmon", - "grillfishs": "cooked_salmon", - "grillsalmon": "cooked_salmon", - "grillsalmonfish": "cooked_salmon", - "grillsfish": "cooked_salmon", - "gsalmon": "cooked_salmon", - "gsalmonfish": "cooked_salmon", - "gsfish": "cooked_salmon", - "minecraft:cooked_salmon": "cooked_salmon", - "roastedfishs": "cooked_salmon", - "roastedsalmon": "cooked_salmon", - "roastedsalmonfish": "cooked_salmon", - "roastedsfish": "cooked_salmon", - "roastfishs": "cooked_salmon", - "roastsalmon": "cooked_salmon", - "roastsalmonfish": "cooked_salmon", - "roastsfish": "cooked_salmon", - "rofishs": "cooked_salmon", - "rosalmon": "cooked_salmon", - "rosalmonfish": "cooked_salmon", - "rosfish": "cooked_salmon", - "salmonbbq": "cooked_salmon", - "salmonc": "cooked_salmon", - "salmoncook": "cooked_salmon", - "salmoncooked": "cooked_salmon", - "salmonfishbbq": "cooked_salmon", - "salmonfishc": "cooked_salmon", - "salmonfishcook": "cooked_salmon", - "salmonfishcooked": "cooked_salmon", - "salmonfishg": "cooked_salmon", - "salmonfishgrill": "cooked_salmon", - "salmonfishgrilled": "cooked_salmon", - "salmonfishro": "cooked_salmon", - "salmonfishroast": "cooked_salmon", - "salmonfishroasted": "cooked_salmon", - "salmonfishtoasted": "cooked_salmon", - "salmong": "cooked_salmon", - "salmongrill": "cooked_salmon", - "salmongrilled": "cooked_salmon", - "salmonro": "cooked_salmon", - "salmonroast": "cooked_salmon", - "salmonroasted": "cooked_salmon", - "salmontoasted": "cooked_salmon", - "sfishbbq": "cooked_salmon", - "sfishc": "cooked_salmon", - "sfishcook": "cooked_salmon", - "sfishcooked": "cooked_salmon", - "sfishg": "cooked_salmon", - "sfishgrill": "cooked_salmon", - "sfishgrilled": "cooked_salmon", - "sfishro": "cooked_salmon", - "sfishroast": "cooked_salmon", - "sfishroasted": "cooked_salmon", - "sfishtoasted": "cooked_salmon", - "toastedfishs": "cooked_salmon", - "toastedsalmon": "cooked_salmon", - "toastedsalmonfish": "cooked_salmon", - "toastedsfish": "cooked_salmon", - "cookie": { - "material": "COOKIE" - }, - "minecraft:cookie": "cookie", - "copper_block": { - "material": "COPPER_BLOCK" - }, - "coblock": "copper_block", - "copblock": "copper_block", - "copperblock": "copper_block", - "minecraft:copper_block": "copper_block", - "plaincoblock": "copper_block", - "plaincopblock": "copper_block", - "plaincopperblock": "copper_block", - "purecoblock": "copper_block", - "purecopblock": "copper_block", - "purecopperblock": "copper_block", - "copper_ingot": { - "material": "COPPER_INGOT" - }, - "barcop": "copper_ingot", - "barcopp": "copper_ingot", - "barcopper": "copper_ingot", - "copbar": "copper_ingot", - "copi": "copper_ingot", - "copingot": "copper_ingot", - "coppbar": "copper_ingot", - "copperbar": "copper_ingot", - "copperi": "copper_ingot", - "copperingot": "copper_ingot", - "coppi": "copper_ingot", - "coppingot": "copper_ingot", - "icop": "copper_ingot", - "icopp": "copper_ingot", - "icopper": "copper_ingot", - "ingotcop": "copper_ingot", - "ingotcopp": "copper_ingot", - "ingotcopper": "copper_ingot", - "minecraft:copper_ingot": "copper_ingot", - "copper_ore": { - "material": "COPPER_ORE" - }, - "copo": "copper_ore", - "copore": "copper_ore", - "coppero": "copper_ore", - "copperore": "copper_ore", - "coppo": "copper_ore", - "coppore": "copper_ore", - "minecraft:copper_ore": "copper_ore", - "ocop": "copper_ore", - "ocopp": "copper_ore", - "ocopper": "copper_ore", - "orecop": "copper_ore", - "orecopp": "copper_ore", - "orecopper": "copper_ore", - "stonecopore": "copper_ore", - "stonecopperore": "copper_ore", - "stonecoppore": "copper_ore", - "cornflower": { - "material": "CORNFLOWER" - }, - "minecraft:cornflower": "cornflower", - "cow_spawn_egg": { - "material": "COW_SPAWN_EGG" - }, - "cowegg": "cow_spawn_egg", - "cowsegg": "cow_spawn_egg", - "cowspawn": "cow_spawn_egg", - "cowspawnegg": "cow_spawn_egg", - "eggcow": "cow_spawn_egg", - "minecraft:cow_spawn_egg": "cow_spawn_egg", - "seggcow": "cow_spawn_egg", - "spawncow": "cow_spawn_egg", - "spawneggcow": "cow_spawn_egg", - "cow_spawner": { - "entity": "COW", - "material": "SPAWNER" - }, - "cowcage": "cow_spawner", - "cowmcage": "cow_spawner", - "cowmobcage": "cow_spawner", - "cowmobspawner": "cow_spawner", - "cowmonstercage": "cow_spawner", - "cowmonsterspawner": "cow_spawner", - "cowmspawner": "cow_spawner", - "cowspawner": "cow_spawner", - "cracked_deepslate_bricks": { - "material": "CRACKED_DEEPSLATE_BRICKS" - }, - "crackdeepslatebr": "cracked_deepslate_bricks", - "crackdeepslatebricks": "cracked_deepslate_bricks", - "crackdslatebr": "cracked_deepslate_bricks", - "crackdslatebricks": "cracked_deepslate_bricks", - "crackeddeepslatebr": "cracked_deepslate_bricks", - "crackeddeepslatebricks": "cracked_deepslate_bricks", - "crackeddslatebr": "cracked_deepslate_bricks", - "crackeddslatebricks": "cracked_deepslate_bricks", - "crackedslatebr": "cracked_deepslate_bricks", - "crackedslatebricks": "cracked_deepslate_bricks", - "crackslatebr": "cracked_deepslate_bricks", - "crackslatebricks": "cracked_deepslate_bricks", - "crdeepslatebr": "cracked_deepslate_bricks", - "crdeepslatebricks": "cracked_deepslate_bricks", - "crdslatebr": "cracked_deepslate_bricks", - "crdslatebricks": "cracked_deepslate_bricks", - "crslatebr": "cracked_deepslate_bricks", - "crslatebricks": "cracked_deepslate_bricks", - "minecraft:cracked_deepslate_bricks": "cracked_deepslate_bricks", - "cracked_deepslate_tiles": { - "material": "CRACKED_DEEPSLATE_TILES" - }, - "crackdeepslatetile": "cracked_deepslate_tiles", - "crackdeepslatetiles": "cracked_deepslate_tiles", - "crackdslatetile": "cracked_deepslate_tiles", - "crackdslatetiles": "cracked_deepslate_tiles", - "crackeddeepslatetile": "cracked_deepslate_tiles", - "crackeddeepslatetiles": "cracked_deepslate_tiles", - "crackeddslatetile": "cracked_deepslate_tiles", - "crackeddslatetiles": "cracked_deepslate_tiles", - "crackedslatetile": "cracked_deepslate_tiles", - "crackedslatetiles": "cracked_deepslate_tiles", - "crackslatetile": "cracked_deepslate_tiles", - "crackslatetiles": "cracked_deepslate_tiles", - "crdeepslatetile": "cracked_deepslate_tiles", - "crdeepslatetiles": "cracked_deepslate_tiles", - "crdslatetile": "cracked_deepslate_tiles", - "crdslatetiles": "cracked_deepslate_tiles", - "crslatetile": "cracked_deepslate_tiles", - "crslatetiles": "cracked_deepslate_tiles", - "minecraft:cracked_deepslate_tiles": "cracked_deepslate_tiles", - "tilecrackdeepslate": "cracked_deepslate_tiles", - "tilecrackdslate": "cracked_deepslate_tiles", - "tilecrackeddeepslate": "cracked_deepslate_tiles", - "tilecrackeddslate": "cracked_deepslate_tiles", - "tilecrackedslate": "cracked_deepslate_tiles", - "tilecrackslate": "cracked_deepslate_tiles", - "tilecrdeepslate": "cracked_deepslate_tiles", - "tilecrdslate": "cracked_deepslate_tiles", - "tilecrslate": "cracked_deepslate_tiles", - "tilescrackdeepslate": "cracked_deepslate_tiles", - "tilescrackdslate": "cracked_deepslate_tiles", - "tilescrackeddeepslate": "cracked_deepslate_tiles", - "tilescrackeddslate": "cracked_deepslate_tiles", - "tilescrackedslate": "cracked_deepslate_tiles", - "tilescrackslate": "cracked_deepslate_tiles", - "tilescrdeepslate": "cracked_deepslate_tiles", - "tilescrdslate": "cracked_deepslate_tiles", - "tilescrslate": "cracked_deepslate_tiles", - "cracked_nether_bricks": { - "material": "CRACKED_NETHER_BRICKS" - }, - "crackednbr": "cracked_nether_bricks", - "crackednbrick": "cracked_nether_bricks", - "crackednethbr": "cracked_nether_bricks", - "crackednethbrick": "cracked_nether_bricks", - "crackednetherbr": "cracked_nether_bricks", - "crackednetherbrick": "cracked_nether_bricks", - "crackednetherbricks": "cracked_nether_bricks", - "cracknbr": "cracked_nether_bricks", - "cracknbrick": "cracked_nether_bricks", - "cracknethbr": "cracked_nether_bricks", - "cracknethbrick": "cracked_nether_bricks", - "cracknetherbr": "cracked_nether_bricks", - "cracknetherbrick": "cracked_nether_bricks", - "crnbr": "cracked_nether_bricks", - "crnbrick": "cracked_nether_bricks", - "crnethbr": "cracked_nether_bricks", - "crnethbrick": "cracked_nether_bricks", - "crnetherbr": "cracked_nether_bricks", - "crnetherbrick": "cracked_nether_bricks", - "minecraft:cracked_nether_bricks": "cracked_nether_bricks", - "cracked_polished_blackstone_bricks": { - "material": "CRACKED_POLISHED_BLACKSTONE_BRICKS" - }, - "crackedpblackstone": "cracked_polished_blackstone_bricks", - "crackedpblst": "cracked_polished_blackstone_bricks", - "crackedpblstone": "cracked_polished_blackstone_bricks", - "crackedpolishedblackstone": "cracked_polished_blackstone_bricks", - "crackedpolishedblackstonebricks": "cracked_polished_blackstone_bricks", - "crackedpolishedblst": "cracked_polished_blackstone_bricks", - "crackedpolishedblstone": "cracked_polished_blackstone_bricks", - "crackpblackstone": "cracked_polished_blackstone_bricks", - "crackpblst": "cracked_polished_blackstone_bricks", - "crackpblstone": "cracked_polished_blackstone_bricks", - "crackpolishedblackstone": "cracked_polished_blackstone_bricks", - "crackpolishedblst": "cracked_polished_blackstone_bricks", - "crackpolishedblstone": "cracked_polished_blackstone_bricks", - "crpblackstone": "cracked_polished_blackstone_bricks", - "crpblst": "cracked_polished_blackstone_bricks", - "crpblstone": "cracked_polished_blackstone_bricks", - "crpolishedblackstone": "cracked_polished_blackstone_bricks", - "crpolishedblst": "cracked_polished_blackstone_bricks", - "crpolishedblstone": "cracked_polished_blackstone_bricks", - "minecraft:cracked_polished_blackstone_bricks": "cracked_polished_blackstone_bricks", - "pcrackblackstone": "cracked_polished_blackstone_bricks", - "pcrackblst": "cracked_polished_blackstone_bricks", - "pcrackblstone": "cracked_polished_blackstone_bricks", - "pcrackedblackstone": "cracked_polished_blackstone_bricks", - "pcrackedblst": "cracked_polished_blackstone_bricks", - "pcrackedblstone": "cracked_polished_blackstone_bricks", - "pcrblackstone": "cracked_polished_blackstone_bricks", - "pcrblst": "cracked_polished_blackstone_bricks", - "pcrblstone": "cracked_polished_blackstone_bricks", - "polishedcrackblackstone": "cracked_polished_blackstone_bricks", - "polishedcrackblst": "cracked_polished_blackstone_bricks", - "polishedcrackblstone": "cracked_polished_blackstone_bricks", - "polishedcrackedblackstone": "cracked_polished_blackstone_bricks", - "polishedcrackedblst": "cracked_polished_blackstone_bricks", - "polishedcrackedblstone": "cracked_polished_blackstone_bricks", - "polishedcrblackstone": "cracked_polished_blackstone_bricks", - "polishedcrblst": "cracked_polished_blackstone_bricks", - "polishedcrblstone": "cracked_polished_blackstone_bricks", - "cracked_stone_bricks": { - "material": "CRACKED_STONE_BRICKS" - }, - "crackedst": "cracked_stone_bricks", - "crackedstone": "cracked_stone_bricks", - "crackedstonebricks": "cracked_stone_bricks", - "crackst": "cracked_stone_bricks", - "crackstone": "cracked_stone_bricks", - "crst": "cracked_stone_bricks", - "crstone": "cracked_stone_bricks", - "minecraft:cracked_stone_bricks": "cracked_stone_bricks", - "crafting_table": { - "material": "CRAFTING_TABLE" - }, - "cbench": "crafting_table", - "craftbench": "crafting_table", - "crafterbench": "crafting_table", - "craftertable": "crafting_table", - "craftingbench": "crafting_table", - "craftingtable": "crafting_table", - "crafttable": "crafting_table", - "minecraft:crafting_table": "crafting_table", - "wbench": "crafting_table", - "workbench": "crafting_table", - "worktable": "crafting_table", - "creeper_banner_pattern": { - "material": "CREEPER_BANNER_PATTERN" - }, - "creeperbannerpattern": "creeper_banner_pattern", - "minecraft:creeper_banner_pattern": "creeper_banner_pattern", - "creeper_head": { - "material": "CREEPER_HEAD" - }, - "creeperhead": "creeper_head", - "minecraft:creeper_head": "creeper_head", - "creeper_spawn_egg": { - "material": "CREEPER_SPAWN_EGG" - }, - "creeperegg": "creeper_spawn_egg", - "creepersegg": "creeper_spawn_egg", - "creeperspawn": "creeper_spawn_egg", - "creeperspawnegg": "creeper_spawn_egg", - "cregg": "creeper_spawn_egg", - "crsegg": "creeper_spawn_egg", - "crspawn": "creeper_spawn_egg", - "crspawnegg": "creeper_spawn_egg", - "eggcr": "creeper_spawn_egg", - "eggcreeper": "creeper_spawn_egg", - "minecraft:creeper_spawn_egg": "creeper_spawn_egg", - "seggcr": "creeper_spawn_egg", - "seggcreeper": "creeper_spawn_egg", - "spawncr": "creeper_spawn_egg", - "spawncreeper": "creeper_spawn_egg", - "spawneggcr": "creeper_spawn_egg", - "spawneggcreeper": "creeper_spawn_egg", - "creeper_spawner": { - "entity": "CREEPER", - "material": "SPAWNER" - }, - "crcage": "creeper_spawner", - "creepercage": "creeper_spawner", - "creepermcage": "creeper_spawner", - "creepermobcage": "creeper_spawner", - "creepermobspawner": "creeper_spawner", - "creepermonstercage": "creeper_spawner", - "creepermonsterspawner": "creeper_spawner", - "creepermspawner": "creeper_spawner", - "creeperspawner": "creeper_spawner", - "crmcage": "creeper_spawner", - "crmobcage": "creeper_spawner", - "crmobspawner": "creeper_spawner", - "crmonstercage": "creeper_spawner", - "crmonsterspawner": "creeper_spawner", - "crmspawner": "creeper_spawner", - "crspawner": "creeper_spawner", - "crimson_button": { - "material": "CRIMSON_BUTTON" - }, - "buttoncr": "crimson_button", - "buttoncrim": "crimson_button", - "buttoncrimson": "crimson_button", - "crbutton": "crimson_button", - "crimbutton": "crimson_button", - "crimsonbutton": "crimson_button", - "minecraft:crimson_button": "crimson_button", - "crimson_door": { - "material": "CRIMSON_DOOR" - }, - "crdoor": "crimson_door", - "crimdoor": "crimson_door", - "crimsondoor": "crimson_door", - "minecraft:crimson_door": "crimson_door", - "crimson_fence": { - "material": "CRIMSON_FENCE" - }, - "crfence": "crimson_fence", - "crimfence": "crimson_fence", - "crimsonfence": "crimson_fence", - "minecraft:crimson_fence": "crimson_fence", - "crimson_fence_gate": { - "material": "CRIMSON_FENCE_GATE" - }, - "crfencegate": "crimson_fence_gate", - "crgate": "crimson_fence_gate", - "crimfencegate": "crimson_fence_gate", - "crimgate": "crimson_fence_gate", - "crimsonfencegate": "crimson_fence_gate", - "crimsongate": "crimson_fence_gate", - "gatecr": "crimson_fence_gate", - "gatecrim": "crimson_fence_gate", - "gatecrimson": "crimson_fence_gate", - "minecraft:crimson_fence_gate": "crimson_fence_gate", - "crimson_fungus": { - "material": "CRIMSON_FUNGUS" - }, - "crfun": "crimson_fungus", - "crfungus": "crimson_fungus", - "crimfun": "crimson_fungus", - "crimfungus": "crimson_fungus", - "crimsonfun": "crimson_fungus", - "crimsonfungus": "crimson_fungus", - "minecraft:crimson_fungus": "crimson_fungus", - "crimson_hanging_sign": { - "material": "CRIMSON_HANGING_SIGN" - }, - "crhangsign": "crimson_hanging_sign", - "crhsign": "crimson_hanging_sign", - "crimhangsign": "crimson_hanging_sign", - "crimhsign": "crimson_hanging_sign", - "crimsonhangingsign": "crimson_hanging_sign", - "crimsonhangsign": "crimson_hanging_sign", - "crimsonhsign": "crimson_hanging_sign", - "minecraft:crimson_hanging_sign": "crimson_hanging_sign", - "crimson_hyphae": { - "material": "CRIMSON_HYPHAE" - }, - "crhyphae": "crimson_hyphae", - "crimhyphae": "crimson_hyphae", - "crimsonhyphae": "crimson_hyphae", - "minecraft:crimson_hyphae": "crimson_hyphae", - "crimson_nylium": { - "material": "CRIMSON_NYLIUM" - }, - "crimnylium": "crimson_nylium", - "crimsoil": "crimson_nylium", - "crimsonnylium": "crimson_nylium", - "crimsonsoil": "crimson_nylium", - "crnylium": "crimson_nylium", - "crsoil": "crimson_nylium", - "minecraft:crimson_nylium": "crimson_nylium", - "crimson_planks": { - "material": "CRIMSON_PLANKS" - }, - "crimplank": "crimson_planks", - "crimplankw": "crimson_planks", - "crimplankwood": "crimson_planks", - "crimplankwooden": "crimson_planks", - "crimsonplank": "crimson_planks", - "crimsonplanks": "crimson_planks", - "crimsonplankw": "crimson_planks", - "crimsonplankwood": "crimson_planks", - "crimsonplankwooden": "crimson_planks", - "crimsonwoodenplank": "crimson_planks", - "crimsonwoodplank": "crimson_planks", - "crimsonwplank": "crimson_planks", - "crimwoodenplank": "crimson_planks", - "crimwoodplank": "crimson_planks", - "crimwplank": "crimson_planks", - "crplank": "crimson_planks", - "crplankw": "crimson_planks", - "crplankwood": "crimson_planks", - "crplankwooden": "crimson_planks", - "crwoodenplank": "crimson_planks", - "crwoodplank": "crimson_planks", - "crwplank": "crimson_planks", - "minecraft:crimson_planks": "crimson_planks", - "crimson_pressure_plate": { - "material": "CRIMSON_PRESSURE_PLATE" - }, - "crimplate": "crimson_pressure_plate", - "crimpplate": "crimson_pressure_plate", - "crimpressplate": "crimson_pressure_plate", - "crimpressureplate": "crimson_pressure_plate", - "crimsonplate": "crimson_pressure_plate", - "crimsonpplate": "crimson_pressure_plate", - "crimsonpressplate": "crimson_pressure_plate", - "crimsonpressureplate": "crimson_pressure_plate", - "crplate": "crimson_pressure_plate", - "crpplate": "crimson_pressure_plate", - "crpressplate": "crimson_pressure_plate", - "crpressureplate": "crimson_pressure_plate", - "minecraft:crimson_pressure_plate": "crimson_pressure_plate", - "platecr": "crimson_pressure_plate", - "platecrim": "crimson_pressure_plate", - "platecrimson": "crimson_pressure_plate", - "crimson_roots": { - "material": "CRIMSON_ROOTS" - }, - "crimroot": "crimson_roots", - "crimroots": "crimson_roots", - "crimsonroot": "crimson_roots", - "crimsonroots": "crimson_roots", - "crroot": "crimson_roots", - "crroots": "crimson_roots", - "minecraft:crimson_roots": "crimson_roots", - "crimson_sign": { - "material": "CRIMSON_SIGN" - }, - "crimsign": "crimson_sign", - "crimsonsign": "crimson_sign", - "crsign": "crimson_sign", - "minecraft:crimson_sign": "crimson_sign", - "crimson_slab": { - "material": "CRIMSON_SLAB" - }, - "crhalfblock": "crimson_slab", - "crimhalfblock": "crimson_slab", - "crimsonhalfblock": "crimson_slab", - "crimsonslab": "crimson_slab", - "crimsonstep": "crimson_slab", - "crimsonwhalfblock": "crimson_slab", - "crimsonwoodenhalfblock": "crimson_slab", - "crimsonwoodenslab": "crimson_slab", - "crimsonwoodenstep": "crimson_slab", - "crimsonwoodhalfblock": "crimson_slab", - "crimsonwoodslab": "crimson_slab", - "crimsonwoodstep": "crimson_slab", - "crimsonwslab": "crimson_slab", - "crimsonwstep": "crimson_slab", - "crimstep": "crimson_slab", - "crimwhalfblock": "crimson_slab", - "crimwoodenhalfblock": "crimson_slab", - "crimwoodenslab": "crimson_slab", - "crimwoodenstep": "crimson_slab", - "crimwoodhalfblock": "crimson_slab", - "crimwoodslab": "crimson_slab", - "crimwoodstep": "crimson_slab", - "crimwslab": "crimson_slab", - "crimwstep": "crimson_slab", - "crstep": "crimson_slab", - "crwhalfblock": "crimson_slab", - "crwoodenhalfblock": "crimson_slab", - "crwoodenslab": "crimson_slab", - "crwoodenstep": "crimson_slab", - "crwoodhalfblock": "crimson_slab", - "crwoodslab": "crimson_slab", - "crwoodstep": "crimson_slab", - "crwslab": "crimson_slab", - "crwstep": "crimson_slab", - "minecraft:crimson_slab": "crimson_slab", - "crimson_stairs": { - "material": "CRIMSON_STAIRS" - }, - "crimsonstair": "crimson_stairs", - "crimsonstairs": "crimson_stairs", - "crimsonwoodenstair": "crimson_stairs", - "crimsonwoodenstairs": "crimson_stairs", - "crimsonwoodstair": "crimson_stairs", - "crimsonwoodstairs": "crimson_stairs", - "crimsonwstair": "crimson_stairs", - "crimsonwstairs": "crimson_stairs", - "crimstair": "crimson_stairs", - "crimwoodenstair": "crimson_stairs", - "crimwoodenstairs": "crimson_stairs", - "crimwoodstair": "crimson_stairs", - "crimwoodstairs": "crimson_stairs", - "crimwstair": "crimson_stairs", - "crimwstairs": "crimson_stairs", - "crstair": "crimson_stairs", - "crwoodenstair": "crimson_stairs", - "crwoodenstairs": "crimson_stairs", - "crwoodstair": "crimson_stairs", - "crwoodstairs": "crimson_stairs", - "crwstair": "crimson_stairs", - "crwstairs": "crimson_stairs", - "minecraft:crimson_stairs": "crimson_stairs", - "crimson_stem": { - "material": "CRIMSON_STEM" - }, - "crimlog": "crimson_stem", - "crimsonlog": "crimson_stem", - "crimsonstem": "crimson_stem", - "crimstem": "crimson_stem", - "crlog": "crimson_stem", - "crstem": "crimson_stem", - "logcr": "crimson_stem", - "logcrim": "crimson_stem", - "logcrimson": "crimson_stem", - "minecraft:crimson_stem": "crimson_stem", - "stemcr": "crimson_stem", - "stemcrim": "crimson_stem", - "stemcrimson": "crimson_stem", - "crimson_trapdoor": { - "material": "CRIMSON_TRAPDOOR" - }, - "crdoort": "crimson_trapdoor", - "crdoortrap": "crimson_trapdoor", - "crdtrap": "crimson_trapdoor", - "crhatch": "crimson_trapdoor", - "crimdoort": "crimson_trapdoor", - "crimdoortrap": "crimson_trapdoor", - "crimdtrap": "crimson_trapdoor", - "crimhatch": "crimson_trapdoor", - "crimsondoort": "crimson_trapdoor", - "crimsondoortrap": "crimson_trapdoor", - "crimsondtrap": "crimson_trapdoor", - "crimsonhatch": "crimson_trapdoor", - "crimsontdoor": "crimson_trapdoor", - "crimsontrapd": "crimson_trapdoor", - "crimsontrapdoor": "crimson_trapdoor", - "crimtdoor": "crimson_trapdoor", - "crimtrapd": "crimson_trapdoor", - "crimtrapdoor": "crimson_trapdoor", - "crtdoor": "crimson_trapdoor", - "crtrapd": "crimson_trapdoor", - "crtrapdoor": "crimson_trapdoor", - "minecraft:crimson_trapdoor": "crimson_trapdoor", - "crossbow": { - "material": "CROSSBOW" - }, - "minecraft:crossbow": "crossbow", - "crying_obsidian": { - "material": "CRYING_OBSIDIAN" - }, - "cryingobsidian": "crying_obsidian", - "cryobsidian": "crying_obsidian", - "minecraft:crying_obsidian": "crying_obsidian", - "sadrock": "crying_obsidian", - "cut_copper": { - "material": "CUT_COPPER" - }, - "ccoblock": "cut_copper", - "ccopblock": "cut_copper", - "ccopperblock": "cut_copper", - "cutcoblock": "cut_copper", - "cutcopblock": "cut_copper", - "cutcopper": "cut_copper", - "cutcopperblock": "cut_copper", - "minecraft:cut_copper": "cut_copper", - "cut_copper_slab": { - "material": "CUT_COPPER_SLAB" - }, - "ccohalfblock": "cut_copper_slab", - "ccophalfblock": "cut_copper_slab", - "ccopperhalfblock": "cut_copper_slab", - "ccoppersl": "cut_copper_slab", - "ccopperslab": "cut_copper_slab", - "ccopperstep": "cut_copper_slab", - "ccopsl": "cut_copper_slab", - "ccopslab": "cut_copper_slab", - "ccopstep": "cut_copper_slab", - "ccosl": "cut_copper_slab", - "ccoslab": "cut_copper_slab", - "ccostep": "cut_copper_slab", - "cutcohalfblock": "cut_copper_slab", - "cutcophalfblock": "cut_copper_slab", - "cutcopperhalfblock": "cut_copper_slab", - "cutcoppersl": "cut_copper_slab", - "cutcopperslab": "cut_copper_slab", - "cutcopperstep": "cut_copper_slab", - "cutcopsl": "cut_copper_slab", - "cutcopslab": "cut_copper_slab", - "cutcopstep": "cut_copper_slab", - "cutcosl": "cut_copper_slab", - "cutcoslab": "cut_copper_slab", - "cutcostep": "cut_copper_slab", - "minecraft:cut_copper_slab": "cut_copper_slab", - "cut_copper_stairs": { - "material": "CUT_COPPER_STAIRS" - }, - "ccopperstair": "cut_copper_stairs", - "ccopperstairs": "cut_copper_stairs", - "ccopstair": "cut_copper_stairs", - "ccopstairs": "cut_copper_stairs", - "ccostair": "cut_copper_stairs", - "ccostairs": "cut_copper_stairs", - "cutcopperstair": "cut_copper_stairs", - "cutcopperstairs": "cut_copper_stairs", - "cutcopstair": "cut_copper_stairs", - "cutcopstairs": "cut_copper_stairs", - "cutcostair": "cut_copper_stairs", - "cutcostairs": "cut_copper_stairs", - "minecraft:cut_copper_stairs": "cut_copper_stairs", - "cut_red_sandstone": { - "material": "CUT_RED_SANDSTONE" - }, - "cutredsandst": "cut_red_sandstone", - "cutredsandstb": "cut_red_sandstone", - "cutredsandstbl": "cut_red_sandstone", - "cutredsandstblock": "cut_red_sandstone", - "cutredsandstone": "cut_red_sandstone", - "cutredsandstoneb": "cut_red_sandstone", - "cutredsandstonebl": "cut_red_sandstone", - "cutredsandstoneblock": "cut_red_sandstone", - "cutredsndst": "cut_red_sandstone", - "cutredsndstb": "cut_red_sandstone", - "cutredsndstbl": "cut_red_sandstone", - "cutredsndstblock": "cut_red_sandstone", - "minecraft:cut_red_sandstone": "cut_red_sandstone", - "cut_red_sandstone_slab": { - "material": "CUT_RED_SANDSTONE_SLAB" - }, - "cutredsandsthalfblock": "cut_red_sandstone_slab", - "cutredsandstonehalfblock": "cut_red_sandstone_slab", - "cutredsandstoneslab": "cut_red_sandstone_slab", - "cutredsandstonestep": "cut_red_sandstone_slab", - "cutredsandststep": "cut_red_sandstone_slab", - "cutredsndsthalfblock": "cut_red_sandstone_slab", - "cutredsndststep": "cut_red_sandstone_slab", - "minecraft:cut_red_sandstone_slab": "cut_red_sandstone_slab", - "cut_sandstone": { - "material": "CUT_SANDSTONE" - }, - "cutsandst": "cut_sandstone", - "cutsandstb": "cut_sandstone", - "cutsandstbl": "cut_sandstone", - "cutsandstblock": "cut_sandstone", - "cutsandstone": "cut_sandstone", - "cutsandstoneb": "cut_sandstone", - "cutsandstonebl": "cut_sandstone", - "cutsandstoneblock": "cut_sandstone", - "cutsndst": "cut_sandstone", - "cutsndstb": "cut_sandstone", - "cutsndstbl": "cut_sandstone", - "cutsndstblock": "cut_sandstone", - "minecraft:cut_sandstone": "cut_sandstone", - "cut_sandstone_slab": { - "material": "CUT_SANDSTONE_SLAB" - }, - "cutsandsthalfblock": "cut_sandstone_slab", - "cutsandstonehalfblock": "cut_sandstone_slab", - "cutsandstoneslab": "cut_sandstone_slab", - "cutsandstonestep": "cut_sandstone_slab", - "cutsandststep": "cut_sandstone_slab", - "cutsndsthalfblock": "cut_sandstone_slab", - "cutsndststep": "cut_sandstone_slab", - "minecraft:cut_sandstone_slab": "cut_sandstone_slab", - "cyan_banner": { - "material": "CYAN_BANNER" - }, - "cbanner": "cyan_banner", - "cyanbanner": "cyan_banner", - "minecraft:cyan_banner": "cyan_banner", - "cyan_bed": { - "material": "CYAN_BED" - }, - "cbed": "cyan_bed", - "cyanbed": "cyan_bed", - "minecraft:cyan_bed": "cyan_bed", - "cyan_candle": { - "material": "CYAN_CANDLE" - }, - "ccandle": "cyan_candle", - "cyancandle": "cyan_candle", - "minecraft:cyan_candle": "cyan_candle", - "cyan_carpet": { - "material": "CYAN_CARPET" - }, - "ccarpet": "cyan_carpet", - "cfloor": "cyan_carpet", - "cyancarpet": "cyan_carpet", - "cyanfloor": "cyan_carpet", - "minecraft:cyan_carpet": "cyan_carpet", - "cyan_concrete": { - "material": "CYAN_CONCRETE" - }, - "cconcrete": "cyan_concrete", - "cyanconcrete": "cyan_concrete", - "minecraft:cyan_concrete": "cyan_concrete", - "cyan_concrete_powder": { - "material": "CYAN_CONCRETE_POWDER" - }, - "ccdust": "cyan_concrete_powder", - "cconcretepowder": "cyan_concrete_powder", - "cconcretesand": "cyan_concrete_powder", - "ccp": "cyan_concrete_powder", - "ccpowder": "cyan_concrete_powder", - "cyancdust": "cyan_concrete_powder", - "cyanconcretepowder": "cyan_concrete_powder", - "cyanconcretesand": "cyan_concrete_powder", - "cyancp": "cyan_concrete_powder", - "cyancpowder": "cyan_concrete_powder", - "minecraft:cyan_concrete_powder": "cyan_concrete_powder", - "cyan_dye": { - "material": "CYAN_DYE" - }, - "cdye": "cyan_dye", - "cyandye": "cyan_dye", - "minecraft:cyan_dye": "cyan_dye", - "cyan_glazed_terracotta": { - "material": "CYAN_GLAZED_TERRACOTTA" - }, - "cglazedtcota": "cyan_glazed_terracotta", - "cglazedterra": "cyan_glazed_terracotta", - "cglazedterracota": "cyan_glazed_terracotta", - "cglazedterracotta": "cyan_glazed_terracotta", - "cgtcotta": "cyan_glazed_terracotta", - "cgterra": "cyan_glazed_terracotta", - "cyanglazedtcota": "cyan_glazed_terracotta", - "cyanglazedterra": "cyan_glazed_terracotta", - "cyanglazedterracota": "cyan_glazed_terracotta", - "cyanglazedterracotta": "cyan_glazed_terracotta", - "cyangtcotta": "cyan_glazed_terracotta", - "cyangterra": "cyan_glazed_terracotta", - "minecraft:cyan_glazed_terracotta": "cyan_glazed_terracotta", - "cyan_shulker_box": { - "material": "CYAN_SHULKER_BOX" - }, - "csbox": "cyan_shulker_box", - "cshulkerbox": "cyan_shulker_box", - "cyansbox": "cyan_shulker_box", - "cyanshulkerbox": "cyan_shulker_box", - "minecraft:cyan_shulker_box": "cyan_shulker_box", - "cyan_stained_glass": { - "material": "CYAN_STAINED_GLASS" - }, - "cglass": "cyan_stained_glass", - "csglass": "cyan_stained_glass", - "cstainedglass": "cyan_stained_glass", - "cyanglass": "cyan_stained_glass", - "cyansglass": "cyan_stained_glass", - "cyanstainedglass": "cyan_stained_glass", - "minecraft:cyan_stained_glass": "cyan_stained_glass", - "cyan_stained_glass_pane": { - "material": "CYAN_STAINED_GLASS_PANE" - }, - "cglasspane": "cyan_stained_glass_pane", - "cgpane": "cyan_stained_glass_pane", - "csglasspane": "cyan_stained_glass_pane", - "cstainedglasspane": "cyan_stained_glass_pane", - "cyanglasspane": "cyan_stained_glass_pane", - "cyangpane": "cyan_stained_glass_pane", - "cyansglasspane": "cyan_stained_glass_pane", - "cyanstainedglasspane": "cyan_stained_glass_pane", - "minecraft:cyan_stained_glass_pane": "cyan_stained_glass_pane", - "cyan_terracotta": { - "material": "CYAN_TERRACOTTA" - }, - "cclay": "cyan_terracotta", - "csclay": "cyan_terracotta", - "cstainedclay": "cyan_terracotta", - "ctcota": "cyan_terracotta", - "cterra": "cyan_terracotta", - "cterracota": "cyan_terracotta", - "cterracotta": "cyan_terracotta", - "cyanclay": "cyan_terracotta", - "cyansclay": "cyan_terracotta", - "cyanstainedclay": "cyan_terracotta", - "cyantcota": "cyan_terracotta", - "cyanterra": "cyan_terracotta", - "cyanterracota": "cyan_terracotta", - "cyanterracotta": "cyan_terracotta", - "minecraft:cyan_terracotta": "cyan_terracotta", - "cyan_wool": { - "material": "CYAN_WOOL" - }, - "ccloth": "cyan_wool", - "ccotton": "cyan_wool", - "cwool": "cyan_wool", - "cyancloth": "cyan_wool", - "cyancotton": "cyan_wool", - "cyanwool": "cyan_wool", - "minecraft:cyan_wool": "cyan_wool", - "damaged_anvil": { - "material": "DAMAGED_ANVIL" - }, - "damagedanvil": "damaged_anvil", - "minecraft:damaged_anvil": "damaged_anvil", - "verydamagedanvil": "damaged_anvil", - "dandelion": { - "material": "DANDELION" - }, - "flower": "dandelion", - "minecraft:dandelion": "dandelion", - "ydandelion": "dandelion", - "yellowdandelion": "dandelion", - "yellowflower": "dandelion", - "yflower": "dandelion", - "danger_pottery_sherd": { - "material": "DANGER_POTTERY_SHERD" - }, - "dangerpotterysherd": "danger_pottery_sherd", - "dangersherd": "danger_pottery_sherd", - "minecraft:danger_pottery_sherd": "danger_pottery_sherd", - "dark_oak_boat": { - "material": "DARK_OAK_BOAT" - }, - "boatdark_oak": "dark_oak_boat", - "boatdarkoak": "dark_oak_boat", - "boatdo": "dark_oak_boat", - "boatdoak": "dark_oak_boat", - "dark_oakboat": "dark_oak_boat", - "dark_oakraft": "dark_oak_boat", - "darkoakboat": "dark_oak_boat", - "darkoakraft": "dark_oak_boat", - "doakboat": "dark_oak_boat", - "doakraft": "dark_oak_boat", - "doboat": "dark_oak_boat", - "doraft": "dark_oak_boat", - "minecraft:dark_oak_boat": "dark_oak_boat", - "dark_oak_button": { - "material": "DARK_OAK_BUTTON" - }, - "buttondark_oak": "dark_oak_button", - "buttondarkoak": "dark_oak_button", - "buttondo": "dark_oak_button", - "buttondoak": "dark_oak_button", - "dark_oakbutton": "dark_oak_button", - "darkoakbutton": "dark_oak_button", - "doakbutton": "dark_oak_button", - "dobutton": "dark_oak_button", - "minecraft:dark_oak_button": "dark_oak_button", - "dark_oak_chest_boat": { - "material": "DARK_OAK_CHEST_BOAT" - }, - "dark_oakchboat": "dark_oak_chest_boat", - "darkoakchboat": "dark_oak_chest_boat", - "darkoakchestboat": "dark_oak_chest_boat", - "doakchboat": "dark_oak_chest_boat", - "dochboat": "dark_oak_chest_boat", - "minecraft:dark_oak_chest_boat": "dark_oak_chest_boat", - "dark_oak_door": { - "material": "DARK_OAK_DOOR" - }, - "dark_oakdoor": "dark_oak_door", - "darkoakdoor": "dark_oak_door", - "doakdoor": "dark_oak_door", - "dodoor": "dark_oak_door", - "minecraft:dark_oak_door": "dark_oak_door", - "dark_oak_fence": { - "material": "DARK_OAK_FENCE" - }, - "dark_oakfence": "dark_oak_fence", - "darkoakfence": "dark_oak_fence", - "doakfence": "dark_oak_fence", - "dofence": "dark_oak_fence", - "minecraft:dark_oak_fence": "dark_oak_fence", - "dark_oak_fence_gate": { - "material": "DARK_OAK_FENCE_GATE" - }, - "dark_oakfencegate": "dark_oak_fence_gate", - "dark_oakgate": "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", - "gatedark_oak": "dark_oak_fence_gate", - "gatedarkoak": "dark_oak_fence_gate", - "gatedo": "dark_oak_fence_gate", - "gatedoak": "dark_oak_fence_gate", - "minecraft:dark_oak_fence_gate": "dark_oak_fence_gate", - "dark_oak_hanging_sign": { - "material": "DARK_OAK_HANGING_SIGN" - }, - "dark_oakhangsign": "dark_oak_hanging_sign", - "dark_oakhsign": "dark_oak_hanging_sign", - "darkoakhangingsign": "dark_oak_hanging_sign", - "darkoakhangsign": "dark_oak_hanging_sign", - "darkoakhsign": "dark_oak_hanging_sign", - "doakhangsign": "dark_oak_hanging_sign", - "doakhsign": "dark_oak_hanging_sign", - "dohangsign": "dark_oak_hanging_sign", - "dohsign": "dark_oak_hanging_sign", - "minecraft:dark_oak_hanging_sign": "dark_oak_hanging_sign", - "dark_oak_leaves": { - "material": "DARK_OAK_LEAVES" - }, - "dark_oakleaf": "dark_oak_leaves", - "dark_oakleave": "dark_oak_leaves", - "dark_oakleaves": "dark_oak_leaves", - "dark_oaklogleaf": "dark_oak_leaves", - "dark_oaklogleave": "dark_oak_leaves", - "dark_oaklogleaves": "dark_oak_leaves", - "dark_oaktreeleaf": "dark_oak_leaves", - "dark_oaktreeleave": "dark_oak_leaves", - "dark_oaktreeleaves": "dark_oak_leaves", - "dark_oaktrunkleaf": "dark_oak_leaves", - "dark_oaktrunkleave": "dark_oak_leaves", - "dark_oaktrunkleaves": "dark_oak_leaves", - "dark_oakwoodleaf": "dark_oak_leaves", - "dark_oakwoodleave": "dark_oak_leaves", - "dark_oakwoodleaves": "dark_oak_leaves", - "darkoakleaf": "dark_oak_leaves", - "darkoakleave": "dark_oak_leaves", - "darkoakleaves": "dark_oak_leaves", - "darkoaklogleaf": "dark_oak_leaves", - "darkoaklogleave": "dark_oak_leaves", - "darkoaklogleaves": "dark_oak_leaves", - "darkoaktreeleaf": "dark_oak_leaves", - "darkoaktreeleave": "dark_oak_leaves", - "darkoaktreeleaves": "dark_oak_leaves", - "darkoaktrunkleaf": "dark_oak_leaves", - "darkoaktrunkleave": "dark_oak_leaves", - "darkoaktrunkleaves": "dark_oak_leaves", - "darkoakwoodleaf": "dark_oak_leaves", - "darkoakwoodleave": "dark_oak_leaves", - "darkoakwoodleaves": "dark_oak_leaves", - "doakleaf": "dark_oak_leaves", - "doakleave": "dark_oak_leaves", - "doakleaves": "dark_oak_leaves", - "doaklogleaf": "dark_oak_leaves", - "doaklogleave": "dark_oak_leaves", - "doaklogleaves": "dark_oak_leaves", - "doaktreeleaf": "dark_oak_leaves", - "doaktreeleave": "dark_oak_leaves", - "doaktreeleaves": "dark_oak_leaves", - "doaktrunkleaf": "dark_oak_leaves", - "doaktrunkleave": "dark_oak_leaves", - "doaktrunkleaves": "dark_oak_leaves", - "doakwoodleaf": "dark_oak_leaves", - "doakwoodleave": "dark_oak_leaves", - "doakwoodleaves": "dark_oak_leaves", - "doleaf": "dark_oak_leaves", - "doleave": "dark_oak_leaves", - "doleaves": "dark_oak_leaves", - "dologleaf": "dark_oak_leaves", - "dologleave": "dark_oak_leaves", - "dologleaves": "dark_oak_leaves", - "dotreeleaf": "dark_oak_leaves", - "dotreeleave": "dark_oak_leaves", - "dotreeleaves": "dark_oak_leaves", - "dotrunkleaf": "dark_oak_leaves", - "dotrunkleave": "dark_oak_leaves", - "dotrunkleaves": "dark_oak_leaves", - "dowoodleaf": "dark_oak_leaves", - "dowoodleave": "dark_oak_leaves", - "dowoodleaves": "dark_oak_leaves", - "leafdark_oak": "dark_oak_leaves", - "leafdarkoak": "dark_oak_leaves", - "leafdo": "dark_oak_leaves", - "leafdoak": "dark_oak_leaves", - "leavesdark_oak": "dark_oak_leaves", - "leavesdarkoak": "dark_oak_leaves", - "leavesdo": "dark_oak_leaves", - "leavesdoak": "dark_oak_leaves", - "minecraft:dark_oak_leaves": "dark_oak_leaves", - "dark_oak_log": { - "material": "DARK_OAK_LOG" - }, - "dark_oaklog": "dark_oak_log", - "dark_oaktree": "dark_oak_log", - "dark_oaktrunk": "dark_oak_log", - "darkoaklog": "dark_oak_log", - "darkoaktree": "dark_oak_log", - "darkoaktrunk": "dark_oak_log", - "doaklog": "dark_oak_log", - "doaktree": "dark_oak_log", - "doaktrunk": "dark_oak_log", - "dolog": "dark_oak_log", - "dotree": "dark_oak_log", - "dotrunk": "dark_oak_log", - "logdark_oak": "dark_oak_log", - "logdarkoak": "dark_oak_log", - "logdo": "dark_oak_log", - "logdoak": "dark_oak_log", - "minecraft:dark_oak_log": "dark_oak_log", - "dark_oak_planks": { - "material": "DARK_OAK_PLANKS" - }, - "dark_oakplank": "dark_oak_planks", - "dark_oakplankw": "dark_oak_planks", - "dark_oakplankwood": "dark_oak_planks", - "dark_oakplankwooden": "dark_oak_planks", - "dark_oakwoodenplank": "dark_oak_planks", - "dark_oakwoodplank": "dark_oak_planks", - "dark_oakwplank": "dark_oak_planks", - "darkoakplank": "dark_oak_planks", - "darkoakplanks": "dark_oak_planks", - "darkoakplankw": "dark_oak_planks", - "darkoakplankwood": "dark_oak_planks", - "darkoakplankwooden": "dark_oak_planks", - "darkoakwoodenplank": "dark_oak_planks", - "darkoakwoodplank": "dark_oak_planks", - "darkoakwplank": "dark_oak_planks", - "doakplank": "dark_oak_planks", - "doakplankw": "dark_oak_planks", - "doakplankwood": "dark_oak_planks", - "doakplankwooden": "dark_oak_planks", - "doakwoodenplank": "dark_oak_planks", - "doakwoodplank": "dark_oak_planks", - "doakwplank": "dark_oak_planks", - "doplank": "dark_oak_planks", - "doplankw": "dark_oak_planks", - "doplankwood": "dark_oak_planks", - "doplankwooden": "dark_oak_planks", - "dowoodenplank": "dark_oak_planks", - "dowoodplank": "dark_oak_planks", - "dowplank": "dark_oak_planks", - "minecraft:dark_oak_planks": "dark_oak_planks", - "dark_oak_pressure_plate": { - "material": "DARK_OAK_PRESSURE_PLATE" - }, - "dark_oakplate": "dark_oak_pressure_plate", - "dark_oakpplate": "dark_oak_pressure_plate", - "dark_oakpressplate": "dark_oak_pressure_plate", - "dark_oakpressureplate": "dark_oak_pressure_plate", - "darkoakplate": "dark_oak_pressure_plate", - "darkoakpplate": "dark_oak_pressure_plate", - "darkoakpressplate": "dark_oak_pressure_plate", - "darkoakpressureplate": "dark_oak_pressure_plate", - "doakplate": "dark_oak_pressure_plate", - "doakpplate": "dark_oak_pressure_plate", - "doakpressplate": "dark_oak_pressure_plate", - "doakpressureplate": "dark_oak_pressure_plate", - "doplate": "dark_oak_pressure_plate", - "dopplate": "dark_oak_pressure_plate", - "dopressplate": "dark_oak_pressure_plate", - "dopressureplate": "dark_oak_pressure_plate", - "minecraft:dark_oak_pressure_plate": "dark_oak_pressure_plate", - "platedark_oak": "dark_oak_pressure_plate", - "platedarkoak": "dark_oak_pressure_plate", - "platedo": "dark_oak_pressure_plate", - "platedoak": "dark_oak_pressure_plate", - "dark_oak_sapling": { - "material": "DARK_OAK_SAPLING" - }, - "dark_oaklogsapling": "dark_oak_sapling", - "dark_oaksapling": "dark_oak_sapling", - "dark_oaktreesapling": "dark_oak_sapling", - "dark_oaktrunksapling": "dark_oak_sapling", - "dark_oakwoodsapling": "dark_oak_sapling", - "darkoaklogsapling": "dark_oak_sapling", - "darkoaksapling": "dark_oak_sapling", - "darkoaktreesapling": "dark_oak_sapling", - "darkoaktrunksapling": "dark_oak_sapling", - "darkoakwoodsapling": "dark_oak_sapling", - "doaklogsapling": "dark_oak_sapling", - "doaksapling": "dark_oak_sapling", - "doaktreesapling": "dark_oak_sapling", - "doaktrunksapling": "dark_oak_sapling", - "doakwoodsapling": "dark_oak_sapling", - "dologsapling": "dark_oak_sapling", - "dosapling": "dark_oak_sapling", - "dotreesapling": "dark_oak_sapling", - "dotrunksapling": "dark_oak_sapling", - "dowoodsapling": "dark_oak_sapling", - "minecraft:dark_oak_sapling": "dark_oak_sapling", - "dark_oak_sign": { - "material": "DARK_OAK_SIGN", - "fallbacks": [ - "SIGN" - ] - }, - "dark_oaksign": "dark_oak_sign", - "darkoaksign": "dark_oak_sign", - "doaksign": "dark_oak_sign", - "dosign": "dark_oak_sign", - "minecraft:dark_oak_sign": "dark_oak_sign", - "dark_oak_slab": { - "material": "DARK_OAK_SLAB" - }, - "dark_oakhalfblock": "dark_oak_slab", - "dark_oakstep": "dark_oak_slab", - "dark_oakwhalfblock": "dark_oak_slab", - "dark_oakwoodenhalfblock": "dark_oak_slab", - "dark_oakwoodenslab": "dark_oak_slab", - "dark_oakwoodenstep": "dark_oak_slab", - "dark_oakwoodhalfblock": "dark_oak_slab", - "dark_oakwoodslab": "dark_oak_slab", - "dark_oakwoodstep": "dark_oak_slab", - "dark_oakwslab": "dark_oak_slab", - "dark_oakwstep": "dark_oak_slab", - "darkoakhalfblock": "dark_oak_slab", - "darkoakslab": "dark_oak_slab", - "darkoakstep": "dark_oak_slab", - "darkoakwhalfblock": "dark_oak_slab", - "darkoakwoodenhalfblock": "dark_oak_slab", - "darkoakwoodenslab": "dark_oak_slab", - "darkoakwoodenstep": "dark_oak_slab", - "darkoakwoodhalfblock": "dark_oak_slab", - "darkoakwoodslab": "dark_oak_slab", - "darkoakwoodstep": "dark_oak_slab", - "darkoakwslab": "dark_oak_slab", - "darkoakwstep": "dark_oak_slab", - "doakhalfblock": "dark_oak_slab", - "doakstep": "dark_oak_slab", - "doakwhalfblock": "dark_oak_slab", - "doakwoodenhalfblock": "dark_oak_slab", - "doakwoodenslab": "dark_oak_slab", - "doakwoodenstep": "dark_oak_slab", - "doakwoodhalfblock": "dark_oak_slab", - "doakwoodslab": "dark_oak_slab", - "doakwoodstep": "dark_oak_slab", - "doakwslab": "dark_oak_slab", - "doakwstep": "dark_oak_slab", - "dohalfblock": "dark_oak_slab", - "dostep": "dark_oak_slab", - "dowhalfblock": "dark_oak_slab", - "dowoodenhalfblock": "dark_oak_slab", - "dowoodenslab": "dark_oak_slab", - "dowoodenstep": "dark_oak_slab", - "dowoodhalfblock": "dark_oak_slab", - "dowoodslab": "dark_oak_slab", - "dowoodstep": "dark_oak_slab", - "dowslab": "dark_oak_slab", - "dowstep": "dark_oak_slab", - "minecraft:dark_oak_slab": "dark_oak_slab", - "dark_oak_stairs": { - "material": "DARK_OAK_STAIRS" - }, - "dark_oakstair": "dark_oak_stairs", - "dark_oakwoodenstair": "dark_oak_stairs", - "dark_oakwoodenstairs": "dark_oak_stairs", - "dark_oakwoodstair": "dark_oak_stairs", - "dark_oakwoodstairs": "dark_oak_stairs", - "dark_oakwstair": "dark_oak_stairs", - "dark_oakwstairs": "dark_oak_stairs", - "darkoakstair": "dark_oak_stairs", - "darkoakstairs": "dark_oak_stairs", - "darkoakwoodenstair": "dark_oak_stairs", - "darkoakwoodenstairs": "dark_oak_stairs", - "darkoakwoodstair": "dark_oak_stairs", - "darkoakwoodstairs": "dark_oak_stairs", - "darkoakwstair": "dark_oak_stairs", - "darkoakwstairs": "dark_oak_stairs", - "doakstair": "dark_oak_stairs", - "doakwoodenstair": "dark_oak_stairs", - "doakwoodenstairs": "dark_oak_stairs", - "doakwoodstair": "dark_oak_stairs", - "doakwoodstairs": "dark_oak_stairs", - "doakwstair": "dark_oak_stairs", - "doakwstairs": "dark_oak_stairs", - "dostair": "dark_oak_stairs", - "dowoodenstair": "dark_oak_stairs", - "dowoodenstairs": "dark_oak_stairs", - "dowoodstair": "dark_oak_stairs", - "dowoodstairs": "dark_oak_stairs", - "dowstair": "dark_oak_stairs", - "dowstairs": "dark_oak_stairs", - "minecraft:dark_oak_stairs": "dark_oak_stairs", - "dark_oak_trapdoor": { - "material": "DARK_OAK_TRAPDOOR" - }, - "dark_oakdoort": "dark_oak_trapdoor", - "dark_oakdoortrap": "dark_oak_trapdoor", - "dark_oakdtrap": "dark_oak_trapdoor", - "dark_oakhatch": "dark_oak_trapdoor", - "dark_oaktdoor": "dark_oak_trapdoor", - "dark_oaktrapd": "dark_oak_trapdoor", - "dark_oaktrapdoor": "dark_oak_trapdoor", - "darkoakdoort": "dark_oak_trapdoor", - "darkoakdoortrap": "dark_oak_trapdoor", - "darkoakdtrap": "dark_oak_trapdoor", - "darkoakhatch": "dark_oak_trapdoor", - "darkoaktdoor": "dark_oak_trapdoor", - "darkoaktrapd": "dark_oak_trapdoor", - "darkoaktrapdoor": "dark_oak_trapdoor", - "doakdoort": "dark_oak_trapdoor", - "doakdoortrap": "dark_oak_trapdoor", - "doakdtrap": "dark_oak_trapdoor", - "doakhatch": "dark_oak_trapdoor", - "doaktdoor": "dark_oak_trapdoor", - "doaktrapd": "dark_oak_trapdoor", - "doaktrapdoor": "dark_oak_trapdoor", - "dodoort": "dark_oak_trapdoor", - "dodoortrap": "dark_oak_trapdoor", - "dodtrap": "dark_oak_trapdoor", - "dohatch": "dark_oak_trapdoor", - "dotdoor": "dark_oak_trapdoor", - "dotrapd": "dark_oak_trapdoor", - "dotrapdoor": "dark_oak_trapdoor", - "minecraft:dark_oak_trapdoor": "dark_oak_trapdoor", - "dark_oak_wood": { - "material": "DARK_OAK_WOOD" - }, - "dark_oaklogall": "dark_oak_wood", - "dark_oaktreeall": "dark_oak_wood", - "dark_oaktrunkall": "dark_oak_wood", - "dark_oakwood": "dark_oak_wood", - "darkoaklogall": "dark_oak_wood", - "darkoaktreeall": "dark_oak_wood", - "darkoaktrunkall": "dark_oak_wood", - "darkoakwood": "dark_oak_wood", - "doaklogall": "dark_oak_wood", - "doaktreeall": "dark_oak_wood", - "doaktrunkall": "dark_oak_wood", - "doakwood": "dark_oak_wood", - "dologall": "dark_oak_wood", - "dotreeall": "dark_oak_wood", - "dotrunkall": "dark_oak_wood", - "dowood": "dark_oak_wood", - "minecraft:dark_oak_wood": "dark_oak_wood", - "wooddark_oak": "dark_oak_wood", - "wooddarkoak": "dark_oak_wood", - "wooddo": "dark_oak_wood", - "wooddoak": "dark_oak_wood", - "dark_prismarine": { - "material": "DARK_PRISMARINE" - }, - "dark_prismarineblock": "dark_prismarine", - "darkpris": "dark_prismarine", - "darkprisblock": "dark_prismarine", - "darkprismarine": "dark_prismarine", - "darkprismarineblock": "dark_prismarine", - "darksea": "dark_prismarine", - "darkseablock": "dark_prismarine", - "dpris": "dark_prismarine", - "dprisblock": "dark_prismarine", - "dprismarine": "dark_prismarine", - "dprismarineblock": "dark_prismarine", - "dsea": "dark_prismarine", - "dseablock": "dark_prismarine", - "minecraft:dark_prismarine": "dark_prismarine", - "dark_prismarine_slab": { - "material": "DARK_PRISMARINE_SLAB" - }, - "dark_prismarinesl": "dark_prismarine_slab", - "dark_prismarineslab": "dark_prismarine_slab", - "darkprismarinesl": "dark_prismarine_slab", - "darkprismarineslab": "dark_prismarine_slab", - "darkprissl": "dark_prismarine_slab", - "darkprisslab": "dark_prismarine_slab", - "darkseasl": "dark_prismarine_slab", - "darkseaslab": "dark_prismarine_slab", - "dprismarinesl": "dark_prismarine_slab", - "dprismarineslab": "dark_prismarine_slab", - "dprissl": "dark_prismarine_slab", - "dprisslab": "dark_prismarine_slab", - "dseasl": "dark_prismarine_slab", - "dseaslab": "dark_prismarine_slab", - "minecraft:dark_prismarine_slab": "dark_prismarine_slab", - "dark_prismarine_stairs": { - "material": "DARK_PRISMARINE_STAIRS" - }, - "dark_prismarinest": "dark_prismarine_stairs", - "dark_prismarinestair": "dark_prismarine_stairs", - "dark_prismarinestairs": "dark_prismarine_stairs", - "darkprismarinest": "dark_prismarine_stairs", - "darkprismarinestair": "dark_prismarine_stairs", - "darkprismarinestairs": "dark_prismarine_stairs", - "darkprisst": "dark_prismarine_stairs", - "darkprisstair": "dark_prismarine_stairs", - "darkprisstairs": "dark_prismarine_stairs", - "darkseast": "dark_prismarine_stairs", - "darkseastair": "dark_prismarine_stairs", - "darkseastairs": "dark_prismarine_stairs", - "dprismarinest": "dark_prismarine_stairs", - "dprismarinestair": "dark_prismarine_stairs", - "dprismarinestairs": "dark_prismarine_stairs", - "dprisst": "dark_prismarine_stairs", - "dprisstair": "dark_prismarine_stairs", - "dprisstairs": "dark_prismarine_stairs", - "dseast": "dark_prismarine_stairs", - "dseastair": "dark_prismarine_stairs", - "dseastairs": "dark_prismarine_stairs", - "minecraft:dark_prismarine_stairs": "dark_prismarine_stairs", - "daylight_detector": { - "material": "DAYLIGHT_DETECTOR" - }, - "daydetect": "daylight_detector", - "daydetector": "daylight_detector", - "daylightdetector": "daylight_detector", - "lightdetect": "daylight_detector", - "lightdetector": "daylight_detector", - "minecraft:daylight_detector": "daylight_detector", - "photoresistor": "daylight_detector", - "solarpanel": "daylight_detector", - "dead_brain_coral": { - "material": "DEAD_BRAIN_CORAL" - }, - "deadbraincoral": "dead_brain_coral", - "minecraft:dead_brain_coral": "dead_brain_coral", - "dead_brain_coral_block": { - "material": "DEAD_BRAIN_CORAL_BLOCK" - }, - "deadbraincoralblock": "dead_brain_coral_block", - "minecraft:dead_brain_coral_block": "dead_brain_coral_block", - "dead_brain_coral_fan": { - "material": "DEAD_BRAIN_CORAL_FAN" - }, - "deadbraincoralfan": "dead_brain_coral_fan", - "minecraft:dead_brain_coral_fan": "dead_brain_coral_fan", - "dead_bubble_coral": { - "material": "DEAD_BUBBLE_CORAL" - }, - "deadbubblecoral": "dead_bubble_coral", - "minecraft:dead_bubble_coral": "dead_bubble_coral", - "dead_bubble_coral_block": { - "material": "DEAD_BUBBLE_CORAL_BLOCK" - }, - "deadbubblecoralblock": "dead_bubble_coral_block", - "minecraft:dead_bubble_coral_block": "dead_bubble_coral_block", - "dead_bubble_coral_fan": { - "material": "DEAD_BUBBLE_CORAL_FAN" - }, - "deadbubblecoralfan": "dead_bubble_coral_fan", - "minecraft:dead_bubble_coral_fan": "dead_bubble_coral_fan", - "dead_bush": { - "material": "DEAD_BUSH" - }, - "bush": "dead_bush", - "dbush": "dead_bush", - "deadbush": "dead_bush", - "deadsapling": "dead_bush", - "deadshrub": "dead_bush", - "dshrub": "dead_bush", - "minecraft:dead_bush": "dead_bush", - "dead_fire_coral": { - "material": "DEAD_FIRE_CORAL" - }, - "deadfirecoral": "dead_fire_coral", - "minecraft:dead_fire_coral": "dead_fire_coral", - "dead_fire_coral_block": { - "material": "DEAD_FIRE_CORAL_BLOCK" - }, - "deadfirecoralblock": "dead_fire_coral_block", - "minecraft:dead_fire_coral_block": "dead_fire_coral_block", - "dead_fire_coral_fan": { - "material": "DEAD_FIRE_CORAL_FAN" - }, - "deadfirecoralfan": "dead_fire_coral_fan", - "minecraft:dead_fire_coral_fan": "dead_fire_coral_fan", - "dead_horn_coral": { - "material": "DEAD_HORN_CORAL" - }, - "deadhorncoral": "dead_horn_coral", - "minecraft:dead_horn_coral": "dead_horn_coral", - "dead_horn_coral_block": { - "material": "DEAD_HORN_CORAL_BLOCK" - }, - "deadhorncoralblock": "dead_horn_coral_block", - "minecraft:dead_horn_coral_block": "dead_horn_coral_block", - "dead_horn_coral_fan": { - "material": "DEAD_HORN_CORAL_FAN" - }, - "deadhorncoralfan": "dead_horn_coral_fan", - "minecraft:dead_horn_coral_fan": "dead_horn_coral_fan", - "dead_tube_coral": { - "material": "DEAD_TUBE_CORAL" - }, - "deadtubecoral": "dead_tube_coral", - "minecraft:dead_tube_coral": "dead_tube_coral", - "dead_tube_coral_block": { - "material": "DEAD_TUBE_CORAL_BLOCK" - }, - "deadtubecoralblock": "dead_tube_coral_block", - "minecraft:dead_tube_coral_block": "dead_tube_coral_block", - "dead_tube_coral_fan": { - "material": "DEAD_TUBE_CORAL_FAN" - }, - "deadtubecoralfan": "dead_tube_coral_fan", - "minecraft:dead_tube_coral_fan": "dead_tube_coral_fan", - "debug_stick": { - "material": "DEBUG_STICK" - }, - "debugstick": "debug_stick", - "minecraft:debug_stick": "debug_stick", - "decorated_pot": { - "material": "DECORATED_POT" - }, - "decoratedpot": "decorated_pot", - "decorpot": "decorated_pot", - "dflowerpot": "decorated_pot", - "minecraft:decorated_pot": "decorated_pot", - "deepslate": { - "material": "DEEPSLATE" - }, - "deepslateb": "deepslate", - "deepslatebl": "deepslate", - "deepslateblock": "deepslate", - "dslate": "deepslate", - "dslateb": "deepslate", - "dslatebl": "deepslate", - "dslateblock": "deepslate", - "minecraft:deepslate": "deepslate", - "slate": "deepslate", - "slateb": "deepslate", - "slatebl": "deepslate", - "slateblock": "deepslate", - "deepslate_brick_slab": { - "material": "DEEPSLATE_BRICK_SLAB" - }, - "deepslatebrhalfblock": "deepslate_brick_slab", - "deepslatebrickhalfblock": "deepslate_brick_slab", - "deepslatebrickshalfblock": "deepslate_brick_slab", - "deepslatebrickslab": "deepslate_brick_slab", - "deepslatebricksstep": "deepslate_brick_slab", - "deepslatebrickstep": "deepslate_brick_slab", - "deepslatebrstep": "deepslate_brick_slab", - "dslatebrhalfblock": "deepslate_brick_slab", - "dslatebrickshalfblock": "deepslate_brick_slab", - "dslatebricksstep": "deepslate_brick_slab", - "dslatebrstep": "deepslate_brick_slab", - "minecraft:deepslate_brick_slab": "deepslate_brick_slab", - "slatebrhalfblock": "deepslate_brick_slab", - "slatebrickshalfblock": "deepslate_brick_slab", - "slatebricksstep": "deepslate_brick_slab", - "slatebrstep": "deepslate_brick_slab", - "deepslate_brick_stairs": { - "material": "DEEPSLATE_BRICK_STAIRS" - }, - "deepslatebricksstair": "deepslate_brick_stairs", - "deepslatebricksstairs": "deepslate_brick_stairs", - "deepslatebrickstair": "deepslate_brick_stairs", - "deepslatebrickstairs": "deepslate_brick_stairs", - "deepslatebrstair": "deepslate_brick_stairs", - "deepslatebrstairs": "deepslate_brick_stairs", - "dslatebricksstair": "deepslate_brick_stairs", - "dslatebricksstairs": "deepslate_brick_stairs", - "dslatebrstair": "deepslate_brick_stairs", - "dslatebrstairs": "deepslate_brick_stairs", - "minecraft:deepslate_brick_stairs": "deepslate_brick_stairs", - "slatebricksstair": "deepslate_brick_stairs", - "slatebricksstairs": "deepslate_brick_stairs", - "slatebrstair": "deepslate_brick_stairs", - "slatebrstairs": "deepslate_brick_stairs", - "deepslate_brick_wall": { - "material": "DEEPSLATE_BRICK_WALL" - }, - "deepslatebrickswall": "deepslate_brick_wall", - "deepslatebrickwall": "deepslate_brick_wall", - "deepslatebrwall": "deepslate_brick_wall", - "dslatebrickswall": "deepslate_brick_wall", - "dslatebrwall": "deepslate_brick_wall", - "minecraft:deepslate_brick_wall": "deepslate_brick_wall", - "slatebrickswall": "deepslate_brick_wall", - "slatebrwall": "deepslate_brick_wall", - "walldeepslatebr": "deepslate_brick_wall", - "walldeepslatebrick": "deepslate_brick_wall", - "walldeepslatebricks": "deepslate_brick_wall", - "walldslatebr": "deepslate_brick_wall", - "walldslatebricks": "deepslate_brick_wall", - "wallslatebr": "deepslate_brick_wall", - "wallslatebricks": "deepslate_brick_wall", - "deepslate_bricks": { - "material": "DEEPSLATE_BRICKS" - }, - "deepslatebr": "deepslate_bricks", - "deepslatebrick": "deepslate_bricks", - "deepslatebricks": "deepslate_bricks", - "dslatebr": "deepslate_bricks", - "dslatebricks": "deepslate_bricks", - "minecraft:deepslate_bricks": "deepslate_bricks", - "slatebr": "deepslate_bricks", - "slatebricks": "deepslate_bricks", - "deepslate_coal_ore": { - "material": "DEEPSLATE_COAL_ORE" - }, - "deepcoalore": "deepslate_coal_ore", - "deepcore": "deepslate_coal_ore", - "deeporec": "deepslate_coal_ore", - "deeporecoal": "deepslate_coal_ore", - "deepslatecoalore": "deepslate_coal_ore", - "deepslatecore": "deepslate_coal_ore", - "dorec": "deepslate_coal_ore", - "dorecoal": "deepslate_coal_ore", - "minecraft:deepslate_coal_ore": "deepslate_coal_ore", - "slatecoalore": "deepslate_coal_ore", - "slatecore": "deepslate_coal_ore", - "deepslate_copper_ore": { - "material": "DEEPSLATE_COPPER_ORE" - }, - "deepcopore": "deepslate_copper_ore", - "deepcopperore": "deepslate_copper_ore", - "deepcoppore": "deepslate_copper_ore", - "deeporecop": "deepslate_copper_ore", - "deeporecopp": "deepslate_copper_ore", - "deeporecopper": "deepslate_copper_ore", - "deepslatecopore": "deepslate_copper_ore", - "deepslatecopperore": "deepslate_copper_ore", - "deepslatecoppore": "deepslate_copper_ore", - "dorecop": "deepslate_copper_ore", - "dorecopp": "deepslate_copper_ore", - "dorecopper": "deepslate_copper_ore", - "minecraft:deepslate_copper_ore": "deepslate_copper_ore", - "slatecopore": "deepslate_copper_ore", - "slatecopperore": "deepslate_copper_ore", - "slatecoppore": "deepslate_copper_ore", - "deepslate_diamond_ore": { - "material": "DEEPSLATE_DIAMOND_ORE" - }, - "deepcrystalore": "deepslate_diamond_ore", - "deepdiamondore": "deepslate_diamond_ore", - "deepdore": "deepslate_diamond_ore", - "deeporecrystal": "deepslate_diamond_ore", - "deepored": "deepslate_diamond_ore", - "deeporediamond": "deepslate_diamond_ore", - "deepslatecrystalore": "deepslate_diamond_ore", - "deepslatediamondore": "deepslate_diamond_ore", - "deepslatedore": "deepslate_diamond_ore", - "dorecrystal": "deepslate_diamond_ore", - "dored": "deepslate_diamond_ore", - "dorediamond": "deepslate_diamond_ore", - "minecraft:deepslate_diamond_ore": "deepslate_diamond_ore", - "slatecrystalore": "deepslate_diamond_ore", - "slatediamondore": "deepslate_diamond_ore", - "slatedore": "deepslate_diamond_ore", - "deepslate_emerald_ore": { - "material": "DEEPSLATE_EMERALD_ORE" - }, - "deepemeraldore": "deepslate_emerald_ore", - "deepeore": "deepslate_emerald_ore", - "deeporee": "deepslate_emerald_ore", - "deeporeemerald": "deepslate_emerald_ore", - "deepslateemeraldore": "deepslate_emerald_ore", - "deepslateeore": "deepslate_emerald_ore", - "doree": "deepslate_emerald_ore", - "doreemerald": "deepslate_emerald_ore", - "minecraft:deepslate_emerald_ore": "deepslate_emerald_ore", - "slateemeraldore": "deepslate_emerald_ore", - "slateeore": "deepslate_emerald_ore", - "deepslate_gold_ore": { - "material": "DEEPSLATE_GOLD_ORE" - }, - "deepgoldore": "deepslate_gold_ore", - "deepgore": "deepslate_gold_ore", - "deeporeg": "deepslate_gold_ore", - "deeporegold": "deepslate_gold_ore", - "deepslategoldore": "deepslate_gold_ore", - "deepslategore": "deepslate_gold_ore", - "doreg": "deepslate_gold_ore", - "doregold": "deepslate_gold_ore", - "minecraft:deepslate_gold_ore": "deepslate_gold_ore", - "slategoldore": "deepslate_gold_ore", - "slategore": "deepslate_gold_ore", - "deepslate_iron_ore": { - "material": "DEEPSLATE_IRON_ORE" - }, - "deepiore": "deepslate_iron_ore", - "deepironore": "deepslate_iron_ore", - "deeporei": "deepslate_iron_ore", - "deeporeiron": "deepslate_iron_ore", - "deepores": "deepslate_iron_ore", - "deeporest": "deepslate_iron_ore", - "deeporesteel": "deepslate_iron_ore", - "deepslateiore": "deepslate_iron_ore", - "deepslateironore": "deepslate_iron_ore", - "deepslatesore": "deepslate_iron_ore", - "deepslatesteelore": "deepslate_iron_ore", - "deepslatestore": "deepslate_iron_ore", - "deepsore": "deepslate_iron_ore", - "deepsteelore": "deepslate_iron_ore", - "deepstore": "deepslate_iron_ore", - "dorei": "deepslate_iron_ore", - "doreiron": "deepslate_iron_ore", - "dores": "deepslate_iron_ore", - "dorest": "deepslate_iron_ore", - "doresteel": "deepslate_iron_ore", - "minecraft:deepslate_iron_ore": "deepslate_iron_ore", - "slateiore": "deepslate_iron_ore", - "slateironore": "deepslate_iron_ore", - "slatesore": "deepslate_iron_ore", - "slatesteelore": "deepslate_iron_ore", - "slatestore": "deepslate_iron_ore", - "deepslate_lapis_ore": { - "material": "DEEPSLATE_LAPIS_ORE" - }, - "deeplapislazuliore": "deepslate_lapis_ore", - "deeplapisore": "deepslate_lapis_ore", - "deeplore": "deepslate_lapis_ore", - "deeporel": "deepslate_lapis_ore", - "deeporelapis": "deepslate_lapis_ore", - "deeporelapislazuli": "deepslate_lapis_ore", - "deepslatelapislazuliore": "deepslate_lapis_ore", - "deepslatelapisore": "deepslate_lapis_ore", - "deepslatelore": "deepslate_lapis_ore", - "dorel": "deepslate_lapis_ore", - "dorelapis": "deepslate_lapis_ore", - "dorelapislazuli": "deepslate_lapis_ore", - "minecraft:deepslate_lapis_ore": "deepslate_lapis_ore", - "slatelapislazuliore": "deepslate_lapis_ore", - "slatelapisore": "deepslate_lapis_ore", - "slatelore": "deepslate_lapis_ore", - "deepslate_redstone_ore": { - "material": "DEEPSLATE_REDSTONE_ORE" - }, - "deeporer": "deepslate_redstone_ore", - "deeporered": "deepslate_redstone_ore", - "deeporereds": "deepslate_redstone_ore", - "deeporeredstone": "deepslate_redstone_ore", - "deeporers": "deepslate_redstone_ore", - "deeporerstone": "deepslate_redstone_ore", - "deepredore": "deepslate_redstone_ore", - "deepredsore": "deepslate_redstone_ore", - "deepredstoneore": "deepslate_redstone_ore", - "deeprore": "deepslate_redstone_ore", - "deeprsore": "deepslate_redstone_ore", - "deeprstoneore": "deepslate_redstone_ore", - "deepslateredore": "deepslate_redstone_ore", - "deepslateredsore": "deepslate_redstone_ore", - "deepslateredstoneore": "deepslate_redstone_ore", - "deepslaterore": "deepslate_redstone_ore", - "deepslatersore": "deepslate_redstone_ore", - "deepslaterstoneore": "deepslate_redstone_ore", - "dorer": "deepslate_redstone_ore", - "dorered": "deepslate_redstone_ore", - "dorereds": "deepslate_redstone_ore", - "doreredstone": "deepslate_redstone_ore", - "dorers": "deepslate_redstone_ore", - "dorerstone": "deepslate_redstone_ore", - "minecraft:deepslate_redstone_ore": "deepslate_redstone_ore", - "slateredore": "deepslate_redstone_ore", - "slateredsore": "deepslate_redstone_ore", - "slateredstoneore": "deepslate_redstone_ore", - "slaterore": "deepslate_redstone_ore", - "slatersore": "deepslate_redstone_ore", - "slaterstoneore": "deepslate_redstone_ore", - "deepslate_tile_slab": { - "material": "DEEPSLATE_TILE_SLAB" - }, - "deepslatetilehalfblock": "deepslate_tile_slab", - "deepslatetileshalfblock": "deepslate_tile_slab", - "deepslatetileslab": "deepslate_tile_slab", - "deepslatetilesstep": "deepslate_tile_slab", - "deepslatetilestep": "deepslate_tile_slab", - "dslatetilehalfblock": "deepslate_tile_slab", - "dslatetileshalfblock": "deepslate_tile_slab", - "dslatetilesstep": "deepslate_tile_slab", - "dslatetilestep": "deepslate_tile_slab", - "minecraft:deepslate_tile_slab": "deepslate_tile_slab", - "slatetilehalfblock": "deepslate_tile_slab", - "slatetileshalfblock": "deepslate_tile_slab", - "slatetilesstep": "deepslate_tile_slab", - "slatetilestep": "deepslate_tile_slab", - "deepslate_tile_stairs": { - "material": "DEEPSLATE_TILE_STAIRS" - }, - "deepslatetilesstair": "deepslate_tile_stairs", - "deepslatetilesstairs": "deepslate_tile_stairs", - "deepslatetilestair": "deepslate_tile_stairs", - "deepslatetilestairs": "deepslate_tile_stairs", - "dslatetilesstair": "deepslate_tile_stairs", - "dslatetilesstairs": "deepslate_tile_stairs", - "dslatetilestair": "deepslate_tile_stairs", - "dslatetilestairs": "deepslate_tile_stairs", - "minecraft:deepslate_tile_stairs": "deepslate_tile_stairs", - "slatetilesstair": "deepslate_tile_stairs", - "slatetilesstairs": "deepslate_tile_stairs", - "slatetilestair": "deepslate_tile_stairs", - "slatetilestairs": "deepslate_tile_stairs", - "deepslate_tile_wall": { - "material": "DEEPSLATE_TILE_WALL" - }, - "deepslatetileswall": "deepslate_tile_wall", - "deepslatetilewall": "deepslate_tile_wall", - "dslatetileswall": "deepslate_tile_wall", - "dslatetilewall": "deepslate_tile_wall", - "minecraft:deepslate_tile_wall": "deepslate_tile_wall", - "slatetileswall": "deepslate_tile_wall", - "slatetilewall": "deepslate_tile_wall", - "walldeepslatetile": "deepslate_tile_wall", - "walldeepslatetiles": "deepslate_tile_wall", - "walldslatetile": "deepslate_tile_wall", - "walldslatetiles": "deepslate_tile_wall", - "wallslatetile": "deepslate_tile_wall", - "wallslatetiles": "deepslate_tile_wall", - "deepslate_tiles": { - "material": "DEEPSLATE_TILES" - }, - "deepslatetiles": "deepslate_tiles", - "deepslatetilestile": "deepslate_tiles", - "deepslatetilestiles": "deepslate_tiles", - "deepslatetiletile": "deepslate_tiles", - "deepslatetiletiles": "deepslate_tiles", - "dslatetilestile": "deepslate_tiles", - "dslatetilestiles": "deepslate_tiles", - "dslatetiletile": "deepslate_tiles", - "dslatetiletiles": "deepslate_tiles", - "minecraft:deepslate_tiles": "deepslate_tiles", - "slatetilestile": "deepslate_tiles", - "slatetilestiles": "deepslate_tiles", - "slatetiletile": "deepslate_tiles", - "slatetiletiles": "deepslate_tiles", - "tiledeepslatetile": "deepslate_tiles", - "tiledeepslatetiles": "deepslate_tiles", - "tiledslatetile": "deepslate_tiles", - "tiledslatetiles": "deepslate_tiles", - "tilesdeepslatetile": "deepslate_tiles", - "tilesdeepslatetiles": "deepslate_tiles", - "tilesdslatetile": "deepslate_tiles", - "tilesdslatetiles": "deepslate_tiles", - "tileslatetile": "deepslate_tiles", - "tileslatetiles": "deepslate_tiles", - "tilesslatetile": "deepslate_tiles", - "tilesslatetiles": "deepslate_tiles", - "detector_rail": { - "material": "DETECTOR_RAIL" - }, - "detectingrail": "detector_rail", - "detectingrails": "detector_rail", - "detectingtrack": "detector_rail", - "detectorrail": "detector_rail", - "detectorrails": "detector_rail", - "detectortrack": "detector_rail", - "detectrail": "detector_rail", - "detectrails": "detector_rail", - "detecttrack": "detector_rail", - "detrail": "detector_rail", - "detrails": "detector_rail", - "dettrack": "detector_rail", - "drail": "detector_rail", - "drails": "detector_rail", - "dtrack": "detector_rail", - "minecraft:detector_rail": "detector_rail", - "diamond": { - "material": "DIAMOND" - }, - "minecraft:diamond": "diamond", - "diamond_axe": { - "material": "DIAMOND_AXE" - }, - "crystalaxe": "diamond_axe", - "daxe": "diamond_axe", - "diamondaxe": "diamond_axe", - "minecraft:diamond_axe": "diamond_axe", - "diamond_block": { - "material": "DIAMOND_BLOCK" - }, - "blockcrystal": "diamond_block", - "blockd": "diamond_block", - "blockdiamond": "diamond_block", - "crystalblock": "diamond_block", - "dblock": "diamond_block", - "diamondblock": "diamond_block", - "minecraft:diamond_block": "diamond_block", - "diamond_boots": { - "material": "DIAMOND_BOOTS" - }, - "crystalboots": "diamond_boots", - "crystalshoes": "diamond_boots", - "dboots": "diamond_boots", - "diamondboots": "diamond_boots", - "diamondshoes": "diamond_boots", - "dshoes": "diamond_boots", - "minecraft:diamond_boots": "diamond_boots", - "diamond_chestplate": { - "material": "DIAMOND_CHESTPLATE" - }, - "crystalchestplate": "diamond_chestplate", - "crystalplate": "diamond_chestplate", - "crystalplatebody": "diamond_chestplate", - "crystalshirt": "diamond_chestplate", - "crystaltunic": "diamond_chestplate", - "dchestplate": "diamond_chestplate", - "diamondchestplate": "diamond_chestplate", - "diamondplate": "diamond_chestplate", - "diamondplatebody": "diamond_chestplate", - "diamondshirt": "diamond_chestplate", - "diamondtunic": "diamond_chestplate", - "dplate": "spruce_pressure_plate", - "dplatebody": "diamond_chestplate", - "dshirt": "diamond_chestplate", - "dtunic": "diamond_chestplate", - "minecraft:diamond_chestplate": "diamond_chestplate", - "diamond_helmet": { - "material": "DIAMOND_HELMET" - }, - "crystalcoif": "diamond_helmet", - "crystalhat": "diamond_helmet", - "crystalhelm": "diamond_helmet", - "crystalhelmet": "diamond_helmet", - "dcoif": "diamond_helmet", - "dhat": "diamond_helmet", - "dhelm": "diamond_helmet", - "dhelmet": "diamond_helmet", - "diamondcoif": "diamond_helmet", - "diamondhat": "diamond_helmet", - "diamondhelm": "diamond_helmet", - "diamondhelmet": "diamond_helmet", - "minecraft:diamond_helmet": "diamond_helmet", - "diamond_hoe": { - "material": "DIAMOND_HOE" - }, - "crystalhoe": "diamond_hoe", - "dhoe": "diamond_hoe", - "diamondhoe": "diamond_hoe", - "minecraft:diamond_hoe": "diamond_hoe", - "diamond_horse_armor": { - "material": "DIAMOND_HORSE_ARMOR" - }, - "crystalarmor": "diamond_horse_armor", - "crystalharmor": "diamond_horse_armor", - "crystalhorsearmor": "diamond_horse_armor", - "darmor": "diamond_horse_armor", - "dharmor": "diamond_horse_armor", - "dhorsearmor": "diamond_horse_armor", - "diamondarmor": "diamond_horse_armor", - "diamondharmor": "diamond_horse_armor", - "diamondhorsearmor": "diamond_horse_armor", - "minecraft:diamond_horse_armor": "diamond_horse_armor", - "diamond_leggings": { - "material": "DIAMOND_LEGGINGS" - }, - "crystalleggings": "diamond_leggings", - "crystallegs": "diamond_leggings", - "crystalpants": "diamond_leggings", - "diamondleggings": "diamond_leggings", - "diamondlegs": "diamond_leggings", - "diamondpants": "diamond_leggings", - "dleggings": "diamond_leggings", - "dlegs": "diamond_leggings", - "dpants": "diamond_leggings", - "minecraft:diamond_leggings": "diamond_leggings", - "diamond_ore": { - "material": "DIAMOND_ORE" - }, - "crystalo": "diamond_ore", - "crystalore": "diamond_ore", - "diamondo": "diamond_ore", - "diamondore": "diamond_ore", - "do": "diamond_ore", - "dore": "diamond_ore", - "minecraft:diamond_ore": "diamond_ore", - "ocrystal": "diamond_ore", - "od": "diamond_ore", - "odiamond": "diamond_ore", - "orecrystal": "diamond_ore", - "ored": "redstone_ore", - "orediamond": "diamond_ore", - "stonecrystalore": "diamond_ore", - "stonediamondore": "diamond_ore", - "stonedore": "diamond_ore", - "diamond_pickaxe": { - "material": "DIAMOND_PICKAXE" - }, - "crystalpick": "diamond_pickaxe", - "crystalpickaxe": "diamond_pickaxe", - "diamondpick": "diamond_pickaxe", - "diamondpickaxe": "diamond_pickaxe", - "dpick": "diamond_pickaxe", - "dpickaxe": "diamond_pickaxe", - "minecraft:diamond_pickaxe": "diamond_pickaxe", - "diamond_shovel": { - "material": "DIAMOND_SHOVEL" - }, - "crystalshovel": "diamond_shovel", - "crystalspade": "diamond_shovel", - "diamondshovel": "diamond_shovel", - "diamondspade": "diamond_shovel", - "dshovel": "diamond_shovel", - "dspade": "diamond_shovel", - "minecraft:diamond_shovel": "diamond_shovel", - "diamond_sword": { - "material": "DIAMOND_SWORD" - }, - "crystalsword": "diamond_sword", - "diamondsword": "diamond_sword", - "dsword": "diamond_sword", - "minecraft:diamond_sword": "diamond_sword", - "diorite": { - "material": "DIORITE" - }, - "di": "diorite", - "dib": "diorite", - "dibl": "diorite", - "diblock": "diorite", - "dioriteb": "diorite", - "dioritebl": "diorite", - "dioriteblock": "diorite", - "dstone": "diorite", - "dstoneb": "diorite", - "dstonebl": "diorite", - "dstoneblock": "diorite", - "minecraft:diorite": "diorite", - "diorite_slab": { - "material": "DIORITE_SLAB" - }, - "dihalfblock": "diorite_slab", - "dioritehalfblock": "diorite_slab", - "dioriteslab": "diorite_slab", - "dioritestep": "diorite_slab", - "distep": "diorite_slab", - "dstonehalfblock": "diorite_slab", - "dstonestep": "diorite_slab", - "minecraft:diorite_slab": "diorite_slab", - "diorite_stairs": { - "material": "DIORITE_STAIRS" - }, - "dioritestair": "diorite_stairs", - "dioritestairs": "diorite_stairs", - "distair": "diorite_stairs", - "distairs": "diorite_stairs", - "dstonestair": "diorite_stairs", - "dstonestairs": "diorite_stairs", - "minecraft:diorite_stairs": "diorite_stairs", - "diorite_wall": { - "material": "DIORITE_WALL" - }, - "dioritewall": "diorite_wall", - "diwall": "diorite_wall", - "dstonewall": "diorite_wall", - "minecraft:diorite_wall": "diorite_wall", - "walldi": "diorite_wall", - "walldiorite": "diorite_wall", - "walldstone": "diorite_wall", - "dirt": { - "material": "DIRT" - }, - "earth": "dirt", - "land": "dirt", - "minecraft:dirt": "dirt", - "dirt_path": { - "material": "DIRT_PATH", - "fallbacks": [ - "GRASS_PATH" - ] - }, - "dirtpath": "dirt_path", - "dpath": "dirt_path", - "gpath": "dirt_path", - "grass_path": "dirt_path", - "grasspath": "dirt_path", - "minecraft:dirt_path": "dirt_path", - "minecraft:grass_path": "dirt_path", - "path": "dirt_path", - "disc_fragment_5": { - "material": "DISC_FRAGMENT_5" - }, - "discfrag": "disc_fragment_5", - "discfragment5": "disc_fragment_5", - "fragment": "disc_fragment_5", - "minecraft:disc_fragment_5": "disc_fragment_5", - "dispenser": { - "material": "DISPENSER" - }, - "dispense": "dispenser", - "minecraft:dispenser": "dispenser", - "dolphin_spawn_egg": { - "material": "DOLPHIN_SPAWN_EGG" - }, - "dolphinegg": "dolphin_spawn_egg", - "dolphinsegg": "dolphin_spawn_egg", - "dolphinspawn": "dolphin_spawn_egg", - "dolphinspawnegg": "dolphin_spawn_egg", - "eccoegg": "dolphin_spawn_egg", - "eccosegg": "dolphin_spawn_egg", - "eccospawn": "dolphin_spawn_egg", - "eccospawnegg": "dolphin_spawn_egg", - "eggdolphin": "dolphin_spawn_egg", - "eggecco": "dolphin_spawn_egg", - "minecraft:dolphin_spawn_egg": "dolphin_spawn_egg", - "seggdolphin": "dolphin_spawn_egg", - "seggecco": "dolphin_spawn_egg", - "spawndolphin": "dolphin_spawn_egg", - "spawnecco": "dolphin_spawn_egg", - "spawneggdolphin": "dolphin_spawn_egg", - "spawneggecco": "dolphin_spawn_egg", - "dolphin_spawner": { - "entity": "DOLPHIN", - "material": "SPAWNER" - }, - "dolphincage": "dolphin_spawner", - "dolphinmcage": "dolphin_spawner", - "dolphinmobcage": "dolphin_spawner", - "dolphinmobspawner": "dolphin_spawner", - "dolphinmonstercage": "dolphin_spawner", - "dolphinmonsterspawner": "dolphin_spawner", - "dolphinmspawner": "dolphin_spawner", - "dolphinspawner": "dolphin_spawner", - "eccocage": "dolphin_spawner", - "eccomcage": "dolphin_spawner", - "eccomobcage": "dolphin_spawner", - "eccomobspawner": "dolphin_spawner", - "eccomonstercage": "dolphin_spawner", - "eccomonsterspawner": "dolphin_spawner", - "eccomspawner": "dolphin_spawner", - "eccospawner": "dolphin_spawner", - "donkey_spawn_egg": { - "material": "DONKEY_SPAWN_EGG" - }, - "donkeyegg": "donkey_spawn_egg", - "donkeysegg": "donkey_spawn_egg", - "donkeyspawn": "donkey_spawn_egg", - "donkeyspawnegg": "donkey_spawn_egg", - "eggdonkey": "donkey_spawn_egg", - "minecraft:donkey_spawn_egg": "donkey_spawn_egg", - "seggdonkey": "donkey_spawn_egg", - "spawndonkey": "donkey_spawn_egg", - "spawneggdonkey": "donkey_spawn_egg", - "donkey_spawner": { - "entity": "DONKEY", - "material": "SPAWNER" - }, - "donkeycage": "donkey_spawner", - "donkeymcage": "donkey_spawner", - "donkeymobcage": "donkey_spawner", - "donkeymobspawner": "donkey_spawner", - "donkeymonstercage": "donkey_spawner", - "donkeymonsterspawner": "donkey_spawner", - "donkeymspawner": "donkey_spawner", - "donkeyspawner": "donkey_spawner", - "dragon_breath": { - "material": "DRAGON_BREATH" - }, - "dragonbreath": "dragon_breath", - "minecraft:dragon_breath": "dragon_breath", - "dragon_egg": { - "material": "DRAGON_EGG" - }, - "begg": "dragon_egg", - "bossegg": "dragon_egg", - "degg": "dragon_egg", - "dragonegg": "dragon_egg", - "endegg": "dragon_egg", - "enderdragonegg": "dragon_egg", - "minecraft:dragon_egg": "dragon_egg", - "dragon_head": { - "material": "DRAGON_HEAD" - }, - "dragonhead": "dragon_head", - "minecraft:dragon_head": "dragon_head", - "dried_kelp": { - "material": "DRIED_KELP" - }, - "driedkelp": "dried_kelp", - "minecraft:dried_kelp": "dried_kelp", - "dried_kelp_block": { - "material": "DRIED_KELP_BLOCK" - }, - "driedkelpblock": "dried_kelp_block", - "minecraft:dried_kelp_block": "dried_kelp_block", - "dripstone_block": { - "material": "DRIPSTONE_BLOCK" - }, - "drip": "dripstone_block", - "dripb": "dripstone_block", - "dripbl": "dripstone_block", - "dripblock": "dripstone_block", - "dripstone": "dripstone_block", - "dripstoneb": "dripstone_block", - "dripstonebl": "dripstone_block", - "dripstoneblock": "dripstone_block", - "minecraft:dripstone_block": "dripstone_block", - "dropper": { - "material": "DROPPER" - }, - "minecraft:dropper": "dropper", - "drowned_spawn_egg": { - "material": "DROWNED_SPAWN_EGG" - }, - "drownedegg": "drowned_spawn_egg", - "drownedsegg": "drowned_spawn_egg", - "drownedspawn": "drowned_spawn_egg", - "drownedspawnegg": "drowned_spawn_egg", - "eggdrowned": "drowned_spawn_egg", - "minecraft:drowned_spawn_egg": "drowned_spawn_egg", - "seggdrowned": "drowned_spawn_egg", - "spawndrowned": "drowned_spawn_egg", - "spawneggdrowned": "drowned_spawn_egg", - "drowned_spawner": { - "entity": "DROWNED", - "material": "SPAWNER" - }, - "drownedcage": "drowned_spawner", - "drownedmcage": "drowned_spawner", - "drownedmobcage": "drowned_spawner", - "drownedmobspawner": "drowned_spawner", - "drownedmonstercage": "drowned_spawner", - "drownedmonsterspawner": "drowned_spawner", - "drownedmspawner": "drowned_spawner", - "drownedspawner": "drowned_spawner", - "dune_armor_trim_smithing_template": { - "material": "DUNE_ARMOR_TRIM_SMITHING_TEMPLATE" - }, - "dunearmortrimsmithingtemplate": "dune_armor_trim_smithing_template", - "dunetrim": "dune_armor_trim_smithing_template", - "minecraft:dune_armor_trim_smithing_template": "dune_armor_trim_smithing_template", - "echo_shard": { - "material": "ECHO_SHARD" - }, - "echoshard": "echo_shard", - "minecraft:echo_shard": "echo_shard", - "egg": { - "material": "EGG" - }, - "minecraft:egg": "egg", - "elder_guardian_spawn_egg": { - "material": "ELDER_GUARDIAN_SPAWN_EGG" - }, - "eggeguardian": "elder_guardian_spawn_egg", - "eggelder_guardian": "elder_guardian_spawn_egg", - "eguardianegg": "elder_guardian_spawn_egg", - "eguardiansegg": "elder_guardian_spawn_egg", - "eguardianspawn": "elder_guardian_spawn_egg", - "eguardianspawnegg": "elder_guardian_spawn_egg", - "elder_guardianegg": "elder_guardian_spawn_egg", - "elder_guardiansegg": "elder_guardian_spawn_egg", - "elder_guardianspawn": "elder_guardian_spawn_egg", - "elder_guardianspawnegg": "elder_guardian_spawn_egg", - "elderguardianspawnegg": "elder_guardian_spawn_egg", - "minecraft:elder_guardian_spawn_egg": "elder_guardian_spawn_egg", - "seggeguardian": "elder_guardian_spawn_egg", - "seggelder_guardian": "elder_guardian_spawn_egg", - "spawneggeguardian": "elder_guardian_spawn_egg", - "spawneggelder_guardian": "elder_guardian_spawn_egg", - "spawneguardian": "elder_guardian_spawn_egg", - "spawnelder_guardian": "elder_guardian_spawn_egg", - "elder_guardian_spawner": { - "entity": "ELDER_GUARDIAN", - "material": "SPAWNER" - }, - "eguardiancage": "elder_guardian_spawner", - "eguardianmcage": "elder_guardian_spawner", - "eguardianmobcage": "elder_guardian_spawner", - "eguardianmobspawner": "elder_guardian_spawner", - "eguardianmonstercage": "elder_guardian_spawner", - "eguardianmonsterspawner": "elder_guardian_spawner", - "eguardianmspawner": "elder_guardian_spawner", - "eguardianspawner": "elder_guardian_spawner", - "elder_guardiancage": "elder_guardian_spawner", - "elder_guardianmcage": "elder_guardian_spawner", - "elder_guardianmobcage": "elder_guardian_spawner", - "elder_guardianmobspawner": "elder_guardian_spawner", - "elder_guardianmonstercage": "elder_guardian_spawner", - "elder_guardianmonsterspawner": "elder_guardian_spawner", - "elder_guardianmspawner": "elder_guardian_spawner", - "elder_guardianspawner": "elder_guardian_spawner", - "elytra": { - "material": "ELYTRA" - }, - "glider": "elytra", - "hangglider": "elytra", - "minecraft:elytra": "elytra", - "playerwing": "elytra", - "playerwings": "elytra", - "pwing": "elytra", - "pwings": "elytra", - "wing": "elytra", - "wings": "elytra", - "emerald": { - "material": "EMERALD" - }, - "minecraft:emerald": "emerald", - "emerald_block": { - "material": "EMERALD_BLOCK" - }, - "blocke": "emerald_block", - "blockemerald": "emerald_block", - "eblock": "emerald_block", - "emeraldblock": "emerald_block", - "minecraft:emerald_block": "emerald_block", - "emerald_ore": { - "material": "EMERALD_ORE" - }, - "emeraldo": "emerald_ore", - "emeraldore": "emerald_ore", - "eo": "emerald_ore", - "eore": "emerald_ore", - "minecraft:emerald_ore": "emerald_ore", - "oe": "emerald_ore", - "oemerald": "emerald_ore", - "oree": "emerald_ore", - "oreemerald": "emerald_ore", - "stoneemeraldore": "emerald_ore", - "stoneeore": "emerald_ore", - "empty_lingering_potion": { - "potionData": { - "type": "UNCRAFTABLE", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotionuncraftable": "empty_lingering_potion", - "aoepotuncraftable": "empty_lingering_potion", - "areapotionuncraftable": "empty_lingering_potion", - "areapotuncraftable": "empty_lingering_potion", - "cloudpotionuncraftable": "empty_lingering_potion", - "cloudpotuncraftable": "empty_lingering_potion", - "lingerpotuncraftable": "empty_lingering_potion", - "uncraftableaoepoiont": "empty_lingering_potion", - "uncraftableaoepot": "empty_lingering_potion", - "uncraftableareapot": "empty_lingering_potion", - "uncraftableareapotion": "empty_lingering_potion", - "uncraftablecloudpot": "empty_lingering_potion", - "uncraftablecloudpotion": "empty_lingering_potion", - "uncraftablelingerpot": "empty_lingering_potion", - "empty_potion": { - "potionData": { - "type": "UNCRAFTABLE", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "potionofuncraftable": "empty_potion", - "potofuncraftable": "empty_potion", - "uncraftablepot": "empty_potion", - "uncraftablepotion": "empty_potion", - "empty_splash_potion": { - "potionData": { - "type": "UNCRAFTABLE", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "splashuncraftablepot": "empty_splash_potion", - "splashuncraftablepotion": "empty_splash_potion", - "spluncraftablepot": "empty_splash_potion", - "spluncraftablepotion": "empty_splash_potion", - "uncraftablesplashpot": "empty_splash_potion", - "uncraftablesplashpotion": "empty_splash_potion", - "empty_tipped_arrow": { - "potionData": { - "type": "UNCRAFTABLE", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowuncraftable": "empty_tipped_arrow", - "uncraftablearrow": "empty_tipped_arrow", - "uncraftabletarr": "empty_tipped_arrow", - "uncraftabletarrow": "empty_tipped_arrow", - "uncraftabletippedarrow": "empty_tipped_arrow", - "enchanted_book": { - "material": "ENCHANTED_BOOK" - }, - "enchantedbook": "enchanted_book", - "minecraft:enchanted_book": "enchanted_book", - "enchanted_golden_apple": { - "material": "ENCHANTED_GOLDEN_APPLE" - }, - "enchantedgoldenapple": "enchanted_golden_apple", - "enchgoldapple": "enchanted_golden_apple", - "godapple": "enchanted_golden_apple", - "minecraft:enchanted_golden_apple": "enchanted_golden_apple", - "notchapple": "enchanted_golden_apple", - "enchanting_table": { - "material": "ENCHANTING_TABLE" - }, - "bdesk": "enchanting_table", - "bookdesk": "enchanting_table", - "booktable": "enchanting_table", - "btable": "enchanting_table", - "edesk": "enchanting_table", - "enchantdesk": "enchanting_table", - "enchantingdesk": "enchanting_table", - "enchantingtable": "enchanting_table", - "enchantmentdesk": "enchanting_table", - "enchantmenttable": "enchanting_table", - "enchanttable": "enchanting_table", - "etable": "enchanting_table", - "magicaldesk": "enchanting_table", - "magicaltable": "enchanting_table", - "magicdesk": "enchanting_table", - "magictable": "enchanting_table", - "mdesk": "enchanting_table", - "minecraft:enchanting_table": "enchanting_table", - "mtable": "enchanting_table", - "end_crystal": { - "material": "END_CRYSTAL" - }, - "endcrystal": "end_crystal", - "minecraft:end_crystal": "end_crystal", - "end_portal_frame": { - "material": "END_PORTAL_FRAME" - }, - "egooframe": "end_portal_frame", - "enderframe": "end_portal_frame", - "endergooframe": "end_portal_frame", - "enderportalframe": "end_portal_frame", - "endframe": "end_portal_frame", - "endgooframe": "end_portal_frame", - "endportalframe": "end_portal_frame", - "eportalframe": "end_portal_frame", - "minecraft:end_portal_frame": "end_portal_frame", - "end_rod": { - "material": "END_ROD" - }, - "endrod": "end_rod", - "minecraft:end_rod": "end_rod", - "end_stone": { - "material": "END_STONE" - }, - "enderrock": "end_stone", - "enderstone": "end_stone", - "endrock": "end_stone", - "endst": "end_stone", - "endstb": "end_stone", - "endstbl": "end_stone", - "endstblock": "end_stone", - "endstone": "end_stone", - "endstoneb": "end_stone", - "endstonebl": "end_stone", - "endstoneblock": "end_stone", - "erock": "end_stone", - "estone": "end_stone", - "minecraft:end_stone": "end_stone", - "whst": "end_stone", - "whstb": "end_stone", - "whstbl": "end_stone", - "whstblock": "end_stone", - "end_stone_brick_slab": { - "material": "END_STONE_BRICK_SLAB" - }, - "endstbrhalfblock": "end_stone_brick_slab", - "endstbrstep": "end_stone_brick_slab", - "endstonebrickhalfblock": "end_stone_brick_slab", - "endstonebrickslab": "end_stone_brick_slab", - "endstonebrickstep": "end_stone_brick_slab", - "minecraft:end_stone_brick_slab": "end_stone_brick_slab", - "whstbrhalfblock": "end_stone_brick_slab", - "whstbrstep": "end_stone_brick_slab", - "end_stone_brick_stairs": { - "material": "END_STONE_BRICK_STAIRS" - }, - "endstbrstair": "end_stone_brick_stairs", - "endstbrstairs": "end_stone_brick_stairs", - "endstonebrickstair": "end_stone_brick_stairs", - "endstonebrickstairs": "end_stone_brick_stairs", - "minecraft:end_stone_brick_stairs": "end_stone_brick_stairs", - "whstbrstair": "end_stone_brick_stairs", - "whstbrstairs": "end_stone_brick_stairs", - "end_stone_brick_wall": { - "material": "END_STONE_BRICK_WALL" - }, - "endstbrwall": "end_stone_brick_wall", - "endstonebrickwall": "end_stone_brick_wall", - "minecraft:end_stone_brick_wall": "end_stone_brick_wall", - "wallendstbr": "end_stone_brick_wall", - "wallendstonebrick": "end_stone_brick_wall", - "wallwhstbr": "end_stone_brick_wall", - "whstbrwall": "end_stone_brick_wall", - "end_stone_bricks": { - "material": "END_STONE_BRICKS" - }, - "endstbr": "end_stone_bricks", - "endstonebrick": "end_stone_bricks", - "endstonebricks": "end_stone_bricks", - "minecraft:end_stone_bricks": "end_stone_bricks", - "whstbr": "end_stone_bricks", - "ender_chest": { - "material": "ENDER_CHEST" - }, - "cheste": "ender_chest", - "chestend": "ender_chest", - "chestender": "ender_chest", - "echest": "ender_chest", - "econtainer": "ender_chest", - "endchest": "ender_chest", - "endcontainer": "ender_chest", - "enderchest": "ender_chest", - "endercontainer": "ender_chest", - "minecraft:ender_chest": "ender_chest", - "ender_dragon_spawn_egg": { - "material": "ENDER_DRAGON_SPAWN_EGG" - }, - "dragonsegg": "ender_dragon_spawn_egg", - "dragonspawn": "ender_dragon_spawn_egg", - "dragonspawnegg": "ender_dragon_spawn_egg", - "edragonegg": "ender_dragon_spawn_egg", - "edragonsegg": "ender_dragon_spawn_egg", - "edragonspawn": "ender_dragon_spawn_egg", - "edragonspawnegg": "ender_dragon_spawn_egg", - "eggdragon": "ender_dragon_spawn_egg", - "eggedragon": "ender_dragon_spawn_egg", - "eggender_dragon": "ender_dragon_spawn_egg", - "ender_dragonegg": "ender_dragon_spawn_egg", - "ender_dragonsegg": "ender_dragon_spawn_egg", - "ender_dragonspawn": "ender_dragon_spawn_egg", - "ender_dragonspawnegg": "ender_dragon_spawn_egg", - "enderdragonspawnegg": "ender_dragon_spawn_egg", - "minecraft:ender_dragon_spawn_egg": "ender_dragon_spawn_egg", - "seggdragon": "ender_dragon_spawn_egg", - "seggedragon": "ender_dragon_spawn_egg", - "seggender_dragon": "ender_dragon_spawn_egg", - "spawndragon": "ender_dragon_spawn_egg", - "spawnedragon": "ender_dragon_spawn_egg", - "spawneggdragon": "ender_dragon_spawn_egg", - "spawneggedragon": "ender_dragon_spawn_egg", - "spawneggender_dragon": "ender_dragon_spawn_egg", - "spawnender_dragon": "ender_dragon_spawn_egg", - "ender_dragon_spawner": { - "entity": "ENDER_DRAGON", - "material": "SPAWNER" - }, - "dragoncage": "ender_dragon_spawner", - "dragonmcage": "ender_dragon_spawner", - "dragonmobcage": "ender_dragon_spawner", - "dragonmobspawner": "ender_dragon_spawner", - "dragonmonstercage": "ender_dragon_spawner", - "dragonmonsterspawner": "ender_dragon_spawner", - "dragonmspawner": "ender_dragon_spawner", - "dragonspawner": "ender_dragon_spawner", - "edragoncage": "ender_dragon_spawner", - "edragonmcage": "ender_dragon_spawner", - "edragonmobcage": "ender_dragon_spawner", - "edragonmobspawner": "ender_dragon_spawner", - "edragonmonstercage": "ender_dragon_spawner", - "edragonmonsterspawner": "ender_dragon_spawner", - "edragonmspawner": "ender_dragon_spawner", - "edragonspawner": "ender_dragon_spawner", - "ender_dragoncage": "ender_dragon_spawner", - "ender_dragonmcage": "ender_dragon_spawner", - "ender_dragonmobcage": "ender_dragon_spawner", - "ender_dragonmobspawner": "ender_dragon_spawner", - "ender_dragonmonstercage": "ender_dragon_spawner", - "ender_dragonmonsterspawner": "ender_dragon_spawner", - "ender_dragonmspawner": "ender_dragon_spawner", - "ender_dragonspawner": "ender_dragon_spawner", - "ender_eye": { - "material": "ENDER_EYE" - }, - "endereye": "ender_eye", - "minecraft:ender_eye": "ender_eye", - "ender_pearl": { - "material": "ENDER_PEARL" - }, - "enderpearl": "ender_pearl", - "minecraft:ender_pearl": "ender_pearl", - "enderman_spawn_egg": { - "material": "ENDERMAN_SPAWN_EGG" - }, - "eggenderman": "enderman_spawn_egg", - "endermanegg": "enderman_spawn_egg", - "endermansegg": "enderman_spawn_egg", - "endermanspawn": "enderman_spawn_egg", - "endermanspawnegg": "enderman_spawn_egg", - "minecraft:enderman_spawn_egg": "enderman_spawn_egg", - "seggenderman": "enderman_spawn_egg", - "spawneggenderman": "enderman_spawn_egg", - "spawnenderman": "enderman_spawn_egg", - "enderman_spawner": { - "entity": "ENDERMAN", - "material": "SPAWNER" - }, - "endermancage": "enderman_spawner", - "endermanmcage": "enderman_spawner", - "endermanmobcage": "enderman_spawner", - "endermanmobspawner": "enderman_spawner", - "endermanmonstercage": "enderman_spawner", - "endermanmonsterspawner": "enderman_spawner", - "endermanmspawner": "enderman_spawner", - "endermanspawner": "enderman_spawner", - "endermite_spawn_egg": { - "material": "ENDERMITE_SPAWN_EGG" - }, - "eggemite": "endermite_spawn_egg", - "eggendermite": "endermite_spawn_egg", - "emiteegg": "endermite_spawn_egg", - "emitesegg": "endermite_spawn_egg", - "emitespawn": "endermite_spawn_egg", - "emitespawnegg": "endermite_spawn_egg", - "endermiteegg": "endermite_spawn_egg", - "endermitesegg": "endermite_spawn_egg", - "endermitespawn": "endermite_spawn_egg", - "endermitespawnegg": "endermite_spawn_egg", - "minecraft:endermite_spawn_egg": "endermite_spawn_egg", - "seggemite": "endermite_spawn_egg", - "seggendermite": "endermite_spawn_egg", - "spawneggemite": "endermite_spawn_egg", - "spawneggendermite": "endermite_spawn_egg", - "spawnemite": "endermite_spawn_egg", - "spawnendermite": "endermite_spawn_egg", - "endermite_spawner": { - "entity": "ENDERMITE", - "material": "SPAWNER" - }, - "emitecage": "endermite_spawner", - "emitemcage": "endermite_spawner", - "emitemobcage": "endermite_spawner", - "emitemobspawner": "endermite_spawner", - "emitemonstercage": "endermite_spawner", - "emitemonsterspawner": "endermite_spawner", - "emitemspawner": "endermite_spawner", - "emitespawner": "endermite_spawner", - "endermitecage": "endermite_spawner", - "endermitemcage": "endermite_spawner", - "endermitemobcage": "endermite_spawner", - "endermitemobspawner": "endermite_spawner", - "endermitemonstercage": "endermite_spawner", - "endermitemonsterspawner": "endermite_spawner", - "endermitemspawner": "endermite_spawner", - "endermitespawner": "endermite_spawner", - "evoker_spawn_egg": { - "material": "EVOKER_SPAWN_EGG" - }, - "eggevoker": "evoker_spawn_egg", - "evokeregg": "evoker_spawn_egg", - "evokersegg": "evoker_spawn_egg", - "evokerspawn": "evoker_spawn_egg", - "evokerspawnegg": "evoker_spawn_egg", - "minecraft:evoker_spawn_egg": "evoker_spawn_egg", - "seggevoker": "evoker_spawn_egg", - "spawneggevoker": "evoker_spawn_egg", - "spawnevoker": "evoker_spawn_egg", - "evoker_spawner": { - "entity": "EVOKER", - "material": "SPAWNER" - }, - "evokercage": "evoker_spawner", - "evokermcage": "evoker_spawner", - "evokermobcage": "evoker_spawner", - "evokermobspawner": "evoker_spawner", - "evokermonstercage": "evoker_spawner", - "evokermonsterspawner": "evoker_spawner", - "evokermspawner": "evoker_spawner", - "evokerspawner": "evoker_spawner", - "experience_bottle": { - "material": "EXPERIENCE_BOTTLE" - }, - "experiencebottle": "experience_bottle", - "minecraft:experience_bottle": "experience_bottle", - "explorer_pottery_sherd": { - "material": "EXPLORER_POTTERY_SHERD" - }, - "explorerpotterysherd": "explorer_pottery_sherd", - "explorersherd": "explorer_pottery_sherd", - "minecraft:explorer_pottery_sherd": "explorer_pottery_sherd", - "exposed_copper": { - "material": "EXPOSED_COPPER" - }, - "excoblock": "exposed_copper", - "excopblock": "exposed_copper", - "excopperblock": "exposed_copper", - "expcoblock": "exposed_copper", - "expcopblock": "exposed_copper", - "expcopperblock": "exposed_copper", - "exposedcoblock": "exposed_copper", - "exposedcopblock": "exposed_copper", - "exposedcopper": "exposed_copper", - "exposedcopperblock": "exposed_copper", - "minecraft:exposed_copper": "exposed_copper", - "exposed_cut_copper": { - "material": "EXPOSED_CUT_COPPER" - }, - "cexcoblock": "exposed_cut_copper", - "cexcopblock": "exposed_cut_copper", - "cexcopperblock": "exposed_cut_copper", - "cexpcoblock": "exposed_cut_copper", - "cexpcopblock": "exposed_cut_copper", - "cexpcopperblock": "exposed_cut_copper", - "cexposedcoblock": "exposed_cut_copper", - "cexposedcopblock": "exposed_cut_copper", - "cexposedcopperblock": "exposed_cut_copper", - "cutexcoblock": "exposed_cut_copper", - "cutexcopblock": "exposed_cut_copper", - "cutexcopperblock": "exposed_cut_copper", - "cutexpcoblock": "exposed_cut_copper", - "cutexpcopblock": "exposed_cut_copper", - "cutexpcopperblock": "exposed_cut_copper", - "cutexposedcoblock": "exposed_cut_copper", - "cutexposedcopblock": "exposed_cut_copper", - "cutexposedcopperblock": "exposed_cut_copper", - "exccoblock": "exposed_cut_copper", - "exccopblock": "exposed_cut_copper", - "exccopperblock": "exposed_cut_copper", - "excutcoblock": "exposed_cut_copper", - "excutcopblock": "exposed_cut_copper", - "excutcopperblock": "exposed_cut_copper", - "expccoblock": "exposed_cut_copper", - "expccopblock": "exposed_cut_copper", - "expccopperblock": "exposed_cut_copper", - "expcutcoblock": "exposed_cut_copper", - "expcutcopblock": "exposed_cut_copper", - "expcutcopperblock": "exposed_cut_copper", - "exposedccoblock": "exposed_cut_copper", - "exposedccopblock": "exposed_cut_copper", - "exposedccopperblock": "exposed_cut_copper", - "exposedcutcoblock": "exposed_cut_copper", - "exposedcutcopblock": "exposed_cut_copper", - "exposedcutcopper": "exposed_cut_copper", - "exposedcutcopperblock": "exposed_cut_copper", - "minecraft:exposed_cut_copper": "exposed_cut_copper", - "exposed_cut_copper_slab": { - "material": "EXPOSED_CUT_COPPER_SLAB" - }, - "cexcohalfblock": "exposed_cut_copper_slab", - "cexcophalfblock": "exposed_cut_copper_slab", - "cexcopperhalfblock": "exposed_cut_copper_slab", - "cexcoppersl": "exposed_cut_copper_slab", - "cexcopperslab": "exposed_cut_copper_slab", - "cexcopperstep": "exposed_cut_copper_slab", - "cexcopsl": "exposed_cut_copper_slab", - "cexcopslab": "exposed_cut_copper_slab", - "cexcopstep": "exposed_cut_copper_slab", - "cexcosl": "exposed_cut_copper_slab", - "cexcoslab": "exposed_cut_copper_slab", - "cexcostep": "exposed_cut_copper_slab", - "cexpcohalfblock": "exposed_cut_copper_slab", - "cexpcophalfblock": "exposed_cut_copper_slab", - "cexpcopperhalfblock": "exposed_cut_copper_slab", - "cexpcoppersl": "exposed_cut_copper_slab", - "cexpcopperslab": "exposed_cut_copper_slab", - "cexpcopperstep": "exposed_cut_copper_slab", - "cexpcopsl": "exposed_cut_copper_slab", - "cexpcopslab": "exposed_cut_copper_slab", - "cexpcopstep": "exposed_cut_copper_slab", - "cexpcosl": "exposed_cut_copper_slab", - "cexpcoslab": "exposed_cut_copper_slab", - "cexpcostep": "exposed_cut_copper_slab", - "cexposedcohalfblock": "exposed_cut_copper_slab", - "cexposedcophalfblock": "exposed_cut_copper_slab", - "cexposedcopperhalfblock": "exposed_cut_copper_slab", - "cexposedcoppersl": "exposed_cut_copper_slab", - "cexposedcopperslab": "exposed_cut_copper_slab", - "cexposedcopperstep": "exposed_cut_copper_slab", - "cexposedcopsl": "exposed_cut_copper_slab", - "cexposedcopslab": "exposed_cut_copper_slab", - "cexposedcopstep": "exposed_cut_copper_slab", - "cexposedcosl": "exposed_cut_copper_slab", - "cexposedcoslab": "exposed_cut_copper_slab", - "cexposedcostep": "exposed_cut_copper_slab", - "cutexcohalfblock": "exposed_cut_copper_slab", - "cutexcophalfblock": "exposed_cut_copper_slab", - "cutexcopperhalfblock": "exposed_cut_copper_slab", - "cutexcoppersl": "exposed_cut_copper_slab", - "cutexcopperslab": "exposed_cut_copper_slab", - "cutexcopperstep": "exposed_cut_copper_slab", - "cutexcopsl": "exposed_cut_copper_slab", - "cutexcopslab": "exposed_cut_copper_slab", - "cutexcopstep": "exposed_cut_copper_slab", - "cutexcosl": "exposed_cut_copper_slab", - "cutexcoslab": "exposed_cut_copper_slab", - "cutexcostep": "exposed_cut_copper_slab", - "cutexpcohalfblock": "exposed_cut_copper_slab", - "cutexpcophalfblock": "exposed_cut_copper_slab", - "cutexpcopperhalfblock": "exposed_cut_copper_slab", - "cutexpcoppersl": "exposed_cut_copper_slab", - "cutexpcopperslab": "exposed_cut_copper_slab", - "cutexpcopperstep": "exposed_cut_copper_slab", - "cutexpcopsl": "exposed_cut_copper_slab", - "cutexpcopslab": "exposed_cut_copper_slab", - "cutexpcopstep": "exposed_cut_copper_slab", - "cutexpcosl": "exposed_cut_copper_slab", - "cutexpcoslab": "exposed_cut_copper_slab", - "cutexpcostep": "exposed_cut_copper_slab", - "cutexposedcohalfblock": "exposed_cut_copper_slab", - "cutexposedcophalfblock": "exposed_cut_copper_slab", - "cutexposedcopperhalfblock": "exposed_cut_copper_slab", - "cutexposedcoppersl": "exposed_cut_copper_slab", - "cutexposedcopperslab": "exposed_cut_copper_slab", - "cutexposedcopperstep": "exposed_cut_copper_slab", - "cutexposedcopsl": "exposed_cut_copper_slab", - "cutexposedcopslab": "exposed_cut_copper_slab", - "cutexposedcopstep": "exposed_cut_copper_slab", - "cutexposedcosl": "exposed_cut_copper_slab", - "cutexposedcoslab": "exposed_cut_copper_slab", - "cutexposedcostep": "exposed_cut_copper_slab", - "exccohalfblock": "exposed_cut_copper_slab", - "exccophalfblock": "exposed_cut_copper_slab", - "exccopperhalfblock": "exposed_cut_copper_slab", - "exccoppersl": "exposed_cut_copper_slab", - "exccopperslab": "exposed_cut_copper_slab", - "exccopperstep": "exposed_cut_copper_slab", - "exccopsl": "exposed_cut_copper_slab", - "exccopslab": "exposed_cut_copper_slab", - "exccopstep": "exposed_cut_copper_slab", - "exccosl": "exposed_cut_copper_slab", - "exccoslab": "exposed_cut_copper_slab", - "exccostep": "exposed_cut_copper_slab", - "excutcohalfblock": "exposed_cut_copper_slab", - "excutcophalfblock": "exposed_cut_copper_slab", - "excutcopperhalfblock": "exposed_cut_copper_slab", - "excutcoppersl": "exposed_cut_copper_slab", - "excutcopperslab": "exposed_cut_copper_slab", - "excutcopperstep": "exposed_cut_copper_slab", - "excutcopsl": "exposed_cut_copper_slab", - "excutcopslab": "exposed_cut_copper_slab", - "excutcopstep": "exposed_cut_copper_slab", - "excutcosl": "exposed_cut_copper_slab", - "excutcoslab": "exposed_cut_copper_slab", - "excutcostep": "exposed_cut_copper_slab", - "expccohalfblock": "exposed_cut_copper_slab", - "expccophalfblock": "exposed_cut_copper_slab", - "expccopperhalfblock": "exposed_cut_copper_slab", - "expccoppersl": "exposed_cut_copper_slab", - "expccopperslab": "exposed_cut_copper_slab", - "expccopperstep": "exposed_cut_copper_slab", - "expccopsl": "exposed_cut_copper_slab", - "expccopslab": "exposed_cut_copper_slab", - "expccopstep": "exposed_cut_copper_slab", - "expccosl": "exposed_cut_copper_slab", - "expccoslab": "exposed_cut_copper_slab", - "expccostep": "exposed_cut_copper_slab", - "expcutcohalfblock": "exposed_cut_copper_slab", - "expcutcophalfblock": "exposed_cut_copper_slab", - "expcutcopperhalfblock": "exposed_cut_copper_slab", - "expcutcoppersl": "exposed_cut_copper_slab", - "expcutcopperslab": "exposed_cut_copper_slab", - "expcutcopperstep": "exposed_cut_copper_slab", - "expcutcopsl": "exposed_cut_copper_slab", - "expcutcopslab": "exposed_cut_copper_slab", - "expcutcopstep": "exposed_cut_copper_slab", - "expcutcosl": "exposed_cut_copper_slab", - "expcutcoslab": "exposed_cut_copper_slab", - "expcutcostep": "exposed_cut_copper_slab", - "exposedccohalfblock": "exposed_cut_copper_slab", - "exposedccophalfblock": "exposed_cut_copper_slab", - "exposedccopperhalfblock": "exposed_cut_copper_slab", - "exposedccoppersl": "exposed_cut_copper_slab", - "exposedccopperslab": "exposed_cut_copper_slab", - "exposedccopperstep": "exposed_cut_copper_slab", - "exposedccopsl": "exposed_cut_copper_slab", - "exposedccopslab": "exposed_cut_copper_slab", - "exposedccopstep": "exposed_cut_copper_slab", - "exposedccosl": "exposed_cut_copper_slab", - "exposedccoslab": "exposed_cut_copper_slab", - "exposedccostep": "exposed_cut_copper_slab", - "exposedcutcohalfblock": "exposed_cut_copper_slab", - "exposedcutcophalfblock": "exposed_cut_copper_slab", - "exposedcutcopperhalfblock": "exposed_cut_copper_slab", - "exposedcutcoppersl": "exposed_cut_copper_slab", - "exposedcutcopperslab": "exposed_cut_copper_slab", - "exposedcutcopperstep": "exposed_cut_copper_slab", - "exposedcutcopsl": "exposed_cut_copper_slab", - "exposedcutcopslab": "exposed_cut_copper_slab", - "exposedcutcopstep": "exposed_cut_copper_slab", - "exposedcutcosl": "exposed_cut_copper_slab", - "exposedcutcoslab": "exposed_cut_copper_slab", - "exposedcutcostep": "exposed_cut_copper_slab", - "minecraft:exposed_cut_copper_slab": "exposed_cut_copper_slab", - "exposed_cut_copper_stairs": { - "material": "EXPOSED_CUT_COPPER_STAIRS" - }, - "cexcopperstair": "exposed_cut_copper_stairs", - "cexcopperstairs": "exposed_cut_copper_stairs", - "cexcopstair": "exposed_cut_copper_stairs", - "cexcopstairs": "exposed_cut_copper_stairs", - "cexcostair": "exposed_cut_copper_stairs", - "cexcostairs": "exposed_cut_copper_stairs", - "cexpcopperstair": "exposed_cut_copper_stairs", - "cexpcopperstairs": "exposed_cut_copper_stairs", - "cexpcopstair": "exposed_cut_copper_stairs", - "cexpcopstairs": "exposed_cut_copper_stairs", - "cexpcostair": "exposed_cut_copper_stairs", - "cexpcostairs": "exposed_cut_copper_stairs", - "cexposedcopperstair": "exposed_cut_copper_stairs", - "cexposedcopperstairs": "exposed_cut_copper_stairs", - "cexposedcopstair": "exposed_cut_copper_stairs", - "cexposedcopstairs": "exposed_cut_copper_stairs", - "cexposedcostair": "exposed_cut_copper_stairs", - "cexposedcostairs": "exposed_cut_copper_stairs", - "cutexcopperstair": "exposed_cut_copper_stairs", - "cutexcopperstairs": "exposed_cut_copper_stairs", - "cutexcopstair": "exposed_cut_copper_stairs", - "cutexcopstairs": "exposed_cut_copper_stairs", - "cutexcostair": "exposed_cut_copper_stairs", - "cutexcostairs": "exposed_cut_copper_stairs", - "cutexpcopperstair": "exposed_cut_copper_stairs", - "cutexpcopperstairs": "exposed_cut_copper_stairs", - "cutexpcopstair": "exposed_cut_copper_stairs", - "cutexpcopstairs": "exposed_cut_copper_stairs", - "cutexpcostair": "exposed_cut_copper_stairs", - "cutexpcostairs": "exposed_cut_copper_stairs", - "cutexposedcopperstair": "exposed_cut_copper_stairs", - "cutexposedcopperstairs": "exposed_cut_copper_stairs", - "cutexposedcopstair": "exposed_cut_copper_stairs", - "cutexposedcopstairs": "exposed_cut_copper_stairs", - "cutexposedcostair": "exposed_cut_copper_stairs", - "cutexposedcostairs": "exposed_cut_copper_stairs", - "exccopperstair": "exposed_cut_copper_stairs", - "exccopperstairs": "exposed_cut_copper_stairs", - "exccopstair": "exposed_cut_copper_stairs", - "exccopstairs": "exposed_cut_copper_stairs", - "exccostair": "exposed_cut_copper_stairs", - "exccostairs": "exposed_cut_copper_stairs", - "excutcopperstair": "exposed_cut_copper_stairs", - "excutcopperstairs": "exposed_cut_copper_stairs", - "excutcopstair": "exposed_cut_copper_stairs", - "excutcopstairs": "exposed_cut_copper_stairs", - "excutcostair": "exposed_cut_copper_stairs", - "excutcostairs": "exposed_cut_copper_stairs", - "expccopperstair": "exposed_cut_copper_stairs", - "expccopperstairs": "exposed_cut_copper_stairs", - "expccopstair": "exposed_cut_copper_stairs", - "expccopstairs": "exposed_cut_copper_stairs", - "expccostair": "exposed_cut_copper_stairs", - "expccostairs": "exposed_cut_copper_stairs", - "expcutcopperstair": "exposed_cut_copper_stairs", - "expcutcopperstairs": "exposed_cut_copper_stairs", - "expcutcopstair": "exposed_cut_copper_stairs", - "expcutcopstairs": "exposed_cut_copper_stairs", - "expcutcostair": "exposed_cut_copper_stairs", - "expcutcostairs": "exposed_cut_copper_stairs", - "exposedccopperstair": "exposed_cut_copper_stairs", - "exposedccopperstairs": "exposed_cut_copper_stairs", - "exposedccopstair": "exposed_cut_copper_stairs", - "exposedccopstairs": "exposed_cut_copper_stairs", - "exposedccostair": "exposed_cut_copper_stairs", - "exposedccostairs": "exposed_cut_copper_stairs", - "exposedcutcopperstair": "exposed_cut_copper_stairs", - "exposedcutcopperstairs": "exposed_cut_copper_stairs", - "exposedcutcopstair": "exposed_cut_copper_stairs", - "exposedcutcopstairs": "exposed_cut_copper_stairs", - "exposedcutcostair": "exposed_cut_copper_stairs", - "exposedcutcostairs": "exposed_cut_copper_stairs", - "minecraft:exposed_cut_copper_stairs": "exposed_cut_copper_stairs", - "eye_armor_trim_smithing_template": { - "material": "EYE_ARMOR_TRIM_SMITHING_TEMPLATE" - }, - "eyearmortrimsmithingtemplate": "eye_armor_trim_smithing_template", - "eyetrim": "eye_armor_trim_smithing_template", - "minecraft:eye_armor_trim_smithing_template": "eye_armor_trim_smithing_template", - "farmland": { - "material": "FARMLAND" - }, - "minecraft:farmland": "farmland", - "feather": { - "material": "FEATHER" - }, - "minecraft:feather": "feather", - "fermented_spider_eye": { - "material": "FERMENTED_SPIDER_EYE" - }, - "fermentedspidereye": "fermented_spider_eye", - "minecraft:fermented_spider_eye": "fermented_spider_eye", - "fern": { - "material": "FERN" - }, - "minecraft:fern": "fern", - "filled_map": { - "material": "FILLED_MAP" - }, - "filledmap": "filled_map", - "minecraft:filled_map": "filled_map", - "fire_charge": { - "material": "FIRE_CHARGE" - }, - "firecharge": "fire_charge", - "minecraft:fire_charge": "fire_charge", - "fire_coral": { - "material": "FIRE_CORAL" - }, - "firecoral": "fire_coral", - "minecraft:fire_coral": "fire_coral", - "fire_coral_block": { - "material": "FIRE_CORAL_BLOCK" - }, - "firecoralblock": "fire_coral_block", - "minecraft:fire_coral_block": "fire_coral_block", - "fire_coral_fan": { - "material": "FIRE_CORAL_FAN" - }, - "firecoralfan": "fire_coral_fan", - "minecraft:fire_coral_fan": "fire_coral_fan", - "fire_resistance_lingering_potion": { - "potionData": { - "type": "FIRE_RESISTANCE", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotfireres": "fire_resistance_lingering_potion", - "aoepotfireresist": "fire_resistance_lingering_potion", - "aoepotfireresistance": "fire_resistance_lingering_potion", - "aoepotionfireres": "fire_resistance_lingering_potion", - "aoepotionfireresist": "fire_resistance_lingering_potion", - "aoepotionfireresistance": "fire_resistance_lingering_potion", - "areapotfireres": "fire_resistance_lingering_potion", - "areapotfireresist": "fire_resistance_lingering_potion", - "areapotfireresistance": "fire_resistance_lingering_potion", - "areapotionfireres": "fire_resistance_lingering_potion", - "areapotionfireresist": "fire_resistance_lingering_potion", - "areapotionfireresistance": "fire_resistance_lingering_potion", - "cloudpotfireres": "fire_resistance_lingering_potion", - "cloudpotfireresist": "fire_resistance_lingering_potion", - "cloudpotfireresistance": "fire_resistance_lingering_potion", - "cloudpotionfireres": "fire_resistance_lingering_potion", - "cloudpotionfireresist": "fire_resistance_lingering_potion", - "cloudpotionfireresistance": "fire_resistance_lingering_potion", - "fireresaoepoiont": "fire_resistance_lingering_potion", - "fireresaoepot": "fire_resistance_lingering_potion", - "fireresareapot": "fire_resistance_lingering_potion", - "fireresareapotion": "fire_resistance_lingering_potion", - "firerescloudpot": "fire_resistance_lingering_potion", - "firerescloudpotion": "fire_resistance_lingering_potion", - "fireresistanceaoepoiont": "fire_resistance_lingering_potion", - "fireresistanceaoepot": "fire_resistance_lingering_potion", - "fireresistanceareapot": "fire_resistance_lingering_potion", - "fireresistanceareapotion": "fire_resistance_lingering_potion", - "fireresistancecloudpot": "fire_resistance_lingering_potion", - "fireresistancecloudpotion": "fire_resistance_lingering_potion", - "fireresistancelingerpot": "fire_resistance_lingering_potion", - "fireresistaoepoiont": "fire_resistance_lingering_potion", - "fireresistaoepot": "fire_resistance_lingering_potion", - "fireresistareapot": "fire_resistance_lingering_potion", - "fireresistareapotion": "fire_resistance_lingering_potion", - "fireresistcloudpot": "fire_resistance_lingering_potion", - "fireresistcloudpotion": "fire_resistance_lingering_potion", - "fireresistlingerpot": "fire_resistance_lingering_potion", - "firereslingerpot": "fire_resistance_lingering_potion", - "lingerpotfireres": "fire_resistance_lingering_potion", - "lingerpotfireresist": "fire_resistance_lingering_potion", - "lingerpotfireresistance": "fire_resistance_lingering_potion", - "fire_resistance_potion": { - "potionData": { - "type": "FIRE_RESISTANCE", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "fireresistancepot": "fire_resistance_potion", - "fireresistancepotion": "fire_resistance_potion", - "fireresistpot": "fire_resistance_potion", - "fireresistpotion": "fire_resistance_potion", - "firerespot": "fire_resistance_potion", - "firerespotion": "fire_resistance_potion", - "potionoffireres": "fire_resistance_potion", - "potionoffireresist": "fire_resistance_potion", - "potionoffireresistance": "fire_resistance_potion", - "potoffireres": "fire_resistance_potion", - "potoffireresist": "fire_resistance_potion", - "potoffireresistance": "fire_resistance_potion", - "fire_resistance_splash_potion": { - "potionData": { - "type": "FIRE_RESISTANCE", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "fireresistancesplashpot": "fire_resistance_splash_potion", - "fireresistancesplashpotion": "fire_resistance_splash_potion", - "fireresistsplashpot": "fire_resistance_splash_potion", - "fireresistsplashpotion": "fire_resistance_splash_potion", - "fireressplashpot": "fire_resistance_splash_potion", - "fireressplashpotion": "fire_resistance_splash_potion", - "splashfireresistancepot": "fire_resistance_splash_potion", - "splashfireresistancepotion": "fire_resistance_splash_potion", - "splashfireresistpot": "fire_resistance_splash_potion", - "splashfireresistpotion": "fire_resistance_splash_potion", - "splashfirerespot": "fire_resistance_splash_potion", - "splashfirerespotion": "fire_resistance_splash_potion", - "splfireresistancepot": "fire_resistance_splash_potion", - "splfireresistancepotion": "fire_resistance_splash_potion", - "splfireresistpot": "fire_resistance_splash_potion", - "splfireresistpotion": "fire_resistance_splash_potion", - "splfirerespot": "fire_resistance_splash_potion", - "splfirerespotion": "fire_resistance_splash_potion", - "fire_resistance_tipped_arrow": { - "potionData": { - "type": "FIRE_RESISTANCE", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowfireres": "fire_resistance_tipped_arrow", - "arrowfireresist": "fire_resistance_tipped_arrow", - "arrowfireresistance": "fire_resistance_tipped_arrow", - "fireresarrow": "fire_resistance_tipped_arrow", - "fireresistancearrow": "fire_resistance_tipped_arrow", - "fireresistancetarr": "fire_resistance_tipped_arrow", - "fireresistancetarrow": "fire_resistance_tipped_arrow", - "fireresistancetippedarrow": "fire_resistance_tipped_arrow", - "fireresistarrow": "fire_resistance_tipped_arrow", - "fireresisttarr": "fire_resistance_tipped_arrow", - "fireresisttarrow": "fire_resistance_tipped_arrow", - "fireresisttippedarrow": "fire_resistance_tipped_arrow", - "firerestarr": "fire_resistance_tipped_arrow", - "firerestarrow": "fire_resistance_tipped_arrow", - "firerestippedarrow": "fire_resistance_tipped_arrow", - "firework_rocket": { - "material": "FIREWORK_ROCKET" - }, - "fireworkrocket": "firework_rocket", - "minecraft:firework_rocket": "firework_rocket", - "firework_star": { - "material": "FIREWORK_STAR" - }, - "fireworkstar": "firework_star", - "minecraft:firework_star": "firework_star", - "fishing_rod": { - "material": "FISHING_ROD" - }, - "fishingrod": "fishing_rod", - "minecraft:fishing_rod": "fishing_rod", - "fletching_table": { - "material": "FLETCHING_TABLE" - }, - "fletchingtable": "fletching_table", - "minecraft:fletching_table": "fletching_table", - "flint": { - "material": "FLINT" - }, - "minecraft:flint": "flint", - "flint_and_steel": { - "material": "FLINT_AND_STEEL" - }, - "flintandsteel": "flint_and_steel", - "minecraft:flint_and_steel": "flint_and_steel", - "flower_banner_pattern": { - "material": "FLOWER_BANNER_PATTERN" - }, - "flowerbannerpattern": "flower_banner_pattern", - "minecraft:flower_banner_pattern": "flower_banner_pattern", - "flower_pot": { - "material": "FLOWER_POT" - }, - "flowerpot": "flower_pot", - "minecraft:flower_pot": "flower_pot", - "flowering_azalea": { - "material": "FLOWERING_AZALEA" - }, - "flazasmall": "flowering_azalea", - "flazsmall": "flowering_azalea", - "flbabyaz": "flowering_azalea", - "flbabyaza": "flowering_azalea", - "flbabyazalea": "flowering_azalea", - "flowerazasmall": "flowering_azalea", - "flowerazsmall": "flowering_azalea", - "flowerbabyaz": "flowering_azalea", - "flowerbabyaza": "flowering_azalea", - "flowerbabyazalea": "flowering_azalea", - "floweringazalea": "flowering_azalea", - "minecraft:flowering_azalea": "flowering_azalea", - "flowering_azalea_leaves": { - "material": "FLOWERING_AZALEA_LEAVES" - }, - "flowerazaleaf": "flowering_azalea_leaves", - "flowerazalealeaf": "flowering_azalea_leaves", - "flowerazalealeave": "flowering_azalea_leaves", - "flowerazalealeaves": "flowering_azalea_leaves", - "flowerazalealogleaf": "flowering_azalea_leaves", - "flowerazalealogleave": "flowering_azalea_leaves", - "flowerazalealogleaves": "flowering_azalea_leaves", - "flowerazaleatreeleaf": "flowering_azalea_leaves", - "flowerazaleatreeleave": "flowering_azalea_leaves", - "flowerazaleatreeleaves": "flowering_azalea_leaves", - "flowerazaleatrunkleaf": "flowering_azalea_leaves", - "flowerazaleatrunkleave": "flowering_azalea_leaves", - "flowerazaleatrunkleaves": "flowering_azalea_leaves", - "flowerazaleave": "flowering_azalea_leaves", - "flowerazaleaves": "flowering_azalea_leaves", - "flowerazaleawoodleaf": "flowering_azalea_leaves", - "flowerazaleawoodleave": "flowering_azalea_leaves", - "flowerazaleawoodleaves": "flowering_azalea_leaves", - "flowerazalogleaf": "flowering_azalea_leaves", - "flowerazalogleave": "flowering_azalea_leaves", - "flowerazalogleaves": "flowering_azalea_leaves", - "flowerazatreeleaf": "flowering_azalea_leaves", - "flowerazatreeleave": "flowering_azalea_leaves", - "flowerazatreeleaves": "flowering_azalea_leaves", - "flowerazatrunkleaf": "flowering_azalea_leaves", - "flowerazatrunkleave": "flowering_azalea_leaves", - "flowerazatrunkleaves": "flowering_azalea_leaves", - "flowerazawoodleaf": "flowering_azalea_leaves", - "flowerazawoodleave": "flowering_azalea_leaves", - "flowerazawoodleaves": "flowering_azalea_leaves", - "flowerazleaf": "flowering_azalea_leaves", - "flowerazleave": "flowering_azalea_leaves", - "flowerazleaves": "flowering_azalea_leaves", - "flowerazlogleaf": "flowering_azalea_leaves", - "flowerazlogleave": "flowering_azalea_leaves", - "flowerazlogleaves": "flowering_azalea_leaves", - "floweraztreeleaf": "flowering_azalea_leaves", - "floweraztreeleave": "flowering_azalea_leaves", - "floweraztreeleaves": "flowering_azalea_leaves", - "floweraztrunkleaf": "flowering_azalea_leaves", - "floweraztrunkleave": "flowering_azalea_leaves", - "floweraztrunkleaves": "flowering_azalea_leaves", - "flowerazwoodleaf": "flowering_azalea_leaves", - "flowerazwoodleave": "flowering_azalea_leaves", - "flowerazwoodleaves": "flowering_azalea_leaves", - "floweringazalealeaves": "flowering_azalea_leaves", - "flowerleafaz": "flowering_azalea_leaves", - "flowerleafaza": "flowering_azalea_leaves", - "flowerleafazalea": "flowering_azalea_leaves", - "flowerleavesaz": "flowering_azalea_leaves", - "flowerleavesaza": "flowering_azalea_leaves", - "flowerleavesazalea": "flowering_azalea_leaves", - "minecraft:flowering_azalea_leaves": "flowering_azalea_leaves", - "fox_spawn_egg": { - "material": "FOX_SPAWN_EGG" - }, - "eggfox": "fox_spawn_egg", - "foxegg": "fox_spawn_egg", - "foxsegg": "fox_spawn_egg", - "foxspawn": "fox_spawn_egg", - "foxspawnegg": "fox_spawn_egg", - "minecraft:fox_spawn_egg": "fox_spawn_egg", - "seggfox": "fox_spawn_egg", - "spawneggfox": "fox_spawn_egg", - "spawnfox": "fox_spawn_egg", - "fox_spawner": { - "entity": "FOX", - "material": "SPAWNER" - }, - "foxcage": "fox_spawner", - "foxmcage": "fox_spawner", - "foxmobcage": "fox_spawner", - "foxmobspawner": "fox_spawner", - "foxmonstercage": "fox_spawner", - "foxmonsterspawner": "fox_spawner", - "foxmspawner": "fox_spawner", - "foxspawner": "fox_spawner", - "friend_pottery_sherd": { - "material": "FRIEND_POTTERY_SHERD" - }, - "friendpotterysherd": "friend_pottery_sherd", - "friendsherd": "friend_pottery_sherd", - "minecraft:friend_pottery_sherd": "friend_pottery_sherd", - "frog_spawn_egg": { - "material": "FROG_SPAWN_EGG" - }, - "eggfrog": "frog_spawn_egg", - "frogegg": "frog_spawn_egg", - "frogsegg": "frog_spawn_egg", - "frogspawn": { - "material": "FROGSPAWN" - }, - "frogspawnegg": "frog_spawn_egg", - "minecraft:frog_spawn_egg": "frog_spawn_egg", - "seggfrog": "frog_spawn_egg", - "spawneggfrog": "frog_spawn_egg", - "spawnfrog": "frog_spawn_egg", - "frog_spawner": { - "entity": "FROG", - "material": "SPAWNER" - }, - "frogcage": "frog_spawner", - "frogmcage": "frog_spawner", - "frogmobcage": "frog_spawner", - "frogmobspawner": "frog_spawner", - "frogmonstercage": "frog_spawner", - "frogmonsterspawner": "frog_spawner", - "frogmspawner": "frog_spawner", - "frogspawner": "frog_spawner", - "minecraft:frogspawn": "frogspawn", - "furnace": { - "material": "FURNACE" - }, - "minecraft:furnace": "furnace", - "furnace_minecart": { - "material": "FURNACE_MINECART" - }, - "ecart": "furnace_minecart", - "emc": "furnace_minecart", - "emcart": "furnace_minecart", - "eminecart": "furnace_minecart", - "enginecart": "furnace_minecart", - "enginemc": "furnace_minecart", - "enginemcart": "furnace_minecart", - "engineminecart": "furnace_minecart", - "fcart": "furnace_minecart", - "fmc": "furnace_minecart", - "fmcart": "furnace_minecart", - "fminecart": "furnace_minecart", - "furnacecart": "furnace_minecart", - "furnacemc": "furnace_minecart", - "furnacemcart": "furnace_minecart", - "furnaceminecart": "furnace_minecart", - "minecraft:furnace_minecart": "furnace_minecart", - "pcart": "furnace_minecart", - "pmc": "furnace_minecart", - "pmcart": "furnace_minecart", - "pminecart": "furnace_minecart", - "powercart": "furnace_minecart", - "poweredcart": "furnace_minecart", - "poweredmc": "furnace_minecart", - "poweredmcart": "furnace_minecart", - "poweredminecart": "furnace_minecart", - "powermc": "furnace_minecart", - "powermcart": "furnace_minecart", - "powerminecart": "furnace_minecart", - "ghast_spawn_egg": { - "material": "GHAST_SPAWN_EGG" - }, - "eggghast": "ghast_spawn_egg", - "ghastegg": "ghast_spawn_egg", - "ghastsegg": "ghast_spawn_egg", - "ghastspawn": "ghast_spawn_egg", - "ghastspawnegg": "ghast_spawn_egg", - "minecraft:ghast_spawn_egg": "ghast_spawn_egg", - "seggghast": "ghast_spawn_egg", - "spawneggghast": "ghast_spawn_egg", - "spawnghast": "ghast_spawn_egg", - "ghast_spawner": { - "entity": "GHAST", - "material": "SPAWNER" - }, - "ghastcage": "ghast_spawner", - "ghastmcage": "ghast_spawner", - "ghastmobcage": "ghast_spawner", - "ghastmobspawner": "ghast_spawner", - "ghastmonstercage": "ghast_spawner", - "ghastmonsterspawner": "ghast_spawner", - "ghastmspawner": "ghast_spawner", - "ghastspawner": "ghast_spawner", - "ghast_tear": { - "material": "GHAST_TEAR" - }, - "ghasttear": "ghast_tear", - "minecraft:ghast_tear": "ghast_tear", - "giant_spawner": { - "entity": "GIANT", - "material": "SPAWNER" - }, - "giantcage": "giant_spawner", - "giantmcage": "giant_spawner", - "giantmobcage": "giant_spawner", - "giantmobspawner": "giant_spawner", - "giantmonstercage": "giant_spawner", - "giantmonsterspawner": "giant_spawner", - "giantmspawner": "giant_spawner", - "giantspawner": "giant_spawner", - "gilded_blackstone": { - "material": "GILDED_BLACKSTONE" - }, - "gildblackstone": "gilded_blackstone", - "gildblackstoneb": "gilded_blackstone", - "gildblackstonebl": "gilded_blackstone", - "gildblackstoneblock": "gilded_blackstone", - "gildblst": "gilded_blackstone", - "gildblstb": "gilded_blackstone", - "gildblstbl": "gilded_blackstone", - "gildblstblock": "gilded_blackstone", - "gildblstone": "gilded_blackstone", - "gildblstoneb": "gilded_blackstone", - "gildblstonebl": "gilded_blackstone", - "gildblstoneblock": "gilded_blackstone", - "gildedblackstone": "gilded_blackstone", - "gildedblackstoneb": "gilded_blackstone", - "gildedblackstonebl": "gilded_blackstone", - "gildedblackstoneblock": "gilded_blackstone", - "minecraft:gilded_blackstone": "gilded_blackstone", - "glass": { - "material": "GLASS" - }, - "blockglass": "glass", - "glassblock": "glass", - "minecraft:glass": "glass", - "glass_bottle": { - "material": "GLASS_BOTTLE" - }, - "glassbottle": "glass_bottle", - "minecraft:glass_bottle": "glass_bottle", - "glass_pane": { - "material": "GLASS_PANE" - }, - "fglass": "glass_pane", - "flatglass": "glass_pane", - "glassf": "glass_pane", - "glassflat": "glass_pane", - "glassp": "glass_pane", - "glasspane": "glass_pane", - "glasss": "glass_pane", - "glassskinny": "glass_pane", - "minecraft:glass_pane": "glass_pane", - "paneglass": "glass_pane", - "pglass": "glass_pane", - "skinnyglass": "glass_pane", - "glistering_melon_slice": { - "material": "GLISTERING_MELON_SLICE" - }, - "glisteringmelonslice": "glistering_melon_slice", - "minecraft:glistering_melon_slice": "glistering_melon_slice", - "globe_banner_pattern": { - "material": "GLOBE_BANNER_PATTERN" - }, - "globebannerpattern": "globe_banner_pattern", - "minecraft:globe_banner_pattern": "globe_banner_pattern", - "glow_berries": { - "material": "GLOW_BERRIES" - }, - "glowberries": "glow_berries", - "glowfruit": "glow_berries", - "minecraft:glow_berries": "glow_berries", - "glow_ink_sac": { - "material": "GLOW_INK_SAC" - }, - "glowink": "glow_ink_sac", - "glowinksac": "glow_ink_sac", - "glowsac": "glow_ink_sac", - "minecraft:glow_ink_sac": "glow_ink_sac", - "glow_item_frame": { - "material": "GLOW_ITEM_FRAME" - }, - "glframe": "glow_item_frame", - "glowframe": "glow_item_frame", - "glowiframe": "glow_item_frame", - "glowitemframe": "glow_item_frame", - "minecraft:glow_item_frame": "glow_item_frame", - "glow_lichen": { - "material": "GLOW_LICHEN" - }, - "glowlichen": "glow_lichen", - "glowmoss": "glow_lichen", - "minecraft:glow_lichen": "glow_lichen", - "glow_squid_spawn_egg": { - "material": "GLOW_SQUID_SPAWN_EGG" - }, - "eggglow_squid": "glow_squid_spawn_egg", - "eggglowsq": "glow_squid_spawn_egg", - "eggglowsquid": "glow_squid_spawn_egg", - "eggglsq": "glow_squid_spawn_egg", - "eggglsquid": "glow_squid_spawn_egg", - "glow_squidegg": "glow_squid_spawn_egg", - "glow_squidsegg": "glow_squid_spawn_egg", - "glow_squidspawn": "glow_squid_spawn_egg", - "glow_squidspawnegg": "glow_squid_spawn_egg", - "glowsqegg": "glow_squid_spawn_egg", - "glowsqsegg": "glow_squid_spawn_egg", - "glowsqspawn": "glow_squid_spawn_egg", - "glowsqspawnegg": "glow_squid_spawn_egg", - "glowsquidegg": "glow_squid_spawn_egg", - "glowsquidsegg": "glow_squid_spawn_egg", - "glowsquidspawn": "glow_squid_spawn_egg", - "glowsquidspawnegg": "glow_squid_spawn_egg", - "glsqegg": "glow_squid_spawn_egg", - "glsqsegg": "glow_squid_spawn_egg", - "glsqspawn": "glow_squid_spawn_egg", - "glsqspawnegg": "glow_squid_spawn_egg", - "glsquidegg": "glow_squid_spawn_egg", - "glsquidsegg": "glow_squid_spawn_egg", - "glsquidspawn": "glow_squid_spawn_egg", - "glsquidspawnegg": "glow_squid_spawn_egg", - "minecraft:glow_squid_spawn_egg": "glow_squid_spawn_egg", - "seggglow_squid": "glow_squid_spawn_egg", - "seggglowsq": "glow_squid_spawn_egg", - "seggglowsquid": "glow_squid_spawn_egg", - "seggglsq": "glow_squid_spawn_egg", - "seggglsquid": "glow_squid_spawn_egg", - "spawneggglow_squid": "glow_squid_spawn_egg", - "spawneggglowsq": "glow_squid_spawn_egg", - "spawneggglowsquid": "glow_squid_spawn_egg", - "spawneggglsq": "glow_squid_spawn_egg", - "spawneggglsquid": "glow_squid_spawn_egg", - "spawnglow_squid": "glow_squid_spawn_egg", - "spawnglowsq": "glow_squid_spawn_egg", - "spawnglowsquid": "glow_squid_spawn_egg", - "spawnglsq": "glow_squid_spawn_egg", - "spawnglsquid": "glow_squid_spawn_egg", - "glow_squid_spawner": { - "entity": "GLOW_SQUID", - "material": "SPAWNER" - }, - "glow_squidcage": "glow_squid_spawner", - "glow_squidmcage": "glow_squid_spawner", - "glow_squidmobcage": "glow_squid_spawner", - "glow_squidmobspawner": "glow_squid_spawner", - "glow_squidmonstercage": "glow_squid_spawner", - "glow_squidmonsterspawner": "glow_squid_spawner", - "glow_squidmspawner": "glow_squid_spawner", - "glow_squidspawner": "glow_squid_spawner", - "glowsqcage": "glow_squid_spawner", - "glowsqmcage": "glow_squid_spawner", - "glowsqmobcage": "glow_squid_spawner", - "glowsqmobspawner": "glow_squid_spawner", - "glowsqmonstercage": "glow_squid_spawner", - "glowsqmonsterspawner": "glow_squid_spawner", - "glowsqmspawner": "glow_squid_spawner", - "glowsqspawner": "glow_squid_spawner", - "glowsquidcage": "glow_squid_spawner", - "glowsquidmcage": "glow_squid_spawner", - "glowsquidmobcage": "glow_squid_spawner", - "glowsquidmobspawner": "glow_squid_spawner", - "glowsquidmonstercage": "glow_squid_spawner", - "glowsquidmonsterspawner": "glow_squid_spawner", - "glowsquidmspawner": "glow_squid_spawner", - "glowsquidspawner": "glow_squid_spawner", - "glsqcage": "glow_squid_spawner", - "glsqmcage": "glow_squid_spawner", - "glsqmobcage": "glow_squid_spawner", - "glsqmobspawner": "glow_squid_spawner", - "glsqmonstercage": "glow_squid_spawner", - "glsqmonsterspawner": "glow_squid_spawner", - "glsqmspawner": "glow_squid_spawner", - "glsqspawner": "glow_squid_spawner", - "glsquidcage": "glow_squid_spawner", - "glsquidmcage": "glow_squid_spawner", - "glsquidmobcage": "glow_squid_spawner", - "glsquidmobspawner": "glow_squid_spawner", - "glsquidmonstercage": "glow_squid_spawner", - "glsquidmonsterspawner": "glow_squid_spawner", - "glsquidmspawner": "glow_squid_spawner", - "glsquidspawner": "glow_squid_spawner", - "glowstone": { - "material": "GLOWSTONE" - }, - "blockglowingstone": "glowstone", - "blockglowstone": "glowstone", - "blocklightstone": "glowstone", - "glowblock": "glowstone", - "glowingblock": "glowstone", - "glowingstone": "glowstone", - "glowingstoneblock": "glowstone", - "glowstoneblock": "glowstone", - "lightblock": "light", - "lightstone": "glowstone", - "lightstoneblock": "glowstone", - "lstone": "glowstone", - "minecraft:glowstone": "glowstone", - "glowstone_dust": { - "material": "GLOWSTONE_DUST" - }, - "glowstonedust": "glowstone_dust", - "minecraft:glowstone_dust": "glowstone_dust", - "goat_horn": { - "material": "GOAT_HORN" - }, - "goathorn": "goat_horn", - "minecraft:goat_horn": "goat_horn", - "goat_spawn_egg": { - "material": "GOAT_SPAWN_EGG" - }, - "egggoat": "goat_spawn_egg", - "eggthegoat": "goat_spawn_egg", - "goategg": "goat_spawn_egg", - "goatsegg": "goat_spawn_egg", - "goatspawn": "goat_spawn_egg", - "goatspawnegg": "goat_spawn_egg", - "minecraft:goat_spawn_egg": "goat_spawn_egg", - "segggoat": "goat_spawn_egg", - "seggthegoat": "goat_spawn_egg", - "spawnegggoat": "goat_spawn_egg", - "spawneggthegoat": "goat_spawn_egg", - "spawngoat": "goat_spawn_egg", - "spawnthegoat": "goat_spawn_egg", - "thegoategg": "goat_spawn_egg", - "thegoatsegg": "goat_spawn_egg", - "thegoatspawn": "goat_spawn_egg", - "thegoatspawnegg": "goat_spawn_egg", - "goat_spawner": { - "entity": "GOAT", - "material": "SPAWNER" - }, - "goatcage": "goat_spawner", - "goatmcage": "goat_spawner", - "goatmobcage": "goat_spawner", - "goatmobspawner": "goat_spawner", - "goatmonstercage": "goat_spawner", - "goatmonsterspawner": "goat_spawner", - "goatmspawner": "goat_spawner", - "goatspawner": "goat_spawner", - "thegoatcage": "goat_spawner", - "thegoatmcage": "goat_spawner", - "thegoatmobcage": "goat_spawner", - "thegoatmobspawner": "goat_spawner", - "thegoatmonstercage": "goat_spawner", - "thegoatmonsterspawner": "goat_spawner", - "thegoatmspawner": "goat_spawner", - "thegoatspawner": "goat_spawner", - "gold_block": { - "material": "GOLD_BLOCK" - }, - "blockg": "gold_block", - "blockgold": "gold_block", - "gblock": "gold_block", - "goldblock": "gold_block", - "minecraft:gold_block": "gold_block", - "gold_ingot": { - "material": "GOLD_INGOT" - }, - "barg": "gold_ingot", - "bargold": "gold_ingot", - "gbar": "gold_ingot", - "gi": "gold_ingot", - "gingot": "gold_ingot", - "goldbar": "gold_ingot", - "goldi": "gold_ingot", - "goldingot": "gold_ingot", - "ig": "gold_ingot", - "igold": "gold_ingot", - "ingotg": "gold_ingot", - "ingotgold": "gold_ingot", - "minecraft:gold_ingot": "gold_ingot", - "gold_nugget": { - "material": "GOLD_NUGGET" - }, - "goldnugget": "gold_nugget", - "minecraft:gold_nugget": "gold_nugget", - "gold_ore": { - "material": "GOLD_ORE" - }, - "go": "gold_ore", - "goldo": "gold_ore", - "goldore": "gold_ore", - "gore": "gold_ore", - "minecraft:gold_ore": "gold_ore", - "og": "gold_ore", - "ogold": "gold_ore", - "oreg": "gold_ore", - "oregold": "gold_ore", - "stonegoldore": "gold_ore", - "stonegore": "gold_ore", - "golden_apple": { - "material": "GOLDEN_APPLE" - }, - "goldapple": "golden_apple", - "goldenapple": "golden_apple", - "minecraft:golden_apple": "golden_apple", - "newgoldapple": "golden_apple", - "notnotchapple": "golden_apple", - "golden_axe": { - "material": "GOLDEN_AXE" - }, - "gaxe": "golden_axe", - "goldaxe": "golden_axe", - "goldenaxe": "golden_axe", - "minecraft:golden_axe": "golden_axe", - "golden_boots": { - "material": "GOLDEN_BOOTS" - }, - "gboots": "golden_boots", - "goldboots": "golden_boots", - "goldenboots": "golden_boots", - "goldshoes": "golden_boots", - "gshoes": "golden_boots", - "minecraft:golden_boots": "golden_boots", - "golden_carrot": { - "material": "GOLDEN_CARROT" - }, - "goldencarrot": "golden_carrot", - "minecraft:golden_carrot": "golden_carrot", - "golden_chestplate": { - "material": "GOLDEN_CHESTPLATE" - }, - "gchestplate": "golden_chestplate", - "goldchestplate": "golden_chestplate", - "goldenchestplate": "golden_chestplate", - "goldplate": "golden_chestplate", - "goldplatebody": "golden_chestplate", - "goldshirt": "golden_chestplate", - "goldtunic": "golden_chestplate", - "gplate": "golden_chestplate", - "gplatebody": "golden_chestplate", - "gshirt": "golden_chestplate", - "gtunic": "golden_chestplate", - "minecraft:golden_chestplate": "golden_chestplate", - "golden_helmet": { - "material": "GOLDEN_HELMET" - }, - "gcoif": "golden_helmet", - "ghat": "golden_helmet", - "ghelm": "golden_helmet", - "ghelmet": "golden_helmet", - "goldcoif": "golden_helmet", - "goldenhelmet": "golden_helmet", - "goldhat": "golden_helmet", - "goldhelm": "golden_helmet", - "goldhelmet": "golden_helmet", - "minecraft:golden_helmet": "golden_helmet", - "golden_hoe": { - "material": "GOLDEN_HOE" - }, - "ghoe": "golden_hoe", - "goldenhoe": "golden_hoe", - "goldhoe": "golden_hoe", - "minecraft:golden_hoe": "golden_hoe", - "golden_horse_armor": { - "material": "GOLDEN_HORSE_ARMOR" - }, - "garmor": "golden_horse_armor", - "gharmor": "golden_horse_armor", - "ghorsearmor": "golden_horse_armor", - "goldarmor": "golden_horse_armor", - "goldenhorsearmor": "golden_horse_armor", - "goldharmor": "golden_horse_armor", - "goldhorsearmor": "golden_horse_armor", - "minecraft:golden_horse_armor": "golden_horse_armor", - "golden_leggings": { - "material": "GOLDEN_LEGGINGS" - }, - "gleggings": "golden_leggings", - "glegs": "golden_leggings", - "goldenleggings": "golden_leggings", - "goldleggings": "golden_leggings", - "goldlegs": "golden_leggings", - "goldpants": "golden_leggings", - "gpants": "golden_leggings", - "minecraft:golden_leggings": "golden_leggings", - "golden_pickaxe": { - "material": "GOLDEN_PICKAXE" - }, - "goldenpickaxe": "golden_pickaxe", - "goldpick": "golden_pickaxe", - "goldpickaxe": "golden_pickaxe", - "gpick": "golden_pickaxe", - "gpickaxe": "golden_pickaxe", - "minecraft:golden_pickaxe": "golden_pickaxe", - "golden_shovel": { - "material": "GOLDEN_SHOVEL" - }, - "goldenshovel": "golden_shovel", - "goldshovel": "golden_shovel", - "goldspade": "golden_shovel", - "gshovel": "golden_shovel", - "gspade": "golden_shovel", - "minecraft:golden_shovel": "golden_shovel", - "golden_sword": { - "material": "GOLDEN_SWORD" - }, - "goldensword": "golden_sword", - "goldsword": "golden_sword", - "gsword": "golden_sword", - "minecraft:golden_sword": "golden_sword", - "granite": { - "material": "GRANITE" - }, - "gr": "granite", - "graniteb": "granite", - "granitebl": "granite", - "graniteblock": "granite", - "grb": "granite", - "grbl": "granite", - "grblock": "granite", - "gstone": "granite", - "gstoneb": "granite", - "gstonebl": "granite", - "gstoneblock": "granite", - "minecraft:granite": "granite", - "granite_slab": { - "material": "GRANITE_SLAB" - }, - "granitehalfblock": "granite_slab", - "graniteslab": "granite_slab", - "granitestep": "granite_slab", - "grhalfblock": "granite_slab", - "grstep": "granite_slab", - "gstonehalfblock": "granite_slab", - "gstonestep": "granite_slab", - "minecraft:granite_slab": "granite_slab", - "granite_stairs": { - "material": "GRANITE_STAIRS" - }, - "granitestair": "granite_stairs", - "granitestairs": "granite_stairs", - "grstair": "granite_stairs", - "grstairs": "granite_stairs", - "gstonestair": "granite_stairs", - "gstonestairs": "granite_stairs", - "minecraft:granite_stairs": "granite_stairs", - "granite_wall": { - "material": "GRANITE_WALL" - }, - "granitewall": "granite_wall", - "grwall": "granite_wall", - "gstonewall": "granite_wall", - "minecraft:granite_wall": "granite_wall", - "wallgr": "granite_wall", - "wallgranite": "granite_wall", - "wallgstone": "granite_wall", - "grass": { - "material": "GRASS" - }, - "minecraft:grass": "grass", - "grass_block": { - "material": "GRASS_BLOCK" - }, - "grassblock": "grass_block", - "greendirt": "grass_block", - "greenearth": "grass_block", - "greenland": "grass_block", - "minecraft:grass_block": "grass_block", - "gravel": { - "material": "GRAVEL" - }, - "minecraft:gravel": "gravel", - "gray_banner": { - "material": "GRAY_BANNER" - }, - "darkgrabanner": "gray_banner", - "darkgraybanner": "gray_banner", - "darkgreybanner": "gray_banner", - "dgrabanner": "gray_banner", - "dgraybanner": "gray_banner", - "dgreybanner": "gray_banner", - "grabanner": "gray_banner", - "graybanner": "gray_banner", - "greybanner": "gray_banner", - "minecraft:gray_banner": "gray_banner", - "gray_bed": { - "material": "GRAY_BED" - }, - "darkgrabed": "gray_bed", - "darkgraybed": "gray_bed", - "darkgreybed": "gray_bed", - "dgrabed": "gray_bed", - "dgraybed": "gray_bed", - "dgreybed": "gray_bed", - "grabed": "gray_bed", - "graybed": "gray_bed", - "greybed": "gray_bed", - "minecraft:gray_bed": "gray_bed", - "gray_candle": { - "material": "GRAY_CANDLE" - }, - "darkgracandle": "gray_candle", - "darkgraycandle": "gray_candle", - "darkgreycandle": "gray_candle", - "dgracandle": "gray_candle", - "dgraycandle": "gray_candle", - "dgreycandle": "gray_candle", - "gracandle": "gray_candle", - "graycandle": "gray_candle", - "greycandle": "gray_candle", - "minecraft:gray_candle": "gray_candle", - "gray_carpet": { - "material": "GRAY_CARPET" - }, - "darkgracarpet": "gray_carpet", - "darkgrafloor": "gray_carpet", - "darkgraycarpet": "gray_carpet", - "darkgrayfloor": "gray_carpet", - "darkgreycarpet": "gray_carpet", - "darkgreyfloor": "gray_carpet", - "dgracarpet": "gray_carpet", - "dgrafloor": "gray_carpet", - "dgraycarpet": "gray_carpet", - "dgrayfloor": "gray_carpet", - "dgreycarpet": "gray_carpet", - "dgreyfloor": "gray_carpet", - "gracarpet": "gray_carpet", - "grafloor": "gray_carpet", - "graycarpet": "gray_carpet", - "grayfloor": "gray_carpet", - "greycarpet": "gray_carpet", - "greyfloor": "gray_carpet", - "minecraft:gray_carpet": "gray_carpet", - "gray_concrete": { - "material": "GRAY_CONCRETE" - }, - "darkgraconcrete": "gray_concrete", - "darkgrayconcrete": "gray_concrete", - "darkgreyconcrete": "gray_concrete", - "dgraconcrete": "gray_concrete", - "dgrayconcrete": "gray_concrete", - "dgreyconcrete": "gray_concrete", - "graconcrete": "gray_concrete", - "grayconcrete": "gray_concrete", - "greyconcrete": "gray_concrete", - "minecraft:gray_concrete": "gray_concrete", - "gray_concrete_powder": { - "material": "GRAY_CONCRETE_POWDER" - }, - "darkgracdust": "gray_concrete_powder", - "darkgraconcretepowder": "gray_concrete_powder", - "darkgraconcretesand": "gray_concrete_powder", - "darkgracp": "gray_concrete_powder", - "darkgracpowder": "gray_concrete_powder", - "darkgraycdust": "gray_concrete_powder", - "darkgrayconcretepowder": "gray_concrete_powder", - "darkgrayconcretesand": "gray_concrete_powder", - "darkgraycp": "gray_concrete_powder", - "darkgraycpowder": "gray_concrete_powder", - "darkgreycdust": "gray_concrete_powder", - "darkgreyconcretepowder": "gray_concrete_powder", - "darkgreyconcretesand": "gray_concrete_powder", - "darkgreycp": "gray_concrete_powder", - "darkgreycpowder": "gray_concrete_powder", - "dgracdust": "gray_concrete_powder", - "dgraconcretepowder": "gray_concrete_powder", - "dgraconcretesand": "gray_concrete_powder", - "dgracp": "gray_concrete_powder", - "dgracpowder": "gray_concrete_powder", - "dgraycdust": "gray_concrete_powder", - "dgrayconcretepowder": "gray_concrete_powder", - "dgrayconcretesand": "gray_concrete_powder", - "dgraycp": "gray_concrete_powder", - "dgraycpowder": "gray_concrete_powder", - "dgreycdust": "gray_concrete_powder", - "dgreyconcretepowder": "gray_concrete_powder", - "dgreyconcretesand": "gray_concrete_powder", - "dgreycp": "gray_concrete_powder", - "dgreycpowder": "gray_concrete_powder", - "gracdust": "gray_concrete_powder", - "graconcretepowder": "gray_concrete_powder", - "graconcretesand": "gray_concrete_powder", - "gracp": "gray_concrete_powder", - "gracpowder": "gray_concrete_powder", - "graycdust": "gray_concrete_powder", - "grayconcretepowder": "gray_concrete_powder", - "grayconcretesand": "gray_concrete_powder", - "graycp": "gray_concrete_powder", - "graycpowder": "gray_concrete_powder", - "greycdust": "gray_concrete_powder", - "greyconcretepowder": "gray_concrete_powder", - "greyconcretesand": "gray_concrete_powder", - "greycp": "gray_concrete_powder", - "greycpowder": "gray_concrete_powder", - "minecraft:gray_concrete_powder": "gray_concrete_powder", - "gray_dye": { - "material": "GRAY_DYE" - }, - "darkgradye": "gray_dye", - "darkgraydye": "gray_dye", - "darkgreydye": "gray_dye", - "dgradye": "gray_dye", - "dgraydye": "gray_dye", - "dgreydye": "gray_dye", - "gradye": "gray_dye", - "graydye": "gray_dye", - "greydye": "gray_dye", - "minecraft:gray_dye": "gray_dye", - "gray_glazed_terracotta": { - "material": "GRAY_GLAZED_TERRACOTTA" - }, - "darkgraglazedtcota": "gray_glazed_terracotta", - "darkgraglazedterra": "gray_glazed_terracotta", - "darkgraglazedterracota": "gray_glazed_terracotta", - "darkgraglazedterracotta": "gray_glazed_terracotta", - "darkgragtcotta": "gray_glazed_terracotta", - "darkgragterra": "gray_glazed_terracotta", - "darkgrayglazedtcota": "gray_glazed_terracotta", - "darkgrayglazedterra": "gray_glazed_terracotta", - "darkgrayglazedterracota": "gray_glazed_terracotta", - "darkgrayglazedterracotta": "gray_glazed_terracotta", - "darkgraygtcotta": "gray_glazed_terracotta", - "darkgraygterra": "gray_glazed_terracotta", - "darkgreyglazedtcota": "gray_glazed_terracotta", - "darkgreyglazedterra": "gray_glazed_terracotta", - "darkgreyglazedterracota": "gray_glazed_terracotta", - "darkgreyglazedterracotta": "gray_glazed_terracotta", - "darkgreygtcotta": "gray_glazed_terracotta", - "darkgreygterra": "gray_glazed_terracotta", - "dgraglazedtcota": "gray_glazed_terracotta", - "dgraglazedterra": "gray_glazed_terracotta", - "dgraglazedterracota": "gray_glazed_terracotta", - "dgraglazedterracotta": "gray_glazed_terracotta", - "dgragtcotta": "gray_glazed_terracotta", - "dgragterra": "gray_glazed_terracotta", - "dgrayglazedtcota": "gray_glazed_terracotta", - "dgrayglazedterra": "gray_glazed_terracotta", - "dgrayglazedterracota": "gray_glazed_terracotta", - "dgrayglazedterracotta": "gray_glazed_terracotta", - "dgraygtcotta": "gray_glazed_terracotta", - "dgraygterra": "gray_glazed_terracotta", - "dgreyglazedtcota": "gray_glazed_terracotta", - "dgreyglazedterra": "gray_glazed_terracotta", - "dgreyglazedterracota": "gray_glazed_terracotta", - "dgreyglazedterracotta": "gray_glazed_terracotta", - "dgreygtcotta": "gray_glazed_terracotta", - "dgreygterra": "gray_glazed_terracotta", - "graglazedtcota": "gray_glazed_terracotta", - "graglazedterra": "gray_glazed_terracotta", - "graglazedterracota": "gray_glazed_terracotta", - "graglazedterracotta": "gray_glazed_terracotta", - "gragtcotta": "gray_glazed_terracotta", - "gragterra": "gray_glazed_terracotta", - "grayglazedtcota": "gray_glazed_terracotta", - "grayglazedterra": "gray_glazed_terracotta", - "grayglazedterracota": "gray_glazed_terracotta", - "grayglazedterracotta": "gray_glazed_terracotta", - "graygtcotta": "gray_glazed_terracotta", - "graygterra": "gray_glazed_terracotta", - "greyglazedtcota": "gray_glazed_terracotta", - "greyglazedterra": "gray_glazed_terracotta", - "greyglazedterracota": "gray_glazed_terracotta", - "greyglazedterracotta": "gray_glazed_terracotta", - "greygtcotta": "gray_glazed_terracotta", - "greygterra": "gray_glazed_terracotta", - "minecraft:gray_glazed_terracotta": "gray_glazed_terracotta", - "gray_shulker_box": { - "material": "GRAY_SHULKER_BOX" - }, - "darkgrasbox": "gray_shulker_box", - "darkgrashulkerbox": "gray_shulker_box", - "darkgraysbox": "gray_shulker_box", - "darkgrayshulkerbox": "gray_shulker_box", - "darkgreysbox": "gray_shulker_box", - "darkgreyshulkerbox": "gray_shulker_box", - "dgrasbox": "gray_shulker_box", - "dgrashulkerbox": "gray_shulker_box", - "dgraysbox": "gray_shulker_box", - "dgrayshulkerbox": "gray_shulker_box", - "dgreysbox": "gray_shulker_box", - "dgreyshulkerbox": "gray_shulker_box", - "grasbox": "gray_shulker_box", - "grashulkerbox": "gray_shulker_box", - "graysbox": "gray_shulker_box", - "grayshulkerbox": "gray_shulker_box", - "greysbox": "gray_shulker_box", - "greyshulkerbox": "gray_shulker_box", - "minecraft:gray_shulker_box": "gray_shulker_box", - "gray_stained_glass": { - "material": "GRAY_STAINED_GLASS" - }, - "darkgraglass": "gray_stained_glass", - "darkgrasglass": "gray_stained_glass", - "darkgrastainedglass": "gray_stained_glass", - "darkgrayglass": "gray_stained_glass", - "darkgraysglass": "gray_stained_glass", - "darkgraystainedglass": "gray_stained_glass", - "darkgreyglass": "gray_stained_glass", - "darkgreysglass": "gray_stained_glass", - "darkgreystainedglass": "gray_stained_glass", - "dgraglass": "gray_stained_glass", - "dgrasglass": "gray_stained_glass", - "dgrastainedglass": "gray_stained_glass", - "dgrayglass": "gray_stained_glass", - "dgraysglass": "gray_stained_glass", - "dgraystainedglass": "gray_stained_glass", - "dgreyglass": "gray_stained_glass", - "dgreysglass": "gray_stained_glass", - "dgreystainedglass": "gray_stained_glass", - "graglass": "gray_stained_glass", - "grasglass": "gray_stained_glass", - "grastainedglass": "gray_stained_glass", - "grayglass": "gray_stained_glass", - "graysglass": "gray_stained_glass", - "graystainedglass": "gray_stained_glass", - "greyglass": "gray_stained_glass", - "greysglass": "gray_stained_glass", - "greystainedglass": "gray_stained_glass", - "minecraft:gray_stained_glass": "gray_stained_glass", - "gray_stained_glass_pane": { - "material": "GRAY_STAINED_GLASS_PANE" - }, - "darkgraglasspane": "gray_stained_glass_pane", - "darkgragpane": "gray_stained_glass_pane", - "darkgrasglasspane": "gray_stained_glass_pane", - "darkgrastainedglasspane": "gray_stained_glass_pane", - "darkgrayglasspane": "gray_stained_glass_pane", - "darkgraygpane": "gray_stained_glass_pane", - "darkgraysglasspane": "gray_stained_glass_pane", - "darkgraystainedglasspane": "gray_stained_glass_pane", - "darkgreyglasspane": "gray_stained_glass_pane", - "darkgreygpane": "gray_stained_glass_pane", - "darkgreysglasspane": "gray_stained_glass_pane", - "darkgreystainedglasspane": "gray_stained_glass_pane", - "dgraglasspane": "gray_stained_glass_pane", - "dgragpane": "gray_stained_glass_pane", - "dgrasglasspane": "gray_stained_glass_pane", - "dgrastainedglasspane": "gray_stained_glass_pane", - "dgrayglasspane": "gray_stained_glass_pane", - "dgraygpane": "gray_stained_glass_pane", - "dgraysglasspane": "gray_stained_glass_pane", - "dgraystainedglasspane": "gray_stained_glass_pane", - "dgreyglasspane": "gray_stained_glass_pane", - "dgreygpane": "gray_stained_glass_pane", - "dgreysglasspane": "gray_stained_glass_pane", - "dgreystainedglasspane": "gray_stained_glass_pane", - "graglasspane": "gray_stained_glass_pane", - "gragpane": "gray_stained_glass_pane", - "grasglasspane": "gray_stained_glass_pane", - "grastainedglasspane": "gray_stained_glass_pane", - "grayglasspane": "gray_stained_glass_pane", - "graygpane": "gray_stained_glass_pane", - "graysglasspane": "gray_stained_glass_pane", - "graystainedglasspane": "gray_stained_glass_pane", - "greyglasspane": "gray_stained_glass_pane", - "greygpane": "gray_stained_glass_pane", - "greysglasspane": "gray_stained_glass_pane", - "greystainedglasspane": "gray_stained_glass_pane", - "minecraft:gray_stained_glass_pane": "gray_stained_glass_pane", - "gray_terracotta": { - "material": "GRAY_TERRACOTTA" - }, - "darkgraclay": "gray_terracotta", - "darkgrasclay": "gray_terracotta", - "darkgrastainedclay": "gray_terracotta", - "darkgratcota": "gray_terracotta", - "darkgraterra": "gray_terracotta", - "darkgraterracota": "gray_terracotta", - "darkgraterracotta": "gray_terracotta", - "darkgrayclay": "gray_terracotta", - "darkgraysclay": "gray_terracotta", - "darkgraystainedclay": "gray_terracotta", - "darkgraytcota": "gray_terracotta", - "darkgrayterra": "gray_terracotta", - "darkgrayterracota": "gray_terracotta", - "darkgrayterracotta": "gray_terracotta", - "darkgreyclay": "gray_terracotta", - "darkgreysclay": "gray_terracotta", - "darkgreystainedclay": "gray_terracotta", - "darkgreytcota": "gray_terracotta", - "darkgreyterra": "gray_terracotta", - "darkgreyterracota": "gray_terracotta", - "darkgreyterracotta": "gray_terracotta", - "dgraclay": "gray_terracotta", - "dgrasclay": "gray_terracotta", - "dgrastainedclay": "gray_terracotta", - "dgratcota": "gray_terracotta", - "dgraterra": "gray_terracotta", - "dgraterracota": "gray_terracotta", - "dgraterracotta": "gray_terracotta", - "dgrayclay": "gray_terracotta", - "dgraysclay": "gray_terracotta", - "dgraystainedclay": "gray_terracotta", - "dgraytcota": "gray_terracotta", - "dgrayterra": "gray_terracotta", - "dgrayterracota": "gray_terracotta", - "dgrayterracotta": "gray_terracotta", - "dgreyclay": "gray_terracotta", - "dgreysclay": "gray_terracotta", - "dgreystainedclay": "gray_terracotta", - "dgreytcota": "gray_terracotta", - "dgreyterra": "gray_terracotta", - "dgreyterracota": "gray_terracotta", - "dgreyterracotta": "gray_terracotta", - "graclay": "gray_terracotta", - "grasclay": "gray_terracotta", - "grastainedclay": "gray_terracotta", - "gratcota": "gray_terracotta", - "graterra": "gray_terracotta", - "graterracota": "gray_terracotta", - "graterracotta": "gray_terracotta", - "grayclay": "gray_terracotta", - "graysclay": "gray_terracotta", - "graystainedclay": "gray_terracotta", - "graytcota": "gray_terracotta", - "grayterra": "gray_terracotta", - "grayterracota": "gray_terracotta", - "grayterracotta": "gray_terracotta", - "greyclay": "gray_terracotta", - "greysclay": "gray_terracotta", - "greystainedclay": "gray_terracotta", - "greytcota": "gray_terracotta", - "greyterra": "gray_terracotta", - "greyterracota": "gray_terracotta", - "greyterracotta": "gray_terracotta", - "minecraft:gray_terracotta": "gray_terracotta", - "gray_wool": { - "material": "GRAY_WOOL" - }, - "darkgracloth": "gray_wool", - "darkgracotton": "gray_wool", - "darkgrawool": "gray_wool", - "darkgraycloth": "gray_wool", - "darkgraycotton": "gray_wool", - "darkgraywool": "gray_wool", - "darkgreycloth": "gray_wool", - "darkgreycotton": "gray_wool", - "darkgreywool": "gray_wool", - "dgracloth": "gray_wool", - "dgracotton": "gray_wool", - "dgrawool": "gray_wool", - "dgraycloth": "gray_wool", - "dgraycotton": "gray_wool", - "dgraywool": "gray_wool", - "dgreycloth": "gray_wool", - "dgreycotton": "gray_wool", - "dgreywool": "gray_wool", - "gracloth": "gray_wool", - "gracotton": "gray_wool", - "grawool": "gray_wool", - "graycloth": "gray_wool", - "graycotton": "gray_wool", - "graywool": "gray_wool", - "greycloth": "gray_wool", - "greycotton": "gray_wool", - "greywool": "gray_wool", - "minecraft:gray_wool": "gray_wool", - "green_banner": { - "material": "GREEN_BANNER" - }, - "darkgrebanner": "green_banner", - "darkgreenbanner": "green_banner", - "dgrebanner": "green_banner", - "dgreenbanner": "green_banner", - "grebanner": "green_banner", - "greenbanner": "green_banner", - "minecraft:green_banner": "green_banner", - "green_bed": { - "material": "GREEN_BED" - }, - "darkgrebed": "green_bed", - "darkgreenbed": "green_bed", - "dgrebed": "green_bed", - "dgreenbed": "green_bed", - "grebed": "green_bed", - "greenbed": "green_bed", - "minecraft:green_bed": "green_bed", - "green_candle": { - "material": "GREEN_CANDLE" - }, - "darkgrecandle": "green_candle", - "darkgreencandle": "green_candle", - "dgrecandle": "green_candle", - "dgreencandle": "green_candle", - "grecandle": "green_candle", - "greencandle": "green_candle", - "minecraft:green_candle": "green_candle", - "green_carpet": { - "material": "GREEN_CARPET" - }, - "darkgrecarpet": "green_carpet", - "darkgreencarpet": "green_carpet", - "darkgreenfloor": "green_carpet", - "darkgrefloor": "green_carpet", - "dgrecarpet": "green_carpet", - "dgreencarpet": "green_carpet", - "dgreenfloor": "green_carpet", - "dgrefloor": "green_carpet", - "grecarpet": "green_carpet", - "greencarpet": "green_carpet", - "greenfloor": "green_carpet", - "grefloor": "green_carpet", - "minecraft:green_carpet": "green_carpet", - "green_concrete": { - "material": "GREEN_CONCRETE" - }, - "darkgreconcrete": "green_concrete", - "darkgreenconcrete": "green_concrete", - "dgreconcrete": "green_concrete", - "dgreenconcrete": "green_concrete", - "greconcrete": "green_concrete", - "greenconcrete": "green_concrete", - "minecraft:green_concrete": "green_concrete", - "green_concrete_powder": { - "material": "GREEN_CONCRETE_POWDER" - }, - "darkgrecdust": "green_concrete_powder", - "darkgreconcretepowder": "green_concrete_powder", - "darkgreconcretesand": "green_concrete_powder", - "darkgrecp": "green_concrete_powder", - "darkgrecpowder": "green_concrete_powder", - "darkgreencdust": "green_concrete_powder", - "darkgreenconcretepowder": "green_concrete_powder", - "darkgreenconcretesand": "green_concrete_powder", - "darkgreencp": "green_concrete_powder", - "darkgreencpowder": "green_concrete_powder", - "dgrecdust": "green_concrete_powder", - "dgreconcretepowder": "green_concrete_powder", - "dgreconcretesand": "green_concrete_powder", - "dgrecp": "green_concrete_powder", - "dgrecpowder": "green_concrete_powder", - "dgreencdust": "green_concrete_powder", - "dgreenconcretepowder": "green_concrete_powder", - "dgreenconcretesand": "green_concrete_powder", - "dgreencp": "green_concrete_powder", - "dgreencpowder": "green_concrete_powder", - "grecdust": "green_concrete_powder", - "greconcretepowder": "green_concrete_powder", - "greconcretesand": "green_concrete_powder", - "grecp": "green_concrete_powder", - "grecpowder": "green_concrete_powder", - "greencdust": "green_concrete_powder", - "greenconcretepowder": "green_concrete_powder", - "greenconcretesand": "green_concrete_powder", - "greencp": "green_concrete_powder", - "greencpowder": "green_concrete_powder", - "minecraft:green_concrete_powder": "green_concrete_powder", - "green_dye": { - "material": "GREEN_DYE", - "fallbacks": [ - "CACTUS_GREEN" - ] - }, - "darkgredye": "green_dye", - "darkgreendye": "green_dye", - "dgredye": "green_dye", - "dgreendye": "green_dye", - "gredye": "green_dye", - "greendye": "green_dye", - "minecraft:green_dye": "green_dye", - "green_glazed_terracotta": { - "material": "GREEN_GLAZED_TERRACOTTA" - }, - "darkgreenglazedtcota": "green_glazed_terracotta", - "darkgreenglazedterra": "green_glazed_terracotta", - "darkgreenglazedterracota": "green_glazed_terracotta", - "darkgreenglazedterracotta": "green_glazed_terracotta", - "darkgreengtcotta": "green_glazed_terracotta", - "darkgreengterra": "green_glazed_terracotta", - "darkgreglazedtcota": "green_glazed_terracotta", - "darkgreglazedterra": "green_glazed_terracotta", - "darkgreglazedterracota": "green_glazed_terracotta", - "darkgreglazedterracotta": "green_glazed_terracotta", - "darkgregtcotta": "green_glazed_terracotta", - "darkgregterra": "green_glazed_terracotta", - "dgreenglazedtcota": "green_glazed_terracotta", - "dgreenglazedterra": "green_glazed_terracotta", - "dgreenglazedterracota": "green_glazed_terracotta", - "dgreenglazedterracotta": "green_glazed_terracotta", - "dgreengtcotta": "green_glazed_terracotta", - "dgreengterra": "green_glazed_terracotta", - "dgreglazedtcota": "green_glazed_terracotta", - "dgreglazedterra": "green_glazed_terracotta", - "dgreglazedterracota": "green_glazed_terracotta", - "dgreglazedterracotta": "green_glazed_terracotta", - "dgregtcotta": "green_glazed_terracotta", - "dgregterra": "green_glazed_terracotta", - "greenglazedtcota": "green_glazed_terracotta", - "greenglazedterra": "green_glazed_terracotta", - "greenglazedterracota": "green_glazed_terracotta", - "greenglazedterracotta": "green_glazed_terracotta", - "greengtcotta": "green_glazed_terracotta", - "greengterra": "green_glazed_terracotta", - "greglazedtcota": "green_glazed_terracotta", - "greglazedterra": "green_glazed_terracotta", - "greglazedterracota": "green_glazed_terracotta", - "greglazedterracotta": "green_glazed_terracotta", - "gregtcotta": "green_glazed_terracotta", - "gregterra": "green_glazed_terracotta", - "minecraft:green_glazed_terracotta": "green_glazed_terracotta", - "green_shulker_box": { - "material": "GREEN_SHULKER_BOX" - }, - "darkgreensbox": "green_shulker_box", - "darkgreenshulkerbox": "green_shulker_box", - "darkgresbox": "green_shulker_box", - "darkgreshulkerbox": "green_shulker_box", - "dgreensbox": "green_shulker_box", - "dgreenshulkerbox": "green_shulker_box", - "dgresbox": "green_shulker_box", - "dgreshulkerbox": "green_shulker_box", - "greensbox": "green_shulker_box", - "greenshulkerbox": "green_shulker_box", - "gresbox": "green_shulker_box", - "greshulkerbox": "green_shulker_box", - "minecraft:green_shulker_box": "green_shulker_box", - "green_stained_glass": { - "material": "GREEN_STAINED_GLASS" - }, - "darkgreenglass": "green_stained_glass", - "darkgreensglass": "green_stained_glass", - "darkgreenstainedglass": "green_stained_glass", - "darkgreglass": "green_stained_glass", - "darkgresglass": "green_stained_glass", - "darkgrestainedglass": "green_stained_glass", - "dgreenglass": "green_stained_glass", - "dgreensglass": "green_stained_glass", - "dgreenstainedglass": "green_stained_glass", - "dgreglass": "green_stained_glass", - "dgresglass": "green_stained_glass", - "dgrestainedglass": "green_stained_glass", - "greenglass": "green_stained_glass", - "greensglass": "green_stained_glass", - "greenstainedglass": "green_stained_glass", - "greglass": "green_stained_glass", - "gresglass": "green_stained_glass", - "grestainedglass": "green_stained_glass", - "minecraft:green_stained_glass": "green_stained_glass", - "green_stained_glass_pane": { - "material": "GREEN_STAINED_GLASS_PANE" - }, - "darkgreenglasspane": "green_stained_glass_pane", - "darkgreengpane": "green_stained_glass_pane", - "darkgreensglasspane": "green_stained_glass_pane", - "darkgreenstainedglasspane": "green_stained_glass_pane", - "darkgreglasspane": "green_stained_glass_pane", - "darkgregpane": "green_stained_glass_pane", - "darkgresglasspane": "green_stained_glass_pane", - "darkgrestainedglasspane": "green_stained_glass_pane", - "dgreenglasspane": "green_stained_glass_pane", - "dgreengpane": "green_stained_glass_pane", - "dgreensglasspane": "green_stained_glass_pane", - "dgreenstainedglasspane": "green_stained_glass_pane", - "dgreglasspane": "green_stained_glass_pane", - "dgregpane": "green_stained_glass_pane", - "dgresglasspane": "green_stained_glass_pane", - "dgrestainedglasspane": "green_stained_glass_pane", - "greenglasspane": "green_stained_glass_pane", - "greengpane": "green_stained_glass_pane", - "greensglasspane": "green_stained_glass_pane", - "greenstainedglasspane": "green_stained_glass_pane", - "greglasspane": "green_stained_glass_pane", - "gregpane": "green_stained_glass_pane", - "gresglasspane": "green_stained_glass_pane", - "grestainedglasspane": "green_stained_glass_pane", - "minecraft:green_stained_glass_pane": "green_stained_glass_pane", - "green_terracotta": { - "material": "GREEN_TERRACOTTA" - }, - "darkgreclay": "green_terracotta", - "darkgreenclay": "green_terracotta", - "darkgreensclay": "green_terracotta", - "darkgreenstainedclay": "green_terracotta", - "darkgreentcota": "green_terracotta", - "darkgreenterra": "green_terracotta", - "darkgreenterracota": "green_terracotta", - "darkgreenterracotta": "green_terracotta", - "darkgresclay": "green_terracotta", - "darkgrestainedclay": "green_terracotta", - "darkgretcota": "green_terracotta", - "darkgreterra": "green_terracotta", - "darkgreterracota": "green_terracotta", - "darkgreterracotta": "green_terracotta", - "dgreclay": "green_terracotta", - "dgreenclay": "green_terracotta", - "dgreensclay": "green_terracotta", - "dgreenstainedclay": "green_terracotta", - "dgreentcota": "green_terracotta", - "dgreenterra": "green_terracotta", - "dgreenterracota": "green_terracotta", - "dgreenterracotta": "green_terracotta", - "dgresclay": "green_terracotta", - "dgrestainedclay": "green_terracotta", - "dgretcota": "green_terracotta", - "dgreterra": "green_terracotta", - "dgreterracota": "green_terracotta", - "dgreterracotta": "green_terracotta", - "greclay": "green_terracotta", - "greenclay": "green_terracotta", - "greensclay": "green_terracotta", - "greenstainedclay": "green_terracotta", - "greentcota": "green_terracotta", - "greenterra": "green_terracotta", - "greenterracota": "green_terracotta", - "greenterracotta": "green_terracotta", - "gresclay": "green_terracotta", - "grestainedclay": "green_terracotta", - "gretcota": "green_terracotta", - "greterra": "green_terracotta", - "greterracota": "green_terracotta", - "greterracotta": "green_terracotta", - "minecraft:green_terracotta": "green_terracotta", - "green_wool": { - "material": "GREEN_WOOL" - }, - "darkgrecloth": "green_wool", - "darkgrecotton": "green_wool", - "darkgreencloth": "green_wool", - "darkgreencotton": "green_wool", - "darkgreenwool": "green_wool", - "darkgrewool": "green_wool", - "dgrecloth": "green_wool", - "dgrecotton": "green_wool", - "dgreencloth": "green_wool", - "dgreencotton": "green_wool", - "dgreenwool": "green_wool", - "dgrewool": "green_wool", - "grecloth": "green_wool", - "grecotton": "green_wool", - "greencloth": "green_wool", - "greencotton": "green_wool", - "greenwool": "green_wool", - "grewool": "green_wool", - "minecraft:green_wool": "green_wool", - "grindstone": { - "material": "GRINDSTONE" - }, - "minecraft:grindstone": "grindstone", - "guardian_spawn_egg": { - "material": "GUARDIAN_SPAWN_EGG" - }, - "eggguard": "guardian_spawn_egg", - "eggguardian": "guardian_spawn_egg", - "guardegg": "guardian_spawn_egg", - "guardianegg": "guardian_spawn_egg", - "guardiansegg": "guardian_spawn_egg", - "guardianspawn": "guardian_spawn_egg", - "guardianspawnegg": "guardian_spawn_egg", - "guardsegg": "guardian_spawn_egg", - "guardspawn": "guardian_spawn_egg", - "guardspawnegg": "guardian_spawn_egg", - "minecraft:guardian_spawn_egg": "guardian_spawn_egg", - "seggguard": "guardian_spawn_egg", - "seggguardian": "guardian_spawn_egg", - "spawneggguard": "guardian_spawn_egg", - "spawneggguardian": "guardian_spawn_egg", - "spawnguard": "guardian_spawn_egg", - "spawnguardian": "guardian_spawn_egg", - "guardian_spawner": { - "entity": "GUARDIAN", - "material": "SPAWNER" - }, - "guardcage": "guardian_spawner", - "guardiancage": "guardian_spawner", - "guardianmcage": "guardian_spawner", - "guardianmobcage": "guardian_spawner", - "guardianmobspawner": "guardian_spawner", - "guardianmonstercage": "guardian_spawner", - "guardianmonsterspawner": "guardian_spawner", - "guardianmspawner": "guardian_spawner", - "guardianspawner": "guardian_spawner", - "guardmcage": "guardian_spawner", - "guardmobcage": "guardian_spawner", - "guardmobspawner": "guardian_spawner", - "guardmonstercage": "guardian_spawner", - "guardmonsterspawner": "guardian_spawner", - "guardmspawner": "guardian_spawner", - "guardspawner": "guardian_spawner", - "gunpowder": { - "material": "GUNPOWDER" - }, - "minecraft:gunpowder": "gunpowder", - "hanging_roots": { - "material": "HANGING_ROOTS" - }, - "caveroot": "hanging_roots", - "caveroots": "hanging_roots", - "hangingroot": "hanging_roots", - "hangingroots": "hanging_roots", - "hangroot": "hanging_roots", - "hangroots": "hanging_roots", - "hroots": "hanging_roots", - "minecraft:hanging_roots": "hanging_roots", - "harming_lingering_potion": { - "potionData": { - "type": "INSTANT_DAMAGE", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotd": "harming_lingering_potion", - "aoepotdamage": "harming_lingering_potion", - "aoepotdmg": "harming_lingering_potion", - "aoepotharming": "harming_lingering_potion", - "aoepotinstantdamage": "harming_lingering_potion", - "aoepotiond": "harming_lingering_potion", - "aoepotiondamage": "harming_lingering_potion", - "aoepotiondmg": "harming_lingering_potion", - "aoepotionharming": "harming_lingering_potion", - "aoepotioninstantdamage": "harming_lingering_potion", - "areapotd": "harming_lingering_potion", - "areapotdamage": "harming_lingering_potion", - "areapotdmg": "harming_lingering_potion", - "areapotharming": "harming_lingering_potion", - "areapotinstantdamage": "harming_lingering_potion", - "areapotiond": "harming_lingering_potion", - "areapotiondamage": "harming_lingering_potion", - "areapotiondmg": "harming_lingering_potion", - "areapotionharming": "harming_lingering_potion", - "areapotioninstantdamage": "harming_lingering_potion", - "cloudpotd": "harming_lingering_potion", - "cloudpotdamage": "harming_lingering_potion", - "cloudpotdmg": "harming_lingering_potion", - "cloudpotharming": "harming_lingering_potion", - "cloudpotinstantdamage": "harming_lingering_potion", - "cloudpotiond": "harming_lingering_potion", - "cloudpotiondamage": "harming_lingering_potion", - "cloudpotiondmg": "harming_lingering_potion", - "cloudpotionharming": "harming_lingering_potion", - "cloudpotioninstantdamage": "harming_lingering_potion", - "damageaoepoiont": "harming_lingering_potion", - "damageaoepot": "harming_lingering_potion", - "damageareapot": "harming_lingering_potion", - "damageareapotion": "harming_lingering_potion", - "damagecloudpot": "harming_lingering_potion", - "damagecloudpotion": "harming_lingering_potion", - "damagelingerpot": "harming_lingering_potion", - "daoepoiont": "harming_lingering_potion", - "daoepot": "harming_lingering_potion", - "dareapot": "harming_lingering_potion", - "dareapotion": "harming_lingering_potion", - "dcloudpot": "harming_lingering_potion", - "dcloudpotion": "harming_lingering_potion", - "dlingerpot": "harming_lingering_potion", - "dmgaoepoiont": "harming_lingering_potion", - "dmgaoepot": "harming_lingering_potion", - "dmgareapot": "harming_lingering_potion", - "dmgareapotion": "harming_lingering_potion", - "dmgcloudpot": "harming_lingering_potion", - "dmgcloudpotion": "harming_lingering_potion", - "dmglingerpot": "harming_lingering_potion", - "harmingaoepoiont": "harming_lingering_potion", - "harmingaoepot": "harming_lingering_potion", - "harmingareapot": "harming_lingering_potion", - "harmingareapotion": "harming_lingering_potion", - "harmingcloudpot": "harming_lingering_potion", - "harmingcloudpotion": "harming_lingering_potion", - "harminglingerpot": "harming_lingering_potion", - "instantdamageaoepoiont": "harming_lingering_potion", - "instantdamageaoepot": "harming_lingering_potion", - "instantdamageareapot": "harming_lingering_potion", - "instantdamageareapotion": "harming_lingering_potion", - "instantdamagecloudpot": "harming_lingering_potion", - "instantdamagecloudpotion": "harming_lingering_potion", - "instantdamagelingerpot": "harming_lingering_potion", - "lingerpotd": "harming_lingering_potion", - "lingerpotdamage": "harming_lingering_potion", - "lingerpotdmg": "harming_lingering_potion", - "lingerpotharming": "harming_lingering_potion", - "lingerpotinstantdamage": "harming_lingering_potion", - "harming_potion": { - "potionData": { - "type": "INSTANT_DAMAGE", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "damagepot": "harming_potion", - "damagepotion": "harming_potion", - "dmgpot": "harming_potion", - "dmgpotion": "harming_potion", - "dpot": "harming_potion", - "dpotion": "harming_potion", - "harmingpot": "harming_potion", - "harmingpotion": "harming_potion", - "instantdamagepot": "harming_potion", - "instantdamagepotion": "harming_potion", - "potionofd": "harming_potion", - "potionofdamage": "harming_potion", - "potionofdmg": "harming_potion", - "potionofharming": "harming_potion", - "potionofinstantdamage": "harming_potion", - "potofd": "harming_potion", - "potofdamage": "harming_potion", - "potofdmg": "harming_potion", - "potofharming": "harming_potion", - "potofinstantdamage": "harming_potion", - "harming_splash_potion": { - "potionData": { - "type": "INSTANT_DAMAGE", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "damagesplashpot": "harming_splash_potion", - "damagesplashpotion": "harming_splash_potion", - "dmgsplashpot": "harming_splash_potion", - "dmgsplashpotion": "harming_splash_potion", - "dsplashpot": "harming_splash_potion", - "dsplashpotion": "harming_splash_potion", - "harmingsplashpot": "harming_splash_potion", - "harmingsplashpotion": "harming_splash_potion", - "instantdamagesplashpot": "harming_splash_potion", - "instantdamagesplashpotion": "harming_splash_potion", - "splashdamagepot": "harming_splash_potion", - "splashdamagepotion": "harming_splash_potion", - "splashdmgpot": "harming_splash_potion", - "splashdmgpotion": "harming_splash_potion", - "splashdpot": "harming_splash_potion", - "splashdpotion": "harming_splash_potion", - "splashharmingpot": "harming_splash_potion", - "splashharmingpotion": "harming_splash_potion", - "splashinstantdamagepot": "harming_splash_potion", - "splashinstantdamagepotion": "harming_splash_potion", - "spldamagepot": "harming_splash_potion", - "spldamagepotion": "harming_splash_potion", - "spldmgpot": "harming_splash_potion", - "spldmgpotion": "harming_splash_potion", - "spldpot": "harming_splash_potion", - "spldpotion": "harming_splash_potion", - "splharmingpot": "harming_splash_potion", - "splharmingpotion": "harming_splash_potion", - "splinstantdamagepot": "harming_splash_potion", - "splinstantdamagepotion": "harming_splash_potion", - "harming_tipped_arrow": { - "potionData": { - "type": "INSTANT_DAMAGE", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowd": "harming_tipped_arrow", - "arrowdamage": "harming_tipped_arrow", - "arrowdmg": "harming_tipped_arrow", - "arrowharming": "harming_tipped_arrow", - "arrowinstantdamage": "harming_tipped_arrow", - "damagearrow": "harming_tipped_arrow", - "damagetarr": "harming_tipped_arrow", - "damagetarrow": "harming_tipped_arrow", - "damagetippedarrow": "harming_tipped_arrow", - "darrow": "harming_tipped_arrow", - "dmgarrow": "harming_tipped_arrow", - "dmgtarr": "harming_tipped_arrow", - "dmgtarrow": "harming_tipped_arrow", - "dmgtippedarrow": "harming_tipped_arrow", - "dtarr": "harming_tipped_arrow", - "dtarrow": "harming_tipped_arrow", - "dtippedarrow": "harming_tipped_arrow", - "harmingarrow": "harming_tipped_arrow", - "harmingtarr": "harming_tipped_arrow", - "harmingtarrow": "harming_tipped_arrow", - "harmingtippedarrow": "harming_tipped_arrow", - "instantdamagearrow": "harming_tipped_arrow", - "instantdamagetarr": "harming_tipped_arrow", - "instantdamagetarrow": "harming_tipped_arrow", - "instantdamagetippedarrow": "harming_tipped_arrow", - "hay_block": { - "material": "HAY_BLOCK" - }, - "baleofhay": "hay_block", - "hay": "hay_block", - "haybale": "hay_block", - "hayblock": "hay_block", - "hayofbale": "hay_block", - "minecraft:hay_block": "hay_block", - "healing_lingering_potion": { - "potionData": { - "type": "INSTANT_HEAL", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepoth": "healing_lingering_potion", - "aoepotheal": "healing_lingering_potion", - "aoepothealing": "healing_lingering_potion", - "aoepotinstantheal": "healing_lingering_potion", - "aoepotionh": "healing_lingering_potion", - "aoepotionheal": "healing_lingering_potion", - "aoepotionhealing": "healing_lingering_potion", - "aoepotioninstantheal": "healing_lingering_potion", - "aoepotionlife": "healing_lingering_potion", - "aoepotlife": "healing_lingering_potion", - "areapoth": "healing_lingering_potion", - "areapotheal": "healing_lingering_potion", - "areapothealing": "healing_lingering_potion", - "areapotinstantheal": "healing_lingering_potion", - "areapotionh": "healing_lingering_potion", - "areapotionheal": "healing_lingering_potion", - "areapotionhealing": "healing_lingering_potion", - "areapotioninstantheal": "healing_lingering_potion", - "areapotionlife": "healing_lingering_potion", - "areapotlife": "healing_lingering_potion", - "cloudpoth": "healing_lingering_potion", - "cloudpotheal": "healing_lingering_potion", - "cloudpothealing": "healing_lingering_potion", - "cloudpotinstantheal": "healing_lingering_potion", - "cloudpotionh": "healing_lingering_potion", - "cloudpotionheal": "healing_lingering_potion", - "cloudpotionhealing": "healing_lingering_potion", - "cloudpotioninstantheal": "healing_lingering_potion", - "cloudpotionlife": "healing_lingering_potion", - "cloudpotlife": "healing_lingering_potion", - "haoepoiont": "healing_lingering_potion", - "haoepot": "healing_lingering_potion", - "hareapot": "healing_lingering_potion", - "hareapotion": "healing_lingering_potion", - "hcloudpot": "healing_lingering_potion", - "hcloudpotion": "healing_lingering_potion", - "healaoepoiont": "healing_lingering_potion", - "healaoepot": "healing_lingering_potion", - "healareapot": "healing_lingering_potion", - "healareapotion": "healing_lingering_potion", - "healcloudpot": "healing_lingering_potion", - "healcloudpotion": "healing_lingering_potion", - "healingaoepoiont": "healing_lingering_potion", - "healingaoepot": "healing_lingering_potion", - "healingareapot": "healing_lingering_potion", - "healingareapotion": "healing_lingering_potion", - "healingcloudpot": "healing_lingering_potion", - "healingcloudpotion": "healing_lingering_potion", - "healinglingerpot": "healing_lingering_potion", - "heallingerpot": "healing_lingering_potion", - "hlingerpot": "healing_lingering_potion", - "instanthealaoepoiont": "healing_lingering_potion", - "instanthealaoepot": "healing_lingering_potion", - "instanthealareapot": "healing_lingering_potion", - "instanthealareapotion": "healing_lingering_potion", - "instanthealcloudpot": "healing_lingering_potion", - "instanthealcloudpotion": "healing_lingering_potion", - "instantheallingerpot": "healing_lingering_potion", - "lifeaoepoiont": "healing_lingering_potion", - "lifeaoepot": "healing_lingering_potion", - "lifeareapot": "healing_lingering_potion", - "lifeareapotion": "healing_lingering_potion", - "lifecloudpot": "healing_lingering_potion", - "lifecloudpotion": "healing_lingering_potion", - "lifelingerpot": "healing_lingering_potion", - "lingerpoth": "healing_lingering_potion", - "lingerpotheal": "healing_lingering_potion", - "lingerpothealing": "healing_lingering_potion", - "lingerpotinstantheal": "healing_lingering_potion", - "lingerpotlife": "healing_lingering_potion", - "healing_potion": { - "potionData": { - "type": "INSTANT_HEAL", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "healingpot": "healing_potion", - "healingpotion": "healing_potion", - "healpot": "healing_potion", - "healpotion": "healing_potion", - "hpot": "healing_potion", - "hpotion": "healing_potion", - "instanthealpot": "healing_potion", - "instanthealpotion": "healing_potion", - "lifepot": "healing_potion", - "lifepotion": "healing_potion", - "potionofh": "healing_potion", - "potionofheal": "healing_potion", - "potionofhealing": "healing_potion", - "potionofinstantheal": "healing_potion", - "potionoflife": "healing_potion", - "potofh": "healing_potion", - "potofheal": "healing_potion", - "potofhealing": "healing_potion", - "potofinstantheal": "healing_potion", - "potoflife": "healing_potion", - "healing_splash_potion": { - "potionData": { - "type": "INSTANT_HEAL", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "healingsplashpot": "healing_splash_potion", - "healingsplashpotion": "healing_splash_potion", - "healsplashpot": "healing_splash_potion", - "healsplashpotion": "healing_splash_potion", - "hsplashpot": "healing_splash_potion", - "hsplashpotion": "healing_splash_potion", - "instanthealsplashpot": "healing_splash_potion", - "instanthealsplashpotion": "healing_splash_potion", - "lifesplashpot": "healing_splash_potion", - "lifesplashpotion": "healing_splash_potion", - "splashhealingpot": "healing_splash_potion", - "splashhealingpotion": "healing_splash_potion", - "splashhealpot": "healing_splash_potion", - "splashhealpotion": "healing_splash_potion", - "splashhpot": "healing_splash_potion", - "splashhpotion": "healing_splash_potion", - "splashinstanthealpot": "healing_splash_potion", - "splashinstanthealpotion": "healing_splash_potion", - "splashlifepot": "healing_splash_potion", - "splashlifepotion": "healing_splash_potion", - "splhealingpot": "healing_splash_potion", - "splhealingpotion": "healing_splash_potion", - "splhealpot": "healing_splash_potion", - "splhealpotion": "healing_splash_potion", - "splhpot": "healing_splash_potion", - "splhpotion": "healing_splash_potion", - "splinstanthealpot": "healing_splash_potion", - "splinstanthealpotion": "healing_splash_potion", - "spllifepot": "healing_splash_potion", - "spllifepotion": "healing_splash_potion", - "healing_tipped_arrow": { - "potionData": { - "type": "INSTANT_HEAL", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowh": "healing_tipped_arrow", - "arrowheal": "healing_tipped_arrow", - "arrowhealing": "healing_tipped_arrow", - "arrowinstantheal": "healing_tipped_arrow", - "arrowlife": "healing_tipped_arrow", - "harrow": "healing_tipped_arrow", - "healarrow": "healing_tipped_arrow", - "healingarrow": "healing_tipped_arrow", - "healingtarr": "healing_tipped_arrow", - "healingtarrow": "healing_tipped_arrow", - "healingtippedarrow": "healing_tipped_arrow", - "healtarr": "healing_tipped_arrow", - "healtarrow": "healing_tipped_arrow", - "healtippedarrow": "healing_tipped_arrow", - "htarr": "healing_tipped_arrow", - "htarrow": "healing_tipped_arrow", - "htippedarrow": "healing_tipped_arrow", - "instanthealarrow": "healing_tipped_arrow", - "instanthealtarr": "healing_tipped_arrow", - "instanthealtarrow": "healing_tipped_arrow", - "instanthealtippedarrow": "healing_tipped_arrow", - "lifearrow": "healing_tipped_arrow", - "lifetarr": "healing_tipped_arrow", - "lifetarrow": "healing_tipped_arrow", - "lifetippedarrow": "healing_tipped_arrow", - "heart_of_the_sea": { - "material": "HEART_OF_THE_SEA" - }, - "heartofthesea": "heart_of_the_sea", - "minecraft:heart_of_the_sea": "heart_of_the_sea", - "heart_pottery_sherd": { - "material": "HEART_POTTERY_SHERD" - }, - "heartpotterysherd": "heart_pottery_sherd", - "heartsherd": "heart_pottery_sherd", - "minecraft:heart_pottery_sherd": "heart_pottery_sherd", - "heartbreak_pottery_sherd": { - "material": "HEARTBREAK_POTTERY_SHERD" - }, - "hbreaksherd": "heartbreak_pottery_sherd", - "heartbreakpotterysherd": "heartbreak_pottery_sherd", - "heartbreaksherd": "heartbreak_pottery_sherd", - "heartbsherd": "heartbreak_pottery_sherd", - "minecraft:heartbreak_pottery_sherd": "heartbreak_pottery_sherd", - "heavy_weighted_pressure_plate": { - "material": "HEAVY_WEIGHTED_PRESSURE_PLATE" - }, - "heavyweightedpressureplate": "heavy_weighted_pressure_plate", - "minecraft:heavy_weighted_pressure_plate": "heavy_weighted_pressure_plate", - "hoglin_spawn_egg": { - "material": "HOGLIN_SPAWN_EGG" - }, - "angrypigegg": "hoglin_spawn_egg", - "angrypigsegg": "hoglin_spawn_egg", - "angrypigspawn": "hoglin_spawn_egg", - "angrypigspawnegg": "hoglin_spawn_egg", - "eggangrypig": "hoglin_spawn_egg", - "egghoglin": "hoglin_spawn_egg", - "hoglinegg": "hoglin_spawn_egg", - "hoglinsegg": "hoglin_spawn_egg", - "hoglinspawn": "hoglin_spawn_egg", - "hoglinspawnegg": "hoglin_spawn_egg", - "minecraft:hoglin_spawn_egg": "hoglin_spawn_egg", - "seggangrypig": "hoglin_spawn_egg", - "segghoglin": "hoglin_spawn_egg", - "spawnangrypig": "hoglin_spawn_egg", - "spawneggangrypig": "hoglin_spawn_egg", - "spawnegghoglin": "hoglin_spawn_egg", - "spawnhoglin": "hoglin_spawn_egg", - "hoglin_spawner": { - "entity": "HOGLIN", - "material": "SPAWNER" - }, - "angrypigcage": "hoglin_spawner", - "angrypigmcage": "hoglin_spawner", - "angrypigmobcage": "hoglin_spawner", - "angrypigmobspawner": "hoglin_spawner", - "angrypigmonstercage": "hoglin_spawner", - "angrypigmonsterspawner": "hoglin_spawner", - "angrypigmspawner": "hoglin_spawner", - "angrypigspawner": "hoglin_spawner", - "hoglincage": "hoglin_spawner", - "hoglinmcage": "hoglin_spawner", - "hoglinmobcage": "hoglin_spawner", - "hoglinmobspawner": "hoglin_spawner", - "hoglinmonstercage": "hoglin_spawner", - "hoglinmonsterspawner": "hoglin_spawner", - "hoglinmspawner": "hoglin_spawner", - "hoglinspawner": "hoglin_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", - "hopper": { - "material": "HOPPER" - }, - "chestpull": "hopper", - "chestpuller": "hopper", - "cheststore": "hopper", - "cheststorer": "hopper", - "itempull": "hopper", - "itempuller": "hopper", - "itemstore": "hopper", - "itemstorer": "hopper", - "minecraft:hopper": "hopper", - "hopper_minecart": { - "material": "HOPPER_MINECART" - }, - "hcart": "hopper_minecart", - "hmc": "hopper_minecart", - "hmcart": "hopper_minecart", - "hminecart": "hopper_minecart", - "hopcart": "hopper_minecart", - "hopmc": "hopper_minecart", - "hopmcart": "hopper_minecart", - "hopminecart": "hopper_minecart", - "hoppercart": "hopper_minecart", - "hoppermc": "hopper_minecart", - "hoppermcart": "hopper_minecart", - "hopperminecart": "hopper_minecart", - "minecraft:hopper_minecart": "hopper_minecart", - "horn_coral": { - "material": "HORN_CORAL" - }, - "horncoral": "horn_coral", - "minecraft:horn_coral": "horn_coral", - "horn_coral_block": { - "material": "HORN_CORAL_BLOCK" - }, - "horncoralblock": "horn_coral_block", - "minecraft:horn_coral_block": "horn_coral_block", - "horn_coral_fan": { - "material": "HORN_CORAL_FAN" - }, - "horncoralfan": "horn_coral_fan", - "minecraft:horn_coral_fan": "horn_coral_fan", - "horse_spawn_egg": { - "material": "HORSE_SPAWN_EGG" - }, - "egghorse": "horse_spawn_egg", - "horseegg": "horse_spawn_egg", - "horsesegg": "horse_spawn_egg", - "horsespawn": "horse_spawn_egg", - "horsespawnegg": "horse_spawn_egg", - "minecraft:horse_spawn_egg": "horse_spawn_egg", - "segghorse": "horse_spawn_egg", - "spawnegghorse": "horse_spawn_egg", - "spawnhorse": "horse_spawn_egg", - "horse_spawner": { - "entity": "HORSE", - "material": "SPAWNER" - }, - "horsecage": "horse_spawner", - "horsemcage": "horse_spawner", - "horsemobcage": "horse_spawner", - "horsemobspawner": "horse_spawner", - "horsemonstercage": "horse_spawner", - "horsemonsterspawner": "horse_spawner", - "horsemspawner": "horse_spawner", - "horsespawner": "horse_spawner", - "host_armor_trim_smithing_template": { - "material": "HOST_ARMOR_TRIM_SMITHING_TEMPLATE" - }, - "hostarmortrimsmithingtemplate": "host_armor_trim_smithing_template", - "hosttrim": "host_armor_trim_smithing_template", - "minecraft:host_armor_trim_smithing_template": "host_armor_trim_smithing_template", - "howl_pottery_sherd": { - "material": "HOWL_POTTERY_SHERD" - }, - "howlpotterysherd": "howl_pottery_sherd", - "howlsherd": "howl_pottery_sherd", - "minecraft:howl_pottery_sherd": "howl_pottery_sherd", - "husk_spawn_egg": { - "material": "HUSK_SPAWN_EGG" - }, - "egghusk": "husk_spawn_egg", - "huskegg": "husk_spawn_egg", - "husksegg": "husk_spawn_egg", - "huskspawn": "husk_spawn_egg", - "huskspawnegg": "husk_spawn_egg", - "minecraft:husk_spawn_egg": "husk_spawn_egg", - "segghusk": "husk_spawn_egg", - "spawnegghusk": "husk_spawn_egg", - "spawnhusk": "husk_spawn_egg", - "husk_spawner": { - "entity": "HUSK", - "material": "SPAWNER" - }, - "huskcage": "husk_spawner", - "huskmcage": "husk_spawner", - "huskmobcage": "husk_spawner", - "huskmobspawner": "husk_spawner", - "huskmonstercage": "husk_spawner", - "huskmonsterspawner": "husk_spawner", - "huskmspawner": "husk_spawner", - "huskspawner": "husk_spawner", - "ice": { - "material": "ICE" - }, - "freezewater": "ice", - "frozenwater": "ice", - "minecraft:ice": "ice", - "waterfreeze": "ice", - "waterfrozen": "ice", - "illusioner_spawner": { - "entity": "ILLUSIONER", - "material": "SPAWNER" - }, - "illusionercage": "illusioner_spawner", - "illusionermcage": "illusioner_spawner", - "illusionermobcage": "illusioner_spawner", - "illusionermobspawner": "illusioner_spawner", - "illusionermonstercage": "illusioner_spawner", - "illusionermonsterspawner": "illusioner_spawner", - "illusionermspawner": "illusioner_spawner", - "illusionerspawner": "illusioner_spawner", - "infested_chiseled_stone_bricks": { - "material": "INFESTED_CHISELED_STONE_BRICKS" - }, - "chiseledfishst": "infested_chiseled_stone_bricks", - "chiseledfishstone": "infested_chiseled_stone_bricks", - "chiseledinfestedst": "infested_chiseled_stone_bricks", - "chiseledinfestedstone": "infested_chiseled_stone_bricks", - "chiseledinfestst": "infested_chiseled_stone_bricks", - "chiseledinfeststone": "infested_chiseled_stone_bricks", - "chiseledmeggst": "infested_chiseled_stone_bricks", - "chiseledmeggstone": "infested_chiseled_stone_bricks", - "chiseledmest": "infested_chiseled_stone_bricks", - "chiseledmestone": "infested_chiseled_stone_bricks", - "chiseledmonstereggst": "infested_chiseled_stone_bricks", - "chiseledmonstereggstone": "infested_chiseled_stone_bricks", - "chiseledsfishst": "infested_chiseled_stone_bricks", - "chiseledsfishstone": "infested_chiseled_stone_bricks", - "chiseledsfst": "infested_chiseled_stone_bricks", - "chiseledsfstone": "infested_chiseled_stone_bricks", - "chiseledsilverfishst": "infested_chiseled_stone_bricks", - "chiseledsilverfishstone": "infested_chiseled_stone_bricks", - "chiseledtrapst": "infested_chiseled_stone_bricks", - "chiseledtrapstone": "infested_chiseled_stone_bricks", - "cifishst": "infested_chiseled_stone_bricks", - "cifishstone": "infested_chiseled_stone_bricks", - "ciinfestedst": "infested_chiseled_stone_bricks", - "ciinfestedstone": "infested_chiseled_stone_bricks", - "ciinfestst": "infested_chiseled_stone_bricks", - "ciinfeststone": "infested_chiseled_stone_bricks", - "cimeggst": "infested_chiseled_stone_bricks", - "cimeggstone": "infested_chiseled_stone_bricks", - "cimest": "infested_chiseled_stone_bricks", - "cimestone": "infested_chiseled_stone_bricks", - "cimonstereggst": "infested_chiseled_stone_bricks", - "cimonstereggstone": "infested_chiseled_stone_bricks", - "circlefishst": "infested_chiseled_stone_bricks", - "circlefishstone": "infested_chiseled_stone_bricks", - "circleinfestedst": "infested_chiseled_stone_bricks", - "circleinfestedstone": "infested_chiseled_stone_bricks", - "circleinfestst": "infested_chiseled_stone_bricks", - "circleinfeststone": "infested_chiseled_stone_bricks", - "circlemeggst": "infested_chiseled_stone_bricks", - "circlemeggstone": "infested_chiseled_stone_bricks", - "circlemest": "infested_chiseled_stone_bricks", - "circlemestone": "infested_chiseled_stone_bricks", - "circlemonstereggst": "infested_chiseled_stone_bricks", - "circlemonstereggstone": "infested_chiseled_stone_bricks", - "circlesfishst": "infested_chiseled_stone_bricks", - "circlesfishstone": "infested_chiseled_stone_bricks", - "circlesfst": "infested_chiseled_stone_bricks", - "circlesfstone": "infested_chiseled_stone_bricks", - "circlesilverfishst": "infested_chiseled_stone_bricks", - "circlesilverfishstone": "infested_chiseled_stone_bricks", - "circletrapst": "infested_chiseled_stone_bricks", - "circletrapstone": "infested_chiseled_stone_bricks", - "cisfishst": "infested_chiseled_stone_bricks", - "cisfishstone": "infested_chiseled_stone_bricks", - "cisfst": "infested_chiseled_stone_bricks", - "cisfstone": "infested_chiseled_stone_bricks", - "cisilverfishst": "infested_chiseled_stone_bricks", - "cisilverfishstone": "infested_chiseled_stone_bricks", - "citrapst": "infested_chiseled_stone_bricks", - "citrapstone": "infested_chiseled_stone_bricks", - "fishchiseledst": "infested_chiseled_stone_bricks", - "fishchiseledstone": "infested_chiseled_stone_bricks", - "fishcirclest": "infested_chiseled_stone_bricks", - "fishcirclestone": "infested_chiseled_stone_bricks", - "fishcist": "infested_chiseled_stone_bricks", - "fishcistone": "infested_chiseled_stone_bricks", - "infestchiseledst": "infested_chiseled_stone_bricks", - "infestchiseledstone": "infested_chiseled_stone_bricks", - "infestcirclest": "infested_chiseled_stone_bricks", - "infestcirclestone": "infested_chiseled_stone_bricks", - "infestcist": "infested_chiseled_stone_bricks", - "infestcistone": "infested_chiseled_stone_bricks", - "infestedchiseledst": "infested_chiseled_stone_bricks", - "infestedchiseledstone": "infested_chiseled_stone_bricks", - "infestedchiseledstonebricks": "infested_chiseled_stone_bricks", - "infestedcirclest": "infested_chiseled_stone_bricks", - "infestedcirclestone": "infested_chiseled_stone_bricks", - "infestedcist": "infested_chiseled_stone_bricks", - "infestedcistone": "infested_chiseled_stone_bricks", - "mechiseledst": "infested_chiseled_stone_bricks", - "mechiseledstone": "infested_chiseled_stone_bricks", - "mecirclest": "infested_chiseled_stone_bricks", - "mecirclestone": "infested_chiseled_stone_bricks", - "mecist": "infested_chiseled_stone_bricks", - "mecistone": "infested_chiseled_stone_bricks", - "meggchiseledst": "infested_chiseled_stone_bricks", - "meggchiseledstone": "infested_chiseled_stone_bricks", - "meggcirclest": "infested_chiseled_stone_bricks", - "meggcirclestone": "infested_chiseled_stone_bricks", - "meggcist": "infested_chiseled_stone_bricks", - "meggcistone": "infested_chiseled_stone_bricks", - "minecraft:infested_chiseled_stone_bricks": "infested_chiseled_stone_bricks", - "monstereggchiseledst": "infested_chiseled_stone_bricks", - "monstereggchiseledstone": "infested_chiseled_stone_bricks", - "monstereggcirclest": "infested_chiseled_stone_bricks", - "monstereggcirclestone": "infested_chiseled_stone_bricks", - "monstereggcist": "infested_chiseled_stone_bricks", - "monstereggcistone": "infested_chiseled_stone_bricks", - "sfchiseledst": "infested_chiseled_stone_bricks", - "sfchiseledstone": "infested_chiseled_stone_bricks", - "sfcirclest": "infested_chiseled_stone_bricks", - "sfcirclestone": "infested_chiseled_stone_bricks", - "sfcist": "infested_chiseled_stone_bricks", - "sfcistone": "infested_chiseled_stone_bricks", - "sfishchiseledst": "infested_chiseled_stone_bricks", - "sfishchiseledstone": "infested_chiseled_stone_bricks", - "sfishcirclest": "infested_chiseled_stone_bricks", - "sfishcirclestone": "infested_chiseled_stone_bricks", - "sfishcist": "infested_chiseled_stone_bricks", - "sfishcistone": "infested_chiseled_stone_bricks", - "silverfishchiseledst": "infested_chiseled_stone_bricks", - "silverfishchiseledstone": "infested_chiseled_stone_bricks", - "silverfishcirclest": "infested_chiseled_stone_bricks", - "silverfishcirclestone": "infested_chiseled_stone_bricks", - "silverfishcist": "infested_chiseled_stone_bricks", - "silverfishcistone": "infested_chiseled_stone_bricks", - "trapchiseledst": "infested_chiseled_stone_bricks", - "trapchiseledstone": "infested_chiseled_stone_bricks", - "trapcirclest": "infested_chiseled_stone_bricks", - "trapcirclestone": "infested_chiseled_stone_bricks", - "trapcist": "infested_chiseled_stone_bricks", - "trapcistone": "infested_chiseled_stone_bricks", - "infested_cobblestone": { - "material": "INFESTED_COBBLESTONE" - }, - "fishcobble": "infested_cobblestone", - "fishcobbleb": "infested_cobblestone", - "fishcobblebl": "infested_cobblestone", - "fishcobbleblock": "infested_cobblestone", - "fishcobblestone": "infested_cobblestone", - "fishcobblestoneb": "infested_cobblestone", - "fishcobblestonebl": "infested_cobblestone", - "fishcobblestoneblock": "infested_cobblestone", - "fishcs": "infested_cobblestone", - "fishcsb": "infested_cobblestone", - "fishcsbl": "infested_cobblestone", - "fishcsblock": "infested_cobblestone", - "fishcst": "infested_cobblestone", - "fishcstb": "infested_cobblestone", - "fishcstbl": "infested_cobblestone", - "fishcstblock": "infested_cobblestone", - "fishcstone": "infested_cobblestone", - "fishcstoneb": "infested_cobblestone", - "fishcstonebl": "infested_cobblestone", - "fishcstoneblock": "infested_cobblestone", - "infestcobble": "infested_cobblestone", - "infestcobbleb": "infested_cobblestone", - "infestcobblebl": "infested_cobblestone", - "infestcobbleblock": "infested_cobblestone", - "infestcobblestone": "infested_cobblestone", - "infestcobblestoneb": "infested_cobblestone", - "infestcobblestonebl": "infested_cobblestone", - "infestcobblestoneblock": "infested_cobblestone", - "infestcs": "infested_cobblestone", - "infestcsb": "infested_cobblestone", - "infestcsbl": "infested_cobblestone", - "infestcsblock": "infested_cobblestone", - "infestcst": "infested_cobblestone", - "infestcstb": "infested_cobblestone", - "infestcstbl": "infested_cobblestone", - "infestcstblock": "infested_cobblestone", - "infestcstone": "infested_cobblestone", - "infestcstoneb": "infested_cobblestone", - "infestcstonebl": "infested_cobblestone", - "infestcstoneblock": "infested_cobblestone", - "infestedcobble": "infested_cobblestone", - "infestedcobbleb": "infested_cobblestone", - "infestedcobblebl": "infested_cobblestone", - "infestedcobbleblock": "infested_cobblestone", - "infestedcobblestone": "infested_cobblestone", - "infestedcobblestoneb": "infested_cobblestone", - "infestedcobblestonebl": "infested_cobblestone", - "infestedcobblestoneblock": "infested_cobblestone", - "infestedcs": "infested_cobblestone", - "infestedcsb": "infested_cobblestone", - "infestedcsbl": "infested_cobblestone", - "infestedcsblock": "infested_cobblestone", - "infestedcst": "infested_cobblestone", - "infestedcstb": "infested_cobblestone", - "infestedcstbl": "infested_cobblestone", - "infestedcstblock": "infested_cobblestone", - "infestedcstone": "infested_cobblestone", - "infestedcstoneb": "infested_cobblestone", - "infestedcstonebl": "infested_cobblestone", - "infestedcstoneblock": "infested_cobblestone", - "mecobble": "infested_cobblestone", - "mecobbleb": "infested_cobblestone", - "mecobblebl": "infested_cobblestone", - "mecobbleblock": "infested_cobblestone", - "mecobblestone": "infested_cobblestone", - "mecobblestoneb": "infested_cobblestone", - "mecobblestonebl": "infested_cobblestone", - "mecobblestoneblock": "infested_cobblestone", - "mecs": "infested_cobblestone", - "mecsb": "infested_cobblestone", - "mecsbl": "infested_cobblestone", - "mecsblock": "infested_cobblestone", - "mecst": "infested_cobblestone", - "mecstb": "infested_cobblestone", - "mecstbl": "infested_cobblestone", - "mecstblock": "infested_cobblestone", - "mecstone": "infested_cobblestone", - "mecstoneb": "infested_cobblestone", - "mecstonebl": "infested_cobblestone", - "mecstoneblock": "infested_cobblestone", - "meggcobble": "infested_cobblestone", - "meggcobbleb": "infested_cobblestone", - "meggcobblebl": "infested_cobblestone", - "meggcobbleblock": "infested_cobblestone", - "meggcobblestone": "infested_cobblestone", - "meggcobblestoneb": "infested_cobblestone", - "meggcobblestonebl": "infested_cobblestone", - "meggcobblestoneblock": "infested_cobblestone", - "meggcs": "infested_cobblestone", - "meggcsb": "infested_cobblestone", - "meggcsbl": "infested_cobblestone", - "meggcsblock": "infested_cobblestone", - "meggcst": "infested_cobblestone", - "meggcstb": "infested_cobblestone", - "meggcstbl": "infested_cobblestone", - "meggcstblock": "infested_cobblestone", - "meggcstone": "infested_cobblestone", - "meggcstoneb": "infested_cobblestone", - "meggcstonebl": "infested_cobblestone", - "meggcstoneblock": "infested_cobblestone", - "minecraft:infested_cobblestone": "infested_cobblestone", - "monstereggcobble": "infested_cobblestone", - "monstereggcobbleb": "infested_cobblestone", - "monstereggcobblebl": "infested_cobblestone", - "monstereggcobbleblock": "infested_cobblestone", - "monstereggcobblestone": "infested_cobblestone", - "monstereggcobblestoneb": "infested_cobblestone", - "monstereggcobblestonebl": "infested_cobblestone", - "monstereggcobblestoneblock": "infested_cobblestone", - "monstereggcs": "infested_cobblestone", - "monstereggcsb": "infested_cobblestone", - "monstereggcsbl": "infested_cobblestone", - "monstereggcsblock": "infested_cobblestone", - "monstereggcst": "infested_cobblestone", - "monstereggcstb": "infested_cobblestone", - "monstereggcstbl": "infested_cobblestone", - "monstereggcstblock": "infested_cobblestone", - "monstereggcstone": "infested_cobblestone", - "monstereggcstoneb": "infested_cobblestone", - "monstereggcstonebl": "infested_cobblestone", - "monstereggcstoneblock": "infested_cobblestone", - "sfcobble": "infested_cobblestone", - "sfcobbleb": "infested_cobblestone", - "sfcobblebl": "infested_cobblestone", - "sfcobbleblock": "infested_cobblestone", - "sfcobblestone": "infested_cobblestone", - "sfcobblestoneb": "infested_cobblestone", - "sfcobblestonebl": "infested_cobblestone", - "sfcobblestoneblock": "infested_cobblestone", - "sfcs": "infested_cobblestone", - "sfcsb": "infested_cobblestone", - "sfcsbl": "infested_cobblestone", - "sfcsblock": "infested_cobblestone", - "sfcst": "infested_cobblestone", - "sfcstb": "infested_cobblestone", - "sfcstbl": "infested_cobblestone", - "sfcstblock": "infested_cobblestone", - "sfcstone": "infested_cobblestone", - "sfcstoneb": "infested_cobblestone", - "sfcstonebl": "infested_cobblestone", - "sfcstoneblock": "infested_cobblestone", - "sfishcobble": "infested_cobblestone", - "sfishcobbleb": "infested_cobblestone", - "sfishcobblebl": "infested_cobblestone", - "sfishcobbleblock": "infested_cobblestone", - "sfishcobblestone": "infested_cobblestone", - "sfishcobblestoneb": "infested_cobblestone", - "sfishcobblestonebl": "infested_cobblestone", - "sfishcobblestoneblock": "infested_cobblestone", - "sfishcs": "infested_cobblestone", - "sfishcsb": "infested_cobblestone", - "sfishcsbl": "infested_cobblestone", - "sfishcsblock": "infested_cobblestone", - "sfishcst": "infested_cobblestone", - "sfishcstb": "infested_cobblestone", - "sfishcstbl": "infested_cobblestone", - "sfishcstblock": "infested_cobblestone", - "sfishcstone": "infested_cobblestone", - "sfishcstoneb": "infested_cobblestone", - "sfishcstonebl": "infested_cobblestone", - "sfishcstoneblock": "infested_cobblestone", - "silverfishcobble": "infested_cobblestone", - "silverfishcobbleb": "infested_cobblestone", - "silverfishcobblebl": "infested_cobblestone", - "silverfishcobbleblock": "infested_cobblestone", - "silverfishcobblestone": "infested_cobblestone", - "silverfishcobblestoneb": "infested_cobblestone", - "silverfishcobblestonebl": "infested_cobblestone", - "silverfishcobblestoneblock": "infested_cobblestone", - "silverfishcs": "infested_cobblestone", - "silverfishcsb": "infested_cobblestone", - "silverfishcsbl": "infested_cobblestone", - "silverfishcsblock": "infested_cobblestone", - "silverfishcst": "infested_cobblestone", - "silverfishcstb": "infested_cobblestone", - "silverfishcstbl": "infested_cobblestone", - "silverfishcstblock": "infested_cobblestone", - "silverfishcstone": "infested_cobblestone", - "silverfishcstoneb": "infested_cobblestone", - "silverfishcstonebl": "infested_cobblestone", - "silverfishcstoneblock": "infested_cobblestone", - "trapcobble": "infested_cobblestone", - "trapcobbleb": "infested_cobblestone", - "trapcobblebl": "infested_cobblestone", - "trapcobbleblock": "infested_cobblestone", - "trapcobblestone": "infested_cobblestone", - "trapcobblestoneb": "infested_cobblestone", - "trapcobblestonebl": "infested_cobblestone", - "trapcobblestoneblock": "infested_cobblestone", - "trapcs": "infested_cobblestone", - "trapcsb": "infested_cobblestone", - "trapcsbl": "infested_cobblestone", - "trapcsblock": "infested_cobblestone", - "trapcst": "infested_cobblestone", - "trapcstb": "infested_cobblestone", - "trapcstbl": "infested_cobblestone", - "trapcstblock": "infested_cobblestone", - "trapcstone": "infested_cobblestone", - "trapcstoneb": "infested_cobblestone", - "trapcstonebl": "infested_cobblestone", - "trapcstoneblock": "infested_cobblestone", - "infested_cracked_stone_bricks": { - "material": "INFESTED_CRACKED_STONE_BRICKS" - }, - "crackedfishst": "infested_cracked_stone_bricks", - "crackedfishstone": "infested_cracked_stone_bricks", - "crackedinfestedst": "infested_cracked_stone_bricks", - "crackedinfestedstone": "infested_cracked_stone_bricks", - "crackedinfestst": "infested_cracked_stone_bricks", - "crackedinfeststone": "infested_cracked_stone_bricks", - "crackedmeggst": "infested_cracked_stone_bricks", - "crackedmeggstone": "infested_cracked_stone_bricks", - "crackedmest": "infested_cracked_stone_bricks", - "crackedmestone": "infested_cracked_stone_bricks", - "crackedmonstereggst": "infested_cracked_stone_bricks", - "crackedmonstereggstone": "infested_cracked_stone_bricks", - "crackedsfishst": "infested_cracked_stone_bricks", - "crackedsfishstone": "infested_cracked_stone_bricks", - "crackedsfst": "infested_cracked_stone_bricks", - "crackedsfstone": "infested_cracked_stone_bricks", - "crackedsilverfishst": "infested_cracked_stone_bricks", - "crackedsilverfishstone": "infested_cracked_stone_bricks", - "crackedtrapst": "infested_cracked_stone_bricks", - "crackedtrapstone": "infested_cracked_stone_bricks", - "crackfishst": "infested_cracked_stone_bricks", - "crackfishstone": "infested_cracked_stone_bricks", - "crackinfestedst": "infested_cracked_stone_bricks", - "crackinfestedstone": "infested_cracked_stone_bricks", - "crackinfestst": "infested_cracked_stone_bricks", - "crackinfeststone": "infested_cracked_stone_bricks", - "crackmeggst": "infested_cracked_stone_bricks", - "crackmeggstone": "infested_cracked_stone_bricks", - "crackmest": "infested_cracked_stone_bricks", - "crackmestone": "infested_cracked_stone_bricks", - "crackmonstereggst": "infested_cracked_stone_bricks", - "crackmonstereggstone": "infested_cracked_stone_bricks", - "cracksfishst": "infested_cracked_stone_bricks", - "cracksfishstone": "infested_cracked_stone_bricks", - "cracksfst": "infested_cracked_stone_bricks", - "cracksfstone": "infested_cracked_stone_bricks", - "cracksilverfishst": "infested_cracked_stone_bricks", - "cracksilverfishstone": "infested_cracked_stone_bricks", - "cracktrapst": "infested_cracked_stone_bricks", - "cracktrapstone": "infested_cracked_stone_bricks", - "crfishst": "infested_cracked_stone_bricks", - "crfishstone": "infested_cracked_stone_bricks", - "crinfestedst": "infested_cracked_stone_bricks", - "crinfestedstone": "infested_cracked_stone_bricks", - "crinfestst": "infested_cracked_stone_bricks", - "crinfeststone": "infested_cracked_stone_bricks", - "crmeggst": "infested_cracked_stone_bricks", - "crmeggstone": "infested_cracked_stone_bricks", - "crmest": "infested_cracked_stone_bricks", - "crmestone": "infested_cracked_stone_bricks", - "crmonstereggst": "infested_cracked_stone_bricks", - "crmonstereggstone": "infested_cracked_stone_bricks", - "crsfishst": "infested_cracked_stone_bricks", - "crsfishstone": "infested_cracked_stone_bricks", - "crsfst": "infested_cracked_stone_bricks", - "crsfstone": "infested_cracked_stone_bricks", - "crsilverfishst": "infested_cracked_stone_bricks", - "crsilverfishstone": "infested_cracked_stone_bricks", - "crtrapst": "infested_cracked_stone_bricks", - "crtrapstone": "infested_cracked_stone_bricks", - "fishcrackedst": "infested_cracked_stone_bricks", - "fishcrackedstone": "infested_cracked_stone_bricks", - "fishcrackst": "infested_cracked_stone_bricks", - "fishcrackstone": "infested_cracked_stone_bricks", - "fishcrst": "infested_cracked_stone_bricks", - "fishcrstone": "infested_cracked_stone_bricks", - "infestcrackedst": "infested_cracked_stone_bricks", - "infestcrackedstone": "infested_cracked_stone_bricks", - "infestcrackst": "infested_cracked_stone_bricks", - "infestcrackstone": "infested_cracked_stone_bricks", - "infestcrst": "infested_cracked_stone_bricks", - "infestcrstone": "infested_cracked_stone_bricks", - "infestedcrackedst": "infested_cracked_stone_bricks", - "infestedcrackedstone": "infested_cracked_stone_bricks", - "infestedcrackedstonebricks": "infested_cracked_stone_bricks", - "infestedcrackst": "infested_cracked_stone_bricks", - "infestedcrackstone": "infested_cracked_stone_bricks", - "infestedcrst": "infested_cracked_stone_bricks", - "infestedcrstone": "infested_cracked_stone_bricks", - "mecrackedst": "infested_cracked_stone_bricks", - "mecrackedstone": "infested_cracked_stone_bricks", - "mecrackst": "infested_cracked_stone_bricks", - "mecrackstone": "infested_cracked_stone_bricks", - "mecrst": "infested_cracked_stone_bricks", - "mecrstone": "infested_cracked_stone_bricks", - "meggcrackedst": "infested_cracked_stone_bricks", - "meggcrackedstone": "infested_cracked_stone_bricks", - "meggcrackst": "infested_cracked_stone_bricks", - "meggcrackstone": "infested_cracked_stone_bricks", - "meggcrst": "infested_cracked_stone_bricks", - "meggcrstone": "infested_cracked_stone_bricks", - "minecraft:infested_cracked_stone_bricks": "infested_cracked_stone_bricks", - "monstereggcrackedst": "infested_cracked_stone_bricks", - "monstereggcrackedstone": "infested_cracked_stone_bricks", - "monstereggcrackst": "infested_cracked_stone_bricks", - "monstereggcrackstone": "infested_cracked_stone_bricks", - "monstereggcrst": "infested_cracked_stone_bricks", - "monstereggcrstone": "infested_cracked_stone_bricks", - "sfcrackedst": "infested_cracked_stone_bricks", - "sfcrackedstone": "infested_cracked_stone_bricks", - "sfcrackst": "infested_cracked_stone_bricks", - "sfcrackstone": "infested_cracked_stone_bricks", - "sfcrst": "infested_cracked_stone_bricks", - "sfcrstone": "infested_cracked_stone_bricks", - "sfishcrackedst": "infested_cracked_stone_bricks", - "sfishcrackedstone": "infested_cracked_stone_bricks", - "sfishcrackst": "infested_cracked_stone_bricks", - "sfishcrackstone": "infested_cracked_stone_bricks", - "sfishcrst": "infested_cracked_stone_bricks", - "sfishcrstone": "infested_cracked_stone_bricks", - "silverfishcrackedst": "infested_cracked_stone_bricks", - "silverfishcrackedstone": "infested_cracked_stone_bricks", - "silverfishcrackst": "infested_cracked_stone_bricks", - "silverfishcrackstone": "infested_cracked_stone_bricks", - "silverfishcrst": "infested_cracked_stone_bricks", - "silverfishcrstone": "infested_cracked_stone_bricks", - "trapcrackedst": "infested_cracked_stone_bricks", - "trapcrackedstone": "infested_cracked_stone_bricks", - "trapcrackst": "infested_cracked_stone_bricks", - "trapcrackstone": "infested_cracked_stone_bricks", - "trapcrst": "infested_cracked_stone_bricks", - "trapcrstone": "infested_cracked_stone_bricks", - "infested_deepslate": { - "material": "INFESTED_DEEPSLATE" - }, - "fishdeepslate": "infested_deepslate", - "fishdeepslateb": "infested_deepslate", - "fishdeepslatebl": "infested_deepslate", - "fishdeepslateblock": "infested_deepslate", - "fishdslate": "infested_deepslate", - "fishdslateb": "infested_deepslate", - "fishdslatebl": "infested_deepslate", - "fishdslateblock": "infested_deepslate", - "fishslate": "infested_deepslate", - "fishslateb": "infested_deepslate", - "fishslatebl": "infested_deepslate", - "fishslateblock": "infested_deepslate", - "infestdeepslate": "infested_deepslate", - "infestdeepslateb": "infested_deepslate", - "infestdeepslatebl": "infested_deepslate", - "infestdeepslateblock": "infested_deepslate", - "infestdslate": "infested_deepslate", - "infestdslateb": "infested_deepslate", - "infestdslatebl": "infested_deepslate", - "infestdslateblock": "infested_deepslate", - "infesteddeepslate": "infested_deepslate", - "infesteddeepslateb": "infested_deepslate", - "infesteddeepslatebl": "infested_deepslate", - "infesteddeepslateblock": "infested_deepslate", - "infesteddslate": "infested_deepslate", - "infesteddslateb": "infested_deepslate", - "infesteddslatebl": "infested_deepslate", - "infesteddslateblock": "infested_deepslate", - "infestedslate": "infested_deepslate", - "infestedslateb": "infested_deepslate", - "infestedslatebl": "infested_deepslate", - "infestedslateblock": "infested_deepslate", - "infestslate": "infested_deepslate", - "infestslateb": "infested_deepslate", - "infestslatebl": "infested_deepslate", - "infestslateblock": "infested_deepslate", - "medeepslate": "infested_deepslate", - "medeepslateb": "infested_deepslate", - "medeepslatebl": "infested_deepslate", - "medeepslateblock": "infested_deepslate", - "medslate": "infested_deepslate", - "medslateb": "infested_deepslate", - "medslatebl": "infested_deepslate", - "medslateblock": "infested_deepslate", - "meggdeepslate": "infested_deepslate", - "meggdeepslateb": "infested_deepslate", - "meggdeepslatebl": "infested_deepslate", - "meggdeepslateblock": "infested_deepslate", - "meggdslate": "infested_deepslate", - "meggdslateb": "infested_deepslate", - "meggdslatebl": "infested_deepslate", - "meggdslateblock": "infested_deepslate", - "meggslate": "infested_deepslate", - "meggslateb": "infested_deepslate", - "meggslatebl": "infested_deepslate", - "meggslateblock": "infested_deepslate", - "meslate": "infested_deepslate", - "meslateb": "infested_deepslate", - "meslatebl": "infested_deepslate", - "meslateblock": "infested_deepslate", - "minecraft:infested_deepslate": "infested_deepslate", - "monstereggdeepslate": "infested_deepslate", - "monstereggdeepslateb": "infested_deepslate", - "monstereggdeepslatebl": "infested_deepslate", - "monstereggdeepslateblock": "infested_deepslate", - "monstereggdslate": "infested_deepslate", - "monstereggdslateb": "infested_deepslate", - "monstereggdslatebl": "infested_deepslate", - "monstereggdslateblock": "infested_deepslate", - "monstereggslate": "infested_deepslate", - "monstereggslateb": "infested_deepslate", - "monstereggslatebl": "infested_deepslate", - "monstereggslateblock": "infested_deepslate", - "sfdeepslate": "infested_deepslate", - "sfdeepslateb": "infested_deepslate", - "sfdeepslatebl": "infested_deepslate", - "sfdeepslateblock": "infested_deepslate", - "sfdslate": "infested_deepslate", - "sfdslateb": "infested_deepslate", - "sfdslatebl": "infested_deepslate", - "sfdslateblock": "infested_deepslate", - "sfishdeepslate": "infested_deepslate", - "sfishdeepslateb": "infested_deepslate", - "sfishdeepslatebl": "infested_deepslate", - "sfishdeepslateblock": "infested_deepslate", - "sfishdslate": "infested_deepslate", - "sfishdslateb": "infested_deepslate", - "sfishdslatebl": "infested_deepslate", - "sfishdslateblock": "infested_deepslate", - "sfishslate": "infested_deepslate", - "sfishslateb": "infested_deepslate", - "sfishslatebl": "infested_deepslate", - "sfishslateblock": "infested_deepslate", - "sfslate": "infested_deepslate", - "sfslateb": "infested_deepslate", - "sfslatebl": "infested_deepslate", - "sfslateblock": "infested_deepslate", - "silverfishdeepslate": "infested_deepslate", - "silverfishdeepslateb": "infested_deepslate", - "silverfishdeepslatebl": "infested_deepslate", - "silverfishdeepslateblock": "infested_deepslate", - "silverfishdslate": "infested_deepslate", - "silverfishdslateb": "infested_deepslate", - "silverfishdslatebl": "infested_deepslate", - "silverfishdslateblock": "infested_deepslate", - "silverfishslate": "infested_deepslate", - "silverfishslateb": "infested_deepslate", - "silverfishslatebl": "infested_deepslate", - "silverfishslateblock": "infested_deepslate", - "trapdeepslate": "infested_deepslate", - "trapdeepslateb": "infested_deepslate", - "trapdeepslatebl": "infested_deepslate", - "trapdeepslateblock": "infested_deepslate", - "trapdslate": "infested_deepslate", - "trapdslateb": "infested_deepslate", - "trapdslatebl": "infested_deepslate", - "trapdslateblock": "infested_deepslate", - "trapslate": "infested_deepslate", - "trapslateb": "infested_deepslate", - "trapslatebl": "infested_deepslate", - "trapslateblock": "infested_deepslate", - "infested_mossy_stone_bricks": { - "material": "INFESTED_MOSSY_STONE_BRICKS" - }, - "fishmossst": "infested_mossy_stone_bricks", - "fishmossstone": "infested_mossy_stone_bricks", - "fishmossyst": "infested_mossy_stone_bricks", - "fishmossystone": "infested_mossy_stone_bricks", - "fishmst": "infested_mossy_stone_bricks", - "fishmstone": "infested_mossy_stone_bricks", - "infestedmossst": "infested_mossy_stone_bricks", - "infestedmossstone": "infested_mossy_stone_bricks", - "infestedmossyst": "infested_mossy_stone_bricks", - "infestedmossystone": "infested_mossy_stone_bricks", - "infestedmossystonebricks": "infested_mossy_stone_bricks", - "infestedmst": "infested_mossy_stone_bricks", - "infestedmstone": "infested_mossy_stone_bricks", - "infestmossst": "infested_mossy_stone_bricks", - "infestmossstone": "infested_mossy_stone_bricks", - "infestmossyst": "infested_mossy_stone_bricks", - "infestmossystone": "infested_mossy_stone_bricks", - "infestmst": "infested_mossy_stone_bricks", - "infestmstone": "infested_mossy_stone_bricks", - "meggmossst": "infested_mossy_stone_bricks", - "meggmossstone": "infested_mossy_stone_bricks", - "meggmossyst": "infested_mossy_stone_bricks", - "meggmossystone": "infested_mossy_stone_bricks", - "meggmst": "infested_mossy_stone_bricks", - "meggmstone": "infested_mossy_stone_bricks", - "memossst": "infested_mossy_stone_bricks", - "memossstone": "infested_mossy_stone_bricks", - "memossyst": "infested_mossy_stone_bricks", - "memossystone": "infested_mossy_stone_bricks", - "memst": "infested_mossy_stone_bricks", - "memstone": "infested_mossy_stone_bricks", - "mfishst": "infested_mossy_stone_bricks", - "mfishstone": "infested_mossy_stone_bricks", - "minecraft:infested_mossy_stone_bricks": "infested_mossy_stone_bricks", - "minfestedst": "infested_mossy_stone_bricks", - "minfestedstone": "infested_mossy_stone_bricks", - "minfestst": "infested_mossy_stone_bricks", - "minfeststone": "infested_mossy_stone_bricks", - "mmeggst": "infested_mossy_stone_bricks", - "mmeggstone": "infested_mossy_stone_bricks", - "mmest": "infested_mossy_stone_bricks", - "mmestone": "infested_mossy_stone_bricks", - "mmonstereggst": "infested_mossy_stone_bricks", - "mmonstereggstone": "infested_mossy_stone_bricks", - "monstereggmossst": "infested_mossy_stone_bricks", - "monstereggmossstone": "infested_mossy_stone_bricks", - "monstereggmossyst": "infested_mossy_stone_bricks", - "monstereggmossystone": "infested_mossy_stone_bricks", - "monstereggmst": "infested_mossy_stone_bricks", - "monstereggmstone": "infested_mossy_stone_bricks", - "mossfishst": "infested_mossy_stone_bricks", - "mossfishstone": "infested_mossy_stone_bricks", - "mossinfestedst": "infested_mossy_stone_bricks", - "mossinfestedstone": "infested_mossy_stone_bricks", - "mossinfestst": "infested_mossy_stone_bricks", - "mossinfeststone": "infested_mossy_stone_bricks", - "mossmeggst": "infested_mossy_stone_bricks", - "mossmeggstone": "infested_mossy_stone_bricks", - "mossmest": "infested_mossy_stone_bricks", - "mossmestone": "infested_mossy_stone_bricks", - "mossmonstereggst": "infested_mossy_stone_bricks", - "mossmonstereggstone": "infested_mossy_stone_bricks", - "mosssfishst": "infested_mossy_stone_bricks", - "mosssfishstone": "infested_mossy_stone_bricks", - "mosssfst": "infested_mossy_stone_bricks", - "mosssfstone": "infested_mossy_stone_bricks", - "mosssilverfishst": "infested_mossy_stone_bricks", - "mosssilverfishstone": "infested_mossy_stone_bricks", - "mosstrapst": "infested_mossy_stone_bricks", - "mosstrapstone": "infested_mossy_stone_bricks", - "mossyfishst": "infested_mossy_stone_bricks", - "mossyfishstone": "infested_mossy_stone_bricks", - "mossyinfestedst": "infested_mossy_stone_bricks", - "mossyinfestedstone": "infested_mossy_stone_bricks", - "mossyinfestst": "infested_mossy_stone_bricks", - "mossyinfeststone": "infested_mossy_stone_bricks", - "mossymeggst": "infested_mossy_stone_bricks", - "mossymeggstone": "infested_mossy_stone_bricks", - "mossymest": "infested_mossy_stone_bricks", - "mossymestone": "infested_mossy_stone_bricks", - "mossymonstereggst": "infested_mossy_stone_bricks", - "mossymonstereggstone": "infested_mossy_stone_bricks", - "mossysfishst": "infested_mossy_stone_bricks", - "mossysfishstone": "infested_mossy_stone_bricks", - "mossysfst": "infested_mossy_stone_bricks", - "mossysfstone": "infested_mossy_stone_bricks", - "mossysilverfishst": "infested_mossy_stone_bricks", - "mossysilverfishstone": "infested_mossy_stone_bricks", - "mossytrapst": "infested_mossy_stone_bricks", - "mossytrapstone": "infested_mossy_stone_bricks", - "msfishst": "infested_mossy_stone_bricks", - "msfishstone": "infested_mossy_stone_bricks", - "msfst": "infested_mossy_stone_bricks", - "msfstone": "infested_mossy_stone_bricks", - "msilverfishst": "infested_mossy_stone_bricks", - "msilverfishstone": "infested_mossy_stone_bricks", - "mtrapst": "infested_mossy_stone_bricks", - "mtrapstone": "infested_mossy_stone_bricks", - "sfishmossst": "infested_mossy_stone_bricks", - "sfishmossstone": "infested_mossy_stone_bricks", - "sfishmossyst": "infested_mossy_stone_bricks", - "sfishmossystone": "infested_mossy_stone_bricks", - "sfishmst": "infested_mossy_stone_bricks", - "sfishmstone": "infested_mossy_stone_bricks", - "sfmossst": "infested_mossy_stone_bricks", - "sfmossstone": "infested_mossy_stone_bricks", - "sfmossyst": "infested_mossy_stone_bricks", - "sfmossystone": "infested_mossy_stone_bricks", - "sfmst": "infested_mossy_stone_bricks", - "sfmstone": "infested_mossy_stone_bricks", - "silverfishmossst": "infested_mossy_stone_bricks", - "silverfishmossstone": "infested_mossy_stone_bricks", - "silverfishmossyst": "infested_mossy_stone_bricks", - "silverfishmossystone": "infested_mossy_stone_bricks", - "silverfishmst": "infested_mossy_stone_bricks", - "silverfishmstone": "infested_mossy_stone_bricks", - "trapmossst": "infested_mossy_stone_bricks", - "trapmossstone": "infested_mossy_stone_bricks", - "trapmossyst": "infested_mossy_stone_bricks", - "trapmossystone": "infested_mossy_stone_bricks", - "trapmst": "infested_mossy_stone_bricks", - "trapmstone": "infested_mossy_stone_bricks", - "infested_stone": { - "material": "INFESTED_STONE" - }, - "fishst": "infested_stone", - "fishstb": "infested_stone", - "fishstbl": "infested_stone", - "fishstblock": "infested_stone", - "fishstone": "infested_stone", - "fishstoneb": "infested_stone", - "fishstonebl": "infested_stone", - "fishstoneblock": "infested_stone", - "infestedst": "infested_stone", - "infestedstb": "infested_stone", - "infestedstbl": "infested_stone", - "infestedstblock": "infested_stone", - "infestedstone": "infested_stone", - "infestedstoneb": "infested_stone", - "infestedstonebl": "infested_stone", - "infestedstoneblock": "infested_stone", - "infestst": "infested_stone", - "infeststb": "infested_stone", - "infeststbl": "infested_stone", - "infeststblock": "infested_stone", - "infeststone": "infested_stone", - "infeststoneb": "infested_stone", - "infeststonebl": "infested_stone", - "infeststoneblock": "infested_stone", - "meggst": "infested_stone", - "meggstb": "infested_stone", - "meggstbl": "infested_stone", - "meggstblock": "infested_stone", - "meggstone": "infested_stone", - "meggstoneb": "infested_stone", - "meggstonebl": "infested_stone", - "meggstoneblock": "infested_stone", - "mest": "infested_stone", - "mestb": "infested_stone", - "mestbl": "infested_stone", - "mestblock": "infested_stone", - "mestone": "infested_stone", - "mestoneb": "infested_stone", - "mestonebl": "infested_stone", - "mestoneblock": "infested_stone", - "minecraft:infested_stone": "infested_stone", - "monstereggst": "infested_stone", - "monstereggstb": "infested_stone", - "monstereggstbl": "infested_stone", - "monstereggstblock": "infested_stone", - "monstereggstone": "infested_stone", - "monstereggstoneb": "infested_stone", - "monstereggstonebl": "infested_stone", - "monstereggstoneblock": "infested_stone", - "sfishst": "infested_stone", - "sfishstb": "infested_stone", - "sfishstbl": "infested_stone", - "sfishstblock": "infested_stone", - "sfishstone": "infested_stone", - "sfishstoneb": "infested_stone", - "sfishstonebl": "infested_stone", - "sfishstoneblock": "infested_stone", - "sfst": "infested_stone", - "sfstb": "infested_stone", - "sfstbl": "infested_stone", - "sfstblock": "infested_stone", - "sfstone": "infested_stone", - "sfstoneb": "infested_stone", - "sfstonebl": "infested_stone", - "sfstoneblock": "infested_stone", - "silverfishst": "infested_stone", - "silverfishstb": "infested_stone", - "silverfishstbl": "infested_stone", - "silverfishstblock": "infested_stone", - "silverfishstone": "infested_stone", - "silverfishstoneb": "infested_stone", - "silverfishstonebl": "infested_stone", - "silverfishstoneblock": "infested_stone", - "trapst": "infested_stone", - "trapstb": "infested_stone", - "trapstbl": "infested_stone", - "trapstblock": "infested_stone", - "trapstone": "infested_stone", - "trapstoneb": "infested_stone", - "trapstonebl": "infested_stone", - "trapstoneblock": "infested_stone", - "infested_stone_bricks": { - "material": "INFESTED_STONE_BRICKS" - }, - "fishstbr": "infested_stone_bricks", - "fishstbrick": "infested_stone_bricks", - "fishstonebr": "infested_stone_bricks", - "fishstonebrick": "infested_stone_bricks", - "fishstonebricks": "infested_stone_bricks", - "infestedstbr": "infested_stone_bricks", - "infestedstbrick": "infested_stone_bricks", - "infestedstonebr": "infested_stone_bricks", - "infestedstonebrick": "infested_stone_bricks", - "infestedstonebricks": "infested_stone_bricks", - "infeststbr": "infested_stone_bricks", - "infeststbrick": "infested_stone_bricks", - "infeststonebr": "infested_stone_bricks", - "infeststonebrick": "infested_stone_bricks", - "infeststonebricks": "infested_stone_bricks", - "meggstbr": "infested_stone_bricks", - "meggstbrick": "infested_stone_bricks", - "meggstonebr": "infested_stone_bricks", - "meggstonebrick": "infested_stone_bricks", - "meggstonebricks": "infested_stone_bricks", - "mestbr": "infested_stone_bricks", - "mestbrick": "infested_stone_bricks", - "mestonebr": "infested_stone_bricks", - "mestonebrick": "infested_stone_bricks", - "mestonebricks": "infested_stone_bricks", - "minecraft:infested_stone_bricks": "infested_stone_bricks", - "monstereggstbr": "infested_stone_bricks", - "monstereggstbrick": "infested_stone_bricks", - "monstereggstonebr": "infested_stone_bricks", - "monstereggstonebrick": "infested_stone_bricks", - "monstereggstonebricks": "infested_stone_bricks", - "sfishstbr": "infested_stone_bricks", - "sfishstbrick": "infested_stone_bricks", - "sfishstonebr": "infested_stone_bricks", - "sfishstonebrick": "infested_stone_bricks", - "sfishstonebricks": "infested_stone_bricks", - "sfstbr": "infested_stone_bricks", - "sfstbrick": "infested_stone_bricks", - "sfstonebr": "infested_stone_bricks", - "sfstonebrick": "infested_stone_bricks", - "sfstonebricks": "infested_stone_bricks", - "silverfishstbr": "infested_stone_bricks", - "silverfishstbrick": "infested_stone_bricks", - "silverfishstonebr": "infested_stone_bricks", - "silverfishstonebrick": "infested_stone_bricks", - "silverfishstonebricks": "infested_stone_bricks", - "trapstbr": "infested_stone_bricks", - "trapstbrick": "infested_stone_bricks", - "trapstonebr": "infested_stone_bricks", - "trapstonebrick": "infested_stone_bricks", - "trapstonebricks": "infested_stone_bricks", - "ink_sac": { - "material": "INK_SAC" - }, - "inksac": "ink_sac", - "minecraft:ink_sac": "ink_sac", - "invisibility_lingering_potion": { - "potionData": { - "type": "INVISIBILITY", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotinv": "invisibility_lingering_potion", - "aoepotinvis": "invisibility_lingering_potion", - "aoepotinvisibility": "invisibility_lingering_potion", - "aoepotinvisible": "invisibility_lingering_potion", - "aoepotioninv": "invisibility_lingering_potion", - "aoepotioninvis": "invisibility_lingering_potion", - "aoepotioninvisibility": "invisibility_lingering_potion", - "aoepotioninvisible": "invisibility_lingering_potion", - "areapotinv": "invisibility_lingering_potion", - "areapotinvis": "invisibility_lingering_potion", - "areapotinvisibility": "invisibility_lingering_potion", - "areapotinvisible": "invisibility_lingering_potion", - "areapotioninv": "invisibility_lingering_potion", - "areapotioninvis": "invisibility_lingering_potion", - "areapotioninvisibility": "invisibility_lingering_potion", - "areapotioninvisible": "invisibility_lingering_potion", - "cloudpotinv": "invisibility_lingering_potion", - "cloudpotinvis": "invisibility_lingering_potion", - "cloudpotinvisibility": "invisibility_lingering_potion", - "cloudpotinvisible": "invisibility_lingering_potion", - "cloudpotioninv": "invisibility_lingering_potion", - "cloudpotioninvis": "invisibility_lingering_potion", - "cloudpotioninvisibility": "invisibility_lingering_potion", - "cloudpotioninvisible": "invisibility_lingering_potion", - "invaoepoiont": "invisibility_lingering_potion", - "invaoepot": "invisibility_lingering_potion", - "invareapot": "invisibility_lingering_potion", - "invareapotion": "invisibility_lingering_potion", - "invcloudpot": "invisibility_lingering_potion", - "invcloudpotion": "invisibility_lingering_potion", - "invisaoepoiont": "invisibility_lingering_potion", - "invisaoepot": "invisibility_lingering_potion", - "invisareapot": "invisibility_lingering_potion", - "invisareapotion": "invisibility_lingering_potion", - "inviscloudpot": "invisibility_lingering_potion", - "inviscloudpotion": "invisibility_lingering_potion", - "invisibilityaoepoiont": "invisibility_lingering_potion", - "invisibilityaoepot": "invisibility_lingering_potion", - "invisibilityareapot": "invisibility_lingering_potion", - "invisibilityareapotion": "invisibility_lingering_potion", - "invisibilitycloudpot": "invisibility_lingering_potion", - "invisibilitycloudpotion": "invisibility_lingering_potion", - "invisibilitylingerpot": "invisibility_lingering_potion", - "invisibleaoepoiont": "invisibility_lingering_potion", - "invisibleaoepot": "invisibility_lingering_potion", - "invisibleareapot": "invisibility_lingering_potion", - "invisibleareapotion": "invisibility_lingering_potion", - "invisiblecloudpot": "invisibility_lingering_potion", - "invisiblecloudpotion": "invisibility_lingering_potion", - "invisiblelingerpot": "invisibility_lingering_potion", - "invislingerpot": "invisibility_lingering_potion", - "invlingerpot": "invisibility_lingering_potion", - "lingerpotinv": "invisibility_lingering_potion", - "lingerpotinvis": "invisibility_lingering_potion", - "lingerpotinvisibility": "invisibility_lingering_potion", - "lingerpotinvisible": "invisibility_lingering_potion", - "invisibility_potion": { - "potionData": { - "type": "INVISIBILITY", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "invisibilitypot": "invisibility_potion", - "invisibilitypotion": "invisibility_potion", - "invisiblepot": "invisibility_potion", - "invisiblepotion": "invisibility_potion", - "invispot": "invisibility_potion", - "invispotion": "invisibility_potion", - "invpot": "invisibility_potion", - "invpotion": "invisibility_potion", - "potionofinv": "invisibility_potion", - "potionofinvis": "invisibility_potion", - "potionofinvisibility": "invisibility_potion", - "potionofinvisible": "invisibility_potion", - "potofinv": "invisibility_potion", - "potofinvis": "invisibility_potion", - "potofinvisibility": "invisibility_potion", - "potofinvisible": "invisibility_potion", - "invisibility_splash_potion": { - "potionData": { - "type": "INVISIBILITY", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "invisibilitysplashpot": "invisibility_splash_potion", - "invisibilitysplashpotion": "invisibility_splash_potion", - "invisiblesplashpot": "invisibility_splash_potion", - "invisiblesplashpotion": "invisibility_splash_potion", - "invissplashpot": "invisibility_splash_potion", - "invissplashpotion": "invisibility_splash_potion", - "invsplashpot": "invisibility_splash_potion", - "invsplashpotion": "invisibility_splash_potion", - "splashinvisibilitypot": "invisibility_splash_potion", - "splashinvisibilitypotion": "invisibility_splash_potion", - "splashinvisiblepot": "invisibility_splash_potion", - "splashinvisiblepotion": "invisibility_splash_potion", - "splashinvispot": "invisibility_splash_potion", - "splashinvispotion": "invisibility_splash_potion", - "splashinvpot": "invisibility_splash_potion", - "splashinvpotion": "invisibility_splash_potion", - "splinvisibilitypot": "invisibility_splash_potion", - "splinvisibilitypotion": "invisibility_splash_potion", - "splinvisiblepot": "invisibility_splash_potion", - "splinvisiblepotion": "invisibility_splash_potion", - "splinvispot": "invisibility_splash_potion", - "splinvispotion": "invisibility_splash_potion", - "splinvpot": "invisibility_splash_potion", - "splinvpotion": "invisibility_splash_potion", - "invisibility_tipped_arrow": { - "potionData": { - "type": "INVISIBILITY", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowinv": "invisibility_tipped_arrow", - "arrowinvis": "invisibility_tipped_arrow", - "arrowinvisibility": "invisibility_tipped_arrow", - "arrowinvisible": "invisibility_tipped_arrow", - "invarrow": "invisibility_tipped_arrow", - "invisarrow": "invisibility_tipped_arrow", - "invisibilityarrow": "invisibility_tipped_arrow", - "invisibilitytarr": "invisibility_tipped_arrow", - "invisibilitytarrow": "invisibility_tipped_arrow", - "invisibilitytippedarrow": "invisibility_tipped_arrow", - "invisiblearrow": "invisibility_tipped_arrow", - "invisibletarr": "invisibility_tipped_arrow", - "invisibletarrow": "invisibility_tipped_arrow", - "invisibletippedarrow": "invisibility_tipped_arrow", - "invistarr": "invisibility_tipped_arrow", - "invistarrow": "invisibility_tipped_arrow", - "invistippedarrow": "invisibility_tipped_arrow", - "invtarr": "invisibility_tipped_arrow", - "invtarrow": "invisibility_tipped_arrow", - "invtippedarrow": "invisibility_tipped_arrow", - "iron_axe": { - "material": "IRON_AXE" - }, - "iaxe": "iron_axe", - "ironaxe": "iron_axe", - "minecraft:iron_axe": "iron_axe", - "saxe": "stone_axe", - "staxe": "iron_axe", - "steelaxe": "iron_axe", - "iron_bars": { - "material": "IRON_BARS" - }, - "ibars": "iron_bars", - "ibarsb": "iron_bars", - "ibarsblock": "iron_bars", - "ifence": "iron_bars", - "ironbars": "iron_bars", - "ironbarsb": "iron_bars", - "ironbarsblock": "iron_bars", - "ironfence": "iron_bars", - "jailbars": "iron_bars", - "jailbarsb": "iron_bars", - "jailbarsblock": "iron_bars", - "jailfence": "iron_bars", - "jbars": "iron_bars", - "jbarsb": "iron_bars", - "jbarsblock": "iron_bars", - "mbars": "iron_bars", - "mbarsb": "iron_bars", - "mbarsblock": "iron_bars", - "metalbars": "iron_bars", - "metalbarsb": "iron_bars", - "metalbarsblock": "iron_bars", - "metalfence": "iron_bars", - "mfence": "mangrove_fence", - "minecraft:iron_bars": "iron_bars", - "iron_block": { - "material": "IRON_BLOCK" - }, - "blocki": "iron_block", - "blockiron": "iron_block", - "blocks": "iron_block", - "blockst": "iron_block", - "blocksteel": "iron_block", - "iblock": "iron_block", - "ironblock": "iron_block", - "minecraft:iron_block": "iron_block", - "sblock": "iron_block", - "stblock": "iron_block", - "steelblock": "iron_block", - "iron_boots": { - "material": "IRON_BOOTS" - }, - "iboots": "iron_boots", - "ironboots": "iron_boots", - "ironshoes": "iron_boots", - "ishoes": "iron_boots", - "minecraft:iron_boots": "iron_boots", - "sboots": "iron_boots", - "sshoes": "iron_boots", - "stboots": "iron_boots", - "steelboots": "iron_boots", - "steelshoes": "iron_boots", - "stshoes": "iron_boots", - "iron_chestplate": { - "material": "IRON_CHESTPLATE" - }, - "ichestplate": "iron_chestplate", - "iplate": "iron_chestplate", - "iplatebody": "iron_chestplate", - "ironchestplate": "iron_chestplate", - "ironplate": "iron_chestplate", - "ironplatebody": "iron_chestplate", - "ironshirt": "iron_chestplate", - "irontunic": "iron_chestplate", - "ishirt": "iron_chestplate", - "itunic": "iron_chestplate", - "minecraft:iron_chestplate": "iron_chestplate", - "schestplate": "iron_chestplate", - "splate": "spruce_pressure_plate", - "splatebody": "iron_chestplate", - "sshirt": "iron_chestplate", - "stchestplate": "iron_chestplate", - "steelchestplate": "iron_chestplate", - "steelplate": "iron_chestplate", - "steelplatebody": "iron_chestplate", - "steelshirt": "iron_chestplate", - "steeltunic": "iron_chestplate", - "stplate": "iron_chestplate", - "stplatebody": "iron_chestplate", - "stshirt": "iron_chestplate", - "sttunic": "iron_chestplate", - "stunic": "iron_chestplate", - "iron_door": { - "material": "IRON_DOOR" - }, - "doori": "iron_door", - "dooriron": "iron_door", - "doors": "iron_door", - "doorst": "iron_door", - "doorsteel": "iron_door", - "idoor": "iron_door", - "irondoor": "iron_door", - "minecraft:iron_door": "iron_door", - "sdoor": "spruce_door", - "stdoor": "spruce_trapdoor", - "steeldoor": "iron_door", - "iron_golem_spawn_egg": { - "material": "IRON_GOLEM_SPAWN_EGG" - }, - "eggigolem": "iron_golem_spawn_egg", - "eggiron_golem": "iron_golem_spawn_egg", - "igolemegg": "iron_golem_spawn_egg", - "igolemsegg": "iron_golem_spawn_egg", - "igolemspawn": "iron_golem_spawn_egg", - "igolemspawnegg": "iron_golem_spawn_egg", - "iron_golemegg": "iron_golem_spawn_egg", - "iron_golemsegg": "iron_golem_spawn_egg", - "iron_golemspawn": "iron_golem_spawn_egg", - "iron_golemspawnegg": "iron_golem_spawn_egg", - "irongolemspawnegg": "iron_golem_spawn_egg", - "minecraft:iron_golem_spawn_egg": "iron_golem_spawn_egg", - "seggigolem": "iron_golem_spawn_egg", - "seggiron_golem": "iron_golem_spawn_egg", - "spawneggigolem": "iron_golem_spawn_egg", - "spawneggiron_golem": "iron_golem_spawn_egg", - "spawnigolem": "iron_golem_spawn_egg", - "spawniron_golem": "iron_golem_spawn_egg", - "iron_golem_spawner": { - "entity": "IRON_GOLEM", - "material": "SPAWNER" - }, - "igolemcage": "iron_golem_spawner", - "igolemmcage": "iron_golem_spawner", - "igolemmobcage": "iron_golem_spawner", - "igolemmobspawner": "iron_golem_spawner", - "igolemmonstercage": "iron_golem_spawner", - "igolemmonsterspawner": "iron_golem_spawner", - "igolemmspawner": "iron_golem_spawner", - "igolemspawner": "iron_golem_spawner", - "iron_golemcage": "iron_golem_spawner", - "iron_golemmcage": "iron_golem_spawner", - "iron_golemmobcage": "iron_golem_spawner", - "iron_golemmobspawner": "iron_golem_spawner", - "iron_golemmonstercage": "iron_golem_spawner", - "iron_golemmonsterspawner": "iron_golem_spawner", - "iron_golemmspawner": "iron_golem_spawner", - "iron_golemspawner": "iron_golem_spawner", - "iron_helmet": { - "material": "IRON_HELMET" - }, - "icoif": "iron_helmet", - "ihat": "iron_helmet", - "ihelm": "iron_helmet", - "ihelmet": "iron_helmet", - "ironcoif": "iron_helmet", - "ironhat": "iron_helmet", - "ironhelm": "iron_helmet", - "ironhelmet": "iron_helmet", - "minecraft:iron_helmet": "iron_helmet", - "scoif": "iron_helmet", - "shat": "iron_helmet", - "shelm": "iron_helmet", - "shelmet": "iron_helmet", - "stcoif": "iron_helmet", - "steelcoif": "iron_helmet", - "steelhat": "iron_helmet", - "steelhelm": "iron_helmet", - "steelhelmet": "iron_helmet", - "sthat": "iron_helmet", - "sthelm": "iron_helmet", - "sthelmet": "iron_helmet", - "iron_hoe": { - "material": "IRON_HOE" - }, - "ihoe": "iron_hoe", - "ironhoe": "iron_hoe", - "minecraft:iron_hoe": "iron_hoe", - "shoe": "stone_hoe", - "steelhoe": "iron_hoe", - "sthoe": "iron_hoe", - "iron_horse_armor": { - "material": "IRON_HORSE_ARMOR" - }, - "iarmor": "iron_horse_armor", - "iharmor": "iron_horse_armor", - "ihorsearmor": "iron_horse_armor", - "ironarmor": "iron_horse_armor", - "ironharmor": "iron_horse_armor", - "ironhorsearmor": "iron_horse_armor", - "minecraft:iron_horse_armor": "iron_horse_armor", - "sarmor": "iron_horse_armor", - "sharmor": "iron_horse_armor", - "shorsearmor": "iron_horse_armor", - "starmor": "iron_horse_armor", - "steelarmor": "iron_horse_armor", - "steelharmor": "iron_horse_armor", - "steelhorsearmor": "iron_horse_armor", - "stharmor": "iron_horse_armor", - "sthorsearmor": "iron_horse_armor", - "iron_ingot": { - "material": "IRON_INGOT" - }, - "bari": "iron_ingot", - "bariron": "iron_ingot", - "bars": "iron_ingot", - "barst": "iron_ingot", - "barsteel": "iron_ingot", - "ibar": "iron_ingot", - "ii": "iron_ingot", - "iingot": "iron_ingot", - "iiron": "iron_ingot", - "ingoti": "iron_ingot", - "ingotiron": "iron_ingot", - "ingots": "iron_ingot", - "ingotst": "iron_ingot", - "ingotsteel": "iron_ingot", - "ironbar": "iron_ingot", - "ironi": "iron_ingot", - "ironingot": "iron_ingot", - "is": "iron_ingot", - "ist": "iron_ingot", - "isteel": "iron_ingot", - "minecraft:iron_ingot": "iron_ingot", - "sbar": "iron_ingot", - "si": "iron_ingot", - "singot": "iron_ingot", - "stbar": "iron_ingot", - "steelbar": "iron_ingot", - "steeli": "iron_ingot", - "steelingot": "iron_ingot", - "sti": "iron_ingot", - "stingot": "iron_ingot", - "iron_leggings": { - "material": "IRON_LEGGINGS" - }, - "ileggings": "iron_leggings", - "ilegs": "iron_leggings", - "ipants": "iron_leggings", - "ironleggings": "iron_leggings", - "ironlegs": "iron_leggings", - "ironpants": "iron_leggings", - "minecraft:iron_leggings": "iron_leggings", - "sleggings": "iron_leggings", - "slegs": "iron_leggings", - "spants": "iron_leggings", - "steelleggings": "iron_leggings", - "steellegs": "iron_leggings", - "steelpants": "iron_leggings", - "stleggings": "iron_leggings", - "stlegs": "iron_leggings", - "stpants": "iron_leggings", - "iron_nugget": { - "material": "IRON_NUGGET" - }, - "ironnugget": "iron_nugget", - "minecraft:iron_nugget": "iron_nugget", - "iron_ore": { - "material": "IRON_ORE" - }, - "io": "iron_ore", - "iore": "iron_ore", - "irono": "iron_ore", - "ironore": "iron_ore", - "minecraft:iron_ore": "iron_ore", - "oi": "iron_ore", - "oiron": "iron_ore", - "orei": "iron_ore", - "oreiron": "iron_ore", - "ores": "iron_ore", - "orest": "iron_ore", - "oresteel": "iron_ore", - "os": "iron_ore", - "ost": "iron_ore", - "osteel": "iron_ore", - "so": "iron_ore", - "sore": "iron_ore", - "steelo": "iron_ore", - "steelore": "iron_ore", - "sto": "iron_ore", - "stoneiore": "iron_ore", - "stoneironore": "iron_ore", - "stonesore": "iron_ore", - "stonesteelore": "iron_ore", - "stonestore": "iron_ore", - "store": "iron_ore", - "iron_pickaxe": { - "material": "IRON_PICKAXE" - }, - "ipick": "iron_pickaxe", - "ipickaxe": "iron_pickaxe", - "ironpick": "iron_pickaxe", - "ironpickaxe": "iron_pickaxe", - "minecraft:iron_pickaxe": "iron_pickaxe", - "spick": "stone_pickaxe", - "spickaxe": "stone_pickaxe", - "steelpick": "iron_pickaxe", - "steelpickaxe": "iron_pickaxe", - "stpick": "iron_pickaxe", - "stpickaxe": "iron_pickaxe", - "iron_shovel": { - "material": "IRON_SHOVEL" - }, - "ironshovel": "iron_shovel", - "ironspade": "iron_shovel", - "ishovel": "iron_shovel", - "ispade": "iron_shovel", - "minecraft:iron_shovel": "iron_shovel", - "sshovel": "stone_shovel", - "sspade": "stone_shovel", - "steelshovel": "iron_shovel", - "steelspade": "iron_shovel", - "stshovel": "iron_shovel", - "stspade": "iron_shovel", - "iron_sword": { - "material": "IRON_SWORD" - }, - "ironsword": "iron_sword", - "isword": "iron_sword", - "minecraft:iron_sword": "iron_sword", - "ssword": "stone_sword", - "steelsword": "iron_sword", - "stsword": "iron_sword", - "iron_trapdoor": { - "material": "IRON_TRAPDOOR" - }, - "idoort": "iron_trapdoor", - "idoortrap": "iron_trapdoor", - "idtrap": "iron_trapdoor", - "ihatch": "iron_trapdoor", - "irondoort": "iron_trapdoor", - "irondoortrap": "iron_trapdoor", - "irondtrap": "iron_trapdoor", - "ironhatch": "iron_trapdoor", - "irontdoor": "iron_trapdoor", - "irontrapd": "iron_trapdoor", - "irontrapdoor": "iron_trapdoor", - "itdoor": "iron_trapdoor", - "itrapd": "iron_trapdoor", - "itrapdoor": "iron_trapdoor", - "minecraft:iron_trapdoor": "iron_trapdoor", - "sdoort": "spruce_trapdoor", - "sdoortrap": "spruce_trapdoor", - "sdtrap": "spruce_trapdoor", - "shatch": "spruce_trapdoor", - "stdoort": "iron_trapdoor", - "stdoortrap": "iron_trapdoor", - "stdtrap": "iron_trapdoor", - "steeldoort": "iron_trapdoor", - "steeldoortrap": "iron_trapdoor", - "steeldtrap": "iron_trapdoor", - "steelhatch": "iron_trapdoor", - "steeltdoor": "iron_trapdoor", - "steeltrapd": "iron_trapdoor", - "steeltrapdoor": "iron_trapdoor", - "sthatch": "iron_trapdoor", - "strapd": "spruce_trapdoor", - "strapdoor": "spruce_trapdoor", - "sttdoor": "iron_trapdoor", - "sttrapd": "iron_trapdoor", - "sttrapdoor": "iron_trapdoor", - "item_frame": { - "material": "ITEM_FRAME" - }, - "frame": "item_frame", - "iframe": "item_frame", - "itemframe": "item_frame", - "minecraft:item_frame": "item_frame", - "jack_o_lantern": { - "material": "JACK_O_LANTERN" - }, - "glowingpumpkin": "jack_o_lantern", - "glowpumpkin": "jack_o_lantern", - "gpumpkin": "jack_o_lantern", - "jackolantern": "jack_o_lantern", - "jpumpkin": "jack_o_lantern", - "lightpumpkin": "jack_o_lantern", - "lpumpkin": "jack_o_lantern", - "minecraft:jack_o_lantern": "jack_o_lantern", - "plantren": "jack_o_lantern", - "pumpkinlantern": "jack_o_lantern", - "jigsaw": { - "material": "JIGSAW" - }, - "minecraft:jigsaw": "jigsaw", - "jukebox": { - "material": "JUKEBOX" - }, - "jbox": "jukebox", - "minecraft:jukebox": "jukebox", - "jungle_boat": { - "material": "JUNGLE_BOAT" - }, - "boatf": "jungle_boat", - "boatforest": "jungle_boat", - "boatj": "jungle_boat", - "boatjungle": "jungle_boat", - "fboat": "jungle_boat", - "forestboat": "jungle_boat", - "forestraft": "jungle_boat", - "fraft": "jungle_boat", - "jboat": "jungle_boat", - "jraft": "jungle_boat", - "jungleboat": "jungle_boat", - "jungleraft": "jungle_boat", - "minecraft:jungle_boat": "jungle_boat", - "jungle_button": { - "material": "JUNGLE_BUTTON" - }, - "buttonf": "jungle_button", - "buttonforest": "jungle_button", - "buttonj": "jungle_button", - "buttonjungle": "jungle_button", - "fbutton": "jungle_button", - "forestbutton": "jungle_button", - "jbutton": "jungle_button", - "junglebutton": "jungle_button", - "minecraft:jungle_button": "jungle_button", - "jungle_chest_boat": { - "material": "JUNGLE_CHEST_BOAT" - }, - "fchboat": "jungle_chest_boat", - "forestchboat": "jungle_chest_boat", - "jchboat": "jungle_chest_boat", - "junglechboat": "jungle_chest_boat", - "junglechestboat": "jungle_chest_boat", - "minecraft:jungle_chest_boat": "jungle_chest_boat", - "jungle_door": { - "material": "JUNGLE_DOOR" - }, - "fdoor": "jungle_door", - "forestdoor": "jungle_door", - "jdoor": "jungle_door", - "jungledoor": "jungle_door", - "minecraft:jungle_door": "jungle_door", - "jungle_fence": { - "material": "JUNGLE_FENCE" - }, - "ffence": "jungle_fence", - "forestfence": "jungle_fence", - "jfence": "jungle_fence", - "junglefence": "jungle_fence", - "minecraft:jungle_fence": "jungle_fence", - "jungle_fence_gate": { - "material": "JUNGLE_FENCE_GATE" - }, - "ffencegate": "jungle_fence_gate", - "fgate": "jungle_fence_gate", - "forestfencegate": "jungle_fence_gate", - "forestgate": "jungle_fence_gate", - "gatef": "jungle_fence_gate", - "gateforest": "jungle_fence_gate", - "gatej": "jungle_fence_gate", - "gatejungle": "jungle_fence_gate", - "jfencegate": "jungle_fence_gate", - "jgate": "jungle_fence_gate", - "junglefencegate": "jungle_fence_gate", - "junglegate": "jungle_fence_gate", - "minecraft:jungle_fence_gate": "jungle_fence_gate", - "jungle_hanging_sign": { - "material": "JUNGLE_HANGING_SIGN" - }, - "fhangsign": "jungle_hanging_sign", - "fhsign": "jungle_hanging_sign", - "foresthangsign": "jungle_hanging_sign", - "foresthsign": "jungle_hanging_sign", - "jhangsign": "jungle_hanging_sign", - "jhsign": "jungle_hanging_sign", - "junglehangingsign": "jungle_hanging_sign", - "junglehangsign": "jungle_hanging_sign", - "junglehsign": "jungle_hanging_sign", - "minecraft:jungle_hanging_sign": "jungle_hanging_sign", - "jungle_leaves": { - "material": "JUNGLE_LEAVES" - }, - "fleaf": "jungle_leaves", - "fleave": "jungle_leaves", - "fleaves": "jungle_leaves", - "flogleaf": "jungle_leaves", - "flogleave": "jungle_leaves", - "flogleaves": "jungle_leaves", - "forestleaf": "jungle_leaves", - "forestleave": "jungle_leaves", - "forestleaves": "jungle_leaves", - "forestlogleaf": "jungle_leaves", - "forestlogleave": "jungle_leaves", - "forestlogleaves": "jungle_leaves", - "foresttreeleaf": "jungle_leaves", - "foresttreeleave": "jungle_leaves", - "foresttreeleaves": "jungle_leaves", - "foresttrunkleaf": "jungle_leaves", - "foresttrunkleave": "jungle_leaves", - "foresttrunkleaves": "jungle_leaves", - "forestwoodleaf": "jungle_leaves", - "forestwoodleave": "jungle_leaves", - "forestwoodleaves": "jungle_leaves", - "ftreeleaf": "jungle_leaves", - "ftreeleave": "jungle_leaves", - "ftreeleaves": "jungle_leaves", - "ftrunkleaf": "jungle_leaves", - "ftrunkleave": "jungle_leaves", - "ftrunkleaves": "jungle_leaves", - "fwoodleaf": "jungle_leaves", - "fwoodleave": "jungle_leaves", - "fwoodleaves": "jungle_leaves", - "jleaf": "jungle_leaves", - "jleave": "jungle_leaves", - "jleaves": "jungle_leaves", - "jlogleaf": "jungle_leaves", - "jlogleave": "jungle_leaves", - "jlogleaves": "jungle_leaves", - "jtreeleaf": "jungle_leaves", - "jtreeleave": "jungle_leaves", - "jtreeleaves": "jungle_leaves", - "jtrunkleaf": "jungle_leaves", - "jtrunkleave": "jungle_leaves", - "jtrunkleaves": "jungle_leaves", - "jungleleaf": "jungle_leaves", - "jungleleave": "jungle_leaves", - "jungleleaves": "jungle_leaves", - "junglelogleaf": "jungle_leaves", - "junglelogleave": "jungle_leaves", - "junglelogleaves": "jungle_leaves", - "jungletreeleaf": "jungle_leaves", - "jungletreeleave": "jungle_leaves", - "jungletreeleaves": "jungle_leaves", - "jungletrunkleaf": "jungle_leaves", - "jungletrunkleave": "jungle_leaves", - "jungletrunkleaves": "jungle_leaves", - "junglewoodleaf": "jungle_leaves", - "junglewoodleave": "jungle_leaves", - "junglewoodleaves": "jungle_leaves", - "jwoodleaf": "jungle_leaves", - "jwoodleave": "jungle_leaves", - "jwoodleaves": "jungle_leaves", - "leaff": "jungle_leaves", - "leafforest": "jungle_leaves", - "leafj": "jungle_leaves", - "leafjungle": "jungle_leaves", - "leavesf": "jungle_leaves", - "leavesforest": "jungle_leaves", - "leavesj": "jungle_leaves", - "leavesjungle": "jungle_leaves", - "minecraft:jungle_leaves": "jungle_leaves", - "jungle_log": { - "material": "JUNGLE_LOG" - }, - "flog": "jungle_log", - "forestlog": "jungle_log", - "foresttree": "jungle_log", - "foresttrunk": "jungle_log", - "ftree": "jungle_log", - "ftrunk": "jungle_log", - "jlog": "jungle_log", - "jtree": "jungle_log", - "jtrunk": "jungle_log", - "junglelog": "jungle_log", - "jungletree": "jungle_log", - "jungletrunk": "jungle_log", - "logf": "jungle_log", - "logforest": "jungle_log", - "logj": "jungle_log", - "logjungle": "jungle_log", - "minecraft:jungle_log": "jungle_log", - "jungle_planks": { - "material": "JUNGLE_PLANKS" - }, - "forestplank": "jungle_planks", - "forestplankw": "jungle_planks", - "forestplankwood": "jungle_planks", - "forestplankwooden": "jungle_planks", - "forestwoodenplank": "jungle_planks", - "forestwoodplank": "jungle_planks", - "forestwplank": "jungle_planks", - "fplank": "jungle_planks", - "fplankw": "jungle_planks", - "fplankwood": "jungle_planks", - "fplankwooden": "jungle_planks", - "fwoodenplank": "jungle_planks", - "fwoodplank": "jungle_planks", - "fwplank": "jungle_planks", - "jplank": "jungle_planks", - "jplankw": "jungle_planks", - "jplankwood": "jungle_planks", - "jplankwooden": "jungle_planks", - "jungleplank": "jungle_planks", - "jungleplanks": "jungle_planks", - "jungleplankw": "jungle_planks", - "jungleplankwood": "jungle_planks", - "jungleplankwooden": "jungle_planks", - "junglewoodenplank": "jungle_planks", - "junglewoodplank": "jungle_planks", - "junglewplank": "jungle_planks", - "jwoodenplank": "jungle_planks", - "jwoodplank": "jungle_planks", - "jwplank": "jungle_planks", - "minecraft:jungle_planks": "jungle_planks", - "jungle_pressure_plate": { - "material": "JUNGLE_PRESSURE_PLATE" - }, - "forestplate": "jungle_pressure_plate", - "forestpplate": "jungle_pressure_plate", - "forestpressplate": "jungle_pressure_plate", - "forestpressureplate": "jungle_pressure_plate", - "fplate": "jungle_pressure_plate", - "fpplate": "jungle_pressure_plate", - "fpressplate": "jungle_pressure_plate", - "fpressureplate": "jungle_pressure_plate", - "jplate": "jungle_pressure_plate", - "jpplate": "jungle_pressure_plate", - "jpressplate": "jungle_pressure_plate", - "jpressureplate": "jungle_pressure_plate", - "jungleplate": "jungle_pressure_plate", - "junglepplate": "jungle_pressure_plate", - "junglepressplate": "jungle_pressure_plate", - "junglepressureplate": "jungle_pressure_plate", - "minecraft:jungle_pressure_plate": "jungle_pressure_plate", - "platef": "jungle_pressure_plate", - "plateforest": "jungle_pressure_plate", - "platej": "jungle_pressure_plate", - "platejungle": "jungle_pressure_plate", - "jungle_sapling": { - "material": "JUNGLE_SAPLING" - }, - "flogsapling": "jungle_sapling", - "forestlogsapling": "jungle_sapling", - "forestsapling": "jungle_sapling", - "foresttreesapling": "jungle_sapling", - "foresttrunksapling": "jungle_sapling", - "forestwoodsapling": "jungle_sapling", - "fsapling": "jungle_sapling", - "ftreesapling": "jungle_sapling", - "ftrunksapling": "jungle_sapling", - "fwoodsapling": "jungle_sapling", - "jlogsapling": "jungle_sapling", - "jsapling": "jungle_sapling", - "jtreesapling": "jungle_sapling", - "jtrunksapling": "jungle_sapling", - "junglelogsapling": "jungle_sapling", - "junglesapling": "jungle_sapling", - "jungletreesapling": "jungle_sapling", - "jungletrunksapling": "jungle_sapling", - "junglewoodsapling": "jungle_sapling", - "jwoodsapling": "jungle_sapling", - "minecraft:jungle_sapling": "jungle_sapling", - "jungle_sign": { - "material": "JUNGLE_SIGN", - "fallbacks": [ - "SIGN" - ] - }, - "forestsign": "jungle_sign", - "fsign": "jungle_sign", - "jsign": "jungle_sign", - "junglesign": "jungle_sign", - "minecraft:jungle_sign": "jungle_sign", - "jungle_slab": { - "material": "JUNGLE_SLAB" - }, - "fhalfblock": "jungle_slab", - "foresthalfblock": "jungle_slab", - "foreststep": "jungle_slab", - "forestwhalfblock": "jungle_slab", - "forestwoodenhalfblock": "jungle_slab", - "forestwoodenslab": "jungle_slab", - "forestwoodenstep": "jungle_slab", - "forestwoodhalfblock": "jungle_slab", - "forestwoodslab": "jungle_slab", - "forestwoodstep": "jungle_slab", - "forestwslab": "jungle_slab", - "forestwstep": "jungle_slab", - "fstep": "jungle_slab", - "fwhalfblock": "jungle_slab", - "fwoodenhalfblock": "jungle_slab", - "fwoodenslab": "jungle_slab", - "fwoodenstep": "jungle_slab", - "fwoodhalfblock": "jungle_slab", - "fwoodslab": "jungle_slab", - "fwoodstep": "jungle_slab", - "fwslab": "jungle_slab", - "fwstep": "jungle_slab", - "jhalfblock": "jungle_slab", - "jstep": "jungle_slab", - "junglehalfblock": "jungle_slab", - "jungleslab": "jungle_slab", - "junglestep": "jungle_slab", - "junglewhalfblock": "jungle_slab", - "junglewoodenhalfblock": "jungle_slab", - "junglewoodenslab": "jungle_slab", - "junglewoodenstep": "jungle_slab", - "junglewoodhalfblock": "jungle_slab", - "junglewoodslab": "jungle_slab", - "junglewoodstep": "jungle_slab", - "junglewslab": "jungle_slab", - "junglewstep": "jungle_slab", - "jwhalfblock": "jungle_slab", - "jwoodenhalfblock": "jungle_slab", - "jwoodenslab": "jungle_slab", - "jwoodenstep": "jungle_slab", - "jwoodhalfblock": "jungle_slab", - "jwoodslab": "jungle_slab", - "jwoodstep": "jungle_slab", - "jwslab": "jungle_slab", - "jwstep": "jungle_slab", - "minecraft:jungle_slab": "jungle_slab", - "jungle_stairs": { - "material": "JUNGLE_STAIRS" - }, - "foreststair": "jungle_stairs", - "forestwoodenstair": "jungle_stairs", - "forestwoodenstairs": "jungle_stairs", - "forestwoodstair": "jungle_stairs", - "forestwoodstairs": "jungle_stairs", - "forestwstair": "jungle_stairs", - "forestwstairs": "jungle_stairs", - "fstair": "jungle_stairs", - "fwoodenstair": "jungle_stairs", - "fwoodenstairs": "jungle_stairs", - "fwoodstair": "jungle_stairs", - "fwoodstairs": "jungle_stairs", - "fwstair": "jungle_stairs", - "fwstairs": "jungle_stairs", - "jstair": "jungle_stairs", - "junglestair": "jungle_stairs", - "junglestairs": "jungle_stairs", - "junglewoodenstair": "jungle_stairs", - "junglewoodenstairs": "jungle_stairs", - "junglewoodstair": "jungle_stairs", - "junglewoodstairs": "jungle_stairs", - "junglewstair": "jungle_stairs", - "junglewstairs": "jungle_stairs", - "jwoodenstair": "jungle_stairs", - "jwoodenstairs": "jungle_stairs", - "jwoodstair": "jungle_stairs", - "jwoodstairs": "jungle_stairs", - "jwstair": "jungle_stairs", - "jwstairs": "jungle_stairs", - "minecraft:jungle_stairs": "jungle_stairs", - "jungle_trapdoor": { - "material": "JUNGLE_TRAPDOOR" - }, - "fdoort": "jungle_trapdoor", - "fdoortrap": "jungle_trapdoor", - "fdtrap": "jungle_trapdoor", - "fhatch": "jungle_trapdoor", - "forestdoort": "jungle_trapdoor", - "forestdoortrap": "jungle_trapdoor", - "forestdtrap": "jungle_trapdoor", - "foresthatch": "jungle_trapdoor", - "foresttdoor": "jungle_trapdoor", - "foresttrapd": "jungle_trapdoor", - "foresttrapdoor": "jungle_trapdoor", - "ftdoor": "jungle_trapdoor", - "ftrapd": "jungle_trapdoor", - "ftrapdoor": "jungle_trapdoor", - "jdoort": "jungle_trapdoor", - "jdoortrap": "jungle_trapdoor", - "jdtrap": "jungle_trapdoor", - "jhatch": "jungle_trapdoor", - "jtdoor": "jungle_trapdoor", - "jtrapd": "jungle_trapdoor", - "jtrapdoor": "jungle_trapdoor", - "jungledoort": "jungle_trapdoor", - "jungledoortrap": "jungle_trapdoor", - "jungledtrap": "jungle_trapdoor", - "junglehatch": "jungle_trapdoor", - "jungletdoor": "jungle_trapdoor", - "jungletrapd": "jungle_trapdoor", - "jungletrapdoor": "jungle_trapdoor", - "minecraft:jungle_trapdoor": "jungle_trapdoor", - "jungle_wood": { - "material": "JUNGLE_WOOD" - }, - "flogall": "jungle_wood", - "forestlogall": "jungle_wood", - "foresttreeall": "jungle_wood", - "foresttrunkall": "jungle_wood", - "forestwood": "jungle_wood", - "ftreeall": "jungle_wood", - "ftrunkall": "jungle_wood", - "fwood": "jungle_wood", - "jlogall": "jungle_wood", - "jtreeall": "jungle_wood", - "jtrunkall": "jungle_wood", - "junglelogall": "jungle_wood", - "jungletreeall": "jungle_wood", - "jungletrunkall": "jungle_wood", - "junglewood": "jungle_wood", - "jwood": "jungle_wood", - "minecraft:jungle_wood": "jungle_wood", - "woodf": "jungle_wood", - "woodforest": "jungle_wood", - "woodj": "jungle_wood", - "woodjungle": "jungle_wood", - "kelp": { - "material": "KELP" - }, - "minecraft:kelp": "kelp", - "knowledge_book": { - "material": "KNOWLEDGE_BOOK" - }, - "knowledgebook": "knowledge_book", - "minecraft:knowledge_book": "knowledge_book", - "ladder": { - "material": "LADDER" - }, - "minecraft:ladder": "ladder", - "lantern": { - "material": "LANTERN" - }, - "minecraft:lantern": "lantern", - "lapis_block": { - "material": "LAPIS_BLOCK" - }, - "blockl": "lapis_block", - "blocklapis": "lapis_block", - "blocklapislazuli": "lapis_block", - "lapisblock": "lapis_block", - "lapislazuliblock": "lapis_block", - "lblock": "lapis_block", - "minecraft:lapis_block": "lapis_block", - "lapis_lazuli": { - "material": "LAPIS_LAZULI" - }, - "lapislazuli": "lapis_lazuli", - "minecraft:lapis_lazuli": "lapis_lazuli", - "lapis_ore": { - "material": "LAPIS_ORE" - }, - "lapislazulio": "lapis_ore", - "lapislazuliore": "lapis_ore", - "lapiso": "lapis_ore", - "lapisore": "lapis_ore", - "lo": "lapis_ore", - "lore": "lapis_ore", - "minecraft:lapis_ore": "lapis_ore", - "ol": "lapis_ore", - "olapis": "lapis_ore", - "olapislazuli": "lapis_ore", - "orel": "lapis_ore", - "orelapis": "lapis_ore", - "orelapislazuli": "lapis_ore", - "stonelapislazuliore": "lapis_ore", - "stonelapisore": "lapis_ore", - "stonelore": "lapis_ore", - "large_amethyst_bud": { - "material": "LARGE_AMETHYST_BUD" - }, - "amethystbudl": "large_amethyst_bud", - "bigamethystbud": "large_amethyst_bud", - "bigcavebud": "large_amethyst_bud", - "cavebudl": "large_amethyst_bud", - "lamethystbud": "large_amethyst_bud", - "largeamethystbud": "large_amethyst_bud", - "largecavebud": "large_amethyst_bud", - "lcavebud": "large_amethyst_bud", - "minecraft:large_amethyst_bud": "large_amethyst_bud", - "large_fern": { - "material": "LARGE_FERN" - }, - "largefern": "large_fern", - "minecraft:large_fern": "large_fern", - "lava_bucket": { - "material": "LAVA_BUCKET" - }, - "lavabucket": "lava_bucket", - "minecraft:lava_bucket": "lava_bucket", - "lead": { - "material": "LEAD" - }, - "minecraft:lead": "lead", - "leaping_lingering_potion": { - "potionData": { - "type": "JUMP", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotionjump": "leaping_lingering_potion", - "aoepotionleap": "leaping_lingering_potion", - "aoepotionleaping": "leaping_lingering_potion", - "aoepotjump": "leaping_lingering_potion", - "aoepotleap": "leaping_lingering_potion", - "aoepotleaping": "leaping_lingering_potion", - "areapotionjump": "leaping_lingering_potion", - "areapotionleap": "leaping_lingering_potion", - "areapotionleaping": "leaping_lingering_potion", - "areapotjump": "leaping_lingering_potion", - "areapotleap": "leaping_lingering_potion", - "areapotleaping": "leaping_lingering_potion", - "cloudpotionjump": "leaping_lingering_potion", - "cloudpotionleap": "leaping_lingering_potion", - "cloudpotionleaping": "leaping_lingering_potion", - "cloudpotjump": "leaping_lingering_potion", - "cloudpotleap": "leaping_lingering_potion", - "cloudpotleaping": "leaping_lingering_potion", - "jumpaoepoiont": "leaping_lingering_potion", - "jumpaoepot": "leaping_lingering_potion", - "jumpareapot": "leaping_lingering_potion", - "jumpareapotion": "leaping_lingering_potion", - "jumpcloudpot": "leaping_lingering_potion", - "jumpcloudpotion": "leaping_lingering_potion", - "jumplingerpot": "leaping_lingering_potion", - "leapaoepoiont": "leaping_lingering_potion", - "leapaoepot": "leaping_lingering_potion", - "leapareapot": "leaping_lingering_potion", - "leapareapotion": "leaping_lingering_potion", - "leapcloudpot": "leaping_lingering_potion", - "leapcloudpotion": "leaping_lingering_potion", - "leapingaoepoiont": "leaping_lingering_potion", - "leapingaoepot": "leaping_lingering_potion", - "leapingareapot": "leaping_lingering_potion", - "leapingareapotion": "leaping_lingering_potion", - "leapingcloudpot": "leaping_lingering_potion", - "leapingcloudpotion": "leaping_lingering_potion", - "leapinglingerpot": "leaping_lingering_potion", - "leaplingerpot": "leaping_lingering_potion", - "lingerpotjump": "leaping_lingering_potion", - "lingerpotleap": "leaping_lingering_potion", - "lingerpotleaping": "leaping_lingering_potion", - "leaping_potion": { - "potionData": { - "type": "JUMP", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "jumppot": "leaping_potion", - "jumppotion": "leaping_potion", - "leapingpot": "leaping_potion", - "leapingpotion": "leaping_potion", - "leappot": "leaping_potion", - "leappotion": "leaping_potion", - "potionofjump": "leaping_potion", - "potionofleap": "leaping_potion", - "potionofleaping": "leaping_potion", - "potofjump": "leaping_potion", - "potofleap": "leaping_potion", - "potofleaping": "leaping_potion", - "leaping_splash_potion": { - "potionData": { - "type": "JUMP", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "jumpsplashpot": "leaping_splash_potion", - "jumpsplashpotion": "leaping_splash_potion", - "leapingsplashpot": "leaping_splash_potion", - "leapingsplashpotion": "leaping_splash_potion", - "leapsplashpot": "leaping_splash_potion", - "leapsplashpotion": "leaping_splash_potion", - "splashjumppot": "leaping_splash_potion", - "splashjumppotion": "leaping_splash_potion", - "splashleapingpot": "leaping_splash_potion", - "splashleapingpotion": "leaping_splash_potion", - "splashleappot": "leaping_splash_potion", - "splashleappotion": "leaping_splash_potion", - "spljumppot": "leaping_splash_potion", - "spljumppotion": "leaping_splash_potion", - "splleapingpot": "leaping_splash_potion", - "splleapingpotion": "leaping_splash_potion", - "splleappot": "leaping_splash_potion", - "splleappotion": "leaping_splash_potion", - "leaping_tipped_arrow": { - "potionData": { - "type": "JUMP", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowjump": "leaping_tipped_arrow", - "arrowleap": "leaping_tipped_arrow", - "arrowleaping": "leaping_tipped_arrow", - "jumparrow": "leaping_tipped_arrow", - "jumptarr": "leaping_tipped_arrow", - "jumptarrow": "leaping_tipped_arrow", - "jumptippedarrow": "leaping_tipped_arrow", - "leaparrow": "leaping_tipped_arrow", - "leapingarrow": "leaping_tipped_arrow", - "leapingtarr": "leaping_tipped_arrow", - "leapingtarrow": "leaping_tipped_arrow", - "leapingtippedarrow": "leaping_tipped_arrow", - "leaptarr": "leaping_tipped_arrow", - "leaptarrow": "leaping_tipped_arrow", - "leaptippedarrow": "leaping_tipped_arrow", - "leather": { - "material": "LEATHER" - }, - "minecraft:leather": "leather", - "leather_boots": { - "material": "LEATHER_BOOTS" - }, - "lboots": "leather_boots", - "leatherboots": "leather_boots", - "leathershoes": "leather_boots", - "lshoes": "leather_boots", - "minecraft:leather_boots": "leather_boots", - "leather_chestplate": { - "material": "LEATHER_CHESTPLATE" - }, - "lchestplate": "leather_chestplate", - "leatherchestplate": "leather_chestplate", - "leatherplate": "leather_chestplate", - "leatherplatebody": "leather_chestplate", - "leathershirt": "leather_chestplate", - "leathertunic": "leather_chestplate", - "lplatebody": "leather_chestplate", - "lshirt": "leather_chestplate", - "ltunic": "leather_chestplate", - "minecraft:leather_chestplate": "leather_chestplate", - "leather_helmet": { - "material": "LEATHER_HELMET" - }, - "lcoif": "leather_helmet", - "leathercoif": "leather_helmet", - "leatherhat": "leather_helmet", - "leatherhelm": "leather_helmet", - "leatherhelmet": "leather_helmet", - "lhat": "leather_helmet", - "lhelm": "leather_helmet", - "lhelmet": "leather_helmet", - "minecraft:leather_helmet": "leather_helmet", - "leather_horse_armor": { - "material": "LEATHER_HORSE_ARMOR" - }, - "larmor": "leather_horse_armor", - "leatherarmor": "leather_horse_armor", - "leatherharmor": "leather_horse_armor", - "leatherhorsearmor": "leather_horse_armor", - "lharmor": "leather_horse_armor", - "lhorsearmor": "leather_horse_armor", - "minecraft:leather_horse_armor": "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", - "minecraft:leather_leggings": "leather_leggings", - "lectern": { - "material": "LECTERN" - }, - "minecraft:lectern": "lectern", - "lever": { - "material": "LEVER" - }, - "minecraft:lever": "lever", - "light": { - "material": "LIGHT" - }, - "minecraft:light": "light", - "light_blue_banner": { - "material": "LIGHT_BLUE_BANNER" - }, - "lbbanner": "light_blue_banner", - "lblubanner": "light_blue_banner", - "lbluebanner": "light_blue_banner", - "light_bluebanner": "light_blue_banner", - "lightblubanner": "light_blue_banner", - "lightbluebanner": "light_blue_banner", - "minecraft:light_blue_banner": "light_blue_banner", - "light_blue_bed": { - "material": "LIGHT_BLUE_BED" - }, - "lbbed": "light_blue_bed", - "lblubed": "light_blue_bed", - "lbluebed": "light_blue_bed", - "light_bluebed": "light_blue_bed", - "lightblubed": "light_blue_bed", - "lightbluebed": "light_blue_bed", - "minecraft:light_blue_bed": "light_blue_bed", - "light_blue_candle": { - "material": "LIGHT_BLUE_CANDLE" - }, - "lbcandle": "light_blue_candle", - "lblucandle": "light_blue_candle", - "lbluecandle": "light_blue_candle", - "light_bluecandle": "light_blue_candle", - "lightblucandle": "light_blue_candle", - "lightbluecandle": "light_blue_candle", - "minecraft:light_blue_candle": "light_blue_candle", - "light_blue_carpet": { - "material": "LIGHT_BLUE_CARPET" - }, - "lbcarpet": "light_blue_carpet", - "lbfloor": "light_blue_carpet", - "lblucarpet": "light_blue_carpet", - "lbluecarpet": "light_blue_carpet", - "lbluefloor": "light_blue_carpet", - "lblufloor": "light_blue_carpet", - "light_bluecarpet": "light_blue_carpet", - "light_bluefloor": "light_blue_carpet", - "lightblucarpet": "light_blue_carpet", - "lightbluecarpet": "light_blue_carpet", - "lightbluefloor": "light_blue_carpet", - "lightblufloor": "light_blue_carpet", - "minecraft:light_blue_carpet": "light_blue_carpet", - "light_blue_concrete": { - "material": "LIGHT_BLUE_CONCRETE" - }, - "lbconcrete": "light_blue_concrete", - "lbluconcrete": "light_blue_concrete", - "lblueconcrete": "light_blue_concrete", - "light_blueconcrete": "light_blue_concrete", - "lightbluconcrete": "light_blue_concrete", - "lightblueconcrete": "light_blue_concrete", - "minecraft:light_blue_concrete": "light_blue_concrete", - "light_blue_concrete_powder": { - "material": "LIGHT_BLUE_CONCRETE_POWDER" - }, - "lbcdust": "light_blue_concrete_powder", - "lbconcretepowder": "light_blue_concrete_powder", - "lbconcretesand": "light_blue_concrete_powder", - "lbcp": "light_blue_concrete_powder", - "lbcpowder": "light_blue_concrete_powder", - "lblucdust": "light_blue_concrete_powder", - "lbluconcretepowder": "light_blue_concrete_powder", - "lbluconcretesand": "light_blue_concrete_powder", - "lblucp": "light_blue_concrete_powder", - "lblucpowder": "light_blue_concrete_powder", - "lbluecdust": "light_blue_concrete_powder", - "lblueconcretepowder": "light_blue_concrete_powder", - "lblueconcretesand": "light_blue_concrete_powder", - "lbluecp": "light_blue_concrete_powder", - "lbluecpowder": "light_blue_concrete_powder", - "light_bluecdust": "light_blue_concrete_powder", - "light_blueconcretepowder": "light_blue_concrete_powder", - "light_blueconcretesand": "light_blue_concrete_powder", - "light_bluecp": "light_blue_concrete_powder", - "light_bluecpowder": "light_blue_concrete_powder", - "lightblucdust": "light_blue_concrete_powder", - "lightbluconcretepowder": "light_blue_concrete_powder", - "lightbluconcretesand": "light_blue_concrete_powder", - "lightblucp": "light_blue_concrete_powder", - "lightblucpowder": "light_blue_concrete_powder", - "lightbluecdust": "light_blue_concrete_powder", - "lightblueconcretepowder": "light_blue_concrete_powder", - "lightblueconcretesand": "light_blue_concrete_powder", - "lightbluecp": "light_blue_concrete_powder", - "lightbluecpowder": "light_blue_concrete_powder", - "minecraft:light_blue_concrete_powder": "light_blue_concrete_powder", - "light_blue_dye": { - "material": "LIGHT_BLUE_DYE" - }, - "lbdye": "light_blue_dye", - "lbludye": "light_blue_dye", - "lbluedye": "light_blue_dye", - "light_bluedye": "light_blue_dye", - "lightbludye": "light_blue_dye", - "lightbluedye": "light_blue_dye", - "minecraft:light_blue_dye": "light_blue_dye", - "light_blue_glazed_terracotta": { - "material": "LIGHT_BLUE_GLAZED_TERRACOTTA" - }, - "lbglazedtcota": "light_blue_glazed_terracotta", - "lbglazedterra": "light_blue_glazed_terracotta", - "lbglazedterracota": "light_blue_glazed_terracotta", - "lbglazedterracotta": "light_blue_glazed_terracotta", - "lbgtcotta": "light_blue_glazed_terracotta", - "lbgterra": "light_blue_glazed_terracotta", - "lblueglazedtcota": "light_blue_glazed_terracotta", - "lblueglazedterra": "light_blue_glazed_terracotta", - "lblueglazedterracota": "light_blue_glazed_terracotta", - "lblueglazedterracotta": "light_blue_glazed_terracotta", - "lbluegtcotta": "light_blue_glazed_terracotta", - "lbluegterra": "light_blue_glazed_terracotta", - "lbluglazedtcota": "light_blue_glazed_terracotta", - "lbluglazedterra": "light_blue_glazed_terracotta", - "lbluglazedterracota": "light_blue_glazed_terracotta", - "lbluglazedterracotta": "light_blue_glazed_terracotta", - "lblugtcotta": "light_blue_glazed_terracotta", - "lblugterra": "light_blue_glazed_terracotta", - "light_blueglazedtcota": "light_blue_glazed_terracotta", - "light_blueglazedterra": "light_blue_glazed_terracotta", - "light_blueglazedterracota": "light_blue_glazed_terracotta", - "light_blueglazedterracotta": "light_blue_glazed_terracotta", - "light_bluegtcotta": "light_blue_glazed_terracotta", - "light_bluegterra": "light_blue_glazed_terracotta", - "lightblueglazedtcota": "light_blue_glazed_terracotta", - "lightblueglazedterra": "light_blue_glazed_terracotta", - "lightblueglazedterracota": "light_blue_glazed_terracotta", - "lightblueglazedterracotta": "light_blue_glazed_terracotta", - "lightbluegtcotta": "light_blue_glazed_terracotta", - "lightbluegterra": "light_blue_glazed_terracotta", - "lightbluglazedtcota": "light_blue_glazed_terracotta", - "lightbluglazedterra": "light_blue_glazed_terracotta", - "lightbluglazedterracota": "light_blue_glazed_terracotta", - "lightbluglazedterracotta": "light_blue_glazed_terracotta", - "lightblugtcotta": "light_blue_glazed_terracotta", - "lightblugterra": "light_blue_glazed_terracotta", - "minecraft:light_blue_glazed_terracotta": "light_blue_glazed_terracotta", - "light_blue_shulker_box": { - "material": "LIGHT_BLUE_SHULKER_BOX" - }, - "lbluesbox": "light_blue_shulker_box", - "lblueshulkerbox": "light_blue_shulker_box", - "lblusbox": "light_blue_shulker_box", - "lblushulkerbox": "light_blue_shulker_box", - "lbsbox": "light_blue_shulker_box", - "lbshulkerbox": "light_blue_shulker_box", - "light_bluesbox": "light_blue_shulker_box", - "light_blueshulkerbox": "light_blue_shulker_box", - "lightbluesbox": "light_blue_shulker_box", - "lightblueshulkerbox": "light_blue_shulker_box", - "lightblusbox": "light_blue_shulker_box", - "lightblushulkerbox": "light_blue_shulker_box", - "minecraft:light_blue_shulker_box": "light_blue_shulker_box", - "light_blue_stained_glass": { - "material": "LIGHT_BLUE_STAINED_GLASS" - }, - "lbglass": "light_blue_stained_glass", - "lblueglass": "light_blue_stained_glass", - "lbluesglass": "light_blue_stained_glass", - "lbluestainedglass": "light_blue_stained_glass", - "lbluglass": "light_blue_stained_glass", - "lblusglass": "light_blue_stained_glass", - "lblustainedglass": "light_blue_stained_glass", - "lbsglass": "light_blue_stained_glass", - "lbstainedglass": "light_blue_stained_glass", - "light_blueglass": "light_blue_stained_glass", - "light_bluesglass": "light_blue_stained_glass", - "light_bluestainedglass": "light_blue_stained_glass", - "lightblueglass": "light_blue_stained_glass", - "lightbluesglass": "light_blue_stained_glass", - "lightbluestainedglass": "light_blue_stained_glass", - "lightbluglass": "light_blue_stained_glass", - "lightblusglass": "light_blue_stained_glass", - "lightblustainedglass": "light_blue_stained_glass", - "minecraft:light_blue_stained_glass": "light_blue_stained_glass", - "light_blue_stained_glass_pane": { - "material": "LIGHT_BLUE_STAINED_GLASS_PANE" - }, - "lbglasspane": "light_blue_stained_glass_pane", - "lbgpane": "light_blue_stained_glass_pane", - "lblueglasspane": "light_blue_stained_glass_pane", - "lbluegpane": "light_blue_stained_glass_pane", - "lbluesglasspane": "light_blue_stained_glass_pane", - "lbluestainedglasspane": "light_blue_stained_glass_pane", - "lbluglasspane": "light_blue_stained_glass_pane", - "lblugpane": "light_blue_stained_glass_pane", - "lblusglasspane": "light_blue_stained_glass_pane", - "lblustainedglasspane": "light_blue_stained_glass_pane", - "lbsglasspane": "light_blue_stained_glass_pane", - "lbstainedglasspane": "light_blue_stained_glass_pane", - "light_blueglasspane": "light_blue_stained_glass_pane", - "light_bluegpane": "light_blue_stained_glass_pane", - "light_bluesglasspane": "light_blue_stained_glass_pane", - "light_bluestainedglasspane": "light_blue_stained_glass_pane", - "lightblueglasspane": "light_blue_stained_glass_pane", - "lightbluegpane": "light_blue_stained_glass_pane", - "lightbluesglasspane": "light_blue_stained_glass_pane", - "lightbluestainedglasspane": "light_blue_stained_glass_pane", - "lightbluglasspane": "light_blue_stained_glass_pane", - "lightblugpane": "light_blue_stained_glass_pane", - "lightblusglasspane": "light_blue_stained_glass_pane", - "lightblustainedglasspane": "light_blue_stained_glass_pane", - "minecraft:light_blue_stained_glass_pane": "light_blue_stained_glass_pane", - "light_blue_terracotta": { - "material": "LIGHT_BLUE_TERRACOTTA" - }, - "lbclay": "light_blue_terracotta", - "lbluclay": "light_blue_terracotta", - "lblueclay": "light_blue_terracotta", - "lbluesclay": "light_blue_terracotta", - "lbluestainedclay": "light_blue_terracotta", - "lbluetcota": "light_blue_terracotta", - "lblueterra": "light_blue_terracotta", - "lblueterracota": "light_blue_terracotta", - "lblueterracotta": "light_blue_terracotta", - "lblusclay": "light_blue_terracotta", - "lblustainedclay": "light_blue_terracotta", - "lblutcota": "light_blue_terracotta", - "lbluterra": "light_blue_terracotta", - "lbluterracota": "light_blue_terracotta", - "lbluterracotta": "light_blue_terracotta", - "lbsclay": "light_blue_terracotta", - "lbstainedclay": "light_blue_terracotta", - "lbtcota": "light_blue_terracotta", - "lbterra": "light_blue_terracotta", - "lbterracota": "light_blue_terracotta", - "lbterracotta": "light_blue_terracotta", - "light_blueclay": "light_blue_terracotta", - "light_bluesclay": "light_blue_terracotta", - "light_bluestainedclay": "light_blue_terracotta", - "light_bluetcota": "light_blue_terracotta", - "light_blueterra": "light_blue_terracotta", - "light_blueterracota": "light_blue_terracotta", - "light_blueterracotta": "light_blue_terracotta", - "lightbluclay": "light_blue_terracotta", - "lightblueclay": "light_blue_terracotta", - "lightbluesclay": "light_blue_terracotta", - "lightbluestainedclay": "light_blue_terracotta", - "lightbluetcota": "light_blue_terracotta", - "lightblueterra": "light_blue_terracotta", - "lightblueterracota": "light_blue_terracotta", - "lightblueterracotta": "light_blue_terracotta", - "lightblusclay": "light_blue_terracotta", - "lightblustainedclay": "light_blue_terracotta", - "lightblutcota": "light_blue_terracotta", - "lightbluterra": "light_blue_terracotta", - "lightbluterracota": "light_blue_terracotta", - "lightbluterracotta": "light_blue_terracotta", - "minecraft:light_blue_terracotta": "light_blue_terracotta", - "light_blue_wool": { - "material": "LIGHT_BLUE_WOOL" - }, - "lbcloth": "light_blue_wool", - "lbcotton": "light_blue_wool", - "lblucloth": "light_blue_wool", - "lblucotton": "light_blue_wool", - "lbluecloth": "light_blue_wool", - "lbluecotton": "light_blue_wool", - "lbluewool": "light_blue_wool", - "lbluwool": "light_blue_wool", - "lbwool": "light_blue_wool", - "light_bluecloth": "light_blue_wool", - "light_bluecotton": "light_blue_wool", - "light_bluewool": "light_blue_wool", - "lightblucloth": "light_blue_wool", - "lightblucotton": "light_blue_wool", - "lightbluecloth": "light_blue_wool", - "lightbluecotton": "light_blue_wool", - "lightbluewool": "light_blue_wool", - "lightbluwool": "light_blue_wool", - "minecraft:light_blue_wool": "light_blue_wool", - "light_gray_banner": { - "material": "LIGHT_GRAY_BANNER" - }, - "lgbanner": "light_gray_banner", - "lgrabanner": "light_gray_banner", - "lgraybanner": "light_gray_banner", - "lgreybanner": "light_gray_banner", - "light_graybanner": "light_gray_banner", - "lightgrabanner": "light_gray_banner", - "lightgraybanner": "light_gray_banner", - "lightgreybanner": "light_gray_banner", - "minecraft:light_gray_banner": "light_gray_banner", - "siabanner": "light_gray_banner", - "sibanner": "light_gray_banner", - "silverbanner": "light_gray_banner", - "light_gray_bed": { - "material": "LIGHT_GRAY_BED" - }, - "lgbed": "light_gray_bed", - "lgrabed": "light_gray_bed", - "lgraybed": "light_gray_bed", - "lgreybed": "light_gray_bed", - "light_graybed": "light_gray_bed", - "lightgrabed": "light_gray_bed", - "lightgraybed": "light_gray_bed", - "lightgreybed": "light_gray_bed", - "minecraft:light_gray_bed": "light_gray_bed", - "siabed": "light_gray_bed", - "sibed": "light_gray_bed", - "silverbed": "light_gray_bed", - "light_gray_candle": { - "material": "LIGHT_GRAY_CANDLE" - }, - "lgcandle": "light_gray_candle", - "lgracandle": "light_gray_candle", - "lgraycandle": "light_gray_candle", - "lgreycandle": "light_gray_candle", - "light_graycandle": "light_gray_candle", - "lightgracandle": "light_gray_candle", - "lightgraycandle": "light_gray_candle", - "lightgreycandle": "light_gray_candle", - "minecraft:light_gray_candle": "light_gray_candle", - "siacandle": "light_gray_candle", - "sicandle": "light_gray_candle", - "silvercandle": "light_gray_candle", - "light_gray_carpet": { - "material": "LIGHT_GRAY_CARPET" - }, - "lgcarpet": "light_gray_carpet", - "lgfloor": "light_gray_carpet", - "lgracarpet": "light_gray_carpet", - "lgrafloor": "light_gray_carpet", - "lgraycarpet": "light_gray_carpet", - "lgrayfloor": "light_gray_carpet", - "lgreycarpet": "light_gray_carpet", - "lgreyfloor": "light_gray_carpet", - "light_graycarpet": "light_gray_carpet", - "light_grayfloor": "light_gray_carpet", - "lightgracarpet": "light_gray_carpet", - "lightgrafloor": "light_gray_carpet", - "lightgraycarpet": "light_gray_carpet", - "lightgrayfloor": "light_gray_carpet", - "lightgreycarpet": "light_gray_carpet", - "lightgreyfloor": "light_gray_carpet", - "minecraft:light_gray_carpet": "light_gray_carpet", - "siacarpet": "light_gray_carpet", - "siafloor": "light_gray_carpet", - "sicarpet": "light_gray_carpet", - "sifloor": "light_gray_carpet", - "silvercarpet": "light_gray_carpet", - "silverfloor": "light_gray_carpet", - "light_gray_concrete": { - "material": "LIGHT_GRAY_CONCRETE" - }, - "lgconcrete": "light_gray_concrete", - "lgraconcrete": "light_gray_concrete", - "lgrayconcrete": "light_gray_concrete", - "lgreyconcrete": "light_gray_concrete", - "light_grayconcrete": "light_gray_concrete", - "lightgraconcrete": "light_gray_concrete", - "lightgrayconcrete": "light_gray_concrete", - "lightgreyconcrete": "light_gray_concrete", - "minecraft:light_gray_concrete": "light_gray_concrete", - "siaconcrete": "light_gray_concrete", - "siconcrete": "light_gray_concrete", - "silverconcrete": "light_gray_concrete", - "light_gray_concrete_powder": { - "material": "LIGHT_GRAY_CONCRETE_POWDER" - }, - "lgcdust": "light_gray_concrete_powder", - "lgconcretepowder": "light_gray_concrete_powder", - "lgconcretesand": "light_gray_concrete_powder", - "lgcp": "light_gray_concrete_powder", - "lgcpowder": "light_gray_concrete_powder", - "lgracdust": "light_gray_concrete_powder", - "lgraconcretepowder": "light_gray_concrete_powder", - "lgraconcretesand": "light_gray_concrete_powder", - "lgracp": "light_gray_concrete_powder", - "lgracpowder": "light_gray_concrete_powder", - "lgraycdust": "light_gray_concrete_powder", - "lgrayconcretepowder": "light_gray_concrete_powder", - "lgrayconcretesand": "light_gray_concrete_powder", - "lgraycp": "light_gray_concrete_powder", - "lgraycpowder": "light_gray_concrete_powder", - "lgreycdust": "light_gray_concrete_powder", - "lgreyconcretepowder": "light_gray_concrete_powder", - "lgreyconcretesand": "light_gray_concrete_powder", - "lgreycp": "light_gray_concrete_powder", - "lgreycpowder": "light_gray_concrete_powder", - "light_graycdust": "light_gray_concrete_powder", - "light_grayconcretepowder": "light_gray_concrete_powder", - "light_grayconcretesand": "light_gray_concrete_powder", - "light_graycp": "light_gray_concrete_powder", - "light_graycpowder": "light_gray_concrete_powder", - "lightgracdust": "light_gray_concrete_powder", - "lightgraconcretepowder": "light_gray_concrete_powder", - "lightgraconcretesand": "light_gray_concrete_powder", - "lightgracp": "light_gray_concrete_powder", - "lightgracpowder": "light_gray_concrete_powder", - "lightgraycdust": "light_gray_concrete_powder", - "lightgrayconcretepowder": "light_gray_concrete_powder", - "lightgrayconcretesand": "light_gray_concrete_powder", - "lightgraycp": "light_gray_concrete_powder", - "lightgraycpowder": "light_gray_concrete_powder", - "lightgreycdust": "light_gray_concrete_powder", - "lightgreyconcretepowder": "light_gray_concrete_powder", - "lightgreyconcretesand": "light_gray_concrete_powder", - "lightgreycp": "light_gray_concrete_powder", - "lightgreycpowder": "light_gray_concrete_powder", - "minecraft:light_gray_concrete_powder": "light_gray_concrete_powder", - "siacdust": "light_gray_concrete_powder", - "siaconcretepowder": "light_gray_concrete_powder", - "siaconcretesand": "light_gray_concrete_powder", - "siacp": "light_gray_concrete_powder", - "siacpowder": "light_gray_concrete_powder", - "sicdust": "light_gray_concrete_powder", - "siconcretepowder": "light_gray_concrete_powder", - "siconcretesand": "light_gray_concrete_powder", - "sicp": "light_gray_concrete_powder", - "sicpowder": "light_gray_concrete_powder", - "silvercdust": "light_gray_concrete_powder", - "silverconcretepowder": "light_gray_concrete_powder", - "silverconcretesand": "light_gray_concrete_powder", - "silvercp": "light_gray_concrete_powder", - "silvercpowder": "light_gray_concrete_powder", - "light_gray_dye": { - "material": "LIGHT_GRAY_DYE" - }, - "lgdye": "light_gray_dye", - "lgradye": "light_gray_dye", - "lgraydye": "light_gray_dye", - "lgreydye": "light_gray_dye", - "light_graydye": "light_gray_dye", - "lightgradye": "light_gray_dye", - "lightgraydye": "light_gray_dye", - "lightgreydye": "light_gray_dye", - "minecraft:light_gray_dye": "light_gray_dye", - "siadye": "light_gray_dye", - "sidye": "light_gray_dye", - "silverdye": "light_gray_dye", - "light_gray_glazed_terracotta": { - "material": "LIGHT_GRAY_GLAZED_TERRACOTTA" - }, - "lgglazedtcota": "light_gray_glazed_terracotta", - "lgglazedterra": "light_gray_glazed_terracotta", - "lgglazedterracota": "light_gray_glazed_terracotta", - "lgglazedterracotta": "light_gray_glazed_terracotta", - "lggtcotta": "light_gray_glazed_terracotta", - "lggterra": "light_gray_glazed_terracotta", - "lgraglazedtcota": "light_gray_glazed_terracotta", - "lgraglazedterra": "light_gray_glazed_terracotta", - "lgraglazedterracota": "light_gray_glazed_terracotta", - "lgraglazedterracotta": "light_gray_glazed_terracotta", - "lgragtcotta": "light_gray_glazed_terracotta", - "lgragterra": "light_gray_glazed_terracotta", - "lgrayglazedtcota": "light_gray_glazed_terracotta", - "lgrayglazedterra": "light_gray_glazed_terracotta", - "lgrayglazedterracota": "light_gray_glazed_terracotta", - "lgrayglazedterracotta": "light_gray_glazed_terracotta", - "lgraygtcotta": "light_gray_glazed_terracotta", - "lgraygterra": "light_gray_glazed_terracotta", - "lgreyglazedtcota": "light_gray_glazed_terracotta", - "lgreyglazedterra": "light_gray_glazed_terracotta", - "lgreyglazedterracota": "light_gray_glazed_terracotta", - "lgreyglazedterracotta": "light_gray_glazed_terracotta", - "lgreygtcotta": "light_gray_glazed_terracotta", - "lgreygterra": "light_gray_glazed_terracotta", - "light_grayglazedtcota": "light_gray_glazed_terracotta", - "light_grayglazedterra": "light_gray_glazed_terracotta", - "light_grayglazedterracota": "light_gray_glazed_terracotta", - "light_grayglazedterracotta": "light_gray_glazed_terracotta", - "light_graygtcotta": "light_gray_glazed_terracotta", - "light_graygterra": "light_gray_glazed_terracotta", - "lightgraglazedtcota": "light_gray_glazed_terracotta", - "lightgraglazedterra": "light_gray_glazed_terracotta", - "lightgraglazedterracota": "light_gray_glazed_terracotta", - "lightgraglazedterracotta": "light_gray_glazed_terracotta", - "lightgragtcotta": "light_gray_glazed_terracotta", - "lightgragterra": "light_gray_glazed_terracotta", - "lightgrayglazedtcota": "light_gray_glazed_terracotta", - "lightgrayglazedterra": "light_gray_glazed_terracotta", - "lightgrayglazedterracota": "light_gray_glazed_terracotta", - "lightgrayglazedterracotta": "light_gray_glazed_terracotta", - "lightgraygtcotta": "light_gray_glazed_terracotta", - "lightgraygterra": "light_gray_glazed_terracotta", - "lightgreyglazedtcota": "light_gray_glazed_terracotta", - "lightgreyglazedterra": "light_gray_glazed_terracotta", - "lightgreyglazedterracota": "light_gray_glazed_terracotta", - "lightgreyglazedterracotta": "light_gray_glazed_terracotta", - "lightgreygtcotta": "light_gray_glazed_terracotta", - "lightgreygterra": "light_gray_glazed_terracotta", - "minecraft:light_gray_glazed_terracotta": "light_gray_glazed_terracotta", - "siaglazedtcota": "light_gray_glazed_terracotta", - "siaglazedterra": "light_gray_glazed_terracotta", - "siaglazedterracota": "light_gray_glazed_terracotta", - "siaglazedterracotta": "light_gray_glazed_terracotta", - "siagtcotta": "light_gray_glazed_terracotta", - "siagterra": "light_gray_glazed_terracotta", - "siglazedtcota": "light_gray_glazed_terracotta", - "siglazedterra": "light_gray_glazed_terracotta", - "siglazedterracota": "light_gray_glazed_terracotta", - "siglazedterracotta": "light_gray_glazed_terracotta", - "sigtcotta": "light_gray_glazed_terracotta", - "sigterra": "light_gray_glazed_terracotta", - "silverglazedtcota": "light_gray_glazed_terracotta", - "silverglazedterra": "light_gray_glazed_terracotta", - "silverglazedterracota": "light_gray_glazed_terracotta", - "silverglazedterracotta": "light_gray_glazed_terracotta", - "silvergtcotta": "light_gray_glazed_terracotta", - "silvergterra": "light_gray_glazed_terracotta", - "light_gray_shulker_box": { - "material": "LIGHT_GRAY_SHULKER_BOX" - }, - "lgrasbox": "light_gray_shulker_box", - "lgrashulkerbox": "light_gray_shulker_box", - "lgraysbox": "light_gray_shulker_box", - "lgrayshulkerbox": "light_gray_shulker_box", - "lgreysbox": "light_gray_shulker_box", - "lgreyshulkerbox": "light_gray_shulker_box", - "lgsbox": "light_gray_shulker_box", - "lgshulkerbox": "light_gray_shulker_box", - "light_graysbox": "light_gray_shulker_box", - "light_grayshulkerbox": "light_gray_shulker_box", - "lightgrasbox": "light_gray_shulker_box", - "lightgrashulkerbox": "light_gray_shulker_box", - "lightgraysbox": "light_gray_shulker_box", - "lightgrayshulkerbox": "light_gray_shulker_box", - "lightgreysbox": "light_gray_shulker_box", - "lightgreyshulkerbox": "light_gray_shulker_box", - "minecraft:light_gray_shulker_box": "light_gray_shulker_box", - "siasbox": "light_gray_shulker_box", - "siashulkerbox": "light_gray_shulker_box", - "silversbox": "light_gray_shulker_box", - "silvershulkerbox": "light_gray_shulker_box", - "sisbox": "light_gray_shulker_box", - "sishulkerbox": "light_gray_shulker_box", - "light_gray_stained_glass": { - "material": "LIGHT_GRAY_STAINED_GLASS" - }, - "lgglass": "light_gray_stained_glass", - "lgraglass": "light_gray_stained_glass", - "lgrasglass": "light_gray_stained_glass", - "lgrastainedglass": "light_gray_stained_glass", - "lgrayglass": "light_gray_stained_glass", - "lgraysglass": "light_gray_stained_glass", - "lgraystainedglass": "light_gray_stained_glass", - "lgreyglass": "light_gray_stained_glass", - "lgreysglass": "light_gray_stained_glass", - "lgreystainedglass": "light_gray_stained_glass", - "lgsglass": "light_gray_stained_glass", - "lgstainedglass": "light_gray_stained_glass", - "light_grayglass": "light_gray_stained_glass", - "light_graysglass": "light_gray_stained_glass", - "light_graystainedglass": "light_gray_stained_glass", - "lightgraglass": "light_gray_stained_glass", - "lightgrasglass": "light_gray_stained_glass", - "lightgrastainedglass": "light_gray_stained_glass", - "lightgrayglass": "light_gray_stained_glass", - "lightgraysglass": "light_gray_stained_glass", - "lightgraystainedglass": "light_gray_stained_glass", - "lightgreyglass": "light_gray_stained_glass", - "lightgreysglass": "light_gray_stained_glass", - "lightgreystainedglass": "light_gray_stained_glass", - "minecraft:light_gray_stained_glass": "light_gray_stained_glass", - "siaglass": "light_gray_stained_glass", - "siasglass": "light_gray_stained_glass", - "siastainedglass": "light_gray_stained_glass", - "siglass": "light_gray_stained_glass", - "silverglass": "light_gray_stained_glass", - "silversglass": "light_gray_stained_glass", - "silverstainedglass": "light_gray_stained_glass", - "sisglass": "light_gray_stained_glass", - "sistainedglass": "light_gray_stained_glass", - "light_gray_stained_glass_pane": { - "material": "LIGHT_GRAY_STAINED_GLASS_PANE" - }, - "lgglasspane": "light_gray_stained_glass_pane", - "lggpane": "light_gray_stained_glass_pane", - "lgraglasspane": "light_gray_stained_glass_pane", - "lgragpane": "light_gray_stained_glass_pane", - "lgrasglasspane": "light_gray_stained_glass_pane", - "lgrastainedglasspane": "light_gray_stained_glass_pane", - "lgrayglasspane": "light_gray_stained_glass_pane", - "lgraygpane": "light_gray_stained_glass_pane", - "lgraysglasspane": "light_gray_stained_glass_pane", - "lgraystainedglasspane": "light_gray_stained_glass_pane", - "lgreyglasspane": "light_gray_stained_glass_pane", - "lgreygpane": "light_gray_stained_glass_pane", - "lgreysglasspane": "light_gray_stained_glass_pane", - "lgreystainedglasspane": "light_gray_stained_glass_pane", - "lgsglasspane": "light_gray_stained_glass_pane", - "lgstainedglasspane": "light_gray_stained_glass_pane", - "light_grayglasspane": "light_gray_stained_glass_pane", - "light_graygpane": "light_gray_stained_glass_pane", - "light_graysglasspane": "light_gray_stained_glass_pane", - "light_graystainedglasspane": "light_gray_stained_glass_pane", - "lightgraglasspane": "light_gray_stained_glass_pane", - "lightgragpane": "light_gray_stained_glass_pane", - "lightgrasglasspane": "light_gray_stained_glass_pane", - "lightgrastainedglasspane": "light_gray_stained_glass_pane", - "lightgrayglasspane": "light_gray_stained_glass_pane", - "lightgraygpane": "light_gray_stained_glass_pane", - "lightgraysglasspane": "light_gray_stained_glass_pane", - "lightgraystainedglasspane": "light_gray_stained_glass_pane", - "lightgreyglasspane": "light_gray_stained_glass_pane", - "lightgreygpane": "light_gray_stained_glass_pane", - "lightgreysglasspane": "light_gray_stained_glass_pane", - "lightgreystainedglasspane": "light_gray_stained_glass_pane", - "minecraft:light_gray_stained_glass_pane": "light_gray_stained_glass_pane", - "siaglasspane": "light_gray_stained_glass_pane", - "siagpane": "light_gray_stained_glass_pane", - "siasglasspane": "light_gray_stained_glass_pane", - "siastainedglasspane": "light_gray_stained_glass_pane", - "siglasspane": "light_gray_stained_glass_pane", - "sigpane": "light_gray_stained_glass_pane", - "silverglasspane": "light_gray_stained_glass_pane", - "silvergpane": "light_gray_stained_glass_pane", - "silversglasspane": "light_gray_stained_glass_pane", - "silverstainedglasspane": "light_gray_stained_glass_pane", - "sisglasspane": "light_gray_stained_glass_pane", - "sistainedglasspane": "light_gray_stained_glass_pane", - "light_gray_terracotta": { - "material": "LIGHT_GRAY_TERRACOTTA" - }, - "lgclay": "light_gray_terracotta", - "lgraclay": "light_gray_terracotta", - "lgrasclay": "light_gray_terracotta", - "lgrastainedclay": "light_gray_terracotta", - "lgratcota": "light_gray_terracotta", - "lgraterra": "light_gray_terracotta", - "lgraterracota": "light_gray_terracotta", - "lgraterracotta": "light_gray_terracotta", - "lgrayclay": "light_gray_terracotta", - "lgraysclay": "light_gray_terracotta", - "lgraystainedclay": "light_gray_terracotta", - "lgraytcota": "light_gray_terracotta", - "lgrayterra": "light_gray_terracotta", - "lgrayterracota": "light_gray_terracotta", - "lgrayterracotta": "light_gray_terracotta", - "lgreyclay": "light_gray_terracotta", - "lgreysclay": "light_gray_terracotta", - "lgreystainedclay": "light_gray_terracotta", - "lgreytcota": "light_gray_terracotta", - "lgreyterra": "light_gray_terracotta", - "lgreyterracota": "light_gray_terracotta", - "lgreyterracotta": "light_gray_terracotta", - "lgsclay": "light_gray_terracotta", - "lgstainedclay": "light_gray_terracotta", - "lgtcota": "light_gray_terracotta", - "lgterra": "lime_glazed_terracotta", - "lgterracota": "light_gray_terracotta", - "lgterracotta": "light_gray_terracotta", - "light_grayclay": "light_gray_terracotta", - "light_graysclay": "light_gray_terracotta", - "light_graystainedclay": "light_gray_terracotta", - "light_graytcota": "light_gray_terracotta", - "light_grayterra": "light_gray_terracotta", - "light_grayterracota": "light_gray_terracotta", - "light_grayterracotta": "light_gray_terracotta", - "lightgraclay": "light_gray_terracotta", - "lightgrasclay": "light_gray_terracotta", - "lightgrastainedclay": "light_gray_terracotta", - "lightgratcota": "light_gray_terracotta", - "lightgraterra": "light_gray_terracotta", - "lightgraterracota": "light_gray_terracotta", - "lightgraterracotta": "light_gray_terracotta", - "lightgrayclay": "light_gray_terracotta", - "lightgraysclay": "light_gray_terracotta", - "lightgraystainedclay": "light_gray_terracotta", - "lightgraytcota": "light_gray_terracotta", - "lightgrayterra": "light_gray_terracotta", - "lightgrayterracota": "light_gray_terracotta", - "lightgrayterracotta": "light_gray_terracotta", - "lightgreyclay": "light_gray_terracotta", - "lightgreysclay": "light_gray_terracotta", - "lightgreystainedclay": "light_gray_terracotta", - "lightgreytcota": "light_gray_terracotta", - "lightgreyterra": "light_gray_terracotta", - "lightgreyterracota": "light_gray_terracotta", - "lightgreyterracotta": "light_gray_terracotta", - "minecraft:light_gray_terracotta": "light_gray_terracotta", - "siaclay": "light_gray_terracotta", - "siasclay": "light_gray_terracotta", - "siastainedclay": "light_gray_terracotta", - "siatcota": "light_gray_terracotta", - "siaterra": "light_gray_terracotta", - "siaterracota": "light_gray_terracotta", - "siaterracotta": "light_gray_terracotta", - "siclay": "light_gray_terracotta", - "silverclay": "light_gray_terracotta", - "silversclay": "light_gray_terracotta", - "silverstainedclay": "light_gray_terracotta", - "silvertcota": "light_gray_terracotta", - "silverterra": "light_gray_terracotta", - "silverterracota": "light_gray_terracotta", - "silverterracotta": "light_gray_terracotta", - "sisclay": "light_gray_terracotta", - "sistainedclay": "light_gray_terracotta", - "sitcota": "light_gray_terracotta", - "siterra": "light_gray_terracotta", - "siterracota": "light_gray_terracotta", - "siterracotta": "light_gray_terracotta", - "light_gray_wool": { - "material": "LIGHT_GRAY_WOOL" - }, - "lgcloth": "light_gray_wool", - "lgcotton": "light_gray_wool", - "lgracloth": "light_gray_wool", - "lgracotton": "light_gray_wool", - "lgrawool": "light_gray_wool", - "lgraycloth": "light_gray_wool", - "lgraycotton": "light_gray_wool", - "lgraywool": "light_gray_wool", - "lgreycloth": "light_gray_wool", - "lgreycotton": "light_gray_wool", - "lgreywool": "light_gray_wool", - "lgwool": "light_gray_wool", - "light_graycloth": "light_gray_wool", - "light_graycotton": "light_gray_wool", - "light_graywool": "light_gray_wool", - "lightgracloth": "light_gray_wool", - "lightgracotton": "light_gray_wool", - "lightgrawool": "light_gray_wool", - "lightgraycloth": "light_gray_wool", - "lightgraycotton": "light_gray_wool", - "lightgraywool": "light_gray_wool", - "lightgreycloth": "light_gray_wool", - "lightgreycotton": "light_gray_wool", - "lightgreywool": "light_gray_wool", - "minecraft:light_gray_wool": "light_gray_wool", - "siacloth": "light_gray_wool", - "siacotton": "light_gray_wool", - "siawool": "light_gray_wool", - "sicloth": "light_gray_wool", - "sicotton": "light_gray_wool", - "silvercloth": "light_gray_wool", - "silvercotton": "light_gray_wool", - "silverwool": "light_gray_wool", - "siwool": "light_gray_wool", - "light_weighted_pressure_plate": { - "material": "LIGHT_WEIGHTED_PRESSURE_PLATE" - }, - "lightweightedpressureplate": "light_weighted_pressure_plate", - "minecraft:light_weighted_pressure_plate": "light_weighted_pressure_plate", - "lightning_rod": { - "material": "LIGHTNING_ROD" - }, - "lightningrod": "lightning_rod", - "minecraft:lightning_rod": "lightning_rod", - "lilac": { - "material": "LILAC" - }, - "minecraft:lilac": "lilac", - "lily_of_the_valley": { - "material": "LILY_OF_THE_VALLEY" - }, - "lilyofthevalley": "lily_of_the_valley", - "minecraft:lily_of_the_valley": "lily_of_the_valley", - "lily_pad": { - "material": "LILY_PAD" - }, - "lily": "lily_pad", - "lilypad": "lily_pad", - "lpad": "lily_pad", - "minecraft:lily_pad": "lily_pad", - "swamppad": "lily_pad", - "waterlily": "lily_pad", - "wlily": "lily_pad", - "lime_banner": { - "material": "LIME_BANNER" - }, - "lbanner": "lime_banner", - "lgrebanner": "lime_banner", - "lgreenbanner": "lime_banner", - "lightgrebanner": "lime_banner", - "lightgreenbanner": "lime_banner", - "limebanner": "lime_banner", - "minecraft:lime_banner": "lime_banner", - "lime_bed": { - "material": "LIME_BED" - }, - "lbed": "lime_bed", - "lgrebed": "lime_bed", - "lgreenbed": "lime_bed", - "lightgrebed": "lime_bed", - "lightgreenbed": "lime_bed", - "limebed": "lime_bed", - "minecraft:lime_bed": "lime_bed", - "lime_candle": { - "material": "LIME_CANDLE" - }, - "lcandle": "lime_candle", - "lgrecandle": "lime_candle", - "lgreencandle": "lime_candle", - "lightgrecandle": "lime_candle", - "lightgreencandle": "lime_candle", - "limecandle": "lime_candle", - "minecraft:lime_candle": "lime_candle", - "lime_carpet": { - "material": "LIME_CARPET" - }, - "lcarpet": "lime_carpet", - "lfloor": "lime_carpet", - "lgrecarpet": "lime_carpet", - "lgreencarpet": "lime_carpet", - "lgreenfloor": "lime_carpet", - "lgrefloor": "lime_carpet", - "lightgrecarpet": "lime_carpet", - "lightgreencarpet": "lime_carpet", - "lightgreenfloor": "lime_carpet", - "lightgrefloor": "lime_carpet", - "limecarpet": "lime_carpet", - "limefloor": "lime_carpet", - "minecraft:lime_carpet": "lime_carpet", - "lime_concrete": { - "material": "LIME_CONCRETE" - }, - "lconcrete": "lime_concrete", - "lgreconcrete": "lime_concrete", - "lgreenconcrete": "lime_concrete", - "lightgreconcrete": "lime_concrete", - "lightgreenconcrete": "lime_concrete", - "limeconcrete": "lime_concrete", - "minecraft:lime_concrete": "lime_concrete", - "lime_concrete_powder": { - "material": "LIME_CONCRETE_POWDER" - }, - "lcdust": "lime_concrete_powder", - "lconcretepowder": "lime_concrete_powder", - "lconcretesand": "lime_concrete_powder", - "lcp": "lime_concrete_powder", - "lcpowder": "lime_concrete_powder", - "lgrecdust": "lime_concrete_powder", - "lgreconcretepowder": "lime_concrete_powder", - "lgreconcretesand": "lime_concrete_powder", - "lgrecp": "lime_concrete_powder", - "lgrecpowder": "lime_concrete_powder", - "lgreencdust": "lime_concrete_powder", - "lgreenconcretepowder": "lime_concrete_powder", - "lgreenconcretesand": "lime_concrete_powder", - "lgreencp": "lime_concrete_powder", - "lgreencpowder": "lime_concrete_powder", - "lightgrecdust": "lime_concrete_powder", - "lightgreconcretepowder": "lime_concrete_powder", - "lightgreconcretesand": "lime_concrete_powder", - "lightgrecp": "lime_concrete_powder", - "lightgrecpowder": "lime_concrete_powder", - "lightgreencdust": "lime_concrete_powder", - "lightgreenconcretepowder": "lime_concrete_powder", - "lightgreenconcretesand": "lime_concrete_powder", - "lightgreencp": "lime_concrete_powder", - "lightgreencpowder": "lime_concrete_powder", - "limecdust": "lime_concrete_powder", - "limeconcretepowder": "lime_concrete_powder", - "limeconcretesand": "lime_concrete_powder", - "limecp": "lime_concrete_powder", - "limecpowder": "lime_concrete_powder", - "minecraft:lime_concrete_powder": "lime_concrete_powder", - "lime_dye": { - "material": "LIME_DYE" - }, - "ldye": "lime_dye", - "lgredye": "lime_dye", - "lgreendye": "lime_dye", - "lightgredye": "lime_dye", - "lightgreendye": "lime_dye", - "limedye": "lime_dye", - "minecraft:lime_dye": "lime_dye", - "lime_glazed_terracotta": { - "material": "LIME_GLAZED_TERRACOTTA" - }, - "lglazedtcota": "lime_glazed_terracotta", - "lglazedterra": "lime_glazed_terracotta", - "lglazedterracota": "lime_glazed_terracotta", - "lglazedterracotta": "lime_glazed_terracotta", - "lgreenglazedtcota": "lime_glazed_terracotta", - "lgreenglazedterra": "lime_glazed_terracotta", - "lgreenglazedterracota": "lime_glazed_terracotta", - "lgreenglazedterracotta": "lime_glazed_terracotta", - "lgreengtcotta": "lime_glazed_terracotta", - "lgreengterra": "lime_glazed_terracotta", - "lgreglazedtcota": "lime_glazed_terracotta", - "lgreglazedterra": "lime_glazed_terracotta", - "lgreglazedterracota": "lime_glazed_terracotta", - "lgreglazedterracotta": "lime_glazed_terracotta", - "lgregtcotta": "lime_glazed_terracotta", - "lgregterra": "lime_glazed_terracotta", - "lgtcotta": "lime_glazed_terracotta", - "lightgreenglazedtcota": "lime_glazed_terracotta", - "lightgreenglazedterra": "lime_glazed_terracotta", - "lightgreenglazedterracota": "lime_glazed_terracotta", - "lightgreenglazedterracotta": "lime_glazed_terracotta", - "lightgreengtcotta": "lime_glazed_terracotta", - "lightgreengterra": "lime_glazed_terracotta", - "lightgreglazedtcota": "lime_glazed_terracotta", - "lightgreglazedterra": "lime_glazed_terracotta", - "lightgreglazedterracota": "lime_glazed_terracotta", - "lightgreglazedterracotta": "lime_glazed_terracotta", - "lightgregtcotta": "lime_glazed_terracotta", - "lightgregterra": "lime_glazed_terracotta", - "limeglazedtcota": "lime_glazed_terracotta", - "limeglazedterra": "lime_glazed_terracotta", - "limeglazedterracota": "lime_glazed_terracotta", - "limeglazedterracotta": "lime_glazed_terracotta", - "limegtcotta": "lime_glazed_terracotta", - "limegterra": "lime_glazed_terracotta", - "minecraft:lime_glazed_terracotta": "lime_glazed_terracotta", - "lime_shulker_box": { - "material": "LIME_SHULKER_BOX" - }, - "lgreensbox": "lime_shulker_box", - "lgreenshulkerbox": "lime_shulker_box", - "lgresbox": "lime_shulker_box", - "lgreshulkerbox": "lime_shulker_box", - "lightgreensbox": "lime_shulker_box", - "lightgreenshulkerbox": "lime_shulker_box", - "lightgresbox": "lime_shulker_box", - "lightgreshulkerbox": "lime_shulker_box", - "limesbox": "lime_shulker_box", - "limeshulkerbox": "lime_shulker_box", - "lsbox": "lime_shulker_box", - "lshulkerbox": "lime_shulker_box", - "minecraft:lime_shulker_box": "lime_shulker_box", - "lime_stained_glass": { - "material": "LIME_STAINED_GLASS" - }, - "lglass": "lime_stained_glass", - "lgreenglass": "lime_stained_glass", - "lgreensglass": "lime_stained_glass", - "lgreenstainedglass": "lime_stained_glass", - "lgreglass": "lime_stained_glass", - "lgresglass": "lime_stained_glass", - "lgrestainedglass": "lime_stained_glass", - "lightgreenglass": "lime_stained_glass", - "lightgreensglass": "lime_stained_glass", - "lightgreenstainedglass": "lime_stained_glass", - "lightgreglass": "lime_stained_glass", - "lightgresglass": "lime_stained_glass", - "lightgrestainedglass": "lime_stained_glass", - "limeglass": "lime_stained_glass", - "limesglass": "lime_stained_glass", - "limestainedglass": "lime_stained_glass", - "lsglass": "lime_stained_glass", - "lstainedglass": "lime_stained_glass", - "minecraft:lime_stained_glass": "lime_stained_glass", - "lime_stained_glass_pane": { - "material": "LIME_STAINED_GLASS_PANE" - }, - "lglasspane": "lime_stained_glass_pane", - "lgpane": "lime_stained_glass_pane", - "lgreenglasspane": "lime_stained_glass_pane", - "lgreengpane": "lime_stained_glass_pane", - "lgreensglasspane": "lime_stained_glass_pane", - "lgreenstainedglasspane": "lime_stained_glass_pane", - "lgreglasspane": "lime_stained_glass_pane", - "lgregpane": "lime_stained_glass_pane", - "lgresglasspane": "lime_stained_glass_pane", - "lgrestainedglasspane": "lime_stained_glass_pane", - "lightgreenglasspane": "lime_stained_glass_pane", - "lightgreengpane": "lime_stained_glass_pane", - "lightgreensglasspane": "lime_stained_glass_pane", - "lightgreenstainedglasspane": "lime_stained_glass_pane", - "lightgreglasspane": "lime_stained_glass_pane", - "lightgregpane": "lime_stained_glass_pane", - "lightgresglasspane": "lime_stained_glass_pane", - "lightgrestainedglasspane": "lime_stained_glass_pane", - "limeglasspane": "lime_stained_glass_pane", - "limegpane": "lime_stained_glass_pane", - "limesglasspane": "lime_stained_glass_pane", - "limestainedglasspane": "lime_stained_glass_pane", - "lsglasspane": "lime_stained_glass_pane", - "lstainedglasspane": "lime_stained_glass_pane", - "minecraft:lime_stained_glass_pane": "lime_stained_glass_pane", - "lime_terracotta": { - "material": "LIME_TERRACOTTA" - }, - "lclay": "lime_terracotta", - "lgreclay": "lime_terracotta", - "lgreenclay": "lime_terracotta", - "lgreensclay": "lime_terracotta", - "lgreenstainedclay": "lime_terracotta", - "lgreentcota": "lime_terracotta", - "lgreenterra": "lime_terracotta", - "lgreenterracota": "lime_terracotta", - "lgreenterracotta": "lime_terracotta", - "lgresclay": "lime_terracotta", - "lgrestainedclay": "lime_terracotta", - "lgretcota": "lime_terracotta", - "lgreterra": "lime_terracotta", - "lgreterracota": "lime_terracotta", - "lgreterracotta": "lime_terracotta", - "lightgreclay": "lime_terracotta", - "lightgreenclay": "lime_terracotta", - "lightgreensclay": "lime_terracotta", - "lightgreenstainedclay": "lime_terracotta", - "lightgreentcota": "lime_terracotta", - "lightgreenterra": "lime_terracotta", - "lightgreenterracota": "lime_terracotta", - "lightgreenterracotta": "lime_terracotta", - "lightgresclay": "lime_terracotta", - "lightgrestainedclay": "lime_terracotta", - "lightgretcota": "lime_terracotta", - "lightgreterra": "lime_terracotta", - "lightgreterracota": "lime_terracotta", - "lightgreterracotta": "lime_terracotta", - "limeclay": "lime_terracotta", - "limesclay": "lime_terracotta", - "limestainedclay": "lime_terracotta", - "limetcota": "lime_terracotta", - "limeterra": "lime_terracotta", - "limeterracota": "lime_terracotta", - "limeterracotta": "lime_terracotta", - "lsclay": "lime_terracotta", - "lstainedclay": "lime_terracotta", - "ltcota": "lime_terracotta", - "lterra": "lime_terracotta", - "lterracota": "lime_terracotta", - "lterracotta": "lime_terracotta", - "minecraft:lime_terracotta": "lime_terracotta", - "lime_wool": { - "material": "LIME_WOOL" - }, - "lcloth": "lime_wool", - "lcotton": "lime_wool", - "lgrecloth": "lime_wool", - "lgrecotton": "lime_wool", - "lgreencloth": "lime_wool", - "lgreencotton": "lime_wool", - "lgreenwool": "lime_wool", - "lgrewool": "lime_wool", - "lightgrecloth": "lime_wool", - "lightgrecotton": "lime_wool", - "lightgreencloth": "lime_wool", - "lightgreencotton": "lime_wool", - "lightgreenwool": "lime_wool", - "lightgrewool": "lime_wool", - "limecloth": "lime_wool", - "limecotton": "lime_wool", - "limewool": "lime_wool", - "lwool": "lime_wool", - "minecraft:lime_wool": "lime_wool", - "lingering_potion": { - "material": "LINGERING_POTION" - }, - "lingeringpotion": "lingering_potion", - "minecraft:lingering_potion": "lingering_potion", - "llama_spawn_egg": { - "material": "LLAMA_SPAWN_EGG" - }, - "eggllama": "llama_spawn_egg", - "llamaegg": "llama_spawn_egg", - "llamasegg": "llama_spawn_egg", - "llamaspawn": "llama_spawn_egg", - "llamaspawnegg": "llama_spawn_egg", - "minecraft:llama_spawn_egg": "llama_spawn_egg", - "seggllama": "llama_spawn_egg", - "spawneggllama": "llama_spawn_egg", - "spawnllama": "llama_spawn_egg", - "llama_spawner": { - "entity": "LLAMA", - "material": "SPAWNER" - }, - "llamacage": "llama_spawner", - "llamamcage": "llama_spawner", - "llamamobcage": "llama_spawner", - "llamamobspawner": "llama_spawner", - "llamamonstercage": "llama_spawner", - "llamamonsterspawner": "llama_spawner", - "llamamspawner": "llama_spawner", - "llamaspawner": "llama_spawner", - "lodestone": { - "material": "LODESTONE" - }, - "lode": "lodestone", - "minecraft:lodestone": "lodestone", - "long_fire_resistance_lingering_potion": { - "potionData": { - "type": "FIRE_RESISTANCE", - "upgraded": false, - "extended": true - }, - "material": "LINGERING_POTION" - }, - "aoepotfireres2": "long_fire_resistance_lingering_potion", - "aoepotfireresex": "long_fire_resistance_lingering_potion", - "aoepotfireresextended": "long_fire_resistance_lingering_potion", - "aoepotfireresist2": "long_fire_resistance_lingering_potion", - "aoepotfireresistance2": "long_fire_resistance_lingering_potion", - "aoepotfireresistanceex": "long_fire_resistance_lingering_potion", - "aoepotfireresistanceextended": "long_fire_resistance_lingering_potion", - "aoepotfireresistancelevel2": "long_fire_resistance_lingering_potion", - "aoepotfireresistancelong": "long_fire_resistance_lingering_potion", - "aoepotfireresistex": "long_fire_resistance_lingering_potion", - "aoepotfireresistextended": "long_fire_resistance_lingering_potion", - "aoepotfireresistlevel2": "long_fire_resistance_lingering_potion", - "aoepotfireresistlong": "long_fire_resistance_lingering_potion", - "aoepotfirereslevel2": "long_fire_resistance_lingering_potion", - "aoepotfirereslong": "long_fire_resistance_lingering_potion", - "aoepotionfireres2": "long_fire_resistance_lingering_potion", - "aoepotionfireresex": "long_fire_resistance_lingering_potion", - "aoepotionfireresextended": "long_fire_resistance_lingering_potion", - "aoepotionfireresist2": "long_fire_resistance_lingering_potion", - "aoepotionfireresistance2": "long_fire_resistance_lingering_potion", - "aoepotionfireresistanceex": "long_fire_resistance_lingering_potion", - "aoepotionfireresistanceextended": "long_fire_resistance_lingering_potion", - "aoepotionfireresistancelevel2": "long_fire_resistance_lingering_potion", - "aoepotionfireresistancelong": "long_fire_resistance_lingering_potion", - "aoepotionfireresistex": "long_fire_resistance_lingering_potion", - "aoepotionfireresistextended": "long_fire_resistance_lingering_potion", - "aoepotionfireresistlevel2": "long_fire_resistance_lingering_potion", - "aoepotionfireresistlong": "long_fire_resistance_lingering_potion", - "aoepotionfirereslevel2": "long_fire_resistance_lingering_potion", - "aoepotionfirereslong": "long_fire_resistance_lingering_potion", - "areapotfireres2": "long_fire_resistance_lingering_potion", - "areapotfireresex": "long_fire_resistance_lingering_potion", - "areapotfireresextended": "long_fire_resistance_lingering_potion", - "areapotfireresist2": "long_fire_resistance_lingering_potion", - "areapotfireresistance2": "long_fire_resistance_lingering_potion", - "areapotfireresistanceex": "long_fire_resistance_lingering_potion", - "areapotfireresistanceextended": "long_fire_resistance_lingering_potion", - "areapotfireresistancelevel2": "long_fire_resistance_lingering_potion", - "areapotfireresistancelong": "long_fire_resistance_lingering_potion", - "areapotfireresistex": "long_fire_resistance_lingering_potion", - "areapotfireresistextended": "long_fire_resistance_lingering_potion", - "areapotfireresistlevel2": "long_fire_resistance_lingering_potion", - "areapotfireresistlong": "long_fire_resistance_lingering_potion", - "areapotfirereslevel2": "long_fire_resistance_lingering_potion", - "areapotfirereslong": "long_fire_resistance_lingering_potion", - "areapotionfireres2": "long_fire_resistance_lingering_potion", - "areapotionfireresex": "long_fire_resistance_lingering_potion", - "areapotionfireresextended": "long_fire_resistance_lingering_potion", - "areapotionfireresist2": "long_fire_resistance_lingering_potion", - "areapotionfireresistance2": "long_fire_resistance_lingering_potion", - "areapotionfireresistanceex": "long_fire_resistance_lingering_potion", - "areapotionfireresistanceextended": "long_fire_resistance_lingering_potion", - "areapotionfireresistancelevel2": "long_fire_resistance_lingering_potion", - "areapotionfireresistancelong": "long_fire_resistance_lingering_potion", - "areapotionfireresistex": "long_fire_resistance_lingering_potion", - "areapotionfireresistextended": "long_fire_resistance_lingering_potion", - "areapotionfireresistlevel2": "long_fire_resistance_lingering_potion", - "areapotionfireresistlong": "long_fire_resistance_lingering_potion", - "areapotionfirereslevel2": "long_fire_resistance_lingering_potion", - "areapotionfirereslong": "long_fire_resistance_lingering_potion", - "cloudpotfireres2": "long_fire_resistance_lingering_potion", - "cloudpotfireresex": "long_fire_resistance_lingering_potion", - "cloudpotfireresextended": "long_fire_resistance_lingering_potion", - "cloudpotfireresist2": "long_fire_resistance_lingering_potion", - "cloudpotfireresistance2": "long_fire_resistance_lingering_potion", - "cloudpotfireresistanceex": "long_fire_resistance_lingering_potion", - "cloudpotfireresistanceextended": "long_fire_resistance_lingering_potion", - "cloudpotfireresistancelevel2": "long_fire_resistance_lingering_potion", - "cloudpotfireresistancelong": "long_fire_resistance_lingering_potion", - "cloudpotfireresistex": "long_fire_resistance_lingering_potion", - "cloudpotfireresistextended": "long_fire_resistance_lingering_potion", - "cloudpotfireresistlevel2": "long_fire_resistance_lingering_potion", - "cloudpotfireresistlong": "long_fire_resistance_lingering_potion", - "cloudpotfirereslevel2": "long_fire_resistance_lingering_potion", - "cloudpotfirereslong": "long_fire_resistance_lingering_potion", - "cloudpotionfireres2": "long_fire_resistance_lingering_potion", - "cloudpotionfireresex": "long_fire_resistance_lingering_potion", - "cloudpotionfireresextended": "long_fire_resistance_lingering_potion", - "cloudpotionfireresist2": "long_fire_resistance_lingering_potion", - "cloudpotionfireresistance2": "long_fire_resistance_lingering_potion", - "cloudpotionfireresistanceex": "long_fire_resistance_lingering_potion", - "cloudpotionfireresistanceextended": "long_fire_resistance_lingering_potion", - "cloudpotionfireresistancelevel2": "long_fire_resistance_lingering_potion", - "cloudpotionfireresistancelong": "long_fire_resistance_lingering_potion", - "cloudpotionfireresistex": "long_fire_resistance_lingering_potion", - "cloudpotionfireresistextended": "long_fire_resistance_lingering_potion", - "cloudpotionfireresistlevel2": "long_fire_resistance_lingering_potion", - "cloudpotionfireresistlong": "long_fire_resistance_lingering_potion", - "cloudpotionfirereslevel2": "long_fire_resistance_lingering_potion", - "cloudpotionfirereslong": "long_fire_resistance_lingering_potion", - "fireresaoepoiont2": "long_fire_resistance_lingering_potion", - "fireresaoepoiontex": "long_fire_resistance_lingering_potion", - "fireresaoepoiontextended": "long_fire_resistance_lingering_potion", - "fireresaoepoiontlevel2": "long_fire_resistance_lingering_potion", - "fireresaoepoiontlong": "long_fire_resistance_lingering_potion", - "fireresaoepot2": "long_fire_resistance_lingering_potion", - "fireresaoepotex": "long_fire_resistance_lingering_potion", - "fireresaoepotextended": "long_fire_resistance_lingering_potion", - "fireresaoepotlevel2": "long_fire_resistance_lingering_potion", - "fireresaoepotlong": "long_fire_resistance_lingering_potion", - "fireresareapot2": "long_fire_resistance_lingering_potion", - "fireresareapotex": "long_fire_resistance_lingering_potion", - "fireresareapotextended": "long_fire_resistance_lingering_potion", - "fireresareapotion2": "long_fire_resistance_lingering_potion", - "fireresareapotionex": "long_fire_resistance_lingering_potion", - "fireresareapotionextended": "long_fire_resistance_lingering_potion", - "fireresareapotionlevel2": "long_fire_resistance_lingering_potion", - "fireresareapotionlong": "long_fire_resistance_lingering_potion", - "fireresareapotlevel2": "long_fire_resistance_lingering_potion", - "fireresareapotlong": "long_fire_resistance_lingering_potion", - "firerescloudpot2": "long_fire_resistance_lingering_potion", - "firerescloudpotex": "long_fire_resistance_lingering_potion", - "firerescloudpotextended": "long_fire_resistance_lingering_potion", - "firerescloudpotion2": "long_fire_resistance_lingering_potion", - "firerescloudpotionex": "long_fire_resistance_lingering_potion", - "firerescloudpotionextended": "long_fire_resistance_lingering_potion", - "firerescloudpotionlevel2": "long_fire_resistance_lingering_potion", - "firerescloudpotionlong": "long_fire_resistance_lingering_potion", - "firerescloudpotlevel2": "long_fire_resistance_lingering_potion", - "firerescloudpotlong": "long_fire_resistance_lingering_potion", - "fireresistanceaoepoiont2": "long_fire_resistance_lingering_potion", - "fireresistanceaoepoiontex": "long_fire_resistance_lingering_potion", - "fireresistanceaoepoiontextended": "long_fire_resistance_lingering_potion", - "fireresistanceaoepoiontlevel2": "long_fire_resistance_lingering_potion", - "fireresistanceaoepoiontlong": "long_fire_resistance_lingering_potion", - "fireresistanceaoepot2": "long_fire_resistance_lingering_potion", - "fireresistanceaoepotex": "long_fire_resistance_lingering_potion", - "fireresistanceaoepotextended": "long_fire_resistance_lingering_potion", - "fireresistanceaoepotlevel2": "long_fire_resistance_lingering_potion", - "fireresistanceaoepotlong": "long_fire_resistance_lingering_potion", - "fireresistanceareapot2": "long_fire_resistance_lingering_potion", - "fireresistanceareapotex": "long_fire_resistance_lingering_potion", - "fireresistanceareapotextended": "long_fire_resistance_lingering_potion", - "fireresistanceareapotion2": "long_fire_resistance_lingering_potion", - "fireresistanceareapotionex": "long_fire_resistance_lingering_potion", - "fireresistanceareapotionextended": "long_fire_resistance_lingering_potion", - "fireresistanceareapotionlevel2": "long_fire_resistance_lingering_potion", - "fireresistanceareapotionlong": "long_fire_resistance_lingering_potion", - "fireresistanceareapotlevel2": "long_fire_resistance_lingering_potion", - "fireresistanceareapotlong": "long_fire_resistance_lingering_potion", - "fireresistancecloudpot2": "long_fire_resistance_lingering_potion", - "fireresistancecloudpotex": "long_fire_resistance_lingering_potion", - "fireresistancecloudpotextended": "long_fire_resistance_lingering_potion", - "fireresistancecloudpotion2": "long_fire_resistance_lingering_potion", - "fireresistancecloudpotionex": "long_fire_resistance_lingering_potion", - "fireresistancecloudpotionextended": "long_fire_resistance_lingering_potion", - "fireresistancecloudpotionlevel2": "long_fire_resistance_lingering_potion", - "fireresistancecloudpotionlong": "long_fire_resistance_lingering_potion", - "fireresistancecloudpotlevel2": "long_fire_resistance_lingering_potion", - "fireresistancecloudpotlong": "long_fire_resistance_lingering_potion", - "fireresistancelingerpot2": "long_fire_resistance_lingering_potion", - "fireresistancelingerpotex": "long_fire_resistance_lingering_potion", - "fireresistancelingerpotextended": "long_fire_resistance_lingering_potion", - "fireresistancelingerpotlevel2": "long_fire_resistance_lingering_potion", - "fireresistancelingerpotlong": "long_fire_resistance_lingering_potion", - "fireresistaoepoiont2": "long_fire_resistance_lingering_potion", - "fireresistaoepoiontex": "long_fire_resistance_lingering_potion", - "fireresistaoepoiontextended": "long_fire_resistance_lingering_potion", - "fireresistaoepoiontlevel2": "long_fire_resistance_lingering_potion", - "fireresistaoepoiontlong": "long_fire_resistance_lingering_potion", - "fireresistaoepot2": "long_fire_resistance_lingering_potion", - "fireresistaoepotex": "long_fire_resistance_lingering_potion", - "fireresistaoepotextended": "long_fire_resistance_lingering_potion", - "fireresistaoepotlevel2": "long_fire_resistance_lingering_potion", - "fireresistaoepotlong": "long_fire_resistance_lingering_potion", - "fireresistareapot2": "long_fire_resistance_lingering_potion", - "fireresistareapotex": "long_fire_resistance_lingering_potion", - "fireresistareapotextended": "long_fire_resistance_lingering_potion", - "fireresistareapotion2": "long_fire_resistance_lingering_potion", - "fireresistareapotionex": "long_fire_resistance_lingering_potion", - "fireresistareapotionextended": "long_fire_resistance_lingering_potion", - "fireresistareapotionlevel2": "long_fire_resistance_lingering_potion", - "fireresistareapotionlong": "long_fire_resistance_lingering_potion", - "fireresistareapotlevel2": "long_fire_resistance_lingering_potion", - "fireresistareapotlong": "long_fire_resistance_lingering_potion", - "fireresistcloudpot2": "long_fire_resistance_lingering_potion", - "fireresistcloudpotex": "long_fire_resistance_lingering_potion", - "fireresistcloudpotextended": "long_fire_resistance_lingering_potion", - "fireresistcloudpotion2": "long_fire_resistance_lingering_potion", - "fireresistcloudpotionex": "long_fire_resistance_lingering_potion", - "fireresistcloudpotionextended": "long_fire_resistance_lingering_potion", - "fireresistcloudpotionlevel2": "long_fire_resistance_lingering_potion", - "fireresistcloudpotionlong": "long_fire_resistance_lingering_potion", - "fireresistcloudpotlevel2": "long_fire_resistance_lingering_potion", - "fireresistcloudpotlong": "long_fire_resistance_lingering_potion", - "fireresistlingerpot2": "long_fire_resistance_lingering_potion", - "fireresistlingerpotex": "long_fire_resistance_lingering_potion", - "fireresistlingerpotextended": "long_fire_resistance_lingering_potion", - "fireresistlingerpotlevel2": "long_fire_resistance_lingering_potion", - "fireresistlingerpotlong": "long_fire_resistance_lingering_potion", - "firereslingerpot2": "long_fire_resistance_lingering_potion", - "firereslingerpotex": "long_fire_resistance_lingering_potion", - "firereslingerpotextended": "long_fire_resistance_lingering_potion", - "firereslingerpotlevel2": "long_fire_resistance_lingering_potion", - "firereslingerpotlong": "long_fire_resistance_lingering_potion", - "lingerpotfireres2": "long_fire_resistance_lingering_potion", - "lingerpotfireresex": "long_fire_resistance_lingering_potion", - "lingerpotfireresextended": "long_fire_resistance_lingering_potion", - "lingerpotfireresist2": "long_fire_resistance_lingering_potion", - "lingerpotfireresistance2": "long_fire_resistance_lingering_potion", - "lingerpotfireresistanceex": "long_fire_resistance_lingering_potion", - "lingerpotfireresistanceextended": "long_fire_resistance_lingering_potion", - "lingerpotfireresistancelevel2": "long_fire_resistance_lingering_potion", - "lingerpotfireresistancelong": "long_fire_resistance_lingering_potion", - "lingerpotfireresistex": "long_fire_resistance_lingering_potion", - "lingerpotfireresistextended": "long_fire_resistance_lingering_potion", - "lingerpotfireresistlevel2": "long_fire_resistance_lingering_potion", - "lingerpotfireresistlong": "long_fire_resistance_lingering_potion", - "lingerpotfirereslevel2": "long_fire_resistance_lingering_potion", - "lingerpotfirereslong": "long_fire_resistance_lingering_potion", - "long_fire_resistance_potion": { - "potionData": { - "type": "FIRE_RESISTANCE", - "upgraded": false, - "extended": true - }, - "material": "POTION" - }, - "fireres2pot": "long_fire_resistance_potion", - "fireres2potion": "long_fire_resistance_potion", - "fireresexpot": "long_fire_resistance_potion", - "fireresexpotion": "long_fire_resistance_potion", - "fireresextendedpot": "long_fire_resistance_potion", - "fireresextendedpotion": "long_fire_resistance_potion", - "fireresist2pot": "long_fire_resistance_potion", - "fireresist2potion": "long_fire_resistance_potion", - "fireresistance2pot": "long_fire_resistance_potion", - "fireresistance2potion": "long_fire_resistance_potion", - "fireresistanceexpot": "long_fire_resistance_potion", - "fireresistanceexpotion": "long_fire_resistance_potion", - "fireresistanceextendedpot": "long_fire_resistance_potion", - "fireresistanceextendedpotion": "long_fire_resistance_potion", - "fireresistancelevel2pot": "long_fire_resistance_potion", - "fireresistancelevel2potion": "long_fire_resistance_potion", - "fireresistancelongpot": "long_fire_resistance_potion", - "fireresistancelongpotion": "long_fire_resistance_potion", - "fireresistexpot": "long_fire_resistance_potion", - "fireresistexpotion": "long_fire_resistance_potion", - "fireresistextendedpot": "long_fire_resistance_potion", - "fireresistextendedpotion": "long_fire_resistance_potion", - "fireresistlevel2pot": "long_fire_resistance_potion", - "fireresistlevel2potion": "long_fire_resistance_potion", - "fireresistlongpot": "long_fire_resistance_potion", - "fireresistlongpotion": "long_fire_resistance_potion", - "firereslevel2pot": "long_fire_resistance_potion", - "firereslevel2potion": "long_fire_resistance_potion", - "firereslongpot": "long_fire_resistance_potion", - "firereslongpotion": "long_fire_resistance_potion", - "potionoffireres2": "long_fire_resistance_potion", - "potionoffireresex": "long_fire_resistance_potion", - "potionoffireresextended": "long_fire_resistance_potion", - "potionoffireresist2": "long_fire_resistance_potion", - "potionoffireresistance2": "long_fire_resistance_potion", - "potionoffireresistanceex": "long_fire_resistance_potion", - "potionoffireresistanceextended": "long_fire_resistance_potion", - "potionoffireresistancelevel2": "long_fire_resistance_potion", - "potionoffireresistancelong": "long_fire_resistance_potion", - "potionoffireresistex": "long_fire_resistance_potion", - "potionoffireresistextended": "long_fire_resistance_potion", - "potionoffireresistlevel2": "long_fire_resistance_potion", - "potionoffireresistlong": "long_fire_resistance_potion", - "potionoffirereslevel2": "long_fire_resistance_potion", - "potionoffirereslong": "long_fire_resistance_potion", - "potoffireres2": "long_fire_resistance_potion", - "potoffireresex": "long_fire_resistance_potion", - "potoffireresextended": "long_fire_resistance_potion", - "potoffireresist2": "long_fire_resistance_potion", - "potoffireresistance2": "long_fire_resistance_potion", - "potoffireresistanceex": "long_fire_resistance_potion", - "potoffireresistanceextended": "long_fire_resistance_potion", - "potoffireresistancelevel2": "long_fire_resistance_potion", - "potoffireresistancelong": "long_fire_resistance_potion", - "potoffireresistex": "long_fire_resistance_potion", - "potoffireresistextended": "long_fire_resistance_potion", - "potoffireresistlevel2": "long_fire_resistance_potion", - "potoffireresistlong": "long_fire_resistance_potion", - "potoffirereslevel2": "long_fire_resistance_potion", - "potoffirereslong": "long_fire_resistance_potion", - "long_fire_resistance_splash_potion": { - "potionData": { - "type": "FIRE_RESISTANCE", - "upgraded": false, - "extended": true - }, - "material": "SPLASH_POTION" - }, - "fireres2splashpot": "long_fire_resistance_splash_potion", - "fireres2splashpotion": "long_fire_resistance_splash_potion", - "fireresexsplashpot": "long_fire_resistance_splash_potion", - "fireresexsplashpotion": "long_fire_resistance_splash_potion", - "fireresextendedsplashpot": "long_fire_resistance_splash_potion", - "fireresextendedsplashpotion": "long_fire_resistance_splash_potion", - "fireresist2splashpot": "long_fire_resistance_splash_potion", - "fireresist2splashpotion": "long_fire_resistance_splash_potion", - "fireresistance2splashpot": "long_fire_resistance_splash_potion", - "fireresistance2splashpotion": "long_fire_resistance_splash_potion", - "fireresistanceexsplashpot": "long_fire_resistance_splash_potion", - "fireresistanceexsplashpotion": "long_fire_resistance_splash_potion", - "fireresistanceextendedsplashpot": "long_fire_resistance_splash_potion", - "fireresistanceextendedsplashpotion": "long_fire_resistance_splash_potion", - "fireresistancelevel2splashpot": "long_fire_resistance_splash_potion", - "fireresistancelevel2splashpotion": "long_fire_resistance_splash_potion", - "fireresistancelongsplashpot": "long_fire_resistance_splash_potion", - "fireresistancelongsplashpotion": "long_fire_resistance_splash_potion", - "fireresistexsplashpot": "long_fire_resistance_splash_potion", - "fireresistexsplashpotion": "long_fire_resistance_splash_potion", - "fireresistextendedsplashpot": "long_fire_resistance_splash_potion", - "fireresistextendedsplashpotion": "long_fire_resistance_splash_potion", - "fireresistlevel2splashpot": "long_fire_resistance_splash_potion", - "fireresistlevel2splashpotion": "long_fire_resistance_splash_potion", - "fireresistlongsplashpot": "long_fire_resistance_splash_potion", - "fireresistlongsplashpotion": "long_fire_resistance_splash_potion", - "firereslevel2splashpot": "long_fire_resistance_splash_potion", - "firereslevel2splashpotion": "long_fire_resistance_splash_potion", - "firereslongsplashpot": "long_fire_resistance_splash_potion", - "firereslongsplashpotion": "long_fire_resistance_splash_potion", - "splashfireres2pot": "long_fire_resistance_splash_potion", - "splashfireres2potion": "long_fire_resistance_splash_potion", - "splashfireresexpot": "long_fire_resistance_splash_potion", - "splashfireresexpotion": "long_fire_resistance_splash_potion", - "splashfireresextendedpot": "long_fire_resistance_splash_potion", - "splashfireresextendedpotion": "long_fire_resistance_splash_potion", - "splashfireresist2pot": "long_fire_resistance_splash_potion", - "splashfireresist2potion": "long_fire_resistance_splash_potion", - "splashfireresistance2pot": "long_fire_resistance_splash_potion", - "splashfireresistance2potion": "long_fire_resistance_splash_potion", - "splashfireresistanceexpot": "long_fire_resistance_splash_potion", - "splashfireresistanceexpotion": "long_fire_resistance_splash_potion", - "splashfireresistanceextendedpot": "long_fire_resistance_splash_potion", - "splashfireresistanceextendedpotion": "long_fire_resistance_splash_potion", - "splashfireresistancelevel2pot": "long_fire_resistance_splash_potion", - "splashfireresistancelevel2potion": "long_fire_resistance_splash_potion", - "splashfireresistancelongpot": "long_fire_resistance_splash_potion", - "splashfireresistancelongpotion": "long_fire_resistance_splash_potion", - "splashfireresistexpot": "long_fire_resistance_splash_potion", - "splashfireresistexpotion": "long_fire_resistance_splash_potion", - "splashfireresistextendedpot": "long_fire_resistance_splash_potion", - "splashfireresistextendedpotion": "long_fire_resistance_splash_potion", - "splashfireresistlevel2pot": "long_fire_resistance_splash_potion", - "splashfireresistlevel2potion": "long_fire_resistance_splash_potion", - "splashfireresistlongpot": "long_fire_resistance_splash_potion", - "splashfireresistlongpotion": "long_fire_resistance_splash_potion", - "splashfirereslevel2pot": "long_fire_resistance_splash_potion", - "splashfirereslevel2potion": "long_fire_resistance_splash_potion", - "splashfirereslongpot": "long_fire_resistance_splash_potion", - "splashfirereslongpotion": "long_fire_resistance_splash_potion", - "splfireres2pot": "long_fire_resistance_splash_potion", - "splfireres2potion": "long_fire_resistance_splash_potion", - "splfireresexpot": "long_fire_resistance_splash_potion", - "splfireresexpotion": "long_fire_resistance_splash_potion", - "splfireresextendedpot": "long_fire_resistance_splash_potion", - "splfireresextendedpotion": "long_fire_resistance_splash_potion", - "splfireresist2pot": "long_fire_resistance_splash_potion", - "splfireresist2potion": "long_fire_resistance_splash_potion", - "splfireresistance2pot": "long_fire_resistance_splash_potion", - "splfireresistance2potion": "long_fire_resistance_splash_potion", - "splfireresistanceexpot": "long_fire_resistance_splash_potion", - "splfireresistanceexpotion": "long_fire_resistance_splash_potion", - "splfireresistanceextendedpot": "long_fire_resistance_splash_potion", - "splfireresistanceextendedpotion": "long_fire_resistance_splash_potion", - "splfireresistancelevel2pot": "long_fire_resistance_splash_potion", - "splfireresistancelevel2potion": "long_fire_resistance_splash_potion", - "splfireresistancelongpot": "long_fire_resistance_splash_potion", - "splfireresistancelongpotion": "long_fire_resistance_splash_potion", - "splfireresistexpot": "long_fire_resistance_splash_potion", - "splfireresistexpotion": "long_fire_resistance_splash_potion", - "splfireresistextendedpot": "long_fire_resistance_splash_potion", - "splfireresistextendedpotion": "long_fire_resistance_splash_potion", - "splfireresistlevel2pot": "long_fire_resistance_splash_potion", - "splfireresistlevel2potion": "long_fire_resistance_splash_potion", - "splfireresistlongpot": "long_fire_resistance_splash_potion", - "splfireresistlongpotion": "long_fire_resistance_splash_potion", - "splfirereslevel2pot": "long_fire_resistance_splash_potion", - "splfirereslevel2potion": "long_fire_resistance_splash_potion", - "splfirereslongpot": "long_fire_resistance_splash_potion", - "splfirereslongpotion": "long_fire_resistance_splash_potion", - "long_fire_resistance_tipped_arrow": { - "potionData": { - "type": "FIRE_RESISTANCE", - "upgraded": false, - "extended": true - }, - "material": "TIPPED_ARROW" - }, - "arrowfireres2": "long_fire_resistance_tipped_arrow", - "arrowfireresex": "long_fire_resistance_tipped_arrow", - "arrowfireresextended": "long_fire_resistance_tipped_arrow", - "arrowfireresist2": "long_fire_resistance_tipped_arrow", - "arrowfireresistance2": "long_fire_resistance_tipped_arrow", - "arrowfireresistanceex": "long_fire_resistance_tipped_arrow", - "arrowfireresistanceextended": "long_fire_resistance_tipped_arrow", - "arrowfireresistancelevel2": "long_fire_resistance_tipped_arrow", - "arrowfireresistancelong": "long_fire_resistance_tipped_arrow", - "arrowfireresistex": "long_fire_resistance_tipped_arrow", - "arrowfireresistextended": "long_fire_resistance_tipped_arrow", - "arrowfireresistlevel2": "long_fire_resistance_tipped_arrow", - "arrowfireresistlong": "long_fire_resistance_tipped_arrow", - "arrowfirereslevel2": "long_fire_resistance_tipped_arrow", - "arrowfirereslong": "long_fire_resistance_tipped_arrow", - "fireres2tarr": "long_fire_resistance_tipped_arrow", - "fireres2tarrow": "long_fire_resistance_tipped_arrow", - "fireres2tippedarrow": "long_fire_resistance_tipped_arrow", - "fireresarrow2": "long_fire_resistance_tipped_arrow", - "fireresarrowex": "long_fire_resistance_tipped_arrow", - "fireresarrowextended": "long_fire_resistance_tipped_arrow", - "fireresarrowlevel2": "long_fire_resistance_tipped_arrow", - "fireresarrowlong": "long_fire_resistance_tipped_arrow", - "fireresextarr": "long_fire_resistance_tipped_arrow", - "fireresextarrow": "long_fire_resistance_tipped_arrow", - "fireresextendedtarr": "long_fire_resistance_tipped_arrow", - "fireresextendedtarrow": "long_fire_resistance_tipped_arrow", - "fireresextendedtippedarrow": "long_fire_resistance_tipped_arrow", - "fireresextippedarrow": "long_fire_resistance_tipped_arrow", - "fireresist2tarr": "long_fire_resistance_tipped_arrow", - "fireresist2tarrow": "long_fire_resistance_tipped_arrow", - "fireresist2tippedarrow": "long_fire_resistance_tipped_arrow", - "fireresistance2tarr": "long_fire_resistance_tipped_arrow", - "fireresistance2tarrow": "long_fire_resistance_tipped_arrow", - "fireresistance2tippedarrow": "long_fire_resistance_tipped_arrow", - "fireresistancearrow2": "long_fire_resistance_tipped_arrow", - "fireresistancearrowex": "long_fire_resistance_tipped_arrow", - "fireresistancearrowextended": "long_fire_resistance_tipped_arrow", - "fireresistancearrowlevel2": "long_fire_resistance_tipped_arrow", - "fireresistancearrowlong": "long_fire_resistance_tipped_arrow", - "fireresistanceextarr": "long_fire_resistance_tipped_arrow", - "fireresistanceextarrow": "long_fire_resistance_tipped_arrow", - "fireresistanceextendedtarr": "long_fire_resistance_tipped_arrow", - "fireresistanceextendedtarrow": "long_fire_resistance_tipped_arrow", - "fireresistanceextendedtippedarrow": "long_fire_resistance_tipped_arrow", - "fireresistanceextippedarrow": "long_fire_resistance_tipped_arrow", - "fireresistancelevel2tarr": "long_fire_resistance_tipped_arrow", - "fireresistancelevel2tarrow": "long_fire_resistance_tipped_arrow", - "fireresistancelevel2tippedarrow": "long_fire_resistance_tipped_arrow", - "fireresistancelongtarr": "long_fire_resistance_tipped_arrow", - "fireresistancelongtarrow": "long_fire_resistance_tipped_arrow", - "fireresistancelongtippedarrow": "long_fire_resistance_tipped_arrow", - "fireresistarrow2": "long_fire_resistance_tipped_arrow", - "fireresistarrowex": "long_fire_resistance_tipped_arrow", - "fireresistarrowextended": "long_fire_resistance_tipped_arrow", - "fireresistarrowlevel2": "long_fire_resistance_tipped_arrow", - "fireresistarrowlong": "long_fire_resistance_tipped_arrow", - "fireresistextarr": "long_fire_resistance_tipped_arrow", - "fireresistextarrow": "long_fire_resistance_tipped_arrow", - "fireresistextendedtarr": "long_fire_resistance_tipped_arrow", - "fireresistextendedtarrow": "long_fire_resistance_tipped_arrow", - "fireresistextendedtippedarrow": "long_fire_resistance_tipped_arrow", - "fireresistextippedarrow": "long_fire_resistance_tipped_arrow", - "fireresistlevel2tarr": "long_fire_resistance_tipped_arrow", - "fireresistlevel2tarrow": "long_fire_resistance_tipped_arrow", - "fireresistlevel2tippedarrow": "long_fire_resistance_tipped_arrow", - "fireresistlongtarr": "long_fire_resistance_tipped_arrow", - "fireresistlongtarrow": "long_fire_resistance_tipped_arrow", - "fireresistlongtippedarrow": "long_fire_resistance_tipped_arrow", - "firereslevel2tarr": "long_fire_resistance_tipped_arrow", - "firereslevel2tarrow": "long_fire_resistance_tipped_arrow", - "firereslevel2tippedarrow": "long_fire_resistance_tipped_arrow", - "firereslongtarr": "long_fire_resistance_tipped_arrow", - "firereslongtarrow": "long_fire_resistance_tipped_arrow", - "firereslongtippedarrow": "long_fire_resistance_tipped_arrow", - "long_invisibility_lingering_potion": { - "potionData": { - "type": "INVISIBILITY", - "upgraded": false, - "extended": true - }, - "material": "LINGERING_POTION" - }, - "aoepotinv2": "long_invisibility_lingering_potion", - "aoepotinvex": "long_invisibility_lingering_potion", - "aoepotinvextended": "long_invisibility_lingering_potion", - "aoepotinvis2": "long_invisibility_lingering_potion", - "aoepotinvisex": "long_invisibility_lingering_potion", - "aoepotinvisextended": "long_invisibility_lingering_potion", - "aoepotinvisibility2": "long_invisibility_lingering_potion", - "aoepotinvisibilityex": "long_invisibility_lingering_potion", - "aoepotinvisibilityextended": "long_invisibility_lingering_potion", - "aoepotinvisibilitylevel2": "long_invisibility_lingering_potion", - "aoepotinvisibilitylong": "long_invisibility_lingering_potion", - "aoepotinvisible2": "long_invisibility_lingering_potion", - "aoepotinvisibleex": "long_invisibility_lingering_potion", - "aoepotinvisibleextended": "long_invisibility_lingering_potion", - "aoepotinvisiblelevel2": "long_invisibility_lingering_potion", - "aoepotinvisiblelong": "long_invisibility_lingering_potion", - "aoepotinvislevel2": "long_invisibility_lingering_potion", - "aoepotinvislong": "long_invisibility_lingering_potion", - "aoepotinvlevel2": "long_invisibility_lingering_potion", - "aoepotinvlong": "long_invisibility_lingering_potion", - "aoepotioninv2": "long_invisibility_lingering_potion", - "aoepotioninvex": "long_invisibility_lingering_potion", - "aoepotioninvextended": "long_invisibility_lingering_potion", - "aoepotioninvis2": "long_invisibility_lingering_potion", - "aoepotioninvisex": "long_invisibility_lingering_potion", - "aoepotioninvisextended": "long_invisibility_lingering_potion", - "aoepotioninvisibility2": "long_invisibility_lingering_potion", - "aoepotioninvisibilityex": "long_invisibility_lingering_potion", - "aoepotioninvisibilityextended": "long_invisibility_lingering_potion", - "aoepotioninvisibilitylevel2": "long_invisibility_lingering_potion", - "aoepotioninvisibilitylong": "long_invisibility_lingering_potion", - "aoepotioninvisible2": "long_invisibility_lingering_potion", - "aoepotioninvisibleex": "long_invisibility_lingering_potion", - "aoepotioninvisibleextended": "long_invisibility_lingering_potion", - "aoepotioninvisiblelevel2": "long_invisibility_lingering_potion", - "aoepotioninvisiblelong": "long_invisibility_lingering_potion", - "aoepotioninvislevel2": "long_invisibility_lingering_potion", - "aoepotioninvislong": "long_invisibility_lingering_potion", - "aoepotioninvlevel2": "long_invisibility_lingering_potion", - "aoepotioninvlong": "long_invisibility_lingering_potion", - "areapotinv2": "long_invisibility_lingering_potion", - "areapotinvex": "long_invisibility_lingering_potion", - "areapotinvextended": "long_invisibility_lingering_potion", - "areapotinvis2": "long_invisibility_lingering_potion", - "areapotinvisex": "long_invisibility_lingering_potion", - "areapotinvisextended": "long_invisibility_lingering_potion", - "areapotinvisibility2": "long_invisibility_lingering_potion", - "areapotinvisibilityex": "long_invisibility_lingering_potion", - "areapotinvisibilityextended": "long_invisibility_lingering_potion", - "areapotinvisibilitylevel2": "long_invisibility_lingering_potion", - "areapotinvisibilitylong": "long_invisibility_lingering_potion", - "areapotinvisible2": "long_invisibility_lingering_potion", - "areapotinvisibleex": "long_invisibility_lingering_potion", - "areapotinvisibleextended": "long_invisibility_lingering_potion", - "areapotinvisiblelevel2": "long_invisibility_lingering_potion", - "areapotinvisiblelong": "long_invisibility_lingering_potion", - "areapotinvislevel2": "long_invisibility_lingering_potion", - "areapotinvislong": "long_invisibility_lingering_potion", - "areapotinvlevel2": "long_invisibility_lingering_potion", - "areapotinvlong": "long_invisibility_lingering_potion", - "areapotioninv2": "long_invisibility_lingering_potion", - "areapotioninvex": "long_invisibility_lingering_potion", - "areapotioninvextended": "long_invisibility_lingering_potion", - "areapotioninvis2": "long_invisibility_lingering_potion", - "areapotioninvisex": "long_invisibility_lingering_potion", - "areapotioninvisextended": "long_invisibility_lingering_potion", - "areapotioninvisibility2": "long_invisibility_lingering_potion", - "areapotioninvisibilityex": "long_invisibility_lingering_potion", - "areapotioninvisibilityextended": "long_invisibility_lingering_potion", - "areapotioninvisibilitylevel2": "long_invisibility_lingering_potion", - "areapotioninvisibilitylong": "long_invisibility_lingering_potion", - "areapotioninvisible2": "long_invisibility_lingering_potion", - "areapotioninvisibleex": "long_invisibility_lingering_potion", - "areapotioninvisibleextended": "long_invisibility_lingering_potion", - "areapotioninvisiblelevel2": "long_invisibility_lingering_potion", - "areapotioninvisiblelong": "long_invisibility_lingering_potion", - "areapotioninvislevel2": "long_invisibility_lingering_potion", - "areapotioninvislong": "long_invisibility_lingering_potion", - "areapotioninvlevel2": "long_invisibility_lingering_potion", - "areapotioninvlong": "long_invisibility_lingering_potion", - "cloudpotinv2": "long_invisibility_lingering_potion", - "cloudpotinvex": "long_invisibility_lingering_potion", - "cloudpotinvextended": "long_invisibility_lingering_potion", - "cloudpotinvis2": "long_invisibility_lingering_potion", - "cloudpotinvisex": "long_invisibility_lingering_potion", - "cloudpotinvisextended": "long_invisibility_lingering_potion", - "cloudpotinvisibility2": "long_invisibility_lingering_potion", - "cloudpotinvisibilityex": "long_invisibility_lingering_potion", - "cloudpotinvisibilityextended": "long_invisibility_lingering_potion", - "cloudpotinvisibilitylevel2": "long_invisibility_lingering_potion", - "cloudpotinvisibilitylong": "long_invisibility_lingering_potion", - "cloudpotinvisible2": "long_invisibility_lingering_potion", - "cloudpotinvisibleex": "long_invisibility_lingering_potion", - "cloudpotinvisibleextended": "long_invisibility_lingering_potion", - "cloudpotinvisiblelevel2": "long_invisibility_lingering_potion", - "cloudpotinvisiblelong": "long_invisibility_lingering_potion", - "cloudpotinvislevel2": "long_invisibility_lingering_potion", - "cloudpotinvislong": "long_invisibility_lingering_potion", - "cloudpotinvlevel2": "long_invisibility_lingering_potion", - "cloudpotinvlong": "long_invisibility_lingering_potion", - "cloudpotioninv2": "long_invisibility_lingering_potion", - "cloudpotioninvex": "long_invisibility_lingering_potion", - "cloudpotioninvextended": "long_invisibility_lingering_potion", - "cloudpotioninvis2": "long_invisibility_lingering_potion", - "cloudpotioninvisex": "long_invisibility_lingering_potion", - "cloudpotioninvisextended": "long_invisibility_lingering_potion", - "cloudpotioninvisibility2": "long_invisibility_lingering_potion", - "cloudpotioninvisibilityex": "long_invisibility_lingering_potion", - "cloudpotioninvisibilityextended": "long_invisibility_lingering_potion", - "cloudpotioninvisibilitylevel2": "long_invisibility_lingering_potion", - "cloudpotioninvisibilitylong": "long_invisibility_lingering_potion", - "cloudpotioninvisible2": "long_invisibility_lingering_potion", - "cloudpotioninvisibleex": "long_invisibility_lingering_potion", - "cloudpotioninvisibleextended": "long_invisibility_lingering_potion", - "cloudpotioninvisiblelevel2": "long_invisibility_lingering_potion", - "cloudpotioninvisiblelong": "long_invisibility_lingering_potion", - "cloudpotioninvislevel2": "long_invisibility_lingering_potion", - "cloudpotioninvislong": "long_invisibility_lingering_potion", - "cloudpotioninvlevel2": "long_invisibility_lingering_potion", - "cloudpotioninvlong": "long_invisibility_lingering_potion", - "invaoepoiont2": "long_invisibility_lingering_potion", - "invaoepoiontex": "long_invisibility_lingering_potion", - "invaoepoiontextended": "long_invisibility_lingering_potion", - "invaoepoiontlevel2": "long_invisibility_lingering_potion", - "invaoepoiontlong": "long_invisibility_lingering_potion", - "invaoepot2": "long_invisibility_lingering_potion", - "invaoepotex": "long_invisibility_lingering_potion", - "invaoepotextended": "long_invisibility_lingering_potion", - "invaoepotlevel2": "long_invisibility_lingering_potion", - "invaoepotlong": "long_invisibility_lingering_potion", - "invareapot2": "long_invisibility_lingering_potion", - "invareapotex": "long_invisibility_lingering_potion", - "invareapotextended": "long_invisibility_lingering_potion", - "invareapotion2": "long_invisibility_lingering_potion", - "invareapotionex": "long_invisibility_lingering_potion", - "invareapotionextended": "long_invisibility_lingering_potion", - "invareapotionlevel2": "long_invisibility_lingering_potion", - "invareapotionlong": "long_invisibility_lingering_potion", - "invareapotlevel2": "long_invisibility_lingering_potion", - "invareapotlong": "long_invisibility_lingering_potion", - "invcloudpot2": "long_invisibility_lingering_potion", - "invcloudpotex": "long_invisibility_lingering_potion", - "invcloudpotextended": "long_invisibility_lingering_potion", - "invcloudpotion2": "long_invisibility_lingering_potion", - "invcloudpotionex": "long_invisibility_lingering_potion", - "invcloudpotionextended": "long_invisibility_lingering_potion", - "invcloudpotionlevel2": "long_invisibility_lingering_potion", - "invcloudpotionlong": "long_invisibility_lingering_potion", - "invcloudpotlevel2": "long_invisibility_lingering_potion", - "invcloudpotlong": "long_invisibility_lingering_potion", - "invisaoepoiont2": "long_invisibility_lingering_potion", - "invisaoepoiontex": "long_invisibility_lingering_potion", - "invisaoepoiontextended": "long_invisibility_lingering_potion", - "invisaoepoiontlevel2": "long_invisibility_lingering_potion", - "invisaoepoiontlong": "long_invisibility_lingering_potion", - "invisaoepot2": "long_invisibility_lingering_potion", - "invisaoepotex": "long_invisibility_lingering_potion", - "invisaoepotextended": "long_invisibility_lingering_potion", - "invisaoepotlevel2": "long_invisibility_lingering_potion", - "invisaoepotlong": "long_invisibility_lingering_potion", - "invisareapot2": "long_invisibility_lingering_potion", - "invisareapotex": "long_invisibility_lingering_potion", - "invisareapotextended": "long_invisibility_lingering_potion", - "invisareapotion2": "long_invisibility_lingering_potion", - "invisareapotionex": "long_invisibility_lingering_potion", - "invisareapotionextended": "long_invisibility_lingering_potion", - "invisareapotionlevel2": "long_invisibility_lingering_potion", - "invisareapotionlong": "long_invisibility_lingering_potion", - "invisareapotlevel2": "long_invisibility_lingering_potion", - "invisareapotlong": "long_invisibility_lingering_potion", - "inviscloudpot2": "long_invisibility_lingering_potion", - "inviscloudpotex": "long_invisibility_lingering_potion", - "inviscloudpotextended": "long_invisibility_lingering_potion", - "inviscloudpotion2": "long_invisibility_lingering_potion", - "inviscloudpotionex": "long_invisibility_lingering_potion", - "inviscloudpotionextended": "long_invisibility_lingering_potion", - "inviscloudpotionlevel2": "long_invisibility_lingering_potion", - "inviscloudpotionlong": "long_invisibility_lingering_potion", - "inviscloudpotlevel2": "long_invisibility_lingering_potion", - "inviscloudpotlong": "long_invisibility_lingering_potion", - "invisibilityaoepoiont2": "long_invisibility_lingering_potion", - "invisibilityaoepoiontex": "long_invisibility_lingering_potion", - "invisibilityaoepoiontextended": "long_invisibility_lingering_potion", - "invisibilityaoepoiontlevel2": "long_invisibility_lingering_potion", - "invisibilityaoepoiontlong": "long_invisibility_lingering_potion", - "invisibilityaoepot2": "long_invisibility_lingering_potion", - "invisibilityaoepotex": "long_invisibility_lingering_potion", - "invisibilityaoepotextended": "long_invisibility_lingering_potion", - "invisibilityaoepotlevel2": "long_invisibility_lingering_potion", - "invisibilityaoepotlong": "long_invisibility_lingering_potion", - "invisibilityareapot2": "long_invisibility_lingering_potion", - "invisibilityareapotex": "long_invisibility_lingering_potion", - "invisibilityareapotextended": "long_invisibility_lingering_potion", - "invisibilityareapotion2": "long_invisibility_lingering_potion", - "invisibilityareapotionex": "long_invisibility_lingering_potion", - "invisibilityareapotionextended": "long_invisibility_lingering_potion", - "invisibilityareapotionlevel2": "long_invisibility_lingering_potion", - "invisibilityareapotionlong": "long_invisibility_lingering_potion", - "invisibilityareapotlevel2": "long_invisibility_lingering_potion", - "invisibilityareapotlong": "long_invisibility_lingering_potion", - "invisibilitycloudpot2": "long_invisibility_lingering_potion", - "invisibilitycloudpotex": "long_invisibility_lingering_potion", - "invisibilitycloudpotextended": "long_invisibility_lingering_potion", - "invisibilitycloudpotion2": "long_invisibility_lingering_potion", - "invisibilitycloudpotionex": "long_invisibility_lingering_potion", - "invisibilitycloudpotionextended": "long_invisibility_lingering_potion", - "invisibilitycloudpotionlevel2": "long_invisibility_lingering_potion", - "invisibilitycloudpotionlong": "long_invisibility_lingering_potion", - "invisibilitycloudpotlevel2": "long_invisibility_lingering_potion", - "invisibilitycloudpotlong": "long_invisibility_lingering_potion", - "invisibilitylingerpot2": "long_invisibility_lingering_potion", - "invisibilitylingerpotex": "long_invisibility_lingering_potion", - "invisibilitylingerpotextended": "long_invisibility_lingering_potion", - "invisibilitylingerpotlevel2": "long_invisibility_lingering_potion", - "invisibilitylingerpotlong": "long_invisibility_lingering_potion", - "invisibleaoepoiont2": "long_invisibility_lingering_potion", - "invisibleaoepoiontex": "long_invisibility_lingering_potion", - "invisibleaoepoiontextended": "long_invisibility_lingering_potion", - "invisibleaoepoiontlevel2": "long_invisibility_lingering_potion", - "invisibleaoepoiontlong": "long_invisibility_lingering_potion", - "invisibleaoepot2": "long_invisibility_lingering_potion", - "invisibleaoepotex": "long_invisibility_lingering_potion", - "invisibleaoepotextended": "long_invisibility_lingering_potion", - "invisibleaoepotlevel2": "long_invisibility_lingering_potion", - "invisibleaoepotlong": "long_invisibility_lingering_potion", - "invisibleareapot2": "long_invisibility_lingering_potion", - "invisibleareapotex": "long_invisibility_lingering_potion", - "invisibleareapotextended": "long_invisibility_lingering_potion", - "invisibleareapotion2": "long_invisibility_lingering_potion", - "invisibleareapotionex": "long_invisibility_lingering_potion", - "invisibleareapotionextended": "long_invisibility_lingering_potion", - "invisibleareapotionlevel2": "long_invisibility_lingering_potion", - "invisibleareapotionlong": "long_invisibility_lingering_potion", - "invisibleareapotlevel2": "long_invisibility_lingering_potion", - "invisibleareapotlong": "long_invisibility_lingering_potion", - "invisiblecloudpot2": "long_invisibility_lingering_potion", - "invisiblecloudpotex": "long_invisibility_lingering_potion", - "invisiblecloudpotextended": "long_invisibility_lingering_potion", - "invisiblecloudpotion2": "long_invisibility_lingering_potion", - "invisiblecloudpotionex": "long_invisibility_lingering_potion", - "invisiblecloudpotionextended": "long_invisibility_lingering_potion", - "invisiblecloudpotionlevel2": "long_invisibility_lingering_potion", - "invisiblecloudpotionlong": "long_invisibility_lingering_potion", - "invisiblecloudpotlevel2": "long_invisibility_lingering_potion", - "invisiblecloudpotlong": "long_invisibility_lingering_potion", - "invisiblelingerpot2": "long_invisibility_lingering_potion", - "invisiblelingerpotex": "long_invisibility_lingering_potion", - "invisiblelingerpotextended": "long_invisibility_lingering_potion", - "invisiblelingerpotlevel2": "long_invisibility_lingering_potion", - "invisiblelingerpotlong": "long_invisibility_lingering_potion", - "invislingerpot2": "long_invisibility_lingering_potion", - "invislingerpotex": "long_invisibility_lingering_potion", - "invislingerpotextended": "long_invisibility_lingering_potion", - "invislingerpotlevel2": "long_invisibility_lingering_potion", - "invislingerpotlong": "long_invisibility_lingering_potion", - "invlingerpot2": "long_invisibility_lingering_potion", - "invlingerpotex": "long_invisibility_lingering_potion", - "invlingerpotextended": "long_invisibility_lingering_potion", - "invlingerpotlevel2": "long_invisibility_lingering_potion", - "invlingerpotlong": "long_invisibility_lingering_potion", - "lingerpotinv2": "long_invisibility_lingering_potion", - "lingerpotinvex": "long_invisibility_lingering_potion", - "lingerpotinvextended": "long_invisibility_lingering_potion", - "lingerpotinvis2": "long_invisibility_lingering_potion", - "lingerpotinvisex": "long_invisibility_lingering_potion", - "lingerpotinvisextended": "long_invisibility_lingering_potion", - "lingerpotinvisibility2": "long_invisibility_lingering_potion", - "lingerpotinvisibilityex": "long_invisibility_lingering_potion", - "lingerpotinvisibilityextended": "long_invisibility_lingering_potion", - "lingerpotinvisibilitylevel2": "long_invisibility_lingering_potion", - "lingerpotinvisibilitylong": "long_invisibility_lingering_potion", - "lingerpotinvisible2": "long_invisibility_lingering_potion", - "lingerpotinvisibleex": "long_invisibility_lingering_potion", - "lingerpotinvisibleextended": "long_invisibility_lingering_potion", - "lingerpotinvisiblelevel2": "long_invisibility_lingering_potion", - "lingerpotinvisiblelong": "long_invisibility_lingering_potion", - "lingerpotinvislevel2": "long_invisibility_lingering_potion", - "lingerpotinvislong": "long_invisibility_lingering_potion", - "lingerpotinvlevel2": "long_invisibility_lingering_potion", - "lingerpotinvlong": "long_invisibility_lingering_potion", - "long_invisibility_potion": { - "potionData": { - "type": "INVISIBILITY", - "upgraded": false, - "extended": true - }, - "material": "POTION" - }, - "inv2pot": "long_invisibility_potion", - "inv2potion": "long_invisibility_potion", - "invexpot": "long_invisibility_potion", - "invexpotion": "long_invisibility_potion", - "invextendedpot": "long_invisibility_potion", - "invextendedpotion": "long_invisibility_potion", - "invis2pot": "long_invisibility_potion", - "invis2potion": "long_invisibility_potion", - "invisexpot": "long_invisibility_potion", - "invisexpotion": "long_invisibility_potion", - "invisextendedpot": "long_invisibility_potion", - "invisextendedpotion": "long_invisibility_potion", - "invisibility2pot": "long_invisibility_potion", - "invisibility2potion": "long_invisibility_potion", - "invisibilityexpot": "long_invisibility_potion", - "invisibilityexpotion": "long_invisibility_potion", - "invisibilityextendedpot": "long_invisibility_potion", - "invisibilityextendedpotion": "long_invisibility_potion", - "invisibilitylevel2pot": "long_invisibility_potion", - "invisibilitylevel2potion": "long_invisibility_potion", - "invisibilitylongpot": "long_invisibility_potion", - "invisibilitylongpotion": "long_invisibility_potion", - "invisible2pot": "long_invisibility_potion", - "invisible2potion": "long_invisibility_potion", - "invisibleexpot": "long_invisibility_potion", - "invisibleexpotion": "long_invisibility_potion", - "invisibleextendedpot": "long_invisibility_potion", - "invisibleextendedpotion": "long_invisibility_potion", - "invisiblelevel2pot": "long_invisibility_potion", - "invisiblelevel2potion": "long_invisibility_potion", - "invisiblelongpot": "long_invisibility_potion", - "invisiblelongpotion": "long_invisibility_potion", - "invislevel2pot": "long_invisibility_potion", - "invislevel2potion": "long_invisibility_potion", - "invislongpot": "long_invisibility_potion", - "invislongpotion": "long_invisibility_potion", - "invlevel2pot": "long_invisibility_potion", - "invlevel2potion": "long_invisibility_potion", - "invlongpot": "long_invisibility_potion", - "invlongpotion": "long_invisibility_potion", - "potionofinv2": "long_invisibility_potion", - "potionofinvex": "long_invisibility_potion", - "potionofinvextended": "long_invisibility_potion", - "potionofinvis2": "long_invisibility_potion", - "potionofinvisex": "long_invisibility_potion", - "potionofinvisextended": "long_invisibility_potion", - "potionofinvisibility2": "long_invisibility_potion", - "potionofinvisibilityex": "long_invisibility_potion", - "potionofinvisibilityextended": "long_invisibility_potion", - "potionofinvisibilitylevel2": "long_invisibility_potion", - "potionofinvisibilitylong": "long_invisibility_potion", - "potionofinvisible2": "long_invisibility_potion", - "potionofinvisibleex": "long_invisibility_potion", - "potionofinvisibleextended": "long_invisibility_potion", - "potionofinvisiblelevel2": "long_invisibility_potion", - "potionofinvisiblelong": "long_invisibility_potion", - "potionofinvislevel2": "long_invisibility_potion", - "potionofinvislong": "long_invisibility_potion", - "potionofinvlevel2": "long_invisibility_potion", - "potionofinvlong": "long_invisibility_potion", - "potofinv2": "long_invisibility_potion", - "potofinvex": "long_invisibility_potion", - "potofinvextended": "long_invisibility_potion", - "potofinvis2": "long_invisibility_potion", - "potofinvisex": "long_invisibility_potion", - "potofinvisextended": "long_invisibility_potion", - "potofinvisibility2": "long_invisibility_potion", - "potofinvisibilityex": "long_invisibility_potion", - "potofinvisibilityextended": "long_invisibility_potion", - "potofinvisibilitylevel2": "long_invisibility_potion", - "potofinvisibilitylong": "long_invisibility_potion", - "potofinvisible2": "long_invisibility_potion", - "potofinvisibleex": "long_invisibility_potion", - "potofinvisibleextended": "long_invisibility_potion", - "potofinvisiblelevel2": "long_invisibility_potion", - "potofinvisiblelong": "long_invisibility_potion", - "potofinvislevel2": "long_invisibility_potion", - "potofinvislong": "long_invisibility_potion", - "potofinvlevel2": "long_invisibility_potion", - "potofinvlong": "long_invisibility_potion", - "long_invisibility_splash_potion": { - "potionData": { - "type": "INVISIBILITY", - "upgraded": false, - "extended": true - }, - "material": "SPLASH_POTION" - }, - "inv2splashpot": "long_invisibility_splash_potion", - "inv2splashpotion": "long_invisibility_splash_potion", - "invexsplashpot": "long_invisibility_splash_potion", - "invexsplashpotion": "long_invisibility_splash_potion", - "invextendedsplashpot": "long_invisibility_splash_potion", - "invextendedsplashpotion": "long_invisibility_splash_potion", - "invis2splashpot": "long_invisibility_splash_potion", - "invis2splashpotion": "long_invisibility_splash_potion", - "invisexsplashpot": "long_invisibility_splash_potion", - "invisexsplashpotion": "long_invisibility_splash_potion", - "invisextendedsplashpot": "long_invisibility_splash_potion", - "invisextendedsplashpotion": "long_invisibility_splash_potion", - "invisibility2splashpot": "long_invisibility_splash_potion", - "invisibility2splashpotion": "long_invisibility_splash_potion", - "invisibilityexsplashpot": "long_invisibility_splash_potion", - "invisibilityexsplashpotion": "long_invisibility_splash_potion", - "invisibilityextendedsplashpot": "long_invisibility_splash_potion", - "invisibilityextendedsplashpotion": "long_invisibility_splash_potion", - "invisibilitylevel2splashpot": "long_invisibility_splash_potion", - "invisibilitylevel2splashpotion": "long_invisibility_splash_potion", - "invisibilitylongsplashpot": "long_invisibility_splash_potion", - "invisibilitylongsplashpotion": "long_invisibility_splash_potion", - "invisible2splashpot": "long_invisibility_splash_potion", - "invisible2splashpotion": "long_invisibility_splash_potion", - "invisibleexsplashpot": "long_invisibility_splash_potion", - "invisibleexsplashpotion": "long_invisibility_splash_potion", - "invisibleextendedsplashpot": "long_invisibility_splash_potion", - "invisibleextendedsplashpotion": "long_invisibility_splash_potion", - "invisiblelevel2splashpot": "long_invisibility_splash_potion", - "invisiblelevel2splashpotion": "long_invisibility_splash_potion", - "invisiblelongsplashpot": "long_invisibility_splash_potion", - "invisiblelongsplashpotion": "long_invisibility_splash_potion", - "invislevel2splashpot": "long_invisibility_splash_potion", - "invislevel2splashpotion": "long_invisibility_splash_potion", - "invislongsplashpot": "long_invisibility_splash_potion", - "invislongsplashpotion": "long_invisibility_splash_potion", - "invlevel2splashpot": "long_invisibility_splash_potion", - "invlevel2splashpotion": "long_invisibility_splash_potion", - "invlongsplashpot": "long_invisibility_splash_potion", - "invlongsplashpotion": "long_invisibility_splash_potion", - "splashinv2pot": "long_invisibility_splash_potion", - "splashinv2potion": "long_invisibility_splash_potion", - "splashinvexpot": "long_invisibility_splash_potion", - "splashinvexpotion": "long_invisibility_splash_potion", - "splashinvextendedpot": "long_invisibility_splash_potion", - "splashinvextendedpotion": "long_invisibility_splash_potion", - "splashinvis2pot": "long_invisibility_splash_potion", - "splashinvis2potion": "long_invisibility_splash_potion", - "splashinvisexpot": "long_invisibility_splash_potion", - "splashinvisexpotion": "long_invisibility_splash_potion", - "splashinvisextendedpot": "long_invisibility_splash_potion", - "splashinvisextendedpotion": "long_invisibility_splash_potion", - "splashinvisibility2pot": "long_invisibility_splash_potion", - "splashinvisibility2potion": "long_invisibility_splash_potion", - "splashinvisibilityexpot": "long_invisibility_splash_potion", - "splashinvisibilityexpotion": "long_invisibility_splash_potion", - "splashinvisibilityextendedpot": "long_invisibility_splash_potion", - "splashinvisibilityextendedpotion": "long_invisibility_splash_potion", - "splashinvisibilitylevel2pot": "long_invisibility_splash_potion", - "splashinvisibilitylevel2potion": "long_invisibility_splash_potion", - "splashinvisibilitylongpot": "long_invisibility_splash_potion", - "splashinvisibilitylongpotion": "long_invisibility_splash_potion", - "splashinvisible2pot": "long_invisibility_splash_potion", - "splashinvisible2potion": "long_invisibility_splash_potion", - "splashinvisibleexpot": "long_invisibility_splash_potion", - "splashinvisibleexpotion": "long_invisibility_splash_potion", - "splashinvisibleextendedpot": "long_invisibility_splash_potion", - "splashinvisibleextendedpotion": "long_invisibility_splash_potion", - "splashinvisiblelevel2pot": "long_invisibility_splash_potion", - "splashinvisiblelevel2potion": "long_invisibility_splash_potion", - "splashinvisiblelongpot": "long_invisibility_splash_potion", - "splashinvisiblelongpotion": "long_invisibility_splash_potion", - "splashinvislevel2pot": "long_invisibility_splash_potion", - "splashinvislevel2potion": "long_invisibility_splash_potion", - "splashinvislongpot": "long_invisibility_splash_potion", - "splashinvislongpotion": "long_invisibility_splash_potion", - "splashinvlevel2pot": "long_invisibility_splash_potion", - "splashinvlevel2potion": "long_invisibility_splash_potion", - "splashinvlongpot": "long_invisibility_splash_potion", - "splashinvlongpotion": "long_invisibility_splash_potion", - "splinv2pot": "long_invisibility_splash_potion", - "splinv2potion": "long_invisibility_splash_potion", - "splinvexpot": "long_invisibility_splash_potion", - "splinvexpotion": "long_invisibility_splash_potion", - "splinvextendedpot": "long_invisibility_splash_potion", - "splinvextendedpotion": "long_invisibility_splash_potion", - "splinvis2pot": "long_invisibility_splash_potion", - "splinvis2potion": "long_invisibility_splash_potion", - "splinvisexpot": "long_invisibility_splash_potion", - "splinvisexpotion": "long_invisibility_splash_potion", - "splinvisextendedpot": "long_invisibility_splash_potion", - "splinvisextendedpotion": "long_invisibility_splash_potion", - "splinvisibility2pot": "long_invisibility_splash_potion", - "splinvisibility2potion": "long_invisibility_splash_potion", - "splinvisibilityexpot": "long_invisibility_splash_potion", - "splinvisibilityexpotion": "long_invisibility_splash_potion", - "splinvisibilityextendedpot": "long_invisibility_splash_potion", - "splinvisibilityextendedpotion": "long_invisibility_splash_potion", - "splinvisibilitylevel2pot": "long_invisibility_splash_potion", - "splinvisibilitylevel2potion": "long_invisibility_splash_potion", - "splinvisibilitylongpot": "long_invisibility_splash_potion", - "splinvisibilitylongpotion": "long_invisibility_splash_potion", - "splinvisible2pot": "long_invisibility_splash_potion", - "splinvisible2potion": "long_invisibility_splash_potion", - "splinvisibleexpot": "long_invisibility_splash_potion", - "splinvisibleexpotion": "long_invisibility_splash_potion", - "splinvisibleextendedpot": "long_invisibility_splash_potion", - "splinvisibleextendedpotion": "long_invisibility_splash_potion", - "splinvisiblelevel2pot": "long_invisibility_splash_potion", - "splinvisiblelevel2potion": "long_invisibility_splash_potion", - "splinvisiblelongpot": "long_invisibility_splash_potion", - "splinvisiblelongpotion": "long_invisibility_splash_potion", - "splinvislevel2pot": "long_invisibility_splash_potion", - "splinvislevel2potion": "long_invisibility_splash_potion", - "splinvislongpot": "long_invisibility_splash_potion", - "splinvislongpotion": "long_invisibility_splash_potion", - "splinvlevel2pot": "long_invisibility_splash_potion", - "splinvlevel2potion": "long_invisibility_splash_potion", - "splinvlongpot": "long_invisibility_splash_potion", - "splinvlongpotion": "long_invisibility_splash_potion", - "long_invisibility_tipped_arrow": { - "potionData": { - "type": "INVISIBILITY", - "upgraded": false, - "extended": true - }, - "material": "TIPPED_ARROW" - }, - "arrowinv2": "long_invisibility_tipped_arrow", - "arrowinvex": "long_invisibility_tipped_arrow", - "arrowinvextended": "long_invisibility_tipped_arrow", - "arrowinvis2": "long_invisibility_tipped_arrow", - "arrowinvisex": "long_invisibility_tipped_arrow", - "arrowinvisextended": "long_invisibility_tipped_arrow", - "arrowinvisibility2": "long_invisibility_tipped_arrow", - "arrowinvisibilityex": "long_invisibility_tipped_arrow", - "arrowinvisibilityextended": "long_invisibility_tipped_arrow", - "arrowinvisibilitylevel2": "long_invisibility_tipped_arrow", - "arrowinvisibilitylong": "long_invisibility_tipped_arrow", - "arrowinvisible2": "long_invisibility_tipped_arrow", - "arrowinvisibleex": "long_invisibility_tipped_arrow", - "arrowinvisibleextended": "long_invisibility_tipped_arrow", - "arrowinvisiblelevel2": "long_invisibility_tipped_arrow", - "arrowinvisiblelong": "long_invisibility_tipped_arrow", - "arrowinvislevel2": "long_invisibility_tipped_arrow", - "arrowinvislong": "long_invisibility_tipped_arrow", - "arrowinvlevel2": "long_invisibility_tipped_arrow", - "arrowinvlong": "long_invisibility_tipped_arrow", - "inv2tarr": "long_invisibility_tipped_arrow", - "inv2tarrow": "long_invisibility_tipped_arrow", - "inv2tippedarrow": "long_invisibility_tipped_arrow", - "invarrow2": "long_invisibility_tipped_arrow", - "invarrowex": "long_invisibility_tipped_arrow", - "invarrowextended": "long_invisibility_tipped_arrow", - "invarrowlevel2": "long_invisibility_tipped_arrow", - "invarrowlong": "long_invisibility_tipped_arrow", - "invextarr": "long_invisibility_tipped_arrow", - "invextarrow": "long_invisibility_tipped_arrow", - "invextendedtarr": "long_invisibility_tipped_arrow", - "invextendedtarrow": "long_invisibility_tipped_arrow", - "invextendedtippedarrow": "long_invisibility_tipped_arrow", - "invextippedarrow": "long_invisibility_tipped_arrow", - "invis2tarr": "long_invisibility_tipped_arrow", - "invis2tarrow": "long_invisibility_tipped_arrow", - "invis2tippedarrow": "long_invisibility_tipped_arrow", - "invisarrow2": "long_invisibility_tipped_arrow", - "invisarrowex": "long_invisibility_tipped_arrow", - "invisarrowextended": "long_invisibility_tipped_arrow", - "invisarrowlevel2": "long_invisibility_tipped_arrow", - "invisarrowlong": "long_invisibility_tipped_arrow", - "invisextarr": "long_invisibility_tipped_arrow", - "invisextarrow": "long_invisibility_tipped_arrow", - "invisextendedtarr": "long_invisibility_tipped_arrow", - "invisextendedtarrow": "long_invisibility_tipped_arrow", - "invisextendedtippedarrow": "long_invisibility_tipped_arrow", - "invisextippedarrow": "long_invisibility_tipped_arrow", - "invisibility2tarr": "long_invisibility_tipped_arrow", - "invisibility2tarrow": "long_invisibility_tipped_arrow", - "invisibility2tippedarrow": "long_invisibility_tipped_arrow", - "invisibilityarrow2": "long_invisibility_tipped_arrow", - "invisibilityarrowex": "long_invisibility_tipped_arrow", - "invisibilityarrowextended": "long_invisibility_tipped_arrow", - "invisibilityarrowlevel2": "long_invisibility_tipped_arrow", - "invisibilityarrowlong": "long_invisibility_tipped_arrow", - "invisibilityextarr": "long_invisibility_tipped_arrow", - "invisibilityextarrow": "long_invisibility_tipped_arrow", - "invisibilityextendedtarr": "long_invisibility_tipped_arrow", - "invisibilityextendedtarrow": "long_invisibility_tipped_arrow", - "invisibilityextendedtippedarrow": "long_invisibility_tipped_arrow", - "invisibilityextippedarrow": "long_invisibility_tipped_arrow", - "invisibilitylevel2tarr": "long_invisibility_tipped_arrow", - "invisibilitylevel2tarrow": "long_invisibility_tipped_arrow", - "invisibilitylevel2tippedarrow": "long_invisibility_tipped_arrow", - "invisibilitylongtarr": "long_invisibility_tipped_arrow", - "invisibilitylongtarrow": "long_invisibility_tipped_arrow", - "invisibilitylongtippedarrow": "long_invisibility_tipped_arrow", - "invisible2tarr": "long_invisibility_tipped_arrow", - "invisible2tarrow": "long_invisibility_tipped_arrow", - "invisible2tippedarrow": "long_invisibility_tipped_arrow", - "invisiblearrow2": "long_invisibility_tipped_arrow", - "invisiblearrowex": "long_invisibility_tipped_arrow", - "invisiblearrowextended": "long_invisibility_tipped_arrow", - "invisiblearrowlevel2": "long_invisibility_tipped_arrow", - "invisiblearrowlong": "long_invisibility_tipped_arrow", - "invisibleextarr": "long_invisibility_tipped_arrow", - "invisibleextarrow": "long_invisibility_tipped_arrow", - "invisibleextendedtarr": "long_invisibility_tipped_arrow", - "invisibleextendedtarrow": "long_invisibility_tipped_arrow", - "invisibleextendedtippedarrow": "long_invisibility_tipped_arrow", - "invisibleextippedarrow": "long_invisibility_tipped_arrow", - "invisiblelevel2tarr": "long_invisibility_tipped_arrow", - "invisiblelevel2tarrow": "long_invisibility_tipped_arrow", - "invisiblelevel2tippedarrow": "long_invisibility_tipped_arrow", - "invisiblelongtarr": "long_invisibility_tipped_arrow", - "invisiblelongtarrow": "long_invisibility_tipped_arrow", - "invisiblelongtippedarrow": "long_invisibility_tipped_arrow", - "invislevel2tarr": "long_invisibility_tipped_arrow", - "invislevel2tarrow": "long_invisibility_tipped_arrow", - "invislevel2tippedarrow": "long_invisibility_tipped_arrow", - "invislongtarr": "long_invisibility_tipped_arrow", - "invislongtarrow": "long_invisibility_tipped_arrow", - "invislongtippedarrow": "long_invisibility_tipped_arrow", - "invlevel2tarr": "long_invisibility_tipped_arrow", - "invlevel2tarrow": "long_invisibility_tipped_arrow", - "invlevel2tippedarrow": "long_invisibility_tipped_arrow", - "invlongtarr": "long_invisibility_tipped_arrow", - "invlongtarrow": "long_invisibility_tipped_arrow", - "invlongtippedarrow": "long_invisibility_tipped_arrow", - "long_leaping_lingering_potion": { - "potionData": { - "type": "JUMP", - "upgraded": false, - "extended": true - }, - "material": "LINGERING_POTION" - }, - "aoepotionjump2": "long_leaping_lingering_potion", - "aoepotionjumpex": "long_leaping_lingering_potion", - "aoepotionjumpextended": "long_leaping_lingering_potion", - "aoepotionjumplevel2": "long_leaping_lingering_potion", - "aoepotionjumplong": "long_leaping_lingering_potion", - "aoepotionleap2": "long_leaping_lingering_potion", - "aoepotionleapex": "long_leaping_lingering_potion", - "aoepotionleapextended": "long_leaping_lingering_potion", - "aoepotionleaping2": "long_leaping_lingering_potion", - "aoepotionleapingex": "long_leaping_lingering_potion", - "aoepotionleapingextended": "long_leaping_lingering_potion", - "aoepotionleapinglevel2": "long_leaping_lingering_potion", - "aoepotionleapinglong": "long_leaping_lingering_potion", - "aoepotionleaplevel2": "long_leaping_lingering_potion", - "aoepotionleaplong": "long_leaping_lingering_potion", - "aoepotjump2": "long_leaping_lingering_potion", - "aoepotjumpex": "long_leaping_lingering_potion", - "aoepotjumpextended": "long_leaping_lingering_potion", - "aoepotjumplevel2": "long_leaping_lingering_potion", - "aoepotjumplong": "long_leaping_lingering_potion", - "aoepotleap2": "long_leaping_lingering_potion", - "aoepotleapex": "long_leaping_lingering_potion", - "aoepotleapextended": "long_leaping_lingering_potion", - "aoepotleaping2": "long_leaping_lingering_potion", - "aoepotleapingex": "long_leaping_lingering_potion", - "aoepotleapingextended": "long_leaping_lingering_potion", - "aoepotleapinglevel2": "long_leaping_lingering_potion", - "aoepotleapinglong": "long_leaping_lingering_potion", - "aoepotleaplevel2": "long_leaping_lingering_potion", - "aoepotleaplong": "long_leaping_lingering_potion", - "areapotionjump2": "long_leaping_lingering_potion", - "areapotionjumpex": "long_leaping_lingering_potion", - "areapotionjumpextended": "long_leaping_lingering_potion", - "areapotionjumplevel2": "long_leaping_lingering_potion", - "areapotionjumplong": "long_leaping_lingering_potion", - "areapotionleap2": "long_leaping_lingering_potion", - "areapotionleapex": "long_leaping_lingering_potion", - "areapotionleapextended": "long_leaping_lingering_potion", - "areapotionleaping2": "long_leaping_lingering_potion", - "areapotionleapingex": "long_leaping_lingering_potion", - "areapotionleapingextended": "long_leaping_lingering_potion", - "areapotionleapinglevel2": "long_leaping_lingering_potion", - "areapotionleapinglong": "long_leaping_lingering_potion", - "areapotionleaplevel2": "long_leaping_lingering_potion", - "areapotionleaplong": "long_leaping_lingering_potion", - "areapotjump2": "long_leaping_lingering_potion", - "areapotjumpex": "long_leaping_lingering_potion", - "areapotjumpextended": "long_leaping_lingering_potion", - "areapotjumplevel2": "long_leaping_lingering_potion", - "areapotjumplong": "long_leaping_lingering_potion", - "areapotleap2": "long_leaping_lingering_potion", - "areapotleapex": "long_leaping_lingering_potion", - "areapotleapextended": "long_leaping_lingering_potion", - "areapotleaping2": "long_leaping_lingering_potion", - "areapotleapingex": "long_leaping_lingering_potion", - "areapotleapingextended": "long_leaping_lingering_potion", - "areapotleapinglevel2": "long_leaping_lingering_potion", - "areapotleapinglong": "long_leaping_lingering_potion", - "areapotleaplevel2": "long_leaping_lingering_potion", - "areapotleaplong": "long_leaping_lingering_potion", - "cloudpotionjump2": "long_leaping_lingering_potion", - "cloudpotionjumpex": "long_leaping_lingering_potion", - "cloudpotionjumpextended": "long_leaping_lingering_potion", - "cloudpotionjumplevel2": "long_leaping_lingering_potion", - "cloudpotionjumplong": "long_leaping_lingering_potion", - "cloudpotionleap2": "long_leaping_lingering_potion", - "cloudpotionleapex": "long_leaping_lingering_potion", - "cloudpotionleapextended": "long_leaping_lingering_potion", - "cloudpotionleaping2": "long_leaping_lingering_potion", - "cloudpotionleapingex": "long_leaping_lingering_potion", - "cloudpotionleapingextended": "long_leaping_lingering_potion", - "cloudpotionleapinglevel2": "long_leaping_lingering_potion", - "cloudpotionleapinglong": "long_leaping_lingering_potion", - "cloudpotionleaplevel2": "long_leaping_lingering_potion", - "cloudpotionleaplong": "long_leaping_lingering_potion", - "cloudpotjump2": "long_leaping_lingering_potion", - "cloudpotjumpex": "long_leaping_lingering_potion", - "cloudpotjumpextended": "long_leaping_lingering_potion", - "cloudpotjumplevel2": "long_leaping_lingering_potion", - "cloudpotjumplong": "long_leaping_lingering_potion", - "cloudpotleap2": "long_leaping_lingering_potion", - "cloudpotleapex": "long_leaping_lingering_potion", - "cloudpotleapextended": "long_leaping_lingering_potion", - "cloudpotleaping2": "long_leaping_lingering_potion", - "cloudpotleapingex": "long_leaping_lingering_potion", - "cloudpotleapingextended": "long_leaping_lingering_potion", - "cloudpotleapinglevel2": "long_leaping_lingering_potion", - "cloudpotleapinglong": "long_leaping_lingering_potion", - "cloudpotleaplevel2": "long_leaping_lingering_potion", - "cloudpotleaplong": "long_leaping_lingering_potion", - "jumpaoepoiont2": "long_leaping_lingering_potion", - "jumpaoepoiontex": "long_leaping_lingering_potion", - "jumpaoepoiontextended": "long_leaping_lingering_potion", - "jumpaoepoiontlevel2": "long_leaping_lingering_potion", - "jumpaoepoiontlong": "long_leaping_lingering_potion", - "jumpaoepot2": "long_leaping_lingering_potion", - "jumpaoepotex": "long_leaping_lingering_potion", - "jumpaoepotextended": "long_leaping_lingering_potion", - "jumpaoepotlevel2": "long_leaping_lingering_potion", - "jumpaoepotlong": "long_leaping_lingering_potion", - "jumpareapot2": "long_leaping_lingering_potion", - "jumpareapotex": "long_leaping_lingering_potion", - "jumpareapotextended": "long_leaping_lingering_potion", - "jumpareapotion2": "long_leaping_lingering_potion", - "jumpareapotionex": "long_leaping_lingering_potion", - "jumpareapotionextended": "long_leaping_lingering_potion", - "jumpareapotionlevel2": "long_leaping_lingering_potion", - "jumpareapotionlong": "long_leaping_lingering_potion", - "jumpareapotlevel2": "long_leaping_lingering_potion", - "jumpareapotlong": "long_leaping_lingering_potion", - "jumpcloudpot2": "long_leaping_lingering_potion", - "jumpcloudpotex": "long_leaping_lingering_potion", - "jumpcloudpotextended": "long_leaping_lingering_potion", - "jumpcloudpotion2": "long_leaping_lingering_potion", - "jumpcloudpotionex": "long_leaping_lingering_potion", - "jumpcloudpotionextended": "long_leaping_lingering_potion", - "jumpcloudpotionlevel2": "long_leaping_lingering_potion", - "jumpcloudpotionlong": "long_leaping_lingering_potion", - "jumpcloudpotlevel2": "long_leaping_lingering_potion", - "jumpcloudpotlong": "long_leaping_lingering_potion", - "jumplingerpot2": "long_leaping_lingering_potion", - "jumplingerpotex": "long_leaping_lingering_potion", - "jumplingerpotextended": "long_leaping_lingering_potion", - "jumplingerpotlevel2": "long_leaping_lingering_potion", - "jumplingerpotlong": "long_leaping_lingering_potion", - "leapaoepoiont2": "long_leaping_lingering_potion", - "leapaoepoiontex": "long_leaping_lingering_potion", - "leapaoepoiontextended": "long_leaping_lingering_potion", - "leapaoepoiontlevel2": "long_leaping_lingering_potion", - "leapaoepoiontlong": "long_leaping_lingering_potion", - "leapaoepot2": "long_leaping_lingering_potion", - "leapaoepotex": "long_leaping_lingering_potion", - "leapaoepotextended": "long_leaping_lingering_potion", - "leapaoepotlevel2": "long_leaping_lingering_potion", - "leapaoepotlong": "long_leaping_lingering_potion", - "leapareapot2": "long_leaping_lingering_potion", - "leapareapotex": "long_leaping_lingering_potion", - "leapareapotextended": "long_leaping_lingering_potion", - "leapareapotion2": "long_leaping_lingering_potion", - "leapareapotionex": "long_leaping_lingering_potion", - "leapareapotionextended": "long_leaping_lingering_potion", - "leapareapotionlevel2": "long_leaping_lingering_potion", - "leapareapotionlong": "long_leaping_lingering_potion", - "leapareapotlevel2": "long_leaping_lingering_potion", - "leapareapotlong": "long_leaping_lingering_potion", - "leapcloudpot2": "long_leaping_lingering_potion", - "leapcloudpotex": "long_leaping_lingering_potion", - "leapcloudpotextended": "long_leaping_lingering_potion", - "leapcloudpotion2": "long_leaping_lingering_potion", - "leapcloudpotionex": "long_leaping_lingering_potion", - "leapcloudpotionextended": "long_leaping_lingering_potion", - "leapcloudpotionlevel2": "long_leaping_lingering_potion", - "leapcloudpotionlong": "long_leaping_lingering_potion", - "leapcloudpotlevel2": "long_leaping_lingering_potion", - "leapcloudpotlong": "long_leaping_lingering_potion", - "leapingaoepoiont2": "long_leaping_lingering_potion", - "leapingaoepoiontex": "long_leaping_lingering_potion", - "leapingaoepoiontextended": "long_leaping_lingering_potion", - "leapingaoepoiontlevel2": "long_leaping_lingering_potion", - "leapingaoepoiontlong": "long_leaping_lingering_potion", - "leapingaoepot2": "long_leaping_lingering_potion", - "leapingaoepotex": "long_leaping_lingering_potion", - "leapingaoepotextended": "long_leaping_lingering_potion", - "leapingaoepotlevel2": "long_leaping_lingering_potion", - "leapingaoepotlong": "long_leaping_lingering_potion", - "leapingareapot2": "long_leaping_lingering_potion", - "leapingareapotex": "long_leaping_lingering_potion", - "leapingareapotextended": "long_leaping_lingering_potion", - "leapingareapotion2": "long_leaping_lingering_potion", - "leapingareapotionex": "long_leaping_lingering_potion", - "leapingareapotionextended": "long_leaping_lingering_potion", - "leapingareapotionlevel2": "long_leaping_lingering_potion", - "leapingareapotionlong": "long_leaping_lingering_potion", - "leapingareapotlevel2": "long_leaping_lingering_potion", - "leapingareapotlong": "long_leaping_lingering_potion", - "leapingcloudpot2": "long_leaping_lingering_potion", - "leapingcloudpotex": "long_leaping_lingering_potion", - "leapingcloudpotextended": "long_leaping_lingering_potion", - "leapingcloudpotion2": "long_leaping_lingering_potion", - "leapingcloudpotionex": "long_leaping_lingering_potion", - "leapingcloudpotionextended": "long_leaping_lingering_potion", - "leapingcloudpotionlevel2": "long_leaping_lingering_potion", - "leapingcloudpotionlong": "long_leaping_lingering_potion", - "leapingcloudpotlevel2": "long_leaping_lingering_potion", - "leapingcloudpotlong": "long_leaping_lingering_potion", - "leapinglingerpot2": "long_leaping_lingering_potion", - "leapinglingerpotex": "long_leaping_lingering_potion", - "leapinglingerpotextended": "long_leaping_lingering_potion", - "leapinglingerpotlevel2": "long_leaping_lingering_potion", - "leapinglingerpotlong": "long_leaping_lingering_potion", - "leaplingerpot2": "long_leaping_lingering_potion", - "leaplingerpotex": "long_leaping_lingering_potion", - "leaplingerpotextended": "long_leaping_lingering_potion", - "leaplingerpotlevel2": "long_leaping_lingering_potion", - "leaplingerpotlong": "long_leaping_lingering_potion", - "lingerpotjump2": "long_leaping_lingering_potion", - "lingerpotjumpex": "long_leaping_lingering_potion", - "lingerpotjumpextended": "long_leaping_lingering_potion", - "lingerpotjumplevel2": "long_leaping_lingering_potion", - "lingerpotjumplong": "long_leaping_lingering_potion", - "lingerpotleap2": "long_leaping_lingering_potion", - "lingerpotleapex": "long_leaping_lingering_potion", - "lingerpotleapextended": "long_leaping_lingering_potion", - "lingerpotleaping2": "long_leaping_lingering_potion", - "lingerpotleapingex": "long_leaping_lingering_potion", - "lingerpotleapingextended": "long_leaping_lingering_potion", - "lingerpotleapinglevel2": "long_leaping_lingering_potion", - "lingerpotleapinglong": "long_leaping_lingering_potion", - "lingerpotleaplevel2": "long_leaping_lingering_potion", - "lingerpotleaplong": "long_leaping_lingering_potion", - "long_leaping_potion": { - "potionData": { - "type": "JUMP", - "upgraded": false, - "extended": true - }, - "material": "POTION" - }, - "jump2pot": "long_leaping_potion", - "jump2potion": "long_leaping_potion", - "jumpexpot": "long_leaping_potion", - "jumpexpotion": "long_leaping_potion", - "jumpextendedpot": "long_leaping_potion", - "jumpextendedpotion": "long_leaping_potion", - "jumplevel2pot": "long_leaping_potion", - "jumplevel2potion": "long_leaping_potion", - "jumplongpot": "long_leaping_potion", - "jumplongpotion": "long_leaping_potion", - "leap2pot": "long_leaping_potion", - "leap2potion": "long_leaping_potion", - "leapexpot": "long_leaping_potion", - "leapexpotion": "long_leaping_potion", - "leapextendedpot": "long_leaping_potion", - "leapextendedpotion": "long_leaping_potion", - "leaping2pot": "long_leaping_potion", - "leaping2potion": "long_leaping_potion", - "leapingexpot": "long_leaping_potion", - "leapingexpotion": "long_leaping_potion", - "leapingextendedpot": "long_leaping_potion", - "leapingextendedpotion": "long_leaping_potion", - "leapinglevel2pot": "long_leaping_potion", - "leapinglevel2potion": "long_leaping_potion", - "leapinglongpot": "long_leaping_potion", - "leapinglongpotion": "long_leaping_potion", - "leaplevel2pot": "long_leaping_potion", - "leaplevel2potion": "long_leaping_potion", - "leaplongpot": "long_leaping_potion", - "leaplongpotion": "long_leaping_potion", - "potionofjump2": "long_leaping_potion", - "potionofjumpex": "long_leaping_potion", - "potionofjumpextended": "long_leaping_potion", - "potionofjumplevel2": "long_leaping_potion", - "potionofjumplong": "long_leaping_potion", - "potionofleap2": "long_leaping_potion", - "potionofleapex": "long_leaping_potion", - "potionofleapextended": "long_leaping_potion", - "potionofleaping2": "long_leaping_potion", - "potionofleapingex": "long_leaping_potion", - "potionofleapingextended": "long_leaping_potion", - "potionofleapinglevel2": "long_leaping_potion", - "potionofleapinglong": "long_leaping_potion", - "potionofleaplevel2": "long_leaping_potion", - "potionofleaplong": "long_leaping_potion", - "potofjump2": "long_leaping_potion", - "potofjumpex": "long_leaping_potion", - "potofjumpextended": "long_leaping_potion", - "potofjumplevel2": "long_leaping_potion", - "potofjumplong": "long_leaping_potion", - "potofleap2": "long_leaping_potion", - "potofleapex": "long_leaping_potion", - "potofleapextended": "long_leaping_potion", - "potofleaping2": "long_leaping_potion", - "potofleapingex": "long_leaping_potion", - "potofleapingextended": "long_leaping_potion", - "potofleapinglevel2": "long_leaping_potion", - "potofleapinglong": "long_leaping_potion", - "potofleaplevel2": "long_leaping_potion", - "potofleaplong": "long_leaping_potion", - "long_leaping_splash_potion": { - "potionData": { - "type": "JUMP", - "upgraded": false, - "extended": true - }, - "material": "SPLASH_POTION" - }, - "jump2splashpot": "long_leaping_splash_potion", - "jump2splashpotion": "long_leaping_splash_potion", - "jumpexsplashpot": "long_leaping_splash_potion", - "jumpexsplashpotion": "long_leaping_splash_potion", - "jumpextendedsplashpot": "long_leaping_splash_potion", - "jumpextendedsplashpotion": "long_leaping_splash_potion", - "jumplevel2splashpot": "long_leaping_splash_potion", - "jumplevel2splashpotion": "long_leaping_splash_potion", - "jumplongsplashpot": "long_leaping_splash_potion", - "jumplongsplashpotion": "long_leaping_splash_potion", - "leap2splashpot": "long_leaping_splash_potion", - "leap2splashpotion": "long_leaping_splash_potion", - "leapexsplashpot": "long_leaping_splash_potion", - "leapexsplashpotion": "long_leaping_splash_potion", - "leapextendedsplashpot": "long_leaping_splash_potion", - "leapextendedsplashpotion": "long_leaping_splash_potion", - "leaping2splashpot": "long_leaping_splash_potion", - "leaping2splashpotion": "long_leaping_splash_potion", - "leapingexsplashpot": "long_leaping_splash_potion", - "leapingexsplashpotion": "long_leaping_splash_potion", - "leapingextendedsplashpot": "long_leaping_splash_potion", - "leapingextendedsplashpotion": "long_leaping_splash_potion", - "leapinglevel2splashpot": "long_leaping_splash_potion", - "leapinglevel2splashpotion": "long_leaping_splash_potion", - "leapinglongsplashpot": "long_leaping_splash_potion", - "leapinglongsplashpotion": "long_leaping_splash_potion", - "leaplevel2splashpot": "long_leaping_splash_potion", - "leaplevel2splashpotion": "long_leaping_splash_potion", - "leaplongsplashpot": "long_leaping_splash_potion", - "leaplongsplashpotion": "long_leaping_splash_potion", - "splashjump2pot": "long_leaping_splash_potion", - "splashjump2potion": "long_leaping_splash_potion", - "splashjumpexpot": "long_leaping_splash_potion", - "splashjumpexpotion": "long_leaping_splash_potion", - "splashjumpextendedpot": "long_leaping_splash_potion", - "splashjumpextendedpotion": "long_leaping_splash_potion", - "splashjumplevel2pot": "long_leaping_splash_potion", - "splashjumplevel2potion": "long_leaping_splash_potion", - "splashjumplongpot": "long_leaping_splash_potion", - "splashjumplongpotion": "long_leaping_splash_potion", - "splashleap2pot": "long_leaping_splash_potion", - "splashleap2potion": "long_leaping_splash_potion", - "splashleapexpot": "long_leaping_splash_potion", - "splashleapexpotion": "long_leaping_splash_potion", - "splashleapextendedpot": "long_leaping_splash_potion", - "splashleapextendedpotion": "long_leaping_splash_potion", - "splashleaping2pot": "long_leaping_splash_potion", - "splashleaping2potion": "long_leaping_splash_potion", - "splashleapingexpot": "long_leaping_splash_potion", - "splashleapingexpotion": "long_leaping_splash_potion", - "splashleapingextendedpot": "long_leaping_splash_potion", - "splashleapingextendedpotion": "long_leaping_splash_potion", - "splashleapinglevel2pot": "long_leaping_splash_potion", - "splashleapinglevel2potion": "long_leaping_splash_potion", - "splashleapinglongpot": "long_leaping_splash_potion", - "splashleapinglongpotion": "long_leaping_splash_potion", - "splashleaplevel2pot": "long_leaping_splash_potion", - "splashleaplevel2potion": "long_leaping_splash_potion", - "splashleaplongpot": "long_leaping_splash_potion", - "splashleaplongpotion": "long_leaping_splash_potion", - "spljump2pot": "long_leaping_splash_potion", - "spljump2potion": "long_leaping_splash_potion", - "spljumpexpot": "long_leaping_splash_potion", - "spljumpexpotion": "long_leaping_splash_potion", - "spljumpextendedpot": "long_leaping_splash_potion", - "spljumpextendedpotion": "long_leaping_splash_potion", - "spljumplevel2pot": "long_leaping_splash_potion", - "spljumplevel2potion": "long_leaping_splash_potion", - "spljumplongpot": "long_leaping_splash_potion", - "spljumplongpotion": "long_leaping_splash_potion", - "splleap2pot": "long_leaping_splash_potion", - "splleap2potion": "long_leaping_splash_potion", - "splleapexpot": "long_leaping_splash_potion", - "splleapexpotion": "long_leaping_splash_potion", - "splleapextendedpot": "long_leaping_splash_potion", - "splleapextendedpotion": "long_leaping_splash_potion", - "splleaping2pot": "long_leaping_splash_potion", - "splleaping2potion": "long_leaping_splash_potion", - "splleapingexpot": "long_leaping_splash_potion", - "splleapingexpotion": "long_leaping_splash_potion", - "splleapingextendedpot": "long_leaping_splash_potion", - "splleapingextendedpotion": "long_leaping_splash_potion", - "splleapinglevel2pot": "long_leaping_splash_potion", - "splleapinglevel2potion": "long_leaping_splash_potion", - "splleapinglongpot": "long_leaping_splash_potion", - "splleapinglongpotion": "long_leaping_splash_potion", - "splleaplevel2pot": "long_leaping_splash_potion", - "splleaplevel2potion": "long_leaping_splash_potion", - "splleaplongpot": "long_leaping_splash_potion", - "splleaplongpotion": "long_leaping_splash_potion", - "long_leaping_tipped_arrow": { - "potionData": { - "type": "JUMP", - "upgraded": false, - "extended": true - }, - "material": "TIPPED_ARROW" - }, - "arrowjump2": "long_leaping_tipped_arrow", - "arrowjumpex": "long_leaping_tipped_arrow", - "arrowjumpextended": "long_leaping_tipped_arrow", - "arrowjumplevel2": "long_leaping_tipped_arrow", - "arrowjumplong": "long_leaping_tipped_arrow", - "arrowleap2": "long_leaping_tipped_arrow", - "arrowleapex": "long_leaping_tipped_arrow", - "arrowleapextended": "long_leaping_tipped_arrow", - "arrowleaping2": "long_leaping_tipped_arrow", - "arrowleapingex": "long_leaping_tipped_arrow", - "arrowleapingextended": "long_leaping_tipped_arrow", - "arrowleapinglevel2": "long_leaping_tipped_arrow", - "arrowleapinglong": "long_leaping_tipped_arrow", - "arrowleaplevel2": "long_leaping_tipped_arrow", - "arrowleaplong": "long_leaping_tipped_arrow", - "jump2tarr": "long_leaping_tipped_arrow", - "jump2tarrow": "long_leaping_tipped_arrow", - "jump2tippedarrow": "long_leaping_tipped_arrow", - "jumparrow2": "long_leaping_tipped_arrow", - "jumparrowex": "long_leaping_tipped_arrow", - "jumparrowextended": "long_leaping_tipped_arrow", - "jumparrowlevel2": "long_leaping_tipped_arrow", - "jumparrowlong": "long_leaping_tipped_arrow", - "jumpextarr": "long_leaping_tipped_arrow", - "jumpextarrow": "long_leaping_tipped_arrow", - "jumpextendedtarr": "long_leaping_tipped_arrow", - "jumpextendedtarrow": "long_leaping_tipped_arrow", - "jumpextendedtippedarrow": "long_leaping_tipped_arrow", - "jumpextippedarrow": "long_leaping_tipped_arrow", - "jumplevel2tarr": "long_leaping_tipped_arrow", - "jumplevel2tarrow": "long_leaping_tipped_arrow", - "jumplevel2tippedarrow": "long_leaping_tipped_arrow", - "jumplongtarr": "long_leaping_tipped_arrow", - "jumplongtarrow": "long_leaping_tipped_arrow", - "jumplongtippedarrow": "long_leaping_tipped_arrow", - "leap2tarr": "long_leaping_tipped_arrow", - "leap2tarrow": "long_leaping_tipped_arrow", - "leap2tippedarrow": "long_leaping_tipped_arrow", - "leaparrow2": "long_leaping_tipped_arrow", - "leaparrowex": "long_leaping_tipped_arrow", - "leaparrowextended": "long_leaping_tipped_arrow", - "leaparrowlevel2": "long_leaping_tipped_arrow", - "leaparrowlong": "long_leaping_tipped_arrow", - "leapextarr": "long_leaping_tipped_arrow", - "leapextarrow": "long_leaping_tipped_arrow", - "leapextendedtarr": "long_leaping_tipped_arrow", - "leapextendedtarrow": "long_leaping_tipped_arrow", - "leapextendedtippedarrow": "long_leaping_tipped_arrow", - "leapextippedarrow": "long_leaping_tipped_arrow", - "leaping2tarr": "long_leaping_tipped_arrow", - "leaping2tarrow": "long_leaping_tipped_arrow", - "leaping2tippedarrow": "long_leaping_tipped_arrow", - "leapingarrow2": "long_leaping_tipped_arrow", - "leapingarrowex": "long_leaping_tipped_arrow", - "leapingarrowextended": "long_leaping_tipped_arrow", - "leapingarrowlevel2": "long_leaping_tipped_arrow", - "leapingarrowlong": "long_leaping_tipped_arrow", - "leapingextarr": "long_leaping_tipped_arrow", - "leapingextarrow": "long_leaping_tipped_arrow", - "leapingextendedtarr": "long_leaping_tipped_arrow", - "leapingextendedtarrow": "long_leaping_tipped_arrow", - "leapingextendedtippedarrow": "long_leaping_tipped_arrow", - "leapingextippedarrow": "long_leaping_tipped_arrow", - "leapinglevel2tarr": "long_leaping_tipped_arrow", - "leapinglevel2tarrow": "long_leaping_tipped_arrow", - "leapinglevel2tippedarrow": "long_leaping_tipped_arrow", - "leapinglongtarr": "long_leaping_tipped_arrow", - "leapinglongtarrow": "long_leaping_tipped_arrow", - "leapinglongtippedarrow": "long_leaping_tipped_arrow", - "leaplevel2tarr": "long_leaping_tipped_arrow", - "leaplevel2tarrow": "long_leaping_tipped_arrow", - "leaplevel2tippedarrow": "long_leaping_tipped_arrow", - "leaplongtarr": "long_leaping_tipped_arrow", - "leaplongtarrow": "long_leaping_tipped_arrow", - "leaplongtippedarrow": "long_leaping_tipped_arrow", - "long_night_vision_lingering_potion": { - "potionData": { - "type": "NIGHT_VISION", - "upgraded": false, - "extended": true - }, - "material": "LINGERING_POTION" - }, - "aoepotdarkv2": "long_night_vision_lingering_potion", - "aoepotdarkvex": "long_night_vision_lingering_potion", - "aoepotdarkvextended": "long_night_vision_lingering_potion", - "aoepotdarkvis2": "long_night_vision_lingering_potion", - "aoepotdarkvisex": "long_night_vision_lingering_potion", - "aoepotdarkvisextended": "long_night_vision_lingering_potion", - "aoepotdarkvislevel2": "long_night_vision_lingering_potion", - "aoepotdarkvislong": "long_night_vision_lingering_potion", - "aoepotdarkvlevel2": "long_night_vision_lingering_potion", - "aoepotdarkvlong": "long_night_vision_lingering_potion", - "aoepotdvision2": "long_night_vision_lingering_potion", - "aoepotdvisionex": "long_night_vision_lingering_potion", - "aoepotdvisionextended": "long_night_vision_lingering_potion", - "aoepotdvisionlevel2": "long_night_vision_lingering_potion", - "aoepotdvisionlong": "long_night_vision_lingering_potion", - "aoepotiondarkv2": "long_night_vision_lingering_potion", - "aoepotiondarkvex": "long_night_vision_lingering_potion", - "aoepotiondarkvextended": "long_night_vision_lingering_potion", - "aoepotiondarkvis2": "long_night_vision_lingering_potion", - "aoepotiondarkvisex": "long_night_vision_lingering_potion", - "aoepotiondarkvisextended": "long_night_vision_lingering_potion", - "aoepotiondarkvislevel2": "long_night_vision_lingering_potion", - "aoepotiondarkvislong": "long_night_vision_lingering_potion", - "aoepotiondarkvlevel2": "long_night_vision_lingering_potion", - "aoepotiondarkvlong": "long_night_vision_lingering_potion", - "aoepotiondvision2": "long_night_vision_lingering_potion", - "aoepotiondvisionex": "long_night_vision_lingering_potion", - "aoepotiondvisionextended": "long_night_vision_lingering_potion", - "aoepotiondvisionlevel2": "long_night_vision_lingering_potion", - "aoepotiondvisionlong": "long_night_vision_lingering_potion", - "aoepotionnightv2": "long_night_vision_lingering_potion", - "aoepotionnightvex": "long_night_vision_lingering_potion", - "aoepotionnightvextended": "long_night_vision_lingering_potion", - "aoepotionnightvision2": "long_night_vision_lingering_potion", - "aoepotionnightvisionex": "long_night_vision_lingering_potion", - "aoepotionnightvisionextended": "long_night_vision_lingering_potion", - "aoepotionnightvisionlevel2": "long_night_vision_lingering_potion", - "aoepotionnightvisionlong": "long_night_vision_lingering_potion", - "aoepotionnightvlevel2": "long_night_vision_lingering_potion", - "aoepotionnightvlong": "long_night_vision_lingering_potion", - "aoepotionnv2": "long_night_vision_lingering_potion", - "aoepotionnvex": "long_night_vision_lingering_potion", - "aoepotionnvextended": "long_night_vision_lingering_potion", - "aoepotionnvision2": "long_night_vision_lingering_potion", - "aoepotionnvisionex": "long_night_vision_lingering_potion", - "aoepotionnvisionextended": "long_night_vision_lingering_potion", - "aoepotionnvisionlevel2": "long_night_vision_lingering_potion", - "aoepotionnvisionlong": "long_night_vision_lingering_potion", - "aoepotionnvlevel2": "long_night_vision_lingering_potion", - "aoepotionnvlong": "long_night_vision_lingering_potion", - "aoepotnightv2": "long_night_vision_lingering_potion", - "aoepotnightvex": "long_night_vision_lingering_potion", - "aoepotnightvextended": "long_night_vision_lingering_potion", - "aoepotnightvision2": "long_night_vision_lingering_potion", - "aoepotnightvisionex": "long_night_vision_lingering_potion", - "aoepotnightvisionextended": "long_night_vision_lingering_potion", - "aoepotnightvisionlevel2": "long_night_vision_lingering_potion", - "aoepotnightvisionlong": "long_night_vision_lingering_potion", - "aoepotnightvlevel2": "long_night_vision_lingering_potion", - "aoepotnightvlong": "long_night_vision_lingering_potion", - "aoepotnv2": "long_night_vision_lingering_potion", - "aoepotnvex": "long_night_vision_lingering_potion", - "aoepotnvextended": "long_night_vision_lingering_potion", - "aoepotnvision2": "long_night_vision_lingering_potion", - "aoepotnvisionex": "long_night_vision_lingering_potion", - "aoepotnvisionextended": "long_night_vision_lingering_potion", - "aoepotnvisionlevel2": "long_night_vision_lingering_potion", - "aoepotnvisionlong": "long_night_vision_lingering_potion", - "aoepotnvlevel2": "long_night_vision_lingering_potion", - "aoepotnvlong": "long_night_vision_lingering_potion", - "areapotdarkv2": "long_night_vision_lingering_potion", - "areapotdarkvex": "long_night_vision_lingering_potion", - "areapotdarkvextended": "long_night_vision_lingering_potion", - "areapotdarkvis2": "long_night_vision_lingering_potion", - "areapotdarkvisex": "long_night_vision_lingering_potion", - "areapotdarkvisextended": "long_night_vision_lingering_potion", - "areapotdarkvislevel2": "long_night_vision_lingering_potion", - "areapotdarkvislong": "long_night_vision_lingering_potion", - "areapotdarkvlevel2": "long_night_vision_lingering_potion", - "areapotdarkvlong": "long_night_vision_lingering_potion", - "areapotdvision2": "long_night_vision_lingering_potion", - "areapotdvisionex": "long_night_vision_lingering_potion", - "areapotdvisionextended": "long_night_vision_lingering_potion", - "areapotdvisionlevel2": "long_night_vision_lingering_potion", - "areapotdvisionlong": "long_night_vision_lingering_potion", - "areapotiondarkv2": "long_night_vision_lingering_potion", - "areapotiondarkvex": "long_night_vision_lingering_potion", - "areapotiondarkvextended": "long_night_vision_lingering_potion", - "areapotiondarkvis2": "long_night_vision_lingering_potion", - "areapotiondarkvisex": "long_night_vision_lingering_potion", - "areapotiondarkvisextended": "long_night_vision_lingering_potion", - "areapotiondarkvislevel2": "long_night_vision_lingering_potion", - "areapotiondarkvislong": "long_night_vision_lingering_potion", - "areapotiondarkvlevel2": "long_night_vision_lingering_potion", - "areapotiondarkvlong": "long_night_vision_lingering_potion", - "areapotiondvision2": "long_night_vision_lingering_potion", - "areapotiondvisionex": "long_night_vision_lingering_potion", - "areapotiondvisionextended": "long_night_vision_lingering_potion", - "areapotiondvisionlevel2": "long_night_vision_lingering_potion", - "areapotiondvisionlong": "long_night_vision_lingering_potion", - "areapotionnightv2": "long_night_vision_lingering_potion", - "areapotionnightvex": "long_night_vision_lingering_potion", - "areapotionnightvextended": "long_night_vision_lingering_potion", - "areapotionnightvision2": "long_night_vision_lingering_potion", - "areapotionnightvisionex": "long_night_vision_lingering_potion", - "areapotionnightvisionextended": "long_night_vision_lingering_potion", - "areapotionnightvisionlevel2": "long_night_vision_lingering_potion", - "areapotionnightvisionlong": "long_night_vision_lingering_potion", - "areapotionnightvlevel2": "long_night_vision_lingering_potion", - "areapotionnightvlong": "long_night_vision_lingering_potion", - "areapotionnv2": "long_night_vision_lingering_potion", - "areapotionnvex": "long_night_vision_lingering_potion", - "areapotionnvextended": "long_night_vision_lingering_potion", - "areapotionnvision2": "long_night_vision_lingering_potion", - "areapotionnvisionex": "long_night_vision_lingering_potion", - "areapotionnvisionextended": "long_night_vision_lingering_potion", - "areapotionnvisionlevel2": "long_night_vision_lingering_potion", - "areapotionnvisionlong": "long_night_vision_lingering_potion", - "areapotionnvlevel2": "long_night_vision_lingering_potion", - "areapotionnvlong": "long_night_vision_lingering_potion", - "areapotnightv2": "long_night_vision_lingering_potion", - "areapotnightvex": "long_night_vision_lingering_potion", - "areapotnightvextended": "long_night_vision_lingering_potion", - "areapotnightvision2": "long_night_vision_lingering_potion", - "areapotnightvisionex": "long_night_vision_lingering_potion", - "areapotnightvisionextended": "long_night_vision_lingering_potion", - "areapotnightvisionlevel2": "long_night_vision_lingering_potion", - "areapotnightvisionlong": "long_night_vision_lingering_potion", - "areapotnightvlevel2": "long_night_vision_lingering_potion", - "areapotnightvlong": "long_night_vision_lingering_potion", - "areapotnv2": "long_night_vision_lingering_potion", - "areapotnvex": "long_night_vision_lingering_potion", - "areapotnvextended": "long_night_vision_lingering_potion", - "areapotnvision2": "long_night_vision_lingering_potion", - "areapotnvisionex": "long_night_vision_lingering_potion", - "areapotnvisionextended": "long_night_vision_lingering_potion", - "areapotnvisionlevel2": "long_night_vision_lingering_potion", - "areapotnvisionlong": "long_night_vision_lingering_potion", - "areapotnvlevel2": "long_night_vision_lingering_potion", - "areapotnvlong": "long_night_vision_lingering_potion", - "cloudpotdarkv2": "long_night_vision_lingering_potion", - "cloudpotdarkvex": "long_night_vision_lingering_potion", - "cloudpotdarkvextended": "long_night_vision_lingering_potion", - "cloudpotdarkvis2": "long_night_vision_lingering_potion", - "cloudpotdarkvisex": "long_night_vision_lingering_potion", - "cloudpotdarkvisextended": "long_night_vision_lingering_potion", - "cloudpotdarkvislevel2": "long_night_vision_lingering_potion", - "cloudpotdarkvislong": "long_night_vision_lingering_potion", - "cloudpotdarkvlevel2": "long_night_vision_lingering_potion", - "cloudpotdarkvlong": "long_night_vision_lingering_potion", - "cloudpotdvision2": "long_night_vision_lingering_potion", - "cloudpotdvisionex": "long_night_vision_lingering_potion", - "cloudpotdvisionextended": "long_night_vision_lingering_potion", - "cloudpotdvisionlevel2": "long_night_vision_lingering_potion", - "cloudpotdvisionlong": "long_night_vision_lingering_potion", - "cloudpotiondarkv2": "long_night_vision_lingering_potion", - "cloudpotiondarkvex": "long_night_vision_lingering_potion", - "cloudpotiondarkvextended": "long_night_vision_lingering_potion", - "cloudpotiondarkvis2": "long_night_vision_lingering_potion", - "cloudpotiondarkvisex": "long_night_vision_lingering_potion", - "cloudpotiondarkvisextended": "long_night_vision_lingering_potion", - "cloudpotiondarkvislevel2": "long_night_vision_lingering_potion", - "cloudpotiondarkvislong": "long_night_vision_lingering_potion", - "cloudpotiondarkvlevel2": "long_night_vision_lingering_potion", - "cloudpotiondarkvlong": "long_night_vision_lingering_potion", - "cloudpotiondvision2": "long_night_vision_lingering_potion", - "cloudpotiondvisionex": "long_night_vision_lingering_potion", - "cloudpotiondvisionextended": "long_night_vision_lingering_potion", - "cloudpotiondvisionlevel2": "long_night_vision_lingering_potion", - "cloudpotiondvisionlong": "long_night_vision_lingering_potion", - "cloudpotionnightv2": "long_night_vision_lingering_potion", - "cloudpotionnightvex": "long_night_vision_lingering_potion", - "cloudpotionnightvextended": "long_night_vision_lingering_potion", - "cloudpotionnightvision2": "long_night_vision_lingering_potion", - "cloudpotionnightvisionex": "long_night_vision_lingering_potion", - "cloudpotionnightvisionextended": "long_night_vision_lingering_potion", - "cloudpotionnightvisionlevel2": "long_night_vision_lingering_potion", - "cloudpotionnightvisionlong": "long_night_vision_lingering_potion", - "cloudpotionnightvlevel2": "long_night_vision_lingering_potion", - "cloudpotionnightvlong": "long_night_vision_lingering_potion", - "cloudpotionnv2": "long_night_vision_lingering_potion", - "cloudpotionnvex": "long_night_vision_lingering_potion", - "cloudpotionnvextended": "long_night_vision_lingering_potion", - "cloudpotionnvision2": "long_night_vision_lingering_potion", - "cloudpotionnvisionex": "long_night_vision_lingering_potion", - "cloudpotionnvisionextended": "long_night_vision_lingering_potion", - "cloudpotionnvisionlevel2": "long_night_vision_lingering_potion", - "cloudpotionnvisionlong": "long_night_vision_lingering_potion", - "cloudpotionnvlevel2": "long_night_vision_lingering_potion", - "cloudpotionnvlong": "long_night_vision_lingering_potion", - "cloudpotnightv2": "long_night_vision_lingering_potion", - "cloudpotnightvex": "long_night_vision_lingering_potion", - "cloudpotnightvextended": "long_night_vision_lingering_potion", - "cloudpotnightvision2": "long_night_vision_lingering_potion", - "cloudpotnightvisionex": "long_night_vision_lingering_potion", - "cloudpotnightvisionextended": "long_night_vision_lingering_potion", - "cloudpotnightvisionlevel2": "long_night_vision_lingering_potion", - "cloudpotnightvisionlong": "long_night_vision_lingering_potion", - "cloudpotnightvlevel2": "long_night_vision_lingering_potion", - "cloudpotnightvlong": "long_night_vision_lingering_potion", - "cloudpotnv2": "long_night_vision_lingering_potion", - "cloudpotnvex": "long_night_vision_lingering_potion", - "cloudpotnvextended": "long_night_vision_lingering_potion", - "cloudpotnvision2": "long_night_vision_lingering_potion", - "cloudpotnvisionex": "long_night_vision_lingering_potion", - "cloudpotnvisionextended": "long_night_vision_lingering_potion", - "cloudpotnvisionlevel2": "long_night_vision_lingering_potion", - "cloudpotnvisionlong": "long_night_vision_lingering_potion", - "cloudpotnvlevel2": "long_night_vision_lingering_potion", - "cloudpotnvlong": "long_night_vision_lingering_potion", - "darkvaoepoiont2": "long_night_vision_lingering_potion", - "darkvaoepoiontex": "long_night_vision_lingering_potion", - "darkvaoepoiontextended": "long_night_vision_lingering_potion", - "darkvaoepoiontlevel2": "long_night_vision_lingering_potion", - "darkvaoepoiontlong": "long_night_vision_lingering_potion", - "darkvaoepot2": "long_night_vision_lingering_potion", - "darkvaoepotex": "long_night_vision_lingering_potion", - "darkvaoepotextended": "long_night_vision_lingering_potion", - "darkvaoepotlevel2": "long_night_vision_lingering_potion", - "darkvaoepotlong": "long_night_vision_lingering_potion", - "darkvareapot2": "long_night_vision_lingering_potion", - "darkvareapotex": "long_night_vision_lingering_potion", - "darkvareapotextended": "long_night_vision_lingering_potion", - "darkvareapotion2": "long_night_vision_lingering_potion", - "darkvareapotionex": "long_night_vision_lingering_potion", - "darkvareapotionextended": "long_night_vision_lingering_potion", - "darkvareapotionlevel2": "long_night_vision_lingering_potion", - "darkvareapotionlong": "long_night_vision_lingering_potion", - "darkvareapotlevel2": "long_night_vision_lingering_potion", - "darkvareapotlong": "long_night_vision_lingering_potion", - "darkvcloudpot2": "long_night_vision_lingering_potion", - "darkvcloudpotex": "long_night_vision_lingering_potion", - "darkvcloudpotextended": "long_night_vision_lingering_potion", - "darkvcloudpotion2": "long_night_vision_lingering_potion", - "darkvcloudpotionex": "long_night_vision_lingering_potion", - "darkvcloudpotionextended": "long_night_vision_lingering_potion", - "darkvcloudpotionlevel2": "long_night_vision_lingering_potion", - "darkvcloudpotionlong": "long_night_vision_lingering_potion", - "darkvcloudpotlevel2": "long_night_vision_lingering_potion", - "darkvcloudpotlong": "long_night_vision_lingering_potion", - "darkvisaoepoiont2": "long_night_vision_lingering_potion", - "darkvisaoepoiontex": "long_night_vision_lingering_potion", - "darkvisaoepoiontextended": "long_night_vision_lingering_potion", - "darkvisaoepoiontlevel2": "long_night_vision_lingering_potion", - "darkvisaoepoiontlong": "long_night_vision_lingering_potion", - "darkvisaoepot2": "long_night_vision_lingering_potion", - "darkvisaoepotex": "long_night_vision_lingering_potion", - "darkvisaoepotextended": "long_night_vision_lingering_potion", - "darkvisaoepotlevel2": "long_night_vision_lingering_potion", - "darkvisaoepotlong": "long_night_vision_lingering_potion", - "darkvisareapot2": "long_night_vision_lingering_potion", - "darkvisareapotex": "long_night_vision_lingering_potion", - "darkvisareapotextended": "long_night_vision_lingering_potion", - "darkvisareapotion2": "long_night_vision_lingering_potion", - "darkvisareapotionex": "long_night_vision_lingering_potion", - "darkvisareapotionextended": "long_night_vision_lingering_potion", - "darkvisareapotionlevel2": "long_night_vision_lingering_potion", - "darkvisareapotionlong": "long_night_vision_lingering_potion", - "darkvisareapotlevel2": "long_night_vision_lingering_potion", - "darkvisareapotlong": "long_night_vision_lingering_potion", - "darkviscloudpot2": "long_night_vision_lingering_potion", - "darkviscloudpotex": "long_night_vision_lingering_potion", - "darkviscloudpotextended": "long_night_vision_lingering_potion", - "darkviscloudpotion2": "long_night_vision_lingering_potion", - "darkviscloudpotionex": "long_night_vision_lingering_potion", - "darkviscloudpotionextended": "long_night_vision_lingering_potion", - "darkviscloudpotionlevel2": "long_night_vision_lingering_potion", - "darkviscloudpotionlong": "long_night_vision_lingering_potion", - "darkviscloudpotlevel2": "long_night_vision_lingering_potion", - "darkviscloudpotlong": "long_night_vision_lingering_potion", - "darkvislingerpot2": "long_night_vision_lingering_potion", - "darkvislingerpotex": "long_night_vision_lingering_potion", - "darkvislingerpotextended": "long_night_vision_lingering_potion", - "darkvislingerpotlevel2": "long_night_vision_lingering_potion", - "darkvislingerpotlong": "long_night_vision_lingering_potion", - "darkvlingerpot2": "long_night_vision_lingering_potion", - "darkvlingerpotex": "long_night_vision_lingering_potion", - "darkvlingerpotextended": "long_night_vision_lingering_potion", - "darkvlingerpotlevel2": "long_night_vision_lingering_potion", - "darkvlingerpotlong": "long_night_vision_lingering_potion", - "dvisionaoepoiont2": "long_night_vision_lingering_potion", - "dvisionaoepoiontex": "long_night_vision_lingering_potion", - "dvisionaoepoiontextended": "long_night_vision_lingering_potion", - "dvisionaoepoiontlevel2": "long_night_vision_lingering_potion", - "dvisionaoepoiontlong": "long_night_vision_lingering_potion", - "dvisionaoepot2": "long_night_vision_lingering_potion", - "dvisionaoepotex": "long_night_vision_lingering_potion", - "dvisionaoepotextended": "long_night_vision_lingering_potion", - "dvisionaoepotlevel2": "long_night_vision_lingering_potion", - "dvisionaoepotlong": "long_night_vision_lingering_potion", - "dvisionareapot2": "long_night_vision_lingering_potion", - "dvisionareapotex": "long_night_vision_lingering_potion", - "dvisionareapotextended": "long_night_vision_lingering_potion", - "dvisionareapotion2": "long_night_vision_lingering_potion", - "dvisionareapotionex": "long_night_vision_lingering_potion", - "dvisionareapotionextended": "long_night_vision_lingering_potion", - "dvisionareapotionlevel2": "long_night_vision_lingering_potion", - "dvisionareapotionlong": "long_night_vision_lingering_potion", - "dvisionareapotlevel2": "long_night_vision_lingering_potion", - "dvisionareapotlong": "long_night_vision_lingering_potion", - "dvisioncloudpot2": "long_night_vision_lingering_potion", - "dvisioncloudpotex": "long_night_vision_lingering_potion", - "dvisioncloudpotextended": "long_night_vision_lingering_potion", - "dvisioncloudpotion2": "long_night_vision_lingering_potion", - "dvisioncloudpotionex": "long_night_vision_lingering_potion", - "dvisioncloudpotionextended": "long_night_vision_lingering_potion", - "dvisioncloudpotionlevel2": "long_night_vision_lingering_potion", - "dvisioncloudpotionlong": "long_night_vision_lingering_potion", - "dvisioncloudpotlevel2": "long_night_vision_lingering_potion", - "dvisioncloudpotlong": "long_night_vision_lingering_potion", - "dvisionlingerpot2": "long_night_vision_lingering_potion", - "dvisionlingerpotex": "long_night_vision_lingering_potion", - "dvisionlingerpotextended": "long_night_vision_lingering_potion", - "dvisionlingerpotlevel2": "long_night_vision_lingering_potion", - "dvisionlingerpotlong": "long_night_vision_lingering_potion", - "lingerpotdarkv2": "long_night_vision_lingering_potion", - "lingerpotdarkvex": "long_night_vision_lingering_potion", - "lingerpotdarkvextended": "long_night_vision_lingering_potion", - "lingerpotdarkvis2": "long_night_vision_lingering_potion", - "lingerpotdarkvisex": "long_night_vision_lingering_potion", - "lingerpotdarkvisextended": "long_night_vision_lingering_potion", - "lingerpotdarkvislevel2": "long_night_vision_lingering_potion", - "lingerpotdarkvislong": "long_night_vision_lingering_potion", - "lingerpotdarkvlevel2": "long_night_vision_lingering_potion", - "lingerpotdarkvlong": "long_night_vision_lingering_potion", - "lingerpotdvision2": "long_night_vision_lingering_potion", - "lingerpotdvisionex": "long_night_vision_lingering_potion", - "lingerpotdvisionextended": "long_night_vision_lingering_potion", - "lingerpotdvisionlevel2": "long_night_vision_lingering_potion", - "lingerpotdvisionlong": "long_night_vision_lingering_potion", - "lingerpotnightv2": "long_night_vision_lingering_potion", - "lingerpotnightvex": "long_night_vision_lingering_potion", - "lingerpotnightvextended": "long_night_vision_lingering_potion", - "lingerpotnightvision2": "long_night_vision_lingering_potion", - "lingerpotnightvisionex": "long_night_vision_lingering_potion", - "lingerpotnightvisionextended": "long_night_vision_lingering_potion", - "lingerpotnightvisionlevel2": "long_night_vision_lingering_potion", - "lingerpotnightvisionlong": "long_night_vision_lingering_potion", - "lingerpotnightvlevel2": "long_night_vision_lingering_potion", - "lingerpotnightvlong": "long_night_vision_lingering_potion", - "lingerpotnv2": "long_night_vision_lingering_potion", - "lingerpotnvex": "long_night_vision_lingering_potion", - "lingerpotnvextended": "long_night_vision_lingering_potion", - "lingerpotnvision2": "long_night_vision_lingering_potion", - "lingerpotnvisionex": "long_night_vision_lingering_potion", - "lingerpotnvisionextended": "long_night_vision_lingering_potion", - "lingerpotnvisionlevel2": "long_night_vision_lingering_potion", - "lingerpotnvisionlong": "long_night_vision_lingering_potion", - "lingerpotnvlevel2": "long_night_vision_lingering_potion", - "lingerpotnvlong": "long_night_vision_lingering_potion", - "nightvaoepoiont2": "long_night_vision_lingering_potion", - "nightvaoepoiontex": "long_night_vision_lingering_potion", - "nightvaoepoiontextended": "long_night_vision_lingering_potion", - "nightvaoepoiontlevel2": "long_night_vision_lingering_potion", - "nightvaoepoiontlong": "long_night_vision_lingering_potion", - "nightvaoepot2": "long_night_vision_lingering_potion", - "nightvaoepotex": "long_night_vision_lingering_potion", - "nightvaoepotextended": "long_night_vision_lingering_potion", - "nightvaoepotlevel2": "long_night_vision_lingering_potion", - "nightvaoepotlong": "long_night_vision_lingering_potion", - "nightvareapot2": "long_night_vision_lingering_potion", - "nightvareapotex": "long_night_vision_lingering_potion", - "nightvareapotextended": "long_night_vision_lingering_potion", - "nightvareapotion2": "long_night_vision_lingering_potion", - "nightvareapotionex": "long_night_vision_lingering_potion", - "nightvareapotionextended": "long_night_vision_lingering_potion", - "nightvareapotionlevel2": "long_night_vision_lingering_potion", - "nightvareapotionlong": "long_night_vision_lingering_potion", - "nightvareapotlevel2": "long_night_vision_lingering_potion", - "nightvareapotlong": "long_night_vision_lingering_potion", - "nightvcloudpot2": "long_night_vision_lingering_potion", - "nightvcloudpotex": "long_night_vision_lingering_potion", - "nightvcloudpotextended": "long_night_vision_lingering_potion", - "nightvcloudpotion2": "long_night_vision_lingering_potion", - "nightvcloudpotionex": "long_night_vision_lingering_potion", - "nightvcloudpotionextended": "long_night_vision_lingering_potion", - "nightvcloudpotionlevel2": "long_night_vision_lingering_potion", - "nightvcloudpotionlong": "long_night_vision_lingering_potion", - "nightvcloudpotlevel2": "long_night_vision_lingering_potion", - "nightvcloudpotlong": "long_night_vision_lingering_potion", - "nightvisionaoepoiont2": "long_night_vision_lingering_potion", - "nightvisionaoepoiontex": "long_night_vision_lingering_potion", - "nightvisionaoepoiontextended": "long_night_vision_lingering_potion", - "nightvisionaoepoiontlevel2": "long_night_vision_lingering_potion", - "nightvisionaoepoiontlong": "long_night_vision_lingering_potion", - "nightvisionaoepot2": "long_night_vision_lingering_potion", - "nightvisionaoepotex": "long_night_vision_lingering_potion", - "nightvisionaoepotextended": "long_night_vision_lingering_potion", - "nightvisionaoepotlevel2": "long_night_vision_lingering_potion", - "nightvisionaoepotlong": "long_night_vision_lingering_potion", - "nightvisionareapot2": "long_night_vision_lingering_potion", - "nightvisionareapotex": "long_night_vision_lingering_potion", - "nightvisionareapotextended": "long_night_vision_lingering_potion", - "nightvisionareapotion2": "long_night_vision_lingering_potion", - "nightvisionareapotionex": "long_night_vision_lingering_potion", - "nightvisionareapotionextended": "long_night_vision_lingering_potion", - "nightvisionareapotionlevel2": "long_night_vision_lingering_potion", - "nightvisionareapotionlong": "long_night_vision_lingering_potion", - "nightvisionareapotlevel2": "long_night_vision_lingering_potion", - "nightvisionareapotlong": "long_night_vision_lingering_potion", - "nightvisioncloudpot2": "long_night_vision_lingering_potion", - "nightvisioncloudpotex": "long_night_vision_lingering_potion", - "nightvisioncloudpotextended": "long_night_vision_lingering_potion", - "nightvisioncloudpotion2": "long_night_vision_lingering_potion", - "nightvisioncloudpotionex": "long_night_vision_lingering_potion", - "nightvisioncloudpotionextended": "long_night_vision_lingering_potion", - "nightvisioncloudpotionlevel2": "long_night_vision_lingering_potion", - "nightvisioncloudpotionlong": "long_night_vision_lingering_potion", - "nightvisioncloudpotlevel2": "long_night_vision_lingering_potion", - "nightvisioncloudpotlong": "long_night_vision_lingering_potion", - "nightvisionlingerpot2": "long_night_vision_lingering_potion", - "nightvisionlingerpotex": "long_night_vision_lingering_potion", - "nightvisionlingerpotextended": "long_night_vision_lingering_potion", - "nightvisionlingerpotlevel2": "long_night_vision_lingering_potion", - "nightvisionlingerpotlong": "long_night_vision_lingering_potion", - "nightvlingerpot2": "long_night_vision_lingering_potion", - "nightvlingerpotex": "long_night_vision_lingering_potion", - "nightvlingerpotextended": "long_night_vision_lingering_potion", - "nightvlingerpotlevel2": "long_night_vision_lingering_potion", - "nightvlingerpotlong": "long_night_vision_lingering_potion", - "nvaoepoiont2": "long_night_vision_lingering_potion", - "nvaoepoiontex": "long_night_vision_lingering_potion", - "nvaoepoiontextended": "long_night_vision_lingering_potion", - "nvaoepoiontlevel2": "long_night_vision_lingering_potion", - "nvaoepoiontlong": "long_night_vision_lingering_potion", - "nvaoepot2": "long_night_vision_lingering_potion", - "nvaoepotex": "long_night_vision_lingering_potion", - "nvaoepotextended": "long_night_vision_lingering_potion", - "nvaoepotlevel2": "long_night_vision_lingering_potion", - "nvaoepotlong": "long_night_vision_lingering_potion", - "nvareapot2": "long_night_vision_lingering_potion", - "nvareapotex": "long_night_vision_lingering_potion", - "nvareapotextended": "long_night_vision_lingering_potion", - "nvareapotion2": "long_night_vision_lingering_potion", - "nvareapotionex": "long_night_vision_lingering_potion", - "nvareapotionextended": "long_night_vision_lingering_potion", - "nvareapotionlevel2": "long_night_vision_lingering_potion", - "nvareapotionlong": "long_night_vision_lingering_potion", - "nvareapotlevel2": "long_night_vision_lingering_potion", - "nvareapotlong": "long_night_vision_lingering_potion", - "nvcloudpot2": "long_night_vision_lingering_potion", - "nvcloudpotex": "long_night_vision_lingering_potion", - "nvcloudpotextended": "long_night_vision_lingering_potion", - "nvcloudpotion2": "long_night_vision_lingering_potion", - "nvcloudpotionex": "long_night_vision_lingering_potion", - "nvcloudpotionextended": "long_night_vision_lingering_potion", - "nvcloudpotionlevel2": "long_night_vision_lingering_potion", - "nvcloudpotionlong": "long_night_vision_lingering_potion", - "nvcloudpotlevel2": "long_night_vision_lingering_potion", - "nvcloudpotlong": "long_night_vision_lingering_potion", - "nvisionaoepoiont2": "long_night_vision_lingering_potion", - "nvisionaoepoiontex": "long_night_vision_lingering_potion", - "nvisionaoepoiontextended": "long_night_vision_lingering_potion", - "nvisionaoepoiontlevel2": "long_night_vision_lingering_potion", - "nvisionaoepoiontlong": "long_night_vision_lingering_potion", - "nvisionaoepot2": "long_night_vision_lingering_potion", - "nvisionaoepotex": "long_night_vision_lingering_potion", - "nvisionaoepotextended": "long_night_vision_lingering_potion", - "nvisionaoepotlevel2": "long_night_vision_lingering_potion", - "nvisionaoepotlong": "long_night_vision_lingering_potion", - "nvisionareapot2": "long_night_vision_lingering_potion", - "nvisionareapotex": "long_night_vision_lingering_potion", - "nvisionareapotextended": "long_night_vision_lingering_potion", - "nvisionareapotion2": "long_night_vision_lingering_potion", - "nvisionareapotionex": "long_night_vision_lingering_potion", - "nvisionareapotionextended": "long_night_vision_lingering_potion", - "nvisionareapotionlevel2": "long_night_vision_lingering_potion", - "nvisionareapotionlong": "long_night_vision_lingering_potion", - "nvisionareapotlevel2": "long_night_vision_lingering_potion", - "nvisionareapotlong": "long_night_vision_lingering_potion", - "nvisioncloudpot2": "long_night_vision_lingering_potion", - "nvisioncloudpotex": "long_night_vision_lingering_potion", - "nvisioncloudpotextended": "long_night_vision_lingering_potion", - "nvisioncloudpotion2": "long_night_vision_lingering_potion", - "nvisioncloudpotionex": "long_night_vision_lingering_potion", - "nvisioncloudpotionextended": "long_night_vision_lingering_potion", - "nvisioncloudpotionlevel2": "long_night_vision_lingering_potion", - "nvisioncloudpotionlong": "long_night_vision_lingering_potion", - "nvisioncloudpotlevel2": "long_night_vision_lingering_potion", - "nvisioncloudpotlong": "long_night_vision_lingering_potion", - "nvisionlingerpot2": "long_night_vision_lingering_potion", - "nvisionlingerpotex": "long_night_vision_lingering_potion", - "nvisionlingerpotextended": "long_night_vision_lingering_potion", - "nvisionlingerpotlevel2": "long_night_vision_lingering_potion", - "nvisionlingerpotlong": "long_night_vision_lingering_potion", - "nvlingerpot2": "long_night_vision_lingering_potion", - "nvlingerpotex": "long_night_vision_lingering_potion", - "nvlingerpotextended": "long_night_vision_lingering_potion", - "nvlingerpotlevel2": "long_night_vision_lingering_potion", - "nvlingerpotlong": "long_night_vision_lingering_potion", - "long_night_vision_potion": { - "potionData": { - "type": "NIGHT_VISION", - "upgraded": false, - "extended": true - }, - "material": "POTION" - }, - "darkv2pot": "long_night_vision_potion", - "darkv2potion": "long_night_vision_potion", - "darkvexpot": "long_night_vision_potion", - "darkvexpotion": "long_night_vision_potion", - "darkvextendedpot": "long_night_vision_potion", - "darkvextendedpotion": "long_night_vision_potion", - "darkvis2pot": "long_night_vision_potion", - "darkvis2potion": "long_night_vision_potion", - "darkvisexpot": "long_night_vision_potion", - "darkvisexpotion": "long_night_vision_potion", - "darkvisextendedpot": "long_night_vision_potion", - "darkvisextendedpotion": "long_night_vision_potion", - "darkvislevel2pot": "long_night_vision_potion", - "darkvislevel2potion": "long_night_vision_potion", - "darkvislongpot": "long_night_vision_potion", - "darkvislongpotion": "long_night_vision_potion", - "darkvlevel2pot": "long_night_vision_potion", - "darkvlevel2potion": "long_night_vision_potion", - "darkvlongpot": "long_night_vision_potion", - "darkvlongpotion": "long_night_vision_potion", - "dvision2pot": "long_night_vision_potion", - "dvision2potion": "long_night_vision_potion", - "dvisionexpot": "long_night_vision_potion", - "dvisionexpotion": "long_night_vision_potion", - "dvisionextendedpot": "long_night_vision_potion", - "dvisionextendedpotion": "long_night_vision_potion", - "dvisionlevel2pot": "long_night_vision_potion", - "dvisionlevel2potion": "long_night_vision_potion", - "dvisionlongpot": "long_night_vision_potion", - "dvisionlongpotion": "long_night_vision_potion", - "nightv2pot": "long_night_vision_potion", - "nightv2potion": "long_night_vision_potion", - "nightvexpot": "long_night_vision_potion", - "nightvexpotion": "long_night_vision_potion", - "nightvextendedpot": "long_night_vision_potion", - "nightvextendedpotion": "long_night_vision_potion", - "nightvision2pot": "long_night_vision_potion", - "nightvision2potion": "long_night_vision_potion", - "nightvisionexpot": "long_night_vision_potion", - "nightvisionexpotion": "long_night_vision_potion", - "nightvisionextendedpot": "long_night_vision_potion", - "nightvisionextendedpotion": "long_night_vision_potion", - "nightvisionlevel2pot": "long_night_vision_potion", - "nightvisionlevel2potion": "long_night_vision_potion", - "nightvisionlongpot": "long_night_vision_potion", - "nightvisionlongpotion": "long_night_vision_potion", - "nightvlevel2pot": "long_night_vision_potion", - "nightvlevel2potion": "long_night_vision_potion", - "nightvlongpot": "long_night_vision_potion", - "nightvlongpotion": "long_night_vision_potion", - "nv2pot": "long_night_vision_potion", - "nv2potion": "long_night_vision_potion", - "nvexpot": "long_night_vision_potion", - "nvexpotion": "long_night_vision_potion", - "nvextendedpot": "long_night_vision_potion", - "nvextendedpotion": "long_night_vision_potion", - "nvision2pot": "long_night_vision_potion", - "nvision2potion": "long_night_vision_potion", - "nvisionexpot": "long_night_vision_potion", - "nvisionexpotion": "long_night_vision_potion", - "nvisionextendedpot": "long_night_vision_potion", - "nvisionextendedpotion": "long_night_vision_potion", - "nvisionlevel2pot": "long_night_vision_potion", - "nvisionlevel2potion": "long_night_vision_potion", - "nvisionlongpot": "long_night_vision_potion", - "nvisionlongpotion": "long_night_vision_potion", - "nvlevel2pot": "long_night_vision_potion", - "nvlevel2potion": "long_night_vision_potion", - "nvlongpot": "long_night_vision_potion", - "nvlongpotion": "long_night_vision_potion", - "potionofdarkv2": "long_night_vision_potion", - "potionofdarkvex": "long_night_vision_potion", - "potionofdarkvextended": "long_night_vision_potion", - "potionofdarkvis2": "long_night_vision_potion", - "potionofdarkvisex": "long_night_vision_potion", - "potionofdarkvisextended": "long_night_vision_potion", - "potionofdarkvislevel2": "long_night_vision_potion", - "potionofdarkvislong": "long_night_vision_potion", - "potionofdarkvlevel2": "long_night_vision_potion", - "potionofdarkvlong": "long_night_vision_potion", - "potionofdvision2": "long_night_vision_potion", - "potionofdvisionex": "long_night_vision_potion", - "potionofdvisionextended": "long_night_vision_potion", - "potionofdvisionlevel2": "long_night_vision_potion", - "potionofdvisionlong": "long_night_vision_potion", - "potionofnightv2": "long_night_vision_potion", - "potionofnightvex": "long_night_vision_potion", - "potionofnightvextended": "long_night_vision_potion", - "potionofnightvision2": "long_night_vision_potion", - "potionofnightvisionex": "long_night_vision_potion", - "potionofnightvisionextended": "long_night_vision_potion", - "potionofnightvisionlevel2": "long_night_vision_potion", - "potionofnightvisionlong": "long_night_vision_potion", - "potionofnightvlevel2": "long_night_vision_potion", - "potionofnightvlong": "long_night_vision_potion", - "potionofnv2": "long_night_vision_potion", - "potionofnvex": "long_night_vision_potion", - "potionofnvextended": "long_night_vision_potion", - "potionofnvision2": "long_night_vision_potion", - "potionofnvisionex": "long_night_vision_potion", - "potionofnvisionextended": "long_night_vision_potion", - "potionofnvisionlevel2": "long_night_vision_potion", - "potionofnvisionlong": "long_night_vision_potion", - "potionofnvlevel2": "long_night_vision_potion", - "potionofnvlong": "long_night_vision_potion", - "potofdarkv2": "long_night_vision_potion", - "potofdarkvex": "long_night_vision_potion", - "potofdarkvextended": "long_night_vision_potion", - "potofdarkvis2": "long_night_vision_potion", - "potofdarkvisex": "long_night_vision_potion", - "potofdarkvisextended": "long_night_vision_potion", - "potofdarkvislevel2": "long_night_vision_potion", - "potofdarkvislong": "long_night_vision_potion", - "potofdarkvlevel2": "long_night_vision_potion", - "potofdarkvlong": "long_night_vision_potion", - "potofdvision2": "long_night_vision_potion", - "potofdvisionex": "long_night_vision_potion", - "potofdvisionextended": "long_night_vision_potion", - "potofdvisionlevel2": "long_night_vision_potion", - "potofdvisionlong": "long_night_vision_potion", - "potofnightv2": "long_night_vision_potion", - "potofnightvex": "long_night_vision_potion", - "potofnightvextended": "long_night_vision_potion", - "potofnightvision2": "long_night_vision_potion", - "potofnightvisionex": "long_night_vision_potion", - "potofnightvisionextended": "long_night_vision_potion", - "potofnightvisionlevel2": "long_night_vision_potion", - "potofnightvisionlong": "long_night_vision_potion", - "potofnightvlevel2": "long_night_vision_potion", - "potofnightvlong": "long_night_vision_potion", - "potofnv2": "long_night_vision_potion", - "potofnvex": "long_night_vision_potion", - "potofnvextended": "long_night_vision_potion", - "potofnvision2": "long_night_vision_potion", - "potofnvisionex": "long_night_vision_potion", - "potofnvisionextended": "long_night_vision_potion", - "potofnvisionlevel2": "long_night_vision_potion", - "potofnvisionlong": "long_night_vision_potion", - "potofnvlevel2": "long_night_vision_potion", - "potofnvlong": "long_night_vision_potion", - "long_night_vision_splash_potion": { - "potionData": { - "type": "NIGHT_VISION", - "upgraded": false, - "extended": true - }, - "material": "SPLASH_POTION" - }, - "darkv2splashpot": "long_night_vision_splash_potion", - "darkv2splashpotion": "long_night_vision_splash_potion", - "darkvexsplashpot": "long_night_vision_splash_potion", - "darkvexsplashpotion": "long_night_vision_splash_potion", - "darkvextendedsplashpot": "long_night_vision_splash_potion", - "darkvextendedsplashpotion": "long_night_vision_splash_potion", - "darkvis2splashpot": "long_night_vision_splash_potion", - "darkvis2splashpotion": "long_night_vision_splash_potion", - "darkvisexsplashpot": "long_night_vision_splash_potion", - "darkvisexsplashpotion": "long_night_vision_splash_potion", - "darkvisextendedsplashpot": "long_night_vision_splash_potion", - "darkvisextendedsplashpotion": "long_night_vision_splash_potion", - "darkvislevel2splashpot": "long_night_vision_splash_potion", - "darkvislevel2splashpotion": "long_night_vision_splash_potion", - "darkvislongsplashpot": "long_night_vision_splash_potion", - "darkvislongsplashpotion": "long_night_vision_splash_potion", - "darkvlevel2splashpot": "long_night_vision_splash_potion", - "darkvlevel2splashpotion": "long_night_vision_splash_potion", - "darkvlongsplashpot": "long_night_vision_splash_potion", - "darkvlongsplashpotion": "long_night_vision_splash_potion", - "dvision2splashpot": "long_night_vision_splash_potion", - "dvision2splashpotion": "long_night_vision_splash_potion", - "dvisionexsplashpot": "long_night_vision_splash_potion", - "dvisionexsplashpotion": "long_night_vision_splash_potion", - "dvisionextendedsplashpot": "long_night_vision_splash_potion", - "dvisionextendedsplashpotion": "long_night_vision_splash_potion", - "dvisionlevel2splashpot": "long_night_vision_splash_potion", - "dvisionlevel2splashpotion": "long_night_vision_splash_potion", - "dvisionlongsplashpot": "long_night_vision_splash_potion", - "dvisionlongsplashpotion": "long_night_vision_splash_potion", - "nightv2splashpot": "long_night_vision_splash_potion", - "nightv2splashpotion": "long_night_vision_splash_potion", - "nightvexsplashpot": "long_night_vision_splash_potion", - "nightvexsplashpotion": "long_night_vision_splash_potion", - "nightvextendedsplashpot": "long_night_vision_splash_potion", - "nightvextendedsplashpotion": "long_night_vision_splash_potion", - "nightvision2splashpot": "long_night_vision_splash_potion", - "nightvision2splashpotion": "long_night_vision_splash_potion", - "nightvisionexsplashpot": "long_night_vision_splash_potion", - "nightvisionexsplashpotion": "long_night_vision_splash_potion", - "nightvisionextendedsplashpot": "long_night_vision_splash_potion", - "nightvisionextendedsplashpotion": "long_night_vision_splash_potion", - "nightvisionlevel2splashpot": "long_night_vision_splash_potion", - "nightvisionlevel2splashpotion": "long_night_vision_splash_potion", - "nightvisionlongsplashpot": "long_night_vision_splash_potion", - "nightvisionlongsplashpotion": "long_night_vision_splash_potion", - "nightvlevel2splashpot": "long_night_vision_splash_potion", - "nightvlevel2splashpotion": "long_night_vision_splash_potion", - "nightvlongsplashpot": "long_night_vision_splash_potion", - "nightvlongsplashpotion": "long_night_vision_splash_potion", - "nv2splashpot": "long_night_vision_splash_potion", - "nv2splashpotion": "long_night_vision_splash_potion", - "nvexsplashpot": "long_night_vision_splash_potion", - "nvexsplashpotion": "long_night_vision_splash_potion", - "nvextendedsplashpot": "long_night_vision_splash_potion", - "nvextendedsplashpotion": "long_night_vision_splash_potion", - "nvision2splashpot": "long_night_vision_splash_potion", - "nvision2splashpotion": "long_night_vision_splash_potion", - "nvisionexsplashpot": "long_night_vision_splash_potion", - "nvisionexsplashpotion": "long_night_vision_splash_potion", - "nvisionextendedsplashpot": "long_night_vision_splash_potion", - "nvisionextendedsplashpotion": "long_night_vision_splash_potion", - "nvisionlevel2splashpot": "long_night_vision_splash_potion", - "nvisionlevel2splashpotion": "long_night_vision_splash_potion", - "nvisionlongsplashpot": "long_night_vision_splash_potion", - "nvisionlongsplashpotion": "long_night_vision_splash_potion", - "nvlevel2splashpot": "long_night_vision_splash_potion", - "nvlevel2splashpotion": "long_night_vision_splash_potion", - "nvlongsplashpot": "long_night_vision_splash_potion", - "nvlongsplashpotion": "long_night_vision_splash_potion", - "splashdarkv2pot": "long_night_vision_splash_potion", - "splashdarkv2potion": "long_night_vision_splash_potion", - "splashdarkvexpot": "long_night_vision_splash_potion", - "splashdarkvexpotion": "long_night_vision_splash_potion", - "splashdarkvextendedpot": "long_night_vision_splash_potion", - "splashdarkvextendedpotion": "long_night_vision_splash_potion", - "splashdarkvis2pot": "long_night_vision_splash_potion", - "splashdarkvis2potion": "long_night_vision_splash_potion", - "splashdarkvisexpot": "long_night_vision_splash_potion", - "splashdarkvisexpotion": "long_night_vision_splash_potion", - "splashdarkvisextendedpot": "long_night_vision_splash_potion", - "splashdarkvisextendedpotion": "long_night_vision_splash_potion", - "splashdarkvislevel2pot": "long_night_vision_splash_potion", - "splashdarkvislevel2potion": "long_night_vision_splash_potion", - "splashdarkvislongpot": "long_night_vision_splash_potion", - "splashdarkvislongpotion": "long_night_vision_splash_potion", - "splashdarkvlevel2pot": "long_night_vision_splash_potion", - "splashdarkvlevel2potion": "long_night_vision_splash_potion", - "splashdarkvlongpot": "long_night_vision_splash_potion", - "splashdarkvlongpotion": "long_night_vision_splash_potion", - "splashdvision2pot": "long_night_vision_splash_potion", - "splashdvision2potion": "long_night_vision_splash_potion", - "splashdvisionexpot": "long_night_vision_splash_potion", - "splashdvisionexpotion": "long_night_vision_splash_potion", - "splashdvisionextendedpot": "long_night_vision_splash_potion", - "splashdvisionextendedpotion": "long_night_vision_splash_potion", - "splashdvisionlevel2pot": "long_night_vision_splash_potion", - "splashdvisionlevel2potion": "long_night_vision_splash_potion", - "splashdvisionlongpot": "long_night_vision_splash_potion", - "splashdvisionlongpotion": "long_night_vision_splash_potion", - "splashnightv2pot": "long_night_vision_splash_potion", - "splashnightv2potion": "long_night_vision_splash_potion", - "splashnightvexpot": "long_night_vision_splash_potion", - "splashnightvexpotion": "long_night_vision_splash_potion", - "splashnightvextendedpot": "long_night_vision_splash_potion", - "splashnightvextendedpotion": "long_night_vision_splash_potion", - "splashnightvision2pot": "long_night_vision_splash_potion", - "splashnightvision2potion": "long_night_vision_splash_potion", - "splashnightvisionexpot": "long_night_vision_splash_potion", - "splashnightvisionexpotion": "long_night_vision_splash_potion", - "splashnightvisionextendedpot": "long_night_vision_splash_potion", - "splashnightvisionextendedpotion": "long_night_vision_splash_potion", - "splashnightvisionlevel2pot": "long_night_vision_splash_potion", - "splashnightvisionlevel2potion": "long_night_vision_splash_potion", - "splashnightvisionlongpot": "long_night_vision_splash_potion", - "splashnightvisionlongpotion": "long_night_vision_splash_potion", - "splashnightvlevel2pot": "long_night_vision_splash_potion", - "splashnightvlevel2potion": "long_night_vision_splash_potion", - "splashnightvlongpot": "long_night_vision_splash_potion", - "splashnightvlongpotion": "long_night_vision_splash_potion", - "splashnv2pot": "long_night_vision_splash_potion", - "splashnv2potion": "long_night_vision_splash_potion", - "splashnvexpot": "long_night_vision_splash_potion", - "splashnvexpotion": "long_night_vision_splash_potion", - "splashnvextendedpot": "long_night_vision_splash_potion", - "splashnvextendedpotion": "long_night_vision_splash_potion", - "splashnvision2pot": "long_night_vision_splash_potion", - "splashnvision2potion": "long_night_vision_splash_potion", - "splashnvisionexpot": "long_night_vision_splash_potion", - "splashnvisionexpotion": "long_night_vision_splash_potion", - "splashnvisionextendedpot": "long_night_vision_splash_potion", - "splashnvisionextendedpotion": "long_night_vision_splash_potion", - "splashnvisionlevel2pot": "long_night_vision_splash_potion", - "splashnvisionlevel2potion": "long_night_vision_splash_potion", - "splashnvisionlongpot": "long_night_vision_splash_potion", - "splashnvisionlongpotion": "long_night_vision_splash_potion", - "splashnvlevel2pot": "long_night_vision_splash_potion", - "splashnvlevel2potion": "long_night_vision_splash_potion", - "splashnvlongpot": "long_night_vision_splash_potion", - "splashnvlongpotion": "long_night_vision_splash_potion", - "spldarkv2pot": "long_night_vision_splash_potion", - "spldarkv2potion": "long_night_vision_splash_potion", - "spldarkvexpot": "long_night_vision_splash_potion", - "spldarkvexpotion": "long_night_vision_splash_potion", - "spldarkvextendedpot": "long_night_vision_splash_potion", - "spldarkvextendedpotion": "long_night_vision_splash_potion", - "spldarkvis2pot": "long_night_vision_splash_potion", - "spldarkvis2potion": "long_night_vision_splash_potion", - "spldarkvisexpot": "long_night_vision_splash_potion", - "spldarkvisexpotion": "long_night_vision_splash_potion", - "spldarkvisextendedpot": "long_night_vision_splash_potion", - "spldarkvisextendedpotion": "long_night_vision_splash_potion", - "spldarkvislevel2pot": "long_night_vision_splash_potion", - "spldarkvislevel2potion": "long_night_vision_splash_potion", - "spldarkvislongpot": "long_night_vision_splash_potion", - "spldarkvislongpotion": "long_night_vision_splash_potion", - "spldarkvlevel2pot": "long_night_vision_splash_potion", - "spldarkvlevel2potion": "long_night_vision_splash_potion", - "spldarkvlongpot": "long_night_vision_splash_potion", - "spldarkvlongpotion": "long_night_vision_splash_potion", - "spldvision2pot": "long_night_vision_splash_potion", - "spldvision2potion": "long_night_vision_splash_potion", - "spldvisionexpot": "long_night_vision_splash_potion", - "spldvisionexpotion": "long_night_vision_splash_potion", - "spldvisionextendedpot": "long_night_vision_splash_potion", - "spldvisionextendedpotion": "long_night_vision_splash_potion", - "spldvisionlevel2pot": "long_night_vision_splash_potion", - "spldvisionlevel2potion": "long_night_vision_splash_potion", - "spldvisionlongpot": "long_night_vision_splash_potion", - "spldvisionlongpotion": "long_night_vision_splash_potion", - "splnightv2pot": "long_night_vision_splash_potion", - "splnightv2potion": "long_night_vision_splash_potion", - "splnightvexpot": "long_night_vision_splash_potion", - "splnightvexpotion": "long_night_vision_splash_potion", - "splnightvextendedpot": "long_night_vision_splash_potion", - "splnightvextendedpotion": "long_night_vision_splash_potion", - "splnightvision2pot": "long_night_vision_splash_potion", - "splnightvision2potion": "long_night_vision_splash_potion", - "splnightvisionexpot": "long_night_vision_splash_potion", - "splnightvisionexpotion": "long_night_vision_splash_potion", - "splnightvisionextendedpot": "long_night_vision_splash_potion", - "splnightvisionextendedpotion": "long_night_vision_splash_potion", - "splnightvisionlevel2pot": "long_night_vision_splash_potion", - "splnightvisionlevel2potion": "long_night_vision_splash_potion", - "splnightvisionlongpot": "long_night_vision_splash_potion", - "splnightvisionlongpotion": "long_night_vision_splash_potion", - "splnightvlevel2pot": "long_night_vision_splash_potion", - "splnightvlevel2potion": "long_night_vision_splash_potion", - "splnightvlongpot": "long_night_vision_splash_potion", - "splnightvlongpotion": "long_night_vision_splash_potion", - "splnv2pot": "long_night_vision_splash_potion", - "splnv2potion": "long_night_vision_splash_potion", - "splnvexpot": "long_night_vision_splash_potion", - "splnvexpotion": "long_night_vision_splash_potion", - "splnvextendedpot": "long_night_vision_splash_potion", - "splnvextendedpotion": "long_night_vision_splash_potion", - "splnvision2pot": "long_night_vision_splash_potion", - "splnvision2potion": "long_night_vision_splash_potion", - "splnvisionexpot": "long_night_vision_splash_potion", - "splnvisionexpotion": "long_night_vision_splash_potion", - "splnvisionextendedpot": "long_night_vision_splash_potion", - "splnvisionextendedpotion": "long_night_vision_splash_potion", - "splnvisionlevel2pot": "long_night_vision_splash_potion", - "splnvisionlevel2potion": "long_night_vision_splash_potion", - "splnvisionlongpot": "long_night_vision_splash_potion", - "splnvisionlongpotion": "long_night_vision_splash_potion", - "splnvlevel2pot": "long_night_vision_splash_potion", - "splnvlevel2potion": "long_night_vision_splash_potion", - "splnvlongpot": "long_night_vision_splash_potion", - "splnvlongpotion": "long_night_vision_splash_potion", - "long_night_vision_tipped_arrow": { - "potionData": { - "type": "NIGHT_VISION", - "upgraded": false, - "extended": true - }, - "material": "TIPPED_ARROW" - }, - "arrowdarkv2": "long_night_vision_tipped_arrow", - "arrowdarkvex": "long_night_vision_tipped_arrow", - "arrowdarkvextended": "long_night_vision_tipped_arrow", - "arrowdarkvis2": "long_night_vision_tipped_arrow", - "arrowdarkvisex": "long_night_vision_tipped_arrow", - "arrowdarkvisextended": "long_night_vision_tipped_arrow", - "arrowdarkvislevel2": "long_night_vision_tipped_arrow", - "arrowdarkvislong": "long_night_vision_tipped_arrow", - "arrowdarkvlevel2": "long_night_vision_tipped_arrow", - "arrowdarkvlong": "long_night_vision_tipped_arrow", - "arrowdvision2": "long_night_vision_tipped_arrow", - "arrowdvisionex": "long_night_vision_tipped_arrow", - "arrowdvisionextended": "long_night_vision_tipped_arrow", - "arrowdvisionlevel2": "long_night_vision_tipped_arrow", - "arrowdvisionlong": "long_night_vision_tipped_arrow", - "arrownightv2": "long_night_vision_tipped_arrow", - "arrownightvex": "long_night_vision_tipped_arrow", - "arrownightvextended": "long_night_vision_tipped_arrow", - "arrownightvision2": "long_night_vision_tipped_arrow", - "arrownightvisionex": "long_night_vision_tipped_arrow", - "arrownightvisionextended": "long_night_vision_tipped_arrow", - "arrownightvisionlevel2": "long_night_vision_tipped_arrow", - "arrownightvisionlong": "long_night_vision_tipped_arrow", - "arrownightvlevel2": "long_night_vision_tipped_arrow", - "arrownightvlong": "long_night_vision_tipped_arrow", - "arrownv2": "long_night_vision_tipped_arrow", - "arrownvex": "long_night_vision_tipped_arrow", - "arrownvextended": "long_night_vision_tipped_arrow", - "arrownvision2": "long_night_vision_tipped_arrow", - "arrownvisionex": "long_night_vision_tipped_arrow", - "arrownvisionextended": "long_night_vision_tipped_arrow", - "arrownvisionlevel2": "long_night_vision_tipped_arrow", - "arrownvisionlong": "long_night_vision_tipped_arrow", - "arrownvlevel2": "long_night_vision_tipped_arrow", - "arrownvlong": "long_night_vision_tipped_arrow", - "darkv2tarr": "long_night_vision_tipped_arrow", - "darkv2tarrow": "long_night_vision_tipped_arrow", - "darkv2tippedarrow": "long_night_vision_tipped_arrow", - "darkvarrow2": "long_night_vision_tipped_arrow", - "darkvarrowex": "long_night_vision_tipped_arrow", - "darkvarrowextended": "long_night_vision_tipped_arrow", - "darkvarrowlevel2": "long_night_vision_tipped_arrow", - "darkvarrowlong": "long_night_vision_tipped_arrow", - "darkvextarr": "long_night_vision_tipped_arrow", - "darkvextarrow": "long_night_vision_tipped_arrow", - "darkvextendedtarr": "long_night_vision_tipped_arrow", - "darkvextendedtarrow": "long_night_vision_tipped_arrow", - "darkvextendedtippedarrow": "long_night_vision_tipped_arrow", - "darkvextippedarrow": "long_night_vision_tipped_arrow", - "darkvis2tarr": "long_night_vision_tipped_arrow", - "darkvis2tarrow": "long_night_vision_tipped_arrow", - "darkvis2tippedarrow": "long_night_vision_tipped_arrow", - "darkvisarrow2": "long_night_vision_tipped_arrow", - "darkvisarrowex": "long_night_vision_tipped_arrow", - "darkvisarrowextended": "long_night_vision_tipped_arrow", - "darkvisarrowlevel2": "long_night_vision_tipped_arrow", - "darkvisarrowlong": "long_night_vision_tipped_arrow", - "darkvisextarr": "long_night_vision_tipped_arrow", - "darkvisextarrow": "long_night_vision_tipped_arrow", - "darkvisextendedtarr": "long_night_vision_tipped_arrow", - "darkvisextendedtarrow": "long_night_vision_tipped_arrow", - "darkvisextendedtippedarrow": "long_night_vision_tipped_arrow", - "darkvisextippedarrow": "long_night_vision_tipped_arrow", - "darkvislevel2tarr": "long_night_vision_tipped_arrow", - "darkvislevel2tarrow": "long_night_vision_tipped_arrow", - "darkvislevel2tippedarrow": "long_night_vision_tipped_arrow", - "darkvislongtarr": "long_night_vision_tipped_arrow", - "darkvislongtarrow": "long_night_vision_tipped_arrow", - "darkvislongtippedarrow": "long_night_vision_tipped_arrow", - "darkvlevel2tarr": "long_night_vision_tipped_arrow", - "darkvlevel2tarrow": "long_night_vision_tipped_arrow", - "darkvlevel2tippedarrow": "long_night_vision_tipped_arrow", - "darkvlongtarr": "long_night_vision_tipped_arrow", - "darkvlongtarrow": "long_night_vision_tipped_arrow", - "darkvlongtippedarrow": "long_night_vision_tipped_arrow", - "dvision2tarr": "long_night_vision_tipped_arrow", - "dvision2tarrow": "long_night_vision_tipped_arrow", - "dvision2tippedarrow": "long_night_vision_tipped_arrow", - "dvisionarrow2": "long_night_vision_tipped_arrow", - "dvisionarrowex": "long_night_vision_tipped_arrow", - "dvisionarrowextended": "long_night_vision_tipped_arrow", - "dvisionarrowlevel2": "long_night_vision_tipped_arrow", - "dvisionarrowlong": "long_night_vision_tipped_arrow", - "dvisionextarr": "long_night_vision_tipped_arrow", - "dvisionextarrow": "long_night_vision_tipped_arrow", - "dvisionextendedtarr": "long_night_vision_tipped_arrow", - "dvisionextendedtarrow": "long_night_vision_tipped_arrow", - "dvisionextendedtippedarrow": "long_night_vision_tipped_arrow", - "dvisionextippedarrow": "long_night_vision_tipped_arrow", - "dvisionlevel2tarr": "long_night_vision_tipped_arrow", - "dvisionlevel2tarrow": "long_night_vision_tipped_arrow", - "dvisionlevel2tippedarrow": "long_night_vision_tipped_arrow", - "dvisionlongtarr": "long_night_vision_tipped_arrow", - "dvisionlongtarrow": "long_night_vision_tipped_arrow", - "dvisionlongtippedarrow": "long_night_vision_tipped_arrow", - "nightv2tarr": "long_night_vision_tipped_arrow", - "nightv2tarrow": "long_night_vision_tipped_arrow", - "nightv2tippedarrow": "long_night_vision_tipped_arrow", - "nightvarrow2": "long_night_vision_tipped_arrow", - "nightvarrowex": "long_night_vision_tipped_arrow", - "nightvarrowextended": "long_night_vision_tipped_arrow", - "nightvarrowlevel2": "long_night_vision_tipped_arrow", - "nightvarrowlong": "long_night_vision_tipped_arrow", - "nightvextarr": "long_night_vision_tipped_arrow", - "nightvextarrow": "long_night_vision_tipped_arrow", - "nightvextendedtarr": "long_night_vision_tipped_arrow", - "nightvextendedtarrow": "long_night_vision_tipped_arrow", - "nightvextendedtippedarrow": "long_night_vision_tipped_arrow", - "nightvextippedarrow": "long_night_vision_tipped_arrow", - "nightvision2tarr": "long_night_vision_tipped_arrow", - "nightvision2tarrow": "long_night_vision_tipped_arrow", - "nightvision2tippedarrow": "long_night_vision_tipped_arrow", - "nightvisionarrow2": "long_night_vision_tipped_arrow", - "nightvisionarrowex": "long_night_vision_tipped_arrow", - "nightvisionarrowextended": "long_night_vision_tipped_arrow", - "nightvisionarrowlevel2": "long_night_vision_tipped_arrow", - "nightvisionarrowlong": "long_night_vision_tipped_arrow", - "nightvisionextarr": "long_night_vision_tipped_arrow", - "nightvisionextarrow": "long_night_vision_tipped_arrow", - "nightvisionextendedtarr": "long_night_vision_tipped_arrow", - "nightvisionextendedtarrow": "long_night_vision_tipped_arrow", - "nightvisionextendedtippedarrow": "long_night_vision_tipped_arrow", - "nightvisionextippedarrow": "long_night_vision_tipped_arrow", - "nightvisionlevel2tarr": "long_night_vision_tipped_arrow", - "nightvisionlevel2tarrow": "long_night_vision_tipped_arrow", - "nightvisionlevel2tippedarrow": "long_night_vision_tipped_arrow", - "nightvisionlongtarr": "long_night_vision_tipped_arrow", - "nightvisionlongtarrow": "long_night_vision_tipped_arrow", - "nightvisionlongtippedarrow": "long_night_vision_tipped_arrow", - "nightvlevel2tarr": "long_night_vision_tipped_arrow", - "nightvlevel2tarrow": "long_night_vision_tipped_arrow", - "nightvlevel2tippedarrow": "long_night_vision_tipped_arrow", - "nightvlongtarr": "long_night_vision_tipped_arrow", - "nightvlongtarrow": "long_night_vision_tipped_arrow", - "nightvlongtippedarrow": "long_night_vision_tipped_arrow", - "nv2tarr": "long_night_vision_tipped_arrow", - "nv2tarrow": "long_night_vision_tipped_arrow", - "nv2tippedarrow": "long_night_vision_tipped_arrow", - "nvarrow2": "long_night_vision_tipped_arrow", - "nvarrowex": "long_night_vision_tipped_arrow", - "nvarrowextended": "long_night_vision_tipped_arrow", - "nvarrowlevel2": "long_night_vision_tipped_arrow", - "nvarrowlong": "long_night_vision_tipped_arrow", - "nvextarr": "long_night_vision_tipped_arrow", - "nvextarrow": "long_night_vision_tipped_arrow", - "nvextendedtarr": "long_night_vision_tipped_arrow", - "nvextendedtarrow": "long_night_vision_tipped_arrow", - "nvextendedtippedarrow": "long_night_vision_tipped_arrow", - "nvextippedarrow": "long_night_vision_tipped_arrow", - "nvision2tarr": "long_night_vision_tipped_arrow", - "nvision2tarrow": "long_night_vision_tipped_arrow", - "nvision2tippedarrow": "long_night_vision_tipped_arrow", - "nvisionarrow2": "long_night_vision_tipped_arrow", - "nvisionarrowex": "long_night_vision_tipped_arrow", - "nvisionarrowextended": "long_night_vision_tipped_arrow", - "nvisionarrowlevel2": "long_night_vision_tipped_arrow", - "nvisionarrowlong": "long_night_vision_tipped_arrow", - "nvisionextarr": "long_night_vision_tipped_arrow", - "nvisionextarrow": "long_night_vision_tipped_arrow", - "nvisionextendedtarr": "long_night_vision_tipped_arrow", - "nvisionextendedtarrow": "long_night_vision_tipped_arrow", - "nvisionextendedtippedarrow": "long_night_vision_tipped_arrow", - "nvisionextippedarrow": "long_night_vision_tipped_arrow", - "nvisionlevel2tarr": "long_night_vision_tipped_arrow", - "nvisionlevel2tarrow": "long_night_vision_tipped_arrow", - "nvisionlevel2tippedarrow": "long_night_vision_tipped_arrow", - "nvisionlongtarr": "long_night_vision_tipped_arrow", - "nvisionlongtarrow": "long_night_vision_tipped_arrow", - "nvisionlongtippedarrow": "long_night_vision_tipped_arrow", - "nvlevel2tarr": "long_night_vision_tipped_arrow", - "nvlevel2tarrow": "long_night_vision_tipped_arrow", - "nvlevel2tippedarrow": "long_night_vision_tipped_arrow", - "nvlongtarr": "long_night_vision_tipped_arrow", - "nvlongtarrow": "long_night_vision_tipped_arrow", - "nvlongtippedarrow": "long_night_vision_tipped_arrow", - "long_poison_lingering_potion": { - "potionData": { - "type": "POISON", - "upgraded": false, - "extended": true - }, - "material": "LINGERING_POTION" - }, - "acidaoepoiont2": "long_poison_lingering_potion", - "acidaoepoiontex": "long_poison_lingering_potion", - "acidaoepoiontextended": "long_poison_lingering_potion", - "acidaoepoiontlevel2": "long_poison_lingering_potion", - "acidaoepoiontlong": "long_poison_lingering_potion", - "acidaoepot2": "long_poison_lingering_potion", - "acidaoepotex": "long_poison_lingering_potion", - "acidaoepotextended": "long_poison_lingering_potion", - "acidaoepotlevel2": "long_poison_lingering_potion", - "acidaoepotlong": "long_poison_lingering_potion", - "acidareapot2": "long_poison_lingering_potion", - "acidareapotex": "long_poison_lingering_potion", - "acidareapotextended": "long_poison_lingering_potion", - "acidareapotion2": "long_poison_lingering_potion", - "acidareapotionex": "long_poison_lingering_potion", - "acidareapotionextended": "long_poison_lingering_potion", - "acidareapotionlevel2": "long_poison_lingering_potion", - "acidareapotionlong": "long_poison_lingering_potion", - "acidareapotlevel2": "long_poison_lingering_potion", - "acidareapotlong": "long_poison_lingering_potion", - "acidcloudpot2": "long_poison_lingering_potion", - "acidcloudpotex": "long_poison_lingering_potion", - "acidcloudpotextended": "long_poison_lingering_potion", - "acidcloudpotion2": "long_poison_lingering_potion", - "acidcloudpotionex": "long_poison_lingering_potion", - "acidcloudpotionextended": "long_poison_lingering_potion", - "acidcloudpotionlevel2": "long_poison_lingering_potion", - "acidcloudpotionlong": "long_poison_lingering_potion", - "acidcloudpotlevel2": "long_poison_lingering_potion", - "acidcloudpotlong": "long_poison_lingering_potion", - "acidlingerpot2": "long_poison_lingering_potion", - "acidlingerpotex": "long_poison_lingering_potion", - "acidlingerpotextended": "long_poison_lingering_potion", - "acidlingerpotlevel2": "long_poison_lingering_potion", - "acidlingerpotlong": "long_poison_lingering_potion", - "aoepotacid2": "long_poison_lingering_potion", - "aoepotacidex": "long_poison_lingering_potion", - "aoepotacidextended": "long_poison_lingering_potion", - "aoepotacidlevel2": "long_poison_lingering_potion", - "aoepotacidlong": "long_poison_lingering_potion", - "aoepotionacid2": "long_poison_lingering_potion", - "aoepotionacidex": "long_poison_lingering_potion", - "aoepotionacidextended": "long_poison_lingering_potion", - "aoepotionacidlevel2": "long_poison_lingering_potion", - "aoepotionacidlong": "long_poison_lingering_potion", - "aoepotionp2": "long_poison_lingering_potion", - "aoepotionpex": "long_poison_lingering_potion", - "aoepotionpextended": "long_poison_lingering_potion", - "aoepotionplevel2": "long_poison_lingering_potion", - "aoepotionplong": "long_poison_lingering_potion", - "aoepotionpoison2": "long_poison_lingering_potion", - "aoepotionpoisonex": "long_poison_lingering_potion", - "aoepotionpoisonextended": "long_poison_lingering_potion", - "aoepotionpoisonlevel2": "long_poison_lingering_potion", - "aoepotionpoisonlong": "long_poison_lingering_potion", - "aoepotp2": "long_poison_lingering_potion", - "aoepotpex": "long_poison_lingering_potion", - "aoepotpextended": "long_poison_lingering_potion", - "aoepotplevel2": "long_poison_lingering_potion", - "aoepotplong": "long_poison_lingering_potion", - "aoepotpoison2": "long_poison_lingering_potion", - "aoepotpoisonex": "long_poison_lingering_potion", - "aoepotpoisonextended": "long_poison_lingering_potion", - "aoepotpoisonlevel2": "long_poison_lingering_potion", - "aoepotpoisonlong": "long_poison_lingering_potion", - "areapotacid2": "long_poison_lingering_potion", - "areapotacidex": "long_poison_lingering_potion", - "areapotacidextended": "long_poison_lingering_potion", - "areapotacidlevel2": "long_poison_lingering_potion", - "areapotacidlong": "long_poison_lingering_potion", - "areapotionacid2": "long_poison_lingering_potion", - "areapotionacidex": "long_poison_lingering_potion", - "areapotionacidextended": "long_poison_lingering_potion", - "areapotionacidlevel2": "long_poison_lingering_potion", - "areapotionacidlong": "long_poison_lingering_potion", - "areapotionp2": "long_poison_lingering_potion", - "areapotionpex": "long_poison_lingering_potion", - "areapotionpextended": "long_poison_lingering_potion", - "areapotionplevel2": "long_poison_lingering_potion", - "areapotionplong": "long_poison_lingering_potion", - "areapotionpoison2": "long_poison_lingering_potion", - "areapotionpoisonex": "long_poison_lingering_potion", - "areapotionpoisonextended": "long_poison_lingering_potion", - "areapotionpoisonlevel2": "long_poison_lingering_potion", - "areapotionpoisonlong": "long_poison_lingering_potion", - "areapotp2": "long_poison_lingering_potion", - "areapotpex": "long_poison_lingering_potion", - "areapotpextended": "long_poison_lingering_potion", - "areapotplevel2": "long_poison_lingering_potion", - "areapotplong": "long_poison_lingering_potion", - "areapotpoison2": "long_poison_lingering_potion", - "areapotpoisonex": "long_poison_lingering_potion", - "areapotpoisonextended": "long_poison_lingering_potion", - "areapotpoisonlevel2": "long_poison_lingering_potion", - "areapotpoisonlong": "long_poison_lingering_potion", - "cloudpotacid2": "long_poison_lingering_potion", - "cloudpotacidex": "long_poison_lingering_potion", - "cloudpotacidextended": "long_poison_lingering_potion", - "cloudpotacidlevel2": "long_poison_lingering_potion", - "cloudpotacidlong": "long_poison_lingering_potion", - "cloudpotionacid2": "long_poison_lingering_potion", - "cloudpotionacidex": "long_poison_lingering_potion", - "cloudpotionacidextended": "long_poison_lingering_potion", - "cloudpotionacidlevel2": "long_poison_lingering_potion", - "cloudpotionacidlong": "long_poison_lingering_potion", - "cloudpotionp2": "long_poison_lingering_potion", - "cloudpotionpex": "long_poison_lingering_potion", - "cloudpotionpextended": "long_poison_lingering_potion", - "cloudpotionplevel2": "long_poison_lingering_potion", - "cloudpotionplong": "long_poison_lingering_potion", - "cloudpotionpoison2": "long_poison_lingering_potion", - "cloudpotionpoisonex": "long_poison_lingering_potion", - "cloudpotionpoisonextended": "long_poison_lingering_potion", - "cloudpotionpoisonlevel2": "long_poison_lingering_potion", - "cloudpotionpoisonlong": "long_poison_lingering_potion", - "cloudpotp2": "long_poison_lingering_potion", - "cloudpotpex": "long_poison_lingering_potion", - "cloudpotpextended": "long_poison_lingering_potion", - "cloudpotplevel2": "long_poison_lingering_potion", - "cloudpotplong": "long_poison_lingering_potion", - "cloudpotpoison2": "long_poison_lingering_potion", - "cloudpotpoisonex": "long_poison_lingering_potion", - "cloudpotpoisonextended": "long_poison_lingering_potion", - "cloudpotpoisonlevel2": "long_poison_lingering_potion", - "cloudpotpoisonlong": "long_poison_lingering_potion", - "lingerpotacid2": "long_poison_lingering_potion", - "lingerpotacidex": "long_poison_lingering_potion", - "lingerpotacidextended": "long_poison_lingering_potion", - "lingerpotacidlevel2": "long_poison_lingering_potion", - "lingerpotacidlong": "long_poison_lingering_potion", - "lingerpotp2": "long_poison_lingering_potion", - "lingerpotpex": "long_poison_lingering_potion", - "lingerpotpextended": "long_poison_lingering_potion", - "lingerpotplevel2": "long_poison_lingering_potion", - "lingerpotplong": "long_poison_lingering_potion", - "lingerpotpoison2": "long_poison_lingering_potion", - "lingerpotpoisonex": "long_poison_lingering_potion", - "lingerpotpoisonextended": "long_poison_lingering_potion", - "lingerpotpoisonlevel2": "long_poison_lingering_potion", - "lingerpotpoisonlong": "long_poison_lingering_potion", - "paoepoiont2": "long_poison_lingering_potion", - "paoepoiontex": "long_poison_lingering_potion", - "paoepoiontextended": "long_poison_lingering_potion", - "paoepoiontlevel2": "long_poison_lingering_potion", - "paoepoiontlong": "long_poison_lingering_potion", - "paoepot2": "long_poison_lingering_potion", - "paoepotex": "long_poison_lingering_potion", - "paoepotextended": "long_poison_lingering_potion", - "paoepotlevel2": "long_poison_lingering_potion", - "paoepotlong": "long_poison_lingering_potion", - "pareapot2": "long_poison_lingering_potion", - "pareapotex": "long_poison_lingering_potion", - "pareapotextended": "long_poison_lingering_potion", - "pareapotion2": "long_poison_lingering_potion", - "pareapotionex": "long_poison_lingering_potion", - "pareapotionextended": "long_poison_lingering_potion", - "pareapotionlevel2": "long_poison_lingering_potion", - "pareapotionlong": "long_poison_lingering_potion", - "pareapotlevel2": "long_poison_lingering_potion", - "pareapotlong": "long_poison_lingering_potion", - "pcloudpot2": "long_poison_lingering_potion", - "pcloudpotex": "long_poison_lingering_potion", - "pcloudpotextended": "long_poison_lingering_potion", - "pcloudpotion2": "long_poison_lingering_potion", - "pcloudpotionex": "long_poison_lingering_potion", - "pcloudpotionextended": "long_poison_lingering_potion", - "pcloudpotionlevel2": "long_poison_lingering_potion", - "pcloudpotionlong": "long_poison_lingering_potion", - "pcloudpotlevel2": "long_poison_lingering_potion", - "pcloudpotlong": "long_poison_lingering_potion", - "plingerpot2": "long_poison_lingering_potion", - "plingerpotex": "long_poison_lingering_potion", - "plingerpotextended": "long_poison_lingering_potion", - "plingerpotlevel2": "long_poison_lingering_potion", - "plingerpotlong": "long_poison_lingering_potion", - "poisonaoepoiont2": "long_poison_lingering_potion", - "poisonaoepoiontex": "long_poison_lingering_potion", - "poisonaoepoiontextended": "long_poison_lingering_potion", - "poisonaoepoiontlevel2": "long_poison_lingering_potion", - "poisonaoepoiontlong": "long_poison_lingering_potion", - "poisonaoepot2": "long_poison_lingering_potion", - "poisonaoepotex": "long_poison_lingering_potion", - "poisonaoepotextended": "long_poison_lingering_potion", - "poisonaoepotlevel2": "long_poison_lingering_potion", - "poisonaoepotlong": "long_poison_lingering_potion", - "poisonareapot2": "long_poison_lingering_potion", - "poisonareapotex": "long_poison_lingering_potion", - "poisonareapotextended": "long_poison_lingering_potion", - "poisonareapotion2": "long_poison_lingering_potion", - "poisonareapotionex": "long_poison_lingering_potion", - "poisonareapotionextended": "long_poison_lingering_potion", - "poisonareapotionlevel2": "long_poison_lingering_potion", - "poisonareapotionlong": "long_poison_lingering_potion", - "poisonareapotlevel2": "long_poison_lingering_potion", - "poisonareapotlong": "long_poison_lingering_potion", - "poisoncloudpot2": "long_poison_lingering_potion", - "poisoncloudpotex": "long_poison_lingering_potion", - "poisoncloudpotextended": "long_poison_lingering_potion", - "poisoncloudpotion2": "long_poison_lingering_potion", - "poisoncloudpotionex": "long_poison_lingering_potion", - "poisoncloudpotionextended": "long_poison_lingering_potion", - "poisoncloudpotionlevel2": "long_poison_lingering_potion", - "poisoncloudpotionlong": "long_poison_lingering_potion", - "poisoncloudpotlevel2": "long_poison_lingering_potion", - "poisoncloudpotlong": "long_poison_lingering_potion", - "poisonlingerpot2": "long_poison_lingering_potion", - "poisonlingerpotex": "long_poison_lingering_potion", - "poisonlingerpotextended": "long_poison_lingering_potion", - "poisonlingerpotlevel2": "long_poison_lingering_potion", - "poisonlingerpotlong": "long_poison_lingering_potion", - "long_poison_potion": { - "potionData": { - "type": "POISON", - "upgraded": false, - "extended": true - }, - "material": "POTION" - }, - "acid2pot": "long_poison_potion", - "acid2potion": "long_poison_potion", - "acidexpot": "long_poison_potion", - "acidexpotion": "long_poison_potion", - "acidextendedpot": "long_poison_potion", - "acidextendedpotion": "long_poison_potion", - "acidlevel2pot": "long_poison_potion", - "acidlevel2potion": "long_poison_potion", - "acidlongpot": "long_poison_potion", - "acidlongpotion": "long_poison_potion", - "p2pot": "long_poison_potion", - "p2potion": "long_poison_potion", - "pexpot": "long_poison_potion", - "pexpotion": "long_poison_potion", - "pextendedpot": "long_poison_potion", - "pextendedpotion": "long_poison_potion", - "plevel2pot": "long_poison_potion", - "plevel2potion": "long_poison_potion", - "plongpot": "long_poison_potion", - "plongpotion": "long_poison_potion", - "poison2pot": "long_poison_potion", - "poison2potion": "long_poison_potion", - "poisonexpot": "long_poison_potion", - "poisonexpotion": "long_poison_potion", - "poisonextendedpot": "long_poison_potion", - "poisonextendedpotion": "long_poison_potion", - "poisonlevel2pot": "long_poison_potion", - "poisonlevel2potion": "long_poison_potion", - "poisonlongpot": "long_poison_potion", - "poisonlongpotion": "long_poison_potion", - "potionofacid2": "long_poison_potion", - "potionofacidex": "long_poison_potion", - "potionofacidextended": "long_poison_potion", - "potionofacidlevel2": "long_poison_potion", - "potionofacidlong": "long_poison_potion", - "potionofp2": "long_poison_potion", - "potionofpex": "long_poison_potion", - "potionofpextended": "long_poison_potion", - "potionofplevel2": "long_poison_potion", - "potionofplong": "long_poison_potion", - "potionofpoison2": "long_poison_potion", - "potionofpoisonex": "long_poison_potion", - "potionofpoisonextended": "long_poison_potion", - "potionofpoisonlevel2": "long_poison_potion", - "potionofpoisonlong": "long_poison_potion", - "potofacid2": "long_poison_potion", - "potofacidex": "long_poison_potion", - "potofacidextended": "long_poison_potion", - "potofacidlevel2": "long_poison_potion", - "potofacidlong": "long_poison_potion", - "potofp2": "long_poison_potion", - "potofpex": "long_poison_potion", - "potofpextended": "long_poison_potion", - "potofplevel2": "long_poison_potion", - "potofplong": "long_poison_potion", - "potofpoison2": "long_poison_potion", - "potofpoisonex": "long_poison_potion", - "potofpoisonextended": "long_poison_potion", - "potofpoisonlevel2": "long_poison_potion", - "potofpoisonlong": "long_poison_potion", - "long_poison_splash_potion": { - "potionData": { - "type": "POISON", - "upgraded": false, - "extended": true - }, - "material": "SPLASH_POTION" - }, - "acid2splashpot": "long_poison_splash_potion", - "acid2splashpotion": "long_poison_splash_potion", - "acidexsplashpot": "long_poison_splash_potion", - "acidexsplashpotion": "long_poison_splash_potion", - "acidextendedsplashpot": "long_poison_splash_potion", - "acidextendedsplashpotion": "long_poison_splash_potion", - "acidlevel2splashpot": "long_poison_splash_potion", - "acidlevel2splashpotion": "long_poison_splash_potion", - "acidlongsplashpot": "long_poison_splash_potion", - "acidlongsplashpotion": "long_poison_splash_potion", - "p2splashpot": "long_poison_splash_potion", - "p2splashpotion": "long_poison_splash_potion", - "pexsplashpot": "long_poison_splash_potion", - "pexsplashpotion": "long_poison_splash_potion", - "pextendedsplashpot": "long_poison_splash_potion", - "pextendedsplashpotion": "long_poison_splash_potion", - "plevel2splashpot": "long_poison_splash_potion", - "plevel2splashpotion": "long_poison_splash_potion", - "plongsplashpot": "long_poison_splash_potion", - "plongsplashpotion": "long_poison_splash_potion", - "poison2splashpot": "long_poison_splash_potion", - "poison2splashpotion": "long_poison_splash_potion", - "poisonexsplashpot": "long_poison_splash_potion", - "poisonexsplashpotion": "long_poison_splash_potion", - "poisonextendedsplashpot": "long_poison_splash_potion", - "poisonextendedsplashpotion": "long_poison_splash_potion", - "poisonlevel2splashpot": "long_poison_splash_potion", - "poisonlevel2splashpotion": "long_poison_splash_potion", - "poisonlongsplashpot": "long_poison_splash_potion", - "poisonlongsplashpotion": "long_poison_splash_potion", - "splacid2pot": "long_poison_splash_potion", - "splacid2potion": "long_poison_splash_potion", - "splacidexpot": "long_poison_splash_potion", - "splacidexpotion": "long_poison_splash_potion", - "splacidextendedpot": "long_poison_splash_potion", - "splacidextendedpotion": "long_poison_splash_potion", - "splacidlevel2pot": "long_poison_splash_potion", - "splacidlevel2potion": "long_poison_splash_potion", - "splacidlongpot": "long_poison_splash_potion", - "splacidlongpotion": "long_poison_splash_potion", - "splashacid2pot": "long_poison_splash_potion", - "splashacid2potion": "long_poison_splash_potion", - "splashacidexpot": "long_poison_splash_potion", - "splashacidexpotion": "long_poison_splash_potion", - "splashacidextendedpot": "long_poison_splash_potion", - "splashacidextendedpotion": "long_poison_splash_potion", - "splashacidlevel2pot": "long_poison_splash_potion", - "splashacidlevel2potion": "long_poison_splash_potion", - "splashacidlongpot": "long_poison_splash_potion", - "splashacidlongpotion": "long_poison_splash_potion", - "splashp2pot": "long_poison_splash_potion", - "splashp2potion": "long_poison_splash_potion", - "splashpexpot": "long_poison_splash_potion", - "splashpexpotion": "long_poison_splash_potion", - "splashpextendedpot": "long_poison_splash_potion", - "splashpextendedpotion": "long_poison_splash_potion", - "splashplevel2pot": "long_poison_splash_potion", - "splashplevel2potion": "long_poison_splash_potion", - "splashplongpot": "long_poison_splash_potion", - "splashplongpotion": "long_poison_splash_potion", - "splashpoison2pot": "long_poison_splash_potion", - "splashpoison2potion": "long_poison_splash_potion", - "splashpoisonexpot": "long_poison_splash_potion", - "splashpoisonexpotion": "long_poison_splash_potion", - "splashpoisonextendedpot": "long_poison_splash_potion", - "splashpoisonextendedpotion": "long_poison_splash_potion", - "splashpoisonlevel2pot": "long_poison_splash_potion", - "splashpoisonlevel2potion": "long_poison_splash_potion", - "splashpoisonlongpot": "long_poison_splash_potion", - "splashpoisonlongpotion": "long_poison_splash_potion", - "splp2pot": "long_poison_splash_potion", - "splp2potion": "long_poison_splash_potion", - "splpexpot": "long_poison_splash_potion", - "splpexpotion": "long_poison_splash_potion", - "splpextendedpot": "long_poison_splash_potion", - "splpextendedpotion": "long_poison_splash_potion", - "splplevel2pot": "long_poison_splash_potion", - "splplevel2potion": "long_poison_splash_potion", - "splplongpot": "long_poison_splash_potion", - "splplongpotion": "long_poison_splash_potion", - "splpoison2pot": "long_poison_splash_potion", - "splpoison2potion": "long_poison_splash_potion", - "splpoisonexpot": "long_poison_splash_potion", - "splpoisonexpotion": "long_poison_splash_potion", - "splpoisonextendedpot": "long_poison_splash_potion", - "splpoisonextendedpotion": "long_poison_splash_potion", - "splpoisonlevel2pot": "long_poison_splash_potion", - "splpoisonlevel2potion": "long_poison_splash_potion", - "splpoisonlongpot": "long_poison_splash_potion", - "splpoisonlongpotion": "long_poison_splash_potion", - "long_poison_tipped_arrow": { - "potionData": { - "type": "POISON", - "upgraded": false, - "extended": true - }, - "material": "TIPPED_ARROW" - }, - "acid2tarr": "long_poison_tipped_arrow", - "acid2tarrow": "long_poison_tipped_arrow", - "acid2tippedarrow": "long_poison_tipped_arrow", - "acidarrow2": "long_poison_tipped_arrow", - "acidarrowex": "long_poison_tipped_arrow", - "acidarrowextended": "long_poison_tipped_arrow", - "acidarrowlevel2": "long_poison_tipped_arrow", - "acidarrowlong": "long_poison_tipped_arrow", - "acidextarr": "long_poison_tipped_arrow", - "acidextarrow": "long_poison_tipped_arrow", - "acidextendedtarr": "long_poison_tipped_arrow", - "acidextendedtarrow": "long_poison_tipped_arrow", - "acidextendedtippedarrow": "long_poison_tipped_arrow", - "acidextippedarrow": "long_poison_tipped_arrow", - "acidlevel2tarr": "long_poison_tipped_arrow", - "acidlevel2tarrow": "long_poison_tipped_arrow", - "acidlevel2tippedarrow": "long_poison_tipped_arrow", - "acidlongtarr": "long_poison_tipped_arrow", - "acidlongtarrow": "long_poison_tipped_arrow", - "acidlongtippedarrow": "long_poison_tipped_arrow", - "arrowacid2": "long_poison_tipped_arrow", - "arrowacidex": "long_poison_tipped_arrow", - "arrowacidextended": "long_poison_tipped_arrow", - "arrowacidlevel2": "long_poison_tipped_arrow", - "arrowacidlong": "long_poison_tipped_arrow", - "arrowp2": "long_poison_tipped_arrow", - "arrowpex": "long_poison_tipped_arrow", - "arrowpextended": "long_poison_tipped_arrow", - "arrowplevel2": "long_poison_tipped_arrow", - "arrowplong": "long_poison_tipped_arrow", - "arrowpoison2": "long_poison_tipped_arrow", - "arrowpoisonex": "long_poison_tipped_arrow", - "arrowpoisonextended": "long_poison_tipped_arrow", - "arrowpoisonlevel2": "long_poison_tipped_arrow", - "arrowpoisonlong": "long_poison_tipped_arrow", - "p2tarr": "long_poison_tipped_arrow", - "p2tarrow": "long_poison_tipped_arrow", - "p2tippedarrow": "long_poison_tipped_arrow", - "parrow2": "long_poison_tipped_arrow", - "parrowex": "long_poison_tipped_arrow", - "parrowextended": "long_poison_tipped_arrow", - "parrowlevel2": "long_poison_tipped_arrow", - "parrowlong": "long_poison_tipped_arrow", - "pextarr": "long_poison_tipped_arrow", - "pextarrow": "long_poison_tipped_arrow", - "pextendedtarr": "long_poison_tipped_arrow", - "pextendedtarrow": "long_poison_tipped_arrow", - "pextendedtippedarrow": "long_poison_tipped_arrow", - "pextippedarrow": "long_poison_tipped_arrow", - "plevel2tarr": "long_poison_tipped_arrow", - "plevel2tarrow": "long_poison_tipped_arrow", - "plevel2tippedarrow": "long_poison_tipped_arrow", - "plongtarr": "long_poison_tipped_arrow", - "plongtarrow": "long_poison_tipped_arrow", - "plongtippedarrow": "long_poison_tipped_arrow", - "poison2tarr": "long_poison_tipped_arrow", - "poison2tarrow": "long_poison_tipped_arrow", - "poison2tippedarrow": "long_poison_tipped_arrow", - "poisonarrow2": "long_poison_tipped_arrow", - "poisonarrowex": "long_poison_tipped_arrow", - "poisonarrowextended": "long_poison_tipped_arrow", - "poisonarrowlevel2": "long_poison_tipped_arrow", - "poisonarrowlong": "long_poison_tipped_arrow", - "poisonextarr": "long_poison_tipped_arrow", - "poisonextarrow": "long_poison_tipped_arrow", - "poisonextendedtarr": "long_poison_tipped_arrow", - "poisonextendedtarrow": "long_poison_tipped_arrow", - "poisonextendedtippedarrow": "long_poison_tipped_arrow", - "poisonextippedarrow": "long_poison_tipped_arrow", - "poisonlevel2tarr": "long_poison_tipped_arrow", - "poisonlevel2tarrow": "long_poison_tipped_arrow", - "poisonlevel2tippedarrow": "long_poison_tipped_arrow", - "poisonlongtarr": "long_poison_tipped_arrow", - "poisonlongtarrow": "long_poison_tipped_arrow", - "poisonlongtippedarrow": "long_poison_tipped_arrow", - "long_regeneration_lingering_potion": { - "potionData": { - "type": "REGEN", - "upgraded": false, - "extended": true - }, - "material": "LINGERING_POTION" - }, - "aoepotionregen2": "long_regeneration_lingering_potion", - "aoepotionregenerate2": "long_regeneration_lingering_potion", - "aoepotionregenerateex": "long_regeneration_lingering_potion", - "aoepotionregenerateextended": "long_regeneration_lingering_potion", - "aoepotionregeneratelevel2": "long_regeneration_lingering_potion", - "aoepotionregeneratelong": "long_regeneration_lingering_potion", - "aoepotionregeneration2": "long_regeneration_lingering_potion", - "aoepotionregenerationex": "long_regeneration_lingering_potion", - "aoepotionregenerationextended": "long_regeneration_lingering_potion", - "aoepotionregenerationlevel2": "long_regeneration_lingering_potion", - "aoepotionregenerationlong": "long_regeneration_lingering_potion", - "aoepotionregenex": "long_regeneration_lingering_potion", - "aoepotionregenextended": "long_regeneration_lingering_potion", - "aoepotionregenlevel2": "long_regeneration_lingering_potion", - "aoepotionregenlong": "long_regeneration_lingering_potion", - "aoepotregen2": "long_regeneration_lingering_potion", - "aoepotregenerate2": "long_regeneration_lingering_potion", - "aoepotregenerateex": "long_regeneration_lingering_potion", - "aoepotregenerateextended": "long_regeneration_lingering_potion", - "aoepotregeneratelevel2": "long_regeneration_lingering_potion", - "aoepotregeneratelong": "long_regeneration_lingering_potion", - "aoepotregeneration2": "long_regeneration_lingering_potion", - "aoepotregenerationex": "long_regeneration_lingering_potion", - "aoepotregenerationextended": "long_regeneration_lingering_potion", - "aoepotregenerationlevel2": "long_regeneration_lingering_potion", - "aoepotregenerationlong": "long_regeneration_lingering_potion", - "aoepotregenex": "long_regeneration_lingering_potion", - "aoepotregenextended": "long_regeneration_lingering_potion", - "aoepotregenlevel2": "long_regeneration_lingering_potion", - "aoepotregenlong": "long_regeneration_lingering_potion", - "areapotionregen2": "long_regeneration_lingering_potion", - "areapotionregenerate2": "long_regeneration_lingering_potion", - "areapotionregenerateex": "long_regeneration_lingering_potion", - "areapotionregenerateextended": "long_regeneration_lingering_potion", - "areapotionregeneratelevel2": "long_regeneration_lingering_potion", - "areapotionregeneratelong": "long_regeneration_lingering_potion", - "areapotionregeneration2": "long_regeneration_lingering_potion", - "areapotionregenerationex": "long_regeneration_lingering_potion", - "areapotionregenerationextended": "long_regeneration_lingering_potion", - "areapotionregenerationlevel2": "long_regeneration_lingering_potion", - "areapotionregenerationlong": "long_regeneration_lingering_potion", - "areapotionregenex": "long_regeneration_lingering_potion", - "areapotionregenextended": "long_regeneration_lingering_potion", - "areapotionregenlevel2": "long_regeneration_lingering_potion", - "areapotionregenlong": "long_regeneration_lingering_potion", - "areapotregen2": "long_regeneration_lingering_potion", - "areapotregenerate2": "long_regeneration_lingering_potion", - "areapotregenerateex": "long_regeneration_lingering_potion", - "areapotregenerateextended": "long_regeneration_lingering_potion", - "areapotregeneratelevel2": "long_regeneration_lingering_potion", - "areapotregeneratelong": "long_regeneration_lingering_potion", - "areapotregeneration2": "long_regeneration_lingering_potion", - "areapotregenerationex": "long_regeneration_lingering_potion", - "areapotregenerationextended": "long_regeneration_lingering_potion", - "areapotregenerationlevel2": "long_regeneration_lingering_potion", - "areapotregenerationlong": "long_regeneration_lingering_potion", - "areapotregenex": "long_regeneration_lingering_potion", - "areapotregenextended": "long_regeneration_lingering_potion", - "areapotregenlevel2": "long_regeneration_lingering_potion", - "areapotregenlong": "long_regeneration_lingering_potion", - "cloudpotionregen2": "long_regeneration_lingering_potion", - "cloudpotionregenerate2": "long_regeneration_lingering_potion", - "cloudpotionregenerateex": "long_regeneration_lingering_potion", - "cloudpotionregenerateextended": "long_regeneration_lingering_potion", - "cloudpotionregeneratelevel2": "long_regeneration_lingering_potion", - "cloudpotionregeneratelong": "long_regeneration_lingering_potion", - "cloudpotionregeneration2": "long_regeneration_lingering_potion", - "cloudpotionregenerationex": "long_regeneration_lingering_potion", - "cloudpotionregenerationextended": "long_regeneration_lingering_potion", - "cloudpotionregenerationlevel2": "long_regeneration_lingering_potion", - "cloudpotionregenerationlong": "long_regeneration_lingering_potion", - "cloudpotionregenex": "long_regeneration_lingering_potion", - "cloudpotionregenextended": "long_regeneration_lingering_potion", - "cloudpotionregenlevel2": "long_regeneration_lingering_potion", - "cloudpotionregenlong": "long_regeneration_lingering_potion", - "cloudpotregen2": "long_regeneration_lingering_potion", - "cloudpotregenerate2": "long_regeneration_lingering_potion", - "cloudpotregenerateex": "long_regeneration_lingering_potion", - "cloudpotregenerateextended": "long_regeneration_lingering_potion", - "cloudpotregeneratelevel2": "long_regeneration_lingering_potion", - "cloudpotregeneratelong": "long_regeneration_lingering_potion", - "cloudpotregeneration2": "long_regeneration_lingering_potion", - "cloudpotregenerationex": "long_regeneration_lingering_potion", - "cloudpotregenerationextended": "long_regeneration_lingering_potion", - "cloudpotregenerationlevel2": "long_regeneration_lingering_potion", - "cloudpotregenerationlong": "long_regeneration_lingering_potion", - "cloudpotregenex": "long_regeneration_lingering_potion", - "cloudpotregenextended": "long_regeneration_lingering_potion", - "cloudpotregenlevel2": "long_regeneration_lingering_potion", - "cloudpotregenlong": "long_regeneration_lingering_potion", - "lingerpotregen2": "long_regeneration_lingering_potion", - "lingerpotregenerate2": "long_regeneration_lingering_potion", - "lingerpotregenerateex": "long_regeneration_lingering_potion", - "lingerpotregenerateextended": "long_regeneration_lingering_potion", - "lingerpotregeneratelevel2": "long_regeneration_lingering_potion", - "lingerpotregeneratelong": "long_regeneration_lingering_potion", - "lingerpotregeneration2": "long_regeneration_lingering_potion", - "lingerpotregenerationex": "long_regeneration_lingering_potion", - "lingerpotregenerationextended": "long_regeneration_lingering_potion", - "lingerpotregenerationlevel2": "long_regeneration_lingering_potion", - "lingerpotregenerationlong": "long_regeneration_lingering_potion", - "lingerpotregenex": "long_regeneration_lingering_potion", - "lingerpotregenextended": "long_regeneration_lingering_potion", - "lingerpotregenlevel2": "long_regeneration_lingering_potion", - "lingerpotregenlong": "long_regeneration_lingering_potion", - "regenaoepoiont2": "long_regeneration_lingering_potion", - "regenaoepoiontex": "long_regeneration_lingering_potion", - "regenaoepoiontextended": "long_regeneration_lingering_potion", - "regenaoepoiontlevel2": "long_regeneration_lingering_potion", - "regenaoepoiontlong": "long_regeneration_lingering_potion", - "regenaoepot2": "long_regeneration_lingering_potion", - "regenaoepotex": "long_regeneration_lingering_potion", - "regenaoepotextended": "long_regeneration_lingering_potion", - "regenaoepotlevel2": "long_regeneration_lingering_potion", - "regenaoepotlong": "long_regeneration_lingering_potion", - "regenareapot2": "long_regeneration_lingering_potion", - "regenareapotex": "long_regeneration_lingering_potion", - "regenareapotextended": "long_regeneration_lingering_potion", - "regenareapotion2": "long_regeneration_lingering_potion", - "regenareapotionex": "long_regeneration_lingering_potion", - "regenareapotionextended": "long_regeneration_lingering_potion", - "regenareapotionlevel2": "long_regeneration_lingering_potion", - "regenareapotionlong": "long_regeneration_lingering_potion", - "regenareapotlevel2": "long_regeneration_lingering_potion", - "regenareapotlong": "long_regeneration_lingering_potion", - "regencloudpot2": "long_regeneration_lingering_potion", - "regencloudpotex": "long_regeneration_lingering_potion", - "regencloudpotextended": "long_regeneration_lingering_potion", - "regencloudpotion2": "long_regeneration_lingering_potion", - "regencloudpotionex": "long_regeneration_lingering_potion", - "regencloudpotionextended": "long_regeneration_lingering_potion", - "regencloudpotionlevel2": "long_regeneration_lingering_potion", - "regencloudpotionlong": "long_regeneration_lingering_potion", - "regencloudpotlevel2": "long_regeneration_lingering_potion", - "regencloudpotlong": "long_regeneration_lingering_potion", - "regenerateaoepoiont2": "long_regeneration_lingering_potion", - "regenerateaoepoiontex": "long_regeneration_lingering_potion", - "regenerateaoepoiontextended": "long_regeneration_lingering_potion", - "regenerateaoepoiontlevel2": "long_regeneration_lingering_potion", - "regenerateaoepoiontlong": "long_regeneration_lingering_potion", - "regenerateaoepot2": "long_regeneration_lingering_potion", - "regenerateaoepotex": "long_regeneration_lingering_potion", - "regenerateaoepotextended": "long_regeneration_lingering_potion", - "regenerateaoepotlevel2": "long_regeneration_lingering_potion", - "regenerateaoepotlong": "long_regeneration_lingering_potion", - "regenerateareapot2": "long_regeneration_lingering_potion", - "regenerateareapotex": "long_regeneration_lingering_potion", - "regenerateareapotextended": "long_regeneration_lingering_potion", - "regenerateareapotion2": "long_regeneration_lingering_potion", - "regenerateareapotionex": "long_regeneration_lingering_potion", - "regenerateareapotionextended": "long_regeneration_lingering_potion", - "regenerateareapotionlevel2": "long_regeneration_lingering_potion", - "regenerateareapotionlong": "long_regeneration_lingering_potion", - "regenerateareapotlevel2": "long_regeneration_lingering_potion", - "regenerateareapotlong": "long_regeneration_lingering_potion", - "regeneratecloudpot2": "long_regeneration_lingering_potion", - "regeneratecloudpotex": "long_regeneration_lingering_potion", - "regeneratecloudpotextended": "long_regeneration_lingering_potion", - "regeneratecloudpotion2": "long_regeneration_lingering_potion", - "regeneratecloudpotionex": "long_regeneration_lingering_potion", - "regeneratecloudpotionextended": "long_regeneration_lingering_potion", - "regeneratecloudpotionlevel2": "long_regeneration_lingering_potion", - "regeneratecloudpotionlong": "long_regeneration_lingering_potion", - "regeneratecloudpotlevel2": "long_regeneration_lingering_potion", - "regeneratecloudpotlong": "long_regeneration_lingering_potion", - "regeneratelingerpot2": "long_regeneration_lingering_potion", - "regeneratelingerpotex": "long_regeneration_lingering_potion", - "regeneratelingerpotextended": "long_regeneration_lingering_potion", - "regeneratelingerpotlevel2": "long_regeneration_lingering_potion", - "regeneratelingerpotlong": "long_regeneration_lingering_potion", - "regenerationaoepoiont2": "long_regeneration_lingering_potion", - "regenerationaoepoiontex": "long_regeneration_lingering_potion", - "regenerationaoepoiontextended": "long_regeneration_lingering_potion", - "regenerationaoepoiontlevel2": "long_regeneration_lingering_potion", - "regenerationaoepoiontlong": "long_regeneration_lingering_potion", - "regenerationaoepot2": "long_regeneration_lingering_potion", - "regenerationaoepotex": "long_regeneration_lingering_potion", - "regenerationaoepotextended": "long_regeneration_lingering_potion", - "regenerationaoepotlevel2": "long_regeneration_lingering_potion", - "regenerationaoepotlong": "long_regeneration_lingering_potion", - "regenerationareapot2": "long_regeneration_lingering_potion", - "regenerationareapotex": "long_regeneration_lingering_potion", - "regenerationareapotextended": "long_regeneration_lingering_potion", - "regenerationareapotion2": "long_regeneration_lingering_potion", - "regenerationareapotionex": "long_regeneration_lingering_potion", - "regenerationareapotionextended": "long_regeneration_lingering_potion", - "regenerationareapotionlevel2": "long_regeneration_lingering_potion", - "regenerationareapotionlong": "long_regeneration_lingering_potion", - "regenerationareapotlevel2": "long_regeneration_lingering_potion", - "regenerationareapotlong": "long_regeneration_lingering_potion", - "regenerationcloudpot2": "long_regeneration_lingering_potion", - "regenerationcloudpotex": "long_regeneration_lingering_potion", - "regenerationcloudpotextended": "long_regeneration_lingering_potion", - "regenerationcloudpotion2": "long_regeneration_lingering_potion", - "regenerationcloudpotionex": "long_regeneration_lingering_potion", - "regenerationcloudpotionextended": "long_regeneration_lingering_potion", - "regenerationcloudpotionlevel2": "long_regeneration_lingering_potion", - "regenerationcloudpotionlong": "long_regeneration_lingering_potion", - "regenerationcloudpotlevel2": "long_regeneration_lingering_potion", - "regenerationcloudpotlong": "long_regeneration_lingering_potion", - "regenerationlingerpot2": "long_regeneration_lingering_potion", - "regenerationlingerpotex": "long_regeneration_lingering_potion", - "regenerationlingerpotextended": "long_regeneration_lingering_potion", - "regenerationlingerpotlevel2": "long_regeneration_lingering_potion", - "regenerationlingerpotlong": "long_regeneration_lingering_potion", - "regenlingerpot2": "long_regeneration_lingering_potion", - "regenlingerpotex": "long_regeneration_lingering_potion", - "regenlingerpotextended": "long_regeneration_lingering_potion", - "regenlingerpotlevel2": "long_regeneration_lingering_potion", - "regenlingerpotlong": "long_regeneration_lingering_potion", - "long_regeneration_potion": { - "potionData": { - "type": "REGEN", - "upgraded": false, - "extended": true - }, - "material": "POTION" - }, - "potionofregen2": "long_regeneration_potion", - "potionofregenerate2": "long_regeneration_potion", - "potionofregenerateex": "long_regeneration_potion", - "potionofregenerateextended": "long_regeneration_potion", - "potionofregeneratelevel2": "long_regeneration_potion", - "potionofregeneratelong": "long_regeneration_potion", - "potionofregeneration2": "long_regeneration_potion", - "potionofregenerationex": "long_regeneration_potion", - "potionofregenerationextended": "long_regeneration_potion", - "potionofregenerationlevel2": "long_regeneration_potion", - "potionofregenerationlong": "long_regeneration_potion", - "potionofregenex": "long_regeneration_potion", - "potionofregenextended": "long_regeneration_potion", - "potionofregenlevel2": "long_regeneration_potion", - "potionofregenlong": "long_regeneration_potion", - "potofregen2": "long_regeneration_potion", - "potofregenerate2": "long_regeneration_potion", - "potofregenerateex": "long_regeneration_potion", - "potofregenerateextended": "long_regeneration_potion", - "potofregeneratelevel2": "long_regeneration_potion", - "potofregeneratelong": "long_regeneration_potion", - "potofregeneration2": "long_regeneration_potion", - "potofregenerationex": "long_regeneration_potion", - "potofregenerationextended": "long_regeneration_potion", - "potofregenerationlevel2": "long_regeneration_potion", - "potofregenerationlong": "long_regeneration_potion", - "potofregenex": "long_regeneration_potion", - "potofregenextended": "long_regeneration_potion", - "potofregenlevel2": "long_regeneration_potion", - "potofregenlong": "long_regeneration_potion", - "regen2pot": "long_regeneration_potion", - "regen2potion": "long_regeneration_potion", - "regenerate2pot": "long_regeneration_potion", - "regenerate2potion": "long_regeneration_potion", - "regenerateexpot": "long_regeneration_potion", - "regenerateexpotion": "long_regeneration_potion", - "regenerateextendedpot": "long_regeneration_potion", - "regenerateextendedpotion": "long_regeneration_potion", - "regeneratelevel2pot": "long_regeneration_potion", - "regeneratelevel2potion": "long_regeneration_potion", - "regeneratelongpot": "long_regeneration_potion", - "regeneratelongpotion": "long_regeneration_potion", - "regeneration2pot": "long_regeneration_potion", - "regeneration2potion": "long_regeneration_potion", - "regenerationexpot": "long_regeneration_potion", - "regenerationexpotion": "long_regeneration_potion", - "regenerationextendedpot": "long_regeneration_potion", - "regenerationextendedpotion": "long_regeneration_potion", - "regenerationlevel2pot": "long_regeneration_potion", - "regenerationlevel2potion": "long_regeneration_potion", - "regenerationlongpot": "long_regeneration_potion", - "regenerationlongpotion": "long_regeneration_potion", - "regenexpot": "long_regeneration_potion", - "regenexpotion": "long_regeneration_potion", - "regenextendedpot": "long_regeneration_potion", - "regenextendedpotion": "long_regeneration_potion", - "regenlevel2pot": "long_regeneration_potion", - "regenlevel2potion": "long_regeneration_potion", - "regenlongpot": "long_regeneration_potion", - "regenlongpotion": "long_regeneration_potion", - "long_regeneration_splash_potion": { - "potionData": { - "type": "REGEN", - "upgraded": false, - "extended": true - }, - "material": "SPLASH_POTION" - }, - "regen2splashpot": "long_regeneration_splash_potion", - "regen2splashpotion": "long_regeneration_splash_potion", - "regenerate2splashpot": "long_regeneration_splash_potion", - "regenerate2splashpotion": "long_regeneration_splash_potion", - "regenerateexsplashpot": "long_regeneration_splash_potion", - "regenerateexsplashpotion": "long_regeneration_splash_potion", - "regenerateextendedsplashpot": "long_regeneration_splash_potion", - "regenerateextendedsplashpotion": "long_regeneration_splash_potion", - "regeneratelevel2splashpot": "long_regeneration_splash_potion", - "regeneratelevel2splashpotion": "long_regeneration_splash_potion", - "regeneratelongsplashpot": "long_regeneration_splash_potion", - "regeneratelongsplashpotion": "long_regeneration_splash_potion", - "regeneration2splashpot": "long_regeneration_splash_potion", - "regeneration2splashpotion": "long_regeneration_splash_potion", - "regenerationexsplashpot": "long_regeneration_splash_potion", - "regenerationexsplashpotion": "long_regeneration_splash_potion", - "regenerationextendedsplashpot": "long_regeneration_splash_potion", - "regenerationextendedsplashpotion": "long_regeneration_splash_potion", - "regenerationlevel2splashpot": "long_regeneration_splash_potion", - "regenerationlevel2splashpotion": "long_regeneration_splash_potion", - "regenerationlongsplashpot": "long_regeneration_splash_potion", - "regenerationlongsplashpotion": "long_regeneration_splash_potion", - "regenexsplashpot": "long_regeneration_splash_potion", - "regenexsplashpotion": "long_regeneration_splash_potion", - "regenextendedsplashpot": "long_regeneration_splash_potion", - "regenextendedsplashpotion": "long_regeneration_splash_potion", - "regenlevel2splashpot": "long_regeneration_splash_potion", - "regenlevel2splashpotion": "long_regeneration_splash_potion", - "regenlongsplashpot": "long_regeneration_splash_potion", - "regenlongsplashpotion": "long_regeneration_splash_potion", - "splashregen2pot": "long_regeneration_splash_potion", - "splashregen2potion": "long_regeneration_splash_potion", - "splashregenerate2pot": "long_regeneration_splash_potion", - "splashregenerate2potion": "long_regeneration_splash_potion", - "splashregenerateexpot": "long_regeneration_splash_potion", - "splashregenerateexpotion": "long_regeneration_splash_potion", - "splashregenerateextendedpot": "long_regeneration_splash_potion", - "splashregenerateextendedpotion": "long_regeneration_splash_potion", - "splashregeneratelevel2pot": "long_regeneration_splash_potion", - "splashregeneratelevel2potion": "long_regeneration_splash_potion", - "splashregeneratelongpot": "long_regeneration_splash_potion", - "splashregeneratelongpotion": "long_regeneration_splash_potion", - "splashregeneration2pot": "long_regeneration_splash_potion", - "splashregeneration2potion": "long_regeneration_splash_potion", - "splashregenerationexpot": "long_regeneration_splash_potion", - "splashregenerationexpotion": "long_regeneration_splash_potion", - "splashregenerationextendedpot": "long_regeneration_splash_potion", - "splashregenerationextendedpotion": "long_regeneration_splash_potion", - "splashregenerationlevel2pot": "long_regeneration_splash_potion", - "splashregenerationlevel2potion": "long_regeneration_splash_potion", - "splashregenerationlongpot": "long_regeneration_splash_potion", - "splashregenerationlongpotion": "long_regeneration_splash_potion", - "splashregenexpot": "long_regeneration_splash_potion", - "splashregenexpotion": "long_regeneration_splash_potion", - "splashregenextendedpot": "long_regeneration_splash_potion", - "splashregenextendedpotion": "long_regeneration_splash_potion", - "splashregenlevel2pot": "long_regeneration_splash_potion", - "splashregenlevel2potion": "long_regeneration_splash_potion", - "splashregenlongpot": "long_regeneration_splash_potion", - "splashregenlongpotion": "long_regeneration_splash_potion", - "splregen2pot": "long_regeneration_splash_potion", - "splregen2potion": "long_regeneration_splash_potion", - "splregenerate2pot": "long_regeneration_splash_potion", - "splregenerate2potion": "long_regeneration_splash_potion", - "splregenerateexpot": "long_regeneration_splash_potion", - "splregenerateexpotion": "long_regeneration_splash_potion", - "splregenerateextendedpot": "long_regeneration_splash_potion", - "splregenerateextendedpotion": "long_regeneration_splash_potion", - "splregeneratelevel2pot": "long_regeneration_splash_potion", - "splregeneratelevel2potion": "long_regeneration_splash_potion", - "splregeneratelongpot": "long_regeneration_splash_potion", - "splregeneratelongpotion": "long_regeneration_splash_potion", - "splregeneration2pot": "long_regeneration_splash_potion", - "splregeneration2potion": "long_regeneration_splash_potion", - "splregenerationexpot": "long_regeneration_splash_potion", - "splregenerationexpotion": "long_regeneration_splash_potion", - "splregenerationextendedpot": "long_regeneration_splash_potion", - "splregenerationextendedpotion": "long_regeneration_splash_potion", - "splregenerationlevel2pot": "long_regeneration_splash_potion", - "splregenerationlevel2potion": "long_regeneration_splash_potion", - "splregenerationlongpot": "long_regeneration_splash_potion", - "splregenerationlongpotion": "long_regeneration_splash_potion", - "splregenexpot": "long_regeneration_splash_potion", - "splregenexpotion": "long_regeneration_splash_potion", - "splregenextendedpot": "long_regeneration_splash_potion", - "splregenextendedpotion": "long_regeneration_splash_potion", - "splregenlevel2pot": "long_regeneration_splash_potion", - "splregenlevel2potion": "long_regeneration_splash_potion", - "splregenlongpot": "long_regeneration_splash_potion", - "splregenlongpotion": "long_regeneration_splash_potion", - "long_regeneration_tipped_arrow": { - "potionData": { - "type": "REGEN", - "upgraded": false, - "extended": true - }, - "material": "TIPPED_ARROW" - }, - "arrowregen2": "long_regeneration_tipped_arrow", - "arrowregenerate2": "long_regeneration_tipped_arrow", - "arrowregenerateex": "long_regeneration_tipped_arrow", - "arrowregenerateextended": "long_regeneration_tipped_arrow", - "arrowregeneratelevel2": "long_regeneration_tipped_arrow", - "arrowregeneratelong": "long_regeneration_tipped_arrow", - "arrowregeneration2": "long_regeneration_tipped_arrow", - "arrowregenerationex": "long_regeneration_tipped_arrow", - "arrowregenerationextended": "long_regeneration_tipped_arrow", - "arrowregenerationlevel2": "long_regeneration_tipped_arrow", - "arrowregenerationlong": "long_regeneration_tipped_arrow", - "arrowregenex": "long_regeneration_tipped_arrow", - "arrowregenextended": "long_regeneration_tipped_arrow", - "arrowregenlevel2": "long_regeneration_tipped_arrow", - "arrowregenlong": "long_regeneration_tipped_arrow", - "regen2tarr": "long_regeneration_tipped_arrow", - "regen2tarrow": "long_regeneration_tipped_arrow", - "regen2tippedarrow": "long_regeneration_tipped_arrow", - "regenarrow2": "long_regeneration_tipped_arrow", - "regenarrowex": "long_regeneration_tipped_arrow", - "regenarrowextended": "long_regeneration_tipped_arrow", - "regenarrowlevel2": "long_regeneration_tipped_arrow", - "regenarrowlong": "long_regeneration_tipped_arrow", - "regenerate2tarr": "long_regeneration_tipped_arrow", - "regenerate2tarrow": "long_regeneration_tipped_arrow", - "regenerate2tippedarrow": "long_regeneration_tipped_arrow", - "regeneratearrow2": "long_regeneration_tipped_arrow", - "regeneratearrowex": "long_regeneration_tipped_arrow", - "regeneratearrowextended": "long_regeneration_tipped_arrow", - "regeneratearrowlevel2": "long_regeneration_tipped_arrow", - "regeneratearrowlong": "long_regeneration_tipped_arrow", - "regenerateextarr": "long_regeneration_tipped_arrow", - "regenerateextarrow": "long_regeneration_tipped_arrow", - "regenerateextendedtarr": "long_regeneration_tipped_arrow", - "regenerateextendedtarrow": "long_regeneration_tipped_arrow", - "regenerateextendedtippedarrow": "long_regeneration_tipped_arrow", - "regenerateextippedarrow": "long_regeneration_tipped_arrow", - "regeneratelevel2tarr": "long_regeneration_tipped_arrow", - "regeneratelevel2tarrow": "long_regeneration_tipped_arrow", - "regeneratelevel2tippedarrow": "long_regeneration_tipped_arrow", - "regeneratelongtarr": "long_regeneration_tipped_arrow", - "regeneratelongtarrow": "long_regeneration_tipped_arrow", - "regeneratelongtippedarrow": "long_regeneration_tipped_arrow", - "regeneration2tarr": "long_regeneration_tipped_arrow", - "regeneration2tarrow": "long_regeneration_tipped_arrow", - "regeneration2tippedarrow": "long_regeneration_tipped_arrow", - "regenerationarrow2": "long_regeneration_tipped_arrow", - "regenerationarrowex": "long_regeneration_tipped_arrow", - "regenerationarrowextended": "long_regeneration_tipped_arrow", - "regenerationarrowlevel2": "long_regeneration_tipped_arrow", - "regenerationarrowlong": "long_regeneration_tipped_arrow", - "regenerationextarr": "long_regeneration_tipped_arrow", - "regenerationextarrow": "long_regeneration_tipped_arrow", - "regenerationextendedtarr": "long_regeneration_tipped_arrow", - "regenerationextendedtarrow": "long_regeneration_tipped_arrow", - "regenerationextendedtippedarrow": "long_regeneration_tipped_arrow", - "regenerationextippedarrow": "long_regeneration_tipped_arrow", - "regenerationlevel2tarr": "long_regeneration_tipped_arrow", - "regenerationlevel2tarrow": "long_regeneration_tipped_arrow", - "regenerationlevel2tippedarrow": "long_regeneration_tipped_arrow", - "regenerationlongtarr": "long_regeneration_tipped_arrow", - "regenerationlongtarrow": "long_regeneration_tipped_arrow", - "regenerationlongtippedarrow": "long_regeneration_tipped_arrow", - "regenextarr": "long_regeneration_tipped_arrow", - "regenextarrow": "long_regeneration_tipped_arrow", - "regenextendedtarr": "long_regeneration_tipped_arrow", - "regenextendedtarrow": "long_regeneration_tipped_arrow", - "regenextendedtippedarrow": "long_regeneration_tipped_arrow", - "regenextippedarrow": "long_regeneration_tipped_arrow", - "regenlevel2tarr": "long_regeneration_tipped_arrow", - "regenlevel2tarrow": "long_regeneration_tipped_arrow", - "regenlevel2tippedarrow": "long_regeneration_tipped_arrow", - "regenlongtarr": "long_regeneration_tipped_arrow", - "regenlongtarrow": "long_regeneration_tipped_arrow", - "regenlongtippedarrow": "long_regeneration_tipped_arrow", - "long_slow_falling_lingering_potion": { - "potionData": { - "type": "SLOW_FALLING", - "upgraded": false, - "extended": true - }, - "material": "LINGERING_POTION" - }, - "aoepotionsf2": "long_slow_falling_lingering_potion", - "aoepotionsfex": "long_slow_falling_lingering_potion", - "aoepotionsfextended": "long_slow_falling_lingering_potion", - "aoepotionsflevel2": "long_slow_falling_lingering_potion", - "aoepotionsflong": "long_slow_falling_lingering_potion", - "aoepotionslowfall2": "long_slow_falling_lingering_potion", - "aoepotionslowfallex": "long_slow_falling_lingering_potion", - "aoepotionslowfallextended": "long_slow_falling_lingering_potion", - "aoepotionslowfalling2": "long_slow_falling_lingering_potion", - "aoepotionslowfallingex": "long_slow_falling_lingering_potion", - "aoepotionslowfallingextended": "long_slow_falling_lingering_potion", - "aoepotionslowfallinglevel2": "long_slow_falling_lingering_potion", - "aoepotionslowfallinglong": "long_slow_falling_lingering_potion", - "aoepotionslowfalllevel2": "long_slow_falling_lingering_potion", - "aoepotionslowfalllong": "long_slow_falling_lingering_potion", - "aoepotsf2": "long_slow_falling_lingering_potion", - "aoepotsfex": "long_slow_falling_lingering_potion", - "aoepotsfextended": "long_slow_falling_lingering_potion", - "aoepotsflevel2": "long_slow_falling_lingering_potion", - "aoepotsflong": "long_slow_falling_lingering_potion", - "aoepotslowfall2": "long_slow_falling_lingering_potion", - "aoepotslowfallex": "long_slow_falling_lingering_potion", - "aoepotslowfallextended": "long_slow_falling_lingering_potion", - "aoepotslowfalling2": "long_slow_falling_lingering_potion", - "aoepotslowfallingex": "long_slow_falling_lingering_potion", - "aoepotslowfallingextended": "long_slow_falling_lingering_potion", - "aoepotslowfallinglevel2": "long_slow_falling_lingering_potion", - "aoepotslowfallinglong": "long_slow_falling_lingering_potion", - "aoepotslowfalllevel2": "long_slow_falling_lingering_potion", - "aoepotslowfalllong": "long_slow_falling_lingering_potion", - "areapotionsf2": "long_slow_falling_lingering_potion", - "areapotionsfex": "long_slow_falling_lingering_potion", - "areapotionsfextended": "long_slow_falling_lingering_potion", - "areapotionsflevel2": "long_slow_falling_lingering_potion", - "areapotionsflong": "long_slow_falling_lingering_potion", - "areapotionslowfall2": "long_slow_falling_lingering_potion", - "areapotionslowfallex": "long_slow_falling_lingering_potion", - "areapotionslowfallextended": "long_slow_falling_lingering_potion", - "areapotionslowfalling2": "long_slow_falling_lingering_potion", - "areapotionslowfallingex": "long_slow_falling_lingering_potion", - "areapotionslowfallingextended": "long_slow_falling_lingering_potion", - "areapotionslowfallinglevel2": "long_slow_falling_lingering_potion", - "areapotionslowfallinglong": "long_slow_falling_lingering_potion", - "areapotionslowfalllevel2": "long_slow_falling_lingering_potion", - "areapotionslowfalllong": "long_slow_falling_lingering_potion", - "areapotsf2": "long_slow_falling_lingering_potion", - "areapotsfex": "long_slow_falling_lingering_potion", - "areapotsfextended": "long_slow_falling_lingering_potion", - "areapotsflevel2": "long_slow_falling_lingering_potion", - "areapotsflong": "long_slow_falling_lingering_potion", - "areapotslowfall2": "long_slow_falling_lingering_potion", - "areapotslowfallex": "long_slow_falling_lingering_potion", - "areapotslowfallextended": "long_slow_falling_lingering_potion", - "areapotslowfalling2": "long_slow_falling_lingering_potion", - "areapotslowfallingex": "long_slow_falling_lingering_potion", - "areapotslowfallingextended": "long_slow_falling_lingering_potion", - "areapotslowfallinglevel2": "long_slow_falling_lingering_potion", - "areapotslowfallinglong": "long_slow_falling_lingering_potion", - "areapotslowfalllevel2": "long_slow_falling_lingering_potion", - "areapotslowfalllong": "long_slow_falling_lingering_potion", - "cloudpotionsf2": "long_slow_falling_lingering_potion", - "cloudpotionsfex": "long_slow_falling_lingering_potion", - "cloudpotionsfextended": "long_slow_falling_lingering_potion", - "cloudpotionsflevel2": "long_slow_falling_lingering_potion", - "cloudpotionsflong": "long_slow_falling_lingering_potion", - "cloudpotionslowfall2": "long_slow_falling_lingering_potion", - "cloudpotionslowfallex": "long_slow_falling_lingering_potion", - "cloudpotionslowfallextended": "long_slow_falling_lingering_potion", - "cloudpotionslowfalling2": "long_slow_falling_lingering_potion", - "cloudpotionslowfallingex": "long_slow_falling_lingering_potion", - "cloudpotionslowfallingextended": "long_slow_falling_lingering_potion", - "cloudpotionslowfallinglevel2": "long_slow_falling_lingering_potion", - "cloudpotionslowfallinglong": "long_slow_falling_lingering_potion", - "cloudpotionslowfalllevel2": "long_slow_falling_lingering_potion", - "cloudpotionslowfalllong": "long_slow_falling_lingering_potion", - "cloudpotsf2": "long_slow_falling_lingering_potion", - "cloudpotsfex": "long_slow_falling_lingering_potion", - "cloudpotsfextended": "long_slow_falling_lingering_potion", - "cloudpotsflevel2": "long_slow_falling_lingering_potion", - "cloudpotsflong": "long_slow_falling_lingering_potion", - "cloudpotslowfall2": "long_slow_falling_lingering_potion", - "cloudpotslowfallex": "long_slow_falling_lingering_potion", - "cloudpotslowfallextended": "long_slow_falling_lingering_potion", - "cloudpotslowfalling2": "long_slow_falling_lingering_potion", - "cloudpotslowfallingex": "long_slow_falling_lingering_potion", - "cloudpotslowfallingextended": "long_slow_falling_lingering_potion", - "cloudpotslowfallinglevel2": "long_slow_falling_lingering_potion", - "cloudpotslowfallinglong": "long_slow_falling_lingering_potion", - "cloudpotslowfalllevel2": "long_slow_falling_lingering_potion", - "cloudpotslowfalllong": "long_slow_falling_lingering_potion", - "lingerpotsf2": "long_slow_falling_lingering_potion", - "lingerpotsfex": "long_slow_falling_lingering_potion", - "lingerpotsfextended": "long_slow_falling_lingering_potion", - "lingerpotsflevel2": "long_slow_falling_lingering_potion", - "lingerpotsflong": "long_slow_falling_lingering_potion", - "lingerpotslowfall2": "long_slow_falling_lingering_potion", - "lingerpotslowfallex": "long_slow_falling_lingering_potion", - "lingerpotslowfallextended": "long_slow_falling_lingering_potion", - "lingerpotslowfalling2": "long_slow_falling_lingering_potion", - "lingerpotslowfallingex": "long_slow_falling_lingering_potion", - "lingerpotslowfallingextended": "long_slow_falling_lingering_potion", - "lingerpotslowfallinglevel2": "long_slow_falling_lingering_potion", - "lingerpotslowfallinglong": "long_slow_falling_lingering_potion", - "lingerpotslowfalllevel2": "long_slow_falling_lingering_potion", - "lingerpotslowfalllong": "long_slow_falling_lingering_potion", - "sfaoepoiont2": "long_slow_falling_lingering_potion", - "sfaoepoiontex": "long_slow_falling_lingering_potion", - "sfaoepoiontextended": "long_slow_falling_lingering_potion", - "sfaoepoiontlevel2": "long_slow_falling_lingering_potion", - "sfaoepoiontlong": "long_slow_falling_lingering_potion", - "sfaoepot2": "long_slow_falling_lingering_potion", - "sfaoepotex": "long_slow_falling_lingering_potion", - "sfaoepotextended": "long_slow_falling_lingering_potion", - "sfaoepotlevel2": "long_slow_falling_lingering_potion", - "sfaoepotlong": "long_slow_falling_lingering_potion", - "sfareapot2": "long_slow_falling_lingering_potion", - "sfareapotex": "long_slow_falling_lingering_potion", - "sfareapotextended": "long_slow_falling_lingering_potion", - "sfareapotion2": "long_slow_falling_lingering_potion", - "sfareapotionex": "long_slow_falling_lingering_potion", - "sfareapotionextended": "long_slow_falling_lingering_potion", - "sfareapotionlevel2": "long_slow_falling_lingering_potion", - "sfareapotionlong": "long_slow_falling_lingering_potion", - "sfareapotlevel2": "long_slow_falling_lingering_potion", - "sfareapotlong": "long_slow_falling_lingering_potion", - "sfcloudpot2": "long_slow_falling_lingering_potion", - "sfcloudpotex": "long_slow_falling_lingering_potion", - "sfcloudpotextended": "long_slow_falling_lingering_potion", - "sfcloudpotion2": "long_slow_falling_lingering_potion", - "sfcloudpotionex": "long_slow_falling_lingering_potion", - "sfcloudpotionextended": "long_slow_falling_lingering_potion", - "sfcloudpotionlevel2": "long_slow_falling_lingering_potion", - "sfcloudpotionlong": "long_slow_falling_lingering_potion", - "sfcloudpotlevel2": "long_slow_falling_lingering_potion", - "sfcloudpotlong": "long_slow_falling_lingering_potion", - "sflingerpot2": "long_slow_falling_lingering_potion", - "sflingerpotex": "long_slow_falling_lingering_potion", - "sflingerpotextended": "long_slow_falling_lingering_potion", - "sflingerpotlevel2": "long_slow_falling_lingering_potion", - "sflingerpotlong": "long_slow_falling_lingering_potion", - "slowfallaoepoiont2": "long_slow_falling_lingering_potion", - "slowfallaoepoiontex": "long_slow_falling_lingering_potion", - "slowfallaoepoiontextended": "long_slow_falling_lingering_potion", - "slowfallaoepoiontlevel2": "long_slow_falling_lingering_potion", - "slowfallaoepoiontlong": "long_slow_falling_lingering_potion", - "slowfallaoepot2": "long_slow_falling_lingering_potion", - "slowfallaoepotex": "long_slow_falling_lingering_potion", - "slowfallaoepotextended": "long_slow_falling_lingering_potion", - "slowfallaoepotlevel2": "long_slow_falling_lingering_potion", - "slowfallaoepotlong": "long_slow_falling_lingering_potion", - "slowfallareapot2": "long_slow_falling_lingering_potion", - "slowfallareapotex": "long_slow_falling_lingering_potion", - "slowfallareapotextended": "long_slow_falling_lingering_potion", - "slowfallareapotion2": "long_slow_falling_lingering_potion", - "slowfallareapotionex": "long_slow_falling_lingering_potion", - "slowfallareapotionextended": "long_slow_falling_lingering_potion", - "slowfallareapotionlevel2": "long_slow_falling_lingering_potion", - "slowfallareapotionlong": "long_slow_falling_lingering_potion", - "slowfallareapotlevel2": "long_slow_falling_lingering_potion", - "slowfallareapotlong": "long_slow_falling_lingering_potion", - "slowfallcloudpot2": "long_slow_falling_lingering_potion", - "slowfallcloudpotex": "long_slow_falling_lingering_potion", - "slowfallcloudpotextended": "long_slow_falling_lingering_potion", - "slowfallcloudpotion2": "long_slow_falling_lingering_potion", - "slowfallcloudpotionex": "long_slow_falling_lingering_potion", - "slowfallcloudpotionextended": "long_slow_falling_lingering_potion", - "slowfallcloudpotionlevel2": "long_slow_falling_lingering_potion", - "slowfallcloudpotionlong": "long_slow_falling_lingering_potion", - "slowfallcloudpotlevel2": "long_slow_falling_lingering_potion", - "slowfallcloudpotlong": "long_slow_falling_lingering_potion", - "slowfallingaoepoiont2": "long_slow_falling_lingering_potion", - "slowfallingaoepoiontex": "long_slow_falling_lingering_potion", - "slowfallingaoepoiontextended": "long_slow_falling_lingering_potion", - "slowfallingaoepoiontlevel2": "long_slow_falling_lingering_potion", - "slowfallingaoepoiontlong": "long_slow_falling_lingering_potion", - "slowfallingaoepot2": "long_slow_falling_lingering_potion", - "slowfallingaoepotex": "long_slow_falling_lingering_potion", - "slowfallingaoepotextended": "long_slow_falling_lingering_potion", - "slowfallingaoepotlevel2": "long_slow_falling_lingering_potion", - "slowfallingaoepotlong": "long_slow_falling_lingering_potion", - "slowfallingareapot2": "long_slow_falling_lingering_potion", - "slowfallingareapotex": "long_slow_falling_lingering_potion", - "slowfallingareapotextended": "long_slow_falling_lingering_potion", - "slowfallingareapotion2": "long_slow_falling_lingering_potion", - "slowfallingareapotionex": "long_slow_falling_lingering_potion", - "slowfallingareapotionextended": "long_slow_falling_lingering_potion", - "slowfallingareapotionlevel2": "long_slow_falling_lingering_potion", - "slowfallingareapotionlong": "long_slow_falling_lingering_potion", - "slowfallingareapotlevel2": "long_slow_falling_lingering_potion", - "slowfallingareapotlong": "long_slow_falling_lingering_potion", - "slowfallingcloudpot2": "long_slow_falling_lingering_potion", - "slowfallingcloudpotex": "long_slow_falling_lingering_potion", - "slowfallingcloudpotextended": "long_slow_falling_lingering_potion", - "slowfallingcloudpotion2": "long_slow_falling_lingering_potion", - "slowfallingcloudpotionex": "long_slow_falling_lingering_potion", - "slowfallingcloudpotionextended": "long_slow_falling_lingering_potion", - "slowfallingcloudpotionlevel2": "long_slow_falling_lingering_potion", - "slowfallingcloudpotionlong": "long_slow_falling_lingering_potion", - "slowfallingcloudpotlevel2": "long_slow_falling_lingering_potion", - "slowfallingcloudpotlong": "long_slow_falling_lingering_potion", - "slowfallinglingerpot2": "long_slow_falling_lingering_potion", - "slowfallinglingerpotex": "long_slow_falling_lingering_potion", - "slowfallinglingerpotextended": "long_slow_falling_lingering_potion", - "slowfallinglingerpotlevel2": "long_slow_falling_lingering_potion", - "slowfallinglingerpotlong": "long_slow_falling_lingering_potion", - "slowfalllingerpot2": "long_slow_falling_lingering_potion", - "slowfalllingerpotex": "long_slow_falling_lingering_potion", - "slowfalllingerpotextended": "long_slow_falling_lingering_potion", - "slowfalllingerpotlevel2": "long_slow_falling_lingering_potion", - "slowfalllingerpotlong": "long_slow_falling_lingering_potion", - "long_slow_falling_potion": { - "potionData": { - "type": "SLOW_FALLING", - "upgraded": false, - "extended": true - }, - "material": "POTION" - }, - "potionofsf2": "long_slow_falling_potion", - "potionofsfex": "long_slow_falling_potion", - "potionofsfextended": "long_slow_falling_potion", - "potionofsflevel2": "long_slow_falling_potion", - "potionofsflong": "long_slow_falling_potion", - "potionofslowfall2": "long_slow_falling_potion", - "potionofslowfallex": "long_slow_falling_potion", - "potionofslowfallextended": "long_slow_falling_potion", - "potionofslowfalling2": "long_slow_falling_potion", - "potionofslowfallingex": "long_slow_falling_potion", - "potionofslowfallingextended": "long_slow_falling_potion", - "potionofslowfallinglevel2": "long_slow_falling_potion", - "potionofslowfallinglong": "long_slow_falling_potion", - "potionofslowfalllevel2": "long_slow_falling_potion", - "potionofslowfalllong": "long_slow_falling_potion", - "potofsf2": "long_slow_falling_potion", - "potofsfex": "long_slow_falling_potion", - "potofsfextended": "long_slow_falling_potion", - "potofsflevel2": "long_slow_falling_potion", - "potofsflong": "long_slow_falling_potion", - "potofslowfall2": "long_slow_falling_potion", - "potofslowfallex": "long_slow_falling_potion", - "potofslowfallextended": "long_slow_falling_potion", - "potofslowfalling2": "long_slow_falling_potion", - "potofslowfallingex": "long_slow_falling_potion", - "potofslowfallingextended": "long_slow_falling_potion", - "potofslowfallinglevel2": "long_slow_falling_potion", - "potofslowfallinglong": "long_slow_falling_potion", - "potofslowfalllevel2": "long_slow_falling_potion", - "potofslowfalllong": "long_slow_falling_potion", - "sf2pot": "long_slow_falling_potion", - "sf2potion": "long_slow_falling_potion", - "sfexpot": "long_slow_falling_potion", - "sfexpotion": "long_slow_falling_potion", - "sfextendedpot": "long_slow_falling_potion", - "sfextendedpotion": "long_slow_falling_potion", - "sflevel2pot": "long_slow_falling_potion", - "sflevel2potion": "long_slow_falling_potion", - "sflongpot": "long_slow_falling_potion", - "sflongpotion": "long_slow_falling_potion", - "slowfall2pot": "long_slow_falling_potion", - "slowfall2potion": "long_slow_falling_potion", - "slowfallexpot": "long_slow_falling_potion", - "slowfallexpotion": "long_slow_falling_potion", - "slowfallextendedpot": "long_slow_falling_potion", - "slowfallextendedpotion": "long_slow_falling_potion", - "slowfalling2pot": "long_slow_falling_potion", - "slowfalling2potion": "long_slow_falling_potion", - "slowfallingexpot": "long_slow_falling_potion", - "slowfallingexpotion": "long_slow_falling_potion", - "slowfallingextendedpot": "long_slow_falling_potion", - "slowfallingextendedpotion": "long_slow_falling_potion", - "slowfallinglevel2pot": "long_slow_falling_potion", - "slowfallinglevel2potion": "long_slow_falling_potion", - "slowfallinglongpot": "long_slow_falling_potion", - "slowfallinglongpotion": "long_slow_falling_potion", - "slowfalllevel2pot": "long_slow_falling_potion", - "slowfalllevel2potion": "long_slow_falling_potion", - "slowfalllongpot": "long_slow_falling_potion", - "slowfalllongpotion": "long_slow_falling_potion", - "long_slow_falling_splash_potion": { - "potionData": { - "type": "SLOW_FALLING", - "upgraded": false, - "extended": true - }, - "material": "SPLASH_POTION" - }, - "sf2splashpot": "long_slow_falling_splash_potion", - "sf2splashpotion": "long_slow_falling_splash_potion", - "sfexsplashpot": "long_slow_falling_splash_potion", - "sfexsplashpotion": "long_slow_falling_splash_potion", - "sfextendedsplashpot": "long_slow_falling_splash_potion", - "sfextendedsplashpotion": "long_slow_falling_splash_potion", - "sflevel2splashpot": "long_slow_falling_splash_potion", - "sflevel2splashpotion": "long_slow_falling_splash_potion", - "sflongsplashpot": "long_slow_falling_splash_potion", - "sflongsplashpotion": "long_slow_falling_splash_potion", - "slowfall2splashpot": "long_slow_falling_splash_potion", - "slowfall2splashpotion": "long_slow_falling_splash_potion", - "slowfallexsplashpot": "long_slow_falling_splash_potion", - "slowfallexsplashpotion": "long_slow_falling_splash_potion", - "slowfallextendedsplashpot": "long_slow_falling_splash_potion", - "slowfallextendedsplashpotion": "long_slow_falling_splash_potion", - "slowfalling2splashpot": "long_slow_falling_splash_potion", - "slowfalling2splashpotion": "long_slow_falling_splash_potion", - "slowfallingexsplashpot": "long_slow_falling_splash_potion", - "slowfallingexsplashpotion": "long_slow_falling_splash_potion", - "slowfallingextendedsplashpot": "long_slow_falling_splash_potion", - "slowfallingextendedsplashpotion": "long_slow_falling_splash_potion", - "slowfallinglevel2splashpot": "long_slow_falling_splash_potion", - "slowfallinglevel2splashpotion": "long_slow_falling_splash_potion", - "slowfallinglongsplashpot": "long_slow_falling_splash_potion", - "slowfallinglongsplashpotion": "long_slow_falling_splash_potion", - "slowfalllevel2splashpot": "long_slow_falling_splash_potion", - "slowfalllevel2splashpotion": "long_slow_falling_splash_potion", - "slowfalllongsplashpot": "long_slow_falling_splash_potion", - "slowfalllongsplashpotion": "long_slow_falling_splash_potion", - "splashsf2pot": "long_slow_falling_splash_potion", - "splashsf2potion": "long_slow_falling_splash_potion", - "splashsfexpot": "long_slow_falling_splash_potion", - "splashsfexpotion": "long_slow_falling_splash_potion", - "splashsfextendedpot": "long_slow_falling_splash_potion", - "splashsfextendedpotion": "long_slow_falling_splash_potion", - "splashsflevel2pot": "long_slow_falling_splash_potion", - "splashsflevel2potion": "long_slow_falling_splash_potion", - "splashsflongpot": "long_slow_falling_splash_potion", - "splashsflongpotion": "long_slow_falling_splash_potion", - "splashslowfall2pot": "long_slow_falling_splash_potion", - "splashslowfall2potion": "long_slow_falling_splash_potion", - "splashslowfallexpot": "long_slow_falling_splash_potion", - "splashslowfallexpotion": "long_slow_falling_splash_potion", - "splashslowfallextendedpot": "long_slow_falling_splash_potion", - "splashslowfallextendedpotion": "long_slow_falling_splash_potion", - "splashslowfalling2pot": "long_slow_falling_splash_potion", - "splashslowfalling2potion": "long_slow_falling_splash_potion", - "splashslowfallingexpot": "long_slow_falling_splash_potion", - "splashslowfallingexpotion": "long_slow_falling_splash_potion", - "splashslowfallingextendedpot": "long_slow_falling_splash_potion", - "splashslowfallingextendedpotion": "long_slow_falling_splash_potion", - "splashslowfallinglevel2pot": "long_slow_falling_splash_potion", - "splashslowfallinglevel2potion": "long_slow_falling_splash_potion", - "splashslowfallinglongpot": "long_slow_falling_splash_potion", - "splashslowfallinglongpotion": "long_slow_falling_splash_potion", - "splashslowfalllevel2pot": "long_slow_falling_splash_potion", - "splashslowfalllevel2potion": "long_slow_falling_splash_potion", - "splashslowfalllongpot": "long_slow_falling_splash_potion", - "splashslowfalllongpotion": "long_slow_falling_splash_potion", - "splsf2pot": "long_slow_falling_splash_potion", - "splsf2potion": "long_slow_falling_splash_potion", - "splsfexpot": "long_slow_falling_splash_potion", - "splsfexpotion": "long_slow_falling_splash_potion", - "splsfextendedpot": "long_slow_falling_splash_potion", - "splsfextendedpotion": "long_slow_falling_splash_potion", - "splsflevel2pot": "long_slow_falling_splash_potion", - "splsflevel2potion": "long_slow_falling_splash_potion", - "splsflongpot": "long_slow_falling_splash_potion", - "splsflongpotion": "long_slow_falling_splash_potion", - "splslowfall2pot": "long_slow_falling_splash_potion", - "splslowfall2potion": "long_slow_falling_splash_potion", - "splslowfallexpot": "long_slow_falling_splash_potion", - "splslowfallexpotion": "long_slow_falling_splash_potion", - "splslowfallextendedpot": "long_slow_falling_splash_potion", - "splslowfallextendedpotion": "long_slow_falling_splash_potion", - "splslowfalling2pot": "long_slow_falling_splash_potion", - "splslowfalling2potion": "long_slow_falling_splash_potion", - "splslowfallingexpot": "long_slow_falling_splash_potion", - "splslowfallingexpotion": "long_slow_falling_splash_potion", - "splslowfallingextendedpot": "long_slow_falling_splash_potion", - "splslowfallingextendedpotion": "long_slow_falling_splash_potion", - "splslowfallinglevel2pot": "long_slow_falling_splash_potion", - "splslowfallinglevel2potion": "long_slow_falling_splash_potion", - "splslowfallinglongpot": "long_slow_falling_splash_potion", - "splslowfallinglongpotion": "long_slow_falling_splash_potion", - "splslowfalllevel2pot": "long_slow_falling_splash_potion", - "splslowfalllevel2potion": "long_slow_falling_splash_potion", - "splslowfalllongpot": "long_slow_falling_splash_potion", - "splslowfalllongpotion": "long_slow_falling_splash_potion", - "long_slow_falling_tipped_arrow": { - "potionData": { - "type": "SLOW_FALLING", - "upgraded": false, - "extended": true - }, - "material": "TIPPED_ARROW" - }, - "arrowsf2": "long_slow_falling_tipped_arrow", - "arrowsfex": "long_slow_falling_tipped_arrow", - "arrowsfextended": "long_slow_falling_tipped_arrow", - "arrowsflevel2": "long_slow_falling_tipped_arrow", - "arrowsflong": "long_slow_falling_tipped_arrow", - "arrowslowfall2": "long_slow_falling_tipped_arrow", - "arrowslowfallex": "long_slow_falling_tipped_arrow", - "arrowslowfallextended": "long_slow_falling_tipped_arrow", - "arrowslowfalling2": "long_slow_falling_tipped_arrow", - "arrowslowfallingex": "long_slow_falling_tipped_arrow", - "arrowslowfallingextended": "long_slow_falling_tipped_arrow", - "arrowslowfallinglevel2": "long_slow_falling_tipped_arrow", - "arrowslowfallinglong": "long_slow_falling_tipped_arrow", - "arrowslowfalllevel2": "long_slow_falling_tipped_arrow", - "arrowslowfalllong": "long_slow_falling_tipped_arrow", - "sf2tarr": "long_slow_falling_tipped_arrow", - "sf2tarrow": "long_slow_falling_tipped_arrow", - "sf2tippedarrow": "long_slow_falling_tipped_arrow", - "sfarrow2": "long_slow_falling_tipped_arrow", - "sfarrowex": "long_slow_falling_tipped_arrow", - "sfarrowextended": "long_slow_falling_tipped_arrow", - "sfarrowlevel2": "long_slow_falling_tipped_arrow", - "sfarrowlong": "long_slow_falling_tipped_arrow", - "sfextarr": "long_slow_falling_tipped_arrow", - "sfextarrow": "long_slow_falling_tipped_arrow", - "sfextendedtarr": "long_slow_falling_tipped_arrow", - "sfextendedtarrow": "long_slow_falling_tipped_arrow", - "sfextendedtippedarrow": "long_slow_falling_tipped_arrow", - "sfextippedarrow": "long_slow_falling_tipped_arrow", - "sflevel2tarr": "long_slow_falling_tipped_arrow", - "sflevel2tarrow": "long_slow_falling_tipped_arrow", - "sflevel2tippedarrow": "long_slow_falling_tipped_arrow", - "sflongtarr": "long_slow_falling_tipped_arrow", - "sflongtarrow": "long_slow_falling_tipped_arrow", - "sflongtippedarrow": "long_slow_falling_tipped_arrow", - "slowfall2tarr": "long_slow_falling_tipped_arrow", - "slowfall2tarrow": "long_slow_falling_tipped_arrow", - "slowfall2tippedarrow": "long_slow_falling_tipped_arrow", - "slowfallarrow2": "long_slow_falling_tipped_arrow", - "slowfallarrowex": "long_slow_falling_tipped_arrow", - "slowfallarrowextended": "long_slow_falling_tipped_arrow", - "slowfallarrowlevel2": "long_slow_falling_tipped_arrow", - "slowfallarrowlong": "long_slow_falling_tipped_arrow", - "slowfallextarr": "long_slow_falling_tipped_arrow", - "slowfallextarrow": "long_slow_falling_tipped_arrow", - "slowfallextendedtarr": "long_slow_falling_tipped_arrow", - "slowfallextendedtarrow": "long_slow_falling_tipped_arrow", - "slowfallextendedtippedarrow": "long_slow_falling_tipped_arrow", - "slowfallextippedarrow": "long_slow_falling_tipped_arrow", - "slowfalling2tarr": "long_slow_falling_tipped_arrow", - "slowfalling2tarrow": "long_slow_falling_tipped_arrow", - "slowfalling2tippedarrow": "long_slow_falling_tipped_arrow", - "slowfallingarrow2": "long_slow_falling_tipped_arrow", - "slowfallingarrowex": "long_slow_falling_tipped_arrow", - "slowfallingarrowextended": "long_slow_falling_tipped_arrow", - "slowfallingarrowlevel2": "long_slow_falling_tipped_arrow", - "slowfallingarrowlong": "long_slow_falling_tipped_arrow", - "slowfallingextarr": "long_slow_falling_tipped_arrow", - "slowfallingextarrow": "long_slow_falling_tipped_arrow", - "slowfallingextendedtarr": "long_slow_falling_tipped_arrow", - "slowfallingextendedtarrow": "long_slow_falling_tipped_arrow", - "slowfallingextendedtippedarrow": "long_slow_falling_tipped_arrow", - "slowfallingextippedarrow": "long_slow_falling_tipped_arrow", - "slowfallinglevel2tarr": "long_slow_falling_tipped_arrow", - "slowfallinglevel2tarrow": "long_slow_falling_tipped_arrow", - "slowfallinglevel2tippedarrow": "long_slow_falling_tipped_arrow", - "slowfallinglongtarr": "long_slow_falling_tipped_arrow", - "slowfallinglongtarrow": "long_slow_falling_tipped_arrow", - "slowfallinglongtippedarrow": "long_slow_falling_tipped_arrow", - "slowfalllevel2tarr": "long_slow_falling_tipped_arrow", - "slowfalllevel2tarrow": "long_slow_falling_tipped_arrow", - "slowfalllevel2tippedarrow": "long_slow_falling_tipped_arrow", - "slowfalllongtarr": "long_slow_falling_tipped_arrow", - "slowfalllongtarrow": "long_slow_falling_tipped_arrow", - "slowfalllongtippedarrow": "long_slow_falling_tipped_arrow", - "long_slowness_lingering_potion": { - "potionData": { - "type": "SLOWNESS", - "upgraded": false, - "extended": true - }, - "material": "LINGERING_POTION" - }, - "aoepotionslow2": "long_slowness_lingering_potion", - "aoepotionslowex": "long_slowness_lingering_potion", - "aoepotionslowextended": "long_slowness_lingering_potion", - "aoepotionslowlevel2": "long_slowness_lingering_potion", - "aoepotionslowlong": "long_slowness_lingering_potion", - "aoepotionslowness2": "long_slowness_lingering_potion", - "aoepotionslownessex": "long_slowness_lingering_potion", - "aoepotionslownessextended": "long_slowness_lingering_potion", - "aoepotionslownesslevel2": "long_slowness_lingering_potion", - "aoepotionslownesslong": "long_slowness_lingering_potion", - "aoepotslow2": "long_slowness_lingering_potion", - "aoepotslowex": "long_slowness_lingering_potion", - "aoepotslowextended": "long_slowness_lingering_potion", - "aoepotslowlevel2": "long_slowness_lingering_potion", - "aoepotslowlong": "long_slowness_lingering_potion", - "aoepotslowness2": "long_slowness_lingering_potion", - "aoepotslownessex": "long_slowness_lingering_potion", - "aoepotslownessextended": "long_slowness_lingering_potion", - "aoepotslownesslevel2": "long_slowness_lingering_potion", - "aoepotslownesslong": "long_slowness_lingering_potion", - "areapotionslow2": "long_slowness_lingering_potion", - "areapotionslowex": "long_slowness_lingering_potion", - "areapotionslowextended": "long_slowness_lingering_potion", - "areapotionslowlevel2": "long_slowness_lingering_potion", - "areapotionslowlong": "long_slowness_lingering_potion", - "areapotionslowness2": "long_slowness_lingering_potion", - "areapotionslownessex": "long_slowness_lingering_potion", - "areapotionslownessextended": "long_slowness_lingering_potion", - "areapotionslownesslevel2": "long_slowness_lingering_potion", - "areapotionslownesslong": "long_slowness_lingering_potion", - "areapotslow2": "long_slowness_lingering_potion", - "areapotslowex": "long_slowness_lingering_potion", - "areapotslowextended": "long_slowness_lingering_potion", - "areapotslowlevel2": "long_slowness_lingering_potion", - "areapotslowlong": "long_slowness_lingering_potion", - "areapotslowness2": "long_slowness_lingering_potion", - "areapotslownessex": "long_slowness_lingering_potion", - "areapotslownessextended": "long_slowness_lingering_potion", - "areapotslownesslevel2": "long_slowness_lingering_potion", - "areapotslownesslong": "long_slowness_lingering_potion", - "cloudpotionslow2": "long_slowness_lingering_potion", - "cloudpotionslowex": "long_slowness_lingering_potion", - "cloudpotionslowextended": "long_slowness_lingering_potion", - "cloudpotionslowlevel2": "long_slowness_lingering_potion", - "cloudpotionslowlong": "long_slowness_lingering_potion", - "cloudpotionslowness2": "long_slowness_lingering_potion", - "cloudpotionslownessex": "long_slowness_lingering_potion", - "cloudpotionslownessextended": "long_slowness_lingering_potion", - "cloudpotionslownesslevel2": "long_slowness_lingering_potion", - "cloudpotionslownesslong": "long_slowness_lingering_potion", - "cloudpotslow2": "long_slowness_lingering_potion", - "cloudpotslowex": "long_slowness_lingering_potion", - "cloudpotslowextended": "long_slowness_lingering_potion", - "cloudpotslowlevel2": "long_slowness_lingering_potion", - "cloudpotslowlong": "long_slowness_lingering_potion", - "cloudpotslowness2": "long_slowness_lingering_potion", - "cloudpotslownessex": "long_slowness_lingering_potion", - "cloudpotslownessextended": "long_slowness_lingering_potion", - "cloudpotslownesslevel2": "long_slowness_lingering_potion", - "cloudpotslownesslong": "long_slowness_lingering_potion", - "lingerpotslow2": "long_slowness_lingering_potion", - "lingerpotslowex": "long_slowness_lingering_potion", - "lingerpotslowextended": "long_slowness_lingering_potion", - "lingerpotslowlevel2": "long_slowness_lingering_potion", - "lingerpotslowlong": "long_slowness_lingering_potion", - "lingerpotslowness2": "long_slowness_lingering_potion", - "lingerpotslownessex": "long_slowness_lingering_potion", - "lingerpotslownessextended": "long_slowness_lingering_potion", - "lingerpotslownesslevel2": "long_slowness_lingering_potion", - "lingerpotslownesslong": "long_slowness_lingering_potion", - "slowaoepoiont2": "long_slowness_lingering_potion", - "slowaoepoiontex": "long_slowness_lingering_potion", - "slowaoepoiontextended": "long_slowness_lingering_potion", - "slowaoepoiontlevel2": "long_slowness_lingering_potion", - "slowaoepoiontlong": "long_slowness_lingering_potion", - "slowaoepot2": "long_slowness_lingering_potion", - "slowaoepotex": "long_slowness_lingering_potion", - "slowaoepotextended": "long_slowness_lingering_potion", - "slowaoepotlevel2": "long_slowness_lingering_potion", - "slowaoepotlong": "long_slowness_lingering_potion", - "slowareapot2": "long_slowness_lingering_potion", - "slowareapotex": "long_slowness_lingering_potion", - "slowareapotextended": "long_slowness_lingering_potion", - "slowareapotion2": "long_slowness_lingering_potion", - "slowareapotionex": "long_slowness_lingering_potion", - "slowareapotionextended": "long_slowness_lingering_potion", - "slowareapotionlevel2": "long_slowness_lingering_potion", - "slowareapotionlong": "long_slowness_lingering_potion", - "slowareapotlevel2": "long_slowness_lingering_potion", - "slowareapotlong": "long_slowness_lingering_potion", - "slowcloudpot2": "long_slowness_lingering_potion", - "slowcloudpotex": "long_slowness_lingering_potion", - "slowcloudpotextended": "long_slowness_lingering_potion", - "slowcloudpotion2": "long_slowness_lingering_potion", - "slowcloudpotionex": "long_slowness_lingering_potion", - "slowcloudpotionextended": "long_slowness_lingering_potion", - "slowcloudpotionlevel2": "long_slowness_lingering_potion", - "slowcloudpotionlong": "long_slowness_lingering_potion", - "slowcloudpotlevel2": "long_slowness_lingering_potion", - "slowcloudpotlong": "long_slowness_lingering_potion", - "slowlingerpot2": "long_slowness_lingering_potion", - "slowlingerpotex": "long_slowness_lingering_potion", - "slowlingerpotextended": "long_slowness_lingering_potion", - "slowlingerpotlevel2": "long_slowness_lingering_potion", - "slowlingerpotlong": "long_slowness_lingering_potion", - "slownessaoepoiont2": "long_slowness_lingering_potion", - "slownessaoepoiontex": "long_slowness_lingering_potion", - "slownessaoepoiontextended": "long_slowness_lingering_potion", - "slownessaoepoiontlevel2": "long_slowness_lingering_potion", - "slownessaoepoiontlong": "long_slowness_lingering_potion", - "slownessaoepot2": "long_slowness_lingering_potion", - "slownessaoepotex": "long_slowness_lingering_potion", - "slownessaoepotextended": "long_slowness_lingering_potion", - "slownessaoepotlevel2": "long_slowness_lingering_potion", - "slownessaoepotlong": "long_slowness_lingering_potion", - "slownessareapot2": "long_slowness_lingering_potion", - "slownessareapotex": "long_slowness_lingering_potion", - "slownessareapotextended": "long_slowness_lingering_potion", - "slownessareapotion2": "long_slowness_lingering_potion", - "slownessareapotionex": "long_slowness_lingering_potion", - "slownessareapotionextended": "long_slowness_lingering_potion", - "slownessareapotionlevel2": "long_slowness_lingering_potion", - "slownessareapotionlong": "long_slowness_lingering_potion", - "slownessareapotlevel2": "long_slowness_lingering_potion", - "slownessareapotlong": "long_slowness_lingering_potion", - "slownesscloudpot2": "long_slowness_lingering_potion", - "slownesscloudpotex": "long_slowness_lingering_potion", - "slownesscloudpotextended": "long_slowness_lingering_potion", - "slownesscloudpotion2": "long_slowness_lingering_potion", - "slownesscloudpotionex": "long_slowness_lingering_potion", - "slownesscloudpotionextended": "long_slowness_lingering_potion", - "slownesscloudpotionlevel2": "long_slowness_lingering_potion", - "slownesscloudpotionlong": "long_slowness_lingering_potion", - "slownesscloudpotlevel2": "long_slowness_lingering_potion", - "slownesscloudpotlong": "long_slowness_lingering_potion", - "slownesslingerpot2": "long_slowness_lingering_potion", - "slownesslingerpotex": "long_slowness_lingering_potion", - "slownesslingerpotextended": "long_slowness_lingering_potion", - "slownesslingerpotlevel2": "long_slowness_lingering_potion", - "slownesslingerpotlong": "long_slowness_lingering_potion", - "long_slowness_potion": { - "potionData": { - "type": "SLOWNESS", - "upgraded": false, - "extended": true - }, - "material": "POTION" - }, - "potionofslow2": "long_slowness_potion", - "potionofslowex": "long_slowness_potion", - "potionofslowextended": "long_slowness_potion", - "potionofslowlevel2": "long_slowness_potion", - "potionofslowlong": "long_slowness_potion", - "potionofslowness2": "long_slowness_potion", - "potionofslownessex": "long_slowness_potion", - "potionofslownessextended": "long_slowness_potion", - "potionofslownesslevel2": "long_slowness_potion", - "potionofslownesslong": "long_slowness_potion", - "potofslow2": "long_slowness_potion", - "potofslowex": "long_slowness_potion", - "potofslowextended": "long_slowness_potion", - "potofslowlevel2": "long_slowness_potion", - "potofslowlong": "long_slowness_potion", - "potofslowness2": "long_slowness_potion", - "potofslownessex": "long_slowness_potion", - "potofslownessextended": "long_slowness_potion", - "potofslownesslevel2": "long_slowness_potion", - "potofslownesslong": "long_slowness_potion", - "slow2pot": "long_slowness_potion", - "slow2potion": "long_slowness_potion", - "slowexpot": "long_slowness_potion", - "slowexpotion": "long_slowness_potion", - "slowextendedpot": "long_slowness_potion", - "slowextendedpotion": "long_slowness_potion", - "slowlevel2pot": "long_slowness_potion", - "slowlevel2potion": "long_slowness_potion", - "slowlongpot": "long_slowness_potion", - "slowlongpotion": "long_slowness_potion", - "slowness2pot": "long_slowness_potion", - "slowness2potion": "long_slowness_potion", - "slownessexpot": "long_slowness_potion", - "slownessexpotion": "long_slowness_potion", - "slownessextendedpot": "long_slowness_potion", - "slownessextendedpotion": "long_slowness_potion", - "slownesslevel2pot": "long_slowness_potion", - "slownesslevel2potion": "long_slowness_potion", - "slownesslongpot": "long_slowness_potion", - "slownesslongpotion": "long_slowness_potion", - "long_slowness_splash_potion": { - "potionData": { - "type": "SLOWNESS", - "upgraded": false, - "extended": true - }, - "material": "SPLASH_POTION" - }, - "slow2splashpot": "long_slowness_splash_potion", - "slow2splashpotion": "long_slowness_splash_potion", - "slowexsplashpot": "long_slowness_splash_potion", - "slowexsplashpotion": "long_slowness_splash_potion", - "slowextendedsplashpot": "long_slowness_splash_potion", - "slowextendedsplashpotion": "long_slowness_splash_potion", - "slowlevel2splashpot": "long_slowness_splash_potion", - "slowlevel2splashpotion": "long_slowness_splash_potion", - "slowlongsplashpot": "long_slowness_splash_potion", - "slowlongsplashpotion": "long_slowness_splash_potion", - "slowness2splashpot": "long_slowness_splash_potion", - "slowness2splashpotion": "long_slowness_splash_potion", - "slownessexsplashpot": "long_slowness_splash_potion", - "slownessexsplashpotion": "long_slowness_splash_potion", - "slownessextendedsplashpot": "long_slowness_splash_potion", - "slownessextendedsplashpotion": "long_slowness_splash_potion", - "slownesslevel2splashpot": "long_slowness_splash_potion", - "slownesslevel2splashpotion": "long_slowness_splash_potion", - "slownesslongsplashpot": "long_slowness_splash_potion", - "slownesslongsplashpotion": "long_slowness_splash_potion", - "splashslow2pot": "long_slowness_splash_potion", - "splashslow2potion": "long_slowness_splash_potion", - "splashslowexpot": "long_slowness_splash_potion", - "splashslowexpotion": "long_slowness_splash_potion", - "splashslowextendedpot": "long_slowness_splash_potion", - "splashslowextendedpotion": "long_slowness_splash_potion", - "splashslowlevel2pot": "long_slowness_splash_potion", - "splashslowlevel2potion": "long_slowness_splash_potion", - "splashslowlongpot": "long_slowness_splash_potion", - "splashslowlongpotion": "long_slowness_splash_potion", - "splashslowness2pot": "long_slowness_splash_potion", - "splashslowness2potion": "long_slowness_splash_potion", - "splashslownessexpot": "long_slowness_splash_potion", - "splashslownessexpotion": "long_slowness_splash_potion", - "splashslownessextendedpot": "long_slowness_splash_potion", - "splashslownessextendedpotion": "long_slowness_splash_potion", - "splashslownesslevel2pot": "long_slowness_splash_potion", - "splashslownesslevel2potion": "long_slowness_splash_potion", - "splashslownesslongpot": "long_slowness_splash_potion", - "splashslownesslongpotion": "long_slowness_splash_potion", - "splslow2pot": "long_slowness_splash_potion", - "splslow2potion": "long_slowness_splash_potion", - "splslowexpot": "long_slowness_splash_potion", - "splslowexpotion": "long_slowness_splash_potion", - "splslowextendedpot": "long_slowness_splash_potion", - "splslowextendedpotion": "long_slowness_splash_potion", - "splslowlevel2pot": "long_slowness_splash_potion", - "splslowlevel2potion": "long_slowness_splash_potion", - "splslowlongpot": "long_slowness_splash_potion", - "splslowlongpotion": "long_slowness_splash_potion", - "splslowness2pot": "long_slowness_splash_potion", - "splslowness2potion": "long_slowness_splash_potion", - "splslownessexpot": "long_slowness_splash_potion", - "splslownessexpotion": "long_slowness_splash_potion", - "splslownessextendedpot": "long_slowness_splash_potion", - "splslownessextendedpotion": "long_slowness_splash_potion", - "splslownesslevel2pot": "long_slowness_splash_potion", - "splslownesslevel2potion": "long_slowness_splash_potion", - "splslownesslongpot": "long_slowness_splash_potion", - "splslownesslongpotion": "long_slowness_splash_potion", - "long_slowness_tipped_arrow": { - "potionData": { - "type": "SLOWNESS", - "upgraded": false, - "extended": true - }, - "material": "TIPPED_ARROW" - }, - "arrowslow2": "long_slowness_tipped_arrow", - "arrowslowex": "long_slowness_tipped_arrow", - "arrowslowextended": "long_slowness_tipped_arrow", - "arrowslowlevel2": "long_slowness_tipped_arrow", - "arrowslowlong": "long_slowness_tipped_arrow", - "arrowslowness2": "long_slowness_tipped_arrow", - "arrowslownessex": "long_slowness_tipped_arrow", - "arrowslownessextended": "long_slowness_tipped_arrow", - "arrowslownesslevel2": "long_slowness_tipped_arrow", - "arrowslownesslong": "long_slowness_tipped_arrow", - "slow2tarr": "long_slowness_tipped_arrow", - "slow2tarrow": "long_slowness_tipped_arrow", - "slow2tippedarrow": "long_slowness_tipped_arrow", - "slowarrow2": "long_slowness_tipped_arrow", - "slowarrowex": "long_slowness_tipped_arrow", - "slowarrowextended": "long_slowness_tipped_arrow", - "slowarrowlevel2": "long_slowness_tipped_arrow", - "slowarrowlong": "long_slowness_tipped_arrow", - "slowextarr": "long_slowness_tipped_arrow", - "slowextarrow": "long_slowness_tipped_arrow", - "slowextendedtarr": "long_slowness_tipped_arrow", - "slowextendedtarrow": "long_slowness_tipped_arrow", - "slowextendedtippedarrow": "long_slowness_tipped_arrow", - "slowextippedarrow": "long_slowness_tipped_arrow", - "slowlevel2tarr": "long_slowness_tipped_arrow", - "slowlevel2tarrow": "long_slowness_tipped_arrow", - "slowlevel2tippedarrow": "long_slowness_tipped_arrow", - "slowlongtarr": "long_slowness_tipped_arrow", - "slowlongtarrow": "long_slowness_tipped_arrow", - "slowlongtippedarrow": "long_slowness_tipped_arrow", - "slowness2tarr": "long_slowness_tipped_arrow", - "slowness2tarrow": "long_slowness_tipped_arrow", - "slowness2tippedarrow": "long_slowness_tipped_arrow", - "slownessarrow2": "long_slowness_tipped_arrow", - "slownessarrowex": "long_slowness_tipped_arrow", - "slownessarrowextended": "long_slowness_tipped_arrow", - "slownessarrowlevel2": "long_slowness_tipped_arrow", - "slownessarrowlong": "long_slowness_tipped_arrow", - "slownessextarr": "long_slowness_tipped_arrow", - "slownessextarrow": "long_slowness_tipped_arrow", - "slownessextendedtarr": "long_slowness_tipped_arrow", - "slownessextendedtarrow": "long_slowness_tipped_arrow", - "slownessextendedtippedarrow": "long_slowness_tipped_arrow", - "slownessextippedarrow": "long_slowness_tipped_arrow", - "slownesslevel2tarr": "long_slowness_tipped_arrow", - "slownesslevel2tarrow": "long_slowness_tipped_arrow", - "slownesslevel2tippedarrow": "long_slowness_tipped_arrow", - "slownesslongtarr": "long_slowness_tipped_arrow", - "slownesslongtarrow": "long_slowness_tipped_arrow", - "slownesslongtippedarrow": "long_slowness_tipped_arrow", - "long_strength_lingering_potion": { - "potionData": { - "type": "STRENGTH", - "upgraded": false, - "extended": true - }, - "material": "LINGERING_POTION" - }, - "aoepotionstr2": "long_strength_lingering_potion", - "aoepotionstrength2": "long_strength_lingering_potion", - "aoepotionstrengthex": "long_strength_lingering_potion", - "aoepotionstrengthextended": "long_strength_lingering_potion", - "aoepotionstrengthlevel2": "long_strength_lingering_potion", - "aoepotionstrengthlong": "long_strength_lingering_potion", - "aoepotionstrex": "long_strength_lingering_potion", - "aoepotionstrextended": "long_strength_lingering_potion", - "aoepotionstrlevel2": "long_strength_lingering_potion", - "aoepotionstrlong": "long_strength_lingering_potion", - "aoepotionstrong2": "long_strength_lingering_potion", - "aoepotionstrongex": "long_strength_lingering_potion", - "aoepotionstrongextended": "long_strength_lingering_potion", - "aoepotionstronglevel2": "long_strength_lingering_potion", - "aoepotionstronglong": "long_strength_lingering_potion", - "aoepotstr2": "long_strength_lingering_potion", - "aoepotstrength2": "long_strength_lingering_potion", - "aoepotstrengthex": "long_strength_lingering_potion", - "aoepotstrengthextended": "long_strength_lingering_potion", - "aoepotstrengthlevel2": "long_strength_lingering_potion", - "aoepotstrengthlong": "long_strength_lingering_potion", - "aoepotstrex": "long_strength_lingering_potion", - "aoepotstrextended": "long_strength_lingering_potion", - "aoepotstrlevel2": "long_strength_lingering_potion", - "aoepotstrlong": "long_strength_lingering_potion", - "aoepotstrong2": "long_strength_lingering_potion", - "aoepotstrongex": "long_strength_lingering_potion", - "aoepotstrongextended": "long_strength_lingering_potion", - "aoepotstronglevel2": "long_strength_lingering_potion", - "aoepotstronglong": "long_strength_lingering_potion", - "areapotionstr2": "long_strength_lingering_potion", - "areapotionstrength2": "long_strength_lingering_potion", - "areapotionstrengthex": "long_strength_lingering_potion", - "areapotionstrengthextended": "long_strength_lingering_potion", - "areapotionstrengthlevel2": "long_strength_lingering_potion", - "areapotionstrengthlong": "long_strength_lingering_potion", - "areapotionstrex": "long_strength_lingering_potion", - "areapotionstrextended": "long_strength_lingering_potion", - "areapotionstrlevel2": "long_strength_lingering_potion", - "areapotionstrlong": "long_strength_lingering_potion", - "areapotionstrong2": "long_strength_lingering_potion", - "areapotionstrongex": "long_strength_lingering_potion", - "areapotionstrongextended": "long_strength_lingering_potion", - "areapotionstronglevel2": "long_strength_lingering_potion", - "areapotionstronglong": "long_strength_lingering_potion", - "areapotstr2": "long_strength_lingering_potion", - "areapotstrength2": "long_strength_lingering_potion", - "areapotstrengthex": "long_strength_lingering_potion", - "areapotstrengthextended": "long_strength_lingering_potion", - "areapotstrengthlevel2": "long_strength_lingering_potion", - "areapotstrengthlong": "long_strength_lingering_potion", - "areapotstrex": "long_strength_lingering_potion", - "areapotstrextended": "long_strength_lingering_potion", - "areapotstrlevel2": "long_strength_lingering_potion", - "areapotstrlong": "long_strength_lingering_potion", - "areapotstrong2": "long_strength_lingering_potion", - "areapotstrongex": "long_strength_lingering_potion", - "areapotstrongextended": "long_strength_lingering_potion", - "areapotstronglevel2": "long_strength_lingering_potion", - "areapotstronglong": "long_strength_lingering_potion", - "cloudpotionstr2": "long_strength_lingering_potion", - "cloudpotionstrength2": "long_strength_lingering_potion", - "cloudpotionstrengthex": "long_strength_lingering_potion", - "cloudpotionstrengthextended": "long_strength_lingering_potion", - "cloudpotionstrengthlevel2": "long_strength_lingering_potion", - "cloudpotionstrengthlong": "long_strength_lingering_potion", - "cloudpotionstrex": "long_strength_lingering_potion", - "cloudpotionstrextended": "long_strength_lingering_potion", - "cloudpotionstrlevel2": "long_strength_lingering_potion", - "cloudpotionstrlong": "long_strength_lingering_potion", - "cloudpotionstrong2": "long_strength_lingering_potion", - "cloudpotionstrongex": "long_strength_lingering_potion", - "cloudpotionstrongextended": "long_strength_lingering_potion", - "cloudpotionstronglevel2": "long_strength_lingering_potion", - "cloudpotionstronglong": "long_strength_lingering_potion", - "cloudpotstr2": "long_strength_lingering_potion", - "cloudpotstrength2": "long_strength_lingering_potion", - "cloudpotstrengthex": "long_strength_lingering_potion", - "cloudpotstrengthextended": "long_strength_lingering_potion", - "cloudpotstrengthlevel2": "long_strength_lingering_potion", - "cloudpotstrengthlong": "long_strength_lingering_potion", - "cloudpotstrex": "long_strength_lingering_potion", - "cloudpotstrextended": "long_strength_lingering_potion", - "cloudpotstrlevel2": "long_strength_lingering_potion", - "cloudpotstrlong": "long_strength_lingering_potion", - "cloudpotstrong2": "long_strength_lingering_potion", - "cloudpotstrongex": "long_strength_lingering_potion", - "cloudpotstrongextended": "long_strength_lingering_potion", - "cloudpotstronglevel2": "long_strength_lingering_potion", - "cloudpotstronglong": "long_strength_lingering_potion", - "lingerpotstr2": "long_strength_lingering_potion", - "lingerpotstrength2": "long_strength_lingering_potion", - "lingerpotstrengthex": "long_strength_lingering_potion", - "lingerpotstrengthextended": "long_strength_lingering_potion", - "lingerpotstrengthlevel2": "long_strength_lingering_potion", - "lingerpotstrengthlong": "long_strength_lingering_potion", - "lingerpotstrex": "long_strength_lingering_potion", - "lingerpotstrextended": "long_strength_lingering_potion", - "lingerpotstrlevel2": "long_strength_lingering_potion", - "lingerpotstrlong": "long_strength_lingering_potion", - "lingerpotstrong2": "long_strength_lingering_potion", - "lingerpotstrongex": "long_strength_lingering_potion", - "lingerpotstrongextended": "long_strength_lingering_potion", - "lingerpotstronglevel2": "long_strength_lingering_potion", - "lingerpotstronglong": "long_strength_lingering_potion", - "straoepoiont2": "long_strength_lingering_potion", - "straoepoiontex": "long_strength_lingering_potion", - "straoepoiontextended": "long_strength_lingering_potion", - "straoepoiontlevel2": "long_strength_lingering_potion", - "straoepoiontlong": "long_strength_lingering_potion", - "straoepot2": "long_strength_lingering_potion", - "straoepotex": "long_strength_lingering_potion", - "straoepotextended": "long_strength_lingering_potion", - "straoepotlevel2": "long_strength_lingering_potion", - "straoepotlong": "long_strength_lingering_potion", - "strareapot2": "long_strength_lingering_potion", - "strareapotex": "long_strength_lingering_potion", - "strareapotextended": "long_strength_lingering_potion", - "strareapotion2": "long_strength_lingering_potion", - "strareapotionex": "long_strength_lingering_potion", - "strareapotionextended": "long_strength_lingering_potion", - "strareapotionlevel2": "long_strength_lingering_potion", - "strareapotionlong": "long_strength_lingering_potion", - "strareapotlevel2": "long_strength_lingering_potion", - "strareapotlong": "long_strength_lingering_potion", - "strcloudpot2": "long_strength_lingering_potion", - "strcloudpotex": "long_strength_lingering_potion", - "strcloudpotextended": "long_strength_lingering_potion", - "strcloudpotion2": "long_strength_lingering_potion", - "strcloudpotionex": "long_strength_lingering_potion", - "strcloudpotionextended": "long_strength_lingering_potion", - "strcloudpotionlevel2": "long_strength_lingering_potion", - "strcloudpotionlong": "long_strength_lingering_potion", - "strcloudpotlevel2": "long_strength_lingering_potion", - "strcloudpotlong": "long_strength_lingering_potion", - "strengthaoepoiont2": "long_strength_lingering_potion", - "strengthaoepoiontex": "long_strength_lingering_potion", - "strengthaoepoiontextended": "long_strength_lingering_potion", - "strengthaoepoiontlevel2": "long_strength_lingering_potion", - "strengthaoepoiontlong": "long_strength_lingering_potion", - "strengthaoepot2": "long_strength_lingering_potion", - "strengthaoepotex": "long_strength_lingering_potion", - "strengthaoepotextended": "long_strength_lingering_potion", - "strengthaoepotlevel2": "long_strength_lingering_potion", - "strengthaoepotlong": "long_strength_lingering_potion", - "strengthareapot2": "long_strength_lingering_potion", - "strengthareapotex": "long_strength_lingering_potion", - "strengthareapotextended": "long_strength_lingering_potion", - "strengthareapotion2": "long_strength_lingering_potion", - "strengthareapotionex": "long_strength_lingering_potion", - "strengthareapotionextended": "long_strength_lingering_potion", - "strengthareapotionlevel2": "long_strength_lingering_potion", - "strengthareapotionlong": "long_strength_lingering_potion", - "strengthareapotlevel2": "long_strength_lingering_potion", - "strengthareapotlong": "long_strength_lingering_potion", - "strengthcloudpot2": "long_strength_lingering_potion", - "strengthcloudpotex": "long_strength_lingering_potion", - "strengthcloudpotextended": "long_strength_lingering_potion", - "strengthcloudpotion2": "long_strength_lingering_potion", - "strengthcloudpotionex": "long_strength_lingering_potion", - "strengthcloudpotionextended": "long_strength_lingering_potion", - "strengthcloudpotionlevel2": "long_strength_lingering_potion", - "strengthcloudpotionlong": "long_strength_lingering_potion", - "strengthcloudpotlevel2": "long_strength_lingering_potion", - "strengthcloudpotlong": "long_strength_lingering_potion", - "strengthlingerpot2": "long_strength_lingering_potion", - "strengthlingerpotex": "long_strength_lingering_potion", - "strengthlingerpotextended": "long_strength_lingering_potion", - "strengthlingerpotlevel2": "long_strength_lingering_potion", - "strengthlingerpotlong": "long_strength_lingering_potion", - "strlingerpot2": "long_strength_lingering_potion", - "strlingerpotex": "long_strength_lingering_potion", - "strlingerpotextended": "long_strength_lingering_potion", - "strlingerpotlevel2": "long_strength_lingering_potion", - "strlingerpotlong": "long_strength_lingering_potion", - "strongaoepoiont2": "long_strength_lingering_potion", - "strongaoepoiontex": "long_strength_lingering_potion", - "strongaoepoiontextended": "long_strength_lingering_potion", - "strongaoepoiontlevel2": "long_strength_lingering_potion", - "strongaoepoiontlong": "long_strength_lingering_potion", - "strongaoepot2": "long_strength_lingering_potion", - "strongaoepotex": "long_strength_lingering_potion", - "strongaoepotextended": "long_strength_lingering_potion", - "strongaoepotlevel2": "long_strength_lingering_potion", - "strongaoepotlong": "long_strength_lingering_potion", - "strongareapot2": "long_strength_lingering_potion", - "strongareapotex": "long_strength_lingering_potion", - "strongareapotextended": "long_strength_lingering_potion", - "strongareapotion2": "long_strength_lingering_potion", - "strongareapotionex": "long_strength_lingering_potion", - "strongareapotionextended": "long_strength_lingering_potion", - "strongareapotionlevel2": "long_strength_lingering_potion", - "strongareapotionlong": "long_strength_lingering_potion", - "strongareapotlevel2": "long_strength_lingering_potion", - "strongareapotlong": "long_strength_lingering_potion", - "strongcloudpot2": "long_strength_lingering_potion", - "strongcloudpotex": "long_strength_lingering_potion", - "strongcloudpotextended": "long_strength_lingering_potion", - "strongcloudpotion2": "long_strength_lingering_potion", - "strongcloudpotionex": "long_strength_lingering_potion", - "strongcloudpotionextended": "long_strength_lingering_potion", - "strongcloudpotionlevel2": "long_strength_lingering_potion", - "strongcloudpotionlong": "long_strength_lingering_potion", - "strongcloudpotlevel2": "long_strength_lingering_potion", - "strongcloudpotlong": "long_strength_lingering_potion", - "stronglingerpot2": "long_strength_lingering_potion", - "stronglingerpotex": "long_strength_lingering_potion", - "stronglingerpotextended": "long_strength_lingering_potion", - "stronglingerpotlevel2": "long_strength_lingering_potion", - "stronglingerpotlong": "long_strength_lingering_potion", - "long_strength_potion": { - "potionData": { - "type": "STRENGTH", - "upgraded": false, - "extended": true - }, - "material": "POTION" - }, - "potionofstr2": "long_strength_potion", - "potionofstrength2": "long_strength_potion", - "potionofstrengthex": "long_strength_potion", - "potionofstrengthextended": "long_strength_potion", - "potionofstrengthlevel2": "long_strength_potion", - "potionofstrengthlong": "long_strength_potion", - "potionofstrex": "long_strength_potion", - "potionofstrextended": "long_strength_potion", - "potionofstrlevel2": "long_strength_potion", - "potionofstrlong": "long_strength_potion", - "potionofstrong2": "long_strength_potion", - "potionofstrongex": "long_strength_potion", - "potionofstrongextended": "long_strength_potion", - "potionofstronglevel2": "long_strength_potion", - "potionofstronglong": "long_strength_potion", - "potofstr2": "long_strength_potion", - "potofstrength2": "long_strength_potion", - "potofstrengthex": "long_strength_potion", - "potofstrengthextended": "long_strength_potion", - "potofstrengthlevel2": "long_strength_potion", - "potofstrengthlong": "long_strength_potion", - "potofstrex": "long_strength_potion", - "potofstrextended": "long_strength_potion", - "potofstrlevel2": "long_strength_potion", - "potofstrlong": "long_strength_potion", - "potofstrong2": "long_strength_potion", - "potofstrongex": "long_strength_potion", - "potofstrongextended": "long_strength_potion", - "potofstronglevel2": "long_strength_potion", - "potofstronglong": "long_strength_potion", - "str2pot": "long_strength_potion", - "str2potion": "long_strength_potion", - "strength2pot": "long_strength_potion", - "strength2potion": "long_strength_potion", - "strengthexpot": "long_strength_potion", - "strengthexpotion": "long_strength_potion", - "strengthextendedpot": "long_strength_potion", - "strengthextendedpotion": "long_strength_potion", - "strengthlevel2pot": "long_strength_potion", - "strengthlevel2potion": "long_strength_potion", - "strengthlongpot": "long_strength_potion", - "strengthlongpotion": "long_strength_potion", - "strexpot": "long_strength_potion", - "strexpotion": "long_strength_potion", - "strextendedpot": "long_strength_potion", - "strextendedpotion": "long_strength_potion", - "strlevel2pot": "long_strength_potion", - "strlevel2potion": "long_strength_potion", - "strlongpot": "long_strength_potion", - "strlongpotion": "long_strength_potion", - "strong2pot": "long_strength_potion", - "strong2potion": "long_strength_potion", - "strongexpot": "long_strength_potion", - "strongexpotion": "long_strength_potion", - "strongextendedpot": "long_strength_potion", - "strongextendedpotion": "long_strength_potion", - "stronglevel2pot": "long_strength_potion", - "stronglevel2potion": "long_strength_potion", - "stronglongpot": "long_strength_potion", - "stronglongpotion": "long_strength_potion", - "long_strength_splash_potion": { - "potionData": { - "type": "STRENGTH", - "upgraded": false, - "extended": true - }, - "material": "SPLASH_POTION" - }, - "splashstr2pot": "long_strength_splash_potion", - "splashstr2potion": "long_strength_splash_potion", - "splashstrength2pot": "long_strength_splash_potion", - "splashstrength2potion": "long_strength_splash_potion", - "splashstrengthexpot": "long_strength_splash_potion", - "splashstrengthexpotion": "long_strength_splash_potion", - "splashstrengthextendedpot": "long_strength_splash_potion", - "splashstrengthextendedpotion": "long_strength_splash_potion", - "splashstrengthlevel2pot": "long_strength_splash_potion", - "splashstrengthlevel2potion": "long_strength_splash_potion", - "splashstrengthlongpot": "long_strength_splash_potion", - "splashstrengthlongpotion": "long_strength_splash_potion", - "splashstrexpot": "long_strength_splash_potion", - "splashstrexpotion": "long_strength_splash_potion", - "splashstrextendedpot": "long_strength_splash_potion", - "splashstrextendedpotion": "long_strength_splash_potion", - "splashstrlevel2pot": "long_strength_splash_potion", - "splashstrlevel2potion": "long_strength_splash_potion", - "splashstrlongpot": "long_strength_splash_potion", - "splashstrlongpotion": "long_strength_splash_potion", - "splashstrong2pot": "long_strength_splash_potion", - "splashstrong2potion": "long_strength_splash_potion", - "splashstrongexpot": "long_strength_splash_potion", - "splashstrongexpotion": "long_strength_splash_potion", - "splashstrongextendedpot": "long_strength_splash_potion", - "splashstrongextendedpotion": "long_strength_splash_potion", - "splashstronglevel2pot": "long_strength_splash_potion", - "splashstronglevel2potion": "long_strength_splash_potion", - "splashstronglongpot": "long_strength_splash_potion", - "splashstronglongpotion": "long_strength_splash_potion", - "splstr2pot": "long_strength_splash_potion", - "splstr2potion": "long_strength_splash_potion", - "splstrength2pot": "long_strength_splash_potion", - "splstrength2potion": "long_strength_splash_potion", - "splstrengthexpot": "long_strength_splash_potion", - "splstrengthexpotion": "long_strength_splash_potion", - "splstrengthextendedpot": "long_strength_splash_potion", - "splstrengthextendedpotion": "long_strength_splash_potion", - "splstrengthlevel2pot": "long_strength_splash_potion", - "splstrengthlevel2potion": "long_strength_splash_potion", - "splstrengthlongpot": "long_strength_splash_potion", - "splstrengthlongpotion": "long_strength_splash_potion", - "splstrexpot": "long_strength_splash_potion", - "splstrexpotion": "long_strength_splash_potion", - "splstrextendedpot": "long_strength_splash_potion", - "splstrextendedpotion": "long_strength_splash_potion", - "splstrlevel2pot": "long_strength_splash_potion", - "splstrlevel2potion": "long_strength_splash_potion", - "splstrlongpot": "long_strength_splash_potion", - "splstrlongpotion": "long_strength_splash_potion", - "splstrong2pot": "long_strength_splash_potion", - "splstrong2potion": "long_strength_splash_potion", - "splstrongexpot": "long_strength_splash_potion", - "splstrongexpotion": "long_strength_splash_potion", - "splstrongextendedpot": "long_strength_splash_potion", - "splstrongextendedpotion": "long_strength_splash_potion", - "splstronglevel2pot": "long_strength_splash_potion", - "splstronglevel2potion": "long_strength_splash_potion", - "splstronglongpot": "long_strength_splash_potion", - "splstronglongpotion": "long_strength_splash_potion", - "str2splashpot": "long_strength_splash_potion", - "str2splashpotion": "long_strength_splash_potion", - "strength2splashpot": "long_strength_splash_potion", - "strength2splashpotion": "long_strength_splash_potion", - "strengthexsplashpot": "long_strength_splash_potion", - "strengthexsplashpotion": "long_strength_splash_potion", - "strengthextendedsplashpot": "long_strength_splash_potion", - "strengthextendedsplashpotion": "long_strength_splash_potion", - "strengthlevel2splashpot": "long_strength_splash_potion", - "strengthlevel2splashpotion": "long_strength_splash_potion", - "strengthlongsplashpot": "long_strength_splash_potion", - "strengthlongsplashpotion": "long_strength_splash_potion", - "strexsplashpot": "long_strength_splash_potion", - "strexsplashpotion": "long_strength_splash_potion", - "strextendedsplashpot": "long_strength_splash_potion", - "strextendedsplashpotion": "long_strength_splash_potion", - "strlevel2splashpot": "long_strength_splash_potion", - "strlevel2splashpotion": "long_strength_splash_potion", - "strlongsplashpot": "long_strength_splash_potion", - "strlongsplashpotion": "long_strength_splash_potion", - "strong2splashpot": "long_strength_splash_potion", - "strong2splashpotion": "long_strength_splash_potion", - "strongexsplashpot": "long_strength_splash_potion", - "strongexsplashpotion": "long_strength_splash_potion", - "strongextendedsplashpot": "long_strength_splash_potion", - "strongextendedsplashpotion": "long_strength_splash_potion", - "stronglevel2splashpot": "long_strength_splash_potion", - "stronglevel2splashpotion": "long_strength_splash_potion", - "stronglongsplashpot": "long_strength_splash_potion", - "stronglongsplashpotion": "long_strength_splash_potion", - "long_strength_tipped_arrow": { - "potionData": { - "type": "STRENGTH", - "upgraded": false, - "extended": true - }, - "material": "TIPPED_ARROW" - }, - "arrowstr2": "long_strength_tipped_arrow", - "arrowstrength2": "long_strength_tipped_arrow", - "arrowstrengthex": "long_strength_tipped_arrow", - "arrowstrengthextended": "long_strength_tipped_arrow", - "arrowstrengthlevel2": "long_strength_tipped_arrow", - "arrowstrengthlong": "long_strength_tipped_arrow", - "arrowstrex": "long_strength_tipped_arrow", - "arrowstrextended": "long_strength_tipped_arrow", - "arrowstrlevel2": "long_strength_tipped_arrow", - "arrowstrlong": "long_strength_tipped_arrow", - "arrowstrong2": "long_strength_tipped_arrow", - "arrowstrongex": "long_strength_tipped_arrow", - "arrowstrongextended": "long_strength_tipped_arrow", - "arrowstronglevel2": "long_strength_tipped_arrow", - "arrowstronglong": "long_strength_tipped_arrow", - "str2tarr": "long_strength_tipped_arrow", - "str2tarrow": "long_strength_tipped_arrow", - "str2tippedarrow": "long_strength_tipped_arrow", - "strarrow2": "long_strength_tipped_arrow", - "strarrowex": "long_strength_tipped_arrow", - "strarrowextended": "long_strength_tipped_arrow", - "strarrowlevel2": "long_strength_tipped_arrow", - "strarrowlong": "long_strength_tipped_arrow", - "strength2tarr": "long_strength_tipped_arrow", - "strength2tarrow": "long_strength_tipped_arrow", - "strength2tippedarrow": "long_strength_tipped_arrow", - "strengtharrow2": "long_strength_tipped_arrow", - "strengtharrowex": "long_strength_tipped_arrow", - "strengtharrowextended": "long_strength_tipped_arrow", - "strengtharrowlevel2": "long_strength_tipped_arrow", - "strengtharrowlong": "long_strength_tipped_arrow", - "strengthextarr": "long_strength_tipped_arrow", - "strengthextarrow": "long_strength_tipped_arrow", - "strengthextendedtarr": "long_strength_tipped_arrow", - "strengthextendedtarrow": "long_strength_tipped_arrow", - "strengthextendedtippedarrow": "long_strength_tipped_arrow", - "strengthextippedarrow": "long_strength_tipped_arrow", - "strengthlevel2tarr": "long_strength_tipped_arrow", - "strengthlevel2tarrow": "long_strength_tipped_arrow", - "strengthlevel2tippedarrow": "long_strength_tipped_arrow", - "strengthlongtarr": "long_strength_tipped_arrow", - "strengthlongtarrow": "long_strength_tipped_arrow", - "strengthlongtippedarrow": "long_strength_tipped_arrow", - "strextarr": "long_strength_tipped_arrow", - "strextarrow": "long_strength_tipped_arrow", - "strextendedtarr": "long_strength_tipped_arrow", - "strextendedtarrow": "long_strength_tipped_arrow", - "strextendedtippedarrow": "long_strength_tipped_arrow", - "strextippedarrow": "long_strength_tipped_arrow", - "strlevel2tarr": "long_strength_tipped_arrow", - "strlevel2tarrow": "long_strength_tipped_arrow", - "strlevel2tippedarrow": "long_strength_tipped_arrow", - "strlongtarr": "long_strength_tipped_arrow", - "strlongtarrow": "long_strength_tipped_arrow", - "strlongtippedarrow": "long_strength_tipped_arrow", - "strong2tarr": "long_strength_tipped_arrow", - "strong2tarrow": "long_strength_tipped_arrow", - "strong2tippedarrow": "long_strength_tipped_arrow", - "strongarrow2": "long_strength_tipped_arrow", - "strongarrowex": "long_strength_tipped_arrow", - "strongarrowextended": "long_strength_tipped_arrow", - "strongarrowlevel2": "long_strength_tipped_arrow", - "strongarrowlong": "long_strength_tipped_arrow", - "strongextarr": "long_strength_tipped_arrow", - "strongextarrow": "long_strength_tipped_arrow", - "strongextendedtarr": "long_strength_tipped_arrow", - "strongextendedtarrow": "long_strength_tipped_arrow", - "strongextendedtippedarrow": "long_strength_tipped_arrow", - "strongextippedarrow": "long_strength_tipped_arrow", - "stronglevel2tarr": "long_strength_tipped_arrow", - "stronglevel2tarrow": "long_strength_tipped_arrow", - "stronglevel2tippedarrow": "long_strength_tipped_arrow", - "stronglongtarr": "long_strength_tipped_arrow", - "stronglongtarrow": "long_strength_tipped_arrow", - "stronglongtippedarrow": "long_strength_tipped_arrow", - "long_swiftness_lingering_potion": { - "potionData": { - "type": "SPEED", - "upgraded": false, - "extended": true - }, - "material": "LINGERING_POTION" - }, - "aoepotionspeed2": "long_swiftness_lingering_potion", - "aoepotionspeedex": "long_swiftness_lingering_potion", - "aoepotionspeedextended": "long_swiftness_lingering_potion", - "aoepotionspeedlevel2": "long_swiftness_lingering_potion", - "aoepotionspeedlong": "long_swiftness_lingering_potion", - "aoepotionswift2": "long_swiftness_lingering_potion", - "aoepotionswiftex": "long_swiftness_lingering_potion", - "aoepotionswiftextended": "long_swiftness_lingering_potion", - "aoepotionswiftlevel2": "long_swiftness_lingering_potion", - "aoepotionswiftlong": "long_swiftness_lingering_potion", - "aoepotionswiftness2": "long_swiftness_lingering_potion", - "aoepotionswiftnessex": "long_swiftness_lingering_potion", - "aoepotionswiftnessextended": "long_swiftness_lingering_potion", - "aoepotionswiftnesslevel2": "long_swiftness_lingering_potion", - "aoepotionswiftnesslong": "long_swiftness_lingering_potion", - "aoepotspeed2": "long_swiftness_lingering_potion", - "aoepotspeedex": "long_swiftness_lingering_potion", - "aoepotspeedextended": "long_swiftness_lingering_potion", - "aoepotspeedlevel2": "long_swiftness_lingering_potion", - "aoepotspeedlong": "long_swiftness_lingering_potion", - "aoepotswift2": "long_swiftness_lingering_potion", - "aoepotswiftex": "long_swiftness_lingering_potion", - "aoepotswiftextended": "long_swiftness_lingering_potion", - "aoepotswiftlevel2": "long_swiftness_lingering_potion", - "aoepotswiftlong": "long_swiftness_lingering_potion", - "aoepotswiftness2": "long_swiftness_lingering_potion", - "aoepotswiftnessex": "long_swiftness_lingering_potion", - "aoepotswiftnessextended": "long_swiftness_lingering_potion", - "aoepotswiftnesslevel2": "long_swiftness_lingering_potion", - "aoepotswiftnesslong": "long_swiftness_lingering_potion", - "areapotionspeed2": "long_swiftness_lingering_potion", - "areapotionspeedex": "long_swiftness_lingering_potion", - "areapotionspeedextended": "long_swiftness_lingering_potion", - "areapotionspeedlevel2": "long_swiftness_lingering_potion", - "areapotionspeedlong": "long_swiftness_lingering_potion", - "areapotionswift2": "long_swiftness_lingering_potion", - "areapotionswiftex": "long_swiftness_lingering_potion", - "areapotionswiftextended": "long_swiftness_lingering_potion", - "areapotionswiftlevel2": "long_swiftness_lingering_potion", - "areapotionswiftlong": "long_swiftness_lingering_potion", - "areapotionswiftness2": "long_swiftness_lingering_potion", - "areapotionswiftnessex": "long_swiftness_lingering_potion", - "areapotionswiftnessextended": "long_swiftness_lingering_potion", - "areapotionswiftnesslevel2": "long_swiftness_lingering_potion", - "areapotionswiftnesslong": "long_swiftness_lingering_potion", - "areapotspeed2": "long_swiftness_lingering_potion", - "areapotspeedex": "long_swiftness_lingering_potion", - "areapotspeedextended": "long_swiftness_lingering_potion", - "areapotspeedlevel2": "long_swiftness_lingering_potion", - "areapotspeedlong": "long_swiftness_lingering_potion", - "areapotswift2": "long_swiftness_lingering_potion", - "areapotswiftex": "long_swiftness_lingering_potion", - "areapotswiftextended": "long_swiftness_lingering_potion", - "areapotswiftlevel2": "long_swiftness_lingering_potion", - "areapotswiftlong": "long_swiftness_lingering_potion", - "areapotswiftness2": "long_swiftness_lingering_potion", - "areapotswiftnessex": "long_swiftness_lingering_potion", - "areapotswiftnessextended": "long_swiftness_lingering_potion", - "areapotswiftnesslevel2": "long_swiftness_lingering_potion", - "areapotswiftnesslong": "long_swiftness_lingering_potion", - "cloudpotionspeed2": "long_swiftness_lingering_potion", - "cloudpotionspeedex": "long_swiftness_lingering_potion", - "cloudpotionspeedextended": "long_swiftness_lingering_potion", - "cloudpotionspeedlevel2": "long_swiftness_lingering_potion", - "cloudpotionspeedlong": "long_swiftness_lingering_potion", - "cloudpotionswift2": "long_swiftness_lingering_potion", - "cloudpotionswiftex": "long_swiftness_lingering_potion", - "cloudpotionswiftextended": "long_swiftness_lingering_potion", - "cloudpotionswiftlevel2": "long_swiftness_lingering_potion", - "cloudpotionswiftlong": "long_swiftness_lingering_potion", - "cloudpotionswiftness2": "long_swiftness_lingering_potion", - "cloudpotionswiftnessex": "long_swiftness_lingering_potion", - "cloudpotionswiftnessextended": "long_swiftness_lingering_potion", - "cloudpotionswiftnesslevel2": "long_swiftness_lingering_potion", - "cloudpotionswiftnesslong": "long_swiftness_lingering_potion", - "cloudpotspeed2": "long_swiftness_lingering_potion", - "cloudpotspeedex": "long_swiftness_lingering_potion", - "cloudpotspeedextended": "long_swiftness_lingering_potion", - "cloudpotspeedlevel2": "long_swiftness_lingering_potion", - "cloudpotspeedlong": "long_swiftness_lingering_potion", - "cloudpotswift2": "long_swiftness_lingering_potion", - "cloudpotswiftex": "long_swiftness_lingering_potion", - "cloudpotswiftextended": "long_swiftness_lingering_potion", - "cloudpotswiftlevel2": "long_swiftness_lingering_potion", - "cloudpotswiftlong": "long_swiftness_lingering_potion", - "cloudpotswiftness2": "long_swiftness_lingering_potion", - "cloudpotswiftnessex": "long_swiftness_lingering_potion", - "cloudpotswiftnessextended": "long_swiftness_lingering_potion", - "cloudpotswiftnesslevel2": "long_swiftness_lingering_potion", - "cloudpotswiftnesslong": "long_swiftness_lingering_potion", - "lingerpotspeed2": "long_swiftness_lingering_potion", - "lingerpotspeedex": "long_swiftness_lingering_potion", - "lingerpotspeedextended": "long_swiftness_lingering_potion", - "lingerpotspeedlevel2": "long_swiftness_lingering_potion", - "lingerpotspeedlong": "long_swiftness_lingering_potion", - "lingerpotswift2": "long_swiftness_lingering_potion", - "lingerpotswiftex": "long_swiftness_lingering_potion", - "lingerpotswiftextended": "long_swiftness_lingering_potion", - "lingerpotswiftlevel2": "long_swiftness_lingering_potion", - "lingerpotswiftlong": "long_swiftness_lingering_potion", - "lingerpotswiftness2": "long_swiftness_lingering_potion", - "lingerpotswiftnessex": "long_swiftness_lingering_potion", - "lingerpotswiftnessextended": "long_swiftness_lingering_potion", - "lingerpotswiftnesslevel2": "long_swiftness_lingering_potion", - "lingerpotswiftnesslong": "long_swiftness_lingering_potion", - "speedaoepoiont2": "long_swiftness_lingering_potion", - "speedaoepoiontex": "long_swiftness_lingering_potion", - "speedaoepoiontextended": "long_swiftness_lingering_potion", - "speedaoepoiontlevel2": "long_swiftness_lingering_potion", - "speedaoepoiontlong": "long_swiftness_lingering_potion", - "speedaoepot2": "long_swiftness_lingering_potion", - "speedaoepotex": "long_swiftness_lingering_potion", - "speedaoepotextended": "long_swiftness_lingering_potion", - "speedaoepotlevel2": "long_swiftness_lingering_potion", - "speedaoepotlong": "long_swiftness_lingering_potion", - "speedareapot2": "long_swiftness_lingering_potion", - "speedareapotex": "long_swiftness_lingering_potion", - "speedareapotextended": "long_swiftness_lingering_potion", - "speedareapotion2": "long_swiftness_lingering_potion", - "speedareapotionex": "long_swiftness_lingering_potion", - "speedareapotionextended": "long_swiftness_lingering_potion", - "speedareapotionlevel2": "long_swiftness_lingering_potion", - "speedareapotionlong": "long_swiftness_lingering_potion", - "speedareapotlevel2": "long_swiftness_lingering_potion", - "speedareapotlong": "long_swiftness_lingering_potion", - "speedcloudpot2": "long_swiftness_lingering_potion", - "speedcloudpotex": "long_swiftness_lingering_potion", - "speedcloudpotextended": "long_swiftness_lingering_potion", - "speedcloudpotion2": "long_swiftness_lingering_potion", - "speedcloudpotionex": "long_swiftness_lingering_potion", - "speedcloudpotionextended": "long_swiftness_lingering_potion", - "speedcloudpotionlevel2": "long_swiftness_lingering_potion", - "speedcloudpotionlong": "long_swiftness_lingering_potion", - "speedcloudpotlevel2": "long_swiftness_lingering_potion", - "speedcloudpotlong": "long_swiftness_lingering_potion", - "speedlingerpot2": "long_swiftness_lingering_potion", - "speedlingerpotex": "long_swiftness_lingering_potion", - "speedlingerpotextended": "long_swiftness_lingering_potion", - "speedlingerpotlevel2": "long_swiftness_lingering_potion", - "speedlingerpotlong": "long_swiftness_lingering_potion", - "swiftaoepoiont2": "long_swiftness_lingering_potion", - "swiftaoepoiontex": "long_swiftness_lingering_potion", - "swiftaoepoiontextended": "long_swiftness_lingering_potion", - "swiftaoepoiontlevel2": "long_swiftness_lingering_potion", - "swiftaoepoiontlong": "long_swiftness_lingering_potion", - "swiftaoepot2": "long_swiftness_lingering_potion", - "swiftaoepotex": "long_swiftness_lingering_potion", - "swiftaoepotextended": "long_swiftness_lingering_potion", - "swiftaoepotlevel2": "long_swiftness_lingering_potion", - "swiftaoepotlong": "long_swiftness_lingering_potion", - "swiftareapot2": "long_swiftness_lingering_potion", - "swiftareapotex": "long_swiftness_lingering_potion", - "swiftareapotextended": "long_swiftness_lingering_potion", - "swiftareapotion2": "long_swiftness_lingering_potion", - "swiftareapotionex": "long_swiftness_lingering_potion", - "swiftareapotionextended": "long_swiftness_lingering_potion", - "swiftareapotionlevel2": "long_swiftness_lingering_potion", - "swiftareapotionlong": "long_swiftness_lingering_potion", - "swiftareapotlevel2": "long_swiftness_lingering_potion", - "swiftareapotlong": "long_swiftness_lingering_potion", - "swiftcloudpot2": "long_swiftness_lingering_potion", - "swiftcloudpotex": "long_swiftness_lingering_potion", - "swiftcloudpotextended": "long_swiftness_lingering_potion", - "swiftcloudpotion2": "long_swiftness_lingering_potion", - "swiftcloudpotionex": "long_swiftness_lingering_potion", - "swiftcloudpotionextended": "long_swiftness_lingering_potion", - "swiftcloudpotionlevel2": "long_swiftness_lingering_potion", - "swiftcloudpotionlong": "long_swiftness_lingering_potion", - "swiftcloudpotlevel2": "long_swiftness_lingering_potion", - "swiftcloudpotlong": "long_swiftness_lingering_potion", - "swiftlingerpot2": "long_swiftness_lingering_potion", - "swiftlingerpotex": "long_swiftness_lingering_potion", - "swiftlingerpotextended": "long_swiftness_lingering_potion", - "swiftlingerpotlevel2": "long_swiftness_lingering_potion", - "swiftlingerpotlong": "long_swiftness_lingering_potion", - "swiftnessaoepoiont2": "long_swiftness_lingering_potion", - "swiftnessaoepoiontex": "long_swiftness_lingering_potion", - "swiftnessaoepoiontextended": "long_swiftness_lingering_potion", - "swiftnessaoepoiontlevel2": "long_swiftness_lingering_potion", - "swiftnessaoepoiontlong": "long_swiftness_lingering_potion", - "swiftnessaoepot2": "long_swiftness_lingering_potion", - "swiftnessaoepotex": "long_swiftness_lingering_potion", - "swiftnessaoepotextended": "long_swiftness_lingering_potion", - "swiftnessaoepotlevel2": "long_swiftness_lingering_potion", - "swiftnessaoepotlong": "long_swiftness_lingering_potion", - "swiftnessareapot2": "long_swiftness_lingering_potion", - "swiftnessareapotex": "long_swiftness_lingering_potion", - "swiftnessareapotextended": "long_swiftness_lingering_potion", - "swiftnessareapotion2": "long_swiftness_lingering_potion", - "swiftnessareapotionex": "long_swiftness_lingering_potion", - "swiftnessareapotionextended": "long_swiftness_lingering_potion", - "swiftnessareapotionlevel2": "long_swiftness_lingering_potion", - "swiftnessareapotionlong": "long_swiftness_lingering_potion", - "swiftnessareapotlevel2": "long_swiftness_lingering_potion", - "swiftnessareapotlong": "long_swiftness_lingering_potion", - "swiftnesscloudpot2": "long_swiftness_lingering_potion", - "swiftnesscloudpotex": "long_swiftness_lingering_potion", - "swiftnesscloudpotextended": "long_swiftness_lingering_potion", - "swiftnesscloudpotion2": "long_swiftness_lingering_potion", - "swiftnesscloudpotionex": "long_swiftness_lingering_potion", - "swiftnesscloudpotionextended": "long_swiftness_lingering_potion", - "swiftnesscloudpotionlevel2": "long_swiftness_lingering_potion", - "swiftnesscloudpotionlong": "long_swiftness_lingering_potion", - "swiftnesscloudpotlevel2": "long_swiftness_lingering_potion", - "swiftnesscloudpotlong": "long_swiftness_lingering_potion", - "swiftnesslingerpot2": "long_swiftness_lingering_potion", - "swiftnesslingerpotex": "long_swiftness_lingering_potion", - "swiftnesslingerpotextended": "long_swiftness_lingering_potion", - "swiftnesslingerpotlevel2": "long_swiftness_lingering_potion", - "swiftnesslingerpotlong": "long_swiftness_lingering_potion", - "long_swiftness_potion": { - "potionData": { - "type": "SPEED", - "upgraded": false, - "extended": true - }, - "material": "POTION" - }, - "potionofspeed2": "long_swiftness_potion", - "potionofspeedex": "long_swiftness_potion", - "potionofspeedextended": "long_swiftness_potion", - "potionofspeedlevel2": "long_swiftness_potion", - "potionofspeedlong": "long_swiftness_potion", - "potionofswift2": "long_swiftness_potion", - "potionofswiftex": "long_swiftness_potion", - "potionofswiftextended": "long_swiftness_potion", - "potionofswiftlevel2": "long_swiftness_potion", - "potionofswiftlong": "long_swiftness_potion", - "potionofswiftness2": "long_swiftness_potion", - "potionofswiftnessex": "long_swiftness_potion", - "potionofswiftnessextended": "long_swiftness_potion", - "potionofswiftnesslevel2": "long_swiftness_potion", - "potionofswiftnesslong": "long_swiftness_potion", - "potofspeed2": "long_swiftness_potion", - "potofspeedex": "long_swiftness_potion", - "potofspeedextended": "long_swiftness_potion", - "potofspeedlevel2": "long_swiftness_potion", - "potofspeedlong": "long_swiftness_potion", - "potofswift2": "long_swiftness_potion", - "potofswiftex": "long_swiftness_potion", - "potofswiftextended": "long_swiftness_potion", - "potofswiftlevel2": "long_swiftness_potion", - "potofswiftlong": "long_swiftness_potion", - "potofswiftness2": "long_swiftness_potion", - "potofswiftnessex": "long_swiftness_potion", - "potofswiftnessextended": "long_swiftness_potion", - "potofswiftnesslevel2": "long_swiftness_potion", - "potofswiftnesslong": "long_swiftness_potion", - "speed2pot": "long_swiftness_potion", - "speed2potion": "long_swiftness_potion", - "speedexpot": "long_swiftness_potion", - "speedexpotion": "long_swiftness_potion", - "speedextendedpot": "long_swiftness_potion", - "speedextendedpotion": "long_swiftness_potion", - "speedlevel2pot": "long_swiftness_potion", - "speedlevel2potion": "long_swiftness_potion", - "speedlongpot": "long_swiftness_potion", - "speedlongpotion": "long_swiftness_potion", - "swift2pot": "long_swiftness_potion", - "swift2potion": "long_swiftness_potion", - "swiftexpot": "long_swiftness_potion", - "swiftexpotion": "long_swiftness_potion", - "swiftextendedpot": "long_swiftness_potion", - "swiftextendedpotion": "long_swiftness_potion", - "swiftlevel2pot": "long_swiftness_potion", - "swiftlevel2potion": "long_swiftness_potion", - "swiftlongpot": "long_swiftness_potion", - "swiftlongpotion": "long_swiftness_potion", - "swiftness2pot": "long_swiftness_potion", - "swiftness2potion": "long_swiftness_potion", - "swiftnessexpot": "long_swiftness_potion", - "swiftnessexpotion": "long_swiftness_potion", - "swiftnessextendedpot": "long_swiftness_potion", - "swiftnessextendedpotion": "long_swiftness_potion", - "swiftnesslevel2pot": "long_swiftness_potion", - "swiftnesslevel2potion": "long_swiftness_potion", - "swiftnesslongpot": "long_swiftness_potion", - "swiftnesslongpotion": "long_swiftness_potion", - "long_swiftness_splash_potion": { - "potionData": { - "type": "SPEED", - "upgraded": false, - "extended": true - }, - "material": "SPLASH_POTION" - }, - "speed2splashpot": "long_swiftness_splash_potion", - "speed2splashpotion": "long_swiftness_splash_potion", - "speedexsplashpot": "long_swiftness_splash_potion", - "speedexsplashpotion": "long_swiftness_splash_potion", - "speedextendedsplashpot": "long_swiftness_splash_potion", - "speedextendedsplashpotion": "long_swiftness_splash_potion", - "speedlevel2splashpot": "long_swiftness_splash_potion", - "speedlevel2splashpotion": "long_swiftness_splash_potion", - "speedlongsplashpot": "long_swiftness_splash_potion", - "speedlongsplashpotion": "long_swiftness_splash_potion", - "splashspeed2pot": "long_swiftness_splash_potion", - "splashspeed2potion": "long_swiftness_splash_potion", - "splashspeedexpot": "long_swiftness_splash_potion", - "splashspeedexpotion": "long_swiftness_splash_potion", - "splashspeedextendedpot": "long_swiftness_splash_potion", - "splashspeedextendedpotion": "long_swiftness_splash_potion", - "splashspeedlevel2pot": "long_swiftness_splash_potion", - "splashspeedlevel2potion": "long_swiftness_splash_potion", - "splashspeedlongpot": "long_swiftness_splash_potion", - "splashspeedlongpotion": "long_swiftness_splash_potion", - "splashswift2pot": "long_swiftness_splash_potion", - "splashswift2potion": "long_swiftness_splash_potion", - "splashswiftexpot": "long_swiftness_splash_potion", - "splashswiftexpotion": "long_swiftness_splash_potion", - "splashswiftextendedpot": "long_swiftness_splash_potion", - "splashswiftextendedpotion": "long_swiftness_splash_potion", - "splashswiftlevel2pot": "long_swiftness_splash_potion", - "splashswiftlevel2potion": "long_swiftness_splash_potion", - "splashswiftlongpot": "long_swiftness_splash_potion", - "splashswiftlongpotion": "long_swiftness_splash_potion", - "splashswiftness2pot": "long_swiftness_splash_potion", - "splashswiftness2potion": "long_swiftness_splash_potion", - "splashswiftnessexpot": "long_swiftness_splash_potion", - "splashswiftnessexpotion": "long_swiftness_splash_potion", - "splashswiftnessextendedpot": "long_swiftness_splash_potion", - "splashswiftnessextendedpotion": "long_swiftness_splash_potion", - "splashswiftnesslevel2pot": "long_swiftness_splash_potion", - "splashswiftnesslevel2potion": "long_swiftness_splash_potion", - "splashswiftnesslongpot": "long_swiftness_splash_potion", - "splashswiftnesslongpotion": "long_swiftness_splash_potion", - "splspeed2pot": "long_swiftness_splash_potion", - "splspeed2potion": "long_swiftness_splash_potion", - "splspeedexpot": "long_swiftness_splash_potion", - "splspeedexpotion": "long_swiftness_splash_potion", - "splspeedextendedpot": "long_swiftness_splash_potion", - "splspeedextendedpotion": "long_swiftness_splash_potion", - "splspeedlevel2pot": "long_swiftness_splash_potion", - "splspeedlevel2potion": "long_swiftness_splash_potion", - "splspeedlongpot": "long_swiftness_splash_potion", - "splspeedlongpotion": "long_swiftness_splash_potion", - "splswift2pot": "long_swiftness_splash_potion", - "splswift2potion": "long_swiftness_splash_potion", - "splswiftexpot": "long_swiftness_splash_potion", - "splswiftexpotion": "long_swiftness_splash_potion", - "splswiftextendedpot": "long_swiftness_splash_potion", - "splswiftextendedpotion": "long_swiftness_splash_potion", - "splswiftlevel2pot": "long_swiftness_splash_potion", - "splswiftlevel2potion": "long_swiftness_splash_potion", - "splswiftlongpot": "long_swiftness_splash_potion", - "splswiftlongpotion": "long_swiftness_splash_potion", - "splswiftness2pot": "long_swiftness_splash_potion", - "splswiftness2potion": "long_swiftness_splash_potion", - "splswiftnessexpot": "long_swiftness_splash_potion", - "splswiftnessexpotion": "long_swiftness_splash_potion", - "splswiftnessextendedpot": "long_swiftness_splash_potion", - "splswiftnessextendedpotion": "long_swiftness_splash_potion", - "splswiftnesslevel2pot": "long_swiftness_splash_potion", - "splswiftnesslevel2potion": "long_swiftness_splash_potion", - "splswiftnesslongpot": "long_swiftness_splash_potion", - "splswiftnesslongpotion": "long_swiftness_splash_potion", - "swift2splashpot": "long_swiftness_splash_potion", - "swift2splashpotion": "long_swiftness_splash_potion", - "swiftexsplashpot": "long_swiftness_splash_potion", - "swiftexsplashpotion": "long_swiftness_splash_potion", - "swiftextendedsplashpot": "long_swiftness_splash_potion", - "swiftextendedsplashpotion": "long_swiftness_splash_potion", - "swiftlevel2splashpot": "long_swiftness_splash_potion", - "swiftlevel2splashpotion": "long_swiftness_splash_potion", - "swiftlongsplashpot": "long_swiftness_splash_potion", - "swiftlongsplashpotion": "long_swiftness_splash_potion", - "swiftness2splashpot": "long_swiftness_splash_potion", - "swiftness2splashpotion": "long_swiftness_splash_potion", - "swiftnessexsplashpot": "long_swiftness_splash_potion", - "swiftnessexsplashpotion": "long_swiftness_splash_potion", - "swiftnessextendedsplashpot": "long_swiftness_splash_potion", - "swiftnessextendedsplashpotion": "long_swiftness_splash_potion", - "swiftnesslevel2splashpot": "long_swiftness_splash_potion", - "swiftnesslevel2splashpotion": "long_swiftness_splash_potion", - "swiftnesslongsplashpot": "long_swiftness_splash_potion", - "swiftnesslongsplashpotion": "long_swiftness_splash_potion", - "long_swiftness_tipped_arrow": { - "potionData": { - "type": "SPEED", - "upgraded": false, - "extended": true - }, - "material": "TIPPED_ARROW" - }, - "arrowspeed2": "long_swiftness_tipped_arrow", - "arrowspeedex": "long_swiftness_tipped_arrow", - "arrowspeedextended": "long_swiftness_tipped_arrow", - "arrowspeedlevel2": "long_swiftness_tipped_arrow", - "arrowspeedlong": "long_swiftness_tipped_arrow", - "arrowswift2": "long_swiftness_tipped_arrow", - "arrowswiftex": "long_swiftness_tipped_arrow", - "arrowswiftextended": "long_swiftness_tipped_arrow", - "arrowswiftlevel2": "long_swiftness_tipped_arrow", - "arrowswiftlong": "long_swiftness_tipped_arrow", - "arrowswiftness2": "long_swiftness_tipped_arrow", - "arrowswiftnessex": "long_swiftness_tipped_arrow", - "arrowswiftnessextended": "long_swiftness_tipped_arrow", - "arrowswiftnesslevel2": "long_swiftness_tipped_arrow", - "arrowswiftnesslong": "long_swiftness_tipped_arrow", - "speed2tarr": "long_swiftness_tipped_arrow", - "speed2tarrow": "long_swiftness_tipped_arrow", - "speed2tippedarrow": "long_swiftness_tipped_arrow", - "speedarrow2": "long_swiftness_tipped_arrow", - "speedarrowex": "long_swiftness_tipped_arrow", - "speedarrowextended": "long_swiftness_tipped_arrow", - "speedarrowlevel2": "long_swiftness_tipped_arrow", - "speedarrowlong": "long_swiftness_tipped_arrow", - "speedextarr": "long_swiftness_tipped_arrow", - "speedextarrow": "long_swiftness_tipped_arrow", - "speedextendedtarr": "long_swiftness_tipped_arrow", - "speedextendedtarrow": "long_swiftness_tipped_arrow", - "speedextendedtippedarrow": "long_swiftness_tipped_arrow", - "speedextippedarrow": "long_swiftness_tipped_arrow", - "speedlevel2tarr": "long_swiftness_tipped_arrow", - "speedlevel2tarrow": "long_swiftness_tipped_arrow", - "speedlevel2tippedarrow": "long_swiftness_tipped_arrow", - "speedlongtarr": "long_swiftness_tipped_arrow", - "speedlongtarrow": "long_swiftness_tipped_arrow", - "speedlongtippedarrow": "long_swiftness_tipped_arrow", - "swift2tarr": "long_swiftness_tipped_arrow", - "swift2tarrow": "long_swiftness_tipped_arrow", - "swift2tippedarrow": "long_swiftness_tipped_arrow", - "swiftarrow2": "long_swiftness_tipped_arrow", - "swiftarrowex": "long_swiftness_tipped_arrow", - "swiftarrowextended": "long_swiftness_tipped_arrow", - "swiftarrowlevel2": "long_swiftness_tipped_arrow", - "swiftarrowlong": "long_swiftness_tipped_arrow", - "swiftextarr": "long_swiftness_tipped_arrow", - "swiftextarrow": "long_swiftness_tipped_arrow", - "swiftextendedtarr": "long_swiftness_tipped_arrow", - "swiftextendedtarrow": "long_swiftness_tipped_arrow", - "swiftextendedtippedarrow": "long_swiftness_tipped_arrow", - "swiftextippedarrow": "long_swiftness_tipped_arrow", - "swiftlevel2tarr": "long_swiftness_tipped_arrow", - "swiftlevel2tarrow": "long_swiftness_tipped_arrow", - "swiftlevel2tippedarrow": "long_swiftness_tipped_arrow", - "swiftlongtarr": "long_swiftness_tipped_arrow", - "swiftlongtarrow": "long_swiftness_tipped_arrow", - "swiftlongtippedarrow": "long_swiftness_tipped_arrow", - "swiftness2tarr": "long_swiftness_tipped_arrow", - "swiftness2tarrow": "long_swiftness_tipped_arrow", - "swiftness2tippedarrow": "long_swiftness_tipped_arrow", - "swiftnessarrow2": "long_swiftness_tipped_arrow", - "swiftnessarrowex": "long_swiftness_tipped_arrow", - "swiftnessarrowextended": "long_swiftness_tipped_arrow", - "swiftnessarrowlevel2": "long_swiftness_tipped_arrow", - "swiftnessarrowlong": "long_swiftness_tipped_arrow", - "swiftnessextarr": "long_swiftness_tipped_arrow", - "swiftnessextarrow": "long_swiftness_tipped_arrow", - "swiftnessextendedtarr": "long_swiftness_tipped_arrow", - "swiftnessextendedtarrow": "long_swiftness_tipped_arrow", - "swiftnessextendedtippedarrow": "long_swiftness_tipped_arrow", - "swiftnessextippedarrow": "long_swiftness_tipped_arrow", - "swiftnesslevel2tarr": "long_swiftness_tipped_arrow", - "swiftnesslevel2tarrow": "long_swiftness_tipped_arrow", - "swiftnesslevel2tippedarrow": "long_swiftness_tipped_arrow", - "swiftnesslongtarr": "long_swiftness_tipped_arrow", - "swiftnesslongtarrow": "long_swiftness_tipped_arrow", - "swiftnesslongtippedarrow": "long_swiftness_tipped_arrow", - "long_turtle_master_lingering_potion": { - "potionData": { - "type": "TURTLE_MASTER", - "upgraded": false, - "extended": true - }, - "material": "LINGERING_POTION" - }, - "aoepotiontm2": "long_turtle_master_lingering_potion", - "aoepotiontmex": "long_turtle_master_lingering_potion", - "aoepotiontmextended": "long_turtle_master_lingering_potion", - "aoepotiontmlevel2": "long_turtle_master_lingering_potion", - "aoepotiontmlong": "long_turtle_master_lingering_potion", - "aoepotionturtle2": "long_turtle_master_lingering_potion", - "aoepotionturtleex": "long_turtle_master_lingering_potion", - "aoepotionturtleextended": "long_turtle_master_lingering_potion", - "aoepotionturtlelevel2": "long_turtle_master_lingering_potion", - "aoepotionturtlelong": "long_turtle_master_lingering_potion", - "aoepotionturtlemaster2": "long_turtle_master_lingering_potion", - "aoepotionturtlemasterex": "long_turtle_master_lingering_potion", - "aoepotionturtlemasterextended": "long_turtle_master_lingering_potion", - "aoepotionturtlemasterlevel2": "long_turtle_master_lingering_potion", - "aoepotionturtlemasterlong": "long_turtle_master_lingering_potion", - "aoepottm2": "long_turtle_master_lingering_potion", - "aoepottmex": "long_turtle_master_lingering_potion", - "aoepottmextended": "long_turtle_master_lingering_potion", - "aoepottmlevel2": "long_turtle_master_lingering_potion", - "aoepottmlong": "long_turtle_master_lingering_potion", - "aoepotturtle2": "long_turtle_master_lingering_potion", - "aoepotturtleex": "long_turtle_master_lingering_potion", - "aoepotturtleextended": "long_turtle_master_lingering_potion", - "aoepotturtlelevel2": "long_turtle_master_lingering_potion", - "aoepotturtlelong": "long_turtle_master_lingering_potion", - "aoepotturtlemaster2": "long_turtle_master_lingering_potion", - "aoepotturtlemasterex": "long_turtle_master_lingering_potion", - "aoepotturtlemasterextended": "long_turtle_master_lingering_potion", - "aoepotturtlemasterlevel2": "long_turtle_master_lingering_potion", - "aoepotturtlemasterlong": "long_turtle_master_lingering_potion", - "areapotiontm2": "long_turtle_master_lingering_potion", - "areapotiontmex": "long_turtle_master_lingering_potion", - "areapotiontmextended": "long_turtle_master_lingering_potion", - "areapotiontmlevel2": "long_turtle_master_lingering_potion", - "areapotiontmlong": "long_turtle_master_lingering_potion", - "areapotionturtle2": "long_turtle_master_lingering_potion", - "areapotionturtleex": "long_turtle_master_lingering_potion", - "areapotionturtleextended": "long_turtle_master_lingering_potion", - "areapotionturtlelevel2": "long_turtle_master_lingering_potion", - "areapotionturtlelong": "long_turtle_master_lingering_potion", - "areapotionturtlemaster2": "long_turtle_master_lingering_potion", - "areapotionturtlemasterex": "long_turtle_master_lingering_potion", - "areapotionturtlemasterextended": "long_turtle_master_lingering_potion", - "areapotionturtlemasterlevel2": "long_turtle_master_lingering_potion", - "areapotionturtlemasterlong": "long_turtle_master_lingering_potion", - "areapottm2": "long_turtle_master_lingering_potion", - "areapottmex": "long_turtle_master_lingering_potion", - "areapottmextended": "long_turtle_master_lingering_potion", - "areapottmlevel2": "long_turtle_master_lingering_potion", - "areapottmlong": "long_turtle_master_lingering_potion", - "areapotturtle2": "long_turtle_master_lingering_potion", - "areapotturtleex": "long_turtle_master_lingering_potion", - "areapotturtleextended": "long_turtle_master_lingering_potion", - "areapotturtlelevel2": "long_turtle_master_lingering_potion", - "areapotturtlelong": "long_turtle_master_lingering_potion", - "areapotturtlemaster2": "long_turtle_master_lingering_potion", - "areapotturtlemasterex": "long_turtle_master_lingering_potion", - "areapotturtlemasterextended": "long_turtle_master_lingering_potion", - "areapotturtlemasterlevel2": "long_turtle_master_lingering_potion", - "areapotturtlemasterlong": "long_turtle_master_lingering_potion", - "cloudpotiontm2": "long_turtle_master_lingering_potion", - "cloudpotiontmex": "long_turtle_master_lingering_potion", - "cloudpotiontmextended": "long_turtle_master_lingering_potion", - "cloudpotiontmlevel2": "long_turtle_master_lingering_potion", - "cloudpotiontmlong": "long_turtle_master_lingering_potion", - "cloudpotionturtle2": "long_turtle_master_lingering_potion", - "cloudpotionturtleex": "long_turtle_master_lingering_potion", - "cloudpotionturtleextended": "long_turtle_master_lingering_potion", - "cloudpotionturtlelevel2": "long_turtle_master_lingering_potion", - "cloudpotionturtlelong": "long_turtle_master_lingering_potion", - "cloudpotionturtlemaster2": "long_turtle_master_lingering_potion", - "cloudpotionturtlemasterex": "long_turtle_master_lingering_potion", - "cloudpotionturtlemasterextended": "long_turtle_master_lingering_potion", - "cloudpotionturtlemasterlevel2": "long_turtle_master_lingering_potion", - "cloudpotionturtlemasterlong": "long_turtle_master_lingering_potion", - "cloudpottm2": "long_turtle_master_lingering_potion", - "cloudpottmex": "long_turtle_master_lingering_potion", - "cloudpottmextended": "long_turtle_master_lingering_potion", - "cloudpottmlevel2": "long_turtle_master_lingering_potion", - "cloudpottmlong": "long_turtle_master_lingering_potion", - "cloudpotturtle2": "long_turtle_master_lingering_potion", - "cloudpotturtleex": "long_turtle_master_lingering_potion", - "cloudpotturtleextended": "long_turtle_master_lingering_potion", - "cloudpotturtlelevel2": "long_turtle_master_lingering_potion", - "cloudpotturtlelong": "long_turtle_master_lingering_potion", - "cloudpotturtlemaster2": "long_turtle_master_lingering_potion", - "cloudpotturtlemasterex": "long_turtle_master_lingering_potion", - "cloudpotturtlemasterextended": "long_turtle_master_lingering_potion", - "cloudpotturtlemasterlevel2": "long_turtle_master_lingering_potion", - "cloudpotturtlemasterlong": "long_turtle_master_lingering_potion", - "lingerpottm2": "long_turtle_master_lingering_potion", - "lingerpottmex": "long_turtle_master_lingering_potion", - "lingerpottmextended": "long_turtle_master_lingering_potion", - "lingerpottmlevel2": "long_turtle_master_lingering_potion", - "lingerpottmlong": "long_turtle_master_lingering_potion", - "lingerpotturtle2": "long_turtle_master_lingering_potion", - "lingerpotturtleex": "long_turtle_master_lingering_potion", - "lingerpotturtleextended": "long_turtle_master_lingering_potion", - "lingerpotturtlelevel2": "long_turtle_master_lingering_potion", - "lingerpotturtlelong": "long_turtle_master_lingering_potion", - "lingerpotturtlemaster2": "long_turtle_master_lingering_potion", - "lingerpotturtlemasterex": "long_turtle_master_lingering_potion", - "lingerpotturtlemasterextended": "long_turtle_master_lingering_potion", - "lingerpotturtlemasterlevel2": "long_turtle_master_lingering_potion", - "lingerpotturtlemasterlong": "long_turtle_master_lingering_potion", - "tmaoepoiont2": "long_turtle_master_lingering_potion", - "tmaoepoiontex": "long_turtle_master_lingering_potion", - "tmaoepoiontextended": "long_turtle_master_lingering_potion", - "tmaoepoiontlevel2": "long_turtle_master_lingering_potion", - "tmaoepoiontlong": "long_turtle_master_lingering_potion", - "tmaoepot2": "long_turtle_master_lingering_potion", - "tmaoepotex": "long_turtle_master_lingering_potion", - "tmaoepotextended": "long_turtle_master_lingering_potion", - "tmaoepotlevel2": "long_turtle_master_lingering_potion", - "tmaoepotlong": "long_turtle_master_lingering_potion", - "tmareapot2": "long_turtle_master_lingering_potion", - "tmareapotex": "long_turtle_master_lingering_potion", - "tmareapotextended": "long_turtle_master_lingering_potion", - "tmareapotion2": "long_turtle_master_lingering_potion", - "tmareapotionex": "long_turtle_master_lingering_potion", - "tmareapotionextended": "long_turtle_master_lingering_potion", - "tmareapotionlevel2": "long_turtle_master_lingering_potion", - "tmareapotionlong": "long_turtle_master_lingering_potion", - "tmareapotlevel2": "long_turtle_master_lingering_potion", - "tmareapotlong": "long_turtle_master_lingering_potion", - "tmcloudpot2": "long_turtle_master_lingering_potion", - "tmcloudpotex": "long_turtle_master_lingering_potion", - "tmcloudpotextended": "long_turtle_master_lingering_potion", - "tmcloudpotion2": "long_turtle_master_lingering_potion", - "tmcloudpotionex": "long_turtle_master_lingering_potion", - "tmcloudpotionextended": "long_turtle_master_lingering_potion", - "tmcloudpotionlevel2": "long_turtle_master_lingering_potion", - "tmcloudpotionlong": "long_turtle_master_lingering_potion", - "tmcloudpotlevel2": "long_turtle_master_lingering_potion", - "tmcloudpotlong": "long_turtle_master_lingering_potion", - "tmlingerpot2": "long_turtle_master_lingering_potion", - "tmlingerpotex": "long_turtle_master_lingering_potion", - "tmlingerpotextended": "long_turtle_master_lingering_potion", - "tmlingerpotlevel2": "long_turtle_master_lingering_potion", - "tmlingerpotlong": "long_turtle_master_lingering_potion", - "turtleaoepoiont2": "long_turtle_master_lingering_potion", - "turtleaoepoiontex": "long_turtle_master_lingering_potion", - "turtleaoepoiontextended": "long_turtle_master_lingering_potion", - "turtleaoepoiontlevel2": "long_turtle_master_lingering_potion", - "turtleaoepoiontlong": "long_turtle_master_lingering_potion", - "turtleaoepot2": "long_turtle_master_lingering_potion", - "turtleaoepotex": "long_turtle_master_lingering_potion", - "turtleaoepotextended": "long_turtle_master_lingering_potion", - "turtleaoepotlevel2": "long_turtle_master_lingering_potion", - "turtleaoepotlong": "long_turtle_master_lingering_potion", - "turtleareapot2": "long_turtle_master_lingering_potion", - "turtleareapotex": "long_turtle_master_lingering_potion", - "turtleareapotextended": "long_turtle_master_lingering_potion", - "turtleareapotion2": "long_turtle_master_lingering_potion", - "turtleareapotionex": "long_turtle_master_lingering_potion", - "turtleareapotionextended": "long_turtle_master_lingering_potion", - "turtleareapotionlevel2": "long_turtle_master_lingering_potion", - "turtleareapotionlong": "long_turtle_master_lingering_potion", - "turtleareapotlevel2": "long_turtle_master_lingering_potion", - "turtleareapotlong": "long_turtle_master_lingering_potion", - "turtlecloudpot2": "long_turtle_master_lingering_potion", - "turtlecloudpotex": "long_turtle_master_lingering_potion", - "turtlecloudpotextended": "long_turtle_master_lingering_potion", - "turtlecloudpotion2": "long_turtle_master_lingering_potion", - "turtlecloudpotionex": "long_turtle_master_lingering_potion", - "turtlecloudpotionextended": "long_turtle_master_lingering_potion", - "turtlecloudpotionlevel2": "long_turtle_master_lingering_potion", - "turtlecloudpotionlong": "long_turtle_master_lingering_potion", - "turtlecloudpotlevel2": "long_turtle_master_lingering_potion", - "turtlecloudpotlong": "long_turtle_master_lingering_potion", - "turtlelingerpot2": "long_turtle_master_lingering_potion", - "turtlelingerpotex": "long_turtle_master_lingering_potion", - "turtlelingerpotextended": "long_turtle_master_lingering_potion", - "turtlelingerpotlevel2": "long_turtle_master_lingering_potion", - "turtlelingerpotlong": "long_turtle_master_lingering_potion", - "turtlemasteraoepoiont2": "long_turtle_master_lingering_potion", - "turtlemasteraoepoiontex": "long_turtle_master_lingering_potion", - "turtlemasteraoepoiontextended": "long_turtle_master_lingering_potion", - "turtlemasteraoepoiontlevel2": "long_turtle_master_lingering_potion", - "turtlemasteraoepoiontlong": "long_turtle_master_lingering_potion", - "turtlemasteraoepot2": "long_turtle_master_lingering_potion", - "turtlemasteraoepotex": "long_turtle_master_lingering_potion", - "turtlemasteraoepotextended": "long_turtle_master_lingering_potion", - "turtlemasteraoepotlevel2": "long_turtle_master_lingering_potion", - "turtlemasteraoepotlong": "long_turtle_master_lingering_potion", - "turtlemasterareapot2": "long_turtle_master_lingering_potion", - "turtlemasterareapotex": "long_turtle_master_lingering_potion", - "turtlemasterareapotextended": "long_turtle_master_lingering_potion", - "turtlemasterareapotion2": "long_turtle_master_lingering_potion", - "turtlemasterareapotionex": "long_turtle_master_lingering_potion", - "turtlemasterareapotionextended": "long_turtle_master_lingering_potion", - "turtlemasterareapotionlevel2": "long_turtle_master_lingering_potion", - "turtlemasterareapotionlong": "long_turtle_master_lingering_potion", - "turtlemasterareapotlevel2": "long_turtle_master_lingering_potion", - "turtlemasterareapotlong": "long_turtle_master_lingering_potion", - "turtlemastercloudpot2": "long_turtle_master_lingering_potion", - "turtlemastercloudpotex": "long_turtle_master_lingering_potion", - "turtlemastercloudpotextended": "long_turtle_master_lingering_potion", - "turtlemastercloudpotion2": "long_turtle_master_lingering_potion", - "turtlemastercloudpotionex": "long_turtle_master_lingering_potion", - "turtlemastercloudpotionextended": "long_turtle_master_lingering_potion", - "turtlemastercloudpotionlevel2": "long_turtle_master_lingering_potion", - "turtlemastercloudpotionlong": "long_turtle_master_lingering_potion", - "turtlemastercloudpotlevel2": "long_turtle_master_lingering_potion", - "turtlemastercloudpotlong": "long_turtle_master_lingering_potion", - "turtlemasterlingerpot2": "long_turtle_master_lingering_potion", - "turtlemasterlingerpotex": "long_turtle_master_lingering_potion", - "turtlemasterlingerpotextended": "long_turtle_master_lingering_potion", - "turtlemasterlingerpotlevel2": "long_turtle_master_lingering_potion", - "turtlemasterlingerpotlong": "long_turtle_master_lingering_potion", - "long_turtle_master_potion": { - "potionData": { - "type": "TURTLE_MASTER", - "upgraded": false, - "extended": true - }, - "material": "POTION" - }, - "potionoftm2": "long_turtle_master_potion", - "potionoftmex": "long_turtle_master_potion", - "potionoftmextended": "long_turtle_master_potion", - "potionoftmlevel2": "long_turtle_master_potion", - "potionoftmlong": "long_turtle_master_potion", - "potionofturtle2": "long_turtle_master_potion", - "potionofturtleex": "long_turtle_master_potion", - "potionofturtleextended": "long_turtle_master_potion", - "potionofturtlelevel2": "long_turtle_master_potion", - "potionofturtlelong": "long_turtle_master_potion", - "potionofturtlemaster2": "long_turtle_master_potion", - "potionofturtlemasterex": "long_turtle_master_potion", - "potionofturtlemasterextended": "long_turtle_master_potion", - "potionofturtlemasterlevel2": "long_turtle_master_potion", - "potionofturtlemasterlong": "long_turtle_master_potion", - "potoftm2": "long_turtle_master_potion", - "potoftmex": "long_turtle_master_potion", - "potoftmextended": "long_turtle_master_potion", - "potoftmlevel2": "long_turtle_master_potion", - "potoftmlong": "long_turtle_master_potion", - "potofturtle2": "long_turtle_master_potion", - "potofturtleex": "long_turtle_master_potion", - "potofturtleextended": "long_turtle_master_potion", - "potofturtlelevel2": "long_turtle_master_potion", - "potofturtlelong": "long_turtle_master_potion", - "potofturtlemaster2": "long_turtle_master_potion", - "potofturtlemasterex": "long_turtle_master_potion", - "potofturtlemasterextended": "long_turtle_master_potion", - "potofturtlemasterlevel2": "long_turtle_master_potion", - "potofturtlemasterlong": "long_turtle_master_potion", - "tm2pot": "long_turtle_master_potion", - "tm2potion": "long_turtle_master_potion", - "tmexpot": "long_turtle_master_potion", - "tmexpotion": "long_turtle_master_potion", - "tmextendedpot": "long_turtle_master_potion", - "tmextendedpotion": "long_turtle_master_potion", - "tmlevel2pot": "long_turtle_master_potion", - "tmlevel2potion": "long_turtle_master_potion", - "tmlongpot": "long_turtle_master_potion", - "tmlongpotion": "long_turtle_master_potion", - "turtle2pot": "long_turtle_master_potion", - "turtle2potion": "long_turtle_master_potion", - "turtleexpot": "long_turtle_master_potion", - "turtleexpotion": "long_turtle_master_potion", - "turtleextendedpot": "long_turtle_master_potion", - "turtleextendedpotion": "long_turtle_master_potion", - "turtlelevel2pot": "long_turtle_master_potion", - "turtlelevel2potion": "long_turtle_master_potion", - "turtlelongpot": "long_turtle_master_potion", - "turtlelongpotion": "long_turtle_master_potion", - "turtlemaster2pot": "long_turtle_master_potion", - "turtlemaster2potion": "long_turtle_master_potion", - "turtlemasterexpot": "long_turtle_master_potion", - "turtlemasterexpotion": "long_turtle_master_potion", - "turtlemasterextendedpot": "long_turtle_master_potion", - "turtlemasterextendedpotion": "long_turtle_master_potion", - "turtlemasterlevel2pot": "long_turtle_master_potion", - "turtlemasterlevel2potion": "long_turtle_master_potion", - "turtlemasterlongpot": "long_turtle_master_potion", - "turtlemasterlongpotion": "long_turtle_master_potion", - "long_turtle_master_splash_potion": { - "potionData": { - "type": "TURTLE_MASTER", - "upgraded": false, - "extended": true - }, - "material": "SPLASH_POTION" - }, - "splashtm2pot": "long_turtle_master_splash_potion", - "splashtm2potion": "long_turtle_master_splash_potion", - "splashtmexpot": "long_turtle_master_splash_potion", - "splashtmexpotion": "long_turtle_master_splash_potion", - "splashtmextendedpot": "long_turtle_master_splash_potion", - "splashtmextendedpotion": "long_turtle_master_splash_potion", - "splashtmlevel2pot": "long_turtle_master_splash_potion", - "splashtmlevel2potion": "long_turtle_master_splash_potion", - "splashtmlongpot": "long_turtle_master_splash_potion", - "splashtmlongpotion": "long_turtle_master_splash_potion", - "splashturtle2pot": "long_turtle_master_splash_potion", - "splashturtle2potion": "long_turtle_master_splash_potion", - "splashturtleexpot": "long_turtle_master_splash_potion", - "splashturtleexpotion": "long_turtle_master_splash_potion", - "splashturtleextendedpot": "long_turtle_master_splash_potion", - "splashturtleextendedpotion": "long_turtle_master_splash_potion", - "splashturtlelevel2pot": "long_turtle_master_splash_potion", - "splashturtlelevel2potion": "long_turtle_master_splash_potion", - "splashturtlelongpot": "long_turtle_master_splash_potion", - "splashturtlelongpotion": "long_turtle_master_splash_potion", - "splashturtlemaster2pot": "long_turtle_master_splash_potion", - "splashturtlemaster2potion": "long_turtle_master_splash_potion", - "splashturtlemasterexpot": "long_turtle_master_splash_potion", - "splashturtlemasterexpotion": "long_turtle_master_splash_potion", - "splashturtlemasterextendedpot": "long_turtle_master_splash_potion", - "splashturtlemasterextendedpotion": "long_turtle_master_splash_potion", - "splashturtlemasterlevel2pot": "long_turtle_master_splash_potion", - "splashturtlemasterlevel2potion": "long_turtle_master_splash_potion", - "splashturtlemasterlongpot": "long_turtle_master_splash_potion", - "splashturtlemasterlongpotion": "long_turtle_master_splash_potion", - "spltm2pot": "long_turtle_master_splash_potion", - "spltm2potion": "long_turtle_master_splash_potion", - "spltmexpot": "long_turtle_master_splash_potion", - "spltmexpotion": "long_turtle_master_splash_potion", - "spltmextendedpot": "long_turtle_master_splash_potion", - "spltmextendedpotion": "long_turtle_master_splash_potion", - "spltmlevel2pot": "long_turtle_master_splash_potion", - "spltmlevel2potion": "long_turtle_master_splash_potion", - "spltmlongpot": "long_turtle_master_splash_potion", - "spltmlongpotion": "long_turtle_master_splash_potion", - "splturtle2pot": "long_turtle_master_splash_potion", - "splturtle2potion": "long_turtle_master_splash_potion", - "splturtleexpot": "long_turtle_master_splash_potion", - "splturtleexpotion": "long_turtle_master_splash_potion", - "splturtleextendedpot": "long_turtle_master_splash_potion", - "splturtleextendedpotion": "long_turtle_master_splash_potion", - "splturtlelevel2pot": "long_turtle_master_splash_potion", - "splturtlelevel2potion": "long_turtle_master_splash_potion", - "splturtlelongpot": "long_turtle_master_splash_potion", - "splturtlelongpotion": "long_turtle_master_splash_potion", - "splturtlemaster2pot": "long_turtle_master_splash_potion", - "splturtlemaster2potion": "long_turtle_master_splash_potion", - "splturtlemasterexpot": "long_turtle_master_splash_potion", - "splturtlemasterexpotion": "long_turtle_master_splash_potion", - "splturtlemasterextendedpot": "long_turtle_master_splash_potion", - "splturtlemasterextendedpotion": "long_turtle_master_splash_potion", - "splturtlemasterlevel2pot": "long_turtle_master_splash_potion", - "splturtlemasterlevel2potion": "long_turtle_master_splash_potion", - "splturtlemasterlongpot": "long_turtle_master_splash_potion", - "splturtlemasterlongpotion": "long_turtle_master_splash_potion", - "tm2splashpot": "long_turtle_master_splash_potion", - "tm2splashpotion": "long_turtle_master_splash_potion", - "tmexsplashpot": "long_turtle_master_splash_potion", - "tmexsplashpotion": "long_turtle_master_splash_potion", - "tmextendedsplashpot": "long_turtle_master_splash_potion", - "tmextendedsplashpotion": "long_turtle_master_splash_potion", - "tmlevel2splashpot": "long_turtle_master_splash_potion", - "tmlevel2splashpotion": "long_turtle_master_splash_potion", - "tmlongsplashpot": "long_turtle_master_splash_potion", - "tmlongsplashpotion": "long_turtle_master_splash_potion", - "turtle2splashpot": "long_turtle_master_splash_potion", - "turtle2splashpotion": "long_turtle_master_splash_potion", - "turtleexsplashpot": "long_turtle_master_splash_potion", - "turtleexsplashpotion": "long_turtle_master_splash_potion", - "turtleextendedsplashpot": "long_turtle_master_splash_potion", - "turtleextendedsplashpotion": "long_turtle_master_splash_potion", - "turtlelevel2splashpot": "long_turtle_master_splash_potion", - "turtlelevel2splashpotion": "long_turtle_master_splash_potion", - "turtlelongsplashpot": "long_turtle_master_splash_potion", - "turtlelongsplashpotion": "long_turtle_master_splash_potion", - "turtlemaster2splashpot": "long_turtle_master_splash_potion", - "turtlemaster2splashpotion": "long_turtle_master_splash_potion", - "turtlemasterexsplashpot": "long_turtle_master_splash_potion", - "turtlemasterexsplashpotion": "long_turtle_master_splash_potion", - "turtlemasterextendedsplashpot": "long_turtle_master_splash_potion", - "turtlemasterextendedsplashpotion": "long_turtle_master_splash_potion", - "turtlemasterlevel2splashpot": "long_turtle_master_splash_potion", - "turtlemasterlevel2splashpotion": "long_turtle_master_splash_potion", - "turtlemasterlongsplashpot": "long_turtle_master_splash_potion", - "turtlemasterlongsplashpotion": "long_turtle_master_splash_potion", - "long_turtle_master_tipped_arrow": { - "potionData": { - "type": "TURTLE_MASTER", - "upgraded": false, - "extended": true - }, - "material": "TIPPED_ARROW" - }, - "arrowtm2": "long_turtle_master_tipped_arrow", - "arrowtmex": "long_turtle_master_tipped_arrow", - "arrowtmextended": "long_turtle_master_tipped_arrow", - "arrowtmlevel2": "long_turtle_master_tipped_arrow", - "arrowtmlong": "long_turtle_master_tipped_arrow", - "arrowturtle2": "long_turtle_master_tipped_arrow", - "arrowturtleex": "long_turtle_master_tipped_arrow", - "arrowturtleextended": "long_turtle_master_tipped_arrow", - "arrowturtlelevel2": "long_turtle_master_tipped_arrow", - "arrowturtlelong": "long_turtle_master_tipped_arrow", - "arrowturtlemaster2": "long_turtle_master_tipped_arrow", - "arrowturtlemasterex": "long_turtle_master_tipped_arrow", - "arrowturtlemasterextended": "long_turtle_master_tipped_arrow", - "arrowturtlemasterlevel2": "long_turtle_master_tipped_arrow", - "arrowturtlemasterlong": "long_turtle_master_tipped_arrow", - "tm2tarr": "long_turtle_master_tipped_arrow", - "tm2tarrow": "long_turtle_master_tipped_arrow", - "tm2tippedarrow": "long_turtle_master_tipped_arrow", - "tmarrow2": "long_turtle_master_tipped_arrow", - "tmarrowex": "long_turtle_master_tipped_arrow", - "tmarrowextended": "long_turtle_master_tipped_arrow", - "tmarrowlevel2": "long_turtle_master_tipped_arrow", - "tmarrowlong": "long_turtle_master_tipped_arrow", - "tmextarr": "long_turtle_master_tipped_arrow", - "tmextarrow": "long_turtle_master_tipped_arrow", - "tmextendedtarr": "long_turtle_master_tipped_arrow", - "tmextendedtarrow": "long_turtle_master_tipped_arrow", - "tmextendedtippedarrow": "long_turtle_master_tipped_arrow", - "tmextippedarrow": "long_turtle_master_tipped_arrow", - "tmlevel2tarr": "long_turtle_master_tipped_arrow", - "tmlevel2tarrow": "long_turtle_master_tipped_arrow", - "tmlevel2tippedarrow": "long_turtle_master_tipped_arrow", - "tmlongtarr": "long_turtle_master_tipped_arrow", - "tmlongtarrow": "long_turtle_master_tipped_arrow", - "tmlongtippedarrow": "long_turtle_master_tipped_arrow", - "turtle2tarr": "long_turtle_master_tipped_arrow", - "turtle2tarrow": "long_turtle_master_tipped_arrow", - "turtle2tippedarrow": "long_turtle_master_tipped_arrow", - "turtlearrow2": "long_turtle_master_tipped_arrow", - "turtlearrowex": "long_turtle_master_tipped_arrow", - "turtlearrowextended": "long_turtle_master_tipped_arrow", - "turtlearrowlevel2": "long_turtle_master_tipped_arrow", - "turtlearrowlong": "long_turtle_master_tipped_arrow", - "turtleextarr": "long_turtle_master_tipped_arrow", - "turtleextarrow": "long_turtle_master_tipped_arrow", - "turtleextendedtarr": "long_turtle_master_tipped_arrow", - "turtleextendedtarrow": "long_turtle_master_tipped_arrow", - "turtleextendedtippedarrow": "long_turtle_master_tipped_arrow", - "turtleextippedarrow": "long_turtle_master_tipped_arrow", - "turtlelevel2tarr": "long_turtle_master_tipped_arrow", - "turtlelevel2tarrow": "long_turtle_master_tipped_arrow", - "turtlelevel2tippedarrow": "long_turtle_master_tipped_arrow", - "turtlelongtarr": "long_turtle_master_tipped_arrow", - "turtlelongtarrow": "long_turtle_master_tipped_arrow", - "turtlelongtippedarrow": "long_turtle_master_tipped_arrow", - "turtlemaster2tarr": "long_turtle_master_tipped_arrow", - "turtlemaster2tarrow": "long_turtle_master_tipped_arrow", - "turtlemaster2tippedarrow": "long_turtle_master_tipped_arrow", - "turtlemasterarrow2": "long_turtle_master_tipped_arrow", - "turtlemasterarrowex": "long_turtle_master_tipped_arrow", - "turtlemasterarrowextended": "long_turtle_master_tipped_arrow", - "turtlemasterarrowlevel2": "long_turtle_master_tipped_arrow", - "turtlemasterarrowlong": "long_turtle_master_tipped_arrow", - "turtlemasterextarr": "long_turtle_master_tipped_arrow", - "turtlemasterextarrow": "long_turtle_master_tipped_arrow", - "turtlemasterextendedtarr": "long_turtle_master_tipped_arrow", - "turtlemasterextendedtarrow": "long_turtle_master_tipped_arrow", - "turtlemasterextendedtippedarrow": "long_turtle_master_tipped_arrow", - "turtlemasterextippedarrow": "long_turtle_master_tipped_arrow", - "turtlemasterlevel2tarr": "long_turtle_master_tipped_arrow", - "turtlemasterlevel2tarrow": "long_turtle_master_tipped_arrow", - "turtlemasterlevel2tippedarrow": "long_turtle_master_tipped_arrow", - "turtlemasterlongtarr": "long_turtle_master_tipped_arrow", - "turtlemasterlongtarrow": "long_turtle_master_tipped_arrow", - "turtlemasterlongtippedarrow": "long_turtle_master_tipped_arrow", - "long_water_breathing_lingering_potion": { - "potionData": { - "type": "WATER_BREATHING", - "upgraded": false, - "extended": true - }, - "material": "LINGERING_POTION" - }, - "aoepotbreath2": "long_water_breathing_lingering_potion", - "aoepotbreathex": "long_water_breathing_lingering_potion", - "aoepotbreathextended": "long_water_breathing_lingering_potion", - "aoepotbreathing2": "long_water_breathing_lingering_potion", - "aoepotbreathingex": "long_water_breathing_lingering_potion", - "aoepotbreathingextended": "long_water_breathing_lingering_potion", - "aoepotbreathinglevel2": "long_water_breathing_lingering_potion", - "aoepotbreathinglong": "long_water_breathing_lingering_potion", - "aoepotbreathlevel2": "long_water_breathing_lingering_potion", - "aoepotbreathlong": "long_water_breathing_lingering_potion", - "aoepotionbreath2": "long_water_breathing_lingering_potion", - "aoepotionbreathex": "long_water_breathing_lingering_potion", - "aoepotionbreathextended": "long_water_breathing_lingering_potion", - "aoepotionbreathing2": "long_water_breathing_lingering_potion", - "aoepotionbreathingex": "long_water_breathing_lingering_potion", - "aoepotionbreathingextended": "long_water_breathing_lingering_potion", - "aoepotionbreathinglevel2": "long_water_breathing_lingering_potion", - "aoepotionbreathinglong": "long_water_breathing_lingering_potion", - "aoepotionbreathlevel2": "long_water_breathing_lingering_potion", - "aoepotionbreathlong": "long_water_breathing_lingering_potion", - "aoepotionwaterbreath2": "long_water_breathing_lingering_potion", - "aoepotionwaterbreathex": "long_water_breathing_lingering_potion", - "aoepotionwaterbreathextended": "long_water_breathing_lingering_potion", - "aoepotionwaterbreathing2": "long_water_breathing_lingering_potion", - "aoepotionwaterbreathingex": "long_water_breathing_lingering_potion", - "aoepotionwaterbreathingextended": "long_water_breathing_lingering_potion", - "aoepotionwaterbreathinglevel2": "long_water_breathing_lingering_potion", - "aoepotionwaterbreathinglong": "long_water_breathing_lingering_potion", - "aoepotionwaterbreathlevel2": "long_water_breathing_lingering_potion", - "aoepotionwaterbreathlong": "long_water_breathing_lingering_potion", - "aoepotionwb2": "long_water_breathing_lingering_potion", - "aoepotionwbex": "long_water_breathing_lingering_potion", - "aoepotionwbextended": "long_water_breathing_lingering_potion", - "aoepotionwblevel2": "long_water_breathing_lingering_potion", - "aoepotionwblong": "long_water_breathing_lingering_potion", - "aoepotwaterbreath2": "long_water_breathing_lingering_potion", - "aoepotwaterbreathex": "long_water_breathing_lingering_potion", - "aoepotwaterbreathextended": "long_water_breathing_lingering_potion", - "aoepotwaterbreathing2": "long_water_breathing_lingering_potion", - "aoepotwaterbreathingex": "long_water_breathing_lingering_potion", - "aoepotwaterbreathingextended": "long_water_breathing_lingering_potion", - "aoepotwaterbreathinglevel2": "long_water_breathing_lingering_potion", - "aoepotwaterbreathinglong": "long_water_breathing_lingering_potion", - "aoepotwaterbreathlevel2": "long_water_breathing_lingering_potion", - "aoepotwaterbreathlong": "long_water_breathing_lingering_potion", - "aoepotwb2": "long_water_breathing_lingering_potion", - "aoepotwbex": "long_water_breathing_lingering_potion", - "aoepotwbextended": "long_water_breathing_lingering_potion", - "aoepotwblevel2": "long_water_breathing_lingering_potion", - "aoepotwblong": "long_water_breathing_lingering_potion", - "areapotbreath2": "long_water_breathing_lingering_potion", - "areapotbreathex": "long_water_breathing_lingering_potion", - "areapotbreathextended": "long_water_breathing_lingering_potion", - "areapotbreathing2": "long_water_breathing_lingering_potion", - "areapotbreathingex": "long_water_breathing_lingering_potion", - "areapotbreathingextended": "long_water_breathing_lingering_potion", - "areapotbreathinglevel2": "long_water_breathing_lingering_potion", - "areapotbreathinglong": "long_water_breathing_lingering_potion", - "areapotbreathlevel2": "long_water_breathing_lingering_potion", - "areapotbreathlong": "long_water_breathing_lingering_potion", - "areapotionbreath2": "long_water_breathing_lingering_potion", - "areapotionbreathex": "long_water_breathing_lingering_potion", - "areapotionbreathextended": "long_water_breathing_lingering_potion", - "areapotionbreathing2": "long_water_breathing_lingering_potion", - "areapotionbreathingex": "long_water_breathing_lingering_potion", - "areapotionbreathingextended": "long_water_breathing_lingering_potion", - "areapotionbreathinglevel2": "long_water_breathing_lingering_potion", - "areapotionbreathinglong": "long_water_breathing_lingering_potion", - "areapotionbreathlevel2": "long_water_breathing_lingering_potion", - "areapotionbreathlong": "long_water_breathing_lingering_potion", - "areapotionwaterbreath2": "long_water_breathing_lingering_potion", - "areapotionwaterbreathex": "long_water_breathing_lingering_potion", - "areapotionwaterbreathextended": "long_water_breathing_lingering_potion", - "areapotionwaterbreathing2": "long_water_breathing_lingering_potion", - "areapotionwaterbreathingex": "long_water_breathing_lingering_potion", - "areapotionwaterbreathingextended": "long_water_breathing_lingering_potion", - "areapotionwaterbreathinglevel2": "long_water_breathing_lingering_potion", - "areapotionwaterbreathinglong": "long_water_breathing_lingering_potion", - "areapotionwaterbreathlevel2": "long_water_breathing_lingering_potion", - "areapotionwaterbreathlong": "long_water_breathing_lingering_potion", - "areapotionwb2": "long_water_breathing_lingering_potion", - "areapotionwbex": "long_water_breathing_lingering_potion", - "areapotionwbextended": "long_water_breathing_lingering_potion", - "areapotionwblevel2": "long_water_breathing_lingering_potion", - "areapotionwblong": "long_water_breathing_lingering_potion", - "areapotwaterbreath2": "long_water_breathing_lingering_potion", - "areapotwaterbreathex": "long_water_breathing_lingering_potion", - "areapotwaterbreathextended": "long_water_breathing_lingering_potion", - "areapotwaterbreathing2": "long_water_breathing_lingering_potion", - "areapotwaterbreathingex": "long_water_breathing_lingering_potion", - "areapotwaterbreathingextended": "long_water_breathing_lingering_potion", - "areapotwaterbreathinglevel2": "long_water_breathing_lingering_potion", - "areapotwaterbreathinglong": "long_water_breathing_lingering_potion", - "areapotwaterbreathlevel2": "long_water_breathing_lingering_potion", - "areapotwaterbreathlong": "long_water_breathing_lingering_potion", - "areapotwb2": "long_water_breathing_lingering_potion", - "areapotwbex": "long_water_breathing_lingering_potion", - "areapotwbextended": "long_water_breathing_lingering_potion", - "areapotwblevel2": "long_water_breathing_lingering_potion", - "areapotwblong": "long_water_breathing_lingering_potion", - "breathaoepoiont2": "long_water_breathing_lingering_potion", - "breathaoepoiontex": "long_water_breathing_lingering_potion", - "breathaoepoiontextended": "long_water_breathing_lingering_potion", - "breathaoepoiontlevel2": "long_water_breathing_lingering_potion", - "breathaoepoiontlong": "long_water_breathing_lingering_potion", - "breathaoepot2": "long_water_breathing_lingering_potion", - "breathaoepotex": "long_water_breathing_lingering_potion", - "breathaoepotextended": "long_water_breathing_lingering_potion", - "breathaoepotlevel2": "long_water_breathing_lingering_potion", - "breathaoepotlong": "long_water_breathing_lingering_potion", - "breathareapot2": "long_water_breathing_lingering_potion", - "breathareapotex": "long_water_breathing_lingering_potion", - "breathareapotextended": "long_water_breathing_lingering_potion", - "breathareapotion2": "long_water_breathing_lingering_potion", - "breathareapotionex": "long_water_breathing_lingering_potion", - "breathareapotionextended": "long_water_breathing_lingering_potion", - "breathareapotionlevel2": "long_water_breathing_lingering_potion", - "breathareapotionlong": "long_water_breathing_lingering_potion", - "breathareapotlevel2": "long_water_breathing_lingering_potion", - "breathareapotlong": "long_water_breathing_lingering_potion", - "breathcloudpot2": "long_water_breathing_lingering_potion", - "breathcloudpotex": "long_water_breathing_lingering_potion", - "breathcloudpotextended": "long_water_breathing_lingering_potion", - "breathcloudpotion2": "long_water_breathing_lingering_potion", - "breathcloudpotionex": "long_water_breathing_lingering_potion", - "breathcloudpotionextended": "long_water_breathing_lingering_potion", - "breathcloudpotionlevel2": "long_water_breathing_lingering_potion", - "breathcloudpotionlong": "long_water_breathing_lingering_potion", - "breathcloudpotlevel2": "long_water_breathing_lingering_potion", - "breathcloudpotlong": "long_water_breathing_lingering_potion", - "breathingaoepoiont2": "long_water_breathing_lingering_potion", - "breathingaoepoiontex": "long_water_breathing_lingering_potion", - "breathingaoepoiontextended": "long_water_breathing_lingering_potion", - "breathingaoepoiontlevel2": "long_water_breathing_lingering_potion", - "breathingaoepoiontlong": "long_water_breathing_lingering_potion", - "breathingaoepot2": "long_water_breathing_lingering_potion", - "breathingaoepotex": "long_water_breathing_lingering_potion", - "breathingaoepotextended": "long_water_breathing_lingering_potion", - "breathingaoepotlevel2": "long_water_breathing_lingering_potion", - "breathingaoepotlong": "long_water_breathing_lingering_potion", - "breathingareapot2": "long_water_breathing_lingering_potion", - "breathingareapotex": "long_water_breathing_lingering_potion", - "breathingareapotextended": "long_water_breathing_lingering_potion", - "breathingareapotion2": "long_water_breathing_lingering_potion", - "breathingareapotionex": "long_water_breathing_lingering_potion", - "breathingareapotionextended": "long_water_breathing_lingering_potion", - "breathingareapotionlevel2": "long_water_breathing_lingering_potion", - "breathingareapotionlong": "long_water_breathing_lingering_potion", - "breathingareapotlevel2": "long_water_breathing_lingering_potion", - "breathingareapotlong": "long_water_breathing_lingering_potion", - "breathingcloudpot2": "long_water_breathing_lingering_potion", - "breathingcloudpotex": "long_water_breathing_lingering_potion", - "breathingcloudpotextended": "long_water_breathing_lingering_potion", - "breathingcloudpotion2": "long_water_breathing_lingering_potion", - "breathingcloudpotionex": "long_water_breathing_lingering_potion", - "breathingcloudpotionextended": "long_water_breathing_lingering_potion", - "breathingcloudpotionlevel2": "long_water_breathing_lingering_potion", - "breathingcloudpotionlong": "long_water_breathing_lingering_potion", - "breathingcloudpotlevel2": "long_water_breathing_lingering_potion", - "breathingcloudpotlong": "long_water_breathing_lingering_potion", - "breathinglingerpot2": "long_water_breathing_lingering_potion", - "breathinglingerpotex": "long_water_breathing_lingering_potion", - "breathinglingerpotextended": "long_water_breathing_lingering_potion", - "breathinglingerpotlevel2": "long_water_breathing_lingering_potion", - "breathinglingerpotlong": "long_water_breathing_lingering_potion", - "breathlingerpot2": "long_water_breathing_lingering_potion", - "breathlingerpotex": "long_water_breathing_lingering_potion", - "breathlingerpotextended": "long_water_breathing_lingering_potion", - "breathlingerpotlevel2": "long_water_breathing_lingering_potion", - "breathlingerpotlong": "long_water_breathing_lingering_potion", - "cloudpotbreath2": "long_water_breathing_lingering_potion", - "cloudpotbreathex": "long_water_breathing_lingering_potion", - "cloudpotbreathextended": "long_water_breathing_lingering_potion", - "cloudpotbreathing2": "long_water_breathing_lingering_potion", - "cloudpotbreathingex": "long_water_breathing_lingering_potion", - "cloudpotbreathingextended": "long_water_breathing_lingering_potion", - "cloudpotbreathinglevel2": "long_water_breathing_lingering_potion", - "cloudpotbreathinglong": "long_water_breathing_lingering_potion", - "cloudpotbreathlevel2": "long_water_breathing_lingering_potion", - "cloudpotbreathlong": "long_water_breathing_lingering_potion", - "cloudpotionbreath2": "long_water_breathing_lingering_potion", - "cloudpotionbreathex": "long_water_breathing_lingering_potion", - "cloudpotionbreathextended": "long_water_breathing_lingering_potion", - "cloudpotionbreathing2": "long_water_breathing_lingering_potion", - "cloudpotionbreathingex": "long_water_breathing_lingering_potion", - "cloudpotionbreathingextended": "long_water_breathing_lingering_potion", - "cloudpotionbreathinglevel2": "long_water_breathing_lingering_potion", - "cloudpotionbreathinglong": "long_water_breathing_lingering_potion", - "cloudpotionbreathlevel2": "long_water_breathing_lingering_potion", - "cloudpotionbreathlong": "long_water_breathing_lingering_potion", - "cloudpotionwaterbreath2": "long_water_breathing_lingering_potion", - "cloudpotionwaterbreathex": "long_water_breathing_lingering_potion", - "cloudpotionwaterbreathextended": "long_water_breathing_lingering_potion", - "cloudpotionwaterbreathing2": "long_water_breathing_lingering_potion", - "cloudpotionwaterbreathingex": "long_water_breathing_lingering_potion", - "cloudpotionwaterbreathingextended": "long_water_breathing_lingering_potion", - "cloudpotionwaterbreathinglevel2": "long_water_breathing_lingering_potion", - "cloudpotionwaterbreathinglong": "long_water_breathing_lingering_potion", - "cloudpotionwaterbreathlevel2": "long_water_breathing_lingering_potion", - "cloudpotionwaterbreathlong": "long_water_breathing_lingering_potion", - "cloudpotionwb2": "long_water_breathing_lingering_potion", - "cloudpotionwbex": "long_water_breathing_lingering_potion", - "cloudpotionwbextended": "long_water_breathing_lingering_potion", - "cloudpotionwblevel2": "long_water_breathing_lingering_potion", - "cloudpotionwblong": "long_water_breathing_lingering_potion", - "cloudpotwaterbreath2": "long_water_breathing_lingering_potion", - "cloudpotwaterbreathex": "long_water_breathing_lingering_potion", - "cloudpotwaterbreathextended": "long_water_breathing_lingering_potion", - "cloudpotwaterbreathing2": "long_water_breathing_lingering_potion", - "cloudpotwaterbreathingex": "long_water_breathing_lingering_potion", - "cloudpotwaterbreathingextended": "long_water_breathing_lingering_potion", - "cloudpotwaterbreathinglevel2": "long_water_breathing_lingering_potion", - "cloudpotwaterbreathinglong": "long_water_breathing_lingering_potion", - "cloudpotwaterbreathlevel2": "long_water_breathing_lingering_potion", - "cloudpotwaterbreathlong": "long_water_breathing_lingering_potion", - "cloudpotwb2": "long_water_breathing_lingering_potion", - "cloudpotwbex": "long_water_breathing_lingering_potion", - "cloudpotwbextended": "long_water_breathing_lingering_potion", - "cloudpotwblevel2": "long_water_breathing_lingering_potion", - "cloudpotwblong": "long_water_breathing_lingering_potion", - "lingerpotbreath2": "long_water_breathing_lingering_potion", - "lingerpotbreathex": "long_water_breathing_lingering_potion", - "lingerpotbreathextended": "long_water_breathing_lingering_potion", - "lingerpotbreathing2": "long_water_breathing_lingering_potion", - "lingerpotbreathingex": "long_water_breathing_lingering_potion", - "lingerpotbreathingextended": "long_water_breathing_lingering_potion", - "lingerpotbreathinglevel2": "long_water_breathing_lingering_potion", - "lingerpotbreathinglong": "long_water_breathing_lingering_potion", - "lingerpotbreathlevel2": "long_water_breathing_lingering_potion", - "lingerpotbreathlong": "long_water_breathing_lingering_potion", - "lingerpotwaterbreath2": "long_water_breathing_lingering_potion", - "lingerpotwaterbreathex": "long_water_breathing_lingering_potion", - "lingerpotwaterbreathextended": "long_water_breathing_lingering_potion", - "lingerpotwaterbreathing2": "long_water_breathing_lingering_potion", - "lingerpotwaterbreathingex": "long_water_breathing_lingering_potion", - "lingerpotwaterbreathingextended": "long_water_breathing_lingering_potion", - "lingerpotwaterbreathinglevel2": "long_water_breathing_lingering_potion", - "lingerpotwaterbreathinglong": "long_water_breathing_lingering_potion", - "lingerpotwaterbreathlevel2": "long_water_breathing_lingering_potion", - "lingerpotwaterbreathlong": "long_water_breathing_lingering_potion", - "lingerpotwb2": "long_water_breathing_lingering_potion", - "lingerpotwbex": "long_water_breathing_lingering_potion", - "lingerpotwbextended": "long_water_breathing_lingering_potion", - "lingerpotwblevel2": "long_water_breathing_lingering_potion", - "lingerpotwblong": "long_water_breathing_lingering_potion", - "waterbreathaoepoiont2": "long_water_breathing_lingering_potion", - "waterbreathaoepoiontex": "long_water_breathing_lingering_potion", - "waterbreathaoepoiontextended": "long_water_breathing_lingering_potion", - "waterbreathaoepoiontlevel2": "long_water_breathing_lingering_potion", - "waterbreathaoepoiontlong": "long_water_breathing_lingering_potion", - "waterbreathaoepot2": "long_water_breathing_lingering_potion", - "waterbreathaoepotex": "long_water_breathing_lingering_potion", - "waterbreathaoepotextended": "long_water_breathing_lingering_potion", - "waterbreathaoepotlevel2": "long_water_breathing_lingering_potion", - "waterbreathaoepotlong": "long_water_breathing_lingering_potion", - "waterbreathareapot2": "long_water_breathing_lingering_potion", - "waterbreathareapotex": "long_water_breathing_lingering_potion", - "waterbreathareapotextended": "long_water_breathing_lingering_potion", - "waterbreathareapotion2": "long_water_breathing_lingering_potion", - "waterbreathareapotionex": "long_water_breathing_lingering_potion", - "waterbreathareapotionextended": "long_water_breathing_lingering_potion", - "waterbreathareapotionlevel2": "long_water_breathing_lingering_potion", - "waterbreathareapotionlong": "long_water_breathing_lingering_potion", - "waterbreathareapotlevel2": "long_water_breathing_lingering_potion", - "waterbreathareapotlong": "long_water_breathing_lingering_potion", - "waterbreathcloudpot2": "long_water_breathing_lingering_potion", - "waterbreathcloudpotex": "long_water_breathing_lingering_potion", - "waterbreathcloudpotextended": "long_water_breathing_lingering_potion", - "waterbreathcloudpotion2": "long_water_breathing_lingering_potion", - "waterbreathcloudpotionex": "long_water_breathing_lingering_potion", - "waterbreathcloudpotionextended": "long_water_breathing_lingering_potion", - "waterbreathcloudpotionlevel2": "long_water_breathing_lingering_potion", - "waterbreathcloudpotionlong": "long_water_breathing_lingering_potion", - "waterbreathcloudpotlevel2": "long_water_breathing_lingering_potion", - "waterbreathcloudpotlong": "long_water_breathing_lingering_potion", - "waterbreathingaoepoiont2": "long_water_breathing_lingering_potion", - "waterbreathingaoepoiontex": "long_water_breathing_lingering_potion", - "waterbreathingaoepoiontextended": "long_water_breathing_lingering_potion", - "waterbreathingaoepoiontlevel2": "long_water_breathing_lingering_potion", - "waterbreathingaoepoiontlong": "long_water_breathing_lingering_potion", - "waterbreathingaoepot2": "long_water_breathing_lingering_potion", - "waterbreathingaoepotex": "long_water_breathing_lingering_potion", - "waterbreathingaoepotextended": "long_water_breathing_lingering_potion", - "waterbreathingaoepotlevel2": "long_water_breathing_lingering_potion", - "waterbreathingaoepotlong": "long_water_breathing_lingering_potion", - "waterbreathingareapot2": "long_water_breathing_lingering_potion", - "waterbreathingareapotex": "long_water_breathing_lingering_potion", - "waterbreathingareapotextended": "long_water_breathing_lingering_potion", - "waterbreathingareapotion2": "long_water_breathing_lingering_potion", - "waterbreathingareapotionex": "long_water_breathing_lingering_potion", - "waterbreathingareapotionextended": "long_water_breathing_lingering_potion", - "waterbreathingareapotionlevel2": "long_water_breathing_lingering_potion", - "waterbreathingareapotionlong": "long_water_breathing_lingering_potion", - "waterbreathingareapotlevel2": "long_water_breathing_lingering_potion", - "waterbreathingareapotlong": "long_water_breathing_lingering_potion", - "waterbreathingcloudpot2": "long_water_breathing_lingering_potion", - "waterbreathingcloudpotex": "long_water_breathing_lingering_potion", - "waterbreathingcloudpotextended": "long_water_breathing_lingering_potion", - "waterbreathingcloudpotion2": "long_water_breathing_lingering_potion", - "waterbreathingcloudpotionex": "long_water_breathing_lingering_potion", - "waterbreathingcloudpotionextended": "long_water_breathing_lingering_potion", - "waterbreathingcloudpotionlevel2": "long_water_breathing_lingering_potion", - "waterbreathingcloudpotionlong": "long_water_breathing_lingering_potion", - "waterbreathingcloudpotlevel2": "long_water_breathing_lingering_potion", - "waterbreathingcloudpotlong": "long_water_breathing_lingering_potion", - "waterbreathinglingerpot2": "long_water_breathing_lingering_potion", - "waterbreathinglingerpotex": "long_water_breathing_lingering_potion", - "waterbreathinglingerpotextended": "long_water_breathing_lingering_potion", - "waterbreathinglingerpotlevel2": "long_water_breathing_lingering_potion", - "waterbreathinglingerpotlong": "long_water_breathing_lingering_potion", - "waterbreathlingerpot2": "long_water_breathing_lingering_potion", - "waterbreathlingerpotex": "long_water_breathing_lingering_potion", - "waterbreathlingerpotextended": "long_water_breathing_lingering_potion", - "waterbreathlingerpotlevel2": "long_water_breathing_lingering_potion", - "waterbreathlingerpotlong": "long_water_breathing_lingering_potion", - "wbaoepoiont2": "long_water_breathing_lingering_potion", - "wbaoepoiontex": "long_water_breathing_lingering_potion", - "wbaoepoiontextended": "long_water_breathing_lingering_potion", - "wbaoepoiontlevel2": "long_water_breathing_lingering_potion", - "wbaoepoiontlong": "long_water_breathing_lingering_potion", - "wbaoepot2": "long_water_breathing_lingering_potion", - "wbaoepotex": "long_water_breathing_lingering_potion", - "wbaoepotextended": "long_water_breathing_lingering_potion", - "wbaoepotlevel2": "long_water_breathing_lingering_potion", - "wbaoepotlong": "long_water_breathing_lingering_potion", - "wbareapot2": "long_water_breathing_lingering_potion", - "wbareapotex": "long_water_breathing_lingering_potion", - "wbareapotextended": "long_water_breathing_lingering_potion", - "wbareapotion2": "long_water_breathing_lingering_potion", - "wbareapotionex": "long_water_breathing_lingering_potion", - "wbareapotionextended": "long_water_breathing_lingering_potion", - "wbareapotionlevel2": "long_water_breathing_lingering_potion", - "wbareapotionlong": "long_water_breathing_lingering_potion", - "wbareapotlevel2": "long_water_breathing_lingering_potion", - "wbareapotlong": "long_water_breathing_lingering_potion", - "wbcloudpot2": "long_water_breathing_lingering_potion", - "wbcloudpotex": "long_water_breathing_lingering_potion", - "wbcloudpotextended": "long_water_breathing_lingering_potion", - "wbcloudpotion2": "long_water_breathing_lingering_potion", - "wbcloudpotionex": "long_water_breathing_lingering_potion", - "wbcloudpotionextended": "long_water_breathing_lingering_potion", - "wbcloudpotionlevel2": "long_water_breathing_lingering_potion", - "wbcloudpotionlong": "long_water_breathing_lingering_potion", - "wbcloudpotlevel2": "long_water_breathing_lingering_potion", - "wbcloudpotlong": "long_water_breathing_lingering_potion", - "wblingerpot2": "long_water_breathing_lingering_potion", - "wblingerpotex": "long_water_breathing_lingering_potion", - "wblingerpotextended": "long_water_breathing_lingering_potion", - "wblingerpotlevel2": "long_water_breathing_lingering_potion", - "wblingerpotlong": "long_water_breathing_lingering_potion", - "long_water_breathing_potion": { - "potionData": { - "type": "WATER_BREATHING", - "upgraded": false, - "extended": true - }, - "material": "POTION" - }, - "breath2pot": "long_water_breathing_potion", - "breath2potion": "long_water_breathing_potion", - "breathexpot": "long_water_breathing_potion", - "breathexpotion": "long_water_breathing_potion", - "breathextendedpot": "long_water_breathing_potion", - "breathextendedpotion": "long_water_breathing_potion", - "breathing2pot": "long_water_breathing_potion", - "breathing2potion": "long_water_breathing_potion", - "breathingexpot": "long_water_breathing_potion", - "breathingexpotion": "long_water_breathing_potion", - "breathingextendedpot": "long_water_breathing_potion", - "breathingextendedpotion": "long_water_breathing_potion", - "breathinglevel2pot": "long_water_breathing_potion", - "breathinglevel2potion": "long_water_breathing_potion", - "breathinglongpot": "long_water_breathing_potion", - "breathinglongpotion": "long_water_breathing_potion", - "breathlevel2pot": "long_water_breathing_potion", - "breathlevel2potion": "long_water_breathing_potion", - "breathlongpot": "long_water_breathing_potion", - "breathlongpotion": "long_water_breathing_potion", - "potionofbreath2": "long_water_breathing_potion", - "potionofbreathex": "long_water_breathing_potion", - "potionofbreathextended": "long_water_breathing_potion", - "potionofbreathing2": "long_water_breathing_potion", - "potionofbreathingex": "long_water_breathing_potion", - "potionofbreathingextended": "long_water_breathing_potion", - "potionofbreathinglevel2": "long_water_breathing_potion", - "potionofbreathinglong": "long_water_breathing_potion", - "potionofbreathlevel2": "long_water_breathing_potion", - "potionofbreathlong": "long_water_breathing_potion", - "potionofwaterbreath2": "long_water_breathing_potion", - "potionofwaterbreathex": "long_water_breathing_potion", - "potionofwaterbreathextended": "long_water_breathing_potion", - "potionofwaterbreathing2": "long_water_breathing_potion", - "potionofwaterbreathingex": "long_water_breathing_potion", - "potionofwaterbreathingextended": "long_water_breathing_potion", - "potionofwaterbreathinglevel2": "long_water_breathing_potion", - "potionofwaterbreathinglong": "long_water_breathing_potion", - "potionofwaterbreathlevel2": "long_water_breathing_potion", - "potionofwaterbreathlong": "long_water_breathing_potion", - "potionofwb2": "long_water_breathing_potion", - "potionofwbex": "long_water_breathing_potion", - "potionofwbextended": "long_water_breathing_potion", - "potionofwblevel2": "long_water_breathing_potion", - "potionofwblong": "long_water_breathing_potion", - "potofbreath2": "long_water_breathing_potion", - "potofbreathex": "long_water_breathing_potion", - "potofbreathextended": "long_water_breathing_potion", - "potofbreathing2": "long_water_breathing_potion", - "potofbreathingex": "long_water_breathing_potion", - "potofbreathingextended": "long_water_breathing_potion", - "potofbreathinglevel2": "long_water_breathing_potion", - "potofbreathinglong": "long_water_breathing_potion", - "potofbreathlevel2": "long_water_breathing_potion", - "potofbreathlong": "long_water_breathing_potion", - "potofwaterbreath2": "long_water_breathing_potion", - "potofwaterbreathex": "long_water_breathing_potion", - "potofwaterbreathextended": "long_water_breathing_potion", - "potofwaterbreathing2": "long_water_breathing_potion", - "potofwaterbreathingex": "long_water_breathing_potion", - "potofwaterbreathingextended": "long_water_breathing_potion", - "potofwaterbreathinglevel2": "long_water_breathing_potion", - "potofwaterbreathinglong": "long_water_breathing_potion", - "potofwaterbreathlevel2": "long_water_breathing_potion", - "potofwaterbreathlong": "long_water_breathing_potion", - "potofwb2": "long_water_breathing_potion", - "potofwbex": "long_water_breathing_potion", - "potofwbextended": "long_water_breathing_potion", - "potofwblevel2": "long_water_breathing_potion", - "potofwblong": "long_water_breathing_potion", - "waterbreath2pot": "long_water_breathing_potion", - "waterbreath2potion": "long_water_breathing_potion", - "waterbreathexpot": "long_water_breathing_potion", - "waterbreathexpotion": "long_water_breathing_potion", - "waterbreathextendedpot": "long_water_breathing_potion", - "waterbreathextendedpotion": "long_water_breathing_potion", - "waterbreathing2pot": "long_water_breathing_potion", - "waterbreathing2potion": "long_water_breathing_potion", - "waterbreathingexpot": "long_water_breathing_potion", - "waterbreathingexpotion": "long_water_breathing_potion", - "waterbreathingextendedpot": "long_water_breathing_potion", - "waterbreathingextendedpotion": "long_water_breathing_potion", - "waterbreathinglevel2pot": "long_water_breathing_potion", - "waterbreathinglevel2potion": "long_water_breathing_potion", - "waterbreathinglongpot": "long_water_breathing_potion", - "waterbreathinglongpotion": "long_water_breathing_potion", - "waterbreathlevel2pot": "long_water_breathing_potion", - "waterbreathlevel2potion": "long_water_breathing_potion", - "waterbreathlongpot": "long_water_breathing_potion", - "waterbreathlongpotion": "long_water_breathing_potion", - "wb2pot": "long_water_breathing_potion", - "wb2potion": "long_water_breathing_potion", - "wbexpot": "long_water_breathing_potion", - "wbexpotion": "long_water_breathing_potion", - "wbextendedpot": "long_water_breathing_potion", - "wbextendedpotion": "long_water_breathing_potion", - "wblevel2pot": "long_water_breathing_potion", - "wblevel2potion": "long_water_breathing_potion", - "wblongpot": "long_water_breathing_potion", - "wblongpotion": "long_water_breathing_potion", - "long_water_breathing_splash_potion": { - "potionData": { - "type": "WATER_BREATHING", - "upgraded": false, - "extended": true - }, - "material": "SPLASH_POTION" - }, - "breath2splashpot": "long_water_breathing_splash_potion", - "breath2splashpotion": "long_water_breathing_splash_potion", - "breathexsplashpot": "long_water_breathing_splash_potion", - "breathexsplashpotion": "long_water_breathing_splash_potion", - "breathextendedsplashpot": "long_water_breathing_splash_potion", - "breathextendedsplashpotion": "long_water_breathing_splash_potion", - "breathing2splashpot": "long_water_breathing_splash_potion", - "breathing2splashpotion": "long_water_breathing_splash_potion", - "breathingexsplashpot": "long_water_breathing_splash_potion", - "breathingexsplashpotion": "long_water_breathing_splash_potion", - "breathingextendedsplashpot": "long_water_breathing_splash_potion", - "breathingextendedsplashpotion": "long_water_breathing_splash_potion", - "breathinglevel2splashpot": "long_water_breathing_splash_potion", - "breathinglevel2splashpotion": "long_water_breathing_splash_potion", - "breathinglongsplashpot": "long_water_breathing_splash_potion", - "breathinglongsplashpotion": "long_water_breathing_splash_potion", - "breathlevel2splashpot": "long_water_breathing_splash_potion", - "breathlevel2splashpotion": "long_water_breathing_splash_potion", - "breathlongsplashpot": "long_water_breathing_splash_potion", - "breathlongsplashpotion": "long_water_breathing_splash_potion", - "splashbreath2pot": "long_water_breathing_splash_potion", - "splashbreath2potion": "long_water_breathing_splash_potion", - "splashbreathexpot": "long_water_breathing_splash_potion", - "splashbreathexpotion": "long_water_breathing_splash_potion", - "splashbreathextendedpot": "long_water_breathing_splash_potion", - "splashbreathextendedpotion": "long_water_breathing_splash_potion", - "splashbreathing2pot": "long_water_breathing_splash_potion", - "splashbreathing2potion": "long_water_breathing_splash_potion", - "splashbreathingexpot": "long_water_breathing_splash_potion", - "splashbreathingexpotion": "long_water_breathing_splash_potion", - "splashbreathingextendedpot": "long_water_breathing_splash_potion", - "splashbreathingextendedpotion": "long_water_breathing_splash_potion", - "splashbreathinglevel2pot": "long_water_breathing_splash_potion", - "splashbreathinglevel2potion": "long_water_breathing_splash_potion", - "splashbreathinglongpot": "long_water_breathing_splash_potion", - "splashbreathinglongpotion": "long_water_breathing_splash_potion", - "splashbreathlevel2pot": "long_water_breathing_splash_potion", - "splashbreathlevel2potion": "long_water_breathing_splash_potion", - "splashbreathlongpot": "long_water_breathing_splash_potion", - "splashbreathlongpotion": "long_water_breathing_splash_potion", - "splashwaterbreath2pot": "long_water_breathing_splash_potion", - "splashwaterbreath2potion": "long_water_breathing_splash_potion", - "splashwaterbreathexpot": "long_water_breathing_splash_potion", - "splashwaterbreathexpotion": "long_water_breathing_splash_potion", - "splashwaterbreathextendedpot": "long_water_breathing_splash_potion", - "splashwaterbreathextendedpotion": "long_water_breathing_splash_potion", - "splashwaterbreathing2pot": "long_water_breathing_splash_potion", - "splashwaterbreathing2potion": "long_water_breathing_splash_potion", - "splashwaterbreathingexpot": "long_water_breathing_splash_potion", - "splashwaterbreathingexpotion": "long_water_breathing_splash_potion", - "splashwaterbreathingextendedpot": "long_water_breathing_splash_potion", - "splashwaterbreathingextendedpotion": "long_water_breathing_splash_potion", - "splashwaterbreathinglevel2pot": "long_water_breathing_splash_potion", - "splashwaterbreathinglevel2potion": "long_water_breathing_splash_potion", - "splashwaterbreathinglongpot": "long_water_breathing_splash_potion", - "splashwaterbreathinglongpotion": "long_water_breathing_splash_potion", - "splashwaterbreathlevel2pot": "long_water_breathing_splash_potion", - "splashwaterbreathlevel2potion": "long_water_breathing_splash_potion", - "splashwaterbreathlongpot": "long_water_breathing_splash_potion", - "splashwaterbreathlongpotion": "long_water_breathing_splash_potion", - "splashwb2pot": "long_water_breathing_splash_potion", - "splashwb2potion": "long_water_breathing_splash_potion", - "splashwbexpot": "long_water_breathing_splash_potion", - "splashwbexpotion": "long_water_breathing_splash_potion", - "splashwbextendedpot": "long_water_breathing_splash_potion", - "splashwbextendedpotion": "long_water_breathing_splash_potion", - "splashwblevel2pot": "long_water_breathing_splash_potion", - "splashwblevel2potion": "long_water_breathing_splash_potion", - "splashwblongpot": "long_water_breathing_splash_potion", - "splashwblongpotion": "long_water_breathing_splash_potion", - "splbreath2pot": "long_water_breathing_splash_potion", - "splbreath2potion": "long_water_breathing_splash_potion", - "splbreathexpot": "long_water_breathing_splash_potion", - "splbreathexpotion": "long_water_breathing_splash_potion", - "splbreathextendedpot": "long_water_breathing_splash_potion", - "splbreathextendedpotion": "long_water_breathing_splash_potion", - "splbreathing2pot": "long_water_breathing_splash_potion", - "splbreathing2potion": "long_water_breathing_splash_potion", - "splbreathingexpot": "long_water_breathing_splash_potion", - "splbreathingexpotion": "long_water_breathing_splash_potion", - "splbreathingextendedpot": "long_water_breathing_splash_potion", - "splbreathingextendedpotion": "long_water_breathing_splash_potion", - "splbreathinglevel2pot": "long_water_breathing_splash_potion", - "splbreathinglevel2potion": "long_water_breathing_splash_potion", - "splbreathinglongpot": "long_water_breathing_splash_potion", - "splbreathinglongpotion": "long_water_breathing_splash_potion", - "splbreathlevel2pot": "long_water_breathing_splash_potion", - "splbreathlevel2potion": "long_water_breathing_splash_potion", - "splbreathlongpot": "long_water_breathing_splash_potion", - "splbreathlongpotion": "long_water_breathing_splash_potion", - "splwaterbreath2pot": "long_water_breathing_splash_potion", - "splwaterbreath2potion": "long_water_breathing_splash_potion", - "splwaterbreathexpot": "long_water_breathing_splash_potion", - "splwaterbreathexpotion": "long_water_breathing_splash_potion", - "splwaterbreathextendedpot": "long_water_breathing_splash_potion", - "splwaterbreathextendedpotion": "long_water_breathing_splash_potion", - "splwaterbreathing2pot": "long_water_breathing_splash_potion", - "splwaterbreathing2potion": "long_water_breathing_splash_potion", - "splwaterbreathingexpot": "long_water_breathing_splash_potion", - "splwaterbreathingexpotion": "long_water_breathing_splash_potion", - "splwaterbreathingextendedpot": "long_water_breathing_splash_potion", - "splwaterbreathingextendedpotion": "long_water_breathing_splash_potion", - "splwaterbreathinglevel2pot": "long_water_breathing_splash_potion", - "splwaterbreathinglevel2potion": "long_water_breathing_splash_potion", - "splwaterbreathinglongpot": "long_water_breathing_splash_potion", - "splwaterbreathinglongpotion": "long_water_breathing_splash_potion", - "splwaterbreathlevel2pot": "long_water_breathing_splash_potion", - "splwaterbreathlevel2potion": "long_water_breathing_splash_potion", - "splwaterbreathlongpot": "long_water_breathing_splash_potion", - "splwaterbreathlongpotion": "long_water_breathing_splash_potion", - "splwb2pot": "long_water_breathing_splash_potion", - "splwb2potion": "long_water_breathing_splash_potion", - "splwbexpot": "long_water_breathing_splash_potion", - "splwbexpotion": "long_water_breathing_splash_potion", - "splwbextendedpot": "long_water_breathing_splash_potion", - "splwbextendedpotion": "long_water_breathing_splash_potion", - "splwblevel2pot": "long_water_breathing_splash_potion", - "splwblevel2potion": "long_water_breathing_splash_potion", - "splwblongpot": "long_water_breathing_splash_potion", - "splwblongpotion": "long_water_breathing_splash_potion", - "waterbreath2splashpot": "long_water_breathing_splash_potion", - "waterbreath2splashpotion": "long_water_breathing_splash_potion", - "waterbreathexsplashpot": "long_water_breathing_splash_potion", - "waterbreathexsplashpotion": "long_water_breathing_splash_potion", - "waterbreathextendedsplashpot": "long_water_breathing_splash_potion", - "waterbreathextendedsplashpotion": "long_water_breathing_splash_potion", - "waterbreathing2splashpot": "long_water_breathing_splash_potion", - "waterbreathing2splashpotion": "long_water_breathing_splash_potion", - "waterbreathingexsplashpot": "long_water_breathing_splash_potion", - "waterbreathingexsplashpotion": "long_water_breathing_splash_potion", - "waterbreathingextendedsplashpot": "long_water_breathing_splash_potion", - "waterbreathingextendedsplashpotion": "long_water_breathing_splash_potion", - "waterbreathinglevel2splashpot": "long_water_breathing_splash_potion", - "waterbreathinglevel2splashpotion": "long_water_breathing_splash_potion", - "waterbreathinglongsplashpot": "long_water_breathing_splash_potion", - "waterbreathinglongsplashpotion": "long_water_breathing_splash_potion", - "waterbreathlevel2splashpot": "long_water_breathing_splash_potion", - "waterbreathlevel2splashpotion": "long_water_breathing_splash_potion", - "waterbreathlongsplashpot": "long_water_breathing_splash_potion", - "waterbreathlongsplashpotion": "long_water_breathing_splash_potion", - "wb2splashpot": "long_water_breathing_splash_potion", - "wb2splashpotion": "long_water_breathing_splash_potion", - "wbexsplashpot": "long_water_breathing_splash_potion", - "wbexsplashpotion": "long_water_breathing_splash_potion", - "wbextendedsplashpot": "long_water_breathing_splash_potion", - "wbextendedsplashpotion": "long_water_breathing_splash_potion", - "wblevel2splashpot": "long_water_breathing_splash_potion", - "wblevel2splashpotion": "long_water_breathing_splash_potion", - "wblongsplashpot": "long_water_breathing_splash_potion", - "wblongsplashpotion": "long_water_breathing_splash_potion", - "long_water_breathing_tipped_arrow": { - "potionData": { - "type": "WATER_BREATHING", - "upgraded": false, - "extended": true - }, - "material": "TIPPED_ARROW" - }, - "arrowbreath2": "long_water_breathing_tipped_arrow", - "arrowbreathex": "long_water_breathing_tipped_arrow", - "arrowbreathextended": "long_water_breathing_tipped_arrow", - "arrowbreathing2": "long_water_breathing_tipped_arrow", - "arrowbreathingex": "long_water_breathing_tipped_arrow", - "arrowbreathingextended": "long_water_breathing_tipped_arrow", - "arrowbreathinglevel2": "long_water_breathing_tipped_arrow", - "arrowbreathinglong": "long_water_breathing_tipped_arrow", - "arrowbreathlevel2": "long_water_breathing_tipped_arrow", - "arrowbreathlong": "long_water_breathing_tipped_arrow", - "arrowwaterbreath2": "long_water_breathing_tipped_arrow", - "arrowwaterbreathex": "long_water_breathing_tipped_arrow", - "arrowwaterbreathextended": "long_water_breathing_tipped_arrow", - "arrowwaterbreathing2": "long_water_breathing_tipped_arrow", - "arrowwaterbreathingex": "long_water_breathing_tipped_arrow", - "arrowwaterbreathingextended": "long_water_breathing_tipped_arrow", - "arrowwaterbreathinglevel2": "long_water_breathing_tipped_arrow", - "arrowwaterbreathinglong": "long_water_breathing_tipped_arrow", - "arrowwaterbreathlevel2": "long_water_breathing_tipped_arrow", - "arrowwaterbreathlong": "long_water_breathing_tipped_arrow", - "arrowwb2": "long_water_breathing_tipped_arrow", - "arrowwbex": "long_water_breathing_tipped_arrow", - "arrowwbextended": "long_water_breathing_tipped_arrow", - "arrowwblevel2": "long_water_breathing_tipped_arrow", - "arrowwblong": "long_water_breathing_tipped_arrow", - "breath2tarr": "long_water_breathing_tipped_arrow", - "breath2tarrow": "long_water_breathing_tipped_arrow", - "breath2tippedarrow": "long_water_breathing_tipped_arrow", - "breatharrow2": "long_water_breathing_tipped_arrow", - "breatharrowex": "long_water_breathing_tipped_arrow", - "breatharrowextended": "long_water_breathing_tipped_arrow", - "breatharrowlevel2": "long_water_breathing_tipped_arrow", - "breatharrowlong": "long_water_breathing_tipped_arrow", - "breathextarr": "long_water_breathing_tipped_arrow", - "breathextarrow": "long_water_breathing_tipped_arrow", - "breathextendedtarr": "long_water_breathing_tipped_arrow", - "breathextendedtarrow": "long_water_breathing_tipped_arrow", - "breathextendedtippedarrow": "long_water_breathing_tipped_arrow", - "breathextippedarrow": "long_water_breathing_tipped_arrow", - "breathing2tarr": "long_water_breathing_tipped_arrow", - "breathing2tarrow": "long_water_breathing_tipped_arrow", - "breathing2tippedarrow": "long_water_breathing_tipped_arrow", - "breathingarrow2": "long_water_breathing_tipped_arrow", - "breathingarrowex": "long_water_breathing_tipped_arrow", - "breathingarrowextended": "long_water_breathing_tipped_arrow", - "breathingarrowlevel2": "long_water_breathing_tipped_arrow", - "breathingarrowlong": "long_water_breathing_tipped_arrow", - "breathingextarr": "long_water_breathing_tipped_arrow", - "breathingextarrow": "long_water_breathing_tipped_arrow", - "breathingextendedtarr": "long_water_breathing_tipped_arrow", - "breathingextendedtarrow": "long_water_breathing_tipped_arrow", - "breathingextendedtippedarrow": "long_water_breathing_tipped_arrow", - "breathingextippedarrow": "long_water_breathing_tipped_arrow", - "breathinglevel2tarr": "long_water_breathing_tipped_arrow", - "breathinglevel2tarrow": "long_water_breathing_tipped_arrow", - "breathinglevel2tippedarrow": "long_water_breathing_tipped_arrow", - "breathinglongtarr": "long_water_breathing_tipped_arrow", - "breathinglongtarrow": "long_water_breathing_tipped_arrow", - "breathinglongtippedarrow": "long_water_breathing_tipped_arrow", - "breathlevel2tarr": "long_water_breathing_tipped_arrow", - "breathlevel2tarrow": "long_water_breathing_tipped_arrow", - "breathlevel2tippedarrow": "long_water_breathing_tipped_arrow", - "breathlongtarr": "long_water_breathing_tipped_arrow", - "breathlongtarrow": "long_water_breathing_tipped_arrow", - "breathlongtippedarrow": "long_water_breathing_tipped_arrow", - "waterbreath2tarr": "long_water_breathing_tipped_arrow", - "waterbreath2tarrow": "long_water_breathing_tipped_arrow", - "waterbreath2tippedarrow": "long_water_breathing_tipped_arrow", - "waterbreatharrow2": "long_water_breathing_tipped_arrow", - "waterbreatharrowex": "long_water_breathing_tipped_arrow", - "waterbreatharrowextended": "long_water_breathing_tipped_arrow", - "waterbreatharrowlevel2": "long_water_breathing_tipped_arrow", - "waterbreatharrowlong": "long_water_breathing_tipped_arrow", - "waterbreathextarr": "long_water_breathing_tipped_arrow", - "waterbreathextarrow": "long_water_breathing_tipped_arrow", - "waterbreathextendedtarr": "long_water_breathing_tipped_arrow", - "waterbreathextendedtarrow": "long_water_breathing_tipped_arrow", - "waterbreathextendedtippedarrow": "long_water_breathing_tipped_arrow", - "waterbreathextippedarrow": "long_water_breathing_tipped_arrow", - "waterbreathing2tarr": "long_water_breathing_tipped_arrow", - "waterbreathing2tarrow": "long_water_breathing_tipped_arrow", - "waterbreathing2tippedarrow": "long_water_breathing_tipped_arrow", - "waterbreathingarrow2": "long_water_breathing_tipped_arrow", - "waterbreathingarrowex": "long_water_breathing_tipped_arrow", - "waterbreathingarrowextended": "long_water_breathing_tipped_arrow", - "waterbreathingarrowlevel2": "long_water_breathing_tipped_arrow", - "waterbreathingarrowlong": "long_water_breathing_tipped_arrow", - "waterbreathingextarr": "long_water_breathing_tipped_arrow", - "waterbreathingextarrow": "long_water_breathing_tipped_arrow", - "waterbreathingextendedtarr": "long_water_breathing_tipped_arrow", - "waterbreathingextendedtarrow": "long_water_breathing_tipped_arrow", - "waterbreathingextendedtippedarrow": "long_water_breathing_tipped_arrow", - "waterbreathingextippedarrow": "long_water_breathing_tipped_arrow", - "waterbreathinglevel2tarr": "long_water_breathing_tipped_arrow", - "waterbreathinglevel2tarrow": "long_water_breathing_tipped_arrow", - "waterbreathinglevel2tippedarrow": "long_water_breathing_tipped_arrow", - "waterbreathinglongtarr": "long_water_breathing_tipped_arrow", - "waterbreathinglongtarrow": "long_water_breathing_tipped_arrow", - "waterbreathinglongtippedarrow": "long_water_breathing_tipped_arrow", - "waterbreathlevel2tarr": "long_water_breathing_tipped_arrow", - "waterbreathlevel2tarrow": "long_water_breathing_tipped_arrow", - "waterbreathlevel2tippedarrow": "long_water_breathing_tipped_arrow", - "waterbreathlongtarr": "long_water_breathing_tipped_arrow", - "waterbreathlongtarrow": "long_water_breathing_tipped_arrow", - "waterbreathlongtippedarrow": "long_water_breathing_tipped_arrow", - "wb2tarr": "long_water_breathing_tipped_arrow", - "wb2tarrow": "long_water_breathing_tipped_arrow", - "wb2tippedarrow": "long_water_breathing_tipped_arrow", - "wbarrow2": "long_water_breathing_tipped_arrow", - "wbarrowex": "long_water_breathing_tipped_arrow", - "wbarrowextended": "long_water_breathing_tipped_arrow", - "wbarrowlevel2": "long_water_breathing_tipped_arrow", - "wbarrowlong": "long_water_breathing_tipped_arrow", - "wbextarr": "long_water_breathing_tipped_arrow", - "wbextarrow": "long_water_breathing_tipped_arrow", - "wbextendedtarr": "long_water_breathing_tipped_arrow", - "wbextendedtarrow": "long_water_breathing_tipped_arrow", - "wbextendedtippedarrow": "long_water_breathing_tipped_arrow", - "wbextippedarrow": "long_water_breathing_tipped_arrow", - "wblevel2tarr": "long_water_breathing_tipped_arrow", - "wblevel2tarrow": "long_water_breathing_tipped_arrow", - "wblevel2tippedarrow": "long_water_breathing_tipped_arrow", - "wblongtarr": "long_water_breathing_tipped_arrow", - "wblongtarrow": "long_water_breathing_tipped_arrow", - "wblongtippedarrow": "long_water_breathing_tipped_arrow", - "long_weakness_lingering_potion": { - "potionData": { - "type": "WEAKNESS", - "upgraded": false, - "extended": true - }, - "material": "LINGERING_POTION" - }, - "aoepotionwe2": "long_weakness_lingering_potion", - "aoepotionweak2": "long_weakness_lingering_potion", - "aoepotionweakex": "long_weakness_lingering_potion", - "aoepotionweakextended": "long_weakness_lingering_potion", - "aoepotionweaklevel2": "long_weakness_lingering_potion", - "aoepotionweaklong": "long_weakness_lingering_potion", - "aoepotionweakness2": "long_weakness_lingering_potion", - "aoepotionweaknessex": "long_weakness_lingering_potion", - "aoepotionweaknessextended": "long_weakness_lingering_potion", - "aoepotionweaknesslevel2": "long_weakness_lingering_potion", - "aoepotionweaknesslong": "long_weakness_lingering_potion", - "aoepotionweex": "long_weakness_lingering_potion", - "aoepotionweextended": "long_weakness_lingering_potion", - "aoepotionwelevel2": "long_weakness_lingering_potion", - "aoepotionwelong": "long_weakness_lingering_potion", - "aoepotwe2": "long_weakness_lingering_potion", - "aoepotweak2": "long_weakness_lingering_potion", - "aoepotweakex": "long_weakness_lingering_potion", - "aoepotweakextended": "long_weakness_lingering_potion", - "aoepotweaklevel2": "long_weakness_lingering_potion", - "aoepotweaklong": "long_weakness_lingering_potion", - "aoepotweakness2": "long_weakness_lingering_potion", - "aoepotweaknessex": "long_weakness_lingering_potion", - "aoepotweaknessextended": "long_weakness_lingering_potion", - "aoepotweaknesslevel2": "long_weakness_lingering_potion", - "aoepotweaknesslong": "long_weakness_lingering_potion", - "aoepotweex": "long_weakness_lingering_potion", - "aoepotweextended": "long_weakness_lingering_potion", - "aoepotwelevel2": "long_weakness_lingering_potion", - "aoepotwelong": "long_weakness_lingering_potion", - "areapotionwe2": "long_weakness_lingering_potion", - "areapotionweak2": "long_weakness_lingering_potion", - "areapotionweakex": "long_weakness_lingering_potion", - "areapotionweakextended": "long_weakness_lingering_potion", - "areapotionweaklevel2": "long_weakness_lingering_potion", - "areapotionweaklong": "long_weakness_lingering_potion", - "areapotionweakness2": "long_weakness_lingering_potion", - "areapotionweaknessex": "long_weakness_lingering_potion", - "areapotionweaknessextended": "long_weakness_lingering_potion", - "areapotionweaknesslevel2": "long_weakness_lingering_potion", - "areapotionweaknesslong": "long_weakness_lingering_potion", - "areapotionweex": "long_weakness_lingering_potion", - "areapotionweextended": "long_weakness_lingering_potion", - "areapotionwelevel2": "long_weakness_lingering_potion", - "areapotionwelong": "long_weakness_lingering_potion", - "areapotwe2": "long_weakness_lingering_potion", - "areapotweak2": "long_weakness_lingering_potion", - "areapotweakex": "long_weakness_lingering_potion", - "areapotweakextended": "long_weakness_lingering_potion", - "areapotweaklevel2": "long_weakness_lingering_potion", - "areapotweaklong": "long_weakness_lingering_potion", - "areapotweakness2": "long_weakness_lingering_potion", - "areapotweaknessex": "long_weakness_lingering_potion", - "areapotweaknessextended": "long_weakness_lingering_potion", - "areapotweaknesslevel2": "long_weakness_lingering_potion", - "areapotweaknesslong": "long_weakness_lingering_potion", - "areapotweex": "long_weakness_lingering_potion", - "areapotweextended": "long_weakness_lingering_potion", - "areapotwelevel2": "long_weakness_lingering_potion", - "areapotwelong": "long_weakness_lingering_potion", - "cloudpotionwe2": "long_weakness_lingering_potion", - "cloudpotionweak2": "long_weakness_lingering_potion", - "cloudpotionweakex": "long_weakness_lingering_potion", - "cloudpotionweakextended": "long_weakness_lingering_potion", - "cloudpotionweaklevel2": "long_weakness_lingering_potion", - "cloudpotionweaklong": "long_weakness_lingering_potion", - "cloudpotionweakness2": "long_weakness_lingering_potion", - "cloudpotionweaknessex": "long_weakness_lingering_potion", - "cloudpotionweaknessextended": "long_weakness_lingering_potion", - "cloudpotionweaknesslevel2": "long_weakness_lingering_potion", - "cloudpotionweaknesslong": "long_weakness_lingering_potion", - "cloudpotionweex": "long_weakness_lingering_potion", - "cloudpotionweextended": "long_weakness_lingering_potion", - "cloudpotionwelevel2": "long_weakness_lingering_potion", - "cloudpotionwelong": "long_weakness_lingering_potion", - "cloudpotwe2": "long_weakness_lingering_potion", - "cloudpotweak2": "long_weakness_lingering_potion", - "cloudpotweakex": "long_weakness_lingering_potion", - "cloudpotweakextended": "long_weakness_lingering_potion", - "cloudpotweaklevel2": "long_weakness_lingering_potion", - "cloudpotweaklong": "long_weakness_lingering_potion", - "cloudpotweakness2": "long_weakness_lingering_potion", - "cloudpotweaknessex": "long_weakness_lingering_potion", - "cloudpotweaknessextended": "long_weakness_lingering_potion", - "cloudpotweaknesslevel2": "long_weakness_lingering_potion", - "cloudpotweaknesslong": "long_weakness_lingering_potion", - "cloudpotweex": "long_weakness_lingering_potion", - "cloudpotweextended": "long_weakness_lingering_potion", - "cloudpotwelevel2": "long_weakness_lingering_potion", - "cloudpotwelong": "long_weakness_lingering_potion", - "lingerpotwe2": "long_weakness_lingering_potion", - "lingerpotweak2": "long_weakness_lingering_potion", - "lingerpotweakex": "long_weakness_lingering_potion", - "lingerpotweakextended": "long_weakness_lingering_potion", - "lingerpotweaklevel2": "long_weakness_lingering_potion", - "lingerpotweaklong": "long_weakness_lingering_potion", - "lingerpotweakness2": "long_weakness_lingering_potion", - "lingerpotweaknessex": "long_weakness_lingering_potion", - "lingerpotweaknessextended": "long_weakness_lingering_potion", - "lingerpotweaknesslevel2": "long_weakness_lingering_potion", - "lingerpotweaknesslong": "long_weakness_lingering_potion", - "lingerpotweex": "long_weakness_lingering_potion", - "lingerpotweextended": "long_weakness_lingering_potion", - "lingerpotwelevel2": "long_weakness_lingering_potion", - "lingerpotwelong": "long_weakness_lingering_potion", - "weakaoepoiont2": "long_weakness_lingering_potion", - "weakaoepoiontex": "long_weakness_lingering_potion", - "weakaoepoiontextended": "long_weakness_lingering_potion", - "weakaoepoiontlevel2": "long_weakness_lingering_potion", - "weakaoepoiontlong": "long_weakness_lingering_potion", - "weakaoepot2": "long_weakness_lingering_potion", - "weakaoepotex": "long_weakness_lingering_potion", - "weakaoepotextended": "long_weakness_lingering_potion", - "weakaoepotlevel2": "long_weakness_lingering_potion", - "weakaoepotlong": "long_weakness_lingering_potion", - "weakareapot2": "long_weakness_lingering_potion", - "weakareapotex": "long_weakness_lingering_potion", - "weakareapotextended": "long_weakness_lingering_potion", - "weakareapotion2": "long_weakness_lingering_potion", - "weakareapotionex": "long_weakness_lingering_potion", - "weakareapotionextended": "long_weakness_lingering_potion", - "weakareapotionlevel2": "long_weakness_lingering_potion", - "weakareapotionlong": "long_weakness_lingering_potion", - "weakareapotlevel2": "long_weakness_lingering_potion", - "weakareapotlong": "long_weakness_lingering_potion", - "weakcloudpot2": "long_weakness_lingering_potion", - "weakcloudpotex": "long_weakness_lingering_potion", - "weakcloudpotextended": "long_weakness_lingering_potion", - "weakcloudpotion2": "long_weakness_lingering_potion", - "weakcloudpotionex": "long_weakness_lingering_potion", - "weakcloudpotionextended": "long_weakness_lingering_potion", - "weakcloudpotionlevel2": "long_weakness_lingering_potion", - "weakcloudpotionlong": "long_weakness_lingering_potion", - "weakcloudpotlevel2": "long_weakness_lingering_potion", - "weakcloudpotlong": "long_weakness_lingering_potion", - "weaklingerpot2": "long_weakness_lingering_potion", - "weaklingerpotex": "long_weakness_lingering_potion", - "weaklingerpotextended": "long_weakness_lingering_potion", - "weaklingerpotlevel2": "long_weakness_lingering_potion", - "weaklingerpotlong": "long_weakness_lingering_potion", - "weaknessaoepoiont2": "long_weakness_lingering_potion", - "weaknessaoepoiontex": "long_weakness_lingering_potion", - "weaknessaoepoiontextended": "long_weakness_lingering_potion", - "weaknessaoepoiontlevel2": "long_weakness_lingering_potion", - "weaknessaoepoiontlong": "long_weakness_lingering_potion", - "weaknessaoepot2": "long_weakness_lingering_potion", - "weaknessaoepotex": "long_weakness_lingering_potion", - "weaknessaoepotextended": "long_weakness_lingering_potion", - "weaknessaoepotlevel2": "long_weakness_lingering_potion", - "weaknessaoepotlong": "long_weakness_lingering_potion", - "weaknessareapot2": "long_weakness_lingering_potion", - "weaknessareapotex": "long_weakness_lingering_potion", - "weaknessareapotextended": "long_weakness_lingering_potion", - "weaknessareapotion2": "long_weakness_lingering_potion", - "weaknessareapotionex": "long_weakness_lingering_potion", - "weaknessareapotionextended": "long_weakness_lingering_potion", - "weaknessareapotionlevel2": "long_weakness_lingering_potion", - "weaknessareapotionlong": "long_weakness_lingering_potion", - "weaknessareapotlevel2": "long_weakness_lingering_potion", - "weaknessareapotlong": "long_weakness_lingering_potion", - "weaknesscloudpot2": "long_weakness_lingering_potion", - "weaknesscloudpotex": "long_weakness_lingering_potion", - "weaknesscloudpotextended": "long_weakness_lingering_potion", - "weaknesscloudpotion2": "long_weakness_lingering_potion", - "weaknesscloudpotionex": "long_weakness_lingering_potion", - "weaknesscloudpotionextended": "long_weakness_lingering_potion", - "weaknesscloudpotionlevel2": "long_weakness_lingering_potion", - "weaknesscloudpotionlong": "long_weakness_lingering_potion", - "weaknesscloudpotlevel2": "long_weakness_lingering_potion", - "weaknesscloudpotlong": "long_weakness_lingering_potion", - "weaknesslingerpot2": "long_weakness_lingering_potion", - "weaknesslingerpotex": "long_weakness_lingering_potion", - "weaknesslingerpotextended": "long_weakness_lingering_potion", - "weaknesslingerpotlevel2": "long_weakness_lingering_potion", - "weaknesslingerpotlong": "long_weakness_lingering_potion", - "weaoepoiont2": "long_weakness_lingering_potion", - "weaoepoiontex": "long_weakness_lingering_potion", - "weaoepoiontextended": "long_weakness_lingering_potion", - "weaoepoiontlevel2": "long_weakness_lingering_potion", - "weaoepoiontlong": "long_weakness_lingering_potion", - "weaoepot2": "long_weakness_lingering_potion", - "weaoepotex": "long_weakness_lingering_potion", - "weaoepotextended": "long_weakness_lingering_potion", - "weaoepotlevel2": "long_weakness_lingering_potion", - "weaoepotlong": "long_weakness_lingering_potion", - "weareapot2": "long_weakness_lingering_potion", - "weareapotex": "long_weakness_lingering_potion", - "weareapotextended": "long_weakness_lingering_potion", - "weareapotion2": "long_weakness_lingering_potion", - "weareapotionex": "long_weakness_lingering_potion", - "weareapotionextended": "long_weakness_lingering_potion", - "weareapotionlevel2": "long_weakness_lingering_potion", - "weareapotionlong": "long_weakness_lingering_potion", - "weareapotlevel2": "long_weakness_lingering_potion", - "weareapotlong": "long_weakness_lingering_potion", - "wecloudpot2": "long_weakness_lingering_potion", - "wecloudpotex": "long_weakness_lingering_potion", - "wecloudpotextended": "long_weakness_lingering_potion", - "wecloudpotion2": "long_weakness_lingering_potion", - "wecloudpotionex": "long_weakness_lingering_potion", - "wecloudpotionextended": "long_weakness_lingering_potion", - "wecloudpotionlevel2": "long_weakness_lingering_potion", - "wecloudpotionlong": "long_weakness_lingering_potion", - "wecloudpotlevel2": "long_weakness_lingering_potion", - "wecloudpotlong": "long_weakness_lingering_potion", - "welingerpot2": "long_weakness_lingering_potion", - "welingerpotex": "long_weakness_lingering_potion", - "welingerpotextended": "long_weakness_lingering_potion", - "welingerpotlevel2": "long_weakness_lingering_potion", - "welingerpotlong": "long_weakness_lingering_potion", - "long_weakness_potion": { - "potionData": { - "type": "WEAKNESS", - "upgraded": false, - "extended": true - }, - "material": "POTION" - }, - "potionofwe2": "long_weakness_potion", - "potionofweak2": "long_weakness_potion", - "potionofweakex": "long_weakness_potion", - "potionofweakextended": "long_weakness_potion", - "potionofweaklevel2": "long_weakness_potion", - "potionofweaklong": "long_weakness_potion", - "potionofweakness2": "long_weakness_potion", - "potionofweaknessex": "long_weakness_potion", - "potionofweaknessextended": "long_weakness_potion", - "potionofweaknesslevel2": "long_weakness_potion", - "potionofweaknesslong": "long_weakness_potion", - "potionofweex": "long_weakness_potion", - "potionofweextended": "long_weakness_potion", - "potionofwelevel2": "long_weakness_potion", - "potionofwelong": "long_weakness_potion", - "potofwe2": "long_weakness_potion", - "potofweak2": "long_weakness_potion", - "potofweakex": "long_weakness_potion", - "potofweakextended": "long_weakness_potion", - "potofweaklevel2": "long_weakness_potion", - "potofweaklong": "long_weakness_potion", - "potofweakness2": "long_weakness_potion", - "potofweaknessex": "long_weakness_potion", - "potofweaknessextended": "long_weakness_potion", - "potofweaknesslevel2": "long_weakness_potion", - "potofweaknesslong": "long_weakness_potion", - "potofweex": "long_weakness_potion", - "potofweextended": "long_weakness_potion", - "potofwelevel2": "long_weakness_potion", - "potofwelong": "long_weakness_potion", - "we2pot": "long_weakness_potion", - "we2potion": "long_weakness_potion", - "weak2pot": "long_weakness_potion", - "weak2potion": "long_weakness_potion", - "weakexpot": "long_weakness_potion", - "weakexpotion": "long_weakness_potion", - "weakextendedpot": "long_weakness_potion", - "weakextendedpotion": "long_weakness_potion", - "weaklevel2pot": "long_weakness_potion", - "weaklevel2potion": "long_weakness_potion", - "weaklongpot": "long_weakness_potion", - "weaklongpotion": "long_weakness_potion", - "weakness2pot": "long_weakness_potion", - "weakness2potion": "long_weakness_potion", - "weaknessexpot": "long_weakness_potion", - "weaknessexpotion": "long_weakness_potion", - "weaknessextendedpot": "long_weakness_potion", - "weaknessextendedpotion": "long_weakness_potion", - "weaknesslevel2pot": "long_weakness_potion", - "weaknesslevel2potion": "long_weakness_potion", - "weaknesslongpot": "long_weakness_potion", - "weaknesslongpotion": "long_weakness_potion", - "weexpot": "long_weakness_potion", - "weexpotion": "long_weakness_potion", - "weextendedpot": "long_weakness_potion", - "weextendedpotion": "long_weakness_potion", - "welevel2pot": "long_weakness_potion", - "welevel2potion": "long_weakness_potion", - "welongpot": "long_weakness_potion", - "welongpotion": "long_weakness_potion", - "long_weakness_splash_potion": { - "potionData": { - "type": "WEAKNESS", - "upgraded": false, - "extended": true - }, - "material": "SPLASH_POTION" - }, - "splashwe2pot": "long_weakness_splash_potion", - "splashwe2potion": "long_weakness_splash_potion", - "splashweak2pot": "long_weakness_splash_potion", - "splashweak2potion": "long_weakness_splash_potion", - "splashweakexpot": "long_weakness_splash_potion", - "splashweakexpotion": "long_weakness_splash_potion", - "splashweakextendedpot": "long_weakness_splash_potion", - "splashweakextendedpotion": "long_weakness_splash_potion", - "splashweaklevel2pot": "long_weakness_splash_potion", - "splashweaklevel2potion": "long_weakness_splash_potion", - "splashweaklongpot": "long_weakness_splash_potion", - "splashweaklongpotion": "long_weakness_splash_potion", - "splashweakness2pot": "long_weakness_splash_potion", - "splashweakness2potion": "long_weakness_splash_potion", - "splashweaknessexpot": "long_weakness_splash_potion", - "splashweaknessexpotion": "long_weakness_splash_potion", - "splashweaknessextendedpot": "long_weakness_splash_potion", - "splashweaknessextendedpotion": "long_weakness_splash_potion", - "splashweaknesslevel2pot": "long_weakness_splash_potion", - "splashweaknesslevel2potion": "long_weakness_splash_potion", - "splashweaknesslongpot": "long_weakness_splash_potion", - "splashweaknesslongpotion": "long_weakness_splash_potion", - "splashweexpot": "long_weakness_splash_potion", - "splashweexpotion": "long_weakness_splash_potion", - "splashweextendedpot": "long_weakness_splash_potion", - "splashweextendedpotion": "long_weakness_splash_potion", - "splashwelevel2pot": "long_weakness_splash_potion", - "splashwelevel2potion": "long_weakness_splash_potion", - "splashwelongpot": "long_weakness_splash_potion", - "splashwelongpotion": "long_weakness_splash_potion", - "splwe2pot": "long_weakness_splash_potion", - "splwe2potion": "long_weakness_splash_potion", - "splweak2pot": "long_weakness_splash_potion", - "splweak2potion": "long_weakness_splash_potion", - "splweakexpot": "long_weakness_splash_potion", - "splweakexpotion": "long_weakness_splash_potion", - "splweakextendedpot": "long_weakness_splash_potion", - "splweakextendedpotion": "long_weakness_splash_potion", - "splweaklevel2pot": "long_weakness_splash_potion", - "splweaklevel2potion": "long_weakness_splash_potion", - "splweaklongpot": "long_weakness_splash_potion", - "splweaklongpotion": "long_weakness_splash_potion", - "splweakness2pot": "long_weakness_splash_potion", - "splweakness2potion": "long_weakness_splash_potion", - "splweaknessexpot": "long_weakness_splash_potion", - "splweaknessexpotion": "long_weakness_splash_potion", - "splweaknessextendedpot": "long_weakness_splash_potion", - "splweaknessextendedpotion": "long_weakness_splash_potion", - "splweaknesslevel2pot": "long_weakness_splash_potion", - "splweaknesslevel2potion": "long_weakness_splash_potion", - "splweaknesslongpot": "long_weakness_splash_potion", - "splweaknesslongpotion": "long_weakness_splash_potion", - "splweexpot": "long_weakness_splash_potion", - "splweexpotion": "long_weakness_splash_potion", - "splweextendedpot": "long_weakness_splash_potion", - "splweextendedpotion": "long_weakness_splash_potion", - "splwelevel2pot": "long_weakness_splash_potion", - "splwelevel2potion": "long_weakness_splash_potion", - "splwelongpot": "long_weakness_splash_potion", - "splwelongpotion": "long_weakness_splash_potion", - "we2splashpot": "long_weakness_splash_potion", - "we2splashpotion": "long_weakness_splash_potion", - "weak2splashpot": "long_weakness_splash_potion", - "weak2splashpotion": "long_weakness_splash_potion", - "weakexsplashpot": "long_weakness_splash_potion", - "weakexsplashpotion": "long_weakness_splash_potion", - "weakextendedsplashpot": "long_weakness_splash_potion", - "weakextendedsplashpotion": "long_weakness_splash_potion", - "weaklevel2splashpot": "long_weakness_splash_potion", - "weaklevel2splashpotion": "long_weakness_splash_potion", - "weaklongsplashpot": "long_weakness_splash_potion", - "weaklongsplashpotion": "long_weakness_splash_potion", - "weakness2splashpot": "long_weakness_splash_potion", - "weakness2splashpotion": "long_weakness_splash_potion", - "weaknessexsplashpot": "long_weakness_splash_potion", - "weaknessexsplashpotion": "long_weakness_splash_potion", - "weaknessextendedsplashpot": "long_weakness_splash_potion", - "weaknessextendedsplashpotion": "long_weakness_splash_potion", - "weaknesslevel2splashpot": "long_weakness_splash_potion", - "weaknesslevel2splashpotion": "long_weakness_splash_potion", - "weaknesslongsplashpot": "long_weakness_splash_potion", - "weaknesslongsplashpotion": "long_weakness_splash_potion", - "weexsplashpot": "long_weakness_splash_potion", - "weexsplashpotion": "long_weakness_splash_potion", - "weextendedsplashpot": "long_weakness_splash_potion", - "weextendedsplashpotion": "long_weakness_splash_potion", - "welevel2splashpot": "long_weakness_splash_potion", - "welevel2splashpotion": "long_weakness_splash_potion", - "welongsplashpot": "long_weakness_splash_potion", - "welongsplashpotion": "long_weakness_splash_potion", - "long_weakness_tipped_arrow": { - "potionData": { - "type": "WEAKNESS", - "upgraded": false, - "extended": true - }, - "material": "TIPPED_ARROW" - }, - "arrowwe2": "long_weakness_tipped_arrow", - "arrowweak2": "long_weakness_tipped_arrow", - "arrowweakex": "long_weakness_tipped_arrow", - "arrowweakextended": "long_weakness_tipped_arrow", - "arrowweaklevel2": "long_weakness_tipped_arrow", - "arrowweaklong": "long_weakness_tipped_arrow", - "arrowweakness2": "long_weakness_tipped_arrow", - "arrowweaknessex": "long_weakness_tipped_arrow", - "arrowweaknessextended": "long_weakness_tipped_arrow", - "arrowweaknesslevel2": "long_weakness_tipped_arrow", - "arrowweaknesslong": "long_weakness_tipped_arrow", - "arrowweex": "long_weakness_tipped_arrow", - "arrowweextended": "long_weakness_tipped_arrow", - "arrowwelevel2": "long_weakness_tipped_arrow", - "arrowwelong": "long_weakness_tipped_arrow", - "we2tarr": "long_weakness_tipped_arrow", - "we2tarrow": "long_weakness_tipped_arrow", - "we2tippedarrow": "long_weakness_tipped_arrow", - "weak2tarr": "long_weakness_tipped_arrow", - "weak2tarrow": "long_weakness_tipped_arrow", - "weak2tippedarrow": "long_weakness_tipped_arrow", - "weakarrow2": "long_weakness_tipped_arrow", - "weakarrowex": "long_weakness_tipped_arrow", - "weakarrowextended": "long_weakness_tipped_arrow", - "weakarrowlevel2": "long_weakness_tipped_arrow", - "weakarrowlong": "long_weakness_tipped_arrow", - "weakextarr": "long_weakness_tipped_arrow", - "weakextarrow": "long_weakness_tipped_arrow", - "weakextendedtarr": "long_weakness_tipped_arrow", - "weakextendedtarrow": "long_weakness_tipped_arrow", - "weakextendedtippedarrow": "long_weakness_tipped_arrow", - "weakextippedarrow": "long_weakness_tipped_arrow", - "weaklevel2tarr": "long_weakness_tipped_arrow", - "weaklevel2tarrow": "long_weakness_tipped_arrow", - "weaklevel2tippedarrow": "long_weakness_tipped_arrow", - "weaklongtarr": "long_weakness_tipped_arrow", - "weaklongtarrow": "long_weakness_tipped_arrow", - "weaklongtippedarrow": "long_weakness_tipped_arrow", - "weakness2tarr": "long_weakness_tipped_arrow", - "weakness2tarrow": "long_weakness_tipped_arrow", - "weakness2tippedarrow": "long_weakness_tipped_arrow", - "weaknessarrow2": "long_weakness_tipped_arrow", - "weaknessarrowex": "long_weakness_tipped_arrow", - "weaknessarrowextended": "long_weakness_tipped_arrow", - "weaknessarrowlevel2": "long_weakness_tipped_arrow", - "weaknessarrowlong": "long_weakness_tipped_arrow", - "weaknessextarr": "long_weakness_tipped_arrow", - "weaknessextarrow": "long_weakness_tipped_arrow", - "weaknessextendedtarr": "long_weakness_tipped_arrow", - "weaknessextendedtarrow": "long_weakness_tipped_arrow", - "weaknessextendedtippedarrow": "long_weakness_tipped_arrow", - "weaknessextippedarrow": "long_weakness_tipped_arrow", - "weaknesslevel2tarr": "long_weakness_tipped_arrow", - "weaknesslevel2tarrow": "long_weakness_tipped_arrow", - "weaknesslevel2tippedarrow": "long_weakness_tipped_arrow", - "weaknesslongtarr": "long_weakness_tipped_arrow", - "weaknesslongtarrow": "long_weakness_tipped_arrow", - "weaknesslongtippedarrow": "long_weakness_tipped_arrow", - "wearrow2": "long_weakness_tipped_arrow", - "wearrowex": "long_weakness_tipped_arrow", - "wearrowextended": "long_weakness_tipped_arrow", - "wearrowlevel2": "long_weakness_tipped_arrow", - "wearrowlong": "long_weakness_tipped_arrow", - "weextarr": "long_weakness_tipped_arrow", - "weextarrow": "long_weakness_tipped_arrow", - "weextendedtarr": "long_weakness_tipped_arrow", - "weextendedtarrow": "long_weakness_tipped_arrow", - "weextendedtippedarrow": "long_weakness_tipped_arrow", - "weextippedarrow": "long_weakness_tipped_arrow", - "welevel2tarr": "long_weakness_tipped_arrow", - "welevel2tarrow": "long_weakness_tipped_arrow", - "welevel2tippedarrow": "long_weakness_tipped_arrow", - "welongtarr": "long_weakness_tipped_arrow", - "welongtarrow": "long_weakness_tipped_arrow", - "welongtippedarrow": "long_weakness_tipped_arrow", - "loom": { - "material": "LOOM" - }, - "minecraft:loom": "loom", - "luck_lingering_potion": { - "potionData": { - "type": "LUCK", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotclover": "luck_lingering_potion", - "aoepotionclover": "luck_lingering_potion", - "aoepotionluck": "luck_lingering_potion", - "aoepotionlucky": "luck_lingering_potion", - "aoepotluck": "luck_lingering_potion", - "aoepotlucky": "luck_lingering_potion", - "areapotclover": "luck_lingering_potion", - "areapotionclover": "luck_lingering_potion", - "areapotionluck": "luck_lingering_potion", - "areapotionlucky": "luck_lingering_potion", - "areapotluck": "luck_lingering_potion", - "areapotlucky": "luck_lingering_potion", - "cloudpotclover": "luck_lingering_potion", - "cloudpotionclover": "luck_lingering_potion", - "cloudpotionluck": "luck_lingering_potion", - "cloudpotionlucky": "luck_lingering_potion", - "cloudpotluck": "luck_lingering_potion", - "cloudpotlucky": "luck_lingering_potion", - "cloveraoepoiont": "luck_lingering_potion", - "cloveraoepot": "luck_lingering_potion", - "cloverareapot": "luck_lingering_potion", - "cloverareapotion": "luck_lingering_potion", - "clovercloudpot": "luck_lingering_potion", - "clovercloudpotion": "luck_lingering_potion", - "cloverlingerpot": "luck_lingering_potion", - "lingerpotclover": "luck_lingering_potion", - "lingerpotluck": "luck_lingering_potion", - "lingerpotlucky": "luck_lingering_potion", - "luckaoepoiont": "luck_lingering_potion", - "luckaoepot": "luck_lingering_potion", - "luckareapot": "luck_lingering_potion", - "luckareapotion": "luck_lingering_potion", - "luckcloudpot": "luck_lingering_potion", - "luckcloudpotion": "luck_lingering_potion", - "lucklingerpot": "luck_lingering_potion", - "luckyaoepoiont": "luck_lingering_potion", - "luckyaoepot": "luck_lingering_potion", - "luckyareapot": "luck_lingering_potion", - "luckyareapotion": "luck_lingering_potion", - "luckycloudpot": "luck_lingering_potion", - "luckycloudpotion": "luck_lingering_potion", - "luckylingerpot": "luck_lingering_potion", - "luck_potion": { - "potionData": { - "type": "LUCK", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "cloverpot": "luck_potion", - "cloverpotion": "luck_potion", - "luckpot": "luck_potion", - "luckpotion": "luck_potion", - "luckypot": "luck_potion", - "luckypotion": "luck_potion", - "potionofclover": "luck_potion", - "potionofluck": "luck_potion", - "potionoflucky": "luck_potion", - "potofclover": "luck_potion", - "potofluck": "luck_potion", - "potoflucky": "luck_potion", - "luck_splash_potion": { - "potionData": { - "type": "LUCK", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "cloversplashpot": "luck_splash_potion", - "cloversplashpotion": "luck_splash_potion", - "lucksplashpot": "luck_splash_potion", - "lucksplashpotion": "luck_splash_potion", - "luckysplashpot": "luck_splash_potion", - "luckysplashpotion": "luck_splash_potion", - "splashcloverpot": "luck_splash_potion", - "splashcloverpotion": "luck_splash_potion", - "splashluckpot": "luck_splash_potion", - "splashluckpotion": "luck_splash_potion", - "splashluckypot": "luck_splash_potion", - "splashluckypotion": "luck_splash_potion", - "splcloverpot": "luck_splash_potion", - "splcloverpotion": "luck_splash_potion", - "splluckpot": "luck_splash_potion", - "splluckpotion": "luck_splash_potion", - "splluckypot": "luck_splash_potion", - "splluckypotion": "luck_splash_potion", - "luck_tipped_arrow": { - "potionData": { - "type": "LUCK", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowclover": "luck_tipped_arrow", - "arrowluck": "luck_tipped_arrow", - "arrowlucky": "luck_tipped_arrow", - "cloverarrow": "luck_tipped_arrow", - "clovertarr": "luck_tipped_arrow", - "clovertarrow": "luck_tipped_arrow", - "clovertippedarrow": "luck_tipped_arrow", - "luckarrow": "luck_tipped_arrow", - "lucktarr": "luck_tipped_arrow", - "lucktarrow": "luck_tipped_arrow", - "lucktippedarrow": "luck_tipped_arrow", - "luckyarrow": "luck_tipped_arrow", - "luckytarr": "luck_tipped_arrow", - "luckytarrow": "luck_tipped_arrow", - "luckytippedarrow": "luck_tipped_arrow", - "magenta_banner": { - "material": "MAGENTA_BANNER" - }, - "magentabanner": "magenta_banner", - "mbanner": "magenta_banner", - "minecraft:magenta_banner": "magenta_banner", - "magenta_bed": { - "material": "MAGENTA_BED" - }, - "magentabed": "magenta_bed", - "mbed": "magenta_bed", - "minecraft:magenta_bed": "magenta_bed", - "magenta_candle": { - "material": "MAGENTA_CANDLE" - }, - "magentacandle": "magenta_candle", - "mcandle": "magenta_candle", - "minecraft:magenta_candle": "magenta_candle", - "magenta_carpet": { - "material": "MAGENTA_CARPET" - }, - "magentacarpet": "magenta_carpet", - "magentafloor": "magenta_carpet", - "mcarpet": "magenta_carpet", - "mfloor": "magenta_carpet", - "minecraft:magenta_carpet": "magenta_carpet", - "magenta_concrete": { - "material": "MAGENTA_CONCRETE" - }, - "magentaconcrete": "magenta_concrete", - "mconcrete": "magenta_concrete", - "minecraft:magenta_concrete": "magenta_concrete", - "magenta_concrete_powder": { - "material": "MAGENTA_CONCRETE_POWDER" - }, - "magentacdust": "magenta_concrete_powder", - "magentaconcretepowder": "magenta_concrete_powder", - "magentaconcretesand": "magenta_concrete_powder", - "magentacp": "magenta_concrete_powder", - "magentacpowder": "magenta_concrete_powder", - "mcdust": "magenta_concrete_powder", - "mconcretepowder": "magenta_concrete_powder", - "mconcretesand": "magenta_concrete_powder", - "mcp": "magenta_concrete_powder", - "mcpowder": "magenta_concrete_powder", - "minecraft:magenta_concrete_powder": "magenta_concrete_powder", - "magenta_dye": { - "material": "MAGENTA_DYE" - }, - "magentadye": "magenta_dye", - "mdye": "magenta_dye", - "minecraft:magenta_dye": "magenta_dye", - "magenta_glazed_terracotta": { - "material": "MAGENTA_GLAZED_TERRACOTTA" - }, - "magentaglazedtcota": "magenta_glazed_terracotta", - "magentaglazedterra": "magenta_glazed_terracotta", - "magentaglazedterracota": "magenta_glazed_terracotta", - "magentaglazedterracotta": "magenta_glazed_terracotta", - "magentagtcotta": "magenta_glazed_terracotta", - "magentagterra": "magenta_glazed_terracotta", - "mglazedtcota": "magenta_glazed_terracotta", - "mglazedterra": "magenta_glazed_terracotta", - "mglazedterracota": "magenta_glazed_terracotta", - "mglazedterracotta": "magenta_glazed_terracotta", - "mgtcotta": "magenta_glazed_terracotta", - "mgterra": "magenta_glazed_terracotta", - "minecraft:magenta_glazed_terracotta": "magenta_glazed_terracotta", - "magenta_shulker_box": { - "material": "MAGENTA_SHULKER_BOX" - }, - "magentasbox": "magenta_shulker_box", - "magentashulkerbox": "magenta_shulker_box", - "minecraft:magenta_shulker_box": "magenta_shulker_box", - "msbox": "magenta_shulker_box", - "mshulkerbox": "magenta_shulker_box", - "magenta_stained_glass": { - "material": "MAGENTA_STAINED_GLASS" - }, - "magentaglass": "magenta_stained_glass", - "magentasglass": "magenta_stained_glass", - "magentastainedglass": "magenta_stained_glass", - "mglass": "magenta_stained_glass", - "minecraft:magenta_stained_glass": "magenta_stained_glass", - "msglass": "magenta_stained_glass", - "mstainedglass": "magenta_stained_glass", - "magenta_stained_glass_pane": { - "material": "MAGENTA_STAINED_GLASS_PANE" - }, - "magentaglasspane": "magenta_stained_glass_pane", - "magentagpane": "magenta_stained_glass_pane", - "magentasglasspane": "magenta_stained_glass_pane", - "magentastainedglasspane": "magenta_stained_glass_pane", - "mglasspane": "magenta_stained_glass_pane", - "mgpane": "magenta_stained_glass_pane", - "minecraft:magenta_stained_glass_pane": "magenta_stained_glass_pane", - "msglasspane": "magenta_stained_glass_pane", - "mstainedglasspane": "magenta_stained_glass_pane", - "magenta_terracotta": { - "material": "MAGENTA_TERRACOTTA" - }, - "magentaclay": "magenta_terracotta", - "magentasclay": "magenta_terracotta", - "magentastainedclay": "magenta_terracotta", - "magentatcota": "magenta_terracotta", - "magentaterra": "magenta_terracotta", - "magentaterracota": "magenta_terracotta", - "magentaterracotta": "magenta_terracotta", - "mclay": "magenta_terracotta", - "minecraft:magenta_terracotta": "magenta_terracotta", - "msclay": "magenta_terracotta", - "mstainedclay": "magenta_terracotta", - "mtcota": "magenta_terracotta", - "mterra": "magenta_terracotta", - "mterracota": "magenta_terracotta", - "mterracotta": "magenta_terracotta", - "magenta_wool": { - "material": "MAGENTA_WOOL" - }, - "magentacloth": "magenta_wool", - "magentacotton": "magenta_wool", - "magentawool": "magenta_wool", - "mcloth": "magenta_wool", - "mcotton": "magenta_wool", - "minecraft:magenta_wool": "magenta_wool", - "mwool": "magenta_wool", - "magma_block": { - "material": "MAGMA_BLOCK" - }, - "magmablock": "magma_block", - "minecraft:magma_block": "magma_block", - "magma_cream": { - "material": "MAGMA_CREAM" - }, - "magmacream": "magma_cream", - "minecraft:magma_cream": "magma_cream", - "magma_cube_spawn_egg": { - "material": "MAGMA_CUBE_SPAWN_EGG" - }, - "egglavacube": "magma_cube_spawn_egg", - "egglavaslime": "magma_cube_spawn_egg", - "eggmagma_cube": "magma_cube_spawn_egg", - "eggmagmaslime": "magma_cube_spawn_egg", - "lavacubeegg": "magma_cube_spawn_egg", - "lavacubesegg": "magma_cube_spawn_egg", - "lavacubespawn": "magma_cube_spawn_egg", - "lavacubespawnegg": "magma_cube_spawn_egg", - "lavaslimeegg": "magma_cube_spawn_egg", - "lavaslimesegg": "magma_cube_spawn_egg", - "lavaslimespawn": "magma_cube_spawn_egg", - "lavaslimespawnegg": "magma_cube_spawn_egg", - "magma_cubeegg": "magma_cube_spawn_egg", - "magma_cubesegg": "magma_cube_spawn_egg", - "magma_cubespawn": "magma_cube_spawn_egg", - "magma_cubespawnegg": "magma_cube_spawn_egg", - "magmacubespawnegg": "magma_cube_spawn_egg", - "magmaslimeegg": "magma_cube_spawn_egg", - "magmaslimesegg": "magma_cube_spawn_egg", - "magmaslimespawn": "magma_cube_spawn_egg", - "magmaslimespawnegg": "magma_cube_spawn_egg", - "minecraft:magma_cube_spawn_egg": "magma_cube_spawn_egg", - "segglavacube": "magma_cube_spawn_egg", - "segglavaslime": "magma_cube_spawn_egg", - "seggmagma_cube": "magma_cube_spawn_egg", - "seggmagmaslime": "magma_cube_spawn_egg", - "spawnegglavacube": "magma_cube_spawn_egg", - "spawnegglavaslime": "magma_cube_spawn_egg", - "spawneggmagma_cube": "magma_cube_spawn_egg", - "spawneggmagmaslime": "magma_cube_spawn_egg", - "spawnlavacube": "magma_cube_spawn_egg", - "spawnlavaslime": "magma_cube_spawn_egg", - "spawnmagma_cube": "magma_cube_spawn_egg", - "spawnmagmaslime": "magma_cube_spawn_egg", - "magma_cube_spawner": { - "entity": "MAGMA_CUBE", - "material": "SPAWNER" - }, - "lavacubecage": "magma_cube_spawner", - "lavacubemcage": "magma_cube_spawner", - "lavacubemobcage": "magma_cube_spawner", - "lavacubemobspawner": "magma_cube_spawner", - "lavacubemonstercage": "magma_cube_spawner", - "lavacubemonsterspawner": "magma_cube_spawner", - "lavacubemspawner": "magma_cube_spawner", - "lavacubespawner": "magma_cube_spawner", - "lavaslimecage": "magma_cube_spawner", - "lavaslimemcage": "magma_cube_spawner", - "lavaslimemobcage": "magma_cube_spawner", - "lavaslimemobspawner": "magma_cube_spawner", - "lavaslimemonstercage": "magma_cube_spawner", - "lavaslimemonsterspawner": "magma_cube_spawner", - "lavaslimemspawner": "magma_cube_spawner", - "lavaslimespawner": "magma_cube_spawner", - "magma_cubecage": "magma_cube_spawner", - "magma_cubemcage": "magma_cube_spawner", - "magma_cubemobcage": "magma_cube_spawner", - "magma_cubemobspawner": "magma_cube_spawner", - "magma_cubemonstercage": "magma_cube_spawner", - "magma_cubemonsterspawner": "magma_cube_spawner", - "magma_cubemspawner": "magma_cube_spawner", - "magma_cubespawner": "magma_cube_spawner", - "magmaslimecage": "magma_cube_spawner", - "magmaslimemcage": "magma_cube_spawner", - "magmaslimemobcage": "magma_cube_spawner", - "magmaslimemobspawner": "magma_cube_spawner", - "magmaslimemonstercage": "magma_cube_spawner", - "magmaslimemonsterspawner": "magma_cube_spawner", - "magmaslimemspawner": "magma_cube_spawner", - "magmaslimespawner": "magma_cube_spawner", - "mangrove_boat": { - "material": "MANGROVE_BOAT" - }, - "boatm": "mangrove_boat", - "boatman": "mangrove_boat", - "boatmangrove": "mangrove_boat", - "manboat": "mangrove_boat", - "mangroveboat": "mangrove_boat", - "mangroveraft": "mangrove_boat", - "manraft": "mangrove_boat", - "mboat": "mangrove_boat", - "minecraft:mangrove_boat": "mangrove_boat", - "mraft": "mangrove_boat", - "mangrove_button": { - "material": "MANGROVE_BUTTON" - }, - "buttonm": "mangrove_button", - "buttonman": "mangrove_button", - "buttonmangrove": "mangrove_button", - "manbutton": "mangrove_button", - "mangrovebutton": "mangrove_button", - "mbutton": "mangrove_button", - "minecraft:mangrove_button": "mangrove_button", - "mangrove_chest_boat": { - "material": "MANGROVE_CHEST_BOAT" - }, - "manchboat": "mangrove_chest_boat", - "mangrovechboat": "mangrove_chest_boat", - "mangrovechestboat": "mangrove_chest_boat", - "mchboat": "mangrove_chest_boat", - "minecraft:mangrove_chest_boat": "mangrove_chest_boat", - "mangrove_door": { - "material": "MANGROVE_DOOR" - }, - "mandoor": "mangrove_door", - "mangrovedoor": "mangrove_door", - "mdoor": "mangrove_door", - "minecraft:mangrove_door": "mangrove_door", - "mangrove_fence": { - "material": "MANGROVE_FENCE" - }, - "manfence": "mangrove_fence", - "mangrovefence": "mangrove_fence", - "minecraft:mangrove_fence": "mangrove_fence", - "mangrove_fence_gate": { - "material": "MANGROVE_FENCE_GATE" - }, - "gatem": "mangrove_fence_gate", - "gateman": "mangrove_fence_gate", - "gatemangrove": "mangrove_fence_gate", - "manfencegate": "mangrove_fence_gate", - "mangate": "mangrove_fence_gate", - "mangrovefencegate": "mangrove_fence_gate", - "mangrovegate": "mangrove_fence_gate", - "mfencegate": "mangrove_fence_gate", - "mgate": "mangrove_fence_gate", - "minecraft:mangrove_fence_gate": "mangrove_fence_gate", - "mangrove_hanging_sign": { - "material": "MANGROVE_HANGING_SIGN" - }, - "mangrovehangingsign": "mangrove_hanging_sign", - "mangrovehangsign": "mangrove_hanging_sign", - "mangrovehsign": "mangrove_hanging_sign", - "manhangsign": "mangrove_hanging_sign", - "manhsign": "mangrove_hanging_sign", - "mhangsign": "mangrove_hanging_sign", - "mhsign": "mangrove_hanging_sign", - "minecraft:mangrove_hanging_sign": "mangrove_hanging_sign", - "mangrove_leaves": { - "material": "MANGROVE_LEAVES" - }, - "leafm": "mangrove_leaves", - "leafman": "mangrove_leaves", - "leafmangrove": "mangrove_leaves", - "leavesm": "mangrove_leaves", - "leavesman": "mangrove_leaves", - "leavesmangrove": "mangrove_leaves", - "mangroveleaf": "mangrove_leaves", - "mangroveleave": "mangrove_leaves", - "mangroveleaves": "mangrove_leaves", - "mangrovelogleaf": "mangrove_leaves", - "mangrovelogleave": "mangrove_leaves", - "mangrovelogleaves": "mangrove_leaves", - "mangrovetreeleaf": "mangrove_leaves", - "mangrovetreeleave": "mangrove_leaves", - "mangrovetreeleaves": "mangrove_leaves", - "mangrovetrunkleaf": "mangrove_leaves", - "mangrovetrunkleave": "mangrove_leaves", - "mangrovetrunkleaves": "mangrove_leaves", - "mangrovewoodleaf": "mangrove_leaves", - "mangrovewoodleave": "mangrove_leaves", - "mangrovewoodleaves": "mangrove_leaves", - "manleaf": "mangrove_leaves", - "manleave": "mangrove_leaves", - "manleaves": "mangrove_leaves", - "manlogleaf": "mangrove_leaves", - "manlogleave": "mangrove_leaves", - "manlogleaves": "mangrove_leaves", - "mantreeleaf": "mangrove_leaves", - "mantreeleave": "mangrove_leaves", - "mantreeleaves": "mangrove_leaves", - "mantrunkleaf": "mangrove_leaves", - "mantrunkleave": "mangrove_leaves", - "mantrunkleaves": "mangrove_leaves", - "manwoodleaf": "mangrove_leaves", - "manwoodleave": "mangrove_leaves", - "manwoodleaves": "mangrove_leaves", - "minecraft:mangrove_leaves": "mangrove_leaves", - "mleaf": "mangrove_leaves", - "mleave": "mangrove_leaves", - "mleaves": "mangrove_leaves", - "mlogleaf": "mangrove_leaves", - "mlogleave": "mangrove_leaves", - "mlogleaves": "mangrove_leaves", - "mtreeleaf": "mangrove_leaves", - "mtreeleave": "mangrove_leaves", - "mtreeleaves": "mangrove_leaves", - "mtrunkleaf": "mangrove_leaves", - "mtrunkleave": "mangrove_leaves", - "mtrunkleaves": "mangrove_leaves", - "mwoodleaf": "mangrove_leaves", - "mwoodleave": "mangrove_leaves", - "mwoodleaves": "mangrove_leaves", - "mangrove_log": { - "material": "MANGROVE_LOG" - }, - "logm": "mangrove_log", - "logman": "mangrove_log", - "logmangrove": "mangrove_log", - "mangrovelog": "mangrove_log", - "mangrovetree": "mangrove_log", - "mangrovetrunk": "mangrove_log", - "manlog": "mangrove_log", - "mantree": "mangrove_log", - "mantrunk": "mangrove_log", - "minecraft:mangrove_log": "mangrove_log", - "mlog": "mangrove_log", - "mtree": "mangrove_log", - "mtrunk": "mangrove_log", - "mangrove_planks": { - "material": "MANGROVE_PLANKS" - }, - "mangroveplank": "mangrove_planks", - "mangroveplanks": "mangrove_planks", - "mangroveplankw": "mangrove_planks", - "mangroveplankwood": "mangrove_planks", - "mangroveplankwooden": "mangrove_planks", - "mangrovewoodenplank": "mangrove_planks", - "mangrovewoodplank": "mangrove_planks", - "mangrovewplank": "mangrove_planks", - "manplank": "mangrove_planks", - "manplankw": "mangrove_planks", - "manplankwood": "mangrove_planks", - "manplankwooden": "mangrove_planks", - "manwoodenplank": "mangrove_planks", - "manwoodplank": "mangrove_planks", - "manwplank": "mangrove_planks", - "minecraft:mangrove_planks": "mangrove_planks", - "mplank": "mangrove_planks", - "mplankw": "mangrove_planks", - "mplankwood": "mangrove_planks", - "mplankwooden": "mangrove_planks", - "mwoodenplank": "mangrove_planks", - "mwoodplank": "mangrove_planks", - "mwplank": "mangrove_planks", - "mangrove_pressure_plate": { - "material": "MANGROVE_PRESSURE_PLATE" - }, - "mangroveplate": "mangrove_pressure_plate", - "mangrovepplate": "mangrove_pressure_plate", - "mangrovepressplate": "mangrove_pressure_plate", - "mangrovepressureplate": "mangrove_pressure_plate", - "manplate": "mangrove_pressure_plate", - "manpplate": "mangrove_pressure_plate", - "manpressplate": "mangrove_pressure_plate", - "manpressureplate": "mangrove_pressure_plate", - "minecraft:mangrove_pressure_plate": "mangrove_pressure_plate", - "mplate": "mangrove_pressure_plate", - "mpplate": "mangrove_pressure_plate", - "mpressplate": "mangrove_pressure_plate", - "mpressureplate": "mangrove_pressure_plate", - "platem": "mangrove_pressure_plate", - "plateman": "mangrove_pressure_plate", - "platemangrove": "mangrove_pressure_plate", - "mangrove_propagule": { - "material": "MANGROVE_PROPAGULE" - }, - "mangrovelogsapling": "mangrove_propagule", - "mangroveprop": "mangrove_propagule", - "mangrovepropagule": "mangrove_propagule", - "mangrovesapling": "mangrove_propagule", - "mangrovetreesapling": "mangrove_propagule", - "mangrovetrunksapling": "mangrove_propagule", - "mangrovewoodsapling": "mangrove_propagule", - "manlogsapling": "mangrove_propagule", - "manprop": "mangrove_propagule", - "mansapling": "mangrove_propagule", - "mantreesapling": "mangrove_propagule", - "mantrunksapling": "mangrove_propagule", - "manwoodsapling": "mangrove_propagule", - "minecraft:mangrove_propagule": "mangrove_propagule", - "mlogsapling": "mangrove_propagule", - "mprop": "mangrove_propagule", - "msapling": "mangrove_propagule", - "mtreesapling": "mangrove_propagule", - "mtrunksapling": "mangrove_propagule", - "mwoodsapling": "mangrove_propagule", - "propagulem": "mangrove_propagule", - "propaguleman": "mangrove_propagule", - "propagulemangrove": "mangrove_propagule", - "mangrove_roots": { - "material": "MANGROVE_ROOTS" - }, - "mangroveroot": "mangrove_roots", - "mangroveroots": "mangrove_roots", - "manroot": "mangrove_roots", - "manroots": "mangrove_roots", - "minecraft:mangrove_roots": "mangrove_roots", - "mroot": "mangrove_roots", - "mroots": "mangrove_roots", - "mangrove_sign": { - "material": "MANGROVE_SIGN" - }, - "mangrovesign": "mangrove_sign", - "mansign": "mangrove_sign", - "minecraft:mangrove_sign": "mangrove_sign", - "msign": "mangrove_sign", - "mangrove_slab": { - "material": "MANGROVE_SLAB" - }, - "mangrovehalfblock": "mangrove_slab", - "mangroveslab": "mangrove_slab", - "mangrovestep": "mangrove_slab", - "mangrovewhalfblock": "mangrove_slab", - "mangrovewoodenhalfblock": "mangrove_slab", - "mangrovewoodenslab": "mangrove_slab", - "mangrovewoodenstep": "mangrove_slab", - "mangrovewoodhalfblock": "mangrove_slab", - "mangrovewoodslab": "mangrove_slab", - "mangrovewoodstep": "mangrove_slab", - "mangrovewslab": "mangrove_slab", - "mangrovewstep": "mangrove_slab", - "manhalfblock": "mangrove_slab", - "manstep": "mangrove_slab", - "manwhalfblock": "mangrove_slab", - "manwoodenhalfblock": "mangrove_slab", - "manwoodenslab": "mangrove_slab", - "manwoodenstep": "mangrove_slab", - "manwoodhalfblock": "mangrove_slab", - "manwoodslab": "mangrove_slab", - "manwoodstep": "mangrove_slab", - "manwslab": "mangrove_slab", - "manwstep": "mangrove_slab", - "mhalfblock": "mangrove_slab", - "minecraft:mangrove_slab": "mangrove_slab", - "mstep": "mangrove_slab", - "mwhalfblock": "mangrove_slab", - "mwoodenhalfblock": "mangrove_slab", - "mwoodenslab": "mangrove_slab", - "mwoodenstep": "mangrove_slab", - "mwoodhalfblock": "mangrove_slab", - "mwoodslab": "mangrove_slab", - "mwoodstep": "mangrove_slab", - "mwslab": "mangrove_slab", - "mwstep": "mangrove_slab", - "mangrove_stairs": { - "material": "MANGROVE_STAIRS" - }, - "mangrovestair": "mangrove_stairs", - "mangrovestairs": "mangrove_stairs", - "mangrovewoodenstair": "mangrove_stairs", - "mangrovewoodenstairs": "mangrove_stairs", - "mangrovewoodstair": "mangrove_stairs", - "mangrovewoodstairs": "mangrove_stairs", - "mangrovewstair": "mangrove_stairs", - "mangrovewstairs": "mangrove_stairs", - "manstair": "mangrove_stairs", - "manwoodenstair": "mangrove_stairs", - "manwoodenstairs": "mangrove_stairs", - "manwoodstair": "mangrove_stairs", - "manwoodstairs": "mangrove_stairs", - "manwstair": "mangrove_stairs", - "manwstairs": "mangrove_stairs", - "minecraft:mangrove_stairs": "mangrove_stairs", - "mstair": "mangrove_stairs", - "mwoodenstair": "mangrove_stairs", - "mwoodenstairs": "mangrove_stairs", - "mwoodstair": "mangrove_stairs", - "mwoodstairs": "mangrove_stairs", - "mwstair": "mangrove_stairs", - "mwstairs": "mangrove_stairs", - "mangrove_trapdoor": { - "material": "MANGROVE_TRAPDOOR" - }, - "mandoort": "mangrove_trapdoor", - "mandoortrap": "mangrove_trapdoor", - "mandtrap": "mangrove_trapdoor", - "mangrovedoort": "mangrove_trapdoor", - "mangrovedoortrap": "mangrove_trapdoor", - "mangrovedtrap": "mangrove_trapdoor", - "mangrovehatch": "mangrove_trapdoor", - "mangrovetdoor": "mangrove_trapdoor", - "mangrovetrapd": "mangrove_trapdoor", - "mangrovetrapdoor": "mangrove_trapdoor", - "manhatch": "mangrove_trapdoor", - "mantdoor": "mangrove_trapdoor", - "mantrapd": "mangrove_trapdoor", - "mantrapdoor": "mangrove_trapdoor", - "mdoort": "mangrove_trapdoor", - "mdoortrap": "mangrove_trapdoor", - "mdtrap": "mangrove_trapdoor", - "mhatch": "mangrove_trapdoor", - "minecraft:mangrove_trapdoor": "mangrove_trapdoor", - "mtdoor": "mangrove_trapdoor", - "mtrapd": "mangrove_trapdoor", - "mtrapdoor": "mangrove_trapdoor", - "mangrove_wood": { - "material": "MANGROVE_WOOD" - }, - "mangrovelogall": "mangrove_wood", - "mangrovetreeall": "mangrove_wood", - "mangrovetrunkall": "mangrove_wood", - "mangrovewood": "mangrove_wood", - "manlogall": "mangrove_wood", - "mantreeall": "mangrove_wood", - "mantrunkall": "mangrove_wood", - "manwood": "mangrove_wood", - "minecraft:mangrove_wood": "mangrove_wood", - "mlogall": "mangrove_wood", - "mtreeall": "mangrove_wood", - "mtrunkall": "mangrove_wood", - "mwood": "mangrove_wood", - "woodm": "mangrove_wood", - "woodman": "mangrove_wood", - "woodmangrove": "mangrove_wood", - "map": { - "material": "MAP" - }, - "minecraft:map": "map", - "medium_amethyst_bud": { - "material": "MEDIUM_AMETHYST_BUD" - }, - "amethystbudm": "medium_amethyst_bud", - "cavebudm": "medium_amethyst_bud", - "mamethystbud": "medium_amethyst_bud", - "mcavebud": "medium_amethyst_bud", - "mediumamethystbud": "medium_amethyst_bud", - "mediumcavebud": "medium_amethyst_bud", - "midamethystbud": "medium_amethyst_bud", - "midcavebud": "medium_amethyst_bud", - "minecraft:medium_amethyst_bud": "medium_amethyst_bud", - "melon": { - "material": "MELON" - }, - "greenmelon": "melon", - "greenmelonblock": "melon", - "melonblock": "melon", - "melongreen": "melon", - "minecraft:melon": "melon", - "watermelon": "melon", - "watermelonblock": "melon", - "melon_seeds": { - "material": "MELON_SEEDS" - }, - "melonseeds": "melon_seeds", - "minecraft:melon_seeds": "melon_seeds", - "melon_slice": { - "material": "MELON_SLICE" - }, - "melonslice": "melon_slice", - "minecraft:melon_slice": "melon_slice", - "milk_bucket": { - "material": "MILK_BUCKET" - }, - "milkbucket": "milk_bucket", - "minecraft:milk_bucket": "milk_bucket", - "minecart": { - "material": "MINECART" - }, - "cart": "minecart", - "mc": "minecart", - "mcart": "minecart", - "minecraft:minecart": "minecart", - "miner_pottery_sherd": { - "material": "MINER_POTTERY_SHERD" - }, - "minecraft:miner_pottery_sherd": "miner_pottery_sherd", - "minerpotterysherd": "miner_pottery_sherd", - "minersherd": "miner_pottery_sherd", - "mojang_banner_pattern": { - "material": "MOJANG_BANNER_PATTERN" - }, - "minecraft:mojang_banner_pattern": "mojang_banner_pattern", - "mojangbannerpattern": "mojang_banner_pattern", - "mooshroom_spawn_egg": { - "material": "MOOSHROOM_SPAWN_EGG" - }, - "eggmooshroom": "mooshroom_spawn_egg", - "eggmushroom": "mooshroom_spawn_egg", - "eggmushroom_cow": "mooshroom_spawn_egg", - "eggmushroomcow": "mooshroom_spawn_egg", - "minecraft:mooshroom_spawn_egg": "mooshroom_spawn_egg", - "mooshroomegg": "mooshroom_spawn_egg", - "mooshroomsegg": "mooshroom_spawn_egg", - "mooshroomspawn": "mooshroom_spawn_egg", - "mooshroomspawnegg": "mooshroom_spawn_egg", - "mushroom_cowegg": "mooshroom_spawn_egg", - "mushroom_cowsegg": "mooshroom_spawn_egg", - "mushroom_cowspawn": "mooshroom_spawn_egg", - "mushroom_cowspawnegg": "mooshroom_spawn_egg", - "mushroomcowegg": "mooshroom_spawn_egg", - "mushroomcowsegg": "mooshroom_spawn_egg", - "mushroomcowspawn": "mooshroom_spawn_egg", - "mushroomcowspawnegg": "mooshroom_spawn_egg", - "mushroomegg": "mooshroom_spawn_egg", - "mushroomsegg": "mooshroom_spawn_egg", - "mushroomspawn": "mooshroom_spawn_egg", - "mushroomspawnegg": "mooshroom_spawn_egg", - "seggmooshroom": "mooshroom_spawn_egg", - "seggmushroom": "mooshroom_spawn_egg", - "seggmushroom_cow": "mooshroom_spawn_egg", - "seggmushroomcow": "mooshroom_spawn_egg", - "spawneggmooshroom": "mooshroom_spawn_egg", - "spawneggmushroom": "mooshroom_spawn_egg", - "spawneggmushroom_cow": "mooshroom_spawn_egg", - "spawneggmushroomcow": "mooshroom_spawn_egg", - "spawnmooshroom": "mooshroom_spawn_egg", - "spawnmushroom": "mooshroom_spawn_egg", - "spawnmushroom_cow": "mooshroom_spawn_egg", - "spawnmushroomcow": "mooshroom_spawn_egg", - "moss_block": { - "material": "MOSS_BLOCK" - }, - "minecraft:moss_block": "moss_block", - "minecraftopensourcesoftware": "moss_block", - "moss": "moss_block", - "mossblock": "moss_block", - "moss_carpet": { - "material": "MOSS_CARPET" - }, - "minecraft:moss_carpet": "moss_carpet", - "mosscarpet": "moss_carpet", - "mossfloor": "moss_carpet", - "mossy_cobblestone": { - "material": "MOSSY_COBBLESTONE" - }, - "mcobble": "mossy_cobblestone", - "mcobbleb": "mossy_cobblestone", - "mcobblebl": "mossy_cobblestone", - "mcobbleblock": "mossy_cobblestone", - "mcobblestone": "mossy_cobblestone", - "mcobblestoneb": "mossy_cobblestone", - "mcobblestonebl": "mossy_cobblestone", - "mcobblestoneblock": "mossy_cobblestone", - "mcs": "mossy_cobblestone", - "mcsb": "mossy_cobblestone", - "mcsbl": "mossy_cobblestone", - "mcsblock": "mossy_cobblestone", - "mcst": "mossy_cobblestone", - "mcstb": "mossy_cobblestone", - "mcstbl": "mossy_cobblestone", - "mcstblock": "mossy_cobblestone", - "mcstone": "mossy_cobblestone", - "mcstoneb": "mossy_cobblestone", - "mcstonebl": "mossy_cobblestone", - "mcstoneblock": "mossy_cobblestone", - "minecraft:mossy_cobblestone": "mossy_cobblestone", - "mosscobble": "mossy_cobblestone", - "mosscobbleb": "mossy_cobblestone", - "mosscobblebl": "mossy_cobblestone", - "mosscobbleblock": "mossy_cobblestone", - "mosscobblestone": "mossy_cobblestone", - "mosscobblestoneb": "mossy_cobblestone", - "mosscobblestonebl": "mossy_cobblestone", - "mosscobblestoneblock": "mossy_cobblestone", - "mosscs": "mossy_cobblestone", - "mosscsb": "mossy_cobblestone", - "mosscsbl": "mossy_cobblestone", - "mosscsblock": "mossy_cobblestone", - "mosscst": "mossy_cobblestone", - "mosscstb": "mossy_cobblestone", - "mosscstbl": "mossy_cobblestone", - "mosscstblock": "mossy_cobblestone", - "mosscstone": "mossy_cobblestone", - "mosscstoneb": "mossy_cobblestone", - "mosscstonebl": "mossy_cobblestone", - "mosscstoneblock": "mossy_cobblestone", - "mossycobble": "mossy_cobblestone", - "mossycobbleb": "mossy_cobblestone", - "mossycobblebl": "mossy_cobblestone", - "mossycobbleblock": "mossy_cobblestone", - "mossycobblestone": "mossy_cobblestone", - "mossycobblestoneb": "mossy_cobblestone", - "mossycobblestonebl": "mossy_cobblestone", - "mossycobblestoneblock": "mossy_cobblestone", - "mossycs": "mossy_cobblestone", - "mossycsb": "mossy_cobblestone", - "mossycsbl": "mossy_cobblestone", - "mossycsblock": "mossy_cobblestone", - "mossycst": "mossy_cobblestone", - "mossycstb": "mossy_cobblestone", - "mossycstbl": "mossy_cobblestone", - "mossycstblock": "mossy_cobblestone", - "mossycstone": "mossy_cobblestone", - "mossycstoneb": "mossy_cobblestone", - "mossycstonebl": "mossy_cobblestone", - "mossycstoneblock": "mossy_cobblestone", - "mossy_cobblestone_slab": { - "material": "MOSSY_COBBLESTONE_SLAB" - }, - "mcobblehalfblock": "mossy_cobblestone_slab", - "mcobblestep": "mossy_cobblestone_slab", - "mcobblestonehalfblock": "mossy_cobblestone_slab", - "mcobblestonestep": "mossy_cobblestone_slab", - "mcshalfblock": "mossy_cobblestone_slab", - "mcsstep": "mossy_cobblestone_slab", - "mcsthalfblock": "mossy_cobblestone_slab", - "mcstonehalfblock": "mossy_cobblestone_slab", - "mcstonestep": "mossy_cobblestone_slab", - "mcststep": "mossy_cobblestone_slab", - "minecraft:mossy_cobblestone_slab": "mossy_cobblestone_slab", - "mosscobblehalfblock": "mossy_cobblestone_slab", - "mosscobblestep": "mossy_cobblestone_slab", - "mosscobblestonehalfblock": "mossy_cobblestone_slab", - "mosscobblestonestep": "mossy_cobblestone_slab", - "mosscshalfblock": "mossy_cobblestone_slab", - "mosscsstep": "mossy_cobblestone_slab", - "mosscsthalfblock": "mossy_cobblestone_slab", - "mosscstonehalfblock": "mossy_cobblestone_slab", - "mosscstonestep": "mossy_cobblestone_slab", - "mosscststep": "mossy_cobblestone_slab", - "mossycobblehalfblock": "mossy_cobblestone_slab", - "mossycobblestep": "mossy_cobblestone_slab", - "mossycobblestonehalfblock": "mossy_cobblestone_slab", - "mossycobblestoneslab": "mossy_cobblestone_slab", - "mossycobblestonestep": "mossy_cobblestone_slab", - "mossycshalfblock": "mossy_cobblestone_slab", - "mossycsstep": "mossy_cobblestone_slab", - "mossycsthalfblock": "mossy_cobblestone_slab", - "mossycstonehalfblock": "mossy_cobblestone_slab", - "mossycstonestep": "mossy_cobblestone_slab", - "mossycststep": "mossy_cobblestone_slab", - "mossy_cobblestone_stairs": { - "material": "MOSSY_COBBLESTONE_STAIRS" - }, - "mcobblestair": "mossy_cobblestone_stairs", - "mcobblestairs": "mossy_cobblestone_stairs", - "mcobblestonestair": "mossy_cobblestone_stairs", - "mcobblestonestairs": "mossy_cobblestone_stairs", - "mcsstair": "mossy_cobblestone_stairs", - "mcsstairs": "mossy_cobblestone_stairs", - "mcstonestair": "mossy_cobblestone_stairs", - "mcstonestairs": "mossy_cobblestone_stairs", - "mcststair": "mossy_cobblestone_stairs", - "mcststairs": "mossy_cobblestone_stairs", - "minecraft:mossy_cobblestone_stairs": "mossy_cobblestone_stairs", - "mosscobblestair": "mossy_cobblestone_stairs", - "mosscobblestairs": "mossy_cobblestone_stairs", - "mosscobblestonestair": "mossy_cobblestone_stairs", - "mosscobblestonestairs": "mossy_cobblestone_stairs", - "mosscsstair": "mossy_cobblestone_stairs", - "mosscsstairs": "mossy_cobblestone_stairs", - "mosscstonestair": "mossy_cobblestone_stairs", - "mosscstonestairs": "mossy_cobblestone_stairs", - "mosscststair": "mossy_cobblestone_stairs", - "mosscststairs": "mossy_cobblestone_stairs", - "mossycobblestair": "mossy_cobblestone_stairs", - "mossycobblestairs": "mossy_cobblestone_stairs", - "mossycobblestonestair": "mossy_cobblestone_stairs", - "mossycobblestonestairs": "mossy_cobblestone_stairs", - "mossycsstair": "mossy_cobblestone_stairs", - "mossycsstairs": "mossy_cobblestone_stairs", - "mossycstonestair": "mossy_cobblestone_stairs", - "mossycstonestairs": "mossy_cobblestone_stairs", - "mossycststair": "mossy_cobblestone_stairs", - "mossycststairs": "mossy_cobblestone_stairs", - "mossy_cobblestone_wall": { - "material": "MOSSY_COBBLESTONE_WALL" - }, - "mcobblestonewall": "mossy_cobblestone_wall", - "mcobblewall": "mossy_cobblestone_wall", - "mcstonewall": "mossy_cobblestone_wall", - "mcstwall": "mossy_cobblestone_wall", - "mcswall": "mossy_cobblestone_wall", - "minecraft:mossy_cobblestone_wall": "mossy_cobblestone_wall", - "mosscobblestonewall": "mossy_cobblestone_wall", - "mosscobblewall": "mossy_cobblestone_wall", - "mosscstonewall": "mossy_cobblestone_wall", - "mosscstwall": "mossy_cobblestone_wall", - "mosscswall": "mossy_cobblestone_wall", - "mossycobblestonewall": "mossy_cobblestone_wall", - "mossycobblewall": "mossy_cobblestone_wall", - "mossycstonewall": "mossy_cobblestone_wall", - "mossycstwall": "mossy_cobblestone_wall", - "mossycswall": "mossy_cobblestone_wall", - "wallmcobble": "mossy_cobblestone_wall", - "wallmcobblestone": "mossy_cobblestone_wall", - "wallmcs": "mossy_cobblestone_wall", - "wallmcst": "mossy_cobblestone_wall", - "wallmcstone": "mossy_cobblestone_wall", - "wallmosscobble": "mossy_cobblestone_wall", - "wallmosscobblestone": "mossy_cobblestone_wall", - "wallmosscs": "mossy_cobblestone_wall", - "wallmosscst": "mossy_cobblestone_wall", - "wallmosscstone": "mossy_cobblestone_wall", - "wallmossycobble": "mossy_cobblestone_wall", - "wallmossycobblestone": "mossy_cobblestone_wall", - "wallmossycs": "mossy_cobblestone_wall", - "wallmossycst": "mossy_cobblestone_wall", - "wallmossycstone": "mossy_cobblestone_wall", - "mossy_stone_brick_slab": { - "material": "MOSSY_STONE_BRICK_SLAB" - }, - "minecraft:mossy_stone_brick_slab": "mossy_stone_brick_slab", - "mosssthalfblock": "mossy_stone_brick_slab", - "mossstonehalfblock": "mossy_stone_brick_slab", - "mossstonestep": "mossy_stone_brick_slab", - "mossststep": "mossy_stone_brick_slab", - "mossysthalfblock": "mossy_stone_brick_slab", - "mossystonebrickslab": "mossy_stone_brick_slab", - "mossystonehalfblock": "mossy_stone_brick_slab", - "mossystonestep": "mossy_stone_brick_slab", - "mossyststep": "mossy_stone_brick_slab", - "msthalfblock": "mossy_stone_brick_slab", - "mstonehalfblock": "mossy_stone_brick_slab", - "mstonestep": "mossy_stone_brick_slab", - "mststep": "mossy_stone_brick_slab", - "mossy_stone_brick_stairs": { - "material": "MOSSY_STONE_BRICK_STAIRS" - }, - "minecraft:mossy_stone_brick_stairs": "mossy_stone_brick_stairs", - "mossstonestair": "mossy_stone_brick_stairs", - "mossstonestairs": "mossy_stone_brick_stairs", - "mossststair": "mossy_stone_brick_stairs", - "mossststairs": "mossy_stone_brick_stairs", - "mossystonebrickstairs": "mossy_stone_brick_stairs", - "mossystonestair": "mossy_stone_brick_stairs", - "mossystonestairs": "mossy_stone_brick_stairs", - "mossyststair": "mossy_stone_brick_stairs", - "mossyststairs": "mossy_stone_brick_stairs", - "mstonestair": "mossy_stone_brick_stairs", - "mstonestairs": "mossy_stone_brick_stairs", - "mststair": "mossy_stone_brick_stairs", - "mststairs": "mossy_stone_brick_stairs", - "mossy_stone_brick_wall": { - "material": "MOSSY_STONE_BRICK_WALL" - }, - "minecraft:mossy_stone_brick_wall": "mossy_stone_brick_wall", - "mossstonewall": "mossy_stone_brick_wall", - "mossstwall": "mossy_stone_brick_wall", - "mossystonebrickwall": "mossy_stone_brick_wall", - "mossystonewall": "mossy_stone_brick_wall", - "mossystwall": "mossy_stone_brick_wall", - "mstonewall": "mossy_stone_brick_wall", - "mstwall": "mossy_stone_brick_wall", - "wallmossst": "mossy_stone_brick_wall", - "wallmossstone": "mossy_stone_brick_wall", - "wallmossyst": "mossy_stone_brick_wall", - "wallmossystone": "mossy_stone_brick_wall", - "wallmst": "mossy_stone_brick_wall", - "wallmstone": "mossy_stone_brick_wall", - "mossy_stone_bricks": { - "material": "MOSSY_STONE_BRICKS" - }, - "minecraft:mossy_stone_bricks": "mossy_stone_bricks", - "mossst": "mossy_stone_bricks", - "mossstone": "mossy_stone_bricks", - "mossyst": "mossy_stone_bricks", - "mossystone": "mossy_stone_bricks", - "mossystonebricks": "mossy_stone_bricks", - "mst": "mossy_stone_bricks", - "mstone": "mossy_stone_bricks", - "mourner_pottery_sherd": { - "material": "MOURNER_POTTERY_SHERD" - }, - "minecraft:mourner_pottery_sherd": "mourner_pottery_sherd", - "mournerpotterysherd": "mourner_pottery_sherd", - "mournersherd": "mourner_pottery_sherd", - "mournsherd": "mourner_pottery_sherd", - "mud": { - "material": "MUD" - }, - "minecraft:mud": "mud", - "mudb": "mud", - "mudbl": "mud", - "mudblock": "mud", - "mud_brick_slab": { - "material": "MUD_BRICK_SLAB" - }, - "minecraft:mud_brick_slab": "mud_brick_slab", - "mudbrhalfblock": "mud_brick_slab", - "mudbrickhalfblock": "mud_brick_slab", - "mudbrickslab": "mud_brick_slab", - "mudbrickstep": "mud_brick_slab", - "mudbrstep": "mud_brick_slab", - "mud_brick_stairs": { - "material": "MUD_BRICK_STAIRS" - }, - "minecraft:mud_brick_stairs": "mud_brick_stairs", - "mudbrickstair": "mud_brick_stairs", - "mudbrickstairs": "mud_brick_stairs", - "mudbrstair": "mud_brick_stairs", - "mudbrstairs": "mud_brick_stairs", - "mud_brick_wall": { - "material": "MUD_BRICK_WALL" - }, - "minecraft:mud_brick_wall": "mud_brick_wall", - "mudbrickwall": "mud_brick_wall", - "mudbrwall": "mud_brick_wall", - "wallmudbr": "mud_brick_wall", - "wallmudbrick": "mud_brick_wall", - "mud_bricks": { - "material": "MUD_BRICKS" - }, - "minecraft:mud_bricks": "mud_bricks", - "mudbr": "mud_bricks", - "mudbrick": "mud_bricks", - "mudbricks": "mud_bricks", - "muddy_mangrove_roots": { - "material": "MUDDY_MANGROVE_ROOTS" - }, - "minecraft:muddy_mangrove_roots": "muddy_mangrove_roots", - "muddymangroveroots": "muddy_mangrove_roots", - "mudmangroveroot": "muddy_mangrove_roots", - "mudmangroveroots": "muddy_mangrove_roots", - "mudmanroot": "muddy_mangrove_roots", - "mudmanroots": "muddy_mangrove_roots", - "mudmroot": "muddy_mangrove_roots", - "mudmroots": "muddy_mangrove_roots", - "mule_spawn_egg": { - "material": "MULE_SPAWN_EGG" - }, - "eggmule": "mule_spawn_egg", - "minecraft:mule_spawn_egg": "mule_spawn_egg", - "muleegg": "mule_spawn_egg", - "mulesegg": "mule_spawn_egg", - "mulespawn": "mule_spawn_egg", - "mulespawnegg": "mule_spawn_egg", - "seggmule": "mule_spawn_egg", - "spawneggmule": "mule_spawn_egg", - "spawnmule": "mule_spawn_egg", - "mule_spawner": { - "entity": "MULE", - "material": "SPAWNER" - }, - "mulecage": "mule_spawner", - "mulemcage": "mule_spawner", - "mulemobcage": "mule_spawner", - "mulemobspawner": "mule_spawner", - "mulemonstercage": "mule_spawner", - "mulemonsterspawner": "mule_spawner", - "mulemspawner": "mule_spawner", - "mulespawner": "mule_spawner", - "mundane_lingering_potion": { - "potionData": { - "type": "MUNDANE", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotionmundane": "mundane_lingering_potion", - "aoepotmundane": "mundane_lingering_potion", - "areapotionmundane": "mundane_lingering_potion", - "areapotmundane": "mundane_lingering_potion", - "cloudpotionmundane": "mundane_lingering_potion", - "cloudpotmundane": "mundane_lingering_potion", - "lingerpotmundane": "mundane_lingering_potion", - "mundaneaoepoiont": "mundane_lingering_potion", - "mundaneaoepot": "mundane_lingering_potion", - "mundaneareapot": "mundane_lingering_potion", - "mundaneareapotion": "mundane_lingering_potion", - "mundanecloudpot": "mundane_lingering_potion", - "mundanecloudpotion": "mundane_lingering_potion", - "mundanelingerpot": "mundane_lingering_potion", - "mundane_potion": { - "potionData": { - "type": "MUNDANE", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "mundanepot": "mundane_potion", - "mundanepotion": "mundane_potion", - "potionofmundane": "mundane_potion", - "potofmundane": "mundane_potion", - "mundane_splash_potion": { - "potionData": { - "type": "MUNDANE", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "mundanesplashpot": "mundane_splash_potion", - "mundanesplashpotion": "mundane_splash_potion", - "splashmundanepot": "mundane_splash_potion", - "splashmundanepotion": "mundane_splash_potion", - "splmundanepot": "mundane_splash_potion", - "splmundanepotion": "mundane_splash_potion", - "mundane_tipped_arrow": { - "potionData": { - "type": "MUNDANE", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowmundane": "mundane_tipped_arrow", - "mundanearrow": "mundane_tipped_arrow", - "mundanetarr": "mundane_tipped_arrow", - "mundanetarrow": "mundane_tipped_arrow", - "mundanetippedarrow": "mundane_tipped_arrow", - "mushroom_cow_spawner": { - "entity": "MUSHROOM_COW", - "material": "SPAWNER" - }, - "mooshroomcage": "mushroom_cow_spawner", - "mooshroommcage": "mushroom_cow_spawner", - "mooshroommobcage": "mushroom_cow_spawner", - "mooshroommobspawner": "mushroom_cow_spawner", - "mooshroommonstercage": "mushroom_cow_spawner", - "mooshroommonsterspawner": "mushroom_cow_spawner", - "mooshroommspawner": "mushroom_cow_spawner", - "mooshroomspawner": "mushroom_cow_spawner", - "mushroom_cowcage": "mushroom_cow_spawner", - "mushroom_cowmcage": "mushroom_cow_spawner", - "mushroom_cowmobcage": "mushroom_cow_spawner", - "mushroom_cowmobspawner": "mushroom_cow_spawner", - "mushroom_cowmonstercage": "mushroom_cow_spawner", - "mushroom_cowmonsterspawner": "mushroom_cow_spawner", - "mushroom_cowmspawner": "mushroom_cow_spawner", - "mushroom_cowspawner": "mushroom_cow_spawner", - "mushroomcage": "mushroom_cow_spawner", - "mushroomcowcage": "mushroom_cow_spawner", - "mushroomcowmcage": "mushroom_cow_spawner", - "mushroomcowmobcage": "mushroom_cow_spawner", - "mushroomcowmobspawner": "mushroom_cow_spawner", - "mushroomcowmonstercage": "mushroom_cow_spawner", - "mushroomcowmonsterspawner": "mushroom_cow_spawner", - "mushroomcowmspawner": "mushroom_cow_spawner", - "mushroomcowspawner": "mushroom_cow_spawner", - "mushroommcage": "mushroom_cow_spawner", - "mushroommobcage": "mushroom_cow_spawner", - "mushroommobspawner": "mushroom_cow_spawner", - "mushroommonstercage": "mushroom_cow_spawner", - "mushroommonsterspawner": "mushroom_cow_spawner", - "mushroommspawner": "mushroom_cow_spawner", - "mushroomspawner": "mushroom_cow_spawner", - "mushroom_stem": { - "material": "MUSHROOM_STEM" - }, - "minecraft:mushroom_stem": "mushroom_stem", - "mushroomstem": "mushroom_stem", - "mushroom_stew": { - "material": "MUSHROOM_STEW" - }, - "minecraft:mushroom_stew": "mushroom_stew", - "mushroomstew": "mushroom_stew", - "music_disc_11": { - "material": "MUSIC_DISC_11" - }, - "11cd": "music_disc_11", - "11disc": "music_disc_11", - "11disk": "music_disc_11", - "11mdisc": "music_disc_11", - "11musicdisc": "music_disc_11", - "11musicdisk": "music_disc_11", - "11musicrecord": "music_disc_11", - "11record": "music_disc_11", - "cd11": "music_disc_11", - "cdcr": "music_disc_11", - "cdcracked": "music_disc_11", - "crackedcd": "music_disc_11", - "crackeddisc": "music_disc_11", - "crackeddisk": "music_disc_11", - "crackedmdisc": "music_disc_11", - "crackedmusicdisc": "music_disc_11", - "crackedmusicdisk": "music_disc_11", - "crackedmusicrecord": "music_disc_11", - "crackedrecord": "music_disc_11", - "crcd": "music_disc_11", - "crdisc": "music_disc_11", - "crdisk": "music_disc_11", - "crmdisc": "music_disc_11", - "crmusicdisc": "music_disc_11", - "crmusicdisk": "music_disc_11", - "crmusicrecord": "music_disc_11", - "crrecord": "music_disc_11", - "disc11": "music_disc_11", - "disccr": "music_disc_11", - "disccracked": "music_disc_11", - "disk11": "music_disc_11", - "diskcr": "music_disc_11", - "diskcracked": "music_disc_11", - "mdisc11": "music_disc_11", - "mdisccr": "music_disc_11", - "mdisccracked": "music_disc_11", - "minecraft:music_disc_11": "music_disc_11", - "musicdisc11": "music_disc_11", - "musicdisccr": "music_disc_11", - "musicdisccracked": "music_disc_11", - "musicdisk11": "music_disc_11", - "musicdiskcr": "music_disc_11", - "musicdiskcracked": "music_disc_11", - "musicrecord11": "music_disc_11", - "musicrecordcr": "music_disc_11", - "musicrecordcracked": "music_disc_11", - "record11": "music_disc_11", - "recordcr": "music_disc_11", - "recordcracked": "music_disc_11", - "music_disc_13": { - "material": "MUSIC_DISC_13" - }, - "13cd": "music_disc_13", - "13disc": "music_disc_13", - "13disk": "music_disc_13", - "13mdisc": "music_disc_13", - "13musicdisc": "music_disc_13", - "13musicdisk": "music_disc_13", - "13musicrecord": "music_disc_13", - "13record": "music_disc_13", - "1cd": "music_disc_13", - "1disc": "music_disc_13", - "1disk": "music_disc_13", - "1mdisc": "music_disc_13", - "1musicdisc": "music_disc_13", - "1musicdisk": "music_disc_13", - "1musicrecord": "music_disc_13", - "1record": "music_disc_13", - "cd1": "music_disc_13", - "cd13": "music_disc_13", - "cdgo": "music_disc_13", - "cdgold": "music_disc_13", - "disc1": "music_disc_13", - "disc13": "music_disc_13", - "discgo": "music_disc_13", - "discgold": "music_disc_13", - "disk1": "music_disc_13", - "disk13": "music_disc_13", - "diskgo": "music_disc_13", - "diskgold": "music_disc_13", - "gocd": "music_disc_13", - "godisc": "music_disc_13", - "godisk": "music_disc_13", - "goldcd": "music_disc_13", - "golddisc": "music_disc_13", - "golddisk": "music_disc_13", - "goldmdisc": "music_disc_13", - "goldmusicdisc": "music_disc_13", - "goldmusicdisk": "music_disc_13", - "goldmusicrecord": "music_disc_13", - "goldrecord": "music_disc_13", - "gomdisc": "music_disc_13", - "gomusicdisc": "music_disc_13", - "gomusicdisk": "music_disc_13", - "gomusicrecord": "music_disc_13", - "gorecord": "music_disc_13", - "mdisc1": "music_disc_13", - "mdisc13": "music_disc_13", - "mdiscgo": "music_disc_13", - "mdiscgold": "music_disc_13", - "minecraft:music_disc_13": "music_disc_13", - "musicdisc1": "music_disc_13", - "musicdisc13": "music_disc_13", - "musicdiscgo": "music_disc_13", - "musicdiscgold": "music_disc_13", - "musicdisk1": "music_disc_13", - "musicdisk13": "music_disc_13", - "musicdiskgo": "music_disc_13", - "musicdiskgold": "music_disc_13", - "musicrecord1": "music_disc_13", - "musicrecord13": "music_disc_13", - "musicrecordgo": "music_disc_13", - "musicrecordgold": "music_disc_13", - "record1": "music_disc_13", - "record13": "music_disc_13", - "recordgo": "music_disc_13", - "recordgold": "music_disc_13", - "music_disc_5": { - "material": "MUSIC_DISC_5" - }, - "16cd": "music_disc_5", - "16disc": "music_disc_5", - "16disk": "music_disc_5", - "16mdisc": "music_disc_5", - "16musicdisc": "music_disc_5", - "16musicdisk": "music_disc_5", - "16musicrecord": "music_disc_5", - "16record": "music_disc_5", - "5cd": "music_disc_5", - "5disc": "music_disc_5", - "5disk": "music_disc_5", - "5mdisc": "music_disc_5", - "5musicdisc": "music_disc_5", - "5musicdisk": "music_disc_5", - "5musicrecord": "music_disc_5", - "5record": "music_disc_5", - "cd16": "music_disc_5", - "cd5": "music_disc_5", - "cdfive": "music_disc_5", - "cdwild": "music_disc_5", - "disc16": "music_disc_5", - "disc5": "music_disc_5", - "discfive": "music_disc_5", - "discwild": "music_disc_5", - "disk16": "music_disc_5", - "disk5": "music_disc_5", - "diskfive": "music_disc_5", - "diskwild": "music_disc_5", - "fivecd": "music_disc_5", - "fivedisc": "music_disc_5", - "fivedisk": "music_disc_5", - "fivemdisc": "music_disc_5", - "fivemusicdisc": "music_disc_5", - "fivemusicdisk": "music_disc_5", - "fivemusicrecord": "music_disc_5", - "fiverecord": "music_disc_5", - "mdisc16": "music_disc_5", - "mdisc5": "music_disc_5", - "mdiscfive": "music_disc_5", - "mdiscwild": "music_disc_5", - "minecraft:music_disc_5": "music_disc_5", - "musicdisc16": "music_disc_5", - "musicdisc5": "music_disc_5", - "musicdiscfive": "music_disc_5", - "musicdiscwild": "music_disc_5", - "musicdisk16": "music_disc_5", - "musicdisk5": "music_disc_5", - "musicdiskfive": "music_disc_5", - "musicdiskwild": "music_disc_5", - "musicrecord16": "music_disc_5", - "musicrecord5": "music_disc_5", - "musicrecordfive": "music_disc_5", - "musicrecordwild": "music_disc_5", - "record16": "music_disc_5", - "record5": "music_disc_5", - "recordfive": "music_disc_5", - "recordwild": "music_disc_5", - "wildcd": "music_disc_5", - "wilddisc": "music_disc_5", - "wilddisk": "music_disc_5", - "wildmdisc": "music_disc_5", - "wildmusicdisc": "music_disc_5", - "wildmusicdisk": "music_disc_5", - "wildmusicrecord": "music_disc_5", - "wildrecord": "music_disc_5", - "music_disc_blocks": { - "material": "MUSIC_DISC_BLOCKS" - }, - "3cd": "music_disc_blocks", - "3disc": "music_disc_blocks", - "3disk": "music_disc_blocks", - "3mdisc": "music_disc_blocks", - "3musicdisc": "music_disc_blocks", - "3musicdisk": "music_disc_blocks", - "3musicrecord": "music_disc_blocks", - "3record": "music_disc_blocks", - "blockscd": "music_disc_blocks", - "blocksdisc": "music_disc_blocks", - "blocksdisk": "music_disc_blocks", - "blocksmdisc": "music_disc_blocks", - "blocksmusicdisc": "music_disc_blocks", - "blocksmusicdisk": "music_disc_blocks", - "blocksmusicrecord": "music_disc_blocks", - "blocksrecord": "music_disc_blocks", - "cd3": "music_disc_blocks", - "cdblocks": "music_disc_blocks", - "cdor": "music_disc_blocks", - "cdorange": "music_disc_blocks", - "disc3": "music_disc_blocks", - "discblocks": "music_disc_blocks", - "discor": "music_disc_blocks", - "discorange": "music_disc_blocks", - "disk3": "music_disc_blocks", - "diskblocks": "music_disc_blocks", - "diskor": "music_disc_blocks", - "diskorange": "music_disc_blocks", - "mdisc3": "music_disc_blocks", - "mdiscblocks": "music_disc_blocks", - "mdiscor": "music_disc_blocks", - "mdiscorange": "music_disc_blocks", - "minecraft:music_disc_blocks": "music_disc_blocks", - "musicdisc3": "music_disc_blocks", - "musicdiscblocks": "music_disc_blocks", - "musicdiscor": "music_disc_blocks", - "musicdiscorange": "music_disc_blocks", - "musicdisk3": "music_disc_blocks", - "musicdiskblocks": "music_disc_blocks", - "musicdiskor": "music_disc_blocks", - "musicdiskorange": "music_disc_blocks", - "musicrecord3": "music_disc_blocks", - "musicrecordblocks": "music_disc_blocks", - "musicrecordor": "music_disc_blocks", - "musicrecordorange": "music_disc_blocks", - "orangecd": "music_disc_blocks", - "orangedisc": "music_disc_blocks", - "orangedisk": "music_disc_blocks", - "orangemdisc": "music_disc_blocks", - "orangemusicdisc": "music_disc_blocks", - "orangemusicdisk": "music_disc_blocks", - "orangemusicrecord": "music_disc_blocks", - "orangerecord": "music_disc_blocks", - "orcd": "music_disc_blocks", - "ordisc": "music_disc_blocks", - "ordisk": "music_disc_blocks", - "ormdisc": "music_disc_blocks", - "ormusicdisc": "music_disc_blocks", - "ormusicdisk": "music_disc_blocks", - "ormusicrecord": "music_disc_blocks", - "orrecord": "music_disc_blocks", - "record3": "music_disc_blocks", - "recordblocks": "music_disc_blocks", - "recordor": "music_disc_blocks", - "recordorange": "music_disc_blocks", - "music_disc_cat": { - "material": "MUSIC_DISC_CAT" - }, - "2cd": "music_disc_cat", - "2disc": "music_disc_cat", - "2disk": "music_disc_cat", - "2mdisc": "music_disc_cat", - "2musicdisc": "music_disc_cat", - "2musicdisk": "music_disc_cat", - "2musicrecord": "music_disc_cat", - "2record": "music_disc_cat", - "catcd": "music_disc_cat", - "catdisc": "music_disc_cat", - "catdisk": "music_disc_cat", - "catmdisc": "music_disc_cat", - "catmusicdisc": "music_disc_cat", - "catmusicdisk": "music_disc_cat", - "catmusicrecord": "music_disc_cat", - "catrecord": "music_disc_cat", - "cd2": "music_disc_cat", - "cdcat": "music_disc_cat", - "cdgr": "music_disc_cat", - "cdgreen": "music_disc_cat", - "disc2": "music_disc_cat", - "disccat": "music_disc_cat", - "discgr": "music_disc_cat", - "discgreen": "music_disc_cat", - "disk2": "music_disc_cat", - "diskcat": "music_disc_cat", - "diskgr": "music_disc_cat", - "diskgreen": "music_disc_cat", - "grcd": "music_disc_cat", - "grdisc": "music_disc_cat", - "grdisk": "music_disc_cat", - "greencd": "music_disc_cat", - "greendisc": "music_disc_cat", - "greendisk": "music_disc_cat", - "greenmdisc": "music_disc_cat", - "greenmusicdisc": "music_disc_cat", - "greenmusicdisk": "music_disc_cat", - "greenmusicrecord": "music_disc_cat", - "greenrecord": "music_disc_cat", - "grmdisc": "music_disc_cat", - "grmusicdisc": "music_disc_cat", - "grmusicdisk": "music_disc_cat", - "grmusicrecord": "music_disc_cat", - "grrecord": "music_disc_cat", - "mdisc2": "music_disc_cat", - "mdisccat": "music_disc_cat", - "mdiscgr": "music_disc_cat", - "mdiscgreen": "music_disc_cat", - "minecraft:music_disc_cat": "music_disc_cat", - "musicdisc2": "music_disc_cat", - "musicdisccat": "music_disc_cat", - "musicdiscgr": "music_disc_cat", - "musicdiscgreen": "music_disc_cat", - "musicdisk2": "music_disc_cat", - "musicdiskcat": "music_disc_cat", - "musicdiskgr": "music_disc_cat", - "musicdiskgreen": "music_disc_cat", - "musicrecord2": "music_disc_cat", - "musicrecordcat": "music_disc_cat", - "musicrecordgr": "music_disc_cat", - "musicrecordgreen": "music_disc_cat", - "record2": "music_disc_cat", - "recordcat": "music_disc_cat", - "recordgr": "music_disc_cat", - "recordgreen": "music_disc_cat", - "music_disc_chirp": { - "material": "MUSIC_DISC_CHIRP" - }, - "4cd": "music_disc_chirp", - "4disc": "music_disc_chirp", - "4disk": "music_disc_chirp", - "4mdisc": "music_disc_chirp", - "4musicdisc": "music_disc_chirp", - "4musicdisk": "music_disc_chirp", - "4musicrecord": "music_disc_chirp", - "4record": "music_disc_chirp", - "cd4": "music_disc_chirp", - "cdchirp": "music_disc_chirp", - "cdre": "music_disc_chirp", - "cdred": "music_disc_chirp", - "chirpcd": "music_disc_chirp", - "chirpdisc": "music_disc_chirp", - "chirpdisk": "music_disc_chirp", - "chirpmdisc": "music_disc_chirp", - "chirpmusicdisc": "music_disc_chirp", - "chirpmusicdisk": "music_disc_chirp", - "chirpmusicrecord": "music_disc_chirp", - "chirprecord": "music_disc_chirp", - "disc4": "music_disc_chirp", - "discchirp": "music_disc_chirp", - "discre": "music_disc_chirp", - "discred": "music_disc_chirp", - "disk4": "music_disc_chirp", - "diskchirp": "music_disc_chirp", - "diskre": "music_disc_chirp", - "diskred": "music_disc_chirp", - "mdisc4": "music_disc_chirp", - "mdiscchirp": "music_disc_chirp", - "mdiscre": "music_disc_chirp", - "mdiscred": "music_disc_chirp", - "minecraft:music_disc_chirp": "music_disc_chirp", - "musicdisc4": "music_disc_chirp", - "musicdiscchirp": "music_disc_chirp", - "musicdiscre": "music_disc_chirp", - "musicdiscred": "music_disc_chirp", - "musicdisk4": "music_disc_chirp", - "musicdiskchirp": "music_disc_chirp", - "musicdiskre": "music_disc_chirp", - "musicdiskred": "music_disc_chirp", - "musicrecord4": "music_disc_chirp", - "musicrecordchirp": "music_disc_chirp", - "musicrecordre": "music_disc_chirp", - "musicrecordred": "music_disc_chirp", - "recd": "music_disc_chirp", - "record4": "music_disc_chirp", - "recordchirp": "music_disc_chirp", - "recordre": "music_disc_chirp", - "recordred": "music_disc_chirp", - "redcd": "music_disc_chirp", - "reddisc": "music_disc_chirp", - "reddisk": "music_disc_chirp", - "redisc": "music_disc_chirp", - "redisk": "music_disc_chirp", - "redmdisc": "music_disc_chirp", - "redmusicdisc": "music_disc_chirp", - "redmusicdisk": "music_disc_chirp", - "redmusicrecord": "music_disc_chirp", - "redrecord": "music_disc_chirp", - "remdisc": "music_disc_chirp", - "remusicdisc": "music_disc_chirp", - "remusicdisk": "music_disc_chirp", - "remusicrecord": "music_disc_chirp", - "rerecord": "music_disc_chirp", - "music_disc_far": { - "material": "MUSIC_DISC_FAR" - }, - "cdfar": "music_disc_far", - "cdlgr": "music_disc_far", - "cdlgreen": "music_disc_far", - "cdlightgr": "music_disc_far", - "cdlightgreen": "music_disc_far", - "discfar": "music_disc_far", - "disclgr": "music_disc_far", - "disclgreen": "music_disc_far", - "disclightgr": "music_disc_far", - "disclightgreen": "music_disc_far", - "diskfar": "music_disc_far", - "disklgr": "music_disc_far", - "disklgreen": "music_disc_far", - "disklightgr": "music_disc_far", - "disklightgreen": "music_disc_far", - "farcd": "music_disc_far", - "fardisc": "music_disc_far", - "fardisk": "music_disc_far", - "farmdisc": "music_disc_far", - "farmusicdisc": "music_disc_far", - "farmusicdisk": "music_disc_far", - "farmusicrecord": "music_disc_far", - "farrecord": "music_disc_far", - "lgrcd": "music_disc_far", - "lgrdisc": "music_disc_far", - "lgrdisk": "music_disc_far", - "lgreencd": "music_disc_far", - "lgreendisc": "music_disc_far", - "lgreendisk": "music_disc_far", - "lgreenmdisc": "music_disc_far", - "lgreenmusicdisc": "music_disc_far", - "lgreenmusicdisk": "music_disc_far", - "lgreenmusicrecord": "music_disc_far", - "lgreenrecord": "music_disc_far", - "lgrmdisc": "music_disc_far", - "lgrmusicdisc": "music_disc_far", - "lgrmusicdisk": "music_disc_far", - "lgrmusicrecord": "music_disc_far", - "lgrrecord": "music_disc_far", - "lightgrcd": "music_disc_far", - "lightgrdisc": "music_disc_far", - "lightgrdisk": "music_disc_far", - "lightgreencd": "music_disc_far", - "lightgreendisc": "music_disc_far", - "lightgreendisk": "music_disc_far", - "lightgreenmdisc": "music_disc_far", - "lightgreenmusicdisc": "music_disc_far", - "lightgreenmusicdisk": "music_disc_far", - "lightgreenmusicrecord": "music_disc_far", - "lightgreenrecord": "music_disc_far", - "lightgrmdisc": "music_disc_far", - "lightgrmusicdisc": "music_disc_far", - "lightgrmusicdisk": "music_disc_far", - "lightgrmusicrecord": "music_disc_far", - "lightgrrecord": "music_disc_far", - "mdiscfar": "music_disc_far", - "mdisclgr": "music_disc_far", - "mdisclgreen": "music_disc_far", - "mdisclightgr": "music_disc_far", - "mdisclightgreen": "music_disc_far", - "minecraft:music_disc_far": "music_disc_far", - "musicdiscfar": "music_disc_far", - "musicdisclgr": "music_disc_far", - "musicdisclgreen": "music_disc_far", - "musicdisclightgr": "music_disc_far", - "musicdisclightgreen": "music_disc_far", - "musicdiskfar": "music_disc_far", - "musicdisklgr": "music_disc_far", - "musicdisklgreen": "music_disc_far", - "musicdisklightgr": "music_disc_far", - "musicdisklightgreen": "music_disc_far", - "musicrecordfar": "music_disc_far", - "musicrecordlgr": "music_disc_far", - "musicrecordlgreen": "music_disc_far", - "musicrecordlightgr": "music_disc_far", - "musicrecordlightgreen": "music_disc_far", - "recordfar": "music_disc_far", - "recordlgr": "music_disc_far", - "recordlgreen": "music_disc_far", - "recordlightgr": "music_disc_far", - "recordlightgreen": "music_disc_far", - "music_disc_mall": { - "material": "MUSIC_DISC_MALL" - }, - "6cd": "music_disc_mall", - "6disc": "music_disc_mall", - "6disk": "music_disc_mall", - "6mdisc": "music_disc_mall", - "6musicdisc": "music_disc_mall", - "6musicdisk": "music_disc_mall", - "6musicrecord": "music_disc_mall", - "6record": "music_disc_mall", - "cd6": "music_disc_mall", - "cdmall": "music_disc_mall", - "cdpu": "music_disc_mall", - "cdpurple": "music_disc_mall", - "disc6": "music_disc_mall", - "discmall": "music_disc_mall", - "discpu": "music_disc_mall", - "discpurple": "music_disc_mall", - "disk6": "music_disc_mall", - "diskmall": "music_disc_mall", - "diskpu": "music_disc_mall", - "diskpurple": "music_disc_mall", - "mallcd": "music_disc_mall", - "malldisc": "music_disc_mall", - "malldisk": "music_disc_mall", - "mallmdisc": "music_disc_mall", - "mallmusicdisc": "music_disc_mall", - "mallmusicdisk": "music_disc_mall", - "mallmusicrecord": "music_disc_mall", - "mallrecord": "music_disc_mall", - "mdisc6": "music_disc_mall", - "mdiscmall": "music_disc_mall", - "mdiscpu": "music_disc_mall", - "mdiscpurple": "music_disc_mall", - "minecraft:music_disc_mall": "music_disc_mall", - "musicdisc6": "music_disc_mall", - "musicdiscmall": "music_disc_mall", - "musicdiscpu": "music_disc_mall", - "musicdiscpurple": "music_disc_mall", - "musicdisk6": "music_disc_mall", - "musicdiskmall": "music_disc_mall", - "musicdiskpu": "music_disc_mall", - "musicdiskpurple": "music_disc_mall", - "musicrecord6": "music_disc_mall", - "musicrecordmall": "music_disc_mall", - "musicrecordpu": "music_disc_mall", - "musicrecordpurple": "music_disc_mall", - "pucd": "music_disc_mall", - "pudisc": "music_disc_mall", - "pudisk": "music_disc_mall", - "pumdisc": "music_disc_mall", - "pumusicdisc": "music_disc_mall", - "pumusicdisk": "music_disc_mall", - "pumusicrecord": "music_disc_mall", - "purecord": "music_disc_mall", - "purplecd": "music_disc_mall", - "purpledisc": "music_disc_mall", - "purpledisk": "music_disc_mall", - "purplemdisc": "music_disc_mall", - "purplemusicdisc": "music_disc_mall", - "purplemusicdisk": "music_disc_mall", - "purplemusicrecord": "music_disc_mall", - "purplerecord": "music_disc_mall", - "record6": "music_disc_mall", - "recordmall": "music_disc_mall", - "recordpu": "music_disc_mall", - "recordpurple": "music_disc_mall", - "music_disc_mellohi": { - "material": "MUSIC_DISC_MELLOHI" - }, - "7cd": "music_disc_mellohi", - "7disc": "music_disc_mellohi", - "7disk": "music_disc_mellohi", - "7mdisc": "music_disc_mellohi", - "7musicdisc": "music_disc_mellohi", - "7musicdisk": "music_disc_mellohi", - "7musicrecord": "music_disc_mellohi", - "7record": "music_disc_mellohi", - "cd7": "music_disc_mellohi", - "cdmellohi": "music_disc_mellohi", - "cdpi": "music_disc_mellohi", - "cdpink": "music_disc_mellohi", - "disc7": "music_disc_mellohi", - "discmellohi": "music_disc_mellohi", - "discpi": "music_disc_mellohi", - "discpink": "music_disc_mellohi", - "disk7": "music_disc_mellohi", - "diskmellohi": "music_disc_mellohi", - "diskpi": "music_disc_mellohi", - "diskpink": "music_disc_mellohi", - "mdisc7": "music_disc_mellohi", - "mdiscmellohi": "music_disc_mellohi", - "mdiscpi": "music_disc_mellohi", - "mdiscpink": "music_disc_mellohi", - "mellohicd": "music_disc_mellohi", - "mellohidisc": "music_disc_mellohi", - "mellohidisk": "music_disc_mellohi", - "mellohimdisc": "music_disc_mellohi", - "mellohimusicdisc": "music_disc_mellohi", - "mellohimusicdisk": "music_disc_mellohi", - "mellohimusicrecord": "music_disc_mellohi", - "mellohirecord": "music_disc_mellohi", - "minecraft:music_disc_mellohi": "music_disc_mellohi", - "musicdisc7": "music_disc_mellohi", - "musicdiscmellohi": "music_disc_mellohi", - "musicdiscpi": "music_disc_mellohi", - "musicdiscpink": "music_disc_mellohi", - "musicdisk7": "music_disc_mellohi", - "musicdiskmellohi": "music_disc_mellohi", - "musicdiskpi": "music_disc_mellohi", - "musicdiskpink": "music_disc_mellohi", - "musicrecord7": "music_disc_mellohi", - "musicrecordmellohi": "music_disc_mellohi", - "musicrecordpi": "music_disc_mellohi", - "musicrecordpink": "music_disc_mellohi", - "picd": "music_disc_mellohi", - "pidisc": "music_disc_mellohi", - "pidisk": "music_disc_mellohi", - "pimdisc": "music_disc_mellohi", - "pimusicdisc": "music_disc_mellohi", - "pimusicdisk": "music_disc_mellohi", - "pimusicrecord": "music_disc_mellohi", - "pinkcd": "music_disc_mellohi", - "pinkdisc": "music_disc_mellohi", - "pinkdisk": "music_disc_mellohi", - "pinkmdisc": "music_disc_mellohi", - "pinkmusicdisc": "music_disc_mellohi", - "pinkmusicdisk": "music_disc_mellohi", - "pinkmusicrecord": "music_disc_mellohi", - "pinkrecord": "music_disc_mellohi", - "pirecord": "music_disc_mellohi", - "record7": "music_disc_mellohi", - "recordmellohi": "music_disc_mellohi", - "recordpi": "music_disc_mellohi", - "recordpink": "music_disc_mellohi", - "music_disc_otherside": { - "material": "MUSIC_DISC_OTHERSIDE" - }, - "15cd": "music_disc_otherside", - "15disc": "music_disc_otherside", - "15disk": "music_disc_otherside", - "15mdisc": "music_disc_otherside", - "15musicdisc": "music_disc_otherside", - "15musicdisk": "music_disc_otherside", - "15musicrecord": "music_disc_otherside", - "15record": "music_disc_otherside", - "cavecd": "music_disc_otherside", - "cavedisc": "music_disc_otherside", - "cavedisk": "music_disc_otherside", - "cavemdisc": "music_disc_otherside", - "cavemusicdisc": "music_disc_otherside", - "cavemusicdisk": "music_disc_otherside", - "cavemusicrecord": "music_disc_otherside", - "caverecord": "music_disc_otherside", - "cd15": "music_disc_otherside", - "cdcave": "music_disc_otherside", - "cddeep": "music_disc_otherside", - "cdlenaraineisstillawesome": "music_disc_otherside", - "cdother": "music_disc_otherside", - "cdotherside": "music_disc_otherside", - "cdunder": "music_disc_otherside", - "deepcd": "music_disc_otherside", - "deepdisc": "music_disc_otherside", - "deepdisk": "music_disc_otherside", - "deepmdisc": "music_disc_otherside", - "deepmusicdisc": "music_disc_otherside", - "deepmusicdisk": "music_disc_otherside", - "deepmusicrecord": "music_disc_otherside", - "deeprecord": "music_disc_otherside", - "disc15": "music_disc_otherside", - "disccave": "music_disc_otherside", - "discdeep": "music_disc_otherside", - "disclenaraineisstillawesome": "music_disc_otherside", - "discother": "music_disc_otherside", - "discotherside": "music_disc_otherside", - "discunder": "music_disc_otherside", - "disk15": "music_disc_otherside", - "diskcave": "music_disc_otherside", - "diskdeep": "music_disc_otherside", - "disklenaraineisstillawesome": "music_disc_otherside", - "diskother": "music_disc_otherside", - "diskotherside": "music_disc_otherside", - "diskunder": "music_disc_otherside", - "lenaraineisstillawesomecd": "music_disc_otherside", - "lenaraineisstillawesomedisc": "music_disc_otherside", - "lenaraineisstillawesomedisk": "music_disc_otherside", - "lenaraineisstillawesomemdisc": "music_disc_otherside", - "lenaraineisstillawesomemusicdisc": "music_disc_otherside", - "lenaraineisstillawesomemusicdisk": "music_disc_otherside", - "lenaraineisstillawesomemusicrecord": "music_disc_otherside", - "lenaraineisstillawesomerecord": "music_disc_otherside", - "mdisc15": "music_disc_otherside", - "mdisccave": "music_disc_otherside", - "mdiscdeep": "music_disc_otherside", - "mdisclenaraineisstillawesome": "music_disc_otherside", - "mdiscother": "music_disc_otherside", - "mdiscotherside": "music_disc_otherside", - "mdiscunder": "music_disc_otherside", - "minecraft:music_disc_otherside": "music_disc_otherside", - "musicdisc15": "music_disc_otherside", - "musicdisccave": "music_disc_otherside", - "musicdiscdeep": "music_disc_otherside", - "musicdisclenaraineisstillawesome": "music_disc_otherside", - "musicdiscother": "music_disc_otherside", - "musicdiscotherside": "music_disc_otherside", - "musicdiscunder": "music_disc_otherside", - "musicdisk15": "music_disc_otherside", - "musicdiskcave": "music_disc_otherside", - "musicdiskdeep": "music_disc_otherside", - "musicdisklenaraineisstillawesome": "music_disc_otherside", - "musicdiskother": "music_disc_otherside", - "musicdiskotherside": "music_disc_otherside", - "musicdiskunder": "music_disc_otherside", - "musicrecord15": "music_disc_otherside", - "musicrecordcave": "music_disc_otherside", - "musicrecorddeep": "music_disc_otherside", - "musicrecordlenaraineisstillawesome": "music_disc_otherside", - "musicrecordother": "music_disc_otherside", - "musicrecordotherside": "music_disc_otherside", - "musicrecordunder": "music_disc_otherside", - "othercd": "music_disc_otherside", - "otherdisc": "music_disc_otherside", - "otherdisk": "music_disc_otherside", - "othermdisc": "music_disc_otherside", - "othermusicdisc": "music_disc_otherside", - "othermusicdisk": "music_disc_otherside", - "othermusicrecord": "music_disc_otherside", - "otherrecord": "music_disc_otherside", - "othersidecd": "music_disc_otherside", - "othersidedisc": "music_disc_otherside", - "othersidedisk": "music_disc_otherside", - "othersidemdisc": "music_disc_otherside", - "othersidemusicdisc": "music_disc_otherside", - "othersidemusicdisk": "music_disc_otherside", - "othersidemusicrecord": "music_disc_otherside", - "othersiderecord": "music_disc_otherside", - "record15": "music_disc_otherside", - "recordcave": "music_disc_otherside", - "recorddeep": "music_disc_otherside", - "recordlenaraineisstillawesome": "music_disc_otherside", - "recordother": "music_disc_otherside", - "recordotherside": "music_disc_otherside", - "recordunder": "music_disc_otherside", - "undercd": "music_disc_otherside", - "underdisc": "music_disc_otherside", - "underdisk": "music_disc_otherside", - "undermdisc": "music_disc_otherside", - "undermusicdisc": "music_disc_otherside", - "undermusicdisk": "music_disc_otherside", - "undermusicrecord": "music_disc_otherside", - "underrecord": "music_disc_otherside", - "music_disc_pigstep": { - "material": "MUSIC_DISC_PIGSTEP" - }, - "14cd": "music_disc_pigstep", - "14disc": "music_disc_pigstep", - "14disk": "music_disc_pigstep", - "14mdisc": "music_disc_pigstep", - "14musicdisc": "music_disc_pigstep", - "14musicdisk": "music_disc_pigstep", - "14musicrecord": "music_disc_pigstep", - "14record": "music_disc_pigstep", - "cd14": "music_disc_pigstep", - "cddark": "music_disc_pigstep", - "cdlenaraineisawesome": "music_disc_pigstep", - "cdneth": "music_disc_pigstep", - "cdnether": "music_disc_pigstep", - "cdpig": "music_disc_pigstep", - "cdpigstep": "music_disc_pigstep", - "darkcd": "music_disc_pigstep", - "darkdisc": "music_disc_pigstep", - "darkdisk": "music_disc_pigstep", - "darkmdisc": "music_disc_pigstep", - "darkmusicdisc": "music_disc_pigstep", - "darkmusicdisk": "music_disc_pigstep", - "darkmusicrecord": "music_disc_pigstep", - "darkrecord": "music_disc_pigstep", - "disc14": "music_disc_pigstep", - "discdark": "music_disc_pigstep", - "disclenaraineisawesome": "music_disc_pigstep", - "discneth": "music_disc_pigstep", - "discnether": "music_disc_pigstep", - "discpig": "music_disc_pigstep", - "discpigstep": "music_disc_pigstep", - "disk14": "music_disc_pigstep", - "diskdark": "music_disc_pigstep", - "disklenaraineisawesome": "music_disc_pigstep", - "diskneth": "music_disc_pigstep", - "disknether": "music_disc_pigstep", - "diskpig": "music_disc_pigstep", - "diskpigstep": "music_disc_pigstep", - "lenaraineisawesomecd": "music_disc_pigstep", - "lenaraineisawesomedisc": "music_disc_pigstep", - "lenaraineisawesomedisk": "music_disc_pigstep", - "lenaraineisawesomemdisc": "music_disc_pigstep", - "lenaraineisawesomemusicdisc": "music_disc_pigstep", - "lenaraineisawesomemusicdisk": "music_disc_pigstep", - "lenaraineisawesomemusicrecord": "music_disc_pigstep", - "lenaraineisawesomerecord": "music_disc_pigstep", - "mdisc14": "music_disc_pigstep", - "mdiscdark": "music_disc_pigstep", - "mdisclenaraineisawesome": "music_disc_pigstep", - "mdiscneth": "music_disc_pigstep", - "mdiscnether": "music_disc_pigstep", - "mdiscpig": "music_disc_pigstep", - "mdiscpigstep": "music_disc_pigstep", - "minecraft:music_disc_pigstep": "music_disc_pigstep", - "musicdisc14": "music_disc_pigstep", - "musicdiscdark": "music_disc_pigstep", - "musicdisclenaraineisawesome": "music_disc_pigstep", - "musicdiscneth": "music_disc_pigstep", - "musicdiscnether": "music_disc_pigstep", - "musicdiscpig": "music_disc_pigstep", - "musicdiscpigstep": "music_disc_pigstep", - "musicdisk14": "music_disc_pigstep", - "musicdiskdark": "music_disc_pigstep", - "musicdisklenaraineisawesome": "music_disc_pigstep", - "musicdiskneth": "music_disc_pigstep", - "musicdisknether": "music_disc_pigstep", - "musicdiskpig": "music_disc_pigstep", - "musicdiskpigstep": "music_disc_pigstep", - "musicrecord14": "music_disc_pigstep", - "musicrecorddark": "music_disc_pigstep", - "musicrecordlenaraineisawesome": "music_disc_pigstep", - "musicrecordneth": "music_disc_pigstep", - "musicrecordnether": "music_disc_pigstep", - "musicrecordpig": "music_disc_pigstep", - "musicrecordpigstep": "music_disc_pigstep", - "nethcd": "music_disc_pigstep", - "nethdisc": "music_disc_pigstep", - "nethdisk": "music_disc_pigstep", - "nethercd": "music_disc_pigstep", - "netherdisc": "music_disc_pigstep", - "netherdisk": "music_disc_pigstep", - "nethermdisc": "music_disc_pigstep", - "nethermusicdisc": "music_disc_pigstep", - "nethermusicdisk": "music_disc_pigstep", - "nethermusicrecord": "music_disc_pigstep", - "netherrecord": "music_disc_pigstep", - "nethmdisc": "music_disc_pigstep", - "nethmusicdisc": "music_disc_pigstep", - "nethmusicdisk": "music_disc_pigstep", - "nethmusicrecord": "music_disc_pigstep", - "nethrecord": "music_disc_pigstep", - "pigcd": "music_disc_pigstep", - "pigdisc": "music_disc_pigstep", - "pigdisk": "music_disc_pigstep", - "pigmdisc": "music_disc_pigstep", - "pigmusicdisc": "music_disc_pigstep", - "pigmusicdisk": "music_disc_pigstep", - "pigmusicrecord": "music_disc_pigstep", - "pigrecord": "music_disc_pigstep", - "pigstepcd": "music_disc_pigstep", - "pigstepdisc": "music_disc_pigstep", - "pigstepdisk": "music_disc_pigstep", - "pigstepmdisc": "music_disc_pigstep", - "pigstepmusicdisc": "music_disc_pigstep", - "pigstepmusicdisk": "music_disc_pigstep", - "pigstepmusicrecord": "music_disc_pigstep", - "pigsteprecord": "music_disc_pigstep", - "record14": "music_disc_pigstep", - "recorddark": "music_disc_pigstep", - "recordlenaraineisawesome": "music_disc_pigstep", - "recordneth": "music_disc_pigstep", - "recordnether": "music_disc_pigstep", - "recordpig": "music_disc_pigstep", - "recordpigstep": "music_disc_pigstep", - "music_disc_relic": { - "material": "MUSIC_DISC_RELIC" - }, - "cdrelic": "music_disc_relic", - "discrelic": "music_disc_relic", - "diskrelic": "music_disc_relic", - "mdiscrelic": "music_disc_relic", - "minecraft:music_disc_relic": "music_disc_relic", - "musicdiscrelic": "music_disc_relic", - "musicdiskrelic": "music_disc_relic", - "musicrecordrelic": "music_disc_relic", - "recordrelic": "music_disc_relic", - "reliccd": "music_disc_relic", - "relicdisc": "music_disc_relic", - "relicdisk": "music_disc_relic", - "relicmdisc": "music_disc_relic", - "relicmusicdisc": "music_disc_relic", - "relicmusicdisk": "music_disc_relic", - "relicmusicrecord": "music_disc_relic", - "relicrecord": "music_disc_relic", - "music_disc_stal": { - "material": "MUSIC_DISC_STAL" - }, - "8cd": "music_disc_stal", - "8disc": "music_disc_stal", - "8disk": "music_disc_stal", - "8mdisc": "music_disc_stal", - "8musicdisc": "music_disc_stal", - "8musicdisk": "music_disc_stal", - "8musicrecord": "music_disc_stal", - "8record": "music_disc_stal", - "blackcd": "music_disc_stal", - "blackdisc": "music_disc_stal", - "blackdisk": "music_disc_stal", - "blackmdisc": "music_disc_stal", - "blackmusicdisc": "music_disc_stal", - "blackmusicdisk": "music_disc_stal", - "blackmusicrecord": "music_disc_stal", - "blackrecord": "music_disc_stal", - "blcd": "music_disc_wait", - "bldisc": "music_disc_wait", - "bldisk": "music_disc_wait", - "blmdisc": "music_disc_wait", - "blmusicdisc": "music_disc_wait", - "blmusicdisk": "music_disc_wait", - "blmusicrecord": "music_disc_wait", - "blrecord": "music_disc_wait", - "cd8": "music_disc_stal", - "cdbl": "music_disc_wait", - "cdblack": "music_disc_stal", - "cdstal": "music_disc_stal", - "disc8": "music_disc_stal", - "discbl": "music_disc_wait", - "discblack": "music_disc_stal", - "discstal": "music_disc_stal", - "disk8": "music_disc_stal", - "diskbl": "music_disc_wait", - "diskblack": "music_disc_stal", - "diskstal": "music_disc_stal", - "mdisc8": "music_disc_stal", - "mdiscbl": "music_disc_wait", - "mdiscblack": "music_disc_stal", - "mdiscstal": "music_disc_stal", - "minecraft:music_disc_stal": "music_disc_stal", - "musicdisc8": "music_disc_stal", - "musicdiscbl": "music_disc_wait", - "musicdiscblack": "music_disc_stal", - "musicdiscstal": "music_disc_stal", - "musicdisk8": "music_disc_stal", - "musicdiskbl": "music_disc_wait", - "musicdiskblack": "music_disc_stal", - "musicdiskstal": "music_disc_stal", - "musicrecord8": "music_disc_stal", - "musicrecordbl": "music_disc_wait", - "musicrecordblack": "music_disc_stal", - "musicrecordstal": "music_disc_stal", - "record8": "music_disc_stal", - "recordbl": "music_disc_wait", - "recordblack": "music_disc_stal", - "recordstal": "music_disc_stal", - "stalcd": "music_disc_stal", - "staldisc": "music_disc_stal", - "staldisk": "music_disc_stal", - "stalmdisc": "music_disc_stal", - "stalmusicdisc": "music_disc_stal", - "stalmusicdisk": "music_disc_stal", - "stalmusicrecord": "music_disc_stal", - "stalrecord": "music_disc_stal", - "music_disc_strad": { - "material": "MUSIC_DISC_STRAD" - }, - "9cd": "music_disc_strad", - "9disc": "music_disc_strad", - "9disk": "music_disc_strad", - "9mdisc": "music_disc_strad", - "9musicdisc": "music_disc_strad", - "9musicdisk": "music_disc_strad", - "9musicrecord": "music_disc_strad", - "9record": "music_disc_strad", - "cd9": "music_disc_strad", - "cdstrad": "music_disc_strad", - "cdwh": "music_disc_strad", - "cdwhite": "music_disc_strad", - "disc9": "music_disc_strad", - "discstrad": "music_disc_strad", - "discwh": "music_disc_strad", - "discwhite": "music_disc_strad", - "disk9": "music_disc_strad", - "diskstrad": "music_disc_strad", - "diskwh": "music_disc_strad", - "diskwhite": "music_disc_strad", - "mdisc9": "music_disc_strad", - "mdiscstrad": "music_disc_strad", - "mdiscwh": "music_disc_strad", - "mdiscwhite": "music_disc_strad", - "minecraft:music_disc_strad": "music_disc_strad", - "musicdisc9": "music_disc_strad", - "musicdiscstrad": "music_disc_strad", - "musicdiscwh": "music_disc_strad", - "musicdiscwhite": "music_disc_strad", - "musicdisk9": "music_disc_strad", - "musicdiskstrad": "music_disc_strad", - "musicdiskwh": "music_disc_strad", - "musicdiskwhite": "music_disc_strad", - "musicrecord9": "music_disc_strad", - "musicrecordstrad": "music_disc_strad", - "musicrecordwh": "music_disc_strad", - "musicrecordwhite": "music_disc_strad", - "record9": "music_disc_strad", - "recordstrad": "music_disc_strad", - "recordwh": "music_disc_strad", - "recordwhite": "music_disc_strad", - "stradcd": "music_disc_strad", - "straddisc": "music_disc_strad", - "straddisk": "music_disc_strad", - "stradmdisc": "music_disc_strad", - "stradmusicdisc": "music_disc_strad", - "stradmusicdisk": "music_disc_strad", - "stradmusicrecord": "music_disc_strad", - "stradrecord": "music_disc_strad", - "whcd": "music_disc_strad", - "whdisc": "music_disc_strad", - "whdisk": "music_disc_strad", - "whitecd": "music_disc_strad", - "whitedisc": "music_disc_strad", - "whitedisk": "music_disc_strad", - "whitemdisc": "music_disc_strad", - "whitemusicdisc": "music_disc_strad", - "whitemusicdisk": "music_disc_strad", - "whitemusicrecord": "music_disc_strad", - "whiterecord": "music_disc_strad", - "whmdisc": "music_disc_strad", - "whmusicdisc": "music_disc_strad", - "whmusicdisk": "music_disc_strad", - "whmusicrecord": "music_disc_strad", - "whrecord": "music_disc_strad", - "music_disc_wait": { - "material": "MUSIC_DISC_WAIT" - }, - "12cd": "music_disc_wait", - "12disc": "music_disc_wait", - "12disk": "music_disc_wait", - "12mdisc": "music_disc_wait", - "12musicdisc": "music_disc_wait", - "12musicdisk": "music_disc_wait", - "12musicrecord": "music_disc_wait", - "12record": "music_disc_wait", - "bluecd": "music_disc_wait", - "bluedisc": "music_disc_wait", - "bluedisk": "music_disc_wait", - "bluemdisc": "music_disc_wait", - "bluemusicdisc": "music_disc_wait", - "bluemusicdisk": "music_disc_wait", - "bluemusicrecord": "music_disc_wait", - "bluerecord": "music_disc_wait", - "cd12": "music_disc_wait", - "cdblue": "music_disc_wait", - "cdcy": "music_disc_wait", - "cdcyan": "music_disc_wait", - "cdwait": "music_disc_wait", - "cyancd": "music_disc_wait", - "cyandisc": "music_disc_wait", - "cyandisk": "music_disc_wait", - "cyanmdisc": "music_disc_wait", - "cyanmusicdisc": "music_disc_wait", - "cyanmusicdisk": "music_disc_wait", - "cyanmusicrecord": "music_disc_wait", - "cyanrecord": "music_disc_wait", - "cycd": "music_disc_wait", - "cydisc": "music_disc_wait", - "cydisk": "music_disc_wait", - "cymdisc": "music_disc_wait", - "cymusicdisc": "music_disc_wait", - "cymusicdisk": "music_disc_wait", - "cymusicrecord": "music_disc_wait", - "cyrecord": "music_disc_wait", - "disc12": "music_disc_wait", - "discblue": "music_disc_wait", - "disccy": "music_disc_wait", - "disccyan": "music_disc_wait", - "discwait": "music_disc_wait", - "disk12": "music_disc_wait", - "diskblue": "music_disc_wait", - "diskcy": "music_disc_wait", - "diskcyan": "music_disc_wait", - "diskwait": "music_disc_wait", - "mdisc12": "music_disc_wait", - "mdiscblue": "music_disc_wait", - "mdisccy": "music_disc_wait", - "mdisccyan": "music_disc_wait", - "mdiscwait": "music_disc_wait", - "minecraft:music_disc_wait": "music_disc_wait", - "musicdisc12": "music_disc_wait", - "musicdiscblue": "music_disc_wait", - "musicdisccy": "music_disc_wait", - "musicdisccyan": "music_disc_wait", - "musicdiscwait": "music_disc_wait", - "musicdisk12": "music_disc_wait", - "musicdiskblue": "music_disc_wait", - "musicdiskcy": "music_disc_wait", - "musicdiskcyan": "music_disc_wait", - "musicdiskwait": "music_disc_wait", - "musicrecord12": "music_disc_wait", - "musicrecordblue": "music_disc_wait", - "musicrecordcy": "music_disc_wait", - "musicrecordcyan": "music_disc_wait", - "musicrecordwait": "music_disc_wait", - "record12": "music_disc_wait", - "recordblue": "music_disc_wait", - "recordcy": "music_disc_wait", - "recordcyan": "music_disc_wait", - "recordwait": "music_disc_wait", - "waitcd": "music_disc_wait", - "waitdisc": "music_disc_wait", - "waitdisk": "music_disc_wait", - "waitmdisc": "music_disc_wait", - "waitmusicdisc": "music_disc_wait", - "waitmusicdisk": "music_disc_wait", - "waitmusicrecord": "music_disc_wait", - "waitrecord": "music_disc_wait", - "music_disc_ward": { - "material": "MUSIC_DISC_WARD" - }, - "10cd": "music_disc_ward", - "10disc": "music_disc_ward", - "10disk": "music_disc_ward", - "10mdisc": "music_disc_ward", - "10musicdisc": "music_disc_ward", - "10musicdisk": "music_disc_ward", - "10musicrecord": "music_disc_ward", - "10record": "music_disc_ward", - "cd10": "music_disc_ward", - "cddarkgr": "music_disc_ward", - "cddarkgreen": "music_disc_ward", - "cddgr": "music_disc_ward", - "cddgreen": "music_disc_ward", - "cdward": "music_disc_ward", - "darkgrcd": "music_disc_ward", - "darkgrdisc": "music_disc_ward", - "darkgrdisk": "music_disc_ward", - "darkgreencd": "music_disc_ward", - "darkgreendisc": "music_disc_ward", - "darkgreendisk": "music_disc_ward", - "darkgreenmdisc": "music_disc_ward", - "darkgreenmusicdisc": "music_disc_ward", - "darkgreenmusicdisk": "music_disc_ward", - "darkgreenmusicrecord": "music_disc_ward", - "darkgreenrecord": "music_disc_ward", - "darkgrmdisc": "music_disc_ward", - "darkgrmusicdisc": "music_disc_ward", - "darkgrmusicdisk": "music_disc_ward", - "darkgrmusicrecord": "music_disc_ward", - "darkgrrecord": "music_disc_ward", - "dgrcd": "music_disc_ward", - "dgrdisc": "music_disc_ward", - "dgrdisk": "music_disc_ward", - "dgreencd": "music_disc_ward", - "dgreendisc": "music_disc_ward", - "dgreendisk": "music_disc_ward", - "dgreenmdisc": "music_disc_ward", - "dgreenmusicdisc": "music_disc_ward", - "dgreenmusicdisk": "music_disc_ward", - "dgreenmusicrecord": "music_disc_ward", - "dgreenrecord": "music_disc_ward", - "dgrmdisc": "music_disc_ward", - "dgrmusicdisc": "music_disc_ward", - "dgrmusicdisk": "music_disc_ward", - "dgrmusicrecord": "music_disc_ward", - "dgrrecord": "music_disc_ward", - "disc10": "music_disc_ward", - "discdarkgr": "music_disc_ward", - "discdarkgreen": "music_disc_ward", - "discdgr": "music_disc_ward", - "discdgreen": "music_disc_ward", - "discward": "music_disc_ward", - "disk10": "music_disc_ward", - "diskdarkgr": "music_disc_ward", - "diskdarkgreen": "music_disc_ward", - "diskdgr": "music_disc_ward", - "diskdgreen": "music_disc_ward", - "diskward": "music_disc_ward", - "mdisc10": "music_disc_ward", - "mdiscdarkgr": "music_disc_ward", - "mdiscdarkgreen": "music_disc_ward", - "mdiscdgr": "music_disc_ward", - "mdiscdgreen": "music_disc_ward", - "mdiscward": "music_disc_ward", - "minecraft:music_disc_ward": "music_disc_ward", - "musicdisc10": "music_disc_ward", - "musicdiscdarkgr": "music_disc_ward", - "musicdiscdarkgreen": "music_disc_ward", - "musicdiscdgr": "music_disc_ward", - "musicdiscdgreen": "music_disc_ward", - "musicdiscward": "music_disc_ward", - "musicdisk10": "music_disc_ward", - "musicdiskdarkgr": "music_disc_ward", - "musicdiskdarkgreen": "music_disc_ward", - "musicdiskdgr": "music_disc_ward", - "musicdiskdgreen": "music_disc_ward", - "musicdiskward": "music_disc_ward", - "musicrecord10": "music_disc_ward", - "musicrecorddarkgr": "music_disc_ward", - "musicrecorddarkgreen": "music_disc_ward", - "musicrecorddgr": "music_disc_ward", - "musicrecorddgreen": "music_disc_ward", - "musicrecordward": "music_disc_ward", - "record10": "music_disc_ward", - "recorddarkgr": "music_disc_ward", - "recorddarkgreen": "music_disc_ward", - "recorddgr": "music_disc_ward", - "recorddgreen": "music_disc_ward", - "recordward": "music_disc_ward", - "wardcd": "music_disc_ward", - "warddisc": "music_disc_ward", - "warddisk": "music_disc_ward", - "wardmdisc": "music_disc_ward", - "wardmusicdisc": "music_disc_ward", - "wardmusicdisk": "music_disc_ward", - "wardmusicrecord": "music_disc_ward", - "wardrecord": "music_disc_ward", - "mutton": { - "material": "MUTTON" - }, - "minecraft:mutton": "mutton", - "plainmutton": "mutton", - "plainsheepmeat": "mutton", - "ramutton": "mutton", - "rasheepmeat": "mutton", - "rawmutton": "mutton", - "rawsheepmeat": "mutton", - "sheepmeat": "mutton", - "uncookedmutton": "mutton", - "uncookedsheepmeat": "mutton", - "mycelium": { - "material": "MYCELIUM" - }, - "minecraft:mycelium": "mycelium", - "mushgrass": "mycelium", - "mushroomgrass": "mycelium", - "mycel": "mycelium", - "sgrass": "mycelium", - "swampgrass": "mycelium", - "name_tag": { - "material": "NAME_TAG" - }, - "minecraft:name_tag": "name_tag", - "nametag": "name_tag", - "nautilus_shell": { - "material": "NAUTILUS_SHELL" - }, - "minecraft:nautilus_shell": "nautilus_shell", - "nautilusshell": "nautilus_shell", - "nether_brick": { - "material": "NETHER_BRICK" - }, - "minecraft:nether_brick": "nether_brick", - "nbr": "nether_bricks", - "nbrick": "nether_bricks", - "nethbr": "nether_bricks", - "nethbrick": "nether_bricks", - "netherbr": "nether_bricks", - "netherbrick": "nether_bricks", - "nether_brick_fence": { - "material": "NETHER_BRICK_FENCE" - }, - "fencenbr": "nether_brick_fence", - "fencenbrick": "nether_brick_fence", - "fencenethbr": "nether_brick_fence", - "fencenethbrick": "nether_brick_fence", - "fencenetherbr": "nether_brick_fence", - "fencenetherbrick": "nether_brick_fence", - "minecraft:nether_brick_fence": "nether_brick_fence", - "nbrfence": "nether_brick_fence", - "nbrickfence": "nether_brick_fence", - "nethbrfence": "nether_brick_fence", - "nethbrickfence": "nether_brick_fence", - "netherbrfence": "nether_brick_fence", - "netherbrickfence": "nether_brick_fence", - "nether_brick_slab": { - "material": "NETHER_BRICK_SLAB" - }, - "minecraft:nether_brick_slab": "nether_brick_slab", - "nbrhalfblock": "nether_brick_slab", - "nbrickhalfblock": "nether_brick_slab", - "nbrickstep": "nether_brick_slab", - "nbrstep": "nether_brick_slab", - "nethbrhalfblock": "nether_brick_slab", - "nethbrickhalfblock": "nether_brick_slab", - "nethbrickstep": "nether_brick_slab", - "nethbrstep": "nether_brick_slab", - "netherbrhalfblock": "nether_brick_slab", - "netherbrickhalfblock": "nether_brick_slab", - "netherbrickslab": "nether_brick_slab", - "netherbrickstep": "nether_brick_slab", - "netherbrstep": "nether_brick_slab", - "nether_brick_stairs": { - "material": "NETHER_BRICK_STAIRS" - }, - "minecraft:nether_brick_stairs": "nether_brick_stairs", - "nbrickstair": "nether_brick_stairs", - "nbrickstairs": "nether_brick_stairs", - "nbrstair": "nether_brick_stairs", - "nbrstairs": "nether_brick_stairs", - "nethbrickstair": "nether_brick_stairs", - "nethbrickstairs": "nether_brick_stairs", - "nethbrstair": "nether_brick_stairs", - "nethbrstairs": "nether_brick_stairs", - "netherbrickstair": "nether_brick_stairs", - "netherbrickstairs": "nether_brick_stairs", - "netherbrstair": "nether_brick_stairs", - "netherbrstairs": "nether_brick_stairs", - "nether_brick_wall": { - "material": "NETHER_BRICK_WALL" - }, - "minecraft:nether_brick_wall": "nether_brick_wall", - "nbrickwall": "nether_brick_wall", - "nbrwall": "nether_brick_wall", - "nethbrickwall": "nether_brick_wall", - "nethbrwall": "nether_brick_wall", - "netherbrickwall": "nether_brick_wall", - "netherbrwall": "nether_brick_wall", - "wallnbr": "nether_brick_wall", - "wallnbrick": "nether_brick_wall", - "wallnethbr": "nether_brick_wall", - "wallnethbrick": "nether_brick_wall", - "wallnetherbr": "nether_brick_wall", - "wallnetherbrick": "nether_brick_wall", - "nether_bricks": { - "material": "NETHER_BRICKS" - }, - "minecraft:nether_bricks": "nether_bricks", - "netherbricks": "nether_bricks", - "nether_gold_ore": { - "material": "NETHER_GOLD_ORE" - }, - "hellgoldo": "nether_gold_ore", - "hellgoldore": "nether_gold_ore", - "minecraft:nether_gold_ore": "nether_gold_ore", - "nether_goldo": "nether_gold_ore", - "nether_goldore": "nether_gold_ore", - "nethergoldore": "nether_gold_ore", - "nethgoldo": "nether_gold_ore", - "nethgoldore": "nether_gold_ore", - "ngo": "nether_gold_ore", - "ngore": "nether_gold_ore", - "ohellgold": "nether_gold_ore", - "onether_gold": "nether_gold_ore", - "onethgold": "nether_gold_ore", - "ong": "nether_gold_ore", - "orehellgold": "nether_gold_ore", - "orenether_gold": "nether_gold_ore", - "orenethgold": "nether_gold_ore", - "oreng": "nether_gold_ore", - "nether_quartz_ore": { - "material": "NETHER_QUARTZ_ORE" - }, - "deathqo": "nether_quartz_ore", - "deathqore": "nether_quartz_ore", - "deathquartzo": "nether_quartz_ore", - "deathquartzore": "nether_quartz_ore", - "dqo": "nether_quartz_ore", - "dqore": "nether_quartz_ore", - "dquartzo": "nether_quartz_ore", - "dquartzore": "nether_quartz_ore", - "hellqo": "nether_quartz_ore", - "hellqore": "nether_quartz_ore", - "hellquartzo": "nether_quartz_ore", - "hellquartzore": "nether_quartz_ore", - "hqo": "nether_quartz_ore", - "hqore": "nether_quartz_ore", - "hquartzo": "nether_quartz_ore", - "hquartzore": "nether_quartz_ore", - "minecraft:nether_quartz_ore": "nether_quartz_ore", - "nether_quartzo": "nether_quartz_ore", - "nether_quartzore": "nether_quartz_ore", - "netherqo": "nether_quartz_ore", - "netherqore": "nether_quartz_ore", - "netherquartzo": "nether_quartz_ore", - "netherquartzore": "nether_quartz_ore", - "nqo": "nether_quartz_ore", - "nqore": "nether_quartz_ore", - "nquartzo": "nether_quartz_ore", - "nquartzore": "nether_quartz_ore", - "odeathq": "nether_quartz_ore", - "odeathquartz": "nether_quartz_ore", - "odq": "nether_quartz_ore", - "odquartz": "nether_quartz_ore", - "ohellq": "nether_quartz_ore", - "ohellquartz": "nether_quartz_ore", - "ohq": "nether_quartz_ore", - "ohquartz": "nether_quartz_ore", - "onether_quartz": "nether_quartz_ore", - "onetherq": "nether_quartz_ore", - "onetherquartz": "nether_quartz_ore", - "onq": "nether_quartz_ore", - "onquartz": "nether_quartz_ore", - "oq": "nether_quartz_ore", - "oquartz": "nether_quartz_ore", - "oredeathq": "nether_quartz_ore", - "oredeathquartz": "nether_quartz_ore", - "oredq": "nether_quartz_ore", - "oredquartz": "nether_quartz_ore", - "orehellq": "nether_quartz_ore", - "orehellquartz": "nether_quartz_ore", - "orehq": "nether_quartz_ore", - "orehquartz": "nether_quartz_ore", - "orenether_quartz": "nether_quartz_ore", - "orenetherq": "nether_quartz_ore", - "orenetherquartz": "nether_quartz_ore", - "orenq": "nether_quartz_ore", - "orenquartz": "nether_quartz_ore", - "oreq": "nether_quartz_ore", - "orequartz": "nether_quartz_ore", - "qo": "nether_quartz_ore", - "qore": "nether_quartz_ore", - "quartzo": "nether_quartz_ore", - "quartzore": "nether_quartz_ore", - "nether_sprouts": { - "material": "NETHER_SPROUTS" - }, - "minecraft:nether_sprouts": "nether_sprouts", - "nethersprout": "nether_sprouts", - "nethersprouts": "nether_sprouts", - "netherweed": "nether_sprouts", - "nethsprout": "nether_sprouts", - "nethsprouts": "nether_sprouts", - "nsprout": "nether_sprouts", - "nsprouts": "nether_sprouts", - "nether_star": { - "material": "NETHER_STAR" - }, - "minecraft:nether_star": "nether_star", - "netherstar": "nether_star", - "nether_wart": { - "material": "NETHER_WART" - }, - "minecraft:nether_wart": "nether_wart", - "netherwart": "nether_wart", - "nether_wart_block": { - "material": "NETHER_WART_BLOCK" - }, - "minecraft:nether_wart_block": "nether_wart_block", - "netherwartblock": "nether_wart_block", - "netherite_axe": { - "material": "NETHERITE_AXE" - }, - "hellaxe": "netherite_axe", - "minecraft:netherite_axe": "netherite_axe", - "nethaxe": "netherite_axe", - "netheraxe": "netherite_axe", - "netheriteaxe": "netherite_axe", - "netherite_block": { - "material": "NETHERITE_BLOCK" - }, - "blockhell": "netherite_block", - "blockneth": "netherite_block", - "blocknether": "netherite_block", - "blocknetherite": "netherite_block", - "hellblock": "netherite_block", - "minecraft:netherite_block": "netherite_block", - "nethblock": "netherite_block", - "netherblock": "netherite_block", - "netheriteblock": "netherite_block", - "netherite_boots": { - "material": "NETHERITE_BOOTS" - }, - "hellboots": "netherite_boots", - "hellshoes": "netherite_boots", - "minecraft:netherite_boots": "netherite_boots", - "nethboots": "netherite_boots", - "netherboots": "netherite_boots", - "netheriteboots": "netherite_boots", - "netheriteshoes": "netherite_boots", - "nethershoes": "netherite_boots", - "nethshoes": "netherite_boots", - "netherite_chestplate": { - "material": "NETHERITE_CHESTPLATE" - }, - "hellchestplate": "netherite_chestplate", - "hellplate": "netherite_chestplate", - "hellplatebody": "netherite_chestplate", - "hellshirt": "netherite_chestplate", - "helltunic": "netherite_chestplate", - "minecraft:netherite_chestplate": "netherite_chestplate", - "nethchestplate": "netherite_chestplate", - "netherchestplate": "netherite_chestplate", - "netheritechestplate": "netherite_chestplate", - "netheriteplate": "netherite_chestplate", - "netheriteplatebody": "netherite_chestplate", - "netheriteshirt": "netherite_chestplate", - "netheritetunic": "netherite_chestplate", - "netherplate": "netherite_chestplate", - "netherplatebody": "netherite_chestplate", - "nethershirt": "netherite_chestplate", - "nethertunic": "netherite_chestplate", - "nethplate": "netherite_chestplate", - "nethplatebody": "netherite_chestplate", - "nethshirt": "netherite_chestplate", - "nethtunic": "netherite_chestplate", - "netherite_helmet": { - "material": "NETHERITE_HELMET" - }, - "hellcoif": "netherite_helmet", - "hellhat": "netherite_helmet", - "hellhelm": "netherite_helmet", - "hellhelmet": "netherite_helmet", - "minecraft:netherite_helmet": "netherite_helmet", - "nethcoif": "netherite_helmet", - "nethercoif": "netherite_helmet", - "netherhat": "netherite_helmet", - "netherhelm": "netherite_helmet", - "netherhelmet": "netherite_helmet", - "netheritecoif": "netherite_helmet", - "netheritehat": "netherite_helmet", - "netheritehelm": "netherite_helmet", - "netheritehelmet": "netherite_helmet", - "nethhat": "netherite_helmet", - "nethhelm": "netherite_helmet", - "nethhelmet": "netherite_helmet", - "netherite_hoe": { - "material": "NETHERITE_HOE" - }, - "hellhoe": "netherite_hoe", - "minecraft:netherite_hoe": "netherite_hoe", - "netherhoe": "netherite_hoe", - "netheritehoe": "netherite_hoe", - "nethhoe": "netherite_hoe", - "netherite_ingot": { - "material": "NETHERITE_INGOT" - }, - "barhell": "netherite_ingot", - "barneth": "netherite_ingot", - "barnether": "netherite_ingot", - "barnetherite": "netherite_ingot", - "hellbar": "netherite_ingot", - "helli": "netherite_ingot", - "hellingot": "netherite_ingot", - "ihell": "netherite_ingot", - "ineth": "netherite_ingot", - "inether": "netherite_ingot", - "inetherite": "netherite_ingot", - "ingothell": "netherite_ingot", - "ingotneth": "netherite_ingot", - "ingotnether": "netherite_ingot", - "ingotnetherite": "netherite_ingot", - "minecraft:netherite_ingot": "netherite_ingot", - "nethbar": "netherite_ingot", - "netherbar": "netherite_ingot", - "netheri": "netherite_ingot", - "netheringot": "netherite_ingot", - "netheritebar": "netherite_ingot", - "netheritei": "netherite_ingot", - "netheriteingot": "netherite_ingot", - "nethi": "netherite_ingot", - "nethingot": "netherite_ingot", - "netherite_leggings": { - "material": "NETHERITE_LEGGINGS" - }, - "hellleggings": "netherite_leggings", - "helllegs": "netherite_leggings", - "hellpants": "netherite_leggings", - "minecraft:netherite_leggings": "netherite_leggings", - "netheriteleggings": "netherite_leggings", - "netheritelegs": "netherite_leggings", - "netheritepants": "netherite_leggings", - "netherleggings": "netherite_leggings", - "netherlegs": "netherite_leggings", - "netherpants": "netherite_leggings", - "nethleggings": "netherite_leggings", - "nethlegs": "netherite_leggings", - "nethpants": "netherite_leggings", - "netherite_pickaxe": { - "material": "NETHERITE_PICKAXE" - }, - "hellpick": "netherite_pickaxe", - "hellpickaxe": "netherite_pickaxe", - "minecraft:netherite_pickaxe": "netherite_pickaxe", - "netheritepick": "netherite_pickaxe", - "netheritepickaxe": "netherite_pickaxe", - "netherpick": "netherite_pickaxe", - "netherpickaxe": "netherite_pickaxe", - "nethpick": "netherite_pickaxe", - "nethpickaxe": "netherite_pickaxe", - "netherite_scrap": { - "material": "NETHERITE_SCRAP" - }, - "hellscrap": "netherite_scrap", - "minecraft:netherite_scrap": "netherite_scrap", - "netheritescrap": "netherite_scrap", - "netherscrap": "netherite_scrap", - "nethscrap": "netherite_scrap", - "netherite_shovel": { - "material": "NETHERITE_SHOVEL" - }, - "hellshovel": "netherite_shovel", - "hellspade": "netherite_shovel", - "minecraft:netherite_shovel": "netherite_shovel", - "netheriteshovel": "netherite_shovel", - "netheritespade": "netherite_shovel", - "nethershovel": "netherite_shovel", - "netherspade": "netherite_shovel", - "nethshovel": "netherite_shovel", - "nethspade": "netherite_shovel", - "netherite_sword": { - "material": "NETHERITE_SWORD" - }, - "hellsword": "netherite_sword", - "minecraft:netherite_sword": "netherite_sword", - "netheritesword": "netherite_sword", - "nethersword": "netherite_sword", - "nethsword": "netherite_sword", - "netherite_upgrade_smithing_template": { - "material": "NETHERITE_UPGRADE_SMITHING_TEMPLATE" - }, - "minecraft:netherite_upgrade_smithing_template": "netherite_upgrade_smithing_template", - "netheriteupgradesmithingtemplate": "netherite_upgrade_smithing_template", - "netherrack": { - "material": "NETHERRACK" - }, - "minecraft:netherrack": "netherrack", - "night_vision_lingering_potion": { - "potionData": { - "type": "NIGHT_VISION", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotdarkv": "night_vision_lingering_potion", - "aoepotdarkvis": "night_vision_lingering_potion", - "aoepotdvision": "night_vision_lingering_potion", - "aoepotiondarkv": "night_vision_lingering_potion", - "aoepotiondarkvis": "night_vision_lingering_potion", - "aoepotiondvision": "night_vision_lingering_potion", - "aoepotionnightv": "night_vision_lingering_potion", - "aoepotionnightvision": "night_vision_lingering_potion", - "aoepotionnv": "night_vision_lingering_potion", - "aoepotionnvision": "night_vision_lingering_potion", - "aoepotnightv": "night_vision_lingering_potion", - "aoepotnightvision": "night_vision_lingering_potion", - "aoepotnv": "night_vision_lingering_potion", - "aoepotnvision": "night_vision_lingering_potion", - "areapotdarkv": "night_vision_lingering_potion", - "areapotdarkvis": "night_vision_lingering_potion", - "areapotdvision": "night_vision_lingering_potion", - "areapotiondarkv": "night_vision_lingering_potion", - "areapotiondarkvis": "night_vision_lingering_potion", - "areapotiondvision": "night_vision_lingering_potion", - "areapotionnightv": "night_vision_lingering_potion", - "areapotionnightvision": "night_vision_lingering_potion", - "areapotionnv": "night_vision_lingering_potion", - "areapotionnvision": "night_vision_lingering_potion", - "areapotnightv": "night_vision_lingering_potion", - "areapotnightvision": "night_vision_lingering_potion", - "areapotnv": "night_vision_lingering_potion", - "areapotnvision": "night_vision_lingering_potion", - "cloudpotdarkv": "night_vision_lingering_potion", - "cloudpotdarkvis": "night_vision_lingering_potion", - "cloudpotdvision": "night_vision_lingering_potion", - "cloudpotiondarkv": "night_vision_lingering_potion", - "cloudpotiondarkvis": "night_vision_lingering_potion", - "cloudpotiondvision": "night_vision_lingering_potion", - "cloudpotionnightv": "night_vision_lingering_potion", - "cloudpotionnightvision": "night_vision_lingering_potion", - "cloudpotionnv": "night_vision_lingering_potion", - "cloudpotionnvision": "night_vision_lingering_potion", - "cloudpotnightv": "night_vision_lingering_potion", - "cloudpotnightvision": "night_vision_lingering_potion", - "cloudpotnv": "night_vision_lingering_potion", - "cloudpotnvision": "night_vision_lingering_potion", - "darkvaoepoiont": "night_vision_lingering_potion", - "darkvaoepot": "night_vision_lingering_potion", - "darkvareapot": "night_vision_lingering_potion", - "darkvareapotion": "night_vision_lingering_potion", - "darkvcloudpot": "night_vision_lingering_potion", - "darkvcloudpotion": "night_vision_lingering_potion", - "darkvisaoepoiont": "night_vision_lingering_potion", - "darkvisaoepot": "night_vision_lingering_potion", - "darkvisareapot": "night_vision_lingering_potion", - "darkvisareapotion": "night_vision_lingering_potion", - "darkviscloudpot": "night_vision_lingering_potion", - "darkviscloudpotion": "night_vision_lingering_potion", - "darkvislingerpot": "night_vision_lingering_potion", - "darkvlingerpot": "night_vision_lingering_potion", - "dvisionaoepoiont": "night_vision_lingering_potion", - "dvisionaoepot": "night_vision_lingering_potion", - "dvisionareapot": "night_vision_lingering_potion", - "dvisionareapotion": "night_vision_lingering_potion", - "dvisioncloudpot": "night_vision_lingering_potion", - "dvisioncloudpotion": "night_vision_lingering_potion", - "dvisionlingerpot": "night_vision_lingering_potion", - "lingerpotdarkv": "night_vision_lingering_potion", - "lingerpotdarkvis": "night_vision_lingering_potion", - "lingerpotdvision": "night_vision_lingering_potion", - "lingerpotnightv": "night_vision_lingering_potion", - "lingerpotnightvision": "night_vision_lingering_potion", - "lingerpotnv": "night_vision_lingering_potion", - "lingerpotnvision": "night_vision_lingering_potion", - "nightvaoepoiont": "night_vision_lingering_potion", - "nightvaoepot": "night_vision_lingering_potion", - "nightvareapot": "night_vision_lingering_potion", - "nightvareapotion": "night_vision_lingering_potion", - "nightvcloudpot": "night_vision_lingering_potion", - "nightvcloudpotion": "night_vision_lingering_potion", - "nightvisionaoepoiont": "night_vision_lingering_potion", - "nightvisionaoepot": "night_vision_lingering_potion", - "nightvisionareapot": "night_vision_lingering_potion", - "nightvisionareapotion": "night_vision_lingering_potion", - "nightvisioncloudpot": "night_vision_lingering_potion", - "nightvisioncloudpotion": "night_vision_lingering_potion", - "nightvisionlingerpot": "night_vision_lingering_potion", - "nightvlingerpot": "night_vision_lingering_potion", - "nvaoepoiont": "night_vision_lingering_potion", - "nvaoepot": "night_vision_lingering_potion", - "nvareapot": "night_vision_lingering_potion", - "nvareapotion": "night_vision_lingering_potion", - "nvcloudpot": "night_vision_lingering_potion", - "nvcloudpotion": "night_vision_lingering_potion", - "nvisionaoepoiont": "night_vision_lingering_potion", - "nvisionaoepot": "night_vision_lingering_potion", - "nvisionareapot": "night_vision_lingering_potion", - "nvisionareapotion": "night_vision_lingering_potion", - "nvisioncloudpot": "night_vision_lingering_potion", - "nvisioncloudpotion": "night_vision_lingering_potion", - "nvisionlingerpot": "night_vision_lingering_potion", - "nvlingerpot": "night_vision_lingering_potion", - "night_vision_potion": { - "potionData": { - "type": "NIGHT_VISION", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "darkvispot": "night_vision_potion", - "darkvispotion": "night_vision_potion", - "darkvpot": "night_vision_potion", - "darkvpotion": "night_vision_potion", - "dvisionpot": "night_vision_potion", - "dvisionpotion": "night_vision_potion", - "nightvisionpot": "night_vision_potion", - "nightvisionpotion": "night_vision_potion", - "nightvpot": "night_vision_potion", - "nightvpotion": "night_vision_potion", - "nvisionpot": "night_vision_potion", - "nvisionpotion": "night_vision_potion", - "nvpot": "night_vision_potion", - "nvpotion": "night_vision_potion", - "potionofdarkv": "night_vision_potion", - "potionofdarkvis": "night_vision_potion", - "potionofdvision": "night_vision_potion", - "potionofnightv": "night_vision_potion", - "potionofnightvision": "night_vision_potion", - "potionofnv": "night_vision_potion", - "potionofnvision": "night_vision_potion", - "potofdarkv": "night_vision_potion", - "potofdarkvis": "night_vision_potion", - "potofdvision": "night_vision_potion", - "potofnightv": "night_vision_potion", - "potofnightvision": "night_vision_potion", - "potofnv": "night_vision_potion", - "potofnvision": "night_vision_potion", - "night_vision_splash_potion": { - "potionData": { - "type": "NIGHT_VISION", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "darkvissplashpot": "night_vision_splash_potion", - "darkvissplashpotion": "night_vision_splash_potion", - "darkvsplashpot": "night_vision_splash_potion", - "darkvsplashpotion": "night_vision_splash_potion", - "dvisionsplashpot": "night_vision_splash_potion", - "dvisionsplashpotion": "night_vision_splash_potion", - "nightvisionsplashpot": "night_vision_splash_potion", - "nightvisionsplashpotion": "night_vision_splash_potion", - "nightvsplashpot": "night_vision_splash_potion", - "nightvsplashpotion": "night_vision_splash_potion", - "nvisionsplashpot": "night_vision_splash_potion", - "nvisionsplashpotion": "night_vision_splash_potion", - "nvsplashpot": "night_vision_splash_potion", - "nvsplashpotion": "night_vision_splash_potion", - "splashdarkvispot": "night_vision_splash_potion", - "splashdarkvispotion": "night_vision_splash_potion", - "splashdarkvpot": "night_vision_splash_potion", - "splashdarkvpotion": "night_vision_splash_potion", - "splashdvisionpot": "night_vision_splash_potion", - "splashdvisionpotion": "night_vision_splash_potion", - "splashnightvisionpot": "night_vision_splash_potion", - "splashnightvisionpotion": "night_vision_splash_potion", - "splashnightvpot": "night_vision_splash_potion", - "splashnightvpotion": "night_vision_splash_potion", - "splashnvisionpot": "night_vision_splash_potion", - "splashnvisionpotion": "night_vision_splash_potion", - "splashnvpot": "night_vision_splash_potion", - "splashnvpotion": "night_vision_splash_potion", - "spldarkvispot": "night_vision_splash_potion", - "spldarkvispotion": "night_vision_splash_potion", - "spldarkvpot": "night_vision_splash_potion", - "spldarkvpotion": "night_vision_splash_potion", - "spldvisionpot": "night_vision_splash_potion", - "spldvisionpotion": "night_vision_splash_potion", - "splnightvisionpot": "night_vision_splash_potion", - "splnightvisionpotion": "night_vision_splash_potion", - "splnightvpot": "night_vision_splash_potion", - "splnightvpotion": "night_vision_splash_potion", - "splnvisionpot": "night_vision_splash_potion", - "splnvisionpotion": "night_vision_splash_potion", - "splnvpot": "night_vision_splash_potion", - "splnvpotion": "night_vision_splash_potion", - "night_vision_tipped_arrow": { - "potionData": { - "type": "NIGHT_VISION", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowdarkv": "night_vision_tipped_arrow", - "arrowdarkvis": "night_vision_tipped_arrow", - "arrowdvision": "night_vision_tipped_arrow", - "arrownightv": "night_vision_tipped_arrow", - "arrownightvision": "night_vision_tipped_arrow", - "arrownv": "night_vision_tipped_arrow", - "arrownvision": "night_vision_tipped_arrow", - "darkvarrow": "night_vision_tipped_arrow", - "darkvisarrow": "night_vision_tipped_arrow", - "darkvistarr": "night_vision_tipped_arrow", - "darkvistarrow": "night_vision_tipped_arrow", - "darkvistippedarrow": "night_vision_tipped_arrow", - "darkvtarr": "night_vision_tipped_arrow", - "darkvtarrow": "night_vision_tipped_arrow", - "darkvtippedarrow": "night_vision_tipped_arrow", - "dvisionarrow": "night_vision_tipped_arrow", - "dvisiontarr": "night_vision_tipped_arrow", - "dvisiontarrow": "night_vision_tipped_arrow", - "dvisiontippedarrow": "night_vision_tipped_arrow", - "nightvarrow": "night_vision_tipped_arrow", - "nightvisionarrow": "night_vision_tipped_arrow", - "nightvisiontarr": "night_vision_tipped_arrow", - "nightvisiontarrow": "night_vision_tipped_arrow", - "nightvisiontippedarrow": "night_vision_tipped_arrow", - "nightvtarr": "night_vision_tipped_arrow", - "nightvtarrow": "night_vision_tipped_arrow", - "nightvtippedarrow": "night_vision_tipped_arrow", - "nvarrow": "night_vision_tipped_arrow", - "nvisionarrow": "night_vision_tipped_arrow", - "nvisiontarr": "night_vision_tipped_arrow", - "nvisiontarrow": "night_vision_tipped_arrow", - "nvisiontippedarrow": "night_vision_tipped_arrow", - "nvtarr": "night_vision_tipped_arrow", - "nvtarrow": "night_vision_tipped_arrow", - "nvtippedarrow": "night_vision_tipped_arrow", - "note_block": { - "material": "NOTE_BLOCK" - }, - "mblock": "note_block", - "minecraft:note_block": "note_block", - "musicblock": "note_block", - "nblock": "note_block", - "noteblock": "note_block", - "oak_boat": { - "material": "OAK_BOAT" - }, - "boato": "oak_boat", - "boatoak": "oak_boat", - "minecraft:oak_boat": "oak_boat", - "oakboat": "oak_boat", - "oakraft": "oak_boat", - "oboat": "oak_boat", - "oraft": "oak_boat", - "oak_button": { - "material": "OAK_BUTTON" - }, - "buttono": "oak_button", - "buttonoak": "oak_button", - "minecraft:oak_button": "oak_button", - "oakbutton": "oak_button", - "obutton": "oak_button", - "oak_chest_boat": { - "material": "OAK_CHEST_BOAT" - }, - "minecraft:oak_chest_boat": "oak_chest_boat", - "oakchboat": "oak_chest_boat", - "oakchestboat": "oak_chest_boat", - "ochboat": "oak_chest_boat", - "oak_door": { - "material": "OAK_DOOR" - }, - "minecraft:oak_door": "oak_door", - "oakdoor": "oak_door", - "odoor": "oak_door", - "oak_fence": { - "material": "OAK_FENCE" - }, - "minecraft:oak_fence": "oak_fence", - "oakfence": "oak_fence", - "ofence": "oak_fence", - "oak_fence_gate": { - "material": "OAK_FENCE_GATE" - }, - "gateo": "oak_fence_gate", - "gateoak": "oak_fence_gate", - "minecraft:oak_fence_gate": "oak_fence_gate", - "oakfencegate": "oak_fence_gate", - "oakgate": "oak_fence_gate", - "ofencegate": "oak_fence_gate", - "ogate": "oak_fence_gate", - "oak_hanging_sign": { - "material": "OAK_HANGING_SIGN" - }, - "minecraft:oak_hanging_sign": "oak_hanging_sign", - "oakhangingsign": "oak_hanging_sign", - "oakhangsign": "oak_hanging_sign", - "oakhsign": "oak_hanging_sign", - "ohangsign": "oak_hanging_sign", - "ohsign": "oak_hanging_sign", - "oak_leaves": { - "material": "OAK_LEAVES" - }, - "leafo": "oak_leaves", - "leafoak": "oak_leaves", - "leaveso": "oak_leaves", - "leavesoak": "oak_leaves", - "minecraft:oak_leaves": "oak_leaves", - "oakleaf": "oak_leaves", - "oakleave": "oak_leaves", - "oakleaves": "oak_leaves", - "oaklogleaf": "oak_leaves", - "oaklogleave": "oak_leaves", - "oaklogleaves": "oak_leaves", - "oaktreeleaf": "oak_leaves", - "oaktreeleave": "oak_leaves", - "oaktreeleaves": "oak_leaves", - "oaktrunkleaf": "oak_leaves", - "oaktrunkleave": "oak_leaves", - "oaktrunkleaves": "oak_leaves", - "oakwoodleaf": "oak_leaves", - "oakwoodleave": "oak_leaves", - "oakwoodleaves": "oak_leaves", - "oleaf": "oak_leaves", - "oleave": "oak_leaves", - "oleaves": "oak_leaves", - "ologleaf": "oak_leaves", - "ologleave": "oak_leaves", - "ologleaves": "oak_leaves", - "otreeleaf": "oak_leaves", - "otreeleave": "oak_leaves", - "otreeleaves": "oak_leaves", - "otrunkleaf": "oak_leaves", - "otrunkleave": "oak_leaves", - "otrunkleaves": "oak_leaves", - "owoodleaf": "oak_leaves", - "owoodleave": "oak_leaves", - "owoodleaves": "oak_leaves", - "oak_log": { - "material": "OAK_LOG" - }, - "logo": "oak_log", - "logoak": "oak_log", - "minecraft:oak_log": "oak_log", - "oaklog": "oak_log", - "oaktree": "oak_log", - "oaktrunk": "oak_log", - "olog": "oak_log", - "otree": "oak_log", - "otrunk": "oak_log", - "oak_planks": { - "material": "OAK_PLANKS" - }, - "minecraft:oak_planks": "oak_planks", - "oakplank": "oak_planks", - "oakplanks": "oak_planks", - "oakplankw": "oak_planks", - "oakplankwood": "oak_planks", - "oakplankwooden": "oak_planks", - "oakwoodenplank": "oak_planks", - "oakwoodplank": "oak_planks", - "oakwplank": "oak_planks", - "oplank": "oak_planks", - "oplankw": "oak_planks", - "oplankwood": "oak_planks", - "oplankwooden": "oak_planks", - "owoodenplank": "oak_planks", - "owoodplank": "oak_planks", - "owplank": "oak_planks", - "oak_pressure_plate": { - "material": "OAK_PRESSURE_PLATE" - }, - "minecraft:oak_pressure_plate": "oak_pressure_plate", - "oakplate": "oak_pressure_plate", - "oakpplate": "oak_pressure_plate", - "oakpressplate": "oak_pressure_plate", - "oakpressureplate": "oak_pressure_plate", - "oplate": "oak_pressure_plate", - "opplate": "oak_pressure_plate", - "opressplate": "oak_pressure_plate", - "opressureplate": "oak_pressure_plate", - "plateo": "oak_pressure_plate", - "plateoak": "oak_pressure_plate", - "oak_sapling": { - "material": "OAK_SAPLING" - }, - "minecraft:oak_sapling": "oak_sapling", - "oaklogsapling": "oak_sapling", - "oaksapling": "oak_sapling", - "oaktreesapling": "oak_sapling", - "oaktrunksapling": "oak_sapling", - "oakwoodsapling": "oak_sapling", - "ologsapling": "oak_sapling", - "osapling": "oak_sapling", - "otreesapling": "oak_sapling", - "otrunksapling": "oak_sapling", - "owoodsapling": "oak_sapling", - "oak_sign": { - "material": "OAK_SIGN", - "fallbacks": [ - "SIGN" - ] - }, - "minecraft:oak_sign": "oak_sign", - "oaksign": "oak_sign", - "osign": "oak_sign", - "oak_slab": { - "material": "OAK_SLAB" - }, - "minecraft:oak_slab": "oak_slab", - "oakhalfblock": "oak_slab", - "oakslab": "oak_slab", - "oakstep": "oak_slab", - "oakwhalfblock": "oak_slab", - "oakwoodenhalfblock": "oak_slab", - "oakwoodenslab": "oak_slab", - "oakwoodenstep": "oak_slab", - "oakwoodhalfblock": "oak_slab", - "oakwoodslab": "oak_slab", - "oakwoodstep": "oak_slab", - "oakwslab": "oak_slab", - "oakwstep": "oak_slab", - "ohalfblock": "oak_slab", - "ostep": "oak_slab", - "owhalfblock": "oak_slab", - "owoodenhalfblock": "oak_slab", - "owoodenslab": "oak_slab", - "owoodenstep": "oak_slab", - "owoodhalfblock": "oak_slab", - "owoodslab": "oak_slab", - "owoodstep": "oak_slab", - "owslab": "oak_slab", - "owstep": "oak_slab", - "oak_stairs": { - "material": "OAK_STAIRS" - }, - "minecraft:oak_stairs": "oak_stairs", - "oakstair": "oak_stairs", - "oakstairs": "oak_stairs", - "oakwoodenstair": "oak_stairs", - "oakwoodenstairs": "oak_stairs", - "oakwoodstair": "oak_stairs", - "oakwoodstairs": "oak_stairs", - "oakwstair": "oak_stairs", - "oakwstairs": "oak_stairs", - "ostair": "oak_stairs", - "owoodenstair": "oak_stairs", - "owoodenstairs": "oak_stairs", - "owoodstair": "oak_stairs", - "owoodstairs": "oak_stairs", - "owstair": "oak_stairs", - "owstairs": "oak_stairs", - "oak_trapdoor": { - "material": "OAK_TRAPDOOR" - }, - "minecraft:oak_trapdoor": "oak_trapdoor", - "oakdoort": "oak_trapdoor", - "oakdoortrap": "oak_trapdoor", - "oakdtrap": "oak_trapdoor", - "oakhatch": "oak_trapdoor", - "oaktdoor": "oak_trapdoor", - "oaktrapd": "oak_trapdoor", - "oaktrapdoor": "oak_trapdoor", - "odoort": "oak_trapdoor", - "odoortrap": "oak_trapdoor", - "odtrap": "oak_trapdoor", - "ohatch": "oak_trapdoor", - "otdoor": "oak_trapdoor", - "otrapd": "oak_trapdoor", - "otrapdoor": "oak_trapdoor", - "oak_wood": { - "material": "OAK_WOOD" - }, - "minecraft:oak_wood": "oak_wood", - "oaklogall": "oak_wood", - "oaktreeall": "oak_wood", - "oaktrunkall": "oak_wood", - "oakwood": "oak_wood", - "ologall": "oak_wood", - "otreeall": "oak_wood", - "otrunkall": "oak_wood", - "owood": "oak_wood", - "woodo": "oak_wood", - "woodoak": "oak_wood", - "observer": { - "material": "OBSERVER" - }, - "minecraft:observer": "observer", - "obsidian": { - "material": "OBSIDIAN" - }, - "minecraft:obsidian": "obsidian", - "obby": "obsidian", - "obsi": "obsidian", - "ocelot_spawn_egg": { - "material": "OCELOT_SPAWN_EGG" - }, - "eggocelot": "ocelot_spawn_egg", - "eggwildcat": "ocelot_spawn_egg", - "minecraft:ocelot_spawn_egg": "ocelot_spawn_egg", - "ocelotegg": "ocelot_spawn_egg", - "ocelotsegg": "ocelot_spawn_egg", - "ocelotspawn": "ocelot_spawn_egg", - "ocelotspawnegg": "ocelot_spawn_egg", - "seggocelot": "ocelot_spawn_egg", - "seggwildcat": "ocelot_spawn_egg", - "spawneggocelot": "ocelot_spawn_egg", - "spawneggwildcat": "ocelot_spawn_egg", - "spawnocelot": "ocelot_spawn_egg", - "spawnwildcat": "ocelot_spawn_egg", - "wildcategg": "ocelot_spawn_egg", - "wildcatsegg": "ocelot_spawn_egg", - "wildcatspawn": "ocelot_spawn_egg", - "wildcatspawnegg": "ocelot_spawn_egg", - "ocelot_spawner": { - "entity": "OCELOT", - "material": "SPAWNER" - }, - "ocelotcage": "ocelot_spawner", - "ocelotmcage": "ocelot_spawner", - "ocelotmobcage": "ocelot_spawner", - "ocelotmobspawner": "ocelot_spawner", - "ocelotmonstercage": "ocelot_spawner", - "ocelotmonsterspawner": "ocelot_spawner", - "ocelotmspawner": "ocelot_spawner", - "ocelotspawner": "ocelot_spawner", - "wildcatcage": "ocelot_spawner", - "wildcatmcage": "ocelot_spawner", - "wildcatmobcage": "ocelot_spawner", - "wildcatmobspawner": "ocelot_spawner", - "wildcatmonstercage": "ocelot_spawner", - "wildcatmonsterspawner": "ocelot_spawner", - "wildcatmspawner": "ocelot_spawner", - "wildcatspawner": "ocelot_spawner", - "ochre_froglight": { - "material": "OCHRE_FROGLIGHT" - }, - "minecraft:ochre_froglight": "ochre_froglight", - "ocfroglight": "ochre_froglight", - "ochrefroglight": "ochre_froglight", - "ochrelight": "ochre_froglight", - "ofroglight": "ochre_froglight", - "olight": "ochre_froglight", - "orange_banner": { - "material": "ORANGE_BANNER" - }, - "minecraft:orange_banner": "orange_banner", - "obanner": "orange_banner", - "orangebanner": "orange_banner", - "orange_bed": { - "material": "ORANGE_BED" - }, - "minecraft:orange_bed": "orange_bed", - "obed": "orange_bed", - "orangebed": "orange_bed", - "orange_candle": { - "material": "ORANGE_CANDLE" - }, - "minecraft:orange_candle": "orange_candle", - "ocandle": "orange_candle", - "orangecandle": "orange_candle", - "orange_carpet": { - "material": "ORANGE_CARPET" - }, - "minecraft:orange_carpet": "orange_carpet", - "ocarpet": "orange_carpet", - "ofloor": "orange_carpet", - "orangecarpet": "orange_carpet", - "orangefloor": "orange_carpet", - "orange_concrete": { - "material": "ORANGE_CONCRETE" - }, - "minecraft:orange_concrete": "orange_concrete", - "oconcrete": "orange_concrete", - "orangeconcrete": "orange_concrete", - "orange_concrete_powder": { - "material": "ORANGE_CONCRETE_POWDER" - }, - "minecraft:orange_concrete_powder": "orange_concrete_powder", - "ocdust": "orange_concrete_powder", - "oconcretepowder": "orange_concrete_powder", - "oconcretesand": "orange_concrete_powder", - "ocp": "orange_concrete_powder", - "ocpowder": "orange_concrete_powder", - "orangecdust": "orange_concrete_powder", - "orangeconcretepowder": "orange_concrete_powder", - "orangeconcretesand": "orange_concrete_powder", - "orangecp": "orange_concrete_powder", - "orangecpowder": "orange_concrete_powder", - "orange_dye": { - "material": "ORANGE_DYE" - }, - "minecraft:orange_dye": "orange_dye", - "odye": "orange_dye", - "orangedye": "orange_dye", - "orange_glazed_terracotta": { - "material": "ORANGE_GLAZED_TERRACOTTA" - }, - "minecraft:orange_glazed_terracotta": "orange_glazed_terracotta", - "oglazedtcota": "orange_glazed_terracotta", - "oglazedterra": "orange_glazed_terracotta", - "oglazedterracota": "orange_glazed_terracotta", - "oglazedterracotta": "orange_glazed_terracotta", - "ogtcotta": "orange_glazed_terracotta", - "ogterra": "orange_glazed_terracotta", - "orangeglazedtcota": "orange_glazed_terracotta", - "orangeglazedterra": "orange_glazed_terracotta", - "orangeglazedterracota": "orange_glazed_terracotta", - "orangeglazedterracotta": "orange_glazed_terracotta", - "orangegtcotta": "orange_glazed_terracotta", - "orangegterra": "orange_glazed_terracotta", - "orange_shulker_box": { - "material": "ORANGE_SHULKER_BOX" - }, - "minecraft:orange_shulker_box": "orange_shulker_box", - "orangesbox": "orange_shulker_box", - "orangeshulkerbox": "orange_shulker_box", - "osbox": "orange_shulker_box", - "oshulkerbox": "orange_shulker_box", - "orange_stained_glass": { - "material": "ORANGE_STAINED_GLASS" - }, - "minecraft:orange_stained_glass": "orange_stained_glass", - "oglass": "orange_stained_glass", - "orangeglass": "orange_stained_glass", - "orangesglass": "orange_stained_glass", - "orangestainedglass": "orange_stained_glass", - "osglass": "orange_stained_glass", - "ostainedglass": "orange_stained_glass", - "orange_stained_glass_pane": { - "material": "ORANGE_STAINED_GLASS_PANE" - }, - "minecraft:orange_stained_glass_pane": "orange_stained_glass_pane", - "oglasspane": "orange_stained_glass_pane", - "ogpane": "orange_stained_glass_pane", - "orangeglasspane": "orange_stained_glass_pane", - "orangegpane": "orange_stained_glass_pane", - "orangesglasspane": "orange_stained_glass_pane", - "orangestainedglasspane": "orange_stained_glass_pane", - "osglasspane": "orange_stained_glass_pane", - "ostainedglasspane": "orange_stained_glass_pane", - "orange_terracotta": { - "material": "ORANGE_TERRACOTTA" - }, - "minecraft:orange_terracotta": "orange_terracotta", - "oclay": "orange_terracotta", - "orangeclay": "orange_terracotta", - "orangesclay": "orange_terracotta", - "orangestainedclay": "orange_terracotta", - "orangetcota": "orange_terracotta", - "orangeterra": "orange_terracotta", - "orangeterracota": "orange_terracotta", - "orangeterracotta": "orange_terracotta", - "osclay": "orange_terracotta", - "ostainedclay": "orange_terracotta", - "otcota": "orange_terracotta", - "oterra": "orange_terracotta", - "oterracota": "orange_terracotta", - "oterracotta": "orange_terracotta", - "orange_tulip": { - "material": "ORANGE_TULIP" - }, - "minecraft:orange_tulip": "orange_tulip", - "orangetulip": "orange_tulip", - "otulip": "orange_tulip", - "tulipo": "orange_tulip", - "tuliporange": "orange_tulip", - "orange_wool": { - "material": "ORANGE_WOOL" - }, - "minecraft:orange_wool": "orange_wool", - "ocloth": "orange_wool", - "ocotton": "orange_wool", - "orangecloth": "orange_wool", - "orangecotton": "orange_wool", - "orangewool": "orange_wool", - "owool": "orange_wool", - "oxeye_daisy": { - "material": "OXEYE_DAISY" - }, - "daisy": "oxeye_daisy", - "daisymoon": "oxeye_daisy", - "daisyoxeye": "oxeye_daisy", - "lgrayoxeye": "oxeye_daisy", - "lgreyoxeye": "oxeye_daisy", - "lightgrayoxeye": "oxeye_daisy", - "lightgreyoxeye": "oxeye_daisy", - "minecraft:oxeye_daisy": "oxeye_daisy", - "moondaisy": "oxeye_daisy", - "oxeye": "oxeye_daisy", - "oxeyedaisy": "oxeye_daisy", - "oxidized_copper": { - "material": "OXIDIZED_COPPER" - }, - "minecraft:oxidized_copper": "oxidized_copper", - "oxicoblock": "oxidized_copper", - "oxicopblock": "oxidized_copper", - "oxicopperblock": "oxidized_copper", - "oxidisedcoblock": "oxidized_copper", - "oxidisedcopblock": "oxidized_copper", - "oxidisedcopperblock": "oxidized_copper", - "oxidizedcoblock": "oxidized_copper", - "oxidizedcopblock": "oxidized_copper", - "oxidizedcopper": "oxidized_copper", - "oxidizedcopperblock": "oxidized_copper", - "oxycoblock": "oxidized_copper", - "oxycopblock": "oxidized_copper", - "oxycopperblock": "oxidized_copper", - "oxidized_cut_copper": { - "material": "OXIDIZED_CUT_COPPER" - }, - "coxicoblock": "oxidized_cut_copper", - "coxicopblock": "oxidized_cut_copper", - "coxicopperblock": "oxidized_cut_copper", - "coxidisedcoblock": "oxidized_cut_copper", - "coxidisedcopblock": "oxidized_cut_copper", - "coxidisedcopperblock": "oxidized_cut_copper", - "coxidizedcoblock": "oxidized_cut_copper", - "coxidizedcopblock": "oxidized_cut_copper", - "coxidizedcopperblock": "oxidized_cut_copper", - "coxycoblock": "oxidized_cut_copper", - "coxycopblock": "oxidized_cut_copper", - "coxycopperblock": "oxidized_cut_copper", - "cutoxicoblock": "oxidized_cut_copper", - "cutoxicopblock": "oxidized_cut_copper", - "cutoxicopperblock": "oxidized_cut_copper", - "cutoxidisedcoblock": "oxidized_cut_copper", - "cutoxidisedcopblock": "oxidized_cut_copper", - "cutoxidisedcopperblock": "oxidized_cut_copper", - "cutoxidizedcoblock": "oxidized_cut_copper", - "cutoxidizedcopblock": "oxidized_cut_copper", - "cutoxidizedcopperblock": "oxidized_cut_copper", - "cutoxycoblock": "oxidized_cut_copper", - "cutoxycopblock": "oxidized_cut_copper", - "cutoxycopperblock": "oxidized_cut_copper", - "minecraft:oxidized_cut_copper": "oxidized_cut_copper", - "oxiccoblock": "oxidized_cut_copper", - "oxiccopblock": "oxidized_cut_copper", - "oxiccopperblock": "oxidized_cut_copper", - "oxicutcoblock": "oxidized_cut_copper", - "oxicutcopblock": "oxidized_cut_copper", - "oxicutcopperblock": "oxidized_cut_copper", - "oxidisedccoblock": "oxidized_cut_copper", - "oxidisedccopblock": "oxidized_cut_copper", - "oxidisedccopperblock": "oxidized_cut_copper", - "oxidisedcutcoblock": "oxidized_cut_copper", - "oxidisedcutcopblock": "oxidized_cut_copper", - "oxidisedcutcopperblock": "oxidized_cut_copper", - "oxidizedccoblock": "oxidized_cut_copper", - "oxidizedccopblock": "oxidized_cut_copper", - "oxidizedccopperblock": "oxidized_cut_copper", - "oxidizedcutcoblock": "oxidized_cut_copper", - "oxidizedcutcopblock": "oxidized_cut_copper", - "oxidizedcutcopper": "oxidized_cut_copper", - "oxidizedcutcopperblock": "oxidized_cut_copper", - "oxyccoblock": "oxidized_cut_copper", - "oxyccopblock": "oxidized_cut_copper", - "oxyccopperblock": "oxidized_cut_copper", - "oxycutcoblock": "oxidized_cut_copper", - "oxycutcopblock": "oxidized_cut_copper", - "oxycutcopperblock": "oxidized_cut_copper", - "oxidized_cut_copper_slab": { - "material": "OXIDIZED_CUT_COPPER_SLAB" - }, - "coxicohalfblock": "oxidized_cut_copper_slab", - "coxicophalfblock": "oxidized_cut_copper_slab", - "coxicopperhalfblock": "oxidized_cut_copper_slab", - "coxicoppersl": "oxidized_cut_copper_slab", - "coxicopperslab": "oxidized_cut_copper_slab", - "coxicopperstep": "oxidized_cut_copper_slab", - "coxicopsl": "oxidized_cut_copper_slab", - "coxicopslab": "oxidized_cut_copper_slab", - "coxicopstep": "oxidized_cut_copper_slab", - "coxicosl": "oxidized_cut_copper_slab", - "coxicoslab": "oxidized_cut_copper_slab", - "coxicostep": "oxidized_cut_copper_slab", - "coxidisedcohalfblock": "oxidized_cut_copper_slab", - "coxidisedcophalfblock": "oxidized_cut_copper_slab", - "coxidisedcopperhalfblock": "oxidized_cut_copper_slab", - "coxidisedcoppersl": "oxidized_cut_copper_slab", - "coxidisedcopperslab": "oxidized_cut_copper_slab", - "coxidisedcopperstep": "oxidized_cut_copper_slab", - "coxidisedcopsl": "oxidized_cut_copper_slab", - "coxidisedcopslab": "oxidized_cut_copper_slab", - "coxidisedcopstep": "oxidized_cut_copper_slab", - "coxidisedcosl": "oxidized_cut_copper_slab", - "coxidisedcoslab": "oxidized_cut_copper_slab", - "coxidisedcostep": "oxidized_cut_copper_slab", - "coxidizedcohalfblock": "oxidized_cut_copper_slab", - "coxidizedcophalfblock": "oxidized_cut_copper_slab", - "coxidizedcopperhalfblock": "oxidized_cut_copper_slab", - "coxidizedcoppersl": "oxidized_cut_copper_slab", - "coxidizedcopperslab": "oxidized_cut_copper_slab", - "coxidizedcopperstep": "oxidized_cut_copper_slab", - "coxidizedcopsl": "oxidized_cut_copper_slab", - "coxidizedcopslab": "oxidized_cut_copper_slab", - "coxidizedcopstep": "oxidized_cut_copper_slab", - "coxidizedcosl": "oxidized_cut_copper_slab", - "coxidizedcoslab": "oxidized_cut_copper_slab", - "coxidizedcostep": "oxidized_cut_copper_slab", - "coxycohalfblock": "oxidized_cut_copper_slab", - "coxycophalfblock": "oxidized_cut_copper_slab", - "coxycopperhalfblock": "oxidized_cut_copper_slab", - "coxycoppersl": "oxidized_cut_copper_slab", - "coxycopperslab": "oxidized_cut_copper_slab", - "coxycopperstep": "oxidized_cut_copper_slab", - "coxycopsl": "oxidized_cut_copper_slab", - "coxycopslab": "oxidized_cut_copper_slab", - "coxycopstep": "oxidized_cut_copper_slab", - "coxycosl": "oxidized_cut_copper_slab", - "coxycoslab": "oxidized_cut_copper_slab", - "coxycostep": "oxidized_cut_copper_slab", - "cutoxicohalfblock": "oxidized_cut_copper_slab", - "cutoxicophalfblock": "oxidized_cut_copper_slab", - "cutoxicopperhalfblock": "oxidized_cut_copper_slab", - "cutoxicoppersl": "oxidized_cut_copper_slab", - "cutoxicopperslab": "oxidized_cut_copper_slab", - "cutoxicopperstep": "oxidized_cut_copper_slab", - "cutoxicopsl": "oxidized_cut_copper_slab", - "cutoxicopslab": "oxidized_cut_copper_slab", - "cutoxicopstep": "oxidized_cut_copper_slab", - "cutoxicosl": "oxidized_cut_copper_slab", - "cutoxicoslab": "oxidized_cut_copper_slab", - "cutoxicostep": "oxidized_cut_copper_slab", - "cutoxidisedcohalfblock": "oxidized_cut_copper_slab", - "cutoxidisedcophalfblock": "oxidized_cut_copper_slab", - "cutoxidisedcopperhalfblock": "oxidized_cut_copper_slab", - "cutoxidisedcoppersl": "oxidized_cut_copper_slab", - "cutoxidisedcopperslab": "oxidized_cut_copper_slab", - "cutoxidisedcopperstep": "oxidized_cut_copper_slab", - "cutoxidisedcopsl": "oxidized_cut_copper_slab", - "cutoxidisedcopslab": "oxidized_cut_copper_slab", - "cutoxidisedcopstep": "oxidized_cut_copper_slab", - "cutoxidisedcosl": "oxidized_cut_copper_slab", - "cutoxidisedcoslab": "oxidized_cut_copper_slab", - "cutoxidisedcostep": "oxidized_cut_copper_slab", - "cutoxidizedcohalfblock": "oxidized_cut_copper_slab", - "cutoxidizedcophalfblock": "oxidized_cut_copper_slab", - "cutoxidizedcopperhalfblock": "oxidized_cut_copper_slab", - "cutoxidizedcoppersl": "oxidized_cut_copper_slab", - "cutoxidizedcopperslab": "oxidized_cut_copper_slab", - "cutoxidizedcopperstep": "oxidized_cut_copper_slab", - "cutoxidizedcopsl": "oxidized_cut_copper_slab", - "cutoxidizedcopslab": "oxidized_cut_copper_slab", - "cutoxidizedcopstep": "oxidized_cut_copper_slab", - "cutoxidizedcosl": "oxidized_cut_copper_slab", - "cutoxidizedcoslab": "oxidized_cut_copper_slab", - "cutoxidizedcostep": "oxidized_cut_copper_slab", - "cutoxycohalfblock": "oxidized_cut_copper_slab", - "cutoxycophalfblock": "oxidized_cut_copper_slab", - "cutoxycopperhalfblock": "oxidized_cut_copper_slab", - "cutoxycoppersl": "oxidized_cut_copper_slab", - "cutoxycopperslab": "oxidized_cut_copper_slab", - "cutoxycopperstep": "oxidized_cut_copper_slab", - "cutoxycopsl": "oxidized_cut_copper_slab", - "cutoxycopslab": "oxidized_cut_copper_slab", - "cutoxycopstep": "oxidized_cut_copper_slab", - "cutoxycosl": "oxidized_cut_copper_slab", - "cutoxycoslab": "oxidized_cut_copper_slab", - "cutoxycostep": "oxidized_cut_copper_slab", - "minecraft:oxidized_cut_copper_slab": "oxidized_cut_copper_slab", - "oxiccohalfblock": "oxidized_cut_copper_slab", - "oxiccophalfblock": "oxidized_cut_copper_slab", - "oxiccopperhalfblock": "oxidized_cut_copper_slab", - "oxiccoppersl": "oxidized_cut_copper_slab", - "oxiccopperslab": "oxidized_cut_copper_slab", - "oxiccopperstep": "oxidized_cut_copper_slab", - "oxiccopsl": "oxidized_cut_copper_slab", - "oxiccopslab": "oxidized_cut_copper_slab", - "oxiccopstep": "oxidized_cut_copper_slab", - "oxiccosl": "oxidized_cut_copper_slab", - "oxiccoslab": "oxidized_cut_copper_slab", - "oxiccostep": "oxidized_cut_copper_slab", - "oxicutcohalfblock": "oxidized_cut_copper_slab", - "oxicutcophalfblock": "oxidized_cut_copper_slab", - "oxicutcopperhalfblock": "oxidized_cut_copper_slab", - "oxicutcoppersl": "oxidized_cut_copper_slab", - "oxicutcopperslab": "oxidized_cut_copper_slab", - "oxicutcopperstep": "oxidized_cut_copper_slab", - "oxicutcopsl": "oxidized_cut_copper_slab", - "oxicutcopslab": "oxidized_cut_copper_slab", - "oxicutcopstep": "oxidized_cut_copper_slab", - "oxicutcosl": "oxidized_cut_copper_slab", - "oxicutcoslab": "oxidized_cut_copper_slab", - "oxicutcostep": "oxidized_cut_copper_slab", - "oxidisedccohalfblock": "oxidized_cut_copper_slab", - "oxidisedccophalfblock": "oxidized_cut_copper_slab", - "oxidisedccopperhalfblock": "oxidized_cut_copper_slab", - "oxidisedccoppersl": "oxidized_cut_copper_slab", - "oxidisedccopperslab": "oxidized_cut_copper_slab", - "oxidisedccopperstep": "oxidized_cut_copper_slab", - "oxidisedccopsl": "oxidized_cut_copper_slab", - "oxidisedccopslab": "oxidized_cut_copper_slab", - "oxidisedccopstep": "oxidized_cut_copper_slab", - "oxidisedccosl": "oxidized_cut_copper_slab", - "oxidisedccoslab": "oxidized_cut_copper_slab", - "oxidisedccostep": "oxidized_cut_copper_slab", - "oxidisedcutcohalfblock": "oxidized_cut_copper_slab", - "oxidisedcutcophalfblock": "oxidized_cut_copper_slab", - "oxidisedcutcopperhalfblock": "oxidized_cut_copper_slab", - "oxidisedcutcoppersl": "oxidized_cut_copper_slab", - "oxidisedcutcopperslab": "oxidized_cut_copper_slab", - "oxidisedcutcopperstep": "oxidized_cut_copper_slab", - "oxidisedcutcopsl": "oxidized_cut_copper_slab", - "oxidisedcutcopslab": "oxidized_cut_copper_slab", - "oxidisedcutcopstep": "oxidized_cut_copper_slab", - "oxidisedcutcosl": "oxidized_cut_copper_slab", - "oxidisedcutcoslab": "oxidized_cut_copper_slab", - "oxidisedcutcostep": "oxidized_cut_copper_slab", - "oxidizedccohalfblock": "oxidized_cut_copper_slab", - "oxidizedccophalfblock": "oxidized_cut_copper_slab", - "oxidizedccopperhalfblock": "oxidized_cut_copper_slab", - "oxidizedccoppersl": "oxidized_cut_copper_slab", - "oxidizedccopperslab": "oxidized_cut_copper_slab", - "oxidizedccopperstep": "oxidized_cut_copper_slab", - "oxidizedccopsl": "oxidized_cut_copper_slab", - "oxidizedccopslab": "oxidized_cut_copper_slab", - "oxidizedccopstep": "oxidized_cut_copper_slab", - "oxidizedccosl": "oxidized_cut_copper_slab", - "oxidizedccoslab": "oxidized_cut_copper_slab", - "oxidizedccostep": "oxidized_cut_copper_slab", - "oxidizedcutcohalfblock": "oxidized_cut_copper_slab", - "oxidizedcutcophalfblock": "oxidized_cut_copper_slab", - "oxidizedcutcopperhalfblock": "oxidized_cut_copper_slab", - "oxidizedcutcoppersl": "oxidized_cut_copper_slab", - "oxidizedcutcopperslab": "oxidized_cut_copper_slab", - "oxidizedcutcopperstep": "oxidized_cut_copper_slab", - "oxidizedcutcopsl": "oxidized_cut_copper_slab", - "oxidizedcutcopslab": "oxidized_cut_copper_slab", - "oxidizedcutcopstep": "oxidized_cut_copper_slab", - "oxidizedcutcosl": "oxidized_cut_copper_slab", - "oxidizedcutcoslab": "oxidized_cut_copper_slab", - "oxidizedcutcostep": "oxidized_cut_copper_slab", - "oxyccohalfblock": "oxidized_cut_copper_slab", - "oxyccophalfblock": "oxidized_cut_copper_slab", - "oxyccopperhalfblock": "oxidized_cut_copper_slab", - "oxyccoppersl": "oxidized_cut_copper_slab", - "oxyccopperslab": "oxidized_cut_copper_slab", - "oxyccopperstep": "oxidized_cut_copper_slab", - "oxyccopsl": "oxidized_cut_copper_slab", - "oxyccopslab": "oxidized_cut_copper_slab", - "oxyccopstep": "oxidized_cut_copper_slab", - "oxyccosl": "oxidized_cut_copper_slab", - "oxyccoslab": "oxidized_cut_copper_slab", - "oxyccostep": "oxidized_cut_copper_slab", - "oxycutcohalfblock": "oxidized_cut_copper_slab", - "oxycutcophalfblock": "oxidized_cut_copper_slab", - "oxycutcopperhalfblock": "oxidized_cut_copper_slab", - "oxycutcoppersl": "oxidized_cut_copper_slab", - "oxycutcopperslab": "oxidized_cut_copper_slab", - "oxycutcopperstep": "oxidized_cut_copper_slab", - "oxycutcopsl": "oxidized_cut_copper_slab", - "oxycutcopslab": "oxidized_cut_copper_slab", - "oxycutcopstep": "oxidized_cut_copper_slab", - "oxycutcosl": "oxidized_cut_copper_slab", - "oxycutcoslab": "oxidized_cut_copper_slab", - "oxycutcostep": "oxidized_cut_copper_slab", - "oxidized_cut_copper_stairs": { - "material": "OXIDIZED_CUT_COPPER_STAIRS" - }, - "coxicopperstair": "oxidized_cut_copper_stairs", - "coxicopperstairs": "oxidized_cut_copper_stairs", - "coxicopstair": "oxidized_cut_copper_stairs", - "coxicopstairs": "oxidized_cut_copper_stairs", - "coxicostair": "oxidized_cut_copper_stairs", - "coxicostairs": "oxidized_cut_copper_stairs", - "coxidisedcopperstair": "oxidized_cut_copper_stairs", - "coxidisedcopperstairs": "oxidized_cut_copper_stairs", - "coxidisedcopstair": "oxidized_cut_copper_stairs", - "coxidisedcopstairs": "oxidized_cut_copper_stairs", - "coxidisedcostair": "oxidized_cut_copper_stairs", - "coxidisedcostairs": "oxidized_cut_copper_stairs", - "coxidizedcopperstair": "oxidized_cut_copper_stairs", - "coxidizedcopperstairs": "oxidized_cut_copper_stairs", - "coxidizedcopstair": "oxidized_cut_copper_stairs", - "coxidizedcopstairs": "oxidized_cut_copper_stairs", - "coxidizedcostair": "oxidized_cut_copper_stairs", - "coxidizedcostairs": "oxidized_cut_copper_stairs", - "coxycopperstair": "oxidized_cut_copper_stairs", - "coxycopperstairs": "oxidized_cut_copper_stairs", - "coxycopstair": "oxidized_cut_copper_stairs", - "coxycopstairs": "oxidized_cut_copper_stairs", - "coxycostair": "oxidized_cut_copper_stairs", - "coxycostairs": "oxidized_cut_copper_stairs", - "cutoxicopperstair": "oxidized_cut_copper_stairs", - "cutoxicopperstairs": "oxidized_cut_copper_stairs", - "cutoxicopstair": "oxidized_cut_copper_stairs", - "cutoxicopstairs": "oxidized_cut_copper_stairs", - "cutoxicostair": "oxidized_cut_copper_stairs", - "cutoxicostairs": "oxidized_cut_copper_stairs", - "cutoxidisedcopperstair": "oxidized_cut_copper_stairs", - "cutoxidisedcopperstairs": "oxidized_cut_copper_stairs", - "cutoxidisedcopstair": "oxidized_cut_copper_stairs", - "cutoxidisedcopstairs": "oxidized_cut_copper_stairs", - "cutoxidisedcostair": "oxidized_cut_copper_stairs", - "cutoxidisedcostairs": "oxidized_cut_copper_stairs", - "cutoxidizedcopperstair": "oxidized_cut_copper_stairs", - "cutoxidizedcopperstairs": "oxidized_cut_copper_stairs", - "cutoxidizedcopstair": "oxidized_cut_copper_stairs", - "cutoxidizedcopstairs": "oxidized_cut_copper_stairs", - "cutoxidizedcostair": "oxidized_cut_copper_stairs", - "cutoxidizedcostairs": "oxidized_cut_copper_stairs", - "cutoxycopperstair": "oxidized_cut_copper_stairs", - "cutoxycopperstairs": "oxidized_cut_copper_stairs", - "cutoxycopstair": "oxidized_cut_copper_stairs", - "cutoxycopstairs": "oxidized_cut_copper_stairs", - "cutoxycostair": "oxidized_cut_copper_stairs", - "cutoxycostairs": "oxidized_cut_copper_stairs", - "minecraft:oxidized_cut_copper_stairs": "oxidized_cut_copper_stairs", - "oxiccopperstair": "oxidized_cut_copper_stairs", - "oxiccopperstairs": "oxidized_cut_copper_stairs", - "oxiccopstair": "oxidized_cut_copper_stairs", - "oxiccopstairs": "oxidized_cut_copper_stairs", - "oxiccostair": "oxidized_cut_copper_stairs", - "oxiccostairs": "oxidized_cut_copper_stairs", - "oxicutcopperstair": "oxidized_cut_copper_stairs", - "oxicutcopperstairs": "oxidized_cut_copper_stairs", - "oxicutcopstair": "oxidized_cut_copper_stairs", - "oxicutcopstairs": "oxidized_cut_copper_stairs", - "oxicutcostair": "oxidized_cut_copper_stairs", - "oxicutcostairs": "oxidized_cut_copper_stairs", - "oxidisedccopperstair": "oxidized_cut_copper_stairs", - "oxidisedccopperstairs": "oxidized_cut_copper_stairs", - "oxidisedccopstair": "oxidized_cut_copper_stairs", - "oxidisedccopstairs": "oxidized_cut_copper_stairs", - "oxidisedccostair": "oxidized_cut_copper_stairs", - "oxidisedccostairs": "oxidized_cut_copper_stairs", - "oxidisedcutcopperstair": "oxidized_cut_copper_stairs", - "oxidisedcutcopperstairs": "oxidized_cut_copper_stairs", - "oxidisedcutcopstair": "oxidized_cut_copper_stairs", - "oxidisedcutcopstairs": "oxidized_cut_copper_stairs", - "oxidisedcutcostair": "oxidized_cut_copper_stairs", - "oxidisedcutcostairs": "oxidized_cut_copper_stairs", - "oxidizedccopperstair": "oxidized_cut_copper_stairs", - "oxidizedccopperstairs": "oxidized_cut_copper_stairs", - "oxidizedccopstair": "oxidized_cut_copper_stairs", - "oxidizedccopstairs": "oxidized_cut_copper_stairs", - "oxidizedccostair": "oxidized_cut_copper_stairs", - "oxidizedccostairs": "oxidized_cut_copper_stairs", - "oxidizedcutcopperstair": "oxidized_cut_copper_stairs", - "oxidizedcutcopperstairs": "oxidized_cut_copper_stairs", - "oxidizedcutcopstair": "oxidized_cut_copper_stairs", - "oxidizedcutcopstairs": "oxidized_cut_copper_stairs", - "oxidizedcutcostair": "oxidized_cut_copper_stairs", - "oxidizedcutcostairs": "oxidized_cut_copper_stairs", - "oxyccopperstair": "oxidized_cut_copper_stairs", - "oxyccopperstairs": "oxidized_cut_copper_stairs", - "oxyccopstair": "oxidized_cut_copper_stairs", - "oxyccopstairs": "oxidized_cut_copper_stairs", - "oxyccostair": "oxidized_cut_copper_stairs", - "oxyccostairs": "oxidized_cut_copper_stairs", - "oxycutcopperstair": "oxidized_cut_copper_stairs", - "oxycutcopperstairs": "oxidized_cut_copper_stairs", - "oxycutcopstair": "oxidized_cut_copper_stairs", - "oxycutcopstairs": "oxidized_cut_copper_stairs", - "oxycutcostair": "oxidized_cut_copper_stairs", - "oxycutcostairs": "oxidized_cut_copper_stairs", - "packed_ice": { - "material": "PACKED_ICE" - }, - "minecraft:packed_ice": "packed_ice", - "packedice": "packed_ice", - "packed_mud": { - "material": "PACKED_MUD" - }, - "minecraft:packed_mud": "packed_mud", - "packedmud": "packed_mud", - "packedmudb": "packed_mud", - "packedmudbl": "packed_mud", - "packedmudblock": "packed_mud", - "packmud": "packed_mud", - "packmudb": "packed_mud", - "packmudbl": "packed_mud", - "packmudblock": "packed_mud", - "painting": { - "material": "PAINTING" - }, - "minecraft:painting": "painting", - "panda_spawn_egg": { - "material": "PANDA_SPAWN_EGG" - }, - "eggpanda": "panda_spawn_egg", - "minecraft:panda_spawn_egg": "panda_spawn_egg", - "pandaegg": "panda_spawn_egg", - "pandasegg": "panda_spawn_egg", - "pandaspawn": "panda_spawn_egg", - "pandaspawnegg": "panda_spawn_egg", - "seggpanda": "panda_spawn_egg", - "spawneggpanda": "panda_spawn_egg", - "spawnpanda": "panda_spawn_egg", - "panda_spawner": { - "entity": "PANDA", - "material": "SPAWNER" - }, - "pandacage": "panda_spawner", - "pandamcage": "panda_spawner", - "pandamobcage": "panda_spawner", - "pandamobspawner": "panda_spawner", - "pandamonstercage": "panda_spawner", - "pandamonsterspawner": "panda_spawner", - "pandamspawner": "panda_spawner", - "pandaspawner": "panda_spawner", - "paper": { - "material": "PAPER" - }, - "minecraft:paper": "paper", - "parrot_spawn_egg": { - "material": "PARROT_SPAWN_EGG" - }, - "eggparrot": "parrot_spawn_egg", - "minecraft:parrot_spawn_egg": "parrot_spawn_egg", - "parrotegg": "parrot_spawn_egg", - "parrotsegg": "parrot_spawn_egg", - "parrotspawn": "parrot_spawn_egg", - "parrotspawnegg": "parrot_spawn_egg", - "seggparrot": "parrot_spawn_egg", - "spawneggparrot": "parrot_spawn_egg", - "spawnparrot": "parrot_spawn_egg", - "parrot_spawner": { - "entity": "PARROT", - "material": "SPAWNER" - }, - "parrotcage": "parrot_spawner", - "parrotmcage": "parrot_spawner", - "parrotmobcage": "parrot_spawner", - "parrotmobspawner": "parrot_spawner", - "parrotmonstercage": "parrot_spawner", - "parrotmonsterspawner": "parrot_spawner", - "parrotmspawner": "parrot_spawner", - "parrotspawner": "parrot_spawner", - "pearlescent_froglight": { - "material": "PEARLESCENT_FROGLIGHT" - }, - "minecraft:pearlescent_froglight": "pearlescent_froglight", - "pearlescentfroglight": "pearlescent_froglight", - "pearlfroglight": "pearlescent_froglight", - "pearllight": "pearlescent_froglight", - "pfroglight": "pearlescent_froglight", - "plight": "pearlescent_froglight", - "peony": { - "material": "PEONY" - }, - "minecraft:peony": "peony", - "petrified_oak_slab": { - "material": "PETRIFIED_OAK_SLAB" - }, - "minecraft:petrified_oak_slab": "petrified_oak_slab", - "petrifiedoakslab": "petrified_oak_slab", - "phantom_membrane": { - "material": "PHANTOM_MEMBRANE" - }, - "membrane": "phantom_membrane", - "minecraft:phantom_membrane": "phantom_membrane", - "phantommembrane": "phantom_membrane", - "phmembrane": "phantom_membrane", - "pmembrane": "phantom_membrane", - "superduperelytrarepairkit": "phantom_membrane", - "phantom_spawn_egg": { - "material": "PHANTOM_SPAWN_EGG" - }, - "eggphantom": "phantom_spawn_egg", - "minecraft:phantom_spawn_egg": "phantom_spawn_egg", - "phantomegg": "phantom_spawn_egg", - "phantomsegg": "phantom_spawn_egg", - "phantomspawn": "phantom_spawn_egg", - "phantomspawnegg": "phantom_spawn_egg", - "seggphantom": "phantom_spawn_egg", - "spawneggphantom": "phantom_spawn_egg", - "spawnphantom": "phantom_spawn_egg", - "phantom_spawner": { - "entity": "PHANTOM", - "material": "SPAWNER" - }, - "phantomcage": "phantom_spawner", - "phantommcage": "phantom_spawner", - "phantommobcage": "phantom_spawner", - "phantommobspawner": "phantom_spawner", - "phantommonstercage": "phantom_spawner", - "phantommonsterspawner": "phantom_spawner", - "phantommspawner": "phantom_spawner", - "phantomspawner": "phantom_spawner", - "pig_spawn_egg": { - "material": "PIG_SPAWN_EGG" - }, - "eggpig": "pig_spawn_egg", - "minecraft:pig_spawn_egg": "pig_spawn_egg", - "pigegg": "pig_spawn_egg", - "pigsegg": "pig_spawn_egg", - "pigspawn": "pig_spawn_egg", - "pigspawnegg": "pig_spawn_egg", - "seggpig": "pig_spawn_egg", - "spawneggpig": "pig_spawn_egg", - "spawnpig": "pig_spawn_egg", - "pig_spawner": { - "entity": "PIG", - "material": "SPAWNER" - }, - "pigcage": "pig_spawner", - "pigmcage": "piglin_spawner", - "pigmobcage": "pig_spawner", - "pigmobspawner": "pig_spawner", - "pigmonstercage": "pig_spawner", - "pigmonsterspawner": "pig_spawner", - "pigmspawner": "piglin_spawner", - "pigspawner": "pig_spawner", - "piglin_banner_pattern": { - "material": "PIGLIN_BANNER_PATTERN" - }, - "minecraft:piglin_banner_pattern": "piglin_banner_pattern", - "piglinbannerpattern": "piglin_banner_pattern", - "piglin_brute_spawn_egg": { - "material": "PIGLIN_BRUTE_SPAWN_EGG" - }, - "eggmeaniepiglin": "piglin_brute_spawn_egg", - "eggpigbr": "piglin_brute_spawn_egg", - "eggpigbrute": "piglin_brute_spawn_egg", - "eggpiglin_brute": "piglin_brute_spawn_egg", - "eggpiglinbr": "piglin_brute_spawn_egg", - "meaniepiglinegg": "piglin_brute_spawn_egg", - "meaniepiglinsegg": "piglin_brute_spawn_egg", - "meaniepiglinspawn": "piglin_brute_spawn_egg", - "meaniepiglinspawnegg": "piglin_brute_spawn_egg", - "minecraft:piglin_brute_spawn_egg": "piglin_brute_spawn_egg", - "pigbregg": "piglin_brute_spawn_egg", - "pigbrsegg": "piglin_brute_spawn_egg", - "pigbrspawn": "piglin_brute_spawn_egg", - "pigbrspawnegg": "piglin_brute_spawn_egg", - "pigbruteegg": "piglin_brute_spawn_egg", - "pigbrutesegg": "piglin_brute_spawn_egg", - "pigbrutespawn": "piglin_brute_spawn_egg", - "pigbrutespawnegg": "piglin_brute_spawn_egg", - "piglin_bruteegg": "piglin_brute_spawn_egg", - "piglin_brutesegg": "piglin_brute_spawn_egg", - "piglin_brutespawn": "piglin_brute_spawn_egg", - "piglin_brutespawnegg": "piglin_brute_spawn_egg", - "piglinbregg": "piglin_brute_spawn_egg", - "piglinbrsegg": "piglin_brute_spawn_egg", - "piglinbrspawn": "piglin_brute_spawn_egg", - "piglinbrspawnegg": "piglin_brute_spawn_egg", - "piglinbrutespawnegg": "piglin_brute_spawn_egg", - "seggmeaniepiglin": "piglin_brute_spawn_egg", - "seggpigbr": "piglin_brute_spawn_egg", - "seggpigbrute": "piglin_brute_spawn_egg", - "seggpiglin_brute": "piglin_brute_spawn_egg", - "seggpiglinbr": "piglin_brute_spawn_egg", - "spawneggmeaniepiglin": "piglin_brute_spawn_egg", - "spawneggpigbr": "piglin_brute_spawn_egg", - "spawneggpigbrute": "piglin_brute_spawn_egg", - "spawneggpiglin_brute": "piglin_brute_spawn_egg", - "spawneggpiglinbr": "piglin_brute_spawn_egg", - "spawnmeaniepiglin": "piglin_brute_spawn_egg", - "spawnpigbr": "piglin_brute_spawn_egg", - "spawnpigbrute": "piglin_brute_spawn_egg", - "spawnpiglin_brute": "piglin_brute_spawn_egg", - "spawnpiglinbr": "piglin_brute_spawn_egg", - "piglin_brute_spawner": { - "entity": "PIGLIN_BRUTE", - "material": "SPAWNER" - }, - "meaniepiglincage": "piglin_brute_spawner", - "meaniepiglinmcage": "piglin_brute_spawner", - "meaniepiglinmobcage": "piglin_brute_spawner", - "meaniepiglinmobspawner": "piglin_brute_spawner", - "meaniepiglinmonstercage": "piglin_brute_spawner", - "meaniepiglinmonsterspawner": "piglin_brute_spawner", - "meaniepiglinmspawner": "piglin_brute_spawner", - "meaniepiglinspawner": "piglin_brute_spawner", - "pigbrcage": "piglin_brute_spawner", - "pigbrmcage": "piglin_brute_spawner", - "pigbrmobcage": "piglin_brute_spawner", - "pigbrmobspawner": "piglin_brute_spawner", - "pigbrmonstercage": "piglin_brute_spawner", - "pigbrmonsterspawner": "piglin_brute_spawner", - "pigbrmspawner": "piglin_brute_spawner", - "pigbrspawner": "piglin_brute_spawner", - "pigbrutecage": "piglin_brute_spawner", - "pigbrutemcage": "piglin_brute_spawner", - "pigbrutemobcage": "piglin_brute_spawner", - "pigbrutemobspawner": "piglin_brute_spawner", - "pigbrutemonstercage": "piglin_brute_spawner", - "pigbrutemonsterspawner": "piglin_brute_spawner", - "pigbrutemspawner": "piglin_brute_spawner", - "pigbrutespawner": "piglin_brute_spawner", - "piglin_brutecage": "piglin_brute_spawner", - "piglin_brutemcage": "piglin_brute_spawner", - "piglin_brutemobcage": "piglin_brute_spawner", - "piglin_brutemobspawner": "piglin_brute_spawner", - "piglin_brutemonstercage": "piglin_brute_spawner", - "piglin_brutemonsterspawner": "piglin_brute_spawner", - "piglin_brutemspawner": "piglin_brute_spawner", - "piglin_brutespawner": "piglin_brute_spawner", - "piglinbrcage": "piglin_brute_spawner", - "piglinbrmcage": "piglin_brute_spawner", - "piglinbrmobcage": "piglin_brute_spawner", - "piglinbrmobspawner": "piglin_brute_spawner", - "piglinbrmonstercage": "piglin_brute_spawner", - "piglinbrmonsterspawner": "piglin_brute_spawner", - "piglinbrmspawner": "piglin_brute_spawner", - "piglinbrspawner": "piglin_brute_spawner", - "piglin_head": { - "material": "PIGLIN_HEAD" - }, - "minecraft:piglin_head": "piglin_head", - "piglinhead": "piglin_head", - "piglin_spawn_egg": { - "material": "PIGLIN_SPAWN_EGG" - }, - "eggpiglin": "piglin_spawn_egg", - "eggpigm": "piglin_spawn_egg", - "eggpigman": "piglin_spawn_egg", - "eggpigmen": "piglin_spawn_egg", - "eggpman": "piglin_spawn_egg", - "minecraft:piglin_spawn_egg": "piglin_spawn_egg", - "piglinegg": "piglin_spawn_egg", - "piglinsegg": "piglin_spawn_egg", - "piglinspawn": "piglin_spawn_egg", - "piglinspawnegg": "piglin_spawn_egg", - "pigmanegg": "piglin_spawn_egg", - "pigmansegg": "piglin_spawn_egg", - "pigmanspawn": "piglin_spawn_egg", - "pigmanspawnegg": "piglin_spawn_egg", - "pigmegg": "piglin_spawn_egg", - "pigmenegg": "piglin_spawn_egg", - "pigmensegg": "piglin_spawn_egg", - "pigmenspawn": "piglin_spawn_egg", - "pigmenspawnegg": "piglin_spawn_egg", - "pigmsegg": "piglin_spawn_egg", - "pigmspawn": "piglin_spawn_egg", - "pigmspawnegg": "piglin_spawn_egg", - "pmanegg": "piglin_spawn_egg", - "pmansegg": "piglin_spawn_egg", - "pmanspawn": "piglin_spawn_egg", - "pmanspawnegg": "piglin_spawn_egg", - "seggpiglin": "piglin_spawn_egg", - "seggpigm": "piglin_spawn_egg", - "seggpigman": "piglin_spawn_egg", - "seggpigmen": "piglin_spawn_egg", - "seggpman": "piglin_spawn_egg", - "spawneggpiglin": "piglin_spawn_egg", - "spawneggpigm": "piglin_spawn_egg", - "spawneggpigman": "piglin_spawn_egg", - "spawneggpigmen": "piglin_spawn_egg", - "spawneggpman": "piglin_spawn_egg", - "spawnpiglin": "piglin_spawn_egg", - "spawnpigm": "piglin_spawn_egg", - "spawnpigman": "piglin_spawn_egg", - "spawnpigmen": "piglin_spawn_egg", - "spawnpman": "piglin_spawn_egg", - "piglin_spawner": { - "entity": "PIGLIN", - "material": "SPAWNER" - }, - "piglincage": "piglin_spawner", - "piglinmcage": "piglin_spawner", - "piglinmobcage": "piglin_spawner", - "piglinmobspawner": "piglin_spawner", - "piglinmonstercage": "piglin_spawner", - "piglinmonsterspawner": "piglin_spawner", - "piglinmspawner": "piglin_spawner", - "piglinspawner": "piglin_spawner", - "pigmancage": "piglin_spawner", - "pigmanmcage": "piglin_spawner", - "pigmanmobcage": "piglin_spawner", - "pigmanmobspawner": "piglin_spawner", - "pigmanmonstercage": "piglin_spawner", - "pigmanmonsterspawner": "piglin_spawner", - "pigmanmspawner": "piglin_spawner", - "pigmanspawner": "piglin_spawner", - "pigmencage": "piglin_spawner", - "pigmenmcage": "piglin_spawner", - "pigmenmobcage": "piglin_spawner", - "pigmenmobspawner": "piglin_spawner", - "pigmenmonstercage": "piglin_spawner", - "pigmenmonsterspawner": "piglin_spawner", - "pigmenmspawner": "piglin_spawner", - "pigmenspawner": "piglin_spawner", - "pigmmcage": "piglin_spawner", - "pigmmobcage": "piglin_spawner", - "pigmmobspawner": "piglin_spawner", - "pigmmonstercage": "piglin_spawner", - "pigmmonsterspawner": "piglin_spawner", - "pigmmspawner": "piglin_spawner", - "pmancage": "piglin_spawner", - "pmanmcage": "piglin_spawner", - "pmanmobcage": "piglin_spawner", - "pmanmobspawner": "piglin_spawner", - "pmanmonstercage": "piglin_spawner", - "pmanmonsterspawner": "piglin_spawner", - "pmanmspawner": "piglin_spawner", - "pmanspawner": "piglin_spawner", - "pillager_spawn_egg": { - "material": "PILLAGER_SPAWN_EGG" - }, - "eggpillager": "pillager_spawn_egg", - "minecraft:pillager_spawn_egg": "pillager_spawn_egg", - "pillageregg": "pillager_spawn_egg", - "pillagersegg": "pillager_spawn_egg", - "pillagerspawn": "pillager_spawn_egg", - "pillagerspawnegg": "pillager_spawn_egg", - "seggpillager": "pillager_spawn_egg", - "spawneggpillager": "pillager_spawn_egg", - "spawnpillager": "pillager_spawn_egg", - "pillager_spawner": { - "entity": "PILLAGER", - "material": "SPAWNER" - }, - "pillagercage": "pillager_spawner", - "pillagermcage": "pillager_spawner", - "pillagermobcage": "pillager_spawner", - "pillagermobspawner": "pillager_spawner", - "pillagermonstercage": "pillager_spawner", - "pillagermonsterspawner": "pillager_spawner", - "pillagermspawner": "pillager_spawner", - "pillagerspawner": "pillager_spawner", - "pink_banner": { - "material": "PINK_BANNER" - }, - "minecraft:pink_banner": "pink_banner", - "pibanner": "pink_banner", - "pinkbanner": "pink_banner", - "pink_bed": { - "material": "PINK_BED" - }, - "minecraft:pink_bed": "pink_bed", - "pibed": "pink_bed", - "pinkbed": "pink_bed", - "pink_candle": { - "material": "PINK_CANDLE" - }, - "minecraft:pink_candle": "pink_candle", - "picandle": "pink_candle", - "pinkcandle": "pink_candle", - "pink_carpet": { - "material": "PINK_CARPET" - }, - "minecraft:pink_carpet": "pink_carpet", - "picarpet": "pink_carpet", - "pifloor": "pink_carpet", - "pinkcarpet": "pink_carpet", - "pinkfloor": "pink_carpet", - "pink_concrete": { - "material": "PINK_CONCRETE" - }, - "minecraft:pink_concrete": "pink_concrete", - "piconcrete": "pink_concrete", - "pinkconcrete": "pink_concrete", - "pink_concrete_powder": { - "material": "PINK_CONCRETE_POWDER" - }, - "minecraft:pink_concrete_powder": "pink_concrete_powder", - "picdust": "pink_concrete_powder", - "piconcretepowder": "pink_concrete_powder", - "piconcretesand": "pink_concrete_powder", - "picp": "pink_concrete_powder", - "picpowder": "pink_concrete_powder", - "pinkcdust": "pink_concrete_powder", - "pinkconcretepowder": "pink_concrete_powder", - "pinkconcretesand": "pink_concrete_powder", - "pinkcp": "pink_concrete_powder", - "pinkcpowder": "pink_concrete_powder", - "pink_dye": { - "material": "PINK_DYE" - }, - "minecraft:pink_dye": "pink_dye", - "pidye": "pink_dye", - "pinkdye": "pink_dye", - "pink_glazed_terracotta": { - "material": "PINK_GLAZED_TERRACOTTA" - }, - "minecraft:pink_glazed_terracotta": "pink_glazed_terracotta", - "piglazedtcota": "pink_glazed_terracotta", - "piglazedterra": "pink_glazed_terracotta", - "piglazedterracota": "pink_glazed_terracotta", - "piglazedterracotta": "pink_glazed_terracotta", - "pigtcotta": "pink_glazed_terracotta", - "pigterra": "pink_glazed_terracotta", - "pinkglazedtcota": "pink_glazed_terracotta", - "pinkglazedterra": "pink_glazed_terracotta", - "pinkglazedterracota": "pink_glazed_terracotta", - "pinkglazedterracotta": "pink_glazed_terracotta", - "pinkgtcotta": "pink_glazed_terracotta", - "pinkgterra": "pink_glazed_terracotta", - "pink_petals": { - "material": "PINK_PETALS" - }, - "minecraft:pink_petals": "pink_petals", - "pinkpetals": "pink_petals", - "pink_shulker_box": { - "material": "PINK_SHULKER_BOX" - }, - "minecraft:pink_shulker_box": "pink_shulker_box", - "pinksbox": "pink_shulker_box", - "pinkshulkerbox": "pink_shulker_box", - "pisbox": "pink_shulker_box", - "pishulkerbox": "pink_shulker_box", - "pink_stained_glass": { - "material": "PINK_STAINED_GLASS" - }, - "minecraft:pink_stained_glass": "pink_stained_glass", - "piglass": "pink_stained_glass", - "pinkglass": "pink_stained_glass", - "pinksglass": "pink_stained_glass", - "pinkstainedglass": "pink_stained_glass", - "pisglass": "pink_stained_glass", - "pistainedglass": "pink_stained_glass", - "pink_stained_glass_pane": { - "material": "PINK_STAINED_GLASS_PANE" - }, - "minecraft:pink_stained_glass_pane": "pink_stained_glass_pane", - "piglasspane": "pink_stained_glass_pane", - "pigpane": "pink_stained_glass_pane", - "pinkglasspane": "pink_stained_glass_pane", - "pinkgpane": "pink_stained_glass_pane", - "pinksglasspane": "pink_stained_glass_pane", - "pinkstainedglasspane": "pink_stained_glass_pane", - "pisglasspane": "pink_stained_glass_pane", - "pistainedglasspane": "pink_stained_glass_pane", - "pink_terracotta": { - "material": "PINK_TERRACOTTA" - }, - "minecraft:pink_terracotta": "pink_terracotta", - "piclay": "pink_terracotta", - "pinkclay": "pink_terracotta", - "pinksclay": "pink_terracotta", - "pinkstainedclay": "pink_terracotta", - "pinktcota": "pink_terracotta", - "pinkterra": "pink_terracotta", - "pinkterracota": "pink_terracotta", - "pinkterracotta": "pink_terracotta", - "pisclay": "pink_terracotta", - "pistainedclay": "pink_terracotta", - "pitcota": "pink_terracotta", - "piterra": "pink_terracotta", - "piterracota": "pink_terracotta", - "piterracotta": "pink_terracotta", - "pink_tulip": { - "material": "PINK_TULIP" - }, - "minecraft:pink_tulip": "pink_tulip", - "pinktulip": "pink_tulip", - "ptulip": "pink_tulip", - "tulipp": "pink_tulip", - "tulippink": "pink_tulip", - "pink_wool": { - "material": "PINK_WOOL" - }, - "minecraft:pink_wool": "pink_wool", - "picloth": "pink_wool", - "picotton": "pink_wool", - "pinkcloth": "pink_wool", - "pinkcotton": "pink_wool", - "pinkwool": "pink_wool", - "piwool": "pink_wool", - "piston": { - "material": "PISTON" - }, - "minecraft:piston": "piston", - "pitcher_plant": { - "material": "PITCHER_PLANT" - }, - "minecraft:pitcher_plant": "pitcher_plant", - "pitcherplant": "pitcher_plant", - "pitcher_pod": { - "material": "PITCHER_POD" - }, - "minecraft:pitcher_pod": "pitcher_pod", - "pitcherpod": "pitcher_pod", - "player_head": { - "material": "PLAYER_HEAD" - }, - "minecraft:player_head": "player_head", - "playerhead": "player_head", - "plenty_pottery_sherd": { - "material": "PLENTY_POTTERY_SHERD" - }, - "minecraft:plenty_pottery_sherd": "plenty_pottery_sherd", - "plentypotterysherd": "plenty_pottery_sherd", - "plentysherd": "plenty_pottery_sherd", - "podzol": { - "material": "PODZOL" - }, - "minecraft:podzol": "podzol", - "pointed_dripstone": { - "material": "POINTED_DRIPSTONE" - }, - "hangingdrip": "pointed_dripstone", - "hangingdripstone": "pointed_dripstone", - "minecraft:pointed_dripstone": "pointed_dripstone", - "pdrip": "pointed_dripstone", - "pdripstone": "pointed_dripstone", - "pointdrip": "pointed_dripstone", - "pointdripstone": "pointed_dripstone", - "pointeddrip": "pointed_dripstone", - "pointeddripstone": "pointed_dripstone", - "spikydrip": "pointed_dripstone", - "spikydripstone": "pointed_dripstone", - "poison_lingering_potion": { - "potionData": { - "type": "POISON", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "acidaoepoiont": "poison_lingering_potion", - "acidaoepot": "poison_lingering_potion", - "acidareapot": "poison_lingering_potion", - "acidareapotion": "poison_lingering_potion", - "acidcloudpot": "poison_lingering_potion", - "acidcloudpotion": "poison_lingering_potion", - "acidlingerpot": "poison_lingering_potion", - "aoepotacid": "poison_lingering_potion", - "aoepotionacid": "poison_lingering_potion", - "aoepotionp": "poison_lingering_potion", - "aoepotionpoison": "poison_lingering_potion", - "aoepotp": "poison_lingering_potion", - "aoepotpoison": "poison_lingering_potion", - "areapotacid": "poison_lingering_potion", - "areapotionacid": "poison_lingering_potion", - "areapotionp": "poison_lingering_potion", - "areapotionpoison": "poison_lingering_potion", - "areapotp": "poison_lingering_potion", - "areapotpoison": "poison_lingering_potion", - "cloudpotacid": "poison_lingering_potion", - "cloudpotionacid": "poison_lingering_potion", - "cloudpotionp": "poison_lingering_potion", - "cloudpotionpoison": "poison_lingering_potion", - "cloudpotp": "poison_lingering_potion", - "cloudpotpoison": "poison_lingering_potion", - "lingerpotacid": "poison_lingering_potion", - "lingerpotp": "poison_lingering_potion", - "lingerpotpoison": "poison_lingering_potion", - "paoepoiont": "poison_lingering_potion", - "paoepot": "poison_lingering_potion", - "pareapot": "poison_lingering_potion", - "pareapotion": "poison_lingering_potion", - "pcloudpot": "poison_lingering_potion", - "pcloudpotion": "poison_lingering_potion", - "plingerpot": "poison_lingering_potion", - "poisonaoepoiont": "poison_lingering_potion", - "poisonaoepot": "poison_lingering_potion", - "poisonareapot": "poison_lingering_potion", - "poisonareapotion": "poison_lingering_potion", - "poisoncloudpot": "poison_lingering_potion", - "poisoncloudpotion": "poison_lingering_potion", - "poisonlingerpot": "poison_lingering_potion", - "poison_potion": { - "potionData": { - "type": "POISON", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "acidpot": "poison_potion", - "acidpotion": "poison_potion", - "poisonpot": "poison_potion", - "poisonpotion": "poison_potion", - "potionofacid": "poison_potion", - "potionofp": "poison_potion", - "potionofpoison": "poison_potion", - "potofacid": "poison_potion", - "potofp": "poison_potion", - "potofpoison": "poison_potion", - "ppot": "poison_potion", - "ppotion": "poison_potion", - "poison_splash_potion": { - "potionData": { - "type": "POISON", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "acidsplashpot": "poison_splash_potion", - "acidsplashpotion": "poison_splash_potion", - "poisonsplashpot": "poison_splash_potion", - "poisonsplashpotion": "poison_splash_potion", - "psplashpot": "poison_splash_potion", - "psplashpotion": "poison_splash_potion", - "splacidpot": "poison_splash_potion", - "splacidpotion": "poison_splash_potion", - "splashacidpot": "poison_splash_potion", - "splashacidpotion": "poison_splash_potion", - "splashpoisonpot": "poison_splash_potion", - "splashpoisonpotion": "poison_splash_potion", - "splashppot": "poison_splash_potion", - "splashppotion": "poison_splash_potion", - "splpoisonpot": "poison_splash_potion", - "splpoisonpotion": "poison_splash_potion", - "splppot": "poison_splash_potion", - "splppotion": "poison_splash_potion", - "poison_tipped_arrow": { - "potionData": { - "type": "POISON", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "acidarrow": "poison_tipped_arrow", - "acidtarr": "poison_tipped_arrow", - "acidtarrow": "poison_tipped_arrow", - "acidtippedarrow": "poison_tipped_arrow", - "arrowacid": "poison_tipped_arrow", - "arrowp": "poison_tipped_arrow", - "arrowpoison": "poison_tipped_arrow", - "parrow": "poison_tipped_arrow", - "poisonarrow": "poison_tipped_arrow", - "poisontarr": "poison_tipped_arrow", - "poisontarrow": "poison_tipped_arrow", - "poisontippedarrow": "poison_tipped_arrow", - "ptarr": "poison_tipped_arrow", - "ptarrow": "poison_tipped_arrow", - "ptippedarrow": "poison_tipped_arrow", - "poisonous_potato": { - "material": "POISONOUS_POTATO" - }, - "minecraft:poisonous_potato": "poisonous_potato", - "poisonouspotato": "poisonous_potato", - "polar_bear_spawn_egg": { - "material": "POLAR_BEAR_SPAWN_EGG" - }, - "eggpolar": "polar_bear_spawn_egg", - "eggpolar_bear": "polar_bear_spawn_egg", - "minecraft:polar_bear_spawn_egg": "polar_bear_spawn_egg", - "polar_bearegg": "polar_bear_spawn_egg", - "polar_bearsegg": "polar_bear_spawn_egg", - "polar_bearspawn": "polar_bear_spawn_egg", - "polar_bearspawnegg": "polar_bear_spawn_egg", - "polarbearspawnegg": "polar_bear_spawn_egg", - "polaregg": "polar_bear_spawn_egg", - "polarsegg": "polar_bear_spawn_egg", - "polarspawn": "polar_bear_spawn_egg", - "polarspawnegg": "polar_bear_spawn_egg", - "seggpolar": "polar_bear_spawn_egg", - "seggpolar_bear": "polar_bear_spawn_egg", - "spawneggpolar": "polar_bear_spawn_egg", - "spawneggpolar_bear": "polar_bear_spawn_egg", - "spawnpolar": "polar_bear_spawn_egg", - "spawnpolar_bear": "polar_bear_spawn_egg", - "polar_bear_spawner": { - "entity": "POLAR_BEAR", - "material": "SPAWNER" - }, - "polar_bearcage": "polar_bear_spawner", - "polar_bearmcage": "polar_bear_spawner", - "polar_bearmobcage": "polar_bear_spawner", - "polar_bearmobspawner": "polar_bear_spawner", - "polar_bearmonstercage": "polar_bear_spawner", - "polar_bearmonsterspawner": "polar_bear_spawner", - "polar_bearmspawner": "polar_bear_spawner", - "polar_bearspawner": "polar_bear_spawner", - "polarcage": "polar_bear_spawner", - "polarmcage": "polar_bear_spawner", - "polarmobcage": "polar_bear_spawner", - "polarmobspawner": "polar_bear_spawner", - "polarmonstercage": "polar_bear_spawner", - "polarmonsterspawner": "polar_bear_spawner", - "polarmspawner": "polar_bear_spawner", - "polarspawner": "polar_bear_spawner", - "polished_andesite": { - "material": "POLISHED_ANDESITE" - }, - "minecraft:polished_andesite": "polished_andesite", - "pand": "polished_andesite", - "pandb": "polished_andesite", - "pandbl": "polished_andesite", - "pandblock": "polished_andesite", - "pandesite": "polished_andesite", - "pandesiteb": "polished_andesite", - "pandesitebl": "polished_andesite", - "pandesiteblock": "polished_andesite", - "pandstone": "polished_andesite", - "pandstoneb": "polished_andesite", - "pandstonebl": "polished_andesite", - "pandstoneblock": "polished_andesite", - "pastone": "polished_andesite", - "pastoneb": "polished_andesite", - "pastonebl": "polished_andesite", - "pastoneblock": "polished_andesite", - "polishedand": "polished_andesite", - "polishedandb": "polished_andesite", - "polishedandbl": "polished_andesite", - "polishedandblock": "polished_andesite", - "polishedandesite": "polished_andesite", - "polishedandesiteb": "polished_andesite", - "polishedandesitebl": "polished_andesite", - "polishedandesiteblock": "polished_andesite", - "polishedandstone": "polished_andesite", - "polishedandstoneb": "polished_andesite", - "polishedandstonebl": "polished_andesite", - "polishedandstoneblock": "polished_andesite", - "polishedastone": "polished_andesite", - "polishedastoneb": "polished_andesite", - "polishedastonebl": "polished_andesite", - "polishedastoneblock": "polished_andesite", - "polished_andesite_slab": { - "material": "POLISHED_ANDESITE_SLAB" - }, - "minecraft:polished_andesite_slab": "polished_andesite_slab", - "pandesitehalfblock": "polished_andesite_slab", - "pandesitestep": "polished_andesite_slab", - "pandhalfblock": "polished_andesite_slab", - "pandstep": "polished_andesite_slab", - "pandstonehalfblock": "polished_andesite_slab", - "pandstonestep": "polished_andesite_slab", - "pastonehalfblock": "polished_andesite_slab", - "pastonestep": "polished_andesite_slab", - "polishedandesitehalfblock": "polished_andesite_slab", - "polishedandesiteslab": "polished_andesite_slab", - "polishedandesitestep": "polished_andesite_slab", - "polishedandhalfblock": "polished_andesite_slab", - "polishedandstep": "polished_andesite_slab", - "polishedandstonehalfblock": "polished_andesite_slab", - "polishedandstonestep": "polished_andesite_slab", - "polishedastonehalfblock": "polished_andesite_slab", - "polishedastonestep": "polished_andesite_slab", - "polished_andesite_stairs": { - "material": "POLISHED_ANDESITE_STAIRS" - }, - "minecraft:polished_andesite_stairs": "polished_andesite_stairs", - "pandesitestair": "polished_andesite_stairs", - "pandesitestairs": "polished_andesite_stairs", - "pandstair": "polished_andesite_stairs", - "pandstairs": "polished_andesite_stairs", - "pandstonestair": "polished_andesite_stairs", - "pandstonestairs": "polished_andesite_stairs", - "pastonestair": "polished_andesite_stairs", - "pastonestairs": "polished_andesite_stairs", - "polishedandesitestair": "polished_andesite_stairs", - "polishedandesitestairs": "polished_andesite_stairs", - "polishedandstair": "polished_andesite_stairs", - "polishedandstairs": "polished_andesite_stairs", - "polishedandstonestair": "polished_andesite_stairs", - "polishedandstonestairs": "polished_andesite_stairs", - "polishedastonestair": "polished_andesite_stairs", - "polishedastonestairs": "polished_andesite_stairs", - "polished_basalt": { - "material": "POLISHED_BASALT" - }, - "minecraft:polished_basalt": "polished_basalt", - "pbasalt": "polished_basalt", - "pbasaltb": "polished_basalt", - "pbasaltbl": "polished_basalt", - "pbasaltblock": "polished_basalt", - "pbasaltst": "polished_basalt", - "pbasaltstb": "polished_basalt", - "pbasaltstbl": "polished_basalt", - "pbasaltstblock": "polished_basalt", - "pbast": "polished_basalt", - "pbastb": "polished_basalt", - "pbastbl": "polished_basalt", - "pbastblock": "polished_basalt", - "polishedbasalt": "polished_basalt", - "polishedbasaltb": "polished_basalt", - "polishedbasaltbl": "polished_basalt", - "polishedbasaltblock": "polished_basalt", - "polishedbasaltst": "polished_basalt", - "polishedbasaltstb": "polished_basalt", - "polishedbasaltstbl": "polished_basalt", - "polishedbasaltstblock": "polished_basalt", - "polishedbast": "polished_basalt", - "polishedbastb": "polished_basalt", - "polishedbastbl": "polished_basalt", - "polishedbastblock": "polished_basalt", - "polished_blackstone": { - "material": "POLISHED_BLACKSTONE" - }, - "minecraft:polished_blackstone": "polished_blackstone", - "pblackstone": "polished_blackstone", - "pblackstoneb": "polished_blackstone", - "pblackstonebl": "polished_blackstone", - "pblackstoneblock": "polished_blackstone", - "pblst": "polished_blackstone", - "pblstb": "polished_blackstone", - "pblstbl": "polished_blackstone", - "pblstblock": "polished_blackstone", - "pblstone": "polished_blackstone", - "pblstoneb": "polished_blackstone", - "pblstonebl": "polished_blackstone", - "pblstoneblock": "polished_blackstone", - "polishedblackstone": "polished_blackstone", - "polishedblackstoneb": "polished_blackstone", - "polishedblackstonebl": "polished_blackstone", - "polishedblackstoneblock": "polished_blackstone", - "polishedblst": "polished_blackstone", - "polishedblstb": "polished_blackstone", - "polishedblstbl": "polished_blackstone", - "polishedblstblock": "polished_blackstone", - "polishedblstone": "polished_blackstone", - "polishedblstoneb": "polished_blackstone", - "polishedblstonebl": "polished_blackstone", - "polishedblstoneblock": "polished_blackstone", - "polished_blackstone_brick_slab": { - "material": "POLISHED_BLACKSTONE_BRICK_SLAB" - }, - "minecraft:polished_blackstone_brick_slab": "polished_blackstone_brick_slab", - "pblackstonebrickhalfblock": "polished_blackstone_brick_slab", - "pblackstonebrickstep": "polished_blackstone_brick_slab", - "pblstbrhalfblock": "polished_blackstone_brick_slab", - "pblstbrickhalfblock": "polished_blackstone_brick_slab", - "pblstbrickstep": "polished_blackstone_brick_slab", - "pblstbrstep": "polished_blackstone_brick_slab", - "pblstonebrhalfblock": "polished_blackstone_brick_slab", - "pblstonebrickhalfblock": "polished_blackstone_brick_slab", - "pblstonebrickstep": "polished_blackstone_brick_slab", - "pblstonebrstep": "polished_blackstone_brick_slab", - "polishedblackstonebrickhalfblock": "polished_blackstone_brick_slab", - "polishedblackstonebrickslab": "polished_blackstone_brick_slab", - "polishedblackstonebrickstep": "polished_blackstone_brick_slab", - "polishedblstbrhalfblock": "polished_blackstone_brick_slab", - "polishedblstbrickhalfblock": "polished_blackstone_brick_slab", - "polishedblstbrickstep": "polished_blackstone_brick_slab", - "polishedblstbrstep": "polished_blackstone_brick_slab", - "polishedblstonebrhalfblock": "polished_blackstone_brick_slab", - "polishedblstonebrickhalfblock": "polished_blackstone_brick_slab", - "polishedblstonebrickstep": "polished_blackstone_brick_slab", - "polishedblstonebrstep": "polished_blackstone_brick_slab", - "polished_blackstone_brick_stairs": { - "material": "POLISHED_BLACKSTONE_BRICK_STAIRS" - }, - "minecraft:polished_blackstone_brick_stairs": "polished_blackstone_brick_stairs", - "pblackstonebrickstair": "polished_blackstone_brick_stairs", - "pblackstonebrickstairs": "polished_blackstone_brick_stairs", - "pblstbrickstair": "polished_blackstone_brick_stairs", - "pblstbrickstairs": "polished_blackstone_brick_stairs", - "pblstbrstair": "polished_blackstone_brick_stairs", - "pblstbrstairs": "polished_blackstone_brick_stairs", - "pblstonebrickstair": "polished_blackstone_brick_stairs", - "pblstonebrickstairs": "polished_blackstone_brick_stairs", - "pblstonebrstair": "polished_blackstone_brick_stairs", - "pblstonebrstairs": "polished_blackstone_brick_stairs", - "polishedblackstonebrickstair": "polished_blackstone_brick_stairs", - "polishedblackstonebrickstairs": "polished_blackstone_brick_stairs", - "polishedblstbrickstair": "polished_blackstone_brick_stairs", - "polishedblstbrickstairs": "polished_blackstone_brick_stairs", - "polishedblstbrstair": "polished_blackstone_brick_stairs", - "polishedblstbrstairs": "polished_blackstone_brick_stairs", - "polishedblstonebrickstair": "polished_blackstone_brick_stairs", - "polishedblstonebrickstairs": "polished_blackstone_brick_stairs", - "polishedblstonebrstair": "polished_blackstone_brick_stairs", - "polishedblstonebrstairs": "polished_blackstone_brick_stairs", - "polished_blackstone_brick_wall": { - "material": "POLISHED_BLACKSTONE_BRICK_WALL" - }, - "minecraft:polished_blackstone_brick_wall": "polished_blackstone_brick_wall", - "pblackstonebrickwall": "polished_blackstone_brick_wall", - "pblstbrickwall": "polished_blackstone_brick_wall", - "pblstbrwall": "polished_blackstone_brick_wall", - "pblstonebrickwall": "polished_blackstone_brick_wall", - "pblstonebrwall": "polished_blackstone_brick_wall", - "polishedblackstonebrickwall": "polished_blackstone_brick_wall", - "polishedblstbrickwall": "polished_blackstone_brick_wall", - "polishedblstbrwall": "polished_blackstone_brick_wall", - "polishedblstonebrickwall": "polished_blackstone_brick_wall", - "polishedblstonebrwall": "polished_blackstone_brick_wall", - "wallpblackstonebrick": "polished_blackstone_brick_wall", - "wallpblstbr": "polished_blackstone_brick_wall", - "wallpblstbrick": "polished_blackstone_brick_wall", - "wallpblstonebr": "polished_blackstone_brick_wall", - "wallpblstonebrick": "polished_blackstone_brick_wall", - "wallpolishedblackstonebrick": "polished_blackstone_brick_wall", - "wallpolishedblstbr": "polished_blackstone_brick_wall", - "wallpolishedblstbrick": "polished_blackstone_brick_wall", - "wallpolishedblstonebr": "polished_blackstone_brick_wall", - "wallpolishedblstonebrick": "polished_blackstone_brick_wall", - "polished_blackstone_bricks": { - "material": "POLISHED_BLACKSTONE_BRICKS" - }, - "minecraft:polished_blackstone_bricks": "polished_blackstone_bricks", - "pblackstonebrick": "polished_blackstone_bricks", - "pblstbr": "polished_blackstone_bricks", - "pblstbrick": "polished_blackstone_bricks", - "pblstonebr": "polished_blackstone_bricks", - "pblstonebrick": "polished_blackstone_bricks", - "polishedblackstonebrick": "polished_blackstone_bricks", - "polishedblackstonebricks": "polished_blackstone_bricks", - "polishedblstbr": "polished_blackstone_bricks", - "polishedblstbrick": "polished_blackstone_bricks", - "polishedblstonebr": "polished_blackstone_bricks", - "polishedblstonebrick": "polished_blackstone_bricks", - "polished_blackstone_button": { - "material": "POLISHED_BLACKSTONE_BUTTON" - }, - "buttonpblackstone": "polished_blackstone_button", - "buttonpblst": "polished_blackstone_button", - "buttonpblstone": "polished_blackstone_button", - "buttonpolishedblackstone": "polished_blackstone_button", - "buttonpolishedblst": "polished_blackstone_button", - "buttonpolishedblstone": "polished_blackstone_button", - "minecraft:polished_blackstone_button": "polished_blackstone_button", - "pblackstonebutton": "polished_blackstone_button", - "pblstbutton": "polished_blackstone_button", - "pblstonebutton": "polished_blackstone_button", - "polishedblackstonebutton": "polished_blackstone_button", - "polishedblstbutton": "polished_blackstone_button", - "polishedblstonebutton": "polished_blackstone_button", - "polished_blackstone_pressure_plate": { - "material": "POLISHED_BLACKSTONE_PRESSURE_PLATE" - }, - "minecraft:polished_blackstone_pressure_plate": "polished_blackstone_pressure_plate", - "pblackstoneplate": "polished_blackstone_pressure_plate", - "pblackstonepplate": "polished_blackstone_pressure_plate", - "pblackstonepressplate": "polished_blackstone_pressure_plate", - "pblackstonepressureplate": "polished_blackstone_pressure_plate", - "pblstoneplate": "polished_blackstone_pressure_plate", - "pblstonepplate": "polished_blackstone_pressure_plate", - "pblstonepressplate": "polished_blackstone_pressure_plate", - "pblstonepressureplate": "polished_blackstone_pressure_plate", - "pblstplate": "polished_blackstone_pressure_plate", - "pblstpplate": "polished_blackstone_pressure_plate", - "pblstpressplate": "polished_blackstone_pressure_plate", - "pblstpressureplate": "polished_blackstone_pressure_plate", - "platepblackstone": "polished_blackstone_pressure_plate", - "platepblst": "polished_blackstone_pressure_plate", - "platepblstone": "polished_blackstone_pressure_plate", - "platepolishedblackstone": "polished_blackstone_pressure_plate", - "platepolishedblst": "polished_blackstone_pressure_plate", - "platepolishedblstone": "polished_blackstone_pressure_plate", - "polishedblackstoneplate": "polished_blackstone_pressure_plate", - "polishedblackstonepplate": "polished_blackstone_pressure_plate", - "polishedblackstonepressplate": "polished_blackstone_pressure_plate", - "polishedblackstonepressureplate": "polished_blackstone_pressure_plate", - "polishedblstoneplate": "polished_blackstone_pressure_plate", - "polishedblstonepplate": "polished_blackstone_pressure_plate", - "polishedblstonepressplate": "polished_blackstone_pressure_plate", - "polishedblstonepressureplate": "polished_blackstone_pressure_plate", - "polishedblstplate": "polished_blackstone_pressure_plate", - "polishedblstpplate": "polished_blackstone_pressure_plate", - "polishedblstpressplate": "polished_blackstone_pressure_plate", - "polishedblstpressureplate": "polished_blackstone_pressure_plate", - "polished_blackstone_slab": { - "material": "POLISHED_BLACKSTONE_SLAB" - }, - "minecraft:polished_blackstone_slab": "polished_blackstone_slab", - "pblackstonehalfblock": "polished_blackstone_slab", - "pblackstonestep": "polished_blackstone_slab", - "pblsthalfblock": "polished_blackstone_slab", - "pblstonehalfblock": "polished_blackstone_slab", - "pblstonestep": "polished_blackstone_slab", - "pblststep": "polished_blackstone_slab", - "polishedblackstonehalfblock": "polished_blackstone_slab", - "polishedblackstoneslab": "polished_blackstone_slab", - "polishedblackstonestep": "polished_blackstone_slab", - "polishedblsthalfblock": "polished_blackstone_slab", - "polishedblstonehalfblock": "polished_blackstone_slab", - "polishedblstonestep": "polished_blackstone_slab", - "polishedblststep": "polished_blackstone_slab", - "polished_blackstone_stairs": { - "material": "POLISHED_BLACKSTONE_STAIRS" - }, - "minecraft:polished_blackstone_stairs": "polished_blackstone_stairs", - "pblackstonestair": "polished_blackstone_stairs", - "pblackstonestairs": "polished_blackstone_stairs", - "pblstonestair": "polished_blackstone_stairs", - "pblstonestairs": "polished_blackstone_stairs", - "pblststair": "polished_blackstone_stairs", - "pblststairs": "polished_blackstone_stairs", - "polishedblackstonestair": "polished_blackstone_stairs", - "polishedblackstonestairs": "polished_blackstone_stairs", - "polishedblstonestair": "polished_blackstone_stairs", - "polishedblstonestairs": "polished_blackstone_stairs", - "polishedblststair": "polished_blackstone_stairs", - "polishedblststairs": "polished_blackstone_stairs", - "polished_blackstone_wall": { - "material": "POLISHED_BLACKSTONE_WALL" - }, - "minecraft:polished_blackstone_wall": "polished_blackstone_wall", - "pblackstonewall": "polished_blackstone_wall", - "pblstonewall": "polished_blackstone_wall", - "pblstwall": "polished_blackstone_wall", - "polishedblackstonewall": "polished_blackstone_wall", - "polishedblstonewall": "polished_blackstone_wall", - "polishedblstwall": "polished_blackstone_wall", - "wallpblackstone": "polished_blackstone_wall", - "wallpblst": "polished_blackstone_wall", - "wallpblstone": "polished_blackstone_wall", - "wallpolishedblackstone": "polished_blackstone_wall", - "wallpolishedblst": "polished_blackstone_wall", - "wallpolishedblstone": "polished_blackstone_wall", - "polished_deepslate": { - "material": "POLISHED_DEEPSLATE" - }, - "minecraft:polished_deepslate": "polished_deepslate", - "pdeepslate": "polished_deepslate", - "pdeepslateb": "polished_deepslate", - "pdeepslatebl": "polished_deepslate", - "pdeepslateblock": "polished_deepslate", - "pdslate": "polished_deepslate", - "pdslateb": "polished_deepslate", - "pdslatebl": "polished_deepslate", - "pdslateblock": "polished_deepslate", - "polisheddeepslate": "polished_deepslate", - "polisheddeepslateb": "polished_deepslate", - "polisheddeepslatebl": "polished_deepslate", - "polisheddeepslateblock": "polished_deepslate", - "polisheddslate": "polished_deepslate", - "polisheddslateb": "polished_deepslate", - "polisheddslatebl": "polished_deepslate", - "polisheddslateblock": "polished_deepslate", - "polishedslate": "polished_deepslate", - "polishedslateb": "polished_deepslate", - "polishedslatebl": "polished_deepslate", - "polishedslateblock": "polished_deepslate", - "pslate": "polished_deepslate", - "pslateb": "polished_deepslate", - "pslatebl": "polished_deepslate", - "pslateblock": "polished_deepslate", - "polished_deepslate_slab": { - "material": "POLISHED_DEEPSLATE_SLAB" - }, - "minecraft:polished_deepslate_slab": "polished_deepslate_slab", - "pdeepslatehalfblock": "polished_deepslate_slab", - "pdeepslatestep": "polished_deepslate_slab", - "pdslatehalfblock": "polished_deepslate_slab", - "pdslatestep": "polished_deepslate_slab", - "polisheddeepslatehalfblock": "polished_deepslate_slab", - "polisheddeepslateslab": "polished_deepslate_slab", - "polisheddeepslatestep": "polished_deepslate_slab", - "polisheddslatehalfblock": "polished_deepslate_slab", - "polisheddslatestep": "polished_deepslate_slab", - "polishedslatehalfblock": "polished_deepslate_slab", - "polishedslatestep": "polished_deepslate_slab", - "pslatehalfblock": "polished_deepslate_slab", - "pslatestep": "polished_deepslate_slab", - "polished_deepslate_stairs": { - "material": "POLISHED_DEEPSLATE_STAIRS" - }, - "minecraft:polished_deepslate_stairs": "polished_deepslate_stairs", - "pdeepslatestair": "polished_deepslate_stairs", - "pdeepslatestairs": "polished_deepslate_stairs", - "pdslatestair": "polished_deepslate_stairs", - "pdslatestairs": "polished_deepslate_stairs", - "polisheddeepslatestair": "polished_deepslate_stairs", - "polisheddeepslatestairs": "polished_deepslate_stairs", - "polisheddslatestair": "polished_deepslate_stairs", - "polisheddslatestairs": "polished_deepslate_stairs", - "polishedslatestair": "polished_deepslate_stairs", - "polishedslatestairs": "polished_deepslate_stairs", - "pslatestair": "polished_deepslate_stairs", - "pslatestairs": "polished_deepslate_stairs", - "polished_deepslate_wall": { - "material": "POLISHED_DEEPSLATE_WALL" - }, - "minecraft:polished_deepslate_wall": "polished_deepslate_wall", - "pdeepslatewall": "polished_deepslate_wall", - "pdslatewall": "polished_deepslate_wall", - "polisheddeepslatewall": "polished_deepslate_wall", - "polisheddslatewall": "polished_deepslate_wall", - "polishedslatewall": "polished_deepslate_wall", - "pslatewall": "polished_deepslate_wall", - "wallpdeepslate": "polished_deepslate_wall", - "wallpdslate": "polished_deepslate_wall", - "wallpolisheddeepslate": "polished_deepslate_wall", - "wallpolisheddslate": "polished_deepslate_wall", - "wallpolishedslate": "polished_deepslate_wall", - "wallpslate": "polished_deepslate_wall", - "polished_diorite": { - "material": "POLISHED_DIORITE" - }, - "minecraft:polished_diorite": "polished_diorite", - "pdi": "polished_diorite", - "pdib": "polished_diorite", - "pdibl": "polished_diorite", - "pdiblock": "polished_diorite", - "pdiorite": "polished_diorite", - "pdioriteb": "polished_diorite", - "pdioritebl": "polished_diorite", - "pdioriteblock": "polished_diorite", - "pdstone": "polished_diorite", - "pdstoneb": "polished_diorite", - "pdstonebl": "polished_diorite", - "pdstoneblock": "polished_diorite", - "polisheddi": "polished_diorite", - "polisheddib": "polished_diorite", - "polisheddibl": "polished_diorite", - "polisheddiblock": "polished_diorite", - "polisheddiorite": "polished_diorite", - "polisheddioriteb": "polished_diorite", - "polisheddioritebl": "polished_diorite", - "polisheddioriteblock": "polished_diorite", - "polisheddstone": "polished_diorite", - "polisheddstoneb": "polished_diorite", - "polisheddstonebl": "polished_diorite", - "polisheddstoneblock": "polished_diorite", - "polished_diorite_slab": { - "material": "POLISHED_DIORITE_SLAB" - }, - "minecraft:polished_diorite_slab": "polished_diorite_slab", - "pdihalfblock": "polished_diorite_slab", - "pdioritehalfblock": "polished_diorite_slab", - "pdioritestep": "polished_diorite_slab", - "pdistep": "polished_diorite_slab", - "pdstonehalfblock": "polished_diorite_slab", - "pdstonestep": "polished_diorite_slab", - "polisheddihalfblock": "polished_diorite_slab", - "polisheddioritehalfblock": "polished_diorite_slab", - "polisheddioriteslab": "polished_diorite_slab", - "polisheddioritestep": "polished_diorite_slab", - "polisheddistep": "polished_diorite_slab", - "polisheddstonehalfblock": "polished_diorite_slab", - "polisheddstonestep": "polished_diorite_slab", - "polished_diorite_stairs": { - "material": "POLISHED_DIORITE_STAIRS" - }, - "minecraft:polished_diorite_stairs": "polished_diorite_stairs", - "pdioritestair": "polished_diorite_stairs", - "pdioritestairs": "polished_diorite_stairs", - "pdistair": "polished_diorite_stairs", - "pdistairs": "polished_diorite_stairs", - "pdstonestair": "polished_diorite_stairs", - "pdstonestairs": "polished_diorite_stairs", - "polisheddioritestair": "polished_diorite_stairs", - "polisheddioritestairs": "polished_diorite_stairs", - "polisheddistair": "polished_diorite_stairs", - "polisheddistairs": "polished_diorite_stairs", - "polisheddstonestair": "polished_diorite_stairs", - "polisheddstonestairs": "polished_diorite_stairs", - "polished_granite": { - "material": "POLISHED_GRANITE" - }, - "minecraft:polished_granite": "polished_granite", - "pgr": "polished_granite", - "pgranite": "polished_granite", - "pgraniteb": "polished_granite", - "pgranitebl": "polished_granite", - "pgraniteblock": "polished_granite", - "pgrb": "polished_granite", - "pgrbl": "polished_granite", - "pgrblock": "polished_granite", - "pgstone": "polished_granite", - "pgstoneb": "polished_granite", - "pgstonebl": "polished_granite", - "pgstoneblock": "polished_granite", - "polishedgr": "polished_granite", - "polishedgranite": "polished_granite", - "polishedgraniteb": "polished_granite", - "polishedgranitebl": "polished_granite", - "polishedgraniteblock": "polished_granite", - "polishedgrb": "polished_granite", - "polishedgrbl": "polished_granite", - "polishedgrblock": "polished_granite", - "polishedgstone": "polished_granite", - "polishedgstoneb": "polished_granite", - "polishedgstonebl": "polished_granite", - "polishedgstoneblock": "polished_granite", - "polished_granite_slab": { - "material": "POLISHED_GRANITE_SLAB" - }, - "minecraft:polished_granite_slab": "polished_granite_slab", - "pgranitehalfblock": "polished_granite_slab", - "pgranitestep": "polished_granite_slab", - "pgrhalfblock": "polished_granite_slab", - "pgrstep": "polished_granite_slab", - "pgstonehalfblock": "polished_granite_slab", - "pgstonestep": "polished_granite_slab", - "polishedgranitehalfblock": "polished_granite_slab", - "polishedgraniteslab": "polished_granite_slab", - "polishedgranitestep": "polished_granite_slab", - "polishedgrhalfblock": "polished_granite_slab", - "polishedgrstep": "polished_granite_slab", - "polishedgstonehalfblock": "polished_granite_slab", - "polishedgstonestep": "polished_granite_slab", - "polished_granite_stairs": { - "material": "POLISHED_GRANITE_STAIRS" - }, - "minecraft:polished_granite_stairs": "polished_granite_stairs", - "pgranitestair": "polished_granite_stairs", - "pgranitestairs": "polished_granite_stairs", - "pgrstair": "polished_granite_stairs", - "pgrstairs": "polished_granite_stairs", - "pgstonestair": "polished_granite_stairs", - "pgstonestairs": "polished_granite_stairs", - "polishedgranitestair": "polished_granite_stairs", - "polishedgranitestairs": "polished_granite_stairs", - "polishedgrstair": "polished_granite_stairs", - "polishedgrstairs": "polished_granite_stairs", - "polishedgstonestair": "polished_granite_stairs", - "polishedgstonestairs": "polished_granite_stairs", - "popped_chorus_fruit": { - "material": "POPPED_CHORUS_FRUIT" - }, - "minecraft:popped_chorus_fruit": "popped_chorus_fruit", - "pchorus": "popped_chorus_fruit", - "popchorus": "popped_chorus_fruit", - "poppedchorus": "popped_chorus_fruit", - "poppedchorusfruit": "popped_chorus_fruit", - "poppy": { - "material": "POPPY" - }, - "minecraft:poppy": "poppy", - "redflower": "poppy", - "redpoppy": "poppy", - "redrose": "poppy", - "rflower": "poppy", - "rose": "poppy", - "rrose": "poppy", - "porkchop": { - "material": "PORKCHOP" - }, - "minecraft:porkchop": "porkchop", - "plainpork": "porkchop", - "plainporkchop": "porkchop", - "pork": "porkchop", - "rapork": "porkchop", - "raporkchop": "porkchop", - "rawpork": "porkchop", - "rawporkchop": "porkchop", - "uncookedpork": "porkchop", - "uncookedporkchop": "porkchop", - "potato": { - "material": "POTATO" - }, - "minecraft:potato": "potato", - "potion": { - "material": "POTION" - }, - "minecraft:potion": "potion", - "powder_snow_bucket": { - "material": "POWDER_SNOW_BUCKET" - }, - "minecraft:powder_snow_bucket": "powder_snow_bucket", - "powdersnowbucket": "powder_snow_bucket", - "snowbucket": "powder_snow_bucket", - "snowpail": "powder_snow_bucket", - "powered_rail": { - "material": "POWERED_RAIL" - }, - "boosterrail": "powered_rail", - "boosterrails": "powered_rail", - "boostertrack": "powered_rail", - "boostrail": "powered_rail", - "boostrails": "powered_rail", - "boosttrack": "powered_rail", - "brail": "powered_rail", - "brails": "powered_rail", - "btrack": "powered_rail", - "minecraft:powered_rail": "powered_rail", - "poweredrail": "powered_rail", - "poweredrails": "powered_rail", - "poweredtrack": "powered_rail", - "powerrail": "powered_rail", - "powerrails": "powered_rail", - "powertrack": "powered_rail", - "powrail": "powered_rail", - "powrails": "powered_rail", - "powtrack": "powered_rail", - "prail": "powered_rail", - "prails": "powered_rail", - "ptrack": "powered_rail", - "pwrrail": "powered_rail", - "pwrrails": "powered_rail", - "pwrtrack": "powered_rail", - "prismarine": { - "material": "PRISMARINE" - }, - "minecraft:prismarine": "prismarine", - "pris": "prismarine", - "prisblock": "prismarine", - "prismarineblock": "prismarine", - "sea": "prismarine", - "seablock": "prismarine", - "prismarine_brick_slab": { - "material": "PRISMARINE_BRICK_SLAB" - }, - "minecraft:prismarine_brick_slab": "prismarine_brick_slab", - "prisbricksl": "prismarine_brick_slab", - "prisbrickslab": "prismarine_brick_slab", - "prisbrickssl": "prismarine_brick_slab", - "prisbricksslab": "prismarine_brick_slab", - "prisbrsl": "prismarine_brick_slab", - "prisbrslab": "prismarine_brick_slab", - "prismarine_bricksl": "prismarine_brick_slab", - "prismarine_brickslab": "prismarine_brick_slab", - "prismarinebricksl": "prismarine_brick_slab", - "prismarinebrickslab": "prismarine_brick_slab", - "prismarinebrickssl": "prismarine_brick_slab", - "prismarinebricksslab": "prismarine_brick_slab", - "prismarinebrsl": "prismarine_brick_slab", - "prismarinebrslab": "prismarine_brick_slab", - "seabricksl": "prismarine_brick_slab", - "seabrickslab": "prismarine_brick_slab", - "seabrickssl": "prismarine_brick_slab", - "seabricksslab": "prismarine_brick_slab", - "seabrsl": "prismarine_brick_slab", - "seabrslab": "prismarine_brick_slab", - "prismarine_brick_stairs": { - "material": "PRISMARINE_BRICK_STAIRS" - }, - "minecraft:prismarine_brick_stairs": "prismarine_brick_stairs", - "prisbricksst": "prismarine_brick_stairs", - "prisbricksstair": "prismarine_brick_stairs", - "prisbricksstairs": "prismarine_brick_stairs", - "prisbrickst": "prismarine_brick_stairs", - "prisbrickstair": "prismarine_brick_stairs", - "prisbrickstairs": "prismarine_brick_stairs", - "prisbrst": "prismarine_brick_stairs", - "prisbrstair": "prismarine_brick_stairs", - "prisbrstairs": "prismarine_brick_stairs", - "prismarine_brickst": "prismarine_brick_stairs", - "prismarine_brickstair": "prismarine_brick_stairs", - "prismarine_brickstairs": "prismarine_brick_stairs", - "prismarinebricksst": "prismarine_brick_stairs", - "prismarinebricksstair": "prismarine_brick_stairs", - "prismarinebricksstairs": "prismarine_brick_stairs", - "prismarinebrickst": "prismarine_brick_stairs", - "prismarinebrickstair": "prismarine_brick_stairs", - "prismarinebrickstairs": "prismarine_brick_stairs", - "prismarinebrst": "prismarine_brick_stairs", - "prismarinebrstair": "prismarine_brick_stairs", - "prismarinebrstairs": "prismarine_brick_stairs", - "seabricksst": "prismarine_brick_stairs", - "seabricksstair": "prismarine_brick_stairs", - "seabricksstairs": "prismarine_brick_stairs", - "seabrickst": "prismarine_brick_stairs", - "seabrickstair": "prismarine_brick_stairs", - "seabrickstairs": "prismarine_brick_stairs", - "seabrst": "prismarine_brick_stairs", - "seabrstair": "prismarine_brick_stairs", - "seabrstairs": "prismarine_brick_stairs", - "prismarine_bricks": { - "material": "PRISMARINE_BRICKS" - }, - "minecraft:prismarine_bricks": "prismarine_bricks", - "prisbr": "prismarine_bricks", - "prisbrick": "prismarine_bricks", - "prisbricks": "prismarine_bricks", - "prismarine_brick": "prismarine_bricks", - "prismarinebr": "prismarine_bricks", - "prismarinebrick": "prismarine_bricks", - "prismarinebricks": "prismarine_bricks", - "seabr": "prismarine_bricks", - "seabrick": "prismarine_bricks", - "seabricks": "prismarine_bricks", - "prismarine_crystals": { - "material": "PRISMARINE_CRYSTALS" - }, - "minecraft:prismarine_crystals": "prismarine_crystals", - "priscrystal": "prismarine_crystals", - "priscrystals": "prismarine_crystals", - "prismarinecrystal": "prismarine_crystals", - "prismarinecrystals": "prismarine_crystals", - "seacrystal": "prismarine_crystals", - "seacrystals": "prismarine_crystals", - "prismarine_shard": { - "material": "PRISMARINE_SHARD" - }, - "minecraft:prismarine_shard": "prismarine_shard", - "prisfragment": "prismarine_shard", - "prismarinefragment": "prismarine_shard", - "prismarineshard": "prismarine_shard", - "prisshard": "prismarine_shard", - "seafragment": "prismarine_shard", - "seashard": "prismarine_shard", - "prismarine_slab": { - "material": "PRISMARINE_SLAB" - }, - "minecraft:prismarine_slab": "prismarine_slab", - "prismarinesl": "prismarine_slab", - "prismarineslab": "prismarine_slab", - "prissl": "prismarine_slab", - "prisslab": "prismarine_slab", - "seasl": "prismarine_slab", - "seaslab": "prismarine_slab", - "prismarine_stairs": { - "material": "PRISMARINE_STAIRS" - }, - "minecraft:prismarine_stairs": "prismarine_stairs", - "prismarinest": "prismarine_stairs", - "prismarinestair": "prismarine_stairs", - "prismarinestairs": "prismarine_stairs", - "prisst": "prismarine_stairs", - "prisstair": "prismarine_stairs", - "prisstairs": "prismarine_stairs", - "seast": "prismarine_stairs", - "seastair": "prismarine_stairs", - "seastairs": "prismarine_stairs", - "prismarine_wall": { - "material": "PRISMARINE_WALL" - }, - "minecraft:prismarine_wall": "prismarine_wall", - "prismarinewall": "prismarine_wall", - "prize_pottery_sherd": { - "material": "PRIZE_POTTERY_SHERD" - }, - "minecraft:prize_pottery_sherd": "prize_pottery_sherd", - "prizepotterysherd": "prize_pottery_sherd", - "prizesherd": "prize_pottery_sherd", - "pufferfish": { - "material": "PUFFERFISH" - }, - "fishp": "pufferfish", - "fishpuff": "pufferfish", - "minecraft:pufferfish": "pufferfish", - "pfish": "pufferfish", - "plainfishp": "pufferfish", - "plainfishpuff": "pufferfish", - "plainpfish": "pufferfish", - "plainpufferfish": "pufferfish", - "plainpufffish": "pufferfish", - "pufffish": "pufferfish", - "rafishp": "pufferfish", - "rafishpuff": "pufferfish", - "rapfish": "pufferfish", - "rapufferfish": "pufferfish", - "rapufffish": "pufferfish", - "rawfishp": "pufferfish", - "rawfishpuff": "pufferfish", - "rawpfish": "pufferfish", - "rawpufferfish": "pufferfish", - "rawpufffish": "pufferfish", - "uncookedfishp": "pufferfish", - "uncookedfishpuff": "pufferfish", - "uncookedpfish": "pufferfish", - "uncookedpufferfish": "pufferfish", - "uncookedpufffish": "pufferfish", - "pufferfish_bucket": { - "material": "PUFFERFISH_BUCKET" - }, - "bucketopfish": "pufferfish_bucket", - "bucketopuffer": "pufferfish_bucket", - "bucketopufferfish": "pufferfish_bucket", - "minecraft:pufferfish_bucket": "pufferfish_bucket", - "pfishbucket": "pufferfish_bucket", - "pfishbukkit": "pufferfish_bucket", - "pfishpail": "pufferfish_bucket", - "pufferbucket": "pufferfish_bucket", - "pufferbukkit": "pufferfish_bucket", - "pufferfishbucket": "pufferfish_bucket", - "pufferfishbukkit": "pufferfish_bucket", - "pufferfishpail": "pufferfish_bucket", - "pufferpail": "pufferfish_bucket", - "pufferfish_spawn_egg": { - "material": "PUFFERFISH_SPAWN_EGG" - }, - "eggpfish": "pufferfish_spawn_egg", - "eggpuffer": "pufferfish_spawn_egg", - "eggpufferfish": "pufferfish_spawn_egg", - "minecraft:pufferfish_spawn_egg": "pufferfish_spawn_egg", - "pfishegg": "pufferfish_spawn_egg", - "pfishsegg": "pufferfish_spawn_egg", - "pfishspawn": "pufferfish_spawn_egg", - "pfishspawnegg": "pufferfish_spawn_egg", - "pufferegg": "pufferfish_spawn_egg", - "pufferfishegg": "pufferfish_spawn_egg", - "pufferfishsegg": "pufferfish_spawn_egg", - "pufferfishspawn": "pufferfish_spawn_egg", - "pufferfishspawnegg": "pufferfish_spawn_egg", - "puffersegg": "pufferfish_spawn_egg", - "pufferspawn": "pufferfish_spawn_egg", - "pufferspawnegg": "pufferfish_spawn_egg", - "seggpfish": "pufferfish_spawn_egg", - "seggpuffer": "pufferfish_spawn_egg", - "seggpufferfish": "pufferfish_spawn_egg", - "spawneggpfish": "pufferfish_spawn_egg", - "spawneggpuffer": "pufferfish_spawn_egg", - "spawneggpufferfish": "pufferfish_spawn_egg", - "spawnpfish": "pufferfish_spawn_egg", - "spawnpuffer": "pufferfish_spawn_egg", - "spawnpufferfish": "pufferfish_spawn_egg", - "pufferfish_spawner": { - "entity": "PUFFERFISH", - "material": "SPAWNER" - }, - "pfishcage": "pufferfish_spawner", - "pfishmcage": "pufferfish_spawner", - "pfishmobcage": "pufferfish_spawner", - "pfishmobspawner": "pufferfish_spawner", - "pfishmonstercage": "pufferfish_spawner", - "pfishmonsterspawner": "pufferfish_spawner", - "pfishmspawner": "pufferfish_spawner", - "pfishspawner": "pufferfish_spawner", - "puffercage": "pufferfish_spawner", - "pufferfishcage": "pufferfish_spawner", - "pufferfishmcage": "pufferfish_spawner", - "pufferfishmobcage": "pufferfish_spawner", - "pufferfishmobspawner": "pufferfish_spawner", - "pufferfishmonstercage": "pufferfish_spawner", - "pufferfishmonsterspawner": "pufferfish_spawner", - "pufferfishmspawner": "pufferfish_spawner", - "pufferfishspawner": "pufferfish_spawner", - "puffermcage": "pufferfish_spawner", - "puffermobcage": "pufferfish_spawner", - "puffermobspawner": "pufferfish_spawner", - "puffermonstercage": "pufferfish_spawner", - "puffermonsterspawner": "pufferfish_spawner", - "puffermspawner": "pufferfish_spawner", - "pufferspawner": "pufferfish_spawner", - "pumpkin": { - "material": "PUMPKIN" - }, - "minecraft:pumpkin": "pumpkin", - "pumpkin_pie": { - "material": "PUMPKIN_PIE" - }, - "minecraft:pumpkin_pie": "pumpkin_pie", - "pumpkinpie": "pumpkin_pie", - "pumpkin_seeds": { - "material": "PUMPKIN_SEEDS" - }, - "minecraft:pumpkin_seeds": "pumpkin_seeds", - "pumpkinseeds": "pumpkin_seeds", - "purple_banner": { - "material": "PURPLE_BANNER" - }, - "minecraft:purple_banner": "purple_banner", - "pubanner": "purple_banner", - "purplebanner": "purple_banner", - "purple_bed": { - "material": "PURPLE_BED" - }, - "minecraft:purple_bed": "purple_bed", - "pubed": "purple_bed", - "purplebed": "purple_bed", - "purple_candle": { - "material": "PURPLE_CANDLE" - }, - "minecraft:purple_candle": "purple_candle", - "pucandle": "purple_candle", - "purplecandle": "purple_candle", - "purple_carpet": { - "material": "PURPLE_CARPET" - }, - "minecraft:purple_carpet": "purple_carpet", - "pucarpet": "purple_carpet", - "pufloor": "purple_carpet", - "purplecarpet": "purple_carpet", - "purplefloor": "purple_carpet", - "purple_concrete": { - "material": "PURPLE_CONCRETE" - }, - "minecraft:purple_concrete": "purple_concrete", - "puconcrete": "purple_concrete", - "purpleconcrete": "purple_concrete", - "purple_concrete_powder": { - "material": "PURPLE_CONCRETE_POWDER" - }, - "minecraft:purple_concrete_powder": "purple_concrete_powder", - "pucdust": "purple_concrete_powder", - "puconcretepowder": "purple_concrete_powder", - "puconcretesand": "purple_concrete_powder", - "pucp": "purple_concrete_powder", - "pucpowder": "purple_concrete_powder", - "purplecdust": "purple_concrete_powder", - "purpleconcretepowder": "purple_concrete_powder", - "purpleconcretesand": "purple_concrete_powder", - "purplecp": "purple_concrete_powder", - "purplecpowder": "purple_concrete_powder", - "purple_dye": { - "material": "PURPLE_DYE" - }, - "minecraft:purple_dye": "purple_dye", - "pudye": "purple_dye", - "purpledye": "purple_dye", - "purple_glazed_terracotta": { - "material": "PURPLE_GLAZED_TERRACOTTA" - }, - "minecraft:purple_glazed_terracotta": "purple_glazed_terracotta", - "puglazedtcota": "purple_glazed_terracotta", - "puglazedterra": "purple_glazed_terracotta", - "puglazedterracota": "purple_glazed_terracotta", - "puglazedterracotta": "purple_glazed_terracotta", - "pugtcotta": "purple_glazed_terracotta", - "pugterra": "purple_glazed_terracotta", - "purpleglazedtcota": "purple_glazed_terracotta", - "purpleglazedterra": "purple_glazed_terracotta", - "purpleglazedterracota": "purple_glazed_terracotta", - "purpleglazedterracotta": "purple_glazed_terracotta", - "purplegtcotta": "purple_glazed_terracotta", - "purplegterra": "purple_glazed_terracotta", - "purple_shulker_box": { - "material": "PURPLE_SHULKER_BOX" - }, - "minecraft:purple_shulker_box": "purple_shulker_box", - "purplesbox": "purple_shulker_box", - "purpleshulkerbox": "purple_shulker_box", - "pusbox": "purple_shulker_box", - "pushulkerbox": "purple_shulker_box", - "purple_stained_glass": { - "material": "PURPLE_STAINED_GLASS" - }, - "minecraft:purple_stained_glass": "purple_stained_glass", - "puglass": "purple_stained_glass", - "purpleglass": "purple_stained_glass", - "purplesglass": "purple_stained_glass", - "purplestainedglass": "purple_stained_glass", - "pusglass": "purple_stained_glass", - "pustainedglass": "purple_stained_glass", - "purple_stained_glass_pane": { - "material": "PURPLE_STAINED_GLASS_PANE" - }, - "minecraft:purple_stained_glass_pane": "purple_stained_glass_pane", - "puglasspane": "purple_stained_glass_pane", - "pugpane": "purple_stained_glass_pane", - "purpleglasspane": "purple_stained_glass_pane", - "purplegpane": "purple_stained_glass_pane", - "purplesglasspane": "purple_stained_glass_pane", - "purplestainedglasspane": "purple_stained_glass_pane", - "pusglasspane": "purple_stained_glass_pane", - "pustainedglasspane": "purple_stained_glass_pane", - "purple_terracotta": { - "material": "PURPLE_TERRACOTTA" - }, - "minecraft:purple_terracotta": "purple_terracotta", - "puclay": "purple_terracotta", - "purpleclay": "purple_terracotta", - "purplesclay": "purple_terracotta", - "purplestainedclay": "purple_terracotta", - "purpletcota": "purple_terracotta", - "purpleterra": "purple_terracotta", - "purpleterracota": "purple_terracotta", - "purpleterracotta": "purple_terracotta", - "pusclay": "purple_terracotta", - "pustainedclay": "purple_terracotta", - "putcota": "purple_terracotta", - "puterra": "purple_terracotta", - "puterracota": "purple_terracotta", - "puterracotta": "purple_terracotta", - "purple_wool": { - "material": "PURPLE_WOOL" - }, - "minecraft:purple_wool": "purple_wool", - "pucloth": "purple_wool", - "pucotton": "purple_wool", - "purplecloth": "purple_wool", - "purplecotton": "purple_wool", - "purplewool": "purple_wool", - "puwool": "purple_wool", - "purpur_block": { - "material": "PURPUR_BLOCK" - }, - "minecraft:purpur_block": "purpur_block", - "purpurblock": "purpur_block", - "purpur_pillar": { - "material": "PURPUR_PILLAR" - }, - "minecraft:purpur_pillar": "purpur_pillar", - "purpurpillar": "purpur_pillar", - "purpur_slab": { - "material": "PURPUR_SLAB" - }, - "minecraft:purpur_slab": "purpur_slab", - "purpurslab": "purpur_slab", - "purpur_stairs": { - "material": "PURPUR_STAIRS" - }, - "minecraft:purpur_stairs": "purpur_stairs", - "purpurstairs": "purpur_stairs", - "quartz": { - "material": "QUARTZ" - }, - "minecraft:quartz": "quartz", - "netherquartz": "quartz_block", - "nq": "quartz_block", - "q": "quartz_block", - "quar": "quartz_block", - "quartz_block": { - "material": "QUARTZ_BLOCK" - }, - "minecraft:quartz_block": "quartz_block", - "netherquartzb": "quartz_block", - "netherquartzbl": "quartz_block", - "netherquartzblock": "quartz_block", - "nqb": "quartz_block", - "nqbl": "quartz_block", - "nqblock": "quartz_block", - "qb": "quartz_block", - "qbl": "quartz_block", - "qblock": "quartz_block", - "quarb": "quartz_block", - "quarbl": "quartz_block", - "quarblock": "quartz_block", - "quartzb": "quartz_block", - "quartzbl": "quartz_block", - "quartzblock": "quartz_block", - "quartz_bricks": { - "material": "QUARTZ_BRICKS" - }, - "minecraft:quartz_bricks": "quartz_bricks", - "qbr": "quartz_bricks", - "qbrick": "quartz_bricks", - "qbricks": "quartz_bricks", - "quarbr": "quartz_bricks", - "quarbrick": "quartz_bricks", - "quarbricks": "quartz_bricks", - "quartzbr": "quartz_bricks", - "quartzbrick": "quartz_bricks", - "quartzbricks": "quartz_bricks", - "quartz_pillar": { - "material": "QUARTZ_PILLAR" - }, - "minecraft:quartz_pillar": "quartz_pillar", - "netherquartzpill": "quartz_pillar", - "netherquartzpillar": "quartz_pillar", - "nqpill": "quartz_pillar", - "nqpillar": "quartz_pillar", - "qpill": "quartz_pillar", - "qpillar": "quartz_pillar", - "quarpill": "quartz_pillar", - "quarpillar": "quartz_pillar", - "quartzpill": "quartz_pillar", - "quartzpillar": "quartz_pillar", - "quartz_slab": { - "material": "QUARTZ_SLAB" - }, - "minecraft:quartz_slab": "quartz_slab", - "netherquartzhalfblock": "quartz_slab", - "netherquartzstep": "quartz_slab", - "nqhalfblock": "quartz_slab", - "nqstep": "quartz_slab", - "qhalfblock": "quartz_slab", - "qstep": "quartz_slab", - "quarhalfblock": "quartz_slab", - "quarstep": "quartz_slab", - "quartzhalfblock": "quartz_slab", - "quartzslab": "quartz_slab", - "quartzstep": "quartz_slab", - "quartz_stairs": { - "material": "QUARTZ_STAIRS" - }, - "minecraft:quartz_stairs": "quartz_stairs", - "netherquartzstair": "quartz_stairs", - "netherquartzstairs": "quartz_stairs", - "nqstair": "quartz_stairs", - "nqstairs": "quartz_stairs", - "qstair": "quartz_stairs", - "qstairs": "quartz_stairs", - "quarstair": "quartz_stairs", - "quarstairs": "quartz_stairs", - "quartzstair": "quartz_stairs", - "quartzstairs": "quartz_stairs", - "rabbit": { - "material": "RABBIT" - }, - "hare": "rabbit", - "hasenpfeffer": "rabbit", - "minecraft:rabbit": "rabbit", - "plainhare": "rabbit", - "plainhasenpfeffer": "rabbit", - "plainrabbit": "rabbit", - "rahare": "rabbit", - "rahasenpfeffer": "rabbit", - "rarabbit": "rabbit", - "rawhare": "rabbit", - "rawhasenpfeffer": "rabbit", - "rawrabbit": "rabbit", - "uncookedhare": "rabbit", - "uncookedhasenpfeffer": "rabbit", - "uncookedrabbit": "rabbit", - "rabbit_foot": { - "material": "RABBIT_FOOT" - }, - "minecraft:rabbit_foot": "rabbit_foot", - "rabbitfoot": "rabbit_foot", - "rabbit_hide": { - "material": "RABBIT_HIDE" - }, - "harecoat": "rabbit_hide", - "harefur": "rabbit_hide", - "harehide": "rabbit_hide", - "hareskin": "rabbit_hide", - "hasenpfeffercoat": "rabbit_hide", - "hasenpfefferfur": "rabbit_hide", - "hasenpfefferhide": "rabbit_hide", - "hasenpfefferskin": "rabbit_hide", - "minecraft:rabbit_hide": "rabbit_hide", - "rabbitcoat": "rabbit_hide", - "rabbitfur": "rabbit_hide", - "rabbithide": "rabbit_hide", - "rabbitskin": "rabbit_hide", - "rabbit_spawn_egg": { - "material": "RABBIT_SPAWN_EGG" - }, - "eggrabbit": "rabbit_spawn_egg", - "minecraft:rabbit_spawn_egg": "rabbit_spawn_egg", - "rabbitegg": "rabbit_spawn_egg", - "rabbitsegg": "rabbit_spawn_egg", - "rabbitspawn": "rabbit_spawn_egg", - "rabbitspawnegg": "rabbit_spawn_egg", - "seggrabbit": "rabbit_spawn_egg", - "spawneggrabbit": "rabbit_spawn_egg", - "spawnrabbit": "rabbit_spawn_egg", - "rabbit_spawner": { - "entity": "RABBIT", - "material": "SPAWNER" - }, - "rabbitcage": "rabbit_spawner", - "rabbitmcage": "rabbit_spawner", - "rabbitmobcage": "rabbit_spawner", - "rabbitmobspawner": "rabbit_spawner", - "rabbitmonstercage": "rabbit_spawner", - "rabbitmonsterspawner": "rabbit_spawner", - "rabbitmspawner": "rabbit_spawner", - "rabbitspawner": "rabbit_spawner", - "rabbit_stew": { - "material": "RABBIT_STEW" - }, - "haresoup": "rabbit_stew", - "harestew": "rabbit_stew", - "hasenpfeffersoup": "rabbit_stew", - "hasenpfefferstew": "rabbit_stew", - "minecraft:rabbit_stew": "rabbit_stew", - "rabbitsoup": "rabbit_stew", - "rabbitstew": "rabbit_stew", - "rail": { - "material": "RAIL" - }, - "mcartrail": "rail", - "mcartrails": "rail", - "mcarttrack": "rail", - "mcrail": "rail", - "mcrails": "rail", - "mctrack": "rail", - "minecartrail": "rail", - "minecartrails": "rail", - "minecarttrack": "rail", - "minecraft:rail": "rail", - "rails": "rail", - "track": "rail", - "raiser_armor_trim_smithing_template": { - "material": "RAISER_ARMOR_TRIM_SMITHING_TEMPLATE" - }, - "minecraft:raiser_armor_trim_smithing_template": "raiser_armor_trim_smithing_template", - "raiserarmortrimsmithingtemplate": "raiser_armor_trim_smithing_template", - "raisertrim": "raiser_armor_trim_smithing_template", - "ravager_spawn_egg": { - "material": "RAVAGER_SPAWN_EGG" - }, - "eggravager": "ravager_spawn_egg", - "minecraft:ravager_spawn_egg": "ravager_spawn_egg", - "ravageregg": "ravager_spawn_egg", - "ravagersegg": "ravager_spawn_egg", - "ravagerspawn": "ravager_spawn_egg", - "ravagerspawnegg": "ravager_spawn_egg", - "seggravager": "ravager_spawn_egg", - "spawneggravager": "ravager_spawn_egg", - "spawnravager": "ravager_spawn_egg", - "ravager_spawner": { - "entity": "RAVAGER", - "material": "SPAWNER" - }, - "ravagercage": "ravager_spawner", - "ravagermcage": "ravager_spawner", - "ravagermobcage": "ravager_spawner", - "ravagermobspawner": "ravager_spawner", - "ravagermonstercage": "ravager_spawner", - "ravagermonsterspawner": "ravager_spawner", - "ravagermspawner": "ravager_spawner", - "ravagerspawner": "ravager_spawner", - "raw_copper": { - "material": "RAW_COPPER" - }, - "minecraft:raw_copper": "raw_copper", - "rawcopper": "raw_copper", - "raw_copper_block": { - "material": "RAW_COPPER_BLOCK" - }, - "coporechunkbl": "raw_copper_block", - "coporechunkblock": "raw_copper_block", - "copperorechunkbl": "raw_copper_block", - "copperorechunkblock": "raw_copper_block", - "copporechunkbl": "raw_copper_block", - "copporechunkblock": "raw_copper_block", - "minecraft:raw_copper_block": "raw_copper_block", - "rawcoporebl": "raw_copper_block", - "rawcoporeblock": "raw_copper_block", - "rawcopperblock": "raw_copper_block", - "rawcopperorebl": "raw_copper_block", - "rawcopperoreblock": "raw_copper_block", - "rawcopporebl": "raw_copper_block", - "rawcopporeblock": "raw_copper_block", - "rcoporebl": "raw_copper_block", - "rcoporeblock": "raw_copper_block", - "rcopperorebl": "raw_copper_block", - "rcopperoreblock": "raw_copper_block", - "rcopporebl": "raw_copper_block", - "rcopporeblock": "raw_copper_block", - "raw_gold": { - "material": "RAW_GOLD" - }, - "minecraft:raw_gold": "raw_gold", - "rawgold": "raw_gold", - "raw_gold_block": { - "material": "RAW_GOLD_BLOCK" - }, - "goldorechunkbl": "raw_gold_block", - "goldorechunkblock": "raw_gold_block", - "gorechunkbl": "raw_gold_block", - "gorechunkblock": "raw_gold_block", - "minecraft:raw_gold_block": "raw_gold_block", - "rawgoldblock": "raw_gold_block", - "rawgoldorebl": "raw_gold_block", - "rawgoldoreblock": "raw_gold_block", - "rawgorebl": "raw_gold_block", - "rawgoreblock": "raw_gold_block", - "rgoldorebl": "raw_gold_block", - "rgoldoreblock": "raw_gold_block", - "rgorebl": "raw_gold_block", - "rgoreblock": "raw_gold_block", - "raw_iron": { - "material": "RAW_IRON" - }, - "minecraft:raw_iron": "raw_iron", - "rawiron": "raw_iron", - "raw_iron_block": { - "material": "RAW_IRON_BLOCK" - }, - "iorechunkbl": "raw_iron_block", - "iorechunkblock": "raw_iron_block", - "ironorechunkbl": "raw_iron_block", - "ironorechunkblock": "raw_iron_block", - "minecraft:raw_iron_block": "raw_iron_block", - "rawiorebl": "raw_iron_block", - "rawioreblock": "raw_iron_block", - "rawironblock": "raw_iron_block", - "rawironorebl": "raw_iron_block", - "rawironoreblock": "raw_iron_block", - "rawsorebl": "raw_iron_block", - "rawsoreblock": "raw_iron_block", - "rawsteelorebl": "raw_iron_block", - "rawsteeloreblock": "raw_iron_block", - "rawstorebl": "raw_iron_block", - "rawstoreblock": "raw_iron_block", - "riorebl": "raw_iron_block", - "rioreblock": "raw_iron_block", - "rironorebl": "raw_iron_block", - "rironoreblock": "raw_iron_block", - "rsorebl": "raw_iron_block", - "rsoreblock": "raw_iron_block", - "rsteelorebl": "raw_iron_block", - "rsteeloreblock": "raw_iron_block", - "rstorebl": "raw_iron_block", - "rstoreblock": "raw_iron_block", - "sorechunkbl": "raw_iron_block", - "sorechunkblock": "raw_iron_block", - "steelorechunkbl": "raw_iron_block", - "steelorechunkblock": "raw_iron_block", - "storechunkbl": "raw_iron_block", - "storechunkblock": "raw_iron_block", - "recovery_compass": { - "material": "RECOVERY_COMPASS" - }, - "minecraft:recovery_compass": "recovery_compass", - "recompass": "recovery_compass", - "recoverycompass": "recovery_compass", - "red_banner": { - "material": "RED_BANNER" - }, - "minecraft:red_banner": "red_banner", - "rbanner": "red_banner", - "redbanner": "red_banner", - "red_bed": { - "material": "RED_BED" - }, - "minecraft:red_bed": "red_bed", - "rbed": "red_bed", - "redbed": "red_bed", - "red_candle": { - "material": "RED_CANDLE" - }, - "minecraft:red_candle": "red_candle", - "rcandle": "red_candle", - "redcandle": "red_candle", - "red_carpet": { - "material": "RED_CARPET" - }, - "minecraft:red_carpet": "red_carpet", - "rcarpet": "red_carpet", - "redcarpet": "red_carpet", - "redfloor": "red_carpet", - "rfloor": "red_carpet", - "red_concrete": { - "material": "RED_CONCRETE" - }, - "minecraft:red_concrete": "red_concrete", - "rconcrete": "red_concrete", - "redconcrete": "red_concrete", - "red_concrete_powder": { - "material": "RED_CONCRETE_POWDER" - }, - "minecraft:red_concrete_powder": "red_concrete_powder", - "rcdust": "red_concrete_powder", - "rconcretepowder": "red_concrete_powder", - "rconcretesand": "red_concrete_powder", - "rcp": "red_concrete_powder", - "rcpowder": "red_concrete_powder", - "redcdust": "red_concrete_powder", - "redconcretepowder": "red_concrete_powder", - "redconcretesand": "red_concrete_powder", - "redcp": "red_concrete_powder", - "redcpowder": "red_concrete_powder", - "red_dye": { - "material": "RED_DYE", - "fallbacks": [ - "ROSE_RED" - ] - }, - "minecraft:red_dye": "red_dye", - "rdye": "red_dye", - "reddye": "red_dye", - "red_glazed_terracotta": { - "material": "RED_GLAZED_TERRACOTTA" - }, - "minecraft:red_glazed_terracotta": "red_glazed_terracotta", - "redglazedtcota": "red_glazed_terracotta", - "redglazedterra": "red_glazed_terracotta", - "redglazedterracota": "red_glazed_terracotta", - "redglazedterracotta": "red_glazed_terracotta", - "redgtcotta": "red_glazed_terracotta", - "redgterra": "red_glazed_terracotta", - "rglazedtcota": "red_glazed_terracotta", - "rglazedterra": "red_glazed_terracotta", - "rglazedterracota": "red_glazed_terracotta", - "rglazedterracotta": "red_glazed_terracotta", - "rgtcotta": "red_glazed_terracotta", - "rgterra": "red_glazed_terracotta", - "red_mushroom": { - "material": "RED_MUSHROOM" - }, - "minecraft:red_mushroom": "red_mushroom", - "redmushroom": "red_mushroom", - "red_mushroom_block": { - "material": "RED_MUSHROOM_BLOCK" - }, - "minecraft:red_mushroom_block": "red_mushroom_block", - "redmushroomblock": "red_mushroom_block", - "red_nether_brick_slab": { - "material": "RED_NETHER_BRICK_SLAB" - }, - "minecraft:red_nether_brick_slab": "red_nether_brick_slab", - "rednbrhalfblock": "red_nether_brick_slab", - "rednbrickhalfblock": "red_nether_brick_slab", - "rednbrickstep": "red_nether_brick_slab", - "rednbrstep": "red_nether_brick_slab", - "rednetherbrhalfblock": "red_nether_brick_slab", - "rednetherbrickhalfblock": "red_nether_brick_slab", - "rednetherbrickslab": "red_nether_brick_slab", - "rednetherbrickstep": "red_nether_brick_slab", - "rednetherbrstep": "red_nether_brick_slab", - "rnbrhalfblock": "red_nether_brick_slab", - "rnbrickhalfblock": "red_nether_brick_slab", - "rnbrickstep": "red_nether_brick_slab", - "rnbrstep": "red_nether_brick_slab", - "rnetherbrhalfblock": "red_nether_brick_slab", - "rnetherbrickhalfblock": "red_nether_brick_slab", - "rnetherbrickstep": "red_nether_brick_slab", - "rnetherbrstep": "red_nether_brick_slab", - "red_nether_brick_stairs": { - "material": "RED_NETHER_BRICK_STAIRS" - }, - "minecraft:red_nether_brick_stairs": "red_nether_brick_stairs", - "rednbrickstair": "red_nether_brick_stairs", - "rednbrickstairs": "red_nether_brick_stairs", - "rednbrstair": "red_nether_brick_stairs", - "rednbrstairs": "red_nether_brick_stairs", - "rednetherbrickstair": "red_nether_brick_stairs", - "rednetherbrickstairs": "red_nether_brick_stairs", - "rednetherbrstair": "red_nether_brick_stairs", - "rednetherbrstairs": "red_nether_brick_stairs", - "rnbrickstair": "red_nether_brick_stairs", - "rnbrickstairs": "red_nether_brick_stairs", - "rnbrstair": "red_nether_brick_stairs", - "rnbrstairs": "red_nether_brick_stairs", - "rnetherbrickstair": "red_nether_brick_stairs", - "rnetherbrickstairs": "red_nether_brick_stairs", - "rnetherbrstair": "red_nether_brick_stairs", - "rnetherbrstairs": "red_nether_brick_stairs", - "red_nether_brick_wall": { - "material": "RED_NETHER_BRICK_WALL" - }, - "minecraft:red_nether_brick_wall": "red_nether_brick_wall", - "rednbrickwall": "red_nether_brick_wall", - "rednbrwall": "red_nether_brick_wall", - "rednetherbrickwall": "red_nether_brick_wall", - "rednetherbrwall": "red_nether_brick_wall", - "rnbrickwall": "red_nether_brick_wall", - "rnbrwall": "red_nether_brick_wall", - "rnetherbrickwall": "red_nether_brick_wall", - "rnetherbrwall": "red_nether_brick_wall", - "wallrednbr": "red_nether_brick_wall", - "wallrednbrick": "red_nether_brick_wall", - "wallrednetherbr": "red_nether_brick_wall", - "wallrednetherbrick": "red_nether_brick_wall", - "wallrnbr": "red_nether_brick_wall", - "wallrnbrick": "red_nether_brick_wall", - "wallrnetherbr": "red_nether_brick_wall", - "wallrnetherbrick": "red_nether_brick_wall", - "red_nether_bricks": { - "material": "RED_NETHER_BRICKS" - }, - "minecraft:red_nether_bricks": "red_nether_bricks", - "rednbr": "red_nether_bricks", - "rednbrick": "red_nether_bricks", - "rednetherbr": "red_nether_bricks", - "rednetherbrick": "red_nether_bricks", - "rednetherbricks": "red_nether_bricks", - "rnbr": "red_nether_bricks", - "rnbrick": "red_nether_bricks", - "rnetherbr": "red_nether_bricks", - "rnetherbrick": "red_nether_bricks", - "red_sand": { - "material": "RED_SAND" - }, - "minecraft:red_sand": "red_sand", - "redsand": "red_sand", - "rsand": "red_sand", - "red_sandstone": { - "material": "RED_SANDSTONE" - }, - "minecraft:red_sandstone": "red_sandstone", - "redsandst": "red_sandstone", - "redsandstb": "red_sandstone", - "redsandstbl": "red_sandstone", - "redsandstblock": "red_sandstone", - "redsandstone": "red_sandstone", - "redsandstoneb": "red_sandstone", - "redsandstonebl": "red_sandstone", - "redsandstoneblock": "red_sandstone", - "redsndst": "red_sandstone", - "redsndstb": "red_sandstone", - "redsndstbl": "red_sandstone", - "redsndstblock": "red_sandstone", - "red_sandstone_slab": { - "material": "RED_SANDSTONE_SLAB" - }, - "minecraft:red_sandstone_slab": "red_sandstone_slab", - "redsandsthalfblock": "red_sandstone_slab", - "redsandstonehalfblock": "red_sandstone_slab", - "redsandstoneslab": "red_sandstone_slab", - "redsandstonestep": "red_sandstone_slab", - "redsandststep": "red_sandstone_slab", - "redsndsthalfblock": "red_sandstone_slab", - "redsndststep": "red_sandstone_slab", - "red_sandstone_stairs": { - "material": "RED_SANDSTONE_STAIRS" - }, - "minecraft:red_sandstone_stairs": "red_sandstone_stairs", - "redsandstonestair": "red_sandstone_stairs", - "redsandstonestairs": "red_sandstone_stairs", - "redsandststair": "red_sandstone_stairs", - "redsandststairs": "red_sandstone_stairs", - "redsndststair": "red_sandstone_stairs", - "redsndststairs": "red_sandstone_stairs", - "red_sandstone_wall": { - "material": "RED_SANDSTONE_WALL" - }, - "minecraft:red_sandstone_wall": "red_sandstone_wall", - "redsandstonewall": "red_sandstone_wall", - "redsandstwall": "red_sandstone_wall", - "redsndstwall": "red_sandstone_wall", - "wallredsandst": "red_sandstone_wall", - "wallredsandstone": "red_sandstone_wall", - "wallredsndst": "red_sandstone_wall", - "red_shulker_box": { - "material": "RED_SHULKER_BOX" - }, - "minecraft:red_shulker_box": "red_shulker_box", - "redsbox": "red_shulker_box", - "redshulkerbox": "red_shulker_box", - "rsbox": "red_shulker_box", - "rshulkerbox": "red_shulker_box", - "red_stained_glass": { - "material": "RED_STAINED_GLASS" - }, - "minecraft:red_stained_glass": "red_stained_glass", - "redglass": "red_stained_glass", - "redsglass": "red_stained_glass", - "redstainedglass": "red_stained_glass", - "rglass": "red_stained_glass", - "rsglass": "red_stained_glass", - "rstainedglass": "red_stained_glass", - "red_stained_glass_pane": { - "material": "RED_STAINED_GLASS_PANE" - }, - "minecraft:red_stained_glass_pane": "red_stained_glass_pane", - "redglasspane": "red_stained_glass_pane", - "redgpane": "red_stained_glass_pane", - "redsglasspane": "red_stained_glass_pane", - "redstainedglasspane": "red_stained_glass_pane", - "rglasspane": "red_stained_glass_pane", - "rgpane": "red_stained_glass_pane", - "rsglasspane": "red_stained_glass_pane", - "rstainedglasspane": "red_stained_glass_pane", - "red_terracotta": { - "material": "RED_TERRACOTTA" - }, - "minecraft:red_terracotta": "red_terracotta", - "rclay": "red_terracotta", - "redclay": "red_terracotta", - "redsclay": "red_terracotta", - "redstainedclay": "red_terracotta", - "redtcota": "red_terracotta", - "redterra": "red_terracotta", - "redterracota": "red_terracotta", - "redterracotta": "red_terracotta", - "rsclay": "red_terracotta", - "rstainedclay": "red_terracotta", - "rtcota": "red_terracotta", - "rterra": "red_terracotta", - "rterracota": "red_terracotta", - "rterracotta": "red_terracotta", - "red_tulip": { - "material": "RED_TULIP" - }, - "minecraft:red_tulip": "red_tulip", - "redtulip": "red_tulip", - "rtulip": "red_tulip", - "tulipr": "red_tulip", - "tulipred": "red_tulip", - "red_wool": { - "material": "RED_WOOL" - }, - "minecraft:red_wool": "red_wool", - "rcloth": "red_wool", - "rcotton": "red_wool", - "redcloth": "red_wool", - "redcotton": "red_wool", - "redwool": "red_wool", - "rwool": "red_wool", - "redstone": { - "material": "REDSTONE" - }, - "minecraft:redstone": "redstone", - "redstone_block": { - "material": "REDSTONE_BLOCK" - }, - "blockr": "redstone_block", - "blockred": "redstone_block", - "blockreds": "redstone_block", - "blockredstone": "redstone_block", - "blockrs": "redstone_block", - "blockrstone": "redstone_block", - "minecraft:redstone_block": "redstone_block", - "rblock": "redstone_block", - "redblock": "redstone_block", - "redsblock": "redstone_block", - "redstoneblock": "redstone_block", - "rsblock": "redstone_block", - "rstoneblock": "redstone_block", - "redstone_lamp": { - "material": "REDSTONE_LAMP" - }, - "minecraft:redstone_lamp": "redstone_lamp", - "redstonelamp": "redstone_lamp", - "redstone_ore": { - "material": "REDSTONE_ORE" - }, - "minecraft:redstone_ore": "redstone_ore", - "or": "redstone_ore", - "oreds": "redstone_ore", - "oredstone": "redstone_ore", - "orer": "redstone_ore", - "orered": "redstone_ore", - "orereds": "redstone_ore", - "oreredstone": "redstone_ore", - "orers": "redstone_ore", - "orerstone": "redstone_ore", - "ors": "redstone_ore", - "orstone": "redstone_ore", - "redo": "redstone_ore", - "redore": "redstone_ore", - "redso": "redstone_ore", - "redsore": "redstone_ore", - "redstoneo": "redstone_ore", - "redstoneore": "redstone_ore", - "ro": "redstone_ore", - "rore": "redstone_ore", - "rso": "redstone_ore", - "rsore": "redstone_ore", - "rstoneo": "redstone_ore", - "rstoneore": "redstone_ore", - "stoneredore": "redstone_ore", - "stoneredsore": "redstone_ore", - "stoneredstoneore": "redstone_ore", - "stonerore": "redstone_ore", - "stonersore": "redstone_ore", - "stonerstoneore": "redstone_ore", - "redstone_torch": { - "material": "REDSTONE_TORCH" - }, - "minecraft:redstone_torch": "redstone_torch", - "redstonetorch": "redstone_torch", - "redstorch": "redstone_torch", - "redtorch": "redstone_torch", - "rstonetorch": "redstone_torch", - "rstorch": "redstone_torch", - "regeneration_lingering_potion": { - "potionData": { - "type": "REGEN", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotionregen": "regeneration_lingering_potion", - "aoepotionregenerate": "regeneration_lingering_potion", - "aoepotionregeneration": "regeneration_lingering_potion", - "aoepotregen": "regeneration_lingering_potion", - "aoepotregenerate": "regeneration_lingering_potion", - "aoepotregeneration": "regeneration_lingering_potion", - "areapotionregen": "regeneration_lingering_potion", - "areapotionregenerate": "regeneration_lingering_potion", - "areapotionregeneration": "regeneration_lingering_potion", - "areapotregen": "regeneration_lingering_potion", - "areapotregenerate": "regeneration_lingering_potion", - "areapotregeneration": "regeneration_lingering_potion", - "cloudpotionregen": "regeneration_lingering_potion", - "cloudpotionregenerate": "regeneration_lingering_potion", - "cloudpotionregeneration": "regeneration_lingering_potion", - "cloudpotregen": "regeneration_lingering_potion", - "cloudpotregenerate": "regeneration_lingering_potion", - "cloudpotregeneration": "regeneration_lingering_potion", - "lingerpotregen": "regeneration_lingering_potion", - "lingerpotregenerate": "regeneration_lingering_potion", - "lingerpotregeneration": "regeneration_lingering_potion", - "regenaoepoiont": "regeneration_lingering_potion", - "regenaoepot": "regeneration_lingering_potion", - "regenareapot": "regeneration_lingering_potion", - "regenareapotion": "regeneration_lingering_potion", - "regencloudpot": "regeneration_lingering_potion", - "regencloudpotion": "regeneration_lingering_potion", - "regenerateaoepoiont": "regeneration_lingering_potion", - "regenerateaoepot": "regeneration_lingering_potion", - "regenerateareapot": "regeneration_lingering_potion", - "regenerateareapotion": "regeneration_lingering_potion", - "regeneratecloudpot": "regeneration_lingering_potion", - "regeneratecloudpotion": "regeneration_lingering_potion", - "regeneratelingerpot": "regeneration_lingering_potion", - "regenerationaoepoiont": "regeneration_lingering_potion", - "regenerationaoepot": "regeneration_lingering_potion", - "regenerationareapot": "regeneration_lingering_potion", - "regenerationareapotion": "regeneration_lingering_potion", - "regenerationcloudpot": "regeneration_lingering_potion", - "regenerationcloudpotion": "regeneration_lingering_potion", - "regenerationlingerpot": "regeneration_lingering_potion", - "regenlingerpot": "regeneration_lingering_potion", - "regeneration_potion": { - "potionData": { - "type": "REGEN", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "potionofregen": "regeneration_potion", - "potionofregenerate": "regeneration_potion", - "potionofregeneration": "regeneration_potion", - "potofregen": "regeneration_potion", - "potofregenerate": "regeneration_potion", - "potofregeneration": "regeneration_potion", - "regeneratepot": "regeneration_potion", - "regeneratepotion": "regeneration_potion", - "regenerationpot": "regeneration_potion", - "regenerationpotion": "regeneration_potion", - "regenpot": "regeneration_potion", - "regenpotion": "regeneration_potion", - "regeneration_splash_potion": { - "potionData": { - "type": "REGEN", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "regeneratesplashpot": "regeneration_splash_potion", - "regeneratesplashpotion": "regeneration_splash_potion", - "regenerationsplashpot": "regeneration_splash_potion", - "regenerationsplashpotion": "regeneration_splash_potion", - "regensplashpot": "regeneration_splash_potion", - "regensplashpotion": "regeneration_splash_potion", - "splashregeneratepot": "regeneration_splash_potion", - "splashregeneratepotion": "regeneration_splash_potion", - "splashregenerationpot": "regeneration_splash_potion", - "splashregenerationpotion": "regeneration_splash_potion", - "splashregenpot": "regeneration_splash_potion", - "splashregenpotion": "regeneration_splash_potion", - "splregeneratepot": "regeneration_splash_potion", - "splregeneratepotion": "regeneration_splash_potion", - "splregenerationpot": "regeneration_splash_potion", - "splregenerationpotion": "regeneration_splash_potion", - "splregenpot": "regeneration_splash_potion", - "splregenpotion": "regeneration_splash_potion", - "regeneration_tipped_arrow": { - "potionData": { - "type": "REGEN", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowregen": "regeneration_tipped_arrow", - "arrowregenerate": "regeneration_tipped_arrow", - "arrowregeneration": "regeneration_tipped_arrow", - "regenarrow": "regeneration_tipped_arrow", - "regeneratearrow": "regeneration_tipped_arrow", - "regeneratetarr": "regeneration_tipped_arrow", - "regeneratetarrow": "regeneration_tipped_arrow", - "regeneratetippedarrow": "regeneration_tipped_arrow", - "regenerationarrow": "regeneration_tipped_arrow", - "regenerationtarr": "regeneration_tipped_arrow", - "regenerationtarrow": "regeneration_tipped_arrow", - "regenerationtippedarrow": "regeneration_tipped_arrow", - "regentarr": "regeneration_tipped_arrow", - "regentarrow": "regeneration_tipped_arrow", - "regentippedarrow": "regeneration_tipped_arrow", - "reinforced_deepslate": { - "material": "REINFORCED_DEEPSLATE" - }, - "minecraft:reinforced_deepslate": "reinforced_deepslate", - "rdeepslate": "reinforced_deepslate", - "rdeepslateb": "reinforced_deepslate", - "rdeepslatebl": "reinforced_deepslate", - "rdeepslateblock": "reinforced_deepslate", - "rdslate": "reinforced_deepslate", - "rdslateb": "reinforced_deepslate", - "rdslatebl": "reinforced_deepslate", - "rdslateblock": "reinforced_deepslate", - "reinfdeepslate": "reinforced_deepslate", - "reinfdeepslateb": "reinforced_deepslate", - "reinfdeepslatebl": "reinforced_deepslate", - "reinfdeepslateblock": "reinforced_deepslate", - "reinfdslate": "reinforced_deepslate", - "reinfdslateb": "reinforced_deepslate", - "reinfdslatebl": "reinforced_deepslate", - "reinfdslateblock": "reinforced_deepslate", - "reinforceddeepslate": "reinforced_deepslate", - "reinforceddeepslateb": "reinforced_deepslate", - "reinforceddeepslatebl": "reinforced_deepslate", - "reinforceddeepslateblock": "reinforced_deepslate", - "reinforceddslate": "reinforced_deepslate", - "reinforceddslateb": "reinforced_deepslate", - "reinforceddslatebl": "reinforced_deepslate", - "reinforceddslateblock": "reinforced_deepslate", - "reinforcedslate": "reinforced_deepslate", - "reinforcedslateb": "reinforced_deepslate", - "reinforcedslatebl": "reinforced_deepslate", - "reinforcedslateblock": "reinforced_deepslate", - "reinfslate": "reinforced_deepslate", - "reinfslateb": "reinforced_deepslate", - "reinfslatebl": "reinforced_deepslate", - "reinfslateblock": "reinforced_deepslate", - "rslate": "reinforced_deepslate", - "rslateb": "reinforced_deepslate", - "rslatebl": "reinforced_deepslate", - "rslateblock": "reinforced_deepslate", - "repeater": { - "material": "REPEATER" - }, - "minecraft:repeater": "repeater", - "repeating_command_block": { - "material": "REPEATING_COMMAND_BLOCK" - }, - "loopblockcmd": "repeating_command_block", - "loopcmdblock": "repeating_command_block", - "loopmacroblock": "repeating_command_block", - "minecraft:repeating_command_block": "repeating_command_block", - "repcmdblock": "repeating_command_block", - "repeatingcommandblock": "repeating_command_block", - "respawn_anchor": { - "material": "RESPAWN_ANCHOR" - }, - "minecraft:respawn_anchor": "respawn_anchor", - "netherbed": "respawn_anchor", - "respawnanc": "respawn_anchor", - "respawnanchor": "respawn_anchor", - "respawnpoint": "respawn_anchor", - "spawnanc": "respawn_anchor", - "spawnanchor": "respawn_anchor", - "rib_armor_trim_smithing_template": { - "material": "RIB_ARMOR_TRIM_SMITHING_TEMPLATE" - }, - "minecraft:rib_armor_trim_smithing_template": "rib_armor_trim_smithing_template", - "ribarmortrimsmithingtemplate": "rib_armor_trim_smithing_template", - "ribtrim": "rib_armor_trim_smithing_template", - "rooted_dirt": { - "material": "ROOTED_DIRT" - }, - "minecraft:rooted_dirt": "rooted_dirt", - "rearth": "rooted_dirt", - "rland": "rooted_dirt", - "rooteddirt": "rooted_dirt", - "rootedearth": "rooted_dirt", - "rootedland": "rooted_dirt", - "rootedsoil": "rooted_dirt", - "rsoil": "rooted_dirt", - "rose_bush": { - "material": "ROSE_BUSH" - }, - "minecraft:rose_bush": "rose_bush", - "rosebush": "rose_bush", - "rotten_flesh": { - "material": "ROTTEN_FLESH" - }, - "minecraft:rotten_flesh": "rotten_flesh", - "rottenflesh": "rotten_flesh", - "saddle": { - "material": "SADDLE" - }, - "minecraft:saddle": "saddle", - "salmon": { - "material": "SALMON" - }, - "fishs": "salmon", - "minecraft:salmon": "salmon", - "plainfishs": "salmon", - "plainsalmon": "salmon", - "plainsalmonfish": "salmon", - "plainsfish": "salmon", - "rafishs": "salmon", - "rasalmon": "salmon", - "rasalmonfish": "salmon", - "rasfish": "salmon", - "rawfishs": "salmon", - "rawsalmon": "salmon", - "rawsalmonfish": "salmon", - "rawsfish": "salmon", - "salmonfish": "salmon", - "sfish": "salmon", - "uncookedfishs": "salmon", - "uncookedsalmon": "salmon", - "uncookedsalmonfish": "salmon", - "uncookedsfish": "salmon", - "salmon_bucket": { - "material": "SALMON_BUCKET" - }, - "bucketosalmon": "salmon_bucket", - "minecraft:salmon_bucket": "salmon_bucket", - "salmonbucket": "salmon_bucket", - "salmonbukkit": "salmon_bucket", - "salmonpail": "salmon_bucket", - "salmon_spawn_egg": { - "material": "SALMON_SPAWN_EGG" - }, - "eggsalmon": "salmon_spawn_egg", - "minecraft:salmon_spawn_egg": "salmon_spawn_egg", - "salmonegg": "salmon_spawn_egg", - "salmonsegg": "salmon_spawn_egg", - "salmonspawn": "salmon_spawn_egg", - "salmonspawnegg": "salmon_spawn_egg", - "seggsalmon": "salmon_spawn_egg", - "spawneggsalmon": "salmon_spawn_egg", - "spawnsalmon": "salmon_spawn_egg", - "salmon_spawner": { - "entity": "SALMON", - "material": "SPAWNER" - }, - "salmoncage": "salmon_spawner", - "salmonmcage": "salmon_spawner", - "salmonmobcage": "salmon_spawner", - "salmonmobspawner": "salmon_spawner", - "salmonmonstercage": "salmon_spawner", - "salmonmonsterspawner": "salmon_spawner", - "salmonmspawner": "salmon_spawner", - "salmonspawner": "salmon_spawner", - "sand": { - "material": "SAND" - }, - "minecraft:sand": "sand", - "sandstone": { - "material": "SANDSTONE" - }, - "minecraft:sandstone": "sandstone", - "sandst": "sandstone", - "sandstb": "sandstone", - "sandstbl": "sandstone", - "sandstblock": "sandstone", - "sandstoneb": "sandstone", - "sandstonebl": "sandstone", - "sandstoneblock": "sandstone", - "sndst": "sandstone", - "sndstb": "sandstone", - "sndstbl": "sandstone", - "sndstblock": "sandstone", - "sandstone_slab": { - "material": "SANDSTONE_SLAB" - }, - "minecraft:sandstone_slab": "sandstone_slab", - "sandsthalfblock": "sandstone_slab", - "sandstonehalfblock": "sandstone_slab", - "sandstoneslab": "sandstone_slab", - "sandstonestep": "sandstone_slab", - "sandststep": "sandstone_slab", - "sndsthalfblock": "sandstone_slab", - "sndststep": "sandstone_slab", - "sandstone_stairs": { - "material": "SANDSTONE_STAIRS" - }, - "minecraft:sandstone_stairs": "sandstone_stairs", - "sandstonestair": "sandstone_stairs", - "sandstonestairs": "sandstone_stairs", - "sandststair": "sandstone_stairs", - "sandststairs": "sandstone_stairs", - "sndststair": "sandstone_stairs", - "sndststairs": "sandstone_stairs", - "sandstone_wall": { - "material": "SANDSTONE_WALL" - }, - "minecraft:sandstone_wall": "sandstone_wall", - "sandstonewall": "sandstone_wall", - "sandstwall": "sandstone_wall", - "sndstwall": "sandstone_wall", - "wallsandst": "sandstone_wall", - "wallsandstone": "sandstone_wall", - "wallsndst": "sandstone_wall", - "scaffolding": { - "material": "SCAFFOLDING" - }, - "minecraft:scaffolding": "scaffolding", - "sculk": { - "material": "SCULK" - }, - "minecraft:sculk": "sculk", - "sculk_catalyst": { - "material": "SCULK_CATALYST" - }, - "minecraft:sculk_catalyst": "sculk_catalyst", - "sccat": "sculk_catalyst", - "sccatalyst": "sculk_catalyst", - "sculkcat": "sculk_catalyst", - "sculkcatalyst": "sculk_catalyst", - "sculk_sensor": { - "material": "SCULK_SENSOR" - }, - "minecraft:sculk_sensor": "sculk_sensor", - "scsensor": "sculk_sensor", - "sculksensor": "sculk_sensor", - "sculk_shrieker": { - "material": "SCULK_SHRIEKER" - }, - "minecraft:sculk_shrieker": "sculk_shrieker", - "scshriek": "sculk_shrieker", - "scshrieker": "sculk_shrieker", - "sculkshriek": "sculk_shrieker", - "sculkshrieker": "sculk_shrieker", - "sculk_vein": { - "material": "SCULK_VEIN" - }, - "minecraft:sculk_vein": "sculk_vein", - "sculkvein": "sculk_vein", - "scvein": "sculk_vein", - "scute": { - "material": "SCUTE" - }, - "minecraft:scute": "scute", - "sea_lantern": { - "material": "SEA_LANTERN" - }, - "minecraft:sea_lantern": "sea_lantern", - "sealantern": "sea_lantern", - "sea_pickle": { - "material": "SEA_PICKLE" - }, - "minecraft:sea_pickle": "sea_pickle", - "seapickle": "sea_pickle", - "seagrass": { - "material": "SEAGRASS" - }, - "minecraft:seagrass": "seagrass", - "sentry_armor_trim_smithing_template": { - "material": "SENTRY_ARMOR_TRIM_SMITHING_TEMPLATE" - }, - "minecraft:sentry_armor_trim_smithing_template": "sentry_armor_trim_smithing_template", - "sentryarmortrimsmithingtemplate": "sentry_armor_trim_smithing_template", - "sentrytrim": "sentry_armor_trim_smithing_template", - "shaper_armor_trim_smithing_template": { - "material": "SHAPER_ARMOR_TRIM_SMITHING_TEMPLATE" - }, - "minecraft:shaper_armor_trim_smithing_template": "shaper_armor_trim_smithing_template", - "shaperarmortrimsmithingtemplate": "shaper_armor_trim_smithing_template", - "shapertrim": "shaper_armor_trim_smithing_template", - "sheaf_pottery_sherd": { - "material": "SHEAF_POTTERY_SHERD" - }, - "minecraft:sheaf_pottery_sherd": "sheaf_pottery_sherd", - "sheafpotterysherd": "sheaf_pottery_sherd", - "sheafsherd": "sheaf_pottery_sherd", - "shears": { - "material": "SHEARS" - }, - "minecraft:shears": "shears", - "sheep_spawn_egg": { - "material": "SHEEP_SPAWN_EGG" - }, - "eggsheep": "sheep_spawn_egg", - "minecraft:sheep_spawn_egg": "sheep_spawn_egg", - "seggsheep": "sheep_spawn_egg", - "sheepegg": "sheep_spawn_egg", - "sheepsegg": "sheep_spawn_egg", - "sheepspawn": "sheep_spawn_egg", - "sheepspawnegg": "sheep_spawn_egg", - "spawneggsheep": "sheep_spawn_egg", - "spawnsheep": "sheep_spawn_egg", - "sheep_spawner": { - "entity": "SHEEP", - "material": "SPAWNER" - }, - "sheepcage": "sheep_spawner", - "sheepmcage": "sheep_spawner", - "sheepmobcage": "sheep_spawner", - "sheepmobspawner": "sheep_spawner", - "sheepmonstercage": "sheep_spawner", - "sheepmonsterspawner": "sheep_spawner", - "sheepmspawner": "sheep_spawner", - "sheepspawner": "sheep_spawner", - "shelter_pottery_sherd": { - "material": "SHELTER_POTTERY_SHERD" - }, - "minecraft:shelter_pottery_sherd": "shelter_pottery_sherd", - "shelterpotterysherd": "shelter_pottery_sherd", - "sheltersherd": "shelter_pottery_sherd", - "shield": { - "material": "SHIELD" - }, - "handshield": "shield", - "minecraft:shield": "shield", - "woodenshield": "shield", - "woodshield": "shield", - "shroomlight": { - "material": "SHROOMLIGHT" - }, - "minecraft:shroomlight": "shroomlight", - "netherlamp": "shroomlight", - "shlight": "shroomlight", - "shroomlamp": "shroomlight", - "shulker_box": { - "material": "SHULKER_BOX" - }, - "minecraft:shulker_box": "shulker_box", - "shulkerbox": "shulker_box", - "shulker_shell": { - "material": "SHULKER_SHELL" - }, - "minecraft:shulker_shell": "shulker_shell", - "shulkershell": "shulker_shell", - "shulker_spawn_egg": { - "material": "SHULKER_SPAWN_EGG" - }, - "eggshulk": "shulker_spawn_egg", - "eggshulker": "shulker_spawn_egg", - "minecraft:shulker_spawn_egg": "shulker_spawn_egg", - "seggshulk": "shulker_spawn_egg", - "seggshulker": "shulker_spawn_egg", - "shulkegg": "shulker_spawn_egg", - "shulkeregg": "shulker_spawn_egg", - "shulkersegg": "shulker_spawn_egg", - "shulkerspawn": "shulker_spawn_egg", - "shulkerspawnegg": "shulker_spawn_egg", - "shulksegg": "shulker_spawn_egg", - "shulkspawn": "shulker_spawn_egg", - "shulkspawnegg": "shulker_spawn_egg", - "spawneggshulk": "shulker_spawn_egg", - "spawneggshulker": "shulker_spawn_egg", - "spawnshulk": "shulker_spawn_egg", - "spawnshulker": "shulker_spawn_egg", - "shulker_spawner": { - "entity": "SHULKER", - "material": "SPAWNER" - }, - "shulkcage": "shulker_spawner", - "shulkercage": "shulker_spawner", - "shulkermcage": "shulker_spawner", - "shulkermobcage": "shulker_spawner", - "shulkermobspawner": "shulker_spawner", - "shulkermonstercage": "shulker_spawner", - "shulkermonsterspawner": "shulker_spawner", - "shulkermspawner": "shulker_spawner", - "shulkerspawner": "shulker_spawner", - "shulkmcage": "shulker_spawner", - "shulkmobcage": "shulker_spawner", - "shulkmobspawner": "shulker_spawner", - "shulkmonstercage": "shulker_spawner", - "shulkmonsterspawner": "shulker_spawner", - "shulkmspawner": "shulker_spawner", - "shulkspawner": "shulker_spawner", - "silence_armor_trim_smithing_template": { - "material": "SILENCE_ARMOR_TRIM_SMITHING_TEMPLATE" - }, - "minecraft:silence_armor_trim_smithing_template": "silence_armor_trim_smithing_template", - "silencearmortrimsmithingtemplate": "silence_armor_trim_smithing_template", - "silencetrim": "silence_armor_trim_smithing_template", - "silverfish_spawn_egg": { - "material": "SILVERFISH_SPAWN_EGG" - }, - "eggsfish": "silverfish_spawn_egg", - "eggsilverfish": "silverfish_spawn_egg", - "minecraft:silverfish_spawn_egg": "silverfish_spawn_egg", - "seggsfish": "silverfish_spawn_egg", - "seggsilverfish": "silverfish_spawn_egg", - "sfishegg": "silverfish_spawn_egg", - "sfishsegg": "silverfish_spawn_egg", - "sfishspawn": "silverfish_spawn_egg", - "sfishspawnegg": "silverfish_spawn_egg", - "silverfishegg": "silverfish_spawn_egg", - "silverfishsegg": "silverfish_spawn_egg", - "silverfishspawn": "silverfish_spawn_egg", - "silverfishspawnegg": "silverfish_spawn_egg", - "spawneggsfish": "silverfish_spawn_egg", - "spawneggsilverfish": "silverfish_spawn_egg", - "spawnsfish": "silverfish_spawn_egg", - "spawnsilverfish": "silverfish_spawn_egg", - "silverfish_spawner": { - "entity": "SILVERFISH", - "material": "SPAWNER" - }, - "sfishcage": "silverfish_spawner", - "sfishmcage": "silverfish_spawner", - "sfishmobcage": "silverfish_spawner", - "sfishmobspawner": "silverfish_spawner", - "sfishmonstercage": "silverfish_spawner", - "sfishmonsterspawner": "silverfish_spawner", - "sfishmspawner": "silverfish_spawner", - "sfishspawner": "silverfish_spawner", - "silverfishcage": "silverfish_spawner", - "silverfishmcage": "silverfish_spawner", - "silverfishmobcage": "silverfish_spawner", - "silverfishmobspawner": "silverfish_spawner", - "silverfishmonstercage": "silverfish_spawner", - "silverfishmonsterspawner": "silverfish_spawner", - "silverfishmspawner": "silverfish_spawner", - "silverfishspawner": "silverfish_spawner", - "skeleton_horse_spawn_egg": { - "material": "SKELETON_HORSE_SPAWN_EGG" - }, - "bonehorseegg": "skeleton_horse_spawn_egg", - "bonehorsesegg": "skeleton_horse_spawn_egg", - "bonehorsespawn": "skeleton_horse_spawn_egg", - "bonehorsespawnegg": "skeleton_horse_spawn_egg", - "eggbonehorse": "skeleton_horse_spawn_egg", - "eggshorse": "skeleton_horse_spawn_egg", - "eggskeleton_horse": "skeleton_horse_spawn_egg", - "eggskhorse": "skeleton_horse_spawn_egg", - "minecraft:skeleton_horse_spawn_egg": "skeleton_horse_spawn_egg", - "seggbonehorse": "skeleton_horse_spawn_egg", - "seggshorse": "skeleton_horse_spawn_egg", - "seggskeleton_horse": "skeleton_horse_spawn_egg", - "seggskhorse": "skeleton_horse_spawn_egg", - "shorseegg": "skeleton_horse_spawn_egg", - "shorsesegg": "skeleton_horse_spawn_egg", - "shorsespawn": "skeleton_horse_spawn_egg", - "shorsespawnegg": "skeleton_horse_spawn_egg", - "skeleton_horseegg": "skeleton_horse_spawn_egg", - "skeleton_horsesegg": "skeleton_horse_spawn_egg", - "skeleton_horsespawn": "skeleton_horse_spawn_egg", - "skeleton_horsespawnegg": "skeleton_horse_spawn_egg", - "skeletonhorsespawnegg": "skeleton_horse_spawn_egg", - "skhorseegg": "skeleton_horse_spawn_egg", - "skhorsesegg": "skeleton_horse_spawn_egg", - "skhorsespawn": "skeleton_horse_spawn_egg", - "skhorsespawnegg": "skeleton_horse_spawn_egg", - "spawnbonehorse": "skeleton_horse_spawn_egg", - "spawneggbonehorse": "skeleton_horse_spawn_egg", - "spawneggshorse": "skeleton_horse_spawn_egg", - "spawneggskeleton_horse": "skeleton_horse_spawn_egg", - "spawneggskhorse": "skeleton_horse_spawn_egg", - "spawnshorse": "skeleton_horse_spawn_egg", - "spawnskeleton_horse": "skeleton_horse_spawn_egg", - "spawnskhorse": "skeleton_horse_spawn_egg", - "skeleton_horse_spawner": { - "entity": "SKELETON_HORSE", - "material": "SPAWNER" - }, - "bonehorsecage": "skeleton_horse_spawner", - "bonehorsemcage": "skeleton_horse_spawner", - "bonehorsemobcage": "skeleton_horse_spawner", - "bonehorsemobspawner": "skeleton_horse_spawner", - "bonehorsemonstercage": "skeleton_horse_spawner", - "bonehorsemonsterspawner": "skeleton_horse_spawner", - "bonehorsemspawner": "skeleton_horse_spawner", - "bonehorsespawner": "skeleton_horse_spawner", - "shorsecage": "skeleton_horse_spawner", - "shorsemcage": "skeleton_horse_spawner", - "shorsemobcage": "skeleton_horse_spawner", - "shorsemobspawner": "skeleton_horse_spawner", - "shorsemonstercage": "skeleton_horse_spawner", - "shorsemonsterspawner": "skeleton_horse_spawner", - "shorsemspawner": "skeleton_horse_spawner", - "shorsespawner": "skeleton_horse_spawner", - "skeleton_horsecage": "skeleton_horse_spawner", - "skeleton_horsemcage": "skeleton_horse_spawner", - "skeleton_horsemobcage": "skeleton_horse_spawner", - "skeleton_horsemobspawner": "skeleton_horse_spawner", - "skeleton_horsemonstercage": "skeleton_horse_spawner", - "skeleton_horsemonsterspawner": "skeleton_horse_spawner", - "skeleton_horsemspawner": "skeleton_horse_spawner", - "skeleton_horsespawner": "skeleton_horse_spawner", - "skhorsecage": "skeleton_horse_spawner", - "skhorsemcage": "skeleton_horse_spawner", - "skhorsemobcage": "skeleton_horse_spawner", - "skhorsemobspawner": "skeleton_horse_spawner", - "skhorsemonstercage": "skeleton_horse_spawner", - "skhorsemonsterspawner": "skeleton_horse_spawner", - "skhorsemspawner": "skeleton_horse_spawner", - "skhorsespawner": "skeleton_horse_spawner", - "skeleton_skull": { - "material": "SKELETON_SKULL" - }, - "headsk": "skeleton_skull", - "headskeleton": "skeleton_skull", - "minecraft:skeleton_skull": "skeleton_skull", - "skeletonhead": "skeleton_skull", - "skeletonheadmask": "skeleton_skull", - "skeletonmask": "skeleton_skull", - "skeletonskull": "skeleton_skull", - "skhead": "skeleton_skull", - "skheadmask": "skeleton_skull", - "skmask": "skeleton_skull", - "skskull": "skeleton_skull", - "skeleton_spawn_egg": { - "material": "SKELETON_SPAWN_EGG" - }, - "eggsk": "skeleton_spawn_egg", - "eggskeleton": "skeleton_spawn_egg", - "minecraft:skeleton_spawn_egg": "skeleton_spawn_egg", - "seggsk": "skeleton_spawn_egg", - "seggskeleton": "skeleton_spawn_egg", - "skegg": "skeleton_spawn_egg", - "skeletonegg": "skeleton_spawn_egg", - "skeletonsegg": "skeleton_spawn_egg", - "skeletonspawn": "skeleton_spawn_egg", - "skeletonspawnegg": "skeleton_spawn_egg", - "sksegg": "skeleton_spawn_egg", - "skspawn": "skeleton_spawn_egg", - "skspawnegg": "skeleton_spawn_egg", - "spawneggsk": "skeleton_spawn_egg", - "spawneggskeleton": "skeleton_spawn_egg", - "spawnsk": "skeleton_spawn_egg", - "spawnskeleton": "skeleton_spawn_egg", - "skeleton_spawner": { - "entity": "SKELETON", - "material": "SPAWNER" - }, - "skcage": "skeleton_spawner", - "skeletoncage": "skeleton_spawner", - "skeletonmcage": "skeleton_spawner", - "skeletonmobcage": "skeleton_spawner", - "skeletonmobspawner": "skeleton_spawner", - "skeletonmonstercage": "skeleton_spawner", - "skeletonmonsterspawner": "skeleton_spawner", - "skeletonmspawner": "skeleton_spawner", - "skeletonspawner": "skeleton_spawner", - "skmcage": "skeleton_spawner", - "skmobcage": "skeleton_spawner", - "skmobspawner": "skeleton_spawner", - "skmonstercage": "skeleton_spawner", - "skmonsterspawner": "skeleton_spawner", - "skmspawner": "skeleton_spawner", - "skspawner": "skeleton_spawner", - "skull_banner_pattern": { - "material": "SKULL_BANNER_PATTERN" - }, - "minecraft:skull_banner_pattern": "skull_banner_pattern", - "skullbannerpattern": "skull_banner_pattern", - "skull_pottery_sherd": { - "material": "SKULL_POTTERY_SHERD" - }, - "minecraft:skull_pottery_sherd": "skull_pottery_sherd", - "skullpotterysherd": "skull_pottery_sherd", - "skullsherd": "skull_pottery_sherd", - "slime_ball": { - "material": "SLIME_BALL" - }, - "minecraft:slime_ball": "slime_ball", - "slimeball": "slime_ball", - "slime_block": { - "material": "SLIME_BLOCK" - }, - "minecraft:slime_block": "slime_block", - "slimeblock": "slime_block", - "slime_spawn_egg": { - "material": "SLIME_SPAWN_EGG" - }, - "eggslime": "slime_spawn_egg", - "minecraft:slime_spawn_egg": "slime_spawn_egg", - "seggslime": "slime_spawn_egg", - "slimeegg": "slime_spawn_egg", - "slimesegg": "slime_spawn_egg", - "slimespawn": "slime_spawn_egg", - "slimespawnegg": "slime_spawn_egg", - "spawneggslime": "slime_spawn_egg", - "spawnslime": "slime_spawn_egg", - "slime_spawner": { - "entity": "SLIME", - "material": "SPAWNER" - }, - "slimecage": "slime_spawner", - "slimemcage": "slime_spawner", - "slimemobcage": "slime_spawner", - "slimemobspawner": "slime_spawner", - "slimemonstercage": "slime_spawner", - "slimemonsterspawner": "slime_spawner", - "slimemspawner": "slime_spawner", - "slimespawner": "slime_spawner", - "slow_falling_lingering_potion": { - "potionData": { - "type": "SLOW_FALLING", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotionsf": "slow_falling_lingering_potion", - "aoepotionslowfall": "slow_falling_lingering_potion", - "aoepotionslowfalling": "slow_falling_lingering_potion", - "aoepotsf": "slow_falling_lingering_potion", - "aoepotslowfall": "slow_falling_lingering_potion", - "aoepotslowfalling": "slow_falling_lingering_potion", - "areapotionsf": "slow_falling_lingering_potion", - "areapotionslowfall": "slow_falling_lingering_potion", - "areapotionslowfalling": "slow_falling_lingering_potion", - "areapotsf": "slow_falling_lingering_potion", - "areapotslowfall": "slow_falling_lingering_potion", - "areapotslowfalling": "slow_falling_lingering_potion", - "cloudpotionsf": "slow_falling_lingering_potion", - "cloudpotionslowfall": "slow_falling_lingering_potion", - "cloudpotionslowfalling": "slow_falling_lingering_potion", - "cloudpotsf": "slow_falling_lingering_potion", - "cloudpotslowfall": "slow_falling_lingering_potion", - "cloudpotslowfalling": "slow_falling_lingering_potion", - "lingerpotsf": "slow_falling_lingering_potion", - "lingerpotslowfall": "slow_falling_lingering_potion", - "lingerpotslowfalling": "slow_falling_lingering_potion", - "sfaoepoiont": "slow_falling_lingering_potion", - "sfaoepot": "slow_falling_lingering_potion", - "sfareapot": "slow_falling_lingering_potion", - "sfareapotion": "slow_falling_lingering_potion", - "sfcloudpot": "slow_falling_lingering_potion", - "sfcloudpotion": "slow_falling_lingering_potion", - "sflingerpot": "slow_falling_lingering_potion", - "slowfallaoepoiont": "slow_falling_lingering_potion", - "slowfallaoepot": "slow_falling_lingering_potion", - "slowfallareapot": "slow_falling_lingering_potion", - "slowfallareapotion": "slow_falling_lingering_potion", - "slowfallcloudpot": "slow_falling_lingering_potion", - "slowfallcloudpotion": "slow_falling_lingering_potion", - "slowfallingaoepoiont": "slow_falling_lingering_potion", - "slowfallingaoepot": "slow_falling_lingering_potion", - "slowfallingareapot": "slow_falling_lingering_potion", - "slowfallingareapotion": "slow_falling_lingering_potion", - "slowfallingcloudpot": "slow_falling_lingering_potion", - "slowfallingcloudpotion": "slow_falling_lingering_potion", - "slowfallinglingerpot": "slow_falling_lingering_potion", - "slowfalllingerpot": "slow_falling_lingering_potion", - "slow_falling_potion": { - "potionData": { - "type": "SLOW_FALLING", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "potionofsf": "slow_falling_potion", - "potionofslowfall": "slow_falling_potion", - "potionofslowfalling": "slow_falling_potion", - "potofsf": "slow_falling_potion", - "potofslowfall": "slow_falling_potion", - "potofslowfalling": "slow_falling_potion", - "sfpot": "slow_falling_potion", - "sfpotion": "slow_falling_potion", - "slowfallingpot": "slow_falling_potion", - "slowfallingpotion": "slow_falling_potion", - "slowfallpot": "slow_falling_potion", - "slowfallpotion": "slow_falling_potion", - "slow_falling_splash_potion": { - "potionData": { - "type": "SLOW_FALLING", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "sfsplashpot": "slow_falling_splash_potion", - "sfsplashpotion": "slow_falling_splash_potion", - "slowfallingsplashpot": "slow_falling_splash_potion", - "slowfallingsplashpotion": "slow_falling_splash_potion", - "slowfallsplashpot": "slow_falling_splash_potion", - "slowfallsplashpotion": "slow_falling_splash_potion", - "splashsfpot": "slow_falling_splash_potion", - "splashsfpotion": "slow_falling_splash_potion", - "splashslowfallingpot": "slow_falling_splash_potion", - "splashslowfallingpotion": "slow_falling_splash_potion", - "splashslowfallpot": "slow_falling_splash_potion", - "splashslowfallpotion": "slow_falling_splash_potion", - "splsfpot": "slow_falling_splash_potion", - "splsfpotion": "slow_falling_splash_potion", - "splslowfallingpot": "slow_falling_splash_potion", - "splslowfallingpotion": "slow_falling_splash_potion", - "splslowfallpot": "slow_falling_splash_potion", - "splslowfallpotion": "slow_falling_splash_potion", - "slow_falling_tipped_arrow": { - "potionData": { - "type": "SLOW_FALLING", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowsf": "slow_falling_tipped_arrow", - "arrowslowfall": "slow_falling_tipped_arrow", - "arrowslowfalling": "slow_falling_tipped_arrow", - "sfarrow": "slow_falling_tipped_arrow", - "sftarr": "slow_falling_tipped_arrow", - "sftarrow": "slow_falling_tipped_arrow", - "sftippedarrow": "slow_falling_tipped_arrow", - "slowfallarrow": "slow_falling_tipped_arrow", - "slowfallingarrow": "slow_falling_tipped_arrow", - "slowfallingtarr": "slow_falling_tipped_arrow", - "slowfallingtarrow": "slow_falling_tipped_arrow", - "slowfallingtippedarrow": "slow_falling_tipped_arrow", - "slowfalltarr": "slow_falling_tipped_arrow", - "slowfalltarrow": "slow_falling_tipped_arrow", - "slowfalltippedarrow": "slow_falling_tipped_arrow", - "slowness_lingering_potion": { - "potionData": { - "type": "SLOWNESS", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotionslow": "slowness_lingering_potion", - "aoepotionslowness": "slowness_lingering_potion", - "aoepotslow": "slowness_lingering_potion", - "aoepotslowness": "slowness_lingering_potion", - "areapotionslow": "slowness_lingering_potion", - "areapotionslowness": "slowness_lingering_potion", - "areapotslow": "slowness_lingering_potion", - "areapotslowness": "slowness_lingering_potion", - "cloudpotionslow": "slowness_lingering_potion", - "cloudpotionslowness": "slowness_lingering_potion", - "cloudpotslow": "slowness_lingering_potion", - "cloudpotslowness": "slowness_lingering_potion", - "lingerpotslow": "slowness_lingering_potion", - "lingerpotslowness": "slowness_lingering_potion", - "slowaoepoiont": "slowness_lingering_potion", - "slowaoepot": "slowness_lingering_potion", - "slowareapot": "slowness_lingering_potion", - "slowareapotion": "slowness_lingering_potion", - "slowcloudpot": "slowness_lingering_potion", - "slowcloudpotion": "slowness_lingering_potion", - "slowlingerpot": "slowness_lingering_potion", - "slownessaoepoiont": "slowness_lingering_potion", - "slownessaoepot": "slowness_lingering_potion", - "slownessareapot": "slowness_lingering_potion", - "slownessareapotion": "slowness_lingering_potion", - "slownesscloudpot": "slowness_lingering_potion", - "slownesscloudpotion": "slowness_lingering_potion", - "slownesslingerpot": "slowness_lingering_potion", - "slowness_potion": { - "potionData": { - "type": "SLOWNESS", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "potionofslow": "slowness_potion", - "potionofslowness": "slowness_potion", - "potofslow": "slowness_potion", - "potofslowness": "slowness_potion", - "slownesspot": "slowness_potion", - "slownesspotion": "slowness_potion", - "slowpot": "slowness_potion", - "slowpotion": "slowness_potion", - "slowness_splash_potion": { - "potionData": { - "type": "SLOWNESS", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "slownesssplashpot": "slowness_splash_potion", - "slownesssplashpotion": "slowness_splash_potion", - "slowsplashpot": "slowness_splash_potion", - "slowsplashpotion": "slowness_splash_potion", - "splashslownesspot": "slowness_splash_potion", - "splashslownesspotion": "slowness_splash_potion", - "splashslowpot": "slowness_splash_potion", - "splashslowpotion": "slowness_splash_potion", - "splslownesspot": "slowness_splash_potion", - "splslownesspotion": "slowness_splash_potion", - "splslowpot": "slowness_splash_potion", - "splslowpotion": "slowness_splash_potion", - "slowness_tipped_arrow": { - "potionData": { - "type": "SLOWNESS", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowslow": "slowness_tipped_arrow", - "arrowslowness": "slowness_tipped_arrow", - "slowarrow": "slowness_tipped_arrow", - "slownessarrow": "slowness_tipped_arrow", - "slownesstarr": "slowness_tipped_arrow", - "slownesstarrow": "slowness_tipped_arrow", - "slownesstippedarrow": "slowness_tipped_arrow", - "slowtarr": "slowness_tipped_arrow", - "slowtarrow": "slowness_tipped_arrow", - "slowtippedarrow": "slowness_tipped_arrow", - "small_amethyst_bud": { - "material": "SMALL_AMETHYST_BUD" - }, - "amethystbuds": "small_amethyst_bud", - "cavebuds": "small_amethyst_bud", - "littleamethystbud": "small_amethyst_bud", - "littlecavebud": "small_amethyst_bud", - "minecraft:small_amethyst_bud": "small_amethyst_bud", - "samethystbud": "small_amethyst_bud", - "scavebud": "small_amethyst_bud", - "smallamethystbud": "small_amethyst_bud", - "smallcavebud": "small_amethyst_bud", - "small_dripleaf": { - "material": "SMALL_DRIPLEAF" - }, - "dripleafsmall": "small_dripleaf", - "minecraft:small_dripleaf": "small_dripleaf", - "smalldrip": "small_dripleaf", - "smalldripleaf": "small_dripleaf", - "yoooooooominecraftsgotdrip": "small_dripleaf", - "smithing_table": { - "material": "SMITHING_TABLE" - }, - "minecraft:smithing_table": "smithing_table", - "smithingtable": "smithing_table", - "smoker": { - "material": "SMOKER" - }, - "minecraft:smoker": "smoker", - "smooth_basalt": { - "material": "SMOOTH_BASALT" - }, - "minecraft:smooth_basalt": "smooth_basalt", - "smbas": "smooth_basalt", - "smbasalt": "smooth_basalt", - "smbasaltb": "smooth_basalt", - "smbasaltbl": "smooth_basalt", - "smbasaltblock": "smooth_basalt", - "smbasaltst": "smooth_basalt", - "smbasaltstb": "smooth_basalt", - "smbasaltstbl": "smooth_basalt", - "smbasaltstblock": "smooth_basalt", - "smbasb": "smooth_basalt", - "smbasbl": "smooth_basalt", - "smbasblock": "smooth_basalt", - "smbast": "smooth_basalt", - "smbastb": "smooth_basalt", - "smbastbl": "smooth_basalt", - "smbastblock": "smooth_basalt", - "smoothbas": "smooth_basalt", - "smoothbasalt": "smooth_basalt", - "smoothbasaltb": "smooth_basalt", - "smoothbasaltbl": "smooth_basalt", - "smoothbasaltblock": "smooth_basalt", - "smoothbasaltst": "smooth_basalt", - "smoothbasaltstb": "smooth_basalt", - "smoothbasaltstbl": "smooth_basalt", - "smoothbasaltstblock": "smooth_basalt", - "smoothbasb": "smooth_basalt", - "smoothbasbl": "smooth_basalt", - "smoothbasblock": "smooth_basalt", - "smoothbast": "smooth_basalt", - "smoothbastb": "smooth_basalt", - "smoothbastbl": "smooth_basalt", - "smoothbastblock": "smooth_basalt", - "smooth_quartz": { - "material": "SMOOTH_QUARTZ" - }, - "minecraft:smooth_quartz": "smooth_quartz", - "smoothq": "smooth_quartz", - "smoothqb": "smooth_quartz", - "smoothqbl": "smooth_quartz", - "smoothqblock": "smooth_quartz", - "smoothquar": "smooth_quartz", - "smoothquarb": "smooth_quartz", - "smoothquarbl": "smooth_quartz", - "smoothquarblock": "smooth_quartz", - "smoothquartz": "smooth_quartz", - "smoothquartzb": "smooth_quartz", - "smoothquartzbl": "smooth_quartz", - "smoothquartzblock": "smooth_quartz", - "smq": "smooth_quartz", - "smqb": "smooth_quartz", - "smqbl": "smooth_quartz", - "smqblock": "smooth_quartz", - "smquar": "smooth_quartz", - "smquarb": "smooth_quartz", - "smquarbl": "smooth_quartz", - "smquarblock": "smooth_quartz", - "smquartz": "smooth_quartz", - "smquartzb": "smooth_quartz", - "smquartzbl": "smooth_quartz", - "smquartzblock": "smooth_quartz", - "smooth_quartz_slab": { - "material": "SMOOTH_QUARTZ_SLAB" - }, - "minecraft:smooth_quartz_slab": "smooth_quartz_slab", - "smoothqhalfblock": "smooth_quartz_slab", - "smoothqstep": "smooth_quartz_slab", - "smoothquarhalfblock": "smooth_quartz_slab", - "smoothquarstep": "smooth_quartz_slab", - "smoothquartzhalfblock": "smooth_quartz_slab", - "smoothquartzslab": "smooth_quartz_slab", - "smoothquartzstep": "smooth_quartz_slab", - "smqhalfblock": "smooth_quartz_slab", - "smqstep": "smooth_quartz_slab", - "smquarhalfblock": "smooth_quartz_slab", - "smquarstep": "smooth_quartz_slab", - "smquartzhalfblock": "smooth_quartz_slab", - "smquartzstep": "smooth_quartz_slab", - "smooth_quartz_stairs": { - "material": "SMOOTH_QUARTZ_STAIRS" - }, - "minecraft:smooth_quartz_stairs": "smooth_quartz_stairs", - "smoothqstair": "smooth_quartz_stairs", - "smoothqstairs": "smooth_quartz_stairs", - "smoothquarstair": "smooth_quartz_stairs", - "smoothquarstairs": "smooth_quartz_stairs", - "smoothquartzstair": "smooth_quartz_stairs", - "smoothquartzstairs": "smooth_quartz_stairs", - "smqstair": "smooth_quartz_stairs", - "smqstairs": "smooth_quartz_stairs", - "smquarstair": "smooth_quartz_stairs", - "smquarstairs": "smooth_quartz_stairs", - "smquartzstair": "smooth_quartz_stairs", - "smquartzstairs": "smooth_quartz_stairs", - "smooth_red_sandstone": { - "material": "SMOOTH_RED_SANDSTONE" - }, - "minecraft:smooth_red_sandstone": "smooth_red_sandstone", - "smoothredsandst": "smooth_red_sandstone", - "smoothredsandstb": "smooth_red_sandstone", - "smoothredsandstbl": "smooth_red_sandstone", - "smoothredsandstblock": "smooth_red_sandstone", - "smoothredsandstone": "smooth_red_sandstone", - "smoothredsandstoneb": "smooth_red_sandstone", - "smoothredsandstonebl": "smooth_red_sandstone", - "smoothredsandstoneblock": "smooth_red_sandstone", - "smoothredsndst": "smooth_red_sandstone", - "smoothredsndstb": "smooth_red_sandstone", - "smoothredsndstbl": "smooth_red_sandstone", - "smoothredsndstblock": "smooth_red_sandstone", - "smredsandst": "smooth_red_sandstone", - "smredsandstb": "smooth_red_sandstone", - "smredsandstbl": "smooth_red_sandstone", - "smredsandstblock": "smooth_red_sandstone", - "smredsandstone": "smooth_red_sandstone", - "smredsandstoneb": "smooth_red_sandstone", - "smredsandstonebl": "smooth_red_sandstone", - "smredsandstoneblock": "smooth_red_sandstone", - "smredsndst": "smooth_red_sandstone", - "smredsndstb": "smooth_red_sandstone", - "smredsndstbl": "smooth_red_sandstone", - "smredsndstblock": "smooth_red_sandstone", - "smooth_red_sandstone_slab": { - "material": "SMOOTH_RED_SANDSTONE_SLAB" - }, - "minecraft:smooth_red_sandstone_slab": "smooth_red_sandstone_slab", - "smoothredsandsthalfblock": "smooth_red_sandstone_slab", - "smoothredsandstonehalfblock": "smooth_red_sandstone_slab", - "smoothredsandstoneslab": "smooth_red_sandstone_slab", - "smoothredsandstonestep": "smooth_red_sandstone_slab", - "smoothredsandststep": "smooth_red_sandstone_slab", - "smoothredsndsthalfblock": "smooth_red_sandstone_slab", - "smoothredsndststep": "smooth_red_sandstone_slab", - "smredsandsthalfblock": "smooth_red_sandstone_slab", - "smredsandstonehalfblock": "smooth_red_sandstone_slab", - "smredsandstonestep": "smooth_red_sandstone_slab", - "smredsandststep": "smooth_red_sandstone_slab", - "smredsndsthalfblock": "smooth_red_sandstone_slab", - "smredsndststep": "smooth_red_sandstone_slab", - "smooth_red_sandstone_stairs": { - "material": "SMOOTH_RED_SANDSTONE_STAIRS" - }, - "minecraft:smooth_red_sandstone_stairs": "smooth_red_sandstone_stairs", - "smoothredsandstonestair": "smooth_red_sandstone_stairs", - "smoothredsandstonestairs": "smooth_red_sandstone_stairs", - "smoothredsandststair": "smooth_red_sandstone_stairs", - "smoothredsandststairs": "smooth_red_sandstone_stairs", - "smoothredsndststair": "smooth_red_sandstone_stairs", - "smoothredsndststairs": "smooth_red_sandstone_stairs", - "smredsandstonestair": "smooth_red_sandstone_stairs", - "smredsandstonestairs": "smooth_red_sandstone_stairs", - "smredsandststair": "smooth_red_sandstone_stairs", - "smredsandststairs": "smooth_red_sandstone_stairs", - "smredsndststair": "smooth_red_sandstone_stairs", - "smredsndststairs": "smooth_red_sandstone_stairs", - "smooth_sandstone": { - "material": "SMOOTH_SANDSTONE" - }, - "minecraft:smooth_sandstone": "smooth_sandstone", - "smoothsandst": "smooth_sandstone", - "smoothsandstb": "smooth_sandstone", - "smoothsandstbl": "smooth_sandstone", - "smoothsandstblock": "smooth_sandstone", - "smoothsandstone": "smooth_sandstone", - "smoothsandstoneb": "smooth_sandstone", - "smoothsandstonebl": "smooth_sandstone", - "smoothsandstoneblock": "smooth_sandstone", - "smoothsndst": "smooth_sandstone", - "smoothsndstb": "smooth_sandstone", - "smoothsndstbl": "smooth_sandstone", - "smoothsndstblock": "smooth_sandstone", - "smsandst": "smooth_sandstone", - "smsandstb": "smooth_sandstone", - "smsandstbl": "smooth_sandstone", - "smsandstblock": "smooth_sandstone", - "smsandstone": "smooth_sandstone", - "smsandstoneb": "smooth_sandstone", - "smsandstonebl": "smooth_sandstone", - "smsandstoneblock": "smooth_sandstone", - "smsndst": "smooth_sandstone", - "smsndstb": "smooth_sandstone", - "smsndstbl": "smooth_sandstone", - "smsndstblock": "smooth_sandstone", - "smooth_sandstone_slab": { - "material": "SMOOTH_SANDSTONE_SLAB" - }, - "minecraft:smooth_sandstone_slab": "smooth_sandstone_slab", - "smoothsandsthalfblock": "smooth_sandstone_slab", - "smoothsandstonehalfblock": "smooth_sandstone_slab", - "smoothsandstoneslab": "smooth_sandstone_slab", - "smoothsandstonestep": "smooth_sandstone_slab", - "smoothsandststep": "smooth_sandstone_slab", - "smoothsndsthalfblock": "smooth_sandstone_slab", - "smoothsndststep": "smooth_sandstone_slab", - "smsandsthalfblock": "smooth_sandstone_slab", - "smsandstonehalfblock": "smooth_sandstone_slab", - "smsandstonestep": "smooth_sandstone_slab", - "smsandststep": "smooth_sandstone_slab", - "smsndsthalfblock": "smooth_sandstone_slab", - "smsndststep": "smooth_sandstone_slab", - "smooth_sandstone_stairs": { - "material": "SMOOTH_SANDSTONE_STAIRS" - }, - "minecraft:smooth_sandstone_stairs": "smooth_sandstone_stairs", - "smoothsandstonestair": "smooth_sandstone_stairs", - "smoothsandstonestairs": "smooth_sandstone_stairs", - "smoothsandststair": "smooth_sandstone_stairs", - "smoothsandststairs": "smooth_sandstone_stairs", - "smoothsndststair": "smooth_sandstone_stairs", - "smoothsndststairs": "smooth_sandstone_stairs", - "smsandstonestair": "smooth_sandstone_stairs", - "smsandstonestairs": "smooth_sandstone_stairs", - "smsandststair": "smooth_sandstone_stairs", - "smsandststairs": "smooth_sandstone_stairs", - "smsndststair": "smooth_sandstone_stairs", - "smsndststairs": "smooth_sandstone_stairs", - "smooth_stone": { - "material": "SMOOTH_STONE", - "fallbacks": [ - "STONE" - ] - }, - "minecraft:smooth_stone": "smooth_stone", - "smoothst": "smooth_stone", - "smoothstb": "smooth_stone", - "smoothstbl": "smooth_stone", - "smoothstblock": "smooth_stone", - "smoothstone": "smooth_stone", - "smoothstoneb": "smooth_stone", - "smoothstonebl": "smooth_stone", - "smoothstoneblock": "smooth_stone", - "smst": "smooth_stone", - "smstb": "smooth_stone", - "smstbl": "smooth_stone", - "smstblock": "smooth_stone", - "smstone": "smooth_stone", - "smstoneb": "smooth_stone", - "smstonebl": "smooth_stone", - "smstoneblock": "smooth_stone", - "smooth_stone_slab": { - "material": "SMOOTH_STONE_SLAB" - }, - "minecraft:smooth_stone_slab": "smooth_stone_slab", - "smoothsthalfblock": "smooth_stone_slab", - "smoothstonehalfblock": "smooth_stone_slab", - "smoothstoneslab": "smooth_stone_slab", - "smoothstonestep": "smooth_stone_slab", - "smoothststep": "smooth_stone_slab", - "smsthalfblock": "smooth_stone_slab", - "smstonehalfblock": "smooth_stone_slab", - "smstonestep": "smooth_stone_slab", - "smststep": "smooth_stone_slab", - "sniffer_egg": { - "material": "SNIFFER_EGG" - }, - "minecraft:sniffer_egg": "sniffer_egg", - "snifferegg": "sniffer_spawn_egg", - "sniffer_spawn_egg": { - "material": "SNIFFER_SPAWN_EGG" - }, - "eggsniffer": "sniffer_spawn_egg", - "minecraft:sniffer_spawn_egg": "sniffer_spawn_egg", - "seggsniffer": "sniffer_spawn_egg", - "sniffersegg": "sniffer_spawn_egg", - "snifferspawn": "sniffer_spawn_egg", - "snifferspawnegg": "sniffer_spawn_egg", - "spawneggsniffer": "sniffer_spawn_egg", - "spawnsniffer": "sniffer_spawn_egg", - "sniffer_spawner": { - "entity": "SNIFFER", - "material": "SPAWNER" - }, - "sniffercage": "sniffer_spawner", - "sniffermcage": "sniffer_spawner", - "sniffermobcage": "sniffer_spawner", - "sniffermobspawner": "sniffer_spawner", - "sniffermonstercage": "sniffer_spawner", - "sniffermonsterspawner": "sniffer_spawner", - "sniffermspawner": "sniffer_spawner", - "snifferspawner": "sniffer_spawner", - "snort_pottery_sherd": { - "material": "SNORT_POTTERY_SHERD" - }, - "minecraft:snort_pottery_sherd": "snort_pottery_sherd", - "snortpotterysherd": "snort_pottery_sherd", - "snortsherd": "snort_pottery_sherd", - "snout_armor_trim_smithing_template": { - "material": "SNOUT_ARMOR_TRIM_SMITHING_TEMPLATE" - }, - "minecraft:snout_armor_trim_smithing_template": "snout_armor_trim_smithing_template", - "snoutarmortrimsmithingtemplate": "snout_armor_trim_smithing_template", - "snouttrim": "snout_armor_trim_smithing_template", - "snow": { - "material": "SNOW" - }, - "minecraft:snow": "snow", - "snow_block": { - "material": "SNOW_BLOCK" - }, - "minecraft:snow_block": "snow_block", - "snowblock": "snow_block", - "snow_golem_spawn_egg": { - "material": "SNOW_GOLEM_SPAWN_EGG" - }, - "minecraft:snow_golem_spawn_egg": "snow_golem_spawn_egg", - "snowgolemspawnegg": "snow_golem_spawn_egg", - "snowball": { - "material": "SNOWBALL" - }, - "minecraft:snowball": "snowball", - "snowman_spawner": { - "entity": "SNOWMAN", - "material": "SPAWNER" - }, - "sgolemcage": "snowman_spawner", - "sgolemmcage": "snowman_spawner", - "sgolemmobcage": "snowman_spawner", - "sgolemmobspawner": "snowman_spawner", - "sgolemmonstercage": "snowman_spawner", - "sgolemmonsterspawner": "snowman_spawner", - "sgolemmspawner": "snowman_spawner", - "sgolemspawner": "snowman_spawner", - "snowgolemcage": "snowman_spawner", - "snowgolemmcage": "snowman_spawner", - "snowgolemmobcage": "snowman_spawner", - "snowgolemmobspawner": "snowman_spawner", - "snowgolemmonstercage": "snowman_spawner", - "snowgolemmonsterspawner": "snowman_spawner", - "snowgolemmspawner": "snowman_spawner", - "snowgolemspawner": "snowman_spawner", - "snowmancage": "snowman_spawner", - "snowmanmcage": "snowman_spawner", - "snowmanmobcage": "snowman_spawner", - "snowmanmobspawner": "snowman_spawner", - "snowmanmonstercage": "snowman_spawner", - "snowmanmonsterspawner": "snowman_spawner", - "snowmanmspawner": "snowman_spawner", - "snowmanspawner": "snowman_spawner", - "soul_campfire": { - "material": "SOUL_CAMPFIRE" - }, - "minecraft:soul_campfire": "soul_campfire", - "soulcampfire": "soul_campfire", - "soul_lantern": { - "material": "SOUL_LANTERN" - }, - "minecraft:soul_lantern": "soul_lantern", - "soullantern": "soul_lantern", - "soul_sand": { - "material": "SOUL_SAND" - }, - "minecraft:soul_sand": "soul_sand", - "soulsand": "soul_sand", - "soul_soil": { - "material": "SOUL_SOIL" - }, - "minecraft:soul_soil": "soul_soil", - "soulsoil": "soul_soil", - "soul_torch": { - "material": "SOUL_TORCH" - }, - "minecraft:soul_torch": "soul_torch", - "soultorch": "soul_torch", - "spawner": { - "material": "SPAWNER" - }, - "minecraft:spawner": "spawner", - "spectral_arrow": { - "material": "SPECTRAL_ARROW" - }, - "minecraft:spectral_arrow": "spectral_arrow", - "spectralarrow": "spectral_arrow", - "spider_eye": { - "material": "SPIDER_EYE" - }, - "minecraft:spider_eye": "spider_eye", - "spidereye": "spider_eye", - "spider_spawn_egg": { - "material": "SPIDER_SPAWN_EGG" - }, - "eggspid": "spider_spawn_egg", - "eggspider": "spider_spawn_egg", - "minecraft:spider_spawn_egg": "spider_spawn_egg", - "seggspid": "spider_spawn_egg", - "seggspider": "spider_spawn_egg", - "spawneggspid": "spider_spawn_egg", - "spawneggspider": "spider_spawn_egg", - "spawnspid": "spider_spawn_egg", - "spawnspider": "spider_spawn_egg", - "spidegg": "spider_spawn_egg", - "spideregg": "spider_spawn_egg", - "spidersegg": "spider_spawn_egg", - "spiderspawn": "spider_spawn_egg", - "spiderspawnegg": "spider_spawn_egg", - "spidsegg": "spider_spawn_egg", - "spidspawn": "spider_spawn_egg", - "spidspawnegg": "spider_spawn_egg", - "spider_spawner": { - "entity": "SPIDER", - "material": "SPAWNER" - }, - "spidcage": "spider_spawner", - "spidercage": "spider_spawner", - "spidermcage": "spider_spawner", - "spidermobcage": "spider_spawner", - "spidermobspawner": "spider_spawner", - "spidermonstercage": "spider_spawner", - "spidermonsterspawner": "spider_spawner", - "spidermspawner": "spider_spawner", - "spiderspawner": "spider_spawner", - "spidmcage": "spider_spawner", - "spidmobcage": "spider_spawner", - "spidmobspawner": "spider_spawner", - "spidmonstercage": "spider_spawner", - "spidmonsterspawner": "spider_spawner", - "spidmspawner": "spider_spawner", - "spidspawner": "spider_spawner", - "spire_armor_trim_smithing_template": { - "material": "SPIRE_ARMOR_TRIM_SMITHING_TEMPLATE" - }, - "minecraft:spire_armor_trim_smithing_template": "spire_armor_trim_smithing_template", - "spirearmortrimsmithingtemplate": "spire_armor_trim_smithing_template", - "spiretrim": "spire_armor_trim_smithing_template", - "splash_potion": { - "material": "SPLASH_POTION" - }, - "minecraft:splash_potion": "splash_potion", - "splashpotion": "splash_potion", - "sponge": { - "material": "SPONGE" - }, - "minecraft:sponge": "sponge", - "spore_blossom": { - "material": "SPORE_BLOSSOM" - }, - "lushflower": "spore_blossom", - "minecraft:spore_blossom": "spore_blossom", - "spblossom": "spore_blossom", - "spflower": "spore_blossom", - "sporeblossom": "spore_blossom", - "sporeflower": "spore_blossom", - "spruce_boat": { - "material": "SPRUCE_BOAT" - }, - "boatd": "spruce_boat", - "boatdark": "spruce_boat", - "boatp": "spruce_boat", - "boatpine": "spruce_boat", - "boats": "spruce_boat", - "boatspruce": "spruce_boat", - "darkboat": "spruce_boat", - "darkraft": "spruce_boat", - "dboat": "spruce_boat", - "draft": "spruce_boat", - "minecraft:spruce_boat": "spruce_boat", - "pboat": "spruce_boat", - "pineboat": "spruce_boat", - "pineraft": "spruce_boat", - "praft": "spruce_boat", - "sboat": "spruce_boat", - "spruceboat": "spruce_boat", - "spruceraft": "spruce_boat", - "sraft": "spruce_boat", - "spruce_button": { - "material": "SPRUCE_BUTTON" - }, - "buttond": "spruce_button", - "buttondark": "spruce_button", - "buttonp": "spruce_button", - "buttonpine": "spruce_button", - "buttons": "spruce_button", - "buttonspruce": "spruce_button", - "darkbutton": "spruce_button", - "dbutton": "spruce_button", - "minecraft:spruce_button": "spruce_button", - "pbutton": "spruce_button", - "pinebutton": "spruce_button", - "sbutton": "spruce_button", - "sprucebutton": "spruce_button", - "spruce_chest_boat": { - "material": "SPRUCE_CHEST_BOAT" - }, - "darkchboat": "spruce_chest_boat", - "dchboat": "spruce_chest_boat", - "minecraft:spruce_chest_boat": "spruce_chest_boat", - "pchboat": "spruce_chest_boat", - "pinechboat": "spruce_chest_boat", - "schboat": "spruce_chest_boat", - "sprucechboat": "spruce_chest_boat", - "sprucechestboat": "spruce_chest_boat", - "spruce_door": { - "material": "SPRUCE_DOOR" - }, - "darkdoor": "spruce_door", - "ddoor": "spruce_door", - "minecraft:spruce_door": "spruce_door", - "pdoor": "spruce_door", - "pinedoor": "spruce_door", - "sprucedoor": "spruce_door", - "spruce_fence": { - "material": "SPRUCE_FENCE" - }, - "darkfence": "spruce_fence", - "dfence": "spruce_fence", - "minecraft:spruce_fence": "spruce_fence", - "pfence": "spruce_fence", - "pinefence": "spruce_fence", - "sfence": "spruce_fence", - "sprucefence": "spruce_fence", - "spruce_fence_gate": { - "material": "SPRUCE_FENCE_GATE" - }, - "darkfencegate": "spruce_fence_gate", - "darkgate": "spruce_fence_gate", - "dfencegate": "spruce_fence_gate", - "dgate": "spruce_fence_gate", - "gated": "spruce_fence_gate", - "gatedark": "spruce_fence_gate", - "gatep": "spruce_fence_gate", - "gatepine": "spruce_fence_gate", - "gates": "spruce_fence_gate", - "gatespruce": "spruce_fence_gate", - "minecraft:spruce_fence_gate": "spruce_fence_gate", - "pfencegate": "spruce_fence_gate", - "pgate": "spruce_fence_gate", - "pinefencegate": "spruce_fence_gate", - "pinegate": "spruce_fence_gate", - "sfencegate": "spruce_fence_gate", - "sgate": "spruce_fence_gate", - "sprucefencegate": "spruce_fence_gate", - "sprucegate": "spruce_fence_gate", - "spruce_hanging_sign": { - "material": "SPRUCE_HANGING_SIGN" - }, - "darkhangsign": "spruce_hanging_sign", - "darkhsign": "spruce_hanging_sign", - "dhangsign": "spruce_hanging_sign", - "dhsign": "spruce_hanging_sign", - "minecraft:spruce_hanging_sign": "spruce_hanging_sign", - "phangsign": "spruce_hanging_sign", - "phsign": "spruce_hanging_sign", - "pinehangsign": "spruce_hanging_sign", - "pinehsign": "spruce_hanging_sign", - "shangsign": "spruce_hanging_sign", - "shsign": "spruce_hanging_sign", - "sprucehangingsign": "spruce_hanging_sign", - "sprucehangsign": "spruce_hanging_sign", - "sprucehsign": "spruce_hanging_sign", - "spruce_leaves": { - "material": "SPRUCE_LEAVES" - }, - "darkleaf": "spruce_leaves", - "darkleave": "spruce_leaves", - "darkleaves": "spruce_leaves", - "darklogleaf": "spruce_leaves", - "darklogleave": "spruce_leaves", - "darklogleaves": "spruce_leaves", - "darktreeleaf": "spruce_leaves", - "darktreeleave": "spruce_leaves", - "darktreeleaves": "spruce_leaves", - "darktrunkleaf": "spruce_leaves", - "darktrunkleave": "spruce_leaves", - "darktrunkleaves": "spruce_leaves", - "darkwoodleaf": "spruce_leaves", - "darkwoodleave": "spruce_leaves", - "darkwoodleaves": "spruce_leaves", - "dleaf": "spruce_leaves", - "dleave": "spruce_leaves", - "dleaves": "spruce_leaves", - "dlogleaf": "spruce_leaves", - "dlogleave": "spruce_leaves", - "dlogleaves": "spruce_leaves", - "dtreeleaf": "spruce_leaves", - "dtreeleave": "spruce_leaves", - "dtreeleaves": "spruce_leaves", - "dtrunkleaf": "spruce_leaves", - "dtrunkleave": "spruce_leaves", - "dtrunkleaves": "spruce_leaves", - "dwoodleaf": "spruce_leaves", - "dwoodleave": "spruce_leaves", - "dwoodleaves": "spruce_leaves", - "leafd": "spruce_leaves", - "leafdark": "spruce_leaves", - "leafp": "spruce_leaves", - "leafpine": "spruce_leaves", - "leafs": "spruce_leaves", - "leafspruce": "spruce_leaves", - "leavesd": "spruce_leaves", - "leavesdark": "spruce_leaves", - "leavesp": "spruce_leaves", - "leavespine": "spruce_leaves", - "leavess": "spruce_leaves", - "leavesspruce": "spruce_leaves", - "minecraft:spruce_leaves": "spruce_leaves", - "pineleaf": "spruce_leaves", - "pineleave": "spruce_leaves", - "pineleaves": "spruce_leaves", - "pinelogleaf": "spruce_leaves", - "pinelogleave": "spruce_leaves", - "pinelogleaves": "spruce_leaves", - "pinetreeleaf": "spruce_leaves", - "pinetreeleave": "spruce_leaves", - "pinetreeleaves": "spruce_leaves", - "pinetrunkleaf": "spruce_leaves", - "pinetrunkleave": "spruce_leaves", - "pinetrunkleaves": "spruce_leaves", - "pinewoodleaf": "spruce_leaves", - "pinewoodleave": "spruce_leaves", - "pinewoodleaves": "spruce_leaves", - "pleaf": "spruce_leaves", - "pleave": "spruce_leaves", - "pleaves": "spruce_leaves", - "plogleaf": "spruce_leaves", - "plogleave": "spruce_leaves", - "plogleaves": "spruce_leaves", - "ptreeleaf": "spruce_leaves", - "ptreeleave": "spruce_leaves", - "ptreeleaves": "spruce_leaves", - "ptrunkleaf": "spruce_leaves", - "ptrunkleave": "spruce_leaves", - "ptrunkleaves": "spruce_leaves", - "pwoodleaf": "spruce_leaves", - "pwoodleave": "spruce_leaves", - "pwoodleaves": "spruce_leaves", - "sleaf": "spruce_leaves", - "sleave": "spruce_leaves", - "sleaves": "spruce_leaves", - "slogleaf": "spruce_leaves", - "slogleave": "spruce_leaves", - "slogleaves": "spruce_leaves", - "spruceleaf": "spruce_leaves", - "spruceleave": "spruce_leaves", - "spruceleaves": "spruce_leaves", - "sprucelogleaf": "spruce_leaves", - "sprucelogleave": "spruce_leaves", - "sprucelogleaves": "spruce_leaves", - "sprucetreeleaf": "spruce_leaves", - "sprucetreeleave": "spruce_leaves", - "sprucetreeleaves": "spruce_leaves", - "sprucetrunkleaf": "spruce_leaves", - "sprucetrunkleave": "spruce_leaves", - "sprucetrunkleaves": "spruce_leaves", - "sprucewoodleaf": "spruce_leaves", - "sprucewoodleave": "spruce_leaves", - "sprucewoodleaves": "spruce_leaves", - "streeleaf": "spruce_leaves", - "streeleave": "spruce_leaves", - "streeleaves": "spruce_leaves", - "strunkleaf": "spruce_leaves", - "strunkleave": "spruce_leaves", - "strunkleaves": "spruce_leaves", - "swoodleaf": "spruce_leaves", - "swoodleave": "spruce_leaves", - "swoodleaves": "spruce_leaves", - "spruce_log": { - "material": "SPRUCE_LOG" - }, - "darklog": "spruce_log", - "darktree": "spruce_log", - "darktrunk": "spruce_log", - "dlog": "spruce_log", - "dtree": "spruce_log", - "dtrunk": "spruce_log", - "logd": "spruce_log", - "logdark": "spruce_log", - "logp": "spruce_log", - "logpine": "spruce_log", - "logs": "spruce_log", - "logspruce": "spruce_log", - "minecraft:spruce_log": "spruce_log", - "pinelog": "spruce_log", - "pinetree": "spruce_log", - "pinetrunk": "spruce_log", - "plog": "spruce_log", - "ptree": "spruce_log", - "ptrunk": "spruce_log", - "slog": "spruce_log", - "sprucelog": "spruce_log", - "sprucetree": "spruce_log", - "sprucetrunk": "spruce_log", - "stree": "spruce_log", - "strunk": "spruce_log", - "spruce_planks": { - "material": "SPRUCE_PLANKS" - }, - "darkplank": "spruce_planks", - "darkplankw": "spruce_planks", - "darkplankwood": "spruce_planks", - "darkplankwooden": "spruce_planks", - "darkwoodenplank": "spruce_planks", - "darkwoodplank": "spruce_planks", - "darkwplank": "spruce_planks", - "dplank": "spruce_planks", - "dplankw": "spruce_planks", - "dplankwood": "spruce_planks", - "dplankwooden": "spruce_planks", - "dwoodenplank": "spruce_planks", - "dwoodplank": "spruce_planks", - "dwplank": "spruce_planks", - "minecraft:spruce_planks": "spruce_planks", - "pineplank": "spruce_planks", - "pineplankw": "spruce_planks", - "pineplankwood": "spruce_planks", - "pineplankwooden": "spruce_planks", - "pinewoodenplank": "spruce_planks", - "pinewoodplank": "spruce_planks", - "pinewplank": "spruce_planks", - "pplank": "spruce_planks", - "pplankw": "spruce_planks", - "pplankwood": "spruce_planks", - "pplankwooden": "spruce_planks", - "pwoodenplank": "spruce_planks", - "pwoodplank": "spruce_planks", - "pwplank": "spruce_planks", - "splank": "spruce_planks", - "splankw": "spruce_planks", - "splankwood": "spruce_planks", - "splankwooden": "spruce_planks", - "spruceplank": "spruce_planks", - "spruceplanks": "spruce_planks", - "spruceplankw": "spruce_planks", - "spruceplankwood": "spruce_planks", - "spruceplankwooden": "spruce_planks", - "sprucewoodenplank": "spruce_planks", - "sprucewoodplank": "spruce_planks", - "sprucewplank": "spruce_planks", - "swoodenplank": "spruce_planks", - "swoodplank": "spruce_planks", - "swplank": "spruce_planks", - "spruce_pressure_plate": { - "material": "SPRUCE_PRESSURE_PLATE" - }, - "darkplate": "spruce_pressure_plate", - "darkpplate": "spruce_pressure_plate", - "darkpressplate": "spruce_pressure_plate", - "darkpressureplate": "spruce_pressure_plate", - "dpplate": "spruce_pressure_plate", - "dpressplate": "spruce_pressure_plate", - "dpressureplate": "spruce_pressure_plate", - "minecraft:spruce_pressure_plate": "spruce_pressure_plate", - "pineplate": "spruce_pressure_plate", - "pinepplate": "spruce_pressure_plate", - "pinepressplate": "spruce_pressure_plate", - "pinepressureplate": "spruce_pressure_plate", - "plated": "spruce_pressure_plate", - "platedark": "spruce_pressure_plate", - "platep": "spruce_pressure_plate", - "platepine": "spruce_pressure_plate", - "plates": "spruce_pressure_plate", - "platespruce": "spruce_pressure_plate", - "pplate": "spruce_pressure_plate", - "ppplate": "spruce_pressure_plate", - "ppressplate": "spruce_pressure_plate", - "ppressureplate": "spruce_pressure_plate", - "spplate": "spruce_pressure_plate", - "spressplate": "spruce_pressure_plate", - "spressureplate": "spruce_pressure_plate", - "spruceplate": "spruce_pressure_plate", - "sprucepplate": "spruce_pressure_plate", - "sprucepressplate": "spruce_pressure_plate", - "sprucepressureplate": "spruce_pressure_plate", - "spruce_sapling": { - "material": "SPRUCE_SAPLING" - }, - "darklogsapling": "spruce_sapling", - "darksapling": "spruce_sapling", - "darktreesapling": "spruce_sapling", - "darktrunksapling": "spruce_sapling", - "darkwoodsapling": "spruce_sapling", - "dlogsapling": "spruce_sapling", - "dsapling": "spruce_sapling", - "dtreesapling": "spruce_sapling", - "dtrunksapling": "spruce_sapling", - "dwoodsapling": "spruce_sapling", - "minecraft:spruce_sapling": "spruce_sapling", - "pinelogsapling": "spruce_sapling", - "pinesapling": "spruce_sapling", - "pinetreesapling": "spruce_sapling", - "pinetrunksapling": "spruce_sapling", - "pinewoodsapling": "spruce_sapling", - "plogsapling": "spruce_sapling", - "psapling": "spruce_sapling", - "ptreesapling": "spruce_sapling", - "ptrunksapling": "spruce_sapling", - "pwoodsapling": "spruce_sapling", - "slogsapling": "spruce_sapling", - "sprucelogsapling": "spruce_sapling", - "sprucesapling": "spruce_sapling", - "sprucetreesapling": "spruce_sapling", - "sprucetrunksapling": "spruce_sapling", - "sprucewoodsapling": "spruce_sapling", - "ssapling": "spruce_sapling", - "streesapling": "spruce_sapling", - "strunksapling": "spruce_sapling", - "swoodsapling": "spruce_sapling", - "spruce_sign": { - "material": "SPRUCE_SIGN", - "fallbacks": [ - "SIGN" - ] - }, - "darksign": "spruce_sign", - "dsign": "spruce_sign", - "minecraft:spruce_sign": "spruce_sign", - "pinesign": "spruce_sign", - "psign": "spruce_sign", - "sprucesign": "spruce_sign", - "ssign": "spruce_sign", - "spruce_slab": { - "material": "SPRUCE_SLAB" - }, - "darkhalfblock": "spruce_slab", - "darkstep": "spruce_slab", - "darkwhalfblock": "spruce_slab", - "darkwoodenhalfblock": "spruce_slab", - "darkwoodenslab": "spruce_slab", - "darkwoodenstep": "spruce_slab", - "darkwoodhalfblock": "spruce_slab", - "darkwoodslab": "spruce_slab", - "darkwoodstep": "spruce_slab", - "darkwslab": "spruce_slab", - "darkwstep": "spruce_slab", - "dhalfblock": "spruce_slab", - "dstep": "spruce_slab", - "dwhalfblock": "spruce_slab", - "dwoodenhalfblock": "spruce_slab", - "dwoodenslab": "spruce_slab", - "dwoodenstep": "spruce_slab", - "dwoodhalfblock": "spruce_slab", - "dwoodslab": "spruce_slab", - "dwoodstep": "spruce_slab", - "dwslab": "spruce_slab", - "dwstep": "spruce_slab", - "minecraft:spruce_slab": "spruce_slab", - "phalfblock": "spruce_slab", - "pinehalfblock": "spruce_slab", - "pinestep": "spruce_slab", - "pinewhalfblock": "spruce_slab", - "pinewoodenhalfblock": "spruce_slab", - "pinewoodenslab": "spruce_slab", - "pinewoodenstep": "spruce_slab", - "pinewoodhalfblock": "spruce_slab", - "pinewoodslab": "spruce_slab", - "pinewoodstep": "spruce_slab", - "pinewslab": "spruce_slab", - "pinewstep": "spruce_slab", - "pstep": "spruce_slab", - "pwhalfblock": "spruce_slab", - "pwoodenhalfblock": "spruce_slab", - "pwoodenslab": "spruce_slab", - "pwoodenstep": "spruce_slab", - "pwoodhalfblock": "spruce_slab", - "pwoodslab": "spruce_slab", - "pwoodstep": "spruce_slab", - "pwslab": "spruce_slab", - "pwstep": "spruce_slab", - "shalfblock": "spruce_slab", - "sprucehalfblock": "spruce_slab", - "spruceslab": "spruce_slab", - "sprucestep": "spruce_slab", - "sprucewhalfblock": "spruce_slab", - "sprucewoodenhalfblock": "spruce_slab", - "sprucewoodenslab": "spruce_slab", - "sprucewoodenstep": "spruce_slab", - "sprucewoodhalfblock": "spruce_slab", - "sprucewoodslab": "spruce_slab", - "sprucewoodstep": "spruce_slab", - "sprucewslab": "spruce_slab", - "sprucewstep": "spruce_slab", - "sstep": "spruce_slab", - "swhalfblock": "spruce_slab", - "swoodenhalfblock": "spruce_slab", - "swoodenslab": "spruce_slab", - "swoodenstep": "spruce_slab", - "swoodhalfblock": "spruce_slab", - "swoodslab": "spruce_slab", - "swoodstep": "spruce_slab", - "swslab": "spruce_slab", - "swstep": "spruce_slab", - "spruce_stairs": { - "material": "SPRUCE_STAIRS" - }, - "darkstair": "spruce_stairs", - "darkwoodenstair": "spruce_stairs", - "darkwoodenstairs": "spruce_stairs", - "darkwoodstair": "spruce_stairs", - "darkwoodstairs": "spruce_stairs", - "darkwstair": "spruce_stairs", - "darkwstairs": "spruce_stairs", - "dstair": "spruce_stairs", - "dwoodenstair": "spruce_stairs", - "dwoodenstairs": "spruce_stairs", - "dwoodstair": "spruce_stairs", - "dwoodstairs": "spruce_stairs", - "dwstair": "spruce_stairs", - "dwstairs": "spruce_stairs", - "minecraft:spruce_stairs": "spruce_stairs", - "pinestair": "spruce_stairs", - "pinewoodenstair": "spruce_stairs", - "pinewoodenstairs": "spruce_stairs", - "pinewoodstair": "spruce_stairs", - "pinewoodstairs": "spruce_stairs", - "pinewstair": "spruce_stairs", - "pinewstairs": "spruce_stairs", - "pstair": "spruce_stairs", - "pwoodenstair": "spruce_stairs", - "pwoodenstairs": "spruce_stairs", - "pwoodstair": "spruce_stairs", - "pwoodstairs": "spruce_stairs", - "pwstair": "spruce_stairs", - "pwstairs": "spruce_stairs", - "sprucestair": "spruce_stairs", - "sprucestairs": "spruce_stairs", - "sprucewoodenstair": "spruce_stairs", - "sprucewoodenstairs": "spruce_stairs", - "sprucewoodstair": "spruce_stairs", - "sprucewoodstairs": "spruce_stairs", - "sprucewstair": "spruce_stairs", - "sprucewstairs": "spruce_stairs", - "sstair": "spruce_stairs", - "swoodenstair": "spruce_stairs", - "swoodenstairs": "spruce_stairs", - "swoodstair": "spruce_stairs", - "swoodstairs": "spruce_stairs", - "swstair": "spruce_stairs", - "swstairs": "spruce_stairs", - "spruce_trapdoor": { - "material": "SPRUCE_TRAPDOOR" - }, - "darkdoort": "spruce_trapdoor", - "darkdoortrap": "spruce_trapdoor", - "darkdtrap": "spruce_trapdoor", - "darkhatch": "spruce_trapdoor", - "darktdoor": "spruce_trapdoor", - "darktrapd": "spruce_trapdoor", - "darktrapdoor": "spruce_trapdoor", - "ddoort": "spruce_trapdoor", - "ddoortrap": "spruce_trapdoor", - "ddtrap": "spruce_trapdoor", - "dhatch": "spruce_trapdoor", - "dtdoor": "spruce_trapdoor", - "dtrapd": "spruce_trapdoor", - "dtrapdoor": "spruce_trapdoor", - "minecraft:spruce_trapdoor": "spruce_trapdoor", - "pdoort": "spruce_trapdoor", - "pdoortrap": "spruce_trapdoor", - "pdtrap": "spruce_trapdoor", - "phatch": "spruce_trapdoor", - "pinedoort": "spruce_trapdoor", - "pinedoortrap": "spruce_trapdoor", - "pinedtrap": "spruce_trapdoor", - "pinehatch": "spruce_trapdoor", - "pinetdoor": "spruce_trapdoor", - "pinetrapd": "spruce_trapdoor", - "pinetrapdoor": "spruce_trapdoor", - "ptdoor": "spruce_trapdoor", - "ptrapd": "spruce_trapdoor", - "ptrapdoor": "spruce_trapdoor", - "sprucedoort": "spruce_trapdoor", - "sprucedoortrap": "spruce_trapdoor", - "sprucedtrap": "spruce_trapdoor", - "sprucehatch": "spruce_trapdoor", - "sprucetdoor": "spruce_trapdoor", - "sprucetrapd": "spruce_trapdoor", - "sprucetrapdoor": "spruce_trapdoor", - "spruce_wood": { - "material": "SPRUCE_WOOD" - }, - "darklogall": "spruce_wood", - "darktreeall": "spruce_wood", - "darktrunkall": "spruce_wood", - "darkwood": "spruce_wood", - "dlogall": "spruce_wood", - "dtreeall": "spruce_wood", - "dtrunkall": "spruce_wood", - "dwood": "spruce_wood", - "minecraft:spruce_wood": "spruce_wood", - "pinelogall": "spruce_wood", - "pinetreeall": "spruce_wood", - "pinetrunkall": "spruce_wood", - "pinewood": "spruce_wood", - "plogall": "spruce_wood", - "ptreeall": "spruce_wood", - "ptrunkall": "spruce_wood", - "pwood": "spruce_wood", - "slogall": "spruce_wood", - "sprucelogall": "spruce_wood", - "sprucetreeall": "spruce_wood", - "sprucetrunkall": "spruce_wood", - "sprucewood": "spruce_wood", - "streeall": "spruce_wood", - "strunkall": "spruce_wood", - "swood": "spruce_wood", - "woodd": "spruce_wood", - "wooddark": "spruce_wood", - "woodp": "spruce_wood", - "woodpine": "spruce_wood", - "woods": "spruce_wood", - "woodspruce": "spruce_wood", - "spyglass": { - "material": "SPYGLASS" - }, - "eyesgozoom": "spyglass", - "lens": "spyglass", - "magnifyingglass": "spyglass", - "minecraft:spyglass": "spyglass", - "squid_spawn_egg": { - "material": "SQUID_SPAWN_EGG" - }, - "eggsquid": "squid_spawn_egg", - "minecraft:squid_spawn_egg": "squid_spawn_egg", - "seggsquid": "squid_spawn_egg", - "spawneggsquid": "squid_spawn_egg", - "spawnsquid": "squid_spawn_egg", - "squidegg": "squid_spawn_egg", - "squidsegg": "squid_spawn_egg", - "squidspawn": "squid_spawn_egg", - "squidspawnegg": "squid_spawn_egg", - "squid_spawner": { - "entity": "SQUID", - "material": "SPAWNER" - }, - "squidcage": "squid_spawner", - "squidmcage": "squid_spawner", - "squidmobcage": "squid_spawner", - "squidmobspawner": "squid_spawner", - "squidmonstercage": "squid_spawner", - "squidmonsterspawner": "squid_spawner", - "squidmspawner": "squid_spawner", - "squidspawner": "squid_spawner", - "stick": { - "material": "STICK" - }, - "minecraft:stick": "stick", - "sticky_piston": { - "material": "STICKY_PISTON" - }, - "minecraft:sticky_piston": "sticky_piston", - "stickypiston": "sticky_piston", - "stone": { - "material": "STONE" - }, - "minecraft:stone": "stone", - "stone_axe": { - "material": "STONE_AXE" - }, - "cobblestoneaxe": "stone_axe", - "csaxe": "stone_axe", - "cstoneaxe": "stone_axe", - "minecraft:stone_axe": "stone_axe", - "stoneaxe": "stone_axe", - "stone_brick_slab": { - "material": "STONE_BRICK_SLAB" - }, - "minecraft:stone_brick_slab": "stone_brick_slab", - "stbrhalfblock": "stone_brick_slab", - "stbrickhalfblock": "stone_brick_slab", - "stbrickstep": "stone_brick_slab", - "stbrstep": "stone_brick_slab", - "stonebrhalfblock": "stone_brick_slab", - "stonebrickhalfblock": "stone_brick_slab", - "stonebrickslab": "stone_brick_slab", - "stonebrickstep": "stone_brick_slab", - "stonebrstep": "stone_brick_slab", - "stone_brick_stairs": { - "material": "STONE_BRICK_STAIRS" - }, - "minecraft:stone_brick_stairs": "stone_brick_stairs", - "stbrickstair": "stone_brick_stairs", - "stbrickstairs": "stone_brick_stairs", - "stbrstair": "stone_brick_stairs", - "stbrstairs": "stone_brick_stairs", - "stonebrickstair": "stone_brick_stairs", - "stonebrickstairs": "stone_brick_stairs", - "stonebrstair": "stone_brick_stairs", - "stonebrstairs": "stone_brick_stairs", - "stone_brick_wall": { - "material": "STONE_BRICK_WALL" - }, - "minecraft:stone_brick_wall": "stone_brick_wall", - "stbrickwall": "stone_brick_wall", - "stbrwall": "stone_brick_wall", - "stonebrickwall": "stone_brick_wall", - "stonebrwall": "stone_brick_wall", - "wallstbr": "stone_brick_wall", - "wallstbrick": "stone_brick_wall", - "wallstonebr": "stone_brick_wall", - "wallstonebrick": "stone_brick_wall", - "stone_bricks": { - "material": "STONE_BRICKS" - }, - "minecraft:stone_bricks": "stone_bricks", - "stbr": "stone_bricks", - "stbrick": "stone_bricks", - "stonebr": "stone_bricks", - "stonebrick": "stone_bricks", - "stonebricks": "stone_bricks", - "stone_button": { - "material": "STONE_BUTTON" - }, - "minecraft:stone_button": "stone_button", - "stonebutton": "stone_button", - "stone_hoe": { - "material": "STONE_HOE" - }, - "cobblestonehoe": "stone_hoe", - "cshoe": "stone_hoe", - "cstonehoe": "stone_hoe", - "minecraft:stone_hoe": "stone_hoe", - "stonehoe": "stone_hoe", - "stone_pickaxe": { - "material": "STONE_PICKAXE" - }, - "cobblestonepick": "stone_pickaxe", - "cobblestonepickaxe": "stone_pickaxe", - "cspick": "stone_pickaxe", - "cspickaxe": "stone_pickaxe", - "cstonepick": "stone_pickaxe", - "cstonepickaxe": "stone_pickaxe", - "minecraft:stone_pickaxe": "stone_pickaxe", - "stonepick": "stone_pickaxe", - "stonepickaxe": "stone_pickaxe", - "stone_pressure_plate": { - "material": "STONE_PRESSURE_PLATE" - }, - "minecraft:stone_pressure_plate": "stone_pressure_plate", - "smoothstoneplate": "stone_pressure_plate", - "smoothstonepplate": "stone_pressure_plate", - "smoothstonepressplate": "stone_pressure_plate", - "smoothstonepressueplate": "stone_pressure_plate", - "sstoneplate": "stone_pressure_plate", - "sstonepplate": "stone_pressure_plate", - "sstonepressplate": "stone_pressure_plate", - "sstonepressureplate": "stone_pressure_plate", - "stonepressureplate": "stone_pressure_plate", - "stone_shovel": { - "material": "STONE_SHOVEL" - }, - "cobblestoneshovel": "stone_shovel", - "cobblestonespade": "stone_shovel", - "csshovel": "stone_shovel", - "csspade": "stone_shovel", - "cstoneshovel": "stone_shovel", - "cstonespade": "stone_shovel", - "minecraft:stone_shovel": "stone_shovel", - "stoneshovel": "stone_shovel", - "stonespade": "stone_shovel", - "stone_slab": { - "material": "STONE_SLAB" - }, - "minecraft:stone_slab": "stone_slab", - "stoneslab": "stone_slab", - "stone_stairs": { - "material": "STONE_STAIRS" - }, - "minecraft:stone_stairs": "stone_stairs", - "stonestairs": "stone_stairs", - "stone_sword": { - "material": "STONE_SWORD" - }, - "cobblestonesword": "stone_sword", - "cssword": "stone_sword", - "cstonesword": "stone_sword", - "minecraft:stone_sword": "stone_sword", - "stonesword": "stone_sword", - "stonecutter": { - "material": "STONECUTTER" - }, - "minecraft:stonecutter": "stonecutter", - "stray_spawn_egg": { - "material": "STRAY_SPAWN_EGG" - }, - "eggstray": "stray_spawn_egg", - "minecraft:stray_spawn_egg": "stray_spawn_egg", - "seggstray": "stray_spawn_egg", - "spawneggstray": "stray_spawn_egg", - "spawnstray": "stray_spawn_egg", - "strayegg": "stray_spawn_egg", - "straysegg": "stray_spawn_egg", - "strayspawn": "stray_spawn_egg", - "strayspawnegg": "stray_spawn_egg", - "stray_spawner": { - "entity": "STRAY", - "material": "SPAWNER" - }, - "straycage": "stray_spawner", - "straymcage": "stray_spawner", - "straymobcage": "stray_spawner", - "straymobspawner": "stray_spawner", - "straymonstercage": "stray_spawner", - "straymonsterspawner": "stray_spawner", - "straymspawner": "stray_spawner", - "strayspawner": "stray_spawner", - "strength_lingering_potion": { - "potionData": { - "type": "STRENGTH", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotionstr": "strength_lingering_potion", - "aoepotionstrength": "strength_lingering_potion", - "aoepotionstrong": "strength_lingering_potion", - "aoepotstr": "strength_lingering_potion", - "aoepotstrength": "strength_lingering_potion", - "aoepotstrong": "strength_lingering_potion", - "areapotionstr": "strength_lingering_potion", - "areapotionstrength": "strength_lingering_potion", - "areapotionstrong": "strength_lingering_potion", - "areapotstr": "strength_lingering_potion", - "areapotstrength": "strength_lingering_potion", - "areapotstrong": "strength_lingering_potion", - "cloudpotionstr": "strength_lingering_potion", - "cloudpotionstrength": "strength_lingering_potion", - "cloudpotionstrong": "strength_lingering_potion", - "cloudpotstr": "strength_lingering_potion", - "cloudpotstrength": "strength_lingering_potion", - "cloudpotstrong": "strength_lingering_potion", - "lingerpotstr": "strength_lingering_potion", - "lingerpotstrength": "strength_lingering_potion", - "lingerpotstrong": "strength_lingering_potion", - "straoepoiont": "strength_lingering_potion", - "straoepot": "strength_lingering_potion", - "strareapot": "strength_lingering_potion", - "strareapotion": "strength_lingering_potion", - "strcloudpot": "strength_lingering_potion", - "strcloudpotion": "strength_lingering_potion", - "strengthaoepoiont": "strength_lingering_potion", - "strengthaoepot": "strength_lingering_potion", - "strengthareapot": "strength_lingering_potion", - "strengthareapotion": "strength_lingering_potion", - "strengthcloudpot": "strength_lingering_potion", - "strengthcloudpotion": "strength_lingering_potion", - "strengthlingerpot": "strength_lingering_potion", - "strlingerpot": "strength_lingering_potion", - "strongaoepoiont": "strength_lingering_potion", - "strongaoepot": "strength_lingering_potion", - "strongareapot": "strength_lingering_potion", - "strongareapotion": "strength_lingering_potion", - "strongcloudpot": "strength_lingering_potion", - "strongcloudpotion": "strength_lingering_potion", - "stronglingerpot": "strength_lingering_potion", - "strength_potion": { - "potionData": { - "type": "STRENGTH", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "potionofstr": "strength_potion", - "potionofstrength": "strength_potion", - "potionofstrong": "strength_potion", - "potofstr": "strength_potion", - "potofstrength": "strength_potion", - "potofstrong": "strength_potion", - "strengthpot": "strength_potion", - "strengthpotion": "strength_potion", - "strongpot": "strength_potion", - "strongpotion": "strength_potion", - "strpot": "strength_potion", - "strpotion": "strength_potion", - "strength_splash_potion": { - "potionData": { - "type": "STRENGTH", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "splashstrengthpot": "strength_splash_potion", - "splashstrengthpotion": "strength_splash_potion", - "splashstrongpot": "strength_splash_potion", - "splashstrongpotion": "strength_splash_potion", - "splashstrpot": "strength_splash_potion", - "splashstrpotion": "strength_splash_potion", - "splstrengthpot": "strength_splash_potion", - "splstrengthpotion": "strength_splash_potion", - "splstrongpot": "strength_splash_potion", - "splstrongpotion": "strength_splash_potion", - "splstrpot": "strength_splash_potion", - "splstrpotion": "strength_splash_potion", - "strengthsplashpot": "strength_splash_potion", - "strengthsplashpotion": "strength_splash_potion", - "strongsplashpot": "strength_splash_potion", - "strongsplashpotion": "strength_splash_potion", - "strsplashpot": "strength_splash_potion", - "strsplashpotion": "strength_splash_potion", - "strength_tipped_arrow": { - "potionData": { - "type": "STRENGTH", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowstr": "strength_tipped_arrow", - "arrowstrength": "strength_tipped_arrow", - "arrowstrong": "strength_tipped_arrow", - "strarrow": "strength_tipped_arrow", - "strengtharrow": "strength_tipped_arrow", - "strengthtarr": "strength_tipped_arrow", - "strengthtarrow": "strength_tipped_arrow", - "strengthtippedarrow": "strength_tipped_arrow", - "strongarrow": "strength_tipped_arrow", - "strongtarr": "strength_tipped_arrow", - "strongtarrow": "strength_tipped_arrow", - "strongtippedarrow": "strength_tipped_arrow", - "strtarr": "strength_tipped_arrow", - "strtarrow": "strength_tipped_arrow", - "strtippedarrow": "strength_tipped_arrow", - "strider_spawn_egg": { - "material": "STRIDER_SPAWN_EGG" - }, - "eggstrider": "strider_spawn_egg", - "eggswimmypig": "strider_spawn_egg", - "minecraft:strider_spawn_egg": "strider_spawn_egg", - "seggstrider": "strider_spawn_egg", - "seggswimmypig": "strider_spawn_egg", - "spawneggstrider": "strider_spawn_egg", - "spawneggswimmypig": "strider_spawn_egg", - "spawnstrider": "strider_spawn_egg", - "spawnswimmypig": "strider_spawn_egg", - "strideregg": "strider_spawn_egg", - "stridersegg": "strider_spawn_egg", - "striderspawn": "strider_spawn_egg", - "striderspawnegg": "strider_spawn_egg", - "swimmypigegg": "strider_spawn_egg", - "swimmypigsegg": "strider_spawn_egg", - "swimmypigspawn": "strider_spawn_egg", - "swimmypigspawnegg": "strider_spawn_egg", - "strider_spawner": { - "entity": "STRIDER", - "material": "SPAWNER" - }, - "stridercage": "strider_spawner", - "stridermcage": "strider_spawner", - "stridermobcage": "strider_spawner", - "stridermobspawner": "strider_spawner", - "stridermonstercage": "strider_spawner", - "stridermonsterspawner": "strider_spawner", - "stridermspawner": "strider_spawner", - "striderspawner": "strider_spawner", - "swimmypigcage": "strider_spawner", - "swimmypigmcage": "strider_spawner", - "swimmypigmobcage": "strider_spawner", - "swimmypigmobspawner": "strider_spawner", - "swimmypigmonstercage": "strider_spawner", - "swimmypigmonsterspawner": "strider_spawner", - "swimmypigmspawner": "strider_spawner", - "swimmypigspawner": "strider_spawner", - "string": { - "material": "STRING" - }, - "minecraft:string": "string", - "stripped_acacia_log": { - "material": "STRIPPED_ACACIA_LOG" - }, - "abarelog": "stripped_acacia_log", - "acaciabarelog": "stripped_acacia_log", - "acaciastrippedlog": "stripped_acacia_log", - "acbarelog": "stripped_acacia_log", - "acstrippedlog": "stripped_acacia_log", - "astrippedlog": "stripped_acacia_log", - "bareacaciatree": "stripped_acacia_log", - "bareacaciatrunk": "stripped_acacia_log", - "bareactree": "stripped_acacia_log", - "bareactrunk": "stripped_acacia_log", - "bareatree": "stripped_acacia_log", - "bareatrunk": "stripped_acacia_log", - "logacaciastripped": "stripped_acacia_log", - "logacstripped": "stripped_acacia_log", - "logastripped": "stripped_acacia_log", - "minecraft:stripped_acacia_log": "stripped_acacia_log", - "stracacialog": "stripped_acacia_log", - "straclog": "stripped_acacia_log", - "stralog": "stripped_acacia_log", - "strippedacacialog": "stripped_acacia_log", - "strippedacaciatree": "stripped_acacia_log", - "strippedacaciatrunk": "stripped_acacia_log", - "strippedaclog": "stripped_acacia_log", - "strippedactree": "stripped_acacia_log", - "strippedactrunk": "stripped_acacia_log", - "strippedalog": "stripped_acacia_log", - "strippedatree": "stripped_acacia_log", - "strippedatrunk": "stripped_acacia_log", - "stripped_acacia_wood": { - "material": "STRIPPED_ACACIA_WOOD" - }, - "abarewood": "stripped_acacia_wood", - "acaciabarewood": "stripped_acacia_wood", - "acaciastrippedwood": "stripped_acacia_wood", - "acbarewood": "stripped_acacia_wood", - "acstrippedwood": "stripped_acacia_wood", - "astrippedwood": "stripped_acacia_wood", - "bareacacialogall": "stripped_acacia_wood", - "bareacaciatreeall": "stripped_acacia_wood", - "bareacaciatrunkall": "stripped_acacia_wood", - "bareaclogall": "stripped_acacia_wood", - "bareactreeall": "stripped_acacia_wood", - "bareactrunkall": "stripped_acacia_wood", - "barealogall": "stripped_acacia_wood", - "bareatreeall": "stripped_acacia_wood", - "bareatrunkall": "stripped_acacia_wood", - "minecraft:stripped_acacia_wood": "stripped_acacia_wood", - "stracaciawood": "stripped_acacia_wood", - "stracwood": "stripped_acacia_wood", - "strawood": "stripped_acacia_wood", - "strippedacacialogall": "stripped_acacia_wood", - "strippedacaciatreeall": "stripped_acacia_wood", - "strippedacaciatrunkall": "stripped_acacia_wood", - "strippedacaciawood": "stripped_acacia_wood", - "strippedaclogall": "stripped_acacia_wood", - "strippedactreeall": "stripped_acacia_wood", - "strippedactrunkall": "stripped_acacia_wood", - "strippedacwood": "stripped_acacia_wood", - "strippedalogall": "stripped_acacia_wood", - "strippedatreeall": "stripped_acacia_wood", - "strippedatrunkall": "stripped_acacia_wood", - "strippedawood": "stripped_acacia_wood", - "woodacaciastripped": "stripped_acacia_wood", - "woodacstripped": "stripped_acacia_wood", - "woodastripped": "stripped_acacia_wood", - "stripped_bamboo_block": { - "material": "STRIPPED_BAMBOO_BLOCK" - }, - "minecraft:stripped_bamboo_block": "stripped_bamboo_block", - "strippedbambooblock": "stripped_bamboo_block", - "stripped_birch_log": { - "material": "STRIPPED_BIRCH_LOG" - }, - "barebirchtree": "stripped_birch_log", - "barebirchtrunk": "stripped_birch_log", - "barebtree": "stripped_birch_log", - "barebtrunk": "stripped_birch_log", - "barelighttree": "stripped_birch_log", - "barelighttrunk": "stripped_birch_log", - "bareltree": "stripped_birch_log", - "bareltrunk": "stripped_birch_log", - "barewhitetree": "stripped_birch_log", - "barewhitetrunk": "stripped_birch_log", - "barewtree": "stripped_birch_log", - "barewtrunk": "stripped_birch_log", - "bbarelog": "stripped_birch_log", - "birchbarelog": "stripped_birch_log", - "birchstrippedlog": "stripped_birch_log", - "bstrippedlog": "stripped_birch_log", - "lbarelog": "stripped_birch_log", - "lightbarelog": "stripped_birch_log", - "lightstrippedlog": "stripped_birch_log", - "logbirchstripped": "stripped_birch_log", - "logbstripped": "stripped_birch_log", - "loglightstripped": "stripped_birch_log", - "loglstripped": "stripped_birch_log", - "logwhitestripped": "stripped_birch_log", - "logwstripped": "stripped_birch_log", - "lstrippedlog": "stripped_birch_log", - "minecraft:stripped_birch_log": "stripped_birch_log", - "strbirchlog": "stripped_birch_log", - "strblog": "stripped_birch_log", - "strippedbirchlog": "stripped_birch_log", - "strippedbirchtree": "stripped_birch_log", - "strippedbirchtrunk": "stripped_birch_log", - "strippedblog": "stripped_birch_log", - "strippedbtree": "stripped_birch_log", - "strippedbtrunk": "stripped_birch_log", - "strippedlightlog": "stripped_birch_log", - "strippedlighttree": "stripped_birch_log", - "strippedlighttrunk": "stripped_birch_log", - "strippedllog": "stripped_birch_log", - "strippedltree": "stripped_birch_log", - "strippedltrunk": "stripped_birch_log", - "strippedwhitelog": "stripped_birch_log", - "strippedwhitetree": "stripped_birch_log", - "strippedwhitetrunk": "stripped_birch_log", - "strippedwlog": "stripped_birch_log", - "strippedwtree": "stripped_birch_log", - "strippedwtrunk": "stripped_birch_log", - "strlightlog": "stripped_birch_log", - "strllog": "stripped_birch_log", - "strwhitelog": "stripped_birch_log", - "strwlog": "stripped_birch_log", - "wbarelog": "stripped_birch_log", - "whitebarelog": "stripped_birch_log", - "whitestrippedlog": "stripped_birch_log", - "wstrippedlog": "stripped_birch_log", - "stripped_birch_wood": { - "material": "STRIPPED_BIRCH_WOOD" - }, - "barebirchlogall": "stripped_birch_wood", - "barebirchtreeall": "stripped_birch_wood", - "barebirchtrunkall": "stripped_birch_wood", - "bareblogall": "stripped_birch_wood", - "barebtreeall": "stripped_birch_wood", - "barebtrunkall": "stripped_birch_wood", - "barelightlogall": "stripped_birch_wood", - "barelighttreeall": "stripped_birch_wood", - "barelighttrunkall": "stripped_birch_wood", - "barellogall": "stripped_birch_wood", - "bareltreeall": "stripped_birch_wood", - "bareltrunkall": "stripped_birch_wood", - "barewhitelogall": "stripped_birch_wood", - "barewhitetreeall": "stripped_birch_wood", - "barewhitetrunkall": "stripped_birch_wood", - "barewlogall": "stripped_birch_wood", - "barewtreeall": "stripped_birch_wood", - "barewtrunkall": "stripped_birch_wood", - "bbarewood": "stripped_birch_wood", - "birchbarewood": "stripped_birch_wood", - "birchstrippedwood": "stripped_birch_wood", - "bstrippedwood": "stripped_birch_wood", - "lbarewood": "stripped_birch_wood", - "lightbarewood": "stripped_birch_wood", - "lightstrippedwood": "stripped_birch_wood", - "lstrippedwood": "stripped_birch_wood", - "minecraft:stripped_birch_wood": "stripped_birch_wood", - "strbirchwood": "stripped_birch_wood", - "strbwood": "stripped_birch_wood", - "strippedbirchlogall": "stripped_birch_wood", - "strippedbirchtreeall": "stripped_birch_wood", - "strippedbirchtrunkall": "stripped_birch_wood", - "strippedbirchwood": "stripped_birch_wood", - "strippedblogall": "stripped_birch_wood", - "strippedbtreeall": "stripped_birch_wood", - "strippedbtrunkall": "stripped_birch_wood", - "strippedbwood": "stripped_birch_wood", - "strippedlightlogall": "stripped_birch_wood", - "strippedlighttreeall": "stripped_birch_wood", - "strippedlighttrunkall": "stripped_birch_wood", - "strippedlightwood": "stripped_birch_wood", - "strippedllogall": "stripped_birch_wood", - "strippedltreeall": "stripped_birch_wood", - "strippedltrunkall": "stripped_birch_wood", - "strippedlwood": "stripped_birch_wood", - "strippedwhitelogall": "stripped_birch_wood", - "strippedwhitetreeall": "stripped_birch_wood", - "strippedwhitetrunkall": "stripped_birch_wood", - "strippedwhitewood": "stripped_birch_wood", - "strippedwlogall": "stripped_birch_wood", - "strippedwtreeall": "stripped_birch_wood", - "strippedwtrunkall": "stripped_birch_wood", - "strippedwwood": "stripped_birch_wood", - "strlightwood": "stripped_birch_wood", - "strlwood": "stripped_birch_wood", - "strwhitewood": "stripped_birch_wood", - "strwwood": "stripped_birch_wood", - "wbarewood": "stripped_birch_wood", - "whitebarewood": "stripped_birch_wood", - "whitestrippedwood": "stripped_birch_wood", - "woodbirchstripped": "stripped_birch_wood", - "woodbstripped": "stripped_birch_wood", - "woodlightstripped": "stripped_birch_wood", - "woodlstripped": "stripped_birch_wood", - "woodwhitestripped": "stripped_birch_wood", - "woodwstripped": "stripped_birch_wood", - "wstrippedwood": "stripped_birch_wood", - "stripped_cherry_log": { - "material": "STRIPPED_CHERRY_LOG" - }, - "barecherrytree": "stripped_cherry_log", - "barecherrytrunk": "stripped_cherry_log", - "barechertree": "stripped_cherry_log", - "barechertrunk": "stripped_cherry_log", - "barectree": "stripped_cherry_log", - "barectrunk": "stripped_cherry_log", - "cbarelog": "stripped_cherry_log", - "cherbarelog": "stripped_cherry_log", - "cherrybarelog": "stripped_cherry_log", - "cherrystrippedlog": "stripped_cherry_log", - "cherstrippedlog": "stripped_cherry_log", - "cstrippedlog": "stripped_cherry_log", - "logcherrystripped": "stripped_cherry_log", - "logcherstripped": "stripped_cherry_log", - "logcstripped": "stripped_cherry_log", - "minecraft:stripped_cherry_log": "stripped_cherry_log", - "strcherlog": "stripped_cherry_log", - "strcherrylog": "stripped_cherry_log", - "strclog": "stripped_cherry_log", - "strippedcherlog": "stripped_cherry_log", - "strippedcherrylog": "stripped_cherry_log", - "strippedcherrytree": "stripped_cherry_log", - "strippedcherrytrunk": "stripped_cherry_log", - "strippedchertree": "stripped_cherry_log", - "strippedchertrunk": "stripped_cherry_log", - "strippedclog": "stripped_cherry_log", - "strippedctree": "stripped_cherry_log", - "strippedctrunk": "stripped_cherry_log", - "stripped_cherry_wood": { - "material": "STRIPPED_CHERRY_WOOD" - }, - "barecherlogall": "stripped_cherry_wood", - "barecherrylogall": "stripped_cherry_wood", - "barecherrytreeall": "stripped_cherry_wood", - "barecherrytrunkall": "stripped_cherry_wood", - "barechertreeall": "stripped_cherry_wood", - "barechertrunkall": "stripped_cherry_wood", - "bareclogall": "stripped_cherry_wood", - "barectreeall": "stripped_cherry_wood", - "barectrunkall": "stripped_cherry_wood", - "cbarewood": "stripped_cherry_wood", - "cherbarewood": "stripped_cherry_wood", - "cherrybarewood": "stripped_cherry_wood", - "cherrystrippedwood": "stripped_cherry_wood", - "cherstrippedwood": "stripped_cherry_wood", - "cstrippedwood": "stripped_cherry_wood", - "minecraft:stripped_cherry_wood": "stripped_cherry_wood", - "strcherrywood": "stripped_cherry_wood", - "strcherwood": "stripped_cherry_wood", - "strcwood": "stripped_cherry_wood", - "strippedcherlogall": "stripped_cherry_wood", - "strippedcherrylogall": "stripped_cherry_wood", - "strippedcherrytreeall": "stripped_cherry_wood", - "strippedcherrytrunkall": "stripped_cherry_wood", - "strippedcherrywood": "stripped_cherry_wood", - "strippedchertreeall": "stripped_cherry_wood", - "strippedchertrunkall": "stripped_cherry_wood", - "strippedcherwood": "stripped_cherry_wood", - "strippedclogall": "stripped_cherry_wood", - "strippedctreeall": "stripped_cherry_wood", - "strippedctrunkall": "stripped_cherry_wood", - "strippedcwood": "stripped_cherry_wood", - "woodcherrystripped": "stripped_cherry_wood", - "woodcherstripped": "stripped_cherry_wood", - "woodcstripped": "stripped_cherry_wood", - "stripped_crimson_hyphae": { - "material": "STRIPPED_CRIMSON_HYPHAE" - }, - "minecraft:stripped_crimson_hyphae": "stripped_crimson_hyphae", - "strcrhyphae": "stripped_crimson_hyphae", - "strcrimhyphae": "stripped_crimson_hyphae", - "strcrimsonhyphae": "stripped_crimson_hyphae", - "strippedcrhyphae": "stripped_crimson_hyphae", - "strippedcrimhyphae": "stripped_crimson_hyphae", - "strippedcrimsonhyphae": "stripped_crimson_hyphae", - "stripped_crimson_stem": { - "material": "STRIPPED_CRIMSON_STEM" - }, - "barecrimsonstem": "stripped_crimson_stem", - "barecrimsontree": "stripped_crimson_stem", - "barecrimstem": "stripped_crimson_stem", - "barecrimtree": "stripped_crimson_stem", - "barecrstem": "stripped_crimson_stem", - "barecrtree": "stripped_crimson_stem", - "crbarelog": "stripped_crimson_stem", - "crimbarelog": "stripped_crimson_stem", - "crimsonbarelog": "stripped_crimson_stem", - "crimsonstrippedlog": "stripped_crimson_stem", - "crimstrippedlog": "stripped_crimson_stem", - "crstrippedlog": "stripped_crimson_stem", - "logcrimsonstripped": "stripped_crimson_stem", - "logcrimstripped": "stripped_crimson_stem", - "logcrstripped": "stripped_crimson_stem", - "minecraft:stripped_crimson_stem": "stripped_crimson_stem", - "strcrimlog": "stripped_crimson_stem", - "strcrimsonlog": "stripped_crimson_stem", - "strcrlog": "stripped_crimson_stem", - "strippedcrimlog": "stripped_crimson_stem", - "strippedcrimsonlog": "stripped_crimson_stem", - "strippedcrimsonstem": "stripped_crimson_stem", - "strippedcrimsontree": "stripped_crimson_stem", - "strippedcrimstem": "stripped_crimson_stem", - "strippedcrimtree": "stripped_crimson_stem", - "strippedcrlog": "stripped_crimson_stem", - "strippedcrstem": "stripped_crimson_stem", - "strippedcrtree": "stripped_crimson_stem", - "stripped_dark_oak_log": { - "material": "STRIPPED_DARK_OAK_LOG" - }, - "baredark_oaktree": "stripped_dark_oak_log", - "baredark_oaktrunk": "stripped_dark_oak_log", - "baredarkoaktree": "stripped_dark_oak_log", - "baredarkoaktrunk": "stripped_dark_oak_log", - "baredoaktree": "stripped_dark_oak_log", - "baredoaktrunk": "stripped_dark_oak_log", - "baredotree": "stripped_dark_oak_log", - "baredotrunk": "stripped_dark_oak_log", - "dark_oakbarelog": "stripped_dark_oak_log", - "dark_oakstrippedlog": "stripped_dark_oak_log", - "darkoakbarelog": "stripped_dark_oak_log", - "darkoakstrippedlog": "stripped_dark_oak_log", - "doakbarelog": "stripped_dark_oak_log", - "doakstrippedlog": "stripped_dark_oak_log", - "dobarelog": "stripped_dark_oak_log", - "dostrippedlog": "stripped_dark_oak_log", - "logdark_oakstripped": "stripped_dark_oak_log", - "logdarkoakstripped": "stripped_dark_oak_log", - "logdoakstripped": "stripped_dark_oak_log", - "logdostripped": "stripped_dark_oak_log", - "minecraft:stripped_dark_oak_log": "stripped_dark_oak_log", - "strdark_oaklog": "stripped_dark_oak_log", - "strdarkoaklog": "stripped_dark_oak_log", - "strdoaklog": "stripped_dark_oak_log", - "strdolog": "stripped_dark_oak_log", - "strippeddark_oaklog": "stripped_dark_oak_log", - "strippeddark_oaktree": "stripped_dark_oak_log", - "strippeddark_oaktrunk": "stripped_dark_oak_log", - "strippeddarkoaklog": "stripped_dark_oak_log", - "strippeddarkoaktree": "stripped_dark_oak_log", - "strippeddarkoaktrunk": "stripped_dark_oak_log", - "strippeddoaklog": "stripped_dark_oak_log", - "strippeddoaktree": "stripped_dark_oak_log", - "strippeddoaktrunk": "stripped_dark_oak_log", - "strippeddolog": "stripped_dark_oak_log", - "strippeddotree": "stripped_dark_oak_log", - "strippeddotrunk": "stripped_dark_oak_log", - "stripped_dark_oak_wood": { - "material": "STRIPPED_DARK_OAK_WOOD" - }, - "baredark_oaklogall": "stripped_dark_oak_wood", - "baredark_oaktreeall": "stripped_dark_oak_wood", - "baredark_oaktrunkall": "stripped_dark_oak_wood", - "baredarkoaklogall": "stripped_dark_oak_wood", - "baredarkoaktreeall": "stripped_dark_oak_wood", - "baredarkoaktrunkall": "stripped_dark_oak_wood", - "baredoaklogall": "stripped_dark_oak_wood", - "baredoaktreeall": "stripped_dark_oak_wood", - "baredoaktrunkall": "stripped_dark_oak_wood", - "baredologall": "stripped_dark_oak_wood", - "baredotreeall": "stripped_dark_oak_wood", - "baredotrunkall": "stripped_dark_oak_wood", - "dark_oakbarewood": "stripped_dark_oak_wood", - "dark_oakstrippedwood": "stripped_dark_oak_wood", - "darkoakbarewood": "stripped_dark_oak_wood", - "darkoakstrippedwood": "stripped_dark_oak_wood", - "doakbarewood": "stripped_dark_oak_wood", - "doakstrippedwood": "stripped_dark_oak_wood", - "dobarewood": "stripped_dark_oak_wood", - "dostrippedwood": "stripped_dark_oak_wood", - "minecraft:stripped_dark_oak_wood": "stripped_dark_oak_wood", - "strdark_oakwood": "stripped_dark_oak_wood", - "strdarkoakwood": "stripped_dark_oak_wood", - "strdoakwood": "stripped_dark_oak_wood", - "strdowood": "stripped_dark_oak_wood", - "strippeddark_oaklogall": "stripped_dark_oak_wood", - "strippeddark_oaktreeall": "stripped_dark_oak_wood", - "strippeddark_oaktrunkall": "stripped_dark_oak_wood", - "strippeddark_oakwood": "stripped_dark_oak_wood", - "strippeddarkoaklogall": "stripped_dark_oak_wood", - "strippeddarkoaktreeall": "stripped_dark_oak_wood", - "strippeddarkoaktrunkall": "stripped_dark_oak_wood", - "strippeddarkoakwood": "stripped_dark_oak_wood", - "strippeddoaklogall": "stripped_dark_oak_wood", - "strippeddoaktreeall": "stripped_dark_oak_wood", - "strippeddoaktrunkall": "stripped_dark_oak_wood", - "strippeddoakwood": "stripped_dark_oak_wood", - "strippeddologall": "stripped_dark_oak_wood", - "strippeddotreeall": "stripped_dark_oak_wood", - "strippeddotrunkall": "stripped_dark_oak_wood", - "strippeddowood": "stripped_dark_oak_wood", - "wooddark_oakstripped": "stripped_dark_oak_wood", - "wooddarkoakstripped": "stripped_dark_oak_wood", - "wooddoakstripped": "stripped_dark_oak_wood", - "wooddostripped": "stripped_dark_oak_wood", - "stripped_jungle_log": { - "material": "STRIPPED_JUNGLE_LOG" - }, - "bareforesttree": "stripped_jungle_log", - "bareforesttrunk": "stripped_jungle_log", - "bareftree": "stripped_jungle_log", - "bareftrunk": "stripped_jungle_log", - "barejtree": "stripped_jungle_log", - "barejtrunk": "stripped_jungle_log", - "barejungletree": "stripped_jungle_log", - "barejungletrunk": "stripped_jungle_log", - "fbarelog": "stripped_jungle_log", - "forestbarelog": "stripped_jungle_log", - "foreststrippedlog": "stripped_jungle_log", - "fstrippedlog": "stripped_jungle_log", - "jbarelog": "stripped_jungle_log", - "jstrippedlog": "stripped_jungle_log", - "junglebarelog": "stripped_jungle_log", - "junglestrippedlog": "stripped_jungle_log", - "logforeststripped": "stripped_jungle_log", - "logfstripped": "stripped_jungle_log", - "logjstripped": "stripped_jungle_log", - "logjunglestripped": "stripped_jungle_log", - "minecraft:stripped_jungle_log": "stripped_jungle_log", - "strflog": "stripped_jungle_log", - "strforestlog": "stripped_jungle_log", - "strippedflog": "stripped_jungle_log", - "strippedforestlog": "stripped_jungle_log", - "strippedforesttree": "stripped_jungle_log", - "strippedforesttrunk": "stripped_jungle_log", - "strippedftree": "stripped_jungle_log", - "strippedftrunk": "stripped_jungle_log", - "strippedjlog": "stripped_jungle_log", - "strippedjtree": "stripped_jungle_log", - "strippedjtrunk": "stripped_jungle_log", - "strippedjunglelog": "stripped_jungle_log", - "strippedjungletree": "stripped_jungle_log", - "strippedjungletrunk": "stripped_jungle_log", - "strjlog": "stripped_jungle_log", - "strjunglelog": "stripped_jungle_log", - "stripped_jungle_wood": { - "material": "STRIPPED_JUNGLE_WOOD" - }, - "bareflogall": "stripped_jungle_wood", - "bareforestlogall": "stripped_jungle_wood", - "bareforesttreeall": "stripped_jungle_wood", - "bareforesttrunkall": "stripped_jungle_wood", - "bareftreeall": "stripped_jungle_wood", - "bareftrunkall": "stripped_jungle_wood", - "barejlogall": "stripped_jungle_wood", - "barejtreeall": "stripped_jungle_wood", - "barejtrunkall": "stripped_jungle_wood", - "barejunglelogall": "stripped_jungle_wood", - "barejungletreeall": "stripped_jungle_wood", - "barejungletrunkall": "stripped_jungle_wood", - "fbarewood": "stripped_jungle_wood", - "forestbarewood": "stripped_jungle_wood", - "foreststrippedwood": "stripped_jungle_wood", - "fstrippedwood": "stripped_jungle_wood", - "jbarewood": "stripped_jungle_wood", - "jstrippedwood": "stripped_jungle_wood", - "junglebarewood": "stripped_jungle_wood", - "junglestrippedwood": "stripped_jungle_wood", - "minecraft:stripped_jungle_wood": "stripped_jungle_wood", - "strforestwood": "stripped_jungle_wood", - "strfwood": "stripped_jungle_wood", - "strippedflogall": "stripped_jungle_wood", - "strippedforestlogall": "stripped_jungle_wood", - "strippedforesttreeall": "stripped_jungle_wood", - "strippedforesttrunkall": "stripped_jungle_wood", - "strippedforestwood": "stripped_jungle_wood", - "strippedftreeall": "stripped_jungle_wood", - "strippedftrunkall": "stripped_jungle_wood", - "strippedfwood": "stripped_jungle_wood", - "strippedjlogall": "stripped_jungle_wood", - "strippedjtreeall": "stripped_jungle_wood", - "strippedjtrunkall": "stripped_jungle_wood", - "strippedjunglelogall": "stripped_jungle_wood", - "strippedjungletreeall": "stripped_jungle_wood", - "strippedjungletrunkall": "stripped_jungle_wood", - "strippedjunglewood": "stripped_jungle_wood", - "strippedjwood": "stripped_jungle_wood", - "strjunglewood": "stripped_jungle_wood", - "strjwood": "stripped_jungle_wood", - "woodforeststripped": "stripped_jungle_wood", - "woodfstripped": "stripped_jungle_wood", - "woodjstripped": "stripped_jungle_wood", - "woodjunglestripped": "stripped_jungle_wood", - "stripped_mangrove_log": { - "material": "STRIPPED_MANGROVE_LOG" - }, - "baremangrovetree": "stripped_mangrove_log", - "baremangrovetrunk": "stripped_mangrove_log", - "baremantree": "stripped_mangrove_log", - "baremantrunk": "stripped_mangrove_log", - "baremtree": "stripped_mangrove_log", - "baremtrunk": "stripped_mangrove_log", - "logmangrovestripped": "stripped_mangrove_log", - "logmanstripped": "stripped_mangrove_log", - "logmstripped": "stripped_mangrove_log", - "manbarelog": "stripped_mangrove_log", - "mangrovebarelog": "stripped_mangrove_log", - "mangrovestrippedlog": "stripped_mangrove_log", - "manstrippedlog": "stripped_mangrove_log", - "mbarelog": "stripped_mangrove_log", - "minecraft:stripped_mangrove_log": "stripped_mangrove_log", - "mstrippedlog": "stripped_mangrove_log", - "strippedmangrovelog": "stripped_mangrove_log", - "strippedmangrovetree": "stripped_mangrove_log", - "strippedmangrovetrunk": "stripped_mangrove_log", - "strippedmanlog": "stripped_mangrove_log", - "strippedmantree": "stripped_mangrove_log", - "strippedmantrunk": "stripped_mangrove_log", - "strippedmlog": "stripped_mangrove_log", - "strippedmtree": "stripped_mangrove_log", - "strippedmtrunk": "stripped_mangrove_log", - "strmangrovelog": "stripped_mangrove_log", - "strmanlog": "stripped_mangrove_log", - "strmlog": "stripped_mangrove_log", - "stripped_mangrove_wood": { - "material": "STRIPPED_MANGROVE_WOOD" - }, - "baremangrovelogall": "stripped_mangrove_wood", - "baremangrovetreeall": "stripped_mangrove_wood", - "baremangrovetrunkall": "stripped_mangrove_wood", - "baremanlogall": "stripped_mangrove_wood", - "baremantreeall": "stripped_mangrove_wood", - "baremantrunkall": "stripped_mangrove_wood", - "baremlogall": "stripped_mangrove_wood", - "baremtreeall": "stripped_mangrove_wood", - "baremtrunkall": "stripped_mangrove_wood", - "manbarewood": "stripped_mangrove_wood", - "mangrovebarewood": "stripped_mangrove_wood", - "mangrovestrippedwood": "stripped_mangrove_wood", - "manstrippedwood": "stripped_mangrove_wood", - "mbarewood": "stripped_mangrove_wood", - "minecraft:stripped_mangrove_wood": "stripped_mangrove_wood", - "mstrippedwood": "stripped_mangrove_wood", - "strippedmangrovelogall": "stripped_mangrove_wood", - "strippedmangrovetreeall": "stripped_mangrove_wood", - "strippedmangrovetrunkall": "stripped_mangrove_wood", - "strippedmangrovewood": "stripped_mangrove_wood", - "strippedmanlogall": "stripped_mangrove_wood", - "strippedmantreeall": "stripped_mangrove_wood", - "strippedmantrunkall": "stripped_mangrove_wood", - "strippedmanwood": "stripped_mangrove_wood", - "strippedmlogall": "stripped_mangrove_wood", - "strippedmtreeall": "stripped_mangrove_wood", - "strippedmtrunkall": "stripped_mangrove_wood", - "strippedmwood": "stripped_mangrove_wood", - "strmangrovewood": "stripped_mangrove_wood", - "strmanwood": "stripped_mangrove_wood", - "strmwood": "stripped_mangrove_wood", - "woodmangrovestripped": "stripped_mangrove_wood", - "woodmanstripped": "stripped_mangrove_wood", - "woodmstripped": "stripped_mangrove_wood", - "stripped_oak_log": { - "material": "STRIPPED_OAK_LOG" - }, - "bareoaktree": "stripped_oak_log", - "bareoaktrunk": "stripped_oak_log", - "bareotree": "stripped_oak_log", - "bareotrunk": "stripped_oak_log", - "logoakstripped": "stripped_oak_log", - "logostripped": "stripped_oak_log", - "minecraft:stripped_oak_log": "stripped_oak_log", - "oakbarelog": "stripped_oak_log", - "oakstrippedlog": "stripped_oak_log", - "obarelog": "stripped_oak_log", - "ostrippedlog": "stripped_oak_log", - "strippedoaklog": "stripped_oak_log", - "strippedoaktree": "stripped_oak_log", - "strippedoaktrunk": "stripped_oak_log", - "strippedolog": "stripped_oak_log", - "strippedotree": "stripped_oak_log", - "strippedotrunk": "stripped_oak_log", - "stroaklog": "stripped_oak_log", - "strolog": "stripped_oak_log", - "stripped_oak_wood": { - "material": "STRIPPED_OAK_WOOD" - }, - "bareoaklogall": "stripped_oak_wood", - "bareoaktreeall": "stripped_oak_wood", - "bareoaktrunkall": "stripped_oak_wood", - "bareologall": "stripped_oak_wood", - "bareotreeall": "stripped_oak_wood", - "bareotrunkall": "stripped_oak_wood", - "minecraft:stripped_oak_wood": "stripped_oak_wood", - "oakbarewood": "stripped_oak_wood", - "oakstrippedwood": "stripped_oak_wood", - "obarewood": "stripped_oak_wood", - "ostrippedwood": "stripped_oak_wood", - "strippedoaklogall": "stripped_oak_wood", - "strippedoaktreeall": "stripped_oak_wood", - "strippedoaktrunkall": "stripped_oak_wood", - "strippedoakwood": "stripped_oak_wood", - "strippedologall": "stripped_oak_wood", - "strippedotreeall": "stripped_oak_wood", - "strippedotrunkall": "stripped_oak_wood", - "strippedowood": "stripped_oak_wood", - "stroakwood": "stripped_oak_wood", - "strowood": "stripped_oak_wood", - "woodoakstripped": "stripped_oak_wood", - "woodostripped": "stripped_oak_wood", - "stripped_spruce_log": { - "material": "STRIPPED_SPRUCE_LOG" - }, - "baredarktree": "stripped_spruce_log", - "baredarktrunk": "stripped_spruce_log", - "baredtree": "stripped_spruce_log", - "baredtrunk": "stripped_spruce_log", - "barepinetree": "stripped_spruce_log", - "barepinetrunk": "stripped_spruce_log", - "bareptree": "stripped_spruce_log", - "bareptrunk": "stripped_spruce_log", - "baresprucetree": "stripped_spruce_log", - "baresprucetrunk": "stripped_spruce_log", - "barestree": "stripped_spruce_log", - "barestrunk": "stripped_spruce_log", - "darkbarelog": "stripped_spruce_log", - "darkstrippedlog": "stripped_spruce_log", - "dbarelog": "stripped_spruce_log", - "dstrippedlog": "stripped_spruce_log", - "logdarkstripped": "stripped_spruce_log", - "logdstripped": "stripped_spruce_log", - "logpinestripped": "stripped_spruce_log", - "logpstripped": "stripped_spruce_log", - "logsprucestripped": "stripped_spruce_log", - "logsstripped": "stripped_spruce_log", - "minecraft:stripped_spruce_log": "stripped_spruce_log", - "pbarelog": "stripped_spruce_log", - "pinebarelog": "stripped_spruce_log", - "pinestrippedlog": "stripped_spruce_log", - "pstrippedlog": "stripped_spruce_log", - "sbarelog": "stripped_spruce_log", - "sprucebarelog": "stripped_spruce_log", - "sprucestrippedlog": "stripped_spruce_log", - "sstrippedlog": "stripped_spruce_log", - "strdarklog": "stripped_spruce_log", - "strdlog": "stripped_spruce_log", - "strippeddarklog": "stripped_spruce_log", - "strippeddarktree": "stripped_spruce_log", - "strippeddarktrunk": "stripped_spruce_log", - "strippeddlog": "stripped_spruce_log", - "strippeddtree": "stripped_spruce_log", - "strippeddtrunk": "stripped_spruce_log", - "strippedpinelog": "stripped_spruce_log", - "strippedpinetree": "stripped_spruce_log", - "strippedpinetrunk": "stripped_spruce_log", - "strippedplog": "stripped_spruce_log", - "strippedptree": "stripped_spruce_log", - "strippedptrunk": "stripped_spruce_log", - "strippedslog": "stripped_spruce_log", - "strippedsprucelog": "stripped_spruce_log", - "strippedsprucetree": "stripped_spruce_log", - "strippedsprucetrunk": "stripped_spruce_log", - "strippedstree": "stripped_spruce_log", - "strippedstrunk": "stripped_spruce_log", - "strpinelog": "stripped_spruce_log", - "strplog": "stripped_spruce_log", - "strslog": "stripped_spruce_log", - "strsprucelog": "stripped_spruce_log", - "stripped_spruce_wood": { - "material": "STRIPPED_SPRUCE_WOOD" - }, - "baredarklogall": "stripped_spruce_wood", - "baredarktreeall": "stripped_spruce_wood", - "baredarktrunkall": "stripped_spruce_wood", - "baredlogall": "stripped_spruce_wood", - "baredtreeall": "stripped_spruce_wood", - "baredtrunkall": "stripped_spruce_wood", - "barepinelogall": "stripped_spruce_wood", - "barepinetreeall": "stripped_spruce_wood", - "barepinetrunkall": "stripped_spruce_wood", - "bareplogall": "stripped_spruce_wood", - "bareptreeall": "stripped_spruce_wood", - "bareptrunkall": "stripped_spruce_wood", - "bareslogall": "stripped_spruce_wood", - "baresprucelogall": "stripped_spruce_wood", - "baresprucetreeall": "stripped_spruce_wood", - "baresprucetrunkall": "stripped_spruce_wood", - "barestreeall": "stripped_spruce_wood", - "barestrunkall": "stripped_spruce_wood", - "darkbarewood": "stripped_spruce_wood", - "darkstrippedwood": "stripped_spruce_wood", - "dbarewood": "stripped_spruce_wood", - "dstrippedwood": "stripped_spruce_wood", - "minecraft:stripped_spruce_wood": "stripped_spruce_wood", - "pbarewood": "stripped_spruce_wood", - "pinebarewood": "stripped_spruce_wood", - "pinestrippedwood": "stripped_spruce_wood", - "pstrippedwood": "stripped_spruce_wood", - "sbarewood": "stripped_spruce_wood", - "sprucebarewood": "stripped_spruce_wood", - "sprucestrippedwood": "stripped_spruce_wood", - "sstrippedwood": "stripped_spruce_wood", - "strdarkwood": "stripped_spruce_wood", - "strdwood": "stripped_spruce_wood", - "strippeddarklogall": "stripped_spruce_wood", - "strippeddarktreeall": "stripped_spruce_wood", - "strippeddarktrunkall": "stripped_spruce_wood", - "strippeddarkwood": "stripped_spruce_wood", - "strippeddlogall": "stripped_spruce_wood", - "strippeddtreeall": "stripped_spruce_wood", - "strippeddtrunkall": "stripped_spruce_wood", - "strippeddwood": "stripped_spruce_wood", - "strippedpinelogall": "stripped_spruce_wood", - "strippedpinetreeall": "stripped_spruce_wood", - "strippedpinetrunkall": "stripped_spruce_wood", - "strippedpinewood": "stripped_spruce_wood", - "strippedplogall": "stripped_spruce_wood", - "strippedptreeall": "stripped_spruce_wood", - "strippedptrunkall": "stripped_spruce_wood", - "strippedpwood": "stripped_spruce_wood", - "strippedslogall": "stripped_spruce_wood", - "strippedsprucelogall": "stripped_spruce_wood", - "strippedsprucetreeall": "stripped_spruce_wood", - "strippedsprucetrunkall": "stripped_spruce_wood", - "strippedsprucewood": "stripped_spruce_wood", - "strippedstreeall": "stripped_spruce_wood", - "strippedstrunkall": "stripped_spruce_wood", - "strippedswood": "stripped_spruce_wood", - "strpinewood": "stripped_spruce_wood", - "strpwood": "stripped_spruce_wood", - "strsprucewood": "stripped_spruce_wood", - "strswood": "stripped_spruce_wood", - "wooddarkstripped": "stripped_spruce_wood", - "wooddstripped": "stripped_spruce_wood", - "woodpinestripped": "stripped_spruce_wood", - "woodpstripped": "stripped_spruce_wood", - "woodsprucestripped": "stripped_spruce_wood", - "woodsstripped": "stripped_spruce_wood", - "stripped_warped_hyphae": { - "material": "STRIPPED_WARPED_HYPHAE" - }, - "minecraft:stripped_warped_hyphae": "stripped_warped_hyphae", - "strippedwarpedhyphae": "stripped_warped_hyphae", - "strippedwarphyphae": "stripped_warped_hyphae", - "strwarpedhyphae": "stripped_warped_hyphae", - "strwarphyphae": "stripped_warped_hyphae", - "stripped_warped_stem": { - "material": "STRIPPED_WARPED_STEM" - }, - "barewarpedstem": "stripped_warped_stem", - "barewarpedtree": "stripped_warped_stem", - "barewarpstem": "stripped_warped_stem", - "barewarptree": "stripped_warped_stem", - "logwarpedstripped": "stripped_warped_stem", - "logwarpstripped": "stripped_warped_stem", - "minecraft:stripped_warped_stem": "stripped_warped_stem", - "strippedwarpedlog": "stripped_warped_stem", - "strippedwarpedstem": "stripped_warped_stem", - "strippedwarpedtree": "stripped_warped_stem", - "strippedwarplog": "stripped_warped_stem", - "strippedwarpstem": "stripped_warped_stem", - "strippedwarptree": "stripped_warped_stem", - "strwarpedlog": "stripped_warped_stem", - "strwarplog": "stripped_warped_stem", - "warpbarelog": "stripped_warped_stem", - "warpedbarelog": "stripped_warped_stem", - "warpedstrippedlog": "stripped_warped_stem", - "warpstrippedlog": "stripped_warped_stem", - "strong_harming_lingering_potion": { - "potionData": { - "type": "INSTANT_DAMAGE", - "upgraded": true, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotdamageii": "strong_harming_lingering_potion", - "aoepotdamagelevelii": "strong_harming_lingering_potion", - "aoepotdamagestrong": "strong_harming_lingering_potion", - "aoepotdii": "strong_harming_lingering_potion", - "aoepotdlevelii": "strong_harming_lingering_potion", - "aoepotdmgii": "strong_harming_lingering_potion", - "aoepotdmglevelii": "strong_harming_lingering_potion", - "aoepotdmgstrong": "strong_harming_lingering_potion", - "aoepotdstrong": "strong_harming_lingering_potion", - "aoepotharmingii": "strong_harming_lingering_potion", - "aoepotharminglevelii": "strong_harming_lingering_potion", - "aoepotharmingstrong": "strong_harming_lingering_potion", - "aoepotinstantdamageii": "strong_harming_lingering_potion", - "aoepotinstantdamagelevelii": "strong_harming_lingering_potion", - "aoepotinstantdamagestrong": "strong_harming_lingering_potion", - "aoepotiondamageii": "strong_harming_lingering_potion", - "aoepotiondamagelevelii": "strong_harming_lingering_potion", - "aoepotiondamagestrong": "strong_harming_lingering_potion", - "aoepotiondii": "strong_harming_lingering_potion", - "aoepotiondlevelii": "strong_harming_lingering_potion", - "aoepotiondmgii": "strong_harming_lingering_potion", - "aoepotiondmglevelii": "strong_harming_lingering_potion", - "aoepotiondmgstrong": "strong_harming_lingering_potion", - "aoepotiondstrong": "strong_harming_lingering_potion", - "aoepotionharmingii": "strong_harming_lingering_potion", - "aoepotionharminglevelii": "strong_harming_lingering_potion", - "aoepotionharmingstrong": "strong_harming_lingering_potion", - "aoepotioninstantdamageii": "strong_harming_lingering_potion", - "aoepotioninstantdamagelevelii": "strong_harming_lingering_potion", - "aoepotioninstantdamagestrong": "strong_harming_lingering_potion", - "areapotdamageii": "strong_harming_lingering_potion", - "areapotdamagelevelii": "strong_harming_lingering_potion", - "areapotdamagestrong": "strong_harming_lingering_potion", - "areapotdii": "strong_harming_lingering_potion", - "areapotdlevelii": "strong_harming_lingering_potion", - "areapotdmgii": "strong_harming_lingering_potion", - "areapotdmglevelii": "strong_harming_lingering_potion", - "areapotdmgstrong": "strong_harming_lingering_potion", - "areapotdstrong": "strong_harming_lingering_potion", - "areapotharmingii": "strong_harming_lingering_potion", - "areapotharminglevelii": "strong_harming_lingering_potion", - "areapotharmingstrong": "strong_harming_lingering_potion", - "areapotinstantdamageii": "strong_harming_lingering_potion", - "areapotinstantdamagelevelii": "strong_harming_lingering_potion", - "areapotinstantdamagestrong": "strong_harming_lingering_potion", - "areapotiondamageii": "strong_harming_lingering_potion", - "areapotiondamagelevelii": "strong_harming_lingering_potion", - "areapotiondamagestrong": "strong_harming_lingering_potion", - "areapotiondii": "strong_harming_lingering_potion", - "areapotiondlevelii": "strong_harming_lingering_potion", - "areapotiondmgii": "strong_harming_lingering_potion", - "areapotiondmglevelii": "strong_harming_lingering_potion", - "areapotiondmgstrong": "strong_harming_lingering_potion", - "areapotiondstrong": "strong_harming_lingering_potion", - "areapotionharmingii": "strong_harming_lingering_potion", - "areapotionharminglevelii": "strong_harming_lingering_potion", - "areapotionharmingstrong": "strong_harming_lingering_potion", - "areapotioninstantdamageii": "strong_harming_lingering_potion", - "areapotioninstantdamagelevelii": "strong_harming_lingering_potion", - "areapotioninstantdamagestrong": "strong_harming_lingering_potion", - "cloudpotdamageii": "strong_harming_lingering_potion", - "cloudpotdamagelevelii": "strong_harming_lingering_potion", - "cloudpotdamagestrong": "strong_harming_lingering_potion", - "cloudpotdii": "strong_harming_lingering_potion", - "cloudpotdlevelii": "strong_harming_lingering_potion", - "cloudpotdmgii": "strong_harming_lingering_potion", - "cloudpotdmglevelii": "strong_harming_lingering_potion", - "cloudpotdmgstrong": "strong_harming_lingering_potion", - "cloudpotdstrong": "strong_harming_lingering_potion", - "cloudpotharmingii": "strong_harming_lingering_potion", - "cloudpotharminglevelii": "strong_harming_lingering_potion", - "cloudpotharmingstrong": "strong_harming_lingering_potion", - "cloudpotinstantdamageii": "strong_harming_lingering_potion", - "cloudpotinstantdamagelevelii": "strong_harming_lingering_potion", - "cloudpotinstantdamagestrong": "strong_harming_lingering_potion", - "cloudpotiondamageii": "strong_harming_lingering_potion", - "cloudpotiondamagelevelii": "strong_harming_lingering_potion", - "cloudpotiondamagestrong": "strong_harming_lingering_potion", - "cloudpotiondii": "strong_harming_lingering_potion", - "cloudpotiondlevelii": "strong_harming_lingering_potion", - "cloudpotiondmgii": "strong_harming_lingering_potion", - "cloudpotiondmglevelii": "strong_harming_lingering_potion", - "cloudpotiondmgstrong": "strong_harming_lingering_potion", - "cloudpotiondstrong": "strong_harming_lingering_potion", - "cloudpotionharmingii": "strong_harming_lingering_potion", - "cloudpotionharminglevelii": "strong_harming_lingering_potion", - "cloudpotionharmingstrong": "strong_harming_lingering_potion", - "cloudpotioninstantdamageii": "strong_harming_lingering_potion", - "cloudpotioninstantdamagelevelii": "strong_harming_lingering_potion", - "cloudpotioninstantdamagestrong": "strong_harming_lingering_potion", - "damageaoepoiontii": "strong_harming_lingering_potion", - "damageaoepoiontlevelii": "strong_harming_lingering_potion", - "damageaoepoiontstrong": "strong_harming_lingering_potion", - "damageaoepotii": "strong_harming_lingering_potion", - "damageaoepotlevelii": "strong_harming_lingering_potion", - "damageaoepotstrong": "strong_harming_lingering_potion", - "damageareapotii": "strong_harming_lingering_potion", - "damageareapotionii": "strong_harming_lingering_potion", - "damageareapotionlevelii": "strong_harming_lingering_potion", - "damageareapotionstrong": "strong_harming_lingering_potion", - "damageareapotlevelii": "strong_harming_lingering_potion", - "damageareapotstrong": "strong_harming_lingering_potion", - "damagecloudpotii": "strong_harming_lingering_potion", - "damagecloudpotionii": "strong_harming_lingering_potion", - "damagecloudpotionlevelii": "strong_harming_lingering_potion", - "damagecloudpotionstrong": "strong_harming_lingering_potion", - "damagecloudpotlevelii": "strong_harming_lingering_potion", - "damagecloudpotstrong": "strong_harming_lingering_potion", - "damagelingerpotii": "strong_harming_lingering_potion", - "damagelingerpotlevelii": "strong_harming_lingering_potion", - "damagelingerpotstrong": "strong_harming_lingering_potion", - "daoepoiontii": "strong_harming_lingering_potion", - "daoepoiontlevelii": "strong_harming_lingering_potion", - "daoepoiontstrong": "strong_harming_lingering_potion", - "daoepotii": "strong_harming_lingering_potion", - "daoepotlevelii": "strong_harming_lingering_potion", - "daoepotstrong": "strong_harming_lingering_potion", - "dareapotii": "strong_harming_lingering_potion", - "dareapotionii": "strong_harming_lingering_potion", - "dareapotionlevelii": "strong_harming_lingering_potion", - "dareapotionstrong": "strong_harming_lingering_potion", - "dareapotlevelii": "strong_harming_lingering_potion", - "dareapotstrong": "strong_harming_lingering_potion", - "dcloudpotii": "strong_harming_lingering_potion", - "dcloudpotionii": "strong_harming_lingering_potion", - "dcloudpotionlevelii": "strong_harming_lingering_potion", - "dcloudpotionstrong": "strong_harming_lingering_potion", - "dcloudpotlevelii": "strong_harming_lingering_potion", - "dcloudpotstrong": "strong_harming_lingering_potion", - "dlingerpotii": "strong_harming_lingering_potion", - "dlingerpotlevelii": "strong_harming_lingering_potion", - "dlingerpotstrong": "strong_harming_lingering_potion", - "dmgaoepoiontii": "strong_harming_lingering_potion", - "dmgaoepoiontlevelii": "strong_harming_lingering_potion", - "dmgaoepoiontstrong": "strong_harming_lingering_potion", - "dmgaoepotii": "strong_harming_lingering_potion", - "dmgaoepotlevelii": "strong_harming_lingering_potion", - "dmgaoepotstrong": "strong_harming_lingering_potion", - "dmgareapotii": "strong_harming_lingering_potion", - "dmgareapotionii": "strong_harming_lingering_potion", - "dmgareapotionlevelii": "strong_harming_lingering_potion", - "dmgareapotionstrong": "strong_harming_lingering_potion", - "dmgareapotlevelii": "strong_harming_lingering_potion", - "dmgareapotstrong": "strong_harming_lingering_potion", - "dmgcloudpotii": "strong_harming_lingering_potion", - "dmgcloudpotionii": "strong_harming_lingering_potion", - "dmgcloudpotionlevelii": "strong_harming_lingering_potion", - "dmgcloudpotionstrong": "strong_harming_lingering_potion", - "dmgcloudpotlevelii": "strong_harming_lingering_potion", - "dmgcloudpotstrong": "strong_harming_lingering_potion", - "dmglingerpotii": "strong_harming_lingering_potion", - "dmglingerpotlevelii": "strong_harming_lingering_potion", - "dmglingerpotstrong": "strong_harming_lingering_potion", - "harmingaoepoiontii": "strong_harming_lingering_potion", - "harmingaoepoiontlevelii": "strong_harming_lingering_potion", - "harmingaoepoiontstrong": "strong_harming_lingering_potion", - "harmingaoepotii": "strong_harming_lingering_potion", - "harmingaoepotlevelii": "strong_harming_lingering_potion", - "harmingaoepotstrong": "strong_harming_lingering_potion", - "harmingareapotii": "strong_harming_lingering_potion", - "harmingareapotionii": "strong_harming_lingering_potion", - "harmingareapotionlevelii": "strong_harming_lingering_potion", - "harmingareapotionstrong": "strong_harming_lingering_potion", - "harmingareapotlevelii": "strong_harming_lingering_potion", - "harmingareapotstrong": "strong_harming_lingering_potion", - "harmingcloudpotii": "strong_harming_lingering_potion", - "harmingcloudpotionii": "strong_harming_lingering_potion", - "harmingcloudpotionlevelii": "strong_harming_lingering_potion", - "harmingcloudpotionstrong": "strong_harming_lingering_potion", - "harmingcloudpotlevelii": "strong_harming_lingering_potion", - "harmingcloudpotstrong": "strong_harming_lingering_potion", - "harminglingerpotii": "strong_harming_lingering_potion", - "harminglingerpotlevelii": "strong_harming_lingering_potion", - "harminglingerpotstrong": "strong_harming_lingering_potion", - "instantdamageaoepoiontii": "strong_harming_lingering_potion", - "instantdamageaoepoiontlevelii": "strong_harming_lingering_potion", - "instantdamageaoepoiontstrong": "strong_harming_lingering_potion", - "instantdamageaoepotii": "strong_harming_lingering_potion", - "instantdamageaoepotlevelii": "strong_harming_lingering_potion", - "instantdamageaoepotstrong": "strong_harming_lingering_potion", - "instantdamageareapotii": "strong_harming_lingering_potion", - "instantdamageareapotionii": "strong_harming_lingering_potion", - "instantdamageareapotionlevelii": "strong_harming_lingering_potion", - "instantdamageareapotionstrong": "strong_harming_lingering_potion", - "instantdamageareapotlevelii": "strong_harming_lingering_potion", - "instantdamageareapotstrong": "strong_harming_lingering_potion", - "instantdamagecloudpotii": "strong_harming_lingering_potion", - "instantdamagecloudpotionii": "strong_harming_lingering_potion", - "instantdamagecloudpotionlevelii": "strong_harming_lingering_potion", - "instantdamagecloudpotionstrong": "strong_harming_lingering_potion", - "instantdamagecloudpotlevelii": "strong_harming_lingering_potion", - "instantdamagecloudpotstrong": "strong_harming_lingering_potion", - "instantdamagelingerpotii": "strong_harming_lingering_potion", - "instantdamagelingerpotlevelii": "strong_harming_lingering_potion", - "instantdamagelingerpotstrong": "strong_harming_lingering_potion", - "lingerpotdamageii": "strong_harming_lingering_potion", - "lingerpotdamagelevelii": "strong_harming_lingering_potion", - "lingerpotdamagestrong": "strong_harming_lingering_potion", - "lingerpotdii": "strong_harming_lingering_potion", - "lingerpotdlevelii": "strong_harming_lingering_potion", - "lingerpotdmgii": "strong_harming_lingering_potion", - "lingerpotdmglevelii": "strong_harming_lingering_potion", - "lingerpotdmgstrong": "strong_harming_lingering_potion", - "lingerpotdstrong": "strong_harming_lingering_potion", - "lingerpotharmingii": "strong_harming_lingering_potion", - "lingerpotharminglevelii": "strong_harming_lingering_potion", - "lingerpotharmingstrong": "strong_harming_lingering_potion", - "lingerpotinstantdamageii": "strong_harming_lingering_potion", - "lingerpotinstantdamagelevelii": "strong_harming_lingering_potion", - "lingerpotinstantdamagestrong": "strong_harming_lingering_potion", - "strong_harming_potion": { - "potionData": { - "type": "INSTANT_DAMAGE", - "upgraded": true, - "extended": false - }, - "material": "POTION" - }, - "damageiipot": "strong_harming_potion", - "damageiipotion": "strong_harming_potion", - "damageleveliipot": "strong_harming_potion", - "damageleveliipotion": "strong_harming_potion", - "damagestrongpot": "strong_harming_potion", - "damagestrongpotion": "strong_harming_potion", - "diipot": "strong_harming_potion", - "diipotion": "strong_harming_potion", - "dleveliipot": "strong_harming_potion", - "dleveliipotion": "strong_harming_potion", - "dmgiipot": "strong_harming_potion", - "dmgiipotion": "strong_harming_potion", - "dmgleveliipot": "strong_harming_potion", - "dmgleveliipotion": "strong_harming_potion", - "dmgstrongpot": "strong_harming_potion", - "dmgstrongpotion": "strong_harming_potion", - "dstrongpot": "strong_harming_potion", - "dstrongpotion": "strong_harming_potion", - "harmingiipot": "strong_harming_potion", - "harmingiipotion": "strong_harming_potion", - "harmingleveliipot": "strong_harming_potion", - "harmingleveliipotion": "strong_harming_potion", - "harmingstrongpot": "strong_harming_potion", - "harmingstrongpotion": "strong_harming_potion", - "instantdamageiipot": "strong_harming_potion", - "instantdamageiipotion": "strong_harming_potion", - "instantdamageleveliipot": "strong_harming_potion", - "instantdamageleveliipotion": "strong_harming_potion", - "instantdamagestrongpot": "strong_harming_potion", - "instantdamagestrongpotion": "strong_harming_potion", - "potionofdamageii": "strong_harming_potion", - "potionofdamagelevelii": "strong_harming_potion", - "potionofdamagestrong": "strong_harming_potion", - "potionofdii": "strong_harming_potion", - "potionofdlevelii": "strong_harming_potion", - "potionofdmgii": "strong_harming_potion", - "potionofdmglevelii": "strong_harming_potion", - "potionofdmgstrong": "strong_harming_potion", - "potionofdstrong": "strong_harming_potion", - "potionofharmingii": "strong_harming_potion", - "potionofharminglevelii": "strong_harming_potion", - "potionofharmingstrong": "strong_harming_potion", - "potionofinstantdamageii": "strong_harming_potion", - "potionofinstantdamagelevelii": "strong_harming_potion", - "potionofinstantdamagestrong": "strong_harming_potion", - "potofdamageii": "strong_harming_potion", - "potofdamagelevelii": "strong_harming_potion", - "potofdamagestrong": "strong_harming_potion", - "potofdii": "strong_harming_potion", - "potofdlevelii": "strong_harming_potion", - "potofdmgii": "strong_harming_potion", - "potofdmglevelii": "strong_harming_potion", - "potofdmgstrong": "strong_harming_potion", - "potofdstrong": "strong_harming_potion", - "potofharmingii": "strong_harming_potion", - "potofharminglevelii": "strong_harming_potion", - "potofharmingstrong": "strong_harming_potion", - "potofinstantdamageii": "strong_harming_potion", - "potofinstantdamagelevelii": "strong_harming_potion", - "potofinstantdamagestrong": "strong_harming_potion", - "strong_harming_splash_potion": { - "potionData": { - "type": "INSTANT_DAMAGE", - "upgraded": true, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "damageiisplashpot": "strong_harming_splash_potion", - "damageiisplashpotion": "strong_harming_splash_potion", - "damageleveliisplashpot": "strong_harming_splash_potion", - "damageleveliisplashpotion": "strong_harming_splash_potion", - "damagestrongsplashpot": "strong_harming_splash_potion", - "damagestrongsplashpotion": "strong_harming_splash_potion", - "diisplashpot": "strong_harming_splash_potion", - "diisplashpotion": "strong_harming_splash_potion", - "dleveliisplashpot": "strong_harming_splash_potion", - "dleveliisplashpotion": "strong_harming_splash_potion", - "dmgiisplashpot": "strong_harming_splash_potion", - "dmgiisplashpotion": "strong_harming_splash_potion", - "dmgleveliisplashpot": "strong_harming_splash_potion", - "dmgleveliisplashpotion": "strong_harming_splash_potion", - "dmgstrongsplashpot": "strong_harming_splash_potion", - "dmgstrongsplashpotion": "strong_harming_splash_potion", - "dstrongsplashpot": "strong_harming_splash_potion", - "dstrongsplashpotion": "strong_harming_splash_potion", - "harmingiisplashpot": "strong_harming_splash_potion", - "harmingiisplashpotion": "strong_harming_splash_potion", - "harmingleveliisplashpot": "strong_harming_splash_potion", - "harmingleveliisplashpotion": "strong_harming_splash_potion", - "harmingstrongsplashpot": "strong_harming_splash_potion", - "harmingstrongsplashpotion": "strong_harming_splash_potion", - "instantdamageiisplashpot": "strong_harming_splash_potion", - "instantdamageiisplashpotion": "strong_harming_splash_potion", - "instantdamageleveliisplashpot": "strong_harming_splash_potion", - "instantdamageleveliisplashpotion": "strong_harming_splash_potion", - "instantdamagestrongsplashpot": "strong_harming_splash_potion", - "instantdamagestrongsplashpotion": "strong_harming_splash_potion", - "splashdamageiipot": "strong_harming_splash_potion", - "splashdamageiipotion": "strong_harming_splash_potion", - "splashdamageleveliipot": "strong_harming_splash_potion", - "splashdamageleveliipotion": "strong_harming_splash_potion", - "splashdamagestrongpot": "strong_harming_splash_potion", - "splashdamagestrongpotion": "strong_harming_splash_potion", - "splashdiipot": "strong_harming_splash_potion", - "splashdiipotion": "strong_harming_splash_potion", - "splashdleveliipot": "strong_harming_splash_potion", - "splashdleveliipotion": "strong_harming_splash_potion", - "splashdmgiipot": "strong_harming_splash_potion", - "splashdmgiipotion": "strong_harming_splash_potion", - "splashdmgleveliipot": "strong_harming_splash_potion", - "splashdmgleveliipotion": "strong_harming_splash_potion", - "splashdmgstrongpot": "strong_harming_splash_potion", - "splashdmgstrongpotion": "strong_harming_splash_potion", - "splashdstrongpot": "strong_harming_splash_potion", - "splashdstrongpotion": "strong_harming_splash_potion", - "splashharmingiipot": "strong_harming_splash_potion", - "splashharmingiipotion": "strong_harming_splash_potion", - "splashharmingleveliipot": "strong_harming_splash_potion", - "splashharmingleveliipotion": "strong_harming_splash_potion", - "splashharmingstrongpot": "strong_harming_splash_potion", - "splashharmingstrongpotion": "strong_harming_splash_potion", - "splashinstantdamageiipot": "strong_harming_splash_potion", - "splashinstantdamageiipotion": "strong_harming_splash_potion", - "splashinstantdamageleveliipot": "strong_harming_splash_potion", - "splashinstantdamageleveliipotion": "strong_harming_splash_potion", - "splashinstantdamagestrongpot": "strong_harming_splash_potion", - "splashinstantdamagestrongpotion": "strong_harming_splash_potion", - "spldamageiipot": "strong_harming_splash_potion", - "spldamageiipotion": "strong_harming_splash_potion", - "spldamageleveliipot": "strong_harming_splash_potion", - "spldamageleveliipotion": "strong_harming_splash_potion", - "spldamagestrongpot": "strong_harming_splash_potion", - "spldamagestrongpotion": "strong_harming_splash_potion", - "spldiipot": "strong_harming_splash_potion", - "spldiipotion": "strong_harming_splash_potion", - "spldleveliipot": "strong_harming_splash_potion", - "spldleveliipotion": "strong_harming_splash_potion", - "spldmgiipot": "strong_harming_splash_potion", - "spldmgiipotion": "strong_harming_splash_potion", - "spldmgleveliipot": "strong_harming_splash_potion", - "spldmgleveliipotion": "strong_harming_splash_potion", - "spldmgstrongpot": "strong_harming_splash_potion", - "spldmgstrongpotion": "strong_harming_splash_potion", - "spldstrongpot": "strong_harming_splash_potion", - "spldstrongpotion": "strong_harming_splash_potion", - "splharmingiipot": "strong_harming_splash_potion", - "splharmingiipotion": "strong_harming_splash_potion", - "splharmingleveliipot": "strong_harming_splash_potion", - "splharmingleveliipotion": "strong_harming_splash_potion", - "splharmingstrongpot": "strong_harming_splash_potion", - "splharmingstrongpotion": "strong_harming_splash_potion", - "splinstantdamageiipot": "strong_harming_splash_potion", - "splinstantdamageiipotion": "strong_harming_splash_potion", - "splinstantdamageleveliipot": "strong_harming_splash_potion", - "splinstantdamageleveliipotion": "strong_harming_splash_potion", - "splinstantdamagestrongpot": "strong_harming_splash_potion", - "splinstantdamagestrongpotion": "strong_harming_splash_potion", - "strong_harming_tipped_arrow": { - "potionData": { - "type": "INSTANT_DAMAGE", - "upgraded": true, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowdamageii": "strong_harming_tipped_arrow", - "arrowdamagelevelii": "strong_harming_tipped_arrow", - "arrowdamagestrong": "strong_harming_tipped_arrow", - "arrowdii": "strong_harming_tipped_arrow", - "arrowdlevelii": "strong_harming_tipped_arrow", - "arrowdmgii": "strong_harming_tipped_arrow", - "arrowdmglevelii": "strong_harming_tipped_arrow", - "arrowdmgstrong": "strong_harming_tipped_arrow", - "arrowdstrong": "strong_harming_tipped_arrow", - "arrowharmingii": "strong_harming_tipped_arrow", - "arrowharminglevelii": "strong_harming_tipped_arrow", - "arrowharmingstrong": "strong_harming_tipped_arrow", - "arrowinstantdamageii": "strong_harming_tipped_arrow", - "arrowinstantdamagelevelii": "strong_harming_tipped_arrow", - "arrowinstantdamagestrong": "strong_harming_tipped_arrow", - "damagearrowii": "strong_harming_tipped_arrow", - "damagearrowlevelii": "strong_harming_tipped_arrow", - "damagearrowstrong": "strong_harming_tipped_arrow", - "damageiitarr": "strong_harming_tipped_arrow", - "damageiitarrow": "strong_harming_tipped_arrow", - "damageiitippedarrow": "strong_harming_tipped_arrow", - "damageleveliitarr": "strong_harming_tipped_arrow", - "damageleveliitarrow": "strong_harming_tipped_arrow", - "damageleveliitippedarrow": "strong_harming_tipped_arrow", - "damagestrongtarr": "strong_harming_tipped_arrow", - "damagestrongtarrow": "strong_harming_tipped_arrow", - "damagestrongtippedarrow": "strong_harming_tipped_arrow", - "darrowii": "strong_harming_tipped_arrow", - "darrowlevelii": "strong_harming_tipped_arrow", - "darrowstrong": "strong_harming_tipped_arrow", - "diitarr": "strong_harming_tipped_arrow", - "diitarrow": "strong_harming_tipped_arrow", - "diitippedarrow": "strong_harming_tipped_arrow", - "dleveliitarr": "strong_harming_tipped_arrow", - "dleveliitarrow": "strong_harming_tipped_arrow", - "dleveliitippedarrow": "strong_harming_tipped_arrow", - "dmgarrowii": "strong_harming_tipped_arrow", - "dmgarrowlevelii": "strong_harming_tipped_arrow", - "dmgarrowstrong": "strong_harming_tipped_arrow", - "dmgiitarr": "strong_harming_tipped_arrow", - "dmgiitarrow": "strong_harming_tipped_arrow", - "dmgiitippedarrow": "strong_harming_tipped_arrow", - "dmgleveliitarr": "strong_harming_tipped_arrow", - "dmgleveliitarrow": "strong_harming_tipped_arrow", - "dmgleveliitippedarrow": "strong_harming_tipped_arrow", - "dmgstrongtarr": "strong_harming_tipped_arrow", - "dmgstrongtarrow": "strong_harming_tipped_arrow", - "dmgstrongtippedarrow": "strong_harming_tipped_arrow", - "dstrongtarr": "strong_harming_tipped_arrow", - "dstrongtarrow": "strong_harming_tipped_arrow", - "dstrongtippedarrow": "strong_harming_tipped_arrow", - "harmingarrowii": "strong_harming_tipped_arrow", - "harmingarrowlevelii": "strong_harming_tipped_arrow", - "harmingarrowstrong": "strong_harming_tipped_arrow", - "harmingiitarr": "strong_harming_tipped_arrow", - "harmingiitarrow": "strong_harming_tipped_arrow", - "harmingiitippedarrow": "strong_harming_tipped_arrow", - "harmingleveliitarr": "strong_harming_tipped_arrow", - "harmingleveliitarrow": "strong_harming_tipped_arrow", - "harmingleveliitippedarrow": "strong_harming_tipped_arrow", - "harmingstrongtarr": "strong_harming_tipped_arrow", - "harmingstrongtarrow": "strong_harming_tipped_arrow", - "harmingstrongtippedarrow": "strong_harming_tipped_arrow", - "instantdamagearrowii": "strong_harming_tipped_arrow", - "instantdamagearrowlevelii": "strong_harming_tipped_arrow", - "instantdamagearrowstrong": "strong_harming_tipped_arrow", - "instantdamageiitarr": "strong_harming_tipped_arrow", - "instantdamageiitarrow": "strong_harming_tipped_arrow", - "instantdamageiitippedarrow": "strong_harming_tipped_arrow", - "instantdamageleveliitarr": "strong_harming_tipped_arrow", - "instantdamageleveliitarrow": "strong_harming_tipped_arrow", - "instantdamageleveliitippedarrow": "strong_harming_tipped_arrow", - "instantdamagestrongtarr": "strong_harming_tipped_arrow", - "instantdamagestrongtarrow": "strong_harming_tipped_arrow", - "instantdamagestrongtippedarrow": "strong_harming_tipped_arrow", - "strong_healing_lingering_potion": { - "potionData": { - "type": "INSTANT_HEAL", - "upgraded": true, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepothealii": "strong_healing_lingering_potion", - "aoepothealingii": "strong_healing_lingering_potion", - "aoepothealinglevelii": "strong_healing_lingering_potion", - "aoepothealingstrong": "strong_healing_lingering_potion", - "aoepotheallevelii": "strong_healing_lingering_potion", - "aoepothealstrong": "strong_healing_lingering_potion", - "aoepothii": "strong_healing_lingering_potion", - "aoepothlevelii": "strong_healing_lingering_potion", - "aoepothstrong": "strong_healing_lingering_potion", - "aoepotinstanthealii": "strong_healing_lingering_potion", - "aoepotinstantheallevelii": "strong_healing_lingering_potion", - "aoepotinstanthealstrong": "strong_healing_lingering_potion", - "aoepotionhealii": "strong_healing_lingering_potion", - "aoepotionhealingii": "strong_healing_lingering_potion", - "aoepotionhealinglevelii": "strong_healing_lingering_potion", - "aoepotionhealingstrong": "strong_healing_lingering_potion", - "aoepotionheallevelii": "strong_healing_lingering_potion", - "aoepotionhealstrong": "strong_healing_lingering_potion", - "aoepotionhii": "strong_healing_lingering_potion", - "aoepotionhlevelii": "strong_healing_lingering_potion", - "aoepotionhstrong": "strong_healing_lingering_potion", - "aoepotioninstanthealii": "strong_healing_lingering_potion", - "aoepotioninstantheallevelii": "strong_healing_lingering_potion", - "aoepotioninstanthealstrong": "strong_healing_lingering_potion", - "aoepotionlifeii": "strong_healing_lingering_potion", - "aoepotionlifelevelii": "strong_healing_lingering_potion", - "aoepotionlifestrong": "strong_healing_lingering_potion", - "aoepotlifeii": "strong_healing_lingering_potion", - "aoepotlifelevelii": "strong_healing_lingering_potion", - "aoepotlifestrong": "strong_healing_lingering_potion", - "areapothealii": "strong_healing_lingering_potion", - "areapothealingii": "strong_healing_lingering_potion", - "areapothealinglevelii": "strong_healing_lingering_potion", - "areapothealingstrong": "strong_healing_lingering_potion", - "areapotheallevelii": "strong_healing_lingering_potion", - "areapothealstrong": "strong_healing_lingering_potion", - "areapothii": "strong_healing_lingering_potion", - "areapothlevelii": "strong_healing_lingering_potion", - "areapothstrong": "strong_healing_lingering_potion", - "areapotinstanthealii": "strong_healing_lingering_potion", - "areapotinstantheallevelii": "strong_healing_lingering_potion", - "areapotinstanthealstrong": "strong_healing_lingering_potion", - "areapotionhealii": "strong_healing_lingering_potion", - "areapotionhealingii": "strong_healing_lingering_potion", - "areapotionhealinglevelii": "strong_healing_lingering_potion", - "areapotionhealingstrong": "strong_healing_lingering_potion", - "areapotionheallevelii": "strong_healing_lingering_potion", - "areapotionhealstrong": "strong_healing_lingering_potion", - "areapotionhii": "strong_healing_lingering_potion", - "areapotionhlevelii": "strong_healing_lingering_potion", - "areapotionhstrong": "strong_healing_lingering_potion", - "areapotioninstanthealii": "strong_healing_lingering_potion", - "areapotioninstantheallevelii": "strong_healing_lingering_potion", - "areapotioninstanthealstrong": "strong_healing_lingering_potion", - "areapotionlifeii": "strong_healing_lingering_potion", - "areapotionlifelevelii": "strong_healing_lingering_potion", - "areapotionlifestrong": "strong_healing_lingering_potion", - "areapotlifeii": "strong_healing_lingering_potion", - "areapotlifelevelii": "strong_healing_lingering_potion", - "areapotlifestrong": "strong_healing_lingering_potion", - "cloudpothealii": "strong_healing_lingering_potion", - "cloudpothealingii": "strong_healing_lingering_potion", - "cloudpothealinglevelii": "strong_healing_lingering_potion", - "cloudpothealingstrong": "strong_healing_lingering_potion", - "cloudpotheallevelii": "strong_healing_lingering_potion", - "cloudpothealstrong": "strong_healing_lingering_potion", - "cloudpothii": "strong_healing_lingering_potion", - "cloudpothlevelii": "strong_healing_lingering_potion", - "cloudpothstrong": "strong_healing_lingering_potion", - "cloudpotinstanthealii": "strong_healing_lingering_potion", - "cloudpotinstantheallevelii": "strong_healing_lingering_potion", - "cloudpotinstanthealstrong": "strong_healing_lingering_potion", - "cloudpotionhealii": "strong_healing_lingering_potion", - "cloudpotionhealingii": "strong_healing_lingering_potion", - "cloudpotionhealinglevelii": "strong_healing_lingering_potion", - "cloudpotionhealingstrong": "strong_healing_lingering_potion", - "cloudpotionheallevelii": "strong_healing_lingering_potion", - "cloudpotionhealstrong": "strong_healing_lingering_potion", - "cloudpotionhii": "strong_healing_lingering_potion", - "cloudpotionhlevelii": "strong_healing_lingering_potion", - "cloudpotionhstrong": "strong_healing_lingering_potion", - "cloudpotioninstanthealii": "strong_healing_lingering_potion", - "cloudpotioninstantheallevelii": "strong_healing_lingering_potion", - "cloudpotioninstanthealstrong": "strong_healing_lingering_potion", - "cloudpotionlifeii": "strong_healing_lingering_potion", - "cloudpotionlifelevelii": "strong_healing_lingering_potion", - "cloudpotionlifestrong": "strong_healing_lingering_potion", - "cloudpotlifeii": "strong_healing_lingering_potion", - "cloudpotlifelevelii": "strong_healing_lingering_potion", - "cloudpotlifestrong": "strong_healing_lingering_potion", - "haoepoiontii": "strong_healing_lingering_potion", - "haoepoiontlevelii": "strong_healing_lingering_potion", - "haoepoiontstrong": "strong_healing_lingering_potion", - "haoepotii": "strong_healing_lingering_potion", - "haoepotlevelii": "strong_healing_lingering_potion", - "haoepotstrong": "strong_healing_lingering_potion", - "hareapotii": "strong_healing_lingering_potion", - "hareapotionii": "strong_healing_lingering_potion", - "hareapotionlevelii": "strong_healing_lingering_potion", - "hareapotionstrong": "strong_healing_lingering_potion", - "hareapotlevelii": "strong_healing_lingering_potion", - "hareapotstrong": "strong_healing_lingering_potion", - "hcloudpotii": "strong_healing_lingering_potion", - "hcloudpotionii": "strong_healing_lingering_potion", - "hcloudpotionlevelii": "strong_healing_lingering_potion", - "hcloudpotionstrong": "strong_healing_lingering_potion", - "hcloudpotlevelii": "strong_healing_lingering_potion", - "hcloudpotstrong": "strong_healing_lingering_potion", - "healaoepoiontii": "strong_healing_lingering_potion", - "healaoepoiontlevelii": "strong_healing_lingering_potion", - "healaoepoiontstrong": "strong_healing_lingering_potion", - "healaoepotii": "strong_healing_lingering_potion", - "healaoepotlevelii": "strong_healing_lingering_potion", - "healaoepotstrong": "strong_healing_lingering_potion", - "healareapotii": "strong_healing_lingering_potion", - "healareapotionii": "strong_healing_lingering_potion", - "healareapotionlevelii": "strong_healing_lingering_potion", - "healareapotionstrong": "strong_healing_lingering_potion", - "healareapotlevelii": "strong_healing_lingering_potion", - "healareapotstrong": "strong_healing_lingering_potion", - "healcloudpotii": "strong_healing_lingering_potion", - "healcloudpotionii": "strong_healing_lingering_potion", - "healcloudpotionlevelii": "strong_healing_lingering_potion", - "healcloudpotionstrong": "strong_healing_lingering_potion", - "healcloudpotlevelii": "strong_healing_lingering_potion", - "healcloudpotstrong": "strong_healing_lingering_potion", - "healingaoepoiontii": "strong_healing_lingering_potion", - "healingaoepoiontlevelii": "strong_healing_lingering_potion", - "healingaoepoiontstrong": "strong_healing_lingering_potion", - "healingaoepotii": "strong_healing_lingering_potion", - "healingaoepotlevelii": "strong_healing_lingering_potion", - "healingaoepotstrong": "strong_healing_lingering_potion", - "healingareapotii": "strong_healing_lingering_potion", - "healingareapotionii": "strong_healing_lingering_potion", - "healingareapotionlevelii": "strong_healing_lingering_potion", - "healingareapotionstrong": "strong_healing_lingering_potion", - "healingareapotlevelii": "strong_healing_lingering_potion", - "healingareapotstrong": "strong_healing_lingering_potion", - "healingcloudpotii": "strong_healing_lingering_potion", - "healingcloudpotionii": "strong_healing_lingering_potion", - "healingcloudpotionlevelii": "strong_healing_lingering_potion", - "healingcloudpotionstrong": "strong_healing_lingering_potion", - "healingcloudpotlevelii": "strong_healing_lingering_potion", - "healingcloudpotstrong": "strong_healing_lingering_potion", - "healinglingerpotii": "strong_healing_lingering_potion", - "healinglingerpotlevelii": "strong_healing_lingering_potion", - "healinglingerpotstrong": "strong_healing_lingering_potion", - "heallingerpotii": "strong_healing_lingering_potion", - "heallingerpotlevelii": "strong_healing_lingering_potion", - "heallingerpotstrong": "strong_healing_lingering_potion", - "hlingerpotii": "strong_healing_lingering_potion", - "hlingerpotlevelii": "strong_healing_lingering_potion", - "hlingerpotstrong": "strong_healing_lingering_potion", - "instanthealaoepoiontii": "strong_healing_lingering_potion", - "instanthealaoepoiontlevelii": "strong_healing_lingering_potion", - "instanthealaoepoiontstrong": "strong_healing_lingering_potion", - "instanthealaoepotii": "strong_healing_lingering_potion", - "instanthealaoepotlevelii": "strong_healing_lingering_potion", - "instanthealaoepotstrong": "strong_healing_lingering_potion", - "instanthealareapotii": "strong_healing_lingering_potion", - "instanthealareapotionii": "strong_healing_lingering_potion", - "instanthealareapotionlevelii": "strong_healing_lingering_potion", - "instanthealareapotionstrong": "strong_healing_lingering_potion", - "instanthealareapotlevelii": "strong_healing_lingering_potion", - "instanthealareapotstrong": "strong_healing_lingering_potion", - "instanthealcloudpotii": "strong_healing_lingering_potion", - "instanthealcloudpotionii": "strong_healing_lingering_potion", - "instanthealcloudpotionlevelii": "strong_healing_lingering_potion", - "instanthealcloudpotionstrong": "strong_healing_lingering_potion", - "instanthealcloudpotlevelii": "strong_healing_lingering_potion", - "instanthealcloudpotstrong": "strong_healing_lingering_potion", - "instantheallingerpotii": "strong_healing_lingering_potion", - "instantheallingerpotlevelii": "strong_healing_lingering_potion", - "instantheallingerpotstrong": "strong_healing_lingering_potion", - "lifeaoepoiontii": "strong_healing_lingering_potion", - "lifeaoepoiontlevelii": "strong_healing_lingering_potion", - "lifeaoepoiontstrong": "strong_healing_lingering_potion", - "lifeaoepotii": "strong_healing_lingering_potion", - "lifeaoepotlevelii": "strong_healing_lingering_potion", - "lifeaoepotstrong": "strong_healing_lingering_potion", - "lifeareapotii": "strong_healing_lingering_potion", - "lifeareapotionii": "strong_healing_lingering_potion", - "lifeareapotionlevelii": "strong_healing_lingering_potion", - "lifeareapotionstrong": "strong_healing_lingering_potion", - "lifeareapotlevelii": "strong_healing_lingering_potion", - "lifeareapotstrong": "strong_healing_lingering_potion", - "lifecloudpotii": "strong_healing_lingering_potion", - "lifecloudpotionii": "strong_healing_lingering_potion", - "lifecloudpotionlevelii": "strong_healing_lingering_potion", - "lifecloudpotionstrong": "strong_healing_lingering_potion", - "lifecloudpotlevelii": "strong_healing_lingering_potion", - "lifecloudpotstrong": "strong_healing_lingering_potion", - "lifelingerpotii": "strong_healing_lingering_potion", - "lifelingerpotlevelii": "strong_healing_lingering_potion", - "lifelingerpotstrong": "strong_healing_lingering_potion", - "lingerpothealii": "strong_healing_lingering_potion", - "lingerpothealingii": "strong_healing_lingering_potion", - "lingerpothealinglevelii": "strong_healing_lingering_potion", - "lingerpothealingstrong": "strong_healing_lingering_potion", - "lingerpotheallevelii": "strong_healing_lingering_potion", - "lingerpothealstrong": "strong_healing_lingering_potion", - "lingerpothii": "strong_healing_lingering_potion", - "lingerpothlevelii": "strong_healing_lingering_potion", - "lingerpothstrong": "strong_healing_lingering_potion", - "lingerpotinstanthealii": "strong_healing_lingering_potion", - "lingerpotinstantheallevelii": "strong_healing_lingering_potion", - "lingerpotinstanthealstrong": "strong_healing_lingering_potion", - "lingerpotlifeii": "strong_healing_lingering_potion", - "lingerpotlifelevelii": "strong_healing_lingering_potion", - "lingerpotlifestrong": "strong_healing_lingering_potion", - "strong_healing_potion": { - "potionData": { - "type": "INSTANT_HEAL", - "upgraded": true, - "extended": false - }, - "material": "POTION" - }, - "healiipot": "strong_healing_potion", - "healiipotion": "strong_healing_potion", - "healingiipot": "strong_healing_potion", - "healingiipotion": "strong_healing_potion", - "healingleveliipot": "strong_healing_potion", - "healingleveliipotion": "strong_healing_potion", - "healingstrongpot": "strong_healing_potion", - "healingstrongpotion": "strong_healing_potion", - "healleveliipot": "strong_healing_potion", - "healleveliipotion": "strong_healing_potion", - "healstrongpot": "strong_healing_potion", - "healstrongpotion": "strong_healing_potion", - "hiipot": "strong_healing_potion", - "hiipotion": "strong_healing_potion", - "hleveliipot": "strong_healing_potion", - "hleveliipotion": "strong_healing_potion", - "hstrongpot": "strong_healing_potion", - "hstrongpotion": "strong_healing_potion", - "instanthealiipot": "strong_healing_potion", - "instanthealiipotion": "strong_healing_potion", - "instanthealleveliipot": "strong_healing_potion", - "instanthealleveliipotion": "strong_healing_potion", - "instanthealstrongpot": "strong_healing_potion", - "instanthealstrongpotion": "strong_healing_potion", - "lifeiipot": "strong_healing_potion", - "lifeiipotion": "strong_healing_potion", - "lifeleveliipot": "strong_healing_potion", - "lifeleveliipotion": "strong_healing_potion", - "lifestrongpot": "strong_healing_potion", - "lifestrongpotion": "strong_healing_potion", - "potionofhealii": "strong_healing_potion", - "potionofhealingii": "strong_healing_potion", - "potionofhealinglevelii": "strong_healing_potion", - "potionofhealingstrong": "strong_healing_potion", - "potionofheallevelii": "strong_healing_potion", - "potionofhealstrong": "strong_healing_potion", - "potionofhii": "strong_healing_potion", - "potionofhlevelii": "strong_healing_potion", - "potionofhstrong": "strong_healing_potion", - "potionofinstanthealii": "strong_healing_potion", - "potionofinstantheallevelii": "strong_healing_potion", - "potionofinstanthealstrong": "strong_healing_potion", - "potionoflifeii": "strong_healing_potion", - "potionoflifelevelii": "strong_healing_potion", - "potionoflifestrong": "strong_healing_potion", - "potofhealii": "strong_healing_potion", - "potofhealingii": "strong_healing_potion", - "potofhealinglevelii": "strong_healing_potion", - "potofhealingstrong": "strong_healing_potion", - "potofheallevelii": "strong_healing_potion", - "potofhealstrong": "strong_healing_potion", - "potofhii": "strong_healing_potion", - "potofhlevelii": "strong_healing_potion", - "potofhstrong": "strong_healing_potion", - "potofinstanthealii": "strong_healing_potion", - "potofinstantheallevelii": "strong_healing_potion", - "potofinstanthealstrong": "strong_healing_potion", - "potoflifeii": "strong_healing_potion", - "potoflifelevelii": "strong_healing_potion", - "potoflifestrong": "strong_healing_potion", - "strong_healing_splash_potion": { - "potionData": { - "type": "INSTANT_HEAL", - "upgraded": true, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "healiisplashpot": "strong_healing_splash_potion", - "healiisplashpotion": "strong_healing_splash_potion", - "healingiisplashpot": "strong_healing_splash_potion", - "healingiisplashpotion": "strong_healing_splash_potion", - "healingleveliisplashpot": "strong_healing_splash_potion", - "healingleveliisplashpotion": "strong_healing_splash_potion", - "healingstrongsplashpot": "strong_healing_splash_potion", - "healingstrongsplashpotion": "strong_healing_splash_potion", - "healleveliisplashpot": "strong_healing_splash_potion", - "healleveliisplashpotion": "strong_healing_splash_potion", - "healstrongsplashpot": "strong_healing_splash_potion", - "healstrongsplashpotion": "strong_healing_splash_potion", - "hiisplashpot": "strong_healing_splash_potion", - "hiisplashpotion": "strong_healing_splash_potion", - "hleveliisplashpot": "strong_healing_splash_potion", - "hleveliisplashpotion": "strong_healing_splash_potion", - "hstrongsplashpot": "strong_healing_splash_potion", - "hstrongsplashpotion": "strong_healing_splash_potion", - "instanthealiisplashpot": "strong_healing_splash_potion", - "instanthealiisplashpotion": "strong_healing_splash_potion", - "instanthealleveliisplashpot": "strong_healing_splash_potion", - "instanthealleveliisplashpotion": "strong_healing_splash_potion", - "instanthealstrongsplashpot": "strong_healing_splash_potion", - "instanthealstrongsplashpotion": "strong_healing_splash_potion", - "lifeiisplashpot": "strong_healing_splash_potion", - "lifeiisplashpotion": "strong_healing_splash_potion", - "lifeleveliisplashpot": "strong_healing_splash_potion", - "lifeleveliisplashpotion": "strong_healing_splash_potion", - "lifestrongsplashpot": "strong_healing_splash_potion", - "lifestrongsplashpotion": "strong_healing_splash_potion", - "splashhealiipot": "strong_healing_splash_potion", - "splashhealiipotion": "strong_healing_splash_potion", - "splashhealingiipot": "strong_healing_splash_potion", - "splashhealingiipotion": "strong_healing_splash_potion", - "splashhealingleveliipot": "strong_healing_splash_potion", - "splashhealingleveliipotion": "strong_healing_splash_potion", - "splashhealingstrongpot": "strong_healing_splash_potion", - "splashhealingstrongpotion": "strong_healing_splash_potion", - "splashhealleveliipot": "strong_healing_splash_potion", - "splashhealleveliipotion": "strong_healing_splash_potion", - "splashhealstrongpot": "strong_healing_splash_potion", - "splashhealstrongpotion": "strong_healing_splash_potion", - "splashhiipot": "strong_healing_splash_potion", - "splashhiipotion": "strong_healing_splash_potion", - "splashhleveliipot": "strong_healing_splash_potion", - "splashhleveliipotion": "strong_healing_splash_potion", - "splashhstrongpot": "strong_healing_splash_potion", - "splashhstrongpotion": "strong_healing_splash_potion", - "splashinstanthealiipot": "strong_healing_splash_potion", - "splashinstanthealiipotion": "strong_healing_splash_potion", - "splashinstanthealleveliipot": "strong_healing_splash_potion", - "splashinstanthealleveliipotion": "strong_healing_splash_potion", - "splashinstanthealstrongpot": "strong_healing_splash_potion", - "splashinstanthealstrongpotion": "strong_healing_splash_potion", - "splashlifeiipot": "strong_healing_splash_potion", - "splashlifeiipotion": "strong_healing_splash_potion", - "splashlifeleveliipot": "strong_healing_splash_potion", - "splashlifeleveliipotion": "strong_healing_splash_potion", - "splashlifestrongpot": "strong_healing_splash_potion", - "splashlifestrongpotion": "strong_healing_splash_potion", - "splhealiipot": "strong_healing_splash_potion", - "splhealiipotion": "strong_healing_splash_potion", - "splhealingiipot": "strong_healing_splash_potion", - "splhealingiipotion": "strong_healing_splash_potion", - "splhealingleveliipot": "strong_healing_splash_potion", - "splhealingleveliipotion": "strong_healing_splash_potion", - "splhealingstrongpot": "strong_healing_splash_potion", - "splhealingstrongpotion": "strong_healing_splash_potion", - "splhealleveliipot": "strong_healing_splash_potion", - "splhealleveliipotion": "strong_healing_splash_potion", - "splhealstrongpot": "strong_healing_splash_potion", - "splhealstrongpotion": "strong_healing_splash_potion", - "splhiipot": "strong_healing_splash_potion", - "splhiipotion": "strong_healing_splash_potion", - "splhleveliipot": "strong_healing_splash_potion", - "splhleveliipotion": "strong_healing_splash_potion", - "splhstrongpot": "strong_healing_splash_potion", - "splhstrongpotion": "strong_healing_splash_potion", - "splinstanthealiipot": "strong_healing_splash_potion", - "splinstanthealiipotion": "strong_healing_splash_potion", - "splinstanthealleveliipot": "strong_healing_splash_potion", - "splinstanthealleveliipotion": "strong_healing_splash_potion", - "splinstanthealstrongpot": "strong_healing_splash_potion", - "splinstanthealstrongpotion": "strong_healing_splash_potion", - "spllifeiipot": "strong_healing_splash_potion", - "spllifeiipotion": "strong_healing_splash_potion", - "spllifeleveliipot": "strong_healing_splash_potion", - "spllifeleveliipotion": "strong_healing_splash_potion", - "spllifestrongpot": "strong_healing_splash_potion", - "spllifestrongpotion": "strong_healing_splash_potion", - "strong_healing_tipped_arrow": { - "potionData": { - "type": "INSTANT_HEAL", - "upgraded": true, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowhealii": "strong_healing_tipped_arrow", - "arrowhealingii": "strong_healing_tipped_arrow", - "arrowhealinglevelii": "strong_healing_tipped_arrow", - "arrowhealingstrong": "strong_healing_tipped_arrow", - "arrowheallevelii": "strong_healing_tipped_arrow", - "arrowhealstrong": "strong_healing_tipped_arrow", - "arrowhii": "strong_healing_tipped_arrow", - "arrowhlevelii": "strong_healing_tipped_arrow", - "arrowhstrong": "strong_healing_tipped_arrow", - "arrowinstanthealii": "strong_healing_tipped_arrow", - "arrowinstantheallevelii": "strong_healing_tipped_arrow", - "arrowinstanthealstrong": "strong_healing_tipped_arrow", - "arrowlifeii": "strong_healing_tipped_arrow", - "arrowlifelevelii": "strong_healing_tipped_arrow", - "arrowlifestrong": "strong_healing_tipped_arrow", - "harrowii": "strong_healing_tipped_arrow", - "harrowlevelii": "strong_healing_tipped_arrow", - "harrowstrong": "strong_healing_tipped_arrow", - "healarrowii": "strong_healing_tipped_arrow", - "healarrowlevelii": "strong_healing_tipped_arrow", - "healarrowstrong": "strong_healing_tipped_arrow", - "healiitarr": "strong_healing_tipped_arrow", - "healiitarrow": "strong_healing_tipped_arrow", - "healiitippedarrow": "strong_healing_tipped_arrow", - "healingarrowii": "strong_healing_tipped_arrow", - "healingarrowlevelii": "strong_healing_tipped_arrow", - "healingarrowstrong": "strong_healing_tipped_arrow", - "healingiitarr": "strong_healing_tipped_arrow", - "healingiitarrow": "strong_healing_tipped_arrow", - "healingiitippedarrow": "strong_healing_tipped_arrow", - "healingleveliitarr": "strong_healing_tipped_arrow", - "healingleveliitarrow": "strong_healing_tipped_arrow", - "healingleveliitippedarrow": "strong_healing_tipped_arrow", - "healingstrongtarr": "strong_healing_tipped_arrow", - "healingstrongtarrow": "strong_healing_tipped_arrow", - "healingstrongtippedarrow": "strong_healing_tipped_arrow", - "healleveliitarr": "strong_healing_tipped_arrow", - "healleveliitarrow": "strong_healing_tipped_arrow", - "healleveliitippedarrow": "strong_healing_tipped_arrow", - "healstrongtarr": "strong_healing_tipped_arrow", - "healstrongtarrow": "strong_healing_tipped_arrow", - "healstrongtippedarrow": "strong_healing_tipped_arrow", - "hiitarr": "strong_healing_tipped_arrow", - "hiitarrow": "strong_healing_tipped_arrow", - "hiitippedarrow": "strong_healing_tipped_arrow", - "hleveliitarr": "strong_healing_tipped_arrow", - "hleveliitarrow": "strong_healing_tipped_arrow", - "hleveliitippedarrow": "strong_healing_tipped_arrow", - "hstrongtarr": "strong_healing_tipped_arrow", - "hstrongtarrow": "strong_healing_tipped_arrow", - "hstrongtippedarrow": "strong_healing_tipped_arrow", - "instanthealarrowii": "strong_healing_tipped_arrow", - "instanthealarrowlevelii": "strong_healing_tipped_arrow", - "instanthealarrowstrong": "strong_healing_tipped_arrow", - "instanthealiitarr": "strong_healing_tipped_arrow", - "instanthealiitarrow": "strong_healing_tipped_arrow", - "instanthealiitippedarrow": "strong_healing_tipped_arrow", - "instanthealleveliitarr": "strong_healing_tipped_arrow", - "instanthealleveliitarrow": "strong_healing_tipped_arrow", - "instanthealleveliitippedarrow": "strong_healing_tipped_arrow", - "instanthealstrongtarr": "strong_healing_tipped_arrow", - "instanthealstrongtarrow": "strong_healing_tipped_arrow", - "instanthealstrongtippedarrow": "strong_healing_tipped_arrow", - "lifearrowii": "strong_healing_tipped_arrow", - "lifearrowlevelii": "strong_healing_tipped_arrow", - "lifearrowstrong": "strong_healing_tipped_arrow", - "lifeiitarr": "strong_healing_tipped_arrow", - "lifeiitarrow": "strong_healing_tipped_arrow", - "lifeiitippedarrow": "strong_healing_tipped_arrow", - "lifeleveliitarr": "strong_healing_tipped_arrow", - "lifeleveliitarrow": "strong_healing_tipped_arrow", - "lifeleveliitippedarrow": "strong_healing_tipped_arrow", - "lifestrongtarr": "strong_healing_tipped_arrow", - "lifestrongtarrow": "strong_healing_tipped_arrow", - "lifestrongtippedarrow": "strong_healing_tipped_arrow", - "strong_leaping_lingering_potion": { - "potionData": { - "type": "JUMP", - "upgraded": true, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotionjumpii": "strong_leaping_lingering_potion", - "aoepotionjumplevelii": "strong_leaping_lingering_potion", - "aoepotionjumpstrong": "strong_leaping_lingering_potion", - "aoepotionleapii": "strong_leaping_lingering_potion", - "aoepotionleapingii": "strong_leaping_lingering_potion", - "aoepotionleapinglevelii": "strong_leaping_lingering_potion", - "aoepotionleapingstrong": "strong_leaping_lingering_potion", - "aoepotionleaplevelii": "strong_leaping_lingering_potion", - "aoepotionleapstrong": "strong_leaping_lingering_potion", - "aoepotjumpii": "strong_leaping_lingering_potion", - "aoepotjumplevelii": "strong_leaping_lingering_potion", - "aoepotjumpstrong": "strong_leaping_lingering_potion", - "aoepotleapii": "strong_leaping_lingering_potion", - "aoepotleapingii": "strong_leaping_lingering_potion", - "aoepotleapinglevelii": "strong_leaping_lingering_potion", - "aoepotleapingstrong": "strong_leaping_lingering_potion", - "aoepotleaplevelii": "strong_leaping_lingering_potion", - "aoepotleapstrong": "strong_leaping_lingering_potion", - "areapotionjumpii": "strong_leaping_lingering_potion", - "areapotionjumplevelii": "strong_leaping_lingering_potion", - "areapotionjumpstrong": "strong_leaping_lingering_potion", - "areapotionleapii": "strong_leaping_lingering_potion", - "areapotionleapingii": "strong_leaping_lingering_potion", - "areapotionleapinglevelii": "strong_leaping_lingering_potion", - "areapotionleapingstrong": "strong_leaping_lingering_potion", - "areapotionleaplevelii": "strong_leaping_lingering_potion", - "areapotionleapstrong": "strong_leaping_lingering_potion", - "areapotjumpii": "strong_leaping_lingering_potion", - "areapotjumplevelii": "strong_leaping_lingering_potion", - "areapotjumpstrong": "strong_leaping_lingering_potion", - "areapotleapii": "strong_leaping_lingering_potion", - "areapotleapingii": "strong_leaping_lingering_potion", - "areapotleapinglevelii": "strong_leaping_lingering_potion", - "areapotleapingstrong": "strong_leaping_lingering_potion", - "areapotleaplevelii": "strong_leaping_lingering_potion", - "areapotleapstrong": "strong_leaping_lingering_potion", - "cloudpotionjumpii": "strong_leaping_lingering_potion", - "cloudpotionjumplevelii": "strong_leaping_lingering_potion", - "cloudpotionjumpstrong": "strong_leaping_lingering_potion", - "cloudpotionleapii": "strong_leaping_lingering_potion", - "cloudpotionleapingii": "strong_leaping_lingering_potion", - "cloudpotionleapinglevelii": "strong_leaping_lingering_potion", - "cloudpotionleapingstrong": "strong_leaping_lingering_potion", - "cloudpotionleaplevelii": "strong_leaping_lingering_potion", - "cloudpotionleapstrong": "strong_leaping_lingering_potion", - "cloudpotjumpii": "strong_leaping_lingering_potion", - "cloudpotjumplevelii": "strong_leaping_lingering_potion", - "cloudpotjumpstrong": "strong_leaping_lingering_potion", - "cloudpotleapii": "strong_leaping_lingering_potion", - "cloudpotleapingii": "strong_leaping_lingering_potion", - "cloudpotleapinglevelii": "strong_leaping_lingering_potion", - "cloudpotleapingstrong": "strong_leaping_lingering_potion", - "cloudpotleaplevelii": "strong_leaping_lingering_potion", - "cloudpotleapstrong": "strong_leaping_lingering_potion", - "jumpaoepoiontii": "strong_leaping_lingering_potion", - "jumpaoepoiontlevelii": "strong_leaping_lingering_potion", - "jumpaoepoiontstrong": "strong_leaping_lingering_potion", - "jumpaoepotii": "strong_leaping_lingering_potion", - "jumpaoepotlevelii": "strong_leaping_lingering_potion", - "jumpaoepotstrong": "strong_leaping_lingering_potion", - "jumpareapotii": "strong_leaping_lingering_potion", - "jumpareapotionii": "strong_leaping_lingering_potion", - "jumpareapotionlevelii": "strong_leaping_lingering_potion", - "jumpareapotionstrong": "strong_leaping_lingering_potion", - "jumpareapotlevelii": "strong_leaping_lingering_potion", - "jumpareapotstrong": "strong_leaping_lingering_potion", - "jumpcloudpotii": "strong_leaping_lingering_potion", - "jumpcloudpotionii": "strong_leaping_lingering_potion", - "jumpcloudpotionlevelii": "strong_leaping_lingering_potion", - "jumpcloudpotionstrong": "strong_leaping_lingering_potion", - "jumpcloudpotlevelii": "strong_leaping_lingering_potion", - "jumpcloudpotstrong": "strong_leaping_lingering_potion", - "jumplingerpotii": "strong_leaping_lingering_potion", - "jumplingerpotlevelii": "strong_leaping_lingering_potion", - "jumplingerpotstrong": "strong_leaping_lingering_potion", - "leapaoepoiontii": "strong_leaping_lingering_potion", - "leapaoepoiontlevelii": "strong_leaping_lingering_potion", - "leapaoepoiontstrong": "strong_leaping_lingering_potion", - "leapaoepotii": "strong_leaping_lingering_potion", - "leapaoepotlevelii": "strong_leaping_lingering_potion", - "leapaoepotstrong": "strong_leaping_lingering_potion", - "leapareapotii": "strong_leaping_lingering_potion", - "leapareapotionii": "strong_leaping_lingering_potion", - "leapareapotionlevelii": "strong_leaping_lingering_potion", - "leapareapotionstrong": "strong_leaping_lingering_potion", - "leapareapotlevelii": "strong_leaping_lingering_potion", - "leapareapotstrong": "strong_leaping_lingering_potion", - "leapcloudpotii": "strong_leaping_lingering_potion", - "leapcloudpotionii": "strong_leaping_lingering_potion", - "leapcloudpotionlevelii": "strong_leaping_lingering_potion", - "leapcloudpotionstrong": "strong_leaping_lingering_potion", - "leapcloudpotlevelii": "strong_leaping_lingering_potion", - "leapcloudpotstrong": "strong_leaping_lingering_potion", - "leapingaoepoiontii": "strong_leaping_lingering_potion", - "leapingaoepoiontlevelii": "strong_leaping_lingering_potion", - "leapingaoepoiontstrong": "strong_leaping_lingering_potion", - "leapingaoepotii": "strong_leaping_lingering_potion", - "leapingaoepotlevelii": "strong_leaping_lingering_potion", - "leapingaoepotstrong": "strong_leaping_lingering_potion", - "leapingareapotii": "strong_leaping_lingering_potion", - "leapingareapotionii": "strong_leaping_lingering_potion", - "leapingareapotionlevelii": "strong_leaping_lingering_potion", - "leapingareapotionstrong": "strong_leaping_lingering_potion", - "leapingareapotlevelii": "strong_leaping_lingering_potion", - "leapingareapotstrong": "strong_leaping_lingering_potion", - "leapingcloudpotii": "strong_leaping_lingering_potion", - "leapingcloudpotionii": "strong_leaping_lingering_potion", - "leapingcloudpotionlevelii": "strong_leaping_lingering_potion", - "leapingcloudpotionstrong": "strong_leaping_lingering_potion", - "leapingcloudpotlevelii": "strong_leaping_lingering_potion", - "leapingcloudpotstrong": "strong_leaping_lingering_potion", - "leapinglingerpotii": "strong_leaping_lingering_potion", - "leapinglingerpotlevelii": "strong_leaping_lingering_potion", - "leapinglingerpotstrong": "strong_leaping_lingering_potion", - "leaplingerpotii": "strong_leaping_lingering_potion", - "leaplingerpotlevelii": "strong_leaping_lingering_potion", - "leaplingerpotstrong": "strong_leaping_lingering_potion", - "lingerpotjumpii": "strong_leaping_lingering_potion", - "lingerpotjumplevelii": "strong_leaping_lingering_potion", - "lingerpotjumpstrong": "strong_leaping_lingering_potion", - "lingerpotleapii": "strong_leaping_lingering_potion", - "lingerpotleapingii": "strong_leaping_lingering_potion", - "lingerpotleapinglevelii": "strong_leaping_lingering_potion", - "lingerpotleapingstrong": "strong_leaping_lingering_potion", - "lingerpotleaplevelii": "strong_leaping_lingering_potion", - "lingerpotleapstrong": "strong_leaping_lingering_potion", - "strong_leaping_potion": { - "potionData": { - "type": "JUMP", - "upgraded": true, - "extended": false - }, - "material": "POTION" - }, - "jumpiipot": "strong_leaping_potion", - "jumpiipotion": "strong_leaping_potion", - "jumpleveliipot": "strong_leaping_potion", - "jumpleveliipotion": "strong_leaping_potion", - "jumpstrongpot": "strong_leaping_potion", - "jumpstrongpotion": "strong_leaping_potion", - "leapiipot": "strong_leaping_potion", - "leapiipotion": "strong_leaping_potion", - "leapingiipot": "strong_leaping_potion", - "leapingiipotion": "strong_leaping_potion", - "leapingleveliipot": "strong_leaping_potion", - "leapingleveliipotion": "strong_leaping_potion", - "leapingstrongpot": "strong_leaping_potion", - "leapingstrongpotion": "strong_leaping_potion", - "leapleveliipot": "strong_leaping_potion", - "leapleveliipotion": "strong_leaping_potion", - "leapstrongpot": "strong_leaping_potion", - "leapstrongpotion": "strong_leaping_potion", - "potionofjumpii": "strong_leaping_potion", - "potionofjumplevelii": "strong_leaping_potion", - "potionofjumpstrong": "strong_leaping_potion", - "potionofleapii": "strong_leaping_potion", - "potionofleapingii": "strong_leaping_potion", - "potionofleapinglevelii": "strong_leaping_potion", - "potionofleapingstrong": "strong_leaping_potion", - "potionofleaplevelii": "strong_leaping_potion", - "potionofleapstrong": "strong_leaping_potion", - "potofjumpii": "strong_leaping_potion", - "potofjumplevelii": "strong_leaping_potion", - "potofjumpstrong": "strong_leaping_potion", - "potofleapii": "strong_leaping_potion", - "potofleapingii": "strong_leaping_potion", - "potofleapinglevelii": "strong_leaping_potion", - "potofleapingstrong": "strong_leaping_potion", - "potofleaplevelii": "strong_leaping_potion", - "potofleapstrong": "strong_leaping_potion", - "strong_leaping_splash_potion": { - "potionData": { - "type": "JUMP", - "upgraded": true, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "jumpiisplashpot": "strong_leaping_splash_potion", - "jumpiisplashpotion": "strong_leaping_splash_potion", - "jumpleveliisplashpot": "strong_leaping_splash_potion", - "jumpleveliisplashpotion": "strong_leaping_splash_potion", - "jumpstrongsplashpot": "strong_leaping_splash_potion", - "jumpstrongsplashpotion": "strong_leaping_splash_potion", - "leapiisplashpot": "strong_leaping_splash_potion", - "leapiisplashpotion": "strong_leaping_splash_potion", - "leapingiisplashpot": "strong_leaping_splash_potion", - "leapingiisplashpotion": "strong_leaping_splash_potion", - "leapingleveliisplashpot": "strong_leaping_splash_potion", - "leapingleveliisplashpotion": "strong_leaping_splash_potion", - "leapingstrongsplashpot": "strong_leaping_splash_potion", - "leapingstrongsplashpotion": "strong_leaping_splash_potion", - "leapleveliisplashpot": "strong_leaping_splash_potion", - "leapleveliisplashpotion": "strong_leaping_splash_potion", - "leapstrongsplashpot": "strong_leaping_splash_potion", - "leapstrongsplashpotion": "strong_leaping_splash_potion", - "splashjumpiipot": "strong_leaping_splash_potion", - "splashjumpiipotion": "strong_leaping_splash_potion", - "splashjumpleveliipot": "strong_leaping_splash_potion", - "splashjumpleveliipotion": "strong_leaping_splash_potion", - "splashjumpstrongpot": "strong_leaping_splash_potion", - "splashjumpstrongpotion": "strong_leaping_splash_potion", - "splashleapiipot": "strong_leaping_splash_potion", - "splashleapiipotion": "strong_leaping_splash_potion", - "splashleapingiipot": "strong_leaping_splash_potion", - "splashleapingiipotion": "strong_leaping_splash_potion", - "splashleapingleveliipot": "strong_leaping_splash_potion", - "splashleapingleveliipotion": "strong_leaping_splash_potion", - "splashleapingstrongpot": "strong_leaping_splash_potion", - "splashleapingstrongpotion": "strong_leaping_splash_potion", - "splashleapleveliipot": "strong_leaping_splash_potion", - "splashleapleveliipotion": "strong_leaping_splash_potion", - "splashleapstrongpot": "strong_leaping_splash_potion", - "splashleapstrongpotion": "strong_leaping_splash_potion", - "spljumpiipot": "strong_leaping_splash_potion", - "spljumpiipotion": "strong_leaping_splash_potion", - "spljumpleveliipot": "strong_leaping_splash_potion", - "spljumpleveliipotion": "strong_leaping_splash_potion", - "spljumpstrongpot": "strong_leaping_splash_potion", - "spljumpstrongpotion": "strong_leaping_splash_potion", - "splleapiipot": "strong_leaping_splash_potion", - "splleapiipotion": "strong_leaping_splash_potion", - "splleapingiipot": "strong_leaping_splash_potion", - "splleapingiipotion": "strong_leaping_splash_potion", - "splleapingleveliipot": "strong_leaping_splash_potion", - "splleapingleveliipotion": "strong_leaping_splash_potion", - "splleapingstrongpot": "strong_leaping_splash_potion", - "splleapingstrongpotion": "strong_leaping_splash_potion", - "splleapleveliipot": "strong_leaping_splash_potion", - "splleapleveliipotion": "strong_leaping_splash_potion", - "splleapstrongpot": "strong_leaping_splash_potion", - "splleapstrongpotion": "strong_leaping_splash_potion", - "strong_leaping_tipped_arrow": { - "potionData": { - "type": "JUMP", - "upgraded": true, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowjumpii": "strong_leaping_tipped_arrow", - "arrowjumplevelii": "strong_leaping_tipped_arrow", - "arrowjumpstrong": "strong_leaping_tipped_arrow", - "arrowleapii": "strong_leaping_tipped_arrow", - "arrowleapingii": "strong_leaping_tipped_arrow", - "arrowleapinglevelii": "strong_leaping_tipped_arrow", - "arrowleapingstrong": "strong_leaping_tipped_arrow", - "arrowleaplevelii": "strong_leaping_tipped_arrow", - "arrowleapstrong": "strong_leaping_tipped_arrow", - "jumparrowii": "strong_leaping_tipped_arrow", - "jumparrowlevelii": "strong_leaping_tipped_arrow", - "jumparrowstrong": "strong_leaping_tipped_arrow", - "jumpiitarr": "strong_leaping_tipped_arrow", - "jumpiitarrow": "strong_leaping_tipped_arrow", - "jumpiitippedarrow": "strong_leaping_tipped_arrow", - "jumpleveliitarr": "strong_leaping_tipped_arrow", - "jumpleveliitarrow": "strong_leaping_tipped_arrow", - "jumpleveliitippedarrow": "strong_leaping_tipped_arrow", - "jumpstrongtarr": "strong_leaping_tipped_arrow", - "jumpstrongtarrow": "strong_leaping_tipped_arrow", - "jumpstrongtippedarrow": "strong_leaping_tipped_arrow", - "leaparrowii": "strong_leaping_tipped_arrow", - "leaparrowlevelii": "strong_leaping_tipped_arrow", - "leaparrowstrong": "strong_leaping_tipped_arrow", - "leapiitarr": "strong_leaping_tipped_arrow", - "leapiitarrow": "strong_leaping_tipped_arrow", - "leapiitippedarrow": "strong_leaping_tipped_arrow", - "leapingarrowii": "strong_leaping_tipped_arrow", - "leapingarrowlevelii": "strong_leaping_tipped_arrow", - "leapingarrowstrong": "strong_leaping_tipped_arrow", - "leapingiitarr": "strong_leaping_tipped_arrow", - "leapingiitarrow": "strong_leaping_tipped_arrow", - "leapingiitippedarrow": "strong_leaping_tipped_arrow", - "leapingleveliitarr": "strong_leaping_tipped_arrow", - "leapingleveliitarrow": "strong_leaping_tipped_arrow", - "leapingleveliitippedarrow": "strong_leaping_tipped_arrow", - "leapingstrongtarr": "strong_leaping_tipped_arrow", - "leapingstrongtarrow": "strong_leaping_tipped_arrow", - "leapingstrongtippedarrow": "strong_leaping_tipped_arrow", - "leapleveliitarr": "strong_leaping_tipped_arrow", - "leapleveliitarrow": "strong_leaping_tipped_arrow", - "leapleveliitippedarrow": "strong_leaping_tipped_arrow", - "leapstrongtarr": "strong_leaping_tipped_arrow", - "leapstrongtarrow": "strong_leaping_tipped_arrow", - "leapstrongtippedarrow": "strong_leaping_tipped_arrow", - "strong_poison_lingering_potion": { - "potionData": { - "type": "POISON", - "upgraded": true, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "acidaoepoiontii": "strong_poison_lingering_potion", - "acidaoepoiontlevelii": "strong_poison_lingering_potion", - "acidaoepoiontstrong": "strong_poison_lingering_potion", - "acidaoepotii": "strong_poison_lingering_potion", - "acidaoepotlevelii": "strong_poison_lingering_potion", - "acidaoepotstrong": "strong_poison_lingering_potion", - "acidareapotii": "strong_poison_lingering_potion", - "acidareapotionii": "strong_poison_lingering_potion", - "acidareapotionlevelii": "strong_poison_lingering_potion", - "acidareapotionstrong": "strong_poison_lingering_potion", - "acidareapotlevelii": "strong_poison_lingering_potion", - "acidareapotstrong": "strong_poison_lingering_potion", - "acidcloudpotii": "strong_poison_lingering_potion", - "acidcloudpotionii": "strong_poison_lingering_potion", - "acidcloudpotionlevelii": "strong_poison_lingering_potion", - "acidcloudpotionstrong": "strong_poison_lingering_potion", - "acidcloudpotlevelii": "strong_poison_lingering_potion", - "acidcloudpotstrong": "strong_poison_lingering_potion", - "acidlingerpotii": "strong_poison_lingering_potion", - "acidlingerpotlevelii": "strong_poison_lingering_potion", - "acidlingerpotstrong": "strong_poison_lingering_potion", - "aoepotacidii": "strong_poison_lingering_potion", - "aoepotacidlevelii": "strong_poison_lingering_potion", - "aoepotacidstrong": "strong_poison_lingering_potion", - "aoepotionacidii": "strong_poison_lingering_potion", - "aoepotionacidlevelii": "strong_poison_lingering_potion", - "aoepotionacidstrong": "strong_poison_lingering_potion", - "aoepotionpii": "strong_poison_lingering_potion", - "aoepotionplevelii": "strong_poison_lingering_potion", - "aoepotionpoisonii": "strong_poison_lingering_potion", - "aoepotionpoisonlevelii": "strong_poison_lingering_potion", - "aoepotionpoisonstrong": "strong_poison_lingering_potion", - "aoepotionpstrong": "strong_poison_lingering_potion", - "aoepotpii": "strong_poison_lingering_potion", - "aoepotplevelii": "strong_poison_lingering_potion", - "aoepotpoisonii": "strong_poison_lingering_potion", - "aoepotpoisonlevelii": "strong_poison_lingering_potion", - "aoepotpoisonstrong": "strong_poison_lingering_potion", - "aoepotpstrong": "strong_poison_lingering_potion", - "areapotacidii": "strong_poison_lingering_potion", - "areapotacidlevelii": "strong_poison_lingering_potion", - "areapotacidstrong": "strong_poison_lingering_potion", - "areapotionacidii": "strong_poison_lingering_potion", - "areapotionacidlevelii": "strong_poison_lingering_potion", - "areapotionacidstrong": "strong_poison_lingering_potion", - "areapotionpii": "strong_poison_lingering_potion", - "areapotionplevelii": "strong_poison_lingering_potion", - "areapotionpoisonii": "strong_poison_lingering_potion", - "areapotionpoisonlevelii": "strong_poison_lingering_potion", - "areapotionpoisonstrong": "strong_poison_lingering_potion", - "areapotionpstrong": "strong_poison_lingering_potion", - "areapotpii": "strong_poison_lingering_potion", - "areapotplevelii": "strong_poison_lingering_potion", - "areapotpoisonii": "strong_poison_lingering_potion", - "areapotpoisonlevelii": "strong_poison_lingering_potion", - "areapotpoisonstrong": "strong_poison_lingering_potion", - "areapotpstrong": "strong_poison_lingering_potion", - "cloudpotacidii": "strong_poison_lingering_potion", - "cloudpotacidlevelii": "strong_poison_lingering_potion", - "cloudpotacidstrong": "strong_poison_lingering_potion", - "cloudpotionacidii": "strong_poison_lingering_potion", - "cloudpotionacidlevelii": "strong_poison_lingering_potion", - "cloudpotionacidstrong": "strong_poison_lingering_potion", - "cloudpotionpii": "strong_poison_lingering_potion", - "cloudpotionplevelii": "strong_poison_lingering_potion", - "cloudpotionpoisonii": "strong_poison_lingering_potion", - "cloudpotionpoisonlevelii": "strong_poison_lingering_potion", - "cloudpotionpoisonstrong": "strong_poison_lingering_potion", - "cloudpotionpstrong": "strong_poison_lingering_potion", - "cloudpotpii": "strong_poison_lingering_potion", - "cloudpotplevelii": "strong_poison_lingering_potion", - "cloudpotpoisonii": "strong_poison_lingering_potion", - "cloudpotpoisonlevelii": "strong_poison_lingering_potion", - "cloudpotpoisonstrong": "strong_poison_lingering_potion", - "cloudpotpstrong": "strong_poison_lingering_potion", - "lingerpotacidii": "strong_poison_lingering_potion", - "lingerpotacidlevelii": "strong_poison_lingering_potion", - "lingerpotacidstrong": "strong_poison_lingering_potion", - "lingerpotpii": "strong_poison_lingering_potion", - "lingerpotplevelii": "strong_poison_lingering_potion", - "lingerpotpoisonii": "strong_poison_lingering_potion", - "lingerpotpoisonlevelii": "strong_poison_lingering_potion", - "lingerpotpoisonstrong": "strong_poison_lingering_potion", - "lingerpotpstrong": "strong_poison_lingering_potion", - "paoepoiontii": "strong_poison_lingering_potion", - "paoepoiontlevelii": "strong_poison_lingering_potion", - "paoepoiontstrong": "strong_poison_lingering_potion", - "paoepotii": "strong_poison_lingering_potion", - "paoepotlevelii": "strong_poison_lingering_potion", - "paoepotstrong": "strong_poison_lingering_potion", - "pareapotii": "strong_poison_lingering_potion", - "pareapotionii": "strong_poison_lingering_potion", - "pareapotionlevelii": "strong_poison_lingering_potion", - "pareapotionstrong": "strong_poison_lingering_potion", - "pareapotlevelii": "strong_poison_lingering_potion", - "pareapotstrong": "strong_poison_lingering_potion", - "pcloudpotii": "strong_poison_lingering_potion", - "pcloudpotionii": "strong_poison_lingering_potion", - "pcloudpotionlevelii": "strong_poison_lingering_potion", - "pcloudpotionstrong": "strong_poison_lingering_potion", - "pcloudpotlevelii": "strong_poison_lingering_potion", - "pcloudpotstrong": "strong_poison_lingering_potion", - "plingerpotii": "strong_poison_lingering_potion", - "plingerpotlevelii": "strong_poison_lingering_potion", - "plingerpotstrong": "strong_poison_lingering_potion", - "poisonaoepoiontii": "strong_poison_lingering_potion", - "poisonaoepoiontlevelii": "strong_poison_lingering_potion", - "poisonaoepoiontstrong": "strong_poison_lingering_potion", - "poisonaoepotii": "strong_poison_lingering_potion", - "poisonaoepotlevelii": "strong_poison_lingering_potion", - "poisonaoepotstrong": "strong_poison_lingering_potion", - "poisonareapotii": "strong_poison_lingering_potion", - "poisonareapotionii": "strong_poison_lingering_potion", - "poisonareapotionlevelii": "strong_poison_lingering_potion", - "poisonareapotionstrong": "strong_poison_lingering_potion", - "poisonareapotlevelii": "strong_poison_lingering_potion", - "poisonareapotstrong": "strong_poison_lingering_potion", - "poisoncloudpotii": "strong_poison_lingering_potion", - "poisoncloudpotionii": "strong_poison_lingering_potion", - "poisoncloudpotionlevelii": "strong_poison_lingering_potion", - "poisoncloudpotionstrong": "strong_poison_lingering_potion", - "poisoncloudpotlevelii": "strong_poison_lingering_potion", - "poisoncloudpotstrong": "strong_poison_lingering_potion", - "poisonlingerpotii": "strong_poison_lingering_potion", - "poisonlingerpotlevelii": "strong_poison_lingering_potion", - "poisonlingerpotstrong": "strong_poison_lingering_potion", - "strong_poison_potion": { - "potionData": { - "type": "POISON", - "upgraded": true, - "extended": false - }, - "material": "POTION" - }, - "acidiipot": "strong_poison_potion", - "acidiipotion": "strong_poison_potion", - "acidleveliipot": "strong_poison_potion", - "acidleveliipotion": "strong_poison_potion", - "acidstrongpot": "strong_poison_potion", - "acidstrongpotion": "strong_poison_potion", - "piipot": "strong_poison_potion", - "piipotion": "strong_poison_potion", - "pleveliipot": "strong_poison_potion", - "pleveliipotion": "strong_poison_potion", - "poisoniipot": "strong_poison_potion", - "poisoniipotion": "strong_poison_potion", - "poisonleveliipot": "strong_poison_potion", - "poisonleveliipotion": "strong_poison_potion", - "poisonstrongpot": "strong_poison_potion", - "poisonstrongpotion": "strong_poison_potion", - "potionofacidii": "strong_poison_potion", - "potionofacidlevelii": "strong_poison_potion", - "potionofacidstrong": "strong_poison_potion", - "potionofpii": "strong_poison_potion", - "potionofplevelii": "strong_poison_potion", - "potionofpoisonii": "strong_poison_potion", - "potionofpoisonlevelii": "strong_poison_potion", - "potionofpoisonstrong": "strong_poison_potion", - "potionofpstrong": "strong_poison_potion", - "potofacidii": "strong_poison_potion", - "potofacidlevelii": "strong_poison_potion", - "potofacidstrong": "strong_poison_potion", - "potofpii": "strong_poison_potion", - "potofplevelii": "strong_poison_potion", - "potofpoisonii": "strong_poison_potion", - "potofpoisonlevelii": "strong_poison_potion", - "potofpoisonstrong": "strong_poison_potion", - "potofpstrong": "strong_poison_potion", - "pstrongpot": "strong_poison_potion", - "pstrongpotion": "strong_poison_potion", - "strong_poison_splash_potion": { - "potionData": { - "type": "POISON", - "upgraded": true, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "acidiisplashpot": "strong_poison_splash_potion", - "acidiisplashpotion": "strong_poison_splash_potion", - "acidleveliisplashpot": "strong_poison_splash_potion", - "acidleveliisplashpotion": "strong_poison_splash_potion", - "acidstrongsplashpot": "strong_poison_splash_potion", - "acidstrongsplashpotion": "strong_poison_splash_potion", - "piisplashpot": "strong_poison_splash_potion", - "piisplashpotion": "strong_poison_splash_potion", - "pleveliisplashpot": "strong_poison_splash_potion", - "pleveliisplashpotion": "strong_poison_splash_potion", - "poisoniisplashpot": "strong_poison_splash_potion", - "poisoniisplashpotion": "strong_poison_splash_potion", - "poisonleveliisplashpot": "strong_poison_splash_potion", - "poisonleveliisplashpotion": "strong_poison_splash_potion", - "poisonstrongsplashpot": "strong_poison_splash_potion", - "poisonstrongsplashpotion": "strong_poison_splash_potion", - "pstrongsplashpot": "strong_poison_splash_potion", - "pstrongsplashpotion": "strong_poison_splash_potion", - "splacidiipot": "strong_poison_splash_potion", - "splacidiipotion": "strong_poison_splash_potion", - "splacidleveliipot": "strong_poison_splash_potion", - "splacidleveliipotion": "strong_poison_splash_potion", - "splacidstrongpot": "strong_poison_splash_potion", - "splacidstrongpotion": "strong_poison_splash_potion", - "splashacidiipot": "strong_poison_splash_potion", - "splashacidiipotion": "strong_poison_splash_potion", - "splashacidleveliipot": "strong_poison_splash_potion", - "splashacidleveliipotion": "strong_poison_splash_potion", - "splashacidstrongpot": "strong_poison_splash_potion", - "splashacidstrongpotion": "strong_poison_splash_potion", - "splashpiipot": "strong_poison_splash_potion", - "splashpiipotion": "strong_poison_splash_potion", - "splashpleveliipot": "strong_poison_splash_potion", - "splashpleveliipotion": "strong_poison_splash_potion", - "splashpoisoniipot": "strong_poison_splash_potion", - "splashpoisoniipotion": "strong_poison_splash_potion", - "splashpoisonleveliipot": "strong_poison_splash_potion", - "splashpoisonleveliipotion": "strong_poison_splash_potion", - "splashpoisonstrongpot": "strong_poison_splash_potion", - "splashpoisonstrongpotion": "strong_poison_splash_potion", - "splashpstrongpot": "strong_poison_splash_potion", - "splashpstrongpotion": "strong_poison_splash_potion", - "splpiipot": "strong_poison_splash_potion", - "splpiipotion": "strong_poison_splash_potion", - "splpleveliipot": "strong_poison_splash_potion", - "splpleveliipotion": "strong_poison_splash_potion", - "splpoisoniipot": "strong_poison_splash_potion", - "splpoisoniipotion": "strong_poison_splash_potion", - "splpoisonleveliipot": "strong_poison_splash_potion", - "splpoisonleveliipotion": "strong_poison_splash_potion", - "splpoisonstrongpot": "strong_poison_splash_potion", - "splpoisonstrongpotion": "strong_poison_splash_potion", - "splpstrongpot": "strong_poison_splash_potion", - "splpstrongpotion": "strong_poison_splash_potion", - "strong_poison_tipped_arrow": { - "potionData": { - "type": "POISON", - "upgraded": true, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "acidarrowii": "strong_poison_tipped_arrow", - "acidarrowlevelii": "strong_poison_tipped_arrow", - "acidarrowstrong": "strong_poison_tipped_arrow", - "acidiitarr": "strong_poison_tipped_arrow", - "acidiitarrow": "strong_poison_tipped_arrow", - "acidiitippedarrow": "strong_poison_tipped_arrow", - "acidleveliitarr": "strong_poison_tipped_arrow", - "acidleveliitarrow": "strong_poison_tipped_arrow", - "acidleveliitippedarrow": "strong_poison_tipped_arrow", - "acidstrongtarr": "strong_poison_tipped_arrow", - "acidstrongtarrow": "strong_poison_tipped_arrow", - "acidstrongtippedarrow": "strong_poison_tipped_arrow", - "arrowacidii": "strong_poison_tipped_arrow", - "arrowacidlevelii": "strong_poison_tipped_arrow", - "arrowacidstrong": "strong_poison_tipped_arrow", - "arrowpii": "strong_poison_tipped_arrow", - "arrowplevelii": "strong_poison_tipped_arrow", - "arrowpoisonii": "strong_poison_tipped_arrow", - "arrowpoisonlevelii": "strong_poison_tipped_arrow", - "arrowpoisonstrong": "strong_poison_tipped_arrow", - "arrowpstrong": "strong_poison_tipped_arrow", - "parrowii": "strong_poison_tipped_arrow", - "parrowlevelii": "strong_poison_tipped_arrow", - "parrowstrong": "strong_poison_tipped_arrow", - "piitarr": "strong_poison_tipped_arrow", - "piitarrow": "strong_poison_tipped_arrow", - "piitippedarrow": "strong_poison_tipped_arrow", - "pleveliitarr": "strong_poison_tipped_arrow", - "pleveliitarrow": "strong_poison_tipped_arrow", - "pleveliitippedarrow": "strong_poison_tipped_arrow", - "poisonarrowii": "strong_poison_tipped_arrow", - "poisonarrowlevelii": "strong_poison_tipped_arrow", - "poisonarrowstrong": "strong_poison_tipped_arrow", - "poisoniitarr": "strong_poison_tipped_arrow", - "poisoniitarrow": "strong_poison_tipped_arrow", - "poisoniitippedarrow": "strong_poison_tipped_arrow", - "poisonleveliitarr": "strong_poison_tipped_arrow", - "poisonleveliitarrow": "strong_poison_tipped_arrow", - "poisonleveliitippedarrow": "strong_poison_tipped_arrow", - "poisonstrongtarr": "strong_poison_tipped_arrow", - "poisonstrongtarrow": "strong_poison_tipped_arrow", - "poisonstrongtippedarrow": "strong_poison_tipped_arrow", - "pstrongtarr": "strong_poison_tipped_arrow", - "pstrongtarrow": "strong_poison_tipped_arrow", - "pstrongtippedarrow": "strong_poison_tipped_arrow", - "strong_regeneration_lingering_potion": { - "potionData": { - "type": "REGEN", - "upgraded": true, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotionregenerateii": "strong_regeneration_lingering_potion", - "aoepotionregeneratelevelii": "strong_regeneration_lingering_potion", - "aoepotionregeneratestrong": "strong_regeneration_lingering_potion", - "aoepotionregenerationii": "strong_regeneration_lingering_potion", - "aoepotionregenerationlevelii": "strong_regeneration_lingering_potion", - "aoepotionregenerationstrong": "strong_regeneration_lingering_potion", - "aoepotionregenii": "strong_regeneration_lingering_potion", - "aoepotionregenlevelii": "strong_regeneration_lingering_potion", - "aoepotionregenstrong": "strong_regeneration_lingering_potion", - "aoepotregenerateii": "strong_regeneration_lingering_potion", - "aoepotregeneratelevelii": "strong_regeneration_lingering_potion", - "aoepotregeneratestrong": "strong_regeneration_lingering_potion", - "aoepotregenerationii": "strong_regeneration_lingering_potion", - "aoepotregenerationlevelii": "strong_regeneration_lingering_potion", - "aoepotregenerationstrong": "strong_regeneration_lingering_potion", - "aoepotregenii": "strong_regeneration_lingering_potion", - "aoepotregenlevelii": "strong_regeneration_lingering_potion", - "aoepotregenstrong": "strong_regeneration_lingering_potion", - "areapotionregenerateii": "strong_regeneration_lingering_potion", - "areapotionregeneratelevelii": "strong_regeneration_lingering_potion", - "areapotionregeneratestrong": "strong_regeneration_lingering_potion", - "areapotionregenerationii": "strong_regeneration_lingering_potion", - "areapotionregenerationlevelii": "strong_regeneration_lingering_potion", - "areapotionregenerationstrong": "strong_regeneration_lingering_potion", - "areapotionregenii": "strong_regeneration_lingering_potion", - "areapotionregenlevelii": "strong_regeneration_lingering_potion", - "areapotionregenstrong": "strong_regeneration_lingering_potion", - "areapotregenerateii": "strong_regeneration_lingering_potion", - "areapotregeneratelevelii": "strong_regeneration_lingering_potion", - "areapotregeneratestrong": "strong_regeneration_lingering_potion", - "areapotregenerationii": "strong_regeneration_lingering_potion", - "areapotregenerationlevelii": "strong_regeneration_lingering_potion", - "areapotregenerationstrong": "strong_regeneration_lingering_potion", - "areapotregenii": "strong_regeneration_lingering_potion", - "areapotregenlevelii": "strong_regeneration_lingering_potion", - "areapotregenstrong": "strong_regeneration_lingering_potion", - "cloudpotionregenerateii": "strong_regeneration_lingering_potion", - "cloudpotionregeneratelevelii": "strong_regeneration_lingering_potion", - "cloudpotionregeneratestrong": "strong_regeneration_lingering_potion", - "cloudpotionregenerationii": "strong_regeneration_lingering_potion", - "cloudpotionregenerationlevelii": "strong_regeneration_lingering_potion", - "cloudpotionregenerationstrong": "strong_regeneration_lingering_potion", - "cloudpotionregenii": "strong_regeneration_lingering_potion", - "cloudpotionregenlevelii": "strong_regeneration_lingering_potion", - "cloudpotionregenstrong": "strong_regeneration_lingering_potion", - "cloudpotregenerateii": "strong_regeneration_lingering_potion", - "cloudpotregeneratelevelii": "strong_regeneration_lingering_potion", - "cloudpotregeneratestrong": "strong_regeneration_lingering_potion", - "cloudpotregenerationii": "strong_regeneration_lingering_potion", - "cloudpotregenerationlevelii": "strong_regeneration_lingering_potion", - "cloudpotregenerationstrong": "strong_regeneration_lingering_potion", - "cloudpotregenii": "strong_regeneration_lingering_potion", - "cloudpotregenlevelii": "strong_regeneration_lingering_potion", - "cloudpotregenstrong": "strong_regeneration_lingering_potion", - "lingerpotregenerateii": "strong_regeneration_lingering_potion", - "lingerpotregeneratelevelii": "strong_regeneration_lingering_potion", - "lingerpotregeneratestrong": "strong_regeneration_lingering_potion", - "lingerpotregenerationii": "strong_regeneration_lingering_potion", - "lingerpotregenerationlevelii": "strong_regeneration_lingering_potion", - "lingerpotregenerationstrong": "strong_regeneration_lingering_potion", - "lingerpotregenii": "strong_regeneration_lingering_potion", - "lingerpotregenlevelii": "strong_regeneration_lingering_potion", - "lingerpotregenstrong": "strong_regeneration_lingering_potion", - "regenaoepoiontii": "strong_regeneration_lingering_potion", - "regenaoepoiontlevelii": "strong_regeneration_lingering_potion", - "regenaoepoiontstrong": "strong_regeneration_lingering_potion", - "regenaoepotii": "strong_regeneration_lingering_potion", - "regenaoepotlevelii": "strong_regeneration_lingering_potion", - "regenaoepotstrong": "strong_regeneration_lingering_potion", - "regenareapotii": "strong_regeneration_lingering_potion", - "regenareapotionii": "strong_regeneration_lingering_potion", - "regenareapotionlevelii": "strong_regeneration_lingering_potion", - "regenareapotionstrong": "strong_regeneration_lingering_potion", - "regenareapotlevelii": "strong_regeneration_lingering_potion", - "regenareapotstrong": "strong_regeneration_lingering_potion", - "regencloudpotii": "strong_regeneration_lingering_potion", - "regencloudpotionii": "strong_regeneration_lingering_potion", - "regencloudpotionlevelii": "strong_regeneration_lingering_potion", - "regencloudpotionstrong": "strong_regeneration_lingering_potion", - "regencloudpotlevelii": "strong_regeneration_lingering_potion", - "regencloudpotstrong": "strong_regeneration_lingering_potion", - "regenerateaoepoiontii": "strong_regeneration_lingering_potion", - "regenerateaoepoiontlevelii": "strong_regeneration_lingering_potion", - "regenerateaoepoiontstrong": "strong_regeneration_lingering_potion", - "regenerateaoepotii": "strong_regeneration_lingering_potion", - "regenerateaoepotlevelii": "strong_regeneration_lingering_potion", - "regenerateaoepotstrong": "strong_regeneration_lingering_potion", - "regenerateareapotii": "strong_regeneration_lingering_potion", - "regenerateareapotionii": "strong_regeneration_lingering_potion", - "regenerateareapotionlevelii": "strong_regeneration_lingering_potion", - "regenerateareapotionstrong": "strong_regeneration_lingering_potion", - "regenerateareapotlevelii": "strong_regeneration_lingering_potion", - "regenerateareapotstrong": "strong_regeneration_lingering_potion", - "regeneratecloudpotii": "strong_regeneration_lingering_potion", - "regeneratecloudpotionii": "strong_regeneration_lingering_potion", - "regeneratecloudpotionlevelii": "strong_regeneration_lingering_potion", - "regeneratecloudpotionstrong": "strong_regeneration_lingering_potion", - "regeneratecloudpotlevelii": "strong_regeneration_lingering_potion", - "regeneratecloudpotstrong": "strong_regeneration_lingering_potion", - "regeneratelingerpotii": "strong_regeneration_lingering_potion", - "regeneratelingerpotlevelii": "strong_regeneration_lingering_potion", - "regeneratelingerpotstrong": "strong_regeneration_lingering_potion", - "regenerationaoepoiontii": "strong_regeneration_lingering_potion", - "regenerationaoepoiontlevelii": "strong_regeneration_lingering_potion", - "regenerationaoepoiontstrong": "strong_regeneration_lingering_potion", - "regenerationaoepotii": "strong_regeneration_lingering_potion", - "regenerationaoepotlevelii": "strong_regeneration_lingering_potion", - "regenerationaoepotstrong": "strong_regeneration_lingering_potion", - "regenerationareapotii": "strong_regeneration_lingering_potion", - "regenerationareapotionii": "strong_regeneration_lingering_potion", - "regenerationareapotionlevelii": "strong_regeneration_lingering_potion", - "regenerationareapotionstrong": "strong_regeneration_lingering_potion", - "regenerationareapotlevelii": "strong_regeneration_lingering_potion", - "regenerationareapotstrong": "strong_regeneration_lingering_potion", - "regenerationcloudpotii": "strong_regeneration_lingering_potion", - "regenerationcloudpotionii": "strong_regeneration_lingering_potion", - "regenerationcloudpotionlevelii": "strong_regeneration_lingering_potion", - "regenerationcloudpotionstrong": "strong_regeneration_lingering_potion", - "regenerationcloudpotlevelii": "strong_regeneration_lingering_potion", - "regenerationcloudpotstrong": "strong_regeneration_lingering_potion", - "regenerationlingerpotii": "strong_regeneration_lingering_potion", - "regenerationlingerpotlevelii": "strong_regeneration_lingering_potion", - "regenerationlingerpotstrong": "strong_regeneration_lingering_potion", - "regenlingerpotii": "strong_regeneration_lingering_potion", - "regenlingerpotlevelii": "strong_regeneration_lingering_potion", - "regenlingerpotstrong": "strong_regeneration_lingering_potion", - "strong_regeneration_potion": { - "potionData": { - "type": "REGEN", - "upgraded": true, - "extended": false - }, - "material": "POTION" - }, - "potionofregenerateii": "strong_regeneration_potion", - "potionofregeneratelevelii": "strong_regeneration_potion", - "potionofregeneratestrong": "strong_regeneration_potion", - "potionofregenerationii": "strong_regeneration_potion", - "potionofregenerationlevelii": "strong_regeneration_potion", - "potionofregenerationstrong": "strong_regeneration_potion", - "potionofregenii": "strong_regeneration_potion", - "potionofregenlevelii": "strong_regeneration_potion", - "potionofregenstrong": "strong_regeneration_potion", - "potofregenerateii": "strong_regeneration_potion", - "potofregeneratelevelii": "strong_regeneration_potion", - "potofregeneratestrong": "strong_regeneration_potion", - "potofregenerationii": "strong_regeneration_potion", - "potofregenerationlevelii": "strong_regeneration_potion", - "potofregenerationstrong": "strong_regeneration_potion", - "potofregenii": "strong_regeneration_potion", - "potofregenlevelii": "strong_regeneration_potion", - "potofregenstrong": "strong_regeneration_potion", - "regenerateiipot": "strong_regeneration_potion", - "regenerateiipotion": "strong_regeneration_potion", - "regenerateleveliipot": "strong_regeneration_potion", - "regenerateleveliipotion": "strong_regeneration_potion", - "regeneratestrongpot": "strong_regeneration_potion", - "regeneratestrongpotion": "strong_regeneration_potion", - "regenerationiipot": "strong_regeneration_potion", - "regenerationiipotion": "strong_regeneration_potion", - "regenerationleveliipot": "strong_regeneration_potion", - "regenerationleveliipotion": "strong_regeneration_potion", - "regenerationstrongpot": "strong_regeneration_potion", - "regenerationstrongpotion": "strong_regeneration_potion", - "regeniipot": "strong_regeneration_potion", - "regeniipotion": "strong_regeneration_potion", - "regenleveliipot": "strong_regeneration_potion", - "regenleveliipotion": "strong_regeneration_potion", - "regenstrongpot": "strong_regeneration_potion", - "regenstrongpotion": "strong_regeneration_potion", - "strong_regeneration_splash_potion": { - "potionData": { - "type": "REGEN", - "upgraded": true, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "regenerateiisplashpot": "strong_regeneration_splash_potion", - "regenerateiisplashpotion": "strong_regeneration_splash_potion", - "regenerateleveliisplashpot": "strong_regeneration_splash_potion", - "regenerateleveliisplashpotion": "strong_regeneration_splash_potion", - "regeneratestrongsplashpot": "strong_regeneration_splash_potion", - "regeneratestrongsplashpotion": "strong_regeneration_splash_potion", - "regenerationiisplashpot": "strong_regeneration_splash_potion", - "regenerationiisplashpotion": "strong_regeneration_splash_potion", - "regenerationleveliisplashpot": "strong_regeneration_splash_potion", - "regenerationleveliisplashpotion": "strong_regeneration_splash_potion", - "regenerationstrongsplashpot": "strong_regeneration_splash_potion", - "regenerationstrongsplashpotion": "strong_regeneration_splash_potion", - "regeniisplashpot": "strong_regeneration_splash_potion", - "regeniisplashpotion": "strong_regeneration_splash_potion", - "regenleveliisplashpot": "strong_regeneration_splash_potion", - "regenleveliisplashpotion": "strong_regeneration_splash_potion", - "regenstrongsplashpot": "strong_regeneration_splash_potion", - "regenstrongsplashpotion": "strong_regeneration_splash_potion", - "splashregenerateiipot": "strong_regeneration_splash_potion", - "splashregenerateiipotion": "strong_regeneration_splash_potion", - "splashregenerateleveliipot": "strong_regeneration_splash_potion", - "splashregenerateleveliipotion": "strong_regeneration_splash_potion", - "splashregeneratestrongpot": "strong_regeneration_splash_potion", - "splashregeneratestrongpotion": "strong_regeneration_splash_potion", - "splashregenerationiipot": "strong_regeneration_splash_potion", - "splashregenerationiipotion": "strong_regeneration_splash_potion", - "splashregenerationleveliipot": "strong_regeneration_splash_potion", - "splashregenerationleveliipotion": "strong_regeneration_splash_potion", - "splashregenerationstrongpot": "strong_regeneration_splash_potion", - "splashregenerationstrongpotion": "strong_regeneration_splash_potion", - "splashregeniipot": "strong_regeneration_splash_potion", - "splashregeniipotion": "strong_regeneration_splash_potion", - "splashregenleveliipot": "strong_regeneration_splash_potion", - "splashregenleveliipotion": "strong_regeneration_splash_potion", - "splashregenstrongpot": "strong_regeneration_splash_potion", - "splashregenstrongpotion": "strong_regeneration_splash_potion", - "splregenerateiipot": "strong_regeneration_splash_potion", - "splregenerateiipotion": "strong_regeneration_splash_potion", - "splregenerateleveliipot": "strong_regeneration_splash_potion", - "splregenerateleveliipotion": "strong_regeneration_splash_potion", - "splregeneratestrongpot": "strong_regeneration_splash_potion", - "splregeneratestrongpotion": "strong_regeneration_splash_potion", - "splregenerationiipot": "strong_regeneration_splash_potion", - "splregenerationiipotion": "strong_regeneration_splash_potion", - "splregenerationleveliipot": "strong_regeneration_splash_potion", - "splregenerationleveliipotion": "strong_regeneration_splash_potion", - "splregenerationstrongpot": "strong_regeneration_splash_potion", - "splregenerationstrongpotion": "strong_regeneration_splash_potion", - "splregeniipot": "strong_regeneration_splash_potion", - "splregeniipotion": "strong_regeneration_splash_potion", - "splregenleveliipot": "strong_regeneration_splash_potion", - "splregenleveliipotion": "strong_regeneration_splash_potion", - "splregenstrongpot": "strong_regeneration_splash_potion", - "splregenstrongpotion": "strong_regeneration_splash_potion", - "strong_regeneration_tipped_arrow": { - "potionData": { - "type": "REGEN", - "upgraded": true, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowregenerateii": "strong_regeneration_tipped_arrow", - "arrowregeneratelevelii": "strong_regeneration_tipped_arrow", - "arrowregeneratestrong": "strong_regeneration_tipped_arrow", - "arrowregenerationii": "strong_regeneration_tipped_arrow", - "arrowregenerationlevelii": "strong_regeneration_tipped_arrow", - "arrowregenerationstrong": "strong_regeneration_tipped_arrow", - "arrowregenii": "strong_regeneration_tipped_arrow", - "arrowregenlevelii": "strong_regeneration_tipped_arrow", - "arrowregenstrong": "strong_regeneration_tipped_arrow", - "regenarrowii": "strong_regeneration_tipped_arrow", - "regenarrowlevelii": "strong_regeneration_tipped_arrow", - "regenarrowstrong": "strong_regeneration_tipped_arrow", - "regeneratearrowii": "strong_regeneration_tipped_arrow", - "regeneratearrowlevelii": "strong_regeneration_tipped_arrow", - "regeneratearrowstrong": "strong_regeneration_tipped_arrow", - "regenerateiitarr": "strong_regeneration_tipped_arrow", - "regenerateiitarrow": "strong_regeneration_tipped_arrow", - "regenerateiitippedarrow": "strong_regeneration_tipped_arrow", - "regenerateleveliitarr": "strong_regeneration_tipped_arrow", - "regenerateleveliitarrow": "strong_regeneration_tipped_arrow", - "regenerateleveliitippedarrow": "strong_regeneration_tipped_arrow", - "regeneratestrongtarr": "strong_regeneration_tipped_arrow", - "regeneratestrongtarrow": "strong_regeneration_tipped_arrow", - "regeneratestrongtippedarrow": "strong_regeneration_tipped_arrow", - "regenerationarrowii": "strong_regeneration_tipped_arrow", - "regenerationarrowlevelii": "strong_regeneration_tipped_arrow", - "regenerationarrowstrong": "strong_regeneration_tipped_arrow", - "regenerationiitarr": "strong_regeneration_tipped_arrow", - "regenerationiitarrow": "strong_regeneration_tipped_arrow", - "regenerationiitippedarrow": "strong_regeneration_tipped_arrow", - "regenerationleveliitarr": "strong_regeneration_tipped_arrow", - "regenerationleveliitarrow": "strong_regeneration_tipped_arrow", - "regenerationleveliitippedarrow": "strong_regeneration_tipped_arrow", - "regenerationstrongtarr": "strong_regeneration_tipped_arrow", - "regenerationstrongtarrow": "strong_regeneration_tipped_arrow", - "regenerationstrongtippedarrow": "strong_regeneration_tipped_arrow", - "regeniitarr": "strong_regeneration_tipped_arrow", - "regeniitarrow": "strong_regeneration_tipped_arrow", - "regeniitippedarrow": "strong_regeneration_tipped_arrow", - "regenleveliitarr": "strong_regeneration_tipped_arrow", - "regenleveliitarrow": "strong_regeneration_tipped_arrow", - "regenleveliitippedarrow": "strong_regeneration_tipped_arrow", - "regenstrongtarr": "strong_regeneration_tipped_arrow", - "regenstrongtarrow": "strong_regeneration_tipped_arrow", - "regenstrongtippedarrow": "strong_regeneration_tipped_arrow", - "strong_slowness_lingering_potion": { - "potionData": { - "type": "SLOWNESS", - "upgraded": true, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotionslowii": "strong_slowness_lingering_potion", - "aoepotionslowlevelii": "strong_slowness_lingering_potion", - "aoepotionslownessii": "strong_slowness_lingering_potion", - "aoepotionslownesslevelii": "strong_slowness_lingering_potion", - "aoepotionslownessstrong": "strong_slowness_lingering_potion", - "aoepotionslowstrong": "strong_slowness_lingering_potion", - "aoepotslowii": "strong_slowness_lingering_potion", - "aoepotslowlevelii": "strong_slowness_lingering_potion", - "aoepotslownessii": "strong_slowness_lingering_potion", - "aoepotslownesslevelii": "strong_slowness_lingering_potion", - "aoepotslownessstrong": "strong_slowness_lingering_potion", - "aoepotslowstrong": "strong_slowness_lingering_potion", - "areapotionslowii": "strong_slowness_lingering_potion", - "areapotionslowlevelii": "strong_slowness_lingering_potion", - "areapotionslownessii": "strong_slowness_lingering_potion", - "areapotionslownesslevelii": "strong_slowness_lingering_potion", - "areapotionslownessstrong": "strong_slowness_lingering_potion", - "areapotionslowstrong": "strong_slowness_lingering_potion", - "areapotslowii": "strong_slowness_lingering_potion", - "areapotslowlevelii": "strong_slowness_lingering_potion", - "areapotslownessii": "strong_slowness_lingering_potion", - "areapotslownesslevelii": "strong_slowness_lingering_potion", - "areapotslownessstrong": "strong_slowness_lingering_potion", - "areapotslowstrong": "strong_slowness_lingering_potion", - "cloudpotionslowii": "strong_slowness_lingering_potion", - "cloudpotionslowlevelii": "strong_slowness_lingering_potion", - "cloudpotionslownessii": "strong_slowness_lingering_potion", - "cloudpotionslownesslevelii": "strong_slowness_lingering_potion", - "cloudpotionslownessstrong": "strong_slowness_lingering_potion", - "cloudpotionslowstrong": "strong_slowness_lingering_potion", - "cloudpotslowii": "strong_slowness_lingering_potion", - "cloudpotslowlevelii": "strong_slowness_lingering_potion", - "cloudpotslownessii": "strong_slowness_lingering_potion", - "cloudpotslownesslevelii": "strong_slowness_lingering_potion", - "cloudpotslownessstrong": "strong_slowness_lingering_potion", - "cloudpotslowstrong": "strong_slowness_lingering_potion", - "lingerpotslowii": "strong_slowness_lingering_potion", - "lingerpotslowlevelii": "strong_slowness_lingering_potion", - "lingerpotslownessii": "strong_slowness_lingering_potion", - "lingerpotslownesslevelii": "strong_slowness_lingering_potion", - "lingerpotslownessstrong": "strong_slowness_lingering_potion", - "lingerpotslowstrong": "strong_slowness_lingering_potion", - "slowaoepoiontii": "strong_slowness_lingering_potion", - "slowaoepoiontlevelii": "strong_slowness_lingering_potion", - "slowaoepoiontstrong": "strong_slowness_lingering_potion", - "slowaoepotii": "strong_slowness_lingering_potion", - "slowaoepotlevelii": "strong_slowness_lingering_potion", - "slowaoepotstrong": "strong_slowness_lingering_potion", - "slowareapotii": "strong_slowness_lingering_potion", - "slowareapotionii": "strong_slowness_lingering_potion", - "slowareapotionlevelii": "strong_slowness_lingering_potion", - "slowareapotionstrong": "strong_slowness_lingering_potion", - "slowareapotlevelii": "strong_slowness_lingering_potion", - "slowareapotstrong": "strong_slowness_lingering_potion", - "slowcloudpotii": "strong_slowness_lingering_potion", - "slowcloudpotionii": "strong_slowness_lingering_potion", - "slowcloudpotionlevelii": "strong_slowness_lingering_potion", - "slowcloudpotionstrong": "strong_slowness_lingering_potion", - "slowcloudpotlevelii": "strong_slowness_lingering_potion", - "slowcloudpotstrong": "strong_slowness_lingering_potion", - "slowlingerpotii": "strong_slowness_lingering_potion", - "slowlingerpotlevelii": "strong_slowness_lingering_potion", - "slowlingerpotstrong": "strong_slowness_lingering_potion", - "slownessaoepoiontii": "strong_slowness_lingering_potion", - "slownessaoepoiontlevelii": "strong_slowness_lingering_potion", - "slownessaoepoiontstrong": "strong_slowness_lingering_potion", - "slownessaoepotii": "strong_slowness_lingering_potion", - "slownessaoepotlevelii": "strong_slowness_lingering_potion", - "slownessaoepotstrong": "strong_slowness_lingering_potion", - "slownessareapotii": "strong_slowness_lingering_potion", - "slownessareapotionii": "strong_slowness_lingering_potion", - "slownessareapotionlevelii": "strong_slowness_lingering_potion", - "slownessareapotionstrong": "strong_slowness_lingering_potion", - "slownessareapotlevelii": "strong_slowness_lingering_potion", - "slownessareapotstrong": "strong_slowness_lingering_potion", - "slownesscloudpotii": "strong_slowness_lingering_potion", - "slownesscloudpotionii": "strong_slowness_lingering_potion", - "slownesscloudpotionlevelii": "strong_slowness_lingering_potion", - "slownesscloudpotionstrong": "strong_slowness_lingering_potion", - "slownesscloudpotlevelii": "strong_slowness_lingering_potion", - "slownesscloudpotstrong": "strong_slowness_lingering_potion", - "slownesslingerpotii": "strong_slowness_lingering_potion", - "slownesslingerpotlevelii": "strong_slowness_lingering_potion", - "slownesslingerpotstrong": "strong_slowness_lingering_potion", - "strong_slowness_potion": { - "potionData": { - "type": "SLOWNESS", - "upgraded": true, - "extended": false - }, - "material": "POTION" - }, - "potionofslowii": "strong_slowness_potion", - "potionofslowlevelii": "strong_slowness_potion", - "potionofslownessii": "strong_slowness_potion", - "potionofslownesslevelii": "strong_slowness_potion", - "potionofslownessstrong": "strong_slowness_potion", - "potionofslowstrong": "strong_slowness_potion", - "potofslowii": "strong_slowness_potion", - "potofslowlevelii": "strong_slowness_potion", - "potofslownessii": "strong_slowness_potion", - "potofslownesslevelii": "strong_slowness_potion", - "potofslownessstrong": "strong_slowness_potion", - "potofslowstrong": "strong_slowness_potion", - "slowiipot": "strong_slowness_potion", - "slowiipotion": "strong_slowness_potion", - "slowleveliipot": "strong_slowness_potion", - "slowleveliipotion": "strong_slowness_potion", - "slownessiipot": "strong_slowness_potion", - "slownessiipotion": "strong_slowness_potion", - "slownessleveliipot": "strong_slowness_potion", - "slownessleveliipotion": "strong_slowness_potion", - "slownessstrongpot": "strong_slowness_potion", - "slownessstrongpotion": "strong_slowness_potion", - "slowstrongpot": "strong_slowness_potion", - "slowstrongpotion": "strong_slowness_potion", - "strong_slowness_splash_potion": { - "potionData": { - "type": "SLOWNESS", - "upgraded": true, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "slowiisplashpot": "strong_slowness_splash_potion", - "slowiisplashpotion": "strong_slowness_splash_potion", - "slowleveliisplashpot": "strong_slowness_splash_potion", - "slowleveliisplashpotion": "strong_slowness_splash_potion", - "slownessiisplashpot": "strong_slowness_splash_potion", - "slownessiisplashpotion": "strong_slowness_splash_potion", - "slownessleveliisplashpot": "strong_slowness_splash_potion", - "slownessleveliisplashpotion": "strong_slowness_splash_potion", - "slownessstrongsplashpot": "strong_slowness_splash_potion", - "slownessstrongsplashpotion": "strong_slowness_splash_potion", - "slowstrongsplashpot": "strong_slowness_splash_potion", - "slowstrongsplashpotion": "strong_slowness_splash_potion", - "splashslowiipot": "strong_slowness_splash_potion", - "splashslowiipotion": "strong_slowness_splash_potion", - "splashslowleveliipot": "strong_slowness_splash_potion", - "splashslowleveliipotion": "strong_slowness_splash_potion", - "splashslownessiipot": "strong_slowness_splash_potion", - "splashslownessiipotion": "strong_slowness_splash_potion", - "splashslownessleveliipot": "strong_slowness_splash_potion", - "splashslownessleveliipotion": "strong_slowness_splash_potion", - "splashslownessstrongpot": "strong_slowness_splash_potion", - "splashslownessstrongpotion": "strong_slowness_splash_potion", - "splashslowstrongpot": "strong_slowness_splash_potion", - "splashslowstrongpotion": "strong_slowness_splash_potion", - "splslowiipot": "strong_slowness_splash_potion", - "splslowiipotion": "strong_slowness_splash_potion", - "splslowleveliipot": "strong_slowness_splash_potion", - "splslowleveliipotion": "strong_slowness_splash_potion", - "splslownessiipot": "strong_slowness_splash_potion", - "splslownessiipotion": "strong_slowness_splash_potion", - "splslownessleveliipot": "strong_slowness_splash_potion", - "splslownessleveliipotion": "strong_slowness_splash_potion", - "splslownessstrongpot": "strong_slowness_splash_potion", - "splslownessstrongpotion": "strong_slowness_splash_potion", - "splslowstrongpot": "strong_slowness_splash_potion", - "splslowstrongpotion": "strong_slowness_splash_potion", - "strong_slowness_tipped_arrow": { - "potionData": { - "type": "SLOWNESS", - "upgraded": true, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowslowii": "strong_slowness_tipped_arrow", - "arrowslowlevelii": "strong_slowness_tipped_arrow", - "arrowslownessii": "strong_slowness_tipped_arrow", - "arrowslownesslevelii": "strong_slowness_tipped_arrow", - "arrowslownessstrong": "strong_slowness_tipped_arrow", - "arrowslowstrong": "strong_slowness_tipped_arrow", - "slowarrowii": "strong_slowness_tipped_arrow", - "slowarrowlevelii": "strong_slowness_tipped_arrow", - "slowarrowstrong": "strong_slowness_tipped_arrow", - "slowiitarr": "strong_slowness_tipped_arrow", - "slowiitarrow": "strong_slowness_tipped_arrow", - "slowiitippedarrow": "strong_slowness_tipped_arrow", - "slowleveliitarr": "strong_slowness_tipped_arrow", - "slowleveliitarrow": "strong_slowness_tipped_arrow", - "slowleveliitippedarrow": "strong_slowness_tipped_arrow", - "slownessarrowii": "strong_slowness_tipped_arrow", - "slownessarrowlevelii": "strong_slowness_tipped_arrow", - "slownessarrowstrong": "strong_slowness_tipped_arrow", - "slownessiitarr": "strong_slowness_tipped_arrow", - "slownessiitarrow": "strong_slowness_tipped_arrow", - "slownessiitippedarrow": "strong_slowness_tipped_arrow", - "slownessleveliitarr": "strong_slowness_tipped_arrow", - "slownessleveliitarrow": "strong_slowness_tipped_arrow", - "slownessleveliitippedarrow": "strong_slowness_tipped_arrow", - "slownessstrongtarr": "strong_slowness_tipped_arrow", - "slownessstrongtarrow": "strong_slowness_tipped_arrow", - "slownessstrongtippedarrow": "strong_slowness_tipped_arrow", - "slowstrongtarr": "strong_slowness_tipped_arrow", - "slowstrongtarrow": "strong_slowness_tipped_arrow", - "slowstrongtippedarrow": "strong_slowness_tipped_arrow", - "strong_strength_lingering_potion": { - "potionData": { - "type": "STRENGTH", - "upgraded": true, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotionstrengthii": "strong_strength_lingering_potion", - "aoepotionstrengthlevelii": "strong_strength_lingering_potion", - "aoepotionstrengthstrong": "strong_strength_lingering_potion", - "aoepotionstrii": "strong_strength_lingering_potion", - "aoepotionstrlevelii": "strong_strength_lingering_potion", - "aoepotionstrongii": "strong_strength_lingering_potion", - "aoepotionstronglevelii": "strong_strength_lingering_potion", - "aoepotionstrongstrong": "strong_strength_lingering_potion", - "aoepotionstrstrong": "strong_strength_lingering_potion", - "aoepotstrengthii": "strong_strength_lingering_potion", - "aoepotstrengthlevelii": "strong_strength_lingering_potion", - "aoepotstrengthstrong": "strong_strength_lingering_potion", - "aoepotstrii": "strong_strength_lingering_potion", - "aoepotstrlevelii": "strong_strength_lingering_potion", - "aoepotstrongii": "strong_strength_lingering_potion", - "aoepotstronglevelii": "strong_strength_lingering_potion", - "aoepotstrongstrong": "strong_strength_lingering_potion", - "aoepotstrstrong": "strong_strength_lingering_potion", - "areapotionstrengthii": "strong_strength_lingering_potion", - "areapotionstrengthlevelii": "strong_strength_lingering_potion", - "areapotionstrengthstrong": "strong_strength_lingering_potion", - "areapotionstrii": "strong_strength_lingering_potion", - "areapotionstrlevelii": "strong_strength_lingering_potion", - "areapotionstrongii": "strong_strength_lingering_potion", - "areapotionstronglevelii": "strong_strength_lingering_potion", - "areapotionstrongstrong": "strong_strength_lingering_potion", - "areapotionstrstrong": "strong_strength_lingering_potion", - "areapotstrengthii": "strong_strength_lingering_potion", - "areapotstrengthlevelii": "strong_strength_lingering_potion", - "areapotstrengthstrong": "strong_strength_lingering_potion", - "areapotstrii": "strong_strength_lingering_potion", - "areapotstrlevelii": "strong_strength_lingering_potion", - "areapotstrongii": "strong_strength_lingering_potion", - "areapotstronglevelii": "strong_strength_lingering_potion", - "areapotstrongstrong": "strong_strength_lingering_potion", - "areapotstrstrong": "strong_strength_lingering_potion", - "cloudpotionstrengthii": "strong_strength_lingering_potion", - "cloudpotionstrengthlevelii": "strong_strength_lingering_potion", - "cloudpotionstrengthstrong": "strong_strength_lingering_potion", - "cloudpotionstrii": "strong_strength_lingering_potion", - "cloudpotionstrlevelii": "strong_strength_lingering_potion", - "cloudpotionstrongii": "strong_strength_lingering_potion", - "cloudpotionstronglevelii": "strong_strength_lingering_potion", - "cloudpotionstrongstrong": "strong_strength_lingering_potion", - "cloudpotionstrstrong": "strong_strength_lingering_potion", - "cloudpotstrengthii": "strong_strength_lingering_potion", - "cloudpotstrengthlevelii": "strong_strength_lingering_potion", - "cloudpotstrengthstrong": "strong_strength_lingering_potion", - "cloudpotstrii": "strong_strength_lingering_potion", - "cloudpotstrlevelii": "strong_strength_lingering_potion", - "cloudpotstrongii": "strong_strength_lingering_potion", - "cloudpotstronglevelii": "strong_strength_lingering_potion", - "cloudpotstrongstrong": "strong_strength_lingering_potion", - "cloudpotstrstrong": "strong_strength_lingering_potion", - "lingerpotstrengthii": "strong_strength_lingering_potion", - "lingerpotstrengthlevelii": "strong_strength_lingering_potion", - "lingerpotstrengthstrong": "strong_strength_lingering_potion", - "lingerpotstrii": "strong_strength_lingering_potion", - "lingerpotstrlevelii": "strong_strength_lingering_potion", - "lingerpotstrongii": "strong_strength_lingering_potion", - "lingerpotstronglevelii": "strong_strength_lingering_potion", - "lingerpotstrongstrong": "strong_strength_lingering_potion", - "lingerpotstrstrong": "strong_strength_lingering_potion", - "straoepoiontii": "strong_strength_lingering_potion", - "straoepoiontlevelii": "strong_strength_lingering_potion", - "straoepoiontstrong": "strong_strength_lingering_potion", - "straoepotii": "strong_strength_lingering_potion", - "straoepotlevelii": "strong_strength_lingering_potion", - "straoepotstrong": "strong_strength_lingering_potion", - "strareapotii": "strong_strength_lingering_potion", - "strareapotionii": "strong_strength_lingering_potion", - "strareapotionlevelii": "strong_strength_lingering_potion", - "strareapotionstrong": "strong_strength_lingering_potion", - "strareapotlevelii": "strong_strength_lingering_potion", - "strareapotstrong": "strong_strength_lingering_potion", - "strcloudpotii": "strong_strength_lingering_potion", - "strcloudpotionii": "strong_strength_lingering_potion", - "strcloudpotionlevelii": "strong_strength_lingering_potion", - "strcloudpotionstrong": "strong_strength_lingering_potion", - "strcloudpotlevelii": "strong_strength_lingering_potion", - "strcloudpotstrong": "strong_strength_lingering_potion", - "strengthaoepoiontii": "strong_strength_lingering_potion", - "strengthaoepoiontlevelii": "strong_strength_lingering_potion", - "strengthaoepoiontstrong": "strong_strength_lingering_potion", - "strengthaoepotii": "strong_strength_lingering_potion", - "strengthaoepotlevelii": "strong_strength_lingering_potion", - "strengthaoepotstrong": "strong_strength_lingering_potion", - "strengthareapotii": "strong_strength_lingering_potion", - "strengthareapotionii": "strong_strength_lingering_potion", - "strengthareapotionlevelii": "strong_strength_lingering_potion", - "strengthareapotionstrong": "strong_strength_lingering_potion", - "strengthareapotlevelii": "strong_strength_lingering_potion", - "strengthareapotstrong": "strong_strength_lingering_potion", - "strengthcloudpotii": "strong_strength_lingering_potion", - "strengthcloudpotionii": "strong_strength_lingering_potion", - "strengthcloudpotionlevelii": "strong_strength_lingering_potion", - "strengthcloudpotionstrong": "strong_strength_lingering_potion", - "strengthcloudpotlevelii": "strong_strength_lingering_potion", - "strengthcloudpotstrong": "strong_strength_lingering_potion", - "strengthlingerpotii": "strong_strength_lingering_potion", - "strengthlingerpotlevelii": "strong_strength_lingering_potion", - "strengthlingerpotstrong": "strong_strength_lingering_potion", - "strlingerpotii": "strong_strength_lingering_potion", - "strlingerpotlevelii": "strong_strength_lingering_potion", - "strlingerpotstrong": "strong_strength_lingering_potion", - "strongaoepoiontii": "strong_strength_lingering_potion", - "strongaoepoiontlevelii": "strong_strength_lingering_potion", - "strongaoepoiontstrong": "strong_strength_lingering_potion", - "strongaoepotii": "strong_strength_lingering_potion", - "strongaoepotlevelii": "strong_strength_lingering_potion", - "strongaoepotstrong": "strong_strength_lingering_potion", - "strongareapotii": "strong_strength_lingering_potion", - "strongareapotionii": "strong_strength_lingering_potion", - "strongareapotionlevelii": "strong_strength_lingering_potion", - "strongareapotionstrong": "strong_strength_lingering_potion", - "strongareapotlevelii": "strong_strength_lingering_potion", - "strongareapotstrong": "strong_strength_lingering_potion", - "strongcloudpotii": "strong_strength_lingering_potion", - "strongcloudpotionii": "strong_strength_lingering_potion", - "strongcloudpotionlevelii": "strong_strength_lingering_potion", - "strongcloudpotionstrong": "strong_strength_lingering_potion", - "strongcloudpotlevelii": "strong_strength_lingering_potion", - "strongcloudpotstrong": "strong_strength_lingering_potion", - "stronglingerpotii": "strong_strength_lingering_potion", - "stronglingerpotlevelii": "strong_strength_lingering_potion", - "stronglingerpotstrong": "strong_strength_lingering_potion", - "strong_strength_potion": { - "potionData": { - "type": "STRENGTH", - "upgraded": true, - "extended": false - }, - "material": "POTION" - }, - "potionofstrengthii": "strong_strength_potion", - "potionofstrengthlevelii": "strong_strength_potion", - "potionofstrengthstrong": "strong_strength_potion", - "potionofstrii": "strong_strength_potion", - "potionofstrlevelii": "strong_strength_potion", - "potionofstrongii": "strong_strength_potion", - "potionofstronglevelii": "strong_strength_potion", - "potionofstrongstrong": "strong_strength_potion", - "potionofstrstrong": "strong_strength_potion", - "potofstrengthii": "strong_strength_potion", - "potofstrengthlevelii": "strong_strength_potion", - "potofstrengthstrong": "strong_strength_potion", - "potofstrii": "strong_strength_potion", - "potofstrlevelii": "strong_strength_potion", - "potofstrongii": "strong_strength_potion", - "potofstronglevelii": "strong_strength_potion", - "potofstrongstrong": "strong_strength_potion", - "potofstrstrong": "strong_strength_potion", - "strengthiipot": "strong_strength_potion", - "strengthiipotion": "strong_strength_potion", - "strengthleveliipot": "strong_strength_potion", - "strengthleveliipotion": "strong_strength_potion", - "strengthstrongpot": "strong_strength_potion", - "strengthstrongpotion": "strong_strength_potion", - "striipot": "strong_strength_potion", - "striipotion": "strong_strength_potion", - "strleveliipot": "strong_strength_potion", - "strleveliipotion": "strong_strength_potion", - "strongiipot": "strong_strength_potion", - "strongiipotion": "strong_strength_potion", - "strongleveliipot": "strong_strength_potion", - "strongleveliipotion": "strong_strength_potion", - "strongstrongpot": "strong_strength_potion", - "strongstrongpotion": "strong_strength_potion", - "strstrongpot": "strong_strength_potion", - "strstrongpotion": "strong_strength_potion", - "strong_strength_splash_potion": { - "potionData": { - "type": "STRENGTH", - "upgraded": true, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "splashstrengthiipot": "strong_strength_splash_potion", - "splashstrengthiipotion": "strong_strength_splash_potion", - "splashstrengthleveliipot": "strong_strength_splash_potion", - "splashstrengthleveliipotion": "strong_strength_splash_potion", - "splashstrengthstrongpot": "strong_strength_splash_potion", - "splashstrengthstrongpotion": "strong_strength_splash_potion", - "splashstriipot": "strong_strength_splash_potion", - "splashstriipotion": "strong_strength_splash_potion", - "splashstrleveliipot": "strong_strength_splash_potion", - "splashstrleveliipotion": "strong_strength_splash_potion", - "splashstrongiipot": "strong_strength_splash_potion", - "splashstrongiipotion": "strong_strength_splash_potion", - "splashstrongleveliipot": "strong_strength_splash_potion", - "splashstrongleveliipotion": "strong_strength_splash_potion", - "splashstrongstrongpot": "strong_strength_splash_potion", - "splashstrongstrongpotion": "strong_strength_splash_potion", - "splashstrstrongpot": "strong_strength_splash_potion", - "splashstrstrongpotion": "strong_strength_splash_potion", - "splstrengthiipot": "strong_strength_splash_potion", - "splstrengthiipotion": "strong_strength_splash_potion", - "splstrengthleveliipot": "strong_strength_splash_potion", - "splstrengthleveliipotion": "strong_strength_splash_potion", - "splstrengthstrongpot": "strong_strength_splash_potion", - "splstrengthstrongpotion": "strong_strength_splash_potion", - "splstriipot": "strong_strength_splash_potion", - "splstriipotion": "strong_strength_splash_potion", - "splstrleveliipot": "strong_strength_splash_potion", - "splstrleveliipotion": "strong_strength_splash_potion", - "splstrongiipot": "strong_strength_splash_potion", - "splstrongiipotion": "strong_strength_splash_potion", - "splstrongleveliipot": "strong_strength_splash_potion", - "splstrongleveliipotion": "strong_strength_splash_potion", - "splstrongstrongpot": "strong_strength_splash_potion", - "splstrongstrongpotion": "strong_strength_splash_potion", - "splstrstrongpot": "strong_strength_splash_potion", - "splstrstrongpotion": "strong_strength_splash_potion", - "strengthiisplashpot": "strong_strength_splash_potion", - "strengthiisplashpotion": "strong_strength_splash_potion", - "strengthleveliisplashpot": "strong_strength_splash_potion", - "strengthleveliisplashpotion": "strong_strength_splash_potion", - "strengthstrongsplashpot": "strong_strength_splash_potion", - "strengthstrongsplashpotion": "strong_strength_splash_potion", - "striisplashpot": "strong_strength_splash_potion", - "striisplashpotion": "strong_strength_splash_potion", - "strleveliisplashpot": "strong_strength_splash_potion", - "strleveliisplashpotion": "strong_strength_splash_potion", - "strongiisplashpot": "strong_strength_splash_potion", - "strongiisplashpotion": "strong_strength_splash_potion", - "strongleveliisplashpot": "strong_strength_splash_potion", - "strongleveliisplashpotion": "strong_strength_splash_potion", - "strongstrongsplashpot": "strong_strength_splash_potion", - "strongstrongsplashpotion": "strong_strength_splash_potion", - "strstrongsplashpot": "strong_strength_splash_potion", - "strstrongsplashpotion": "strong_strength_splash_potion", - "strong_strength_tipped_arrow": { - "potionData": { - "type": "STRENGTH", - "upgraded": true, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowstrengthii": "strong_strength_tipped_arrow", - "arrowstrengthlevelii": "strong_strength_tipped_arrow", - "arrowstrengthstrong": "strong_strength_tipped_arrow", - "arrowstrii": "strong_strength_tipped_arrow", - "arrowstrlevelii": "strong_strength_tipped_arrow", - "arrowstrongii": "strong_strength_tipped_arrow", - "arrowstronglevelii": "strong_strength_tipped_arrow", - "arrowstrongstrong": "strong_strength_tipped_arrow", - "arrowstrstrong": "strong_strength_tipped_arrow", - "strarrowii": "strong_strength_tipped_arrow", - "strarrowlevelii": "strong_strength_tipped_arrow", - "strarrowstrong": "strong_strength_tipped_arrow", - "strengtharrowii": "strong_strength_tipped_arrow", - "strengtharrowlevelii": "strong_strength_tipped_arrow", - "strengtharrowstrong": "strong_strength_tipped_arrow", - "strengthiitarr": "strong_strength_tipped_arrow", - "strengthiitarrow": "strong_strength_tipped_arrow", - "strengthiitippedarrow": "strong_strength_tipped_arrow", - "strengthleveliitarr": "strong_strength_tipped_arrow", - "strengthleveliitarrow": "strong_strength_tipped_arrow", - "strengthleveliitippedarrow": "strong_strength_tipped_arrow", - "strengthstrongtarr": "strong_strength_tipped_arrow", - "strengthstrongtarrow": "strong_strength_tipped_arrow", - "strengthstrongtippedarrow": "strong_strength_tipped_arrow", - "striitarr": "strong_strength_tipped_arrow", - "striitarrow": "strong_strength_tipped_arrow", - "striitippedarrow": "strong_strength_tipped_arrow", - "strleveliitarr": "strong_strength_tipped_arrow", - "strleveliitarrow": "strong_strength_tipped_arrow", - "strleveliitippedarrow": "strong_strength_tipped_arrow", - "strongarrowii": "strong_strength_tipped_arrow", - "strongarrowlevelii": "strong_strength_tipped_arrow", - "strongarrowstrong": "strong_strength_tipped_arrow", - "strongiitarr": "strong_strength_tipped_arrow", - "strongiitarrow": "strong_strength_tipped_arrow", - "strongiitippedarrow": "strong_strength_tipped_arrow", - "strongleveliitarr": "strong_strength_tipped_arrow", - "strongleveliitarrow": "strong_strength_tipped_arrow", - "strongleveliitippedarrow": "strong_strength_tipped_arrow", - "strongstrongtarr": "strong_strength_tipped_arrow", - "strongstrongtarrow": "strong_strength_tipped_arrow", - "strongstrongtippedarrow": "strong_strength_tipped_arrow", - "strstrongtarr": "strong_strength_tipped_arrow", - "strstrongtarrow": "strong_strength_tipped_arrow", - "strstrongtippedarrow": "strong_strength_tipped_arrow", - "strong_swiftness_lingering_potion": { - "potionData": { - "type": "SPEED", - "upgraded": true, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotionspeedii": "strong_swiftness_lingering_potion", - "aoepotionspeedlevelii": "strong_swiftness_lingering_potion", - "aoepotionspeedstrong": "strong_swiftness_lingering_potion", - "aoepotionswiftii": "strong_swiftness_lingering_potion", - "aoepotionswiftlevelii": "strong_swiftness_lingering_potion", - "aoepotionswiftnessii": "strong_swiftness_lingering_potion", - "aoepotionswiftnesslevelii": "strong_swiftness_lingering_potion", - "aoepotionswiftnessstrong": "strong_swiftness_lingering_potion", - "aoepotionswiftstrong": "strong_swiftness_lingering_potion", - "aoepotspeedii": "strong_swiftness_lingering_potion", - "aoepotspeedlevelii": "strong_swiftness_lingering_potion", - "aoepotspeedstrong": "strong_swiftness_lingering_potion", - "aoepotswiftii": "strong_swiftness_lingering_potion", - "aoepotswiftlevelii": "strong_swiftness_lingering_potion", - "aoepotswiftnessii": "strong_swiftness_lingering_potion", - "aoepotswiftnesslevelii": "strong_swiftness_lingering_potion", - "aoepotswiftnessstrong": "strong_swiftness_lingering_potion", - "aoepotswiftstrong": "strong_swiftness_lingering_potion", - "areapotionspeedii": "strong_swiftness_lingering_potion", - "areapotionspeedlevelii": "strong_swiftness_lingering_potion", - "areapotionspeedstrong": "strong_swiftness_lingering_potion", - "areapotionswiftii": "strong_swiftness_lingering_potion", - "areapotionswiftlevelii": "strong_swiftness_lingering_potion", - "areapotionswiftnessii": "strong_swiftness_lingering_potion", - "areapotionswiftnesslevelii": "strong_swiftness_lingering_potion", - "areapotionswiftnessstrong": "strong_swiftness_lingering_potion", - "areapotionswiftstrong": "strong_swiftness_lingering_potion", - "areapotspeedii": "strong_swiftness_lingering_potion", - "areapotspeedlevelii": "strong_swiftness_lingering_potion", - "areapotspeedstrong": "strong_swiftness_lingering_potion", - "areapotswiftii": "strong_swiftness_lingering_potion", - "areapotswiftlevelii": "strong_swiftness_lingering_potion", - "areapotswiftnessii": "strong_swiftness_lingering_potion", - "areapotswiftnesslevelii": "strong_swiftness_lingering_potion", - "areapotswiftnessstrong": "strong_swiftness_lingering_potion", - "areapotswiftstrong": "strong_swiftness_lingering_potion", - "cloudpotionspeedii": "strong_swiftness_lingering_potion", - "cloudpotionspeedlevelii": "strong_swiftness_lingering_potion", - "cloudpotionspeedstrong": "strong_swiftness_lingering_potion", - "cloudpotionswiftii": "strong_swiftness_lingering_potion", - "cloudpotionswiftlevelii": "strong_swiftness_lingering_potion", - "cloudpotionswiftnessii": "strong_swiftness_lingering_potion", - "cloudpotionswiftnesslevelii": "strong_swiftness_lingering_potion", - "cloudpotionswiftnessstrong": "strong_swiftness_lingering_potion", - "cloudpotionswiftstrong": "strong_swiftness_lingering_potion", - "cloudpotspeedii": "strong_swiftness_lingering_potion", - "cloudpotspeedlevelii": "strong_swiftness_lingering_potion", - "cloudpotspeedstrong": "strong_swiftness_lingering_potion", - "cloudpotswiftii": "strong_swiftness_lingering_potion", - "cloudpotswiftlevelii": "strong_swiftness_lingering_potion", - "cloudpotswiftnessii": "strong_swiftness_lingering_potion", - "cloudpotswiftnesslevelii": "strong_swiftness_lingering_potion", - "cloudpotswiftnessstrong": "strong_swiftness_lingering_potion", - "cloudpotswiftstrong": "strong_swiftness_lingering_potion", - "lingerpotspeedii": "strong_swiftness_lingering_potion", - "lingerpotspeedlevelii": "strong_swiftness_lingering_potion", - "lingerpotspeedstrong": "strong_swiftness_lingering_potion", - "lingerpotswiftii": "strong_swiftness_lingering_potion", - "lingerpotswiftlevelii": "strong_swiftness_lingering_potion", - "lingerpotswiftnessii": "strong_swiftness_lingering_potion", - "lingerpotswiftnesslevelii": "strong_swiftness_lingering_potion", - "lingerpotswiftnessstrong": "strong_swiftness_lingering_potion", - "lingerpotswiftstrong": "strong_swiftness_lingering_potion", - "speedaoepoiontii": "strong_swiftness_lingering_potion", - "speedaoepoiontlevelii": "strong_swiftness_lingering_potion", - "speedaoepoiontstrong": "strong_swiftness_lingering_potion", - "speedaoepotii": "strong_swiftness_lingering_potion", - "speedaoepotlevelii": "strong_swiftness_lingering_potion", - "speedaoepotstrong": "strong_swiftness_lingering_potion", - "speedareapotii": "strong_swiftness_lingering_potion", - "speedareapotionii": "strong_swiftness_lingering_potion", - "speedareapotionlevelii": "strong_swiftness_lingering_potion", - "speedareapotionstrong": "strong_swiftness_lingering_potion", - "speedareapotlevelii": "strong_swiftness_lingering_potion", - "speedareapotstrong": "strong_swiftness_lingering_potion", - "speedcloudpotii": "strong_swiftness_lingering_potion", - "speedcloudpotionii": "strong_swiftness_lingering_potion", - "speedcloudpotionlevelii": "strong_swiftness_lingering_potion", - "speedcloudpotionstrong": "strong_swiftness_lingering_potion", - "speedcloudpotlevelii": "strong_swiftness_lingering_potion", - "speedcloudpotstrong": "strong_swiftness_lingering_potion", - "speedlingerpotii": "strong_swiftness_lingering_potion", - "speedlingerpotlevelii": "strong_swiftness_lingering_potion", - "speedlingerpotstrong": "strong_swiftness_lingering_potion", - "swiftaoepoiontii": "strong_swiftness_lingering_potion", - "swiftaoepoiontlevelii": "strong_swiftness_lingering_potion", - "swiftaoepoiontstrong": "strong_swiftness_lingering_potion", - "swiftaoepotii": "strong_swiftness_lingering_potion", - "swiftaoepotlevelii": "strong_swiftness_lingering_potion", - "swiftaoepotstrong": "strong_swiftness_lingering_potion", - "swiftareapotii": "strong_swiftness_lingering_potion", - "swiftareapotionii": "strong_swiftness_lingering_potion", - "swiftareapotionlevelii": "strong_swiftness_lingering_potion", - "swiftareapotionstrong": "strong_swiftness_lingering_potion", - "swiftareapotlevelii": "strong_swiftness_lingering_potion", - "swiftareapotstrong": "strong_swiftness_lingering_potion", - "swiftcloudpotii": "strong_swiftness_lingering_potion", - "swiftcloudpotionii": "strong_swiftness_lingering_potion", - "swiftcloudpotionlevelii": "strong_swiftness_lingering_potion", - "swiftcloudpotionstrong": "strong_swiftness_lingering_potion", - "swiftcloudpotlevelii": "strong_swiftness_lingering_potion", - "swiftcloudpotstrong": "strong_swiftness_lingering_potion", - "swiftlingerpotii": "strong_swiftness_lingering_potion", - "swiftlingerpotlevelii": "strong_swiftness_lingering_potion", - "swiftlingerpotstrong": "strong_swiftness_lingering_potion", - "swiftnessaoepoiontii": "strong_swiftness_lingering_potion", - "swiftnessaoepoiontlevelii": "strong_swiftness_lingering_potion", - "swiftnessaoepoiontstrong": "strong_swiftness_lingering_potion", - "swiftnessaoepotii": "strong_swiftness_lingering_potion", - "swiftnessaoepotlevelii": "strong_swiftness_lingering_potion", - "swiftnessaoepotstrong": "strong_swiftness_lingering_potion", - "swiftnessareapotii": "strong_swiftness_lingering_potion", - "swiftnessareapotionii": "strong_swiftness_lingering_potion", - "swiftnessareapotionlevelii": "strong_swiftness_lingering_potion", - "swiftnessareapotionstrong": "strong_swiftness_lingering_potion", - "swiftnessareapotlevelii": "strong_swiftness_lingering_potion", - "swiftnessareapotstrong": "strong_swiftness_lingering_potion", - "swiftnesscloudpotii": "strong_swiftness_lingering_potion", - "swiftnesscloudpotionii": "strong_swiftness_lingering_potion", - "swiftnesscloudpotionlevelii": "strong_swiftness_lingering_potion", - "swiftnesscloudpotionstrong": "strong_swiftness_lingering_potion", - "swiftnesscloudpotlevelii": "strong_swiftness_lingering_potion", - "swiftnesscloudpotstrong": "strong_swiftness_lingering_potion", - "swiftnesslingerpotii": "strong_swiftness_lingering_potion", - "swiftnesslingerpotlevelii": "strong_swiftness_lingering_potion", - "swiftnesslingerpotstrong": "strong_swiftness_lingering_potion", - "strong_swiftness_potion": { - "potionData": { - "type": "SPEED", - "upgraded": true, - "extended": false - }, - "material": "POTION" - }, - "potionofspeedii": "strong_swiftness_potion", - "potionofspeedlevelii": "strong_swiftness_potion", - "potionofspeedstrong": "strong_swiftness_potion", - "potionofswiftii": "strong_swiftness_potion", - "potionofswiftlevelii": "strong_swiftness_potion", - "potionofswiftnessii": "strong_swiftness_potion", - "potionofswiftnesslevelii": "strong_swiftness_potion", - "potionofswiftnessstrong": "strong_swiftness_potion", - "potionofswiftstrong": "strong_swiftness_potion", - "potofspeedii": "strong_swiftness_potion", - "potofspeedlevelii": "strong_swiftness_potion", - "potofspeedstrong": "strong_swiftness_potion", - "potofswiftii": "strong_swiftness_potion", - "potofswiftlevelii": "strong_swiftness_potion", - "potofswiftnessii": "strong_swiftness_potion", - "potofswiftnesslevelii": "strong_swiftness_potion", - "potofswiftnessstrong": "strong_swiftness_potion", - "potofswiftstrong": "strong_swiftness_potion", - "speediipot": "strong_swiftness_potion", - "speediipotion": "strong_swiftness_potion", - "speedleveliipot": "strong_swiftness_potion", - "speedleveliipotion": "strong_swiftness_potion", - "speedstrongpot": "strong_swiftness_potion", - "speedstrongpotion": "strong_swiftness_potion", - "swiftiipot": "strong_swiftness_potion", - "swiftiipotion": "strong_swiftness_potion", - "swiftleveliipot": "strong_swiftness_potion", - "swiftleveliipotion": "strong_swiftness_potion", - "swiftnessiipot": "strong_swiftness_potion", - "swiftnessiipotion": "strong_swiftness_potion", - "swiftnessleveliipot": "strong_swiftness_potion", - "swiftnessleveliipotion": "strong_swiftness_potion", - "swiftnessstrongpot": "strong_swiftness_potion", - "swiftnessstrongpotion": "strong_swiftness_potion", - "swiftstrongpot": "strong_swiftness_potion", - "swiftstrongpotion": "strong_swiftness_potion", - "strong_swiftness_splash_potion": { - "potionData": { - "type": "SPEED", - "upgraded": true, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "speediisplashpot": "strong_swiftness_splash_potion", - "speediisplashpotion": "strong_swiftness_splash_potion", - "speedleveliisplashpot": "strong_swiftness_splash_potion", - "speedleveliisplashpotion": "strong_swiftness_splash_potion", - "speedstrongsplashpot": "strong_swiftness_splash_potion", - "speedstrongsplashpotion": "strong_swiftness_splash_potion", - "splashspeediipot": "strong_swiftness_splash_potion", - "splashspeediipotion": "strong_swiftness_splash_potion", - "splashspeedleveliipot": "strong_swiftness_splash_potion", - "splashspeedleveliipotion": "strong_swiftness_splash_potion", - "splashspeedstrongpot": "strong_swiftness_splash_potion", - "splashspeedstrongpotion": "strong_swiftness_splash_potion", - "splashswiftiipot": "strong_swiftness_splash_potion", - "splashswiftiipotion": "strong_swiftness_splash_potion", - "splashswiftleveliipot": "strong_swiftness_splash_potion", - "splashswiftleveliipotion": "strong_swiftness_splash_potion", - "splashswiftnessiipot": "strong_swiftness_splash_potion", - "splashswiftnessiipotion": "strong_swiftness_splash_potion", - "splashswiftnessleveliipot": "strong_swiftness_splash_potion", - "splashswiftnessleveliipotion": "strong_swiftness_splash_potion", - "splashswiftnessstrongpot": "strong_swiftness_splash_potion", - "splashswiftnessstrongpotion": "strong_swiftness_splash_potion", - "splashswiftstrongpot": "strong_swiftness_splash_potion", - "splashswiftstrongpotion": "strong_swiftness_splash_potion", - "splspeediipot": "strong_swiftness_splash_potion", - "splspeediipotion": "strong_swiftness_splash_potion", - "splspeedleveliipot": "strong_swiftness_splash_potion", - "splspeedleveliipotion": "strong_swiftness_splash_potion", - "splspeedstrongpot": "strong_swiftness_splash_potion", - "splspeedstrongpotion": "strong_swiftness_splash_potion", - "splswiftiipot": "strong_swiftness_splash_potion", - "splswiftiipotion": "strong_swiftness_splash_potion", - "splswiftleveliipot": "strong_swiftness_splash_potion", - "splswiftleveliipotion": "strong_swiftness_splash_potion", - "splswiftnessiipot": "strong_swiftness_splash_potion", - "splswiftnessiipotion": "strong_swiftness_splash_potion", - "splswiftnessleveliipot": "strong_swiftness_splash_potion", - "splswiftnessleveliipotion": "strong_swiftness_splash_potion", - "splswiftnessstrongpot": "strong_swiftness_splash_potion", - "splswiftnessstrongpotion": "strong_swiftness_splash_potion", - "splswiftstrongpot": "strong_swiftness_splash_potion", - "splswiftstrongpotion": "strong_swiftness_splash_potion", - "swiftiisplashpot": "strong_swiftness_splash_potion", - "swiftiisplashpotion": "strong_swiftness_splash_potion", - "swiftleveliisplashpot": "strong_swiftness_splash_potion", - "swiftleveliisplashpotion": "strong_swiftness_splash_potion", - "swiftnessiisplashpot": "strong_swiftness_splash_potion", - "swiftnessiisplashpotion": "strong_swiftness_splash_potion", - "swiftnessleveliisplashpot": "strong_swiftness_splash_potion", - "swiftnessleveliisplashpotion": "strong_swiftness_splash_potion", - "swiftnessstrongsplashpot": "strong_swiftness_splash_potion", - "swiftnessstrongsplashpotion": "strong_swiftness_splash_potion", - "swiftstrongsplashpot": "strong_swiftness_splash_potion", - "swiftstrongsplashpotion": "strong_swiftness_splash_potion", - "strong_swiftness_tipped_arrow": { - "potionData": { - "type": "SPEED", - "upgraded": true, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowspeedii": "strong_swiftness_tipped_arrow", - "arrowspeedlevelii": "strong_swiftness_tipped_arrow", - "arrowspeedstrong": "strong_swiftness_tipped_arrow", - "arrowswiftii": "strong_swiftness_tipped_arrow", - "arrowswiftlevelii": "strong_swiftness_tipped_arrow", - "arrowswiftnessii": "strong_swiftness_tipped_arrow", - "arrowswiftnesslevelii": "strong_swiftness_tipped_arrow", - "arrowswiftnessstrong": "strong_swiftness_tipped_arrow", - "arrowswiftstrong": "strong_swiftness_tipped_arrow", - "speedarrowii": "strong_swiftness_tipped_arrow", - "speedarrowlevelii": "strong_swiftness_tipped_arrow", - "speedarrowstrong": "strong_swiftness_tipped_arrow", - "speediitarr": "strong_swiftness_tipped_arrow", - "speediitarrow": "strong_swiftness_tipped_arrow", - "speediitippedarrow": "strong_swiftness_tipped_arrow", - "speedleveliitarr": "strong_swiftness_tipped_arrow", - "speedleveliitarrow": "strong_swiftness_tipped_arrow", - "speedleveliitippedarrow": "strong_swiftness_tipped_arrow", - "speedstrongtarr": "strong_swiftness_tipped_arrow", - "speedstrongtarrow": "strong_swiftness_tipped_arrow", - "speedstrongtippedarrow": "strong_swiftness_tipped_arrow", - "swiftarrowii": "strong_swiftness_tipped_arrow", - "swiftarrowlevelii": "strong_swiftness_tipped_arrow", - "swiftarrowstrong": "strong_swiftness_tipped_arrow", - "swiftiitarr": "strong_swiftness_tipped_arrow", - "swiftiitarrow": "strong_swiftness_tipped_arrow", - "swiftiitippedarrow": "strong_swiftness_tipped_arrow", - "swiftleveliitarr": "strong_swiftness_tipped_arrow", - "swiftleveliitarrow": "strong_swiftness_tipped_arrow", - "swiftleveliitippedarrow": "strong_swiftness_tipped_arrow", - "swiftnessarrowii": "strong_swiftness_tipped_arrow", - "swiftnessarrowlevelii": "strong_swiftness_tipped_arrow", - "swiftnessarrowstrong": "strong_swiftness_tipped_arrow", - "swiftnessiitarr": "strong_swiftness_tipped_arrow", - "swiftnessiitarrow": "strong_swiftness_tipped_arrow", - "swiftnessiitippedarrow": "strong_swiftness_tipped_arrow", - "swiftnessleveliitarr": "strong_swiftness_tipped_arrow", - "swiftnessleveliitarrow": "strong_swiftness_tipped_arrow", - "swiftnessleveliitippedarrow": "strong_swiftness_tipped_arrow", - "swiftnessstrongtarr": "strong_swiftness_tipped_arrow", - "swiftnessstrongtarrow": "strong_swiftness_tipped_arrow", - "swiftnessstrongtippedarrow": "strong_swiftness_tipped_arrow", - "swiftstrongtarr": "strong_swiftness_tipped_arrow", - "swiftstrongtarrow": "strong_swiftness_tipped_arrow", - "swiftstrongtippedarrow": "strong_swiftness_tipped_arrow", - "strong_turtle_master_lingering_potion": { - "potionData": { - "type": "TURTLE_MASTER", - "upgraded": true, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotiontmii": "strong_turtle_master_lingering_potion", - "aoepotiontmlevelii": "strong_turtle_master_lingering_potion", - "aoepotiontmstrong": "strong_turtle_master_lingering_potion", - "aoepotionturtleii": "strong_turtle_master_lingering_potion", - "aoepotionturtlelevelii": "strong_turtle_master_lingering_potion", - "aoepotionturtlemasterii": "strong_turtle_master_lingering_potion", - "aoepotionturtlemasterlevelii": "strong_turtle_master_lingering_potion", - "aoepotionturtlemasterstrong": "strong_turtle_master_lingering_potion", - "aoepotionturtlestrong": "strong_turtle_master_lingering_potion", - "aoepottmii": "strong_turtle_master_lingering_potion", - "aoepottmlevelii": "strong_turtle_master_lingering_potion", - "aoepottmstrong": "strong_turtle_master_lingering_potion", - "aoepotturtleii": "strong_turtle_master_lingering_potion", - "aoepotturtlelevelii": "strong_turtle_master_lingering_potion", - "aoepotturtlemasterii": "strong_turtle_master_lingering_potion", - "aoepotturtlemasterlevelii": "strong_turtle_master_lingering_potion", - "aoepotturtlemasterstrong": "strong_turtle_master_lingering_potion", - "aoepotturtlestrong": "strong_turtle_master_lingering_potion", - "areapotiontmii": "strong_turtle_master_lingering_potion", - "areapotiontmlevelii": "strong_turtle_master_lingering_potion", - "areapotiontmstrong": "strong_turtle_master_lingering_potion", - "areapotionturtleii": "strong_turtle_master_lingering_potion", - "areapotionturtlelevelii": "strong_turtle_master_lingering_potion", - "areapotionturtlemasterii": "strong_turtle_master_lingering_potion", - "areapotionturtlemasterlevelii": "strong_turtle_master_lingering_potion", - "areapotionturtlemasterstrong": "strong_turtle_master_lingering_potion", - "areapotionturtlestrong": "strong_turtle_master_lingering_potion", - "areapottmii": "strong_turtle_master_lingering_potion", - "areapottmlevelii": "strong_turtle_master_lingering_potion", - "areapottmstrong": "strong_turtle_master_lingering_potion", - "areapotturtleii": "strong_turtle_master_lingering_potion", - "areapotturtlelevelii": "strong_turtle_master_lingering_potion", - "areapotturtlemasterii": "strong_turtle_master_lingering_potion", - "areapotturtlemasterlevelii": "strong_turtle_master_lingering_potion", - "areapotturtlemasterstrong": "strong_turtle_master_lingering_potion", - "areapotturtlestrong": "strong_turtle_master_lingering_potion", - "cloudpotiontmii": "strong_turtle_master_lingering_potion", - "cloudpotiontmlevelii": "strong_turtle_master_lingering_potion", - "cloudpotiontmstrong": "strong_turtle_master_lingering_potion", - "cloudpotionturtleii": "strong_turtle_master_lingering_potion", - "cloudpotionturtlelevelii": "strong_turtle_master_lingering_potion", - "cloudpotionturtlemasterii": "strong_turtle_master_lingering_potion", - "cloudpotionturtlemasterlevelii": "strong_turtle_master_lingering_potion", - "cloudpotionturtlemasterstrong": "strong_turtle_master_lingering_potion", - "cloudpotionturtlestrong": "strong_turtle_master_lingering_potion", - "cloudpottmii": "strong_turtle_master_lingering_potion", - "cloudpottmlevelii": "strong_turtle_master_lingering_potion", - "cloudpottmstrong": "strong_turtle_master_lingering_potion", - "cloudpotturtleii": "strong_turtle_master_lingering_potion", - "cloudpotturtlelevelii": "strong_turtle_master_lingering_potion", - "cloudpotturtlemasterii": "strong_turtle_master_lingering_potion", - "cloudpotturtlemasterlevelii": "strong_turtle_master_lingering_potion", - "cloudpotturtlemasterstrong": "strong_turtle_master_lingering_potion", - "cloudpotturtlestrong": "strong_turtle_master_lingering_potion", - "lingerpottmii": "strong_turtle_master_lingering_potion", - "lingerpottmlevelii": "strong_turtle_master_lingering_potion", - "lingerpottmstrong": "strong_turtle_master_lingering_potion", - "lingerpotturtleii": "strong_turtle_master_lingering_potion", - "lingerpotturtlelevelii": "strong_turtle_master_lingering_potion", - "lingerpotturtlemasterii": "strong_turtle_master_lingering_potion", - "lingerpotturtlemasterlevelii": "strong_turtle_master_lingering_potion", - "lingerpotturtlemasterstrong": "strong_turtle_master_lingering_potion", - "lingerpotturtlestrong": "strong_turtle_master_lingering_potion", - "tmaoepoiontii": "strong_turtle_master_lingering_potion", - "tmaoepoiontlevelii": "strong_turtle_master_lingering_potion", - "tmaoepoiontstrong": "strong_turtle_master_lingering_potion", - "tmaoepotii": "strong_turtle_master_lingering_potion", - "tmaoepotlevelii": "strong_turtle_master_lingering_potion", - "tmaoepotstrong": "strong_turtle_master_lingering_potion", - "tmareapotii": "strong_turtle_master_lingering_potion", - "tmareapotionii": "strong_turtle_master_lingering_potion", - "tmareapotionlevelii": "strong_turtle_master_lingering_potion", - "tmareapotionstrong": "strong_turtle_master_lingering_potion", - "tmareapotlevelii": "strong_turtle_master_lingering_potion", - "tmareapotstrong": "strong_turtle_master_lingering_potion", - "tmcloudpotii": "strong_turtle_master_lingering_potion", - "tmcloudpotionii": "strong_turtle_master_lingering_potion", - "tmcloudpotionlevelii": "strong_turtle_master_lingering_potion", - "tmcloudpotionstrong": "strong_turtle_master_lingering_potion", - "tmcloudpotlevelii": "strong_turtle_master_lingering_potion", - "tmcloudpotstrong": "strong_turtle_master_lingering_potion", - "tmlingerpotii": "strong_turtle_master_lingering_potion", - "tmlingerpotlevelii": "strong_turtle_master_lingering_potion", - "tmlingerpotstrong": "strong_turtle_master_lingering_potion", - "turtleaoepoiontii": "strong_turtle_master_lingering_potion", - "turtleaoepoiontlevelii": "strong_turtle_master_lingering_potion", - "turtleaoepoiontstrong": "strong_turtle_master_lingering_potion", - "turtleaoepotii": "strong_turtle_master_lingering_potion", - "turtleaoepotlevelii": "strong_turtle_master_lingering_potion", - "turtleaoepotstrong": "strong_turtle_master_lingering_potion", - "turtleareapotii": "strong_turtle_master_lingering_potion", - "turtleareapotionii": "strong_turtle_master_lingering_potion", - "turtleareapotionlevelii": "strong_turtle_master_lingering_potion", - "turtleareapotionstrong": "strong_turtle_master_lingering_potion", - "turtleareapotlevelii": "strong_turtle_master_lingering_potion", - "turtleareapotstrong": "strong_turtle_master_lingering_potion", - "turtlecloudpotii": "strong_turtle_master_lingering_potion", - "turtlecloudpotionii": "strong_turtle_master_lingering_potion", - "turtlecloudpotionlevelii": "strong_turtle_master_lingering_potion", - "turtlecloudpotionstrong": "strong_turtle_master_lingering_potion", - "turtlecloudpotlevelii": "strong_turtle_master_lingering_potion", - "turtlecloudpotstrong": "strong_turtle_master_lingering_potion", - "turtlelingerpotii": "strong_turtle_master_lingering_potion", - "turtlelingerpotlevelii": "strong_turtle_master_lingering_potion", - "turtlelingerpotstrong": "strong_turtle_master_lingering_potion", - "turtlemasteraoepoiontii": "strong_turtle_master_lingering_potion", - "turtlemasteraoepoiontlevelii": "strong_turtle_master_lingering_potion", - "turtlemasteraoepoiontstrong": "strong_turtle_master_lingering_potion", - "turtlemasteraoepotii": "strong_turtle_master_lingering_potion", - "turtlemasteraoepotlevelii": "strong_turtle_master_lingering_potion", - "turtlemasteraoepotstrong": "strong_turtle_master_lingering_potion", - "turtlemasterareapotii": "strong_turtle_master_lingering_potion", - "turtlemasterareapotionii": "strong_turtle_master_lingering_potion", - "turtlemasterareapotionlevelii": "strong_turtle_master_lingering_potion", - "turtlemasterareapotionstrong": "strong_turtle_master_lingering_potion", - "turtlemasterareapotlevelii": "strong_turtle_master_lingering_potion", - "turtlemasterareapotstrong": "strong_turtle_master_lingering_potion", - "turtlemastercloudpotii": "strong_turtle_master_lingering_potion", - "turtlemastercloudpotionii": "strong_turtle_master_lingering_potion", - "turtlemastercloudpotionlevelii": "strong_turtle_master_lingering_potion", - "turtlemastercloudpotionstrong": "strong_turtle_master_lingering_potion", - "turtlemastercloudpotlevelii": "strong_turtle_master_lingering_potion", - "turtlemastercloudpotstrong": "strong_turtle_master_lingering_potion", - "turtlemasterlingerpotii": "strong_turtle_master_lingering_potion", - "turtlemasterlingerpotlevelii": "strong_turtle_master_lingering_potion", - "turtlemasterlingerpotstrong": "strong_turtle_master_lingering_potion", - "strong_turtle_master_potion": { - "potionData": { - "type": "TURTLE_MASTER", - "upgraded": true, - "extended": false - }, - "material": "POTION" - }, - "potionoftmii": "strong_turtle_master_potion", - "potionoftmlevelii": "strong_turtle_master_potion", - "potionoftmstrong": "strong_turtle_master_potion", - "potionofturtleii": "strong_turtle_master_potion", - "potionofturtlelevelii": "strong_turtle_master_potion", - "potionofturtlemasterii": "strong_turtle_master_potion", - "potionofturtlemasterlevelii": "strong_turtle_master_potion", - "potionofturtlemasterstrong": "strong_turtle_master_potion", - "potionofturtlestrong": "strong_turtle_master_potion", - "potoftmii": "strong_turtle_master_potion", - "potoftmlevelii": "strong_turtle_master_potion", - "potoftmstrong": "strong_turtle_master_potion", - "potofturtleii": "strong_turtle_master_potion", - "potofturtlelevelii": "strong_turtle_master_potion", - "potofturtlemasterii": "strong_turtle_master_potion", - "potofturtlemasterlevelii": "strong_turtle_master_potion", - "potofturtlemasterstrong": "strong_turtle_master_potion", - "potofturtlestrong": "strong_turtle_master_potion", - "tmiipot": "strong_turtle_master_potion", - "tmiipotion": "strong_turtle_master_potion", - "tmleveliipot": "strong_turtle_master_potion", - "tmleveliipotion": "strong_turtle_master_potion", - "tmstrongpot": "strong_turtle_master_potion", - "tmstrongpotion": "strong_turtle_master_potion", - "turtleiipot": "strong_turtle_master_potion", - "turtleiipotion": "strong_turtle_master_potion", - "turtleleveliipot": "strong_turtle_master_potion", - "turtleleveliipotion": "strong_turtle_master_potion", - "turtlemasteriipot": "strong_turtle_master_potion", - "turtlemasteriipotion": "strong_turtle_master_potion", - "turtlemasterleveliipot": "strong_turtle_master_potion", - "turtlemasterleveliipotion": "strong_turtle_master_potion", - "turtlemasterstrongpot": "strong_turtle_master_potion", - "turtlemasterstrongpotion": "strong_turtle_master_potion", - "turtlestrongpot": "strong_turtle_master_potion", - "turtlestrongpotion": "strong_turtle_master_potion", - "strong_turtle_master_splash_potion": { - "potionData": { - "type": "TURTLE_MASTER", - "upgraded": true, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "splashtmiipot": "strong_turtle_master_splash_potion", - "splashtmiipotion": "strong_turtle_master_splash_potion", - "splashtmleveliipot": "strong_turtle_master_splash_potion", - "splashtmleveliipotion": "strong_turtle_master_splash_potion", - "splashtmstrongpot": "strong_turtle_master_splash_potion", - "splashtmstrongpotion": "strong_turtle_master_splash_potion", - "splashturtleiipot": "strong_turtle_master_splash_potion", - "splashturtleiipotion": "strong_turtle_master_splash_potion", - "splashturtleleveliipot": "strong_turtle_master_splash_potion", - "splashturtleleveliipotion": "strong_turtle_master_splash_potion", - "splashturtlemasteriipot": "strong_turtle_master_splash_potion", - "splashturtlemasteriipotion": "strong_turtle_master_splash_potion", - "splashturtlemasterleveliipot": "strong_turtle_master_splash_potion", - "splashturtlemasterleveliipotion": "strong_turtle_master_splash_potion", - "splashturtlemasterstrongpot": "strong_turtle_master_splash_potion", - "splashturtlemasterstrongpotion": "strong_turtle_master_splash_potion", - "splashturtlestrongpot": "strong_turtle_master_splash_potion", - "splashturtlestrongpotion": "strong_turtle_master_splash_potion", - "spltmiipot": "strong_turtle_master_splash_potion", - "spltmiipotion": "strong_turtle_master_splash_potion", - "spltmleveliipot": "strong_turtle_master_splash_potion", - "spltmleveliipotion": "strong_turtle_master_splash_potion", - "spltmstrongpot": "strong_turtle_master_splash_potion", - "spltmstrongpotion": "strong_turtle_master_splash_potion", - "splturtleiipot": "strong_turtle_master_splash_potion", - "splturtleiipotion": "strong_turtle_master_splash_potion", - "splturtleleveliipot": "strong_turtle_master_splash_potion", - "splturtleleveliipotion": "strong_turtle_master_splash_potion", - "splturtlemasteriipot": "strong_turtle_master_splash_potion", - "splturtlemasteriipotion": "strong_turtle_master_splash_potion", - "splturtlemasterleveliipot": "strong_turtle_master_splash_potion", - "splturtlemasterleveliipotion": "strong_turtle_master_splash_potion", - "splturtlemasterstrongpot": "strong_turtle_master_splash_potion", - "splturtlemasterstrongpotion": "strong_turtle_master_splash_potion", - "splturtlestrongpot": "strong_turtle_master_splash_potion", - "splturtlestrongpotion": "strong_turtle_master_splash_potion", - "tmiisplashpot": "strong_turtle_master_splash_potion", - "tmiisplashpotion": "strong_turtle_master_splash_potion", - "tmleveliisplashpot": "strong_turtle_master_splash_potion", - "tmleveliisplashpotion": "strong_turtle_master_splash_potion", - "tmstrongsplashpot": "strong_turtle_master_splash_potion", - "tmstrongsplashpotion": "strong_turtle_master_splash_potion", - "turtleiisplashpot": "strong_turtle_master_splash_potion", - "turtleiisplashpotion": "strong_turtle_master_splash_potion", - "turtleleveliisplashpot": "strong_turtle_master_splash_potion", - "turtleleveliisplashpotion": "strong_turtle_master_splash_potion", - "turtlemasteriisplashpot": "strong_turtle_master_splash_potion", - "turtlemasteriisplashpotion": "strong_turtle_master_splash_potion", - "turtlemasterleveliisplashpot": "strong_turtle_master_splash_potion", - "turtlemasterleveliisplashpotion": "strong_turtle_master_splash_potion", - "turtlemasterstrongsplashpot": "strong_turtle_master_splash_potion", - "turtlemasterstrongsplashpotion": "strong_turtle_master_splash_potion", - "turtlestrongsplashpot": "strong_turtle_master_splash_potion", - "turtlestrongsplashpotion": "strong_turtle_master_splash_potion", - "strong_turtle_master_tipped_arrow": { - "potionData": { - "type": "TURTLE_MASTER", - "upgraded": true, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowtmii": "strong_turtle_master_tipped_arrow", - "arrowtmlevelii": "strong_turtle_master_tipped_arrow", - "arrowtmstrong": "strong_turtle_master_tipped_arrow", - "arrowturtleii": "strong_turtle_master_tipped_arrow", - "arrowturtlelevelii": "strong_turtle_master_tipped_arrow", - "arrowturtlemasterii": "strong_turtle_master_tipped_arrow", - "arrowturtlemasterlevelii": "strong_turtle_master_tipped_arrow", - "arrowturtlemasterstrong": "strong_turtle_master_tipped_arrow", - "arrowturtlestrong": "strong_turtle_master_tipped_arrow", - "tmarrowii": "strong_turtle_master_tipped_arrow", - "tmarrowlevelii": "strong_turtle_master_tipped_arrow", - "tmarrowstrong": "strong_turtle_master_tipped_arrow", - "tmiitarr": "strong_turtle_master_tipped_arrow", - "tmiitarrow": "strong_turtle_master_tipped_arrow", - "tmiitippedarrow": "strong_turtle_master_tipped_arrow", - "tmleveliitarr": "strong_turtle_master_tipped_arrow", - "tmleveliitarrow": "strong_turtle_master_tipped_arrow", - "tmleveliitippedarrow": "strong_turtle_master_tipped_arrow", - "tmstrongtarr": "strong_turtle_master_tipped_arrow", - "tmstrongtarrow": "strong_turtle_master_tipped_arrow", - "tmstrongtippedarrow": "strong_turtle_master_tipped_arrow", - "turtlearrowii": "strong_turtle_master_tipped_arrow", - "turtlearrowlevelii": "strong_turtle_master_tipped_arrow", - "turtlearrowstrong": "strong_turtle_master_tipped_arrow", - "turtleiitarr": "strong_turtle_master_tipped_arrow", - "turtleiitarrow": "strong_turtle_master_tipped_arrow", - "turtleiitippedarrow": "strong_turtle_master_tipped_arrow", - "turtleleveliitarr": "strong_turtle_master_tipped_arrow", - "turtleleveliitarrow": "strong_turtle_master_tipped_arrow", - "turtleleveliitippedarrow": "strong_turtle_master_tipped_arrow", - "turtlemasterarrowii": "strong_turtle_master_tipped_arrow", - "turtlemasterarrowlevelii": "strong_turtle_master_tipped_arrow", - "turtlemasterarrowstrong": "strong_turtle_master_tipped_arrow", - "turtlemasteriitarr": "strong_turtle_master_tipped_arrow", - "turtlemasteriitarrow": "strong_turtle_master_tipped_arrow", - "turtlemasteriitippedarrow": "strong_turtle_master_tipped_arrow", - "turtlemasterleveliitarr": "strong_turtle_master_tipped_arrow", - "turtlemasterleveliitarrow": "strong_turtle_master_tipped_arrow", - "turtlemasterleveliitippedarrow": "strong_turtle_master_tipped_arrow", - "turtlemasterstrongtarr": "strong_turtle_master_tipped_arrow", - "turtlemasterstrongtarrow": "strong_turtle_master_tipped_arrow", - "turtlemasterstrongtippedarrow": "strong_turtle_master_tipped_arrow", - "turtlestrongtarr": "strong_turtle_master_tipped_arrow", - "turtlestrongtarrow": "strong_turtle_master_tipped_arrow", - "turtlestrongtippedarrow": "strong_turtle_master_tipped_arrow", - "structure_block": { - "material": "STRUCTURE_BLOCK" - }, - "minecraft:structure_block": "structure_block", - "structureblock": "structure_block", - "structure_void": { - "material": "STRUCTURE_VOID" - }, - "minecraft:structure_void": "structure_void", - "structurevoid": "structure_void", - "sugar": { - "material": "SUGAR" - }, - "minecraft:sugar": "sugar", - "sugar_cane": { - "material": "SUGAR_CANE" - }, - "minecraft:sugar_cane": "sugar_cane", - "sugarcane": "sugar_cane", - "sunflower": { - "material": "SUNFLOWER" - }, - "minecraft:sunflower": "sunflower", - "suspicious_gravel": { - "material": "SUSPICIOUS_GRAVEL" - }, - "amongusgravel": "suspicious_gravel", - "minecraft:suspicious_gravel": "suspicious_gravel", - "susgravel": "suspicious_gravel", - "suspiciousgravel": "suspicious_gravel", - "suspicious_sand": { - "material": "SUSPICIOUS_SAND" - }, - "amongussand": "suspicious_sand", - "minecraft:suspicious_sand": "suspicious_sand", - "suspicioussand": "suspicious_sand", - "sussand": "suspicious_sand", - "suspicious_stew": { - "material": "SUSPICIOUS_STEW" - }, - "minecraft:suspicious_stew": "suspicious_stew", - "suspiciousstew": "suspicious_stew", - "sweet_berries": { - "material": "SWEET_BERRIES" - }, - "minecraft:sweet_berries": "sweet_berries", - "sweetberries": "sweet_berries", - "swiftness_lingering_potion": { - "potionData": { - "type": "SPEED", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotionspeed": "swiftness_lingering_potion", - "aoepotionswift": "swiftness_lingering_potion", - "aoepotionswiftness": "swiftness_lingering_potion", - "aoepotspeed": "swiftness_lingering_potion", - "aoepotswift": "swiftness_lingering_potion", - "aoepotswiftness": "swiftness_lingering_potion", - "areapotionspeed": "swiftness_lingering_potion", - "areapotionswift": "swiftness_lingering_potion", - "areapotionswiftness": "swiftness_lingering_potion", - "areapotspeed": "swiftness_lingering_potion", - "areapotswift": "swiftness_lingering_potion", - "areapotswiftness": "swiftness_lingering_potion", - "cloudpotionspeed": "swiftness_lingering_potion", - "cloudpotionswift": "swiftness_lingering_potion", - "cloudpotionswiftness": "swiftness_lingering_potion", - "cloudpotspeed": "swiftness_lingering_potion", - "cloudpotswift": "swiftness_lingering_potion", - "cloudpotswiftness": "swiftness_lingering_potion", - "lingerpotspeed": "swiftness_lingering_potion", - "lingerpotswift": "swiftness_lingering_potion", - "lingerpotswiftness": "swiftness_lingering_potion", - "speedaoepoiont": "swiftness_lingering_potion", - "speedaoepot": "swiftness_lingering_potion", - "speedareapot": "swiftness_lingering_potion", - "speedareapotion": "swiftness_lingering_potion", - "speedcloudpot": "swiftness_lingering_potion", - "speedcloudpotion": "swiftness_lingering_potion", - "speedlingerpot": "swiftness_lingering_potion", - "swiftaoepoiont": "swiftness_lingering_potion", - "swiftaoepot": "swiftness_lingering_potion", - "swiftareapot": "swiftness_lingering_potion", - "swiftareapotion": "swiftness_lingering_potion", - "swiftcloudpot": "swiftness_lingering_potion", - "swiftcloudpotion": "swiftness_lingering_potion", - "swiftlingerpot": "swiftness_lingering_potion", - "swiftnessaoepoiont": "swiftness_lingering_potion", - "swiftnessaoepot": "swiftness_lingering_potion", - "swiftnessareapot": "swiftness_lingering_potion", - "swiftnessareapotion": "swiftness_lingering_potion", - "swiftnesscloudpot": "swiftness_lingering_potion", - "swiftnesscloudpotion": "swiftness_lingering_potion", - "swiftnesslingerpot": "swiftness_lingering_potion", - "swiftness_potion": { - "potionData": { - "type": "SPEED", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "potionofspeed": "swiftness_potion", - "potionofswift": "swiftness_potion", - "potionofswiftness": "swiftness_potion", - "potofspeed": "swiftness_potion", - "potofswift": "swiftness_potion", - "potofswiftness": "swiftness_potion", - "speedpot": "swiftness_potion", - "speedpotion": "swiftness_potion", - "swiftnesspot": "swiftness_potion", - "swiftnesspotion": "swiftness_potion", - "swiftpot": "swiftness_potion", - "swiftpotion": "swiftness_potion", - "swiftness_splash_potion": { - "potionData": { - "type": "SPEED", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "speedsplashpot": "swiftness_splash_potion", - "speedsplashpotion": "swiftness_splash_potion", - "splashspeedpot": "swiftness_splash_potion", - "splashspeedpotion": "swiftness_splash_potion", - "splashswiftnesspot": "swiftness_splash_potion", - "splashswiftnesspotion": "swiftness_splash_potion", - "splashswiftpot": "swiftness_splash_potion", - "splashswiftpotion": "swiftness_splash_potion", - "splspeedpot": "swiftness_splash_potion", - "splspeedpotion": "swiftness_splash_potion", - "splswiftnesspot": "swiftness_splash_potion", - "splswiftnesspotion": "swiftness_splash_potion", - "splswiftpot": "swiftness_splash_potion", - "splswiftpotion": "swiftness_splash_potion", - "swiftnesssplashpot": "swiftness_splash_potion", - "swiftnesssplashpotion": "swiftness_splash_potion", - "swiftsplashpot": "swiftness_splash_potion", - "swiftsplashpotion": "swiftness_splash_potion", - "swiftness_tipped_arrow": { - "potionData": { - "type": "SPEED", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowspeed": "swiftness_tipped_arrow", - "arrowswift": "swiftness_tipped_arrow", - "arrowswiftness": "swiftness_tipped_arrow", - "speedarrow": "swiftness_tipped_arrow", - "speedtarr": "swiftness_tipped_arrow", - "speedtarrow": "swiftness_tipped_arrow", - "speedtippedarrow": "swiftness_tipped_arrow", - "swiftarrow": "swiftness_tipped_arrow", - "swiftnessarrow": "swiftness_tipped_arrow", - "swiftnesstarr": "swiftness_tipped_arrow", - "swiftnesstarrow": "swiftness_tipped_arrow", - "swiftnesstippedarrow": "swiftness_tipped_arrow", - "swifttarr": "swiftness_tipped_arrow", - "swifttarrow": "swiftness_tipped_arrow", - "swifttippedarrow": "swiftness_tipped_arrow", - "tadpole_bucket": { - "material": "TADPOLE_BUCKET" - }, - "bucketotadpole": "tadpole_bucket", - "minecraft:tadpole_bucket": "tadpole_bucket", - "tadpolebucket": "tadpole_bucket", - "tadpolebukkit": "tadpole_bucket", - "tadpolepail": "tadpole_bucket", - "tadpole_spawn_egg": { - "material": "TADPOLE_SPAWN_EGG" - }, - "eggtadpole": "tadpole_spawn_egg", - "minecraft:tadpole_spawn_egg": "tadpole_spawn_egg", - "seggtadpole": "tadpole_spawn_egg", - "spawneggtadpole": "tadpole_spawn_egg", - "spawntadpole": "tadpole_spawn_egg", - "tadpoleegg": "tadpole_spawn_egg", - "tadpolesegg": "tadpole_spawn_egg", - "tadpolespawn": "tadpole_spawn_egg", - "tadpolespawnegg": "tadpole_spawn_egg", - "tadpole_spawner": { - "entity": "TADPOLE", - "material": "SPAWNER" - }, - "tadpolecage": "tadpole_spawner", - "tadpolemcage": "tadpole_spawner", - "tadpolemobcage": "tadpole_spawner", - "tadpolemobspawner": "tadpole_spawner", - "tadpolemonstercage": "tadpole_spawner", - "tadpolemonsterspawner": "tadpole_spawner", - "tadpolemspawner": "tadpole_spawner", - "tadpolespawner": "tadpole_spawner", - "tall_grass": { - "material": "TALL_GRASS" - }, - "grasslong": "tall_grass", - "grasstall": "tall_grass", - "grasswild": "tall_grass", - "lgrass": "tall_grass", - "longgrass": "tall_grass", - "minecraft:tall_grass": "tall_grass", - "tallgrass": "tall_grass", - "tgrass": "tall_grass", - "wgrass": "tall_grass", - "wildgrass": "tall_grass", - "target": { - "material": "TARGET" - }, - "minecraft:target": "target", - "terracotta": { - "material": "TERRACOTTA" - }, - "minecraft:terracotta": "terracotta", - "thick_lingering_potion": { - "potionData": { - "type": "THICK", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotionthick": "thick_lingering_potion", - "aoepotthick": "thick_lingering_potion", - "areapotionthick": "thick_lingering_potion", - "areapotthick": "thick_lingering_potion", - "cloudpotionthick": "thick_lingering_potion", - "cloudpotthick": "thick_lingering_potion", - "lingerpotthick": "thick_lingering_potion", - "thickaoepoiont": "thick_lingering_potion", - "thickaoepot": "thick_lingering_potion", - "thickareapot": "thick_lingering_potion", - "thickareapotion": "thick_lingering_potion", - "thickcloudpot": "thick_lingering_potion", - "thickcloudpotion": "thick_lingering_potion", - "thicklingerpot": "thick_lingering_potion", - "thick_potion": { - "potionData": { - "type": "THICK", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "potionofthick": "thick_potion", - "potofthick": "thick_potion", - "thickpot": "thick_potion", - "thickpotion": "thick_potion", - "thick_splash_potion": { - "potionData": { - "type": "THICK", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "splashthickpot": "thick_splash_potion", - "splashthickpotion": "thick_splash_potion", - "splthickpot": "thick_splash_potion", - "splthickpotion": "thick_splash_potion", - "thicksplashpot": "thick_splash_potion", - "thicksplashpotion": "thick_splash_potion", - "thick_tipped_arrow": { - "potionData": { - "type": "THICK", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowthick": "thick_tipped_arrow", - "thickarrow": "thick_tipped_arrow", - "thicktarr": "thick_tipped_arrow", - "thicktarrow": "thick_tipped_arrow", - "thicktippedarrow": "thick_tipped_arrow", - "tide_armor_trim_smithing_template": { - "material": "TIDE_ARMOR_TRIM_SMITHING_TEMPLATE" - }, - "minecraft:tide_armor_trim_smithing_template": "tide_armor_trim_smithing_template", - "tidearmortrimsmithingtemplate": "tide_armor_trim_smithing_template", - "tidetrim": "tide_armor_trim_smithing_template", - "tinted_glass": { - "material": "TINTED_GLASS" - }, - "glasst": "tinted_glass", - "glasstint": "tinted_glass", - "glasstinted": "tinted_glass", - "lightblockingglass": "tinted_glass", - "minecraft:tinted_glass": "tinted_glass", - "tglass": "tinted_glass", - "tintedglass": "tinted_glass", - "tintglass": "tinted_glass", - "tipped_arrow": { - "material": "TIPPED_ARROW" - }, - "minecraft:tipped_arrow": "tipped_arrow", - "tippedarrow": "tipped_arrow", - "tnt": { - "material": "TNT" - }, - "blockbomb": "tnt", - "blockdynamite": "tnt", - "blocktnt": "tnt", - "bomb": "tnt", - "bombblock": "tnt", - "dynamite": "tnt", - "dynamiteblock": "tnt", - "minecraft:tnt": "tnt", - "tntblock": "tnt", - "tnt_minecart": { - "material": "TNT_MINECART" - }, - "bcart": "tnt_minecart", - "bmc": "tnt_minecart", - "bmcart": "tnt_minecart", - "bminecart": "tnt_minecart", - "bombcart": "tnt_minecart", - "bombmc": "tnt_minecart", - "bombmcart": "tnt_minecart", - "bombminecart": "tnt_minecart", - "dcart": "tnt_minecart", - "dmc": "tnt_minecart", - "dmcart": "tnt_minecart", - "dminecart": "tnt_minecart", - "dynamitecart": "tnt_minecart", - "dynamitemc": "tnt_minecart", - "dynamitemcart": "tnt_minecart", - "dynamiteminecart": "tnt_minecart", - "minecraft:tnt_minecart": "tnt_minecart", - "tcart": "tnt_minecart", - "tmc": "tnt_minecart", - "tmcart": "tnt_minecart", - "tminecart": "tnt_minecart", - "tntcart": "tnt_minecart", - "tntmc": "tnt_minecart", - "tntmcart": "tnt_minecart", - "tntminecart": "tnt_minecart", - "torch": { - "material": "TORCH" - }, - "burningstick": "torch", - "burnstick": "torch", - "minecraft:torch": "torch", - "torchflower": { - "material": "TORCHFLOWER" - }, - "minecraft:torchflower": "torchflower", - "tflower": "torchflower", - "torchflower_seeds": { - "material": "TORCHFLOWER_SEEDS" - }, - "minecraft:torchflower_seeds": "torchflower_seeds", - "tflowerseeds": "torchflower_seeds", - "torchflowerseeds": "torchflower_seeds", - "torchseeds": "torchflower_seeds", - "tseeds": "torchflower_seeds", - "totem_of_undying": { - "material": "TOTEM_OF_UNDYING" - }, - "minecraft:totem_of_undying": "totem_of_undying", - "totem": "totem_of_undying", - "totemofundying": "totem_of_undying", - "trader_llama_spawn_egg": { - "material": "TRADER_LLAMA_SPAWN_EGG" - }, - "eggtllama": "trader_llama_spawn_egg", - "eggtrader_llama": "trader_llama_spawn_egg", - "minecraft:trader_llama_spawn_egg": "trader_llama_spawn_egg", - "seggtllama": "trader_llama_spawn_egg", - "seggtrader_llama": "trader_llama_spawn_egg", - "spawneggtllama": "trader_llama_spawn_egg", - "spawneggtrader_llama": "trader_llama_spawn_egg", - "spawntllama": "trader_llama_spawn_egg", - "spawntrader_llama": "trader_llama_spawn_egg", - "tllamaegg": "trader_llama_spawn_egg", - "tllamasegg": "trader_llama_spawn_egg", - "tllamaspawn": "trader_llama_spawn_egg", - "tllamaspawnegg": "trader_llama_spawn_egg", - "trader_llamaegg": "trader_llama_spawn_egg", - "trader_llamasegg": "trader_llama_spawn_egg", - "trader_llamaspawn": "trader_llama_spawn_egg", - "trader_llamaspawnegg": "trader_llama_spawn_egg", - "traderllamaspawnegg": "trader_llama_spawn_egg", - "trader_llama_spawner": { - "entity": "TRADER_LLAMA", - "material": "SPAWNER" - }, - "tllamacage": "trader_llama_spawner", - "tllamamcage": "trader_llama_spawner", - "tllamamobcage": "trader_llama_spawner", - "tllamamobspawner": "trader_llama_spawner", - "tllamamonstercage": "trader_llama_spawner", - "tllamamonsterspawner": "trader_llama_spawner", - "tllamamspawner": "trader_llama_spawner", - "tllamaspawner": "trader_llama_spawner", - "trader_llamacage": "trader_llama_spawner", - "trader_llamamcage": "trader_llama_spawner", - "trader_llamamobcage": "trader_llama_spawner", - "trader_llamamobspawner": "trader_llama_spawner", - "trader_llamamonstercage": "trader_llama_spawner", - "trader_llamamonsterspawner": "trader_llama_spawner", - "trader_llamamspawner": "trader_llama_spawner", - "trader_llamaspawner": "trader_llama_spawner", - "trapped_chest": { - "material": "TRAPPED_CHEST" - }, - "chesttrap": "trapped_chest", - "chesttrapped": "trapped_chest", - "minecraft:trapped_chest": "trapped_chest", - "trapchest": "trapped_chest", - "trappedchest": "trapped_chest", - "trident": { - "material": "TRIDENT" - }, - "minecraft:trident": "trident", - "tripwire_hook": { - "material": "TRIPWIRE_HOOK" - }, - "minecraft:tripwire_hook": "tripwire_hook", - "trip": "tripwire_hook", - "triphook": "tripwire_hook", - "tripwirehook": "tripwire_hook", - "tripwirelever": "tripwire_hook", - "tropical_fish": { - "material": "TROPICAL_FISH" - }, - "clfish": "tropical_fish", - "clownfish": "tropical_fish", - "fishcl": "tropical_fish", - "fishn": "tropical_fish", - "fisht": "tropical_fish", - "minecraft:tropical_fish": "tropical_fish", - "nemo": "tropical_fish", - "nfish": "tropical_fish", - "plainclfish": "tropical_fish", - "plainclownfish": "tropical_fish", - "plainfishcl": "tropical_fish", - "plainfishn": "tropical_fish", - "plainfisht": "tropical_fish", - "plainnemo": "tropical_fish", - "plainnfish": "tropical_fish", - "plaintfish": "tropical_fish", - "plaintropical_fish": "tropical_fish", - "raclfish": "tropical_fish", - "raclownfish": "tropical_fish", - "rafishcl": "tropical_fish", - "rafishn": "tropical_fish", - "rafisht": "tropical_fish", - "ranemo": "tropical_fish", - "ranfish": "tropical_fish", - "ratfish": "tropical_fish", - "ratropical_fish": "tropical_fish", - "rawclfish": "tropical_fish", - "rawclownfish": "tropical_fish", - "rawfishcl": "tropical_fish", - "rawfishn": "tropical_fish", - "rawfisht": "tropical_fish", - "rawnemo": "tropical_fish", - "rawnfish": "tropical_fish", - "rawtfish": "tropical_fish", - "rawtropical_fish": "tropical_fish", - "tfish": "tropical_fish", - "tropicalfish": "tropical_fish", - "uncookedclfish": "tropical_fish", - "uncookedclownfish": "tropical_fish", - "uncookedfishcl": "tropical_fish", - "uncookedfishn": "tropical_fish", - "uncookedfisht": "tropical_fish", - "uncookednemo": "tropical_fish", - "uncookednfish": "tropical_fish", - "uncookedtfish": "tropical_fish", - "uncookedtropical_fish": "tropical_fish", - "tropical_fish_bucket": { - "material": "TROPICAL_FISH_BUCKET" - }, - "bucketotfish": "tropical_fish_bucket", - "bucketotropical_fish": "tropical_fish_bucket", - "minecraft:tropical_fish_bucket": "tropical_fish_bucket", - "tfishbucket": "tropical_fish_bucket", - "tfishbukkit": "tropical_fish_bucket", - "tfishpail": "tropical_fish_bucket", - "tropical_fishbucket": "tropical_fish_bucket", - "tropical_fishbukkit": "tropical_fish_bucket", - "tropical_fishpail": "tropical_fish_bucket", - "tropicalfishbucket": "tropical_fish_bucket", - "tropical_fish_spawn_egg": { - "material": "TROPICAL_FISH_SPAWN_EGG" - }, - "eggtfish": "tropical_fish_spawn_egg", - "eggtropical_fish": "tropical_fish_spawn_egg", - "minecraft:tropical_fish_spawn_egg": "tropical_fish_spawn_egg", - "seggtfish": "tropical_fish_spawn_egg", - "seggtropical_fish": "tropical_fish_spawn_egg", - "spawneggtfish": "tropical_fish_spawn_egg", - "spawneggtropical_fish": "tropical_fish_spawn_egg", - "spawntfish": "tropical_fish_spawn_egg", - "spawntropical_fish": "tropical_fish_spawn_egg", - "tfishegg": "tropical_fish_spawn_egg", - "tfishsegg": "tropical_fish_spawn_egg", - "tfishspawn": "tropical_fish_spawn_egg", - "tfishspawnegg": "tropical_fish_spawn_egg", - "tropical_fishegg": "tropical_fish_spawn_egg", - "tropical_fishsegg": "tropical_fish_spawn_egg", - "tropical_fishspawn": "tropical_fish_spawn_egg", - "tropical_fishspawnegg": "tropical_fish_spawn_egg", - "tropicalfishspawnegg": "tropical_fish_spawn_egg", - "tropical_fish_spawner": { - "entity": "TROPICAL_FISH", - "material": "SPAWNER" - }, - "tfishcage": "tropical_fish_spawner", - "tfishmcage": "tropical_fish_spawner", - "tfishmobcage": "tropical_fish_spawner", - "tfishmobspawner": "tropical_fish_spawner", - "tfishmonstercage": "tropical_fish_spawner", - "tfishmonsterspawner": "tropical_fish_spawner", - "tfishmspawner": "tropical_fish_spawner", - "tfishspawner": "tropical_fish_spawner", - "tropical_fishcage": "tropical_fish_spawner", - "tropical_fishmcage": "tropical_fish_spawner", - "tropical_fishmobcage": "tropical_fish_spawner", - "tropical_fishmobspawner": "tropical_fish_spawner", - "tropical_fishmonstercage": "tropical_fish_spawner", - "tropical_fishmonsterspawner": "tropical_fish_spawner", - "tropical_fishmspawner": "tropical_fish_spawner", - "tropical_fishspawner": "tropical_fish_spawner", - "tube_coral": { - "material": "TUBE_CORAL" - }, - "minecraft:tube_coral": "tube_coral", - "tubecoral": "tube_coral", - "tube_coral_block": { - "material": "TUBE_CORAL_BLOCK" - }, - "minecraft:tube_coral_block": "tube_coral_block", - "tubecoralblock": "tube_coral_block", - "tube_coral_fan": { - "material": "TUBE_CORAL_FAN" - }, - "minecraft:tube_coral_fan": "tube_coral_fan", - "tubecoralfan": "tube_coral_fan", - "tuff": { - "material": "TUFF" - }, - "minecraft:tuff": "tuff", - "turtle_egg": { - "material": "TURTLE_EGG" - }, - "minecraft:turtle_egg": "turtle_egg", - "turtleegg": "turtle_egg", - "turtle_helmet": { - "material": "TURTLE_HELMET" - }, - "minecraft:turtle_helmet": "turtle_helmet", - "turtlehelmet": "turtle_helmet", - "turtle_master_lingering_potion": { - "potionData": { - "type": "TURTLE_MASTER", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotiontm": "turtle_master_lingering_potion", - "aoepotionturtle": "turtle_master_lingering_potion", - "aoepotionturtlemaster": "turtle_master_lingering_potion", - "aoepottm": "turtle_master_lingering_potion", - "aoepotturtle": "turtle_master_lingering_potion", - "aoepotturtlemaster": "turtle_master_lingering_potion", - "areapotiontm": "turtle_master_lingering_potion", - "areapotionturtle": "turtle_master_lingering_potion", - "areapotionturtlemaster": "turtle_master_lingering_potion", - "areapottm": "turtle_master_lingering_potion", - "areapotturtle": "turtle_master_lingering_potion", - "areapotturtlemaster": "turtle_master_lingering_potion", - "cloudpotiontm": "turtle_master_lingering_potion", - "cloudpotionturtle": "turtle_master_lingering_potion", - "cloudpotionturtlemaster": "turtle_master_lingering_potion", - "cloudpottm": "turtle_master_lingering_potion", - "cloudpotturtle": "turtle_master_lingering_potion", - "cloudpotturtlemaster": "turtle_master_lingering_potion", - "lingerpottm": "turtle_master_lingering_potion", - "lingerpotturtle": "turtle_master_lingering_potion", - "lingerpotturtlemaster": "turtle_master_lingering_potion", - "tmaoepoiont": "turtle_master_lingering_potion", - "tmaoepot": "turtle_master_lingering_potion", - "tmareapot": "turtle_master_lingering_potion", - "tmareapotion": "turtle_master_lingering_potion", - "tmcloudpot": "turtle_master_lingering_potion", - "tmcloudpotion": "turtle_master_lingering_potion", - "tmlingerpot": "turtle_master_lingering_potion", - "turtleaoepoiont": "turtle_master_lingering_potion", - "turtleaoepot": "turtle_master_lingering_potion", - "turtleareapot": "turtle_master_lingering_potion", - "turtleareapotion": "turtle_master_lingering_potion", - "turtlecloudpot": "turtle_master_lingering_potion", - "turtlecloudpotion": "turtle_master_lingering_potion", - "turtlelingerpot": "turtle_master_lingering_potion", - "turtlemasteraoepoiont": "turtle_master_lingering_potion", - "turtlemasteraoepot": "turtle_master_lingering_potion", - "turtlemasterareapot": "turtle_master_lingering_potion", - "turtlemasterareapotion": "turtle_master_lingering_potion", - "turtlemastercloudpot": "turtle_master_lingering_potion", - "turtlemastercloudpotion": "turtle_master_lingering_potion", - "turtlemasterlingerpot": "turtle_master_lingering_potion", - "turtle_master_potion": { - "potionData": { - "type": "TURTLE_MASTER", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "potionoftm": "turtle_master_potion", - "potionofturtle": "turtle_master_potion", - "potionofturtlemaster": "turtle_master_potion", - "potoftm": "turtle_master_potion", - "potofturtle": "turtle_master_potion", - "potofturtlemaster": "turtle_master_potion", - "tmpot": "turtle_master_potion", - "tmpotion": "turtle_master_potion", - "turtlemasterpot": "turtle_master_potion", - "turtlemasterpotion": "turtle_master_potion", - "turtlepot": "turtle_master_potion", - "turtlepotion": "turtle_master_potion", - "turtle_master_splash_potion": { - "potionData": { - "type": "TURTLE_MASTER", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "splashtmpot": "turtle_master_splash_potion", - "splashtmpotion": "turtle_master_splash_potion", - "splashturtlemasterpot": "turtle_master_splash_potion", - "splashturtlemasterpotion": "turtle_master_splash_potion", - "splashturtlepot": "turtle_master_splash_potion", - "splashturtlepotion": "turtle_master_splash_potion", - "spltmpot": "turtle_master_splash_potion", - "spltmpotion": "turtle_master_splash_potion", - "splturtlemasterpot": "turtle_master_splash_potion", - "splturtlemasterpotion": "turtle_master_splash_potion", - "splturtlepot": "turtle_master_splash_potion", - "splturtlepotion": "turtle_master_splash_potion", - "tmsplashpot": "turtle_master_splash_potion", - "tmsplashpotion": "turtle_master_splash_potion", - "turtlemastersplashpot": "turtle_master_splash_potion", - "turtlemastersplashpotion": "turtle_master_splash_potion", - "turtlesplashpot": "turtle_master_splash_potion", - "turtlesplashpotion": "turtle_master_splash_potion", - "turtle_master_tipped_arrow": { - "potionData": { - "type": "TURTLE_MASTER", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowtm": "turtle_master_tipped_arrow", - "arrowturtle": "turtle_master_tipped_arrow", - "arrowturtlemaster": "turtle_master_tipped_arrow", - "tmarrow": "turtle_master_tipped_arrow", - "tmtarr": "turtle_master_tipped_arrow", - "tmtarrow": "turtle_master_tipped_arrow", - "tmtippedarrow": "turtle_master_tipped_arrow", - "turtlearrow": "turtle_master_tipped_arrow", - "turtlemasterarrow": "turtle_master_tipped_arrow", - "turtlemastertarr": "turtle_master_tipped_arrow", - "turtlemastertarrow": "turtle_master_tipped_arrow", - "turtlemastertippedarrow": "turtle_master_tipped_arrow", - "turtletarr": "turtle_master_tipped_arrow", - "turtletarrow": "turtle_master_tipped_arrow", - "turtletippedarrow": "turtle_master_tipped_arrow", - "turtle_spawn_egg": { - "material": "TURTLE_SPAWN_EGG" - }, - "eggturtle": "turtle_spawn_egg", - "minecraft:turtle_spawn_egg": "turtle_spawn_egg", - "seggturtle": "turtle_spawn_egg", - "spawneggturtle": "turtle_spawn_egg", - "spawnturtle": "turtle_spawn_egg", - "turtlesegg": "turtle_spawn_egg", - "turtlespawn": "turtle_spawn_egg", - "turtlespawnegg": "turtle_spawn_egg", - "turtle_spawner": { - "entity": "TURTLE", - "material": "SPAWNER" - }, - "turtlecage": "turtle_spawner", - "turtlemcage": "turtle_spawner", - "turtlemobcage": "turtle_spawner", - "turtlemobspawner": "turtle_spawner", - "turtlemonstercage": "turtle_spawner", - "turtlemonsterspawner": "turtle_spawner", - "turtlemspawner": "turtle_spawner", - "turtlespawner": "turtle_spawner", - "twisting_vines": { - "material": "TWISTING_VINES" - }, - "minecraft:twisting_vines": "twisting_vines", - "twistingvines": "twisting_vines", - "twistvine": "twisting_vines", - "twistvines": "twisting_vines", - "verdant_froglight": { - "material": "VERDANT_FROGLIGHT" - }, - "minecraft:verdant_froglight": "verdant_froglight", - "verdantfroglight": "verdant_froglight", - "verdfroglight": "verdant_froglight", - "verdlight": "verdant_froglight", - "vfroglight": "verdant_froglight", - "vlight": "verdant_froglight", - "vex_armor_trim_smithing_template": { - "material": "VEX_ARMOR_TRIM_SMITHING_TEMPLATE" - }, - "minecraft:vex_armor_trim_smithing_template": "vex_armor_trim_smithing_template", - "vexarmortrimsmithingtemplate": "vex_armor_trim_smithing_template", - "vextrim": "vex_armor_trim_smithing_template", - "vex_spawn_egg": { - "material": "VEX_SPAWN_EGG" - }, - "eggvex": "vex_spawn_egg", - "minecraft:vex_spawn_egg": "vex_spawn_egg", - "seggvex": "vex_spawn_egg", - "spawneggvex": "vex_spawn_egg", - "spawnvex": "vex_spawn_egg", - "vexegg": "vex_spawn_egg", - "vexsegg": "vex_spawn_egg", - "vexspawn": "vex_spawn_egg", - "vexspawnegg": "vex_spawn_egg", - "vex_spawner": { - "entity": "VEX", - "material": "SPAWNER" - }, - "vexcage": "vex_spawner", - "vexmcage": "vex_spawner", - "vexmobcage": "vex_spawner", - "vexmobspawner": "vex_spawner", - "vexmonstercage": "vex_spawner", - "vexmonsterspawner": "vex_spawner", - "vexmspawner": "vex_spawner", - "vexspawner": "vex_spawner", - "villager_spawn_egg": { - "material": "VILLAGER_SPAWN_EGG" - }, - "eggvill": "villager_spawn_egg", - "eggvillager": "villager_spawn_egg", - "minecraft:villager_spawn_egg": "villager_spawn_egg", - "seggvill": "villager_spawn_egg", - "seggvillager": "villager_spawn_egg", - "spawneggvill": "villager_spawn_egg", - "spawneggvillager": "villager_spawn_egg", - "spawnvill": "villager_spawn_egg", - "spawnvillager": "villager_spawn_egg", - "villageregg": "villager_spawn_egg", - "villagersegg": "villager_spawn_egg", - "villagerspawn": "villager_spawn_egg", - "villagerspawnegg": "villager_spawn_egg", - "villegg": "villager_spawn_egg", - "villsegg": "villager_spawn_egg", - "villspawn": "villager_spawn_egg", - "villspawnegg": "villager_spawn_egg", - "villager_spawner": { - "entity": "VILLAGER", - "material": "SPAWNER" - }, - "villagercage": "villager_spawner", - "villagermcage": "villager_spawner", - "villagermobcage": "villager_spawner", - "villagermobspawner": "villager_spawner", - "villagermonstercage": "villager_spawner", - "villagermonsterspawner": "villager_spawner", - "villagermspawner": "villager_spawner", - "villagerspawner": "villager_spawner", - "villcage": "villager_spawner", - "villmcage": "villager_spawner", - "villmobcage": "villager_spawner", - "villmobspawner": "villager_spawner", - "villmonstercage": "villager_spawner", - "villmonsterspawner": "villager_spawner", - "villmspawner": "villager_spawner", - "villspawner": "villager_spawner", - "vindicator_spawn_egg": { - "material": "VINDICATOR_SPAWN_EGG" - }, - "eggvind": "vindicator_spawn_egg", - "eggvindicator": "vindicator_spawn_egg", - "minecraft:vindicator_spawn_egg": "vindicator_spawn_egg", - "seggvind": "vindicator_spawn_egg", - "seggvindicator": "vindicator_spawn_egg", - "spawneggvind": "vindicator_spawn_egg", - "spawneggvindicator": "vindicator_spawn_egg", - "spawnvind": "vindicator_spawn_egg", - "spawnvindicator": "vindicator_spawn_egg", - "vindegg": "vindicator_spawn_egg", - "vindicatoregg": "vindicator_spawn_egg", - "vindicatorsegg": "vindicator_spawn_egg", - "vindicatorspawn": "vindicator_spawn_egg", - "vindicatorspawnegg": "vindicator_spawn_egg", - "vindsegg": "vindicator_spawn_egg", - "vindspawn": "vindicator_spawn_egg", - "vindspawnegg": "vindicator_spawn_egg", - "vindicator_spawner": { - "entity": "VINDICATOR", - "material": "SPAWNER" - }, - "vindcage": "vindicator_spawner", - "vindicatorcage": "vindicator_spawner", - "vindicatormcage": "vindicator_spawner", - "vindicatormobcage": "vindicator_spawner", - "vindicatormobspawner": "vindicator_spawner", - "vindicatormonstercage": "vindicator_spawner", - "vindicatormonsterspawner": "vindicator_spawner", - "vindicatormspawner": "vindicator_spawner", - "vindicatorspawner": "vindicator_spawner", - "vindmcage": "vindicator_spawner", - "vindmobcage": "vindicator_spawner", - "vindmobspawner": "vindicator_spawner", - "vindmonstercage": "vindicator_spawner", - "vindmonsterspawner": "vindicator_spawner", - "vindmspawner": "vindicator_spawner", - "vindspawner": "vindicator_spawner", - "vine": { - "material": "VINE" - }, - "gardenvine": "vine", - "gardenvines": "vine", - "greenvine": "vine", - "greenvines": "vine", - "gvine": "vine", - "gvines": "vine", - "minecraft:vine": "vine", - "vineg": "vine", - "vinegarden": "vine", - "vinegreen": "vine", - "vines": "vine", - "vinesg": "vine", - "vinesgarden": "vine", - "vinesgreen": "vine", - "wandering_trader_spawn_egg": { - "material": "WANDERING_TRADER_SPAWN_EGG" - }, - "eggtrader": "wandering_trader_spawn_egg", - "eggwandering_trader": "wandering_trader_spawn_egg", - "minecraft:wandering_trader_spawn_egg": "wandering_trader_spawn_egg", - "seggtrader": "wandering_trader_spawn_egg", - "seggwandering_trader": "wandering_trader_spawn_egg", - "spawneggtrader": "wandering_trader_spawn_egg", - "spawneggwandering_trader": "wandering_trader_spawn_egg", - "spawntrader": "wandering_trader_spawn_egg", - "spawnwandering_trader": "wandering_trader_spawn_egg", - "traderegg": "wandering_trader_spawn_egg", - "tradersegg": "wandering_trader_spawn_egg", - "traderspawn": "wandering_trader_spawn_egg", - "traderspawnegg": "wandering_trader_spawn_egg", - "wandering_traderegg": "wandering_trader_spawn_egg", - "wandering_tradersegg": "wandering_trader_spawn_egg", - "wandering_traderspawn": "wandering_trader_spawn_egg", - "wandering_traderspawnegg": "wandering_trader_spawn_egg", - "wanderingtraderspawnegg": "wandering_trader_spawn_egg", - "wandering_trader_spawner": { - "entity": "WANDERING_TRADER", - "material": "SPAWNER" - }, - "tradercage": "wandering_trader_spawner", - "tradermcage": "wandering_trader_spawner", - "tradermobcage": "wandering_trader_spawner", - "tradermobspawner": "wandering_trader_spawner", - "tradermonstercage": "wandering_trader_spawner", - "tradermonsterspawner": "wandering_trader_spawner", - "tradermspawner": "wandering_trader_spawner", - "traderspawner": "wandering_trader_spawner", - "wandering_tradercage": "wandering_trader_spawner", - "wandering_tradermcage": "wandering_trader_spawner", - "wandering_tradermobcage": "wandering_trader_spawner", - "wandering_tradermobspawner": "wandering_trader_spawner", - "wandering_tradermonstercage": "wandering_trader_spawner", - "wandering_tradermonsterspawner": "wandering_trader_spawner", - "wandering_tradermspawner": "wandering_trader_spawner", - "wandering_traderspawner": "wandering_trader_spawner", - "ward_armor_trim_smithing_template": { - "material": "WARD_ARMOR_TRIM_SMITHING_TEMPLATE" - }, - "minecraft:ward_armor_trim_smithing_template": "ward_armor_trim_smithing_template", - "wardarmortrimsmithingtemplate": "ward_armor_trim_smithing_template", - "wardtrim": "ward_armor_trim_smithing_template", - "warden_spawn_egg": { - "material": "WARDEN_SPAWN_EGG" - }, - "eggwarden": "warden_spawn_egg", - "minecraft:warden_spawn_egg": "warden_spawn_egg", - "seggwarden": "warden_spawn_egg", - "spawneggwarden": "warden_spawn_egg", - "spawnwarden": "warden_spawn_egg", - "wardenegg": "warden_spawn_egg", - "wardensegg": "warden_spawn_egg", - "wardenspawn": "warden_spawn_egg", - "wardenspawnegg": "warden_spawn_egg", - "warden_spawner": { - "entity": "WARDEN", - "material": "SPAWNER" - }, - "wardencage": "warden_spawner", - "wardenmcage": "warden_spawner", - "wardenmobcage": "warden_spawner", - "wardenmobspawner": "warden_spawner", - "wardenmonstercage": "warden_spawner", - "wardenmonsterspawner": "warden_spawner", - "wardenmspawner": "warden_spawner", - "wardenspawner": "warden_spawner", - "warped_button": { - "material": "WARPED_BUTTON" - }, - "buttonwarp": "warped_button", - "buttonwarped": "warped_button", - "minecraft:warped_button": "warped_button", - "warpbutton": "warped_button", - "warpedbutton": "warped_button", - "warped_door": { - "material": "WARPED_DOOR" - }, - "minecraft:warped_door": "warped_door", - "warpdoor": "warped_door", - "warpeddoor": "warped_door", - "warped_fence": { - "material": "WARPED_FENCE" - }, - "minecraft:warped_fence": "warped_fence", - "warpedfence": "warped_fence", - "warpfence": "warped_fence", - "warped_fence_gate": { - "material": "WARPED_FENCE_GATE" - }, - "gatewarp": "warped_fence_gate", - "gatewarped": "warped_fence_gate", - "minecraft:warped_fence_gate": "warped_fence_gate", - "warpedfencegate": "warped_fence_gate", - "warpedgate": "warped_fence_gate", - "warpfencegate": "warped_fence_gate", - "warpgate": "warped_fence_gate", - "warped_fungus": { - "material": "WARPED_FUNGUS" - }, - "minecraft:warped_fungus": "warped_fungus", - "warpedfun": "warped_fungus", - "warpedfungus": "warped_fungus", - "warpfun": "warped_fungus", - "warpfungus": "warped_fungus", - "warped_fungus_on_a_stick": { - "material": "WARPED_FUNGUS_ON_A_STICK" - }, - "minecraft:warped_fungus_on_a_stick": "warped_fungus_on_a_stick", - "warpedfungusonastick": "warped_fungus_on_a_stick", - "warpedfungusstick": "warped_fungus_on_a_stick", - "warpedfunstick": "warped_fungus_on_a_stick", - "warpedonstick": "warped_fungus_on_a_stick", - "warpedstick": "warped_fungus_on_a_stick", - "warpfungusstick": "warped_fungus_on_a_stick", - "warpfunstick": "warped_fungus_on_a_stick", - "warponstick": "warped_fungus_on_a_stick", - "warpstick": "warped_fungus_on_a_stick", - "warped_hanging_sign": { - "material": "WARPED_HANGING_SIGN" - }, - "minecraft:warped_hanging_sign": "warped_hanging_sign", - "warpedhangingsign": "warped_hanging_sign", - "warpedhangsign": "warped_hanging_sign", - "warpedhsign": "warped_hanging_sign", - "warphangsign": "warped_hanging_sign", - "warphsign": "warped_hanging_sign", - "warped_hyphae": { - "material": "WARPED_HYPHAE" - }, - "minecraft:warped_hyphae": "warped_hyphae", - "warpedhyphae": "warped_hyphae", - "warphyphae": "warped_hyphae", - "warped_nylium": { - "material": "WARPED_NYLIUM" - }, - "minecraft:warped_nylium": "warped_nylium", - "warpednylium": "warped_nylium", - "warpedsoil": "warped_nylium", - "warpnylium": "warped_nylium", - "warpsoil": "warped_nylium", - "warped_planks": { - "material": "WARPED_PLANKS" - }, - "minecraft:warped_planks": "warped_planks", - "warpedplank": "warped_planks", - "warpedplanks": "warped_planks", - "warpedplankw": "warped_planks", - "warpedplankwood": "warped_planks", - "warpedplankwooden": "warped_planks", - "warpedwoodenplank": "warped_planks", - "warpedwoodplank": "warped_planks", - "warpedwplank": "warped_planks", - "warpplank": "warped_planks", - "warpplankw": "warped_planks", - "warpplankwood": "warped_planks", - "warpplankwooden": "warped_planks", - "warpwoodenplank": "warped_planks", - "warpwoodplank": "warped_planks", - "warpwplank": "warped_planks", - "warped_pressure_plate": { - "material": "WARPED_PRESSURE_PLATE" - }, - "minecraft:warped_pressure_plate": "warped_pressure_plate", - "platewarp": "warped_pressure_plate", - "platewarped": "warped_pressure_plate", - "warpedplate": "warped_pressure_plate", - "warpedpplate": "warped_pressure_plate", - "warpedpressplate": "warped_pressure_plate", - "warpedpressureplate": "warped_pressure_plate", - "warpplate": "warped_pressure_plate", - "warppplate": "warped_pressure_plate", - "warppressplate": "warped_pressure_plate", - "warppressureplate": "warped_pressure_plate", - "warped_roots": { - "material": "WARPED_ROOTS" - }, - "minecraft:warped_roots": "warped_roots", - "warpedroot": "warped_roots", - "warpedroots": "warped_roots", - "warproot": "warped_roots", - "warproots": "warped_roots", - "warped_sign": { - "material": "WARPED_SIGN" - }, - "minecraft:warped_sign": "warped_sign", - "warpedsign": "warped_sign", - "warpsign": "warped_sign", - "warped_slab": { - "material": "WARPED_SLAB" - }, - "minecraft:warped_slab": "warped_slab", - "warpedhalfblock": "warped_slab", - "warpedslab": "warped_slab", - "warpedstep": "warped_slab", - "warpedwhalfblock": "warped_slab", - "warpedwoodenhalfblock": "warped_slab", - "warpedwoodenslab": "warped_slab", - "warpedwoodenstep": "warped_slab", - "warpedwoodhalfblock": "warped_slab", - "warpedwoodslab": "warped_slab", - "warpedwoodstep": "warped_slab", - "warpedwslab": "warped_slab", - "warpedwstep": "warped_slab", - "warphalfblock": "warped_slab", - "warpstep": "warped_slab", - "warpwhalfblock": "warped_slab", - "warpwoodenhalfblock": "warped_slab", - "warpwoodenslab": "warped_slab", - "warpwoodenstep": "warped_slab", - "warpwoodhalfblock": "warped_slab", - "warpwoodslab": "warped_slab", - "warpwoodstep": "warped_slab", - "warpwslab": "warped_slab", - "warpwstep": "warped_slab", - "warped_stairs": { - "material": "WARPED_STAIRS" - }, - "minecraft:warped_stairs": "warped_stairs", - "warpedstair": "warped_stairs", - "warpedstairs": "warped_stairs", - "warpedwoodenstair": "warped_stairs", - "warpedwoodenstairs": "warped_stairs", - "warpedwoodstair": "warped_stairs", - "warpedwoodstairs": "warped_stairs", - "warpedwstair": "warped_stairs", - "warpedwstairs": "warped_stairs", - "warpstair": "warped_stairs", - "warpwoodenstair": "warped_stairs", - "warpwoodenstairs": "warped_stairs", - "warpwoodstair": "warped_stairs", - "warpwoodstairs": "warped_stairs", - "warpwstair": "warped_stairs", - "warpwstairs": "warped_stairs", - "warped_stem": { - "material": "WARPED_STEM" - }, - "logwarp": "warped_stem", - "logwarped": "warped_stem", - "minecraft:warped_stem": "warped_stem", - "stemwarp": "warped_stem", - "stemwarped": "warped_stem", - "warpedlog": "warped_stem", - "warpedstem": "warped_stem", - "warplog": "warped_stem", - "warpstem": "warped_stem", - "warped_trapdoor": { - "material": "WARPED_TRAPDOOR" - }, - "minecraft:warped_trapdoor": "warped_trapdoor", - "warpdoort": "warped_trapdoor", - "warpdoortrap": "warped_trapdoor", - "warpdtrap": "warped_trapdoor", - "warpeddoort": "warped_trapdoor", - "warpeddoortrap": "warped_trapdoor", - "warpeddtrap": "warped_trapdoor", - "warpedhatch": "warped_trapdoor", - "warpedtdoor": "warped_trapdoor", - "warpedtrapd": "warped_trapdoor", - "warpedtrapdoor": "warped_trapdoor", - "warphatch": "warped_trapdoor", - "warptdoor": "warped_trapdoor", - "warptrapd": "warped_trapdoor", - "warptrapdoor": "warped_trapdoor", - "warped_wart_block": { - "material": "WARPED_WART_BLOCK" - }, - "minecraft:warped_wart_block": "warped_wart_block", - "warpedwart": "warped_wart_block", - "warpedwartblock": "warped_wart_block", - "warpwart": "warped_wart_block", - "warpwartblock": "warped_wart_block", - "water_breathing_lingering_potion": { - "potionData": { - "type": "WATER_BREATHING", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotbreath": "water_breathing_lingering_potion", - "aoepotbreathing": "water_breathing_lingering_potion", - "aoepotionbreath": "water_breathing_lingering_potion", - "aoepotionbreathing": "water_breathing_lingering_potion", - "aoepotionwaterbreath": "water_breathing_lingering_potion", - "aoepotionwaterbreathing": "water_breathing_lingering_potion", - "aoepotionwb": "water_breathing_lingering_potion", - "aoepotwaterbreath": "water_breathing_lingering_potion", - "aoepotwaterbreathing": "water_breathing_lingering_potion", - "aoepotwb": "water_breathing_lingering_potion", - "areapotbreath": "water_breathing_lingering_potion", - "areapotbreathing": "water_breathing_lingering_potion", - "areapotionbreath": "water_breathing_lingering_potion", - "areapotionbreathing": "water_breathing_lingering_potion", - "areapotionwaterbreath": "water_breathing_lingering_potion", - "areapotionwaterbreathing": "water_breathing_lingering_potion", - "areapotionwb": "water_breathing_lingering_potion", - "areapotwaterbreath": "water_breathing_lingering_potion", - "areapotwaterbreathing": "water_breathing_lingering_potion", - "areapotwb": "water_breathing_lingering_potion", - "breathaoepoiont": "water_breathing_lingering_potion", - "breathaoepot": "water_breathing_lingering_potion", - "breathareapot": "water_breathing_lingering_potion", - "breathareapotion": "water_breathing_lingering_potion", - "breathcloudpot": "water_breathing_lingering_potion", - "breathcloudpotion": "water_breathing_lingering_potion", - "breathingaoepoiont": "water_breathing_lingering_potion", - "breathingaoepot": "water_breathing_lingering_potion", - "breathingareapot": "water_breathing_lingering_potion", - "breathingareapotion": "water_breathing_lingering_potion", - "breathingcloudpot": "water_breathing_lingering_potion", - "breathingcloudpotion": "water_breathing_lingering_potion", - "breathinglingerpot": "water_breathing_lingering_potion", - "breathlingerpot": "water_breathing_lingering_potion", - "cloudpotbreath": "water_breathing_lingering_potion", - "cloudpotbreathing": "water_breathing_lingering_potion", - "cloudpotionbreath": "water_breathing_lingering_potion", - "cloudpotionbreathing": "water_breathing_lingering_potion", - "cloudpotionwaterbreath": "water_breathing_lingering_potion", - "cloudpotionwaterbreathing": "water_breathing_lingering_potion", - "cloudpotionwb": "water_breathing_lingering_potion", - "cloudpotwaterbreath": "water_breathing_lingering_potion", - "cloudpotwaterbreathing": "water_breathing_lingering_potion", - "cloudpotwb": "water_breathing_lingering_potion", - "lingerpotbreath": "water_breathing_lingering_potion", - "lingerpotbreathing": "water_breathing_lingering_potion", - "lingerpotwaterbreath": "water_breathing_lingering_potion", - "lingerpotwaterbreathing": "water_breathing_lingering_potion", - "lingerpotwb": "water_breathing_lingering_potion", - "waterbreathaoepoiont": "water_breathing_lingering_potion", - "waterbreathaoepot": "water_breathing_lingering_potion", - "waterbreathareapot": "water_breathing_lingering_potion", - "waterbreathareapotion": "water_breathing_lingering_potion", - "waterbreathcloudpot": "water_breathing_lingering_potion", - "waterbreathcloudpotion": "water_breathing_lingering_potion", - "waterbreathingaoepoiont": "water_breathing_lingering_potion", - "waterbreathingaoepot": "water_breathing_lingering_potion", - "waterbreathingareapot": "water_breathing_lingering_potion", - "waterbreathingareapotion": "water_breathing_lingering_potion", - "waterbreathingcloudpot": "water_breathing_lingering_potion", - "waterbreathingcloudpotion": "water_breathing_lingering_potion", - "waterbreathinglingerpot": "water_breathing_lingering_potion", - "waterbreathlingerpot": "water_breathing_lingering_potion", - "wbaoepoiont": "water_breathing_lingering_potion", - "wbaoepot": "water_breathing_lingering_potion", - "wbareapot": "water_breathing_lingering_potion", - "wbareapotion": "water_breathing_lingering_potion", - "wbcloudpot": "water_breathing_lingering_potion", - "wbcloudpotion": "water_breathing_lingering_potion", - "wblingerpot": "water_breathing_lingering_potion", - "water_breathing_potion": { - "potionData": { - "type": "WATER_BREATHING", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "breathingpot": "water_breathing_potion", - "breathingpotion": "water_breathing_potion", - "breathpot": "water_breathing_potion", - "breathpotion": "water_breathing_potion", - "potionofbreath": "water_breathing_potion", - "potionofbreathing": "water_breathing_potion", - "potionofwaterbreath": "water_breathing_potion", - "potionofwaterbreathing": "water_breathing_potion", - "potionofwb": "water_breathing_potion", - "potofbreath": "water_breathing_potion", - "potofbreathing": "water_breathing_potion", - "potofwaterbreath": "water_breathing_potion", - "potofwaterbreathing": "water_breathing_potion", - "potofwb": "water_breathing_potion", - "waterbreathingpot": "water_breathing_potion", - "waterbreathingpotion": "water_breathing_potion", - "waterbreathpot": "water_breathing_potion", - "waterbreathpotion": "water_breathing_potion", - "wbpot": "water_breathing_potion", - "wbpotion": "water_breathing_potion", - "water_breathing_splash_potion": { - "potionData": { - "type": "WATER_BREATHING", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "breathingsplashpot": "water_breathing_splash_potion", - "breathingsplashpotion": "water_breathing_splash_potion", - "breathsplashpot": "water_breathing_splash_potion", - "breathsplashpotion": "water_breathing_splash_potion", - "splashbreathingpot": "water_breathing_splash_potion", - "splashbreathingpotion": "water_breathing_splash_potion", - "splashbreathpot": "water_breathing_splash_potion", - "splashbreathpotion": "water_breathing_splash_potion", - "splashwaterbreathingpot": "water_breathing_splash_potion", - "splashwaterbreathingpotion": "water_breathing_splash_potion", - "splashwaterbreathpot": "water_breathing_splash_potion", - "splashwaterbreathpotion": "water_breathing_splash_potion", - "splashwbpot": "water_breathing_splash_potion", - "splashwbpotion": "water_breathing_splash_potion", - "splbreathingpot": "water_breathing_splash_potion", - "splbreathingpotion": "water_breathing_splash_potion", - "splbreathpot": "water_breathing_splash_potion", - "splbreathpotion": "water_breathing_splash_potion", - "splwaterbreathingpot": "water_breathing_splash_potion", - "splwaterbreathingpotion": "water_breathing_splash_potion", - "splwaterbreathpot": "water_breathing_splash_potion", - "splwaterbreathpotion": "water_breathing_splash_potion", - "splwbpot": "water_breathing_splash_potion", - "splwbpotion": "water_breathing_splash_potion", - "waterbreathingsplashpot": "water_breathing_splash_potion", - "waterbreathingsplashpotion": "water_breathing_splash_potion", - "waterbreathsplashpot": "water_breathing_splash_potion", - "waterbreathsplashpotion": "water_breathing_splash_potion", - "wbsplashpot": "water_breathing_splash_potion", - "wbsplashpotion": "water_breathing_splash_potion", - "water_breathing_tipped_arrow": { - "potionData": { - "type": "WATER_BREATHING", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowbreath": "water_breathing_tipped_arrow", - "arrowbreathing": "water_breathing_tipped_arrow", - "arrowwaterbreath": "water_breathing_tipped_arrow", - "arrowwaterbreathing": "water_breathing_tipped_arrow", - "arrowwb": "water_breathing_tipped_arrow", - "breatharrow": "water_breathing_tipped_arrow", - "breathingarrow": "water_breathing_tipped_arrow", - "breathingtarr": "water_breathing_tipped_arrow", - "breathingtarrow": "water_breathing_tipped_arrow", - "breathingtippedarrow": "water_breathing_tipped_arrow", - "breathtarr": "water_breathing_tipped_arrow", - "breathtarrow": "water_breathing_tipped_arrow", - "breathtippedarrow": "water_breathing_tipped_arrow", - "waterbreatharrow": "water_breathing_tipped_arrow", - "waterbreathingarrow": "water_breathing_tipped_arrow", - "waterbreathingtarr": "water_breathing_tipped_arrow", - "waterbreathingtarrow": "water_breathing_tipped_arrow", - "waterbreathingtippedarrow": "water_breathing_tipped_arrow", - "waterbreathtarr": "water_breathing_tipped_arrow", - "waterbreathtarrow": "water_breathing_tipped_arrow", - "waterbreathtippedarrow": "water_breathing_tipped_arrow", - "wbarrow": "water_breathing_tipped_arrow", - "wbtarr": "water_breathing_tipped_arrow", - "wbtarrow": "water_breathing_tipped_arrow", - "wbtippedarrow": "water_breathing_tipped_arrow", - "water_bucket": { - "material": "WATER_BUCKET" - }, - "minecraft:water_bucket": "water_bucket", - "waterbucket": "water_bucket", - "water_lingering_potion": { - "potionData": { - "type": "WATER", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotionwater": "water_lingering_potion", - "aoepotwater": "water_lingering_potion", - "areapotionwater": "water_lingering_potion", - "areapotwater": "water_lingering_potion", - "cloudpotionwater": "water_lingering_potion", - "cloudpotwater": "water_lingering_potion", - "lingerpotwater": "water_lingering_potion", - "wateraoepoiont": "water_lingering_potion", - "wateraoepot": "water_lingering_potion", - "waterareapot": "water_lingering_potion", - "waterareapotion": "water_lingering_potion", - "watercloudpot": "water_lingering_potion", - "watercloudpotion": "water_lingering_potion", - "waterlingerpot": "water_lingering_potion", - "water_potion": { - "potionData": { - "type": "WATER", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "potionofwater": "water_potion", - "potofwater": "water_potion", - "waterpot": "water_potion", - "waterpotion": "water_potion", - "water_splash_potion": { - "potionData": { - "type": "WATER", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "splashwaterpot": "water_splash_potion", - "splashwaterpotion": "water_splash_potion", - "splwaterpot": "water_splash_potion", - "splwaterpotion": "water_splash_potion", - "watersplashpot": "water_splash_potion", - "watersplashpotion": "water_splash_potion", - "water_tipped_arrow": { - "potionData": { - "type": "WATER", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowwater": "water_tipped_arrow", - "waterarrow": "water_tipped_arrow", - "watertarr": "water_tipped_arrow", - "watertarrow": "water_tipped_arrow", - "watertippedarrow": "water_tipped_arrow", - "waxed_copper_block": { - "material": "WAXED_COPPER_BLOCK" - }, - "minecraft:waxed_copper_block": "waxed_copper_block", - "wacoblock": "waxed_copper_block", - "wacopblock": "waxed_copper_block", - "wacopperblock": "waxed_copper_block", - "waxcoblock": "waxed_copper_block", - "waxcopblock": "waxed_copper_block", - "waxcopperblock": "waxed_copper_block", - "waxedcoblock": "waxed_copper_block", - "waxedcopblock": "waxed_copper_block", - "waxedcopperblock": "waxed_copper_block", - "waxed_cut_copper": { - "material": "WAXED_CUT_COPPER" - }, - "cutwacoblock": "waxed_cut_copper", - "cutwacopblock": "waxed_cut_copper", - "cutwacopperblock": "waxed_cut_copper", - "cutwaxcoblock": "waxed_cut_copper", - "cutwaxcopblock": "waxed_cut_copper", - "cutwaxcopperblock": "waxed_cut_copper", - "cutwaxedcoblock": "waxed_cut_copper", - "cutwaxedcopblock": "waxed_cut_copper", - "cutwaxedcopperblock": "waxed_cut_copper", - "cwacoblock": "waxed_cut_copper", - "cwacopblock": "waxed_cut_copper", - "cwacopperblock": "waxed_cut_copper", - "cwaxcoblock": "waxed_cut_copper", - "cwaxcopblock": "waxed_cut_copper", - "cwaxcopperblock": "waxed_cut_copper", - "cwaxedcoblock": "waxed_cut_copper", - "cwaxedcopblock": "waxed_cut_copper", - "cwaxedcopperblock": "waxed_cut_copper", - "minecraft:waxed_cut_copper": "waxed_cut_copper", - "waccoblock": "waxed_cut_copper", - "waccopblock": "waxed_cut_copper", - "waccopperblock": "waxed_cut_copper", - "wacutcoblock": "waxed_cut_copper", - "wacutcopblock": "waxed_cut_copper", - "wacutcopperblock": "waxed_cut_copper", - "waxccoblock": "waxed_cut_copper", - "waxccopblock": "waxed_cut_copper", - "waxccopperblock": "waxed_cut_copper", - "waxcutcoblock": "waxed_cut_copper", - "waxcutcopblock": "waxed_cut_copper", - "waxcutcopperblock": "waxed_cut_copper", - "waxedccoblock": "waxed_cut_copper", - "waxedccopblock": "waxed_cut_copper", - "waxedccopperblock": "waxed_cut_copper", - "waxedcutcoblock": "waxed_cut_copper", - "waxedcutcopblock": "waxed_cut_copper", - "waxedcutcopper": "waxed_cut_copper", - "waxedcutcopperblock": "waxed_cut_copper", - "waxed_cut_copper_slab": { - "material": "WAXED_CUT_COPPER_SLAB" - }, - "cutwacohalfblock": "waxed_cut_copper_slab", - "cutwacophalfblock": "waxed_cut_copper_slab", - "cutwacopperhalfblock": "waxed_cut_copper_slab", - "cutwacoppersl": "waxed_cut_copper_slab", - "cutwacopperslab": "waxed_cut_copper_slab", - "cutwacopperstep": "waxed_cut_copper_slab", - "cutwacopsl": "waxed_cut_copper_slab", - "cutwacopslab": "waxed_cut_copper_slab", - "cutwacopstep": "waxed_cut_copper_slab", - "cutwacosl": "waxed_cut_copper_slab", - "cutwacoslab": "waxed_cut_copper_slab", - "cutwacostep": "waxed_cut_copper_slab", - "cutwaxcohalfblock": "waxed_cut_copper_slab", - "cutwaxcophalfblock": "waxed_cut_copper_slab", - "cutwaxcopperhalfblock": "waxed_cut_copper_slab", - "cutwaxcoppersl": "waxed_cut_copper_slab", - "cutwaxcopperslab": "waxed_cut_copper_slab", - "cutwaxcopperstep": "waxed_cut_copper_slab", - "cutwaxcopsl": "waxed_cut_copper_slab", - "cutwaxcopslab": "waxed_cut_copper_slab", - "cutwaxcopstep": "waxed_cut_copper_slab", - "cutwaxcosl": "waxed_cut_copper_slab", - "cutwaxcoslab": "waxed_cut_copper_slab", - "cutwaxcostep": "waxed_cut_copper_slab", - "cutwaxedcohalfblock": "waxed_cut_copper_slab", - "cutwaxedcophalfblock": "waxed_cut_copper_slab", - "cutwaxedcopperhalfblock": "waxed_cut_copper_slab", - "cutwaxedcoppersl": "waxed_cut_copper_slab", - "cutwaxedcopperslab": "waxed_cut_copper_slab", - "cutwaxedcopperstep": "waxed_cut_copper_slab", - "cutwaxedcopsl": "waxed_cut_copper_slab", - "cutwaxedcopslab": "waxed_cut_copper_slab", - "cutwaxedcopstep": "waxed_cut_copper_slab", - "cutwaxedcosl": "waxed_cut_copper_slab", - "cutwaxedcoslab": "waxed_cut_copper_slab", - "cutwaxedcostep": "waxed_cut_copper_slab", - "cwacohalfblock": "waxed_cut_copper_slab", - "cwacophalfblock": "waxed_cut_copper_slab", - "cwacopperhalfblock": "waxed_cut_copper_slab", - "cwacoppersl": "waxed_cut_copper_slab", - "cwacopperslab": "waxed_cut_copper_slab", - "cwacopperstep": "waxed_cut_copper_slab", - "cwacopsl": "waxed_cut_copper_slab", - "cwacopslab": "waxed_cut_copper_slab", - "cwacopstep": "waxed_cut_copper_slab", - "cwacosl": "waxed_cut_copper_slab", - "cwacoslab": "waxed_cut_copper_slab", - "cwacostep": "waxed_cut_copper_slab", - "cwaxcohalfblock": "waxed_cut_copper_slab", - "cwaxcophalfblock": "waxed_cut_copper_slab", - "cwaxcopperhalfblock": "waxed_cut_copper_slab", - "cwaxcoppersl": "waxed_cut_copper_slab", - "cwaxcopperslab": "waxed_cut_copper_slab", - "cwaxcopperstep": "waxed_cut_copper_slab", - "cwaxcopsl": "waxed_cut_copper_slab", - "cwaxcopslab": "waxed_cut_copper_slab", - "cwaxcopstep": "waxed_cut_copper_slab", - "cwaxcosl": "waxed_cut_copper_slab", - "cwaxcoslab": "waxed_cut_copper_slab", - "cwaxcostep": "waxed_cut_copper_slab", - "cwaxedcohalfblock": "waxed_cut_copper_slab", - "cwaxedcophalfblock": "waxed_cut_copper_slab", - "cwaxedcopperhalfblock": "waxed_cut_copper_slab", - "cwaxedcoppersl": "waxed_cut_copper_slab", - "cwaxedcopperslab": "waxed_cut_copper_slab", - "cwaxedcopperstep": "waxed_cut_copper_slab", - "cwaxedcopsl": "waxed_cut_copper_slab", - "cwaxedcopslab": "waxed_cut_copper_slab", - "cwaxedcopstep": "waxed_cut_copper_slab", - "cwaxedcosl": "waxed_cut_copper_slab", - "cwaxedcoslab": "waxed_cut_copper_slab", - "cwaxedcostep": "waxed_cut_copper_slab", - "minecraft:waxed_cut_copper_slab": "waxed_cut_copper_slab", - "waccohalfblock": "waxed_cut_copper_slab", - "waccophalfblock": "waxed_cut_copper_slab", - "waccopperhalfblock": "waxed_cut_copper_slab", - "waccoppersl": "waxed_cut_copper_slab", - "waccopperslab": "waxed_cut_copper_slab", - "waccopperstep": "waxed_cut_copper_slab", - "waccopsl": "waxed_cut_copper_slab", - "waccopslab": "waxed_cut_copper_slab", - "waccopstep": "waxed_cut_copper_slab", - "waccosl": "waxed_cut_copper_slab", - "waccoslab": "waxed_cut_copper_slab", - "waccostep": "waxed_cut_copper_slab", - "wacutcohalfblock": "waxed_cut_copper_slab", - "wacutcophalfblock": "waxed_cut_copper_slab", - "wacutcopperhalfblock": "waxed_cut_copper_slab", - "wacutcoppersl": "waxed_cut_copper_slab", - "wacutcopperslab": "waxed_cut_copper_slab", - "wacutcopperstep": "waxed_cut_copper_slab", - "wacutcopsl": "waxed_cut_copper_slab", - "wacutcopslab": "waxed_cut_copper_slab", - "wacutcopstep": "waxed_cut_copper_slab", - "wacutcosl": "waxed_cut_copper_slab", - "wacutcoslab": "waxed_cut_copper_slab", - "wacutcostep": "waxed_cut_copper_slab", - "waxccohalfblock": "waxed_cut_copper_slab", - "waxccophalfblock": "waxed_cut_copper_slab", - "waxccopperhalfblock": "waxed_cut_copper_slab", - "waxccoppersl": "waxed_cut_copper_slab", - "waxccopperslab": "waxed_cut_copper_slab", - "waxccopperstep": "waxed_cut_copper_slab", - "waxccopsl": "waxed_cut_copper_slab", - "waxccopslab": "waxed_cut_copper_slab", - "waxccopstep": "waxed_cut_copper_slab", - "waxccosl": "waxed_cut_copper_slab", - "waxccoslab": "waxed_cut_copper_slab", - "waxccostep": "waxed_cut_copper_slab", - "waxcutcohalfblock": "waxed_cut_copper_slab", - "waxcutcophalfblock": "waxed_cut_copper_slab", - "waxcutcopperhalfblock": "waxed_cut_copper_slab", - "waxcutcoppersl": "waxed_cut_copper_slab", - "waxcutcopperslab": "waxed_cut_copper_slab", - "waxcutcopperstep": "waxed_cut_copper_slab", - "waxcutcopsl": "waxed_cut_copper_slab", - "waxcutcopslab": "waxed_cut_copper_slab", - "waxcutcopstep": "waxed_cut_copper_slab", - "waxcutcosl": "waxed_cut_copper_slab", - "waxcutcoslab": "waxed_cut_copper_slab", - "waxcutcostep": "waxed_cut_copper_slab", - "waxedccohalfblock": "waxed_cut_copper_slab", - "waxedccophalfblock": "waxed_cut_copper_slab", - "waxedccopperhalfblock": "waxed_cut_copper_slab", - "waxedccoppersl": "waxed_cut_copper_slab", - "waxedccopperslab": "waxed_cut_copper_slab", - "waxedccopperstep": "waxed_cut_copper_slab", - "waxedccopsl": "waxed_cut_copper_slab", - "waxedccopslab": "waxed_cut_copper_slab", - "waxedccopstep": "waxed_cut_copper_slab", - "waxedccosl": "waxed_cut_copper_slab", - "waxedccoslab": "waxed_cut_copper_slab", - "waxedccostep": "waxed_cut_copper_slab", - "waxedcutcohalfblock": "waxed_cut_copper_slab", - "waxedcutcophalfblock": "waxed_cut_copper_slab", - "waxedcutcopperhalfblock": "waxed_cut_copper_slab", - "waxedcutcoppersl": "waxed_cut_copper_slab", - "waxedcutcopperslab": "waxed_cut_copper_slab", - "waxedcutcopperstep": "waxed_cut_copper_slab", - "waxedcutcopsl": "waxed_cut_copper_slab", - "waxedcutcopslab": "waxed_cut_copper_slab", - "waxedcutcopstep": "waxed_cut_copper_slab", - "waxedcutcosl": "waxed_cut_copper_slab", - "waxedcutcoslab": "waxed_cut_copper_slab", - "waxedcutcostep": "waxed_cut_copper_slab", - "waxed_cut_copper_stairs": { - "material": "WAXED_CUT_COPPER_STAIRS" - }, - "cutwacopperstair": "waxed_cut_copper_stairs", - "cutwacopperstairs": "waxed_cut_copper_stairs", - "cutwacopstair": "waxed_cut_copper_stairs", - "cutwacopstairs": "waxed_cut_copper_stairs", - "cutwacostair": "waxed_cut_copper_stairs", - "cutwacostairs": "waxed_cut_copper_stairs", - "cutwaxcopperstair": "waxed_cut_copper_stairs", - "cutwaxcopperstairs": "waxed_cut_copper_stairs", - "cutwaxcopstair": "waxed_cut_copper_stairs", - "cutwaxcopstairs": "waxed_cut_copper_stairs", - "cutwaxcostair": "waxed_cut_copper_stairs", - "cutwaxcostairs": "waxed_cut_copper_stairs", - "cutwaxedcopperstair": "waxed_cut_copper_stairs", - "cutwaxedcopperstairs": "waxed_cut_copper_stairs", - "cutwaxedcopstair": "waxed_cut_copper_stairs", - "cutwaxedcopstairs": "waxed_cut_copper_stairs", - "cutwaxedcostair": "waxed_cut_copper_stairs", - "cutwaxedcostairs": "waxed_cut_copper_stairs", - "cwacopperstair": "waxed_cut_copper_stairs", - "cwacopperstairs": "waxed_cut_copper_stairs", - "cwacopstair": "waxed_cut_copper_stairs", - "cwacopstairs": "waxed_cut_copper_stairs", - "cwacostair": "waxed_cut_copper_stairs", - "cwacostairs": "waxed_cut_copper_stairs", - "cwaxcopperstair": "waxed_cut_copper_stairs", - "cwaxcopperstairs": "waxed_cut_copper_stairs", - "cwaxcopstair": "waxed_cut_copper_stairs", - "cwaxcopstairs": "waxed_cut_copper_stairs", - "cwaxcostair": "waxed_cut_copper_stairs", - "cwaxcostairs": "waxed_cut_copper_stairs", - "cwaxedcopperstair": "waxed_cut_copper_stairs", - "cwaxedcopperstairs": "waxed_cut_copper_stairs", - "cwaxedcopstair": "waxed_cut_copper_stairs", - "cwaxedcopstairs": "waxed_cut_copper_stairs", - "cwaxedcostair": "waxed_cut_copper_stairs", - "cwaxedcostairs": "waxed_cut_copper_stairs", - "minecraft:waxed_cut_copper_stairs": "waxed_cut_copper_stairs", - "waccopperstair": "waxed_cut_copper_stairs", - "waccopperstairs": "waxed_cut_copper_stairs", - "waccopstair": "waxed_cut_copper_stairs", - "waccopstairs": "waxed_cut_copper_stairs", - "waccostair": "waxed_cut_copper_stairs", - "waccostairs": "waxed_cut_copper_stairs", - "wacutcopperstair": "waxed_cut_copper_stairs", - "wacutcopperstairs": "waxed_cut_copper_stairs", - "wacutcopstair": "waxed_cut_copper_stairs", - "wacutcopstairs": "waxed_cut_copper_stairs", - "wacutcostair": "waxed_cut_copper_stairs", - "wacutcostairs": "waxed_cut_copper_stairs", - "waxccopperstair": "waxed_cut_copper_stairs", - "waxccopperstairs": "waxed_cut_copper_stairs", - "waxccopstair": "waxed_cut_copper_stairs", - "waxccopstairs": "waxed_cut_copper_stairs", - "waxccostair": "waxed_cut_copper_stairs", - "waxccostairs": "waxed_cut_copper_stairs", - "waxcutcopperstair": "waxed_cut_copper_stairs", - "waxcutcopperstairs": "waxed_cut_copper_stairs", - "waxcutcopstair": "waxed_cut_copper_stairs", - "waxcutcopstairs": "waxed_cut_copper_stairs", - "waxcutcostair": "waxed_cut_copper_stairs", - "waxcutcostairs": "waxed_cut_copper_stairs", - "waxedccopperstair": "waxed_cut_copper_stairs", - "waxedccopperstairs": "waxed_cut_copper_stairs", - "waxedccopstair": "waxed_cut_copper_stairs", - "waxedccopstairs": "waxed_cut_copper_stairs", - "waxedccostair": "waxed_cut_copper_stairs", - "waxedccostairs": "waxed_cut_copper_stairs", - "waxedcutcopperstair": "waxed_cut_copper_stairs", - "waxedcutcopperstairs": "waxed_cut_copper_stairs", - "waxedcutcopstair": "waxed_cut_copper_stairs", - "waxedcutcopstairs": "waxed_cut_copper_stairs", - "waxedcutcostair": "waxed_cut_copper_stairs", - "waxedcutcostairs": "waxed_cut_copper_stairs", - "waxed_exposed_copper": { - "material": "WAXED_EXPOSED_COPPER" - }, - "exposedwacoblock": "waxed_exposed_copper", - "exposedwacopblock": "waxed_exposed_copper", - "exposedwacopperblock": "waxed_exposed_copper", - "exposedwaxcoblock": "waxed_exposed_copper", - "exposedwaxcopblock": "waxed_exposed_copper", - "exposedwaxcopperblock": "waxed_exposed_copper", - "exposedwaxedcoblock": "waxed_exposed_copper", - "exposedwaxedcopblock": "waxed_exposed_copper", - "exposedwaxedcopperblock": "waxed_exposed_copper", - "expwacoblock": "waxed_exposed_copper", - "expwacopblock": "waxed_exposed_copper", - "expwacopperblock": "waxed_exposed_copper", - "expwaxcoblock": "waxed_exposed_copper", - "expwaxcopblock": "waxed_exposed_copper", - "expwaxcopperblock": "waxed_exposed_copper", - "expwaxedcoblock": "waxed_exposed_copper", - "expwaxedcopblock": "waxed_exposed_copper", - "expwaxedcopperblock": "waxed_exposed_copper", - "exwacoblock": "waxed_exposed_copper", - "exwacopblock": "waxed_exposed_copper", - "exwacopperblock": "waxed_exposed_copper", - "exwaxcoblock": "waxed_exposed_copper", - "exwaxcopblock": "waxed_exposed_copper", - "exwaxcopperblock": "waxed_exposed_copper", - "exwaxedcoblock": "waxed_exposed_copper", - "exwaxedcopblock": "waxed_exposed_copper", - "exwaxedcopperblock": "waxed_exposed_copper", - "minecraft:waxed_exposed_copper": "waxed_exposed_copper", - "waexcoblock": "waxed_exposed_copper", - "waexcopblock": "waxed_exposed_copper", - "waexcopperblock": "waxed_exposed_copper", - "waexpcoblock": "waxed_exposed_copper", - "waexpcopblock": "waxed_exposed_copper", - "waexpcopperblock": "waxed_exposed_copper", - "waexposedcoblock": "waxed_exposed_copper", - "waexposedcopblock": "waxed_exposed_copper", - "waexposedcopperblock": "waxed_exposed_copper", - "waxedexcoblock": "waxed_exposed_copper", - "waxedexcopblock": "waxed_exposed_copper", - "waxedexcopperblock": "waxed_exposed_copper", - "waxedexpcoblock": "waxed_exposed_copper", - "waxedexpcopblock": "waxed_exposed_copper", - "waxedexpcopperblock": "waxed_exposed_copper", - "waxedexposedcoblock": "waxed_exposed_copper", - "waxedexposedcopblock": "waxed_exposed_copper", - "waxedexposedcopper": "waxed_exposed_copper", - "waxedexposedcopperblock": "waxed_exposed_copper", - "waxexcoblock": "waxed_exposed_copper", - "waxexcopblock": "waxed_exposed_copper", - "waxexcopperblock": "waxed_exposed_copper", - "waxexpcoblock": "waxed_exposed_copper", - "waxexpcopblock": "waxed_exposed_copper", - "waxexpcopperblock": "waxed_exposed_copper", - "waxexposedcoblock": "waxed_exposed_copper", - "waxexposedcopblock": "waxed_exposed_copper", - "waxexposedcopperblock": "waxed_exposed_copper", - "waxed_exposed_cut_copper": { - "material": "WAXED_EXPOSED_CUT_COPPER" - }, - "cexposedwacoblock": "waxed_exposed_cut_copper", - "cexposedwacopblock": "waxed_exposed_cut_copper", - "cexposedwacopperblock": "waxed_exposed_cut_copper", - "cexposedwaxcoblock": "waxed_exposed_cut_copper", - "cexposedwaxcopblock": "waxed_exposed_cut_copper", - "cexposedwaxcopperblock": "waxed_exposed_cut_copper", - "cexposedwaxedcoblock": "waxed_exposed_cut_copper", - "cexposedwaxedcopblock": "waxed_exposed_cut_copper", - "cexposedwaxedcopperblock": "waxed_exposed_cut_copper", - "cexpwacoblock": "waxed_exposed_cut_copper", - "cexpwacopblock": "waxed_exposed_cut_copper", - "cexpwacopperblock": "waxed_exposed_cut_copper", - "cexpwaxcoblock": "waxed_exposed_cut_copper", - "cexpwaxcopblock": "waxed_exposed_cut_copper", - "cexpwaxcopperblock": "waxed_exposed_cut_copper", - "cexpwaxedcoblock": "waxed_exposed_cut_copper", - "cexpwaxedcopblock": "waxed_exposed_cut_copper", - "cexpwaxedcopperblock": "waxed_exposed_cut_copper", - "cexwacoblock": "waxed_exposed_cut_copper", - "cexwacopblock": "waxed_exposed_cut_copper", - "cexwacopperblock": "waxed_exposed_cut_copper", - "cexwaxcoblock": "waxed_exposed_cut_copper", - "cexwaxcopblock": "waxed_exposed_cut_copper", - "cexwaxcopperblock": "waxed_exposed_cut_copper", - "cexwaxedcoblock": "waxed_exposed_cut_copper", - "cexwaxedcopblock": "waxed_exposed_cut_copper", - "cexwaxedcopperblock": "waxed_exposed_cut_copper", - "cutexposedwacoblock": "waxed_exposed_cut_copper", - "cutexposedwacopblock": "waxed_exposed_cut_copper", - "cutexposedwacopperblock": "waxed_exposed_cut_copper", - "cutexposedwaxcoblock": "waxed_exposed_cut_copper", - "cutexposedwaxcopblock": "waxed_exposed_cut_copper", - "cutexposedwaxcopperblock": "waxed_exposed_cut_copper", - "cutexposedwaxedcoblock": "waxed_exposed_cut_copper", - "cutexposedwaxedcopblock": "waxed_exposed_cut_copper", - "cutexposedwaxedcopperblock": "waxed_exposed_cut_copper", - "cutexpwacoblock": "waxed_exposed_cut_copper", - "cutexpwacopblock": "waxed_exposed_cut_copper", - "cutexpwacopperblock": "waxed_exposed_cut_copper", - "cutexpwaxcoblock": "waxed_exposed_cut_copper", - "cutexpwaxcopblock": "waxed_exposed_cut_copper", - "cutexpwaxcopperblock": "waxed_exposed_cut_copper", - "cutexpwaxedcoblock": "waxed_exposed_cut_copper", - "cutexpwaxedcopblock": "waxed_exposed_cut_copper", - "cutexpwaxedcopperblock": "waxed_exposed_cut_copper", - "cutexwacoblock": "waxed_exposed_cut_copper", - "cutexwacopblock": "waxed_exposed_cut_copper", - "cutexwacopperblock": "waxed_exposed_cut_copper", - "cutexwaxcoblock": "waxed_exposed_cut_copper", - "cutexwaxcopblock": "waxed_exposed_cut_copper", - "cutexwaxcopperblock": "waxed_exposed_cut_copper", - "cutexwaxedcoblock": "waxed_exposed_cut_copper", - "cutexwaxedcopblock": "waxed_exposed_cut_copper", - "cutexwaxedcopperblock": "waxed_exposed_cut_copper", - "cutwaexcoblock": "waxed_exposed_cut_copper", - "cutwaexcopblock": "waxed_exposed_cut_copper", - "cutwaexcopperblock": "waxed_exposed_cut_copper", - "cutwaexpcoblock": "waxed_exposed_cut_copper", - "cutwaexpcopblock": "waxed_exposed_cut_copper", - "cutwaexpcopperblock": "waxed_exposed_cut_copper", - "cutwaexposedcoblock": "waxed_exposed_cut_copper", - "cutwaexposedcopblock": "waxed_exposed_cut_copper", - "cutwaexposedcopperblock": "waxed_exposed_cut_copper", - "cutwaxedexcoblock": "waxed_exposed_cut_copper", - "cutwaxedexcopblock": "waxed_exposed_cut_copper", - "cutwaxedexcopperblock": "waxed_exposed_cut_copper", - "cutwaxedexpcoblock": "waxed_exposed_cut_copper", - "cutwaxedexpcopblock": "waxed_exposed_cut_copper", - "cutwaxedexpcopperblock": "waxed_exposed_cut_copper", - "cutwaxedexposedcoblock": "waxed_exposed_cut_copper", - "cutwaxedexposedcopblock": "waxed_exposed_cut_copper", - "cutwaxedexposedcopperblock": "waxed_exposed_cut_copper", - "cutwaxexcoblock": "waxed_exposed_cut_copper", - "cutwaxexcopblock": "waxed_exposed_cut_copper", - "cutwaxexcopperblock": "waxed_exposed_cut_copper", - "cutwaxexpcoblock": "waxed_exposed_cut_copper", - "cutwaxexpcopblock": "waxed_exposed_cut_copper", - "cutwaxexpcopperblock": "waxed_exposed_cut_copper", - "cutwaxexposedcoblock": "waxed_exposed_cut_copper", - "cutwaxexposedcopblock": "waxed_exposed_cut_copper", - "cutwaxexposedcopperblock": "waxed_exposed_cut_copper", - "cwaexcoblock": "waxed_exposed_cut_copper", - "cwaexcopblock": "waxed_exposed_cut_copper", - "cwaexcopperblock": "waxed_exposed_cut_copper", - "cwaexpcoblock": "waxed_exposed_cut_copper", - "cwaexpcopblock": "waxed_exposed_cut_copper", - "cwaexpcopperblock": "waxed_exposed_cut_copper", - "cwaexposedcoblock": "waxed_exposed_cut_copper", - "cwaexposedcopblock": "waxed_exposed_cut_copper", - "cwaexposedcopperblock": "waxed_exposed_cut_copper", - "cwaxedexcoblock": "waxed_exposed_cut_copper", - "cwaxedexcopblock": "waxed_exposed_cut_copper", - "cwaxedexcopperblock": "waxed_exposed_cut_copper", - "cwaxedexpcoblock": "waxed_exposed_cut_copper", - "cwaxedexpcopblock": "waxed_exposed_cut_copper", - "cwaxedexpcopperblock": "waxed_exposed_cut_copper", - "cwaxedexposedcoblock": "waxed_exposed_cut_copper", - "cwaxedexposedcopblock": "waxed_exposed_cut_copper", - "cwaxedexposedcopperblock": "waxed_exposed_cut_copper", - "cwaxexcoblock": "waxed_exposed_cut_copper", - "cwaxexcopblock": "waxed_exposed_cut_copper", - "cwaxexcopperblock": "waxed_exposed_cut_copper", - "cwaxexpcoblock": "waxed_exposed_cut_copper", - "cwaxexpcopblock": "waxed_exposed_cut_copper", - "cwaxexpcopperblock": "waxed_exposed_cut_copper", - "cwaxexposedcoblock": "waxed_exposed_cut_copper", - "cwaxexposedcopblock": "waxed_exposed_cut_copper", - "cwaxexposedcopperblock": "waxed_exposed_cut_copper", - "excutwacoblock": "waxed_exposed_cut_copper", - "excutwacopblock": "waxed_exposed_cut_copper", - "excutwacopperblock": "waxed_exposed_cut_copper", - "excutwaxcoblock": "waxed_exposed_cut_copper", - "excutwaxcopblock": "waxed_exposed_cut_copper", - "excutwaxcopperblock": "waxed_exposed_cut_copper", - "excutwaxedcoblock": "waxed_exposed_cut_copper", - "excutwaxedcopblock": "waxed_exposed_cut_copper", - "excutwaxedcopperblock": "waxed_exposed_cut_copper", - "excwacoblock": "waxed_exposed_cut_copper", - "excwacopblock": "waxed_exposed_cut_copper", - "excwacopperblock": "waxed_exposed_cut_copper", - "excwaxcoblock": "waxed_exposed_cut_copper", - "excwaxcopblock": "waxed_exposed_cut_copper", - "excwaxcopperblock": "waxed_exposed_cut_copper", - "excwaxedcoblock": "waxed_exposed_cut_copper", - "excwaxedcopblock": "waxed_exposed_cut_copper", - "excwaxedcopperblock": "waxed_exposed_cut_copper", - "expcutwacoblock": "waxed_exposed_cut_copper", - "expcutwacopblock": "waxed_exposed_cut_copper", - "expcutwacopperblock": "waxed_exposed_cut_copper", - "expcutwaxcoblock": "waxed_exposed_cut_copper", - "expcutwaxcopblock": "waxed_exposed_cut_copper", - "expcutwaxcopperblock": "waxed_exposed_cut_copper", - "expcutwaxedcoblock": "waxed_exposed_cut_copper", - "expcutwaxedcopblock": "waxed_exposed_cut_copper", - "expcutwaxedcopperblock": "waxed_exposed_cut_copper", - "expcwacoblock": "waxed_exposed_cut_copper", - "expcwacopblock": "waxed_exposed_cut_copper", - "expcwacopperblock": "waxed_exposed_cut_copper", - "expcwaxcoblock": "waxed_exposed_cut_copper", - "expcwaxcopblock": "waxed_exposed_cut_copper", - "expcwaxcopperblock": "waxed_exposed_cut_copper", - "expcwaxedcoblock": "waxed_exposed_cut_copper", - "expcwaxedcopblock": "waxed_exposed_cut_copper", - "expcwaxedcopperblock": "waxed_exposed_cut_copper", - "exposedcutwacoblock": "waxed_exposed_cut_copper", - "exposedcutwacopblock": "waxed_exposed_cut_copper", - "exposedcutwacopperblock": "waxed_exposed_cut_copper", - "exposedcutwaxcoblock": "waxed_exposed_cut_copper", - "exposedcutwaxcopblock": "waxed_exposed_cut_copper", - "exposedcutwaxcopperblock": "waxed_exposed_cut_copper", - "exposedcutwaxedcoblock": "waxed_exposed_cut_copper", - "exposedcutwaxedcopblock": "waxed_exposed_cut_copper", - "exposedcutwaxedcopperblock": "waxed_exposed_cut_copper", - "exposedcwacoblock": "waxed_exposed_cut_copper", - "exposedcwacopblock": "waxed_exposed_cut_copper", - "exposedcwacopperblock": "waxed_exposed_cut_copper", - "exposedcwaxcoblock": "waxed_exposed_cut_copper", - "exposedcwaxcopblock": "waxed_exposed_cut_copper", - "exposedcwaxcopperblock": "waxed_exposed_cut_copper", - "exposedcwaxedcoblock": "waxed_exposed_cut_copper", - "exposedcwaxedcopblock": "waxed_exposed_cut_copper", - "exposedcwaxedcopperblock": "waxed_exposed_cut_copper", - "exposedwaccoblock": "waxed_exposed_cut_copper", - "exposedwaccopblock": "waxed_exposed_cut_copper", - "exposedwaccopperblock": "waxed_exposed_cut_copper", - "exposedwacutcoblock": "waxed_exposed_cut_copper", - "exposedwacutcopblock": "waxed_exposed_cut_copper", - "exposedwacutcopperblock": "waxed_exposed_cut_copper", - "exposedwaxccoblock": "waxed_exposed_cut_copper", - "exposedwaxccopblock": "waxed_exposed_cut_copper", - "exposedwaxccopperblock": "waxed_exposed_cut_copper", - "exposedwaxcutcoblock": "waxed_exposed_cut_copper", - "exposedwaxcutcopblock": "waxed_exposed_cut_copper", - "exposedwaxcutcopperblock": "waxed_exposed_cut_copper", - "exposedwaxedccoblock": "waxed_exposed_cut_copper", - "exposedwaxedccopblock": "waxed_exposed_cut_copper", - "exposedwaxedccopperblock": "waxed_exposed_cut_copper", - "exposedwaxedcutcoblock": "waxed_exposed_cut_copper", - "exposedwaxedcutcopblock": "waxed_exposed_cut_copper", - "exposedwaxedcutcopperblock": "waxed_exposed_cut_copper", - "expwaccoblock": "waxed_exposed_cut_copper", - "expwaccopblock": "waxed_exposed_cut_copper", - "expwaccopperblock": "waxed_exposed_cut_copper", - "expwacutcoblock": "waxed_exposed_cut_copper", - "expwacutcopblock": "waxed_exposed_cut_copper", - "expwacutcopperblock": "waxed_exposed_cut_copper", - "expwaxccoblock": "waxed_exposed_cut_copper", - "expwaxccopblock": "waxed_exposed_cut_copper", - "expwaxccopperblock": "waxed_exposed_cut_copper", - "expwaxcutcoblock": "waxed_exposed_cut_copper", - "expwaxcutcopblock": "waxed_exposed_cut_copper", - "expwaxcutcopperblock": "waxed_exposed_cut_copper", - "expwaxedccoblock": "waxed_exposed_cut_copper", - "expwaxedccopblock": "waxed_exposed_cut_copper", - "expwaxedccopperblock": "waxed_exposed_cut_copper", - "expwaxedcutcoblock": "waxed_exposed_cut_copper", - "expwaxedcutcopblock": "waxed_exposed_cut_copper", - "expwaxedcutcopperblock": "waxed_exposed_cut_copper", - "exwaccoblock": "waxed_exposed_cut_copper", - "exwaccopblock": "waxed_exposed_cut_copper", - "exwaccopperblock": "waxed_exposed_cut_copper", - "exwacutcoblock": "waxed_exposed_cut_copper", - "exwacutcopblock": "waxed_exposed_cut_copper", - "exwacutcopperblock": "waxed_exposed_cut_copper", - "exwaxccoblock": "waxed_exposed_cut_copper", - "exwaxccopblock": "waxed_exposed_cut_copper", - "exwaxccopperblock": "waxed_exposed_cut_copper", - "exwaxcutcoblock": "waxed_exposed_cut_copper", - "exwaxcutcopblock": "waxed_exposed_cut_copper", - "exwaxcutcopperblock": "waxed_exposed_cut_copper", - "exwaxedccoblock": "waxed_exposed_cut_copper", - "exwaxedccopblock": "waxed_exposed_cut_copper", - "exwaxedccopperblock": "waxed_exposed_cut_copper", - "exwaxedcutcoblock": "waxed_exposed_cut_copper", - "exwaxedcutcopblock": "waxed_exposed_cut_copper", - "exwaxedcutcopperblock": "waxed_exposed_cut_copper", - "minecraft:waxed_exposed_cut_copper": "waxed_exposed_cut_copper", - "wacexcoblock": "waxed_exposed_cut_copper", - "wacexcopblock": "waxed_exposed_cut_copper", - "wacexcopperblock": "waxed_exposed_cut_copper", - "wacexpcoblock": "waxed_exposed_cut_copper", - "wacexpcopblock": "waxed_exposed_cut_copper", - "wacexpcopperblock": "waxed_exposed_cut_copper", - "wacexposedcoblock": "waxed_exposed_cut_copper", - "wacexposedcopblock": "waxed_exposed_cut_copper", - "wacexposedcopperblock": "waxed_exposed_cut_copper", - "wacutexcoblock": "waxed_exposed_cut_copper", - "wacutexcopblock": "waxed_exposed_cut_copper", - "wacutexcopperblock": "waxed_exposed_cut_copper", - "wacutexpcoblock": "waxed_exposed_cut_copper", - "wacutexpcopblock": "waxed_exposed_cut_copper", - "wacutexpcopperblock": "waxed_exposed_cut_copper", - "wacutexposedcoblock": "waxed_exposed_cut_copper", - "wacutexposedcopblock": "waxed_exposed_cut_copper", - "wacutexposedcopperblock": "waxed_exposed_cut_copper", - "waexccoblock": "waxed_exposed_cut_copper", - "waexccopblock": "waxed_exposed_cut_copper", - "waexccopperblock": "waxed_exposed_cut_copper", - "waexcutcoblock": "waxed_exposed_cut_copper", - "waexcutcopblock": "waxed_exposed_cut_copper", - "waexcutcopperblock": "waxed_exposed_cut_copper", - "waexpccoblock": "waxed_exposed_cut_copper", - "waexpccopblock": "waxed_exposed_cut_copper", - "waexpccopperblock": "waxed_exposed_cut_copper", - "waexpcutcoblock": "waxed_exposed_cut_copper", - "waexpcutcopblock": "waxed_exposed_cut_copper", - "waexpcutcopperblock": "waxed_exposed_cut_copper", - "waexposedccoblock": "waxed_exposed_cut_copper", - "waexposedccopblock": "waxed_exposed_cut_copper", - "waexposedccopperblock": "waxed_exposed_cut_copper", - "waexposedcutcoblock": "waxed_exposed_cut_copper", - "waexposedcutcopblock": "waxed_exposed_cut_copper", - "waexposedcutcopperblock": "waxed_exposed_cut_copper", - "waxcexcoblock": "waxed_exposed_cut_copper", - "waxcexcopblock": "waxed_exposed_cut_copper", - "waxcexcopperblock": "waxed_exposed_cut_copper", - "waxcexpcoblock": "waxed_exposed_cut_copper", - "waxcexpcopblock": "waxed_exposed_cut_copper", - "waxcexpcopperblock": "waxed_exposed_cut_copper", - "waxcexposedcoblock": "waxed_exposed_cut_copper", - "waxcexposedcopblock": "waxed_exposed_cut_copper", - "waxcexposedcopperblock": "waxed_exposed_cut_copper", - "waxcutexcoblock": "waxed_exposed_cut_copper", - "waxcutexcopblock": "waxed_exposed_cut_copper", - "waxcutexcopperblock": "waxed_exposed_cut_copper", - "waxcutexpcoblock": "waxed_exposed_cut_copper", - "waxcutexpcopblock": "waxed_exposed_cut_copper", - "waxcutexpcopperblock": "waxed_exposed_cut_copper", - "waxcutexposedcoblock": "waxed_exposed_cut_copper", - "waxcutexposedcopblock": "waxed_exposed_cut_copper", - "waxcutexposedcopperblock": "waxed_exposed_cut_copper", - "waxedcexcoblock": "waxed_exposed_cut_copper", - "waxedcexcopblock": "waxed_exposed_cut_copper", - "waxedcexcopperblock": "waxed_exposed_cut_copper", - "waxedcexpcoblock": "waxed_exposed_cut_copper", - "waxedcexpcopblock": "waxed_exposed_cut_copper", - "waxedcexpcopperblock": "waxed_exposed_cut_copper", - "waxedcexposedcoblock": "waxed_exposed_cut_copper", - "waxedcexposedcopblock": "waxed_exposed_cut_copper", - "waxedcexposedcopperblock": "waxed_exposed_cut_copper", - "waxedcutexcoblock": "waxed_exposed_cut_copper", - "waxedcutexcopblock": "waxed_exposed_cut_copper", - "waxedcutexcopperblock": "waxed_exposed_cut_copper", - "waxedcutexpcoblock": "waxed_exposed_cut_copper", - "waxedcutexpcopblock": "waxed_exposed_cut_copper", - "waxedcutexpcopperblock": "waxed_exposed_cut_copper", - "waxedcutexposedcoblock": "waxed_exposed_cut_copper", - "waxedcutexposedcopblock": "waxed_exposed_cut_copper", - "waxedcutexposedcopperblock": "waxed_exposed_cut_copper", - "waxedexccoblock": "waxed_exposed_cut_copper", - "waxedexccopblock": "waxed_exposed_cut_copper", - "waxedexccopperblock": "waxed_exposed_cut_copper", - "waxedexcutcoblock": "waxed_exposed_cut_copper", - "waxedexcutcopblock": "waxed_exposed_cut_copper", - "waxedexcutcopperblock": "waxed_exposed_cut_copper", - "waxedexpccoblock": "waxed_exposed_cut_copper", - "waxedexpccopblock": "waxed_exposed_cut_copper", - "waxedexpccopperblock": "waxed_exposed_cut_copper", - "waxedexpcutcoblock": "waxed_exposed_cut_copper", - "waxedexpcutcopblock": "waxed_exposed_cut_copper", - "waxedexpcutcopperblock": "waxed_exposed_cut_copper", - "waxedexposedccoblock": "waxed_exposed_cut_copper", - "waxedexposedccopblock": "waxed_exposed_cut_copper", - "waxedexposedccopperblock": "waxed_exposed_cut_copper", - "waxedexposedcutcoblock": "waxed_exposed_cut_copper", - "waxedexposedcutcopblock": "waxed_exposed_cut_copper", - "waxedexposedcutcopper": "waxed_exposed_cut_copper", - "waxedexposedcutcopperblock": "waxed_exposed_cut_copper", - "waxexccoblock": "waxed_exposed_cut_copper", - "waxexccopblock": "waxed_exposed_cut_copper", - "waxexccopperblock": "waxed_exposed_cut_copper", - "waxexcutcoblock": "waxed_exposed_cut_copper", - "waxexcutcopblock": "waxed_exposed_cut_copper", - "waxexcutcopperblock": "waxed_exposed_cut_copper", - "waxexpccoblock": "waxed_exposed_cut_copper", - "waxexpccopblock": "waxed_exposed_cut_copper", - "waxexpccopperblock": "waxed_exposed_cut_copper", - "waxexpcutcoblock": "waxed_exposed_cut_copper", - "waxexpcutcopblock": "waxed_exposed_cut_copper", - "waxexpcutcopperblock": "waxed_exposed_cut_copper", - "waxexposedccoblock": "waxed_exposed_cut_copper", - "waxexposedccopblock": "waxed_exposed_cut_copper", - "waxexposedccopperblock": "waxed_exposed_cut_copper", - "waxexposedcutcoblock": "waxed_exposed_cut_copper", - "waxexposedcutcopblock": "waxed_exposed_cut_copper", - "waxexposedcutcopperblock": "waxed_exposed_cut_copper", - "waxed_exposed_cut_copper_slab": { - "material": "WAXED_EXPOSED_CUT_COPPER_SLAB" - }, - "cexposedwacohalfblock": "waxed_exposed_cut_copper_slab", - "cexposedwacophalfblock": "waxed_exposed_cut_copper_slab", - "cexposedwacopperhalfblock": "waxed_exposed_cut_copper_slab", - "cexposedwacoppersl": "waxed_exposed_cut_copper_slab", - "cexposedwacopperslab": "waxed_exposed_cut_copper_slab", - "cexposedwacopperstep": "waxed_exposed_cut_copper_slab", - "cexposedwacopsl": "waxed_exposed_cut_copper_slab", - "cexposedwacopslab": "waxed_exposed_cut_copper_slab", - "cexposedwacopstep": "waxed_exposed_cut_copper_slab", - "cexposedwacosl": "waxed_exposed_cut_copper_slab", - "cexposedwacoslab": "waxed_exposed_cut_copper_slab", - "cexposedwacostep": "waxed_exposed_cut_copper_slab", - "cexposedwaxcohalfblock": "waxed_exposed_cut_copper_slab", - "cexposedwaxcophalfblock": "waxed_exposed_cut_copper_slab", - "cexposedwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cexposedwaxcoppersl": "waxed_exposed_cut_copper_slab", - "cexposedwaxcopperslab": "waxed_exposed_cut_copper_slab", - "cexposedwaxcopperstep": "waxed_exposed_cut_copper_slab", - "cexposedwaxcopsl": "waxed_exposed_cut_copper_slab", - "cexposedwaxcopslab": "waxed_exposed_cut_copper_slab", - "cexposedwaxcopstep": "waxed_exposed_cut_copper_slab", - "cexposedwaxcosl": "waxed_exposed_cut_copper_slab", - "cexposedwaxcoslab": "waxed_exposed_cut_copper_slab", - "cexposedwaxcostep": "waxed_exposed_cut_copper_slab", - "cexposedwaxedcohalfblock": "waxed_exposed_cut_copper_slab", - "cexposedwaxedcophalfblock": "waxed_exposed_cut_copper_slab", - "cexposedwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cexposedwaxedcoppersl": "waxed_exposed_cut_copper_slab", - "cexposedwaxedcopperslab": "waxed_exposed_cut_copper_slab", - "cexposedwaxedcopperstep": "waxed_exposed_cut_copper_slab", - "cexposedwaxedcopsl": "waxed_exposed_cut_copper_slab", - "cexposedwaxedcopslab": "waxed_exposed_cut_copper_slab", - "cexposedwaxedcopstep": "waxed_exposed_cut_copper_slab", - "cexposedwaxedcosl": "waxed_exposed_cut_copper_slab", - "cexposedwaxedcoslab": "waxed_exposed_cut_copper_slab", - "cexposedwaxedcostep": "waxed_exposed_cut_copper_slab", - "cexpwacohalfblock": "waxed_exposed_cut_copper_slab", - "cexpwacophalfblock": "waxed_exposed_cut_copper_slab", - "cexpwacopperhalfblock": "waxed_exposed_cut_copper_slab", - "cexpwacoppersl": "waxed_exposed_cut_copper_slab", - "cexpwacopperslab": "waxed_exposed_cut_copper_slab", - "cexpwacopperstep": "waxed_exposed_cut_copper_slab", - "cexpwacopsl": "waxed_exposed_cut_copper_slab", - "cexpwacopslab": "waxed_exposed_cut_copper_slab", - "cexpwacopstep": "waxed_exposed_cut_copper_slab", - "cexpwacosl": "waxed_exposed_cut_copper_slab", - "cexpwacoslab": "waxed_exposed_cut_copper_slab", - "cexpwacostep": "waxed_exposed_cut_copper_slab", - "cexpwaxcohalfblock": "waxed_exposed_cut_copper_slab", - "cexpwaxcophalfblock": "waxed_exposed_cut_copper_slab", - "cexpwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cexpwaxcoppersl": "waxed_exposed_cut_copper_slab", - "cexpwaxcopperslab": "waxed_exposed_cut_copper_slab", - "cexpwaxcopperstep": "waxed_exposed_cut_copper_slab", - "cexpwaxcopsl": "waxed_exposed_cut_copper_slab", - "cexpwaxcopslab": "waxed_exposed_cut_copper_slab", - "cexpwaxcopstep": "waxed_exposed_cut_copper_slab", - "cexpwaxcosl": "waxed_exposed_cut_copper_slab", - "cexpwaxcoslab": "waxed_exposed_cut_copper_slab", - "cexpwaxcostep": "waxed_exposed_cut_copper_slab", - "cexpwaxedcohalfblock": "waxed_exposed_cut_copper_slab", - "cexpwaxedcophalfblock": "waxed_exposed_cut_copper_slab", - "cexpwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cexpwaxedcoppersl": "waxed_exposed_cut_copper_slab", - "cexpwaxedcopperslab": "waxed_exposed_cut_copper_slab", - "cexpwaxedcopperstep": "waxed_exposed_cut_copper_slab", - "cexpwaxedcopsl": "waxed_exposed_cut_copper_slab", - "cexpwaxedcopslab": "waxed_exposed_cut_copper_slab", - "cexpwaxedcopstep": "waxed_exposed_cut_copper_slab", - "cexpwaxedcosl": "waxed_exposed_cut_copper_slab", - "cexpwaxedcoslab": "waxed_exposed_cut_copper_slab", - "cexpwaxedcostep": "waxed_exposed_cut_copper_slab", - "cexwacohalfblock": "waxed_exposed_cut_copper_slab", - "cexwacophalfblock": "waxed_exposed_cut_copper_slab", - "cexwacopperhalfblock": "waxed_exposed_cut_copper_slab", - "cexwacoppersl": "waxed_exposed_cut_copper_slab", - "cexwacopperslab": "waxed_exposed_cut_copper_slab", - "cexwacopperstep": "waxed_exposed_cut_copper_slab", - "cexwacopsl": "waxed_exposed_cut_copper_slab", - "cexwacopslab": "waxed_exposed_cut_copper_slab", - "cexwacopstep": "waxed_exposed_cut_copper_slab", - "cexwacosl": "waxed_exposed_cut_copper_slab", - "cexwacoslab": "waxed_exposed_cut_copper_slab", - "cexwacostep": "waxed_exposed_cut_copper_slab", - "cexwaxcohalfblock": "waxed_exposed_cut_copper_slab", - "cexwaxcophalfblock": "waxed_exposed_cut_copper_slab", - "cexwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cexwaxcoppersl": "waxed_exposed_cut_copper_slab", - "cexwaxcopperslab": "waxed_exposed_cut_copper_slab", - "cexwaxcopperstep": "waxed_exposed_cut_copper_slab", - "cexwaxcopsl": "waxed_exposed_cut_copper_slab", - "cexwaxcopslab": "waxed_exposed_cut_copper_slab", - "cexwaxcopstep": "waxed_exposed_cut_copper_slab", - "cexwaxcosl": "waxed_exposed_cut_copper_slab", - "cexwaxcoslab": "waxed_exposed_cut_copper_slab", - "cexwaxcostep": "waxed_exposed_cut_copper_slab", - "cexwaxedcohalfblock": "waxed_exposed_cut_copper_slab", - "cexwaxedcophalfblock": "waxed_exposed_cut_copper_slab", - "cexwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cexwaxedcoppersl": "waxed_exposed_cut_copper_slab", - "cexwaxedcopperslab": "waxed_exposed_cut_copper_slab", - "cexwaxedcopperstep": "waxed_exposed_cut_copper_slab", - "cexwaxedcopsl": "waxed_exposed_cut_copper_slab", - "cexwaxedcopslab": "waxed_exposed_cut_copper_slab", - "cexwaxedcopstep": "waxed_exposed_cut_copper_slab", - "cexwaxedcosl": "waxed_exposed_cut_copper_slab", - "cexwaxedcoslab": "waxed_exposed_cut_copper_slab", - "cexwaxedcostep": "waxed_exposed_cut_copper_slab", - "cutexposedwacohalfblock": "waxed_exposed_cut_copper_slab", - "cutexposedwacophalfblock": "waxed_exposed_cut_copper_slab", - "cutexposedwacopperhalfblock": "waxed_exposed_cut_copper_slab", - "cutexposedwacoppersl": "waxed_exposed_cut_copper_slab", - "cutexposedwacopperslab": "waxed_exposed_cut_copper_slab", - "cutexposedwacopperstep": "waxed_exposed_cut_copper_slab", - "cutexposedwacopsl": "waxed_exposed_cut_copper_slab", - "cutexposedwacopslab": "waxed_exposed_cut_copper_slab", - "cutexposedwacopstep": "waxed_exposed_cut_copper_slab", - "cutexposedwacosl": "waxed_exposed_cut_copper_slab", - "cutexposedwacoslab": "waxed_exposed_cut_copper_slab", - "cutexposedwacostep": "waxed_exposed_cut_copper_slab", - "cutexposedwaxcohalfblock": "waxed_exposed_cut_copper_slab", - "cutexposedwaxcophalfblock": "waxed_exposed_cut_copper_slab", - "cutexposedwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cutexposedwaxcoppersl": "waxed_exposed_cut_copper_slab", - "cutexposedwaxcopperslab": "waxed_exposed_cut_copper_slab", - "cutexposedwaxcopperstep": "waxed_exposed_cut_copper_slab", - "cutexposedwaxcopsl": "waxed_exposed_cut_copper_slab", - "cutexposedwaxcopslab": "waxed_exposed_cut_copper_slab", - "cutexposedwaxcopstep": "waxed_exposed_cut_copper_slab", - "cutexposedwaxcosl": "waxed_exposed_cut_copper_slab", - "cutexposedwaxcoslab": "waxed_exposed_cut_copper_slab", - "cutexposedwaxcostep": "waxed_exposed_cut_copper_slab", - "cutexposedwaxedcohalfblock": "waxed_exposed_cut_copper_slab", - "cutexposedwaxedcophalfblock": "waxed_exposed_cut_copper_slab", - "cutexposedwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cutexposedwaxedcoppersl": "waxed_exposed_cut_copper_slab", - "cutexposedwaxedcopperslab": "waxed_exposed_cut_copper_slab", - "cutexposedwaxedcopperstep": "waxed_exposed_cut_copper_slab", - "cutexposedwaxedcopsl": "waxed_exposed_cut_copper_slab", - "cutexposedwaxedcopslab": "waxed_exposed_cut_copper_slab", - "cutexposedwaxedcopstep": "waxed_exposed_cut_copper_slab", - "cutexposedwaxedcosl": "waxed_exposed_cut_copper_slab", - "cutexposedwaxedcoslab": "waxed_exposed_cut_copper_slab", - "cutexposedwaxedcostep": "waxed_exposed_cut_copper_slab", - "cutexpwacohalfblock": "waxed_exposed_cut_copper_slab", - "cutexpwacophalfblock": "waxed_exposed_cut_copper_slab", - "cutexpwacopperhalfblock": "waxed_exposed_cut_copper_slab", - "cutexpwacoppersl": "waxed_exposed_cut_copper_slab", - "cutexpwacopperslab": "waxed_exposed_cut_copper_slab", - "cutexpwacopperstep": "waxed_exposed_cut_copper_slab", - "cutexpwacopsl": "waxed_exposed_cut_copper_slab", - "cutexpwacopslab": "waxed_exposed_cut_copper_slab", - "cutexpwacopstep": "waxed_exposed_cut_copper_slab", - "cutexpwacosl": "waxed_exposed_cut_copper_slab", - "cutexpwacoslab": "waxed_exposed_cut_copper_slab", - "cutexpwacostep": "waxed_exposed_cut_copper_slab", - "cutexpwaxcohalfblock": "waxed_exposed_cut_copper_slab", - "cutexpwaxcophalfblock": "waxed_exposed_cut_copper_slab", - "cutexpwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cutexpwaxcoppersl": "waxed_exposed_cut_copper_slab", - "cutexpwaxcopperslab": "waxed_exposed_cut_copper_slab", - "cutexpwaxcopperstep": "waxed_exposed_cut_copper_slab", - "cutexpwaxcopsl": "waxed_exposed_cut_copper_slab", - "cutexpwaxcopslab": "waxed_exposed_cut_copper_slab", - "cutexpwaxcopstep": "waxed_exposed_cut_copper_slab", - "cutexpwaxcosl": "waxed_exposed_cut_copper_slab", - "cutexpwaxcoslab": "waxed_exposed_cut_copper_slab", - "cutexpwaxcostep": "waxed_exposed_cut_copper_slab", - "cutexpwaxedcohalfblock": "waxed_exposed_cut_copper_slab", - "cutexpwaxedcophalfblock": "waxed_exposed_cut_copper_slab", - "cutexpwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cutexpwaxedcoppersl": "waxed_exposed_cut_copper_slab", - "cutexpwaxedcopperslab": "waxed_exposed_cut_copper_slab", - "cutexpwaxedcopperstep": "waxed_exposed_cut_copper_slab", - "cutexpwaxedcopsl": "waxed_exposed_cut_copper_slab", - "cutexpwaxedcopslab": "waxed_exposed_cut_copper_slab", - "cutexpwaxedcopstep": "waxed_exposed_cut_copper_slab", - "cutexpwaxedcosl": "waxed_exposed_cut_copper_slab", - "cutexpwaxedcoslab": "waxed_exposed_cut_copper_slab", - "cutexpwaxedcostep": "waxed_exposed_cut_copper_slab", - "cutexwacohalfblock": "waxed_exposed_cut_copper_slab", - "cutexwacophalfblock": "waxed_exposed_cut_copper_slab", - "cutexwacopperhalfblock": "waxed_exposed_cut_copper_slab", - "cutexwacoppersl": "waxed_exposed_cut_copper_slab", - "cutexwacopperslab": "waxed_exposed_cut_copper_slab", - "cutexwacopperstep": "waxed_exposed_cut_copper_slab", - "cutexwacopsl": "waxed_exposed_cut_copper_slab", - "cutexwacopslab": "waxed_exposed_cut_copper_slab", - "cutexwacopstep": "waxed_exposed_cut_copper_slab", - "cutexwacosl": "waxed_exposed_cut_copper_slab", - "cutexwacoslab": "waxed_exposed_cut_copper_slab", - "cutexwacostep": "waxed_exposed_cut_copper_slab", - "cutexwaxcohalfblock": "waxed_exposed_cut_copper_slab", - "cutexwaxcophalfblock": "waxed_exposed_cut_copper_slab", - "cutexwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cutexwaxcoppersl": "waxed_exposed_cut_copper_slab", - "cutexwaxcopperslab": "waxed_exposed_cut_copper_slab", - "cutexwaxcopperstep": "waxed_exposed_cut_copper_slab", - "cutexwaxcopsl": "waxed_exposed_cut_copper_slab", - "cutexwaxcopslab": "waxed_exposed_cut_copper_slab", - "cutexwaxcopstep": "waxed_exposed_cut_copper_slab", - "cutexwaxcosl": "waxed_exposed_cut_copper_slab", - "cutexwaxcoslab": "waxed_exposed_cut_copper_slab", - "cutexwaxcostep": "waxed_exposed_cut_copper_slab", - "cutexwaxedcohalfblock": "waxed_exposed_cut_copper_slab", - "cutexwaxedcophalfblock": "waxed_exposed_cut_copper_slab", - "cutexwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cutexwaxedcoppersl": "waxed_exposed_cut_copper_slab", - "cutexwaxedcopperslab": "waxed_exposed_cut_copper_slab", - "cutexwaxedcopperstep": "waxed_exposed_cut_copper_slab", - "cutexwaxedcopsl": "waxed_exposed_cut_copper_slab", - "cutexwaxedcopslab": "waxed_exposed_cut_copper_slab", - "cutexwaxedcopstep": "waxed_exposed_cut_copper_slab", - "cutexwaxedcosl": "waxed_exposed_cut_copper_slab", - "cutexwaxedcoslab": "waxed_exposed_cut_copper_slab", - "cutexwaxedcostep": "waxed_exposed_cut_copper_slab", - "cutwaexcohalfblock": "waxed_exposed_cut_copper_slab", - "cutwaexcophalfblock": "waxed_exposed_cut_copper_slab", - "cutwaexcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cutwaexcoppersl": "waxed_exposed_cut_copper_slab", - "cutwaexcopperslab": "waxed_exposed_cut_copper_slab", - "cutwaexcopperstep": "waxed_exposed_cut_copper_slab", - "cutwaexcopsl": "waxed_exposed_cut_copper_slab", - "cutwaexcopslab": "waxed_exposed_cut_copper_slab", - "cutwaexcopstep": "waxed_exposed_cut_copper_slab", - "cutwaexcosl": "waxed_exposed_cut_copper_slab", - "cutwaexcoslab": "waxed_exposed_cut_copper_slab", - "cutwaexcostep": "waxed_exposed_cut_copper_slab", - "cutwaexpcohalfblock": "waxed_exposed_cut_copper_slab", - "cutwaexpcophalfblock": "waxed_exposed_cut_copper_slab", - "cutwaexpcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cutwaexpcoppersl": "waxed_exposed_cut_copper_slab", - "cutwaexpcopperslab": "waxed_exposed_cut_copper_slab", - "cutwaexpcopperstep": "waxed_exposed_cut_copper_slab", - "cutwaexpcopsl": "waxed_exposed_cut_copper_slab", - "cutwaexpcopslab": "waxed_exposed_cut_copper_slab", - "cutwaexpcopstep": "waxed_exposed_cut_copper_slab", - "cutwaexpcosl": "waxed_exposed_cut_copper_slab", - "cutwaexpcoslab": "waxed_exposed_cut_copper_slab", - "cutwaexpcostep": "waxed_exposed_cut_copper_slab", - "cutwaexposedcohalfblock": "waxed_exposed_cut_copper_slab", - "cutwaexposedcophalfblock": "waxed_exposed_cut_copper_slab", - "cutwaexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cutwaexposedcoppersl": "waxed_exposed_cut_copper_slab", - "cutwaexposedcopperslab": "waxed_exposed_cut_copper_slab", - "cutwaexposedcopperstep": "waxed_exposed_cut_copper_slab", - "cutwaexposedcopsl": "waxed_exposed_cut_copper_slab", - "cutwaexposedcopslab": "waxed_exposed_cut_copper_slab", - "cutwaexposedcopstep": "waxed_exposed_cut_copper_slab", - "cutwaexposedcosl": "waxed_exposed_cut_copper_slab", - "cutwaexposedcoslab": "waxed_exposed_cut_copper_slab", - "cutwaexposedcostep": "waxed_exposed_cut_copper_slab", - "cutwaxedexcohalfblock": "waxed_exposed_cut_copper_slab", - "cutwaxedexcophalfblock": "waxed_exposed_cut_copper_slab", - "cutwaxedexcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cutwaxedexcoppersl": "waxed_exposed_cut_copper_slab", - "cutwaxedexcopperslab": "waxed_exposed_cut_copper_slab", - "cutwaxedexcopperstep": "waxed_exposed_cut_copper_slab", - "cutwaxedexcopsl": "waxed_exposed_cut_copper_slab", - "cutwaxedexcopslab": "waxed_exposed_cut_copper_slab", - "cutwaxedexcopstep": "waxed_exposed_cut_copper_slab", - "cutwaxedexcosl": "waxed_exposed_cut_copper_slab", - "cutwaxedexcoslab": "waxed_exposed_cut_copper_slab", - "cutwaxedexcostep": "waxed_exposed_cut_copper_slab", - "cutwaxedexpcohalfblock": "waxed_exposed_cut_copper_slab", - "cutwaxedexpcophalfblock": "waxed_exposed_cut_copper_slab", - "cutwaxedexpcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cutwaxedexpcoppersl": "waxed_exposed_cut_copper_slab", - "cutwaxedexpcopperslab": "waxed_exposed_cut_copper_slab", - "cutwaxedexpcopperstep": "waxed_exposed_cut_copper_slab", - "cutwaxedexpcopsl": "waxed_exposed_cut_copper_slab", - "cutwaxedexpcopslab": "waxed_exposed_cut_copper_slab", - "cutwaxedexpcopstep": "waxed_exposed_cut_copper_slab", - "cutwaxedexpcosl": "waxed_exposed_cut_copper_slab", - "cutwaxedexpcoslab": "waxed_exposed_cut_copper_slab", - "cutwaxedexpcostep": "waxed_exposed_cut_copper_slab", - "cutwaxedexposedcohalfblock": "waxed_exposed_cut_copper_slab", - "cutwaxedexposedcophalfblock": "waxed_exposed_cut_copper_slab", - "cutwaxedexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cutwaxedexposedcoppersl": "waxed_exposed_cut_copper_slab", - "cutwaxedexposedcopperslab": "waxed_exposed_cut_copper_slab", - "cutwaxedexposedcopperstep": "waxed_exposed_cut_copper_slab", - "cutwaxedexposedcopsl": "waxed_exposed_cut_copper_slab", - "cutwaxedexposedcopslab": "waxed_exposed_cut_copper_slab", - "cutwaxedexposedcopstep": "waxed_exposed_cut_copper_slab", - "cutwaxedexposedcosl": "waxed_exposed_cut_copper_slab", - "cutwaxedexposedcoslab": "waxed_exposed_cut_copper_slab", - "cutwaxedexposedcostep": "waxed_exposed_cut_copper_slab", - "cutwaxexcohalfblock": "waxed_exposed_cut_copper_slab", - "cutwaxexcophalfblock": "waxed_exposed_cut_copper_slab", - "cutwaxexcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cutwaxexcoppersl": "waxed_exposed_cut_copper_slab", - "cutwaxexcopperslab": "waxed_exposed_cut_copper_slab", - "cutwaxexcopperstep": "waxed_exposed_cut_copper_slab", - "cutwaxexcopsl": "waxed_exposed_cut_copper_slab", - "cutwaxexcopslab": "waxed_exposed_cut_copper_slab", - "cutwaxexcopstep": "waxed_exposed_cut_copper_slab", - "cutwaxexcosl": "waxed_exposed_cut_copper_slab", - "cutwaxexcoslab": "waxed_exposed_cut_copper_slab", - "cutwaxexcostep": "waxed_exposed_cut_copper_slab", - "cutwaxexpcohalfblock": "waxed_exposed_cut_copper_slab", - "cutwaxexpcophalfblock": "waxed_exposed_cut_copper_slab", - "cutwaxexpcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cutwaxexpcoppersl": "waxed_exposed_cut_copper_slab", - "cutwaxexpcopperslab": "waxed_exposed_cut_copper_slab", - "cutwaxexpcopperstep": "waxed_exposed_cut_copper_slab", - "cutwaxexpcopsl": "waxed_exposed_cut_copper_slab", - "cutwaxexpcopslab": "waxed_exposed_cut_copper_slab", - "cutwaxexpcopstep": "waxed_exposed_cut_copper_slab", - "cutwaxexpcosl": "waxed_exposed_cut_copper_slab", - "cutwaxexpcoslab": "waxed_exposed_cut_copper_slab", - "cutwaxexpcostep": "waxed_exposed_cut_copper_slab", - "cutwaxexposedcohalfblock": "waxed_exposed_cut_copper_slab", - "cutwaxexposedcophalfblock": "waxed_exposed_cut_copper_slab", - "cutwaxexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cutwaxexposedcoppersl": "waxed_exposed_cut_copper_slab", - "cutwaxexposedcopperslab": "waxed_exposed_cut_copper_slab", - "cutwaxexposedcopperstep": "waxed_exposed_cut_copper_slab", - "cutwaxexposedcopsl": "waxed_exposed_cut_copper_slab", - "cutwaxexposedcopslab": "waxed_exposed_cut_copper_slab", - "cutwaxexposedcopstep": "waxed_exposed_cut_copper_slab", - "cutwaxexposedcosl": "waxed_exposed_cut_copper_slab", - "cutwaxexposedcoslab": "waxed_exposed_cut_copper_slab", - "cutwaxexposedcostep": "waxed_exposed_cut_copper_slab", - "cwaexcohalfblock": "waxed_exposed_cut_copper_slab", - "cwaexcophalfblock": "waxed_exposed_cut_copper_slab", - "cwaexcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cwaexcoppersl": "waxed_exposed_cut_copper_slab", - "cwaexcopperslab": "waxed_exposed_cut_copper_slab", - "cwaexcopperstep": "waxed_exposed_cut_copper_slab", - "cwaexcopsl": "waxed_exposed_cut_copper_slab", - "cwaexcopslab": "waxed_exposed_cut_copper_slab", - "cwaexcopstep": "waxed_exposed_cut_copper_slab", - "cwaexcosl": "waxed_exposed_cut_copper_slab", - "cwaexcoslab": "waxed_exposed_cut_copper_slab", - "cwaexcostep": "waxed_exposed_cut_copper_slab", - "cwaexpcohalfblock": "waxed_exposed_cut_copper_slab", - "cwaexpcophalfblock": "waxed_exposed_cut_copper_slab", - "cwaexpcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cwaexpcoppersl": "waxed_exposed_cut_copper_slab", - "cwaexpcopperslab": "waxed_exposed_cut_copper_slab", - "cwaexpcopperstep": "waxed_exposed_cut_copper_slab", - "cwaexpcopsl": "waxed_exposed_cut_copper_slab", - "cwaexpcopslab": "waxed_exposed_cut_copper_slab", - "cwaexpcopstep": "waxed_exposed_cut_copper_slab", - "cwaexpcosl": "waxed_exposed_cut_copper_slab", - "cwaexpcoslab": "waxed_exposed_cut_copper_slab", - "cwaexpcostep": "waxed_exposed_cut_copper_slab", - "cwaexposedcohalfblock": "waxed_exposed_cut_copper_slab", - "cwaexposedcophalfblock": "waxed_exposed_cut_copper_slab", - "cwaexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cwaexposedcoppersl": "waxed_exposed_cut_copper_slab", - "cwaexposedcopperslab": "waxed_exposed_cut_copper_slab", - "cwaexposedcopperstep": "waxed_exposed_cut_copper_slab", - "cwaexposedcopsl": "waxed_exposed_cut_copper_slab", - "cwaexposedcopslab": "waxed_exposed_cut_copper_slab", - "cwaexposedcopstep": "waxed_exposed_cut_copper_slab", - "cwaexposedcosl": "waxed_exposed_cut_copper_slab", - "cwaexposedcoslab": "waxed_exposed_cut_copper_slab", - "cwaexposedcostep": "waxed_exposed_cut_copper_slab", - "cwaxedexcohalfblock": "waxed_exposed_cut_copper_slab", - "cwaxedexcophalfblock": "waxed_exposed_cut_copper_slab", - "cwaxedexcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cwaxedexcoppersl": "waxed_exposed_cut_copper_slab", - "cwaxedexcopperslab": "waxed_exposed_cut_copper_slab", - "cwaxedexcopperstep": "waxed_exposed_cut_copper_slab", - "cwaxedexcopsl": "waxed_exposed_cut_copper_slab", - "cwaxedexcopslab": "waxed_exposed_cut_copper_slab", - "cwaxedexcopstep": "waxed_exposed_cut_copper_slab", - "cwaxedexcosl": "waxed_exposed_cut_copper_slab", - "cwaxedexcoslab": "waxed_exposed_cut_copper_slab", - "cwaxedexcostep": "waxed_exposed_cut_copper_slab", - "cwaxedexpcohalfblock": "waxed_exposed_cut_copper_slab", - "cwaxedexpcophalfblock": "waxed_exposed_cut_copper_slab", - "cwaxedexpcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cwaxedexpcoppersl": "waxed_exposed_cut_copper_slab", - "cwaxedexpcopperslab": "waxed_exposed_cut_copper_slab", - "cwaxedexpcopperstep": "waxed_exposed_cut_copper_slab", - "cwaxedexpcopsl": "waxed_exposed_cut_copper_slab", - "cwaxedexpcopslab": "waxed_exposed_cut_copper_slab", - "cwaxedexpcopstep": "waxed_exposed_cut_copper_slab", - "cwaxedexpcosl": "waxed_exposed_cut_copper_slab", - "cwaxedexpcoslab": "waxed_exposed_cut_copper_slab", - "cwaxedexpcostep": "waxed_exposed_cut_copper_slab", - "cwaxedexposedcohalfblock": "waxed_exposed_cut_copper_slab", - "cwaxedexposedcophalfblock": "waxed_exposed_cut_copper_slab", - "cwaxedexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cwaxedexposedcoppersl": "waxed_exposed_cut_copper_slab", - "cwaxedexposedcopperslab": "waxed_exposed_cut_copper_slab", - "cwaxedexposedcopperstep": "waxed_exposed_cut_copper_slab", - "cwaxedexposedcopsl": "waxed_exposed_cut_copper_slab", - "cwaxedexposedcopslab": "waxed_exposed_cut_copper_slab", - "cwaxedexposedcopstep": "waxed_exposed_cut_copper_slab", - "cwaxedexposedcosl": "waxed_exposed_cut_copper_slab", - "cwaxedexposedcoslab": "waxed_exposed_cut_copper_slab", - "cwaxedexposedcostep": "waxed_exposed_cut_copper_slab", - "cwaxexcohalfblock": "waxed_exposed_cut_copper_slab", - "cwaxexcophalfblock": "waxed_exposed_cut_copper_slab", - "cwaxexcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cwaxexcoppersl": "waxed_exposed_cut_copper_slab", - "cwaxexcopperslab": "waxed_exposed_cut_copper_slab", - "cwaxexcopperstep": "waxed_exposed_cut_copper_slab", - "cwaxexcopsl": "waxed_exposed_cut_copper_slab", - "cwaxexcopslab": "waxed_exposed_cut_copper_slab", - "cwaxexcopstep": "waxed_exposed_cut_copper_slab", - "cwaxexcosl": "waxed_exposed_cut_copper_slab", - "cwaxexcoslab": "waxed_exposed_cut_copper_slab", - "cwaxexcostep": "waxed_exposed_cut_copper_slab", - "cwaxexpcohalfblock": "waxed_exposed_cut_copper_slab", - "cwaxexpcophalfblock": "waxed_exposed_cut_copper_slab", - "cwaxexpcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cwaxexpcoppersl": "waxed_exposed_cut_copper_slab", - "cwaxexpcopperslab": "waxed_exposed_cut_copper_slab", - "cwaxexpcopperstep": "waxed_exposed_cut_copper_slab", - "cwaxexpcopsl": "waxed_exposed_cut_copper_slab", - "cwaxexpcopslab": "waxed_exposed_cut_copper_slab", - "cwaxexpcopstep": "waxed_exposed_cut_copper_slab", - "cwaxexpcosl": "waxed_exposed_cut_copper_slab", - "cwaxexpcoslab": "waxed_exposed_cut_copper_slab", - "cwaxexpcostep": "waxed_exposed_cut_copper_slab", - "cwaxexposedcohalfblock": "waxed_exposed_cut_copper_slab", - "cwaxexposedcophalfblock": "waxed_exposed_cut_copper_slab", - "cwaxexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cwaxexposedcoppersl": "waxed_exposed_cut_copper_slab", - "cwaxexposedcopperslab": "waxed_exposed_cut_copper_slab", - "cwaxexposedcopperstep": "waxed_exposed_cut_copper_slab", - "cwaxexposedcopsl": "waxed_exposed_cut_copper_slab", - "cwaxexposedcopslab": "waxed_exposed_cut_copper_slab", - "cwaxexposedcopstep": "waxed_exposed_cut_copper_slab", - "cwaxexposedcosl": "waxed_exposed_cut_copper_slab", - "cwaxexposedcoslab": "waxed_exposed_cut_copper_slab", - "cwaxexposedcostep": "waxed_exposed_cut_copper_slab", - "excutwacohalfblock": "waxed_exposed_cut_copper_slab", - "excutwacophalfblock": "waxed_exposed_cut_copper_slab", - "excutwacopperhalfblock": "waxed_exposed_cut_copper_slab", - "excutwacoppersl": "waxed_exposed_cut_copper_slab", - "excutwacopperslab": "waxed_exposed_cut_copper_slab", - "excutwacopperstep": "waxed_exposed_cut_copper_slab", - "excutwacopsl": "waxed_exposed_cut_copper_slab", - "excutwacopslab": "waxed_exposed_cut_copper_slab", - "excutwacopstep": "waxed_exposed_cut_copper_slab", - "excutwacosl": "waxed_exposed_cut_copper_slab", - "excutwacoslab": "waxed_exposed_cut_copper_slab", - "excutwacostep": "waxed_exposed_cut_copper_slab", - "excutwaxcohalfblock": "waxed_exposed_cut_copper_slab", - "excutwaxcophalfblock": "waxed_exposed_cut_copper_slab", - "excutwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", - "excutwaxcoppersl": "waxed_exposed_cut_copper_slab", - "excutwaxcopperslab": "waxed_exposed_cut_copper_slab", - "excutwaxcopperstep": "waxed_exposed_cut_copper_slab", - "excutwaxcopsl": "waxed_exposed_cut_copper_slab", - "excutwaxcopslab": "waxed_exposed_cut_copper_slab", - "excutwaxcopstep": "waxed_exposed_cut_copper_slab", - "excutwaxcosl": "waxed_exposed_cut_copper_slab", - "excutwaxcoslab": "waxed_exposed_cut_copper_slab", - "excutwaxcostep": "waxed_exposed_cut_copper_slab", - "excutwaxedcohalfblock": "waxed_exposed_cut_copper_slab", - "excutwaxedcophalfblock": "waxed_exposed_cut_copper_slab", - "excutwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "excutwaxedcoppersl": "waxed_exposed_cut_copper_slab", - "excutwaxedcopperslab": "waxed_exposed_cut_copper_slab", - "excutwaxedcopperstep": "waxed_exposed_cut_copper_slab", - "excutwaxedcopsl": "waxed_exposed_cut_copper_slab", - "excutwaxedcopslab": "waxed_exposed_cut_copper_slab", - "excutwaxedcopstep": "waxed_exposed_cut_copper_slab", - "excutwaxedcosl": "waxed_exposed_cut_copper_slab", - "excutwaxedcoslab": "waxed_exposed_cut_copper_slab", - "excutwaxedcostep": "waxed_exposed_cut_copper_slab", - "excwacohalfblock": "waxed_exposed_cut_copper_slab", - "excwacophalfblock": "waxed_exposed_cut_copper_slab", - "excwacopperhalfblock": "waxed_exposed_cut_copper_slab", - "excwacoppersl": "waxed_exposed_cut_copper_slab", - "excwacopperslab": "waxed_exposed_cut_copper_slab", - "excwacopperstep": "waxed_exposed_cut_copper_slab", - "excwacopsl": "waxed_exposed_cut_copper_slab", - "excwacopslab": "waxed_exposed_cut_copper_slab", - "excwacopstep": "waxed_exposed_cut_copper_slab", - "excwacosl": "waxed_exposed_cut_copper_slab", - "excwacoslab": "waxed_exposed_cut_copper_slab", - "excwacostep": "waxed_exposed_cut_copper_slab", - "excwaxcohalfblock": "waxed_exposed_cut_copper_slab", - "excwaxcophalfblock": "waxed_exposed_cut_copper_slab", - "excwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", - "excwaxcoppersl": "waxed_exposed_cut_copper_slab", - "excwaxcopperslab": "waxed_exposed_cut_copper_slab", - "excwaxcopperstep": "waxed_exposed_cut_copper_slab", - "excwaxcopsl": "waxed_exposed_cut_copper_slab", - "excwaxcopslab": "waxed_exposed_cut_copper_slab", - "excwaxcopstep": "waxed_exposed_cut_copper_slab", - "excwaxcosl": "waxed_exposed_cut_copper_slab", - "excwaxcoslab": "waxed_exposed_cut_copper_slab", - "excwaxcostep": "waxed_exposed_cut_copper_slab", - "excwaxedcohalfblock": "waxed_exposed_cut_copper_slab", - "excwaxedcophalfblock": "waxed_exposed_cut_copper_slab", - "excwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "excwaxedcoppersl": "waxed_exposed_cut_copper_slab", - "excwaxedcopperslab": "waxed_exposed_cut_copper_slab", - "excwaxedcopperstep": "waxed_exposed_cut_copper_slab", - "excwaxedcopsl": "waxed_exposed_cut_copper_slab", - "excwaxedcopslab": "waxed_exposed_cut_copper_slab", - "excwaxedcopstep": "waxed_exposed_cut_copper_slab", - "excwaxedcosl": "waxed_exposed_cut_copper_slab", - "excwaxedcoslab": "waxed_exposed_cut_copper_slab", - "excwaxedcostep": "waxed_exposed_cut_copper_slab", - "expcutwacohalfblock": "waxed_exposed_cut_copper_slab", - "expcutwacophalfblock": "waxed_exposed_cut_copper_slab", - "expcutwacopperhalfblock": "waxed_exposed_cut_copper_slab", - "expcutwacoppersl": "waxed_exposed_cut_copper_slab", - "expcutwacopperslab": "waxed_exposed_cut_copper_slab", - "expcutwacopperstep": "waxed_exposed_cut_copper_slab", - "expcutwacopsl": "waxed_exposed_cut_copper_slab", - "expcutwacopslab": "waxed_exposed_cut_copper_slab", - "expcutwacopstep": "waxed_exposed_cut_copper_slab", - "expcutwacosl": "waxed_exposed_cut_copper_slab", - "expcutwacoslab": "waxed_exposed_cut_copper_slab", - "expcutwacostep": "waxed_exposed_cut_copper_slab", - "expcutwaxcohalfblock": "waxed_exposed_cut_copper_slab", - "expcutwaxcophalfblock": "waxed_exposed_cut_copper_slab", - "expcutwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", - "expcutwaxcoppersl": "waxed_exposed_cut_copper_slab", - "expcutwaxcopperslab": "waxed_exposed_cut_copper_slab", - "expcutwaxcopperstep": "waxed_exposed_cut_copper_slab", - "expcutwaxcopsl": "waxed_exposed_cut_copper_slab", - "expcutwaxcopslab": "waxed_exposed_cut_copper_slab", - "expcutwaxcopstep": "waxed_exposed_cut_copper_slab", - "expcutwaxcosl": "waxed_exposed_cut_copper_slab", - "expcutwaxcoslab": "waxed_exposed_cut_copper_slab", - "expcutwaxcostep": "waxed_exposed_cut_copper_slab", - "expcutwaxedcohalfblock": "waxed_exposed_cut_copper_slab", - "expcutwaxedcophalfblock": "waxed_exposed_cut_copper_slab", - "expcutwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "expcutwaxedcoppersl": "waxed_exposed_cut_copper_slab", - "expcutwaxedcopperslab": "waxed_exposed_cut_copper_slab", - "expcutwaxedcopperstep": "waxed_exposed_cut_copper_slab", - "expcutwaxedcopsl": "waxed_exposed_cut_copper_slab", - "expcutwaxedcopslab": "waxed_exposed_cut_copper_slab", - "expcutwaxedcopstep": "waxed_exposed_cut_copper_slab", - "expcutwaxedcosl": "waxed_exposed_cut_copper_slab", - "expcutwaxedcoslab": "waxed_exposed_cut_copper_slab", - "expcutwaxedcostep": "waxed_exposed_cut_copper_slab", - "expcwacohalfblock": "waxed_exposed_cut_copper_slab", - "expcwacophalfblock": "waxed_exposed_cut_copper_slab", - "expcwacopperhalfblock": "waxed_exposed_cut_copper_slab", - "expcwacoppersl": "waxed_exposed_cut_copper_slab", - "expcwacopperslab": "waxed_exposed_cut_copper_slab", - "expcwacopperstep": "waxed_exposed_cut_copper_slab", - "expcwacopsl": "waxed_exposed_cut_copper_slab", - "expcwacopslab": "waxed_exposed_cut_copper_slab", - "expcwacopstep": "waxed_exposed_cut_copper_slab", - "expcwacosl": "waxed_exposed_cut_copper_slab", - "expcwacoslab": "waxed_exposed_cut_copper_slab", - "expcwacostep": "waxed_exposed_cut_copper_slab", - "expcwaxcohalfblock": "waxed_exposed_cut_copper_slab", - "expcwaxcophalfblock": "waxed_exposed_cut_copper_slab", - "expcwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", - "expcwaxcoppersl": "waxed_exposed_cut_copper_slab", - "expcwaxcopperslab": "waxed_exposed_cut_copper_slab", - "expcwaxcopperstep": "waxed_exposed_cut_copper_slab", - "expcwaxcopsl": "waxed_exposed_cut_copper_slab", - "expcwaxcopslab": "waxed_exposed_cut_copper_slab", - "expcwaxcopstep": "waxed_exposed_cut_copper_slab", - "expcwaxcosl": "waxed_exposed_cut_copper_slab", - "expcwaxcoslab": "waxed_exposed_cut_copper_slab", - "expcwaxcostep": "waxed_exposed_cut_copper_slab", - "expcwaxedcohalfblock": "waxed_exposed_cut_copper_slab", - "expcwaxedcophalfblock": "waxed_exposed_cut_copper_slab", - "expcwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "expcwaxedcoppersl": "waxed_exposed_cut_copper_slab", - "expcwaxedcopperslab": "waxed_exposed_cut_copper_slab", - "expcwaxedcopperstep": "waxed_exposed_cut_copper_slab", - "expcwaxedcopsl": "waxed_exposed_cut_copper_slab", - "expcwaxedcopslab": "waxed_exposed_cut_copper_slab", - "expcwaxedcopstep": "waxed_exposed_cut_copper_slab", - "expcwaxedcosl": "waxed_exposed_cut_copper_slab", - "expcwaxedcoslab": "waxed_exposed_cut_copper_slab", - "expcwaxedcostep": "waxed_exposed_cut_copper_slab", - "exposedcutwacohalfblock": "waxed_exposed_cut_copper_slab", - "exposedcutwacophalfblock": "waxed_exposed_cut_copper_slab", - "exposedcutwacopperhalfblock": "waxed_exposed_cut_copper_slab", - "exposedcutwacoppersl": "waxed_exposed_cut_copper_slab", - "exposedcutwacopperslab": "waxed_exposed_cut_copper_slab", - "exposedcutwacopperstep": "waxed_exposed_cut_copper_slab", - "exposedcutwacopsl": "waxed_exposed_cut_copper_slab", - "exposedcutwacopslab": "waxed_exposed_cut_copper_slab", - "exposedcutwacopstep": "waxed_exposed_cut_copper_slab", - "exposedcutwacosl": "waxed_exposed_cut_copper_slab", - "exposedcutwacoslab": "waxed_exposed_cut_copper_slab", - "exposedcutwacostep": "waxed_exposed_cut_copper_slab", - "exposedcutwaxcohalfblock": "waxed_exposed_cut_copper_slab", - "exposedcutwaxcophalfblock": "waxed_exposed_cut_copper_slab", - "exposedcutwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", - "exposedcutwaxcoppersl": "waxed_exposed_cut_copper_slab", - "exposedcutwaxcopperslab": "waxed_exposed_cut_copper_slab", - "exposedcutwaxcopperstep": "waxed_exposed_cut_copper_slab", - "exposedcutwaxcopsl": "waxed_exposed_cut_copper_slab", - "exposedcutwaxcopslab": "waxed_exposed_cut_copper_slab", - "exposedcutwaxcopstep": "waxed_exposed_cut_copper_slab", - "exposedcutwaxcosl": "waxed_exposed_cut_copper_slab", - "exposedcutwaxcoslab": "waxed_exposed_cut_copper_slab", - "exposedcutwaxcostep": "waxed_exposed_cut_copper_slab", - "exposedcutwaxedcohalfblock": "waxed_exposed_cut_copper_slab", - "exposedcutwaxedcophalfblock": "waxed_exposed_cut_copper_slab", - "exposedcutwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "exposedcutwaxedcoppersl": "waxed_exposed_cut_copper_slab", - "exposedcutwaxedcopperslab": "waxed_exposed_cut_copper_slab", - "exposedcutwaxedcopperstep": "waxed_exposed_cut_copper_slab", - "exposedcutwaxedcopsl": "waxed_exposed_cut_copper_slab", - "exposedcutwaxedcopslab": "waxed_exposed_cut_copper_slab", - "exposedcutwaxedcopstep": "waxed_exposed_cut_copper_slab", - "exposedcutwaxedcosl": "waxed_exposed_cut_copper_slab", - "exposedcutwaxedcoslab": "waxed_exposed_cut_copper_slab", - "exposedcutwaxedcostep": "waxed_exposed_cut_copper_slab", - "exposedcwacohalfblock": "waxed_exposed_cut_copper_slab", - "exposedcwacophalfblock": "waxed_exposed_cut_copper_slab", - "exposedcwacopperhalfblock": "waxed_exposed_cut_copper_slab", - "exposedcwacoppersl": "waxed_exposed_cut_copper_slab", - "exposedcwacopperslab": "waxed_exposed_cut_copper_slab", - "exposedcwacopperstep": "waxed_exposed_cut_copper_slab", - "exposedcwacopsl": "waxed_exposed_cut_copper_slab", - "exposedcwacopslab": "waxed_exposed_cut_copper_slab", - "exposedcwacopstep": "waxed_exposed_cut_copper_slab", - "exposedcwacosl": "waxed_exposed_cut_copper_slab", - "exposedcwacoslab": "waxed_exposed_cut_copper_slab", - "exposedcwacostep": "waxed_exposed_cut_copper_slab", - "exposedcwaxcohalfblock": "waxed_exposed_cut_copper_slab", - "exposedcwaxcophalfblock": "waxed_exposed_cut_copper_slab", - "exposedcwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", - "exposedcwaxcoppersl": "waxed_exposed_cut_copper_slab", - "exposedcwaxcopperslab": "waxed_exposed_cut_copper_slab", - "exposedcwaxcopperstep": "waxed_exposed_cut_copper_slab", - "exposedcwaxcopsl": "waxed_exposed_cut_copper_slab", - "exposedcwaxcopslab": "waxed_exposed_cut_copper_slab", - "exposedcwaxcopstep": "waxed_exposed_cut_copper_slab", - "exposedcwaxcosl": "waxed_exposed_cut_copper_slab", - "exposedcwaxcoslab": "waxed_exposed_cut_copper_slab", - "exposedcwaxcostep": "waxed_exposed_cut_copper_slab", - "exposedcwaxedcohalfblock": "waxed_exposed_cut_copper_slab", - "exposedcwaxedcophalfblock": "waxed_exposed_cut_copper_slab", - "exposedcwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "exposedcwaxedcoppersl": "waxed_exposed_cut_copper_slab", - "exposedcwaxedcopperslab": "waxed_exposed_cut_copper_slab", - "exposedcwaxedcopperstep": "waxed_exposed_cut_copper_slab", - "exposedcwaxedcopsl": "waxed_exposed_cut_copper_slab", - "exposedcwaxedcopslab": "waxed_exposed_cut_copper_slab", - "exposedcwaxedcopstep": "waxed_exposed_cut_copper_slab", - "exposedcwaxedcosl": "waxed_exposed_cut_copper_slab", - "exposedcwaxedcoslab": "waxed_exposed_cut_copper_slab", - "exposedcwaxedcostep": "waxed_exposed_cut_copper_slab", - "exposedwaccohalfblock": "waxed_exposed_cut_copper_slab", - "exposedwaccophalfblock": "waxed_exposed_cut_copper_slab", - "exposedwaccopperhalfblock": "waxed_exposed_cut_copper_slab", - "exposedwaccoppersl": "waxed_exposed_cut_copper_slab", - "exposedwaccopperslab": "waxed_exposed_cut_copper_slab", - "exposedwaccopperstep": "waxed_exposed_cut_copper_slab", - "exposedwaccopsl": "waxed_exposed_cut_copper_slab", - "exposedwaccopslab": "waxed_exposed_cut_copper_slab", - "exposedwaccopstep": "waxed_exposed_cut_copper_slab", - "exposedwaccosl": "waxed_exposed_cut_copper_slab", - "exposedwaccoslab": "waxed_exposed_cut_copper_slab", - "exposedwaccostep": "waxed_exposed_cut_copper_slab", - "exposedwacutcohalfblock": "waxed_exposed_cut_copper_slab", - "exposedwacutcophalfblock": "waxed_exposed_cut_copper_slab", - "exposedwacutcopperhalfblock": "waxed_exposed_cut_copper_slab", - "exposedwacutcoppersl": "waxed_exposed_cut_copper_slab", - "exposedwacutcopperslab": "waxed_exposed_cut_copper_slab", - "exposedwacutcopperstep": "waxed_exposed_cut_copper_slab", - "exposedwacutcopsl": "waxed_exposed_cut_copper_slab", - "exposedwacutcopslab": "waxed_exposed_cut_copper_slab", - "exposedwacutcopstep": "waxed_exposed_cut_copper_slab", - "exposedwacutcosl": "waxed_exposed_cut_copper_slab", - "exposedwacutcoslab": "waxed_exposed_cut_copper_slab", - "exposedwacutcostep": "waxed_exposed_cut_copper_slab", - "exposedwaxccohalfblock": "waxed_exposed_cut_copper_slab", - "exposedwaxccophalfblock": "waxed_exposed_cut_copper_slab", - "exposedwaxccopperhalfblock": "waxed_exposed_cut_copper_slab", - "exposedwaxccoppersl": "waxed_exposed_cut_copper_slab", - "exposedwaxccopperslab": "waxed_exposed_cut_copper_slab", - "exposedwaxccopperstep": "waxed_exposed_cut_copper_slab", - "exposedwaxccopsl": "waxed_exposed_cut_copper_slab", - "exposedwaxccopslab": "waxed_exposed_cut_copper_slab", - "exposedwaxccopstep": "waxed_exposed_cut_copper_slab", - "exposedwaxccosl": "waxed_exposed_cut_copper_slab", - "exposedwaxccoslab": "waxed_exposed_cut_copper_slab", - "exposedwaxccostep": "waxed_exposed_cut_copper_slab", - "exposedwaxcutcohalfblock": "waxed_exposed_cut_copper_slab", - "exposedwaxcutcophalfblock": "waxed_exposed_cut_copper_slab", - "exposedwaxcutcopperhalfblock": "waxed_exposed_cut_copper_slab", - "exposedwaxcutcoppersl": "waxed_exposed_cut_copper_slab", - "exposedwaxcutcopperslab": "waxed_exposed_cut_copper_slab", - "exposedwaxcutcopperstep": "waxed_exposed_cut_copper_slab", - "exposedwaxcutcopsl": "waxed_exposed_cut_copper_slab", - "exposedwaxcutcopslab": "waxed_exposed_cut_copper_slab", - "exposedwaxcutcopstep": "waxed_exposed_cut_copper_slab", - "exposedwaxcutcosl": "waxed_exposed_cut_copper_slab", - "exposedwaxcutcoslab": "waxed_exposed_cut_copper_slab", - "exposedwaxcutcostep": "waxed_exposed_cut_copper_slab", - "exposedwaxedccohalfblock": "waxed_exposed_cut_copper_slab", - "exposedwaxedccophalfblock": "waxed_exposed_cut_copper_slab", - "exposedwaxedccopperhalfblock": "waxed_exposed_cut_copper_slab", - "exposedwaxedccoppersl": "waxed_exposed_cut_copper_slab", - "exposedwaxedccopperslab": "waxed_exposed_cut_copper_slab", - "exposedwaxedccopperstep": "waxed_exposed_cut_copper_slab", - "exposedwaxedccopsl": "waxed_exposed_cut_copper_slab", - "exposedwaxedccopslab": "waxed_exposed_cut_copper_slab", - "exposedwaxedccopstep": "waxed_exposed_cut_copper_slab", - "exposedwaxedccosl": "waxed_exposed_cut_copper_slab", - "exposedwaxedccoslab": "waxed_exposed_cut_copper_slab", - "exposedwaxedccostep": "waxed_exposed_cut_copper_slab", - "exposedwaxedcutcohalfblock": "waxed_exposed_cut_copper_slab", - "exposedwaxedcutcophalfblock": "waxed_exposed_cut_copper_slab", - "exposedwaxedcutcopperhalfblock": "waxed_exposed_cut_copper_slab", - "exposedwaxedcutcoppersl": "waxed_exposed_cut_copper_slab", - "exposedwaxedcutcopperslab": "waxed_exposed_cut_copper_slab", - "exposedwaxedcutcopperstep": "waxed_exposed_cut_copper_slab", - "exposedwaxedcutcopsl": "waxed_exposed_cut_copper_slab", - "exposedwaxedcutcopslab": "waxed_exposed_cut_copper_slab", - "exposedwaxedcutcopstep": "waxed_exposed_cut_copper_slab", - "exposedwaxedcutcosl": "waxed_exposed_cut_copper_slab", - "exposedwaxedcutcoslab": "waxed_exposed_cut_copper_slab", - "exposedwaxedcutcostep": "waxed_exposed_cut_copper_slab", - "expwaccohalfblock": "waxed_exposed_cut_copper_slab", - "expwaccophalfblock": "waxed_exposed_cut_copper_slab", - "expwaccopperhalfblock": "waxed_exposed_cut_copper_slab", - "expwaccoppersl": "waxed_exposed_cut_copper_slab", - "expwaccopperslab": "waxed_exposed_cut_copper_slab", - "expwaccopperstep": "waxed_exposed_cut_copper_slab", - "expwaccopsl": "waxed_exposed_cut_copper_slab", - "expwaccopslab": "waxed_exposed_cut_copper_slab", - "expwaccopstep": "waxed_exposed_cut_copper_slab", - "expwaccosl": "waxed_exposed_cut_copper_slab", - "expwaccoslab": "waxed_exposed_cut_copper_slab", - "expwaccostep": "waxed_exposed_cut_copper_slab", - "expwacutcohalfblock": "waxed_exposed_cut_copper_slab", - "expwacutcophalfblock": "waxed_exposed_cut_copper_slab", - "expwacutcopperhalfblock": "waxed_exposed_cut_copper_slab", - "expwacutcoppersl": "waxed_exposed_cut_copper_slab", - "expwacutcopperslab": "waxed_exposed_cut_copper_slab", - "expwacutcopperstep": "waxed_exposed_cut_copper_slab", - "expwacutcopsl": "waxed_exposed_cut_copper_slab", - "expwacutcopslab": "waxed_exposed_cut_copper_slab", - "expwacutcopstep": "waxed_exposed_cut_copper_slab", - "expwacutcosl": "waxed_exposed_cut_copper_slab", - "expwacutcoslab": "waxed_exposed_cut_copper_slab", - "expwacutcostep": "waxed_exposed_cut_copper_slab", - "expwaxccohalfblock": "waxed_exposed_cut_copper_slab", - "expwaxccophalfblock": "waxed_exposed_cut_copper_slab", - "expwaxccopperhalfblock": "waxed_exposed_cut_copper_slab", - "expwaxccoppersl": "waxed_exposed_cut_copper_slab", - "expwaxccopperslab": "waxed_exposed_cut_copper_slab", - "expwaxccopperstep": "waxed_exposed_cut_copper_slab", - "expwaxccopsl": "waxed_exposed_cut_copper_slab", - "expwaxccopslab": "waxed_exposed_cut_copper_slab", - "expwaxccopstep": "waxed_exposed_cut_copper_slab", - "expwaxccosl": "waxed_exposed_cut_copper_slab", - "expwaxccoslab": "waxed_exposed_cut_copper_slab", - "expwaxccostep": "waxed_exposed_cut_copper_slab", - "expwaxcutcohalfblock": "waxed_exposed_cut_copper_slab", - "expwaxcutcophalfblock": "waxed_exposed_cut_copper_slab", - "expwaxcutcopperhalfblock": "waxed_exposed_cut_copper_slab", - "expwaxcutcoppersl": "waxed_exposed_cut_copper_slab", - "expwaxcutcopperslab": "waxed_exposed_cut_copper_slab", - "expwaxcutcopperstep": "waxed_exposed_cut_copper_slab", - "expwaxcutcopsl": "waxed_exposed_cut_copper_slab", - "expwaxcutcopslab": "waxed_exposed_cut_copper_slab", - "expwaxcutcopstep": "waxed_exposed_cut_copper_slab", - "expwaxcutcosl": "waxed_exposed_cut_copper_slab", - "expwaxcutcoslab": "waxed_exposed_cut_copper_slab", - "expwaxcutcostep": "waxed_exposed_cut_copper_slab", - "expwaxedccohalfblock": "waxed_exposed_cut_copper_slab", - "expwaxedccophalfblock": "waxed_exposed_cut_copper_slab", - "expwaxedccopperhalfblock": "waxed_exposed_cut_copper_slab", - "expwaxedccoppersl": "waxed_exposed_cut_copper_slab", - "expwaxedccopperslab": "waxed_exposed_cut_copper_slab", - "expwaxedccopperstep": "waxed_exposed_cut_copper_slab", - "expwaxedccopsl": "waxed_exposed_cut_copper_slab", - "expwaxedccopslab": "waxed_exposed_cut_copper_slab", - "expwaxedccopstep": "waxed_exposed_cut_copper_slab", - "expwaxedccosl": "waxed_exposed_cut_copper_slab", - "expwaxedccoslab": "waxed_exposed_cut_copper_slab", - "expwaxedccostep": "waxed_exposed_cut_copper_slab", - "expwaxedcutcohalfblock": "waxed_exposed_cut_copper_slab", - "expwaxedcutcophalfblock": "waxed_exposed_cut_copper_slab", - "expwaxedcutcopperhalfblock": "waxed_exposed_cut_copper_slab", - "expwaxedcutcoppersl": "waxed_exposed_cut_copper_slab", - "expwaxedcutcopperslab": "waxed_exposed_cut_copper_slab", - "expwaxedcutcopperstep": "waxed_exposed_cut_copper_slab", - "expwaxedcutcopsl": "waxed_exposed_cut_copper_slab", - "expwaxedcutcopslab": "waxed_exposed_cut_copper_slab", - "expwaxedcutcopstep": "waxed_exposed_cut_copper_slab", - "expwaxedcutcosl": "waxed_exposed_cut_copper_slab", - "expwaxedcutcoslab": "waxed_exposed_cut_copper_slab", - "expwaxedcutcostep": "waxed_exposed_cut_copper_slab", - "exwaccohalfblock": "waxed_exposed_cut_copper_slab", - "exwaccophalfblock": "waxed_exposed_cut_copper_slab", - "exwaccopperhalfblock": "waxed_exposed_cut_copper_slab", - "exwaccoppersl": "waxed_exposed_cut_copper_slab", - "exwaccopperslab": "waxed_exposed_cut_copper_slab", - "exwaccopperstep": "waxed_exposed_cut_copper_slab", - "exwaccopsl": "waxed_exposed_cut_copper_slab", - "exwaccopslab": "waxed_exposed_cut_copper_slab", - "exwaccopstep": "waxed_exposed_cut_copper_slab", - "exwaccosl": "waxed_exposed_cut_copper_slab", - "exwaccoslab": "waxed_exposed_cut_copper_slab", - "exwaccostep": "waxed_exposed_cut_copper_slab", - "exwacutcohalfblock": "waxed_exposed_cut_copper_slab", - "exwacutcophalfblock": "waxed_exposed_cut_copper_slab", - "exwacutcopperhalfblock": "waxed_exposed_cut_copper_slab", - "exwacutcoppersl": "waxed_exposed_cut_copper_slab", - "exwacutcopperslab": "waxed_exposed_cut_copper_slab", - "exwacutcopperstep": "waxed_exposed_cut_copper_slab", - "exwacutcopsl": "waxed_exposed_cut_copper_slab", - "exwacutcopslab": "waxed_exposed_cut_copper_slab", - "exwacutcopstep": "waxed_exposed_cut_copper_slab", - "exwacutcosl": "waxed_exposed_cut_copper_slab", - "exwacutcoslab": "waxed_exposed_cut_copper_slab", - "exwacutcostep": "waxed_exposed_cut_copper_slab", - "exwaxccohalfblock": "waxed_exposed_cut_copper_slab", - "exwaxccophalfblock": "waxed_exposed_cut_copper_slab", - "exwaxccopperhalfblock": "waxed_exposed_cut_copper_slab", - "exwaxccoppersl": "waxed_exposed_cut_copper_slab", - "exwaxccopperslab": "waxed_exposed_cut_copper_slab", - "exwaxccopperstep": "waxed_exposed_cut_copper_slab", - "exwaxccopsl": "waxed_exposed_cut_copper_slab", - "exwaxccopslab": "waxed_exposed_cut_copper_slab", - "exwaxccopstep": "waxed_exposed_cut_copper_slab", - "exwaxccosl": "waxed_exposed_cut_copper_slab", - "exwaxccoslab": "waxed_exposed_cut_copper_slab", - "exwaxccostep": "waxed_exposed_cut_copper_slab", - "exwaxcutcohalfblock": "waxed_exposed_cut_copper_slab", - "exwaxcutcophalfblock": "waxed_exposed_cut_copper_slab", - "exwaxcutcopperhalfblock": "waxed_exposed_cut_copper_slab", - "exwaxcutcoppersl": "waxed_exposed_cut_copper_slab", - "exwaxcutcopperslab": "waxed_exposed_cut_copper_slab", - "exwaxcutcopperstep": "waxed_exposed_cut_copper_slab", - "exwaxcutcopsl": "waxed_exposed_cut_copper_slab", - "exwaxcutcopslab": "waxed_exposed_cut_copper_slab", - "exwaxcutcopstep": "waxed_exposed_cut_copper_slab", - "exwaxcutcosl": "waxed_exposed_cut_copper_slab", - "exwaxcutcoslab": "waxed_exposed_cut_copper_slab", - "exwaxcutcostep": "waxed_exposed_cut_copper_slab", - "exwaxedccohalfblock": "waxed_exposed_cut_copper_slab", - "exwaxedccophalfblock": "waxed_exposed_cut_copper_slab", - "exwaxedccopperhalfblock": "waxed_exposed_cut_copper_slab", - "exwaxedccoppersl": "waxed_exposed_cut_copper_slab", - "exwaxedccopperslab": "waxed_exposed_cut_copper_slab", - "exwaxedccopperstep": "waxed_exposed_cut_copper_slab", - "exwaxedccopsl": "waxed_exposed_cut_copper_slab", - "exwaxedccopslab": "waxed_exposed_cut_copper_slab", - "exwaxedccopstep": "waxed_exposed_cut_copper_slab", - "exwaxedccosl": "waxed_exposed_cut_copper_slab", - "exwaxedccoslab": "waxed_exposed_cut_copper_slab", - "exwaxedccostep": "waxed_exposed_cut_copper_slab", - "exwaxedcutcohalfblock": "waxed_exposed_cut_copper_slab", - "exwaxedcutcophalfblock": "waxed_exposed_cut_copper_slab", - "exwaxedcutcopperhalfblock": "waxed_exposed_cut_copper_slab", - "exwaxedcutcoppersl": "waxed_exposed_cut_copper_slab", - "exwaxedcutcopperslab": "waxed_exposed_cut_copper_slab", - "exwaxedcutcopperstep": "waxed_exposed_cut_copper_slab", - "exwaxedcutcopsl": "waxed_exposed_cut_copper_slab", - "exwaxedcutcopslab": "waxed_exposed_cut_copper_slab", - "exwaxedcutcopstep": "waxed_exposed_cut_copper_slab", - "exwaxedcutcosl": "waxed_exposed_cut_copper_slab", - "exwaxedcutcoslab": "waxed_exposed_cut_copper_slab", - "exwaxedcutcostep": "waxed_exposed_cut_copper_slab", - "minecraft:waxed_exposed_cut_copper_slab": "waxed_exposed_cut_copper_slab", - "wacexcohalfblock": "waxed_exposed_cut_copper_slab", - "wacexcophalfblock": "waxed_exposed_cut_copper_slab", - "wacexcopperhalfblock": "waxed_exposed_cut_copper_slab", - "wacexcoppersl": "waxed_exposed_cut_copper_slab", - "wacexcopperslab": "waxed_exposed_cut_copper_slab", - "wacexcopperstep": "waxed_exposed_cut_copper_slab", - "wacexcopsl": "waxed_exposed_cut_copper_slab", - "wacexcopslab": "waxed_exposed_cut_copper_slab", - "wacexcopstep": "waxed_exposed_cut_copper_slab", - "wacexcosl": "waxed_exposed_cut_copper_slab", - "wacexcoslab": "waxed_exposed_cut_copper_slab", - "wacexcostep": "waxed_exposed_cut_copper_slab", - "wacexpcohalfblock": "waxed_exposed_cut_copper_slab", - "wacexpcophalfblock": "waxed_exposed_cut_copper_slab", - "wacexpcopperhalfblock": "waxed_exposed_cut_copper_slab", - "wacexpcoppersl": "waxed_exposed_cut_copper_slab", - "wacexpcopperslab": "waxed_exposed_cut_copper_slab", - "wacexpcopperstep": "waxed_exposed_cut_copper_slab", - "wacexpcopsl": "waxed_exposed_cut_copper_slab", - "wacexpcopslab": "waxed_exposed_cut_copper_slab", - "wacexpcopstep": "waxed_exposed_cut_copper_slab", - "wacexpcosl": "waxed_exposed_cut_copper_slab", - "wacexpcoslab": "waxed_exposed_cut_copper_slab", - "wacexpcostep": "waxed_exposed_cut_copper_slab", - "wacexposedcohalfblock": "waxed_exposed_cut_copper_slab", - "wacexposedcophalfblock": "waxed_exposed_cut_copper_slab", - "wacexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "wacexposedcoppersl": "waxed_exposed_cut_copper_slab", - "wacexposedcopperslab": "waxed_exposed_cut_copper_slab", - "wacexposedcopperstep": "waxed_exposed_cut_copper_slab", - "wacexposedcopsl": "waxed_exposed_cut_copper_slab", - "wacexposedcopslab": "waxed_exposed_cut_copper_slab", - "wacexposedcopstep": "waxed_exposed_cut_copper_slab", - "wacexposedcosl": "waxed_exposed_cut_copper_slab", - "wacexposedcoslab": "waxed_exposed_cut_copper_slab", - "wacexposedcostep": "waxed_exposed_cut_copper_slab", - "wacutexcohalfblock": "waxed_exposed_cut_copper_slab", - "wacutexcophalfblock": "waxed_exposed_cut_copper_slab", - "wacutexcopperhalfblock": "waxed_exposed_cut_copper_slab", - "wacutexcoppersl": "waxed_exposed_cut_copper_slab", - "wacutexcopperslab": "waxed_exposed_cut_copper_slab", - "wacutexcopperstep": "waxed_exposed_cut_copper_slab", - "wacutexcopsl": "waxed_exposed_cut_copper_slab", - "wacutexcopslab": "waxed_exposed_cut_copper_slab", - "wacutexcopstep": "waxed_exposed_cut_copper_slab", - "wacutexcosl": "waxed_exposed_cut_copper_slab", - "wacutexcoslab": "waxed_exposed_cut_copper_slab", - "wacutexcostep": "waxed_exposed_cut_copper_slab", - "wacutexpcohalfblock": "waxed_exposed_cut_copper_slab", - "wacutexpcophalfblock": "waxed_exposed_cut_copper_slab", - "wacutexpcopperhalfblock": "waxed_exposed_cut_copper_slab", - "wacutexpcoppersl": "waxed_exposed_cut_copper_slab", - "wacutexpcopperslab": "waxed_exposed_cut_copper_slab", - "wacutexpcopperstep": "waxed_exposed_cut_copper_slab", - "wacutexpcopsl": "waxed_exposed_cut_copper_slab", - "wacutexpcopslab": "waxed_exposed_cut_copper_slab", - "wacutexpcopstep": "waxed_exposed_cut_copper_slab", - "wacutexpcosl": "waxed_exposed_cut_copper_slab", - "wacutexpcoslab": "waxed_exposed_cut_copper_slab", - "wacutexpcostep": "waxed_exposed_cut_copper_slab", - "wacutexposedcohalfblock": "waxed_exposed_cut_copper_slab", - "wacutexposedcophalfblock": "waxed_exposed_cut_copper_slab", - "wacutexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "wacutexposedcoppersl": "waxed_exposed_cut_copper_slab", - "wacutexposedcopperslab": "waxed_exposed_cut_copper_slab", - "wacutexposedcopperstep": "waxed_exposed_cut_copper_slab", - "wacutexposedcopsl": "waxed_exposed_cut_copper_slab", - "wacutexposedcopslab": "waxed_exposed_cut_copper_slab", - "wacutexposedcopstep": "waxed_exposed_cut_copper_slab", - "wacutexposedcosl": "waxed_exposed_cut_copper_slab", - "wacutexposedcoslab": "waxed_exposed_cut_copper_slab", - "wacutexposedcostep": "waxed_exposed_cut_copper_slab", - "waexccohalfblock": "waxed_exposed_cut_copper_slab", - "waexccophalfblock": "waxed_exposed_cut_copper_slab", - "waexccopperhalfblock": "waxed_exposed_cut_copper_slab", - "waexccoppersl": "waxed_exposed_cut_copper_slab", - "waexccopperslab": "waxed_exposed_cut_copper_slab", - "waexccopperstep": "waxed_exposed_cut_copper_slab", - "waexccopsl": "waxed_exposed_cut_copper_slab", - "waexccopslab": "waxed_exposed_cut_copper_slab", - "waexccopstep": "waxed_exposed_cut_copper_slab", - "waexccosl": "waxed_exposed_cut_copper_slab", - "waexccoslab": "waxed_exposed_cut_copper_slab", - "waexccostep": "waxed_exposed_cut_copper_slab", - "waexcutcohalfblock": "waxed_exposed_cut_copper_slab", - "waexcutcophalfblock": "waxed_exposed_cut_copper_slab", - "waexcutcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waexcutcoppersl": "waxed_exposed_cut_copper_slab", - "waexcutcopperslab": "waxed_exposed_cut_copper_slab", - "waexcutcopperstep": "waxed_exposed_cut_copper_slab", - "waexcutcopsl": "waxed_exposed_cut_copper_slab", - "waexcutcopslab": "waxed_exposed_cut_copper_slab", - "waexcutcopstep": "waxed_exposed_cut_copper_slab", - "waexcutcosl": "waxed_exposed_cut_copper_slab", - "waexcutcoslab": "waxed_exposed_cut_copper_slab", - "waexcutcostep": "waxed_exposed_cut_copper_slab", - "waexpccohalfblock": "waxed_exposed_cut_copper_slab", - "waexpccophalfblock": "waxed_exposed_cut_copper_slab", - "waexpccopperhalfblock": "waxed_exposed_cut_copper_slab", - "waexpccoppersl": "waxed_exposed_cut_copper_slab", - "waexpccopperslab": "waxed_exposed_cut_copper_slab", - "waexpccopperstep": "waxed_exposed_cut_copper_slab", - "waexpccopsl": "waxed_exposed_cut_copper_slab", - "waexpccopslab": "waxed_exposed_cut_copper_slab", - "waexpccopstep": "waxed_exposed_cut_copper_slab", - "waexpccosl": "waxed_exposed_cut_copper_slab", - "waexpccoslab": "waxed_exposed_cut_copper_slab", - "waexpccostep": "waxed_exposed_cut_copper_slab", - "waexpcutcohalfblock": "waxed_exposed_cut_copper_slab", - "waexpcutcophalfblock": "waxed_exposed_cut_copper_slab", - "waexpcutcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waexpcutcoppersl": "waxed_exposed_cut_copper_slab", - "waexpcutcopperslab": "waxed_exposed_cut_copper_slab", - "waexpcutcopperstep": "waxed_exposed_cut_copper_slab", - "waexpcutcopsl": "waxed_exposed_cut_copper_slab", - "waexpcutcopslab": "waxed_exposed_cut_copper_slab", - "waexpcutcopstep": "waxed_exposed_cut_copper_slab", - "waexpcutcosl": "waxed_exposed_cut_copper_slab", - "waexpcutcoslab": "waxed_exposed_cut_copper_slab", - "waexpcutcostep": "waxed_exposed_cut_copper_slab", - "waexposedccohalfblock": "waxed_exposed_cut_copper_slab", - "waexposedccophalfblock": "waxed_exposed_cut_copper_slab", - "waexposedccopperhalfblock": "waxed_exposed_cut_copper_slab", - "waexposedccoppersl": "waxed_exposed_cut_copper_slab", - "waexposedccopperslab": "waxed_exposed_cut_copper_slab", - "waexposedccopperstep": "waxed_exposed_cut_copper_slab", - "waexposedccopsl": "waxed_exposed_cut_copper_slab", - "waexposedccopslab": "waxed_exposed_cut_copper_slab", - "waexposedccopstep": "waxed_exposed_cut_copper_slab", - "waexposedccosl": "waxed_exposed_cut_copper_slab", - "waexposedccoslab": "waxed_exposed_cut_copper_slab", - "waexposedccostep": "waxed_exposed_cut_copper_slab", - "waexposedcutcohalfblock": "waxed_exposed_cut_copper_slab", - "waexposedcutcophalfblock": "waxed_exposed_cut_copper_slab", - "waexposedcutcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waexposedcutcoppersl": "waxed_exposed_cut_copper_slab", - "waexposedcutcopperslab": "waxed_exposed_cut_copper_slab", - "waexposedcutcopperstep": "waxed_exposed_cut_copper_slab", - "waexposedcutcopsl": "waxed_exposed_cut_copper_slab", - "waexposedcutcopslab": "waxed_exposed_cut_copper_slab", - "waexposedcutcopstep": "waxed_exposed_cut_copper_slab", - "waexposedcutcosl": "waxed_exposed_cut_copper_slab", - "waexposedcutcoslab": "waxed_exposed_cut_copper_slab", - "waexposedcutcostep": "waxed_exposed_cut_copper_slab", - "waxcexcohalfblock": "waxed_exposed_cut_copper_slab", - "waxcexcophalfblock": "waxed_exposed_cut_copper_slab", - "waxcexcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxcexcoppersl": "waxed_exposed_cut_copper_slab", - "waxcexcopperslab": "waxed_exposed_cut_copper_slab", - "waxcexcopperstep": "waxed_exposed_cut_copper_slab", - "waxcexcopsl": "waxed_exposed_cut_copper_slab", - "waxcexcopslab": "waxed_exposed_cut_copper_slab", - "waxcexcopstep": "waxed_exposed_cut_copper_slab", - "waxcexcosl": "waxed_exposed_cut_copper_slab", - "waxcexcoslab": "waxed_exposed_cut_copper_slab", - "waxcexcostep": "waxed_exposed_cut_copper_slab", - "waxcexpcohalfblock": "waxed_exposed_cut_copper_slab", - "waxcexpcophalfblock": "waxed_exposed_cut_copper_slab", - "waxcexpcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxcexpcoppersl": "waxed_exposed_cut_copper_slab", - "waxcexpcopperslab": "waxed_exposed_cut_copper_slab", - "waxcexpcopperstep": "waxed_exposed_cut_copper_slab", - "waxcexpcopsl": "waxed_exposed_cut_copper_slab", - "waxcexpcopslab": "waxed_exposed_cut_copper_slab", - "waxcexpcopstep": "waxed_exposed_cut_copper_slab", - "waxcexpcosl": "waxed_exposed_cut_copper_slab", - "waxcexpcoslab": "waxed_exposed_cut_copper_slab", - "waxcexpcostep": "waxed_exposed_cut_copper_slab", - "waxcexposedcohalfblock": "waxed_exposed_cut_copper_slab", - "waxcexposedcophalfblock": "waxed_exposed_cut_copper_slab", - "waxcexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxcexposedcoppersl": "waxed_exposed_cut_copper_slab", - "waxcexposedcopperslab": "waxed_exposed_cut_copper_slab", - "waxcexposedcopperstep": "waxed_exposed_cut_copper_slab", - "waxcexposedcopsl": "waxed_exposed_cut_copper_slab", - "waxcexposedcopslab": "waxed_exposed_cut_copper_slab", - "waxcexposedcopstep": "waxed_exposed_cut_copper_slab", - "waxcexposedcosl": "waxed_exposed_cut_copper_slab", - "waxcexposedcoslab": "waxed_exposed_cut_copper_slab", - "waxcexposedcostep": "waxed_exposed_cut_copper_slab", - "waxcutexcohalfblock": "waxed_exposed_cut_copper_slab", - "waxcutexcophalfblock": "waxed_exposed_cut_copper_slab", - "waxcutexcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxcutexcoppersl": "waxed_exposed_cut_copper_slab", - "waxcutexcopperslab": "waxed_exposed_cut_copper_slab", - "waxcutexcopperstep": "waxed_exposed_cut_copper_slab", - "waxcutexcopsl": "waxed_exposed_cut_copper_slab", - "waxcutexcopslab": "waxed_exposed_cut_copper_slab", - "waxcutexcopstep": "waxed_exposed_cut_copper_slab", - "waxcutexcosl": "waxed_exposed_cut_copper_slab", - "waxcutexcoslab": "waxed_exposed_cut_copper_slab", - "waxcutexcostep": "waxed_exposed_cut_copper_slab", - "waxcutexpcohalfblock": "waxed_exposed_cut_copper_slab", - "waxcutexpcophalfblock": "waxed_exposed_cut_copper_slab", - "waxcutexpcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxcutexpcoppersl": "waxed_exposed_cut_copper_slab", - "waxcutexpcopperslab": "waxed_exposed_cut_copper_slab", - "waxcutexpcopperstep": "waxed_exposed_cut_copper_slab", - "waxcutexpcopsl": "waxed_exposed_cut_copper_slab", - "waxcutexpcopslab": "waxed_exposed_cut_copper_slab", - "waxcutexpcopstep": "waxed_exposed_cut_copper_slab", - "waxcutexpcosl": "waxed_exposed_cut_copper_slab", - "waxcutexpcoslab": "waxed_exposed_cut_copper_slab", - "waxcutexpcostep": "waxed_exposed_cut_copper_slab", - "waxcutexposedcohalfblock": "waxed_exposed_cut_copper_slab", - "waxcutexposedcophalfblock": "waxed_exposed_cut_copper_slab", - "waxcutexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxcutexposedcoppersl": "waxed_exposed_cut_copper_slab", - "waxcutexposedcopperslab": "waxed_exposed_cut_copper_slab", - "waxcutexposedcopperstep": "waxed_exposed_cut_copper_slab", - "waxcutexposedcopsl": "waxed_exposed_cut_copper_slab", - "waxcutexposedcopslab": "waxed_exposed_cut_copper_slab", - "waxcutexposedcopstep": "waxed_exposed_cut_copper_slab", - "waxcutexposedcosl": "waxed_exposed_cut_copper_slab", - "waxcutexposedcoslab": "waxed_exposed_cut_copper_slab", - "waxcutexposedcostep": "waxed_exposed_cut_copper_slab", - "waxedcexcohalfblock": "waxed_exposed_cut_copper_slab", - "waxedcexcophalfblock": "waxed_exposed_cut_copper_slab", - "waxedcexcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxedcexcoppersl": "waxed_exposed_cut_copper_slab", - "waxedcexcopperslab": "waxed_exposed_cut_copper_slab", - "waxedcexcopperstep": "waxed_exposed_cut_copper_slab", - "waxedcexcopsl": "waxed_exposed_cut_copper_slab", - "waxedcexcopslab": "waxed_exposed_cut_copper_slab", - "waxedcexcopstep": "waxed_exposed_cut_copper_slab", - "waxedcexcosl": "waxed_exposed_cut_copper_slab", - "waxedcexcoslab": "waxed_exposed_cut_copper_slab", - "waxedcexcostep": "waxed_exposed_cut_copper_slab", - "waxedcexpcohalfblock": "waxed_exposed_cut_copper_slab", - "waxedcexpcophalfblock": "waxed_exposed_cut_copper_slab", - "waxedcexpcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxedcexpcoppersl": "waxed_exposed_cut_copper_slab", - "waxedcexpcopperslab": "waxed_exposed_cut_copper_slab", - "waxedcexpcopperstep": "waxed_exposed_cut_copper_slab", - "waxedcexpcopsl": "waxed_exposed_cut_copper_slab", - "waxedcexpcopslab": "waxed_exposed_cut_copper_slab", - "waxedcexpcopstep": "waxed_exposed_cut_copper_slab", - "waxedcexpcosl": "waxed_exposed_cut_copper_slab", - "waxedcexpcoslab": "waxed_exposed_cut_copper_slab", - "waxedcexpcostep": "waxed_exposed_cut_copper_slab", - "waxedcexposedcohalfblock": "waxed_exposed_cut_copper_slab", - "waxedcexposedcophalfblock": "waxed_exposed_cut_copper_slab", - "waxedcexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxedcexposedcoppersl": "waxed_exposed_cut_copper_slab", - "waxedcexposedcopperslab": "waxed_exposed_cut_copper_slab", - "waxedcexposedcopperstep": "waxed_exposed_cut_copper_slab", - "waxedcexposedcopsl": "waxed_exposed_cut_copper_slab", - "waxedcexposedcopslab": "waxed_exposed_cut_copper_slab", - "waxedcexposedcopstep": "waxed_exposed_cut_copper_slab", - "waxedcexposedcosl": "waxed_exposed_cut_copper_slab", - "waxedcexposedcoslab": "waxed_exposed_cut_copper_slab", - "waxedcexposedcostep": "waxed_exposed_cut_copper_slab", - "waxedcutexcohalfblock": "waxed_exposed_cut_copper_slab", - "waxedcutexcophalfblock": "waxed_exposed_cut_copper_slab", - "waxedcutexcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxedcutexcoppersl": "waxed_exposed_cut_copper_slab", - "waxedcutexcopperslab": "waxed_exposed_cut_copper_slab", - "waxedcutexcopperstep": "waxed_exposed_cut_copper_slab", - "waxedcutexcopsl": "waxed_exposed_cut_copper_slab", - "waxedcutexcopslab": "waxed_exposed_cut_copper_slab", - "waxedcutexcopstep": "waxed_exposed_cut_copper_slab", - "waxedcutexcosl": "waxed_exposed_cut_copper_slab", - "waxedcutexcoslab": "waxed_exposed_cut_copper_slab", - "waxedcutexcostep": "waxed_exposed_cut_copper_slab", - "waxedcutexpcohalfblock": "waxed_exposed_cut_copper_slab", - "waxedcutexpcophalfblock": "waxed_exposed_cut_copper_slab", - "waxedcutexpcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxedcutexpcoppersl": "waxed_exposed_cut_copper_slab", - "waxedcutexpcopperslab": "waxed_exposed_cut_copper_slab", - "waxedcutexpcopperstep": "waxed_exposed_cut_copper_slab", - "waxedcutexpcopsl": "waxed_exposed_cut_copper_slab", - "waxedcutexpcopslab": "waxed_exposed_cut_copper_slab", - "waxedcutexpcopstep": "waxed_exposed_cut_copper_slab", - "waxedcutexpcosl": "waxed_exposed_cut_copper_slab", - "waxedcutexpcoslab": "waxed_exposed_cut_copper_slab", - "waxedcutexpcostep": "waxed_exposed_cut_copper_slab", - "waxedcutexposedcohalfblock": "waxed_exposed_cut_copper_slab", - "waxedcutexposedcophalfblock": "waxed_exposed_cut_copper_slab", - "waxedcutexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxedcutexposedcoppersl": "waxed_exposed_cut_copper_slab", - "waxedcutexposedcopperslab": "waxed_exposed_cut_copper_slab", - "waxedcutexposedcopperstep": "waxed_exposed_cut_copper_slab", - "waxedcutexposedcopsl": "waxed_exposed_cut_copper_slab", - "waxedcutexposedcopslab": "waxed_exposed_cut_copper_slab", - "waxedcutexposedcopstep": "waxed_exposed_cut_copper_slab", - "waxedcutexposedcosl": "waxed_exposed_cut_copper_slab", - "waxedcutexposedcoslab": "waxed_exposed_cut_copper_slab", - "waxedcutexposedcostep": "waxed_exposed_cut_copper_slab", - "waxedexccohalfblock": "waxed_exposed_cut_copper_slab", - "waxedexccophalfblock": "waxed_exposed_cut_copper_slab", - "waxedexccopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxedexccoppersl": "waxed_exposed_cut_copper_slab", - "waxedexccopperslab": "waxed_exposed_cut_copper_slab", - "waxedexccopperstep": "waxed_exposed_cut_copper_slab", - "waxedexccopsl": "waxed_exposed_cut_copper_slab", - "waxedexccopslab": "waxed_exposed_cut_copper_slab", - "waxedexccopstep": "waxed_exposed_cut_copper_slab", - "waxedexccosl": "waxed_exposed_cut_copper_slab", - "waxedexccoslab": "waxed_exposed_cut_copper_slab", - "waxedexccostep": "waxed_exposed_cut_copper_slab", - "waxedexcutcohalfblock": "waxed_exposed_cut_copper_slab", - "waxedexcutcophalfblock": "waxed_exposed_cut_copper_slab", - "waxedexcutcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxedexcutcoppersl": "waxed_exposed_cut_copper_slab", - "waxedexcutcopperslab": "waxed_exposed_cut_copper_slab", - "waxedexcutcopperstep": "waxed_exposed_cut_copper_slab", - "waxedexcutcopsl": "waxed_exposed_cut_copper_slab", - "waxedexcutcopslab": "waxed_exposed_cut_copper_slab", - "waxedexcutcopstep": "waxed_exposed_cut_copper_slab", - "waxedexcutcosl": "waxed_exposed_cut_copper_slab", - "waxedexcutcoslab": "waxed_exposed_cut_copper_slab", - "waxedexcutcostep": "waxed_exposed_cut_copper_slab", - "waxedexpccohalfblock": "waxed_exposed_cut_copper_slab", - "waxedexpccophalfblock": "waxed_exposed_cut_copper_slab", - "waxedexpccopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxedexpccoppersl": "waxed_exposed_cut_copper_slab", - "waxedexpccopperslab": "waxed_exposed_cut_copper_slab", - "waxedexpccopperstep": "waxed_exposed_cut_copper_slab", - "waxedexpccopsl": "waxed_exposed_cut_copper_slab", - "waxedexpccopslab": "waxed_exposed_cut_copper_slab", - "waxedexpccopstep": "waxed_exposed_cut_copper_slab", - "waxedexpccosl": "waxed_exposed_cut_copper_slab", - "waxedexpccoslab": "waxed_exposed_cut_copper_slab", - "waxedexpccostep": "waxed_exposed_cut_copper_slab", - "waxedexpcutcohalfblock": "waxed_exposed_cut_copper_slab", - "waxedexpcutcophalfblock": "waxed_exposed_cut_copper_slab", - "waxedexpcutcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxedexpcutcoppersl": "waxed_exposed_cut_copper_slab", - "waxedexpcutcopperslab": "waxed_exposed_cut_copper_slab", - "waxedexpcutcopperstep": "waxed_exposed_cut_copper_slab", - "waxedexpcutcopsl": "waxed_exposed_cut_copper_slab", - "waxedexpcutcopslab": "waxed_exposed_cut_copper_slab", - "waxedexpcutcopstep": "waxed_exposed_cut_copper_slab", - "waxedexpcutcosl": "waxed_exposed_cut_copper_slab", - "waxedexpcutcoslab": "waxed_exposed_cut_copper_slab", - "waxedexpcutcostep": "waxed_exposed_cut_copper_slab", - "waxedexposedccohalfblock": "waxed_exposed_cut_copper_slab", - "waxedexposedccophalfblock": "waxed_exposed_cut_copper_slab", - "waxedexposedccopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxedexposedccoppersl": "waxed_exposed_cut_copper_slab", - "waxedexposedccopperslab": "waxed_exposed_cut_copper_slab", - "waxedexposedccopperstep": "waxed_exposed_cut_copper_slab", - "waxedexposedccopsl": "waxed_exposed_cut_copper_slab", - "waxedexposedccopslab": "waxed_exposed_cut_copper_slab", - "waxedexposedccopstep": "waxed_exposed_cut_copper_slab", - "waxedexposedccosl": "waxed_exposed_cut_copper_slab", - "waxedexposedccoslab": "waxed_exposed_cut_copper_slab", - "waxedexposedccostep": "waxed_exposed_cut_copper_slab", - "waxedexposedcutcohalfblock": "waxed_exposed_cut_copper_slab", - "waxedexposedcutcophalfblock": "waxed_exposed_cut_copper_slab", - "waxedexposedcutcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxedexposedcutcoppersl": "waxed_exposed_cut_copper_slab", - "waxedexposedcutcopperslab": "waxed_exposed_cut_copper_slab", - "waxedexposedcutcopperstep": "waxed_exposed_cut_copper_slab", - "waxedexposedcutcopsl": "waxed_exposed_cut_copper_slab", - "waxedexposedcutcopslab": "waxed_exposed_cut_copper_slab", - "waxedexposedcutcopstep": "waxed_exposed_cut_copper_slab", - "waxedexposedcutcosl": "waxed_exposed_cut_copper_slab", - "waxedexposedcutcoslab": "waxed_exposed_cut_copper_slab", - "waxedexposedcutcostep": "waxed_exposed_cut_copper_slab", - "waxexccohalfblock": "waxed_exposed_cut_copper_slab", - "waxexccophalfblock": "waxed_exposed_cut_copper_slab", - "waxexccopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxexccoppersl": "waxed_exposed_cut_copper_slab", - "waxexccopperslab": "waxed_exposed_cut_copper_slab", - "waxexccopperstep": "waxed_exposed_cut_copper_slab", - "waxexccopsl": "waxed_exposed_cut_copper_slab", - "waxexccopslab": "waxed_exposed_cut_copper_slab", - "waxexccopstep": "waxed_exposed_cut_copper_slab", - "waxexccosl": "waxed_exposed_cut_copper_slab", - "waxexccoslab": "waxed_exposed_cut_copper_slab", - "waxexccostep": "waxed_exposed_cut_copper_slab", - "waxexcutcohalfblock": "waxed_exposed_cut_copper_slab", - "waxexcutcophalfblock": "waxed_exposed_cut_copper_slab", - "waxexcutcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxexcutcoppersl": "waxed_exposed_cut_copper_slab", - "waxexcutcopperslab": "waxed_exposed_cut_copper_slab", - "waxexcutcopperstep": "waxed_exposed_cut_copper_slab", - "waxexcutcopsl": "waxed_exposed_cut_copper_slab", - "waxexcutcopslab": "waxed_exposed_cut_copper_slab", - "waxexcutcopstep": "waxed_exposed_cut_copper_slab", - "waxexcutcosl": "waxed_exposed_cut_copper_slab", - "waxexcutcoslab": "waxed_exposed_cut_copper_slab", - "waxexcutcostep": "waxed_exposed_cut_copper_slab", - "waxexpccohalfblock": "waxed_exposed_cut_copper_slab", - "waxexpccophalfblock": "waxed_exposed_cut_copper_slab", - "waxexpccopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxexpccoppersl": "waxed_exposed_cut_copper_slab", - "waxexpccopperslab": "waxed_exposed_cut_copper_slab", - "waxexpccopperstep": "waxed_exposed_cut_copper_slab", - "waxexpccopsl": "waxed_exposed_cut_copper_slab", - "waxexpccopslab": "waxed_exposed_cut_copper_slab", - "waxexpccopstep": "waxed_exposed_cut_copper_slab", - "waxexpccosl": "waxed_exposed_cut_copper_slab", - "waxexpccoslab": "waxed_exposed_cut_copper_slab", - "waxexpccostep": "waxed_exposed_cut_copper_slab", - "waxexpcutcohalfblock": "waxed_exposed_cut_copper_slab", - "waxexpcutcophalfblock": "waxed_exposed_cut_copper_slab", - "waxexpcutcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxexpcutcoppersl": "waxed_exposed_cut_copper_slab", - "waxexpcutcopperslab": "waxed_exposed_cut_copper_slab", - "waxexpcutcopperstep": "waxed_exposed_cut_copper_slab", - "waxexpcutcopsl": "waxed_exposed_cut_copper_slab", - "waxexpcutcopslab": "waxed_exposed_cut_copper_slab", - "waxexpcutcopstep": "waxed_exposed_cut_copper_slab", - "waxexpcutcosl": "waxed_exposed_cut_copper_slab", - "waxexpcutcoslab": "waxed_exposed_cut_copper_slab", - "waxexpcutcostep": "waxed_exposed_cut_copper_slab", - "waxexposedccohalfblock": "waxed_exposed_cut_copper_slab", - "waxexposedccophalfblock": "waxed_exposed_cut_copper_slab", - "waxexposedccopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxexposedccoppersl": "waxed_exposed_cut_copper_slab", - "waxexposedccopperslab": "waxed_exposed_cut_copper_slab", - "waxexposedccopperstep": "waxed_exposed_cut_copper_slab", - "waxexposedccopsl": "waxed_exposed_cut_copper_slab", - "waxexposedccopslab": "waxed_exposed_cut_copper_slab", - "waxexposedccopstep": "waxed_exposed_cut_copper_slab", - "waxexposedccosl": "waxed_exposed_cut_copper_slab", - "waxexposedccoslab": "waxed_exposed_cut_copper_slab", - "waxexposedccostep": "waxed_exposed_cut_copper_slab", - "waxexposedcutcohalfblock": "waxed_exposed_cut_copper_slab", - "waxexposedcutcophalfblock": "waxed_exposed_cut_copper_slab", - "waxexposedcutcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxexposedcutcoppersl": "waxed_exposed_cut_copper_slab", - "waxexposedcutcopperslab": "waxed_exposed_cut_copper_slab", - "waxexposedcutcopperstep": "waxed_exposed_cut_copper_slab", - "waxexposedcutcopsl": "waxed_exposed_cut_copper_slab", - "waxexposedcutcopslab": "waxed_exposed_cut_copper_slab", - "waxexposedcutcopstep": "waxed_exposed_cut_copper_slab", - "waxexposedcutcosl": "waxed_exposed_cut_copper_slab", - "waxexposedcutcoslab": "waxed_exposed_cut_copper_slab", - "waxexposedcutcostep": "waxed_exposed_cut_copper_slab", - "waxed_exposed_cut_copper_stairs": { - "material": "WAXED_EXPOSED_CUT_COPPER_STAIRS" - }, - "cexposedwacopperstair": "waxed_exposed_cut_copper_stairs", - "cexposedwacopperstairs": "waxed_exposed_cut_copper_stairs", - "cexposedwacopstair": "waxed_exposed_cut_copper_stairs", - "cexposedwacopstairs": "waxed_exposed_cut_copper_stairs", - "cexposedwacostair": "waxed_exposed_cut_copper_stairs", - "cexposedwacostairs": "waxed_exposed_cut_copper_stairs", - "cexposedwaxcopperstair": "waxed_exposed_cut_copper_stairs", - "cexposedwaxcopperstairs": "waxed_exposed_cut_copper_stairs", - "cexposedwaxcopstair": "waxed_exposed_cut_copper_stairs", - "cexposedwaxcopstairs": "waxed_exposed_cut_copper_stairs", - "cexposedwaxcostair": "waxed_exposed_cut_copper_stairs", - "cexposedwaxcostairs": "waxed_exposed_cut_copper_stairs", - "cexposedwaxedcopperstair": "waxed_exposed_cut_copper_stairs", - "cexposedwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", - "cexposedwaxedcopstair": "waxed_exposed_cut_copper_stairs", - "cexposedwaxedcopstairs": "waxed_exposed_cut_copper_stairs", - "cexposedwaxedcostair": "waxed_exposed_cut_copper_stairs", - "cexposedwaxedcostairs": "waxed_exposed_cut_copper_stairs", - "cexpwacopperstair": "waxed_exposed_cut_copper_stairs", - "cexpwacopperstairs": "waxed_exposed_cut_copper_stairs", - "cexpwacopstair": "waxed_exposed_cut_copper_stairs", - "cexpwacopstairs": "waxed_exposed_cut_copper_stairs", - "cexpwacostair": "waxed_exposed_cut_copper_stairs", - "cexpwacostairs": "waxed_exposed_cut_copper_stairs", - "cexpwaxcopperstair": "waxed_exposed_cut_copper_stairs", - "cexpwaxcopperstairs": "waxed_exposed_cut_copper_stairs", - "cexpwaxcopstair": "waxed_exposed_cut_copper_stairs", - "cexpwaxcopstairs": "waxed_exposed_cut_copper_stairs", - "cexpwaxcostair": "waxed_exposed_cut_copper_stairs", - "cexpwaxcostairs": "waxed_exposed_cut_copper_stairs", - "cexpwaxedcopperstair": "waxed_exposed_cut_copper_stairs", - "cexpwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", - "cexpwaxedcopstair": "waxed_exposed_cut_copper_stairs", - "cexpwaxedcopstairs": "waxed_exposed_cut_copper_stairs", - "cexpwaxedcostair": "waxed_exposed_cut_copper_stairs", - "cexpwaxedcostairs": "waxed_exposed_cut_copper_stairs", - "cexwacopperstair": "waxed_exposed_cut_copper_stairs", - "cexwacopperstairs": "waxed_exposed_cut_copper_stairs", - "cexwacopstair": "waxed_exposed_cut_copper_stairs", - "cexwacopstairs": "waxed_exposed_cut_copper_stairs", - "cexwacostair": "waxed_exposed_cut_copper_stairs", - "cexwacostairs": "waxed_exposed_cut_copper_stairs", - "cexwaxcopperstair": "waxed_exposed_cut_copper_stairs", - "cexwaxcopperstairs": "waxed_exposed_cut_copper_stairs", - "cexwaxcopstair": "waxed_exposed_cut_copper_stairs", - "cexwaxcopstairs": "waxed_exposed_cut_copper_stairs", - "cexwaxcostair": "waxed_exposed_cut_copper_stairs", - "cexwaxcostairs": "waxed_exposed_cut_copper_stairs", - "cexwaxedcopperstair": "waxed_exposed_cut_copper_stairs", - "cexwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", - "cexwaxedcopstair": "waxed_exposed_cut_copper_stairs", - "cexwaxedcopstairs": "waxed_exposed_cut_copper_stairs", - "cexwaxedcostair": "waxed_exposed_cut_copper_stairs", - "cexwaxedcostairs": "waxed_exposed_cut_copper_stairs", - "cutexposedwacopperstair": "waxed_exposed_cut_copper_stairs", - "cutexposedwacopperstairs": "waxed_exposed_cut_copper_stairs", - "cutexposedwacopstair": "waxed_exposed_cut_copper_stairs", - "cutexposedwacopstairs": "waxed_exposed_cut_copper_stairs", - "cutexposedwacostair": "waxed_exposed_cut_copper_stairs", - "cutexposedwacostairs": "waxed_exposed_cut_copper_stairs", - "cutexposedwaxcopperstair": "waxed_exposed_cut_copper_stairs", - "cutexposedwaxcopperstairs": "waxed_exposed_cut_copper_stairs", - "cutexposedwaxcopstair": "waxed_exposed_cut_copper_stairs", - "cutexposedwaxcopstairs": "waxed_exposed_cut_copper_stairs", - "cutexposedwaxcostair": "waxed_exposed_cut_copper_stairs", - "cutexposedwaxcostairs": "waxed_exposed_cut_copper_stairs", - "cutexposedwaxedcopperstair": "waxed_exposed_cut_copper_stairs", - "cutexposedwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", - "cutexposedwaxedcopstair": "waxed_exposed_cut_copper_stairs", - "cutexposedwaxedcopstairs": "waxed_exposed_cut_copper_stairs", - "cutexposedwaxedcostair": "waxed_exposed_cut_copper_stairs", - "cutexposedwaxedcostairs": "waxed_exposed_cut_copper_stairs", - "cutexpwacopperstair": "waxed_exposed_cut_copper_stairs", - "cutexpwacopperstairs": "waxed_exposed_cut_copper_stairs", - "cutexpwacopstair": "waxed_exposed_cut_copper_stairs", - "cutexpwacopstairs": "waxed_exposed_cut_copper_stairs", - "cutexpwacostair": "waxed_exposed_cut_copper_stairs", - "cutexpwacostairs": "waxed_exposed_cut_copper_stairs", - "cutexpwaxcopperstair": "waxed_exposed_cut_copper_stairs", - "cutexpwaxcopperstairs": "waxed_exposed_cut_copper_stairs", - "cutexpwaxcopstair": "waxed_exposed_cut_copper_stairs", - "cutexpwaxcopstairs": "waxed_exposed_cut_copper_stairs", - "cutexpwaxcostair": "waxed_exposed_cut_copper_stairs", - "cutexpwaxcostairs": "waxed_exposed_cut_copper_stairs", - "cutexpwaxedcopperstair": "waxed_exposed_cut_copper_stairs", - "cutexpwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", - "cutexpwaxedcopstair": "waxed_exposed_cut_copper_stairs", - "cutexpwaxedcopstairs": "waxed_exposed_cut_copper_stairs", - "cutexpwaxedcostair": "waxed_exposed_cut_copper_stairs", - "cutexpwaxedcostairs": "waxed_exposed_cut_copper_stairs", - "cutexwacopperstair": "waxed_exposed_cut_copper_stairs", - "cutexwacopperstairs": "waxed_exposed_cut_copper_stairs", - "cutexwacopstair": "waxed_exposed_cut_copper_stairs", - "cutexwacopstairs": "waxed_exposed_cut_copper_stairs", - "cutexwacostair": "waxed_exposed_cut_copper_stairs", - "cutexwacostairs": "waxed_exposed_cut_copper_stairs", - "cutexwaxcopperstair": "waxed_exposed_cut_copper_stairs", - "cutexwaxcopperstairs": "waxed_exposed_cut_copper_stairs", - "cutexwaxcopstair": "waxed_exposed_cut_copper_stairs", - "cutexwaxcopstairs": "waxed_exposed_cut_copper_stairs", - "cutexwaxcostair": "waxed_exposed_cut_copper_stairs", - "cutexwaxcostairs": "waxed_exposed_cut_copper_stairs", - "cutexwaxedcopperstair": "waxed_exposed_cut_copper_stairs", - "cutexwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", - "cutexwaxedcopstair": "waxed_exposed_cut_copper_stairs", - "cutexwaxedcopstairs": "waxed_exposed_cut_copper_stairs", - "cutexwaxedcostair": "waxed_exposed_cut_copper_stairs", - "cutexwaxedcostairs": "waxed_exposed_cut_copper_stairs", - "cutwaexcopperstair": "waxed_exposed_cut_copper_stairs", - "cutwaexcopperstairs": "waxed_exposed_cut_copper_stairs", - "cutwaexcopstair": "waxed_exposed_cut_copper_stairs", - "cutwaexcopstairs": "waxed_exposed_cut_copper_stairs", - "cutwaexcostair": "waxed_exposed_cut_copper_stairs", - "cutwaexcostairs": "waxed_exposed_cut_copper_stairs", - "cutwaexpcopperstair": "waxed_exposed_cut_copper_stairs", - "cutwaexpcopperstairs": "waxed_exposed_cut_copper_stairs", - "cutwaexpcopstair": "waxed_exposed_cut_copper_stairs", - "cutwaexpcopstairs": "waxed_exposed_cut_copper_stairs", - "cutwaexpcostair": "waxed_exposed_cut_copper_stairs", - "cutwaexpcostairs": "waxed_exposed_cut_copper_stairs", - "cutwaexposedcopperstair": "waxed_exposed_cut_copper_stairs", - "cutwaexposedcopperstairs": "waxed_exposed_cut_copper_stairs", - "cutwaexposedcopstair": "waxed_exposed_cut_copper_stairs", - "cutwaexposedcopstairs": "waxed_exposed_cut_copper_stairs", - "cutwaexposedcostair": "waxed_exposed_cut_copper_stairs", - "cutwaexposedcostairs": "waxed_exposed_cut_copper_stairs", - "cutwaxedexcopperstair": "waxed_exposed_cut_copper_stairs", - "cutwaxedexcopperstairs": "waxed_exposed_cut_copper_stairs", - "cutwaxedexcopstair": "waxed_exposed_cut_copper_stairs", - "cutwaxedexcopstairs": "waxed_exposed_cut_copper_stairs", - "cutwaxedexcostair": "waxed_exposed_cut_copper_stairs", - "cutwaxedexcostairs": "waxed_exposed_cut_copper_stairs", - "cutwaxedexpcopperstair": "waxed_exposed_cut_copper_stairs", - "cutwaxedexpcopperstairs": "waxed_exposed_cut_copper_stairs", - "cutwaxedexpcopstair": "waxed_exposed_cut_copper_stairs", - "cutwaxedexpcopstairs": "waxed_exposed_cut_copper_stairs", - "cutwaxedexpcostair": "waxed_exposed_cut_copper_stairs", - "cutwaxedexpcostairs": "waxed_exposed_cut_copper_stairs", - "cutwaxedexposedcopperstair": "waxed_exposed_cut_copper_stairs", - "cutwaxedexposedcopperstairs": "waxed_exposed_cut_copper_stairs", - "cutwaxedexposedcopstair": "waxed_exposed_cut_copper_stairs", - "cutwaxedexposedcopstairs": "waxed_exposed_cut_copper_stairs", - "cutwaxedexposedcostair": "waxed_exposed_cut_copper_stairs", - "cutwaxedexposedcostairs": "waxed_exposed_cut_copper_stairs", - "cutwaxexcopperstair": "waxed_exposed_cut_copper_stairs", - "cutwaxexcopperstairs": "waxed_exposed_cut_copper_stairs", - "cutwaxexcopstair": "waxed_exposed_cut_copper_stairs", - "cutwaxexcopstairs": "waxed_exposed_cut_copper_stairs", - "cutwaxexcostair": "waxed_exposed_cut_copper_stairs", - "cutwaxexcostairs": "waxed_exposed_cut_copper_stairs", - "cutwaxexpcopperstair": "waxed_exposed_cut_copper_stairs", - "cutwaxexpcopperstairs": "waxed_exposed_cut_copper_stairs", - "cutwaxexpcopstair": "waxed_exposed_cut_copper_stairs", - "cutwaxexpcopstairs": "waxed_exposed_cut_copper_stairs", - "cutwaxexpcostair": "waxed_exposed_cut_copper_stairs", - "cutwaxexpcostairs": "waxed_exposed_cut_copper_stairs", - "cutwaxexposedcopperstair": "waxed_exposed_cut_copper_stairs", - "cutwaxexposedcopperstairs": "waxed_exposed_cut_copper_stairs", - "cutwaxexposedcopstair": "waxed_exposed_cut_copper_stairs", - "cutwaxexposedcopstairs": "waxed_exposed_cut_copper_stairs", - "cutwaxexposedcostair": "waxed_exposed_cut_copper_stairs", - "cutwaxexposedcostairs": "waxed_exposed_cut_copper_stairs", - "cwaexcopperstair": "waxed_exposed_cut_copper_stairs", - "cwaexcopperstairs": "waxed_exposed_cut_copper_stairs", - "cwaexcopstair": "waxed_exposed_cut_copper_stairs", - "cwaexcopstairs": "waxed_exposed_cut_copper_stairs", - "cwaexcostair": "waxed_exposed_cut_copper_stairs", - "cwaexcostairs": "waxed_exposed_cut_copper_stairs", - "cwaexpcopperstair": "waxed_exposed_cut_copper_stairs", - "cwaexpcopperstairs": "waxed_exposed_cut_copper_stairs", - "cwaexpcopstair": "waxed_exposed_cut_copper_stairs", - "cwaexpcopstairs": "waxed_exposed_cut_copper_stairs", - "cwaexpcostair": "waxed_exposed_cut_copper_stairs", - "cwaexpcostairs": "waxed_exposed_cut_copper_stairs", - "cwaexposedcopperstair": "waxed_exposed_cut_copper_stairs", - "cwaexposedcopperstairs": "waxed_exposed_cut_copper_stairs", - "cwaexposedcopstair": "waxed_exposed_cut_copper_stairs", - "cwaexposedcopstairs": "waxed_exposed_cut_copper_stairs", - "cwaexposedcostair": "waxed_exposed_cut_copper_stairs", - "cwaexposedcostairs": "waxed_exposed_cut_copper_stairs", - "cwaxedexcopperstair": "waxed_exposed_cut_copper_stairs", - "cwaxedexcopperstairs": "waxed_exposed_cut_copper_stairs", - "cwaxedexcopstair": "waxed_exposed_cut_copper_stairs", - "cwaxedexcopstairs": "waxed_exposed_cut_copper_stairs", - "cwaxedexcostair": "waxed_exposed_cut_copper_stairs", - "cwaxedexcostairs": "waxed_exposed_cut_copper_stairs", - "cwaxedexpcopperstair": "waxed_exposed_cut_copper_stairs", - "cwaxedexpcopperstairs": "waxed_exposed_cut_copper_stairs", - "cwaxedexpcopstair": "waxed_exposed_cut_copper_stairs", - "cwaxedexpcopstairs": "waxed_exposed_cut_copper_stairs", - "cwaxedexpcostair": "waxed_exposed_cut_copper_stairs", - "cwaxedexpcostairs": "waxed_exposed_cut_copper_stairs", - "cwaxedexposedcopperstair": "waxed_exposed_cut_copper_stairs", - "cwaxedexposedcopperstairs": "waxed_exposed_cut_copper_stairs", - "cwaxedexposedcopstair": "waxed_exposed_cut_copper_stairs", - "cwaxedexposedcopstairs": "waxed_exposed_cut_copper_stairs", - "cwaxedexposedcostair": "waxed_exposed_cut_copper_stairs", - "cwaxedexposedcostairs": "waxed_exposed_cut_copper_stairs", - "cwaxexcopperstair": "waxed_exposed_cut_copper_stairs", - "cwaxexcopperstairs": "waxed_exposed_cut_copper_stairs", - "cwaxexcopstair": "waxed_exposed_cut_copper_stairs", - "cwaxexcopstairs": "waxed_exposed_cut_copper_stairs", - "cwaxexcostair": "waxed_exposed_cut_copper_stairs", - "cwaxexcostairs": "waxed_exposed_cut_copper_stairs", - "cwaxexpcopperstair": "waxed_exposed_cut_copper_stairs", - "cwaxexpcopperstairs": "waxed_exposed_cut_copper_stairs", - "cwaxexpcopstair": "waxed_exposed_cut_copper_stairs", - "cwaxexpcopstairs": "waxed_exposed_cut_copper_stairs", - "cwaxexpcostair": "waxed_exposed_cut_copper_stairs", - "cwaxexpcostairs": "waxed_exposed_cut_copper_stairs", - "cwaxexposedcopperstair": "waxed_exposed_cut_copper_stairs", - "cwaxexposedcopperstairs": "waxed_exposed_cut_copper_stairs", - "cwaxexposedcopstair": "waxed_exposed_cut_copper_stairs", - "cwaxexposedcopstairs": "waxed_exposed_cut_copper_stairs", - "cwaxexposedcostair": "waxed_exposed_cut_copper_stairs", - "cwaxexposedcostairs": "waxed_exposed_cut_copper_stairs", - "excutwacopperstair": "waxed_exposed_cut_copper_stairs", - "excutwacopperstairs": "waxed_exposed_cut_copper_stairs", - "excutwacopstair": "waxed_exposed_cut_copper_stairs", - "excutwacopstairs": "waxed_exposed_cut_copper_stairs", - "excutwacostair": "waxed_exposed_cut_copper_stairs", - "excutwacostairs": "waxed_exposed_cut_copper_stairs", - "excutwaxcopperstair": "waxed_exposed_cut_copper_stairs", - "excutwaxcopperstairs": "waxed_exposed_cut_copper_stairs", - "excutwaxcopstair": "waxed_exposed_cut_copper_stairs", - "excutwaxcopstairs": "waxed_exposed_cut_copper_stairs", - "excutwaxcostair": "waxed_exposed_cut_copper_stairs", - "excutwaxcostairs": "waxed_exposed_cut_copper_stairs", - "excutwaxedcopperstair": "waxed_exposed_cut_copper_stairs", - "excutwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", - "excutwaxedcopstair": "waxed_exposed_cut_copper_stairs", - "excutwaxedcopstairs": "waxed_exposed_cut_copper_stairs", - "excutwaxedcostair": "waxed_exposed_cut_copper_stairs", - "excutwaxedcostairs": "waxed_exposed_cut_copper_stairs", - "excwacopperstair": "waxed_exposed_cut_copper_stairs", - "excwacopperstairs": "waxed_exposed_cut_copper_stairs", - "excwacopstair": "waxed_exposed_cut_copper_stairs", - "excwacopstairs": "waxed_exposed_cut_copper_stairs", - "excwacostair": "waxed_exposed_cut_copper_stairs", - "excwacostairs": "waxed_exposed_cut_copper_stairs", - "excwaxcopperstair": "waxed_exposed_cut_copper_stairs", - "excwaxcopperstairs": "waxed_exposed_cut_copper_stairs", - "excwaxcopstair": "waxed_exposed_cut_copper_stairs", - "excwaxcopstairs": "waxed_exposed_cut_copper_stairs", - "excwaxcostair": "waxed_exposed_cut_copper_stairs", - "excwaxcostairs": "waxed_exposed_cut_copper_stairs", - "excwaxedcopperstair": "waxed_exposed_cut_copper_stairs", - "excwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", - "excwaxedcopstair": "waxed_exposed_cut_copper_stairs", - "excwaxedcopstairs": "waxed_exposed_cut_copper_stairs", - "excwaxedcostair": "waxed_exposed_cut_copper_stairs", - "excwaxedcostairs": "waxed_exposed_cut_copper_stairs", - "expcutwacopperstair": "waxed_exposed_cut_copper_stairs", - "expcutwacopperstairs": "waxed_exposed_cut_copper_stairs", - "expcutwacopstair": "waxed_exposed_cut_copper_stairs", - "expcutwacopstairs": "waxed_exposed_cut_copper_stairs", - "expcutwacostair": "waxed_exposed_cut_copper_stairs", - "expcutwacostairs": "waxed_exposed_cut_copper_stairs", - "expcutwaxcopperstair": "waxed_exposed_cut_copper_stairs", - "expcutwaxcopperstairs": "waxed_exposed_cut_copper_stairs", - "expcutwaxcopstair": "waxed_exposed_cut_copper_stairs", - "expcutwaxcopstairs": "waxed_exposed_cut_copper_stairs", - "expcutwaxcostair": "waxed_exposed_cut_copper_stairs", - "expcutwaxcostairs": "waxed_exposed_cut_copper_stairs", - "expcutwaxedcopperstair": "waxed_exposed_cut_copper_stairs", - "expcutwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", - "expcutwaxedcopstair": "waxed_exposed_cut_copper_stairs", - "expcutwaxedcopstairs": "waxed_exposed_cut_copper_stairs", - "expcutwaxedcostair": "waxed_exposed_cut_copper_stairs", - "expcutwaxedcostairs": "waxed_exposed_cut_copper_stairs", - "expcwacopperstair": "waxed_exposed_cut_copper_stairs", - "expcwacopperstairs": "waxed_exposed_cut_copper_stairs", - "expcwacopstair": "waxed_exposed_cut_copper_stairs", - "expcwacopstairs": "waxed_exposed_cut_copper_stairs", - "expcwacostair": "waxed_exposed_cut_copper_stairs", - "expcwacostairs": "waxed_exposed_cut_copper_stairs", - "expcwaxcopperstair": "waxed_exposed_cut_copper_stairs", - "expcwaxcopperstairs": "waxed_exposed_cut_copper_stairs", - "expcwaxcopstair": "waxed_exposed_cut_copper_stairs", - "expcwaxcopstairs": "waxed_exposed_cut_copper_stairs", - "expcwaxcostair": "waxed_exposed_cut_copper_stairs", - "expcwaxcostairs": "waxed_exposed_cut_copper_stairs", - "expcwaxedcopperstair": "waxed_exposed_cut_copper_stairs", - "expcwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", - "expcwaxedcopstair": "waxed_exposed_cut_copper_stairs", - "expcwaxedcopstairs": "waxed_exposed_cut_copper_stairs", - "expcwaxedcostair": "waxed_exposed_cut_copper_stairs", - "expcwaxedcostairs": "waxed_exposed_cut_copper_stairs", - "exposedcutwacopperstair": "waxed_exposed_cut_copper_stairs", - "exposedcutwacopperstairs": "waxed_exposed_cut_copper_stairs", - "exposedcutwacopstair": "waxed_exposed_cut_copper_stairs", - "exposedcutwacopstairs": "waxed_exposed_cut_copper_stairs", - "exposedcutwacostair": "waxed_exposed_cut_copper_stairs", - "exposedcutwacostairs": "waxed_exposed_cut_copper_stairs", - "exposedcutwaxcopperstair": "waxed_exposed_cut_copper_stairs", - "exposedcutwaxcopperstairs": "waxed_exposed_cut_copper_stairs", - "exposedcutwaxcopstair": "waxed_exposed_cut_copper_stairs", - "exposedcutwaxcopstairs": "waxed_exposed_cut_copper_stairs", - "exposedcutwaxcostair": "waxed_exposed_cut_copper_stairs", - "exposedcutwaxcostairs": "waxed_exposed_cut_copper_stairs", - "exposedcutwaxedcopperstair": "waxed_exposed_cut_copper_stairs", - "exposedcutwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", - "exposedcutwaxedcopstair": "waxed_exposed_cut_copper_stairs", - "exposedcutwaxedcopstairs": "waxed_exposed_cut_copper_stairs", - "exposedcutwaxedcostair": "waxed_exposed_cut_copper_stairs", - "exposedcutwaxedcostairs": "waxed_exposed_cut_copper_stairs", - "exposedcwacopperstair": "waxed_exposed_cut_copper_stairs", - "exposedcwacopperstairs": "waxed_exposed_cut_copper_stairs", - "exposedcwacopstair": "waxed_exposed_cut_copper_stairs", - "exposedcwacopstairs": "waxed_exposed_cut_copper_stairs", - "exposedcwacostair": "waxed_exposed_cut_copper_stairs", - "exposedcwacostairs": "waxed_exposed_cut_copper_stairs", - "exposedcwaxcopperstair": "waxed_exposed_cut_copper_stairs", - "exposedcwaxcopperstairs": "waxed_exposed_cut_copper_stairs", - "exposedcwaxcopstair": "waxed_exposed_cut_copper_stairs", - "exposedcwaxcopstairs": "waxed_exposed_cut_copper_stairs", - "exposedcwaxcostair": "waxed_exposed_cut_copper_stairs", - "exposedcwaxcostairs": "waxed_exposed_cut_copper_stairs", - "exposedcwaxedcopperstair": "waxed_exposed_cut_copper_stairs", - "exposedcwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", - "exposedcwaxedcopstair": "waxed_exposed_cut_copper_stairs", - "exposedcwaxedcopstairs": "waxed_exposed_cut_copper_stairs", - "exposedcwaxedcostair": "waxed_exposed_cut_copper_stairs", - "exposedcwaxedcostairs": "waxed_exposed_cut_copper_stairs", - "exposedwaccopperstair": "waxed_exposed_cut_copper_stairs", - "exposedwaccopperstairs": "waxed_exposed_cut_copper_stairs", - "exposedwaccopstair": "waxed_exposed_cut_copper_stairs", - "exposedwaccopstairs": "waxed_exposed_cut_copper_stairs", - "exposedwaccostair": "waxed_exposed_cut_copper_stairs", - "exposedwaccostairs": "waxed_exposed_cut_copper_stairs", - "exposedwacutcopperstair": "waxed_exposed_cut_copper_stairs", - "exposedwacutcopperstairs": "waxed_exposed_cut_copper_stairs", - "exposedwacutcopstair": "waxed_exposed_cut_copper_stairs", - "exposedwacutcopstairs": "waxed_exposed_cut_copper_stairs", - "exposedwacutcostair": "waxed_exposed_cut_copper_stairs", - "exposedwacutcostairs": "waxed_exposed_cut_copper_stairs", - "exposedwaxccopperstair": "waxed_exposed_cut_copper_stairs", - "exposedwaxccopperstairs": "waxed_exposed_cut_copper_stairs", - "exposedwaxccopstair": "waxed_exposed_cut_copper_stairs", - "exposedwaxccopstairs": "waxed_exposed_cut_copper_stairs", - "exposedwaxccostair": "waxed_exposed_cut_copper_stairs", - "exposedwaxccostairs": "waxed_exposed_cut_copper_stairs", - "exposedwaxcutcopperstair": "waxed_exposed_cut_copper_stairs", - "exposedwaxcutcopperstairs": "waxed_exposed_cut_copper_stairs", - "exposedwaxcutcopstair": "waxed_exposed_cut_copper_stairs", - "exposedwaxcutcopstairs": "waxed_exposed_cut_copper_stairs", - "exposedwaxcutcostair": "waxed_exposed_cut_copper_stairs", - "exposedwaxcutcostairs": "waxed_exposed_cut_copper_stairs", - "exposedwaxedccopperstair": "waxed_exposed_cut_copper_stairs", - "exposedwaxedccopperstairs": "waxed_exposed_cut_copper_stairs", - "exposedwaxedccopstair": "waxed_exposed_cut_copper_stairs", - "exposedwaxedccopstairs": "waxed_exposed_cut_copper_stairs", - "exposedwaxedccostair": "waxed_exposed_cut_copper_stairs", - "exposedwaxedccostairs": "waxed_exposed_cut_copper_stairs", - "exposedwaxedcutcopperstair": "waxed_exposed_cut_copper_stairs", - "exposedwaxedcutcopperstairs": "waxed_exposed_cut_copper_stairs", - "exposedwaxedcutcopstair": "waxed_exposed_cut_copper_stairs", - "exposedwaxedcutcopstairs": "waxed_exposed_cut_copper_stairs", - "exposedwaxedcutcostair": "waxed_exposed_cut_copper_stairs", - "exposedwaxedcutcostairs": "waxed_exposed_cut_copper_stairs", - "expwaccopperstair": "waxed_exposed_cut_copper_stairs", - "expwaccopperstairs": "waxed_exposed_cut_copper_stairs", - "expwaccopstair": "waxed_exposed_cut_copper_stairs", - "expwaccopstairs": "waxed_exposed_cut_copper_stairs", - "expwaccostair": "waxed_exposed_cut_copper_stairs", - "expwaccostairs": "waxed_exposed_cut_copper_stairs", - "expwacutcopperstair": "waxed_exposed_cut_copper_stairs", - "expwacutcopperstairs": "waxed_exposed_cut_copper_stairs", - "expwacutcopstair": "waxed_exposed_cut_copper_stairs", - "expwacutcopstairs": "waxed_exposed_cut_copper_stairs", - "expwacutcostair": "waxed_exposed_cut_copper_stairs", - "expwacutcostairs": "waxed_exposed_cut_copper_stairs", - "expwaxccopperstair": "waxed_exposed_cut_copper_stairs", - "expwaxccopperstairs": "waxed_exposed_cut_copper_stairs", - "expwaxccopstair": "waxed_exposed_cut_copper_stairs", - "expwaxccopstairs": "waxed_exposed_cut_copper_stairs", - "expwaxccostair": "waxed_exposed_cut_copper_stairs", - "expwaxccostairs": "waxed_exposed_cut_copper_stairs", - "expwaxcutcopperstair": "waxed_exposed_cut_copper_stairs", - "expwaxcutcopperstairs": "waxed_exposed_cut_copper_stairs", - "expwaxcutcopstair": "waxed_exposed_cut_copper_stairs", - "expwaxcutcopstairs": "waxed_exposed_cut_copper_stairs", - "expwaxcutcostair": "waxed_exposed_cut_copper_stairs", - "expwaxcutcostairs": "waxed_exposed_cut_copper_stairs", - "expwaxedccopperstair": "waxed_exposed_cut_copper_stairs", - "expwaxedccopperstairs": "waxed_exposed_cut_copper_stairs", - "expwaxedccopstair": "waxed_exposed_cut_copper_stairs", - "expwaxedccopstairs": "waxed_exposed_cut_copper_stairs", - "expwaxedccostair": "waxed_exposed_cut_copper_stairs", - "expwaxedccostairs": "waxed_exposed_cut_copper_stairs", - "expwaxedcutcopperstair": "waxed_exposed_cut_copper_stairs", - "expwaxedcutcopperstairs": "waxed_exposed_cut_copper_stairs", - "expwaxedcutcopstair": "waxed_exposed_cut_copper_stairs", - "expwaxedcutcopstairs": "waxed_exposed_cut_copper_stairs", - "expwaxedcutcostair": "waxed_exposed_cut_copper_stairs", - "expwaxedcutcostairs": "waxed_exposed_cut_copper_stairs", - "exwaccopperstair": "waxed_exposed_cut_copper_stairs", - "exwaccopperstairs": "waxed_exposed_cut_copper_stairs", - "exwaccopstair": "waxed_exposed_cut_copper_stairs", - "exwaccopstairs": "waxed_exposed_cut_copper_stairs", - "exwaccostair": "waxed_exposed_cut_copper_stairs", - "exwaccostairs": "waxed_exposed_cut_copper_stairs", - "exwacutcopperstair": "waxed_exposed_cut_copper_stairs", - "exwacutcopperstairs": "waxed_exposed_cut_copper_stairs", - "exwacutcopstair": "waxed_exposed_cut_copper_stairs", - "exwacutcopstairs": "waxed_exposed_cut_copper_stairs", - "exwacutcostair": "waxed_exposed_cut_copper_stairs", - "exwacutcostairs": "waxed_exposed_cut_copper_stairs", - "exwaxccopperstair": "waxed_exposed_cut_copper_stairs", - "exwaxccopperstairs": "waxed_exposed_cut_copper_stairs", - "exwaxccopstair": "waxed_exposed_cut_copper_stairs", - "exwaxccopstairs": "waxed_exposed_cut_copper_stairs", - "exwaxccostair": "waxed_exposed_cut_copper_stairs", - "exwaxccostairs": "waxed_exposed_cut_copper_stairs", - "exwaxcutcopperstair": "waxed_exposed_cut_copper_stairs", - "exwaxcutcopperstairs": "waxed_exposed_cut_copper_stairs", - "exwaxcutcopstair": "waxed_exposed_cut_copper_stairs", - "exwaxcutcopstairs": "waxed_exposed_cut_copper_stairs", - "exwaxcutcostair": "waxed_exposed_cut_copper_stairs", - "exwaxcutcostairs": "waxed_exposed_cut_copper_stairs", - "exwaxedccopperstair": "waxed_exposed_cut_copper_stairs", - "exwaxedccopperstairs": "waxed_exposed_cut_copper_stairs", - "exwaxedccopstair": "waxed_exposed_cut_copper_stairs", - "exwaxedccopstairs": "waxed_exposed_cut_copper_stairs", - "exwaxedccostair": "waxed_exposed_cut_copper_stairs", - "exwaxedccostairs": "waxed_exposed_cut_copper_stairs", - "exwaxedcutcopperstair": "waxed_exposed_cut_copper_stairs", - "exwaxedcutcopperstairs": "waxed_exposed_cut_copper_stairs", - "exwaxedcutcopstair": "waxed_exposed_cut_copper_stairs", - "exwaxedcutcopstairs": "waxed_exposed_cut_copper_stairs", - "exwaxedcutcostair": "waxed_exposed_cut_copper_stairs", - "exwaxedcutcostairs": "waxed_exposed_cut_copper_stairs", - "minecraft:waxed_exposed_cut_copper_stairs": "waxed_exposed_cut_copper_stairs", - "wacexcopperstair": "waxed_exposed_cut_copper_stairs", - "wacexcopperstairs": "waxed_exposed_cut_copper_stairs", - "wacexcopstair": "waxed_exposed_cut_copper_stairs", - "wacexcopstairs": "waxed_exposed_cut_copper_stairs", - "wacexcostair": "waxed_exposed_cut_copper_stairs", - "wacexcostairs": "waxed_exposed_cut_copper_stairs", - "wacexpcopperstair": "waxed_exposed_cut_copper_stairs", - "wacexpcopperstairs": "waxed_exposed_cut_copper_stairs", - "wacexpcopstair": "waxed_exposed_cut_copper_stairs", - "wacexpcopstairs": "waxed_exposed_cut_copper_stairs", - "wacexpcostair": "waxed_exposed_cut_copper_stairs", - "wacexpcostairs": "waxed_exposed_cut_copper_stairs", - "wacexposedcopperstair": "waxed_exposed_cut_copper_stairs", - "wacexposedcopperstairs": "waxed_exposed_cut_copper_stairs", - "wacexposedcopstair": "waxed_exposed_cut_copper_stairs", - "wacexposedcopstairs": "waxed_exposed_cut_copper_stairs", - "wacexposedcostair": "waxed_exposed_cut_copper_stairs", - "wacexposedcostairs": "waxed_exposed_cut_copper_stairs", - "wacutexcopperstair": "waxed_exposed_cut_copper_stairs", - "wacutexcopperstairs": "waxed_exposed_cut_copper_stairs", - "wacutexcopstair": "waxed_exposed_cut_copper_stairs", - "wacutexcopstairs": "waxed_exposed_cut_copper_stairs", - "wacutexcostair": "waxed_exposed_cut_copper_stairs", - "wacutexcostairs": "waxed_exposed_cut_copper_stairs", - "wacutexpcopperstair": "waxed_exposed_cut_copper_stairs", - "wacutexpcopperstairs": "waxed_exposed_cut_copper_stairs", - "wacutexpcopstair": "waxed_exposed_cut_copper_stairs", - "wacutexpcopstairs": "waxed_exposed_cut_copper_stairs", - "wacutexpcostair": "waxed_exposed_cut_copper_stairs", - "wacutexpcostairs": "waxed_exposed_cut_copper_stairs", - "wacutexposedcopperstair": "waxed_exposed_cut_copper_stairs", - "wacutexposedcopperstairs": "waxed_exposed_cut_copper_stairs", - "wacutexposedcopstair": "waxed_exposed_cut_copper_stairs", - "wacutexposedcopstairs": "waxed_exposed_cut_copper_stairs", - "wacutexposedcostair": "waxed_exposed_cut_copper_stairs", - "wacutexposedcostairs": "waxed_exposed_cut_copper_stairs", - "waexccopperstair": "waxed_exposed_cut_copper_stairs", - "waexccopperstairs": "waxed_exposed_cut_copper_stairs", - "waexccopstair": "waxed_exposed_cut_copper_stairs", - "waexccopstairs": "waxed_exposed_cut_copper_stairs", - "waexccostair": "waxed_exposed_cut_copper_stairs", - "waexccostairs": "waxed_exposed_cut_copper_stairs", - "waexcutcopperstair": "waxed_exposed_cut_copper_stairs", - "waexcutcopperstairs": "waxed_exposed_cut_copper_stairs", - "waexcutcopstair": "waxed_exposed_cut_copper_stairs", - "waexcutcopstairs": "waxed_exposed_cut_copper_stairs", - "waexcutcostair": "waxed_exposed_cut_copper_stairs", - "waexcutcostairs": "waxed_exposed_cut_copper_stairs", - "waexpccopperstair": "waxed_exposed_cut_copper_stairs", - "waexpccopperstairs": "waxed_exposed_cut_copper_stairs", - "waexpccopstair": "waxed_exposed_cut_copper_stairs", - "waexpccopstairs": "waxed_exposed_cut_copper_stairs", - "waexpccostair": "waxed_exposed_cut_copper_stairs", - "waexpccostairs": "waxed_exposed_cut_copper_stairs", - "waexpcutcopperstair": "waxed_exposed_cut_copper_stairs", - "waexpcutcopperstairs": "waxed_exposed_cut_copper_stairs", - "waexpcutcopstair": "waxed_exposed_cut_copper_stairs", - "waexpcutcopstairs": "waxed_exposed_cut_copper_stairs", - "waexpcutcostair": "waxed_exposed_cut_copper_stairs", - "waexpcutcostairs": "waxed_exposed_cut_copper_stairs", - "waexposedccopperstair": "waxed_exposed_cut_copper_stairs", - "waexposedccopperstairs": "waxed_exposed_cut_copper_stairs", - "waexposedccopstair": "waxed_exposed_cut_copper_stairs", - "waexposedccopstairs": "waxed_exposed_cut_copper_stairs", - "waexposedccostair": "waxed_exposed_cut_copper_stairs", - "waexposedccostairs": "waxed_exposed_cut_copper_stairs", - "waexposedcutcopperstair": "waxed_exposed_cut_copper_stairs", - "waexposedcutcopperstairs": "waxed_exposed_cut_copper_stairs", - "waexposedcutcopstair": "waxed_exposed_cut_copper_stairs", - "waexposedcutcopstairs": "waxed_exposed_cut_copper_stairs", - "waexposedcutcostair": "waxed_exposed_cut_copper_stairs", - "waexposedcutcostairs": "waxed_exposed_cut_copper_stairs", - "waxcexcopperstair": "waxed_exposed_cut_copper_stairs", - "waxcexcopperstairs": "waxed_exposed_cut_copper_stairs", - "waxcexcopstair": "waxed_exposed_cut_copper_stairs", - "waxcexcopstairs": "waxed_exposed_cut_copper_stairs", - "waxcexcostair": "waxed_exposed_cut_copper_stairs", - "waxcexcostairs": "waxed_exposed_cut_copper_stairs", - "waxcexpcopperstair": "waxed_exposed_cut_copper_stairs", - "waxcexpcopperstairs": "waxed_exposed_cut_copper_stairs", - "waxcexpcopstair": "waxed_exposed_cut_copper_stairs", - "waxcexpcopstairs": "waxed_exposed_cut_copper_stairs", - "waxcexpcostair": "waxed_exposed_cut_copper_stairs", - "waxcexpcostairs": "waxed_exposed_cut_copper_stairs", - "waxcexposedcopperstair": "waxed_exposed_cut_copper_stairs", - "waxcexposedcopperstairs": "waxed_exposed_cut_copper_stairs", - "waxcexposedcopstair": "waxed_exposed_cut_copper_stairs", - "waxcexposedcopstairs": "waxed_exposed_cut_copper_stairs", - "waxcexposedcostair": "waxed_exposed_cut_copper_stairs", - "waxcexposedcostairs": "waxed_exposed_cut_copper_stairs", - "waxcutexcopperstair": "waxed_exposed_cut_copper_stairs", - "waxcutexcopperstairs": "waxed_exposed_cut_copper_stairs", - "waxcutexcopstair": "waxed_exposed_cut_copper_stairs", - "waxcutexcopstairs": "waxed_exposed_cut_copper_stairs", - "waxcutexcostair": "waxed_exposed_cut_copper_stairs", - "waxcutexcostairs": "waxed_exposed_cut_copper_stairs", - "waxcutexpcopperstair": "waxed_exposed_cut_copper_stairs", - "waxcutexpcopperstairs": "waxed_exposed_cut_copper_stairs", - "waxcutexpcopstair": "waxed_exposed_cut_copper_stairs", - "waxcutexpcopstairs": "waxed_exposed_cut_copper_stairs", - "waxcutexpcostair": "waxed_exposed_cut_copper_stairs", - "waxcutexpcostairs": "waxed_exposed_cut_copper_stairs", - "waxcutexposedcopperstair": "waxed_exposed_cut_copper_stairs", - "waxcutexposedcopperstairs": "waxed_exposed_cut_copper_stairs", - "waxcutexposedcopstair": "waxed_exposed_cut_copper_stairs", - "waxcutexposedcopstairs": "waxed_exposed_cut_copper_stairs", - "waxcutexposedcostair": "waxed_exposed_cut_copper_stairs", - "waxcutexposedcostairs": "waxed_exposed_cut_copper_stairs", - "waxedcexcopperstair": "waxed_exposed_cut_copper_stairs", - "waxedcexcopperstairs": "waxed_exposed_cut_copper_stairs", - "waxedcexcopstair": "waxed_exposed_cut_copper_stairs", - "waxedcexcopstairs": "waxed_exposed_cut_copper_stairs", - "waxedcexcostair": "waxed_exposed_cut_copper_stairs", - "waxedcexcostairs": "waxed_exposed_cut_copper_stairs", - "waxedcexpcopperstair": "waxed_exposed_cut_copper_stairs", - "waxedcexpcopperstairs": "waxed_exposed_cut_copper_stairs", - "waxedcexpcopstair": "waxed_exposed_cut_copper_stairs", - "waxedcexpcopstairs": "waxed_exposed_cut_copper_stairs", - "waxedcexpcostair": "waxed_exposed_cut_copper_stairs", - "waxedcexpcostairs": "waxed_exposed_cut_copper_stairs", - "waxedcexposedcopperstair": "waxed_exposed_cut_copper_stairs", - "waxedcexposedcopperstairs": "waxed_exposed_cut_copper_stairs", - "waxedcexposedcopstair": "waxed_exposed_cut_copper_stairs", - "waxedcexposedcopstairs": "waxed_exposed_cut_copper_stairs", - "waxedcexposedcostair": "waxed_exposed_cut_copper_stairs", - "waxedcexposedcostairs": "waxed_exposed_cut_copper_stairs", - "waxedcutexcopperstair": "waxed_exposed_cut_copper_stairs", - "waxedcutexcopperstairs": "waxed_exposed_cut_copper_stairs", - "waxedcutexcopstair": "waxed_exposed_cut_copper_stairs", - "waxedcutexcopstairs": "waxed_exposed_cut_copper_stairs", - "waxedcutexcostair": "waxed_exposed_cut_copper_stairs", - "waxedcutexcostairs": "waxed_exposed_cut_copper_stairs", - "waxedcutexpcopperstair": "waxed_exposed_cut_copper_stairs", - "waxedcutexpcopperstairs": "waxed_exposed_cut_copper_stairs", - "waxedcutexpcopstair": "waxed_exposed_cut_copper_stairs", - "waxedcutexpcopstairs": "waxed_exposed_cut_copper_stairs", - "waxedcutexpcostair": "waxed_exposed_cut_copper_stairs", - "waxedcutexpcostairs": "waxed_exposed_cut_copper_stairs", - "waxedcutexposedcopperstair": "waxed_exposed_cut_copper_stairs", - "waxedcutexposedcopperstairs": "waxed_exposed_cut_copper_stairs", - "waxedcutexposedcopstair": "waxed_exposed_cut_copper_stairs", - "waxedcutexposedcopstairs": "waxed_exposed_cut_copper_stairs", - "waxedcutexposedcostair": "waxed_exposed_cut_copper_stairs", - "waxedcutexposedcostairs": "waxed_exposed_cut_copper_stairs", - "waxedexccopperstair": "waxed_exposed_cut_copper_stairs", - "waxedexccopperstairs": "waxed_exposed_cut_copper_stairs", - "waxedexccopstair": "waxed_exposed_cut_copper_stairs", - "waxedexccopstairs": "waxed_exposed_cut_copper_stairs", - "waxedexccostair": "waxed_exposed_cut_copper_stairs", - "waxedexccostairs": "waxed_exposed_cut_copper_stairs", - "waxedexcutcopperstair": "waxed_exposed_cut_copper_stairs", - "waxedexcutcopperstairs": "waxed_exposed_cut_copper_stairs", - "waxedexcutcopstair": "waxed_exposed_cut_copper_stairs", - "waxedexcutcopstairs": "waxed_exposed_cut_copper_stairs", - "waxedexcutcostair": "waxed_exposed_cut_copper_stairs", - "waxedexcutcostairs": "waxed_exposed_cut_copper_stairs", - "waxedexpccopperstair": "waxed_exposed_cut_copper_stairs", - "waxedexpccopperstairs": "waxed_exposed_cut_copper_stairs", - "waxedexpccopstair": "waxed_exposed_cut_copper_stairs", - "waxedexpccopstairs": "waxed_exposed_cut_copper_stairs", - "waxedexpccostair": "waxed_exposed_cut_copper_stairs", - "waxedexpccostairs": "waxed_exposed_cut_copper_stairs", - "waxedexpcutcopperstair": "waxed_exposed_cut_copper_stairs", - "waxedexpcutcopperstairs": "waxed_exposed_cut_copper_stairs", - "waxedexpcutcopstair": "waxed_exposed_cut_copper_stairs", - "waxedexpcutcopstairs": "waxed_exposed_cut_copper_stairs", - "waxedexpcutcostair": "waxed_exposed_cut_copper_stairs", - "waxedexpcutcostairs": "waxed_exposed_cut_copper_stairs", - "waxedexposedccopperstair": "waxed_exposed_cut_copper_stairs", - "waxedexposedccopperstairs": "waxed_exposed_cut_copper_stairs", - "waxedexposedccopstair": "waxed_exposed_cut_copper_stairs", - "waxedexposedccopstairs": "waxed_exposed_cut_copper_stairs", - "waxedexposedccostair": "waxed_exposed_cut_copper_stairs", - "waxedexposedccostairs": "waxed_exposed_cut_copper_stairs", - "waxedexposedcutcopperstair": "waxed_exposed_cut_copper_stairs", - "waxedexposedcutcopperstairs": "waxed_exposed_cut_copper_stairs", - "waxedexposedcutcopstair": "waxed_exposed_cut_copper_stairs", - "waxedexposedcutcopstairs": "waxed_exposed_cut_copper_stairs", - "waxedexposedcutcostair": "waxed_exposed_cut_copper_stairs", - "waxedexposedcutcostairs": "waxed_exposed_cut_copper_stairs", - "waxexccopperstair": "waxed_exposed_cut_copper_stairs", - "waxexccopperstairs": "waxed_exposed_cut_copper_stairs", - "waxexccopstair": "waxed_exposed_cut_copper_stairs", - "waxexccopstairs": "waxed_exposed_cut_copper_stairs", - "waxexccostair": "waxed_exposed_cut_copper_stairs", - "waxexccostairs": "waxed_exposed_cut_copper_stairs", - "waxexcutcopperstair": "waxed_exposed_cut_copper_stairs", - "waxexcutcopperstairs": "waxed_exposed_cut_copper_stairs", - "waxexcutcopstair": "waxed_exposed_cut_copper_stairs", - "waxexcutcopstairs": "waxed_exposed_cut_copper_stairs", - "waxexcutcostair": "waxed_exposed_cut_copper_stairs", - "waxexcutcostairs": "waxed_exposed_cut_copper_stairs", - "waxexpccopperstair": "waxed_exposed_cut_copper_stairs", - "waxexpccopperstairs": "waxed_exposed_cut_copper_stairs", - "waxexpccopstair": "waxed_exposed_cut_copper_stairs", - "waxexpccopstairs": "waxed_exposed_cut_copper_stairs", - "waxexpccostair": "waxed_exposed_cut_copper_stairs", - "waxexpccostairs": "waxed_exposed_cut_copper_stairs", - "waxexpcutcopperstair": "waxed_exposed_cut_copper_stairs", - "waxexpcutcopperstairs": "waxed_exposed_cut_copper_stairs", - "waxexpcutcopstair": "waxed_exposed_cut_copper_stairs", - "waxexpcutcopstairs": "waxed_exposed_cut_copper_stairs", - "waxexpcutcostair": "waxed_exposed_cut_copper_stairs", - "waxexpcutcostairs": "waxed_exposed_cut_copper_stairs", - "waxexposedccopperstair": "waxed_exposed_cut_copper_stairs", - "waxexposedccopperstairs": "waxed_exposed_cut_copper_stairs", - "waxexposedccopstair": "waxed_exposed_cut_copper_stairs", - "waxexposedccopstairs": "waxed_exposed_cut_copper_stairs", - "waxexposedccostair": "waxed_exposed_cut_copper_stairs", - "waxexposedccostairs": "waxed_exposed_cut_copper_stairs", - "waxexposedcutcopperstair": "waxed_exposed_cut_copper_stairs", - "waxexposedcutcopperstairs": "waxed_exposed_cut_copper_stairs", - "waxexposedcutcopstair": "waxed_exposed_cut_copper_stairs", - "waxexposedcutcopstairs": "waxed_exposed_cut_copper_stairs", - "waxexposedcutcostair": "waxed_exposed_cut_copper_stairs", - "waxexposedcutcostairs": "waxed_exposed_cut_copper_stairs", - "waxed_oxidized_copper": { - "material": "WAXED_OXIDIZED_COPPER" - }, - "minecraft:waxed_oxidized_copper": "waxed_oxidized_copper", - "oxidisedwacoblock": "waxed_oxidized_copper", - "oxidisedwacopblock": "waxed_oxidized_copper", - "oxidisedwacopperblock": "waxed_oxidized_copper", - "oxidisedwaxcoblock": "waxed_oxidized_copper", - "oxidisedwaxcopblock": "waxed_oxidized_copper", - "oxidisedwaxcopperblock": "waxed_oxidized_copper", - "oxidisedwaxedcoblock": "waxed_oxidized_copper", - "oxidisedwaxedcopblock": "waxed_oxidized_copper", - "oxidisedwaxedcopperblock": "waxed_oxidized_copper", - "oxidizedwacoblock": "waxed_oxidized_copper", - "oxidizedwacopblock": "waxed_oxidized_copper", - "oxidizedwacopperblock": "waxed_oxidized_copper", - "oxidizedwaxcoblock": "waxed_oxidized_copper", - "oxidizedwaxcopblock": "waxed_oxidized_copper", - "oxidizedwaxcopperblock": "waxed_oxidized_copper", - "oxidizedwaxedcoblock": "waxed_oxidized_copper", - "oxidizedwaxedcopblock": "waxed_oxidized_copper", - "oxidizedwaxedcopperblock": "waxed_oxidized_copper", - "oxiwacoblock": "waxed_oxidized_copper", - "oxiwacopblock": "waxed_oxidized_copper", - "oxiwacopperblock": "waxed_oxidized_copper", - "oxiwaxcoblock": "waxed_oxidized_copper", - "oxiwaxcopblock": "waxed_oxidized_copper", - "oxiwaxcopperblock": "waxed_oxidized_copper", - "oxiwaxedcoblock": "waxed_oxidized_copper", - "oxiwaxedcopblock": "waxed_oxidized_copper", - "oxiwaxedcopperblock": "waxed_oxidized_copper", - "oxywacoblock": "waxed_oxidized_copper", - "oxywacopblock": "waxed_oxidized_copper", - "oxywacopperblock": "waxed_oxidized_copper", - "oxywaxcoblock": "waxed_oxidized_copper", - "oxywaxcopblock": "waxed_oxidized_copper", - "oxywaxcopperblock": "waxed_oxidized_copper", - "oxywaxedcoblock": "waxed_oxidized_copper", - "oxywaxedcopblock": "waxed_oxidized_copper", - "oxywaxedcopperblock": "waxed_oxidized_copper", - "waoxicoblock": "waxed_oxidized_copper", - "waoxicopblock": "waxed_oxidized_copper", - "waoxicopperblock": "waxed_oxidized_copper", - "waoxidisedcoblock": "waxed_oxidized_copper", - "waoxidisedcopblock": "waxed_oxidized_copper", - "waoxidisedcopperblock": "waxed_oxidized_copper", - "waoxidizedcoblock": "waxed_oxidized_copper", - "waoxidizedcopblock": "waxed_oxidized_copper", - "waoxidizedcopperblock": "waxed_oxidized_copper", - "waoxycoblock": "waxed_oxidized_copper", - "waoxycopblock": "waxed_oxidized_copper", - "waoxycopperblock": "waxed_oxidized_copper", - "waxedoxicoblock": "waxed_oxidized_copper", - "waxedoxicopblock": "waxed_oxidized_copper", - "waxedoxicopperblock": "waxed_oxidized_copper", - "waxedoxidisedcoblock": "waxed_oxidized_copper", - "waxedoxidisedcopblock": "waxed_oxidized_copper", - "waxedoxidisedcopperblock": "waxed_oxidized_copper", - "waxedoxidizedcoblock": "waxed_oxidized_copper", - "waxedoxidizedcopblock": "waxed_oxidized_copper", - "waxedoxidizedcopper": "waxed_oxidized_copper", - "waxedoxidizedcopperblock": "waxed_oxidized_copper", - "waxedoxycoblock": "waxed_oxidized_copper", - "waxedoxycopblock": "waxed_oxidized_copper", - "waxedoxycopperblock": "waxed_oxidized_copper", - "waxoxicoblock": "waxed_oxidized_copper", - "waxoxicopblock": "waxed_oxidized_copper", - "waxoxicopperblock": "waxed_oxidized_copper", - "waxoxidisedcoblock": "waxed_oxidized_copper", - "waxoxidisedcopblock": "waxed_oxidized_copper", - "waxoxidisedcopperblock": "waxed_oxidized_copper", - "waxoxidizedcoblock": "waxed_oxidized_copper", - "waxoxidizedcopblock": "waxed_oxidized_copper", - "waxoxidizedcopperblock": "waxed_oxidized_copper", - "waxoxycoblock": "waxed_oxidized_copper", - "waxoxycopblock": "waxed_oxidized_copper", - "waxoxycopperblock": "waxed_oxidized_copper", - "waxed_oxidized_cut_copper": { - "material": "WAXED_OXIDIZED_CUT_COPPER" - }, - "coxidisedwacoblock": "waxed_oxidized_cut_copper", - "coxidisedwacopblock": "waxed_oxidized_cut_copper", - "coxidisedwacopperblock": "waxed_oxidized_cut_copper", - "coxidisedwaxcoblock": "waxed_oxidized_cut_copper", - "coxidisedwaxcopblock": "waxed_oxidized_cut_copper", - "coxidisedwaxcopperblock": "waxed_oxidized_cut_copper", - "coxidisedwaxedcoblock": "waxed_oxidized_cut_copper", - "coxidisedwaxedcopblock": "waxed_oxidized_cut_copper", - "coxidisedwaxedcopperblock": "waxed_oxidized_cut_copper", - "coxidizedwacoblock": "waxed_oxidized_cut_copper", - "coxidizedwacopblock": "waxed_oxidized_cut_copper", - "coxidizedwacopperblock": "waxed_oxidized_cut_copper", - "coxidizedwaxcoblock": "waxed_oxidized_cut_copper", - "coxidizedwaxcopblock": "waxed_oxidized_cut_copper", - "coxidizedwaxcopperblock": "waxed_oxidized_cut_copper", - "coxidizedwaxedcoblock": "waxed_oxidized_cut_copper", - "coxidizedwaxedcopblock": "waxed_oxidized_cut_copper", - "coxidizedwaxedcopperblock": "waxed_oxidized_cut_copper", - "coxiwacoblock": "waxed_oxidized_cut_copper", - "coxiwacopblock": "waxed_oxidized_cut_copper", - "coxiwacopperblock": "waxed_oxidized_cut_copper", - "coxiwaxcoblock": "waxed_oxidized_cut_copper", - "coxiwaxcopblock": "waxed_oxidized_cut_copper", - "coxiwaxcopperblock": "waxed_oxidized_cut_copper", - "coxiwaxedcoblock": "waxed_oxidized_cut_copper", - "coxiwaxedcopblock": "waxed_oxidized_cut_copper", - "coxiwaxedcopperblock": "waxed_oxidized_cut_copper", - "coxywacoblock": "waxed_oxidized_cut_copper", - "coxywacopblock": "waxed_oxidized_cut_copper", - "coxywacopperblock": "waxed_oxidized_cut_copper", - "coxywaxcoblock": "waxed_oxidized_cut_copper", - "coxywaxcopblock": "waxed_oxidized_cut_copper", - "coxywaxcopperblock": "waxed_oxidized_cut_copper", - "coxywaxedcoblock": "waxed_oxidized_cut_copper", - "coxywaxedcopblock": "waxed_oxidized_cut_copper", - "coxywaxedcopperblock": "waxed_oxidized_cut_copper", - "cutoxidisedwacoblock": "waxed_oxidized_cut_copper", - "cutoxidisedwacopblock": "waxed_oxidized_cut_copper", - "cutoxidisedwacopperblock": "waxed_oxidized_cut_copper", - "cutoxidisedwaxcoblock": "waxed_oxidized_cut_copper", - "cutoxidisedwaxcopblock": "waxed_oxidized_cut_copper", - "cutoxidisedwaxcopperblock": "waxed_oxidized_cut_copper", - "cutoxidisedwaxedcoblock": "waxed_oxidized_cut_copper", - "cutoxidisedwaxedcopblock": "waxed_oxidized_cut_copper", - "cutoxidisedwaxedcopperblock": "waxed_oxidized_cut_copper", - "cutoxidizedwacoblock": "waxed_oxidized_cut_copper", - "cutoxidizedwacopblock": "waxed_oxidized_cut_copper", - "cutoxidizedwacopperblock": "waxed_oxidized_cut_copper", - "cutoxidizedwaxcoblock": "waxed_oxidized_cut_copper", - "cutoxidizedwaxcopblock": "waxed_oxidized_cut_copper", - "cutoxidizedwaxcopperblock": "waxed_oxidized_cut_copper", - "cutoxidizedwaxedcoblock": "waxed_oxidized_cut_copper", - "cutoxidizedwaxedcopblock": "waxed_oxidized_cut_copper", - "cutoxidizedwaxedcopperblock": "waxed_oxidized_cut_copper", - "cutoxiwacoblock": "waxed_oxidized_cut_copper", - "cutoxiwacopblock": "waxed_oxidized_cut_copper", - "cutoxiwacopperblock": "waxed_oxidized_cut_copper", - "cutoxiwaxcoblock": "waxed_oxidized_cut_copper", - "cutoxiwaxcopblock": "waxed_oxidized_cut_copper", - "cutoxiwaxcopperblock": "waxed_oxidized_cut_copper", - "cutoxiwaxedcoblock": "waxed_oxidized_cut_copper", - "cutoxiwaxedcopblock": "waxed_oxidized_cut_copper", - "cutoxiwaxedcopperblock": "waxed_oxidized_cut_copper", - "cutoxywacoblock": "waxed_oxidized_cut_copper", - "cutoxywacopblock": "waxed_oxidized_cut_copper", - "cutoxywacopperblock": "waxed_oxidized_cut_copper", - "cutoxywaxcoblock": "waxed_oxidized_cut_copper", - "cutoxywaxcopblock": "waxed_oxidized_cut_copper", - "cutoxywaxcopperblock": "waxed_oxidized_cut_copper", - "cutoxywaxedcoblock": "waxed_oxidized_cut_copper", - "cutoxywaxedcopblock": "waxed_oxidized_cut_copper", - "cutoxywaxedcopperblock": "waxed_oxidized_cut_copper", - "cutwaoxicoblock": "waxed_oxidized_cut_copper", - "cutwaoxicopblock": "waxed_oxidized_cut_copper", - "cutwaoxicopperblock": "waxed_oxidized_cut_copper", - "cutwaoxidisedcoblock": "waxed_oxidized_cut_copper", - "cutwaoxidisedcopblock": "waxed_oxidized_cut_copper", - "cutwaoxidisedcopperblock": "waxed_oxidized_cut_copper", - "cutwaoxidizedcoblock": "waxed_oxidized_cut_copper", - "cutwaoxidizedcopblock": "waxed_oxidized_cut_copper", - "cutwaoxidizedcopperblock": "waxed_oxidized_cut_copper", - "cutwaoxycoblock": "waxed_oxidized_cut_copper", - "cutwaoxycopblock": "waxed_oxidized_cut_copper", - "cutwaoxycopperblock": "waxed_oxidized_cut_copper", - "cutwaxedoxicoblock": "waxed_oxidized_cut_copper", - "cutwaxedoxicopblock": "waxed_oxidized_cut_copper", - "cutwaxedoxicopperblock": "waxed_oxidized_cut_copper", - "cutwaxedoxidisedcoblock": "waxed_oxidized_cut_copper", - "cutwaxedoxidisedcopblock": "waxed_oxidized_cut_copper", - "cutwaxedoxidisedcopperblock": "waxed_oxidized_cut_copper", - "cutwaxedoxidizedcoblock": "waxed_oxidized_cut_copper", - "cutwaxedoxidizedcopblock": "waxed_oxidized_cut_copper", - "cutwaxedoxidizedcopperblock": "waxed_oxidized_cut_copper", - "cutwaxedoxycoblock": "waxed_oxidized_cut_copper", - "cutwaxedoxycopblock": "waxed_oxidized_cut_copper", - "cutwaxedoxycopperblock": "waxed_oxidized_cut_copper", - "cutwaxoxicoblock": "waxed_oxidized_cut_copper", - "cutwaxoxicopblock": "waxed_oxidized_cut_copper", - "cutwaxoxicopperblock": "waxed_oxidized_cut_copper", - "cutwaxoxidisedcoblock": "waxed_oxidized_cut_copper", - "cutwaxoxidisedcopblock": "waxed_oxidized_cut_copper", - "cutwaxoxidisedcopperblock": "waxed_oxidized_cut_copper", - "cutwaxoxidizedcoblock": "waxed_oxidized_cut_copper", - "cutwaxoxidizedcopblock": "waxed_oxidized_cut_copper", - "cutwaxoxidizedcopperblock": "waxed_oxidized_cut_copper", - "cutwaxoxycoblock": "waxed_oxidized_cut_copper", - "cutwaxoxycopblock": "waxed_oxidized_cut_copper", - "cutwaxoxycopperblock": "waxed_oxidized_cut_copper", - "cwaoxicoblock": "waxed_oxidized_cut_copper", - "cwaoxicopblock": "waxed_oxidized_cut_copper", - "cwaoxicopperblock": "waxed_oxidized_cut_copper", - "cwaoxidisedcoblock": "waxed_oxidized_cut_copper", - "cwaoxidisedcopblock": "waxed_oxidized_cut_copper", - "cwaoxidisedcopperblock": "waxed_oxidized_cut_copper", - "cwaoxidizedcoblock": "waxed_oxidized_cut_copper", - "cwaoxidizedcopblock": "waxed_oxidized_cut_copper", - "cwaoxidizedcopperblock": "waxed_oxidized_cut_copper", - "cwaoxycoblock": "waxed_oxidized_cut_copper", - "cwaoxycopblock": "waxed_oxidized_cut_copper", - "cwaoxycopperblock": "waxed_oxidized_cut_copper", - "cwaxedoxicoblock": "waxed_oxidized_cut_copper", - "cwaxedoxicopblock": "waxed_oxidized_cut_copper", - "cwaxedoxicopperblock": "waxed_oxidized_cut_copper", - "cwaxedoxidisedcoblock": "waxed_oxidized_cut_copper", - "cwaxedoxidisedcopblock": "waxed_oxidized_cut_copper", - "cwaxedoxidisedcopperblock": "waxed_oxidized_cut_copper", - "cwaxedoxidizedcoblock": "waxed_oxidized_cut_copper", - "cwaxedoxidizedcopblock": "waxed_oxidized_cut_copper", - "cwaxedoxidizedcopperblock": "waxed_oxidized_cut_copper", - "cwaxedoxycoblock": "waxed_oxidized_cut_copper", - "cwaxedoxycopblock": "waxed_oxidized_cut_copper", - "cwaxedoxycopperblock": "waxed_oxidized_cut_copper", - "cwaxoxicoblock": "waxed_oxidized_cut_copper", - "cwaxoxicopblock": "waxed_oxidized_cut_copper", - "cwaxoxicopperblock": "waxed_oxidized_cut_copper", - "cwaxoxidisedcoblock": "waxed_oxidized_cut_copper", - "cwaxoxidisedcopblock": "waxed_oxidized_cut_copper", - "cwaxoxidisedcopperblock": "waxed_oxidized_cut_copper", - "cwaxoxidizedcoblock": "waxed_oxidized_cut_copper", - "cwaxoxidizedcopblock": "waxed_oxidized_cut_copper", - "cwaxoxidizedcopperblock": "waxed_oxidized_cut_copper", - "cwaxoxycoblock": "waxed_oxidized_cut_copper", - "cwaxoxycopblock": "waxed_oxidized_cut_copper", - "cwaxoxycopperblock": "waxed_oxidized_cut_copper", - "minecraft:waxed_oxidized_cut_copper": "waxed_oxidized_cut_copper", - "oxicutwacoblock": "waxed_oxidized_cut_copper", - "oxicutwacopblock": "waxed_oxidized_cut_copper", - "oxicutwacopperblock": "waxed_oxidized_cut_copper", - "oxicutwaxcoblock": "waxed_oxidized_cut_copper", - "oxicutwaxcopblock": "waxed_oxidized_cut_copper", - "oxicutwaxcopperblock": "waxed_oxidized_cut_copper", - "oxicutwaxedcoblock": "waxed_oxidized_cut_copper", - "oxicutwaxedcopblock": "waxed_oxidized_cut_copper", - "oxicutwaxedcopperblock": "waxed_oxidized_cut_copper", - "oxicwacoblock": "waxed_oxidized_cut_copper", - "oxicwacopblock": "waxed_oxidized_cut_copper", - "oxicwacopperblock": "waxed_oxidized_cut_copper", - "oxicwaxcoblock": "waxed_oxidized_cut_copper", - "oxicwaxcopblock": "waxed_oxidized_cut_copper", - "oxicwaxcopperblock": "waxed_oxidized_cut_copper", - "oxicwaxedcoblock": "waxed_oxidized_cut_copper", - "oxicwaxedcopblock": "waxed_oxidized_cut_copper", - "oxicwaxedcopperblock": "waxed_oxidized_cut_copper", - "oxidisedcutwacoblock": "waxed_oxidized_cut_copper", - "oxidisedcutwacopblock": "waxed_oxidized_cut_copper", - "oxidisedcutwacopperblock": "waxed_oxidized_cut_copper", - "oxidisedcutwaxcoblock": "waxed_oxidized_cut_copper", - "oxidisedcutwaxcopblock": "waxed_oxidized_cut_copper", - "oxidisedcutwaxcopperblock": "waxed_oxidized_cut_copper", - "oxidisedcutwaxedcoblock": "waxed_oxidized_cut_copper", - "oxidisedcutwaxedcopblock": "waxed_oxidized_cut_copper", - "oxidisedcutwaxedcopperblock": "waxed_oxidized_cut_copper", - "oxidisedcwacoblock": "waxed_oxidized_cut_copper", - "oxidisedcwacopblock": "waxed_oxidized_cut_copper", - "oxidisedcwacopperblock": "waxed_oxidized_cut_copper", - "oxidisedcwaxcoblock": "waxed_oxidized_cut_copper", - "oxidisedcwaxcopblock": "waxed_oxidized_cut_copper", - "oxidisedcwaxcopperblock": "waxed_oxidized_cut_copper", - "oxidisedcwaxedcoblock": "waxed_oxidized_cut_copper", - "oxidisedcwaxedcopblock": "waxed_oxidized_cut_copper", - "oxidisedcwaxedcopperblock": "waxed_oxidized_cut_copper", - "oxidisedwaccoblock": "waxed_oxidized_cut_copper", - "oxidisedwaccopblock": "waxed_oxidized_cut_copper", - "oxidisedwaccopperblock": "waxed_oxidized_cut_copper", - "oxidisedwacutcoblock": "waxed_oxidized_cut_copper", - "oxidisedwacutcopblock": "waxed_oxidized_cut_copper", - "oxidisedwacutcopperblock": "waxed_oxidized_cut_copper", - "oxidisedwaxccoblock": "waxed_oxidized_cut_copper", - "oxidisedwaxccopblock": "waxed_oxidized_cut_copper", - "oxidisedwaxccopperblock": "waxed_oxidized_cut_copper", - "oxidisedwaxcutcoblock": "waxed_oxidized_cut_copper", - "oxidisedwaxcutcopblock": "waxed_oxidized_cut_copper", - "oxidisedwaxcutcopperblock": "waxed_oxidized_cut_copper", - "oxidisedwaxedccoblock": "waxed_oxidized_cut_copper", - "oxidisedwaxedccopblock": "waxed_oxidized_cut_copper", - "oxidisedwaxedccopperblock": "waxed_oxidized_cut_copper", - "oxidisedwaxedcutcoblock": "waxed_oxidized_cut_copper", - "oxidisedwaxedcutcopblock": "waxed_oxidized_cut_copper", - "oxidisedwaxedcutcopperblock": "waxed_oxidized_cut_copper", - "oxidizedcutwacoblock": "waxed_oxidized_cut_copper", - "oxidizedcutwacopblock": "waxed_oxidized_cut_copper", - "oxidizedcutwacopperblock": "waxed_oxidized_cut_copper", - "oxidizedcutwaxcoblock": "waxed_oxidized_cut_copper", - "oxidizedcutwaxcopblock": "waxed_oxidized_cut_copper", - "oxidizedcutwaxcopperblock": "waxed_oxidized_cut_copper", - "oxidizedcutwaxedcoblock": "waxed_oxidized_cut_copper", - "oxidizedcutwaxedcopblock": "waxed_oxidized_cut_copper", - "oxidizedcutwaxedcopperblock": "waxed_oxidized_cut_copper", - "oxidizedcwacoblock": "waxed_oxidized_cut_copper", - "oxidizedcwacopblock": "waxed_oxidized_cut_copper", - "oxidizedcwacopperblock": "waxed_oxidized_cut_copper", - "oxidizedcwaxcoblock": "waxed_oxidized_cut_copper", - "oxidizedcwaxcopblock": "waxed_oxidized_cut_copper", - "oxidizedcwaxcopperblock": "waxed_oxidized_cut_copper", - "oxidizedcwaxedcoblock": "waxed_oxidized_cut_copper", - "oxidizedcwaxedcopblock": "waxed_oxidized_cut_copper", - "oxidizedcwaxedcopperblock": "waxed_oxidized_cut_copper", - "oxidizedwaccoblock": "waxed_oxidized_cut_copper", - "oxidizedwaccopblock": "waxed_oxidized_cut_copper", - "oxidizedwaccopperblock": "waxed_oxidized_cut_copper", - "oxidizedwacutcoblock": "waxed_oxidized_cut_copper", - "oxidizedwacutcopblock": "waxed_oxidized_cut_copper", - "oxidizedwacutcopperblock": "waxed_oxidized_cut_copper", - "oxidizedwaxccoblock": "waxed_oxidized_cut_copper", - "oxidizedwaxccopblock": "waxed_oxidized_cut_copper", - "oxidizedwaxccopperblock": "waxed_oxidized_cut_copper", - "oxidizedwaxcutcoblock": "waxed_oxidized_cut_copper", - "oxidizedwaxcutcopblock": "waxed_oxidized_cut_copper", - "oxidizedwaxcutcopperblock": "waxed_oxidized_cut_copper", - "oxidizedwaxedccoblock": "waxed_oxidized_cut_copper", - "oxidizedwaxedccopblock": "waxed_oxidized_cut_copper", - "oxidizedwaxedccopperblock": "waxed_oxidized_cut_copper", - "oxidizedwaxedcutcoblock": "waxed_oxidized_cut_copper", - "oxidizedwaxedcutcopblock": "waxed_oxidized_cut_copper", - "oxidizedwaxedcutcopperblock": "waxed_oxidized_cut_copper", - "oxiwaccoblock": "waxed_oxidized_cut_copper", - "oxiwaccopblock": "waxed_oxidized_cut_copper", - "oxiwaccopperblock": "waxed_oxidized_cut_copper", - "oxiwacutcoblock": "waxed_oxidized_cut_copper", - "oxiwacutcopblock": "waxed_oxidized_cut_copper", - "oxiwacutcopperblock": "waxed_oxidized_cut_copper", - "oxiwaxccoblock": "waxed_oxidized_cut_copper", - "oxiwaxccopblock": "waxed_oxidized_cut_copper", - "oxiwaxccopperblock": "waxed_oxidized_cut_copper", - "oxiwaxcutcoblock": "waxed_oxidized_cut_copper", - "oxiwaxcutcopblock": "waxed_oxidized_cut_copper", - "oxiwaxcutcopperblock": "waxed_oxidized_cut_copper", - "oxiwaxedccoblock": "waxed_oxidized_cut_copper", - "oxiwaxedccopblock": "waxed_oxidized_cut_copper", - "oxiwaxedccopperblock": "waxed_oxidized_cut_copper", - "oxiwaxedcutcoblock": "waxed_oxidized_cut_copper", - "oxiwaxedcutcopblock": "waxed_oxidized_cut_copper", - "oxiwaxedcutcopperblock": "waxed_oxidized_cut_copper", - "oxycutwacoblock": "waxed_oxidized_cut_copper", - "oxycutwacopblock": "waxed_oxidized_cut_copper", - "oxycutwacopperblock": "waxed_oxidized_cut_copper", - "oxycutwaxcoblock": "waxed_oxidized_cut_copper", - "oxycutwaxcopblock": "waxed_oxidized_cut_copper", - "oxycutwaxcopperblock": "waxed_oxidized_cut_copper", - "oxycutwaxedcoblock": "waxed_oxidized_cut_copper", - "oxycutwaxedcopblock": "waxed_oxidized_cut_copper", - "oxycutwaxedcopperblock": "waxed_oxidized_cut_copper", - "oxycwacoblock": "waxed_oxidized_cut_copper", - "oxycwacopblock": "waxed_oxidized_cut_copper", - "oxycwacopperblock": "waxed_oxidized_cut_copper", - "oxycwaxcoblock": "waxed_oxidized_cut_copper", - "oxycwaxcopblock": "waxed_oxidized_cut_copper", - "oxycwaxcopperblock": "waxed_oxidized_cut_copper", - "oxycwaxedcoblock": "waxed_oxidized_cut_copper", - "oxycwaxedcopblock": "waxed_oxidized_cut_copper", - "oxycwaxedcopperblock": "waxed_oxidized_cut_copper", - "oxywaccoblock": "waxed_oxidized_cut_copper", - "oxywaccopblock": "waxed_oxidized_cut_copper", - "oxywaccopperblock": "waxed_oxidized_cut_copper", - "oxywacutcoblock": "waxed_oxidized_cut_copper", - "oxywacutcopblock": "waxed_oxidized_cut_copper", - "oxywacutcopperblock": "waxed_oxidized_cut_copper", - "oxywaxccoblock": "waxed_oxidized_cut_copper", - "oxywaxccopblock": "waxed_oxidized_cut_copper", - "oxywaxccopperblock": "waxed_oxidized_cut_copper", - "oxywaxcutcoblock": "waxed_oxidized_cut_copper", - "oxywaxcutcopblock": "waxed_oxidized_cut_copper", - "oxywaxcutcopperblock": "waxed_oxidized_cut_copper", - "oxywaxedccoblock": "waxed_oxidized_cut_copper", - "oxywaxedccopblock": "waxed_oxidized_cut_copper", - "oxywaxedccopperblock": "waxed_oxidized_cut_copper", - "oxywaxedcutcoblock": "waxed_oxidized_cut_copper", - "oxywaxedcutcopblock": "waxed_oxidized_cut_copper", - "oxywaxedcutcopperblock": "waxed_oxidized_cut_copper", - "wacoxicoblock": "waxed_oxidized_cut_copper", - "wacoxicopblock": "waxed_oxidized_cut_copper", - "wacoxicopperblock": "waxed_oxidized_cut_copper", - "wacoxidisedcoblock": "waxed_oxidized_cut_copper", - "wacoxidisedcopblock": "waxed_oxidized_cut_copper", - "wacoxidisedcopperblock": "waxed_oxidized_cut_copper", - "wacoxidizedcoblock": "waxed_oxidized_cut_copper", - "wacoxidizedcopblock": "waxed_oxidized_cut_copper", - "wacoxidizedcopperblock": "waxed_oxidized_cut_copper", - "wacoxycoblock": "waxed_oxidized_cut_copper", - "wacoxycopblock": "waxed_oxidized_cut_copper", - "wacoxycopperblock": "waxed_oxidized_cut_copper", - "wacutoxicoblock": "waxed_oxidized_cut_copper", - "wacutoxicopblock": "waxed_oxidized_cut_copper", - "wacutoxicopperblock": "waxed_oxidized_cut_copper", - "wacutoxidisedcoblock": "waxed_oxidized_cut_copper", - "wacutoxidisedcopblock": "waxed_oxidized_cut_copper", - "wacutoxidisedcopperblock": "waxed_oxidized_cut_copper", - "wacutoxidizedcoblock": "waxed_oxidized_cut_copper", - "wacutoxidizedcopblock": "waxed_oxidized_cut_copper", - "wacutoxidizedcopperblock": "waxed_oxidized_cut_copper", - "wacutoxycoblock": "waxed_oxidized_cut_copper", - "wacutoxycopblock": "waxed_oxidized_cut_copper", - "wacutoxycopperblock": "waxed_oxidized_cut_copper", - "waoxiccoblock": "waxed_oxidized_cut_copper", - "waoxiccopblock": "waxed_oxidized_cut_copper", - "waoxiccopperblock": "waxed_oxidized_cut_copper", - "waoxicutcoblock": "waxed_oxidized_cut_copper", - "waoxicutcopblock": "waxed_oxidized_cut_copper", - "waoxicutcopperblock": "waxed_oxidized_cut_copper", - "waoxidisedccoblock": "waxed_oxidized_cut_copper", - "waoxidisedccopblock": "waxed_oxidized_cut_copper", - "waoxidisedccopperblock": "waxed_oxidized_cut_copper", - "waoxidisedcutcoblock": "waxed_oxidized_cut_copper", - "waoxidisedcutcopblock": "waxed_oxidized_cut_copper", - "waoxidisedcutcopperblock": "waxed_oxidized_cut_copper", - "waoxidizedccoblock": "waxed_oxidized_cut_copper", - "waoxidizedccopblock": "waxed_oxidized_cut_copper", - "waoxidizedccopperblock": "waxed_oxidized_cut_copper", - "waoxidizedcutcoblock": "waxed_oxidized_cut_copper", - "waoxidizedcutcopblock": "waxed_oxidized_cut_copper", - "waoxidizedcutcopperblock": "waxed_oxidized_cut_copper", - "waoxyccoblock": "waxed_oxidized_cut_copper", - "waoxyccopblock": "waxed_oxidized_cut_copper", - "waoxyccopperblock": "waxed_oxidized_cut_copper", - "waoxycutcoblock": "waxed_oxidized_cut_copper", - "waoxycutcopblock": "waxed_oxidized_cut_copper", - "waoxycutcopperblock": "waxed_oxidized_cut_copper", - "waxcoxicoblock": "waxed_oxidized_cut_copper", - "waxcoxicopblock": "waxed_oxidized_cut_copper", - "waxcoxicopperblock": "waxed_oxidized_cut_copper", - "waxcoxidisedcoblock": "waxed_oxidized_cut_copper", - "waxcoxidisedcopblock": "waxed_oxidized_cut_copper", - "waxcoxidisedcopperblock": "waxed_oxidized_cut_copper", - "waxcoxidizedcoblock": "waxed_oxidized_cut_copper", - "waxcoxidizedcopblock": "waxed_oxidized_cut_copper", - "waxcoxidizedcopperblock": "waxed_oxidized_cut_copper", - "waxcoxycoblock": "waxed_oxidized_cut_copper", - "waxcoxycopblock": "waxed_oxidized_cut_copper", - "waxcoxycopperblock": "waxed_oxidized_cut_copper", - "waxcutoxicoblock": "waxed_oxidized_cut_copper", - "waxcutoxicopblock": "waxed_oxidized_cut_copper", - "waxcutoxicopperblock": "waxed_oxidized_cut_copper", - "waxcutoxidisedcoblock": "waxed_oxidized_cut_copper", - "waxcutoxidisedcopblock": "waxed_oxidized_cut_copper", - "waxcutoxidisedcopperblock": "waxed_oxidized_cut_copper", - "waxcutoxidizedcoblock": "waxed_oxidized_cut_copper", - "waxcutoxidizedcopblock": "waxed_oxidized_cut_copper", - "waxcutoxidizedcopperblock": "waxed_oxidized_cut_copper", - "waxcutoxycoblock": "waxed_oxidized_cut_copper", - "waxcutoxycopblock": "waxed_oxidized_cut_copper", - "waxcutoxycopperblock": "waxed_oxidized_cut_copper", - "waxedcoxicoblock": "waxed_oxidized_cut_copper", - "waxedcoxicopblock": "waxed_oxidized_cut_copper", - "waxedcoxicopperblock": "waxed_oxidized_cut_copper", - "waxedcoxidisedcoblock": "waxed_oxidized_cut_copper", - "waxedcoxidisedcopblock": "waxed_oxidized_cut_copper", - "waxedcoxidisedcopperblock": "waxed_oxidized_cut_copper", - "waxedcoxidizedcoblock": "waxed_oxidized_cut_copper", - "waxedcoxidizedcopblock": "waxed_oxidized_cut_copper", - "waxedcoxidizedcopperblock": "waxed_oxidized_cut_copper", - "waxedcoxycoblock": "waxed_oxidized_cut_copper", - "waxedcoxycopblock": "waxed_oxidized_cut_copper", - "waxedcoxycopperblock": "waxed_oxidized_cut_copper", - "waxedcutoxicoblock": "waxed_oxidized_cut_copper", - "waxedcutoxicopblock": "waxed_oxidized_cut_copper", - "waxedcutoxicopperblock": "waxed_oxidized_cut_copper", - "waxedcutoxidisedcoblock": "waxed_oxidized_cut_copper", - "waxedcutoxidisedcopblock": "waxed_oxidized_cut_copper", - "waxedcutoxidisedcopperblock": "waxed_oxidized_cut_copper", - "waxedcutoxidizedcoblock": "waxed_oxidized_cut_copper", - "waxedcutoxidizedcopblock": "waxed_oxidized_cut_copper", - "waxedcutoxidizedcopperblock": "waxed_oxidized_cut_copper", - "waxedcutoxycoblock": "waxed_oxidized_cut_copper", - "waxedcutoxycopblock": "waxed_oxidized_cut_copper", - "waxedcutoxycopperblock": "waxed_oxidized_cut_copper", - "waxedoxiccoblock": "waxed_oxidized_cut_copper", - "waxedoxiccopblock": "waxed_oxidized_cut_copper", - "waxedoxiccopperblock": "waxed_oxidized_cut_copper", - "waxedoxicutcoblock": "waxed_oxidized_cut_copper", - "waxedoxicutcopblock": "waxed_oxidized_cut_copper", - "waxedoxicutcopperblock": "waxed_oxidized_cut_copper", - "waxedoxidisedccoblock": "waxed_oxidized_cut_copper", - "waxedoxidisedccopblock": "waxed_oxidized_cut_copper", - "waxedoxidisedccopperblock": "waxed_oxidized_cut_copper", - "waxedoxidisedcutcoblock": "waxed_oxidized_cut_copper", - "waxedoxidisedcutcopblock": "waxed_oxidized_cut_copper", - "waxedoxidisedcutcopperblock": "waxed_oxidized_cut_copper", - "waxedoxidizedccoblock": "waxed_oxidized_cut_copper", - "waxedoxidizedccopblock": "waxed_oxidized_cut_copper", - "waxedoxidizedccopperblock": "waxed_oxidized_cut_copper", - "waxedoxidizedcutcoblock": "waxed_oxidized_cut_copper", - "waxedoxidizedcutcopblock": "waxed_oxidized_cut_copper", - "waxedoxidizedcutcopper": "waxed_oxidized_cut_copper", - "waxedoxidizedcutcopperblock": "waxed_oxidized_cut_copper", - "waxedoxyccoblock": "waxed_oxidized_cut_copper", - "waxedoxyccopblock": "waxed_oxidized_cut_copper", - "waxedoxyccopperblock": "waxed_oxidized_cut_copper", - "waxedoxycutcoblock": "waxed_oxidized_cut_copper", - "waxedoxycutcopblock": "waxed_oxidized_cut_copper", - "waxedoxycutcopperblock": "waxed_oxidized_cut_copper", - "waxoxiccoblock": "waxed_oxidized_cut_copper", - "waxoxiccopblock": "waxed_oxidized_cut_copper", - "waxoxiccopperblock": "waxed_oxidized_cut_copper", - "waxoxicutcoblock": "waxed_oxidized_cut_copper", - "waxoxicutcopblock": "waxed_oxidized_cut_copper", - "waxoxicutcopperblock": "waxed_oxidized_cut_copper", - "waxoxidisedccoblock": "waxed_oxidized_cut_copper", - "waxoxidisedccopblock": "waxed_oxidized_cut_copper", - "waxoxidisedccopperblock": "waxed_oxidized_cut_copper", - "waxoxidisedcutcoblock": "waxed_oxidized_cut_copper", - "waxoxidisedcutcopblock": "waxed_oxidized_cut_copper", - "waxoxidisedcutcopperblock": "waxed_oxidized_cut_copper", - "waxoxidizedccoblock": "waxed_oxidized_cut_copper", - "waxoxidizedccopblock": "waxed_oxidized_cut_copper", - "waxoxidizedccopperblock": "waxed_oxidized_cut_copper", - "waxoxidizedcutcoblock": "waxed_oxidized_cut_copper", - "waxoxidizedcutcopblock": "waxed_oxidized_cut_copper", - "waxoxidizedcutcopperblock": "waxed_oxidized_cut_copper", - "waxoxyccoblock": "waxed_oxidized_cut_copper", - "waxoxyccopblock": "waxed_oxidized_cut_copper", - "waxoxyccopperblock": "waxed_oxidized_cut_copper", - "waxoxycutcoblock": "waxed_oxidized_cut_copper", - "waxoxycutcopblock": "waxed_oxidized_cut_copper", - "waxoxycutcopperblock": "waxed_oxidized_cut_copper", - "waxed_oxidized_cut_copper_slab": { - "material": "WAXED_OXIDIZED_CUT_COPPER_SLAB" - }, - "coxidisedwacohalfblock": "waxed_oxidized_cut_copper_slab", - "coxidisedwacophalfblock": "waxed_oxidized_cut_copper_slab", - "coxidisedwacopperhalfblock": "waxed_oxidized_cut_copper_slab", - "coxidisedwacoppersl": "waxed_oxidized_cut_copper_slab", - "coxidisedwacopperslab": "waxed_oxidized_cut_copper_slab", - "coxidisedwacopperstep": "waxed_oxidized_cut_copper_slab", - "coxidisedwacopsl": "waxed_oxidized_cut_copper_slab", - "coxidisedwacopslab": "waxed_oxidized_cut_copper_slab", - "coxidisedwacopstep": "waxed_oxidized_cut_copper_slab", - "coxidisedwacosl": "waxed_oxidized_cut_copper_slab", - "coxidisedwacoslab": "waxed_oxidized_cut_copper_slab", - "coxidisedwacostep": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxcohalfblock": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxcophalfblock": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxcoppersl": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxcopperslab": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxcopperstep": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxcopsl": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxcopslab": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxcopstep": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxcosl": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxcoslab": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxcostep": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxedcoppersl": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxedcopperslab": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxedcopperstep": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxedcopsl": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxedcopslab": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxedcopstep": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxedcosl": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxedcoslab": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxedcostep": "waxed_oxidized_cut_copper_slab", - "coxidizedwacohalfblock": "waxed_oxidized_cut_copper_slab", - "coxidizedwacophalfblock": "waxed_oxidized_cut_copper_slab", - "coxidizedwacopperhalfblock": "waxed_oxidized_cut_copper_slab", - "coxidizedwacoppersl": "waxed_oxidized_cut_copper_slab", - "coxidizedwacopperslab": "waxed_oxidized_cut_copper_slab", - "coxidizedwacopperstep": "waxed_oxidized_cut_copper_slab", - "coxidizedwacopsl": "waxed_oxidized_cut_copper_slab", - "coxidizedwacopslab": "waxed_oxidized_cut_copper_slab", - "coxidizedwacopstep": "waxed_oxidized_cut_copper_slab", - "coxidizedwacosl": "waxed_oxidized_cut_copper_slab", - "coxidizedwacoslab": "waxed_oxidized_cut_copper_slab", - "coxidizedwacostep": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxcohalfblock": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxcophalfblock": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxcoppersl": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxcopperslab": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxcopperstep": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxcopsl": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxcopslab": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxcopstep": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxcosl": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxcoslab": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxcostep": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxedcoppersl": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxedcopperslab": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxedcopperstep": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxedcopsl": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxedcopslab": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxedcopstep": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxedcosl": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxedcoslab": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxedcostep": "waxed_oxidized_cut_copper_slab", - "coxiwacohalfblock": "waxed_oxidized_cut_copper_slab", - "coxiwacophalfblock": "waxed_oxidized_cut_copper_slab", - "coxiwacopperhalfblock": "waxed_oxidized_cut_copper_slab", - "coxiwacoppersl": "waxed_oxidized_cut_copper_slab", - "coxiwacopperslab": "waxed_oxidized_cut_copper_slab", - "coxiwacopperstep": "waxed_oxidized_cut_copper_slab", - "coxiwacopsl": "waxed_oxidized_cut_copper_slab", - "coxiwacopslab": "waxed_oxidized_cut_copper_slab", - "coxiwacopstep": "waxed_oxidized_cut_copper_slab", - "coxiwacosl": "waxed_oxidized_cut_copper_slab", - "coxiwacoslab": "waxed_oxidized_cut_copper_slab", - "coxiwacostep": "waxed_oxidized_cut_copper_slab", - "coxiwaxcohalfblock": "waxed_oxidized_cut_copper_slab", - "coxiwaxcophalfblock": "waxed_oxidized_cut_copper_slab", - "coxiwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "coxiwaxcoppersl": "waxed_oxidized_cut_copper_slab", - "coxiwaxcopperslab": "waxed_oxidized_cut_copper_slab", - "coxiwaxcopperstep": "waxed_oxidized_cut_copper_slab", - "coxiwaxcopsl": "waxed_oxidized_cut_copper_slab", - "coxiwaxcopslab": "waxed_oxidized_cut_copper_slab", - "coxiwaxcopstep": "waxed_oxidized_cut_copper_slab", - "coxiwaxcosl": "waxed_oxidized_cut_copper_slab", - "coxiwaxcoslab": "waxed_oxidized_cut_copper_slab", - "coxiwaxcostep": "waxed_oxidized_cut_copper_slab", - "coxiwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", - "coxiwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", - "coxiwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "coxiwaxedcoppersl": "waxed_oxidized_cut_copper_slab", - "coxiwaxedcopperslab": "waxed_oxidized_cut_copper_slab", - "coxiwaxedcopperstep": "waxed_oxidized_cut_copper_slab", - "coxiwaxedcopsl": "waxed_oxidized_cut_copper_slab", - "coxiwaxedcopslab": "waxed_oxidized_cut_copper_slab", - "coxiwaxedcopstep": "waxed_oxidized_cut_copper_slab", - "coxiwaxedcosl": "waxed_oxidized_cut_copper_slab", - "coxiwaxedcoslab": "waxed_oxidized_cut_copper_slab", - "coxiwaxedcostep": "waxed_oxidized_cut_copper_slab", - "coxywacohalfblock": "waxed_oxidized_cut_copper_slab", - "coxywacophalfblock": "waxed_oxidized_cut_copper_slab", - "coxywacopperhalfblock": "waxed_oxidized_cut_copper_slab", - "coxywacoppersl": "waxed_oxidized_cut_copper_slab", - "coxywacopperslab": "waxed_oxidized_cut_copper_slab", - "coxywacopperstep": "waxed_oxidized_cut_copper_slab", - "coxywacopsl": "waxed_oxidized_cut_copper_slab", - "coxywacopslab": "waxed_oxidized_cut_copper_slab", - "coxywacopstep": "waxed_oxidized_cut_copper_slab", - "coxywacosl": "waxed_oxidized_cut_copper_slab", - "coxywacoslab": "waxed_oxidized_cut_copper_slab", - "coxywacostep": "waxed_oxidized_cut_copper_slab", - "coxywaxcohalfblock": "waxed_oxidized_cut_copper_slab", - "coxywaxcophalfblock": "waxed_oxidized_cut_copper_slab", - "coxywaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "coxywaxcoppersl": "waxed_oxidized_cut_copper_slab", - "coxywaxcopperslab": "waxed_oxidized_cut_copper_slab", - "coxywaxcopperstep": "waxed_oxidized_cut_copper_slab", - "coxywaxcopsl": "waxed_oxidized_cut_copper_slab", - "coxywaxcopslab": "waxed_oxidized_cut_copper_slab", - "coxywaxcopstep": "waxed_oxidized_cut_copper_slab", - "coxywaxcosl": "waxed_oxidized_cut_copper_slab", - "coxywaxcoslab": "waxed_oxidized_cut_copper_slab", - "coxywaxcostep": "waxed_oxidized_cut_copper_slab", - "coxywaxedcohalfblock": "waxed_oxidized_cut_copper_slab", - "coxywaxedcophalfblock": "waxed_oxidized_cut_copper_slab", - "coxywaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "coxywaxedcoppersl": "waxed_oxidized_cut_copper_slab", - "coxywaxedcopperslab": "waxed_oxidized_cut_copper_slab", - "coxywaxedcopperstep": "waxed_oxidized_cut_copper_slab", - "coxywaxedcopsl": "waxed_oxidized_cut_copper_slab", - "coxywaxedcopslab": "waxed_oxidized_cut_copper_slab", - "coxywaxedcopstep": "waxed_oxidized_cut_copper_slab", - "coxywaxedcosl": "waxed_oxidized_cut_copper_slab", - "coxywaxedcoslab": "waxed_oxidized_cut_copper_slab", - "coxywaxedcostep": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwacohalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwacophalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwacopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwacoppersl": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwacopperslab": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwacopperstep": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwacopsl": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwacopslab": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwacopstep": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwacosl": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwacoslab": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwacostep": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxcohalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxcophalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxcoppersl": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxcopperslab": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxcopperstep": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxcopsl": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxcopslab": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxcopstep": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxcosl": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxcoslab": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxcostep": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxedcoppersl": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxedcopperslab": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxedcopperstep": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxedcopsl": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxedcopslab": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxedcopstep": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxedcosl": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxedcoslab": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxedcostep": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwacohalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwacophalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwacopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwacoppersl": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwacopperslab": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwacopperstep": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwacopsl": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwacopslab": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwacopstep": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwacosl": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwacoslab": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwacostep": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxcohalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxcophalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxcoppersl": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxcopperslab": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxcopperstep": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxcopsl": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxcopslab": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxcopstep": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxcosl": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxcoslab": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxcostep": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxedcoppersl": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxedcopperslab": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxedcopperstep": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxedcopsl": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxedcopslab": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxedcopstep": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxedcosl": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxedcoslab": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxedcostep": "waxed_oxidized_cut_copper_slab", - "cutoxiwacohalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxiwacophalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxiwacopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxiwacoppersl": "waxed_oxidized_cut_copper_slab", - "cutoxiwacopperslab": "waxed_oxidized_cut_copper_slab", - "cutoxiwacopperstep": "waxed_oxidized_cut_copper_slab", - "cutoxiwacopsl": "waxed_oxidized_cut_copper_slab", - "cutoxiwacopslab": "waxed_oxidized_cut_copper_slab", - "cutoxiwacopstep": "waxed_oxidized_cut_copper_slab", - "cutoxiwacosl": "waxed_oxidized_cut_copper_slab", - "cutoxiwacoslab": "waxed_oxidized_cut_copper_slab", - "cutoxiwacostep": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxcohalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxcophalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxcoppersl": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxcopperslab": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxcopperstep": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxcopsl": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxcopslab": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxcopstep": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxcosl": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxcoslab": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxcostep": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxedcoppersl": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxedcopperslab": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxedcopperstep": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxedcopsl": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxedcopslab": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxedcopstep": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxedcosl": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxedcoslab": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxedcostep": "waxed_oxidized_cut_copper_slab", - "cutoxywacohalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxywacophalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxywacopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxywacoppersl": "waxed_oxidized_cut_copper_slab", - "cutoxywacopperslab": "waxed_oxidized_cut_copper_slab", - "cutoxywacopperstep": "waxed_oxidized_cut_copper_slab", - "cutoxywacopsl": "waxed_oxidized_cut_copper_slab", - "cutoxywacopslab": "waxed_oxidized_cut_copper_slab", - "cutoxywacopstep": "waxed_oxidized_cut_copper_slab", - "cutoxywacosl": "waxed_oxidized_cut_copper_slab", - "cutoxywacoslab": "waxed_oxidized_cut_copper_slab", - "cutoxywacostep": "waxed_oxidized_cut_copper_slab", - "cutoxywaxcohalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxywaxcophalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxywaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxywaxcoppersl": "waxed_oxidized_cut_copper_slab", - "cutoxywaxcopperslab": "waxed_oxidized_cut_copper_slab", - "cutoxywaxcopperstep": "waxed_oxidized_cut_copper_slab", - "cutoxywaxcopsl": "waxed_oxidized_cut_copper_slab", - "cutoxywaxcopslab": "waxed_oxidized_cut_copper_slab", - "cutoxywaxcopstep": "waxed_oxidized_cut_copper_slab", - "cutoxywaxcosl": "waxed_oxidized_cut_copper_slab", - "cutoxywaxcoslab": "waxed_oxidized_cut_copper_slab", - "cutoxywaxcostep": "waxed_oxidized_cut_copper_slab", - "cutoxywaxedcohalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxywaxedcophalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxywaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxywaxedcoppersl": "waxed_oxidized_cut_copper_slab", - "cutoxywaxedcopperslab": "waxed_oxidized_cut_copper_slab", - "cutoxywaxedcopperstep": "waxed_oxidized_cut_copper_slab", - "cutoxywaxedcopsl": "waxed_oxidized_cut_copper_slab", - "cutoxywaxedcopslab": "waxed_oxidized_cut_copper_slab", - "cutoxywaxedcopstep": "waxed_oxidized_cut_copper_slab", - "cutoxywaxedcosl": "waxed_oxidized_cut_copper_slab", - "cutoxywaxedcoslab": "waxed_oxidized_cut_copper_slab", - "cutoxywaxedcostep": "waxed_oxidized_cut_copper_slab", - "cutwaoxicohalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaoxicophalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaoxicoppersl": "waxed_oxidized_cut_copper_slab", - "cutwaoxicopperslab": "waxed_oxidized_cut_copper_slab", - "cutwaoxicopperstep": "waxed_oxidized_cut_copper_slab", - "cutwaoxicopsl": "waxed_oxidized_cut_copper_slab", - "cutwaoxicopslab": "waxed_oxidized_cut_copper_slab", - "cutwaoxicopstep": "waxed_oxidized_cut_copper_slab", - "cutwaoxicosl": "waxed_oxidized_cut_copper_slab", - "cutwaoxicoslab": "waxed_oxidized_cut_copper_slab", - "cutwaoxicostep": "waxed_oxidized_cut_copper_slab", - "cutwaoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", - "cutwaoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", - "cutwaoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", - "cutwaoxidisedcopsl": "waxed_oxidized_cut_copper_slab", - "cutwaoxidisedcopslab": "waxed_oxidized_cut_copper_slab", - "cutwaoxidisedcopstep": "waxed_oxidized_cut_copper_slab", - "cutwaoxidisedcosl": "waxed_oxidized_cut_copper_slab", - "cutwaoxidisedcoslab": "waxed_oxidized_cut_copper_slab", - "cutwaoxidisedcostep": "waxed_oxidized_cut_copper_slab", - "cutwaoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", - "cutwaoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", - "cutwaoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", - "cutwaoxidizedcopsl": "waxed_oxidized_cut_copper_slab", - "cutwaoxidizedcopslab": "waxed_oxidized_cut_copper_slab", - "cutwaoxidizedcopstep": "waxed_oxidized_cut_copper_slab", - "cutwaoxidizedcosl": "waxed_oxidized_cut_copper_slab", - "cutwaoxidizedcoslab": "waxed_oxidized_cut_copper_slab", - "cutwaoxidizedcostep": "waxed_oxidized_cut_copper_slab", - "cutwaoxycohalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaoxycophalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaoxycoppersl": "waxed_oxidized_cut_copper_slab", - "cutwaoxycopperslab": "waxed_oxidized_cut_copper_slab", - "cutwaoxycopperstep": "waxed_oxidized_cut_copper_slab", - "cutwaoxycopsl": "waxed_oxidized_cut_copper_slab", - "cutwaoxycopslab": "waxed_oxidized_cut_copper_slab", - "cutwaoxycopstep": "waxed_oxidized_cut_copper_slab", - "cutwaoxycosl": "waxed_oxidized_cut_copper_slab", - "cutwaoxycoslab": "waxed_oxidized_cut_copper_slab", - "cutwaoxycostep": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxicohalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxicophalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxicoppersl": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxicopperslab": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxicopperstep": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxicopsl": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxicopslab": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxicopstep": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxicosl": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxicoslab": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxicostep": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidisedcopsl": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidisedcopslab": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidisedcopstep": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidisedcosl": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidisedcoslab": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidisedcostep": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidizedcopsl": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidizedcopslab": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidizedcopstep": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidizedcosl": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidizedcoslab": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidizedcostep": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxycohalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxycophalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxycoppersl": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxycopperslab": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxycopperstep": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxycopsl": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxycopslab": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxycopstep": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxycosl": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxycoslab": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxycostep": "waxed_oxidized_cut_copper_slab", - "cutwaxoxicohalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxoxicophalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxoxicoppersl": "waxed_oxidized_cut_copper_slab", - "cutwaxoxicopperslab": "waxed_oxidized_cut_copper_slab", - "cutwaxoxicopperstep": "waxed_oxidized_cut_copper_slab", - "cutwaxoxicopsl": "waxed_oxidized_cut_copper_slab", - "cutwaxoxicopslab": "waxed_oxidized_cut_copper_slab", - "cutwaxoxicopstep": "waxed_oxidized_cut_copper_slab", - "cutwaxoxicosl": "waxed_oxidized_cut_copper_slab", - "cutwaxoxicoslab": "waxed_oxidized_cut_copper_slab", - "cutwaxoxicostep": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidisedcopsl": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidisedcopslab": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidisedcopstep": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidisedcosl": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidisedcoslab": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidisedcostep": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidizedcopsl": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidizedcopslab": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidizedcopstep": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidizedcosl": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidizedcoslab": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidizedcostep": "waxed_oxidized_cut_copper_slab", - "cutwaxoxycohalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxoxycophalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxoxycoppersl": "waxed_oxidized_cut_copper_slab", - "cutwaxoxycopperslab": "waxed_oxidized_cut_copper_slab", - "cutwaxoxycopperstep": "waxed_oxidized_cut_copper_slab", - "cutwaxoxycopsl": "waxed_oxidized_cut_copper_slab", - "cutwaxoxycopslab": "waxed_oxidized_cut_copper_slab", - "cutwaxoxycopstep": "waxed_oxidized_cut_copper_slab", - "cutwaxoxycosl": "waxed_oxidized_cut_copper_slab", - "cutwaxoxycoslab": "waxed_oxidized_cut_copper_slab", - "cutwaxoxycostep": "waxed_oxidized_cut_copper_slab", - "cwaoxicohalfblock": "waxed_oxidized_cut_copper_slab", - "cwaoxicophalfblock": "waxed_oxidized_cut_copper_slab", - "cwaoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cwaoxicoppersl": "waxed_oxidized_cut_copper_slab", - "cwaoxicopperslab": "waxed_oxidized_cut_copper_slab", - "cwaoxicopperstep": "waxed_oxidized_cut_copper_slab", - "cwaoxicopsl": "waxed_oxidized_cut_copper_slab", - "cwaoxicopslab": "waxed_oxidized_cut_copper_slab", - "cwaoxicopstep": "waxed_oxidized_cut_copper_slab", - "cwaoxicosl": "waxed_oxidized_cut_copper_slab", - "cwaoxicoslab": "waxed_oxidized_cut_copper_slab", - "cwaoxicostep": "waxed_oxidized_cut_copper_slab", - "cwaoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", - "cwaoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", - "cwaoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cwaoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", - "cwaoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", - "cwaoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", - "cwaoxidisedcopsl": "waxed_oxidized_cut_copper_slab", - "cwaoxidisedcopslab": "waxed_oxidized_cut_copper_slab", - "cwaoxidisedcopstep": "waxed_oxidized_cut_copper_slab", - "cwaoxidisedcosl": "waxed_oxidized_cut_copper_slab", - "cwaoxidisedcoslab": "waxed_oxidized_cut_copper_slab", - "cwaoxidisedcostep": "waxed_oxidized_cut_copper_slab", - "cwaoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", - "cwaoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", - "cwaoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cwaoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", - "cwaoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", - "cwaoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", - "cwaoxidizedcopsl": "waxed_oxidized_cut_copper_slab", - "cwaoxidizedcopslab": "waxed_oxidized_cut_copper_slab", - "cwaoxidizedcopstep": "waxed_oxidized_cut_copper_slab", - "cwaoxidizedcosl": "waxed_oxidized_cut_copper_slab", - "cwaoxidizedcoslab": "waxed_oxidized_cut_copper_slab", - "cwaoxidizedcostep": "waxed_oxidized_cut_copper_slab", - "cwaoxycohalfblock": "waxed_oxidized_cut_copper_slab", - "cwaoxycophalfblock": "waxed_oxidized_cut_copper_slab", - "cwaoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cwaoxycoppersl": "waxed_oxidized_cut_copper_slab", - "cwaoxycopperslab": "waxed_oxidized_cut_copper_slab", - "cwaoxycopperstep": "waxed_oxidized_cut_copper_slab", - "cwaoxycopsl": "waxed_oxidized_cut_copper_slab", - "cwaoxycopslab": "waxed_oxidized_cut_copper_slab", - "cwaoxycopstep": "waxed_oxidized_cut_copper_slab", - "cwaoxycosl": "waxed_oxidized_cut_copper_slab", - "cwaoxycoslab": "waxed_oxidized_cut_copper_slab", - "cwaoxycostep": "waxed_oxidized_cut_copper_slab", - "cwaxedoxicohalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxedoxicophalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxedoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxedoxicoppersl": "waxed_oxidized_cut_copper_slab", - "cwaxedoxicopperslab": "waxed_oxidized_cut_copper_slab", - "cwaxedoxicopperstep": "waxed_oxidized_cut_copper_slab", - "cwaxedoxicopsl": "waxed_oxidized_cut_copper_slab", - "cwaxedoxicopslab": "waxed_oxidized_cut_copper_slab", - "cwaxedoxicopstep": "waxed_oxidized_cut_copper_slab", - "cwaxedoxicosl": "waxed_oxidized_cut_copper_slab", - "cwaxedoxicoslab": "waxed_oxidized_cut_copper_slab", - "cwaxedoxicostep": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidisedcopsl": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidisedcopslab": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidisedcopstep": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidisedcosl": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidisedcoslab": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidisedcostep": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidizedcopsl": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidizedcopslab": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidizedcopstep": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidizedcosl": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidizedcoslab": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidizedcostep": "waxed_oxidized_cut_copper_slab", - "cwaxedoxycohalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxedoxycophalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxedoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxedoxycoppersl": "waxed_oxidized_cut_copper_slab", - "cwaxedoxycopperslab": "waxed_oxidized_cut_copper_slab", - "cwaxedoxycopperstep": "waxed_oxidized_cut_copper_slab", - "cwaxedoxycopsl": "waxed_oxidized_cut_copper_slab", - "cwaxedoxycopslab": "waxed_oxidized_cut_copper_slab", - "cwaxedoxycopstep": "waxed_oxidized_cut_copper_slab", - "cwaxedoxycosl": "waxed_oxidized_cut_copper_slab", - "cwaxedoxycoslab": "waxed_oxidized_cut_copper_slab", - "cwaxedoxycostep": "waxed_oxidized_cut_copper_slab", - "cwaxoxicohalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxoxicophalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxoxicoppersl": "waxed_oxidized_cut_copper_slab", - "cwaxoxicopperslab": "waxed_oxidized_cut_copper_slab", - "cwaxoxicopperstep": "waxed_oxidized_cut_copper_slab", - "cwaxoxicopsl": "waxed_oxidized_cut_copper_slab", - "cwaxoxicopslab": "waxed_oxidized_cut_copper_slab", - "cwaxoxicopstep": "waxed_oxidized_cut_copper_slab", - "cwaxoxicosl": "waxed_oxidized_cut_copper_slab", - "cwaxoxicoslab": "waxed_oxidized_cut_copper_slab", - "cwaxoxicostep": "waxed_oxidized_cut_copper_slab", - "cwaxoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", - "cwaxoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", - "cwaxoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", - "cwaxoxidisedcopsl": "waxed_oxidized_cut_copper_slab", - "cwaxoxidisedcopslab": "waxed_oxidized_cut_copper_slab", - "cwaxoxidisedcopstep": "waxed_oxidized_cut_copper_slab", - "cwaxoxidisedcosl": "waxed_oxidized_cut_copper_slab", - "cwaxoxidisedcoslab": "waxed_oxidized_cut_copper_slab", - "cwaxoxidisedcostep": "waxed_oxidized_cut_copper_slab", - "cwaxoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", - "cwaxoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", - "cwaxoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", - "cwaxoxidizedcopsl": "waxed_oxidized_cut_copper_slab", - "cwaxoxidizedcopslab": "waxed_oxidized_cut_copper_slab", - "cwaxoxidizedcopstep": "waxed_oxidized_cut_copper_slab", - "cwaxoxidizedcosl": "waxed_oxidized_cut_copper_slab", - "cwaxoxidizedcoslab": "waxed_oxidized_cut_copper_slab", - "cwaxoxidizedcostep": "waxed_oxidized_cut_copper_slab", - "cwaxoxycohalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxoxycophalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxoxycoppersl": "waxed_oxidized_cut_copper_slab", - "cwaxoxycopperslab": "waxed_oxidized_cut_copper_slab", - "cwaxoxycopperstep": "waxed_oxidized_cut_copper_slab", - "cwaxoxycopsl": "waxed_oxidized_cut_copper_slab", - "cwaxoxycopslab": "waxed_oxidized_cut_copper_slab", - "cwaxoxycopstep": "waxed_oxidized_cut_copper_slab", - "cwaxoxycosl": "waxed_oxidized_cut_copper_slab", - "cwaxoxycoslab": "waxed_oxidized_cut_copper_slab", - "cwaxoxycostep": "waxed_oxidized_cut_copper_slab", - "minecraft:waxed_oxidized_cut_copper_slab": "waxed_oxidized_cut_copper_slab", - "oxicutwacohalfblock": "waxed_oxidized_cut_copper_slab", - "oxicutwacophalfblock": "waxed_oxidized_cut_copper_slab", - "oxicutwacopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxicutwacoppersl": "waxed_oxidized_cut_copper_slab", - "oxicutwacopperslab": "waxed_oxidized_cut_copper_slab", - "oxicutwacopperstep": "waxed_oxidized_cut_copper_slab", - "oxicutwacopsl": "waxed_oxidized_cut_copper_slab", - "oxicutwacopslab": "waxed_oxidized_cut_copper_slab", - "oxicutwacopstep": "waxed_oxidized_cut_copper_slab", - "oxicutwacosl": "waxed_oxidized_cut_copper_slab", - "oxicutwacoslab": "waxed_oxidized_cut_copper_slab", - "oxicutwacostep": "waxed_oxidized_cut_copper_slab", - "oxicutwaxcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxicutwaxcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxicutwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxicutwaxcoppersl": "waxed_oxidized_cut_copper_slab", - "oxicutwaxcopperslab": "waxed_oxidized_cut_copper_slab", - "oxicutwaxcopperstep": "waxed_oxidized_cut_copper_slab", - "oxicutwaxcopsl": "waxed_oxidized_cut_copper_slab", - "oxicutwaxcopslab": "waxed_oxidized_cut_copper_slab", - "oxicutwaxcopstep": "waxed_oxidized_cut_copper_slab", - "oxicutwaxcosl": "waxed_oxidized_cut_copper_slab", - "oxicutwaxcoslab": "waxed_oxidized_cut_copper_slab", - "oxicutwaxcostep": "waxed_oxidized_cut_copper_slab", - "oxicutwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxicutwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxicutwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxicutwaxedcoppersl": "waxed_oxidized_cut_copper_slab", - "oxicutwaxedcopperslab": "waxed_oxidized_cut_copper_slab", - "oxicutwaxedcopperstep": "waxed_oxidized_cut_copper_slab", - "oxicutwaxedcopsl": "waxed_oxidized_cut_copper_slab", - "oxicutwaxedcopslab": "waxed_oxidized_cut_copper_slab", - "oxicutwaxedcopstep": "waxed_oxidized_cut_copper_slab", - "oxicutwaxedcosl": "waxed_oxidized_cut_copper_slab", - "oxicutwaxedcoslab": "waxed_oxidized_cut_copper_slab", - "oxicutwaxedcostep": "waxed_oxidized_cut_copper_slab", - "oxicwacohalfblock": "waxed_oxidized_cut_copper_slab", - "oxicwacophalfblock": "waxed_oxidized_cut_copper_slab", - "oxicwacopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxicwacoppersl": "waxed_oxidized_cut_copper_slab", - "oxicwacopperslab": "waxed_oxidized_cut_copper_slab", - "oxicwacopperstep": "waxed_oxidized_cut_copper_slab", - "oxicwacopsl": "waxed_oxidized_cut_copper_slab", - "oxicwacopslab": "waxed_oxidized_cut_copper_slab", - "oxicwacopstep": "waxed_oxidized_cut_copper_slab", - "oxicwacosl": "waxed_oxidized_cut_copper_slab", - "oxicwacoslab": "waxed_oxidized_cut_copper_slab", - "oxicwacostep": "waxed_oxidized_cut_copper_slab", - "oxicwaxcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxicwaxcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxicwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxicwaxcoppersl": "waxed_oxidized_cut_copper_slab", - "oxicwaxcopperslab": "waxed_oxidized_cut_copper_slab", - "oxicwaxcopperstep": "waxed_oxidized_cut_copper_slab", - "oxicwaxcopsl": "waxed_oxidized_cut_copper_slab", - "oxicwaxcopslab": "waxed_oxidized_cut_copper_slab", - "oxicwaxcopstep": "waxed_oxidized_cut_copper_slab", - "oxicwaxcosl": "waxed_oxidized_cut_copper_slab", - "oxicwaxcoslab": "waxed_oxidized_cut_copper_slab", - "oxicwaxcostep": "waxed_oxidized_cut_copper_slab", - "oxicwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxicwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxicwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxicwaxedcoppersl": "waxed_oxidized_cut_copper_slab", - "oxicwaxedcopperslab": "waxed_oxidized_cut_copper_slab", - "oxicwaxedcopperstep": "waxed_oxidized_cut_copper_slab", - "oxicwaxedcopsl": "waxed_oxidized_cut_copper_slab", - "oxicwaxedcopslab": "waxed_oxidized_cut_copper_slab", - "oxicwaxedcopstep": "waxed_oxidized_cut_copper_slab", - "oxicwaxedcosl": "waxed_oxidized_cut_copper_slab", - "oxicwaxedcoslab": "waxed_oxidized_cut_copper_slab", - "oxicwaxedcostep": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwacohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwacophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwacopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwacoppersl": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwacopperslab": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwacopperstep": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwacopsl": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwacopslab": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwacopstep": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwacosl": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwacoslab": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwacostep": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxcoppersl": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxcopperslab": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxcopperstep": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxcopsl": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxcopslab": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxcopstep": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxcosl": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxcoslab": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxcostep": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxedcoppersl": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxedcopperslab": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxedcopperstep": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxedcopsl": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxedcopslab": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxedcopstep": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxedcosl": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxedcoslab": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxedcostep": "waxed_oxidized_cut_copper_slab", - "oxidisedcwacohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedcwacophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedcwacopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedcwacoppersl": "waxed_oxidized_cut_copper_slab", - "oxidisedcwacopperslab": "waxed_oxidized_cut_copper_slab", - "oxidisedcwacopperstep": "waxed_oxidized_cut_copper_slab", - "oxidisedcwacopsl": "waxed_oxidized_cut_copper_slab", - "oxidisedcwacopslab": "waxed_oxidized_cut_copper_slab", - "oxidisedcwacopstep": "waxed_oxidized_cut_copper_slab", - "oxidisedcwacosl": "waxed_oxidized_cut_copper_slab", - "oxidisedcwacoslab": "waxed_oxidized_cut_copper_slab", - "oxidisedcwacostep": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxcoppersl": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxcopperslab": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxcopperstep": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxcopsl": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxcopslab": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxcopstep": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxcosl": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxcoslab": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxcostep": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxedcoppersl": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxedcopperslab": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxedcopperstep": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxedcopsl": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxedcopslab": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxedcopstep": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxedcosl": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxedcoslab": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxedcostep": "waxed_oxidized_cut_copper_slab", - "oxidisedwaccohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedwaccophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedwaccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedwaccoppersl": "waxed_oxidized_cut_copper_slab", - "oxidisedwaccopperslab": "waxed_oxidized_cut_copper_slab", - "oxidisedwaccopperstep": "waxed_oxidized_cut_copper_slab", - "oxidisedwaccopsl": "waxed_oxidized_cut_copper_slab", - "oxidisedwaccopslab": "waxed_oxidized_cut_copper_slab", - "oxidisedwaccopstep": "waxed_oxidized_cut_copper_slab", - "oxidisedwaccosl": "waxed_oxidized_cut_copper_slab", - "oxidisedwaccoslab": "waxed_oxidized_cut_copper_slab", - "oxidisedwaccostep": "waxed_oxidized_cut_copper_slab", - "oxidisedwacutcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedwacutcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedwacutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedwacutcoppersl": "waxed_oxidized_cut_copper_slab", - "oxidisedwacutcopperslab": "waxed_oxidized_cut_copper_slab", - "oxidisedwacutcopperstep": "waxed_oxidized_cut_copper_slab", - "oxidisedwacutcopsl": "waxed_oxidized_cut_copper_slab", - "oxidisedwacutcopslab": "waxed_oxidized_cut_copper_slab", - "oxidisedwacutcopstep": "waxed_oxidized_cut_copper_slab", - "oxidisedwacutcosl": "waxed_oxidized_cut_copper_slab", - "oxidisedwacutcoslab": "waxed_oxidized_cut_copper_slab", - "oxidisedwacutcostep": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxccohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxccophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxccoppersl": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxccopperslab": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxccopperstep": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxccopsl": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxccopslab": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxccopstep": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxccosl": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxccoslab": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxccostep": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxcutcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxcutcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxcutcoppersl": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxcutcopperslab": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxcutcopperstep": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxcutcopsl": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxcutcopslab": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxcutcopstep": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxcutcosl": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxcutcoslab": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxcutcostep": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedccohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedccophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedccoppersl": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedccopperslab": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedccopperstep": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedccopsl": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedccopslab": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedccopstep": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedccosl": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedccoslab": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedccostep": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedcutcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedcutcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedcutcoppersl": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedcutcopperslab": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedcutcopperstep": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedcutcopsl": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedcutcopslab": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedcutcopstep": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedcutcosl": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedcutcoslab": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedcutcostep": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwacohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwacophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwacopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwacoppersl": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwacopperslab": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwacopperstep": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwacopsl": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwacopslab": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwacopstep": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwacosl": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwacoslab": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwacostep": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxcoppersl": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxcopperslab": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxcopperstep": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxcopsl": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxcopslab": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxcopstep": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxcosl": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxcoslab": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxcostep": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxedcoppersl": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxedcopperslab": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxedcopperstep": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxedcopsl": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxedcopslab": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxedcopstep": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxedcosl": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxedcoslab": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxedcostep": "waxed_oxidized_cut_copper_slab", - "oxidizedcwacohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedcwacophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedcwacopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedcwacoppersl": "waxed_oxidized_cut_copper_slab", - "oxidizedcwacopperslab": "waxed_oxidized_cut_copper_slab", - "oxidizedcwacopperstep": "waxed_oxidized_cut_copper_slab", - "oxidizedcwacopsl": "waxed_oxidized_cut_copper_slab", - "oxidizedcwacopslab": "waxed_oxidized_cut_copper_slab", - "oxidizedcwacopstep": "waxed_oxidized_cut_copper_slab", - "oxidizedcwacosl": "waxed_oxidized_cut_copper_slab", - "oxidizedcwacoslab": "waxed_oxidized_cut_copper_slab", - "oxidizedcwacostep": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxcoppersl": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxcopperslab": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxcopperstep": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxcopsl": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxcopslab": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxcopstep": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxcosl": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxcoslab": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxcostep": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxedcoppersl": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxedcopperslab": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxedcopperstep": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxedcopsl": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxedcopslab": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxedcopstep": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxedcosl": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxedcoslab": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxedcostep": "waxed_oxidized_cut_copper_slab", - "oxidizedwaccohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedwaccophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedwaccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedwaccoppersl": "waxed_oxidized_cut_copper_slab", - "oxidizedwaccopperslab": "waxed_oxidized_cut_copper_slab", - "oxidizedwaccopperstep": "waxed_oxidized_cut_copper_slab", - "oxidizedwaccopsl": "waxed_oxidized_cut_copper_slab", - "oxidizedwaccopslab": "waxed_oxidized_cut_copper_slab", - "oxidizedwaccopstep": "waxed_oxidized_cut_copper_slab", - "oxidizedwaccosl": "waxed_oxidized_cut_copper_slab", - "oxidizedwaccoslab": "waxed_oxidized_cut_copper_slab", - "oxidizedwaccostep": "waxed_oxidized_cut_copper_slab", - "oxidizedwacutcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedwacutcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedwacutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedwacutcoppersl": "waxed_oxidized_cut_copper_slab", - "oxidizedwacutcopperslab": "waxed_oxidized_cut_copper_slab", - "oxidizedwacutcopperstep": "waxed_oxidized_cut_copper_slab", - "oxidizedwacutcopsl": "waxed_oxidized_cut_copper_slab", - "oxidizedwacutcopslab": "waxed_oxidized_cut_copper_slab", - "oxidizedwacutcopstep": "waxed_oxidized_cut_copper_slab", - "oxidizedwacutcosl": "waxed_oxidized_cut_copper_slab", - "oxidizedwacutcoslab": "waxed_oxidized_cut_copper_slab", - "oxidizedwacutcostep": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxccohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxccophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxccoppersl": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxccopperslab": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxccopperstep": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxccopsl": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxccopslab": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxccopstep": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxccosl": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxccoslab": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxccostep": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxcutcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxcutcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxcutcoppersl": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxcutcopperslab": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxcutcopperstep": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxcutcopsl": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxcutcopslab": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxcutcopstep": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxcutcosl": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxcutcoslab": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxcutcostep": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedccohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedccophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedccoppersl": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedccopperslab": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedccopperstep": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedccopsl": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedccopslab": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedccopstep": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedccosl": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedccoslab": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedccostep": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedcutcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedcutcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedcutcoppersl": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedcutcopperslab": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedcutcopperstep": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedcutcopsl": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedcutcopslab": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedcutcopstep": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedcutcosl": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedcutcoslab": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedcutcostep": "waxed_oxidized_cut_copper_slab", - "oxiwaccohalfblock": "waxed_oxidized_cut_copper_slab", - "oxiwaccophalfblock": "waxed_oxidized_cut_copper_slab", - "oxiwaccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxiwaccoppersl": "waxed_oxidized_cut_copper_slab", - "oxiwaccopperslab": "waxed_oxidized_cut_copper_slab", - "oxiwaccopperstep": "waxed_oxidized_cut_copper_slab", - "oxiwaccopsl": "waxed_oxidized_cut_copper_slab", - "oxiwaccopslab": "waxed_oxidized_cut_copper_slab", - "oxiwaccopstep": "waxed_oxidized_cut_copper_slab", - "oxiwaccosl": "waxed_oxidized_cut_copper_slab", - "oxiwaccoslab": "waxed_oxidized_cut_copper_slab", - "oxiwaccostep": "waxed_oxidized_cut_copper_slab", - "oxiwacutcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxiwacutcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxiwacutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxiwacutcoppersl": "waxed_oxidized_cut_copper_slab", - "oxiwacutcopperslab": "waxed_oxidized_cut_copper_slab", - "oxiwacutcopperstep": "waxed_oxidized_cut_copper_slab", - "oxiwacutcopsl": "waxed_oxidized_cut_copper_slab", - "oxiwacutcopslab": "waxed_oxidized_cut_copper_slab", - "oxiwacutcopstep": "waxed_oxidized_cut_copper_slab", - "oxiwacutcosl": "waxed_oxidized_cut_copper_slab", - "oxiwacutcoslab": "waxed_oxidized_cut_copper_slab", - "oxiwacutcostep": "waxed_oxidized_cut_copper_slab", - "oxiwaxccohalfblock": "waxed_oxidized_cut_copper_slab", - "oxiwaxccophalfblock": "waxed_oxidized_cut_copper_slab", - "oxiwaxccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxiwaxccoppersl": "waxed_oxidized_cut_copper_slab", - "oxiwaxccopperslab": "waxed_oxidized_cut_copper_slab", - "oxiwaxccopperstep": "waxed_oxidized_cut_copper_slab", - "oxiwaxccopsl": "waxed_oxidized_cut_copper_slab", - "oxiwaxccopslab": "waxed_oxidized_cut_copper_slab", - "oxiwaxccopstep": "waxed_oxidized_cut_copper_slab", - "oxiwaxccosl": "waxed_oxidized_cut_copper_slab", - "oxiwaxccoslab": "waxed_oxidized_cut_copper_slab", - "oxiwaxccostep": "waxed_oxidized_cut_copper_slab", - "oxiwaxcutcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxiwaxcutcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxiwaxcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxiwaxcutcoppersl": "waxed_oxidized_cut_copper_slab", - "oxiwaxcutcopperslab": "waxed_oxidized_cut_copper_slab", - "oxiwaxcutcopperstep": "waxed_oxidized_cut_copper_slab", - "oxiwaxcutcopsl": "waxed_oxidized_cut_copper_slab", - "oxiwaxcutcopslab": "waxed_oxidized_cut_copper_slab", - "oxiwaxcutcopstep": "waxed_oxidized_cut_copper_slab", - "oxiwaxcutcosl": "waxed_oxidized_cut_copper_slab", - "oxiwaxcutcoslab": "waxed_oxidized_cut_copper_slab", - "oxiwaxcutcostep": "waxed_oxidized_cut_copper_slab", - "oxiwaxedccohalfblock": "waxed_oxidized_cut_copper_slab", - "oxiwaxedccophalfblock": "waxed_oxidized_cut_copper_slab", - "oxiwaxedccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxiwaxedccoppersl": "waxed_oxidized_cut_copper_slab", - "oxiwaxedccopperslab": "waxed_oxidized_cut_copper_slab", - "oxiwaxedccopperstep": "waxed_oxidized_cut_copper_slab", - "oxiwaxedccopsl": "waxed_oxidized_cut_copper_slab", - "oxiwaxedccopslab": "waxed_oxidized_cut_copper_slab", - "oxiwaxedccopstep": "waxed_oxidized_cut_copper_slab", - "oxiwaxedccosl": "waxed_oxidized_cut_copper_slab", - "oxiwaxedccoslab": "waxed_oxidized_cut_copper_slab", - "oxiwaxedccostep": "waxed_oxidized_cut_copper_slab", - "oxiwaxedcutcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxiwaxedcutcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxiwaxedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxiwaxedcutcoppersl": "waxed_oxidized_cut_copper_slab", - "oxiwaxedcutcopperslab": "waxed_oxidized_cut_copper_slab", - "oxiwaxedcutcopperstep": "waxed_oxidized_cut_copper_slab", - "oxiwaxedcutcopsl": "waxed_oxidized_cut_copper_slab", - "oxiwaxedcutcopslab": "waxed_oxidized_cut_copper_slab", - "oxiwaxedcutcopstep": "waxed_oxidized_cut_copper_slab", - "oxiwaxedcutcosl": "waxed_oxidized_cut_copper_slab", - "oxiwaxedcutcoslab": "waxed_oxidized_cut_copper_slab", - "oxiwaxedcutcostep": "waxed_oxidized_cut_copper_slab", - "oxycutwacohalfblock": "waxed_oxidized_cut_copper_slab", - "oxycutwacophalfblock": "waxed_oxidized_cut_copper_slab", - "oxycutwacopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxycutwacoppersl": "waxed_oxidized_cut_copper_slab", - "oxycutwacopperslab": "waxed_oxidized_cut_copper_slab", - "oxycutwacopperstep": "waxed_oxidized_cut_copper_slab", - "oxycutwacopsl": "waxed_oxidized_cut_copper_slab", - "oxycutwacopslab": "waxed_oxidized_cut_copper_slab", - "oxycutwacopstep": "waxed_oxidized_cut_copper_slab", - "oxycutwacosl": "waxed_oxidized_cut_copper_slab", - "oxycutwacoslab": "waxed_oxidized_cut_copper_slab", - "oxycutwacostep": "waxed_oxidized_cut_copper_slab", - "oxycutwaxcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxycutwaxcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxycutwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxycutwaxcoppersl": "waxed_oxidized_cut_copper_slab", - "oxycutwaxcopperslab": "waxed_oxidized_cut_copper_slab", - "oxycutwaxcopperstep": "waxed_oxidized_cut_copper_slab", - "oxycutwaxcopsl": "waxed_oxidized_cut_copper_slab", - "oxycutwaxcopslab": "waxed_oxidized_cut_copper_slab", - "oxycutwaxcopstep": "waxed_oxidized_cut_copper_slab", - "oxycutwaxcosl": "waxed_oxidized_cut_copper_slab", - "oxycutwaxcoslab": "waxed_oxidized_cut_copper_slab", - "oxycutwaxcostep": "waxed_oxidized_cut_copper_slab", - "oxycutwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxycutwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxycutwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxycutwaxedcoppersl": "waxed_oxidized_cut_copper_slab", - "oxycutwaxedcopperslab": "waxed_oxidized_cut_copper_slab", - "oxycutwaxedcopperstep": "waxed_oxidized_cut_copper_slab", - "oxycutwaxedcopsl": "waxed_oxidized_cut_copper_slab", - "oxycutwaxedcopslab": "waxed_oxidized_cut_copper_slab", - "oxycutwaxedcopstep": "waxed_oxidized_cut_copper_slab", - "oxycutwaxedcosl": "waxed_oxidized_cut_copper_slab", - "oxycutwaxedcoslab": "waxed_oxidized_cut_copper_slab", - "oxycutwaxedcostep": "waxed_oxidized_cut_copper_slab", - "oxycwacohalfblock": "waxed_oxidized_cut_copper_slab", - "oxycwacophalfblock": "waxed_oxidized_cut_copper_slab", - "oxycwacopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxycwacoppersl": "waxed_oxidized_cut_copper_slab", - "oxycwacopperslab": "waxed_oxidized_cut_copper_slab", - "oxycwacopperstep": "waxed_oxidized_cut_copper_slab", - "oxycwacopsl": "waxed_oxidized_cut_copper_slab", - "oxycwacopslab": "waxed_oxidized_cut_copper_slab", - "oxycwacopstep": "waxed_oxidized_cut_copper_slab", - "oxycwacosl": "waxed_oxidized_cut_copper_slab", - "oxycwacoslab": "waxed_oxidized_cut_copper_slab", - "oxycwacostep": "waxed_oxidized_cut_copper_slab", - "oxycwaxcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxycwaxcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxycwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxycwaxcoppersl": "waxed_oxidized_cut_copper_slab", - "oxycwaxcopperslab": "waxed_oxidized_cut_copper_slab", - "oxycwaxcopperstep": "waxed_oxidized_cut_copper_slab", - "oxycwaxcopsl": "waxed_oxidized_cut_copper_slab", - "oxycwaxcopslab": "waxed_oxidized_cut_copper_slab", - "oxycwaxcopstep": "waxed_oxidized_cut_copper_slab", - "oxycwaxcosl": "waxed_oxidized_cut_copper_slab", - "oxycwaxcoslab": "waxed_oxidized_cut_copper_slab", - "oxycwaxcostep": "waxed_oxidized_cut_copper_slab", - "oxycwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxycwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxycwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxycwaxedcoppersl": "waxed_oxidized_cut_copper_slab", - "oxycwaxedcopperslab": "waxed_oxidized_cut_copper_slab", - "oxycwaxedcopperstep": "waxed_oxidized_cut_copper_slab", - "oxycwaxedcopsl": "waxed_oxidized_cut_copper_slab", - "oxycwaxedcopslab": "waxed_oxidized_cut_copper_slab", - "oxycwaxedcopstep": "waxed_oxidized_cut_copper_slab", - "oxycwaxedcosl": "waxed_oxidized_cut_copper_slab", - "oxycwaxedcoslab": "waxed_oxidized_cut_copper_slab", - "oxycwaxedcostep": "waxed_oxidized_cut_copper_slab", - "oxywaccohalfblock": "waxed_oxidized_cut_copper_slab", - "oxywaccophalfblock": "waxed_oxidized_cut_copper_slab", - "oxywaccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxywaccoppersl": "waxed_oxidized_cut_copper_slab", - "oxywaccopperslab": "waxed_oxidized_cut_copper_slab", - "oxywaccopperstep": "waxed_oxidized_cut_copper_slab", - "oxywaccopsl": "waxed_oxidized_cut_copper_slab", - "oxywaccopslab": "waxed_oxidized_cut_copper_slab", - "oxywaccopstep": "waxed_oxidized_cut_copper_slab", - "oxywaccosl": "waxed_oxidized_cut_copper_slab", - "oxywaccoslab": "waxed_oxidized_cut_copper_slab", - "oxywaccostep": "waxed_oxidized_cut_copper_slab", - "oxywacutcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxywacutcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxywacutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxywacutcoppersl": "waxed_oxidized_cut_copper_slab", - "oxywacutcopperslab": "waxed_oxidized_cut_copper_slab", - "oxywacutcopperstep": "waxed_oxidized_cut_copper_slab", - "oxywacutcopsl": "waxed_oxidized_cut_copper_slab", - "oxywacutcopslab": "waxed_oxidized_cut_copper_slab", - "oxywacutcopstep": "waxed_oxidized_cut_copper_slab", - "oxywacutcosl": "waxed_oxidized_cut_copper_slab", - "oxywacutcoslab": "waxed_oxidized_cut_copper_slab", - "oxywacutcostep": "waxed_oxidized_cut_copper_slab", - "oxywaxccohalfblock": "waxed_oxidized_cut_copper_slab", - "oxywaxccophalfblock": "waxed_oxidized_cut_copper_slab", - "oxywaxccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxywaxccoppersl": "waxed_oxidized_cut_copper_slab", - "oxywaxccopperslab": "waxed_oxidized_cut_copper_slab", - "oxywaxccopperstep": "waxed_oxidized_cut_copper_slab", - "oxywaxccopsl": "waxed_oxidized_cut_copper_slab", - "oxywaxccopslab": "waxed_oxidized_cut_copper_slab", - "oxywaxccopstep": "waxed_oxidized_cut_copper_slab", - "oxywaxccosl": "waxed_oxidized_cut_copper_slab", - "oxywaxccoslab": "waxed_oxidized_cut_copper_slab", - "oxywaxccostep": "waxed_oxidized_cut_copper_slab", - "oxywaxcutcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxywaxcutcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxywaxcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxywaxcutcoppersl": "waxed_oxidized_cut_copper_slab", - "oxywaxcutcopperslab": "waxed_oxidized_cut_copper_slab", - "oxywaxcutcopperstep": "waxed_oxidized_cut_copper_slab", - "oxywaxcutcopsl": "waxed_oxidized_cut_copper_slab", - "oxywaxcutcopslab": "waxed_oxidized_cut_copper_slab", - "oxywaxcutcopstep": "waxed_oxidized_cut_copper_slab", - "oxywaxcutcosl": "waxed_oxidized_cut_copper_slab", - "oxywaxcutcoslab": "waxed_oxidized_cut_copper_slab", - "oxywaxcutcostep": "waxed_oxidized_cut_copper_slab", - "oxywaxedccohalfblock": "waxed_oxidized_cut_copper_slab", - "oxywaxedccophalfblock": "waxed_oxidized_cut_copper_slab", - "oxywaxedccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxywaxedccoppersl": "waxed_oxidized_cut_copper_slab", - "oxywaxedccopperslab": "waxed_oxidized_cut_copper_slab", - "oxywaxedccopperstep": "waxed_oxidized_cut_copper_slab", - "oxywaxedccopsl": "waxed_oxidized_cut_copper_slab", - "oxywaxedccopslab": "waxed_oxidized_cut_copper_slab", - "oxywaxedccopstep": "waxed_oxidized_cut_copper_slab", - "oxywaxedccosl": "waxed_oxidized_cut_copper_slab", - "oxywaxedccoslab": "waxed_oxidized_cut_copper_slab", - "oxywaxedccostep": "waxed_oxidized_cut_copper_slab", - "oxywaxedcutcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxywaxedcutcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxywaxedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxywaxedcutcoppersl": "waxed_oxidized_cut_copper_slab", - "oxywaxedcutcopperslab": "waxed_oxidized_cut_copper_slab", - "oxywaxedcutcopperstep": "waxed_oxidized_cut_copper_slab", - "oxywaxedcutcopsl": "waxed_oxidized_cut_copper_slab", - "oxywaxedcutcopslab": "waxed_oxidized_cut_copper_slab", - "oxywaxedcutcopstep": "waxed_oxidized_cut_copper_slab", - "oxywaxedcutcosl": "waxed_oxidized_cut_copper_slab", - "oxywaxedcutcoslab": "waxed_oxidized_cut_copper_slab", - "oxywaxedcutcostep": "waxed_oxidized_cut_copper_slab", - "wacoxicohalfblock": "waxed_oxidized_cut_copper_slab", - "wacoxicophalfblock": "waxed_oxidized_cut_copper_slab", - "wacoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", - "wacoxicoppersl": "waxed_oxidized_cut_copper_slab", - "wacoxicopperslab": "waxed_oxidized_cut_copper_slab", - "wacoxicopperstep": "waxed_oxidized_cut_copper_slab", - "wacoxicopsl": "waxed_oxidized_cut_copper_slab", - "wacoxicopslab": "waxed_oxidized_cut_copper_slab", - "wacoxicopstep": "waxed_oxidized_cut_copper_slab", - "wacoxicosl": "waxed_oxidized_cut_copper_slab", - "wacoxicoslab": "waxed_oxidized_cut_copper_slab", - "wacoxicostep": "waxed_oxidized_cut_copper_slab", - "wacoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", - "wacoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", - "wacoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "wacoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", - "wacoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", - "wacoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", - "wacoxidisedcopsl": "waxed_oxidized_cut_copper_slab", - "wacoxidisedcopslab": "waxed_oxidized_cut_copper_slab", - "wacoxidisedcopstep": "waxed_oxidized_cut_copper_slab", - "wacoxidisedcosl": "waxed_oxidized_cut_copper_slab", - "wacoxidisedcoslab": "waxed_oxidized_cut_copper_slab", - "wacoxidisedcostep": "waxed_oxidized_cut_copper_slab", - "wacoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", - "wacoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", - "wacoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "wacoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", - "wacoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", - "wacoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", - "wacoxidizedcopsl": "waxed_oxidized_cut_copper_slab", - "wacoxidizedcopslab": "waxed_oxidized_cut_copper_slab", - "wacoxidizedcopstep": "waxed_oxidized_cut_copper_slab", - "wacoxidizedcosl": "waxed_oxidized_cut_copper_slab", - "wacoxidizedcoslab": "waxed_oxidized_cut_copper_slab", - "wacoxidizedcostep": "waxed_oxidized_cut_copper_slab", - "wacoxycohalfblock": "waxed_oxidized_cut_copper_slab", - "wacoxycophalfblock": "waxed_oxidized_cut_copper_slab", - "wacoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", - "wacoxycoppersl": "waxed_oxidized_cut_copper_slab", - "wacoxycopperslab": "waxed_oxidized_cut_copper_slab", - "wacoxycopperstep": "waxed_oxidized_cut_copper_slab", - "wacoxycopsl": "waxed_oxidized_cut_copper_slab", - "wacoxycopslab": "waxed_oxidized_cut_copper_slab", - "wacoxycopstep": "waxed_oxidized_cut_copper_slab", - "wacoxycosl": "waxed_oxidized_cut_copper_slab", - "wacoxycoslab": "waxed_oxidized_cut_copper_slab", - "wacoxycostep": "waxed_oxidized_cut_copper_slab", - "wacutoxicohalfblock": "waxed_oxidized_cut_copper_slab", - "wacutoxicophalfblock": "waxed_oxidized_cut_copper_slab", - "wacutoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", - "wacutoxicoppersl": "waxed_oxidized_cut_copper_slab", - "wacutoxicopperslab": "waxed_oxidized_cut_copper_slab", - "wacutoxicopperstep": "waxed_oxidized_cut_copper_slab", - "wacutoxicopsl": "waxed_oxidized_cut_copper_slab", - "wacutoxicopslab": "waxed_oxidized_cut_copper_slab", - "wacutoxicopstep": "waxed_oxidized_cut_copper_slab", - "wacutoxicosl": "waxed_oxidized_cut_copper_slab", - "wacutoxicoslab": "waxed_oxidized_cut_copper_slab", - "wacutoxicostep": "waxed_oxidized_cut_copper_slab", - "wacutoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", - "wacutoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", - "wacutoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "wacutoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", - "wacutoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", - "wacutoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", - "wacutoxidisedcopsl": "waxed_oxidized_cut_copper_slab", - "wacutoxidisedcopslab": "waxed_oxidized_cut_copper_slab", - "wacutoxidisedcopstep": "waxed_oxidized_cut_copper_slab", - "wacutoxidisedcosl": "waxed_oxidized_cut_copper_slab", - "wacutoxidisedcoslab": "waxed_oxidized_cut_copper_slab", - "wacutoxidisedcostep": "waxed_oxidized_cut_copper_slab", - "wacutoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", - "wacutoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", - "wacutoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "wacutoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", - "wacutoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", - "wacutoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", - "wacutoxidizedcopsl": "waxed_oxidized_cut_copper_slab", - "wacutoxidizedcopslab": "waxed_oxidized_cut_copper_slab", - "wacutoxidizedcopstep": "waxed_oxidized_cut_copper_slab", - "wacutoxidizedcosl": "waxed_oxidized_cut_copper_slab", - "wacutoxidizedcoslab": "waxed_oxidized_cut_copper_slab", - "wacutoxidizedcostep": "waxed_oxidized_cut_copper_slab", - "wacutoxycohalfblock": "waxed_oxidized_cut_copper_slab", - "wacutoxycophalfblock": "waxed_oxidized_cut_copper_slab", - "wacutoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", - "wacutoxycoppersl": "waxed_oxidized_cut_copper_slab", - "wacutoxycopperslab": "waxed_oxidized_cut_copper_slab", - "wacutoxycopperstep": "waxed_oxidized_cut_copper_slab", - "wacutoxycopsl": "waxed_oxidized_cut_copper_slab", - "wacutoxycopslab": "waxed_oxidized_cut_copper_slab", - "wacutoxycopstep": "waxed_oxidized_cut_copper_slab", - "wacutoxycosl": "waxed_oxidized_cut_copper_slab", - "wacutoxycoslab": "waxed_oxidized_cut_copper_slab", - "wacutoxycostep": "waxed_oxidized_cut_copper_slab", - "waoxiccohalfblock": "waxed_oxidized_cut_copper_slab", - "waoxiccophalfblock": "waxed_oxidized_cut_copper_slab", - "waoxiccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waoxiccoppersl": "waxed_oxidized_cut_copper_slab", - "waoxiccopperslab": "waxed_oxidized_cut_copper_slab", - "waoxiccopperstep": "waxed_oxidized_cut_copper_slab", - "waoxiccopsl": "waxed_oxidized_cut_copper_slab", - "waoxiccopslab": "waxed_oxidized_cut_copper_slab", - "waoxiccopstep": "waxed_oxidized_cut_copper_slab", - "waoxiccosl": "waxed_oxidized_cut_copper_slab", - "waoxiccoslab": "waxed_oxidized_cut_copper_slab", - "waoxiccostep": "waxed_oxidized_cut_copper_slab", - "waoxicutcohalfblock": "waxed_oxidized_cut_copper_slab", - "waoxicutcophalfblock": "waxed_oxidized_cut_copper_slab", - "waoxicutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waoxicutcoppersl": "waxed_oxidized_cut_copper_slab", - "waoxicutcopperslab": "waxed_oxidized_cut_copper_slab", - "waoxicutcopperstep": "waxed_oxidized_cut_copper_slab", - "waoxicutcopsl": "waxed_oxidized_cut_copper_slab", - "waoxicutcopslab": "waxed_oxidized_cut_copper_slab", - "waoxicutcopstep": "waxed_oxidized_cut_copper_slab", - "waoxicutcosl": "waxed_oxidized_cut_copper_slab", - "waoxicutcoslab": "waxed_oxidized_cut_copper_slab", - "waoxicutcostep": "waxed_oxidized_cut_copper_slab", - "waoxidisedccohalfblock": "waxed_oxidized_cut_copper_slab", - "waoxidisedccophalfblock": "waxed_oxidized_cut_copper_slab", - "waoxidisedccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waoxidisedccoppersl": "waxed_oxidized_cut_copper_slab", - "waoxidisedccopperslab": "waxed_oxidized_cut_copper_slab", - "waoxidisedccopperstep": "waxed_oxidized_cut_copper_slab", - "waoxidisedccopsl": "waxed_oxidized_cut_copper_slab", - "waoxidisedccopslab": "waxed_oxidized_cut_copper_slab", - "waoxidisedccopstep": "waxed_oxidized_cut_copper_slab", - "waoxidisedccosl": "waxed_oxidized_cut_copper_slab", - "waoxidisedccoslab": "waxed_oxidized_cut_copper_slab", - "waoxidisedccostep": "waxed_oxidized_cut_copper_slab", - "waoxidisedcutcohalfblock": "waxed_oxidized_cut_copper_slab", - "waoxidisedcutcophalfblock": "waxed_oxidized_cut_copper_slab", - "waoxidisedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waoxidisedcutcoppersl": "waxed_oxidized_cut_copper_slab", - "waoxidisedcutcopperslab": "waxed_oxidized_cut_copper_slab", - "waoxidisedcutcopperstep": "waxed_oxidized_cut_copper_slab", - "waoxidisedcutcopsl": "waxed_oxidized_cut_copper_slab", - "waoxidisedcutcopslab": "waxed_oxidized_cut_copper_slab", - "waoxidisedcutcopstep": "waxed_oxidized_cut_copper_slab", - "waoxidisedcutcosl": "waxed_oxidized_cut_copper_slab", - "waoxidisedcutcoslab": "waxed_oxidized_cut_copper_slab", - "waoxidisedcutcostep": "waxed_oxidized_cut_copper_slab", - "waoxidizedccohalfblock": "waxed_oxidized_cut_copper_slab", - "waoxidizedccophalfblock": "waxed_oxidized_cut_copper_slab", - "waoxidizedccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waoxidizedccoppersl": "waxed_oxidized_cut_copper_slab", - "waoxidizedccopperslab": "waxed_oxidized_cut_copper_slab", - "waoxidizedccopperstep": "waxed_oxidized_cut_copper_slab", - "waoxidizedccopsl": "waxed_oxidized_cut_copper_slab", - "waoxidizedccopslab": "waxed_oxidized_cut_copper_slab", - "waoxidizedccopstep": "waxed_oxidized_cut_copper_slab", - "waoxidizedccosl": "waxed_oxidized_cut_copper_slab", - "waoxidizedccoslab": "waxed_oxidized_cut_copper_slab", - "waoxidizedccostep": "waxed_oxidized_cut_copper_slab", - "waoxidizedcutcohalfblock": "waxed_oxidized_cut_copper_slab", - "waoxidizedcutcophalfblock": "waxed_oxidized_cut_copper_slab", - "waoxidizedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waoxidizedcutcoppersl": "waxed_oxidized_cut_copper_slab", - "waoxidizedcutcopperslab": "waxed_oxidized_cut_copper_slab", - "waoxidizedcutcopperstep": "waxed_oxidized_cut_copper_slab", - "waoxidizedcutcopsl": "waxed_oxidized_cut_copper_slab", - "waoxidizedcutcopslab": "waxed_oxidized_cut_copper_slab", - "waoxidizedcutcopstep": "waxed_oxidized_cut_copper_slab", - "waoxidizedcutcosl": "waxed_oxidized_cut_copper_slab", - "waoxidizedcutcoslab": "waxed_oxidized_cut_copper_slab", - "waoxidizedcutcostep": "waxed_oxidized_cut_copper_slab", - "waoxyccohalfblock": "waxed_oxidized_cut_copper_slab", - "waoxyccophalfblock": "waxed_oxidized_cut_copper_slab", - "waoxyccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waoxyccoppersl": "waxed_oxidized_cut_copper_slab", - "waoxyccopperslab": "waxed_oxidized_cut_copper_slab", - "waoxyccopperstep": "waxed_oxidized_cut_copper_slab", - "waoxyccopsl": "waxed_oxidized_cut_copper_slab", - "waoxyccopslab": "waxed_oxidized_cut_copper_slab", - "waoxyccopstep": "waxed_oxidized_cut_copper_slab", - "waoxyccosl": "waxed_oxidized_cut_copper_slab", - "waoxyccoslab": "waxed_oxidized_cut_copper_slab", - "waoxyccostep": "waxed_oxidized_cut_copper_slab", - "waoxycutcohalfblock": "waxed_oxidized_cut_copper_slab", - "waoxycutcophalfblock": "waxed_oxidized_cut_copper_slab", - "waoxycutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waoxycutcoppersl": "waxed_oxidized_cut_copper_slab", - "waoxycutcopperslab": "waxed_oxidized_cut_copper_slab", - "waoxycutcopperstep": "waxed_oxidized_cut_copper_slab", - "waoxycutcopsl": "waxed_oxidized_cut_copper_slab", - "waoxycutcopslab": "waxed_oxidized_cut_copper_slab", - "waoxycutcopstep": "waxed_oxidized_cut_copper_slab", - "waoxycutcosl": "waxed_oxidized_cut_copper_slab", - "waoxycutcoslab": "waxed_oxidized_cut_copper_slab", - "waoxycutcostep": "waxed_oxidized_cut_copper_slab", - "waxcoxicohalfblock": "waxed_oxidized_cut_copper_slab", - "waxcoxicophalfblock": "waxed_oxidized_cut_copper_slab", - "waxcoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxcoxicoppersl": "waxed_oxidized_cut_copper_slab", - "waxcoxicopperslab": "waxed_oxidized_cut_copper_slab", - "waxcoxicopperstep": "waxed_oxidized_cut_copper_slab", - "waxcoxicopsl": "waxed_oxidized_cut_copper_slab", - "waxcoxicopslab": "waxed_oxidized_cut_copper_slab", - "waxcoxicopstep": "waxed_oxidized_cut_copper_slab", - "waxcoxicosl": "waxed_oxidized_cut_copper_slab", - "waxcoxicoslab": "waxed_oxidized_cut_copper_slab", - "waxcoxicostep": "waxed_oxidized_cut_copper_slab", - "waxcoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", - "waxcoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", - "waxcoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxcoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", - "waxcoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", - "waxcoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", - "waxcoxidisedcopsl": "waxed_oxidized_cut_copper_slab", - "waxcoxidisedcopslab": "waxed_oxidized_cut_copper_slab", - "waxcoxidisedcopstep": "waxed_oxidized_cut_copper_slab", - "waxcoxidisedcosl": "waxed_oxidized_cut_copper_slab", - "waxcoxidisedcoslab": "waxed_oxidized_cut_copper_slab", - "waxcoxidisedcostep": "waxed_oxidized_cut_copper_slab", - "waxcoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", - "waxcoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", - "waxcoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxcoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", - "waxcoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", - "waxcoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", - "waxcoxidizedcopsl": "waxed_oxidized_cut_copper_slab", - "waxcoxidizedcopslab": "waxed_oxidized_cut_copper_slab", - "waxcoxidizedcopstep": "waxed_oxidized_cut_copper_slab", - "waxcoxidizedcosl": "waxed_oxidized_cut_copper_slab", - "waxcoxidizedcoslab": "waxed_oxidized_cut_copper_slab", - "waxcoxidizedcostep": "waxed_oxidized_cut_copper_slab", - "waxcoxycohalfblock": "waxed_oxidized_cut_copper_slab", - "waxcoxycophalfblock": "waxed_oxidized_cut_copper_slab", - "waxcoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxcoxycoppersl": "waxed_oxidized_cut_copper_slab", - "waxcoxycopperslab": "waxed_oxidized_cut_copper_slab", - "waxcoxycopperstep": "waxed_oxidized_cut_copper_slab", - "waxcoxycopsl": "waxed_oxidized_cut_copper_slab", - "waxcoxycopslab": "waxed_oxidized_cut_copper_slab", - "waxcoxycopstep": "waxed_oxidized_cut_copper_slab", - "waxcoxycosl": "waxed_oxidized_cut_copper_slab", - "waxcoxycoslab": "waxed_oxidized_cut_copper_slab", - "waxcoxycostep": "waxed_oxidized_cut_copper_slab", - "waxcutoxicohalfblock": "waxed_oxidized_cut_copper_slab", - "waxcutoxicophalfblock": "waxed_oxidized_cut_copper_slab", - "waxcutoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxcutoxicoppersl": "waxed_oxidized_cut_copper_slab", - "waxcutoxicopperslab": "waxed_oxidized_cut_copper_slab", - "waxcutoxicopperstep": "waxed_oxidized_cut_copper_slab", - "waxcutoxicopsl": "waxed_oxidized_cut_copper_slab", - "waxcutoxicopslab": "waxed_oxidized_cut_copper_slab", - "waxcutoxicopstep": "waxed_oxidized_cut_copper_slab", - "waxcutoxicosl": "waxed_oxidized_cut_copper_slab", - "waxcutoxicoslab": "waxed_oxidized_cut_copper_slab", - "waxcutoxicostep": "waxed_oxidized_cut_copper_slab", - "waxcutoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", - "waxcutoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", - "waxcutoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxcutoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", - "waxcutoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", - "waxcutoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", - "waxcutoxidisedcopsl": "waxed_oxidized_cut_copper_slab", - "waxcutoxidisedcopslab": "waxed_oxidized_cut_copper_slab", - "waxcutoxidisedcopstep": "waxed_oxidized_cut_copper_slab", - "waxcutoxidisedcosl": "waxed_oxidized_cut_copper_slab", - "waxcutoxidisedcoslab": "waxed_oxidized_cut_copper_slab", - "waxcutoxidisedcostep": "waxed_oxidized_cut_copper_slab", - "waxcutoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", - "waxcutoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", - "waxcutoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxcutoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", - "waxcutoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", - "waxcutoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", - "waxcutoxidizedcopsl": "waxed_oxidized_cut_copper_slab", - "waxcutoxidizedcopslab": "waxed_oxidized_cut_copper_slab", - "waxcutoxidizedcopstep": "waxed_oxidized_cut_copper_slab", - "waxcutoxidizedcosl": "waxed_oxidized_cut_copper_slab", - "waxcutoxidizedcoslab": "waxed_oxidized_cut_copper_slab", - "waxcutoxidizedcostep": "waxed_oxidized_cut_copper_slab", - "waxcutoxycohalfblock": "waxed_oxidized_cut_copper_slab", - "waxcutoxycophalfblock": "waxed_oxidized_cut_copper_slab", - "waxcutoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxcutoxycoppersl": "waxed_oxidized_cut_copper_slab", - "waxcutoxycopperslab": "waxed_oxidized_cut_copper_slab", - "waxcutoxycopperstep": "waxed_oxidized_cut_copper_slab", - "waxcutoxycopsl": "waxed_oxidized_cut_copper_slab", - "waxcutoxycopslab": "waxed_oxidized_cut_copper_slab", - "waxcutoxycopstep": "waxed_oxidized_cut_copper_slab", - "waxcutoxycosl": "waxed_oxidized_cut_copper_slab", - "waxcutoxycoslab": "waxed_oxidized_cut_copper_slab", - "waxcutoxycostep": "waxed_oxidized_cut_copper_slab", - "waxedcoxicohalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcoxicophalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcoxicoppersl": "waxed_oxidized_cut_copper_slab", - "waxedcoxicopperslab": "waxed_oxidized_cut_copper_slab", - "waxedcoxicopperstep": "waxed_oxidized_cut_copper_slab", - "waxedcoxicopsl": "waxed_oxidized_cut_copper_slab", - "waxedcoxicopslab": "waxed_oxidized_cut_copper_slab", - "waxedcoxicopstep": "waxed_oxidized_cut_copper_slab", - "waxedcoxicosl": "waxed_oxidized_cut_copper_slab", - "waxedcoxicoslab": "waxed_oxidized_cut_copper_slab", - "waxedcoxicostep": "waxed_oxidized_cut_copper_slab", - "waxedcoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", - "waxedcoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", - "waxedcoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", - "waxedcoxidisedcopsl": "waxed_oxidized_cut_copper_slab", - "waxedcoxidisedcopslab": "waxed_oxidized_cut_copper_slab", - "waxedcoxidisedcopstep": "waxed_oxidized_cut_copper_slab", - "waxedcoxidisedcosl": "waxed_oxidized_cut_copper_slab", - "waxedcoxidisedcoslab": "waxed_oxidized_cut_copper_slab", - "waxedcoxidisedcostep": "waxed_oxidized_cut_copper_slab", - "waxedcoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", - "waxedcoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", - "waxedcoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", - "waxedcoxidizedcopsl": "waxed_oxidized_cut_copper_slab", - "waxedcoxidizedcopslab": "waxed_oxidized_cut_copper_slab", - "waxedcoxidizedcopstep": "waxed_oxidized_cut_copper_slab", - "waxedcoxidizedcosl": "waxed_oxidized_cut_copper_slab", - "waxedcoxidizedcoslab": "waxed_oxidized_cut_copper_slab", - "waxedcoxidizedcostep": "waxed_oxidized_cut_copper_slab", - "waxedcoxycohalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcoxycophalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcoxycoppersl": "waxed_oxidized_cut_copper_slab", - "waxedcoxycopperslab": "waxed_oxidized_cut_copper_slab", - "waxedcoxycopperstep": "waxed_oxidized_cut_copper_slab", - "waxedcoxycopsl": "waxed_oxidized_cut_copper_slab", - "waxedcoxycopslab": "waxed_oxidized_cut_copper_slab", - "waxedcoxycopstep": "waxed_oxidized_cut_copper_slab", - "waxedcoxycosl": "waxed_oxidized_cut_copper_slab", - "waxedcoxycoslab": "waxed_oxidized_cut_copper_slab", - "waxedcoxycostep": "waxed_oxidized_cut_copper_slab", - "waxedcutoxicohalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcutoxicophalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcutoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcutoxicoppersl": "waxed_oxidized_cut_copper_slab", - "waxedcutoxicopperslab": "waxed_oxidized_cut_copper_slab", - "waxedcutoxicopperstep": "waxed_oxidized_cut_copper_slab", - "waxedcutoxicopsl": "waxed_oxidized_cut_copper_slab", - "waxedcutoxicopslab": "waxed_oxidized_cut_copper_slab", - "waxedcutoxicopstep": "waxed_oxidized_cut_copper_slab", - "waxedcutoxicosl": "waxed_oxidized_cut_copper_slab", - "waxedcutoxicoslab": "waxed_oxidized_cut_copper_slab", - "waxedcutoxicostep": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidisedcopsl": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidisedcopslab": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidisedcopstep": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidisedcosl": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidisedcoslab": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidisedcostep": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidizedcopsl": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidizedcopslab": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidizedcopstep": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidizedcosl": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidizedcoslab": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidizedcostep": "waxed_oxidized_cut_copper_slab", - "waxedcutoxycohalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcutoxycophalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcutoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcutoxycoppersl": "waxed_oxidized_cut_copper_slab", - "waxedcutoxycopperslab": "waxed_oxidized_cut_copper_slab", - "waxedcutoxycopperstep": "waxed_oxidized_cut_copper_slab", - "waxedcutoxycopsl": "waxed_oxidized_cut_copper_slab", - "waxedcutoxycopslab": "waxed_oxidized_cut_copper_slab", - "waxedcutoxycopstep": "waxed_oxidized_cut_copper_slab", - "waxedcutoxycosl": "waxed_oxidized_cut_copper_slab", - "waxedcutoxycoslab": "waxed_oxidized_cut_copper_slab", - "waxedcutoxycostep": "waxed_oxidized_cut_copper_slab", - "waxedoxiccohalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxiccophalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxiccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxiccoppersl": "waxed_oxidized_cut_copper_slab", - "waxedoxiccopperslab": "waxed_oxidized_cut_copper_slab", - "waxedoxiccopperstep": "waxed_oxidized_cut_copper_slab", - "waxedoxiccopsl": "waxed_oxidized_cut_copper_slab", - "waxedoxiccopslab": "waxed_oxidized_cut_copper_slab", - "waxedoxiccopstep": "waxed_oxidized_cut_copper_slab", - "waxedoxiccosl": "waxed_oxidized_cut_copper_slab", - "waxedoxiccoslab": "waxed_oxidized_cut_copper_slab", - "waxedoxiccostep": "waxed_oxidized_cut_copper_slab", - "waxedoxicutcohalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxicutcophalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxicutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxicutcoppersl": "waxed_oxidized_cut_copper_slab", - "waxedoxicutcopperslab": "waxed_oxidized_cut_copper_slab", - "waxedoxicutcopperstep": "waxed_oxidized_cut_copper_slab", - "waxedoxicutcopsl": "waxed_oxidized_cut_copper_slab", - "waxedoxicutcopslab": "waxed_oxidized_cut_copper_slab", - "waxedoxicutcopstep": "waxed_oxidized_cut_copper_slab", - "waxedoxicutcosl": "waxed_oxidized_cut_copper_slab", - "waxedoxicutcoslab": "waxed_oxidized_cut_copper_slab", - "waxedoxicutcostep": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedccohalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedccophalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedccoppersl": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedccopperslab": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedccopperstep": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedccopsl": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedccopslab": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedccopstep": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedccosl": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedccoslab": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedccostep": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedcutcohalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedcutcophalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedcutcoppersl": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedcutcopperslab": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedcutcopperstep": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedcutcopsl": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedcutcopslab": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedcutcopstep": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedcutcosl": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedcutcoslab": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedcutcostep": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedccohalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedccophalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedccoppersl": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedccopperslab": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedccopperstep": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedccopsl": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedccopslab": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedccopstep": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedccosl": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedccoslab": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedccostep": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedcutcohalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedcutcophalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedcutcoppersl": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedcutcopperslab": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedcutcopperstep": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedcutcopsl": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedcutcopslab": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedcutcopstep": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedcutcosl": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedcutcoslab": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedcutcostep": "waxed_oxidized_cut_copper_slab", - "waxedoxyccohalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxyccophalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxyccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxyccoppersl": "waxed_oxidized_cut_copper_slab", - "waxedoxyccopperslab": "waxed_oxidized_cut_copper_slab", - "waxedoxyccopperstep": "waxed_oxidized_cut_copper_slab", - "waxedoxyccopsl": "waxed_oxidized_cut_copper_slab", - "waxedoxyccopslab": "waxed_oxidized_cut_copper_slab", - "waxedoxyccopstep": "waxed_oxidized_cut_copper_slab", - "waxedoxyccosl": "waxed_oxidized_cut_copper_slab", - "waxedoxyccoslab": "waxed_oxidized_cut_copper_slab", - "waxedoxyccostep": "waxed_oxidized_cut_copper_slab", - "waxedoxycutcohalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxycutcophalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxycutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxycutcoppersl": "waxed_oxidized_cut_copper_slab", - "waxedoxycutcopperslab": "waxed_oxidized_cut_copper_slab", - "waxedoxycutcopperstep": "waxed_oxidized_cut_copper_slab", - "waxedoxycutcopsl": "waxed_oxidized_cut_copper_slab", - "waxedoxycutcopslab": "waxed_oxidized_cut_copper_slab", - "waxedoxycutcopstep": "waxed_oxidized_cut_copper_slab", - "waxedoxycutcosl": "waxed_oxidized_cut_copper_slab", - "waxedoxycutcoslab": "waxed_oxidized_cut_copper_slab", - "waxedoxycutcostep": "waxed_oxidized_cut_copper_slab", - "waxoxiccohalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxiccophalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxiccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxiccoppersl": "waxed_oxidized_cut_copper_slab", - "waxoxiccopperslab": "waxed_oxidized_cut_copper_slab", - "waxoxiccopperstep": "waxed_oxidized_cut_copper_slab", - "waxoxiccopsl": "waxed_oxidized_cut_copper_slab", - "waxoxiccopslab": "waxed_oxidized_cut_copper_slab", - "waxoxiccopstep": "waxed_oxidized_cut_copper_slab", - "waxoxiccosl": "waxed_oxidized_cut_copper_slab", - "waxoxiccoslab": "waxed_oxidized_cut_copper_slab", - "waxoxiccostep": "waxed_oxidized_cut_copper_slab", - "waxoxicutcohalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxicutcophalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxicutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxicutcoppersl": "waxed_oxidized_cut_copper_slab", - "waxoxicutcopperslab": "waxed_oxidized_cut_copper_slab", - "waxoxicutcopperstep": "waxed_oxidized_cut_copper_slab", - "waxoxicutcopsl": "waxed_oxidized_cut_copper_slab", - "waxoxicutcopslab": "waxed_oxidized_cut_copper_slab", - "waxoxicutcopstep": "waxed_oxidized_cut_copper_slab", - "waxoxicutcosl": "waxed_oxidized_cut_copper_slab", - "waxoxicutcoslab": "waxed_oxidized_cut_copper_slab", - "waxoxicutcostep": "waxed_oxidized_cut_copper_slab", - "waxoxidisedccohalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxidisedccophalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxidisedccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxidisedccoppersl": "waxed_oxidized_cut_copper_slab", - "waxoxidisedccopperslab": "waxed_oxidized_cut_copper_slab", - "waxoxidisedccopperstep": "waxed_oxidized_cut_copper_slab", - "waxoxidisedccopsl": "waxed_oxidized_cut_copper_slab", - "waxoxidisedccopslab": "waxed_oxidized_cut_copper_slab", - "waxoxidisedccopstep": "waxed_oxidized_cut_copper_slab", - "waxoxidisedccosl": "waxed_oxidized_cut_copper_slab", - "waxoxidisedccoslab": "waxed_oxidized_cut_copper_slab", - "waxoxidisedccostep": "waxed_oxidized_cut_copper_slab", - "waxoxidisedcutcohalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxidisedcutcophalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxidisedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxidisedcutcoppersl": "waxed_oxidized_cut_copper_slab", - "waxoxidisedcutcopperslab": "waxed_oxidized_cut_copper_slab", - "waxoxidisedcutcopperstep": "waxed_oxidized_cut_copper_slab", - "waxoxidisedcutcopsl": "waxed_oxidized_cut_copper_slab", - "waxoxidisedcutcopslab": "waxed_oxidized_cut_copper_slab", - "waxoxidisedcutcopstep": "waxed_oxidized_cut_copper_slab", - "waxoxidisedcutcosl": "waxed_oxidized_cut_copper_slab", - "waxoxidisedcutcoslab": "waxed_oxidized_cut_copper_slab", - "waxoxidisedcutcostep": "waxed_oxidized_cut_copper_slab", - "waxoxidizedccohalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxidizedccophalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxidizedccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxidizedccoppersl": "waxed_oxidized_cut_copper_slab", - "waxoxidizedccopperslab": "waxed_oxidized_cut_copper_slab", - "waxoxidizedccopperstep": "waxed_oxidized_cut_copper_slab", - "waxoxidizedccopsl": "waxed_oxidized_cut_copper_slab", - "waxoxidizedccopslab": "waxed_oxidized_cut_copper_slab", - "waxoxidizedccopstep": "waxed_oxidized_cut_copper_slab", - "waxoxidizedccosl": "waxed_oxidized_cut_copper_slab", - "waxoxidizedccoslab": "waxed_oxidized_cut_copper_slab", - "waxoxidizedccostep": "waxed_oxidized_cut_copper_slab", - "waxoxidizedcutcohalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxidizedcutcophalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxidizedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxidizedcutcoppersl": "waxed_oxidized_cut_copper_slab", - "waxoxidizedcutcopperslab": "waxed_oxidized_cut_copper_slab", - "waxoxidizedcutcopperstep": "waxed_oxidized_cut_copper_slab", - "waxoxidizedcutcopsl": "waxed_oxidized_cut_copper_slab", - "waxoxidizedcutcopslab": "waxed_oxidized_cut_copper_slab", - "waxoxidizedcutcopstep": "waxed_oxidized_cut_copper_slab", - "waxoxidizedcutcosl": "waxed_oxidized_cut_copper_slab", - "waxoxidizedcutcoslab": "waxed_oxidized_cut_copper_slab", - "waxoxidizedcutcostep": "waxed_oxidized_cut_copper_slab", - "waxoxyccohalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxyccophalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxyccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxyccoppersl": "waxed_oxidized_cut_copper_slab", - "waxoxyccopperslab": "waxed_oxidized_cut_copper_slab", - "waxoxyccopperstep": "waxed_oxidized_cut_copper_slab", - "waxoxyccopsl": "waxed_oxidized_cut_copper_slab", - "waxoxyccopslab": "waxed_oxidized_cut_copper_slab", - "waxoxyccopstep": "waxed_oxidized_cut_copper_slab", - "waxoxyccosl": "waxed_oxidized_cut_copper_slab", - "waxoxyccoslab": "waxed_oxidized_cut_copper_slab", - "waxoxyccostep": "waxed_oxidized_cut_copper_slab", - "waxoxycutcohalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxycutcophalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxycutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxycutcoppersl": "waxed_oxidized_cut_copper_slab", - "waxoxycutcopperslab": "waxed_oxidized_cut_copper_slab", - "waxoxycutcopperstep": "waxed_oxidized_cut_copper_slab", - "waxoxycutcopsl": "waxed_oxidized_cut_copper_slab", - "waxoxycutcopslab": "waxed_oxidized_cut_copper_slab", - "waxoxycutcopstep": "waxed_oxidized_cut_copper_slab", - "waxoxycutcosl": "waxed_oxidized_cut_copper_slab", - "waxoxycutcoslab": "waxed_oxidized_cut_copper_slab", - "waxoxycutcostep": "waxed_oxidized_cut_copper_slab", - "waxed_oxidized_cut_copper_stairs": { - "material": "WAXED_OXIDIZED_CUT_COPPER_STAIRS" - }, - "coxidisedwacopperstair": "waxed_oxidized_cut_copper_stairs", - "coxidisedwacopperstairs": "waxed_oxidized_cut_copper_stairs", - "coxidisedwacopstair": "waxed_oxidized_cut_copper_stairs", - "coxidisedwacopstairs": "waxed_oxidized_cut_copper_stairs", - "coxidisedwacostair": "waxed_oxidized_cut_copper_stairs", - "coxidisedwacostairs": "waxed_oxidized_cut_copper_stairs", - "coxidisedwaxcopperstair": "waxed_oxidized_cut_copper_stairs", - "coxidisedwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", - "coxidisedwaxcopstair": "waxed_oxidized_cut_copper_stairs", - "coxidisedwaxcopstairs": "waxed_oxidized_cut_copper_stairs", - "coxidisedwaxcostair": "waxed_oxidized_cut_copper_stairs", - "coxidisedwaxcostairs": "waxed_oxidized_cut_copper_stairs", - "coxidisedwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", - "coxidisedwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "coxidisedwaxedcopstair": "waxed_oxidized_cut_copper_stairs", - "coxidisedwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", - "coxidisedwaxedcostair": "waxed_oxidized_cut_copper_stairs", - "coxidisedwaxedcostairs": "waxed_oxidized_cut_copper_stairs", - "coxidizedwacopperstair": "waxed_oxidized_cut_copper_stairs", - "coxidizedwacopperstairs": "waxed_oxidized_cut_copper_stairs", - "coxidizedwacopstair": "waxed_oxidized_cut_copper_stairs", - "coxidizedwacopstairs": "waxed_oxidized_cut_copper_stairs", - "coxidizedwacostair": "waxed_oxidized_cut_copper_stairs", - "coxidizedwacostairs": "waxed_oxidized_cut_copper_stairs", - "coxidizedwaxcopperstair": "waxed_oxidized_cut_copper_stairs", - "coxidizedwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", - "coxidizedwaxcopstair": "waxed_oxidized_cut_copper_stairs", - "coxidizedwaxcopstairs": "waxed_oxidized_cut_copper_stairs", - "coxidizedwaxcostair": "waxed_oxidized_cut_copper_stairs", - "coxidizedwaxcostairs": "waxed_oxidized_cut_copper_stairs", - "coxidizedwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", - "coxidizedwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "coxidizedwaxedcopstair": "waxed_oxidized_cut_copper_stairs", - "coxidizedwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", - "coxidizedwaxedcostair": "waxed_oxidized_cut_copper_stairs", - "coxidizedwaxedcostairs": "waxed_oxidized_cut_copper_stairs", - "coxiwacopperstair": "waxed_oxidized_cut_copper_stairs", - "coxiwacopperstairs": "waxed_oxidized_cut_copper_stairs", - "coxiwacopstair": "waxed_oxidized_cut_copper_stairs", - "coxiwacopstairs": "waxed_oxidized_cut_copper_stairs", - "coxiwacostair": "waxed_oxidized_cut_copper_stairs", - "coxiwacostairs": "waxed_oxidized_cut_copper_stairs", - "coxiwaxcopperstair": "waxed_oxidized_cut_copper_stairs", - "coxiwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", - "coxiwaxcopstair": "waxed_oxidized_cut_copper_stairs", - "coxiwaxcopstairs": "waxed_oxidized_cut_copper_stairs", - "coxiwaxcostair": "waxed_oxidized_cut_copper_stairs", - "coxiwaxcostairs": "waxed_oxidized_cut_copper_stairs", - "coxiwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", - "coxiwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "coxiwaxedcopstair": "waxed_oxidized_cut_copper_stairs", - "coxiwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", - "coxiwaxedcostair": "waxed_oxidized_cut_copper_stairs", - "coxiwaxedcostairs": "waxed_oxidized_cut_copper_stairs", - "coxywacopperstair": "waxed_oxidized_cut_copper_stairs", - "coxywacopperstairs": "waxed_oxidized_cut_copper_stairs", - "coxywacopstair": "waxed_oxidized_cut_copper_stairs", - "coxywacopstairs": "waxed_oxidized_cut_copper_stairs", - "coxywacostair": "waxed_oxidized_cut_copper_stairs", - "coxywacostairs": "waxed_oxidized_cut_copper_stairs", - "coxywaxcopperstair": "waxed_oxidized_cut_copper_stairs", - "coxywaxcopperstairs": "waxed_oxidized_cut_copper_stairs", - "coxywaxcopstair": "waxed_oxidized_cut_copper_stairs", - "coxywaxcopstairs": "waxed_oxidized_cut_copper_stairs", - "coxywaxcostair": "waxed_oxidized_cut_copper_stairs", - "coxywaxcostairs": "waxed_oxidized_cut_copper_stairs", - "coxywaxedcopperstair": "waxed_oxidized_cut_copper_stairs", - "coxywaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "coxywaxedcopstair": "waxed_oxidized_cut_copper_stairs", - "coxywaxedcopstairs": "waxed_oxidized_cut_copper_stairs", - "coxywaxedcostair": "waxed_oxidized_cut_copper_stairs", - "coxywaxedcostairs": "waxed_oxidized_cut_copper_stairs", - "cutoxidisedwacopperstair": "waxed_oxidized_cut_copper_stairs", - "cutoxidisedwacopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxidisedwacopstair": "waxed_oxidized_cut_copper_stairs", - "cutoxidisedwacopstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxidisedwacostair": "waxed_oxidized_cut_copper_stairs", - "cutoxidisedwacostairs": "waxed_oxidized_cut_copper_stairs", - "cutoxidisedwaxcopperstair": "waxed_oxidized_cut_copper_stairs", - "cutoxidisedwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxidisedwaxcopstair": "waxed_oxidized_cut_copper_stairs", - "cutoxidisedwaxcopstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxidisedwaxcostair": "waxed_oxidized_cut_copper_stairs", - "cutoxidisedwaxcostairs": "waxed_oxidized_cut_copper_stairs", - "cutoxidisedwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", - "cutoxidisedwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxidisedwaxedcopstair": "waxed_oxidized_cut_copper_stairs", - "cutoxidisedwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxidisedwaxedcostair": "waxed_oxidized_cut_copper_stairs", - "cutoxidisedwaxedcostairs": "waxed_oxidized_cut_copper_stairs", - "cutoxidizedwacopperstair": "waxed_oxidized_cut_copper_stairs", - "cutoxidizedwacopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxidizedwacopstair": "waxed_oxidized_cut_copper_stairs", - "cutoxidizedwacopstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxidizedwacostair": "waxed_oxidized_cut_copper_stairs", - "cutoxidizedwacostairs": "waxed_oxidized_cut_copper_stairs", - "cutoxidizedwaxcopperstair": "waxed_oxidized_cut_copper_stairs", - "cutoxidizedwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxidizedwaxcopstair": "waxed_oxidized_cut_copper_stairs", - "cutoxidizedwaxcopstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxidizedwaxcostair": "waxed_oxidized_cut_copper_stairs", - "cutoxidizedwaxcostairs": "waxed_oxidized_cut_copper_stairs", - "cutoxidizedwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", - "cutoxidizedwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxidizedwaxedcopstair": "waxed_oxidized_cut_copper_stairs", - "cutoxidizedwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxidizedwaxedcostair": "waxed_oxidized_cut_copper_stairs", - "cutoxidizedwaxedcostairs": "waxed_oxidized_cut_copper_stairs", - "cutoxiwacopperstair": "waxed_oxidized_cut_copper_stairs", - "cutoxiwacopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxiwacopstair": "waxed_oxidized_cut_copper_stairs", - "cutoxiwacopstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxiwacostair": "waxed_oxidized_cut_copper_stairs", - "cutoxiwacostairs": "waxed_oxidized_cut_copper_stairs", - "cutoxiwaxcopperstair": "waxed_oxidized_cut_copper_stairs", - "cutoxiwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxiwaxcopstair": "waxed_oxidized_cut_copper_stairs", - "cutoxiwaxcopstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxiwaxcostair": "waxed_oxidized_cut_copper_stairs", - "cutoxiwaxcostairs": "waxed_oxidized_cut_copper_stairs", - "cutoxiwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", - "cutoxiwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxiwaxedcopstair": "waxed_oxidized_cut_copper_stairs", - "cutoxiwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxiwaxedcostair": "waxed_oxidized_cut_copper_stairs", - "cutoxiwaxedcostairs": "waxed_oxidized_cut_copper_stairs", - "cutoxywacopperstair": "waxed_oxidized_cut_copper_stairs", - "cutoxywacopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxywacopstair": "waxed_oxidized_cut_copper_stairs", - "cutoxywacopstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxywacostair": "waxed_oxidized_cut_copper_stairs", - "cutoxywacostairs": "waxed_oxidized_cut_copper_stairs", - "cutoxywaxcopperstair": "waxed_oxidized_cut_copper_stairs", - "cutoxywaxcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxywaxcopstair": "waxed_oxidized_cut_copper_stairs", - "cutoxywaxcopstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxywaxcostair": "waxed_oxidized_cut_copper_stairs", - "cutoxywaxcostairs": "waxed_oxidized_cut_copper_stairs", - "cutoxywaxedcopperstair": "waxed_oxidized_cut_copper_stairs", - "cutoxywaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxywaxedcopstair": "waxed_oxidized_cut_copper_stairs", - "cutoxywaxedcopstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxywaxedcostair": "waxed_oxidized_cut_copper_stairs", - "cutoxywaxedcostairs": "waxed_oxidized_cut_copper_stairs", - "cutwaoxicopperstair": "waxed_oxidized_cut_copper_stairs", - "cutwaoxicopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaoxicopstair": "waxed_oxidized_cut_copper_stairs", - "cutwaoxicopstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaoxicostair": "waxed_oxidized_cut_copper_stairs", - "cutwaoxicostairs": "waxed_oxidized_cut_copper_stairs", - "cutwaoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", - "cutwaoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", - "cutwaoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaoxidisedcostair": "waxed_oxidized_cut_copper_stairs", - "cutwaoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", - "cutwaoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", - "cutwaoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", - "cutwaoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaoxidizedcostair": "waxed_oxidized_cut_copper_stairs", - "cutwaoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", - "cutwaoxycopperstair": "waxed_oxidized_cut_copper_stairs", - "cutwaoxycopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaoxycopstair": "waxed_oxidized_cut_copper_stairs", - "cutwaoxycopstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaoxycostair": "waxed_oxidized_cut_copper_stairs", - "cutwaoxycostairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxicopperstair": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxicopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxicopstair": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxicopstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxicostair": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxicostairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxidisedcostair": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxidizedcostair": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxycopperstair": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxycopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxycopstair": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxycopstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxycostair": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxycostairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxicopperstair": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxicopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxicopstair": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxicopstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxicostair": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxicostairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxidisedcostair": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxidizedcostair": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxycopperstair": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxycopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxycopstair": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxycopstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxycostair": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxycostairs": "waxed_oxidized_cut_copper_stairs", - "cwaoxicopperstair": "waxed_oxidized_cut_copper_stairs", - "cwaoxicopperstairs": "waxed_oxidized_cut_copper_stairs", - "cwaoxicopstair": "waxed_oxidized_cut_copper_stairs", - "cwaoxicopstairs": "waxed_oxidized_cut_copper_stairs", - "cwaoxicostair": "waxed_oxidized_cut_copper_stairs", - "cwaoxicostairs": "waxed_oxidized_cut_copper_stairs", - "cwaoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", - "cwaoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cwaoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", - "cwaoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", - "cwaoxidisedcostair": "waxed_oxidized_cut_copper_stairs", - "cwaoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", - "cwaoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", - "cwaoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cwaoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", - "cwaoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", - "cwaoxidizedcostair": "waxed_oxidized_cut_copper_stairs", - "cwaoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", - "cwaoxycopperstair": "waxed_oxidized_cut_copper_stairs", - "cwaoxycopperstairs": "waxed_oxidized_cut_copper_stairs", - "cwaoxycopstair": "waxed_oxidized_cut_copper_stairs", - "cwaoxycopstairs": "waxed_oxidized_cut_copper_stairs", - "cwaoxycostair": "waxed_oxidized_cut_copper_stairs", - "cwaoxycostairs": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxicopperstair": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxicopperstairs": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxicopstair": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxicopstairs": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxicostair": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxicostairs": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxidisedcostair": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxidizedcostair": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxycopperstair": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxycopperstairs": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxycopstair": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxycopstairs": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxycostair": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxycostairs": "waxed_oxidized_cut_copper_stairs", - "cwaxoxicopperstair": "waxed_oxidized_cut_copper_stairs", - "cwaxoxicopperstairs": "waxed_oxidized_cut_copper_stairs", - "cwaxoxicopstair": "waxed_oxidized_cut_copper_stairs", - "cwaxoxicopstairs": "waxed_oxidized_cut_copper_stairs", - "cwaxoxicostair": "waxed_oxidized_cut_copper_stairs", - "cwaxoxicostairs": "waxed_oxidized_cut_copper_stairs", - "cwaxoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", - "cwaxoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cwaxoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", - "cwaxoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", - "cwaxoxidisedcostair": "waxed_oxidized_cut_copper_stairs", - "cwaxoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", - "cwaxoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", - "cwaxoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cwaxoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", - "cwaxoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", - "cwaxoxidizedcostair": "waxed_oxidized_cut_copper_stairs", - "cwaxoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", - "cwaxoxycopperstair": "waxed_oxidized_cut_copper_stairs", - "cwaxoxycopperstairs": "waxed_oxidized_cut_copper_stairs", - "cwaxoxycopstair": "waxed_oxidized_cut_copper_stairs", - "cwaxoxycopstairs": "waxed_oxidized_cut_copper_stairs", - "cwaxoxycostair": "waxed_oxidized_cut_copper_stairs", - "cwaxoxycostairs": "waxed_oxidized_cut_copper_stairs", - "minecraft:waxed_oxidized_cut_copper_stairs": "waxed_oxidized_cut_copper_stairs", - "oxicutwacopperstair": "waxed_oxidized_cut_copper_stairs", - "oxicutwacopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxicutwacopstair": "waxed_oxidized_cut_copper_stairs", - "oxicutwacopstairs": "waxed_oxidized_cut_copper_stairs", - "oxicutwacostair": "waxed_oxidized_cut_copper_stairs", - "oxicutwacostairs": "waxed_oxidized_cut_copper_stairs", - "oxicutwaxcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxicutwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxicutwaxcopstair": "waxed_oxidized_cut_copper_stairs", - "oxicutwaxcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxicutwaxcostair": "waxed_oxidized_cut_copper_stairs", - "oxicutwaxcostairs": "waxed_oxidized_cut_copper_stairs", - "oxicutwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxicutwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxicutwaxedcopstair": "waxed_oxidized_cut_copper_stairs", - "oxicutwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxicutwaxedcostair": "waxed_oxidized_cut_copper_stairs", - "oxicutwaxedcostairs": "waxed_oxidized_cut_copper_stairs", - "oxicwacopperstair": "waxed_oxidized_cut_copper_stairs", - "oxicwacopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxicwacopstair": "waxed_oxidized_cut_copper_stairs", - "oxicwacopstairs": "waxed_oxidized_cut_copper_stairs", - "oxicwacostair": "waxed_oxidized_cut_copper_stairs", - "oxicwacostairs": "waxed_oxidized_cut_copper_stairs", - "oxicwaxcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxicwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxicwaxcopstair": "waxed_oxidized_cut_copper_stairs", - "oxicwaxcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxicwaxcostair": "waxed_oxidized_cut_copper_stairs", - "oxicwaxcostairs": "waxed_oxidized_cut_copper_stairs", - "oxicwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxicwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxicwaxedcopstair": "waxed_oxidized_cut_copper_stairs", - "oxicwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxicwaxedcostair": "waxed_oxidized_cut_copper_stairs", - "oxicwaxedcostairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedcutwacopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedcutwacopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedcutwacopstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedcutwacopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedcutwacostair": "waxed_oxidized_cut_copper_stairs", - "oxidisedcutwacostairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedcutwaxcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedcutwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedcutwaxcopstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedcutwaxcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedcutwaxcostair": "waxed_oxidized_cut_copper_stairs", - "oxidisedcutwaxcostairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedcutwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedcutwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedcutwaxedcopstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedcutwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedcutwaxedcostair": "waxed_oxidized_cut_copper_stairs", - "oxidisedcutwaxedcostairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedcwacopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedcwacopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedcwacopstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedcwacopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedcwacostair": "waxed_oxidized_cut_copper_stairs", - "oxidisedcwacostairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedcwaxcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedcwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedcwaxcopstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedcwaxcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedcwaxcostair": "waxed_oxidized_cut_copper_stairs", - "oxidisedcwaxcostairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedcwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedcwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedcwaxedcopstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedcwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedcwaxedcostair": "waxed_oxidized_cut_copper_stairs", - "oxidisedcwaxedcostairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaccopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaccopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaccopstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaccopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaccostair": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaccostairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedwacutcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedwacutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedwacutcopstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedwacutcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedwacutcostair": "waxed_oxidized_cut_copper_stairs", - "oxidisedwacutcostairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxccopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxccopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxccopstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxccopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxccostair": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxccostairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxcutcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxcutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxcutcopstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxcutcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxcutcostair": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxcutcostairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxedccopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxedccopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxedccopstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxedccopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxedccostair": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxedccostairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxedcutcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxedcutcopstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxedcutcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxedcutcostair": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxedcutcostairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedcutwacopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedcutwacopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedcutwacopstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedcutwacopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedcutwacostair": "waxed_oxidized_cut_copper_stairs", - "oxidizedcutwacostairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedcutwaxcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedcutwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedcutwaxcopstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedcutwaxcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedcutwaxcostair": "waxed_oxidized_cut_copper_stairs", - "oxidizedcutwaxcostairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedcutwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedcutwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedcutwaxedcopstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedcutwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedcutwaxedcostair": "waxed_oxidized_cut_copper_stairs", - "oxidizedcutwaxedcostairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedcwacopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedcwacopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedcwacopstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedcwacopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedcwacostair": "waxed_oxidized_cut_copper_stairs", - "oxidizedcwacostairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedcwaxcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedcwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedcwaxcopstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedcwaxcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedcwaxcostair": "waxed_oxidized_cut_copper_stairs", - "oxidizedcwaxcostairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedcwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedcwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedcwaxedcopstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedcwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedcwaxedcostair": "waxed_oxidized_cut_copper_stairs", - "oxidizedcwaxedcostairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaccopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaccopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaccopstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaccopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaccostair": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaccostairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedwacutcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedwacutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedwacutcopstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedwacutcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedwacutcostair": "waxed_oxidized_cut_copper_stairs", - "oxidizedwacutcostairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxccopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxccopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxccopstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxccopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxccostair": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxccostairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxcutcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxcutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxcutcopstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxcutcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxcutcostair": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxcutcostairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxedccopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxedccopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxedccopstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxedccopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxedccostair": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxedccostairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxedcutcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxedcutcopstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxedcutcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxedcutcostair": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxedcutcostairs": "waxed_oxidized_cut_copper_stairs", - "oxiwaccopperstair": "waxed_oxidized_cut_copper_stairs", - "oxiwaccopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxiwaccopstair": "waxed_oxidized_cut_copper_stairs", - "oxiwaccopstairs": "waxed_oxidized_cut_copper_stairs", - "oxiwaccostair": "waxed_oxidized_cut_copper_stairs", - "oxiwaccostairs": "waxed_oxidized_cut_copper_stairs", - "oxiwacutcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxiwacutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxiwacutcopstair": "waxed_oxidized_cut_copper_stairs", - "oxiwacutcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxiwacutcostair": "waxed_oxidized_cut_copper_stairs", - "oxiwacutcostairs": "waxed_oxidized_cut_copper_stairs", - "oxiwaxccopperstair": "waxed_oxidized_cut_copper_stairs", - "oxiwaxccopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxiwaxccopstair": "waxed_oxidized_cut_copper_stairs", - "oxiwaxccopstairs": "waxed_oxidized_cut_copper_stairs", - "oxiwaxccostair": "waxed_oxidized_cut_copper_stairs", - "oxiwaxccostairs": "waxed_oxidized_cut_copper_stairs", - "oxiwaxcutcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxiwaxcutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxiwaxcutcopstair": "waxed_oxidized_cut_copper_stairs", - "oxiwaxcutcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxiwaxcutcostair": "waxed_oxidized_cut_copper_stairs", - "oxiwaxcutcostairs": "waxed_oxidized_cut_copper_stairs", - "oxiwaxedccopperstair": "waxed_oxidized_cut_copper_stairs", - "oxiwaxedccopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxiwaxedccopstair": "waxed_oxidized_cut_copper_stairs", - "oxiwaxedccopstairs": "waxed_oxidized_cut_copper_stairs", - "oxiwaxedccostair": "waxed_oxidized_cut_copper_stairs", - "oxiwaxedccostairs": "waxed_oxidized_cut_copper_stairs", - "oxiwaxedcutcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxiwaxedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxiwaxedcutcopstair": "waxed_oxidized_cut_copper_stairs", - "oxiwaxedcutcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxiwaxedcutcostair": "waxed_oxidized_cut_copper_stairs", - "oxiwaxedcutcostairs": "waxed_oxidized_cut_copper_stairs", - "oxycutwacopperstair": "waxed_oxidized_cut_copper_stairs", - "oxycutwacopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxycutwacopstair": "waxed_oxidized_cut_copper_stairs", - "oxycutwacopstairs": "waxed_oxidized_cut_copper_stairs", - "oxycutwacostair": "waxed_oxidized_cut_copper_stairs", - "oxycutwacostairs": "waxed_oxidized_cut_copper_stairs", - "oxycutwaxcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxycutwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxycutwaxcopstair": "waxed_oxidized_cut_copper_stairs", - "oxycutwaxcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxycutwaxcostair": "waxed_oxidized_cut_copper_stairs", - "oxycutwaxcostairs": "waxed_oxidized_cut_copper_stairs", - "oxycutwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxycutwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxycutwaxedcopstair": "waxed_oxidized_cut_copper_stairs", - "oxycutwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxycutwaxedcostair": "waxed_oxidized_cut_copper_stairs", - "oxycutwaxedcostairs": "waxed_oxidized_cut_copper_stairs", - "oxycwacopperstair": "waxed_oxidized_cut_copper_stairs", - "oxycwacopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxycwacopstair": "waxed_oxidized_cut_copper_stairs", - "oxycwacopstairs": "waxed_oxidized_cut_copper_stairs", - "oxycwacostair": "waxed_oxidized_cut_copper_stairs", - "oxycwacostairs": "waxed_oxidized_cut_copper_stairs", - "oxycwaxcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxycwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxycwaxcopstair": "waxed_oxidized_cut_copper_stairs", - "oxycwaxcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxycwaxcostair": "waxed_oxidized_cut_copper_stairs", - "oxycwaxcostairs": "waxed_oxidized_cut_copper_stairs", - "oxycwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxycwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxycwaxedcopstair": "waxed_oxidized_cut_copper_stairs", - "oxycwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxycwaxedcostair": "waxed_oxidized_cut_copper_stairs", - "oxycwaxedcostairs": "waxed_oxidized_cut_copper_stairs", - "oxywaccopperstair": "waxed_oxidized_cut_copper_stairs", - "oxywaccopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxywaccopstair": "waxed_oxidized_cut_copper_stairs", - "oxywaccopstairs": "waxed_oxidized_cut_copper_stairs", - "oxywaccostair": "waxed_oxidized_cut_copper_stairs", - "oxywaccostairs": "waxed_oxidized_cut_copper_stairs", - "oxywacutcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxywacutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxywacutcopstair": "waxed_oxidized_cut_copper_stairs", - "oxywacutcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxywacutcostair": "waxed_oxidized_cut_copper_stairs", - "oxywacutcostairs": "waxed_oxidized_cut_copper_stairs", - "oxywaxccopperstair": "waxed_oxidized_cut_copper_stairs", - "oxywaxccopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxywaxccopstair": "waxed_oxidized_cut_copper_stairs", - "oxywaxccopstairs": "waxed_oxidized_cut_copper_stairs", - "oxywaxccostair": "waxed_oxidized_cut_copper_stairs", - "oxywaxccostairs": "waxed_oxidized_cut_copper_stairs", - "oxywaxcutcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxywaxcutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxywaxcutcopstair": "waxed_oxidized_cut_copper_stairs", - "oxywaxcutcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxywaxcutcostair": "waxed_oxidized_cut_copper_stairs", - "oxywaxcutcostairs": "waxed_oxidized_cut_copper_stairs", - "oxywaxedccopperstair": "waxed_oxidized_cut_copper_stairs", - "oxywaxedccopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxywaxedccopstair": "waxed_oxidized_cut_copper_stairs", - "oxywaxedccopstairs": "waxed_oxidized_cut_copper_stairs", - "oxywaxedccostair": "waxed_oxidized_cut_copper_stairs", - "oxywaxedccostairs": "waxed_oxidized_cut_copper_stairs", - "oxywaxedcutcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxywaxedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxywaxedcutcopstair": "waxed_oxidized_cut_copper_stairs", - "oxywaxedcutcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxywaxedcutcostair": "waxed_oxidized_cut_copper_stairs", - "oxywaxedcutcostairs": "waxed_oxidized_cut_copper_stairs", - "wacoxicopperstair": "waxed_oxidized_cut_copper_stairs", - "wacoxicopperstairs": "waxed_oxidized_cut_copper_stairs", - "wacoxicopstair": "waxed_oxidized_cut_copper_stairs", - "wacoxicopstairs": "waxed_oxidized_cut_copper_stairs", - "wacoxicostair": "waxed_oxidized_cut_copper_stairs", - "wacoxicostairs": "waxed_oxidized_cut_copper_stairs", - "wacoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", - "wacoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "wacoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", - "wacoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", - "wacoxidisedcostair": "waxed_oxidized_cut_copper_stairs", - "wacoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", - "wacoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", - "wacoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "wacoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", - "wacoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", - "wacoxidizedcostair": "waxed_oxidized_cut_copper_stairs", - "wacoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", - "wacoxycopperstair": "waxed_oxidized_cut_copper_stairs", - "wacoxycopperstairs": "waxed_oxidized_cut_copper_stairs", - "wacoxycopstair": "waxed_oxidized_cut_copper_stairs", - "wacoxycopstairs": "waxed_oxidized_cut_copper_stairs", - "wacoxycostair": "waxed_oxidized_cut_copper_stairs", - "wacoxycostairs": "waxed_oxidized_cut_copper_stairs", - "wacutoxicopperstair": "waxed_oxidized_cut_copper_stairs", - "wacutoxicopperstairs": "waxed_oxidized_cut_copper_stairs", - "wacutoxicopstair": "waxed_oxidized_cut_copper_stairs", - "wacutoxicopstairs": "waxed_oxidized_cut_copper_stairs", - "wacutoxicostair": "waxed_oxidized_cut_copper_stairs", - "wacutoxicostairs": "waxed_oxidized_cut_copper_stairs", - "wacutoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", - "wacutoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "wacutoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", - "wacutoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", - "wacutoxidisedcostair": "waxed_oxidized_cut_copper_stairs", - "wacutoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", - "wacutoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", - "wacutoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "wacutoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", - "wacutoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", - "wacutoxidizedcostair": "waxed_oxidized_cut_copper_stairs", - "wacutoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", - "wacutoxycopperstair": "waxed_oxidized_cut_copper_stairs", - "wacutoxycopperstairs": "waxed_oxidized_cut_copper_stairs", - "wacutoxycopstair": "waxed_oxidized_cut_copper_stairs", - "wacutoxycopstairs": "waxed_oxidized_cut_copper_stairs", - "wacutoxycostair": "waxed_oxidized_cut_copper_stairs", - "wacutoxycostairs": "waxed_oxidized_cut_copper_stairs", - "waoxiccopperstair": "waxed_oxidized_cut_copper_stairs", - "waoxiccopperstairs": "waxed_oxidized_cut_copper_stairs", - "waoxiccopstair": "waxed_oxidized_cut_copper_stairs", - "waoxiccopstairs": "waxed_oxidized_cut_copper_stairs", - "waoxiccostair": "waxed_oxidized_cut_copper_stairs", - "waoxiccostairs": "waxed_oxidized_cut_copper_stairs", - "waoxicutcopperstair": "waxed_oxidized_cut_copper_stairs", - "waoxicutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waoxicutcopstair": "waxed_oxidized_cut_copper_stairs", - "waoxicutcopstairs": "waxed_oxidized_cut_copper_stairs", - "waoxicutcostair": "waxed_oxidized_cut_copper_stairs", - "waoxicutcostairs": "waxed_oxidized_cut_copper_stairs", - "waoxidisedccopperstair": "waxed_oxidized_cut_copper_stairs", - "waoxidisedccopperstairs": "waxed_oxidized_cut_copper_stairs", - "waoxidisedccopstair": "waxed_oxidized_cut_copper_stairs", - "waoxidisedccopstairs": "waxed_oxidized_cut_copper_stairs", - "waoxidisedccostair": "waxed_oxidized_cut_copper_stairs", - "waoxidisedccostairs": "waxed_oxidized_cut_copper_stairs", - "waoxidisedcutcopperstair": "waxed_oxidized_cut_copper_stairs", - "waoxidisedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waoxidisedcutcopstair": "waxed_oxidized_cut_copper_stairs", - "waoxidisedcutcopstairs": "waxed_oxidized_cut_copper_stairs", - "waoxidisedcutcostair": "waxed_oxidized_cut_copper_stairs", - "waoxidisedcutcostairs": "waxed_oxidized_cut_copper_stairs", - "waoxidizedccopperstair": "waxed_oxidized_cut_copper_stairs", - "waoxidizedccopperstairs": "waxed_oxidized_cut_copper_stairs", - "waoxidizedccopstair": "waxed_oxidized_cut_copper_stairs", - "waoxidizedccopstairs": "waxed_oxidized_cut_copper_stairs", - "waoxidizedccostair": "waxed_oxidized_cut_copper_stairs", - "waoxidizedccostairs": "waxed_oxidized_cut_copper_stairs", - "waoxidizedcutcopperstair": "waxed_oxidized_cut_copper_stairs", - "waoxidizedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waoxidizedcutcopstair": "waxed_oxidized_cut_copper_stairs", - "waoxidizedcutcopstairs": "waxed_oxidized_cut_copper_stairs", - "waoxidizedcutcostair": "waxed_oxidized_cut_copper_stairs", - "waoxidizedcutcostairs": "waxed_oxidized_cut_copper_stairs", - "waoxyccopperstair": "waxed_oxidized_cut_copper_stairs", - "waoxyccopperstairs": "waxed_oxidized_cut_copper_stairs", - "waoxyccopstair": "waxed_oxidized_cut_copper_stairs", - "waoxyccopstairs": "waxed_oxidized_cut_copper_stairs", - "waoxyccostair": "waxed_oxidized_cut_copper_stairs", - "waoxyccostairs": "waxed_oxidized_cut_copper_stairs", - "waoxycutcopperstair": "waxed_oxidized_cut_copper_stairs", - "waoxycutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waoxycutcopstair": "waxed_oxidized_cut_copper_stairs", - "waoxycutcopstairs": "waxed_oxidized_cut_copper_stairs", - "waoxycutcostair": "waxed_oxidized_cut_copper_stairs", - "waoxycutcostairs": "waxed_oxidized_cut_copper_stairs", - "waxcoxicopperstair": "waxed_oxidized_cut_copper_stairs", - "waxcoxicopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxcoxicopstair": "waxed_oxidized_cut_copper_stairs", - "waxcoxicopstairs": "waxed_oxidized_cut_copper_stairs", - "waxcoxicostair": "waxed_oxidized_cut_copper_stairs", - "waxcoxicostairs": "waxed_oxidized_cut_copper_stairs", - "waxcoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", - "waxcoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxcoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", - "waxcoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", - "waxcoxidisedcostair": "waxed_oxidized_cut_copper_stairs", - "waxcoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", - "waxcoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", - "waxcoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxcoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", - "waxcoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", - "waxcoxidizedcostair": "waxed_oxidized_cut_copper_stairs", - "waxcoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", - "waxcoxycopperstair": "waxed_oxidized_cut_copper_stairs", - "waxcoxycopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxcoxycopstair": "waxed_oxidized_cut_copper_stairs", - "waxcoxycopstairs": "waxed_oxidized_cut_copper_stairs", - "waxcoxycostair": "waxed_oxidized_cut_copper_stairs", - "waxcoxycostairs": "waxed_oxidized_cut_copper_stairs", - "waxcutoxicopperstair": "waxed_oxidized_cut_copper_stairs", - "waxcutoxicopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxcutoxicopstair": "waxed_oxidized_cut_copper_stairs", - "waxcutoxicopstairs": "waxed_oxidized_cut_copper_stairs", - "waxcutoxicostair": "waxed_oxidized_cut_copper_stairs", - "waxcutoxicostairs": "waxed_oxidized_cut_copper_stairs", - "waxcutoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", - "waxcutoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxcutoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", - "waxcutoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", - "waxcutoxidisedcostair": "waxed_oxidized_cut_copper_stairs", - "waxcutoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", - "waxcutoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", - "waxcutoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxcutoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", - "waxcutoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", - "waxcutoxidizedcostair": "waxed_oxidized_cut_copper_stairs", - "waxcutoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", - "waxcutoxycopperstair": "waxed_oxidized_cut_copper_stairs", - "waxcutoxycopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxcutoxycopstair": "waxed_oxidized_cut_copper_stairs", - "waxcutoxycopstairs": "waxed_oxidized_cut_copper_stairs", - "waxcutoxycostair": "waxed_oxidized_cut_copper_stairs", - "waxcutoxycostairs": "waxed_oxidized_cut_copper_stairs", - "waxedcoxicopperstair": "waxed_oxidized_cut_copper_stairs", - "waxedcoxicopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxedcoxicopstair": "waxed_oxidized_cut_copper_stairs", - "waxedcoxicopstairs": "waxed_oxidized_cut_copper_stairs", - "waxedcoxicostair": "waxed_oxidized_cut_copper_stairs", - "waxedcoxicostairs": "waxed_oxidized_cut_copper_stairs", - "waxedcoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", - "waxedcoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxedcoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", - "waxedcoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", - "waxedcoxidisedcostair": "waxed_oxidized_cut_copper_stairs", - "waxedcoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", - "waxedcoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", - "waxedcoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxedcoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", - "waxedcoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", - "waxedcoxidizedcostair": "waxed_oxidized_cut_copper_stairs", - "waxedcoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", - "waxedcoxycopperstair": "waxed_oxidized_cut_copper_stairs", - "waxedcoxycopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxedcoxycopstair": "waxed_oxidized_cut_copper_stairs", - "waxedcoxycopstairs": "waxed_oxidized_cut_copper_stairs", - "waxedcoxycostair": "waxed_oxidized_cut_copper_stairs", - "waxedcoxycostairs": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxicopperstair": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxicopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxicopstair": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxicopstairs": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxicostair": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxicostairs": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxidisedcostair": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxidizedcostair": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxycopperstair": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxycopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxycopstair": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxycopstairs": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxycostair": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxycostairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxiccopperstair": "waxed_oxidized_cut_copper_stairs", - "waxedoxiccopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxiccopstair": "waxed_oxidized_cut_copper_stairs", - "waxedoxiccopstairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxiccostair": "waxed_oxidized_cut_copper_stairs", - "waxedoxiccostairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxicutcopperstair": "waxed_oxidized_cut_copper_stairs", - "waxedoxicutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxicutcopstair": "waxed_oxidized_cut_copper_stairs", - "waxedoxicutcopstairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxicutcostair": "waxed_oxidized_cut_copper_stairs", - "waxedoxicutcostairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxidisedccopperstair": "waxed_oxidized_cut_copper_stairs", - "waxedoxidisedccopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxidisedccopstair": "waxed_oxidized_cut_copper_stairs", - "waxedoxidisedccopstairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxidisedccostair": "waxed_oxidized_cut_copper_stairs", - "waxedoxidisedccostairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxidisedcutcopperstair": "waxed_oxidized_cut_copper_stairs", - "waxedoxidisedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxidisedcutcopstair": "waxed_oxidized_cut_copper_stairs", - "waxedoxidisedcutcopstairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxidisedcutcostair": "waxed_oxidized_cut_copper_stairs", - "waxedoxidisedcutcostairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxidizedccopperstair": "waxed_oxidized_cut_copper_stairs", - "waxedoxidizedccopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxidizedccopstair": "waxed_oxidized_cut_copper_stairs", - "waxedoxidizedccopstairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxidizedccostair": "waxed_oxidized_cut_copper_stairs", - "waxedoxidizedccostairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxidizedcutcopperstair": "waxed_oxidized_cut_copper_stairs", - "waxedoxidizedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxidizedcutcopstair": "waxed_oxidized_cut_copper_stairs", - "waxedoxidizedcutcopstairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxidizedcutcostair": "waxed_oxidized_cut_copper_stairs", - "waxedoxidizedcutcostairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxyccopperstair": "waxed_oxidized_cut_copper_stairs", - "waxedoxyccopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxyccopstair": "waxed_oxidized_cut_copper_stairs", - "waxedoxyccopstairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxyccostair": "waxed_oxidized_cut_copper_stairs", - "waxedoxyccostairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxycutcopperstair": "waxed_oxidized_cut_copper_stairs", - "waxedoxycutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxycutcopstair": "waxed_oxidized_cut_copper_stairs", - "waxedoxycutcopstairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxycutcostair": "waxed_oxidized_cut_copper_stairs", - "waxedoxycutcostairs": "waxed_oxidized_cut_copper_stairs", - "waxoxiccopperstair": "waxed_oxidized_cut_copper_stairs", - "waxoxiccopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxoxiccopstair": "waxed_oxidized_cut_copper_stairs", - "waxoxiccopstairs": "waxed_oxidized_cut_copper_stairs", - "waxoxiccostair": "waxed_oxidized_cut_copper_stairs", - "waxoxiccostairs": "waxed_oxidized_cut_copper_stairs", - "waxoxicutcopperstair": "waxed_oxidized_cut_copper_stairs", - "waxoxicutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxoxicutcopstair": "waxed_oxidized_cut_copper_stairs", - "waxoxicutcopstairs": "waxed_oxidized_cut_copper_stairs", - "waxoxicutcostair": "waxed_oxidized_cut_copper_stairs", - "waxoxicutcostairs": "waxed_oxidized_cut_copper_stairs", - "waxoxidisedccopperstair": "waxed_oxidized_cut_copper_stairs", - "waxoxidisedccopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxoxidisedccopstair": "waxed_oxidized_cut_copper_stairs", - "waxoxidisedccopstairs": "waxed_oxidized_cut_copper_stairs", - "waxoxidisedccostair": "waxed_oxidized_cut_copper_stairs", - "waxoxidisedccostairs": "waxed_oxidized_cut_copper_stairs", - "waxoxidisedcutcopperstair": "waxed_oxidized_cut_copper_stairs", - "waxoxidisedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxoxidisedcutcopstair": "waxed_oxidized_cut_copper_stairs", - "waxoxidisedcutcopstairs": "waxed_oxidized_cut_copper_stairs", - "waxoxidisedcutcostair": "waxed_oxidized_cut_copper_stairs", - "waxoxidisedcutcostairs": "waxed_oxidized_cut_copper_stairs", - "waxoxidizedccopperstair": "waxed_oxidized_cut_copper_stairs", - "waxoxidizedccopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxoxidizedccopstair": "waxed_oxidized_cut_copper_stairs", - "waxoxidizedccopstairs": "waxed_oxidized_cut_copper_stairs", - "waxoxidizedccostair": "waxed_oxidized_cut_copper_stairs", - "waxoxidizedccostairs": "waxed_oxidized_cut_copper_stairs", - "waxoxidizedcutcopperstair": "waxed_oxidized_cut_copper_stairs", - "waxoxidizedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxoxidizedcutcopstair": "waxed_oxidized_cut_copper_stairs", - "waxoxidizedcutcopstairs": "waxed_oxidized_cut_copper_stairs", - "waxoxidizedcutcostair": "waxed_oxidized_cut_copper_stairs", - "waxoxidizedcutcostairs": "waxed_oxidized_cut_copper_stairs", - "waxoxyccopperstair": "waxed_oxidized_cut_copper_stairs", - "waxoxyccopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxoxyccopstair": "waxed_oxidized_cut_copper_stairs", - "waxoxyccopstairs": "waxed_oxidized_cut_copper_stairs", - "waxoxyccostair": "waxed_oxidized_cut_copper_stairs", - "waxoxyccostairs": "waxed_oxidized_cut_copper_stairs", - "waxoxycutcopperstair": "waxed_oxidized_cut_copper_stairs", - "waxoxycutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxoxycutcopstair": "waxed_oxidized_cut_copper_stairs", - "waxoxycutcopstairs": "waxed_oxidized_cut_copper_stairs", - "waxoxycutcostair": "waxed_oxidized_cut_copper_stairs", - "waxoxycutcostairs": "waxed_oxidized_cut_copper_stairs", - "waxed_weathered_copper": { - "material": "WAXED_WEATHERED_COPPER" - }, - "minecraft:waxed_weathered_copper": "waxed_weathered_copper", - "waweathercoblock": "waxed_weathered_copper", - "waweathercopblock": "waxed_weathered_copper", - "waweathercopperblock": "waxed_weathered_copper", - "waweatheredcoblock": "waxed_weathered_copper", - "waweatheredcopblock": "waxed_weathered_copper", - "waweatheredcopperblock": "waxed_weathered_copper", - "wawecoblock": "waxed_weathered_copper", - "wawecopblock": "waxed_weathered_copper", - "wawecopperblock": "waxed_weathered_copper", - "wawthcoblock": "waxed_weathered_copper", - "wawthcopblock": "waxed_weathered_copper", - "wawthcopperblock": "waxed_weathered_copper", - "waxedweathercoblock": "waxed_weathered_copper", - "waxedweathercopblock": "waxed_weathered_copper", - "waxedweathercopperblock": "waxed_weathered_copper", - "waxedweatheredcoblock": "waxed_weathered_copper", - "waxedweatheredcopblock": "waxed_weathered_copper", - "waxedweatheredcopper": "waxed_weathered_copper", - "waxedweatheredcopperblock": "waxed_weathered_copper", - "waxedwecoblock": "waxed_weathered_copper", - "waxedwecopblock": "waxed_weathered_copper", - "waxedwecopperblock": "waxed_weathered_copper", - "waxedwthcoblock": "waxed_weathered_copper", - "waxedwthcopblock": "waxed_weathered_copper", - "waxedwthcopperblock": "waxed_weathered_copper", - "waxweathercoblock": "waxed_weathered_copper", - "waxweathercopblock": "waxed_weathered_copper", - "waxweathercopperblock": "waxed_weathered_copper", - "waxweatheredcoblock": "waxed_weathered_copper", - "waxweatheredcopblock": "waxed_weathered_copper", - "waxweatheredcopperblock": "waxed_weathered_copper", - "waxwecoblock": "waxed_weathered_copper", - "waxwecopblock": "waxed_weathered_copper", - "waxwecopperblock": "waxed_weathered_copper", - "waxwthcoblock": "waxed_weathered_copper", - "waxwthcopblock": "waxed_weathered_copper", - "waxwthcopperblock": "waxed_weathered_copper", - "weatheredwacoblock": "waxed_weathered_copper", - "weatheredwacopblock": "waxed_weathered_copper", - "weatheredwacopperblock": "waxed_weathered_copper", - "weatheredwaxcoblock": "waxed_weathered_copper", - "weatheredwaxcopblock": "waxed_weathered_copper", - "weatheredwaxcopperblock": "waxed_weathered_copper", - "weatheredwaxedcoblock": "waxed_weathered_copper", - "weatheredwaxedcopblock": "waxed_weathered_copper", - "weatheredwaxedcopperblock": "waxed_weathered_copper", - "weatherwacoblock": "waxed_weathered_copper", - "weatherwacopblock": "waxed_weathered_copper", - "weatherwacopperblock": "waxed_weathered_copper", - "weatherwaxcoblock": "waxed_weathered_copper", - "weatherwaxcopblock": "waxed_weathered_copper", - "weatherwaxcopperblock": "waxed_weathered_copper", - "weatherwaxedcoblock": "waxed_weathered_copper", - "weatherwaxedcopblock": "waxed_weathered_copper", - "weatherwaxedcopperblock": "waxed_weathered_copper", - "wewacoblock": "waxed_weathered_copper", - "wewacopblock": "waxed_weathered_copper", - "wewacopperblock": "waxed_weathered_copper", - "wewaxcoblock": "waxed_weathered_copper", - "wewaxcopblock": "waxed_weathered_copper", - "wewaxcopperblock": "waxed_weathered_copper", - "wewaxedcoblock": "waxed_weathered_copper", - "wewaxedcopblock": "waxed_weathered_copper", - "wewaxedcopperblock": "waxed_weathered_copper", - "wthwacoblock": "waxed_weathered_copper", - "wthwacopblock": "waxed_weathered_copper", - "wthwacopperblock": "waxed_weathered_copper", - "wthwaxcoblock": "waxed_weathered_copper", - "wthwaxcopblock": "waxed_weathered_copper", - "wthwaxcopperblock": "waxed_weathered_copper", - "wthwaxedcoblock": "waxed_weathered_copper", - "wthwaxedcopblock": "waxed_weathered_copper", - "wthwaxedcopperblock": "waxed_weathered_copper", - "waxed_weathered_cut_copper": { - "material": "WAXED_WEATHERED_CUT_COPPER" - }, - "cutwaweathercoblock": "waxed_weathered_cut_copper", - "cutwaweathercopblock": "waxed_weathered_cut_copper", - "cutwaweathercopperblock": "waxed_weathered_cut_copper", - "cutwaweatheredcoblock": "waxed_weathered_cut_copper", - "cutwaweatheredcopblock": "waxed_weathered_cut_copper", - "cutwaweatheredcopperblock": "waxed_weathered_cut_copper", - "cutwawecoblock": "waxed_weathered_cut_copper", - "cutwawecopblock": "waxed_weathered_cut_copper", - "cutwawecopperblock": "waxed_weathered_cut_copper", - "cutwawthcoblock": "waxed_weathered_cut_copper", - "cutwawthcopblock": "waxed_weathered_cut_copper", - "cutwawthcopperblock": "waxed_weathered_cut_copper", - "cutwaxedweathercoblock": "waxed_weathered_cut_copper", - "cutwaxedweathercopblock": "waxed_weathered_cut_copper", - "cutwaxedweathercopperblock": "waxed_weathered_cut_copper", - "cutwaxedweatheredcoblock": "waxed_weathered_cut_copper", - "cutwaxedweatheredcopblock": "waxed_weathered_cut_copper", - "cutwaxedweatheredcopperblock": "waxed_weathered_cut_copper", - "cutwaxedwecoblock": "waxed_weathered_cut_copper", - "cutwaxedwecopblock": "waxed_weathered_cut_copper", - "cutwaxedwecopperblock": "waxed_weathered_cut_copper", - "cutwaxedwthcoblock": "waxed_weathered_cut_copper", - "cutwaxedwthcopblock": "waxed_weathered_cut_copper", - "cutwaxedwthcopperblock": "waxed_weathered_cut_copper", - "cutwaxweathercoblock": "waxed_weathered_cut_copper", - "cutwaxweathercopblock": "waxed_weathered_cut_copper", - "cutwaxweathercopperblock": "waxed_weathered_cut_copper", - "cutwaxweatheredcoblock": "waxed_weathered_cut_copper", - "cutwaxweatheredcopblock": "waxed_weathered_cut_copper", - "cutwaxweatheredcopperblock": "waxed_weathered_cut_copper", - "cutwaxwecoblock": "waxed_weathered_cut_copper", - "cutwaxwecopblock": "waxed_weathered_cut_copper", - "cutwaxwecopperblock": "waxed_weathered_cut_copper", - "cutwaxwthcoblock": "waxed_weathered_cut_copper", - "cutwaxwthcopblock": "waxed_weathered_cut_copper", - "cutwaxwthcopperblock": "waxed_weathered_cut_copper", - "cutweatheredwacoblock": "waxed_weathered_cut_copper", - "cutweatheredwacopblock": "waxed_weathered_cut_copper", - "cutweatheredwacopperblock": "waxed_weathered_cut_copper", - "cutweatheredwaxcoblock": "waxed_weathered_cut_copper", - "cutweatheredwaxcopblock": "waxed_weathered_cut_copper", - "cutweatheredwaxcopperblock": "waxed_weathered_cut_copper", - "cutweatheredwaxedcoblock": "waxed_weathered_cut_copper", - "cutweatheredwaxedcopblock": "waxed_weathered_cut_copper", - "cutweatheredwaxedcopperblock": "waxed_weathered_cut_copper", - "cutweatherwacoblock": "waxed_weathered_cut_copper", - "cutweatherwacopblock": "waxed_weathered_cut_copper", - "cutweatherwacopperblock": "waxed_weathered_cut_copper", - "cutweatherwaxcoblock": "waxed_weathered_cut_copper", - "cutweatherwaxcopblock": "waxed_weathered_cut_copper", - "cutweatherwaxcopperblock": "waxed_weathered_cut_copper", - "cutweatherwaxedcoblock": "waxed_weathered_cut_copper", - "cutweatherwaxedcopblock": "waxed_weathered_cut_copper", - "cutweatherwaxedcopperblock": "waxed_weathered_cut_copper", - "cutwewacoblock": "waxed_weathered_cut_copper", - "cutwewacopblock": "waxed_weathered_cut_copper", - "cutwewacopperblock": "waxed_weathered_cut_copper", - "cutwewaxcoblock": "waxed_weathered_cut_copper", - "cutwewaxcopblock": "waxed_weathered_cut_copper", - "cutwewaxcopperblock": "waxed_weathered_cut_copper", - "cutwewaxedcoblock": "waxed_weathered_cut_copper", - "cutwewaxedcopblock": "waxed_weathered_cut_copper", - "cutwewaxedcopperblock": "waxed_weathered_cut_copper", - "cutwthwacoblock": "waxed_weathered_cut_copper", - "cutwthwacopblock": "waxed_weathered_cut_copper", - "cutwthwacopperblock": "waxed_weathered_cut_copper", - "cutwthwaxcoblock": "waxed_weathered_cut_copper", - "cutwthwaxcopblock": "waxed_weathered_cut_copper", - "cutwthwaxcopperblock": "waxed_weathered_cut_copper", - "cutwthwaxedcoblock": "waxed_weathered_cut_copper", - "cutwthwaxedcopblock": "waxed_weathered_cut_copper", - "cutwthwaxedcopperblock": "waxed_weathered_cut_copper", - "cwaweathercoblock": "waxed_weathered_cut_copper", - "cwaweathercopblock": "waxed_weathered_cut_copper", - "cwaweathercopperblock": "waxed_weathered_cut_copper", - "cwaweatheredcoblock": "waxed_weathered_cut_copper", - "cwaweatheredcopblock": "waxed_weathered_cut_copper", - "cwaweatheredcopperblock": "waxed_weathered_cut_copper", - "cwawecoblock": "waxed_weathered_cut_copper", - "cwawecopblock": "waxed_weathered_cut_copper", - "cwawecopperblock": "waxed_weathered_cut_copper", - "cwawthcoblock": "waxed_weathered_cut_copper", - "cwawthcopblock": "waxed_weathered_cut_copper", - "cwawthcopperblock": "waxed_weathered_cut_copper", - "cwaxedweathercoblock": "waxed_weathered_cut_copper", - "cwaxedweathercopblock": "waxed_weathered_cut_copper", - "cwaxedweathercopperblock": "waxed_weathered_cut_copper", - "cwaxedweatheredcoblock": "waxed_weathered_cut_copper", - "cwaxedweatheredcopblock": "waxed_weathered_cut_copper", - "cwaxedweatheredcopperblock": "waxed_weathered_cut_copper", - "cwaxedwecoblock": "waxed_weathered_cut_copper", - "cwaxedwecopblock": "waxed_weathered_cut_copper", - "cwaxedwecopperblock": "waxed_weathered_cut_copper", - "cwaxedwthcoblock": "waxed_weathered_cut_copper", - "cwaxedwthcopblock": "waxed_weathered_cut_copper", - "cwaxedwthcopperblock": "waxed_weathered_cut_copper", - "cwaxweathercoblock": "waxed_weathered_cut_copper", - "cwaxweathercopblock": "waxed_weathered_cut_copper", - "cwaxweathercopperblock": "waxed_weathered_cut_copper", - "cwaxweatheredcoblock": "waxed_weathered_cut_copper", - "cwaxweatheredcopblock": "waxed_weathered_cut_copper", - "cwaxweatheredcopperblock": "waxed_weathered_cut_copper", - "cwaxwecoblock": "waxed_weathered_cut_copper", - "cwaxwecopblock": "waxed_weathered_cut_copper", - "cwaxwecopperblock": "waxed_weathered_cut_copper", - "cwaxwthcoblock": "waxed_weathered_cut_copper", - "cwaxwthcopblock": "waxed_weathered_cut_copper", - "cwaxwthcopperblock": "waxed_weathered_cut_copper", - "cweatheredwacoblock": "waxed_weathered_cut_copper", - "cweatheredwacopblock": "waxed_weathered_cut_copper", - "cweatheredwacopperblock": "waxed_weathered_cut_copper", - "cweatheredwaxcoblock": "waxed_weathered_cut_copper", - "cweatheredwaxcopblock": "waxed_weathered_cut_copper", - "cweatheredwaxcopperblock": "waxed_weathered_cut_copper", - "cweatheredwaxedcoblock": "waxed_weathered_cut_copper", - "cweatheredwaxedcopblock": "waxed_weathered_cut_copper", - "cweatheredwaxedcopperblock": "waxed_weathered_cut_copper", - "cweatherwacoblock": "waxed_weathered_cut_copper", - "cweatherwacopblock": "waxed_weathered_cut_copper", - "cweatherwacopperblock": "waxed_weathered_cut_copper", - "cweatherwaxcoblock": "waxed_weathered_cut_copper", - "cweatherwaxcopblock": "waxed_weathered_cut_copper", - "cweatherwaxcopperblock": "waxed_weathered_cut_copper", - "cweatherwaxedcoblock": "waxed_weathered_cut_copper", - "cweatherwaxedcopblock": "waxed_weathered_cut_copper", - "cweatherwaxedcopperblock": "waxed_weathered_cut_copper", - "cwewacoblock": "waxed_weathered_cut_copper", - "cwewacopblock": "waxed_weathered_cut_copper", - "cwewacopperblock": "waxed_weathered_cut_copper", - "cwewaxcoblock": "waxed_weathered_cut_copper", - "cwewaxcopblock": "waxed_weathered_cut_copper", - "cwewaxcopperblock": "waxed_weathered_cut_copper", - "cwewaxedcoblock": "waxed_weathered_cut_copper", - "cwewaxedcopblock": "waxed_weathered_cut_copper", - "cwewaxedcopperblock": "waxed_weathered_cut_copper", - "cwthwacoblock": "waxed_weathered_cut_copper", - "cwthwacopblock": "waxed_weathered_cut_copper", - "cwthwacopperblock": "waxed_weathered_cut_copper", - "cwthwaxcoblock": "waxed_weathered_cut_copper", - "cwthwaxcopblock": "waxed_weathered_cut_copper", - "cwthwaxcopperblock": "waxed_weathered_cut_copper", - "cwthwaxedcoblock": "waxed_weathered_cut_copper", - "cwthwaxedcopblock": "waxed_weathered_cut_copper", - "cwthwaxedcopperblock": "waxed_weathered_cut_copper", - "minecraft:waxed_weathered_cut_copper": "waxed_weathered_cut_copper", - "wacutweathercoblock": "waxed_weathered_cut_copper", - "wacutweathercopblock": "waxed_weathered_cut_copper", - "wacutweathercopperblock": "waxed_weathered_cut_copper", - "wacutweatheredcoblock": "waxed_weathered_cut_copper", - "wacutweatheredcopblock": "waxed_weathered_cut_copper", - "wacutweatheredcopperblock": "waxed_weathered_cut_copper", - "wacutwecoblock": "waxed_weathered_cut_copper", - "wacutwecopblock": "waxed_weathered_cut_copper", - "wacutwecopperblock": "waxed_weathered_cut_copper", - "wacutwthcoblock": "waxed_weathered_cut_copper", - "wacutwthcopblock": "waxed_weathered_cut_copper", - "wacutwthcopperblock": "waxed_weathered_cut_copper", - "wacweathercoblock": "waxed_weathered_cut_copper", - "wacweathercopblock": "waxed_weathered_cut_copper", - "wacweathercopperblock": "waxed_weathered_cut_copper", - "wacweatheredcoblock": "waxed_weathered_cut_copper", - "wacweatheredcopblock": "waxed_weathered_cut_copper", - "wacweatheredcopperblock": "waxed_weathered_cut_copper", - "wacwecoblock": "waxed_weathered_cut_copper", - "wacwecopblock": "waxed_weathered_cut_copper", - "wacwecopperblock": "waxed_weathered_cut_copper", - "wacwthcoblock": "waxed_weathered_cut_copper", - "wacwthcopblock": "waxed_weathered_cut_copper", - "wacwthcopperblock": "waxed_weathered_cut_copper", - "waweatherccoblock": "waxed_weathered_cut_copper", - "waweatherccopblock": "waxed_weathered_cut_copper", - "waweatherccopperblock": "waxed_weathered_cut_copper", - "waweathercutcoblock": "waxed_weathered_cut_copper", - "waweathercutcopblock": "waxed_weathered_cut_copper", - "waweathercutcopperblock": "waxed_weathered_cut_copper", - "waweatheredccoblock": "waxed_weathered_cut_copper", - "waweatheredccopblock": "waxed_weathered_cut_copper", - "waweatheredccopperblock": "waxed_weathered_cut_copper", - "waweatheredcutcoblock": "waxed_weathered_cut_copper", - "waweatheredcutcopblock": "waxed_weathered_cut_copper", - "waweatheredcutcopperblock": "waxed_weathered_cut_copper", - "waweccoblock": "waxed_weathered_cut_copper", - "waweccopblock": "waxed_weathered_cut_copper", - "waweccopperblock": "waxed_weathered_cut_copper", - "wawecutcoblock": "waxed_weathered_cut_copper", - "wawecutcopblock": "waxed_weathered_cut_copper", - "wawecutcopperblock": "waxed_weathered_cut_copper", - "wawthccoblock": "waxed_weathered_cut_copper", - "wawthccopblock": "waxed_weathered_cut_copper", - "wawthccopperblock": "waxed_weathered_cut_copper", - "wawthcutcoblock": "waxed_weathered_cut_copper", - "wawthcutcopblock": "waxed_weathered_cut_copper", - "wawthcutcopperblock": "waxed_weathered_cut_copper", - "waxcutweathercoblock": "waxed_weathered_cut_copper", - "waxcutweathercopblock": "waxed_weathered_cut_copper", - "waxcutweathercopperblock": "waxed_weathered_cut_copper", - "waxcutweatheredcoblock": "waxed_weathered_cut_copper", - "waxcutweatheredcopblock": "waxed_weathered_cut_copper", - "waxcutweatheredcopperblock": "waxed_weathered_cut_copper", - "waxcutwecoblock": "waxed_weathered_cut_copper", - "waxcutwecopblock": "waxed_weathered_cut_copper", - "waxcutwecopperblock": "waxed_weathered_cut_copper", - "waxcutwthcoblock": "waxed_weathered_cut_copper", - "waxcutwthcopblock": "waxed_weathered_cut_copper", - "waxcutwthcopperblock": "waxed_weathered_cut_copper", - "waxcweathercoblock": "waxed_weathered_cut_copper", - "waxcweathercopblock": "waxed_weathered_cut_copper", - "waxcweathercopperblock": "waxed_weathered_cut_copper", - "waxcweatheredcoblock": "waxed_weathered_cut_copper", - "waxcweatheredcopblock": "waxed_weathered_cut_copper", - "waxcweatheredcopperblock": "waxed_weathered_cut_copper", - "waxcwecoblock": "waxed_weathered_cut_copper", - "waxcwecopblock": "waxed_weathered_cut_copper", - "waxcwecopperblock": "waxed_weathered_cut_copper", - "waxcwthcoblock": "waxed_weathered_cut_copper", - "waxcwthcopblock": "waxed_weathered_cut_copper", - "waxcwthcopperblock": "waxed_weathered_cut_copper", - "waxedcutweathercoblock": "waxed_weathered_cut_copper", - "waxedcutweathercopblock": "waxed_weathered_cut_copper", - "waxedcutweathercopperblock": "waxed_weathered_cut_copper", - "waxedcutweatheredcoblock": "waxed_weathered_cut_copper", - "waxedcutweatheredcopblock": "waxed_weathered_cut_copper", - "waxedcutweatheredcopperblock": "waxed_weathered_cut_copper", - "waxedcutwecoblock": "waxed_weathered_cut_copper", - "waxedcutwecopblock": "waxed_weathered_cut_copper", - "waxedcutwecopperblock": "waxed_weathered_cut_copper", - "waxedcutwthcoblock": "waxed_weathered_cut_copper", - "waxedcutwthcopblock": "waxed_weathered_cut_copper", - "waxedcutwthcopperblock": "waxed_weathered_cut_copper", - "waxedcweathercoblock": "waxed_weathered_cut_copper", - "waxedcweathercopblock": "waxed_weathered_cut_copper", - "waxedcweathercopperblock": "waxed_weathered_cut_copper", - "waxedcweatheredcoblock": "waxed_weathered_cut_copper", - "waxedcweatheredcopblock": "waxed_weathered_cut_copper", - "waxedcweatheredcopperblock": "waxed_weathered_cut_copper", - "waxedcwecoblock": "waxed_weathered_cut_copper", - "waxedcwecopblock": "waxed_weathered_cut_copper", - "waxedcwecopperblock": "waxed_weathered_cut_copper", - "waxedcwthcoblock": "waxed_weathered_cut_copper", - "waxedcwthcopblock": "waxed_weathered_cut_copper", - "waxedcwthcopperblock": "waxed_weathered_cut_copper", - "waxedweatherccoblock": "waxed_weathered_cut_copper", - "waxedweatherccopblock": "waxed_weathered_cut_copper", - "waxedweatherccopperblock": "waxed_weathered_cut_copper", - "waxedweathercutcoblock": "waxed_weathered_cut_copper", - "waxedweathercutcopblock": "waxed_weathered_cut_copper", - "waxedweathercutcopperblock": "waxed_weathered_cut_copper", - "waxedweatheredccoblock": "waxed_weathered_cut_copper", - "waxedweatheredccopblock": "waxed_weathered_cut_copper", - "waxedweatheredccopperblock": "waxed_weathered_cut_copper", - "waxedweatheredcutcoblock": "waxed_weathered_cut_copper", - "waxedweatheredcutcopblock": "waxed_weathered_cut_copper", - "waxedweatheredcutcopper": "waxed_weathered_cut_copper", - "waxedweatheredcutcopperblock": "waxed_weathered_cut_copper", - "waxedweccoblock": "waxed_weathered_cut_copper", - "waxedweccopblock": "waxed_weathered_cut_copper", - "waxedweccopperblock": "waxed_weathered_cut_copper", - "waxedwecutcoblock": "waxed_weathered_cut_copper", - "waxedwecutcopblock": "waxed_weathered_cut_copper", - "waxedwecutcopperblock": "waxed_weathered_cut_copper", - "waxedwthccoblock": "waxed_weathered_cut_copper", - "waxedwthccopblock": "waxed_weathered_cut_copper", - "waxedwthccopperblock": "waxed_weathered_cut_copper", - "waxedwthcutcoblock": "waxed_weathered_cut_copper", - "waxedwthcutcopblock": "waxed_weathered_cut_copper", - "waxedwthcutcopperblock": "waxed_weathered_cut_copper", - "waxweatherccoblock": "waxed_weathered_cut_copper", - "waxweatherccopblock": "waxed_weathered_cut_copper", - "waxweatherccopperblock": "waxed_weathered_cut_copper", - "waxweathercutcoblock": "waxed_weathered_cut_copper", - "waxweathercutcopblock": "waxed_weathered_cut_copper", - "waxweathercutcopperblock": "waxed_weathered_cut_copper", - "waxweatheredccoblock": "waxed_weathered_cut_copper", - "waxweatheredccopblock": "waxed_weathered_cut_copper", - "waxweatheredccopperblock": "waxed_weathered_cut_copper", - "waxweatheredcutcoblock": "waxed_weathered_cut_copper", - "waxweatheredcutcopblock": "waxed_weathered_cut_copper", - "waxweatheredcutcopperblock": "waxed_weathered_cut_copper", - "waxweccoblock": "waxed_weathered_cut_copper", - "waxweccopblock": "waxed_weathered_cut_copper", - "waxweccopperblock": "waxed_weathered_cut_copper", - "waxwecutcoblock": "waxed_weathered_cut_copper", - "waxwecutcopblock": "waxed_weathered_cut_copper", - "waxwecutcopperblock": "waxed_weathered_cut_copper", - "waxwthccoblock": "waxed_weathered_cut_copper", - "waxwthccopblock": "waxed_weathered_cut_copper", - "waxwthccopperblock": "waxed_weathered_cut_copper", - "waxwthcutcoblock": "waxed_weathered_cut_copper", - "waxwthcutcopblock": "waxed_weathered_cut_copper", - "waxwthcutcopperblock": "waxed_weathered_cut_copper", - "weathercutwacoblock": "waxed_weathered_cut_copper", - "weathercutwacopblock": "waxed_weathered_cut_copper", - "weathercutwacopperblock": "waxed_weathered_cut_copper", - "weathercutwaxcoblock": "waxed_weathered_cut_copper", - "weathercutwaxcopblock": "waxed_weathered_cut_copper", - "weathercutwaxcopperblock": "waxed_weathered_cut_copper", - "weathercutwaxedcoblock": "waxed_weathered_cut_copper", - "weathercutwaxedcopblock": "waxed_weathered_cut_copper", - "weathercutwaxedcopperblock": "waxed_weathered_cut_copper", - "weathercwacoblock": "waxed_weathered_cut_copper", - "weathercwacopblock": "waxed_weathered_cut_copper", - "weathercwacopperblock": "waxed_weathered_cut_copper", - "weathercwaxcoblock": "waxed_weathered_cut_copper", - "weathercwaxcopblock": "waxed_weathered_cut_copper", - "weathercwaxcopperblock": "waxed_weathered_cut_copper", - "weathercwaxedcoblock": "waxed_weathered_cut_copper", - "weathercwaxedcopblock": "waxed_weathered_cut_copper", - "weathercwaxedcopperblock": "waxed_weathered_cut_copper", - "weatheredcutwacoblock": "waxed_weathered_cut_copper", - "weatheredcutwacopblock": "waxed_weathered_cut_copper", - "weatheredcutwacopperblock": "waxed_weathered_cut_copper", - "weatheredcutwaxcoblock": "waxed_weathered_cut_copper", - "weatheredcutwaxcopblock": "waxed_weathered_cut_copper", - "weatheredcutwaxcopperblock": "waxed_weathered_cut_copper", - "weatheredcutwaxedcoblock": "waxed_weathered_cut_copper", - "weatheredcutwaxedcopblock": "waxed_weathered_cut_copper", - "weatheredcutwaxedcopperblock": "waxed_weathered_cut_copper", - "weatheredcwacoblock": "waxed_weathered_cut_copper", - "weatheredcwacopblock": "waxed_weathered_cut_copper", - "weatheredcwacopperblock": "waxed_weathered_cut_copper", - "weatheredcwaxcoblock": "waxed_weathered_cut_copper", - "weatheredcwaxcopblock": "waxed_weathered_cut_copper", - "weatheredcwaxcopperblock": "waxed_weathered_cut_copper", - "weatheredcwaxedcoblock": "waxed_weathered_cut_copper", - "weatheredcwaxedcopblock": "waxed_weathered_cut_copper", - "weatheredcwaxedcopperblock": "waxed_weathered_cut_copper", - "weatheredwaccoblock": "waxed_weathered_cut_copper", - "weatheredwaccopblock": "waxed_weathered_cut_copper", - "weatheredwaccopperblock": "waxed_weathered_cut_copper", - "weatheredwacutcoblock": "waxed_weathered_cut_copper", - "weatheredwacutcopblock": "waxed_weathered_cut_copper", - "weatheredwacutcopperblock": "waxed_weathered_cut_copper", - "weatheredwaxccoblock": "waxed_weathered_cut_copper", - "weatheredwaxccopblock": "waxed_weathered_cut_copper", - "weatheredwaxccopperblock": "waxed_weathered_cut_copper", - "weatheredwaxcutcoblock": "waxed_weathered_cut_copper", - "weatheredwaxcutcopblock": "waxed_weathered_cut_copper", - "weatheredwaxcutcopperblock": "waxed_weathered_cut_copper", - "weatheredwaxedccoblock": "waxed_weathered_cut_copper", - "weatheredwaxedccopblock": "waxed_weathered_cut_copper", - "weatheredwaxedccopperblock": "waxed_weathered_cut_copper", - "weatheredwaxedcutcoblock": "waxed_weathered_cut_copper", - "weatheredwaxedcutcopblock": "waxed_weathered_cut_copper", - "weatheredwaxedcutcopperblock": "waxed_weathered_cut_copper", - "weatherwaccoblock": "waxed_weathered_cut_copper", - "weatherwaccopblock": "waxed_weathered_cut_copper", - "weatherwaccopperblock": "waxed_weathered_cut_copper", - "weatherwacutcoblock": "waxed_weathered_cut_copper", - "weatherwacutcopblock": "waxed_weathered_cut_copper", - "weatherwacutcopperblock": "waxed_weathered_cut_copper", - "weatherwaxccoblock": "waxed_weathered_cut_copper", - "weatherwaxccopblock": "waxed_weathered_cut_copper", - "weatherwaxccopperblock": "waxed_weathered_cut_copper", - "weatherwaxcutcoblock": "waxed_weathered_cut_copper", - "weatherwaxcutcopblock": "waxed_weathered_cut_copper", - "weatherwaxcutcopperblock": "waxed_weathered_cut_copper", - "weatherwaxedccoblock": "waxed_weathered_cut_copper", - "weatherwaxedccopblock": "waxed_weathered_cut_copper", - "weatherwaxedccopperblock": "waxed_weathered_cut_copper", - "weatherwaxedcutcoblock": "waxed_weathered_cut_copper", - "weatherwaxedcutcopblock": "waxed_weathered_cut_copper", - "weatherwaxedcutcopperblock": "waxed_weathered_cut_copper", - "wecutwacoblock": "waxed_weathered_cut_copper", - "wecutwacopblock": "waxed_weathered_cut_copper", - "wecutwacopperblock": "waxed_weathered_cut_copper", - "wecutwaxcoblock": "waxed_weathered_cut_copper", - "wecutwaxcopblock": "waxed_weathered_cut_copper", - "wecutwaxcopperblock": "waxed_weathered_cut_copper", - "wecutwaxedcoblock": "waxed_weathered_cut_copper", - "wecutwaxedcopblock": "waxed_weathered_cut_copper", - "wecutwaxedcopperblock": "waxed_weathered_cut_copper", - "wecwacoblock": "waxed_weathered_cut_copper", - "wecwacopblock": "waxed_weathered_cut_copper", - "wecwacopperblock": "waxed_weathered_cut_copper", - "wecwaxcoblock": "waxed_weathered_cut_copper", - "wecwaxcopblock": "waxed_weathered_cut_copper", - "wecwaxcopperblock": "waxed_weathered_cut_copper", - "wecwaxedcoblock": "waxed_weathered_cut_copper", - "wecwaxedcopblock": "waxed_weathered_cut_copper", - "wecwaxedcopperblock": "waxed_weathered_cut_copper", - "wewaccoblock": "waxed_weathered_cut_copper", - "wewaccopblock": "waxed_weathered_cut_copper", - "wewaccopperblock": "waxed_weathered_cut_copper", - "wewacutcoblock": "waxed_weathered_cut_copper", - "wewacutcopblock": "waxed_weathered_cut_copper", - "wewacutcopperblock": "waxed_weathered_cut_copper", - "wewaxccoblock": "waxed_weathered_cut_copper", - "wewaxccopblock": "waxed_weathered_cut_copper", - "wewaxccopperblock": "waxed_weathered_cut_copper", - "wewaxcutcoblock": "waxed_weathered_cut_copper", - "wewaxcutcopblock": "waxed_weathered_cut_copper", - "wewaxcutcopperblock": "waxed_weathered_cut_copper", - "wewaxedccoblock": "waxed_weathered_cut_copper", - "wewaxedccopblock": "waxed_weathered_cut_copper", - "wewaxedccopperblock": "waxed_weathered_cut_copper", - "wewaxedcutcoblock": "waxed_weathered_cut_copper", - "wewaxedcutcopblock": "waxed_weathered_cut_copper", - "wewaxedcutcopperblock": "waxed_weathered_cut_copper", - "wthcutwacoblock": "waxed_weathered_cut_copper", - "wthcutwacopblock": "waxed_weathered_cut_copper", - "wthcutwacopperblock": "waxed_weathered_cut_copper", - "wthcutwaxcoblock": "waxed_weathered_cut_copper", - "wthcutwaxcopblock": "waxed_weathered_cut_copper", - "wthcutwaxcopperblock": "waxed_weathered_cut_copper", - "wthcutwaxedcoblock": "waxed_weathered_cut_copper", - "wthcutwaxedcopblock": "waxed_weathered_cut_copper", - "wthcutwaxedcopperblock": "waxed_weathered_cut_copper", - "wthcwacoblock": "waxed_weathered_cut_copper", - "wthcwacopblock": "waxed_weathered_cut_copper", - "wthcwacopperblock": "waxed_weathered_cut_copper", - "wthcwaxcoblock": "waxed_weathered_cut_copper", - "wthcwaxcopblock": "waxed_weathered_cut_copper", - "wthcwaxcopperblock": "waxed_weathered_cut_copper", - "wthcwaxedcoblock": "waxed_weathered_cut_copper", - "wthcwaxedcopblock": "waxed_weathered_cut_copper", - "wthcwaxedcopperblock": "waxed_weathered_cut_copper", - "wthwaccoblock": "waxed_weathered_cut_copper", - "wthwaccopblock": "waxed_weathered_cut_copper", - "wthwaccopperblock": "waxed_weathered_cut_copper", - "wthwacutcoblock": "waxed_weathered_cut_copper", - "wthwacutcopblock": "waxed_weathered_cut_copper", - "wthwacutcopperblock": "waxed_weathered_cut_copper", - "wthwaxccoblock": "waxed_weathered_cut_copper", - "wthwaxccopblock": "waxed_weathered_cut_copper", - "wthwaxccopperblock": "waxed_weathered_cut_copper", - "wthwaxcutcoblock": "waxed_weathered_cut_copper", - "wthwaxcutcopblock": "waxed_weathered_cut_copper", - "wthwaxcutcopperblock": "waxed_weathered_cut_copper", - "wthwaxedccoblock": "waxed_weathered_cut_copper", - "wthwaxedccopblock": "waxed_weathered_cut_copper", - "wthwaxedccopperblock": "waxed_weathered_cut_copper", - "wthwaxedcutcoblock": "waxed_weathered_cut_copper", - "wthwaxedcutcopblock": "waxed_weathered_cut_copper", - "wthwaxedcutcopperblock": "waxed_weathered_cut_copper", - "waxed_weathered_cut_copper_slab": { - "material": "WAXED_WEATHERED_CUT_COPPER_SLAB" - }, - "cutwaweathercohalfblock": "waxed_weathered_cut_copper_slab", - "cutwaweathercophalfblock": "waxed_weathered_cut_copper_slab", - "cutwaweathercopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutwaweathercoppersl": "waxed_weathered_cut_copper_slab", - "cutwaweathercopperslab": "waxed_weathered_cut_copper_slab", - "cutwaweathercopperstep": "waxed_weathered_cut_copper_slab", - "cutwaweathercopsl": "waxed_weathered_cut_copper_slab", - "cutwaweathercopslab": "waxed_weathered_cut_copper_slab", - "cutwaweathercopstep": "waxed_weathered_cut_copper_slab", - "cutwaweathercosl": "waxed_weathered_cut_copper_slab", - "cutwaweathercoslab": "waxed_weathered_cut_copper_slab", - "cutwaweathercostep": "waxed_weathered_cut_copper_slab", - "cutwaweatheredcohalfblock": "waxed_weathered_cut_copper_slab", - "cutwaweatheredcophalfblock": "waxed_weathered_cut_copper_slab", - "cutwaweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutwaweatheredcoppersl": "waxed_weathered_cut_copper_slab", - "cutwaweatheredcopperslab": "waxed_weathered_cut_copper_slab", - "cutwaweatheredcopperstep": "waxed_weathered_cut_copper_slab", - "cutwaweatheredcopsl": "waxed_weathered_cut_copper_slab", - "cutwaweatheredcopslab": "waxed_weathered_cut_copper_slab", - "cutwaweatheredcopstep": "waxed_weathered_cut_copper_slab", - "cutwaweatheredcosl": "waxed_weathered_cut_copper_slab", - "cutwaweatheredcoslab": "waxed_weathered_cut_copper_slab", - "cutwaweatheredcostep": "waxed_weathered_cut_copper_slab", - "cutwawecohalfblock": "waxed_weathered_cut_copper_slab", - "cutwawecophalfblock": "waxed_weathered_cut_copper_slab", - "cutwawecopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutwawecoppersl": "waxed_weathered_cut_copper_slab", - "cutwawecopperslab": "waxed_weathered_cut_copper_slab", - "cutwawecopperstep": "waxed_weathered_cut_copper_slab", - "cutwawecopsl": "waxed_weathered_cut_copper_slab", - "cutwawecopslab": "waxed_weathered_cut_copper_slab", - "cutwawecopstep": "waxed_weathered_cut_copper_slab", - "cutwawecosl": "waxed_weathered_cut_copper_slab", - "cutwawecoslab": "waxed_weathered_cut_copper_slab", - "cutwawecostep": "waxed_weathered_cut_copper_slab", - "cutwawthcohalfblock": "waxed_weathered_cut_copper_slab", - "cutwawthcophalfblock": "waxed_weathered_cut_copper_slab", - "cutwawthcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutwawthcoppersl": "waxed_weathered_cut_copper_slab", - "cutwawthcopperslab": "waxed_weathered_cut_copper_slab", - "cutwawthcopperstep": "waxed_weathered_cut_copper_slab", - "cutwawthcopsl": "waxed_weathered_cut_copper_slab", - "cutwawthcopslab": "waxed_weathered_cut_copper_slab", - "cutwawthcopstep": "waxed_weathered_cut_copper_slab", - "cutwawthcosl": "waxed_weathered_cut_copper_slab", - "cutwawthcoslab": "waxed_weathered_cut_copper_slab", - "cutwawthcostep": "waxed_weathered_cut_copper_slab", - "cutwaxedweathercohalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxedweathercophalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxedweathercopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxedweathercoppersl": "waxed_weathered_cut_copper_slab", - "cutwaxedweathercopperslab": "waxed_weathered_cut_copper_slab", - "cutwaxedweathercopperstep": "waxed_weathered_cut_copper_slab", - "cutwaxedweathercopsl": "waxed_weathered_cut_copper_slab", - "cutwaxedweathercopslab": "waxed_weathered_cut_copper_slab", - "cutwaxedweathercopstep": "waxed_weathered_cut_copper_slab", - "cutwaxedweathercosl": "waxed_weathered_cut_copper_slab", - "cutwaxedweathercoslab": "waxed_weathered_cut_copper_slab", - "cutwaxedweathercostep": "waxed_weathered_cut_copper_slab", - "cutwaxedweatheredcohalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxedweatheredcophalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxedweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxedweatheredcoppersl": "waxed_weathered_cut_copper_slab", - "cutwaxedweatheredcopperslab": "waxed_weathered_cut_copper_slab", - "cutwaxedweatheredcopperstep": "waxed_weathered_cut_copper_slab", - "cutwaxedweatheredcopsl": "waxed_weathered_cut_copper_slab", - "cutwaxedweatheredcopslab": "waxed_weathered_cut_copper_slab", - "cutwaxedweatheredcopstep": "waxed_weathered_cut_copper_slab", - "cutwaxedweatheredcosl": "waxed_weathered_cut_copper_slab", - "cutwaxedweatheredcoslab": "waxed_weathered_cut_copper_slab", - "cutwaxedweatheredcostep": "waxed_weathered_cut_copper_slab", - "cutwaxedwecohalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxedwecophalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxedwecopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxedwecoppersl": "waxed_weathered_cut_copper_slab", - "cutwaxedwecopperslab": "waxed_weathered_cut_copper_slab", - "cutwaxedwecopperstep": "waxed_weathered_cut_copper_slab", - "cutwaxedwecopsl": "waxed_weathered_cut_copper_slab", - "cutwaxedwecopslab": "waxed_weathered_cut_copper_slab", - "cutwaxedwecopstep": "waxed_weathered_cut_copper_slab", - "cutwaxedwecosl": "waxed_weathered_cut_copper_slab", - "cutwaxedwecoslab": "waxed_weathered_cut_copper_slab", - "cutwaxedwecostep": "waxed_weathered_cut_copper_slab", - "cutwaxedwthcohalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxedwthcophalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxedwthcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxedwthcoppersl": "waxed_weathered_cut_copper_slab", - "cutwaxedwthcopperslab": "waxed_weathered_cut_copper_slab", - "cutwaxedwthcopperstep": "waxed_weathered_cut_copper_slab", - "cutwaxedwthcopsl": "waxed_weathered_cut_copper_slab", - "cutwaxedwthcopslab": "waxed_weathered_cut_copper_slab", - "cutwaxedwthcopstep": "waxed_weathered_cut_copper_slab", - "cutwaxedwthcosl": "waxed_weathered_cut_copper_slab", - "cutwaxedwthcoslab": "waxed_weathered_cut_copper_slab", - "cutwaxedwthcostep": "waxed_weathered_cut_copper_slab", - "cutwaxweathercohalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxweathercophalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxweathercopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxweathercoppersl": "waxed_weathered_cut_copper_slab", - "cutwaxweathercopperslab": "waxed_weathered_cut_copper_slab", - "cutwaxweathercopperstep": "waxed_weathered_cut_copper_slab", - "cutwaxweathercopsl": "waxed_weathered_cut_copper_slab", - "cutwaxweathercopslab": "waxed_weathered_cut_copper_slab", - "cutwaxweathercopstep": "waxed_weathered_cut_copper_slab", - "cutwaxweathercosl": "waxed_weathered_cut_copper_slab", - "cutwaxweathercoslab": "waxed_weathered_cut_copper_slab", - "cutwaxweathercostep": "waxed_weathered_cut_copper_slab", - "cutwaxweatheredcohalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxweatheredcophalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxweatheredcoppersl": "waxed_weathered_cut_copper_slab", - "cutwaxweatheredcopperslab": "waxed_weathered_cut_copper_slab", - "cutwaxweatheredcopperstep": "waxed_weathered_cut_copper_slab", - "cutwaxweatheredcopsl": "waxed_weathered_cut_copper_slab", - "cutwaxweatheredcopslab": "waxed_weathered_cut_copper_slab", - "cutwaxweatheredcopstep": "waxed_weathered_cut_copper_slab", - "cutwaxweatheredcosl": "waxed_weathered_cut_copper_slab", - "cutwaxweatheredcoslab": "waxed_weathered_cut_copper_slab", - "cutwaxweatheredcostep": "waxed_weathered_cut_copper_slab", - "cutwaxwecohalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxwecophalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxwecopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxwecoppersl": "waxed_weathered_cut_copper_slab", - "cutwaxwecopperslab": "waxed_weathered_cut_copper_slab", - "cutwaxwecopperstep": "waxed_weathered_cut_copper_slab", - "cutwaxwecopsl": "waxed_weathered_cut_copper_slab", - "cutwaxwecopslab": "waxed_weathered_cut_copper_slab", - "cutwaxwecopstep": "waxed_weathered_cut_copper_slab", - "cutwaxwecosl": "waxed_weathered_cut_copper_slab", - "cutwaxwecoslab": "waxed_weathered_cut_copper_slab", - "cutwaxwecostep": "waxed_weathered_cut_copper_slab", - "cutwaxwthcohalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxwthcophalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxwthcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxwthcoppersl": "waxed_weathered_cut_copper_slab", - "cutwaxwthcopperslab": "waxed_weathered_cut_copper_slab", - "cutwaxwthcopperstep": "waxed_weathered_cut_copper_slab", - "cutwaxwthcopsl": "waxed_weathered_cut_copper_slab", - "cutwaxwthcopslab": "waxed_weathered_cut_copper_slab", - "cutwaxwthcopstep": "waxed_weathered_cut_copper_slab", - "cutwaxwthcosl": "waxed_weathered_cut_copper_slab", - "cutwaxwthcoslab": "waxed_weathered_cut_copper_slab", - "cutwaxwthcostep": "waxed_weathered_cut_copper_slab", - "cutweatheredwacohalfblock": "waxed_weathered_cut_copper_slab", - "cutweatheredwacophalfblock": "waxed_weathered_cut_copper_slab", - "cutweatheredwacopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutweatheredwacoppersl": "waxed_weathered_cut_copper_slab", - "cutweatheredwacopperslab": "waxed_weathered_cut_copper_slab", - "cutweatheredwacopperstep": "waxed_weathered_cut_copper_slab", - "cutweatheredwacopsl": "waxed_weathered_cut_copper_slab", - "cutweatheredwacopslab": "waxed_weathered_cut_copper_slab", - "cutweatheredwacopstep": "waxed_weathered_cut_copper_slab", - "cutweatheredwacosl": "waxed_weathered_cut_copper_slab", - "cutweatheredwacoslab": "waxed_weathered_cut_copper_slab", - "cutweatheredwacostep": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxcohalfblock": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxcophalfblock": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxcoppersl": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxcopperslab": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxcopperstep": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxcopsl": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxcopslab": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxcopstep": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxcosl": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxcoslab": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxcostep": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxedcohalfblock": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxedcophalfblock": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxedcoppersl": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxedcopperslab": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxedcopperstep": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxedcopsl": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxedcopslab": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxedcopstep": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxedcosl": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxedcoslab": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxedcostep": "waxed_weathered_cut_copper_slab", - "cutweatherwacohalfblock": "waxed_weathered_cut_copper_slab", - "cutweatherwacophalfblock": "waxed_weathered_cut_copper_slab", - "cutweatherwacopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutweatherwacoppersl": "waxed_weathered_cut_copper_slab", - "cutweatherwacopperslab": "waxed_weathered_cut_copper_slab", - "cutweatherwacopperstep": "waxed_weathered_cut_copper_slab", - "cutweatherwacopsl": "waxed_weathered_cut_copper_slab", - "cutweatherwacopslab": "waxed_weathered_cut_copper_slab", - "cutweatherwacopstep": "waxed_weathered_cut_copper_slab", - "cutweatherwacosl": "waxed_weathered_cut_copper_slab", - "cutweatherwacoslab": "waxed_weathered_cut_copper_slab", - "cutweatherwacostep": "waxed_weathered_cut_copper_slab", - "cutweatherwaxcohalfblock": "waxed_weathered_cut_copper_slab", - "cutweatherwaxcophalfblock": "waxed_weathered_cut_copper_slab", - "cutweatherwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutweatherwaxcoppersl": "waxed_weathered_cut_copper_slab", - "cutweatherwaxcopperslab": "waxed_weathered_cut_copper_slab", - "cutweatherwaxcopperstep": "waxed_weathered_cut_copper_slab", - "cutweatherwaxcopsl": "waxed_weathered_cut_copper_slab", - "cutweatherwaxcopslab": "waxed_weathered_cut_copper_slab", - "cutweatherwaxcopstep": "waxed_weathered_cut_copper_slab", - "cutweatherwaxcosl": "waxed_weathered_cut_copper_slab", - "cutweatherwaxcoslab": "waxed_weathered_cut_copper_slab", - "cutweatherwaxcostep": "waxed_weathered_cut_copper_slab", - "cutweatherwaxedcohalfblock": "waxed_weathered_cut_copper_slab", - "cutweatherwaxedcophalfblock": "waxed_weathered_cut_copper_slab", - "cutweatherwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutweatherwaxedcoppersl": "waxed_weathered_cut_copper_slab", - "cutweatherwaxedcopperslab": "waxed_weathered_cut_copper_slab", - "cutweatherwaxedcopperstep": "waxed_weathered_cut_copper_slab", - "cutweatherwaxedcopsl": "waxed_weathered_cut_copper_slab", - "cutweatherwaxedcopslab": "waxed_weathered_cut_copper_slab", - "cutweatherwaxedcopstep": "waxed_weathered_cut_copper_slab", - "cutweatherwaxedcosl": "waxed_weathered_cut_copper_slab", - "cutweatherwaxedcoslab": "waxed_weathered_cut_copper_slab", - "cutweatherwaxedcostep": "waxed_weathered_cut_copper_slab", - "cutwewacohalfblock": "waxed_weathered_cut_copper_slab", - "cutwewacophalfblock": "waxed_weathered_cut_copper_slab", - "cutwewacopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutwewacoppersl": "waxed_weathered_cut_copper_slab", - "cutwewacopperslab": "waxed_weathered_cut_copper_slab", - "cutwewacopperstep": "waxed_weathered_cut_copper_slab", - "cutwewacopsl": "waxed_weathered_cut_copper_slab", - "cutwewacopslab": "waxed_weathered_cut_copper_slab", - "cutwewacopstep": "waxed_weathered_cut_copper_slab", - "cutwewacosl": "waxed_weathered_cut_copper_slab", - "cutwewacoslab": "waxed_weathered_cut_copper_slab", - "cutwewacostep": "waxed_weathered_cut_copper_slab", - "cutwewaxcohalfblock": "waxed_weathered_cut_copper_slab", - "cutwewaxcophalfblock": "waxed_weathered_cut_copper_slab", - "cutwewaxcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutwewaxcoppersl": "waxed_weathered_cut_copper_slab", - "cutwewaxcopperslab": "waxed_weathered_cut_copper_slab", - "cutwewaxcopperstep": "waxed_weathered_cut_copper_slab", - "cutwewaxcopsl": "waxed_weathered_cut_copper_slab", - "cutwewaxcopslab": "waxed_weathered_cut_copper_slab", - "cutwewaxcopstep": "waxed_weathered_cut_copper_slab", - "cutwewaxcosl": "waxed_weathered_cut_copper_slab", - "cutwewaxcoslab": "waxed_weathered_cut_copper_slab", - "cutwewaxcostep": "waxed_weathered_cut_copper_slab", - "cutwewaxedcohalfblock": "waxed_weathered_cut_copper_slab", - "cutwewaxedcophalfblock": "waxed_weathered_cut_copper_slab", - "cutwewaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutwewaxedcoppersl": "waxed_weathered_cut_copper_slab", - "cutwewaxedcopperslab": "waxed_weathered_cut_copper_slab", - "cutwewaxedcopperstep": "waxed_weathered_cut_copper_slab", - "cutwewaxedcopsl": "waxed_weathered_cut_copper_slab", - "cutwewaxedcopslab": "waxed_weathered_cut_copper_slab", - "cutwewaxedcopstep": "waxed_weathered_cut_copper_slab", - "cutwewaxedcosl": "waxed_weathered_cut_copper_slab", - "cutwewaxedcoslab": "waxed_weathered_cut_copper_slab", - "cutwewaxedcostep": "waxed_weathered_cut_copper_slab", - "cutwthwacohalfblock": "waxed_weathered_cut_copper_slab", - "cutwthwacophalfblock": "waxed_weathered_cut_copper_slab", - "cutwthwacopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutwthwacoppersl": "waxed_weathered_cut_copper_slab", - "cutwthwacopperslab": "waxed_weathered_cut_copper_slab", - "cutwthwacopperstep": "waxed_weathered_cut_copper_slab", - "cutwthwacopsl": "waxed_weathered_cut_copper_slab", - "cutwthwacopslab": "waxed_weathered_cut_copper_slab", - "cutwthwacopstep": "waxed_weathered_cut_copper_slab", - "cutwthwacosl": "waxed_weathered_cut_copper_slab", - "cutwthwacoslab": "waxed_weathered_cut_copper_slab", - "cutwthwacostep": "waxed_weathered_cut_copper_slab", - "cutwthwaxcohalfblock": "waxed_weathered_cut_copper_slab", - "cutwthwaxcophalfblock": "waxed_weathered_cut_copper_slab", - "cutwthwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutwthwaxcoppersl": "waxed_weathered_cut_copper_slab", - "cutwthwaxcopperslab": "waxed_weathered_cut_copper_slab", - "cutwthwaxcopperstep": "waxed_weathered_cut_copper_slab", - "cutwthwaxcopsl": "waxed_weathered_cut_copper_slab", - "cutwthwaxcopslab": "waxed_weathered_cut_copper_slab", - "cutwthwaxcopstep": "waxed_weathered_cut_copper_slab", - "cutwthwaxcosl": "waxed_weathered_cut_copper_slab", - "cutwthwaxcoslab": "waxed_weathered_cut_copper_slab", - "cutwthwaxcostep": "waxed_weathered_cut_copper_slab", - "cutwthwaxedcohalfblock": "waxed_weathered_cut_copper_slab", - "cutwthwaxedcophalfblock": "waxed_weathered_cut_copper_slab", - "cutwthwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutwthwaxedcoppersl": "waxed_weathered_cut_copper_slab", - "cutwthwaxedcopperslab": "waxed_weathered_cut_copper_slab", - "cutwthwaxedcopperstep": "waxed_weathered_cut_copper_slab", - "cutwthwaxedcopsl": "waxed_weathered_cut_copper_slab", - "cutwthwaxedcopslab": "waxed_weathered_cut_copper_slab", - "cutwthwaxedcopstep": "waxed_weathered_cut_copper_slab", - "cutwthwaxedcosl": "waxed_weathered_cut_copper_slab", - "cutwthwaxedcoslab": "waxed_weathered_cut_copper_slab", - "cutwthwaxedcostep": "waxed_weathered_cut_copper_slab", - "cwaweathercohalfblock": "waxed_weathered_cut_copper_slab", - "cwaweathercophalfblock": "waxed_weathered_cut_copper_slab", - "cwaweathercopperhalfblock": "waxed_weathered_cut_copper_slab", - "cwaweathercoppersl": "waxed_weathered_cut_copper_slab", - "cwaweathercopperslab": "waxed_weathered_cut_copper_slab", - "cwaweathercopperstep": "waxed_weathered_cut_copper_slab", - "cwaweathercopsl": "waxed_weathered_cut_copper_slab", - "cwaweathercopslab": "waxed_weathered_cut_copper_slab", - "cwaweathercopstep": "waxed_weathered_cut_copper_slab", - "cwaweathercosl": "waxed_weathered_cut_copper_slab", - "cwaweathercoslab": "waxed_weathered_cut_copper_slab", - "cwaweathercostep": "waxed_weathered_cut_copper_slab", - "cwaweatheredcohalfblock": "waxed_weathered_cut_copper_slab", - "cwaweatheredcophalfblock": "waxed_weathered_cut_copper_slab", - "cwaweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cwaweatheredcoppersl": "waxed_weathered_cut_copper_slab", - "cwaweatheredcopperslab": "waxed_weathered_cut_copper_slab", - "cwaweatheredcopperstep": "waxed_weathered_cut_copper_slab", - "cwaweatheredcopsl": "waxed_weathered_cut_copper_slab", - "cwaweatheredcopslab": "waxed_weathered_cut_copper_slab", - "cwaweatheredcopstep": "waxed_weathered_cut_copper_slab", - "cwaweatheredcosl": "waxed_weathered_cut_copper_slab", - "cwaweatheredcoslab": "waxed_weathered_cut_copper_slab", - "cwaweatheredcostep": "waxed_weathered_cut_copper_slab", - "cwawecohalfblock": "waxed_weathered_cut_copper_slab", - "cwawecophalfblock": "waxed_weathered_cut_copper_slab", - "cwawecopperhalfblock": "waxed_weathered_cut_copper_slab", - "cwawecoppersl": "waxed_weathered_cut_copper_slab", - "cwawecopperslab": "waxed_weathered_cut_copper_slab", - "cwawecopperstep": "waxed_weathered_cut_copper_slab", - "cwawecopsl": "waxed_weathered_cut_copper_slab", - "cwawecopslab": "waxed_weathered_cut_copper_slab", - "cwawecopstep": "waxed_weathered_cut_copper_slab", - "cwawecosl": "waxed_weathered_cut_copper_slab", - "cwawecoslab": "waxed_weathered_cut_copper_slab", - "cwawecostep": "waxed_weathered_cut_copper_slab", - "cwawthcohalfblock": "waxed_weathered_cut_copper_slab", - "cwawthcophalfblock": "waxed_weathered_cut_copper_slab", - "cwawthcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cwawthcoppersl": "waxed_weathered_cut_copper_slab", - "cwawthcopperslab": "waxed_weathered_cut_copper_slab", - "cwawthcopperstep": "waxed_weathered_cut_copper_slab", - "cwawthcopsl": "waxed_weathered_cut_copper_slab", - "cwawthcopslab": "waxed_weathered_cut_copper_slab", - "cwawthcopstep": "waxed_weathered_cut_copper_slab", - "cwawthcosl": "waxed_weathered_cut_copper_slab", - "cwawthcoslab": "waxed_weathered_cut_copper_slab", - "cwawthcostep": "waxed_weathered_cut_copper_slab", - "cwaxedweathercohalfblock": "waxed_weathered_cut_copper_slab", - "cwaxedweathercophalfblock": "waxed_weathered_cut_copper_slab", - "cwaxedweathercopperhalfblock": "waxed_weathered_cut_copper_slab", - "cwaxedweathercoppersl": "waxed_weathered_cut_copper_slab", - "cwaxedweathercopperslab": "waxed_weathered_cut_copper_slab", - "cwaxedweathercopperstep": "waxed_weathered_cut_copper_slab", - "cwaxedweathercopsl": "waxed_weathered_cut_copper_slab", - "cwaxedweathercopslab": "waxed_weathered_cut_copper_slab", - "cwaxedweathercopstep": "waxed_weathered_cut_copper_slab", - "cwaxedweathercosl": "waxed_weathered_cut_copper_slab", - "cwaxedweathercoslab": "waxed_weathered_cut_copper_slab", - "cwaxedweathercostep": "waxed_weathered_cut_copper_slab", - "cwaxedweatheredcohalfblock": "waxed_weathered_cut_copper_slab", - "cwaxedweatheredcophalfblock": "waxed_weathered_cut_copper_slab", - "cwaxedweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cwaxedweatheredcoppersl": "waxed_weathered_cut_copper_slab", - "cwaxedweatheredcopperslab": "waxed_weathered_cut_copper_slab", - "cwaxedweatheredcopperstep": "waxed_weathered_cut_copper_slab", - "cwaxedweatheredcopsl": "waxed_weathered_cut_copper_slab", - "cwaxedweatheredcopslab": "waxed_weathered_cut_copper_slab", - "cwaxedweatheredcopstep": "waxed_weathered_cut_copper_slab", - "cwaxedweatheredcosl": "waxed_weathered_cut_copper_slab", - "cwaxedweatheredcoslab": "waxed_weathered_cut_copper_slab", - "cwaxedweatheredcostep": "waxed_weathered_cut_copper_slab", - "cwaxedwecohalfblock": "waxed_weathered_cut_copper_slab", - "cwaxedwecophalfblock": "waxed_weathered_cut_copper_slab", - "cwaxedwecopperhalfblock": "waxed_weathered_cut_copper_slab", - "cwaxedwecoppersl": "waxed_weathered_cut_copper_slab", - "cwaxedwecopperslab": "waxed_weathered_cut_copper_slab", - "cwaxedwecopperstep": "waxed_weathered_cut_copper_slab", - "cwaxedwecopsl": "waxed_weathered_cut_copper_slab", - "cwaxedwecopslab": "waxed_weathered_cut_copper_slab", - "cwaxedwecopstep": "waxed_weathered_cut_copper_slab", - "cwaxedwecosl": "waxed_weathered_cut_copper_slab", - "cwaxedwecoslab": "waxed_weathered_cut_copper_slab", - "cwaxedwecostep": "waxed_weathered_cut_copper_slab", - "cwaxedwthcohalfblock": "waxed_weathered_cut_copper_slab", - "cwaxedwthcophalfblock": "waxed_weathered_cut_copper_slab", - "cwaxedwthcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cwaxedwthcoppersl": "waxed_weathered_cut_copper_slab", - "cwaxedwthcopperslab": "waxed_weathered_cut_copper_slab", - "cwaxedwthcopperstep": "waxed_weathered_cut_copper_slab", - "cwaxedwthcopsl": "waxed_weathered_cut_copper_slab", - "cwaxedwthcopslab": "waxed_weathered_cut_copper_slab", - "cwaxedwthcopstep": "waxed_weathered_cut_copper_slab", - "cwaxedwthcosl": "waxed_weathered_cut_copper_slab", - "cwaxedwthcoslab": "waxed_weathered_cut_copper_slab", - "cwaxedwthcostep": "waxed_weathered_cut_copper_slab", - "cwaxweathercohalfblock": "waxed_weathered_cut_copper_slab", - "cwaxweathercophalfblock": "waxed_weathered_cut_copper_slab", - "cwaxweathercopperhalfblock": "waxed_weathered_cut_copper_slab", - "cwaxweathercoppersl": "waxed_weathered_cut_copper_slab", - "cwaxweathercopperslab": "waxed_weathered_cut_copper_slab", - "cwaxweathercopperstep": "waxed_weathered_cut_copper_slab", - "cwaxweathercopsl": "waxed_weathered_cut_copper_slab", - "cwaxweathercopslab": "waxed_weathered_cut_copper_slab", - "cwaxweathercopstep": "waxed_weathered_cut_copper_slab", - "cwaxweathercosl": "waxed_weathered_cut_copper_slab", - "cwaxweathercoslab": "waxed_weathered_cut_copper_slab", - "cwaxweathercostep": "waxed_weathered_cut_copper_slab", - "cwaxweatheredcohalfblock": "waxed_weathered_cut_copper_slab", - "cwaxweatheredcophalfblock": "waxed_weathered_cut_copper_slab", - "cwaxweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cwaxweatheredcoppersl": "waxed_weathered_cut_copper_slab", - "cwaxweatheredcopperslab": "waxed_weathered_cut_copper_slab", - "cwaxweatheredcopperstep": "waxed_weathered_cut_copper_slab", - "cwaxweatheredcopsl": "waxed_weathered_cut_copper_slab", - "cwaxweatheredcopslab": "waxed_weathered_cut_copper_slab", - "cwaxweatheredcopstep": "waxed_weathered_cut_copper_slab", - "cwaxweatheredcosl": "waxed_weathered_cut_copper_slab", - "cwaxweatheredcoslab": "waxed_weathered_cut_copper_slab", - "cwaxweatheredcostep": "waxed_weathered_cut_copper_slab", - "cwaxwecohalfblock": "waxed_weathered_cut_copper_slab", - "cwaxwecophalfblock": "waxed_weathered_cut_copper_slab", - "cwaxwecopperhalfblock": "waxed_weathered_cut_copper_slab", - "cwaxwecoppersl": "waxed_weathered_cut_copper_slab", - "cwaxwecopperslab": "waxed_weathered_cut_copper_slab", - "cwaxwecopperstep": "waxed_weathered_cut_copper_slab", - "cwaxwecopsl": "waxed_weathered_cut_copper_slab", - "cwaxwecopslab": "waxed_weathered_cut_copper_slab", - "cwaxwecopstep": "waxed_weathered_cut_copper_slab", - "cwaxwecosl": "waxed_weathered_cut_copper_slab", - "cwaxwecoslab": "waxed_weathered_cut_copper_slab", - "cwaxwecostep": "waxed_weathered_cut_copper_slab", - "cwaxwthcohalfblock": "waxed_weathered_cut_copper_slab", - "cwaxwthcophalfblock": "waxed_weathered_cut_copper_slab", - "cwaxwthcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cwaxwthcoppersl": "waxed_weathered_cut_copper_slab", - "cwaxwthcopperslab": "waxed_weathered_cut_copper_slab", - "cwaxwthcopperstep": "waxed_weathered_cut_copper_slab", - "cwaxwthcopsl": "waxed_weathered_cut_copper_slab", - "cwaxwthcopslab": "waxed_weathered_cut_copper_slab", - "cwaxwthcopstep": "waxed_weathered_cut_copper_slab", - "cwaxwthcosl": "waxed_weathered_cut_copper_slab", - "cwaxwthcoslab": "waxed_weathered_cut_copper_slab", - "cwaxwthcostep": "waxed_weathered_cut_copper_slab", - "cweatheredwacohalfblock": "waxed_weathered_cut_copper_slab", - "cweatheredwacophalfblock": "waxed_weathered_cut_copper_slab", - "cweatheredwacopperhalfblock": "waxed_weathered_cut_copper_slab", - "cweatheredwacoppersl": "waxed_weathered_cut_copper_slab", - "cweatheredwacopperslab": "waxed_weathered_cut_copper_slab", - "cweatheredwacopperstep": "waxed_weathered_cut_copper_slab", - "cweatheredwacopsl": "waxed_weathered_cut_copper_slab", - "cweatheredwacopslab": "waxed_weathered_cut_copper_slab", - "cweatheredwacopstep": "waxed_weathered_cut_copper_slab", - "cweatheredwacosl": "waxed_weathered_cut_copper_slab", - "cweatheredwacoslab": "waxed_weathered_cut_copper_slab", - "cweatheredwacostep": "waxed_weathered_cut_copper_slab", - "cweatheredwaxcohalfblock": "waxed_weathered_cut_copper_slab", - "cweatheredwaxcophalfblock": "waxed_weathered_cut_copper_slab", - "cweatheredwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cweatheredwaxcoppersl": "waxed_weathered_cut_copper_slab", - "cweatheredwaxcopperslab": "waxed_weathered_cut_copper_slab", - "cweatheredwaxcopperstep": "waxed_weathered_cut_copper_slab", - "cweatheredwaxcopsl": "waxed_weathered_cut_copper_slab", - "cweatheredwaxcopslab": "waxed_weathered_cut_copper_slab", - "cweatheredwaxcopstep": "waxed_weathered_cut_copper_slab", - "cweatheredwaxcosl": "waxed_weathered_cut_copper_slab", - "cweatheredwaxcoslab": "waxed_weathered_cut_copper_slab", - "cweatheredwaxcostep": "waxed_weathered_cut_copper_slab", - "cweatheredwaxedcohalfblock": "waxed_weathered_cut_copper_slab", - "cweatheredwaxedcophalfblock": "waxed_weathered_cut_copper_slab", - "cweatheredwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cweatheredwaxedcoppersl": "waxed_weathered_cut_copper_slab", - "cweatheredwaxedcopperslab": "waxed_weathered_cut_copper_slab", - "cweatheredwaxedcopperstep": "waxed_weathered_cut_copper_slab", - "cweatheredwaxedcopsl": "waxed_weathered_cut_copper_slab", - "cweatheredwaxedcopslab": "waxed_weathered_cut_copper_slab", - "cweatheredwaxedcopstep": "waxed_weathered_cut_copper_slab", - "cweatheredwaxedcosl": "waxed_weathered_cut_copper_slab", - "cweatheredwaxedcoslab": "waxed_weathered_cut_copper_slab", - "cweatheredwaxedcostep": "waxed_weathered_cut_copper_slab", - "cweatherwacohalfblock": "waxed_weathered_cut_copper_slab", - "cweatherwacophalfblock": "waxed_weathered_cut_copper_slab", - "cweatherwacopperhalfblock": "waxed_weathered_cut_copper_slab", - "cweatherwacoppersl": "waxed_weathered_cut_copper_slab", - "cweatherwacopperslab": "waxed_weathered_cut_copper_slab", - "cweatherwacopperstep": "waxed_weathered_cut_copper_slab", - "cweatherwacopsl": "waxed_weathered_cut_copper_slab", - "cweatherwacopslab": "waxed_weathered_cut_copper_slab", - "cweatherwacopstep": "waxed_weathered_cut_copper_slab", - "cweatherwacosl": "waxed_weathered_cut_copper_slab", - "cweatherwacoslab": "waxed_weathered_cut_copper_slab", - "cweatherwacostep": "waxed_weathered_cut_copper_slab", - "cweatherwaxcohalfblock": "waxed_weathered_cut_copper_slab", - "cweatherwaxcophalfblock": "waxed_weathered_cut_copper_slab", - "cweatherwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cweatherwaxcoppersl": "waxed_weathered_cut_copper_slab", - "cweatherwaxcopperslab": "waxed_weathered_cut_copper_slab", - "cweatherwaxcopperstep": "waxed_weathered_cut_copper_slab", - "cweatherwaxcopsl": "waxed_weathered_cut_copper_slab", - "cweatherwaxcopslab": "waxed_weathered_cut_copper_slab", - "cweatherwaxcopstep": "waxed_weathered_cut_copper_slab", - "cweatherwaxcosl": "waxed_weathered_cut_copper_slab", - "cweatherwaxcoslab": "waxed_weathered_cut_copper_slab", - "cweatherwaxcostep": "waxed_weathered_cut_copper_slab", - "cweatherwaxedcohalfblock": "waxed_weathered_cut_copper_slab", - "cweatherwaxedcophalfblock": "waxed_weathered_cut_copper_slab", - "cweatherwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cweatherwaxedcoppersl": "waxed_weathered_cut_copper_slab", - "cweatherwaxedcopperslab": "waxed_weathered_cut_copper_slab", - "cweatherwaxedcopperstep": "waxed_weathered_cut_copper_slab", - "cweatherwaxedcopsl": "waxed_weathered_cut_copper_slab", - "cweatherwaxedcopslab": "waxed_weathered_cut_copper_slab", - "cweatherwaxedcopstep": "waxed_weathered_cut_copper_slab", - "cweatherwaxedcosl": "waxed_weathered_cut_copper_slab", - "cweatherwaxedcoslab": "waxed_weathered_cut_copper_slab", - "cweatherwaxedcostep": "waxed_weathered_cut_copper_slab", - "cwewacohalfblock": "waxed_weathered_cut_copper_slab", - "cwewacophalfblock": "waxed_weathered_cut_copper_slab", - "cwewacopperhalfblock": "waxed_weathered_cut_copper_slab", - "cwewacoppersl": "waxed_weathered_cut_copper_slab", - "cwewacopperslab": "waxed_weathered_cut_copper_slab", - "cwewacopperstep": "waxed_weathered_cut_copper_slab", - "cwewacopsl": "waxed_weathered_cut_copper_slab", - "cwewacopslab": "waxed_weathered_cut_copper_slab", - "cwewacopstep": "waxed_weathered_cut_copper_slab", - "cwewacosl": "waxed_weathered_cut_copper_slab", - "cwewacoslab": "waxed_weathered_cut_copper_slab", - "cwewacostep": "waxed_weathered_cut_copper_slab", - "cwewaxcohalfblock": "waxed_weathered_cut_copper_slab", - "cwewaxcophalfblock": "waxed_weathered_cut_copper_slab", - "cwewaxcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cwewaxcoppersl": "waxed_weathered_cut_copper_slab", - "cwewaxcopperslab": "waxed_weathered_cut_copper_slab", - "cwewaxcopperstep": "waxed_weathered_cut_copper_slab", - "cwewaxcopsl": "waxed_weathered_cut_copper_slab", - "cwewaxcopslab": "waxed_weathered_cut_copper_slab", - "cwewaxcopstep": "waxed_weathered_cut_copper_slab", - "cwewaxcosl": "waxed_weathered_cut_copper_slab", - "cwewaxcoslab": "waxed_weathered_cut_copper_slab", - "cwewaxcostep": "waxed_weathered_cut_copper_slab", - "cwewaxedcohalfblock": "waxed_weathered_cut_copper_slab", - "cwewaxedcophalfblock": "waxed_weathered_cut_copper_slab", - "cwewaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cwewaxedcoppersl": "waxed_weathered_cut_copper_slab", - "cwewaxedcopperslab": "waxed_weathered_cut_copper_slab", - "cwewaxedcopperstep": "waxed_weathered_cut_copper_slab", - "cwewaxedcopsl": "waxed_weathered_cut_copper_slab", - "cwewaxedcopslab": "waxed_weathered_cut_copper_slab", - "cwewaxedcopstep": "waxed_weathered_cut_copper_slab", - "cwewaxedcosl": "waxed_weathered_cut_copper_slab", - "cwewaxedcoslab": "waxed_weathered_cut_copper_slab", - "cwewaxedcostep": "waxed_weathered_cut_copper_slab", - "cwthwacohalfblock": "waxed_weathered_cut_copper_slab", - "cwthwacophalfblock": "waxed_weathered_cut_copper_slab", - "cwthwacopperhalfblock": "waxed_weathered_cut_copper_slab", - "cwthwacoppersl": "waxed_weathered_cut_copper_slab", - "cwthwacopperslab": "waxed_weathered_cut_copper_slab", - "cwthwacopperstep": "waxed_weathered_cut_copper_slab", - "cwthwacopsl": "waxed_weathered_cut_copper_slab", - "cwthwacopslab": "waxed_weathered_cut_copper_slab", - "cwthwacopstep": "waxed_weathered_cut_copper_slab", - "cwthwacosl": "waxed_weathered_cut_copper_slab", - "cwthwacoslab": "waxed_weathered_cut_copper_slab", - "cwthwacostep": "waxed_weathered_cut_copper_slab", - "cwthwaxcohalfblock": "waxed_weathered_cut_copper_slab", - "cwthwaxcophalfblock": "waxed_weathered_cut_copper_slab", - "cwthwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cwthwaxcoppersl": "waxed_weathered_cut_copper_slab", - "cwthwaxcopperslab": "waxed_weathered_cut_copper_slab", - "cwthwaxcopperstep": "waxed_weathered_cut_copper_slab", - "cwthwaxcopsl": "waxed_weathered_cut_copper_slab", - "cwthwaxcopslab": "waxed_weathered_cut_copper_slab", - "cwthwaxcopstep": "waxed_weathered_cut_copper_slab", - "cwthwaxcosl": "waxed_weathered_cut_copper_slab", - "cwthwaxcoslab": "waxed_weathered_cut_copper_slab", - "cwthwaxcostep": "waxed_weathered_cut_copper_slab", - "cwthwaxedcohalfblock": "waxed_weathered_cut_copper_slab", - "cwthwaxedcophalfblock": "waxed_weathered_cut_copper_slab", - "cwthwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cwthwaxedcoppersl": "waxed_weathered_cut_copper_slab", - "cwthwaxedcopperslab": "waxed_weathered_cut_copper_slab", - "cwthwaxedcopperstep": "waxed_weathered_cut_copper_slab", - "cwthwaxedcopsl": "waxed_weathered_cut_copper_slab", - "cwthwaxedcopslab": "waxed_weathered_cut_copper_slab", - "cwthwaxedcopstep": "waxed_weathered_cut_copper_slab", - "cwthwaxedcosl": "waxed_weathered_cut_copper_slab", - "cwthwaxedcoslab": "waxed_weathered_cut_copper_slab", - "cwthwaxedcostep": "waxed_weathered_cut_copper_slab", - "minecraft:waxed_weathered_cut_copper_slab": "waxed_weathered_cut_copper_slab", - "wacutweathercohalfblock": "waxed_weathered_cut_copper_slab", - "wacutweathercophalfblock": "waxed_weathered_cut_copper_slab", - "wacutweathercopperhalfblock": "waxed_weathered_cut_copper_slab", - "wacutweathercoppersl": "waxed_weathered_cut_copper_slab", - "wacutweathercopperslab": "waxed_weathered_cut_copper_slab", - "wacutweathercopperstep": "waxed_weathered_cut_copper_slab", - "wacutweathercopsl": "waxed_weathered_cut_copper_slab", - "wacutweathercopslab": "waxed_weathered_cut_copper_slab", - "wacutweathercopstep": "waxed_weathered_cut_copper_slab", - "wacutweathercosl": "waxed_weathered_cut_copper_slab", - "wacutweathercoslab": "waxed_weathered_cut_copper_slab", - "wacutweathercostep": "waxed_weathered_cut_copper_slab", - "wacutweatheredcohalfblock": "waxed_weathered_cut_copper_slab", - "wacutweatheredcophalfblock": "waxed_weathered_cut_copper_slab", - "wacutweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wacutweatheredcoppersl": "waxed_weathered_cut_copper_slab", - "wacutweatheredcopperslab": "waxed_weathered_cut_copper_slab", - "wacutweatheredcopperstep": "waxed_weathered_cut_copper_slab", - "wacutweatheredcopsl": "waxed_weathered_cut_copper_slab", - "wacutweatheredcopslab": "waxed_weathered_cut_copper_slab", - "wacutweatheredcopstep": "waxed_weathered_cut_copper_slab", - "wacutweatheredcosl": "waxed_weathered_cut_copper_slab", - "wacutweatheredcoslab": "waxed_weathered_cut_copper_slab", - "wacutweatheredcostep": "waxed_weathered_cut_copper_slab", - "wacutwecohalfblock": "waxed_weathered_cut_copper_slab", - "wacutwecophalfblock": "waxed_weathered_cut_copper_slab", - "wacutwecopperhalfblock": "waxed_weathered_cut_copper_slab", - "wacutwecoppersl": "waxed_weathered_cut_copper_slab", - "wacutwecopperslab": "waxed_weathered_cut_copper_slab", - "wacutwecopperstep": "waxed_weathered_cut_copper_slab", - "wacutwecopsl": "waxed_weathered_cut_copper_slab", - "wacutwecopslab": "waxed_weathered_cut_copper_slab", - "wacutwecopstep": "waxed_weathered_cut_copper_slab", - "wacutwecosl": "waxed_weathered_cut_copper_slab", - "wacutwecoslab": "waxed_weathered_cut_copper_slab", - "wacutwecostep": "waxed_weathered_cut_copper_slab", - "wacutwthcohalfblock": "waxed_weathered_cut_copper_slab", - "wacutwthcophalfblock": "waxed_weathered_cut_copper_slab", - "wacutwthcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wacutwthcoppersl": "waxed_weathered_cut_copper_slab", - "wacutwthcopperslab": "waxed_weathered_cut_copper_slab", - "wacutwthcopperstep": "waxed_weathered_cut_copper_slab", - "wacutwthcopsl": "waxed_weathered_cut_copper_slab", - "wacutwthcopslab": "waxed_weathered_cut_copper_slab", - "wacutwthcopstep": "waxed_weathered_cut_copper_slab", - "wacutwthcosl": "waxed_weathered_cut_copper_slab", - "wacutwthcoslab": "waxed_weathered_cut_copper_slab", - "wacutwthcostep": "waxed_weathered_cut_copper_slab", - "wacweathercohalfblock": "waxed_weathered_cut_copper_slab", - "wacweathercophalfblock": "waxed_weathered_cut_copper_slab", - "wacweathercopperhalfblock": "waxed_weathered_cut_copper_slab", - "wacweathercoppersl": "waxed_weathered_cut_copper_slab", - "wacweathercopperslab": "waxed_weathered_cut_copper_slab", - "wacweathercopperstep": "waxed_weathered_cut_copper_slab", - "wacweathercopsl": "waxed_weathered_cut_copper_slab", - "wacweathercopslab": "waxed_weathered_cut_copper_slab", - "wacweathercopstep": "waxed_weathered_cut_copper_slab", - "wacweathercosl": "waxed_weathered_cut_copper_slab", - "wacweathercoslab": "waxed_weathered_cut_copper_slab", - "wacweathercostep": "waxed_weathered_cut_copper_slab", - "wacweatheredcohalfblock": "waxed_weathered_cut_copper_slab", - "wacweatheredcophalfblock": "waxed_weathered_cut_copper_slab", - "wacweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wacweatheredcoppersl": "waxed_weathered_cut_copper_slab", - "wacweatheredcopperslab": "waxed_weathered_cut_copper_slab", - "wacweatheredcopperstep": "waxed_weathered_cut_copper_slab", - "wacweatheredcopsl": "waxed_weathered_cut_copper_slab", - "wacweatheredcopslab": "waxed_weathered_cut_copper_slab", - "wacweatheredcopstep": "waxed_weathered_cut_copper_slab", - "wacweatheredcosl": "waxed_weathered_cut_copper_slab", - "wacweatheredcoslab": "waxed_weathered_cut_copper_slab", - "wacweatheredcostep": "waxed_weathered_cut_copper_slab", - "wacwecohalfblock": "waxed_weathered_cut_copper_slab", - "wacwecophalfblock": "waxed_weathered_cut_copper_slab", - "wacwecopperhalfblock": "waxed_weathered_cut_copper_slab", - "wacwecoppersl": "waxed_weathered_cut_copper_slab", - "wacwecopperslab": "waxed_weathered_cut_copper_slab", - "wacwecopperstep": "waxed_weathered_cut_copper_slab", - "wacwecopsl": "waxed_weathered_cut_copper_slab", - "wacwecopslab": "waxed_weathered_cut_copper_slab", - "wacwecopstep": "waxed_weathered_cut_copper_slab", - "wacwecosl": "waxed_weathered_cut_copper_slab", - "wacwecoslab": "waxed_weathered_cut_copper_slab", - "wacwecostep": "waxed_weathered_cut_copper_slab", - "wacwthcohalfblock": "waxed_weathered_cut_copper_slab", - "wacwthcophalfblock": "waxed_weathered_cut_copper_slab", - "wacwthcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wacwthcoppersl": "waxed_weathered_cut_copper_slab", - "wacwthcopperslab": "waxed_weathered_cut_copper_slab", - "wacwthcopperstep": "waxed_weathered_cut_copper_slab", - "wacwthcopsl": "waxed_weathered_cut_copper_slab", - "wacwthcopslab": "waxed_weathered_cut_copper_slab", - "wacwthcopstep": "waxed_weathered_cut_copper_slab", - "wacwthcosl": "waxed_weathered_cut_copper_slab", - "wacwthcoslab": "waxed_weathered_cut_copper_slab", - "wacwthcostep": "waxed_weathered_cut_copper_slab", - "waweatherccohalfblock": "waxed_weathered_cut_copper_slab", - "waweatherccophalfblock": "waxed_weathered_cut_copper_slab", - "waweatherccopperhalfblock": "waxed_weathered_cut_copper_slab", - "waweatherccoppersl": "waxed_weathered_cut_copper_slab", - "waweatherccopperslab": "waxed_weathered_cut_copper_slab", - "waweatherccopperstep": "waxed_weathered_cut_copper_slab", - "waweatherccopsl": "waxed_weathered_cut_copper_slab", - "waweatherccopslab": "waxed_weathered_cut_copper_slab", - "waweatherccopstep": "waxed_weathered_cut_copper_slab", - "waweatherccosl": "waxed_weathered_cut_copper_slab", - "waweatherccoslab": "waxed_weathered_cut_copper_slab", - "waweatherccostep": "waxed_weathered_cut_copper_slab", - "waweathercutcohalfblock": "waxed_weathered_cut_copper_slab", - "waweathercutcophalfblock": "waxed_weathered_cut_copper_slab", - "waweathercutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "waweathercutcoppersl": "waxed_weathered_cut_copper_slab", - "waweathercutcopperslab": "waxed_weathered_cut_copper_slab", - "waweathercutcopperstep": "waxed_weathered_cut_copper_slab", - "waweathercutcopsl": "waxed_weathered_cut_copper_slab", - "waweathercutcopslab": "waxed_weathered_cut_copper_slab", - "waweathercutcopstep": "waxed_weathered_cut_copper_slab", - "waweathercutcosl": "waxed_weathered_cut_copper_slab", - "waweathercutcoslab": "waxed_weathered_cut_copper_slab", - "waweathercutcostep": "waxed_weathered_cut_copper_slab", - "waweatheredccohalfblock": "waxed_weathered_cut_copper_slab", - "waweatheredccophalfblock": "waxed_weathered_cut_copper_slab", - "waweatheredccopperhalfblock": "waxed_weathered_cut_copper_slab", - "waweatheredccoppersl": "waxed_weathered_cut_copper_slab", - "waweatheredccopperslab": "waxed_weathered_cut_copper_slab", - "waweatheredccopperstep": "waxed_weathered_cut_copper_slab", - "waweatheredccopsl": "waxed_weathered_cut_copper_slab", - "waweatheredccopslab": "waxed_weathered_cut_copper_slab", - "waweatheredccopstep": "waxed_weathered_cut_copper_slab", - "waweatheredccosl": "waxed_weathered_cut_copper_slab", - "waweatheredccoslab": "waxed_weathered_cut_copper_slab", - "waweatheredccostep": "waxed_weathered_cut_copper_slab", - "waweatheredcutcohalfblock": "waxed_weathered_cut_copper_slab", - "waweatheredcutcophalfblock": "waxed_weathered_cut_copper_slab", - "waweatheredcutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "waweatheredcutcoppersl": "waxed_weathered_cut_copper_slab", - "waweatheredcutcopperslab": "waxed_weathered_cut_copper_slab", - "waweatheredcutcopperstep": "waxed_weathered_cut_copper_slab", - "waweatheredcutcopsl": "waxed_weathered_cut_copper_slab", - "waweatheredcutcopslab": "waxed_weathered_cut_copper_slab", - "waweatheredcutcopstep": "waxed_weathered_cut_copper_slab", - "waweatheredcutcosl": "waxed_weathered_cut_copper_slab", - "waweatheredcutcoslab": "waxed_weathered_cut_copper_slab", - "waweatheredcutcostep": "waxed_weathered_cut_copper_slab", - "waweccohalfblock": "waxed_weathered_cut_copper_slab", - "waweccophalfblock": "waxed_weathered_cut_copper_slab", - "waweccopperhalfblock": "waxed_weathered_cut_copper_slab", - "waweccoppersl": "waxed_weathered_cut_copper_slab", - "waweccopperslab": "waxed_weathered_cut_copper_slab", - "waweccopperstep": "waxed_weathered_cut_copper_slab", - "waweccopsl": "waxed_weathered_cut_copper_slab", - "waweccopslab": "waxed_weathered_cut_copper_slab", - "waweccopstep": "waxed_weathered_cut_copper_slab", - "waweccosl": "waxed_weathered_cut_copper_slab", - "waweccoslab": "waxed_weathered_cut_copper_slab", - "waweccostep": "waxed_weathered_cut_copper_slab", - "wawecutcohalfblock": "waxed_weathered_cut_copper_slab", - "wawecutcophalfblock": "waxed_weathered_cut_copper_slab", - "wawecutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wawecutcoppersl": "waxed_weathered_cut_copper_slab", - "wawecutcopperslab": "waxed_weathered_cut_copper_slab", - "wawecutcopperstep": "waxed_weathered_cut_copper_slab", - "wawecutcopsl": "waxed_weathered_cut_copper_slab", - "wawecutcopslab": "waxed_weathered_cut_copper_slab", - "wawecutcopstep": "waxed_weathered_cut_copper_slab", - "wawecutcosl": "waxed_weathered_cut_copper_slab", - "wawecutcoslab": "waxed_weathered_cut_copper_slab", - "wawecutcostep": "waxed_weathered_cut_copper_slab", - "wawthccohalfblock": "waxed_weathered_cut_copper_slab", - "wawthccophalfblock": "waxed_weathered_cut_copper_slab", - "wawthccopperhalfblock": "waxed_weathered_cut_copper_slab", - "wawthccoppersl": "waxed_weathered_cut_copper_slab", - "wawthccopperslab": "waxed_weathered_cut_copper_slab", - "wawthccopperstep": "waxed_weathered_cut_copper_slab", - "wawthccopsl": "waxed_weathered_cut_copper_slab", - "wawthccopslab": "waxed_weathered_cut_copper_slab", - "wawthccopstep": "waxed_weathered_cut_copper_slab", - "wawthccosl": "waxed_weathered_cut_copper_slab", - "wawthccoslab": "waxed_weathered_cut_copper_slab", - "wawthccostep": "waxed_weathered_cut_copper_slab", - "wawthcutcohalfblock": "waxed_weathered_cut_copper_slab", - "wawthcutcophalfblock": "waxed_weathered_cut_copper_slab", - "wawthcutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wawthcutcoppersl": "waxed_weathered_cut_copper_slab", - "wawthcutcopperslab": "waxed_weathered_cut_copper_slab", - "wawthcutcopperstep": "waxed_weathered_cut_copper_slab", - "wawthcutcopsl": "waxed_weathered_cut_copper_slab", - "wawthcutcopslab": "waxed_weathered_cut_copper_slab", - "wawthcutcopstep": "waxed_weathered_cut_copper_slab", - "wawthcutcosl": "waxed_weathered_cut_copper_slab", - "wawthcutcoslab": "waxed_weathered_cut_copper_slab", - "wawthcutcostep": "waxed_weathered_cut_copper_slab", - "waxcutweathercohalfblock": "waxed_weathered_cut_copper_slab", - "waxcutweathercophalfblock": "waxed_weathered_cut_copper_slab", - "waxcutweathercopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxcutweathercoppersl": "waxed_weathered_cut_copper_slab", - "waxcutweathercopperslab": "waxed_weathered_cut_copper_slab", - "waxcutweathercopperstep": "waxed_weathered_cut_copper_slab", - "waxcutweathercopsl": "waxed_weathered_cut_copper_slab", - "waxcutweathercopslab": "waxed_weathered_cut_copper_slab", - "waxcutweathercopstep": "waxed_weathered_cut_copper_slab", - "waxcutweathercosl": "waxed_weathered_cut_copper_slab", - "waxcutweathercoslab": "waxed_weathered_cut_copper_slab", - "waxcutweathercostep": "waxed_weathered_cut_copper_slab", - "waxcutweatheredcohalfblock": "waxed_weathered_cut_copper_slab", - "waxcutweatheredcophalfblock": "waxed_weathered_cut_copper_slab", - "waxcutweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxcutweatheredcoppersl": "waxed_weathered_cut_copper_slab", - "waxcutweatheredcopperslab": "waxed_weathered_cut_copper_slab", - "waxcutweatheredcopperstep": "waxed_weathered_cut_copper_slab", - "waxcutweatheredcopsl": "waxed_weathered_cut_copper_slab", - "waxcutweatheredcopslab": "waxed_weathered_cut_copper_slab", - "waxcutweatheredcopstep": "waxed_weathered_cut_copper_slab", - "waxcutweatheredcosl": "waxed_weathered_cut_copper_slab", - "waxcutweatheredcoslab": "waxed_weathered_cut_copper_slab", - "waxcutweatheredcostep": "waxed_weathered_cut_copper_slab", - "waxcutwecohalfblock": "waxed_weathered_cut_copper_slab", - "waxcutwecophalfblock": "waxed_weathered_cut_copper_slab", - "waxcutwecopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxcutwecoppersl": "waxed_weathered_cut_copper_slab", - "waxcutwecopperslab": "waxed_weathered_cut_copper_slab", - "waxcutwecopperstep": "waxed_weathered_cut_copper_slab", - "waxcutwecopsl": "waxed_weathered_cut_copper_slab", - "waxcutwecopslab": "waxed_weathered_cut_copper_slab", - "waxcutwecopstep": "waxed_weathered_cut_copper_slab", - "waxcutwecosl": "waxed_weathered_cut_copper_slab", - "waxcutwecoslab": "waxed_weathered_cut_copper_slab", - "waxcutwecostep": "waxed_weathered_cut_copper_slab", - "waxcutwthcohalfblock": "waxed_weathered_cut_copper_slab", - "waxcutwthcophalfblock": "waxed_weathered_cut_copper_slab", - "waxcutwthcopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxcutwthcoppersl": "waxed_weathered_cut_copper_slab", - "waxcutwthcopperslab": "waxed_weathered_cut_copper_slab", - "waxcutwthcopperstep": "waxed_weathered_cut_copper_slab", - "waxcutwthcopsl": "waxed_weathered_cut_copper_slab", - "waxcutwthcopslab": "waxed_weathered_cut_copper_slab", - "waxcutwthcopstep": "waxed_weathered_cut_copper_slab", - "waxcutwthcosl": "waxed_weathered_cut_copper_slab", - "waxcutwthcoslab": "waxed_weathered_cut_copper_slab", - "waxcutwthcostep": "waxed_weathered_cut_copper_slab", - "waxcweathercohalfblock": "waxed_weathered_cut_copper_slab", - "waxcweathercophalfblock": "waxed_weathered_cut_copper_slab", - "waxcweathercopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxcweathercoppersl": "waxed_weathered_cut_copper_slab", - "waxcweathercopperslab": "waxed_weathered_cut_copper_slab", - "waxcweathercopperstep": "waxed_weathered_cut_copper_slab", - "waxcweathercopsl": "waxed_weathered_cut_copper_slab", - "waxcweathercopslab": "waxed_weathered_cut_copper_slab", - "waxcweathercopstep": "waxed_weathered_cut_copper_slab", - "waxcweathercosl": "waxed_weathered_cut_copper_slab", - "waxcweathercoslab": "waxed_weathered_cut_copper_slab", - "waxcweathercostep": "waxed_weathered_cut_copper_slab", - "waxcweatheredcohalfblock": "waxed_weathered_cut_copper_slab", - "waxcweatheredcophalfblock": "waxed_weathered_cut_copper_slab", - "waxcweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxcweatheredcoppersl": "waxed_weathered_cut_copper_slab", - "waxcweatheredcopperslab": "waxed_weathered_cut_copper_slab", - "waxcweatheredcopperstep": "waxed_weathered_cut_copper_slab", - "waxcweatheredcopsl": "waxed_weathered_cut_copper_slab", - "waxcweatheredcopslab": "waxed_weathered_cut_copper_slab", - "waxcweatheredcopstep": "waxed_weathered_cut_copper_slab", - "waxcweatheredcosl": "waxed_weathered_cut_copper_slab", - "waxcweatheredcoslab": "waxed_weathered_cut_copper_slab", - "waxcweatheredcostep": "waxed_weathered_cut_copper_slab", - "waxcwecohalfblock": "waxed_weathered_cut_copper_slab", - "waxcwecophalfblock": "waxed_weathered_cut_copper_slab", - "waxcwecopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxcwecoppersl": "waxed_weathered_cut_copper_slab", - "waxcwecopperslab": "waxed_weathered_cut_copper_slab", - "waxcwecopperstep": "waxed_weathered_cut_copper_slab", - "waxcwecopsl": "waxed_weathered_cut_copper_slab", - "waxcwecopslab": "waxed_weathered_cut_copper_slab", - "waxcwecopstep": "waxed_weathered_cut_copper_slab", - "waxcwecosl": "waxed_weathered_cut_copper_slab", - "waxcwecoslab": "waxed_weathered_cut_copper_slab", - "waxcwecostep": "waxed_weathered_cut_copper_slab", - "waxcwthcohalfblock": "waxed_weathered_cut_copper_slab", - "waxcwthcophalfblock": "waxed_weathered_cut_copper_slab", - "waxcwthcopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxcwthcoppersl": "waxed_weathered_cut_copper_slab", - "waxcwthcopperslab": "waxed_weathered_cut_copper_slab", - "waxcwthcopperstep": "waxed_weathered_cut_copper_slab", - "waxcwthcopsl": "waxed_weathered_cut_copper_slab", - "waxcwthcopslab": "waxed_weathered_cut_copper_slab", - "waxcwthcopstep": "waxed_weathered_cut_copper_slab", - "waxcwthcosl": "waxed_weathered_cut_copper_slab", - "waxcwthcoslab": "waxed_weathered_cut_copper_slab", - "waxcwthcostep": "waxed_weathered_cut_copper_slab", - "waxedcutweathercohalfblock": "waxed_weathered_cut_copper_slab", - "waxedcutweathercophalfblock": "waxed_weathered_cut_copper_slab", - "waxedcutweathercopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxedcutweathercoppersl": "waxed_weathered_cut_copper_slab", - "waxedcutweathercopperslab": "waxed_weathered_cut_copper_slab", - "waxedcutweathercopperstep": "waxed_weathered_cut_copper_slab", - "waxedcutweathercopsl": "waxed_weathered_cut_copper_slab", - "waxedcutweathercopslab": "waxed_weathered_cut_copper_slab", - "waxedcutweathercopstep": "waxed_weathered_cut_copper_slab", - "waxedcutweathercosl": "waxed_weathered_cut_copper_slab", - "waxedcutweathercoslab": "waxed_weathered_cut_copper_slab", - "waxedcutweathercostep": "waxed_weathered_cut_copper_slab", - "waxedcutweatheredcohalfblock": "waxed_weathered_cut_copper_slab", - "waxedcutweatheredcophalfblock": "waxed_weathered_cut_copper_slab", - "waxedcutweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxedcutweatheredcoppersl": "waxed_weathered_cut_copper_slab", - "waxedcutweatheredcopperslab": "waxed_weathered_cut_copper_slab", - "waxedcutweatheredcopperstep": "waxed_weathered_cut_copper_slab", - "waxedcutweatheredcopsl": "waxed_weathered_cut_copper_slab", - "waxedcutweatheredcopslab": "waxed_weathered_cut_copper_slab", - "waxedcutweatheredcopstep": "waxed_weathered_cut_copper_slab", - "waxedcutweatheredcosl": "waxed_weathered_cut_copper_slab", - "waxedcutweatheredcoslab": "waxed_weathered_cut_copper_slab", - "waxedcutweatheredcostep": "waxed_weathered_cut_copper_slab", - "waxedcutwecohalfblock": "waxed_weathered_cut_copper_slab", - "waxedcutwecophalfblock": "waxed_weathered_cut_copper_slab", - "waxedcutwecopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxedcutwecoppersl": "waxed_weathered_cut_copper_slab", - "waxedcutwecopperslab": "waxed_weathered_cut_copper_slab", - "waxedcutwecopperstep": "waxed_weathered_cut_copper_slab", - "waxedcutwecopsl": "waxed_weathered_cut_copper_slab", - "waxedcutwecopslab": "waxed_weathered_cut_copper_slab", - "waxedcutwecopstep": "waxed_weathered_cut_copper_slab", - "waxedcutwecosl": "waxed_weathered_cut_copper_slab", - "waxedcutwecoslab": "waxed_weathered_cut_copper_slab", - "waxedcutwecostep": "waxed_weathered_cut_copper_slab", - "waxedcutwthcohalfblock": "waxed_weathered_cut_copper_slab", - "waxedcutwthcophalfblock": "waxed_weathered_cut_copper_slab", - "waxedcutwthcopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxedcutwthcoppersl": "waxed_weathered_cut_copper_slab", - "waxedcutwthcopperslab": "waxed_weathered_cut_copper_slab", - "waxedcutwthcopperstep": "waxed_weathered_cut_copper_slab", - "waxedcutwthcopsl": "waxed_weathered_cut_copper_slab", - "waxedcutwthcopslab": "waxed_weathered_cut_copper_slab", - "waxedcutwthcopstep": "waxed_weathered_cut_copper_slab", - "waxedcutwthcosl": "waxed_weathered_cut_copper_slab", - "waxedcutwthcoslab": "waxed_weathered_cut_copper_slab", - "waxedcutwthcostep": "waxed_weathered_cut_copper_slab", - "waxedcweathercohalfblock": "waxed_weathered_cut_copper_slab", - "waxedcweathercophalfblock": "waxed_weathered_cut_copper_slab", - "waxedcweathercopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxedcweathercoppersl": "waxed_weathered_cut_copper_slab", - "waxedcweathercopperslab": "waxed_weathered_cut_copper_slab", - "waxedcweathercopperstep": "waxed_weathered_cut_copper_slab", - "waxedcweathercopsl": "waxed_weathered_cut_copper_slab", - "waxedcweathercopslab": "waxed_weathered_cut_copper_slab", - "waxedcweathercopstep": "waxed_weathered_cut_copper_slab", - "waxedcweathercosl": "waxed_weathered_cut_copper_slab", - "waxedcweathercoslab": "waxed_weathered_cut_copper_slab", - "waxedcweathercostep": "waxed_weathered_cut_copper_slab", - "waxedcweatheredcohalfblock": "waxed_weathered_cut_copper_slab", - "waxedcweatheredcophalfblock": "waxed_weathered_cut_copper_slab", - "waxedcweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxedcweatheredcoppersl": "waxed_weathered_cut_copper_slab", - "waxedcweatheredcopperslab": "waxed_weathered_cut_copper_slab", - "waxedcweatheredcopperstep": "waxed_weathered_cut_copper_slab", - "waxedcweatheredcopsl": "waxed_weathered_cut_copper_slab", - "waxedcweatheredcopslab": "waxed_weathered_cut_copper_slab", - "waxedcweatheredcopstep": "waxed_weathered_cut_copper_slab", - "waxedcweatheredcosl": "waxed_weathered_cut_copper_slab", - "waxedcweatheredcoslab": "waxed_weathered_cut_copper_slab", - "waxedcweatheredcostep": "waxed_weathered_cut_copper_slab", - "waxedcwecohalfblock": "waxed_weathered_cut_copper_slab", - "waxedcwecophalfblock": "waxed_weathered_cut_copper_slab", - "waxedcwecopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxedcwecoppersl": "waxed_weathered_cut_copper_slab", - "waxedcwecopperslab": "waxed_weathered_cut_copper_slab", - "waxedcwecopperstep": "waxed_weathered_cut_copper_slab", - "waxedcwecopsl": "waxed_weathered_cut_copper_slab", - "waxedcwecopslab": "waxed_weathered_cut_copper_slab", - "waxedcwecopstep": "waxed_weathered_cut_copper_slab", - "waxedcwecosl": "waxed_weathered_cut_copper_slab", - "waxedcwecoslab": "waxed_weathered_cut_copper_slab", - "waxedcwecostep": "waxed_weathered_cut_copper_slab", - "waxedcwthcohalfblock": "waxed_weathered_cut_copper_slab", - "waxedcwthcophalfblock": "waxed_weathered_cut_copper_slab", - "waxedcwthcopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxedcwthcoppersl": "waxed_weathered_cut_copper_slab", - "waxedcwthcopperslab": "waxed_weathered_cut_copper_slab", - "waxedcwthcopperstep": "waxed_weathered_cut_copper_slab", - "waxedcwthcopsl": "waxed_weathered_cut_copper_slab", - "waxedcwthcopslab": "waxed_weathered_cut_copper_slab", - "waxedcwthcopstep": "waxed_weathered_cut_copper_slab", - "waxedcwthcosl": "waxed_weathered_cut_copper_slab", - "waxedcwthcoslab": "waxed_weathered_cut_copper_slab", - "waxedcwthcostep": "waxed_weathered_cut_copper_slab", - "waxedweatherccohalfblock": "waxed_weathered_cut_copper_slab", - "waxedweatherccophalfblock": "waxed_weathered_cut_copper_slab", - "waxedweatherccopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxedweatherccoppersl": "waxed_weathered_cut_copper_slab", - "waxedweatherccopperslab": "waxed_weathered_cut_copper_slab", - "waxedweatherccopperstep": "waxed_weathered_cut_copper_slab", - "waxedweatherccopsl": "waxed_weathered_cut_copper_slab", - "waxedweatherccopslab": "waxed_weathered_cut_copper_slab", - "waxedweatherccopstep": "waxed_weathered_cut_copper_slab", - "waxedweatherccosl": "waxed_weathered_cut_copper_slab", - "waxedweatherccoslab": "waxed_weathered_cut_copper_slab", - "waxedweatherccostep": "waxed_weathered_cut_copper_slab", - "waxedweathercutcohalfblock": "waxed_weathered_cut_copper_slab", - "waxedweathercutcophalfblock": "waxed_weathered_cut_copper_slab", - "waxedweathercutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxedweathercutcoppersl": "waxed_weathered_cut_copper_slab", - "waxedweathercutcopperslab": "waxed_weathered_cut_copper_slab", - "waxedweathercutcopperstep": "waxed_weathered_cut_copper_slab", - "waxedweathercutcopsl": "waxed_weathered_cut_copper_slab", - "waxedweathercutcopslab": "waxed_weathered_cut_copper_slab", - "waxedweathercutcopstep": "waxed_weathered_cut_copper_slab", - "waxedweathercutcosl": "waxed_weathered_cut_copper_slab", - "waxedweathercutcoslab": "waxed_weathered_cut_copper_slab", - "waxedweathercutcostep": "waxed_weathered_cut_copper_slab", - "waxedweatheredccohalfblock": "waxed_weathered_cut_copper_slab", - "waxedweatheredccophalfblock": "waxed_weathered_cut_copper_slab", - "waxedweatheredccopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxedweatheredccoppersl": "waxed_weathered_cut_copper_slab", - "waxedweatheredccopperslab": "waxed_weathered_cut_copper_slab", - "waxedweatheredccopperstep": "waxed_weathered_cut_copper_slab", - "waxedweatheredccopsl": "waxed_weathered_cut_copper_slab", - "waxedweatheredccopslab": "waxed_weathered_cut_copper_slab", - "waxedweatheredccopstep": "waxed_weathered_cut_copper_slab", - "waxedweatheredccosl": "waxed_weathered_cut_copper_slab", - "waxedweatheredccoslab": "waxed_weathered_cut_copper_slab", - "waxedweatheredccostep": "waxed_weathered_cut_copper_slab", - "waxedweatheredcutcohalfblock": "waxed_weathered_cut_copper_slab", - "waxedweatheredcutcophalfblock": "waxed_weathered_cut_copper_slab", - "waxedweatheredcutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxedweatheredcutcoppersl": "waxed_weathered_cut_copper_slab", - "waxedweatheredcutcopperslab": "waxed_weathered_cut_copper_slab", - "waxedweatheredcutcopperstep": "waxed_weathered_cut_copper_slab", - "waxedweatheredcutcopsl": "waxed_weathered_cut_copper_slab", - "waxedweatheredcutcopslab": "waxed_weathered_cut_copper_slab", - "waxedweatheredcutcopstep": "waxed_weathered_cut_copper_slab", - "waxedweatheredcutcosl": "waxed_weathered_cut_copper_slab", - "waxedweatheredcutcoslab": "waxed_weathered_cut_copper_slab", - "waxedweatheredcutcostep": "waxed_weathered_cut_copper_slab", - "waxedweccohalfblock": "waxed_weathered_cut_copper_slab", - "waxedweccophalfblock": "waxed_weathered_cut_copper_slab", - "waxedweccopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxedweccoppersl": "waxed_weathered_cut_copper_slab", - "waxedweccopperslab": "waxed_weathered_cut_copper_slab", - "waxedweccopperstep": "waxed_weathered_cut_copper_slab", - "waxedweccopsl": "waxed_weathered_cut_copper_slab", - "waxedweccopslab": "waxed_weathered_cut_copper_slab", - "waxedweccopstep": "waxed_weathered_cut_copper_slab", - "waxedweccosl": "waxed_weathered_cut_copper_slab", - "waxedweccoslab": "waxed_weathered_cut_copper_slab", - "waxedweccostep": "waxed_weathered_cut_copper_slab", - "waxedwecutcohalfblock": "waxed_weathered_cut_copper_slab", - "waxedwecutcophalfblock": "waxed_weathered_cut_copper_slab", - "waxedwecutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxedwecutcoppersl": "waxed_weathered_cut_copper_slab", - "waxedwecutcopperslab": "waxed_weathered_cut_copper_slab", - "waxedwecutcopperstep": "waxed_weathered_cut_copper_slab", - "waxedwecutcopsl": "waxed_weathered_cut_copper_slab", - "waxedwecutcopslab": "waxed_weathered_cut_copper_slab", - "waxedwecutcopstep": "waxed_weathered_cut_copper_slab", - "waxedwecutcosl": "waxed_weathered_cut_copper_slab", - "waxedwecutcoslab": "waxed_weathered_cut_copper_slab", - "waxedwecutcostep": "waxed_weathered_cut_copper_slab", - "waxedwthccohalfblock": "waxed_weathered_cut_copper_slab", - "waxedwthccophalfblock": "waxed_weathered_cut_copper_slab", - "waxedwthccopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxedwthccoppersl": "waxed_weathered_cut_copper_slab", - "waxedwthccopperslab": "waxed_weathered_cut_copper_slab", - "waxedwthccopperstep": "waxed_weathered_cut_copper_slab", - "waxedwthccopsl": "waxed_weathered_cut_copper_slab", - "waxedwthccopslab": "waxed_weathered_cut_copper_slab", - "waxedwthccopstep": "waxed_weathered_cut_copper_slab", - "waxedwthccosl": "waxed_weathered_cut_copper_slab", - "waxedwthccoslab": "waxed_weathered_cut_copper_slab", - "waxedwthccostep": "waxed_weathered_cut_copper_slab", - "waxedwthcutcohalfblock": "waxed_weathered_cut_copper_slab", - "waxedwthcutcophalfblock": "waxed_weathered_cut_copper_slab", - "waxedwthcutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxedwthcutcoppersl": "waxed_weathered_cut_copper_slab", - "waxedwthcutcopperslab": "waxed_weathered_cut_copper_slab", - "waxedwthcutcopperstep": "waxed_weathered_cut_copper_slab", - "waxedwthcutcopsl": "waxed_weathered_cut_copper_slab", - "waxedwthcutcopslab": "waxed_weathered_cut_copper_slab", - "waxedwthcutcopstep": "waxed_weathered_cut_copper_slab", - "waxedwthcutcosl": "waxed_weathered_cut_copper_slab", - "waxedwthcutcoslab": "waxed_weathered_cut_copper_slab", - "waxedwthcutcostep": "waxed_weathered_cut_copper_slab", - "waxweatherccohalfblock": "waxed_weathered_cut_copper_slab", - "waxweatherccophalfblock": "waxed_weathered_cut_copper_slab", - "waxweatherccopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxweatherccoppersl": "waxed_weathered_cut_copper_slab", - "waxweatherccopperslab": "waxed_weathered_cut_copper_slab", - "waxweatherccopperstep": "waxed_weathered_cut_copper_slab", - "waxweatherccopsl": "waxed_weathered_cut_copper_slab", - "waxweatherccopslab": "waxed_weathered_cut_copper_slab", - "waxweatherccopstep": "waxed_weathered_cut_copper_slab", - "waxweatherccosl": "waxed_weathered_cut_copper_slab", - "waxweatherccoslab": "waxed_weathered_cut_copper_slab", - "waxweatherccostep": "waxed_weathered_cut_copper_slab", - "waxweathercutcohalfblock": "waxed_weathered_cut_copper_slab", - "waxweathercutcophalfblock": "waxed_weathered_cut_copper_slab", - "waxweathercutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxweathercutcoppersl": "waxed_weathered_cut_copper_slab", - "waxweathercutcopperslab": "waxed_weathered_cut_copper_slab", - "waxweathercutcopperstep": "waxed_weathered_cut_copper_slab", - "waxweathercutcopsl": "waxed_weathered_cut_copper_slab", - "waxweathercutcopslab": "waxed_weathered_cut_copper_slab", - "waxweathercutcopstep": "waxed_weathered_cut_copper_slab", - "waxweathercutcosl": "waxed_weathered_cut_copper_slab", - "waxweathercutcoslab": "waxed_weathered_cut_copper_slab", - "waxweathercutcostep": "waxed_weathered_cut_copper_slab", - "waxweatheredccohalfblock": "waxed_weathered_cut_copper_slab", - "waxweatheredccophalfblock": "waxed_weathered_cut_copper_slab", - "waxweatheredccopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxweatheredccoppersl": "waxed_weathered_cut_copper_slab", - "waxweatheredccopperslab": "waxed_weathered_cut_copper_slab", - "waxweatheredccopperstep": "waxed_weathered_cut_copper_slab", - "waxweatheredccopsl": "waxed_weathered_cut_copper_slab", - "waxweatheredccopslab": "waxed_weathered_cut_copper_slab", - "waxweatheredccopstep": "waxed_weathered_cut_copper_slab", - "waxweatheredccosl": "waxed_weathered_cut_copper_slab", - "waxweatheredccoslab": "waxed_weathered_cut_copper_slab", - "waxweatheredccostep": "waxed_weathered_cut_copper_slab", - "waxweatheredcutcohalfblock": "waxed_weathered_cut_copper_slab", - "waxweatheredcutcophalfblock": "waxed_weathered_cut_copper_slab", - "waxweatheredcutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxweatheredcutcoppersl": "waxed_weathered_cut_copper_slab", - "waxweatheredcutcopperslab": "waxed_weathered_cut_copper_slab", - "waxweatheredcutcopperstep": "waxed_weathered_cut_copper_slab", - "waxweatheredcutcopsl": "waxed_weathered_cut_copper_slab", - "waxweatheredcutcopslab": "waxed_weathered_cut_copper_slab", - "waxweatheredcutcopstep": "waxed_weathered_cut_copper_slab", - "waxweatheredcutcosl": "waxed_weathered_cut_copper_slab", - "waxweatheredcutcoslab": "waxed_weathered_cut_copper_slab", - "waxweatheredcutcostep": "waxed_weathered_cut_copper_slab", - "waxweccohalfblock": "waxed_weathered_cut_copper_slab", - "waxweccophalfblock": "waxed_weathered_cut_copper_slab", - "waxweccopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxweccoppersl": "waxed_weathered_cut_copper_slab", - "waxweccopperslab": "waxed_weathered_cut_copper_slab", - "waxweccopperstep": "waxed_weathered_cut_copper_slab", - "waxweccopsl": "waxed_weathered_cut_copper_slab", - "waxweccopslab": "waxed_weathered_cut_copper_slab", - "waxweccopstep": "waxed_weathered_cut_copper_slab", - "waxweccosl": "waxed_weathered_cut_copper_slab", - "waxweccoslab": "waxed_weathered_cut_copper_slab", - "waxweccostep": "waxed_weathered_cut_copper_slab", - "waxwecutcohalfblock": "waxed_weathered_cut_copper_slab", - "waxwecutcophalfblock": "waxed_weathered_cut_copper_slab", - "waxwecutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxwecutcoppersl": "waxed_weathered_cut_copper_slab", - "waxwecutcopperslab": "waxed_weathered_cut_copper_slab", - "waxwecutcopperstep": "waxed_weathered_cut_copper_slab", - "waxwecutcopsl": "waxed_weathered_cut_copper_slab", - "waxwecutcopslab": "waxed_weathered_cut_copper_slab", - "waxwecutcopstep": "waxed_weathered_cut_copper_slab", - "waxwecutcosl": "waxed_weathered_cut_copper_slab", - "waxwecutcoslab": "waxed_weathered_cut_copper_slab", - "waxwecutcostep": "waxed_weathered_cut_copper_slab", - "waxwthccohalfblock": "waxed_weathered_cut_copper_slab", - "waxwthccophalfblock": "waxed_weathered_cut_copper_slab", - "waxwthccopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxwthccoppersl": "waxed_weathered_cut_copper_slab", - "waxwthccopperslab": "waxed_weathered_cut_copper_slab", - "waxwthccopperstep": "waxed_weathered_cut_copper_slab", - "waxwthccopsl": "waxed_weathered_cut_copper_slab", - "waxwthccopslab": "waxed_weathered_cut_copper_slab", - "waxwthccopstep": "waxed_weathered_cut_copper_slab", - "waxwthccosl": "waxed_weathered_cut_copper_slab", - "waxwthccoslab": "waxed_weathered_cut_copper_slab", - "waxwthccostep": "waxed_weathered_cut_copper_slab", - "waxwthcutcohalfblock": "waxed_weathered_cut_copper_slab", - "waxwthcutcophalfblock": "waxed_weathered_cut_copper_slab", - "waxwthcutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxwthcutcoppersl": "waxed_weathered_cut_copper_slab", - "waxwthcutcopperslab": "waxed_weathered_cut_copper_slab", - "waxwthcutcopperstep": "waxed_weathered_cut_copper_slab", - "waxwthcutcopsl": "waxed_weathered_cut_copper_slab", - "waxwthcutcopslab": "waxed_weathered_cut_copper_slab", - "waxwthcutcopstep": "waxed_weathered_cut_copper_slab", - "waxwthcutcosl": "waxed_weathered_cut_copper_slab", - "waxwthcutcoslab": "waxed_weathered_cut_copper_slab", - "waxwthcutcostep": "waxed_weathered_cut_copper_slab", - "weathercutwacohalfblock": "waxed_weathered_cut_copper_slab", - "weathercutwacophalfblock": "waxed_weathered_cut_copper_slab", - "weathercutwacopperhalfblock": "waxed_weathered_cut_copper_slab", - "weathercutwacoppersl": "waxed_weathered_cut_copper_slab", - "weathercutwacopperslab": "waxed_weathered_cut_copper_slab", - "weathercutwacopperstep": "waxed_weathered_cut_copper_slab", - "weathercutwacopsl": "waxed_weathered_cut_copper_slab", - "weathercutwacopslab": "waxed_weathered_cut_copper_slab", - "weathercutwacopstep": "waxed_weathered_cut_copper_slab", - "weathercutwacosl": "waxed_weathered_cut_copper_slab", - "weathercutwacoslab": "waxed_weathered_cut_copper_slab", - "weathercutwacostep": "waxed_weathered_cut_copper_slab", - "weathercutwaxcohalfblock": "waxed_weathered_cut_copper_slab", - "weathercutwaxcophalfblock": "waxed_weathered_cut_copper_slab", - "weathercutwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", - "weathercutwaxcoppersl": "waxed_weathered_cut_copper_slab", - "weathercutwaxcopperslab": "waxed_weathered_cut_copper_slab", - "weathercutwaxcopperstep": "waxed_weathered_cut_copper_slab", - "weathercutwaxcopsl": "waxed_weathered_cut_copper_slab", - "weathercutwaxcopslab": "waxed_weathered_cut_copper_slab", - "weathercutwaxcopstep": "waxed_weathered_cut_copper_slab", - "weathercutwaxcosl": "waxed_weathered_cut_copper_slab", - "weathercutwaxcoslab": "waxed_weathered_cut_copper_slab", - "weathercutwaxcostep": "waxed_weathered_cut_copper_slab", - "weathercutwaxedcohalfblock": "waxed_weathered_cut_copper_slab", - "weathercutwaxedcophalfblock": "waxed_weathered_cut_copper_slab", - "weathercutwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", - "weathercutwaxedcoppersl": "waxed_weathered_cut_copper_slab", - "weathercutwaxedcopperslab": "waxed_weathered_cut_copper_slab", - "weathercutwaxedcopperstep": "waxed_weathered_cut_copper_slab", - "weathercutwaxedcopsl": "waxed_weathered_cut_copper_slab", - "weathercutwaxedcopslab": "waxed_weathered_cut_copper_slab", - "weathercutwaxedcopstep": "waxed_weathered_cut_copper_slab", - "weathercutwaxedcosl": "waxed_weathered_cut_copper_slab", - "weathercutwaxedcoslab": "waxed_weathered_cut_copper_slab", - "weathercutwaxedcostep": "waxed_weathered_cut_copper_slab", - "weathercwacohalfblock": "waxed_weathered_cut_copper_slab", - "weathercwacophalfblock": "waxed_weathered_cut_copper_slab", - "weathercwacopperhalfblock": "waxed_weathered_cut_copper_slab", - "weathercwacoppersl": "waxed_weathered_cut_copper_slab", - "weathercwacopperslab": "waxed_weathered_cut_copper_slab", - "weathercwacopperstep": "waxed_weathered_cut_copper_slab", - "weathercwacopsl": "waxed_weathered_cut_copper_slab", - "weathercwacopslab": "waxed_weathered_cut_copper_slab", - "weathercwacopstep": "waxed_weathered_cut_copper_slab", - "weathercwacosl": "waxed_weathered_cut_copper_slab", - "weathercwacoslab": "waxed_weathered_cut_copper_slab", - "weathercwacostep": "waxed_weathered_cut_copper_slab", - "weathercwaxcohalfblock": "waxed_weathered_cut_copper_slab", - "weathercwaxcophalfblock": "waxed_weathered_cut_copper_slab", - "weathercwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", - "weathercwaxcoppersl": "waxed_weathered_cut_copper_slab", - "weathercwaxcopperslab": "waxed_weathered_cut_copper_slab", - "weathercwaxcopperstep": "waxed_weathered_cut_copper_slab", - "weathercwaxcopsl": "waxed_weathered_cut_copper_slab", - "weathercwaxcopslab": "waxed_weathered_cut_copper_slab", - "weathercwaxcopstep": "waxed_weathered_cut_copper_slab", - "weathercwaxcosl": "waxed_weathered_cut_copper_slab", - "weathercwaxcoslab": "waxed_weathered_cut_copper_slab", - "weathercwaxcostep": "waxed_weathered_cut_copper_slab", - "weathercwaxedcohalfblock": "waxed_weathered_cut_copper_slab", - "weathercwaxedcophalfblock": "waxed_weathered_cut_copper_slab", - "weathercwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", - "weathercwaxedcoppersl": "waxed_weathered_cut_copper_slab", - "weathercwaxedcopperslab": "waxed_weathered_cut_copper_slab", - "weathercwaxedcopperstep": "waxed_weathered_cut_copper_slab", - "weathercwaxedcopsl": "waxed_weathered_cut_copper_slab", - "weathercwaxedcopslab": "waxed_weathered_cut_copper_slab", - "weathercwaxedcopstep": "waxed_weathered_cut_copper_slab", - "weathercwaxedcosl": "waxed_weathered_cut_copper_slab", - "weathercwaxedcoslab": "waxed_weathered_cut_copper_slab", - "weathercwaxedcostep": "waxed_weathered_cut_copper_slab", - "weatheredcutwacohalfblock": "waxed_weathered_cut_copper_slab", - "weatheredcutwacophalfblock": "waxed_weathered_cut_copper_slab", - "weatheredcutwacopperhalfblock": "waxed_weathered_cut_copper_slab", - "weatheredcutwacoppersl": "waxed_weathered_cut_copper_slab", - "weatheredcutwacopperslab": "waxed_weathered_cut_copper_slab", - "weatheredcutwacopperstep": "waxed_weathered_cut_copper_slab", - "weatheredcutwacopsl": "waxed_weathered_cut_copper_slab", - "weatheredcutwacopslab": "waxed_weathered_cut_copper_slab", - "weatheredcutwacopstep": "waxed_weathered_cut_copper_slab", - "weatheredcutwacosl": "waxed_weathered_cut_copper_slab", - "weatheredcutwacoslab": "waxed_weathered_cut_copper_slab", - "weatheredcutwacostep": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxcohalfblock": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxcophalfblock": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxcoppersl": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxcopperslab": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxcopperstep": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxcopsl": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxcopslab": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxcopstep": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxcosl": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxcoslab": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxcostep": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxedcohalfblock": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxedcophalfblock": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxedcoppersl": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxedcopperslab": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxedcopperstep": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxedcopsl": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxedcopslab": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxedcopstep": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxedcosl": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxedcoslab": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxedcostep": "waxed_weathered_cut_copper_slab", - "weatheredcwacohalfblock": "waxed_weathered_cut_copper_slab", - "weatheredcwacophalfblock": "waxed_weathered_cut_copper_slab", - "weatheredcwacopperhalfblock": "waxed_weathered_cut_copper_slab", - "weatheredcwacoppersl": "waxed_weathered_cut_copper_slab", - "weatheredcwacopperslab": "waxed_weathered_cut_copper_slab", - "weatheredcwacopperstep": "waxed_weathered_cut_copper_slab", - "weatheredcwacopsl": "waxed_weathered_cut_copper_slab", - "weatheredcwacopslab": "waxed_weathered_cut_copper_slab", - "weatheredcwacopstep": "waxed_weathered_cut_copper_slab", - "weatheredcwacosl": "waxed_weathered_cut_copper_slab", - "weatheredcwacoslab": "waxed_weathered_cut_copper_slab", - "weatheredcwacostep": "waxed_weathered_cut_copper_slab", - "weatheredcwaxcohalfblock": "waxed_weathered_cut_copper_slab", - "weatheredcwaxcophalfblock": "waxed_weathered_cut_copper_slab", - "weatheredcwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", - "weatheredcwaxcoppersl": "waxed_weathered_cut_copper_slab", - "weatheredcwaxcopperslab": "waxed_weathered_cut_copper_slab", - "weatheredcwaxcopperstep": "waxed_weathered_cut_copper_slab", - "weatheredcwaxcopsl": "waxed_weathered_cut_copper_slab", - "weatheredcwaxcopslab": "waxed_weathered_cut_copper_slab", - "weatheredcwaxcopstep": "waxed_weathered_cut_copper_slab", - "weatheredcwaxcosl": "waxed_weathered_cut_copper_slab", - "weatheredcwaxcoslab": "waxed_weathered_cut_copper_slab", - "weatheredcwaxcostep": "waxed_weathered_cut_copper_slab", - "weatheredcwaxedcohalfblock": "waxed_weathered_cut_copper_slab", - "weatheredcwaxedcophalfblock": "waxed_weathered_cut_copper_slab", - "weatheredcwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", - "weatheredcwaxedcoppersl": "waxed_weathered_cut_copper_slab", - "weatheredcwaxedcopperslab": "waxed_weathered_cut_copper_slab", - "weatheredcwaxedcopperstep": "waxed_weathered_cut_copper_slab", - "weatheredcwaxedcopsl": "waxed_weathered_cut_copper_slab", - "weatheredcwaxedcopslab": "waxed_weathered_cut_copper_slab", - "weatheredcwaxedcopstep": "waxed_weathered_cut_copper_slab", - "weatheredcwaxedcosl": "waxed_weathered_cut_copper_slab", - "weatheredcwaxedcoslab": "waxed_weathered_cut_copper_slab", - "weatheredcwaxedcostep": "waxed_weathered_cut_copper_slab", - "weatheredwaccohalfblock": "waxed_weathered_cut_copper_slab", - "weatheredwaccophalfblock": "waxed_weathered_cut_copper_slab", - "weatheredwaccopperhalfblock": "waxed_weathered_cut_copper_slab", - "weatheredwaccoppersl": "waxed_weathered_cut_copper_slab", - "weatheredwaccopperslab": "waxed_weathered_cut_copper_slab", - "weatheredwaccopperstep": "waxed_weathered_cut_copper_slab", - "weatheredwaccopsl": "waxed_weathered_cut_copper_slab", - "weatheredwaccopslab": "waxed_weathered_cut_copper_slab", - "weatheredwaccopstep": "waxed_weathered_cut_copper_slab", - "weatheredwaccosl": "waxed_weathered_cut_copper_slab", - "weatheredwaccoslab": "waxed_weathered_cut_copper_slab", - "weatheredwaccostep": "waxed_weathered_cut_copper_slab", - "weatheredwacutcohalfblock": "waxed_weathered_cut_copper_slab", - "weatheredwacutcophalfblock": "waxed_weathered_cut_copper_slab", - "weatheredwacutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "weatheredwacutcoppersl": "waxed_weathered_cut_copper_slab", - "weatheredwacutcopperslab": "waxed_weathered_cut_copper_slab", - "weatheredwacutcopperstep": "waxed_weathered_cut_copper_slab", - "weatheredwacutcopsl": "waxed_weathered_cut_copper_slab", - "weatheredwacutcopslab": "waxed_weathered_cut_copper_slab", - "weatheredwacutcopstep": "waxed_weathered_cut_copper_slab", - "weatheredwacutcosl": "waxed_weathered_cut_copper_slab", - "weatheredwacutcoslab": "waxed_weathered_cut_copper_slab", - "weatheredwacutcostep": "waxed_weathered_cut_copper_slab", - "weatheredwaxccohalfblock": "waxed_weathered_cut_copper_slab", - "weatheredwaxccophalfblock": "waxed_weathered_cut_copper_slab", - "weatheredwaxccopperhalfblock": "waxed_weathered_cut_copper_slab", - "weatheredwaxccoppersl": "waxed_weathered_cut_copper_slab", - "weatheredwaxccopperslab": "waxed_weathered_cut_copper_slab", - "weatheredwaxccopperstep": "waxed_weathered_cut_copper_slab", - "weatheredwaxccopsl": "waxed_weathered_cut_copper_slab", - "weatheredwaxccopslab": "waxed_weathered_cut_copper_slab", - "weatheredwaxccopstep": "waxed_weathered_cut_copper_slab", - "weatheredwaxccosl": "waxed_weathered_cut_copper_slab", - "weatheredwaxccoslab": "waxed_weathered_cut_copper_slab", - "weatheredwaxccostep": "waxed_weathered_cut_copper_slab", - "weatheredwaxcutcohalfblock": "waxed_weathered_cut_copper_slab", - "weatheredwaxcutcophalfblock": "waxed_weathered_cut_copper_slab", - "weatheredwaxcutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "weatheredwaxcutcoppersl": "waxed_weathered_cut_copper_slab", - "weatheredwaxcutcopperslab": "waxed_weathered_cut_copper_slab", - "weatheredwaxcutcopperstep": "waxed_weathered_cut_copper_slab", - "weatheredwaxcutcopsl": "waxed_weathered_cut_copper_slab", - "weatheredwaxcutcopslab": "waxed_weathered_cut_copper_slab", - "weatheredwaxcutcopstep": "waxed_weathered_cut_copper_slab", - "weatheredwaxcutcosl": "waxed_weathered_cut_copper_slab", - "weatheredwaxcutcoslab": "waxed_weathered_cut_copper_slab", - "weatheredwaxcutcostep": "waxed_weathered_cut_copper_slab", - "weatheredwaxedccohalfblock": "waxed_weathered_cut_copper_slab", - "weatheredwaxedccophalfblock": "waxed_weathered_cut_copper_slab", - "weatheredwaxedccopperhalfblock": "waxed_weathered_cut_copper_slab", - "weatheredwaxedccoppersl": "waxed_weathered_cut_copper_slab", - "weatheredwaxedccopperslab": "waxed_weathered_cut_copper_slab", - "weatheredwaxedccopperstep": "waxed_weathered_cut_copper_slab", - "weatheredwaxedccopsl": "waxed_weathered_cut_copper_slab", - "weatheredwaxedccopslab": "waxed_weathered_cut_copper_slab", - "weatheredwaxedccopstep": "waxed_weathered_cut_copper_slab", - "weatheredwaxedccosl": "waxed_weathered_cut_copper_slab", - "weatheredwaxedccoslab": "waxed_weathered_cut_copper_slab", - "weatheredwaxedccostep": "waxed_weathered_cut_copper_slab", - "weatheredwaxedcutcohalfblock": "waxed_weathered_cut_copper_slab", - "weatheredwaxedcutcophalfblock": "waxed_weathered_cut_copper_slab", - "weatheredwaxedcutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "weatheredwaxedcutcoppersl": "waxed_weathered_cut_copper_slab", - "weatheredwaxedcutcopperslab": "waxed_weathered_cut_copper_slab", - "weatheredwaxedcutcopperstep": "waxed_weathered_cut_copper_slab", - "weatheredwaxedcutcopsl": "waxed_weathered_cut_copper_slab", - "weatheredwaxedcutcopslab": "waxed_weathered_cut_copper_slab", - "weatheredwaxedcutcopstep": "waxed_weathered_cut_copper_slab", - "weatheredwaxedcutcosl": "waxed_weathered_cut_copper_slab", - "weatheredwaxedcutcoslab": "waxed_weathered_cut_copper_slab", - "weatheredwaxedcutcostep": "waxed_weathered_cut_copper_slab", - "weatherwaccohalfblock": "waxed_weathered_cut_copper_slab", - "weatherwaccophalfblock": "waxed_weathered_cut_copper_slab", - "weatherwaccopperhalfblock": "waxed_weathered_cut_copper_slab", - "weatherwaccoppersl": "waxed_weathered_cut_copper_slab", - "weatherwaccopperslab": "waxed_weathered_cut_copper_slab", - "weatherwaccopperstep": "waxed_weathered_cut_copper_slab", - "weatherwaccopsl": "waxed_weathered_cut_copper_slab", - "weatherwaccopslab": "waxed_weathered_cut_copper_slab", - "weatherwaccopstep": "waxed_weathered_cut_copper_slab", - "weatherwaccosl": "waxed_weathered_cut_copper_slab", - "weatherwaccoslab": "waxed_weathered_cut_copper_slab", - "weatherwaccostep": "waxed_weathered_cut_copper_slab", - "weatherwacutcohalfblock": "waxed_weathered_cut_copper_slab", - "weatherwacutcophalfblock": "waxed_weathered_cut_copper_slab", - "weatherwacutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "weatherwacutcoppersl": "waxed_weathered_cut_copper_slab", - "weatherwacutcopperslab": "waxed_weathered_cut_copper_slab", - "weatherwacutcopperstep": "waxed_weathered_cut_copper_slab", - "weatherwacutcopsl": "waxed_weathered_cut_copper_slab", - "weatherwacutcopslab": "waxed_weathered_cut_copper_slab", - "weatherwacutcopstep": "waxed_weathered_cut_copper_slab", - "weatherwacutcosl": "waxed_weathered_cut_copper_slab", - "weatherwacutcoslab": "waxed_weathered_cut_copper_slab", - "weatherwacutcostep": "waxed_weathered_cut_copper_slab", - "weatherwaxccohalfblock": "waxed_weathered_cut_copper_slab", - "weatherwaxccophalfblock": "waxed_weathered_cut_copper_slab", - "weatherwaxccopperhalfblock": "waxed_weathered_cut_copper_slab", - "weatherwaxccoppersl": "waxed_weathered_cut_copper_slab", - "weatherwaxccopperslab": "waxed_weathered_cut_copper_slab", - "weatherwaxccopperstep": "waxed_weathered_cut_copper_slab", - "weatherwaxccopsl": "waxed_weathered_cut_copper_slab", - "weatherwaxccopslab": "waxed_weathered_cut_copper_slab", - "weatherwaxccopstep": "waxed_weathered_cut_copper_slab", - "weatherwaxccosl": "waxed_weathered_cut_copper_slab", - "weatherwaxccoslab": "waxed_weathered_cut_copper_slab", - "weatherwaxccostep": "waxed_weathered_cut_copper_slab", - "weatherwaxcutcohalfblock": "waxed_weathered_cut_copper_slab", - "weatherwaxcutcophalfblock": "waxed_weathered_cut_copper_slab", - "weatherwaxcutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "weatherwaxcutcoppersl": "waxed_weathered_cut_copper_slab", - "weatherwaxcutcopperslab": "waxed_weathered_cut_copper_slab", - "weatherwaxcutcopperstep": "waxed_weathered_cut_copper_slab", - "weatherwaxcutcopsl": "waxed_weathered_cut_copper_slab", - "weatherwaxcutcopslab": "waxed_weathered_cut_copper_slab", - "weatherwaxcutcopstep": "waxed_weathered_cut_copper_slab", - "weatherwaxcutcosl": "waxed_weathered_cut_copper_slab", - "weatherwaxcutcoslab": "waxed_weathered_cut_copper_slab", - "weatherwaxcutcostep": "waxed_weathered_cut_copper_slab", - "weatherwaxedccohalfblock": "waxed_weathered_cut_copper_slab", - "weatherwaxedccophalfblock": "waxed_weathered_cut_copper_slab", - "weatherwaxedccopperhalfblock": "waxed_weathered_cut_copper_slab", - "weatherwaxedccoppersl": "waxed_weathered_cut_copper_slab", - "weatherwaxedccopperslab": "waxed_weathered_cut_copper_slab", - "weatherwaxedccopperstep": "waxed_weathered_cut_copper_slab", - "weatherwaxedccopsl": "waxed_weathered_cut_copper_slab", - "weatherwaxedccopslab": "waxed_weathered_cut_copper_slab", - "weatherwaxedccopstep": "waxed_weathered_cut_copper_slab", - "weatherwaxedccosl": "waxed_weathered_cut_copper_slab", - "weatherwaxedccoslab": "waxed_weathered_cut_copper_slab", - "weatherwaxedccostep": "waxed_weathered_cut_copper_slab", - "weatherwaxedcutcohalfblock": "waxed_weathered_cut_copper_slab", - "weatherwaxedcutcophalfblock": "waxed_weathered_cut_copper_slab", - "weatherwaxedcutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "weatherwaxedcutcoppersl": "waxed_weathered_cut_copper_slab", - "weatherwaxedcutcopperslab": "waxed_weathered_cut_copper_slab", - "weatherwaxedcutcopperstep": "waxed_weathered_cut_copper_slab", - "weatherwaxedcutcopsl": "waxed_weathered_cut_copper_slab", - "weatherwaxedcutcopslab": "waxed_weathered_cut_copper_slab", - "weatherwaxedcutcopstep": "waxed_weathered_cut_copper_slab", - "weatherwaxedcutcosl": "waxed_weathered_cut_copper_slab", - "weatherwaxedcutcoslab": "waxed_weathered_cut_copper_slab", - "weatherwaxedcutcostep": "waxed_weathered_cut_copper_slab", - "wecutwacohalfblock": "waxed_weathered_cut_copper_slab", - "wecutwacophalfblock": "waxed_weathered_cut_copper_slab", - "wecutwacopperhalfblock": "waxed_weathered_cut_copper_slab", - "wecutwacoppersl": "waxed_weathered_cut_copper_slab", - "wecutwacopperslab": "waxed_weathered_cut_copper_slab", - "wecutwacopperstep": "waxed_weathered_cut_copper_slab", - "wecutwacopsl": "waxed_weathered_cut_copper_slab", - "wecutwacopslab": "waxed_weathered_cut_copper_slab", - "wecutwacopstep": "waxed_weathered_cut_copper_slab", - "wecutwacosl": "waxed_weathered_cut_copper_slab", - "wecutwacoslab": "waxed_weathered_cut_copper_slab", - "wecutwacostep": "waxed_weathered_cut_copper_slab", - "wecutwaxcohalfblock": "waxed_weathered_cut_copper_slab", - "wecutwaxcophalfblock": "waxed_weathered_cut_copper_slab", - "wecutwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wecutwaxcoppersl": "waxed_weathered_cut_copper_slab", - "wecutwaxcopperslab": "waxed_weathered_cut_copper_slab", - "wecutwaxcopperstep": "waxed_weathered_cut_copper_slab", - "wecutwaxcopsl": "waxed_weathered_cut_copper_slab", - "wecutwaxcopslab": "waxed_weathered_cut_copper_slab", - "wecutwaxcopstep": "waxed_weathered_cut_copper_slab", - "wecutwaxcosl": "waxed_weathered_cut_copper_slab", - "wecutwaxcoslab": "waxed_weathered_cut_copper_slab", - "wecutwaxcostep": "waxed_weathered_cut_copper_slab", - "wecutwaxedcohalfblock": "waxed_weathered_cut_copper_slab", - "wecutwaxedcophalfblock": "waxed_weathered_cut_copper_slab", - "wecutwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wecutwaxedcoppersl": "waxed_weathered_cut_copper_slab", - "wecutwaxedcopperslab": "waxed_weathered_cut_copper_slab", - "wecutwaxedcopperstep": "waxed_weathered_cut_copper_slab", - "wecutwaxedcopsl": "waxed_weathered_cut_copper_slab", - "wecutwaxedcopslab": "waxed_weathered_cut_copper_slab", - "wecutwaxedcopstep": "waxed_weathered_cut_copper_slab", - "wecutwaxedcosl": "waxed_weathered_cut_copper_slab", - "wecutwaxedcoslab": "waxed_weathered_cut_copper_slab", - "wecutwaxedcostep": "waxed_weathered_cut_copper_slab", - "wecwacohalfblock": "waxed_weathered_cut_copper_slab", - "wecwacophalfblock": "waxed_weathered_cut_copper_slab", - "wecwacopperhalfblock": "waxed_weathered_cut_copper_slab", - "wecwacoppersl": "waxed_weathered_cut_copper_slab", - "wecwacopperslab": "waxed_weathered_cut_copper_slab", - "wecwacopperstep": "waxed_weathered_cut_copper_slab", - "wecwacopsl": "waxed_weathered_cut_copper_slab", - "wecwacopslab": "waxed_weathered_cut_copper_slab", - "wecwacopstep": "waxed_weathered_cut_copper_slab", - "wecwacosl": "waxed_weathered_cut_copper_slab", - "wecwacoslab": "waxed_weathered_cut_copper_slab", - "wecwacostep": "waxed_weathered_cut_copper_slab", - "wecwaxcohalfblock": "waxed_weathered_cut_copper_slab", - "wecwaxcophalfblock": "waxed_weathered_cut_copper_slab", - "wecwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wecwaxcoppersl": "waxed_weathered_cut_copper_slab", - "wecwaxcopperslab": "waxed_weathered_cut_copper_slab", - "wecwaxcopperstep": "waxed_weathered_cut_copper_slab", - "wecwaxcopsl": "waxed_weathered_cut_copper_slab", - "wecwaxcopslab": "waxed_weathered_cut_copper_slab", - "wecwaxcopstep": "waxed_weathered_cut_copper_slab", - "wecwaxcosl": "waxed_weathered_cut_copper_slab", - "wecwaxcoslab": "waxed_weathered_cut_copper_slab", - "wecwaxcostep": "waxed_weathered_cut_copper_slab", - "wecwaxedcohalfblock": "waxed_weathered_cut_copper_slab", - "wecwaxedcophalfblock": "waxed_weathered_cut_copper_slab", - "wecwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wecwaxedcoppersl": "waxed_weathered_cut_copper_slab", - "wecwaxedcopperslab": "waxed_weathered_cut_copper_slab", - "wecwaxedcopperstep": "waxed_weathered_cut_copper_slab", - "wecwaxedcopsl": "waxed_weathered_cut_copper_slab", - "wecwaxedcopslab": "waxed_weathered_cut_copper_slab", - "wecwaxedcopstep": "waxed_weathered_cut_copper_slab", - "wecwaxedcosl": "waxed_weathered_cut_copper_slab", - "wecwaxedcoslab": "waxed_weathered_cut_copper_slab", - "wecwaxedcostep": "waxed_weathered_cut_copper_slab", - "wewaccohalfblock": "waxed_weathered_cut_copper_slab", - "wewaccophalfblock": "waxed_weathered_cut_copper_slab", - "wewaccopperhalfblock": "waxed_weathered_cut_copper_slab", - "wewaccoppersl": "waxed_weathered_cut_copper_slab", - "wewaccopperslab": "waxed_weathered_cut_copper_slab", - "wewaccopperstep": "waxed_weathered_cut_copper_slab", - "wewaccopsl": "waxed_weathered_cut_copper_slab", - "wewaccopslab": "waxed_weathered_cut_copper_slab", - "wewaccopstep": "waxed_weathered_cut_copper_slab", - "wewaccosl": "waxed_weathered_cut_copper_slab", - "wewaccoslab": "waxed_weathered_cut_copper_slab", - "wewaccostep": "waxed_weathered_cut_copper_slab", - "wewacutcohalfblock": "waxed_weathered_cut_copper_slab", - "wewacutcophalfblock": "waxed_weathered_cut_copper_slab", - "wewacutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wewacutcoppersl": "waxed_weathered_cut_copper_slab", - "wewacutcopperslab": "waxed_weathered_cut_copper_slab", - "wewacutcopperstep": "waxed_weathered_cut_copper_slab", - "wewacutcopsl": "waxed_weathered_cut_copper_slab", - "wewacutcopslab": "waxed_weathered_cut_copper_slab", - "wewacutcopstep": "waxed_weathered_cut_copper_slab", - "wewacutcosl": "waxed_weathered_cut_copper_slab", - "wewacutcoslab": "waxed_weathered_cut_copper_slab", - "wewacutcostep": "waxed_weathered_cut_copper_slab", - "wewaxccohalfblock": "waxed_weathered_cut_copper_slab", - "wewaxccophalfblock": "waxed_weathered_cut_copper_slab", - "wewaxccopperhalfblock": "waxed_weathered_cut_copper_slab", - "wewaxccoppersl": "waxed_weathered_cut_copper_slab", - "wewaxccopperslab": "waxed_weathered_cut_copper_slab", - "wewaxccopperstep": "waxed_weathered_cut_copper_slab", - "wewaxccopsl": "waxed_weathered_cut_copper_slab", - "wewaxccopslab": "waxed_weathered_cut_copper_slab", - "wewaxccopstep": "waxed_weathered_cut_copper_slab", - "wewaxccosl": "waxed_weathered_cut_copper_slab", - "wewaxccoslab": "waxed_weathered_cut_copper_slab", - "wewaxccostep": "waxed_weathered_cut_copper_slab", - "wewaxcutcohalfblock": "waxed_weathered_cut_copper_slab", - "wewaxcutcophalfblock": "waxed_weathered_cut_copper_slab", - "wewaxcutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wewaxcutcoppersl": "waxed_weathered_cut_copper_slab", - "wewaxcutcopperslab": "waxed_weathered_cut_copper_slab", - "wewaxcutcopperstep": "waxed_weathered_cut_copper_slab", - "wewaxcutcopsl": "waxed_weathered_cut_copper_slab", - "wewaxcutcopslab": "waxed_weathered_cut_copper_slab", - "wewaxcutcopstep": "waxed_weathered_cut_copper_slab", - "wewaxcutcosl": "waxed_weathered_cut_copper_slab", - "wewaxcutcoslab": "waxed_weathered_cut_copper_slab", - "wewaxcutcostep": "waxed_weathered_cut_copper_slab", - "wewaxedccohalfblock": "waxed_weathered_cut_copper_slab", - "wewaxedccophalfblock": "waxed_weathered_cut_copper_slab", - "wewaxedccopperhalfblock": "waxed_weathered_cut_copper_slab", - "wewaxedccoppersl": "waxed_weathered_cut_copper_slab", - "wewaxedccopperslab": "waxed_weathered_cut_copper_slab", - "wewaxedccopperstep": "waxed_weathered_cut_copper_slab", - "wewaxedccopsl": "waxed_weathered_cut_copper_slab", - "wewaxedccopslab": "waxed_weathered_cut_copper_slab", - "wewaxedccopstep": "waxed_weathered_cut_copper_slab", - "wewaxedccosl": "waxed_weathered_cut_copper_slab", - "wewaxedccoslab": "waxed_weathered_cut_copper_slab", - "wewaxedccostep": "waxed_weathered_cut_copper_slab", - "wewaxedcutcohalfblock": "waxed_weathered_cut_copper_slab", - "wewaxedcutcophalfblock": "waxed_weathered_cut_copper_slab", - "wewaxedcutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wewaxedcutcoppersl": "waxed_weathered_cut_copper_slab", - "wewaxedcutcopperslab": "waxed_weathered_cut_copper_slab", - "wewaxedcutcopperstep": "waxed_weathered_cut_copper_slab", - "wewaxedcutcopsl": "waxed_weathered_cut_copper_slab", - "wewaxedcutcopslab": "waxed_weathered_cut_copper_slab", - "wewaxedcutcopstep": "waxed_weathered_cut_copper_slab", - "wewaxedcutcosl": "waxed_weathered_cut_copper_slab", - "wewaxedcutcoslab": "waxed_weathered_cut_copper_slab", - "wewaxedcutcostep": "waxed_weathered_cut_copper_slab", - "wthcutwacohalfblock": "waxed_weathered_cut_copper_slab", - "wthcutwacophalfblock": "waxed_weathered_cut_copper_slab", - "wthcutwacopperhalfblock": "waxed_weathered_cut_copper_slab", - "wthcutwacoppersl": "waxed_weathered_cut_copper_slab", - "wthcutwacopperslab": "waxed_weathered_cut_copper_slab", - "wthcutwacopperstep": "waxed_weathered_cut_copper_slab", - "wthcutwacopsl": "waxed_weathered_cut_copper_slab", - "wthcutwacopslab": "waxed_weathered_cut_copper_slab", - "wthcutwacopstep": "waxed_weathered_cut_copper_slab", - "wthcutwacosl": "waxed_weathered_cut_copper_slab", - "wthcutwacoslab": "waxed_weathered_cut_copper_slab", - "wthcutwacostep": "waxed_weathered_cut_copper_slab", - "wthcutwaxcohalfblock": "waxed_weathered_cut_copper_slab", - "wthcutwaxcophalfblock": "waxed_weathered_cut_copper_slab", - "wthcutwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wthcutwaxcoppersl": "waxed_weathered_cut_copper_slab", - "wthcutwaxcopperslab": "waxed_weathered_cut_copper_slab", - "wthcutwaxcopperstep": "waxed_weathered_cut_copper_slab", - "wthcutwaxcopsl": "waxed_weathered_cut_copper_slab", - "wthcutwaxcopslab": "waxed_weathered_cut_copper_slab", - "wthcutwaxcopstep": "waxed_weathered_cut_copper_slab", - "wthcutwaxcosl": "waxed_weathered_cut_copper_slab", - "wthcutwaxcoslab": "waxed_weathered_cut_copper_slab", - "wthcutwaxcostep": "waxed_weathered_cut_copper_slab", - "wthcutwaxedcohalfblock": "waxed_weathered_cut_copper_slab", - "wthcutwaxedcophalfblock": "waxed_weathered_cut_copper_slab", - "wthcutwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wthcutwaxedcoppersl": "waxed_weathered_cut_copper_slab", - "wthcutwaxedcopperslab": "waxed_weathered_cut_copper_slab", - "wthcutwaxedcopperstep": "waxed_weathered_cut_copper_slab", - "wthcutwaxedcopsl": "waxed_weathered_cut_copper_slab", - "wthcutwaxedcopslab": "waxed_weathered_cut_copper_slab", - "wthcutwaxedcopstep": "waxed_weathered_cut_copper_slab", - "wthcutwaxedcosl": "waxed_weathered_cut_copper_slab", - "wthcutwaxedcoslab": "waxed_weathered_cut_copper_slab", - "wthcutwaxedcostep": "waxed_weathered_cut_copper_slab", - "wthcwacohalfblock": "waxed_weathered_cut_copper_slab", - "wthcwacophalfblock": "waxed_weathered_cut_copper_slab", - "wthcwacopperhalfblock": "waxed_weathered_cut_copper_slab", - "wthcwacoppersl": "waxed_weathered_cut_copper_slab", - "wthcwacopperslab": "waxed_weathered_cut_copper_slab", - "wthcwacopperstep": "waxed_weathered_cut_copper_slab", - "wthcwacopsl": "waxed_weathered_cut_copper_slab", - "wthcwacopslab": "waxed_weathered_cut_copper_slab", - "wthcwacopstep": "waxed_weathered_cut_copper_slab", - "wthcwacosl": "waxed_weathered_cut_copper_slab", - "wthcwacoslab": "waxed_weathered_cut_copper_slab", - "wthcwacostep": "waxed_weathered_cut_copper_slab", - "wthcwaxcohalfblock": "waxed_weathered_cut_copper_slab", - "wthcwaxcophalfblock": "waxed_weathered_cut_copper_slab", - "wthcwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wthcwaxcoppersl": "waxed_weathered_cut_copper_slab", - "wthcwaxcopperslab": "waxed_weathered_cut_copper_slab", - "wthcwaxcopperstep": "waxed_weathered_cut_copper_slab", - "wthcwaxcopsl": "waxed_weathered_cut_copper_slab", - "wthcwaxcopslab": "waxed_weathered_cut_copper_slab", - "wthcwaxcopstep": "waxed_weathered_cut_copper_slab", - "wthcwaxcosl": "waxed_weathered_cut_copper_slab", - "wthcwaxcoslab": "waxed_weathered_cut_copper_slab", - "wthcwaxcostep": "waxed_weathered_cut_copper_slab", - "wthcwaxedcohalfblock": "waxed_weathered_cut_copper_slab", - "wthcwaxedcophalfblock": "waxed_weathered_cut_copper_slab", - "wthcwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wthcwaxedcoppersl": "waxed_weathered_cut_copper_slab", - "wthcwaxedcopperslab": "waxed_weathered_cut_copper_slab", - "wthcwaxedcopperstep": "waxed_weathered_cut_copper_slab", - "wthcwaxedcopsl": "waxed_weathered_cut_copper_slab", - "wthcwaxedcopslab": "waxed_weathered_cut_copper_slab", - "wthcwaxedcopstep": "waxed_weathered_cut_copper_slab", - "wthcwaxedcosl": "waxed_weathered_cut_copper_slab", - "wthcwaxedcoslab": "waxed_weathered_cut_copper_slab", - "wthcwaxedcostep": "waxed_weathered_cut_copper_slab", - "wthwaccohalfblock": "waxed_weathered_cut_copper_slab", - "wthwaccophalfblock": "waxed_weathered_cut_copper_slab", - "wthwaccopperhalfblock": "waxed_weathered_cut_copper_slab", - "wthwaccoppersl": "waxed_weathered_cut_copper_slab", - "wthwaccopperslab": "waxed_weathered_cut_copper_slab", - "wthwaccopperstep": "waxed_weathered_cut_copper_slab", - "wthwaccopsl": "waxed_weathered_cut_copper_slab", - "wthwaccopslab": "waxed_weathered_cut_copper_slab", - "wthwaccopstep": "waxed_weathered_cut_copper_slab", - "wthwaccosl": "waxed_weathered_cut_copper_slab", - "wthwaccoslab": "waxed_weathered_cut_copper_slab", - "wthwaccostep": "waxed_weathered_cut_copper_slab", - "wthwacutcohalfblock": "waxed_weathered_cut_copper_slab", - "wthwacutcophalfblock": "waxed_weathered_cut_copper_slab", - "wthwacutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wthwacutcoppersl": "waxed_weathered_cut_copper_slab", - "wthwacutcopperslab": "waxed_weathered_cut_copper_slab", - "wthwacutcopperstep": "waxed_weathered_cut_copper_slab", - "wthwacutcopsl": "waxed_weathered_cut_copper_slab", - "wthwacutcopslab": "waxed_weathered_cut_copper_slab", - "wthwacutcopstep": "waxed_weathered_cut_copper_slab", - "wthwacutcosl": "waxed_weathered_cut_copper_slab", - "wthwacutcoslab": "waxed_weathered_cut_copper_slab", - "wthwacutcostep": "waxed_weathered_cut_copper_slab", - "wthwaxccohalfblock": "waxed_weathered_cut_copper_slab", - "wthwaxccophalfblock": "waxed_weathered_cut_copper_slab", - "wthwaxccopperhalfblock": "waxed_weathered_cut_copper_slab", - "wthwaxccoppersl": "waxed_weathered_cut_copper_slab", - "wthwaxccopperslab": "waxed_weathered_cut_copper_slab", - "wthwaxccopperstep": "waxed_weathered_cut_copper_slab", - "wthwaxccopsl": "waxed_weathered_cut_copper_slab", - "wthwaxccopslab": "waxed_weathered_cut_copper_slab", - "wthwaxccopstep": "waxed_weathered_cut_copper_slab", - "wthwaxccosl": "waxed_weathered_cut_copper_slab", - "wthwaxccoslab": "waxed_weathered_cut_copper_slab", - "wthwaxccostep": "waxed_weathered_cut_copper_slab", - "wthwaxcutcohalfblock": "waxed_weathered_cut_copper_slab", - "wthwaxcutcophalfblock": "waxed_weathered_cut_copper_slab", - "wthwaxcutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wthwaxcutcoppersl": "waxed_weathered_cut_copper_slab", - "wthwaxcutcopperslab": "waxed_weathered_cut_copper_slab", - "wthwaxcutcopperstep": "waxed_weathered_cut_copper_slab", - "wthwaxcutcopsl": "waxed_weathered_cut_copper_slab", - "wthwaxcutcopslab": "waxed_weathered_cut_copper_slab", - "wthwaxcutcopstep": "waxed_weathered_cut_copper_slab", - "wthwaxcutcosl": "waxed_weathered_cut_copper_slab", - "wthwaxcutcoslab": "waxed_weathered_cut_copper_slab", - "wthwaxcutcostep": "waxed_weathered_cut_copper_slab", - "wthwaxedccohalfblock": "waxed_weathered_cut_copper_slab", - "wthwaxedccophalfblock": "waxed_weathered_cut_copper_slab", - "wthwaxedccopperhalfblock": "waxed_weathered_cut_copper_slab", - "wthwaxedccoppersl": "waxed_weathered_cut_copper_slab", - "wthwaxedccopperslab": "waxed_weathered_cut_copper_slab", - "wthwaxedccopperstep": "waxed_weathered_cut_copper_slab", - "wthwaxedccopsl": "waxed_weathered_cut_copper_slab", - "wthwaxedccopslab": "waxed_weathered_cut_copper_slab", - "wthwaxedccopstep": "waxed_weathered_cut_copper_slab", - "wthwaxedccosl": "waxed_weathered_cut_copper_slab", - "wthwaxedccoslab": "waxed_weathered_cut_copper_slab", - "wthwaxedccostep": "waxed_weathered_cut_copper_slab", - "wthwaxedcutcohalfblock": "waxed_weathered_cut_copper_slab", - "wthwaxedcutcophalfblock": "waxed_weathered_cut_copper_slab", - "wthwaxedcutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wthwaxedcutcoppersl": "waxed_weathered_cut_copper_slab", - "wthwaxedcutcopperslab": "waxed_weathered_cut_copper_slab", - "wthwaxedcutcopperstep": "waxed_weathered_cut_copper_slab", - "wthwaxedcutcopsl": "waxed_weathered_cut_copper_slab", - "wthwaxedcutcopslab": "waxed_weathered_cut_copper_slab", - "wthwaxedcutcopstep": "waxed_weathered_cut_copper_slab", - "wthwaxedcutcosl": "waxed_weathered_cut_copper_slab", - "wthwaxedcutcoslab": "waxed_weathered_cut_copper_slab", - "wthwaxedcutcostep": "waxed_weathered_cut_copper_slab", - "waxed_weathered_cut_copper_stairs": { - "material": "WAXED_WEATHERED_CUT_COPPER_STAIRS" - }, - "cutwaweathercopperstair": "waxed_weathered_cut_copper_stairs", - "cutwaweathercopperstairs": "waxed_weathered_cut_copper_stairs", - "cutwaweathercopstair": "waxed_weathered_cut_copper_stairs", - "cutwaweathercopstairs": "waxed_weathered_cut_copper_stairs", - "cutwaweathercostair": "waxed_weathered_cut_copper_stairs", - "cutwaweathercostairs": "waxed_weathered_cut_copper_stairs", - "cutwaweatheredcopperstair": "waxed_weathered_cut_copper_stairs", - "cutwaweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", - "cutwaweatheredcopstair": "waxed_weathered_cut_copper_stairs", - "cutwaweatheredcopstairs": "waxed_weathered_cut_copper_stairs", - "cutwaweatheredcostair": "waxed_weathered_cut_copper_stairs", - "cutwaweatheredcostairs": "waxed_weathered_cut_copper_stairs", - "cutwawecopperstair": "waxed_weathered_cut_copper_stairs", - "cutwawecopperstairs": "waxed_weathered_cut_copper_stairs", - "cutwawecopstair": "waxed_weathered_cut_copper_stairs", - "cutwawecopstairs": "waxed_weathered_cut_copper_stairs", - "cutwawecostair": "waxed_weathered_cut_copper_stairs", - "cutwawecostairs": "waxed_weathered_cut_copper_stairs", - "cutwawthcopperstair": "waxed_weathered_cut_copper_stairs", - "cutwawthcopperstairs": "waxed_weathered_cut_copper_stairs", - "cutwawthcopstair": "waxed_weathered_cut_copper_stairs", - "cutwawthcopstairs": "waxed_weathered_cut_copper_stairs", - "cutwawthcostair": "waxed_weathered_cut_copper_stairs", - "cutwawthcostairs": "waxed_weathered_cut_copper_stairs", - "cutwaxedweathercopperstair": "waxed_weathered_cut_copper_stairs", - "cutwaxedweathercopperstairs": "waxed_weathered_cut_copper_stairs", - "cutwaxedweathercopstair": "waxed_weathered_cut_copper_stairs", - "cutwaxedweathercopstairs": "waxed_weathered_cut_copper_stairs", - "cutwaxedweathercostair": "waxed_weathered_cut_copper_stairs", - "cutwaxedweathercostairs": "waxed_weathered_cut_copper_stairs", - "cutwaxedweatheredcopperstair": "waxed_weathered_cut_copper_stairs", - "cutwaxedweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", - "cutwaxedweatheredcopstair": "waxed_weathered_cut_copper_stairs", - "cutwaxedweatheredcopstairs": "waxed_weathered_cut_copper_stairs", - "cutwaxedweatheredcostair": "waxed_weathered_cut_copper_stairs", - "cutwaxedweatheredcostairs": "waxed_weathered_cut_copper_stairs", - "cutwaxedwecopperstair": "waxed_weathered_cut_copper_stairs", - "cutwaxedwecopperstairs": "waxed_weathered_cut_copper_stairs", - "cutwaxedwecopstair": "waxed_weathered_cut_copper_stairs", - "cutwaxedwecopstairs": "waxed_weathered_cut_copper_stairs", - "cutwaxedwecostair": "waxed_weathered_cut_copper_stairs", - "cutwaxedwecostairs": "waxed_weathered_cut_copper_stairs", - "cutwaxedwthcopperstair": "waxed_weathered_cut_copper_stairs", - "cutwaxedwthcopperstairs": "waxed_weathered_cut_copper_stairs", - "cutwaxedwthcopstair": "waxed_weathered_cut_copper_stairs", - "cutwaxedwthcopstairs": "waxed_weathered_cut_copper_stairs", - "cutwaxedwthcostair": "waxed_weathered_cut_copper_stairs", - "cutwaxedwthcostairs": "waxed_weathered_cut_copper_stairs", - "cutwaxweathercopperstair": "waxed_weathered_cut_copper_stairs", - "cutwaxweathercopperstairs": "waxed_weathered_cut_copper_stairs", - "cutwaxweathercopstair": "waxed_weathered_cut_copper_stairs", - "cutwaxweathercopstairs": "waxed_weathered_cut_copper_stairs", - "cutwaxweathercostair": "waxed_weathered_cut_copper_stairs", - "cutwaxweathercostairs": "waxed_weathered_cut_copper_stairs", - "cutwaxweatheredcopperstair": "waxed_weathered_cut_copper_stairs", - "cutwaxweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", - "cutwaxweatheredcopstair": "waxed_weathered_cut_copper_stairs", - "cutwaxweatheredcopstairs": "waxed_weathered_cut_copper_stairs", - "cutwaxweatheredcostair": "waxed_weathered_cut_copper_stairs", - "cutwaxweatheredcostairs": "waxed_weathered_cut_copper_stairs", - "cutwaxwecopperstair": "waxed_weathered_cut_copper_stairs", - "cutwaxwecopperstairs": "waxed_weathered_cut_copper_stairs", - "cutwaxwecopstair": "waxed_weathered_cut_copper_stairs", - "cutwaxwecopstairs": "waxed_weathered_cut_copper_stairs", - "cutwaxwecostair": "waxed_weathered_cut_copper_stairs", - "cutwaxwecostairs": "waxed_weathered_cut_copper_stairs", - "cutwaxwthcopperstair": "waxed_weathered_cut_copper_stairs", - "cutwaxwthcopperstairs": "waxed_weathered_cut_copper_stairs", - "cutwaxwthcopstair": "waxed_weathered_cut_copper_stairs", - "cutwaxwthcopstairs": "waxed_weathered_cut_copper_stairs", - "cutwaxwthcostair": "waxed_weathered_cut_copper_stairs", - "cutwaxwthcostairs": "waxed_weathered_cut_copper_stairs", - "cutweatheredwacopperstair": "waxed_weathered_cut_copper_stairs", - "cutweatheredwacopperstairs": "waxed_weathered_cut_copper_stairs", - "cutweatheredwacopstair": "waxed_weathered_cut_copper_stairs", - "cutweatheredwacopstairs": "waxed_weathered_cut_copper_stairs", - "cutweatheredwacostair": "waxed_weathered_cut_copper_stairs", - "cutweatheredwacostairs": "waxed_weathered_cut_copper_stairs", - "cutweatheredwaxcopperstair": "waxed_weathered_cut_copper_stairs", - "cutweatheredwaxcopperstairs": "waxed_weathered_cut_copper_stairs", - "cutweatheredwaxcopstair": "waxed_weathered_cut_copper_stairs", - "cutweatheredwaxcopstairs": "waxed_weathered_cut_copper_stairs", - "cutweatheredwaxcostair": "waxed_weathered_cut_copper_stairs", - "cutweatheredwaxcostairs": "waxed_weathered_cut_copper_stairs", - "cutweatheredwaxedcopperstair": "waxed_weathered_cut_copper_stairs", - "cutweatheredwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", - "cutweatheredwaxedcopstair": "waxed_weathered_cut_copper_stairs", - "cutweatheredwaxedcopstairs": "waxed_weathered_cut_copper_stairs", - "cutweatheredwaxedcostair": "waxed_weathered_cut_copper_stairs", - "cutweatheredwaxedcostairs": "waxed_weathered_cut_copper_stairs", - "cutweatherwacopperstair": "waxed_weathered_cut_copper_stairs", - "cutweatherwacopperstairs": "waxed_weathered_cut_copper_stairs", - "cutweatherwacopstair": "waxed_weathered_cut_copper_stairs", - "cutweatherwacopstairs": "waxed_weathered_cut_copper_stairs", - "cutweatherwacostair": "waxed_weathered_cut_copper_stairs", - "cutweatherwacostairs": "waxed_weathered_cut_copper_stairs", - "cutweatherwaxcopperstair": "waxed_weathered_cut_copper_stairs", - "cutweatherwaxcopperstairs": "waxed_weathered_cut_copper_stairs", - "cutweatherwaxcopstair": "waxed_weathered_cut_copper_stairs", - "cutweatherwaxcopstairs": "waxed_weathered_cut_copper_stairs", - "cutweatherwaxcostair": "waxed_weathered_cut_copper_stairs", - "cutweatherwaxcostairs": "waxed_weathered_cut_copper_stairs", - "cutweatherwaxedcopperstair": "waxed_weathered_cut_copper_stairs", - "cutweatherwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", - "cutweatherwaxedcopstair": "waxed_weathered_cut_copper_stairs", - "cutweatherwaxedcopstairs": "waxed_weathered_cut_copper_stairs", - "cutweatherwaxedcostair": "waxed_weathered_cut_copper_stairs", - "cutweatherwaxedcostairs": "waxed_weathered_cut_copper_stairs", - "cutwewacopperstair": "waxed_weathered_cut_copper_stairs", - "cutwewacopperstairs": "waxed_weathered_cut_copper_stairs", - "cutwewacopstair": "waxed_weathered_cut_copper_stairs", - "cutwewacopstairs": "waxed_weathered_cut_copper_stairs", - "cutwewacostair": "waxed_weathered_cut_copper_stairs", - "cutwewacostairs": "waxed_weathered_cut_copper_stairs", - "cutwewaxcopperstair": "waxed_weathered_cut_copper_stairs", - "cutwewaxcopperstairs": "waxed_weathered_cut_copper_stairs", - "cutwewaxcopstair": "waxed_weathered_cut_copper_stairs", - "cutwewaxcopstairs": "waxed_weathered_cut_copper_stairs", - "cutwewaxcostair": "waxed_weathered_cut_copper_stairs", - "cutwewaxcostairs": "waxed_weathered_cut_copper_stairs", - "cutwewaxedcopperstair": "waxed_weathered_cut_copper_stairs", - "cutwewaxedcopperstairs": "waxed_weathered_cut_copper_stairs", - "cutwewaxedcopstair": "waxed_weathered_cut_copper_stairs", - "cutwewaxedcopstairs": "waxed_weathered_cut_copper_stairs", - "cutwewaxedcostair": "waxed_weathered_cut_copper_stairs", - "cutwewaxedcostairs": "waxed_weathered_cut_copper_stairs", - "cutwthwacopperstair": "waxed_weathered_cut_copper_stairs", - "cutwthwacopperstairs": "waxed_weathered_cut_copper_stairs", - "cutwthwacopstair": "waxed_weathered_cut_copper_stairs", - "cutwthwacopstairs": "waxed_weathered_cut_copper_stairs", - "cutwthwacostair": "waxed_weathered_cut_copper_stairs", - "cutwthwacostairs": "waxed_weathered_cut_copper_stairs", - "cutwthwaxcopperstair": "waxed_weathered_cut_copper_stairs", - "cutwthwaxcopperstairs": "waxed_weathered_cut_copper_stairs", - "cutwthwaxcopstair": "waxed_weathered_cut_copper_stairs", - "cutwthwaxcopstairs": "waxed_weathered_cut_copper_stairs", - "cutwthwaxcostair": "waxed_weathered_cut_copper_stairs", - "cutwthwaxcostairs": "waxed_weathered_cut_copper_stairs", - "cutwthwaxedcopperstair": "waxed_weathered_cut_copper_stairs", - "cutwthwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", - "cutwthwaxedcopstair": "waxed_weathered_cut_copper_stairs", - "cutwthwaxedcopstairs": "waxed_weathered_cut_copper_stairs", - "cutwthwaxedcostair": "waxed_weathered_cut_copper_stairs", - "cutwthwaxedcostairs": "waxed_weathered_cut_copper_stairs", - "cwaweathercopperstair": "waxed_weathered_cut_copper_stairs", - "cwaweathercopperstairs": "waxed_weathered_cut_copper_stairs", - "cwaweathercopstair": "waxed_weathered_cut_copper_stairs", - "cwaweathercopstairs": "waxed_weathered_cut_copper_stairs", - "cwaweathercostair": "waxed_weathered_cut_copper_stairs", - "cwaweathercostairs": "waxed_weathered_cut_copper_stairs", - "cwaweatheredcopperstair": "waxed_weathered_cut_copper_stairs", - "cwaweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", - "cwaweatheredcopstair": "waxed_weathered_cut_copper_stairs", - "cwaweatheredcopstairs": "waxed_weathered_cut_copper_stairs", - "cwaweatheredcostair": "waxed_weathered_cut_copper_stairs", - "cwaweatheredcostairs": "waxed_weathered_cut_copper_stairs", - "cwawecopperstair": "waxed_weathered_cut_copper_stairs", - "cwawecopperstairs": "waxed_weathered_cut_copper_stairs", - "cwawecopstair": "waxed_weathered_cut_copper_stairs", - "cwawecopstairs": "waxed_weathered_cut_copper_stairs", - "cwawecostair": "waxed_weathered_cut_copper_stairs", - "cwawecostairs": "waxed_weathered_cut_copper_stairs", - "cwawthcopperstair": "waxed_weathered_cut_copper_stairs", - "cwawthcopperstairs": "waxed_weathered_cut_copper_stairs", - "cwawthcopstair": "waxed_weathered_cut_copper_stairs", - "cwawthcopstairs": "waxed_weathered_cut_copper_stairs", - "cwawthcostair": "waxed_weathered_cut_copper_stairs", - "cwawthcostairs": "waxed_weathered_cut_copper_stairs", - "cwaxedweathercopperstair": "waxed_weathered_cut_copper_stairs", - "cwaxedweathercopperstairs": "waxed_weathered_cut_copper_stairs", - "cwaxedweathercopstair": "waxed_weathered_cut_copper_stairs", - "cwaxedweathercopstairs": "waxed_weathered_cut_copper_stairs", - "cwaxedweathercostair": "waxed_weathered_cut_copper_stairs", - "cwaxedweathercostairs": "waxed_weathered_cut_copper_stairs", - "cwaxedweatheredcopperstair": "waxed_weathered_cut_copper_stairs", - "cwaxedweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", - "cwaxedweatheredcopstair": "waxed_weathered_cut_copper_stairs", - "cwaxedweatheredcopstairs": "waxed_weathered_cut_copper_stairs", - "cwaxedweatheredcostair": "waxed_weathered_cut_copper_stairs", - "cwaxedweatheredcostairs": "waxed_weathered_cut_copper_stairs", - "cwaxedwecopperstair": "waxed_weathered_cut_copper_stairs", - "cwaxedwecopperstairs": "waxed_weathered_cut_copper_stairs", - "cwaxedwecopstair": "waxed_weathered_cut_copper_stairs", - "cwaxedwecopstairs": "waxed_weathered_cut_copper_stairs", - "cwaxedwecostair": "waxed_weathered_cut_copper_stairs", - "cwaxedwecostairs": "waxed_weathered_cut_copper_stairs", - "cwaxedwthcopperstair": "waxed_weathered_cut_copper_stairs", - "cwaxedwthcopperstairs": "waxed_weathered_cut_copper_stairs", - "cwaxedwthcopstair": "waxed_weathered_cut_copper_stairs", - "cwaxedwthcopstairs": "waxed_weathered_cut_copper_stairs", - "cwaxedwthcostair": "waxed_weathered_cut_copper_stairs", - "cwaxedwthcostairs": "waxed_weathered_cut_copper_stairs", - "cwaxweathercopperstair": "waxed_weathered_cut_copper_stairs", - "cwaxweathercopperstairs": "waxed_weathered_cut_copper_stairs", - "cwaxweathercopstair": "waxed_weathered_cut_copper_stairs", - "cwaxweathercopstairs": "waxed_weathered_cut_copper_stairs", - "cwaxweathercostair": "waxed_weathered_cut_copper_stairs", - "cwaxweathercostairs": "waxed_weathered_cut_copper_stairs", - "cwaxweatheredcopperstair": "waxed_weathered_cut_copper_stairs", - "cwaxweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", - "cwaxweatheredcopstair": "waxed_weathered_cut_copper_stairs", - "cwaxweatheredcopstairs": "waxed_weathered_cut_copper_stairs", - "cwaxweatheredcostair": "waxed_weathered_cut_copper_stairs", - "cwaxweatheredcostairs": "waxed_weathered_cut_copper_stairs", - "cwaxwecopperstair": "waxed_weathered_cut_copper_stairs", - "cwaxwecopperstairs": "waxed_weathered_cut_copper_stairs", - "cwaxwecopstair": "waxed_weathered_cut_copper_stairs", - "cwaxwecopstairs": "waxed_weathered_cut_copper_stairs", - "cwaxwecostair": "waxed_weathered_cut_copper_stairs", - "cwaxwecostairs": "waxed_weathered_cut_copper_stairs", - "cwaxwthcopperstair": "waxed_weathered_cut_copper_stairs", - "cwaxwthcopperstairs": "waxed_weathered_cut_copper_stairs", - "cwaxwthcopstair": "waxed_weathered_cut_copper_stairs", - "cwaxwthcopstairs": "waxed_weathered_cut_copper_stairs", - "cwaxwthcostair": "waxed_weathered_cut_copper_stairs", - "cwaxwthcostairs": "waxed_weathered_cut_copper_stairs", - "cweatheredwacopperstair": "waxed_weathered_cut_copper_stairs", - "cweatheredwacopperstairs": "waxed_weathered_cut_copper_stairs", - "cweatheredwacopstair": "waxed_weathered_cut_copper_stairs", - "cweatheredwacopstairs": "waxed_weathered_cut_copper_stairs", - "cweatheredwacostair": "waxed_weathered_cut_copper_stairs", - "cweatheredwacostairs": "waxed_weathered_cut_copper_stairs", - "cweatheredwaxcopperstair": "waxed_weathered_cut_copper_stairs", - "cweatheredwaxcopperstairs": "waxed_weathered_cut_copper_stairs", - "cweatheredwaxcopstair": "waxed_weathered_cut_copper_stairs", - "cweatheredwaxcopstairs": "waxed_weathered_cut_copper_stairs", - "cweatheredwaxcostair": "waxed_weathered_cut_copper_stairs", - "cweatheredwaxcostairs": "waxed_weathered_cut_copper_stairs", - "cweatheredwaxedcopperstair": "waxed_weathered_cut_copper_stairs", - "cweatheredwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", - "cweatheredwaxedcopstair": "waxed_weathered_cut_copper_stairs", - "cweatheredwaxedcopstairs": "waxed_weathered_cut_copper_stairs", - "cweatheredwaxedcostair": "waxed_weathered_cut_copper_stairs", - "cweatheredwaxedcostairs": "waxed_weathered_cut_copper_stairs", - "cweatherwacopperstair": "waxed_weathered_cut_copper_stairs", - "cweatherwacopperstairs": "waxed_weathered_cut_copper_stairs", - "cweatherwacopstair": "waxed_weathered_cut_copper_stairs", - "cweatherwacopstairs": "waxed_weathered_cut_copper_stairs", - "cweatherwacostair": "waxed_weathered_cut_copper_stairs", - "cweatherwacostairs": "waxed_weathered_cut_copper_stairs", - "cweatherwaxcopperstair": "waxed_weathered_cut_copper_stairs", - "cweatherwaxcopperstairs": "waxed_weathered_cut_copper_stairs", - "cweatherwaxcopstair": "waxed_weathered_cut_copper_stairs", - "cweatherwaxcopstairs": "waxed_weathered_cut_copper_stairs", - "cweatherwaxcostair": "waxed_weathered_cut_copper_stairs", - "cweatherwaxcostairs": "waxed_weathered_cut_copper_stairs", - "cweatherwaxedcopperstair": "waxed_weathered_cut_copper_stairs", - "cweatherwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", - "cweatherwaxedcopstair": "waxed_weathered_cut_copper_stairs", - "cweatherwaxedcopstairs": "waxed_weathered_cut_copper_stairs", - "cweatherwaxedcostair": "waxed_weathered_cut_copper_stairs", - "cweatherwaxedcostairs": "waxed_weathered_cut_copper_stairs", - "cwewacopperstair": "waxed_weathered_cut_copper_stairs", - "cwewacopperstairs": "waxed_weathered_cut_copper_stairs", - "cwewacopstair": "waxed_weathered_cut_copper_stairs", - "cwewacopstairs": "waxed_weathered_cut_copper_stairs", - "cwewacostair": "waxed_weathered_cut_copper_stairs", - "cwewacostairs": "waxed_weathered_cut_copper_stairs", - "cwewaxcopperstair": "waxed_weathered_cut_copper_stairs", - "cwewaxcopperstairs": "waxed_weathered_cut_copper_stairs", - "cwewaxcopstair": "waxed_weathered_cut_copper_stairs", - "cwewaxcopstairs": "waxed_weathered_cut_copper_stairs", - "cwewaxcostair": "waxed_weathered_cut_copper_stairs", - "cwewaxcostairs": "waxed_weathered_cut_copper_stairs", - "cwewaxedcopperstair": "waxed_weathered_cut_copper_stairs", - "cwewaxedcopperstairs": "waxed_weathered_cut_copper_stairs", - "cwewaxedcopstair": "waxed_weathered_cut_copper_stairs", - "cwewaxedcopstairs": "waxed_weathered_cut_copper_stairs", - "cwewaxedcostair": "waxed_weathered_cut_copper_stairs", - "cwewaxedcostairs": "waxed_weathered_cut_copper_stairs", - "cwthwacopperstair": "waxed_weathered_cut_copper_stairs", - "cwthwacopperstairs": "waxed_weathered_cut_copper_stairs", - "cwthwacopstair": "waxed_weathered_cut_copper_stairs", - "cwthwacopstairs": "waxed_weathered_cut_copper_stairs", - "cwthwacostair": "waxed_weathered_cut_copper_stairs", - "cwthwacostairs": "waxed_weathered_cut_copper_stairs", - "cwthwaxcopperstair": "waxed_weathered_cut_copper_stairs", - "cwthwaxcopperstairs": "waxed_weathered_cut_copper_stairs", - "cwthwaxcopstair": "waxed_weathered_cut_copper_stairs", - "cwthwaxcopstairs": "waxed_weathered_cut_copper_stairs", - "cwthwaxcostair": "waxed_weathered_cut_copper_stairs", - "cwthwaxcostairs": "waxed_weathered_cut_copper_stairs", - "cwthwaxedcopperstair": "waxed_weathered_cut_copper_stairs", - "cwthwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", - "cwthwaxedcopstair": "waxed_weathered_cut_copper_stairs", - "cwthwaxedcopstairs": "waxed_weathered_cut_copper_stairs", - "cwthwaxedcostair": "waxed_weathered_cut_copper_stairs", - "cwthwaxedcostairs": "waxed_weathered_cut_copper_stairs", - "minecraft:waxed_weathered_cut_copper_stairs": "waxed_weathered_cut_copper_stairs", - "wacutweathercopperstair": "waxed_weathered_cut_copper_stairs", - "wacutweathercopperstairs": "waxed_weathered_cut_copper_stairs", - "wacutweathercopstair": "waxed_weathered_cut_copper_stairs", - "wacutweathercopstairs": "waxed_weathered_cut_copper_stairs", - "wacutweathercostair": "waxed_weathered_cut_copper_stairs", - "wacutweathercostairs": "waxed_weathered_cut_copper_stairs", - "wacutweatheredcopperstair": "waxed_weathered_cut_copper_stairs", - "wacutweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", - "wacutweatheredcopstair": "waxed_weathered_cut_copper_stairs", - "wacutweatheredcopstairs": "waxed_weathered_cut_copper_stairs", - "wacutweatheredcostair": "waxed_weathered_cut_copper_stairs", - "wacutweatheredcostairs": "waxed_weathered_cut_copper_stairs", - "wacutwecopperstair": "waxed_weathered_cut_copper_stairs", - "wacutwecopperstairs": "waxed_weathered_cut_copper_stairs", - "wacutwecopstair": "waxed_weathered_cut_copper_stairs", - "wacutwecopstairs": "waxed_weathered_cut_copper_stairs", - "wacutwecostair": "waxed_weathered_cut_copper_stairs", - "wacutwecostairs": "waxed_weathered_cut_copper_stairs", - "wacutwthcopperstair": "waxed_weathered_cut_copper_stairs", - "wacutwthcopperstairs": "waxed_weathered_cut_copper_stairs", - "wacutwthcopstair": "waxed_weathered_cut_copper_stairs", - "wacutwthcopstairs": "waxed_weathered_cut_copper_stairs", - "wacutwthcostair": "waxed_weathered_cut_copper_stairs", - "wacutwthcostairs": "waxed_weathered_cut_copper_stairs", - "wacweathercopperstair": "waxed_weathered_cut_copper_stairs", - "wacweathercopperstairs": "waxed_weathered_cut_copper_stairs", - "wacweathercopstair": "waxed_weathered_cut_copper_stairs", - "wacweathercopstairs": "waxed_weathered_cut_copper_stairs", - "wacweathercostair": "waxed_weathered_cut_copper_stairs", - "wacweathercostairs": "waxed_weathered_cut_copper_stairs", - "wacweatheredcopperstair": "waxed_weathered_cut_copper_stairs", - "wacweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", - "wacweatheredcopstair": "waxed_weathered_cut_copper_stairs", - "wacweatheredcopstairs": "waxed_weathered_cut_copper_stairs", - "wacweatheredcostair": "waxed_weathered_cut_copper_stairs", - "wacweatheredcostairs": "waxed_weathered_cut_copper_stairs", - "wacwecopperstair": "waxed_weathered_cut_copper_stairs", - "wacwecopperstairs": "waxed_weathered_cut_copper_stairs", - "wacwecopstair": "waxed_weathered_cut_copper_stairs", - "wacwecopstairs": "waxed_weathered_cut_copper_stairs", - "wacwecostair": "waxed_weathered_cut_copper_stairs", - "wacwecostairs": "waxed_weathered_cut_copper_stairs", - "wacwthcopperstair": "waxed_weathered_cut_copper_stairs", - "wacwthcopperstairs": "waxed_weathered_cut_copper_stairs", - "wacwthcopstair": "waxed_weathered_cut_copper_stairs", - "wacwthcopstairs": "waxed_weathered_cut_copper_stairs", - "wacwthcostair": "waxed_weathered_cut_copper_stairs", - "wacwthcostairs": "waxed_weathered_cut_copper_stairs", - "waweatherccopperstair": "waxed_weathered_cut_copper_stairs", - "waweatherccopperstairs": "waxed_weathered_cut_copper_stairs", - "waweatherccopstair": "waxed_weathered_cut_copper_stairs", - "waweatherccopstairs": "waxed_weathered_cut_copper_stairs", - "waweatherccostair": "waxed_weathered_cut_copper_stairs", - "waweatherccostairs": "waxed_weathered_cut_copper_stairs", - "waweathercutcopperstair": "waxed_weathered_cut_copper_stairs", - "waweathercutcopperstairs": "waxed_weathered_cut_copper_stairs", - "waweathercutcopstair": "waxed_weathered_cut_copper_stairs", - "waweathercutcopstairs": "waxed_weathered_cut_copper_stairs", - "waweathercutcostair": "waxed_weathered_cut_copper_stairs", - "waweathercutcostairs": "waxed_weathered_cut_copper_stairs", - "waweatheredccopperstair": "waxed_weathered_cut_copper_stairs", - "waweatheredccopperstairs": "waxed_weathered_cut_copper_stairs", - "waweatheredccopstair": "waxed_weathered_cut_copper_stairs", - "waweatheredccopstairs": "waxed_weathered_cut_copper_stairs", - "waweatheredccostair": "waxed_weathered_cut_copper_stairs", - "waweatheredccostairs": "waxed_weathered_cut_copper_stairs", - "waweatheredcutcopperstair": "waxed_weathered_cut_copper_stairs", - "waweatheredcutcopperstairs": "waxed_weathered_cut_copper_stairs", - "waweatheredcutcopstair": "waxed_weathered_cut_copper_stairs", - "waweatheredcutcopstairs": "waxed_weathered_cut_copper_stairs", - "waweatheredcutcostair": "waxed_weathered_cut_copper_stairs", - "waweatheredcutcostairs": "waxed_weathered_cut_copper_stairs", - "waweccopperstair": "waxed_weathered_cut_copper_stairs", - "waweccopperstairs": "waxed_weathered_cut_copper_stairs", - "waweccopstair": "waxed_weathered_cut_copper_stairs", - "waweccopstairs": "waxed_weathered_cut_copper_stairs", - "waweccostair": "waxed_weathered_cut_copper_stairs", - "waweccostairs": "waxed_weathered_cut_copper_stairs", - "wawecutcopperstair": "waxed_weathered_cut_copper_stairs", - "wawecutcopperstairs": "waxed_weathered_cut_copper_stairs", - "wawecutcopstair": "waxed_weathered_cut_copper_stairs", - "wawecutcopstairs": "waxed_weathered_cut_copper_stairs", - "wawecutcostair": "waxed_weathered_cut_copper_stairs", - "wawecutcostairs": "waxed_weathered_cut_copper_stairs", - "wawthccopperstair": "waxed_weathered_cut_copper_stairs", - "wawthccopperstairs": "waxed_weathered_cut_copper_stairs", - "wawthccopstair": "waxed_weathered_cut_copper_stairs", - "wawthccopstairs": "waxed_weathered_cut_copper_stairs", - "wawthccostair": "waxed_weathered_cut_copper_stairs", - "wawthccostairs": "waxed_weathered_cut_copper_stairs", - "wawthcutcopperstair": "waxed_weathered_cut_copper_stairs", - "wawthcutcopperstairs": "waxed_weathered_cut_copper_stairs", - "wawthcutcopstair": "waxed_weathered_cut_copper_stairs", - "wawthcutcopstairs": "waxed_weathered_cut_copper_stairs", - "wawthcutcostair": "waxed_weathered_cut_copper_stairs", - "wawthcutcostairs": "waxed_weathered_cut_copper_stairs", - "waxcutweathercopperstair": "waxed_weathered_cut_copper_stairs", - "waxcutweathercopperstairs": "waxed_weathered_cut_copper_stairs", - "waxcutweathercopstair": "waxed_weathered_cut_copper_stairs", - "waxcutweathercopstairs": "waxed_weathered_cut_copper_stairs", - "waxcutweathercostair": "waxed_weathered_cut_copper_stairs", - "waxcutweathercostairs": "waxed_weathered_cut_copper_stairs", - "waxcutweatheredcopperstair": "waxed_weathered_cut_copper_stairs", - "waxcutweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", - "waxcutweatheredcopstair": "waxed_weathered_cut_copper_stairs", - "waxcutweatheredcopstairs": "waxed_weathered_cut_copper_stairs", - "waxcutweatheredcostair": "waxed_weathered_cut_copper_stairs", - "waxcutweatheredcostairs": "waxed_weathered_cut_copper_stairs", - "waxcutwecopperstair": "waxed_weathered_cut_copper_stairs", - "waxcutwecopperstairs": "waxed_weathered_cut_copper_stairs", - "waxcutwecopstair": "waxed_weathered_cut_copper_stairs", - "waxcutwecopstairs": "waxed_weathered_cut_copper_stairs", - "waxcutwecostair": "waxed_weathered_cut_copper_stairs", - "waxcutwecostairs": "waxed_weathered_cut_copper_stairs", - "waxcutwthcopperstair": "waxed_weathered_cut_copper_stairs", - "waxcutwthcopperstairs": "waxed_weathered_cut_copper_stairs", - "waxcutwthcopstair": "waxed_weathered_cut_copper_stairs", - "waxcutwthcopstairs": "waxed_weathered_cut_copper_stairs", - "waxcutwthcostair": "waxed_weathered_cut_copper_stairs", - "waxcutwthcostairs": "waxed_weathered_cut_copper_stairs", - "waxcweathercopperstair": "waxed_weathered_cut_copper_stairs", - "waxcweathercopperstairs": "waxed_weathered_cut_copper_stairs", - "waxcweathercopstair": "waxed_weathered_cut_copper_stairs", - "waxcweathercopstairs": "waxed_weathered_cut_copper_stairs", - "waxcweathercostair": "waxed_weathered_cut_copper_stairs", - "waxcweathercostairs": "waxed_weathered_cut_copper_stairs", - "waxcweatheredcopperstair": "waxed_weathered_cut_copper_stairs", - "waxcweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", - "waxcweatheredcopstair": "waxed_weathered_cut_copper_stairs", - "waxcweatheredcopstairs": "waxed_weathered_cut_copper_stairs", - "waxcweatheredcostair": "waxed_weathered_cut_copper_stairs", - "waxcweatheredcostairs": "waxed_weathered_cut_copper_stairs", - "waxcwecopperstair": "waxed_weathered_cut_copper_stairs", - "waxcwecopperstairs": "waxed_weathered_cut_copper_stairs", - "waxcwecopstair": "waxed_weathered_cut_copper_stairs", - "waxcwecopstairs": "waxed_weathered_cut_copper_stairs", - "waxcwecostair": "waxed_weathered_cut_copper_stairs", - "waxcwecostairs": "waxed_weathered_cut_copper_stairs", - "waxcwthcopperstair": "waxed_weathered_cut_copper_stairs", - "waxcwthcopperstairs": "waxed_weathered_cut_copper_stairs", - "waxcwthcopstair": "waxed_weathered_cut_copper_stairs", - "waxcwthcopstairs": "waxed_weathered_cut_copper_stairs", - "waxcwthcostair": "waxed_weathered_cut_copper_stairs", - "waxcwthcostairs": "waxed_weathered_cut_copper_stairs", - "waxedcutweathercopperstair": "waxed_weathered_cut_copper_stairs", - "waxedcutweathercopperstairs": "waxed_weathered_cut_copper_stairs", - "waxedcutweathercopstair": "waxed_weathered_cut_copper_stairs", - "waxedcutweathercopstairs": "waxed_weathered_cut_copper_stairs", - "waxedcutweathercostair": "waxed_weathered_cut_copper_stairs", - "waxedcutweathercostairs": "waxed_weathered_cut_copper_stairs", - "waxedcutweatheredcopperstair": "waxed_weathered_cut_copper_stairs", - "waxedcutweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", - "waxedcutweatheredcopstair": "waxed_weathered_cut_copper_stairs", - "waxedcutweatheredcopstairs": "waxed_weathered_cut_copper_stairs", - "waxedcutweatheredcostair": "waxed_weathered_cut_copper_stairs", - "waxedcutweatheredcostairs": "waxed_weathered_cut_copper_stairs", - "waxedcutwecopperstair": "waxed_weathered_cut_copper_stairs", - "waxedcutwecopperstairs": "waxed_weathered_cut_copper_stairs", - "waxedcutwecopstair": "waxed_weathered_cut_copper_stairs", - "waxedcutwecopstairs": "waxed_weathered_cut_copper_stairs", - "waxedcutwecostair": "waxed_weathered_cut_copper_stairs", - "waxedcutwecostairs": "waxed_weathered_cut_copper_stairs", - "waxedcutwthcopperstair": "waxed_weathered_cut_copper_stairs", - "waxedcutwthcopperstairs": "waxed_weathered_cut_copper_stairs", - "waxedcutwthcopstair": "waxed_weathered_cut_copper_stairs", - "waxedcutwthcopstairs": "waxed_weathered_cut_copper_stairs", - "waxedcutwthcostair": "waxed_weathered_cut_copper_stairs", - "waxedcutwthcostairs": "waxed_weathered_cut_copper_stairs", - "waxedcweathercopperstair": "waxed_weathered_cut_copper_stairs", - "waxedcweathercopperstairs": "waxed_weathered_cut_copper_stairs", - "waxedcweathercopstair": "waxed_weathered_cut_copper_stairs", - "waxedcweathercopstairs": "waxed_weathered_cut_copper_stairs", - "waxedcweathercostair": "waxed_weathered_cut_copper_stairs", - "waxedcweathercostairs": "waxed_weathered_cut_copper_stairs", - "waxedcweatheredcopperstair": "waxed_weathered_cut_copper_stairs", - "waxedcweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", - "waxedcweatheredcopstair": "waxed_weathered_cut_copper_stairs", - "waxedcweatheredcopstairs": "waxed_weathered_cut_copper_stairs", - "waxedcweatheredcostair": "waxed_weathered_cut_copper_stairs", - "waxedcweatheredcostairs": "waxed_weathered_cut_copper_stairs", - "waxedcwecopperstair": "waxed_weathered_cut_copper_stairs", - "waxedcwecopperstairs": "waxed_weathered_cut_copper_stairs", - "waxedcwecopstair": "waxed_weathered_cut_copper_stairs", - "waxedcwecopstairs": "waxed_weathered_cut_copper_stairs", - "waxedcwecostair": "waxed_weathered_cut_copper_stairs", - "waxedcwecostairs": "waxed_weathered_cut_copper_stairs", - "waxedcwthcopperstair": "waxed_weathered_cut_copper_stairs", - "waxedcwthcopperstairs": "waxed_weathered_cut_copper_stairs", - "waxedcwthcopstair": "waxed_weathered_cut_copper_stairs", - "waxedcwthcopstairs": "waxed_weathered_cut_copper_stairs", - "waxedcwthcostair": "waxed_weathered_cut_copper_stairs", - "waxedcwthcostairs": "waxed_weathered_cut_copper_stairs", - "waxedweatherccopperstair": "waxed_weathered_cut_copper_stairs", - "waxedweatherccopperstairs": "waxed_weathered_cut_copper_stairs", - "waxedweatherccopstair": "waxed_weathered_cut_copper_stairs", - "waxedweatherccopstairs": "waxed_weathered_cut_copper_stairs", - "waxedweatherccostair": "waxed_weathered_cut_copper_stairs", - "waxedweatherccostairs": "waxed_weathered_cut_copper_stairs", - "waxedweathercutcopperstair": "waxed_weathered_cut_copper_stairs", - "waxedweathercutcopperstairs": "waxed_weathered_cut_copper_stairs", - "waxedweathercutcopstair": "waxed_weathered_cut_copper_stairs", - "waxedweathercutcopstairs": "waxed_weathered_cut_copper_stairs", - "waxedweathercutcostair": "waxed_weathered_cut_copper_stairs", - "waxedweathercutcostairs": "waxed_weathered_cut_copper_stairs", - "waxedweatheredccopperstair": "waxed_weathered_cut_copper_stairs", - "waxedweatheredccopperstairs": "waxed_weathered_cut_copper_stairs", - "waxedweatheredccopstair": "waxed_weathered_cut_copper_stairs", - "waxedweatheredccopstairs": "waxed_weathered_cut_copper_stairs", - "waxedweatheredccostair": "waxed_weathered_cut_copper_stairs", - "waxedweatheredccostairs": "waxed_weathered_cut_copper_stairs", - "waxedweatheredcutcopperstair": "waxed_weathered_cut_copper_stairs", - "waxedweatheredcutcopperstairs": "waxed_weathered_cut_copper_stairs", - "waxedweatheredcutcopstair": "waxed_weathered_cut_copper_stairs", - "waxedweatheredcutcopstairs": "waxed_weathered_cut_copper_stairs", - "waxedweatheredcutcostair": "waxed_weathered_cut_copper_stairs", - "waxedweatheredcutcostairs": "waxed_weathered_cut_copper_stairs", - "waxedweccopperstair": "waxed_weathered_cut_copper_stairs", - "waxedweccopperstairs": "waxed_weathered_cut_copper_stairs", - "waxedweccopstair": "waxed_weathered_cut_copper_stairs", - "waxedweccopstairs": "waxed_weathered_cut_copper_stairs", - "waxedweccostair": "waxed_weathered_cut_copper_stairs", - "waxedweccostairs": "waxed_weathered_cut_copper_stairs", - "waxedwecutcopperstair": "waxed_weathered_cut_copper_stairs", - "waxedwecutcopperstairs": "waxed_weathered_cut_copper_stairs", - "waxedwecutcopstair": "waxed_weathered_cut_copper_stairs", - "waxedwecutcopstairs": "waxed_weathered_cut_copper_stairs", - "waxedwecutcostair": "waxed_weathered_cut_copper_stairs", - "waxedwecutcostairs": "waxed_weathered_cut_copper_stairs", - "waxedwthccopperstair": "waxed_weathered_cut_copper_stairs", - "waxedwthccopperstairs": "waxed_weathered_cut_copper_stairs", - "waxedwthccopstair": "waxed_weathered_cut_copper_stairs", - "waxedwthccopstairs": "waxed_weathered_cut_copper_stairs", - "waxedwthccostair": "waxed_weathered_cut_copper_stairs", - "waxedwthccostairs": "waxed_weathered_cut_copper_stairs", - "waxedwthcutcopperstair": "waxed_weathered_cut_copper_stairs", - "waxedwthcutcopperstairs": "waxed_weathered_cut_copper_stairs", - "waxedwthcutcopstair": "waxed_weathered_cut_copper_stairs", - "waxedwthcutcopstairs": "waxed_weathered_cut_copper_stairs", - "waxedwthcutcostair": "waxed_weathered_cut_copper_stairs", - "waxedwthcutcostairs": "waxed_weathered_cut_copper_stairs", - "waxweatherccopperstair": "waxed_weathered_cut_copper_stairs", - "waxweatherccopperstairs": "waxed_weathered_cut_copper_stairs", - "waxweatherccopstair": "waxed_weathered_cut_copper_stairs", - "waxweatherccopstairs": "waxed_weathered_cut_copper_stairs", - "waxweatherccostair": "waxed_weathered_cut_copper_stairs", - "waxweatherccostairs": "waxed_weathered_cut_copper_stairs", - "waxweathercutcopperstair": "waxed_weathered_cut_copper_stairs", - "waxweathercutcopperstairs": "waxed_weathered_cut_copper_stairs", - "waxweathercutcopstair": "waxed_weathered_cut_copper_stairs", - "waxweathercutcopstairs": "waxed_weathered_cut_copper_stairs", - "waxweathercutcostair": "waxed_weathered_cut_copper_stairs", - "waxweathercutcostairs": "waxed_weathered_cut_copper_stairs", - "waxweatheredccopperstair": "waxed_weathered_cut_copper_stairs", - "waxweatheredccopperstairs": "waxed_weathered_cut_copper_stairs", - "waxweatheredccopstair": "waxed_weathered_cut_copper_stairs", - "waxweatheredccopstairs": "waxed_weathered_cut_copper_stairs", - "waxweatheredccostair": "waxed_weathered_cut_copper_stairs", - "waxweatheredccostairs": "waxed_weathered_cut_copper_stairs", - "waxweatheredcutcopperstair": "waxed_weathered_cut_copper_stairs", - "waxweatheredcutcopperstairs": "waxed_weathered_cut_copper_stairs", - "waxweatheredcutcopstair": "waxed_weathered_cut_copper_stairs", - "waxweatheredcutcopstairs": "waxed_weathered_cut_copper_stairs", - "waxweatheredcutcostair": "waxed_weathered_cut_copper_stairs", - "waxweatheredcutcostairs": "waxed_weathered_cut_copper_stairs", - "waxweccopperstair": "waxed_weathered_cut_copper_stairs", - "waxweccopperstairs": "waxed_weathered_cut_copper_stairs", - "waxweccopstair": "waxed_weathered_cut_copper_stairs", - "waxweccopstairs": "waxed_weathered_cut_copper_stairs", - "waxweccostair": "waxed_weathered_cut_copper_stairs", - "waxweccostairs": "waxed_weathered_cut_copper_stairs", - "waxwecutcopperstair": "waxed_weathered_cut_copper_stairs", - "waxwecutcopperstairs": "waxed_weathered_cut_copper_stairs", - "waxwecutcopstair": "waxed_weathered_cut_copper_stairs", - "waxwecutcopstairs": "waxed_weathered_cut_copper_stairs", - "waxwecutcostair": "waxed_weathered_cut_copper_stairs", - "waxwecutcostairs": "waxed_weathered_cut_copper_stairs", - "waxwthccopperstair": "waxed_weathered_cut_copper_stairs", - "waxwthccopperstairs": "waxed_weathered_cut_copper_stairs", - "waxwthccopstair": "waxed_weathered_cut_copper_stairs", - "waxwthccopstairs": "waxed_weathered_cut_copper_stairs", - "waxwthccostair": "waxed_weathered_cut_copper_stairs", - "waxwthccostairs": "waxed_weathered_cut_copper_stairs", - "waxwthcutcopperstair": "waxed_weathered_cut_copper_stairs", - "waxwthcutcopperstairs": "waxed_weathered_cut_copper_stairs", - "waxwthcutcopstair": "waxed_weathered_cut_copper_stairs", - "waxwthcutcopstairs": "waxed_weathered_cut_copper_stairs", - "waxwthcutcostair": "waxed_weathered_cut_copper_stairs", - "waxwthcutcostairs": "waxed_weathered_cut_copper_stairs", - "weathercutwacopperstair": "waxed_weathered_cut_copper_stairs", - "weathercutwacopperstairs": "waxed_weathered_cut_copper_stairs", - "weathercutwacopstair": "waxed_weathered_cut_copper_stairs", - "weathercutwacopstairs": "waxed_weathered_cut_copper_stairs", - "weathercutwacostair": "waxed_weathered_cut_copper_stairs", - "weathercutwacostairs": "waxed_weathered_cut_copper_stairs", - "weathercutwaxcopperstair": "waxed_weathered_cut_copper_stairs", - "weathercutwaxcopperstairs": "waxed_weathered_cut_copper_stairs", - "weathercutwaxcopstair": "waxed_weathered_cut_copper_stairs", - "weathercutwaxcopstairs": "waxed_weathered_cut_copper_stairs", - "weathercutwaxcostair": "waxed_weathered_cut_copper_stairs", - "weathercutwaxcostairs": "waxed_weathered_cut_copper_stairs", - "weathercutwaxedcopperstair": "waxed_weathered_cut_copper_stairs", - "weathercutwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", - "weathercutwaxedcopstair": "waxed_weathered_cut_copper_stairs", - "weathercutwaxedcopstairs": "waxed_weathered_cut_copper_stairs", - "weathercutwaxedcostair": "waxed_weathered_cut_copper_stairs", - "weathercutwaxedcostairs": "waxed_weathered_cut_copper_stairs", - "weathercwacopperstair": "waxed_weathered_cut_copper_stairs", - "weathercwacopperstairs": "waxed_weathered_cut_copper_stairs", - "weathercwacopstair": "waxed_weathered_cut_copper_stairs", - "weathercwacopstairs": "waxed_weathered_cut_copper_stairs", - "weathercwacostair": "waxed_weathered_cut_copper_stairs", - "weathercwacostairs": "waxed_weathered_cut_copper_stairs", - "weathercwaxcopperstair": "waxed_weathered_cut_copper_stairs", - "weathercwaxcopperstairs": "waxed_weathered_cut_copper_stairs", - "weathercwaxcopstair": "waxed_weathered_cut_copper_stairs", - "weathercwaxcopstairs": "waxed_weathered_cut_copper_stairs", - "weathercwaxcostair": "waxed_weathered_cut_copper_stairs", - "weathercwaxcostairs": "waxed_weathered_cut_copper_stairs", - "weathercwaxedcopperstair": "waxed_weathered_cut_copper_stairs", - "weathercwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", - "weathercwaxedcopstair": "waxed_weathered_cut_copper_stairs", - "weathercwaxedcopstairs": "waxed_weathered_cut_copper_stairs", - "weathercwaxedcostair": "waxed_weathered_cut_copper_stairs", - "weathercwaxedcostairs": "waxed_weathered_cut_copper_stairs", - "weatheredcutwacopperstair": "waxed_weathered_cut_copper_stairs", - "weatheredcutwacopperstairs": "waxed_weathered_cut_copper_stairs", - "weatheredcutwacopstair": "waxed_weathered_cut_copper_stairs", - "weatheredcutwacopstairs": "waxed_weathered_cut_copper_stairs", - "weatheredcutwacostair": "waxed_weathered_cut_copper_stairs", - "weatheredcutwacostairs": "waxed_weathered_cut_copper_stairs", - "weatheredcutwaxcopperstair": "waxed_weathered_cut_copper_stairs", - "weatheredcutwaxcopperstairs": "waxed_weathered_cut_copper_stairs", - "weatheredcutwaxcopstair": "waxed_weathered_cut_copper_stairs", - "weatheredcutwaxcopstairs": "waxed_weathered_cut_copper_stairs", - "weatheredcutwaxcostair": "waxed_weathered_cut_copper_stairs", - "weatheredcutwaxcostairs": "waxed_weathered_cut_copper_stairs", - "weatheredcutwaxedcopperstair": "waxed_weathered_cut_copper_stairs", - "weatheredcutwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", - "weatheredcutwaxedcopstair": "waxed_weathered_cut_copper_stairs", - "weatheredcutwaxedcopstairs": "waxed_weathered_cut_copper_stairs", - "weatheredcutwaxedcostair": "waxed_weathered_cut_copper_stairs", - "weatheredcutwaxedcostairs": "waxed_weathered_cut_copper_stairs", - "weatheredcwacopperstair": "waxed_weathered_cut_copper_stairs", - "weatheredcwacopperstairs": "waxed_weathered_cut_copper_stairs", - "weatheredcwacopstair": "waxed_weathered_cut_copper_stairs", - "weatheredcwacopstairs": "waxed_weathered_cut_copper_stairs", - "weatheredcwacostair": "waxed_weathered_cut_copper_stairs", - "weatheredcwacostairs": "waxed_weathered_cut_copper_stairs", - "weatheredcwaxcopperstair": "waxed_weathered_cut_copper_stairs", - "weatheredcwaxcopperstairs": "waxed_weathered_cut_copper_stairs", - "weatheredcwaxcopstair": "waxed_weathered_cut_copper_stairs", - "weatheredcwaxcopstairs": "waxed_weathered_cut_copper_stairs", - "weatheredcwaxcostair": "waxed_weathered_cut_copper_stairs", - "weatheredcwaxcostairs": "waxed_weathered_cut_copper_stairs", - "weatheredcwaxedcopperstair": "waxed_weathered_cut_copper_stairs", - "weatheredcwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", - "weatheredcwaxedcopstair": "waxed_weathered_cut_copper_stairs", - "weatheredcwaxedcopstairs": "waxed_weathered_cut_copper_stairs", - "weatheredcwaxedcostair": "waxed_weathered_cut_copper_stairs", - "weatheredcwaxedcostairs": "waxed_weathered_cut_copper_stairs", - "weatheredwaccopperstair": "waxed_weathered_cut_copper_stairs", - "weatheredwaccopperstairs": "waxed_weathered_cut_copper_stairs", - "weatheredwaccopstair": "waxed_weathered_cut_copper_stairs", - "weatheredwaccopstairs": "waxed_weathered_cut_copper_stairs", - "weatheredwaccostair": "waxed_weathered_cut_copper_stairs", - "weatheredwaccostairs": "waxed_weathered_cut_copper_stairs", - "weatheredwacutcopperstair": "waxed_weathered_cut_copper_stairs", - "weatheredwacutcopperstairs": "waxed_weathered_cut_copper_stairs", - "weatheredwacutcopstair": "waxed_weathered_cut_copper_stairs", - "weatheredwacutcopstairs": "waxed_weathered_cut_copper_stairs", - "weatheredwacutcostair": "waxed_weathered_cut_copper_stairs", - "weatheredwacutcostairs": "waxed_weathered_cut_copper_stairs", - "weatheredwaxccopperstair": "waxed_weathered_cut_copper_stairs", - "weatheredwaxccopperstairs": "waxed_weathered_cut_copper_stairs", - "weatheredwaxccopstair": "waxed_weathered_cut_copper_stairs", - "weatheredwaxccopstairs": "waxed_weathered_cut_copper_stairs", - "weatheredwaxccostair": "waxed_weathered_cut_copper_stairs", - "weatheredwaxccostairs": "waxed_weathered_cut_copper_stairs", - "weatheredwaxcutcopperstair": "waxed_weathered_cut_copper_stairs", - "weatheredwaxcutcopperstairs": "waxed_weathered_cut_copper_stairs", - "weatheredwaxcutcopstair": "waxed_weathered_cut_copper_stairs", - "weatheredwaxcutcopstairs": "waxed_weathered_cut_copper_stairs", - "weatheredwaxcutcostair": "waxed_weathered_cut_copper_stairs", - "weatheredwaxcutcostairs": "waxed_weathered_cut_copper_stairs", - "weatheredwaxedccopperstair": "waxed_weathered_cut_copper_stairs", - "weatheredwaxedccopperstairs": "waxed_weathered_cut_copper_stairs", - "weatheredwaxedccopstair": "waxed_weathered_cut_copper_stairs", - "weatheredwaxedccopstairs": "waxed_weathered_cut_copper_stairs", - "weatheredwaxedccostair": "waxed_weathered_cut_copper_stairs", - "weatheredwaxedccostairs": "waxed_weathered_cut_copper_stairs", - "weatheredwaxedcutcopperstair": "waxed_weathered_cut_copper_stairs", - "weatheredwaxedcutcopperstairs": "waxed_weathered_cut_copper_stairs", - "weatheredwaxedcutcopstair": "waxed_weathered_cut_copper_stairs", - "weatheredwaxedcutcopstairs": "waxed_weathered_cut_copper_stairs", - "weatheredwaxedcutcostair": "waxed_weathered_cut_copper_stairs", - "weatheredwaxedcutcostairs": "waxed_weathered_cut_copper_stairs", - "weatherwaccopperstair": "waxed_weathered_cut_copper_stairs", - "weatherwaccopperstairs": "waxed_weathered_cut_copper_stairs", - "weatherwaccopstair": "waxed_weathered_cut_copper_stairs", - "weatherwaccopstairs": "waxed_weathered_cut_copper_stairs", - "weatherwaccostair": "waxed_weathered_cut_copper_stairs", - "weatherwaccostairs": "waxed_weathered_cut_copper_stairs", - "weatherwacutcopperstair": "waxed_weathered_cut_copper_stairs", - "weatherwacutcopperstairs": "waxed_weathered_cut_copper_stairs", - "weatherwacutcopstair": "waxed_weathered_cut_copper_stairs", - "weatherwacutcopstairs": "waxed_weathered_cut_copper_stairs", - "weatherwacutcostair": "waxed_weathered_cut_copper_stairs", - "weatherwacutcostairs": "waxed_weathered_cut_copper_stairs", - "weatherwaxccopperstair": "waxed_weathered_cut_copper_stairs", - "weatherwaxccopperstairs": "waxed_weathered_cut_copper_stairs", - "weatherwaxccopstair": "waxed_weathered_cut_copper_stairs", - "weatherwaxccopstairs": "waxed_weathered_cut_copper_stairs", - "weatherwaxccostair": "waxed_weathered_cut_copper_stairs", - "weatherwaxccostairs": "waxed_weathered_cut_copper_stairs", - "weatherwaxcutcopperstair": "waxed_weathered_cut_copper_stairs", - "weatherwaxcutcopperstairs": "waxed_weathered_cut_copper_stairs", - "weatherwaxcutcopstair": "waxed_weathered_cut_copper_stairs", - "weatherwaxcutcopstairs": "waxed_weathered_cut_copper_stairs", - "weatherwaxcutcostair": "waxed_weathered_cut_copper_stairs", - "weatherwaxcutcostairs": "waxed_weathered_cut_copper_stairs", - "weatherwaxedccopperstair": "waxed_weathered_cut_copper_stairs", - "weatherwaxedccopperstairs": "waxed_weathered_cut_copper_stairs", - "weatherwaxedccopstair": "waxed_weathered_cut_copper_stairs", - "weatherwaxedccopstairs": "waxed_weathered_cut_copper_stairs", - "weatherwaxedccostair": "waxed_weathered_cut_copper_stairs", - "weatherwaxedccostairs": "waxed_weathered_cut_copper_stairs", - "weatherwaxedcutcopperstair": "waxed_weathered_cut_copper_stairs", - "weatherwaxedcutcopperstairs": "waxed_weathered_cut_copper_stairs", - "weatherwaxedcutcopstair": "waxed_weathered_cut_copper_stairs", - "weatherwaxedcutcopstairs": "waxed_weathered_cut_copper_stairs", - "weatherwaxedcutcostair": "waxed_weathered_cut_copper_stairs", - "weatherwaxedcutcostairs": "waxed_weathered_cut_copper_stairs", - "wecutwacopperstair": "waxed_weathered_cut_copper_stairs", - "wecutwacopperstairs": "waxed_weathered_cut_copper_stairs", - "wecutwacopstair": "waxed_weathered_cut_copper_stairs", - "wecutwacopstairs": "waxed_weathered_cut_copper_stairs", - "wecutwacostair": "waxed_weathered_cut_copper_stairs", - "wecutwacostairs": "waxed_weathered_cut_copper_stairs", - "wecutwaxcopperstair": "waxed_weathered_cut_copper_stairs", - "wecutwaxcopperstairs": "waxed_weathered_cut_copper_stairs", - "wecutwaxcopstair": "waxed_weathered_cut_copper_stairs", - "wecutwaxcopstairs": "waxed_weathered_cut_copper_stairs", - "wecutwaxcostair": "waxed_weathered_cut_copper_stairs", - "wecutwaxcostairs": "waxed_weathered_cut_copper_stairs", - "wecutwaxedcopperstair": "waxed_weathered_cut_copper_stairs", - "wecutwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", - "wecutwaxedcopstair": "waxed_weathered_cut_copper_stairs", - "wecutwaxedcopstairs": "waxed_weathered_cut_copper_stairs", - "wecutwaxedcostair": "waxed_weathered_cut_copper_stairs", - "wecutwaxedcostairs": "waxed_weathered_cut_copper_stairs", - "wecwacopperstair": "waxed_weathered_cut_copper_stairs", - "wecwacopperstairs": "waxed_weathered_cut_copper_stairs", - "wecwacopstair": "waxed_weathered_cut_copper_stairs", - "wecwacopstairs": "waxed_weathered_cut_copper_stairs", - "wecwacostair": "waxed_weathered_cut_copper_stairs", - "wecwacostairs": "waxed_weathered_cut_copper_stairs", - "wecwaxcopperstair": "waxed_weathered_cut_copper_stairs", - "wecwaxcopperstairs": "waxed_weathered_cut_copper_stairs", - "wecwaxcopstair": "waxed_weathered_cut_copper_stairs", - "wecwaxcopstairs": "waxed_weathered_cut_copper_stairs", - "wecwaxcostair": "waxed_weathered_cut_copper_stairs", - "wecwaxcostairs": "waxed_weathered_cut_copper_stairs", - "wecwaxedcopperstair": "waxed_weathered_cut_copper_stairs", - "wecwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", - "wecwaxedcopstair": "waxed_weathered_cut_copper_stairs", - "wecwaxedcopstairs": "waxed_weathered_cut_copper_stairs", - "wecwaxedcostair": "waxed_weathered_cut_copper_stairs", - "wecwaxedcostairs": "waxed_weathered_cut_copper_stairs", - "wewaccopperstair": "waxed_weathered_cut_copper_stairs", - "wewaccopperstairs": "waxed_weathered_cut_copper_stairs", - "wewaccopstair": "waxed_weathered_cut_copper_stairs", - "wewaccopstairs": "waxed_weathered_cut_copper_stairs", - "wewaccostair": "waxed_weathered_cut_copper_stairs", - "wewaccostairs": "waxed_weathered_cut_copper_stairs", - "wewacutcopperstair": "waxed_weathered_cut_copper_stairs", - "wewacutcopperstairs": "waxed_weathered_cut_copper_stairs", - "wewacutcopstair": "waxed_weathered_cut_copper_stairs", - "wewacutcopstairs": "waxed_weathered_cut_copper_stairs", - "wewacutcostair": "waxed_weathered_cut_copper_stairs", - "wewacutcostairs": "waxed_weathered_cut_copper_stairs", - "wewaxccopperstair": "waxed_weathered_cut_copper_stairs", - "wewaxccopperstairs": "waxed_weathered_cut_copper_stairs", - "wewaxccopstair": "waxed_weathered_cut_copper_stairs", - "wewaxccopstairs": "waxed_weathered_cut_copper_stairs", - "wewaxccostair": "waxed_weathered_cut_copper_stairs", - "wewaxccostairs": "waxed_weathered_cut_copper_stairs", - "wewaxcutcopperstair": "waxed_weathered_cut_copper_stairs", - "wewaxcutcopperstairs": "waxed_weathered_cut_copper_stairs", - "wewaxcutcopstair": "waxed_weathered_cut_copper_stairs", - "wewaxcutcopstairs": "waxed_weathered_cut_copper_stairs", - "wewaxcutcostair": "waxed_weathered_cut_copper_stairs", - "wewaxcutcostairs": "waxed_weathered_cut_copper_stairs", - "wewaxedccopperstair": "waxed_weathered_cut_copper_stairs", - "wewaxedccopperstairs": "waxed_weathered_cut_copper_stairs", - "wewaxedccopstair": "waxed_weathered_cut_copper_stairs", - "wewaxedccopstairs": "waxed_weathered_cut_copper_stairs", - "wewaxedccostair": "waxed_weathered_cut_copper_stairs", - "wewaxedccostairs": "waxed_weathered_cut_copper_stairs", - "wewaxedcutcopperstair": "waxed_weathered_cut_copper_stairs", - "wewaxedcutcopperstairs": "waxed_weathered_cut_copper_stairs", - "wewaxedcutcopstair": "waxed_weathered_cut_copper_stairs", - "wewaxedcutcopstairs": "waxed_weathered_cut_copper_stairs", - "wewaxedcutcostair": "waxed_weathered_cut_copper_stairs", - "wewaxedcutcostairs": "waxed_weathered_cut_copper_stairs", - "wthcutwacopperstair": "waxed_weathered_cut_copper_stairs", - "wthcutwacopperstairs": "waxed_weathered_cut_copper_stairs", - "wthcutwacopstair": "waxed_weathered_cut_copper_stairs", - "wthcutwacopstairs": "waxed_weathered_cut_copper_stairs", - "wthcutwacostair": "waxed_weathered_cut_copper_stairs", - "wthcutwacostairs": "waxed_weathered_cut_copper_stairs", - "wthcutwaxcopperstair": "waxed_weathered_cut_copper_stairs", - "wthcutwaxcopperstairs": "waxed_weathered_cut_copper_stairs", - "wthcutwaxcopstair": "waxed_weathered_cut_copper_stairs", - "wthcutwaxcopstairs": "waxed_weathered_cut_copper_stairs", - "wthcutwaxcostair": "waxed_weathered_cut_copper_stairs", - "wthcutwaxcostairs": "waxed_weathered_cut_copper_stairs", - "wthcutwaxedcopperstair": "waxed_weathered_cut_copper_stairs", - "wthcutwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", - "wthcutwaxedcopstair": "waxed_weathered_cut_copper_stairs", - "wthcutwaxedcopstairs": "waxed_weathered_cut_copper_stairs", - "wthcutwaxedcostair": "waxed_weathered_cut_copper_stairs", - "wthcutwaxedcostairs": "waxed_weathered_cut_copper_stairs", - "wthcwacopperstair": "waxed_weathered_cut_copper_stairs", - "wthcwacopperstairs": "waxed_weathered_cut_copper_stairs", - "wthcwacopstair": "waxed_weathered_cut_copper_stairs", - "wthcwacopstairs": "waxed_weathered_cut_copper_stairs", - "wthcwacostair": "waxed_weathered_cut_copper_stairs", - "wthcwacostairs": "waxed_weathered_cut_copper_stairs", - "wthcwaxcopperstair": "waxed_weathered_cut_copper_stairs", - "wthcwaxcopperstairs": "waxed_weathered_cut_copper_stairs", - "wthcwaxcopstair": "waxed_weathered_cut_copper_stairs", - "wthcwaxcopstairs": "waxed_weathered_cut_copper_stairs", - "wthcwaxcostair": "waxed_weathered_cut_copper_stairs", - "wthcwaxcostairs": "waxed_weathered_cut_copper_stairs", - "wthcwaxedcopperstair": "waxed_weathered_cut_copper_stairs", - "wthcwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", - "wthcwaxedcopstair": "waxed_weathered_cut_copper_stairs", - "wthcwaxedcopstairs": "waxed_weathered_cut_copper_stairs", - "wthcwaxedcostair": "waxed_weathered_cut_copper_stairs", - "wthcwaxedcostairs": "waxed_weathered_cut_copper_stairs", - "wthwaccopperstair": "waxed_weathered_cut_copper_stairs", - "wthwaccopperstairs": "waxed_weathered_cut_copper_stairs", - "wthwaccopstair": "waxed_weathered_cut_copper_stairs", - "wthwaccopstairs": "waxed_weathered_cut_copper_stairs", - "wthwaccostair": "waxed_weathered_cut_copper_stairs", - "wthwaccostairs": "waxed_weathered_cut_copper_stairs", - "wthwacutcopperstair": "waxed_weathered_cut_copper_stairs", - "wthwacutcopperstairs": "waxed_weathered_cut_copper_stairs", - "wthwacutcopstair": "waxed_weathered_cut_copper_stairs", - "wthwacutcopstairs": "waxed_weathered_cut_copper_stairs", - "wthwacutcostair": "waxed_weathered_cut_copper_stairs", - "wthwacutcostairs": "waxed_weathered_cut_copper_stairs", - "wthwaxccopperstair": "waxed_weathered_cut_copper_stairs", - "wthwaxccopperstairs": "waxed_weathered_cut_copper_stairs", - "wthwaxccopstair": "waxed_weathered_cut_copper_stairs", - "wthwaxccopstairs": "waxed_weathered_cut_copper_stairs", - "wthwaxccostair": "waxed_weathered_cut_copper_stairs", - "wthwaxccostairs": "waxed_weathered_cut_copper_stairs", - "wthwaxcutcopperstair": "waxed_weathered_cut_copper_stairs", - "wthwaxcutcopperstairs": "waxed_weathered_cut_copper_stairs", - "wthwaxcutcopstair": "waxed_weathered_cut_copper_stairs", - "wthwaxcutcopstairs": "waxed_weathered_cut_copper_stairs", - "wthwaxcutcostair": "waxed_weathered_cut_copper_stairs", - "wthwaxcutcostairs": "waxed_weathered_cut_copper_stairs", - "wthwaxedccopperstair": "waxed_weathered_cut_copper_stairs", - "wthwaxedccopperstairs": "waxed_weathered_cut_copper_stairs", - "wthwaxedccopstair": "waxed_weathered_cut_copper_stairs", - "wthwaxedccopstairs": "waxed_weathered_cut_copper_stairs", - "wthwaxedccostair": "waxed_weathered_cut_copper_stairs", - "wthwaxedccostairs": "waxed_weathered_cut_copper_stairs", - "wthwaxedcutcopperstair": "waxed_weathered_cut_copper_stairs", - "wthwaxedcutcopperstairs": "waxed_weathered_cut_copper_stairs", - "wthwaxedcutcopstair": "waxed_weathered_cut_copper_stairs", - "wthwaxedcutcopstairs": "waxed_weathered_cut_copper_stairs", - "wthwaxedcutcostair": "waxed_weathered_cut_copper_stairs", - "wthwaxedcutcostairs": "waxed_weathered_cut_copper_stairs", - "wayfinder_armor_trim_smithing_template": { - "material": "WAYFINDER_ARMOR_TRIM_SMITHING_TEMPLATE" - }, - "minecraft:wayfinder_armor_trim_smithing_template": "wayfinder_armor_trim_smithing_template", - "wayfinderarmortrimsmithingtemplate": "wayfinder_armor_trim_smithing_template", - "wayfindertrim": "wayfinder_armor_trim_smithing_template", - "weakness_lingering_potion": { - "potionData": { - "type": "WEAKNESS", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotionwe": "weakness_lingering_potion", - "aoepotionweak": "weakness_lingering_potion", - "aoepotionweakness": "weakness_lingering_potion", - "aoepotwe": "weakness_lingering_potion", - "aoepotweak": "weakness_lingering_potion", - "aoepotweakness": "weakness_lingering_potion", - "areapotionwe": "weakness_lingering_potion", - "areapotionweak": "weakness_lingering_potion", - "areapotionweakness": "weakness_lingering_potion", - "areapotwe": "weakness_lingering_potion", - "areapotweak": "weakness_lingering_potion", - "areapotweakness": "weakness_lingering_potion", - "cloudpotionwe": "weakness_lingering_potion", - "cloudpotionweak": "weakness_lingering_potion", - "cloudpotionweakness": "weakness_lingering_potion", - "cloudpotwe": "weakness_lingering_potion", - "cloudpotweak": "weakness_lingering_potion", - "cloudpotweakness": "weakness_lingering_potion", - "lingerpotwe": "weakness_lingering_potion", - "lingerpotweak": "weakness_lingering_potion", - "lingerpotweakness": "weakness_lingering_potion", - "weakaoepoiont": "weakness_lingering_potion", - "weakaoepot": "weakness_lingering_potion", - "weakareapot": "weakness_lingering_potion", - "weakareapotion": "weakness_lingering_potion", - "weakcloudpot": "weakness_lingering_potion", - "weakcloudpotion": "weakness_lingering_potion", - "weaklingerpot": "weakness_lingering_potion", - "weaknessaoepoiont": "weakness_lingering_potion", - "weaknessaoepot": "weakness_lingering_potion", - "weaknessareapot": "weakness_lingering_potion", - "weaknessareapotion": "weakness_lingering_potion", - "weaknesscloudpot": "weakness_lingering_potion", - "weaknesscloudpotion": "weakness_lingering_potion", - "weaknesslingerpot": "weakness_lingering_potion", - "weaoepoiont": "weakness_lingering_potion", - "weaoepot": "weakness_lingering_potion", - "weareapot": "weakness_lingering_potion", - "weareapotion": "weakness_lingering_potion", - "wecloudpot": "weakness_lingering_potion", - "wecloudpotion": "weakness_lingering_potion", - "welingerpot": "weakness_lingering_potion", - "weakness_potion": { - "potionData": { - "type": "WEAKNESS", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "potionofwe": "weakness_potion", - "potionofweak": "weakness_potion", - "potionofweakness": "weakness_potion", - "potofwe": "weakness_potion", - "potofweak": "weakness_potion", - "potofweakness": "weakness_potion", - "weaknesspot": "weakness_potion", - "weaknesspotion": "weakness_potion", - "weakpot": "weakness_potion", - "weakpotion": "weakness_potion", - "wepot": "weakness_potion", - "wepotion": "weakness_potion", - "weakness_splash_potion": { - "potionData": { - "type": "WEAKNESS", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "splashweaknesspot": "weakness_splash_potion", - "splashweaknesspotion": "weakness_splash_potion", - "splashweakpot": "weakness_splash_potion", - "splashweakpotion": "weakness_splash_potion", - "splashwepot": "weakness_splash_potion", - "splashwepotion": "weakness_splash_potion", - "splweaknesspot": "weakness_splash_potion", - "splweaknesspotion": "weakness_splash_potion", - "splweakpot": "weakness_splash_potion", - "splweakpotion": "weakness_splash_potion", - "splwepot": "weakness_splash_potion", - "splwepotion": "weakness_splash_potion", - "weaknesssplashpot": "weakness_splash_potion", - "weaknesssplashpotion": "weakness_splash_potion", - "weaksplashpot": "weakness_splash_potion", - "weaksplashpotion": "weakness_splash_potion", - "wesplashpot": "weakness_splash_potion", - "wesplashpotion": "weakness_splash_potion", - "weakness_tipped_arrow": { - "potionData": { - "type": "WEAKNESS", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowwe": "weakness_tipped_arrow", - "arrowweak": "weakness_tipped_arrow", - "arrowweakness": "weakness_tipped_arrow", - "weakarrow": "weakness_tipped_arrow", - "weaknessarrow": "weakness_tipped_arrow", - "weaknesstarr": "weakness_tipped_arrow", - "weaknesstarrow": "weakness_tipped_arrow", - "weaknesstippedarrow": "weakness_tipped_arrow", - "weaktarr": "weakness_tipped_arrow", - "weaktarrow": "weakness_tipped_arrow", - "weaktippedarrow": "weakness_tipped_arrow", - "wearrow": "weakness_tipped_arrow", - "wetarr": "weakness_tipped_arrow", - "wetarrow": "weakness_tipped_arrow", - "wetippedarrow": "weakness_tipped_arrow", - "weathered_copper": { - "material": "WEATHERED_COPPER" - }, - "minecraft:weathered_copper": "weathered_copper", - "weathercoblock": "weathered_copper", - "weathercopblock": "weathered_copper", - "weathercopperblock": "weathered_copper", - "weatheredcoblock": "weathered_copper", - "weatheredcopblock": "weathered_copper", - "weatheredcopper": "weathered_copper", - "weatheredcopperblock": "weathered_copper", - "wecoblock": "weathered_copper", - "wecopblock": "weathered_copper", - "wecopperblock": "weathered_copper", - "wthcoblock": "weathered_copper", - "wthcopblock": "weathered_copper", - "wthcopperblock": "weathered_copper", - "weathered_cut_copper": { - "material": "WEATHERED_CUT_COPPER" - }, - "cutweathercoblock": "weathered_cut_copper", - "cutweathercopblock": "weathered_cut_copper", - "cutweathercopperblock": "weathered_cut_copper", - "cutweatheredcoblock": "weathered_cut_copper", - "cutweatheredcopblock": "weathered_cut_copper", - "cutweatheredcopperblock": "weathered_cut_copper", - "cutwecoblock": "weathered_cut_copper", - "cutwecopblock": "weathered_cut_copper", - "cutwecopperblock": "weathered_cut_copper", - "cutwthcoblock": "weathered_cut_copper", - "cutwthcopblock": "weathered_cut_copper", - "cutwthcopperblock": "weathered_cut_copper", - "cweathercoblock": "weathered_cut_copper", - "cweathercopblock": "weathered_cut_copper", - "cweathercopperblock": "weathered_cut_copper", - "cweatheredcoblock": "weathered_cut_copper", - "cweatheredcopblock": "weathered_cut_copper", - "cweatheredcopperblock": "weathered_cut_copper", - "cwecoblock": "weathered_cut_copper", - "cwecopblock": "weathered_cut_copper", - "cwecopperblock": "weathered_cut_copper", - "cwthcoblock": "weathered_cut_copper", - "cwthcopblock": "weathered_cut_copper", - "cwthcopperblock": "weathered_cut_copper", - "minecraft:weathered_cut_copper": "weathered_cut_copper", - "weatherccoblock": "weathered_cut_copper", - "weatherccopblock": "weathered_cut_copper", - "weatherccopperblock": "weathered_cut_copper", - "weathercutcoblock": "weathered_cut_copper", - "weathercutcopblock": "weathered_cut_copper", - "weathercutcopperblock": "weathered_cut_copper", - "weatheredccoblock": "weathered_cut_copper", - "weatheredccopblock": "weathered_cut_copper", - "weatheredccopperblock": "weathered_cut_copper", - "weatheredcutcoblock": "weathered_cut_copper", - "weatheredcutcopblock": "weathered_cut_copper", - "weatheredcutcopper": "weathered_cut_copper", - "weatheredcutcopperblock": "weathered_cut_copper", - "weccoblock": "weathered_cut_copper", - "weccopblock": "weathered_cut_copper", - "weccopperblock": "weathered_cut_copper", - "wecutcoblock": "weathered_cut_copper", - "wecutcopblock": "weathered_cut_copper", - "wecutcopperblock": "weathered_cut_copper", - "wthccoblock": "weathered_cut_copper", - "wthccopblock": "weathered_cut_copper", - "wthccopperblock": "weathered_cut_copper", - "wthcutcoblock": "weathered_cut_copper", - "wthcutcopblock": "weathered_cut_copper", - "wthcutcopperblock": "weathered_cut_copper", - "weathered_cut_copper_slab": { - "material": "WEATHERED_CUT_COPPER_SLAB" - }, - "cutweathercohalfblock": "weathered_cut_copper_slab", - "cutweathercophalfblock": "weathered_cut_copper_slab", - "cutweathercopperhalfblock": "weathered_cut_copper_slab", - "cutweathercoppersl": "weathered_cut_copper_slab", - "cutweathercopperslab": "weathered_cut_copper_slab", - "cutweathercopperstep": "weathered_cut_copper_slab", - "cutweathercopsl": "weathered_cut_copper_slab", - "cutweathercopslab": "weathered_cut_copper_slab", - "cutweathercopstep": "weathered_cut_copper_slab", - "cutweathercosl": "weathered_cut_copper_slab", - "cutweathercoslab": "weathered_cut_copper_slab", - "cutweathercostep": "weathered_cut_copper_slab", - "cutweatheredcohalfblock": "weathered_cut_copper_slab", - "cutweatheredcophalfblock": "weathered_cut_copper_slab", - "cutweatheredcopperhalfblock": "weathered_cut_copper_slab", - "cutweatheredcoppersl": "weathered_cut_copper_slab", - "cutweatheredcopperslab": "weathered_cut_copper_slab", - "cutweatheredcopperstep": "weathered_cut_copper_slab", - "cutweatheredcopsl": "weathered_cut_copper_slab", - "cutweatheredcopslab": "weathered_cut_copper_slab", - "cutweatheredcopstep": "weathered_cut_copper_slab", - "cutweatheredcosl": "weathered_cut_copper_slab", - "cutweatheredcoslab": "weathered_cut_copper_slab", - "cutweatheredcostep": "weathered_cut_copper_slab", - "cutwecohalfblock": "weathered_cut_copper_slab", - "cutwecophalfblock": "weathered_cut_copper_slab", - "cutwecopperhalfblock": "weathered_cut_copper_slab", - "cutwecoppersl": "weathered_cut_copper_slab", - "cutwecopperslab": "weathered_cut_copper_slab", - "cutwecopperstep": "weathered_cut_copper_slab", - "cutwecopsl": "weathered_cut_copper_slab", - "cutwecopslab": "weathered_cut_copper_slab", - "cutwecopstep": "weathered_cut_copper_slab", - "cutwecosl": "weathered_cut_copper_slab", - "cutwecoslab": "weathered_cut_copper_slab", - "cutwecostep": "weathered_cut_copper_slab", - "cutwthcohalfblock": "weathered_cut_copper_slab", - "cutwthcophalfblock": "weathered_cut_copper_slab", - "cutwthcopperhalfblock": "weathered_cut_copper_slab", - "cutwthcoppersl": "weathered_cut_copper_slab", - "cutwthcopperslab": "weathered_cut_copper_slab", - "cutwthcopperstep": "weathered_cut_copper_slab", - "cutwthcopsl": "weathered_cut_copper_slab", - "cutwthcopslab": "weathered_cut_copper_slab", - "cutwthcopstep": "weathered_cut_copper_slab", - "cutwthcosl": "weathered_cut_copper_slab", - "cutwthcoslab": "weathered_cut_copper_slab", - "cutwthcostep": "weathered_cut_copper_slab", - "cweathercohalfblock": "weathered_cut_copper_slab", - "cweathercophalfblock": "weathered_cut_copper_slab", - "cweathercopperhalfblock": "weathered_cut_copper_slab", - "cweathercoppersl": "weathered_cut_copper_slab", - "cweathercopperslab": "weathered_cut_copper_slab", - "cweathercopperstep": "weathered_cut_copper_slab", - "cweathercopsl": "weathered_cut_copper_slab", - "cweathercopslab": "weathered_cut_copper_slab", - "cweathercopstep": "weathered_cut_copper_slab", - "cweathercosl": "weathered_cut_copper_slab", - "cweathercoslab": "weathered_cut_copper_slab", - "cweathercostep": "weathered_cut_copper_slab", - "cweatheredcohalfblock": "weathered_cut_copper_slab", - "cweatheredcophalfblock": "weathered_cut_copper_slab", - "cweatheredcopperhalfblock": "weathered_cut_copper_slab", - "cweatheredcoppersl": "weathered_cut_copper_slab", - "cweatheredcopperslab": "weathered_cut_copper_slab", - "cweatheredcopperstep": "weathered_cut_copper_slab", - "cweatheredcopsl": "weathered_cut_copper_slab", - "cweatheredcopslab": "weathered_cut_copper_slab", - "cweatheredcopstep": "weathered_cut_copper_slab", - "cweatheredcosl": "weathered_cut_copper_slab", - "cweatheredcoslab": "weathered_cut_copper_slab", - "cweatheredcostep": "weathered_cut_copper_slab", - "cwecohalfblock": "weathered_cut_copper_slab", - "cwecophalfblock": "weathered_cut_copper_slab", - "cwecopperhalfblock": "weathered_cut_copper_slab", - "cwecoppersl": "weathered_cut_copper_slab", - "cwecopperslab": "weathered_cut_copper_slab", - "cwecopperstep": "weathered_cut_copper_slab", - "cwecopsl": "weathered_cut_copper_slab", - "cwecopslab": "weathered_cut_copper_slab", - "cwecopstep": "weathered_cut_copper_slab", - "cwecosl": "weathered_cut_copper_slab", - "cwecoslab": "weathered_cut_copper_slab", - "cwecostep": "weathered_cut_copper_slab", - "cwthcohalfblock": "weathered_cut_copper_slab", - "cwthcophalfblock": "weathered_cut_copper_slab", - "cwthcopperhalfblock": "weathered_cut_copper_slab", - "cwthcoppersl": "weathered_cut_copper_slab", - "cwthcopperslab": "weathered_cut_copper_slab", - "cwthcopperstep": "weathered_cut_copper_slab", - "cwthcopsl": "weathered_cut_copper_slab", - "cwthcopslab": "weathered_cut_copper_slab", - "cwthcopstep": "weathered_cut_copper_slab", - "cwthcosl": "weathered_cut_copper_slab", - "cwthcoslab": "weathered_cut_copper_slab", - "cwthcostep": "weathered_cut_copper_slab", - "minecraft:weathered_cut_copper_slab": "weathered_cut_copper_slab", - "weatherccohalfblock": "weathered_cut_copper_slab", - "weatherccophalfblock": "weathered_cut_copper_slab", - "weatherccopperhalfblock": "weathered_cut_copper_slab", - "weatherccoppersl": "weathered_cut_copper_slab", - "weatherccopperslab": "weathered_cut_copper_slab", - "weatherccopperstep": "weathered_cut_copper_slab", - "weatherccopsl": "weathered_cut_copper_slab", - "weatherccopslab": "weathered_cut_copper_slab", - "weatherccopstep": "weathered_cut_copper_slab", - "weatherccosl": "weathered_cut_copper_slab", - "weatherccoslab": "weathered_cut_copper_slab", - "weatherccostep": "weathered_cut_copper_slab", - "weathercutcohalfblock": "weathered_cut_copper_slab", - "weathercutcophalfblock": "weathered_cut_copper_slab", - "weathercutcopperhalfblock": "weathered_cut_copper_slab", - "weathercutcoppersl": "weathered_cut_copper_slab", - "weathercutcopperslab": "weathered_cut_copper_slab", - "weathercutcopperstep": "weathered_cut_copper_slab", - "weathercutcopsl": "weathered_cut_copper_slab", - "weathercutcopslab": "weathered_cut_copper_slab", - "weathercutcopstep": "weathered_cut_copper_slab", - "weathercutcosl": "weathered_cut_copper_slab", - "weathercutcoslab": "weathered_cut_copper_slab", - "weathercutcostep": "weathered_cut_copper_slab", - "weatheredccohalfblock": "weathered_cut_copper_slab", - "weatheredccophalfblock": "weathered_cut_copper_slab", - "weatheredccopperhalfblock": "weathered_cut_copper_slab", - "weatheredccoppersl": "weathered_cut_copper_slab", - "weatheredccopperslab": "weathered_cut_copper_slab", - "weatheredccopperstep": "weathered_cut_copper_slab", - "weatheredccopsl": "weathered_cut_copper_slab", - "weatheredccopslab": "weathered_cut_copper_slab", - "weatheredccopstep": "weathered_cut_copper_slab", - "weatheredccosl": "weathered_cut_copper_slab", - "weatheredccoslab": "weathered_cut_copper_slab", - "weatheredccostep": "weathered_cut_copper_slab", - "weatheredcutcohalfblock": "weathered_cut_copper_slab", - "weatheredcutcophalfblock": "weathered_cut_copper_slab", - "weatheredcutcopperhalfblock": "weathered_cut_copper_slab", - "weatheredcutcoppersl": "weathered_cut_copper_slab", - "weatheredcutcopperslab": "weathered_cut_copper_slab", - "weatheredcutcopperstep": "weathered_cut_copper_slab", - "weatheredcutcopsl": "weathered_cut_copper_slab", - "weatheredcutcopslab": "weathered_cut_copper_slab", - "weatheredcutcopstep": "weathered_cut_copper_slab", - "weatheredcutcosl": "weathered_cut_copper_slab", - "weatheredcutcoslab": "weathered_cut_copper_slab", - "weatheredcutcostep": "weathered_cut_copper_slab", - "weccohalfblock": "weathered_cut_copper_slab", - "weccophalfblock": "weathered_cut_copper_slab", - "weccopperhalfblock": "weathered_cut_copper_slab", - "weccoppersl": "weathered_cut_copper_slab", - "weccopperslab": "weathered_cut_copper_slab", - "weccopperstep": "weathered_cut_copper_slab", - "weccopsl": "weathered_cut_copper_slab", - "weccopslab": "weathered_cut_copper_slab", - "weccopstep": "weathered_cut_copper_slab", - "weccosl": "weathered_cut_copper_slab", - "weccoslab": "weathered_cut_copper_slab", - "weccostep": "weathered_cut_copper_slab", - "wecutcohalfblock": "weathered_cut_copper_slab", - "wecutcophalfblock": "weathered_cut_copper_slab", - "wecutcopperhalfblock": "weathered_cut_copper_slab", - "wecutcoppersl": "weathered_cut_copper_slab", - "wecutcopperslab": "weathered_cut_copper_slab", - "wecutcopperstep": "weathered_cut_copper_slab", - "wecutcopsl": "weathered_cut_copper_slab", - "wecutcopslab": "weathered_cut_copper_slab", - "wecutcopstep": "weathered_cut_copper_slab", - "wecutcosl": "weathered_cut_copper_slab", - "wecutcoslab": "weathered_cut_copper_slab", - "wecutcostep": "weathered_cut_copper_slab", - "wthccohalfblock": "weathered_cut_copper_slab", - "wthccophalfblock": "weathered_cut_copper_slab", - "wthccopperhalfblock": "weathered_cut_copper_slab", - "wthccoppersl": "weathered_cut_copper_slab", - "wthccopperslab": "weathered_cut_copper_slab", - "wthccopperstep": "weathered_cut_copper_slab", - "wthccopsl": "weathered_cut_copper_slab", - "wthccopslab": "weathered_cut_copper_slab", - "wthccopstep": "weathered_cut_copper_slab", - "wthccosl": "weathered_cut_copper_slab", - "wthccoslab": "weathered_cut_copper_slab", - "wthccostep": "weathered_cut_copper_slab", - "wthcutcohalfblock": "weathered_cut_copper_slab", - "wthcutcophalfblock": "weathered_cut_copper_slab", - "wthcutcopperhalfblock": "weathered_cut_copper_slab", - "wthcutcoppersl": "weathered_cut_copper_slab", - "wthcutcopperslab": "weathered_cut_copper_slab", - "wthcutcopperstep": "weathered_cut_copper_slab", - "wthcutcopsl": "weathered_cut_copper_slab", - "wthcutcopslab": "weathered_cut_copper_slab", - "wthcutcopstep": "weathered_cut_copper_slab", - "wthcutcosl": "weathered_cut_copper_slab", - "wthcutcoslab": "weathered_cut_copper_slab", - "wthcutcostep": "weathered_cut_copper_slab", - "weathered_cut_copper_stairs": { - "material": "WEATHERED_CUT_COPPER_STAIRS" - }, - "cutweathercopperstair": "weathered_cut_copper_stairs", - "cutweathercopperstairs": "weathered_cut_copper_stairs", - "cutweathercopstair": "weathered_cut_copper_stairs", - "cutweathercopstairs": "weathered_cut_copper_stairs", - "cutweathercostair": "weathered_cut_copper_stairs", - "cutweathercostairs": "weathered_cut_copper_stairs", - "cutweatheredcopperstair": "weathered_cut_copper_stairs", - "cutweatheredcopperstairs": "weathered_cut_copper_stairs", - "cutweatheredcopstair": "weathered_cut_copper_stairs", - "cutweatheredcopstairs": "weathered_cut_copper_stairs", - "cutweatheredcostair": "weathered_cut_copper_stairs", - "cutweatheredcostairs": "weathered_cut_copper_stairs", - "cutwecopperstair": "weathered_cut_copper_stairs", - "cutwecopperstairs": "weathered_cut_copper_stairs", - "cutwecopstair": "weathered_cut_copper_stairs", - "cutwecopstairs": "weathered_cut_copper_stairs", - "cutwecostair": "weathered_cut_copper_stairs", - "cutwecostairs": "weathered_cut_copper_stairs", - "cutwthcopperstair": "weathered_cut_copper_stairs", - "cutwthcopperstairs": "weathered_cut_copper_stairs", - "cutwthcopstair": "weathered_cut_copper_stairs", - "cutwthcopstairs": "weathered_cut_copper_stairs", - "cutwthcostair": "weathered_cut_copper_stairs", - "cutwthcostairs": "weathered_cut_copper_stairs", - "cweathercopperstair": "weathered_cut_copper_stairs", - "cweathercopperstairs": "weathered_cut_copper_stairs", - "cweathercopstair": "weathered_cut_copper_stairs", - "cweathercopstairs": "weathered_cut_copper_stairs", - "cweathercostair": "weathered_cut_copper_stairs", - "cweathercostairs": "weathered_cut_copper_stairs", - "cweatheredcopperstair": "weathered_cut_copper_stairs", - "cweatheredcopperstairs": "weathered_cut_copper_stairs", - "cweatheredcopstair": "weathered_cut_copper_stairs", - "cweatheredcopstairs": "weathered_cut_copper_stairs", - "cweatheredcostair": "weathered_cut_copper_stairs", - "cweatheredcostairs": "weathered_cut_copper_stairs", - "cwecopperstair": "weathered_cut_copper_stairs", - "cwecopperstairs": "weathered_cut_copper_stairs", - "cwecopstair": "weathered_cut_copper_stairs", - "cwecopstairs": "weathered_cut_copper_stairs", - "cwecostair": "weathered_cut_copper_stairs", - "cwecostairs": "weathered_cut_copper_stairs", - "cwthcopperstair": "weathered_cut_copper_stairs", - "cwthcopperstairs": "weathered_cut_copper_stairs", - "cwthcopstair": "weathered_cut_copper_stairs", - "cwthcopstairs": "weathered_cut_copper_stairs", - "cwthcostair": "weathered_cut_copper_stairs", - "cwthcostairs": "weathered_cut_copper_stairs", - "minecraft:weathered_cut_copper_stairs": "weathered_cut_copper_stairs", - "weatherccopperstair": "weathered_cut_copper_stairs", - "weatherccopperstairs": "weathered_cut_copper_stairs", - "weatherccopstair": "weathered_cut_copper_stairs", - "weatherccopstairs": "weathered_cut_copper_stairs", - "weatherccostair": "weathered_cut_copper_stairs", - "weatherccostairs": "weathered_cut_copper_stairs", - "weathercutcopperstair": "weathered_cut_copper_stairs", - "weathercutcopperstairs": "weathered_cut_copper_stairs", - "weathercutcopstair": "weathered_cut_copper_stairs", - "weathercutcopstairs": "weathered_cut_copper_stairs", - "weathercutcostair": "weathered_cut_copper_stairs", - "weathercutcostairs": "weathered_cut_copper_stairs", - "weatheredccopperstair": "weathered_cut_copper_stairs", - "weatheredccopperstairs": "weathered_cut_copper_stairs", - "weatheredccopstair": "weathered_cut_copper_stairs", - "weatheredccopstairs": "weathered_cut_copper_stairs", - "weatheredccostair": "weathered_cut_copper_stairs", - "weatheredccostairs": "weathered_cut_copper_stairs", - "weatheredcutcopperstair": "weathered_cut_copper_stairs", - "weatheredcutcopperstairs": "weathered_cut_copper_stairs", - "weatheredcutcopstair": "weathered_cut_copper_stairs", - "weatheredcutcopstairs": "weathered_cut_copper_stairs", - "weatheredcutcostair": "weathered_cut_copper_stairs", - "weatheredcutcostairs": "weathered_cut_copper_stairs", - "weccopperstair": "weathered_cut_copper_stairs", - "weccopperstairs": "weathered_cut_copper_stairs", - "weccopstair": "weathered_cut_copper_stairs", - "weccopstairs": "weathered_cut_copper_stairs", - "weccostair": "weathered_cut_copper_stairs", - "weccostairs": "weathered_cut_copper_stairs", - "wecutcopperstair": "weathered_cut_copper_stairs", - "wecutcopperstairs": "weathered_cut_copper_stairs", - "wecutcopstair": "weathered_cut_copper_stairs", - "wecutcopstairs": "weathered_cut_copper_stairs", - "wecutcostair": "weathered_cut_copper_stairs", - "wecutcostairs": "weathered_cut_copper_stairs", - "wthccopperstair": "weathered_cut_copper_stairs", - "wthccopperstairs": "weathered_cut_copper_stairs", - "wthccopstair": "weathered_cut_copper_stairs", - "wthccopstairs": "weathered_cut_copper_stairs", - "wthccostair": "weathered_cut_copper_stairs", - "wthccostairs": "weathered_cut_copper_stairs", - "wthcutcopperstair": "weathered_cut_copper_stairs", - "wthcutcopperstairs": "weathered_cut_copper_stairs", - "wthcutcopstair": "weathered_cut_copper_stairs", - "wthcutcopstairs": "weathered_cut_copper_stairs", - "wthcutcostair": "weathered_cut_copper_stairs", - "wthcutcostairs": "weathered_cut_copper_stairs", - "weeping_vines": { - "material": "WEEPING_VINES" - }, - "minecraft:weeping_vines": "weeping_vines", - "weepingvines": "weeping_vines", - "weepvine": "weeping_vines", - "weepvines": "weeping_vines", - "wet_sponge": { - "material": "WET_SPONGE" - }, - "minecraft:wet_sponge": "wet_sponge", - "wetsponge": "wet_sponge", - "wheat": { - "material": "WHEAT" - }, - "minecraft:wheat": "wheat", - "wheat_seeds": { - "material": "WHEAT_SEEDS" - }, - "minecraft:wheat_seeds": "wheat_seeds", - "wheatseeds": "wheat_seeds", - "white_banner": { - "material": "WHITE_BANNER" - }, - "minecraft:white_banner": "white_banner", - "wbanner": "white_banner", - "whitebanner": "white_banner", - "white_bed": { - "material": "WHITE_BED" - }, - "minecraft:white_bed": "white_bed", - "wbed": "white_bed", - "whitebed": "white_bed", - "white_candle": { - "material": "WHITE_CANDLE" - }, - "minecraft:white_candle": "white_candle", - "wcandle": "white_candle", - "whitecandle": "white_candle", - "white_carpet": { - "material": "WHITE_CARPET" - }, - "minecraft:white_carpet": "white_carpet", - "wcarpet": "white_carpet", - "wfloor": "white_carpet", - "whitecarpet": "white_carpet", - "whitefloor": "white_carpet", - "white_concrete": { - "material": "WHITE_CONCRETE" - }, - "minecraft:white_concrete": "white_concrete", - "wconcrete": "white_concrete", - "whiteconcrete": "white_concrete", - "white_concrete_powder": { - "material": "WHITE_CONCRETE_POWDER" - }, - "minecraft:white_concrete_powder": "white_concrete_powder", - "wcdust": "white_concrete_powder", - "wconcretepowder": "white_concrete_powder", - "wconcretesand": "white_concrete_powder", - "wcp": "white_concrete_powder", - "wcpowder": "white_concrete_powder", - "whitecdust": "white_concrete_powder", - "whiteconcretepowder": "white_concrete_powder", - "whiteconcretesand": "white_concrete_powder", - "whitecp": "white_concrete_powder", - "whitecpowder": "white_concrete_powder", - "white_dye": { - "material": "WHITE_DYE", - "fallbacks": [ - "BONE_MEAL" - ] - }, - "minecraft:white_dye": "white_dye", - "wdye": "white_dye", - "whitedye": "white_dye", - "white_glazed_terracotta": { - "material": "WHITE_GLAZED_TERRACOTTA" - }, - "minecraft:white_glazed_terracotta": "white_glazed_terracotta", - "wglazedtcota": "white_glazed_terracotta", - "wglazedterra": "white_glazed_terracotta", - "wglazedterracota": "white_glazed_terracotta", - "wglazedterracotta": "white_glazed_terracotta", - "wgtcotta": "white_glazed_terracotta", - "wgterra": "white_glazed_terracotta", - "whiteglazedtcota": "white_glazed_terracotta", - "whiteglazedterra": "white_glazed_terracotta", - "whiteglazedterracota": "white_glazed_terracotta", - "whiteglazedterracotta": "white_glazed_terracotta", - "whitegtcotta": "white_glazed_terracotta", - "whitegterra": "white_glazed_terracotta", - "white_shulker_box": { - "material": "WHITE_SHULKER_BOX" - }, - "minecraft:white_shulker_box": "white_shulker_box", - "whitesbox": "white_shulker_box", - "whiteshulkerbox": "white_shulker_box", - "wsbox": "white_shulker_box", - "wshulkerbox": "white_shulker_box", - "white_stained_glass": { - "material": "WHITE_STAINED_GLASS" - }, - "minecraft:white_stained_glass": "white_stained_glass", - "wglass": "white_stained_glass", - "whiteglass": "white_stained_glass", - "whitesglass": "white_stained_glass", - "whitestainedglass": "white_stained_glass", - "wsglass": "white_stained_glass", - "wstainedglass": "white_stained_glass", - "white_stained_glass_pane": { - "material": "WHITE_STAINED_GLASS_PANE" - }, - "minecraft:white_stained_glass_pane": "white_stained_glass_pane", - "wglasspane": "white_stained_glass_pane", - "wgpane": "white_stained_glass_pane", - "whiteglasspane": "white_stained_glass_pane", - "whitegpane": "white_stained_glass_pane", - "whitesglasspane": "white_stained_glass_pane", - "whitestainedglasspane": "white_stained_glass_pane", - "wsglasspane": "white_stained_glass_pane", - "wstainedglasspane": "white_stained_glass_pane", - "white_terracotta": { - "material": "WHITE_TERRACOTTA" - }, - "minecraft:white_terracotta": "white_terracotta", - "wclay": "white_terracotta", - "whiteclay": "white_terracotta", - "whitesclay": "white_terracotta", - "whitestainedclay": "white_terracotta", - "whitetcota": "white_terracotta", - "whiteterra": "white_terracotta", - "whiteterracota": "white_terracotta", - "whiteterracotta": "white_terracotta", - "wsclay": "white_terracotta", - "wstainedclay": "white_terracotta", - "wtcota": "white_terracotta", - "wterra": "white_terracotta", - "wterracota": "white_terracotta", - "wterracotta": "white_terracotta", - "white_tulip": { - "material": "WHITE_TULIP" - }, - "minecraft:white_tulip": "white_tulip", - "tulipw": "white_tulip", - "tulipwhite": "white_tulip", - "whitetulip": "white_tulip", - "wtulip": "white_tulip", - "white_wool": { - "material": "WHITE_WOOL" - }, - "minecraft:white_wool": "white_wool", - "wcloth": "white_wool", - "wcotton": "white_wool", - "whitecloth": "white_wool", - "whitecotton": "white_wool", - "whitewool": "white_wool", - "wwool": "white_wool", - "wild_armor_trim_smithing_template": { - "material": "WILD_ARMOR_TRIM_SMITHING_TEMPLATE" - }, - "minecraft:wild_armor_trim_smithing_template": "wild_armor_trim_smithing_template", - "wildarmortrimsmithingtemplate": "wild_armor_trim_smithing_template", - "wildtrim": "wild_armor_trim_smithing_template", - "witch_spawn_egg": { - "material": "WITCH_SPAWN_EGG" - }, - "eggwitch": "witch_spawn_egg", - "minecraft:witch_spawn_egg": "witch_spawn_egg", - "seggwitch": "witch_spawn_egg", - "spawneggwitch": "witch_spawn_egg", - "spawnwitch": "witch_spawn_egg", - "witchegg": "witch_spawn_egg", - "witchsegg": "witch_spawn_egg", - "witchspawn": "witch_spawn_egg", - "witchspawnegg": "witch_spawn_egg", - "witch_spawner": { - "entity": "WITCH", - "material": "SPAWNER" - }, - "witchcage": "witch_spawner", - "witchmcage": "witch_spawner", - "witchmobcage": "witch_spawner", - "witchmobspawner": "witch_spawner", - "witchmonstercage": "witch_spawner", - "witchmonsterspawner": "witch_spawner", - "witchmspawner": "witch_spawner", - "witchspawner": "witch_spawner", - "wither_rose": { - "material": "WITHER_ROSE" - }, - "minecraft:wither_rose": "wither_rose", - "witherrose": "wither_rose", - "wither_skeleton_skull": { - "material": "WITHER_SKELETON_SKULL" - }, - "headwither_skeleton": "wither_skeleton_skull", - "headwithers": "wither_skeleton_skull", - "headwithersk": "wither_skeleton_skull", - "headwsk": "wither_skeleton_skull", - "headwskeleton": "wither_skeleton_skull", - "minecraft:wither_skeleton_skull": "wither_skeleton_skull", - "wither_skeletonhead": "wither_skeleton_skull", - "wither_skeletonheadmask": "wither_skeleton_skull", - "wither_skeletonmask": "wither_skeleton_skull", - "wither_skeletonskull": "wither_skeleton_skull", - "withershead": "wither_skeleton_skull", - "withersheadmask": "wither_skeleton_skull", - "witherskeletonskull": "wither_skeleton_skull", - "witherskhead": "wither_skeleton_skull", - "witherskheadmask": "wither_skeleton_skull", - "witherskmask": "wither_skeleton_skull", - "witherskskull": "wither_skeleton_skull", - "withersmask": "wither_skeleton_skull", - "withersskull": "wither_skeleton_skull", - "wskeletonhead": "wither_skeleton_skull", - "wskeletonheadmask": "wither_skeleton_skull", - "wskeletonmask": "wither_skeleton_skull", - "wskeletonskull": "wither_skeleton_skull", - "wskhead": "wither_skeleton_skull", - "wskheadmask": "wither_skeleton_skull", - "wskmask": "wither_skeleton_skull", - "wskskull": "wither_skeleton_skull", - "wither_skeleton_spawn_egg": { - "material": "WITHER_SKELETON_SPAWN_EGG" - }, - "eggwither_skeleton": "wither_skeleton_spawn_egg", - "eggwithers": "wither_skeleton_spawn_egg", - "eggwithersk": "wither_skeleton_spawn_egg", - "eggwsk": "wither_skeleton_spawn_egg", - "eggwskeleton": "wither_skeleton_spawn_egg", - "minecraft:wither_skeleton_spawn_egg": "wither_skeleton_spawn_egg", - "seggwither_skeleton": "wither_skeleton_spawn_egg", - "seggwithers": "wither_skeleton_spawn_egg", - "seggwithersk": "wither_skeleton_spawn_egg", - "seggwsk": "wither_skeleton_spawn_egg", - "seggwskeleton": "wither_skeleton_spawn_egg", - "spawneggwither_skeleton": "wither_skeleton_spawn_egg", - "spawneggwithers": "wither_skeleton_spawn_egg", - "spawneggwithersk": "wither_skeleton_spawn_egg", - "spawneggwsk": "wither_skeleton_spawn_egg", - "spawneggwskeleton": "wither_skeleton_spawn_egg", - "spawnwither_skeleton": "wither_skeleton_spawn_egg", - "spawnwithers": "wither_skeleton_spawn_egg", - "spawnwithersk": "wither_skeleton_spawn_egg", - "spawnwsk": "wither_skeleton_spawn_egg", - "spawnwskeleton": "wither_skeleton_spawn_egg", - "wither_skeletonegg": "wither_skeleton_spawn_egg", - "wither_skeletonsegg": "wither_skeleton_spawn_egg", - "wither_skeletonspawn": "wither_skeleton_spawn_egg", - "wither_skeletonspawnegg": "wither_skeleton_spawn_egg", - "withersegg": "wither_skeleton_spawn_egg", - "witherskegg": "wither_skeleton_spawn_egg", - "witherskeletonspawnegg": "wither_skeleton_spawn_egg", - "withersksegg": "wither_skeleton_spawn_egg", - "witherskspawn": "wither_skeleton_spawn_egg", - "witherskspawnegg": "wither_skeleton_spawn_egg", - "witherssegg": "wither_skeleton_spawn_egg", - "withersspawn": "wither_skeleton_spawn_egg", - "withersspawnegg": "wither_skeleton_spawn_egg", - "wskegg": "wither_skeleton_spawn_egg", - "wskeletonegg": "wither_skeleton_spawn_egg", - "wskeletonsegg": "wither_skeleton_spawn_egg", - "wskeletonspawn": "wither_skeleton_spawn_egg", - "wskeletonspawnegg": "wither_skeleton_spawn_egg", - "wsksegg": "wither_skeleton_spawn_egg", - "wskspawn": "wither_skeleton_spawn_egg", - "wskspawnegg": "wither_skeleton_spawn_egg", - "wither_skeleton_spawner": { - "entity": "WITHER_SKELETON", - "material": "SPAWNER" - }, - "wither_skeletoncage": "wither_skeleton_spawner", - "wither_skeletonmcage": "wither_skeleton_spawner", - "wither_skeletonmobcage": "wither_skeleton_spawner", - "wither_skeletonmobspawner": "wither_skeleton_spawner", - "wither_skeletonmonstercage": "wither_skeleton_spawner", - "wither_skeletonmonsterspawner": "wither_skeleton_spawner", - "wither_skeletonmspawner": "wither_skeleton_spawner", - "wither_skeletonspawner": "wither_skeleton_spawner", - "witherscage": "wither_skeleton_spawner", - "witherskcage": "wither_skeleton_spawner", - "witherskmcage": "wither_skeleton_spawner", - "witherskmobcage": "wither_skeleton_spawner", - "witherskmobspawner": "wither_skeleton_spawner", - "witherskmonstercage": "wither_skeleton_spawner", - "witherskmonsterspawner": "wither_skeleton_spawner", - "witherskmspawner": "wither_skeleton_spawner", - "witherskspawner": "wither_skeleton_spawner", - "withersmcage": "wither_skeleton_spawner", - "withersmobcage": "wither_skeleton_spawner", - "withersmobspawner": "wither_skeleton_spawner", - "withersmonstercage": "wither_skeleton_spawner", - "withersmonsterspawner": "wither_skeleton_spawner", - "withersmspawner": "wither_skeleton_spawner", - "withersspawner": "wither_skeleton_spawner", - "wskcage": "wither_skeleton_spawner", - "wskeletoncage": "wither_skeleton_spawner", - "wskeletonmcage": "wither_skeleton_spawner", - "wskeletonmobcage": "wither_skeleton_spawner", - "wskeletonmobspawner": "wither_skeleton_spawner", - "wskeletonmonstercage": "wither_skeleton_spawner", - "wskeletonmonsterspawner": "wither_skeleton_spawner", - "wskeletonmspawner": "wither_skeleton_spawner", - "wskeletonspawner": "wither_skeleton_spawner", - "wskmcage": "wither_skeleton_spawner", - "wskmobcage": "wither_skeleton_spawner", - "wskmobspawner": "wither_skeleton_spawner", - "wskmonstercage": "wither_skeleton_spawner", - "wskmonsterspawner": "wither_skeleton_spawner", - "wskmspawner": "wither_skeleton_spawner", - "wskspawner": "wither_skeleton_spawner", - "wither_spawn_egg": { - "material": "WITHER_SPAWN_EGG" - }, - "eggwither": "wither_spawn_egg", - "minecraft:wither_spawn_egg": "wither_spawn_egg", - "seggwither": "wither_spawn_egg", - "spawneggwither": "wither_spawn_egg", - "spawnwither": "wither_spawn_egg", - "witheregg": "wither_spawn_egg", - "witherspawn": "wither_spawn_egg", - "witherspawnegg": "wither_spawn_egg", - "wither_spawner": { - "entity": "WITHER", - "material": "SPAWNER" - }, - "withercage": "wither_spawner", - "withermcage": "wither_spawner", - "withermobcage": "wither_spawner", - "withermobspawner": "wither_spawner", - "withermonstercage": "wither_spawner", - "withermonsterspawner": "wither_spawner", - "withermspawner": "wither_spawner", - "witherspawner": "wither_spawner", - "wolf_spawn_egg": { - "material": "WOLF_SPAWN_EGG" - }, - "dogegg": "wolf_spawn_egg", - "dogsegg": "wolf_spawn_egg", - "dogspawn": "wolf_spawn_egg", - "dogspawnegg": "wolf_spawn_egg", - "eggdog": "wolf_spawn_egg", - "eggwolf": "wolf_spawn_egg", - "minecraft:wolf_spawn_egg": "wolf_spawn_egg", - "seggdog": "wolf_spawn_egg", - "seggwolf": "wolf_spawn_egg", - "spawndog": "wolf_spawn_egg", - "spawneggdog": "wolf_spawn_egg", - "spawneggwolf": "wolf_spawn_egg", - "spawnwolf": "wolf_spawn_egg", - "wolfegg": "wolf_spawn_egg", - "wolfsegg": "wolf_spawn_egg", - "wolfspawn": "wolf_spawn_egg", - "wolfspawnegg": "wolf_spawn_egg", - "wolf_spawner": { - "entity": "WOLF", - "material": "SPAWNER" - }, - "dogcage": "wolf_spawner", - "dogmcage": "wolf_spawner", - "dogmobcage": "wolf_spawner", - "dogmobspawner": "wolf_spawner", - "dogmonstercage": "wolf_spawner", - "dogmonsterspawner": "wolf_spawner", - "dogmspawner": "wolf_spawner", - "dogspawner": "wolf_spawner", - "wolfcage": "wolf_spawner", - "wolfmcage": "wolf_spawner", - "wolfmobcage": "wolf_spawner", - "wolfmobspawner": "wolf_spawner", - "wolfmonstercage": "wolf_spawner", - "wolfmonsterspawner": "wolf_spawner", - "wolfmspawner": "wolf_spawner", - "wolfspawner": "wolf_spawner", - "wooden_axe": { - "material": "WOODEN_AXE" - }, - "minecraft:wooden_axe": "wooden_axe", - "waxe": "wooden_axe", - "woodaxe": "wooden_axe", - "woodenaxe": "wooden_axe", - "wooden_hoe": { - "material": "WOODEN_HOE" - }, - "minecraft:wooden_hoe": "wooden_hoe", - "whoe": "wooden_hoe", - "woodenhoe": "wooden_hoe", - "woodhoe": "wooden_hoe", - "wooden_pickaxe": { - "material": "WOODEN_PICKAXE" - }, - "minecraft:wooden_pickaxe": "wooden_pickaxe", - "woodenpick": "wooden_pickaxe", - "woodenpickaxe": "wooden_pickaxe", - "woodpick": "wooden_pickaxe", - "woodpickaxe": "wooden_pickaxe", - "wpick": "wooden_pickaxe", - "wpickaxe": "wooden_pickaxe", - "wooden_shovel": { - "material": "WOODEN_SHOVEL" - }, - "minecraft:wooden_shovel": "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" - }, - "minecraft:wooden_sword": "wooden_sword", - "woodensword": "wooden_sword", - "woodsword": "wooden_sword", - "wsword": "wooden_sword", - "writable_book": { - "material": "WRITABLE_BOOK" - }, - "minecraft:writable_book": "writable_book", - "writablebook": "writable_book", - "written_book": { - "material": "WRITTEN_BOOK" - }, - "minecraft:written_book": "written_book", - "writtenbook": "written_book", - "yellow_banner": { - "material": "YELLOW_BANNER" - }, - "minecraft:yellow_banner": "yellow_banner", - "ybanner": "yellow_banner", - "yellowbanner": "yellow_banner", - "yellow_bed": { - "material": "YELLOW_BED" - }, - "minecraft:yellow_bed": "yellow_bed", - "ybed": "yellow_bed", - "yellowbed": "yellow_bed", - "yellow_candle": { - "material": "YELLOW_CANDLE" - }, - "minecraft:yellow_candle": "yellow_candle", - "ycandle": "yellow_candle", - "yellowcandle": "yellow_candle", - "yellow_carpet": { - "material": "YELLOW_CARPET" - }, - "minecraft:yellow_carpet": "yellow_carpet", - "ycarpet": "yellow_carpet", - "yellowcarpet": "yellow_carpet", - "yellowfloor": "yellow_carpet", - "yfloor": "yellow_carpet", - "yellow_concrete": { - "material": "YELLOW_CONCRETE" - }, - "minecraft:yellow_concrete": "yellow_concrete", - "yconcrete": "yellow_concrete", - "yellowconcrete": "yellow_concrete", - "yellow_concrete_powder": { - "material": "YELLOW_CONCRETE_POWDER" - }, - "minecraft:yellow_concrete_powder": "yellow_concrete_powder", - "ycdust": "yellow_concrete_powder", - "yconcretepowder": "yellow_concrete_powder", - "yconcretesand": "yellow_concrete_powder", - "ycp": "yellow_concrete_powder", - "ycpowder": "yellow_concrete_powder", - "yellowcdust": "yellow_concrete_powder", - "yellowconcretepowder": "yellow_concrete_powder", - "yellowconcretesand": "yellow_concrete_powder", - "yellowcp": "yellow_concrete_powder", - "yellowcpowder": "yellow_concrete_powder", - "yellow_dye": { - "material": "YELLOW_DYE", - "fallbacks": [ - "DANDELION_YELLOW" - ] - }, - "minecraft:yellow_dye": "yellow_dye", - "ydye": "yellow_dye", - "yellowdye": "yellow_dye", - "yellow_glazed_terracotta": { - "material": "YELLOW_GLAZED_TERRACOTTA" - }, - "minecraft:yellow_glazed_terracotta": "yellow_glazed_terracotta", - "yellowglazedtcota": "yellow_glazed_terracotta", - "yellowglazedterra": "yellow_glazed_terracotta", - "yellowglazedterracota": "yellow_glazed_terracotta", - "yellowglazedterracotta": "yellow_glazed_terracotta", - "yellowgtcotta": "yellow_glazed_terracotta", - "yellowgterra": "yellow_glazed_terracotta", - "yglazedtcota": "yellow_glazed_terracotta", - "yglazedterra": "yellow_glazed_terracotta", - "yglazedterracota": "yellow_glazed_terracotta", - "yglazedterracotta": "yellow_glazed_terracotta", - "ygtcotta": "yellow_glazed_terracotta", - "ygterra": "yellow_glazed_terracotta", - "yellow_shulker_box": { - "material": "YELLOW_SHULKER_BOX" - }, - "minecraft:yellow_shulker_box": "yellow_shulker_box", - "yellowsbox": "yellow_shulker_box", - "yellowshulkerbox": "yellow_shulker_box", - "ysbox": "yellow_shulker_box", - "yshulkerbox": "yellow_shulker_box", - "yellow_stained_glass": { - "material": "YELLOW_STAINED_GLASS" - }, - "minecraft:yellow_stained_glass": "yellow_stained_glass", - "yellowglass": "yellow_stained_glass", - "yellowsglass": "yellow_stained_glass", - "yellowstainedglass": "yellow_stained_glass", - "yglass": "yellow_stained_glass", - "ysglass": "yellow_stained_glass", - "ystainedglass": "yellow_stained_glass", - "yellow_stained_glass_pane": { - "material": "YELLOW_STAINED_GLASS_PANE" - }, - "minecraft:yellow_stained_glass_pane": "yellow_stained_glass_pane", - "yellowglasspane": "yellow_stained_glass_pane", - "yellowgpane": "yellow_stained_glass_pane", - "yellowsglasspane": "yellow_stained_glass_pane", - "yellowstainedglasspane": "yellow_stained_glass_pane", - "yglasspane": "yellow_stained_glass_pane", - "ygpane": "yellow_stained_glass_pane", - "ysglasspane": "yellow_stained_glass_pane", - "ystainedglasspane": "yellow_stained_glass_pane", - "yellow_terracotta": { - "material": "YELLOW_TERRACOTTA" - }, - "minecraft:yellow_terracotta": "yellow_terracotta", - "yclay": "yellow_terracotta", - "yellowclay": "yellow_terracotta", - "yellowsclay": "yellow_terracotta", - "yellowstainedclay": "yellow_terracotta", - "yellowtcota": "yellow_terracotta", - "yellowterra": "yellow_terracotta", - "yellowterracota": "yellow_terracotta", - "yellowterracotta": "yellow_terracotta", - "ysclay": "yellow_terracotta", - "ystainedclay": "yellow_terracotta", - "ytcota": "yellow_terracotta", - "yterra": "yellow_terracotta", - "yterracota": "yellow_terracotta", - "yterracotta": "yellow_terracotta", - "yellow_wool": { - "material": "YELLOW_WOOL" - }, - "minecraft:yellow_wool": "yellow_wool", - "ycloth": "yellow_wool", - "ycotton": "yellow_wool", - "yellowcloth": "yellow_wool", - "yellowcotton": "yellow_wool", - "yellowwool": "yellow_wool", - "ywool": "yellow_wool", - "zoglin_spawn_egg": { - "material": "ZOGLIN_SPAWN_EGG" - }, - "eggrottypig": "zoglin_spawn_egg", - "eggzoglin": "zoglin_spawn_egg", - "eggzombiep": "zoglin_spawn_egg", - "eggzombiepig": "zoglin_spawn_egg", - "eggzpig": "zoglin_spawn_egg", - "minecraft:zoglin_spawn_egg": "zoglin_spawn_egg", - "rottypigegg": "zoglin_spawn_egg", - "rottypigsegg": "zoglin_spawn_egg", - "rottypigspawn": "zoglin_spawn_egg", - "rottypigspawnegg": "zoglin_spawn_egg", - "seggrottypig": "zoglin_spawn_egg", - "seggzoglin": "zoglin_spawn_egg", - "seggzombiep": "zoglin_spawn_egg", - "seggzombiepig": "zoglin_spawn_egg", - "seggzpig": "zoglin_spawn_egg", - "spawneggrottypig": "zoglin_spawn_egg", - "spawneggzoglin": "zoglin_spawn_egg", - "spawneggzombiep": "zoglin_spawn_egg", - "spawneggzombiepig": "zoglin_spawn_egg", - "spawneggzpig": "zoglin_spawn_egg", - "spawnrottypig": "zoglin_spawn_egg", - "spawnzoglin": "zoglin_spawn_egg", - "spawnzombiep": "zoglin_spawn_egg", - "spawnzombiepig": "zoglin_spawn_egg", - "spawnzpig": "zoglin_spawn_egg", - "zoglinegg": "zoglin_spawn_egg", - "zoglinsegg": "zoglin_spawn_egg", - "zoglinspawn": "zoglin_spawn_egg", - "zoglinspawnegg": "zoglin_spawn_egg", - "zombiepegg": "zoglin_spawn_egg", - "zombiepigegg": "zoglin_spawn_egg", - "zombiepigsegg": "zoglin_spawn_egg", - "zombiepigspawn": "zoglin_spawn_egg", - "zombiepigspawnegg": "zoglin_spawn_egg", - "zombiepsegg": "zoglin_spawn_egg", - "zombiepspawn": "zoglin_spawn_egg", - "zombiepspawnegg": "zoglin_spawn_egg", - "zpigegg": "zoglin_spawn_egg", - "zpigsegg": "zoglin_spawn_egg", - "zpigspawn": "zoglin_spawn_egg", - "zpigspawnegg": "zoglin_spawn_egg", - "zoglin_spawner": { - "entity": "ZOGLIN", - "material": "SPAWNER" - }, - "rottypigcage": "zoglin_spawner", - "rottypigmcage": "zoglin_spawner", - "rottypigmobcage": "zoglin_spawner", - "rottypigmobspawner": "zoglin_spawner", - "rottypigmonstercage": "zoglin_spawner", - "rottypigmonsterspawner": "zoglin_spawner", - "rottypigmspawner": "zoglin_spawner", - "rottypigspawner": "zoglin_spawner", - "zoglincage": "zoglin_spawner", - "zoglinmcage": "zoglin_spawner", - "zoglinmobcage": "zoglin_spawner", - "zoglinmobspawner": "zoglin_spawner", - "zoglinmonstercage": "zoglin_spawner", - "zoglinmonsterspawner": "zoglin_spawner", - "zoglinmspawner": "zoglin_spawner", - "zoglinspawner": "zoglin_spawner", - "zombiepcage": "zoglin_spawner", - "zombiepigcage": "zoglin_spawner", - "zombiepigmcage": "zombified_piglin_spawner", - "zombiepigmobcage": "zoglin_spawner", - "zombiepigmobspawner": "zoglin_spawner", - "zombiepigmonstercage": "zoglin_spawner", - "zombiepigmonsterspawner": "zoglin_spawner", - "zombiepigmspawner": "zombified_piglin_spawner", - "zombiepigspawner": "zoglin_spawner", - "zombiepmcage": "zombified_piglin_spawner", - "zombiepmobcage": "zoglin_spawner", - "zombiepmobspawner": "zoglin_spawner", - "zombiepmonstercage": "zoglin_spawner", - "zombiepmonsterspawner": "zoglin_spawner", - "zombiepmspawner": "zombified_piglin_spawner", - "zombiepspawner": "zoglin_spawner", - "zpigcage": "zoglin_spawner", - "zpigmcage": "zombified_piglin_spawner", - "zpigmobcage": "zoglin_spawner", - "zpigmobspawner": "zoglin_spawner", - "zpigmonstercage": "zoglin_spawner", - "zpigmonsterspawner": "zoglin_spawner", - "zpigmspawner": "zombified_piglin_spawner", - "zpigspawner": "zoglin_spawner", - "zombie_head": { - "material": "ZOMBIE_HEAD" - }, - "minecraft:zombie_head": "zombie_head", - "zombiehead": "zombie_head", - "zombie_horse_spawn_egg": { - "material": "ZOMBIE_HORSE_SPAWN_EGG" - }, - "deadhorseegg": "zombie_horse_spawn_egg", - "deadhorsesegg": "zombie_horse_spawn_egg", - "deadhorsespawn": "zombie_horse_spawn_egg", - "deadhorsespawnegg": "zombie_horse_spawn_egg", - "dhorseegg": "zombie_horse_spawn_egg", - "dhorsesegg": "zombie_horse_spawn_egg", - "dhorsespawn": "zombie_horse_spawn_egg", - "dhorsespawnegg": "zombie_horse_spawn_egg", - "eggdeadhorse": "zombie_horse_spawn_egg", - "eggdhorse": "zombie_horse_spawn_egg", - "eggzhorse": "zombie_horse_spawn_egg", - "eggzombie_horse": "zombie_horse_spawn_egg", - "minecraft:zombie_horse_spawn_egg": "zombie_horse_spawn_egg", - "seggdeadhorse": "zombie_horse_spawn_egg", - "seggdhorse": "zombie_horse_spawn_egg", - "seggzhorse": "zombie_horse_spawn_egg", - "seggzombie_horse": "zombie_horse_spawn_egg", - "spawndeadhorse": "zombie_horse_spawn_egg", - "spawndhorse": "zombie_horse_spawn_egg", - "spawneggdeadhorse": "zombie_horse_spawn_egg", - "spawneggdhorse": "zombie_horse_spawn_egg", - "spawneggzhorse": "zombie_horse_spawn_egg", - "spawneggzombie_horse": "zombie_horse_spawn_egg", - "spawnzhorse": "zombie_horse_spawn_egg", - "spawnzombie_horse": "zombie_horse_spawn_egg", - "zhorseegg": "zombie_horse_spawn_egg", - "zhorsesegg": "zombie_horse_spawn_egg", - "zhorsespawn": "zombie_horse_spawn_egg", - "zhorsespawnegg": "zombie_horse_spawn_egg", - "zombie_horseegg": "zombie_horse_spawn_egg", - "zombie_horsesegg": "zombie_horse_spawn_egg", - "zombie_horsespawn": "zombie_horse_spawn_egg", - "zombie_horsespawnegg": "zombie_horse_spawn_egg", - "zombiehorsespawnegg": "zombie_horse_spawn_egg", - "zombie_horse_spawner": { - "entity": "ZOMBIE_HORSE", - "material": "SPAWNER" - }, - "deadhorsecage": "zombie_horse_spawner", - "deadhorsemcage": "zombie_horse_spawner", - "deadhorsemobcage": "zombie_horse_spawner", - "deadhorsemobspawner": "zombie_horse_spawner", - "deadhorsemonstercage": "zombie_horse_spawner", - "deadhorsemonsterspawner": "zombie_horse_spawner", - "deadhorsemspawner": "zombie_horse_spawner", - "deadhorsespawner": "zombie_horse_spawner", - "dhorsecage": "zombie_horse_spawner", - "dhorsemcage": "zombie_horse_spawner", - "dhorsemobcage": "zombie_horse_spawner", - "dhorsemobspawner": "zombie_horse_spawner", - "dhorsemonstercage": "zombie_horse_spawner", - "dhorsemonsterspawner": "zombie_horse_spawner", - "dhorsemspawner": "zombie_horse_spawner", - "dhorsespawner": "zombie_horse_spawner", - "zhorsecage": "zombie_horse_spawner", - "zhorsemcage": "zombie_horse_spawner", - "zhorsemobcage": "zombie_horse_spawner", - "zhorsemobspawner": "zombie_horse_spawner", - "zhorsemonstercage": "zombie_horse_spawner", - "zhorsemonsterspawner": "zombie_horse_spawner", - "zhorsemspawner": "zombie_horse_spawner", - "zhorsespawner": "zombie_horse_spawner", - "zombie_horsecage": "zombie_horse_spawner", - "zombie_horsemcage": "zombie_horse_spawner", - "zombie_horsemobcage": "zombie_horse_spawner", - "zombie_horsemobspawner": "zombie_horse_spawner", - "zombie_horsemonstercage": "zombie_horse_spawner", - "zombie_horsemonsterspawner": "zombie_horse_spawner", - "zombie_horsemspawner": "zombie_horse_spawner", - "zombie_horsespawner": "zombie_horse_spawner", - "zombie_spawn_egg": { - "material": "ZOMBIE_SPAWN_EGG" - }, - "eggz": "zombie_spawn_egg", - "eggzomb": "zombie_spawn_egg", - "eggzombie": "zombie_spawn_egg", - "minecraft:zombie_spawn_egg": "zombie_spawn_egg", - "seggz": "zombie_spawn_egg", - "seggzomb": "zombie_spawn_egg", - "seggzombie": "zombie_spawn_egg", - "spawneggz": "zombie_spawn_egg", - "spawneggzomb": "zombie_spawn_egg", - "spawneggzombie": "zombie_spawn_egg", - "spawnz": "zombie_spawn_egg", - "spawnzomb": "zombie_spawn_egg", - "spawnzombie": "zombie_spawn_egg", - "zegg": "zombie_spawn_egg", - "zombegg": "zombie_spawn_egg", - "zombieegg": "zombie_spawn_egg", - "zombiesegg": "zombie_spawn_egg", - "zombiespawn": "zombie_spawn_egg", - "zombiespawnegg": "zombie_spawn_egg", - "zombsegg": "zombie_spawn_egg", - "zombspawn": "zombie_spawn_egg", - "zombspawnegg": "zombie_spawn_egg", - "zsegg": "zombie_spawn_egg", - "zspawn": "zombie_spawn_egg", - "zspawnegg": "zombie_spawn_egg", - "zombie_spawner": { - "entity": "ZOMBIE", - "material": "SPAWNER" - }, - "zcage": "zombie_spawner", - "zmcage": "zombie_spawner", - "zmobcage": "zombie_spawner", - "zmobspawner": "zombie_spawner", - "zmonstercage": "zombie_spawner", - "zmonsterspawner": "zombie_spawner", - "zmspawner": "zombie_spawner", - "zombcage": "zombie_spawner", - "zombiecage": "zombie_spawner", - "zombiemcage": "zombie_spawner", - "zombiemobcage": "zombie_spawner", - "zombiemobspawner": "zombie_spawner", - "zombiemonstercage": "zombie_spawner", - "zombiemonsterspawner": "zombie_spawner", - "zombiemspawner": "zombie_spawner", - "zombiespawner": "zombie_spawner", - "zombmcage": "zombie_spawner", - "zombmobcage": "zombie_spawner", - "zombmobspawner": "zombie_spawner", - "zombmonstercage": "zombie_spawner", - "zombmonsterspawner": "zombie_spawner", - "zombmspawner": "zombie_spawner", - "zombspawner": "zombie_spawner", - "zspawner": "zombie_spawner", - "zombie_villager_spawn_egg": { - "material": "ZOMBIE_VILLAGER_SPAWN_EGG" - }, - "deadvillageregg": "zombie_villager_spawn_egg", - "deadvillagersegg": "zombie_villager_spawn_egg", - "deadvillagerspawn": "zombie_villager_spawn_egg", - "deadvillagerspawnegg": "zombie_villager_spawn_egg", - "dvillageregg": "zombie_villager_spawn_egg", - "dvillagersegg": "zombie_villager_spawn_egg", - "dvillagerspawn": "zombie_villager_spawn_egg", - "dvillagerspawnegg": "zombie_villager_spawn_egg", - "dvillegg": "zombie_villager_spawn_egg", - "dvillsegg": "zombie_villager_spawn_egg", - "dvillspawn": "zombie_villager_spawn_egg", - "dvillspawnegg": "zombie_villager_spawn_egg", - "eggdeadvillager": "zombie_villager_spawn_egg", - "eggdvill": "zombie_villager_spawn_egg", - "eggdvillager": "zombie_villager_spawn_egg", - "eggzombie_villager": "zombie_villager_spawn_egg", - "eggzvill": "zombie_villager_spawn_egg", - "eggzvillager": "zombie_villager_spawn_egg", - "minecraft:zombie_villager_spawn_egg": "zombie_villager_spawn_egg", - "seggdeadvillager": "zombie_villager_spawn_egg", - "seggdvill": "zombie_villager_spawn_egg", - "seggdvillager": "zombie_villager_spawn_egg", - "seggzombie_villager": "zombie_villager_spawn_egg", - "seggzvill": "zombie_villager_spawn_egg", - "seggzvillager": "zombie_villager_spawn_egg", - "spawndeadvillager": "zombie_villager_spawn_egg", - "spawndvill": "zombie_villager_spawn_egg", - "spawndvillager": "zombie_villager_spawn_egg", - "spawneggdeadvillager": "zombie_villager_spawn_egg", - "spawneggdvill": "zombie_villager_spawn_egg", - "spawneggdvillager": "zombie_villager_spawn_egg", - "spawneggzombie_villager": "zombie_villager_spawn_egg", - "spawneggzvill": "zombie_villager_spawn_egg", - "spawneggzvillager": "zombie_villager_spawn_egg", - "spawnzombie_villager": "zombie_villager_spawn_egg", - "spawnzvill": "zombie_villager_spawn_egg", - "spawnzvillager": "zombie_villager_spawn_egg", - "zombie_villageregg": "zombie_villager_spawn_egg", - "zombie_villagersegg": "zombie_villager_spawn_egg", - "zombie_villagerspawn": "zombie_villager_spawn_egg", - "zombie_villagerspawnegg": "zombie_villager_spawn_egg", - "zombievillagerspawnegg": "zombie_villager_spawn_egg", - "zvillageregg": "zombie_villager_spawn_egg", - "zvillagersegg": "zombie_villager_spawn_egg", - "zvillagerspawn": "zombie_villager_spawn_egg", - "zvillagerspawnegg": "zombie_villager_spawn_egg", - "zvillegg": "zombie_villager_spawn_egg", - "zvillsegg": "zombie_villager_spawn_egg", - "zvillspawn": "zombie_villager_spawn_egg", - "zvillspawnegg": "zombie_villager_spawn_egg", - "zombie_villager_spawner": { - "entity": "ZOMBIE_VILLAGER", - "material": "SPAWNER" - }, - "deadvillagercage": "zombie_villager_spawner", - "deadvillagermcage": "zombie_villager_spawner", - "deadvillagermobcage": "zombie_villager_spawner", - "deadvillagermobspawner": "zombie_villager_spawner", - "deadvillagermonstercage": "zombie_villager_spawner", - "deadvillagermonsterspawner": "zombie_villager_spawner", - "deadvillagermspawner": "zombie_villager_spawner", - "deadvillagerspawner": "zombie_villager_spawner", - "dvillagercage": "zombie_villager_spawner", - "dvillagermcage": "zombie_villager_spawner", - "dvillagermobcage": "zombie_villager_spawner", - "dvillagermobspawner": "zombie_villager_spawner", - "dvillagermonstercage": "zombie_villager_spawner", - "dvillagermonsterspawner": "zombie_villager_spawner", - "dvillagermspawner": "zombie_villager_spawner", - "dvillagerspawner": "zombie_villager_spawner", - "dvillcage": "zombie_villager_spawner", - "dvillmcage": "zombie_villager_spawner", - "dvillmobcage": "zombie_villager_spawner", - "dvillmobspawner": "zombie_villager_spawner", - "dvillmonstercage": "zombie_villager_spawner", - "dvillmonsterspawner": "zombie_villager_spawner", - "dvillmspawner": "zombie_villager_spawner", - "dvillspawner": "zombie_villager_spawner", - "zombie_villagercage": "zombie_villager_spawner", - "zombie_villagermcage": "zombie_villager_spawner", - "zombie_villagermobcage": "zombie_villager_spawner", - "zombie_villagermobspawner": "zombie_villager_spawner", - "zombie_villagermonstercage": "zombie_villager_spawner", - "zombie_villagermonsterspawner": "zombie_villager_spawner", - "zombie_villagermspawner": "zombie_villager_spawner", - "zombie_villagerspawner": "zombie_villager_spawner", - "zvillagercage": "zombie_villager_spawner", - "zvillagermcage": "zombie_villager_spawner", - "zvillagermobcage": "zombie_villager_spawner", - "zvillagermobspawner": "zombie_villager_spawner", - "zvillagermonstercage": "zombie_villager_spawner", - "zvillagermonsterspawner": "zombie_villager_spawner", - "zvillagermspawner": "zombie_villager_spawner", - "zvillagerspawner": "zombie_villager_spawner", - "zvillcage": "zombie_villager_spawner", - "zvillmcage": "zombie_villager_spawner", - "zvillmobcage": "zombie_villager_spawner", - "zvillmobspawner": "zombie_villager_spawner", - "zvillmonstercage": "zombie_villager_spawner", - "zvillmonsterspawner": "zombie_villager_spawner", - "zvillmspawner": "zombie_villager_spawner", - "zvillspawner": "zombie_villager_spawner", - "zombified_piglin_spawn_egg": { - "material": "ZOMBIFIED_PIGLIN_SPAWN_EGG", - "fallbacks": [ - "ZOMBIE_PIGMAN_SPAWN_EGG" - ] - }, - "eggzombiepiglin": "zombified_piglin_spawn_egg", - "eggzombiepigm": "zombified_piglin_spawn_egg", - "eggzombiepigman": "zombified_piglin_spawn_egg", - "eggzombiepigmen": "zombified_piglin_spawn_egg", - "eggzombiepm": "zombified_piglin_spawn_egg", - "eggzombiepman": "zombified_piglin_spawn_egg", - "eggzombified_piglin": "zombified_piglin_spawn_egg", - "eggzombifiedpiglin": "zombified_piglin_spawn_egg", - "eggzpiglin": "zombified_piglin_spawn_egg", - "eggzpigm": "zombified_piglin_spawn_egg", - "eggzpigman": "zombified_piglin_spawn_egg", - "eggzpigmen": "zombified_piglin_spawn_egg", - "eggzpman": "zombified_piglin_spawn_egg", - "minecraft:zombified_piglin_spawn_egg": "zombified_piglin_spawn_egg", - "seggzombiepiglin": "zombified_piglin_spawn_egg", - "seggzombiepigm": "zombified_piglin_spawn_egg", - "seggzombiepigman": "zombified_piglin_spawn_egg", - "seggzombiepigmen": "zombified_piglin_spawn_egg", - "seggzombiepm": "zombified_piglin_spawn_egg", - "seggzombiepman": "zombified_piglin_spawn_egg", - "seggzombified_piglin": "zombified_piglin_spawn_egg", - "seggzombifiedpiglin": "zombified_piglin_spawn_egg", - "seggzpiglin": "zombified_piglin_spawn_egg", - "seggzpigm": "zombified_piglin_spawn_egg", - "seggzpigman": "zombified_piglin_spawn_egg", - "seggzpigmen": "zombified_piglin_spawn_egg", - "seggzpman": "zombified_piglin_spawn_egg", - "spawneggzombiepiglin": "zombified_piglin_spawn_egg", - "spawneggzombiepigm": "zombified_piglin_spawn_egg", - "spawneggzombiepigman": "zombified_piglin_spawn_egg", - "spawneggzombiepigmen": "zombified_piglin_spawn_egg", - "spawneggzombiepm": "zombified_piglin_spawn_egg", - "spawneggzombiepman": "zombified_piglin_spawn_egg", - "spawneggzombified_piglin": "zombified_piglin_spawn_egg", - "spawneggzombifiedpiglin": "zombified_piglin_spawn_egg", - "spawneggzpiglin": "zombified_piglin_spawn_egg", - "spawneggzpigm": "zombified_piglin_spawn_egg", - "spawneggzpigman": "zombified_piglin_spawn_egg", - "spawneggzpigmen": "zombified_piglin_spawn_egg", - "spawneggzpman": "zombified_piglin_spawn_egg", - "spawnzombiepiglin": "zombified_piglin_spawn_egg", - "spawnzombiepigm": "zombified_piglin_spawn_egg", - "spawnzombiepigman": "zombified_piglin_spawn_egg", - "spawnzombiepigmen": "zombified_piglin_spawn_egg", - "spawnzombiepm": "zombified_piglin_spawn_egg", - "spawnzombiepman": "zombified_piglin_spawn_egg", - "spawnzombified_piglin": "zombified_piglin_spawn_egg", - "spawnzombifiedpiglin": "zombified_piglin_spawn_egg", - "spawnzpiglin": "zombified_piglin_spawn_egg", - "spawnzpigm": "zombified_piglin_spawn_egg", - "spawnzpigman": "zombified_piglin_spawn_egg", - "spawnzpigmen": "zombified_piglin_spawn_egg", - "spawnzpman": "zombified_piglin_spawn_egg", - "zombiepiglinegg": "zombified_piglin_spawn_egg", - "zombiepiglinsegg": "zombified_piglin_spawn_egg", - "zombiepiglinspawn": "zombified_piglin_spawn_egg", - "zombiepiglinspawnegg": "zombified_piglin_spawn_egg", - "zombiepigmanegg": "zombified_piglin_spawn_egg", - "zombiepigmansegg": "zombified_piglin_spawn_egg", - "zombiepigmanspawn": "zombified_piglin_spawn_egg", - "zombiepigmanspawnegg": "zombified_piglin_spawn_egg", - "zombiepigmegg": "zombified_piglin_spawn_egg", - "zombiepigmenegg": "zombified_piglin_spawn_egg", - "zombiepigmensegg": "zombified_piglin_spawn_egg", - "zombiepigmenspawn": "zombified_piglin_spawn_egg", - "zombiepigmenspawnegg": "zombified_piglin_spawn_egg", - "zombiepigmsegg": "zombified_piglin_spawn_egg", - "zombiepigmspawn": "zombified_piglin_spawn_egg", - "zombiepigmspawnegg": "zombified_piglin_spawn_egg", - "zombiepmanegg": "zombified_piglin_spawn_egg", - "zombiepmansegg": "zombified_piglin_spawn_egg", - "zombiepmanspawn": "zombified_piglin_spawn_egg", - "zombiepmanspawnegg": "zombified_piglin_spawn_egg", - "zombiepmegg": "zombified_piglin_spawn_egg", - "zombiepmsegg": "zombified_piglin_spawn_egg", - "zombiepmspawn": "zombified_piglin_spawn_egg", - "zombiepmspawnegg": "zombified_piglin_spawn_egg", - "zombified_piglinegg": "zombified_piglin_spawn_egg", - "zombified_piglinsegg": "zombified_piglin_spawn_egg", - "zombified_piglinspawn": "zombified_piglin_spawn_egg", - "zombified_piglinspawnegg": "zombified_piglin_spawn_egg", - "zombifiedpiglinegg": "zombified_piglin_spawn_egg", - "zombifiedpiglinsegg": "zombified_piglin_spawn_egg", - "zombifiedpiglinspawn": "zombified_piglin_spawn_egg", - "zombifiedpiglinspawnegg": "zombified_piglin_spawn_egg", - "zpiglinegg": "zombified_piglin_spawn_egg", - "zpiglinsegg": "zombified_piglin_spawn_egg", - "zpiglinspawn": "zombified_piglin_spawn_egg", - "zpiglinspawnegg": "zombified_piglin_spawn_egg", - "zpigmanegg": "zombified_piglin_spawn_egg", - "zpigmansegg": "zombified_piglin_spawn_egg", - "zpigmanspawn": "zombified_piglin_spawn_egg", - "zpigmanspawnegg": "zombified_piglin_spawn_egg", - "zpigmegg": "zombified_piglin_spawn_egg", - "zpigmenegg": "zombified_piglin_spawn_egg", - "zpigmensegg": "zombified_piglin_spawn_egg", - "zpigmenspawn": "zombified_piglin_spawn_egg", - "zpigmenspawnegg": "zombified_piglin_spawn_egg", - "zpigmsegg": "zombified_piglin_spawn_egg", - "zpigmspawn": "zombified_piglin_spawn_egg", - "zpigmspawnegg": "zombified_piglin_spawn_egg", - "zpmanegg": "zombified_piglin_spawn_egg", - "zpmansegg": "zombified_piglin_spawn_egg", - "zpmanspawn": "zombified_piglin_spawn_egg", - "zpmanspawnegg": "zombified_piglin_spawn_egg", - "zombified_piglin_spawner": { - "entity": "ZOMBIFIED_PIGLIN", - "material": "SPAWNER" - }, - "zombiepiglincage": "zombified_piglin_spawner", - "zombiepiglinmcage": "zombified_piglin_spawner", - "zombiepiglinmobcage": "zombified_piglin_spawner", - "zombiepiglinmobspawner": "zombified_piglin_spawner", - "zombiepiglinmonstercage": "zombified_piglin_spawner", - "zombiepiglinmonsterspawner": "zombified_piglin_spawner", - "zombiepiglinmspawner": "zombified_piglin_spawner", - "zombiepiglinspawner": "zombified_piglin_spawner", - "zombiepigmancage": "zombified_piglin_spawner", - "zombiepigmanmcage": "zombified_piglin_spawner", - "zombiepigmanmobcage": "zombified_piglin_spawner", - "zombiepigmanmobspawner": "zombified_piglin_spawner", - "zombiepigmanmonstercage": "zombified_piglin_spawner", - "zombiepigmanmonsterspawner": "zombified_piglin_spawner", - "zombiepigmanmspawner": "zombified_piglin_spawner", - "zombiepigmanspawner": "zombified_piglin_spawner", - "zombiepigmencage": "zombified_piglin_spawner", - "zombiepigmenmcage": "zombified_piglin_spawner", - "zombiepigmenmobcage": "zombified_piglin_spawner", - "zombiepigmenmobspawner": "zombified_piglin_spawner", - "zombiepigmenmonstercage": "zombified_piglin_spawner", - "zombiepigmenmonsterspawner": "zombified_piglin_spawner", - "zombiepigmenmspawner": "zombified_piglin_spawner", - "zombiepigmenspawner": "zombified_piglin_spawner", - "zombiepigmmcage": "zombified_piglin_spawner", - "zombiepigmmobcage": "zombified_piglin_spawner", - "zombiepigmmobspawner": "zombified_piglin_spawner", - "zombiepigmmonstercage": "zombified_piglin_spawner", - "zombiepigmmonsterspawner": "zombified_piglin_spawner", - "zombiepigmmspawner": "zombified_piglin_spawner", - "zombiepmancage": "zombified_piglin_spawner", - "zombiepmanmcage": "zombified_piglin_spawner", - "zombiepmanmobcage": "zombified_piglin_spawner", - "zombiepmanmobspawner": "zombified_piglin_spawner", - "zombiepmanmonstercage": "zombified_piglin_spawner", - "zombiepmanmonsterspawner": "zombified_piglin_spawner", - "zombiepmanmspawner": "zombified_piglin_spawner", - "zombiepmanspawner": "zombified_piglin_spawner", - "zombiepmmcage": "zombified_piglin_spawner", - "zombiepmmobcage": "zombified_piglin_spawner", - "zombiepmmobspawner": "zombified_piglin_spawner", - "zombiepmmonstercage": "zombified_piglin_spawner", - "zombiepmmonsterspawner": "zombified_piglin_spawner", - "zombiepmmspawner": "zombified_piglin_spawner", - "zombified_piglincage": "zombified_piglin_spawner", - "zombified_piglinmcage": "zombified_piglin_spawner", - "zombified_piglinmobcage": "zombified_piglin_spawner", - "zombified_piglinmobspawner": "zombified_piglin_spawner", - "zombified_piglinmonstercage": "zombified_piglin_spawner", - "zombified_piglinmonsterspawner": "zombified_piglin_spawner", - "zombified_piglinmspawner": "zombified_piglin_spawner", - "zombified_piglinspawner": "zombified_piglin_spawner", - "zombifiedpiglincage": "zombified_piglin_spawner", - "zombifiedpiglinmcage": "zombified_piglin_spawner", - "zombifiedpiglinmobcage": "zombified_piglin_spawner", - "zombifiedpiglinmobspawner": "zombified_piglin_spawner", - "zombifiedpiglinmonstercage": "zombified_piglin_spawner", - "zombifiedpiglinmonsterspawner": "zombified_piglin_spawner", - "zombifiedpiglinmspawner": "zombified_piglin_spawner", - "zombifiedpiglinspawner": "zombified_piglin_spawner", - "zpiglincage": "zombified_piglin_spawner", - "zpiglinmcage": "zombified_piglin_spawner", - "zpiglinmobcage": "zombified_piglin_spawner", - "zpiglinmobspawner": "zombified_piglin_spawner", - "zpiglinmonstercage": "zombified_piglin_spawner", - "zpiglinmonsterspawner": "zombified_piglin_spawner", - "zpiglinmspawner": "zombified_piglin_spawner", - "zpiglinspawner": "zombified_piglin_spawner", - "zpigmancage": "zombified_piglin_spawner", - "zpigmanmcage": "zombified_piglin_spawner", - "zpigmanmobcage": "zombified_piglin_spawner", - "zpigmanmobspawner": "zombified_piglin_spawner", - "zpigmanmonstercage": "zombified_piglin_spawner", - "zpigmanmonsterspawner": "zombified_piglin_spawner", - "zpigmanmspawner": "zombified_piglin_spawner", - "zpigmanspawner": "zombified_piglin_spawner", - "zpigmencage": "zombified_piglin_spawner", - "zpigmenmcage": "zombified_piglin_spawner", - "zpigmenmobcage": "zombified_piglin_spawner", - "zpigmenmobspawner": "zombified_piglin_spawner", - "zpigmenmonstercage": "zombified_piglin_spawner", - "zpigmenmonsterspawner": "zombified_piglin_spawner", - "zpigmenmspawner": "zombified_piglin_spawner", - "zpigmenspawner": "zombified_piglin_spawner", - "zpigmmcage": "zombified_piglin_spawner", - "zpigmmobcage": "zombified_piglin_spawner", - "zpigmmobspawner": "zombified_piglin_spawner", - "zpigmmonstercage": "zombified_piglin_spawner", - "zpigmmonsterspawner": "zombified_piglin_spawner", - "zpigmmspawner": "zombified_piglin_spawner", - "zpmancage": "zombified_piglin_spawner", - "zpmanmcage": "zombified_piglin_spawner", - "zpmanmobcage": "zombified_piglin_spawner", - "zpmanmobspawner": "zombified_piglin_spawner", - "zpmanmonstercage": "zombified_piglin_spawner", - "zpmanmonsterspawner": "zombified_piglin_spawner", - "zpmanmspawner": "zombified_piglin_spawner", - "zpmanspawner": "zombified_piglin_spawner" -} -#53a4f9a7a746cbd6ceab6815b3b04365 \ No newline at end of file diff --git a/src/plugins/Essentials/kits.yml b/src/plugins/Essentials/kits.yml deleted file mode 100644 index cefc3ed..0000000 --- a/src/plugins/Essentials/kits.yml +++ /dev/null @@ -1,46 +0,0 @@ -# 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. -# -# In addition, you can also organize your kits into separate files under the `kits` subdirectory. -# Essentials will treat all .yml files in the `kits` subdirectory as kits files, and will add any kits from those files along with the kits in `kits.yml`. -# Any file in the `kits` subdirectory must be formatted in the same way as this file. This allows you to define multiple kits in each file. -# 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/src/plugins/Essentials/motd.txt b/src/plugins/Essentials/motd.txt deleted file mode 100644 index 9dd5a40..0000000 --- a/src/plugins/Essentials/motd.txt +++ /dev/null @@ -1,4 +0,0 @@ -&6Welcome, {PLAYER}&6! -&6Type &c/help&6 for a list of commands. -&6Type &c/list&6 to see who else is online. -&6Players online:&c {ONLINE} &6- World time:&c {WORLDTIME12} \ No newline at end of file diff --git a/src/plugins/Essentials/tpr.yml b/src/plugins/Essentials/tpr.yml deleted file mode 100644 index fcf721e..0000000 --- a/src/plugins/Essentials/tpr.yml +++ /dev/null @@ -1,16 +0,0 @@ -# Configuration for the random teleport command. -# Some settings may be defaulted, and can be changed via the /settpr command in-game. -min-range: 0.0 -excluded-biomes: - - cold_ocean - - deep_cold_ocean - - deep_frozen_ocean - - deep_lukewarm_ocean - - deep_ocean - - deep_warm_ocean - - frozen_ocean - - frozen_river - - lukewarm_ocean - - ocean - - river - - warm_ocean diff --git a/src/plugins/Essentials/upgrades-done.yml b/src/plugins/Essentials/upgrades-done.yml deleted file mode 100644 index 2992774..0000000 --- a/src/plugins/Essentials/upgrades-done.yml +++ /dev/null @@ -1,13 +0,0 @@ -newUidCacheBuilt: true -sanitizeAllUserFilenames: true -updateUsersPowerToolsFormat: true -updateUsersHomesFormat: true -updateSpawnsToNewSpawnsConfig: true -updateJailsToNewJailsConfig: true -banFormatChange: true -warnMetrics: true -updateUsersIgnoreListUUID: true -updateUsersStupidLegacyPathNames: true -updateUsersMailList: true -movemotdToFile: true -moverulesToFile: true diff --git a/src/plugins/Essentials/worth.yml b/src/plugins/Essentials/worth.yml deleted file mode 100644 index 4a9de51..0000000 --- a/src/plugins/Essentials/worth.yml +++ /dev/null @@ -1,187 +0,0 @@ -# Determines how much items are worth on the server. -# This can be set in this file, or by running the /setworth command. -worth: - - # Items not listed in this file will not be sellable on the server - # Setting the worth to 0 will sell items for free, delete the item or set to -1 to disable. - - # This will set the worth of all logs to '2' - log: 2.0 - - # This will work similar to the above syntax - wool: - '0': 20 - - # This will only allow selling leaves with datavalue '0' and '1' - leaves: - '0': 1.0 - '1': 1.0 - - # This will allow the selling of all, but sells '0' slightly cheaper - sapling: - '0': 2.0 - '*': 2.5 - - - stonebutton: 6.0 - wood: 0.50 - arrow: 3.50 - diamondpickaxe: 650.0 - rawfish: 5.0 - minecart: 23.0 - leatherchestplate: 85.0 - storageminecart: 30.0 - feather: 3.0 - goldchestplate: 6.5 - mushroomsoup: 4.5 - bread: 30.0 - stationarywater: 1.0 - workbench: 2.5 - stonehoe: 2.5 - brownmushroom: 2.0 - mossycobblestone: 90.0 - diamondhoe: 400.0 - woodsword: 1.0 - torch: 4.0 - grass: 1.0 - poweredminecart: 32.0 - snowball: 1.0 - goldenapple: 100.0 - leatherleggings: 75.0 - diamondaxe: 650.0 - slimeball: 50.0 - fence: 1.0 - stonespade: 1.5 - claybrick: 5.0 - noteblock: 36.0 - ironaxe: 22.0 - coalore: 15.0 - clayball: 3.0 - fishingrod: 10.0 - ironhoe: 22.0 - goldrecord: 100.0 - ironpickaxe: 22.0 - irondoor: 22.0 - bucket: 22.0 - redrose: 2.0 - grilledpork: 7.0 - gravel: 1.0 - wooddoor: 3.0 - chainmailhelmet: 40.0 - ironchestplate: 22.0 - diamondblock: 2000.0 - diamondhelmet: 1000.0 - goldhelmet: 6.0 - redstonetorchon: 32.0 - ironspade: 22.0 - furnace: 8.5 - ironsword: 22.0 - dispenser: 58.0 - woodaxe: 2.0 - seeds: 2.0 - painting: 25.0 - woodplate: 1.0 - redstoneore: 30.0 - diamondspade: 210.0 - waterbucket: 40.0 - water: 1.0 - bedrock: 100.0 - irondoorblock: 15.0 - goldhoe: 6.0 - sand: 1.0 - goldsword: 6.0 - stoneaxe: 3.0 - bookshelf: 140.0 - ironblock: 190.0 - jackolantern: 56.0 - boat: 3.0 - diamondchestplate: 1750.0 - redstonewire: 30.0 - redmushroom: 2.0 - string: 5.0 - stoneplate: 6.0 - wallsign: 1.0 - cactus: 10.0 - sulphur: 20.0 - rails: 22.0 - ironore: 18.0 - leatherhelmet: 52.0 - stone: 3.00 - egg: 1.0 - diamondore: 200.0 - woodhoe: 2.0 - goldleggings: 6.0 - chainmailleggings: 50.0 - yellowflower: 2.0 - ironhelmet: 22.0 - obsidian: 130.0 - dirt: 1.0 - leather: 10.0 - leatherboots: 42.0 - lever: 1.0 - cobblestone: 1.0 - cake: 180.0 - woodstairs: 1.0 - ironingot: 22.0 - goldore: 45.0 - pumpkin: 50.0 - bed: 68.0 - watch: 6.0 - ironleggings: 22.0 - sign: 1.5 - doublestep: 1.0 - woodpickaxe: 2.0 - stonepickaxe: 4.0 - chainmailboots: 30.0 - diamondleggings: 1500.0 - cookedfish: 7.0 - saddle: 100.0 - cobblestonestairs: 1.5 - tnt: 100.0 - glowingredstoneore: 30.0 - apple: 10.0 - woodspade: 1.0 - goldingot: 105.0 - diode: 110.0 - soil: 1.0 - clay: 12.0 - goldblock: 450.0 - stick: 0.25 - paper: 10.0 - brick: 21.0 - stationarylava: 1.0 - chest: 4.0 - sandstone: 3.0 - goldpickaxe: 6.0 - compass: 22.0 - sugarcane: 10.0 - diamondsword: 420.0 - goldboots: 6.0 - sponge: 80.0 - stonesword: 2.5 - coal: 15.0 - goldaxe: 6.0 - bone: 2.0 - diamond: 200.0 - glass: 3.00 - goldspade: 6.0 - lapisblock: 950.0 - lavabucket: 40.0 - wheat: 9.0 - ladder: 0.5 - sugarcaneblock: 15.0 - bowl: 0.50 - chainmailchestplate: 40.0 - diamondboots: 850.0 - lapisore: 100.0 - lava: 25.0 - milkbucket: 40.0 - redstone: 32.0 - greenrecord: 100.0 - inksack: 10.0 - glowstonedust: 10.0 - book: 45.0 - bow: 15.0 - ironboots: 22.0 - step: 1.5 - sugar: 10.0 diff --git a/src/plugins/EssentialsX-2.20.1.jar b/src/plugins/EssentialsX-2.20.1.jar deleted file mode 100644 index df158f5..0000000 --- a/src/plugins/EssentialsX-2.20.1.jar +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:802ea30bda460ca4597e818925816933c123b08d8126a814fac28d03a61bf542 -size 3070345 -- 2.45.2 From 3162be0a4a739d358167abfe84d1bae9898079c6 Mon Sep 17 00:00:00 2001 From: apathy Date: Wed, 9 Jul 2025 00:05:01 +0300 Subject: [PATCH 3/5] =?UTF-8?q?=D0=BF=D0=BE=D1=87=D0=B8=D1=81=D1=82=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B4=D0=B0=D1=82=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/SuperVanish/data.yml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/plugins/SuperVanish/data.yml diff --git a/src/plugins/SuperVanish/data.yml b/src/plugins/SuperVanish/data.yml deleted file mode 100644 index b022cc0..0000000 --- a/src/plugins/SuperVanish/data.yml +++ /dev/null @@ -1,7 +0,0 @@ -# SuperVanish v6.2.20 - Data file - -InvisiblePlayers: [] -PlayerData: - 8490b151-4c5c-3c2f-a43f-5a1718ebce75: - information: - name: mylovelyapathy -- 2.45.2 From cb159cdb01b40205fe4262d7c6c3666eb2ef5724 Mon Sep 17 00:00:00 2001 From: cuqmbr Date: Wed, 9 Jul 2025 11:28:04 +0300 Subject: [PATCH 4/5] add SuperVanish data.yml to git and docker ignore files --- .dockerignore | 4 ++++ .gitignore | 4 ++++ src/plugins/spark/tmp/about.txt | 10 ---------- 3 files changed, 8 insertions(+), 10 deletions(-) delete mode 100644 src/plugins/spark/tmp/about.txt diff --git a/.dockerignore b/.dockerignore index 6cecf6a..5a359f3 100644 --- a/.dockerignore +++ b/.dockerignore @@ -16,7 +16,11 @@ */whitelist.json */usercache.json +src/plugins/spark/tmp + src/plugins/luckperms/libs .crowdin src/plugins/PlasmoVoice/voice_mutes.json + +src/plugins/SuperVanish/data.yml diff --git a/.gitignore b/.gitignore index b90ff47..0d5e9a0 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,11 @@ */whitelist.json */usercache.json +src/plugins/spark/tmp + src/plugins/LuckPerms/libs .crowdin src/plugins/PlasmoVoice/voice_mutes.json + +src/plugins/SuperVanish/data.yml diff --git a/src/plugins/spark/tmp/about.txt b/src/plugins/spark/tmp/about.txt deleted file mode 100644 index 31c393f..0000000 --- a/src/plugins/spark/tmp/about.txt +++ /dev/null @@ -1,10 +0,0 @@ -# What is this directory? - -* In order to perform certain functions, spark sometimes needs to write temporary data to the disk. -* Previously, a temporary directory provided by the operating system was used for this purpose. -* However, this proved to be unreliable in some circumstances, so spark now stores temporary data here instead! - -spark will automatically cleanup the contents of this directory. -(but if for some reason it doesn't, if the server is stopped, you can freely delete any files ending in .tmp) - -tl;dr: spark uses this folder to store some temporary data. -- 2.45.2 From d9c548e4da9158c6d5aa7591d1fdb8f615952a96 Mon Sep 17 00:00:00 2001 From: cuqmbr Date: Wed, 9 Jul 2025 11:28:29 +0300 Subject: [PATCH 5/5] add SuperVanish data file symlink in Dockerfile --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 9b68fe1..a1effeb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,6 +30,10 @@ RUN mkdir ${DATA_PATH}/world_the_end && \ RUN touch ${DATA_PATH}/pv-voice_mutes.json && \ ln -sf ${DATA_PATH}/pv-voice_mutes.json \ ${CONFIG_PATH}/plugins/PlasmoVoice/voice_mutes.json +RUN mkdir -p ${DATA_PATH}/SuperVanish && \ + touch ${DATA_PATH}/SuperVanish/data.yml && \ + ln -sf ${DATA_PATH}/SuperVanish/data.yml \ + ${CONFIG_PATH}/plugins/SuperVanish/data.yml VOLUME ${DATA_PATH} -- 2.45.2