From 8c0195970b2267f11095ffb54df6174356e0d08b Mon Sep 17 00:00:00 2001
From: dordsor21
Date: Sat, 24 Jul 2021 16:34:05 +0100
Subject: [PATCH] Add and apply .editorconfig from P2 (#1195)
* Consistenty use javax annotations.
- Unfortunately jetbrains annotations seem to be exposed transitively via core somewhere, but with the correct IDE settings, annotations can be defaulted to javax
- Cleaning up of import order in #1195
- Must be merged before #1195
* Add and apply .editorconfig from P2
- Does not rearrange entries
* Address some comments
* add back some javadoc comments
* Address final comments
Co-authored-by: NotMyFault
---
.editorconfig | 1013 +
.../BukkitPermissionAttachmentManager.java | 9 +-
.../fastasyncworldedit/bukkit/FaweBukkit.java | 90 +-
.../bukkit/adapter/BukkitQueueHandler.java | 4 +-
.../bukkit/adapter/CachedBukkitAdapter.java | 2 +
.../bukkit/adapter/DelegateLock.java | 4 +-
.../bukkit/adapter/DelegateSemaphore.java | 2 +
.../bukkit/adapter/IBukkitAdapter.java | 27 +-
.../adapter/IDelegateBukkitImplAdapter.java | 4 +-
.../bukkit/adapter/MapChunkUtil.java | 2 +
.../bukkit/adapter/NMSAdapter.java | 44 +-
.../bukkit/adapter/NMSRelighterFactory.java | 20 +-
.../adapter/ReentrantLockWithGetOwner.java | 3 +-
.../bukkit/adapter/Regenerator.java | 110 +-
.../bukkit/adapter/SimpleBukkitAdapter.java | 5 +-
.../bukkit/filter/GriefDefenderFilter.java | 8 +-
.../bukkit/filter/GriefPreventionFilter.java | 4 +-
.../bukkit/filter/WorldGuardFilter.java | 3 +-
.../bukkit/listener/BrushListener.java | 5 +-
.../bukkit/listener/ChunkListener.java | 25 +-
.../bukkit/listener/ChunkListener9.java | 1 +
.../bukkit/listener/RenderListener.java | 3 +-
.../bukkit/preloader/PluginPreloader.java | 13 +-
.../bukkit/regions/BukkitMaskManager.java | 1 +
.../bukkit/regions/GriefDefenderFeature.java | 17 +-
.../regions/GriefPreventionFeature.java | 19 +-
.../bukkit/regions/ResidenceFeature.java | 13 +-
.../bukkit/regions/TownyFeature.java | 7 +-
.../bukkit/regions/WorldGuardFeature.java | 32 +-
.../FaweDelegateRegionManager.java | 195 +-
.../FaweDelegateSchematicHandler.java | 58 +-
.../plotsquared/FaweQueueCoordinator.java | 7 +-
.../bukkit/regions/plotsquared/FaweTrim.java | 11 +-
.../regions/plotsquared/PlotRegionFilter.java | 2 +
.../regions/plotsquared/PlotSetBiome.java | 55 +-
.../plotsquared/PlotSquaredFeature.java | 14 +-
.../plotsquaredv4/FaweChunkManager.java | 74 +-
.../plotsquaredv4/FaweLocalBlockQueue.java | 5 +-
.../plotsquaredv4/FaweSchematicHandler.java | 30 +-
.../regions/plotsquaredv4/FaweTrim.java | 4 +-
.../plotsquaredv4/PlotRegionFilter.java | 2 +
.../regions/plotsquaredv4/PlotSetBiome.java | 23 +-
.../plotsquaredv4/PlotSquaredFeature.java | 34 +-
.../bukkit/util/BukkitItemStack.java | 5 +-
.../bukkit/util/BukkitReflectionUtils.java | 2 +
.../bukkit/util/BukkitTaskManager.java | 2 +
.../bukkit/util/ItemUtil.java | 8 +-
.../bukkit/util/MinecraftVersion.java | 20 +-
.../bukkit/util/VaultUtil.java | 4 +-
.../bukkit/util/WorldUnloadedException.java | 1 +
.../bukkit/util/image/BukkitImageViewer.java | 20 +-
.../bukkit/util/ClassSourceValidator.java | 6 +-
.../sk89q/bukkit/util/CommandInspector.java | 1 +
.../bukkit/util/CommandRegistration.java | 20 +-
.../util/CommandsManagerRegistration.java | 8 +-
.../bukkit/util/DynamicPluginCommand.java | 14 +-
.../util/DynamicPluginCommandHelpTopic.java | 2 +
.../ConfigurationPermissionsResolver.java | 15 +-
.../com/sk89q/wepif/DinnerPermsResolver.java | 1 +
.../wepif/FlatFilePermissionsResolver.java | 7 +-
.../com/sk89q/wepif/GroupManagerResolver.java | 2 +
.../sk89q/wepif/NijiPermissionsResolver.java | 2 +-
.../sk89q/wepif/PermissionsExResolver.java | 2 +
.../com/sk89q/wepif/PermissionsProvider.java | 2 +
.../com/sk89q/wepif/PermissionsResolver.java | 2 +
.../wepif/PermissionsResolverManager.java | 63 +-
.../wepif/PluginPermissionsResolver.java | 3 +-
.../sk89q/worldedit/bukkit/BukkitAdapter.java | 54 +-
.../worldedit/bukkit/BukkitBiomeRegistry.java | 2 +-
.../bukkit/BukkitBlockCategoryRegistry.java | 3 +-
.../bukkit/BukkitBlockCommandSender.java | 9 +-
.../worldedit/bukkit/BukkitBlockRegistry.java | 5 +-
.../bukkit/BukkitCommandInspector.java | 3 +-
.../worldedit/bukkit/BukkitCommandSender.java | 6 +-
.../worldedit/bukkit/BukkitConfiguration.java | 4 +-
.../sk89q/worldedit/bukkit/BukkitEntity.java | 5 +-
.../bukkit/BukkitEntityProperties.java | 1 +
.../bukkit/BukkitItemCategoryRegistry.java | 3 +-
.../worldedit/bukkit/BukkitItemRegistry.java | 1 +
.../sk89q/worldedit/bukkit/BukkitPlayer.java | 26 +-
.../bukkit/BukkitPlayerBlockBag.java | 10 +-
.../worldedit/bukkit/BukkitRegistries.java | 1 -
.../bukkit/BukkitServerInterface.java | 47 +-
.../sk89q/worldedit/bukkit/BukkitWorld.java | 12 +-
.../worldedit/bukkit/CUIChannelListener.java | 1 -
.../EditSessionBlockChangeDelegate.java | 2 +-
.../worldedit/bukkit/WorldEditListener.java | 17 +-
.../worldedit/bukkit/WorldEditPlugin.java | 34 +-
.../bukkit/adapter/AdapterLoadException.java | 1 +
.../bukkit/adapter/BukkitImplAdapter.java | 27 +-
.../bukkit/adapter/BukkitImplLoader.java | 22 +-
.../main/resources/defaults/config-legacy.yml | 126 +-
.../src/main/resources/plugin.yml | 466 +-
.../com/sk89q/util/MinecraftVersionTest.java | 2 +-
.../sk89q/wepif/DinnerPermsResolverTest.java | 2 +
.../sk89q/wepif/TestOfflinePermissible.java | 70 +-
worldedit-cli/build.gradle.kts | 1 -
.../com/sk89q/worldedit/cli/AccessPoint.java | 1 +
.../cli/CLIBlockCategoryRegistry.java | 5 +-
.../sk89q/worldedit/cli/CLIBlockRegistry.java | 9 +-
.../sk89q/worldedit/cli/CLICommandSender.java | 2 +
.../sk89q/worldedit/cli/CLIConfiguration.java | 1 +
.../sk89q/worldedit/cli/CLIExtraCommands.java | 2 +
.../cli/CLIItemCategoryRegistry.java | 1 +
.../com/sk89q/worldedit/cli/CLIPlatform.java | 3 +-
.../com/sk89q/worldedit/cli/CLIWorld.java | 1 +
.../com/sk89q/worldedit/cli/CLIWorldEdit.java | 14 +-
.../worldedit/cli/data/FileRegistries.java | 16 +-
.../cli/schematic/ClipboardWorld.java | 9 +-
.../com/sk89q/worldedit/cli/data/1631.json | 10518 ++++++++-
.../com/sk89q/worldedit/cli/data/1963.json | 12889 ++++++++++-
.../com/sk89q/worldedit/cli/data/1968.json | 12889 ++++++++++-
.../com/sk89q/worldedit/cli/data/1976.json | 12889 ++++++++++-
.../com/sk89q/worldedit/cli/data/2225.json | 13036 ++++++++++-
.../com/sk89q/worldedit/cli/data/2230.json | 13036 ++++++++++-
.../com/sk89q/worldedit/cli/data/2567.json | 15571 ++++++++++++-
.../com/sk89q/worldedit/cli/data/2578.json | 15612 ++++++++++++-
.../com/sk89q/worldedit/cli/data/2724.json | 19236 +++++++++++++++-
worldedit-cli/src/main/resources/log4j2.xml | 8 +-
.../com/fastasyncworldedit/core/Fawe.java | 48 +-
.../com/fastasyncworldedit/core/FaweAPI.java | 52 +-
.../fastasyncworldedit/core/FaweCache.java | 50 +-
.../fastasyncworldedit/core/FaweVersion.java | 9 +-
.../com/fastasyncworldedit/core/IFawe.java | 2 +-
.../fastasyncworldedit/core/Resettable.java | 1 +
.../core/command/AnvilCommands.java | 305 +-
.../core/command/ListFilters.java | 4 +
.../command/SuggestInputParseException.java | 1 +
.../core/command/tool/MovableTool.java | 2 +
.../core/command/tool/ResettableTool.java | 2 +
.../core/command/tool/brush/AngleBrush.java | 4 +-
.../core/command/tool/brush/BlendBall.java | 3 +-
.../core/command/tool/brush/BlobBrush.java | 26 +-
.../command/tool/brush/BrushSettings.java | 4 +-
.../command/tool/brush/CatenaryBrush.java | 5 +-
.../core/command/tool/brush/CircleBrush.java | 4 +-
.../core/command/tool/brush/CommandBrush.java | 15 +-
.../command/tool/brush/CopyPastaBrush.java | 4 +-
.../core/command/tool/brush/ErodeBrush.java | 60 +-
.../command/tool/brush/FallingSphere.java | 5 +-
.../core/command/tool/brush/FlattenBrush.java | 14 +-
.../core/command/tool/brush/HeightBrush.java | 14 +-
.../core/command/tool/brush/ImageBrush.java | 26 +-
.../core/command/tool/brush/InspectBrush.java | 15 +-
.../core/command/tool/brush/LayerBrush.java | 13 +-
.../core/command/tool/brush/LineBrush.java | 4 +-
.../command/tool/brush/PopulateSchem.java | 11 +-
.../core/command/tool/brush/RaiseBrush.java | 3 +
.../core/command/tool/brush/RecurseBrush.java | 1 +
.../core/command/tool/brush/RockBrush.java | 5 +-
.../core/command/tool/brush/ScatterBrush.java | 11 +-
.../command/tool/brush/ScatterCommand.java | 11 +-
.../tool/brush/ScatterOverlayBrush.java | 5 +-
.../core/command/tool/brush/ShatterBrush.java | 24 +-
.../command/tool/brush/SplatterBrush.java | 15 +-
.../core/command/tool/brush/SplineBrush.java | 5 +-
.../core/command/tool/brush/StencilBrush.java | 22 +-
.../tool/brush/SurfaceSphereBrush.java | 10 +-
.../command/tool/brush/SurfaceSpline.java | 17 +-
.../core/command/tool/scroll/Scroll.java | 11 +-
.../command/tool/scroll/ScrollClipboard.java | 2 +
.../core/command/tool/scroll/ScrollMask.java | 4 +-
.../command/tool/scroll/ScrollPattern.java | 4 +-
.../core/command/tool/scroll/ScrollRange.java | 2 +
.../core/command/tool/scroll/ScrollSize.java | 2 +
.../command/tool/scroll/ScrollTarget.java | 2 +
.../tool/scroll/ScrollTargetOffset.java | 2 +
.../core/command/tool/scroll/ScrollTool.java | 2 +
.../command/tool/sweep/ClipboardSpline.java | 40 +-
.../core/command/tool/sweep/Spline.java | 32 +-
.../core/command/tool/sweep/SweepBrush.java | 11 +-
.../core/configuration/Caption.java | 11 +-
.../core/configuration/Config.java | 20 +-
.../core/configuration/Configuration.java | 3 +-
.../configuration/ConfigurationOptions.java | 2 +
.../configuration/ConfigurationSection.java | 23 +-
.../InvalidConfigurationException.java | 1 +
.../configuration/MemoryConfiguration.java | 2 +
.../MemoryConfigurationOptions.java | 2 +
.../core/configuration/MemorySection.java | 5 +-
.../core/configuration/Settings.java | 100 +-
.../core/configuration/TypeDescription.java | 20 +-
.../core/configuration/Yaml.java | 73 +-
.../configuration/file/FileConfiguration.java | 31 +-
.../file/FileConfigurationOptions.java | 4 +-
.../configuration/file/YamlConfiguration.java | 3 +-
.../file/YamlConfigurationOptions.java | 3 +
.../configuration/file/YamlConstructor.java | 3 +
.../configuration/file/YamlRepresenter.java | 8 +-
.../ConfigurationSerializable.java | 1 +
.../ConfigurationSerialization.java | 28 +-
.../DelegateDeserialization.java | 2 +
.../serialization/SerializableAs.java | 2 +
.../core/database/RollbackDatabase.java | 29 +-
.../core/entity/LazyBaseEntity.java | 5 +-
.../core/entity/MapMetadatable.java | 2 +-
.../core/entity/Metadatable.java | 7 +-
.../event/extent/ActorSaveClipboardEvent.java | 2 +
.../core/event/extent/PasteEvent.java | 1 +
.../extension/factory/parser/RichParser.java | 6 +-
.../parser/mask/AdjacentMaskParser.java | 5 +-
.../factory/parser/mask/AngleMaskParser.java | 11 +-
.../parser/mask/ExtremaMaskParser.java | 11 +-
.../factory/parser/mask/FalseMaskParser.java | 1 +
.../factory/parser/mask/LiquidMaskParser.java | 1 +
.../parser/mask/ROCAngleMaskParser.java | 11 +-
.../factory/parser/mask/RadiusMaskParser.java | 5 +-
.../parser/mask/RichOffsetMaskParser.java | 5 +-
.../parser/mask/SimplexMaskParser.java | 6 +-
.../parser/mask/SurfaceMaskParser.java | 1 +
.../factory/parser/mask/TrueMaskParser.java | 1 +
.../factory/parser/mask/WallMaskParser.java | 6 +-
.../factory/parser/mask/XAxisMaskParser.java | 1 +
.../factory/parser/mask/YAxisMaskParser.java | 1 +
.../factory/parser/mask/ZAxisMaskParser.java | 1 +
.../parser/pattern/BiomePatternParser.java | 6 +-
.../parser/pattern/BufferedPatternParser.java | 11 +-
.../parser/pattern/ExistingPatternParser.java | 2 +
.../parser/pattern/Linear2DPatternParser.java | 11 +-
.../parser/pattern/Linear3DPatternParser.java | 13 +-
.../parser/pattern/NoisePatternParser.java | 11 +-
.../parser/pattern/PerlinPatternParser.java | 2 +
.../parser/pattern/RandomPatternParser.java | 6 +-
.../RidgedMultiFractalPatternParser.java | 1 +
.../parser/pattern/SimplexPatternParser.java | 4 +-
.../parser/pattern/VoronoiPatternParser.java | 1 +
.../extension/platform/binding/Binding.java | 2 +
.../extension/platform/binding/Bindings.java | 10 +-
.../platform/binding/CommandBindings.java | 1 +
.../platform/binding/ConsumeBindings.java | 4 +-
.../platform/binding/PrimitiveBindings.java | 4 +-
.../platform/binding/ProvideBindings.java | 6 +-
.../core/extent/BlockTranslateExtent.java | 6 +-
.../core/extent/ExtentHeightCacher.java | 3 +-
.../core/extent/FaweRegionExtent.java | 7 +-
.../core/extent/HeightBoundExtent.java | 8 +-
.../core/extent/HistoryExtent.java | 7 +-
.../core/extent/MemoryCheckingExtent.java | 7 +-
.../core/extent/MultiRegionExtent.java | 3 +-
.../core/extent/NullExtent.java | 35 +-
.../core/extent/OffsetExtent.java | 13 +-
.../core/extent/PassthroughExtent.java | 27 +-
.../core/extent/PositionTransformExtent.java | 5 +-
.../core/extent/ProcessedWEExtent.java | 5 +-
.../core/extent/RandomOffsetTransform.java | 5 +-
.../core/extent/ResettableExtent.java | 5 +-
.../core/extent/SingleRegionExtent.java | 3 +-
.../core/extent/SlowExtent.java | 4 +-
.../core/extent/SourceMaskExtent.java | 6 +-
.../core/extent/StripNBTExtent.java | 4 +-
.../core/extent/SupplyingExtent.java | 1 +
.../core/extent/TemporalExtent.java | 2 +
.../core/extent/TransformExtent.java | 9 +-
.../clipboard/CPUOptimizedClipboard.java | 4 +-
.../clipboard/DiskOptimizedClipboard.java | 32 +-
.../core/extent/clipboard/EmptyClipboard.java | 2 +
.../extent/clipboard/LazyClipboardHolder.java | 5 +-
.../extent/clipboard/LinearClipboard.java | 11 +-
.../clipboard/MemoryOptimizedClipboard.java | 14 +-
.../clipboard/MultiClipboardHolder.java | 8 +-
.../extent/clipboard/ReadOnlyClipboard.java | 2 +
.../clipboard/ResizableClipboardBuilder.java | 5 +-
.../extent/clipboard/SimpleClipboard.java | 2 +
.../extent/clipboard/URIClipboardHolder.java | 5 +-
.../clipboard/io/FastSchematicReader.java | 24 +-
.../clipboard/io/FastSchematicWriter.java | 22 +-
.../io/schematic/MinecraftStructure.java | 9 +-
.../clipboard/io/schematic/PNGWriter.java | 11 +-
.../core/extent/filter/ArrayImageMask.java | 3 +-
.../core/extent/filter/CountFilter.java | 1 +
.../core/extent/filter/DistrFilter.java | 13 +-
.../core/extent/filter/ForkedFilter.java | 1 +
.../core/extent/filter/LinkedFilter.java | 5 +-
.../core/extent/filter/MaskFilter.java | 4 +-
.../block/AbstractExtentFilterBlock.java | 1 +
.../filter/block/AbstractFilterBlock.java | 3 +-
.../block/AbstractSingleFilterBlock.java | 3 +-
.../extent/filter/block/ArrayFilterBlock.java | 9 +-
.../extent/filter/block/CharFilterBlock.java | 14 +-
.../extent/filter/block/ChunkFilterBlock.java | 15 +-
.../extent/filter/block/DelegateFilter.java | 1 +
.../filter/block/ExtentFilterBlock.java | 2 +
.../core/extent/filter/block/FilterBlock.java | 6 +-
.../filter/block/SingleFilterBlock.java | 1 +
.../extent/inventory/SlottableBlockBag.java | 4 +-
.../processor/BatchProcessorHolder.java | 2 +
.../extent/processor/EmptyBatchProcessor.java | 2 +-
.../processor/ExtentBatchProcessorHolder.java | 4 +-
.../extent/processor/HeightmapProcessor.java | 25 +-
.../processor/IBatchProcessorHolder.java | 3 +
.../core/extent/processor/LimitExtent.java | 40 +-
.../extent/processor/MultiBatchProcessor.java | 26 +-
.../core/extent/processor/NullProcessor.java | 3 +-
.../core/extent/processor/ProcessorScope.java | 16 +-
.../heightmap/AbstractDelegateHeightMap.java | 1 +
.../processor/heightmap/ArrayHeightMap.java | 2 +
.../heightmap/AverageHeightMapFilter.java | 2 +
.../heightmap/FlatScalableHeightMap.java | 2 +
.../extent/processor/heightmap/HeightMap.java | 49 +-
.../processor/heightmap/HeightMapType.java | 16 +-
.../heightmap/RotatableHeightMap.java | 4 +-
.../heightmap/ScalableHeightMap.java | 4 +-
.../processor/lighting/NMSRelighter.java | 248 +-
.../processor/lighting/NullRelighter.java | 1 +
.../processor/lighting/RelightProcessor.java | 10 +-
.../extent/processor/lighting/Relighter.java | 9 +-
.../processor/lighting/RelighterFactory.java | 6 +-
.../extent/transform/Linear3DTransform.java | 1 +
.../extent/transform/LinearTransform.java | 1 +
.../core/extent/transform/MultiTransform.java | 7 +-
.../extent/transform/PatternTransform.java | 3 +-
.../extent/transform/RandomTransform.java | 9 +-
.../core/extent/transform/ScaleTransform.java | 12 +-
.../extent/transform/SelectTransform.java | 7 +-
.../core/function/NullRegionFunction.java | 2 +
.../core/function/QuadFunction.java | 4 +-
.../core/function/RegionMaskTestFunction.java | 2 +-
.../core/function/SurfaceRegionFunction.java | 6 +-
.../core/function/block/BiomeCopy.java | 5 +-
.../function/block/CombinedBlockCopy.java | 1 +
.../core/function/block/SimpleBlockCopy.java | 1 +
.../core/function/generator/CavesGen.java | 106 +-
.../core/function/generator/GenBase.java | 1 +
.../core/function/generator/OreGen.java | 6 +-
.../core/function/generator/Resource.java | 1 +
.../core/function/generator/SchemGen.java | 3 +-
.../core/function/mask/ABlockMask.java | 17 +-
.../core/function/mask/AdjacentAnyMask.java | 3 +-
.../core/function/mask/AdjacentMask.java | 4 +-
.../core/function/mask/AngleMask.java | 20 +-
.../core/function/mask/BlockMaskBuilder.java | 32 +-
.../core/function/mask/CachedMask.java | 3 +-
.../core/function/mask/DirectionMask.java | 1 +
.../core/function/mask/ExtremaMask.java | 2 +
.../core/function/mask/IdDataMask.java | 1 +
.../core/function/mask/ImageBrushMask.java | 42 +-
.../core/function/mask/InverseMask.java | 2 +
.../core/function/mask/LayerBrushMask.java | 20 +-
.../core/function/mask/MaskUnion.java | 3 +-
.../core/function/mask/MaskedTargetBlock.java | 2 +
.../core/function/mask/PlaneMask.java | 5 +-
.../core/function/mask/ROCAngleMask.java | 10 +-
.../core/function/mask/RadiusMask.java | 5 +-
.../core/function/mask/RandomMask.java | 2 +
.../core/function/mask/ResettableMask.java | 1 +
.../core/function/mask/SimplexMask.java | 2 +
.../function/mask/SingleBlockStateMask.java | 2 +
.../function/mask/SingleBlockTypeMask.java | 2 +
.../core/function/mask/SplatterBrushMask.java | 9 +-
.../core/function/mask/StencilBrushMask.java | 41 +-
.../core/function/mask/SurfaceMask.java | 1 +
.../core/function/mask/WallMakeMask.java | 5 +-
.../core/function/mask/WallMask.java | 6 +-
.../pattern/AbstractExtentPattern.java | 1 +
.../function/pattern/AngleColorPattern.java | 2 +
.../function/pattern/AverageColorPattern.java | 4 +-
.../pattern/BiomeApplyingPattern.java | 2 +
.../function/pattern/BufferedPattern.java | 2 +
.../function/pattern/BufferedPattern2D.java | 1 +
.../function/pattern/DataAnglePattern.java | 30 +-
.../core/function/pattern/DataPattern.java | 2 +
.../function/pattern/DesaturatePattern.java | 2 +
.../function/pattern/ExistingPattern.java | 2 +
.../function/pattern/ExpressionPattern.java | 2 +
.../function/pattern/IdDataMaskPattern.java | 2 +
.../core/function/pattern/IdPattern.java | 2 +
.../pattern/Linear2DBlockPattern.java | 1 +
.../pattern/Linear3DBlockPattern.java | 1 +
.../function/pattern/LinearBlockPattern.java | 1 +
.../core/function/pattern/MaskedPattern.java | 3 +-
.../core/function/pattern/NoXPattern.java | 3 +-
.../core/function/pattern/NoYPattern.java | 3 +-
.../core/function/pattern/NoZPattern.java | 5 +-
.../core/function/pattern/OffsetPattern.java | 5 +-
.../function/pattern/PatternTraverser.java | 2 +
.../function/pattern/PropertyPattern.java | 43 +-
.../pattern/RandomFullClipboardPattern.java | 4 +-
.../function/pattern/RandomOffsetPattern.java | 14 +-
.../function/pattern/RelativePattern.java | 3 +-
.../function/pattern/ResettablePattern.java | 1 +
.../function/pattern/SaturatePattern.java | 2 +
.../core/function/pattern/ShadePattern.java | 2 +
.../pattern/SolidRandomOffsetPattern.java | 6 +-
.../pattern/SurfaceRandomOffsetPattern.java | 10 +-
.../core/function/visitor/AboveVisitor.java | 8 +-
.../function/visitor/DFSRecursiveVisitor.java | 9 +-
.../core/function/visitor/DFSVisitor.java | 14 +-
.../function/visitor/DirectionalVisitor.java | 13 +-
.../visitor/IntersectRegionFunction.java | 2 +
.../core/function/visitor/Order.java | 4 +-
.../core/history/DiskStorageHistory.java | 12 +-
.../core/history/MemoryOptimizedHistory.java | 5 +-
.../history/RollbackOptimizedHistory.java | 11 +-
.../history/change/MutableBiomeChange.java | 3 +-
.../history/change/MutableBlockChange.java | 1 +
.../change/MutableFullBlockChange.java | 1 +
.../history/change/MutableTileChange.java | 1 +
.../core/history/change/StreamChange.java | 2 +
.../history/changeset/AbstractChangeSet.java | 15 +-
.../changeset/AbstractDelegateChangeSet.java | 2 +
.../history/changeset/BlockBagChangeSet.java | 9 +-
.../history/changeset/ChangeSetSummary.java | 2 +
.../changeset/FaweStreamChangeSet.java | 12 +-
.../core/history/changeset/NullChangeSet.java | 3 +-
.../changeset/SimpleChangeSetSummary.java | 3 +-
.../core/internal/command/MethodInjector.java | 2 +
.../exception/FaweBlockBagException.java | 2 +
.../exception/FaweChunkLoadException.java | 2 +
.../internal/exception/FaweException.java | 2 +
.../io/AbstractDelegateOutputStream.java | 2 +
.../io/FastByteArrayOutputStream.java | 1 +
.../io/FastByteArraysInputStream.java | 2 +
.../core/internal/io/FaweInputStream.java | 1 +
.../core/internal/io/FaweOutputStream.java | 1 +
.../internal/io/LittleEndianOutputStream.java | 90 +-
.../internal/io/NonCloseableInputStream.java | 2 +
.../io/ResettableFileInputStream.java | 4 +-
.../core/jnbt/CompressedSchematicTag.java | 2 +-
.../core/jnbt/JSON2NBT.java | 18 +-
.../core/jnbt/NBTException.java | 2 +
.../core/jnbt/streamer/InfoReader.java | 2 +
.../core/jnbt/streamer/IntValueReader.java | 2 +
.../core/jnbt/streamer/LazyReader.java | 2 +
.../core/jnbt/streamer/LongValueReader.java | 2 +
.../core/jnbt/streamer/StreamDelegate.java | 9 +-
.../core/jnbt/streamer/StreamReader.java | 2 +
.../core/jnbt/streamer/ValueReader.java | 2 +
.../core/math/BitArray.java | 1 +
.../core/math/BitArrayUnstretched.java | 1 +
.../core/math/BlockVector3ChunkMap.java | 2 +
.../core/math/BlockVectorSet.java | 10 +-
.../core/math/DelegateBlockVector3.java | 2 +
.../core/math/FastBitSet.java | 4 +
.../fastasyncworldedit/core/math/IntPair.java | 2 +
.../core/math/IntTriple.java | 1 +
.../core/math/LocalBlockVectorSet.java | 23 +-
.../core/math/MutableBlockVector2.java | 3 +-
.../core/math/MutableBlockVector3.java | 1 +
.../core/math/MutableVector3.java | 2 +-
.../core/math/OffsetBlockVector3.java | 2 +
.../core/math/Vector3Impl.java | 2 +
.../core/math/random/NoiseRandom.java | 1 +
.../core/math/random/SimpleRandom.java | 7 +-
.../core/math/random/SimplexNoise.java | 121 +-
.../math/random/SimplexNoiseGenerator.java | 1 +
.../core/math/random/TrueRandom.java | 1 +
.../core/math/transform/RoundedTransform.java | 2 +
.../core/object/FaweLimit.java | 25 +-
.../fastasyncworldedit/core/queue/Filter.java | 7 +-
.../core/queue/FilterBlockMask.java | 1 +
.../core/queue/IBatchProcessor.java | 6 +-
.../core/queue/IBlocks.java | 11 +-
.../fastasyncworldedit/core/queue/IChunk.java | 11 +-
.../core/queue/IChunkCache.java | 2 +
.../core/queue/IChunkExtent.java | 23 +-
.../core/queue/IChunkGet.java | 3 +-
.../core/queue/IChunkSet.java | 9 +-
.../core/queue/IDelegateFilter.java | 1 +
.../core/queue/IQueueChunk.java | 4 +
.../core/queue/IQueueExtent.java | 8 +-
.../core/queue/IQueueWrapper.java | 2 +
.../core/queue/ITileInput.java | 2 +
.../fastasyncworldedit/core/queue/Pool.java | 7 +-
.../core/queue/Trimable.java | 1 +
.../core/queue/implementation/Flood.java | 2 +-
.../implementation/ParallelQueueExtent.java | 48 +-
.../queue/implementation/QueueHandler.java | 7 +-
.../core/queue/implementation/QueuePool.java | 2 +
.../SingleThreadQueueExtent.java | 32 +-
.../implementation/blocks/BitSetBlocks.java | 3 +-
.../implementation/blocks/CharBlocks.java | 5 +-
.../implementation/blocks/CharGetBlocks.java | 1 +
.../implementation/blocks/CharSetBlocks.java | 43 +-
.../implementation/blocks/NullChunkGet.java | 24 +-
.../implementation/chunk/ChunkCache.java | 1 +
.../implementation/chunk/ChunkHolder.java | 108 +-
.../queue/implementation/chunk/NullChunk.java | 24 +-
.../implementation/packet/ChunkPacket.java | 5 +-
.../preloader/AsyncPreloader.java | 9 +-
.../implementation/preloader/Preloader.java | 2 +
.../core/regions/FaweMask.java | 2 +
.../core/regions/FaweMaskManager.java | 3 +-
.../core/regions/FuzzyRegion.java | 5 +-
.../core/regions/IDelegateRegion.java | 8 +-
.../core/regions/PolyhedralRegion.java | 9 +-
.../core/regions/RegionWrapper.java | 9 +-
.../core/regions/Triangle.java | 20 +-
.../regions/filter/CuboidRegionFilter.java | 1 +
.../core/regions/filter/RegionFilter.java | 1 +
.../regions/selector/FuzzyRegionSelector.java | 8 +-
.../selector/PolyhedralRegionSelector.java | 3 +-
.../core/registry/RegistryItem.java | 2 +
.../core/registry/state/PropertyGroup.java | 7 +
.../core/registry/state/PropertyKey.java | 5 +-
.../core/registry/state/PropertyKeySet.java | 32 +-
.../core/util/BrushCache.java | 2 +
.../core/util/CachedMathMan.java | 2 +
.../core/util/CachedTextureUtil.java | 2 +
.../core/util/CleanTextureUtil.java | 4 +-
.../core/util/ColorUtil.java | 15 +-
.../core/util/DelegateTextureUtil.java | 2 +
.../core/util/EditSessionBuilder.java | 67 +-
.../core/util/ExtentTraverser.java | 4 +-
.../core/util/FaweTimer.java | 1 +
.../core/util/FilteredTextureUtil.java | 2 +
.../fastasyncworldedit/core/util/IOUtil.java | 5 +-
.../core/util/ImgurUtility.java | 8 +-
.../core/util/JoinedCharSequence.java | 3 +
.../core/util/MainUtil.java | 36 +-
.../core/util/MaskTraverser.java | 2 +
.../fastasyncworldedit/core/util/MathMan.java | 5 +-
.../fastasyncworldedit/core/util/MemUtil.java | 5 +-
.../core/util/MutableCharSequence.java | 2 +
.../core/util/NbtUtils.java | 9 +-
.../core/util/Permission.java | 1 +
.../core/util/RandomTextureUtil.java | 10 +-
.../core/util/ReflectionUtils.java | 12 +-
.../core/util/StringMan.java | 53 +-
.../core/util/TaskManager.java | 16 +-
.../core/util/TextureHolder.java | 2 +
.../core/util/TextureUtil.java | 114 +-
.../core/util/ThirdPartyManager.java | 73 -
.../core/util/UnsafeUtility.java | 1 +
.../core/util/WEManager.java | 9 +-
.../core/util/collection/AdaptedMap.java | 43 +-
.../util/collection/AdaptedSetCollection.java | 4 +-
.../core/util/collection/BlockSet.java | 1 +
.../util/collection/CleanableThreadLocal.java | 2 +
.../util/collection/FastRandomCollection.java | 8 +-
.../core/util/collection/IAdaptedMap.java | 7 +-
.../core/util/collection/LongHashSet.java | 4 +-
.../core/util/collection/MemBlockSet.java | 38 +-
.../core/util/collection/MutablePair.java | 2 +
.../util/collection/RandomCollection.java | 2 +
.../collection/SimpleRandomCollection.java | 1 +
.../util/collection/SummedColorTable.java | 8 +-
.../core/util/collection/YieldIterable.java | 3 +-
.../core/util/image/Drawable.java | 2 +
.../core/util/image/ImageUtil.java | 49 +-
.../core/util/image/ImageViewer.java | 4 +-
.../util/progress/ChatProgressTracker.java | 2 +
.../util/progress/DefaultProgressTracker.java | 17 +-
.../core/util/task/AsyncNotifyQueue.java | 2 +
.../core/util/task/DelayedTask.java | 2 +
.../core/util/task/DelegateConsumer.java | 2 +
.../util/task/InterruptableCondition.java | 2 +
.../core/util/task/ReceiveTask.java | 2 +
.../core/util/task/ReturnTask.java | 2 +
.../core/util/task/RunnableVal.java | 2 +
.../core/util/task/RunnableVal2.java | 2 +
.../core/util/task/RunnableVal3.java | 2 +
.../core/util/task/RunnableVal4.java | 2 +
.../util/task/SingleThreadIntervalQueue.java | 4 +-
.../core/util/task/Task.java | 2 +
.../core/util/task/ThrowableSupplier.java | 2 +
.../core/world/SimpleWorld.java | 20 +-
.../core/world/block/BlanketBaseBlock.java | 2 +
.../core/world/block/BlockID.java | 2 +
.../core/world/block/BlockTypeSwitch.java | 3 +
.../world/block/BlockTypeSwitchBuilder.java | 2 +
.../core/world/block/ItemTypesCache.java | 4 +-
.../core/wrappers/AsyncPlayer.java | 13 +-
.../wrappers/LocationMaskedPlayerWrapper.java | 2 +
.../core/wrappers/SilentPlayerWrapper.java | 3 +
.../core/wrappers/WorldWrapper.java | 16 +-
.../com/sk89q/jnbt/AdventureNBTConverter.java | 34 +-
.../main/java/com/sk89q/jnbt/CompoundTag.java | 12 +-
.../com/sk89q/jnbt/CompoundTagBuilder.java | 22 +-
.../src/main/java/com/sk89q/jnbt/ListTag.java | 130 +-
.../java/com/sk89q/jnbt/ListTagBuilder.java | 4 +-
.../java/com/sk89q/jnbt/NBTInputStream.java | 10 +-
.../java/com/sk89q/jnbt/NBTOutputStream.java | 82 +-
.../main/java/com/sk89q/jnbt/NBTUtils.java | 9 +-
.../main/java/com/sk89q/jnbt/NamedTag.java | 2 +-
.../minecraft/util/commands/Command.java | 2 +
.../minecraft/util/commands/CommandAlias.java | 1 +
.../util/commands/CommandContext.java | 78 +-
.../util/commands/CommandException.java | 5 +-
.../util/commands/CommandUsageException.java | 1 +
.../util/commands/CommandsManager.java | 59 +-
.../minecraft/util/commands/Injector.java | 4 +-
.../util/commands/SimpleInjector.java | 5 +-
.../main/java/com/sk89q/util/StringUtil.java | 51 +-
.../java/com/sk89q/util/yaml/YAMLNode.java | 54 +-
.../com/sk89q/util/yaml/YAMLProcessor.java | 12 +-
.../java/com/sk89q/worldedit/EditSession.java | 736 +-
.../sk89q/worldedit/EditSessionFactory.java | 25 +-
.../sk89q/worldedit/LocalConfiguration.java | 7 +-
.../com/sk89q/worldedit/LocalSession.java | 98 +-
.../worldedit/MissingWorldException.java | 1 +
.../sk89q/worldedit/NotABlockException.java | 1 +
.../sk89q/worldedit/TracedEditSession.java | 1 +
.../java/com/sk89q/worldedit/WorldEdit.java | 90 +-
.../sk89q/worldedit/WorldEditException.java | 5 +-
.../sk89q/worldedit/WorldEditManifest.java | 11 +-
.../com/sk89q/worldedit/blocks/BaseItem.java | 7 +-
.../sk89q/worldedit/blocks/BaseItemStack.java | 13 +-
.../com/sk89q/worldedit/blocks/Blocks.java | 10 +-
.../worldedit/command/ApplyBrushCommands.java | 81 +-
.../worldedit/command/BiomeCommands.java | 69 +-
.../worldedit/command/BrushCommands.java | 1101 +-
.../worldedit/command/ChunkCommands.java | 58 +-
.../worldedit/command/ClipboardCommands.java | 231 +-
.../worldedit/command/ExpandCommands.java | 71 +-
.../command/FlattenedClipboardTransform.java | 17 +-
.../worldedit/command/GeneralCommands.java | 236 +-
.../worldedit/command/GenerationCommands.java | 370 +-
.../worldedit/command/HistoryCommands.java | 42 +-
.../worldedit/command/HistorySubCommands.java | 298 +-
.../command/LegacySnapshotCommands.java | 19 +-
.../command/LegacySnapshotUtilCommands.java | 21 +-
.../worldedit/command/NavigationCommands.java | 103 +-
.../worldedit/command/PaintBrushCommands.java | 110 +-
.../worldedit/command/RegionCommands.java | 475 +-
.../worldedit/command/SchematicCommands.java | 373 +-
.../worldedit/command/ScriptingCommands.java | 37 +-
.../worldedit/command/SelectionCommands.java | 272 +-
.../worldedit/command/SnapshotCommands.java | 127 +-
.../command/SnapshotUtilCommands.java | 35 +-
.../command/SuperPickaxeCommands.java | 32 +-
.../sk89q/worldedit/command/ToolCommands.java | 193 +-
.../worldedit/command/ToolUtilCommands.java | 205 +-
.../worldedit/command/UtilityCommands.java | 503 +-
.../worldedit/command/WorldEditCommands.java | 84 +-
.../argument/AbstractDirectionConverter.java | 42 +-
.../command/argument/BooleanConverter.java | 19 +-
.../argument/Chunk3dVectorConverter.java | 53 +-
.../CommaSeparatedValuesConverter.java | 12 +-
.../command/argument/DirectionConverter.java | 7 +-
.../argument/DirectionVectorConverter.java | 6 +-
.../argument/EntityRemoverConverter.java | 3 +-
.../command/argument/EnumConverter.java | 75 +-
.../command/argument/ExpressionConverter.java | 1 +
.../command/argument/FactoryConverter.java | 73 +-
.../command/argument/HeightConverter.java | 10 +-
.../command/argument/LocationConverter.java | 3 +-
.../command/argument/OffsetConverter.java | 47 +-
.../argument/RegionFactoryConverter.java | 22 +-
.../command/argument/RegistryConverter.java | 33 +-
.../command/argument/SideEffectConverter.java | 1 +
.../command/argument/VectorConverter.java | 74 +-
.../command/argument/WorldConverter.java | 3 +-
.../argument/ZonedDateTimeConverter.java | 3 +-
.../command/factory/ItemUseFactory.java | 2 +
.../command/factory/ReplaceFactory.java | 7 +-
.../command/factory/TreeGeneratorFactory.java | 2 +
.../command/tool/BlockDataCyler.java | 26 +-
.../worldedit/command/tool/BlockReplacer.java | 18 +-
.../worldedit/command/tool/BlockTool.java | 36 +-
.../worldedit/command/tool/BrushTool.java | 33 +-
.../worldedit/command/tool/DistanceWand.java | 1 +
.../command/tool/DoubleActionBlockTool.java | 35 +-
.../command/tool/DoubleActionTraceTool.java | 6 +-
.../command/tool/FloatingTreeRemover.java | 18 +-
.../worldedit/command/tool/FloodFillTool.java | 35 +-
.../tool/InvalidToolBindException.java | 2 +-
.../command/tool/NavigationWand.java | 36 +-
.../worldedit/command/tool/QueryTool.java | 17 +-
.../command/tool/RecursivePickaxe.java | 35 +-
.../worldedit/command/tool/SelectionWand.java | 18 +-
.../worldedit/command/tool/SinglePickaxe.java | 9 +-
.../worldedit/command/tool/StackTool.java | 10 +-
.../worldedit/command/tool/TraceTool.java | 7 +-
.../worldedit/command/tool/TreePlanter.java | 9 +-
.../worldedit/command/tool/brush/Brush.java | 6 +-
.../command/tool/brush/ButcherBrush.java | 3 +-
.../command/tool/brush/ClipboardBrush.java | 9 +-
.../command/tool/brush/CylinderBrush.java | 3 +-
.../command/tool/brush/GravityBrush.java | 10 +-
.../tool/brush/HollowCylinderBrush.java | 3 +-
.../command/tool/brush/HollowSphereBrush.java | 4 +-
.../tool/brush/OperationFactoryBrush.java | 9 +-
.../command/tool/brush/SmoothBrush.java | 3 +-
.../command/tool/brush/SphereBrush.java | 4 +-
.../command/util/AsyncCommandBuilder.java | 3 +-
.../command/util/CommandPermissions.java | 1 +
.../CommandPermissionsConditionGenerator.java | 3 +
.../command/util/CreatureButcher.java | 2 +
.../worldedit/command/util/EntityRemover.java | 5 +-
.../command/util/FutureProgressListener.java | 7 +-
.../worldedit/command/util/HookMode.java | 3 +-
.../command/util/PermissionCondition.java | 6 +-
.../command/util/PrintCommandHelp.java | 38 +-
.../util/SubCommandPermissionCondition.java | 19 +-
.../command/util/SuggestionHelper.java | 33 +-
.../util/WorldEditAsyncCommandBuilder.java | 9 +-
.../util/annotation/AllowedRegion.java | 2 +
.../command/util/annotation/Confirm.java | 25 +-
.../util/annotation/ConfirmHandler.java | 3 +-
.../command/util/annotation/Link.java | 2 +
.../command/util/annotation/PatternList.java | 1 +
.../command/util/annotation/Step.java | 2 +
.../command/util/annotation/Time.java | 1 +
.../sk89q/worldedit/entity/BaseEntity.java | 4 +-
.../com/sk89q/worldedit/entity/Player.java | 54 +-
.../entity/metadata/EntityProperties.java | 1 +
.../worldedit/event/AbstractCancellable.java | 1 +
.../java/com/sk89q/worldedit/event/Event.java | 1 +
.../event/extent/EditSessionEvent.java | 8 +-
.../event/platform/BlockInteractEvent.java | 11 +-
.../event/platform/CommandEvent.java | 2 +-
.../platform/CommandSuggestionEvent.java | 6 +-
.../event/platform/PlatformEvent.java | 2 +
.../platform/PlatformInitializeEvent.java | 1 +
.../event/platform/PlatformReadyEvent.java | 2 +
.../event/platform/PlatformUnreadyEvent.java | 2 +
.../platform/PlatformsRegisteredEvent.java | 1 +
.../event/platform/PlayerInputEvent.java | 2 +-
.../event/platform/SessionIdleEvent.java | 2 +
.../extension/factory/BlockFactory.java | 4 +-
.../extension/factory/MaskFactory.java | 30 +-
.../extension/factory/PatternFactory.java | 10 +-
.../factory/parser/DefaultBlockParser.java | 26 +-
.../factory/parser/DefaultItemParser.java | 16 +-
.../factory/parser/mask/AirMaskParser.java | 1 +
.../factory/parser/mask/BiomeMaskParser.java | 1 +
.../parser/mask/BlockCategoryMaskParser.java | 7 +-
.../parser/mask/BlockStateMaskParser.java | 12 +-
.../parser/mask/ExistingMaskParser.java | 1 +
.../parser/mask/ExpressionMaskParser.java | 6 +-
.../parser/mask/LazyRegionMaskParser.java | 1 +
.../factory/parser/mask/NegateMaskParser.java | 1 +
.../factory/parser/mask/NoiseMaskParser.java | 1 +
.../factory/parser/mask/OffsetMaskParser.java | 1 +
.../factory/parser/mask/RegionMaskParser.java | 1 +
.../factory/parser/mask/SolidMaskParser.java | 1 +
.../pattern/BlockCategoryPatternParser.java | 3 +-
.../pattern/ClipboardPatternParser.java | 3 +-
.../pattern/RandomStatePatternParser.java | 2 +
.../TypeOrStateApplyingPatternParser.java | 17 +-
.../input/DisallowedUsageException.java | 4 +-
.../extension/input/InputParseException.java | 4 +-
.../extension/input/NoMatchException.java | 4 +-
.../platform/AbstractNonPlayerActor.java | 10 +-
.../extension/platform/AbstractPlatform.java | 1 +
.../platform/AbstractPlayerActor.java | 51 +-
.../worldedit/extension/platform/Actor.java | 5 +-
.../extension/platform/Locatable.java | 2 +-
.../extension/platform/Platform.java | 20 +-
.../platform/PlatformCommandManager.java | 295 +-
.../extension/platform/PlatformManager.java | 39 +-
.../extension/platform/PlayerProxy.java | 6 +-
.../extent/AbstractBufferingExtent.java | 14 +-
.../extent/AbstractDelegateExtent.java | 14 +-
.../worldedit/extent/ChangeSetExtent.java | 7 +-
.../com/sk89q/worldedit/extent/Extent.java | 99 +-
.../sk89q/worldedit/extent/InputExtent.java | 12 +-
.../sk89q/worldedit/extent/MaskingExtent.java | 10 +-
.../sk89q/worldedit/extent/NullExtent.java | 3 +-
.../sk89q/worldedit/extent/OutputExtent.java | 35 +-
.../sk89q/worldedit/extent/TracingExtent.java | 3 +-
.../worldedit/extent/buffer/ExtentBuffer.java | 3 +-
.../extent/buffer/ForgetfulExtentBuffer.java | 3 +-
.../extent/cache/LastAccessExtentCache.java | 2 +
.../extent/clipboard/BlockArrayClipboard.java | 42 +-
.../worldedit/extent/clipboard/Clipboard.java | 54 +-
.../extent/clipboard/StoredEntity.java | 2 +-
.../clipboard/io/BuiltInClipboardFormat.java | 8 +-
.../extent/clipboard/io/ClipboardFormat.java | 8 +-
.../extent/clipboard/io/ClipboardFormats.java | 34 +-
.../clipboard/io/MCEditSchematicReader.java | 153 +-
.../clipboard/io/NBTSchematicReader.java | 3 +-
.../clipboard/io/SpongeSchematicReader.java | 48 +-
.../clipboard/io/SpongeSchematicWriter.java | 11 +-
.../BannerBlockCompatibilityHandler.java | 1 +
.../BedBlockCompatibilityHandler.java | 1 +
.../EntityNBTCompatibilityHandler.java | 2 +
.../FlowerPotCompatibilityHandler.java | 2 +
.../legacycompat/NBTCompatibilityHandler.java | 2 +
.../NoteBlockCompatibilityHandler.java | 2 +
.../SignCompatibilityHandler.java | 1 +
.../SkullBlockCompatibilityHandler.java | 3 +-
.../worldedit/extent/inventory/BlockBag.java | 3 +-
.../extent/inventory/BlockBagException.java | 1 +
.../extent/inventory/BlockBagExtent.java | 7 +-
.../inventory/OutOfBlocksException.java | 1 +
.../extent/inventory/OutOfSpaceException.java | 1 +
.../inventory/UnplaceableBlockException.java | 1 +
.../extent/reorder/MultiStageReorder.java | 7 +-
.../transform/BlockTransformExtent.java | 55 +-
.../extent/validation/BlockChangeLimiter.java | 3 +-
.../validation/DataValidatorExtent.java | 2 +-
.../extent/world/BiomeQuirkExtent.java | 1 +
.../extent/world/BlockQuirkExtent.java | 2 +-
.../extent/world/ChunkLoadingExtent.java | 7 +-
.../extent/world/SideEffectExtent.java | 1 +
.../extent/world/SurvivalModeExtent.java | 2 +-
.../extent/world/WatchdogTickingExtent.java | 3 +-
.../sk89q/worldedit/function/EditContext.java | 10 +-
.../function/FlatRegionMaskingFilter.java | 2 +-
.../worldedit/function/GroundFunction.java | 2 +-
.../worldedit/function/ItemUseFunction.java | 2 +
.../worldedit/function/LayerFunction.java | 3 +-
.../worldedit/function/RegionFunction.java | 2 +-
.../function/RegionMaskingFilter.java | 2 +-
.../function/biome/BiomeReplace.java | 5 +-
.../function/biome/ExtentBiomeCopy.java | 21 +-
.../block/BlockDistributionCounter.java | 1 +
.../function/block/BlockReplace.java | 2 +-
.../function/block/ExtentBlockCopy.java | 12 +-
.../worldedit/function/block/Naturalizer.java | 1 +
.../function/block/SnowSimulator.java | 14 +-
.../function/entity/ExtentEntityCopy.java | 90 +-
.../worldedit/function/factory/Apply.java | 2 +-
.../function/factory/ApplyLayer.java | 10 +-
.../worldedit/function/factory/Deform.java | 10 +-
.../worldedit/function/factory/Paint.java | 6 +-
.../worldedit/function/factory/Snow.java | 1 +
.../function/generator/ForestGenerator.java | 3 +-
.../generator/GardenPatchGenerator.java | 11 +-
.../worldedit/function/mask/AbstractMask.java | 1 +
.../function/mask/AbstractMask2D.java | 1 +
.../worldedit/function/mask/BiomeMask.java | 5 +-
.../worldedit/function/mask/BiomeMask2D.java | 2 +-
.../worldedit/function/mask/BlockMask.java | 8 +-
.../function/mask/BlockStateMask.java | 4 +-
.../function/mask/BlockTypeMask.java | 6 +-
.../function/mask/ExpressionMask.java | 8 +-
.../function/mask/ExpressionMask2D.java | 2 +-
.../mask/InverseSingleBlockStateMask.java | 2 +
.../mask/InverseSingleBlockTypeMask.java | 2 +
.../sk89q/worldedit/function/mask/Mask.java | 7 +-
.../function/mask/MaskIntersection.java | 6 +-
.../sk89q/worldedit/function/mask/Masks.java | 6 +-
.../worldedit/function/mask/NoiseFilter.java | 4 +-
.../function/mask/NoiseFilter2D.java | 2 +-
.../worldedit/function/mask/OffsetMask.java | 2 +-
.../worldedit/function/mask/OffsetMask2D.java | 4 +-
.../function/mask/SolidBlockMask.java | 1 +
.../operation/BackwardsExtentBlockCopy.java | 18 +-
.../function/operation/ChangeSetExecutor.java | 16 +-
.../function/operation/ForwardExtentCopy.java | 68 +-
.../function/operation/Operation.java | 4 +-
.../pattern/AbstractExtentPattern.java | 1 +
.../function/pattern/AbstractPattern.java | 1 +
.../function/pattern/BiomePattern.java | 7 +-
.../function/pattern/ClipboardPattern.java | 3 +-
.../ExtentBufferedCompositePattern.java | 3 +-
.../function/pattern/ExtentPattern.java | 1 +
.../worldedit/function/pattern/Pattern.java | 10 +-
.../function/pattern/RandomPattern.java | 4 +-
.../function/pattern/RandomStatePattern.java | 1 +
.../pattern/StateApplyingPattern.java | 1 +
.../function/pattern/TypeApplyingPattern.java | 5 +-
.../function/pattern/WaterloggedRemover.java | 3 +-
.../function/util/FlatRegionOffset.java | 3 +-
.../worldedit/function/util/RegionOffset.java | 2 +-
.../function/visitor/BreadthFirstSearch.java | 6 +-
.../function/visitor/DownwardVisitor.java | 16 +-
.../function/visitor/FlatRegionVisitor.java | 2 +-
.../function/visitor/LayerVisitor.java | 6 +-
.../function/visitor/NonRisingVisitor.java | 13 +-
.../function/visitor/RecursiveVisitor.java | 3 +-
.../sk89q/worldedit/history/UndoContext.java | 1 +
.../worldedit/history/change/BiomeChange.java | 3 +-
.../history/change/BiomeChange3D.java | 2 +-
.../worldedit/history/change/BlockChange.java | 8 +-
.../history/change/EntityCreate.java | 4 +-
.../history/change/EntityRemove.java | 2 +-
.../changeset/BlockOptimizedHistory.java | 7 +-
.../history/changeset/ChangeSet.java | 4 +-
.../internal/SchematicsEventListener.java | 1 +
.../internal/annotation/Chunk3d.java | 1 +
.../internal/annotation/ClipboardMask.java | 1 +
.../internal/annotation/Direction.java | 1 +
.../internal/annotation/MultiDirection.java | 2 +
.../worldedit/internal/annotation/Offset.java | 2 +
.../internal/annotation/OptionalArg.java | 1 +
.../worldedit/internal/annotation/Radii.java | 2 +
.../internal/annotation/Selection.java | 1 +
.../internal/annotation/VertHeight.java | 1 +
.../internal/anvil/ChunkDeleter.java | 57 +-
.../internal/anvil/ChunkDeletionInfo.java | 5 +
.../internal/anvil/RegionAccess.java | 1 +
.../internal/block/BlockStateIdAccess.java | 1 +
.../internal/command/ActorAuthorizer.java | 1 +
.../internal/command/CommandArgParser.java | 10 +-
.../command/CommandLoggingHandler.java | 12 +-
.../command/CommandRegistrationHandler.java | 7 +-
.../internal/command/CommandUtil.java | 142 +-
.../exception/ExceptionConverterHelper.java | 2 +
.../WorldEditExceptionConverter.java | 5 +-
.../worldedit/internal/cui/CUIEvent.java | 1 +
.../worldedit/internal/cui/CUIRegion.java | 3 +-
.../internal/cui/SelectionCylinderEvent.java | 3 +-
.../cui/SelectionEllipsoidPointEvent.java | 2 +-
.../internal/cui/SelectionMinMaxEvent.java | 2 +-
.../internal/cui/SelectionPoint2DEvent.java | 2 +-
.../internal/cui/SelectionPointEvent.java | 2 +-
.../internal/cui/SelectionShapeEvent.java | 2 +-
.../internal/cui/ServerCUIHandler.java | 3 +-
.../internal/expression/ExecutionData.java | 1 +
.../internal/expression/Expression.java | 18 +-
.../internal/expression/ExpressionHelper.java | 35 +-
.../ExpressionTimeoutException.java | 2 +
.../expression/ExpressionValidator.java | 10 +-
.../internal/expression/Functions.java | 163 +-
.../expression/LexerErrorListener.java | 11 +-
.../internal/expression/LocalSlot.java | 4 +
.../expression/ParserErrorListener.java | 11 +-
.../internal/expression/SlotTable.java | 4 +-
.../expression/invoke/BreakException.java | 3 +-
.../expression/invoke/CompilingVisitor.java | 172 +-
.../internal/expression/invoke/ExecNode.java | 2 +
.../expression/invoke/ExpressionCompiler.java | 39 +-
.../expression/invoke/ExpressionHandles.java | 184 +-
.../expression/invoke/ReturnException.java | 1 +
.../internal/helper/MCDirections.java | 12 +-
.../internal/registry/AbstractFactory.java | 5 +-
.../internal/registry/InputParser.java | 1 +
.../internal/registry/SimpleInputParser.java | 1 +
.../worldedit/internal/util/BiomeMath.java | 7 +-
.../internal/util/DeprecationUtil.java | 26 +-
.../internal/util/InfoEntryPoint.java | 9 +-
.../internal/util/LogManagerCompat.java | 3 +-
.../util/RegionOptimizedVectorSorter.java | 25 +-
.../worldedit/internal/util/Substring.java | 13 +-
.../internal/wna/WorldNativeAccess.java | 15 +-
.../sk89q/worldedit/math/BlockVector2.java | 21 +-
.../sk89q/worldedit/math/BlockVector3.java | 36 +-
.../sk89q/worldedit/math/BlockVector3Imp.java | 5 +-
.../com/sk89q/worldedit/math/MathUtils.java | 1 +
.../math/RegionOptimizedChunkComparator.java | 6 +-
.../math/RegionOptimizedComparator.java | 4 +-
.../com/sk89q/worldedit/math/Vector2.java | 18 +-
.../com/sk89q/worldedit/math/Vector3.java | 31 +-
.../math/convolution/GaussianKernel.java | 2 +-
.../worldedit/math/convolution/HeightMap.java | 29 +-
.../math/convolution/HeightMapFilter.java | 7 +-
.../sk89q/worldedit/math/geom/Polygons.java | 4 +-
.../KochanekBartelsInterpolation.java | 21 +-
.../interpolation/LinearInterpolation.java | 4 +-
.../math/transform/AffineTransform.java | 48 +-
.../worldedit/math/transform/Transforms.java | 2 +-
.../worldedit/regions/AbstractRegion.java | 30 +-
.../regions/ConvexPolyhedralRegion.java | 2 +-
.../sk89q/worldedit/regions/CuboidRegion.java | 43 +-
.../worldedit/regions/CylinderRegion.java | 20 +-
.../worldedit/regions/EllipsoidRegion.java | 28 +-
.../sk89q/worldedit/regions/FlatRegion.java | 1 +
.../worldedit/regions/Polygonal2DRegion.java | 12 +-
.../com/sk89q/worldedit/regions/Region.java | 96 +-
.../worldedit/regions/RegionIntersection.java | 2 +-
.../worldedit/regions/RegionSelector.java | 19 +-
.../worldedit/regions/TransformRegion.java | 9 +-
.../factory/CylinderRegionFactory.java | 7 +-
.../regions/iterator/FlatRegionIterator.java | 2 +-
.../worldedit/regions/polyhedron/Edge.java | 6 +-
.../regions/polyhedron/Triangle.java | 2 +-
.../ConvexPolyhedralRegionSelector.java | 2 +-
.../selector/CuboidRegionSelector.java | 4 +-
.../selector/CylinderRegionSelector.java | 8 +-
.../selector/EllipsoidRegionSelector.java | 4 +-
.../ExtendingCuboidRegionSelector.java | 2 +-
.../selector/Polygonal2DRegionSelector.java | 8 +-
.../selector/SphereRegionSelector.java | 2 +-
.../regions/shape/ArbitraryBiomeShape.java | 8 +-
.../regions/shape/ArbitraryShape.java | 10 +-
.../shape/WorldEditExpressionEnvironment.java | 2 +-
.../sk89q/worldedit/registry/Category.java | 1 +
.../com/sk89q/worldedit/registry/Keyed.java | 3 +
.../registry/NamespacedRegistry.java | 1 +
.../sk89q/worldedit/registry/Registry.java | 3 +-
.../registry/state/AbstractProperty.java | 2 +-
.../registry/state/BooleanProperty.java | 3 +-
.../registry/state/DirectionalProperty.java | 3 +-
.../registry/state/EnumProperty.java | 3 +-
.../registry/state/IntegerProperty.java | 3 +-
.../worldedit/registry/state/Property.java | 2 +-
.../scripting/CraftScriptContext.java | 37 +-
.../scripting/CraftScriptEngine.java | 5 +-
.../scripting/CraftScriptEnvironment.java | 8 +-
.../MinecraftHidingClassShutter.java | 1 +
.../scripting/RhinoContextFactory.java | 8 +-
.../scripting/RhinoCraftScriptEngine.java | 8 +-
.../worldedit/session/ClipboardHolder.java | 10 +-
.../sk89q/worldedit/session/PasteBuilder.java | 2 +-
.../worldedit/session/SessionManager.java | 9 +-
.../session/TransientSessionException.java | 1 +
.../worldedit/session/request/Request.java | 2 +
.../session/request/RequestExtent.java | 5 +-
.../session/storage/SessionStore.java | 2 +-
.../com/sk89q/worldedit/util/Countable.java | 3 +-
.../com/sk89q/worldedit/util/Direction.java | 8 +-
.../java/com/sk89q/worldedit/util/Enums.java | 5 +-
.../sk89q/worldedit/util/FileDialogUtil.java | 8 +-
.../com/sk89q/worldedit/util/GuavaUtil.java | 1 +
.../com/sk89q/worldedit/util/Location.java | 52 +-
.../util/PropertiesConfiguration.java | 9 +-
.../sk89q/worldedit/util/SideEffectSet.java | 6 +-
.../com/sk89q/worldedit/util/TargetBlock.java | 51 +-
.../sk89q/worldedit/util/TreeGenerator.java | 30 +-
.../sk89q/worldedit/util/WeightedChoice.java | 4 +-
.../worldedit/util/YAMLConfiguration.java | 58 +-
.../util/auth/AuthorizationException.java | 1 +
.../sk89q/worldedit/util/auth/Authorizer.java | 2 +-
.../sk89q/worldedit/util/auth/Subject.java | 1 +
.../worldedit/util/collection/BlockMap.java | 78 +-
.../util/collection/DoubleArrayList.java | 10 +-
.../util/collection/Int2BaseBlockMap.java | 12 +-
.../util/collection/LocatedBlockList.java | 8 +-
.../util/collection/LongPositionList.java | 30 +-
.../util/collection/MoreStreams.java | 3 +-
.../util/collection/VectorPositionList.java | 22 +-
.../util/concurrency/EvenMoreExecutors.java | 3 +-
.../util/concurrency/LazyReference.java | 5 +-
.../eventbus/AnnotatedSubscriberFinder.java | 6 +-
.../worldedit/util/eventbus/EventBus.java | 14 +-
.../util/eventbus/HierarchyCache.java | 4 +-
.../util/eventbus/MethodEventHandler.java | 9 +-
.../eventbus/SubscriberFindingStrategy.java | 5 +-
.../util/formatting/WorldEditText.java | 5 +-
.../util/formatting/component/CodeFormat.java | 3 +-
.../formatting/component/CommandListBox.java | 8 +-
.../formatting/component/CommandUsageBox.java | 43 +-
.../formatting/component/ErrorFormat.java | 1 +
.../component/InvalidComponentException.java | 1 +
.../formatting/component/LabelFormat.java | 3 +-
.../util/formatting/component/MessageBox.java | 4 +-
.../formatting/component/PaginationBox.java | 27 +-
.../formatting/component/SideEffectBox.java | 7 +-
.../formatting/component/SubtleFormat.java | 1 +
.../component/TextComponentProducer.java | 1 +
.../util/formatting/component/TextUtils.java | 3 +-
.../util/function/LevenshteinDistance.java | 12 +-
.../util/gson/BlockVectorAdapter.java | 4 +-
.../sk89q/worldedit/util/gson/GsonUtil.java | 2 +
.../worldedit/util/gson/VectorAdapter.java | 1 +
.../com/sk89q/worldedit/util/io/Closer.java | 32 +-
.../util/io/ForwardSeekableInputStream.java | 1 +
.../worldedit/util/io/ResourceLoader.java | 7 +-
.../util/io/WorldEditResourceLoader.java | 1 +
.../util/io/file/ArchiveNioSupports.java | 6 +-
.../util/io/file/AttributeTarget.java | 3 +-
.../file/FileSelectionAbortedException.java | 1 +
.../worldedit/util/io/file/MorePaths.java | 1 +
.../worldedit/util/io/file/SafeFiles.java | 7 +-
.../util/io/file/ZipArchiveNioSupport.java | 6 +-
.../util/lifecycle/ConstantLifecycled.java | 2 +
.../util/lifecycle/FlatMapLifecycled.java | 4 +-
.../worldedit/util/lifecycle/Lifecycled.java | 9 +-
.../lifecycle/LifecycledCallbackHandler.java | 2 +
.../util/lifecycle/MapLifecycled.java | 6 +-
.../util/lifecycle/SimpleLifecycled.java | 4 +-
.../sk89q/worldedit/util/lifecycle/Token.java | 2 +
.../util/logging/DynamicStreamHandler.java | 2 +-
.../worldedit/util/logging/LogFormat.java | 8 +-
.../sk89q/worldedit/util/net/HttpRequest.java | 40 +-
.../util/paste/ActorCallbackPaste.java | 19 +-
.../worldedit/util/paste/EngineHubPaste.java | 13 +-
.../sk89q/worldedit/util/paste/Pasters.java | 3 +-
.../worldedit/util/report/DataReport.java | 2 +
.../util/report/HierarchyObjectReport.java | 1 +
.../worldedit/util/report/ReportList.java | 2 +-
.../util/report/ShallowObjectReport.java | 1 +
.../util/report/SystemInfoReport.java | 6 +-
.../worldedit/util/report/Unreported.java | 1 +
.../worldedit/util/task/AbstractTask.java | 5 +-
.../util/task/FutureForwardingTask.java | 8 +-
.../com/sk89q/worldedit/util/task/Task.java | 2 +-
.../util/task/progress/ProgressIterator.java | 8 +-
.../util/time/FileNameDateTimeParser.java | 21 +-
.../util/time/SnapshotDateTimeParser.java | 2 +-
.../util/translation/TranslationManager.java | 26 +-
.../sk89q/worldedit/world/AbstractWorld.java | 6 +-
.../com/sk89q/worldedit/world/DataFixer.java | 5 +
.../com/sk89q/worldedit/world/NbtValued.java | 15 +-
.../com/sk89q/worldedit/world/NullWorld.java | 9 +-
.../sk89q/worldedit/world/RegenOptions.java | 7 +-
.../java/com/sk89q/worldedit/world/World.java | 66 +-
.../world/WorldUnloadedException.java | 1 +
.../worldedit/world/biome/BiomeData.java | 2 +-
.../worldedit/world/biome/BiomeType.java | 3 +-
.../worldedit/world/biome/BiomeTypes.java | 250 +-
.../sk89q/worldedit/world/biome/Biomes.java | 6 +-
.../worldedit/world/block/BaseBlock.java | 17 +-
.../world/block/BlockCategories.java | 5 +-
.../worldedit/world/block/BlockCategory.java | 2 +
.../worldedit/world/block/BlockState.java | 53 +-
.../world/block/BlockStateHolder.java | 23 +-
.../worldedit/world/block/BlockType.java | 30 +-
.../worldedit/world/block/BlockTypes.java | 2717 ++-
.../world/block/BlockTypesCache.java | 42 +-
.../world/block/FuzzyBlockState.java | 12 +-
.../worldedit/world/chunk/AnvilChunk.java | 17 +-
.../worldedit/world/chunk/AnvilChunk13.java | 15 +-
.../worldedit/world/chunk/AnvilChunk16.java | 5 +-
.../sk89q/worldedit/world/chunk/OldChunk.java | 6 +-
.../world/chunk/PackedIntArrayReader.java | 1 +
.../worldedit/world/entity/EntityType.java | 2 +-
.../worldedit/world/entity/EntityTypes.java | 574 +-
.../world/fluid/FluidCategories.java | 1 +
.../worldedit/world/fluid/FluidCategory.java | 1 +
.../worldedit/world/fluid/FluidType.java | 3 +-
.../worldedit/world/fluid/FluidTypes.java | 1 +
.../worldedit/world/item/ItemCategories.java | 5 +-
.../worldedit/world/item/ItemCategory.java | 1 +
.../sk89q/worldedit/world/item/ItemType.java | 17 +-
.../sk89q/worldedit/world/item/ItemTypes.java | 3321 ++-
.../world/registry/BiomeRegistry.java | 2 +-
.../world/registry/BlockMaterial.java | 4 +
.../world/registry/BlockRegistry.java | 1 +
.../world/registry/BundledBlockData.java | 18 +-
.../world/registry/BundledBlockRegistry.java | 2 +-
.../world/registry/BundledItemData.java | 19 +-
.../world/registry/BundledItemRegistry.java | 3 +-
.../world/registry/CategoryRegistry.java | 1 +
.../world/registry/EntityRegistry.java | 4 -
.../world/registry/ItemMaterial.java | 2 +
.../world/registry/ItemRegistry.java | 1 +
.../world/registry/LegacyMapper.java | 22 +-
.../world/registry/NullBiomeRegistry.java | 2 +-
.../registry/NullBlockCategoryRegistry.java | 1 +
.../registry/NullItemCategoryRegistry.java | 1 +
.../registry/PassthroughItemMaterial.java | 1 +
.../world/registry/SimpleBlockMaterial.java | 1 +
.../world/registry/SimpleItemMaterial.java | 1 +
.../worldedit/world/snapshot/Snapshot.java | 11 +-
.../world/snapshot/SnapshotDateParser.java | 2 +-
.../world/snapshot/SnapshotRepository.java | 8 +-
.../world/snapshot/SnapshotRestore.java | 4 +-
.../world/snapshot/experimental/Snapshot.java | 1 +
.../experimental/SnapshotComparator.java | 3 +-
.../experimental/SnapshotDatabase.java | 12 +-
.../snapshot/experimental/SnapshotInfo.java | 15 +-
.../experimental/SnapshotRestore.java | 4 +-
.../fs/FileSystemSnapshotDatabase.java | 80 +-
.../experimental/fs/FolderSnapshot.java | 29 +-
.../worldedit/world/storage/ChunkStore.java | 6 +-
.../world/storage/ChunkStoreHelper.java | 18 +-
.../world/storage/FileLegacyChunkStore.java | 4 +-
.../world/storage/FileMcRegionChunkStore.java | 2 +-
.../world/storage/LegacyChunkStore.java | 8 +-
.../world/storage/McRegionChunkStore.java | 2 +-
.../world/storage/McRegionReader.java | 3 +-
.../world/storage/MissingWorldException.java | 1 +
.../world/storage/NBTConversions.java | 7 +-
.../storage/TrueZipLegacyChunkStore.java | 12 +-
.../storage/TrueZipMcRegionChunkStore.java | 10 +-
.../world/storage/ZippedLegacyChunkStore.java | 12 +-
.../storage/ZippedMcRegionChunkStore.java | 7 +-
.../worldedit/world/weather/WeatherType.java | 2 +-
.../worldedit/world/weather/WeatherTypes.java | 1 +
1143 files changed, 143599 insertions(+), 9952 deletions(-)
create mode 100644 .editorconfig
delete mode 100644 worldedit-core/src/main/java/com/fastasyncworldedit/core/util/ThirdPartyManager.java
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 000000000..f72383ca5
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,1013 @@
+[*]
+charset = utf-8
+end_of_line = lf
+indent_size = 4
+indent_style = space
+insert_final_newline = true
+max_line_length = 130
+tab_width = 4
+ij_continuation_indent_size = 8
+ij_formatter_off_tag = @formatter:off
+ij_formatter_on_tag = @formatter:on
+ij_formatter_tags_enabled = false
+ij_smart_tabs = false
+ij_wrap_on_typing = true
+
+[*.conf]
+indent_size = 2
+tab_width = 2
+ij_continuation_indent_size = 2
+ij_hocon_keep_blank_lines_before_right_brace = 2
+ij_hocon_keep_indents_on_empty_lines = false
+ij_hocon_keep_line_breaks = true
+ij_hocon_space_after_colon = true
+ij_hocon_space_after_comma = true
+ij_hocon_space_before_colon = true
+ij_hocon_space_before_comma = false
+ij_hocon_spaces_within_braces = false
+ij_hocon_spaces_within_brackets = false
+ij_hocon_spaces_within_method_call_parentheses = false
+
+[*.css]
+ij_css_align_closing_brace_with_properties = false
+ij_css_blank_lines_around_nested_selector = 1
+ij_css_blank_lines_between_blocks = 1
+ij_css_brace_placement = end_of_line
+ij_css_enforce_quotes_on_format = false
+ij_css_hex_color_long_format = false
+ij_css_hex_color_lower_case = false
+ij_css_hex_color_short_format = false
+ij_css_hex_color_upper_case = false
+ij_css_keep_blank_lines_in_code = 2
+ij_css_keep_indents_on_empty_lines = false
+ij_css_keep_single_line_blocks = false
+ij_css_properties_order = font, font-family, font-size, font-weight, font-style, font-variant, font-size-adjust, font-stretch, line-height, position, z-index, top, right, bottom, left, display, visibility, float, clear, overflow, overflow-x, overflow-y, clip, zoom, align-content, align-items, align-self, flex, flex-flow, flex-basis, flex-direction, flex-grow, flex-shrink, flex-wrap, justify-content, order, box-sizing, width, min-width, max-width, height, min-height, max-height, margin, margin-top, margin-right, margin-bottom, margin-left, padding, padding-top, padding-right, padding-bottom, padding-left, table-layout, empty-cells, caption-side, border-spacing, border-collapse, list-style, list-style-position, list-style-type, list-style-image, content, quotes, counter-reset, counter-increment, resize, cursor, user-select, nav-index, nav-up, nav-right, nav-down, nav-left, transition, transition-delay, transition-timing-function, transition-duration, transition-property, transform, transform-origin, animation, animation-name, animation-duration, animation-play-state, animation-timing-function, animation-delay, animation-iteration-count, animation-direction, text-align, text-align-last, vertical-align, white-space, text-decoration, text-emphasis, text-emphasis-color, text-emphasis-style, text-emphasis-position, text-indent, text-justify, letter-spacing, word-spacing, text-outline, text-transform, text-wrap, text-overflow, text-overflow-ellipsis, text-overflow-mode, word-wrap, word-break, tab-size, hyphens, pointer-events, opacity, color, border, border-width, border-style, border-color, border-top, border-top-width, border-top-style, border-top-color, border-right, border-right-width, border-right-style, border-right-color, border-bottom, border-bottom-width, border-bottom-style, border-bottom-color, border-left, border-left-width, border-left-style, border-left-color, border-radius, border-top-left-radius, border-top-right-radius, border-bottom-right-radius, border-bottom-left-radius, border-image, border-image-source, border-image-slice, border-image-width, border-image-outset, border-image-repeat, outline, outline-width, outline-style, outline-color, outline-offset, background, background-color, background-image, background-repeat, background-attachment, background-position, background-position-x, background-position-y, background-clip, background-origin, background-size, box-decoration-break, box-shadow, text-shadow
+ij_css_space_after_colon = true
+ij_css_space_before_opening_brace = true
+ij_css_use_double_quotes = true
+ij_css_value_alignment = do_not_align
+
+[*.java]
+ij_java_align_consecutive_assignments = false
+ij_java_align_consecutive_variable_declarations = false
+ij_java_align_group_field_declarations = false
+ij_java_align_multiline_annotation_parameters = false
+ij_java_align_multiline_array_initializer_expression = false
+ij_java_align_multiline_assignment = false
+ij_java_align_multiline_binary_operation = false
+ij_java_align_multiline_chained_methods = false
+ij_java_align_multiline_extends_list = false
+ij_java_align_multiline_for = true
+ij_java_align_multiline_method_parentheses = false
+ij_java_align_multiline_parameters = true
+ij_java_align_multiline_parameters_in_calls = false
+ij_java_align_multiline_parenthesized_expression = false
+ij_java_align_multiline_records = true
+ij_java_align_multiline_resources = true
+ij_java_align_multiline_ternary_operation = false
+ij_java_align_multiline_text_blocks = false
+ij_java_align_multiline_throws_list = false
+ij_java_align_subsequent_simple_methods = false
+ij_java_align_throws_keyword = false
+ij_java_annotation_parameter_wrap = off
+ij_java_array_initializer_new_line_after_left_brace = false
+ij_java_array_initializer_right_brace_on_new_line = false
+ij_java_array_initializer_wrap = off
+ij_java_assert_statement_colon_on_next_line = false
+ij_java_assert_statement_wrap = off
+ij_java_assignment_wrap = off
+ij_java_binary_operation_sign_on_next_line = false
+ij_java_binary_operation_wrap = off
+ij_java_blank_lines_after_anonymous_class_header = 0
+ij_java_blank_lines_after_class_header = 1
+ij_java_blank_lines_after_imports = 1
+ij_java_blank_lines_after_package = 1
+ij_java_blank_lines_around_class = 1
+ij_java_blank_lines_around_field = 0
+ij_java_blank_lines_around_field_in_interface = 0
+ij_java_blank_lines_around_initializer = 1
+ij_java_blank_lines_around_method = 1
+ij_java_blank_lines_around_method_in_interface = 1
+ij_java_blank_lines_before_class_end = 1
+ij_java_blank_lines_before_imports = 1
+ij_java_blank_lines_before_method_body = 0
+ij_java_blank_lines_before_package = 0
+ij_java_block_brace_style = end_of_line
+ij_java_block_comment_at_first_column = true
+ij_java_call_parameters_new_line_after_left_paren = true
+ij_java_call_parameters_right_paren_on_new_line = true
+ij_java_call_parameters_wrap = on_every_item
+ij_java_case_statement_on_separate_line = true
+ij_java_catch_on_new_line = false
+ij_java_class_annotation_wrap = split_into_lines
+ij_java_class_brace_style = end_of_line
+ij_java_class_count_to_use_import_on_demand = 100000
+ij_java_class_names_in_javadoc = 1
+ij_java_do_not_indent_top_level_class_members = false
+ij_java_do_not_wrap_after_single_annotation = false
+ij_java_do_while_brace_force = always
+ij_java_doc_add_blank_line_after_description = true
+ij_java_doc_add_blank_line_after_param_comments = false
+ij_java_doc_add_blank_line_after_return = false
+ij_java_doc_add_p_tag_on_empty_lines = true
+ij_java_doc_align_exception_comments = true
+ij_java_doc_align_param_comments = true
+ij_java_doc_do_not_wrap_if_one_line = false
+ij_java_doc_enable_formatting = true
+ij_java_doc_enable_leading_asterisks = true
+ij_java_doc_indent_on_continuation = true
+ij_java_doc_keep_empty_lines = true
+ij_java_doc_keep_empty_parameter_tag = true
+ij_java_doc_keep_empty_return_tag = true
+ij_java_doc_keep_empty_throws_tag = true
+ij_java_doc_keep_invalid_tags = false
+ij_java_doc_param_description_on_new_line = false
+ij_java_doc_preserve_line_breaks = false
+ij_java_doc_use_throws_not_exception_tag = true
+ij_java_else_on_new_line = false
+ij_java_enum_constants_wrap = split_into_lines
+ij_java_extends_keyword_wrap = off
+ij_java_extends_list_wrap = normal
+ij_java_field_annotation_wrap = split_into_lines
+ij_java_finally_on_new_line = false
+ij_java_for_brace_force = always
+ij_java_for_statement_new_line_after_left_paren = false
+ij_java_for_statement_right_paren_on_new_line = false
+ij_java_for_statement_wrap = off
+ij_java_generate_final_locals = true
+ij_java_generate_final_parameters = true
+ij_java_if_brace_force = always
+ij_java_imports_layout = *, |, javax.**, java.**, |, $*
+ij_java_indent_case_from_switch = true
+ij_java_insert_inner_class_imports = false
+ij_java_insert_override_annotation = true
+ij_java_keep_blank_lines_before_right_brace = 2
+ij_java_keep_blank_lines_between_package_declaration_and_header = 2
+ij_java_keep_blank_lines_in_code = 2
+ij_java_keep_blank_lines_in_declarations = 2
+ij_java_keep_control_statement_in_one_line = true
+ij_java_keep_first_column_comment = true
+ij_java_keep_indents_on_empty_lines = false
+ij_java_keep_line_breaks = true
+ij_java_keep_multiple_expressions_in_one_line = false
+ij_java_keep_simple_blocks_in_one_line = false
+ij_java_keep_simple_classes_in_one_line = false
+ij_java_keep_simple_lambdas_in_one_line = false
+ij_java_keep_simple_methods_in_one_line = false
+ij_java_label_indent_absolute = false
+ij_java_label_indent_size = 0
+ij_java_lambda_brace_style = end_of_line
+ij_java_layout_static_imports_separately = true
+ij_java_line_comment_add_space = false
+ij_java_line_comment_at_first_column = true
+ij_java_method_annotation_wrap = split_into_lines
+ij_java_method_brace_style = end_of_line
+ij_java_method_call_chain_wrap = on_every_item
+ij_java_method_parameters_new_line_after_left_paren = true
+ij_java_method_parameters_right_paren_on_new_line = true
+ij_java_method_parameters_wrap = on_every_item
+ij_java_modifier_list_wrap = false
+ij_java_names_count_to_use_import_on_demand = 100000
+ij_java_new_line_after_lparen_in_record_header = false
+ij_java_parameter_annotation_wrap = off
+ij_java_parentheses_expression_new_line_after_left_paren = false
+ij_java_parentheses_expression_right_paren_on_new_line = false
+ij_java_place_assignment_sign_on_next_line = false
+ij_java_prefer_longer_names = false
+ij_java_prefer_parameters_wrap = true
+ij_java_record_components_wrap = normal
+ij_java_repeat_synchronized = true
+ij_java_replace_instanceof_and_cast = false
+ij_java_replace_null_check = true
+ij_java_replace_sum_lambda_with_method_ref = true
+ij_java_resource_list_new_line_after_left_paren = false
+ij_java_resource_list_right_paren_on_new_line = false
+ij_java_resource_list_wrap = off
+ij_java_rparen_on_new_line_in_record_header = false
+ij_java_space_after_closing_angle_bracket_in_type_argument = false
+ij_java_space_after_colon = true
+ij_java_space_after_comma = true
+ij_java_space_after_comma_in_type_arguments = true
+ij_java_space_after_for_semicolon = true
+ij_java_space_after_quest = true
+ij_java_space_after_type_cast = true
+ij_java_space_before_annotation_array_initializer_left_brace = false
+ij_java_space_before_annotation_parameter_list = false
+ij_java_space_before_array_initializer_left_brace = false
+ij_java_space_before_catch_keyword = true
+ij_java_space_before_catch_left_brace = true
+ij_java_space_before_catch_parentheses = true
+ij_java_space_before_class_left_brace = true
+ij_java_space_before_colon = true
+ij_java_space_before_colon_in_foreach = true
+ij_java_space_before_comma = false
+ij_java_space_before_do_left_brace = true
+ij_java_space_before_else_keyword = true
+ij_java_space_before_else_left_brace = true
+ij_java_space_before_finally_keyword = true
+ij_java_space_before_finally_left_brace = true
+ij_java_space_before_for_left_brace = true
+ij_java_space_before_for_parentheses = true
+ij_java_space_before_for_semicolon = false
+ij_java_space_before_if_left_brace = true
+ij_java_space_before_if_parentheses = true
+ij_java_space_before_method_call_parentheses = false
+ij_java_space_before_method_left_brace = true
+ij_java_space_before_method_parentheses = false
+ij_java_space_before_opening_angle_bracket_in_type_parameter = false
+ij_java_space_before_quest = true
+ij_java_space_before_switch_left_brace = true
+ij_java_space_before_switch_parentheses = true
+ij_java_space_before_synchronized_left_brace = true
+ij_java_space_before_synchronized_parentheses = true
+ij_java_space_before_try_left_brace = true
+ij_java_space_before_try_parentheses = true
+ij_java_space_before_type_parameter_list = false
+ij_java_space_before_while_keyword = true
+ij_java_space_before_while_left_brace = true
+ij_java_space_before_while_parentheses = true
+ij_java_space_inside_one_line_enum_braces = false
+ij_java_space_within_empty_array_initializer_braces = false
+ij_java_space_within_empty_method_call_parentheses = false
+ij_java_space_within_empty_method_parentheses = false
+ij_java_spaces_around_additive_operators = true
+ij_java_spaces_around_assignment_operators = true
+ij_java_spaces_around_bitwise_operators = true
+ij_java_spaces_around_equality_operators = true
+ij_java_spaces_around_lambda_arrow = true
+ij_java_spaces_around_logical_operators = true
+ij_java_spaces_around_method_ref_dbl_colon = false
+ij_java_spaces_around_multiplicative_operators = true
+ij_java_spaces_around_relational_operators = true
+ij_java_spaces_around_shift_operators = true
+ij_java_spaces_around_type_bounds_in_type_parameters = true
+ij_java_spaces_around_unary_operator = false
+ij_java_spaces_within_angle_brackets = false
+ij_java_spaces_within_annotation_parentheses = false
+ij_java_spaces_within_array_initializer_braces = false
+ij_java_spaces_within_braces = false
+ij_java_spaces_within_brackets = false
+ij_java_spaces_within_cast_parentheses = false
+ij_java_spaces_within_catch_parentheses = false
+ij_java_spaces_within_for_parentheses = false
+ij_java_spaces_within_if_parentheses = false
+ij_java_spaces_within_method_call_parentheses = false
+ij_java_spaces_within_method_parentheses = false
+ij_java_spaces_within_parentheses = false
+ij_java_spaces_within_switch_parentheses = false
+ij_java_spaces_within_synchronized_parentheses = false
+ij_java_spaces_within_try_parentheses = false
+ij_java_spaces_within_while_parentheses = false
+ij_java_special_else_if_treatment = true
+ij_java_subclass_name_suffix = Impl
+ij_java_ternary_operation_signs_on_next_line = true
+ij_java_ternary_operation_wrap = on_every_item
+ij_java_test_name_suffix = Test
+ij_java_throws_keyword_wrap = off
+ij_java_throws_list_wrap = normal
+ij_java_use_external_annotations = false
+ij_java_use_fq_class_names = false
+ij_java_use_relative_indents = false
+ij_java_use_single_class_imports = true
+ij_java_variable_annotation_wrap = off
+ij_java_visibility = public
+ij_java_while_brace_force = always
+ij_java_while_on_new_line = false
+ij_java_wrap_comments = false
+ij_java_wrap_first_method_in_call_chain = true
+ij_java_wrap_long_lines = false
+
+[*.nbtt]
+max_line_length = 150
+ij_continuation_indent_size = 4
+ij_nbtt_keep_indents_on_empty_lines = false
+ij_nbtt_space_after_colon = true
+ij_nbtt_space_after_comma = true
+ij_nbtt_space_before_colon = true
+ij_nbtt_space_before_comma = false
+ij_nbtt_spaces_within_brackets = false
+ij_nbtt_spaces_within_parentheses = false
+
+[*.properties]
+ij_properties_align_group_field_declarations = false
+ij_properties_keep_blank_lines = false
+ij_properties_key_value_delimiter = equals
+ij_properties_spaces_around_key_value_delimiter = false
+
+[*.sass]
+indent_size = 2
+ij_sass_align_closing_brace_with_properties = false
+ij_sass_blank_lines_around_nested_selector = 1
+ij_sass_blank_lines_between_blocks = 1
+ij_sass_brace_placement = 0
+ij_sass_enforce_quotes_on_format = false
+ij_sass_hex_color_long_format = false
+ij_sass_hex_color_lower_case = false
+ij_sass_hex_color_short_format = false
+ij_sass_hex_color_upper_case = false
+ij_sass_keep_blank_lines_in_code = 2
+ij_sass_keep_indents_on_empty_lines = false
+ij_sass_keep_single_line_blocks = false
+ij_sass_properties_order = font, font-family, font-size, font-weight, font-style, font-variant, font-size-adjust, font-stretch, line-height, position, z-index, top, right, bottom, left, display, visibility, float, clear, overflow, overflow-x, overflow-y, clip, zoom, align-content, align-items, align-self, flex, flex-flow, flex-basis, flex-direction, flex-grow, flex-shrink, flex-wrap, justify-content, order, box-sizing, width, min-width, max-width, height, min-height, max-height, margin, margin-top, margin-right, margin-bottom, margin-left, padding, padding-top, padding-right, padding-bottom, padding-left, table-layout, empty-cells, caption-side, border-spacing, border-collapse, list-style, list-style-position, list-style-type, list-style-image, content, quotes, counter-reset, counter-increment, resize, cursor, user-select, nav-index, nav-up, nav-right, nav-down, nav-left, transition, transition-delay, transition-timing-function, transition-duration, transition-property, transform, transform-origin, animation, animation-name, animation-duration, animation-play-state, animation-timing-function, animation-delay, animation-iteration-count, animation-direction, text-align, text-align-last, vertical-align, white-space, text-decoration, text-emphasis, text-emphasis-color, text-emphasis-style, text-emphasis-position, text-indent, text-justify, letter-spacing, word-spacing, text-outline, text-transform, text-wrap, text-overflow, text-overflow-ellipsis, text-overflow-mode, word-wrap, word-break, tab-size, hyphens, pointer-events, opacity, color, border, border-width, border-style, border-color, border-top, border-top-width, border-top-style, border-top-color, border-right, border-right-width, border-right-style, border-right-color, border-bottom, border-bottom-width, border-bottom-style, border-bottom-color, border-left, border-left-width, border-left-style, border-left-color, border-radius, border-top-left-radius, border-top-right-radius, border-bottom-right-radius, border-bottom-left-radius, border-image, border-image-source, border-image-slice, border-image-width, border-image-outset, border-image-repeat, outline, outline-width, outline-style, outline-color, outline-offset, background, background-color, background-image, background-repeat, background-attachment, background-position, background-position-x, background-position-y, background-clip, background-origin, background-size, box-decoration-break, box-shadow, text-shadow
+ij_sass_space_after_colon = true
+ij_sass_space_before_opening_brace = true
+ij_sass_use_double_quotes = true
+ij_sass_value_alignment = 0
+
+[*.scss]
+indent_size = 2
+ij_scss_align_closing_brace_with_properties = false
+ij_scss_blank_lines_around_nested_selector = 1
+ij_scss_blank_lines_between_blocks = 1
+ij_scss_brace_placement = 0
+ij_scss_enforce_quotes_on_format = false
+ij_scss_hex_color_long_format = false
+ij_scss_hex_color_lower_case = false
+ij_scss_hex_color_short_format = false
+ij_scss_hex_color_upper_case = false
+ij_scss_keep_blank_lines_in_code = 2
+ij_scss_keep_indents_on_empty_lines = false
+ij_scss_keep_single_line_blocks = false
+ij_scss_properties_order = font, font-family, font-size, font-weight, font-style, font-variant, font-size-adjust, font-stretch, line-height, position, z-index, top, right, bottom, left, display, visibility, float, clear, overflow, overflow-x, overflow-y, clip, zoom, align-content, align-items, align-self, flex, flex-flow, flex-basis, flex-direction, flex-grow, flex-shrink, flex-wrap, justify-content, order, box-sizing, width, min-width, max-width, height, min-height, max-height, margin, margin-top, margin-right, margin-bottom, margin-left, padding, padding-top, padding-right, padding-bottom, padding-left, table-layout, empty-cells, caption-side, border-spacing, border-collapse, list-style, list-style-position, list-style-type, list-style-image, content, quotes, counter-reset, counter-increment, resize, cursor, user-select, nav-index, nav-up, nav-right, nav-down, nav-left, transition, transition-delay, transition-timing-function, transition-duration, transition-property, transform, transform-origin, animation, animation-name, animation-duration, animation-play-state, animation-timing-function, animation-delay, animation-iteration-count, animation-direction, text-align, text-align-last, vertical-align, white-space, text-decoration, text-emphasis, text-emphasis-color, text-emphasis-style, text-emphasis-position, text-indent, text-justify, letter-spacing, word-spacing, text-outline, text-transform, text-wrap, text-overflow, text-overflow-ellipsis, text-overflow-mode, word-wrap, word-break, tab-size, hyphens, pointer-events, opacity, color, border, border-width, border-style, border-color, border-top, border-top-width, border-top-style, border-top-color, border-right, border-right-width, border-right-style, border-right-color, border-bottom, border-bottom-width, border-bottom-style, border-bottom-color, border-left, border-left-width, border-left-style, border-left-color, border-radius, border-top-left-radius, border-top-right-radius, border-bottom-right-radius, border-bottom-left-radius, border-image, border-image-source, border-image-slice, border-image-width, border-image-outset, border-image-repeat, outline, outline-width, outline-style, outline-color, outline-offset, background, background-color, background-image, background-repeat, background-attachment, background-position, background-position-x, background-position-y, background-clip, background-origin, background-size, box-decoration-break, box-shadow, text-shadow
+ij_scss_space_after_colon = true
+ij_scss_space_before_opening_brace = true
+ij_scss_use_double_quotes = true
+ij_scss_value_alignment = 0
+
+[.editorconfig]
+ij_editorconfig_align_group_field_declarations = false
+ij_editorconfig_space_after_colon = false
+ij_editorconfig_space_after_comma = true
+ij_editorconfig_space_before_colon = false
+ij_editorconfig_space_before_comma = false
+ij_editorconfig_spaces_around_assignment_operators = true
+
+[{*.ant, *.fxml, *.jhm, *.jnlp, *.jrxml, *.pom, *.rng, *.tld, *.wsdl, *.xml, *.xsd, *.xsl, *.xslt, *.xul}]
+ij_xml_align_attributes = true
+ij_xml_align_text = false
+ij_xml_attribute_wrap = normal
+ij_xml_block_comment_at_first_column = true
+ij_xml_keep_blank_lines = 2
+ij_xml_keep_indents_on_empty_lines = false
+ij_xml_keep_line_breaks = true
+ij_xml_keep_line_breaks_in_text = true
+ij_xml_keep_whitespaces = false
+ij_xml_keep_whitespaces_around_cdata = preserve
+ij_xml_keep_whitespaces_inside_cdata = false
+ij_xml_line_comment_at_first_column = true
+ij_xml_space_after_tag_name = false
+ij_xml_space_around_equals_in_attribute = false
+ij_xml_space_inside_empty_tag = false
+ij_xml_text_wrap = normal
+
+[{*.ats, *.ts}]
+ij_continuation_indent_size = 4
+ij_typescript_align_imports = false
+ij_typescript_align_multiline_array_initializer_expression = false
+ij_typescript_align_multiline_binary_operation = false
+ij_typescript_align_multiline_chained_methods = false
+ij_typescript_align_multiline_extends_list = false
+ij_typescript_align_multiline_for = true
+ij_typescript_align_multiline_parameters = true
+ij_typescript_align_multiline_parameters_in_calls = false
+ij_typescript_align_multiline_ternary_operation = false
+ij_typescript_align_object_properties = 0
+ij_typescript_align_union_types = false
+ij_typescript_align_var_statements = 0
+ij_typescript_array_initializer_new_line_after_left_brace = false
+ij_typescript_array_initializer_right_brace_on_new_line = false
+ij_typescript_array_initializer_wrap = off
+ij_typescript_assignment_wrap = off
+ij_typescript_binary_operation_sign_on_next_line = false
+ij_typescript_binary_operation_wrap = off
+ij_typescript_blacklist_imports = rxjs/Rx, node_modules/**, **/node_modules/**, @angular/material, @angular/material/typings/**
+ij_typescript_blank_lines_after_imports = 1
+ij_typescript_blank_lines_around_class = 1
+ij_typescript_blank_lines_around_field = 0
+ij_typescript_blank_lines_around_field_in_interface = 0
+ij_typescript_blank_lines_around_function = 1
+ij_typescript_blank_lines_around_method = 1
+ij_typescript_blank_lines_around_method_in_interface = 1
+ij_typescript_block_brace_style = end_of_line
+ij_typescript_call_parameters_new_line_after_left_paren = false
+ij_typescript_call_parameters_right_paren_on_new_line = false
+ij_typescript_call_parameters_wrap = off
+ij_typescript_catch_on_new_line = false
+ij_typescript_chained_call_dot_on_new_line = true
+ij_typescript_class_brace_style = end_of_line
+ij_typescript_comma_on_new_line = false
+ij_typescript_do_while_brace_force = never
+ij_typescript_else_on_new_line = false
+ij_typescript_enforce_trailing_comma = keep
+ij_typescript_extends_keyword_wrap = off
+ij_typescript_extends_list_wrap = off
+ij_typescript_field_prefix = _
+ij_typescript_file_name_style = relaxed
+ij_typescript_finally_on_new_line = false
+ij_typescript_for_brace_force = never
+ij_typescript_for_statement_new_line_after_left_paren = false
+ij_typescript_for_statement_right_paren_on_new_line = false
+ij_typescript_for_statement_wrap = off
+ij_typescript_force_quote_style = false
+ij_typescript_force_semicolon_style = false
+ij_typescript_function_expression_brace_style = end_of_line
+ij_typescript_if_brace_force = never
+ij_typescript_import_merge_members = global
+ij_typescript_import_prefer_absolute_path = global
+ij_typescript_import_sort_members = true
+ij_typescript_import_sort_module_name = false
+ij_typescript_import_use_node_resolution = true
+ij_typescript_imports_wrap = on_every_item
+ij_typescript_indent_case_from_switch = true
+ij_typescript_indent_chained_calls = true
+ij_typescript_indent_package_children = 0
+ij_typescript_jsdoc_include_types = false
+ij_typescript_jsx_attribute_value = braces
+ij_typescript_keep_blank_lines_in_code = 2
+ij_typescript_keep_first_column_comment = true
+ij_typescript_keep_indents_on_empty_lines = false
+ij_typescript_keep_line_breaks = true
+ij_typescript_keep_simple_blocks_in_one_line = false
+ij_typescript_keep_simple_methods_in_one_line = false
+ij_typescript_line_comment_add_space = true
+ij_typescript_line_comment_at_first_column = false
+ij_typescript_method_brace_style = end_of_line
+ij_typescript_method_call_chain_wrap = off
+ij_typescript_method_parameters_new_line_after_left_paren = false
+ij_typescript_method_parameters_right_paren_on_new_line = false
+ij_typescript_method_parameters_wrap = off
+ij_typescript_object_literal_wrap = on_every_item
+ij_typescript_parentheses_expression_new_line_after_left_paren = false
+ij_typescript_parentheses_expression_right_paren_on_new_line = false
+ij_typescript_place_assignment_sign_on_next_line = false
+ij_typescript_prefer_as_type_cast = false
+ij_typescript_prefer_explicit_types_function_expression_returns = false
+ij_typescript_prefer_explicit_types_function_returns = false
+ij_typescript_prefer_explicit_types_vars_fields = false
+ij_typescript_prefer_parameters_wrap = false
+ij_typescript_reformat_c_style_comments = false
+ij_typescript_space_after_colon = true
+ij_typescript_space_after_comma = true
+ij_typescript_space_after_dots_in_rest_parameter = false
+ij_typescript_space_after_generator_mult = true
+ij_typescript_space_after_property_colon = true
+ij_typescript_space_after_quest = true
+ij_typescript_space_after_type_colon = true
+ij_typescript_space_after_unary_not = false
+ij_typescript_space_before_async_arrow_lparen = true
+ij_typescript_space_before_catch_keyword = true
+ij_typescript_space_before_catch_left_brace = true
+ij_typescript_space_before_catch_parentheses = true
+ij_typescript_space_before_class_lbrace = true
+ij_typescript_space_before_class_left_brace = true
+ij_typescript_space_before_colon = true
+ij_typescript_space_before_comma = false
+ij_typescript_space_before_do_left_brace = true
+ij_typescript_space_before_else_keyword = true
+ij_typescript_space_before_else_left_brace = true
+ij_typescript_space_before_finally_keyword = true
+ij_typescript_space_before_finally_left_brace = true
+ij_typescript_space_before_for_left_brace = true
+ij_typescript_space_before_for_parentheses = true
+ij_typescript_space_before_for_semicolon = false
+ij_typescript_space_before_function_left_parenth = true
+ij_typescript_space_before_generator_mult = false
+ij_typescript_space_before_if_left_brace = true
+ij_typescript_space_before_if_parentheses = true
+ij_typescript_space_before_method_call_parentheses = false
+ij_typescript_space_before_method_left_brace = true
+ij_typescript_space_before_method_parentheses = false
+ij_typescript_space_before_property_colon = false
+ij_typescript_space_before_quest = true
+ij_typescript_space_before_switch_left_brace = true
+ij_typescript_space_before_switch_parentheses = true
+ij_typescript_space_before_try_left_brace = true
+ij_typescript_space_before_type_colon = false
+ij_typescript_space_before_unary_not = false
+ij_typescript_space_before_while_keyword = true
+ij_typescript_space_before_while_left_brace = true
+ij_typescript_space_before_while_parentheses = true
+ij_typescript_spaces_around_additive_operators = true
+ij_typescript_spaces_around_arrow_function_operator = true
+ij_typescript_spaces_around_assignment_operators = true
+ij_typescript_spaces_around_bitwise_operators = true
+ij_typescript_spaces_around_equality_operators = true
+ij_typescript_spaces_around_logical_operators = true
+ij_typescript_spaces_around_multiplicative_operators = true
+ij_typescript_spaces_around_relational_operators = true
+ij_typescript_spaces_around_shift_operators = true
+ij_typescript_spaces_around_unary_operator = false
+ij_typescript_spaces_within_array_initializer_brackets = false
+ij_typescript_spaces_within_brackets = false
+ij_typescript_spaces_within_catch_parentheses = false
+ij_typescript_spaces_within_for_parentheses = false
+ij_typescript_spaces_within_if_parentheses = false
+ij_typescript_spaces_within_imports = false
+ij_typescript_spaces_within_interpolation_expressions = false
+ij_typescript_spaces_within_method_call_parentheses = false
+ij_typescript_spaces_within_method_parentheses = false
+ij_typescript_spaces_within_object_literal_braces = false
+ij_typescript_spaces_within_object_type_braces = true
+ij_typescript_spaces_within_parentheses = false
+ij_typescript_spaces_within_switch_parentheses = false
+ij_typescript_spaces_within_type_assertion = false
+ij_typescript_spaces_within_union_types = true
+ij_typescript_spaces_within_while_parentheses = false
+ij_typescript_special_else_if_treatment = true
+ij_typescript_ternary_operation_signs_on_next_line = false
+ij_typescript_ternary_operation_wrap = off
+ij_typescript_union_types_wrap = on_every_item
+ij_typescript_use_chained_calls_group_indents = false
+ij_typescript_use_double_quotes = true
+ij_typescript_use_explicit_js_extension = global
+ij_typescript_use_path_mapping = always
+ij_typescript_use_public_modifier = false
+ij_typescript_use_semicolon_after_statement = true
+ij_typescript_var_declaration_wrap = normal
+ij_typescript_while_brace_force = never
+ij_typescript_while_on_new_line = false
+ij_typescript_wrap_comments = false
+
+[{*.bash, *.sh, *.zsh}]
+indent_size = 2
+tab_width = 2
+ij_shell_binary_ops_start_line = false
+ij_shell_keep_column_alignment_padding = false
+ij_shell_minify_program = false
+ij_shell_redirect_followed_by_space = false
+ij_shell_switch_cases_indented = false
+
+[{*.cjs, *.js}]
+ij_continuation_indent_size = 4
+ij_javascript_align_imports = false
+ij_javascript_align_multiline_array_initializer_expression = false
+ij_javascript_align_multiline_binary_operation = false
+ij_javascript_align_multiline_chained_methods = false
+ij_javascript_align_multiline_extends_list = false
+ij_javascript_align_multiline_for = true
+ij_javascript_align_multiline_parameters = true
+ij_javascript_align_multiline_parameters_in_calls = false
+ij_javascript_align_multiline_ternary_operation = false
+ij_javascript_align_object_properties = 0
+ij_javascript_align_union_types = false
+ij_javascript_align_var_statements = 0
+ij_javascript_array_initializer_new_line_after_left_brace = false
+ij_javascript_array_initializer_right_brace_on_new_line = false
+ij_javascript_array_initializer_wrap = off
+ij_javascript_assignment_wrap = off
+ij_javascript_binary_operation_sign_on_next_line = false
+ij_javascript_binary_operation_wrap = off
+ij_javascript_blacklist_imports = rxjs/Rx, node_modules/**, **/node_modules/**, @angular/material, @angular/material/typings/**
+ij_javascript_blank_lines_after_imports = 1
+ij_javascript_blank_lines_around_class = 1
+ij_javascript_blank_lines_around_field = 0
+ij_javascript_blank_lines_around_function = 1
+ij_javascript_blank_lines_around_method = 1
+ij_javascript_block_brace_style = end_of_line
+ij_javascript_call_parameters_new_line_after_left_paren = false
+ij_javascript_call_parameters_right_paren_on_new_line = false
+ij_javascript_call_parameters_wrap = off
+ij_javascript_catch_on_new_line = false
+ij_javascript_chained_call_dot_on_new_line = true
+ij_javascript_class_brace_style = end_of_line
+ij_javascript_comma_on_new_line = false
+ij_javascript_do_while_brace_force = never
+ij_javascript_else_on_new_line = false
+ij_javascript_enforce_trailing_comma = keep
+ij_javascript_extends_keyword_wrap = off
+ij_javascript_extends_list_wrap = off
+ij_javascript_field_prefix = _
+ij_javascript_file_name_style = relaxed
+ij_javascript_finally_on_new_line = false
+ij_javascript_for_brace_force = never
+ij_javascript_for_statement_new_line_after_left_paren = false
+ij_javascript_for_statement_right_paren_on_new_line = false
+ij_javascript_for_statement_wrap = off
+ij_javascript_force_quote_style = false
+ij_javascript_force_semicolon_style = false
+ij_javascript_function_expression_brace_style = end_of_line
+ij_javascript_if_brace_force = never
+ij_javascript_import_merge_members = global
+ij_javascript_import_prefer_absolute_path = global
+ij_javascript_import_sort_members = true
+ij_javascript_import_sort_module_name = false
+ij_javascript_import_use_node_resolution = true
+ij_javascript_imports_wrap = on_every_item
+ij_javascript_indent_case_from_switch = true
+ij_javascript_indent_chained_calls = true
+ij_javascript_indent_package_children = 0
+ij_javascript_jsx_attribute_value = braces
+ij_javascript_keep_blank_lines_in_code = 2
+ij_javascript_keep_first_column_comment = true
+ij_javascript_keep_indents_on_empty_lines = false
+ij_javascript_keep_line_breaks = true
+ij_javascript_keep_simple_blocks_in_one_line = false
+ij_javascript_keep_simple_methods_in_one_line = false
+ij_javascript_line_comment_add_space = true
+ij_javascript_line_comment_at_first_column = false
+ij_javascript_method_brace_style = end_of_line
+ij_javascript_method_call_chain_wrap = off
+ij_javascript_method_parameters_new_line_after_left_paren = false
+ij_javascript_method_parameters_right_paren_on_new_line = false
+ij_javascript_method_parameters_wrap = off
+ij_javascript_object_literal_wrap = on_every_item
+ij_javascript_parentheses_expression_new_line_after_left_paren = false
+ij_javascript_parentheses_expression_right_paren_on_new_line = false
+ij_javascript_place_assignment_sign_on_next_line = false
+ij_javascript_prefer_as_type_cast = false
+ij_javascript_prefer_explicit_types_function_expression_returns = false
+ij_javascript_prefer_explicit_types_function_returns = false
+ij_javascript_prefer_explicit_types_vars_fields = false
+ij_javascript_prefer_parameters_wrap = false
+ij_javascript_reformat_c_style_comments = false
+ij_javascript_space_after_colon = true
+ij_javascript_space_after_comma = true
+ij_javascript_space_after_dots_in_rest_parameter = false
+ij_javascript_space_after_generator_mult = true
+ij_javascript_space_after_property_colon = true
+ij_javascript_space_after_quest = true
+ij_javascript_space_after_type_colon = true
+ij_javascript_space_after_unary_not = false
+ij_javascript_space_before_async_arrow_lparen = true
+ij_javascript_space_before_catch_keyword = true
+ij_javascript_space_before_catch_left_brace = true
+ij_javascript_space_before_catch_parentheses = true
+ij_javascript_space_before_class_lbrace = true
+ij_javascript_space_before_class_left_brace = true
+ij_javascript_space_before_colon = true
+ij_javascript_space_before_comma = false
+ij_javascript_space_before_do_left_brace = true
+ij_javascript_space_before_else_keyword = true
+ij_javascript_space_before_else_left_brace = true
+ij_javascript_space_before_finally_keyword = true
+ij_javascript_space_before_finally_left_brace = true
+ij_javascript_space_before_for_left_brace = true
+ij_javascript_space_before_for_parentheses = true
+ij_javascript_space_before_for_semicolon = false
+ij_javascript_space_before_function_left_parenth = true
+ij_javascript_space_before_generator_mult = false
+ij_javascript_space_before_if_left_brace = true
+ij_javascript_space_before_if_parentheses = true
+ij_javascript_space_before_method_call_parentheses = false
+ij_javascript_space_before_method_left_brace = true
+ij_javascript_space_before_method_parentheses = false
+ij_javascript_space_before_property_colon = false
+ij_javascript_space_before_quest = true
+ij_javascript_space_before_switch_left_brace = true
+ij_javascript_space_before_switch_parentheses = true
+ij_javascript_space_before_try_left_brace = true
+ij_javascript_space_before_type_colon = false
+ij_javascript_space_before_unary_not = false
+ij_javascript_space_before_while_keyword = true
+ij_javascript_space_before_while_left_brace = true
+ij_javascript_space_before_while_parentheses = true
+ij_javascript_spaces_around_additive_operators = true
+ij_javascript_spaces_around_arrow_function_operator = true
+ij_javascript_spaces_around_assignment_operators = true
+ij_javascript_spaces_around_bitwise_operators = true
+ij_javascript_spaces_around_equality_operators = true
+ij_javascript_spaces_around_logical_operators = true
+ij_javascript_spaces_around_multiplicative_operators = true
+ij_javascript_spaces_around_relational_operators = true
+ij_javascript_spaces_around_shift_operators = true
+ij_javascript_spaces_around_unary_operator = false
+ij_javascript_spaces_within_array_initializer_brackets = false
+ij_javascript_spaces_within_brackets = false
+ij_javascript_spaces_within_catch_parentheses = false
+ij_javascript_spaces_within_for_parentheses = false
+ij_javascript_spaces_within_if_parentheses = false
+ij_javascript_spaces_within_imports = false
+ij_javascript_spaces_within_interpolation_expressions = false
+ij_javascript_spaces_within_method_call_parentheses = false
+ij_javascript_spaces_within_method_parentheses = false
+ij_javascript_spaces_within_object_literal_braces = false
+ij_javascript_spaces_within_object_type_braces = true
+ij_javascript_spaces_within_parentheses = false
+ij_javascript_spaces_within_switch_parentheses = false
+ij_javascript_spaces_within_type_assertion = false
+ij_javascript_spaces_within_union_types = true
+ij_javascript_spaces_within_while_parentheses = false
+ij_javascript_special_else_if_treatment = true
+ij_javascript_ternary_operation_signs_on_next_line = false
+ij_javascript_ternary_operation_wrap = off
+ij_javascript_union_types_wrap = on_every_item
+ij_javascript_use_chained_calls_group_indents = false
+ij_javascript_use_double_quotes = true
+ij_javascript_use_explicit_js_extension = global
+ij_javascript_use_path_mapping = always
+ij_javascript_use_public_modifier = false
+ij_javascript_use_semicolon_after_statement = true
+ij_javascript_var_declaration_wrap = normal
+ij_javascript_while_brace_force = never
+ij_javascript_while_on_new_line = false
+ij_javascript_wrap_comments = false
+
+[{*.ft, *.vm, *.vsl}]
+ij_vtl_keep_indents_on_empty_lines = false
+
+[{*.gant, *.gradle, *.groovy, *.gy}]
+ij_groovy_align_group_field_declarations = false
+ij_groovy_align_multiline_array_initializer_expression = false
+ij_groovy_align_multiline_assignment = false
+ij_groovy_align_multiline_binary_operation = false
+ij_groovy_align_multiline_chained_methods = false
+ij_groovy_align_multiline_extends_list = false
+ij_groovy_align_multiline_for = true
+ij_groovy_align_multiline_list_or_map = true
+ij_groovy_align_multiline_method_parentheses = false
+ij_groovy_align_multiline_parameters = true
+ij_groovy_align_multiline_parameters_in_calls = false
+ij_groovy_align_multiline_resources = true
+ij_groovy_align_multiline_ternary_operation = false
+ij_groovy_align_multiline_throws_list = false
+ij_groovy_align_named_args_in_map = true
+ij_groovy_align_throws_keyword = false
+ij_groovy_array_initializer_new_line_after_left_brace = false
+ij_groovy_array_initializer_right_brace_on_new_line = false
+ij_groovy_array_initializer_wrap = off
+ij_groovy_assert_statement_wrap = off
+ij_groovy_assignment_wrap = off
+ij_groovy_binary_operation_wrap = off
+ij_groovy_blank_lines_after_class_header = 0
+ij_groovy_blank_lines_after_imports = 1
+ij_groovy_blank_lines_after_package = 1
+ij_groovy_blank_lines_around_class = 1
+ij_groovy_blank_lines_around_field = 0
+ij_groovy_blank_lines_around_field_in_interface = 0
+ij_groovy_blank_lines_around_method = 1
+ij_groovy_blank_lines_around_method_in_interface = 1
+ij_groovy_blank_lines_before_imports = 1
+ij_groovy_blank_lines_before_method_body = 0
+ij_groovy_blank_lines_before_package = 0
+ij_groovy_block_brace_style = end_of_line
+ij_groovy_block_comment_at_first_column = true
+ij_groovy_call_parameters_new_line_after_left_paren = false
+ij_groovy_call_parameters_right_paren_on_new_line = false
+ij_groovy_call_parameters_wrap = off
+ij_groovy_catch_on_new_line = false
+ij_groovy_class_annotation_wrap = split_into_lines
+ij_groovy_class_brace_style = end_of_line
+ij_groovy_class_count_to_use_import_on_demand = 5
+ij_groovy_do_while_brace_force = never
+ij_groovy_else_on_new_line = false
+ij_groovy_enum_constants_wrap = off
+ij_groovy_extends_keyword_wrap = off
+ij_groovy_extends_list_wrap = off
+ij_groovy_field_annotation_wrap = split_into_lines
+ij_groovy_finally_on_new_line = false
+ij_groovy_for_brace_force = never
+ij_groovy_for_statement_new_line_after_left_paren = false
+ij_groovy_for_statement_right_paren_on_new_line = false
+ij_groovy_for_statement_wrap = off
+ij_groovy_if_brace_force = never
+ij_groovy_import_annotation_wrap = 2
+ij_groovy_imports_layout = *, |, javax.**, java.**, |, $*
+ij_groovy_indent_case_from_switch = true
+ij_groovy_indent_label_blocks = true
+ij_groovy_insert_inner_class_imports = false
+ij_groovy_keep_blank_lines_before_right_brace = 2
+ij_groovy_keep_blank_lines_in_code = 2
+ij_groovy_keep_blank_lines_in_declarations = 2
+ij_groovy_keep_control_statement_in_one_line = true
+ij_groovy_keep_first_column_comment = true
+ij_groovy_keep_indents_on_empty_lines = false
+ij_groovy_keep_line_breaks = true
+ij_groovy_keep_multiple_expressions_in_one_line = false
+ij_groovy_keep_simple_blocks_in_one_line = false
+ij_groovy_keep_simple_classes_in_one_line = true
+ij_groovy_keep_simple_lambdas_in_one_line = true
+ij_groovy_keep_simple_methods_in_one_line = true
+ij_groovy_label_indent_absolute = false
+ij_groovy_label_indent_size = 0
+ij_groovy_lambda_brace_style = end_of_line
+ij_groovy_layout_static_imports_separately = true
+ij_groovy_line_comment_add_space = false
+ij_groovy_line_comment_at_first_column = true
+ij_groovy_method_annotation_wrap = split_into_lines
+ij_groovy_method_brace_style = end_of_line
+ij_groovy_method_call_chain_wrap = off
+ij_groovy_method_parameters_new_line_after_left_paren = false
+ij_groovy_method_parameters_right_paren_on_new_line = false
+ij_groovy_method_parameters_wrap = off
+ij_groovy_modifier_list_wrap = false
+ij_groovy_names_count_to_use_import_on_demand = 3
+ij_groovy_parameter_annotation_wrap = off
+ij_groovy_parentheses_expression_new_line_after_left_paren = false
+ij_groovy_parentheses_expression_right_paren_on_new_line = false
+ij_groovy_prefer_parameters_wrap = false
+ij_groovy_resource_list_new_line_after_left_paren = false
+ij_groovy_resource_list_right_paren_on_new_line = false
+ij_groovy_resource_list_wrap = off
+ij_groovy_space_after_assert_separator = true
+ij_groovy_space_after_colon = true
+ij_groovy_space_after_comma = true
+ij_groovy_space_after_comma_in_type_arguments = true
+ij_groovy_space_after_for_semicolon = true
+ij_groovy_space_after_quest = true
+ij_groovy_space_after_type_cast = true
+ij_groovy_space_before_annotation_parameter_list = false
+ij_groovy_space_before_array_initializer_left_brace = false
+ij_groovy_space_before_assert_separator = false
+ij_groovy_space_before_catch_keyword = true
+ij_groovy_space_before_catch_left_brace = true
+ij_groovy_space_before_catch_parentheses = true
+ij_groovy_space_before_class_left_brace = true
+ij_groovy_space_before_closure_left_brace = true
+ij_groovy_space_before_colon = true
+ij_groovy_space_before_comma = false
+ij_groovy_space_before_do_left_brace = true
+ij_groovy_space_before_else_keyword = true
+ij_groovy_space_before_else_left_brace = true
+ij_groovy_space_before_finally_keyword = true
+ij_groovy_space_before_finally_left_brace = true
+ij_groovy_space_before_for_left_brace = true
+ij_groovy_space_before_for_parentheses = true
+ij_groovy_space_before_for_semicolon = false
+ij_groovy_space_before_if_left_brace = true
+ij_groovy_space_before_if_parentheses = true
+ij_groovy_space_before_method_call_parentheses = false
+ij_groovy_space_before_method_left_brace = true
+ij_groovy_space_before_method_parentheses = false
+ij_groovy_space_before_quest = true
+ij_groovy_space_before_switch_left_brace = true
+ij_groovy_space_before_switch_parentheses = true
+ij_groovy_space_before_synchronized_left_brace = true
+ij_groovy_space_before_synchronized_parentheses = true
+ij_groovy_space_before_try_left_brace = true
+ij_groovy_space_before_try_parentheses = true
+ij_groovy_space_before_while_keyword = true
+ij_groovy_space_before_while_left_brace = true
+ij_groovy_space_before_while_parentheses = true
+ij_groovy_space_in_named_argument = true
+ij_groovy_space_in_named_argument_before_colon = false
+ij_groovy_space_within_empty_array_initializer_braces = false
+ij_groovy_space_within_empty_method_call_parentheses = false
+ij_groovy_spaces_around_additive_operators = true
+ij_groovy_spaces_around_assignment_operators = true
+ij_groovy_spaces_around_bitwise_operators = true
+ij_groovy_spaces_around_equality_operators = true
+ij_groovy_spaces_around_lambda_arrow = true
+ij_groovy_spaces_around_logical_operators = true
+ij_groovy_spaces_around_multiplicative_operators = true
+ij_groovy_spaces_around_regex_operators = true
+ij_groovy_spaces_around_relational_operators = true
+ij_groovy_spaces_around_shift_operators = true
+ij_groovy_spaces_within_annotation_parentheses = false
+ij_groovy_spaces_within_array_initializer_braces = false
+ij_groovy_spaces_within_braces = true
+ij_groovy_spaces_within_brackets = false
+ij_groovy_spaces_within_cast_parentheses = false
+ij_groovy_spaces_within_catch_parentheses = false
+ij_groovy_spaces_within_for_parentheses = false
+ij_groovy_spaces_within_gstring_injection_braces = false
+ij_groovy_spaces_within_if_parentheses = false
+ij_groovy_spaces_within_list_or_map = false
+ij_groovy_spaces_within_method_call_parentheses = false
+ij_groovy_spaces_within_method_parentheses = false
+ij_groovy_spaces_within_parentheses = false
+ij_groovy_spaces_within_switch_parentheses = false
+ij_groovy_spaces_within_synchronized_parentheses = false
+ij_groovy_spaces_within_try_parentheses = false
+ij_groovy_spaces_within_tuple_expression = false
+ij_groovy_spaces_within_while_parentheses = false
+ij_groovy_special_else_if_treatment = true
+ij_groovy_ternary_operation_wrap = off
+ij_groovy_throws_keyword_wrap = off
+ij_groovy_throws_list_wrap = off
+ij_groovy_use_flying_geese_braces = false
+ij_groovy_use_fq_class_names = false
+ij_groovy_use_fq_class_names_in_javadoc = true
+ij_groovy_use_relative_indents = false
+ij_groovy_use_single_class_imports = true
+ij_groovy_variable_annotation_wrap = off
+ij_groovy_while_brace_force = never
+ij_groovy_while_on_new_line = false
+ij_groovy_wrap_long_lines = false
+
+[{*.gradle.kts, *.kt, *.kts, *.main.kts}]
+ij_kotlin_align_in_columns_case_branch = false
+ij_kotlin_align_multiline_binary_operation = false
+ij_kotlin_align_multiline_extends_list = false
+ij_kotlin_align_multiline_method_parentheses = false
+ij_kotlin_align_multiline_parameters = true
+ij_kotlin_align_multiline_parameters_in_calls = false
+ij_kotlin_allow_trailing_comma = false
+ij_kotlin_allow_trailing_comma_on_call_site = false
+ij_kotlin_assignment_wrap = off
+ij_kotlin_blank_lines_after_class_header = 0
+ij_kotlin_blank_lines_around_block_when_branches = 0
+ij_kotlin_blank_lines_before_declaration_with_comment_or_annotation_on_separate_line = 1
+ij_kotlin_block_comment_at_first_column = true
+ij_kotlin_call_parameters_new_line_after_left_paren = false
+ij_kotlin_call_parameters_right_paren_on_new_line = false
+ij_kotlin_call_parameters_wrap = off
+ij_kotlin_catch_on_new_line = false
+ij_kotlin_class_annotation_wrap = split_into_lines
+ij_kotlin_continuation_indent_for_chained_calls = true
+ij_kotlin_continuation_indent_for_expression_bodies = true
+ij_kotlin_continuation_indent_in_argument_lists = true
+ij_kotlin_continuation_indent_in_elvis = true
+ij_kotlin_continuation_indent_in_if_conditions = true
+ij_kotlin_continuation_indent_in_parameter_lists = true
+ij_kotlin_continuation_indent_in_supertype_lists = true
+ij_kotlin_else_on_new_line = false
+ij_kotlin_enum_constants_wrap = off
+ij_kotlin_extends_list_wrap = off
+ij_kotlin_field_annotation_wrap = split_into_lines
+ij_kotlin_finally_on_new_line = false
+ij_kotlin_if_rparen_on_new_line = false
+ij_kotlin_import_nested_classes = false
+ij_kotlin_insert_whitespaces_in_simple_one_line_method = true
+ij_kotlin_keep_blank_lines_before_right_brace = 2
+ij_kotlin_keep_blank_lines_in_code = 2
+ij_kotlin_keep_blank_lines_in_declarations = 2
+ij_kotlin_keep_first_column_comment = true
+ij_kotlin_keep_indents_on_empty_lines = false
+ij_kotlin_keep_line_breaks = true
+ij_kotlin_lbrace_on_next_line = false
+ij_kotlin_line_comment_add_space = false
+ij_kotlin_line_comment_at_first_column = true
+ij_kotlin_method_annotation_wrap = split_into_lines
+ij_kotlin_method_call_chain_wrap = off
+ij_kotlin_method_parameters_new_line_after_left_paren = false
+ij_kotlin_method_parameters_right_paren_on_new_line = false
+ij_kotlin_method_parameters_wrap = off
+ij_kotlin_name_count_to_use_star_import = 5
+ij_kotlin_name_count_to_use_star_import_for_members = 3
+ij_kotlin_parameter_annotation_wrap = off
+ij_kotlin_space_after_comma = true
+ij_kotlin_space_after_extend_colon = true
+ij_kotlin_space_after_type_colon = true
+ij_kotlin_space_before_catch_parentheses = true
+ij_kotlin_space_before_comma = false
+ij_kotlin_space_before_extend_colon = true
+ij_kotlin_space_before_for_parentheses = true
+ij_kotlin_space_before_if_parentheses = true
+ij_kotlin_space_before_lambda_arrow = true
+ij_kotlin_space_before_type_colon = false
+ij_kotlin_space_before_when_parentheses = true
+ij_kotlin_space_before_while_parentheses = true
+ij_kotlin_spaces_around_additive_operators = true
+ij_kotlin_spaces_around_assignment_operators = true
+ij_kotlin_spaces_around_equality_operators = true
+ij_kotlin_spaces_around_function_type_arrow = true
+ij_kotlin_spaces_around_logical_operators = true
+ij_kotlin_spaces_around_multiplicative_operators = true
+ij_kotlin_spaces_around_range = false
+ij_kotlin_spaces_around_relational_operators = true
+ij_kotlin_spaces_around_unary_operator = false
+ij_kotlin_spaces_around_when_arrow = true
+ij_kotlin_variable_annotation_wrap = off
+ij_kotlin_while_on_new_line = false
+ij_kotlin_wrap_elvis_expressions = 1
+ij_kotlin_wrap_expression_body_functions = 0
+ij_kotlin_wrap_first_method_in_call_chain = false
+
+[{*.har, *.jsb2, *.jsb3, *.json, .babelrc, .eslintrc, .stylelintrc, bowerrc, jest.config, mcmod.info}]
+indent_size = 2
+ij_json_keep_blank_lines_in_code = 0
+ij_json_keep_indents_on_empty_lines = false
+ij_json_keep_line_breaks = true
+ij_json_space_after_colon = true
+ij_json_space_after_comma = true
+ij_json_space_before_colon = true
+ij_json_space_before_comma = false
+ij_json_spaces_within_braces = false
+ij_json_spaces_within_brackets = false
+ij_json_wrap_long_lines = false
+
+[{*.htm, *.html, *.sht, *.shtm, *.shtml}]
+ij_html_add_new_line_before_tags = body, div, p, form, h1, h2, h3
+ij_html_align_attributes = true
+ij_html_align_text = false
+ij_html_attribute_wrap = normal
+ij_html_block_comment_at_first_column = true
+ij_html_do_not_align_children_of_min_lines = 0
+ij_html_do_not_break_if_inline_tags = title, h1, h2, h3, h4, h5, h6, p
+ij_html_do_not_indent_children_of_tags = html, body, thead, tbody, tfoot
+ij_html_enforce_quotes = false
+ij_html_inline_tags = a, abbr, acronym, b, basefont, bdo, big, br, cite, cite, code, dfn, em, font, i, img, input, kbd, label, q, s, samp, select, small, span, strike, strong, sub, sup, textarea, tt, u, var
+ij_html_keep_blank_lines = 2
+ij_html_keep_indents_on_empty_lines = false
+ij_html_keep_line_breaks = true
+ij_html_keep_line_breaks_in_text = true
+ij_html_keep_whitespaces = false
+ij_html_keep_whitespaces_inside = span, pre, textarea
+ij_html_line_comment_at_first_column = true
+ij_html_new_line_after_last_attribute = never
+ij_html_new_line_before_first_attribute = never
+ij_html_quote_style = double
+ij_html_remove_new_line_before_tags = br
+ij_html_space_after_tag_name = false
+ij_html_space_around_equality_in_attribute = false
+ij_html_space_inside_empty_tag = false
+ij_html_text_wrap = normal
+ij_html_uniform_ident = false
+
+[{*.yaml, *.yml}]
+indent_size = 2
+ij_yaml_keep_indents_on_empty_lines = false
+ij_yaml_keep_line_breaks = true
+ij_yaml_space_before_colon = true
+ij_yaml_spaces_within_braces = true
+ij_yaml_spaces_within_brackets = true
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/BukkitPermissionAttachmentManager.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/BukkitPermissionAttachmentManager.java
index 19851ee65..651c56217 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/BukkitPermissionAttachmentManager.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/BukkitPermissionAttachmentManager.java
@@ -1,13 +1,13 @@
package com.fastasyncworldedit.bukkit;
-import javax.annotation.Nullable;
-import java.util.Map;
-import java.util.concurrent.ConcurrentHashMap;
-
import com.sk89q.worldedit.bukkit.WorldEditPlugin;
import org.bukkit.entity.Player;
import org.bukkit.permissions.PermissionAttachment;
+import javax.annotation.Nullable;
+import java.util.Map;
+import java.util.concurrent.ConcurrentHashMap;
+
public class BukkitPermissionAttachmentManager {
private final WorldEditPlugin plugin;
@@ -33,4 +33,5 @@ public class BukkitPermissionAttachmentManager {
p.removeAttachment(attach);
}
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/FaweBukkit.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/FaweBukkit.java
index 3b97d5140..b944b18b0 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/FaweBukkit.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/FaweBukkit.java
@@ -1,29 +1,27 @@
package com.fastasyncworldedit.bukkit;
-import com.fastasyncworldedit.bukkit.util.image.BukkitImageViewer;
-import com.fastasyncworldedit.core.FAWEPlatformAdapterImpl;
-import com.fastasyncworldedit.core.Fawe;
-import com.fastasyncworldedit.core.IFawe;
-import com.fastasyncworldedit.core.queue.implementation.preloader.AsyncPreloader;
-import com.fastasyncworldedit.core.queue.implementation.preloader.Preloader;
-import com.fastasyncworldedit.core.queue.implementation.QueueHandler;
import com.fastasyncworldedit.bukkit.adapter.BukkitQueueHandler;
import com.fastasyncworldedit.bukkit.adapter.NMSAdapter;
import com.fastasyncworldedit.bukkit.listener.BrushListener;
import com.fastasyncworldedit.bukkit.listener.ChunkListener9;
import com.fastasyncworldedit.bukkit.listener.RenderListener;
-import com.fastasyncworldedit.bukkit.regions.GriefPreventionFeature;
import com.fastasyncworldedit.bukkit.regions.GriefDefenderFeature;
+import com.fastasyncworldedit.bukkit.regions.GriefPreventionFeature;
import com.fastasyncworldedit.bukkit.regions.ResidenceFeature;
import com.fastasyncworldedit.bukkit.regions.TownyFeature;
import com.fastasyncworldedit.bukkit.regions.WorldGuardFeature;
import com.fastasyncworldedit.bukkit.util.BukkitTaskManager;
import com.fastasyncworldedit.bukkit.util.ItemUtil;
import com.fastasyncworldedit.bukkit.util.MinecraftVersion;
-//import com.fastasyncworldedit.bukkit.util.image.BukkitImageViewer;
+import com.fastasyncworldedit.bukkit.util.image.BukkitImageViewer;
+import com.fastasyncworldedit.core.FAWEPlatformAdapterImpl;
+import com.fastasyncworldedit.core.Fawe;
+import com.fastasyncworldedit.core.IFawe;
import com.fastasyncworldedit.core.configuration.Settings;
+import com.fastasyncworldedit.core.queue.implementation.QueueHandler;
+import com.fastasyncworldedit.core.queue.implementation.preloader.AsyncPreloader;
+import com.fastasyncworldedit.core.queue.implementation.preloader.Preloader;
import com.fastasyncworldedit.core.regions.FaweMaskManager;
-import com.fastasyncworldedit.core.util.ThirdPartyManager;
import com.fastasyncworldedit.core.util.TaskManager;
import com.fastasyncworldedit.core.util.WEManager;
import com.fastasyncworldedit.core.util.image.ImageViewer;
@@ -44,7 +42,6 @@ import org.bukkit.plugin.Plugin;
import org.bukkit.plugin.PluginManager;
import java.io.File;
-import java.io.FileOutputStream;
import java.util.ArrayList;
import java.util.Collection;
import java.util.UUID;
@@ -91,7 +88,7 @@ public class FaweBukkit implements IFawe, Listener {
TaskManager.IMP.task(() -> {
// Fix for ProtocolSupport
Settings.IMP.PROTOCOL_SUPPORT_FIX =
- Bukkit.getPluginManager().isPluginEnabled("ProtocolSupport");
+ Bukkit.getPluginManager().isPluginEnabled("ProtocolSupport");
// This class
Bukkit.getPluginManager().registerEvents(FaweBukkit.this, FaweBukkit.this.plugin);
@@ -101,7 +98,8 @@ public class FaweBukkit implements IFawe, Listener {
});
}
- @Override public QueueHandler getQueueHandler() {
+ @Override
+ public QueueHandler getQueueHandler() {
return new BukkitQueueHandler();
}
@@ -112,20 +110,12 @@ public class FaweBukkit implements IFawe, Listener {
PluginManager manager = Bukkit.getPluginManager();
if (manager.getPlugin("PacketListenerApi") == null) {
- File output = new File(plugin.getDataFolder().getParentFile(),
- "PacketListenerAPI_v3.7.6-SNAPSHOT.jar");
- byte[] jarData = ThirdPartyManager.PacketListenerAPI.download();
- try (FileOutputStream fos = new FileOutputStream(output)) {
- fos.write(jarData);
- }
+ LOGGER.error("PacketListener not found! Please install PacketListenerAPI v3.7.6 or above before attempting to " +
+ "complete image-related edits");
}
if (manager.getPlugin("MapManager") == null) {
- File output = new File(plugin.getDataFolder().getParentFile(),
- "MapManager_v1.7.8-SNAPSHOT.jar");
- byte[] jarData = ThirdPartyManager.MapManager.download();
- try (FileOutputStream fos = new FileOutputStream(output)) {
- fos.write(jarData);
- }
+ LOGGER.error("MapManager not found! Please install PacketListenerAPI v1.7.8 or above before attempting to " +
+ "complete image-related edits");
}
return new BukkitImageViewer(BukkitAdapter.adapt(player));
} catch (Throwable ignored) {
@@ -133,7 +123,8 @@ public class FaweBukkit implements IFawe, Listener {
return null;
}
- @Override public File getDirectory() {
+ @Override
+ public File getDirectory() {
return plugin.getDataFolder();
}
@@ -151,21 +142,22 @@ public class FaweBukkit implements IFawe, Listener {
return tmp;
}
- @Override public String getDebugInfo() {
+ @Override
+ public String getDebugInfo() {
StringBuilder msg = new StringBuilder();
Plugin[] plugins = Bukkit.getServer().getPluginManager().getPlugins();
msg.append("Server Version: ").append(Bukkit.getVersion()).append("\n");
msg.append("Plugins (").append(plugins.length).append("): \n");
for (Plugin p : plugins) {
msg.append(" - ").append(p.getName()).append(":").append("\n")
- .append(" • Version: ").append(p.getDescription().getVersion()).append("\n")
- .append(" • Enabled: ").append(p.isEnabled()).append("\n")
- .append(" • Main: ").append(p.getDescription().getMain()).append("\n")
- .append(" • Authors: ").append(p.getDescription().getAuthors()).append("\n")
- .append(" • Load Before: ").append(p.getDescription().getLoadBefore()).append("\n")
- .append(" • Dependencies: ").append(p.getDescription().getDepend()).append("\n")
- .append(" • Soft Dependencies: ").append(p.getDescription().getSoftDepend()).append("\n")
- .append(" • Provides: ").append(p.getDescription().getProvides()).append("\n");
+ .append(" • Version: ").append(p.getDescription().getVersion()).append("\n")
+ .append(" • Enabled: ").append(p.isEnabled()).append("\n")
+ .append(" • Main: ").append(p.getDescription().getMain()).append("\n")
+ .append(" • Authors: ").append(p.getDescription().getAuthors()).append("\n")
+ .append(" • Load Before: ").append(p.getDescription().getLoadBefore()).append("\n")
+ .append(" • Dependencies: ").append(p.getDescription().getDepend()).append("\n")
+ .append(" • Soft Dependencies: ").append(p.getDescription().getSoftDepend()).append("\n")
+ .append(" • Provides: ").append(p.getDescription().getProvides()).append("\n");
}
return msg.toString();
}
@@ -173,7 +165,8 @@ public class FaweBukkit implements IFawe, Listener {
/**
* The task manager handles sync/async tasks.
*/
- @Override public TaskManager getTaskManager() {
+ @Override
+ public TaskManager getTaskManager() {
return new BukkitTaskManager(plugin);
}
@@ -184,9 +177,10 @@ public class FaweBukkit implements IFawe, Listener {
/**
* A mask manager handles region restrictions e.g., PlotSquared plots / WorldGuard regions
*/
- @Override public Collection getMaskManagers() {
+ @Override
+ public Collection getMaskManagers() {
final Plugin worldguardPlugin =
- Bukkit.getServer().getPluginManager().getPlugin("WorldGuard");
+ Bukkit.getServer().getPluginManager().getPlugin("WorldGuard");
final ArrayList managers = new ArrayList<>();
if (worldguardPlugin != null && worldguardPlugin.isEnabled()) {
try {
@@ -212,7 +206,7 @@ public class FaweBukkit implements IFawe, Listener {
}
}
final Plugin griefpreventionPlugin =
- Bukkit.getServer().getPluginManager().getPlugin("GriefPrevention");
+ Bukkit.getServer().getPluginManager().getPlugin("GriefPrevention");
if (griefpreventionPlugin != null && griefpreventionPlugin.isEnabled()) {
try {
managers.add(new GriefPreventionFeature(griefpreventionPlugin));
@@ -259,26 +253,31 @@ public class FaweBukkit implements IFawe, Listener {
wePlayer.unregister();
}
- @Override public String getPlatform() {
+ @Override
+ public String getPlatform() {
return "Bukkit";
}
- @Override public UUID getUUID(String name) {
+ @Override
+ public UUID getUUID(String name) {
return Bukkit.getOfflinePlayer(name).getUniqueId();
}
- @Override public String getName(UUID uuid) {
+ @Override
+ public String getName(UUID uuid) {
return Bukkit.getOfflinePlayer(uuid).getName();
}
- @Override public Preloader getPreloader() {
+ @Override
+ public Preloader getPreloader() {
if (PaperLib.isPaper()) {
return new AsyncPreloader();
}
return null;
}
- @Override public boolean isChunksStretched() {
+ @Override
+ public boolean isChunksStretched() {
return chunksStretched;
}
@@ -295,11 +294,12 @@ public class FaweBukkit implements IFawe, Listener {
if (plotSquared.getClass().getPackage().toString().contains("intellectualsites")) {
WEManager.IMP.managers.add(new com.fastasyncworldedit.bukkit.regions.plotsquaredv4.PlotSquaredFeature());
LOGGER.info("Plugin 'PlotSquared' found. Using it now.");
- } else if (PlotSquared.get().getVersion().version[0] == 6){
+ } else if (PlotSquared.get().getVersion().version[0] == 6) {
WEManager.IMP.managers.add(new com.fastasyncworldedit.bukkit.regions.plotsquared.PlotSquaredFeature());
LOGGER.info("Plugin 'PlotSquared' found. Using it now.");
} else {
LOGGER.error("Incompatible version of PlotSquared found. Please use PlotSquared v6.");
}
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/BukkitQueueHandler.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/BukkitQueueHandler.java
index a843ec0d5..a0ce35035 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/BukkitQueueHandler.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/BukkitQueueHandler.java
@@ -1,8 +1,8 @@
package com.fastasyncworldedit.bukkit.adapter;
import co.aikar.timings.Timings;
-import com.fastasyncworldedit.core.queue.implementation.QueueHandler;
import com.fastasyncworldedit.bukkit.listener.ChunkListener;
+import com.fastasyncworldedit.core.queue.implementation.QueueHandler;
import com.sk89q.worldedit.internal.util.LogManagerCompat;
import org.apache.logging.log4j.Logger;
import org.spigotmc.AsyncCatcher;
@@ -17,6 +17,7 @@ public class BukkitQueueHandler extends QueueHandler {
private static boolean alertTimingsChange = true;
private static Method methodCheck;
+
static {
try {
methodCheck = Class.forName("co.aikar.timings.TimingsManager").getDeclaredMethod("recheckEnabled");
@@ -61,4 +62,5 @@ public class BukkitQueueHandler extends QueueHandler {
}
}
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/CachedBukkitAdapter.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/CachedBukkitAdapter.java
index 7d87748c0..f174b3a03 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/CachedBukkitAdapter.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/CachedBukkitAdapter.java
@@ -16,6 +16,7 @@ import java.util.List;
import static com.google.common.base.Preconditions.checkNotNull;
public abstract class CachedBukkitAdapter implements IBukkitAdapter {
+
private int[] itemTypes;
private int[] blockTypes;
@@ -98,4 +99,5 @@ public abstract class CachedBukkitAdapter implements IBukkitAdapter {
throw e;
}
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/DelegateLock.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/DelegateLock.java
index 239d451ab..da9c0ae3d 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/DelegateLock.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/DelegateLock.java
@@ -1,13 +1,14 @@
package com.fastasyncworldedit.bukkit.adapter;
+import javax.annotation.Nonnull;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.locks.Condition;
import java.util.concurrent.locks.Lock;
import java.util.concurrent.locks.ReentrantLock;
-import javax.annotation.Nonnull;
public class DelegateLock extends ReentrantLockWithGetOwner {
+
private final ReentrantLock parent;
private volatile boolean modified;
private final AtomicInteger count;
@@ -106,4 +107,5 @@ public class DelegateLock extends ReentrantLockWithGetOwner {
public synchronized String toString() {
return parent.toString();
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/DelegateSemaphore.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/DelegateSemaphore.java
index 50637d788..87cdf2d1d 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/DelegateSemaphore.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/DelegateSemaphore.java
@@ -3,6 +3,7 @@ package com.fastasyncworldedit.bukkit.adapter;
import java.util.concurrent.Semaphore;
public class DelegateSemaphore extends Semaphore {
+
private final Semaphore delegate;
public DelegateSemaphore(int permits, Semaphore delegate) {
@@ -30,4 +31,5 @@ public class DelegateSemaphore extends Semaphore {
public synchronized void release() {
this.delegate.release();
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/IBukkitAdapter.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/IBukkitAdapter.java
index a87256dde..1849e4381 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/IBukkitAdapter.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/IBukkitAdapter.java
@@ -1,11 +1,9 @@
package com.fastasyncworldedit.bukkit.adapter;
-import static com.google.common.base.Preconditions.checkNotNull;
-
+import com.fastasyncworldedit.bukkit.util.BukkitItemStack;
import com.sk89q.worldedit.NotABlockException;
import com.sk89q.worldedit.blocks.BaseItemStack;
import com.sk89q.worldedit.bukkit.BukkitEntity;
-import com.fastasyncworldedit.bukkit.util.BukkitItemStack;
import com.sk89q.worldedit.bukkit.BukkitPlayer;
import com.sk89q.worldedit.bukkit.BukkitWorld;
import com.sk89q.worldedit.bukkit.WorldEditPlugin;
@@ -25,8 +23,6 @@ import com.sk89q.worldedit.world.entity.EntityTypes;
import com.sk89q.worldedit.world.gamemode.GameMode;
import com.sk89q.worldedit.world.gamemode.GameModes;
import com.sk89q.worldedit.world.item.ItemType;
-import java.util.Locale;
-
import com.sk89q.worldedit.world.item.ItemTypes;
import org.bukkit.Bukkit;
import org.bukkit.Material;
@@ -35,6 +31,10 @@ import org.bukkit.block.data.BlockData;
import org.bukkit.entity.Player;
import org.bukkit.inventory.ItemStack;
+import java.util.Locale;
+
+import static com.google.common.base.Preconditions.checkNotNull;
+
public interface IBukkitAdapter {
/**
@@ -81,7 +81,7 @@ public interface IBukkitAdapter {
/**
* Create a Bukkit location from a WorldEdit position with a Bukkit world.
*
- * @param world the Bukkit world
+ * @param world the Bukkit world
* @param position the WorldEdit position
* @return a Bukkit location
*/
@@ -90,7 +90,8 @@ public interface IBukkitAdapter {
checkNotNull(position);
return new org.bukkit.Location(
world,
- position.getX(), position.getY(), position.getZ());
+ position.getX(), position.getY(), position.getZ()
+ );
}
default org.bukkit.Location adapt(org.bukkit.World world, BlockVector3 position) {
@@ -100,7 +101,7 @@ public interface IBukkitAdapter {
/**
* Create a Bukkit location from a WorldEdit location with a Bukkit world.
*
- * @param world the Bukkit world
+ * @param world the Bukkit world
* @param location the WorldEdit location
* @return a Bukkit location
*/
@@ -111,7 +112,8 @@ public interface IBukkitAdapter {
world,
location.getX(), location.getY(), location.getZ(),
location.getYaw(),
- location.getPitch());
+ location.getPitch()
+ );
}
/**
@@ -192,7 +194,7 @@ public interface IBukkitAdapter {
default BlockType asBlockType(Material material) {
checkNotNull(material);
if (!material.isBlock()) {
- throw new IllegalArgumentException(material.getKey().toString() + " is not a block!") {
+ throw new IllegalArgumentException(material.getKey() + " is not a block!") {
@Override
public synchronized Throwable fillInStackTrace() {
return this;
@@ -203,7 +205,6 @@ public interface IBukkitAdapter {
}
-
/**
* Converts a Material to a ItemType
*
@@ -269,6 +270,7 @@ public interface IBukkitAdapter {
default BukkitPlayer adapt(Player player) {
return WorldEditPlugin.getInstance().wrapPlayer(player);
}
+
/**
* Create a Bukkit Player from a WorldEdit Player.
*
@@ -298,7 +300,7 @@ public interface IBukkitAdapter {
* Checks equality between a WorldEdit BlockType and a Bukkit Material
*
* @param blockType The WorldEdit BlockType
- * @param type The Bukkit Material
+ * @param type The Bukkit Material
* @return If they are equal
*/
default boolean equals(BlockType blockType, Material type) {
@@ -351,4 +353,5 @@ public interface IBukkitAdapter {
throw new NotABlockException();
}
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/IDelegateBukkitImplAdapter.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/IDelegateBukkitImplAdapter.java
index 5ef39ed05..42500aa9e 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/IDelegateBukkitImplAdapter.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/IDelegateBukkitImplAdapter.java
@@ -12,6 +12,7 @@ import com.sk89q.worldedit.math.BlockVector3;
import com.sk89q.worldedit.math.Vector3;
import com.sk89q.worldedit.registry.state.Property;
import com.sk89q.worldedit.util.Direction;
+import com.sk89q.worldedit.util.nbt.CompoundBinaryTag;
import com.sk89q.worldedit.world.DataFixer;
import com.sk89q.worldedit.world.biome.BiomeType;
import com.sk89q.worldedit.world.block.BaseBlock;
@@ -21,7 +22,6 @@ import com.sk89q.worldedit.world.block.BlockType;
import com.sk89q.worldedit.world.gamemode.GameMode;
import com.sk89q.worldedit.world.item.ItemType;
import com.sk89q.worldedit.world.registry.BlockMaterial;
-import com.sk89q.worldedit.util.nbt.CompoundBinaryTag;
import org.bukkit.Location;
import org.bukkit.Material;
import org.bukkit.World;
@@ -38,6 +38,7 @@ import java.util.Map;
import java.util.OptionalInt;
public interface IDelegateBukkitImplAdapter extends BukkitImplAdapter {
+
BukkitImplAdapter getParent();
@Override
@@ -262,4 +263,5 @@ public interface IDelegateBukkitImplAdapter extends BukkitImplAdapter {
default BlockState asBlockState(ItemStack itemStack) {
return getParent().asBlockState(itemStack);
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/MapChunkUtil.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/MapChunkUtil.java
index 48a22340e..5748f7b58 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/MapChunkUtil.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/MapChunkUtil.java
@@ -10,6 +10,7 @@ import java.util.ArrayList;
import java.util.Map;
public abstract class MapChunkUtil {
+
protected Field fieldX;
protected Field fieldZ;
protected Field fieldHeightMap;
@@ -50,4 +51,5 @@ public abstract class MapChunkUtil {
return null;
}
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/NMSAdapter.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/NMSAdapter.java
index bed4f7e80..3c83def52 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/NMSAdapter.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/NMSAdapter.java
@@ -1,11 +1,11 @@
package com.fastasyncworldedit.bukkit.adapter;
import com.fastasyncworldedit.core.FAWEPlatformAdapterImpl;
-import com.fastasyncworldedit.core.queue.IChunkGet;
import com.fastasyncworldedit.core.configuration.Settings;
+import com.fastasyncworldedit.core.queue.IChunkGet;
+import com.fastasyncworldedit.core.world.block.BlockID;
import com.sk89q.worldedit.bukkit.WorldEditPlugin;
import com.sk89q.worldedit.math.BlockVector3;
-import com.fastasyncworldedit.core.world.block.BlockID;
import com.sk89q.worldedit.world.block.BlockState;
import com.sk89q.worldedit.world.block.BlockTypesCache;
@@ -13,8 +13,11 @@ import java.util.Map;
import java.util.function.Function;
public class NMSAdapter implements FAWEPlatformAdapterImpl {
- public static int createPalette(int[] blockToPalette, int[] paletteToBlock, int[] blocksCopy,
- int[] num_palette_buffer, char[] set, Map ticking_blocks, boolean fastmode) {
+
+ public static int createPalette(
+ int[] blockToPalette, int[] paletteToBlock, int[] blocksCopy,
+ int[] num_palette_buffer, char[] set, Map ticking_blocks, boolean fastmode
+ ) {
int air = 0;
int num_palette = 0;
char lastOrdinal = BlockID.__RESERVED__;
@@ -43,9 +46,11 @@ public class NMSAdapter implements FAWEPlatformAdapterImpl {
if (ticking) {
BlockState state = BlockState.getFromOrdinal(ordinal);
ticking_blocks
- .put(BlockVector3.at(i & 15, (i >> 8) & 15, (i >> 4) & 15),
- WorldEditPlugin.getInstance().getBukkitImplAdapter()
- .getInternalBlockStateId(state).orElse(0));
+ .put(
+ BlockVector3.at(i & 15, (i >> 8) & 15, (i >> 4) & 15),
+ WorldEditPlugin.getInstance().getBukkitImplAdapter()
+ .getInternalBlockStateId(state).orElse(0)
+ );
}
}
}
@@ -61,9 +66,11 @@ public class NMSAdapter implements FAWEPlatformAdapterImpl {
return air;
}
- public static int createPalette(int layer, int[] blockToPalette, int[] paletteToBlock,
- int[] blocksCopy, int[] num_palette_buffer, Function get, char[] set,
- Map ticking_blocks, boolean fastmode) {
+ public static int createPalette(
+ int layer, int[] blockToPalette, int[] paletteToBlock,
+ int[] blocksCopy, int[] num_palette_buffer, Function get, char[] set,
+ Map ticking_blocks, boolean fastmode
+ ) {
int air = 0;
int num_palette = 0;
char[] getArr = null;
@@ -100,9 +107,11 @@ public class NMSAdapter implements FAWEPlatformAdapterImpl {
if (ticking) {
BlockState state = BlockState.getFromOrdinal(ordinal);
ticking_blocks
- .put(BlockVector3.at(i & 15, (i >> 8) & 15, (i >> 4) & 15),
- WorldEditPlugin.getInstance().getBukkitImplAdapter()
- .getInternalBlockStateId(state).orElse(0));
+ .put(
+ BlockVector3.at(i & 15, (i >> 8) & 15, (i >> 4) & 15),
+ WorldEditPlugin.getInstance().getBukkitImplAdapter()
+ .getInternalBlockStateId(state).orElse(0)
+ );
}
}
}
@@ -126,9 +135,11 @@ public class NMSAdapter implements FAWEPlatformAdapterImpl {
}
if (ticking) {
BlockState state = BlockState.getFromOrdinal(ordinal);
- ticking_blocks.put(BlockVector3.at(i & 15, (i >> 8) & 15, (i >> 4) & 15),
- WorldEditPlugin.getInstance().getBukkitImplAdapter()
- .getInternalBlockStateId(state).orElse(0));
+ ticking_blocks.put(
+ BlockVector3.at(i & 15, (i >> 8) & 15, (i >> 4) & 15),
+ WorldEditPlugin.getInstance().getBukkitImplAdapter()
+ .getInternalBlockStateId(state).orElse(0)
+ );
}
}
int palette = blockToPalette[ordinal];
@@ -192,4 +203,5 @@ public class NMSAdapter implements FAWEPlatformAdapterImpl {
}
((BukkitGetBlocks) chunk).send(mask, lighting);
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/NMSRelighterFactory.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/NMSRelighterFactory.java
index 9f0c34c67..89f16bafd 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/NMSRelighterFactory.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/NMSRelighterFactory.java
@@ -1,19 +1,25 @@
package com.fastasyncworldedit.bukkit.adapter;
-import com.fastasyncworldedit.core.queue.IQueueChunk;
-import com.fastasyncworldedit.core.queue.IQueueExtent;
+import com.fastasyncworldedit.core.configuration.Settings;
import com.fastasyncworldedit.core.extent.processor.lighting.NMSRelighter;
+import com.fastasyncworldedit.core.extent.processor.lighting.RelightMode;
import com.fastasyncworldedit.core.extent.processor.lighting.Relighter;
import com.fastasyncworldedit.core.extent.processor.lighting.RelighterFactory;
-import com.fastasyncworldedit.core.configuration.Settings;
-import com.fastasyncworldedit.core.extent.processor.lighting.RelightMode;
+import com.fastasyncworldedit.core.queue.IQueueChunk;
+import com.fastasyncworldedit.core.queue.IQueueExtent;
import com.sk89q.worldedit.world.World;
+
import javax.annotation.Nonnull;
public class NMSRelighterFactory implements RelighterFactory {
+
@Override
- public @Nonnull Relighter createRelighter(RelightMode relightMode, World world, IQueueExtent queue) {
- return new NMSRelighter(queue,
- relightMode != null ? relightMode : RelightMode.valueOf(Settings.IMP.LIGHTING.MODE));
+ public @Nonnull
+ Relighter createRelighter(RelightMode relightMode, World world, IQueueExtent queue) {
+ return new NMSRelighter(
+ queue,
+ relightMode != null ? relightMode : RelightMode.valueOf(Settings.IMP.LIGHTING.MODE)
+ );
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/ReentrantLockWithGetOwner.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/ReentrantLockWithGetOwner.java
index cb816d02f..91d240bc0 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/ReentrantLockWithGetOwner.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/ReentrantLockWithGetOwner.java
@@ -8,4 +8,5 @@ public class ReentrantLockWithGetOwner extends ReentrantLock {
public Thread getOwner() {
return super.getOwner();
}
-}
\ No newline at end of file
+
+}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/Regenerator.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/Regenerator.java
index a0c75720e..df7d65949 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/Regenerator.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/adapter/Regenerator.java
@@ -1,9 +1,9 @@
package com.fastasyncworldedit.bukkit.adapter;
+import com.fastasyncworldedit.core.configuration.Settings;
import com.fastasyncworldedit.core.queue.IChunkCache;
import com.fastasyncworldedit.core.queue.IChunkGet;
import com.fastasyncworldedit.core.queue.implementation.SingleThreadQueueExtent;
-import com.fastasyncworldedit.core.configuration.Settings;
import com.fastasyncworldedit.core.util.MathMan;
import com.sk89q.worldedit.extent.Extent;
import com.sk89q.worldedit.internal.util.LogManagerCompat;
@@ -16,6 +16,9 @@ import com.sk89q.worldedit.world.biome.BiomeType;
import it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap;
import it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap;
import it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap;
+import org.apache.logging.log4j.Logger;
+import org.bukkit.generator.BlockPopulator;
+
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Comparator;
@@ -30,20 +33,18 @@ import java.util.concurrent.Executors;
import java.util.concurrent.Future;
import java.util.stream.Collectors;
-import org.apache.logging.log4j.Logger;
-import org.bukkit.generator.BlockPopulator;
-
/**
* Represents an abstract regeneration handler.
+ *
* @param the type of the {@Code IChunkAccess} of the current Minecraft implementation
- * @param the type of the {@Code ProtoChunk} of the current Minecraft implementation
- * @param the type of the {@Code Chunk} of the current Minecraft implementation
- * @param the type of the {@Code ChunkStatusWrapper} wrapping the {@Code ChunkStatus} enum
+ * @param the type of the {@Code ProtoChunk} of the current Minecraft implementation
+ * @param the type of the {@Code Chunk} of the current Minecraft implementation
+ * @param the type of the {@Code ChunkStatusWrapper} wrapping the {@Code ChunkStatus} enum
*/
public abstract class Regenerator> {
private static final Logger LOGGER = LogManagerCompat.getLogger();
-
+
protected final org.bukkit.World originalBukkitWorld;
protected final Region region;
protected final Extent target;
@@ -53,7 +54,7 @@ public abstract class Regenerator chunkStati = new LinkedHashMap<>();
protected boolean generateConcurrent = true;
protected long seed;
-
+
private final Long2ObjectLinkedOpenHashMap protoChunks = new Long2ObjectLinkedOpenHashMap<>();
private final Long2ObjectOpenHashMap chunks = new Long2ObjectOpenHashMap<>();
private ExecutorService executor;
@@ -61,10 +62,11 @@ public abstract class Regenerator> chunkCoordsForRadius = new Int2ObjectOpenHashMap<>();
chunkStati.keySet().stream().map(ChunkStatusWrapper::requiredNeigborChunkRadius0).distinct().forEach(radius -> {
- if (radius == -1) //ignore ChunkStatus.EMPTY
+ if (radius == -1) { //ignore ChunkStatus.EMPTY
return;
+ }
int border = 16 - radius; //9 = 8 + 1, 8: max border radius used in chunk stages, 1: need 1 extra chunk for chunk features to generate at the border of the region
chunkCoordsForRadius.put(radius, getChunkCoordsRegen(region, border));
});
@@ -161,8 +167,9 @@ public abstract class Regenerator>> worldlimits = new Int2ObjectOpenHashMap<>();
chunkStati.keySet().stream().map(ChunkStatusWrapper::requiredNeigborChunkRadius0).distinct().forEach(radius -> {
- if (radius == -1) //ignore ChunkStatus.EMPTY
+ if (radius == -1) { //ignore ChunkStatus.EMPTY
return;
+ }
Long2ObjectOpenHashMap> map = new Long2ObjectOpenHashMap<>();
for (Long xz : chunkCoordsForRadius.get(radius)) {
int x = MathMan.unpairIntX(xz);
@@ -281,19 +288,19 @@ public abstract class RegeneratorImplement the preparation process in here. DO NOT instanciate any variable here that require the cleanup function. This function is for gathering further information before initializing a new
* world.
- *
+ *
* Fields required to be initialized: chunkStati, seed
* For chunkStati also see {code ChunkStatusWrapper}.
*
@@ -303,20 +310,21 @@ public abstract class Regenerator
* Fields required to be initialized: generateConcurrent
*
* @return true if everything went fine, otherwise false. When false is returned the Regenerator halts the regeneration process and calls the cleanup function.
* @throws java.lang.Exception When the implementation of this method throws and exception the Regenerator halts the regeneration process and calls the cleanup function.
*/
protected abstract boolean initNewWorld() throws Exception;
-
+
/**
* Implement the cleanup of all the mess that is created during the regeneration process (initNewWorld() and generate()).This function must not throw any exceptions.
*/
protected abstract void cleanup();
-
+
//functions to implement by sub class - regenate related
+
/**
* Implement the initialization of a {@code ProtoChunk} here.
*
@@ -352,28 +360,39 @@ public abstract class Regenerator} here. Use will need the {@code getChunkAt} function
+ *
* @return an initialized {@code IChunkCache}
*/
protected abstract IChunkCache initSourceQueueCache();
-
+
//algorithms
private List getChunkCoordsRegen(Region region, int border) { //needs to be square num of chunks
BlockVector3 oldMin = region.getMinimumPoint();
- BlockVector3 newMin = BlockVector3.at((oldMin.getX() >> 4 << 4) - border * 16, oldMin.getY(), (oldMin.getZ() >> 4 << 4) - border * 16);
+ BlockVector3 newMin = BlockVector3.at(
+ (oldMin.getX() >> 4 << 4) - border * 16,
+ oldMin.getY(),
+ (oldMin.getZ() >> 4 << 4) - border * 16
+ );
BlockVector3 oldMax = region.getMaximumPoint();
- BlockVector3 newMax = BlockVector3.at((oldMax.getX() >> 4 << 4) + (border + 1) * 16 - 1, oldMax.getY(), (oldMax.getZ() >> 4 << 4) + (border + 1) * 16 - 1);
+ BlockVector3 newMax = BlockVector3.at(
+ (oldMax.getX() >> 4 << 4) + (border + 1) * 16 - 1,
+ oldMax.getY(),
+ (oldMax.getZ() >> 4 << 4) + (border + 1) * 16 - 1
+ );
Region adjustedRegion = new CuboidRegion(newMin, newMax);
return adjustedRegion.getChunks().stream()
.map(c -> BlockVector2.at(c.getX(), c.getZ()))
- .sorted(Comparator.comparingInt(c -> c.getZ()).thenComparingInt(c -> c.getX())) //needed for RegionLimitedWorldAccess
+ .sorted(Comparator
+ .comparingInt(c -> c.getZ())
+ .thenComparingInt(c -> c.getX())) //needed for RegionLimitedWorldAccess
.map(c -> MathMan.pairInt(c.getX(), c.getZ()))
.collect(Collectors.toList());
}
@@ -381,11 +400,14 @@ public abstract class Regenerator>> getChunkStatusTaskRows(List allcoords, int requiredNeighborChunkRadius) {
+ private SequentialTasks>> getChunkStatusTaskRows(
+ List allcoords,
+ int requiredNeighborChunkRadius
+ ) {
int requiredneighbors = Math.max(0, requiredNeighborChunkRadius);
int minx = allcoords.isEmpty() ? 0 : MathMan.unpairIntX(allcoords.get(0));
@@ -413,8 +435,9 @@ public abstract class Regenerator> para = new ConcurrentTasks((maxz - minz + 1) / numlists + 1);
- for (int i = 0; minx + i * numlists + offset <= maxx; i++)
+ for (int i = 0; minx + i * numlists + offset <= maxx; i++) {
para.add(byx.get(minx + i * numlists + offset));
+ }
tasks.add(para);
}
} else {
@@ -437,8 +460,9 @@ public abstract class Regenerator> para = new ConcurrentTasks((maxx - minx + 1) / numlists + 1);
- for (int i = 0; minz + i * numlists + offset <= maxz; i++)
+ for (int i = 0; minz + i * numlists + offset <= maxz; i++) {
para.add(byz.get(minz + i * numlists + offset));
+ }
tasks.add(para);
}
}
@@ -456,8 +480,10 @@ public abstract class Regenerator the IChunkAccess class of the current Minecraft implementation
*/
public static abstract class ChunkStatusWrapper {
@@ -483,9 +509,9 @@ public abstract class Regenerator accessibleChunks);
@@ -493,9 +519,13 @@ public abstract class Regenerator extends Tasks {
@@ -516,6 +547,7 @@ public abstract class Regenerator implements Iterable {
@@ -537,7 +569,7 @@ public abstract class Regenerator iterator() {
return tasks.iterator();
@@ -547,5 +579,7 @@ public abstract class Regenerator claims;
private final World world;
@@ -37,4 +38,5 @@ public class GriefDefenderFilter extends CuboidRegionFilter {
}
}
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/filter/GriefPreventionFilter.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/filter/GriefPreventionFilter.java
index e95b83310..c462ab897 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/filter/GriefPreventionFilter.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/filter/GriefPreventionFilter.java
@@ -14,13 +14,14 @@ import java.util.function.Supplier;
import static com.google.common.base.Preconditions.checkNotNull;
public class GriefPreventionFilter extends CuboidRegionFilter {
+
private final Collection claims;
private final World world;
public GriefPreventionFilter(World world) {
checkNotNull(world);
this.claims = TaskManager.IMP.sync(
- (Supplier>) () -> new ArrayDeque<>(GriefPrevention.instance.dataStore.getClaims()));
+ (Supplier>) () -> new ArrayDeque<>(GriefPrevention.instance.dataStore.getClaims()));
this.world = world;
}
@@ -36,4 +37,5 @@ public class GriefPreventionFilter extends CuboidRegionFilter {
}
}
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/filter/WorldGuardFilter.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/filter/WorldGuardFilter.java
index 1838c8fc1..88128a19c 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/filter/WorldGuardFilter.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/filter/WorldGuardFilter.java
@@ -32,7 +32,7 @@ public class WorldGuardFilter extends CuboidRegionFilter {
public void calculateRegions() {
Fawe.get().getQueueHandler().sync(() -> {
WorldGuardFilter.this.manager = WorldGuard.getInstance().getPlatform().getRegionContainer().get(
- BukkitAdapter.adapt(world));
+ BukkitAdapter.adapt(world));
for (ProtectedRegion region : manager.getRegions().values()) {
BlockVector3 min = region.getMinimumPoint();
BlockVector3 max = region.getMaximumPoint();
@@ -69,4 +69,5 @@ public class WorldGuardFilter extends CuboidRegionFilter {
ApplicableRegionSet set = manager.getApplicableRegions(regionRegion);
return set.size() > 0 && !set.getRegions().iterator().next().getId().equals("__global__");
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/listener/BrushListener.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/listener/BrushListener.java
index c2f5100fe..6af0b2d2b 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/listener/BrushListener.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/listener/BrushListener.java
@@ -20,6 +20,7 @@ import org.bukkit.event.player.PlayerMoveEvent;
import org.bukkit.plugin.Plugin;
public class BrushListener implements Listener {
+
public BrushListener(Plugin plugin) {
Bukkit.getPluginManager().registerEvents(this, plugin);
}
@@ -53,7 +54,8 @@ public class BrushListener implements Listener {
public void onPlayerMove(PlayerMoveEvent event) {
Location from = event.getFrom();
Location to = event.getTo();
- if ((from.getYaw() != to.getYaw() && from.getPitch() != to.getPitch()) || from.getBlockX() != to.getBlockX() || from.getBlockZ() != to.getBlockZ() || from.getBlockY() != to.getBlockY()) {
+ if ((from.getYaw() != to.getYaw() && from.getPitch() != to.getPitch()) || from.getBlockX() != to.getBlockX() || from.getBlockZ() != to
+ .getBlockZ() || from.getBlockY() != to.getBlockY()) {
Player bukkitPlayer = event.getPlayer();
com.sk89q.worldedit.entity.Player player = BukkitAdapter.adapt(bukkitPlayer);
LocalSession session = player.getSession();
@@ -83,4 +85,5 @@ public class BrushListener implements Listener {
}
}
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/listener/ChunkListener.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/listener/ChunkListener.java
index 0048e3b1c..7d38635ed 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/listener/ChunkListener.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/listener/ChunkListener.java
@@ -1,7 +1,7 @@
package com.fastasyncworldedit.bukkit.listener;
-import com.fastasyncworldedit.core.Fawe;
import com.fastasyncworldedit.bukkit.FaweBukkit;
+import com.fastasyncworldedit.core.Fawe;
import com.fastasyncworldedit.core.configuration.Settings;
import com.fastasyncworldedit.core.util.FaweTimer;
import com.fastasyncworldedit.core.util.MathMan;
@@ -50,8 +50,8 @@ public abstract class ChunkListener implements Listener {
private static final Logger LOGGER = LogManagerCompat.getLogger();
protected int rateLimit = 0;
protected Location lastCancelPos;
- private int[] badLimit = new int[]{Settings.IMP.TICK_LIMITER.PHYSICS_MS,
- Settings.IMP.TICK_LIMITER.FALLING, Settings.IMP.TICK_LIMITER.ITEMS};
+ private final int[] badLimit = new int[]{Settings.IMP.TICK_LIMITER.PHYSICS_MS,
+ Settings.IMP.TICK_LIMITER.FALLING, Settings.IMP.TICK_LIMITER.ITEMS};
public ChunkListener() {
if (Settings.IMP.TICK_LIMITER.ENABLED) {
@@ -62,7 +62,7 @@ public abstract class ChunkListener implements Listener {
Location tmpLoc = lastCancelPos;
if (tmpLoc != null) {
LOGGER.debug("[FAWE Tick Limiter] Detected and cancelled physics lag source at "
- + tmpLoc);
+ + tmpLoc);
}
rateLimit--;
physicsFreeze = false;
@@ -93,7 +93,7 @@ public abstract class ChunkListener implements Listener {
public static boolean itemFreeze = false;
protected final Long2ObjectOpenHashMap badChunks = new Long2ObjectOpenHashMap<>();
- private Long2ObjectOpenHashMap counter = new Long2ObjectOpenHashMap<>();
+ private final Long2ObjectOpenHashMap counter = new Long2ObjectOpenHashMap<>();
private int lastX = Integer.MIN_VALUE;
private int lastZ = Integer.MIN_VALUE;
private int[] lastCount;
@@ -248,7 +248,7 @@ public abstract class ChunkListener implements Listener {
physStart = System.currentTimeMillis();
return;
} else if (System.currentTimeMillis() - physStart
- < Settings.IMP.TICK_LIMITER.PHYSICS_MS) {
+ < Settings.IMP.TICK_LIMITER.PHYSICS_MS) {
return;
}
}
@@ -281,7 +281,7 @@ public abstract class ChunkListener implements Listener {
String methodName = elem.getMethodName();
// setAir | setTypeAndData (hacky, but this needs to be efficient)
if (methodName.charAt(0) == 's' && methodName.length() == 6
- || methodName.length() == 14) {
+ || methodName.length() == 14) {
return true;
}
}
@@ -370,16 +370,16 @@ public abstract class ChunkListener implements Listener {
String className = elem.getClassName();
int len = className.length();
if (len > 15 && className.charAt(len - 15) == 'E' && className
- .endsWith("EntityFireworks")) {
+ .endsWith("EntityFireworks")) {
for (Entity ent : world.getEntities()) {
if (ent.getType() == EntityType.FIREWORK) {
Vector velocity = ent.getVelocity();
double vertical = Math.abs(velocity.getY());
if (Math.abs(velocity.getX()) > vertical
- || Math.abs(velocity.getZ()) > vertical) {
+ || Math.abs(velocity.getZ()) > vertical) {
LOGGER.warn(
- "[FAWE `tick-limiter`] Detected and cancelled rogue FireWork at "
- + ent.getLocation());
+ "[FAWE `tick-limiter`] Detected and cancelled rogue FireWork at "
+ + ent.getLocation());
ent.remove();
}
}
@@ -409,9 +409,10 @@ public abstract class ChunkListener implements Listener {
if (rateLimit <= 0) {
rateLimit = 20;
LOGGER.warn(
- "[FAWE `tick-limiter`] Detected and cancelled item lag source at " + loc);
+ "[FAWE `tick-limiter`] Detected and cancelled item lag source at " + loc);
}
event.setCancelled(true);
}
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/listener/ChunkListener9.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/listener/ChunkListener9.java
index dd70aa8cc..0726af748 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/listener/ChunkListener9.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/listener/ChunkListener9.java
@@ -86,4 +86,5 @@ public class ChunkListener9 extends ChunkListener {
StackTraceElement[] elems = getElements(ex);
return elems.length > i ? elems[i] : null;
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/listener/RenderListener.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/listener/RenderListener.java
index 7780d43a8..c76d85739 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/listener/RenderListener.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/listener/RenderListener.java
@@ -86,7 +86,7 @@ public class RenderListener implements Listener {
} else {
int[] val = views.get(uuid);
if (val == null) {
- val = new int[] {value, (int) Fawe.get().getTimer().getTick()};
+ val = new int[]{value, (int) Fawe.get().getTimer().getTick()};
UUID uid = player.getUniqueId();
views.put(uid, val);
} else {
@@ -136,4 +136,5 @@ public class RenderListener implements Listener {
UUID uid = player.getUniqueId();
views.remove(uid);
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/preloader/PluginPreloader.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/preloader/PluginPreloader.java
index cb54bb3d4..28ce700ed 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/preloader/PluginPreloader.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/preloader/PluginPreloader.java
@@ -13,9 +13,9 @@ import org.bukkit.generator.ChunkGenerator;
import org.bukkit.plugin.PluginBase;
import org.bukkit.plugin.PluginDescriptionFile;
import org.bukkit.plugin.PluginLoader;
+
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
-
import java.io.File;
import java.io.InputStream;
import java.util.Iterator;
@@ -25,6 +25,7 @@ import java.util.concurrent.atomic.AtomicBoolean;
import java.util.logging.Logger;
public class PluginPreloader extends PluginBase {
+
private World world;
private Set loaded;
private int index;
@@ -79,7 +80,7 @@ public class PluginPreloader extends PluginBase {
return;
}
Fawe.get().getQueueHandler().syncWhenFree(() -> {
- for (; iter.hasNext() && invalidator.get();index++) {
+ for (; iter.hasNext() && invalidator.get(); index++) {
BlockVector2 chunk = iter.next();
if (!world.isChunkLoaded(chunk.getX(), chunk.getZ())) {
world.addPluginChunkTicket(chunk.getX(), chunk.getZ(), this);
@@ -199,7 +200,13 @@ public class PluginPreloader extends PluginBase {
@Override
@Nullable
- public List onTabComplete(@Nonnull CommandSender sender, @Nonnull Command command, @Nonnull String alias, String[] args) {
+ public List onTabComplete(
+ @Nonnull CommandSender sender,
+ @Nonnull Command command,
+ @Nonnull String alias,
+ String[] args
+ ) {
return null;
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/BukkitMaskManager.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/BukkitMaskManager.java
index f32434855..9ef40c99a 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/BukkitMaskManager.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/BukkitMaskManager.java
@@ -12,4 +12,5 @@ public abstract class BukkitMaskManager extends FaweMaskManager {
public boolean hasMemberPermission(Permissible player) {
return player.hasPermission("fawe." + getKey() + ".member");
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/GriefDefenderFeature.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/GriefDefenderFeature.java
index 50078c63c..c242afeeb 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/GriefDefenderFeature.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/GriefDefenderFeature.java
@@ -28,7 +28,9 @@ public class GriefDefenderFeature extends BukkitMaskManager implements Listener
}
public boolean isAllowed(Player player, Claim claim, MaskType type) {
- return GriefDefender.getCore().isEnabled(player.getWorld().getUID()) && !claim.isWilderness() && (claim.getOwnerName().equalsIgnoreCase(player.getName()) || claim.getOwnerUniqueId().equals(player.getUniqueId()) ||
+ return GriefDefender.getCore().isEnabled(player.getWorld().getUID()) && !claim.isWilderness() && (claim
+ .getOwnerName()
+ .equalsIgnoreCase(player.getName()) || claim.getOwnerUniqueId().equals(player.getUniqueId()) ||
type == MaskType.MEMBER && claim.getUserTrusts(TrustTypes.BUILDER).contains(player.getUniqueId()));
}
@@ -41,8 +43,16 @@ public class GriefDefenderFeature extends BukkitMaskManager implements Listener
if (!claim.isWilderness()) {
if (isAllowed(player, claim, type)) {
claim.getGreaterBoundaryCorner().getX();
- final BlockVector3 pos1 = BlockVector3.at(claim.getLesserBoundaryCorner().getX(), claim.getLesserBoundaryCorner().getY(), claim.getLesserBoundaryCorner().getZ());
- final BlockVector3 pos2 = BlockVector3.at(claim.getGreaterBoundaryCorner().getX(), claim.getGreaterBoundaryCorner().getY(), claim.getGreaterBoundaryCorner().getZ());
+ final BlockVector3 pos1 = BlockVector3.at(
+ claim.getLesserBoundaryCorner().getX(),
+ claim.getLesserBoundaryCorner().getY(),
+ claim.getLesserBoundaryCorner().getZ()
+ );
+ final BlockVector3 pos2 = BlockVector3.at(
+ claim.getGreaterBoundaryCorner().getX(),
+ claim.getGreaterBoundaryCorner().getY(),
+ claim.getGreaterBoundaryCorner().getZ()
+ );
return new FaweMask(new CuboidRegion(pos1, pos2)) {
@Override
@@ -59,4 +69,5 @@ public class GriefDefenderFeature extends BukkitMaskManager implements Listener
public RegionFilter getFilter(String world) {
return new GriefDefenderFilter(Bukkit.getWorld(world));
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/GriefPreventionFeature.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/GriefPreventionFeature.java
index fd741d0e9..70ccf1625 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/GriefPreventionFeature.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/GriefPreventionFeature.java
@@ -26,8 +26,10 @@ public class GriefPreventionFeature extends BukkitMaskManager implements Listene
}
public boolean isAllowed(Player player, Claim claim, MaskType type) {
- return claim != null && (claim.getOwnerName().equalsIgnoreCase(player.getName()) || claim.getOwnerName().equals(player.getUniqueId()) ||
- type == MaskType.MEMBER && claim.allowBuild(player, Material.AIR) == null);
+ return claim != null && (claim.getOwnerName().equalsIgnoreCase(player.getName()) || claim
+ .getOwnerName()
+ .equals(player.getUniqueId()) ||
+ type == MaskType.MEMBER && claim.allowBuild(player, Material.AIR) == null);
}
@Override
@@ -37,8 +39,16 @@ public class GriefPreventionFeature extends BukkitMaskManager implements Listene
if (claim != null) {
if (isAllowed(player, claim, type)) {
claim.getGreaterBoundaryCorner().getBlockX();
- final BlockVector3 pos1 = BlockVector3.at(claim.getLesserBoundaryCorner().getBlockX(), 0, claim.getLesserBoundaryCorner().getBlockZ());
- final BlockVector3 pos2 = BlockVector3.at(claim.getGreaterBoundaryCorner().getBlockX(), 256, claim.getGreaterBoundaryCorner().getBlockZ());
+ final BlockVector3 pos1 = BlockVector3.at(
+ claim.getLesserBoundaryCorner().getBlockX(),
+ 0,
+ claim.getLesserBoundaryCorner().getBlockZ()
+ );
+ final BlockVector3 pos2 = BlockVector3.at(
+ claim.getGreaterBoundaryCorner().getBlockX(),
+ 256,
+ claim.getGreaterBoundaryCorner().getBlockZ()
+ );
return new FaweMask(new CuboidRegion(pos1, pos2)) {
@Override
@@ -55,4 +65,5 @@ public class GriefPreventionFeature extends BukkitMaskManager implements Listene
public RegionFilter getFilter(String world) {
return new GriefPreventionFilter(Bukkit.getWorld(world));
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/ResidenceFeature.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/ResidenceFeature.java
index 6d9190d52..c6b75f8c6 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/ResidenceFeature.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/ResidenceFeature.java
@@ -19,8 +19,8 @@ public class ResidenceFeature extends BukkitMaskManager implements Listener {
private static final Logger LOGGER = LogManagerCompat.getLogger();
- private FaweBukkit plugin;
- private Plugin residence;
+ private final FaweBukkit plugin;
+ private final Plugin residence;
public ResidenceFeature(final Plugin residencePlugin, final FaweBukkit p3) {
super(residencePlugin.getName());
@@ -31,9 +31,11 @@ public class ResidenceFeature extends BukkitMaskManager implements Listener {
public boolean isAllowed(Player player, ClaimedResidence residence, MaskType type) {
return residence != null &&
- (residence.getOwner().equals(player.getName()) ||
- residence.getOwner().equals(player.getUniqueId().toString()) ||
- type == MaskType.MEMBER && TaskManager.IMP.sync(() -> residence.getPermissions().playerHas(player, "build", false)));
+ (residence.getOwner().equals(player.getName()) ||
+ residence.getOwner().equals(player.getUniqueId().toString()) ||
+ type == MaskType.MEMBER && TaskManager.IMP.sync(() -> residence
+ .getPermissions()
+ .playerHas(player, "build", false)));
}
@Override
@@ -61,4 +63,5 @@ public class ResidenceFeature extends BukkitMaskManager implements Listener {
}
return null;
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/TownyFeature.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/TownyFeature.java
index 2d1b31f19..4ca8b76d0 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/TownyFeature.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/TownyFeature.java
@@ -83,10 +83,10 @@ public class TownyFeature extends BukkitMaskManager implements Listener {
if (isMember) {
final Chunk chunk = location.getChunk();
final BlockVector3 pos1 = BlockVector3
- .at(chunk.getX() * 16, 0, chunk.getZ() * 16);
+ .at(chunk.getX() * 16, 0, chunk.getZ() * 16);
final BlockVector3 pos2 = BlockVector3.at(
- chunk.getX() * 16 + 15, 156, chunk.getZ() * 16
- + 15);
+ chunk.getX() * 16 + 15, 156, chunk.getZ() * 16
+ + 15);
return new FaweMask(new CuboidRegion(pos1, pos2)) {
@Override
public boolean isValid(com.sk89q.worldedit.entity.Player player, MaskType type) {
@@ -98,4 +98,5 @@ public class TownyFeature extends BukkitMaskManager implements Listener {
}
return null;
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/WorldGuardFeature.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/WorldGuardFeature.java
index 3b833954d..ac810062a 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/WorldGuardFeature.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/WorldGuardFeature.java
@@ -1,8 +1,8 @@
package com.fastasyncworldedit.bukkit.regions;
import com.fastasyncworldedit.bukkit.filter.WorldGuardFilter;
-import com.fastasyncworldedit.core.regions.RegionWrapper;
import com.fastasyncworldedit.core.regions.FaweMask;
+import com.fastasyncworldedit.core.regions.RegionWrapper;
import com.fastasyncworldedit.core.regions.filter.RegionFilter;
import com.sk89q.worldedit.bukkit.BukkitAdapter;
import com.sk89q.worldedit.internal.util.LogManagerCompat;
@@ -28,9 +28,11 @@ import org.bukkit.Location;
import org.bukkit.entity.Player;
import org.bukkit.event.Listener;
import org.bukkit.plugin.Plugin;
+
import java.util.Locale;
public class WorldGuardFeature extends BukkitMaskManager implements Listener {
+
private final WorldGuardPlugin worldguard;
private static final Logger LOGGER = LogManagerCompat.getLogger();
@@ -67,9 +69,18 @@ public class WorldGuardFeature extends BukkitMaskManager implements Listener {
if (global != null && isAllowed(player, global)) {
return global;
}
- final ApplicableRegionSet regions = manager.getApplicableRegions(BlockVector3.at(location.getX(), location.getY(), location.getZ()));
+ final ApplicableRegionSet regions = manager.getApplicableRegions(BlockVector3.at(
+ location.getX(),
+ location.getY(),
+ location.getZ()
+ ));
//Merge WorldGuardFlag
- if (player.hasPermission("fawe.worldguardflag") && !regions.testState(player, Flags.BUILD, Flags.BLOCK_PLACE, Flags.BLOCK_BREAK)) {
+ if (player.hasPermission("fawe.worldguardflag") && !regions.testState(
+ player,
+ Flags.BUILD,
+ Flags.BLOCK_PLACE,
+ Flags.BLOCK_BREAK
+ )) {
return null;
}
for (ProtectedRegion region : regions) {
@@ -117,8 +128,16 @@ public class WorldGuardFeature extends BukkitMaskManager implements Listener {
pos2 = BlockVector3.at(Integer.MAX_VALUE, 255, Integer.MAX_VALUE);
} else {
if (myregion instanceof ProtectedCuboidRegion) {
- pos1 = BlockVector3.at(myregion.getMinimumPoint().getBlockX(), myregion.getMinimumPoint().getBlockY(), myregion.getMinimumPoint().getBlockZ());
- pos2 = BlockVector3.at(myregion.getMaximumPoint().getBlockX(), myregion.getMaximumPoint().getBlockY(), myregion.getMaximumPoint().getBlockZ());
+ pos1 = BlockVector3.at(
+ myregion.getMinimumPoint().getBlockX(),
+ myregion.getMinimumPoint().getBlockY(),
+ myregion.getMinimumPoint().getBlockZ()
+ );
+ pos2 = BlockVector3.at(
+ myregion.getMaximumPoint().getBlockX(),
+ myregion.getMaximumPoint().getBlockY(),
+ myregion.getMaximumPoint().getBlockZ()
+ );
} else {
return new FaweMask(adapt(myregion)) {
@Override
@@ -144,6 +163,7 @@ public class WorldGuardFeature extends BukkitMaskManager implements Listener {
}
private static class AdaptedRegion extends AbstractRegion {
+
private final ProtectedRegion region;
public AdaptedRegion(ProtectedRegion region) {
@@ -175,6 +195,7 @@ public class WorldGuardFeature extends BukkitMaskManager implements Listener {
public boolean contains(BlockVector3 position) {
return region.contains(position);
}
+
}
private static Region adapt(ProtectedRegion region) {
@@ -192,4 +213,5 @@ public class WorldGuardFeature extends BukkitMaskManager implements Listener {
}
return new AdaptedRegion(region);
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquared/FaweDelegateRegionManager.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquared/FaweDelegateRegionManager.java
index 3c24472e8..d9672ebfc 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquared/FaweDelegateRegionManager.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquared/FaweDelegateRegionManager.java
@@ -33,9 +33,9 @@ import com.sk89q.worldedit.world.biome.BiomeType;
import com.sk89q.worldedit.world.block.BlockType;
import com.sk89q.worldedit.world.block.BlockTypes;
import org.checkerframework.checker.nullness.qual.NonNull;
+
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
-
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
@@ -46,18 +46,20 @@ import static org.bukkit.Bukkit.getWorld;
public class FaweDelegateRegionManager {
- public boolean setCuboids(final @NonNull PlotArea area,
- final @NonNull Set regions,
- final @NonNull Pattern blocks,
- int minY,
- int maxY,
- Runnable whenDone) {
+ public boolean setCuboids(
+ final @NonNull PlotArea area,
+ final @NonNull Set regions,
+ final @NonNull Pattern blocks,
+ int minY,
+ int maxY,
+ Runnable whenDone
+ ) {
TaskManager.IMP.async(() -> {
synchronized (FaweDelegateRegionManager.class) {
World world = BukkitAdapter.adapt(getWorld(area.getWorldName()));
EditSession session =
- new EditSessionBuilder(world).checkMemory(false).fastmode(true).limitUnlimited().changeSetNull()
- .autoQueue(false).build();
+ new EditSessionBuilder(world).checkMemory(false).fastmode(true).limitUnlimited().changeSetNull()
+ .autoQueue(false).build();
for (CuboidRegion region : regions) {
region.setPos1(region.getPos1().withY(minY));
region.setPos2(region.getPos2().withY(maxY));
@@ -67,7 +69,8 @@ public class FaweDelegateRegionManager {
session.flushQueue();
for (CuboidRegion region : regions) {
FaweAPI.fixLighting(world, region, null,
- RelightMode.valueOf(com.fastasyncworldedit.core.configuration.Settings.IMP.LIGHTING.MODE));
+ RelightMode.valueOf(com.fastasyncworldedit.core.configuration.Settings.IMP.LIGHTING.MODE)
+ );
}
} catch (MaxChangedBlocksException e) {
e.printStackTrace();
@@ -84,14 +87,22 @@ public class FaweDelegateRegionManager {
return hpw.getType() != PlotAreaType.AUGMENTED || hpw.getTerrain() == PlotAreaTerrainType.NONE;
}
- public boolean handleClear(@Nonnull Plot plot,
- @Nullable Runnable whenDone,
- @Nonnull PlotManager manager) {
+ public boolean handleClear(
+ @Nonnull Plot plot,
+ @Nullable Runnable whenDone,
+ @Nonnull PlotManager manager
+ ) {
TaskManager.IMP.async(() -> {
synchronized (FaweDelegateRegionManager.class) {
final HybridPlotWorld hybridPlotWorld = ((HybridPlotManager) manager).getHybridPlotWorld();
World world = BukkitAdapter.adapt(getWorld(hybridPlotWorld.getWorldName()));
- EditSession editSession = new EditSessionBuilder(world).checkMemory(false).fastmode(true).limitUnlimited().changeSetNull().autoQueue(false).build();
+ EditSession editSession = new EditSessionBuilder(world)
+ .checkMemory(false)
+ .fastmode(true)
+ .limitUnlimited()
+ .changeSetNull()
+ .autoQueue(false)
+ .build();
if (!hybridPlotWorld.PLOT_SCHEMATIC || !Settings.Schematics.PASTE_ON_TOP) {
final BlockType bedrock;
@@ -107,12 +118,22 @@ public class FaweDelegateRegionManager {
final BiomeType biome = hybridPlotWorld.getPlotBiome();
BlockVector3 pos1 = plot.getBottomAbs().getBlockVector3().withY(0);
- BlockVector3 pos2 = pos1.add(BlockVector3.at(hybridPlotWorld.PLOT_WIDTH - 1, 255, hybridPlotWorld.PLOT_WIDTH - 1));
+ BlockVector3 pos2 = pos1.add(BlockVector3.at(
+ hybridPlotWorld.PLOT_WIDTH - 1,
+ 255,
+ hybridPlotWorld.PLOT_WIDTH - 1
+ ));
Region bedrockRegion = new CuboidRegion(pos1, pos2.withY(0));
Region fillingRegion = new CuboidRegion(pos1.withY(1), pos2.withY(hybridPlotWorld.PLOT_HEIGHT - 1));
- Region floorRegion = new CuboidRegion(pos1.withY(hybridPlotWorld.PLOT_HEIGHT), pos2.withY(hybridPlotWorld.PLOT_HEIGHT));
- Region airRegion = new CuboidRegion(pos1.withY(hybridPlotWorld.PLOT_HEIGHT + 1), pos2.withY(manager.getWorldHeight()));
+ Region floorRegion = new CuboidRegion(
+ pos1.withY(hybridPlotWorld.PLOT_HEIGHT),
+ pos2.withY(hybridPlotWorld.PLOT_HEIGHT)
+ );
+ Region airRegion = new CuboidRegion(
+ pos1.withY(hybridPlotWorld.PLOT_HEIGHT + 1),
+ pos2.withY(manager.getWorldHeight())
+ );
editSession.setBlocks(bedrockRegion, bedrock);
editSession.setBlocks(fillingRegion, filling);
@@ -124,14 +145,25 @@ public class FaweDelegateRegionManager {
if (hybridPlotWorld.PLOT_SCHEMATIC) {
// We cannot reuse the editsession
EditSession scheditsession = !Settings.Schematics.PASTE_ON_TOP ? editSession :
- new EditSessionBuilder(world).checkMemory(false).fastmode(true).limitUnlimited().changeSetNull().autoQueue(false).build();
+ new EditSessionBuilder(world)
+ .checkMemory(false)
+ .fastmode(true)
+ .limitUnlimited()
+ .changeSetNull()
+ .autoQueue(false)
+ .build();
File schematicFile = new File(hybridPlotWorld.getRoot(), "plot.schem");
if (!schematicFile.exists()) {
schematicFile = new File(hybridPlotWorld.getRoot(), "plot.schematic");
}
- BlockVector3 to = plot.getBottomAbs().getBlockVector3().withY(Settings.Schematics.PASTE_ON_TOP ? hybridPlotWorld.SCHEM_Y : 1);
+ BlockVector3 to = plot.getBottomAbs().getBlockVector3().withY(Settings.Schematics.PASTE_ON_TOP
+ ? hybridPlotWorld.SCHEM_Y
+ : 1);
try {
- Clipboard clip = ClipboardFormats.findByFile(schematicFile).getReader(new FileInputStream(schematicFile)).read();
+ Clipboard clip = ClipboardFormats
+ .findByFile(schematicFile)
+ .getReader(new FileInputStream(schematicFile))
+ .read();
clip.paste(scheditsession, to, true, true, true);
} catch (IOException e) {
e.printStackTrace();
@@ -142,28 +174,49 @@ public class FaweDelegateRegionManager {
// Be verbose in editsession flushing
editSession.flushQueue();
- FaweAPI.fixLighting(world, new CuboidRegion(plot.getBottomAbs().getBlockVector3(), plot.getTopAbs().getBlockVector3()), null,
- RelightMode.valueOf(com.fastasyncworldedit.core.configuration.Settings.IMP.LIGHTING.MODE));
+ FaweAPI.fixLighting(
+ world,
+ new CuboidRegion(plot.getBottomAbs().getBlockVector3(), plot.getTopAbs().getBlockVector3()),
+ null,
+ RelightMode.valueOf(com.fastasyncworldedit.core.configuration.Settings.IMP.LIGHTING.MODE)
+ );
TaskManager.IMP.task(whenDone);
}
});
return true;
}
- public void swap(Location pos1,
- Location pos2,
- Location swapPos,
- final Runnable whenDone) {
+ public void swap(
+ Location pos1,
+ Location pos2,
+ Location swapPos,
+ final Runnable whenDone
+ ) {
TaskManager.IMP.async(() -> {
synchronized (FaweDelegateRegionManager.class) {
//todo because of the following code this should proably be in the Bukkit module
World pos1World = BukkitAdapter.adapt(getWorld(pos1.getWorldName()));
World pos3World = BukkitAdapter.adapt(getWorld(swapPos.getWorldName()));
WorldEdit.getInstance().getEditSessionFactory().getEditSession(pos1World, -1);
- EditSession sessionA = new EditSessionBuilder(pos1World).checkMemory(false).fastmode(true).limitUnlimited().changeSetNull().autoQueue(false).build();
- EditSession sessionB = new EditSessionBuilder(pos3World).checkMemory(false).fastmode(true).limitUnlimited().changeSetNull().autoQueue(false).build();
+ EditSession sessionA = new EditSessionBuilder(pos1World)
+ .checkMemory(false)
+ .fastmode(true)
+ .limitUnlimited()
+ .changeSetNull()
+ .autoQueue(false)
+ .build();
+ EditSession sessionB = new EditSessionBuilder(pos3World)
+ .checkMemory(false)
+ .fastmode(true)
+ .limitUnlimited()
+ .changeSetNull()
+ .autoQueue(false)
+ .build();
CuboidRegion regionA = new CuboidRegion(pos1.getBlockVector3(), pos2.getBlockVector3());
- CuboidRegion regionB = new CuboidRegion(swapPos.getBlockVector3(), swapPos.getBlockVector3().add(pos2.getBlockVector3()).subtract(pos1.getBlockVector3()));
+ CuboidRegion regionB = new CuboidRegion(
+ swapPos.getBlockVector3(),
+ swapPos.getBlockVector3().add(pos2.getBlockVector3()).subtract(pos1.getBlockVector3())
+ );
regionA.setWorld(pos1World);
regionB.setWorld(pos3World);
Clipboard clipA = Clipboard.create(regionA, UUID.randomUUID());
@@ -181,10 +234,18 @@ public class FaweDelegateRegionManager {
e.printStackTrace();
}
FaweAPI.fixLighting(pos1World, new CuboidRegion(pos1.getBlockVector3(), pos2.getBlockVector3()), null,
- RelightMode.valueOf(com.fastasyncworldedit.core.configuration.Settings.IMP.LIGHTING.MODE));
- FaweAPI.fixLighting(pos1World, new CuboidRegion(swapPos.getBlockVector3(),
- BlockVector3.at(swapPos.getX() + pos2.getX() - pos1.getX(), 0, swapPos.getZ() + pos2.getZ() - pos1.getZ())), null,
- RelightMode.valueOf(com.fastasyncworldedit.core.configuration.Settings.IMP.LIGHTING.MODE));
+ RelightMode.valueOf(com.fastasyncworldedit.core.configuration.Settings.IMP.LIGHTING.MODE)
+ );
+ FaweAPI.fixLighting(pos1World, new CuboidRegion(
+ swapPos.getBlockVector3(),
+ BlockVector3.at(
+ swapPos.getX() + pos2.getX() - pos1.getX(),
+ 0,
+ swapPos.getZ() + pos2.getZ() - pos1.getZ()
+ )
+ ), null,
+ RelightMode.valueOf(com.fastasyncworldedit.core.configuration.Settings.IMP.LIGHTING.MODE)
+ );
TaskManager.IMP.task(whenDone);
}
});
@@ -195,7 +256,13 @@ public class FaweDelegateRegionManager {
region.expand(BlockVector3.at(-extendBiome, 0, -extendBiome));
TaskManager.IMP.async(() -> {
synchronized (FaweDelegateRegionManager.class) {
- EditSession editSession = new EditSessionBuilder(BukkitAdapter.adapt(getWorld(world))).checkMemory(false).fastmode(true).limitUnlimited().changeSetNull().autoQueue(false).build();
+ EditSession editSession = new EditSessionBuilder(BukkitAdapter.adapt(getWorld(world)))
+ .checkMemory(false)
+ .fastmode(true)
+ .limitUnlimited()
+ .changeSetNull()
+ .autoQueue(false)
+ .build();
FlatRegionFunction replace = new BiomeReplace(editSession, biome);
FlatRegionVisitor visitor = new FlatRegionVisitor(region, replace);
try {
@@ -209,24 +276,50 @@ public class FaweDelegateRegionManager {
});
}
- public boolean copyRegion(final @NonNull Location pos1,
- final @NonNull Location pos2,
- final @NonNull Location pos3,
- final @NonNull Runnable whenDone) {
+ public boolean copyRegion(
+ final @NonNull Location pos1,
+ final @NonNull Location pos2,
+ final @NonNull Location pos3,
+ final @NonNull Runnable whenDone
+ ) {
TaskManager.IMP.async(() -> {
synchronized (FaweDelegateRegionManager.class) {
World pos1World = BukkitAdapter.adapt(getWorld(pos1.getWorldName()));
World pos3World = BukkitAdapter.adapt(getWorld(pos3.getWorldName()));
- EditSession from = new EditSessionBuilder(pos1World).checkMemory(false).fastmode(true).limitUnlimited().changeSetNull().autoQueue(false).build();
- EditSession to = new EditSessionBuilder(pos3World).checkMemory(false).fastmode(true).limitUnlimited().changeSetNull().autoQueue(false).build();
- CuboidRegion region = new CuboidRegion(BlockVector3.at(pos1.getX(), pos1.getY(), pos1.getZ()), BlockVector3.at(pos2.getX(), pos2.getY(), pos2.getZ()));
- ForwardExtentCopy copy = new ForwardExtentCopy(from, region, to, BlockVector3.at(pos3.getX(), pos3.getY(), pos3.getZ()));
+ EditSession from = new EditSessionBuilder(pos1World)
+ .checkMemory(false)
+ .fastmode(true)
+ .limitUnlimited()
+ .changeSetNull()
+ .autoQueue(false)
+ .build();
+ EditSession to = new EditSessionBuilder(pos3World)
+ .checkMemory(false)
+ .fastmode(true)
+ .limitUnlimited()
+ .changeSetNull()
+ .autoQueue(false)
+ .build();
+ CuboidRegion region = new CuboidRegion(
+ BlockVector3.at(pos1.getX(), pos1.getY(), pos1.getZ()),
+ BlockVector3.at(pos2.getX(), pos2.getY(), pos2.getZ())
+ );
+ ForwardExtentCopy copy = new ForwardExtentCopy(
+ from,
+ region,
+ to,
+ BlockVector3.at(pos3.getX(), pos3.getY(), pos3.getZ())
+ );
try {
Operations.completeLegacy(copy);
to.flushQueue();
FaweAPI.fixLighting(pos1World,
- new CuboidRegion(pos3.getBlockVector3(), pos3.getBlockVector3().add(pos2.getBlockVector3().subtract(pos1.getBlockVector3()))),
- null, RelightMode.valueOf(com.fastasyncworldedit.core.configuration.Settings.IMP.LIGHTING.MODE));
+ new CuboidRegion(
+ pos3.getBlockVector3(),
+ pos3.getBlockVector3().add(pos2.getBlockVector3().subtract(pos1.getBlockVector3()))
+ ),
+ null, RelightMode.valueOf(com.fastasyncworldedit.core.configuration.Settings.IMP.LIGHTING.MODE)
+ );
} catch (MaxChangedBlocksException e) {
e.printStackTrace();
}
@@ -240,8 +333,17 @@ public class FaweDelegateRegionManager {
TaskManager.IMP.async(() -> {
synchronized (FaweDelegateRegionManager.class) {
World pos1World = BukkitAdapter.adapt(getWorld(pos1.getWorldName()));
- try (EditSession editSession = new EditSessionBuilder(pos1World).checkMemory(false).fastmode(true).limitUnlimited().changeSetNull().autoQueue(false).build()) {
- CuboidRegion region = new CuboidRegion(BlockVector3.at(pos1.getX(), pos1.getY(), pos1.getZ()), BlockVector3.at(pos2.getX(), pos2.getY(), pos2.getZ()));
+ try (EditSession editSession = new EditSessionBuilder(pos1World)
+ .checkMemory(false)
+ .fastmode(true)
+ .limitUnlimited()
+ .changeSetNull()
+ .autoQueue(false)
+ .build()) {
+ CuboidRegion region = new CuboidRegion(
+ BlockVector3.at(pos1.getX(), pos1.getY(), pos1.getZ()),
+ BlockVector3.at(pos2.getX(), pos2.getY(), pos2.getZ())
+ );
editSession.regenerate(region);
editSession.flushQueue();
}
@@ -250,4 +352,5 @@ public class FaweDelegateRegionManager {
});
return true;
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquared/FaweDelegateSchematicHandler.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquared/FaweDelegateSchematicHandler.java
index 465435daa..f51a2794b 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquared/FaweDelegateSchematicHandler.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquared/FaweDelegateSchematicHandler.java
@@ -3,6 +3,10 @@ package com.fastasyncworldedit.bukkit.regions.plotsquared;
import com.fastasyncworldedit.core.Fawe;
import com.fastasyncworldedit.core.FaweAPI;
import com.fastasyncworldedit.core.FaweCache;
+import com.fastasyncworldedit.core.extent.clipboard.io.FastSchematicReader;
+import com.fastasyncworldedit.core.extent.clipboard.io.FastSchematicWriter;
+import com.fastasyncworldedit.core.jnbt.CompressedCompoundTag;
+import com.fastasyncworldedit.core.jnbt.CompressedSchematicTag;
import com.fastasyncworldedit.core.util.EditSessionBuilder;
import com.fastasyncworldedit.core.util.IOUtil;
import com.plotsquared.core.PlotSquared;
@@ -15,16 +19,12 @@ import com.plotsquared.core.util.SchematicHandler;
import com.plotsquared.core.util.task.RunnableVal;
import com.plotsquared.core.util.task.TaskManager;
import com.sk89q.jnbt.CompoundTag;
-import com.fastasyncworldedit.core.jnbt.CompressedCompoundTag;
import com.sk89q.jnbt.NBTInputStream;
import com.sk89q.jnbt.NBTOutputStream;
import com.sk89q.jnbt.Tag;
-import com.fastasyncworldedit.core.jnbt.CompressedSchematicTag;
import com.sk89q.worldedit.EditSession;
import com.sk89q.worldedit.extent.clipboard.Clipboard;
import com.sk89q.worldedit.extent.clipboard.io.BuiltInClipboardFormat;
-import com.fastasyncworldedit.core.extent.clipboard.io.FastSchematicReader;
-import com.fastasyncworldedit.core.extent.clipboard.io.FastSchematicWriter;
import com.sk89q.worldedit.extent.clipboard.io.MCEditSchematicReader;
import com.sk89q.worldedit.extent.clipboard.io.SpongeSchematicReader;
import com.sk89q.worldedit.internal.util.LogManagerCompat;
@@ -33,8 +33,8 @@ import com.sk89q.worldedit.regions.CuboidRegion;
import net.jpountz.lz4.LZ4BlockInputStream;
import org.anarres.parallelgzip.ParallelGZIPOutputStream;
import org.apache.logging.log4j.Logger;
-import javax.annotation.Nonnull;
+import javax.annotation.Nonnull;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.EOFException;
@@ -56,13 +56,15 @@ public class FaweDelegateSchematicHandler {
private static final AtomicBoolean exportingAll = new AtomicBoolean();
- public void paste(final Schematic schematic,
- final Plot plot,
- final int xOffset,
- final int yOffset,
- final int zOffset,
- final boolean autoHeight,
- final RunnableVal whenDone) {
+ public void paste(
+ final Schematic schematic,
+ final Plot plot,
+ final int xOffset,
+ final int yOffset,
+ final int zOffset,
+ final boolean autoHeight,
+ final RunnableVal whenDone
+ ) {
Runnable r = () -> {
if (whenDone != null) {
whenDone.value = false;
@@ -78,8 +80,8 @@ public class FaweDelegateSchematicHandler {
// Validate dimensions
CuboidRegion region = plot.getLargestRegion();
if (((region.getMaximumPoint().getX() - region.getMinimumPoint().getX() + xOffset + 1) < WIDTH) || (
- (region.getMaximumPoint().getZ() - region.getMinimumPoint().getZ() + zOffset + 1) < LENGTH) || (HEIGHT
- > 256)) {
+ (region.getMaximumPoint().getZ() - region.getMinimumPoint().getZ() + zOffset + 1) < LENGTH) || (HEIGHT
+ > 256)) {
TaskManager.runTask(whenDone);
return;
}
@@ -94,8 +96,9 @@ public class FaweDelegateSchematicHandler {
y_offset_actual = yOffset + ((ClassicPlotWorld) pw).PLOT_HEIGHT;
} else {
y_offset_actual = yOffset + 1 + PlotSquared.platform().worldUtil()
- .getHighestBlockSynchronous(plot.getWorldName(), region.getMinimumPoint().getX() + 1,
- region.getMinimumPoint().getZ() + 1);
+ .getHighestBlockSynchronous(plot.getWorldName(), region.getMinimumPoint().getX() + 1,
+ region.getMinimumPoint().getZ() + 1
+ );
}
}
} else {
@@ -103,10 +106,10 @@ public class FaweDelegateSchematicHandler {
}
final BlockVector3 to = BlockVector3
- .at(region.getMinimumPoint().getX() + xOffset, y_offset_actual, region.getMinimumPoint().getZ() + zOffset);
+ .at(region.getMinimumPoint().getX() + xOffset, y_offset_actual, region.getMinimumPoint().getZ() + zOffset);
try (EditSession editSession = new EditSessionBuilder(FaweAPI.getWorld(plot.getWorldName())).checkMemory(false)
- .fastmode(true).limitUnlimited().changeSetNull().autoQueue(false).build()) {
+ .fastmode(true).limitUnlimited().changeSetNull().autoQueue(false).build()) {
final Clipboard clipboard = schematic.getClipboard();
clipboard.paste(editSession, to, true, false, true);
if (whenDone != null) {
@@ -135,20 +138,20 @@ public class FaweDelegateSchematicHandler {
if (cTag instanceof CompressedSchematicTag) {
Clipboard clipboard = (Clipboard) cTag.getSource();
try (OutputStream stream = new FileOutputStream(tmp);
- NBTOutputStream output = new NBTOutputStream(
- new BufferedOutputStream(new ParallelGZIPOutputStream(stream)))) {
+ NBTOutputStream output = new NBTOutputStream(
+ new BufferedOutputStream(new ParallelGZIPOutputStream(stream)))) {
new FastSchematicWriter(output).write(clipboard);
}
} else {
try (OutputStream stream = new FileOutputStream(tmp);
- BufferedOutputStream output = new BufferedOutputStream(new ParallelGZIPOutputStream(stream))) {
+ BufferedOutputStream output = new BufferedOutputStream(new ParallelGZIPOutputStream(stream))) {
LZ4BlockInputStream is = cTag.adapt(cTag.getSource());
IOUtil.copy(is, output);
}
}
} else {
try (OutputStream stream = new FileOutputStream(tmp);
- NBTOutputStream output = new NBTOutputStream(new ParallelGZIPOutputStream(stream))) {
+ NBTOutputStream output = new NBTOutputStream(new ParallelGZIPOutputStream(stream))) {
Map map = tag.getValue();
output.writeNamedTag("Schematic", map.getOrDefault("Schematic", tag));
}
@@ -193,7 +196,7 @@ public class FaweDelegateSchematicHandler {
public Schematic getSchematic(@Nonnull InputStream is) {
try {
FastSchematicReader schematicReader = new FastSchematicReader(
- new NBTInputStream(new BufferedInputStream(new GZIPInputStream(new BufferedInputStream(is)))));
+ new NBTInputStream(new BufferedInputStream(new GZIPInputStream(new BufferedInputStream(is)))));
Clipboard clip = schematicReader.read();
return new Schematic(clip);
} catch (IOException e) {
@@ -203,7 +206,7 @@ public class FaweDelegateSchematicHandler {
}
try {
SpongeSchematicReader schematicReader =
- new SpongeSchematicReader(new NBTInputStream(new GZIPInputStream(is)));
+ new SpongeSchematicReader(new NBTInputStream(new GZIPInputStream(is)));
Clipboard clip = schematicReader.read();
return new Schematic(clip);
} catch (IOException e2) {
@@ -213,17 +216,18 @@ public class FaweDelegateSchematicHandler {
}
try {
MCEditSchematicReader schematicReader =
- new MCEditSchematicReader(new NBTInputStream(new GZIPInputStream(is)));
+ new MCEditSchematicReader(new NBTInputStream(new GZIPInputStream(is)));
Clipboard clip = schematicReader.read();
return new Schematic(clip);
} catch (IOException e3) {
e.printStackTrace();
LOGGER.warn(
- is + " | " + is.getClass().getCanonicalName() + " is not in GZIP format : " + e
- .getMessage());
+ is + " | " + is.getClass().getCanonicalName() + " is not in GZIP format : " + e
+ .getMessage());
}
}
}
return null;
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquared/FaweQueueCoordinator.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquared/FaweQueueCoordinator.java
index 5b941dec8..692a594aa 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquared/FaweQueueCoordinator.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquared/FaweQueueCoordinator.java
@@ -2,6 +2,7 @@ package com.fastasyncworldedit.bukkit.regions.plotsquared;
import com.fastasyncworldedit.core.Fawe;
import com.fastasyncworldedit.core.FaweCache;
+import com.fastasyncworldedit.core.math.MutableBlockVector3;
import com.fastasyncworldedit.core.queue.IQueueChunk;
import com.fastasyncworldedit.core.queue.IQueueExtent;
import com.plotsquared.core.queue.LightingMode;
@@ -12,15 +13,14 @@ import com.sk89q.worldedit.entity.Entity;
import com.sk89q.worldedit.function.pattern.Pattern;
import com.sk89q.worldedit.math.BlockVector2;
import com.sk89q.worldedit.math.BlockVector3;
-import com.fastasyncworldedit.core.math.MutableBlockVector3;
import com.sk89q.worldedit.regions.CuboidRegion;
import com.sk89q.worldedit.world.World;
import com.sk89q.worldedit.world.biome.BiomeType;
import com.sk89q.worldedit.world.block.BaseBlock;
import com.sk89q.worldedit.world.block.BlockState;
+
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
-
import java.util.List;
import java.util.Set;
import java.util.function.Consumer;
@@ -29,7 +29,7 @@ public class FaweQueueCoordinator extends QueueCoordinator {
public final IQueueExtent instance;
private final World world;
- private BlockVector3 mutable = new MutableBlockVector3();
+ private final BlockVector3 mutable = new MutableBlockVector3();
private boolean setbiome = false;
public FaweQueueCoordinator(World world) {
@@ -202,4 +202,5 @@ public class FaweQueueCoordinator extends QueueCoordinator {
public boolean isSettingTiles() {
return false;
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquared/FaweTrim.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquared/FaweTrim.java
index 83d1074d1..f2621d90b 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquared/FaweTrim.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquared/FaweTrim.java
@@ -12,10 +12,10 @@ import com.plotsquared.core.configuration.caption.TranslatableCaption;
import com.plotsquared.core.player.PlotPlayer;
@CommandDeclaration(command = "trimchunks",
- permission = "plots.admin",
- description = "Delete unmodified portions of your plotworld",
- requiredType = RequiredType.PLAYER,
- category = CommandCategory.ADMINISTRATION)
+ permission = "plots.admin",
+ description = "Delete unmodified portions of your plotworld",
+ requiredType = RequiredType.PLAYER,
+ category = CommandCategory.ADMINISTRATION)
public class FaweTrim extends SubCommand {
private boolean ran = false;
@@ -28,7 +28,7 @@ public class FaweTrim extends SubCommand {
}
if (strings.length != 2) {
plotPlayer.sendMessage(StaticCaption
- .of("First make a backup of your world called then stand in the middle of an empty plot"));
+ .of("First make a backup of your world called then stand in the middle of an empty plot"));
plotPlayer.sendMessage(StaticCaption.of("use /plot trimall "));
return false;
}
@@ -52,4 +52,5 @@ public class FaweTrim extends SubCommand {
});
return true;
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquared/PlotRegionFilter.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquared/PlotRegionFilter.java
index 9eeb549b4..4e9e1c098 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquared/PlotRegionFilter.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquared/PlotRegionFilter.java
@@ -11,6 +11,7 @@ import java.util.ArrayList;
import static com.google.common.base.Preconditions.checkNotNull;
public class PlotRegionFilter extends CuboidRegionFilter {
+
private final PlotArea area;
public PlotRegionFilter(PlotArea area) {
@@ -27,4 +28,5 @@ public class PlotRegionFilter extends CuboidRegionFilter {
add(BlockVector2.at(bottom.getX(), bottom.getZ()), BlockVector2.at(top.getX(), top.getZ()));
}
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquared/PlotSetBiome.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquared/PlotSetBiome.java
index 67f8cb1b1..b3d5ba958 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquared/PlotSetBiome.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquared/PlotSetBiome.java
@@ -35,43 +35,53 @@ import java.util.concurrent.ThreadLocalRandom;
import java.util.stream.Collectors;
@CommandDeclaration(command = "generatebiome",
- permission = "plots.generatebiome",
- category = CommandCategory.APPEARANCE,
- requiredType = RequiredType.PLAYER,
- description = "Generate a biome in your plot",
- aliases = {"bg", "gb"},
- usage = "/plots generatebiome ")
+ permission = "plots.generatebiome",
+ category = CommandCategory.APPEARANCE,
+ requiredType = RequiredType.PLAYER,
+ description = "Generate a biome in your plot",
+ aliases = {"bg", "gb"},
+ usage = "/plots generatebiome ")
public class PlotSetBiome extends Command {
+
public PlotSetBiome() {
super(MainCommand.getInstance(), true);
}
@Override
- public CompletableFuture execute(final PlotPlayer> player,
- String[] args,
- RunnableVal3 confirm,
- RunnableVal2 whenDone) throws CommandException {
+ public CompletableFuture execute(
+ final PlotPlayer> player,
+ String[] args,
+ RunnableVal3 confirm,
+ RunnableVal2 whenDone
+ ) throws CommandException {
final Plot plot = check(player.getCurrentPlot(), TranslatableCaption.of("errors.not_in_plot"));
- checkTrue(plot.isOwner(player.getUUID()) || Permissions.hasPermission(player, "plots.admin.command.generatebiome"),
- TranslatableCaption.of("permission.no_plot_perms"));
+ checkTrue(
+ plot.isOwner(player.getUUID()) || Permissions.hasPermission(player, "plots.admin.command.generatebiome"),
+ TranslatableCaption.of("permission.no_plot_perms")
+ );
if (plot.getRunning() != 0) {
player.sendMessage(TranslatableCaption.of("errors.wait_for_timer"));
return null;
}
checkTrue(args.length == 1, TranslatableCaption.of("commandconfig.command_syntax"),
- Templates.of("value", getUsage()));
+ Templates.of("value", getUsage())
+ );
final Set regions = plot.getRegions();
BiomeRegistry biomeRegistry =
- WorldEdit.getInstance().getPlatformManager().queryCapability(Capability.GAME_HOOKS).getRegistries()
- .getBiomeRegistry();
+ WorldEdit.getInstance().getPlatformManager().queryCapability(Capability.GAME_HOOKS).getRegistries()
+ .getBiomeRegistry();
Collection knownBiomes = BiomeTypes.values();
final BiomeType biome = Biomes.findBiomeByName(knownBiomes, args[0], biomeRegistry);
if (biome == null) {
- String biomes = StringMan.join(BiomeType.REGISTRY.values(),
- TranslatableCaption.of("blocklist.block_list_separator").getComponent(player));
+ String biomes = StringMan.join(
+ BiomeType.REGISTRY.values(),
+ TranslatableCaption.of("blocklist.block_list_separator").getComponent(player)
+ );
player.sendMessage(TranslatableCaption.of("biome.need_biome"));
- player.sendMessage(TranslatableCaption.of("commandconfig.subcommand_set_options_header"),
- Templates.of("values", biomes));
+ player.sendMessage(
+ TranslatableCaption.of("commandconfig.subcommand_set_options_header"),
+ Templates.of("values", biomes)
+ );
return CompletableFuture.completedFuture(false);
}
confirm.run(this, () -> {
@@ -82,9 +92,9 @@ public class PlotSetBiome extends Command {
plot.addRunning();
TaskManager.IMP.async(() -> {
EditSession session =
- new EditSessionBuilder(BukkitAdapter.adapt(Bukkit.getWorld(plot.getArea().getWorldName())))
- .autoQueue(false).checkMemory(false).allowedRegionsEverywhere()
- .player(BukkitAdapter.adapt(Bukkit.getPlayer(player.getUUID()))).limitUnlimited().build();
+ new EditSessionBuilder(BukkitAdapter.adapt(Bukkit.getWorld(plot.getArea().getWorldName())))
+ .autoQueue(false).checkMemory(false).allowedRegionsEverywhere()
+ .player(BukkitAdapter.adapt(Bukkit.getPlayer(player.getUUID()))).limitUnlimited().build();
long seed = ThreadLocalRandom.current().nextLong();
for (CuboidRegion region : regions) {
session.regenerate(region, biome, seed);
@@ -105,4 +115,5 @@ public class PlotSetBiome extends Command {
.map(value -> new Command(null, false, value, "", RequiredType.PLAYER, null) {
}).collect(Collectors.toList());
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquared/PlotSquaredFeature.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquared/PlotSquaredFeature.java
index 984b4d6b4..26b650570 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquared/PlotSquaredFeature.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquared/PlotSquaredFeature.java
@@ -69,9 +69,9 @@ public class PlotSquaredFeature extends FaweMaskManager {
}
UUID uid = player.getUniqueId();
return !plot.getFlag(NoWorldeditFlag.class) && (plot.isOwner(uid) || type == MaskType.MEMBER && (
- plot.getTrusted().contains(uid) || plot.getTrusted().contains(DBFunc.EVERYONE)
- || (plot.getMembers().contains(uid) || plot.getMembers().contains(DBFunc.EVERYONE)) && player
- .hasPermission("fawe.plotsquared.member")) || player.hasPermission("fawe.plotsquared.admin"));
+ plot.getTrusted().contains(uid) || plot.getTrusted().contains(DBFunc.EVERYONE)
+ || (plot.getMembers().contains(uid) || plot.getMembers().contains(DBFunc.EVERYONE)) && player
+ .hasPermission("fawe.plotsquared.member")) || player.hasPermission("fawe.plotsquared.admin"));
}
@Override
@@ -90,7 +90,7 @@ public class PlotSquaredFeature extends FaweMaskManager {
if (regions.size() == 1) {
CuboidRegion region = regions.iterator().next();
if (region.getMinimumPoint().getX() == Integer.MIN_VALUE
- && region.getMaximumPoint().getX() == Integer.MAX_VALUE) {
+ && region.getMaximumPoint().getX() == Integer.MAX_VALUE) {
regions.clear();
}
}
@@ -116,8 +116,9 @@ public class PlotSquaredFeature extends FaweMaskManager {
} else {
World world = FaweAPI.getWorld(area.getWorldName());
List weRegions = regions.stream().map(
- r -> new CuboidRegion(world, BlockVector3.at(r.getMinimumX(), r.getMinimumY(), r.getMinimumZ()),
- BlockVector3.at(r.getMaximumX(), r.getMaximumY(), r.getMaximumZ()))).collect(Collectors.toList());
+ r -> new CuboidRegion(world, BlockVector3.at(r.getMinimumX(), r.getMinimumY(), r.getMinimumZ()),
+ BlockVector3.at(r.getMaximumX(), r.getMaximumY(), r.getMaximumZ())
+ )).collect(Collectors.toList());
maskedRegion = new RegionIntersection(world, weRegions);
}
@@ -140,4 +141,5 @@ public class PlotSquaredFeature extends FaweMaskManager {
}
return null;
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquaredv4/FaweChunkManager.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquaredv4/FaweChunkManager.java
index 9e382905a..8deb93621 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquaredv4/FaweChunkManager.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquaredv4/FaweChunkManager.java
@@ -23,7 +23,7 @@ import static org.bukkit.Bukkit.getWorld;
public class FaweChunkManager extends ChunkManager {
- private ChunkManager parent;
+ private final ChunkManager parent;
public FaweChunkManager(ChunkManager parent) {
this.parent = parent;
@@ -50,7 +50,13 @@ public class FaweChunkManager extends ChunkManager {
}
@Override
- public void swap(final Location pos1, final Location pos2, final Location pos3, final Location pos4, final Runnable whenDone) {
+ public void swap(
+ final Location pos1,
+ final Location pos2,
+ final Location pos3,
+ final Location pos4,
+ final Runnable whenDone
+ ) {
if (!Settings.IMP.PLOTSQUARED_INTEGRATION.COPY_AND_SWAP) {
parent.swap(pos1, pos2, pos3, pos4, whenDone);
}
@@ -60,11 +66,29 @@ public class FaweChunkManager extends ChunkManager {
World pos1World = BukkitAdapter.adapt(getWorld(pos1.getWorld()));
World pos3World = BukkitAdapter.adapt(getWorld(pos3.getWorld()));
WorldEdit.getInstance().getEditSessionFactory().getEditSession(
- pos1World,-1);
- EditSession sessionA = new EditSessionBuilder(pos1World).checkMemory(false).fastmode(true).limitUnlimited().changeSetNull().autoQueue(false).build();
- EditSession sessionB = new EditSessionBuilder(pos3World).checkMemory(false).fastmode(true).limitUnlimited().changeSetNull().autoQueue(false).build();
- CuboidRegion regionA = new CuboidRegion(BlockVector3.at(pos1.getX(), pos1.getY(), pos1.getZ()), BlockVector3.at(pos2.getX(), pos2.getY(), pos2.getZ()));
- CuboidRegion regionB = new CuboidRegion(BlockVector3.at(pos3.getX(), pos3.getY(), pos3.getZ()), BlockVector3.at(pos4.getX(), pos4.getY(), pos4.getZ()));
+ pos1World, -1);
+ EditSession sessionA = new EditSessionBuilder(pos1World)
+ .checkMemory(false)
+ .fastmode(true)
+ .limitUnlimited()
+ .changeSetNull()
+ .autoQueue(false)
+ .build();
+ EditSession sessionB = new EditSessionBuilder(pos3World)
+ .checkMemory(false)
+ .fastmode(true)
+ .limitUnlimited()
+ .changeSetNull()
+ .autoQueue(false)
+ .build();
+ CuboidRegion regionA = new CuboidRegion(
+ BlockVector3.at(pos1.getX(), pos1.getY(), pos1.getZ()),
+ BlockVector3.at(pos2.getX(), pos2.getY(), pos2.getZ())
+ );
+ CuboidRegion regionB = new CuboidRegion(
+ BlockVector3.at(pos3.getX(), pos3.getY(), pos3.getZ()),
+ BlockVector3.at(pos4.getX(), pos4.getY(), pos4.getZ())
+ );
ForwardExtentCopy copyA = new ForwardExtentCopy(sessionA, regionA, sessionB, regionB.getMinimumPoint());
ForwardExtentCopy copyB = new ForwardExtentCopy(sessionB, regionB, sessionA, regionA.getMinimumPoint());
try {
@@ -89,10 +113,30 @@ public class FaweChunkManager extends ChunkManager {
synchronized (FaweChunkManager.class) {
World pos1World = BukkitAdapter.adapt(getWorld(pos1.getWorld()));
World pos3World = BukkitAdapter.adapt(getWorld(pos3.getWorld()));
- EditSession from = new EditSessionBuilder(pos1World).checkMemory(false).fastmode(true).limitUnlimited().changeSetNull().autoQueue(false).build();
- EditSession to = new EditSessionBuilder(pos3World).checkMemory(false).fastmode(true).limitUnlimited().changeSetNull().autoQueue(false).build();
- CuboidRegion region = new CuboidRegion(BlockVector3.at(pos1.getX(), pos1.getY(), pos1.getZ()), BlockVector3.at(pos2.getX(), pos2.getY(), pos2.getZ()));
- ForwardExtentCopy copy = new ForwardExtentCopy(from, region, to, BlockVector3.at(pos3.getX(), pos3.getY(), pos3.getZ()));
+ EditSession from = new EditSessionBuilder(pos1World)
+ .checkMemory(false)
+ .fastmode(true)
+ .limitUnlimited()
+ .changeSetNull()
+ .autoQueue(false)
+ .build();
+ EditSession to = new EditSessionBuilder(pos3World)
+ .checkMemory(false)
+ .fastmode(true)
+ .limitUnlimited()
+ .changeSetNull()
+ .autoQueue(false)
+ .build();
+ CuboidRegion region = new CuboidRegion(
+ BlockVector3.at(pos1.getX(), pos1.getY(), pos1.getZ()),
+ BlockVector3.at(pos2.getX(), pos2.getY(), pos2.getZ())
+ );
+ ForwardExtentCopy copy = new ForwardExtentCopy(
+ from,
+ region,
+ to,
+ BlockVector3.at(pos3.getX(), pos3.getY(), pos3.getZ())
+ );
try {
Operations.completeLegacy(copy);
to.flushQueue();
@@ -111,10 +155,11 @@ public class FaweChunkManager extends ChunkManager {
synchronized (FaweChunkManager.class) {
World pos1World = BukkitAdapter.adapt(getWorld(pos1.getWorld()));
try (EditSession editSession = new EditSessionBuilder(pos1World).checkMemory(false)
- .fastmode(true).limitUnlimited().changeSetNull().autoQueue(false).build()) {
+ .fastmode(true).limitUnlimited().changeSetNull().autoQueue(false).build()) {
CuboidRegion region = new CuboidRegion(
- BlockVector3.at(pos1.getX(), pos1.getY(), pos1.getZ()),
- BlockVector3.at(pos2.getX(), pos2.getY(), pos2.getZ()));
+ BlockVector3.at(pos1.getX(), pos1.getY(), pos1.getZ()),
+ BlockVector3.at(pos2.getX(), pos2.getY(), pos2.getZ())
+ );
editSession.regenerate(region);
editSession.flushQueue();
}
@@ -123,4 +168,5 @@ public class FaweChunkManager extends ChunkManager {
});
return true;
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquaredv4/FaweLocalBlockQueue.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquaredv4/FaweLocalBlockQueue.java
index 1e8e3531d..fb27c01ed 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquaredv4/FaweLocalBlockQueue.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquaredv4/FaweLocalBlockQueue.java
@@ -3,13 +3,13 @@ package com.fastasyncworldedit.bukkit.regions.plotsquaredv4;
import com.fastasyncworldedit.core.Fawe;
import com.fastasyncworldedit.core.FaweAPI;
import com.fastasyncworldedit.core.FaweCache;
+import com.fastasyncworldedit.core.math.MutableBlockVector3;
import com.fastasyncworldedit.core.queue.IQueueChunk;
import com.fastasyncworldedit.core.queue.IQueueExtent;
import com.github.intellectualsites.plotsquared.plot.util.block.LocalBlockQueue;
import com.sk89q.jnbt.CompoundTag;
import com.sk89q.worldedit.function.pattern.Pattern;
import com.sk89q.worldedit.math.BlockVector3;
-import com.fastasyncworldedit.core.math.MutableBlockVector3;
import com.sk89q.worldedit.world.World;
import com.sk89q.worldedit.world.biome.BiomeType;
import com.sk89q.worldedit.world.block.BaseBlock;
@@ -20,7 +20,7 @@ public class FaweLocalBlockQueue extends LocalBlockQueue {
public final IQueueExtent instance;
private final World world;
- private BlockVector3 mutable = new MutableBlockVector3();
+ private final BlockVector3 mutable = new MutableBlockVector3();
public FaweLocalBlockQueue(String worldName) {
super(worldName);
@@ -127,4 +127,5 @@ public class FaweLocalBlockQueue extends LocalBlockQueue {
instance.setTile(x, y, z, (com.sk89q.jnbt.CompoundTag) FaweCache.IMP.asTag(tag));
return true;
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquaredv4/FaweSchematicHandler.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquaredv4/FaweSchematicHandler.java
index 02a87e35b..bdc1e60e0 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquaredv4/FaweSchematicHandler.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquaredv4/FaweSchematicHandler.java
@@ -3,6 +3,9 @@ package com.fastasyncworldedit.bukkit.regions.plotsquaredv4;
import com.fastasyncworldedit.core.FaweAPI;
import com.fastasyncworldedit.core.FaweCache;
import com.fastasyncworldedit.core.extent.clipboard.ReadOnlyClipboard;
+import com.fastasyncworldedit.core.extent.clipboard.io.FastSchematicWriter;
+import com.fastasyncworldedit.core.jnbt.CompressedCompoundTag;
+import com.fastasyncworldedit.core.jnbt.CompressedSchematicTag;
import com.fastasyncworldedit.core.util.EditSessionBuilder;
import com.fastasyncworldedit.core.util.IOUtil;
import com.fastasyncworldedit.core.util.TaskManager;
@@ -13,8 +16,6 @@ import com.github.intellectualsites.plotsquared.plot.util.MainUtil;
import com.github.intellectualsites.plotsquared.plot.util.SchematicHandler;
import com.github.intellectualsites.plotsquared.plot.util.block.LocalBlockQueue;
import com.sk89q.jnbt.CompoundTag;
-import com.fastasyncworldedit.core.jnbt.CompressedCompoundTag;
-import com.fastasyncworldedit.core.jnbt.CompressedSchematicTag;
import com.sk89q.jnbt.NBTOutputStream;
import com.sk89q.jnbt.Tag;
import com.sk89q.worldedit.EditSession;
@@ -22,7 +23,6 @@ import com.sk89q.worldedit.bukkit.BukkitAdapter;
import com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard;
import com.sk89q.worldedit.extent.clipboard.Clipboard;
import com.sk89q.worldedit.extent.clipboard.io.BuiltInClipboardFormat;
-import com.fastasyncworldedit.core.extent.clipboard.io.FastSchematicWriter;
import com.sk89q.worldedit.math.BlockVector3;
import com.sk89q.worldedit.regions.CuboidRegion;
import com.sk89q.worldedit.world.World;
@@ -43,6 +43,7 @@ import java.util.UUID;
import static org.bukkit.Bukkit.getWorld;
public class FaweSchematicHandler extends SchematicHandler {
+
@Override
public boolean restoreTile(LocalBlockQueue queue, CompoundTag compoundTag, int x, int y, int z) {
if (queue instanceof FaweLocalBlockQueue) {
@@ -59,8 +60,17 @@ public class FaweSchematicHandler extends SchematicHandler {
Location pos1 = corners[0];
Location pos2 = corners[1];
World adaptedWorld = BukkitAdapter.adapt(getWorld(world));
- final CuboidRegion region = new CuboidRegion(BlockVector3.at(pos1.getX(), pos1.getY(), pos1.getZ()), BlockVector3.at(pos2.getX(), pos2.getY(), pos2.getZ()));
- final EditSession editSession = new EditSessionBuilder(adaptedWorld).checkMemory(false).fastmode(true).limitUnlimited().changeSetNull().autoQueue(false).build();
+ final CuboidRegion region = new CuboidRegion(
+ BlockVector3.at(pos1.getX(), pos1.getY(), pos1.getZ()),
+ BlockVector3.at(pos2.getX(), pos2.getY(), pos2.getZ())
+ );
+ final EditSession editSession = new EditSessionBuilder(adaptedWorld)
+ .checkMemory(false)
+ .fastmode(true)
+ .limitUnlimited()
+ .changeSetNull()
+ .autoQueue(false)
+ .build();
ReadOnlyClipboard clipboard = ReadOnlyClipboard.of(editSession, region, false, true);
@@ -84,17 +94,20 @@ public class FaweSchematicHandler extends SchematicHandler {
CompressedCompoundTag cTag = (CompressedCompoundTag) tag;
if (cTag instanceof CompressedSchematicTag) {
Clipboard clipboard = (Clipboard) cTag.getSource();
- try (OutputStream stream = new FileOutputStream(tmp); NBTOutputStream output = new NBTOutputStream(new BufferedOutputStream(new ParallelGZIPOutputStream(stream)))) {
+ try (OutputStream stream = new FileOutputStream(tmp); NBTOutputStream output = new NBTOutputStream(new BufferedOutputStream(
+ new ParallelGZIPOutputStream(stream)))) {
new FastSchematicWriter(output).write(clipboard);
}
} else {
- try (OutputStream stream = new FileOutputStream(tmp); BufferedOutputStream output = new BufferedOutputStream(new ParallelGZIPOutputStream(stream))) {
+ try (OutputStream stream = new FileOutputStream(tmp); BufferedOutputStream output = new BufferedOutputStream(
+ new ParallelGZIPOutputStream(stream))) {
LZ4BlockInputStream is = cTag.adapt(cTag.getSource());
IOUtil.copy(is, stream);
}
}
} else {
- try (OutputStream stream = new FileOutputStream(tmp); NBTOutputStream output = new NBTOutputStream(new ParallelGZIPOutputStream(stream))) {
+ try (OutputStream stream = new FileOutputStream(tmp); NBTOutputStream output = new NBTOutputStream(new ParallelGZIPOutputStream(
+ stream))) {
Map map = tag.getValue();
output.writeNamedTag("Schematic", map.getOrDefault("Schematic", tag));
}
@@ -138,4 +151,5 @@ public class FaweSchematicHandler extends SchematicHandler {
}
}, whenDone);
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquaredv4/FaweTrim.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquaredv4/FaweTrim.java
index 439bbd746..0c5f02b59 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquaredv4/FaweTrim.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquaredv4/FaweTrim.java
@@ -26,7 +26,8 @@ public class FaweTrim extends SubCommand {
return false;
}
if (strings.length != 2) {
- plotPlayer.sendMessage("First make a backup of your world called then stand in the middle of an empty plot");
+ plotPlayer.sendMessage(
+ "First make a backup of your world called then stand in the middle of an empty plot");
plotPlayer.sendMessage("use /plot trimall ");
return false;
}
@@ -53,4 +54,5 @@ public class FaweTrim extends SubCommand {
});
return true;
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquaredv4/PlotRegionFilter.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquaredv4/PlotRegionFilter.java
index 5043e1b1f..703a8bf8d 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquaredv4/PlotRegionFilter.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquaredv4/PlotRegionFilter.java
@@ -11,6 +11,7 @@ import java.util.ArrayList;
import static com.google.common.base.Preconditions.checkNotNull;
public class PlotRegionFilter extends CuboidRegionFilter {
+
private final PlotArea area;
public PlotRegionFilter(PlotArea area) {
@@ -27,4 +28,5 @@ public class PlotRegionFilter extends CuboidRegionFilter {
add(BlockVector2.at(bottom.getX(), bottom.getZ()), BlockVector2.at(top.getX(), top.getZ()));
}
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquaredv4/PlotSetBiome.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquaredv4/PlotSetBiome.java
index c0d467e24..b73ea6d5c 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquaredv4/PlotSetBiome.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquaredv4/PlotSetBiome.java
@@ -24,11 +24,12 @@ import com.sk89q.worldedit.world.biome.BiomeType;
import com.sk89q.worldedit.world.biome.BiomeTypes;
import com.sk89q.worldedit.world.biome.Biomes;
import com.sk89q.worldedit.world.registry.BiomeRegistry;
+import org.bukkit.Bukkit;
+
import java.util.Collection;
import java.util.Set;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.ThreadLocalRandom;
-import org.bukkit.Bukkit;
@CommandDeclaration(
command = "generatebiome",
@@ -40,29 +41,40 @@ import org.bukkit.Bukkit;
usage = "/plots generatebiome "
)
public class PlotSetBiome extends Command {
+
public PlotSetBiome() {
super(MainCommand.getInstance(), true);
}
@Override
- public CompletableFuture execute(final PlotPlayer player, String[] args, RunnableVal3 confirm, RunnableVal2 whenDone) throws CommandException {
+ public CompletableFuture execute(
+ final PlotPlayer player,
+ String[] args,
+ RunnableVal3 confirm,
+ RunnableVal2 whenDone
+ ) throws CommandException {
final Plot plot = check(player.getCurrentPlot(), Captions.NOT_IN_PLOT);
checkTrue(plot.isOwner(player.getUUID()) || Permissions
- .hasPermission(player, "plots.admin.command.generatebiome"), Captions.NO_PLOT_PERMS);
+ .hasPermission(player, "plots.admin.command.generatebiome"), Captions.NO_PLOT_PERMS);
if (plot.getRunning() != 0) {
Captions.WAIT_FOR_TIMER.send(player);
return null;
}
checkTrue(args.length == 1, Captions.COMMAND_SYNTAX, getUsage());
final Set regions = plot.getRegions();
- BiomeRegistry biomeRegistry = WorldEdit.getInstance().getPlatformManager().queryCapability(Capability.GAME_HOOKS).getRegistries().getBiomeRegistry();
+ BiomeRegistry biomeRegistry = WorldEdit
+ .getInstance()
+ .getPlatformManager()
+ .queryCapability(Capability.GAME_HOOKS)
+ .getRegistries()
+ .getBiomeRegistry();
Collection knownBiomes = BiomeTypes.values();
final BiomeType biome = Biomes.findBiomeByName(knownBiomes, args[0], biomeRegistry);
if (biome == null) {
String biomes = StringMan
.join(BiomeType.REGISTRY.values(), Captions.BLOCK_LIST_SEPARATOR.getTranslated());
Captions.NEED_BIOME.send(player);
- MainUtil.sendMessage(player, Captions.SUBCOMMAND_SET_OPTIONS_HEADER.toString() + biomes);
+ MainUtil.sendMessage(player, Captions.SUBCOMMAND_SET_OPTIONS_HEADER + biomes);
return CompletableFuture.completedFuture(false);
}
confirm.run(this, () -> {
@@ -90,4 +102,5 @@ public class PlotSetBiome extends Command {
return CompletableFuture.completedFuture(true);
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquaredv4/PlotSquaredFeature.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquaredv4/PlotSquaredFeature.java
index 9c25b5076..58536ea39 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquaredv4/PlotSquaredFeature.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/regions/plotsquaredv4/PlotSquaredFeature.java
@@ -1,9 +1,9 @@
package com.fastasyncworldedit.bukkit.regions.plotsquaredv4;
import com.fastasyncworldedit.core.FaweAPI;
-import com.fastasyncworldedit.core.regions.RegionWrapper;
import com.fastasyncworldedit.core.regions.FaweMask;
import com.fastasyncworldedit.core.regions.FaweMaskManager;
+import com.fastasyncworldedit.core.regions.RegionWrapper;
import com.fastasyncworldedit.core.regions.filter.RegionFilter;
import com.github.intellectualsites.plotsquared.plot.PlotSquared;
import com.github.intellectualsites.plotsquared.plot.commands.MainCommand;
@@ -97,11 +97,11 @@ public class PlotSquaredFeature extends FaweMaskManager {
}
UUID uid = player.getUniqueId();
return !Flags.NO_WORLDEDIT.isTrue(plot) && (plot.isOwner(uid)
- || type == MaskType.MEMBER && (plot.getTrusted().contains(uid) || plot.getTrusted()
- .contains(DBFunc.EVERYONE)
- || (plot.getMembers().contains(uid) || plot.getMembers().contains(DBFunc.EVERYONE))
- && player.hasPermission("fawe.plotsquared.member")) || player
- .hasPermission("fawe.plotsquared.admin"));
+ || type == MaskType.MEMBER && (plot.getTrusted().contains(uid) || plot.getTrusted()
+ .contains(DBFunc.EVERYONE)
+ || (plot.getMembers().contains(uid) || plot.getMembers().contains(DBFunc.EVERYONE))
+ && player.hasPermission("fawe.plotsquared.member")) || player
+ .hasPermission("fawe.plotsquared.admin"));
}
@Override
@@ -119,7 +119,9 @@ public class PlotSquaredFeature extends FaweMaskManager {
regions = WEManager.getMask(pp);
if (regions.size() == 1) {
CuboidRegion region = regions.iterator().next();
- if (region.getMinimumPoint().getX() == Integer.MIN_VALUE && region.getMaximumPoint().getX() == Integer.MAX_VALUE) {
+ if (region.getMinimumPoint().getX() == Integer.MIN_VALUE && region
+ .getMaximumPoint()
+ .getX() == Integer.MAX_VALUE) {
regions.clear();
}
}
@@ -132,7 +134,14 @@ public class PlotSquaredFeature extends FaweMaskManager {
int max = area != null ? Math.min(255, area.MAX_BUILD_HEIGHT) : 255;
final HashSet faweRegions = new HashSet<>();
for (CuboidRegion current : regions) {
- faweRegions.add(new RegionWrapper(current.getMinimumX(), current.getMaximumX(), min, max, current.getMinimumZ(), current.getMaximumZ()));
+ faweRegions.add(new RegionWrapper(
+ current.getMinimumX(),
+ current.getMaximumX(),
+ min,
+ max,
+ current.getMinimumZ(),
+ current.getMaximumZ()
+ ));
}
final CuboidRegion region = regions.iterator().next();
final BlockVector3 pos1 = BlockVector3.at(region.getMinimumX(), min, region.getMinimumZ());
@@ -148,8 +157,12 @@ public class PlotSquaredFeature extends FaweMaskManager {
} else {
World world = FaweAPI.getWorld(area.worldname);
List weRegions = regions.stream()
- .map(r -> new CuboidRegion(world, BlockVector3.at(r.getMinimumX(), r.getMinimumY(), r.getMinimumZ()), BlockVector3.at(r.getMaximumX(), r.getMaximumY(), r.getMaximumZ())))
- .collect(Collectors.toList());
+ .map(r -> new CuboidRegion(
+ world,
+ BlockVector3.at(r.getMinimumX(), r.getMinimumY(), r.getMinimumZ()),
+ BlockVector3.at(r.getMaximumX(), r.getMaximumY(), r.getMaximumZ())
+ ))
+ .collect(Collectors.toList());
maskedRegion = new RegionIntersection(world, weRegions);
}
@@ -172,4 +185,5 @@ public class PlotSquaredFeature extends FaweMaskManager {
}
return null;
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/util/BukkitItemStack.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/util/BukkitItemStack.java
index 216c7f192..9ec00af76 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/util/BukkitItemStack.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/util/BukkitItemStack.java
@@ -1,8 +1,7 @@
package com.fastasyncworldedit.bukkit.util;
-import com.fastasyncworldedit.core.Fawe;
import com.fastasyncworldedit.bukkit.FaweBukkit;
-import com.fastasyncworldedit.bukkit.util.ItemUtil;
+import com.fastasyncworldedit.core.Fawe;
import com.sk89q.jnbt.CompoundTag;
import com.sk89q.worldedit.blocks.BaseItemStack;
import com.sk89q.worldedit.bukkit.BukkitAdapter;
@@ -12,6 +11,7 @@ import org.bukkit.inventory.ItemStack;
import javax.annotation.Nullable;
public class BukkitItemStack extends BaseItemStack {
+
private ItemStack stack;
private Object nativeItem;
private boolean loadedNBT;
@@ -75,4 +75,5 @@ public class BukkitItemStack extends BaseItemStack {
}
super.setNbtData(nbtData);
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/util/BukkitReflectionUtils.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/util/BukkitReflectionUtils.java
index 1d31f3f07..6bfcfb526 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/util/BukkitReflectionUtils.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/util/BukkitReflectionUtils.java
@@ -7,6 +7,7 @@ import org.bukkit.Server;
import java.lang.reflect.Method;
public class BukkitReflectionUtils {
+
/**
* Prefix of Bukkit classes.
*/
@@ -55,4 +56,5 @@ public class BukkitReflectionUtils {
final String packageName = Bukkit.getServer().getClass().getPackage().getName();
return packageName.substring(packageName.lastIndexOf('.') + 1);
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/util/BukkitTaskManager.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/util/BukkitTaskManager.java
index 444d6d38f..850cd886a 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/util/BukkitTaskManager.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/util/BukkitTaskManager.java
@@ -4,6 +4,7 @@ import com.fastasyncworldedit.core.util.TaskManager;
import org.apache.commons.lang.mutable.MutableInt;
import org.bukkit.Bukkit;
import org.bukkit.plugin.Plugin;
+
import javax.annotation.Nonnull;
public class BukkitTaskManager extends TaskManager {
@@ -52,4 +53,5 @@ public class BukkitTaskManager extends TaskManager {
Bukkit.getScheduler().cancelTask(task);
}
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/util/ItemUtil.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/util/ItemUtil.java
index 175e12b34..4810db040 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/util/ItemUtil.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/util/ItemUtil.java
@@ -1,7 +1,6 @@
package com.fastasyncworldedit.bukkit.util;
import com.fastasyncworldedit.core.util.ReflectionUtils;
-
import com.sk89q.jnbt.CompoundTag;
import com.sk89q.jnbt.Tag;
import com.sk89q.worldedit.bukkit.WorldEditPlugin;
@@ -39,7 +38,10 @@ public class ItemUtil {
this.fieldHandle = ReflectionUtils.setAccessible(classCraftItemStack.getDeclaredField("handle"));
Class> classNBTTagCompound = BukkitReflectionUtils.getNmsClass("NBTTagCompound");
this.methodSetTag = ReflectionUtils.setAccessible(classNMSItem.getDeclaredMethod("setTag", classNBTTagCompound));
- this.methodAsBukkitCopy = ReflectionUtils.setAccessible(classCraftItemStack.getDeclaredMethod("asBukkitCopy", classNMSItem));
+ this.methodAsBukkitCopy = ReflectionUtils.setAccessible(classCraftItemStack.getDeclaredMethod(
+ "asBukkitCopy",
+ classNMSItem
+ ));
}
public Object getNMSItem(ItemStack item) {
@@ -56,7 +58,6 @@ public class ItemUtil {
}
-
public CompoundTag getNBT(ItemStack item) {
try {
if (!item.hasItemMeta()) {
@@ -113,4 +114,5 @@ public class ItemUtil {
}
return null;
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/util/MinecraftVersion.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/util/MinecraftVersion.java
index 129ac6bdd..43477eb72 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/util/MinecraftVersion.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/util/MinecraftVersion.java
@@ -2,6 +2,7 @@ package com.fastasyncworldedit.bukkit.util;
import com.google.common.collect.ComparisonChain;
import org.bukkit.Bukkit;
+
import javax.annotation.Nonnull;
/**
@@ -119,19 +120,28 @@ public class MinecraftVersion implements Comparable {
@Override
public boolean equals(Object o) {
- if (this == o) return true;
- if (o == null || getClass() != o.getClass()) return false;
+ if (this == o) {
+ return true;
+ }
+ if (o == null || getClass() != o.getClass()) {
+ return false;
+ }
MinecraftVersion that = (MinecraftVersion) o;
- if (getMajor() != that.getMajor()) return false;
- if (getMinor() != that.getMinor()) return false;
+ if (getMajor() != that.getMajor()) {
+ return false;
+ }
+ if (getMinor() != that.getMinor()) {
+ return false;
+ }
return getRelease() == that.getRelease();
}
/**
* Determines the server version based on the package path, e.g. {@code org.bukkit.craftbukkit.v1_16_R3},
- * where v1_16_R3 is the resolved version.
+ * where v1_16_R3 is the resolved version. Note: as of Minecraft 1.17, NMS is no longer versioned thus this
+ * method may have poor results.
*
* @return The package version.
*/
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/util/VaultUtil.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/util/VaultUtil.java
index 2a6c7b70e..512cee174 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/util/VaultUtil.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/util/VaultUtil.java
@@ -5,15 +5,17 @@ import org.bukkit.Bukkit;
import org.bukkit.plugin.RegisteredServiceProvider;
public class VaultUtil {
+
public final Permission permission;
public VaultUtil() {
final RegisteredServiceProvider permissionProvider =
- Bukkit.getServer().getServicesManager().getRegistration(Permission.class);
+ Bukkit.getServer().getServicesManager().getRegistration(Permission.class);
if (permissionProvider != null) {
this.permission = permissionProvider.getProvider();
} else {
this.permission = null;
}
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/util/WorldUnloadedException.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/util/WorldUnloadedException.java
index 606da898d..0f22e196d 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/util/WorldUnloadedException.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/util/WorldUnloadedException.java
@@ -14,4 +14,5 @@ public class WorldUnloadedException extends WorldEditException {
public WorldUnloadedException() {
super(Caption.of("worldedit.error.world-unloaded"));
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/util/image/BukkitImageViewer.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/util/image/BukkitImageViewer.java
index b78149721..550b96641 100644
--- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/util/image/BukkitImageViewer.java
+++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/util/image/BukkitImageViewer.java
@@ -20,13 +20,14 @@ import org.inventivetalent.mapmanager.controller.MultiMapController;
import org.inventivetalent.mapmanager.manager.MapManager;
import org.inventivetalent.mapmanager.wrapper.MapWrapper;
+import javax.annotation.Nullable;
import java.awt.RenderingHints;
import java.awt.image.BufferedImage;
import java.io.IOException;
import java.util.Collection;
-import javax.annotation.Nullable;
public class BukkitImageViewer implements ImageViewer {
+
private final MapManager mapManager;
private final Player player;
private BufferedImage last;
@@ -148,7 +149,13 @@ public class BukkitImageViewer implements ImageViewer {
last = image;
int width = frames.length;
int height = frames[0].length;
- BufferedImage scaled = ImageUtil.getScaledInstance(image, 128 * width, 128 * height, RenderingHints.VALUE_INTERPOLATION_BILINEAR, false);
+ BufferedImage scaled = ImageUtil.getScaledInstance(
+ image,
+ 128 * width,
+ 128 * height,
+ RenderingHints.VALUE_INTERPOLATION_BILINEAR,
+ false
+ );
MapWrapper mapWrapper = mapManager.wrapMultiImage(scaled, width, height);
MultiMapController controller = (MultiMapController) mapWrapper.getController();
controller.addViewer(player);
@@ -169,7 +176,13 @@ public class BukkitImageViewer implements ImageViewer {
image = drawable.draw();
}
last = image;
- BufferedImage scaled = ImageUtil.getScaledInstance(image, 128, 128, RenderingHints.VALUE_INTERPOLATION_BILINEAR, false);
+ BufferedImage scaled = ImageUtil.getScaledInstance(
+ image,
+ 128,
+ 128,
+ RenderingHints.VALUE_INTERPOLATION_BILINEAR,
+ false
+ );
MapWrapper mapWrapper = mapManager.wrapImage(scaled);
MapController controller = mapWrapper.getController();
controller.addViewer(player);
@@ -199,4 +212,5 @@ public class BukkitImageViewer implements ImageViewer {
public void close() throws IOException {
last = null;
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/bukkit/util/ClassSourceValidator.java b/worldedit-bukkit/src/main/java/com/sk89q/bukkit/util/ClassSourceValidator.java
index e0789e3e7..b0de56101 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/bukkit/util/ClassSourceValidator.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/bukkit/util/ClassSourceValidator.java
@@ -25,12 +25,12 @@ import com.sk89q.worldedit.internal.util.LogManagerCompat;
import org.apache.logging.log4j.Logger;
import org.bukkit.plugin.Plugin;
+import javax.annotation.Nullable;
import java.security.CodeSource;
import java.util.HashMap;
import java.util.List;
import java.util.Locale;
import java.util.Map;
-import javax.annotation.Nullable;
import static com.google.common.base.Preconditions.checkNotNull;
@@ -109,7 +109,8 @@ public class ClassSourceValidator {
builder.append("** the version of ").append(plugin.getName()).append(" that you downloaded, you\n");
builder.append("** will be using a broken mix of old ").append(plugin.getName()).append(" (that came\n");
builder.append("** with the plugin) and your downloaded version. THIS MAY\n");
- builder.append("** SEVERELY BREAK ").append(plugin.getName().toUpperCase(Locale.ROOT)).append(" AND ALL OF ITS FEATURES.\n");
+ builder.append("** SEVERELY BREAK ").append(plugin.getName().toUpperCase(Locale.ROOT)).append(
+ " AND ALL OF ITS FEATURES.\n");
builder.append("**\n");
builder.append("** This may have happened because the developer is using\n");
builder.append("** the ").append(plugin.getName()).append(" API and thinks that including\n");
@@ -128,4 +129,5 @@ public class ClassSourceValidator {
LOGGER.error(builder.toString());
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/bukkit/util/CommandInspector.java b/worldedit-bukkit/src/main/java/com/sk89q/bukkit/util/CommandInspector.java
index d923d26b9..4985c9ad7 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/bukkit/util/CommandInspector.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/bukkit/util/CommandInspector.java
@@ -29,4 +29,5 @@ public interface CommandInspector {
String getFullText(Command command);
boolean testPermission(CommandSender sender, Command command);
+
}
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/bukkit/util/CommandRegistration.java b/worldedit-bukkit/src/main/java/com/sk89q/bukkit/util/CommandRegistration.java
index c436b4210..eff09ffac 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/bukkit/util/CommandRegistration.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/bukkit/util/CommandRegistration.java
@@ -37,8 +37,10 @@ import java.util.Set;
public class CommandRegistration {
static {
- Bukkit.getServer().getHelpMap().registerHelpTopicFactory(DynamicPluginCommand.class,
- new DynamicPluginCommandHelpTopic.Factory());
+ Bukkit.getServer().getHelpMap().registerHelpTopicFactory(
+ DynamicPluginCommand.class,
+ new DynamicPluginCommandHelpTopic.Factory()
+ );
}
protected final Plugin plugin;
@@ -72,8 +74,14 @@ public class CommandRegistration {
return false;
}
for (CommandInfo command : registered) {
- DynamicPluginCommand cmd = new DynamicPluginCommand(command.getAliases(),
- command.getDesc(), "/" + command.getAliases()[0] + " " + command.getUsage(), executor, command.getRegisteredWith(), plugin);
+ DynamicPluginCommand cmd = new DynamicPluginCommand(
+ command.getAliases(),
+ command.getDesc(),
+ "/" + command.getAliases()[0] + " " + command.getUsage(),
+ executor,
+ command.getRegisteredWith(),
+ plugin
+ );
cmd.setPermissions(command.getPermissions());
commandMap.register(plugin.getDescription().getName(), cmd);
}
@@ -91,7 +99,7 @@ public class CommandRegistration {
CommandMap commandMap = ReflectionUtil.getField(plugin.getServer().getPluginManager(), "commandMap");
if (commandMap == null) {
Bukkit.getServer().getLogger().severe(plugin.getDescription().getName()
- + ": Could not retrieve server CommandMap, using fallback instead!");
+ + ": Could not retrieve server CommandMap, using fallback instead!");
fallbackCommands = commandMap = new SimpleCommandMap(Bukkit.getServer());
Bukkit.getServer().getPluginManager().registerEvents(new FallbackRegistrationListener(fallbackCommands), plugin);
} else {
@@ -108,7 +116,7 @@ public class CommandRegistration {
if (knownCommands == null || aliases == null) {
return false;
}
- for (Iterator i = knownCommands.values().iterator(); i.hasNext();) {
+ for (Iterator i = knownCommands.values().iterator(); i.hasNext(); ) {
org.bukkit.command.Command cmd = i.next();
if (cmd instanceof DynamicPluginCommand && ((DynamicPluginCommand) cmd).getOwner().equals(executor)) {
i.remove();
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/bukkit/util/CommandsManagerRegistration.java b/worldedit-bukkit/src/main/java/com/sk89q/bukkit/util/CommandsManagerRegistration.java
index 6e8c38625..e774bd269 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/bukkit/util/CommandsManagerRegistration.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/bukkit/util/CommandsManagerRegistration.java
@@ -69,7 +69,13 @@ public class CommandsManagerRegistration extends CommandRegistration {
}
}
- toRegister.add(new CommandInfo(command.usage(), command.desc(), command.aliases(), commands, permissions == null ? null : permissions.toArray(new String[permissions.size()])));
+ toRegister.add(new CommandInfo(
+ command.usage(),
+ command.desc(),
+ command.aliases(),
+ commands,
+ permissions == null ? null : permissions.toArray(new String[permissions.size()])
+ ));
}
return register(toRegister);
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/bukkit/util/DynamicPluginCommand.java b/worldedit-bukkit/src/main/java/com/sk89q/bukkit/util/DynamicPluginCommand.java
index 7ef29a06a..046222d6d 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/bukkit/util/DynamicPluginCommand.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/bukkit/util/DynamicPluginCommand.java
@@ -33,8 +33,8 @@ import java.util.Arrays;
import java.util.List;
/**
-* An implementation of a dynamically registered {@link org.bukkit.command.Command} attached to a plugin.
-*/
+ * An implementation of a dynamically registered {@link org.bukkit.command.Command} attached to a plugin.
+ */
@SuppressWarnings("deprecation")
public class DynamicPluginCommand extends org.bukkit.command.Command implements PluginIdentifiableCommand {
@@ -43,7 +43,14 @@ public class DynamicPluginCommand extends org.bukkit.command.Command implements
protected final Plugin owningPlugin;
protected String[] permissions = new String[0];
- public DynamicPluginCommand(String[] aliases, String desc, String usage, CommandExecutor owner, Object registeredWith, Plugin plugin) {
+ public DynamicPluginCommand(
+ String[] aliases,
+ String desc,
+ String usage,
+ CommandExecutor owner,
+ Object registeredWith,
+ Plugin plugin
+ ) {
super(aliases[0], desc, usage, Arrays.asList(aliases));
this.owner = owner;
this.owningPlugin = plugin;
@@ -118,4 +125,5 @@ public class DynamicPluginCommand extends org.bukkit.command.Command implements
}
return super.testPermissionSilent(sender);
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/bukkit/util/DynamicPluginCommandHelpTopic.java b/worldedit-bukkit/src/main/java/com/sk89q/bukkit/util/DynamicPluginCommandHelpTopic.java
index 9ce9c9ce6..e160436ee 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/bukkit/util/DynamicPluginCommandHelpTopic.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/bukkit/util/DynamicPluginCommandHelpTopic.java
@@ -139,10 +139,12 @@ public class DynamicPluginCommandHelpTopic extends HelpTopic {
}
public static class Factory implements HelpTopicFactory {
+
@Override
public HelpTopic createTopic(DynamicPluginCommand command) {
return new DynamicPluginCommandHelpTopic(command);
}
+
}
}
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/wepif/ConfigurationPermissionsResolver.java b/worldedit-bukkit/src/main/java/com/sk89q/wepif/ConfigurationPermissionsResolver.java
index fbe724f18..c016137b6 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/wepif/ConfigurationPermissionsResolver.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/wepif/ConfigurationPermissionsResolver.java
@@ -31,6 +31,7 @@ import java.util.Map;
import java.util.Set;
public class ConfigurationPermissionsResolver implements PermissionsResolver {
+
private final YAMLProcessor config;
private final Map> userPermissionsCache = new HashMap<>();
private final Set defaultPermissionsCache = new HashSet<>();
@@ -41,14 +42,14 @@ public class ConfigurationPermissionsResolver implements PermissionsResolver {
}
public static YAMLNode generateDefaultPerms(YAMLNode section) {
- section.setProperty("groups.default.permissions", new String[] {
- "worldedit.reload",
- "worldedit.selection",
- "worlds.creative.worldedit.region"
+ section.setProperty("groups.default.permissions", new String[]{
+ "worldedit.reload",
+ "worldedit.selection",
+ "worlds.creative.worldedit.region"
});
- section.setProperty("groups.admins.permissions", new String[] { "*" });
- section.setProperty("users.sk89q.permissions", new String[] { "worldedit" });
- section.setProperty("users.sk89q.groups", new String[] { "admins" });
+ section.setProperty("groups.admins.permissions", new String[]{"*"});
+ section.setProperty("users.sk89q.permissions", new String[]{"worldedit"});
+ section.setProperty("users.sk89q.groups", new String[]{"admins"});
return section;
}
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/wepif/DinnerPermsResolver.java b/worldedit-bukkit/src/main/java/com/sk89q/wepif/DinnerPermsResolver.java
index f301de0ef..1cc082d9c 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/wepif/DinnerPermsResolver.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/wepif/DinnerPermsResolver.java
@@ -174,4 +174,5 @@ public class DinnerPermsResolver implements PermissionsResolver {
public String getDetectionMessage() {
return "Using the Bukkit Permissions API.";
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/wepif/FlatFilePermissionsResolver.java b/worldedit-bukkit/src/main/java/com/sk89q/wepif/FlatFilePermissionsResolver.java
index 9c30f8715..15dca3e5e 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/wepif/FlatFilePermissionsResolver.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/wepif/FlatFilePermissionsResolver.java
@@ -20,10 +20,11 @@
package com.sk89q.wepif;
import com.sk89q.util.yaml.YAMLProcessor;
-import org.bukkit.OfflinePlayer;
-import org.bukkit.Server;
import com.sk89q.worldedit.internal.util.LogManagerCompat;
import org.apache.logging.log4j.Logger;
+import org.bukkit.OfflinePlayer;
+import org.bukkit.Server;
+
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
@@ -123,7 +124,7 @@ public class FlatFilePermissionsResolver implements PermissionsResolver {
defaultPermissionsCache = userGroupPermissions.get("default");
}
- BufferedReader buff = null;
+ BufferedReader buff = null;
try {
FileReader input = new FileReader(this.userFile);
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/wepif/GroupManagerResolver.java b/worldedit-bukkit/src/main/java/com/sk89q/wepif/GroupManagerResolver.java
index 40731d0bd..0784d562c 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/wepif/GroupManagerResolver.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/wepif/GroupManagerResolver.java
@@ -28,6 +28,7 @@ import org.bukkit.World;
import org.bukkit.permissions.Permissible;
public class GroupManagerResolver extends DinnerPermsResolver {
+
private final WorldsHolder worldsHolder;
public static PermissionsResolver factory(Server server, YAMLProcessor config) {
@@ -128,4 +129,5 @@ public class GroupManagerResolver extends DinnerPermsResolver {
public String getDetectionMessage() {
return "GroupManager detected! Using GroupManager for permissions.";
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/wepif/NijiPermissionsResolver.java b/worldedit-bukkit/src/main/java/com/sk89q/wepif/NijiPermissionsResolver.java
index bf5a15d81..42b327702 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/wepif/NijiPermissionsResolver.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/wepif/NijiPermissionsResolver.java
@@ -134,7 +134,7 @@ public class NijiPermissionsResolver implements PermissionsResolver {
} catch (Throwable t) {
String group = Permissions.Security.getGroup(player.getWorld().getName(), player.getName());
if (group != null) {
- groups = new String[] { group };
+ groups = new String[]{group};
}
}
if (groups == null) {
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/wepif/PermissionsExResolver.java b/worldedit-bukkit/src/main/java/com/sk89q/wepif/PermissionsExResolver.java
index d7e1ae407..bc6104fc9 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/wepif/PermissionsExResolver.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/wepif/PermissionsExResolver.java
@@ -27,6 +27,7 @@ import ru.tehkode.permissions.PermissionManager;
import ru.tehkode.permissions.PermissionUser;
public class PermissionsExResolver extends DinnerPermsResolver {
+
private final PermissionManager manager;
public static PermissionsResolver factory(Server server, YAMLProcessor config) {
@@ -90,4 +91,5 @@ public class PermissionsExResolver extends DinnerPermsResolver {
public String getDetectionMessage() {
return "PermissionsEx detected! Using PermissionsEx for permissions.";
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/wepif/PermissionsProvider.java b/worldedit-bukkit/src/main/java/com/sk89q/wepif/PermissionsProvider.java
index 0ca23ef3e..3485034b9 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/wepif/PermissionsProvider.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/wepif/PermissionsProvider.java
@@ -22,6 +22,7 @@ package com.sk89q.wepif;
import org.bukkit.OfflinePlayer;
public interface PermissionsProvider {
+
boolean hasPermission(String name, String permission);
boolean hasPermission(String worldName, String name, String permission);
@@ -37,4 +38,5 @@ public interface PermissionsProvider {
boolean inGroup(OfflinePlayer player, String group);
String[] getGroups(OfflinePlayer player);
+
}
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/wepif/PermissionsResolver.java b/worldedit-bukkit/src/main/java/com/sk89q/wepif/PermissionsResolver.java
index dd083d734..20a4d89f6 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/wepif/PermissionsResolver.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/wepif/PermissionsResolver.java
@@ -20,7 +20,9 @@
package com.sk89q.wepif;
public interface PermissionsResolver extends PermissionsProvider {
+
void load();
String getDetectionMessage();
+
}
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/wepif/PermissionsResolverManager.java b/worldedit-bukkit/src/main/java/com/sk89q/wepif/PermissionsResolverManager.java
index d9a80dd53..b7e1d0f4f 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/wepif/PermissionsResolverManager.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/wepif/PermissionsResolverManager.java
@@ -41,23 +41,23 @@ import java.util.List;
public class PermissionsResolverManager implements PermissionsResolver {
private static final String CONFIG_HEADER = "#\r\n"
- + "# WEPIF Configuration File\r\n"
- + "#\r\n"
- + "# This file handles permissions configuration for every plugin using WEPIF\r\n"
- + "#\r\n"
- + "# About editing this file:\r\n"
- + "# - DO NOT USE TABS. You MUST use spaces or Bukkit will complain. If\r\n"
- + "# you use an editor like Notepad++ (recommended for Windows users), you\r\n"
- + "# must configure it to \"replace tabs with spaces.\" In Notepad++, this can\r\n"
- + "# be changed in Settings > Preferences > Language Menu.\r\n"
- + "# - Don't get rid of the indents. They are indented so some entries are\r\n"
- + "# in categories (like \"enforce-single-session\" is in the \"protection\"\r\n"
- + "# category.\r\n"
- + "# - If you want to check the format of this file before putting it\r\n"
- + "# into WEPIF, paste it into https://yaml-online-parser.appspot.com/\r\n"
- + "# and see if it gives \"ERROR:\".\r\n"
- + "# - Lines starting with # are comments and so they are ignored.\r\n"
- + "\r\n";
+ + "# WEPIF Configuration File\r\n"
+ + "#\r\n"
+ + "# This file handles permissions configuration for every plugin using WEPIF\r\n"
+ + "#\r\n"
+ + "# About editing this file:\r\n"
+ + "# - DO NOT USE TABS. You MUST use spaces or Bukkit will complain. If\r\n"
+ + "# you use an editor like Notepad++ (recommended for Windows users), you\r\n"
+ + "# must configure it to \"replace tabs with spaces.\" In Notepad++, this can\r\n"
+ + "# be changed in Settings > Preferences > Language Menu.\r\n"
+ + "# - Don't get rid of the indents. They are indented so some entries are\r\n"
+ + "# in categories (like \"enforce-single-session\" is in the \"protection\"\r\n"
+ + "# category.\r\n"
+ + "# - If you want to check the format of this file before putting it\r\n"
+ + "# into WEPIF, paste it into https://yaml-online-parser.appspot.com/\r\n"
+ + "# and see if it gives \"ERROR:\".\r\n"
+ + "# - Lines starting with # are comments and so they are ignored.\r\n"
+ + "\r\n";
private static final Logger LOGGER = LogManagerCompat.getLogger();
@@ -86,15 +86,15 @@ public class PermissionsResolverManager implements PermissionsResolver {
private final List> enabledResolvers = new ArrayList<>();
@SuppressWarnings("unchecked")
- protected Class extends PermissionsResolver>[] availableResolvers = new Class[] {
- PluginPermissionsResolver.class,
- PermissionsExResolver.class,
- bPermissionsResolver.class,
- GroupManagerResolver.class,
- NijiPermissionsResolver.class,
- VaultResolver.class,
- DinnerPermsResolver.class,
- FlatFilePermissionsResolver.class
+ protected Class extends PermissionsResolver>[] availableResolvers = new Class[]{
+ PluginPermissionsResolver.class,
+ PermissionsExResolver.class,
+ bPermissionsResolver.class,
+ GroupManagerResolver.class,
+ NijiPermissionsResolver.class,
+ VaultResolver.class,
+ DinnerPermsResolver.class,
+ FlatFilePermissionsResolver.class
};
protected PermissionsResolverManager(Plugin plugin) {
@@ -221,7 +221,7 @@ public class PermissionsResolverManager implements PermissionsResolver {
} else {
List disabledResolvers = config.getStringList("resolvers.disabled", new ArrayList<>());
List stagedEnabled = config.getStringList("resolvers.enabled", null);
- for (Iterator i = stagedEnabled.iterator(); i.hasNext();) {
+ for (Iterator i = stagedEnabled.iterator(); i.hasNext(); ) {
String nextName = i.next();
Class> next = null;
try {
@@ -242,11 +242,11 @@ public class PermissionsResolverManager implements PermissionsResolver {
for (Class> clazz : availableResolvers) {
if (!stagedEnabled.contains(clazz.getSimpleName())
- && !disabledResolvers.contains(clazz.getSimpleName())) {
+ && !disabledResolvers.contains(clazz.getSimpleName())) {
disabledResolvers.add(clazz.getSimpleName());
LOGGER.info("New permissions resolver: "
- + clazz.getSimpleName() + " detected. "
- + "Added to disabled resolvers list.");
+ + clazz.getSimpleName() + " detected. "
+ + "Added to disabled resolvers list.");
isUpdated = true;
}
}
@@ -272,9 +272,11 @@ public class PermissionsResolverManager implements PermissionsResolver {
}
public static class MissingPluginException extends Exception {
+
}
class ServerListener implements org.bukkit.event.Listener {
+
@EventHandler
public void onPluginEnable(PluginEnableEvent event) {
Plugin plugin = event.getPlugin();
@@ -303,6 +305,7 @@ public class PermissionsResolverManager implements PermissionsResolver {
void register(Plugin plugin) {
plugin.getServer().getPluginManager().registerEvents(this, plugin);
}
+
}
}
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/wepif/PluginPermissionsResolver.java b/worldedit-bukkit/src/main/java/com/sk89q/wepif/PluginPermissionsResolver.java
index 062608c37..987627cf1 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/wepif/PluginPermissionsResolver.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/wepif/PluginPermissionsResolver.java
@@ -32,7 +32,8 @@ public class PluginPermissionsResolver implements PermissionsResolver {
public static PermissionsResolver factory(Server server, YAMLProcessor config) {
// Looking for service
- RegisteredServiceProvider serviceProvider = server.getServicesManager().getRegistration(PermissionsProvider.class);
+ RegisteredServiceProvider serviceProvider = server.getServicesManager().getRegistration(
+ PermissionsProvider.class);
if (serviceProvider != null) {
return new PluginPermissionsResolver(serviceProvider.getProvider(), serviceProvider.getPlugin());
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitAdapter.java b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitAdapter.java
index b051a48cc..41e7e7294 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitAdapter.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitAdapter.java
@@ -19,11 +19,11 @@
package com.sk89q.worldedit.bukkit;
+import com.fastasyncworldedit.bukkit.adapter.IBukkitAdapter;
+import com.fastasyncworldedit.bukkit.adapter.SimpleBukkitAdapter;
import com.sk89q.worldedit.WorldEditException;
import com.sk89q.worldedit.blocks.BaseItemStack;
import com.sk89q.worldedit.bukkit.adapter.BukkitImplAdapter;
-import com.fastasyncworldedit.bukkit.adapter.IBukkitAdapter;
-import com.fastasyncworldedit.bukkit.adapter.SimpleBukkitAdapter;
import com.sk89q.worldedit.entity.Entity;
import com.sk89q.worldedit.extension.input.ParserContext;
import com.sk89q.worldedit.extension.platform.Actor;
@@ -49,9 +49,9 @@ import org.bukkit.block.data.BlockData;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import org.bukkit.inventory.ItemStack;
+
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
-
import java.util.EnumMap;
import java.util.HashMap;
import java.util.Map;
@@ -89,7 +89,7 @@ public enum BukkitAdapter {
* Checks equality between a WorldEdit BlockType and a Bukkit Material.
*
* @param blockType The WorldEdit BlockType
- * @param type The Bukkit Material
+ * @param type The Bukkit Material
* @return If they are equal
*/
public static boolean equals(BlockType blockType, Material type) {
@@ -184,11 +184,16 @@ public enum BukkitAdapter {
return null;
}
switch (face) {
- case NORTH: return Direction.NORTH;
- case SOUTH: return Direction.SOUTH;
- case WEST: return Direction.WEST;
- case EAST: return Direction.EAST;
- case DOWN: return Direction.DOWN;
+ case NORTH:
+ return Direction.NORTH;
+ case SOUTH:
+ return Direction.SOUTH;
+ case WEST:
+ return Direction.WEST;
+ case EAST:
+ return Direction.EAST;
+ case DOWN:
+ return Direction.DOWN;
case UP:
default:
return Direction.UP;
@@ -220,7 +225,8 @@ public enum BukkitAdapter {
adapt(location.getWorld()),
position,
location.getYaw(),
- location.getPitch());
+ location.getPitch()
+ );
}
/**
@@ -236,13 +242,14 @@ public enum BukkitAdapter {
adapt((World) location.getExtent()),
position.getX(), position.getY(), position.getZ(),
location.getYaw(),
- location.getPitch());
+ location.getPitch()
+ );
}
/**
* Create a Bukkit location from a WorldEdit position with a Bukkit world.
*
- * @param world the Bukkit world
+ * @param world the Bukkit world
* @param position the WorldEdit position
* @return a Bukkit location
*/
@@ -251,13 +258,14 @@ public enum BukkitAdapter {
checkNotNull(position);
return new org.bukkit.Location(
world,
- position.getX(), position.getY(), position.getZ());
+ position.getX(), position.getY(), position.getZ()
+ );
}
/**
* Create a Bukkit location from a WorldEdit position with a Bukkit world.
*
- * @param world the Bukkit world
+ * @param world the Bukkit world
* @param position the WorldEdit position
* @return a Bukkit location
*/
@@ -266,13 +274,14 @@ public enum BukkitAdapter {
checkNotNull(position);
return new org.bukkit.Location(
world,
- position.getX(), position.getY(), position.getZ());
+ position.getX(), position.getY(), position.getZ()
+ );
}
/**
* Create a Bukkit location from a WorldEdit location with a Bukkit world.
*
- * @param world the Bukkit world
+ * @param world the Bukkit world
* @param location the WorldEdit location
* @return a Bukkit location
*/
@@ -283,7 +292,8 @@ public enum BukkitAdapter {
world,
location.getX(), location.getY(), location.getZ(),
location.getYaw(),
- location.getPitch());
+ location.getPitch()
+ );
}
/**
@@ -392,8 +402,8 @@ public enum BukkitAdapter {
//FAWE end
}
- private static EnumMap materialBlockTypeCache = new EnumMap<>(Material.class);
- private static EnumMap materialItemTypeCache = new EnumMap<>(Material.class);
+ private static final EnumMap materialBlockTypeCache = new EnumMap<>(Material.class);
+ private static final EnumMap materialItemTypeCache = new EnumMap<>(Material.class);
/**
* Converts a Material to a BlockType.
@@ -421,8 +431,8 @@ public enum BukkitAdapter {
//FAWE end
}
- private static Int2ObjectMap blockStateCache = new Int2ObjectOpenHashMap<>();
- private static Map blockStateStringCache = new HashMap<>();
+ private static final Int2ObjectMap blockStateCache = new Int2ObjectOpenHashMap<>();
+ private static final Map blockStateStringCache = new HashMap<>();
/**
* Create a WorldEdit BlockState from a Bukkit BlockData.
@@ -436,7 +446,7 @@ public enum BukkitAdapter {
//FAWE end
}
- private static Int2ObjectMap blockDataCache = new Int2ObjectOpenHashMap<>();
+ private static final Int2ObjectMap blockDataCache = new Int2ObjectOpenHashMap<>();
/**
* Create a Bukkit BlockData from a WorldEdit BlockStateHolder.
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitBiomeRegistry.java b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitBiomeRegistry.java
index 5bccb3283..f78e1ae6a 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitBiomeRegistry.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitBiomeRegistry.java
@@ -40,7 +40,7 @@ class BukkitBiomeRegistry implements BiomeRegistry {
@Override
public Component getRichName(BiomeType biomeType) {
return TranslatableComponent.of(
- TranslationManager.makeTranslationKey("biome", biomeType.getId())
+ TranslationManager.makeTranslationKey("biome", biomeType.getId())
);
}
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitBlockCategoryRegistry.java b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitBlockCategoryRegistry.java
index f139e2ccd..320f36107 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitBlockCategoryRegistry.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitBlockCategoryRegistry.java
@@ -39,8 +39,9 @@ public class BukkitBlockCategoryRegistry implements BlockCategoryRegistry {
public Set getCategorisedByName(String category) {
String[] split = category.split(":");
String namespace = split.length > 1 ? split[0] : "minecraft";
- String key = split.length > 1 ? split[1] : category;
+ String key = split.length > 1 ? split[1] : category;
Tag tag = Bukkit.getTag(Tag.REGISTRY_BLOCKS, new NamespacedKey(namespace, key), Material.class);
return getFromBukkitTag(tag);
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitBlockCommandSender.java b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitBlockCommandSender.java
index 378930da8..b4a46c2a7 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitBlockCommandSender.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitBlockCommandSender.java
@@ -33,10 +33,8 @@ import com.sk89q.worldedit.util.formatting.text.adapter.bukkit.TextAdapter;
import com.sk89q.worldedit.util.formatting.text.format.TextColor;
import org.bukkit.Bukkit;
import org.bukkit.Material;
-import org.bukkit.World;
import org.bukkit.block.Block;
import org.bukkit.command.BlockCommandSender;
-import javax.annotation.Nonnull;
import java.nio.charset.StandardCharsets;
import java.util.Locale;
@@ -192,11 +190,13 @@ public class BukkitBlockCommandSender extends AbstractNonPlayerActor implements
updateActive();
} else {
// we should update it eventually
- Bukkit.getScheduler().callSyncMethod(plugin,
+ Bukkit.getScheduler().callSyncMethod(
+ plugin,
() -> {
updateActive();
return null;
- });
+ }
+ );
}
return active;
}
@@ -212,4 +212,5 @@ public class BukkitBlockCommandSender extends AbstractNonPlayerActor implements
}
};
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitBlockRegistry.java b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitBlockRegistry.java
index f8c73ca8a..5b7e22686 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitBlockRegistry.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitBlockRegistry.java
@@ -20,8 +20,8 @@
package com.sk89q.worldedit.bukkit;
import com.sk89q.worldedit.bukkit.adapter.BukkitImplAdapter;
-import com.sk89q.worldedit.util.formatting.text.Component;
import com.sk89q.worldedit.registry.state.Property;
+import com.sk89q.worldedit.util.formatting.text.Component;
import com.sk89q.worldedit.world.block.BlockState;
import com.sk89q.worldedit.world.block.BlockType;
import com.sk89q.worldedit.world.registry.BlockMaterial;
@@ -30,11 +30,11 @@ import com.sk89q.worldedit.world.registry.PassthroughBlockMaterial;
import org.bukkit.Material;
import org.bukkit.block.data.BlockData;
+import javax.annotation.Nullable;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Map;
import java.util.OptionalInt;
-import javax.annotation.Nullable;
public class BukkitBlockRegistry extends BundledBlockRegistry {
@@ -144,6 +144,7 @@ public class BukkitBlockRegistry extends BundledBlockRegistry {
public boolean isTranslucent() {
return material.isTransparent();
}
+
}
//FAWE start
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitCommandInspector.java b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitCommandInspector.java
index b192b3ac0..de0c2c254 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitCommandInspector.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitCommandInspector.java
@@ -77,11 +77,12 @@ class BukkitCommandInspector implements CommandInspector {
if (mapping.isPresent()) {
InjectedValueStore store = MapBackedValueStore.create();
store.injectValue(Key.of(Actor.class), context ->
- Optional.of(plugin.wrapCommandSender(sender)));
+ Optional.of(plugin.wrapCommandSender(sender)));
return mapping.get().getCondition().satisfied(store);
} else {
LOGGER.warn("BukkitCommandInspector doesn't know how about the command '" + command + "'");
return false;
}
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitCommandSender.java b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitCommandSender.java
index 63a068ba8..17170d9a6 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitCommandSender.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitCommandSender.java
@@ -30,9 +30,9 @@ import org.bukkit.command.CommandSender;
import org.bukkit.entity.Entity;
import org.bukkit.entity.Player;
+import javax.annotation.Nullable;
import java.util.Locale;
import java.util.UUID;
-import javax.annotation.Nullable;
import static com.google.common.base.Preconditions.checkArgument;
import static com.google.common.base.Preconditions.checkNotNull;
@@ -114,7 +114,8 @@ public class BukkitCommandSender extends AbstractNonPlayerActor {
}
//FAWE start
- @Override public void setPermission(String permission, boolean value) {
+ @Override
+ public void setPermission(String permission, boolean value) {
}
//FAWE end
@@ -162,4 +163,5 @@ public class BukkitCommandSender extends AbstractNonPlayerActor {
}
};
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitConfiguration.java b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitConfiguration.java
index a1d09ee55..07f2d54c0 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitConfiguration.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitConfiguration.java
@@ -34,7 +34,8 @@ public class BukkitConfiguration extends YAMLConfiguration {
public boolean noOpPermissions = false;
public boolean commandBlockSupport = false;
- @Unreported private final WorldEditPlugin plugin;
+ @Unreported
+ private final WorldEditPlugin plugin;
public BukkitConfiguration(YAMLProcessor config, WorldEditPlugin plugin) {
super(config, LogManager.getLogger(plugin.getLogger().getName()));
@@ -72,4 +73,5 @@ public class BukkitConfiguration extends YAMLConfiguration {
public Path getWorkingDirectoryPath() {
return plugin.getDataFolder().toPath();
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitEntity.java b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitEntity.java
index 3baa0a703..b97fc99db 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitEntity.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitEntity.java
@@ -27,12 +27,10 @@ import com.sk89q.worldedit.entity.metadata.EntityProperties;
import com.sk89q.worldedit.extent.Extent;
import com.sk89q.worldedit.util.Location;
import com.sk89q.worldedit.world.NullWorld;
-import com.sk89q.worldedit.world.entity.EntityTypes;
import org.bukkit.entity.EntityType;
-import java.lang.ref.WeakReference;
-import java.util.Locale;
import javax.annotation.Nullable;
+import java.lang.ref.WeakReference;
import static com.google.common.base.Preconditions.checkNotNull;
@@ -136,4 +134,5 @@ public class BukkitEntity implements Entity {
return null;
}
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitEntityProperties.java b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitEntityProperties.java
index 7e9e785f7..28ef9274a 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitEntityProperties.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitEntityProperties.java
@@ -170,4 +170,5 @@ class BukkitEntityProperties implements EntityProperties {
public boolean isWaterCreature() {
return entity instanceof WaterMob;
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitItemCategoryRegistry.java b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitItemCategoryRegistry.java
index b852cb46e..fd383c9db 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitItemCategoryRegistry.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitItemCategoryRegistry.java
@@ -39,8 +39,9 @@ public class BukkitItemCategoryRegistry implements ItemCategoryRegistry {
public Set getCategorisedByName(String category) {
String[] split = category.split(":");
String namespace = split.length > 1 ? split[0] : "minecraft";
- String key = split.length > 1 ? split[1] : category;
+ String key = split.length > 1 ? split[1] : category;
Tag tag = Bukkit.getTag(Tag.REGISTRY_ITEMS, new NamespacedKey(namespace, key), Material.class);
return getFromBukkitTag(tag);
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitItemRegistry.java b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitItemRegistry.java
index 5cb09fe48..a24db98b6 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitItemRegistry.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitItemRegistry.java
@@ -29,6 +29,7 @@ import java.util.ArrayList;
import java.util.Collection;
class BukkitItemRegistry extends BundledItemRegistry {
+
@Override
public Component getRichName(ItemType itemType) {
if (WorldEditPlugin.getInstance().getBukkitImplAdapter() != null) {
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitPlayer.java b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitPlayer.java
index bb0b3aaa7..a4b5530e8 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitPlayer.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitPlayer.java
@@ -21,8 +21,8 @@ package com.sk89q.worldedit.bukkit;
import com.fastasyncworldedit.core.configuration.Caption;
import com.fastasyncworldedit.core.configuration.Settings;
-import com.fastasyncworldedit.core.util.task.RunnableVal;
import com.fastasyncworldedit.core.util.TaskManager;
+import com.fastasyncworldedit.core.util.task.RunnableVal;
import com.sk89q.util.StringUtil;
import com.sk89q.wepif.VaultResolver;
import com.sk89q.worldedit.WorldEdit;
@@ -63,14 +63,14 @@ import org.bukkit.inventory.ItemStack;
import org.bukkit.inventory.PlayerInventory;
import org.bukkit.permissions.PermissionAttachment;
+import javax.annotation.Nonnull;
+import javax.annotation.Nullable;
import java.nio.charset.StandardCharsets;
import java.util.HashMap;
import java.util.Locale;
import java.util.Map;
import java.util.UUID;
import java.util.concurrent.ConcurrentHashMap;
-import javax.annotation.Nonnull;
-import javax.annotation.Nullable;
public class BukkitPlayer extends AbstractPlayerActor {
@@ -236,7 +236,14 @@ public class BukkitPlayer extends AbstractPlayerActor {
}
org.bukkit.World finalWorld = world;
//FAWE end
- return TaskManager.IMP.sync(() -> player.teleport(new Location(finalWorld, pos.getX(), pos.getY(), pos.getZ(), yaw, pitch)));
+ return TaskManager.IMP.sync(() -> player.teleport(new Location(
+ finalWorld,
+ pos.getX(),
+ pos.getY(),
+ pos.getZ(),
+ yaw,
+ pitch
+ )));
}
@Override
@@ -263,7 +270,7 @@ public class BukkitPlayer extends AbstractPlayerActor {
public boolean hasPermission(String perm) {
return (!plugin.getLocalConfiguration().noOpPermissions && player.isOp())
|| plugin.getPermissionsResolver().hasPermission(
- player.getWorld().getName(), player, perm);
+ player.getWorld().getName(), player, perm);
}
//FAWE start
@@ -333,7 +340,8 @@ public class BukkitPlayer extends AbstractPlayerActor {
getWorld(),
position,
nativeLocation.getYaw(),
- nativeLocation.getPitch());
+ nativeLocation.getPitch()
+ );
}
@Override
@@ -350,9 +358,11 @@ public class BukkitPlayer extends AbstractPlayerActor {
public void sendAnnouncements() {
if (WorldEditPlugin.getInstance().getLifecycledBukkitImplAdapter() == null) {
//FAWE start - swap out EH download url with ours
- print(Caption.of("worldedit.version.bukkit.unsupported-adapter",
+ print(Caption.of(
+ "worldedit.version.bukkit.unsupported-adapter",
TextComponent.of("https://intellectualsites.github.io/download/fawe.html", TextColor.AQUA)
- .clickEvent(ClickEvent.openUrl("https://intellectualsites.github.io/download/fawe.html"))));
+ .clickEvent(ClickEvent.openUrl("https://intellectualsites.github.io/download/fawe.html"))
+ ));
//FAWE end
}
}
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitPlayerBlockBag.java b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitPlayerBlockBag.java
index ecac5bc43..a36a20222 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitPlayerBlockBag.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitPlayerBlockBag.java
@@ -19,13 +19,13 @@
package com.sk89q.worldedit.bukkit;
+import com.fastasyncworldedit.core.extent.inventory.SlottableBlockBag;
import com.sk89q.worldedit.blocks.BaseItem;
import com.sk89q.worldedit.blocks.BaseItemStack;
import com.sk89q.worldedit.extent.inventory.BlockBag;
import com.sk89q.worldedit.extent.inventory.BlockBagException;
import com.sk89q.worldedit.extent.inventory.OutOfBlocksException;
import com.sk89q.worldedit.extent.inventory.OutOfSpaceException;
-import com.fastasyncworldedit.core.extent.inventory.SlottableBlockBag;
import com.sk89q.worldedit.util.Location;
import com.sk89q.worldedit.world.block.BlockState;
import org.bukkit.entity.Player;
@@ -35,7 +35,7 @@ import org.bukkit.inventory.ItemStack;
public class BukkitPlayerBlockBag extends BlockBag implements SlottableBlockBag {
//FAWE end
- private Player player;
+ private final Player player;
private ItemStack[] items;
/**
@@ -194,7 +194,11 @@ public class BukkitPlayerBlockBag extends BlockBag implements SlottableBlockBag
@Override
public void setItem(int slot, BaseItem block) {
loadInventory();
- BaseItemStack stack = block instanceof BaseItemStack ? (BaseItemStack) block : new BaseItemStack(block.getType(), block.getNbtData(), 1);
+ BaseItemStack stack = block instanceof BaseItemStack ? (BaseItemStack) block : new BaseItemStack(
+ block.getType(),
+ block.getNbtData(),
+ 1
+ );
items[slot] = BukkitAdapter.adapt(stack);
}
//FAWE end
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitRegistries.java b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitRegistries.java
index 510c910eb..80de555df 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitRegistries.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitRegistries.java
@@ -23,7 +23,6 @@ import com.sk89q.worldedit.world.registry.BiomeRegistry;
import com.sk89q.worldedit.world.registry.BlockCategoryRegistry;
import com.sk89q.worldedit.world.registry.BlockRegistry;
import com.sk89q.worldedit.world.registry.BundledRegistries;
-import com.sk89q.worldedit.world.registry.EntityRegistry;
import com.sk89q.worldedit.world.registry.ItemCategoryRegistry;
import com.sk89q.worldedit.world.registry.ItemRegistry;
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitServerInterface.java b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitServerInterface.java
index 48d6223d9..b4efa14fd 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitServerInterface.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitServerInterface.java
@@ -45,8 +45,9 @@ import org.bukkit.Server;
import org.bukkit.World;
import org.bukkit.entity.EntityType;
import org.enginehub.piston.CommandManager;
-import javax.annotation.Nonnull;
+import javax.annotation.Nonnull;
+import javax.annotation.Nullable;
import java.util.ArrayList;
import java.util.Collection;
import java.util.EnumMap;
@@ -55,7 +56,6 @@ import java.util.Map;
import java.util.Set;
import java.util.stream.Collectors;
import java.util.stream.Stream;
-import javax.annotation.Nullable;
import static com.sk89q.worldedit.util.formatting.WorldEditText.reduceToText;
@@ -116,8 +116,7 @@ public class BukkitServerInterface extends AbstractPlatform implements MultiUser
if (!type.startsWith("minecraft:")) {
return false;
}
- @SuppressWarnings("deprecation")
- final EntityType entityType = EntityType.fromName(type.substring(10));
+ @SuppressWarnings("deprecation") final EntityType entityType = EntityType.fromName(type.substring(10));
return entityType != null && entityType.isAlive();
}
@@ -175,22 +174,29 @@ public class BukkitServerInterface extends AbstractPlatform implements MultiUser
BukkitCommandInspector inspector = new BukkitCommandInspector(plugin, dispatcher);
dynamicCommands.register(dispatcher.getAllCommands()
- .map(command -> {
- String[] permissionsArray = command.getCondition()
- .as(PermissionCondition.class)
- .map(PermissionCondition::getPermissions)
- .map(s -> s.toArray(new String[0]))
- .orElseGet(() -> new String[0]);
+ .map(command -> {
+ String[] permissionsArray = command.getCondition()
+ .as(PermissionCondition.class)
+ .map(PermissionCondition::getPermissions)
+ .map(s -> s.toArray(new String[0]))
+ .orElseGet(() -> new String[0]);
- String[] aliases = Stream.concat(
- Stream.of(command.getName()),
- command.getAliases().stream()
- ).toArray(String[]::new);
- // TODO Handle localisation correctly
- return new CommandInfo(reduceToText(command.getUsage(), WorldEdit.getInstance().getConfiguration().defaultLocale),
- reduceToText(command.getDescription(), WorldEdit.getInstance().getConfiguration().defaultLocale), aliases,
- inspector, permissionsArray);
- }).collect(Collectors.toList()));
+ String[] aliases = Stream.concat(
+ Stream.of(command.getName()),
+ command.getAliases().stream()
+ ).toArray(String[]::new);
+ // TODO Handle localisation correctly
+ return new CommandInfo(
+ reduceToText(
+ command.getUsage(),
+ WorldEdit.getInstance().getConfiguration().defaultLocale
+ ),
+ reduceToText(command.getDescription(), WorldEdit.getInstance().getConfiguration().defaultLocale),
+ aliases,
+ inspector,
+ permissionsArray
+ );
+ }).collect(Collectors.toList()));
}
@Override
@@ -264,7 +270,8 @@ public class BukkitServerInterface extends AbstractPlatform implements MultiUser
//FAWE start
@Override
- public @Nonnull RelighterFactory getRelighterFactory() {
+ public @Nonnull
+ RelighterFactory getRelighterFactory() {
if (this.relighterFactory == null) {
this.relighterFactory = this.plugin.getBukkitImplAdapter().getRelighterFactory();
LOGGER.info("Using " + this.relighterFactory.getClass().getCanonicalName() + " as relighter factory.");
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitWorld.java b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitWorld.java
index 5ee117033..dd4acc769 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitWorld.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitWorld.java
@@ -177,6 +177,7 @@ public class BukkitWorld extends AbstractWorld {
}
//FAWE start
+
/**
* Get the world handle.
*
@@ -332,7 +333,8 @@ public class BukkitWorld extends AbstractWorld {
pt = pt.add(0, 1, 0); // bukkit skips the feature gen which does this offset normally, so we have to add it back
}
return type != null && world.generateTree(BukkitAdapter.adapt(world, pt), bukkitType,
- new EditSessionBlockChangeDelegate(editSession));
+ new EditSessionBlockChangeDelegate(editSession)
+ );
}
@Override
@@ -505,7 +507,7 @@ public class BukkitWorld extends AbstractWorld {
} catch (Exception e) {
if (block instanceof BaseBlock && ((BaseBlock) block).getNbt() != null) {
LOGGER.warn("Tried to set a corrupt tile entity at " + position.toString()
- + ": " + ((BaseBlock) block).getNbt(), e);
+ + ": " + ((BaseBlock) block).getNbt(), e);
} else {
LOGGER.warn("Failed to set block via adapter, falling back to generic", e);
}
@@ -527,8 +529,10 @@ public class BukkitWorld extends AbstractWorld {
}
@Override
- public Set applySideEffects(BlockVector3 position, com.sk89q.worldedit.world.block.BlockState previousType,
- SideEffectSet sideEffectSet) {
+ public Set applySideEffects(
+ BlockVector3 position, com.sk89q.worldedit.world.block.BlockState previousType,
+ SideEffectSet sideEffectSet
+ ) {
if (worldNativeAccess != null) {
worldNativeAccess.applySideEffects(position, previousType, sideEffectSet);
return Sets.intersection(
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/CUIChannelListener.java b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/CUIChannelListener.java
index 2c6b0f11f..2488693e9 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/CUIChannelListener.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/CUIChannelListener.java
@@ -23,7 +23,6 @@ import com.sk89q.worldedit.LocalSession;
import org.bukkit.entity.Player;
import org.bukkit.plugin.messaging.PluginMessageListener;
-import java.nio.charset.Charset;
import java.nio.charset.StandardCharsets;
/**
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/EditSessionBlockChangeDelegate.java b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/EditSessionBlockChangeDelegate.java
index dd308ba4c..97d683e35 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/EditSessionBlockChangeDelegate.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/EditSessionBlockChangeDelegate.java
@@ -29,7 +29,7 @@ import org.bukkit.block.data.BlockData;
*/
public class EditSessionBlockChangeDelegate implements BlockChangeDelegate {
- private EditSession editSession;
+ private final EditSession editSession;
public EditSessionBlockChangeDelegate(EditSession editSession) {
this.editSession = editSession;
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/WorldEditListener.java b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/WorldEditListener.java
index fd72b13e5..dcb2802db 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/WorldEditListener.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/WorldEditListener.java
@@ -76,13 +76,17 @@ public class WorldEditListener implements Listener {
public void onPlayerCommandSend(PlayerCommandSendEvent event) {
InjectedValueStore store = MapBackedValueStore.create();
store.injectValue(Key.of(Actor.class), context ->
- Optional.of(plugin.wrapCommandSender(event.getPlayer())));
- CommandManager commandManager = plugin.getWorldEdit().getPlatformManager().getPlatformCommandManager().getCommandManager();
+ Optional.of(plugin.wrapCommandSender(event.getPlayer())));
+ CommandManager commandManager = plugin
+ .getWorldEdit()
+ .getPlatformManager()
+ .getPlatformCommandManager()
+ .getCommandManager();
event.getCommands().removeIf(name ->
- // remove if in the manager and not satisfied
- commandManager.getCommand(name)
- .filter(command -> !command.getCondition().satisfied(store))
- .isPresent()
+ // remove if in the manager and not satisfied
+ commandManager.getCommand(name)
+ .filter(command -> !command.getCondition().satisfied(store))
+ .isPresent()
);
}
@@ -151,4 +155,5 @@ public class WorldEditListener implements Listener {
public void onPlayerQuit(PlayerQuitEvent event) {
plugin.getWorldEdit().getEventBus().post(new SessionIdleEvent(new BukkitPlayer.SessionKeyImpl(event.getPlayer())));
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/WorldEditPlugin.java b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/WorldEditPlugin.java
index 4de9ee2c6..af8b3f0b3 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/WorldEditPlugin.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/WorldEditPlugin.java
@@ -117,9 +117,10 @@ public class WorldEditPlugin extends JavaPlugin {
Plugin[] plugins = Bukkit.getServer().getPluginManager().getPlugins();
for (Plugin p : plugins) {
if (p.getName().equals("WorldEdit")) {
- LOGGER.warn("You installed WorldEdit alongside FastAsyncWorldEdit. That is unneeded and will cause unforeseen issues, " +
- "because FastAsyncWorldEdit already provides WorldEdit. " +
- "Stop your server and delete the 'worldedit-bukkit' jar from your plugins folder.");
+ LOGGER.warn(
+ "You installed WorldEdit alongside FastAsyncWorldEdit. That is unneeded and will cause unforeseen issues, " +
+ "because FastAsyncWorldEdit already provides WorldEdit. " +
+ "Stop your server and delete the 'worldedit-bukkit' jar from your plugins folder.");
}
}
//FAWE end
@@ -142,7 +143,7 @@ public class WorldEditPlugin extends JavaPlugin {
//FAWE start - Modify WorldEdit config name
config = new BukkitConfiguration(new YAMLProcessor(new File(getDataFolder(), "config-legacy.yml"), true), this);
//FAWE end
-
+
//FAWE start - Setup permission attachments
permissionAttachmentManager = new BukkitPermissionAttachmentManager(this);
//FAWE end
@@ -202,7 +203,8 @@ public class WorldEditPlugin extends JavaPlugin {
getServer().getPluginManager().registerEvents(new WorldInitListener(), this);
} else {
//FAWE start
- LOGGER.warn("Server reload detected. This may cause various issues with FastAsyncWorldEdit and dependent plugins. Reloading the server is not advised.");
+ LOGGER.warn(
+ "Server reload detected. This may cause various issues with FastAsyncWorldEdit and dependent plugins. Reloading the server is not advised.");
LOGGER.warn("For more information why reloading is bad, see https://madelinemiller.dev/blog/problem-with-reload/");
//FAWE end
try {
@@ -235,7 +237,7 @@ public class WorldEditPlugin extends JavaPlugin {
WorldEdit.getInstance().getEventBus().post(new PlatformReadyEvent(platform));
}
- @SuppressWarnings({ "deprecation", "unchecked" })
+ @SuppressWarnings({"deprecation", "unchecked"})
private void initializeRegistries() {
// Biome
for (Biome biome : Biome.values()) {
@@ -298,7 +300,8 @@ public class WorldEditPlugin extends JavaPlugin {
ItemCategory.REGISTRY.register(itemTag.getKey().toString(), new ItemCategory(itemTag.getKey().toString()));
}
} catch (NoSuchMethodError ignored) {
- LOGGER.warn("The version of Spigot/Paper you are using doesn't support Tags. The usage of tags with WorldEdit will not work until you update.");
+ LOGGER.warn(
+ "The version of Spigot/Paper you are using doesn't support Tags. The usage of tags with WorldEdit will not work until you update.");
}
}
@@ -329,8 +332,8 @@ public class WorldEditPlugin extends JavaPlugin {
} else {
//FAWE start - Identify as FAWE
LOGGER.info("FastAsyncWorldEdit could not find a Bukkit adapter for this MC version, "
- + "but it seems that you have another implementation of FastAsyncWorldEdit installed (" + platform.getPlatformName() + ") "
- + "that handles the world editing.");
+ + "but it seems that you have another implementation of FastAsyncWorldEdit installed (" + platform.getPlatformName() + ") "
+ + "that handles the world editing.");
//FAWE end
}
this.adapter.invalidate();
@@ -443,7 +446,7 @@ public class WorldEditPlugin extends JavaPlugin {
/**
* Remember an edit session.
*
- * @param player a player
+ * @param player a player
* @param editSession an edit session
*/
public void remember(Player player, EditSession editSession) {
@@ -473,8 +476,9 @@ public class WorldEditPlugin extends JavaPlugin {
public PermissionsResolverManager getPermissionsResolver() {
return PermissionsResolverManager.getInstance();
}
-
+
//FAWE start
+
/**
* Get the permissions attachment manager in use
*
@@ -565,6 +569,7 @@ public class WorldEditPlugin extends JavaPlugin {
}
private class WorldInitListener implements Listener {
+
private boolean loaded = false;
@EventHandler(priority = EventPriority.LOWEST)
@@ -575,9 +580,11 @@ public class WorldEditPlugin extends JavaPlugin {
loaded = true;
setupWorldData();
}
+
}
private class AsyncTabCompleteListener implements Listener {
+
AsyncTabCompleteListener() {
}
@@ -597,7 +604,8 @@ public class WorldEditPlugin extends JavaPlugin {
// Strip leading slash, if present.
label = label.startsWith("/") ? label.substring(1) : label;
final Optional command
- = WorldEdit.getInstance().getPlatformManager().getPlatformCommandManager().getCommandManager().getCommand(label);
+ = WorldEdit.getInstance().getPlatformManager().getPlatformCommandManager().getCommandManager().getCommand(
+ label);
if (!command.isPresent()) {
return;
}
@@ -608,5 +616,7 @@ public class WorldEditPlugin extends JavaPlugin {
event.setCompletions(CommandUtil.fixSuggestions(buffer, suggestEvent.getSuggestions()));
event.setHandled(true);
}
+
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/adapter/AdapterLoadException.java b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/adapter/AdapterLoadException.java
index 13b5826ef..ef97f95e8 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/adapter/AdapterLoadException.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/adapter/AdapterLoadException.java
@@ -38,4 +38,5 @@ public class AdapterLoadException extends Exception {
public AdapterLoadException(Throwable cause) {
super(cause);
}
+
}
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/adapter/BukkitImplAdapter.java b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/adapter/BukkitImplAdapter.java
index 5994fc68f..32297718d 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/adapter/BukkitImplAdapter.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/adapter/BukkitImplAdapter.java
@@ -23,8 +23,8 @@ import com.fastasyncworldedit.bukkit.FaweBukkit;
import com.fastasyncworldedit.bukkit.adapter.IBukkitAdapter;
import com.fastasyncworldedit.bukkit.adapter.NMSRelighterFactory;
import com.fastasyncworldedit.core.Fawe;
-import com.fastasyncworldedit.core.queue.IChunkGet;
import com.fastasyncworldedit.core.extent.processor.lighting.RelighterFactory;
+import com.fastasyncworldedit.core.queue.IChunkGet;
import com.fastasyncworldedit.core.queue.implementation.packet.ChunkPacket;
import com.sk89q.jnbt.AdventureNBTConverter;
import com.sk89q.jnbt.Tag;
@@ -59,10 +59,10 @@ import org.bukkit.entity.Entity;
import org.bukkit.entity.Player;
import org.bukkit.inventory.ItemStack;
+import javax.annotation.Nullable;
import java.util.Map;
import java.util.OptionalInt;
import java.util.Set;
-import javax.annotation.Nullable;
/**
* An interface for adapters of various Bukkit implementations.
@@ -123,7 +123,7 @@ public interface BukkitImplAdapter extends IBukkitAdapter {
* Create the given entity.
*
* @param location the location
- * @param state the state
+ * @param state the state
* @return the created entity or null
*/
@Nullable
@@ -164,8 +164,8 @@ public interface BukkitImplAdapter extends IBukkitAdapter {
/**
* Send the given NBT data to the player.
*
- * @param player The player
- * @param pos The position
+ * @param player The player
+ * @param pos The position
* @param nbtData The NBT Data
*/
void sendFakeNBT(Player player, BlockVector3 pos, CompoundBinaryTag nbtData);
@@ -181,10 +181,10 @@ public interface BukkitImplAdapter extends IBukkitAdapter {
/**
* Simulates a player using an item.
*
- * @param world the world
+ * @param world the world
* @param position the location
- * @param item the item to be used
- * @param face the direction in which to "face" when using the item
+ * @param item the item to be used
+ * @param face the direction in which to "face" when using the item
* @return whether the usage was successful
*/
default boolean simulateItemUse(World world, BlockVector3 position, BaseItem item, Direction face) {
@@ -194,8 +194,8 @@ public interface BukkitImplAdapter extends IBukkitAdapter {
/**
* Gets whether the given {@link BlockState} can be placed here.
*
- * @param world The world
- * @param position The position
+ * @param world The world
+ * @param position The position
* @param blockState The blockstate
* @return If it can be placed
*/
@@ -243,9 +243,10 @@ public interface BukkitImplAdapter extends IBukkitAdapter {
/**
* Regenerate a region in the given world, so it appears "as new".
- * @param world the world to regen in
- * @param region the region to regen
- * @param extent the extent to use for setting blocks
+ *
+ * @param world the world to regen in
+ * @param region the region to regen
+ * @param extent the extent to use for setting blocks
* @param options the regeneration options
* @return true on success, false on failure
*/
diff --git a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/adapter/BukkitImplLoader.java b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/adapter/BukkitImplLoader.java
index 813baed48..3224aec12 100644
--- a/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/adapter/BukkitImplLoader.java
+++ b/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/adapter/BukkitImplLoader.java
@@ -47,15 +47,15 @@ public class BukkitImplLoader {
private static final String CLASS_SUFFIX = ".class";
private static final String LOAD_ERROR_MESSAGE =
- //FAWE start - exchange WorldEdit to FAWE & suggest to update Fawe & the server software
- "\n**********************************************\n"
- + "** This FastAsyncWorldEdit version does not fully support your version of Bukkit.\n"
- + "** You can fix this by:\n"
- + "** - Updating your server version (Check /version to see how many versions you are behind)\n** - Updating FAWE\n"
- + "**\n" + "** When working with blocks or undoing, chests will be empty, signs\n"
- + "** will be blank, and so on. There will be no support for entity\n"
- + "** and block property-related functions.\n"
- + "**********************************************\n";
+ //FAWE start - exchange WorldEdit to FAWE & suggest to update Fawe & the server software
+ "\n**********************************************\n"
+ + "** This FastAsyncWorldEdit version does not fully support your version of Bukkit.\n"
+ + "** You can fix this by:\n"
+ + "** - Updating your server version (Check /version to see how many versions you are behind)\n** - Updating FAWE\n"
+ + "**\n" + "** When working with blocks or undoing, chests will be empty, signs\n"
+ + "** will be blank, and so on. There will be no support for entity\n"
+ + "** and block property-related functions.\n"
+ + "**********************************************\n";
//FAWE end
/**
@@ -164,10 +164,10 @@ public class BukkitImplLoader {
}
} catch (ClassNotFoundException e) {
LOGGER.warn("Failed to load the Bukkit adapter class '" + className
- + "' that is not supposed to be missing", e);
+ + "' that is not supposed to be missing", e);
} catch (IllegalAccessException e) {
LOGGER.warn("Failed to load the Bukkit adapter class '" + className
- + "' that is not supposed to be raising this error", e);
+ + "' that is not supposed to be raising this error", e);
} catch (Throwable e) {
if (className.equals(customCandidate)) {
LOGGER.warn("Failed to load the Bukkit adapter class '" + className + "'", e);
diff --git a/worldedit-bukkit/src/main/resources/defaults/config-legacy.yml b/worldedit-bukkit/src/main/resources/defaults/config-legacy.yml
index ee932af72..51817009c 100644
--- a/worldedit-bukkit/src/main/resources/defaults/config-legacy.yml
+++ b/worldedit-bukkit/src/main/resources/defaults/config-legacy.yml
@@ -16,81 +16,81 @@
# - If you want to allow blocks, make sure to change "disallowed-blocks" to []
#
-limits:
- max-blocks-changed:
- # Ignored, use FAWE config limits
- default: -1
- maximum: -1
- max-polygonal-points:
- default: -1
- maximum: 20
- max-radius: -1
- max-super-pickaxe-size: 5
- max-brush-radius: 100
- butcher-radius:
- default: -1
- maximum: -1
- disallowed-blocks:
+limits :
+ max-blocks-changed :
+ # Ignored, use FAWE config limits
+ default : -1
+ maximum : -1
+ max-polygonal-points :
+ default : -1
+ maximum : 20
+ max-radius : -1
+ max-super-pickaxe-size : 5
+ max-brush-radius : 100
+ butcher-radius :
+ default : -1
+ maximum : -1
+ disallowed-blocks :
- "minecraft:wheat"
- "minecraft:fire"
- "minecraft:redstone_wire"
-use-inventory:
- enable: false
- allow-override: true
- creative-mode-overrides: false
+use-inventory :
+ enable : false
+ allow-override : true
+ creative-mode-overrides : false
-logging:
- log-commands: false
- file: worldedit.log
- # The format of custom log message. This is java general format string (java.util.Formatter). Arguments are:
- # 1$ : date - a Date object representing event time of the log record.
- # 2$ : source - a string representing the caller, if available; otherwise, the logger's name.
- # 3$ : logger - the logger's name.
- # 4$ : level - the log level.
- # 5$ : message - the formatted log message returned from the Formatter.formatMessage(LogRecord) method. It uses java.text formatting and does not use the java.util.Formatter format argument.
- # 6$ : thrown - a string representing the throwable associated with the log record and its backtrace beginning with a newline character, if any; otherwise, an empty string.
- # For details see:
- # https://docs.oracle.com/javase/8/docs/api/java/util/Formatter.html
- # https://docs.oracle.com/javase/8/docs/api/java/util/logging/SimpleFormatter.html#format-java.util.logging.LogRecord-
- format: "[%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS %4$s]: %5$s%6$s%n"
+logging :
+ log-commands : false
+ file : worldedit.log
+ # The format of custom log message. This is java general format string (java.util.Formatter). Arguments are:
+ # 1$ : date - a Date object representing event time of the log record.
+ # 2$ : source - a string representing the caller, if available; otherwise, the logger's name.
+ # 3$ : logger - the logger's name.
+ # 4$ : level - the log level.
+ # 5$ : message - the formatted log message returned from the Formatter.formatMessage(LogRecord) method. It uses java.text formatting and does not use the java.util.Formatter format argument.
+ # 6$ : thrown - a string representing the throwable associated with the log record and its backtrace beginning with a newline character, if any; otherwise, an empty string.
+ # For details see:
+ # https://docs.oracle.com/javase/8/docs/api/java/util/Formatter.html
+ # https://docs.oracle.com/javase/8/docs/api/java/util/logging/SimpleFormatter.html#format-java.util.logging.LogRecord-
+ format : "[%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS %4$s]: %5$s%6$s%n"
-super-pickaxe:
- drop-items: true
- many-drop-items: false
+super-pickaxe :
+ drop-items : true
+ many-drop-items : false
-snapshots:
- directory:
+snapshots :
+ directory :
-navigation-wand:
- item: minecraft:compass
- max-distance: 100
+navigation-wand :
+ item : minecraft:compass
+ max-distance : 100
-scripting:
- timeout: 3000
- dir: craftscripts
+scripting :
+ timeout : 3000
+ dir : craftscripts
-saving:
- dir: schematics
+saving :
+ dir : schematics
-files:
- allow-symbolic-links: false
+files :
+ allow-symbolic-links : false
-history:
- size: 15
- expiration: 10
+history :
+ size : 15
+ expiration : 10
-calculation:
- timeout: 100
+calculation :
+ timeout : 100
-debugging:
- trace-unflushed-sessions: false
+debugging :
+ trace-unflushed-sessions : false
-wand-item: minecraft:wooden_axe
-shell-save-type:
-no-double-slash: false
-no-op-permissions: false
-debug: false
-show-help-on-first-use: true
-server-side-cui: true
-command-block-support: false
+wand-item : minecraft:wooden_axe
+shell-save-type :
+no-double-slash : false
+no-op-permissions : false
+debug : false
+show-help-on-first-use : true
+server-side-cui : true
+command-block-support : false
diff --git a/worldedit-bukkit/src/main/resources/plugin.yml b/worldedit-bukkit/src/main/resources/plugin.yml
index 6ce77033d..c7e477eb7 100644
--- a/worldedit-bukkit/src/main/resources/plugin.yml
+++ b/worldedit-bukkit/src/main/resources/plugin.yml
@@ -1,233 +1,233 @@
-name: FastAsyncWorldEdit
-main: com.sk89q.worldedit.bukkit.WorldEditPlugin
-version: "${internalVersion}"
-load: STARTUP
-api-version: 1.15
-softdepend: [Vault]
-provides: [WorldEdit]
-website: https://www.spigotmc.org/resources/13932/
-description: Blazingly fast world manipulation for builders, large networks and developers.
-authors: [Empire92, MattBDev, IronApollo, dordsor21, NotMyFault]
-loadbefore: [WorldGuard, PlotSquared]
-database: false
-permissions:
- fawe.plotsquared:
- default: true
- children:
- fawe.plotsquared.trusted: true
- fawe.bypass.regions:
- default: false
- fawe.bypass:
- default: false
- children:
- fawe.bypass.regions: true
- fawe.limit.*: true
- fawe.tips:
- default: false
- fawe.admin:
- default: op
- fawe.reload:
- default: false
- fawe.permpack.basic:
- default: op
- children:
- fawe.worldeditregion: true
- fawe.cancel: true
- worldedit.biome.info: true
- worldedit.biome.set: true
- worldedit.biome.list: true
- worldedit.chunkinfo: true
- worldedit.listchunks: true
- worldedit.clipboard.cut: true
- worldedit.clipboard.paste: true
- worldedit.schematic.formats: true
- worldedit.schematic.load: true
- worldedit.schematic.list: true
- worldedit.schematic.save: true
- worldedit.clipboard.clear: true
- worldedit.clipboard.copy: true
- worldedit.clipboard.lazycopy: true
- worldedit.clipboard.place: true
- worldedit.clipboard.download: true
- worldedit.clipboard.flip: true
- worldedit.clipboard.rotate: true
- worldedit.help: true
- worldedit.global-mask: true
- worldedit.global-transform: true
- worldedit.generation.cylinder: true
- worldedit.generation.sphere: true
- worldedit.generation.forest: true
- worldedit.generation.pumpkins: true
- worldedit.generation.pyramid: true
- worldedit.generation.shape: true
- worldedit.history.undo: true
- worldedit.history.redo: true
- worldedit.history.rollback: true
- worldedit.navigation.unstuck: true
- worldedit.navigation.ascend: true
- worldedit.navigation.descend: true
- worldedit.navigation.ceiling: true
- worldedit.navigation.thru.command: true
- worldedit.navigation.jumpto.command: true
- worldedit.navigation.up: true
- worldedit.region.hollow: true
- worldedit.region.line: true
- worldedit.region.curve: true
- worldedit.region.overlay: true
- worldedit.region.center: true
- worldedit.region.naturalize: true
- worldedit.region.walls: true
- worldedit.region.faces: true
- worldedit.region.smooth: true
- worldedit.region.move: true
- worldedit.region.forest: true
- worldedit.region.replace: true
- worldedit.region.stack: true
- worldedit.region.set: true
- worldedit.selection.pos: true
- worldedit.selection.chunk: true
- worldedit.selection.hpos: true
- worldedit.wand: true
- worldedit.wand.toggle: true
- worldedit.selection.contract: true
- worldedit.selection.outset: true
- worldedit.selection.inset: true
- worldedit.analysis.distr: true
- worldedit.analysis.count: true
- worldedit.analysis.sel: true
- worldedit.selection.size: true
- worldedit.selection.expand: true
- worldedit.selection.shift: true
- worldedit.snapshots.list: true
- worldedit.superpickaxe: true
- worldedit.superpickaxe.area: true
- worldedit.superpickaxe.recursive: true
- worldedit.brush.blendball: true
- worldedit.brush.erode: true
- worldedit.brush.pull: true
- worldedit.brush.circle: true
- worldedit.brush.recursive: true
- worldedit.brush.line: true
- worldedit.brush.spline: true
- worldedit.brush.surfacespline: true
- worldedit.brush.shatter: true
- worldedit.brush.stencil: true
- worldedit.brush.height: true
- worldedit.brush.layer: true
- worldedit.brush.populateschematic: true
- worldedit.brush.scatter: true
- worldedit.brush.splatter: true
- worldedit.brush.scattercommand: true
- worldedit.brush.copy: true
- worldedit.brush.command: true
- worldedit.brush.apply: true
- worldedit.brush.sphere: true
- worldedit.brush.cylinder: true
- worldedit.brush.clipboard: true
- worldedit.brush.smooth: true
- worldedit.brush.ex: true
- worldedit.brush.gravity: true
- worldedit.brush.options.range: true
- worldedit.brush.options.material: true
- worldedit.brush.options.size: true
- worldedit.brush.options.mask: true
- worldedit.brush.options.smask: true
- worldedit.brush.options.transform: true
- worldedit.brush.options.scroll: true
- worldedit.brush.options.visualize: true
- worldedit.tool.deltree: true
- worldedit.tool.farwand: true
- worldedit.tool.lrbuild: true
- worldedit.tool.info: true
- worldedit.tool.tree: true
- worldedit.tool.replacer: true
- worldedit.tool.data-cycler: true
- worldedit.tool.flood-fill: true
- worldedit.tool.inspect: true
- worldedit.fill.recursive: true
- worldedit.drain: true
- worldedit.fixlava: true
- worldedit.fixwater: true
- worldedit.removeabove: true
- worldedit.removebelow: true
- worldedit.removenear: true
- worldedit.replacenear: true
- worldedit.snow: true
- worldedit.thaw: true
- worldedit.green: true
- worldedit.extinguish: true
- worldedit.calc: true
- worldedit.fill: true
- fawe.voxelbrush:
- default: op
- children:
- voxelsniper.brush.ball: true
- voxelsniper.brush.biome: true
- voxelsniper.brush.blendball: true
- voxelsniper.brush.blenddisc: true
- voxelsniper.brush.blendvoxel: true
- voxelsniper.brush.blendvoxeldisc: true
- voxelsniper.brush.blob: true
- voxelsniper.brush.blockreset: true
- voxelsniper.brush.blockresetsurface: true
- voxelsniper.brush.canyon: true
- voxelsniper.brush.canyonselection: true
- voxelsniper.brush.checkervoxeldisc: true
- voxelsniper.brush.cleansnow: true
- voxelsniper.brush.clonestamp: true
- voxelsniper.brush.copypasta: true
- voxelsniper.brush.cylinder: true
- voxelsniper.brush.disc: true
- voxelsniper.brush.discface: true
- voxelsniper.brush.dome: true
- voxelsniper.brush.drain: true
- voxelsniper.brush.ellipse: true
- voxelsniper.brush.ellipsoid: true
- voxelsniper.brush.eraser: true
- voxelsniper.brush.erode: true
- voxelsniper.brush.extrude: true
- voxelsniper.brush.filldown: true
- voxelsniper.brush.flatocean: true
- voxelsniper.brush.heatray: true
- voxelsniper.brush.jaggedline: true
- voxelsniper.brush.line: true
- voxelsniper.brush.move: true
- voxelsniper.brush.ocean: true
- voxelsniper.brush.overlay: true
- voxelsniper.brush.pull: true
- voxelsniper.brush.randomerode: true
- voxelsniper.brush.ring: true
- voxelsniper.brush.rot2d: true
- voxelsniper.brush.rot2dvert: true
- voxelsniper.brush.rot3d: true
- voxelsniper.brush.ruler: true
- voxelsniper.brush.scanner: true
- voxelsniper.brush.set: true
- voxelsniper.brush.setredstoneflip: true
- voxelsniper.brush.setredstonerotate: true
- voxelsniper.brush.shellball: true
- voxelsniper.brush.shellset: true
- voxelsniper.brush.shellvoxel: true
- voxelsniper.brush.signoverwrite: true
- voxelsniper.brush.snipe: true
- voxelsniper.brush.snowcone: true
- voxelsniper.brush.spiralstaircase: true
- voxelsniper.brush.splatterball: true
- voxelsniper.brush.splatterdisc: true
- voxelsniper.brush.splatteroverlay: true
- voxelsniper.brush.splattervoxel: true
- voxelsniper.brush.splattervoxeldisc: true
- voxelsniper.brush.spline: true
- voxelsniper.brush.stamp: true
- voxelsniper.brush.stencil: true
- voxelsniper.brush.stencillist: true
- voxelsniper.brush.threepointcircle: true
- voxelsniper.brush.triangle: true
- voxelsniper.brush.underlay: true
- voxelsniper.brush.voltmeter: true
- voxelsniper.brush.voxel: true
- voxelsniper.brush.voxeldisc: true
- voxelsniper.brush.voxeldiscface: true
- voxelsniper.brush.warp: true
- voxelsniper.goto: true
- voxelsniper.sniper: true
+name : FastAsyncWorldEdit
+main : com.sk89q.worldedit.bukkit.WorldEditPlugin
+version : "${internalVersion}"
+load : STARTUP
+api-version : 1.15
+softdepend : [ Vault ]
+provides : [ WorldEdit ]
+website : https://www.spigotmc.org/resources/13932/
+description : Blazingly fast world manipulation for builders, large networks and developers.
+authors : [ Empire92, MattBDev, IronApollo, dordsor21, NotMyFault ]
+loadbefore : [ WorldGuard, PlotSquared ]
+database : false
+permissions :
+ fawe.plotsquared :
+ default : true
+ children :
+ fawe.plotsquared.trusted : true
+ fawe.bypass.regions :
+ default : false
+ fawe.bypass :
+ default : false
+ children :
+ fawe.bypass.regions : true
+ fawe.limit.* : true
+ fawe.tips :
+ default : false
+ fawe.admin :
+ default : op
+ fawe.reload :
+ default : false
+ fawe.permpack.basic :
+ default : op
+ children :
+ fawe.worldeditregion : true
+ fawe.cancel : true
+ worldedit.biome.info : true
+ worldedit.biome.set : true
+ worldedit.biome.list : true
+ worldedit.chunkinfo : true
+ worldedit.listchunks : true
+ worldedit.clipboard.cut : true
+ worldedit.clipboard.paste : true
+ worldedit.schematic.formats : true
+ worldedit.schematic.load : true
+ worldedit.schematic.list : true
+ worldedit.schematic.save : true
+ worldedit.clipboard.clear : true
+ worldedit.clipboard.copy : true
+ worldedit.clipboard.lazycopy : true
+ worldedit.clipboard.place : true
+ worldedit.clipboard.download : true
+ worldedit.clipboard.flip : true
+ worldedit.clipboard.rotate : true
+ worldedit.help : true
+ worldedit.global-mask : true
+ worldedit.global-transform : true
+ worldedit.generation.cylinder : true
+ worldedit.generation.sphere : true
+ worldedit.generation.forest : true
+ worldedit.generation.pumpkins : true
+ worldedit.generation.pyramid : true
+ worldedit.generation.shape : true
+ worldedit.history.undo : true
+ worldedit.history.redo : true
+ worldedit.history.rollback : true
+ worldedit.navigation.unstuck : true
+ worldedit.navigation.ascend : true
+ worldedit.navigation.descend : true
+ worldedit.navigation.ceiling : true
+ worldedit.navigation.thru.command : true
+ worldedit.navigation.jumpto.command : true
+ worldedit.navigation.up : true
+ worldedit.region.hollow : true
+ worldedit.region.line : true
+ worldedit.region.curve : true
+ worldedit.region.overlay : true
+ worldedit.region.center : true
+ worldedit.region.naturalize : true
+ worldedit.region.walls : true
+ worldedit.region.faces : true
+ worldedit.region.smooth : true
+ worldedit.region.move : true
+ worldedit.region.forest : true
+ worldedit.region.replace : true
+ worldedit.region.stack : true
+ worldedit.region.set : true
+ worldedit.selection.pos : true
+ worldedit.selection.chunk : true
+ worldedit.selection.hpos : true
+ worldedit.wand : true
+ worldedit.wand.toggle : true
+ worldedit.selection.contract : true
+ worldedit.selection.outset : true
+ worldedit.selection.inset : true
+ worldedit.analysis.distr : true
+ worldedit.analysis.count : true
+ worldedit.analysis.sel : true
+ worldedit.selection.size : true
+ worldedit.selection.expand : true
+ worldedit.selection.shift : true
+ worldedit.snapshots.list : true
+ worldedit.superpickaxe : true
+ worldedit.superpickaxe.area : true
+ worldedit.superpickaxe.recursive : true
+ worldedit.brush.blendball : true
+ worldedit.brush.erode : true
+ worldedit.brush.pull : true
+ worldedit.brush.circle : true
+ worldedit.brush.recursive : true
+ worldedit.brush.line : true
+ worldedit.brush.spline : true
+ worldedit.brush.surfacespline : true
+ worldedit.brush.shatter : true
+ worldedit.brush.stencil : true
+ worldedit.brush.height : true
+ worldedit.brush.layer : true
+ worldedit.brush.populateschematic : true
+ worldedit.brush.scatter : true
+ worldedit.brush.splatter : true
+ worldedit.brush.scattercommand : true
+ worldedit.brush.copy : true
+ worldedit.brush.command : true
+ worldedit.brush.apply : true
+ worldedit.brush.sphere : true
+ worldedit.brush.cylinder : true
+ worldedit.brush.clipboard : true
+ worldedit.brush.smooth : true
+ worldedit.brush.ex : true
+ worldedit.brush.gravity : true
+ worldedit.brush.options.range : true
+ worldedit.brush.options.material : true
+ worldedit.brush.options.size : true
+ worldedit.brush.options.mask : true
+ worldedit.brush.options.smask : true
+ worldedit.brush.options.transform : true
+ worldedit.brush.options.scroll : true
+ worldedit.brush.options.visualize : true
+ worldedit.tool.deltree : true
+ worldedit.tool.farwand : true
+ worldedit.tool.lrbuild : true
+ worldedit.tool.info : true
+ worldedit.tool.tree : true
+ worldedit.tool.replacer : true
+ worldedit.tool.data-cycler : true
+ worldedit.tool.flood-fill : true
+ worldedit.tool.inspect : true
+ worldedit.fill.recursive : true
+ worldedit.drain : true
+ worldedit.fixlava : true
+ worldedit.fixwater : true
+ worldedit.removeabove : true
+ worldedit.removebelow : true
+ worldedit.removenear : true
+ worldedit.replacenear : true
+ worldedit.snow : true
+ worldedit.thaw : true
+ worldedit.green : true
+ worldedit.extinguish : true
+ worldedit.calc : true
+ worldedit.fill : true
+ fawe.voxelbrush :
+ default : op
+ children :
+ voxelsniper.brush.ball : true
+ voxelsniper.brush.biome : true
+ voxelsniper.brush.blendball : true
+ voxelsniper.brush.blenddisc : true
+ voxelsniper.brush.blendvoxel : true
+ voxelsniper.brush.blendvoxeldisc : true
+ voxelsniper.brush.blob : true
+ voxelsniper.brush.blockreset : true
+ voxelsniper.brush.blockresetsurface : true
+ voxelsniper.brush.canyon : true
+ voxelsniper.brush.canyonselection : true
+ voxelsniper.brush.checkervoxeldisc : true
+ voxelsniper.brush.cleansnow : true
+ voxelsniper.brush.clonestamp : true
+ voxelsniper.brush.copypasta : true
+ voxelsniper.brush.cylinder : true
+ voxelsniper.brush.disc : true
+ voxelsniper.brush.discface : true
+ voxelsniper.brush.dome : true
+ voxelsniper.brush.drain : true
+ voxelsniper.brush.ellipse : true
+ voxelsniper.brush.ellipsoid : true
+ voxelsniper.brush.eraser : true
+ voxelsniper.brush.erode : true
+ voxelsniper.brush.extrude : true
+ voxelsniper.brush.filldown : true
+ voxelsniper.brush.flatocean : true
+ voxelsniper.brush.heatray : true
+ voxelsniper.brush.jaggedline : true
+ voxelsniper.brush.line : true
+ voxelsniper.brush.move : true
+ voxelsniper.brush.ocean : true
+ voxelsniper.brush.overlay : true
+ voxelsniper.brush.pull : true
+ voxelsniper.brush.randomerode : true
+ voxelsniper.brush.ring : true
+ voxelsniper.brush.rot2d : true
+ voxelsniper.brush.rot2dvert : true
+ voxelsniper.brush.rot3d : true
+ voxelsniper.brush.ruler : true
+ voxelsniper.brush.scanner : true
+ voxelsniper.brush.set : true
+ voxelsniper.brush.setredstoneflip : true
+ voxelsniper.brush.setredstonerotate : true
+ voxelsniper.brush.shellball : true
+ voxelsniper.brush.shellset : true
+ voxelsniper.brush.shellvoxel : true
+ voxelsniper.brush.signoverwrite : true
+ voxelsniper.brush.snipe : true
+ voxelsniper.brush.snowcone : true
+ voxelsniper.brush.spiralstaircase : true
+ voxelsniper.brush.splatterball : true
+ voxelsniper.brush.splatterdisc : true
+ voxelsniper.brush.splatteroverlay : true
+ voxelsniper.brush.splattervoxel : true
+ voxelsniper.brush.splattervoxeldisc : true
+ voxelsniper.brush.spline : true
+ voxelsniper.brush.stamp : true
+ voxelsniper.brush.stencil : true
+ voxelsniper.brush.stencillist : true
+ voxelsniper.brush.threepointcircle : true
+ voxelsniper.brush.triangle : true
+ voxelsniper.brush.underlay : true
+ voxelsniper.brush.voltmeter : true
+ voxelsniper.brush.voxel : true
+ voxelsniper.brush.voxeldisc : true
+ voxelsniper.brush.voxeldiscface : true
+ voxelsniper.brush.warp : true
+ voxelsniper.goto : true
+ voxelsniper.sniper : true
diff --git a/worldedit-bukkit/src/test/java/com/sk89q/util/MinecraftVersionTest.java b/worldedit-bukkit/src/test/java/com/sk89q/util/MinecraftVersionTest.java
index ac09344bb..ee97cc27e 100644
--- a/worldedit-bukkit/src/test/java/com/sk89q/util/MinecraftVersionTest.java
+++ b/worldedit-bukkit/src/test/java/com/sk89q/util/MinecraftVersionTest.java
@@ -4,8 +4,8 @@ import com.fastasyncworldedit.bukkit.util.MinecraftVersion;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.assertEquals;
-import static org.junit.jupiter.api.Assertions.assertTrue;
import static org.junit.jupiter.api.Assertions.assertFalse;
+import static org.junit.jupiter.api.Assertions.assertTrue;
public class MinecraftVersionTest {
diff --git a/worldedit-bukkit/src/test/java/com/sk89q/wepif/DinnerPermsResolverTest.java b/worldedit-bukkit/src/test/java/com/sk89q/wepif/DinnerPermsResolverTest.java
index 31cfc5dca..361788d84 100644
--- a/worldedit-bukkit/src/test/java/com/sk89q/wepif/DinnerPermsResolverTest.java
+++ b/worldedit-bukkit/src/test/java/com/sk89q/wepif/DinnerPermsResolverTest.java
@@ -30,6 +30,7 @@ import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;
public class DinnerPermsResolverTest {
+
private DinnerPermsResolver resolver;
@BeforeEach
@@ -86,4 +87,5 @@ public class DinnerPermsResolverTest {
assertTrue(resolver.inGroup(permissible, "b"));
assertFalse(resolver.inGroup(permissible, "c"));
}
+
}
diff --git a/worldedit-bukkit/src/test/java/com/sk89q/wepif/TestOfflinePermissible.java b/worldedit-bukkit/src/test/java/com/sk89q/wepif/TestOfflinePermissible.java
index 3c338f758..33db4eb36 100644
--- a/worldedit-bukkit/src/test/java/com/sk89q/wepif/TestOfflinePermissible.java
+++ b/worldedit-bukkit/src/test/java/com/sk89q/wepif/TestOfflinePermissible.java
@@ -31,15 +31,16 @@ import org.bukkit.permissions.PermissionAttachment;
import org.bukkit.permissions.PermissionAttachmentInfo;
import org.bukkit.plugin.Plugin;
+import javax.annotation.Nonnull;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Locale;
import java.util.Map;
import java.util.Set;
import java.util.UUID;
-import javax.annotation.Nonnull;
public class TestOfflinePermissible implements OfflinePlayer, Permissible {
+
private boolean op;
private UUID randomUuid = UUID.randomUUID();
@@ -190,15 +191,15 @@ public class TestOfflinePermissible implements OfflinePlayer, Permissible {
throw new UnsupportedOperationException("Not supported yet.");
}
- @Override
- public long getLastLogin() {
- throw new UnsupportedOperationException("Not supported yet.");
- }
+ @Override
+ public long getLastLogin() {
+ throw new UnsupportedOperationException("Not supported yet.");
+ }
- @Override
- public long getLastSeen() {
- throw new UnsupportedOperationException("Not supported yet.");
- }
+ @Override
+ public long getLastSeen() {
+ throw new UnsupportedOperationException("Not supported yet.");
+ }
@Override
public void incrementStatistic(@Nonnull Statistic statistic) throws IllegalArgumentException {
@@ -212,19 +213,19 @@ public class TestOfflinePermissible implements OfflinePlayer, Permissible {
@Override
public void incrementStatistic(@Nonnull Statistic statistic, int amount)
- throws IllegalArgumentException {
+ throws IllegalArgumentException {
}
@Override
public void decrementStatistic(@Nonnull Statistic statistic, int amount)
- throws IllegalArgumentException {
+ throws IllegalArgumentException {
}
@Override
public void setStatistic(@Nonnull Statistic statistic, int newValue)
- throws IllegalArgumentException {
+ throws IllegalArgumentException {
}
@@ -235,73 +236,84 @@ public class TestOfflinePermissible implements OfflinePlayer, Permissible {
@Override
public void incrementStatistic(@Nonnull Statistic statistic, @Nonnull Material material)
- throws IllegalArgumentException {
+ throws IllegalArgumentException {
}
@Override
public void decrementStatistic(@Nonnull Statistic statistic, @Nonnull Material material)
- throws IllegalArgumentException {
+ throws IllegalArgumentException {
}
@Override
public int getStatistic(@Nonnull Statistic statistic, @Nonnull Material material)
- throws IllegalArgumentException {
+ throws IllegalArgumentException {
return 0;
}
@Override
- public void incrementStatistic(@Nonnull Statistic statistic, @Nonnull Material material,
- int amount) throws IllegalArgumentException {
+ public void incrementStatistic(
+ @Nonnull Statistic statistic, @Nonnull Material material,
+ int amount
+ ) throws IllegalArgumentException {
}
@Override
- public void decrementStatistic(@Nonnull Statistic statistic, @Nonnull Material material,
- int amount) throws IllegalArgumentException {
+ public void decrementStatistic(
+ @Nonnull Statistic statistic, @Nonnull Material material,
+ int amount
+ ) throws IllegalArgumentException {
}
@Override
public void setStatistic(@Nonnull Statistic statistic, @Nonnull Material material, int newValue)
- throws IllegalArgumentException {
+ throws IllegalArgumentException {
}
@Override
public void incrementStatistic(@Nonnull Statistic statistic, @Nonnull EntityType entityType)
- throws IllegalArgumentException {
+ throws IllegalArgumentException {
}
@Override
public void decrementStatistic(@Nonnull Statistic statistic, @Nonnull EntityType entityType)
- throws IllegalArgumentException {
+ throws IllegalArgumentException {
}
@Override
public int getStatistic(@Nonnull Statistic statistic, @Nonnull EntityType entityType)
- throws IllegalArgumentException {
+ throws IllegalArgumentException {
return 0;
}
@Override
- public void incrementStatistic(@Nonnull Statistic statistic, @Nonnull EntityType entityType,
- int amount) throws IllegalArgumentException {
+ public void incrementStatistic(
+ @Nonnull Statistic statistic, @Nonnull EntityType entityType,
+ int amount
+ ) throws IllegalArgumentException {
}
@Override
- public void decrementStatistic(@Nonnull Statistic statistic, @Nonnull EntityType entityType,
- int amount) {
+ public void decrementStatistic(
+ @Nonnull Statistic statistic, @Nonnull EntityType entityType,
+ int amount
+ ) {
}
@Override
- public void setStatistic(@Nonnull Statistic statistic, @Nonnull EntityType entityType,
- int newValue) {
+ public void setStatistic(
+ @Nonnull Statistic statistic, @Nonnull EntityType entityType,
+ int newValue
+ ) {
}
+
}
diff --git a/worldedit-cli/build.gradle.kts b/worldedit-cli/build.gradle.kts
index 0e1fc3947..34bd9a350 100644
--- a/worldedit-cli/build.gradle.kts
+++ b/worldedit-cli/build.gradle.kts
@@ -1,5 +1,4 @@
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
-import net.minecrell.pluginyml.bukkit.BukkitPluginDescription
plugins {
`java-library`
diff --git a/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/AccessPoint.java b/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/AccessPoint.java
index bdf99b6ef..f55432468 100644
--- a/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/AccessPoint.java
+++ b/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/AccessPoint.java
@@ -5,4 +5,5 @@ package com.sk89q.worldedit.cli;
* annoying, if you try to use the CLI as plugin.
*/
public class AccessPoint {
+
}
diff --git a/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/CLIBlockCategoryRegistry.java b/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/CLIBlockCategoryRegistry.java
index 0a751d2df..8ffb24d0b 100644
--- a/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/CLIBlockCategoryRegistry.java
+++ b/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/CLIBlockCategoryRegistry.java
@@ -30,8 +30,11 @@ public class CLIBlockCategoryRegistry implements BlockCategoryRegistry {
@Override
public Set getCategorisedByName(String category) {
- return CLIWorldEdit.inst.getFileRegistries().getDataFile().blocktags.getOrDefault(category, Collections.emptyList()).stream()
+ return CLIWorldEdit.inst.getFileRegistries().getDataFile().blocktags
+ .getOrDefault(category, Collections.emptyList())
+ .stream()
.map(BlockType.REGISTRY::get)
.collect(Collectors.toSet());
}
+
}
diff --git a/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/CLIBlockRegistry.java b/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/CLIBlockRegistry.java
index d3a16fa5f..1fdb97ae6 100644
--- a/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/CLIBlockRegistry.java
+++ b/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/CLIBlockRegistry.java
@@ -31,10 +31,10 @@ import com.sk89q.worldedit.util.Direction;
import com.sk89q.worldedit.world.block.BlockType;
import com.sk89q.worldedit.world.registry.BundledBlockRegistry;
+import javax.annotation.Nullable;
import java.util.List;
import java.util.Map;
import java.util.stream.Collectors;
-import javax.annotation.Nullable;
public class CLIBlockRegistry extends BundledBlockRegistry {
@@ -52,7 +52,11 @@ public class CLIBlockRegistry extends BundledBlockRegistry {
return new EnumProperty(key, values);
}
case "direction": {
- List fixedValues = values.stream().map(String::toUpperCase).map(Direction::valueOf).collect(Collectors.toList());
+ List fixedValues = values
+ .stream()
+ .map(String::toUpperCase)
+ .map(Direction::valueOf)
+ .collect(Collectors.toList());
return new DirectionalProperty(key, fixedValues);
}
default:
@@ -69,4 +73,5 @@ public class CLIBlockRegistry extends BundledBlockRegistry {
(key, value) -> createProperty(value.type, key, value.values);
return ImmutableMap.copyOf(Maps.transformEntries(properties, entryTransform));
}
+
}
diff --git a/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/CLICommandSender.java b/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/CLICommandSender.java
index 912172564..772c612e6 100644
--- a/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/CLICommandSender.java
+++ b/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/CLICommandSender.java
@@ -29,6 +29,7 @@ import com.sk89q.worldedit.util.formatting.WorldEditText;
import com.sk89q.worldedit.util.formatting.text.Component;
import com.sk89q.worldedit.util.formatting.text.serializer.plain.PlainComponentSerializer;
import org.apache.logging.log4j.Logger;
+
import java.io.File;
import java.util.Locale;
import java.util.Map;
@@ -188,4 +189,5 @@ public class CLICommandSender implements Actor {
public Map getRawMeta() {
return null;
}
+
}
diff --git a/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/CLIConfiguration.java b/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/CLIConfiguration.java
index ce935742c..62efc849f 100644
--- a/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/CLIConfiguration.java
+++ b/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/CLIConfiguration.java
@@ -37,4 +37,5 @@ public class CLIConfiguration extends PropertiesConfiguration {
public Path getWorkingDirectoryPath() {
return CLIWorldEdit.inst.getWorkingDir();
}
+
}
diff --git a/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/CLIExtraCommands.java b/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/CLIExtraCommands.java
index 16108c86b..9f6389463 100644
--- a/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/CLIExtraCommands.java
+++ b/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/CLIExtraCommands.java
@@ -33,6 +33,7 @@ import java.util.concurrent.ExecutionException;
@CommandContainer
public class CLIExtraCommands {
+
@Command(
name = "selectworld",
desc = "Select the entire world"
@@ -59,4 +60,5 @@ public class CLIExtraCommands {
}
}
}
+
}
diff --git a/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/CLIItemCategoryRegistry.java b/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/CLIItemCategoryRegistry.java
index abd64d540..fd0934ecf 100644
--- a/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/CLIItemCategoryRegistry.java
+++ b/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/CLIItemCategoryRegistry.java
@@ -33,4 +33,5 @@ public class CLIItemCategoryRegistry implements ItemCategoryRegistry {
.map(ItemType.REGISTRY::get)
.collect(Collectors.toSet());
}
+
}
diff --git a/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/CLIPlatform.java b/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/CLIPlatform.java
index 4956bf63b..6c28e34c0 100644
--- a/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/CLIPlatform.java
+++ b/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/CLIPlatform.java
@@ -34,6 +34,7 @@ import com.sk89q.worldedit.world.registry.Registries;
import org.enginehub.piston.CommandManager;
import javax.annotation.Nonnull;
+import javax.annotation.Nullable;
import java.util.ArrayList;
import java.util.EnumMap;
import java.util.List;
@@ -41,7 +42,6 @@ import java.util.Map;
import java.util.Set;
import java.util.Timer;
import java.util.TimerTask;
-import javax.annotation.Nullable;
class CLIPlatform extends AbstractPlatform {
@@ -171,4 +171,5 @@ class CLIPlatform extends AbstractPlatform {
public void addWorld(World world) {
worlds.add(world);
}
+
}
diff --git a/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/CLIWorld.java b/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/CLIWorld.java
index 722a68c81..4a12c172b 100644
--- a/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/CLIWorld.java
+++ b/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/CLIWorld.java
@@ -41,4 +41,5 @@ public interface CLIWorld {
* @param dirty if dirty
*/
void setDirty(boolean dirty);
+
}
diff --git a/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/CLIWorldEdit.java b/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/CLIWorldEdit.java
index 0f38e566f..77559b779 100644
--- a/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/CLIWorldEdit.java
+++ b/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/CLIWorldEdit.java
@@ -301,7 +301,10 @@ public class CLIWorldEdit {
String fileArg = cmd.getOptionValue('f');
File file;
if (fileArg == null) {
- String[] formats = Arrays.copyOf(ClipboardFormats.getFileExtensionArray(), ClipboardFormats.getFileExtensionArray().length + 1);
+ String[] formats = Arrays.copyOf(
+ ClipboardFormats.getFileExtensionArray(),
+ ClipboardFormats.getFileExtensionArray().length + 1
+ );
formats[formats.length - 1] = "dat";
file = app.commandSender.openFileOpenDialog(formats);
} else {
@@ -322,7 +325,8 @@ public class CLIWorldEdit {
Files.newInputStream(file.toPath(), StandardOpenOption.READ)
)) {
dataVersion = dataVersionReader.getDataVersion()
- .orElseThrow(() -> new IllegalArgumentException("Failed to obtain data version from schematic."));
+ .orElseThrow(() -> new IllegalArgumentException(
+ "Failed to obtain data version from schematic."));
}
} else {
dataVersion = Constants.DATA_VERSION_MC_1_13_2;
@@ -330,7 +334,10 @@ public class CLIWorldEdit {
app.platform.setDataVersion(dataVersion);
app.onStarted();
ClipboardWorld world;
- try (ClipboardReader clipboardReader = format.getReader(Files.newInputStream(file.toPath(), StandardOpenOption.READ))) {
+ try (ClipboardReader clipboardReader = format.getReader(Files.newInputStream(
+ file.toPath(),
+ StandardOpenOption.READ
+ ))) {
world = new ClipboardWorld(
file,
clipboardReader.read(),
@@ -372,4 +379,5 @@ public class CLIWorldEdit {
System.exit(exitCode);
}
+
}
diff --git a/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/data/FileRegistries.java b/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/data/FileRegistries.java
index f71606495..42e2c9a1e 100644
--- a/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/data/FileRegistries.java
+++ b/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/data/FileRegistries.java
@@ -45,12 +45,17 @@ public class FileRegistries {
}
public void loadDataFiles() {
- ResourceLoader resourceLoader = WorldEdit.getInstance().getPlatformManager().queryCapability(Capability.CONFIGURATION).getResourceLoader();
+ ResourceLoader resourceLoader = WorldEdit
+ .getInstance()
+ .getPlatformManager()
+ .queryCapability(Capability.CONFIGURATION)
+ .getResourceLoader();
try {
URL url = resourceLoader.getResource(FileRegistries.class, app.getPlatform().getDataVersion() + ".json");
this.dataFile = gson.fromJson(Resources.toString(url, StandardCharsets.UTF_8), DataFile.class);
} catch (IOException e) {
- throw new RuntimeException("The provided file is not compatible with this version of WorldEdit-CLI. Please update or report this.");
+ throw new RuntimeException(
+ "The provided file is not compatible with this version of WorldEdit-CLI. Please update or report this.");
}
}
@@ -59,16 +64,21 @@ public class FileRegistries {
}
public static class BlockManifest {
+
public String defaultstate;
public Map properties;
+
}
public static class BlockProperty {
+
public List values;
public String type;
+
}
public static class DataFile {
+
public Map> itemtags;
public Map> blocktags;
public Map> entitytags;
@@ -76,5 +86,7 @@ public class FileRegistries {
public List entities;
public List biomes;
public Map blocks;
+
}
+
}
diff --git a/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/schematic/ClipboardWorld.java b/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/schematic/ClipboardWorld.java
index 5873b7185..b448b8048 100644
--- a/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/schematic/ClipboardWorld.java
+++ b/worldedit-cli/src/main/java/com/sk89q/worldedit/cli/schematic/ClipboardWorld.java
@@ -49,13 +49,13 @@ import com.sk89q.worldedit.world.block.BaseBlock;
import com.sk89q.worldedit.world.block.BlockState;
import com.sk89q.worldedit.world.block.BlockStateHolder;
+import javax.annotation.Nullable;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.List;
import java.util.Locale;
import java.util.Set;
-import javax.annotation.Nullable;
public class ClipboardWorld extends AbstractWorld implements Clipboard, CLIWorld {
@@ -97,13 +97,15 @@ public class ClipboardWorld extends AbstractWorld implements Clipboard, CLIWorld
}
@Override
- public > boolean setBlock(BlockVector3 position, B block, SideEffectSet sideEffects) throws WorldEditException {
+ public > boolean setBlock(BlockVector3 position, B block, SideEffectSet sideEffects) throws
+ WorldEditException {
dirty = true;
return clipboard.setBlock(position, block);
}
@Override
- public Set applySideEffects(BlockVector3 position, BlockState previousType, SideEffectSet sideEffectSet) throws WorldEditException {
+ public Set applySideEffects(BlockVector3 position, BlockState previousType, SideEffectSet sideEffectSet) throws
+ WorldEditException {
return ImmutableSet.of();
}
@@ -251,4 +253,5 @@ public class ClipboardWorld extends AbstractWorld implements Clipboard, CLIWorld
public void setDirty(boolean dirty) {
this.dirty = dirty;
}
+
}
diff --git a/worldedit-cli/src/main/resources/com/sk89q/worldedit/cli/data/1631.json b/worldedit-cli/src/main/resources/com/sk89q/worldedit/cli/data/1631.json
index 7d0e190e1..ed5006792 100644
--- a/worldedit-cli/src/main/resources/com/sk89q/worldedit/cli/data/1631.json
+++ b/worldedit-cli/src/main/resources/com/sk89q/worldedit/cli/data/1631.json
@@ -1 +1,10517 @@
-{"blocks":{"minecraft:acacia_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_button[face=wall,facing=north,powered=false]"},"minecraft:acacia_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:acacia_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:acacia_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:acacia_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_leaves[distance=7,persistent=false]"},"minecraft:acacia_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:acacia_log[axis=y]"},"minecraft:acacia_planks":{"properties":{},"defaultstate":"minecraft:acacia_planks"},"minecraft:acacia_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_pressure_plate[powered=false]"},"minecraft:acacia_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:acacia_sapling[stage=0]"},"minecraft:acacia_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_slab[type=bottom,waterlogged=false]"},"minecraft:acacia_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:acacia_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:acacia_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:acacia_wood[axis=y]"},"minecraft:activator_rail":{"properties":{"powered":{"values":["true","false"],"type":"bool"},"shape":{"values":["north_south","east_west","ascending_east","ascending_west","ascending_north","ascending_south"],"type":"enum"}},"defaultstate":"minecraft:activator_rail[powered=false,shape=north_south]"},"minecraft:air":{"properties":{},"defaultstate":"minecraft:air"},"minecraft:allium":{"properties":{},"defaultstate":"minecraft:allium"},"minecraft:andesite":{"properties":{},"defaultstate":"minecraft:andesite"},"minecraft:anvil":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:anvil[facing=north]"},"minecraft:attached_melon_stem":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:attached_melon_stem[facing=north]"},"minecraft:attached_pumpkin_stem":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:attached_pumpkin_stem[facing=north]"},"minecraft:azure_bluet":{"properties":{},"defaultstate":"minecraft:azure_bluet"},"minecraft:barrier":{"properties":{},"defaultstate":"minecraft:barrier"},"minecraft:beacon":{"properties":{},"defaultstate":"minecraft:beacon"},"minecraft:bedrock":{"properties":{},"defaultstate":"minecraft:bedrock"},"minecraft:beetroots":{"properties":{"age":{"values":["0","1","2","3"],"type":"int"}},"defaultstate":"minecraft:beetroots[age=0]"},"minecraft:birch_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_button[face=wall,facing=north,powered=false]"},"minecraft:birch_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:birch_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:birch_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:birch_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_leaves[distance=7,persistent=false]"},"minecraft:birch_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:birch_log[axis=y]"},"minecraft:birch_planks":{"properties":{},"defaultstate":"minecraft:birch_planks"},"minecraft:birch_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_pressure_plate[powered=false]"},"minecraft:birch_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:birch_sapling[stage=0]"},"minecraft:birch_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_slab[type=bottom,waterlogged=false]"},"minecraft:birch_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:birch_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:birch_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:birch_wood[axis=y]"},"minecraft:black_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:black_banner[rotation=0]"},"minecraft:black_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:black_bed[facing=north,occupied=false,part=foot]"},"minecraft:black_carpet":{"properties":{},"defaultstate":"minecraft:black_carpet"},"minecraft:black_concrete":{"properties":{},"defaultstate":"minecraft:black_concrete"},"minecraft:black_concrete_powder":{"properties":{},"defaultstate":"minecraft:black_concrete_powder"},"minecraft:black_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:black_glazed_terracotta[facing=north]"},"minecraft:black_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:black_shulker_box[facing=up]"},"minecraft:black_stained_glass":{"properties":{},"defaultstate":"minecraft:black_stained_glass"},"minecraft:black_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:black_terracotta":{"properties":{},"defaultstate":"minecraft:black_terracotta"},"minecraft:black_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:black_wall_banner[facing=north]"},"minecraft:black_wool":{"properties":{},"defaultstate":"minecraft:black_wool"},"minecraft:blue_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:blue_banner[rotation=0]"},"minecraft:blue_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:blue_bed[facing=north,occupied=false,part=foot]"},"minecraft:blue_carpet":{"properties":{},"defaultstate":"minecraft:blue_carpet"},"minecraft:blue_concrete":{"properties":{},"defaultstate":"minecraft:blue_concrete"},"minecraft:blue_concrete_powder":{"properties":{},"defaultstate":"minecraft:blue_concrete_powder"},"minecraft:blue_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:blue_glazed_terracotta[facing=north]"},"minecraft:blue_ice":{"properties":{},"defaultstate":"minecraft:blue_ice"},"minecraft:blue_orchid":{"properties":{},"defaultstate":"minecraft:blue_orchid"},"minecraft:blue_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:blue_shulker_box[facing=up]"},"minecraft:blue_stained_glass":{"properties":{},"defaultstate":"minecraft:blue_stained_glass"},"minecraft:blue_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:blue_terracotta":{"properties":{},"defaultstate":"minecraft:blue_terracotta"},"minecraft:blue_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:blue_wall_banner[facing=north]"},"minecraft:blue_wool":{"properties":{},"defaultstate":"minecraft:blue_wool"},"minecraft:bone_block":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:bone_block[axis=y]"},"minecraft:bookshelf":{"properties":{},"defaultstate":"minecraft:bookshelf"},"minecraft:brain_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brain_coral[waterlogged=true]"},"minecraft:brain_coral_block":{"properties":{},"defaultstate":"minecraft:brain_coral_block"},"minecraft:brain_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brain_coral_fan[waterlogged=true]"},"minecraft:brain_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brain_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:brewing_stand":{"properties":{"has_bottle_0":{"values":["true","false"],"type":"bool"},"has_bottle_1":{"values":["true","false"],"type":"bool"},"has_bottle_2":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false]"},"minecraft:brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brick_slab[type=bottom,waterlogged=false]"},"minecraft:brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:bricks":{"properties":{},"defaultstate":"minecraft:bricks"},"minecraft:brown_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:brown_banner[rotation=0]"},"minecraft:brown_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:brown_bed[facing=north,occupied=false,part=foot]"},"minecraft:brown_carpet":{"properties":{},"defaultstate":"minecraft:brown_carpet"},"minecraft:brown_concrete":{"properties":{},"defaultstate":"minecraft:brown_concrete"},"minecraft:brown_concrete_powder":{"properties":{},"defaultstate":"minecraft:brown_concrete_powder"},"minecraft:brown_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:brown_glazed_terracotta[facing=north]"},"minecraft:brown_mushroom":{"properties":{},"defaultstate":"minecraft:brown_mushroom"},"minecraft:brown_mushroom_block":{"properties":{"down":{"values":["true","false"],"type":"bool"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]"},"minecraft:brown_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:brown_shulker_box[facing=up]"},"minecraft:brown_stained_glass":{"properties":{},"defaultstate":"minecraft:brown_stained_glass"},"minecraft:brown_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:brown_terracotta":{"properties":{},"defaultstate":"minecraft:brown_terracotta"},"minecraft:brown_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:brown_wall_banner[facing=north]"},"minecraft:brown_wool":{"properties":{},"defaultstate":"minecraft:brown_wool"},"minecraft:bubble_column":{"properties":{"drag":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:bubble_column[drag=true]"},"minecraft:bubble_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:bubble_coral[waterlogged=true]"},"minecraft:bubble_coral_block":{"properties":{},"defaultstate":"minecraft:bubble_coral_block"},"minecraft:bubble_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:bubble_coral_fan[waterlogged=true]"},"minecraft:bubble_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:bubble_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:cactus":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:cactus[age=0]"},"minecraft:cake":{"properties":{"bites":{"values":["0","1","2","3","4","5","6"],"type":"int"}},"defaultstate":"minecraft:cake[bites=0]"},"minecraft:carrots":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:carrots[age=0]"},"minecraft:carved_pumpkin":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:carved_pumpkin[facing=north]"},"minecraft:cauldron":{"properties":{"level":{"values":["0","1","2","3"],"type":"int"}},"defaultstate":"minecraft:cauldron[level=0]"},"minecraft:cave_air":{"properties":{},"defaultstate":"minecraft:cave_air"},"minecraft:chain_command_block":{"properties":{"conditional":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:chain_command_block[conditional=false,facing=north]"},"minecraft:chest":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"type":{"values":["single","left","right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:chest[facing=north,type=single,waterlogged=false]"},"minecraft:chipped_anvil":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:chipped_anvil[facing=north]"},"minecraft:chiseled_quartz_block":{"properties":{},"defaultstate":"minecraft:chiseled_quartz_block"},"minecraft:chiseled_red_sandstone":{"properties":{},"defaultstate":"minecraft:chiseled_red_sandstone"},"minecraft:chiseled_sandstone":{"properties":{},"defaultstate":"minecraft:chiseled_sandstone"},"minecraft:chiseled_stone_bricks":{"properties":{},"defaultstate":"minecraft:chiseled_stone_bricks"},"minecraft:chorus_flower":{"properties":{"age":{"values":["0","1","2","3","4","5"],"type":"int"}},"defaultstate":"minecraft:chorus_flower[age=0]"},"minecraft:chorus_plant":{"properties":{"down":{"values":["true","false"],"type":"bool"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false]"},"minecraft:clay":{"properties":{},"defaultstate":"minecraft:clay"},"minecraft:coal_block":{"properties":{},"defaultstate":"minecraft:coal_block"},"minecraft:coal_ore":{"properties":{},"defaultstate":"minecraft:coal_ore"},"minecraft:coarse_dirt":{"properties":{},"defaultstate":"minecraft:coarse_dirt"},"minecraft:cobblestone":{"properties":{},"defaultstate":"minecraft:cobblestone"},"minecraft:cobblestone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cobblestone_slab[type=bottom,waterlogged=false]"},"minecraft:cobblestone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:cobblestone_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cobblestone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:cobweb":{"properties":{},"defaultstate":"minecraft:cobweb"},"minecraft:cocoa":{"properties":{"age":{"values":["0","1","2"],"type":"int"},"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:cocoa[age=0,facing=north]"},"minecraft:command_block":{"properties":{"conditional":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:command_block[conditional=false,facing=north]"},"minecraft:comparator":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"mode":{"values":["compare","subtract"],"type":"enum"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:comparator[facing=north,mode=compare,powered=false]"},"minecraft:conduit":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:conduit[waterlogged=true]"},"minecraft:cracked_stone_bricks":{"properties":{},"defaultstate":"minecraft:cracked_stone_bricks"},"minecraft:crafting_table":{"properties":{},"defaultstate":"minecraft:crafting_table"},"minecraft:creeper_head":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:creeper_head[rotation=0]"},"minecraft:creeper_wall_head":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:creeper_wall_head[facing=north]"},"minecraft:cut_red_sandstone":{"properties":{},"defaultstate":"minecraft:cut_red_sandstone"},"minecraft:cut_sandstone":{"properties":{},"defaultstate":"minecraft:cut_sandstone"},"minecraft:cyan_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:cyan_banner[rotation=0]"},"minecraft:cyan_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:cyan_bed[facing=north,occupied=false,part=foot]"},"minecraft:cyan_carpet":{"properties":{},"defaultstate":"minecraft:cyan_carpet"},"minecraft:cyan_concrete":{"properties":{},"defaultstate":"minecraft:cyan_concrete"},"minecraft:cyan_concrete_powder":{"properties":{},"defaultstate":"minecraft:cyan_concrete_powder"},"minecraft:cyan_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:cyan_glazed_terracotta[facing=north]"},"minecraft:cyan_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:cyan_shulker_box[facing=up]"},"minecraft:cyan_stained_glass":{"properties":{},"defaultstate":"minecraft:cyan_stained_glass"},"minecraft:cyan_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:cyan_terracotta":{"properties":{},"defaultstate":"minecraft:cyan_terracotta"},"minecraft:cyan_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:cyan_wall_banner[facing=north]"},"minecraft:cyan_wool":{"properties":{},"defaultstate":"minecraft:cyan_wool"},"minecraft:damaged_anvil":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:damaged_anvil[facing=north]"},"minecraft:dandelion":{"properties":{},"defaultstate":"minecraft:dandelion"},"minecraft:dark_oak_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_button[face=wall,facing=north,powered=false]"},"minecraft:dark_oak_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:dark_oak_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:dark_oak_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:dark_oak_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_leaves[distance=7,persistent=false]"},"minecraft:dark_oak_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:dark_oak_log[axis=y]"},"minecraft:dark_oak_planks":{"properties":{},"defaultstate":"minecraft:dark_oak_planks"},"minecraft:dark_oak_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_pressure_plate[powered=false]"},"minecraft:dark_oak_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:dark_oak_sapling[stage=0]"},"minecraft:dark_oak_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_slab[type=bottom,waterlogged=false]"},"minecraft:dark_oak_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:dark_oak_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:dark_oak_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:dark_oak_wood[axis=y]"},"minecraft:dark_prismarine":{"properties":{},"defaultstate":"minecraft:dark_prismarine"},"minecraft:dark_prismarine_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_prismarine_slab[type=bottom,waterlogged=false]"},"minecraft:dark_prismarine_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:daylight_detector":{"properties":{"inverted":{"values":["true","false"],"type":"bool"},"power":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:daylight_detector[inverted=false,power=0]"},"minecraft:dead_brain_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_brain_coral[waterlogged=true]"},"minecraft:dead_brain_coral_block":{"properties":{},"defaultstate":"minecraft:dead_brain_coral_block"},"minecraft:dead_brain_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_brain_coral_fan[waterlogged=true]"},"minecraft:dead_brain_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:dead_bubble_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_bubble_coral[waterlogged=true]"},"minecraft:dead_bubble_coral_block":{"properties":{},"defaultstate":"minecraft:dead_bubble_coral_block"},"minecraft:dead_bubble_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_bubble_coral_fan[waterlogged=true]"},"minecraft:dead_bubble_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:dead_bush":{"properties":{},"defaultstate":"minecraft:dead_bush"},"minecraft:dead_fire_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_fire_coral[waterlogged=true]"},"minecraft:dead_fire_coral_block":{"properties":{},"defaultstate":"minecraft:dead_fire_coral_block"},"minecraft:dead_fire_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_fire_coral_fan[waterlogged=true]"},"minecraft:dead_fire_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:dead_horn_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_horn_coral[waterlogged=true]"},"minecraft:dead_horn_coral_block":{"properties":{},"defaultstate":"minecraft:dead_horn_coral_block"},"minecraft:dead_horn_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_horn_coral_fan[waterlogged=true]"},"minecraft:dead_horn_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:dead_tube_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_tube_coral[waterlogged=true]"},"minecraft:dead_tube_coral_block":{"properties":{},"defaultstate":"minecraft:dead_tube_coral_block"},"minecraft:dead_tube_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_tube_coral_fan[waterlogged=true]"},"minecraft:dead_tube_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:detector_rail":{"properties":{"powered":{"values":["true","false"],"type":"bool"},"shape":{"values":["north_south","east_west","ascending_east","ascending_west","ascending_north","ascending_south"],"type":"enum"}},"defaultstate":"minecraft:detector_rail[powered=false,shape=north_south]"},"minecraft:diamond_block":{"properties":{},"defaultstate":"minecraft:diamond_block"},"minecraft:diamond_ore":{"properties":{},"defaultstate":"minecraft:diamond_ore"},"minecraft:diorite":{"properties":{},"defaultstate":"minecraft:diorite"},"minecraft:dirt":{"properties":{},"defaultstate":"minecraft:dirt"},"minecraft:dispenser":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"triggered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dispenser[facing=north,triggered=false]"},"minecraft:dragon_egg":{"properties":{},"defaultstate":"minecraft:dragon_egg"},"minecraft:dragon_head":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:dragon_head[rotation=0]"},"minecraft:dragon_wall_head":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:dragon_wall_head[facing=north]"},"minecraft:dried_kelp_block":{"properties":{},"defaultstate":"minecraft:dried_kelp_block"},"minecraft:dropper":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"triggered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dropper[facing=north,triggered=false]"},"minecraft:emerald_block":{"properties":{},"defaultstate":"minecraft:emerald_block"},"minecraft:emerald_ore":{"properties":{},"defaultstate":"minecraft:emerald_ore"},"minecraft:enchanting_table":{"properties":{},"defaultstate":"minecraft:enchanting_table"},"minecraft:end_gateway":{"properties":{},"defaultstate":"minecraft:end_gateway"},"minecraft:end_portal":{"properties":{},"defaultstate":"minecraft:end_portal"},"minecraft:end_portal_frame":{"properties":{"eye":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:end_portal_frame[eye=false,facing=north]"},"minecraft:end_rod":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:end_rod[facing=up]"},"minecraft:end_stone":{"properties":{},"defaultstate":"minecraft:end_stone"},"minecraft:end_stone_bricks":{"properties":{},"defaultstate":"minecraft:end_stone_bricks"},"minecraft:ender_chest":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:ender_chest[facing=north,waterlogged=false]"},"minecraft:farmland":{"properties":{"moisture":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:farmland[moisture=0]"},"minecraft:fern":{"properties":{},"defaultstate":"minecraft:fern"},"minecraft:fire":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false]"},"minecraft:fire_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:fire_coral[waterlogged=true]"},"minecraft:fire_coral_block":{"properties":{},"defaultstate":"minecraft:fire_coral_block"},"minecraft:fire_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:fire_coral_fan[waterlogged=true]"},"minecraft:fire_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:fire_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:flower_pot":{"properties":{},"defaultstate":"minecraft:flower_pot"},"minecraft:frosted_ice":{"properties":{"age":{"values":["0","1","2","3"],"type":"int"}},"defaultstate":"minecraft:frosted_ice[age=0]"},"minecraft:furnace":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:furnace[facing=north,lit=false]"},"minecraft:glass":{"properties":{},"defaultstate":"minecraft:glass"},"minecraft:glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:glowstone":{"properties":{},"defaultstate":"minecraft:glowstone"},"minecraft:gold_block":{"properties":{},"defaultstate":"minecraft:gold_block"},"minecraft:gold_ore":{"properties":{},"defaultstate":"minecraft:gold_ore"},"minecraft:granite":{"properties":{},"defaultstate":"minecraft:granite"},"minecraft:grass":{"properties":{},"defaultstate":"minecraft:grass"},"minecraft:grass_block":{"properties":{"snowy":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:grass_block[snowy=false]"},"minecraft:grass_path":{"properties":{},"defaultstate":"minecraft:grass_path"},"minecraft:gravel":{"properties":{},"defaultstate":"minecraft:gravel"},"minecraft:gray_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:gray_banner[rotation=0]"},"minecraft:gray_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:gray_bed[facing=north,occupied=false,part=foot]"},"minecraft:gray_carpet":{"properties":{},"defaultstate":"minecraft:gray_carpet"},"minecraft:gray_concrete":{"properties":{},"defaultstate":"minecraft:gray_concrete"},"minecraft:gray_concrete_powder":{"properties":{},"defaultstate":"minecraft:gray_concrete_powder"},"minecraft:gray_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:gray_glazed_terracotta[facing=north]"},"minecraft:gray_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:gray_shulker_box[facing=up]"},"minecraft:gray_stained_glass":{"properties":{},"defaultstate":"minecraft:gray_stained_glass"},"minecraft:gray_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:gray_terracotta":{"properties":{},"defaultstate":"minecraft:gray_terracotta"},"minecraft:gray_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:gray_wall_banner[facing=north]"},"minecraft:gray_wool":{"properties":{},"defaultstate":"minecraft:gray_wool"},"minecraft:green_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:green_banner[rotation=0]"},"minecraft:green_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:green_bed[facing=north,occupied=false,part=foot]"},"minecraft:green_carpet":{"properties":{},"defaultstate":"minecraft:green_carpet"},"minecraft:green_concrete":{"properties":{},"defaultstate":"minecraft:green_concrete"},"minecraft:green_concrete_powder":{"properties":{},"defaultstate":"minecraft:green_concrete_powder"},"minecraft:green_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:green_glazed_terracotta[facing=north]"},"minecraft:green_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:green_shulker_box[facing=up]"},"minecraft:green_stained_glass":{"properties":{},"defaultstate":"minecraft:green_stained_glass"},"minecraft:green_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:green_terracotta":{"properties":{},"defaultstate":"minecraft:green_terracotta"},"minecraft:green_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:green_wall_banner[facing=north]"},"minecraft:green_wool":{"properties":{},"defaultstate":"minecraft:green_wool"},"minecraft:hay_block":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:hay_block[axis=y]"},"minecraft:heavy_weighted_pressure_plate":{"properties":{"power":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:heavy_weighted_pressure_plate[power=0]"},"minecraft:hopper":{"properties":{"enabled":{"values":["true","false"],"type":"bool"},"facing":{"values":["down","north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:hopper[enabled=true,facing=down]"},"minecraft:horn_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:horn_coral[waterlogged=true]"},"minecraft:horn_coral_block":{"properties":{},"defaultstate":"minecraft:horn_coral_block"},"minecraft:horn_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:horn_coral_fan[waterlogged=true]"},"minecraft:horn_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:horn_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:ice":{"properties":{},"defaultstate":"minecraft:ice"},"minecraft:infested_chiseled_stone_bricks":{"properties":{},"defaultstate":"minecraft:infested_chiseled_stone_bricks"},"minecraft:infested_cobblestone":{"properties":{},"defaultstate":"minecraft:infested_cobblestone"},"minecraft:infested_cracked_stone_bricks":{"properties":{},"defaultstate":"minecraft:infested_cracked_stone_bricks"},"minecraft:infested_mossy_stone_bricks":{"properties":{},"defaultstate":"minecraft:infested_mossy_stone_bricks"},"minecraft:infested_stone":{"properties":{},"defaultstate":"minecraft:infested_stone"},"minecraft:infested_stone_bricks":{"properties":{},"defaultstate":"minecraft:infested_stone_bricks"},"minecraft:iron_bars":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:iron_block":{"properties":{},"defaultstate":"minecraft:iron_block"},"minecraft:iron_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:iron_ore":{"properties":{},"defaultstate":"minecraft:iron_ore"},"minecraft:iron_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:jack_o_lantern":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:jack_o_lantern[facing=north]"},"minecraft:jukebox":{"properties":{"has_record":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jukebox[has_record=false]"},"minecraft:jungle_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_button[face=wall,facing=north,powered=false]"},"minecraft:jungle_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:jungle_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:jungle_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:jungle_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_leaves[distance=7,persistent=false]"},"minecraft:jungle_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:jungle_log[axis=y]"},"minecraft:jungle_planks":{"properties":{},"defaultstate":"minecraft:jungle_planks"},"minecraft:jungle_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_pressure_plate[powered=false]"},"minecraft:jungle_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:jungle_sapling[stage=0]"},"minecraft:jungle_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_slab[type=bottom,waterlogged=false]"},"minecraft:jungle_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:jungle_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:jungle_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:jungle_wood[axis=y]"},"minecraft:kelp":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24","25"],"type":"int"}},"defaultstate":"minecraft:kelp[age=0]"},"minecraft:kelp_plant":{"properties":{},"defaultstate":"minecraft:kelp_plant"},"minecraft:ladder":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:ladder[facing=north,waterlogged=false]"},"minecraft:lapis_block":{"properties":{},"defaultstate":"minecraft:lapis_block"},"minecraft:lapis_ore":{"properties":{},"defaultstate":"minecraft:lapis_ore"},"minecraft:large_fern":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:large_fern[half=lower]"},"minecraft:lava":{"properties":{"level":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:lava[level=0]"},"minecraft:lever":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:lever[face=wall,facing=north,powered=false]"},"minecraft:light_blue_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:light_blue_banner[rotation=0]"},"minecraft:light_blue_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:light_blue_bed[facing=north,occupied=false,part=foot]"},"minecraft:light_blue_carpet":{"properties":{},"defaultstate":"minecraft:light_blue_carpet"},"minecraft:light_blue_concrete":{"properties":{},"defaultstate":"minecraft:light_blue_concrete"},"minecraft:light_blue_concrete_powder":{"properties":{},"defaultstate":"minecraft:light_blue_concrete_powder"},"minecraft:light_blue_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:light_blue_glazed_terracotta[facing=north]"},"minecraft:light_blue_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:light_blue_shulker_box[facing=up]"},"minecraft:light_blue_stained_glass":{"properties":{},"defaultstate":"minecraft:light_blue_stained_glass"},"minecraft:light_blue_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:light_blue_terracotta":{"properties":{},"defaultstate":"minecraft:light_blue_terracotta"},"minecraft:light_blue_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:light_blue_wall_banner[facing=north]"},"minecraft:light_blue_wool":{"properties":{},"defaultstate":"minecraft:light_blue_wool"},"minecraft:light_gray_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:light_gray_banner[rotation=0]"},"minecraft:light_gray_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:light_gray_bed[facing=north,occupied=false,part=foot]"},"minecraft:light_gray_carpet":{"properties":{},"defaultstate":"minecraft:light_gray_carpet"},"minecraft:light_gray_concrete":{"properties":{},"defaultstate":"minecraft:light_gray_concrete"},"minecraft:light_gray_concrete_powder":{"properties":{},"defaultstate":"minecraft:light_gray_concrete_powder"},"minecraft:light_gray_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:light_gray_glazed_terracotta[facing=north]"},"minecraft:light_gray_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:light_gray_shulker_box[facing=up]"},"minecraft:light_gray_stained_glass":{"properties":{},"defaultstate":"minecraft:light_gray_stained_glass"},"minecraft:light_gray_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:light_gray_terracotta":{"properties":{},"defaultstate":"minecraft:light_gray_terracotta"},"minecraft:light_gray_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:light_gray_wall_banner[facing=north]"},"minecraft:light_gray_wool":{"properties":{},"defaultstate":"minecraft:light_gray_wool"},"minecraft:light_weighted_pressure_plate":{"properties":{"power":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:light_weighted_pressure_plate[power=0]"},"minecraft:lilac":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:lilac[half=lower]"},"minecraft:lily_pad":{"properties":{},"defaultstate":"minecraft:lily_pad"},"minecraft:lime_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:lime_banner[rotation=0]"},"minecraft:lime_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:lime_bed[facing=north,occupied=false,part=foot]"},"minecraft:lime_carpet":{"properties":{},"defaultstate":"minecraft:lime_carpet"},"minecraft:lime_concrete":{"properties":{},"defaultstate":"minecraft:lime_concrete"},"minecraft:lime_concrete_powder":{"properties":{},"defaultstate":"minecraft:lime_concrete_powder"},"minecraft:lime_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:lime_glazed_terracotta[facing=north]"},"minecraft:lime_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:lime_shulker_box[facing=up]"},"minecraft:lime_stained_glass":{"properties":{},"defaultstate":"minecraft:lime_stained_glass"},"minecraft:lime_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:lime_terracotta":{"properties":{},"defaultstate":"minecraft:lime_terracotta"},"minecraft:lime_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:lime_wall_banner[facing=north]"},"minecraft:lime_wool":{"properties":{},"defaultstate":"minecraft:lime_wool"},"minecraft:magenta_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:magenta_banner[rotation=0]"},"minecraft:magenta_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:magenta_bed[facing=north,occupied=false,part=foot]"},"minecraft:magenta_carpet":{"properties":{},"defaultstate":"minecraft:magenta_carpet"},"minecraft:magenta_concrete":{"properties":{},"defaultstate":"minecraft:magenta_concrete"},"minecraft:magenta_concrete_powder":{"properties":{},"defaultstate":"minecraft:magenta_concrete_powder"},"minecraft:magenta_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:magenta_glazed_terracotta[facing=north]"},"minecraft:magenta_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:magenta_shulker_box[facing=up]"},"minecraft:magenta_stained_glass":{"properties":{},"defaultstate":"minecraft:magenta_stained_glass"},"minecraft:magenta_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:magenta_terracotta":{"properties":{},"defaultstate":"minecraft:magenta_terracotta"},"minecraft:magenta_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:magenta_wall_banner[facing=north]"},"minecraft:magenta_wool":{"properties":{},"defaultstate":"minecraft:magenta_wool"},"minecraft:magma_block":{"properties":{},"defaultstate":"minecraft:magma_block"},"minecraft:melon":{"properties":{},"defaultstate":"minecraft:melon"},"minecraft:melon_stem":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:melon_stem[age=0]"},"minecraft:mossy_cobblestone":{"properties":{},"defaultstate":"minecraft:mossy_cobblestone"},"minecraft:mossy_cobblestone_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mossy_cobblestone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:mossy_stone_bricks":{"properties":{},"defaultstate":"minecraft:mossy_stone_bricks"},"minecraft:moving_piston":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"type":{"values":["normal","sticky"],"type":"enum"}},"defaultstate":"minecraft:moving_piston[facing=north,type=normal]"},"minecraft:mushroom_stem":{"properties":{"down":{"values":["true","false"],"type":"bool"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=true]"},"minecraft:mycelium":{"properties":{"snowy":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mycelium[snowy=false]"},"minecraft:nether_brick_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:nether_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:nether_brick_slab[type=bottom,waterlogged=false]"},"minecraft:nether_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:nether_bricks":{"properties":{},"defaultstate":"minecraft:nether_bricks"},"minecraft:nether_portal":{"properties":{"axis":{"values":["x","z"],"type":"enum"}},"defaultstate":"minecraft:nether_portal[axis=x]"},"minecraft:nether_quartz_ore":{"properties":{},"defaultstate":"minecraft:nether_quartz_ore"},"minecraft:nether_wart":{"properties":{"age":{"values":["0","1","2","3"],"type":"int"}},"defaultstate":"minecraft:nether_wart[age=0]"},"minecraft:nether_wart_block":{"properties":{},"defaultstate":"minecraft:nether_wart_block"},"minecraft:netherrack":{"properties":{},"defaultstate":"minecraft:netherrack"},"minecraft:note_block":{"properties":{"instrument":{"values":["harp","basedrum","snare","hat","bass","flute","bell","guitar","chime","xylophone"],"type":"enum"},"note":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24"],"type":"int"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:note_block[instrument=harp,note=0,powered=false]"},"minecraft:oak_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_button[face=wall,facing=north,powered=false]"},"minecraft:oak_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:oak_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:oak_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:oak_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_leaves[distance=7,persistent=false]"},"minecraft:oak_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:oak_log[axis=y]"},"minecraft:oak_planks":{"properties":{},"defaultstate":"minecraft:oak_planks"},"minecraft:oak_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_pressure_plate[powered=false]"},"minecraft:oak_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:oak_sapling[stage=0]"},"minecraft:oak_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_slab[type=bottom,waterlogged=false]"},"minecraft:oak_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:oak_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:oak_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:oak_wood[axis=y]"},"minecraft:observer":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:observer[facing=south,powered=false]"},"minecraft:obsidian":{"properties":{},"defaultstate":"minecraft:obsidian"},"minecraft:orange_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:orange_banner[rotation=0]"},"minecraft:orange_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:orange_bed[facing=north,occupied=false,part=foot]"},"minecraft:orange_carpet":{"properties":{},"defaultstate":"minecraft:orange_carpet"},"minecraft:orange_concrete":{"properties":{},"defaultstate":"minecraft:orange_concrete"},"minecraft:orange_concrete_powder":{"properties":{},"defaultstate":"minecraft:orange_concrete_powder"},"minecraft:orange_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:orange_glazed_terracotta[facing=north]"},"minecraft:orange_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:orange_shulker_box[facing=up]"},"minecraft:orange_stained_glass":{"properties":{},"defaultstate":"minecraft:orange_stained_glass"},"minecraft:orange_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:orange_terracotta":{"properties":{},"defaultstate":"minecraft:orange_terracotta"},"minecraft:orange_tulip":{"properties":{},"defaultstate":"minecraft:orange_tulip"},"minecraft:orange_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:orange_wall_banner[facing=north]"},"minecraft:orange_wool":{"properties":{},"defaultstate":"minecraft:orange_wool"},"minecraft:oxeye_daisy":{"properties":{},"defaultstate":"minecraft:oxeye_daisy"},"minecraft:packed_ice":{"properties":{},"defaultstate":"minecraft:packed_ice"},"minecraft:peony":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:peony[half=lower]"},"minecraft:petrified_oak_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:petrified_oak_slab[type=bottom,waterlogged=false]"},"minecraft:pink_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:pink_banner[rotation=0]"},"minecraft:pink_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:pink_bed[facing=north,occupied=false,part=foot]"},"minecraft:pink_carpet":{"properties":{},"defaultstate":"minecraft:pink_carpet"},"minecraft:pink_concrete":{"properties":{},"defaultstate":"minecraft:pink_concrete"},"minecraft:pink_concrete_powder":{"properties":{},"defaultstate":"minecraft:pink_concrete_powder"},"minecraft:pink_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:pink_glazed_terracotta[facing=north]"},"minecraft:pink_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:pink_shulker_box[facing=up]"},"minecraft:pink_stained_glass":{"properties":{},"defaultstate":"minecraft:pink_stained_glass"},"minecraft:pink_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:pink_terracotta":{"properties":{},"defaultstate":"minecraft:pink_terracotta"},"minecraft:pink_tulip":{"properties":{},"defaultstate":"minecraft:pink_tulip"},"minecraft:pink_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:pink_wall_banner[facing=north]"},"minecraft:pink_wool":{"properties":{},"defaultstate":"minecraft:pink_wool"},"minecraft:piston":{"properties":{"extended":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:piston[extended=false,facing=north]"},"minecraft:piston_head":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"short":{"values":["true","false"],"type":"bool"},"type":{"values":["normal","sticky"],"type":"enum"}},"defaultstate":"minecraft:piston_head[facing=north,short=false,type=normal]"},"minecraft:player_head":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:player_head[rotation=0]"},"minecraft:player_wall_head":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:player_wall_head[facing=north]"},"minecraft:podzol":{"properties":{"snowy":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:podzol[snowy=false]"},"minecraft:polished_andesite":{"properties":{},"defaultstate":"minecraft:polished_andesite"},"minecraft:polished_diorite":{"properties":{},"defaultstate":"minecraft:polished_diorite"},"minecraft:polished_granite":{"properties":{},"defaultstate":"minecraft:polished_granite"},"minecraft:poppy":{"properties":{},"defaultstate":"minecraft:poppy"},"minecraft:potatoes":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:potatoes[age=0]"},"minecraft:potted_acacia_sapling":{"properties":{},"defaultstate":"minecraft:potted_acacia_sapling"},"minecraft:potted_allium":{"properties":{},"defaultstate":"minecraft:potted_allium"},"minecraft:potted_azure_bluet":{"properties":{},"defaultstate":"minecraft:potted_azure_bluet"},"minecraft:potted_birch_sapling":{"properties":{},"defaultstate":"minecraft:potted_birch_sapling"},"minecraft:potted_blue_orchid":{"properties":{},"defaultstate":"minecraft:potted_blue_orchid"},"minecraft:potted_brown_mushroom":{"properties":{},"defaultstate":"minecraft:potted_brown_mushroom"},"minecraft:potted_cactus":{"properties":{},"defaultstate":"minecraft:potted_cactus"},"minecraft:potted_dandelion":{"properties":{},"defaultstate":"minecraft:potted_dandelion"},"minecraft:potted_dark_oak_sapling":{"properties":{},"defaultstate":"minecraft:potted_dark_oak_sapling"},"minecraft:potted_dead_bush":{"properties":{},"defaultstate":"minecraft:potted_dead_bush"},"minecraft:potted_fern":{"properties":{},"defaultstate":"minecraft:potted_fern"},"minecraft:potted_jungle_sapling":{"properties":{},"defaultstate":"minecraft:potted_jungle_sapling"},"minecraft:potted_oak_sapling":{"properties":{},"defaultstate":"minecraft:potted_oak_sapling"},"minecraft:potted_orange_tulip":{"properties":{},"defaultstate":"minecraft:potted_orange_tulip"},"minecraft:potted_oxeye_daisy":{"properties":{},"defaultstate":"minecraft:potted_oxeye_daisy"},"minecraft:potted_pink_tulip":{"properties":{},"defaultstate":"minecraft:potted_pink_tulip"},"minecraft:potted_poppy":{"properties":{},"defaultstate":"minecraft:potted_poppy"},"minecraft:potted_red_mushroom":{"properties":{},"defaultstate":"minecraft:potted_red_mushroom"},"minecraft:potted_red_tulip":{"properties":{},"defaultstate":"minecraft:potted_red_tulip"},"minecraft:potted_spruce_sapling":{"properties":{},"defaultstate":"minecraft:potted_spruce_sapling"},"minecraft:potted_white_tulip":{"properties":{},"defaultstate":"minecraft:potted_white_tulip"},"minecraft:powered_rail":{"properties":{"powered":{"values":["true","false"],"type":"bool"},"shape":{"values":["north_south","east_west","ascending_east","ascending_west","ascending_north","ascending_south"],"type":"enum"}},"defaultstate":"minecraft:powered_rail[powered=false,shape=north_south]"},"minecraft:prismarine":{"properties":{},"defaultstate":"minecraft:prismarine"},"minecraft:prismarine_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:prismarine_brick_slab[type=bottom,waterlogged=false]"},"minecraft:prismarine_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:prismarine_bricks":{"properties":{},"defaultstate":"minecraft:prismarine_bricks"},"minecraft:prismarine_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:prismarine_slab[type=bottom,waterlogged=false]"},"minecraft:prismarine_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:pumpkin":{"properties":{},"defaultstate":"minecraft:pumpkin"},"minecraft:pumpkin_stem":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:pumpkin_stem[age=0]"},"minecraft:purple_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:purple_banner[rotation=0]"},"minecraft:purple_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:purple_bed[facing=north,occupied=false,part=foot]"},"minecraft:purple_carpet":{"properties":{},"defaultstate":"minecraft:purple_carpet"},"minecraft:purple_concrete":{"properties":{},"defaultstate":"minecraft:purple_concrete"},"minecraft:purple_concrete_powder":{"properties":{},"defaultstate":"minecraft:purple_concrete_powder"},"minecraft:purple_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:purple_glazed_terracotta[facing=north]"},"minecraft:purple_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:purple_shulker_box[facing=up]"},"minecraft:purple_stained_glass":{"properties":{},"defaultstate":"minecraft:purple_stained_glass"},"minecraft:purple_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:purple_terracotta":{"properties":{},"defaultstate":"minecraft:purple_terracotta"},"minecraft:purple_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:purple_wall_banner[facing=north]"},"minecraft:purple_wool":{"properties":{},"defaultstate":"minecraft:purple_wool"},"minecraft:purpur_block":{"properties":{},"defaultstate":"minecraft:purpur_block"},"minecraft:purpur_pillar":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:purpur_pillar[axis=y]"},"minecraft:purpur_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:purpur_slab[type=bottom,waterlogged=false]"},"minecraft:purpur_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:quartz_block":{"properties":{},"defaultstate":"minecraft:quartz_block"},"minecraft:quartz_pillar":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:quartz_pillar[axis=y]"},"minecraft:quartz_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:quartz_slab[type=bottom,waterlogged=false]"},"minecraft:quartz_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:rail":{"properties":{"shape":{"values":["north_south","east_west","ascending_east","ascending_west","ascending_north","ascending_south","south_east","south_west","north_west","north_east"],"type":"enum"}},"defaultstate":"minecraft:rail[shape=north_south]"},"minecraft:red_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:red_banner[rotation=0]"},"minecraft:red_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:red_bed[facing=north,occupied=false,part=foot]"},"minecraft:red_carpet":{"properties":{},"defaultstate":"minecraft:red_carpet"},"minecraft:red_concrete":{"properties":{},"defaultstate":"minecraft:red_concrete"},"minecraft:red_concrete_powder":{"properties":{},"defaultstate":"minecraft:red_concrete_powder"},"minecraft:red_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:red_glazed_terracotta[facing=north]"},"minecraft:red_mushroom":{"properties":{},"defaultstate":"minecraft:red_mushroom"},"minecraft:red_mushroom_block":{"properties":{"down":{"values":["true","false"],"type":"bool"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]"},"minecraft:red_nether_bricks":{"properties":{},"defaultstate":"minecraft:red_nether_bricks"},"minecraft:red_sand":{"properties":{},"defaultstate":"minecraft:red_sand"},"minecraft:red_sandstone":{"properties":{},"defaultstate":"minecraft:red_sandstone"},"minecraft:red_sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:red_sandstone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:red_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:red_shulker_box[facing=up]"},"minecraft:red_stained_glass":{"properties":{},"defaultstate":"minecraft:red_stained_glass"},"minecraft:red_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:red_terracotta":{"properties":{},"defaultstate":"minecraft:red_terracotta"},"minecraft:red_tulip":{"properties":{},"defaultstate":"minecraft:red_tulip"},"minecraft:red_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:red_wall_banner[facing=north]"},"minecraft:red_wool":{"properties":{},"defaultstate":"minecraft:red_wool"},"minecraft:redstone_block":{"properties":{},"defaultstate":"minecraft:redstone_block"},"minecraft:redstone_lamp":{"properties":{"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:redstone_lamp[lit=false]"},"minecraft:redstone_ore":{"properties":{"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:redstone_ore[lit=false]"},"minecraft:redstone_torch":{"properties":{"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:redstone_torch[lit=true]"},"minecraft:redstone_wall_torch":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:redstone_wall_torch[facing=north,lit=true]"},"minecraft:redstone_wire":{"properties":{"east":{"values":["up","side","none"],"type":"enum"},"north":{"values":["up","side","none"],"type":"enum"},"power":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"south":{"values":["up","side","none"],"type":"enum"},"west":{"values":["up","side","none"],"type":"enum"}},"defaultstate":"minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none]"},"minecraft:repeater":{"properties":{"delay":{"values":["1","2","3","4"],"type":"int"},"facing":{"values":["north","south","west","east"],"type":"direction"},"locked":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:repeater[delay=1,facing=north,locked=false,powered=false]"},"minecraft:repeating_command_block":{"properties":{"conditional":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:repeating_command_block[conditional=false,facing=north]"},"minecraft:rose_bush":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:rose_bush[half=lower]"},"minecraft:sand":{"properties":{},"defaultstate":"minecraft:sand"},"minecraft:sandstone":{"properties":{},"defaultstate":"minecraft:sandstone"},"minecraft:sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:sandstone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:sea_lantern":{"properties":{},"defaultstate":"minecraft:sea_lantern"},"minecraft:sea_pickle":{"properties":{"pickles":{"values":["1","2","3","4"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:sea_pickle[pickles=1,waterlogged=true]"},"minecraft:seagrass":{"properties":{},"defaultstate":"minecraft:seagrass"},"minecraft:shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:shulker_box[facing=up]"},"minecraft:sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:sign[rotation=0,waterlogged=false]"},"minecraft:skeleton_skull":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:skeleton_skull[rotation=0]"},"minecraft:skeleton_wall_skull":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:skeleton_wall_skull[facing=north]"},"minecraft:slime_block":{"properties":{},"defaultstate":"minecraft:slime_block"},"minecraft:smooth_quartz":{"properties":{},"defaultstate":"minecraft:smooth_quartz"},"minecraft:smooth_red_sandstone":{"properties":{},"defaultstate":"minecraft:smooth_red_sandstone"},"minecraft:smooth_sandstone":{"properties":{},"defaultstate":"minecraft:smooth_sandstone"},"minecraft:smooth_stone":{"properties":{},"defaultstate":"minecraft:smooth_stone"},"minecraft:snow":{"properties":{"layers":{"values":["1","2","3","4","5","6","7","8"],"type":"int"}},"defaultstate":"minecraft:snow[layers=1]"},"minecraft:snow_block":{"properties":{},"defaultstate":"minecraft:snow_block"},"minecraft:soul_sand":{"properties":{},"defaultstate":"minecraft:soul_sand"},"minecraft:spawner":{"properties":{},"defaultstate":"minecraft:spawner"},"minecraft:sponge":{"properties":{},"defaultstate":"minecraft:sponge"},"minecraft:spruce_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_button[face=wall,facing=north,powered=false]"},"minecraft:spruce_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:spruce_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:spruce_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:spruce_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_leaves[distance=7,persistent=false]"},"minecraft:spruce_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:spruce_log[axis=y]"},"minecraft:spruce_planks":{"properties":{},"defaultstate":"minecraft:spruce_planks"},"minecraft:spruce_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_pressure_plate[powered=false]"},"minecraft:spruce_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:spruce_sapling[stage=0]"},"minecraft:spruce_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_slab[type=bottom,waterlogged=false]"},"minecraft:spruce_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:spruce_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:spruce_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:spruce_wood[axis=y]"},"minecraft:sticky_piston":{"properties":{"extended":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:sticky_piston[extended=false,facing=north]"},"minecraft:stone":{"properties":{},"defaultstate":"minecraft:stone"},"minecraft:stone_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_brick_slab[type=bottom,waterlogged=false]"},"minecraft:stone_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:stone_bricks":{"properties":{},"defaultstate":"minecraft:stone_bricks"},"minecraft:stone_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_button[face=wall,facing=north,powered=false]"},"minecraft:stone_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_pressure_plate[powered=false]"},"minecraft:stone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_slab[type=bottom,waterlogged=false]"},"minecraft:stripped_acacia_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_acacia_log[axis=y]"},"minecraft:stripped_acacia_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_acacia_wood[axis=y]"},"minecraft:stripped_birch_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_birch_log[axis=y]"},"minecraft:stripped_birch_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_birch_wood[axis=y]"},"minecraft:stripped_dark_oak_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_dark_oak_log[axis=y]"},"minecraft:stripped_dark_oak_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_dark_oak_wood[axis=y]"},"minecraft:stripped_jungle_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_jungle_log[axis=y]"},"minecraft:stripped_jungle_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_jungle_wood[axis=y]"},"minecraft:stripped_oak_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_oak_log[axis=y]"},"minecraft:stripped_oak_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_oak_wood[axis=y]"},"minecraft:stripped_spruce_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_spruce_log[axis=y]"},"minecraft:stripped_spruce_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_spruce_wood[axis=y]"},"minecraft:structure_block":{"properties":{"mode":{"values":["save","load","corner","data"],"type":"enum"}},"defaultstate":"minecraft:structure_block[mode=save]"},"minecraft:structure_void":{"properties":{},"defaultstate":"minecraft:structure_void"},"minecraft:sugar_cane":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:sugar_cane[age=0]"},"minecraft:sunflower":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:sunflower[half=lower]"},"minecraft:tall_grass":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:tall_grass[half=lower]"},"minecraft:tall_seagrass":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:tall_seagrass[half=lower]"},"minecraft:terracotta":{"properties":{},"defaultstate":"minecraft:terracotta"},"minecraft:tnt":{"properties":{"unstable":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tnt[unstable=false]"},"minecraft:torch":{"properties":{},"defaultstate":"minecraft:torch"},"minecraft:trapped_chest":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"type":{"values":["single","left","right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:trapped_chest[facing=north,type=single,waterlogged=false]"},"minecraft:tripwire":{"properties":{"attached":{"values":["true","false"],"type":"bool"},"disarmed":{"values":["true","false"],"type":"bool"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tripwire[attached=false,disarmed=false,east=false,north=false,powered=false,south=false,west=false]"},"minecraft:tripwire_hook":{"properties":{"attached":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tripwire_hook[attached=false,facing=north,powered=false]"},"minecraft:tube_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tube_coral[waterlogged=true]"},"minecraft:tube_coral_block":{"properties":{},"defaultstate":"minecraft:tube_coral_block"},"minecraft:tube_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tube_coral_fan[waterlogged=true]"},"minecraft:tube_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tube_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:turtle_egg":{"properties":{"eggs":{"values":["1","2","3","4"],"type":"int"},"hatch":{"values":["0","1","2"],"type":"int"}},"defaultstate":"minecraft:turtle_egg[eggs=1,hatch=0]"},"minecraft:vine":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:vine[east=false,north=false,south=false,up=false,west=false]"},"minecraft:void_air":{"properties":{},"defaultstate":"minecraft:void_air"},"minecraft:wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:wall_sign[facing=north,waterlogged=false]"},"minecraft:wall_torch":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:wall_torch[facing=north]"},"minecraft:water":{"properties":{"level":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:water[level=0]"},"minecraft:wet_sponge":{"properties":{},"defaultstate":"minecraft:wet_sponge"},"minecraft:wheat":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:wheat[age=0]"},"minecraft:white_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:white_banner[rotation=0]"},"minecraft:white_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:white_bed[facing=north,occupied=false,part=foot]"},"minecraft:white_carpet":{"properties":{},"defaultstate":"minecraft:white_carpet"},"minecraft:white_concrete":{"properties":{},"defaultstate":"minecraft:white_concrete"},"minecraft:white_concrete_powder":{"properties":{},"defaultstate":"minecraft:white_concrete_powder"},"minecraft:white_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:white_glazed_terracotta[facing=north]"},"minecraft:white_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:white_shulker_box[facing=up]"},"minecraft:white_stained_glass":{"properties":{},"defaultstate":"minecraft:white_stained_glass"},"minecraft:white_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:white_terracotta":{"properties":{},"defaultstate":"minecraft:white_terracotta"},"minecraft:white_tulip":{"properties":{},"defaultstate":"minecraft:white_tulip"},"minecraft:white_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:white_wall_banner[facing=north]"},"minecraft:white_wool":{"properties":{},"defaultstate":"minecraft:white_wool"},"minecraft:wither_skeleton_skull":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:wither_skeleton_skull[rotation=0]"},"minecraft:wither_skeleton_wall_skull":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:wither_skeleton_wall_skull[facing=north]"},"minecraft:yellow_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:yellow_banner[rotation=0]"},"minecraft:yellow_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:yellow_bed[facing=north,occupied=false,part=foot]"},"minecraft:yellow_carpet":{"properties":{},"defaultstate":"minecraft:yellow_carpet"},"minecraft:yellow_concrete":{"properties":{},"defaultstate":"minecraft:yellow_concrete"},"minecraft:yellow_concrete_powder":{"properties":{},"defaultstate":"minecraft:yellow_concrete_powder"},"minecraft:yellow_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:yellow_glazed_terracotta[facing=north]"},"minecraft:yellow_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:yellow_shulker_box[facing=up]"},"minecraft:yellow_stained_glass":{"properties":{},"defaultstate":"minecraft:yellow_stained_glass"},"minecraft:yellow_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:yellow_terracotta":{"properties":{},"defaultstate":"minecraft:yellow_terracotta"},"minecraft:yellow_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:yellow_wall_banner[facing=north]"},"minecraft:yellow_wool":{"properties":{},"defaultstate":"minecraft:yellow_wool"},"minecraft:zombie_head":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:zombie_head[rotation=0]"},"minecraft:zombie_wall_head":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:zombie_wall_head[facing=north]"}},"items":["minecraft:acacia_boat","minecraft:acacia_button","minecraft:acacia_door","minecraft:acacia_fence","minecraft:acacia_fence_gate","minecraft:acacia_leaves","minecraft:acacia_log","minecraft:acacia_planks","minecraft:acacia_pressure_plate","minecraft:acacia_sapling","minecraft:acacia_slab","minecraft:acacia_stairs","minecraft:acacia_trapdoor","minecraft:acacia_wood","minecraft:activator_rail","minecraft:air","minecraft:allium","minecraft:andesite","minecraft:anvil","minecraft:apple","minecraft:armor_stand","minecraft:arrow","minecraft:azure_bluet","minecraft:baked_potato","minecraft:barrier","minecraft:bat_spawn_egg","minecraft:beacon","minecraft:bedrock","minecraft:beef","minecraft:beetroot","minecraft:beetroot_seeds","minecraft:beetroot_soup","minecraft:birch_boat","minecraft:birch_button","minecraft:birch_door","minecraft:birch_fence","minecraft:birch_fence_gate","minecraft:birch_leaves","minecraft:birch_log","minecraft:birch_planks","minecraft:birch_pressure_plate","minecraft:birch_sapling","minecraft:birch_slab","minecraft:birch_stairs","minecraft:birch_trapdoor","minecraft:birch_wood","minecraft:black_banner","minecraft:black_bed","minecraft:black_carpet","minecraft:black_concrete","minecraft:black_concrete_powder","minecraft:black_glazed_terracotta","minecraft:black_shulker_box","minecraft:black_stained_glass","minecraft:black_stained_glass_pane","minecraft:black_terracotta","minecraft:black_wool","minecraft:blaze_powder","minecraft:blaze_rod","minecraft:blaze_spawn_egg","minecraft:blue_banner","minecraft:blue_bed","minecraft:blue_carpet","minecraft:blue_concrete","minecraft:blue_concrete_powder","minecraft:blue_glazed_terracotta","minecraft:blue_ice","minecraft:blue_orchid","minecraft:blue_shulker_box","minecraft:blue_stained_glass","minecraft:blue_stained_glass_pane","minecraft:blue_terracotta","minecraft:blue_wool","minecraft:bone","minecraft:bone_block","minecraft:bone_meal","minecraft:book","minecraft:bookshelf","minecraft:bow","minecraft:bowl","minecraft:brain_coral","minecraft:brain_coral_block","minecraft:brain_coral_fan","minecraft:bread","minecraft:brewing_stand","minecraft:brick","minecraft:brick_slab","minecraft:brick_stairs","minecraft:bricks","minecraft:brown_banner","minecraft:brown_bed","minecraft:brown_carpet","minecraft:brown_concrete","minecraft:brown_concrete_powder","minecraft:brown_glazed_terracotta","minecraft:brown_mushroom","minecraft:brown_mushroom_block","minecraft:brown_shulker_box","minecraft:brown_stained_glass","minecraft:brown_stained_glass_pane","minecraft:brown_terracotta","minecraft:brown_wool","minecraft:bubble_coral","minecraft:bubble_coral_block","minecraft:bubble_coral_fan","minecraft:bucket","minecraft:cactus","minecraft:cactus_green","minecraft:cake","minecraft:carrot","minecraft:carrot_on_a_stick","minecraft:carved_pumpkin","minecraft:cauldron","minecraft:cave_spider_spawn_egg","minecraft:chain_command_block","minecraft:chainmail_boots","minecraft:chainmail_chestplate","minecraft:chainmail_helmet","minecraft:chainmail_leggings","minecraft:charcoal","minecraft:chest","minecraft:chest_minecart","minecraft:chicken","minecraft:chicken_spawn_egg","minecraft:chipped_anvil","minecraft:chiseled_quartz_block","minecraft:chiseled_red_sandstone","minecraft:chiseled_sandstone","minecraft:chiseled_stone_bricks","minecraft:chorus_flower","minecraft:chorus_fruit","minecraft:chorus_plant","minecraft:clay","minecraft:clay_ball","minecraft:clock","minecraft:coal","minecraft:coal_block","minecraft:coal_ore","minecraft:coarse_dirt","minecraft:cobblestone","minecraft:cobblestone_slab","minecraft:cobblestone_stairs","minecraft:cobblestone_wall","minecraft:cobweb","minecraft:cocoa_beans","minecraft:cod","minecraft:cod_bucket","minecraft:cod_spawn_egg","minecraft:command_block","minecraft:command_block_minecart","minecraft:comparator","minecraft:compass","minecraft:conduit","minecraft:cooked_beef","minecraft:cooked_chicken","minecraft:cooked_cod","minecraft:cooked_mutton","minecraft:cooked_porkchop","minecraft:cooked_rabbit","minecraft:cooked_salmon","minecraft:cookie","minecraft:cow_spawn_egg","minecraft:cracked_stone_bricks","minecraft:crafting_table","minecraft:creeper_head","minecraft:creeper_spawn_egg","minecraft:cut_red_sandstone","minecraft:cut_sandstone","minecraft:cyan_banner","minecraft:cyan_bed","minecraft:cyan_carpet","minecraft:cyan_concrete","minecraft:cyan_concrete_powder","minecraft:cyan_dye","minecraft:cyan_glazed_terracotta","minecraft:cyan_shulker_box","minecraft:cyan_stained_glass","minecraft:cyan_stained_glass_pane","minecraft:cyan_terracotta","minecraft:cyan_wool","minecraft:damaged_anvil","minecraft:dandelion","minecraft:dandelion_yellow","minecraft:dark_oak_boat","minecraft:dark_oak_button","minecraft:dark_oak_door","minecraft:dark_oak_fence","minecraft:dark_oak_fence_gate","minecraft:dark_oak_leaves","minecraft:dark_oak_log","minecraft:dark_oak_planks","minecraft:dark_oak_pressure_plate","minecraft:dark_oak_sapling","minecraft:dark_oak_slab","minecraft:dark_oak_stairs","minecraft:dark_oak_trapdoor","minecraft:dark_oak_wood","minecraft:dark_prismarine","minecraft:dark_prismarine_slab","minecraft:dark_prismarine_stairs","minecraft:daylight_detector","minecraft:dead_brain_coral","minecraft:dead_brain_coral_block","minecraft:dead_brain_coral_fan","minecraft:dead_bubble_coral","minecraft:dead_bubble_coral_block","minecraft:dead_bubble_coral_fan","minecraft:dead_bush","minecraft:dead_fire_coral","minecraft:dead_fire_coral_block","minecraft:dead_fire_coral_fan","minecraft:dead_horn_coral","minecraft:dead_horn_coral_block","minecraft:dead_horn_coral_fan","minecraft:dead_tube_coral","minecraft:dead_tube_coral_block","minecraft:dead_tube_coral_fan","minecraft:debug_stick","minecraft:detector_rail","minecraft:diamond","minecraft:diamond_axe","minecraft:diamond_block","minecraft:diamond_boots","minecraft:diamond_chestplate","minecraft:diamond_helmet","minecraft:diamond_hoe","minecraft:diamond_horse_armor","minecraft:diamond_leggings","minecraft:diamond_ore","minecraft:diamond_pickaxe","minecraft:diamond_shovel","minecraft:diamond_sword","minecraft:diorite","minecraft:dirt","minecraft:dispenser","minecraft:dolphin_spawn_egg","minecraft:donkey_spawn_egg","minecraft:dragon_breath","minecraft:dragon_egg","minecraft:dragon_head","minecraft:dried_kelp","minecraft:dried_kelp_block","minecraft:dropper","minecraft:drowned_spawn_egg","minecraft:egg","minecraft:elder_guardian_spawn_egg","minecraft:elytra","minecraft:emerald","minecraft:emerald_block","minecraft:emerald_ore","minecraft:enchanted_book","minecraft:enchanted_golden_apple","minecraft:enchanting_table","minecraft:end_crystal","minecraft:end_portal_frame","minecraft:end_rod","minecraft:end_stone","minecraft:end_stone_bricks","minecraft:ender_chest","minecraft:ender_eye","minecraft:ender_pearl","minecraft:enderman_spawn_egg","minecraft:endermite_spawn_egg","minecraft:evoker_spawn_egg","minecraft:experience_bottle","minecraft:farmland","minecraft:feather","minecraft:fermented_spider_eye","minecraft:fern","minecraft:filled_map","minecraft:fire_charge","minecraft:fire_coral","minecraft:fire_coral_block","minecraft:fire_coral_fan","minecraft:firework_rocket","minecraft:firework_star","minecraft:fishing_rod","minecraft:flint","minecraft:flint_and_steel","minecraft:flower_pot","minecraft:furnace","minecraft:furnace_minecart","minecraft:ghast_spawn_egg","minecraft:ghast_tear","minecraft:glass","minecraft:glass_bottle","minecraft:glass_pane","minecraft:glistering_melon_slice","minecraft:glowstone","minecraft:glowstone_dust","minecraft:gold_block","minecraft:gold_ingot","minecraft:gold_nugget","minecraft:gold_ore","minecraft:golden_apple","minecraft:golden_axe","minecraft:golden_boots","minecraft:golden_carrot","minecraft:golden_chestplate","minecraft:golden_helmet","minecraft:golden_hoe","minecraft:golden_horse_armor","minecraft:golden_leggings","minecraft:golden_pickaxe","minecraft:golden_shovel","minecraft:golden_sword","minecraft:granite","minecraft:grass","minecraft:grass_block","minecraft:grass_path","minecraft:gravel","minecraft:gray_banner","minecraft:gray_bed","minecraft:gray_carpet","minecraft:gray_concrete","minecraft:gray_concrete_powder","minecraft:gray_dye","minecraft:gray_glazed_terracotta","minecraft:gray_shulker_box","minecraft:gray_stained_glass","minecraft:gray_stained_glass_pane","minecraft:gray_terracotta","minecraft:gray_wool","minecraft:green_banner","minecraft:green_bed","minecraft:green_carpet","minecraft:green_concrete","minecraft:green_concrete_powder","minecraft:green_glazed_terracotta","minecraft:green_shulker_box","minecraft:green_stained_glass","minecraft:green_stained_glass_pane","minecraft:green_terracotta","minecraft:green_wool","minecraft:guardian_spawn_egg","minecraft:gunpowder","minecraft:hay_block","minecraft:heart_of_the_sea","minecraft:heavy_weighted_pressure_plate","minecraft:hopper","minecraft:hopper_minecart","minecraft:horn_coral","minecraft:horn_coral_block","minecraft:horn_coral_fan","minecraft:horse_spawn_egg","minecraft:husk_spawn_egg","minecraft:ice","minecraft:infested_chiseled_stone_bricks","minecraft:infested_cobblestone","minecraft:infested_cracked_stone_bricks","minecraft:infested_mossy_stone_bricks","minecraft:infested_stone","minecraft:infested_stone_bricks","minecraft:ink_sac","minecraft:iron_axe","minecraft:iron_bars","minecraft:iron_block","minecraft:iron_boots","minecraft:iron_chestplate","minecraft:iron_door","minecraft:iron_helmet","minecraft:iron_hoe","minecraft:iron_horse_armor","minecraft:iron_ingot","minecraft:iron_leggings","minecraft:iron_nugget","minecraft:iron_ore","minecraft:iron_pickaxe","minecraft:iron_shovel","minecraft:iron_sword","minecraft:iron_trapdoor","minecraft:item_frame","minecraft:jack_o_lantern","minecraft:jukebox","minecraft:jungle_boat","minecraft:jungle_button","minecraft:jungle_door","minecraft:jungle_fence","minecraft:jungle_fence_gate","minecraft:jungle_leaves","minecraft:jungle_log","minecraft:jungle_planks","minecraft:jungle_pressure_plate","minecraft:jungle_sapling","minecraft:jungle_slab","minecraft:jungle_stairs","minecraft:jungle_trapdoor","minecraft:jungle_wood","minecraft:kelp","minecraft:knowledge_book","minecraft:ladder","minecraft:lapis_block","minecraft:lapis_lazuli","minecraft:lapis_ore","minecraft:large_fern","minecraft:lava_bucket","minecraft:lead","minecraft:leather","minecraft:leather_boots","minecraft:leather_chestplate","minecraft:leather_helmet","minecraft:leather_leggings","minecraft:lever","minecraft:light_blue_banner","minecraft:light_blue_bed","minecraft:light_blue_carpet","minecraft:light_blue_concrete","minecraft:light_blue_concrete_powder","minecraft:light_blue_dye","minecraft:light_blue_glazed_terracotta","minecraft:light_blue_shulker_box","minecraft:light_blue_stained_glass","minecraft:light_blue_stained_glass_pane","minecraft:light_blue_terracotta","minecraft:light_blue_wool","minecraft:light_gray_banner","minecraft:light_gray_bed","minecraft:light_gray_carpet","minecraft:light_gray_concrete","minecraft:light_gray_concrete_powder","minecraft:light_gray_dye","minecraft:light_gray_glazed_terracotta","minecraft:light_gray_shulker_box","minecraft:light_gray_stained_glass","minecraft:light_gray_stained_glass_pane","minecraft:light_gray_terracotta","minecraft:light_gray_wool","minecraft:light_weighted_pressure_plate","minecraft:lilac","minecraft:lily_pad","minecraft:lime_banner","minecraft:lime_bed","minecraft:lime_carpet","minecraft:lime_concrete","minecraft:lime_concrete_powder","minecraft:lime_dye","minecraft:lime_glazed_terracotta","minecraft:lime_shulker_box","minecraft:lime_stained_glass","minecraft:lime_stained_glass_pane","minecraft:lime_terracotta","minecraft:lime_wool","minecraft:lingering_potion","minecraft:llama_spawn_egg","minecraft:magenta_banner","minecraft:magenta_bed","minecraft:magenta_carpet","minecraft:magenta_concrete","minecraft:magenta_concrete_powder","minecraft:magenta_dye","minecraft:magenta_glazed_terracotta","minecraft:magenta_shulker_box","minecraft:magenta_stained_glass","minecraft:magenta_stained_glass_pane","minecraft:magenta_terracotta","minecraft:magenta_wool","minecraft:magma_block","minecraft:magma_cream","minecraft:magma_cube_spawn_egg","minecraft:map","minecraft:melon","minecraft:melon_seeds","minecraft:melon_slice","minecraft:milk_bucket","minecraft:minecart","minecraft:mooshroom_spawn_egg","minecraft:mossy_cobblestone","minecraft:mossy_cobblestone_wall","minecraft:mossy_stone_bricks","minecraft:mule_spawn_egg","minecraft:mushroom_stem","minecraft:mushroom_stew","minecraft:music_disc_11","minecraft:music_disc_13","minecraft:music_disc_blocks","minecraft:music_disc_cat","minecraft:music_disc_chirp","minecraft:music_disc_far","minecraft:music_disc_mall","minecraft:music_disc_mellohi","minecraft:music_disc_stal","minecraft:music_disc_strad","minecraft:music_disc_wait","minecraft:music_disc_ward","minecraft:mutton","minecraft:mycelium","minecraft:name_tag","minecraft:nautilus_shell","minecraft:nether_brick","minecraft:nether_brick_fence","minecraft:nether_brick_slab","minecraft:nether_brick_stairs","minecraft:nether_bricks","minecraft:nether_quartz_ore","minecraft:nether_star","minecraft:nether_wart","minecraft:nether_wart_block","minecraft:netherrack","minecraft:note_block","minecraft:oak_boat","minecraft:oak_button","minecraft:oak_door","minecraft:oak_fence","minecraft:oak_fence_gate","minecraft:oak_leaves","minecraft:oak_log","minecraft:oak_planks","minecraft:oak_pressure_plate","minecraft:oak_sapling","minecraft:oak_slab","minecraft:oak_stairs","minecraft:oak_trapdoor","minecraft:oak_wood","minecraft:observer","minecraft:obsidian","minecraft:ocelot_spawn_egg","minecraft:orange_banner","minecraft:orange_bed","minecraft:orange_carpet","minecraft:orange_concrete","minecraft:orange_concrete_powder","minecraft:orange_dye","minecraft:orange_glazed_terracotta","minecraft:orange_shulker_box","minecraft:orange_stained_glass","minecraft:orange_stained_glass_pane","minecraft:orange_terracotta","minecraft:orange_tulip","minecraft:orange_wool","minecraft:oxeye_daisy","minecraft:packed_ice","minecraft:painting","minecraft:paper","minecraft:parrot_spawn_egg","minecraft:peony","minecraft:petrified_oak_slab","minecraft:phantom_membrane","minecraft:phantom_spawn_egg","minecraft:pig_spawn_egg","minecraft:pink_banner","minecraft:pink_bed","minecraft:pink_carpet","minecraft:pink_concrete","minecraft:pink_concrete_powder","minecraft:pink_dye","minecraft:pink_glazed_terracotta","minecraft:pink_shulker_box","minecraft:pink_stained_glass","minecraft:pink_stained_glass_pane","minecraft:pink_terracotta","minecraft:pink_tulip","minecraft:pink_wool","minecraft:piston","minecraft:player_head","minecraft:podzol","minecraft:poisonous_potato","minecraft:polar_bear_spawn_egg","minecraft:polished_andesite","minecraft:polished_diorite","minecraft:polished_granite","minecraft:popped_chorus_fruit","minecraft:poppy","minecraft:porkchop","minecraft:potato","minecraft:potion","minecraft:powered_rail","minecraft:prismarine","minecraft:prismarine_brick_slab","minecraft:prismarine_brick_stairs","minecraft:prismarine_bricks","minecraft:prismarine_crystals","minecraft:prismarine_shard","minecraft:prismarine_slab","minecraft:prismarine_stairs","minecraft:pufferfish","minecraft:pufferfish_bucket","minecraft:pufferfish_spawn_egg","minecraft:pumpkin","minecraft:pumpkin_pie","minecraft:pumpkin_seeds","minecraft:purple_banner","minecraft:purple_bed","minecraft:purple_carpet","minecraft:purple_concrete","minecraft:purple_concrete_powder","minecraft:purple_dye","minecraft:purple_glazed_terracotta","minecraft:purple_shulker_box","minecraft:purple_stained_glass","minecraft:purple_stained_glass_pane","minecraft:purple_terracotta","minecraft:purple_wool","minecraft:purpur_block","minecraft:purpur_pillar","minecraft:purpur_slab","minecraft:purpur_stairs","minecraft:quartz","minecraft:quartz_block","minecraft:quartz_pillar","minecraft:quartz_slab","minecraft:quartz_stairs","minecraft:rabbit","minecraft:rabbit_foot","minecraft:rabbit_hide","minecraft:rabbit_spawn_egg","minecraft:rabbit_stew","minecraft:rail","minecraft:red_banner","minecraft:red_bed","minecraft:red_carpet","minecraft:red_concrete","minecraft:red_concrete_powder","minecraft:red_glazed_terracotta","minecraft:red_mushroom","minecraft:red_mushroom_block","minecraft:red_nether_bricks","minecraft:red_sand","minecraft:red_sandstone","minecraft:red_sandstone_slab","minecraft:red_sandstone_stairs","minecraft:red_shulker_box","minecraft:red_stained_glass","minecraft:red_stained_glass_pane","minecraft:red_terracotta","minecraft:red_tulip","minecraft:red_wool","minecraft:redstone","minecraft:redstone_block","minecraft:redstone_lamp","minecraft:redstone_ore","minecraft:redstone_torch","minecraft:repeater","minecraft:repeating_command_block","minecraft:rose_bush","minecraft:rose_red","minecraft:rotten_flesh","minecraft:saddle","minecraft:salmon","minecraft:salmon_bucket","minecraft:salmon_spawn_egg","minecraft:sand","minecraft:sandstone","minecraft:sandstone_slab","minecraft:sandstone_stairs","minecraft:scute","minecraft:sea_lantern","minecraft:sea_pickle","minecraft:seagrass","minecraft:shears","minecraft:sheep_spawn_egg","minecraft:shield","minecraft:shulker_box","minecraft:shulker_shell","minecraft:shulker_spawn_egg","minecraft:sign","minecraft:silverfish_spawn_egg","minecraft:skeleton_horse_spawn_egg","minecraft:skeleton_skull","minecraft:skeleton_spawn_egg","minecraft:slime_ball","minecraft:slime_block","minecraft:slime_spawn_egg","minecraft:smooth_quartz","minecraft:smooth_red_sandstone","minecraft:smooth_sandstone","minecraft:smooth_stone","minecraft:snow","minecraft:snow_block","minecraft:snowball","minecraft:soul_sand","minecraft:spawner","minecraft:spectral_arrow","minecraft:spider_eye","minecraft:spider_spawn_egg","minecraft:splash_potion","minecraft:sponge","minecraft:spruce_boat","minecraft:spruce_button","minecraft:spruce_door","minecraft:spruce_fence","minecraft:spruce_fence_gate","minecraft:spruce_leaves","minecraft:spruce_log","minecraft:spruce_planks","minecraft:spruce_pressure_plate","minecraft:spruce_sapling","minecraft:spruce_slab","minecraft:spruce_stairs","minecraft:spruce_trapdoor","minecraft:spruce_wood","minecraft:squid_spawn_egg","minecraft:stick","minecraft:sticky_piston","minecraft:stone","minecraft:stone_axe","minecraft:stone_brick_slab","minecraft:stone_brick_stairs","minecraft:stone_bricks","minecraft:stone_button","minecraft:stone_hoe","minecraft:stone_pickaxe","minecraft:stone_pressure_plate","minecraft:stone_shovel","minecraft:stone_slab","minecraft:stone_sword","minecraft:stray_spawn_egg","minecraft:string","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood","minecraft:structure_block","minecraft:structure_void","minecraft:sugar","minecraft:sugar_cane","minecraft:sunflower","minecraft:tall_grass","minecraft:terracotta","minecraft:tipped_arrow","minecraft:tnt","minecraft:tnt_minecart","minecraft:torch","minecraft:totem_of_undying","minecraft:trapped_chest","minecraft:trident","minecraft:tripwire_hook","minecraft:tropical_fish","minecraft:tropical_fish_bucket","minecraft:tropical_fish_spawn_egg","minecraft:tube_coral","minecraft:tube_coral_block","minecraft:tube_coral_fan","minecraft:turtle_egg","minecraft:turtle_helmet","minecraft:turtle_spawn_egg","minecraft:vex_spawn_egg","minecraft:villager_spawn_egg","minecraft:vindicator_spawn_egg","minecraft:vine","minecraft:water_bucket","minecraft:wet_sponge","minecraft:wheat","minecraft:wheat_seeds","minecraft:white_banner","minecraft:white_bed","minecraft:white_carpet","minecraft:white_concrete","minecraft:white_concrete_powder","minecraft:white_glazed_terracotta","minecraft:white_shulker_box","minecraft:white_stained_glass","minecraft:white_stained_glass_pane","minecraft:white_terracotta","minecraft:white_tulip","minecraft:white_wool","minecraft:witch_spawn_egg","minecraft:wither_skeleton_skull","minecraft:wither_skeleton_spawn_egg","minecraft:wolf_spawn_egg","minecraft:wooden_axe","minecraft:wooden_hoe","minecraft:wooden_pickaxe","minecraft:wooden_shovel","minecraft:wooden_sword","minecraft:writable_book","minecraft:written_book","minecraft:yellow_banner","minecraft:yellow_bed","minecraft:yellow_carpet","minecraft:yellow_concrete","minecraft:yellow_concrete_powder","minecraft:yellow_glazed_terracotta","minecraft:yellow_shulker_box","minecraft:yellow_stained_glass","minecraft:yellow_stained_glass_pane","minecraft:yellow_terracotta","minecraft:yellow_wool","minecraft:zombie_head","minecraft:zombie_horse_spawn_egg","minecraft:zombie_pigman_spawn_egg","minecraft:zombie_spawn_egg","minecraft:zombie_villager_spawn_egg"],"entities":["minecraft:area_effect_cloud","minecraft:armor_stand","minecraft:arrow","minecraft:bat","minecraft:blaze","minecraft:boat","minecraft:cave_spider","minecraft:chest_minecart","minecraft:chicken","minecraft:cod","minecraft:command_block_minecart","minecraft:cow","minecraft:creeper","minecraft:dolphin","minecraft:donkey","minecraft:dragon_fireball","minecraft:drowned","minecraft:egg","minecraft:elder_guardian","minecraft:end_crystal","minecraft:ender_dragon","minecraft:ender_pearl","minecraft:enderman","minecraft:endermite","minecraft:evoker","minecraft:evoker_fangs","minecraft:experience_bottle","minecraft:experience_orb","minecraft:eye_of_ender","minecraft:falling_block","minecraft:fireball","minecraft:firework_rocket","minecraft:fishing_bobber","minecraft:furnace_minecart","minecraft:ghast","minecraft:giant","minecraft:guardian","minecraft:hopper_minecart","minecraft:horse","minecraft:husk","minecraft:illusioner","minecraft:iron_golem","minecraft:item","minecraft:item_frame","minecraft:leash_knot","minecraft:lightning_bolt","minecraft:llama","minecraft:llama_spit","minecraft:magma_cube","minecraft:minecart","minecraft:mooshroom","minecraft:mule","minecraft:ocelot","minecraft:painting","minecraft:parrot","minecraft:phantom","minecraft:pig","minecraft:player","minecraft:polar_bear","minecraft:potion","minecraft:pufferfish","minecraft:rabbit","minecraft:salmon","minecraft:sheep","minecraft:shulker","minecraft:shulker_bullet","minecraft:silverfish","minecraft:skeleton","minecraft:skeleton_horse","minecraft:slime","minecraft:small_fireball","minecraft:snow_golem","minecraft:snowball","minecraft:spawner_minecart","minecraft:spectral_arrow","minecraft:spider","minecraft:squid","minecraft:stray","minecraft:tnt","minecraft:tnt_minecart","minecraft:trident","minecraft:tropical_fish","minecraft:turtle","minecraft:vex","minecraft:villager","minecraft:vindicator","minecraft:witch","minecraft:wither","minecraft:wither_skeleton","minecraft:wither_skull","minecraft:wolf","minecraft:zombie","minecraft:zombie_horse","minecraft:zombie_pigman","minecraft:zombie_villager"],"biomes":["minecraft:badlands","minecraft:badlands_plateau","minecraft:beach","minecraft:birch_forest","minecraft:birch_forest_hills","minecraft:cold_ocean","minecraft:dark_forest","minecraft:dark_forest_hills","minecraft:deep_cold_ocean","minecraft:deep_frozen_ocean","minecraft:deep_lukewarm_ocean","minecraft:deep_ocean","minecraft:deep_warm_ocean","minecraft:desert","minecraft:desert_hills","minecraft:desert_lakes","minecraft:end_barrens","minecraft:end_highlands","minecraft:end_midlands","minecraft:eroded_badlands","minecraft:flower_forest","minecraft:forest","minecraft:frozen_ocean","minecraft:frozen_river","minecraft:giant_spruce_taiga","minecraft:giant_spruce_taiga_hills","minecraft:giant_tree_taiga","minecraft:giant_tree_taiga_hills","minecraft:gravelly_mountains","minecraft:ice_spikes","minecraft:jungle","minecraft:jungle_edge","minecraft:jungle_hills","minecraft:lukewarm_ocean","minecraft:modified_badlands_plateau","minecraft:modified_gravelly_mountains","minecraft:modified_jungle","minecraft:modified_jungle_edge","minecraft:modified_wooded_badlands_plateau","minecraft:mountain_edge","minecraft:mountains","minecraft:mushroom_field_shore","minecraft:mushroom_fields","minecraft:nether","minecraft:ocean","minecraft:plains","minecraft:river","minecraft:savanna","minecraft:savanna_plateau","minecraft:shattered_savanna","minecraft:shattered_savanna_plateau","minecraft:small_end_islands","minecraft:snowy_beach","minecraft:snowy_mountains","minecraft:snowy_taiga","minecraft:snowy_taiga_hills","minecraft:snowy_taiga_mountains","minecraft:snowy_tundra","minecraft:stone_shore","minecraft:sunflower_plains","minecraft:swamp","minecraft:swamp_hills","minecraft:taiga","minecraft:taiga_hills","minecraft:taiga_mountains","minecraft:tall_birch_forest","minecraft:tall_birch_hills","minecraft:the_end","minecraft:the_void","minecraft:warm_ocean","minecraft:wooded_badlands_plateau","minecraft:wooded_hills","minecraft:wooded_mountains"],"blocktags":{"minecraft:wool":["minecraft:white_wool","minecraft:orange_wool","minecraft:magenta_wool","minecraft:light_blue_wool","minecraft:yellow_wool","minecraft:lime_wool","minecraft:pink_wool","minecraft:gray_wool","minecraft:light_gray_wool","minecraft:cyan_wool","minecraft:purple_wool","minecraft:blue_wool","minecraft:brown_wool","minecraft:green_wool","minecraft:red_wool","minecraft:black_wool"],"minecraft:planks":["minecraft:oak_planks","minecraft:spruce_planks","minecraft:birch_planks","minecraft:jungle_planks","minecraft:acacia_planks","minecraft:dark_oak_planks"],"minecraft:stone_bricks":["minecraft:stone_bricks","minecraft:mossy_stone_bricks","minecraft:cracked_stone_bricks","minecraft:chiseled_stone_bricks"],"minecraft:wooden_buttons":["minecraft:oak_button","minecraft:spruce_button","minecraft:birch_button","minecraft:jungle_button","minecraft:acacia_button","minecraft:dark_oak_button"],"minecraft:buttons":["minecraft:stone_button","minecraft:oak_button","minecraft:spruce_button","minecraft:birch_button","minecraft:jungle_button","minecraft:acacia_button","minecraft:dark_oak_button"],"minecraft:carpets":["minecraft:white_carpet","minecraft:orange_carpet","minecraft:magenta_carpet","minecraft:light_blue_carpet","minecraft:yellow_carpet","minecraft:lime_carpet","minecraft:pink_carpet","minecraft:gray_carpet","minecraft:light_gray_carpet","minecraft:cyan_carpet","minecraft:purple_carpet","minecraft:blue_carpet","minecraft:brown_carpet","minecraft:green_carpet","minecraft:red_carpet","minecraft:black_carpet"],"minecraft:wooden_doors":["minecraft:oak_door","minecraft:spruce_door","minecraft:birch_door","minecraft:jungle_door","minecraft:acacia_door","minecraft:dark_oak_door"],"minecraft:wooden_stairs":["minecraft:oak_stairs","minecraft:spruce_stairs","minecraft:birch_stairs","minecraft:jungle_stairs","minecraft:acacia_stairs","minecraft:dark_oak_stairs"],"minecraft:wooden_slabs":["minecraft:oak_slab","minecraft:spruce_slab","minecraft:birch_slab","minecraft:jungle_slab","minecraft:acacia_slab","minecraft:dark_oak_slab"],"minecraft:doors":["minecraft:iron_door","minecraft:oak_door","minecraft:spruce_door","minecraft:birch_door","minecraft:jungle_door","minecraft:acacia_door","minecraft:dark_oak_door"],"minecraft:saplings":["minecraft:oak_sapling","minecraft:spruce_sapling","minecraft:birch_sapling","minecraft:jungle_sapling","minecraft:acacia_sapling","minecraft:dark_oak_sapling"],"minecraft:dark_oak_logs":["minecraft:dark_oak_log","minecraft:dark_oak_wood","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood"],"minecraft:oak_logs":["minecraft:oak_log","minecraft:oak_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood"],"minecraft:acacia_logs":["minecraft:acacia_log","minecraft:acacia_wood","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood"],"minecraft:birch_logs":["minecraft:birch_log","minecraft:birch_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood"],"minecraft:jungle_logs":["minecraft:jungle_log","minecraft:jungle_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood"],"minecraft:spruce_logs":["minecraft:spruce_log","minecraft:spruce_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood"],"minecraft:anvil":["minecraft:anvil","minecraft:chipped_anvil","minecraft:damaged_anvil"],"minecraft:enderman_holdable":["minecraft:grass_block","minecraft:dirt","minecraft:coarse_dirt","minecraft:podzol","minecraft:sand","minecraft:red_sand","minecraft:gravel","minecraft:dandelion","minecraft:poppy","minecraft:blue_orchid","minecraft:allium","minecraft:azure_bluet","minecraft:red_tulip","minecraft:orange_tulip","minecraft:white_tulip","minecraft:pink_tulip","minecraft:oxeye_daisy","minecraft:brown_mushroom","minecraft:red_mushroom","minecraft:tnt","minecraft:cactus","minecraft:clay","minecraft:pumpkin","minecraft:carved_pumpkin","minecraft:melon","minecraft:mycelium","minecraft:netherrack"],"minecraft:flower_pots":["minecraft:flower_pot","minecraft:potted_poppy","minecraft:potted_blue_orchid","minecraft:potted_allium","minecraft:potted_azure_bluet","minecraft:potted_red_tulip","minecraft:potted_orange_tulip","minecraft:potted_white_tulip","minecraft:potted_pink_tulip","minecraft:potted_oxeye_daisy","minecraft:potted_dandelion","minecraft:potted_oak_sapling","minecraft:potted_spruce_sapling","minecraft:potted_birch_sapling","minecraft:potted_jungle_sapling","minecraft:potted_acacia_sapling","minecraft:potted_dark_oak_sapling","minecraft:potted_red_mushroom","minecraft:potted_brown_mushroom","minecraft:potted_dead_bush","minecraft:potted_fern","minecraft:potted_cactus"],"minecraft:banners":["minecraft:white_banner","minecraft:orange_banner","minecraft:magenta_banner","minecraft:light_blue_banner","minecraft:yellow_banner","minecraft:lime_banner","minecraft:pink_banner","minecraft:gray_banner","minecraft:light_gray_banner","minecraft:cyan_banner","minecraft:purple_banner","minecraft:blue_banner","minecraft:brown_banner","minecraft:green_banner","minecraft:red_banner","minecraft:black_banner","minecraft:white_wall_banner","minecraft:orange_wall_banner","minecraft:magenta_wall_banner","minecraft:light_blue_wall_banner","minecraft:yellow_wall_banner","minecraft:lime_wall_banner","minecraft:pink_wall_banner","minecraft:gray_wall_banner","minecraft:light_gray_wall_banner","minecraft:cyan_wall_banner","minecraft:purple_wall_banner","minecraft:blue_wall_banner","minecraft:brown_wall_banner","minecraft:green_wall_banner","minecraft:red_wall_banner","minecraft:black_wall_banner"],"minecraft:wooden_pressure_plates":["minecraft:oak_pressure_plate","minecraft:spruce_pressure_plate","minecraft:birch_pressure_plate","minecraft:jungle_pressure_plate","minecraft:acacia_pressure_plate","minecraft:dark_oak_pressure_plate"],"minecraft:stairs":["minecraft:oak_stairs","minecraft:cobblestone_stairs","minecraft:spruce_stairs","minecraft:sandstone_stairs","minecraft:acacia_stairs","minecraft:jungle_stairs","minecraft:birch_stairs","minecraft:dark_oak_stairs","minecraft:nether_brick_stairs","minecraft:stone_brick_stairs","minecraft:brick_stairs","minecraft:purpur_stairs","minecraft:quartz_stairs","minecraft:red_sandstone_stairs","minecraft:prismarine_brick_stairs","minecraft:prismarine_stairs","minecraft:dark_prismarine_stairs"],"minecraft:slabs":["minecraft:stone_slab","minecraft:stone_brick_slab","minecraft:sandstone_slab","minecraft:acacia_slab","minecraft:birch_slab","minecraft:dark_oak_slab","minecraft:jungle_slab","minecraft:oak_slab","minecraft:spruce_slab","minecraft:purpur_slab","minecraft:quartz_slab","minecraft:red_sandstone_slab","minecraft:brick_slab","minecraft:cobblestone_slab","minecraft:nether_brick_slab","minecraft:petrified_oak_slab","minecraft:prismarine_slab","minecraft:prismarine_brick_slab","minecraft:dark_prismarine_slab"],"minecraft:coral_plants":["minecraft:tube_coral","minecraft:brain_coral","minecraft:bubble_coral","minecraft:fire_coral","minecraft:horn_coral"],"minecraft:corals":["minecraft:tube_coral_fan","minecraft:brain_coral_fan","minecraft:bubble_coral_fan","minecraft:fire_coral_fan","minecraft:horn_coral_fan","minecraft:tube_coral","minecraft:brain_coral","minecraft:bubble_coral","minecraft:fire_coral","minecraft:horn_coral"],"minecraft:wall_corals":["minecraft:tube_coral_wall_fan","minecraft:brain_coral_wall_fan","minecraft:bubble_coral_wall_fan","minecraft:fire_coral_wall_fan","minecraft:horn_coral_wall_fan"],"minecraft:sand":["minecraft:sand","minecraft:red_sand"],"minecraft:rails":["minecraft:rail","minecraft:powered_rail","minecraft:detector_rail","minecraft:activator_rail"],"minecraft:coral_blocks":["minecraft:tube_coral_block","minecraft:brain_coral_block","minecraft:bubble_coral_block","minecraft:fire_coral_block","minecraft:horn_coral_block"],"minecraft:ice":["minecraft:ice","minecraft:packed_ice","minecraft:blue_ice","minecraft:frosted_ice"],"minecraft:valid_spawn":["minecraft:grass_block","minecraft:podzol"],"minecraft:leaves":["minecraft:jungle_leaves","minecraft:oak_leaves","minecraft:spruce_leaves","minecraft:dark_oak_leaves","minecraft:acacia_leaves","minecraft:birch_leaves"],"minecraft:impermeable":["minecraft:glass","minecraft:white_stained_glass","minecraft:orange_stained_glass","minecraft:magenta_stained_glass","minecraft:light_blue_stained_glass","minecraft:yellow_stained_glass","minecraft:lime_stained_glass","minecraft:pink_stained_glass","minecraft:gray_stained_glass","minecraft:light_gray_stained_glass","minecraft:cyan_stained_glass","minecraft:purple_stained_glass","minecraft:blue_stained_glass","minecraft:brown_stained_glass","minecraft:green_stained_glass","minecraft:red_stained_glass","minecraft:black_stained_glass"],"minecraft:wooden_trapdoors":["minecraft:acacia_trapdoor","minecraft:birch_trapdoor","minecraft:dark_oak_trapdoor","minecraft:jungle_trapdoor","minecraft:oak_trapdoor","minecraft:spruce_trapdoor"],"minecraft:trapdoors":["minecraft:iron_trapdoor","minecraft:acacia_trapdoor","minecraft:birch_trapdoor","minecraft:dark_oak_trapdoor","minecraft:jungle_trapdoor","minecraft:oak_trapdoor","minecraft:spruce_trapdoor"],"minecraft:underwater_bonemeals":["minecraft:seagrass","minecraft:tube_coral_fan","minecraft:brain_coral_fan","minecraft:bubble_coral_fan","minecraft:fire_coral_fan","minecraft:horn_coral_fan","minecraft:tube_coral","minecraft:brain_coral","minecraft:bubble_coral","minecraft:fire_coral","minecraft:horn_coral","minecraft:tube_coral_wall_fan","minecraft:brain_coral_wall_fan","minecraft:bubble_coral_wall_fan","minecraft:fire_coral_wall_fan","minecraft:horn_coral_wall_fan"],"minecraft:logs":["minecraft:dark_oak_log","minecraft:dark_oak_wood","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood","minecraft:oak_log","minecraft:oak_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood","minecraft:acacia_log","minecraft:acacia_wood","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood","minecraft:birch_log","minecraft:birch_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood","minecraft:jungle_log","minecraft:jungle_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood","minecraft:spruce_log","minecraft:spruce_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood"]},"itemtags":{"minecraft:banners":["minecraft:white_banner","minecraft:orange_banner","minecraft:magenta_banner","minecraft:light_blue_banner","minecraft:yellow_banner","minecraft:lime_banner","minecraft:pink_banner","minecraft:gray_banner","minecraft:light_gray_banner","minecraft:cyan_banner","minecraft:purple_banner","minecraft:blue_banner","minecraft:brown_banner","minecraft:green_banner","minecraft:red_banner","minecraft:black_banner"],"minecraft:boats":["minecraft:oak_boat","minecraft:spruce_boat","minecraft:birch_boat","minecraft:jungle_boat","minecraft:acacia_boat","minecraft:dark_oak_boat"],"minecraft:fishes":["minecraft:cod","minecraft:cooked_cod","minecraft:salmon","minecraft:cooked_salmon","minecraft:pufferfish","minecraft:tropical_fish"]},"entitytags":{}}
\ No newline at end of file
+{
+ "blocks": {
+ "minecraft:acacia_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:acacia_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:acacia_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:acacia_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:acacia_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:acacia_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:acacia_log[axis=y]"
+ },
+ "minecraft:acacia_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:acacia_planks"
+ },
+ "minecraft:acacia_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_pressure_plate[powered=false]"
+ },
+ "minecraft:acacia_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:acacia_sapling[stage=0]"
+ },
+ "minecraft:acacia_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:acacia_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:acacia_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:acacia_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:acacia_wood[axis=y]"
+ },
+ "minecraft:activator_rail": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "shape": {
+ "values": [
+ "north_south",
+ "east_west",
+ "ascending_east",
+ "ascending_west",
+ "ascending_north",
+ "ascending_south"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:activator_rail[powered=false,shape=north_south]"
+ },
+ "minecraft:air": {
+ "properties": {},
+ "defaultstate": "minecraft:air"
+ },
+ "minecraft:allium": {
+ "properties": {},
+ "defaultstate": "minecraft:allium"
+ },
+ "minecraft:andesite": {
+ "properties": {},
+ "defaultstate": "minecraft:andesite"
+ },
+ "minecraft:anvil": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:anvil[facing=north]"
+ },
+ "minecraft:attached_melon_stem": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:attached_melon_stem[facing=north]"
+ },
+ "minecraft:attached_pumpkin_stem": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:attached_pumpkin_stem[facing=north]"
+ },
+ "minecraft:azure_bluet": {
+ "properties": {},
+ "defaultstate": "minecraft:azure_bluet"
+ },
+ "minecraft:barrier": {
+ "properties": {},
+ "defaultstate": "minecraft:barrier"
+ },
+ "minecraft:beacon": {
+ "properties": {},
+ "defaultstate": "minecraft:beacon"
+ },
+ "minecraft:bedrock": {
+ "properties": {},
+ "defaultstate": "minecraft:bedrock"
+ },
+ "minecraft:beetroots": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:beetroots[age=0]"
+ },
+ "minecraft:birch_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:birch_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:birch_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:birch_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:birch_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:birch_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:birch_log[axis=y]"
+ },
+ "minecraft:birch_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:birch_planks"
+ },
+ "minecraft:birch_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_pressure_plate[powered=false]"
+ },
+ "minecraft:birch_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:birch_sapling[stage=0]"
+ },
+ "minecraft:birch_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:birch_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:birch_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:birch_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:birch_wood[axis=y]"
+ },
+ "minecraft:black_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:black_banner[rotation=0]"
+ },
+ "minecraft:black_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:black_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:black_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:black_carpet"
+ },
+ "minecraft:black_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:black_concrete"
+ },
+ "minecraft:black_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:black_concrete_powder"
+ },
+ "minecraft:black_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:black_glazed_terracotta[facing=north]"
+ },
+ "minecraft:black_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:black_shulker_box[facing=up]"
+ },
+ "minecraft:black_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:black_stained_glass"
+ },
+ "minecraft:black_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:black_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:black_terracotta"
+ },
+ "minecraft:black_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:black_wall_banner[facing=north]"
+ },
+ "minecraft:black_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:black_wool"
+ },
+ "minecraft:blue_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:blue_banner[rotation=0]"
+ },
+ "minecraft:blue_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:blue_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:blue_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_carpet"
+ },
+ "minecraft:blue_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_concrete"
+ },
+ "minecraft:blue_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_concrete_powder"
+ },
+ "minecraft:blue_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:blue_glazed_terracotta[facing=north]"
+ },
+ "minecraft:blue_ice": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_ice"
+ },
+ "minecraft:blue_orchid": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_orchid"
+ },
+ "minecraft:blue_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:blue_shulker_box[facing=up]"
+ },
+ "minecraft:blue_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_stained_glass"
+ },
+ "minecraft:blue_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:blue_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_terracotta"
+ },
+ "minecraft:blue_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:blue_wall_banner[facing=north]"
+ },
+ "minecraft:blue_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_wool"
+ },
+ "minecraft:bone_block": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:bone_block[axis=y]"
+ },
+ "minecraft:bookshelf": {
+ "properties": {},
+ "defaultstate": "minecraft:bookshelf"
+ },
+ "minecraft:brain_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brain_coral[waterlogged=true]"
+ },
+ "minecraft:brain_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:brain_coral_block"
+ },
+ "minecraft:brain_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brain_coral_fan[waterlogged=true]"
+ },
+ "minecraft:brain_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brain_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:brewing_stand": {
+ "properties": {
+ "has_bottle_0": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "has_bottle_1": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "has_bottle_2": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false]"
+ },
+ "minecraft:brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:bricks"
+ },
+ "minecraft:brown_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:brown_banner[rotation=0]"
+ },
+ "minecraft:brown_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:brown_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:brown_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_carpet"
+ },
+ "minecraft:brown_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_concrete"
+ },
+ "minecraft:brown_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_concrete_powder"
+ },
+ "minecraft:brown_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:brown_glazed_terracotta[facing=north]"
+ },
+ "minecraft:brown_mushroom": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_mushroom"
+ },
+ "minecraft:brown_mushroom_block": {
+ "properties": {
+ "down": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]"
+ },
+ "minecraft:brown_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:brown_shulker_box[facing=up]"
+ },
+ "minecraft:brown_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_stained_glass"
+ },
+ "minecraft:brown_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:brown_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_terracotta"
+ },
+ "minecraft:brown_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:brown_wall_banner[facing=north]"
+ },
+ "minecraft:brown_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_wool"
+ },
+ "minecraft:bubble_column": {
+ "properties": {
+ "drag": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:bubble_column[drag=true]"
+ },
+ "minecraft:bubble_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:bubble_coral[waterlogged=true]"
+ },
+ "minecraft:bubble_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:bubble_coral_block"
+ },
+ "minecraft:bubble_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:bubble_coral_fan[waterlogged=true]"
+ },
+ "minecraft:bubble_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:bubble_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:cactus": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:cactus[age=0]"
+ },
+ "minecraft:cake": {
+ "properties": {
+ "bites": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:cake[bites=0]"
+ },
+ "minecraft:carrots": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:carrots[age=0]"
+ },
+ "minecraft:carved_pumpkin": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:carved_pumpkin[facing=north]"
+ },
+ "minecraft:cauldron": {
+ "properties": {
+ "level": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:cauldron[level=0]"
+ },
+ "minecraft:cave_air": {
+ "properties": {},
+ "defaultstate": "minecraft:cave_air"
+ },
+ "minecraft:chain_command_block": {
+ "properties": {
+ "conditional": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:chain_command_block[conditional=false,facing=north]"
+ },
+ "minecraft:chest": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "type": {
+ "values": [
+ "single",
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:chest[facing=north,type=single,waterlogged=false]"
+ },
+ "minecraft:chipped_anvil": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:chipped_anvil[facing=north]"
+ },
+ "minecraft:chiseled_quartz_block": {
+ "properties": {},
+ "defaultstate": "minecraft:chiseled_quartz_block"
+ },
+ "minecraft:chiseled_red_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:chiseled_red_sandstone"
+ },
+ "minecraft:chiseled_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:chiseled_sandstone"
+ },
+ "minecraft:chiseled_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:chiseled_stone_bricks"
+ },
+ "minecraft:chorus_flower": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:chorus_flower[age=0]"
+ },
+ "minecraft:chorus_plant": {
+ "properties": {
+ "down": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false]"
+ },
+ "minecraft:clay": {
+ "properties": {},
+ "defaultstate": "minecraft:clay"
+ },
+ "minecraft:coal_block": {
+ "properties": {},
+ "defaultstate": "minecraft:coal_block"
+ },
+ "minecraft:coal_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:coal_ore"
+ },
+ "minecraft:coarse_dirt": {
+ "properties": {},
+ "defaultstate": "minecraft:coarse_dirt"
+ },
+ "minecraft:cobblestone": {
+ "properties": {},
+ "defaultstate": "minecraft:cobblestone"
+ },
+ "minecraft:cobblestone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cobblestone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:cobblestone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:cobblestone_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cobblestone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:cobweb": {
+ "properties": {},
+ "defaultstate": "minecraft:cobweb"
+ },
+ "minecraft:cocoa": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2"
+ ],
+ "type": "int"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:cocoa[age=0,facing=north]"
+ },
+ "minecraft:command_block": {
+ "properties": {
+ "conditional": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:command_block[conditional=false,facing=north]"
+ },
+ "minecraft:comparator": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "mode": {
+ "values": [
+ "compare",
+ "subtract"
+ ],
+ "type": "enum"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:comparator[facing=north,mode=compare,powered=false]"
+ },
+ "minecraft:conduit": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:conduit[waterlogged=true]"
+ },
+ "minecraft:cracked_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:cracked_stone_bricks"
+ },
+ "minecraft:crafting_table": {
+ "properties": {},
+ "defaultstate": "minecraft:crafting_table"
+ },
+ "minecraft:creeper_head": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:creeper_head[rotation=0]"
+ },
+ "minecraft:creeper_wall_head": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:creeper_wall_head[facing=north]"
+ },
+ "minecraft:cut_red_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:cut_red_sandstone"
+ },
+ "minecraft:cut_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:cut_sandstone"
+ },
+ "minecraft:cyan_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:cyan_banner[rotation=0]"
+ },
+ "minecraft:cyan_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:cyan_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:cyan_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_carpet"
+ },
+ "minecraft:cyan_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_concrete"
+ },
+ "minecraft:cyan_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_concrete_powder"
+ },
+ "minecraft:cyan_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:cyan_glazed_terracotta[facing=north]"
+ },
+ "minecraft:cyan_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:cyan_shulker_box[facing=up]"
+ },
+ "minecraft:cyan_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_stained_glass"
+ },
+ "minecraft:cyan_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:cyan_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_terracotta"
+ },
+ "minecraft:cyan_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:cyan_wall_banner[facing=north]"
+ },
+ "minecraft:cyan_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_wool"
+ },
+ "minecraft:damaged_anvil": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:damaged_anvil[facing=north]"
+ },
+ "minecraft:dandelion": {
+ "properties": {},
+ "defaultstate": "minecraft:dandelion"
+ },
+ "minecraft:dark_oak_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:dark_oak_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:dark_oak_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:dark_oak_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:dark_oak_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:dark_oak_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_log[axis=y]"
+ },
+ "minecraft:dark_oak_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:dark_oak_planks"
+ },
+ "minecraft:dark_oak_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_pressure_plate[powered=false]"
+ },
+ "minecraft:dark_oak_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_sapling[stage=0]"
+ },
+ "minecraft:dark_oak_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:dark_oak_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:dark_oak_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:dark_oak_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_wood[axis=y]"
+ },
+ "minecraft:dark_prismarine": {
+ "properties": {},
+ "defaultstate": "minecraft:dark_prismarine"
+ },
+ "minecraft:dark_prismarine_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_prismarine_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:dark_prismarine_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:daylight_detector": {
+ "properties": {
+ "inverted": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "power": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:daylight_detector[inverted=false,power=0]"
+ },
+ "minecraft:dead_brain_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_brain_coral[waterlogged=true]"
+ },
+ "minecraft:dead_brain_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_brain_coral_block"
+ },
+ "minecraft:dead_brain_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_brain_coral_fan[waterlogged=true]"
+ },
+ "minecraft:dead_brain_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:dead_bubble_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_bubble_coral[waterlogged=true]"
+ },
+ "minecraft:dead_bubble_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_bubble_coral_block"
+ },
+ "minecraft:dead_bubble_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_bubble_coral_fan[waterlogged=true]"
+ },
+ "minecraft:dead_bubble_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:dead_bush": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_bush"
+ },
+ "minecraft:dead_fire_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_fire_coral[waterlogged=true]"
+ },
+ "minecraft:dead_fire_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_fire_coral_block"
+ },
+ "minecraft:dead_fire_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_fire_coral_fan[waterlogged=true]"
+ },
+ "minecraft:dead_fire_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:dead_horn_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_horn_coral[waterlogged=true]"
+ },
+ "minecraft:dead_horn_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_horn_coral_block"
+ },
+ "minecraft:dead_horn_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_horn_coral_fan[waterlogged=true]"
+ },
+ "minecraft:dead_horn_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:dead_tube_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_tube_coral[waterlogged=true]"
+ },
+ "minecraft:dead_tube_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_tube_coral_block"
+ },
+ "minecraft:dead_tube_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_tube_coral_fan[waterlogged=true]"
+ },
+ "minecraft:dead_tube_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:detector_rail": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "shape": {
+ "values": [
+ "north_south",
+ "east_west",
+ "ascending_east",
+ "ascending_west",
+ "ascending_north",
+ "ascending_south"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:detector_rail[powered=false,shape=north_south]"
+ },
+ "minecraft:diamond_block": {
+ "properties": {},
+ "defaultstate": "minecraft:diamond_block"
+ },
+ "minecraft:diamond_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:diamond_ore"
+ },
+ "minecraft:diorite": {
+ "properties": {},
+ "defaultstate": "minecraft:diorite"
+ },
+ "minecraft:dirt": {
+ "properties": {},
+ "defaultstate": "minecraft:dirt"
+ },
+ "minecraft:dispenser": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "triggered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dispenser[facing=north,triggered=false]"
+ },
+ "minecraft:dragon_egg": {
+ "properties": {},
+ "defaultstate": "minecraft:dragon_egg"
+ },
+ "minecraft:dragon_head": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:dragon_head[rotation=0]"
+ },
+ "minecraft:dragon_wall_head": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:dragon_wall_head[facing=north]"
+ },
+ "minecraft:dried_kelp_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dried_kelp_block"
+ },
+ "minecraft:dropper": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "triggered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dropper[facing=north,triggered=false]"
+ },
+ "minecraft:emerald_block": {
+ "properties": {},
+ "defaultstate": "minecraft:emerald_block"
+ },
+ "minecraft:emerald_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:emerald_ore"
+ },
+ "minecraft:enchanting_table": {
+ "properties": {},
+ "defaultstate": "minecraft:enchanting_table"
+ },
+ "minecraft:end_gateway": {
+ "properties": {},
+ "defaultstate": "minecraft:end_gateway"
+ },
+ "minecraft:end_portal": {
+ "properties": {},
+ "defaultstate": "minecraft:end_portal"
+ },
+ "minecraft:end_portal_frame": {
+ "properties": {
+ "eye": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:end_portal_frame[eye=false,facing=north]"
+ },
+ "minecraft:end_rod": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:end_rod[facing=up]"
+ },
+ "minecraft:end_stone": {
+ "properties": {},
+ "defaultstate": "minecraft:end_stone"
+ },
+ "minecraft:end_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:end_stone_bricks"
+ },
+ "minecraft:ender_chest": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:ender_chest[facing=north,waterlogged=false]"
+ },
+ "minecraft:farmland": {
+ "properties": {
+ "moisture": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:farmland[moisture=0]"
+ },
+ "minecraft:fern": {
+ "properties": {},
+ "defaultstate": "minecraft:fern"
+ },
+ "minecraft:fire": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false]"
+ },
+ "minecraft:fire_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:fire_coral[waterlogged=true]"
+ },
+ "minecraft:fire_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:fire_coral_block"
+ },
+ "minecraft:fire_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:fire_coral_fan[waterlogged=true]"
+ },
+ "minecraft:fire_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:fire_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:flower_pot": {
+ "properties": {},
+ "defaultstate": "minecraft:flower_pot"
+ },
+ "minecraft:frosted_ice": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:frosted_ice[age=0]"
+ },
+ "minecraft:furnace": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:furnace[facing=north,lit=false]"
+ },
+ "minecraft:glass": {
+ "properties": {},
+ "defaultstate": "minecraft:glass"
+ },
+ "minecraft:glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:glowstone": {
+ "properties": {},
+ "defaultstate": "minecraft:glowstone"
+ },
+ "minecraft:gold_block": {
+ "properties": {},
+ "defaultstate": "minecraft:gold_block"
+ },
+ "minecraft:gold_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:gold_ore"
+ },
+ "minecraft:granite": {
+ "properties": {},
+ "defaultstate": "minecraft:granite"
+ },
+ "minecraft:grass": {
+ "properties": {},
+ "defaultstate": "minecraft:grass"
+ },
+ "minecraft:grass_block": {
+ "properties": {
+ "snowy": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:grass_block[snowy=false]"
+ },
+ "minecraft:grass_path": {
+ "properties": {},
+ "defaultstate": "minecraft:grass_path"
+ },
+ "minecraft:gravel": {
+ "properties": {},
+ "defaultstate": "minecraft:gravel"
+ },
+ "minecraft:gray_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:gray_banner[rotation=0]"
+ },
+ "minecraft:gray_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:gray_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:gray_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_carpet"
+ },
+ "minecraft:gray_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_concrete"
+ },
+ "minecraft:gray_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_concrete_powder"
+ },
+ "minecraft:gray_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:gray_glazed_terracotta[facing=north]"
+ },
+ "minecraft:gray_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:gray_shulker_box[facing=up]"
+ },
+ "minecraft:gray_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_stained_glass"
+ },
+ "minecraft:gray_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:gray_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_terracotta"
+ },
+ "minecraft:gray_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:gray_wall_banner[facing=north]"
+ },
+ "minecraft:gray_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_wool"
+ },
+ "minecraft:green_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:green_banner[rotation=0]"
+ },
+ "minecraft:green_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:green_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:green_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:green_carpet"
+ },
+ "minecraft:green_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:green_concrete"
+ },
+ "minecraft:green_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:green_concrete_powder"
+ },
+ "minecraft:green_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:green_glazed_terracotta[facing=north]"
+ },
+ "minecraft:green_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:green_shulker_box[facing=up]"
+ },
+ "minecraft:green_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:green_stained_glass"
+ },
+ "minecraft:green_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:green_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:green_terracotta"
+ },
+ "minecraft:green_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:green_wall_banner[facing=north]"
+ },
+ "minecraft:green_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:green_wool"
+ },
+ "minecraft:hay_block": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:hay_block[axis=y]"
+ },
+ "minecraft:heavy_weighted_pressure_plate": {
+ "properties": {
+ "power": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:heavy_weighted_pressure_plate[power=0]"
+ },
+ "minecraft:hopper": {
+ "properties": {
+ "enabled": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "down",
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:hopper[enabled=true,facing=down]"
+ },
+ "minecraft:horn_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:horn_coral[waterlogged=true]"
+ },
+ "minecraft:horn_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:horn_coral_block"
+ },
+ "minecraft:horn_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:horn_coral_fan[waterlogged=true]"
+ },
+ "minecraft:horn_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:horn_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:ice": {
+ "properties": {},
+ "defaultstate": "minecraft:ice"
+ },
+ "minecraft:infested_chiseled_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_chiseled_stone_bricks"
+ },
+ "minecraft:infested_cobblestone": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_cobblestone"
+ },
+ "minecraft:infested_cracked_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_cracked_stone_bricks"
+ },
+ "minecraft:infested_mossy_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_mossy_stone_bricks"
+ },
+ "minecraft:infested_stone": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_stone"
+ },
+ "minecraft:infested_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_stone_bricks"
+ },
+ "minecraft:iron_bars": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:iron_block": {
+ "properties": {},
+ "defaultstate": "minecraft:iron_block"
+ },
+ "minecraft:iron_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:iron_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:iron_ore"
+ },
+ "minecraft:iron_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:jack_o_lantern": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:jack_o_lantern[facing=north]"
+ },
+ "minecraft:jukebox": {
+ "properties": {
+ "has_record": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jukebox[has_record=false]"
+ },
+ "minecraft:jungle_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:jungle_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:jungle_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:jungle_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:jungle_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:jungle_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:jungle_log[axis=y]"
+ },
+ "minecraft:jungle_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:jungle_planks"
+ },
+ "minecraft:jungle_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_pressure_plate[powered=false]"
+ },
+ "minecraft:jungle_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:jungle_sapling[stage=0]"
+ },
+ "minecraft:jungle_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:jungle_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:jungle_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:jungle_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:jungle_wood[axis=y]"
+ },
+ "minecraft:kelp": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15",
+ "16",
+ "17",
+ "18",
+ "19",
+ "20",
+ "21",
+ "22",
+ "23",
+ "24",
+ "25"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:kelp[age=0]"
+ },
+ "minecraft:kelp_plant": {
+ "properties": {},
+ "defaultstate": "minecraft:kelp_plant"
+ },
+ "minecraft:ladder": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:ladder[facing=north,waterlogged=false]"
+ },
+ "minecraft:lapis_block": {
+ "properties": {},
+ "defaultstate": "minecraft:lapis_block"
+ },
+ "minecraft:lapis_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:lapis_ore"
+ },
+ "minecraft:large_fern": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:large_fern[half=lower]"
+ },
+ "minecraft:lava": {
+ "properties": {
+ "level": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:lava[level=0]"
+ },
+ "minecraft:lever": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:lever[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:light_blue_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_banner[rotation=0]"
+ },
+ "minecraft:light_blue_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:light_blue_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_carpet"
+ },
+ "minecraft:light_blue_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_concrete"
+ },
+ "minecraft:light_blue_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_concrete_powder"
+ },
+ "minecraft:light_blue_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_glazed_terracotta[facing=north]"
+ },
+ "minecraft:light_blue_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_shulker_box[facing=up]"
+ },
+ "minecraft:light_blue_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_stained_glass"
+ },
+ "minecraft:light_blue_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:light_blue_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_terracotta"
+ },
+ "minecraft:light_blue_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_wall_banner[facing=north]"
+ },
+ "minecraft:light_blue_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_wool"
+ },
+ "minecraft:light_gray_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_banner[rotation=0]"
+ },
+ "minecraft:light_gray_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:light_gray_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_carpet"
+ },
+ "minecraft:light_gray_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_concrete"
+ },
+ "minecraft:light_gray_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_concrete_powder"
+ },
+ "minecraft:light_gray_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_glazed_terracotta[facing=north]"
+ },
+ "minecraft:light_gray_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_shulker_box[facing=up]"
+ },
+ "minecraft:light_gray_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_stained_glass"
+ },
+ "minecraft:light_gray_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:light_gray_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_terracotta"
+ },
+ "minecraft:light_gray_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_wall_banner[facing=north]"
+ },
+ "minecraft:light_gray_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_wool"
+ },
+ "minecraft:light_weighted_pressure_plate": {
+ "properties": {
+ "power": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:light_weighted_pressure_plate[power=0]"
+ },
+ "minecraft:lilac": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:lilac[half=lower]"
+ },
+ "minecraft:lily_pad": {
+ "properties": {},
+ "defaultstate": "minecraft:lily_pad"
+ },
+ "minecraft:lime_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:lime_banner[rotation=0]"
+ },
+ "minecraft:lime_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:lime_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:lime_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_carpet"
+ },
+ "minecraft:lime_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_concrete"
+ },
+ "minecraft:lime_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_concrete_powder"
+ },
+ "minecraft:lime_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:lime_glazed_terracotta[facing=north]"
+ },
+ "minecraft:lime_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:lime_shulker_box[facing=up]"
+ },
+ "minecraft:lime_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_stained_glass"
+ },
+ "minecraft:lime_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:lime_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_terracotta"
+ },
+ "minecraft:lime_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:lime_wall_banner[facing=north]"
+ },
+ "minecraft:lime_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_wool"
+ },
+ "minecraft:magenta_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:magenta_banner[rotation=0]"
+ },
+ "minecraft:magenta_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:magenta_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:magenta_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_carpet"
+ },
+ "minecraft:magenta_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_concrete"
+ },
+ "minecraft:magenta_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_concrete_powder"
+ },
+ "minecraft:magenta_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:magenta_glazed_terracotta[facing=north]"
+ },
+ "minecraft:magenta_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:magenta_shulker_box[facing=up]"
+ },
+ "minecraft:magenta_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_stained_glass"
+ },
+ "minecraft:magenta_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:magenta_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_terracotta"
+ },
+ "minecraft:magenta_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:magenta_wall_banner[facing=north]"
+ },
+ "minecraft:magenta_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_wool"
+ },
+ "minecraft:magma_block": {
+ "properties": {},
+ "defaultstate": "minecraft:magma_block"
+ },
+ "minecraft:melon": {
+ "properties": {},
+ "defaultstate": "minecraft:melon"
+ },
+ "minecraft:melon_stem": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:melon_stem[age=0]"
+ },
+ "minecraft:mossy_cobblestone": {
+ "properties": {},
+ "defaultstate": "minecraft:mossy_cobblestone"
+ },
+ "minecraft:mossy_cobblestone_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mossy_cobblestone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:mossy_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:mossy_stone_bricks"
+ },
+ "minecraft:moving_piston": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "type": {
+ "values": [
+ "normal",
+ "sticky"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:moving_piston[facing=north,type=normal]"
+ },
+ "minecraft:mushroom_stem": {
+ "properties": {
+ "down": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=true]"
+ },
+ "minecraft:mycelium": {
+ "properties": {
+ "snowy": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mycelium[snowy=false]"
+ },
+ "minecraft:nether_brick_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:nether_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:nether_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:nether_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:nether_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:nether_bricks"
+ },
+ "minecraft:nether_portal": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:nether_portal[axis=x]"
+ },
+ "minecraft:nether_quartz_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:nether_quartz_ore"
+ },
+ "minecraft:nether_wart": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:nether_wart[age=0]"
+ },
+ "minecraft:nether_wart_block": {
+ "properties": {},
+ "defaultstate": "minecraft:nether_wart_block"
+ },
+ "minecraft:netherrack": {
+ "properties": {},
+ "defaultstate": "minecraft:netherrack"
+ },
+ "minecraft:note_block": {
+ "properties": {
+ "instrument": {
+ "values": [
+ "harp",
+ "basedrum",
+ "snare",
+ "hat",
+ "bass",
+ "flute",
+ "bell",
+ "guitar",
+ "chime",
+ "xylophone"
+ ],
+ "type": "enum"
+ },
+ "note": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15",
+ "16",
+ "17",
+ "18",
+ "19",
+ "20",
+ "21",
+ "22",
+ "23",
+ "24"
+ ],
+ "type": "int"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:note_block[instrument=harp,note=0,powered=false]"
+ },
+ "minecraft:oak_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:oak_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:oak_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:oak_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:oak_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:oak_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:oak_log[axis=y]"
+ },
+ "minecraft:oak_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:oak_planks"
+ },
+ "minecraft:oak_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_pressure_plate[powered=false]"
+ },
+ "minecraft:oak_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:oak_sapling[stage=0]"
+ },
+ "minecraft:oak_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:oak_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:oak_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:oak_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:oak_wood[axis=y]"
+ },
+ "minecraft:observer": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:observer[facing=south,powered=false]"
+ },
+ "minecraft:obsidian": {
+ "properties": {},
+ "defaultstate": "minecraft:obsidian"
+ },
+ "minecraft:orange_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:orange_banner[rotation=0]"
+ },
+ "minecraft:orange_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:orange_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:orange_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_carpet"
+ },
+ "minecraft:orange_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_concrete"
+ },
+ "minecraft:orange_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_concrete_powder"
+ },
+ "minecraft:orange_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:orange_glazed_terracotta[facing=north]"
+ },
+ "minecraft:orange_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:orange_shulker_box[facing=up]"
+ },
+ "minecraft:orange_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_stained_glass"
+ },
+ "minecraft:orange_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:orange_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_terracotta"
+ },
+ "minecraft:orange_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_tulip"
+ },
+ "minecraft:orange_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:orange_wall_banner[facing=north]"
+ },
+ "minecraft:orange_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_wool"
+ },
+ "minecraft:oxeye_daisy": {
+ "properties": {},
+ "defaultstate": "minecraft:oxeye_daisy"
+ },
+ "minecraft:packed_ice": {
+ "properties": {},
+ "defaultstate": "minecraft:packed_ice"
+ },
+ "minecraft:peony": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:peony[half=lower]"
+ },
+ "minecraft:petrified_oak_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:petrified_oak_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:pink_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:pink_banner[rotation=0]"
+ },
+ "minecraft:pink_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:pink_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:pink_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_carpet"
+ },
+ "minecraft:pink_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_concrete"
+ },
+ "minecraft:pink_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_concrete_powder"
+ },
+ "minecraft:pink_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:pink_glazed_terracotta[facing=north]"
+ },
+ "minecraft:pink_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:pink_shulker_box[facing=up]"
+ },
+ "minecraft:pink_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_stained_glass"
+ },
+ "minecraft:pink_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:pink_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_terracotta"
+ },
+ "minecraft:pink_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_tulip"
+ },
+ "minecraft:pink_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:pink_wall_banner[facing=north]"
+ },
+ "minecraft:pink_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_wool"
+ },
+ "minecraft:piston": {
+ "properties": {
+ "extended": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:piston[extended=false,facing=north]"
+ },
+ "minecraft:piston_head": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "short": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "type": {
+ "values": [
+ "normal",
+ "sticky"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:piston_head[facing=north,short=false,type=normal]"
+ },
+ "minecraft:player_head": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:player_head[rotation=0]"
+ },
+ "minecraft:player_wall_head": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:player_wall_head[facing=north]"
+ },
+ "minecraft:podzol": {
+ "properties": {
+ "snowy": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:podzol[snowy=false]"
+ },
+ "minecraft:polished_andesite": {
+ "properties": {},
+ "defaultstate": "minecraft:polished_andesite"
+ },
+ "minecraft:polished_diorite": {
+ "properties": {},
+ "defaultstate": "minecraft:polished_diorite"
+ },
+ "minecraft:polished_granite": {
+ "properties": {},
+ "defaultstate": "minecraft:polished_granite"
+ },
+ "minecraft:poppy": {
+ "properties": {},
+ "defaultstate": "minecraft:poppy"
+ },
+ "minecraft:potatoes": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:potatoes[age=0]"
+ },
+ "minecraft:potted_acacia_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_acacia_sapling"
+ },
+ "minecraft:potted_allium": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_allium"
+ },
+ "minecraft:potted_azure_bluet": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_azure_bluet"
+ },
+ "minecraft:potted_birch_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_birch_sapling"
+ },
+ "minecraft:potted_blue_orchid": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_blue_orchid"
+ },
+ "minecraft:potted_brown_mushroom": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_brown_mushroom"
+ },
+ "minecraft:potted_cactus": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_cactus"
+ },
+ "minecraft:potted_dandelion": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_dandelion"
+ },
+ "minecraft:potted_dark_oak_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_dark_oak_sapling"
+ },
+ "minecraft:potted_dead_bush": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_dead_bush"
+ },
+ "minecraft:potted_fern": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_fern"
+ },
+ "minecraft:potted_jungle_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_jungle_sapling"
+ },
+ "minecraft:potted_oak_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_oak_sapling"
+ },
+ "minecraft:potted_orange_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_orange_tulip"
+ },
+ "minecraft:potted_oxeye_daisy": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_oxeye_daisy"
+ },
+ "minecraft:potted_pink_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_pink_tulip"
+ },
+ "minecraft:potted_poppy": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_poppy"
+ },
+ "minecraft:potted_red_mushroom": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_red_mushroom"
+ },
+ "minecraft:potted_red_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_red_tulip"
+ },
+ "minecraft:potted_spruce_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_spruce_sapling"
+ },
+ "minecraft:potted_white_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_white_tulip"
+ },
+ "minecraft:powered_rail": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "shape": {
+ "values": [
+ "north_south",
+ "east_west",
+ "ascending_east",
+ "ascending_west",
+ "ascending_north",
+ "ascending_south"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:powered_rail[powered=false,shape=north_south]"
+ },
+ "minecraft:prismarine": {
+ "properties": {},
+ "defaultstate": "minecraft:prismarine"
+ },
+ "minecraft:prismarine_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:prismarine_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:prismarine_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:prismarine_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:prismarine_bricks"
+ },
+ "minecraft:prismarine_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:prismarine_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:prismarine_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:pumpkin": {
+ "properties": {},
+ "defaultstate": "minecraft:pumpkin"
+ },
+ "minecraft:pumpkin_stem": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:pumpkin_stem[age=0]"
+ },
+ "minecraft:purple_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:purple_banner[rotation=0]"
+ },
+ "minecraft:purple_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:purple_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:purple_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_carpet"
+ },
+ "minecraft:purple_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_concrete"
+ },
+ "minecraft:purple_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_concrete_powder"
+ },
+ "minecraft:purple_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:purple_glazed_terracotta[facing=north]"
+ },
+ "minecraft:purple_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:purple_shulker_box[facing=up]"
+ },
+ "minecraft:purple_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_stained_glass"
+ },
+ "minecraft:purple_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:purple_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_terracotta"
+ },
+ "minecraft:purple_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:purple_wall_banner[facing=north]"
+ },
+ "minecraft:purple_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_wool"
+ },
+ "minecraft:purpur_block": {
+ "properties": {},
+ "defaultstate": "minecraft:purpur_block"
+ },
+ "minecraft:purpur_pillar": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:purpur_pillar[axis=y]"
+ },
+ "minecraft:purpur_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:purpur_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:purpur_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:quartz_block": {
+ "properties": {},
+ "defaultstate": "minecraft:quartz_block"
+ },
+ "minecraft:quartz_pillar": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:quartz_pillar[axis=y]"
+ },
+ "minecraft:quartz_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:quartz_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:quartz_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:rail": {
+ "properties": {
+ "shape": {
+ "values": [
+ "north_south",
+ "east_west",
+ "ascending_east",
+ "ascending_west",
+ "ascending_north",
+ "ascending_south",
+ "south_east",
+ "south_west",
+ "north_west",
+ "north_east"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:rail[shape=north_south]"
+ },
+ "minecraft:red_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:red_banner[rotation=0]"
+ },
+ "minecraft:red_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:red_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:red_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:red_carpet"
+ },
+ "minecraft:red_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:red_concrete"
+ },
+ "minecraft:red_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:red_concrete_powder"
+ },
+ "minecraft:red_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:red_glazed_terracotta[facing=north]"
+ },
+ "minecraft:red_mushroom": {
+ "properties": {},
+ "defaultstate": "minecraft:red_mushroom"
+ },
+ "minecraft:red_mushroom_block": {
+ "properties": {
+ "down": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]"
+ },
+ "minecraft:red_nether_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:red_nether_bricks"
+ },
+ "minecraft:red_sand": {
+ "properties": {},
+ "defaultstate": "minecraft:red_sand"
+ },
+ "minecraft:red_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:red_sandstone"
+ },
+ "minecraft:red_sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:red_sandstone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:red_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:red_shulker_box[facing=up]"
+ },
+ "minecraft:red_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:red_stained_glass"
+ },
+ "minecraft:red_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:red_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:red_terracotta"
+ },
+ "minecraft:red_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:red_tulip"
+ },
+ "minecraft:red_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:red_wall_banner[facing=north]"
+ },
+ "minecraft:red_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:red_wool"
+ },
+ "minecraft:redstone_block": {
+ "properties": {},
+ "defaultstate": "minecraft:redstone_block"
+ },
+ "minecraft:redstone_lamp": {
+ "properties": {
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:redstone_lamp[lit=false]"
+ },
+ "minecraft:redstone_ore": {
+ "properties": {
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:redstone_ore[lit=false]"
+ },
+ "minecraft:redstone_torch": {
+ "properties": {
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:redstone_torch[lit=true]"
+ },
+ "minecraft:redstone_wall_torch": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:redstone_wall_torch[facing=north,lit=true]"
+ },
+ "minecraft:redstone_wire": {
+ "properties": {
+ "east": {
+ "values": [
+ "up",
+ "side",
+ "none"
+ ],
+ "type": "enum"
+ },
+ "north": {
+ "values": [
+ "up",
+ "side",
+ "none"
+ ],
+ "type": "enum"
+ },
+ "power": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "south": {
+ "values": [
+ "up",
+ "side",
+ "none"
+ ],
+ "type": "enum"
+ },
+ "west": {
+ "values": [
+ "up",
+ "side",
+ "none"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none]"
+ },
+ "minecraft:repeater": {
+ "properties": {
+ "delay": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ],
+ "type": "int"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "locked": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:repeater[delay=1,facing=north,locked=false,powered=false]"
+ },
+ "minecraft:repeating_command_block": {
+ "properties": {
+ "conditional": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:repeating_command_block[conditional=false,facing=north]"
+ },
+ "minecraft:rose_bush": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:rose_bush[half=lower]"
+ },
+ "minecraft:sand": {
+ "properties": {},
+ "defaultstate": "minecraft:sand"
+ },
+ "minecraft:sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:sandstone"
+ },
+ "minecraft:sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:sandstone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:sea_lantern": {
+ "properties": {},
+ "defaultstate": "minecraft:sea_lantern"
+ },
+ "minecraft:sea_pickle": {
+ "properties": {
+ "pickles": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:sea_pickle[pickles=1,waterlogged=true]"
+ },
+ "minecraft:seagrass": {
+ "properties": {},
+ "defaultstate": "minecraft:seagrass"
+ },
+ "minecraft:shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:shulker_box[facing=up]"
+ },
+ "minecraft:sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:skeleton_skull": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:skeleton_skull[rotation=0]"
+ },
+ "minecraft:skeleton_wall_skull": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:skeleton_wall_skull[facing=north]"
+ },
+ "minecraft:slime_block": {
+ "properties": {},
+ "defaultstate": "minecraft:slime_block"
+ },
+ "minecraft:smooth_quartz": {
+ "properties": {},
+ "defaultstate": "minecraft:smooth_quartz"
+ },
+ "minecraft:smooth_red_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:smooth_red_sandstone"
+ },
+ "minecraft:smooth_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:smooth_sandstone"
+ },
+ "minecraft:smooth_stone": {
+ "properties": {},
+ "defaultstate": "minecraft:smooth_stone"
+ },
+ "minecraft:snow": {
+ "properties": {
+ "layers": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:snow[layers=1]"
+ },
+ "minecraft:snow_block": {
+ "properties": {},
+ "defaultstate": "minecraft:snow_block"
+ },
+ "minecraft:soul_sand": {
+ "properties": {},
+ "defaultstate": "minecraft:soul_sand"
+ },
+ "minecraft:spawner": {
+ "properties": {},
+ "defaultstate": "minecraft:spawner"
+ },
+ "minecraft:sponge": {
+ "properties": {},
+ "defaultstate": "minecraft:sponge"
+ },
+ "minecraft:spruce_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:spruce_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:spruce_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:spruce_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:spruce_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:spruce_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:spruce_log[axis=y]"
+ },
+ "minecraft:spruce_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:spruce_planks"
+ },
+ "minecraft:spruce_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_pressure_plate[powered=false]"
+ },
+ "minecraft:spruce_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:spruce_sapling[stage=0]"
+ },
+ "minecraft:spruce_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:spruce_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:spruce_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:spruce_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:spruce_wood[axis=y]"
+ },
+ "minecraft:sticky_piston": {
+ "properties": {
+ "extended": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:sticky_piston[extended=false,facing=north]"
+ },
+ "minecraft:stone": {
+ "properties": {},
+ "defaultstate": "minecraft:stone"
+ },
+ "minecraft:stone_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:stone_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:stone_bricks"
+ },
+ "minecraft:stone_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:stone_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_pressure_plate[powered=false]"
+ },
+ "minecraft:stone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:stripped_acacia_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_acacia_log[axis=y]"
+ },
+ "minecraft:stripped_acacia_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_acacia_wood[axis=y]"
+ },
+ "minecraft:stripped_birch_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_birch_log[axis=y]"
+ },
+ "minecraft:stripped_birch_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_birch_wood[axis=y]"
+ },
+ "minecraft:stripped_dark_oak_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_dark_oak_log[axis=y]"
+ },
+ "minecraft:stripped_dark_oak_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_dark_oak_wood[axis=y]"
+ },
+ "minecraft:stripped_jungle_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_jungle_log[axis=y]"
+ },
+ "minecraft:stripped_jungle_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_jungle_wood[axis=y]"
+ },
+ "minecraft:stripped_oak_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_oak_log[axis=y]"
+ },
+ "minecraft:stripped_oak_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_oak_wood[axis=y]"
+ },
+ "minecraft:stripped_spruce_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_spruce_log[axis=y]"
+ },
+ "minecraft:stripped_spruce_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_spruce_wood[axis=y]"
+ },
+ "minecraft:structure_block": {
+ "properties": {
+ "mode": {
+ "values": [
+ "save",
+ "load",
+ "corner",
+ "data"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:structure_block[mode=save]"
+ },
+ "minecraft:structure_void": {
+ "properties": {},
+ "defaultstate": "minecraft:structure_void"
+ },
+ "minecraft:sugar_cane": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:sugar_cane[age=0]"
+ },
+ "minecraft:sunflower": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:sunflower[half=lower]"
+ },
+ "minecraft:tall_grass": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:tall_grass[half=lower]"
+ },
+ "minecraft:tall_seagrass": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:tall_seagrass[half=lower]"
+ },
+ "minecraft:terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:terracotta"
+ },
+ "minecraft:tnt": {
+ "properties": {
+ "unstable": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tnt[unstable=false]"
+ },
+ "minecraft:torch": {
+ "properties": {},
+ "defaultstate": "minecraft:torch"
+ },
+ "minecraft:trapped_chest": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "type": {
+ "values": [
+ "single",
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:trapped_chest[facing=north,type=single,waterlogged=false]"
+ },
+ "minecraft:tripwire": {
+ "properties": {
+ "attached": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "disarmed": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tripwire[attached=false,disarmed=false,east=false,north=false,powered=false,south=false,west=false]"
+ },
+ "minecraft:tripwire_hook": {
+ "properties": {
+ "attached": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tripwire_hook[attached=false,facing=north,powered=false]"
+ },
+ "minecraft:tube_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tube_coral[waterlogged=true]"
+ },
+ "minecraft:tube_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:tube_coral_block"
+ },
+ "minecraft:tube_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tube_coral_fan[waterlogged=true]"
+ },
+ "minecraft:tube_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tube_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:turtle_egg": {
+ "properties": {
+ "eggs": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ],
+ "type": "int"
+ },
+ "hatch": {
+ "values": [
+ "0",
+ "1",
+ "2"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:turtle_egg[eggs=1,hatch=0]"
+ },
+ "minecraft:vine": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:vine[east=false,north=false,south=false,up=false,west=false]"
+ },
+ "minecraft:void_air": {
+ "properties": {},
+ "defaultstate": "minecraft:void_air"
+ },
+ "minecraft:wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:wall_torch": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:wall_torch[facing=north]"
+ },
+ "minecraft:water": {
+ "properties": {
+ "level": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:water[level=0]"
+ },
+ "minecraft:wet_sponge": {
+ "properties": {},
+ "defaultstate": "minecraft:wet_sponge"
+ },
+ "minecraft:wheat": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:wheat[age=0]"
+ },
+ "minecraft:white_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:white_banner[rotation=0]"
+ },
+ "minecraft:white_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:white_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:white_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:white_carpet"
+ },
+ "minecraft:white_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:white_concrete"
+ },
+ "minecraft:white_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:white_concrete_powder"
+ },
+ "minecraft:white_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:white_glazed_terracotta[facing=north]"
+ },
+ "minecraft:white_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:white_shulker_box[facing=up]"
+ },
+ "minecraft:white_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:white_stained_glass"
+ },
+ "minecraft:white_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:white_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:white_terracotta"
+ },
+ "minecraft:white_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:white_tulip"
+ },
+ "minecraft:white_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:white_wall_banner[facing=north]"
+ },
+ "minecraft:white_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:white_wool"
+ },
+ "minecraft:wither_skeleton_skull": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:wither_skeleton_skull[rotation=0]"
+ },
+ "minecraft:wither_skeleton_wall_skull": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:wither_skeleton_wall_skull[facing=north]"
+ },
+ "minecraft:yellow_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:yellow_banner[rotation=0]"
+ },
+ "minecraft:yellow_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:yellow_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:yellow_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_carpet"
+ },
+ "minecraft:yellow_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_concrete"
+ },
+ "minecraft:yellow_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_concrete_powder"
+ },
+ "minecraft:yellow_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:yellow_glazed_terracotta[facing=north]"
+ },
+ "minecraft:yellow_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:yellow_shulker_box[facing=up]"
+ },
+ "minecraft:yellow_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_stained_glass"
+ },
+ "minecraft:yellow_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:yellow_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_terracotta"
+ },
+ "minecraft:yellow_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:yellow_wall_banner[facing=north]"
+ },
+ "minecraft:yellow_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_wool"
+ },
+ "minecraft:zombie_head": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:zombie_head[rotation=0]"
+ },
+ "minecraft:zombie_wall_head": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:zombie_wall_head[facing=north]"
+ }
+ },
+ "items": [
+ "minecraft:acacia_boat",
+ "minecraft:acacia_button",
+ "minecraft:acacia_door",
+ "minecraft:acacia_fence",
+ "minecraft:acacia_fence_gate",
+ "minecraft:acacia_leaves",
+ "minecraft:acacia_log",
+ "minecraft:acacia_planks",
+ "minecraft:acacia_pressure_plate",
+ "minecraft:acacia_sapling",
+ "minecraft:acacia_slab",
+ "minecraft:acacia_stairs",
+ "minecraft:acacia_trapdoor",
+ "minecraft:acacia_wood",
+ "minecraft:activator_rail",
+ "minecraft:air",
+ "minecraft:allium",
+ "minecraft:andesite",
+ "minecraft:anvil",
+ "minecraft:apple",
+ "minecraft:armor_stand",
+ "minecraft:arrow",
+ "minecraft:azure_bluet",
+ "minecraft:baked_potato",
+ "minecraft:barrier",
+ "minecraft:bat_spawn_egg",
+ "minecraft:beacon",
+ "minecraft:bedrock",
+ "minecraft:beef",
+ "minecraft:beetroot",
+ "minecraft:beetroot_seeds",
+ "minecraft:beetroot_soup",
+ "minecraft:birch_boat",
+ "minecraft:birch_button",
+ "minecraft:birch_door",
+ "minecraft:birch_fence",
+ "minecraft:birch_fence_gate",
+ "minecraft:birch_leaves",
+ "minecraft:birch_log",
+ "minecraft:birch_planks",
+ "minecraft:birch_pressure_plate",
+ "minecraft:birch_sapling",
+ "minecraft:birch_slab",
+ "minecraft:birch_stairs",
+ "minecraft:birch_trapdoor",
+ "minecraft:birch_wood",
+ "minecraft:black_banner",
+ "minecraft:black_bed",
+ "minecraft:black_carpet",
+ "minecraft:black_concrete",
+ "minecraft:black_concrete_powder",
+ "minecraft:black_glazed_terracotta",
+ "minecraft:black_shulker_box",
+ "minecraft:black_stained_glass",
+ "minecraft:black_stained_glass_pane",
+ "minecraft:black_terracotta",
+ "minecraft:black_wool",
+ "minecraft:blaze_powder",
+ "minecraft:blaze_rod",
+ "minecraft:blaze_spawn_egg",
+ "minecraft:blue_banner",
+ "minecraft:blue_bed",
+ "minecraft:blue_carpet",
+ "minecraft:blue_concrete",
+ "minecraft:blue_concrete_powder",
+ "minecraft:blue_glazed_terracotta",
+ "minecraft:blue_ice",
+ "minecraft:blue_orchid",
+ "minecraft:blue_shulker_box",
+ "minecraft:blue_stained_glass",
+ "minecraft:blue_stained_glass_pane",
+ "minecraft:blue_terracotta",
+ "minecraft:blue_wool",
+ "minecraft:bone",
+ "minecraft:bone_block",
+ "minecraft:bone_meal",
+ "minecraft:book",
+ "minecraft:bookshelf",
+ "minecraft:bow",
+ "minecraft:bowl",
+ "minecraft:brain_coral",
+ "minecraft:brain_coral_block",
+ "minecraft:brain_coral_fan",
+ "minecraft:bread",
+ "minecraft:brewing_stand",
+ "minecraft:brick",
+ "minecraft:brick_slab",
+ "minecraft:brick_stairs",
+ "minecraft:bricks",
+ "minecraft:brown_banner",
+ "minecraft:brown_bed",
+ "minecraft:brown_carpet",
+ "minecraft:brown_concrete",
+ "minecraft:brown_concrete_powder",
+ "minecraft:brown_glazed_terracotta",
+ "minecraft:brown_mushroom",
+ "minecraft:brown_mushroom_block",
+ "minecraft:brown_shulker_box",
+ "minecraft:brown_stained_glass",
+ "minecraft:brown_stained_glass_pane",
+ "minecraft:brown_terracotta",
+ "minecraft:brown_wool",
+ "minecraft:bubble_coral",
+ "minecraft:bubble_coral_block",
+ "minecraft:bubble_coral_fan",
+ "minecraft:bucket",
+ "minecraft:cactus",
+ "minecraft:cactus_green",
+ "minecraft:cake",
+ "minecraft:carrot",
+ "minecraft:carrot_on_a_stick",
+ "minecraft:carved_pumpkin",
+ "minecraft:cauldron",
+ "minecraft:cave_spider_spawn_egg",
+ "minecraft:chain_command_block",
+ "minecraft:chainmail_boots",
+ "minecraft:chainmail_chestplate",
+ "minecraft:chainmail_helmet",
+ "minecraft:chainmail_leggings",
+ "minecraft:charcoal",
+ "minecraft:chest",
+ "minecraft:chest_minecart",
+ "minecraft:chicken",
+ "minecraft:chicken_spawn_egg",
+ "minecraft:chipped_anvil",
+ "minecraft:chiseled_quartz_block",
+ "minecraft:chiseled_red_sandstone",
+ "minecraft:chiseled_sandstone",
+ "minecraft:chiseled_stone_bricks",
+ "minecraft:chorus_flower",
+ "minecraft:chorus_fruit",
+ "minecraft:chorus_plant",
+ "minecraft:clay",
+ "minecraft:clay_ball",
+ "minecraft:clock",
+ "minecraft:coal",
+ "minecraft:coal_block",
+ "minecraft:coal_ore",
+ "minecraft:coarse_dirt",
+ "minecraft:cobblestone",
+ "minecraft:cobblestone_slab",
+ "minecraft:cobblestone_stairs",
+ "minecraft:cobblestone_wall",
+ "minecraft:cobweb",
+ "minecraft:cocoa_beans",
+ "minecraft:cod",
+ "minecraft:cod_bucket",
+ "minecraft:cod_spawn_egg",
+ "minecraft:command_block",
+ "minecraft:command_block_minecart",
+ "minecraft:comparator",
+ "minecraft:compass",
+ "minecraft:conduit",
+ "minecraft:cooked_beef",
+ "minecraft:cooked_chicken",
+ "minecraft:cooked_cod",
+ "minecraft:cooked_mutton",
+ "minecraft:cooked_porkchop",
+ "minecraft:cooked_rabbit",
+ "minecraft:cooked_salmon",
+ "minecraft:cookie",
+ "minecraft:cow_spawn_egg",
+ "minecraft:cracked_stone_bricks",
+ "minecraft:crafting_table",
+ "minecraft:creeper_head",
+ "minecraft:creeper_spawn_egg",
+ "minecraft:cut_red_sandstone",
+ "minecraft:cut_sandstone",
+ "minecraft:cyan_banner",
+ "minecraft:cyan_bed",
+ "minecraft:cyan_carpet",
+ "minecraft:cyan_concrete",
+ "minecraft:cyan_concrete_powder",
+ "minecraft:cyan_dye",
+ "minecraft:cyan_glazed_terracotta",
+ "minecraft:cyan_shulker_box",
+ "minecraft:cyan_stained_glass",
+ "minecraft:cyan_stained_glass_pane",
+ "minecraft:cyan_terracotta",
+ "minecraft:cyan_wool",
+ "minecraft:damaged_anvil",
+ "minecraft:dandelion",
+ "minecraft:dandelion_yellow",
+ "minecraft:dark_oak_boat",
+ "minecraft:dark_oak_button",
+ "minecraft:dark_oak_door",
+ "minecraft:dark_oak_fence",
+ "minecraft:dark_oak_fence_gate",
+ "minecraft:dark_oak_leaves",
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_planks",
+ "minecraft:dark_oak_pressure_plate",
+ "minecraft:dark_oak_sapling",
+ "minecraft:dark_oak_slab",
+ "minecraft:dark_oak_stairs",
+ "minecraft:dark_oak_trapdoor",
+ "minecraft:dark_oak_wood",
+ "minecraft:dark_prismarine",
+ "minecraft:dark_prismarine_slab",
+ "minecraft:dark_prismarine_stairs",
+ "minecraft:daylight_detector",
+ "minecraft:dead_brain_coral",
+ "minecraft:dead_brain_coral_block",
+ "minecraft:dead_brain_coral_fan",
+ "minecraft:dead_bubble_coral",
+ "minecraft:dead_bubble_coral_block",
+ "minecraft:dead_bubble_coral_fan",
+ "minecraft:dead_bush",
+ "minecraft:dead_fire_coral",
+ "minecraft:dead_fire_coral_block",
+ "minecraft:dead_fire_coral_fan",
+ "minecraft:dead_horn_coral",
+ "minecraft:dead_horn_coral_block",
+ "minecraft:dead_horn_coral_fan",
+ "minecraft:dead_tube_coral",
+ "minecraft:dead_tube_coral_block",
+ "minecraft:dead_tube_coral_fan",
+ "minecraft:debug_stick",
+ "minecraft:detector_rail",
+ "minecraft:diamond",
+ "minecraft:diamond_axe",
+ "minecraft:diamond_block",
+ "minecraft:diamond_boots",
+ "minecraft:diamond_chestplate",
+ "minecraft:diamond_helmet",
+ "minecraft:diamond_hoe",
+ "minecraft:diamond_horse_armor",
+ "minecraft:diamond_leggings",
+ "minecraft:diamond_ore",
+ "minecraft:diamond_pickaxe",
+ "minecraft:diamond_shovel",
+ "minecraft:diamond_sword",
+ "minecraft:diorite",
+ "minecraft:dirt",
+ "minecraft:dispenser",
+ "minecraft:dolphin_spawn_egg",
+ "minecraft:donkey_spawn_egg",
+ "minecraft:dragon_breath",
+ "minecraft:dragon_egg",
+ "minecraft:dragon_head",
+ "minecraft:dried_kelp",
+ "minecraft:dried_kelp_block",
+ "minecraft:dropper",
+ "minecraft:drowned_spawn_egg",
+ "minecraft:egg",
+ "minecraft:elder_guardian_spawn_egg",
+ "minecraft:elytra",
+ "minecraft:emerald",
+ "minecraft:emerald_block",
+ "minecraft:emerald_ore",
+ "minecraft:enchanted_book",
+ "minecraft:enchanted_golden_apple",
+ "minecraft:enchanting_table",
+ "minecraft:end_crystal",
+ "minecraft:end_portal_frame",
+ "minecraft:end_rod",
+ "minecraft:end_stone",
+ "minecraft:end_stone_bricks",
+ "minecraft:ender_chest",
+ "minecraft:ender_eye",
+ "minecraft:ender_pearl",
+ "minecraft:enderman_spawn_egg",
+ "minecraft:endermite_spawn_egg",
+ "minecraft:evoker_spawn_egg",
+ "minecraft:experience_bottle",
+ "minecraft:farmland",
+ "minecraft:feather",
+ "minecraft:fermented_spider_eye",
+ "minecraft:fern",
+ "minecraft:filled_map",
+ "minecraft:fire_charge",
+ "minecraft:fire_coral",
+ "minecraft:fire_coral_block",
+ "minecraft:fire_coral_fan",
+ "minecraft:firework_rocket",
+ "minecraft:firework_star",
+ "minecraft:fishing_rod",
+ "minecraft:flint",
+ "minecraft:flint_and_steel",
+ "minecraft:flower_pot",
+ "minecraft:furnace",
+ "minecraft:furnace_minecart",
+ "minecraft:ghast_spawn_egg",
+ "minecraft:ghast_tear",
+ "minecraft:glass",
+ "minecraft:glass_bottle",
+ "minecraft:glass_pane",
+ "minecraft:glistering_melon_slice",
+ "minecraft:glowstone",
+ "minecraft:glowstone_dust",
+ "minecraft:gold_block",
+ "minecraft:gold_ingot",
+ "minecraft:gold_nugget",
+ "minecraft:gold_ore",
+ "minecraft:golden_apple",
+ "minecraft:golden_axe",
+ "minecraft:golden_boots",
+ "minecraft:golden_carrot",
+ "minecraft:golden_chestplate",
+ "minecraft:golden_helmet",
+ "minecraft:golden_hoe",
+ "minecraft:golden_horse_armor",
+ "minecraft:golden_leggings",
+ "minecraft:golden_pickaxe",
+ "minecraft:golden_shovel",
+ "minecraft:golden_sword",
+ "minecraft:granite",
+ "minecraft:grass",
+ "minecraft:grass_block",
+ "minecraft:grass_path",
+ "minecraft:gravel",
+ "minecraft:gray_banner",
+ "minecraft:gray_bed",
+ "minecraft:gray_carpet",
+ "minecraft:gray_concrete",
+ "minecraft:gray_concrete_powder",
+ "minecraft:gray_dye",
+ "minecraft:gray_glazed_terracotta",
+ "minecraft:gray_shulker_box",
+ "minecraft:gray_stained_glass",
+ "minecraft:gray_stained_glass_pane",
+ "minecraft:gray_terracotta",
+ "minecraft:gray_wool",
+ "minecraft:green_banner",
+ "minecraft:green_bed",
+ "minecraft:green_carpet",
+ "minecraft:green_concrete",
+ "minecraft:green_concrete_powder",
+ "minecraft:green_glazed_terracotta",
+ "minecraft:green_shulker_box",
+ "minecraft:green_stained_glass",
+ "minecraft:green_stained_glass_pane",
+ "minecraft:green_terracotta",
+ "minecraft:green_wool",
+ "minecraft:guardian_spawn_egg",
+ "minecraft:gunpowder",
+ "minecraft:hay_block",
+ "minecraft:heart_of_the_sea",
+ "minecraft:heavy_weighted_pressure_plate",
+ "minecraft:hopper",
+ "minecraft:hopper_minecart",
+ "minecraft:horn_coral",
+ "minecraft:horn_coral_block",
+ "minecraft:horn_coral_fan",
+ "minecraft:horse_spawn_egg",
+ "minecraft:husk_spawn_egg",
+ "minecraft:ice",
+ "minecraft:infested_chiseled_stone_bricks",
+ "minecraft:infested_cobblestone",
+ "minecraft:infested_cracked_stone_bricks",
+ "minecraft:infested_mossy_stone_bricks",
+ "minecraft:infested_stone",
+ "minecraft:infested_stone_bricks",
+ "minecraft:ink_sac",
+ "minecraft:iron_axe",
+ "minecraft:iron_bars",
+ "minecraft:iron_block",
+ "minecraft:iron_boots",
+ "minecraft:iron_chestplate",
+ "minecraft:iron_door",
+ "minecraft:iron_helmet",
+ "minecraft:iron_hoe",
+ "minecraft:iron_horse_armor",
+ "minecraft:iron_ingot",
+ "minecraft:iron_leggings",
+ "minecraft:iron_nugget",
+ "minecraft:iron_ore",
+ "minecraft:iron_pickaxe",
+ "minecraft:iron_shovel",
+ "minecraft:iron_sword",
+ "minecraft:iron_trapdoor",
+ "minecraft:item_frame",
+ "minecraft:jack_o_lantern",
+ "minecraft:jukebox",
+ "minecraft:jungle_boat",
+ "minecraft:jungle_button",
+ "minecraft:jungle_door",
+ "minecraft:jungle_fence",
+ "minecraft:jungle_fence_gate",
+ "minecraft:jungle_leaves",
+ "minecraft:jungle_log",
+ "minecraft:jungle_planks",
+ "minecraft:jungle_pressure_plate",
+ "minecraft:jungle_sapling",
+ "minecraft:jungle_slab",
+ "minecraft:jungle_stairs",
+ "minecraft:jungle_trapdoor",
+ "minecraft:jungle_wood",
+ "minecraft:kelp",
+ "minecraft:knowledge_book",
+ "minecraft:ladder",
+ "minecraft:lapis_block",
+ "minecraft:lapis_lazuli",
+ "minecraft:lapis_ore",
+ "minecraft:large_fern",
+ "minecraft:lava_bucket",
+ "minecraft:lead",
+ "minecraft:leather",
+ "minecraft:leather_boots",
+ "minecraft:leather_chestplate",
+ "minecraft:leather_helmet",
+ "minecraft:leather_leggings",
+ "minecraft:lever",
+ "minecraft:light_blue_banner",
+ "minecraft:light_blue_bed",
+ "minecraft:light_blue_carpet",
+ "minecraft:light_blue_concrete",
+ "minecraft:light_blue_concrete_powder",
+ "minecraft:light_blue_dye",
+ "minecraft:light_blue_glazed_terracotta",
+ "minecraft:light_blue_shulker_box",
+ "minecraft:light_blue_stained_glass",
+ "minecraft:light_blue_stained_glass_pane",
+ "minecraft:light_blue_terracotta",
+ "minecraft:light_blue_wool",
+ "minecraft:light_gray_banner",
+ "minecraft:light_gray_bed",
+ "minecraft:light_gray_carpet",
+ "minecraft:light_gray_concrete",
+ "minecraft:light_gray_concrete_powder",
+ "minecraft:light_gray_dye",
+ "minecraft:light_gray_glazed_terracotta",
+ "minecraft:light_gray_shulker_box",
+ "minecraft:light_gray_stained_glass",
+ "minecraft:light_gray_stained_glass_pane",
+ "minecraft:light_gray_terracotta",
+ "minecraft:light_gray_wool",
+ "minecraft:light_weighted_pressure_plate",
+ "minecraft:lilac",
+ "minecraft:lily_pad",
+ "minecraft:lime_banner",
+ "minecraft:lime_bed",
+ "minecraft:lime_carpet",
+ "minecraft:lime_concrete",
+ "minecraft:lime_concrete_powder",
+ "minecraft:lime_dye",
+ "minecraft:lime_glazed_terracotta",
+ "minecraft:lime_shulker_box",
+ "minecraft:lime_stained_glass",
+ "minecraft:lime_stained_glass_pane",
+ "minecraft:lime_terracotta",
+ "minecraft:lime_wool",
+ "minecraft:lingering_potion",
+ "minecraft:llama_spawn_egg",
+ "minecraft:magenta_banner",
+ "minecraft:magenta_bed",
+ "minecraft:magenta_carpet",
+ "minecraft:magenta_concrete",
+ "minecraft:magenta_concrete_powder",
+ "minecraft:magenta_dye",
+ "minecraft:magenta_glazed_terracotta",
+ "minecraft:magenta_shulker_box",
+ "minecraft:magenta_stained_glass",
+ "minecraft:magenta_stained_glass_pane",
+ "minecraft:magenta_terracotta",
+ "minecraft:magenta_wool",
+ "minecraft:magma_block",
+ "minecraft:magma_cream",
+ "minecraft:magma_cube_spawn_egg",
+ "minecraft:map",
+ "minecraft:melon",
+ "minecraft:melon_seeds",
+ "minecraft:melon_slice",
+ "minecraft:milk_bucket",
+ "minecraft:minecart",
+ "minecraft:mooshroom_spawn_egg",
+ "minecraft:mossy_cobblestone",
+ "minecraft:mossy_cobblestone_wall",
+ "minecraft:mossy_stone_bricks",
+ "minecraft:mule_spawn_egg",
+ "minecraft:mushroom_stem",
+ "minecraft:mushroom_stew",
+ "minecraft:music_disc_11",
+ "minecraft:music_disc_13",
+ "minecraft:music_disc_blocks",
+ "minecraft:music_disc_cat",
+ "minecraft:music_disc_chirp",
+ "minecraft:music_disc_far",
+ "minecraft:music_disc_mall",
+ "minecraft:music_disc_mellohi",
+ "minecraft:music_disc_stal",
+ "minecraft:music_disc_strad",
+ "minecraft:music_disc_wait",
+ "minecraft:music_disc_ward",
+ "minecraft:mutton",
+ "minecraft:mycelium",
+ "minecraft:name_tag",
+ "minecraft:nautilus_shell",
+ "minecraft:nether_brick",
+ "minecraft:nether_brick_fence",
+ "minecraft:nether_brick_slab",
+ "minecraft:nether_brick_stairs",
+ "minecraft:nether_bricks",
+ "minecraft:nether_quartz_ore",
+ "minecraft:nether_star",
+ "minecraft:nether_wart",
+ "minecraft:nether_wart_block",
+ "minecraft:netherrack",
+ "minecraft:note_block",
+ "minecraft:oak_boat",
+ "minecraft:oak_button",
+ "minecraft:oak_door",
+ "minecraft:oak_fence",
+ "minecraft:oak_fence_gate",
+ "minecraft:oak_leaves",
+ "minecraft:oak_log",
+ "minecraft:oak_planks",
+ "minecraft:oak_pressure_plate",
+ "minecraft:oak_sapling",
+ "minecraft:oak_slab",
+ "minecraft:oak_stairs",
+ "minecraft:oak_trapdoor",
+ "minecraft:oak_wood",
+ "minecraft:observer",
+ "minecraft:obsidian",
+ "minecraft:ocelot_spawn_egg",
+ "minecraft:orange_banner",
+ "minecraft:orange_bed",
+ "minecraft:orange_carpet",
+ "minecraft:orange_concrete",
+ "minecraft:orange_concrete_powder",
+ "minecraft:orange_dye",
+ "minecraft:orange_glazed_terracotta",
+ "minecraft:orange_shulker_box",
+ "minecraft:orange_stained_glass",
+ "minecraft:orange_stained_glass_pane",
+ "minecraft:orange_terracotta",
+ "minecraft:orange_tulip",
+ "minecraft:orange_wool",
+ "minecraft:oxeye_daisy",
+ "minecraft:packed_ice",
+ "minecraft:painting",
+ "minecraft:paper",
+ "minecraft:parrot_spawn_egg",
+ "minecraft:peony",
+ "minecraft:petrified_oak_slab",
+ "minecraft:phantom_membrane",
+ "minecraft:phantom_spawn_egg",
+ "minecraft:pig_spawn_egg",
+ "minecraft:pink_banner",
+ "minecraft:pink_bed",
+ "minecraft:pink_carpet",
+ "minecraft:pink_concrete",
+ "minecraft:pink_concrete_powder",
+ "minecraft:pink_dye",
+ "minecraft:pink_glazed_terracotta",
+ "minecraft:pink_shulker_box",
+ "minecraft:pink_stained_glass",
+ "minecraft:pink_stained_glass_pane",
+ "minecraft:pink_terracotta",
+ "minecraft:pink_tulip",
+ "minecraft:pink_wool",
+ "minecraft:piston",
+ "minecraft:player_head",
+ "minecraft:podzol",
+ "minecraft:poisonous_potato",
+ "minecraft:polar_bear_spawn_egg",
+ "minecraft:polished_andesite",
+ "minecraft:polished_diorite",
+ "minecraft:polished_granite",
+ "minecraft:popped_chorus_fruit",
+ "minecraft:poppy",
+ "minecraft:porkchop",
+ "minecraft:potato",
+ "minecraft:potion",
+ "minecraft:powered_rail",
+ "minecraft:prismarine",
+ "minecraft:prismarine_brick_slab",
+ "minecraft:prismarine_brick_stairs",
+ "minecraft:prismarine_bricks",
+ "minecraft:prismarine_crystals",
+ "minecraft:prismarine_shard",
+ "minecraft:prismarine_slab",
+ "minecraft:prismarine_stairs",
+ "minecraft:pufferfish",
+ "minecraft:pufferfish_bucket",
+ "minecraft:pufferfish_spawn_egg",
+ "minecraft:pumpkin",
+ "minecraft:pumpkin_pie",
+ "minecraft:pumpkin_seeds",
+ "minecraft:purple_banner",
+ "minecraft:purple_bed",
+ "minecraft:purple_carpet",
+ "minecraft:purple_concrete",
+ "minecraft:purple_concrete_powder",
+ "minecraft:purple_dye",
+ "minecraft:purple_glazed_terracotta",
+ "minecraft:purple_shulker_box",
+ "minecraft:purple_stained_glass",
+ "minecraft:purple_stained_glass_pane",
+ "minecraft:purple_terracotta",
+ "minecraft:purple_wool",
+ "minecraft:purpur_block",
+ "minecraft:purpur_pillar",
+ "minecraft:purpur_slab",
+ "minecraft:purpur_stairs",
+ "minecraft:quartz",
+ "minecraft:quartz_block",
+ "minecraft:quartz_pillar",
+ "minecraft:quartz_slab",
+ "minecraft:quartz_stairs",
+ "minecraft:rabbit",
+ "minecraft:rabbit_foot",
+ "minecraft:rabbit_hide",
+ "minecraft:rabbit_spawn_egg",
+ "minecraft:rabbit_stew",
+ "minecraft:rail",
+ "minecraft:red_banner",
+ "minecraft:red_bed",
+ "minecraft:red_carpet",
+ "minecraft:red_concrete",
+ "minecraft:red_concrete_powder",
+ "minecraft:red_glazed_terracotta",
+ "minecraft:red_mushroom",
+ "minecraft:red_mushroom_block",
+ "minecraft:red_nether_bricks",
+ "minecraft:red_sand",
+ "minecraft:red_sandstone",
+ "minecraft:red_sandstone_slab",
+ "minecraft:red_sandstone_stairs",
+ "minecraft:red_shulker_box",
+ "minecraft:red_stained_glass",
+ "minecraft:red_stained_glass_pane",
+ "minecraft:red_terracotta",
+ "minecraft:red_tulip",
+ "minecraft:red_wool",
+ "minecraft:redstone",
+ "minecraft:redstone_block",
+ "minecraft:redstone_lamp",
+ "minecraft:redstone_ore",
+ "minecraft:redstone_torch",
+ "minecraft:repeater",
+ "minecraft:repeating_command_block",
+ "minecraft:rose_bush",
+ "minecraft:rose_red",
+ "minecraft:rotten_flesh",
+ "minecraft:saddle",
+ "minecraft:salmon",
+ "minecraft:salmon_bucket",
+ "minecraft:salmon_spawn_egg",
+ "minecraft:sand",
+ "minecraft:sandstone",
+ "minecraft:sandstone_slab",
+ "minecraft:sandstone_stairs",
+ "minecraft:scute",
+ "minecraft:sea_lantern",
+ "minecraft:sea_pickle",
+ "minecraft:seagrass",
+ "minecraft:shears",
+ "minecraft:sheep_spawn_egg",
+ "minecraft:shield",
+ "minecraft:shulker_box",
+ "minecraft:shulker_shell",
+ "minecraft:shulker_spawn_egg",
+ "minecraft:sign",
+ "minecraft:silverfish_spawn_egg",
+ "minecraft:skeleton_horse_spawn_egg",
+ "minecraft:skeleton_skull",
+ "minecraft:skeleton_spawn_egg",
+ "minecraft:slime_ball",
+ "minecraft:slime_block",
+ "minecraft:slime_spawn_egg",
+ "minecraft:smooth_quartz",
+ "minecraft:smooth_red_sandstone",
+ "minecraft:smooth_sandstone",
+ "minecraft:smooth_stone",
+ "minecraft:snow",
+ "minecraft:snow_block",
+ "minecraft:snowball",
+ "minecraft:soul_sand",
+ "minecraft:spawner",
+ "minecraft:spectral_arrow",
+ "minecraft:spider_eye",
+ "minecraft:spider_spawn_egg",
+ "minecraft:splash_potion",
+ "minecraft:sponge",
+ "minecraft:spruce_boat",
+ "minecraft:spruce_button",
+ "minecraft:spruce_door",
+ "minecraft:spruce_fence",
+ "minecraft:spruce_fence_gate",
+ "minecraft:spruce_leaves",
+ "minecraft:spruce_log",
+ "minecraft:spruce_planks",
+ "minecraft:spruce_pressure_plate",
+ "minecraft:spruce_sapling",
+ "minecraft:spruce_slab",
+ "minecraft:spruce_stairs",
+ "minecraft:spruce_trapdoor",
+ "minecraft:spruce_wood",
+ "minecraft:squid_spawn_egg",
+ "minecraft:stick",
+ "minecraft:sticky_piston",
+ "minecraft:stone",
+ "minecraft:stone_axe",
+ "minecraft:stone_brick_slab",
+ "minecraft:stone_brick_stairs",
+ "minecraft:stone_bricks",
+ "minecraft:stone_button",
+ "minecraft:stone_hoe",
+ "minecraft:stone_pickaxe",
+ "minecraft:stone_pressure_plate",
+ "minecraft:stone_shovel",
+ "minecraft:stone_slab",
+ "minecraft:stone_sword",
+ "minecraft:stray_spawn_egg",
+ "minecraft:string",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood",
+ "minecraft:structure_block",
+ "minecraft:structure_void",
+ "minecraft:sugar",
+ "minecraft:sugar_cane",
+ "minecraft:sunflower",
+ "minecraft:tall_grass",
+ "minecraft:terracotta",
+ "minecraft:tipped_arrow",
+ "minecraft:tnt",
+ "minecraft:tnt_minecart",
+ "minecraft:torch",
+ "minecraft:totem_of_undying",
+ "minecraft:trapped_chest",
+ "minecraft:trident",
+ "minecraft:tripwire_hook",
+ "minecraft:tropical_fish",
+ "minecraft:tropical_fish_bucket",
+ "minecraft:tropical_fish_spawn_egg",
+ "minecraft:tube_coral",
+ "minecraft:tube_coral_block",
+ "minecraft:tube_coral_fan",
+ "minecraft:turtle_egg",
+ "minecraft:turtle_helmet",
+ "minecraft:turtle_spawn_egg",
+ "minecraft:vex_spawn_egg",
+ "minecraft:villager_spawn_egg",
+ "minecraft:vindicator_spawn_egg",
+ "minecraft:vine",
+ "minecraft:water_bucket",
+ "minecraft:wet_sponge",
+ "minecraft:wheat",
+ "minecraft:wheat_seeds",
+ "minecraft:white_banner",
+ "minecraft:white_bed",
+ "minecraft:white_carpet",
+ "minecraft:white_concrete",
+ "minecraft:white_concrete_powder",
+ "minecraft:white_glazed_terracotta",
+ "minecraft:white_shulker_box",
+ "minecraft:white_stained_glass",
+ "minecraft:white_stained_glass_pane",
+ "minecraft:white_terracotta",
+ "minecraft:white_tulip",
+ "minecraft:white_wool",
+ "minecraft:witch_spawn_egg",
+ "minecraft:wither_skeleton_skull",
+ "minecraft:wither_skeleton_spawn_egg",
+ "minecraft:wolf_spawn_egg",
+ "minecraft:wooden_axe",
+ "minecraft:wooden_hoe",
+ "minecraft:wooden_pickaxe",
+ "minecraft:wooden_shovel",
+ "minecraft:wooden_sword",
+ "minecraft:writable_book",
+ "minecraft:written_book",
+ "minecraft:yellow_banner",
+ "minecraft:yellow_bed",
+ "minecraft:yellow_carpet",
+ "minecraft:yellow_concrete",
+ "minecraft:yellow_concrete_powder",
+ "minecraft:yellow_glazed_terracotta",
+ "minecraft:yellow_shulker_box",
+ "minecraft:yellow_stained_glass",
+ "minecraft:yellow_stained_glass_pane",
+ "minecraft:yellow_terracotta",
+ "minecraft:yellow_wool",
+ "minecraft:zombie_head",
+ "minecraft:zombie_horse_spawn_egg",
+ "minecraft:zombie_pigman_spawn_egg",
+ "minecraft:zombie_spawn_egg",
+ "minecraft:zombie_villager_spawn_egg"
+ ],
+ "entities": [
+ "minecraft:area_effect_cloud",
+ "minecraft:armor_stand",
+ "minecraft:arrow",
+ "minecraft:bat",
+ "minecraft:blaze",
+ "minecraft:boat",
+ "minecraft:cave_spider",
+ "minecraft:chest_minecart",
+ "minecraft:chicken",
+ "minecraft:cod",
+ "minecraft:command_block_minecart",
+ "minecraft:cow",
+ "minecraft:creeper",
+ "minecraft:dolphin",
+ "minecraft:donkey",
+ "minecraft:dragon_fireball",
+ "minecraft:drowned",
+ "minecraft:egg",
+ "minecraft:elder_guardian",
+ "minecraft:end_crystal",
+ "minecraft:ender_dragon",
+ "minecraft:ender_pearl",
+ "minecraft:enderman",
+ "minecraft:endermite",
+ "minecraft:evoker",
+ "minecraft:evoker_fangs",
+ "minecraft:experience_bottle",
+ "minecraft:experience_orb",
+ "minecraft:eye_of_ender",
+ "minecraft:falling_block",
+ "minecraft:fireball",
+ "minecraft:firework_rocket",
+ "minecraft:fishing_bobber",
+ "minecraft:furnace_minecart",
+ "minecraft:ghast",
+ "minecraft:giant",
+ "minecraft:guardian",
+ "minecraft:hopper_minecart",
+ "minecraft:horse",
+ "minecraft:husk",
+ "minecraft:illusioner",
+ "minecraft:iron_golem",
+ "minecraft:item",
+ "minecraft:item_frame",
+ "minecraft:leash_knot",
+ "minecraft:lightning_bolt",
+ "minecraft:llama",
+ "minecraft:llama_spit",
+ "minecraft:magma_cube",
+ "minecraft:minecart",
+ "minecraft:mooshroom",
+ "minecraft:mule",
+ "minecraft:ocelot",
+ "minecraft:painting",
+ "minecraft:parrot",
+ "minecraft:phantom",
+ "minecraft:pig",
+ "minecraft:player",
+ "minecraft:polar_bear",
+ "minecraft:potion",
+ "minecraft:pufferfish",
+ "minecraft:rabbit",
+ "minecraft:salmon",
+ "minecraft:sheep",
+ "minecraft:shulker",
+ "minecraft:shulker_bullet",
+ "minecraft:silverfish",
+ "minecraft:skeleton",
+ "minecraft:skeleton_horse",
+ "minecraft:slime",
+ "minecraft:small_fireball",
+ "minecraft:snow_golem",
+ "minecraft:snowball",
+ "minecraft:spawner_minecart",
+ "minecraft:spectral_arrow",
+ "minecraft:spider",
+ "minecraft:squid",
+ "minecraft:stray",
+ "minecraft:tnt",
+ "minecraft:tnt_minecart",
+ "minecraft:trident",
+ "minecraft:tropical_fish",
+ "minecraft:turtle",
+ "minecraft:vex",
+ "minecraft:villager",
+ "minecraft:vindicator",
+ "minecraft:witch",
+ "minecraft:wither",
+ "minecraft:wither_skeleton",
+ "minecraft:wither_skull",
+ "minecraft:wolf",
+ "minecraft:zombie",
+ "minecraft:zombie_horse",
+ "minecraft:zombie_pigman",
+ "minecraft:zombie_villager"
+ ],
+ "biomes": [
+ "minecraft:badlands",
+ "minecraft:badlands_plateau",
+ "minecraft:beach",
+ "minecraft:birch_forest",
+ "minecraft:birch_forest_hills",
+ "minecraft:cold_ocean",
+ "minecraft:dark_forest",
+ "minecraft:dark_forest_hills",
+ "minecraft:deep_cold_ocean",
+ "minecraft:deep_frozen_ocean",
+ "minecraft:deep_lukewarm_ocean",
+ "minecraft:deep_ocean",
+ "minecraft:deep_warm_ocean",
+ "minecraft:desert",
+ "minecraft:desert_hills",
+ "minecraft:desert_lakes",
+ "minecraft:end_barrens",
+ "minecraft:end_highlands",
+ "minecraft:end_midlands",
+ "minecraft:eroded_badlands",
+ "minecraft:flower_forest",
+ "minecraft:forest",
+ "minecraft:frozen_ocean",
+ "minecraft:frozen_river",
+ "minecraft:giant_spruce_taiga",
+ "minecraft:giant_spruce_taiga_hills",
+ "minecraft:giant_tree_taiga",
+ "minecraft:giant_tree_taiga_hills",
+ "minecraft:gravelly_mountains",
+ "minecraft:ice_spikes",
+ "minecraft:jungle",
+ "minecraft:jungle_edge",
+ "minecraft:jungle_hills",
+ "minecraft:lukewarm_ocean",
+ "minecraft:modified_badlands_plateau",
+ "minecraft:modified_gravelly_mountains",
+ "minecraft:modified_jungle",
+ "minecraft:modified_jungle_edge",
+ "minecraft:modified_wooded_badlands_plateau",
+ "minecraft:mountain_edge",
+ "minecraft:mountains",
+ "minecraft:mushroom_field_shore",
+ "minecraft:mushroom_fields",
+ "minecraft:nether",
+ "minecraft:ocean",
+ "minecraft:plains",
+ "minecraft:river",
+ "minecraft:savanna",
+ "minecraft:savanna_plateau",
+ "minecraft:shattered_savanna",
+ "minecraft:shattered_savanna_plateau",
+ "minecraft:small_end_islands",
+ "minecraft:snowy_beach",
+ "minecraft:snowy_mountains",
+ "minecraft:snowy_taiga",
+ "minecraft:snowy_taiga_hills",
+ "minecraft:snowy_taiga_mountains",
+ "minecraft:snowy_tundra",
+ "minecraft:stone_shore",
+ "minecraft:sunflower_plains",
+ "minecraft:swamp",
+ "minecraft:swamp_hills",
+ "minecraft:taiga",
+ "minecraft:taiga_hills",
+ "minecraft:taiga_mountains",
+ "minecraft:tall_birch_forest",
+ "minecraft:tall_birch_hills",
+ "minecraft:the_end",
+ "minecraft:the_void",
+ "minecraft:warm_ocean",
+ "minecraft:wooded_badlands_plateau",
+ "minecraft:wooded_hills",
+ "minecraft:wooded_mountains"
+ ],
+ "blocktags": {
+ "minecraft:wool": [
+ "minecraft:white_wool",
+ "minecraft:orange_wool",
+ "minecraft:magenta_wool",
+ "minecraft:light_blue_wool",
+ "minecraft:yellow_wool",
+ "minecraft:lime_wool",
+ "minecraft:pink_wool",
+ "minecraft:gray_wool",
+ "minecraft:light_gray_wool",
+ "minecraft:cyan_wool",
+ "minecraft:purple_wool",
+ "minecraft:blue_wool",
+ "minecraft:brown_wool",
+ "minecraft:green_wool",
+ "minecraft:red_wool",
+ "minecraft:black_wool"
+ ],
+ "minecraft:planks": [
+ "minecraft:oak_planks",
+ "minecraft:spruce_planks",
+ "minecraft:birch_planks",
+ "minecraft:jungle_planks",
+ "minecraft:acacia_planks",
+ "minecraft:dark_oak_planks"
+ ],
+ "minecraft:stone_bricks": [
+ "minecraft:stone_bricks",
+ "minecraft:mossy_stone_bricks",
+ "minecraft:cracked_stone_bricks",
+ "minecraft:chiseled_stone_bricks"
+ ],
+ "minecraft:wooden_buttons": [
+ "minecraft:oak_button",
+ "minecraft:spruce_button",
+ "minecraft:birch_button",
+ "minecraft:jungle_button",
+ "minecraft:acacia_button",
+ "minecraft:dark_oak_button"
+ ],
+ "minecraft:buttons": [
+ "minecraft:stone_button",
+ "minecraft:oak_button",
+ "minecraft:spruce_button",
+ "minecraft:birch_button",
+ "minecraft:jungle_button",
+ "minecraft:acacia_button",
+ "minecraft:dark_oak_button"
+ ],
+ "minecraft:carpets": [
+ "minecraft:white_carpet",
+ "minecraft:orange_carpet",
+ "minecraft:magenta_carpet",
+ "minecraft:light_blue_carpet",
+ "minecraft:yellow_carpet",
+ "minecraft:lime_carpet",
+ "minecraft:pink_carpet",
+ "minecraft:gray_carpet",
+ "minecraft:light_gray_carpet",
+ "minecraft:cyan_carpet",
+ "minecraft:purple_carpet",
+ "minecraft:blue_carpet",
+ "minecraft:brown_carpet",
+ "minecraft:green_carpet",
+ "minecraft:red_carpet",
+ "minecraft:black_carpet"
+ ],
+ "minecraft:wooden_doors": [
+ "minecraft:oak_door",
+ "minecraft:spruce_door",
+ "minecraft:birch_door",
+ "minecraft:jungle_door",
+ "minecraft:acacia_door",
+ "minecraft:dark_oak_door"
+ ],
+ "minecraft:wooden_stairs": [
+ "minecraft:oak_stairs",
+ "minecraft:spruce_stairs",
+ "minecraft:birch_stairs",
+ "minecraft:jungle_stairs",
+ "minecraft:acacia_stairs",
+ "minecraft:dark_oak_stairs"
+ ],
+ "minecraft:wooden_slabs": [
+ "minecraft:oak_slab",
+ "minecraft:spruce_slab",
+ "minecraft:birch_slab",
+ "minecraft:jungle_slab",
+ "minecraft:acacia_slab",
+ "minecraft:dark_oak_slab"
+ ],
+ "minecraft:doors": [
+ "minecraft:iron_door",
+ "minecraft:oak_door",
+ "minecraft:spruce_door",
+ "minecraft:birch_door",
+ "minecraft:jungle_door",
+ "minecraft:acacia_door",
+ "minecraft:dark_oak_door"
+ ],
+ "minecraft:saplings": [
+ "minecraft:oak_sapling",
+ "minecraft:spruce_sapling",
+ "minecraft:birch_sapling",
+ "minecraft:jungle_sapling",
+ "minecraft:acacia_sapling",
+ "minecraft:dark_oak_sapling"
+ ],
+ "minecraft:dark_oak_logs": [
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_wood",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood"
+ ],
+ "minecraft:oak_logs": [
+ "minecraft:oak_log",
+ "minecraft:oak_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood"
+ ],
+ "minecraft:acacia_logs": [
+ "minecraft:acacia_log",
+ "minecraft:acacia_wood",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood"
+ ],
+ "minecraft:birch_logs": [
+ "minecraft:birch_log",
+ "minecraft:birch_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood"
+ ],
+ "minecraft:jungle_logs": [
+ "minecraft:jungle_log",
+ "minecraft:jungle_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood"
+ ],
+ "minecraft:spruce_logs": [
+ "minecraft:spruce_log",
+ "minecraft:spruce_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood"
+ ],
+ "minecraft:anvil": [
+ "minecraft:anvil",
+ "minecraft:chipped_anvil",
+ "minecraft:damaged_anvil"
+ ],
+ "minecraft:enderman_holdable": [
+ "minecraft:grass_block",
+ "minecraft:dirt",
+ "minecraft:coarse_dirt",
+ "minecraft:podzol",
+ "minecraft:sand",
+ "minecraft:red_sand",
+ "minecraft:gravel",
+ "minecraft:dandelion",
+ "minecraft:poppy",
+ "minecraft:blue_orchid",
+ "minecraft:allium",
+ "minecraft:azure_bluet",
+ "minecraft:red_tulip",
+ "minecraft:orange_tulip",
+ "minecraft:white_tulip",
+ "minecraft:pink_tulip",
+ "minecraft:oxeye_daisy",
+ "minecraft:brown_mushroom",
+ "minecraft:red_mushroom",
+ "minecraft:tnt",
+ "minecraft:cactus",
+ "minecraft:clay",
+ "minecraft:pumpkin",
+ "minecraft:carved_pumpkin",
+ "minecraft:melon",
+ "minecraft:mycelium",
+ "minecraft:netherrack"
+ ],
+ "minecraft:flower_pots": [
+ "minecraft:flower_pot",
+ "minecraft:potted_poppy",
+ "minecraft:potted_blue_orchid",
+ "minecraft:potted_allium",
+ "minecraft:potted_azure_bluet",
+ "minecraft:potted_red_tulip",
+ "minecraft:potted_orange_tulip",
+ "minecraft:potted_white_tulip",
+ "minecraft:potted_pink_tulip",
+ "minecraft:potted_oxeye_daisy",
+ "minecraft:potted_dandelion",
+ "minecraft:potted_oak_sapling",
+ "minecraft:potted_spruce_sapling",
+ "minecraft:potted_birch_sapling",
+ "minecraft:potted_jungle_sapling",
+ "minecraft:potted_acacia_sapling",
+ "minecraft:potted_dark_oak_sapling",
+ "minecraft:potted_red_mushroom",
+ "minecraft:potted_brown_mushroom",
+ "minecraft:potted_dead_bush",
+ "minecraft:potted_fern",
+ "minecraft:potted_cactus"
+ ],
+ "minecraft:banners": [
+ "minecraft:white_banner",
+ "minecraft:orange_banner",
+ "minecraft:magenta_banner",
+ "minecraft:light_blue_banner",
+ "minecraft:yellow_banner",
+ "minecraft:lime_banner",
+ "minecraft:pink_banner",
+ "minecraft:gray_banner",
+ "minecraft:light_gray_banner",
+ "minecraft:cyan_banner",
+ "minecraft:purple_banner",
+ "minecraft:blue_banner",
+ "minecraft:brown_banner",
+ "minecraft:green_banner",
+ "minecraft:red_banner",
+ "minecraft:black_banner",
+ "minecraft:white_wall_banner",
+ "minecraft:orange_wall_banner",
+ "minecraft:magenta_wall_banner",
+ "minecraft:light_blue_wall_banner",
+ "minecraft:yellow_wall_banner",
+ "minecraft:lime_wall_banner",
+ "minecraft:pink_wall_banner",
+ "minecraft:gray_wall_banner",
+ "minecraft:light_gray_wall_banner",
+ "minecraft:cyan_wall_banner",
+ "minecraft:purple_wall_banner",
+ "minecraft:blue_wall_banner",
+ "minecraft:brown_wall_banner",
+ "minecraft:green_wall_banner",
+ "minecraft:red_wall_banner",
+ "minecraft:black_wall_banner"
+ ],
+ "minecraft:wooden_pressure_plates": [
+ "minecraft:oak_pressure_plate",
+ "minecraft:spruce_pressure_plate",
+ "minecraft:birch_pressure_plate",
+ "minecraft:jungle_pressure_plate",
+ "minecraft:acacia_pressure_plate",
+ "minecraft:dark_oak_pressure_plate"
+ ],
+ "minecraft:stairs": [
+ "minecraft:oak_stairs",
+ "minecraft:cobblestone_stairs",
+ "minecraft:spruce_stairs",
+ "minecraft:sandstone_stairs",
+ "minecraft:acacia_stairs",
+ "minecraft:jungle_stairs",
+ "minecraft:birch_stairs",
+ "minecraft:dark_oak_stairs",
+ "minecraft:nether_brick_stairs",
+ "minecraft:stone_brick_stairs",
+ "minecraft:brick_stairs",
+ "minecraft:purpur_stairs",
+ "minecraft:quartz_stairs",
+ "minecraft:red_sandstone_stairs",
+ "minecraft:prismarine_brick_stairs",
+ "minecraft:prismarine_stairs",
+ "minecraft:dark_prismarine_stairs"
+ ],
+ "minecraft:slabs": [
+ "minecraft:stone_slab",
+ "minecraft:stone_brick_slab",
+ "minecraft:sandstone_slab",
+ "minecraft:acacia_slab",
+ "minecraft:birch_slab",
+ "minecraft:dark_oak_slab",
+ "minecraft:jungle_slab",
+ "minecraft:oak_slab",
+ "minecraft:spruce_slab",
+ "minecraft:purpur_slab",
+ "minecraft:quartz_slab",
+ "minecraft:red_sandstone_slab",
+ "minecraft:brick_slab",
+ "minecraft:cobblestone_slab",
+ "minecraft:nether_brick_slab",
+ "minecraft:petrified_oak_slab",
+ "minecraft:prismarine_slab",
+ "minecraft:prismarine_brick_slab",
+ "minecraft:dark_prismarine_slab"
+ ],
+ "minecraft:coral_plants": [
+ "minecraft:tube_coral",
+ "minecraft:brain_coral",
+ "minecraft:bubble_coral",
+ "minecraft:fire_coral",
+ "minecraft:horn_coral"
+ ],
+ "minecraft:corals": [
+ "minecraft:tube_coral_fan",
+ "minecraft:brain_coral_fan",
+ "minecraft:bubble_coral_fan",
+ "minecraft:fire_coral_fan",
+ "minecraft:horn_coral_fan",
+ "minecraft:tube_coral",
+ "minecraft:brain_coral",
+ "minecraft:bubble_coral",
+ "minecraft:fire_coral",
+ "minecraft:horn_coral"
+ ],
+ "minecraft:wall_corals": [
+ "minecraft:tube_coral_wall_fan",
+ "minecraft:brain_coral_wall_fan",
+ "minecraft:bubble_coral_wall_fan",
+ "minecraft:fire_coral_wall_fan",
+ "minecraft:horn_coral_wall_fan"
+ ],
+ "minecraft:sand": [
+ "minecraft:sand",
+ "minecraft:red_sand"
+ ],
+ "minecraft:rails": [
+ "minecraft:rail",
+ "minecraft:powered_rail",
+ "minecraft:detector_rail",
+ "minecraft:activator_rail"
+ ],
+ "minecraft:coral_blocks": [
+ "minecraft:tube_coral_block",
+ "minecraft:brain_coral_block",
+ "minecraft:bubble_coral_block",
+ "minecraft:fire_coral_block",
+ "minecraft:horn_coral_block"
+ ],
+ "minecraft:ice": [
+ "minecraft:ice",
+ "minecraft:packed_ice",
+ "minecraft:blue_ice",
+ "minecraft:frosted_ice"
+ ],
+ "minecraft:valid_spawn": [
+ "minecraft:grass_block",
+ "minecraft:podzol"
+ ],
+ "minecraft:leaves": [
+ "minecraft:jungle_leaves",
+ "minecraft:oak_leaves",
+ "minecraft:spruce_leaves",
+ "minecraft:dark_oak_leaves",
+ "minecraft:acacia_leaves",
+ "minecraft:birch_leaves"
+ ],
+ "minecraft:impermeable": [
+ "minecraft:glass",
+ "minecraft:white_stained_glass",
+ "minecraft:orange_stained_glass",
+ "minecraft:magenta_stained_glass",
+ "minecraft:light_blue_stained_glass",
+ "minecraft:yellow_stained_glass",
+ "minecraft:lime_stained_glass",
+ "minecraft:pink_stained_glass",
+ "minecraft:gray_stained_glass",
+ "minecraft:light_gray_stained_glass",
+ "minecraft:cyan_stained_glass",
+ "minecraft:purple_stained_glass",
+ "minecraft:blue_stained_glass",
+ "minecraft:brown_stained_glass",
+ "minecraft:green_stained_glass",
+ "minecraft:red_stained_glass",
+ "minecraft:black_stained_glass"
+ ],
+ "minecraft:wooden_trapdoors": [
+ "minecraft:acacia_trapdoor",
+ "minecraft:birch_trapdoor",
+ "minecraft:dark_oak_trapdoor",
+ "minecraft:jungle_trapdoor",
+ "minecraft:oak_trapdoor",
+ "minecraft:spruce_trapdoor"
+ ],
+ "minecraft:trapdoors": [
+ "minecraft:iron_trapdoor",
+ "minecraft:acacia_trapdoor",
+ "minecraft:birch_trapdoor",
+ "minecraft:dark_oak_trapdoor",
+ "minecraft:jungle_trapdoor",
+ "minecraft:oak_trapdoor",
+ "minecraft:spruce_trapdoor"
+ ],
+ "minecraft:underwater_bonemeals": [
+ "minecraft:seagrass",
+ "minecraft:tube_coral_fan",
+ "minecraft:brain_coral_fan",
+ "minecraft:bubble_coral_fan",
+ "minecraft:fire_coral_fan",
+ "minecraft:horn_coral_fan",
+ "minecraft:tube_coral",
+ "minecraft:brain_coral",
+ "minecraft:bubble_coral",
+ "minecraft:fire_coral",
+ "minecraft:horn_coral",
+ "minecraft:tube_coral_wall_fan",
+ "minecraft:brain_coral_wall_fan",
+ "minecraft:bubble_coral_wall_fan",
+ "minecraft:fire_coral_wall_fan",
+ "minecraft:horn_coral_wall_fan"
+ ],
+ "minecraft:logs": [
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_wood",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood",
+ "minecraft:oak_log",
+ "minecraft:oak_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood",
+ "minecraft:acacia_log",
+ "minecraft:acacia_wood",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood",
+ "minecraft:birch_log",
+ "minecraft:birch_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood",
+ "minecraft:jungle_log",
+ "minecraft:jungle_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood",
+ "minecraft:spruce_log",
+ "minecraft:spruce_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood"
+ ]
+ },
+ "itemtags": {
+ "minecraft:banners": [
+ "minecraft:white_banner",
+ "minecraft:orange_banner",
+ "minecraft:magenta_banner",
+ "minecraft:light_blue_banner",
+ "minecraft:yellow_banner",
+ "minecraft:lime_banner",
+ "minecraft:pink_banner",
+ "minecraft:gray_banner",
+ "minecraft:light_gray_banner",
+ "minecraft:cyan_banner",
+ "minecraft:purple_banner",
+ "minecraft:blue_banner",
+ "minecraft:brown_banner",
+ "minecraft:green_banner",
+ "minecraft:red_banner",
+ "minecraft:black_banner"
+ ],
+ "minecraft:boats": [
+ "minecraft:oak_boat",
+ "minecraft:spruce_boat",
+ "minecraft:birch_boat",
+ "minecraft:jungle_boat",
+ "minecraft:acacia_boat",
+ "minecraft:dark_oak_boat"
+ ],
+ "minecraft:fishes": [
+ "minecraft:cod",
+ "minecraft:cooked_cod",
+ "minecraft:salmon",
+ "minecraft:cooked_salmon",
+ "minecraft:pufferfish",
+ "minecraft:tropical_fish"
+ ]
+ },
+ "entitytags": {}
+}
diff --git a/worldedit-cli/src/main/resources/com/sk89q/worldedit/cli/data/1963.json b/worldedit-cli/src/main/resources/com/sk89q/worldedit/cli/data/1963.json
index f99217273..3396367cc 100644
--- a/worldedit-cli/src/main/resources/com/sk89q/worldedit/cli/data/1963.json
+++ b/worldedit-cli/src/main/resources/com/sk89q/worldedit/cli/data/1963.json
@@ -1 +1,12888 @@
-{"blocks":{"minecraft:acacia_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_button[face=wall,facing=north,powered=false]"},"minecraft:acacia_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:acacia_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:acacia_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:acacia_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_leaves[distance=7,persistent=false]"},"minecraft:acacia_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:acacia_log[axis=y]"},"minecraft:acacia_planks":{"properties":{},"defaultstate":"minecraft:acacia_planks"},"minecraft:acacia_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_pressure_plate[powered=false]"},"minecraft:acacia_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:acacia_sapling[stage=0]"},"minecraft:acacia_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_sign[rotation=0,waterlogged=false]"},"minecraft:acacia_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_slab[type=bottom,waterlogged=false]"},"minecraft:acacia_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:acacia_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:acacia_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_wall_sign[facing=north,waterlogged=false]"},"minecraft:acacia_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:acacia_wood[axis=y]"},"minecraft:activator_rail":{"properties":{"powered":{"values":["true","false"],"type":"bool"},"shape":{"values":["north_south","east_west","ascending_east","ascending_west","ascending_north","ascending_south"],"type":"enum"}},"defaultstate":"minecraft:activator_rail[powered=false,shape=north_south]"},"minecraft:air":{"properties":{},"defaultstate":"minecraft:air"},"minecraft:allium":{"properties":{},"defaultstate":"minecraft:allium"},"minecraft:andesite":{"properties":{},"defaultstate":"minecraft:andesite"},"minecraft:andesite_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:andesite_slab[type=bottom,waterlogged=false]"},"minecraft:andesite_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:andesite_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:andesite_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:anvil":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:anvil[facing=north]"},"minecraft:attached_melon_stem":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:attached_melon_stem[facing=north]"},"minecraft:attached_pumpkin_stem":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:attached_pumpkin_stem[facing=north]"},"minecraft:azure_bluet":{"properties":{},"defaultstate":"minecraft:azure_bluet"},"minecraft:bamboo":{"properties":{"age":{"values":["0","1"],"type":"int"},"leaves":{"values":["none","small","large"],"type":"enum"},"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:bamboo[age=0,leaves=none,stage=0]"},"minecraft:bamboo_sapling":{"properties":{},"defaultstate":"minecraft:bamboo_sapling"},"minecraft:barrel":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"open":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:barrel[facing=north,open=false]"},"minecraft:barrier":{"properties":{},"defaultstate":"minecraft:barrier"},"minecraft:beacon":{"properties":{},"defaultstate":"minecraft:beacon"},"minecraft:bedrock":{"properties":{},"defaultstate":"minecraft:bedrock"},"minecraft:beetroots":{"properties":{"age":{"values":["0","1","2","3"],"type":"int"}},"defaultstate":"minecraft:beetroots[age=0]"},"minecraft:bell":{"properties":{"attachment":{"values":["floor","ceiling","single_wall","double_wall"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:bell[attachment=floor,facing=north]"},"minecraft:birch_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_button[face=wall,facing=north,powered=false]"},"minecraft:birch_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:birch_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:birch_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:birch_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_leaves[distance=7,persistent=false]"},"minecraft:birch_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:birch_log[axis=y]"},"minecraft:birch_planks":{"properties":{},"defaultstate":"minecraft:birch_planks"},"minecraft:birch_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_pressure_plate[powered=false]"},"minecraft:birch_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:birch_sapling[stage=0]"},"minecraft:birch_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_sign[rotation=0,waterlogged=false]"},"minecraft:birch_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_slab[type=bottom,waterlogged=false]"},"minecraft:birch_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:birch_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:birch_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_wall_sign[facing=north,waterlogged=false]"},"minecraft:birch_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:birch_wood[axis=y]"},"minecraft:black_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:black_banner[rotation=0]"},"minecraft:black_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:black_bed[facing=north,occupied=false,part=foot]"},"minecraft:black_carpet":{"properties":{},"defaultstate":"minecraft:black_carpet"},"minecraft:black_concrete":{"properties":{},"defaultstate":"minecraft:black_concrete"},"minecraft:black_concrete_powder":{"properties":{},"defaultstate":"minecraft:black_concrete_powder"},"minecraft:black_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:black_glazed_terracotta[facing=north]"},"minecraft:black_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:black_shulker_box[facing=up]"},"minecraft:black_stained_glass":{"properties":{},"defaultstate":"minecraft:black_stained_glass"},"minecraft:black_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:black_terracotta":{"properties":{},"defaultstate":"minecraft:black_terracotta"},"minecraft:black_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:black_wall_banner[facing=north]"},"minecraft:black_wool":{"properties":{},"defaultstate":"minecraft:black_wool"},"minecraft:blast_furnace":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:blast_furnace[facing=north,lit=false]"},"minecraft:blue_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:blue_banner[rotation=0]"},"minecraft:blue_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:blue_bed[facing=north,occupied=false,part=foot]"},"minecraft:blue_carpet":{"properties":{},"defaultstate":"minecraft:blue_carpet"},"minecraft:blue_concrete":{"properties":{},"defaultstate":"minecraft:blue_concrete"},"minecraft:blue_concrete_powder":{"properties":{},"defaultstate":"minecraft:blue_concrete_powder"},"minecraft:blue_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:blue_glazed_terracotta[facing=north]"},"minecraft:blue_ice":{"properties":{},"defaultstate":"minecraft:blue_ice"},"minecraft:blue_orchid":{"properties":{},"defaultstate":"minecraft:blue_orchid"},"minecraft:blue_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:blue_shulker_box[facing=up]"},"minecraft:blue_stained_glass":{"properties":{},"defaultstate":"minecraft:blue_stained_glass"},"minecraft:blue_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:blue_terracotta":{"properties":{},"defaultstate":"minecraft:blue_terracotta"},"minecraft:blue_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:blue_wall_banner[facing=north]"},"minecraft:blue_wool":{"properties":{},"defaultstate":"minecraft:blue_wool"},"minecraft:bone_block":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:bone_block[axis=y]"},"minecraft:bookshelf":{"properties":{},"defaultstate":"minecraft:bookshelf"},"minecraft:brain_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brain_coral[waterlogged=true]"},"minecraft:brain_coral_block":{"properties":{},"defaultstate":"minecraft:brain_coral_block"},"minecraft:brain_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brain_coral_fan[waterlogged=true]"},"minecraft:brain_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brain_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:brewing_stand":{"properties":{"has_bottle_0":{"values":["true","false"],"type":"bool"},"has_bottle_1":{"values":["true","false"],"type":"bool"},"has_bottle_2":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false]"},"minecraft:brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brick_slab[type=bottom,waterlogged=false]"},"minecraft:brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:brick_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:bricks":{"properties":{},"defaultstate":"minecraft:bricks"},"minecraft:brown_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:brown_banner[rotation=0]"},"minecraft:brown_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:brown_bed[facing=north,occupied=false,part=foot]"},"minecraft:brown_carpet":{"properties":{},"defaultstate":"minecraft:brown_carpet"},"minecraft:brown_concrete":{"properties":{},"defaultstate":"minecraft:brown_concrete"},"minecraft:brown_concrete_powder":{"properties":{},"defaultstate":"minecraft:brown_concrete_powder"},"minecraft:brown_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:brown_glazed_terracotta[facing=north]"},"minecraft:brown_mushroom":{"properties":{},"defaultstate":"minecraft:brown_mushroom"},"minecraft:brown_mushroom_block":{"properties":{"down":{"values":["true","false"],"type":"bool"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]"},"minecraft:brown_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:brown_shulker_box[facing=up]"},"minecraft:brown_stained_glass":{"properties":{},"defaultstate":"minecraft:brown_stained_glass"},"minecraft:brown_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:brown_terracotta":{"properties":{},"defaultstate":"minecraft:brown_terracotta"},"minecraft:brown_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:brown_wall_banner[facing=north]"},"minecraft:brown_wool":{"properties":{},"defaultstate":"minecraft:brown_wool"},"minecraft:bubble_column":{"properties":{"drag":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:bubble_column[drag=true]"},"minecraft:bubble_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:bubble_coral[waterlogged=true]"},"minecraft:bubble_coral_block":{"properties":{},"defaultstate":"minecraft:bubble_coral_block"},"minecraft:bubble_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:bubble_coral_fan[waterlogged=true]"},"minecraft:bubble_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:bubble_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:cactus":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:cactus[age=0]"},"minecraft:cake":{"properties":{"bites":{"values":["0","1","2","3","4","5","6"],"type":"int"}},"defaultstate":"minecraft:cake[bites=0]"},"minecraft:campfire":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"lit":{"values":["true","false"],"type":"bool"},"signal_fire":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false]"},"minecraft:carrots":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:carrots[age=0]"},"minecraft:cartography_table":{"properties":{},"defaultstate":"minecraft:cartography_table"},"minecraft:carved_pumpkin":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:carved_pumpkin[facing=north]"},"minecraft:cauldron":{"properties":{"level":{"values":["0","1","2","3"],"type":"int"}},"defaultstate":"minecraft:cauldron[level=0]"},"minecraft:cave_air":{"properties":{},"defaultstate":"minecraft:cave_air"},"minecraft:chain_command_block":{"properties":{"conditional":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:chain_command_block[conditional=false,facing=north]"},"minecraft:chest":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"type":{"values":["single","left","right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:chest[facing=north,type=single,waterlogged=false]"},"minecraft:chipped_anvil":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:chipped_anvil[facing=north]"},"minecraft:chiseled_quartz_block":{"properties":{},"defaultstate":"minecraft:chiseled_quartz_block"},"minecraft:chiseled_red_sandstone":{"properties":{},"defaultstate":"minecraft:chiseled_red_sandstone"},"minecraft:chiseled_sandstone":{"properties":{},"defaultstate":"minecraft:chiseled_sandstone"},"minecraft:chiseled_stone_bricks":{"properties":{},"defaultstate":"minecraft:chiseled_stone_bricks"},"minecraft:chorus_flower":{"properties":{"age":{"values":["0","1","2","3","4","5"],"type":"int"}},"defaultstate":"minecraft:chorus_flower[age=0]"},"minecraft:chorus_plant":{"properties":{"down":{"values":["true","false"],"type":"bool"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false]"},"minecraft:clay":{"properties":{},"defaultstate":"minecraft:clay"},"minecraft:coal_block":{"properties":{},"defaultstate":"minecraft:coal_block"},"minecraft:coal_ore":{"properties":{},"defaultstate":"minecraft:coal_ore"},"minecraft:coarse_dirt":{"properties":{},"defaultstate":"minecraft:coarse_dirt"},"minecraft:cobblestone":{"properties":{},"defaultstate":"minecraft:cobblestone"},"minecraft:cobblestone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cobblestone_slab[type=bottom,waterlogged=false]"},"minecraft:cobblestone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:cobblestone_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cobblestone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:cobweb":{"properties":{},"defaultstate":"minecraft:cobweb"},"minecraft:cocoa":{"properties":{"age":{"values":["0","1","2"],"type":"int"},"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:cocoa[age=0,facing=north]"},"minecraft:command_block":{"properties":{"conditional":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:command_block[conditional=false,facing=north]"},"minecraft:comparator":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"mode":{"values":["compare","subtract"],"type":"enum"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:comparator[facing=north,mode=compare,powered=false]"},"minecraft:composter":{"properties":{"level":{"values":["0","1","2","3","4","5","6","7","8"],"type":"int"}},"defaultstate":"minecraft:composter[level=0]"},"minecraft:conduit":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:conduit[waterlogged=true]"},"minecraft:cornflower":{"properties":{},"defaultstate":"minecraft:cornflower"},"minecraft:cracked_stone_bricks":{"properties":{},"defaultstate":"minecraft:cracked_stone_bricks"},"minecraft:crafting_table":{"properties":{},"defaultstate":"minecraft:crafting_table"},"minecraft:creeper_head":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:creeper_head[rotation=0]"},"minecraft:creeper_wall_head":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:creeper_wall_head[facing=north]"},"minecraft:cut_red_sandstone":{"properties":{},"defaultstate":"minecraft:cut_red_sandstone"},"minecraft:cut_red_sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:cut_sandstone":{"properties":{},"defaultstate":"minecraft:cut_sandstone"},"minecraft:cut_sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cut_sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:cyan_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:cyan_banner[rotation=0]"},"minecraft:cyan_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:cyan_bed[facing=north,occupied=false,part=foot]"},"minecraft:cyan_carpet":{"properties":{},"defaultstate":"minecraft:cyan_carpet"},"minecraft:cyan_concrete":{"properties":{},"defaultstate":"minecraft:cyan_concrete"},"minecraft:cyan_concrete_powder":{"properties":{},"defaultstate":"minecraft:cyan_concrete_powder"},"minecraft:cyan_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:cyan_glazed_terracotta[facing=north]"},"minecraft:cyan_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:cyan_shulker_box[facing=up]"},"minecraft:cyan_stained_glass":{"properties":{},"defaultstate":"minecraft:cyan_stained_glass"},"minecraft:cyan_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:cyan_terracotta":{"properties":{},"defaultstate":"minecraft:cyan_terracotta"},"minecraft:cyan_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:cyan_wall_banner[facing=north]"},"minecraft:cyan_wool":{"properties":{},"defaultstate":"minecraft:cyan_wool"},"minecraft:damaged_anvil":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:damaged_anvil[facing=north]"},"minecraft:dandelion":{"properties":{},"defaultstate":"minecraft:dandelion"},"minecraft:dark_oak_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_button[face=wall,facing=north,powered=false]"},"minecraft:dark_oak_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:dark_oak_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:dark_oak_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:dark_oak_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_leaves[distance=7,persistent=false]"},"minecraft:dark_oak_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:dark_oak_log[axis=y]"},"minecraft:dark_oak_planks":{"properties":{},"defaultstate":"minecraft:dark_oak_planks"},"minecraft:dark_oak_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_pressure_plate[powered=false]"},"minecraft:dark_oak_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:dark_oak_sapling[stage=0]"},"minecraft:dark_oak_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_sign[rotation=0,waterlogged=false]"},"minecraft:dark_oak_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_slab[type=bottom,waterlogged=false]"},"minecraft:dark_oak_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:dark_oak_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:dark_oak_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_wall_sign[facing=north,waterlogged=false]"},"minecraft:dark_oak_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:dark_oak_wood[axis=y]"},"minecraft:dark_prismarine":{"properties":{},"defaultstate":"minecraft:dark_prismarine"},"minecraft:dark_prismarine_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_prismarine_slab[type=bottom,waterlogged=false]"},"minecraft:dark_prismarine_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:daylight_detector":{"properties":{"inverted":{"values":["true","false"],"type":"bool"},"power":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:daylight_detector[inverted=false,power=0]"},"minecraft:dead_brain_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_brain_coral[waterlogged=true]"},"minecraft:dead_brain_coral_block":{"properties":{},"defaultstate":"minecraft:dead_brain_coral_block"},"minecraft:dead_brain_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_brain_coral_fan[waterlogged=true]"},"minecraft:dead_brain_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:dead_bubble_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_bubble_coral[waterlogged=true]"},"minecraft:dead_bubble_coral_block":{"properties":{},"defaultstate":"minecraft:dead_bubble_coral_block"},"minecraft:dead_bubble_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_bubble_coral_fan[waterlogged=true]"},"minecraft:dead_bubble_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:dead_bush":{"properties":{},"defaultstate":"minecraft:dead_bush"},"minecraft:dead_fire_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_fire_coral[waterlogged=true]"},"minecraft:dead_fire_coral_block":{"properties":{},"defaultstate":"minecraft:dead_fire_coral_block"},"minecraft:dead_fire_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_fire_coral_fan[waterlogged=true]"},"minecraft:dead_fire_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:dead_horn_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_horn_coral[waterlogged=true]"},"minecraft:dead_horn_coral_block":{"properties":{},"defaultstate":"minecraft:dead_horn_coral_block"},"minecraft:dead_horn_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_horn_coral_fan[waterlogged=true]"},"minecraft:dead_horn_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:dead_tube_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_tube_coral[waterlogged=true]"},"minecraft:dead_tube_coral_block":{"properties":{},"defaultstate":"minecraft:dead_tube_coral_block"},"minecraft:dead_tube_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_tube_coral_fan[waterlogged=true]"},"minecraft:dead_tube_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:detector_rail":{"properties":{"powered":{"values":["true","false"],"type":"bool"},"shape":{"values":["north_south","east_west","ascending_east","ascending_west","ascending_north","ascending_south"],"type":"enum"}},"defaultstate":"minecraft:detector_rail[powered=false,shape=north_south]"},"minecraft:diamond_block":{"properties":{},"defaultstate":"minecraft:diamond_block"},"minecraft:diamond_ore":{"properties":{},"defaultstate":"minecraft:diamond_ore"},"minecraft:diorite":{"properties":{},"defaultstate":"minecraft:diorite"},"minecraft:diorite_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:diorite_slab[type=bottom,waterlogged=false]"},"minecraft:diorite_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:diorite_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:diorite_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:dirt":{"properties":{},"defaultstate":"minecraft:dirt"},"minecraft:dispenser":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"triggered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dispenser[facing=north,triggered=false]"},"minecraft:dragon_egg":{"properties":{},"defaultstate":"minecraft:dragon_egg"},"minecraft:dragon_head":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:dragon_head[rotation=0]"},"minecraft:dragon_wall_head":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:dragon_wall_head[facing=north]"},"minecraft:dried_kelp_block":{"properties":{},"defaultstate":"minecraft:dried_kelp_block"},"minecraft:dropper":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"triggered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dropper[facing=north,triggered=false]"},"minecraft:emerald_block":{"properties":{},"defaultstate":"minecraft:emerald_block"},"minecraft:emerald_ore":{"properties":{},"defaultstate":"minecraft:emerald_ore"},"minecraft:enchanting_table":{"properties":{},"defaultstate":"minecraft:enchanting_table"},"minecraft:end_gateway":{"properties":{},"defaultstate":"minecraft:end_gateway"},"minecraft:end_portal":{"properties":{},"defaultstate":"minecraft:end_portal"},"minecraft:end_portal_frame":{"properties":{"eye":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:end_portal_frame[eye=false,facing=north]"},"minecraft:end_rod":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:end_rod[facing=up]"},"minecraft:end_stone":{"properties":{},"defaultstate":"minecraft:end_stone"},"minecraft:end_stone_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:end_stone_brick_slab[type=bottom,waterlogged=false]"},"minecraft:end_stone_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:end_stone_brick_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:end_stone_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:end_stone_bricks":{"properties":{},"defaultstate":"minecraft:end_stone_bricks"},"minecraft:ender_chest":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:ender_chest[facing=north,waterlogged=false]"},"minecraft:farmland":{"properties":{"moisture":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:farmland[moisture=0]"},"minecraft:fern":{"properties":{},"defaultstate":"minecraft:fern"},"minecraft:fire":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false]"},"minecraft:fire_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:fire_coral[waterlogged=true]"},"minecraft:fire_coral_block":{"properties":{},"defaultstate":"minecraft:fire_coral_block"},"minecraft:fire_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:fire_coral_fan[waterlogged=true]"},"minecraft:fire_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:fire_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:fletching_table":{"properties":{},"defaultstate":"minecraft:fletching_table"},"minecraft:flower_pot":{"properties":{},"defaultstate":"minecraft:flower_pot"},"minecraft:frosted_ice":{"properties":{"age":{"values":["0","1","2","3"],"type":"int"}},"defaultstate":"minecraft:frosted_ice[age=0]"},"minecraft:furnace":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:furnace[facing=north,lit=false]"},"minecraft:glass":{"properties":{},"defaultstate":"minecraft:glass"},"minecraft:glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:glowstone":{"properties":{},"defaultstate":"minecraft:glowstone"},"minecraft:gold_block":{"properties":{},"defaultstate":"minecraft:gold_block"},"minecraft:gold_ore":{"properties":{},"defaultstate":"minecraft:gold_ore"},"minecraft:granite":{"properties":{},"defaultstate":"minecraft:granite"},"minecraft:granite_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:granite_slab[type=bottom,waterlogged=false]"},"minecraft:granite_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:granite_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:granite_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:grass":{"properties":{},"defaultstate":"minecraft:grass"},"minecraft:grass_block":{"properties":{"snowy":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:grass_block[snowy=false]"},"minecraft:grass_path":{"properties":{},"defaultstate":"minecraft:grass_path"},"minecraft:gravel":{"properties":{},"defaultstate":"minecraft:gravel"},"minecraft:gray_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:gray_banner[rotation=0]"},"minecraft:gray_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:gray_bed[facing=north,occupied=false,part=foot]"},"minecraft:gray_carpet":{"properties":{},"defaultstate":"minecraft:gray_carpet"},"minecraft:gray_concrete":{"properties":{},"defaultstate":"minecraft:gray_concrete"},"minecraft:gray_concrete_powder":{"properties":{},"defaultstate":"minecraft:gray_concrete_powder"},"minecraft:gray_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:gray_glazed_terracotta[facing=north]"},"minecraft:gray_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:gray_shulker_box[facing=up]"},"minecraft:gray_stained_glass":{"properties":{},"defaultstate":"minecraft:gray_stained_glass"},"minecraft:gray_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:gray_terracotta":{"properties":{},"defaultstate":"minecraft:gray_terracotta"},"minecraft:gray_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:gray_wall_banner[facing=north]"},"minecraft:gray_wool":{"properties":{},"defaultstate":"minecraft:gray_wool"},"minecraft:green_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:green_banner[rotation=0]"},"minecraft:green_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:green_bed[facing=north,occupied=false,part=foot]"},"minecraft:green_carpet":{"properties":{},"defaultstate":"minecraft:green_carpet"},"minecraft:green_concrete":{"properties":{},"defaultstate":"minecraft:green_concrete"},"minecraft:green_concrete_powder":{"properties":{},"defaultstate":"minecraft:green_concrete_powder"},"minecraft:green_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:green_glazed_terracotta[facing=north]"},"minecraft:green_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:green_shulker_box[facing=up]"},"minecraft:green_stained_glass":{"properties":{},"defaultstate":"minecraft:green_stained_glass"},"minecraft:green_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:green_terracotta":{"properties":{},"defaultstate":"minecraft:green_terracotta"},"minecraft:green_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:green_wall_banner[facing=north]"},"minecraft:green_wool":{"properties":{},"defaultstate":"minecraft:green_wool"},"minecraft:grindstone":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:grindstone[face=wall,facing=north]"},"minecraft:hay_block":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:hay_block[axis=y]"},"minecraft:heavy_weighted_pressure_plate":{"properties":{"power":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:heavy_weighted_pressure_plate[power=0]"},"minecraft:hopper":{"properties":{"enabled":{"values":["true","false"],"type":"bool"},"facing":{"values":["down","north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:hopper[enabled=true,facing=down]"},"minecraft:horn_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:horn_coral[waterlogged=true]"},"minecraft:horn_coral_block":{"properties":{},"defaultstate":"minecraft:horn_coral_block"},"minecraft:horn_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:horn_coral_fan[waterlogged=true]"},"minecraft:horn_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:horn_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:ice":{"properties":{},"defaultstate":"minecraft:ice"},"minecraft:infested_chiseled_stone_bricks":{"properties":{},"defaultstate":"minecraft:infested_chiseled_stone_bricks"},"minecraft:infested_cobblestone":{"properties":{},"defaultstate":"minecraft:infested_cobblestone"},"minecraft:infested_cracked_stone_bricks":{"properties":{},"defaultstate":"minecraft:infested_cracked_stone_bricks"},"minecraft:infested_mossy_stone_bricks":{"properties":{},"defaultstate":"minecraft:infested_mossy_stone_bricks"},"minecraft:infested_stone":{"properties":{},"defaultstate":"minecraft:infested_stone"},"minecraft:infested_stone_bricks":{"properties":{},"defaultstate":"minecraft:infested_stone_bricks"},"minecraft:iron_bars":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:iron_block":{"properties":{},"defaultstate":"minecraft:iron_block"},"minecraft:iron_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:iron_ore":{"properties":{},"defaultstate":"minecraft:iron_ore"},"minecraft:iron_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:jack_o_lantern":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:jack_o_lantern[facing=north]"},"minecraft:jigsaw":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:jigsaw[facing=up]"},"minecraft:jukebox":{"properties":{"has_record":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jukebox[has_record=false]"},"minecraft:jungle_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_button[face=wall,facing=north,powered=false]"},"minecraft:jungle_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:jungle_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:jungle_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:jungle_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_leaves[distance=7,persistent=false]"},"minecraft:jungle_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:jungle_log[axis=y]"},"minecraft:jungle_planks":{"properties":{},"defaultstate":"minecraft:jungle_planks"},"minecraft:jungle_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_pressure_plate[powered=false]"},"minecraft:jungle_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:jungle_sapling[stage=0]"},"minecraft:jungle_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_sign[rotation=0,waterlogged=false]"},"minecraft:jungle_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_slab[type=bottom,waterlogged=false]"},"minecraft:jungle_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:jungle_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:jungle_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_wall_sign[facing=north,waterlogged=false]"},"minecraft:jungle_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:jungle_wood[axis=y]"},"minecraft:kelp":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24","25"],"type":"int"}},"defaultstate":"minecraft:kelp[age=0]"},"minecraft:kelp_plant":{"properties":{},"defaultstate":"minecraft:kelp_plant"},"minecraft:ladder":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:ladder[facing=north,waterlogged=false]"},"minecraft:lantern":{"properties":{"hanging":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:lantern[hanging=false]"},"minecraft:lapis_block":{"properties":{},"defaultstate":"minecraft:lapis_block"},"minecraft:lapis_ore":{"properties":{},"defaultstate":"minecraft:lapis_ore"},"minecraft:large_fern":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:large_fern[half=lower]"},"minecraft:lava":{"properties":{"level":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:lava[level=0]"},"minecraft:lectern":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"has_book":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:lectern[facing=north,has_book=false,powered=false]"},"minecraft:lever":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:lever[face=wall,facing=north,powered=false]"},"minecraft:light_blue_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:light_blue_banner[rotation=0]"},"minecraft:light_blue_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:light_blue_bed[facing=north,occupied=false,part=foot]"},"minecraft:light_blue_carpet":{"properties":{},"defaultstate":"minecraft:light_blue_carpet"},"minecraft:light_blue_concrete":{"properties":{},"defaultstate":"minecraft:light_blue_concrete"},"minecraft:light_blue_concrete_powder":{"properties":{},"defaultstate":"minecraft:light_blue_concrete_powder"},"minecraft:light_blue_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:light_blue_glazed_terracotta[facing=north]"},"minecraft:light_blue_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:light_blue_shulker_box[facing=up]"},"minecraft:light_blue_stained_glass":{"properties":{},"defaultstate":"minecraft:light_blue_stained_glass"},"minecraft:light_blue_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:light_blue_terracotta":{"properties":{},"defaultstate":"minecraft:light_blue_terracotta"},"minecraft:light_blue_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:light_blue_wall_banner[facing=north]"},"minecraft:light_blue_wool":{"properties":{},"defaultstate":"minecraft:light_blue_wool"},"minecraft:light_gray_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:light_gray_banner[rotation=0]"},"minecraft:light_gray_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:light_gray_bed[facing=north,occupied=false,part=foot]"},"minecraft:light_gray_carpet":{"properties":{},"defaultstate":"minecraft:light_gray_carpet"},"minecraft:light_gray_concrete":{"properties":{},"defaultstate":"minecraft:light_gray_concrete"},"minecraft:light_gray_concrete_powder":{"properties":{},"defaultstate":"minecraft:light_gray_concrete_powder"},"minecraft:light_gray_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:light_gray_glazed_terracotta[facing=north]"},"minecraft:light_gray_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:light_gray_shulker_box[facing=up]"},"minecraft:light_gray_stained_glass":{"properties":{},"defaultstate":"minecraft:light_gray_stained_glass"},"minecraft:light_gray_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:light_gray_terracotta":{"properties":{},"defaultstate":"minecraft:light_gray_terracotta"},"minecraft:light_gray_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:light_gray_wall_banner[facing=north]"},"minecraft:light_gray_wool":{"properties":{},"defaultstate":"minecraft:light_gray_wool"},"minecraft:light_weighted_pressure_plate":{"properties":{"power":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:light_weighted_pressure_plate[power=0]"},"minecraft:lilac":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:lilac[half=lower]"},"minecraft:lily_of_the_valley":{"properties":{},"defaultstate":"minecraft:lily_of_the_valley"},"minecraft:lily_pad":{"properties":{},"defaultstate":"minecraft:lily_pad"},"minecraft:lime_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:lime_banner[rotation=0]"},"minecraft:lime_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:lime_bed[facing=north,occupied=false,part=foot]"},"minecraft:lime_carpet":{"properties":{},"defaultstate":"minecraft:lime_carpet"},"minecraft:lime_concrete":{"properties":{},"defaultstate":"minecraft:lime_concrete"},"minecraft:lime_concrete_powder":{"properties":{},"defaultstate":"minecraft:lime_concrete_powder"},"minecraft:lime_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:lime_glazed_terracotta[facing=north]"},"minecraft:lime_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:lime_shulker_box[facing=up]"},"minecraft:lime_stained_glass":{"properties":{},"defaultstate":"minecraft:lime_stained_glass"},"minecraft:lime_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:lime_terracotta":{"properties":{},"defaultstate":"minecraft:lime_terracotta"},"minecraft:lime_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:lime_wall_banner[facing=north]"},"minecraft:lime_wool":{"properties":{},"defaultstate":"minecraft:lime_wool"},"minecraft:loom":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:loom[facing=north]"},"minecraft:magenta_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:magenta_banner[rotation=0]"},"minecraft:magenta_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:magenta_bed[facing=north,occupied=false,part=foot]"},"minecraft:magenta_carpet":{"properties":{},"defaultstate":"minecraft:magenta_carpet"},"minecraft:magenta_concrete":{"properties":{},"defaultstate":"minecraft:magenta_concrete"},"minecraft:magenta_concrete_powder":{"properties":{},"defaultstate":"minecraft:magenta_concrete_powder"},"minecraft:magenta_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:magenta_glazed_terracotta[facing=north]"},"minecraft:magenta_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:magenta_shulker_box[facing=up]"},"minecraft:magenta_stained_glass":{"properties":{},"defaultstate":"minecraft:magenta_stained_glass"},"minecraft:magenta_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:magenta_terracotta":{"properties":{},"defaultstate":"minecraft:magenta_terracotta"},"minecraft:magenta_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:magenta_wall_banner[facing=north]"},"minecraft:magenta_wool":{"properties":{},"defaultstate":"minecraft:magenta_wool"},"minecraft:magma_block":{"properties":{},"defaultstate":"minecraft:magma_block"},"minecraft:melon":{"properties":{},"defaultstate":"minecraft:melon"},"minecraft:melon_stem":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:melon_stem[age=0]"},"minecraft:mossy_cobblestone":{"properties":{},"defaultstate":"minecraft:mossy_cobblestone"},"minecraft:mossy_cobblestone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]"},"minecraft:mossy_cobblestone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:mossy_cobblestone_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mossy_cobblestone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:mossy_stone_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false]"},"minecraft:mossy_stone_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:mossy_stone_brick_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mossy_stone_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:mossy_stone_bricks":{"properties":{},"defaultstate":"minecraft:mossy_stone_bricks"},"minecraft:moving_piston":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"type":{"values":["normal","sticky"],"type":"enum"}},"defaultstate":"minecraft:moving_piston[facing=north,type=normal]"},"minecraft:mushroom_stem":{"properties":{"down":{"values":["true","false"],"type":"bool"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=true]"},"minecraft:mycelium":{"properties":{"snowy":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mycelium[snowy=false]"},"minecraft:nether_brick_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:nether_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:nether_brick_slab[type=bottom,waterlogged=false]"},"minecraft:nether_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:nether_brick_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:nether_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:nether_bricks":{"properties":{},"defaultstate":"minecraft:nether_bricks"},"minecraft:nether_portal":{"properties":{"axis":{"values":["x","z"],"type":"enum"}},"defaultstate":"minecraft:nether_portal[axis=x]"},"minecraft:nether_quartz_ore":{"properties":{},"defaultstate":"minecraft:nether_quartz_ore"},"minecraft:nether_wart":{"properties":{"age":{"values":["0","1","2","3"],"type":"int"}},"defaultstate":"minecraft:nether_wart[age=0]"},"minecraft:nether_wart_block":{"properties":{},"defaultstate":"minecraft:nether_wart_block"},"minecraft:netherrack":{"properties":{},"defaultstate":"minecraft:netherrack"},"minecraft:note_block":{"properties":{"instrument":{"values":["harp","basedrum","snare","hat","bass","flute","bell","guitar","chime","xylophone","iron_xylophone","cow_bell","didgeridoo","bit","banjo","pling"],"type":"enum"},"note":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24"],"type":"int"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:note_block[instrument=harp,note=0,powered=false]"},"minecraft:oak_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_button[face=wall,facing=north,powered=false]"},"minecraft:oak_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:oak_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:oak_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:oak_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_leaves[distance=7,persistent=false]"},"minecraft:oak_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:oak_log[axis=y]"},"minecraft:oak_planks":{"properties":{},"defaultstate":"minecraft:oak_planks"},"minecraft:oak_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_pressure_plate[powered=false]"},"minecraft:oak_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:oak_sapling[stage=0]"},"minecraft:oak_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_sign[rotation=0,waterlogged=false]"},"minecraft:oak_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_slab[type=bottom,waterlogged=false]"},"minecraft:oak_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:oak_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:oak_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_wall_sign[facing=north,waterlogged=false]"},"minecraft:oak_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:oak_wood[axis=y]"},"minecraft:observer":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:observer[facing=south,powered=false]"},"minecraft:obsidian":{"properties":{},"defaultstate":"minecraft:obsidian"},"minecraft:orange_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:orange_banner[rotation=0]"},"minecraft:orange_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:orange_bed[facing=north,occupied=false,part=foot]"},"minecraft:orange_carpet":{"properties":{},"defaultstate":"minecraft:orange_carpet"},"minecraft:orange_concrete":{"properties":{},"defaultstate":"minecraft:orange_concrete"},"minecraft:orange_concrete_powder":{"properties":{},"defaultstate":"minecraft:orange_concrete_powder"},"minecraft:orange_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:orange_glazed_terracotta[facing=north]"},"minecraft:orange_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:orange_shulker_box[facing=up]"},"minecraft:orange_stained_glass":{"properties":{},"defaultstate":"minecraft:orange_stained_glass"},"minecraft:orange_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:orange_terracotta":{"properties":{},"defaultstate":"minecraft:orange_terracotta"},"minecraft:orange_tulip":{"properties":{},"defaultstate":"minecraft:orange_tulip"},"minecraft:orange_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:orange_wall_banner[facing=north]"},"minecraft:orange_wool":{"properties":{},"defaultstate":"minecraft:orange_wool"},"minecraft:oxeye_daisy":{"properties":{},"defaultstate":"minecraft:oxeye_daisy"},"minecraft:packed_ice":{"properties":{},"defaultstate":"minecraft:packed_ice"},"minecraft:peony":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:peony[half=lower]"},"minecraft:petrified_oak_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:petrified_oak_slab[type=bottom,waterlogged=false]"},"minecraft:pink_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:pink_banner[rotation=0]"},"minecraft:pink_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:pink_bed[facing=north,occupied=false,part=foot]"},"minecraft:pink_carpet":{"properties":{},"defaultstate":"minecraft:pink_carpet"},"minecraft:pink_concrete":{"properties":{},"defaultstate":"minecraft:pink_concrete"},"minecraft:pink_concrete_powder":{"properties":{},"defaultstate":"minecraft:pink_concrete_powder"},"minecraft:pink_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:pink_glazed_terracotta[facing=north]"},"minecraft:pink_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:pink_shulker_box[facing=up]"},"minecraft:pink_stained_glass":{"properties":{},"defaultstate":"minecraft:pink_stained_glass"},"minecraft:pink_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:pink_terracotta":{"properties":{},"defaultstate":"minecraft:pink_terracotta"},"minecraft:pink_tulip":{"properties":{},"defaultstate":"minecraft:pink_tulip"},"minecraft:pink_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:pink_wall_banner[facing=north]"},"minecraft:pink_wool":{"properties":{},"defaultstate":"minecraft:pink_wool"},"minecraft:piston":{"properties":{"extended":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:piston[extended=false,facing=north]"},"minecraft:piston_head":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"short":{"values":["true","false"],"type":"bool"},"type":{"values":["normal","sticky"],"type":"enum"}},"defaultstate":"minecraft:piston_head[facing=north,short=false,type=normal]"},"minecraft:player_head":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:player_head[rotation=0]"},"minecraft:player_wall_head":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:player_wall_head[facing=north]"},"minecraft:podzol":{"properties":{"snowy":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:podzol[snowy=false]"},"minecraft:polished_andesite":{"properties":{},"defaultstate":"minecraft:polished_andesite"},"minecraft:polished_andesite_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_andesite_slab[type=bottom,waterlogged=false]"},"minecraft:polished_andesite_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:polished_diorite":{"properties":{},"defaultstate":"minecraft:polished_diorite"},"minecraft:polished_diorite_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_diorite_slab[type=bottom,waterlogged=false]"},"minecraft:polished_diorite_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:polished_granite":{"properties":{},"defaultstate":"minecraft:polished_granite"},"minecraft:polished_granite_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_granite_slab[type=bottom,waterlogged=false]"},"minecraft:polished_granite_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:poppy":{"properties":{},"defaultstate":"minecraft:poppy"},"minecraft:potatoes":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:potatoes[age=0]"},"minecraft:potted_acacia_sapling":{"properties":{},"defaultstate":"minecraft:potted_acacia_sapling"},"minecraft:potted_allium":{"properties":{},"defaultstate":"minecraft:potted_allium"},"minecraft:potted_azure_bluet":{"properties":{},"defaultstate":"minecraft:potted_azure_bluet"},"minecraft:potted_bamboo":{"properties":{},"defaultstate":"minecraft:potted_bamboo"},"minecraft:potted_birch_sapling":{"properties":{},"defaultstate":"minecraft:potted_birch_sapling"},"minecraft:potted_blue_orchid":{"properties":{},"defaultstate":"minecraft:potted_blue_orchid"},"minecraft:potted_brown_mushroom":{"properties":{},"defaultstate":"minecraft:potted_brown_mushroom"},"minecraft:potted_cactus":{"properties":{},"defaultstate":"minecraft:potted_cactus"},"minecraft:potted_cornflower":{"properties":{},"defaultstate":"minecraft:potted_cornflower"},"minecraft:potted_dandelion":{"properties":{},"defaultstate":"minecraft:potted_dandelion"},"minecraft:potted_dark_oak_sapling":{"properties":{},"defaultstate":"minecraft:potted_dark_oak_sapling"},"minecraft:potted_dead_bush":{"properties":{},"defaultstate":"minecraft:potted_dead_bush"},"minecraft:potted_fern":{"properties":{},"defaultstate":"minecraft:potted_fern"},"minecraft:potted_jungle_sapling":{"properties":{},"defaultstate":"minecraft:potted_jungle_sapling"},"minecraft:potted_lily_of_the_valley":{"properties":{},"defaultstate":"minecraft:potted_lily_of_the_valley"},"minecraft:potted_oak_sapling":{"properties":{},"defaultstate":"minecraft:potted_oak_sapling"},"minecraft:potted_orange_tulip":{"properties":{},"defaultstate":"minecraft:potted_orange_tulip"},"minecraft:potted_oxeye_daisy":{"properties":{},"defaultstate":"minecraft:potted_oxeye_daisy"},"minecraft:potted_pink_tulip":{"properties":{},"defaultstate":"minecraft:potted_pink_tulip"},"minecraft:potted_poppy":{"properties":{},"defaultstate":"minecraft:potted_poppy"},"minecraft:potted_red_mushroom":{"properties":{},"defaultstate":"minecraft:potted_red_mushroom"},"minecraft:potted_red_tulip":{"properties":{},"defaultstate":"minecraft:potted_red_tulip"},"minecraft:potted_spruce_sapling":{"properties":{},"defaultstate":"minecraft:potted_spruce_sapling"},"minecraft:potted_white_tulip":{"properties":{},"defaultstate":"minecraft:potted_white_tulip"},"minecraft:potted_wither_rose":{"properties":{},"defaultstate":"minecraft:potted_wither_rose"},"minecraft:powered_rail":{"properties":{"powered":{"values":["true","false"],"type":"bool"},"shape":{"values":["north_south","east_west","ascending_east","ascending_west","ascending_north","ascending_south"],"type":"enum"}},"defaultstate":"minecraft:powered_rail[powered=false,shape=north_south]"},"minecraft:prismarine":{"properties":{},"defaultstate":"minecraft:prismarine"},"minecraft:prismarine_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:prismarine_brick_slab[type=bottom,waterlogged=false]"},"minecraft:prismarine_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:prismarine_bricks":{"properties":{},"defaultstate":"minecraft:prismarine_bricks"},"minecraft:prismarine_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:prismarine_slab[type=bottom,waterlogged=false]"},"minecraft:prismarine_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:prismarine_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:prismarine_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:pumpkin":{"properties":{},"defaultstate":"minecraft:pumpkin"},"minecraft:pumpkin_stem":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:pumpkin_stem[age=0]"},"minecraft:purple_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:purple_banner[rotation=0]"},"minecraft:purple_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:purple_bed[facing=north,occupied=false,part=foot]"},"minecraft:purple_carpet":{"properties":{},"defaultstate":"minecraft:purple_carpet"},"minecraft:purple_concrete":{"properties":{},"defaultstate":"minecraft:purple_concrete"},"minecraft:purple_concrete_powder":{"properties":{},"defaultstate":"minecraft:purple_concrete_powder"},"minecraft:purple_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:purple_glazed_terracotta[facing=north]"},"minecraft:purple_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:purple_shulker_box[facing=up]"},"minecraft:purple_stained_glass":{"properties":{},"defaultstate":"minecraft:purple_stained_glass"},"minecraft:purple_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:purple_terracotta":{"properties":{},"defaultstate":"minecraft:purple_terracotta"},"minecraft:purple_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:purple_wall_banner[facing=north]"},"minecraft:purple_wool":{"properties":{},"defaultstate":"minecraft:purple_wool"},"minecraft:purpur_block":{"properties":{},"defaultstate":"minecraft:purpur_block"},"minecraft:purpur_pillar":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:purpur_pillar[axis=y]"},"minecraft:purpur_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:purpur_slab[type=bottom,waterlogged=false]"},"minecraft:purpur_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:quartz_block":{"properties":{},"defaultstate":"minecraft:quartz_block"},"minecraft:quartz_pillar":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:quartz_pillar[axis=y]"},"minecraft:quartz_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:quartz_slab[type=bottom,waterlogged=false]"},"minecraft:quartz_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:rail":{"properties":{"shape":{"values":["north_south","east_west","ascending_east","ascending_west","ascending_north","ascending_south","south_east","south_west","north_west","north_east"],"type":"enum"}},"defaultstate":"minecraft:rail[shape=north_south]"},"minecraft:red_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:red_banner[rotation=0]"},"minecraft:red_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:red_bed[facing=north,occupied=false,part=foot]"},"minecraft:red_carpet":{"properties":{},"defaultstate":"minecraft:red_carpet"},"minecraft:red_concrete":{"properties":{},"defaultstate":"minecraft:red_concrete"},"minecraft:red_concrete_powder":{"properties":{},"defaultstate":"minecraft:red_concrete_powder"},"minecraft:red_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:red_glazed_terracotta[facing=north]"},"minecraft:red_mushroom":{"properties":{},"defaultstate":"minecraft:red_mushroom"},"minecraft:red_mushroom_block":{"properties":{"down":{"values":["true","false"],"type":"bool"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]"},"minecraft:red_nether_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_nether_brick_slab[type=bottom,waterlogged=false]"},"minecraft:red_nether_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:red_nether_brick_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_nether_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:red_nether_bricks":{"properties":{},"defaultstate":"minecraft:red_nether_bricks"},"minecraft:red_sand":{"properties":{},"defaultstate":"minecraft:red_sand"},"minecraft:red_sandstone":{"properties":{},"defaultstate":"minecraft:red_sandstone"},"minecraft:red_sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:red_sandstone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:red_sandstone_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_sandstone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:red_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:red_shulker_box[facing=up]"},"minecraft:red_stained_glass":{"properties":{},"defaultstate":"minecraft:red_stained_glass"},"minecraft:red_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:red_terracotta":{"properties":{},"defaultstate":"minecraft:red_terracotta"},"minecraft:red_tulip":{"properties":{},"defaultstate":"minecraft:red_tulip"},"minecraft:red_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:red_wall_banner[facing=north]"},"minecraft:red_wool":{"properties":{},"defaultstate":"minecraft:red_wool"},"minecraft:redstone_block":{"properties":{},"defaultstate":"minecraft:redstone_block"},"minecraft:redstone_lamp":{"properties":{"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:redstone_lamp[lit=false]"},"minecraft:redstone_ore":{"properties":{"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:redstone_ore[lit=false]"},"minecraft:redstone_torch":{"properties":{"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:redstone_torch[lit=true]"},"minecraft:redstone_wall_torch":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:redstone_wall_torch[facing=north,lit=true]"},"minecraft:redstone_wire":{"properties":{"east":{"values":["up","side","none"],"type":"enum"},"north":{"values":["up","side","none"],"type":"enum"},"power":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"south":{"values":["up","side","none"],"type":"enum"},"west":{"values":["up","side","none"],"type":"enum"}},"defaultstate":"minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none]"},"minecraft:repeater":{"properties":{"delay":{"values":["1","2","3","4"],"type":"int"},"facing":{"values":["north","south","west","east"],"type":"direction"},"locked":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:repeater[delay=1,facing=north,locked=false,powered=false]"},"minecraft:repeating_command_block":{"properties":{"conditional":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:repeating_command_block[conditional=false,facing=north]"},"minecraft:rose_bush":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:rose_bush[half=lower]"},"minecraft:sand":{"properties":{},"defaultstate":"minecraft:sand"},"minecraft:sandstone":{"properties":{},"defaultstate":"minecraft:sandstone"},"minecraft:sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:sandstone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:sandstone_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:sandstone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:scaffolding":{"properties":{"bottom":{"values":["true","false"],"type":"bool"},"distance":{"values":["0","1","2","3","4","5","6","7"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:scaffolding[bottom=false,distance=7,waterlogged=false]"},"minecraft:sea_lantern":{"properties":{},"defaultstate":"minecraft:sea_lantern"},"minecraft:sea_pickle":{"properties":{"pickles":{"values":["1","2","3","4"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:sea_pickle[pickles=1,waterlogged=true]"},"minecraft:seagrass":{"properties":{},"defaultstate":"minecraft:seagrass"},"minecraft:shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:shulker_box[facing=up]"},"minecraft:skeleton_skull":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:skeleton_skull[rotation=0]"},"minecraft:skeleton_wall_skull":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:skeleton_wall_skull[facing=north]"},"minecraft:slime_block":{"properties":{},"defaultstate":"minecraft:slime_block"},"minecraft:smithing_table":{"properties":{},"defaultstate":"minecraft:smithing_table"},"minecraft:smoker":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smoker[facing=north,lit=false]"},"minecraft:smooth_quartz":{"properties":{},"defaultstate":"minecraft:smooth_quartz"},"minecraft:smooth_quartz_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_quartz_slab[type=bottom,waterlogged=false]"},"minecraft:smooth_quartz_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:smooth_red_sandstone":{"properties":{},"defaultstate":"minecraft:smooth_red_sandstone"},"minecraft:smooth_red_sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:smooth_red_sandstone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:smooth_sandstone":{"properties":{},"defaultstate":"minecraft:smooth_sandstone"},"minecraft:smooth_sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:smooth_sandstone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:smooth_stone":{"properties":{},"defaultstate":"minecraft:smooth_stone"},"minecraft:smooth_stone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_stone_slab[type=bottom,waterlogged=false]"},"minecraft:snow":{"properties":{"layers":{"values":["1","2","3","4","5","6","7","8"],"type":"int"}},"defaultstate":"minecraft:snow[layers=1]"},"minecraft:snow_block":{"properties":{},"defaultstate":"minecraft:snow_block"},"minecraft:soul_sand":{"properties":{},"defaultstate":"minecraft:soul_sand"},"minecraft:spawner":{"properties":{},"defaultstate":"minecraft:spawner"},"minecraft:sponge":{"properties":{},"defaultstate":"minecraft:sponge"},"minecraft:spruce_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_button[face=wall,facing=north,powered=false]"},"minecraft:spruce_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:spruce_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:spruce_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:spruce_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_leaves[distance=7,persistent=false]"},"minecraft:spruce_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:spruce_log[axis=y]"},"minecraft:spruce_planks":{"properties":{},"defaultstate":"minecraft:spruce_planks"},"minecraft:spruce_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_pressure_plate[powered=false]"},"minecraft:spruce_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:spruce_sapling[stage=0]"},"minecraft:spruce_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_sign[rotation=0,waterlogged=false]"},"minecraft:spruce_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_slab[type=bottom,waterlogged=false]"},"minecraft:spruce_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:spruce_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:spruce_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_wall_sign[facing=north,waterlogged=false]"},"minecraft:spruce_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:spruce_wood[axis=y]"},"minecraft:sticky_piston":{"properties":{"extended":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:sticky_piston[extended=false,facing=north]"},"minecraft:stone":{"properties":{},"defaultstate":"minecraft:stone"},"minecraft:stone_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_brick_slab[type=bottom,waterlogged=false]"},"minecraft:stone_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:stone_brick_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:stone_bricks":{"properties":{},"defaultstate":"minecraft:stone_bricks"},"minecraft:stone_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_button[face=wall,facing=north,powered=false]"},"minecraft:stone_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_pressure_plate[powered=false]"},"minecraft:stone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_slab[type=bottom,waterlogged=false]"},"minecraft:stone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:stonecutter":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:stonecutter[facing=north]"},"minecraft:stripped_acacia_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_acacia_log[axis=y]"},"minecraft:stripped_acacia_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_acacia_wood[axis=y]"},"minecraft:stripped_birch_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_birch_log[axis=y]"},"minecraft:stripped_birch_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_birch_wood[axis=y]"},"minecraft:stripped_dark_oak_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_dark_oak_log[axis=y]"},"minecraft:stripped_dark_oak_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_dark_oak_wood[axis=y]"},"minecraft:stripped_jungle_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_jungle_log[axis=y]"},"minecraft:stripped_jungle_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_jungle_wood[axis=y]"},"minecraft:stripped_oak_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_oak_log[axis=y]"},"minecraft:stripped_oak_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_oak_wood[axis=y]"},"minecraft:stripped_spruce_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_spruce_log[axis=y]"},"minecraft:stripped_spruce_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_spruce_wood[axis=y]"},"minecraft:structure_block":{"properties":{"mode":{"values":["save","load","corner","data"],"type":"enum"}},"defaultstate":"minecraft:structure_block[mode=save]"},"minecraft:structure_void":{"properties":{},"defaultstate":"minecraft:structure_void"},"minecraft:sugar_cane":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:sugar_cane[age=0]"},"minecraft:sunflower":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:sunflower[half=lower]"},"minecraft:sweet_berry_bush":{"properties":{"age":{"values":["0","1","2","3"],"type":"int"}},"defaultstate":"minecraft:sweet_berry_bush[age=0]"},"minecraft:tall_grass":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:tall_grass[half=lower]"},"minecraft:tall_seagrass":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:tall_seagrass[half=lower]"},"minecraft:terracotta":{"properties":{},"defaultstate":"minecraft:terracotta"},"minecraft:tnt":{"properties":{"unstable":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tnt[unstable=false]"},"minecraft:torch":{"properties":{},"defaultstate":"minecraft:torch"},"minecraft:trapped_chest":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"type":{"values":["single","left","right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:trapped_chest[facing=north,type=single,waterlogged=false]"},"minecraft:tripwire":{"properties":{"attached":{"values":["true","false"],"type":"bool"},"disarmed":{"values":["true","false"],"type":"bool"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tripwire[attached=false,disarmed=false,east=false,north=false,powered=false,south=false,west=false]"},"minecraft:tripwire_hook":{"properties":{"attached":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tripwire_hook[attached=false,facing=north,powered=false]"},"minecraft:tube_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tube_coral[waterlogged=true]"},"minecraft:tube_coral_block":{"properties":{},"defaultstate":"minecraft:tube_coral_block"},"minecraft:tube_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tube_coral_fan[waterlogged=true]"},"minecraft:tube_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tube_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:turtle_egg":{"properties":{"eggs":{"values":["1","2","3","4"],"type":"int"},"hatch":{"values":["0","1","2"],"type":"int"}},"defaultstate":"minecraft:turtle_egg[eggs=1,hatch=0]"},"minecraft:vine":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:vine[east=false,north=false,south=false,up=false,west=false]"},"minecraft:void_air":{"properties":{},"defaultstate":"minecraft:void_air"},"minecraft:wall_torch":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:wall_torch[facing=north]"},"minecraft:water":{"properties":{"level":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:water[level=0]"},"minecraft:wet_sponge":{"properties":{},"defaultstate":"minecraft:wet_sponge"},"minecraft:wheat":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:wheat[age=0]"},"minecraft:white_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:white_banner[rotation=0]"},"minecraft:white_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:white_bed[facing=north,occupied=false,part=foot]"},"minecraft:white_carpet":{"properties":{},"defaultstate":"minecraft:white_carpet"},"minecraft:white_concrete":{"properties":{},"defaultstate":"minecraft:white_concrete"},"minecraft:white_concrete_powder":{"properties":{},"defaultstate":"minecraft:white_concrete_powder"},"minecraft:white_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:white_glazed_terracotta[facing=north]"},"minecraft:white_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:white_shulker_box[facing=up]"},"minecraft:white_stained_glass":{"properties":{},"defaultstate":"minecraft:white_stained_glass"},"minecraft:white_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:white_terracotta":{"properties":{},"defaultstate":"minecraft:white_terracotta"},"minecraft:white_tulip":{"properties":{},"defaultstate":"minecraft:white_tulip"},"minecraft:white_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:white_wall_banner[facing=north]"},"minecraft:white_wool":{"properties":{},"defaultstate":"minecraft:white_wool"},"minecraft:wither_rose":{"properties":{},"defaultstate":"minecraft:wither_rose"},"minecraft:wither_skeleton_skull":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:wither_skeleton_skull[rotation=0]"},"minecraft:wither_skeleton_wall_skull":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:wither_skeleton_wall_skull[facing=north]"},"minecraft:yellow_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:yellow_banner[rotation=0]"},"minecraft:yellow_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:yellow_bed[facing=north,occupied=false,part=foot]"},"minecraft:yellow_carpet":{"properties":{},"defaultstate":"minecraft:yellow_carpet"},"minecraft:yellow_concrete":{"properties":{},"defaultstate":"minecraft:yellow_concrete"},"minecraft:yellow_concrete_powder":{"properties":{},"defaultstate":"minecraft:yellow_concrete_powder"},"minecraft:yellow_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:yellow_glazed_terracotta[facing=north]"},"minecraft:yellow_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:yellow_shulker_box[facing=up]"},"minecraft:yellow_stained_glass":{"properties":{},"defaultstate":"minecraft:yellow_stained_glass"},"minecraft:yellow_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:yellow_terracotta":{"properties":{},"defaultstate":"minecraft:yellow_terracotta"},"minecraft:yellow_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:yellow_wall_banner[facing=north]"},"minecraft:yellow_wool":{"properties":{},"defaultstate":"minecraft:yellow_wool"},"minecraft:zombie_head":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:zombie_head[rotation=0]"},"minecraft:zombie_wall_head":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:zombie_wall_head[facing=north]"}},"items":["minecraft:acacia_boat","minecraft:acacia_button","minecraft:acacia_door","minecraft:acacia_fence","minecraft:acacia_fence_gate","minecraft:acacia_leaves","minecraft:acacia_log","minecraft:acacia_planks","minecraft:acacia_pressure_plate","minecraft:acacia_sapling","minecraft:acacia_sign","minecraft:acacia_slab","minecraft:acacia_stairs","minecraft:acacia_trapdoor","minecraft:acacia_wood","minecraft:activator_rail","minecraft:air","minecraft:allium","minecraft:andesite","minecraft:andesite_slab","minecraft:andesite_stairs","minecraft:andesite_wall","minecraft:anvil","minecraft:apple","minecraft:armor_stand","minecraft:arrow","minecraft:azure_bluet","minecraft:baked_potato","minecraft:bamboo","minecraft:barrel","minecraft:barrier","minecraft:bat_spawn_egg","minecraft:beacon","minecraft:bedrock","minecraft:beef","minecraft:beetroot","minecraft:beetroot_seeds","minecraft:beetroot_soup","minecraft:bell","minecraft:birch_boat","minecraft:birch_button","minecraft:birch_door","minecraft:birch_fence","minecraft:birch_fence_gate","minecraft:birch_leaves","minecraft:birch_log","minecraft:birch_planks","minecraft:birch_pressure_plate","minecraft:birch_sapling","minecraft:birch_sign","minecraft:birch_slab","minecraft:birch_stairs","minecraft:birch_trapdoor","minecraft:birch_wood","minecraft:black_banner","minecraft:black_bed","minecraft:black_carpet","minecraft:black_concrete","minecraft:black_concrete_powder","minecraft:black_dye","minecraft:black_glazed_terracotta","minecraft:black_shulker_box","minecraft:black_stained_glass","minecraft:black_stained_glass_pane","minecraft:black_terracotta","minecraft:black_wool","minecraft:blast_furnace","minecraft:blaze_powder","minecraft:blaze_rod","minecraft:blaze_spawn_egg","minecraft:blue_banner","minecraft:blue_bed","minecraft:blue_carpet","minecraft:blue_concrete","minecraft:blue_concrete_powder","minecraft:blue_dye","minecraft:blue_glazed_terracotta","minecraft:blue_ice","minecraft:blue_orchid","minecraft:blue_shulker_box","minecraft:blue_stained_glass","minecraft:blue_stained_glass_pane","minecraft:blue_terracotta","minecraft:blue_wool","minecraft:bone","minecraft:bone_block","minecraft:bone_meal","minecraft:book","minecraft:bookshelf","minecraft:bow","minecraft:bowl","minecraft:brain_coral","minecraft:brain_coral_block","minecraft:brain_coral_fan","minecraft:bread","minecraft:brewing_stand","minecraft:brick","minecraft:brick_slab","minecraft:brick_stairs","minecraft:brick_wall","minecraft:bricks","minecraft:brown_banner","minecraft:brown_bed","minecraft:brown_carpet","minecraft:brown_concrete","minecraft:brown_concrete_powder","minecraft:brown_dye","minecraft:brown_glazed_terracotta","minecraft:brown_mushroom","minecraft:brown_mushroom_block","minecraft:brown_shulker_box","minecraft:brown_stained_glass","minecraft:brown_stained_glass_pane","minecraft:brown_terracotta","minecraft:brown_wool","minecraft:bubble_coral","minecraft:bubble_coral_block","minecraft:bubble_coral_fan","minecraft:bucket","minecraft:cactus","minecraft:cake","minecraft:campfire","minecraft:carrot","minecraft:carrot_on_a_stick","minecraft:cartography_table","minecraft:carved_pumpkin","minecraft:cat_spawn_egg","minecraft:cauldron","minecraft:cave_spider_spawn_egg","minecraft:chain_command_block","minecraft:chainmail_boots","minecraft:chainmail_chestplate","minecraft:chainmail_helmet","minecraft:chainmail_leggings","minecraft:charcoal","minecraft:chest","minecraft:chest_minecart","minecraft:chicken","minecraft:chicken_spawn_egg","minecraft:chipped_anvil","minecraft:chiseled_quartz_block","minecraft:chiseled_red_sandstone","minecraft:chiseled_sandstone","minecraft:chiseled_stone_bricks","minecraft:chorus_flower","minecraft:chorus_fruit","minecraft:chorus_plant","minecraft:clay","minecraft:clay_ball","minecraft:clock","minecraft:coal","minecraft:coal_block","minecraft:coal_ore","minecraft:coarse_dirt","minecraft:cobblestone","minecraft:cobblestone_slab","minecraft:cobblestone_stairs","minecraft:cobblestone_wall","minecraft:cobweb","minecraft:cocoa_beans","minecraft:cod","minecraft:cod_bucket","minecraft:cod_spawn_egg","minecraft:command_block","minecraft:command_block_minecart","minecraft:comparator","minecraft:compass","minecraft:composter","minecraft:conduit","minecraft:cooked_beef","minecraft:cooked_chicken","minecraft:cooked_cod","minecraft:cooked_mutton","minecraft:cooked_porkchop","minecraft:cooked_rabbit","minecraft:cooked_salmon","minecraft:cookie","minecraft:cornflower","minecraft:cow_spawn_egg","minecraft:cracked_stone_bricks","minecraft:crafting_table","minecraft:creeper_banner_pattern","minecraft:creeper_head","minecraft:creeper_spawn_egg","minecraft:crossbow","minecraft:cut_red_sandstone","minecraft:cut_red_sandstone_slab","minecraft:cut_sandstone","minecraft:cut_sandstone_slab","minecraft:cyan_banner","minecraft:cyan_bed","minecraft:cyan_carpet","minecraft:cyan_concrete","minecraft:cyan_concrete_powder","minecraft:cyan_dye","minecraft:cyan_glazed_terracotta","minecraft:cyan_shulker_box","minecraft:cyan_stained_glass","minecraft:cyan_stained_glass_pane","minecraft:cyan_terracotta","minecraft:cyan_wool","minecraft:damaged_anvil","minecraft:dandelion","minecraft:dark_oak_boat","minecraft:dark_oak_button","minecraft:dark_oak_door","minecraft:dark_oak_fence","minecraft:dark_oak_fence_gate","minecraft:dark_oak_leaves","minecraft:dark_oak_log","minecraft:dark_oak_planks","minecraft:dark_oak_pressure_plate","minecraft:dark_oak_sapling","minecraft:dark_oak_sign","minecraft:dark_oak_slab","minecraft:dark_oak_stairs","minecraft:dark_oak_trapdoor","minecraft:dark_oak_wood","minecraft:dark_prismarine","minecraft:dark_prismarine_slab","minecraft:dark_prismarine_stairs","minecraft:daylight_detector","minecraft:dead_brain_coral","minecraft:dead_brain_coral_block","minecraft:dead_brain_coral_fan","minecraft:dead_bubble_coral","minecraft:dead_bubble_coral_block","minecraft:dead_bubble_coral_fan","minecraft:dead_bush","minecraft:dead_fire_coral","minecraft:dead_fire_coral_block","minecraft:dead_fire_coral_fan","minecraft:dead_horn_coral","minecraft:dead_horn_coral_block","minecraft:dead_horn_coral_fan","minecraft:dead_tube_coral","minecraft:dead_tube_coral_block","minecraft:dead_tube_coral_fan","minecraft:debug_stick","minecraft:detector_rail","minecraft:diamond","minecraft:diamond_axe","minecraft:diamond_block","minecraft:diamond_boots","minecraft:diamond_chestplate","minecraft:diamond_helmet","minecraft:diamond_hoe","minecraft:diamond_horse_armor","minecraft:diamond_leggings","minecraft:diamond_ore","minecraft:diamond_pickaxe","minecraft:diamond_shovel","minecraft:diamond_sword","minecraft:diorite","minecraft:diorite_slab","minecraft:diorite_stairs","minecraft:diorite_wall","minecraft:dirt","minecraft:dispenser","minecraft:dolphin_spawn_egg","minecraft:donkey_spawn_egg","minecraft:dragon_breath","minecraft:dragon_egg","minecraft:dragon_head","minecraft:dried_kelp","minecraft:dried_kelp_block","minecraft:dropper","minecraft:drowned_spawn_egg","minecraft:egg","minecraft:elder_guardian_spawn_egg","minecraft:elytra","minecraft:emerald","minecraft:emerald_block","minecraft:emerald_ore","minecraft:enchanted_book","minecraft:enchanted_golden_apple","minecraft:enchanting_table","minecraft:end_crystal","minecraft:end_portal_frame","minecraft:end_rod","minecraft:end_stone","minecraft:end_stone_brick_slab","minecraft:end_stone_brick_stairs","minecraft:end_stone_brick_wall","minecraft:end_stone_bricks","minecraft:ender_chest","minecraft:ender_eye","minecraft:ender_pearl","minecraft:enderman_spawn_egg","minecraft:endermite_spawn_egg","minecraft:evoker_spawn_egg","minecraft:experience_bottle","minecraft:farmland","minecraft:feather","minecraft:fermented_spider_eye","minecraft:fern","minecraft:filled_map","minecraft:fire_charge","minecraft:fire_coral","minecraft:fire_coral_block","minecraft:fire_coral_fan","minecraft:firework_rocket","minecraft:firework_star","minecraft:fishing_rod","minecraft:fletching_table","minecraft:flint","minecraft:flint_and_steel","minecraft:flower_banner_pattern","minecraft:flower_pot","minecraft:fox_spawn_egg","minecraft:furnace","minecraft:furnace_minecart","minecraft:ghast_spawn_egg","minecraft:ghast_tear","minecraft:glass","minecraft:glass_bottle","minecraft:glass_pane","minecraft:glistering_melon_slice","minecraft:globe_banner_pattern","minecraft:glowstone","minecraft:glowstone_dust","minecraft:gold_block","minecraft:gold_ingot","minecraft:gold_nugget","minecraft:gold_ore","minecraft:golden_apple","minecraft:golden_axe","minecraft:golden_boots","minecraft:golden_carrot","minecraft:golden_chestplate","minecraft:golden_helmet","minecraft:golden_hoe","minecraft:golden_horse_armor","minecraft:golden_leggings","minecraft:golden_pickaxe","minecraft:golden_shovel","minecraft:golden_sword","minecraft:granite","minecraft:granite_slab","minecraft:granite_stairs","minecraft:granite_wall","minecraft:grass","minecraft:grass_block","minecraft:grass_path","minecraft:gravel","minecraft:gray_banner","minecraft:gray_bed","minecraft:gray_carpet","minecraft:gray_concrete","minecraft:gray_concrete_powder","minecraft:gray_dye","minecraft:gray_glazed_terracotta","minecraft:gray_shulker_box","minecraft:gray_stained_glass","minecraft:gray_stained_glass_pane","minecraft:gray_terracotta","minecraft:gray_wool","minecraft:green_banner","minecraft:green_bed","minecraft:green_carpet","minecraft:green_concrete","minecraft:green_concrete_powder","minecraft:green_dye","minecraft:green_glazed_terracotta","minecraft:green_shulker_box","minecraft:green_stained_glass","minecraft:green_stained_glass_pane","minecraft:green_terracotta","minecraft:green_wool","minecraft:grindstone","minecraft:guardian_spawn_egg","minecraft:gunpowder","minecraft:hay_block","minecraft:heart_of_the_sea","minecraft:heavy_weighted_pressure_plate","minecraft:hopper","minecraft:hopper_minecart","minecraft:horn_coral","minecraft:horn_coral_block","minecraft:horn_coral_fan","minecraft:horse_spawn_egg","minecraft:husk_spawn_egg","minecraft:ice","minecraft:infested_chiseled_stone_bricks","minecraft:infested_cobblestone","minecraft:infested_cracked_stone_bricks","minecraft:infested_mossy_stone_bricks","minecraft:infested_stone","minecraft:infested_stone_bricks","minecraft:ink_sac","minecraft:iron_axe","minecraft:iron_bars","minecraft:iron_block","minecraft:iron_boots","minecraft:iron_chestplate","minecraft:iron_door","minecraft:iron_helmet","minecraft:iron_hoe","minecraft:iron_horse_armor","minecraft:iron_ingot","minecraft:iron_leggings","minecraft:iron_nugget","minecraft:iron_ore","minecraft:iron_pickaxe","minecraft:iron_shovel","minecraft:iron_sword","minecraft:iron_trapdoor","minecraft:item_frame","minecraft:jack_o_lantern","minecraft:jigsaw","minecraft:jukebox","minecraft:jungle_boat","minecraft:jungle_button","minecraft:jungle_door","minecraft:jungle_fence","minecraft:jungle_fence_gate","minecraft:jungle_leaves","minecraft:jungle_log","minecraft:jungle_planks","minecraft:jungle_pressure_plate","minecraft:jungle_sapling","minecraft:jungle_sign","minecraft:jungle_slab","minecraft:jungle_stairs","minecraft:jungle_trapdoor","minecraft:jungle_wood","minecraft:kelp","minecraft:knowledge_book","minecraft:ladder","minecraft:lantern","minecraft:lapis_block","minecraft:lapis_lazuli","minecraft:lapis_ore","minecraft:large_fern","minecraft:lava_bucket","minecraft:lead","minecraft:leather","minecraft:leather_boots","minecraft:leather_chestplate","minecraft:leather_helmet","minecraft:leather_horse_armor","minecraft:leather_leggings","minecraft:lectern","minecraft:lever","minecraft:light_blue_banner","minecraft:light_blue_bed","minecraft:light_blue_carpet","minecraft:light_blue_concrete","minecraft:light_blue_concrete_powder","minecraft:light_blue_dye","minecraft:light_blue_glazed_terracotta","minecraft:light_blue_shulker_box","minecraft:light_blue_stained_glass","minecraft:light_blue_stained_glass_pane","minecraft:light_blue_terracotta","minecraft:light_blue_wool","minecraft:light_gray_banner","minecraft:light_gray_bed","minecraft:light_gray_carpet","minecraft:light_gray_concrete","minecraft:light_gray_concrete_powder","minecraft:light_gray_dye","minecraft:light_gray_glazed_terracotta","minecraft:light_gray_shulker_box","minecraft:light_gray_stained_glass","minecraft:light_gray_stained_glass_pane","minecraft:light_gray_terracotta","minecraft:light_gray_wool","minecraft:light_weighted_pressure_plate","minecraft:lilac","minecraft:lily_of_the_valley","minecraft:lily_pad","minecraft:lime_banner","minecraft:lime_bed","minecraft:lime_carpet","minecraft:lime_concrete","minecraft:lime_concrete_powder","minecraft:lime_dye","minecraft:lime_glazed_terracotta","minecraft:lime_shulker_box","minecraft:lime_stained_glass","minecraft:lime_stained_glass_pane","minecraft:lime_terracotta","minecraft:lime_wool","minecraft:lingering_potion","minecraft:llama_spawn_egg","minecraft:loom","minecraft:magenta_banner","minecraft:magenta_bed","minecraft:magenta_carpet","minecraft:magenta_concrete","minecraft:magenta_concrete_powder","minecraft:magenta_dye","minecraft:magenta_glazed_terracotta","minecraft:magenta_shulker_box","minecraft:magenta_stained_glass","minecraft:magenta_stained_glass_pane","minecraft:magenta_terracotta","minecraft:magenta_wool","minecraft:magma_block","minecraft:magma_cream","minecraft:magma_cube_spawn_egg","minecraft:map","minecraft:melon","minecraft:melon_seeds","minecraft:melon_slice","minecraft:milk_bucket","minecraft:minecart","minecraft:mojang_banner_pattern","minecraft:mooshroom_spawn_egg","minecraft:mossy_cobblestone","minecraft:mossy_cobblestone_slab","minecraft:mossy_cobblestone_stairs","minecraft:mossy_cobblestone_wall","minecraft:mossy_stone_brick_slab","minecraft:mossy_stone_brick_stairs","minecraft:mossy_stone_brick_wall","minecraft:mossy_stone_bricks","minecraft:mule_spawn_egg","minecraft:mushroom_stem","minecraft:mushroom_stew","minecraft:music_disc_11","minecraft:music_disc_13","minecraft:music_disc_blocks","minecraft:music_disc_cat","minecraft:music_disc_chirp","minecraft:music_disc_far","minecraft:music_disc_mall","minecraft:music_disc_mellohi","minecraft:music_disc_stal","minecraft:music_disc_strad","minecraft:music_disc_wait","minecraft:music_disc_ward","minecraft:mutton","minecraft:mycelium","minecraft:name_tag","minecraft:nautilus_shell","minecraft:nether_brick","minecraft:nether_brick_fence","minecraft:nether_brick_slab","minecraft:nether_brick_stairs","minecraft:nether_brick_wall","minecraft:nether_bricks","minecraft:nether_quartz_ore","minecraft:nether_star","minecraft:nether_wart","minecraft:nether_wart_block","minecraft:netherrack","minecraft:note_block","minecraft:oak_boat","minecraft:oak_button","minecraft:oak_door","minecraft:oak_fence","minecraft:oak_fence_gate","minecraft:oak_leaves","minecraft:oak_log","minecraft:oak_planks","minecraft:oak_pressure_plate","minecraft:oak_sapling","minecraft:oak_sign","minecraft:oak_slab","minecraft:oak_stairs","minecraft:oak_trapdoor","minecraft:oak_wood","minecraft:observer","minecraft:obsidian","minecraft:ocelot_spawn_egg","minecraft:orange_banner","minecraft:orange_bed","minecraft:orange_carpet","minecraft:orange_concrete","minecraft:orange_concrete_powder","minecraft:orange_dye","minecraft:orange_glazed_terracotta","minecraft:orange_shulker_box","minecraft:orange_stained_glass","minecraft:orange_stained_glass_pane","minecraft:orange_terracotta","minecraft:orange_tulip","minecraft:orange_wool","minecraft:oxeye_daisy","minecraft:packed_ice","minecraft:painting","minecraft:panda_spawn_egg","minecraft:paper","minecraft:parrot_spawn_egg","minecraft:peony","minecraft:petrified_oak_slab","minecraft:phantom_membrane","minecraft:phantom_spawn_egg","minecraft:pig_spawn_egg","minecraft:pillager_spawn_egg","minecraft:pink_banner","minecraft:pink_bed","minecraft:pink_carpet","minecraft:pink_concrete","minecraft:pink_concrete_powder","minecraft:pink_dye","minecraft:pink_glazed_terracotta","minecraft:pink_shulker_box","minecraft:pink_stained_glass","minecraft:pink_stained_glass_pane","minecraft:pink_terracotta","minecraft:pink_tulip","minecraft:pink_wool","minecraft:piston","minecraft:player_head","minecraft:podzol","minecraft:poisonous_potato","minecraft:polar_bear_spawn_egg","minecraft:polished_andesite","minecraft:polished_andesite_slab","minecraft:polished_andesite_stairs","minecraft:polished_diorite","minecraft:polished_diorite_slab","minecraft:polished_diorite_stairs","minecraft:polished_granite","minecraft:polished_granite_slab","minecraft:polished_granite_stairs","minecraft:popped_chorus_fruit","minecraft:poppy","minecraft:porkchop","minecraft:potato","minecraft:potion","minecraft:powered_rail","minecraft:prismarine","minecraft:prismarine_brick_slab","minecraft:prismarine_brick_stairs","minecraft:prismarine_bricks","minecraft:prismarine_crystals","minecraft:prismarine_shard","minecraft:prismarine_slab","minecraft:prismarine_stairs","minecraft:prismarine_wall","minecraft:pufferfish","minecraft:pufferfish_bucket","minecraft:pufferfish_spawn_egg","minecraft:pumpkin","minecraft:pumpkin_pie","minecraft:pumpkin_seeds","minecraft:purple_banner","minecraft:purple_bed","minecraft:purple_carpet","minecraft:purple_concrete","minecraft:purple_concrete_powder","minecraft:purple_dye","minecraft:purple_glazed_terracotta","minecraft:purple_shulker_box","minecraft:purple_stained_glass","minecraft:purple_stained_glass_pane","minecraft:purple_terracotta","minecraft:purple_wool","minecraft:purpur_block","minecraft:purpur_pillar","minecraft:purpur_slab","minecraft:purpur_stairs","minecraft:quartz","minecraft:quartz_block","minecraft:quartz_pillar","minecraft:quartz_slab","minecraft:quartz_stairs","minecraft:rabbit","minecraft:rabbit_foot","minecraft:rabbit_hide","minecraft:rabbit_spawn_egg","minecraft:rabbit_stew","minecraft:rail","minecraft:ravager_spawn_egg","minecraft:red_banner","minecraft:red_bed","minecraft:red_carpet","minecraft:red_concrete","minecraft:red_concrete_powder","minecraft:red_dye","minecraft:red_glazed_terracotta","minecraft:red_mushroom","minecraft:red_mushroom_block","minecraft:red_nether_brick_slab","minecraft:red_nether_brick_stairs","minecraft:red_nether_brick_wall","minecraft:red_nether_bricks","minecraft:red_sand","minecraft:red_sandstone","minecraft:red_sandstone_slab","minecraft:red_sandstone_stairs","minecraft:red_sandstone_wall","minecraft:red_shulker_box","minecraft:red_stained_glass","minecraft:red_stained_glass_pane","minecraft:red_terracotta","minecraft:red_tulip","minecraft:red_wool","minecraft:redstone","minecraft:redstone_block","minecraft:redstone_lamp","minecraft:redstone_ore","minecraft:redstone_torch","minecraft:repeater","minecraft:repeating_command_block","minecraft:rose_bush","minecraft:rotten_flesh","minecraft:saddle","minecraft:salmon","minecraft:salmon_bucket","minecraft:salmon_spawn_egg","minecraft:sand","minecraft:sandstone","minecraft:sandstone_slab","minecraft:sandstone_stairs","minecraft:sandstone_wall","minecraft:scaffolding","minecraft:scute","minecraft:sea_lantern","minecraft:sea_pickle","minecraft:seagrass","minecraft:shears","minecraft:sheep_spawn_egg","minecraft:shield","minecraft:shulker_box","minecraft:shulker_shell","minecraft:shulker_spawn_egg","minecraft:silverfish_spawn_egg","minecraft:skeleton_horse_spawn_egg","minecraft:skeleton_skull","minecraft:skeleton_spawn_egg","minecraft:skull_banner_pattern","minecraft:slime_ball","minecraft:slime_block","minecraft:slime_spawn_egg","minecraft:smithing_table","minecraft:smoker","minecraft:smooth_quartz","minecraft:smooth_quartz_slab","minecraft:smooth_quartz_stairs","minecraft:smooth_red_sandstone","minecraft:smooth_red_sandstone_slab","minecraft:smooth_red_sandstone_stairs","minecraft:smooth_sandstone","minecraft:smooth_sandstone_slab","minecraft:smooth_sandstone_stairs","minecraft:smooth_stone","minecraft:smooth_stone_slab","minecraft:snow","minecraft:snow_block","minecraft:snowball","minecraft:soul_sand","minecraft:spawner","minecraft:spectral_arrow","minecraft:spider_eye","minecraft:spider_spawn_egg","minecraft:splash_potion","minecraft:sponge","minecraft:spruce_boat","minecraft:spruce_button","minecraft:spruce_door","minecraft:spruce_fence","minecraft:spruce_fence_gate","minecraft:spruce_leaves","minecraft:spruce_log","minecraft:spruce_planks","minecraft:spruce_pressure_plate","minecraft:spruce_sapling","minecraft:spruce_sign","minecraft:spruce_slab","minecraft:spruce_stairs","minecraft:spruce_trapdoor","minecraft:spruce_wood","minecraft:squid_spawn_egg","minecraft:stick","minecraft:sticky_piston","minecraft:stone","minecraft:stone_axe","minecraft:stone_brick_slab","minecraft:stone_brick_stairs","minecraft:stone_brick_wall","minecraft:stone_bricks","minecraft:stone_button","minecraft:stone_hoe","minecraft:stone_pickaxe","minecraft:stone_pressure_plate","minecraft:stone_shovel","minecraft:stone_slab","minecraft:stone_stairs","minecraft:stone_sword","minecraft:stonecutter","minecraft:stray_spawn_egg","minecraft:string","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood","minecraft:structure_block","minecraft:structure_void","minecraft:sugar","minecraft:sugar_cane","minecraft:sunflower","minecraft:suspicious_stew","minecraft:sweet_berries","minecraft:tall_grass","minecraft:terracotta","minecraft:tipped_arrow","minecraft:tnt","minecraft:tnt_minecart","minecraft:torch","minecraft:totem_of_undying","minecraft:trader_llama_spawn_egg","minecraft:trapped_chest","minecraft:trident","minecraft:tripwire_hook","minecraft:tropical_fish","minecraft:tropical_fish_bucket","minecraft:tropical_fish_spawn_egg","minecraft:tube_coral","minecraft:tube_coral_block","minecraft:tube_coral_fan","minecraft:turtle_egg","minecraft:turtle_helmet","minecraft:turtle_spawn_egg","minecraft:vex_spawn_egg","minecraft:villager_spawn_egg","minecraft:vindicator_spawn_egg","minecraft:vine","minecraft:wandering_trader_spawn_egg","minecraft:water_bucket","minecraft:wet_sponge","minecraft:wheat","minecraft:wheat_seeds","minecraft:white_banner","minecraft:white_bed","minecraft:white_carpet","minecraft:white_concrete","minecraft:white_concrete_powder","minecraft:white_dye","minecraft:white_glazed_terracotta","minecraft:white_shulker_box","minecraft:white_stained_glass","minecraft:white_stained_glass_pane","minecraft:white_terracotta","minecraft:white_tulip","minecraft:white_wool","minecraft:witch_spawn_egg","minecraft:wither_rose","minecraft:wither_skeleton_skull","minecraft:wither_skeleton_spawn_egg","minecraft:wolf_spawn_egg","minecraft:wooden_axe","minecraft:wooden_hoe","minecraft:wooden_pickaxe","minecraft:wooden_shovel","minecraft:wooden_sword","minecraft:writable_book","minecraft:written_book","minecraft:yellow_banner","minecraft:yellow_bed","minecraft:yellow_carpet","minecraft:yellow_concrete","minecraft:yellow_concrete_powder","minecraft:yellow_dye","minecraft:yellow_glazed_terracotta","minecraft:yellow_shulker_box","minecraft:yellow_stained_glass","minecraft:yellow_stained_glass_pane","minecraft:yellow_terracotta","minecraft:yellow_wool","minecraft:zombie_head","minecraft:zombie_horse_spawn_egg","minecraft:zombie_pigman_spawn_egg","minecraft:zombie_spawn_egg","minecraft:zombie_villager_spawn_egg"],"entities":["minecraft:area_effect_cloud","minecraft:armor_stand","minecraft:arrow","minecraft:bat","minecraft:blaze","minecraft:boat","minecraft:cat","minecraft:cave_spider","minecraft:chest_minecart","minecraft:chicken","minecraft:cod","minecraft:command_block_minecart","minecraft:cow","minecraft:creeper","minecraft:dolphin","minecraft:donkey","minecraft:dragon_fireball","minecraft:drowned","minecraft:egg","minecraft:elder_guardian","minecraft:end_crystal","minecraft:ender_dragon","minecraft:ender_pearl","minecraft:enderman","minecraft:endermite","minecraft:evoker","minecraft:evoker_fangs","minecraft:experience_bottle","minecraft:experience_orb","minecraft:eye_of_ender","minecraft:falling_block","minecraft:fireball","minecraft:firework_rocket","minecraft:fishing_bobber","minecraft:fox","minecraft:furnace_minecart","minecraft:ghast","minecraft:giant","minecraft:guardian","minecraft:hopper_minecart","minecraft:horse","minecraft:husk","minecraft:illusioner","minecraft:iron_golem","minecraft:item","minecraft:item_frame","minecraft:leash_knot","minecraft:lightning_bolt","minecraft:llama","minecraft:llama_spit","minecraft:magma_cube","minecraft:minecart","minecraft:mooshroom","minecraft:mule","minecraft:ocelot","minecraft:painting","minecraft:panda","minecraft:parrot","minecraft:phantom","minecraft:pig","minecraft:pillager","minecraft:player","minecraft:polar_bear","minecraft:potion","minecraft:pufferfish","minecraft:rabbit","minecraft:ravager","minecraft:salmon","minecraft:sheep","minecraft:shulker","minecraft:shulker_bullet","minecraft:silverfish","minecraft:skeleton","minecraft:skeleton_horse","minecraft:slime","minecraft:small_fireball","minecraft:snow_golem","minecraft:snowball","minecraft:spawner_minecart","minecraft:spectral_arrow","minecraft:spider","minecraft:squid","minecraft:stray","minecraft:tnt","minecraft:tnt_minecart","minecraft:trader_llama","minecraft:trident","minecraft:tropical_fish","minecraft:turtle","minecraft:vex","minecraft:villager","minecraft:vindicator","minecraft:wandering_trader","minecraft:witch","minecraft:wither","minecraft:wither_skeleton","minecraft:wither_skull","minecraft:wolf","minecraft:zombie","minecraft:zombie_horse","minecraft:zombie_pigman","minecraft:zombie_villager"],"biomes":["minecraft:badlands","minecraft:badlands_plateau","minecraft:bamboo_jungle","minecraft:bamboo_jungle_hills","minecraft:beach","minecraft:birch_forest","minecraft:birch_forest_hills","minecraft:cold_ocean","minecraft:dark_forest","minecraft:dark_forest_hills","minecraft:deep_cold_ocean","minecraft:deep_frozen_ocean","minecraft:deep_lukewarm_ocean","minecraft:deep_ocean","minecraft:deep_warm_ocean","minecraft:desert","minecraft:desert_hills","minecraft:desert_lakes","minecraft:end_barrens","minecraft:end_highlands","minecraft:end_midlands","minecraft:eroded_badlands","minecraft:flower_forest","minecraft:forest","minecraft:frozen_ocean","minecraft:frozen_river","minecraft:giant_spruce_taiga","minecraft:giant_spruce_taiga_hills","minecraft:giant_tree_taiga","minecraft:giant_tree_taiga_hills","minecraft:gravelly_mountains","minecraft:ice_spikes","minecraft:jungle","minecraft:jungle_edge","minecraft:jungle_hills","minecraft:lukewarm_ocean","minecraft:modified_badlands_plateau","minecraft:modified_gravelly_mountains","minecraft:modified_jungle","minecraft:modified_jungle_edge","minecraft:modified_wooded_badlands_plateau","minecraft:mountain_edge","minecraft:mountains","minecraft:mushroom_field_shore","minecraft:mushroom_fields","minecraft:nether","minecraft:ocean","minecraft:plains","minecraft:river","minecraft:savanna","minecraft:savanna_plateau","minecraft:shattered_savanna","minecraft:shattered_savanna_plateau","minecraft:small_end_islands","minecraft:snowy_beach","minecraft:snowy_mountains","minecraft:snowy_taiga","minecraft:snowy_taiga_hills","minecraft:snowy_taiga_mountains","minecraft:snowy_tundra","minecraft:stone_shore","minecraft:sunflower_plains","minecraft:swamp","minecraft:swamp_hills","minecraft:taiga","minecraft:taiga_hills","minecraft:taiga_mountains","minecraft:tall_birch_forest","minecraft:tall_birch_hills","minecraft:the_end","minecraft:the_void","minecraft:warm_ocean","minecraft:wooded_badlands_plateau","minecraft:wooded_hills","minecraft:wooded_mountains"],"blocktags":{"minecraft:slabs":["minecraft:stone_slab","minecraft:smooth_stone_slab","minecraft:stone_brick_slab","minecraft:sandstone_slab","minecraft:acacia_slab","minecraft:birch_slab","minecraft:dark_oak_slab","minecraft:jungle_slab","minecraft:oak_slab","minecraft:spruce_slab","minecraft:purpur_slab","minecraft:quartz_slab","minecraft:red_sandstone_slab","minecraft:brick_slab","minecraft:cobblestone_slab","minecraft:nether_brick_slab","minecraft:petrified_oak_slab","minecraft:prismarine_slab","minecraft:prismarine_brick_slab","minecraft:dark_prismarine_slab","minecraft:polished_granite_slab","minecraft:smooth_red_sandstone_slab","minecraft:mossy_stone_brick_slab","minecraft:polished_diorite_slab","minecraft:mossy_cobblestone_slab","minecraft:end_stone_brick_slab","minecraft:smooth_sandstone_slab","minecraft:smooth_quartz_slab","minecraft:granite_slab","minecraft:andesite_slab","minecraft:red_nether_brick_slab","minecraft:polished_andesite_slab","minecraft:diorite_slab","minecraft:cut_sandstone_slab","minecraft:cut_red_sandstone_slab"],"minecraft:carpets":["minecraft:white_carpet","minecraft:orange_carpet","minecraft:magenta_carpet","minecraft:light_blue_carpet","minecraft:yellow_carpet","minecraft:lime_carpet","minecraft:pink_carpet","minecraft:gray_carpet","minecraft:light_gray_carpet","minecraft:cyan_carpet","minecraft:purple_carpet","minecraft:blue_carpet","minecraft:brown_carpet","minecraft:green_carpet","minecraft:red_carpet","minecraft:black_carpet"],"minecraft:stairs":["minecraft:oak_stairs","minecraft:cobblestone_stairs","minecraft:spruce_stairs","minecraft:sandstone_stairs","minecraft:acacia_stairs","minecraft:jungle_stairs","minecraft:birch_stairs","minecraft:dark_oak_stairs","minecraft:nether_brick_stairs","minecraft:stone_brick_stairs","minecraft:brick_stairs","minecraft:purpur_stairs","minecraft:quartz_stairs","minecraft:red_sandstone_stairs","minecraft:prismarine_brick_stairs","minecraft:prismarine_stairs","minecraft:dark_prismarine_stairs","minecraft:polished_granite_stairs","minecraft:smooth_red_sandstone_stairs","minecraft:mossy_stone_brick_stairs","minecraft:polished_diorite_stairs","minecraft:mossy_cobblestone_stairs","minecraft:end_stone_brick_stairs","minecraft:stone_stairs","minecraft:smooth_sandstone_stairs","minecraft:smooth_quartz_stairs","minecraft:granite_stairs","minecraft:andesite_stairs","minecraft:red_nether_brick_stairs","minecraft:polished_andesite_stairs","minecraft:diorite_stairs"],"minecraft:wooden_doors":["minecraft:oak_door","minecraft:spruce_door","minecraft:birch_door","minecraft:jungle_door","minecraft:acacia_door","minecraft:dark_oak_door"],"minecraft:jungle_logs":["minecraft:jungle_log","minecraft:jungle_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood"],"minecraft:planks":["minecraft:oak_planks","minecraft:spruce_planks","minecraft:birch_planks","minecraft:jungle_planks","minecraft:acacia_planks","minecraft:dark_oak_planks"],"minecraft:wall_corals":["minecraft:tube_coral_wall_fan","minecraft:brain_coral_wall_fan","minecraft:bubble_coral_wall_fan","minecraft:fire_coral_wall_fan","minecraft:horn_coral_wall_fan"],"minecraft:acacia_logs":["minecraft:acacia_log","minecraft:acacia_wood","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood"],"minecraft:wither_immune":["minecraft:barrier","minecraft:bedrock","minecraft:end_portal","minecraft:end_portal_frame","minecraft:end_gateway","minecraft:command_block","minecraft:repeating_command_block","minecraft:chain_command_block","minecraft:structure_block","minecraft:jigsaw","minecraft:moving_piston"],"minecraft:flower_pots":["minecraft:flower_pot","minecraft:potted_poppy","minecraft:potted_blue_orchid","minecraft:potted_allium","minecraft:potted_azure_bluet","minecraft:potted_red_tulip","minecraft:potted_orange_tulip","minecraft:potted_white_tulip","minecraft:potted_pink_tulip","minecraft:potted_oxeye_daisy","minecraft:potted_dandelion","minecraft:potted_oak_sapling","minecraft:potted_spruce_sapling","minecraft:potted_birch_sapling","minecraft:potted_jungle_sapling","minecraft:potted_acacia_sapling","minecraft:potted_dark_oak_sapling","minecraft:potted_red_mushroom","minecraft:potted_brown_mushroom","minecraft:potted_dead_bush","minecraft:potted_fern","minecraft:potted_cactus","minecraft:potted_cornflower","minecraft:potted_lily_of_the_valley","minecraft:potted_wither_rose","minecraft:potted_bamboo"],"minecraft:stone_bricks":["minecraft:stone_bricks","minecraft:mossy_stone_bricks","minecraft:cracked_stone_bricks","minecraft:chiseled_stone_bricks"],"minecraft:enderman_holdable":["minecraft:grass_block","minecraft:dirt","minecraft:coarse_dirt","minecraft:podzol","minecraft:sand","minecraft:red_sand","minecraft:gravel","minecraft:brown_mushroom","minecraft:red_mushroom","minecraft:tnt","minecraft:cactus","minecraft:clay","minecraft:pumpkin","minecraft:carved_pumpkin","minecraft:melon","minecraft:mycelium","minecraft:netherrack","minecraft:dandelion","minecraft:poppy","minecraft:blue_orchid","minecraft:allium","minecraft:azure_bluet","minecraft:red_tulip","minecraft:orange_tulip","minecraft:white_tulip","minecraft:pink_tulip","minecraft:oxeye_daisy","minecraft:cornflower","minecraft:lily_of_the_valley","minecraft:wither_rose"],"minecraft:spruce_logs":["minecraft:spruce_log","minecraft:spruce_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood"],"minecraft:wooden_slabs":["minecraft:oak_slab","minecraft:spruce_slab","minecraft:birch_slab","minecraft:jungle_slab","minecraft:acacia_slab","minecraft:dark_oak_slab"],"minecraft:coral_blocks":["minecraft:tube_coral_block","minecraft:brain_coral_block","minecraft:bubble_coral_block","minecraft:fire_coral_block","minecraft:horn_coral_block"],"minecraft:signs":["minecraft:oak_sign","minecraft:spruce_sign","minecraft:birch_sign","minecraft:acacia_sign","minecraft:jungle_sign","minecraft:dark_oak_sign","minecraft:oak_wall_sign","minecraft:spruce_wall_sign","minecraft:birch_wall_sign","minecraft:acacia_wall_sign","minecraft:jungle_wall_sign","minecraft:dark_oak_wall_sign"],"minecraft:dark_oak_logs":["minecraft:dark_oak_log","minecraft:dark_oak_wood","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood"],"minecraft:sand":["minecraft:sand","minecraft:red_sand"],"minecraft:valid_spawn":["minecraft:grass_block","minecraft:podzol"],"minecraft:underwater_bonemeals":["minecraft:seagrass","minecraft:tube_coral_fan","minecraft:brain_coral_fan","minecraft:bubble_coral_fan","minecraft:fire_coral_fan","minecraft:horn_coral_fan","minecraft:tube_coral","minecraft:brain_coral","minecraft:bubble_coral","minecraft:fire_coral","minecraft:horn_coral","minecraft:tube_coral_wall_fan","minecraft:brain_coral_wall_fan","minecraft:bubble_coral_wall_fan","minecraft:fire_coral_wall_fan","minecraft:horn_coral_wall_fan"],"minecraft:oak_logs":["minecraft:oak_log","minecraft:oak_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood"],"minecraft:buttons":["minecraft:stone_button","minecraft:oak_button","minecraft:spruce_button","minecraft:birch_button","minecraft:jungle_button","minecraft:acacia_button","minecraft:dark_oak_button"],"minecraft:wooden_pressure_plates":["minecraft:oak_pressure_plate","minecraft:spruce_pressure_plate","minecraft:birch_pressure_plate","minecraft:jungle_pressure_plate","minecraft:acacia_pressure_plate","minecraft:dark_oak_pressure_plate"],"minecraft:beds":["minecraft:red_bed","minecraft:black_bed","minecraft:blue_bed","minecraft:brown_bed","minecraft:cyan_bed","minecraft:gray_bed","minecraft:green_bed","minecraft:light_blue_bed","minecraft:light_gray_bed","minecraft:lime_bed","minecraft:magenta_bed","minecraft:orange_bed","minecraft:pink_bed","minecraft:purple_bed","minecraft:white_bed","minecraft:yellow_bed"],"minecraft:walls":["minecraft:cobblestone_wall","minecraft:mossy_cobblestone_wall","minecraft:brick_wall","minecraft:prismarine_wall","minecraft:red_sandstone_wall","minecraft:mossy_stone_brick_wall","minecraft:granite_wall","minecraft:stone_brick_wall","minecraft:nether_brick_wall","minecraft:andesite_wall","minecraft:red_nether_brick_wall","minecraft:sandstone_wall","minecraft:end_stone_brick_wall","minecraft:diorite_wall"],"minecraft:rails":["minecraft:rail","minecraft:powered_rail","minecraft:detector_rail","minecraft:activator_rail"],"minecraft:birch_logs":["minecraft:birch_log","minecraft:birch_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood"],"minecraft:wooden_trapdoors":["minecraft:acacia_trapdoor","minecraft:birch_trapdoor","minecraft:dark_oak_trapdoor","minecraft:jungle_trapdoor","minecraft:oak_trapdoor","minecraft:spruce_trapdoor"],"minecraft:wooden_fences":["minecraft:oak_fence","minecraft:acacia_fence","minecraft:dark_oak_fence","minecraft:spruce_fence","minecraft:birch_fence","minecraft:jungle_fence"],"minecraft:saplings":["minecraft:oak_sapling","minecraft:spruce_sapling","minecraft:birch_sapling","minecraft:jungle_sapling","minecraft:acacia_sapling","minecraft:dark_oak_sapling"],"minecraft:small_flowers":["minecraft:dandelion","minecraft:poppy","minecraft:blue_orchid","minecraft:allium","minecraft:azure_bluet","minecraft:red_tulip","minecraft:orange_tulip","minecraft:white_tulip","minecraft:pink_tulip","minecraft:oxeye_daisy","minecraft:cornflower","minecraft:lily_of_the_valley","minecraft:wither_rose"],"minecraft:bamboo_plantable_on":["minecraft:bamboo","minecraft:bamboo_sapling","minecraft:gravel","minecraft:sand","minecraft:red_sand","minecraft:dirt","minecraft:grass_block","minecraft:podzol","minecraft:coarse_dirt","minecraft:mycelium"],"minecraft:ice":["minecraft:ice","minecraft:packed_ice","minecraft:blue_ice","minecraft:frosted_ice"],"minecraft:wooden_stairs":["minecraft:oak_stairs","minecraft:spruce_stairs","minecraft:birch_stairs","minecraft:jungle_stairs","minecraft:acacia_stairs","minecraft:dark_oak_stairs"],"minecraft:anvil":["minecraft:anvil","minecraft:chipped_anvil","minecraft:damaged_anvil"],"minecraft:logs":["minecraft:dark_oak_log","minecraft:dark_oak_wood","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood","minecraft:oak_log","minecraft:oak_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood","minecraft:acacia_log","minecraft:acacia_wood","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood","minecraft:birch_log","minecraft:birch_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood","minecraft:jungle_log","minecraft:jungle_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood","minecraft:spruce_log","minecraft:spruce_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood"],"minecraft:corals":["minecraft:tube_coral_fan","minecraft:brain_coral_fan","minecraft:bubble_coral_fan","minecraft:fire_coral_fan","minecraft:horn_coral_fan","minecraft:tube_coral","minecraft:brain_coral","minecraft:bubble_coral","minecraft:fire_coral","minecraft:horn_coral"],"minecraft:wooden_buttons":["minecraft:oak_button","minecraft:spruce_button","minecraft:birch_button","minecraft:jungle_button","minecraft:acacia_button","minecraft:dark_oak_button"],"minecraft:wool":["minecraft:white_wool","minecraft:orange_wool","minecraft:magenta_wool","minecraft:light_blue_wool","minecraft:yellow_wool","minecraft:lime_wool","minecraft:pink_wool","minecraft:gray_wool","minecraft:light_gray_wool","minecraft:cyan_wool","minecraft:purple_wool","minecraft:blue_wool","minecraft:brown_wool","minecraft:green_wool","minecraft:red_wool","minecraft:black_wool"],"minecraft:coral_plants":["minecraft:tube_coral","minecraft:brain_coral","minecraft:bubble_coral","minecraft:fire_coral","minecraft:horn_coral"],"minecraft:banners":["minecraft:white_banner","minecraft:orange_banner","minecraft:magenta_banner","minecraft:light_blue_banner","minecraft:yellow_banner","minecraft:lime_banner","minecraft:pink_banner","minecraft:gray_banner","minecraft:light_gray_banner","minecraft:cyan_banner","minecraft:purple_banner","minecraft:blue_banner","minecraft:brown_banner","minecraft:green_banner","minecraft:red_banner","minecraft:black_banner","minecraft:white_wall_banner","minecraft:orange_wall_banner","minecraft:magenta_wall_banner","minecraft:light_blue_wall_banner","minecraft:yellow_wall_banner","minecraft:lime_wall_banner","minecraft:pink_wall_banner","minecraft:gray_wall_banner","minecraft:light_gray_wall_banner","minecraft:cyan_wall_banner","minecraft:purple_wall_banner","minecraft:blue_wall_banner","minecraft:brown_wall_banner","minecraft:green_wall_banner","minecraft:red_wall_banner","minecraft:black_wall_banner"],"minecraft:dragon_immune":["minecraft:barrier","minecraft:bedrock","minecraft:end_portal","minecraft:end_portal_frame","minecraft:end_gateway","minecraft:command_block","minecraft:repeating_command_block","minecraft:chain_command_block","minecraft:structure_block","minecraft:jigsaw","minecraft:moving_piston","minecraft:obsidian","minecraft:end_stone","minecraft:iron_bars"],"minecraft:doors":["minecraft:iron_door","minecraft:oak_door","minecraft:spruce_door","minecraft:birch_door","minecraft:jungle_door","minecraft:acacia_door","minecraft:dark_oak_door"],"minecraft:fences":["minecraft:nether_brick_fence","minecraft:oak_fence","minecraft:acacia_fence","minecraft:dark_oak_fence","minecraft:spruce_fence","minecraft:birch_fence","minecraft:jungle_fence"],"minecraft:wall_signs":["minecraft:oak_wall_sign","minecraft:spruce_wall_sign","minecraft:birch_wall_sign","minecraft:acacia_wall_sign","minecraft:jungle_wall_sign","minecraft:dark_oak_wall_sign"],"minecraft:standing_signs":["minecraft:oak_sign","minecraft:spruce_sign","minecraft:birch_sign","minecraft:acacia_sign","minecraft:jungle_sign","minecraft:dark_oak_sign"],"minecraft:dirt_like":["minecraft:dirt","minecraft:grass_block","minecraft:podzol","minecraft:coarse_dirt","minecraft:mycelium"],"minecraft:impermeable":["minecraft:glass","minecraft:white_stained_glass","minecraft:orange_stained_glass","minecraft:magenta_stained_glass","minecraft:light_blue_stained_glass","minecraft:yellow_stained_glass","minecraft:lime_stained_glass","minecraft:pink_stained_glass","minecraft:gray_stained_glass","minecraft:light_gray_stained_glass","minecraft:cyan_stained_glass","minecraft:purple_stained_glass","minecraft:blue_stained_glass","minecraft:brown_stained_glass","minecraft:green_stained_glass","minecraft:red_stained_glass","minecraft:black_stained_glass"],"minecraft:trapdoors":["minecraft:iron_trapdoor","minecraft:acacia_trapdoor","minecraft:birch_trapdoor","minecraft:dark_oak_trapdoor","minecraft:jungle_trapdoor","minecraft:oak_trapdoor","minecraft:spruce_trapdoor"],"minecraft:leaves":["minecraft:jungle_leaves","minecraft:oak_leaves","minecraft:spruce_leaves","minecraft:dark_oak_leaves","minecraft:acacia_leaves","minecraft:birch_leaves"]},"itemtags":{"minecraft:boats":["minecraft:oak_boat","minecraft:spruce_boat","minecraft:birch_boat","minecraft:jungle_boat","minecraft:acacia_boat","minecraft:dark_oak_boat"],"minecraft:banners":["minecraft:white_banner","minecraft:orange_banner","minecraft:magenta_banner","minecraft:light_blue_banner","minecraft:yellow_banner","minecraft:lime_banner","minecraft:pink_banner","minecraft:gray_banner","minecraft:light_gray_banner","minecraft:cyan_banner","minecraft:purple_banner","minecraft:blue_banner","minecraft:brown_banner","minecraft:green_banner","minecraft:red_banner","minecraft:black_banner"],"minecraft:arrows":["minecraft:arrow","minecraft:tipped_arrow","minecraft:spectral_arrow"],"minecraft:coals":["minecraft:coal","minecraft:charcoal"],"minecraft:music_discs":["minecraft:music_disc_13","minecraft:music_disc_cat","minecraft:music_disc_blocks","minecraft:music_disc_chirp","minecraft:music_disc_far","minecraft:music_disc_mall","minecraft:music_disc_mellohi","minecraft:music_disc_stal","minecraft:music_disc_strad","minecraft:music_disc_ward","minecraft:music_disc_11","minecraft:music_disc_wait"],"minecraft:fishes":["minecraft:cod","minecraft:cooked_cod","minecraft:salmon","minecraft:cooked_salmon","minecraft:pufferfish","minecraft:tropical_fish"]},"entitytags":{"minecraft:raiders":["minecraft:evoker","minecraft:pillager","minecraft:ravager","minecraft:vindicator","minecraft:illusioner","minecraft:witch"],"minecraft:skeletons":["minecraft:skeleton","minecraft:stray","minecraft:wither_skeleton"]}}
\ No newline at end of file
+{
+ "blocks": {
+ "minecraft:acacia_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:acacia_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:acacia_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:acacia_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:acacia_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:acacia_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:acacia_log[axis=y]"
+ },
+ "minecraft:acacia_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:acacia_planks"
+ },
+ "minecraft:acacia_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_pressure_plate[powered=false]"
+ },
+ "minecraft:acacia_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:acacia_sapling[stage=0]"
+ },
+ "minecraft:acacia_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:acacia_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:acacia_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:acacia_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:acacia_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:acacia_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:acacia_wood[axis=y]"
+ },
+ "minecraft:activator_rail": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "shape": {
+ "values": [
+ "north_south",
+ "east_west",
+ "ascending_east",
+ "ascending_west",
+ "ascending_north",
+ "ascending_south"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:activator_rail[powered=false,shape=north_south]"
+ },
+ "minecraft:air": {
+ "properties": {},
+ "defaultstate": "minecraft:air"
+ },
+ "minecraft:allium": {
+ "properties": {},
+ "defaultstate": "minecraft:allium"
+ },
+ "minecraft:andesite": {
+ "properties": {},
+ "defaultstate": "minecraft:andesite"
+ },
+ "minecraft:andesite_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:andesite_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:andesite_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:andesite_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:andesite_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:anvil": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:anvil[facing=north]"
+ },
+ "minecraft:attached_melon_stem": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:attached_melon_stem[facing=north]"
+ },
+ "minecraft:attached_pumpkin_stem": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:attached_pumpkin_stem[facing=north]"
+ },
+ "minecraft:azure_bluet": {
+ "properties": {},
+ "defaultstate": "minecraft:azure_bluet"
+ },
+ "minecraft:bamboo": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ },
+ "leaves": {
+ "values": [
+ "none",
+ "small",
+ "large"
+ ],
+ "type": "enum"
+ },
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:bamboo[age=0,leaves=none,stage=0]"
+ },
+ "minecraft:bamboo_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:bamboo_sapling"
+ },
+ "minecraft:barrel": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:barrel[facing=north,open=false]"
+ },
+ "minecraft:barrier": {
+ "properties": {},
+ "defaultstate": "minecraft:barrier"
+ },
+ "minecraft:beacon": {
+ "properties": {},
+ "defaultstate": "minecraft:beacon"
+ },
+ "minecraft:bedrock": {
+ "properties": {},
+ "defaultstate": "minecraft:bedrock"
+ },
+ "minecraft:beetroots": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:beetroots[age=0]"
+ },
+ "minecraft:bell": {
+ "properties": {
+ "attachment": {
+ "values": [
+ "floor",
+ "ceiling",
+ "single_wall",
+ "double_wall"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:bell[attachment=floor,facing=north]"
+ },
+ "minecraft:birch_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:birch_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:birch_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:birch_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:birch_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:birch_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:birch_log[axis=y]"
+ },
+ "minecraft:birch_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:birch_planks"
+ },
+ "minecraft:birch_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_pressure_plate[powered=false]"
+ },
+ "minecraft:birch_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:birch_sapling[stage=0]"
+ },
+ "minecraft:birch_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:birch_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:birch_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:birch_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:birch_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:birch_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:birch_wood[axis=y]"
+ },
+ "minecraft:black_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:black_banner[rotation=0]"
+ },
+ "minecraft:black_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:black_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:black_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:black_carpet"
+ },
+ "minecraft:black_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:black_concrete"
+ },
+ "minecraft:black_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:black_concrete_powder"
+ },
+ "minecraft:black_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:black_glazed_terracotta[facing=north]"
+ },
+ "minecraft:black_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:black_shulker_box[facing=up]"
+ },
+ "minecraft:black_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:black_stained_glass"
+ },
+ "minecraft:black_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:black_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:black_terracotta"
+ },
+ "minecraft:black_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:black_wall_banner[facing=north]"
+ },
+ "minecraft:black_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:black_wool"
+ },
+ "minecraft:blast_furnace": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:blast_furnace[facing=north,lit=false]"
+ },
+ "minecraft:blue_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:blue_banner[rotation=0]"
+ },
+ "minecraft:blue_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:blue_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:blue_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_carpet"
+ },
+ "minecraft:blue_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_concrete"
+ },
+ "minecraft:blue_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_concrete_powder"
+ },
+ "minecraft:blue_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:blue_glazed_terracotta[facing=north]"
+ },
+ "minecraft:blue_ice": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_ice"
+ },
+ "minecraft:blue_orchid": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_orchid"
+ },
+ "minecraft:blue_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:blue_shulker_box[facing=up]"
+ },
+ "minecraft:blue_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_stained_glass"
+ },
+ "minecraft:blue_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:blue_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_terracotta"
+ },
+ "minecraft:blue_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:blue_wall_banner[facing=north]"
+ },
+ "minecraft:blue_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_wool"
+ },
+ "minecraft:bone_block": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:bone_block[axis=y]"
+ },
+ "minecraft:bookshelf": {
+ "properties": {},
+ "defaultstate": "minecraft:bookshelf"
+ },
+ "minecraft:brain_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brain_coral[waterlogged=true]"
+ },
+ "minecraft:brain_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:brain_coral_block"
+ },
+ "minecraft:brain_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brain_coral_fan[waterlogged=true]"
+ },
+ "minecraft:brain_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brain_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:brewing_stand": {
+ "properties": {
+ "has_bottle_0": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "has_bottle_1": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "has_bottle_2": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false]"
+ },
+ "minecraft:brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:brick_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:bricks"
+ },
+ "minecraft:brown_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:brown_banner[rotation=0]"
+ },
+ "minecraft:brown_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:brown_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:brown_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_carpet"
+ },
+ "minecraft:brown_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_concrete"
+ },
+ "minecraft:brown_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_concrete_powder"
+ },
+ "minecraft:brown_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:brown_glazed_terracotta[facing=north]"
+ },
+ "minecraft:brown_mushroom": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_mushroom"
+ },
+ "minecraft:brown_mushroom_block": {
+ "properties": {
+ "down": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]"
+ },
+ "minecraft:brown_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:brown_shulker_box[facing=up]"
+ },
+ "minecraft:brown_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_stained_glass"
+ },
+ "minecraft:brown_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:brown_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_terracotta"
+ },
+ "minecraft:brown_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:brown_wall_banner[facing=north]"
+ },
+ "minecraft:brown_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_wool"
+ },
+ "minecraft:bubble_column": {
+ "properties": {
+ "drag": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:bubble_column[drag=true]"
+ },
+ "minecraft:bubble_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:bubble_coral[waterlogged=true]"
+ },
+ "minecraft:bubble_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:bubble_coral_block"
+ },
+ "minecraft:bubble_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:bubble_coral_fan[waterlogged=true]"
+ },
+ "minecraft:bubble_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:bubble_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:cactus": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:cactus[age=0]"
+ },
+ "minecraft:cake": {
+ "properties": {
+ "bites": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:cake[bites=0]"
+ },
+ "minecraft:campfire": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "signal_fire": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false]"
+ },
+ "minecraft:carrots": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:carrots[age=0]"
+ },
+ "minecraft:cartography_table": {
+ "properties": {},
+ "defaultstate": "minecraft:cartography_table"
+ },
+ "minecraft:carved_pumpkin": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:carved_pumpkin[facing=north]"
+ },
+ "minecraft:cauldron": {
+ "properties": {
+ "level": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:cauldron[level=0]"
+ },
+ "minecraft:cave_air": {
+ "properties": {},
+ "defaultstate": "minecraft:cave_air"
+ },
+ "minecraft:chain_command_block": {
+ "properties": {
+ "conditional": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:chain_command_block[conditional=false,facing=north]"
+ },
+ "minecraft:chest": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "type": {
+ "values": [
+ "single",
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:chest[facing=north,type=single,waterlogged=false]"
+ },
+ "minecraft:chipped_anvil": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:chipped_anvil[facing=north]"
+ },
+ "minecraft:chiseled_quartz_block": {
+ "properties": {},
+ "defaultstate": "minecraft:chiseled_quartz_block"
+ },
+ "minecraft:chiseled_red_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:chiseled_red_sandstone"
+ },
+ "minecraft:chiseled_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:chiseled_sandstone"
+ },
+ "minecraft:chiseled_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:chiseled_stone_bricks"
+ },
+ "minecraft:chorus_flower": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:chorus_flower[age=0]"
+ },
+ "minecraft:chorus_plant": {
+ "properties": {
+ "down": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false]"
+ },
+ "minecraft:clay": {
+ "properties": {},
+ "defaultstate": "minecraft:clay"
+ },
+ "minecraft:coal_block": {
+ "properties": {},
+ "defaultstate": "minecraft:coal_block"
+ },
+ "minecraft:coal_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:coal_ore"
+ },
+ "minecraft:coarse_dirt": {
+ "properties": {},
+ "defaultstate": "minecraft:coarse_dirt"
+ },
+ "minecraft:cobblestone": {
+ "properties": {},
+ "defaultstate": "minecraft:cobblestone"
+ },
+ "minecraft:cobblestone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cobblestone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:cobblestone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:cobblestone_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cobblestone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:cobweb": {
+ "properties": {},
+ "defaultstate": "minecraft:cobweb"
+ },
+ "minecraft:cocoa": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2"
+ ],
+ "type": "int"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:cocoa[age=0,facing=north]"
+ },
+ "minecraft:command_block": {
+ "properties": {
+ "conditional": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:command_block[conditional=false,facing=north]"
+ },
+ "minecraft:comparator": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "mode": {
+ "values": [
+ "compare",
+ "subtract"
+ ],
+ "type": "enum"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:comparator[facing=north,mode=compare,powered=false]"
+ },
+ "minecraft:composter": {
+ "properties": {
+ "level": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:composter[level=0]"
+ },
+ "minecraft:conduit": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:conduit[waterlogged=true]"
+ },
+ "minecraft:cornflower": {
+ "properties": {},
+ "defaultstate": "minecraft:cornflower"
+ },
+ "minecraft:cracked_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:cracked_stone_bricks"
+ },
+ "minecraft:crafting_table": {
+ "properties": {},
+ "defaultstate": "minecraft:crafting_table"
+ },
+ "minecraft:creeper_head": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:creeper_head[rotation=0]"
+ },
+ "minecraft:creeper_wall_head": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:creeper_wall_head[facing=north]"
+ },
+ "minecraft:cut_red_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:cut_red_sandstone"
+ },
+ "minecraft:cut_red_sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:cut_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:cut_sandstone"
+ },
+ "minecraft:cut_sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cut_sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:cyan_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:cyan_banner[rotation=0]"
+ },
+ "minecraft:cyan_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:cyan_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:cyan_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_carpet"
+ },
+ "minecraft:cyan_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_concrete"
+ },
+ "minecraft:cyan_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_concrete_powder"
+ },
+ "minecraft:cyan_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:cyan_glazed_terracotta[facing=north]"
+ },
+ "minecraft:cyan_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:cyan_shulker_box[facing=up]"
+ },
+ "minecraft:cyan_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_stained_glass"
+ },
+ "minecraft:cyan_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:cyan_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_terracotta"
+ },
+ "minecraft:cyan_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:cyan_wall_banner[facing=north]"
+ },
+ "minecraft:cyan_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_wool"
+ },
+ "minecraft:damaged_anvil": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:damaged_anvil[facing=north]"
+ },
+ "minecraft:dandelion": {
+ "properties": {},
+ "defaultstate": "minecraft:dandelion"
+ },
+ "minecraft:dark_oak_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:dark_oak_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:dark_oak_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:dark_oak_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:dark_oak_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:dark_oak_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_log[axis=y]"
+ },
+ "minecraft:dark_oak_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:dark_oak_planks"
+ },
+ "minecraft:dark_oak_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_pressure_plate[powered=false]"
+ },
+ "minecraft:dark_oak_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_sapling[stage=0]"
+ },
+ "minecraft:dark_oak_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:dark_oak_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:dark_oak_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:dark_oak_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:dark_oak_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:dark_oak_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_wood[axis=y]"
+ },
+ "minecraft:dark_prismarine": {
+ "properties": {},
+ "defaultstate": "minecraft:dark_prismarine"
+ },
+ "minecraft:dark_prismarine_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_prismarine_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:dark_prismarine_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:daylight_detector": {
+ "properties": {
+ "inverted": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "power": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:daylight_detector[inverted=false,power=0]"
+ },
+ "minecraft:dead_brain_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_brain_coral[waterlogged=true]"
+ },
+ "minecraft:dead_brain_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_brain_coral_block"
+ },
+ "minecraft:dead_brain_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_brain_coral_fan[waterlogged=true]"
+ },
+ "minecraft:dead_brain_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:dead_bubble_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_bubble_coral[waterlogged=true]"
+ },
+ "minecraft:dead_bubble_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_bubble_coral_block"
+ },
+ "minecraft:dead_bubble_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_bubble_coral_fan[waterlogged=true]"
+ },
+ "minecraft:dead_bubble_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:dead_bush": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_bush"
+ },
+ "minecraft:dead_fire_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_fire_coral[waterlogged=true]"
+ },
+ "minecraft:dead_fire_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_fire_coral_block"
+ },
+ "minecraft:dead_fire_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_fire_coral_fan[waterlogged=true]"
+ },
+ "minecraft:dead_fire_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:dead_horn_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_horn_coral[waterlogged=true]"
+ },
+ "minecraft:dead_horn_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_horn_coral_block"
+ },
+ "minecraft:dead_horn_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_horn_coral_fan[waterlogged=true]"
+ },
+ "minecraft:dead_horn_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:dead_tube_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_tube_coral[waterlogged=true]"
+ },
+ "minecraft:dead_tube_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_tube_coral_block"
+ },
+ "minecraft:dead_tube_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_tube_coral_fan[waterlogged=true]"
+ },
+ "minecraft:dead_tube_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:detector_rail": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "shape": {
+ "values": [
+ "north_south",
+ "east_west",
+ "ascending_east",
+ "ascending_west",
+ "ascending_north",
+ "ascending_south"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:detector_rail[powered=false,shape=north_south]"
+ },
+ "minecraft:diamond_block": {
+ "properties": {},
+ "defaultstate": "minecraft:diamond_block"
+ },
+ "minecraft:diamond_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:diamond_ore"
+ },
+ "minecraft:diorite": {
+ "properties": {},
+ "defaultstate": "minecraft:diorite"
+ },
+ "minecraft:diorite_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:diorite_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:diorite_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:diorite_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:diorite_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:dirt": {
+ "properties": {},
+ "defaultstate": "minecraft:dirt"
+ },
+ "minecraft:dispenser": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "triggered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dispenser[facing=north,triggered=false]"
+ },
+ "minecraft:dragon_egg": {
+ "properties": {},
+ "defaultstate": "minecraft:dragon_egg"
+ },
+ "minecraft:dragon_head": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:dragon_head[rotation=0]"
+ },
+ "minecraft:dragon_wall_head": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:dragon_wall_head[facing=north]"
+ },
+ "minecraft:dried_kelp_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dried_kelp_block"
+ },
+ "minecraft:dropper": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "triggered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dropper[facing=north,triggered=false]"
+ },
+ "minecraft:emerald_block": {
+ "properties": {},
+ "defaultstate": "minecraft:emerald_block"
+ },
+ "minecraft:emerald_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:emerald_ore"
+ },
+ "minecraft:enchanting_table": {
+ "properties": {},
+ "defaultstate": "minecraft:enchanting_table"
+ },
+ "minecraft:end_gateway": {
+ "properties": {},
+ "defaultstate": "minecraft:end_gateway"
+ },
+ "minecraft:end_portal": {
+ "properties": {},
+ "defaultstate": "minecraft:end_portal"
+ },
+ "minecraft:end_portal_frame": {
+ "properties": {
+ "eye": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:end_portal_frame[eye=false,facing=north]"
+ },
+ "minecraft:end_rod": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:end_rod[facing=up]"
+ },
+ "minecraft:end_stone": {
+ "properties": {},
+ "defaultstate": "minecraft:end_stone"
+ },
+ "minecraft:end_stone_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:end_stone_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:end_stone_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:end_stone_brick_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:end_stone_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:end_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:end_stone_bricks"
+ },
+ "minecraft:ender_chest": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:ender_chest[facing=north,waterlogged=false]"
+ },
+ "minecraft:farmland": {
+ "properties": {
+ "moisture": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:farmland[moisture=0]"
+ },
+ "minecraft:fern": {
+ "properties": {},
+ "defaultstate": "minecraft:fern"
+ },
+ "minecraft:fire": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false]"
+ },
+ "minecraft:fire_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:fire_coral[waterlogged=true]"
+ },
+ "minecraft:fire_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:fire_coral_block"
+ },
+ "minecraft:fire_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:fire_coral_fan[waterlogged=true]"
+ },
+ "minecraft:fire_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:fire_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:fletching_table": {
+ "properties": {},
+ "defaultstate": "minecraft:fletching_table"
+ },
+ "minecraft:flower_pot": {
+ "properties": {},
+ "defaultstate": "minecraft:flower_pot"
+ },
+ "minecraft:frosted_ice": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:frosted_ice[age=0]"
+ },
+ "minecraft:furnace": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:furnace[facing=north,lit=false]"
+ },
+ "minecraft:glass": {
+ "properties": {},
+ "defaultstate": "minecraft:glass"
+ },
+ "minecraft:glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:glowstone": {
+ "properties": {},
+ "defaultstate": "minecraft:glowstone"
+ },
+ "minecraft:gold_block": {
+ "properties": {},
+ "defaultstate": "minecraft:gold_block"
+ },
+ "minecraft:gold_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:gold_ore"
+ },
+ "minecraft:granite": {
+ "properties": {},
+ "defaultstate": "minecraft:granite"
+ },
+ "minecraft:granite_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:granite_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:granite_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:granite_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:granite_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:grass": {
+ "properties": {},
+ "defaultstate": "minecraft:grass"
+ },
+ "minecraft:grass_block": {
+ "properties": {
+ "snowy": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:grass_block[snowy=false]"
+ },
+ "minecraft:grass_path": {
+ "properties": {},
+ "defaultstate": "minecraft:grass_path"
+ },
+ "minecraft:gravel": {
+ "properties": {},
+ "defaultstate": "minecraft:gravel"
+ },
+ "minecraft:gray_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:gray_banner[rotation=0]"
+ },
+ "minecraft:gray_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:gray_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:gray_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_carpet"
+ },
+ "minecraft:gray_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_concrete"
+ },
+ "minecraft:gray_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_concrete_powder"
+ },
+ "minecraft:gray_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:gray_glazed_terracotta[facing=north]"
+ },
+ "minecraft:gray_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:gray_shulker_box[facing=up]"
+ },
+ "minecraft:gray_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_stained_glass"
+ },
+ "minecraft:gray_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:gray_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_terracotta"
+ },
+ "minecraft:gray_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:gray_wall_banner[facing=north]"
+ },
+ "minecraft:gray_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_wool"
+ },
+ "minecraft:green_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:green_banner[rotation=0]"
+ },
+ "minecraft:green_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:green_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:green_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:green_carpet"
+ },
+ "minecraft:green_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:green_concrete"
+ },
+ "minecraft:green_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:green_concrete_powder"
+ },
+ "minecraft:green_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:green_glazed_terracotta[facing=north]"
+ },
+ "minecraft:green_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:green_shulker_box[facing=up]"
+ },
+ "minecraft:green_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:green_stained_glass"
+ },
+ "minecraft:green_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:green_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:green_terracotta"
+ },
+ "minecraft:green_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:green_wall_banner[facing=north]"
+ },
+ "minecraft:green_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:green_wool"
+ },
+ "minecraft:grindstone": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:grindstone[face=wall,facing=north]"
+ },
+ "minecraft:hay_block": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:hay_block[axis=y]"
+ },
+ "minecraft:heavy_weighted_pressure_plate": {
+ "properties": {
+ "power": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:heavy_weighted_pressure_plate[power=0]"
+ },
+ "minecraft:hopper": {
+ "properties": {
+ "enabled": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "down",
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:hopper[enabled=true,facing=down]"
+ },
+ "minecraft:horn_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:horn_coral[waterlogged=true]"
+ },
+ "minecraft:horn_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:horn_coral_block"
+ },
+ "minecraft:horn_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:horn_coral_fan[waterlogged=true]"
+ },
+ "minecraft:horn_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:horn_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:ice": {
+ "properties": {},
+ "defaultstate": "minecraft:ice"
+ },
+ "minecraft:infested_chiseled_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_chiseled_stone_bricks"
+ },
+ "minecraft:infested_cobblestone": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_cobblestone"
+ },
+ "minecraft:infested_cracked_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_cracked_stone_bricks"
+ },
+ "minecraft:infested_mossy_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_mossy_stone_bricks"
+ },
+ "minecraft:infested_stone": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_stone"
+ },
+ "minecraft:infested_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_stone_bricks"
+ },
+ "minecraft:iron_bars": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:iron_block": {
+ "properties": {},
+ "defaultstate": "minecraft:iron_block"
+ },
+ "minecraft:iron_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:iron_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:iron_ore"
+ },
+ "minecraft:iron_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:jack_o_lantern": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:jack_o_lantern[facing=north]"
+ },
+ "minecraft:jigsaw": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:jigsaw[facing=up]"
+ },
+ "minecraft:jukebox": {
+ "properties": {
+ "has_record": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jukebox[has_record=false]"
+ },
+ "minecraft:jungle_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:jungle_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:jungle_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:jungle_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:jungle_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:jungle_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:jungle_log[axis=y]"
+ },
+ "minecraft:jungle_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:jungle_planks"
+ },
+ "minecraft:jungle_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_pressure_plate[powered=false]"
+ },
+ "minecraft:jungle_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:jungle_sapling[stage=0]"
+ },
+ "minecraft:jungle_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:jungle_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:jungle_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:jungle_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:jungle_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:jungle_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:jungle_wood[axis=y]"
+ },
+ "minecraft:kelp": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15",
+ "16",
+ "17",
+ "18",
+ "19",
+ "20",
+ "21",
+ "22",
+ "23",
+ "24",
+ "25"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:kelp[age=0]"
+ },
+ "minecraft:kelp_plant": {
+ "properties": {},
+ "defaultstate": "minecraft:kelp_plant"
+ },
+ "minecraft:ladder": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:ladder[facing=north,waterlogged=false]"
+ },
+ "minecraft:lantern": {
+ "properties": {
+ "hanging": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:lantern[hanging=false]"
+ },
+ "minecraft:lapis_block": {
+ "properties": {},
+ "defaultstate": "minecraft:lapis_block"
+ },
+ "minecraft:lapis_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:lapis_ore"
+ },
+ "minecraft:large_fern": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:large_fern[half=lower]"
+ },
+ "minecraft:lava": {
+ "properties": {
+ "level": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:lava[level=0]"
+ },
+ "minecraft:lectern": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "has_book": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:lectern[facing=north,has_book=false,powered=false]"
+ },
+ "minecraft:lever": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:lever[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:light_blue_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_banner[rotation=0]"
+ },
+ "minecraft:light_blue_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:light_blue_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_carpet"
+ },
+ "minecraft:light_blue_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_concrete"
+ },
+ "minecraft:light_blue_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_concrete_powder"
+ },
+ "minecraft:light_blue_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_glazed_terracotta[facing=north]"
+ },
+ "minecraft:light_blue_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_shulker_box[facing=up]"
+ },
+ "minecraft:light_blue_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_stained_glass"
+ },
+ "minecraft:light_blue_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:light_blue_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_terracotta"
+ },
+ "minecraft:light_blue_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_wall_banner[facing=north]"
+ },
+ "minecraft:light_blue_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_wool"
+ },
+ "minecraft:light_gray_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_banner[rotation=0]"
+ },
+ "minecraft:light_gray_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:light_gray_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_carpet"
+ },
+ "minecraft:light_gray_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_concrete"
+ },
+ "minecraft:light_gray_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_concrete_powder"
+ },
+ "minecraft:light_gray_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_glazed_terracotta[facing=north]"
+ },
+ "minecraft:light_gray_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_shulker_box[facing=up]"
+ },
+ "minecraft:light_gray_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_stained_glass"
+ },
+ "minecraft:light_gray_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:light_gray_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_terracotta"
+ },
+ "minecraft:light_gray_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_wall_banner[facing=north]"
+ },
+ "minecraft:light_gray_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_wool"
+ },
+ "minecraft:light_weighted_pressure_plate": {
+ "properties": {
+ "power": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:light_weighted_pressure_plate[power=0]"
+ },
+ "minecraft:lilac": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:lilac[half=lower]"
+ },
+ "minecraft:lily_of_the_valley": {
+ "properties": {},
+ "defaultstate": "minecraft:lily_of_the_valley"
+ },
+ "minecraft:lily_pad": {
+ "properties": {},
+ "defaultstate": "minecraft:lily_pad"
+ },
+ "minecraft:lime_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:lime_banner[rotation=0]"
+ },
+ "minecraft:lime_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:lime_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:lime_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_carpet"
+ },
+ "minecraft:lime_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_concrete"
+ },
+ "minecraft:lime_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_concrete_powder"
+ },
+ "minecraft:lime_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:lime_glazed_terracotta[facing=north]"
+ },
+ "minecraft:lime_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:lime_shulker_box[facing=up]"
+ },
+ "minecraft:lime_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_stained_glass"
+ },
+ "minecraft:lime_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:lime_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_terracotta"
+ },
+ "minecraft:lime_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:lime_wall_banner[facing=north]"
+ },
+ "minecraft:lime_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_wool"
+ },
+ "minecraft:loom": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:loom[facing=north]"
+ },
+ "minecraft:magenta_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:magenta_banner[rotation=0]"
+ },
+ "minecraft:magenta_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:magenta_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:magenta_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_carpet"
+ },
+ "minecraft:magenta_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_concrete"
+ },
+ "minecraft:magenta_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_concrete_powder"
+ },
+ "minecraft:magenta_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:magenta_glazed_terracotta[facing=north]"
+ },
+ "minecraft:magenta_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:magenta_shulker_box[facing=up]"
+ },
+ "minecraft:magenta_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_stained_glass"
+ },
+ "minecraft:magenta_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:magenta_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_terracotta"
+ },
+ "minecraft:magenta_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:magenta_wall_banner[facing=north]"
+ },
+ "minecraft:magenta_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_wool"
+ },
+ "minecraft:magma_block": {
+ "properties": {},
+ "defaultstate": "minecraft:magma_block"
+ },
+ "minecraft:melon": {
+ "properties": {},
+ "defaultstate": "minecraft:melon"
+ },
+ "minecraft:melon_stem": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:melon_stem[age=0]"
+ },
+ "minecraft:mossy_cobblestone": {
+ "properties": {},
+ "defaultstate": "minecraft:mossy_cobblestone"
+ },
+ "minecraft:mossy_cobblestone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:mossy_cobblestone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:mossy_cobblestone_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mossy_cobblestone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:mossy_stone_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:mossy_stone_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:mossy_stone_brick_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mossy_stone_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:mossy_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:mossy_stone_bricks"
+ },
+ "minecraft:moving_piston": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "type": {
+ "values": [
+ "normal",
+ "sticky"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:moving_piston[facing=north,type=normal]"
+ },
+ "minecraft:mushroom_stem": {
+ "properties": {
+ "down": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=true]"
+ },
+ "minecraft:mycelium": {
+ "properties": {
+ "snowy": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mycelium[snowy=false]"
+ },
+ "minecraft:nether_brick_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:nether_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:nether_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:nether_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:nether_brick_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:nether_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:nether_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:nether_bricks"
+ },
+ "minecraft:nether_portal": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:nether_portal[axis=x]"
+ },
+ "minecraft:nether_quartz_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:nether_quartz_ore"
+ },
+ "minecraft:nether_wart": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:nether_wart[age=0]"
+ },
+ "minecraft:nether_wart_block": {
+ "properties": {},
+ "defaultstate": "minecraft:nether_wart_block"
+ },
+ "minecraft:netherrack": {
+ "properties": {},
+ "defaultstate": "minecraft:netherrack"
+ },
+ "minecraft:note_block": {
+ "properties": {
+ "instrument": {
+ "values": [
+ "harp",
+ "basedrum",
+ "snare",
+ "hat",
+ "bass",
+ "flute",
+ "bell",
+ "guitar",
+ "chime",
+ "xylophone",
+ "iron_xylophone",
+ "cow_bell",
+ "didgeridoo",
+ "bit",
+ "banjo",
+ "pling"
+ ],
+ "type": "enum"
+ },
+ "note": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15",
+ "16",
+ "17",
+ "18",
+ "19",
+ "20",
+ "21",
+ "22",
+ "23",
+ "24"
+ ],
+ "type": "int"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:note_block[instrument=harp,note=0,powered=false]"
+ },
+ "minecraft:oak_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:oak_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:oak_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:oak_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:oak_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:oak_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:oak_log[axis=y]"
+ },
+ "minecraft:oak_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:oak_planks"
+ },
+ "minecraft:oak_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_pressure_plate[powered=false]"
+ },
+ "minecraft:oak_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:oak_sapling[stage=0]"
+ },
+ "minecraft:oak_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:oak_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:oak_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:oak_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:oak_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:oak_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:oak_wood[axis=y]"
+ },
+ "minecraft:observer": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:observer[facing=south,powered=false]"
+ },
+ "minecraft:obsidian": {
+ "properties": {},
+ "defaultstate": "minecraft:obsidian"
+ },
+ "minecraft:orange_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:orange_banner[rotation=0]"
+ },
+ "minecraft:orange_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:orange_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:orange_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_carpet"
+ },
+ "minecraft:orange_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_concrete"
+ },
+ "minecraft:orange_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_concrete_powder"
+ },
+ "minecraft:orange_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:orange_glazed_terracotta[facing=north]"
+ },
+ "minecraft:orange_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:orange_shulker_box[facing=up]"
+ },
+ "minecraft:orange_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_stained_glass"
+ },
+ "minecraft:orange_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:orange_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_terracotta"
+ },
+ "minecraft:orange_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_tulip"
+ },
+ "minecraft:orange_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:orange_wall_banner[facing=north]"
+ },
+ "minecraft:orange_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_wool"
+ },
+ "minecraft:oxeye_daisy": {
+ "properties": {},
+ "defaultstate": "minecraft:oxeye_daisy"
+ },
+ "minecraft:packed_ice": {
+ "properties": {},
+ "defaultstate": "minecraft:packed_ice"
+ },
+ "minecraft:peony": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:peony[half=lower]"
+ },
+ "minecraft:petrified_oak_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:petrified_oak_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:pink_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:pink_banner[rotation=0]"
+ },
+ "minecraft:pink_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:pink_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:pink_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_carpet"
+ },
+ "minecraft:pink_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_concrete"
+ },
+ "minecraft:pink_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_concrete_powder"
+ },
+ "minecraft:pink_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:pink_glazed_terracotta[facing=north]"
+ },
+ "minecraft:pink_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:pink_shulker_box[facing=up]"
+ },
+ "minecraft:pink_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_stained_glass"
+ },
+ "minecraft:pink_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:pink_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_terracotta"
+ },
+ "minecraft:pink_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_tulip"
+ },
+ "minecraft:pink_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:pink_wall_banner[facing=north]"
+ },
+ "minecraft:pink_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_wool"
+ },
+ "minecraft:piston": {
+ "properties": {
+ "extended": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:piston[extended=false,facing=north]"
+ },
+ "minecraft:piston_head": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "short": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "type": {
+ "values": [
+ "normal",
+ "sticky"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:piston_head[facing=north,short=false,type=normal]"
+ },
+ "minecraft:player_head": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:player_head[rotation=0]"
+ },
+ "minecraft:player_wall_head": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:player_wall_head[facing=north]"
+ },
+ "minecraft:podzol": {
+ "properties": {
+ "snowy": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:podzol[snowy=false]"
+ },
+ "minecraft:polished_andesite": {
+ "properties": {},
+ "defaultstate": "minecraft:polished_andesite"
+ },
+ "minecraft:polished_andesite_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_andesite_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:polished_andesite_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:polished_diorite": {
+ "properties": {},
+ "defaultstate": "minecraft:polished_diorite"
+ },
+ "minecraft:polished_diorite_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_diorite_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:polished_diorite_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:polished_granite": {
+ "properties": {},
+ "defaultstate": "minecraft:polished_granite"
+ },
+ "minecraft:polished_granite_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_granite_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:polished_granite_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:poppy": {
+ "properties": {},
+ "defaultstate": "minecraft:poppy"
+ },
+ "minecraft:potatoes": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:potatoes[age=0]"
+ },
+ "minecraft:potted_acacia_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_acacia_sapling"
+ },
+ "minecraft:potted_allium": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_allium"
+ },
+ "minecraft:potted_azure_bluet": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_azure_bluet"
+ },
+ "minecraft:potted_bamboo": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_bamboo"
+ },
+ "minecraft:potted_birch_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_birch_sapling"
+ },
+ "minecraft:potted_blue_orchid": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_blue_orchid"
+ },
+ "minecraft:potted_brown_mushroom": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_brown_mushroom"
+ },
+ "minecraft:potted_cactus": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_cactus"
+ },
+ "minecraft:potted_cornflower": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_cornflower"
+ },
+ "minecraft:potted_dandelion": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_dandelion"
+ },
+ "minecraft:potted_dark_oak_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_dark_oak_sapling"
+ },
+ "minecraft:potted_dead_bush": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_dead_bush"
+ },
+ "minecraft:potted_fern": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_fern"
+ },
+ "minecraft:potted_jungle_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_jungle_sapling"
+ },
+ "minecraft:potted_lily_of_the_valley": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_lily_of_the_valley"
+ },
+ "minecraft:potted_oak_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_oak_sapling"
+ },
+ "minecraft:potted_orange_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_orange_tulip"
+ },
+ "minecraft:potted_oxeye_daisy": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_oxeye_daisy"
+ },
+ "minecraft:potted_pink_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_pink_tulip"
+ },
+ "minecraft:potted_poppy": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_poppy"
+ },
+ "minecraft:potted_red_mushroom": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_red_mushroom"
+ },
+ "minecraft:potted_red_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_red_tulip"
+ },
+ "minecraft:potted_spruce_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_spruce_sapling"
+ },
+ "minecraft:potted_white_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_white_tulip"
+ },
+ "minecraft:potted_wither_rose": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_wither_rose"
+ },
+ "minecraft:powered_rail": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "shape": {
+ "values": [
+ "north_south",
+ "east_west",
+ "ascending_east",
+ "ascending_west",
+ "ascending_north",
+ "ascending_south"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:powered_rail[powered=false,shape=north_south]"
+ },
+ "minecraft:prismarine": {
+ "properties": {},
+ "defaultstate": "minecraft:prismarine"
+ },
+ "minecraft:prismarine_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:prismarine_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:prismarine_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:prismarine_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:prismarine_bricks"
+ },
+ "minecraft:prismarine_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:prismarine_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:prismarine_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:prismarine_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:prismarine_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:pumpkin": {
+ "properties": {},
+ "defaultstate": "minecraft:pumpkin"
+ },
+ "minecraft:pumpkin_stem": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:pumpkin_stem[age=0]"
+ },
+ "minecraft:purple_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:purple_banner[rotation=0]"
+ },
+ "minecraft:purple_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:purple_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:purple_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_carpet"
+ },
+ "minecraft:purple_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_concrete"
+ },
+ "minecraft:purple_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_concrete_powder"
+ },
+ "minecraft:purple_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:purple_glazed_terracotta[facing=north]"
+ },
+ "minecraft:purple_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:purple_shulker_box[facing=up]"
+ },
+ "minecraft:purple_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_stained_glass"
+ },
+ "minecraft:purple_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:purple_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_terracotta"
+ },
+ "minecraft:purple_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:purple_wall_banner[facing=north]"
+ },
+ "minecraft:purple_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_wool"
+ },
+ "minecraft:purpur_block": {
+ "properties": {},
+ "defaultstate": "minecraft:purpur_block"
+ },
+ "minecraft:purpur_pillar": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:purpur_pillar[axis=y]"
+ },
+ "minecraft:purpur_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:purpur_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:purpur_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:quartz_block": {
+ "properties": {},
+ "defaultstate": "minecraft:quartz_block"
+ },
+ "minecraft:quartz_pillar": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:quartz_pillar[axis=y]"
+ },
+ "minecraft:quartz_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:quartz_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:quartz_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:rail": {
+ "properties": {
+ "shape": {
+ "values": [
+ "north_south",
+ "east_west",
+ "ascending_east",
+ "ascending_west",
+ "ascending_north",
+ "ascending_south",
+ "south_east",
+ "south_west",
+ "north_west",
+ "north_east"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:rail[shape=north_south]"
+ },
+ "minecraft:red_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:red_banner[rotation=0]"
+ },
+ "minecraft:red_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:red_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:red_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:red_carpet"
+ },
+ "minecraft:red_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:red_concrete"
+ },
+ "minecraft:red_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:red_concrete_powder"
+ },
+ "minecraft:red_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:red_glazed_terracotta[facing=north]"
+ },
+ "minecraft:red_mushroom": {
+ "properties": {},
+ "defaultstate": "minecraft:red_mushroom"
+ },
+ "minecraft:red_mushroom_block": {
+ "properties": {
+ "down": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]"
+ },
+ "minecraft:red_nether_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_nether_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:red_nether_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:red_nether_brick_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_nether_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:red_nether_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:red_nether_bricks"
+ },
+ "minecraft:red_sand": {
+ "properties": {},
+ "defaultstate": "minecraft:red_sand"
+ },
+ "minecraft:red_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:red_sandstone"
+ },
+ "minecraft:red_sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:red_sandstone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:red_sandstone_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_sandstone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:red_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:red_shulker_box[facing=up]"
+ },
+ "minecraft:red_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:red_stained_glass"
+ },
+ "minecraft:red_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:red_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:red_terracotta"
+ },
+ "minecraft:red_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:red_tulip"
+ },
+ "minecraft:red_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:red_wall_banner[facing=north]"
+ },
+ "minecraft:red_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:red_wool"
+ },
+ "minecraft:redstone_block": {
+ "properties": {},
+ "defaultstate": "minecraft:redstone_block"
+ },
+ "minecraft:redstone_lamp": {
+ "properties": {
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:redstone_lamp[lit=false]"
+ },
+ "minecraft:redstone_ore": {
+ "properties": {
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:redstone_ore[lit=false]"
+ },
+ "minecraft:redstone_torch": {
+ "properties": {
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:redstone_torch[lit=true]"
+ },
+ "minecraft:redstone_wall_torch": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:redstone_wall_torch[facing=north,lit=true]"
+ },
+ "minecraft:redstone_wire": {
+ "properties": {
+ "east": {
+ "values": [
+ "up",
+ "side",
+ "none"
+ ],
+ "type": "enum"
+ },
+ "north": {
+ "values": [
+ "up",
+ "side",
+ "none"
+ ],
+ "type": "enum"
+ },
+ "power": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "south": {
+ "values": [
+ "up",
+ "side",
+ "none"
+ ],
+ "type": "enum"
+ },
+ "west": {
+ "values": [
+ "up",
+ "side",
+ "none"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none]"
+ },
+ "minecraft:repeater": {
+ "properties": {
+ "delay": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ],
+ "type": "int"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "locked": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:repeater[delay=1,facing=north,locked=false,powered=false]"
+ },
+ "minecraft:repeating_command_block": {
+ "properties": {
+ "conditional": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:repeating_command_block[conditional=false,facing=north]"
+ },
+ "minecraft:rose_bush": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:rose_bush[half=lower]"
+ },
+ "minecraft:sand": {
+ "properties": {},
+ "defaultstate": "minecraft:sand"
+ },
+ "minecraft:sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:sandstone"
+ },
+ "minecraft:sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:sandstone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:sandstone_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:sandstone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:scaffolding": {
+ "properties": {
+ "bottom": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "distance": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:scaffolding[bottom=false,distance=7,waterlogged=false]"
+ },
+ "minecraft:sea_lantern": {
+ "properties": {},
+ "defaultstate": "minecraft:sea_lantern"
+ },
+ "minecraft:sea_pickle": {
+ "properties": {
+ "pickles": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:sea_pickle[pickles=1,waterlogged=true]"
+ },
+ "minecraft:seagrass": {
+ "properties": {},
+ "defaultstate": "minecraft:seagrass"
+ },
+ "minecraft:shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:shulker_box[facing=up]"
+ },
+ "minecraft:skeleton_skull": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:skeleton_skull[rotation=0]"
+ },
+ "minecraft:skeleton_wall_skull": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:skeleton_wall_skull[facing=north]"
+ },
+ "minecraft:slime_block": {
+ "properties": {},
+ "defaultstate": "minecraft:slime_block"
+ },
+ "minecraft:smithing_table": {
+ "properties": {},
+ "defaultstate": "minecraft:smithing_table"
+ },
+ "minecraft:smoker": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smoker[facing=north,lit=false]"
+ },
+ "minecraft:smooth_quartz": {
+ "properties": {},
+ "defaultstate": "minecraft:smooth_quartz"
+ },
+ "minecraft:smooth_quartz_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_quartz_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:smooth_quartz_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:smooth_red_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:smooth_red_sandstone"
+ },
+ "minecraft:smooth_red_sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:smooth_red_sandstone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:smooth_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:smooth_sandstone"
+ },
+ "minecraft:smooth_sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:smooth_sandstone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:smooth_stone": {
+ "properties": {},
+ "defaultstate": "minecraft:smooth_stone"
+ },
+ "minecraft:smooth_stone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_stone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:snow": {
+ "properties": {
+ "layers": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:snow[layers=1]"
+ },
+ "minecraft:snow_block": {
+ "properties": {},
+ "defaultstate": "minecraft:snow_block"
+ },
+ "minecraft:soul_sand": {
+ "properties": {},
+ "defaultstate": "minecraft:soul_sand"
+ },
+ "minecraft:spawner": {
+ "properties": {},
+ "defaultstate": "minecraft:spawner"
+ },
+ "minecraft:sponge": {
+ "properties": {},
+ "defaultstate": "minecraft:sponge"
+ },
+ "minecraft:spruce_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:spruce_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:spruce_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:spruce_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:spruce_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:spruce_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:spruce_log[axis=y]"
+ },
+ "minecraft:spruce_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:spruce_planks"
+ },
+ "minecraft:spruce_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_pressure_plate[powered=false]"
+ },
+ "minecraft:spruce_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:spruce_sapling[stage=0]"
+ },
+ "minecraft:spruce_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:spruce_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:spruce_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:spruce_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:spruce_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:spruce_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:spruce_wood[axis=y]"
+ },
+ "minecraft:sticky_piston": {
+ "properties": {
+ "extended": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:sticky_piston[extended=false,facing=north]"
+ },
+ "minecraft:stone": {
+ "properties": {},
+ "defaultstate": "minecraft:stone"
+ },
+ "minecraft:stone_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:stone_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:stone_brick_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:stone_bricks"
+ },
+ "minecraft:stone_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:stone_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_pressure_plate[powered=false]"
+ },
+ "minecraft:stone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:stone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:stonecutter": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:stonecutter[facing=north]"
+ },
+ "minecraft:stripped_acacia_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_acacia_log[axis=y]"
+ },
+ "minecraft:stripped_acacia_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_acacia_wood[axis=y]"
+ },
+ "minecraft:stripped_birch_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_birch_log[axis=y]"
+ },
+ "minecraft:stripped_birch_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_birch_wood[axis=y]"
+ },
+ "minecraft:stripped_dark_oak_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_dark_oak_log[axis=y]"
+ },
+ "minecraft:stripped_dark_oak_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_dark_oak_wood[axis=y]"
+ },
+ "minecraft:stripped_jungle_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_jungle_log[axis=y]"
+ },
+ "minecraft:stripped_jungle_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_jungle_wood[axis=y]"
+ },
+ "minecraft:stripped_oak_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_oak_log[axis=y]"
+ },
+ "minecraft:stripped_oak_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_oak_wood[axis=y]"
+ },
+ "minecraft:stripped_spruce_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_spruce_log[axis=y]"
+ },
+ "minecraft:stripped_spruce_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_spruce_wood[axis=y]"
+ },
+ "minecraft:structure_block": {
+ "properties": {
+ "mode": {
+ "values": [
+ "save",
+ "load",
+ "corner",
+ "data"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:structure_block[mode=save]"
+ },
+ "minecraft:structure_void": {
+ "properties": {},
+ "defaultstate": "minecraft:structure_void"
+ },
+ "minecraft:sugar_cane": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:sugar_cane[age=0]"
+ },
+ "minecraft:sunflower": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:sunflower[half=lower]"
+ },
+ "minecraft:sweet_berry_bush": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:sweet_berry_bush[age=0]"
+ },
+ "minecraft:tall_grass": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:tall_grass[half=lower]"
+ },
+ "minecraft:tall_seagrass": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:tall_seagrass[half=lower]"
+ },
+ "minecraft:terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:terracotta"
+ },
+ "minecraft:tnt": {
+ "properties": {
+ "unstable": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tnt[unstable=false]"
+ },
+ "minecraft:torch": {
+ "properties": {},
+ "defaultstate": "minecraft:torch"
+ },
+ "minecraft:trapped_chest": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "type": {
+ "values": [
+ "single",
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:trapped_chest[facing=north,type=single,waterlogged=false]"
+ },
+ "minecraft:tripwire": {
+ "properties": {
+ "attached": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "disarmed": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tripwire[attached=false,disarmed=false,east=false,north=false,powered=false,south=false,west=false]"
+ },
+ "minecraft:tripwire_hook": {
+ "properties": {
+ "attached": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tripwire_hook[attached=false,facing=north,powered=false]"
+ },
+ "minecraft:tube_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tube_coral[waterlogged=true]"
+ },
+ "minecraft:tube_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:tube_coral_block"
+ },
+ "minecraft:tube_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tube_coral_fan[waterlogged=true]"
+ },
+ "minecraft:tube_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tube_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:turtle_egg": {
+ "properties": {
+ "eggs": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ],
+ "type": "int"
+ },
+ "hatch": {
+ "values": [
+ "0",
+ "1",
+ "2"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:turtle_egg[eggs=1,hatch=0]"
+ },
+ "minecraft:vine": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:vine[east=false,north=false,south=false,up=false,west=false]"
+ },
+ "minecraft:void_air": {
+ "properties": {},
+ "defaultstate": "minecraft:void_air"
+ },
+ "minecraft:wall_torch": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:wall_torch[facing=north]"
+ },
+ "minecraft:water": {
+ "properties": {
+ "level": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:water[level=0]"
+ },
+ "minecraft:wet_sponge": {
+ "properties": {},
+ "defaultstate": "minecraft:wet_sponge"
+ },
+ "minecraft:wheat": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:wheat[age=0]"
+ },
+ "minecraft:white_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:white_banner[rotation=0]"
+ },
+ "minecraft:white_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:white_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:white_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:white_carpet"
+ },
+ "minecraft:white_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:white_concrete"
+ },
+ "minecraft:white_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:white_concrete_powder"
+ },
+ "minecraft:white_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:white_glazed_terracotta[facing=north]"
+ },
+ "minecraft:white_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:white_shulker_box[facing=up]"
+ },
+ "minecraft:white_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:white_stained_glass"
+ },
+ "minecraft:white_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:white_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:white_terracotta"
+ },
+ "minecraft:white_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:white_tulip"
+ },
+ "minecraft:white_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:white_wall_banner[facing=north]"
+ },
+ "minecraft:white_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:white_wool"
+ },
+ "minecraft:wither_rose": {
+ "properties": {},
+ "defaultstate": "minecraft:wither_rose"
+ },
+ "minecraft:wither_skeleton_skull": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:wither_skeleton_skull[rotation=0]"
+ },
+ "minecraft:wither_skeleton_wall_skull": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:wither_skeleton_wall_skull[facing=north]"
+ },
+ "minecraft:yellow_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:yellow_banner[rotation=0]"
+ },
+ "minecraft:yellow_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:yellow_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:yellow_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_carpet"
+ },
+ "minecraft:yellow_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_concrete"
+ },
+ "minecraft:yellow_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_concrete_powder"
+ },
+ "minecraft:yellow_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:yellow_glazed_terracotta[facing=north]"
+ },
+ "minecraft:yellow_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:yellow_shulker_box[facing=up]"
+ },
+ "minecraft:yellow_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_stained_glass"
+ },
+ "minecraft:yellow_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:yellow_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_terracotta"
+ },
+ "minecraft:yellow_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:yellow_wall_banner[facing=north]"
+ },
+ "minecraft:yellow_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_wool"
+ },
+ "minecraft:zombie_head": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:zombie_head[rotation=0]"
+ },
+ "minecraft:zombie_wall_head": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:zombie_wall_head[facing=north]"
+ }
+ },
+ "items": [
+ "minecraft:acacia_boat",
+ "minecraft:acacia_button",
+ "minecraft:acacia_door",
+ "minecraft:acacia_fence",
+ "minecraft:acacia_fence_gate",
+ "minecraft:acacia_leaves",
+ "minecraft:acacia_log",
+ "minecraft:acacia_planks",
+ "minecraft:acacia_pressure_plate",
+ "minecraft:acacia_sapling",
+ "minecraft:acacia_sign",
+ "minecraft:acacia_slab",
+ "minecraft:acacia_stairs",
+ "minecraft:acacia_trapdoor",
+ "minecraft:acacia_wood",
+ "minecraft:activator_rail",
+ "minecraft:air",
+ "minecraft:allium",
+ "minecraft:andesite",
+ "minecraft:andesite_slab",
+ "minecraft:andesite_stairs",
+ "minecraft:andesite_wall",
+ "minecraft:anvil",
+ "minecraft:apple",
+ "minecraft:armor_stand",
+ "minecraft:arrow",
+ "minecraft:azure_bluet",
+ "minecraft:baked_potato",
+ "minecraft:bamboo",
+ "minecraft:barrel",
+ "minecraft:barrier",
+ "minecraft:bat_spawn_egg",
+ "minecraft:beacon",
+ "minecraft:bedrock",
+ "minecraft:beef",
+ "minecraft:beetroot",
+ "minecraft:beetroot_seeds",
+ "minecraft:beetroot_soup",
+ "minecraft:bell",
+ "minecraft:birch_boat",
+ "minecraft:birch_button",
+ "minecraft:birch_door",
+ "minecraft:birch_fence",
+ "minecraft:birch_fence_gate",
+ "minecraft:birch_leaves",
+ "minecraft:birch_log",
+ "minecraft:birch_planks",
+ "minecraft:birch_pressure_plate",
+ "minecraft:birch_sapling",
+ "minecraft:birch_sign",
+ "minecraft:birch_slab",
+ "minecraft:birch_stairs",
+ "minecraft:birch_trapdoor",
+ "minecraft:birch_wood",
+ "minecraft:black_banner",
+ "minecraft:black_bed",
+ "minecraft:black_carpet",
+ "minecraft:black_concrete",
+ "minecraft:black_concrete_powder",
+ "minecraft:black_dye",
+ "minecraft:black_glazed_terracotta",
+ "minecraft:black_shulker_box",
+ "minecraft:black_stained_glass",
+ "minecraft:black_stained_glass_pane",
+ "minecraft:black_terracotta",
+ "minecraft:black_wool",
+ "minecraft:blast_furnace",
+ "minecraft:blaze_powder",
+ "minecraft:blaze_rod",
+ "minecraft:blaze_spawn_egg",
+ "minecraft:blue_banner",
+ "minecraft:blue_bed",
+ "minecraft:blue_carpet",
+ "minecraft:blue_concrete",
+ "minecraft:blue_concrete_powder",
+ "minecraft:blue_dye",
+ "minecraft:blue_glazed_terracotta",
+ "minecraft:blue_ice",
+ "minecraft:blue_orchid",
+ "minecraft:blue_shulker_box",
+ "minecraft:blue_stained_glass",
+ "minecraft:blue_stained_glass_pane",
+ "minecraft:blue_terracotta",
+ "minecraft:blue_wool",
+ "minecraft:bone",
+ "minecraft:bone_block",
+ "minecraft:bone_meal",
+ "minecraft:book",
+ "minecraft:bookshelf",
+ "minecraft:bow",
+ "minecraft:bowl",
+ "minecraft:brain_coral",
+ "minecraft:brain_coral_block",
+ "minecraft:brain_coral_fan",
+ "minecraft:bread",
+ "minecraft:brewing_stand",
+ "minecraft:brick",
+ "minecraft:brick_slab",
+ "minecraft:brick_stairs",
+ "minecraft:brick_wall",
+ "minecraft:bricks",
+ "minecraft:brown_banner",
+ "minecraft:brown_bed",
+ "minecraft:brown_carpet",
+ "minecraft:brown_concrete",
+ "minecraft:brown_concrete_powder",
+ "minecraft:brown_dye",
+ "minecraft:brown_glazed_terracotta",
+ "minecraft:brown_mushroom",
+ "minecraft:brown_mushroom_block",
+ "minecraft:brown_shulker_box",
+ "minecraft:brown_stained_glass",
+ "minecraft:brown_stained_glass_pane",
+ "minecraft:brown_terracotta",
+ "minecraft:brown_wool",
+ "minecraft:bubble_coral",
+ "minecraft:bubble_coral_block",
+ "minecraft:bubble_coral_fan",
+ "minecraft:bucket",
+ "minecraft:cactus",
+ "minecraft:cake",
+ "minecraft:campfire",
+ "minecraft:carrot",
+ "minecraft:carrot_on_a_stick",
+ "minecraft:cartography_table",
+ "minecraft:carved_pumpkin",
+ "minecraft:cat_spawn_egg",
+ "minecraft:cauldron",
+ "minecraft:cave_spider_spawn_egg",
+ "minecraft:chain_command_block",
+ "minecraft:chainmail_boots",
+ "minecraft:chainmail_chestplate",
+ "minecraft:chainmail_helmet",
+ "minecraft:chainmail_leggings",
+ "minecraft:charcoal",
+ "minecraft:chest",
+ "minecraft:chest_minecart",
+ "minecraft:chicken",
+ "minecraft:chicken_spawn_egg",
+ "minecraft:chipped_anvil",
+ "minecraft:chiseled_quartz_block",
+ "minecraft:chiseled_red_sandstone",
+ "minecraft:chiseled_sandstone",
+ "minecraft:chiseled_stone_bricks",
+ "minecraft:chorus_flower",
+ "minecraft:chorus_fruit",
+ "minecraft:chorus_plant",
+ "minecraft:clay",
+ "minecraft:clay_ball",
+ "minecraft:clock",
+ "minecraft:coal",
+ "minecraft:coal_block",
+ "minecraft:coal_ore",
+ "minecraft:coarse_dirt",
+ "minecraft:cobblestone",
+ "minecraft:cobblestone_slab",
+ "minecraft:cobblestone_stairs",
+ "minecraft:cobblestone_wall",
+ "minecraft:cobweb",
+ "minecraft:cocoa_beans",
+ "minecraft:cod",
+ "minecraft:cod_bucket",
+ "minecraft:cod_spawn_egg",
+ "minecraft:command_block",
+ "minecraft:command_block_minecart",
+ "minecraft:comparator",
+ "minecraft:compass",
+ "minecraft:composter",
+ "minecraft:conduit",
+ "minecraft:cooked_beef",
+ "minecraft:cooked_chicken",
+ "minecraft:cooked_cod",
+ "minecraft:cooked_mutton",
+ "minecraft:cooked_porkchop",
+ "minecraft:cooked_rabbit",
+ "minecraft:cooked_salmon",
+ "minecraft:cookie",
+ "minecraft:cornflower",
+ "minecraft:cow_spawn_egg",
+ "minecraft:cracked_stone_bricks",
+ "minecraft:crafting_table",
+ "minecraft:creeper_banner_pattern",
+ "minecraft:creeper_head",
+ "minecraft:creeper_spawn_egg",
+ "minecraft:crossbow",
+ "minecraft:cut_red_sandstone",
+ "minecraft:cut_red_sandstone_slab",
+ "minecraft:cut_sandstone",
+ "minecraft:cut_sandstone_slab",
+ "minecraft:cyan_banner",
+ "minecraft:cyan_bed",
+ "minecraft:cyan_carpet",
+ "minecraft:cyan_concrete",
+ "minecraft:cyan_concrete_powder",
+ "minecraft:cyan_dye",
+ "minecraft:cyan_glazed_terracotta",
+ "minecraft:cyan_shulker_box",
+ "minecraft:cyan_stained_glass",
+ "minecraft:cyan_stained_glass_pane",
+ "minecraft:cyan_terracotta",
+ "minecraft:cyan_wool",
+ "minecraft:damaged_anvil",
+ "minecraft:dandelion",
+ "minecraft:dark_oak_boat",
+ "minecraft:dark_oak_button",
+ "minecraft:dark_oak_door",
+ "minecraft:dark_oak_fence",
+ "minecraft:dark_oak_fence_gate",
+ "minecraft:dark_oak_leaves",
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_planks",
+ "minecraft:dark_oak_pressure_plate",
+ "minecraft:dark_oak_sapling",
+ "minecraft:dark_oak_sign",
+ "minecraft:dark_oak_slab",
+ "minecraft:dark_oak_stairs",
+ "minecraft:dark_oak_trapdoor",
+ "minecraft:dark_oak_wood",
+ "minecraft:dark_prismarine",
+ "minecraft:dark_prismarine_slab",
+ "minecraft:dark_prismarine_stairs",
+ "minecraft:daylight_detector",
+ "minecraft:dead_brain_coral",
+ "minecraft:dead_brain_coral_block",
+ "minecraft:dead_brain_coral_fan",
+ "minecraft:dead_bubble_coral",
+ "minecraft:dead_bubble_coral_block",
+ "minecraft:dead_bubble_coral_fan",
+ "minecraft:dead_bush",
+ "minecraft:dead_fire_coral",
+ "minecraft:dead_fire_coral_block",
+ "minecraft:dead_fire_coral_fan",
+ "minecraft:dead_horn_coral",
+ "minecraft:dead_horn_coral_block",
+ "minecraft:dead_horn_coral_fan",
+ "minecraft:dead_tube_coral",
+ "minecraft:dead_tube_coral_block",
+ "minecraft:dead_tube_coral_fan",
+ "minecraft:debug_stick",
+ "minecraft:detector_rail",
+ "minecraft:diamond",
+ "minecraft:diamond_axe",
+ "minecraft:diamond_block",
+ "minecraft:diamond_boots",
+ "minecraft:diamond_chestplate",
+ "minecraft:diamond_helmet",
+ "minecraft:diamond_hoe",
+ "minecraft:diamond_horse_armor",
+ "minecraft:diamond_leggings",
+ "minecraft:diamond_ore",
+ "minecraft:diamond_pickaxe",
+ "minecraft:diamond_shovel",
+ "minecraft:diamond_sword",
+ "minecraft:diorite",
+ "minecraft:diorite_slab",
+ "minecraft:diorite_stairs",
+ "minecraft:diorite_wall",
+ "minecraft:dirt",
+ "minecraft:dispenser",
+ "minecraft:dolphin_spawn_egg",
+ "minecraft:donkey_spawn_egg",
+ "minecraft:dragon_breath",
+ "minecraft:dragon_egg",
+ "minecraft:dragon_head",
+ "minecraft:dried_kelp",
+ "minecraft:dried_kelp_block",
+ "minecraft:dropper",
+ "minecraft:drowned_spawn_egg",
+ "minecraft:egg",
+ "minecraft:elder_guardian_spawn_egg",
+ "minecraft:elytra",
+ "minecraft:emerald",
+ "minecraft:emerald_block",
+ "minecraft:emerald_ore",
+ "minecraft:enchanted_book",
+ "minecraft:enchanted_golden_apple",
+ "minecraft:enchanting_table",
+ "minecraft:end_crystal",
+ "minecraft:end_portal_frame",
+ "minecraft:end_rod",
+ "minecraft:end_stone",
+ "minecraft:end_stone_brick_slab",
+ "minecraft:end_stone_brick_stairs",
+ "minecraft:end_stone_brick_wall",
+ "minecraft:end_stone_bricks",
+ "minecraft:ender_chest",
+ "minecraft:ender_eye",
+ "minecraft:ender_pearl",
+ "minecraft:enderman_spawn_egg",
+ "minecraft:endermite_spawn_egg",
+ "minecraft:evoker_spawn_egg",
+ "minecraft:experience_bottle",
+ "minecraft:farmland",
+ "minecraft:feather",
+ "minecraft:fermented_spider_eye",
+ "minecraft:fern",
+ "minecraft:filled_map",
+ "minecraft:fire_charge",
+ "minecraft:fire_coral",
+ "minecraft:fire_coral_block",
+ "minecraft:fire_coral_fan",
+ "minecraft:firework_rocket",
+ "minecraft:firework_star",
+ "minecraft:fishing_rod",
+ "minecraft:fletching_table",
+ "minecraft:flint",
+ "minecraft:flint_and_steel",
+ "minecraft:flower_banner_pattern",
+ "minecraft:flower_pot",
+ "minecraft:fox_spawn_egg",
+ "minecraft:furnace",
+ "minecraft:furnace_minecart",
+ "minecraft:ghast_spawn_egg",
+ "minecraft:ghast_tear",
+ "minecraft:glass",
+ "minecraft:glass_bottle",
+ "minecraft:glass_pane",
+ "minecraft:glistering_melon_slice",
+ "minecraft:globe_banner_pattern",
+ "minecraft:glowstone",
+ "minecraft:glowstone_dust",
+ "minecraft:gold_block",
+ "minecraft:gold_ingot",
+ "minecraft:gold_nugget",
+ "minecraft:gold_ore",
+ "minecraft:golden_apple",
+ "minecraft:golden_axe",
+ "minecraft:golden_boots",
+ "minecraft:golden_carrot",
+ "minecraft:golden_chestplate",
+ "minecraft:golden_helmet",
+ "minecraft:golden_hoe",
+ "minecraft:golden_horse_armor",
+ "minecraft:golden_leggings",
+ "minecraft:golden_pickaxe",
+ "minecraft:golden_shovel",
+ "minecraft:golden_sword",
+ "minecraft:granite",
+ "minecraft:granite_slab",
+ "minecraft:granite_stairs",
+ "minecraft:granite_wall",
+ "minecraft:grass",
+ "minecraft:grass_block",
+ "minecraft:grass_path",
+ "minecraft:gravel",
+ "minecraft:gray_banner",
+ "minecraft:gray_bed",
+ "minecraft:gray_carpet",
+ "minecraft:gray_concrete",
+ "minecraft:gray_concrete_powder",
+ "minecraft:gray_dye",
+ "minecraft:gray_glazed_terracotta",
+ "minecraft:gray_shulker_box",
+ "minecraft:gray_stained_glass",
+ "minecraft:gray_stained_glass_pane",
+ "minecraft:gray_terracotta",
+ "minecraft:gray_wool",
+ "minecraft:green_banner",
+ "minecraft:green_bed",
+ "minecraft:green_carpet",
+ "minecraft:green_concrete",
+ "minecraft:green_concrete_powder",
+ "minecraft:green_dye",
+ "minecraft:green_glazed_terracotta",
+ "minecraft:green_shulker_box",
+ "minecraft:green_stained_glass",
+ "minecraft:green_stained_glass_pane",
+ "minecraft:green_terracotta",
+ "minecraft:green_wool",
+ "minecraft:grindstone",
+ "minecraft:guardian_spawn_egg",
+ "minecraft:gunpowder",
+ "minecraft:hay_block",
+ "minecraft:heart_of_the_sea",
+ "minecraft:heavy_weighted_pressure_plate",
+ "minecraft:hopper",
+ "minecraft:hopper_minecart",
+ "minecraft:horn_coral",
+ "minecraft:horn_coral_block",
+ "minecraft:horn_coral_fan",
+ "minecraft:horse_spawn_egg",
+ "minecraft:husk_spawn_egg",
+ "minecraft:ice",
+ "minecraft:infested_chiseled_stone_bricks",
+ "minecraft:infested_cobblestone",
+ "minecraft:infested_cracked_stone_bricks",
+ "minecraft:infested_mossy_stone_bricks",
+ "minecraft:infested_stone",
+ "minecraft:infested_stone_bricks",
+ "minecraft:ink_sac",
+ "minecraft:iron_axe",
+ "minecraft:iron_bars",
+ "minecraft:iron_block",
+ "minecraft:iron_boots",
+ "minecraft:iron_chestplate",
+ "minecraft:iron_door",
+ "minecraft:iron_helmet",
+ "minecraft:iron_hoe",
+ "minecraft:iron_horse_armor",
+ "minecraft:iron_ingot",
+ "minecraft:iron_leggings",
+ "minecraft:iron_nugget",
+ "minecraft:iron_ore",
+ "minecraft:iron_pickaxe",
+ "minecraft:iron_shovel",
+ "minecraft:iron_sword",
+ "minecraft:iron_trapdoor",
+ "minecraft:item_frame",
+ "minecraft:jack_o_lantern",
+ "minecraft:jigsaw",
+ "minecraft:jukebox",
+ "minecraft:jungle_boat",
+ "minecraft:jungle_button",
+ "minecraft:jungle_door",
+ "minecraft:jungle_fence",
+ "minecraft:jungle_fence_gate",
+ "minecraft:jungle_leaves",
+ "minecraft:jungle_log",
+ "minecraft:jungle_planks",
+ "minecraft:jungle_pressure_plate",
+ "minecraft:jungle_sapling",
+ "minecraft:jungle_sign",
+ "minecraft:jungle_slab",
+ "minecraft:jungle_stairs",
+ "minecraft:jungle_trapdoor",
+ "minecraft:jungle_wood",
+ "minecraft:kelp",
+ "minecraft:knowledge_book",
+ "minecraft:ladder",
+ "minecraft:lantern",
+ "minecraft:lapis_block",
+ "minecraft:lapis_lazuli",
+ "minecraft:lapis_ore",
+ "minecraft:large_fern",
+ "minecraft:lava_bucket",
+ "minecraft:lead",
+ "minecraft:leather",
+ "minecraft:leather_boots",
+ "minecraft:leather_chestplate",
+ "minecraft:leather_helmet",
+ "minecraft:leather_horse_armor",
+ "minecraft:leather_leggings",
+ "minecraft:lectern",
+ "minecraft:lever",
+ "minecraft:light_blue_banner",
+ "minecraft:light_blue_bed",
+ "minecraft:light_blue_carpet",
+ "minecraft:light_blue_concrete",
+ "minecraft:light_blue_concrete_powder",
+ "minecraft:light_blue_dye",
+ "minecraft:light_blue_glazed_terracotta",
+ "minecraft:light_blue_shulker_box",
+ "minecraft:light_blue_stained_glass",
+ "minecraft:light_blue_stained_glass_pane",
+ "minecraft:light_blue_terracotta",
+ "minecraft:light_blue_wool",
+ "minecraft:light_gray_banner",
+ "minecraft:light_gray_bed",
+ "minecraft:light_gray_carpet",
+ "minecraft:light_gray_concrete",
+ "minecraft:light_gray_concrete_powder",
+ "minecraft:light_gray_dye",
+ "minecraft:light_gray_glazed_terracotta",
+ "minecraft:light_gray_shulker_box",
+ "minecraft:light_gray_stained_glass",
+ "minecraft:light_gray_stained_glass_pane",
+ "minecraft:light_gray_terracotta",
+ "minecraft:light_gray_wool",
+ "minecraft:light_weighted_pressure_plate",
+ "minecraft:lilac",
+ "minecraft:lily_of_the_valley",
+ "minecraft:lily_pad",
+ "minecraft:lime_banner",
+ "minecraft:lime_bed",
+ "minecraft:lime_carpet",
+ "minecraft:lime_concrete",
+ "minecraft:lime_concrete_powder",
+ "minecraft:lime_dye",
+ "minecraft:lime_glazed_terracotta",
+ "minecraft:lime_shulker_box",
+ "minecraft:lime_stained_glass",
+ "minecraft:lime_stained_glass_pane",
+ "minecraft:lime_terracotta",
+ "minecraft:lime_wool",
+ "minecraft:lingering_potion",
+ "minecraft:llama_spawn_egg",
+ "minecraft:loom",
+ "minecraft:magenta_banner",
+ "minecraft:magenta_bed",
+ "minecraft:magenta_carpet",
+ "minecraft:magenta_concrete",
+ "minecraft:magenta_concrete_powder",
+ "minecraft:magenta_dye",
+ "minecraft:magenta_glazed_terracotta",
+ "minecraft:magenta_shulker_box",
+ "minecraft:magenta_stained_glass",
+ "minecraft:magenta_stained_glass_pane",
+ "minecraft:magenta_terracotta",
+ "minecraft:magenta_wool",
+ "minecraft:magma_block",
+ "minecraft:magma_cream",
+ "minecraft:magma_cube_spawn_egg",
+ "minecraft:map",
+ "minecraft:melon",
+ "minecraft:melon_seeds",
+ "minecraft:melon_slice",
+ "minecraft:milk_bucket",
+ "minecraft:minecart",
+ "minecraft:mojang_banner_pattern",
+ "minecraft:mooshroom_spawn_egg",
+ "minecraft:mossy_cobblestone",
+ "minecraft:mossy_cobblestone_slab",
+ "minecraft:mossy_cobblestone_stairs",
+ "minecraft:mossy_cobblestone_wall",
+ "minecraft:mossy_stone_brick_slab",
+ "minecraft:mossy_stone_brick_stairs",
+ "minecraft:mossy_stone_brick_wall",
+ "minecraft:mossy_stone_bricks",
+ "minecraft:mule_spawn_egg",
+ "minecraft:mushroom_stem",
+ "minecraft:mushroom_stew",
+ "minecraft:music_disc_11",
+ "minecraft:music_disc_13",
+ "minecraft:music_disc_blocks",
+ "minecraft:music_disc_cat",
+ "minecraft:music_disc_chirp",
+ "minecraft:music_disc_far",
+ "minecraft:music_disc_mall",
+ "minecraft:music_disc_mellohi",
+ "minecraft:music_disc_stal",
+ "minecraft:music_disc_strad",
+ "minecraft:music_disc_wait",
+ "minecraft:music_disc_ward",
+ "minecraft:mutton",
+ "minecraft:mycelium",
+ "minecraft:name_tag",
+ "minecraft:nautilus_shell",
+ "minecraft:nether_brick",
+ "minecraft:nether_brick_fence",
+ "minecraft:nether_brick_slab",
+ "minecraft:nether_brick_stairs",
+ "minecraft:nether_brick_wall",
+ "minecraft:nether_bricks",
+ "minecraft:nether_quartz_ore",
+ "minecraft:nether_star",
+ "minecraft:nether_wart",
+ "minecraft:nether_wart_block",
+ "minecraft:netherrack",
+ "minecraft:note_block",
+ "minecraft:oak_boat",
+ "minecraft:oak_button",
+ "minecraft:oak_door",
+ "minecraft:oak_fence",
+ "minecraft:oak_fence_gate",
+ "minecraft:oak_leaves",
+ "minecraft:oak_log",
+ "minecraft:oak_planks",
+ "minecraft:oak_pressure_plate",
+ "minecraft:oak_sapling",
+ "minecraft:oak_sign",
+ "minecraft:oak_slab",
+ "minecraft:oak_stairs",
+ "minecraft:oak_trapdoor",
+ "minecraft:oak_wood",
+ "minecraft:observer",
+ "minecraft:obsidian",
+ "minecraft:ocelot_spawn_egg",
+ "minecraft:orange_banner",
+ "minecraft:orange_bed",
+ "minecraft:orange_carpet",
+ "minecraft:orange_concrete",
+ "minecraft:orange_concrete_powder",
+ "minecraft:orange_dye",
+ "minecraft:orange_glazed_terracotta",
+ "minecraft:orange_shulker_box",
+ "minecraft:orange_stained_glass",
+ "minecraft:orange_stained_glass_pane",
+ "minecraft:orange_terracotta",
+ "minecraft:orange_tulip",
+ "minecraft:orange_wool",
+ "minecraft:oxeye_daisy",
+ "minecraft:packed_ice",
+ "minecraft:painting",
+ "minecraft:panda_spawn_egg",
+ "minecraft:paper",
+ "minecraft:parrot_spawn_egg",
+ "minecraft:peony",
+ "minecraft:petrified_oak_slab",
+ "minecraft:phantom_membrane",
+ "minecraft:phantom_spawn_egg",
+ "minecraft:pig_spawn_egg",
+ "minecraft:pillager_spawn_egg",
+ "minecraft:pink_banner",
+ "minecraft:pink_bed",
+ "minecraft:pink_carpet",
+ "minecraft:pink_concrete",
+ "minecraft:pink_concrete_powder",
+ "minecraft:pink_dye",
+ "minecraft:pink_glazed_terracotta",
+ "minecraft:pink_shulker_box",
+ "minecraft:pink_stained_glass",
+ "minecraft:pink_stained_glass_pane",
+ "minecraft:pink_terracotta",
+ "minecraft:pink_tulip",
+ "minecraft:pink_wool",
+ "minecraft:piston",
+ "minecraft:player_head",
+ "minecraft:podzol",
+ "minecraft:poisonous_potato",
+ "minecraft:polar_bear_spawn_egg",
+ "minecraft:polished_andesite",
+ "minecraft:polished_andesite_slab",
+ "minecraft:polished_andesite_stairs",
+ "minecraft:polished_diorite",
+ "minecraft:polished_diorite_slab",
+ "minecraft:polished_diorite_stairs",
+ "minecraft:polished_granite",
+ "minecraft:polished_granite_slab",
+ "minecraft:polished_granite_stairs",
+ "minecraft:popped_chorus_fruit",
+ "minecraft:poppy",
+ "minecraft:porkchop",
+ "minecraft:potato",
+ "minecraft:potion",
+ "minecraft:powered_rail",
+ "minecraft:prismarine",
+ "minecraft:prismarine_brick_slab",
+ "minecraft:prismarine_brick_stairs",
+ "minecraft:prismarine_bricks",
+ "minecraft:prismarine_crystals",
+ "minecraft:prismarine_shard",
+ "minecraft:prismarine_slab",
+ "minecraft:prismarine_stairs",
+ "minecraft:prismarine_wall",
+ "minecraft:pufferfish",
+ "minecraft:pufferfish_bucket",
+ "minecraft:pufferfish_spawn_egg",
+ "minecraft:pumpkin",
+ "minecraft:pumpkin_pie",
+ "minecraft:pumpkin_seeds",
+ "minecraft:purple_banner",
+ "minecraft:purple_bed",
+ "minecraft:purple_carpet",
+ "minecraft:purple_concrete",
+ "minecraft:purple_concrete_powder",
+ "minecraft:purple_dye",
+ "minecraft:purple_glazed_terracotta",
+ "minecraft:purple_shulker_box",
+ "minecraft:purple_stained_glass",
+ "minecraft:purple_stained_glass_pane",
+ "minecraft:purple_terracotta",
+ "minecraft:purple_wool",
+ "minecraft:purpur_block",
+ "minecraft:purpur_pillar",
+ "minecraft:purpur_slab",
+ "minecraft:purpur_stairs",
+ "minecraft:quartz",
+ "minecraft:quartz_block",
+ "minecraft:quartz_pillar",
+ "minecraft:quartz_slab",
+ "minecraft:quartz_stairs",
+ "minecraft:rabbit",
+ "minecraft:rabbit_foot",
+ "minecraft:rabbit_hide",
+ "minecraft:rabbit_spawn_egg",
+ "minecraft:rabbit_stew",
+ "minecraft:rail",
+ "minecraft:ravager_spawn_egg",
+ "minecraft:red_banner",
+ "minecraft:red_bed",
+ "minecraft:red_carpet",
+ "minecraft:red_concrete",
+ "minecraft:red_concrete_powder",
+ "minecraft:red_dye",
+ "minecraft:red_glazed_terracotta",
+ "minecraft:red_mushroom",
+ "minecraft:red_mushroom_block",
+ "minecraft:red_nether_brick_slab",
+ "minecraft:red_nether_brick_stairs",
+ "minecraft:red_nether_brick_wall",
+ "minecraft:red_nether_bricks",
+ "minecraft:red_sand",
+ "minecraft:red_sandstone",
+ "minecraft:red_sandstone_slab",
+ "minecraft:red_sandstone_stairs",
+ "minecraft:red_sandstone_wall",
+ "minecraft:red_shulker_box",
+ "minecraft:red_stained_glass",
+ "minecraft:red_stained_glass_pane",
+ "minecraft:red_terracotta",
+ "minecraft:red_tulip",
+ "minecraft:red_wool",
+ "minecraft:redstone",
+ "minecraft:redstone_block",
+ "minecraft:redstone_lamp",
+ "minecraft:redstone_ore",
+ "minecraft:redstone_torch",
+ "minecraft:repeater",
+ "minecraft:repeating_command_block",
+ "minecraft:rose_bush",
+ "minecraft:rotten_flesh",
+ "minecraft:saddle",
+ "minecraft:salmon",
+ "minecraft:salmon_bucket",
+ "minecraft:salmon_spawn_egg",
+ "minecraft:sand",
+ "minecraft:sandstone",
+ "minecraft:sandstone_slab",
+ "minecraft:sandstone_stairs",
+ "minecraft:sandstone_wall",
+ "minecraft:scaffolding",
+ "minecraft:scute",
+ "minecraft:sea_lantern",
+ "minecraft:sea_pickle",
+ "minecraft:seagrass",
+ "minecraft:shears",
+ "minecraft:sheep_spawn_egg",
+ "minecraft:shield",
+ "minecraft:shulker_box",
+ "minecraft:shulker_shell",
+ "minecraft:shulker_spawn_egg",
+ "minecraft:silverfish_spawn_egg",
+ "minecraft:skeleton_horse_spawn_egg",
+ "minecraft:skeleton_skull",
+ "minecraft:skeleton_spawn_egg",
+ "minecraft:skull_banner_pattern",
+ "minecraft:slime_ball",
+ "minecraft:slime_block",
+ "minecraft:slime_spawn_egg",
+ "minecraft:smithing_table",
+ "minecraft:smoker",
+ "minecraft:smooth_quartz",
+ "minecraft:smooth_quartz_slab",
+ "minecraft:smooth_quartz_stairs",
+ "minecraft:smooth_red_sandstone",
+ "minecraft:smooth_red_sandstone_slab",
+ "minecraft:smooth_red_sandstone_stairs",
+ "minecraft:smooth_sandstone",
+ "minecraft:smooth_sandstone_slab",
+ "minecraft:smooth_sandstone_stairs",
+ "minecraft:smooth_stone",
+ "minecraft:smooth_stone_slab",
+ "minecraft:snow",
+ "minecraft:snow_block",
+ "minecraft:snowball",
+ "minecraft:soul_sand",
+ "minecraft:spawner",
+ "minecraft:spectral_arrow",
+ "minecraft:spider_eye",
+ "minecraft:spider_spawn_egg",
+ "minecraft:splash_potion",
+ "minecraft:sponge",
+ "minecraft:spruce_boat",
+ "minecraft:spruce_button",
+ "minecraft:spruce_door",
+ "minecraft:spruce_fence",
+ "minecraft:spruce_fence_gate",
+ "minecraft:spruce_leaves",
+ "minecraft:spruce_log",
+ "minecraft:spruce_planks",
+ "minecraft:spruce_pressure_plate",
+ "minecraft:spruce_sapling",
+ "minecraft:spruce_sign",
+ "minecraft:spruce_slab",
+ "minecraft:spruce_stairs",
+ "minecraft:spruce_trapdoor",
+ "minecraft:spruce_wood",
+ "minecraft:squid_spawn_egg",
+ "minecraft:stick",
+ "minecraft:sticky_piston",
+ "minecraft:stone",
+ "minecraft:stone_axe",
+ "minecraft:stone_brick_slab",
+ "minecraft:stone_brick_stairs",
+ "minecraft:stone_brick_wall",
+ "minecraft:stone_bricks",
+ "minecraft:stone_button",
+ "minecraft:stone_hoe",
+ "minecraft:stone_pickaxe",
+ "minecraft:stone_pressure_plate",
+ "minecraft:stone_shovel",
+ "minecraft:stone_slab",
+ "minecraft:stone_stairs",
+ "minecraft:stone_sword",
+ "minecraft:stonecutter",
+ "minecraft:stray_spawn_egg",
+ "minecraft:string",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood",
+ "minecraft:structure_block",
+ "minecraft:structure_void",
+ "minecraft:sugar",
+ "minecraft:sugar_cane",
+ "minecraft:sunflower",
+ "minecraft:suspicious_stew",
+ "minecraft:sweet_berries",
+ "minecraft:tall_grass",
+ "minecraft:terracotta",
+ "minecraft:tipped_arrow",
+ "minecraft:tnt",
+ "minecraft:tnt_minecart",
+ "minecraft:torch",
+ "minecraft:totem_of_undying",
+ "minecraft:trader_llama_spawn_egg",
+ "minecraft:trapped_chest",
+ "minecraft:trident",
+ "minecraft:tripwire_hook",
+ "minecraft:tropical_fish",
+ "minecraft:tropical_fish_bucket",
+ "minecraft:tropical_fish_spawn_egg",
+ "minecraft:tube_coral",
+ "minecraft:tube_coral_block",
+ "minecraft:tube_coral_fan",
+ "minecraft:turtle_egg",
+ "minecraft:turtle_helmet",
+ "minecraft:turtle_spawn_egg",
+ "minecraft:vex_spawn_egg",
+ "minecraft:villager_spawn_egg",
+ "minecraft:vindicator_spawn_egg",
+ "minecraft:vine",
+ "minecraft:wandering_trader_spawn_egg",
+ "minecraft:water_bucket",
+ "minecraft:wet_sponge",
+ "minecraft:wheat",
+ "minecraft:wheat_seeds",
+ "minecraft:white_banner",
+ "minecraft:white_bed",
+ "minecraft:white_carpet",
+ "minecraft:white_concrete",
+ "minecraft:white_concrete_powder",
+ "minecraft:white_dye",
+ "minecraft:white_glazed_terracotta",
+ "minecraft:white_shulker_box",
+ "minecraft:white_stained_glass",
+ "minecraft:white_stained_glass_pane",
+ "minecraft:white_terracotta",
+ "minecraft:white_tulip",
+ "minecraft:white_wool",
+ "minecraft:witch_spawn_egg",
+ "minecraft:wither_rose",
+ "minecraft:wither_skeleton_skull",
+ "minecraft:wither_skeleton_spawn_egg",
+ "minecraft:wolf_spawn_egg",
+ "minecraft:wooden_axe",
+ "minecraft:wooden_hoe",
+ "minecraft:wooden_pickaxe",
+ "minecraft:wooden_shovel",
+ "minecraft:wooden_sword",
+ "minecraft:writable_book",
+ "minecraft:written_book",
+ "minecraft:yellow_banner",
+ "minecraft:yellow_bed",
+ "minecraft:yellow_carpet",
+ "minecraft:yellow_concrete",
+ "minecraft:yellow_concrete_powder",
+ "minecraft:yellow_dye",
+ "minecraft:yellow_glazed_terracotta",
+ "minecraft:yellow_shulker_box",
+ "minecraft:yellow_stained_glass",
+ "minecraft:yellow_stained_glass_pane",
+ "minecraft:yellow_terracotta",
+ "minecraft:yellow_wool",
+ "minecraft:zombie_head",
+ "minecraft:zombie_horse_spawn_egg",
+ "minecraft:zombie_pigman_spawn_egg",
+ "minecraft:zombie_spawn_egg",
+ "minecraft:zombie_villager_spawn_egg"
+ ],
+ "entities": [
+ "minecraft:area_effect_cloud",
+ "minecraft:armor_stand",
+ "minecraft:arrow",
+ "minecraft:bat",
+ "minecraft:blaze",
+ "minecraft:boat",
+ "minecraft:cat",
+ "minecraft:cave_spider",
+ "minecraft:chest_minecart",
+ "minecraft:chicken",
+ "minecraft:cod",
+ "minecraft:command_block_minecart",
+ "minecraft:cow",
+ "minecraft:creeper",
+ "minecraft:dolphin",
+ "minecraft:donkey",
+ "minecraft:dragon_fireball",
+ "minecraft:drowned",
+ "minecraft:egg",
+ "minecraft:elder_guardian",
+ "minecraft:end_crystal",
+ "minecraft:ender_dragon",
+ "minecraft:ender_pearl",
+ "minecraft:enderman",
+ "minecraft:endermite",
+ "minecraft:evoker",
+ "minecraft:evoker_fangs",
+ "minecraft:experience_bottle",
+ "minecraft:experience_orb",
+ "minecraft:eye_of_ender",
+ "minecraft:falling_block",
+ "minecraft:fireball",
+ "minecraft:firework_rocket",
+ "minecraft:fishing_bobber",
+ "minecraft:fox",
+ "minecraft:furnace_minecart",
+ "minecraft:ghast",
+ "minecraft:giant",
+ "minecraft:guardian",
+ "minecraft:hopper_minecart",
+ "minecraft:horse",
+ "minecraft:husk",
+ "minecraft:illusioner",
+ "minecraft:iron_golem",
+ "minecraft:item",
+ "minecraft:item_frame",
+ "minecraft:leash_knot",
+ "minecraft:lightning_bolt",
+ "minecraft:llama",
+ "minecraft:llama_spit",
+ "minecraft:magma_cube",
+ "minecraft:minecart",
+ "minecraft:mooshroom",
+ "minecraft:mule",
+ "minecraft:ocelot",
+ "minecraft:painting",
+ "minecraft:panda",
+ "minecraft:parrot",
+ "minecraft:phantom",
+ "minecraft:pig",
+ "minecraft:pillager",
+ "minecraft:player",
+ "minecraft:polar_bear",
+ "minecraft:potion",
+ "minecraft:pufferfish",
+ "minecraft:rabbit",
+ "minecraft:ravager",
+ "minecraft:salmon",
+ "minecraft:sheep",
+ "minecraft:shulker",
+ "minecraft:shulker_bullet",
+ "minecraft:silverfish",
+ "minecraft:skeleton",
+ "minecraft:skeleton_horse",
+ "minecraft:slime",
+ "minecraft:small_fireball",
+ "minecraft:snow_golem",
+ "minecraft:snowball",
+ "minecraft:spawner_minecart",
+ "minecraft:spectral_arrow",
+ "minecraft:spider",
+ "minecraft:squid",
+ "minecraft:stray",
+ "minecraft:tnt",
+ "minecraft:tnt_minecart",
+ "minecraft:trader_llama",
+ "minecraft:trident",
+ "minecraft:tropical_fish",
+ "minecraft:turtle",
+ "minecraft:vex",
+ "minecraft:villager",
+ "minecraft:vindicator",
+ "minecraft:wandering_trader",
+ "minecraft:witch",
+ "minecraft:wither",
+ "minecraft:wither_skeleton",
+ "minecraft:wither_skull",
+ "minecraft:wolf",
+ "minecraft:zombie",
+ "minecraft:zombie_horse",
+ "minecraft:zombie_pigman",
+ "minecraft:zombie_villager"
+ ],
+ "biomes": [
+ "minecraft:badlands",
+ "minecraft:badlands_plateau",
+ "minecraft:bamboo_jungle",
+ "minecraft:bamboo_jungle_hills",
+ "minecraft:beach",
+ "minecraft:birch_forest",
+ "minecraft:birch_forest_hills",
+ "minecraft:cold_ocean",
+ "minecraft:dark_forest",
+ "minecraft:dark_forest_hills",
+ "minecraft:deep_cold_ocean",
+ "minecraft:deep_frozen_ocean",
+ "minecraft:deep_lukewarm_ocean",
+ "minecraft:deep_ocean",
+ "minecraft:deep_warm_ocean",
+ "minecraft:desert",
+ "minecraft:desert_hills",
+ "minecraft:desert_lakes",
+ "minecraft:end_barrens",
+ "minecraft:end_highlands",
+ "minecraft:end_midlands",
+ "minecraft:eroded_badlands",
+ "minecraft:flower_forest",
+ "minecraft:forest",
+ "minecraft:frozen_ocean",
+ "minecraft:frozen_river",
+ "minecraft:giant_spruce_taiga",
+ "minecraft:giant_spruce_taiga_hills",
+ "minecraft:giant_tree_taiga",
+ "minecraft:giant_tree_taiga_hills",
+ "minecraft:gravelly_mountains",
+ "minecraft:ice_spikes",
+ "minecraft:jungle",
+ "minecraft:jungle_edge",
+ "minecraft:jungle_hills",
+ "minecraft:lukewarm_ocean",
+ "minecraft:modified_badlands_plateau",
+ "minecraft:modified_gravelly_mountains",
+ "minecraft:modified_jungle",
+ "minecraft:modified_jungle_edge",
+ "minecraft:modified_wooded_badlands_plateau",
+ "minecraft:mountain_edge",
+ "minecraft:mountains",
+ "minecraft:mushroom_field_shore",
+ "minecraft:mushroom_fields",
+ "minecraft:nether",
+ "minecraft:ocean",
+ "minecraft:plains",
+ "minecraft:river",
+ "minecraft:savanna",
+ "minecraft:savanna_plateau",
+ "minecraft:shattered_savanna",
+ "minecraft:shattered_savanna_plateau",
+ "minecraft:small_end_islands",
+ "minecraft:snowy_beach",
+ "minecraft:snowy_mountains",
+ "minecraft:snowy_taiga",
+ "minecraft:snowy_taiga_hills",
+ "minecraft:snowy_taiga_mountains",
+ "minecraft:snowy_tundra",
+ "minecraft:stone_shore",
+ "minecraft:sunflower_plains",
+ "minecraft:swamp",
+ "minecraft:swamp_hills",
+ "minecraft:taiga",
+ "minecraft:taiga_hills",
+ "minecraft:taiga_mountains",
+ "minecraft:tall_birch_forest",
+ "minecraft:tall_birch_hills",
+ "minecraft:the_end",
+ "minecraft:the_void",
+ "minecraft:warm_ocean",
+ "minecraft:wooded_badlands_plateau",
+ "minecraft:wooded_hills",
+ "minecraft:wooded_mountains"
+ ],
+ "blocktags": {
+ "minecraft:slabs": [
+ "minecraft:stone_slab",
+ "minecraft:smooth_stone_slab",
+ "minecraft:stone_brick_slab",
+ "minecraft:sandstone_slab",
+ "minecraft:acacia_slab",
+ "minecraft:birch_slab",
+ "minecraft:dark_oak_slab",
+ "minecraft:jungle_slab",
+ "minecraft:oak_slab",
+ "minecraft:spruce_slab",
+ "minecraft:purpur_slab",
+ "minecraft:quartz_slab",
+ "minecraft:red_sandstone_slab",
+ "minecraft:brick_slab",
+ "minecraft:cobblestone_slab",
+ "minecraft:nether_brick_slab",
+ "minecraft:petrified_oak_slab",
+ "minecraft:prismarine_slab",
+ "minecraft:prismarine_brick_slab",
+ "minecraft:dark_prismarine_slab",
+ "minecraft:polished_granite_slab",
+ "minecraft:smooth_red_sandstone_slab",
+ "minecraft:mossy_stone_brick_slab",
+ "minecraft:polished_diorite_slab",
+ "minecraft:mossy_cobblestone_slab",
+ "minecraft:end_stone_brick_slab",
+ "minecraft:smooth_sandstone_slab",
+ "minecraft:smooth_quartz_slab",
+ "minecraft:granite_slab",
+ "minecraft:andesite_slab",
+ "minecraft:red_nether_brick_slab",
+ "minecraft:polished_andesite_slab",
+ "minecraft:diorite_slab",
+ "minecraft:cut_sandstone_slab",
+ "minecraft:cut_red_sandstone_slab"
+ ],
+ "minecraft:carpets": [
+ "minecraft:white_carpet",
+ "minecraft:orange_carpet",
+ "minecraft:magenta_carpet",
+ "minecraft:light_blue_carpet",
+ "minecraft:yellow_carpet",
+ "minecraft:lime_carpet",
+ "minecraft:pink_carpet",
+ "minecraft:gray_carpet",
+ "minecraft:light_gray_carpet",
+ "minecraft:cyan_carpet",
+ "minecraft:purple_carpet",
+ "minecraft:blue_carpet",
+ "minecraft:brown_carpet",
+ "minecraft:green_carpet",
+ "minecraft:red_carpet",
+ "minecraft:black_carpet"
+ ],
+ "minecraft:stairs": [
+ "minecraft:oak_stairs",
+ "minecraft:cobblestone_stairs",
+ "minecraft:spruce_stairs",
+ "minecraft:sandstone_stairs",
+ "minecraft:acacia_stairs",
+ "minecraft:jungle_stairs",
+ "minecraft:birch_stairs",
+ "minecraft:dark_oak_stairs",
+ "minecraft:nether_brick_stairs",
+ "minecraft:stone_brick_stairs",
+ "minecraft:brick_stairs",
+ "minecraft:purpur_stairs",
+ "minecraft:quartz_stairs",
+ "minecraft:red_sandstone_stairs",
+ "minecraft:prismarine_brick_stairs",
+ "minecraft:prismarine_stairs",
+ "minecraft:dark_prismarine_stairs",
+ "minecraft:polished_granite_stairs",
+ "minecraft:smooth_red_sandstone_stairs",
+ "minecraft:mossy_stone_brick_stairs",
+ "minecraft:polished_diorite_stairs",
+ "minecraft:mossy_cobblestone_stairs",
+ "minecraft:end_stone_brick_stairs",
+ "minecraft:stone_stairs",
+ "minecraft:smooth_sandstone_stairs",
+ "minecraft:smooth_quartz_stairs",
+ "minecraft:granite_stairs",
+ "minecraft:andesite_stairs",
+ "minecraft:red_nether_brick_stairs",
+ "minecraft:polished_andesite_stairs",
+ "minecraft:diorite_stairs"
+ ],
+ "minecraft:wooden_doors": [
+ "minecraft:oak_door",
+ "minecraft:spruce_door",
+ "minecraft:birch_door",
+ "minecraft:jungle_door",
+ "minecraft:acacia_door",
+ "minecraft:dark_oak_door"
+ ],
+ "minecraft:jungle_logs": [
+ "minecraft:jungle_log",
+ "minecraft:jungle_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood"
+ ],
+ "minecraft:planks": [
+ "minecraft:oak_planks",
+ "minecraft:spruce_planks",
+ "minecraft:birch_planks",
+ "minecraft:jungle_planks",
+ "minecraft:acacia_planks",
+ "minecraft:dark_oak_planks"
+ ],
+ "minecraft:wall_corals": [
+ "minecraft:tube_coral_wall_fan",
+ "minecraft:brain_coral_wall_fan",
+ "minecraft:bubble_coral_wall_fan",
+ "minecraft:fire_coral_wall_fan",
+ "minecraft:horn_coral_wall_fan"
+ ],
+ "minecraft:acacia_logs": [
+ "minecraft:acacia_log",
+ "minecraft:acacia_wood",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood"
+ ],
+ "minecraft:wither_immune": [
+ "minecraft:barrier",
+ "minecraft:bedrock",
+ "minecraft:end_portal",
+ "minecraft:end_portal_frame",
+ "minecraft:end_gateway",
+ "minecraft:command_block",
+ "minecraft:repeating_command_block",
+ "minecraft:chain_command_block",
+ "minecraft:structure_block",
+ "minecraft:jigsaw",
+ "minecraft:moving_piston"
+ ],
+ "minecraft:flower_pots": [
+ "minecraft:flower_pot",
+ "minecraft:potted_poppy",
+ "minecraft:potted_blue_orchid",
+ "minecraft:potted_allium",
+ "minecraft:potted_azure_bluet",
+ "minecraft:potted_red_tulip",
+ "minecraft:potted_orange_tulip",
+ "minecraft:potted_white_tulip",
+ "minecraft:potted_pink_tulip",
+ "minecraft:potted_oxeye_daisy",
+ "minecraft:potted_dandelion",
+ "minecraft:potted_oak_sapling",
+ "minecraft:potted_spruce_sapling",
+ "minecraft:potted_birch_sapling",
+ "minecraft:potted_jungle_sapling",
+ "minecraft:potted_acacia_sapling",
+ "minecraft:potted_dark_oak_sapling",
+ "minecraft:potted_red_mushroom",
+ "minecraft:potted_brown_mushroom",
+ "minecraft:potted_dead_bush",
+ "minecraft:potted_fern",
+ "minecraft:potted_cactus",
+ "minecraft:potted_cornflower",
+ "minecraft:potted_lily_of_the_valley",
+ "minecraft:potted_wither_rose",
+ "minecraft:potted_bamboo"
+ ],
+ "minecraft:stone_bricks": [
+ "minecraft:stone_bricks",
+ "minecraft:mossy_stone_bricks",
+ "minecraft:cracked_stone_bricks",
+ "minecraft:chiseled_stone_bricks"
+ ],
+ "minecraft:enderman_holdable": [
+ "minecraft:grass_block",
+ "minecraft:dirt",
+ "minecraft:coarse_dirt",
+ "minecraft:podzol",
+ "minecraft:sand",
+ "minecraft:red_sand",
+ "minecraft:gravel",
+ "minecraft:brown_mushroom",
+ "minecraft:red_mushroom",
+ "minecraft:tnt",
+ "minecraft:cactus",
+ "minecraft:clay",
+ "minecraft:pumpkin",
+ "minecraft:carved_pumpkin",
+ "minecraft:melon",
+ "minecraft:mycelium",
+ "minecraft:netherrack",
+ "minecraft:dandelion",
+ "minecraft:poppy",
+ "minecraft:blue_orchid",
+ "minecraft:allium",
+ "minecraft:azure_bluet",
+ "minecraft:red_tulip",
+ "minecraft:orange_tulip",
+ "minecraft:white_tulip",
+ "minecraft:pink_tulip",
+ "minecraft:oxeye_daisy",
+ "minecraft:cornflower",
+ "minecraft:lily_of_the_valley",
+ "minecraft:wither_rose"
+ ],
+ "minecraft:spruce_logs": [
+ "minecraft:spruce_log",
+ "minecraft:spruce_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood"
+ ],
+ "minecraft:wooden_slabs": [
+ "minecraft:oak_slab",
+ "minecraft:spruce_slab",
+ "minecraft:birch_slab",
+ "minecraft:jungle_slab",
+ "minecraft:acacia_slab",
+ "minecraft:dark_oak_slab"
+ ],
+ "minecraft:coral_blocks": [
+ "minecraft:tube_coral_block",
+ "minecraft:brain_coral_block",
+ "minecraft:bubble_coral_block",
+ "minecraft:fire_coral_block",
+ "minecraft:horn_coral_block"
+ ],
+ "minecraft:signs": [
+ "minecraft:oak_sign",
+ "minecraft:spruce_sign",
+ "minecraft:birch_sign",
+ "minecraft:acacia_sign",
+ "minecraft:jungle_sign",
+ "minecraft:dark_oak_sign",
+ "minecraft:oak_wall_sign",
+ "minecraft:spruce_wall_sign",
+ "minecraft:birch_wall_sign",
+ "minecraft:acacia_wall_sign",
+ "minecraft:jungle_wall_sign",
+ "minecraft:dark_oak_wall_sign"
+ ],
+ "minecraft:dark_oak_logs": [
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_wood",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood"
+ ],
+ "minecraft:sand": [
+ "minecraft:sand",
+ "minecraft:red_sand"
+ ],
+ "minecraft:valid_spawn": [
+ "minecraft:grass_block",
+ "minecraft:podzol"
+ ],
+ "minecraft:underwater_bonemeals": [
+ "minecraft:seagrass",
+ "minecraft:tube_coral_fan",
+ "minecraft:brain_coral_fan",
+ "minecraft:bubble_coral_fan",
+ "minecraft:fire_coral_fan",
+ "minecraft:horn_coral_fan",
+ "minecraft:tube_coral",
+ "minecraft:brain_coral",
+ "minecraft:bubble_coral",
+ "minecraft:fire_coral",
+ "minecraft:horn_coral",
+ "minecraft:tube_coral_wall_fan",
+ "minecraft:brain_coral_wall_fan",
+ "minecraft:bubble_coral_wall_fan",
+ "minecraft:fire_coral_wall_fan",
+ "minecraft:horn_coral_wall_fan"
+ ],
+ "minecraft:oak_logs": [
+ "minecraft:oak_log",
+ "minecraft:oak_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood"
+ ],
+ "minecraft:buttons": [
+ "minecraft:stone_button",
+ "minecraft:oak_button",
+ "minecraft:spruce_button",
+ "minecraft:birch_button",
+ "minecraft:jungle_button",
+ "minecraft:acacia_button",
+ "minecraft:dark_oak_button"
+ ],
+ "minecraft:wooden_pressure_plates": [
+ "minecraft:oak_pressure_plate",
+ "minecraft:spruce_pressure_plate",
+ "minecraft:birch_pressure_plate",
+ "minecraft:jungle_pressure_plate",
+ "minecraft:acacia_pressure_plate",
+ "minecraft:dark_oak_pressure_plate"
+ ],
+ "minecraft:beds": [
+ "minecraft:red_bed",
+ "minecraft:black_bed",
+ "minecraft:blue_bed",
+ "minecraft:brown_bed",
+ "minecraft:cyan_bed",
+ "minecraft:gray_bed",
+ "minecraft:green_bed",
+ "minecraft:light_blue_bed",
+ "minecraft:light_gray_bed",
+ "minecraft:lime_bed",
+ "minecraft:magenta_bed",
+ "minecraft:orange_bed",
+ "minecraft:pink_bed",
+ "minecraft:purple_bed",
+ "minecraft:white_bed",
+ "minecraft:yellow_bed"
+ ],
+ "minecraft:walls": [
+ "minecraft:cobblestone_wall",
+ "minecraft:mossy_cobblestone_wall",
+ "minecraft:brick_wall",
+ "minecraft:prismarine_wall",
+ "minecraft:red_sandstone_wall",
+ "minecraft:mossy_stone_brick_wall",
+ "minecraft:granite_wall",
+ "minecraft:stone_brick_wall",
+ "minecraft:nether_brick_wall",
+ "minecraft:andesite_wall",
+ "minecraft:red_nether_brick_wall",
+ "minecraft:sandstone_wall",
+ "minecraft:end_stone_brick_wall",
+ "minecraft:diorite_wall"
+ ],
+ "minecraft:rails": [
+ "minecraft:rail",
+ "minecraft:powered_rail",
+ "minecraft:detector_rail",
+ "minecraft:activator_rail"
+ ],
+ "minecraft:birch_logs": [
+ "minecraft:birch_log",
+ "minecraft:birch_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood"
+ ],
+ "minecraft:wooden_trapdoors": [
+ "minecraft:acacia_trapdoor",
+ "minecraft:birch_trapdoor",
+ "minecraft:dark_oak_trapdoor",
+ "minecraft:jungle_trapdoor",
+ "minecraft:oak_trapdoor",
+ "minecraft:spruce_trapdoor"
+ ],
+ "minecraft:wooden_fences": [
+ "minecraft:oak_fence",
+ "minecraft:acacia_fence",
+ "minecraft:dark_oak_fence",
+ "minecraft:spruce_fence",
+ "minecraft:birch_fence",
+ "minecraft:jungle_fence"
+ ],
+ "minecraft:saplings": [
+ "minecraft:oak_sapling",
+ "minecraft:spruce_sapling",
+ "minecraft:birch_sapling",
+ "minecraft:jungle_sapling",
+ "minecraft:acacia_sapling",
+ "minecraft:dark_oak_sapling"
+ ],
+ "minecraft:small_flowers": [
+ "minecraft:dandelion",
+ "minecraft:poppy",
+ "minecraft:blue_orchid",
+ "minecraft:allium",
+ "minecraft:azure_bluet",
+ "minecraft:red_tulip",
+ "minecraft:orange_tulip",
+ "minecraft:white_tulip",
+ "minecraft:pink_tulip",
+ "minecraft:oxeye_daisy",
+ "minecraft:cornflower",
+ "minecraft:lily_of_the_valley",
+ "minecraft:wither_rose"
+ ],
+ "minecraft:bamboo_plantable_on": [
+ "minecraft:bamboo",
+ "minecraft:bamboo_sapling",
+ "minecraft:gravel",
+ "minecraft:sand",
+ "minecraft:red_sand",
+ "minecraft:dirt",
+ "minecraft:grass_block",
+ "minecraft:podzol",
+ "minecraft:coarse_dirt",
+ "minecraft:mycelium"
+ ],
+ "minecraft:ice": [
+ "minecraft:ice",
+ "minecraft:packed_ice",
+ "minecraft:blue_ice",
+ "minecraft:frosted_ice"
+ ],
+ "minecraft:wooden_stairs": [
+ "minecraft:oak_stairs",
+ "minecraft:spruce_stairs",
+ "minecraft:birch_stairs",
+ "minecraft:jungle_stairs",
+ "minecraft:acacia_stairs",
+ "minecraft:dark_oak_stairs"
+ ],
+ "minecraft:anvil": [
+ "minecraft:anvil",
+ "minecraft:chipped_anvil",
+ "minecraft:damaged_anvil"
+ ],
+ "minecraft:logs": [
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_wood",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood",
+ "minecraft:oak_log",
+ "minecraft:oak_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood",
+ "minecraft:acacia_log",
+ "minecraft:acacia_wood",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood",
+ "minecraft:birch_log",
+ "minecraft:birch_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood",
+ "minecraft:jungle_log",
+ "minecraft:jungle_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood",
+ "minecraft:spruce_log",
+ "minecraft:spruce_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood"
+ ],
+ "minecraft:corals": [
+ "minecraft:tube_coral_fan",
+ "minecraft:brain_coral_fan",
+ "minecraft:bubble_coral_fan",
+ "minecraft:fire_coral_fan",
+ "minecraft:horn_coral_fan",
+ "minecraft:tube_coral",
+ "minecraft:brain_coral",
+ "minecraft:bubble_coral",
+ "minecraft:fire_coral",
+ "minecraft:horn_coral"
+ ],
+ "minecraft:wooden_buttons": [
+ "minecraft:oak_button",
+ "minecraft:spruce_button",
+ "minecraft:birch_button",
+ "minecraft:jungle_button",
+ "minecraft:acacia_button",
+ "minecraft:dark_oak_button"
+ ],
+ "minecraft:wool": [
+ "minecraft:white_wool",
+ "minecraft:orange_wool",
+ "minecraft:magenta_wool",
+ "minecraft:light_blue_wool",
+ "minecraft:yellow_wool",
+ "minecraft:lime_wool",
+ "minecraft:pink_wool",
+ "minecraft:gray_wool",
+ "minecraft:light_gray_wool",
+ "minecraft:cyan_wool",
+ "minecraft:purple_wool",
+ "minecraft:blue_wool",
+ "minecraft:brown_wool",
+ "minecraft:green_wool",
+ "minecraft:red_wool",
+ "minecraft:black_wool"
+ ],
+ "minecraft:coral_plants": [
+ "minecraft:tube_coral",
+ "minecraft:brain_coral",
+ "minecraft:bubble_coral",
+ "minecraft:fire_coral",
+ "minecraft:horn_coral"
+ ],
+ "minecraft:banners": [
+ "minecraft:white_banner",
+ "minecraft:orange_banner",
+ "minecraft:magenta_banner",
+ "minecraft:light_blue_banner",
+ "minecraft:yellow_banner",
+ "minecraft:lime_banner",
+ "minecraft:pink_banner",
+ "minecraft:gray_banner",
+ "minecraft:light_gray_banner",
+ "minecraft:cyan_banner",
+ "minecraft:purple_banner",
+ "minecraft:blue_banner",
+ "minecraft:brown_banner",
+ "minecraft:green_banner",
+ "minecraft:red_banner",
+ "minecraft:black_banner",
+ "minecraft:white_wall_banner",
+ "minecraft:orange_wall_banner",
+ "minecraft:magenta_wall_banner",
+ "minecraft:light_blue_wall_banner",
+ "minecraft:yellow_wall_banner",
+ "minecraft:lime_wall_banner",
+ "minecraft:pink_wall_banner",
+ "minecraft:gray_wall_banner",
+ "minecraft:light_gray_wall_banner",
+ "minecraft:cyan_wall_banner",
+ "minecraft:purple_wall_banner",
+ "minecraft:blue_wall_banner",
+ "minecraft:brown_wall_banner",
+ "minecraft:green_wall_banner",
+ "minecraft:red_wall_banner",
+ "minecraft:black_wall_banner"
+ ],
+ "minecraft:dragon_immune": [
+ "minecraft:barrier",
+ "minecraft:bedrock",
+ "minecraft:end_portal",
+ "minecraft:end_portal_frame",
+ "minecraft:end_gateway",
+ "minecraft:command_block",
+ "minecraft:repeating_command_block",
+ "minecraft:chain_command_block",
+ "minecraft:structure_block",
+ "minecraft:jigsaw",
+ "minecraft:moving_piston",
+ "minecraft:obsidian",
+ "minecraft:end_stone",
+ "minecraft:iron_bars"
+ ],
+ "minecraft:doors": [
+ "minecraft:iron_door",
+ "minecraft:oak_door",
+ "minecraft:spruce_door",
+ "minecraft:birch_door",
+ "minecraft:jungle_door",
+ "minecraft:acacia_door",
+ "minecraft:dark_oak_door"
+ ],
+ "minecraft:fences": [
+ "minecraft:nether_brick_fence",
+ "minecraft:oak_fence",
+ "minecraft:acacia_fence",
+ "minecraft:dark_oak_fence",
+ "minecraft:spruce_fence",
+ "minecraft:birch_fence",
+ "minecraft:jungle_fence"
+ ],
+ "minecraft:wall_signs": [
+ "minecraft:oak_wall_sign",
+ "minecraft:spruce_wall_sign",
+ "minecraft:birch_wall_sign",
+ "minecraft:acacia_wall_sign",
+ "minecraft:jungle_wall_sign",
+ "minecraft:dark_oak_wall_sign"
+ ],
+ "minecraft:standing_signs": [
+ "minecraft:oak_sign",
+ "minecraft:spruce_sign",
+ "minecraft:birch_sign",
+ "minecraft:acacia_sign",
+ "minecraft:jungle_sign",
+ "minecraft:dark_oak_sign"
+ ],
+ "minecraft:dirt_like": [
+ "minecraft:dirt",
+ "minecraft:grass_block",
+ "minecraft:podzol",
+ "minecraft:coarse_dirt",
+ "minecraft:mycelium"
+ ],
+ "minecraft:impermeable": [
+ "minecraft:glass",
+ "minecraft:white_stained_glass",
+ "minecraft:orange_stained_glass",
+ "minecraft:magenta_stained_glass",
+ "minecraft:light_blue_stained_glass",
+ "minecraft:yellow_stained_glass",
+ "minecraft:lime_stained_glass",
+ "minecraft:pink_stained_glass",
+ "minecraft:gray_stained_glass",
+ "minecraft:light_gray_stained_glass",
+ "minecraft:cyan_stained_glass",
+ "minecraft:purple_stained_glass",
+ "minecraft:blue_stained_glass",
+ "minecraft:brown_stained_glass",
+ "minecraft:green_stained_glass",
+ "minecraft:red_stained_glass",
+ "minecraft:black_stained_glass"
+ ],
+ "minecraft:trapdoors": [
+ "minecraft:iron_trapdoor",
+ "minecraft:acacia_trapdoor",
+ "minecraft:birch_trapdoor",
+ "minecraft:dark_oak_trapdoor",
+ "minecraft:jungle_trapdoor",
+ "minecraft:oak_trapdoor",
+ "minecraft:spruce_trapdoor"
+ ],
+ "minecraft:leaves": [
+ "minecraft:jungle_leaves",
+ "minecraft:oak_leaves",
+ "minecraft:spruce_leaves",
+ "minecraft:dark_oak_leaves",
+ "minecraft:acacia_leaves",
+ "minecraft:birch_leaves"
+ ]
+ },
+ "itemtags": {
+ "minecraft:boats": [
+ "minecraft:oak_boat",
+ "minecraft:spruce_boat",
+ "minecraft:birch_boat",
+ "minecraft:jungle_boat",
+ "minecraft:acacia_boat",
+ "minecraft:dark_oak_boat"
+ ],
+ "minecraft:banners": [
+ "minecraft:white_banner",
+ "minecraft:orange_banner",
+ "minecraft:magenta_banner",
+ "minecraft:light_blue_banner",
+ "minecraft:yellow_banner",
+ "minecraft:lime_banner",
+ "minecraft:pink_banner",
+ "minecraft:gray_banner",
+ "minecraft:light_gray_banner",
+ "minecraft:cyan_banner",
+ "minecraft:purple_banner",
+ "minecraft:blue_banner",
+ "minecraft:brown_banner",
+ "minecraft:green_banner",
+ "minecraft:red_banner",
+ "minecraft:black_banner"
+ ],
+ "minecraft:arrows": [
+ "minecraft:arrow",
+ "minecraft:tipped_arrow",
+ "minecraft:spectral_arrow"
+ ],
+ "minecraft:coals": [
+ "minecraft:coal",
+ "minecraft:charcoal"
+ ],
+ "minecraft:music_discs": [
+ "minecraft:music_disc_13",
+ "minecraft:music_disc_cat",
+ "minecraft:music_disc_blocks",
+ "minecraft:music_disc_chirp",
+ "minecraft:music_disc_far",
+ "minecraft:music_disc_mall",
+ "minecraft:music_disc_mellohi",
+ "minecraft:music_disc_stal",
+ "minecraft:music_disc_strad",
+ "minecraft:music_disc_ward",
+ "minecraft:music_disc_11",
+ "minecraft:music_disc_wait"
+ ],
+ "minecraft:fishes": [
+ "minecraft:cod",
+ "minecraft:cooked_cod",
+ "minecraft:salmon",
+ "minecraft:cooked_salmon",
+ "minecraft:pufferfish",
+ "minecraft:tropical_fish"
+ ]
+ },
+ "entitytags": {
+ "minecraft:raiders": [
+ "minecraft:evoker",
+ "minecraft:pillager",
+ "minecraft:ravager",
+ "minecraft:vindicator",
+ "minecraft:illusioner",
+ "minecraft:witch"
+ ],
+ "minecraft:skeletons": [
+ "minecraft:skeleton",
+ "minecraft:stray",
+ "minecraft:wither_skeleton"
+ ]
+ }
+}
diff --git a/worldedit-cli/src/main/resources/com/sk89q/worldedit/cli/data/1968.json b/worldedit-cli/src/main/resources/com/sk89q/worldedit/cli/data/1968.json
index f99217273..3396367cc 100644
--- a/worldedit-cli/src/main/resources/com/sk89q/worldedit/cli/data/1968.json
+++ b/worldedit-cli/src/main/resources/com/sk89q/worldedit/cli/data/1968.json
@@ -1 +1,12888 @@
-{"blocks":{"minecraft:acacia_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_button[face=wall,facing=north,powered=false]"},"minecraft:acacia_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:acacia_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:acacia_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:acacia_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_leaves[distance=7,persistent=false]"},"minecraft:acacia_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:acacia_log[axis=y]"},"minecraft:acacia_planks":{"properties":{},"defaultstate":"minecraft:acacia_planks"},"minecraft:acacia_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_pressure_plate[powered=false]"},"minecraft:acacia_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:acacia_sapling[stage=0]"},"minecraft:acacia_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_sign[rotation=0,waterlogged=false]"},"minecraft:acacia_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_slab[type=bottom,waterlogged=false]"},"minecraft:acacia_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:acacia_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:acacia_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_wall_sign[facing=north,waterlogged=false]"},"minecraft:acacia_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:acacia_wood[axis=y]"},"minecraft:activator_rail":{"properties":{"powered":{"values":["true","false"],"type":"bool"},"shape":{"values":["north_south","east_west","ascending_east","ascending_west","ascending_north","ascending_south"],"type":"enum"}},"defaultstate":"minecraft:activator_rail[powered=false,shape=north_south]"},"minecraft:air":{"properties":{},"defaultstate":"minecraft:air"},"minecraft:allium":{"properties":{},"defaultstate":"minecraft:allium"},"minecraft:andesite":{"properties":{},"defaultstate":"minecraft:andesite"},"minecraft:andesite_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:andesite_slab[type=bottom,waterlogged=false]"},"minecraft:andesite_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:andesite_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:andesite_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:anvil":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:anvil[facing=north]"},"minecraft:attached_melon_stem":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:attached_melon_stem[facing=north]"},"minecraft:attached_pumpkin_stem":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:attached_pumpkin_stem[facing=north]"},"minecraft:azure_bluet":{"properties":{},"defaultstate":"minecraft:azure_bluet"},"minecraft:bamboo":{"properties":{"age":{"values":["0","1"],"type":"int"},"leaves":{"values":["none","small","large"],"type":"enum"},"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:bamboo[age=0,leaves=none,stage=0]"},"minecraft:bamboo_sapling":{"properties":{},"defaultstate":"minecraft:bamboo_sapling"},"minecraft:barrel":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"open":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:barrel[facing=north,open=false]"},"minecraft:barrier":{"properties":{},"defaultstate":"minecraft:barrier"},"minecraft:beacon":{"properties":{},"defaultstate":"minecraft:beacon"},"minecraft:bedrock":{"properties":{},"defaultstate":"minecraft:bedrock"},"minecraft:beetroots":{"properties":{"age":{"values":["0","1","2","3"],"type":"int"}},"defaultstate":"minecraft:beetroots[age=0]"},"minecraft:bell":{"properties":{"attachment":{"values":["floor","ceiling","single_wall","double_wall"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:bell[attachment=floor,facing=north]"},"minecraft:birch_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_button[face=wall,facing=north,powered=false]"},"minecraft:birch_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:birch_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:birch_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:birch_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_leaves[distance=7,persistent=false]"},"minecraft:birch_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:birch_log[axis=y]"},"minecraft:birch_planks":{"properties":{},"defaultstate":"minecraft:birch_planks"},"minecraft:birch_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_pressure_plate[powered=false]"},"minecraft:birch_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:birch_sapling[stage=0]"},"minecraft:birch_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_sign[rotation=0,waterlogged=false]"},"minecraft:birch_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_slab[type=bottom,waterlogged=false]"},"minecraft:birch_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:birch_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:birch_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_wall_sign[facing=north,waterlogged=false]"},"minecraft:birch_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:birch_wood[axis=y]"},"minecraft:black_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:black_banner[rotation=0]"},"minecraft:black_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:black_bed[facing=north,occupied=false,part=foot]"},"minecraft:black_carpet":{"properties":{},"defaultstate":"minecraft:black_carpet"},"minecraft:black_concrete":{"properties":{},"defaultstate":"minecraft:black_concrete"},"minecraft:black_concrete_powder":{"properties":{},"defaultstate":"minecraft:black_concrete_powder"},"minecraft:black_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:black_glazed_terracotta[facing=north]"},"minecraft:black_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:black_shulker_box[facing=up]"},"minecraft:black_stained_glass":{"properties":{},"defaultstate":"minecraft:black_stained_glass"},"minecraft:black_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:black_terracotta":{"properties":{},"defaultstate":"minecraft:black_terracotta"},"minecraft:black_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:black_wall_banner[facing=north]"},"minecraft:black_wool":{"properties":{},"defaultstate":"minecraft:black_wool"},"minecraft:blast_furnace":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:blast_furnace[facing=north,lit=false]"},"minecraft:blue_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:blue_banner[rotation=0]"},"minecraft:blue_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:blue_bed[facing=north,occupied=false,part=foot]"},"minecraft:blue_carpet":{"properties":{},"defaultstate":"minecraft:blue_carpet"},"minecraft:blue_concrete":{"properties":{},"defaultstate":"minecraft:blue_concrete"},"minecraft:blue_concrete_powder":{"properties":{},"defaultstate":"minecraft:blue_concrete_powder"},"minecraft:blue_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:blue_glazed_terracotta[facing=north]"},"minecraft:blue_ice":{"properties":{},"defaultstate":"minecraft:blue_ice"},"minecraft:blue_orchid":{"properties":{},"defaultstate":"minecraft:blue_orchid"},"minecraft:blue_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:blue_shulker_box[facing=up]"},"minecraft:blue_stained_glass":{"properties":{},"defaultstate":"minecraft:blue_stained_glass"},"minecraft:blue_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:blue_terracotta":{"properties":{},"defaultstate":"minecraft:blue_terracotta"},"minecraft:blue_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:blue_wall_banner[facing=north]"},"minecraft:blue_wool":{"properties":{},"defaultstate":"minecraft:blue_wool"},"minecraft:bone_block":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:bone_block[axis=y]"},"minecraft:bookshelf":{"properties":{},"defaultstate":"minecraft:bookshelf"},"minecraft:brain_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brain_coral[waterlogged=true]"},"minecraft:brain_coral_block":{"properties":{},"defaultstate":"minecraft:brain_coral_block"},"minecraft:brain_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brain_coral_fan[waterlogged=true]"},"minecraft:brain_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brain_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:brewing_stand":{"properties":{"has_bottle_0":{"values":["true","false"],"type":"bool"},"has_bottle_1":{"values":["true","false"],"type":"bool"},"has_bottle_2":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false]"},"minecraft:brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brick_slab[type=bottom,waterlogged=false]"},"minecraft:brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:brick_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:bricks":{"properties":{},"defaultstate":"minecraft:bricks"},"minecraft:brown_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:brown_banner[rotation=0]"},"minecraft:brown_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:brown_bed[facing=north,occupied=false,part=foot]"},"minecraft:brown_carpet":{"properties":{},"defaultstate":"minecraft:brown_carpet"},"minecraft:brown_concrete":{"properties":{},"defaultstate":"minecraft:brown_concrete"},"minecraft:brown_concrete_powder":{"properties":{},"defaultstate":"minecraft:brown_concrete_powder"},"minecraft:brown_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:brown_glazed_terracotta[facing=north]"},"minecraft:brown_mushroom":{"properties":{},"defaultstate":"minecraft:brown_mushroom"},"minecraft:brown_mushroom_block":{"properties":{"down":{"values":["true","false"],"type":"bool"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]"},"minecraft:brown_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:brown_shulker_box[facing=up]"},"minecraft:brown_stained_glass":{"properties":{},"defaultstate":"minecraft:brown_stained_glass"},"minecraft:brown_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:brown_terracotta":{"properties":{},"defaultstate":"minecraft:brown_terracotta"},"minecraft:brown_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:brown_wall_banner[facing=north]"},"minecraft:brown_wool":{"properties":{},"defaultstate":"minecraft:brown_wool"},"minecraft:bubble_column":{"properties":{"drag":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:bubble_column[drag=true]"},"minecraft:bubble_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:bubble_coral[waterlogged=true]"},"minecraft:bubble_coral_block":{"properties":{},"defaultstate":"minecraft:bubble_coral_block"},"minecraft:bubble_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:bubble_coral_fan[waterlogged=true]"},"minecraft:bubble_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:bubble_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:cactus":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:cactus[age=0]"},"minecraft:cake":{"properties":{"bites":{"values":["0","1","2","3","4","5","6"],"type":"int"}},"defaultstate":"minecraft:cake[bites=0]"},"minecraft:campfire":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"lit":{"values":["true","false"],"type":"bool"},"signal_fire":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false]"},"minecraft:carrots":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:carrots[age=0]"},"minecraft:cartography_table":{"properties":{},"defaultstate":"minecraft:cartography_table"},"minecraft:carved_pumpkin":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:carved_pumpkin[facing=north]"},"minecraft:cauldron":{"properties":{"level":{"values":["0","1","2","3"],"type":"int"}},"defaultstate":"minecraft:cauldron[level=0]"},"minecraft:cave_air":{"properties":{},"defaultstate":"minecraft:cave_air"},"minecraft:chain_command_block":{"properties":{"conditional":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:chain_command_block[conditional=false,facing=north]"},"minecraft:chest":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"type":{"values":["single","left","right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:chest[facing=north,type=single,waterlogged=false]"},"minecraft:chipped_anvil":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:chipped_anvil[facing=north]"},"minecraft:chiseled_quartz_block":{"properties":{},"defaultstate":"minecraft:chiseled_quartz_block"},"minecraft:chiseled_red_sandstone":{"properties":{},"defaultstate":"minecraft:chiseled_red_sandstone"},"minecraft:chiseled_sandstone":{"properties":{},"defaultstate":"minecraft:chiseled_sandstone"},"minecraft:chiseled_stone_bricks":{"properties":{},"defaultstate":"minecraft:chiseled_stone_bricks"},"minecraft:chorus_flower":{"properties":{"age":{"values":["0","1","2","3","4","5"],"type":"int"}},"defaultstate":"minecraft:chorus_flower[age=0]"},"minecraft:chorus_plant":{"properties":{"down":{"values":["true","false"],"type":"bool"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false]"},"minecraft:clay":{"properties":{},"defaultstate":"minecraft:clay"},"minecraft:coal_block":{"properties":{},"defaultstate":"minecraft:coal_block"},"minecraft:coal_ore":{"properties":{},"defaultstate":"minecraft:coal_ore"},"minecraft:coarse_dirt":{"properties":{},"defaultstate":"minecraft:coarse_dirt"},"minecraft:cobblestone":{"properties":{},"defaultstate":"minecraft:cobblestone"},"minecraft:cobblestone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cobblestone_slab[type=bottom,waterlogged=false]"},"minecraft:cobblestone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:cobblestone_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cobblestone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:cobweb":{"properties":{},"defaultstate":"minecraft:cobweb"},"minecraft:cocoa":{"properties":{"age":{"values":["0","1","2"],"type":"int"},"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:cocoa[age=0,facing=north]"},"minecraft:command_block":{"properties":{"conditional":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:command_block[conditional=false,facing=north]"},"minecraft:comparator":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"mode":{"values":["compare","subtract"],"type":"enum"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:comparator[facing=north,mode=compare,powered=false]"},"minecraft:composter":{"properties":{"level":{"values":["0","1","2","3","4","5","6","7","8"],"type":"int"}},"defaultstate":"minecraft:composter[level=0]"},"minecraft:conduit":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:conduit[waterlogged=true]"},"minecraft:cornflower":{"properties":{},"defaultstate":"minecraft:cornflower"},"minecraft:cracked_stone_bricks":{"properties":{},"defaultstate":"minecraft:cracked_stone_bricks"},"minecraft:crafting_table":{"properties":{},"defaultstate":"minecraft:crafting_table"},"minecraft:creeper_head":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:creeper_head[rotation=0]"},"minecraft:creeper_wall_head":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:creeper_wall_head[facing=north]"},"minecraft:cut_red_sandstone":{"properties":{},"defaultstate":"minecraft:cut_red_sandstone"},"minecraft:cut_red_sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:cut_sandstone":{"properties":{},"defaultstate":"minecraft:cut_sandstone"},"minecraft:cut_sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cut_sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:cyan_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:cyan_banner[rotation=0]"},"minecraft:cyan_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:cyan_bed[facing=north,occupied=false,part=foot]"},"minecraft:cyan_carpet":{"properties":{},"defaultstate":"minecraft:cyan_carpet"},"minecraft:cyan_concrete":{"properties":{},"defaultstate":"minecraft:cyan_concrete"},"minecraft:cyan_concrete_powder":{"properties":{},"defaultstate":"minecraft:cyan_concrete_powder"},"minecraft:cyan_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:cyan_glazed_terracotta[facing=north]"},"minecraft:cyan_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:cyan_shulker_box[facing=up]"},"minecraft:cyan_stained_glass":{"properties":{},"defaultstate":"minecraft:cyan_stained_glass"},"minecraft:cyan_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:cyan_terracotta":{"properties":{},"defaultstate":"minecraft:cyan_terracotta"},"minecraft:cyan_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:cyan_wall_banner[facing=north]"},"minecraft:cyan_wool":{"properties":{},"defaultstate":"minecraft:cyan_wool"},"minecraft:damaged_anvil":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:damaged_anvil[facing=north]"},"minecraft:dandelion":{"properties":{},"defaultstate":"minecraft:dandelion"},"minecraft:dark_oak_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_button[face=wall,facing=north,powered=false]"},"minecraft:dark_oak_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:dark_oak_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:dark_oak_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:dark_oak_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_leaves[distance=7,persistent=false]"},"minecraft:dark_oak_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:dark_oak_log[axis=y]"},"minecraft:dark_oak_planks":{"properties":{},"defaultstate":"minecraft:dark_oak_planks"},"minecraft:dark_oak_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_pressure_plate[powered=false]"},"minecraft:dark_oak_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:dark_oak_sapling[stage=0]"},"minecraft:dark_oak_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_sign[rotation=0,waterlogged=false]"},"minecraft:dark_oak_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_slab[type=bottom,waterlogged=false]"},"minecraft:dark_oak_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:dark_oak_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:dark_oak_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_wall_sign[facing=north,waterlogged=false]"},"minecraft:dark_oak_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:dark_oak_wood[axis=y]"},"minecraft:dark_prismarine":{"properties":{},"defaultstate":"minecraft:dark_prismarine"},"minecraft:dark_prismarine_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_prismarine_slab[type=bottom,waterlogged=false]"},"minecraft:dark_prismarine_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:daylight_detector":{"properties":{"inverted":{"values":["true","false"],"type":"bool"},"power":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:daylight_detector[inverted=false,power=0]"},"minecraft:dead_brain_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_brain_coral[waterlogged=true]"},"minecraft:dead_brain_coral_block":{"properties":{},"defaultstate":"minecraft:dead_brain_coral_block"},"minecraft:dead_brain_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_brain_coral_fan[waterlogged=true]"},"minecraft:dead_brain_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:dead_bubble_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_bubble_coral[waterlogged=true]"},"minecraft:dead_bubble_coral_block":{"properties":{},"defaultstate":"minecraft:dead_bubble_coral_block"},"minecraft:dead_bubble_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_bubble_coral_fan[waterlogged=true]"},"minecraft:dead_bubble_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:dead_bush":{"properties":{},"defaultstate":"minecraft:dead_bush"},"minecraft:dead_fire_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_fire_coral[waterlogged=true]"},"minecraft:dead_fire_coral_block":{"properties":{},"defaultstate":"minecraft:dead_fire_coral_block"},"minecraft:dead_fire_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_fire_coral_fan[waterlogged=true]"},"minecraft:dead_fire_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:dead_horn_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_horn_coral[waterlogged=true]"},"minecraft:dead_horn_coral_block":{"properties":{},"defaultstate":"minecraft:dead_horn_coral_block"},"minecraft:dead_horn_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_horn_coral_fan[waterlogged=true]"},"minecraft:dead_horn_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:dead_tube_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_tube_coral[waterlogged=true]"},"minecraft:dead_tube_coral_block":{"properties":{},"defaultstate":"minecraft:dead_tube_coral_block"},"minecraft:dead_tube_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_tube_coral_fan[waterlogged=true]"},"minecraft:dead_tube_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:detector_rail":{"properties":{"powered":{"values":["true","false"],"type":"bool"},"shape":{"values":["north_south","east_west","ascending_east","ascending_west","ascending_north","ascending_south"],"type":"enum"}},"defaultstate":"minecraft:detector_rail[powered=false,shape=north_south]"},"minecraft:diamond_block":{"properties":{},"defaultstate":"minecraft:diamond_block"},"minecraft:diamond_ore":{"properties":{},"defaultstate":"minecraft:diamond_ore"},"minecraft:diorite":{"properties":{},"defaultstate":"minecraft:diorite"},"minecraft:diorite_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:diorite_slab[type=bottom,waterlogged=false]"},"minecraft:diorite_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:diorite_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:diorite_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:dirt":{"properties":{},"defaultstate":"minecraft:dirt"},"minecraft:dispenser":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"triggered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dispenser[facing=north,triggered=false]"},"minecraft:dragon_egg":{"properties":{},"defaultstate":"minecraft:dragon_egg"},"minecraft:dragon_head":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:dragon_head[rotation=0]"},"minecraft:dragon_wall_head":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:dragon_wall_head[facing=north]"},"minecraft:dried_kelp_block":{"properties":{},"defaultstate":"minecraft:dried_kelp_block"},"minecraft:dropper":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"triggered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dropper[facing=north,triggered=false]"},"minecraft:emerald_block":{"properties":{},"defaultstate":"minecraft:emerald_block"},"minecraft:emerald_ore":{"properties":{},"defaultstate":"minecraft:emerald_ore"},"minecraft:enchanting_table":{"properties":{},"defaultstate":"minecraft:enchanting_table"},"minecraft:end_gateway":{"properties":{},"defaultstate":"minecraft:end_gateway"},"minecraft:end_portal":{"properties":{},"defaultstate":"minecraft:end_portal"},"minecraft:end_portal_frame":{"properties":{"eye":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:end_portal_frame[eye=false,facing=north]"},"minecraft:end_rod":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:end_rod[facing=up]"},"minecraft:end_stone":{"properties":{},"defaultstate":"minecraft:end_stone"},"minecraft:end_stone_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:end_stone_brick_slab[type=bottom,waterlogged=false]"},"minecraft:end_stone_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:end_stone_brick_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:end_stone_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:end_stone_bricks":{"properties":{},"defaultstate":"minecraft:end_stone_bricks"},"minecraft:ender_chest":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:ender_chest[facing=north,waterlogged=false]"},"minecraft:farmland":{"properties":{"moisture":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:farmland[moisture=0]"},"minecraft:fern":{"properties":{},"defaultstate":"minecraft:fern"},"minecraft:fire":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false]"},"minecraft:fire_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:fire_coral[waterlogged=true]"},"minecraft:fire_coral_block":{"properties":{},"defaultstate":"minecraft:fire_coral_block"},"minecraft:fire_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:fire_coral_fan[waterlogged=true]"},"minecraft:fire_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:fire_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:fletching_table":{"properties":{},"defaultstate":"minecraft:fletching_table"},"minecraft:flower_pot":{"properties":{},"defaultstate":"minecraft:flower_pot"},"minecraft:frosted_ice":{"properties":{"age":{"values":["0","1","2","3"],"type":"int"}},"defaultstate":"minecraft:frosted_ice[age=0]"},"minecraft:furnace":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:furnace[facing=north,lit=false]"},"minecraft:glass":{"properties":{},"defaultstate":"minecraft:glass"},"minecraft:glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:glowstone":{"properties":{},"defaultstate":"minecraft:glowstone"},"minecraft:gold_block":{"properties":{},"defaultstate":"minecraft:gold_block"},"minecraft:gold_ore":{"properties":{},"defaultstate":"minecraft:gold_ore"},"minecraft:granite":{"properties":{},"defaultstate":"minecraft:granite"},"minecraft:granite_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:granite_slab[type=bottom,waterlogged=false]"},"minecraft:granite_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:granite_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:granite_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:grass":{"properties":{},"defaultstate":"minecraft:grass"},"minecraft:grass_block":{"properties":{"snowy":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:grass_block[snowy=false]"},"minecraft:grass_path":{"properties":{},"defaultstate":"minecraft:grass_path"},"minecraft:gravel":{"properties":{},"defaultstate":"minecraft:gravel"},"minecraft:gray_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:gray_banner[rotation=0]"},"minecraft:gray_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:gray_bed[facing=north,occupied=false,part=foot]"},"minecraft:gray_carpet":{"properties":{},"defaultstate":"minecraft:gray_carpet"},"minecraft:gray_concrete":{"properties":{},"defaultstate":"minecraft:gray_concrete"},"minecraft:gray_concrete_powder":{"properties":{},"defaultstate":"minecraft:gray_concrete_powder"},"minecraft:gray_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:gray_glazed_terracotta[facing=north]"},"minecraft:gray_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:gray_shulker_box[facing=up]"},"minecraft:gray_stained_glass":{"properties":{},"defaultstate":"minecraft:gray_stained_glass"},"minecraft:gray_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:gray_terracotta":{"properties":{},"defaultstate":"minecraft:gray_terracotta"},"minecraft:gray_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:gray_wall_banner[facing=north]"},"minecraft:gray_wool":{"properties":{},"defaultstate":"minecraft:gray_wool"},"minecraft:green_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:green_banner[rotation=0]"},"minecraft:green_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:green_bed[facing=north,occupied=false,part=foot]"},"minecraft:green_carpet":{"properties":{},"defaultstate":"minecraft:green_carpet"},"minecraft:green_concrete":{"properties":{},"defaultstate":"minecraft:green_concrete"},"minecraft:green_concrete_powder":{"properties":{},"defaultstate":"minecraft:green_concrete_powder"},"minecraft:green_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:green_glazed_terracotta[facing=north]"},"minecraft:green_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:green_shulker_box[facing=up]"},"minecraft:green_stained_glass":{"properties":{},"defaultstate":"minecraft:green_stained_glass"},"minecraft:green_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:green_terracotta":{"properties":{},"defaultstate":"minecraft:green_terracotta"},"minecraft:green_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:green_wall_banner[facing=north]"},"minecraft:green_wool":{"properties":{},"defaultstate":"minecraft:green_wool"},"minecraft:grindstone":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:grindstone[face=wall,facing=north]"},"minecraft:hay_block":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:hay_block[axis=y]"},"minecraft:heavy_weighted_pressure_plate":{"properties":{"power":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:heavy_weighted_pressure_plate[power=0]"},"minecraft:hopper":{"properties":{"enabled":{"values":["true","false"],"type":"bool"},"facing":{"values":["down","north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:hopper[enabled=true,facing=down]"},"minecraft:horn_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:horn_coral[waterlogged=true]"},"minecraft:horn_coral_block":{"properties":{},"defaultstate":"minecraft:horn_coral_block"},"minecraft:horn_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:horn_coral_fan[waterlogged=true]"},"minecraft:horn_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:horn_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:ice":{"properties":{},"defaultstate":"minecraft:ice"},"minecraft:infested_chiseled_stone_bricks":{"properties":{},"defaultstate":"minecraft:infested_chiseled_stone_bricks"},"minecraft:infested_cobblestone":{"properties":{},"defaultstate":"minecraft:infested_cobblestone"},"minecraft:infested_cracked_stone_bricks":{"properties":{},"defaultstate":"minecraft:infested_cracked_stone_bricks"},"minecraft:infested_mossy_stone_bricks":{"properties":{},"defaultstate":"minecraft:infested_mossy_stone_bricks"},"minecraft:infested_stone":{"properties":{},"defaultstate":"minecraft:infested_stone"},"minecraft:infested_stone_bricks":{"properties":{},"defaultstate":"minecraft:infested_stone_bricks"},"minecraft:iron_bars":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:iron_block":{"properties":{},"defaultstate":"minecraft:iron_block"},"minecraft:iron_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:iron_ore":{"properties":{},"defaultstate":"minecraft:iron_ore"},"minecraft:iron_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:jack_o_lantern":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:jack_o_lantern[facing=north]"},"minecraft:jigsaw":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:jigsaw[facing=up]"},"minecraft:jukebox":{"properties":{"has_record":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jukebox[has_record=false]"},"minecraft:jungle_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_button[face=wall,facing=north,powered=false]"},"minecraft:jungle_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:jungle_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:jungle_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:jungle_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_leaves[distance=7,persistent=false]"},"minecraft:jungle_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:jungle_log[axis=y]"},"minecraft:jungle_planks":{"properties":{},"defaultstate":"minecraft:jungle_planks"},"minecraft:jungle_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_pressure_plate[powered=false]"},"minecraft:jungle_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:jungle_sapling[stage=0]"},"minecraft:jungle_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_sign[rotation=0,waterlogged=false]"},"minecraft:jungle_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_slab[type=bottom,waterlogged=false]"},"minecraft:jungle_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:jungle_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:jungle_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_wall_sign[facing=north,waterlogged=false]"},"minecraft:jungle_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:jungle_wood[axis=y]"},"minecraft:kelp":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24","25"],"type":"int"}},"defaultstate":"minecraft:kelp[age=0]"},"minecraft:kelp_plant":{"properties":{},"defaultstate":"minecraft:kelp_plant"},"minecraft:ladder":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:ladder[facing=north,waterlogged=false]"},"minecraft:lantern":{"properties":{"hanging":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:lantern[hanging=false]"},"minecraft:lapis_block":{"properties":{},"defaultstate":"minecraft:lapis_block"},"minecraft:lapis_ore":{"properties":{},"defaultstate":"minecraft:lapis_ore"},"minecraft:large_fern":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:large_fern[half=lower]"},"minecraft:lava":{"properties":{"level":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:lava[level=0]"},"minecraft:lectern":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"has_book":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:lectern[facing=north,has_book=false,powered=false]"},"minecraft:lever":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:lever[face=wall,facing=north,powered=false]"},"minecraft:light_blue_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:light_blue_banner[rotation=0]"},"minecraft:light_blue_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:light_blue_bed[facing=north,occupied=false,part=foot]"},"minecraft:light_blue_carpet":{"properties":{},"defaultstate":"minecraft:light_blue_carpet"},"minecraft:light_blue_concrete":{"properties":{},"defaultstate":"minecraft:light_blue_concrete"},"minecraft:light_blue_concrete_powder":{"properties":{},"defaultstate":"minecraft:light_blue_concrete_powder"},"minecraft:light_blue_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:light_blue_glazed_terracotta[facing=north]"},"minecraft:light_blue_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:light_blue_shulker_box[facing=up]"},"minecraft:light_blue_stained_glass":{"properties":{},"defaultstate":"minecraft:light_blue_stained_glass"},"minecraft:light_blue_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:light_blue_terracotta":{"properties":{},"defaultstate":"minecraft:light_blue_terracotta"},"minecraft:light_blue_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:light_blue_wall_banner[facing=north]"},"minecraft:light_blue_wool":{"properties":{},"defaultstate":"minecraft:light_blue_wool"},"minecraft:light_gray_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:light_gray_banner[rotation=0]"},"minecraft:light_gray_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:light_gray_bed[facing=north,occupied=false,part=foot]"},"minecraft:light_gray_carpet":{"properties":{},"defaultstate":"minecraft:light_gray_carpet"},"minecraft:light_gray_concrete":{"properties":{},"defaultstate":"minecraft:light_gray_concrete"},"minecraft:light_gray_concrete_powder":{"properties":{},"defaultstate":"minecraft:light_gray_concrete_powder"},"minecraft:light_gray_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:light_gray_glazed_terracotta[facing=north]"},"minecraft:light_gray_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:light_gray_shulker_box[facing=up]"},"minecraft:light_gray_stained_glass":{"properties":{},"defaultstate":"minecraft:light_gray_stained_glass"},"minecraft:light_gray_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:light_gray_terracotta":{"properties":{},"defaultstate":"minecraft:light_gray_terracotta"},"minecraft:light_gray_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:light_gray_wall_banner[facing=north]"},"minecraft:light_gray_wool":{"properties":{},"defaultstate":"minecraft:light_gray_wool"},"minecraft:light_weighted_pressure_plate":{"properties":{"power":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:light_weighted_pressure_plate[power=0]"},"minecraft:lilac":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:lilac[half=lower]"},"minecraft:lily_of_the_valley":{"properties":{},"defaultstate":"minecraft:lily_of_the_valley"},"minecraft:lily_pad":{"properties":{},"defaultstate":"minecraft:lily_pad"},"minecraft:lime_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:lime_banner[rotation=0]"},"minecraft:lime_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:lime_bed[facing=north,occupied=false,part=foot]"},"minecraft:lime_carpet":{"properties":{},"defaultstate":"minecraft:lime_carpet"},"minecraft:lime_concrete":{"properties":{},"defaultstate":"minecraft:lime_concrete"},"minecraft:lime_concrete_powder":{"properties":{},"defaultstate":"minecraft:lime_concrete_powder"},"minecraft:lime_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:lime_glazed_terracotta[facing=north]"},"minecraft:lime_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:lime_shulker_box[facing=up]"},"minecraft:lime_stained_glass":{"properties":{},"defaultstate":"minecraft:lime_stained_glass"},"minecraft:lime_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:lime_terracotta":{"properties":{},"defaultstate":"minecraft:lime_terracotta"},"minecraft:lime_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:lime_wall_banner[facing=north]"},"minecraft:lime_wool":{"properties":{},"defaultstate":"minecraft:lime_wool"},"minecraft:loom":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:loom[facing=north]"},"minecraft:magenta_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:magenta_banner[rotation=0]"},"minecraft:magenta_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:magenta_bed[facing=north,occupied=false,part=foot]"},"minecraft:magenta_carpet":{"properties":{},"defaultstate":"minecraft:magenta_carpet"},"minecraft:magenta_concrete":{"properties":{},"defaultstate":"minecraft:magenta_concrete"},"minecraft:magenta_concrete_powder":{"properties":{},"defaultstate":"minecraft:magenta_concrete_powder"},"minecraft:magenta_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:magenta_glazed_terracotta[facing=north]"},"minecraft:magenta_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:magenta_shulker_box[facing=up]"},"minecraft:magenta_stained_glass":{"properties":{},"defaultstate":"minecraft:magenta_stained_glass"},"minecraft:magenta_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:magenta_terracotta":{"properties":{},"defaultstate":"minecraft:magenta_terracotta"},"minecraft:magenta_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:magenta_wall_banner[facing=north]"},"minecraft:magenta_wool":{"properties":{},"defaultstate":"minecraft:magenta_wool"},"minecraft:magma_block":{"properties":{},"defaultstate":"minecraft:magma_block"},"minecraft:melon":{"properties":{},"defaultstate":"minecraft:melon"},"minecraft:melon_stem":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:melon_stem[age=0]"},"minecraft:mossy_cobblestone":{"properties":{},"defaultstate":"minecraft:mossy_cobblestone"},"minecraft:mossy_cobblestone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]"},"minecraft:mossy_cobblestone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:mossy_cobblestone_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mossy_cobblestone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:mossy_stone_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false]"},"minecraft:mossy_stone_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:mossy_stone_brick_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mossy_stone_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:mossy_stone_bricks":{"properties":{},"defaultstate":"minecraft:mossy_stone_bricks"},"minecraft:moving_piston":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"type":{"values":["normal","sticky"],"type":"enum"}},"defaultstate":"minecraft:moving_piston[facing=north,type=normal]"},"minecraft:mushroom_stem":{"properties":{"down":{"values":["true","false"],"type":"bool"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=true]"},"minecraft:mycelium":{"properties":{"snowy":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mycelium[snowy=false]"},"minecraft:nether_brick_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:nether_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:nether_brick_slab[type=bottom,waterlogged=false]"},"minecraft:nether_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:nether_brick_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:nether_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:nether_bricks":{"properties":{},"defaultstate":"minecraft:nether_bricks"},"minecraft:nether_portal":{"properties":{"axis":{"values":["x","z"],"type":"enum"}},"defaultstate":"minecraft:nether_portal[axis=x]"},"minecraft:nether_quartz_ore":{"properties":{},"defaultstate":"minecraft:nether_quartz_ore"},"minecraft:nether_wart":{"properties":{"age":{"values":["0","1","2","3"],"type":"int"}},"defaultstate":"minecraft:nether_wart[age=0]"},"minecraft:nether_wart_block":{"properties":{},"defaultstate":"minecraft:nether_wart_block"},"minecraft:netherrack":{"properties":{},"defaultstate":"minecraft:netherrack"},"minecraft:note_block":{"properties":{"instrument":{"values":["harp","basedrum","snare","hat","bass","flute","bell","guitar","chime","xylophone","iron_xylophone","cow_bell","didgeridoo","bit","banjo","pling"],"type":"enum"},"note":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24"],"type":"int"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:note_block[instrument=harp,note=0,powered=false]"},"minecraft:oak_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_button[face=wall,facing=north,powered=false]"},"minecraft:oak_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:oak_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:oak_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:oak_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_leaves[distance=7,persistent=false]"},"minecraft:oak_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:oak_log[axis=y]"},"minecraft:oak_planks":{"properties":{},"defaultstate":"minecraft:oak_planks"},"minecraft:oak_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_pressure_plate[powered=false]"},"minecraft:oak_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:oak_sapling[stage=0]"},"minecraft:oak_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_sign[rotation=0,waterlogged=false]"},"minecraft:oak_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_slab[type=bottom,waterlogged=false]"},"minecraft:oak_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:oak_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:oak_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_wall_sign[facing=north,waterlogged=false]"},"minecraft:oak_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:oak_wood[axis=y]"},"minecraft:observer":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:observer[facing=south,powered=false]"},"minecraft:obsidian":{"properties":{},"defaultstate":"minecraft:obsidian"},"minecraft:orange_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:orange_banner[rotation=0]"},"minecraft:orange_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:orange_bed[facing=north,occupied=false,part=foot]"},"minecraft:orange_carpet":{"properties":{},"defaultstate":"minecraft:orange_carpet"},"minecraft:orange_concrete":{"properties":{},"defaultstate":"minecraft:orange_concrete"},"minecraft:orange_concrete_powder":{"properties":{},"defaultstate":"minecraft:orange_concrete_powder"},"minecraft:orange_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:orange_glazed_terracotta[facing=north]"},"minecraft:orange_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:orange_shulker_box[facing=up]"},"minecraft:orange_stained_glass":{"properties":{},"defaultstate":"minecraft:orange_stained_glass"},"minecraft:orange_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:orange_terracotta":{"properties":{},"defaultstate":"minecraft:orange_terracotta"},"minecraft:orange_tulip":{"properties":{},"defaultstate":"minecraft:orange_tulip"},"minecraft:orange_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:orange_wall_banner[facing=north]"},"minecraft:orange_wool":{"properties":{},"defaultstate":"minecraft:orange_wool"},"minecraft:oxeye_daisy":{"properties":{},"defaultstate":"minecraft:oxeye_daisy"},"minecraft:packed_ice":{"properties":{},"defaultstate":"minecraft:packed_ice"},"minecraft:peony":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:peony[half=lower]"},"minecraft:petrified_oak_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:petrified_oak_slab[type=bottom,waterlogged=false]"},"minecraft:pink_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:pink_banner[rotation=0]"},"minecraft:pink_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:pink_bed[facing=north,occupied=false,part=foot]"},"minecraft:pink_carpet":{"properties":{},"defaultstate":"minecraft:pink_carpet"},"minecraft:pink_concrete":{"properties":{},"defaultstate":"minecraft:pink_concrete"},"minecraft:pink_concrete_powder":{"properties":{},"defaultstate":"minecraft:pink_concrete_powder"},"minecraft:pink_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:pink_glazed_terracotta[facing=north]"},"minecraft:pink_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:pink_shulker_box[facing=up]"},"minecraft:pink_stained_glass":{"properties":{},"defaultstate":"minecraft:pink_stained_glass"},"minecraft:pink_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:pink_terracotta":{"properties":{},"defaultstate":"minecraft:pink_terracotta"},"minecraft:pink_tulip":{"properties":{},"defaultstate":"minecraft:pink_tulip"},"minecraft:pink_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:pink_wall_banner[facing=north]"},"minecraft:pink_wool":{"properties":{},"defaultstate":"minecraft:pink_wool"},"minecraft:piston":{"properties":{"extended":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:piston[extended=false,facing=north]"},"minecraft:piston_head":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"short":{"values":["true","false"],"type":"bool"},"type":{"values":["normal","sticky"],"type":"enum"}},"defaultstate":"minecraft:piston_head[facing=north,short=false,type=normal]"},"minecraft:player_head":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:player_head[rotation=0]"},"minecraft:player_wall_head":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:player_wall_head[facing=north]"},"minecraft:podzol":{"properties":{"snowy":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:podzol[snowy=false]"},"minecraft:polished_andesite":{"properties":{},"defaultstate":"minecraft:polished_andesite"},"minecraft:polished_andesite_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_andesite_slab[type=bottom,waterlogged=false]"},"minecraft:polished_andesite_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:polished_diorite":{"properties":{},"defaultstate":"minecraft:polished_diorite"},"minecraft:polished_diorite_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_diorite_slab[type=bottom,waterlogged=false]"},"minecraft:polished_diorite_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:polished_granite":{"properties":{},"defaultstate":"minecraft:polished_granite"},"minecraft:polished_granite_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_granite_slab[type=bottom,waterlogged=false]"},"minecraft:polished_granite_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:poppy":{"properties":{},"defaultstate":"minecraft:poppy"},"minecraft:potatoes":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:potatoes[age=0]"},"minecraft:potted_acacia_sapling":{"properties":{},"defaultstate":"minecraft:potted_acacia_sapling"},"minecraft:potted_allium":{"properties":{},"defaultstate":"minecraft:potted_allium"},"minecraft:potted_azure_bluet":{"properties":{},"defaultstate":"minecraft:potted_azure_bluet"},"minecraft:potted_bamboo":{"properties":{},"defaultstate":"minecraft:potted_bamboo"},"minecraft:potted_birch_sapling":{"properties":{},"defaultstate":"minecraft:potted_birch_sapling"},"minecraft:potted_blue_orchid":{"properties":{},"defaultstate":"minecraft:potted_blue_orchid"},"minecraft:potted_brown_mushroom":{"properties":{},"defaultstate":"minecraft:potted_brown_mushroom"},"minecraft:potted_cactus":{"properties":{},"defaultstate":"minecraft:potted_cactus"},"minecraft:potted_cornflower":{"properties":{},"defaultstate":"minecraft:potted_cornflower"},"minecraft:potted_dandelion":{"properties":{},"defaultstate":"minecraft:potted_dandelion"},"minecraft:potted_dark_oak_sapling":{"properties":{},"defaultstate":"minecraft:potted_dark_oak_sapling"},"minecraft:potted_dead_bush":{"properties":{},"defaultstate":"minecraft:potted_dead_bush"},"minecraft:potted_fern":{"properties":{},"defaultstate":"minecraft:potted_fern"},"minecraft:potted_jungle_sapling":{"properties":{},"defaultstate":"minecraft:potted_jungle_sapling"},"minecraft:potted_lily_of_the_valley":{"properties":{},"defaultstate":"minecraft:potted_lily_of_the_valley"},"minecraft:potted_oak_sapling":{"properties":{},"defaultstate":"minecraft:potted_oak_sapling"},"minecraft:potted_orange_tulip":{"properties":{},"defaultstate":"minecraft:potted_orange_tulip"},"minecraft:potted_oxeye_daisy":{"properties":{},"defaultstate":"minecraft:potted_oxeye_daisy"},"minecraft:potted_pink_tulip":{"properties":{},"defaultstate":"minecraft:potted_pink_tulip"},"minecraft:potted_poppy":{"properties":{},"defaultstate":"minecraft:potted_poppy"},"minecraft:potted_red_mushroom":{"properties":{},"defaultstate":"minecraft:potted_red_mushroom"},"minecraft:potted_red_tulip":{"properties":{},"defaultstate":"minecraft:potted_red_tulip"},"minecraft:potted_spruce_sapling":{"properties":{},"defaultstate":"minecraft:potted_spruce_sapling"},"minecraft:potted_white_tulip":{"properties":{},"defaultstate":"minecraft:potted_white_tulip"},"minecraft:potted_wither_rose":{"properties":{},"defaultstate":"minecraft:potted_wither_rose"},"minecraft:powered_rail":{"properties":{"powered":{"values":["true","false"],"type":"bool"},"shape":{"values":["north_south","east_west","ascending_east","ascending_west","ascending_north","ascending_south"],"type":"enum"}},"defaultstate":"minecraft:powered_rail[powered=false,shape=north_south]"},"minecraft:prismarine":{"properties":{},"defaultstate":"minecraft:prismarine"},"minecraft:prismarine_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:prismarine_brick_slab[type=bottom,waterlogged=false]"},"minecraft:prismarine_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:prismarine_bricks":{"properties":{},"defaultstate":"minecraft:prismarine_bricks"},"minecraft:prismarine_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:prismarine_slab[type=bottom,waterlogged=false]"},"minecraft:prismarine_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:prismarine_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:prismarine_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:pumpkin":{"properties":{},"defaultstate":"minecraft:pumpkin"},"minecraft:pumpkin_stem":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:pumpkin_stem[age=0]"},"minecraft:purple_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:purple_banner[rotation=0]"},"minecraft:purple_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:purple_bed[facing=north,occupied=false,part=foot]"},"minecraft:purple_carpet":{"properties":{},"defaultstate":"minecraft:purple_carpet"},"minecraft:purple_concrete":{"properties":{},"defaultstate":"minecraft:purple_concrete"},"minecraft:purple_concrete_powder":{"properties":{},"defaultstate":"minecraft:purple_concrete_powder"},"minecraft:purple_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:purple_glazed_terracotta[facing=north]"},"minecraft:purple_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:purple_shulker_box[facing=up]"},"minecraft:purple_stained_glass":{"properties":{},"defaultstate":"minecraft:purple_stained_glass"},"minecraft:purple_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:purple_terracotta":{"properties":{},"defaultstate":"minecraft:purple_terracotta"},"minecraft:purple_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:purple_wall_banner[facing=north]"},"minecraft:purple_wool":{"properties":{},"defaultstate":"minecraft:purple_wool"},"minecraft:purpur_block":{"properties":{},"defaultstate":"minecraft:purpur_block"},"minecraft:purpur_pillar":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:purpur_pillar[axis=y]"},"minecraft:purpur_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:purpur_slab[type=bottom,waterlogged=false]"},"minecraft:purpur_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:quartz_block":{"properties":{},"defaultstate":"minecraft:quartz_block"},"minecraft:quartz_pillar":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:quartz_pillar[axis=y]"},"minecraft:quartz_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:quartz_slab[type=bottom,waterlogged=false]"},"minecraft:quartz_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:rail":{"properties":{"shape":{"values":["north_south","east_west","ascending_east","ascending_west","ascending_north","ascending_south","south_east","south_west","north_west","north_east"],"type":"enum"}},"defaultstate":"minecraft:rail[shape=north_south]"},"minecraft:red_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:red_banner[rotation=0]"},"minecraft:red_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:red_bed[facing=north,occupied=false,part=foot]"},"minecraft:red_carpet":{"properties":{},"defaultstate":"minecraft:red_carpet"},"minecraft:red_concrete":{"properties":{},"defaultstate":"minecraft:red_concrete"},"minecraft:red_concrete_powder":{"properties":{},"defaultstate":"minecraft:red_concrete_powder"},"minecraft:red_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:red_glazed_terracotta[facing=north]"},"minecraft:red_mushroom":{"properties":{},"defaultstate":"minecraft:red_mushroom"},"minecraft:red_mushroom_block":{"properties":{"down":{"values":["true","false"],"type":"bool"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]"},"minecraft:red_nether_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_nether_brick_slab[type=bottom,waterlogged=false]"},"minecraft:red_nether_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:red_nether_brick_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_nether_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:red_nether_bricks":{"properties":{},"defaultstate":"minecraft:red_nether_bricks"},"minecraft:red_sand":{"properties":{},"defaultstate":"minecraft:red_sand"},"minecraft:red_sandstone":{"properties":{},"defaultstate":"minecraft:red_sandstone"},"minecraft:red_sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:red_sandstone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:red_sandstone_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_sandstone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:red_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:red_shulker_box[facing=up]"},"minecraft:red_stained_glass":{"properties":{},"defaultstate":"minecraft:red_stained_glass"},"minecraft:red_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:red_terracotta":{"properties":{},"defaultstate":"minecraft:red_terracotta"},"minecraft:red_tulip":{"properties":{},"defaultstate":"minecraft:red_tulip"},"minecraft:red_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:red_wall_banner[facing=north]"},"minecraft:red_wool":{"properties":{},"defaultstate":"minecraft:red_wool"},"minecraft:redstone_block":{"properties":{},"defaultstate":"minecraft:redstone_block"},"minecraft:redstone_lamp":{"properties":{"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:redstone_lamp[lit=false]"},"minecraft:redstone_ore":{"properties":{"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:redstone_ore[lit=false]"},"minecraft:redstone_torch":{"properties":{"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:redstone_torch[lit=true]"},"minecraft:redstone_wall_torch":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:redstone_wall_torch[facing=north,lit=true]"},"minecraft:redstone_wire":{"properties":{"east":{"values":["up","side","none"],"type":"enum"},"north":{"values":["up","side","none"],"type":"enum"},"power":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"south":{"values":["up","side","none"],"type":"enum"},"west":{"values":["up","side","none"],"type":"enum"}},"defaultstate":"minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none]"},"minecraft:repeater":{"properties":{"delay":{"values":["1","2","3","4"],"type":"int"},"facing":{"values":["north","south","west","east"],"type":"direction"},"locked":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:repeater[delay=1,facing=north,locked=false,powered=false]"},"minecraft:repeating_command_block":{"properties":{"conditional":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:repeating_command_block[conditional=false,facing=north]"},"minecraft:rose_bush":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:rose_bush[half=lower]"},"minecraft:sand":{"properties":{},"defaultstate":"minecraft:sand"},"minecraft:sandstone":{"properties":{},"defaultstate":"minecraft:sandstone"},"minecraft:sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:sandstone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:sandstone_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:sandstone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:scaffolding":{"properties":{"bottom":{"values":["true","false"],"type":"bool"},"distance":{"values":["0","1","2","3","4","5","6","7"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:scaffolding[bottom=false,distance=7,waterlogged=false]"},"minecraft:sea_lantern":{"properties":{},"defaultstate":"minecraft:sea_lantern"},"minecraft:sea_pickle":{"properties":{"pickles":{"values":["1","2","3","4"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:sea_pickle[pickles=1,waterlogged=true]"},"minecraft:seagrass":{"properties":{},"defaultstate":"minecraft:seagrass"},"minecraft:shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:shulker_box[facing=up]"},"minecraft:skeleton_skull":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:skeleton_skull[rotation=0]"},"minecraft:skeleton_wall_skull":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:skeleton_wall_skull[facing=north]"},"minecraft:slime_block":{"properties":{},"defaultstate":"minecraft:slime_block"},"minecraft:smithing_table":{"properties":{},"defaultstate":"minecraft:smithing_table"},"minecraft:smoker":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smoker[facing=north,lit=false]"},"minecraft:smooth_quartz":{"properties":{},"defaultstate":"minecraft:smooth_quartz"},"minecraft:smooth_quartz_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_quartz_slab[type=bottom,waterlogged=false]"},"minecraft:smooth_quartz_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:smooth_red_sandstone":{"properties":{},"defaultstate":"minecraft:smooth_red_sandstone"},"minecraft:smooth_red_sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:smooth_red_sandstone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:smooth_sandstone":{"properties":{},"defaultstate":"minecraft:smooth_sandstone"},"minecraft:smooth_sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:smooth_sandstone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:smooth_stone":{"properties":{},"defaultstate":"minecraft:smooth_stone"},"minecraft:smooth_stone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_stone_slab[type=bottom,waterlogged=false]"},"minecraft:snow":{"properties":{"layers":{"values":["1","2","3","4","5","6","7","8"],"type":"int"}},"defaultstate":"minecraft:snow[layers=1]"},"minecraft:snow_block":{"properties":{},"defaultstate":"minecraft:snow_block"},"minecraft:soul_sand":{"properties":{},"defaultstate":"minecraft:soul_sand"},"minecraft:spawner":{"properties":{},"defaultstate":"minecraft:spawner"},"minecraft:sponge":{"properties":{},"defaultstate":"minecraft:sponge"},"minecraft:spruce_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_button[face=wall,facing=north,powered=false]"},"minecraft:spruce_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:spruce_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:spruce_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:spruce_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_leaves[distance=7,persistent=false]"},"minecraft:spruce_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:spruce_log[axis=y]"},"minecraft:spruce_planks":{"properties":{},"defaultstate":"minecraft:spruce_planks"},"minecraft:spruce_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_pressure_plate[powered=false]"},"minecraft:spruce_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:spruce_sapling[stage=0]"},"minecraft:spruce_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_sign[rotation=0,waterlogged=false]"},"minecraft:spruce_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_slab[type=bottom,waterlogged=false]"},"minecraft:spruce_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:spruce_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:spruce_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_wall_sign[facing=north,waterlogged=false]"},"minecraft:spruce_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:spruce_wood[axis=y]"},"minecraft:sticky_piston":{"properties":{"extended":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:sticky_piston[extended=false,facing=north]"},"minecraft:stone":{"properties":{},"defaultstate":"minecraft:stone"},"minecraft:stone_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_brick_slab[type=bottom,waterlogged=false]"},"minecraft:stone_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:stone_brick_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:stone_bricks":{"properties":{},"defaultstate":"minecraft:stone_bricks"},"minecraft:stone_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_button[face=wall,facing=north,powered=false]"},"minecraft:stone_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_pressure_plate[powered=false]"},"minecraft:stone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_slab[type=bottom,waterlogged=false]"},"minecraft:stone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:stonecutter":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:stonecutter[facing=north]"},"minecraft:stripped_acacia_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_acacia_log[axis=y]"},"minecraft:stripped_acacia_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_acacia_wood[axis=y]"},"minecraft:stripped_birch_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_birch_log[axis=y]"},"minecraft:stripped_birch_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_birch_wood[axis=y]"},"minecraft:stripped_dark_oak_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_dark_oak_log[axis=y]"},"minecraft:stripped_dark_oak_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_dark_oak_wood[axis=y]"},"minecraft:stripped_jungle_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_jungle_log[axis=y]"},"minecraft:stripped_jungle_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_jungle_wood[axis=y]"},"minecraft:stripped_oak_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_oak_log[axis=y]"},"minecraft:stripped_oak_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_oak_wood[axis=y]"},"minecraft:stripped_spruce_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_spruce_log[axis=y]"},"minecraft:stripped_spruce_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_spruce_wood[axis=y]"},"minecraft:structure_block":{"properties":{"mode":{"values":["save","load","corner","data"],"type":"enum"}},"defaultstate":"minecraft:structure_block[mode=save]"},"minecraft:structure_void":{"properties":{},"defaultstate":"minecraft:structure_void"},"minecraft:sugar_cane":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:sugar_cane[age=0]"},"minecraft:sunflower":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:sunflower[half=lower]"},"minecraft:sweet_berry_bush":{"properties":{"age":{"values":["0","1","2","3"],"type":"int"}},"defaultstate":"minecraft:sweet_berry_bush[age=0]"},"minecraft:tall_grass":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:tall_grass[half=lower]"},"minecraft:tall_seagrass":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:tall_seagrass[half=lower]"},"minecraft:terracotta":{"properties":{},"defaultstate":"minecraft:terracotta"},"minecraft:tnt":{"properties":{"unstable":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tnt[unstable=false]"},"minecraft:torch":{"properties":{},"defaultstate":"minecraft:torch"},"minecraft:trapped_chest":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"type":{"values":["single","left","right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:trapped_chest[facing=north,type=single,waterlogged=false]"},"minecraft:tripwire":{"properties":{"attached":{"values":["true","false"],"type":"bool"},"disarmed":{"values":["true","false"],"type":"bool"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tripwire[attached=false,disarmed=false,east=false,north=false,powered=false,south=false,west=false]"},"minecraft:tripwire_hook":{"properties":{"attached":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tripwire_hook[attached=false,facing=north,powered=false]"},"minecraft:tube_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tube_coral[waterlogged=true]"},"minecraft:tube_coral_block":{"properties":{},"defaultstate":"minecraft:tube_coral_block"},"minecraft:tube_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tube_coral_fan[waterlogged=true]"},"minecraft:tube_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tube_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:turtle_egg":{"properties":{"eggs":{"values":["1","2","3","4"],"type":"int"},"hatch":{"values":["0","1","2"],"type":"int"}},"defaultstate":"minecraft:turtle_egg[eggs=1,hatch=0]"},"minecraft:vine":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:vine[east=false,north=false,south=false,up=false,west=false]"},"minecraft:void_air":{"properties":{},"defaultstate":"minecraft:void_air"},"minecraft:wall_torch":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:wall_torch[facing=north]"},"minecraft:water":{"properties":{"level":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:water[level=0]"},"minecraft:wet_sponge":{"properties":{},"defaultstate":"minecraft:wet_sponge"},"minecraft:wheat":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:wheat[age=0]"},"minecraft:white_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:white_banner[rotation=0]"},"minecraft:white_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:white_bed[facing=north,occupied=false,part=foot]"},"minecraft:white_carpet":{"properties":{},"defaultstate":"minecraft:white_carpet"},"minecraft:white_concrete":{"properties":{},"defaultstate":"minecraft:white_concrete"},"minecraft:white_concrete_powder":{"properties":{},"defaultstate":"minecraft:white_concrete_powder"},"minecraft:white_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:white_glazed_terracotta[facing=north]"},"minecraft:white_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:white_shulker_box[facing=up]"},"minecraft:white_stained_glass":{"properties":{},"defaultstate":"minecraft:white_stained_glass"},"minecraft:white_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:white_terracotta":{"properties":{},"defaultstate":"minecraft:white_terracotta"},"minecraft:white_tulip":{"properties":{},"defaultstate":"minecraft:white_tulip"},"minecraft:white_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:white_wall_banner[facing=north]"},"minecraft:white_wool":{"properties":{},"defaultstate":"minecraft:white_wool"},"minecraft:wither_rose":{"properties":{},"defaultstate":"minecraft:wither_rose"},"minecraft:wither_skeleton_skull":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:wither_skeleton_skull[rotation=0]"},"minecraft:wither_skeleton_wall_skull":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:wither_skeleton_wall_skull[facing=north]"},"minecraft:yellow_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:yellow_banner[rotation=0]"},"minecraft:yellow_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:yellow_bed[facing=north,occupied=false,part=foot]"},"minecraft:yellow_carpet":{"properties":{},"defaultstate":"minecraft:yellow_carpet"},"minecraft:yellow_concrete":{"properties":{},"defaultstate":"minecraft:yellow_concrete"},"minecraft:yellow_concrete_powder":{"properties":{},"defaultstate":"minecraft:yellow_concrete_powder"},"minecraft:yellow_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:yellow_glazed_terracotta[facing=north]"},"minecraft:yellow_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:yellow_shulker_box[facing=up]"},"minecraft:yellow_stained_glass":{"properties":{},"defaultstate":"minecraft:yellow_stained_glass"},"minecraft:yellow_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:yellow_terracotta":{"properties":{},"defaultstate":"minecraft:yellow_terracotta"},"minecraft:yellow_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:yellow_wall_banner[facing=north]"},"minecraft:yellow_wool":{"properties":{},"defaultstate":"minecraft:yellow_wool"},"minecraft:zombie_head":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:zombie_head[rotation=0]"},"minecraft:zombie_wall_head":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:zombie_wall_head[facing=north]"}},"items":["minecraft:acacia_boat","minecraft:acacia_button","minecraft:acacia_door","minecraft:acacia_fence","minecraft:acacia_fence_gate","minecraft:acacia_leaves","minecraft:acacia_log","minecraft:acacia_planks","minecraft:acacia_pressure_plate","minecraft:acacia_sapling","minecraft:acacia_sign","minecraft:acacia_slab","minecraft:acacia_stairs","minecraft:acacia_trapdoor","minecraft:acacia_wood","minecraft:activator_rail","minecraft:air","minecraft:allium","minecraft:andesite","minecraft:andesite_slab","minecraft:andesite_stairs","minecraft:andesite_wall","minecraft:anvil","minecraft:apple","minecraft:armor_stand","minecraft:arrow","minecraft:azure_bluet","minecraft:baked_potato","minecraft:bamboo","minecraft:barrel","minecraft:barrier","minecraft:bat_spawn_egg","minecraft:beacon","minecraft:bedrock","minecraft:beef","minecraft:beetroot","minecraft:beetroot_seeds","minecraft:beetroot_soup","minecraft:bell","minecraft:birch_boat","minecraft:birch_button","minecraft:birch_door","minecraft:birch_fence","minecraft:birch_fence_gate","minecraft:birch_leaves","minecraft:birch_log","minecraft:birch_planks","minecraft:birch_pressure_plate","minecraft:birch_sapling","minecraft:birch_sign","minecraft:birch_slab","minecraft:birch_stairs","minecraft:birch_trapdoor","minecraft:birch_wood","minecraft:black_banner","minecraft:black_bed","minecraft:black_carpet","minecraft:black_concrete","minecraft:black_concrete_powder","minecraft:black_dye","minecraft:black_glazed_terracotta","minecraft:black_shulker_box","minecraft:black_stained_glass","minecraft:black_stained_glass_pane","minecraft:black_terracotta","minecraft:black_wool","minecraft:blast_furnace","minecraft:blaze_powder","minecraft:blaze_rod","minecraft:blaze_spawn_egg","minecraft:blue_banner","minecraft:blue_bed","minecraft:blue_carpet","minecraft:blue_concrete","minecraft:blue_concrete_powder","minecraft:blue_dye","minecraft:blue_glazed_terracotta","minecraft:blue_ice","minecraft:blue_orchid","minecraft:blue_shulker_box","minecraft:blue_stained_glass","minecraft:blue_stained_glass_pane","minecraft:blue_terracotta","minecraft:blue_wool","minecraft:bone","minecraft:bone_block","minecraft:bone_meal","minecraft:book","minecraft:bookshelf","minecraft:bow","minecraft:bowl","minecraft:brain_coral","minecraft:brain_coral_block","minecraft:brain_coral_fan","minecraft:bread","minecraft:brewing_stand","minecraft:brick","minecraft:brick_slab","minecraft:brick_stairs","minecraft:brick_wall","minecraft:bricks","minecraft:brown_banner","minecraft:brown_bed","minecraft:brown_carpet","minecraft:brown_concrete","minecraft:brown_concrete_powder","minecraft:brown_dye","minecraft:brown_glazed_terracotta","minecraft:brown_mushroom","minecraft:brown_mushroom_block","minecraft:brown_shulker_box","minecraft:brown_stained_glass","minecraft:brown_stained_glass_pane","minecraft:brown_terracotta","minecraft:brown_wool","minecraft:bubble_coral","minecraft:bubble_coral_block","minecraft:bubble_coral_fan","minecraft:bucket","minecraft:cactus","minecraft:cake","minecraft:campfire","minecraft:carrot","minecraft:carrot_on_a_stick","minecraft:cartography_table","minecraft:carved_pumpkin","minecraft:cat_spawn_egg","minecraft:cauldron","minecraft:cave_spider_spawn_egg","minecraft:chain_command_block","minecraft:chainmail_boots","minecraft:chainmail_chestplate","minecraft:chainmail_helmet","minecraft:chainmail_leggings","minecraft:charcoal","minecraft:chest","minecraft:chest_minecart","minecraft:chicken","minecraft:chicken_spawn_egg","minecraft:chipped_anvil","minecraft:chiseled_quartz_block","minecraft:chiseled_red_sandstone","minecraft:chiseled_sandstone","minecraft:chiseled_stone_bricks","minecraft:chorus_flower","minecraft:chorus_fruit","minecraft:chorus_plant","minecraft:clay","minecraft:clay_ball","minecraft:clock","minecraft:coal","minecraft:coal_block","minecraft:coal_ore","minecraft:coarse_dirt","minecraft:cobblestone","minecraft:cobblestone_slab","minecraft:cobblestone_stairs","minecraft:cobblestone_wall","minecraft:cobweb","minecraft:cocoa_beans","minecraft:cod","minecraft:cod_bucket","minecraft:cod_spawn_egg","minecraft:command_block","minecraft:command_block_minecart","minecraft:comparator","minecraft:compass","minecraft:composter","minecraft:conduit","minecraft:cooked_beef","minecraft:cooked_chicken","minecraft:cooked_cod","minecraft:cooked_mutton","minecraft:cooked_porkchop","minecraft:cooked_rabbit","minecraft:cooked_salmon","minecraft:cookie","minecraft:cornflower","minecraft:cow_spawn_egg","minecraft:cracked_stone_bricks","minecraft:crafting_table","minecraft:creeper_banner_pattern","minecraft:creeper_head","minecraft:creeper_spawn_egg","minecraft:crossbow","minecraft:cut_red_sandstone","minecraft:cut_red_sandstone_slab","minecraft:cut_sandstone","minecraft:cut_sandstone_slab","minecraft:cyan_banner","minecraft:cyan_bed","minecraft:cyan_carpet","minecraft:cyan_concrete","minecraft:cyan_concrete_powder","minecraft:cyan_dye","minecraft:cyan_glazed_terracotta","minecraft:cyan_shulker_box","minecraft:cyan_stained_glass","minecraft:cyan_stained_glass_pane","minecraft:cyan_terracotta","minecraft:cyan_wool","minecraft:damaged_anvil","minecraft:dandelion","minecraft:dark_oak_boat","minecraft:dark_oak_button","minecraft:dark_oak_door","minecraft:dark_oak_fence","minecraft:dark_oak_fence_gate","minecraft:dark_oak_leaves","minecraft:dark_oak_log","minecraft:dark_oak_planks","minecraft:dark_oak_pressure_plate","minecraft:dark_oak_sapling","minecraft:dark_oak_sign","minecraft:dark_oak_slab","minecraft:dark_oak_stairs","minecraft:dark_oak_trapdoor","minecraft:dark_oak_wood","minecraft:dark_prismarine","minecraft:dark_prismarine_slab","minecraft:dark_prismarine_stairs","minecraft:daylight_detector","minecraft:dead_brain_coral","minecraft:dead_brain_coral_block","minecraft:dead_brain_coral_fan","minecraft:dead_bubble_coral","minecraft:dead_bubble_coral_block","minecraft:dead_bubble_coral_fan","minecraft:dead_bush","minecraft:dead_fire_coral","minecraft:dead_fire_coral_block","minecraft:dead_fire_coral_fan","minecraft:dead_horn_coral","minecraft:dead_horn_coral_block","minecraft:dead_horn_coral_fan","minecraft:dead_tube_coral","minecraft:dead_tube_coral_block","minecraft:dead_tube_coral_fan","minecraft:debug_stick","minecraft:detector_rail","minecraft:diamond","minecraft:diamond_axe","minecraft:diamond_block","minecraft:diamond_boots","minecraft:diamond_chestplate","minecraft:diamond_helmet","minecraft:diamond_hoe","minecraft:diamond_horse_armor","minecraft:diamond_leggings","minecraft:diamond_ore","minecraft:diamond_pickaxe","minecraft:diamond_shovel","minecraft:diamond_sword","minecraft:diorite","minecraft:diorite_slab","minecraft:diorite_stairs","minecraft:diorite_wall","minecraft:dirt","minecraft:dispenser","minecraft:dolphin_spawn_egg","minecraft:donkey_spawn_egg","minecraft:dragon_breath","minecraft:dragon_egg","minecraft:dragon_head","minecraft:dried_kelp","minecraft:dried_kelp_block","minecraft:dropper","minecraft:drowned_spawn_egg","minecraft:egg","minecraft:elder_guardian_spawn_egg","minecraft:elytra","minecraft:emerald","minecraft:emerald_block","minecraft:emerald_ore","minecraft:enchanted_book","minecraft:enchanted_golden_apple","minecraft:enchanting_table","minecraft:end_crystal","minecraft:end_portal_frame","minecraft:end_rod","minecraft:end_stone","minecraft:end_stone_brick_slab","minecraft:end_stone_brick_stairs","minecraft:end_stone_brick_wall","minecraft:end_stone_bricks","minecraft:ender_chest","minecraft:ender_eye","minecraft:ender_pearl","minecraft:enderman_spawn_egg","minecraft:endermite_spawn_egg","minecraft:evoker_spawn_egg","minecraft:experience_bottle","minecraft:farmland","minecraft:feather","minecraft:fermented_spider_eye","minecraft:fern","minecraft:filled_map","minecraft:fire_charge","minecraft:fire_coral","minecraft:fire_coral_block","minecraft:fire_coral_fan","minecraft:firework_rocket","minecraft:firework_star","minecraft:fishing_rod","minecraft:fletching_table","minecraft:flint","minecraft:flint_and_steel","minecraft:flower_banner_pattern","minecraft:flower_pot","minecraft:fox_spawn_egg","minecraft:furnace","minecraft:furnace_minecart","minecraft:ghast_spawn_egg","minecraft:ghast_tear","minecraft:glass","minecraft:glass_bottle","minecraft:glass_pane","minecraft:glistering_melon_slice","minecraft:globe_banner_pattern","minecraft:glowstone","minecraft:glowstone_dust","minecraft:gold_block","minecraft:gold_ingot","minecraft:gold_nugget","minecraft:gold_ore","minecraft:golden_apple","minecraft:golden_axe","minecraft:golden_boots","minecraft:golden_carrot","minecraft:golden_chestplate","minecraft:golden_helmet","minecraft:golden_hoe","minecraft:golden_horse_armor","minecraft:golden_leggings","minecraft:golden_pickaxe","minecraft:golden_shovel","minecraft:golden_sword","minecraft:granite","minecraft:granite_slab","minecraft:granite_stairs","minecraft:granite_wall","minecraft:grass","minecraft:grass_block","minecraft:grass_path","minecraft:gravel","minecraft:gray_banner","minecraft:gray_bed","minecraft:gray_carpet","minecraft:gray_concrete","minecraft:gray_concrete_powder","minecraft:gray_dye","minecraft:gray_glazed_terracotta","minecraft:gray_shulker_box","minecraft:gray_stained_glass","minecraft:gray_stained_glass_pane","minecraft:gray_terracotta","minecraft:gray_wool","minecraft:green_banner","minecraft:green_bed","minecraft:green_carpet","minecraft:green_concrete","minecraft:green_concrete_powder","minecraft:green_dye","minecraft:green_glazed_terracotta","minecraft:green_shulker_box","minecraft:green_stained_glass","minecraft:green_stained_glass_pane","minecraft:green_terracotta","minecraft:green_wool","minecraft:grindstone","minecraft:guardian_spawn_egg","minecraft:gunpowder","minecraft:hay_block","minecraft:heart_of_the_sea","minecraft:heavy_weighted_pressure_plate","minecraft:hopper","minecraft:hopper_minecart","minecraft:horn_coral","minecraft:horn_coral_block","minecraft:horn_coral_fan","minecraft:horse_spawn_egg","minecraft:husk_spawn_egg","minecraft:ice","minecraft:infested_chiseled_stone_bricks","minecraft:infested_cobblestone","minecraft:infested_cracked_stone_bricks","minecraft:infested_mossy_stone_bricks","minecraft:infested_stone","minecraft:infested_stone_bricks","minecraft:ink_sac","minecraft:iron_axe","minecraft:iron_bars","minecraft:iron_block","minecraft:iron_boots","minecraft:iron_chestplate","minecraft:iron_door","minecraft:iron_helmet","minecraft:iron_hoe","minecraft:iron_horse_armor","minecraft:iron_ingot","minecraft:iron_leggings","minecraft:iron_nugget","minecraft:iron_ore","minecraft:iron_pickaxe","minecraft:iron_shovel","minecraft:iron_sword","minecraft:iron_trapdoor","minecraft:item_frame","minecraft:jack_o_lantern","minecraft:jigsaw","minecraft:jukebox","minecraft:jungle_boat","minecraft:jungle_button","minecraft:jungle_door","minecraft:jungle_fence","minecraft:jungle_fence_gate","minecraft:jungle_leaves","minecraft:jungle_log","minecraft:jungle_planks","minecraft:jungle_pressure_plate","minecraft:jungle_sapling","minecraft:jungle_sign","minecraft:jungle_slab","minecraft:jungle_stairs","minecraft:jungle_trapdoor","minecraft:jungle_wood","minecraft:kelp","minecraft:knowledge_book","minecraft:ladder","minecraft:lantern","minecraft:lapis_block","minecraft:lapis_lazuli","minecraft:lapis_ore","minecraft:large_fern","minecraft:lava_bucket","minecraft:lead","minecraft:leather","minecraft:leather_boots","minecraft:leather_chestplate","minecraft:leather_helmet","minecraft:leather_horse_armor","minecraft:leather_leggings","minecraft:lectern","minecraft:lever","minecraft:light_blue_banner","minecraft:light_blue_bed","minecraft:light_blue_carpet","minecraft:light_blue_concrete","minecraft:light_blue_concrete_powder","minecraft:light_blue_dye","minecraft:light_blue_glazed_terracotta","minecraft:light_blue_shulker_box","minecraft:light_blue_stained_glass","minecraft:light_blue_stained_glass_pane","minecraft:light_blue_terracotta","minecraft:light_blue_wool","minecraft:light_gray_banner","minecraft:light_gray_bed","minecraft:light_gray_carpet","minecraft:light_gray_concrete","minecraft:light_gray_concrete_powder","minecraft:light_gray_dye","minecraft:light_gray_glazed_terracotta","minecraft:light_gray_shulker_box","minecraft:light_gray_stained_glass","minecraft:light_gray_stained_glass_pane","minecraft:light_gray_terracotta","minecraft:light_gray_wool","minecraft:light_weighted_pressure_plate","minecraft:lilac","minecraft:lily_of_the_valley","minecraft:lily_pad","minecraft:lime_banner","minecraft:lime_bed","minecraft:lime_carpet","minecraft:lime_concrete","minecraft:lime_concrete_powder","minecraft:lime_dye","minecraft:lime_glazed_terracotta","minecraft:lime_shulker_box","minecraft:lime_stained_glass","minecraft:lime_stained_glass_pane","minecraft:lime_terracotta","minecraft:lime_wool","minecraft:lingering_potion","minecraft:llama_spawn_egg","minecraft:loom","minecraft:magenta_banner","minecraft:magenta_bed","minecraft:magenta_carpet","minecraft:magenta_concrete","minecraft:magenta_concrete_powder","minecraft:magenta_dye","minecraft:magenta_glazed_terracotta","minecraft:magenta_shulker_box","minecraft:magenta_stained_glass","minecraft:magenta_stained_glass_pane","minecraft:magenta_terracotta","minecraft:magenta_wool","minecraft:magma_block","minecraft:magma_cream","minecraft:magma_cube_spawn_egg","minecraft:map","minecraft:melon","minecraft:melon_seeds","minecraft:melon_slice","minecraft:milk_bucket","minecraft:minecart","minecraft:mojang_banner_pattern","minecraft:mooshroom_spawn_egg","minecraft:mossy_cobblestone","minecraft:mossy_cobblestone_slab","minecraft:mossy_cobblestone_stairs","minecraft:mossy_cobblestone_wall","minecraft:mossy_stone_brick_slab","minecraft:mossy_stone_brick_stairs","minecraft:mossy_stone_brick_wall","minecraft:mossy_stone_bricks","minecraft:mule_spawn_egg","minecraft:mushroom_stem","minecraft:mushroom_stew","minecraft:music_disc_11","minecraft:music_disc_13","minecraft:music_disc_blocks","minecraft:music_disc_cat","minecraft:music_disc_chirp","minecraft:music_disc_far","minecraft:music_disc_mall","minecraft:music_disc_mellohi","minecraft:music_disc_stal","minecraft:music_disc_strad","minecraft:music_disc_wait","minecraft:music_disc_ward","minecraft:mutton","minecraft:mycelium","minecraft:name_tag","minecraft:nautilus_shell","minecraft:nether_brick","minecraft:nether_brick_fence","minecraft:nether_brick_slab","minecraft:nether_brick_stairs","minecraft:nether_brick_wall","minecraft:nether_bricks","minecraft:nether_quartz_ore","minecraft:nether_star","minecraft:nether_wart","minecraft:nether_wart_block","minecraft:netherrack","minecraft:note_block","minecraft:oak_boat","minecraft:oak_button","minecraft:oak_door","minecraft:oak_fence","minecraft:oak_fence_gate","minecraft:oak_leaves","minecraft:oak_log","minecraft:oak_planks","minecraft:oak_pressure_plate","minecraft:oak_sapling","minecraft:oak_sign","minecraft:oak_slab","minecraft:oak_stairs","minecraft:oak_trapdoor","minecraft:oak_wood","minecraft:observer","minecraft:obsidian","minecraft:ocelot_spawn_egg","minecraft:orange_banner","minecraft:orange_bed","minecraft:orange_carpet","minecraft:orange_concrete","minecraft:orange_concrete_powder","minecraft:orange_dye","minecraft:orange_glazed_terracotta","minecraft:orange_shulker_box","minecraft:orange_stained_glass","minecraft:orange_stained_glass_pane","minecraft:orange_terracotta","minecraft:orange_tulip","minecraft:orange_wool","minecraft:oxeye_daisy","minecraft:packed_ice","minecraft:painting","minecraft:panda_spawn_egg","minecraft:paper","minecraft:parrot_spawn_egg","minecraft:peony","minecraft:petrified_oak_slab","minecraft:phantom_membrane","minecraft:phantom_spawn_egg","minecraft:pig_spawn_egg","minecraft:pillager_spawn_egg","minecraft:pink_banner","minecraft:pink_bed","minecraft:pink_carpet","minecraft:pink_concrete","minecraft:pink_concrete_powder","minecraft:pink_dye","minecraft:pink_glazed_terracotta","minecraft:pink_shulker_box","minecraft:pink_stained_glass","minecraft:pink_stained_glass_pane","minecraft:pink_terracotta","minecraft:pink_tulip","minecraft:pink_wool","minecraft:piston","minecraft:player_head","minecraft:podzol","minecraft:poisonous_potato","minecraft:polar_bear_spawn_egg","minecraft:polished_andesite","minecraft:polished_andesite_slab","minecraft:polished_andesite_stairs","minecraft:polished_diorite","minecraft:polished_diorite_slab","minecraft:polished_diorite_stairs","minecraft:polished_granite","minecraft:polished_granite_slab","minecraft:polished_granite_stairs","minecraft:popped_chorus_fruit","minecraft:poppy","minecraft:porkchop","minecraft:potato","minecraft:potion","minecraft:powered_rail","minecraft:prismarine","minecraft:prismarine_brick_slab","minecraft:prismarine_brick_stairs","minecraft:prismarine_bricks","minecraft:prismarine_crystals","minecraft:prismarine_shard","minecraft:prismarine_slab","minecraft:prismarine_stairs","minecraft:prismarine_wall","minecraft:pufferfish","minecraft:pufferfish_bucket","minecraft:pufferfish_spawn_egg","minecraft:pumpkin","minecraft:pumpkin_pie","minecraft:pumpkin_seeds","minecraft:purple_banner","minecraft:purple_bed","minecraft:purple_carpet","minecraft:purple_concrete","minecraft:purple_concrete_powder","minecraft:purple_dye","minecraft:purple_glazed_terracotta","minecraft:purple_shulker_box","minecraft:purple_stained_glass","minecraft:purple_stained_glass_pane","minecraft:purple_terracotta","minecraft:purple_wool","minecraft:purpur_block","minecraft:purpur_pillar","minecraft:purpur_slab","minecraft:purpur_stairs","minecraft:quartz","minecraft:quartz_block","minecraft:quartz_pillar","minecraft:quartz_slab","minecraft:quartz_stairs","minecraft:rabbit","minecraft:rabbit_foot","minecraft:rabbit_hide","minecraft:rabbit_spawn_egg","minecraft:rabbit_stew","minecraft:rail","minecraft:ravager_spawn_egg","minecraft:red_banner","minecraft:red_bed","minecraft:red_carpet","minecraft:red_concrete","minecraft:red_concrete_powder","minecraft:red_dye","minecraft:red_glazed_terracotta","minecraft:red_mushroom","minecraft:red_mushroom_block","minecraft:red_nether_brick_slab","minecraft:red_nether_brick_stairs","minecraft:red_nether_brick_wall","minecraft:red_nether_bricks","minecraft:red_sand","minecraft:red_sandstone","minecraft:red_sandstone_slab","minecraft:red_sandstone_stairs","minecraft:red_sandstone_wall","minecraft:red_shulker_box","minecraft:red_stained_glass","minecraft:red_stained_glass_pane","minecraft:red_terracotta","minecraft:red_tulip","minecraft:red_wool","minecraft:redstone","minecraft:redstone_block","minecraft:redstone_lamp","minecraft:redstone_ore","minecraft:redstone_torch","minecraft:repeater","minecraft:repeating_command_block","minecraft:rose_bush","minecraft:rotten_flesh","minecraft:saddle","minecraft:salmon","minecraft:salmon_bucket","minecraft:salmon_spawn_egg","minecraft:sand","minecraft:sandstone","minecraft:sandstone_slab","minecraft:sandstone_stairs","minecraft:sandstone_wall","minecraft:scaffolding","minecraft:scute","minecraft:sea_lantern","minecraft:sea_pickle","minecraft:seagrass","minecraft:shears","minecraft:sheep_spawn_egg","minecraft:shield","minecraft:shulker_box","minecraft:shulker_shell","minecraft:shulker_spawn_egg","minecraft:silverfish_spawn_egg","minecraft:skeleton_horse_spawn_egg","minecraft:skeleton_skull","minecraft:skeleton_spawn_egg","minecraft:skull_banner_pattern","minecraft:slime_ball","minecraft:slime_block","minecraft:slime_spawn_egg","minecraft:smithing_table","minecraft:smoker","minecraft:smooth_quartz","minecraft:smooth_quartz_slab","minecraft:smooth_quartz_stairs","minecraft:smooth_red_sandstone","minecraft:smooth_red_sandstone_slab","minecraft:smooth_red_sandstone_stairs","minecraft:smooth_sandstone","minecraft:smooth_sandstone_slab","minecraft:smooth_sandstone_stairs","minecraft:smooth_stone","minecraft:smooth_stone_slab","minecraft:snow","minecraft:snow_block","minecraft:snowball","minecraft:soul_sand","minecraft:spawner","minecraft:spectral_arrow","minecraft:spider_eye","minecraft:spider_spawn_egg","minecraft:splash_potion","minecraft:sponge","minecraft:spruce_boat","minecraft:spruce_button","minecraft:spruce_door","minecraft:spruce_fence","minecraft:spruce_fence_gate","minecraft:spruce_leaves","minecraft:spruce_log","minecraft:spruce_planks","minecraft:spruce_pressure_plate","minecraft:spruce_sapling","minecraft:spruce_sign","minecraft:spruce_slab","minecraft:spruce_stairs","minecraft:spruce_trapdoor","minecraft:spruce_wood","minecraft:squid_spawn_egg","minecraft:stick","minecraft:sticky_piston","minecraft:stone","minecraft:stone_axe","minecraft:stone_brick_slab","minecraft:stone_brick_stairs","minecraft:stone_brick_wall","minecraft:stone_bricks","minecraft:stone_button","minecraft:stone_hoe","minecraft:stone_pickaxe","minecraft:stone_pressure_plate","minecraft:stone_shovel","minecraft:stone_slab","minecraft:stone_stairs","minecraft:stone_sword","minecraft:stonecutter","minecraft:stray_spawn_egg","minecraft:string","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood","minecraft:structure_block","minecraft:structure_void","minecraft:sugar","minecraft:sugar_cane","minecraft:sunflower","minecraft:suspicious_stew","minecraft:sweet_berries","minecraft:tall_grass","minecraft:terracotta","minecraft:tipped_arrow","minecraft:tnt","minecraft:tnt_minecart","minecraft:torch","minecraft:totem_of_undying","minecraft:trader_llama_spawn_egg","minecraft:trapped_chest","minecraft:trident","minecraft:tripwire_hook","minecraft:tropical_fish","minecraft:tropical_fish_bucket","minecraft:tropical_fish_spawn_egg","minecraft:tube_coral","minecraft:tube_coral_block","minecraft:tube_coral_fan","minecraft:turtle_egg","minecraft:turtle_helmet","minecraft:turtle_spawn_egg","minecraft:vex_spawn_egg","minecraft:villager_spawn_egg","minecraft:vindicator_spawn_egg","minecraft:vine","minecraft:wandering_trader_spawn_egg","minecraft:water_bucket","minecraft:wet_sponge","minecraft:wheat","minecraft:wheat_seeds","minecraft:white_banner","minecraft:white_bed","minecraft:white_carpet","minecraft:white_concrete","minecraft:white_concrete_powder","minecraft:white_dye","minecraft:white_glazed_terracotta","minecraft:white_shulker_box","minecraft:white_stained_glass","minecraft:white_stained_glass_pane","minecraft:white_terracotta","minecraft:white_tulip","minecraft:white_wool","minecraft:witch_spawn_egg","minecraft:wither_rose","minecraft:wither_skeleton_skull","minecraft:wither_skeleton_spawn_egg","minecraft:wolf_spawn_egg","minecraft:wooden_axe","minecraft:wooden_hoe","minecraft:wooden_pickaxe","minecraft:wooden_shovel","minecraft:wooden_sword","minecraft:writable_book","minecraft:written_book","minecraft:yellow_banner","minecraft:yellow_bed","minecraft:yellow_carpet","minecraft:yellow_concrete","minecraft:yellow_concrete_powder","minecraft:yellow_dye","minecraft:yellow_glazed_terracotta","minecraft:yellow_shulker_box","minecraft:yellow_stained_glass","minecraft:yellow_stained_glass_pane","minecraft:yellow_terracotta","minecraft:yellow_wool","minecraft:zombie_head","minecraft:zombie_horse_spawn_egg","minecraft:zombie_pigman_spawn_egg","minecraft:zombie_spawn_egg","minecraft:zombie_villager_spawn_egg"],"entities":["minecraft:area_effect_cloud","minecraft:armor_stand","minecraft:arrow","minecraft:bat","minecraft:blaze","minecraft:boat","minecraft:cat","minecraft:cave_spider","minecraft:chest_minecart","minecraft:chicken","minecraft:cod","minecraft:command_block_minecart","minecraft:cow","minecraft:creeper","minecraft:dolphin","minecraft:donkey","minecraft:dragon_fireball","minecraft:drowned","minecraft:egg","minecraft:elder_guardian","minecraft:end_crystal","minecraft:ender_dragon","minecraft:ender_pearl","minecraft:enderman","minecraft:endermite","minecraft:evoker","minecraft:evoker_fangs","minecraft:experience_bottle","minecraft:experience_orb","minecraft:eye_of_ender","minecraft:falling_block","minecraft:fireball","minecraft:firework_rocket","minecraft:fishing_bobber","minecraft:fox","minecraft:furnace_minecart","minecraft:ghast","minecraft:giant","minecraft:guardian","minecraft:hopper_minecart","minecraft:horse","minecraft:husk","minecraft:illusioner","minecraft:iron_golem","minecraft:item","minecraft:item_frame","minecraft:leash_knot","minecraft:lightning_bolt","minecraft:llama","minecraft:llama_spit","minecraft:magma_cube","minecraft:minecart","minecraft:mooshroom","minecraft:mule","minecraft:ocelot","minecraft:painting","minecraft:panda","minecraft:parrot","minecraft:phantom","minecraft:pig","minecraft:pillager","minecraft:player","minecraft:polar_bear","minecraft:potion","minecraft:pufferfish","minecraft:rabbit","minecraft:ravager","minecraft:salmon","minecraft:sheep","minecraft:shulker","minecraft:shulker_bullet","minecraft:silverfish","minecraft:skeleton","minecraft:skeleton_horse","minecraft:slime","minecraft:small_fireball","minecraft:snow_golem","minecraft:snowball","minecraft:spawner_minecart","minecraft:spectral_arrow","minecraft:spider","minecraft:squid","minecraft:stray","minecraft:tnt","minecraft:tnt_minecart","minecraft:trader_llama","minecraft:trident","minecraft:tropical_fish","minecraft:turtle","minecraft:vex","minecraft:villager","minecraft:vindicator","minecraft:wandering_trader","minecraft:witch","minecraft:wither","minecraft:wither_skeleton","minecraft:wither_skull","minecraft:wolf","minecraft:zombie","minecraft:zombie_horse","minecraft:zombie_pigman","minecraft:zombie_villager"],"biomes":["minecraft:badlands","minecraft:badlands_plateau","minecraft:bamboo_jungle","minecraft:bamboo_jungle_hills","minecraft:beach","minecraft:birch_forest","minecraft:birch_forest_hills","minecraft:cold_ocean","minecraft:dark_forest","minecraft:dark_forest_hills","minecraft:deep_cold_ocean","minecraft:deep_frozen_ocean","minecraft:deep_lukewarm_ocean","minecraft:deep_ocean","minecraft:deep_warm_ocean","minecraft:desert","minecraft:desert_hills","minecraft:desert_lakes","minecraft:end_barrens","minecraft:end_highlands","minecraft:end_midlands","minecraft:eroded_badlands","minecraft:flower_forest","minecraft:forest","minecraft:frozen_ocean","minecraft:frozen_river","minecraft:giant_spruce_taiga","minecraft:giant_spruce_taiga_hills","minecraft:giant_tree_taiga","minecraft:giant_tree_taiga_hills","minecraft:gravelly_mountains","minecraft:ice_spikes","minecraft:jungle","minecraft:jungle_edge","minecraft:jungle_hills","minecraft:lukewarm_ocean","minecraft:modified_badlands_plateau","minecraft:modified_gravelly_mountains","minecraft:modified_jungle","minecraft:modified_jungle_edge","minecraft:modified_wooded_badlands_plateau","minecraft:mountain_edge","minecraft:mountains","minecraft:mushroom_field_shore","minecraft:mushroom_fields","minecraft:nether","minecraft:ocean","minecraft:plains","minecraft:river","minecraft:savanna","minecraft:savanna_plateau","minecraft:shattered_savanna","minecraft:shattered_savanna_plateau","minecraft:small_end_islands","minecraft:snowy_beach","minecraft:snowy_mountains","minecraft:snowy_taiga","minecraft:snowy_taiga_hills","minecraft:snowy_taiga_mountains","minecraft:snowy_tundra","minecraft:stone_shore","minecraft:sunflower_plains","minecraft:swamp","minecraft:swamp_hills","minecraft:taiga","minecraft:taiga_hills","minecraft:taiga_mountains","minecraft:tall_birch_forest","minecraft:tall_birch_hills","minecraft:the_end","minecraft:the_void","minecraft:warm_ocean","minecraft:wooded_badlands_plateau","minecraft:wooded_hills","minecraft:wooded_mountains"],"blocktags":{"minecraft:slabs":["minecraft:stone_slab","minecraft:smooth_stone_slab","minecraft:stone_brick_slab","minecraft:sandstone_slab","minecraft:acacia_slab","minecraft:birch_slab","minecraft:dark_oak_slab","minecraft:jungle_slab","minecraft:oak_slab","minecraft:spruce_slab","minecraft:purpur_slab","minecraft:quartz_slab","minecraft:red_sandstone_slab","minecraft:brick_slab","minecraft:cobblestone_slab","minecraft:nether_brick_slab","minecraft:petrified_oak_slab","minecraft:prismarine_slab","minecraft:prismarine_brick_slab","minecraft:dark_prismarine_slab","minecraft:polished_granite_slab","minecraft:smooth_red_sandstone_slab","minecraft:mossy_stone_brick_slab","minecraft:polished_diorite_slab","minecraft:mossy_cobblestone_slab","minecraft:end_stone_brick_slab","minecraft:smooth_sandstone_slab","minecraft:smooth_quartz_slab","minecraft:granite_slab","minecraft:andesite_slab","minecraft:red_nether_brick_slab","minecraft:polished_andesite_slab","minecraft:diorite_slab","minecraft:cut_sandstone_slab","minecraft:cut_red_sandstone_slab"],"minecraft:carpets":["minecraft:white_carpet","minecraft:orange_carpet","minecraft:magenta_carpet","minecraft:light_blue_carpet","minecraft:yellow_carpet","minecraft:lime_carpet","minecraft:pink_carpet","minecraft:gray_carpet","minecraft:light_gray_carpet","minecraft:cyan_carpet","minecraft:purple_carpet","minecraft:blue_carpet","minecraft:brown_carpet","minecraft:green_carpet","minecraft:red_carpet","minecraft:black_carpet"],"minecraft:stairs":["minecraft:oak_stairs","minecraft:cobblestone_stairs","minecraft:spruce_stairs","minecraft:sandstone_stairs","minecraft:acacia_stairs","minecraft:jungle_stairs","minecraft:birch_stairs","minecraft:dark_oak_stairs","minecraft:nether_brick_stairs","minecraft:stone_brick_stairs","minecraft:brick_stairs","minecraft:purpur_stairs","minecraft:quartz_stairs","minecraft:red_sandstone_stairs","minecraft:prismarine_brick_stairs","minecraft:prismarine_stairs","minecraft:dark_prismarine_stairs","minecraft:polished_granite_stairs","minecraft:smooth_red_sandstone_stairs","minecraft:mossy_stone_brick_stairs","minecraft:polished_diorite_stairs","minecraft:mossy_cobblestone_stairs","minecraft:end_stone_brick_stairs","minecraft:stone_stairs","minecraft:smooth_sandstone_stairs","minecraft:smooth_quartz_stairs","minecraft:granite_stairs","minecraft:andesite_stairs","minecraft:red_nether_brick_stairs","minecraft:polished_andesite_stairs","minecraft:diorite_stairs"],"minecraft:wooden_doors":["minecraft:oak_door","minecraft:spruce_door","minecraft:birch_door","minecraft:jungle_door","minecraft:acacia_door","minecraft:dark_oak_door"],"minecraft:jungle_logs":["minecraft:jungle_log","minecraft:jungle_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood"],"minecraft:planks":["minecraft:oak_planks","minecraft:spruce_planks","minecraft:birch_planks","minecraft:jungle_planks","minecraft:acacia_planks","minecraft:dark_oak_planks"],"minecraft:wall_corals":["minecraft:tube_coral_wall_fan","minecraft:brain_coral_wall_fan","minecraft:bubble_coral_wall_fan","minecraft:fire_coral_wall_fan","minecraft:horn_coral_wall_fan"],"minecraft:acacia_logs":["minecraft:acacia_log","minecraft:acacia_wood","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood"],"minecraft:wither_immune":["minecraft:barrier","minecraft:bedrock","minecraft:end_portal","minecraft:end_portal_frame","minecraft:end_gateway","minecraft:command_block","minecraft:repeating_command_block","minecraft:chain_command_block","minecraft:structure_block","minecraft:jigsaw","minecraft:moving_piston"],"minecraft:flower_pots":["minecraft:flower_pot","minecraft:potted_poppy","minecraft:potted_blue_orchid","minecraft:potted_allium","minecraft:potted_azure_bluet","minecraft:potted_red_tulip","minecraft:potted_orange_tulip","minecraft:potted_white_tulip","minecraft:potted_pink_tulip","minecraft:potted_oxeye_daisy","minecraft:potted_dandelion","minecraft:potted_oak_sapling","minecraft:potted_spruce_sapling","minecraft:potted_birch_sapling","minecraft:potted_jungle_sapling","minecraft:potted_acacia_sapling","minecraft:potted_dark_oak_sapling","minecraft:potted_red_mushroom","minecraft:potted_brown_mushroom","minecraft:potted_dead_bush","minecraft:potted_fern","minecraft:potted_cactus","minecraft:potted_cornflower","minecraft:potted_lily_of_the_valley","minecraft:potted_wither_rose","minecraft:potted_bamboo"],"minecraft:stone_bricks":["minecraft:stone_bricks","minecraft:mossy_stone_bricks","minecraft:cracked_stone_bricks","minecraft:chiseled_stone_bricks"],"minecraft:enderman_holdable":["minecraft:grass_block","minecraft:dirt","minecraft:coarse_dirt","minecraft:podzol","minecraft:sand","minecraft:red_sand","minecraft:gravel","minecraft:brown_mushroom","minecraft:red_mushroom","minecraft:tnt","minecraft:cactus","minecraft:clay","minecraft:pumpkin","minecraft:carved_pumpkin","minecraft:melon","minecraft:mycelium","minecraft:netherrack","minecraft:dandelion","minecraft:poppy","minecraft:blue_orchid","minecraft:allium","minecraft:azure_bluet","minecraft:red_tulip","minecraft:orange_tulip","minecraft:white_tulip","minecraft:pink_tulip","minecraft:oxeye_daisy","minecraft:cornflower","minecraft:lily_of_the_valley","minecraft:wither_rose"],"minecraft:spruce_logs":["minecraft:spruce_log","minecraft:spruce_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood"],"minecraft:wooden_slabs":["minecraft:oak_slab","minecraft:spruce_slab","minecraft:birch_slab","minecraft:jungle_slab","minecraft:acacia_slab","minecraft:dark_oak_slab"],"minecraft:coral_blocks":["minecraft:tube_coral_block","minecraft:brain_coral_block","minecraft:bubble_coral_block","minecraft:fire_coral_block","minecraft:horn_coral_block"],"minecraft:signs":["minecraft:oak_sign","minecraft:spruce_sign","minecraft:birch_sign","minecraft:acacia_sign","minecraft:jungle_sign","minecraft:dark_oak_sign","minecraft:oak_wall_sign","minecraft:spruce_wall_sign","minecraft:birch_wall_sign","minecraft:acacia_wall_sign","minecraft:jungle_wall_sign","minecraft:dark_oak_wall_sign"],"minecraft:dark_oak_logs":["minecraft:dark_oak_log","minecraft:dark_oak_wood","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood"],"minecraft:sand":["minecraft:sand","minecraft:red_sand"],"minecraft:valid_spawn":["minecraft:grass_block","minecraft:podzol"],"minecraft:underwater_bonemeals":["minecraft:seagrass","minecraft:tube_coral_fan","minecraft:brain_coral_fan","minecraft:bubble_coral_fan","minecraft:fire_coral_fan","minecraft:horn_coral_fan","minecraft:tube_coral","minecraft:brain_coral","minecraft:bubble_coral","minecraft:fire_coral","minecraft:horn_coral","minecraft:tube_coral_wall_fan","minecraft:brain_coral_wall_fan","minecraft:bubble_coral_wall_fan","minecraft:fire_coral_wall_fan","minecraft:horn_coral_wall_fan"],"minecraft:oak_logs":["minecraft:oak_log","minecraft:oak_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood"],"minecraft:buttons":["minecraft:stone_button","minecraft:oak_button","minecraft:spruce_button","minecraft:birch_button","minecraft:jungle_button","minecraft:acacia_button","minecraft:dark_oak_button"],"minecraft:wooden_pressure_plates":["minecraft:oak_pressure_plate","minecraft:spruce_pressure_plate","minecraft:birch_pressure_plate","minecraft:jungle_pressure_plate","minecraft:acacia_pressure_plate","minecraft:dark_oak_pressure_plate"],"minecraft:beds":["minecraft:red_bed","minecraft:black_bed","minecraft:blue_bed","minecraft:brown_bed","minecraft:cyan_bed","minecraft:gray_bed","minecraft:green_bed","minecraft:light_blue_bed","minecraft:light_gray_bed","minecraft:lime_bed","minecraft:magenta_bed","minecraft:orange_bed","minecraft:pink_bed","minecraft:purple_bed","minecraft:white_bed","minecraft:yellow_bed"],"minecraft:walls":["minecraft:cobblestone_wall","minecraft:mossy_cobblestone_wall","minecraft:brick_wall","minecraft:prismarine_wall","minecraft:red_sandstone_wall","minecraft:mossy_stone_brick_wall","minecraft:granite_wall","minecraft:stone_brick_wall","minecraft:nether_brick_wall","minecraft:andesite_wall","minecraft:red_nether_brick_wall","minecraft:sandstone_wall","minecraft:end_stone_brick_wall","minecraft:diorite_wall"],"minecraft:rails":["minecraft:rail","minecraft:powered_rail","minecraft:detector_rail","minecraft:activator_rail"],"minecraft:birch_logs":["minecraft:birch_log","minecraft:birch_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood"],"minecraft:wooden_trapdoors":["minecraft:acacia_trapdoor","minecraft:birch_trapdoor","minecraft:dark_oak_trapdoor","minecraft:jungle_trapdoor","minecraft:oak_trapdoor","minecraft:spruce_trapdoor"],"minecraft:wooden_fences":["minecraft:oak_fence","minecraft:acacia_fence","minecraft:dark_oak_fence","minecraft:spruce_fence","minecraft:birch_fence","minecraft:jungle_fence"],"minecraft:saplings":["minecraft:oak_sapling","minecraft:spruce_sapling","minecraft:birch_sapling","minecraft:jungle_sapling","minecraft:acacia_sapling","minecraft:dark_oak_sapling"],"minecraft:small_flowers":["minecraft:dandelion","minecraft:poppy","minecraft:blue_orchid","minecraft:allium","minecraft:azure_bluet","minecraft:red_tulip","minecraft:orange_tulip","minecraft:white_tulip","minecraft:pink_tulip","minecraft:oxeye_daisy","minecraft:cornflower","minecraft:lily_of_the_valley","minecraft:wither_rose"],"minecraft:bamboo_plantable_on":["minecraft:bamboo","minecraft:bamboo_sapling","minecraft:gravel","minecraft:sand","minecraft:red_sand","minecraft:dirt","minecraft:grass_block","minecraft:podzol","minecraft:coarse_dirt","minecraft:mycelium"],"minecraft:ice":["minecraft:ice","minecraft:packed_ice","minecraft:blue_ice","minecraft:frosted_ice"],"minecraft:wooden_stairs":["minecraft:oak_stairs","minecraft:spruce_stairs","minecraft:birch_stairs","minecraft:jungle_stairs","minecraft:acacia_stairs","minecraft:dark_oak_stairs"],"minecraft:anvil":["minecraft:anvil","minecraft:chipped_anvil","minecraft:damaged_anvil"],"minecraft:logs":["minecraft:dark_oak_log","minecraft:dark_oak_wood","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood","minecraft:oak_log","minecraft:oak_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood","minecraft:acacia_log","minecraft:acacia_wood","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood","minecraft:birch_log","minecraft:birch_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood","minecraft:jungle_log","minecraft:jungle_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood","minecraft:spruce_log","minecraft:spruce_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood"],"minecraft:corals":["minecraft:tube_coral_fan","minecraft:brain_coral_fan","minecraft:bubble_coral_fan","minecraft:fire_coral_fan","minecraft:horn_coral_fan","minecraft:tube_coral","minecraft:brain_coral","minecraft:bubble_coral","minecraft:fire_coral","minecraft:horn_coral"],"minecraft:wooden_buttons":["minecraft:oak_button","minecraft:spruce_button","minecraft:birch_button","minecraft:jungle_button","minecraft:acacia_button","minecraft:dark_oak_button"],"minecraft:wool":["minecraft:white_wool","minecraft:orange_wool","minecraft:magenta_wool","minecraft:light_blue_wool","minecraft:yellow_wool","minecraft:lime_wool","minecraft:pink_wool","minecraft:gray_wool","minecraft:light_gray_wool","minecraft:cyan_wool","minecraft:purple_wool","minecraft:blue_wool","minecraft:brown_wool","minecraft:green_wool","minecraft:red_wool","minecraft:black_wool"],"minecraft:coral_plants":["minecraft:tube_coral","minecraft:brain_coral","minecraft:bubble_coral","minecraft:fire_coral","minecraft:horn_coral"],"minecraft:banners":["minecraft:white_banner","minecraft:orange_banner","minecraft:magenta_banner","minecraft:light_blue_banner","minecraft:yellow_banner","minecraft:lime_banner","minecraft:pink_banner","minecraft:gray_banner","minecraft:light_gray_banner","minecraft:cyan_banner","minecraft:purple_banner","minecraft:blue_banner","minecraft:brown_banner","minecraft:green_banner","minecraft:red_banner","minecraft:black_banner","minecraft:white_wall_banner","minecraft:orange_wall_banner","minecraft:magenta_wall_banner","minecraft:light_blue_wall_banner","minecraft:yellow_wall_banner","minecraft:lime_wall_banner","minecraft:pink_wall_banner","minecraft:gray_wall_banner","minecraft:light_gray_wall_banner","minecraft:cyan_wall_banner","minecraft:purple_wall_banner","minecraft:blue_wall_banner","minecraft:brown_wall_banner","minecraft:green_wall_banner","minecraft:red_wall_banner","minecraft:black_wall_banner"],"minecraft:dragon_immune":["minecraft:barrier","minecraft:bedrock","minecraft:end_portal","minecraft:end_portal_frame","minecraft:end_gateway","minecraft:command_block","minecraft:repeating_command_block","minecraft:chain_command_block","minecraft:structure_block","minecraft:jigsaw","minecraft:moving_piston","minecraft:obsidian","minecraft:end_stone","minecraft:iron_bars"],"minecraft:doors":["minecraft:iron_door","minecraft:oak_door","minecraft:spruce_door","minecraft:birch_door","minecraft:jungle_door","minecraft:acacia_door","minecraft:dark_oak_door"],"minecraft:fences":["minecraft:nether_brick_fence","minecraft:oak_fence","minecraft:acacia_fence","minecraft:dark_oak_fence","minecraft:spruce_fence","minecraft:birch_fence","minecraft:jungle_fence"],"minecraft:wall_signs":["minecraft:oak_wall_sign","minecraft:spruce_wall_sign","minecraft:birch_wall_sign","minecraft:acacia_wall_sign","minecraft:jungle_wall_sign","minecraft:dark_oak_wall_sign"],"minecraft:standing_signs":["minecraft:oak_sign","minecraft:spruce_sign","minecraft:birch_sign","minecraft:acacia_sign","minecraft:jungle_sign","minecraft:dark_oak_sign"],"minecraft:dirt_like":["minecraft:dirt","minecraft:grass_block","minecraft:podzol","minecraft:coarse_dirt","minecraft:mycelium"],"minecraft:impermeable":["minecraft:glass","minecraft:white_stained_glass","minecraft:orange_stained_glass","minecraft:magenta_stained_glass","minecraft:light_blue_stained_glass","minecraft:yellow_stained_glass","minecraft:lime_stained_glass","minecraft:pink_stained_glass","minecraft:gray_stained_glass","minecraft:light_gray_stained_glass","minecraft:cyan_stained_glass","minecraft:purple_stained_glass","minecraft:blue_stained_glass","minecraft:brown_stained_glass","minecraft:green_stained_glass","minecraft:red_stained_glass","minecraft:black_stained_glass"],"minecraft:trapdoors":["minecraft:iron_trapdoor","minecraft:acacia_trapdoor","minecraft:birch_trapdoor","minecraft:dark_oak_trapdoor","minecraft:jungle_trapdoor","minecraft:oak_trapdoor","minecraft:spruce_trapdoor"],"minecraft:leaves":["minecraft:jungle_leaves","minecraft:oak_leaves","minecraft:spruce_leaves","minecraft:dark_oak_leaves","minecraft:acacia_leaves","minecraft:birch_leaves"]},"itemtags":{"minecraft:boats":["minecraft:oak_boat","minecraft:spruce_boat","minecraft:birch_boat","minecraft:jungle_boat","minecraft:acacia_boat","minecraft:dark_oak_boat"],"minecraft:banners":["minecraft:white_banner","minecraft:orange_banner","minecraft:magenta_banner","minecraft:light_blue_banner","minecraft:yellow_banner","minecraft:lime_banner","minecraft:pink_banner","minecraft:gray_banner","minecraft:light_gray_banner","minecraft:cyan_banner","minecraft:purple_banner","minecraft:blue_banner","minecraft:brown_banner","minecraft:green_banner","minecraft:red_banner","minecraft:black_banner"],"minecraft:arrows":["minecraft:arrow","minecraft:tipped_arrow","minecraft:spectral_arrow"],"minecraft:coals":["minecraft:coal","minecraft:charcoal"],"minecraft:music_discs":["minecraft:music_disc_13","minecraft:music_disc_cat","minecraft:music_disc_blocks","minecraft:music_disc_chirp","minecraft:music_disc_far","minecraft:music_disc_mall","minecraft:music_disc_mellohi","minecraft:music_disc_stal","minecraft:music_disc_strad","minecraft:music_disc_ward","minecraft:music_disc_11","minecraft:music_disc_wait"],"minecraft:fishes":["minecraft:cod","minecraft:cooked_cod","minecraft:salmon","minecraft:cooked_salmon","minecraft:pufferfish","minecraft:tropical_fish"]},"entitytags":{"minecraft:raiders":["minecraft:evoker","minecraft:pillager","minecraft:ravager","minecraft:vindicator","minecraft:illusioner","minecraft:witch"],"minecraft:skeletons":["minecraft:skeleton","minecraft:stray","minecraft:wither_skeleton"]}}
\ No newline at end of file
+{
+ "blocks": {
+ "minecraft:acacia_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:acacia_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:acacia_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:acacia_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:acacia_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:acacia_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:acacia_log[axis=y]"
+ },
+ "minecraft:acacia_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:acacia_planks"
+ },
+ "minecraft:acacia_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_pressure_plate[powered=false]"
+ },
+ "minecraft:acacia_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:acacia_sapling[stage=0]"
+ },
+ "minecraft:acacia_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:acacia_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:acacia_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:acacia_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:acacia_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:acacia_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:acacia_wood[axis=y]"
+ },
+ "minecraft:activator_rail": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "shape": {
+ "values": [
+ "north_south",
+ "east_west",
+ "ascending_east",
+ "ascending_west",
+ "ascending_north",
+ "ascending_south"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:activator_rail[powered=false,shape=north_south]"
+ },
+ "minecraft:air": {
+ "properties": {},
+ "defaultstate": "minecraft:air"
+ },
+ "minecraft:allium": {
+ "properties": {},
+ "defaultstate": "minecraft:allium"
+ },
+ "minecraft:andesite": {
+ "properties": {},
+ "defaultstate": "minecraft:andesite"
+ },
+ "minecraft:andesite_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:andesite_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:andesite_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:andesite_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:andesite_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:anvil": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:anvil[facing=north]"
+ },
+ "minecraft:attached_melon_stem": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:attached_melon_stem[facing=north]"
+ },
+ "minecraft:attached_pumpkin_stem": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:attached_pumpkin_stem[facing=north]"
+ },
+ "minecraft:azure_bluet": {
+ "properties": {},
+ "defaultstate": "minecraft:azure_bluet"
+ },
+ "minecraft:bamboo": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ },
+ "leaves": {
+ "values": [
+ "none",
+ "small",
+ "large"
+ ],
+ "type": "enum"
+ },
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:bamboo[age=0,leaves=none,stage=0]"
+ },
+ "minecraft:bamboo_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:bamboo_sapling"
+ },
+ "minecraft:barrel": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:barrel[facing=north,open=false]"
+ },
+ "minecraft:barrier": {
+ "properties": {},
+ "defaultstate": "minecraft:barrier"
+ },
+ "minecraft:beacon": {
+ "properties": {},
+ "defaultstate": "minecraft:beacon"
+ },
+ "minecraft:bedrock": {
+ "properties": {},
+ "defaultstate": "minecraft:bedrock"
+ },
+ "minecraft:beetroots": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:beetroots[age=0]"
+ },
+ "minecraft:bell": {
+ "properties": {
+ "attachment": {
+ "values": [
+ "floor",
+ "ceiling",
+ "single_wall",
+ "double_wall"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:bell[attachment=floor,facing=north]"
+ },
+ "minecraft:birch_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:birch_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:birch_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:birch_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:birch_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:birch_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:birch_log[axis=y]"
+ },
+ "minecraft:birch_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:birch_planks"
+ },
+ "minecraft:birch_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_pressure_plate[powered=false]"
+ },
+ "minecraft:birch_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:birch_sapling[stage=0]"
+ },
+ "minecraft:birch_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:birch_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:birch_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:birch_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:birch_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:birch_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:birch_wood[axis=y]"
+ },
+ "minecraft:black_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:black_banner[rotation=0]"
+ },
+ "minecraft:black_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:black_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:black_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:black_carpet"
+ },
+ "minecraft:black_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:black_concrete"
+ },
+ "minecraft:black_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:black_concrete_powder"
+ },
+ "minecraft:black_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:black_glazed_terracotta[facing=north]"
+ },
+ "minecraft:black_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:black_shulker_box[facing=up]"
+ },
+ "minecraft:black_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:black_stained_glass"
+ },
+ "minecraft:black_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:black_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:black_terracotta"
+ },
+ "minecraft:black_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:black_wall_banner[facing=north]"
+ },
+ "minecraft:black_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:black_wool"
+ },
+ "minecraft:blast_furnace": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:blast_furnace[facing=north,lit=false]"
+ },
+ "minecraft:blue_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:blue_banner[rotation=0]"
+ },
+ "minecraft:blue_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:blue_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:blue_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_carpet"
+ },
+ "minecraft:blue_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_concrete"
+ },
+ "minecraft:blue_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_concrete_powder"
+ },
+ "minecraft:blue_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:blue_glazed_terracotta[facing=north]"
+ },
+ "minecraft:blue_ice": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_ice"
+ },
+ "minecraft:blue_orchid": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_orchid"
+ },
+ "minecraft:blue_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:blue_shulker_box[facing=up]"
+ },
+ "minecraft:blue_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_stained_glass"
+ },
+ "minecraft:blue_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:blue_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_terracotta"
+ },
+ "minecraft:blue_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:blue_wall_banner[facing=north]"
+ },
+ "minecraft:blue_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_wool"
+ },
+ "minecraft:bone_block": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:bone_block[axis=y]"
+ },
+ "minecraft:bookshelf": {
+ "properties": {},
+ "defaultstate": "minecraft:bookshelf"
+ },
+ "minecraft:brain_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brain_coral[waterlogged=true]"
+ },
+ "minecraft:brain_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:brain_coral_block"
+ },
+ "minecraft:brain_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brain_coral_fan[waterlogged=true]"
+ },
+ "minecraft:brain_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brain_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:brewing_stand": {
+ "properties": {
+ "has_bottle_0": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "has_bottle_1": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "has_bottle_2": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false]"
+ },
+ "minecraft:brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:brick_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:bricks"
+ },
+ "minecraft:brown_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:brown_banner[rotation=0]"
+ },
+ "minecraft:brown_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:brown_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:brown_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_carpet"
+ },
+ "minecraft:brown_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_concrete"
+ },
+ "minecraft:brown_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_concrete_powder"
+ },
+ "minecraft:brown_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:brown_glazed_terracotta[facing=north]"
+ },
+ "minecraft:brown_mushroom": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_mushroom"
+ },
+ "minecraft:brown_mushroom_block": {
+ "properties": {
+ "down": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]"
+ },
+ "minecraft:brown_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:brown_shulker_box[facing=up]"
+ },
+ "minecraft:brown_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_stained_glass"
+ },
+ "minecraft:brown_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:brown_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_terracotta"
+ },
+ "minecraft:brown_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:brown_wall_banner[facing=north]"
+ },
+ "minecraft:brown_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_wool"
+ },
+ "minecraft:bubble_column": {
+ "properties": {
+ "drag": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:bubble_column[drag=true]"
+ },
+ "minecraft:bubble_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:bubble_coral[waterlogged=true]"
+ },
+ "minecraft:bubble_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:bubble_coral_block"
+ },
+ "minecraft:bubble_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:bubble_coral_fan[waterlogged=true]"
+ },
+ "minecraft:bubble_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:bubble_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:cactus": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:cactus[age=0]"
+ },
+ "minecraft:cake": {
+ "properties": {
+ "bites": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:cake[bites=0]"
+ },
+ "minecraft:campfire": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "signal_fire": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false]"
+ },
+ "minecraft:carrots": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:carrots[age=0]"
+ },
+ "minecraft:cartography_table": {
+ "properties": {},
+ "defaultstate": "minecraft:cartography_table"
+ },
+ "minecraft:carved_pumpkin": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:carved_pumpkin[facing=north]"
+ },
+ "minecraft:cauldron": {
+ "properties": {
+ "level": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:cauldron[level=0]"
+ },
+ "minecraft:cave_air": {
+ "properties": {},
+ "defaultstate": "minecraft:cave_air"
+ },
+ "minecraft:chain_command_block": {
+ "properties": {
+ "conditional": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:chain_command_block[conditional=false,facing=north]"
+ },
+ "minecraft:chest": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "type": {
+ "values": [
+ "single",
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:chest[facing=north,type=single,waterlogged=false]"
+ },
+ "minecraft:chipped_anvil": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:chipped_anvil[facing=north]"
+ },
+ "minecraft:chiseled_quartz_block": {
+ "properties": {},
+ "defaultstate": "minecraft:chiseled_quartz_block"
+ },
+ "minecraft:chiseled_red_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:chiseled_red_sandstone"
+ },
+ "minecraft:chiseled_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:chiseled_sandstone"
+ },
+ "minecraft:chiseled_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:chiseled_stone_bricks"
+ },
+ "minecraft:chorus_flower": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:chorus_flower[age=0]"
+ },
+ "minecraft:chorus_plant": {
+ "properties": {
+ "down": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false]"
+ },
+ "minecraft:clay": {
+ "properties": {},
+ "defaultstate": "minecraft:clay"
+ },
+ "minecraft:coal_block": {
+ "properties": {},
+ "defaultstate": "minecraft:coal_block"
+ },
+ "minecraft:coal_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:coal_ore"
+ },
+ "minecraft:coarse_dirt": {
+ "properties": {},
+ "defaultstate": "minecraft:coarse_dirt"
+ },
+ "minecraft:cobblestone": {
+ "properties": {},
+ "defaultstate": "minecraft:cobblestone"
+ },
+ "minecraft:cobblestone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cobblestone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:cobblestone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:cobblestone_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cobblestone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:cobweb": {
+ "properties": {},
+ "defaultstate": "minecraft:cobweb"
+ },
+ "minecraft:cocoa": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2"
+ ],
+ "type": "int"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:cocoa[age=0,facing=north]"
+ },
+ "minecraft:command_block": {
+ "properties": {
+ "conditional": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:command_block[conditional=false,facing=north]"
+ },
+ "minecraft:comparator": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "mode": {
+ "values": [
+ "compare",
+ "subtract"
+ ],
+ "type": "enum"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:comparator[facing=north,mode=compare,powered=false]"
+ },
+ "minecraft:composter": {
+ "properties": {
+ "level": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:composter[level=0]"
+ },
+ "minecraft:conduit": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:conduit[waterlogged=true]"
+ },
+ "minecraft:cornflower": {
+ "properties": {},
+ "defaultstate": "minecraft:cornflower"
+ },
+ "minecraft:cracked_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:cracked_stone_bricks"
+ },
+ "minecraft:crafting_table": {
+ "properties": {},
+ "defaultstate": "minecraft:crafting_table"
+ },
+ "minecraft:creeper_head": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:creeper_head[rotation=0]"
+ },
+ "minecraft:creeper_wall_head": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:creeper_wall_head[facing=north]"
+ },
+ "minecraft:cut_red_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:cut_red_sandstone"
+ },
+ "minecraft:cut_red_sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:cut_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:cut_sandstone"
+ },
+ "minecraft:cut_sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cut_sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:cyan_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:cyan_banner[rotation=0]"
+ },
+ "minecraft:cyan_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:cyan_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:cyan_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_carpet"
+ },
+ "minecraft:cyan_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_concrete"
+ },
+ "minecraft:cyan_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_concrete_powder"
+ },
+ "minecraft:cyan_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:cyan_glazed_terracotta[facing=north]"
+ },
+ "minecraft:cyan_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:cyan_shulker_box[facing=up]"
+ },
+ "minecraft:cyan_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_stained_glass"
+ },
+ "minecraft:cyan_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:cyan_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_terracotta"
+ },
+ "minecraft:cyan_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:cyan_wall_banner[facing=north]"
+ },
+ "minecraft:cyan_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_wool"
+ },
+ "minecraft:damaged_anvil": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:damaged_anvil[facing=north]"
+ },
+ "minecraft:dandelion": {
+ "properties": {},
+ "defaultstate": "minecraft:dandelion"
+ },
+ "minecraft:dark_oak_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:dark_oak_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:dark_oak_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:dark_oak_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:dark_oak_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:dark_oak_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_log[axis=y]"
+ },
+ "minecraft:dark_oak_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:dark_oak_planks"
+ },
+ "minecraft:dark_oak_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_pressure_plate[powered=false]"
+ },
+ "minecraft:dark_oak_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_sapling[stage=0]"
+ },
+ "minecraft:dark_oak_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:dark_oak_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:dark_oak_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:dark_oak_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:dark_oak_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:dark_oak_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_wood[axis=y]"
+ },
+ "minecraft:dark_prismarine": {
+ "properties": {},
+ "defaultstate": "minecraft:dark_prismarine"
+ },
+ "minecraft:dark_prismarine_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_prismarine_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:dark_prismarine_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:daylight_detector": {
+ "properties": {
+ "inverted": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "power": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:daylight_detector[inverted=false,power=0]"
+ },
+ "minecraft:dead_brain_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_brain_coral[waterlogged=true]"
+ },
+ "minecraft:dead_brain_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_brain_coral_block"
+ },
+ "minecraft:dead_brain_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_brain_coral_fan[waterlogged=true]"
+ },
+ "minecraft:dead_brain_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:dead_bubble_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_bubble_coral[waterlogged=true]"
+ },
+ "minecraft:dead_bubble_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_bubble_coral_block"
+ },
+ "minecraft:dead_bubble_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_bubble_coral_fan[waterlogged=true]"
+ },
+ "minecraft:dead_bubble_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:dead_bush": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_bush"
+ },
+ "minecraft:dead_fire_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_fire_coral[waterlogged=true]"
+ },
+ "minecraft:dead_fire_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_fire_coral_block"
+ },
+ "minecraft:dead_fire_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_fire_coral_fan[waterlogged=true]"
+ },
+ "minecraft:dead_fire_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:dead_horn_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_horn_coral[waterlogged=true]"
+ },
+ "minecraft:dead_horn_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_horn_coral_block"
+ },
+ "minecraft:dead_horn_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_horn_coral_fan[waterlogged=true]"
+ },
+ "minecraft:dead_horn_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:dead_tube_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_tube_coral[waterlogged=true]"
+ },
+ "minecraft:dead_tube_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_tube_coral_block"
+ },
+ "minecraft:dead_tube_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_tube_coral_fan[waterlogged=true]"
+ },
+ "minecraft:dead_tube_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:detector_rail": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "shape": {
+ "values": [
+ "north_south",
+ "east_west",
+ "ascending_east",
+ "ascending_west",
+ "ascending_north",
+ "ascending_south"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:detector_rail[powered=false,shape=north_south]"
+ },
+ "minecraft:diamond_block": {
+ "properties": {},
+ "defaultstate": "minecraft:diamond_block"
+ },
+ "minecraft:diamond_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:diamond_ore"
+ },
+ "minecraft:diorite": {
+ "properties": {},
+ "defaultstate": "minecraft:diorite"
+ },
+ "minecraft:diorite_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:diorite_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:diorite_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:diorite_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:diorite_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:dirt": {
+ "properties": {},
+ "defaultstate": "minecraft:dirt"
+ },
+ "minecraft:dispenser": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "triggered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dispenser[facing=north,triggered=false]"
+ },
+ "minecraft:dragon_egg": {
+ "properties": {},
+ "defaultstate": "minecraft:dragon_egg"
+ },
+ "minecraft:dragon_head": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:dragon_head[rotation=0]"
+ },
+ "minecraft:dragon_wall_head": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:dragon_wall_head[facing=north]"
+ },
+ "minecraft:dried_kelp_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dried_kelp_block"
+ },
+ "minecraft:dropper": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "triggered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dropper[facing=north,triggered=false]"
+ },
+ "minecraft:emerald_block": {
+ "properties": {},
+ "defaultstate": "minecraft:emerald_block"
+ },
+ "minecraft:emerald_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:emerald_ore"
+ },
+ "minecraft:enchanting_table": {
+ "properties": {},
+ "defaultstate": "minecraft:enchanting_table"
+ },
+ "minecraft:end_gateway": {
+ "properties": {},
+ "defaultstate": "minecraft:end_gateway"
+ },
+ "minecraft:end_portal": {
+ "properties": {},
+ "defaultstate": "minecraft:end_portal"
+ },
+ "minecraft:end_portal_frame": {
+ "properties": {
+ "eye": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:end_portal_frame[eye=false,facing=north]"
+ },
+ "minecraft:end_rod": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:end_rod[facing=up]"
+ },
+ "minecraft:end_stone": {
+ "properties": {},
+ "defaultstate": "minecraft:end_stone"
+ },
+ "minecraft:end_stone_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:end_stone_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:end_stone_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:end_stone_brick_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:end_stone_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:end_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:end_stone_bricks"
+ },
+ "minecraft:ender_chest": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:ender_chest[facing=north,waterlogged=false]"
+ },
+ "minecraft:farmland": {
+ "properties": {
+ "moisture": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:farmland[moisture=0]"
+ },
+ "minecraft:fern": {
+ "properties": {},
+ "defaultstate": "minecraft:fern"
+ },
+ "minecraft:fire": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false]"
+ },
+ "minecraft:fire_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:fire_coral[waterlogged=true]"
+ },
+ "minecraft:fire_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:fire_coral_block"
+ },
+ "minecraft:fire_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:fire_coral_fan[waterlogged=true]"
+ },
+ "minecraft:fire_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:fire_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:fletching_table": {
+ "properties": {},
+ "defaultstate": "minecraft:fletching_table"
+ },
+ "minecraft:flower_pot": {
+ "properties": {},
+ "defaultstate": "minecraft:flower_pot"
+ },
+ "minecraft:frosted_ice": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:frosted_ice[age=0]"
+ },
+ "minecraft:furnace": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:furnace[facing=north,lit=false]"
+ },
+ "minecraft:glass": {
+ "properties": {},
+ "defaultstate": "minecraft:glass"
+ },
+ "minecraft:glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:glowstone": {
+ "properties": {},
+ "defaultstate": "minecraft:glowstone"
+ },
+ "minecraft:gold_block": {
+ "properties": {},
+ "defaultstate": "minecraft:gold_block"
+ },
+ "minecraft:gold_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:gold_ore"
+ },
+ "minecraft:granite": {
+ "properties": {},
+ "defaultstate": "minecraft:granite"
+ },
+ "minecraft:granite_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:granite_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:granite_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:granite_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:granite_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:grass": {
+ "properties": {},
+ "defaultstate": "minecraft:grass"
+ },
+ "minecraft:grass_block": {
+ "properties": {
+ "snowy": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:grass_block[snowy=false]"
+ },
+ "minecraft:grass_path": {
+ "properties": {},
+ "defaultstate": "minecraft:grass_path"
+ },
+ "minecraft:gravel": {
+ "properties": {},
+ "defaultstate": "minecraft:gravel"
+ },
+ "minecraft:gray_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:gray_banner[rotation=0]"
+ },
+ "minecraft:gray_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:gray_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:gray_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_carpet"
+ },
+ "minecraft:gray_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_concrete"
+ },
+ "minecraft:gray_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_concrete_powder"
+ },
+ "minecraft:gray_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:gray_glazed_terracotta[facing=north]"
+ },
+ "minecraft:gray_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:gray_shulker_box[facing=up]"
+ },
+ "minecraft:gray_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_stained_glass"
+ },
+ "minecraft:gray_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:gray_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_terracotta"
+ },
+ "minecraft:gray_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:gray_wall_banner[facing=north]"
+ },
+ "minecraft:gray_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_wool"
+ },
+ "minecraft:green_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:green_banner[rotation=0]"
+ },
+ "minecraft:green_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:green_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:green_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:green_carpet"
+ },
+ "minecraft:green_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:green_concrete"
+ },
+ "minecraft:green_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:green_concrete_powder"
+ },
+ "minecraft:green_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:green_glazed_terracotta[facing=north]"
+ },
+ "minecraft:green_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:green_shulker_box[facing=up]"
+ },
+ "minecraft:green_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:green_stained_glass"
+ },
+ "minecraft:green_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:green_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:green_terracotta"
+ },
+ "minecraft:green_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:green_wall_banner[facing=north]"
+ },
+ "minecraft:green_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:green_wool"
+ },
+ "minecraft:grindstone": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:grindstone[face=wall,facing=north]"
+ },
+ "minecraft:hay_block": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:hay_block[axis=y]"
+ },
+ "minecraft:heavy_weighted_pressure_plate": {
+ "properties": {
+ "power": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:heavy_weighted_pressure_plate[power=0]"
+ },
+ "minecraft:hopper": {
+ "properties": {
+ "enabled": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "down",
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:hopper[enabled=true,facing=down]"
+ },
+ "minecraft:horn_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:horn_coral[waterlogged=true]"
+ },
+ "minecraft:horn_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:horn_coral_block"
+ },
+ "minecraft:horn_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:horn_coral_fan[waterlogged=true]"
+ },
+ "minecraft:horn_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:horn_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:ice": {
+ "properties": {},
+ "defaultstate": "minecraft:ice"
+ },
+ "minecraft:infested_chiseled_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_chiseled_stone_bricks"
+ },
+ "minecraft:infested_cobblestone": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_cobblestone"
+ },
+ "minecraft:infested_cracked_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_cracked_stone_bricks"
+ },
+ "minecraft:infested_mossy_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_mossy_stone_bricks"
+ },
+ "minecraft:infested_stone": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_stone"
+ },
+ "minecraft:infested_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_stone_bricks"
+ },
+ "minecraft:iron_bars": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:iron_block": {
+ "properties": {},
+ "defaultstate": "minecraft:iron_block"
+ },
+ "minecraft:iron_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:iron_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:iron_ore"
+ },
+ "minecraft:iron_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:jack_o_lantern": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:jack_o_lantern[facing=north]"
+ },
+ "minecraft:jigsaw": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:jigsaw[facing=up]"
+ },
+ "minecraft:jukebox": {
+ "properties": {
+ "has_record": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jukebox[has_record=false]"
+ },
+ "minecraft:jungle_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:jungle_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:jungle_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:jungle_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:jungle_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:jungle_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:jungle_log[axis=y]"
+ },
+ "minecraft:jungle_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:jungle_planks"
+ },
+ "minecraft:jungle_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_pressure_plate[powered=false]"
+ },
+ "minecraft:jungle_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:jungle_sapling[stage=0]"
+ },
+ "minecraft:jungle_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:jungle_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:jungle_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:jungle_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:jungle_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:jungle_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:jungle_wood[axis=y]"
+ },
+ "minecraft:kelp": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15",
+ "16",
+ "17",
+ "18",
+ "19",
+ "20",
+ "21",
+ "22",
+ "23",
+ "24",
+ "25"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:kelp[age=0]"
+ },
+ "minecraft:kelp_plant": {
+ "properties": {},
+ "defaultstate": "minecraft:kelp_plant"
+ },
+ "minecraft:ladder": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:ladder[facing=north,waterlogged=false]"
+ },
+ "minecraft:lantern": {
+ "properties": {
+ "hanging": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:lantern[hanging=false]"
+ },
+ "minecraft:lapis_block": {
+ "properties": {},
+ "defaultstate": "minecraft:lapis_block"
+ },
+ "minecraft:lapis_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:lapis_ore"
+ },
+ "minecraft:large_fern": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:large_fern[half=lower]"
+ },
+ "minecraft:lava": {
+ "properties": {
+ "level": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:lava[level=0]"
+ },
+ "minecraft:lectern": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "has_book": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:lectern[facing=north,has_book=false,powered=false]"
+ },
+ "minecraft:lever": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:lever[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:light_blue_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_banner[rotation=0]"
+ },
+ "minecraft:light_blue_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:light_blue_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_carpet"
+ },
+ "minecraft:light_blue_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_concrete"
+ },
+ "minecraft:light_blue_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_concrete_powder"
+ },
+ "minecraft:light_blue_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_glazed_terracotta[facing=north]"
+ },
+ "minecraft:light_blue_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_shulker_box[facing=up]"
+ },
+ "minecraft:light_blue_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_stained_glass"
+ },
+ "minecraft:light_blue_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:light_blue_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_terracotta"
+ },
+ "minecraft:light_blue_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_wall_banner[facing=north]"
+ },
+ "minecraft:light_blue_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_wool"
+ },
+ "minecraft:light_gray_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_banner[rotation=0]"
+ },
+ "minecraft:light_gray_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:light_gray_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_carpet"
+ },
+ "minecraft:light_gray_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_concrete"
+ },
+ "minecraft:light_gray_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_concrete_powder"
+ },
+ "minecraft:light_gray_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_glazed_terracotta[facing=north]"
+ },
+ "minecraft:light_gray_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_shulker_box[facing=up]"
+ },
+ "minecraft:light_gray_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_stained_glass"
+ },
+ "minecraft:light_gray_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:light_gray_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_terracotta"
+ },
+ "minecraft:light_gray_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_wall_banner[facing=north]"
+ },
+ "minecraft:light_gray_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_wool"
+ },
+ "minecraft:light_weighted_pressure_plate": {
+ "properties": {
+ "power": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:light_weighted_pressure_plate[power=0]"
+ },
+ "minecraft:lilac": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:lilac[half=lower]"
+ },
+ "minecraft:lily_of_the_valley": {
+ "properties": {},
+ "defaultstate": "minecraft:lily_of_the_valley"
+ },
+ "minecraft:lily_pad": {
+ "properties": {},
+ "defaultstate": "minecraft:lily_pad"
+ },
+ "minecraft:lime_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:lime_banner[rotation=0]"
+ },
+ "minecraft:lime_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:lime_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:lime_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_carpet"
+ },
+ "minecraft:lime_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_concrete"
+ },
+ "minecraft:lime_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_concrete_powder"
+ },
+ "minecraft:lime_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:lime_glazed_terracotta[facing=north]"
+ },
+ "minecraft:lime_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:lime_shulker_box[facing=up]"
+ },
+ "minecraft:lime_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_stained_glass"
+ },
+ "minecraft:lime_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:lime_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_terracotta"
+ },
+ "minecraft:lime_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:lime_wall_banner[facing=north]"
+ },
+ "minecraft:lime_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_wool"
+ },
+ "minecraft:loom": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:loom[facing=north]"
+ },
+ "minecraft:magenta_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:magenta_banner[rotation=0]"
+ },
+ "minecraft:magenta_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:magenta_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:magenta_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_carpet"
+ },
+ "minecraft:magenta_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_concrete"
+ },
+ "minecraft:magenta_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_concrete_powder"
+ },
+ "minecraft:magenta_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:magenta_glazed_terracotta[facing=north]"
+ },
+ "minecraft:magenta_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:magenta_shulker_box[facing=up]"
+ },
+ "minecraft:magenta_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_stained_glass"
+ },
+ "minecraft:magenta_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:magenta_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_terracotta"
+ },
+ "minecraft:magenta_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:magenta_wall_banner[facing=north]"
+ },
+ "minecraft:magenta_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_wool"
+ },
+ "minecraft:magma_block": {
+ "properties": {},
+ "defaultstate": "minecraft:magma_block"
+ },
+ "minecraft:melon": {
+ "properties": {},
+ "defaultstate": "minecraft:melon"
+ },
+ "minecraft:melon_stem": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:melon_stem[age=0]"
+ },
+ "minecraft:mossy_cobblestone": {
+ "properties": {},
+ "defaultstate": "minecraft:mossy_cobblestone"
+ },
+ "minecraft:mossy_cobblestone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:mossy_cobblestone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:mossy_cobblestone_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mossy_cobblestone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:mossy_stone_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:mossy_stone_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:mossy_stone_brick_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mossy_stone_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:mossy_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:mossy_stone_bricks"
+ },
+ "minecraft:moving_piston": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "type": {
+ "values": [
+ "normal",
+ "sticky"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:moving_piston[facing=north,type=normal]"
+ },
+ "minecraft:mushroom_stem": {
+ "properties": {
+ "down": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=true]"
+ },
+ "minecraft:mycelium": {
+ "properties": {
+ "snowy": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mycelium[snowy=false]"
+ },
+ "minecraft:nether_brick_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:nether_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:nether_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:nether_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:nether_brick_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:nether_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:nether_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:nether_bricks"
+ },
+ "minecraft:nether_portal": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:nether_portal[axis=x]"
+ },
+ "minecraft:nether_quartz_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:nether_quartz_ore"
+ },
+ "minecraft:nether_wart": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:nether_wart[age=0]"
+ },
+ "minecraft:nether_wart_block": {
+ "properties": {},
+ "defaultstate": "minecraft:nether_wart_block"
+ },
+ "minecraft:netherrack": {
+ "properties": {},
+ "defaultstate": "minecraft:netherrack"
+ },
+ "minecraft:note_block": {
+ "properties": {
+ "instrument": {
+ "values": [
+ "harp",
+ "basedrum",
+ "snare",
+ "hat",
+ "bass",
+ "flute",
+ "bell",
+ "guitar",
+ "chime",
+ "xylophone",
+ "iron_xylophone",
+ "cow_bell",
+ "didgeridoo",
+ "bit",
+ "banjo",
+ "pling"
+ ],
+ "type": "enum"
+ },
+ "note": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15",
+ "16",
+ "17",
+ "18",
+ "19",
+ "20",
+ "21",
+ "22",
+ "23",
+ "24"
+ ],
+ "type": "int"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:note_block[instrument=harp,note=0,powered=false]"
+ },
+ "minecraft:oak_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:oak_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:oak_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:oak_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:oak_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:oak_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:oak_log[axis=y]"
+ },
+ "minecraft:oak_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:oak_planks"
+ },
+ "minecraft:oak_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_pressure_plate[powered=false]"
+ },
+ "minecraft:oak_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:oak_sapling[stage=0]"
+ },
+ "minecraft:oak_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:oak_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:oak_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:oak_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:oak_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:oak_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:oak_wood[axis=y]"
+ },
+ "minecraft:observer": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:observer[facing=south,powered=false]"
+ },
+ "minecraft:obsidian": {
+ "properties": {},
+ "defaultstate": "minecraft:obsidian"
+ },
+ "minecraft:orange_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:orange_banner[rotation=0]"
+ },
+ "minecraft:orange_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:orange_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:orange_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_carpet"
+ },
+ "minecraft:orange_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_concrete"
+ },
+ "minecraft:orange_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_concrete_powder"
+ },
+ "minecraft:orange_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:orange_glazed_terracotta[facing=north]"
+ },
+ "minecraft:orange_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:orange_shulker_box[facing=up]"
+ },
+ "minecraft:orange_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_stained_glass"
+ },
+ "minecraft:orange_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:orange_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_terracotta"
+ },
+ "minecraft:orange_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_tulip"
+ },
+ "minecraft:orange_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:orange_wall_banner[facing=north]"
+ },
+ "minecraft:orange_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_wool"
+ },
+ "minecraft:oxeye_daisy": {
+ "properties": {},
+ "defaultstate": "minecraft:oxeye_daisy"
+ },
+ "minecraft:packed_ice": {
+ "properties": {},
+ "defaultstate": "minecraft:packed_ice"
+ },
+ "minecraft:peony": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:peony[half=lower]"
+ },
+ "minecraft:petrified_oak_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:petrified_oak_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:pink_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:pink_banner[rotation=0]"
+ },
+ "minecraft:pink_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:pink_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:pink_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_carpet"
+ },
+ "minecraft:pink_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_concrete"
+ },
+ "minecraft:pink_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_concrete_powder"
+ },
+ "minecraft:pink_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:pink_glazed_terracotta[facing=north]"
+ },
+ "minecraft:pink_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:pink_shulker_box[facing=up]"
+ },
+ "minecraft:pink_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_stained_glass"
+ },
+ "minecraft:pink_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:pink_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_terracotta"
+ },
+ "minecraft:pink_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_tulip"
+ },
+ "minecraft:pink_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:pink_wall_banner[facing=north]"
+ },
+ "minecraft:pink_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_wool"
+ },
+ "minecraft:piston": {
+ "properties": {
+ "extended": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:piston[extended=false,facing=north]"
+ },
+ "minecraft:piston_head": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "short": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "type": {
+ "values": [
+ "normal",
+ "sticky"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:piston_head[facing=north,short=false,type=normal]"
+ },
+ "minecraft:player_head": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:player_head[rotation=0]"
+ },
+ "minecraft:player_wall_head": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:player_wall_head[facing=north]"
+ },
+ "minecraft:podzol": {
+ "properties": {
+ "snowy": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:podzol[snowy=false]"
+ },
+ "minecraft:polished_andesite": {
+ "properties": {},
+ "defaultstate": "minecraft:polished_andesite"
+ },
+ "minecraft:polished_andesite_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_andesite_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:polished_andesite_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:polished_diorite": {
+ "properties": {},
+ "defaultstate": "minecraft:polished_diorite"
+ },
+ "minecraft:polished_diorite_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_diorite_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:polished_diorite_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:polished_granite": {
+ "properties": {},
+ "defaultstate": "minecraft:polished_granite"
+ },
+ "minecraft:polished_granite_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_granite_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:polished_granite_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:poppy": {
+ "properties": {},
+ "defaultstate": "minecraft:poppy"
+ },
+ "minecraft:potatoes": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:potatoes[age=0]"
+ },
+ "minecraft:potted_acacia_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_acacia_sapling"
+ },
+ "minecraft:potted_allium": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_allium"
+ },
+ "minecraft:potted_azure_bluet": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_azure_bluet"
+ },
+ "minecraft:potted_bamboo": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_bamboo"
+ },
+ "minecraft:potted_birch_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_birch_sapling"
+ },
+ "minecraft:potted_blue_orchid": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_blue_orchid"
+ },
+ "minecraft:potted_brown_mushroom": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_brown_mushroom"
+ },
+ "minecraft:potted_cactus": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_cactus"
+ },
+ "minecraft:potted_cornflower": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_cornflower"
+ },
+ "minecraft:potted_dandelion": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_dandelion"
+ },
+ "minecraft:potted_dark_oak_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_dark_oak_sapling"
+ },
+ "minecraft:potted_dead_bush": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_dead_bush"
+ },
+ "minecraft:potted_fern": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_fern"
+ },
+ "minecraft:potted_jungle_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_jungle_sapling"
+ },
+ "minecraft:potted_lily_of_the_valley": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_lily_of_the_valley"
+ },
+ "minecraft:potted_oak_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_oak_sapling"
+ },
+ "minecraft:potted_orange_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_orange_tulip"
+ },
+ "minecraft:potted_oxeye_daisy": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_oxeye_daisy"
+ },
+ "minecraft:potted_pink_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_pink_tulip"
+ },
+ "minecraft:potted_poppy": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_poppy"
+ },
+ "minecraft:potted_red_mushroom": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_red_mushroom"
+ },
+ "minecraft:potted_red_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_red_tulip"
+ },
+ "minecraft:potted_spruce_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_spruce_sapling"
+ },
+ "minecraft:potted_white_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_white_tulip"
+ },
+ "minecraft:potted_wither_rose": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_wither_rose"
+ },
+ "minecraft:powered_rail": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "shape": {
+ "values": [
+ "north_south",
+ "east_west",
+ "ascending_east",
+ "ascending_west",
+ "ascending_north",
+ "ascending_south"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:powered_rail[powered=false,shape=north_south]"
+ },
+ "minecraft:prismarine": {
+ "properties": {},
+ "defaultstate": "minecraft:prismarine"
+ },
+ "minecraft:prismarine_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:prismarine_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:prismarine_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:prismarine_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:prismarine_bricks"
+ },
+ "minecraft:prismarine_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:prismarine_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:prismarine_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:prismarine_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:prismarine_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:pumpkin": {
+ "properties": {},
+ "defaultstate": "minecraft:pumpkin"
+ },
+ "minecraft:pumpkin_stem": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:pumpkin_stem[age=0]"
+ },
+ "minecraft:purple_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:purple_banner[rotation=0]"
+ },
+ "minecraft:purple_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:purple_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:purple_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_carpet"
+ },
+ "minecraft:purple_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_concrete"
+ },
+ "minecraft:purple_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_concrete_powder"
+ },
+ "minecraft:purple_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:purple_glazed_terracotta[facing=north]"
+ },
+ "minecraft:purple_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:purple_shulker_box[facing=up]"
+ },
+ "minecraft:purple_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_stained_glass"
+ },
+ "minecraft:purple_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:purple_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_terracotta"
+ },
+ "minecraft:purple_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:purple_wall_banner[facing=north]"
+ },
+ "minecraft:purple_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_wool"
+ },
+ "minecraft:purpur_block": {
+ "properties": {},
+ "defaultstate": "minecraft:purpur_block"
+ },
+ "minecraft:purpur_pillar": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:purpur_pillar[axis=y]"
+ },
+ "minecraft:purpur_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:purpur_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:purpur_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:quartz_block": {
+ "properties": {},
+ "defaultstate": "minecraft:quartz_block"
+ },
+ "minecraft:quartz_pillar": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:quartz_pillar[axis=y]"
+ },
+ "minecraft:quartz_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:quartz_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:quartz_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:rail": {
+ "properties": {
+ "shape": {
+ "values": [
+ "north_south",
+ "east_west",
+ "ascending_east",
+ "ascending_west",
+ "ascending_north",
+ "ascending_south",
+ "south_east",
+ "south_west",
+ "north_west",
+ "north_east"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:rail[shape=north_south]"
+ },
+ "minecraft:red_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:red_banner[rotation=0]"
+ },
+ "minecraft:red_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:red_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:red_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:red_carpet"
+ },
+ "minecraft:red_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:red_concrete"
+ },
+ "minecraft:red_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:red_concrete_powder"
+ },
+ "minecraft:red_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:red_glazed_terracotta[facing=north]"
+ },
+ "minecraft:red_mushroom": {
+ "properties": {},
+ "defaultstate": "minecraft:red_mushroom"
+ },
+ "minecraft:red_mushroom_block": {
+ "properties": {
+ "down": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]"
+ },
+ "minecraft:red_nether_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_nether_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:red_nether_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:red_nether_brick_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_nether_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:red_nether_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:red_nether_bricks"
+ },
+ "minecraft:red_sand": {
+ "properties": {},
+ "defaultstate": "minecraft:red_sand"
+ },
+ "minecraft:red_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:red_sandstone"
+ },
+ "minecraft:red_sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:red_sandstone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:red_sandstone_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_sandstone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:red_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:red_shulker_box[facing=up]"
+ },
+ "minecraft:red_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:red_stained_glass"
+ },
+ "minecraft:red_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:red_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:red_terracotta"
+ },
+ "minecraft:red_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:red_tulip"
+ },
+ "minecraft:red_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:red_wall_banner[facing=north]"
+ },
+ "minecraft:red_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:red_wool"
+ },
+ "minecraft:redstone_block": {
+ "properties": {},
+ "defaultstate": "minecraft:redstone_block"
+ },
+ "minecraft:redstone_lamp": {
+ "properties": {
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:redstone_lamp[lit=false]"
+ },
+ "minecraft:redstone_ore": {
+ "properties": {
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:redstone_ore[lit=false]"
+ },
+ "minecraft:redstone_torch": {
+ "properties": {
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:redstone_torch[lit=true]"
+ },
+ "minecraft:redstone_wall_torch": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:redstone_wall_torch[facing=north,lit=true]"
+ },
+ "minecraft:redstone_wire": {
+ "properties": {
+ "east": {
+ "values": [
+ "up",
+ "side",
+ "none"
+ ],
+ "type": "enum"
+ },
+ "north": {
+ "values": [
+ "up",
+ "side",
+ "none"
+ ],
+ "type": "enum"
+ },
+ "power": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "south": {
+ "values": [
+ "up",
+ "side",
+ "none"
+ ],
+ "type": "enum"
+ },
+ "west": {
+ "values": [
+ "up",
+ "side",
+ "none"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none]"
+ },
+ "minecraft:repeater": {
+ "properties": {
+ "delay": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ],
+ "type": "int"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "locked": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:repeater[delay=1,facing=north,locked=false,powered=false]"
+ },
+ "minecraft:repeating_command_block": {
+ "properties": {
+ "conditional": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:repeating_command_block[conditional=false,facing=north]"
+ },
+ "minecraft:rose_bush": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:rose_bush[half=lower]"
+ },
+ "minecraft:sand": {
+ "properties": {},
+ "defaultstate": "minecraft:sand"
+ },
+ "minecraft:sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:sandstone"
+ },
+ "minecraft:sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:sandstone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:sandstone_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:sandstone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:scaffolding": {
+ "properties": {
+ "bottom": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "distance": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:scaffolding[bottom=false,distance=7,waterlogged=false]"
+ },
+ "minecraft:sea_lantern": {
+ "properties": {},
+ "defaultstate": "minecraft:sea_lantern"
+ },
+ "minecraft:sea_pickle": {
+ "properties": {
+ "pickles": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:sea_pickle[pickles=1,waterlogged=true]"
+ },
+ "minecraft:seagrass": {
+ "properties": {},
+ "defaultstate": "minecraft:seagrass"
+ },
+ "minecraft:shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:shulker_box[facing=up]"
+ },
+ "minecraft:skeleton_skull": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:skeleton_skull[rotation=0]"
+ },
+ "minecraft:skeleton_wall_skull": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:skeleton_wall_skull[facing=north]"
+ },
+ "minecraft:slime_block": {
+ "properties": {},
+ "defaultstate": "minecraft:slime_block"
+ },
+ "minecraft:smithing_table": {
+ "properties": {},
+ "defaultstate": "minecraft:smithing_table"
+ },
+ "minecraft:smoker": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smoker[facing=north,lit=false]"
+ },
+ "minecraft:smooth_quartz": {
+ "properties": {},
+ "defaultstate": "minecraft:smooth_quartz"
+ },
+ "minecraft:smooth_quartz_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_quartz_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:smooth_quartz_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:smooth_red_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:smooth_red_sandstone"
+ },
+ "minecraft:smooth_red_sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:smooth_red_sandstone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:smooth_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:smooth_sandstone"
+ },
+ "minecraft:smooth_sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:smooth_sandstone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:smooth_stone": {
+ "properties": {},
+ "defaultstate": "minecraft:smooth_stone"
+ },
+ "minecraft:smooth_stone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_stone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:snow": {
+ "properties": {
+ "layers": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:snow[layers=1]"
+ },
+ "minecraft:snow_block": {
+ "properties": {},
+ "defaultstate": "minecraft:snow_block"
+ },
+ "minecraft:soul_sand": {
+ "properties": {},
+ "defaultstate": "minecraft:soul_sand"
+ },
+ "minecraft:spawner": {
+ "properties": {},
+ "defaultstate": "minecraft:spawner"
+ },
+ "minecraft:sponge": {
+ "properties": {},
+ "defaultstate": "minecraft:sponge"
+ },
+ "minecraft:spruce_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:spruce_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:spruce_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:spruce_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:spruce_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:spruce_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:spruce_log[axis=y]"
+ },
+ "minecraft:spruce_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:spruce_planks"
+ },
+ "minecraft:spruce_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_pressure_plate[powered=false]"
+ },
+ "minecraft:spruce_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:spruce_sapling[stage=0]"
+ },
+ "minecraft:spruce_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:spruce_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:spruce_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:spruce_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:spruce_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:spruce_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:spruce_wood[axis=y]"
+ },
+ "minecraft:sticky_piston": {
+ "properties": {
+ "extended": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:sticky_piston[extended=false,facing=north]"
+ },
+ "minecraft:stone": {
+ "properties": {},
+ "defaultstate": "minecraft:stone"
+ },
+ "minecraft:stone_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:stone_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:stone_brick_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:stone_bricks"
+ },
+ "minecraft:stone_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:stone_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_pressure_plate[powered=false]"
+ },
+ "minecraft:stone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:stone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:stonecutter": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:stonecutter[facing=north]"
+ },
+ "minecraft:stripped_acacia_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_acacia_log[axis=y]"
+ },
+ "minecraft:stripped_acacia_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_acacia_wood[axis=y]"
+ },
+ "minecraft:stripped_birch_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_birch_log[axis=y]"
+ },
+ "minecraft:stripped_birch_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_birch_wood[axis=y]"
+ },
+ "minecraft:stripped_dark_oak_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_dark_oak_log[axis=y]"
+ },
+ "minecraft:stripped_dark_oak_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_dark_oak_wood[axis=y]"
+ },
+ "minecraft:stripped_jungle_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_jungle_log[axis=y]"
+ },
+ "minecraft:stripped_jungle_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_jungle_wood[axis=y]"
+ },
+ "minecraft:stripped_oak_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_oak_log[axis=y]"
+ },
+ "minecraft:stripped_oak_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_oak_wood[axis=y]"
+ },
+ "minecraft:stripped_spruce_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_spruce_log[axis=y]"
+ },
+ "minecraft:stripped_spruce_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_spruce_wood[axis=y]"
+ },
+ "minecraft:structure_block": {
+ "properties": {
+ "mode": {
+ "values": [
+ "save",
+ "load",
+ "corner",
+ "data"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:structure_block[mode=save]"
+ },
+ "minecraft:structure_void": {
+ "properties": {},
+ "defaultstate": "minecraft:structure_void"
+ },
+ "minecraft:sugar_cane": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:sugar_cane[age=0]"
+ },
+ "minecraft:sunflower": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:sunflower[half=lower]"
+ },
+ "minecraft:sweet_berry_bush": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:sweet_berry_bush[age=0]"
+ },
+ "minecraft:tall_grass": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:tall_grass[half=lower]"
+ },
+ "minecraft:tall_seagrass": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:tall_seagrass[half=lower]"
+ },
+ "minecraft:terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:terracotta"
+ },
+ "minecraft:tnt": {
+ "properties": {
+ "unstable": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tnt[unstable=false]"
+ },
+ "minecraft:torch": {
+ "properties": {},
+ "defaultstate": "minecraft:torch"
+ },
+ "minecraft:trapped_chest": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "type": {
+ "values": [
+ "single",
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:trapped_chest[facing=north,type=single,waterlogged=false]"
+ },
+ "minecraft:tripwire": {
+ "properties": {
+ "attached": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "disarmed": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tripwire[attached=false,disarmed=false,east=false,north=false,powered=false,south=false,west=false]"
+ },
+ "minecraft:tripwire_hook": {
+ "properties": {
+ "attached": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tripwire_hook[attached=false,facing=north,powered=false]"
+ },
+ "minecraft:tube_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tube_coral[waterlogged=true]"
+ },
+ "minecraft:tube_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:tube_coral_block"
+ },
+ "minecraft:tube_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tube_coral_fan[waterlogged=true]"
+ },
+ "minecraft:tube_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tube_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:turtle_egg": {
+ "properties": {
+ "eggs": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ],
+ "type": "int"
+ },
+ "hatch": {
+ "values": [
+ "0",
+ "1",
+ "2"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:turtle_egg[eggs=1,hatch=0]"
+ },
+ "minecraft:vine": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:vine[east=false,north=false,south=false,up=false,west=false]"
+ },
+ "minecraft:void_air": {
+ "properties": {},
+ "defaultstate": "minecraft:void_air"
+ },
+ "minecraft:wall_torch": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:wall_torch[facing=north]"
+ },
+ "minecraft:water": {
+ "properties": {
+ "level": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:water[level=0]"
+ },
+ "minecraft:wet_sponge": {
+ "properties": {},
+ "defaultstate": "minecraft:wet_sponge"
+ },
+ "minecraft:wheat": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:wheat[age=0]"
+ },
+ "minecraft:white_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:white_banner[rotation=0]"
+ },
+ "minecraft:white_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:white_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:white_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:white_carpet"
+ },
+ "minecraft:white_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:white_concrete"
+ },
+ "minecraft:white_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:white_concrete_powder"
+ },
+ "minecraft:white_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:white_glazed_terracotta[facing=north]"
+ },
+ "minecraft:white_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:white_shulker_box[facing=up]"
+ },
+ "minecraft:white_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:white_stained_glass"
+ },
+ "minecraft:white_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:white_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:white_terracotta"
+ },
+ "minecraft:white_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:white_tulip"
+ },
+ "minecraft:white_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:white_wall_banner[facing=north]"
+ },
+ "minecraft:white_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:white_wool"
+ },
+ "minecraft:wither_rose": {
+ "properties": {},
+ "defaultstate": "minecraft:wither_rose"
+ },
+ "minecraft:wither_skeleton_skull": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:wither_skeleton_skull[rotation=0]"
+ },
+ "minecraft:wither_skeleton_wall_skull": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:wither_skeleton_wall_skull[facing=north]"
+ },
+ "minecraft:yellow_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:yellow_banner[rotation=0]"
+ },
+ "minecraft:yellow_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:yellow_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:yellow_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_carpet"
+ },
+ "minecraft:yellow_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_concrete"
+ },
+ "minecraft:yellow_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_concrete_powder"
+ },
+ "minecraft:yellow_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:yellow_glazed_terracotta[facing=north]"
+ },
+ "minecraft:yellow_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:yellow_shulker_box[facing=up]"
+ },
+ "minecraft:yellow_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_stained_glass"
+ },
+ "minecraft:yellow_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:yellow_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_terracotta"
+ },
+ "minecraft:yellow_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:yellow_wall_banner[facing=north]"
+ },
+ "minecraft:yellow_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_wool"
+ },
+ "minecraft:zombie_head": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:zombie_head[rotation=0]"
+ },
+ "minecraft:zombie_wall_head": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:zombie_wall_head[facing=north]"
+ }
+ },
+ "items": [
+ "minecraft:acacia_boat",
+ "minecraft:acacia_button",
+ "minecraft:acacia_door",
+ "minecraft:acacia_fence",
+ "minecraft:acacia_fence_gate",
+ "minecraft:acacia_leaves",
+ "minecraft:acacia_log",
+ "minecraft:acacia_planks",
+ "minecraft:acacia_pressure_plate",
+ "minecraft:acacia_sapling",
+ "minecraft:acacia_sign",
+ "minecraft:acacia_slab",
+ "minecraft:acacia_stairs",
+ "minecraft:acacia_trapdoor",
+ "minecraft:acacia_wood",
+ "minecraft:activator_rail",
+ "minecraft:air",
+ "minecraft:allium",
+ "minecraft:andesite",
+ "minecraft:andesite_slab",
+ "minecraft:andesite_stairs",
+ "minecraft:andesite_wall",
+ "minecraft:anvil",
+ "minecraft:apple",
+ "minecraft:armor_stand",
+ "minecraft:arrow",
+ "minecraft:azure_bluet",
+ "minecraft:baked_potato",
+ "minecraft:bamboo",
+ "minecraft:barrel",
+ "minecraft:barrier",
+ "minecraft:bat_spawn_egg",
+ "minecraft:beacon",
+ "minecraft:bedrock",
+ "minecraft:beef",
+ "minecraft:beetroot",
+ "minecraft:beetroot_seeds",
+ "minecraft:beetroot_soup",
+ "minecraft:bell",
+ "minecraft:birch_boat",
+ "minecraft:birch_button",
+ "minecraft:birch_door",
+ "minecraft:birch_fence",
+ "minecraft:birch_fence_gate",
+ "minecraft:birch_leaves",
+ "minecraft:birch_log",
+ "minecraft:birch_planks",
+ "minecraft:birch_pressure_plate",
+ "minecraft:birch_sapling",
+ "minecraft:birch_sign",
+ "minecraft:birch_slab",
+ "minecraft:birch_stairs",
+ "minecraft:birch_trapdoor",
+ "minecraft:birch_wood",
+ "minecraft:black_banner",
+ "minecraft:black_bed",
+ "minecraft:black_carpet",
+ "minecraft:black_concrete",
+ "minecraft:black_concrete_powder",
+ "minecraft:black_dye",
+ "minecraft:black_glazed_terracotta",
+ "minecraft:black_shulker_box",
+ "minecraft:black_stained_glass",
+ "minecraft:black_stained_glass_pane",
+ "minecraft:black_terracotta",
+ "minecraft:black_wool",
+ "minecraft:blast_furnace",
+ "minecraft:blaze_powder",
+ "minecraft:blaze_rod",
+ "minecraft:blaze_spawn_egg",
+ "minecraft:blue_banner",
+ "minecraft:blue_bed",
+ "minecraft:blue_carpet",
+ "minecraft:blue_concrete",
+ "minecraft:blue_concrete_powder",
+ "minecraft:blue_dye",
+ "minecraft:blue_glazed_terracotta",
+ "minecraft:blue_ice",
+ "minecraft:blue_orchid",
+ "minecraft:blue_shulker_box",
+ "minecraft:blue_stained_glass",
+ "minecraft:blue_stained_glass_pane",
+ "minecraft:blue_terracotta",
+ "minecraft:blue_wool",
+ "minecraft:bone",
+ "minecraft:bone_block",
+ "minecraft:bone_meal",
+ "minecraft:book",
+ "minecraft:bookshelf",
+ "minecraft:bow",
+ "minecraft:bowl",
+ "minecraft:brain_coral",
+ "minecraft:brain_coral_block",
+ "minecraft:brain_coral_fan",
+ "minecraft:bread",
+ "minecraft:brewing_stand",
+ "minecraft:brick",
+ "minecraft:brick_slab",
+ "minecraft:brick_stairs",
+ "minecraft:brick_wall",
+ "minecraft:bricks",
+ "minecraft:brown_banner",
+ "minecraft:brown_bed",
+ "minecraft:brown_carpet",
+ "minecraft:brown_concrete",
+ "minecraft:brown_concrete_powder",
+ "minecraft:brown_dye",
+ "minecraft:brown_glazed_terracotta",
+ "minecraft:brown_mushroom",
+ "minecraft:brown_mushroom_block",
+ "minecraft:brown_shulker_box",
+ "minecraft:brown_stained_glass",
+ "minecraft:brown_stained_glass_pane",
+ "minecraft:brown_terracotta",
+ "minecraft:brown_wool",
+ "minecraft:bubble_coral",
+ "minecraft:bubble_coral_block",
+ "minecraft:bubble_coral_fan",
+ "minecraft:bucket",
+ "minecraft:cactus",
+ "minecraft:cake",
+ "minecraft:campfire",
+ "minecraft:carrot",
+ "minecraft:carrot_on_a_stick",
+ "minecraft:cartography_table",
+ "minecraft:carved_pumpkin",
+ "minecraft:cat_spawn_egg",
+ "minecraft:cauldron",
+ "minecraft:cave_spider_spawn_egg",
+ "minecraft:chain_command_block",
+ "minecraft:chainmail_boots",
+ "minecraft:chainmail_chestplate",
+ "minecraft:chainmail_helmet",
+ "minecraft:chainmail_leggings",
+ "minecraft:charcoal",
+ "minecraft:chest",
+ "minecraft:chest_minecart",
+ "minecraft:chicken",
+ "minecraft:chicken_spawn_egg",
+ "minecraft:chipped_anvil",
+ "minecraft:chiseled_quartz_block",
+ "minecraft:chiseled_red_sandstone",
+ "minecraft:chiseled_sandstone",
+ "minecraft:chiseled_stone_bricks",
+ "minecraft:chorus_flower",
+ "minecraft:chorus_fruit",
+ "minecraft:chorus_plant",
+ "minecraft:clay",
+ "minecraft:clay_ball",
+ "minecraft:clock",
+ "minecraft:coal",
+ "minecraft:coal_block",
+ "minecraft:coal_ore",
+ "minecraft:coarse_dirt",
+ "minecraft:cobblestone",
+ "minecraft:cobblestone_slab",
+ "minecraft:cobblestone_stairs",
+ "minecraft:cobblestone_wall",
+ "minecraft:cobweb",
+ "minecraft:cocoa_beans",
+ "minecraft:cod",
+ "minecraft:cod_bucket",
+ "minecraft:cod_spawn_egg",
+ "minecraft:command_block",
+ "minecraft:command_block_minecart",
+ "minecraft:comparator",
+ "minecraft:compass",
+ "minecraft:composter",
+ "minecraft:conduit",
+ "minecraft:cooked_beef",
+ "minecraft:cooked_chicken",
+ "minecraft:cooked_cod",
+ "minecraft:cooked_mutton",
+ "minecraft:cooked_porkchop",
+ "minecraft:cooked_rabbit",
+ "minecraft:cooked_salmon",
+ "minecraft:cookie",
+ "minecraft:cornflower",
+ "minecraft:cow_spawn_egg",
+ "minecraft:cracked_stone_bricks",
+ "minecraft:crafting_table",
+ "minecraft:creeper_banner_pattern",
+ "minecraft:creeper_head",
+ "minecraft:creeper_spawn_egg",
+ "minecraft:crossbow",
+ "minecraft:cut_red_sandstone",
+ "minecraft:cut_red_sandstone_slab",
+ "minecraft:cut_sandstone",
+ "minecraft:cut_sandstone_slab",
+ "minecraft:cyan_banner",
+ "minecraft:cyan_bed",
+ "minecraft:cyan_carpet",
+ "minecraft:cyan_concrete",
+ "minecraft:cyan_concrete_powder",
+ "minecraft:cyan_dye",
+ "minecraft:cyan_glazed_terracotta",
+ "minecraft:cyan_shulker_box",
+ "minecraft:cyan_stained_glass",
+ "minecraft:cyan_stained_glass_pane",
+ "minecraft:cyan_terracotta",
+ "minecraft:cyan_wool",
+ "minecraft:damaged_anvil",
+ "minecraft:dandelion",
+ "minecraft:dark_oak_boat",
+ "minecraft:dark_oak_button",
+ "minecraft:dark_oak_door",
+ "minecraft:dark_oak_fence",
+ "minecraft:dark_oak_fence_gate",
+ "minecraft:dark_oak_leaves",
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_planks",
+ "minecraft:dark_oak_pressure_plate",
+ "minecraft:dark_oak_sapling",
+ "minecraft:dark_oak_sign",
+ "minecraft:dark_oak_slab",
+ "minecraft:dark_oak_stairs",
+ "minecraft:dark_oak_trapdoor",
+ "minecraft:dark_oak_wood",
+ "minecraft:dark_prismarine",
+ "minecraft:dark_prismarine_slab",
+ "minecraft:dark_prismarine_stairs",
+ "minecraft:daylight_detector",
+ "minecraft:dead_brain_coral",
+ "minecraft:dead_brain_coral_block",
+ "minecraft:dead_brain_coral_fan",
+ "minecraft:dead_bubble_coral",
+ "minecraft:dead_bubble_coral_block",
+ "minecraft:dead_bubble_coral_fan",
+ "minecraft:dead_bush",
+ "minecraft:dead_fire_coral",
+ "minecraft:dead_fire_coral_block",
+ "minecraft:dead_fire_coral_fan",
+ "minecraft:dead_horn_coral",
+ "minecraft:dead_horn_coral_block",
+ "minecraft:dead_horn_coral_fan",
+ "minecraft:dead_tube_coral",
+ "minecraft:dead_tube_coral_block",
+ "minecraft:dead_tube_coral_fan",
+ "minecraft:debug_stick",
+ "minecraft:detector_rail",
+ "minecraft:diamond",
+ "minecraft:diamond_axe",
+ "minecraft:diamond_block",
+ "minecraft:diamond_boots",
+ "minecraft:diamond_chestplate",
+ "minecraft:diamond_helmet",
+ "minecraft:diamond_hoe",
+ "minecraft:diamond_horse_armor",
+ "minecraft:diamond_leggings",
+ "minecraft:diamond_ore",
+ "minecraft:diamond_pickaxe",
+ "minecraft:diamond_shovel",
+ "minecraft:diamond_sword",
+ "minecraft:diorite",
+ "minecraft:diorite_slab",
+ "minecraft:diorite_stairs",
+ "minecraft:diorite_wall",
+ "minecraft:dirt",
+ "minecraft:dispenser",
+ "minecraft:dolphin_spawn_egg",
+ "minecraft:donkey_spawn_egg",
+ "minecraft:dragon_breath",
+ "minecraft:dragon_egg",
+ "minecraft:dragon_head",
+ "minecraft:dried_kelp",
+ "minecraft:dried_kelp_block",
+ "minecraft:dropper",
+ "minecraft:drowned_spawn_egg",
+ "minecraft:egg",
+ "minecraft:elder_guardian_spawn_egg",
+ "minecraft:elytra",
+ "minecraft:emerald",
+ "minecraft:emerald_block",
+ "minecraft:emerald_ore",
+ "minecraft:enchanted_book",
+ "minecraft:enchanted_golden_apple",
+ "minecraft:enchanting_table",
+ "minecraft:end_crystal",
+ "minecraft:end_portal_frame",
+ "minecraft:end_rod",
+ "minecraft:end_stone",
+ "minecraft:end_stone_brick_slab",
+ "minecraft:end_stone_brick_stairs",
+ "minecraft:end_stone_brick_wall",
+ "minecraft:end_stone_bricks",
+ "minecraft:ender_chest",
+ "minecraft:ender_eye",
+ "minecraft:ender_pearl",
+ "minecraft:enderman_spawn_egg",
+ "minecraft:endermite_spawn_egg",
+ "minecraft:evoker_spawn_egg",
+ "minecraft:experience_bottle",
+ "minecraft:farmland",
+ "minecraft:feather",
+ "minecraft:fermented_spider_eye",
+ "minecraft:fern",
+ "minecraft:filled_map",
+ "minecraft:fire_charge",
+ "minecraft:fire_coral",
+ "minecraft:fire_coral_block",
+ "minecraft:fire_coral_fan",
+ "minecraft:firework_rocket",
+ "minecraft:firework_star",
+ "minecraft:fishing_rod",
+ "minecraft:fletching_table",
+ "minecraft:flint",
+ "minecraft:flint_and_steel",
+ "minecraft:flower_banner_pattern",
+ "minecraft:flower_pot",
+ "minecraft:fox_spawn_egg",
+ "minecraft:furnace",
+ "minecraft:furnace_minecart",
+ "minecraft:ghast_spawn_egg",
+ "minecraft:ghast_tear",
+ "minecraft:glass",
+ "minecraft:glass_bottle",
+ "minecraft:glass_pane",
+ "minecraft:glistering_melon_slice",
+ "minecraft:globe_banner_pattern",
+ "minecraft:glowstone",
+ "minecraft:glowstone_dust",
+ "minecraft:gold_block",
+ "minecraft:gold_ingot",
+ "minecraft:gold_nugget",
+ "minecraft:gold_ore",
+ "minecraft:golden_apple",
+ "minecraft:golden_axe",
+ "minecraft:golden_boots",
+ "minecraft:golden_carrot",
+ "minecraft:golden_chestplate",
+ "minecraft:golden_helmet",
+ "minecraft:golden_hoe",
+ "minecraft:golden_horse_armor",
+ "minecraft:golden_leggings",
+ "minecraft:golden_pickaxe",
+ "minecraft:golden_shovel",
+ "minecraft:golden_sword",
+ "minecraft:granite",
+ "minecraft:granite_slab",
+ "minecraft:granite_stairs",
+ "minecraft:granite_wall",
+ "minecraft:grass",
+ "minecraft:grass_block",
+ "minecraft:grass_path",
+ "minecraft:gravel",
+ "minecraft:gray_banner",
+ "minecraft:gray_bed",
+ "minecraft:gray_carpet",
+ "minecraft:gray_concrete",
+ "minecraft:gray_concrete_powder",
+ "minecraft:gray_dye",
+ "minecraft:gray_glazed_terracotta",
+ "minecraft:gray_shulker_box",
+ "minecraft:gray_stained_glass",
+ "minecraft:gray_stained_glass_pane",
+ "minecraft:gray_terracotta",
+ "minecraft:gray_wool",
+ "minecraft:green_banner",
+ "minecraft:green_bed",
+ "minecraft:green_carpet",
+ "minecraft:green_concrete",
+ "minecraft:green_concrete_powder",
+ "minecraft:green_dye",
+ "minecraft:green_glazed_terracotta",
+ "minecraft:green_shulker_box",
+ "minecraft:green_stained_glass",
+ "minecraft:green_stained_glass_pane",
+ "minecraft:green_terracotta",
+ "minecraft:green_wool",
+ "minecraft:grindstone",
+ "minecraft:guardian_spawn_egg",
+ "minecraft:gunpowder",
+ "minecraft:hay_block",
+ "minecraft:heart_of_the_sea",
+ "minecraft:heavy_weighted_pressure_plate",
+ "minecraft:hopper",
+ "minecraft:hopper_minecart",
+ "minecraft:horn_coral",
+ "minecraft:horn_coral_block",
+ "minecraft:horn_coral_fan",
+ "minecraft:horse_spawn_egg",
+ "minecraft:husk_spawn_egg",
+ "minecraft:ice",
+ "minecraft:infested_chiseled_stone_bricks",
+ "minecraft:infested_cobblestone",
+ "minecraft:infested_cracked_stone_bricks",
+ "minecraft:infested_mossy_stone_bricks",
+ "minecraft:infested_stone",
+ "minecraft:infested_stone_bricks",
+ "minecraft:ink_sac",
+ "minecraft:iron_axe",
+ "minecraft:iron_bars",
+ "minecraft:iron_block",
+ "minecraft:iron_boots",
+ "minecraft:iron_chestplate",
+ "minecraft:iron_door",
+ "minecraft:iron_helmet",
+ "minecraft:iron_hoe",
+ "minecraft:iron_horse_armor",
+ "minecraft:iron_ingot",
+ "minecraft:iron_leggings",
+ "minecraft:iron_nugget",
+ "minecraft:iron_ore",
+ "minecraft:iron_pickaxe",
+ "minecraft:iron_shovel",
+ "minecraft:iron_sword",
+ "minecraft:iron_trapdoor",
+ "minecraft:item_frame",
+ "minecraft:jack_o_lantern",
+ "minecraft:jigsaw",
+ "minecraft:jukebox",
+ "minecraft:jungle_boat",
+ "minecraft:jungle_button",
+ "minecraft:jungle_door",
+ "minecraft:jungle_fence",
+ "minecraft:jungle_fence_gate",
+ "minecraft:jungle_leaves",
+ "minecraft:jungle_log",
+ "minecraft:jungle_planks",
+ "minecraft:jungle_pressure_plate",
+ "minecraft:jungle_sapling",
+ "minecraft:jungle_sign",
+ "minecraft:jungle_slab",
+ "minecraft:jungle_stairs",
+ "minecraft:jungle_trapdoor",
+ "minecraft:jungle_wood",
+ "minecraft:kelp",
+ "minecraft:knowledge_book",
+ "minecraft:ladder",
+ "minecraft:lantern",
+ "minecraft:lapis_block",
+ "minecraft:lapis_lazuli",
+ "minecraft:lapis_ore",
+ "minecraft:large_fern",
+ "minecraft:lava_bucket",
+ "minecraft:lead",
+ "minecraft:leather",
+ "minecraft:leather_boots",
+ "minecraft:leather_chestplate",
+ "minecraft:leather_helmet",
+ "minecraft:leather_horse_armor",
+ "minecraft:leather_leggings",
+ "minecraft:lectern",
+ "minecraft:lever",
+ "minecraft:light_blue_banner",
+ "minecraft:light_blue_bed",
+ "minecraft:light_blue_carpet",
+ "minecraft:light_blue_concrete",
+ "minecraft:light_blue_concrete_powder",
+ "minecraft:light_blue_dye",
+ "minecraft:light_blue_glazed_terracotta",
+ "minecraft:light_blue_shulker_box",
+ "minecraft:light_blue_stained_glass",
+ "minecraft:light_blue_stained_glass_pane",
+ "minecraft:light_blue_terracotta",
+ "minecraft:light_blue_wool",
+ "minecraft:light_gray_banner",
+ "minecraft:light_gray_bed",
+ "minecraft:light_gray_carpet",
+ "minecraft:light_gray_concrete",
+ "minecraft:light_gray_concrete_powder",
+ "minecraft:light_gray_dye",
+ "minecraft:light_gray_glazed_terracotta",
+ "minecraft:light_gray_shulker_box",
+ "minecraft:light_gray_stained_glass",
+ "minecraft:light_gray_stained_glass_pane",
+ "minecraft:light_gray_terracotta",
+ "minecraft:light_gray_wool",
+ "minecraft:light_weighted_pressure_plate",
+ "minecraft:lilac",
+ "minecraft:lily_of_the_valley",
+ "minecraft:lily_pad",
+ "minecraft:lime_banner",
+ "minecraft:lime_bed",
+ "minecraft:lime_carpet",
+ "minecraft:lime_concrete",
+ "minecraft:lime_concrete_powder",
+ "minecraft:lime_dye",
+ "minecraft:lime_glazed_terracotta",
+ "minecraft:lime_shulker_box",
+ "minecraft:lime_stained_glass",
+ "minecraft:lime_stained_glass_pane",
+ "minecraft:lime_terracotta",
+ "minecraft:lime_wool",
+ "minecraft:lingering_potion",
+ "minecraft:llama_spawn_egg",
+ "minecraft:loom",
+ "minecraft:magenta_banner",
+ "minecraft:magenta_bed",
+ "minecraft:magenta_carpet",
+ "minecraft:magenta_concrete",
+ "minecraft:magenta_concrete_powder",
+ "minecraft:magenta_dye",
+ "minecraft:magenta_glazed_terracotta",
+ "minecraft:magenta_shulker_box",
+ "minecraft:magenta_stained_glass",
+ "minecraft:magenta_stained_glass_pane",
+ "minecraft:magenta_terracotta",
+ "minecraft:magenta_wool",
+ "minecraft:magma_block",
+ "minecraft:magma_cream",
+ "minecraft:magma_cube_spawn_egg",
+ "minecraft:map",
+ "minecraft:melon",
+ "minecraft:melon_seeds",
+ "minecraft:melon_slice",
+ "minecraft:milk_bucket",
+ "minecraft:minecart",
+ "minecraft:mojang_banner_pattern",
+ "minecraft:mooshroom_spawn_egg",
+ "minecraft:mossy_cobblestone",
+ "minecraft:mossy_cobblestone_slab",
+ "minecraft:mossy_cobblestone_stairs",
+ "minecraft:mossy_cobblestone_wall",
+ "minecraft:mossy_stone_brick_slab",
+ "minecraft:mossy_stone_brick_stairs",
+ "minecraft:mossy_stone_brick_wall",
+ "minecraft:mossy_stone_bricks",
+ "minecraft:mule_spawn_egg",
+ "minecraft:mushroom_stem",
+ "minecraft:mushroom_stew",
+ "minecraft:music_disc_11",
+ "minecraft:music_disc_13",
+ "minecraft:music_disc_blocks",
+ "minecraft:music_disc_cat",
+ "minecraft:music_disc_chirp",
+ "minecraft:music_disc_far",
+ "minecraft:music_disc_mall",
+ "minecraft:music_disc_mellohi",
+ "minecraft:music_disc_stal",
+ "minecraft:music_disc_strad",
+ "minecraft:music_disc_wait",
+ "minecraft:music_disc_ward",
+ "minecraft:mutton",
+ "minecraft:mycelium",
+ "minecraft:name_tag",
+ "minecraft:nautilus_shell",
+ "minecraft:nether_brick",
+ "minecraft:nether_brick_fence",
+ "minecraft:nether_brick_slab",
+ "minecraft:nether_brick_stairs",
+ "minecraft:nether_brick_wall",
+ "minecraft:nether_bricks",
+ "minecraft:nether_quartz_ore",
+ "minecraft:nether_star",
+ "minecraft:nether_wart",
+ "minecraft:nether_wart_block",
+ "minecraft:netherrack",
+ "minecraft:note_block",
+ "minecraft:oak_boat",
+ "minecraft:oak_button",
+ "minecraft:oak_door",
+ "minecraft:oak_fence",
+ "minecraft:oak_fence_gate",
+ "minecraft:oak_leaves",
+ "minecraft:oak_log",
+ "minecraft:oak_planks",
+ "minecraft:oak_pressure_plate",
+ "minecraft:oak_sapling",
+ "minecraft:oak_sign",
+ "minecraft:oak_slab",
+ "minecraft:oak_stairs",
+ "minecraft:oak_trapdoor",
+ "minecraft:oak_wood",
+ "minecraft:observer",
+ "minecraft:obsidian",
+ "minecraft:ocelot_spawn_egg",
+ "minecraft:orange_banner",
+ "minecraft:orange_bed",
+ "minecraft:orange_carpet",
+ "minecraft:orange_concrete",
+ "minecraft:orange_concrete_powder",
+ "minecraft:orange_dye",
+ "minecraft:orange_glazed_terracotta",
+ "minecraft:orange_shulker_box",
+ "minecraft:orange_stained_glass",
+ "minecraft:orange_stained_glass_pane",
+ "minecraft:orange_terracotta",
+ "minecraft:orange_tulip",
+ "minecraft:orange_wool",
+ "minecraft:oxeye_daisy",
+ "minecraft:packed_ice",
+ "minecraft:painting",
+ "minecraft:panda_spawn_egg",
+ "minecraft:paper",
+ "minecraft:parrot_spawn_egg",
+ "minecraft:peony",
+ "minecraft:petrified_oak_slab",
+ "minecraft:phantom_membrane",
+ "minecraft:phantom_spawn_egg",
+ "minecraft:pig_spawn_egg",
+ "minecraft:pillager_spawn_egg",
+ "minecraft:pink_banner",
+ "minecraft:pink_bed",
+ "minecraft:pink_carpet",
+ "minecraft:pink_concrete",
+ "minecraft:pink_concrete_powder",
+ "minecraft:pink_dye",
+ "minecraft:pink_glazed_terracotta",
+ "minecraft:pink_shulker_box",
+ "minecraft:pink_stained_glass",
+ "minecraft:pink_stained_glass_pane",
+ "minecraft:pink_terracotta",
+ "minecraft:pink_tulip",
+ "minecraft:pink_wool",
+ "minecraft:piston",
+ "minecraft:player_head",
+ "minecraft:podzol",
+ "minecraft:poisonous_potato",
+ "minecraft:polar_bear_spawn_egg",
+ "minecraft:polished_andesite",
+ "minecraft:polished_andesite_slab",
+ "minecraft:polished_andesite_stairs",
+ "minecraft:polished_diorite",
+ "minecraft:polished_diorite_slab",
+ "minecraft:polished_diorite_stairs",
+ "minecraft:polished_granite",
+ "minecraft:polished_granite_slab",
+ "minecraft:polished_granite_stairs",
+ "minecraft:popped_chorus_fruit",
+ "minecraft:poppy",
+ "minecraft:porkchop",
+ "minecraft:potato",
+ "minecraft:potion",
+ "minecraft:powered_rail",
+ "minecraft:prismarine",
+ "minecraft:prismarine_brick_slab",
+ "minecraft:prismarine_brick_stairs",
+ "minecraft:prismarine_bricks",
+ "minecraft:prismarine_crystals",
+ "minecraft:prismarine_shard",
+ "minecraft:prismarine_slab",
+ "minecraft:prismarine_stairs",
+ "minecraft:prismarine_wall",
+ "minecraft:pufferfish",
+ "minecraft:pufferfish_bucket",
+ "minecraft:pufferfish_spawn_egg",
+ "minecraft:pumpkin",
+ "minecraft:pumpkin_pie",
+ "minecraft:pumpkin_seeds",
+ "minecraft:purple_banner",
+ "minecraft:purple_bed",
+ "minecraft:purple_carpet",
+ "minecraft:purple_concrete",
+ "minecraft:purple_concrete_powder",
+ "minecraft:purple_dye",
+ "minecraft:purple_glazed_terracotta",
+ "minecraft:purple_shulker_box",
+ "minecraft:purple_stained_glass",
+ "minecraft:purple_stained_glass_pane",
+ "minecraft:purple_terracotta",
+ "minecraft:purple_wool",
+ "minecraft:purpur_block",
+ "minecraft:purpur_pillar",
+ "minecraft:purpur_slab",
+ "minecraft:purpur_stairs",
+ "minecraft:quartz",
+ "minecraft:quartz_block",
+ "minecraft:quartz_pillar",
+ "minecraft:quartz_slab",
+ "minecraft:quartz_stairs",
+ "minecraft:rabbit",
+ "minecraft:rabbit_foot",
+ "minecraft:rabbit_hide",
+ "minecraft:rabbit_spawn_egg",
+ "minecraft:rabbit_stew",
+ "minecraft:rail",
+ "minecraft:ravager_spawn_egg",
+ "minecraft:red_banner",
+ "minecraft:red_bed",
+ "minecraft:red_carpet",
+ "minecraft:red_concrete",
+ "minecraft:red_concrete_powder",
+ "minecraft:red_dye",
+ "minecraft:red_glazed_terracotta",
+ "minecraft:red_mushroom",
+ "minecraft:red_mushroom_block",
+ "minecraft:red_nether_brick_slab",
+ "minecraft:red_nether_brick_stairs",
+ "minecraft:red_nether_brick_wall",
+ "minecraft:red_nether_bricks",
+ "minecraft:red_sand",
+ "minecraft:red_sandstone",
+ "minecraft:red_sandstone_slab",
+ "minecraft:red_sandstone_stairs",
+ "minecraft:red_sandstone_wall",
+ "minecraft:red_shulker_box",
+ "minecraft:red_stained_glass",
+ "minecraft:red_stained_glass_pane",
+ "minecraft:red_terracotta",
+ "minecraft:red_tulip",
+ "minecraft:red_wool",
+ "minecraft:redstone",
+ "minecraft:redstone_block",
+ "minecraft:redstone_lamp",
+ "minecraft:redstone_ore",
+ "minecraft:redstone_torch",
+ "minecraft:repeater",
+ "minecraft:repeating_command_block",
+ "minecraft:rose_bush",
+ "minecraft:rotten_flesh",
+ "minecraft:saddle",
+ "minecraft:salmon",
+ "minecraft:salmon_bucket",
+ "minecraft:salmon_spawn_egg",
+ "minecraft:sand",
+ "minecraft:sandstone",
+ "minecraft:sandstone_slab",
+ "minecraft:sandstone_stairs",
+ "minecraft:sandstone_wall",
+ "minecraft:scaffolding",
+ "minecraft:scute",
+ "minecraft:sea_lantern",
+ "minecraft:sea_pickle",
+ "minecraft:seagrass",
+ "minecraft:shears",
+ "minecraft:sheep_spawn_egg",
+ "minecraft:shield",
+ "minecraft:shulker_box",
+ "minecraft:shulker_shell",
+ "minecraft:shulker_spawn_egg",
+ "minecraft:silverfish_spawn_egg",
+ "minecraft:skeleton_horse_spawn_egg",
+ "minecraft:skeleton_skull",
+ "minecraft:skeleton_spawn_egg",
+ "minecraft:skull_banner_pattern",
+ "minecraft:slime_ball",
+ "minecraft:slime_block",
+ "minecraft:slime_spawn_egg",
+ "minecraft:smithing_table",
+ "minecraft:smoker",
+ "minecraft:smooth_quartz",
+ "minecraft:smooth_quartz_slab",
+ "minecraft:smooth_quartz_stairs",
+ "minecraft:smooth_red_sandstone",
+ "minecraft:smooth_red_sandstone_slab",
+ "minecraft:smooth_red_sandstone_stairs",
+ "minecraft:smooth_sandstone",
+ "minecraft:smooth_sandstone_slab",
+ "minecraft:smooth_sandstone_stairs",
+ "minecraft:smooth_stone",
+ "minecraft:smooth_stone_slab",
+ "minecraft:snow",
+ "minecraft:snow_block",
+ "minecraft:snowball",
+ "minecraft:soul_sand",
+ "minecraft:spawner",
+ "minecraft:spectral_arrow",
+ "minecraft:spider_eye",
+ "minecraft:spider_spawn_egg",
+ "minecraft:splash_potion",
+ "minecraft:sponge",
+ "minecraft:spruce_boat",
+ "minecraft:spruce_button",
+ "minecraft:spruce_door",
+ "minecraft:spruce_fence",
+ "minecraft:spruce_fence_gate",
+ "minecraft:spruce_leaves",
+ "minecraft:spruce_log",
+ "minecraft:spruce_planks",
+ "minecraft:spruce_pressure_plate",
+ "minecraft:spruce_sapling",
+ "minecraft:spruce_sign",
+ "minecraft:spruce_slab",
+ "minecraft:spruce_stairs",
+ "minecraft:spruce_trapdoor",
+ "minecraft:spruce_wood",
+ "minecraft:squid_spawn_egg",
+ "minecraft:stick",
+ "minecraft:sticky_piston",
+ "minecraft:stone",
+ "minecraft:stone_axe",
+ "minecraft:stone_brick_slab",
+ "minecraft:stone_brick_stairs",
+ "minecraft:stone_brick_wall",
+ "minecraft:stone_bricks",
+ "minecraft:stone_button",
+ "minecraft:stone_hoe",
+ "minecraft:stone_pickaxe",
+ "minecraft:stone_pressure_plate",
+ "minecraft:stone_shovel",
+ "minecraft:stone_slab",
+ "minecraft:stone_stairs",
+ "minecraft:stone_sword",
+ "minecraft:stonecutter",
+ "minecraft:stray_spawn_egg",
+ "minecraft:string",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood",
+ "minecraft:structure_block",
+ "minecraft:structure_void",
+ "minecraft:sugar",
+ "minecraft:sugar_cane",
+ "minecraft:sunflower",
+ "minecraft:suspicious_stew",
+ "minecraft:sweet_berries",
+ "minecraft:tall_grass",
+ "minecraft:terracotta",
+ "minecraft:tipped_arrow",
+ "minecraft:tnt",
+ "minecraft:tnt_minecart",
+ "minecraft:torch",
+ "minecraft:totem_of_undying",
+ "minecraft:trader_llama_spawn_egg",
+ "minecraft:trapped_chest",
+ "minecraft:trident",
+ "minecraft:tripwire_hook",
+ "minecraft:tropical_fish",
+ "minecraft:tropical_fish_bucket",
+ "minecraft:tropical_fish_spawn_egg",
+ "minecraft:tube_coral",
+ "minecraft:tube_coral_block",
+ "minecraft:tube_coral_fan",
+ "minecraft:turtle_egg",
+ "minecraft:turtle_helmet",
+ "minecraft:turtle_spawn_egg",
+ "minecraft:vex_spawn_egg",
+ "minecraft:villager_spawn_egg",
+ "minecraft:vindicator_spawn_egg",
+ "minecraft:vine",
+ "minecraft:wandering_trader_spawn_egg",
+ "minecraft:water_bucket",
+ "minecraft:wet_sponge",
+ "minecraft:wheat",
+ "minecraft:wheat_seeds",
+ "minecraft:white_banner",
+ "minecraft:white_bed",
+ "minecraft:white_carpet",
+ "minecraft:white_concrete",
+ "minecraft:white_concrete_powder",
+ "minecraft:white_dye",
+ "minecraft:white_glazed_terracotta",
+ "minecraft:white_shulker_box",
+ "minecraft:white_stained_glass",
+ "minecraft:white_stained_glass_pane",
+ "minecraft:white_terracotta",
+ "minecraft:white_tulip",
+ "minecraft:white_wool",
+ "minecraft:witch_spawn_egg",
+ "minecraft:wither_rose",
+ "minecraft:wither_skeleton_skull",
+ "minecraft:wither_skeleton_spawn_egg",
+ "minecraft:wolf_spawn_egg",
+ "minecraft:wooden_axe",
+ "minecraft:wooden_hoe",
+ "minecraft:wooden_pickaxe",
+ "minecraft:wooden_shovel",
+ "minecraft:wooden_sword",
+ "minecraft:writable_book",
+ "minecraft:written_book",
+ "minecraft:yellow_banner",
+ "minecraft:yellow_bed",
+ "minecraft:yellow_carpet",
+ "minecraft:yellow_concrete",
+ "minecraft:yellow_concrete_powder",
+ "minecraft:yellow_dye",
+ "minecraft:yellow_glazed_terracotta",
+ "minecraft:yellow_shulker_box",
+ "minecraft:yellow_stained_glass",
+ "minecraft:yellow_stained_glass_pane",
+ "minecraft:yellow_terracotta",
+ "minecraft:yellow_wool",
+ "minecraft:zombie_head",
+ "minecraft:zombie_horse_spawn_egg",
+ "minecraft:zombie_pigman_spawn_egg",
+ "minecraft:zombie_spawn_egg",
+ "minecraft:zombie_villager_spawn_egg"
+ ],
+ "entities": [
+ "minecraft:area_effect_cloud",
+ "minecraft:armor_stand",
+ "minecraft:arrow",
+ "minecraft:bat",
+ "minecraft:blaze",
+ "minecraft:boat",
+ "minecraft:cat",
+ "minecraft:cave_spider",
+ "minecraft:chest_minecart",
+ "minecraft:chicken",
+ "minecraft:cod",
+ "minecraft:command_block_minecart",
+ "minecraft:cow",
+ "minecraft:creeper",
+ "minecraft:dolphin",
+ "minecraft:donkey",
+ "minecraft:dragon_fireball",
+ "minecraft:drowned",
+ "minecraft:egg",
+ "minecraft:elder_guardian",
+ "minecraft:end_crystal",
+ "minecraft:ender_dragon",
+ "minecraft:ender_pearl",
+ "minecraft:enderman",
+ "minecraft:endermite",
+ "minecraft:evoker",
+ "minecraft:evoker_fangs",
+ "minecraft:experience_bottle",
+ "minecraft:experience_orb",
+ "minecraft:eye_of_ender",
+ "minecraft:falling_block",
+ "minecraft:fireball",
+ "minecraft:firework_rocket",
+ "minecraft:fishing_bobber",
+ "minecraft:fox",
+ "minecraft:furnace_minecart",
+ "minecraft:ghast",
+ "minecraft:giant",
+ "minecraft:guardian",
+ "minecraft:hopper_minecart",
+ "minecraft:horse",
+ "minecraft:husk",
+ "minecraft:illusioner",
+ "minecraft:iron_golem",
+ "minecraft:item",
+ "minecraft:item_frame",
+ "minecraft:leash_knot",
+ "minecraft:lightning_bolt",
+ "minecraft:llama",
+ "minecraft:llama_spit",
+ "minecraft:magma_cube",
+ "minecraft:minecart",
+ "minecraft:mooshroom",
+ "minecraft:mule",
+ "minecraft:ocelot",
+ "minecraft:painting",
+ "minecraft:panda",
+ "minecraft:parrot",
+ "minecraft:phantom",
+ "minecraft:pig",
+ "minecraft:pillager",
+ "minecraft:player",
+ "minecraft:polar_bear",
+ "minecraft:potion",
+ "minecraft:pufferfish",
+ "minecraft:rabbit",
+ "minecraft:ravager",
+ "minecraft:salmon",
+ "minecraft:sheep",
+ "minecraft:shulker",
+ "minecraft:shulker_bullet",
+ "minecraft:silverfish",
+ "minecraft:skeleton",
+ "minecraft:skeleton_horse",
+ "minecraft:slime",
+ "minecraft:small_fireball",
+ "minecraft:snow_golem",
+ "minecraft:snowball",
+ "minecraft:spawner_minecart",
+ "minecraft:spectral_arrow",
+ "minecraft:spider",
+ "minecraft:squid",
+ "minecraft:stray",
+ "minecraft:tnt",
+ "minecraft:tnt_minecart",
+ "minecraft:trader_llama",
+ "minecraft:trident",
+ "minecraft:tropical_fish",
+ "minecraft:turtle",
+ "minecraft:vex",
+ "minecraft:villager",
+ "minecraft:vindicator",
+ "minecraft:wandering_trader",
+ "minecraft:witch",
+ "minecraft:wither",
+ "minecraft:wither_skeleton",
+ "minecraft:wither_skull",
+ "minecraft:wolf",
+ "minecraft:zombie",
+ "minecraft:zombie_horse",
+ "minecraft:zombie_pigman",
+ "minecraft:zombie_villager"
+ ],
+ "biomes": [
+ "minecraft:badlands",
+ "minecraft:badlands_plateau",
+ "minecraft:bamboo_jungle",
+ "minecraft:bamboo_jungle_hills",
+ "minecraft:beach",
+ "minecraft:birch_forest",
+ "minecraft:birch_forest_hills",
+ "minecraft:cold_ocean",
+ "minecraft:dark_forest",
+ "minecraft:dark_forest_hills",
+ "minecraft:deep_cold_ocean",
+ "minecraft:deep_frozen_ocean",
+ "minecraft:deep_lukewarm_ocean",
+ "minecraft:deep_ocean",
+ "minecraft:deep_warm_ocean",
+ "minecraft:desert",
+ "minecraft:desert_hills",
+ "minecraft:desert_lakes",
+ "minecraft:end_barrens",
+ "minecraft:end_highlands",
+ "minecraft:end_midlands",
+ "minecraft:eroded_badlands",
+ "minecraft:flower_forest",
+ "minecraft:forest",
+ "minecraft:frozen_ocean",
+ "minecraft:frozen_river",
+ "minecraft:giant_spruce_taiga",
+ "minecraft:giant_spruce_taiga_hills",
+ "minecraft:giant_tree_taiga",
+ "minecraft:giant_tree_taiga_hills",
+ "minecraft:gravelly_mountains",
+ "minecraft:ice_spikes",
+ "minecraft:jungle",
+ "minecraft:jungle_edge",
+ "minecraft:jungle_hills",
+ "minecraft:lukewarm_ocean",
+ "minecraft:modified_badlands_plateau",
+ "minecraft:modified_gravelly_mountains",
+ "minecraft:modified_jungle",
+ "minecraft:modified_jungle_edge",
+ "minecraft:modified_wooded_badlands_plateau",
+ "minecraft:mountain_edge",
+ "minecraft:mountains",
+ "minecraft:mushroom_field_shore",
+ "minecraft:mushroom_fields",
+ "minecraft:nether",
+ "minecraft:ocean",
+ "minecraft:plains",
+ "minecraft:river",
+ "minecraft:savanna",
+ "minecraft:savanna_plateau",
+ "minecraft:shattered_savanna",
+ "minecraft:shattered_savanna_plateau",
+ "minecraft:small_end_islands",
+ "minecraft:snowy_beach",
+ "minecraft:snowy_mountains",
+ "minecraft:snowy_taiga",
+ "minecraft:snowy_taiga_hills",
+ "minecraft:snowy_taiga_mountains",
+ "minecraft:snowy_tundra",
+ "minecraft:stone_shore",
+ "minecraft:sunflower_plains",
+ "minecraft:swamp",
+ "minecraft:swamp_hills",
+ "minecraft:taiga",
+ "minecraft:taiga_hills",
+ "minecraft:taiga_mountains",
+ "minecraft:tall_birch_forest",
+ "minecraft:tall_birch_hills",
+ "minecraft:the_end",
+ "minecraft:the_void",
+ "minecraft:warm_ocean",
+ "minecraft:wooded_badlands_plateau",
+ "minecraft:wooded_hills",
+ "minecraft:wooded_mountains"
+ ],
+ "blocktags": {
+ "minecraft:slabs": [
+ "minecraft:stone_slab",
+ "minecraft:smooth_stone_slab",
+ "minecraft:stone_brick_slab",
+ "minecraft:sandstone_slab",
+ "minecraft:acacia_slab",
+ "minecraft:birch_slab",
+ "minecraft:dark_oak_slab",
+ "minecraft:jungle_slab",
+ "minecraft:oak_slab",
+ "minecraft:spruce_slab",
+ "minecraft:purpur_slab",
+ "minecraft:quartz_slab",
+ "minecraft:red_sandstone_slab",
+ "minecraft:brick_slab",
+ "minecraft:cobblestone_slab",
+ "minecraft:nether_brick_slab",
+ "minecraft:petrified_oak_slab",
+ "minecraft:prismarine_slab",
+ "minecraft:prismarine_brick_slab",
+ "minecraft:dark_prismarine_slab",
+ "minecraft:polished_granite_slab",
+ "minecraft:smooth_red_sandstone_slab",
+ "minecraft:mossy_stone_brick_slab",
+ "minecraft:polished_diorite_slab",
+ "minecraft:mossy_cobblestone_slab",
+ "minecraft:end_stone_brick_slab",
+ "minecraft:smooth_sandstone_slab",
+ "minecraft:smooth_quartz_slab",
+ "minecraft:granite_slab",
+ "minecraft:andesite_slab",
+ "minecraft:red_nether_brick_slab",
+ "minecraft:polished_andesite_slab",
+ "minecraft:diorite_slab",
+ "minecraft:cut_sandstone_slab",
+ "minecraft:cut_red_sandstone_slab"
+ ],
+ "minecraft:carpets": [
+ "minecraft:white_carpet",
+ "minecraft:orange_carpet",
+ "minecraft:magenta_carpet",
+ "minecraft:light_blue_carpet",
+ "minecraft:yellow_carpet",
+ "minecraft:lime_carpet",
+ "minecraft:pink_carpet",
+ "minecraft:gray_carpet",
+ "minecraft:light_gray_carpet",
+ "minecraft:cyan_carpet",
+ "minecraft:purple_carpet",
+ "minecraft:blue_carpet",
+ "minecraft:brown_carpet",
+ "minecraft:green_carpet",
+ "minecraft:red_carpet",
+ "minecraft:black_carpet"
+ ],
+ "minecraft:stairs": [
+ "minecraft:oak_stairs",
+ "minecraft:cobblestone_stairs",
+ "minecraft:spruce_stairs",
+ "minecraft:sandstone_stairs",
+ "minecraft:acacia_stairs",
+ "minecraft:jungle_stairs",
+ "minecraft:birch_stairs",
+ "minecraft:dark_oak_stairs",
+ "minecraft:nether_brick_stairs",
+ "minecraft:stone_brick_stairs",
+ "minecraft:brick_stairs",
+ "minecraft:purpur_stairs",
+ "minecraft:quartz_stairs",
+ "minecraft:red_sandstone_stairs",
+ "minecraft:prismarine_brick_stairs",
+ "minecraft:prismarine_stairs",
+ "minecraft:dark_prismarine_stairs",
+ "minecraft:polished_granite_stairs",
+ "minecraft:smooth_red_sandstone_stairs",
+ "minecraft:mossy_stone_brick_stairs",
+ "minecraft:polished_diorite_stairs",
+ "minecraft:mossy_cobblestone_stairs",
+ "minecraft:end_stone_brick_stairs",
+ "minecraft:stone_stairs",
+ "minecraft:smooth_sandstone_stairs",
+ "minecraft:smooth_quartz_stairs",
+ "minecraft:granite_stairs",
+ "minecraft:andesite_stairs",
+ "minecraft:red_nether_brick_stairs",
+ "minecraft:polished_andesite_stairs",
+ "minecraft:diorite_stairs"
+ ],
+ "minecraft:wooden_doors": [
+ "minecraft:oak_door",
+ "minecraft:spruce_door",
+ "minecraft:birch_door",
+ "minecraft:jungle_door",
+ "minecraft:acacia_door",
+ "minecraft:dark_oak_door"
+ ],
+ "minecraft:jungle_logs": [
+ "minecraft:jungle_log",
+ "minecraft:jungle_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood"
+ ],
+ "minecraft:planks": [
+ "minecraft:oak_planks",
+ "minecraft:spruce_planks",
+ "minecraft:birch_planks",
+ "minecraft:jungle_planks",
+ "minecraft:acacia_planks",
+ "minecraft:dark_oak_planks"
+ ],
+ "minecraft:wall_corals": [
+ "minecraft:tube_coral_wall_fan",
+ "minecraft:brain_coral_wall_fan",
+ "minecraft:bubble_coral_wall_fan",
+ "minecraft:fire_coral_wall_fan",
+ "minecraft:horn_coral_wall_fan"
+ ],
+ "minecraft:acacia_logs": [
+ "minecraft:acacia_log",
+ "minecraft:acacia_wood",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood"
+ ],
+ "minecraft:wither_immune": [
+ "minecraft:barrier",
+ "minecraft:bedrock",
+ "minecraft:end_portal",
+ "minecraft:end_portal_frame",
+ "minecraft:end_gateway",
+ "minecraft:command_block",
+ "minecraft:repeating_command_block",
+ "minecraft:chain_command_block",
+ "minecraft:structure_block",
+ "minecraft:jigsaw",
+ "minecraft:moving_piston"
+ ],
+ "minecraft:flower_pots": [
+ "minecraft:flower_pot",
+ "minecraft:potted_poppy",
+ "minecraft:potted_blue_orchid",
+ "minecraft:potted_allium",
+ "minecraft:potted_azure_bluet",
+ "minecraft:potted_red_tulip",
+ "minecraft:potted_orange_tulip",
+ "minecraft:potted_white_tulip",
+ "minecraft:potted_pink_tulip",
+ "minecraft:potted_oxeye_daisy",
+ "minecraft:potted_dandelion",
+ "minecraft:potted_oak_sapling",
+ "minecraft:potted_spruce_sapling",
+ "minecraft:potted_birch_sapling",
+ "minecraft:potted_jungle_sapling",
+ "minecraft:potted_acacia_sapling",
+ "minecraft:potted_dark_oak_sapling",
+ "minecraft:potted_red_mushroom",
+ "minecraft:potted_brown_mushroom",
+ "minecraft:potted_dead_bush",
+ "minecraft:potted_fern",
+ "minecraft:potted_cactus",
+ "minecraft:potted_cornflower",
+ "minecraft:potted_lily_of_the_valley",
+ "minecraft:potted_wither_rose",
+ "minecraft:potted_bamboo"
+ ],
+ "minecraft:stone_bricks": [
+ "minecraft:stone_bricks",
+ "minecraft:mossy_stone_bricks",
+ "minecraft:cracked_stone_bricks",
+ "minecraft:chiseled_stone_bricks"
+ ],
+ "minecraft:enderman_holdable": [
+ "minecraft:grass_block",
+ "minecraft:dirt",
+ "minecraft:coarse_dirt",
+ "minecraft:podzol",
+ "minecraft:sand",
+ "minecraft:red_sand",
+ "minecraft:gravel",
+ "minecraft:brown_mushroom",
+ "minecraft:red_mushroom",
+ "minecraft:tnt",
+ "minecraft:cactus",
+ "minecraft:clay",
+ "minecraft:pumpkin",
+ "minecraft:carved_pumpkin",
+ "minecraft:melon",
+ "minecraft:mycelium",
+ "minecraft:netherrack",
+ "minecraft:dandelion",
+ "minecraft:poppy",
+ "minecraft:blue_orchid",
+ "minecraft:allium",
+ "minecraft:azure_bluet",
+ "minecraft:red_tulip",
+ "minecraft:orange_tulip",
+ "minecraft:white_tulip",
+ "minecraft:pink_tulip",
+ "minecraft:oxeye_daisy",
+ "minecraft:cornflower",
+ "minecraft:lily_of_the_valley",
+ "minecraft:wither_rose"
+ ],
+ "minecraft:spruce_logs": [
+ "minecraft:spruce_log",
+ "minecraft:spruce_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood"
+ ],
+ "minecraft:wooden_slabs": [
+ "minecraft:oak_slab",
+ "minecraft:spruce_slab",
+ "minecraft:birch_slab",
+ "minecraft:jungle_slab",
+ "minecraft:acacia_slab",
+ "minecraft:dark_oak_slab"
+ ],
+ "minecraft:coral_blocks": [
+ "minecraft:tube_coral_block",
+ "minecraft:brain_coral_block",
+ "minecraft:bubble_coral_block",
+ "minecraft:fire_coral_block",
+ "minecraft:horn_coral_block"
+ ],
+ "minecraft:signs": [
+ "minecraft:oak_sign",
+ "minecraft:spruce_sign",
+ "minecraft:birch_sign",
+ "minecraft:acacia_sign",
+ "minecraft:jungle_sign",
+ "minecraft:dark_oak_sign",
+ "minecraft:oak_wall_sign",
+ "minecraft:spruce_wall_sign",
+ "minecraft:birch_wall_sign",
+ "minecraft:acacia_wall_sign",
+ "minecraft:jungle_wall_sign",
+ "minecraft:dark_oak_wall_sign"
+ ],
+ "minecraft:dark_oak_logs": [
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_wood",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood"
+ ],
+ "minecraft:sand": [
+ "minecraft:sand",
+ "minecraft:red_sand"
+ ],
+ "minecraft:valid_spawn": [
+ "minecraft:grass_block",
+ "minecraft:podzol"
+ ],
+ "minecraft:underwater_bonemeals": [
+ "minecraft:seagrass",
+ "minecraft:tube_coral_fan",
+ "minecraft:brain_coral_fan",
+ "minecraft:bubble_coral_fan",
+ "minecraft:fire_coral_fan",
+ "minecraft:horn_coral_fan",
+ "minecraft:tube_coral",
+ "minecraft:brain_coral",
+ "minecraft:bubble_coral",
+ "minecraft:fire_coral",
+ "minecraft:horn_coral",
+ "minecraft:tube_coral_wall_fan",
+ "minecraft:brain_coral_wall_fan",
+ "minecraft:bubble_coral_wall_fan",
+ "minecraft:fire_coral_wall_fan",
+ "minecraft:horn_coral_wall_fan"
+ ],
+ "minecraft:oak_logs": [
+ "minecraft:oak_log",
+ "minecraft:oak_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood"
+ ],
+ "minecraft:buttons": [
+ "minecraft:stone_button",
+ "minecraft:oak_button",
+ "minecraft:spruce_button",
+ "minecraft:birch_button",
+ "minecraft:jungle_button",
+ "minecraft:acacia_button",
+ "minecraft:dark_oak_button"
+ ],
+ "minecraft:wooden_pressure_plates": [
+ "minecraft:oak_pressure_plate",
+ "minecraft:spruce_pressure_plate",
+ "minecraft:birch_pressure_plate",
+ "minecraft:jungle_pressure_plate",
+ "minecraft:acacia_pressure_plate",
+ "minecraft:dark_oak_pressure_plate"
+ ],
+ "minecraft:beds": [
+ "minecraft:red_bed",
+ "minecraft:black_bed",
+ "minecraft:blue_bed",
+ "minecraft:brown_bed",
+ "minecraft:cyan_bed",
+ "minecraft:gray_bed",
+ "minecraft:green_bed",
+ "minecraft:light_blue_bed",
+ "minecraft:light_gray_bed",
+ "minecraft:lime_bed",
+ "minecraft:magenta_bed",
+ "minecraft:orange_bed",
+ "minecraft:pink_bed",
+ "minecraft:purple_bed",
+ "minecraft:white_bed",
+ "minecraft:yellow_bed"
+ ],
+ "minecraft:walls": [
+ "minecraft:cobblestone_wall",
+ "minecraft:mossy_cobblestone_wall",
+ "minecraft:brick_wall",
+ "minecraft:prismarine_wall",
+ "minecraft:red_sandstone_wall",
+ "minecraft:mossy_stone_brick_wall",
+ "minecraft:granite_wall",
+ "minecraft:stone_brick_wall",
+ "minecraft:nether_brick_wall",
+ "minecraft:andesite_wall",
+ "minecraft:red_nether_brick_wall",
+ "minecraft:sandstone_wall",
+ "minecraft:end_stone_brick_wall",
+ "minecraft:diorite_wall"
+ ],
+ "minecraft:rails": [
+ "minecraft:rail",
+ "minecraft:powered_rail",
+ "minecraft:detector_rail",
+ "minecraft:activator_rail"
+ ],
+ "minecraft:birch_logs": [
+ "minecraft:birch_log",
+ "minecraft:birch_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood"
+ ],
+ "minecraft:wooden_trapdoors": [
+ "minecraft:acacia_trapdoor",
+ "minecraft:birch_trapdoor",
+ "minecraft:dark_oak_trapdoor",
+ "minecraft:jungle_trapdoor",
+ "minecraft:oak_trapdoor",
+ "minecraft:spruce_trapdoor"
+ ],
+ "minecraft:wooden_fences": [
+ "minecraft:oak_fence",
+ "minecraft:acacia_fence",
+ "minecraft:dark_oak_fence",
+ "minecraft:spruce_fence",
+ "minecraft:birch_fence",
+ "minecraft:jungle_fence"
+ ],
+ "minecraft:saplings": [
+ "minecraft:oak_sapling",
+ "minecraft:spruce_sapling",
+ "minecraft:birch_sapling",
+ "minecraft:jungle_sapling",
+ "minecraft:acacia_sapling",
+ "minecraft:dark_oak_sapling"
+ ],
+ "minecraft:small_flowers": [
+ "minecraft:dandelion",
+ "minecraft:poppy",
+ "minecraft:blue_orchid",
+ "minecraft:allium",
+ "minecraft:azure_bluet",
+ "minecraft:red_tulip",
+ "minecraft:orange_tulip",
+ "minecraft:white_tulip",
+ "minecraft:pink_tulip",
+ "minecraft:oxeye_daisy",
+ "minecraft:cornflower",
+ "minecraft:lily_of_the_valley",
+ "minecraft:wither_rose"
+ ],
+ "minecraft:bamboo_plantable_on": [
+ "minecraft:bamboo",
+ "minecraft:bamboo_sapling",
+ "minecraft:gravel",
+ "minecraft:sand",
+ "minecraft:red_sand",
+ "minecraft:dirt",
+ "minecraft:grass_block",
+ "minecraft:podzol",
+ "minecraft:coarse_dirt",
+ "minecraft:mycelium"
+ ],
+ "minecraft:ice": [
+ "minecraft:ice",
+ "minecraft:packed_ice",
+ "minecraft:blue_ice",
+ "minecraft:frosted_ice"
+ ],
+ "minecraft:wooden_stairs": [
+ "minecraft:oak_stairs",
+ "minecraft:spruce_stairs",
+ "minecraft:birch_stairs",
+ "minecraft:jungle_stairs",
+ "minecraft:acacia_stairs",
+ "minecraft:dark_oak_stairs"
+ ],
+ "minecraft:anvil": [
+ "minecraft:anvil",
+ "minecraft:chipped_anvil",
+ "minecraft:damaged_anvil"
+ ],
+ "minecraft:logs": [
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_wood",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood",
+ "minecraft:oak_log",
+ "minecraft:oak_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood",
+ "minecraft:acacia_log",
+ "minecraft:acacia_wood",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood",
+ "minecraft:birch_log",
+ "minecraft:birch_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood",
+ "minecraft:jungle_log",
+ "minecraft:jungle_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood",
+ "minecraft:spruce_log",
+ "minecraft:spruce_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood"
+ ],
+ "minecraft:corals": [
+ "minecraft:tube_coral_fan",
+ "minecraft:brain_coral_fan",
+ "minecraft:bubble_coral_fan",
+ "minecraft:fire_coral_fan",
+ "minecraft:horn_coral_fan",
+ "minecraft:tube_coral",
+ "minecraft:brain_coral",
+ "minecraft:bubble_coral",
+ "minecraft:fire_coral",
+ "minecraft:horn_coral"
+ ],
+ "minecraft:wooden_buttons": [
+ "minecraft:oak_button",
+ "minecraft:spruce_button",
+ "minecraft:birch_button",
+ "minecraft:jungle_button",
+ "minecraft:acacia_button",
+ "minecraft:dark_oak_button"
+ ],
+ "minecraft:wool": [
+ "minecraft:white_wool",
+ "minecraft:orange_wool",
+ "minecraft:magenta_wool",
+ "minecraft:light_blue_wool",
+ "minecraft:yellow_wool",
+ "minecraft:lime_wool",
+ "minecraft:pink_wool",
+ "minecraft:gray_wool",
+ "minecraft:light_gray_wool",
+ "minecraft:cyan_wool",
+ "minecraft:purple_wool",
+ "minecraft:blue_wool",
+ "minecraft:brown_wool",
+ "minecraft:green_wool",
+ "minecraft:red_wool",
+ "minecraft:black_wool"
+ ],
+ "minecraft:coral_plants": [
+ "minecraft:tube_coral",
+ "minecraft:brain_coral",
+ "minecraft:bubble_coral",
+ "minecraft:fire_coral",
+ "minecraft:horn_coral"
+ ],
+ "minecraft:banners": [
+ "minecraft:white_banner",
+ "minecraft:orange_banner",
+ "minecraft:magenta_banner",
+ "minecraft:light_blue_banner",
+ "minecraft:yellow_banner",
+ "minecraft:lime_banner",
+ "minecraft:pink_banner",
+ "minecraft:gray_banner",
+ "minecraft:light_gray_banner",
+ "minecraft:cyan_banner",
+ "minecraft:purple_banner",
+ "minecraft:blue_banner",
+ "minecraft:brown_banner",
+ "minecraft:green_banner",
+ "minecraft:red_banner",
+ "minecraft:black_banner",
+ "minecraft:white_wall_banner",
+ "minecraft:orange_wall_banner",
+ "minecraft:magenta_wall_banner",
+ "minecraft:light_blue_wall_banner",
+ "minecraft:yellow_wall_banner",
+ "minecraft:lime_wall_banner",
+ "minecraft:pink_wall_banner",
+ "minecraft:gray_wall_banner",
+ "minecraft:light_gray_wall_banner",
+ "minecraft:cyan_wall_banner",
+ "minecraft:purple_wall_banner",
+ "minecraft:blue_wall_banner",
+ "minecraft:brown_wall_banner",
+ "minecraft:green_wall_banner",
+ "minecraft:red_wall_banner",
+ "minecraft:black_wall_banner"
+ ],
+ "minecraft:dragon_immune": [
+ "minecraft:barrier",
+ "minecraft:bedrock",
+ "minecraft:end_portal",
+ "minecraft:end_portal_frame",
+ "minecraft:end_gateway",
+ "minecraft:command_block",
+ "minecraft:repeating_command_block",
+ "minecraft:chain_command_block",
+ "minecraft:structure_block",
+ "minecraft:jigsaw",
+ "minecraft:moving_piston",
+ "minecraft:obsidian",
+ "minecraft:end_stone",
+ "minecraft:iron_bars"
+ ],
+ "minecraft:doors": [
+ "minecraft:iron_door",
+ "minecraft:oak_door",
+ "minecraft:spruce_door",
+ "minecraft:birch_door",
+ "minecraft:jungle_door",
+ "minecraft:acacia_door",
+ "minecraft:dark_oak_door"
+ ],
+ "minecraft:fences": [
+ "minecraft:nether_brick_fence",
+ "minecraft:oak_fence",
+ "minecraft:acacia_fence",
+ "minecraft:dark_oak_fence",
+ "minecraft:spruce_fence",
+ "minecraft:birch_fence",
+ "minecraft:jungle_fence"
+ ],
+ "minecraft:wall_signs": [
+ "minecraft:oak_wall_sign",
+ "minecraft:spruce_wall_sign",
+ "minecraft:birch_wall_sign",
+ "minecraft:acacia_wall_sign",
+ "minecraft:jungle_wall_sign",
+ "minecraft:dark_oak_wall_sign"
+ ],
+ "minecraft:standing_signs": [
+ "minecraft:oak_sign",
+ "minecraft:spruce_sign",
+ "minecraft:birch_sign",
+ "minecraft:acacia_sign",
+ "minecraft:jungle_sign",
+ "minecraft:dark_oak_sign"
+ ],
+ "minecraft:dirt_like": [
+ "minecraft:dirt",
+ "minecraft:grass_block",
+ "minecraft:podzol",
+ "minecraft:coarse_dirt",
+ "minecraft:mycelium"
+ ],
+ "minecraft:impermeable": [
+ "minecraft:glass",
+ "minecraft:white_stained_glass",
+ "minecraft:orange_stained_glass",
+ "minecraft:magenta_stained_glass",
+ "minecraft:light_blue_stained_glass",
+ "minecraft:yellow_stained_glass",
+ "minecraft:lime_stained_glass",
+ "minecraft:pink_stained_glass",
+ "minecraft:gray_stained_glass",
+ "minecraft:light_gray_stained_glass",
+ "minecraft:cyan_stained_glass",
+ "minecraft:purple_stained_glass",
+ "minecraft:blue_stained_glass",
+ "minecraft:brown_stained_glass",
+ "minecraft:green_stained_glass",
+ "minecraft:red_stained_glass",
+ "minecraft:black_stained_glass"
+ ],
+ "minecraft:trapdoors": [
+ "minecraft:iron_trapdoor",
+ "minecraft:acacia_trapdoor",
+ "minecraft:birch_trapdoor",
+ "minecraft:dark_oak_trapdoor",
+ "minecraft:jungle_trapdoor",
+ "minecraft:oak_trapdoor",
+ "minecraft:spruce_trapdoor"
+ ],
+ "minecraft:leaves": [
+ "minecraft:jungle_leaves",
+ "minecraft:oak_leaves",
+ "minecraft:spruce_leaves",
+ "minecraft:dark_oak_leaves",
+ "minecraft:acacia_leaves",
+ "minecraft:birch_leaves"
+ ]
+ },
+ "itemtags": {
+ "minecraft:boats": [
+ "minecraft:oak_boat",
+ "minecraft:spruce_boat",
+ "minecraft:birch_boat",
+ "minecraft:jungle_boat",
+ "minecraft:acacia_boat",
+ "minecraft:dark_oak_boat"
+ ],
+ "minecraft:banners": [
+ "minecraft:white_banner",
+ "minecraft:orange_banner",
+ "minecraft:magenta_banner",
+ "minecraft:light_blue_banner",
+ "minecraft:yellow_banner",
+ "minecraft:lime_banner",
+ "minecraft:pink_banner",
+ "minecraft:gray_banner",
+ "minecraft:light_gray_banner",
+ "minecraft:cyan_banner",
+ "minecraft:purple_banner",
+ "minecraft:blue_banner",
+ "minecraft:brown_banner",
+ "minecraft:green_banner",
+ "minecraft:red_banner",
+ "minecraft:black_banner"
+ ],
+ "minecraft:arrows": [
+ "minecraft:arrow",
+ "minecraft:tipped_arrow",
+ "minecraft:spectral_arrow"
+ ],
+ "minecraft:coals": [
+ "minecraft:coal",
+ "minecraft:charcoal"
+ ],
+ "minecraft:music_discs": [
+ "minecraft:music_disc_13",
+ "minecraft:music_disc_cat",
+ "minecraft:music_disc_blocks",
+ "minecraft:music_disc_chirp",
+ "minecraft:music_disc_far",
+ "minecraft:music_disc_mall",
+ "minecraft:music_disc_mellohi",
+ "minecraft:music_disc_stal",
+ "minecraft:music_disc_strad",
+ "minecraft:music_disc_ward",
+ "minecraft:music_disc_11",
+ "minecraft:music_disc_wait"
+ ],
+ "minecraft:fishes": [
+ "minecraft:cod",
+ "minecraft:cooked_cod",
+ "minecraft:salmon",
+ "minecraft:cooked_salmon",
+ "minecraft:pufferfish",
+ "minecraft:tropical_fish"
+ ]
+ },
+ "entitytags": {
+ "minecraft:raiders": [
+ "minecraft:evoker",
+ "minecraft:pillager",
+ "minecraft:ravager",
+ "minecraft:vindicator",
+ "minecraft:illusioner",
+ "minecraft:witch"
+ ],
+ "minecraft:skeletons": [
+ "minecraft:skeleton",
+ "minecraft:stray",
+ "minecraft:wither_skeleton"
+ ]
+ }
+}
diff --git a/worldedit-cli/src/main/resources/com/sk89q/worldedit/cli/data/1976.json b/worldedit-cli/src/main/resources/com/sk89q/worldedit/cli/data/1976.json
index f99217273..3396367cc 100644
--- a/worldedit-cli/src/main/resources/com/sk89q/worldedit/cli/data/1976.json
+++ b/worldedit-cli/src/main/resources/com/sk89q/worldedit/cli/data/1976.json
@@ -1 +1,12888 @@
-{"blocks":{"minecraft:acacia_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_button[face=wall,facing=north,powered=false]"},"minecraft:acacia_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:acacia_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:acacia_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:acacia_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_leaves[distance=7,persistent=false]"},"minecraft:acacia_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:acacia_log[axis=y]"},"minecraft:acacia_planks":{"properties":{},"defaultstate":"minecraft:acacia_planks"},"minecraft:acacia_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_pressure_plate[powered=false]"},"minecraft:acacia_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:acacia_sapling[stage=0]"},"minecraft:acacia_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_sign[rotation=0,waterlogged=false]"},"minecraft:acacia_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_slab[type=bottom,waterlogged=false]"},"minecraft:acacia_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:acacia_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:acacia_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_wall_sign[facing=north,waterlogged=false]"},"minecraft:acacia_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:acacia_wood[axis=y]"},"minecraft:activator_rail":{"properties":{"powered":{"values":["true","false"],"type":"bool"},"shape":{"values":["north_south","east_west","ascending_east","ascending_west","ascending_north","ascending_south"],"type":"enum"}},"defaultstate":"minecraft:activator_rail[powered=false,shape=north_south]"},"minecraft:air":{"properties":{},"defaultstate":"minecraft:air"},"minecraft:allium":{"properties":{},"defaultstate":"minecraft:allium"},"minecraft:andesite":{"properties":{},"defaultstate":"minecraft:andesite"},"minecraft:andesite_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:andesite_slab[type=bottom,waterlogged=false]"},"minecraft:andesite_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:andesite_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:andesite_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:anvil":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:anvil[facing=north]"},"minecraft:attached_melon_stem":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:attached_melon_stem[facing=north]"},"minecraft:attached_pumpkin_stem":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:attached_pumpkin_stem[facing=north]"},"minecraft:azure_bluet":{"properties":{},"defaultstate":"minecraft:azure_bluet"},"minecraft:bamboo":{"properties":{"age":{"values":["0","1"],"type":"int"},"leaves":{"values":["none","small","large"],"type":"enum"},"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:bamboo[age=0,leaves=none,stage=0]"},"minecraft:bamboo_sapling":{"properties":{},"defaultstate":"minecraft:bamboo_sapling"},"minecraft:barrel":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"open":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:barrel[facing=north,open=false]"},"minecraft:barrier":{"properties":{},"defaultstate":"minecraft:barrier"},"minecraft:beacon":{"properties":{},"defaultstate":"minecraft:beacon"},"minecraft:bedrock":{"properties":{},"defaultstate":"minecraft:bedrock"},"minecraft:beetroots":{"properties":{"age":{"values":["0","1","2","3"],"type":"int"}},"defaultstate":"minecraft:beetroots[age=0]"},"minecraft:bell":{"properties":{"attachment":{"values":["floor","ceiling","single_wall","double_wall"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:bell[attachment=floor,facing=north]"},"minecraft:birch_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_button[face=wall,facing=north,powered=false]"},"minecraft:birch_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:birch_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:birch_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:birch_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_leaves[distance=7,persistent=false]"},"minecraft:birch_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:birch_log[axis=y]"},"minecraft:birch_planks":{"properties":{},"defaultstate":"minecraft:birch_planks"},"minecraft:birch_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_pressure_plate[powered=false]"},"minecraft:birch_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:birch_sapling[stage=0]"},"minecraft:birch_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_sign[rotation=0,waterlogged=false]"},"minecraft:birch_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_slab[type=bottom,waterlogged=false]"},"minecraft:birch_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:birch_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:birch_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_wall_sign[facing=north,waterlogged=false]"},"minecraft:birch_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:birch_wood[axis=y]"},"minecraft:black_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:black_banner[rotation=0]"},"minecraft:black_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:black_bed[facing=north,occupied=false,part=foot]"},"minecraft:black_carpet":{"properties":{},"defaultstate":"minecraft:black_carpet"},"minecraft:black_concrete":{"properties":{},"defaultstate":"minecraft:black_concrete"},"minecraft:black_concrete_powder":{"properties":{},"defaultstate":"minecraft:black_concrete_powder"},"minecraft:black_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:black_glazed_terracotta[facing=north]"},"minecraft:black_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:black_shulker_box[facing=up]"},"minecraft:black_stained_glass":{"properties":{},"defaultstate":"minecraft:black_stained_glass"},"minecraft:black_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:black_terracotta":{"properties":{},"defaultstate":"minecraft:black_terracotta"},"minecraft:black_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:black_wall_banner[facing=north]"},"minecraft:black_wool":{"properties":{},"defaultstate":"minecraft:black_wool"},"minecraft:blast_furnace":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:blast_furnace[facing=north,lit=false]"},"minecraft:blue_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:blue_banner[rotation=0]"},"minecraft:blue_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:blue_bed[facing=north,occupied=false,part=foot]"},"minecraft:blue_carpet":{"properties":{},"defaultstate":"minecraft:blue_carpet"},"minecraft:blue_concrete":{"properties":{},"defaultstate":"minecraft:blue_concrete"},"minecraft:blue_concrete_powder":{"properties":{},"defaultstate":"minecraft:blue_concrete_powder"},"minecraft:blue_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:blue_glazed_terracotta[facing=north]"},"minecraft:blue_ice":{"properties":{},"defaultstate":"minecraft:blue_ice"},"minecraft:blue_orchid":{"properties":{},"defaultstate":"minecraft:blue_orchid"},"minecraft:blue_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:blue_shulker_box[facing=up]"},"minecraft:blue_stained_glass":{"properties":{},"defaultstate":"minecraft:blue_stained_glass"},"minecraft:blue_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:blue_terracotta":{"properties":{},"defaultstate":"minecraft:blue_terracotta"},"minecraft:blue_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:blue_wall_banner[facing=north]"},"minecraft:blue_wool":{"properties":{},"defaultstate":"minecraft:blue_wool"},"minecraft:bone_block":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:bone_block[axis=y]"},"minecraft:bookshelf":{"properties":{},"defaultstate":"minecraft:bookshelf"},"minecraft:brain_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brain_coral[waterlogged=true]"},"minecraft:brain_coral_block":{"properties":{},"defaultstate":"minecraft:brain_coral_block"},"minecraft:brain_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brain_coral_fan[waterlogged=true]"},"minecraft:brain_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brain_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:brewing_stand":{"properties":{"has_bottle_0":{"values":["true","false"],"type":"bool"},"has_bottle_1":{"values":["true","false"],"type":"bool"},"has_bottle_2":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false]"},"minecraft:brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brick_slab[type=bottom,waterlogged=false]"},"minecraft:brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:brick_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:bricks":{"properties":{},"defaultstate":"minecraft:bricks"},"minecraft:brown_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:brown_banner[rotation=0]"},"minecraft:brown_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:brown_bed[facing=north,occupied=false,part=foot]"},"minecraft:brown_carpet":{"properties":{},"defaultstate":"minecraft:brown_carpet"},"minecraft:brown_concrete":{"properties":{},"defaultstate":"minecraft:brown_concrete"},"minecraft:brown_concrete_powder":{"properties":{},"defaultstate":"minecraft:brown_concrete_powder"},"minecraft:brown_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:brown_glazed_terracotta[facing=north]"},"minecraft:brown_mushroom":{"properties":{},"defaultstate":"minecraft:brown_mushroom"},"minecraft:brown_mushroom_block":{"properties":{"down":{"values":["true","false"],"type":"bool"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]"},"minecraft:brown_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:brown_shulker_box[facing=up]"},"minecraft:brown_stained_glass":{"properties":{},"defaultstate":"minecraft:brown_stained_glass"},"minecraft:brown_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:brown_terracotta":{"properties":{},"defaultstate":"minecraft:brown_terracotta"},"minecraft:brown_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:brown_wall_banner[facing=north]"},"minecraft:brown_wool":{"properties":{},"defaultstate":"minecraft:brown_wool"},"minecraft:bubble_column":{"properties":{"drag":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:bubble_column[drag=true]"},"minecraft:bubble_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:bubble_coral[waterlogged=true]"},"minecraft:bubble_coral_block":{"properties":{},"defaultstate":"minecraft:bubble_coral_block"},"minecraft:bubble_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:bubble_coral_fan[waterlogged=true]"},"minecraft:bubble_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:bubble_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:cactus":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:cactus[age=0]"},"minecraft:cake":{"properties":{"bites":{"values":["0","1","2","3","4","5","6"],"type":"int"}},"defaultstate":"minecraft:cake[bites=0]"},"minecraft:campfire":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"lit":{"values":["true","false"],"type":"bool"},"signal_fire":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false]"},"minecraft:carrots":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:carrots[age=0]"},"minecraft:cartography_table":{"properties":{},"defaultstate":"minecraft:cartography_table"},"minecraft:carved_pumpkin":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:carved_pumpkin[facing=north]"},"minecraft:cauldron":{"properties":{"level":{"values":["0","1","2","3"],"type":"int"}},"defaultstate":"minecraft:cauldron[level=0]"},"minecraft:cave_air":{"properties":{},"defaultstate":"minecraft:cave_air"},"minecraft:chain_command_block":{"properties":{"conditional":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:chain_command_block[conditional=false,facing=north]"},"minecraft:chest":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"type":{"values":["single","left","right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:chest[facing=north,type=single,waterlogged=false]"},"minecraft:chipped_anvil":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:chipped_anvil[facing=north]"},"minecraft:chiseled_quartz_block":{"properties":{},"defaultstate":"minecraft:chiseled_quartz_block"},"minecraft:chiseled_red_sandstone":{"properties":{},"defaultstate":"minecraft:chiseled_red_sandstone"},"minecraft:chiseled_sandstone":{"properties":{},"defaultstate":"minecraft:chiseled_sandstone"},"minecraft:chiseled_stone_bricks":{"properties":{},"defaultstate":"minecraft:chiseled_stone_bricks"},"minecraft:chorus_flower":{"properties":{"age":{"values":["0","1","2","3","4","5"],"type":"int"}},"defaultstate":"minecraft:chorus_flower[age=0]"},"minecraft:chorus_plant":{"properties":{"down":{"values":["true","false"],"type":"bool"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false]"},"minecraft:clay":{"properties":{},"defaultstate":"minecraft:clay"},"minecraft:coal_block":{"properties":{},"defaultstate":"minecraft:coal_block"},"minecraft:coal_ore":{"properties":{},"defaultstate":"minecraft:coal_ore"},"minecraft:coarse_dirt":{"properties":{},"defaultstate":"minecraft:coarse_dirt"},"minecraft:cobblestone":{"properties":{},"defaultstate":"minecraft:cobblestone"},"minecraft:cobblestone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cobblestone_slab[type=bottom,waterlogged=false]"},"minecraft:cobblestone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:cobblestone_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cobblestone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:cobweb":{"properties":{},"defaultstate":"minecraft:cobweb"},"minecraft:cocoa":{"properties":{"age":{"values":["0","1","2"],"type":"int"},"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:cocoa[age=0,facing=north]"},"minecraft:command_block":{"properties":{"conditional":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:command_block[conditional=false,facing=north]"},"minecraft:comparator":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"mode":{"values":["compare","subtract"],"type":"enum"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:comparator[facing=north,mode=compare,powered=false]"},"minecraft:composter":{"properties":{"level":{"values":["0","1","2","3","4","5","6","7","8"],"type":"int"}},"defaultstate":"minecraft:composter[level=0]"},"minecraft:conduit":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:conduit[waterlogged=true]"},"minecraft:cornflower":{"properties":{},"defaultstate":"minecraft:cornflower"},"minecraft:cracked_stone_bricks":{"properties":{},"defaultstate":"minecraft:cracked_stone_bricks"},"minecraft:crafting_table":{"properties":{},"defaultstate":"minecraft:crafting_table"},"minecraft:creeper_head":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:creeper_head[rotation=0]"},"minecraft:creeper_wall_head":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:creeper_wall_head[facing=north]"},"minecraft:cut_red_sandstone":{"properties":{},"defaultstate":"minecraft:cut_red_sandstone"},"minecraft:cut_red_sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:cut_sandstone":{"properties":{},"defaultstate":"minecraft:cut_sandstone"},"minecraft:cut_sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cut_sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:cyan_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:cyan_banner[rotation=0]"},"minecraft:cyan_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:cyan_bed[facing=north,occupied=false,part=foot]"},"minecraft:cyan_carpet":{"properties":{},"defaultstate":"minecraft:cyan_carpet"},"minecraft:cyan_concrete":{"properties":{},"defaultstate":"minecraft:cyan_concrete"},"minecraft:cyan_concrete_powder":{"properties":{},"defaultstate":"minecraft:cyan_concrete_powder"},"minecraft:cyan_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:cyan_glazed_terracotta[facing=north]"},"minecraft:cyan_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:cyan_shulker_box[facing=up]"},"minecraft:cyan_stained_glass":{"properties":{},"defaultstate":"minecraft:cyan_stained_glass"},"minecraft:cyan_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:cyan_terracotta":{"properties":{},"defaultstate":"minecraft:cyan_terracotta"},"minecraft:cyan_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:cyan_wall_banner[facing=north]"},"minecraft:cyan_wool":{"properties":{},"defaultstate":"minecraft:cyan_wool"},"minecraft:damaged_anvil":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:damaged_anvil[facing=north]"},"minecraft:dandelion":{"properties":{},"defaultstate":"minecraft:dandelion"},"minecraft:dark_oak_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_button[face=wall,facing=north,powered=false]"},"minecraft:dark_oak_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:dark_oak_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:dark_oak_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:dark_oak_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_leaves[distance=7,persistent=false]"},"minecraft:dark_oak_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:dark_oak_log[axis=y]"},"minecraft:dark_oak_planks":{"properties":{},"defaultstate":"minecraft:dark_oak_planks"},"minecraft:dark_oak_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_pressure_plate[powered=false]"},"minecraft:dark_oak_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:dark_oak_sapling[stage=0]"},"minecraft:dark_oak_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_sign[rotation=0,waterlogged=false]"},"minecraft:dark_oak_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_slab[type=bottom,waterlogged=false]"},"minecraft:dark_oak_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:dark_oak_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:dark_oak_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_wall_sign[facing=north,waterlogged=false]"},"minecraft:dark_oak_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:dark_oak_wood[axis=y]"},"minecraft:dark_prismarine":{"properties":{},"defaultstate":"minecraft:dark_prismarine"},"minecraft:dark_prismarine_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_prismarine_slab[type=bottom,waterlogged=false]"},"minecraft:dark_prismarine_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:daylight_detector":{"properties":{"inverted":{"values":["true","false"],"type":"bool"},"power":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:daylight_detector[inverted=false,power=0]"},"minecraft:dead_brain_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_brain_coral[waterlogged=true]"},"minecraft:dead_brain_coral_block":{"properties":{},"defaultstate":"minecraft:dead_brain_coral_block"},"minecraft:dead_brain_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_brain_coral_fan[waterlogged=true]"},"minecraft:dead_brain_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:dead_bubble_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_bubble_coral[waterlogged=true]"},"minecraft:dead_bubble_coral_block":{"properties":{},"defaultstate":"minecraft:dead_bubble_coral_block"},"minecraft:dead_bubble_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_bubble_coral_fan[waterlogged=true]"},"minecraft:dead_bubble_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:dead_bush":{"properties":{},"defaultstate":"minecraft:dead_bush"},"minecraft:dead_fire_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_fire_coral[waterlogged=true]"},"minecraft:dead_fire_coral_block":{"properties":{},"defaultstate":"minecraft:dead_fire_coral_block"},"minecraft:dead_fire_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_fire_coral_fan[waterlogged=true]"},"minecraft:dead_fire_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:dead_horn_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_horn_coral[waterlogged=true]"},"minecraft:dead_horn_coral_block":{"properties":{},"defaultstate":"minecraft:dead_horn_coral_block"},"minecraft:dead_horn_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_horn_coral_fan[waterlogged=true]"},"minecraft:dead_horn_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:dead_tube_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_tube_coral[waterlogged=true]"},"minecraft:dead_tube_coral_block":{"properties":{},"defaultstate":"minecraft:dead_tube_coral_block"},"minecraft:dead_tube_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_tube_coral_fan[waterlogged=true]"},"minecraft:dead_tube_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:detector_rail":{"properties":{"powered":{"values":["true","false"],"type":"bool"},"shape":{"values":["north_south","east_west","ascending_east","ascending_west","ascending_north","ascending_south"],"type":"enum"}},"defaultstate":"minecraft:detector_rail[powered=false,shape=north_south]"},"minecraft:diamond_block":{"properties":{},"defaultstate":"minecraft:diamond_block"},"minecraft:diamond_ore":{"properties":{},"defaultstate":"minecraft:diamond_ore"},"minecraft:diorite":{"properties":{},"defaultstate":"minecraft:diorite"},"minecraft:diorite_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:diorite_slab[type=bottom,waterlogged=false]"},"minecraft:diorite_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:diorite_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:diorite_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:dirt":{"properties":{},"defaultstate":"minecraft:dirt"},"minecraft:dispenser":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"triggered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dispenser[facing=north,triggered=false]"},"minecraft:dragon_egg":{"properties":{},"defaultstate":"minecraft:dragon_egg"},"minecraft:dragon_head":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:dragon_head[rotation=0]"},"minecraft:dragon_wall_head":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:dragon_wall_head[facing=north]"},"minecraft:dried_kelp_block":{"properties":{},"defaultstate":"minecraft:dried_kelp_block"},"minecraft:dropper":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"triggered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dropper[facing=north,triggered=false]"},"minecraft:emerald_block":{"properties":{},"defaultstate":"minecraft:emerald_block"},"minecraft:emerald_ore":{"properties":{},"defaultstate":"minecraft:emerald_ore"},"minecraft:enchanting_table":{"properties":{},"defaultstate":"minecraft:enchanting_table"},"minecraft:end_gateway":{"properties":{},"defaultstate":"minecraft:end_gateway"},"minecraft:end_portal":{"properties":{},"defaultstate":"minecraft:end_portal"},"minecraft:end_portal_frame":{"properties":{"eye":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:end_portal_frame[eye=false,facing=north]"},"minecraft:end_rod":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:end_rod[facing=up]"},"minecraft:end_stone":{"properties":{},"defaultstate":"minecraft:end_stone"},"minecraft:end_stone_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:end_stone_brick_slab[type=bottom,waterlogged=false]"},"minecraft:end_stone_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:end_stone_brick_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:end_stone_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:end_stone_bricks":{"properties":{},"defaultstate":"minecraft:end_stone_bricks"},"minecraft:ender_chest":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:ender_chest[facing=north,waterlogged=false]"},"minecraft:farmland":{"properties":{"moisture":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:farmland[moisture=0]"},"minecraft:fern":{"properties":{},"defaultstate":"minecraft:fern"},"minecraft:fire":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false]"},"minecraft:fire_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:fire_coral[waterlogged=true]"},"minecraft:fire_coral_block":{"properties":{},"defaultstate":"minecraft:fire_coral_block"},"minecraft:fire_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:fire_coral_fan[waterlogged=true]"},"minecraft:fire_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:fire_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:fletching_table":{"properties":{},"defaultstate":"minecraft:fletching_table"},"minecraft:flower_pot":{"properties":{},"defaultstate":"minecraft:flower_pot"},"minecraft:frosted_ice":{"properties":{"age":{"values":["0","1","2","3"],"type":"int"}},"defaultstate":"minecraft:frosted_ice[age=0]"},"minecraft:furnace":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:furnace[facing=north,lit=false]"},"minecraft:glass":{"properties":{},"defaultstate":"minecraft:glass"},"minecraft:glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:glowstone":{"properties":{},"defaultstate":"minecraft:glowstone"},"minecraft:gold_block":{"properties":{},"defaultstate":"minecraft:gold_block"},"minecraft:gold_ore":{"properties":{},"defaultstate":"minecraft:gold_ore"},"minecraft:granite":{"properties":{},"defaultstate":"minecraft:granite"},"minecraft:granite_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:granite_slab[type=bottom,waterlogged=false]"},"minecraft:granite_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:granite_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:granite_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:grass":{"properties":{},"defaultstate":"minecraft:grass"},"minecraft:grass_block":{"properties":{"snowy":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:grass_block[snowy=false]"},"minecraft:grass_path":{"properties":{},"defaultstate":"minecraft:grass_path"},"minecraft:gravel":{"properties":{},"defaultstate":"minecraft:gravel"},"minecraft:gray_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:gray_banner[rotation=0]"},"minecraft:gray_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:gray_bed[facing=north,occupied=false,part=foot]"},"minecraft:gray_carpet":{"properties":{},"defaultstate":"minecraft:gray_carpet"},"minecraft:gray_concrete":{"properties":{},"defaultstate":"minecraft:gray_concrete"},"minecraft:gray_concrete_powder":{"properties":{},"defaultstate":"minecraft:gray_concrete_powder"},"minecraft:gray_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:gray_glazed_terracotta[facing=north]"},"minecraft:gray_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:gray_shulker_box[facing=up]"},"minecraft:gray_stained_glass":{"properties":{},"defaultstate":"minecraft:gray_stained_glass"},"minecraft:gray_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:gray_terracotta":{"properties":{},"defaultstate":"minecraft:gray_terracotta"},"minecraft:gray_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:gray_wall_banner[facing=north]"},"minecraft:gray_wool":{"properties":{},"defaultstate":"minecraft:gray_wool"},"minecraft:green_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:green_banner[rotation=0]"},"minecraft:green_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:green_bed[facing=north,occupied=false,part=foot]"},"minecraft:green_carpet":{"properties":{},"defaultstate":"minecraft:green_carpet"},"minecraft:green_concrete":{"properties":{},"defaultstate":"minecraft:green_concrete"},"minecraft:green_concrete_powder":{"properties":{},"defaultstate":"minecraft:green_concrete_powder"},"minecraft:green_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:green_glazed_terracotta[facing=north]"},"minecraft:green_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:green_shulker_box[facing=up]"},"minecraft:green_stained_glass":{"properties":{},"defaultstate":"minecraft:green_stained_glass"},"minecraft:green_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:green_terracotta":{"properties":{},"defaultstate":"minecraft:green_terracotta"},"minecraft:green_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:green_wall_banner[facing=north]"},"minecraft:green_wool":{"properties":{},"defaultstate":"minecraft:green_wool"},"minecraft:grindstone":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:grindstone[face=wall,facing=north]"},"minecraft:hay_block":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:hay_block[axis=y]"},"minecraft:heavy_weighted_pressure_plate":{"properties":{"power":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:heavy_weighted_pressure_plate[power=0]"},"minecraft:hopper":{"properties":{"enabled":{"values":["true","false"],"type":"bool"},"facing":{"values":["down","north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:hopper[enabled=true,facing=down]"},"minecraft:horn_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:horn_coral[waterlogged=true]"},"minecraft:horn_coral_block":{"properties":{},"defaultstate":"minecraft:horn_coral_block"},"minecraft:horn_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:horn_coral_fan[waterlogged=true]"},"minecraft:horn_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:horn_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:ice":{"properties":{},"defaultstate":"minecraft:ice"},"minecraft:infested_chiseled_stone_bricks":{"properties":{},"defaultstate":"minecraft:infested_chiseled_stone_bricks"},"minecraft:infested_cobblestone":{"properties":{},"defaultstate":"minecraft:infested_cobblestone"},"minecraft:infested_cracked_stone_bricks":{"properties":{},"defaultstate":"minecraft:infested_cracked_stone_bricks"},"minecraft:infested_mossy_stone_bricks":{"properties":{},"defaultstate":"minecraft:infested_mossy_stone_bricks"},"minecraft:infested_stone":{"properties":{},"defaultstate":"minecraft:infested_stone"},"minecraft:infested_stone_bricks":{"properties":{},"defaultstate":"minecraft:infested_stone_bricks"},"minecraft:iron_bars":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:iron_block":{"properties":{},"defaultstate":"minecraft:iron_block"},"minecraft:iron_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:iron_ore":{"properties":{},"defaultstate":"minecraft:iron_ore"},"minecraft:iron_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:jack_o_lantern":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:jack_o_lantern[facing=north]"},"minecraft:jigsaw":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:jigsaw[facing=up]"},"minecraft:jukebox":{"properties":{"has_record":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jukebox[has_record=false]"},"minecraft:jungle_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_button[face=wall,facing=north,powered=false]"},"minecraft:jungle_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:jungle_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:jungle_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:jungle_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_leaves[distance=7,persistent=false]"},"minecraft:jungle_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:jungle_log[axis=y]"},"minecraft:jungle_planks":{"properties":{},"defaultstate":"minecraft:jungle_planks"},"minecraft:jungle_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_pressure_plate[powered=false]"},"minecraft:jungle_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:jungle_sapling[stage=0]"},"minecraft:jungle_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_sign[rotation=0,waterlogged=false]"},"minecraft:jungle_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_slab[type=bottom,waterlogged=false]"},"minecraft:jungle_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:jungle_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:jungle_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_wall_sign[facing=north,waterlogged=false]"},"minecraft:jungle_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:jungle_wood[axis=y]"},"minecraft:kelp":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24","25"],"type":"int"}},"defaultstate":"minecraft:kelp[age=0]"},"minecraft:kelp_plant":{"properties":{},"defaultstate":"minecraft:kelp_plant"},"minecraft:ladder":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:ladder[facing=north,waterlogged=false]"},"minecraft:lantern":{"properties":{"hanging":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:lantern[hanging=false]"},"minecraft:lapis_block":{"properties":{},"defaultstate":"minecraft:lapis_block"},"minecraft:lapis_ore":{"properties":{},"defaultstate":"minecraft:lapis_ore"},"minecraft:large_fern":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:large_fern[half=lower]"},"minecraft:lava":{"properties":{"level":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:lava[level=0]"},"minecraft:lectern":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"has_book":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:lectern[facing=north,has_book=false,powered=false]"},"minecraft:lever":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:lever[face=wall,facing=north,powered=false]"},"minecraft:light_blue_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:light_blue_banner[rotation=0]"},"minecraft:light_blue_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:light_blue_bed[facing=north,occupied=false,part=foot]"},"minecraft:light_blue_carpet":{"properties":{},"defaultstate":"minecraft:light_blue_carpet"},"minecraft:light_blue_concrete":{"properties":{},"defaultstate":"minecraft:light_blue_concrete"},"minecraft:light_blue_concrete_powder":{"properties":{},"defaultstate":"minecraft:light_blue_concrete_powder"},"minecraft:light_blue_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:light_blue_glazed_terracotta[facing=north]"},"minecraft:light_blue_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:light_blue_shulker_box[facing=up]"},"minecraft:light_blue_stained_glass":{"properties":{},"defaultstate":"minecraft:light_blue_stained_glass"},"minecraft:light_blue_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:light_blue_terracotta":{"properties":{},"defaultstate":"minecraft:light_blue_terracotta"},"minecraft:light_blue_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:light_blue_wall_banner[facing=north]"},"minecraft:light_blue_wool":{"properties":{},"defaultstate":"minecraft:light_blue_wool"},"minecraft:light_gray_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:light_gray_banner[rotation=0]"},"minecraft:light_gray_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:light_gray_bed[facing=north,occupied=false,part=foot]"},"minecraft:light_gray_carpet":{"properties":{},"defaultstate":"minecraft:light_gray_carpet"},"minecraft:light_gray_concrete":{"properties":{},"defaultstate":"minecraft:light_gray_concrete"},"minecraft:light_gray_concrete_powder":{"properties":{},"defaultstate":"minecraft:light_gray_concrete_powder"},"minecraft:light_gray_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:light_gray_glazed_terracotta[facing=north]"},"minecraft:light_gray_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:light_gray_shulker_box[facing=up]"},"minecraft:light_gray_stained_glass":{"properties":{},"defaultstate":"minecraft:light_gray_stained_glass"},"minecraft:light_gray_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:light_gray_terracotta":{"properties":{},"defaultstate":"minecraft:light_gray_terracotta"},"minecraft:light_gray_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:light_gray_wall_banner[facing=north]"},"minecraft:light_gray_wool":{"properties":{},"defaultstate":"minecraft:light_gray_wool"},"minecraft:light_weighted_pressure_plate":{"properties":{"power":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:light_weighted_pressure_plate[power=0]"},"minecraft:lilac":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:lilac[half=lower]"},"minecraft:lily_of_the_valley":{"properties":{},"defaultstate":"minecraft:lily_of_the_valley"},"minecraft:lily_pad":{"properties":{},"defaultstate":"minecraft:lily_pad"},"minecraft:lime_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:lime_banner[rotation=0]"},"minecraft:lime_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:lime_bed[facing=north,occupied=false,part=foot]"},"minecraft:lime_carpet":{"properties":{},"defaultstate":"minecraft:lime_carpet"},"minecraft:lime_concrete":{"properties":{},"defaultstate":"minecraft:lime_concrete"},"minecraft:lime_concrete_powder":{"properties":{},"defaultstate":"minecraft:lime_concrete_powder"},"minecraft:lime_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:lime_glazed_terracotta[facing=north]"},"minecraft:lime_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:lime_shulker_box[facing=up]"},"minecraft:lime_stained_glass":{"properties":{},"defaultstate":"minecraft:lime_stained_glass"},"minecraft:lime_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:lime_terracotta":{"properties":{},"defaultstate":"minecraft:lime_terracotta"},"minecraft:lime_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:lime_wall_banner[facing=north]"},"minecraft:lime_wool":{"properties":{},"defaultstate":"minecraft:lime_wool"},"minecraft:loom":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:loom[facing=north]"},"minecraft:magenta_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:magenta_banner[rotation=0]"},"minecraft:magenta_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:magenta_bed[facing=north,occupied=false,part=foot]"},"minecraft:magenta_carpet":{"properties":{},"defaultstate":"minecraft:magenta_carpet"},"minecraft:magenta_concrete":{"properties":{},"defaultstate":"minecraft:magenta_concrete"},"minecraft:magenta_concrete_powder":{"properties":{},"defaultstate":"minecraft:magenta_concrete_powder"},"minecraft:magenta_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:magenta_glazed_terracotta[facing=north]"},"minecraft:magenta_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:magenta_shulker_box[facing=up]"},"minecraft:magenta_stained_glass":{"properties":{},"defaultstate":"minecraft:magenta_stained_glass"},"minecraft:magenta_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:magenta_terracotta":{"properties":{},"defaultstate":"minecraft:magenta_terracotta"},"minecraft:magenta_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:magenta_wall_banner[facing=north]"},"minecraft:magenta_wool":{"properties":{},"defaultstate":"minecraft:magenta_wool"},"minecraft:magma_block":{"properties":{},"defaultstate":"minecraft:magma_block"},"minecraft:melon":{"properties":{},"defaultstate":"minecraft:melon"},"minecraft:melon_stem":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:melon_stem[age=0]"},"minecraft:mossy_cobblestone":{"properties":{},"defaultstate":"minecraft:mossy_cobblestone"},"minecraft:mossy_cobblestone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]"},"minecraft:mossy_cobblestone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:mossy_cobblestone_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mossy_cobblestone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:mossy_stone_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false]"},"minecraft:mossy_stone_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:mossy_stone_brick_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mossy_stone_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:mossy_stone_bricks":{"properties":{},"defaultstate":"minecraft:mossy_stone_bricks"},"minecraft:moving_piston":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"type":{"values":["normal","sticky"],"type":"enum"}},"defaultstate":"minecraft:moving_piston[facing=north,type=normal]"},"minecraft:mushroom_stem":{"properties":{"down":{"values":["true","false"],"type":"bool"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=true]"},"minecraft:mycelium":{"properties":{"snowy":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mycelium[snowy=false]"},"minecraft:nether_brick_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:nether_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:nether_brick_slab[type=bottom,waterlogged=false]"},"minecraft:nether_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:nether_brick_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:nether_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:nether_bricks":{"properties":{},"defaultstate":"minecraft:nether_bricks"},"minecraft:nether_portal":{"properties":{"axis":{"values":["x","z"],"type":"enum"}},"defaultstate":"minecraft:nether_portal[axis=x]"},"minecraft:nether_quartz_ore":{"properties":{},"defaultstate":"minecraft:nether_quartz_ore"},"minecraft:nether_wart":{"properties":{"age":{"values":["0","1","2","3"],"type":"int"}},"defaultstate":"minecraft:nether_wart[age=0]"},"minecraft:nether_wart_block":{"properties":{},"defaultstate":"minecraft:nether_wart_block"},"minecraft:netherrack":{"properties":{},"defaultstate":"minecraft:netherrack"},"minecraft:note_block":{"properties":{"instrument":{"values":["harp","basedrum","snare","hat","bass","flute","bell","guitar","chime","xylophone","iron_xylophone","cow_bell","didgeridoo","bit","banjo","pling"],"type":"enum"},"note":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24"],"type":"int"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:note_block[instrument=harp,note=0,powered=false]"},"minecraft:oak_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_button[face=wall,facing=north,powered=false]"},"minecraft:oak_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:oak_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:oak_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:oak_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_leaves[distance=7,persistent=false]"},"minecraft:oak_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:oak_log[axis=y]"},"minecraft:oak_planks":{"properties":{},"defaultstate":"minecraft:oak_planks"},"minecraft:oak_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_pressure_plate[powered=false]"},"minecraft:oak_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:oak_sapling[stage=0]"},"minecraft:oak_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_sign[rotation=0,waterlogged=false]"},"minecraft:oak_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_slab[type=bottom,waterlogged=false]"},"minecraft:oak_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:oak_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:oak_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_wall_sign[facing=north,waterlogged=false]"},"minecraft:oak_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:oak_wood[axis=y]"},"minecraft:observer":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:observer[facing=south,powered=false]"},"minecraft:obsidian":{"properties":{},"defaultstate":"minecraft:obsidian"},"minecraft:orange_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:orange_banner[rotation=0]"},"minecraft:orange_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:orange_bed[facing=north,occupied=false,part=foot]"},"minecraft:orange_carpet":{"properties":{},"defaultstate":"minecraft:orange_carpet"},"minecraft:orange_concrete":{"properties":{},"defaultstate":"minecraft:orange_concrete"},"minecraft:orange_concrete_powder":{"properties":{},"defaultstate":"minecraft:orange_concrete_powder"},"minecraft:orange_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:orange_glazed_terracotta[facing=north]"},"minecraft:orange_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:orange_shulker_box[facing=up]"},"minecraft:orange_stained_glass":{"properties":{},"defaultstate":"minecraft:orange_stained_glass"},"minecraft:orange_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:orange_terracotta":{"properties":{},"defaultstate":"minecraft:orange_terracotta"},"minecraft:orange_tulip":{"properties":{},"defaultstate":"minecraft:orange_tulip"},"minecraft:orange_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:orange_wall_banner[facing=north]"},"minecraft:orange_wool":{"properties":{},"defaultstate":"minecraft:orange_wool"},"minecraft:oxeye_daisy":{"properties":{},"defaultstate":"minecraft:oxeye_daisy"},"minecraft:packed_ice":{"properties":{},"defaultstate":"minecraft:packed_ice"},"minecraft:peony":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:peony[half=lower]"},"minecraft:petrified_oak_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:petrified_oak_slab[type=bottom,waterlogged=false]"},"minecraft:pink_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:pink_banner[rotation=0]"},"minecraft:pink_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:pink_bed[facing=north,occupied=false,part=foot]"},"minecraft:pink_carpet":{"properties":{},"defaultstate":"minecraft:pink_carpet"},"minecraft:pink_concrete":{"properties":{},"defaultstate":"minecraft:pink_concrete"},"minecraft:pink_concrete_powder":{"properties":{},"defaultstate":"minecraft:pink_concrete_powder"},"minecraft:pink_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:pink_glazed_terracotta[facing=north]"},"minecraft:pink_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:pink_shulker_box[facing=up]"},"minecraft:pink_stained_glass":{"properties":{},"defaultstate":"minecraft:pink_stained_glass"},"minecraft:pink_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:pink_terracotta":{"properties":{},"defaultstate":"minecraft:pink_terracotta"},"minecraft:pink_tulip":{"properties":{},"defaultstate":"minecraft:pink_tulip"},"minecraft:pink_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:pink_wall_banner[facing=north]"},"minecraft:pink_wool":{"properties":{},"defaultstate":"minecraft:pink_wool"},"minecraft:piston":{"properties":{"extended":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:piston[extended=false,facing=north]"},"minecraft:piston_head":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"short":{"values":["true","false"],"type":"bool"},"type":{"values":["normal","sticky"],"type":"enum"}},"defaultstate":"minecraft:piston_head[facing=north,short=false,type=normal]"},"minecraft:player_head":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:player_head[rotation=0]"},"minecraft:player_wall_head":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:player_wall_head[facing=north]"},"minecraft:podzol":{"properties":{"snowy":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:podzol[snowy=false]"},"minecraft:polished_andesite":{"properties":{},"defaultstate":"minecraft:polished_andesite"},"minecraft:polished_andesite_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_andesite_slab[type=bottom,waterlogged=false]"},"minecraft:polished_andesite_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:polished_diorite":{"properties":{},"defaultstate":"minecraft:polished_diorite"},"minecraft:polished_diorite_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_diorite_slab[type=bottom,waterlogged=false]"},"minecraft:polished_diorite_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:polished_granite":{"properties":{},"defaultstate":"minecraft:polished_granite"},"minecraft:polished_granite_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_granite_slab[type=bottom,waterlogged=false]"},"minecraft:polished_granite_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:poppy":{"properties":{},"defaultstate":"minecraft:poppy"},"minecraft:potatoes":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:potatoes[age=0]"},"minecraft:potted_acacia_sapling":{"properties":{},"defaultstate":"minecraft:potted_acacia_sapling"},"minecraft:potted_allium":{"properties":{},"defaultstate":"minecraft:potted_allium"},"minecraft:potted_azure_bluet":{"properties":{},"defaultstate":"minecraft:potted_azure_bluet"},"minecraft:potted_bamboo":{"properties":{},"defaultstate":"minecraft:potted_bamboo"},"minecraft:potted_birch_sapling":{"properties":{},"defaultstate":"minecraft:potted_birch_sapling"},"minecraft:potted_blue_orchid":{"properties":{},"defaultstate":"minecraft:potted_blue_orchid"},"minecraft:potted_brown_mushroom":{"properties":{},"defaultstate":"minecraft:potted_brown_mushroom"},"minecraft:potted_cactus":{"properties":{},"defaultstate":"minecraft:potted_cactus"},"minecraft:potted_cornflower":{"properties":{},"defaultstate":"minecraft:potted_cornflower"},"minecraft:potted_dandelion":{"properties":{},"defaultstate":"minecraft:potted_dandelion"},"minecraft:potted_dark_oak_sapling":{"properties":{},"defaultstate":"minecraft:potted_dark_oak_sapling"},"minecraft:potted_dead_bush":{"properties":{},"defaultstate":"minecraft:potted_dead_bush"},"minecraft:potted_fern":{"properties":{},"defaultstate":"minecraft:potted_fern"},"minecraft:potted_jungle_sapling":{"properties":{},"defaultstate":"minecraft:potted_jungle_sapling"},"minecraft:potted_lily_of_the_valley":{"properties":{},"defaultstate":"minecraft:potted_lily_of_the_valley"},"minecraft:potted_oak_sapling":{"properties":{},"defaultstate":"minecraft:potted_oak_sapling"},"minecraft:potted_orange_tulip":{"properties":{},"defaultstate":"minecraft:potted_orange_tulip"},"minecraft:potted_oxeye_daisy":{"properties":{},"defaultstate":"minecraft:potted_oxeye_daisy"},"minecraft:potted_pink_tulip":{"properties":{},"defaultstate":"minecraft:potted_pink_tulip"},"minecraft:potted_poppy":{"properties":{},"defaultstate":"minecraft:potted_poppy"},"minecraft:potted_red_mushroom":{"properties":{},"defaultstate":"minecraft:potted_red_mushroom"},"minecraft:potted_red_tulip":{"properties":{},"defaultstate":"minecraft:potted_red_tulip"},"minecraft:potted_spruce_sapling":{"properties":{},"defaultstate":"minecraft:potted_spruce_sapling"},"minecraft:potted_white_tulip":{"properties":{},"defaultstate":"minecraft:potted_white_tulip"},"minecraft:potted_wither_rose":{"properties":{},"defaultstate":"minecraft:potted_wither_rose"},"minecraft:powered_rail":{"properties":{"powered":{"values":["true","false"],"type":"bool"},"shape":{"values":["north_south","east_west","ascending_east","ascending_west","ascending_north","ascending_south"],"type":"enum"}},"defaultstate":"minecraft:powered_rail[powered=false,shape=north_south]"},"minecraft:prismarine":{"properties":{},"defaultstate":"minecraft:prismarine"},"minecraft:prismarine_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:prismarine_brick_slab[type=bottom,waterlogged=false]"},"minecraft:prismarine_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:prismarine_bricks":{"properties":{},"defaultstate":"minecraft:prismarine_bricks"},"minecraft:prismarine_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:prismarine_slab[type=bottom,waterlogged=false]"},"minecraft:prismarine_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:prismarine_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:prismarine_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:pumpkin":{"properties":{},"defaultstate":"minecraft:pumpkin"},"minecraft:pumpkin_stem":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:pumpkin_stem[age=0]"},"minecraft:purple_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:purple_banner[rotation=0]"},"minecraft:purple_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:purple_bed[facing=north,occupied=false,part=foot]"},"minecraft:purple_carpet":{"properties":{},"defaultstate":"minecraft:purple_carpet"},"minecraft:purple_concrete":{"properties":{},"defaultstate":"minecraft:purple_concrete"},"minecraft:purple_concrete_powder":{"properties":{},"defaultstate":"minecraft:purple_concrete_powder"},"minecraft:purple_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:purple_glazed_terracotta[facing=north]"},"minecraft:purple_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:purple_shulker_box[facing=up]"},"minecraft:purple_stained_glass":{"properties":{},"defaultstate":"minecraft:purple_stained_glass"},"minecraft:purple_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:purple_terracotta":{"properties":{},"defaultstate":"minecraft:purple_terracotta"},"minecraft:purple_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:purple_wall_banner[facing=north]"},"minecraft:purple_wool":{"properties":{},"defaultstate":"minecraft:purple_wool"},"minecraft:purpur_block":{"properties":{},"defaultstate":"minecraft:purpur_block"},"minecraft:purpur_pillar":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:purpur_pillar[axis=y]"},"minecraft:purpur_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:purpur_slab[type=bottom,waterlogged=false]"},"minecraft:purpur_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:quartz_block":{"properties":{},"defaultstate":"minecraft:quartz_block"},"minecraft:quartz_pillar":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:quartz_pillar[axis=y]"},"minecraft:quartz_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:quartz_slab[type=bottom,waterlogged=false]"},"minecraft:quartz_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:rail":{"properties":{"shape":{"values":["north_south","east_west","ascending_east","ascending_west","ascending_north","ascending_south","south_east","south_west","north_west","north_east"],"type":"enum"}},"defaultstate":"minecraft:rail[shape=north_south]"},"minecraft:red_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:red_banner[rotation=0]"},"minecraft:red_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:red_bed[facing=north,occupied=false,part=foot]"},"minecraft:red_carpet":{"properties":{},"defaultstate":"minecraft:red_carpet"},"minecraft:red_concrete":{"properties":{},"defaultstate":"minecraft:red_concrete"},"minecraft:red_concrete_powder":{"properties":{},"defaultstate":"minecraft:red_concrete_powder"},"minecraft:red_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:red_glazed_terracotta[facing=north]"},"minecraft:red_mushroom":{"properties":{},"defaultstate":"minecraft:red_mushroom"},"minecraft:red_mushroom_block":{"properties":{"down":{"values":["true","false"],"type":"bool"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]"},"minecraft:red_nether_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_nether_brick_slab[type=bottom,waterlogged=false]"},"minecraft:red_nether_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:red_nether_brick_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_nether_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:red_nether_bricks":{"properties":{},"defaultstate":"minecraft:red_nether_bricks"},"minecraft:red_sand":{"properties":{},"defaultstate":"minecraft:red_sand"},"minecraft:red_sandstone":{"properties":{},"defaultstate":"minecraft:red_sandstone"},"minecraft:red_sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:red_sandstone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:red_sandstone_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_sandstone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:red_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:red_shulker_box[facing=up]"},"minecraft:red_stained_glass":{"properties":{},"defaultstate":"minecraft:red_stained_glass"},"minecraft:red_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:red_terracotta":{"properties":{},"defaultstate":"minecraft:red_terracotta"},"minecraft:red_tulip":{"properties":{},"defaultstate":"minecraft:red_tulip"},"minecraft:red_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:red_wall_banner[facing=north]"},"minecraft:red_wool":{"properties":{},"defaultstate":"minecraft:red_wool"},"minecraft:redstone_block":{"properties":{},"defaultstate":"minecraft:redstone_block"},"minecraft:redstone_lamp":{"properties":{"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:redstone_lamp[lit=false]"},"minecraft:redstone_ore":{"properties":{"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:redstone_ore[lit=false]"},"minecraft:redstone_torch":{"properties":{"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:redstone_torch[lit=true]"},"minecraft:redstone_wall_torch":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:redstone_wall_torch[facing=north,lit=true]"},"minecraft:redstone_wire":{"properties":{"east":{"values":["up","side","none"],"type":"enum"},"north":{"values":["up","side","none"],"type":"enum"},"power":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"south":{"values":["up","side","none"],"type":"enum"},"west":{"values":["up","side","none"],"type":"enum"}},"defaultstate":"minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none]"},"minecraft:repeater":{"properties":{"delay":{"values":["1","2","3","4"],"type":"int"},"facing":{"values":["north","south","west","east"],"type":"direction"},"locked":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:repeater[delay=1,facing=north,locked=false,powered=false]"},"minecraft:repeating_command_block":{"properties":{"conditional":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:repeating_command_block[conditional=false,facing=north]"},"minecraft:rose_bush":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:rose_bush[half=lower]"},"minecraft:sand":{"properties":{},"defaultstate":"minecraft:sand"},"minecraft:sandstone":{"properties":{},"defaultstate":"minecraft:sandstone"},"minecraft:sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:sandstone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:sandstone_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:sandstone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:scaffolding":{"properties":{"bottom":{"values":["true","false"],"type":"bool"},"distance":{"values":["0","1","2","3","4","5","6","7"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:scaffolding[bottom=false,distance=7,waterlogged=false]"},"minecraft:sea_lantern":{"properties":{},"defaultstate":"minecraft:sea_lantern"},"minecraft:sea_pickle":{"properties":{"pickles":{"values":["1","2","3","4"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:sea_pickle[pickles=1,waterlogged=true]"},"minecraft:seagrass":{"properties":{},"defaultstate":"minecraft:seagrass"},"minecraft:shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:shulker_box[facing=up]"},"minecraft:skeleton_skull":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:skeleton_skull[rotation=0]"},"minecraft:skeleton_wall_skull":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:skeleton_wall_skull[facing=north]"},"minecraft:slime_block":{"properties":{},"defaultstate":"minecraft:slime_block"},"minecraft:smithing_table":{"properties":{},"defaultstate":"minecraft:smithing_table"},"minecraft:smoker":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smoker[facing=north,lit=false]"},"minecraft:smooth_quartz":{"properties":{},"defaultstate":"minecraft:smooth_quartz"},"minecraft:smooth_quartz_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_quartz_slab[type=bottom,waterlogged=false]"},"minecraft:smooth_quartz_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:smooth_red_sandstone":{"properties":{},"defaultstate":"minecraft:smooth_red_sandstone"},"minecraft:smooth_red_sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:smooth_red_sandstone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:smooth_sandstone":{"properties":{},"defaultstate":"minecraft:smooth_sandstone"},"minecraft:smooth_sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:smooth_sandstone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:smooth_stone":{"properties":{},"defaultstate":"minecraft:smooth_stone"},"minecraft:smooth_stone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_stone_slab[type=bottom,waterlogged=false]"},"minecraft:snow":{"properties":{"layers":{"values":["1","2","3","4","5","6","7","8"],"type":"int"}},"defaultstate":"minecraft:snow[layers=1]"},"minecraft:snow_block":{"properties":{},"defaultstate":"minecraft:snow_block"},"minecraft:soul_sand":{"properties":{},"defaultstate":"minecraft:soul_sand"},"minecraft:spawner":{"properties":{},"defaultstate":"minecraft:spawner"},"minecraft:sponge":{"properties":{},"defaultstate":"minecraft:sponge"},"minecraft:spruce_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_button[face=wall,facing=north,powered=false]"},"minecraft:spruce_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:spruce_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:spruce_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:spruce_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_leaves[distance=7,persistent=false]"},"minecraft:spruce_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:spruce_log[axis=y]"},"minecraft:spruce_planks":{"properties":{},"defaultstate":"minecraft:spruce_planks"},"minecraft:spruce_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_pressure_plate[powered=false]"},"minecraft:spruce_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:spruce_sapling[stage=0]"},"minecraft:spruce_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_sign[rotation=0,waterlogged=false]"},"minecraft:spruce_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_slab[type=bottom,waterlogged=false]"},"minecraft:spruce_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:spruce_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:spruce_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_wall_sign[facing=north,waterlogged=false]"},"minecraft:spruce_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:spruce_wood[axis=y]"},"minecraft:sticky_piston":{"properties":{"extended":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:sticky_piston[extended=false,facing=north]"},"minecraft:stone":{"properties":{},"defaultstate":"minecraft:stone"},"minecraft:stone_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_brick_slab[type=bottom,waterlogged=false]"},"minecraft:stone_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:stone_brick_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:stone_bricks":{"properties":{},"defaultstate":"minecraft:stone_bricks"},"minecraft:stone_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_button[face=wall,facing=north,powered=false]"},"minecraft:stone_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_pressure_plate[powered=false]"},"minecraft:stone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_slab[type=bottom,waterlogged=false]"},"minecraft:stone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:stonecutter":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:stonecutter[facing=north]"},"minecraft:stripped_acacia_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_acacia_log[axis=y]"},"minecraft:stripped_acacia_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_acacia_wood[axis=y]"},"minecraft:stripped_birch_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_birch_log[axis=y]"},"minecraft:stripped_birch_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_birch_wood[axis=y]"},"minecraft:stripped_dark_oak_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_dark_oak_log[axis=y]"},"minecraft:stripped_dark_oak_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_dark_oak_wood[axis=y]"},"minecraft:stripped_jungle_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_jungle_log[axis=y]"},"minecraft:stripped_jungle_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_jungle_wood[axis=y]"},"minecraft:stripped_oak_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_oak_log[axis=y]"},"minecraft:stripped_oak_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_oak_wood[axis=y]"},"minecraft:stripped_spruce_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_spruce_log[axis=y]"},"minecraft:stripped_spruce_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_spruce_wood[axis=y]"},"minecraft:structure_block":{"properties":{"mode":{"values":["save","load","corner","data"],"type":"enum"}},"defaultstate":"minecraft:structure_block[mode=save]"},"minecraft:structure_void":{"properties":{},"defaultstate":"minecraft:structure_void"},"minecraft:sugar_cane":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:sugar_cane[age=0]"},"minecraft:sunflower":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:sunflower[half=lower]"},"minecraft:sweet_berry_bush":{"properties":{"age":{"values":["0","1","2","3"],"type":"int"}},"defaultstate":"minecraft:sweet_berry_bush[age=0]"},"minecraft:tall_grass":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:tall_grass[half=lower]"},"minecraft:tall_seagrass":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:tall_seagrass[half=lower]"},"minecraft:terracotta":{"properties":{},"defaultstate":"minecraft:terracotta"},"minecraft:tnt":{"properties":{"unstable":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tnt[unstable=false]"},"minecraft:torch":{"properties":{},"defaultstate":"minecraft:torch"},"minecraft:trapped_chest":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"type":{"values":["single","left","right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:trapped_chest[facing=north,type=single,waterlogged=false]"},"minecraft:tripwire":{"properties":{"attached":{"values":["true","false"],"type":"bool"},"disarmed":{"values":["true","false"],"type":"bool"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tripwire[attached=false,disarmed=false,east=false,north=false,powered=false,south=false,west=false]"},"minecraft:tripwire_hook":{"properties":{"attached":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tripwire_hook[attached=false,facing=north,powered=false]"},"minecraft:tube_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tube_coral[waterlogged=true]"},"minecraft:tube_coral_block":{"properties":{},"defaultstate":"minecraft:tube_coral_block"},"minecraft:tube_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tube_coral_fan[waterlogged=true]"},"minecraft:tube_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tube_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:turtle_egg":{"properties":{"eggs":{"values":["1","2","3","4"],"type":"int"},"hatch":{"values":["0","1","2"],"type":"int"}},"defaultstate":"minecraft:turtle_egg[eggs=1,hatch=0]"},"minecraft:vine":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:vine[east=false,north=false,south=false,up=false,west=false]"},"minecraft:void_air":{"properties":{},"defaultstate":"minecraft:void_air"},"minecraft:wall_torch":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:wall_torch[facing=north]"},"minecraft:water":{"properties":{"level":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:water[level=0]"},"minecraft:wet_sponge":{"properties":{},"defaultstate":"minecraft:wet_sponge"},"minecraft:wheat":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:wheat[age=0]"},"minecraft:white_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:white_banner[rotation=0]"},"minecraft:white_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:white_bed[facing=north,occupied=false,part=foot]"},"minecraft:white_carpet":{"properties":{},"defaultstate":"minecraft:white_carpet"},"minecraft:white_concrete":{"properties":{},"defaultstate":"minecraft:white_concrete"},"minecraft:white_concrete_powder":{"properties":{},"defaultstate":"minecraft:white_concrete_powder"},"minecraft:white_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:white_glazed_terracotta[facing=north]"},"minecraft:white_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:white_shulker_box[facing=up]"},"minecraft:white_stained_glass":{"properties":{},"defaultstate":"minecraft:white_stained_glass"},"minecraft:white_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:white_terracotta":{"properties":{},"defaultstate":"minecraft:white_terracotta"},"minecraft:white_tulip":{"properties":{},"defaultstate":"minecraft:white_tulip"},"minecraft:white_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:white_wall_banner[facing=north]"},"minecraft:white_wool":{"properties":{},"defaultstate":"minecraft:white_wool"},"minecraft:wither_rose":{"properties":{},"defaultstate":"minecraft:wither_rose"},"minecraft:wither_skeleton_skull":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:wither_skeleton_skull[rotation=0]"},"minecraft:wither_skeleton_wall_skull":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:wither_skeleton_wall_skull[facing=north]"},"minecraft:yellow_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:yellow_banner[rotation=0]"},"minecraft:yellow_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:yellow_bed[facing=north,occupied=false,part=foot]"},"minecraft:yellow_carpet":{"properties":{},"defaultstate":"minecraft:yellow_carpet"},"minecraft:yellow_concrete":{"properties":{},"defaultstate":"minecraft:yellow_concrete"},"minecraft:yellow_concrete_powder":{"properties":{},"defaultstate":"minecraft:yellow_concrete_powder"},"minecraft:yellow_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:yellow_glazed_terracotta[facing=north]"},"minecraft:yellow_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:yellow_shulker_box[facing=up]"},"minecraft:yellow_stained_glass":{"properties":{},"defaultstate":"minecraft:yellow_stained_glass"},"minecraft:yellow_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:yellow_terracotta":{"properties":{},"defaultstate":"minecraft:yellow_terracotta"},"minecraft:yellow_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:yellow_wall_banner[facing=north]"},"minecraft:yellow_wool":{"properties":{},"defaultstate":"minecraft:yellow_wool"},"minecraft:zombie_head":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:zombie_head[rotation=0]"},"minecraft:zombie_wall_head":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:zombie_wall_head[facing=north]"}},"items":["minecraft:acacia_boat","minecraft:acacia_button","minecraft:acacia_door","minecraft:acacia_fence","minecraft:acacia_fence_gate","minecraft:acacia_leaves","minecraft:acacia_log","minecraft:acacia_planks","minecraft:acacia_pressure_plate","minecraft:acacia_sapling","minecraft:acacia_sign","minecraft:acacia_slab","minecraft:acacia_stairs","minecraft:acacia_trapdoor","minecraft:acacia_wood","minecraft:activator_rail","minecraft:air","minecraft:allium","minecraft:andesite","minecraft:andesite_slab","minecraft:andesite_stairs","minecraft:andesite_wall","minecraft:anvil","minecraft:apple","minecraft:armor_stand","minecraft:arrow","minecraft:azure_bluet","minecraft:baked_potato","minecraft:bamboo","minecraft:barrel","minecraft:barrier","minecraft:bat_spawn_egg","minecraft:beacon","minecraft:bedrock","minecraft:beef","minecraft:beetroot","minecraft:beetroot_seeds","minecraft:beetroot_soup","minecraft:bell","minecraft:birch_boat","minecraft:birch_button","minecraft:birch_door","minecraft:birch_fence","minecraft:birch_fence_gate","minecraft:birch_leaves","minecraft:birch_log","minecraft:birch_planks","minecraft:birch_pressure_plate","minecraft:birch_sapling","minecraft:birch_sign","minecraft:birch_slab","minecraft:birch_stairs","minecraft:birch_trapdoor","minecraft:birch_wood","minecraft:black_banner","minecraft:black_bed","minecraft:black_carpet","minecraft:black_concrete","minecraft:black_concrete_powder","minecraft:black_dye","minecraft:black_glazed_terracotta","minecraft:black_shulker_box","minecraft:black_stained_glass","minecraft:black_stained_glass_pane","minecraft:black_terracotta","minecraft:black_wool","minecraft:blast_furnace","minecraft:blaze_powder","minecraft:blaze_rod","minecraft:blaze_spawn_egg","minecraft:blue_banner","minecraft:blue_bed","minecraft:blue_carpet","minecraft:blue_concrete","minecraft:blue_concrete_powder","minecraft:blue_dye","minecraft:blue_glazed_terracotta","minecraft:blue_ice","minecraft:blue_orchid","minecraft:blue_shulker_box","minecraft:blue_stained_glass","minecraft:blue_stained_glass_pane","minecraft:blue_terracotta","minecraft:blue_wool","minecraft:bone","minecraft:bone_block","minecraft:bone_meal","minecraft:book","minecraft:bookshelf","minecraft:bow","minecraft:bowl","minecraft:brain_coral","minecraft:brain_coral_block","minecraft:brain_coral_fan","minecraft:bread","minecraft:brewing_stand","minecraft:brick","minecraft:brick_slab","minecraft:brick_stairs","minecraft:brick_wall","minecraft:bricks","minecraft:brown_banner","minecraft:brown_bed","minecraft:brown_carpet","minecraft:brown_concrete","minecraft:brown_concrete_powder","minecraft:brown_dye","minecraft:brown_glazed_terracotta","minecraft:brown_mushroom","minecraft:brown_mushroom_block","minecraft:brown_shulker_box","minecraft:brown_stained_glass","minecraft:brown_stained_glass_pane","minecraft:brown_terracotta","minecraft:brown_wool","minecraft:bubble_coral","minecraft:bubble_coral_block","minecraft:bubble_coral_fan","minecraft:bucket","minecraft:cactus","minecraft:cake","minecraft:campfire","minecraft:carrot","minecraft:carrot_on_a_stick","minecraft:cartography_table","minecraft:carved_pumpkin","minecraft:cat_spawn_egg","minecraft:cauldron","minecraft:cave_spider_spawn_egg","minecraft:chain_command_block","minecraft:chainmail_boots","minecraft:chainmail_chestplate","minecraft:chainmail_helmet","minecraft:chainmail_leggings","minecraft:charcoal","minecraft:chest","minecraft:chest_minecart","minecraft:chicken","minecraft:chicken_spawn_egg","minecraft:chipped_anvil","minecraft:chiseled_quartz_block","minecraft:chiseled_red_sandstone","minecraft:chiseled_sandstone","minecraft:chiseled_stone_bricks","minecraft:chorus_flower","minecraft:chorus_fruit","minecraft:chorus_plant","minecraft:clay","minecraft:clay_ball","minecraft:clock","minecraft:coal","minecraft:coal_block","minecraft:coal_ore","minecraft:coarse_dirt","minecraft:cobblestone","minecraft:cobblestone_slab","minecraft:cobblestone_stairs","minecraft:cobblestone_wall","minecraft:cobweb","minecraft:cocoa_beans","minecraft:cod","minecraft:cod_bucket","minecraft:cod_spawn_egg","minecraft:command_block","minecraft:command_block_minecart","minecraft:comparator","minecraft:compass","minecraft:composter","minecraft:conduit","minecraft:cooked_beef","minecraft:cooked_chicken","minecraft:cooked_cod","minecraft:cooked_mutton","minecraft:cooked_porkchop","minecraft:cooked_rabbit","minecraft:cooked_salmon","minecraft:cookie","minecraft:cornflower","minecraft:cow_spawn_egg","minecraft:cracked_stone_bricks","minecraft:crafting_table","minecraft:creeper_banner_pattern","minecraft:creeper_head","minecraft:creeper_spawn_egg","minecraft:crossbow","minecraft:cut_red_sandstone","minecraft:cut_red_sandstone_slab","minecraft:cut_sandstone","minecraft:cut_sandstone_slab","minecraft:cyan_banner","minecraft:cyan_bed","minecraft:cyan_carpet","minecraft:cyan_concrete","minecraft:cyan_concrete_powder","minecraft:cyan_dye","minecraft:cyan_glazed_terracotta","minecraft:cyan_shulker_box","minecraft:cyan_stained_glass","minecraft:cyan_stained_glass_pane","minecraft:cyan_terracotta","minecraft:cyan_wool","minecraft:damaged_anvil","minecraft:dandelion","minecraft:dark_oak_boat","minecraft:dark_oak_button","minecraft:dark_oak_door","minecraft:dark_oak_fence","minecraft:dark_oak_fence_gate","minecraft:dark_oak_leaves","minecraft:dark_oak_log","minecraft:dark_oak_planks","minecraft:dark_oak_pressure_plate","minecraft:dark_oak_sapling","minecraft:dark_oak_sign","minecraft:dark_oak_slab","minecraft:dark_oak_stairs","minecraft:dark_oak_trapdoor","minecraft:dark_oak_wood","minecraft:dark_prismarine","minecraft:dark_prismarine_slab","minecraft:dark_prismarine_stairs","minecraft:daylight_detector","minecraft:dead_brain_coral","minecraft:dead_brain_coral_block","minecraft:dead_brain_coral_fan","minecraft:dead_bubble_coral","minecraft:dead_bubble_coral_block","minecraft:dead_bubble_coral_fan","minecraft:dead_bush","minecraft:dead_fire_coral","minecraft:dead_fire_coral_block","minecraft:dead_fire_coral_fan","minecraft:dead_horn_coral","minecraft:dead_horn_coral_block","minecraft:dead_horn_coral_fan","minecraft:dead_tube_coral","minecraft:dead_tube_coral_block","minecraft:dead_tube_coral_fan","minecraft:debug_stick","minecraft:detector_rail","minecraft:diamond","minecraft:diamond_axe","minecraft:diamond_block","minecraft:diamond_boots","minecraft:diamond_chestplate","minecraft:diamond_helmet","minecraft:diamond_hoe","minecraft:diamond_horse_armor","minecraft:diamond_leggings","minecraft:diamond_ore","minecraft:diamond_pickaxe","minecraft:diamond_shovel","minecraft:diamond_sword","minecraft:diorite","minecraft:diorite_slab","minecraft:diorite_stairs","minecraft:diorite_wall","minecraft:dirt","minecraft:dispenser","minecraft:dolphin_spawn_egg","minecraft:donkey_spawn_egg","minecraft:dragon_breath","minecraft:dragon_egg","minecraft:dragon_head","minecraft:dried_kelp","minecraft:dried_kelp_block","minecraft:dropper","minecraft:drowned_spawn_egg","minecraft:egg","minecraft:elder_guardian_spawn_egg","minecraft:elytra","minecraft:emerald","minecraft:emerald_block","minecraft:emerald_ore","minecraft:enchanted_book","minecraft:enchanted_golden_apple","minecraft:enchanting_table","minecraft:end_crystal","minecraft:end_portal_frame","minecraft:end_rod","minecraft:end_stone","minecraft:end_stone_brick_slab","minecraft:end_stone_brick_stairs","minecraft:end_stone_brick_wall","minecraft:end_stone_bricks","minecraft:ender_chest","minecraft:ender_eye","minecraft:ender_pearl","minecraft:enderman_spawn_egg","minecraft:endermite_spawn_egg","minecraft:evoker_spawn_egg","minecraft:experience_bottle","minecraft:farmland","minecraft:feather","minecraft:fermented_spider_eye","minecraft:fern","minecraft:filled_map","minecraft:fire_charge","minecraft:fire_coral","minecraft:fire_coral_block","minecraft:fire_coral_fan","minecraft:firework_rocket","minecraft:firework_star","minecraft:fishing_rod","minecraft:fletching_table","minecraft:flint","minecraft:flint_and_steel","minecraft:flower_banner_pattern","minecraft:flower_pot","minecraft:fox_spawn_egg","minecraft:furnace","minecraft:furnace_minecart","minecraft:ghast_spawn_egg","minecraft:ghast_tear","minecraft:glass","minecraft:glass_bottle","minecraft:glass_pane","minecraft:glistering_melon_slice","minecraft:globe_banner_pattern","minecraft:glowstone","minecraft:glowstone_dust","minecraft:gold_block","minecraft:gold_ingot","minecraft:gold_nugget","minecraft:gold_ore","minecraft:golden_apple","minecraft:golden_axe","minecraft:golden_boots","minecraft:golden_carrot","minecraft:golden_chestplate","minecraft:golden_helmet","minecraft:golden_hoe","minecraft:golden_horse_armor","minecraft:golden_leggings","minecraft:golden_pickaxe","minecraft:golden_shovel","minecraft:golden_sword","minecraft:granite","minecraft:granite_slab","minecraft:granite_stairs","minecraft:granite_wall","minecraft:grass","minecraft:grass_block","minecraft:grass_path","minecraft:gravel","minecraft:gray_banner","minecraft:gray_bed","minecraft:gray_carpet","minecraft:gray_concrete","minecraft:gray_concrete_powder","minecraft:gray_dye","minecraft:gray_glazed_terracotta","minecraft:gray_shulker_box","minecraft:gray_stained_glass","minecraft:gray_stained_glass_pane","minecraft:gray_terracotta","minecraft:gray_wool","minecraft:green_banner","minecraft:green_bed","minecraft:green_carpet","minecraft:green_concrete","minecraft:green_concrete_powder","minecraft:green_dye","minecraft:green_glazed_terracotta","minecraft:green_shulker_box","minecraft:green_stained_glass","minecraft:green_stained_glass_pane","minecraft:green_terracotta","minecraft:green_wool","minecraft:grindstone","minecraft:guardian_spawn_egg","minecraft:gunpowder","minecraft:hay_block","minecraft:heart_of_the_sea","minecraft:heavy_weighted_pressure_plate","minecraft:hopper","minecraft:hopper_minecart","minecraft:horn_coral","minecraft:horn_coral_block","minecraft:horn_coral_fan","minecraft:horse_spawn_egg","minecraft:husk_spawn_egg","minecraft:ice","minecraft:infested_chiseled_stone_bricks","minecraft:infested_cobblestone","minecraft:infested_cracked_stone_bricks","minecraft:infested_mossy_stone_bricks","minecraft:infested_stone","minecraft:infested_stone_bricks","minecraft:ink_sac","minecraft:iron_axe","minecraft:iron_bars","minecraft:iron_block","minecraft:iron_boots","minecraft:iron_chestplate","minecraft:iron_door","minecraft:iron_helmet","minecraft:iron_hoe","minecraft:iron_horse_armor","minecraft:iron_ingot","minecraft:iron_leggings","minecraft:iron_nugget","minecraft:iron_ore","minecraft:iron_pickaxe","minecraft:iron_shovel","minecraft:iron_sword","minecraft:iron_trapdoor","minecraft:item_frame","minecraft:jack_o_lantern","minecraft:jigsaw","minecraft:jukebox","minecraft:jungle_boat","minecraft:jungle_button","minecraft:jungle_door","minecraft:jungle_fence","minecraft:jungle_fence_gate","minecraft:jungle_leaves","minecraft:jungle_log","minecraft:jungle_planks","minecraft:jungle_pressure_plate","minecraft:jungle_sapling","minecraft:jungle_sign","minecraft:jungle_slab","minecraft:jungle_stairs","minecraft:jungle_trapdoor","minecraft:jungle_wood","minecraft:kelp","minecraft:knowledge_book","minecraft:ladder","minecraft:lantern","minecraft:lapis_block","minecraft:lapis_lazuli","minecraft:lapis_ore","minecraft:large_fern","minecraft:lava_bucket","minecraft:lead","minecraft:leather","minecraft:leather_boots","minecraft:leather_chestplate","minecraft:leather_helmet","minecraft:leather_horse_armor","minecraft:leather_leggings","minecraft:lectern","minecraft:lever","minecraft:light_blue_banner","minecraft:light_blue_bed","minecraft:light_blue_carpet","minecraft:light_blue_concrete","minecraft:light_blue_concrete_powder","minecraft:light_blue_dye","minecraft:light_blue_glazed_terracotta","minecraft:light_blue_shulker_box","minecraft:light_blue_stained_glass","minecraft:light_blue_stained_glass_pane","minecraft:light_blue_terracotta","minecraft:light_blue_wool","minecraft:light_gray_banner","minecraft:light_gray_bed","minecraft:light_gray_carpet","minecraft:light_gray_concrete","minecraft:light_gray_concrete_powder","minecraft:light_gray_dye","minecraft:light_gray_glazed_terracotta","minecraft:light_gray_shulker_box","minecraft:light_gray_stained_glass","minecraft:light_gray_stained_glass_pane","minecraft:light_gray_terracotta","minecraft:light_gray_wool","minecraft:light_weighted_pressure_plate","minecraft:lilac","minecraft:lily_of_the_valley","minecraft:lily_pad","minecraft:lime_banner","minecraft:lime_bed","minecraft:lime_carpet","minecraft:lime_concrete","minecraft:lime_concrete_powder","minecraft:lime_dye","minecraft:lime_glazed_terracotta","minecraft:lime_shulker_box","minecraft:lime_stained_glass","minecraft:lime_stained_glass_pane","minecraft:lime_terracotta","minecraft:lime_wool","minecraft:lingering_potion","minecraft:llama_spawn_egg","minecraft:loom","minecraft:magenta_banner","minecraft:magenta_bed","minecraft:magenta_carpet","minecraft:magenta_concrete","minecraft:magenta_concrete_powder","minecraft:magenta_dye","minecraft:magenta_glazed_terracotta","minecraft:magenta_shulker_box","minecraft:magenta_stained_glass","minecraft:magenta_stained_glass_pane","minecraft:magenta_terracotta","minecraft:magenta_wool","minecraft:magma_block","minecraft:magma_cream","minecraft:magma_cube_spawn_egg","minecraft:map","minecraft:melon","minecraft:melon_seeds","minecraft:melon_slice","minecraft:milk_bucket","minecraft:minecart","minecraft:mojang_banner_pattern","minecraft:mooshroom_spawn_egg","minecraft:mossy_cobblestone","minecraft:mossy_cobblestone_slab","minecraft:mossy_cobblestone_stairs","minecraft:mossy_cobblestone_wall","minecraft:mossy_stone_brick_slab","minecraft:mossy_stone_brick_stairs","minecraft:mossy_stone_brick_wall","minecraft:mossy_stone_bricks","minecraft:mule_spawn_egg","minecraft:mushroom_stem","minecraft:mushroom_stew","minecraft:music_disc_11","minecraft:music_disc_13","minecraft:music_disc_blocks","minecraft:music_disc_cat","minecraft:music_disc_chirp","minecraft:music_disc_far","minecraft:music_disc_mall","minecraft:music_disc_mellohi","minecraft:music_disc_stal","minecraft:music_disc_strad","minecraft:music_disc_wait","minecraft:music_disc_ward","minecraft:mutton","minecraft:mycelium","minecraft:name_tag","minecraft:nautilus_shell","minecraft:nether_brick","minecraft:nether_brick_fence","minecraft:nether_brick_slab","minecraft:nether_brick_stairs","minecraft:nether_brick_wall","minecraft:nether_bricks","minecraft:nether_quartz_ore","minecraft:nether_star","minecraft:nether_wart","minecraft:nether_wart_block","minecraft:netherrack","minecraft:note_block","minecraft:oak_boat","minecraft:oak_button","minecraft:oak_door","minecraft:oak_fence","minecraft:oak_fence_gate","minecraft:oak_leaves","minecraft:oak_log","minecraft:oak_planks","minecraft:oak_pressure_plate","minecraft:oak_sapling","minecraft:oak_sign","minecraft:oak_slab","minecraft:oak_stairs","minecraft:oak_trapdoor","minecraft:oak_wood","minecraft:observer","minecraft:obsidian","minecraft:ocelot_spawn_egg","minecraft:orange_banner","minecraft:orange_bed","minecraft:orange_carpet","minecraft:orange_concrete","minecraft:orange_concrete_powder","minecraft:orange_dye","minecraft:orange_glazed_terracotta","minecraft:orange_shulker_box","minecraft:orange_stained_glass","minecraft:orange_stained_glass_pane","minecraft:orange_terracotta","minecraft:orange_tulip","minecraft:orange_wool","minecraft:oxeye_daisy","minecraft:packed_ice","minecraft:painting","minecraft:panda_spawn_egg","minecraft:paper","minecraft:parrot_spawn_egg","minecraft:peony","minecraft:petrified_oak_slab","minecraft:phantom_membrane","minecraft:phantom_spawn_egg","minecraft:pig_spawn_egg","minecraft:pillager_spawn_egg","minecraft:pink_banner","minecraft:pink_bed","minecraft:pink_carpet","minecraft:pink_concrete","minecraft:pink_concrete_powder","minecraft:pink_dye","minecraft:pink_glazed_terracotta","minecraft:pink_shulker_box","minecraft:pink_stained_glass","minecraft:pink_stained_glass_pane","minecraft:pink_terracotta","minecraft:pink_tulip","minecraft:pink_wool","minecraft:piston","minecraft:player_head","minecraft:podzol","minecraft:poisonous_potato","minecraft:polar_bear_spawn_egg","minecraft:polished_andesite","minecraft:polished_andesite_slab","minecraft:polished_andesite_stairs","minecraft:polished_diorite","minecraft:polished_diorite_slab","minecraft:polished_diorite_stairs","minecraft:polished_granite","minecraft:polished_granite_slab","minecraft:polished_granite_stairs","minecraft:popped_chorus_fruit","minecraft:poppy","minecraft:porkchop","minecraft:potato","minecraft:potion","minecraft:powered_rail","minecraft:prismarine","minecraft:prismarine_brick_slab","minecraft:prismarine_brick_stairs","minecraft:prismarine_bricks","minecraft:prismarine_crystals","minecraft:prismarine_shard","minecraft:prismarine_slab","minecraft:prismarine_stairs","minecraft:prismarine_wall","minecraft:pufferfish","minecraft:pufferfish_bucket","minecraft:pufferfish_spawn_egg","minecraft:pumpkin","minecraft:pumpkin_pie","minecraft:pumpkin_seeds","minecraft:purple_banner","minecraft:purple_bed","minecraft:purple_carpet","minecraft:purple_concrete","minecraft:purple_concrete_powder","minecraft:purple_dye","minecraft:purple_glazed_terracotta","minecraft:purple_shulker_box","minecraft:purple_stained_glass","minecraft:purple_stained_glass_pane","minecraft:purple_terracotta","minecraft:purple_wool","minecraft:purpur_block","minecraft:purpur_pillar","minecraft:purpur_slab","minecraft:purpur_stairs","minecraft:quartz","minecraft:quartz_block","minecraft:quartz_pillar","minecraft:quartz_slab","minecraft:quartz_stairs","minecraft:rabbit","minecraft:rabbit_foot","minecraft:rabbit_hide","minecraft:rabbit_spawn_egg","minecraft:rabbit_stew","minecraft:rail","minecraft:ravager_spawn_egg","minecraft:red_banner","minecraft:red_bed","minecraft:red_carpet","minecraft:red_concrete","minecraft:red_concrete_powder","minecraft:red_dye","minecraft:red_glazed_terracotta","minecraft:red_mushroom","minecraft:red_mushroom_block","minecraft:red_nether_brick_slab","minecraft:red_nether_brick_stairs","minecraft:red_nether_brick_wall","minecraft:red_nether_bricks","minecraft:red_sand","minecraft:red_sandstone","minecraft:red_sandstone_slab","minecraft:red_sandstone_stairs","minecraft:red_sandstone_wall","minecraft:red_shulker_box","minecraft:red_stained_glass","minecraft:red_stained_glass_pane","minecraft:red_terracotta","minecraft:red_tulip","minecraft:red_wool","minecraft:redstone","minecraft:redstone_block","minecraft:redstone_lamp","minecraft:redstone_ore","minecraft:redstone_torch","minecraft:repeater","minecraft:repeating_command_block","minecraft:rose_bush","minecraft:rotten_flesh","minecraft:saddle","minecraft:salmon","minecraft:salmon_bucket","minecraft:salmon_spawn_egg","minecraft:sand","minecraft:sandstone","minecraft:sandstone_slab","minecraft:sandstone_stairs","minecraft:sandstone_wall","minecraft:scaffolding","minecraft:scute","minecraft:sea_lantern","minecraft:sea_pickle","minecraft:seagrass","minecraft:shears","minecraft:sheep_spawn_egg","minecraft:shield","minecraft:shulker_box","minecraft:shulker_shell","minecraft:shulker_spawn_egg","minecraft:silverfish_spawn_egg","minecraft:skeleton_horse_spawn_egg","minecraft:skeleton_skull","minecraft:skeleton_spawn_egg","minecraft:skull_banner_pattern","minecraft:slime_ball","minecraft:slime_block","minecraft:slime_spawn_egg","minecraft:smithing_table","minecraft:smoker","minecraft:smooth_quartz","minecraft:smooth_quartz_slab","minecraft:smooth_quartz_stairs","minecraft:smooth_red_sandstone","minecraft:smooth_red_sandstone_slab","minecraft:smooth_red_sandstone_stairs","minecraft:smooth_sandstone","minecraft:smooth_sandstone_slab","minecraft:smooth_sandstone_stairs","minecraft:smooth_stone","minecraft:smooth_stone_slab","minecraft:snow","minecraft:snow_block","minecraft:snowball","minecraft:soul_sand","minecraft:spawner","minecraft:spectral_arrow","minecraft:spider_eye","minecraft:spider_spawn_egg","minecraft:splash_potion","minecraft:sponge","minecraft:spruce_boat","minecraft:spruce_button","minecraft:spruce_door","minecraft:spruce_fence","minecraft:spruce_fence_gate","minecraft:spruce_leaves","minecraft:spruce_log","minecraft:spruce_planks","minecraft:spruce_pressure_plate","minecraft:spruce_sapling","minecraft:spruce_sign","minecraft:spruce_slab","minecraft:spruce_stairs","minecraft:spruce_trapdoor","minecraft:spruce_wood","minecraft:squid_spawn_egg","minecraft:stick","minecraft:sticky_piston","minecraft:stone","minecraft:stone_axe","minecraft:stone_brick_slab","minecraft:stone_brick_stairs","minecraft:stone_brick_wall","minecraft:stone_bricks","minecraft:stone_button","minecraft:stone_hoe","minecraft:stone_pickaxe","minecraft:stone_pressure_plate","minecraft:stone_shovel","minecraft:stone_slab","minecraft:stone_stairs","minecraft:stone_sword","minecraft:stonecutter","minecraft:stray_spawn_egg","minecraft:string","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood","minecraft:structure_block","minecraft:structure_void","minecraft:sugar","minecraft:sugar_cane","minecraft:sunflower","minecraft:suspicious_stew","minecraft:sweet_berries","minecraft:tall_grass","minecraft:terracotta","minecraft:tipped_arrow","minecraft:tnt","minecraft:tnt_minecart","minecraft:torch","minecraft:totem_of_undying","minecraft:trader_llama_spawn_egg","minecraft:trapped_chest","minecraft:trident","minecraft:tripwire_hook","minecraft:tropical_fish","minecraft:tropical_fish_bucket","minecraft:tropical_fish_spawn_egg","minecraft:tube_coral","minecraft:tube_coral_block","minecraft:tube_coral_fan","minecraft:turtle_egg","minecraft:turtle_helmet","minecraft:turtle_spawn_egg","minecraft:vex_spawn_egg","minecraft:villager_spawn_egg","minecraft:vindicator_spawn_egg","minecraft:vine","minecraft:wandering_trader_spawn_egg","minecraft:water_bucket","minecraft:wet_sponge","minecraft:wheat","minecraft:wheat_seeds","minecraft:white_banner","minecraft:white_bed","minecraft:white_carpet","minecraft:white_concrete","minecraft:white_concrete_powder","minecraft:white_dye","minecraft:white_glazed_terracotta","minecraft:white_shulker_box","minecraft:white_stained_glass","minecraft:white_stained_glass_pane","minecraft:white_terracotta","minecraft:white_tulip","minecraft:white_wool","minecraft:witch_spawn_egg","minecraft:wither_rose","minecraft:wither_skeleton_skull","minecraft:wither_skeleton_spawn_egg","minecraft:wolf_spawn_egg","minecraft:wooden_axe","minecraft:wooden_hoe","minecraft:wooden_pickaxe","minecraft:wooden_shovel","minecraft:wooden_sword","minecraft:writable_book","minecraft:written_book","minecraft:yellow_banner","minecraft:yellow_bed","minecraft:yellow_carpet","minecraft:yellow_concrete","minecraft:yellow_concrete_powder","minecraft:yellow_dye","minecraft:yellow_glazed_terracotta","minecraft:yellow_shulker_box","minecraft:yellow_stained_glass","minecraft:yellow_stained_glass_pane","minecraft:yellow_terracotta","minecraft:yellow_wool","minecraft:zombie_head","minecraft:zombie_horse_spawn_egg","minecraft:zombie_pigman_spawn_egg","minecraft:zombie_spawn_egg","minecraft:zombie_villager_spawn_egg"],"entities":["minecraft:area_effect_cloud","minecraft:armor_stand","minecraft:arrow","minecraft:bat","minecraft:blaze","minecraft:boat","minecraft:cat","minecraft:cave_spider","minecraft:chest_minecart","minecraft:chicken","minecraft:cod","minecraft:command_block_minecart","minecraft:cow","minecraft:creeper","minecraft:dolphin","minecraft:donkey","minecraft:dragon_fireball","minecraft:drowned","minecraft:egg","minecraft:elder_guardian","minecraft:end_crystal","minecraft:ender_dragon","minecraft:ender_pearl","minecraft:enderman","minecraft:endermite","minecraft:evoker","minecraft:evoker_fangs","minecraft:experience_bottle","minecraft:experience_orb","minecraft:eye_of_ender","minecraft:falling_block","minecraft:fireball","minecraft:firework_rocket","minecraft:fishing_bobber","minecraft:fox","minecraft:furnace_minecart","minecraft:ghast","minecraft:giant","minecraft:guardian","minecraft:hopper_minecart","minecraft:horse","minecraft:husk","minecraft:illusioner","minecraft:iron_golem","minecraft:item","minecraft:item_frame","minecraft:leash_knot","minecraft:lightning_bolt","minecraft:llama","minecraft:llama_spit","minecraft:magma_cube","minecraft:minecart","minecraft:mooshroom","minecraft:mule","minecraft:ocelot","minecraft:painting","minecraft:panda","minecraft:parrot","minecraft:phantom","minecraft:pig","minecraft:pillager","minecraft:player","minecraft:polar_bear","minecraft:potion","minecraft:pufferfish","minecraft:rabbit","minecraft:ravager","minecraft:salmon","minecraft:sheep","minecraft:shulker","minecraft:shulker_bullet","minecraft:silverfish","minecraft:skeleton","minecraft:skeleton_horse","minecraft:slime","minecraft:small_fireball","minecraft:snow_golem","minecraft:snowball","minecraft:spawner_minecart","minecraft:spectral_arrow","minecraft:spider","minecraft:squid","minecraft:stray","minecraft:tnt","minecraft:tnt_minecart","minecraft:trader_llama","minecraft:trident","minecraft:tropical_fish","minecraft:turtle","minecraft:vex","minecraft:villager","minecraft:vindicator","minecraft:wandering_trader","minecraft:witch","minecraft:wither","minecraft:wither_skeleton","minecraft:wither_skull","minecraft:wolf","minecraft:zombie","minecraft:zombie_horse","minecraft:zombie_pigman","minecraft:zombie_villager"],"biomes":["minecraft:badlands","minecraft:badlands_plateau","minecraft:bamboo_jungle","minecraft:bamboo_jungle_hills","minecraft:beach","minecraft:birch_forest","minecraft:birch_forest_hills","minecraft:cold_ocean","minecraft:dark_forest","minecraft:dark_forest_hills","minecraft:deep_cold_ocean","minecraft:deep_frozen_ocean","minecraft:deep_lukewarm_ocean","minecraft:deep_ocean","minecraft:deep_warm_ocean","minecraft:desert","minecraft:desert_hills","minecraft:desert_lakes","minecraft:end_barrens","minecraft:end_highlands","minecraft:end_midlands","minecraft:eroded_badlands","minecraft:flower_forest","minecraft:forest","minecraft:frozen_ocean","minecraft:frozen_river","minecraft:giant_spruce_taiga","minecraft:giant_spruce_taiga_hills","minecraft:giant_tree_taiga","minecraft:giant_tree_taiga_hills","minecraft:gravelly_mountains","minecraft:ice_spikes","minecraft:jungle","minecraft:jungle_edge","minecraft:jungle_hills","minecraft:lukewarm_ocean","minecraft:modified_badlands_plateau","minecraft:modified_gravelly_mountains","minecraft:modified_jungle","minecraft:modified_jungle_edge","minecraft:modified_wooded_badlands_plateau","minecraft:mountain_edge","minecraft:mountains","minecraft:mushroom_field_shore","minecraft:mushroom_fields","minecraft:nether","minecraft:ocean","minecraft:plains","minecraft:river","minecraft:savanna","minecraft:savanna_plateau","minecraft:shattered_savanna","minecraft:shattered_savanna_plateau","minecraft:small_end_islands","minecraft:snowy_beach","minecraft:snowy_mountains","minecraft:snowy_taiga","minecraft:snowy_taiga_hills","minecraft:snowy_taiga_mountains","minecraft:snowy_tundra","minecraft:stone_shore","minecraft:sunflower_plains","minecraft:swamp","minecraft:swamp_hills","minecraft:taiga","minecraft:taiga_hills","minecraft:taiga_mountains","minecraft:tall_birch_forest","minecraft:tall_birch_hills","minecraft:the_end","minecraft:the_void","minecraft:warm_ocean","minecraft:wooded_badlands_plateau","minecraft:wooded_hills","minecraft:wooded_mountains"],"blocktags":{"minecraft:slabs":["minecraft:stone_slab","minecraft:smooth_stone_slab","minecraft:stone_brick_slab","minecraft:sandstone_slab","minecraft:acacia_slab","minecraft:birch_slab","minecraft:dark_oak_slab","minecraft:jungle_slab","minecraft:oak_slab","minecraft:spruce_slab","minecraft:purpur_slab","minecraft:quartz_slab","minecraft:red_sandstone_slab","minecraft:brick_slab","minecraft:cobblestone_slab","minecraft:nether_brick_slab","minecraft:petrified_oak_slab","minecraft:prismarine_slab","minecraft:prismarine_brick_slab","minecraft:dark_prismarine_slab","minecraft:polished_granite_slab","minecraft:smooth_red_sandstone_slab","minecraft:mossy_stone_brick_slab","minecraft:polished_diorite_slab","minecraft:mossy_cobblestone_slab","minecraft:end_stone_brick_slab","minecraft:smooth_sandstone_slab","minecraft:smooth_quartz_slab","minecraft:granite_slab","minecraft:andesite_slab","minecraft:red_nether_brick_slab","minecraft:polished_andesite_slab","minecraft:diorite_slab","minecraft:cut_sandstone_slab","minecraft:cut_red_sandstone_slab"],"minecraft:carpets":["minecraft:white_carpet","minecraft:orange_carpet","minecraft:magenta_carpet","minecraft:light_blue_carpet","minecraft:yellow_carpet","minecraft:lime_carpet","minecraft:pink_carpet","minecraft:gray_carpet","minecraft:light_gray_carpet","minecraft:cyan_carpet","minecraft:purple_carpet","minecraft:blue_carpet","minecraft:brown_carpet","minecraft:green_carpet","minecraft:red_carpet","minecraft:black_carpet"],"minecraft:stairs":["minecraft:oak_stairs","minecraft:cobblestone_stairs","minecraft:spruce_stairs","minecraft:sandstone_stairs","minecraft:acacia_stairs","minecraft:jungle_stairs","minecraft:birch_stairs","minecraft:dark_oak_stairs","minecraft:nether_brick_stairs","minecraft:stone_brick_stairs","minecraft:brick_stairs","minecraft:purpur_stairs","minecraft:quartz_stairs","minecraft:red_sandstone_stairs","minecraft:prismarine_brick_stairs","minecraft:prismarine_stairs","minecraft:dark_prismarine_stairs","minecraft:polished_granite_stairs","minecraft:smooth_red_sandstone_stairs","minecraft:mossy_stone_brick_stairs","minecraft:polished_diorite_stairs","minecraft:mossy_cobblestone_stairs","minecraft:end_stone_brick_stairs","minecraft:stone_stairs","minecraft:smooth_sandstone_stairs","minecraft:smooth_quartz_stairs","minecraft:granite_stairs","minecraft:andesite_stairs","minecraft:red_nether_brick_stairs","minecraft:polished_andesite_stairs","minecraft:diorite_stairs"],"minecraft:wooden_doors":["minecraft:oak_door","minecraft:spruce_door","minecraft:birch_door","minecraft:jungle_door","minecraft:acacia_door","minecraft:dark_oak_door"],"minecraft:jungle_logs":["minecraft:jungle_log","minecraft:jungle_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood"],"minecraft:planks":["minecraft:oak_planks","minecraft:spruce_planks","minecraft:birch_planks","minecraft:jungle_planks","minecraft:acacia_planks","minecraft:dark_oak_planks"],"minecraft:wall_corals":["minecraft:tube_coral_wall_fan","minecraft:brain_coral_wall_fan","minecraft:bubble_coral_wall_fan","minecraft:fire_coral_wall_fan","minecraft:horn_coral_wall_fan"],"minecraft:acacia_logs":["minecraft:acacia_log","minecraft:acacia_wood","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood"],"minecraft:wither_immune":["minecraft:barrier","minecraft:bedrock","minecraft:end_portal","minecraft:end_portal_frame","minecraft:end_gateway","minecraft:command_block","minecraft:repeating_command_block","minecraft:chain_command_block","minecraft:structure_block","minecraft:jigsaw","minecraft:moving_piston"],"minecraft:flower_pots":["minecraft:flower_pot","minecraft:potted_poppy","minecraft:potted_blue_orchid","minecraft:potted_allium","minecraft:potted_azure_bluet","minecraft:potted_red_tulip","minecraft:potted_orange_tulip","minecraft:potted_white_tulip","minecraft:potted_pink_tulip","minecraft:potted_oxeye_daisy","minecraft:potted_dandelion","minecraft:potted_oak_sapling","minecraft:potted_spruce_sapling","minecraft:potted_birch_sapling","minecraft:potted_jungle_sapling","minecraft:potted_acacia_sapling","minecraft:potted_dark_oak_sapling","minecraft:potted_red_mushroom","minecraft:potted_brown_mushroom","minecraft:potted_dead_bush","minecraft:potted_fern","minecraft:potted_cactus","minecraft:potted_cornflower","minecraft:potted_lily_of_the_valley","minecraft:potted_wither_rose","minecraft:potted_bamboo"],"minecraft:stone_bricks":["minecraft:stone_bricks","minecraft:mossy_stone_bricks","minecraft:cracked_stone_bricks","minecraft:chiseled_stone_bricks"],"minecraft:enderman_holdable":["minecraft:grass_block","minecraft:dirt","minecraft:coarse_dirt","minecraft:podzol","minecraft:sand","minecraft:red_sand","minecraft:gravel","minecraft:brown_mushroom","minecraft:red_mushroom","minecraft:tnt","minecraft:cactus","minecraft:clay","minecraft:pumpkin","minecraft:carved_pumpkin","minecraft:melon","minecraft:mycelium","minecraft:netherrack","minecraft:dandelion","minecraft:poppy","minecraft:blue_orchid","minecraft:allium","minecraft:azure_bluet","minecraft:red_tulip","minecraft:orange_tulip","minecraft:white_tulip","minecraft:pink_tulip","minecraft:oxeye_daisy","minecraft:cornflower","minecraft:lily_of_the_valley","minecraft:wither_rose"],"minecraft:spruce_logs":["minecraft:spruce_log","minecraft:spruce_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood"],"minecraft:wooden_slabs":["minecraft:oak_slab","minecraft:spruce_slab","minecraft:birch_slab","minecraft:jungle_slab","minecraft:acacia_slab","minecraft:dark_oak_slab"],"minecraft:coral_blocks":["minecraft:tube_coral_block","minecraft:brain_coral_block","minecraft:bubble_coral_block","minecraft:fire_coral_block","minecraft:horn_coral_block"],"minecraft:signs":["minecraft:oak_sign","minecraft:spruce_sign","minecraft:birch_sign","minecraft:acacia_sign","minecraft:jungle_sign","minecraft:dark_oak_sign","minecraft:oak_wall_sign","minecraft:spruce_wall_sign","minecraft:birch_wall_sign","minecraft:acacia_wall_sign","minecraft:jungle_wall_sign","minecraft:dark_oak_wall_sign"],"minecraft:dark_oak_logs":["minecraft:dark_oak_log","minecraft:dark_oak_wood","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood"],"minecraft:sand":["minecraft:sand","minecraft:red_sand"],"minecraft:valid_spawn":["minecraft:grass_block","minecraft:podzol"],"minecraft:underwater_bonemeals":["minecraft:seagrass","minecraft:tube_coral_fan","minecraft:brain_coral_fan","minecraft:bubble_coral_fan","minecraft:fire_coral_fan","minecraft:horn_coral_fan","minecraft:tube_coral","minecraft:brain_coral","minecraft:bubble_coral","minecraft:fire_coral","minecraft:horn_coral","minecraft:tube_coral_wall_fan","minecraft:brain_coral_wall_fan","minecraft:bubble_coral_wall_fan","minecraft:fire_coral_wall_fan","minecraft:horn_coral_wall_fan"],"minecraft:oak_logs":["minecraft:oak_log","minecraft:oak_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood"],"minecraft:buttons":["minecraft:stone_button","minecraft:oak_button","minecraft:spruce_button","minecraft:birch_button","minecraft:jungle_button","minecraft:acacia_button","minecraft:dark_oak_button"],"minecraft:wooden_pressure_plates":["minecraft:oak_pressure_plate","minecraft:spruce_pressure_plate","minecraft:birch_pressure_plate","minecraft:jungle_pressure_plate","minecraft:acacia_pressure_plate","minecraft:dark_oak_pressure_plate"],"minecraft:beds":["minecraft:red_bed","minecraft:black_bed","minecraft:blue_bed","minecraft:brown_bed","minecraft:cyan_bed","minecraft:gray_bed","minecraft:green_bed","minecraft:light_blue_bed","minecraft:light_gray_bed","minecraft:lime_bed","minecraft:magenta_bed","minecraft:orange_bed","minecraft:pink_bed","minecraft:purple_bed","minecraft:white_bed","minecraft:yellow_bed"],"minecraft:walls":["minecraft:cobblestone_wall","minecraft:mossy_cobblestone_wall","minecraft:brick_wall","minecraft:prismarine_wall","minecraft:red_sandstone_wall","minecraft:mossy_stone_brick_wall","minecraft:granite_wall","minecraft:stone_brick_wall","minecraft:nether_brick_wall","minecraft:andesite_wall","minecraft:red_nether_brick_wall","minecraft:sandstone_wall","minecraft:end_stone_brick_wall","minecraft:diorite_wall"],"minecraft:rails":["minecraft:rail","minecraft:powered_rail","minecraft:detector_rail","minecraft:activator_rail"],"minecraft:birch_logs":["minecraft:birch_log","minecraft:birch_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood"],"minecraft:wooden_trapdoors":["minecraft:acacia_trapdoor","minecraft:birch_trapdoor","minecraft:dark_oak_trapdoor","minecraft:jungle_trapdoor","minecraft:oak_trapdoor","minecraft:spruce_trapdoor"],"minecraft:wooden_fences":["minecraft:oak_fence","minecraft:acacia_fence","minecraft:dark_oak_fence","minecraft:spruce_fence","minecraft:birch_fence","minecraft:jungle_fence"],"minecraft:saplings":["minecraft:oak_sapling","minecraft:spruce_sapling","minecraft:birch_sapling","minecraft:jungle_sapling","minecraft:acacia_sapling","minecraft:dark_oak_sapling"],"minecraft:small_flowers":["minecraft:dandelion","minecraft:poppy","minecraft:blue_orchid","minecraft:allium","minecraft:azure_bluet","minecraft:red_tulip","minecraft:orange_tulip","minecraft:white_tulip","minecraft:pink_tulip","minecraft:oxeye_daisy","minecraft:cornflower","minecraft:lily_of_the_valley","minecraft:wither_rose"],"minecraft:bamboo_plantable_on":["minecraft:bamboo","minecraft:bamboo_sapling","minecraft:gravel","minecraft:sand","minecraft:red_sand","minecraft:dirt","minecraft:grass_block","minecraft:podzol","minecraft:coarse_dirt","minecraft:mycelium"],"minecraft:ice":["minecraft:ice","minecraft:packed_ice","minecraft:blue_ice","minecraft:frosted_ice"],"minecraft:wooden_stairs":["minecraft:oak_stairs","minecraft:spruce_stairs","minecraft:birch_stairs","minecraft:jungle_stairs","minecraft:acacia_stairs","minecraft:dark_oak_stairs"],"minecraft:anvil":["minecraft:anvil","minecraft:chipped_anvil","minecraft:damaged_anvil"],"minecraft:logs":["minecraft:dark_oak_log","minecraft:dark_oak_wood","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood","minecraft:oak_log","minecraft:oak_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood","minecraft:acacia_log","minecraft:acacia_wood","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood","minecraft:birch_log","minecraft:birch_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood","minecraft:jungle_log","minecraft:jungle_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood","minecraft:spruce_log","minecraft:spruce_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood"],"minecraft:corals":["minecraft:tube_coral_fan","minecraft:brain_coral_fan","minecraft:bubble_coral_fan","minecraft:fire_coral_fan","minecraft:horn_coral_fan","minecraft:tube_coral","minecraft:brain_coral","minecraft:bubble_coral","minecraft:fire_coral","minecraft:horn_coral"],"minecraft:wooden_buttons":["minecraft:oak_button","minecraft:spruce_button","minecraft:birch_button","minecraft:jungle_button","minecraft:acacia_button","minecraft:dark_oak_button"],"minecraft:wool":["minecraft:white_wool","minecraft:orange_wool","minecraft:magenta_wool","minecraft:light_blue_wool","minecraft:yellow_wool","minecraft:lime_wool","minecraft:pink_wool","minecraft:gray_wool","minecraft:light_gray_wool","minecraft:cyan_wool","minecraft:purple_wool","minecraft:blue_wool","minecraft:brown_wool","minecraft:green_wool","minecraft:red_wool","minecraft:black_wool"],"minecraft:coral_plants":["minecraft:tube_coral","minecraft:brain_coral","minecraft:bubble_coral","minecraft:fire_coral","minecraft:horn_coral"],"minecraft:banners":["minecraft:white_banner","minecraft:orange_banner","minecraft:magenta_banner","minecraft:light_blue_banner","minecraft:yellow_banner","minecraft:lime_banner","minecraft:pink_banner","minecraft:gray_banner","minecraft:light_gray_banner","minecraft:cyan_banner","minecraft:purple_banner","minecraft:blue_banner","minecraft:brown_banner","minecraft:green_banner","minecraft:red_banner","minecraft:black_banner","minecraft:white_wall_banner","minecraft:orange_wall_banner","minecraft:magenta_wall_banner","minecraft:light_blue_wall_banner","minecraft:yellow_wall_banner","minecraft:lime_wall_banner","minecraft:pink_wall_banner","minecraft:gray_wall_banner","minecraft:light_gray_wall_banner","minecraft:cyan_wall_banner","minecraft:purple_wall_banner","minecraft:blue_wall_banner","minecraft:brown_wall_banner","minecraft:green_wall_banner","minecraft:red_wall_banner","minecraft:black_wall_banner"],"minecraft:dragon_immune":["minecraft:barrier","minecraft:bedrock","minecraft:end_portal","minecraft:end_portal_frame","minecraft:end_gateway","minecraft:command_block","minecraft:repeating_command_block","minecraft:chain_command_block","minecraft:structure_block","minecraft:jigsaw","minecraft:moving_piston","minecraft:obsidian","minecraft:end_stone","minecraft:iron_bars"],"minecraft:doors":["minecraft:iron_door","minecraft:oak_door","minecraft:spruce_door","minecraft:birch_door","minecraft:jungle_door","minecraft:acacia_door","minecraft:dark_oak_door"],"minecraft:fences":["minecraft:nether_brick_fence","minecraft:oak_fence","minecraft:acacia_fence","minecraft:dark_oak_fence","minecraft:spruce_fence","minecraft:birch_fence","minecraft:jungle_fence"],"minecraft:wall_signs":["minecraft:oak_wall_sign","minecraft:spruce_wall_sign","minecraft:birch_wall_sign","minecraft:acacia_wall_sign","minecraft:jungle_wall_sign","minecraft:dark_oak_wall_sign"],"minecraft:standing_signs":["minecraft:oak_sign","minecraft:spruce_sign","minecraft:birch_sign","minecraft:acacia_sign","minecraft:jungle_sign","minecraft:dark_oak_sign"],"minecraft:dirt_like":["minecraft:dirt","minecraft:grass_block","minecraft:podzol","minecraft:coarse_dirt","minecraft:mycelium"],"minecraft:impermeable":["minecraft:glass","minecraft:white_stained_glass","minecraft:orange_stained_glass","minecraft:magenta_stained_glass","minecraft:light_blue_stained_glass","minecraft:yellow_stained_glass","minecraft:lime_stained_glass","minecraft:pink_stained_glass","minecraft:gray_stained_glass","minecraft:light_gray_stained_glass","minecraft:cyan_stained_glass","minecraft:purple_stained_glass","minecraft:blue_stained_glass","minecraft:brown_stained_glass","minecraft:green_stained_glass","minecraft:red_stained_glass","minecraft:black_stained_glass"],"minecraft:trapdoors":["minecraft:iron_trapdoor","minecraft:acacia_trapdoor","minecraft:birch_trapdoor","minecraft:dark_oak_trapdoor","minecraft:jungle_trapdoor","minecraft:oak_trapdoor","minecraft:spruce_trapdoor"],"minecraft:leaves":["minecraft:jungle_leaves","minecraft:oak_leaves","minecraft:spruce_leaves","minecraft:dark_oak_leaves","minecraft:acacia_leaves","minecraft:birch_leaves"]},"itemtags":{"minecraft:boats":["minecraft:oak_boat","minecraft:spruce_boat","minecraft:birch_boat","minecraft:jungle_boat","minecraft:acacia_boat","minecraft:dark_oak_boat"],"minecraft:banners":["minecraft:white_banner","minecraft:orange_banner","minecraft:magenta_banner","minecraft:light_blue_banner","minecraft:yellow_banner","minecraft:lime_banner","minecraft:pink_banner","minecraft:gray_banner","minecraft:light_gray_banner","minecraft:cyan_banner","minecraft:purple_banner","minecraft:blue_banner","minecraft:brown_banner","minecraft:green_banner","minecraft:red_banner","minecraft:black_banner"],"minecraft:arrows":["minecraft:arrow","minecraft:tipped_arrow","minecraft:spectral_arrow"],"minecraft:coals":["minecraft:coal","minecraft:charcoal"],"minecraft:music_discs":["minecraft:music_disc_13","minecraft:music_disc_cat","minecraft:music_disc_blocks","minecraft:music_disc_chirp","minecraft:music_disc_far","minecraft:music_disc_mall","minecraft:music_disc_mellohi","minecraft:music_disc_stal","minecraft:music_disc_strad","minecraft:music_disc_ward","minecraft:music_disc_11","minecraft:music_disc_wait"],"minecraft:fishes":["minecraft:cod","minecraft:cooked_cod","minecraft:salmon","minecraft:cooked_salmon","minecraft:pufferfish","minecraft:tropical_fish"]},"entitytags":{"minecraft:raiders":["minecraft:evoker","minecraft:pillager","minecraft:ravager","minecraft:vindicator","minecraft:illusioner","minecraft:witch"],"minecraft:skeletons":["minecraft:skeleton","minecraft:stray","minecraft:wither_skeleton"]}}
\ No newline at end of file
+{
+ "blocks": {
+ "minecraft:acacia_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:acacia_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:acacia_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:acacia_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:acacia_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:acacia_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:acacia_log[axis=y]"
+ },
+ "minecraft:acacia_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:acacia_planks"
+ },
+ "minecraft:acacia_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_pressure_plate[powered=false]"
+ },
+ "minecraft:acacia_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:acacia_sapling[stage=0]"
+ },
+ "minecraft:acacia_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:acacia_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:acacia_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:acacia_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:acacia_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:acacia_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:acacia_wood[axis=y]"
+ },
+ "minecraft:activator_rail": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "shape": {
+ "values": [
+ "north_south",
+ "east_west",
+ "ascending_east",
+ "ascending_west",
+ "ascending_north",
+ "ascending_south"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:activator_rail[powered=false,shape=north_south]"
+ },
+ "minecraft:air": {
+ "properties": {},
+ "defaultstate": "minecraft:air"
+ },
+ "minecraft:allium": {
+ "properties": {},
+ "defaultstate": "minecraft:allium"
+ },
+ "minecraft:andesite": {
+ "properties": {},
+ "defaultstate": "minecraft:andesite"
+ },
+ "minecraft:andesite_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:andesite_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:andesite_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:andesite_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:andesite_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:anvil": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:anvil[facing=north]"
+ },
+ "minecraft:attached_melon_stem": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:attached_melon_stem[facing=north]"
+ },
+ "minecraft:attached_pumpkin_stem": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:attached_pumpkin_stem[facing=north]"
+ },
+ "minecraft:azure_bluet": {
+ "properties": {},
+ "defaultstate": "minecraft:azure_bluet"
+ },
+ "minecraft:bamboo": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ },
+ "leaves": {
+ "values": [
+ "none",
+ "small",
+ "large"
+ ],
+ "type": "enum"
+ },
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:bamboo[age=0,leaves=none,stage=0]"
+ },
+ "minecraft:bamboo_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:bamboo_sapling"
+ },
+ "minecraft:barrel": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:barrel[facing=north,open=false]"
+ },
+ "minecraft:barrier": {
+ "properties": {},
+ "defaultstate": "minecraft:barrier"
+ },
+ "minecraft:beacon": {
+ "properties": {},
+ "defaultstate": "minecraft:beacon"
+ },
+ "minecraft:bedrock": {
+ "properties": {},
+ "defaultstate": "minecraft:bedrock"
+ },
+ "minecraft:beetroots": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:beetroots[age=0]"
+ },
+ "minecraft:bell": {
+ "properties": {
+ "attachment": {
+ "values": [
+ "floor",
+ "ceiling",
+ "single_wall",
+ "double_wall"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:bell[attachment=floor,facing=north]"
+ },
+ "minecraft:birch_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:birch_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:birch_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:birch_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:birch_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:birch_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:birch_log[axis=y]"
+ },
+ "minecraft:birch_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:birch_planks"
+ },
+ "minecraft:birch_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_pressure_plate[powered=false]"
+ },
+ "minecraft:birch_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:birch_sapling[stage=0]"
+ },
+ "minecraft:birch_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:birch_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:birch_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:birch_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:birch_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:birch_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:birch_wood[axis=y]"
+ },
+ "minecraft:black_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:black_banner[rotation=0]"
+ },
+ "minecraft:black_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:black_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:black_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:black_carpet"
+ },
+ "minecraft:black_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:black_concrete"
+ },
+ "minecraft:black_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:black_concrete_powder"
+ },
+ "minecraft:black_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:black_glazed_terracotta[facing=north]"
+ },
+ "minecraft:black_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:black_shulker_box[facing=up]"
+ },
+ "minecraft:black_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:black_stained_glass"
+ },
+ "minecraft:black_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:black_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:black_terracotta"
+ },
+ "minecraft:black_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:black_wall_banner[facing=north]"
+ },
+ "minecraft:black_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:black_wool"
+ },
+ "minecraft:blast_furnace": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:blast_furnace[facing=north,lit=false]"
+ },
+ "minecraft:blue_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:blue_banner[rotation=0]"
+ },
+ "minecraft:blue_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:blue_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:blue_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_carpet"
+ },
+ "minecraft:blue_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_concrete"
+ },
+ "minecraft:blue_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_concrete_powder"
+ },
+ "minecraft:blue_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:blue_glazed_terracotta[facing=north]"
+ },
+ "minecraft:blue_ice": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_ice"
+ },
+ "minecraft:blue_orchid": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_orchid"
+ },
+ "minecraft:blue_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:blue_shulker_box[facing=up]"
+ },
+ "minecraft:blue_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_stained_glass"
+ },
+ "minecraft:blue_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:blue_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_terracotta"
+ },
+ "minecraft:blue_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:blue_wall_banner[facing=north]"
+ },
+ "minecraft:blue_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_wool"
+ },
+ "minecraft:bone_block": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:bone_block[axis=y]"
+ },
+ "minecraft:bookshelf": {
+ "properties": {},
+ "defaultstate": "minecraft:bookshelf"
+ },
+ "minecraft:brain_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brain_coral[waterlogged=true]"
+ },
+ "minecraft:brain_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:brain_coral_block"
+ },
+ "minecraft:brain_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brain_coral_fan[waterlogged=true]"
+ },
+ "minecraft:brain_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brain_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:brewing_stand": {
+ "properties": {
+ "has_bottle_0": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "has_bottle_1": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "has_bottle_2": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false]"
+ },
+ "minecraft:brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:brick_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:bricks"
+ },
+ "minecraft:brown_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:brown_banner[rotation=0]"
+ },
+ "minecraft:brown_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:brown_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:brown_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_carpet"
+ },
+ "minecraft:brown_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_concrete"
+ },
+ "minecraft:brown_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_concrete_powder"
+ },
+ "minecraft:brown_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:brown_glazed_terracotta[facing=north]"
+ },
+ "minecraft:brown_mushroom": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_mushroom"
+ },
+ "minecraft:brown_mushroom_block": {
+ "properties": {
+ "down": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]"
+ },
+ "minecraft:brown_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:brown_shulker_box[facing=up]"
+ },
+ "minecraft:brown_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_stained_glass"
+ },
+ "minecraft:brown_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:brown_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_terracotta"
+ },
+ "minecraft:brown_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:brown_wall_banner[facing=north]"
+ },
+ "minecraft:brown_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_wool"
+ },
+ "minecraft:bubble_column": {
+ "properties": {
+ "drag": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:bubble_column[drag=true]"
+ },
+ "minecraft:bubble_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:bubble_coral[waterlogged=true]"
+ },
+ "minecraft:bubble_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:bubble_coral_block"
+ },
+ "minecraft:bubble_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:bubble_coral_fan[waterlogged=true]"
+ },
+ "minecraft:bubble_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:bubble_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:cactus": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:cactus[age=0]"
+ },
+ "minecraft:cake": {
+ "properties": {
+ "bites": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:cake[bites=0]"
+ },
+ "minecraft:campfire": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "signal_fire": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false]"
+ },
+ "minecraft:carrots": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:carrots[age=0]"
+ },
+ "minecraft:cartography_table": {
+ "properties": {},
+ "defaultstate": "minecraft:cartography_table"
+ },
+ "minecraft:carved_pumpkin": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:carved_pumpkin[facing=north]"
+ },
+ "minecraft:cauldron": {
+ "properties": {
+ "level": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:cauldron[level=0]"
+ },
+ "minecraft:cave_air": {
+ "properties": {},
+ "defaultstate": "minecraft:cave_air"
+ },
+ "minecraft:chain_command_block": {
+ "properties": {
+ "conditional": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:chain_command_block[conditional=false,facing=north]"
+ },
+ "minecraft:chest": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "type": {
+ "values": [
+ "single",
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:chest[facing=north,type=single,waterlogged=false]"
+ },
+ "minecraft:chipped_anvil": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:chipped_anvil[facing=north]"
+ },
+ "minecraft:chiseled_quartz_block": {
+ "properties": {},
+ "defaultstate": "minecraft:chiseled_quartz_block"
+ },
+ "minecraft:chiseled_red_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:chiseled_red_sandstone"
+ },
+ "minecraft:chiseled_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:chiseled_sandstone"
+ },
+ "minecraft:chiseled_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:chiseled_stone_bricks"
+ },
+ "minecraft:chorus_flower": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:chorus_flower[age=0]"
+ },
+ "minecraft:chorus_plant": {
+ "properties": {
+ "down": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false]"
+ },
+ "minecraft:clay": {
+ "properties": {},
+ "defaultstate": "minecraft:clay"
+ },
+ "minecraft:coal_block": {
+ "properties": {},
+ "defaultstate": "minecraft:coal_block"
+ },
+ "minecraft:coal_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:coal_ore"
+ },
+ "minecraft:coarse_dirt": {
+ "properties": {},
+ "defaultstate": "minecraft:coarse_dirt"
+ },
+ "minecraft:cobblestone": {
+ "properties": {},
+ "defaultstate": "minecraft:cobblestone"
+ },
+ "minecraft:cobblestone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cobblestone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:cobblestone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:cobblestone_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cobblestone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:cobweb": {
+ "properties": {},
+ "defaultstate": "minecraft:cobweb"
+ },
+ "minecraft:cocoa": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2"
+ ],
+ "type": "int"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:cocoa[age=0,facing=north]"
+ },
+ "minecraft:command_block": {
+ "properties": {
+ "conditional": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:command_block[conditional=false,facing=north]"
+ },
+ "minecraft:comparator": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "mode": {
+ "values": [
+ "compare",
+ "subtract"
+ ],
+ "type": "enum"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:comparator[facing=north,mode=compare,powered=false]"
+ },
+ "minecraft:composter": {
+ "properties": {
+ "level": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:composter[level=0]"
+ },
+ "minecraft:conduit": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:conduit[waterlogged=true]"
+ },
+ "minecraft:cornflower": {
+ "properties": {},
+ "defaultstate": "minecraft:cornflower"
+ },
+ "minecraft:cracked_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:cracked_stone_bricks"
+ },
+ "minecraft:crafting_table": {
+ "properties": {},
+ "defaultstate": "minecraft:crafting_table"
+ },
+ "minecraft:creeper_head": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:creeper_head[rotation=0]"
+ },
+ "minecraft:creeper_wall_head": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:creeper_wall_head[facing=north]"
+ },
+ "minecraft:cut_red_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:cut_red_sandstone"
+ },
+ "minecraft:cut_red_sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:cut_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:cut_sandstone"
+ },
+ "minecraft:cut_sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cut_sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:cyan_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:cyan_banner[rotation=0]"
+ },
+ "minecraft:cyan_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:cyan_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:cyan_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_carpet"
+ },
+ "minecraft:cyan_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_concrete"
+ },
+ "minecraft:cyan_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_concrete_powder"
+ },
+ "minecraft:cyan_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:cyan_glazed_terracotta[facing=north]"
+ },
+ "minecraft:cyan_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:cyan_shulker_box[facing=up]"
+ },
+ "minecraft:cyan_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_stained_glass"
+ },
+ "minecraft:cyan_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:cyan_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_terracotta"
+ },
+ "minecraft:cyan_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:cyan_wall_banner[facing=north]"
+ },
+ "minecraft:cyan_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_wool"
+ },
+ "minecraft:damaged_anvil": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:damaged_anvil[facing=north]"
+ },
+ "minecraft:dandelion": {
+ "properties": {},
+ "defaultstate": "minecraft:dandelion"
+ },
+ "minecraft:dark_oak_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:dark_oak_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:dark_oak_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:dark_oak_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:dark_oak_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:dark_oak_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_log[axis=y]"
+ },
+ "minecraft:dark_oak_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:dark_oak_planks"
+ },
+ "minecraft:dark_oak_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_pressure_plate[powered=false]"
+ },
+ "minecraft:dark_oak_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_sapling[stage=0]"
+ },
+ "minecraft:dark_oak_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:dark_oak_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:dark_oak_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:dark_oak_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:dark_oak_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:dark_oak_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_wood[axis=y]"
+ },
+ "minecraft:dark_prismarine": {
+ "properties": {},
+ "defaultstate": "minecraft:dark_prismarine"
+ },
+ "minecraft:dark_prismarine_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_prismarine_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:dark_prismarine_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:daylight_detector": {
+ "properties": {
+ "inverted": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "power": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:daylight_detector[inverted=false,power=0]"
+ },
+ "minecraft:dead_brain_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_brain_coral[waterlogged=true]"
+ },
+ "minecraft:dead_brain_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_brain_coral_block"
+ },
+ "minecraft:dead_brain_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_brain_coral_fan[waterlogged=true]"
+ },
+ "minecraft:dead_brain_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:dead_bubble_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_bubble_coral[waterlogged=true]"
+ },
+ "minecraft:dead_bubble_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_bubble_coral_block"
+ },
+ "minecraft:dead_bubble_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_bubble_coral_fan[waterlogged=true]"
+ },
+ "minecraft:dead_bubble_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:dead_bush": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_bush"
+ },
+ "minecraft:dead_fire_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_fire_coral[waterlogged=true]"
+ },
+ "minecraft:dead_fire_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_fire_coral_block"
+ },
+ "minecraft:dead_fire_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_fire_coral_fan[waterlogged=true]"
+ },
+ "minecraft:dead_fire_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:dead_horn_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_horn_coral[waterlogged=true]"
+ },
+ "minecraft:dead_horn_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_horn_coral_block"
+ },
+ "minecraft:dead_horn_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_horn_coral_fan[waterlogged=true]"
+ },
+ "minecraft:dead_horn_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:dead_tube_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_tube_coral[waterlogged=true]"
+ },
+ "minecraft:dead_tube_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_tube_coral_block"
+ },
+ "minecraft:dead_tube_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_tube_coral_fan[waterlogged=true]"
+ },
+ "minecraft:dead_tube_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:detector_rail": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "shape": {
+ "values": [
+ "north_south",
+ "east_west",
+ "ascending_east",
+ "ascending_west",
+ "ascending_north",
+ "ascending_south"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:detector_rail[powered=false,shape=north_south]"
+ },
+ "minecraft:diamond_block": {
+ "properties": {},
+ "defaultstate": "minecraft:diamond_block"
+ },
+ "minecraft:diamond_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:diamond_ore"
+ },
+ "minecraft:diorite": {
+ "properties": {},
+ "defaultstate": "minecraft:diorite"
+ },
+ "minecraft:diorite_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:diorite_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:diorite_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:diorite_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:diorite_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:dirt": {
+ "properties": {},
+ "defaultstate": "minecraft:dirt"
+ },
+ "minecraft:dispenser": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "triggered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dispenser[facing=north,triggered=false]"
+ },
+ "minecraft:dragon_egg": {
+ "properties": {},
+ "defaultstate": "minecraft:dragon_egg"
+ },
+ "minecraft:dragon_head": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:dragon_head[rotation=0]"
+ },
+ "minecraft:dragon_wall_head": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:dragon_wall_head[facing=north]"
+ },
+ "minecraft:dried_kelp_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dried_kelp_block"
+ },
+ "minecraft:dropper": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "triggered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dropper[facing=north,triggered=false]"
+ },
+ "minecraft:emerald_block": {
+ "properties": {},
+ "defaultstate": "minecraft:emerald_block"
+ },
+ "minecraft:emerald_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:emerald_ore"
+ },
+ "minecraft:enchanting_table": {
+ "properties": {},
+ "defaultstate": "minecraft:enchanting_table"
+ },
+ "minecraft:end_gateway": {
+ "properties": {},
+ "defaultstate": "minecraft:end_gateway"
+ },
+ "minecraft:end_portal": {
+ "properties": {},
+ "defaultstate": "minecraft:end_portal"
+ },
+ "minecraft:end_portal_frame": {
+ "properties": {
+ "eye": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:end_portal_frame[eye=false,facing=north]"
+ },
+ "minecraft:end_rod": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:end_rod[facing=up]"
+ },
+ "minecraft:end_stone": {
+ "properties": {},
+ "defaultstate": "minecraft:end_stone"
+ },
+ "minecraft:end_stone_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:end_stone_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:end_stone_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:end_stone_brick_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:end_stone_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:end_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:end_stone_bricks"
+ },
+ "minecraft:ender_chest": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:ender_chest[facing=north,waterlogged=false]"
+ },
+ "minecraft:farmland": {
+ "properties": {
+ "moisture": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:farmland[moisture=0]"
+ },
+ "minecraft:fern": {
+ "properties": {},
+ "defaultstate": "minecraft:fern"
+ },
+ "minecraft:fire": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false]"
+ },
+ "minecraft:fire_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:fire_coral[waterlogged=true]"
+ },
+ "minecraft:fire_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:fire_coral_block"
+ },
+ "minecraft:fire_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:fire_coral_fan[waterlogged=true]"
+ },
+ "minecraft:fire_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:fire_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:fletching_table": {
+ "properties": {},
+ "defaultstate": "minecraft:fletching_table"
+ },
+ "minecraft:flower_pot": {
+ "properties": {},
+ "defaultstate": "minecraft:flower_pot"
+ },
+ "minecraft:frosted_ice": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:frosted_ice[age=0]"
+ },
+ "minecraft:furnace": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:furnace[facing=north,lit=false]"
+ },
+ "minecraft:glass": {
+ "properties": {},
+ "defaultstate": "minecraft:glass"
+ },
+ "minecraft:glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:glowstone": {
+ "properties": {},
+ "defaultstate": "minecraft:glowstone"
+ },
+ "minecraft:gold_block": {
+ "properties": {},
+ "defaultstate": "minecraft:gold_block"
+ },
+ "minecraft:gold_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:gold_ore"
+ },
+ "minecraft:granite": {
+ "properties": {},
+ "defaultstate": "minecraft:granite"
+ },
+ "minecraft:granite_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:granite_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:granite_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:granite_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:granite_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:grass": {
+ "properties": {},
+ "defaultstate": "minecraft:grass"
+ },
+ "minecraft:grass_block": {
+ "properties": {
+ "snowy": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:grass_block[snowy=false]"
+ },
+ "minecraft:grass_path": {
+ "properties": {},
+ "defaultstate": "minecraft:grass_path"
+ },
+ "minecraft:gravel": {
+ "properties": {},
+ "defaultstate": "minecraft:gravel"
+ },
+ "minecraft:gray_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:gray_banner[rotation=0]"
+ },
+ "minecraft:gray_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:gray_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:gray_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_carpet"
+ },
+ "minecraft:gray_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_concrete"
+ },
+ "minecraft:gray_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_concrete_powder"
+ },
+ "minecraft:gray_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:gray_glazed_terracotta[facing=north]"
+ },
+ "minecraft:gray_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:gray_shulker_box[facing=up]"
+ },
+ "minecraft:gray_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_stained_glass"
+ },
+ "minecraft:gray_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:gray_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_terracotta"
+ },
+ "minecraft:gray_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:gray_wall_banner[facing=north]"
+ },
+ "minecraft:gray_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_wool"
+ },
+ "minecraft:green_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:green_banner[rotation=0]"
+ },
+ "minecraft:green_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:green_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:green_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:green_carpet"
+ },
+ "minecraft:green_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:green_concrete"
+ },
+ "minecraft:green_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:green_concrete_powder"
+ },
+ "minecraft:green_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:green_glazed_terracotta[facing=north]"
+ },
+ "minecraft:green_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:green_shulker_box[facing=up]"
+ },
+ "minecraft:green_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:green_stained_glass"
+ },
+ "minecraft:green_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:green_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:green_terracotta"
+ },
+ "minecraft:green_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:green_wall_banner[facing=north]"
+ },
+ "minecraft:green_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:green_wool"
+ },
+ "minecraft:grindstone": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:grindstone[face=wall,facing=north]"
+ },
+ "minecraft:hay_block": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:hay_block[axis=y]"
+ },
+ "minecraft:heavy_weighted_pressure_plate": {
+ "properties": {
+ "power": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:heavy_weighted_pressure_plate[power=0]"
+ },
+ "minecraft:hopper": {
+ "properties": {
+ "enabled": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "down",
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:hopper[enabled=true,facing=down]"
+ },
+ "minecraft:horn_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:horn_coral[waterlogged=true]"
+ },
+ "minecraft:horn_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:horn_coral_block"
+ },
+ "minecraft:horn_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:horn_coral_fan[waterlogged=true]"
+ },
+ "minecraft:horn_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:horn_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:ice": {
+ "properties": {},
+ "defaultstate": "minecraft:ice"
+ },
+ "minecraft:infested_chiseled_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_chiseled_stone_bricks"
+ },
+ "minecraft:infested_cobblestone": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_cobblestone"
+ },
+ "minecraft:infested_cracked_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_cracked_stone_bricks"
+ },
+ "minecraft:infested_mossy_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_mossy_stone_bricks"
+ },
+ "minecraft:infested_stone": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_stone"
+ },
+ "minecraft:infested_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_stone_bricks"
+ },
+ "minecraft:iron_bars": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:iron_block": {
+ "properties": {},
+ "defaultstate": "minecraft:iron_block"
+ },
+ "minecraft:iron_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:iron_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:iron_ore"
+ },
+ "minecraft:iron_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:jack_o_lantern": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:jack_o_lantern[facing=north]"
+ },
+ "minecraft:jigsaw": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:jigsaw[facing=up]"
+ },
+ "minecraft:jukebox": {
+ "properties": {
+ "has_record": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jukebox[has_record=false]"
+ },
+ "minecraft:jungle_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:jungle_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:jungle_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:jungle_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:jungle_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:jungle_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:jungle_log[axis=y]"
+ },
+ "minecraft:jungle_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:jungle_planks"
+ },
+ "minecraft:jungle_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_pressure_plate[powered=false]"
+ },
+ "minecraft:jungle_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:jungle_sapling[stage=0]"
+ },
+ "minecraft:jungle_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:jungle_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:jungle_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:jungle_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:jungle_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:jungle_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:jungle_wood[axis=y]"
+ },
+ "minecraft:kelp": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15",
+ "16",
+ "17",
+ "18",
+ "19",
+ "20",
+ "21",
+ "22",
+ "23",
+ "24",
+ "25"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:kelp[age=0]"
+ },
+ "minecraft:kelp_plant": {
+ "properties": {},
+ "defaultstate": "minecraft:kelp_plant"
+ },
+ "minecraft:ladder": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:ladder[facing=north,waterlogged=false]"
+ },
+ "minecraft:lantern": {
+ "properties": {
+ "hanging": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:lantern[hanging=false]"
+ },
+ "minecraft:lapis_block": {
+ "properties": {},
+ "defaultstate": "minecraft:lapis_block"
+ },
+ "minecraft:lapis_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:lapis_ore"
+ },
+ "minecraft:large_fern": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:large_fern[half=lower]"
+ },
+ "minecraft:lava": {
+ "properties": {
+ "level": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:lava[level=0]"
+ },
+ "minecraft:lectern": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "has_book": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:lectern[facing=north,has_book=false,powered=false]"
+ },
+ "minecraft:lever": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:lever[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:light_blue_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_banner[rotation=0]"
+ },
+ "minecraft:light_blue_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:light_blue_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_carpet"
+ },
+ "minecraft:light_blue_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_concrete"
+ },
+ "minecraft:light_blue_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_concrete_powder"
+ },
+ "minecraft:light_blue_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_glazed_terracotta[facing=north]"
+ },
+ "minecraft:light_blue_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_shulker_box[facing=up]"
+ },
+ "minecraft:light_blue_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_stained_glass"
+ },
+ "minecraft:light_blue_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:light_blue_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_terracotta"
+ },
+ "minecraft:light_blue_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_wall_banner[facing=north]"
+ },
+ "minecraft:light_blue_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_wool"
+ },
+ "minecraft:light_gray_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_banner[rotation=0]"
+ },
+ "minecraft:light_gray_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:light_gray_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_carpet"
+ },
+ "minecraft:light_gray_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_concrete"
+ },
+ "minecraft:light_gray_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_concrete_powder"
+ },
+ "minecraft:light_gray_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_glazed_terracotta[facing=north]"
+ },
+ "minecraft:light_gray_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_shulker_box[facing=up]"
+ },
+ "minecraft:light_gray_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_stained_glass"
+ },
+ "minecraft:light_gray_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:light_gray_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_terracotta"
+ },
+ "minecraft:light_gray_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_wall_banner[facing=north]"
+ },
+ "minecraft:light_gray_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_wool"
+ },
+ "minecraft:light_weighted_pressure_plate": {
+ "properties": {
+ "power": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:light_weighted_pressure_plate[power=0]"
+ },
+ "minecraft:lilac": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:lilac[half=lower]"
+ },
+ "minecraft:lily_of_the_valley": {
+ "properties": {},
+ "defaultstate": "minecraft:lily_of_the_valley"
+ },
+ "minecraft:lily_pad": {
+ "properties": {},
+ "defaultstate": "minecraft:lily_pad"
+ },
+ "minecraft:lime_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:lime_banner[rotation=0]"
+ },
+ "minecraft:lime_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:lime_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:lime_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_carpet"
+ },
+ "minecraft:lime_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_concrete"
+ },
+ "minecraft:lime_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_concrete_powder"
+ },
+ "minecraft:lime_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:lime_glazed_terracotta[facing=north]"
+ },
+ "minecraft:lime_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:lime_shulker_box[facing=up]"
+ },
+ "minecraft:lime_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_stained_glass"
+ },
+ "minecraft:lime_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:lime_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_terracotta"
+ },
+ "minecraft:lime_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:lime_wall_banner[facing=north]"
+ },
+ "minecraft:lime_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_wool"
+ },
+ "minecraft:loom": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:loom[facing=north]"
+ },
+ "minecraft:magenta_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:magenta_banner[rotation=0]"
+ },
+ "minecraft:magenta_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:magenta_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:magenta_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_carpet"
+ },
+ "minecraft:magenta_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_concrete"
+ },
+ "minecraft:magenta_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_concrete_powder"
+ },
+ "minecraft:magenta_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:magenta_glazed_terracotta[facing=north]"
+ },
+ "minecraft:magenta_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:magenta_shulker_box[facing=up]"
+ },
+ "minecraft:magenta_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_stained_glass"
+ },
+ "minecraft:magenta_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:magenta_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_terracotta"
+ },
+ "minecraft:magenta_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:magenta_wall_banner[facing=north]"
+ },
+ "minecraft:magenta_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_wool"
+ },
+ "minecraft:magma_block": {
+ "properties": {},
+ "defaultstate": "minecraft:magma_block"
+ },
+ "minecraft:melon": {
+ "properties": {},
+ "defaultstate": "minecraft:melon"
+ },
+ "minecraft:melon_stem": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:melon_stem[age=0]"
+ },
+ "minecraft:mossy_cobblestone": {
+ "properties": {},
+ "defaultstate": "minecraft:mossy_cobblestone"
+ },
+ "minecraft:mossy_cobblestone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:mossy_cobblestone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:mossy_cobblestone_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mossy_cobblestone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:mossy_stone_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:mossy_stone_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:mossy_stone_brick_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mossy_stone_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:mossy_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:mossy_stone_bricks"
+ },
+ "minecraft:moving_piston": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "type": {
+ "values": [
+ "normal",
+ "sticky"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:moving_piston[facing=north,type=normal]"
+ },
+ "minecraft:mushroom_stem": {
+ "properties": {
+ "down": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=true]"
+ },
+ "minecraft:mycelium": {
+ "properties": {
+ "snowy": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mycelium[snowy=false]"
+ },
+ "minecraft:nether_brick_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:nether_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:nether_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:nether_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:nether_brick_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:nether_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:nether_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:nether_bricks"
+ },
+ "minecraft:nether_portal": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:nether_portal[axis=x]"
+ },
+ "minecraft:nether_quartz_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:nether_quartz_ore"
+ },
+ "minecraft:nether_wart": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:nether_wart[age=0]"
+ },
+ "minecraft:nether_wart_block": {
+ "properties": {},
+ "defaultstate": "minecraft:nether_wart_block"
+ },
+ "minecraft:netherrack": {
+ "properties": {},
+ "defaultstate": "minecraft:netherrack"
+ },
+ "minecraft:note_block": {
+ "properties": {
+ "instrument": {
+ "values": [
+ "harp",
+ "basedrum",
+ "snare",
+ "hat",
+ "bass",
+ "flute",
+ "bell",
+ "guitar",
+ "chime",
+ "xylophone",
+ "iron_xylophone",
+ "cow_bell",
+ "didgeridoo",
+ "bit",
+ "banjo",
+ "pling"
+ ],
+ "type": "enum"
+ },
+ "note": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15",
+ "16",
+ "17",
+ "18",
+ "19",
+ "20",
+ "21",
+ "22",
+ "23",
+ "24"
+ ],
+ "type": "int"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:note_block[instrument=harp,note=0,powered=false]"
+ },
+ "minecraft:oak_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:oak_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:oak_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:oak_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:oak_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:oak_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:oak_log[axis=y]"
+ },
+ "minecraft:oak_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:oak_planks"
+ },
+ "minecraft:oak_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_pressure_plate[powered=false]"
+ },
+ "minecraft:oak_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:oak_sapling[stage=0]"
+ },
+ "minecraft:oak_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:oak_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:oak_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:oak_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:oak_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:oak_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:oak_wood[axis=y]"
+ },
+ "minecraft:observer": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:observer[facing=south,powered=false]"
+ },
+ "minecraft:obsidian": {
+ "properties": {},
+ "defaultstate": "minecraft:obsidian"
+ },
+ "minecraft:orange_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:orange_banner[rotation=0]"
+ },
+ "minecraft:orange_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:orange_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:orange_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_carpet"
+ },
+ "minecraft:orange_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_concrete"
+ },
+ "minecraft:orange_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_concrete_powder"
+ },
+ "minecraft:orange_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:orange_glazed_terracotta[facing=north]"
+ },
+ "minecraft:orange_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:orange_shulker_box[facing=up]"
+ },
+ "minecraft:orange_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_stained_glass"
+ },
+ "minecraft:orange_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:orange_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_terracotta"
+ },
+ "minecraft:orange_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_tulip"
+ },
+ "minecraft:orange_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:orange_wall_banner[facing=north]"
+ },
+ "minecraft:orange_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_wool"
+ },
+ "minecraft:oxeye_daisy": {
+ "properties": {},
+ "defaultstate": "minecraft:oxeye_daisy"
+ },
+ "minecraft:packed_ice": {
+ "properties": {},
+ "defaultstate": "minecraft:packed_ice"
+ },
+ "minecraft:peony": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:peony[half=lower]"
+ },
+ "minecraft:petrified_oak_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:petrified_oak_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:pink_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:pink_banner[rotation=0]"
+ },
+ "minecraft:pink_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:pink_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:pink_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_carpet"
+ },
+ "minecraft:pink_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_concrete"
+ },
+ "minecraft:pink_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_concrete_powder"
+ },
+ "minecraft:pink_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:pink_glazed_terracotta[facing=north]"
+ },
+ "minecraft:pink_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:pink_shulker_box[facing=up]"
+ },
+ "minecraft:pink_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_stained_glass"
+ },
+ "minecraft:pink_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:pink_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_terracotta"
+ },
+ "minecraft:pink_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_tulip"
+ },
+ "minecraft:pink_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:pink_wall_banner[facing=north]"
+ },
+ "minecraft:pink_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_wool"
+ },
+ "minecraft:piston": {
+ "properties": {
+ "extended": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:piston[extended=false,facing=north]"
+ },
+ "minecraft:piston_head": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "short": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "type": {
+ "values": [
+ "normal",
+ "sticky"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:piston_head[facing=north,short=false,type=normal]"
+ },
+ "minecraft:player_head": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:player_head[rotation=0]"
+ },
+ "minecraft:player_wall_head": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:player_wall_head[facing=north]"
+ },
+ "minecraft:podzol": {
+ "properties": {
+ "snowy": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:podzol[snowy=false]"
+ },
+ "minecraft:polished_andesite": {
+ "properties": {},
+ "defaultstate": "minecraft:polished_andesite"
+ },
+ "minecraft:polished_andesite_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_andesite_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:polished_andesite_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:polished_diorite": {
+ "properties": {},
+ "defaultstate": "minecraft:polished_diorite"
+ },
+ "minecraft:polished_diorite_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_diorite_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:polished_diorite_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:polished_granite": {
+ "properties": {},
+ "defaultstate": "minecraft:polished_granite"
+ },
+ "minecraft:polished_granite_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_granite_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:polished_granite_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:poppy": {
+ "properties": {},
+ "defaultstate": "minecraft:poppy"
+ },
+ "minecraft:potatoes": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:potatoes[age=0]"
+ },
+ "minecraft:potted_acacia_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_acacia_sapling"
+ },
+ "minecraft:potted_allium": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_allium"
+ },
+ "minecraft:potted_azure_bluet": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_azure_bluet"
+ },
+ "minecraft:potted_bamboo": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_bamboo"
+ },
+ "minecraft:potted_birch_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_birch_sapling"
+ },
+ "minecraft:potted_blue_orchid": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_blue_orchid"
+ },
+ "minecraft:potted_brown_mushroom": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_brown_mushroom"
+ },
+ "minecraft:potted_cactus": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_cactus"
+ },
+ "minecraft:potted_cornflower": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_cornflower"
+ },
+ "minecraft:potted_dandelion": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_dandelion"
+ },
+ "minecraft:potted_dark_oak_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_dark_oak_sapling"
+ },
+ "minecraft:potted_dead_bush": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_dead_bush"
+ },
+ "minecraft:potted_fern": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_fern"
+ },
+ "minecraft:potted_jungle_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_jungle_sapling"
+ },
+ "minecraft:potted_lily_of_the_valley": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_lily_of_the_valley"
+ },
+ "minecraft:potted_oak_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_oak_sapling"
+ },
+ "minecraft:potted_orange_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_orange_tulip"
+ },
+ "minecraft:potted_oxeye_daisy": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_oxeye_daisy"
+ },
+ "minecraft:potted_pink_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_pink_tulip"
+ },
+ "minecraft:potted_poppy": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_poppy"
+ },
+ "minecraft:potted_red_mushroom": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_red_mushroom"
+ },
+ "minecraft:potted_red_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_red_tulip"
+ },
+ "minecraft:potted_spruce_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_spruce_sapling"
+ },
+ "minecraft:potted_white_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_white_tulip"
+ },
+ "minecraft:potted_wither_rose": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_wither_rose"
+ },
+ "minecraft:powered_rail": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "shape": {
+ "values": [
+ "north_south",
+ "east_west",
+ "ascending_east",
+ "ascending_west",
+ "ascending_north",
+ "ascending_south"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:powered_rail[powered=false,shape=north_south]"
+ },
+ "minecraft:prismarine": {
+ "properties": {},
+ "defaultstate": "minecraft:prismarine"
+ },
+ "minecraft:prismarine_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:prismarine_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:prismarine_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:prismarine_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:prismarine_bricks"
+ },
+ "minecraft:prismarine_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:prismarine_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:prismarine_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:prismarine_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:prismarine_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:pumpkin": {
+ "properties": {},
+ "defaultstate": "minecraft:pumpkin"
+ },
+ "minecraft:pumpkin_stem": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:pumpkin_stem[age=0]"
+ },
+ "minecraft:purple_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:purple_banner[rotation=0]"
+ },
+ "minecraft:purple_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:purple_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:purple_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_carpet"
+ },
+ "minecraft:purple_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_concrete"
+ },
+ "minecraft:purple_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_concrete_powder"
+ },
+ "minecraft:purple_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:purple_glazed_terracotta[facing=north]"
+ },
+ "minecraft:purple_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:purple_shulker_box[facing=up]"
+ },
+ "minecraft:purple_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_stained_glass"
+ },
+ "minecraft:purple_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:purple_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_terracotta"
+ },
+ "minecraft:purple_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:purple_wall_banner[facing=north]"
+ },
+ "minecraft:purple_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_wool"
+ },
+ "minecraft:purpur_block": {
+ "properties": {},
+ "defaultstate": "minecraft:purpur_block"
+ },
+ "minecraft:purpur_pillar": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:purpur_pillar[axis=y]"
+ },
+ "minecraft:purpur_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:purpur_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:purpur_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:quartz_block": {
+ "properties": {},
+ "defaultstate": "minecraft:quartz_block"
+ },
+ "minecraft:quartz_pillar": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:quartz_pillar[axis=y]"
+ },
+ "minecraft:quartz_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:quartz_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:quartz_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:rail": {
+ "properties": {
+ "shape": {
+ "values": [
+ "north_south",
+ "east_west",
+ "ascending_east",
+ "ascending_west",
+ "ascending_north",
+ "ascending_south",
+ "south_east",
+ "south_west",
+ "north_west",
+ "north_east"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:rail[shape=north_south]"
+ },
+ "minecraft:red_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:red_banner[rotation=0]"
+ },
+ "minecraft:red_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:red_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:red_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:red_carpet"
+ },
+ "minecraft:red_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:red_concrete"
+ },
+ "minecraft:red_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:red_concrete_powder"
+ },
+ "minecraft:red_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:red_glazed_terracotta[facing=north]"
+ },
+ "minecraft:red_mushroom": {
+ "properties": {},
+ "defaultstate": "minecraft:red_mushroom"
+ },
+ "minecraft:red_mushroom_block": {
+ "properties": {
+ "down": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]"
+ },
+ "minecraft:red_nether_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_nether_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:red_nether_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:red_nether_brick_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_nether_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:red_nether_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:red_nether_bricks"
+ },
+ "minecraft:red_sand": {
+ "properties": {},
+ "defaultstate": "minecraft:red_sand"
+ },
+ "minecraft:red_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:red_sandstone"
+ },
+ "minecraft:red_sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:red_sandstone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:red_sandstone_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_sandstone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:red_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:red_shulker_box[facing=up]"
+ },
+ "minecraft:red_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:red_stained_glass"
+ },
+ "minecraft:red_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:red_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:red_terracotta"
+ },
+ "minecraft:red_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:red_tulip"
+ },
+ "minecraft:red_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:red_wall_banner[facing=north]"
+ },
+ "minecraft:red_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:red_wool"
+ },
+ "minecraft:redstone_block": {
+ "properties": {},
+ "defaultstate": "minecraft:redstone_block"
+ },
+ "minecraft:redstone_lamp": {
+ "properties": {
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:redstone_lamp[lit=false]"
+ },
+ "minecraft:redstone_ore": {
+ "properties": {
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:redstone_ore[lit=false]"
+ },
+ "minecraft:redstone_torch": {
+ "properties": {
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:redstone_torch[lit=true]"
+ },
+ "minecraft:redstone_wall_torch": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:redstone_wall_torch[facing=north,lit=true]"
+ },
+ "minecraft:redstone_wire": {
+ "properties": {
+ "east": {
+ "values": [
+ "up",
+ "side",
+ "none"
+ ],
+ "type": "enum"
+ },
+ "north": {
+ "values": [
+ "up",
+ "side",
+ "none"
+ ],
+ "type": "enum"
+ },
+ "power": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "south": {
+ "values": [
+ "up",
+ "side",
+ "none"
+ ],
+ "type": "enum"
+ },
+ "west": {
+ "values": [
+ "up",
+ "side",
+ "none"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none]"
+ },
+ "minecraft:repeater": {
+ "properties": {
+ "delay": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ],
+ "type": "int"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "locked": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:repeater[delay=1,facing=north,locked=false,powered=false]"
+ },
+ "minecraft:repeating_command_block": {
+ "properties": {
+ "conditional": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:repeating_command_block[conditional=false,facing=north]"
+ },
+ "minecraft:rose_bush": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:rose_bush[half=lower]"
+ },
+ "minecraft:sand": {
+ "properties": {},
+ "defaultstate": "minecraft:sand"
+ },
+ "minecraft:sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:sandstone"
+ },
+ "minecraft:sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:sandstone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:sandstone_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:sandstone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:scaffolding": {
+ "properties": {
+ "bottom": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "distance": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:scaffolding[bottom=false,distance=7,waterlogged=false]"
+ },
+ "minecraft:sea_lantern": {
+ "properties": {},
+ "defaultstate": "minecraft:sea_lantern"
+ },
+ "minecraft:sea_pickle": {
+ "properties": {
+ "pickles": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:sea_pickle[pickles=1,waterlogged=true]"
+ },
+ "minecraft:seagrass": {
+ "properties": {},
+ "defaultstate": "minecraft:seagrass"
+ },
+ "minecraft:shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:shulker_box[facing=up]"
+ },
+ "minecraft:skeleton_skull": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:skeleton_skull[rotation=0]"
+ },
+ "minecraft:skeleton_wall_skull": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:skeleton_wall_skull[facing=north]"
+ },
+ "minecraft:slime_block": {
+ "properties": {},
+ "defaultstate": "minecraft:slime_block"
+ },
+ "minecraft:smithing_table": {
+ "properties": {},
+ "defaultstate": "minecraft:smithing_table"
+ },
+ "minecraft:smoker": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smoker[facing=north,lit=false]"
+ },
+ "minecraft:smooth_quartz": {
+ "properties": {},
+ "defaultstate": "minecraft:smooth_quartz"
+ },
+ "minecraft:smooth_quartz_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_quartz_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:smooth_quartz_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:smooth_red_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:smooth_red_sandstone"
+ },
+ "minecraft:smooth_red_sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:smooth_red_sandstone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:smooth_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:smooth_sandstone"
+ },
+ "minecraft:smooth_sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:smooth_sandstone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:smooth_stone": {
+ "properties": {},
+ "defaultstate": "minecraft:smooth_stone"
+ },
+ "minecraft:smooth_stone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_stone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:snow": {
+ "properties": {
+ "layers": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:snow[layers=1]"
+ },
+ "minecraft:snow_block": {
+ "properties": {},
+ "defaultstate": "minecraft:snow_block"
+ },
+ "minecraft:soul_sand": {
+ "properties": {},
+ "defaultstate": "minecraft:soul_sand"
+ },
+ "minecraft:spawner": {
+ "properties": {},
+ "defaultstate": "minecraft:spawner"
+ },
+ "minecraft:sponge": {
+ "properties": {},
+ "defaultstate": "minecraft:sponge"
+ },
+ "minecraft:spruce_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:spruce_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:spruce_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:spruce_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:spruce_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:spruce_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:spruce_log[axis=y]"
+ },
+ "minecraft:spruce_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:spruce_planks"
+ },
+ "minecraft:spruce_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_pressure_plate[powered=false]"
+ },
+ "minecraft:spruce_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:spruce_sapling[stage=0]"
+ },
+ "minecraft:spruce_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:spruce_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:spruce_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:spruce_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:spruce_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:spruce_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:spruce_wood[axis=y]"
+ },
+ "minecraft:sticky_piston": {
+ "properties": {
+ "extended": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:sticky_piston[extended=false,facing=north]"
+ },
+ "minecraft:stone": {
+ "properties": {},
+ "defaultstate": "minecraft:stone"
+ },
+ "minecraft:stone_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:stone_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:stone_brick_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:stone_bricks"
+ },
+ "minecraft:stone_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:stone_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_pressure_plate[powered=false]"
+ },
+ "minecraft:stone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:stone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:stonecutter": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:stonecutter[facing=north]"
+ },
+ "minecraft:stripped_acacia_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_acacia_log[axis=y]"
+ },
+ "minecraft:stripped_acacia_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_acacia_wood[axis=y]"
+ },
+ "minecraft:stripped_birch_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_birch_log[axis=y]"
+ },
+ "minecraft:stripped_birch_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_birch_wood[axis=y]"
+ },
+ "minecraft:stripped_dark_oak_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_dark_oak_log[axis=y]"
+ },
+ "minecraft:stripped_dark_oak_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_dark_oak_wood[axis=y]"
+ },
+ "minecraft:stripped_jungle_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_jungle_log[axis=y]"
+ },
+ "minecraft:stripped_jungle_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_jungle_wood[axis=y]"
+ },
+ "minecraft:stripped_oak_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_oak_log[axis=y]"
+ },
+ "minecraft:stripped_oak_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_oak_wood[axis=y]"
+ },
+ "minecraft:stripped_spruce_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_spruce_log[axis=y]"
+ },
+ "minecraft:stripped_spruce_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_spruce_wood[axis=y]"
+ },
+ "minecraft:structure_block": {
+ "properties": {
+ "mode": {
+ "values": [
+ "save",
+ "load",
+ "corner",
+ "data"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:structure_block[mode=save]"
+ },
+ "minecraft:structure_void": {
+ "properties": {},
+ "defaultstate": "minecraft:structure_void"
+ },
+ "minecraft:sugar_cane": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:sugar_cane[age=0]"
+ },
+ "minecraft:sunflower": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:sunflower[half=lower]"
+ },
+ "minecraft:sweet_berry_bush": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:sweet_berry_bush[age=0]"
+ },
+ "minecraft:tall_grass": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:tall_grass[half=lower]"
+ },
+ "minecraft:tall_seagrass": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:tall_seagrass[half=lower]"
+ },
+ "minecraft:terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:terracotta"
+ },
+ "minecraft:tnt": {
+ "properties": {
+ "unstable": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tnt[unstable=false]"
+ },
+ "minecraft:torch": {
+ "properties": {},
+ "defaultstate": "minecraft:torch"
+ },
+ "minecraft:trapped_chest": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "type": {
+ "values": [
+ "single",
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:trapped_chest[facing=north,type=single,waterlogged=false]"
+ },
+ "minecraft:tripwire": {
+ "properties": {
+ "attached": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "disarmed": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tripwire[attached=false,disarmed=false,east=false,north=false,powered=false,south=false,west=false]"
+ },
+ "minecraft:tripwire_hook": {
+ "properties": {
+ "attached": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tripwire_hook[attached=false,facing=north,powered=false]"
+ },
+ "minecraft:tube_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tube_coral[waterlogged=true]"
+ },
+ "minecraft:tube_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:tube_coral_block"
+ },
+ "minecraft:tube_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tube_coral_fan[waterlogged=true]"
+ },
+ "minecraft:tube_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tube_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:turtle_egg": {
+ "properties": {
+ "eggs": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ],
+ "type": "int"
+ },
+ "hatch": {
+ "values": [
+ "0",
+ "1",
+ "2"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:turtle_egg[eggs=1,hatch=0]"
+ },
+ "minecraft:vine": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:vine[east=false,north=false,south=false,up=false,west=false]"
+ },
+ "minecraft:void_air": {
+ "properties": {},
+ "defaultstate": "minecraft:void_air"
+ },
+ "minecraft:wall_torch": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:wall_torch[facing=north]"
+ },
+ "minecraft:water": {
+ "properties": {
+ "level": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:water[level=0]"
+ },
+ "minecraft:wet_sponge": {
+ "properties": {},
+ "defaultstate": "minecraft:wet_sponge"
+ },
+ "minecraft:wheat": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:wheat[age=0]"
+ },
+ "minecraft:white_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:white_banner[rotation=0]"
+ },
+ "minecraft:white_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:white_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:white_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:white_carpet"
+ },
+ "minecraft:white_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:white_concrete"
+ },
+ "minecraft:white_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:white_concrete_powder"
+ },
+ "minecraft:white_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:white_glazed_terracotta[facing=north]"
+ },
+ "minecraft:white_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:white_shulker_box[facing=up]"
+ },
+ "minecraft:white_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:white_stained_glass"
+ },
+ "minecraft:white_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:white_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:white_terracotta"
+ },
+ "minecraft:white_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:white_tulip"
+ },
+ "minecraft:white_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:white_wall_banner[facing=north]"
+ },
+ "minecraft:white_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:white_wool"
+ },
+ "minecraft:wither_rose": {
+ "properties": {},
+ "defaultstate": "minecraft:wither_rose"
+ },
+ "minecraft:wither_skeleton_skull": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:wither_skeleton_skull[rotation=0]"
+ },
+ "minecraft:wither_skeleton_wall_skull": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:wither_skeleton_wall_skull[facing=north]"
+ },
+ "minecraft:yellow_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:yellow_banner[rotation=0]"
+ },
+ "minecraft:yellow_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:yellow_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:yellow_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_carpet"
+ },
+ "minecraft:yellow_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_concrete"
+ },
+ "minecraft:yellow_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_concrete_powder"
+ },
+ "minecraft:yellow_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:yellow_glazed_terracotta[facing=north]"
+ },
+ "minecraft:yellow_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:yellow_shulker_box[facing=up]"
+ },
+ "minecraft:yellow_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_stained_glass"
+ },
+ "minecraft:yellow_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:yellow_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_terracotta"
+ },
+ "minecraft:yellow_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:yellow_wall_banner[facing=north]"
+ },
+ "minecraft:yellow_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_wool"
+ },
+ "minecraft:zombie_head": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:zombie_head[rotation=0]"
+ },
+ "minecraft:zombie_wall_head": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:zombie_wall_head[facing=north]"
+ }
+ },
+ "items": [
+ "minecraft:acacia_boat",
+ "minecraft:acacia_button",
+ "minecraft:acacia_door",
+ "minecraft:acacia_fence",
+ "minecraft:acacia_fence_gate",
+ "minecraft:acacia_leaves",
+ "minecraft:acacia_log",
+ "minecraft:acacia_planks",
+ "minecraft:acacia_pressure_plate",
+ "minecraft:acacia_sapling",
+ "minecraft:acacia_sign",
+ "minecraft:acacia_slab",
+ "minecraft:acacia_stairs",
+ "minecraft:acacia_trapdoor",
+ "minecraft:acacia_wood",
+ "minecraft:activator_rail",
+ "minecraft:air",
+ "minecraft:allium",
+ "minecraft:andesite",
+ "minecraft:andesite_slab",
+ "minecraft:andesite_stairs",
+ "minecraft:andesite_wall",
+ "minecraft:anvil",
+ "minecraft:apple",
+ "minecraft:armor_stand",
+ "minecraft:arrow",
+ "minecraft:azure_bluet",
+ "minecraft:baked_potato",
+ "minecraft:bamboo",
+ "minecraft:barrel",
+ "minecraft:barrier",
+ "minecraft:bat_spawn_egg",
+ "minecraft:beacon",
+ "minecraft:bedrock",
+ "minecraft:beef",
+ "minecraft:beetroot",
+ "minecraft:beetroot_seeds",
+ "minecraft:beetroot_soup",
+ "minecraft:bell",
+ "minecraft:birch_boat",
+ "minecraft:birch_button",
+ "minecraft:birch_door",
+ "minecraft:birch_fence",
+ "minecraft:birch_fence_gate",
+ "minecraft:birch_leaves",
+ "minecraft:birch_log",
+ "minecraft:birch_planks",
+ "minecraft:birch_pressure_plate",
+ "minecraft:birch_sapling",
+ "minecraft:birch_sign",
+ "minecraft:birch_slab",
+ "minecraft:birch_stairs",
+ "minecraft:birch_trapdoor",
+ "minecraft:birch_wood",
+ "minecraft:black_banner",
+ "minecraft:black_bed",
+ "minecraft:black_carpet",
+ "minecraft:black_concrete",
+ "minecraft:black_concrete_powder",
+ "minecraft:black_dye",
+ "minecraft:black_glazed_terracotta",
+ "minecraft:black_shulker_box",
+ "minecraft:black_stained_glass",
+ "minecraft:black_stained_glass_pane",
+ "minecraft:black_terracotta",
+ "minecraft:black_wool",
+ "minecraft:blast_furnace",
+ "minecraft:blaze_powder",
+ "minecraft:blaze_rod",
+ "minecraft:blaze_spawn_egg",
+ "minecraft:blue_banner",
+ "minecraft:blue_bed",
+ "minecraft:blue_carpet",
+ "minecraft:blue_concrete",
+ "minecraft:blue_concrete_powder",
+ "minecraft:blue_dye",
+ "minecraft:blue_glazed_terracotta",
+ "minecraft:blue_ice",
+ "minecraft:blue_orchid",
+ "minecraft:blue_shulker_box",
+ "minecraft:blue_stained_glass",
+ "minecraft:blue_stained_glass_pane",
+ "minecraft:blue_terracotta",
+ "minecraft:blue_wool",
+ "minecraft:bone",
+ "minecraft:bone_block",
+ "minecraft:bone_meal",
+ "minecraft:book",
+ "minecraft:bookshelf",
+ "minecraft:bow",
+ "minecraft:bowl",
+ "minecraft:brain_coral",
+ "minecraft:brain_coral_block",
+ "minecraft:brain_coral_fan",
+ "minecraft:bread",
+ "minecraft:brewing_stand",
+ "minecraft:brick",
+ "minecraft:brick_slab",
+ "minecraft:brick_stairs",
+ "minecraft:brick_wall",
+ "minecraft:bricks",
+ "minecraft:brown_banner",
+ "minecraft:brown_bed",
+ "minecraft:brown_carpet",
+ "minecraft:brown_concrete",
+ "minecraft:brown_concrete_powder",
+ "minecraft:brown_dye",
+ "minecraft:brown_glazed_terracotta",
+ "minecraft:brown_mushroom",
+ "minecraft:brown_mushroom_block",
+ "minecraft:brown_shulker_box",
+ "minecraft:brown_stained_glass",
+ "minecraft:brown_stained_glass_pane",
+ "minecraft:brown_terracotta",
+ "minecraft:brown_wool",
+ "minecraft:bubble_coral",
+ "minecraft:bubble_coral_block",
+ "minecraft:bubble_coral_fan",
+ "minecraft:bucket",
+ "minecraft:cactus",
+ "minecraft:cake",
+ "minecraft:campfire",
+ "minecraft:carrot",
+ "minecraft:carrot_on_a_stick",
+ "minecraft:cartography_table",
+ "minecraft:carved_pumpkin",
+ "minecraft:cat_spawn_egg",
+ "minecraft:cauldron",
+ "minecraft:cave_spider_spawn_egg",
+ "minecraft:chain_command_block",
+ "minecraft:chainmail_boots",
+ "minecraft:chainmail_chestplate",
+ "minecraft:chainmail_helmet",
+ "minecraft:chainmail_leggings",
+ "minecraft:charcoal",
+ "minecraft:chest",
+ "minecraft:chest_minecart",
+ "minecraft:chicken",
+ "minecraft:chicken_spawn_egg",
+ "minecraft:chipped_anvil",
+ "minecraft:chiseled_quartz_block",
+ "minecraft:chiseled_red_sandstone",
+ "minecraft:chiseled_sandstone",
+ "minecraft:chiseled_stone_bricks",
+ "minecraft:chorus_flower",
+ "minecraft:chorus_fruit",
+ "minecraft:chorus_plant",
+ "minecraft:clay",
+ "minecraft:clay_ball",
+ "minecraft:clock",
+ "minecraft:coal",
+ "minecraft:coal_block",
+ "minecraft:coal_ore",
+ "minecraft:coarse_dirt",
+ "minecraft:cobblestone",
+ "minecraft:cobblestone_slab",
+ "minecraft:cobblestone_stairs",
+ "minecraft:cobblestone_wall",
+ "minecraft:cobweb",
+ "minecraft:cocoa_beans",
+ "minecraft:cod",
+ "minecraft:cod_bucket",
+ "minecraft:cod_spawn_egg",
+ "minecraft:command_block",
+ "minecraft:command_block_minecart",
+ "minecraft:comparator",
+ "minecraft:compass",
+ "minecraft:composter",
+ "minecraft:conduit",
+ "minecraft:cooked_beef",
+ "minecraft:cooked_chicken",
+ "minecraft:cooked_cod",
+ "minecraft:cooked_mutton",
+ "minecraft:cooked_porkchop",
+ "minecraft:cooked_rabbit",
+ "minecraft:cooked_salmon",
+ "minecraft:cookie",
+ "minecraft:cornflower",
+ "minecraft:cow_spawn_egg",
+ "minecraft:cracked_stone_bricks",
+ "minecraft:crafting_table",
+ "minecraft:creeper_banner_pattern",
+ "minecraft:creeper_head",
+ "minecraft:creeper_spawn_egg",
+ "minecraft:crossbow",
+ "minecraft:cut_red_sandstone",
+ "minecraft:cut_red_sandstone_slab",
+ "minecraft:cut_sandstone",
+ "minecraft:cut_sandstone_slab",
+ "minecraft:cyan_banner",
+ "minecraft:cyan_bed",
+ "minecraft:cyan_carpet",
+ "minecraft:cyan_concrete",
+ "minecraft:cyan_concrete_powder",
+ "minecraft:cyan_dye",
+ "minecraft:cyan_glazed_terracotta",
+ "minecraft:cyan_shulker_box",
+ "minecraft:cyan_stained_glass",
+ "minecraft:cyan_stained_glass_pane",
+ "minecraft:cyan_terracotta",
+ "minecraft:cyan_wool",
+ "minecraft:damaged_anvil",
+ "minecraft:dandelion",
+ "minecraft:dark_oak_boat",
+ "minecraft:dark_oak_button",
+ "minecraft:dark_oak_door",
+ "minecraft:dark_oak_fence",
+ "minecraft:dark_oak_fence_gate",
+ "minecraft:dark_oak_leaves",
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_planks",
+ "minecraft:dark_oak_pressure_plate",
+ "minecraft:dark_oak_sapling",
+ "minecraft:dark_oak_sign",
+ "minecraft:dark_oak_slab",
+ "minecraft:dark_oak_stairs",
+ "minecraft:dark_oak_trapdoor",
+ "minecraft:dark_oak_wood",
+ "minecraft:dark_prismarine",
+ "minecraft:dark_prismarine_slab",
+ "minecraft:dark_prismarine_stairs",
+ "minecraft:daylight_detector",
+ "minecraft:dead_brain_coral",
+ "minecraft:dead_brain_coral_block",
+ "minecraft:dead_brain_coral_fan",
+ "minecraft:dead_bubble_coral",
+ "minecraft:dead_bubble_coral_block",
+ "minecraft:dead_bubble_coral_fan",
+ "minecraft:dead_bush",
+ "minecraft:dead_fire_coral",
+ "minecraft:dead_fire_coral_block",
+ "minecraft:dead_fire_coral_fan",
+ "minecraft:dead_horn_coral",
+ "minecraft:dead_horn_coral_block",
+ "minecraft:dead_horn_coral_fan",
+ "minecraft:dead_tube_coral",
+ "minecraft:dead_tube_coral_block",
+ "minecraft:dead_tube_coral_fan",
+ "minecraft:debug_stick",
+ "minecraft:detector_rail",
+ "minecraft:diamond",
+ "minecraft:diamond_axe",
+ "minecraft:diamond_block",
+ "minecraft:diamond_boots",
+ "minecraft:diamond_chestplate",
+ "minecraft:diamond_helmet",
+ "minecraft:diamond_hoe",
+ "minecraft:diamond_horse_armor",
+ "minecraft:diamond_leggings",
+ "minecraft:diamond_ore",
+ "minecraft:diamond_pickaxe",
+ "minecraft:diamond_shovel",
+ "minecraft:diamond_sword",
+ "minecraft:diorite",
+ "minecraft:diorite_slab",
+ "minecraft:diorite_stairs",
+ "minecraft:diorite_wall",
+ "minecraft:dirt",
+ "minecraft:dispenser",
+ "minecraft:dolphin_spawn_egg",
+ "minecraft:donkey_spawn_egg",
+ "minecraft:dragon_breath",
+ "minecraft:dragon_egg",
+ "minecraft:dragon_head",
+ "minecraft:dried_kelp",
+ "minecraft:dried_kelp_block",
+ "minecraft:dropper",
+ "minecraft:drowned_spawn_egg",
+ "minecraft:egg",
+ "minecraft:elder_guardian_spawn_egg",
+ "minecraft:elytra",
+ "minecraft:emerald",
+ "minecraft:emerald_block",
+ "minecraft:emerald_ore",
+ "minecraft:enchanted_book",
+ "minecraft:enchanted_golden_apple",
+ "minecraft:enchanting_table",
+ "minecraft:end_crystal",
+ "minecraft:end_portal_frame",
+ "minecraft:end_rod",
+ "minecraft:end_stone",
+ "minecraft:end_stone_brick_slab",
+ "minecraft:end_stone_brick_stairs",
+ "minecraft:end_stone_brick_wall",
+ "minecraft:end_stone_bricks",
+ "minecraft:ender_chest",
+ "minecraft:ender_eye",
+ "minecraft:ender_pearl",
+ "minecraft:enderman_spawn_egg",
+ "minecraft:endermite_spawn_egg",
+ "minecraft:evoker_spawn_egg",
+ "minecraft:experience_bottle",
+ "minecraft:farmland",
+ "minecraft:feather",
+ "minecraft:fermented_spider_eye",
+ "minecraft:fern",
+ "minecraft:filled_map",
+ "minecraft:fire_charge",
+ "minecraft:fire_coral",
+ "minecraft:fire_coral_block",
+ "minecraft:fire_coral_fan",
+ "minecraft:firework_rocket",
+ "minecraft:firework_star",
+ "minecraft:fishing_rod",
+ "minecraft:fletching_table",
+ "minecraft:flint",
+ "minecraft:flint_and_steel",
+ "minecraft:flower_banner_pattern",
+ "minecraft:flower_pot",
+ "minecraft:fox_spawn_egg",
+ "minecraft:furnace",
+ "minecraft:furnace_minecart",
+ "minecraft:ghast_spawn_egg",
+ "minecraft:ghast_tear",
+ "minecraft:glass",
+ "minecraft:glass_bottle",
+ "minecraft:glass_pane",
+ "minecraft:glistering_melon_slice",
+ "minecraft:globe_banner_pattern",
+ "minecraft:glowstone",
+ "minecraft:glowstone_dust",
+ "minecraft:gold_block",
+ "minecraft:gold_ingot",
+ "minecraft:gold_nugget",
+ "minecraft:gold_ore",
+ "minecraft:golden_apple",
+ "minecraft:golden_axe",
+ "minecraft:golden_boots",
+ "minecraft:golden_carrot",
+ "minecraft:golden_chestplate",
+ "minecraft:golden_helmet",
+ "minecraft:golden_hoe",
+ "minecraft:golden_horse_armor",
+ "minecraft:golden_leggings",
+ "minecraft:golden_pickaxe",
+ "minecraft:golden_shovel",
+ "minecraft:golden_sword",
+ "minecraft:granite",
+ "minecraft:granite_slab",
+ "minecraft:granite_stairs",
+ "minecraft:granite_wall",
+ "minecraft:grass",
+ "minecraft:grass_block",
+ "minecraft:grass_path",
+ "minecraft:gravel",
+ "minecraft:gray_banner",
+ "minecraft:gray_bed",
+ "minecraft:gray_carpet",
+ "minecraft:gray_concrete",
+ "minecraft:gray_concrete_powder",
+ "minecraft:gray_dye",
+ "minecraft:gray_glazed_terracotta",
+ "minecraft:gray_shulker_box",
+ "minecraft:gray_stained_glass",
+ "minecraft:gray_stained_glass_pane",
+ "minecraft:gray_terracotta",
+ "minecraft:gray_wool",
+ "minecraft:green_banner",
+ "minecraft:green_bed",
+ "minecraft:green_carpet",
+ "minecraft:green_concrete",
+ "minecraft:green_concrete_powder",
+ "minecraft:green_dye",
+ "minecraft:green_glazed_terracotta",
+ "minecraft:green_shulker_box",
+ "minecraft:green_stained_glass",
+ "minecraft:green_stained_glass_pane",
+ "minecraft:green_terracotta",
+ "minecraft:green_wool",
+ "minecraft:grindstone",
+ "minecraft:guardian_spawn_egg",
+ "minecraft:gunpowder",
+ "minecraft:hay_block",
+ "minecraft:heart_of_the_sea",
+ "minecraft:heavy_weighted_pressure_plate",
+ "minecraft:hopper",
+ "minecraft:hopper_minecart",
+ "minecraft:horn_coral",
+ "minecraft:horn_coral_block",
+ "minecraft:horn_coral_fan",
+ "minecraft:horse_spawn_egg",
+ "minecraft:husk_spawn_egg",
+ "minecraft:ice",
+ "minecraft:infested_chiseled_stone_bricks",
+ "minecraft:infested_cobblestone",
+ "minecraft:infested_cracked_stone_bricks",
+ "minecraft:infested_mossy_stone_bricks",
+ "minecraft:infested_stone",
+ "minecraft:infested_stone_bricks",
+ "minecraft:ink_sac",
+ "minecraft:iron_axe",
+ "minecraft:iron_bars",
+ "minecraft:iron_block",
+ "minecraft:iron_boots",
+ "minecraft:iron_chestplate",
+ "minecraft:iron_door",
+ "minecraft:iron_helmet",
+ "minecraft:iron_hoe",
+ "minecraft:iron_horse_armor",
+ "minecraft:iron_ingot",
+ "minecraft:iron_leggings",
+ "minecraft:iron_nugget",
+ "minecraft:iron_ore",
+ "minecraft:iron_pickaxe",
+ "minecraft:iron_shovel",
+ "minecraft:iron_sword",
+ "minecraft:iron_trapdoor",
+ "minecraft:item_frame",
+ "minecraft:jack_o_lantern",
+ "minecraft:jigsaw",
+ "minecraft:jukebox",
+ "minecraft:jungle_boat",
+ "minecraft:jungle_button",
+ "minecraft:jungle_door",
+ "minecraft:jungle_fence",
+ "minecraft:jungle_fence_gate",
+ "minecraft:jungle_leaves",
+ "minecraft:jungle_log",
+ "minecraft:jungle_planks",
+ "minecraft:jungle_pressure_plate",
+ "minecraft:jungle_sapling",
+ "minecraft:jungle_sign",
+ "minecraft:jungle_slab",
+ "minecraft:jungle_stairs",
+ "minecraft:jungle_trapdoor",
+ "minecraft:jungle_wood",
+ "minecraft:kelp",
+ "minecraft:knowledge_book",
+ "minecraft:ladder",
+ "minecraft:lantern",
+ "minecraft:lapis_block",
+ "minecraft:lapis_lazuli",
+ "minecraft:lapis_ore",
+ "minecraft:large_fern",
+ "minecraft:lava_bucket",
+ "minecraft:lead",
+ "minecraft:leather",
+ "minecraft:leather_boots",
+ "minecraft:leather_chestplate",
+ "minecraft:leather_helmet",
+ "minecraft:leather_horse_armor",
+ "minecraft:leather_leggings",
+ "minecraft:lectern",
+ "minecraft:lever",
+ "minecraft:light_blue_banner",
+ "minecraft:light_blue_bed",
+ "minecraft:light_blue_carpet",
+ "minecraft:light_blue_concrete",
+ "minecraft:light_blue_concrete_powder",
+ "minecraft:light_blue_dye",
+ "minecraft:light_blue_glazed_terracotta",
+ "minecraft:light_blue_shulker_box",
+ "minecraft:light_blue_stained_glass",
+ "minecraft:light_blue_stained_glass_pane",
+ "minecraft:light_blue_terracotta",
+ "minecraft:light_blue_wool",
+ "minecraft:light_gray_banner",
+ "minecraft:light_gray_bed",
+ "minecraft:light_gray_carpet",
+ "minecraft:light_gray_concrete",
+ "minecraft:light_gray_concrete_powder",
+ "minecraft:light_gray_dye",
+ "minecraft:light_gray_glazed_terracotta",
+ "minecraft:light_gray_shulker_box",
+ "minecraft:light_gray_stained_glass",
+ "minecraft:light_gray_stained_glass_pane",
+ "minecraft:light_gray_terracotta",
+ "minecraft:light_gray_wool",
+ "minecraft:light_weighted_pressure_plate",
+ "minecraft:lilac",
+ "minecraft:lily_of_the_valley",
+ "minecraft:lily_pad",
+ "minecraft:lime_banner",
+ "minecraft:lime_bed",
+ "minecraft:lime_carpet",
+ "minecraft:lime_concrete",
+ "minecraft:lime_concrete_powder",
+ "minecraft:lime_dye",
+ "minecraft:lime_glazed_terracotta",
+ "minecraft:lime_shulker_box",
+ "minecraft:lime_stained_glass",
+ "minecraft:lime_stained_glass_pane",
+ "minecraft:lime_terracotta",
+ "minecraft:lime_wool",
+ "minecraft:lingering_potion",
+ "minecraft:llama_spawn_egg",
+ "minecraft:loom",
+ "minecraft:magenta_banner",
+ "minecraft:magenta_bed",
+ "minecraft:magenta_carpet",
+ "minecraft:magenta_concrete",
+ "minecraft:magenta_concrete_powder",
+ "minecraft:magenta_dye",
+ "minecraft:magenta_glazed_terracotta",
+ "minecraft:magenta_shulker_box",
+ "minecraft:magenta_stained_glass",
+ "minecraft:magenta_stained_glass_pane",
+ "minecraft:magenta_terracotta",
+ "minecraft:magenta_wool",
+ "minecraft:magma_block",
+ "minecraft:magma_cream",
+ "minecraft:magma_cube_spawn_egg",
+ "minecraft:map",
+ "minecraft:melon",
+ "minecraft:melon_seeds",
+ "minecraft:melon_slice",
+ "minecraft:milk_bucket",
+ "minecraft:minecart",
+ "minecraft:mojang_banner_pattern",
+ "minecraft:mooshroom_spawn_egg",
+ "minecraft:mossy_cobblestone",
+ "minecraft:mossy_cobblestone_slab",
+ "minecraft:mossy_cobblestone_stairs",
+ "minecraft:mossy_cobblestone_wall",
+ "minecraft:mossy_stone_brick_slab",
+ "minecraft:mossy_stone_brick_stairs",
+ "minecraft:mossy_stone_brick_wall",
+ "minecraft:mossy_stone_bricks",
+ "minecraft:mule_spawn_egg",
+ "minecraft:mushroom_stem",
+ "minecraft:mushroom_stew",
+ "minecraft:music_disc_11",
+ "minecraft:music_disc_13",
+ "minecraft:music_disc_blocks",
+ "minecraft:music_disc_cat",
+ "minecraft:music_disc_chirp",
+ "minecraft:music_disc_far",
+ "minecraft:music_disc_mall",
+ "minecraft:music_disc_mellohi",
+ "minecraft:music_disc_stal",
+ "minecraft:music_disc_strad",
+ "minecraft:music_disc_wait",
+ "minecraft:music_disc_ward",
+ "minecraft:mutton",
+ "minecraft:mycelium",
+ "minecraft:name_tag",
+ "minecraft:nautilus_shell",
+ "minecraft:nether_brick",
+ "minecraft:nether_brick_fence",
+ "minecraft:nether_brick_slab",
+ "minecraft:nether_brick_stairs",
+ "minecraft:nether_brick_wall",
+ "minecraft:nether_bricks",
+ "minecraft:nether_quartz_ore",
+ "minecraft:nether_star",
+ "minecraft:nether_wart",
+ "minecraft:nether_wart_block",
+ "minecraft:netherrack",
+ "minecraft:note_block",
+ "minecraft:oak_boat",
+ "minecraft:oak_button",
+ "minecraft:oak_door",
+ "minecraft:oak_fence",
+ "minecraft:oak_fence_gate",
+ "minecraft:oak_leaves",
+ "minecraft:oak_log",
+ "minecraft:oak_planks",
+ "minecraft:oak_pressure_plate",
+ "minecraft:oak_sapling",
+ "minecraft:oak_sign",
+ "minecraft:oak_slab",
+ "minecraft:oak_stairs",
+ "minecraft:oak_trapdoor",
+ "minecraft:oak_wood",
+ "minecraft:observer",
+ "minecraft:obsidian",
+ "minecraft:ocelot_spawn_egg",
+ "minecraft:orange_banner",
+ "minecraft:orange_bed",
+ "minecraft:orange_carpet",
+ "minecraft:orange_concrete",
+ "minecraft:orange_concrete_powder",
+ "minecraft:orange_dye",
+ "minecraft:orange_glazed_terracotta",
+ "minecraft:orange_shulker_box",
+ "minecraft:orange_stained_glass",
+ "minecraft:orange_stained_glass_pane",
+ "minecraft:orange_terracotta",
+ "minecraft:orange_tulip",
+ "minecraft:orange_wool",
+ "minecraft:oxeye_daisy",
+ "minecraft:packed_ice",
+ "minecraft:painting",
+ "minecraft:panda_spawn_egg",
+ "minecraft:paper",
+ "minecraft:parrot_spawn_egg",
+ "minecraft:peony",
+ "minecraft:petrified_oak_slab",
+ "minecraft:phantom_membrane",
+ "minecraft:phantom_spawn_egg",
+ "minecraft:pig_spawn_egg",
+ "minecraft:pillager_spawn_egg",
+ "minecraft:pink_banner",
+ "minecraft:pink_bed",
+ "minecraft:pink_carpet",
+ "minecraft:pink_concrete",
+ "minecraft:pink_concrete_powder",
+ "minecraft:pink_dye",
+ "minecraft:pink_glazed_terracotta",
+ "minecraft:pink_shulker_box",
+ "minecraft:pink_stained_glass",
+ "minecraft:pink_stained_glass_pane",
+ "minecraft:pink_terracotta",
+ "minecraft:pink_tulip",
+ "minecraft:pink_wool",
+ "minecraft:piston",
+ "minecraft:player_head",
+ "minecraft:podzol",
+ "minecraft:poisonous_potato",
+ "minecraft:polar_bear_spawn_egg",
+ "minecraft:polished_andesite",
+ "minecraft:polished_andesite_slab",
+ "minecraft:polished_andesite_stairs",
+ "minecraft:polished_diorite",
+ "minecraft:polished_diorite_slab",
+ "minecraft:polished_diorite_stairs",
+ "minecraft:polished_granite",
+ "minecraft:polished_granite_slab",
+ "minecraft:polished_granite_stairs",
+ "minecraft:popped_chorus_fruit",
+ "minecraft:poppy",
+ "minecraft:porkchop",
+ "minecraft:potato",
+ "minecraft:potion",
+ "minecraft:powered_rail",
+ "minecraft:prismarine",
+ "minecraft:prismarine_brick_slab",
+ "minecraft:prismarine_brick_stairs",
+ "minecraft:prismarine_bricks",
+ "minecraft:prismarine_crystals",
+ "minecraft:prismarine_shard",
+ "minecraft:prismarine_slab",
+ "minecraft:prismarine_stairs",
+ "minecraft:prismarine_wall",
+ "minecraft:pufferfish",
+ "minecraft:pufferfish_bucket",
+ "minecraft:pufferfish_spawn_egg",
+ "minecraft:pumpkin",
+ "minecraft:pumpkin_pie",
+ "minecraft:pumpkin_seeds",
+ "minecraft:purple_banner",
+ "minecraft:purple_bed",
+ "minecraft:purple_carpet",
+ "minecraft:purple_concrete",
+ "minecraft:purple_concrete_powder",
+ "minecraft:purple_dye",
+ "minecraft:purple_glazed_terracotta",
+ "minecraft:purple_shulker_box",
+ "minecraft:purple_stained_glass",
+ "minecraft:purple_stained_glass_pane",
+ "minecraft:purple_terracotta",
+ "minecraft:purple_wool",
+ "minecraft:purpur_block",
+ "minecraft:purpur_pillar",
+ "minecraft:purpur_slab",
+ "minecraft:purpur_stairs",
+ "minecraft:quartz",
+ "minecraft:quartz_block",
+ "minecraft:quartz_pillar",
+ "minecraft:quartz_slab",
+ "minecraft:quartz_stairs",
+ "minecraft:rabbit",
+ "minecraft:rabbit_foot",
+ "minecraft:rabbit_hide",
+ "minecraft:rabbit_spawn_egg",
+ "minecraft:rabbit_stew",
+ "minecraft:rail",
+ "minecraft:ravager_spawn_egg",
+ "minecraft:red_banner",
+ "minecraft:red_bed",
+ "minecraft:red_carpet",
+ "minecraft:red_concrete",
+ "minecraft:red_concrete_powder",
+ "minecraft:red_dye",
+ "minecraft:red_glazed_terracotta",
+ "minecraft:red_mushroom",
+ "minecraft:red_mushroom_block",
+ "minecraft:red_nether_brick_slab",
+ "minecraft:red_nether_brick_stairs",
+ "minecraft:red_nether_brick_wall",
+ "minecraft:red_nether_bricks",
+ "minecraft:red_sand",
+ "minecraft:red_sandstone",
+ "minecraft:red_sandstone_slab",
+ "minecraft:red_sandstone_stairs",
+ "minecraft:red_sandstone_wall",
+ "minecraft:red_shulker_box",
+ "minecraft:red_stained_glass",
+ "minecraft:red_stained_glass_pane",
+ "minecraft:red_terracotta",
+ "minecraft:red_tulip",
+ "minecraft:red_wool",
+ "minecraft:redstone",
+ "minecraft:redstone_block",
+ "minecraft:redstone_lamp",
+ "minecraft:redstone_ore",
+ "minecraft:redstone_torch",
+ "minecraft:repeater",
+ "minecraft:repeating_command_block",
+ "minecraft:rose_bush",
+ "minecraft:rotten_flesh",
+ "minecraft:saddle",
+ "minecraft:salmon",
+ "minecraft:salmon_bucket",
+ "minecraft:salmon_spawn_egg",
+ "minecraft:sand",
+ "minecraft:sandstone",
+ "minecraft:sandstone_slab",
+ "minecraft:sandstone_stairs",
+ "minecraft:sandstone_wall",
+ "minecraft:scaffolding",
+ "minecraft:scute",
+ "minecraft:sea_lantern",
+ "minecraft:sea_pickle",
+ "minecraft:seagrass",
+ "minecraft:shears",
+ "minecraft:sheep_spawn_egg",
+ "minecraft:shield",
+ "minecraft:shulker_box",
+ "minecraft:shulker_shell",
+ "minecraft:shulker_spawn_egg",
+ "minecraft:silverfish_spawn_egg",
+ "minecraft:skeleton_horse_spawn_egg",
+ "minecraft:skeleton_skull",
+ "minecraft:skeleton_spawn_egg",
+ "minecraft:skull_banner_pattern",
+ "minecraft:slime_ball",
+ "minecraft:slime_block",
+ "minecraft:slime_spawn_egg",
+ "minecraft:smithing_table",
+ "minecraft:smoker",
+ "minecraft:smooth_quartz",
+ "minecraft:smooth_quartz_slab",
+ "minecraft:smooth_quartz_stairs",
+ "minecraft:smooth_red_sandstone",
+ "minecraft:smooth_red_sandstone_slab",
+ "minecraft:smooth_red_sandstone_stairs",
+ "minecraft:smooth_sandstone",
+ "minecraft:smooth_sandstone_slab",
+ "minecraft:smooth_sandstone_stairs",
+ "minecraft:smooth_stone",
+ "minecraft:smooth_stone_slab",
+ "minecraft:snow",
+ "minecraft:snow_block",
+ "minecraft:snowball",
+ "minecraft:soul_sand",
+ "minecraft:spawner",
+ "minecraft:spectral_arrow",
+ "minecraft:spider_eye",
+ "minecraft:spider_spawn_egg",
+ "minecraft:splash_potion",
+ "minecraft:sponge",
+ "minecraft:spruce_boat",
+ "minecraft:spruce_button",
+ "minecraft:spruce_door",
+ "minecraft:spruce_fence",
+ "minecraft:spruce_fence_gate",
+ "minecraft:spruce_leaves",
+ "minecraft:spruce_log",
+ "minecraft:spruce_planks",
+ "minecraft:spruce_pressure_plate",
+ "minecraft:spruce_sapling",
+ "minecraft:spruce_sign",
+ "minecraft:spruce_slab",
+ "minecraft:spruce_stairs",
+ "minecraft:spruce_trapdoor",
+ "minecraft:spruce_wood",
+ "minecraft:squid_spawn_egg",
+ "minecraft:stick",
+ "minecraft:sticky_piston",
+ "minecraft:stone",
+ "minecraft:stone_axe",
+ "minecraft:stone_brick_slab",
+ "minecraft:stone_brick_stairs",
+ "minecraft:stone_brick_wall",
+ "minecraft:stone_bricks",
+ "minecraft:stone_button",
+ "minecraft:stone_hoe",
+ "minecraft:stone_pickaxe",
+ "minecraft:stone_pressure_plate",
+ "minecraft:stone_shovel",
+ "minecraft:stone_slab",
+ "minecraft:stone_stairs",
+ "minecraft:stone_sword",
+ "minecraft:stonecutter",
+ "minecraft:stray_spawn_egg",
+ "minecraft:string",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood",
+ "minecraft:structure_block",
+ "minecraft:structure_void",
+ "minecraft:sugar",
+ "minecraft:sugar_cane",
+ "minecraft:sunflower",
+ "minecraft:suspicious_stew",
+ "minecraft:sweet_berries",
+ "minecraft:tall_grass",
+ "minecraft:terracotta",
+ "minecraft:tipped_arrow",
+ "minecraft:tnt",
+ "minecraft:tnt_minecart",
+ "minecraft:torch",
+ "minecraft:totem_of_undying",
+ "minecraft:trader_llama_spawn_egg",
+ "minecraft:trapped_chest",
+ "minecraft:trident",
+ "minecraft:tripwire_hook",
+ "minecraft:tropical_fish",
+ "minecraft:tropical_fish_bucket",
+ "minecraft:tropical_fish_spawn_egg",
+ "minecraft:tube_coral",
+ "minecraft:tube_coral_block",
+ "minecraft:tube_coral_fan",
+ "minecraft:turtle_egg",
+ "minecraft:turtle_helmet",
+ "minecraft:turtle_spawn_egg",
+ "minecraft:vex_spawn_egg",
+ "minecraft:villager_spawn_egg",
+ "minecraft:vindicator_spawn_egg",
+ "minecraft:vine",
+ "minecraft:wandering_trader_spawn_egg",
+ "minecraft:water_bucket",
+ "minecraft:wet_sponge",
+ "minecraft:wheat",
+ "minecraft:wheat_seeds",
+ "minecraft:white_banner",
+ "minecraft:white_bed",
+ "minecraft:white_carpet",
+ "minecraft:white_concrete",
+ "minecraft:white_concrete_powder",
+ "minecraft:white_dye",
+ "minecraft:white_glazed_terracotta",
+ "minecraft:white_shulker_box",
+ "minecraft:white_stained_glass",
+ "minecraft:white_stained_glass_pane",
+ "minecraft:white_terracotta",
+ "minecraft:white_tulip",
+ "minecraft:white_wool",
+ "minecraft:witch_spawn_egg",
+ "minecraft:wither_rose",
+ "minecraft:wither_skeleton_skull",
+ "minecraft:wither_skeleton_spawn_egg",
+ "minecraft:wolf_spawn_egg",
+ "minecraft:wooden_axe",
+ "minecraft:wooden_hoe",
+ "minecraft:wooden_pickaxe",
+ "minecraft:wooden_shovel",
+ "minecraft:wooden_sword",
+ "minecraft:writable_book",
+ "minecraft:written_book",
+ "minecraft:yellow_banner",
+ "minecraft:yellow_bed",
+ "minecraft:yellow_carpet",
+ "minecraft:yellow_concrete",
+ "minecraft:yellow_concrete_powder",
+ "minecraft:yellow_dye",
+ "minecraft:yellow_glazed_terracotta",
+ "minecraft:yellow_shulker_box",
+ "minecraft:yellow_stained_glass",
+ "minecraft:yellow_stained_glass_pane",
+ "minecraft:yellow_terracotta",
+ "minecraft:yellow_wool",
+ "minecraft:zombie_head",
+ "minecraft:zombie_horse_spawn_egg",
+ "minecraft:zombie_pigman_spawn_egg",
+ "minecraft:zombie_spawn_egg",
+ "minecraft:zombie_villager_spawn_egg"
+ ],
+ "entities": [
+ "minecraft:area_effect_cloud",
+ "minecraft:armor_stand",
+ "minecraft:arrow",
+ "minecraft:bat",
+ "minecraft:blaze",
+ "minecraft:boat",
+ "minecraft:cat",
+ "minecraft:cave_spider",
+ "minecraft:chest_minecart",
+ "minecraft:chicken",
+ "minecraft:cod",
+ "minecraft:command_block_minecart",
+ "minecraft:cow",
+ "minecraft:creeper",
+ "minecraft:dolphin",
+ "minecraft:donkey",
+ "minecraft:dragon_fireball",
+ "minecraft:drowned",
+ "minecraft:egg",
+ "minecraft:elder_guardian",
+ "minecraft:end_crystal",
+ "minecraft:ender_dragon",
+ "minecraft:ender_pearl",
+ "minecraft:enderman",
+ "minecraft:endermite",
+ "minecraft:evoker",
+ "minecraft:evoker_fangs",
+ "minecraft:experience_bottle",
+ "minecraft:experience_orb",
+ "minecraft:eye_of_ender",
+ "minecraft:falling_block",
+ "minecraft:fireball",
+ "minecraft:firework_rocket",
+ "minecraft:fishing_bobber",
+ "minecraft:fox",
+ "minecraft:furnace_minecart",
+ "minecraft:ghast",
+ "minecraft:giant",
+ "minecraft:guardian",
+ "minecraft:hopper_minecart",
+ "minecraft:horse",
+ "minecraft:husk",
+ "minecraft:illusioner",
+ "minecraft:iron_golem",
+ "minecraft:item",
+ "minecraft:item_frame",
+ "minecraft:leash_knot",
+ "minecraft:lightning_bolt",
+ "minecraft:llama",
+ "minecraft:llama_spit",
+ "minecraft:magma_cube",
+ "minecraft:minecart",
+ "minecraft:mooshroom",
+ "minecraft:mule",
+ "minecraft:ocelot",
+ "minecraft:painting",
+ "minecraft:panda",
+ "minecraft:parrot",
+ "minecraft:phantom",
+ "minecraft:pig",
+ "minecraft:pillager",
+ "minecraft:player",
+ "minecraft:polar_bear",
+ "minecraft:potion",
+ "minecraft:pufferfish",
+ "minecraft:rabbit",
+ "minecraft:ravager",
+ "minecraft:salmon",
+ "minecraft:sheep",
+ "minecraft:shulker",
+ "minecraft:shulker_bullet",
+ "minecraft:silverfish",
+ "minecraft:skeleton",
+ "minecraft:skeleton_horse",
+ "minecraft:slime",
+ "minecraft:small_fireball",
+ "minecraft:snow_golem",
+ "minecraft:snowball",
+ "minecraft:spawner_minecart",
+ "minecraft:spectral_arrow",
+ "minecraft:spider",
+ "minecraft:squid",
+ "minecraft:stray",
+ "minecraft:tnt",
+ "minecraft:tnt_minecart",
+ "minecraft:trader_llama",
+ "minecraft:trident",
+ "minecraft:tropical_fish",
+ "minecraft:turtle",
+ "minecraft:vex",
+ "minecraft:villager",
+ "minecraft:vindicator",
+ "minecraft:wandering_trader",
+ "minecraft:witch",
+ "minecraft:wither",
+ "minecraft:wither_skeleton",
+ "minecraft:wither_skull",
+ "minecraft:wolf",
+ "minecraft:zombie",
+ "minecraft:zombie_horse",
+ "minecraft:zombie_pigman",
+ "minecraft:zombie_villager"
+ ],
+ "biomes": [
+ "minecraft:badlands",
+ "minecraft:badlands_plateau",
+ "minecraft:bamboo_jungle",
+ "minecraft:bamboo_jungle_hills",
+ "minecraft:beach",
+ "minecraft:birch_forest",
+ "minecraft:birch_forest_hills",
+ "minecraft:cold_ocean",
+ "minecraft:dark_forest",
+ "minecraft:dark_forest_hills",
+ "minecraft:deep_cold_ocean",
+ "minecraft:deep_frozen_ocean",
+ "minecraft:deep_lukewarm_ocean",
+ "minecraft:deep_ocean",
+ "minecraft:deep_warm_ocean",
+ "minecraft:desert",
+ "minecraft:desert_hills",
+ "minecraft:desert_lakes",
+ "minecraft:end_barrens",
+ "minecraft:end_highlands",
+ "minecraft:end_midlands",
+ "minecraft:eroded_badlands",
+ "minecraft:flower_forest",
+ "minecraft:forest",
+ "minecraft:frozen_ocean",
+ "minecraft:frozen_river",
+ "minecraft:giant_spruce_taiga",
+ "minecraft:giant_spruce_taiga_hills",
+ "minecraft:giant_tree_taiga",
+ "minecraft:giant_tree_taiga_hills",
+ "minecraft:gravelly_mountains",
+ "minecraft:ice_spikes",
+ "minecraft:jungle",
+ "minecraft:jungle_edge",
+ "minecraft:jungle_hills",
+ "minecraft:lukewarm_ocean",
+ "minecraft:modified_badlands_plateau",
+ "minecraft:modified_gravelly_mountains",
+ "minecraft:modified_jungle",
+ "minecraft:modified_jungle_edge",
+ "minecraft:modified_wooded_badlands_plateau",
+ "minecraft:mountain_edge",
+ "minecraft:mountains",
+ "minecraft:mushroom_field_shore",
+ "minecraft:mushroom_fields",
+ "minecraft:nether",
+ "minecraft:ocean",
+ "minecraft:plains",
+ "minecraft:river",
+ "minecraft:savanna",
+ "minecraft:savanna_plateau",
+ "minecraft:shattered_savanna",
+ "minecraft:shattered_savanna_plateau",
+ "minecraft:small_end_islands",
+ "minecraft:snowy_beach",
+ "minecraft:snowy_mountains",
+ "minecraft:snowy_taiga",
+ "minecraft:snowy_taiga_hills",
+ "minecraft:snowy_taiga_mountains",
+ "minecraft:snowy_tundra",
+ "minecraft:stone_shore",
+ "minecraft:sunflower_plains",
+ "minecraft:swamp",
+ "minecraft:swamp_hills",
+ "minecraft:taiga",
+ "minecraft:taiga_hills",
+ "minecraft:taiga_mountains",
+ "minecraft:tall_birch_forest",
+ "minecraft:tall_birch_hills",
+ "minecraft:the_end",
+ "minecraft:the_void",
+ "minecraft:warm_ocean",
+ "minecraft:wooded_badlands_plateau",
+ "minecraft:wooded_hills",
+ "minecraft:wooded_mountains"
+ ],
+ "blocktags": {
+ "minecraft:slabs": [
+ "minecraft:stone_slab",
+ "minecraft:smooth_stone_slab",
+ "minecraft:stone_brick_slab",
+ "minecraft:sandstone_slab",
+ "minecraft:acacia_slab",
+ "minecraft:birch_slab",
+ "minecraft:dark_oak_slab",
+ "minecraft:jungle_slab",
+ "minecraft:oak_slab",
+ "minecraft:spruce_slab",
+ "minecraft:purpur_slab",
+ "minecraft:quartz_slab",
+ "minecraft:red_sandstone_slab",
+ "minecraft:brick_slab",
+ "minecraft:cobblestone_slab",
+ "minecraft:nether_brick_slab",
+ "minecraft:petrified_oak_slab",
+ "minecraft:prismarine_slab",
+ "minecraft:prismarine_brick_slab",
+ "minecraft:dark_prismarine_slab",
+ "minecraft:polished_granite_slab",
+ "minecraft:smooth_red_sandstone_slab",
+ "minecraft:mossy_stone_brick_slab",
+ "minecraft:polished_diorite_slab",
+ "minecraft:mossy_cobblestone_slab",
+ "minecraft:end_stone_brick_slab",
+ "minecraft:smooth_sandstone_slab",
+ "minecraft:smooth_quartz_slab",
+ "minecraft:granite_slab",
+ "minecraft:andesite_slab",
+ "minecraft:red_nether_brick_slab",
+ "minecraft:polished_andesite_slab",
+ "minecraft:diorite_slab",
+ "minecraft:cut_sandstone_slab",
+ "minecraft:cut_red_sandstone_slab"
+ ],
+ "minecraft:carpets": [
+ "minecraft:white_carpet",
+ "minecraft:orange_carpet",
+ "minecraft:magenta_carpet",
+ "minecraft:light_blue_carpet",
+ "minecraft:yellow_carpet",
+ "minecraft:lime_carpet",
+ "minecraft:pink_carpet",
+ "minecraft:gray_carpet",
+ "minecraft:light_gray_carpet",
+ "minecraft:cyan_carpet",
+ "minecraft:purple_carpet",
+ "minecraft:blue_carpet",
+ "minecraft:brown_carpet",
+ "minecraft:green_carpet",
+ "minecraft:red_carpet",
+ "minecraft:black_carpet"
+ ],
+ "minecraft:stairs": [
+ "minecraft:oak_stairs",
+ "minecraft:cobblestone_stairs",
+ "minecraft:spruce_stairs",
+ "minecraft:sandstone_stairs",
+ "minecraft:acacia_stairs",
+ "minecraft:jungle_stairs",
+ "minecraft:birch_stairs",
+ "minecraft:dark_oak_stairs",
+ "minecraft:nether_brick_stairs",
+ "minecraft:stone_brick_stairs",
+ "minecraft:brick_stairs",
+ "minecraft:purpur_stairs",
+ "minecraft:quartz_stairs",
+ "minecraft:red_sandstone_stairs",
+ "minecraft:prismarine_brick_stairs",
+ "minecraft:prismarine_stairs",
+ "minecraft:dark_prismarine_stairs",
+ "minecraft:polished_granite_stairs",
+ "minecraft:smooth_red_sandstone_stairs",
+ "minecraft:mossy_stone_brick_stairs",
+ "minecraft:polished_diorite_stairs",
+ "minecraft:mossy_cobblestone_stairs",
+ "minecraft:end_stone_brick_stairs",
+ "minecraft:stone_stairs",
+ "minecraft:smooth_sandstone_stairs",
+ "minecraft:smooth_quartz_stairs",
+ "minecraft:granite_stairs",
+ "minecraft:andesite_stairs",
+ "minecraft:red_nether_brick_stairs",
+ "minecraft:polished_andesite_stairs",
+ "minecraft:diorite_stairs"
+ ],
+ "minecraft:wooden_doors": [
+ "minecraft:oak_door",
+ "minecraft:spruce_door",
+ "minecraft:birch_door",
+ "minecraft:jungle_door",
+ "minecraft:acacia_door",
+ "minecraft:dark_oak_door"
+ ],
+ "minecraft:jungle_logs": [
+ "minecraft:jungle_log",
+ "minecraft:jungle_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood"
+ ],
+ "minecraft:planks": [
+ "minecraft:oak_planks",
+ "minecraft:spruce_planks",
+ "minecraft:birch_planks",
+ "minecraft:jungle_planks",
+ "minecraft:acacia_planks",
+ "minecraft:dark_oak_planks"
+ ],
+ "minecraft:wall_corals": [
+ "minecraft:tube_coral_wall_fan",
+ "minecraft:brain_coral_wall_fan",
+ "minecraft:bubble_coral_wall_fan",
+ "minecraft:fire_coral_wall_fan",
+ "minecraft:horn_coral_wall_fan"
+ ],
+ "minecraft:acacia_logs": [
+ "minecraft:acacia_log",
+ "minecraft:acacia_wood",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood"
+ ],
+ "minecraft:wither_immune": [
+ "minecraft:barrier",
+ "minecraft:bedrock",
+ "minecraft:end_portal",
+ "minecraft:end_portal_frame",
+ "minecraft:end_gateway",
+ "minecraft:command_block",
+ "minecraft:repeating_command_block",
+ "minecraft:chain_command_block",
+ "minecraft:structure_block",
+ "minecraft:jigsaw",
+ "minecraft:moving_piston"
+ ],
+ "minecraft:flower_pots": [
+ "minecraft:flower_pot",
+ "minecraft:potted_poppy",
+ "minecraft:potted_blue_orchid",
+ "minecraft:potted_allium",
+ "minecraft:potted_azure_bluet",
+ "minecraft:potted_red_tulip",
+ "minecraft:potted_orange_tulip",
+ "minecraft:potted_white_tulip",
+ "minecraft:potted_pink_tulip",
+ "minecraft:potted_oxeye_daisy",
+ "minecraft:potted_dandelion",
+ "minecraft:potted_oak_sapling",
+ "minecraft:potted_spruce_sapling",
+ "minecraft:potted_birch_sapling",
+ "minecraft:potted_jungle_sapling",
+ "minecraft:potted_acacia_sapling",
+ "minecraft:potted_dark_oak_sapling",
+ "minecraft:potted_red_mushroom",
+ "minecraft:potted_brown_mushroom",
+ "minecraft:potted_dead_bush",
+ "minecraft:potted_fern",
+ "minecraft:potted_cactus",
+ "minecraft:potted_cornflower",
+ "minecraft:potted_lily_of_the_valley",
+ "minecraft:potted_wither_rose",
+ "minecraft:potted_bamboo"
+ ],
+ "minecraft:stone_bricks": [
+ "minecraft:stone_bricks",
+ "minecraft:mossy_stone_bricks",
+ "minecraft:cracked_stone_bricks",
+ "minecraft:chiseled_stone_bricks"
+ ],
+ "minecraft:enderman_holdable": [
+ "minecraft:grass_block",
+ "minecraft:dirt",
+ "minecraft:coarse_dirt",
+ "minecraft:podzol",
+ "minecraft:sand",
+ "minecraft:red_sand",
+ "minecraft:gravel",
+ "minecraft:brown_mushroom",
+ "minecraft:red_mushroom",
+ "minecraft:tnt",
+ "minecraft:cactus",
+ "minecraft:clay",
+ "minecraft:pumpkin",
+ "minecraft:carved_pumpkin",
+ "minecraft:melon",
+ "minecraft:mycelium",
+ "minecraft:netherrack",
+ "minecraft:dandelion",
+ "minecraft:poppy",
+ "minecraft:blue_orchid",
+ "minecraft:allium",
+ "minecraft:azure_bluet",
+ "minecraft:red_tulip",
+ "minecraft:orange_tulip",
+ "minecraft:white_tulip",
+ "minecraft:pink_tulip",
+ "minecraft:oxeye_daisy",
+ "minecraft:cornflower",
+ "minecraft:lily_of_the_valley",
+ "minecraft:wither_rose"
+ ],
+ "minecraft:spruce_logs": [
+ "minecraft:spruce_log",
+ "minecraft:spruce_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood"
+ ],
+ "minecraft:wooden_slabs": [
+ "minecraft:oak_slab",
+ "minecraft:spruce_slab",
+ "minecraft:birch_slab",
+ "minecraft:jungle_slab",
+ "minecraft:acacia_slab",
+ "minecraft:dark_oak_slab"
+ ],
+ "minecraft:coral_blocks": [
+ "minecraft:tube_coral_block",
+ "minecraft:brain_coral_block",
+ "minecraft:bubble_coral_block",
+ "minecraft:fire_coral_block",
+ "minecraft:horn_coral_block"
+ ],
+ "minecraft:signs": [
+ "minecraft:oak_sign",
+ "minecraft:spruce_sign",
+ "minecraft:birch_sign",
+ "minecraft:acacia_sign",
+ "minecraft:jungle_sign",
+ "minecraft:dark_oak_sign",
+ "minecraft:oak_wall_sign",
+ "minecraft:spruce_wall_sign",
+ "minecraft:birch_wall_sign",
+ "minecraft:acacia_wall_sign",
+ "minecraft:jungle_wall_sign",
+ "minecraft:dark_oak_wall_sign"
+ ],
+ "minecraft:dark_oak_logs": [
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_wood",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood"
+ ],
+ "minecraft:sand": [
+ "minecraft:sand",
+ "minecraft:red_sand"
+ ],
+ "minecraft:valid_spawn": [
+ "minecraft:grass_block",
+ "minecraft:podzol"
+ ],
+ "minecraft:underwater_bonemeals": [
+ "minecraft:seagrass",
+ "minecraft:tube_coral_fan",
+ "minecraft:brain_coral_fan",
+ "minecraft:bubble_coral_fan",
+ "minecraft:fire_coral_fan",
+ "minecraft:horn_coral_fan",
+ "minecraft:tube_coral",
+ "minecraft:brain_coral",
+ "minecraft:bubble_coral",
+ "minecraft:fire_coral",
+ "minecraft:horn_coral",
+ "minecraft:tube_coral_wall_fan",
+ "minecraft:brain_coral_wall_fan",
+ "minecraft:bubble_coral_wall_fan",
+ "minecraft:fire_coral_wall_fan",
+ "minecraft:horn_coral_wall_fan"
+ ],
+ "minecraft:oak_logs": [
+ "minecraft:oak_log",
+ "minecraft:oak_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood"
+ ],
+ "minecraft:buttons": [
+ "minecraft:stone_button",
+ "minecraft:oak_button",
+ "minecraft:spruce_button",
+ "minecraft:birch_button",
+ "minecraft:jungle_button",
+ "minecraft:acacia_button",
+ "minecraft:dark_oak_button"
+ ],
+ "minecraft:wooden_pressure_plates": [
+ "minecraft:oak_pressure_plate",
+ "minecraft:spruce_pressure_plate",
+ "minecraft:birch_pressure_plate",
+ "minecraft:jungle_pressure_plate",
+ "minecraft:acacia_pressure_plate",
+ "minecraft:dark_oak_pressure_plate"
+ ],
+ "minecraft:beds": [
+ "minecraft:red_bed",
+ "minecraft:black_bed",
+ "minecraft:blue_bed",
+ "minecraft:brown_bed",
+ "minecraft:cyan_bed",
+ "minecraft:gray_bed",
+ "minecraft:green_bed",
+ "minecraft:light_blue_bed",
+ "minecraft:light_gray_bed",
+ "minecraft:lime_bed",
+ "minecraft:magenta_bed",
+ "minecraft:orange_bed",
+ "minecraft:pink_bed",
+ "minecraft:purple_bed",
+ "minecraft:white_bed",
+ "minecraft:yellow_bed"
+ ],
+ "minecraft:walls": [
+ "minecraft:cobblestone_wall",
+ "minecraft:mossy_cobblestone_wall",
+ "minecraft:brick_wall",
+ "minecraft:prismarine_wall",
+ "minecraft:red_sandstone_wall",
+ "minecraft:mossy_stone_brick_wall",
+ "minecraft:granite_wall",
+ "minecraft:stone_brick_wall",
+ "minecraft:nether_brick_wall",
+ "minecraft:andesite_wall",
+ "minecraft:red_nether_brick_wall",
+ "minecraft:sandstone_wall",
+ "minecraft:end_stone_brick_wall",
+ "minecraft:diorite_wall"
+ ],
+ "minecraft:rails": [
+ "minecraft:rail",
+ "minecraft:powered_rail",
+ "minecraft:detector_rail",
+ "minecraft:activator_rail"
+ ],
+ "minecraft:birch_logs": [
+ "minecraft:birch_log",
+ "minecraft:birch_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood"
+ ],
+ "minecraft:wooden_trapdoors": [
+ "minecraft:acacia_trapdoor",
+ "minecraft:birch_trapdoor",
+ "minecraft:dark_oak_trapdoor",
+ "minecraft:jungle_trapdoor",
+ "minecraft:oak_trapdoor",
+ "minecraft:spruce_trapdoor"
+ ],
+ "minecraft:wooden_fences": [
+ "minecraft:oak_fence",
+ "minecraft:acacia_fence",
+ "minecraft:dark_oak_fence",
+ "minecraft:spruce_fence",
+ "minecraft:birch_fence",
+ "minecraft:jungle_fence"
+ ],
+ "minecraft:saplings": [
+ "minecraft:oak_sapling",
+ "minecraft:spruce_sapling",
+ "minecraft:birch_sapling",
+ "minecraft:jungle_sapling",
+ "minecraft:acacia_sapling",
+ "minecraft:dark_oak_sapling"
+ ],
+ "minecraft:small_flowers": [
+ "minecraft:dandelion",
+ "minecraft:poppy",
+ "minecraft:blue_orchid",
+ "minecraft:allium",
+ "minecraft:azure_bluet",
+ "minecraft:red_tulip",
+ "minecraft:orange_tulip",
+ "minecraft:white_tulip",
+ "minecraft:pink_tulip",
+ "minecraft:oxeye_daisy",
+ "minecraft:cornflower",
+ "minecraft:lily_of_the_valley",
+ "minecraft:wither_rose"
+ ],
+ "minecraft:bamboo_plantable_on": [
+ "minecraft:bamboo",
+ "minecraft:bamboo_sapling",
+ "minecraft:gravel",
+ "minecraft:sand",
+ "minecraft:red_sand",
+ "minecraft:dirt",
+ "minecraft:grass_block",
+ "minecraft:podzol",
+ "minecraft:coarse_dirt",
+ "minecraft:mycelium"
+ ],
+ "minecraft:ice": [
+ "minecraft:ice",
+ "minecraft:packed_ice",
+ "minecraft:blue_ice",
+ "minecraft:frosted_ice"
+ ],
+ "minecraft:wooden_stairs": [
+ "minecraft:oak_stairs",
+ "minecraft:spruce_stairs",
+ "minecraft:birch_stairs",
+ "minecraft:jungle_stairs",
+ "minecraft:acacia_stairs",
+ "minecraft:dark_oak_stairs"
+ ],
+ "minecraft:anvil": [
+ "minecraft:anvil",
+ "minecraft:chipped_anvil",
+ "minecraft:damaged_anvil"
+ ],
+ "minecraft:logs": [
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_wood",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood",
+ "minecraft:oak_log",
+ "minecraft:oak_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood",
+ "minecraft:acacia_log",
+ "minecraft:acacia_wood",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood",
+ "minecraft:birch_log",
+ "minecraft:birch_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood",
+ "minecraft:jungle_log",
+ "minecraft:jungle_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood",
+ "minecraft:spruce_log",
+ "minecraft:spruce_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood"
+ ],
+ "minecraft:corals": [
+ "minecraft:tube_coral_fan",
+ "minecraft:brain_coral_fan",
+ "minecraft:bubble_coral_fan",
+ "minecraft:fire_coral_fan",
+ "minecraft:horn_coral_fan",
+ "minecraft:tube_coral",
+ "minecraft:brain_coral",
+ "minecraft:bubble_coral",
+ "minecraft:fire_coral",
+ "minecraft:horn_coral"
+ ],
+ "minecraft:wooden_buttons": [
+ "minecraft:oak_button",
+ "minecraft:spruce_button",
+ "minecraft:birch_button",
+ "minecraft:jungle_button",
+ "minecraft:acacia_button",
+ "minecraft:dark_oak_button"
+ ],
+ "minecraft:wool": [
+ "minecraft:white_wool",
+ "minecraft:orange_wool",
+ "minecraft:magenta_wool",
+ "minecraft:light_blue_wool",
+ "minecraft:yellow_wool",
+ "minecraft:lime_wool",
+ "minecraft:pink_wool",
+ "minecraft:gray_wool",
+ "minecraft:light_gray_wool",
+ "minecraft:cyan_wool",
+ "minecraft:purple_wool",
+ "minecraft:blue_wool",
+ "minecraft:brown_wool",
+ "minecraft:green_wool",
+ "minecraft:red_wool",
+ "minecraft:black_wool"
+ ],
+ "minecraft:coral_plants": [
+ "minecraft:tube_coral",
+ "minecraft:brain_coral",
+ "minecraft:bubble_coral",
+ "minecraft:fire_coral",
+ "minecraft:horn_coral"
+ ],
+ "minecraft:banners": [
+ "minecraft:white_banner",
+ "minecraft:orange_banner",
+ "minecraft:magenta_banner",
+ "minecraft:light_blue_banner",
+ "minecraft:yellow_banner",
+ "minecraft:lime_banner",
+ "minecraft:pink_banner",
+ "minecraft:gray_banner",
+ "minecraft:light_gray_banner",
+ "minecraft:cyan_banner",
+ "minecraft:purple_banner",
+ "minecraft:blue_banner",
+ "minecraft:brown_banner",
+ "minecraft:green_banner",
+ "minecraft:red_banner",
+ "minecraft:black_banner",
+ "minecraft:white_wall_banner",
+ "minecraft:orange_wall_banner",
+ "minecraft:magenta_wall_banner",
+ "minecraft:light_blue_wall_banner",
+ "minecraft:yellow_wall_banner",
+ "minecraft:lime_wall_banner",
+ "minecraft:pink_wall_banner",
+ "minecraft:gray_wall_banner",
+ "minecraft:light_gray_wall_banner",
+ "minecraft:cyan_wall_banner",
+ "minecraft:purple_wall_banner",
+ "minecraft:blue_wall_banner",
+ "minecraft:brown_wall_banner",
+ "minecraft:green_wall_banner",
+ "minecraft:red_wall_banner",
+ "minecraft:black_wall_banner"
+ ],
+ "minecraft:dragon_immune": [
+ "minecraft:barrier",
+ "minecraft:bedrock",
+ "minecraft:end_portal",
+ "minecraft:end_portal_frame",
+ "minecraft:end_gateway",
+ "minecraft:command_block",
+ "minecraft:repeating_command_block",
+ "minecraft:chain_command_block",
+ "minecraft:structure_block",
+ "minecraft:jigsaw",
+ "minecraft:moving_piston",
+ "minecraft:obsidian",
+ "minecraft:end_stone",
+ "minecraft:iron_bars"
+ ],
+ "minecraft:doors": [
+ "minecraft:iron_door",
+ "minecraft:oak_door",
+ "minecraft:spruce_door",
+ "minecraft:birch_door",
+ "minecraft:jungle_door",
+ "minecraft:acacia_door",
+ "minecraft:dark_oak_door"
+ ],
+ "minecraft:fences": [
+ "minecraft:nether_brick_fence",
+ "minecraft:oak_fence",
+ "minecraft:acacia_fence",
+ "minecraft:dark_oak_fence",
+ "minecraft:spruce_fence",
+ "minecraft:birch_fence",
+ "minecraft:jungle_fence"
+ ],
+ "minecraft:wall_signs": [
+ "minecraft:oak_wall_sign",
+ "minecraft:spruce_wall_sign",
+ "minecraft:birch_wall_sign",
+ "minecraft:acacia_wall_sign",
+ "minecraft:jungle_wall_sign",
+ "minecraft:dark_oak_wall_sign"
+ ],
+ "minecraft:standing_signs": [
+ "minecraft:oak_sign",
+ "minecraft:spruce_sign",
+ "minecraft:birch_sign",
+ "minecraft:acacia_sign",
+ "minecraft:jungle_sign",
+ "minecraft:dark_oak_sign"
+ ],
+ "minecraft:dirt_like": [
+ "minecraft:dirt",
+ "minecraft:grass_block",
+ "minecraft:podzol",
+ "minecraft:coarse_dirt",
+ "minecraft:mycelium"
+ ],
+ "minecraft:impermeable": [
+ "minecraft:glass",
+ "minecraft:white_stained_glass",
+ "minecraft:orange_stained_glass",
+ "minecraft:magenta_stained_glass",
+ "minecraft:light_blue_stained_glass",
+ "minecraft:yellow_stained_glass",
+ "minecraft:lime_stained_glass",
+ "minecraft:pink_stained_glass",
+ "minecraft:gray_stained_glass",
+ "minecraft:light_gray_stained_glass",
+ "minecraft:cyan_stained_glass",
+ "minecraft:purple_stained_glass",
+ "minecraft:blue_stained_glass",
+ "minecraft:brown_stained_glass",
+ "minecraft:green_stained_glass",
+ "minecraft:red_stained_glass",
+ "minecraft:black_stained_glass"
+ ],
+ "minecraft:trapdoors": [
+ "minecraft:iron_trapdoor",
+ "minecraft:acacia_trapdoor",
+ "minecraft:birch_trapdoor",
+ "minecraft:dark_oak_trapdoor",
+ "minecraft:jungle_trapdoor",
+ "minecraft:oak_trapdoor",
+ "minecraft:spruce_trapdoor"
+ ],
+ "minecraft:leaves": [
+ "minecraft:jungle_leaves",
+ "minecraft:oak_leaves",
+ "minecraft:spruce_leaves",
+ "minecraft:dark_oak_leaves",
+ "minecraft:acacia_leaves",
+ "minecraft:birch_leaves"
+ ]
+ },
+ "itemtags": {
+ "minecraft:boats": [
+ "minecraft:oak_boat",
+ "minecraft:spruce_boat",
+ "minecraft:birch_boat",
+ "minecraft:jungle_boat",
+ "minecraft:acacia_boat",
+ "minecraft:dark_oak_boat"
+ ],
+ "minecraft:banners": [
+ "minecraft:white_banner",
+ "minecraft:orange_banner",
+ "minecraft:magenta_banner",
+ "minecraft:light_blue_banner",
+ "minecraft:yellow_banner",
+ "minecraft:lime_banner",
+ "minecraft:pink_banner",
+ "minecraft:gray_banner",
+ "minecraft:light_gray_banner",
+ "minecraft:cyan_banner",
+ "minecraft:purple_banner",
+ "minecraft:blue_banner",
+ "minecraft:brown_banner",
+ "minecraft:green_banner",
+ "minecraft:red_banner",
+ "minecraft:black_banner"
+ ],
+ "minecraft:arrows": [
+ "minecraft:arrow",
+ "minecraft:tipped_arrow",
+ "minecraft:spectral_arrow"
+ ],
+ "minecraft:coals": [
+ "minecraft:coal",
+ "minecraft:charcoal"
+ ],
+ "minecraft:music_discs": [
+ "minecraft:music_disc_13",
+ "minecraft:music_disc_cat",
+ "minecraft:music_disc_blocks",
+ "minecraft:music_disc_chirp",
+ "minecraft:music_disc_far",
+ "minecraft:music_disc_mall",
+ "minecraft:music_disc_mellohi",
+ "minecraft:music_disc_stal",
+ "minecraft:music_disc_strad",
+ "minecraft:music_disc_ward",
+ "minecraft:music_disc_11",
+ "minecraft:music_disc_wait"
+ ],
+ "minecraft:fishes": [
+ "minecraft:cod",
+ "minecraft:cooked_cod",
+ "minecraft:salmon",
+ "minecraft:cooked_salmon",
+ "minecraft:pufferfish",
+ "minecraft:tropical_fish"
+ ]
+ },
+ "entitytags": {
+ "minecraft:raiders": [
+ "minecraft:evoker",
+ "minecraft:pillager",
+ "minecraft:ravager",
+ "minecraft:vindicator",
+ "minecraft:illusioner",
+ "minecraft:witch"
+ ],
+ "minecraft:skeletons": [
+ "minecraft:skeleton",
+ "minecraft:stray",
+ "minecraft:wither_skeleton"
+ ]
+ }
+}
diff --git a/worldedit-cli/src/main/resources/com/sk89q/worldedit/cli/data/2225.json b/worldedit-cli/src/main/resources/com/sk89q/worldedit/cli/data/2225.json
index cc5e1e775..f59d404c1 100644
--- a/worldedit-cli/src/main/resources/com/sk89q/worldedit/cli/data/2225.json
+++ b/worldedit-cli/src/main/resources/com/sk89q/worldedit/cli/data/2225.json
@@ -1 +1,13035 @@
-{"blocks":{"minecraft:acacia_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_button[face=wall,facing=north,powered=false]"},"minecraft:acacia_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:acacia_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:acacia_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:acacia_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_leaves[distance=7,persistent=false]"},"minecraft:acacia_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:acacia_log[axis=y]"},"minecraft:acacia_planks":{"properties":{},"defaultstate":"minecraft:acacia_planks"},"minecraft:acacia_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_pressure_plate[powered=false]"},"minecraft:acacia_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:acacia_sapling[stage=0]"},"minecraft:acacia_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_sign[rotation=0,waterlogged=false]"},"minecraft:acacia_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_slab[type=bottom,waterlogged=false]"},"minecraft:acacia_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:acacia_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:acacia_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_wall_sign[facing=north,waterlogged=false]"},"minecraft:acacia_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:acacia_wood[axis=y]"},"minecraft:activator_rail":{"properties":{"powered":{"values":["true","false"],"type":"bool"},"shape":{"values":["north_south","east_west","ascending_east","ascending_west","ascending_north","ascending_south"],"type":"enum"}},"defaultstate":"minecraft:activator_rail[powered=false,shape=north_south]"},"minecraft:air":{"properties":{},"defaultstate":"minecraft:air"},"minecraft:allium":{"properties":{},"defaultstate":"minecraft:allium"},"minecraft:andesite":{"properties":{},"defaultstate":"minecraft:andesite"},"minecraft:andesite_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:andesite_slab[type=bottom,waterlogged=false]"},"minecraft:andesite_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:andesite_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:andesite_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:anvil":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:anvil[facing=north]"},"minecraft:attached_melon_stem":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:attached_melon_stem[facing=north]"},"minecraft:attached_pumpkin_stem":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:attached_pumpkin_stem[facing=north]"},"minecraft:azure_bluet":{"properties":{},"defaultstate":"minecraft:azure_bluet"},"minecraft:bamboo":{"properties":{"age":{"values":["0","1"],"type":"int"},"leaves":{"values":["none","small","large"],"type":"enum"},"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:bamboo[age=0,leaves=none,stage=0]"},"minecraft:bamboo_sapling":{"properties":{},"defaultstate":"minecraft:bamboo_sapling"},"minecraft:barrel":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"open":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:barrel[facing=north,open=false]"},"minecraft:barrier":{"properties":{},"defaultstate":"minecraft:barrier"},"minecraft:beacon":{"properties":{},"defaultstate":"minecraft:beacon"},"minecraft:bedrock":{"properties":{},"defaultstate":"minecraft:bedrock"},"minecraft:bee_nest":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"honey_level":{"values":["0","1","2","3","4","5"],"type":"int"}},"defaultstate":"minecraft:bee_nest[facing=north,honey_level=0]"},"minecraft:beehive":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"honey_level":{"values":["0","1","2","3","4","5"],"type":"int"}},"defaultstate":"minecraft:beehive[facing=north,honey_level=0]"},"minecraft:beetroots":{"properties":{"age":{"values":["0","1","2","3"],"type":"int"}},"defaultstate":"minecraft:beetroots[age=0]"},"minecraft:bell":{"properties":{"attachment":{"values":["floor","ceiling","single_wall","double_wall"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:bell[attachment=floor,facing=north,powered=false]"},"minecraft:birch_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_button[face=wall,facing=north,powered=false]"},"minecraft:birch_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:birch_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:birch_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:birch_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_leaves[distance=7,persistent=false]"},"minecraft:birch_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:birch_log[axis=y]"},"minecraft:birch_planks":{"properties":{},"defaultstate":"minecraft:birch_planks"},"minecraft:birch_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_pressure_plate[powered=false]"},"minecraft:birch_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:birch_sapling[stage=0]"},"minecraft:birch_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_sign[rotation=0,waterlogged=false]"},"minecraft:birch_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_slab[type=bottom,waterlogged=false]"},"minecraft:birch_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:birch_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:birch_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_wall_sign[facing=north,waterlogged=false]"},"minecraft:birch_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:birch_wood[axis=y]"},"minecraft:black_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:black_banner[rotation=0]"},"minecraft:black_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:black_bed[facing=north,occupied=false,part=foot]"},"minecraft:black_carpet":{"properties":{},"defaultstate":"minecraft:black_carpet"},"minecraft:black_concrete":{"properties":{},"defaultstate":"minecraft:black_concrete"},"minecraft:black_concrete_powder":{"properties":{},"defaultstate":"minecraft:black_concrete_powder"},"minecraft:black_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:black_glazed_terracotta[facing=north]"},"minecraft:black_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:black_shulker_box[facing=up]"},"minecraft:black_stained_glass":{"properties":{},"defaultstate":"minecraft:black_stained_glass"},"minecraft:black_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:black_terracotta":{"properties":{},"defaultstate":"minecraft:black_terracotta"},"minecraft:black_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:black_wall_banner[facing=north]"},"minecraft:black_wool":{"properties":{},"defaultstate":"minecraft:black_wool"},"minecraft:blast_furnace":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:blast_furnace[facing=north,lit=false]"},"minecraft:blue_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:blue_banner[rotation=0]"},"minecraft:blue_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:blue_bed[facing=north,occupied=false,part=foot]"},"minecraft:blue_carpet":{"properties":{},"defaultstate":"minecraft:blue_carpet"},"minecraft:blue_concrete":{"properties":{},"defaultstate":"minecraft:blue_concrete"},"minecraft:blue_concrete_powder":{"properties":{},"defaultstate":"minecraft:blue_concrete_powder"},"minecraft:blue_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:blue_glazed_terracotta[facing=north]"},"minecraft:blue_ice":{"properties":{},"defaultstate":"minecraft:blue_ice"},"minecraft:blue_orchid":{"properties":{},"defaultstate":"minecraft:blue_orchid"},"minecraft:blue_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:blue_shulker_box[facing=up]"},"minecraft:blue_stained_glass":{"properties":{},"defaultstate":"minecraft:blue_stained_glass"},"minecraft:blue_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:blue_terracotta":{"properties":{},"defaultstate":"minecraft:blue_terracotta"},"minecraft:blue_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:blue_wall_banner[facing=north]"},"minecraft:blue_wool":{"properties":{},"defaultstate":"minecraft:blue_wool"},"minecraft:bone_block":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:bone_block[axis=y]"},"minecraft:bookshelf":{"properties":{},"defaultstate":"minecraft:bookshelf"},"minecraft:brain_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brain_coral[waterlogged=true]"},"minecraft:brain_coral_block":{"properties":{},"defaultstate":"minecraft:brain_coral_block"},"minecraft:brain_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brain_coral_fan[waterlogged=true]"},"minecraft:brain_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brain_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:brewing_stand":{"properties":{"has_bottle_0":{"values":["true","false"],"type":"bool"},"has_bottle_1":{"values":["true","false"],"type":"bool"},"has_bottle_2":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false]"},"minecraft:brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brick_slab[type=bottom,waterlogged=false]"},"minecraft:brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:brick_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:bricks":{"properties":{},"defaultstate":"minecraft:bricks"},"minecraft:brown_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:brown_banner[rotation=0]"},"minecraft:brown_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:brown_bed[facing=north,occupied=false,part=foot]"},"minecraft:brown_carpet":{"properties":{},"defaultstate":"minecraft:brown_carpet"},"minecraft:brown_concrete":{"properties":{},"defaultstate":"minecraft:brown_concrete"},"minecraft:brown_concrete_powder":{"properties":{},"defaultstate":"minecraft:brown_concrete_powder"},"minecraft:brown_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:brown_glazed_terracotta[facing=north]"},"minecraft:brown_mushroom":{"properties":{},"defaultstate":"minecraft:brown_mushroom"},"minecraft:brown_mushroom_block":{"properties":{"down":{"values":["true","false"],"type":"bool"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]"},"minecraft:brown_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:brown_shulker_box[facing=up]"},"minecraft:brown_stained_glass":{"properties":{},"defaultstate":"minecraft:brown_stained_glass"},"minecraft:brown_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:brown_terracotta":{"properties":{},"defaultstate":"minecraft:brown_terracotta"},"minecraft:brown_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:brown_wall_banner[facing=north]"},"minecraft:brown_wool":{"properties":{},"defaultstate":"minecraft:brown_wool"},"minecraft:bubble_column":{"properties":{"drag":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:bubble_column[drag=true]"},"minecraft:bubble_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:bubble_coral[waterlogged=true]"},"minecraft:bubble_coral_block":{"properties":{},"defaultstate":"minecraft:bubble_coral_block"},"minecraft:bubble_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:bubble_coral_fan[waterlogged=true]"},"minecraft:bubble_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:bubble_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:cactus":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:cactus[age=0]"},"minecraft:cake":{"properties":{"bites":{"values":["0","1","2","3","4","5","6"],"type":"int"}},"defaultstate":"minecraft:cake[bites=0]"},"minecraft:campfire":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"lit":{"values":["true","false"],"type":"bool"},"signal_fire":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false]"},"minecraft:carrots":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:carrots[age=0]"},"minecraft:cartography_table":{"properties":{},"defaultstate":"minecraft:cartography_table"},"minecraft:carved_pumpkin":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:carved_pumpkin[facing=north]"},"minecraft:cauldron":{"properties":{"level":{"values":["0","1","2","3"],"type":"int"}},"defaultstate":"minecraft:cauldron[level=0]"},"minecraft:cave_air":{"properties":{},"defaultstate":"minecraft:cave_air"},"minecraft:chain_command_block":{"properties":{"conditional":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:chain_command_block[conditional=false,facing=north]"},"minecraft:chest":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"type":{"values":["single","left","right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:chest[facing=north,type=single,waterlogged=false]"},"minecraft:chipped_anvil":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:chipped_anvil[facing=north]"},"minecraft:chiseled_quartz_block":{"properties":{},"defaultstate":"minecraft:chiseled_quartz_block"},"minecraft:chiseled_red_sandstone":{"properties":{},"defaultstate":"minecraft:chiseled_red_sandstone"},"minecraft:chiseled_sandstone":{"properties":{},"defaultstate":"minecraft:chiseled_sandstone"},"minecraft:chiseled_stone_bricks":{"properties":{},"defaultstate":"minecraft:chiseled_stone_bricks"},"minecraft:chorus_flower":{"properties":{"age":{"values":["0","1","2","3","4","5"],"type":"int"}},"defaultstate":"minecraft:chorus_flower[age=0]"},"minecraft:chorus_plant":{"properties":{"down":{"values":["true","false"],"type":"bool"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false]"},"minecraft:clay":{"properties":{},"defaultstate":"minecraft:clay"},"minecraft:coal_block":{"properties":{},"defaultstate":"minecraft:coal_block"},"minecraft:coal_ore":{"properties":{},"defaultstate":"minecraft:coal_ore"},"minecraft:coarse_dirt":{"properties":{},"defaultstate":"minecraft:coarse_dirt"},"minecraft:cobblestone":{"properties":{},"defaultstate":"minecraft:cobblestone"},"minecraft:cobblestone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cobblestone_slab[type=bottom,waterlogged=false]"},"minecraft:cobblestone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:cobblestone_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cobblestone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:cobweb":{"properties":{},"defaultstate":"minecraft:cobweb"},"minecraft:cocoa":{"properties":{"age":{"values":["0","1","2"],"type":"int"},"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:cocoa[age=0,facing=north]"},"minecraft:command_block":{"properties":{"conditional":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:command_block[conditional=false,facing=north]"},"minecraft:comparator":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"mode":{"values":["compare","subtract"],"type":"enum"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:comparator[facing=north,mode=compare,powered=false]"},"minecraft:composter":{"properties":{"level":{"values":["0","1","2","3","4","5","6","7","8"],"type":"int"}},"defaultstate":"minecraft:composter[level=0]"},"minecraft:conduit":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:conduit[waterlogged=true]"},"minecraft:cornflower":{"properties":{},"defaultstate":"minecraft:cornflower"},"minecraft:cracked_stone_bricks":{"properties":{},"defaultstate":"minecraft:cracked_stone_bricks"},"minecraft:crafting_table":{"properties":{},"defaultstate":"minecraft:crafting_table"},"minecraft:creeper_head":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:creeper_head[rotation=0]"},"minecraft:creeper_wall_head":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:creeper_wall_head[facing=north]"},"minecraft:cut_red_sandstone":{"properties":{},"defaultstate":"minecraft:cut_red_sandstone"},"minecraft:cut_red_sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:cut_sandstone":{"properties":{},"defaultstate":"minecraft:cut_sandstone"},"minecraft:cut_sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cut_sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:cyan_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:cyan_banner[rotation=0]"},"minecraft:cyan_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:cyan_bed[facing=north,occupied=false,part=foot]"},"minecraft:cyan_carpet":{"properties":{},"defaultstate":"minecraft:cyan_carpet"},"minecraft:cyan_concrete":{"properties":{},"defaultstate":"minecraft:cyan_concrete"},"minecraft:cyan_concrete_powder":{"properties":{},"defaultstate":"minecraft:cyan_concrete_powder"},"minecraft:cyan_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:cyan_glazed_terracotta[facing=north]"},"minecraft:cyan_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:cyan_shulker_box[facing=up]"},"minecraft:cyan_stained_glass":{"properties":{},"defaultstate":"minecraft:cyan_stained_glass"},"minecraft:cyan_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:cyan_terracotta":{"properties":{},"defaultstate":"minecraft:cyan_terracotta"},"minecraft:cyan_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:cyan_wall_banner[facing=north]"},"minecraft:cyan_wool":{"properties":{},"defaultstate":"minecraft:cyan_wool"},"minecraft:damaged_anvil":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:damaged_anvil[facing=north]"},"minecraft:dandelion":{"properties":{},"defaultstate":"minecraft:dandelion"},"minecraft:dark_oak_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_button[face=wall,facing=north,powered=false]"},"minecraft:dark_oak_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:dark_oak_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:dark_oak_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:dark_oak_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_leaves[distance=7,persistent=false]"},"minecraft:dark_oak_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:dark_oak_log[axis=y]"},"minecraft:dark_oak_planks":{"properties":{},"defaultstate":"minecraft:dark_oak_planks"},"minecraft:dark_oak_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_pressure_plate[powered=false]"},"minecraft:dark_oak_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:dark_oak_sapling[stage=0]"},"minecraft:dark_oak_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_sign[rotation=0,waterlogged=false]"},"minecraft:dark_oak_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_slab[type=bottom,waterlogged=false]"},"minecraft:dark_oak_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:dark_oak_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:dark_oak_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_wall_sign[facing=north,waterlogged=false]"},"minecraft:dark_oak_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:dark_oak_wood[axis=y]"},"minecraft:dark_prismarine":{"properties":{},"defaultstate":"minecraft:dark_prismarine"},"minecraft:dark_prismarine_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_prismarine_slab[type=bottom,waterlogged=false]"},"minecraft:dark_prismarine_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:daylight_detector":{"properties":{"inverted":{"values":["true","false"],"type":"bool"},"power":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:daylight_detector[inverted=false,power=0]"},"minecraft:dead_brain_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_brain_coral[waterlogged=true]"},"minecraft:dead_brain_coral_block":{"properties":{},"defaultstate":"minecraft:dead_brain_coral_block"},"minecraft:dead_brain_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_brain_coral_fan[waterlogged=true]"},"minecraft:dead_brain_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:dead_bubble_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_bubble_coral[waterlogged=true]"},"minecraft:dead_bubble_coral_block":{"properties":{},"defaultstate":"minecraft:dead_bubble_coral_block"},"minecraft:dead_bubble_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_bubble_coral_fan[waterlogged=true]"},"minecraft:dead_bubble_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:dead_bush":{"properties":{},"defaultstate":"minecraft:dead_bush"},"minecraft:dead_fire_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_fire_coral[waterlogged=true]"},"minecraft:dead_fire_coral_block":{"properties":{},"defaultstate":"minecraft:dead_fire_coral_block"},"minecraft:dead_fire_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_fire_coral_fan[waterlogged=true]"},"minecraft:dead_fire_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:dead_horn_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_horn_coral[waterlogged=true]"},"minecraft:dead_horn_coral_block":{"properties":{},"defaultstate":"minecraft:dead_horn_coral_block"},"minecraft:dead_horn_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_horn_coral_fan[waterlogged=true]"},"minecraft:dead_horn_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:dead_tube_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_tube_coral[waterlogged=true]"},"minecraft:dead_tube_coral_block":{"properties":{},"defaultstate":"minecraft:dead_tube_coral_block"},"minecraft:dead_tube_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_tube_coral_fan[waterlogged=true]"},"minecraft:dead_tube_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:detector_rail":{"properties":{"powered":{"values":["true","false"],"type":"bool"},"shape":{"values":["north_south","east_west","ascending_east","ascending_west","ascending_north","ascending_south"],"type":"enum"}},"defaultstate":"minecraft:detector_rail[powered=false,shape=north_south]"},"minecraft:diamond_block":{"properties":{},"defaultstate":"minecraft:diamond_block"},"minecraft:diamond_ore":{"properties":{},"defaultstate":"minecraft:diamond_ore"},"minecraft:diorite":{"properties":{},"defaultstate":"minecraft:diorite"},"minecraft:diorite_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:diorite_slab[type=bottom,waterlogged=false]"},"minecraft:diorite_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:diorite_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:diorite_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:dirt":{"properties":{},"defaultstate":"minecraft:dirt"},"minecraft:dispenser":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"triggered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dispenser[facing=north,triggered=false]"},"minecraft:dragon_egg":{"properties":{},"defaultstate":"minecraft:dragon_egg"},"minecraft:dragon_head":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:dragon_head[rotation=0]"},"minecraft:dragon_wall_head":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:dragon_wall_head[facing=north]"},"minecraft:dried_kelp_block":{"properties":{},"defaultstate":"minecraft:dried_kelp_block"},"minecraft:dropper":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"triggered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dropper[facing=north,triggered=false]"},"minecraft:emerald_block":{"properties":{},"defaultstate":"minecraft:emerald_block"},"minecraft:emerald_ore":{"properties":{},"defaultstate":"minecraft:emerald_ore"},"minecraft:enchanting_table":{"properties":{},"defaultstate":"minecraft:enchanting_table"},"minecraft:end_gateway":{"properties":{},"defaultstate":"minecraft:end_gateway"},"minecraft:end_portal":{"properties":{},"defaultstate":"minecraft:end_portal"},"minecraft:end_portal_frame":{"properties":{"eye":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:end_portal_frame[eye=false,facing=north]"},"minecraft:end_rod":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:end_rod[facing=up]"},"minecraft:end_stone":{"properties":{},"defaultstate":"minecraft:end_stone"},"minecraft:end_stone_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:end_stone_brick_slab[type=bottom,waterlogged=false]"},"minecraft:end_stone_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:end_stone_brick_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:end_stone_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:end_stone_bricks":{"properties":{},"defaultstate":"minecraft:end_stone_bricks"},"minecraft:ender_chest":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:ender_chest[facing=north,waterlogged=false]"},"minecraft:farmland":{"properties":{"moisture":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:farmland[moisture=0]"},"minecraft:fern":{"properties":{},"defaultstate":"minecraft:fern"},"minecraft:fire":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false]"},"minecraft:fire_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:fire_coral[waterlogged=true]"},"minecraft:fire_coral_block":{"properties":{},"defaultstate":"minecraft:fire_coral_block"},"minecraft:fire_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:fire_coral_fan[waterlogged=true]"},"minecraft:fire_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:fire_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:fletching_table":{"properties":{},"defaultstate":"minecraft:fletching_table"},"minecraft:flower_pot":{"properties":{},"defaultstate":"minecraft:flower_pot"},"minecraft:frosted_ice":{"properties":{"age":{"values":["0","1","2","3"],"type":"int"}},"defaultstate":"minecraft:frosted_ice[age=0]"},"minecraft:furnace":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:furnace[facing=north,lit=false]"},"minecraft:glass":{"properties":{},"defaultstate":"minecraft:glass"},"minecraft:glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:glowstone":{"properties":{},"defaultstate":"minecraft:glowstone"},"minecraft:gold_block":{"properties":{},"defaultstate":"minecraft:gold_block"},"minecraft:gold_ore":{"properties":{},"defaultstate":"minecraft:gold_ore"},"minecraft:granite":{"properties":{},"defaultstate":"minecraft:granite"},"minecraft:granite_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:granite_slab[type=bottom,waterlogged=false]"},"minecraft:granite_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:granite_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:granite_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:grass":{"properties":{},"defaultstate":"minecraft:grass"},"minecraft:grass_block":{"properties":{"snowy":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:grass_block[snowy=false]"},"minecraft:grass_path":{"properties":{},"defaultstate":"minecraft:grass_path"},"minecraft:gravel":{"properties":{},"defaultstate":"minecraft:gravel"},"minecraft:gray_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:gray_banner[rotation=0]"},"minecraft:gray_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:gray_bed[facing=north,occupied=false,part=foot]"},"minecraft:gray_carpet":{"properties":{},"defaultstate":"minecraft:gray_carpet"},"minecraft:gray_concrete":{"properties":{},"defaultstate":"minecraft:gray_concrete"},"minecraft:gray_concrete_powder":{"properties":{},"defaultstate":"minecraft:gray_concrete_powder"},"minecraft:gray_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:gray_glazed_terracotta[facing=north]"},"minecraft:gray_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:gray_shulker_box[facing=up]"},"minecraft:gray_stained_glass":{"properties":{},"defaultstate":"minecraft:gray_stained_glass"},"minecraft:gray_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:gray_terracotta":{"properties":{},"defaultstate":"minecraft:gray_terracotta"},"minecraft:gray_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:gray_wall_banner[facing=north]"},"minecraft:gray_wool":{"properties":{},"defaultstate":"minecraft:gray_wool"},"minecraft:green_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:green_banner[rotation=0]"},"minecraft:green_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:green_bed[facing=north,occupied=false,part=foot]"},"minecraft:green_carpet":{"properties":{},"defaultstate":"minecraft:green_carpet"},"minecraft:green_concrete":{"properties":{},"defaultstate":"minecraft:green_concrete"},"minecraft:green_concrete_powder":{"properties":{},"defaultstate":"minecraft:green_concrete_powder"},"minecraft:green_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:green_glazed_terracotta[facing=north]"},"minecraft:green_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:green_shulker_box[facing=up]"},"minecraft:green_stained_glass":{"properties":{},"defaultstate":"minecraft:green_stained_glass"},"minecraft:green_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:green_terracotta":{"properties":{},"defaultstate":"minecraft:green_terracotta"},"minecraft:green_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:green_wall_banner[facing=north]"},"minecraft:green_wool":{"properties":{},"defaultstate":"minecraft:green_wool"},"minecraft:grindstone":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:grindstone[face=wall,facing=north]"},"minecraft:hay_block":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:hay_block[axis=y]"},"minecraft:heavy_weighted_pressure_plate":{"properties":{"power":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:heavy_weighted_pressure_plate[power=0]"},"minecraft:honey_block":{"properties":{},"defaultstate":"minecraft:honey_block"},"minecraft:honeycomb_block":{"properties":{},"defaultstate":"minecraft:honeycomb_block"},"minecraft:hopper":{"properties":{"enabled":{"values":["true","false"],"type":"bool"},"facing":{"values":["down","north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:hopper[enabled=true,facing=down]"},"minecraft:horn_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:horn_coral[waterlogged=true]"},"minecraft:horn_coral_block":{"properties":{},"defaultstate":"minecraft:horn_coral_block"},"minecraft:horn_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:horn_coral_fan[waterlogged=true]"},"minecraft:horn_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:horn_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:ice":{"properties":{},"defaultstate":"minecraft:ice"},"minecraft:infested_chiseled_stone_bricks":{"properties":{},"defaultstate":"minecraft:infested_chiseled_stone_bricks"},"minecraft:infested_cobblestone":{"properties":{},"defaultstate":"minecraft:infested_cobblestone"},"minecraft:infested_cracked_stone_bricks":{"properties":{},"defaultstate":"minecraft:infested_cracked_stone_bricks"},"minecraft:infested_mossy_stone_bricks":{"properties":{},"defaultstate":"minecraft:infested_mossy_stone_bricks"},"minecraft:infested_stone":{"properties":{},"defaultstate":"minecraft:infested_stone"},"minecraft:infested_stone_bricks":{"properties":{},"defaultstate":"minecraft:infested_stone_bricks"},"minecraft:iron_bars":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:iron_block":{"properties":{},"defaultstate":"minecraft:iron_block"},"minecraft:iron_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:iron_ore":{"properties":{},"defaultstate":"minecraft:iron_ore"},"minecraft:iron_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:jack_o_lantern":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:jack_o_lantern[facing=north]"},"minecraft:jigsaw":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:jigsaw[facing=up]"},"minecraft:jukebox":{"properties":{"has_record":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jukebox[has_record=false]"},"minecraft:jungle_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_button[face=wall,facing=north,powered=false]"},"minecraft:jungle_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:jungle_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:jungle_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:jungle_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_leaves[distance=7,persistent=false]"},"minecraft:jungle_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:jungle_log[axis=y]"},"minecraft:jungle_planks":{"properties":{},"defaultstate":"minecraft:jungle_planks"},"minecraft:jungle_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_pressure_plate[powered=false]"},"minecraft:jungle_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:jungle_sapling[stage=0]"},"minecraft:jungle_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_sign[rotation=0,waterlogged=false]"},"minecraft:jungle_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_slab[type=bottom,waterlogged=false]"},"minecraft:jungle_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:jungle_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:jungle_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_wall_sign[facing=north,waterlogged=false]"},"minecraft:jungle_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:jungle_wood[axis=y]"},"minecraft:kelp":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24","25"],"type":"int"}},"defaultstate":"minecraft:kelp[age=0]"},"minecraft:kelp_plant":{"properties":{},"defaultstate":"minecraft:kelp_plant"},"minecraft:ladder":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:ladder[facing=north,waterlogged=false]"},"minecraft:lantern":{"properties":{"hanging":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:lantern[hanging=false]"},"minecraft:lapis_block":{"properties":{},"defaultstate":"minecraft:lapis_block"},"minecraft:lapis_ore":{"properties":{},"defaultstate":"minecraft:lapis_ore"},"minecraft:large_fern":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:large_fern[half=lower]"},"minecraft:lava":{"properties":{"level":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:lava[level=0]"},"minecraft:lectern":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"has_book":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:lectern[facing=north,has_book=false,powered=false]"},"minecraft:lever":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:lever[face=wall,facing=north,powered=false]"},"minecraft:light_blue_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:light_blue_banner[rotation=0]"},"minecraft:light_blue_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:light_blue_bed[facing=north,occupied=false,part=foot]"},"minecraft:light_blue_carpet":{"properties":{},"defaultstate":"minecraft:light_blue_carpet"},"minecraft:light_blue_concrete":{"properties":{},"defaultstate":"minecraft:light_blue_concrete"},"minecraft:light_blue_concrete_powder":{"properties":{},"defaultstate":"minecraft:light_blue_concrete_powder"},"minecraft:light_blue_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:light_blue_glazed_terracotta[facing=north]"},"minecraft:light_blue_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:light_blue_shulker_box[facing=up]"},"minecraft:light_blue_stained_glass":{"properties":{},"defaultstate":"minecraft:light_blue_stained_glass"},"minecraft:light_blue_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:light_blue_terracotta":{"properties":{},"defaultstate":"minecraft:light_blue_terracotta"},"minecraft:light_blue_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:light_blue_wall_banner[facing=north]"},"minecraft:light_blue_wool":{"properties":{},"defaultstate":"minecraft:light_blue_wool"},"minecraft:light_gray_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:light_gray_banner[rotation=0]"},"minecraft:light_gray_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:light_gray_bed[facing=north,occupied=false,part=foot]"},"minecraft:light_gray_carpet":{"properties":{},"defaultstate":"minecraft:light_gray_carpet"},"minecraft:light_gray_concrete":{"properties":{},"defaultstate":"minecraft:light_gray_concrete"},"minecraft:light_gray_concrete_powder":{"properties":{},"defaultstate":"minecraft:light_gray_concrete_powder"},"minecraft:light_gray_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:light_gray_glazed_terracotta[facing=north]"},"minecraft:light_gray_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:light_gray_shulker_box[facing=up]"},"minecraft:light_gray_stained_glass":{"properties":{},"defaultstate":"minecraft:light_gray_stained_glass"},"minecraft:light_gray_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:light_gray_terracotta":{"properties":{},"defaultstate":"minecraft:light_gray_terracotta"},"minecraft:light_gray_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:light_gray_wall_banner[facing=north]"},"minecraft:light_gray_wool":{"properties":{},"defaultstate":"minecraft:light_gray_wool"},"minecraft:light_weighted_pressure_plate":{"properties":{"power":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:light_weighted_pressure_plate[power=0]"},"minecraft:lilac":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:lilac[half=lower]"},"minecraft:lily_of_the_valley":{"properties":{},"defaultstate":"minecraft:lily_of_the_valley"},"minecraft:lily_pad":{"properties":{},"defaultstate":"minecraft:lily_pad"},"minecraft:lime_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:lime_banner[rotation=0]"},"minecraft:lime_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:lime_bed[facing=north,occupied=false,part=foot]"},"minecraft:lime_carpet":{"properties":{},"defaultstate":"minecraft:lime_carpet"},"minecraft:lime_concrete":{"properties":{},"defaultstate":"minecraft:lime_concrete"},"minecraft:lime_concrete_powder":{"properties":{},"defaultstate":"minecraft:lime_concrete_powder"},"minecraft:lime_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:lime_glazed_terracotta[facing=north]"},"minecraft:lime_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:lime_shulker_box[facing=up]"},"minecraft:lime_stained_glass":{"properties":{},"defaultstate":"minecraft:lime_stained_glass"},"minecraft:lime_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:lime_terracotta":{"properties":{},"defaultstate":"minecraft:lime_terracotta"},"minecraft:lime_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:lime_wall_banner[facing=north]"},"minecraft:lime_wool":{"properties":{},"defaultstate":"minecraft:lime_wool"},"minecraft:loom":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:loom[facing=north]"},"minecraft:magenta_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:magenta_banner[rotation=0]"},"minecraft:magenta_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:magenta_bed[facing=north,occupied=false,part=foot]"},"minecraft:magenta_carpet":{"properties":{},"defaultstate":"minecraft:magenta_carpet"},"minecraft:magenta_concrete":{"properties":{},"defaultstate":"minecraft:magenta_concrete"},"minecraft:magenta_concrete_powder":{"properties":{},"defaultstate":"minecraft:magenta_concrete_powder"},"minecraft:magenta_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:magenta_glazed_terracotta[facing=north]"},"minecraft:magenta_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:magenta_shulker_box[facing=up]"},"minecraft:magenta_stained_glass":{"properties":{},"defaultstate":"minecraft:magenta_stained_glass"},"minecraft:magenta_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:magenta_terracotta":{"properties":{},"defaultstate":"minecraft:magenta_terracotta"},"minecraft:magenta_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:magenta_wall_banner[facing=north]"},"minecraft:magenta_wool":{"properties":{},"defaultstate":"minecraft:magenta_wool"},"minecraft:magma_block":{"properties":{},"defaultstate":"minecraft:magma_block"},"minecraft:melon":{"properties":{},"defaultstate":"minecraft:melon"},"minecraft:melon_stem":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:melon_stem[age=0]"},"minecraft:mossy_cobblestone":{"properties":{},"defaultstate":"minecraft:mossy_cobblestone"},"minecraft:mossy_cobblestone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]"},"minecraft:mossy_cobblestone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:mossy_cobblestone_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mossy_cobblestone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:mossy_stone_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false]"},"minecraft:mossy_stone_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:mossy_stone_brick_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mossy_stone_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:mossy_stone_bricks":{"properties":{},"defaultstate":"minecraft:mossy_stone_bricks"},"minecraft:moving_piston":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"type":{"values":["normal","sticky"],"type":"enum"}},"defaultstate":"minecraft:moving_piston[facing=north,type=normal]"},"minecraft:mushroom_stem":{"properties":{"down":{"values":["true","false"],"type":"bool"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=true]"},"minecraft:mycelium":{"properties":{"snowy":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mycelium[snowy=false]"},"minecraft:nether_brick_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:nether_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:nether_brick_slab[type=bottom,waterlogged=false]"},"minecraft:nether_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:nether_brick_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:nether_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:nether_bricks":{"properties":{},"defaultstate":"minecraft:nether_bricks"},"minecraft:nether_portal":{"properties":{"axis":{"values":["x","z"],"type":"enum"}},"defaultstate":"minecraft:nether_portal[axis=x]"},"minecraft:nether_quartz_ore":{"properties":{},"defaultstate":"minecraft:nether_quartz_ore"},"minecraft:nether_wart":{"properties":{"age":{"values":["0","1","2","3"],"type":"int"}},"defaultstate":"minecraft:nether_wart[age=0]"},"minecraft:nether_wart_block":{"properties":{},"defaultstate":"minecraft:nether_wart_block"},"minecraft:netherrack":{"properties":{},"defaultstate":"minecraft:netherrack"},"minecraft:note_block":{"properties":{"instrument":{"values":["harp","basedrum","snare","hat","bass","flute","bell","guitar","chime","xylophone","iron_xylophone","cow_bell","didgeridoo","bit","banjo","pling"],"type":"enum"},"note":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24"],"type":"int"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:note_block[instrument=harp,note=0,powered=false]"},"minecraft:oak_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_button[face=wall,facing=north,powered=false]"},"minecraft:oak_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:oak_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:oak_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:oak_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_leaves[distance=7,persistent=false]"},"minecraft:oak_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:oak_log[axis=y]"},"minecraft:oak_planks":{"properties":{},"defaultstate":"minecraft:oak_planks"},"minecraft:oak_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_pressure_plate[powered=false]"},"minecraft:oak_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:oak_sapling[stage=0]"},"minecraft:oak_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_sign[rotation=0,waterlogged=false]"},"minecraft:oak_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_slab[type=bottom,waterlogged=false]"},"minecraft:oak_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:oak_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:oak_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_wall_sign[facing=north,waterlogged=false]"},"minecraft:oak_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:oak_wood[axis=y]"},"minecraft:observer":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:observer[facing=south,powered=false]"},"minecraft:obsidian":{"properties":{},"defaultstate":"minecraft:obsidian"},"minecraft:orange_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:orange_banner[rotation=0]"},"minecraft:orange_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:orange_bed[facing=north,occupied=false,part=foot]"},"minecraft:orange_carpet":{"properties":{},"defaultstate":"minecraft:orange_carpet"},"minecraft:orange_concrete":{"properties":{},"defaultstate":"minecraft:orange_concrete"},"minecraft:orange_concrete_powder":{"properties":{},"defaultstate":"minecraft:orange_concrete_powder"},"minecraft:orange_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:orange_glazed_terracotta[facing=north]"},"minecraft:orange_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:orange_shulker_box[facing=up]"},"minecraft:orange_stained_glass":{"properties":{},"defaultstate":"minecraft:orange_stained_glass"},"minecraft:orange_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:orange_terracotta":{"properties":{},"defaultstate":"minecraft:orange_terracotta"},"minecraft:orange_tulip":{"properties":{},"defaultstate":"minecraft:orange_tulip"},"minecraft:orange_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:orange_wall_banner[facing=north]"},"minecraft:orange_wool":{"properties":{},"defaultstate":"minecraft:orange_wool"},"minecraft:oxeye_daisy":{"properties":{},"defaultstate":"minecraft:oxeye_daisy"},"minecraft:packed_ice":{"properties":{},"defaultstate":"minecraft:packed_ice"},"minecraft:peony":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:peony[half=lower]"},"minecraft:petrified_oak_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:petrified_oak_slab[type=bottom,waterlogged=false]"},"minecraft:pink_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:pink_banner[rotation=0]"},"minecraft:pink_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:pink_bed[facing=north,occupied=false,part=foot]"},"minecraft:pink_carpet":{"properties":{},"defaultstate":"minecraft:pink_carpet"},"minecraft:pink_concrete":{"properties":{},"defaultstate":"minecraft:pink_concrete"},"minecraft:pink_concrete_powder":{"properties":{},"defaultstate":"minecraft:pink_concrete_powder"},"minecraft:pink_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:pink_glazed_terracotta[facing=north]"},"minecraft:pink_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:pink_shulker_box[facing=up]"},"minecraft:pink_stained_glass":{"properties":{},"defaultstate":"minecraft:pink_stained_glass"},"minecraft:pink_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:pink_terracotta":{"properties":{},"defaultstate":"minecraft:pink_terracotta"},"minecraft:pink_tulip":{"properties":{},"defaultstate":"minecraft:pink_tulip"},"minecraft:pink_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:pink_wall_banner[facing=north]"},"minecraft:pink_wool":{"properties":{},"defaultstate":"minecraft:pink_wool"},"minecraft:piston":{"properties":{"extended":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:piston[extended=false,facing=north]"},"minecraft:piston_head":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"short":{"values":["true","false"],"type":"bool"},"type":{"values":["normal","sticky"],"type":"enum"}},"defaultstate":"minecraft:piston_head[facing=north,short=false,type=normal]"},"minecraft:player_head":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:player_head[rotation=0]"},"minecraft:player_wall_head":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:player_wall_head[facing=north]"},"minecraft:podzol":{"properties":{"snowy":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:podzol[snowy=false]"},"minecraft:polished_andesite":{"properties":{},"defaultstate":"minecraft:polished_andesite"},"minecraft:polished_andesite_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_andesite_slab[type=bottom,waterlogged=false]"},"minecraft:polished_andesite_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:polished_diorite":{"properties":{},"defaultstate":"minecraft:polished_diorite"},"minecraft:polished_diorite_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_diorite_slab[type=bottom,waterlogged=false]"},"minecraft:polished_diorite_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:polished_granite":{"properties":{},"defaultstate":"minecraft:polished_granite"},"minecraft:polished_granite_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_granite_slab[type=bottom,waterlogged=false]"},"minecraft:polished_granite_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:poppy":{"properties":{},"defaultstate":"minecraft:poppy"},"minecraft:potatoes":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:potatoes[age=0]"},"minecraft:potted_acacia_sapling":{"properties":{},"defaultstate":"minecraft:potted_acacia_sapling"},"minecraft:potted_allium":{"properties":{},"defaultstate":"minecraft:potted_allium"},"minecraft:potted_azure_bluet":{"properties":{},"defaultstate":"minecraft:potted_azure_bluet"},"minecraft:potted_bamboo":{"properties":{},"defaultstate":"minecraft:potted_bamboo"},"minecraft:potted_birch_sapling":{"properties":{},"defaultstate":"minecraft:potted_birch_sapling"},"minecraft:potted_blue_orchid":{"properties":{},"defaultstate":"minecraft:potted_blue_orchid"},"minecraft:potted_brown_mushroom":{"properties":{},"defaultstate":"minecraft:potted_brown_mushroom"},"minecraft:potted_cactus":{"properties":{},"defaultstate":"minecraft:potted_cactus"},"minecraft:potted_cornflower":{"properties":{},"defaultstate":"minecraft:potted_cornflower"},"minecraft:potted_dandelion":{"properties":{},"defaultstate":"minecraft:potted_dandelion"},"minecraft:potted_dark_oak_sapling":{"properties":{},"defaultstate":"minecraft:potted_dark_oak_sapling"},"minecraft:potted_dead_bush":{"properties":{},"defaultstate":"minecraft:potted_dead_bush"},"minecraft:potted_fern":{"properties":{},"defaultstate":"minecraft:potted_fern"},"minecraft:potted_jungle_sapling":{"properties":{},"defaultstate":"minecraft:potted_jungle_sapling"},"minecraft:potted_lily_of_the_valley":{"properties":{},"defaultstate":"minecraft:potted_lily_of_the_valley"},"minecraft:potted_oak_sapling":{"properties":{},"defaultstate":"minecraft:potted_oak_sapling"},"minecraft:potted_orange_tulip":{"properties":{},"defaultstate":"minecraft:potted_orange_tulip"},"minecraft:potted_oxeye_daisy":{"properties":{},"defaultstate":"minecraft:potted_oxeye_daisy"},"minecraft:potted_pink_tulip":{"properties":{},"defaultstate":"minecraft:potted_pink_tulip"},"minecraft:potted_poppy":{"properties":{},"defaultstate":"minecraft:potted_poppy"},"minecraft:potted_red_mushroom":{"properties":{},"defaultstate":"minecraft:potted_red_mushroom"},"minecraft:potted_red_tulip":{"properties":{},"defaultstate":"minecraft:potted_red_tulip"},"minecraft:potted_spruce_sapling":{"properties":{},"defaultstate":"minecraft:potted_spruce_sapling"},"minecraft:potted_white_tulip":{"properties":{},"defaultstate":"minecraft:potted_white_tulip"},"minecraft:potted_wither_rose":{"properties":{},"defaultstate":"minecraft:potted_wither_rose"},"minecraft:powered_rail":{"properties":{"powered":{"values":["true","false"],"type":"bool"},"shape":{"values":["north_south","east_west","ascending_east","ascending_west","ascending_north","ascending_south"],"type":"enum"}},"defaultstate":"minecraft:powered_rail[powered=false,shape=north_south]"},"minecraft:prismarine":{"properties":{},"defaultstate":"minecraft:prismarine"},"minecraft:prismarine_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:prismarine_brick_slab[type=bottom,waterlogged=false]"},"minecraft:prismarine_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:prismarine_bricks":{"properties":{},"defaultstate":"minecraft:prismarine_bricks"},"minecraft:prismarine_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:prismarine_slab[type=bottom,waterlogged=false]"},"minecraft:prismarine_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:prismarine_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:prismarine_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:pumpkin":{"properties":{},"defaultstate":"minecraft:pumpkin"},"minecraft:pumpkin_stem":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:pumpkin_stem[age=0]"},"minecraft:purple_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:purple_banner[rotation=0]"},"minecraft:purple_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:purple_bed[facing=north,occupied=false,part=foot]"},"minecraft:purple_carpet":{"properties":{},"defaultstate":"minecraft:purple_carpet"},"minecraft:purple_concrete":{"properties":{},"defaultstate":"minecraft:purple_concrete"},"minecraft:purple_concrete_powder":{"properties":{},"defaultstate":"minecraft:purple_concrete_powder"},"minecraft:purple_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:purple_glazed_terracotta[facing=north]"},"minecraft:purple_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:purple_shulker_box[facing=up]"},"minecraft:purple_stained_glass":{"properties":{},"defaultstate":"minecraft:purple_stained_glass"},"minecraft:purple_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:purple_terracotta":{"properties":{},"defaultstate":"minecraft:purple_terracotta"},"minecraft:purple_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:purple_wall_banner[facing=north]"},"minecraft:purple_wool":{"properties":{},"defaultstate":"minecraft:purple_wool"},"minecraft:purpur_block":{"properties":{},"defaultstate":"minecraft:purpur_block"},"minecraft:purpur_pillar":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:purpur_pillar[axis=y]"},"minecraft:purpur_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:purpur_slab[type=bottom,waterlogged=false]"},"minecraft:purpur_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:quartz_block":{"properties":{},"defaultstate":"minecraft:quartz_block"},"minecraft:quartz_pillar":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:quartz_pillar[axis=y]"},"minecraft:quartz_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:quartz_slab[type=bottom,waterlogged=false]"},"minecraft:quartz_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:rail":{"properties":{"shape":{"values":["north_south","east_west","ascending_east","ascending_west","ascending_north","ascending_south","south_east","south_west","north_west","north_east"],"type":"enum"}},"defaultstate":"minecraft:rail[shape=north_south]"},"minecraft:red_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:red_banner[rotation=0]"},"minecraft:red_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:red_bed[facing=north,occupied=false,part=foot]"},"minecraft:red_carpet":{"properties":{},"defaultstate":"minecraft:red_carpet"},"minecraft:red_concrete":{"properties":{},"defaultstate":"minecraft:red_concrete"},"minecraft:red_concrete_powder":{"properties":{},"defaultstate":"minecraft:red_concrete_powder"},"minecraft:red_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:red_glazed_terracotta[facing=north]"},"minecraft:red_mushroom":{"properties":{},"defaultstate":"minecraft:red_mushroom"},"minecraft:red_mushroom_block":{"properties":{"down":{"values":["true","false"],"type":"bool"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]"},"minecraft:red_nether_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_nether_brick_slab[type=bottom,waterlogged=false]"},"minecraft:red_nether_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:red_nether_brick_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_nether_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:red_nether_bricks":{"properties":{},"defaultstate":"minecraft:red_nether_bricks"},"minecraft:red_sand":{"properties":{},"defaultstate":"minecraft:red_sand"},"minecraft:red_sandstone":{"properties":{},"defaultstate":"minecraft:red_sandstone"},"minecraft:red_sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:red_sandstone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:red_sandstone_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_sandstone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:red_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:red_shulker_box[facing=up]"},"minecraft:red_stained_glass":{"properties":{},"defaultstate":"minecraft:red_stained_glass"},"minecraft:red_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:red_terracotta":{"properties":{},"defaultstate":"minecraft:red_terracotta"},"minecraft:red_tulip":{"properties":{},"defaultstate":"minecraft:red_tulip"},"minecraft:red_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:red_wall_banner[facing=north]"},"minecraft:red_wool":{"properties":{},"defaultstate":"minecraft:red_wool"},"minecraft:redstone_block":{"properties":{},"defaultstate":"minecraft:redstone_block"},"minecraft:redstone_lamp":{"properties":{"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:redstone_lamp[lit=false]"},"minecraft:redstone_ore":{"properties":{"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:redstone_ore[lit=false]"},"minecraft:redstone_torch":{"properties":{"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:redstone_torch[lit=true]"},"minecraft:redstone_wall_torch":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:redstone_wall_torch[facing=north,lit=true]"},"minecraft:redstone_wire":{"properties":{"east":{"values":["up","side","none"],"type":"enum"},"north":{"values":["up","side","none"],"type":"enum"},"power":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"south":{"values":["up","side","none"],"type":"enum"},"west":{"values":["up","side","none"],"type":"enum"}},"defaultstate":"minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none]"},"minecraft:repeater":{"properties":{"delay":{"values":["1","2","3","4"],"type":"int"},"facing":{"values":["north","south","west","east"],"type":"direction"},"locked":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:repeater[delay=1,facing=north,locked=false,powered=false]"},"minecraft:repeating_command_block":{"properties":{"conditional":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:repeating_command_block[conditional=false,facing=north]"},"minecraft:rose_bush":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:rose_bush[half=lower]"},"minecraft:sand":{"properties":{},"defaultstate":"minecraft:sand"},"minecraft:sandstone":{"properties":{},"defaultstate":"minecraft:sandstone"},"minecraft:sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:sandstone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:sandstone_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:sandstone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:scaffolding":{"properties":{"bottom":{"values":["true","false"],"type":"bool"},"distance":{"values":["0","1","2","3","4","5","6","7"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:scaffolding[bottom=false,distance=7,waterlogged=false]"},"minecraft:sea_lantern":{"properties":{},"defaultstate":"minecraft:sea_lantern"},"minecraft:sea_pickle":{"properties":{"pickles":{"values":["1","2","3","4"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:sea_pickle[pickles=1,waterlogged=true]"},"minecraft:seagrass":{"properties":{},"defaultstate":"minecraft:seagrass"},"minecraft:shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:shulker_box[facing=up]"},"minecraft:skeleton_skull":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:skeleton_skull[rotation=0]"},"minecraft:skeleton_wall_skull":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:skeleton_wall_skull[facing=north]"},"minecraft:slime_block":{"properties":{},"defaultstate":"minecraft:slime_block"},"minecraft:smithing_table":{"properties":{},"defaultstate":"minecraft:smithing_table"},"minecraft:smoker":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smoker[facing=north,lit=false]"},"minecraft:smooth_quartz":{"properties":{},"defaultstate":"minecraft:smooth_quartz"},"minecraft:smooth_quartz_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_quartz_slab[type=bottom,waterlogged=false]"},"minecraft:smooth_quartz_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:smooth_red_sandstone":{"properties":{},"defaultstate":"minecraft:smooth_red_sandstone"},"minecraft:smooth_red_sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:smooth_red_sandstone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:smooth_sandstone":{"properties":{},"defaultstate":"minecraft:smooth_sandstone"},"minecraft:smooth_sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:smooth_sandstone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:smooth_stone":{"properties":{},"defaultstate":"minecraft:smooth_stone"},"minecraft:smooth_stone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_stone_slab[type=bottom,waterlogged=false]"},"minecraft:snow":{"properties":{"layers":{"values":["1","2","3","4","5","6","7","8"],"type":"int"}},"defaultstate":"minecraft:snow[layers=1]"},"minecraft:snow_block":{"properties":{},"defaultstate":"minecraft:snow_block"},"minecraft:soul_sand":{"properties":{},"defaultstate":"minecraft:soul_sand"},"minecraft:spawner":{"properties":{},"defaultstate":"minecraft:spawner"},"minecraft:sponge":{"properties":{},"defaultstate":"minecraft:sponge"},"minecraft:spruce_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_button[face=wall,facing=north,powered=false]"},"minecraft:spruce_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:spruce_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:spruce_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:spruce_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_leaves[distance=7,persistent=false]"},"minecraft:spruce_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:spruce_log[axis=y]"},"minecraft:spruce_planks":{"properties":{},"defaultstate":"minecraft:spruce_planks"},"minecraft:spruce_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_pressure_plate[powered=false]"},"minecraft:spruce_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:spruce_sapling[stage=0]"},"minecraft:spruce_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_sign[rotation=0,waterlogged=false]"},"minecraft:spruce_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_slab[type=bottom,waterlogged=false]"},"minecraft:spruce_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:spruce_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:spruce_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_wall_sign[facing=north,waterlogged=false]"},"minecraft:spruce_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:spruce_wood[axis=y]"},"minecraft:sticky_piston":{"properties":{"extended":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:sticky_piston[extended=false,facing=north]"},"minecraft:stone":{"properties":{},"defaultstate":"minecraft:stone"},"minecraft:stone_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_brick_slab[type=bottom,waterlogged=false]"},"minecraft:stone_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:stone_brick_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:stone_bricks":{"properties":{},"defaultstate":"minecraft:stone_bricks"},"minecraft:stone_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_button[face=wall,facing=north,powered=false]"},"minecraft:stone_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_pressure_plate[powered=false]"},"minecraft:stone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_slab[type=bottom,waterlogged=false]"},"minecraft:stone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:stonecutter":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:stonecutter[facing=north]"},"minecraft:stripped_acacia_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_acacia_log[axis=y]"},"minecraft:stripped_acacia_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_acacia_wood[axis=y]"},"minecraft:stripped_birch_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_birch_log[axis=y]"},"minecraft:stripped_birch_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_birch_wood[axis=y]"},"minecraft:stripped_dark_oak_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_dark_oak_log[axis=y]"},"minecraft:stripped_dark_oak_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_dark_oak_wood[axis=y]"},"minecraft:stripped_jungle_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_jungle_log[axis=y]"},"minecraft:stripped_jungle_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_jungle_wood[axis=y]"},"minecraft:stripped_oak_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_oak_log[axis=y]"},"minecraft:stripped_oak_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_oak_wood[axis=y]"},"minecraft:stripped_spruce_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_spruce_log[axis=y]"},"minecraft:stripped_spruce_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_spruce_wood[axis=y]"},"minecraft:structure_block":{"properties":{"mode":{"values":["save","load","corner","data"],"type":"enum"}},"defaultstate":"minecraft:structure_block[mode=save]"},"minecraft:structure_void":{"properties":{},"defaultstate":"minecraft:structure_void"},"minecraft:sugar_cane":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:sugar_cane[age=0]"},"minecraft:sunflower":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:sunflower[half=lower]"},"minecraft:sweet_berry_bush":{"properties":{"age":{"values":["0","1","2","3"],"type":"int"}},"defaultstate":"minecraft:sweet_berry_bush[age=0]"},"minecraft:tall_grass":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:tall_grass[half=lower]"},"minecraft:tall_seagrass":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:tall_seagrass[half=lower]"},"minecraft:terracotta":{"properties":{},"defaultstate":"minecraft:terracotta"},"minecraft:tnt":{"properties":{"unstable":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tnt[unstable=false]"},"minecraft:torch":{"properties":{},"defaultstate":"minecraft:torch"},"minecraft:trapped_chest":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"type":{"values":["single","left","right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:trapped_chest[facing=north,type=single,waterlogged=false]"},"minecraft:tripwire":{"properties":{"attached":{"values":["true","false"],"type":"bool"},"disarmed":{"values":["true","false"],"type":"bool"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tripwire[attached=false,disarmed=false,east=false,north=false,powered=false,south=false,west=false]"},"minecraft:tripwire_hook":{"properties":{"attached":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tripwire_hook[attached=false,facing=north,powered=false]"},"minecraft:tube_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tube_coral[waterlogged=true]"},"minecraft:tube_coral_block":{"properties":{},"defaultstate":"minecraft:tube_coral_block"},"minecraft:tube_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tube_coral_fan[waterlogged=true]"},"minecraft:tube_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tube_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:turtle_egg":{"properties":{"eggs":{"values":["1","2","3","4"],"type":"int"},"hatch":{"values":["0","1","2"],"type":"int"}},"defaultstate":"minecraft:turtle_egg[eggs=1,hatch=0]"},"minecraft:vine":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:vine[east=false,north=false,south=false,up=false,west=false]"},"minecraft:void_air":{"properties":{},"defaultstate":"minecraft:void_air"},"minecraft:wall_torch":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:wall_torch[facing=north]"},"minecraft:water":{"properties":{"level":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:water[level=0]"},"minecraft:wet_sponge":{"properties":{},"defaultstate":"minecraft:wet_sponge"},"minecraft:wheat":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:wheat[age=0]"},"minecraft:white_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:white_banner[rotation=0]"},"minecraft:white_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:white_bed[facing=north,occupied=false,part=foot]"},"minecraft:white_carpet":{"properties":{},"defaultstate":"minecraft:white_carpet"},"minecraft:white_concrete":{"properties":{},"defaultstate":"minecraft:white_concrete"},"minecraft:white_concrete_powder":{"properties":{},"defaultstate":"minecraft:white_concrete_powder"},"minecraft:white_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:white_glazed_terracotta[facing=north]"},"minecraft:white_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:white_shulker_box[facing=up]"},"minecraft:white_stained_glass":{"properties":{},"defaultstate":"minecraft:white_stained_glass"},"minecraft:white_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:white_terracotta":{"properties":{},"defaultstate":"minecraft:white_terracotta"},"minecraft:white_tulip":{"properties":{},"defaultstate":"minecraft:white_tulip"},"minecraft:white_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:white_wall_banner[facing=north]"},"minecraft:white_wool":{"properties":{},"defaultstate":"minecraft:white_wool"},"minecraft:wither_rose":{"properties":{},"defaultstate":"minecraft:wither_rose"},"minecraft:wither_skeleton_skull":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:wither_skeleton_skull[rotation=0]"},"minecraft:wither_skeleton_wall_skull":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:wither_skeleton_wall_skull[facing=north]"},"minecraft:yellow_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:yellow_banner[rotation=0]"},"minecraft:yellow_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:yellow_bed[facing=north,occupied=false,part=foot]"},"minecraft:yellow_carpet":{"properties":{},"defaultstate":"minecraft:yellow_carpet"},"minecraft:yellow_concrete":{"properties":{},"defaultstate":"minecraft:yellow_concrete"},"minecraft:yellow_concrete_powder":{"properties":{},"defaultstate":"minecraft:yellow_concrete_powder"},"minecraft:yellow_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:yellow_glazed_terracotta[facing=north]"},"minecraft:yellow_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:yellow_shulker_box[facing=up]"},"minecraft:yellow_stained_glass":{"properties":{},"defaultstate":"minecraft:yellow_stained_glass"},"minecraft:yellow_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:yellow_terracotta":{"properties":{},"defaultstate":"minecraft:yellow_terracotta"},"minecraft:yellow_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:yellow_wall_banner[facing=north]"},"minecraft:yellow_wool":{"properties":{},"defaultstate":"minecraft:yellow_wool"},"minecraft:zombie_head":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:zombie_head[rotation=0]"},"minecraft:zombie_wall_head":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:zombie_wall_head[facing=north]"}},"items":["minecraft:acacia_boat","minecraft:acacia_button","minecraft:acacia_door","minecraft:acacia_fence","minecraft:acacia_fence_gate","minecraft:acacia_leaves","minecraft:acacia_log","minecraft:acacia_planks","minecraft:acacia_pressure_plate","minecraft:acacia_sapling","minecraft:acacia_sign","minecraft:acacia_slab","minecraft:acacia_stairs","minecraft:acacia_trapdoor","minecraft:acacia_wood","minecraft:activator_rail","minecraft:air","minecraft:allium","minecraft:andesite","minecraft:andesite_slab","minecraft:andesite_stairs","minecraft:andesite_wall","minecraft:anvil","minecraft:apple","minecraft:armor_stand","minecraft:arrow","minecraft:azure_bluet","minecraft:baked_potato","minecraft:bamboo","minecraft:barrel","minecraft:barrier","minecraft:bat_spawn_egg","minecraft:beacon","minecraft:bedrock","minecraft:bee_nest","minecraft:bee_spawn_egg","minecraft:beef","minecraft:beehive","minecraft:beetroot","minecraft:beetroot_seeds","minecraft:beetroot_soup","minecraft:bell","minecraft:birch_boat","minecraft:birch_button","minecraft:birch_door","minecraft:birch_fence","minecraft:birch_fence_gate","minecraft:birch_leaves","minecraft:birch_log","minecraft:birch_planks","minecraft:birch_pressure_plate","minecraft:birch_sapling","minecraft:birch_sign","minecraft:birch_slab","minecraft:birch_stairs","minecraft:birch_trapdoor","minecraft:birch_wood","minecraft:black_banner","minecraft:black_bed","minecraft:black_carpet","minecraft:black_concrete","minecraft:black_concrete_powder","minecraft:black_dye","minecraft:black_glazed_terracotta","minecraft:black_shulker_box","minecraft:black_stained_glass","minecraft:black_stained_glass_pane","minecraft:black_terracotta","minecraft:black_wool","minecraft:blast_furnace","minecraft:blaze_powder","minecraft:blaze_rod","minecraft:blaze_spawn_egg","minecraft:blue_banner","minecraft:blue_bed","minecraft:blue_carpet","minecraft:blue_concrete","minecraft:blue_concrete_powder","minecraft:blue_dye","minecraft:blue_glazed_terracotta","minecraft:blue_ice","minecraft:blue_orchid","minecraft:blue_shulker_box","minecraft:blue_stained_glass","minecraft:blue_stained_glass_pane","minecraft:blue_terracotta","minecraft:blue_wool","minecraft:bone","minecraft:bone_block","minecraft:bone_meal","minecraft:book","minecraft:bookshelf","minecraft:bow","minecraft:bowl","minecraft:brain_coral","minecraft:brain_coral_block","minecraft:brain_coral_fan","minecraft:bread","minecraft:brewing_stand","minecraft:brick","minecraft:brick_slab","minecraft:brick_stairs","minecraft:brick_wall","minecraft:bricks","minecraft:brown_banner","minecraft:brown_bed","minecraft:brown_carpet","minecraft:brown_concrete","minecraft:brown_concrete_powder","minecraft:brown_dye","minecraft:brown_glazed_terracotta","minecraft:brown_mushroom","minecraft:brown_mushroom_block","minecraft:brown_shulker_box","minecraft:brown_stained_glass","minecraft:brown_stained_glass_pane","minecraft:brown_terracotta","minecraft:brown_wool","minecraft:bubble_coral","minecraft:bubble_coral_block","minecraft:bubble_coral_fan","minecraft:bucket","minecraft:cactus","minecraft:cake","minecraft:campfire","minecraft:carrot","minecraft:carrot_on_a_stick","minecraft:cartography_table","minecraft:carved_pumpkin","minecraft:cat_spawn_egg","minecraft:cauldron","minecraft:cave_spider_spawn_egg","minecraft:chain_command_block","minecraft:chainmail_boots","minecraft:chainmail_chestplate","minecraft:chainmail_helmet","minecraft:chainmail_leggings","minecraft:charcoal","minecraft:chest","minecraft:chest_minecart","minecraft:chicken","minecraft:chicken_spawn_egg","minecraft:chipped_anvil","minecraft:chiseled_quartz_block","minecraft:chiseled_red_sandstone","minecraft:chiseled_sandstone","minecraft:chiseled_stone_bricks","minecraft:chorus_flower","minecraft:chorus_fruit","minecraft:chorus_plant","minecraft:clay","minecraft:clay_ball","minecraft:clock","minecraft:coal","minecraft:coal_block","minecraft:coal_ore","minecraft:coarse_dirt","minecraft:cobblestone","minecraft:cobblestone_slab","minecraft:cobblestone_stairs","minecraft:cobblestone_wall","minecraft:cobweb","minecraft:cocoa_beans","minecraft:cod","minecraft:cod_bucket","minecraft:cod_spawn_egg","minecraft:command_block","minecraft:command_block_minecart","minecraft:comparator","minecraft:compass","minecraft:composter","minecraft:conduit","minecraft:cooked_beef","minecraft:cooked_chicken","minecraft:cooked_cod","minecraft:cooked_mutton","minecraft:cooked_porkchop","minecraft:cooked_rabbit","minecraft:cooked_salmon","minecraft:cookie","minecraft:cornflower","minecraft:cow_spawn_egg","minecraft:cracked_stone_bricks","minecraft:crafting_table","minecraft:creeper_banner_pattern","minecraft:creeper_head","minecraft:creeper_spawn_egg","minecraft:crossbow","minecraft:cut_red_sandstone","minecraft:cut_red_sandstone_slab","minecraft:cut_sandstone","minecraft:cut_sandstone_slab","minecraft:cyan_banner","minecraft:cyan_bed","minecraft:cyan_carpet","minecraft:cyan_concrete","minecraft:cyan_concrete_powder","minecraft:cyan_dye","minecraft:cyan_glazed_terracotta","minecraft:cyan_shulker_box","minecraft:cyan_stained_glass","minecraft:cyan_stained_glass_pane","minecraft:cyan_terracotta","minecraft:cyan_wool","minecraft:damaged_anvil","minecraft:dandelion","minecraft:dark_oak_boat","minecraft:dark_oak_button","minecraft:dark_oak_door","minecraft:dark_oak_fence","minecraft:dark_oak_fence_gate","minecraft:dark_oak_leaves","minecraft:dark_oak_log","minecraft:dark_oak_planks","minecraft:dark_oak_pressure_plate","minecraft:dark_oak_sapling","minecraft:dark_oak_sign","minecraft:dark_oak_slab","minecraft:dark_oak_stairs","minecraft:dark_oak_trapdoor","minecraft:dark_oak_wood","minecraft:dark_prismarine","minecraft:dark_prismarine_slab","minecraft:dark_prismarine_stairs","minecraft:daylight_detector","minecraft:dead_brain_coral","minecraft:dead_brain_coral_block","minecraft:dead_brain_coral_fan","minecraft:dead_bubble_coral","minecraft:dead_bubble_coral_block","minecraft:dead_bubble_coral_fan","minecraft:dead_bush","minecraft:dead_fire_coral","minecraft:dead_fire_coral_block","minecraft:dead_fire_coral_fan","minecraft:dead_horn_coral","minecraft:dead_horn_coral_block","minecraft:dead_horn_coral_fan","minecraft:dead_tube_coral","minecraft:dead_tube_coral_block","minecraft:dead_tube_coral_fan","minecraft:debug_stick","minecraft:detector_rail","minecraft:diamond","minecraft:diamond_axe","minecraft:diamond_block","minecraft:diamond_boots","minecraft:diamond_chestplate","minecraft:diamond_helmet","minecraft:diamond_hoe","minecraft:diamond_horse_armor","minecraft:diamond_leggings","minecraft:diamond_ore","minecraft:diamond_pickaxe","minecraft:diamond_shovel","minecraft:diamond_sword","minecraft:diorite","minecraft:diorite_slab","minecraft:diorite_stairs","minecraft:diorite_wall","minecraft:dirt","minecraft:dispenser","minecraft:dolphin_spawn_egg","minecraft:donkey_spawn_egg","minecraft:dragon_breath","minecraft:dragon_egg","minecraft:dragon_head","minecraft:dried_kelp","minecraft:dried_kelp_block","minecraft:dropper","minecraft:drowned_spawn_egg","minecraft:egg","minecraft:elder_guardian_spawn_egg","minecraft:elytra","minecraft:emerald","minecraft:emerald_block","minecraft:emerald_ore","minecraft:enchanted_book","minecraft:enchanted_golden_apple","minecraft:enchanting_table","minecraft:end_crystal","minecraft:end_portal_frame","minecraft:end_rod","minecraft:end_stone","minecraft:end_stone_brick_slab","minecraft:end_stone_brick_stairs","minecraft:end_stone_brick_wall","minecraft:end_stone_bricks","minecraft:ender_chest","minecraft:ender_eye","minecraft:ender_pearl","minecraft:enderman_spawn_egg","minecraft:endermite_spawn_egg","minecraft:evoker_spawn_egg","minecraft:experience_bottle","minecraft:farmland","minecraft:feather","minecraft:fermented_spider_eye","minecraft:fern","minecraft:filled_map","minecraft:fire_charge","minecraft:fire_coral","minecraft:fire_coral_block","minecraft:fire_coral_fan","minecraft:firework_rocket","minecraft:firework_star","minecraft:fishing_rod","minecraft:fletching_table","minecraft:flint","minecraft:flint_and_steel","minecraft:flower_banner_pattern","minecraft:flower_pot","minecraft:fox_spawn_egg","minecraft:furnace","minecraft:furnace_minecart","minecraft:ghast_spawn_egg","minecraft:ghast_tear","minecraft:glass","minecraft:glass_bottle","minecraft:glass_pane","minecraft:glistering_melon_slice","minecraft:globe_banner_pattern","minecraft:glowstone","minecraft:glowstone_dust","minecraft:gold_block","minecraft:gold_ingot","minecraft:gold_nugget","minecraft:gold_ore","minecraft:golden_apple","minecraft:golden_axe","minecraft:golden_boots","minecraft:golden_carrot","minecraft:golden_chestplate","minecraft:golden_helmet","minecraft:golden_hoe","minecraft:golden_horse_armor","minecraft:golden_leggings","minecraft:golden_pickaxe","minecraft:golden_shovel","minecraft:golden_sword","minecraft:granite","minecraft:granite_slab","minecraft:granite_stairs","minecraft:granite_wall","minecraft:grass","minecraft:grass_block","minecraft:grass_path","minecraft:gravel","minecraft:gray_banner","minecraft:gray_bed","minecraft:gray_carpet","minecraft:gray_concrete","minecraft:gray_concrete_powder","minecraft:gray_dye","minecraft:gray_glazed_terracotta","minecraft:gray_shulker_box","minecraft:gray_stained_glass","minecraft:gray_stained_glass_pane","minecraft:gray_terracotta","minecraft:gray_wool","minecraft:green_banner","minecraft:green_bed","minecraft:green_carpet","minecraft:green_concrete","minecraft:green_concrete_powder","minecraft:green_dye","minecraft:green_glazed_terracotta","minecraft:green_shulker_box","minecraft:green_stained_glass","minecraft:green_stained_glass_pane","minecraft:green_terracotta","minecraft:green_wool","minecraft:grindstone","minecraft:guardian_spawn_egg","minecraft:gunpowder","minecraft:hay_block","minecraft:heart_of_the_sea","minecraft:heavy_weighted_pressure_plate","minecraft:honey_block","minecraft:honey_bottle","minecraft:honeycomb","minecraft:honeycomb_block","minecraft:hopper","minecraft:hopper_minecart","minecraft:horn_coral","minecraft:horn_coral_block","minecraft:horn_coral_fan","minecraft:horse_spawn_egg","minecraft:husk_spawn_egg","minecraft:ice","minecraft:infested_chiseled_stone_bricks","minecraft:infested_cobblestone","minecraft:infested_cracked_stone_bricks","minecraft:infested_mossy_stone_bricks","minecraft:infested_stone","minecraft:infested_stone_bricks","minecraft:ink_sac","minecraft:iron_axe","minecraft:iron_bars","minecraft:iron_block","minecraft:iron_boots","minecraft:iron_chestplate","minecraft:iron_door","minecraft:iron_helmet","minecraft:iron_hoe","minecraft:iron_horse_armor","minecraft:iron_ingot","minecraft:iron_leggings","minecraft:iron_nugget","minecraft:iron_ore","minecraft:iron_pickaxe","minecraft:iron_shovel","minecraft:iron_sword","minecraft:iron_trapdoor","minecraft:item_frame","minecraft:jack_o_lantern","minecraft:jigsaw","minecraft:jukebox","minecraft:jungle_boat","minecraft:jungle_button","minecraft:jungle_door","minecraft:jungle_fence","minecraft:jungle_fence_gate","minecraft:jungle_leaves","minecraft:jungle_log","minecraft:jungle_planks","minecraft:jungle_pressure_plate","minecraft:jungle_sapling","minecraft:jungle_sign","minecraft:jungle_slab","minecraft:jungle_stairs","minecraft:jungle_trapdoor","minecraft:jungle_wood","minecraft:kelp","minecraft:knowledge_book","minecraft:ladder","minecraft:lantern","minecraft:lapis_block","minecraft:lapis_lazuli","minecraft:lapis_ore","minecraft:large_fern","minecraft:lava_bucket","minecraft:lead","minecraft:leather","minecraft:leather_boots","minecraft:leather_chestplate","minecraft:leather_helmet","minecraft:leather_horse_armor","minecraft:leather_leggings","minecraft:lectern","minecraft:lever","minecraft:light_blue_banner","minecraft:light_blue_bed","minecraft:light_blue_carpet","minecraft:light_blue_concrete","minecraft:light_blue_concrete_powder","minecraft:light_blue_dye","minecraft:light_blue_glazed_terracotta","minecraft:light_blue_shulker_box","minecraft:light_blue_stained_glass","minecraft:light_blue_stained_glass_pane","minecraft:light_blue_terracotta","minecraft:light_blue_wool","minecraft:light_gray_banner","minecraft:light_gray_bed","minecraft:light_gray_carpet","minecraft:light_gray_concrete","minecraft:light_gray_concrete_powder","minecraft:light_gray_dye","minecraft:light_gray_glazed_terracotta","minecraft:light_gray_shulker_box","minecraft:light_gray_stained_glass","minecraft:light_gray_stained_glass_pane","minecraft:light_gray_terracotta","minecraft:light_gray_wool","minecraft:light_weighted_pressure_plate","minecraft:lilac","minecraft:lily_of_the_valley","minecraft:lily_pad","minecraft:lime_banner","minecraft:lime_bed","minecraft:lime_carpet","minecraft:lime_concrete","minecraft:lime_concrete_powder","minecraft:lime_dye","minecraft:lime_glazed_terracotta","minecraft:lime_shulker_box","minecraft:lime_stained_glass","minecraft:lime_stained_glass_pane","minecraft:lime_terracotta","minecraft:lime_wool","minecraft:lingering_potion","minecraft:llama_spawn_egg","minecraft:loom","minecraft:magenta_banner","minecraft:magenta_bed","minecraft:magenta_carpet","minecraft:magenta_concrete","minecraft:magenta_concrete_powder","minecraft:magenta_dye","minecraft:magenta_glazed_terracotta","minecraft:magenta_shulker_box","minecraft:magenta_stained_glass","minecraft:magenta_stained_glass_pane","minecraft:magenta_terracotta","minecraft:magenta_wool","minecraft:magma_block","minecraft:magma_cream","minecraft:magma_cube_spawn_egg","minecraft:map","minecraft:melon","minecraft:melon_seeds","minecraft:melon_slice","minecraft:milk_bucket","minecraft:minecart","minecraft:mojang_banner_pattern","minecraft:mooshroom_spawn_egg","minecraft:mossy_cobblestone","minecraft:mossy_cobblestone_slab","minecraft:mossy_cobblestone_stairs","minecraft:mossy_cobblestone_wall","minecraft:mossy_stone_brick_slab","minecraft:mossy_stone_brick_stairs","minecraft:mossy_stone_brick_wall","minecraft:mossy_stone_bricks","minecraft:mule_spawn_egg","minecraft:mushroom_stem","minecraft:mushroom_stew","minecraft:music_disc_11","minecraft:music_disc_13","minecraft:music_disc_blocks","minecraft:music_disc_cat","minecraft:music_disc_chirp","minecraft:music_disc_far","minecraft:music_disc_mall","minecraft:music_disc_mellohi","minecraft:music_disc_stal","minecraft:music_disc_strad","minecraft:music_disc_wait","minecraft:music_disc_ward","minecraft:mutton","minecraft:mycelium","minecraft:name_tag","minecraft:nautilus_shell","minecraft:nether_brick","minecraft:nether_brick_fence","minecraft:nether_brick_slab","minecraft:nether_brick_stairs","minecraft:nether_brick_wall","minecraft:nether_bricks","minecraft:nether_quartz_ore","minecraft:nether_star","minecraft:nether_wart","minecraft:nether_wart_block","minecraft:netherrack","minecraft:note_block","minecraft:oak_boat","minecraft:oak_button","minecraft:oak_door","minecraft:oak_fence","minecraft:oak_fence_gate","minecraft:oak_leaves","minecraft:oak_log","minecraft:oak_planks","minecraft:oak_pressure_plate","minecraft:oak_sapling","minecraft:oak_sign","minecraft:oak_slab","minecraft:oak_stairs","minecraft:oak_trapdoor","minecraft:oak_wood","minecraft:observer","minecraft:obsidian","minecraft:ocelot_spawn_egg","minecraft:orange_banner","minecraft:orange_bed","minecraft:orange_carpet","minecraft:orange_concrete","minecraft:orange_concrete_powder","minecraft:orange_dye","minecraft:orange_glazed_terracotta","minecraft:orange_shulker_box","minecraft:orange_stained_glass","minecraft:orange_stained_glass_pane","minecraft:orange_terracotta","minecraft:orange_tulip","minecraft:orange_wool","minecraft:oxeye_daisy","minecraft:packed_ice","minecraft:painting","minecraft:panda_spawn_egg","minecraft:paper","minecraft:parrot_spawn_egg","minecraft:peony","minecraft:petrified_oak_slab","minecraft:phantom_membrane","minecraft:phantom_spawn_egg","minecraft:pig_spawn_egg","minecraft:pillager_spawn_egg","minecraft:pink_banner","minecraft:pink_bed","minecraft:pink_carpet","minecraft:pink_concrete","minecraft:pink_concrete_powder","minecraft:pink_dye","minecraft:pink_glazed_terracotta","minecraft:pink_shulker_box","minecraft:pink_stained_glass","minecraft:pink_stained_glass_pane","minecraft:pink_terracotta","minecraft:pink_tulip","minecraft:pink_wool","minecraft:piston","minecraft:player_head","minecraft:podzol","minecraft:poisonous_potato","minecraft:polar_bear_spawn_egg","minecraft:polished_andesite","minecraft:polished_andesite_slab","minecraft:polished_andesite_stairs","minecraft:polished_diorite","minecraft:polished_diorite_slab","minecraft:polished_diorite_stairs","minecraft:polished_granite","minecraft:polished_granite_slab","minecraft:polished_granite_stairs","minecraft:popped_chorus_fruit","minecraft:poppy","minecraft:porkchop","minecraft:potato","minecraft:potion","minecraft:powered_rail","minecraft:prismarine","minecraft:prismarine_brick_slab","minecraft:prismarine_brick_stairs","minecraft:prismarine_bricks","minecraft:prismarine_crystals","minecraft:prismarine_shard","minecraft:prismarine_slab","minecraft:prismarine_stairs","minecraft:prismarine_wall","minecraft:pufferfish","minecraft:pufferfish_bucket","minecraft:pufferfish_spawn_egg","minecraft:pumpkin","minecraft:pumpkin_pie","minecraft:pumpkin_seeds","minecraft:purple_banner","minecraft:purple_bed","minecraft:purple_carpet","minecraft:purple_concrete","minecraft:purple_concrete_powder","minecraft:purple_dye","minecraft:purple_glazed_terracotta","minecraft:purple_shulker_box","minecraft:purple_stained_glass","minecraft:purple_stained_glass_pane","minecraft:purple_terracotta","minecraft:purple_wool","minecraft:purpur_block","minecraft:purpur_pillar","minecraft:purpur_slab","minecraft:purpur_stairs","minecraft:quartz","minecraft:quartz_block","minecraft:quartz_pillar","minecraft:quartz_slab","minecraft:quartz_stairs","minecraft:rabbit","minecraft:rabbit_foot","minecraft:rabbit_hide","minecraft:rabbit_spawn_egg","minecraft:rabbit_stew","minecraft:rail","minecraft:ravager_spawn_egg","minecraft:red_banner","minecraft:red_bed","minecraft:red_carpet","minecraft:red_concrete","minecraft:red_concrete_powder","minecraft:red_dye","minecraft:red_glazed_terracotta","minecraft:red_mushroom","minecraft:red_mushroom_block","minecraft:red_nether_brick_slab","minecraft:red_nether_brick_stairs","minecraft:red_nether_brick_wall","minecraft:red_nether_bricks","minecraft:red_sand","minecraft:red_sandstone","minecraft:red_sandstone_slab","minecraft:red_sandstone_stairs","minecraft:red_sandstone_wall","minecraft:red_shulker_box","minecraft:red_stained_glass","minecraft:red_stained_glass_pane","minecraft:red_terracotta","minecraft:red_tulip","minecraft:red_wool","minecraft:redstone","minecraft:redstone_block","minecraft:redstone_lamp","minecraft:redstone_ore","minecraft:redstone_torch","minecraft:repeater","minecraft:repeating_command_block","minecraft:rose_bush","minecraft:rotten_flesh","minecraft:saddle","minecraft:salmon","minecraft:salmon_bucket","minecraft:salmon_spawn_egg","minecraft:sand","minecraft:sandstone","minecraft:sandstone_slab","minecraft:sandstone_stairs","minecraft:sandstone_wall","minecraft:scaffolding","minecraft:scute","minecraft:sea_lantern","minecraft:sea_pickle","minecraft:seagrass","minecraft:shears","minecraft:sheep_spawn_egg","minecraft:shield","minecraft:shulker_box","minecraft:shulker_shell","minecraft:shulker_spawn_egg","minecraft:silverfish_spawn_egg","minecraft:skeleton_horse_spawn_egg","minecraft:skeleton_skull","minecraft:skeleton_spawn_egg","minecraft:skull_banner_pattern","minecraft:slime_ball","minecraft:slime_block","minecraft:slime_spawn_egg","minecraft:smithing_table","minecraft:smoker","minecraft:smooth_quartz","minecraft:smooth_quartz_slab","minecraft:smooth_quartz_stairs","minecraft:smooth_red_sandstone","minecraft:smooth_red_sandstone_slab","minecraft:smooth_red_sandstone_stairs","minecraft:smooth_sandstone","minecraft:smooth_sandstone_slab","minecraft:smooth_sandstone_stairs","minecraft:smooth_stone","minecraft:smooth_stone_slab","minecraft:snow","minecraft:snow_block","minecraft:snowball","minecraft:soul_sand","minecraft:spawner","minecraft:spectral_arrow","minecraft:spider_eye","minecraft:spider_spawn_egg","minecraft:splash_potion","minecraft:sponge","minecraft:spruce_boat","minecraft:spruce_button","minecraft:spruce_door","minecraft:spruce_fence","minecraft:spruce_fence_gate","minecraft:spruce_leaves","minecraft:spruce_log","minecraft:spruce_planks","minecraft:spruce_pressure_plate","minecraft:spruce_sapling","minecraft:spruce_sign","minecraft:spruce_slab","minecraft:spruce_stairs","minecraft:spruce_trapdoor","minecraft:spruce_wood","minecraft:squid_spawn_egg","minecraft:stick","minecraft:sticky_piston","minecraft:stone","minecraft:stone_axe","minecraft:stone_brick_slab","minecraft:stone_brick_stairs","minecraft:stone_brick_wall","minecraft:stone_bricks","minecraft:stone_button","minecraft:stone_hoe","minecraft:stone_pickaxe","minecraft:stone_pressure_plate","minecraft:stone_shovel","minecraft:stone_slab","minecraft:stone_stairs","minecraft:stone_sword","minecraft:stonecutter","minecraft:stray_spawn_egg","minecraft:string","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood","minecraft:structure_block","minecraft:structure_void","minecraft:sugar","minecraft:sugar_cane","minecraft:sunflower","minecraft:suspicious_stew","minecraft:sweet_berries","minecraft:tall_grass","minecraft:terracotta","minecraft:tipped_arrow","minecraft:tnt","minecraft:tnt_minecart","minecraft:torch","minecraft:totem_of_undying","minecraft:trader_llama_spawn_egg","minecraft:trapped_chest","minecraft:trident","minecraft:tripwire_hook","minecraft:tropical_fish","minecraft:tropical_fish_bucket","minecraft:tropical_fish_spawn_egg","minecraft:tube_coral","minecraft:tube_coral_block","minecraft:tube_coral_fan","minecraft:turtle_egg","minecraft:turtle_helmet","minecraft:turtle_spawn_egg","minecraft:vex_spawn_egg","minecraft:villager_spawn_egg","minecraft:vindicator_spawn_egg","minecraft:vine","minecraft:wandering_trader_spawn_egg","minecraft:water_bucket","minecraft:wet_sponge","minecraft:wheat","minecraft:wheat_seeds","minecraft:white_banner","minecraft:white_bed","minecraft:white_carpet","minecraft:white_concrete","minecraft:white_concrete_powder","minecraft:white_dye","minecraft:white_glazed_terracotta","minecraft:white_shulker_box","minecraft:white_stained_glass","minecraft:white_stained_glass_pane","minecraft:white_terracotta","minecraft:white_tulip","minecraft:white_wool","minecraft:witch_spawn_egg","minecraft:wither_rose","minecraft:wither_skeleton_skull","minecraft:wither_skeleton_spawn_egg","minecraft:wolf_spawn_egg","minecraft:wooden_axe","minecraft:wooden_hoe","minecraft:wooden_pickaxe","minecraft:wooden_shovel","minecraft:wooden_sword","minecraft:writable_book","minecraft:written_book","minecraft:yellow_banner","minecraft:yellow_bed","minecraft:yellow_carpet","minecraft:yellow_concrete","minecraft:yellow_concrete_powder","minecraft:yellow_dye","minecraft:yellow_glazed_terracotta","minecraft:yellow_shulker_box","minecraft:yellow_stained_glass","minecraft:yellow_stained_glass_pane","minecraft:yellow_terracotta","minecraft:yellow_wool","minecraft:zombie_head","minecraft:zombie_horse_spawn_egg","minecraft:zombie_pigman_spawn_egg","minecraft:zombie_spawn_egg","minecraft:zombie_villager_spawn_egg"],"entities":["minecraft:area_effect_cloud","minecraft:armor_stand","minecraft:arrow","minecraft:bat","minecraft:bee","minecraft:blaze","minecraft:boat","minecraft:cat","minecraft:cave_spider","minecraft:chest_minecart","minecraft:chicken","minecraft:cod","minecraft:command_block_minecart","minecraft:cow","minecraft:creeper","minecraft:dolphin","minecraft:donkey","minecraft:dragon_fireball","minecraft:drowned","minecraft:egg","minecraft:elder_guardian","minecraft:end_crystal","minecraft:ender_dragon","minecraft:ender_pearl","minecraft:enderman","minecraft:endermite","minecraft:evoker","minecraft:evoker_fangs","minecraft:experience_bottle","minecraft:experience_orb","minecraft:eye_of_ender","minecraft:falling_block","minecraft:fireball","minecraft:firework_rocket","minecraft:fishing_bobber","minecraft:fox","minecraft:furnace_minecart","minecraft:ghast","minecraft:giant","minecraft:guardian","minecraft:hopper_minecart","minecraft:horse","minecraft:husk","minecraft:illusioner","minecraft:iron_golem","minecraft:item","minecraft:item_frame","minecraft:leash_knot","minecraft:lightning_bolt","minecraft:llama","minecraft:llama_spit","minecraft:magma_cube","minecraft:minecart","minecraft:mooshroom","minecraft:mule","minecraft:ocelot","minecraft:painting","minecraft:panda","minecraft:parrot","minecraft:phantom","minecraft:pig","minecraft:pillager","minecraft:player","minecraft:polar_bear","minecraft:potion","minecraft:pufferfish","minecraft:rabbit","minecraft:ravager","minecraft:salmon","minecraft:sheep","minecraft:shulker","minecraft:shulker_bullet","minecraft:silverfish","minecraft:skeleton","minecraft:skeleton_horse","minecraft:slime","minecraft:small_fireball","minecraft:snow_golem","minecraft:snowball","minecraft:spawner_minecart","minecraft:spectral_arrow","minecraft:spider","minecraft:squid","minecraft:stray","minecraft:tnt","minecraft:tnt_minecart","minecraft:trader_llama","minecraft:trident","minecraft:tropical_fish","minecraft:turtle","minecraft:vex","minecraft:villager","minecraft:vindicator","minecraft:wandering_trader","minecraft:witch","minecraft:wither","minecraft:wither_skeleton","minecraft:wither_skull","minecraft:wolf","minecraft:zombie","minecraft:zombie_horse","minecraft:zombie_pigman","minecraft:zombie_villager"],"biomes":["minecraft:badlands","minecraft:badlands_plateau","minecraft:bamboo_jungle","minecraft:bamboo_jungle_hills","minecraft:beach","minecraft:birch_forest","minecraft:birch_forest_hills","minecraft:cold_ocean","minecraft:dark_forest","minecraft:dark_forest_hills","minecraft:deep_cold_ocean","minecraft:deep_frozen_ocean","minecraft:deep_lukewarm_ocean","minecraft:deep_ocean","minecraft:deep_warm_ocean","minecraft:desert","minecraft:desert_hills","minecraft:desert_lakes","minecraft:end_barrens","minecraft:end_highlands","minecraft:end_midlands","minecraft:eroded_badlands","minecraft:flower_forest","minecraft:forest","minecraft:frozen_ocean","minecraft:frozen_river","minecraft:giant_spruce_taiga","minecraft:giant_spruce_taiga_hills","minecraft:giant_tree_taiga","minecraft:giant_tree_taiga_hills","minecraft:gravelly_mountains","minecraft:ice_spikes","minecraft:jungle","minecraft:jungle_edge","minecraft:jungle_hills","minecraft:lukewarm_ocean","minecraft:modified_badlands_plateau","minecraft:modified_gravelly_mountains","minecraft:modified_jungle","minecraft:modified_jungle_edge","minecraft:modified_wooded_badlands_plateau","minecraft:mountain_edge","minecraft:mountains","minecraft:mushroom_field_shore","minecraft:mushroom_fields","minecraft:nether","minecraft:ocean","minecraft:plains","minecraft:river","minecraft:savanna","minecraft:savanna_plateau","minecraft:shattered_savanna","minecraft:shattered_savanna_plateau","minecraft:small_end_islands","minecraft:snowy_beach","minecraft:snowy_mountains","minecraft:snowy_taiga","minecraft:snowy_taiga_hills","minecraft:snowy_taiga_mountains","minecraft:snowy_tundra","minecraft:stone_shore","minecraft:sunflower_plains","minecraft:swamp","minecraft:swamp_hills","minecraft:taiga","minecraft:taiga_hills","minecraft:taiga_mountains","minecraft:tall_birch_forest","minecraft:tall_birch_hills","minecraft:the_end","minecraft:the_void","minecraft:warm_ocean","minecraft:wooded_badlands_plateau","minecraft:wooded_hills","minecraft:wooded_mountains"],"blocktags":{"minecraft:slabs":["minecraft:stone_slab","minecraft:smooth_stone_slab","minecraft:stone_brick_slab","minecraft:sandstone_slab","minecraft:acacia_slab","minecraft:birch_slab","minecraft:dark_oak_slab","minecraft:jungle_slab","minecraft:oak_slab","minecraft:spruce_slab","minecraft:purpur_slab","minecraft:quartz_slab","minecraft:red_sandstone_slab","minecraft:brick_slab","minecraft:cobblestone_slab","minecraft:nether_brick_slab","minecraft:petrified_oak_slab","minecraft:prismarine_slab","minecraft:prismarine_brick_slab","minecraft:dark_prismarine_slab","minecraft:polished_granite_slab","minecraft:smooth_red_sandstone_slab","minecraft:mossy_stone_brick_slab","minecraft:polished_diorite_slab","minecraft:mossy_cobblestone_slab","minecraft:end_stone_brick_slab","minecraft:smooth_sandstone_slab","minecraft:smooth_quartz_slab","minecraft:granite_slab","minecraft:andesite_slab","minecraft:red_nether_brick_slab","minecraft:polished_andesite_slab","minecraft:diorite_slab","minecraft:cut_sandstone_slab","minecraft:cut_red_sandstone_slab"],"minecraft:carpets":["minecraft:white_carpet","minecraft:orange_carpet","minecraft:magenta_carpet","minecraft:light_blue_carpet","minecraft:yellow_carpet","minecraft:lime_carpet","minecraft:pink_carpet","minecraft:gray_carpet","minecraft:light_gray_carpet","minecraft:cyan_carpet","minecraft:purple_carpet","minecraft:blue_carpet","minecraft:brown_carpet","minecraft:green_carpet","minecraft:red_carpet","minecraft:black_carpet"],"minecraft:stairs":["minecraft:oak_stairs","minecraft:cobblestone_stairs","minecraft:spruce_stairs","minecraft:sandstone_stairs","minecraft:acacia_stairs","minecraft:jungle_stairs","minecraft:birch_stairs","minecraft:dark_oak_stairs","minecraft:nether_brick_stairs","minecraft:stone_brick_stairs","minecraft:brick_stairs","minecraft:purpur_stairs","minecraft:quartz_stairs","minecraft:red_sandstone_stairs","minecraft:prismarine_brick_stairs","minecraft:prismarine_stairs","minecraft:dark_prismarine_stairs","minecraft:polished_granite_stairs","minecraft:smooth_red_sandstone_stairs","minecraft:mossy_stone_brick_stairs","minecraft:polished_diorite_stairs","minecraft:mossy_cobblestone_stairs","minecraft:end_stone_brick_stairs","minecraft:stone_stairs","minecraft:smooth_sandstone_stairs","minecraft:smooth_quartz_stairs","minecraft:granite_stairs","minecraft:andesite_stairs","minecraft:red_nether_brick_stairs","minecraft:polished_andesite_stairs","minecraft:diorite_stairs"],"minecraft:wooden_doors":["minecraft:oak_door","minecraft:spruce_door","minecraft:birch_door","minecraft:jungle_door","minecraft:acacia_door","minecraft:dark_oak_door"],"minecraft:jungle_logs":["minecraft:jungle_log","minecraft:jungle_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood"],"minecraft:planks":["minecraft:oak_planks","minecraft:spruce_planks","minecraft:birch_planks","minecraft:jungle_planks","minecraft:acacia_planks","minecraft:dark_oak_planks"],"minecraft:wall_corals":["minecraft:tube_coral_wall_fan","minecraft:brain_coral_wall_fan","minecraft:bubble_coral_wall_fan","minecraft:fire_coral_wall_fan","minecraft:horn_coral_wall_fan"],"minecraft:shulker_boxes":["minecraft:shulker_box","minecraft:black_shulker_box","minecraft:blue_shulker_box","minecraft:brown_shulker_box","minecraft:cyan_shulker_box","minecraft:gray_shulker_box","minecraft:green_shulker_box","minecraft:light_blue_shulker_box","minecraft:light_gray_shulker_box","minecraft:lime_shulker_box","minecraft:magenta_shulker_box","minecraft:orange_shulker_box","minecraft:pink_shulker_box","minecraft:purple_shulker_box","minecraft:red_shulker_box","minecraft:white_shulker_box","minecraft:yellow_shulker_box"],"minecraft:acacia_logs":["minecraft:acacia_log","minecraft:acacia_wood","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood"],"minecraft:wither_immune":["minecraft:barrier","minecraft:bedrock","minecraft:end_portal","minecraft:end_portal_frame","minecraft:end_gateway","minecraft:command_block","minecraft:repeating_command_block","minecraft:chain_command_block","minecraft:structure_block","minecraft:jigsaw","minecraft:moving_piston"],"minecraft:flower_pots":["minecraft:flower_pot","minecraft:potted_poppy","minecraft:potted_blue_orchid","minecraft:potted_allium","minecraft:potted_azure_bluet","minecraft:potted_red_tulip","minecraft:potted_orange_tulip","minecraft:potted_white_tulip","minecraft:potted_pink_tulip","minecraft:potted_oxeye_daisy","minecraft:potted_dandelion","minecraft:potted_oak_sapling","minecraft:potted_spruce_sapling","minecraft:potted_birch_sapling","minecraft:potted_jungle_sapling","minecraft:potted_acacia_sapling","minecraft:potted_dark_oak_sapling","minecraft:potted_red_mushroom","minecraft:potted_brown_mushroom","minecraft:potted_dead_bush","minecraft:potted_fern","minecraft:potted_cactus","minecraft:potted_cornflower","minecraft:potted_lily_of_the_valley","minecraft:potted_wither_rose","minecraft:potted_bamboo"],"minecraft:stone_bricks":["minecraft:stone_bricks","minecraft:mossy_stone_bricks","minecraft:cracked_stone_bricks","minecraft:chiseled_stone_bricks"],"minecraft:enderman_holdable":["minecraft:grass_block","minecraft:dirt","minecraft:coarse_dirt","minecraft:podzol","minecraft:sand","minecraft:red_sand","minecraft:gravel","minecraft:brown_mushroom","minecraft:red_mushroom","minecraft:tnt","minecraft:cactus","minecraft:clay","minecraft:pumpkin","minecraft:carved_pumpkin","minecraft:melon","minecraft:mycelium","minecraft:netherrack","minecraft:dandelion","minecraft:poppy","minecraft:blue_orchid","minecraft:allium","minecraft:azure_bluet","minecraft:red_tulip","minecraft:orange_tulip","minecraft:white_tulip","minecraft:pink_tulip","minecraft:oxeye_daisy","minecraft:cornflower","minecraft:lily_of_the_valley","minecraft:wither_rose"],"minecraft:spruce_logs":["minecraft:spruce_log","minecraft:spruce_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood"],"minecraft:flowers":["minecraft:dandelion","minecraft:poppy","minecraft:blue_orchid","minecraft:allium","minecraft:azure_bluet","minecraft:red_tulip","minecraft:orange_tulip","minecraft:white_tulip","minecraft:pink_tulip","minecraft:oxeye_daisy","minecraft:cornflower","minecraft:lily_of_the_valley","minecraft:wither_rose","minecraft:sunflower","minecraft:lilac","minecraft:peony","minecraft:rose_bush"],"minecraft:wooden_slabs":["minecraft:oak_slab","minecraft:spruce_slab","minecraft:birch_slab","minecraft:jungle_slab","minecraft:acacia_slab","minecraft:dark_oak_slab"],"minecraft:coral_blocks":["minecraft:tube_coral_block","minecraft:brain_coral_block","minecraft:bubble_coral_block","minecraft:fire_coral_block","minecraft:horn_coral_block"],"minecraft:signs":["minecraft:oak_sign","minecraft:spruce_sign","minecraft:birch_sign","minecraft:acacia_sign","minecraft:jungle_sign","minecraft:dark_oak_sign","minecraft:oak_wall_sign","minecraft:spruce_wall_sign","minecraft:birch_wall_sign","minecraft:acacia_wall_sign","minecraft:jungle_wall_sign","minecraft:dark_oak_wall_sign"],"minecraft:dark_oak_logs":["minecraft:dark_oak_log","minecraft:dark_oak_wood","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood"],"minecraft:sand":["minecraft:sand","minecraft:red_sand"],"minecraft:valid_spawn":["minecraft:grass_block","minecraft:podzol"],"minecraft:underwater_bonemeals":["minecraft:seagrass","minecraft:tube_coral_fan","minecraft:brain_coral_fan","minecraft:bubble_coral_fan","minecraft:fire_coral_fan","minecraft:horn_coral_fan","minecraft:tube_coral","minecraft:brain_coral","minecraft:bubble_coral","minecraft:fire_coral","minecraft:horn_coral","minecraft:tube_coral_wall_fan","minecraft:brain_coral_wall_fan","minecraft:bubble_coral_wall_fan","minecraft:fire_coral_wall_fan","minecraft:horn_coral_wall_fan"],"minecraft:oak_logs":["minecraft:oak_log","minecraft:oak_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood"],"minecraft:buttons":["minecraft:stone_button","minecraft:oak_button","minecraft:spruce_button","minecraft:birch_button","minecraft:jungle_button","minecraft:acacia_button","minecraft:dark_oak_button"],"minecraft:wooden_pressure_plates":["minecraft:oak_pressure_plate","minecraft:spruce_pressure_plate","minecraft:birch_pressure_plate","minecraft:jungle_pressure_plate","minecraft:acacia_pressure_plate","minecraft:dark_oak_pressure_plate"],"minecraft:beds":["minecraft:red_bed","minecraft:black_bed","minecraft:blue_bed","minecraft:brown_bed","minecraft:cyan_bed","minecraft:gray_bed","minecraft:green_bed","minecraft:light_blue_bed","minecraft:light_gray_bed","minecraft:lime_bed","minecraft:magenta_bed","minecraft:orange_bed","minecraft:pink_bed","minecraft:purple_bed","minecraft:white_bed","minecraft:yellow_bed"],"minecraft:walls":["minecraft:cobblestone_wall","minecraft:mossy_cobblestone_wall","minecraft:brick_wall","minecraft:prismarine_wall","minecraft:red_sandstone_wall","minecraft:mossy_stone_brick_wall","minecraft:granite_wall","minecraft:stone_brick_wall","minecraft:nether_brick_wall","minecraft:andesite_wall","minecraft:red_nether_brick_wall","minecraft:sandstone_wall","minecraft:end_stone_brick_wall","minecraft:diorite_wall"],"minecraft:rails":["minecraft:rail","minecraft:powered_rail","minecraft:detector_rail","minecraft:activator_rail"],"minecraft:beehives":["minecraft:bee_nest","minecraft:beehive"],"minecraft:birch_logs":["minecraft:birch_log","minecraft:birch_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood"],"minecraft:wooden_trapdoors":["minecraft:acacia_trapdoor","minecraft:birch_trapdoor","minecraft:dark_oak_trapdoor","minecraft:jungle_trapdoor","minecraft:oak_trapdoor","minecraft:spruce_trapdoor"],"minecraft:wooden_fences":["minecraft:oak_fence","minecraft:acacia_fence","minecraft:dark_oak_fence","minecraft:spruce_fence","minecraft:birch_fence","minecraft:jungle_fence"],"minecraft:saplings":["minecraft:oak_sapling","minecraft:spruce_sapling","minecraft:birch_sapling","minecraft:jungle_sapling","minecraft:acacia_sapling","minecraft:dark_oak_sapling"],"minecraft:small_flowers":["minecraft:dandelion","minecraft:poppy","minecraft:blue_orchid","minecraft:allium","minecraft:azure_bluet","minecraft:red_tulip","minecraft:orange_tulip","minecraft:white_tulip","minecraft:pink_tulip","minecraft:oxeye_daisy","minecraft:cornflower","minecraft:lily_of_the_valley","minecraft:wither_rose"],"minecraft:crops":["minecraft:beetroots","minecraft:carrots","minecraft:potatoes","minecraft:wheat","minecraft:melon_stem","minecraft:pumpkin_stem"],"minecraft:bamboo_plantable_on":["minecraft:bamboo","minecraft:bamboo_sapling","minecraft:gravel","minecraft:dirt","minecraft:grass_block","minecraft:podzol","minecraft:coarse_dirt","minecraft:mycelium","minecraft:sand","minecraft:red_sand"],"minecraft:ice":["minecraft:ice","minecraft:packed_ice","minecraft:blue_ice","minecraft:frosted_ice"],"minecraft:wooden_stairs":["minecraft:oak_stairs","minecraft:spruce_stairs","minecraft:birch_stairs","minecraft:jungle_stairs","minecraft:acacia_stairs","minecraft:dark_oak_stairs"],"minecraft:anvil":["minecraft:anvil","minecraft:chipped_anvil","minecraft:damaged_anvil"],"minecraft:tall_flowers":["minecraft:sunflower","minecraft:lilac","minecraft:peony","minecraft:rose_bush"],"minecraft:logs":["minecraft:dark_oak_log","minecraft:dark_oak_wood","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood","minecraft:oak_log","minecraft:oak_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood","minecraft:acacia_log","minecraft:acacia_wood","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood","minecraft:birch_log","minecraft:birch_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood","minecraft:jungle_log","minecraft:jungle_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood","minecraft:spruce_log","minecraft:spruce_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood"],"minecraft:corals":["minecraft:tube_coral_fan","minecraft:brain_coral_fan","minecraft:bubble_coral_fan","minecraft:fire_coral_fan","minecraft:horn_coral_fan","minecraft:tube_coral","minecraft:brain_coral","minecraft:bubble_coral","minecraft:fire_coral","minecraft:horn_coral"],"minecraft:bee_growables":["minecraft:sweet_berry_bush","minecraft:beetroots","minecraft:carrots","minecraft:potatoes","minecraft:wheat","minecraft:melon_stem","minecraft:pumpkin_stem"],"minecraft:wooden_buttons":["minecraft:oak_button","minecraft:spruce_button","minecraft:birch_button","minecraft:jungle_button","minecraft:acacia_button","minecraft:dark_oak_button"],"minecraft:wool":["minecraft:white_wool","minecraft:orange_wool","minecraft:magenta_wool","minecraft:light_blue_wool","minecraft:yellow_wool","minecraft:lime_wool","minecraft:pink_wool","minecraft:gray_wool","minecraft:light_gray_wool","minecraft:cyan_wool","minecraft:purple_wool","minecraft:blue_wool","minecraft:brown_wool","minecraft:green_wool","minecraft:red_wool","minecraft:black_wool"],"minecraft:coral_plants":["minecraft:tube_coral","minecraft:brain_coral","minecraft:bubble_coral","minecraft:fire_coral","minecraft:horn_coral"],"minecraft:banners":["minecraft:white_banner","minecraft:orange_banner","minecraft:magenta_banner","minecraft:light_blue_banner","minecraft:yellow_banner","minecraft:lime_banner","minecraft:pink_banner","minecraft:gray_banner","minecraft:light_gray_banner","minecraft:cyan_banner","minecraft:purple_banner","minecraft:blue_banner","minecraft:brown_banner","minecraft:green_banner","minecraft:red_banner","minecraft:black_banner","minecraft:white_wall_banner","minecraft:orange_wall_banner","minecraft:magenta_wall_banner","minecraft:light_blue_wall_banner","minecraft:yellow_wall_banner","minecraft:lime_wall_banner","minecraft:pink_wall_banner","minecraft:gray_wall_banner","minecraft:light_gray_wall_banner","minecraft:cyan_wall_banner","minecraft:purple_wall_banner","minecraft:blue_wall_banner","minecraft:brown_wall_banner","minecraft:green_wall_banner","minecraft:red_wall_banner","minecraft:black_wall_banner"],"minecraft:dragon_immune":["minecraft:barrier","minecraft:bedrock","minecraft:end_portal","minecraft:end_portal_frame","minecraft:end_gateway","minecraft:command_block","minecraft:repeating_command_block","minecraft:chain_command_block","minecraft:structure_block","minecraft:jigsaw","minecraft:moving_piston","minecraft:obsidian","minecraft:end_stone","minecraft:iron_bars"],"minecraft:doors":["minecraft:iron_door","minecraft:oak_door","minecraft:spruce_door","minecraft:birch_door","minecraft:jungle_door","minecraft:acacia_door","minecraft:dark_oak_door"],"minecraft:portals":["minecraft:nether_portal","minecraft:end_portal","minecraft:end_gateway"],"minecraft:fences":["minecraft:nether_brick_fence","minecraft:oak_fence","minecraft:acacia_fence","minecraft:dark_oak_fence","minecraft:spruce_fence","minecraft:birch_fence","minecraft:jungle_fence"],"minecraft:wall_signs":["minecraft:oak_wall_sign","minecraft:spruce_wall_sign","minecraft:birch_wall_sign","minecraft:acacia_wall_sign","minecraft:jungle_wall_sign","minecraft:dark_oak_wall_sign"],"minecraft:standing_signs":["minecraft:oak_sign","minecraft:spruce_sign","minecraft:birch_sign","minecraft:acacia_sign","minecraft:jungle_sign","minecraft:dark_oak_sign"],"minecraft:impermeable":["minecraft:glass","minecraft:white_stained_glass","minecraft:orange_stained_glass","minecraft:magenta_stained_glass","minecraft:light_blue_stained_glass","minecraft:yellow_stained_glass","minecraft:lime_stained_glass","minecraft:pink_stained_glass","minecraft:gray_stained_glass","minecraft:light_gray_stained_glass","minecraft:cyan_stained_glass","minecraft:purple_stained_glass","minecraft:blue_stained_glass","minecraft:brown_stained_glass","minecraft:green_stained_glass","minecraft:red_stained_glass","minecraft:black_stained_glass"],"minecraft:trapdoors":["minecraft:iron_trapdoor","minecraft:acacia_trapdoor","minecraft:birch_trapdoor","minecraft:dark_oak_trapdoor","minecraft:jungle_trapdoor","minecraft:oak_trapdoor","minecraft:spruce_trapdoor"],"minecraft:leaves":["minecraft:jungle_leaves","minecraft:oak_leaves","minecraft:spruce_leaves","minecraft:dark_oak_leaves","minecraft:acacia_leaves","minecraft:birch_leaves"]},"itemtags":{"minecraft:boats":["minecraft:oak_boat","minecraft:spruce_boat","minecraft:birch_boat","minecraft:jungle_boat","minecraft:acacia_boat","minecraft:dark_oak_boat"],"minecraft:banners":["minecraft:white_banner","minecraft:orange_banner","minecraft:magenta_banner","minecraft:light_blue_banner","minecraft:yellow_banner","minecraft:lime_banner","minecraft:pink_banner","minecraft:gray_banner","minecraft:light_gray_banner","minecraft:cyan_banner","minecraft:purple_banner","minecraft:blue_banner","minecraft:brown_banner","minecraft:green_banner","minecraft:red_banner","minecraft:black_banner"],"minecraft:arrows":["minecraft:arrow","minecraft:tipped_arrow","minecraft:spectral_arrow"],"minecraft:coals":["minecraft:coal","minecraft:charcoal"],"minecraft:music_discs":["minecraft:music_disc_13","minecraft:music_disc_cat","minecraft:music_disc_blocks","minecraft:music_disc_chirp","minecraft:music_disc_far","minecraft:music_disc_mall","minecraft:music_disc_mellohi","minecraft:music_disc_stal","minecraft:music_disc_strad","minecraft:music_disc_ward","minecraft:music_disc_11","minecraft:music_disc_wait"],"minecraft:fishes":["minecraft:cod","minecraft:cooked_cod","minecraft:salmon","minecraft:cooked_salmon","minecraft:pufferfish","minecraft:tropical_fish"],"minecraft:lectern_books":["minecraft:written_book","minecraft:writable_book"]},"entitytags":{"minecraft:raiders":["minecraft:evoker","minecraft:pillager","minecraft:ravager","minecraft:vindicator","minecraft:illusioner","minecraft:witch"],"minecraft:skeletons":["minecraft:skeleton","minecraft:stray","minecraft:wither_skeleton"],"minecraft:arrows":["minecraft:arrow","minecraft:spectral_arrow"],"minecraft:beehive_inhabitors":["minecraft:bee"]}}
\ No newline at end of file
+{
+ "blocks": {
+ "minecraft:acacia_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:acacia_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:acacia_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:acacia_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:acacia_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:acacia_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:acacia_log[axis=y]"
+ },
+ "minecraft:acacia_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:acacia_planks"
+ },
+ "minecraft:acacia_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_pressure_plate[powered=false]"
+ },
+ "minecraft:acacia_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:acacia_sapling[stage=0]"
+ },
+ "minecraft:acacia_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:acacia_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:acacia_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:acacia_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:acacia_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:acacia_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:acacia_wood[axis=y]"
+ },
+ "minecraft:activator_rail": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "shape": {
+ "values": [
+ "north_south",
+ "east_west",
+ "ascending_east",
+ "ascending_west",
+ "ascending_north",
+ "ascending_south"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:activator_rail[powered=false,shape=north_south]"
+ },
+ "minecraft:air": {
+ "properties": {},
+ "defaultstate": "minecraft:air"
+ },
+ "minecraft:allium": {
+ "properties": {},
+ "defaultstate": "minecraft:allium"
+ },
+ "minecraft:andesite": {
+ "properties": {},
+ "defaultstate": "minecraft:andesite"
+ },
+ "minecraft:andesite_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:andesite_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:andesite_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:andesite_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:andesite_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:anvil": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:anvil[facing=north]"
+ },
+ "minecraft:attached_melon_stem": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:attached_melon_stem[facing=north]"
+ },
+ "minecraft:attached_pumpkin_stem": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:attached_pumpkin_stem[facing=north]"
+ },
+ "minecraft:azure_bluet": {
+ "properties": {},
+ "defaultstate": "minecraft:azure_bluet"
+ },
+ "minecraft:bamboo": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ },
+ "leaves": {
+ "values": [
+ "none",
+ "small",
+ "large"
+ ],
+ "type": "enum"
+ },
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:bamboo[age=0,leaves=none,stage=0]"
+ },
+ "minecraft:bamboo_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:bamboo_sapling"
+ },
+ "minecraft:barrel": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:barrel[facing=north,open=false]"
+ },
+ "minecraft:barrier": {
+ "properties": {},
+ "defaultstate": "minecraft:barrier"
+ },
+ "minecraft:beacon": {
+ "properties": {},
+ "defaultstate": "minecraft:beacon"
+ },
+ "minecraft:bedrock": {
+ "properties": {},
+ "defaultstate": "minecraft:bedrock"
+ },
+ "minecraft:bee_nest": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "honey_level": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:bee_nest[facing=north,honey_level=0]"
+ },
+ "minecraft:beehive": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "honey_level": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:beehive[facing=north,honey_level=0]"
+ },
+ "minecraft:beetroots": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:beetroots[age=0]"
+ },
+ "minecraft:bell": {
+ "properties": {
+ "attachment": {
+ "values": [
+ "floor",
+ "ceiling",
+ "single_wall",
+ "double_wall"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:bell[attachment=floor,facing=north,powered=false]"
+ },
+ "minecraft:birch_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:birch_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:birch_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:birch_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:birch_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:birch_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:birch_log[axis=y]"
+ },
+ "minecraft:birch_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:birch_planks"
+ },
+ "minecraft:birch_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_pressure_plate[powered=false]"
+ },
+ "minecraft:birch_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:birch_sapling[stage=0]"
+ },
+ "minecraft:birch_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:birch_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:birch_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:birch_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:birch_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:birch_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:birch_wood[axis=y]"
+ },
+ "minecraft:black_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:black_banner[rotation=0]"
+ },
+ "minecraft:black_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:black_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:black_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:black_carpet"
+ },
+ "minecraft:black_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:black_concrete"
+ },
+ "minecraft:black_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:black_concrete_powder"
+ },
+ "minecraft:black_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:black_glazed_terracotta[facing=north]"
+ },
+ "minecraft:black_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:black_shulker_box[facing=up]"
+ },
+ "minecraft:black_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:black_stained_glass"
+ },
+ "minecraft:black_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:black_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:black_terracotta"
+ },
+ "minecraft:black_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:black_wall_banner[facing=north]"
+ },
+ "minecraft:black_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:black_wool"
+ },
+ "minecraft:blast_furnace": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:blast_furnace[facing=north,lit=false]"
+ },
+ "minecraft:blue_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:blue_banner[rotation=0]"
+ },
+ "minecraft:blue_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:blue_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:blue_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_carpet"
+ },
+ "minecraft:blue_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_concrete"
+ },
+ "minecraft:blue_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_concrete_powder"
+ },
+ "minecraft:blue_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:blue_glazed_terracotta[facing=north]"
+ },
+ "minecraft:blue_ice": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_ice"
+ },
+ "minecraft:blue_orchid": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_orchid"
+ },
+ "minecraft:blue_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:blue_shulker_box[facing=up]"
+ },
+ "minecraft:blue_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_stained_glass"
+ },
+ "minecraft:blue_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:blue_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_terracotta"
+ },
+ "minecraft:blue_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:blue_wall_banner[facing=north]"
+ },
+ "minecraft:blue_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_wool"
+ },
+ "minecraft:bone_block": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:bone_block[axis=y]"
+ },
+ "minecraft:bookshelf": {
+ "properties": {},
+ "defaultstate": "minecraft:bookshelf"
+ },
+ "minecraft:brain_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brain_coral[waterlogged=true]"
+ },
+ "minecraft:brain_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:brain_coral_block"
+ },
+ "minecraft:brain_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brain_coral_fan[waterlogged=true]"
+ },
+ "minecraft:brain_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brain_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:brewing_stand": {
+ "properties": {
+ "has_bottle_0": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "has_bottle_1": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "has_bottle_2": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false]"
+ },
+ "minecraft:brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:brick_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:bricks"
+ },
+ "minecraft:brown_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:brown_banner[rotation=0]"
+ },
+ "minecraft:brown_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:brown_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:brown_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_carpet"
+ },
+ "minecraft:brown_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_concrete"
+ },
+ "minecraft:brown_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_concrete_powder"
+ },
+ "minecraft:brown_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:brown_glazed_terracotta[facing=north]"
+ },
+ "minecraft:brown_mushroom": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_mushroom"
+ },
+ "minecraft:brown_mushroom_block": {
+ "properties": {
+ "down": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]"
+ },
+ "minecraft:brown_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:brown_shulker_box[facing=up]"
+ },
+ "minecraft:brown_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_stained_glass"
+ },
+ "minecraft:brown_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:brown_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_terracotta"
+ },
+ "minecraft:brown_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:brown_wall_banner[facing=north]"
+ },
+ "minecraft:brown_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_wool"
+ },
+ "minecraft:bubble_column": {
+ "properties": {
+ "drag": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:bubble_column[drag=true]"
+ },
+ "minecraft:bubble_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:bubble_coral[waterlogged=true]"
+ },
+ "minecraft:bubble_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:bubble_coral_block"
+ },
+ "minecraft:bubble_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:bubble_coral_fan[waterlogged=true]"
+ },
+ "minecraft:bubble_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:bubble_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:cactus": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:cactus[age=0]"
+ },
+ "minecraft:cake": {
+ "properties": {
+ "bites": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:cake[bites=0]"
+ },
+ "minecraft:campfire": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "signal_fire": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false]"
+ },
+ "minecraft:carrots": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:carrots[age=0]"
+ },
+ "minecraft:cartography_table": {
+ "properties": {},
+ "defaultstate": "minecraft:cartography_table"
+ },
+ "minecraft:carved_pumpkin": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:carved_pumpkin[facing=north]"
+ },
+ "minecraft:cauldron": {
+ "properties": {
+ "level": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:cauldron[level=0]"
+ },
+ "minecraft:cave_air": {
+ "properties": {},
+ "defaultstate": "minecraft:cave_air"
+ },
+ "minecraft:chain_command_block": {
+ "properties": {
+ "conditional": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:chain_command_block[conditional=false,facing=north]"
+ },
+ "minecraft:chest": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "type": {
+ "values": [
+ "single",
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:chest[facing=north,type=single,waterlogged=false]"
+ },
+ "minecraft:chipped_anvil": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:chipped_anvil[facing=north]"
+ },
+ "minecraft:chiseled_quartz_block": {
+ "properties": {},
+ "defaultstate": "minecraft:chiseled_quartz_block"
+ },
+ "minecraft:chiseled_red_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:chiseled_red_sandstone"
+ },
+ "minecraft:chiseled_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:chiseled_sandstone"
+ },
+ "minecraft:chiseled_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:chiseled_stone_bricks"
+ },
+ "minecraft:chorus_flower": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:chorus_flower[age=0]"
+ },
+ "minecraft:chorus_plant": {
+ "properties": {
+ "down": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false]"
+ },
+ "minecraft:clay": {
+ "properties": {},
+ "defaultstate": "minecraft:clay"
+ },
+ "minecraft:coal_block": {
+ "properties": {},
+ "defaultstate": "minecraft:coal_block"
+ },
+ "minecraft:coal_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:coal_ore"
+ },
+ "minecraft:coarse_dirt": {
+ "properties": {},
+ "defaultstate": "minecraft:coarse_dirt"
+ },
+ "minecraft:cobblestone": {
+ "properties": {},
+ "defaultstate": "minecraft:cobblestone"
+ },
+ "minecraft:cobblestone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cobblestone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:cobblestone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:cobblestone_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cobblestone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:cobweb": {
+ "properties": {},
+ "defaultstate": "minecraft:cobweb"
+ },
+ "minecraft:cocoa": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2"
+ ],
+ "type": "int"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:cocoa[age=0,facing=north]"
+ },
+ "minecraft:command_block": {
+ "properties": {
+ "conditional": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:command_block[conditional=false,facing=north]"
+ },
+ "minecraft:comparator": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "mode": {
+ "values": [
+ "compare",
+ "subtract"
+ ],
+ "type": "enum"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:comparator[facing=north,mode=compare,powered=false]"
+ },
+ "minecraft:composter": {
+ "properties": {
+ "level": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:composter[level=0]"
+ },
+ "minecraft:conduit": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:conduit[waterlogged=true]"
+ },
+ "minecraft:cornflower": {
+ "properties": {},
+ "defaultstate": "minecraft:cornflower"
+ },
+ "minecraft:cracked_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:cracked_stone_bricks"
+ },
+ "minecraft:crafting_table": {
+ "properties": {},
+ "defaultstate": "minecraft:crafting_table"
+ },
+ "minecraft:creeper_head": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:creeper_head[rotation=0]"
+ },
+ "minecraft:creeper_wall_head": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:creeper_wall_head[facing=north]"
+ },
+ "minecraft:cut_red_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:cut_red_sandstone"
+ },
+ "minecraft:cut_red_sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:cut_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:cut_sandstone"
+ },
+ "minecraft:cut_sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cut_sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:cyan_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:cyan_banner[rotation=0]"
+ },
+ "minecraft:cyan_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:cyan_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:cyan_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_carpet"
+ },
+ "minecraft:cyan_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_concrete"
+ },
+ "minecraft:cyan_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_concrete_powder"
+ },
+ "minecraft:cyan_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:cyan_glazed_terracotta[facing=north]"
+ },
+ "minecraft:cyan_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:cyan_shulker_box[facing=up]"
+ },
+ "minecraft:cyan_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_stained_glass"
+ },
+ "minecraft:cyan_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:cyan_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_terracotta"
+ },
+ "minecraft:cyan_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:cyan_wall_banner[facing=north]"
+ },
+ "minecraft:cyan_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_wool"
+ },
+ "minecraft:damaged_anvil": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:damaged_anvil[facing=north]"
+ },
+ "minecraft:dandelion": {
+ "properties": {},
+ "defaultstate": "minecraft:dandelion"
+ },
+ "minecraft:dark_oak_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:dark_oak_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:dark_oak_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:dark_oak_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:dark_oak_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:dark_oak_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_log[axis=y]"
+ },
+ "minecraft:dark_oak_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:dark_oak_planks"
+ },
+ "minecraft:dark_oak_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_pressure_plate[powered=false]"
+ },
+ "minecraft:dark_oak_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_sapling[stage=0]"
+ },
+ "minecraft:dark_oak_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:dark_oak_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:dark_oak_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:dark_oak_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:dark_oak_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:dark_oak_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_wood[axis=y]"
+ },
+ "minecraft:dark_prismarine": {
+ "properties": {},
+ "defaultstate": "minecraft:dark_prismarine"
+ },
+ "minecraft:dark_prismarine_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_prismarine_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:dark_prismarine_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:daylight_detector": {
+ "properties": {
+ "inverted": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "power": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:daylight_detector[inverted=false,power=0]"
+ },
+ "minecraft:dead_brain_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_brain_coral[waterlogged=true]"
+ },
+ "minecraft:dead_brain_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_brain_coral_block"
+ },
+ "minecraft:dead_brain_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_brain_coral_fan[waterlogged=true]"
+ },
+ "minecraft:dead_brain_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:dead_bubble_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_bubble_coral[waterlogged=true]"
+ },
+ "minecraft:dead_bubble_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_bubble_coral_block"
+ },
+ "minecraft:dead_bubble_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_bubble_coral_fan[waterlogged=true]"
+ },
+ "minecraft:dead_bubble_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:dead_bush": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_bush"
+ },
+ "minecraft:dead_fire_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_fire_coral[waterlogged=true]"
+ },
+ "minecraft:dead_fire_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_fire_coral_block"
+ },
+ "minecraft:dead_fire_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_fire_coral_fan[waterlogged=true]"
+ },
+ "minecraft:dead_fire_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:dead_horn_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_horn_coral[waterlogged=true]"
+ },
+ "minecraft:dead_horn_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_horn_coral_block"
+ },
+ "minecraft:dead_horn_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_horn_coral_fan[waterlogged=true]"
+ },
+ "minecraft:dead_horn_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:dead_tube_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_tube_coral[waterlogged=true]"
+ },
+ "minecraft:dead_tube_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_tube_coral_block"
+ },
+ "minecraft:dead_tube_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_tube_coral_fan[waterlogged=true]"
+ },
+ "minecraft:dead_tube_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:detector_rail": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "shape": {
+ "values": [
+ "north_south",
+ "east_west",
+ "ascending_east",
+ "ascending_west",
+ "ascending_north",
+ "ascending_south"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:detector_rail[powered=false,shape=north_south]"
+ },
+ "minecraft:diamond_block": {
+ "properties": {},
+ "defaultstate": "minecraft:diamond_block"
+ },
+ "minecraft:diamond_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:diamond_ore"
+ },
+ "minecraft:diorite": {
+ "properties": {},
+ "defaultstate": "minecraft:diorite"
+ },
+ "minecraft:diorite_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:diorite_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:diorite_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:diorite_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:diorite_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:dirt": {
+ "properties": {},
+ "defaultstate": "minecraft:dirt"
+ },
+ "minecraft:dispenser": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "triggered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dispenser[facing=north,triggered=false]"
+ },
+ "minecraft:dragon_egg": {
+ "properties": {},
+ "defaultstate": "minecraft:dragon_egg"
+ },
+ "minecraft:dragon_head": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:dragon_head[rotation=0]"
+ },
+ "minecraft:dragon_wall_head": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:dragon_wall_head[facing=north]"
+ },
+ "minecraft:dried_kelp_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dried_kelp_block"
+ },
+ "minecraft:dropper": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "triggered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dropper[facing=north,triggered=false]"
+ },
+ "minecraft:emerald_block": {
+ "properties": {},
+ "defaultstate": "minecraft:emerald_block"
+ },
+ "minecraft:emerald_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:emerald_ore"
+ },
+ "minecraft:enchanting_table": {
+ "properties": {},
+ "defaultstate": "minecraft:enchanting_table"
+ },
+ "minecraft:end_gateway": {
+ "properties": {},
+ "defaultstate": "minecraft:end_gateway"
+ },
+ "minecraft:end_portal": {
+ "properties": {},
+ "defaultstate": "minecraft:end_portal"
+ },
+ "minecraft:end_portal_frame": {
+ "properties": {
+ "eye": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:end_portal_frame[eye=false,facing=north]"
+ },
+ "minecraft:end_rod": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:end_rod[facing=up]"
+ },
+ "minecraft:end_stone": {
+ "properties": {},
+ "defaultstate": "minecraft:end_stone"
+ },
+ "minecraft:end_stone_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:end_stone_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:end_stone_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:end_stone_brick_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:end_stone_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:end_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:end_stone_bricks"
+ },
+ "minecraft:ender_chest": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:ender_chest[facing=north,waterlogged=false]"
+ },
+ "minecraft:farmland": {
+ "properties": {
+ "moisture": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:farmland[moisture=0]"
+ },
+ "minecraft:fern": {
+ "properties": {},
+ "defaultstate": "minecraft:fern"
+ },
+ "minecraft:fire": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false]"
+ },
+ "minecraft:fire_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:fire_coral[waterlogged=true]"
+ },
+ "minecraft:fire_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:fire_coral_block"
+ },
+ "minecraft:fire_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:fire_coral_fan[waterlogged=true]"
+ },
+ "minecraft:fire_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:fire_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:fletching_table": {
+ "properties": {},
+ "defaultstate": "minecraft:fletching_table"
+ },
+ "minecraft:flower_pot": {
+ "properties": {},
+ "defaultstate": "minecraft:flower_pot"
+ },
+ "minecraft:frosted_ice": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:frosted_ice[age=0]"
+ },
+ "minecraft:furnace": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:furnace[facing=north,lit=false]"
+ },
+ "minecraft:glass": {
+ "properties": {},
+ "defaultstate": "minecraft:glass"
+ },
+ "minecraft:glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:glowstone": {
+ "properties": {},
+ "defaultstate": "minecraft:glowstone"
+ },
+ "minecraft:gold_block": {
+ "properties": {},
+ "defaultstate": "minecraft:gold_block"
+ },
+ "minecraft:gold_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:gold_ore"
+ },
+ "minecraft:granite": {
+ "properties": {},
+ "defaultstate": "minecraft:granite"
+ },
+ "minecraft:granite_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:granite_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:granite_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:granite_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:granite_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:grass": {
+ "properties": {},
+ "defaultstate": "minecraft:grass"
+ },
+ "minecraft:grass_block": {
+ "properties": {
+ "snowy": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:grass_block[snowy=false]"
+ },
+ "minecraft:grass_path": {
+ "properties": {},
+ "defaultstate": "minecraft:grass_path"
+ },
+ "minecraft:gravel": {
+ "properties": {},
+ "defaultstate": "minecraft:gravel"
+ },
+ "minecraft:gray_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:gray_banner[rotation=0]"
+ },
+ "minecraft:gray_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:gray_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:gray_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_carpet"
+ },
+ "minecraft:gray_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_concrete"
+ },
+ "minecraft:gray_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_concrete_powder"
+ },
+ "minecraft:gray_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:gray_glazed_terracotta[facing=north]"
+ },
+ "minecraft:gray_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:gray_shulker_box[facing=up]"
+ },
+ "minecraft:gray_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_stained_glass"
+ },
+ "minecraft:gray_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:gray_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_terracotta"
+ },
+ "minecraft:gray_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:gray_wall_banner[facing=north]"
+ },
+ "minecraft:gray_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_wool"
+ },
+ "minecraft:green_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:green_banner[rotation=0]"
+ },
+ "minecraft:green_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:green_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:green_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:green_carpet"
+ },
+ "minecraft:green_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:green_concrete"
+ },
+ "minecraft:green_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:green_concrete_powder"
+ },
+ "minecraft:green_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:green_glazed_terracotta[facing=north]"
+ },
+ "minecraft:green_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:green_shulker_box[facing=up]"
+ },
+ "minecraft:green_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:green_stained_glass"
+ },
+ "minecraft:green_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:green_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:green_terracotta"
+ },
+ "minecraft:green_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:green_wall_banner[facing=north]"
+ },
+ "minecraft:green_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:green_wool"
+ },
+ "minecraft:grindstone": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:grindstone[face=wall,facing=north]"
+ },
+ "minecraft:hay_block": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:hay_block[axis=y]"
+ },
+ "minecraft:heavy_weighted_pressure_plate": {
+ "properties": {
+ "power": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:heavy_weighted_pressure_plate[power=0]"
+ },
+ "minecraft:honey_block": {
+ "properties": {},
+ "defaultstate": "minecraft:honey_block"
+ },
+ "minecraft:honeycomb_block": {
+ "properties": {},
+ "defaultstate": "minecraft:honeycomb_block"
+ },
+ "minecraft:hopper": {
+ "properties": {
+ "enabled": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "down",
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:hopper[enabled=true,facing=down]"
+ },
+ "minecraft:horn_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:horn_coral[waterlogged=true]"
+ },
+ "minecraft:horn_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:horn_coral_block"
+ },
+ "minecraft:horn_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:horn_coral_fan[waterlogged=true]"
+ },
+ "minecraft:horn_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:horn_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:ice": {
+ "properties": {},
+ "defaultstate": "minecraft:ice"
+ },
+ "minecraft:infested_chiseled_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_chiseled_stone_bricks"
+ },
+ "minecraft:infested_cobblestone": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_cobblestone"
+ },
+ "minecraft:infested_cracked_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_cracked_stone_bricks"
+ },
+ "minecraft:infested_mossy_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_mossy_stone_bricks"
+ },
+ "minecraft:infested_stone": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_stone"
+ },
+ "minecraft:infested_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_stone_bricks"
+ },
+ "minecraft:iron_bars": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:iron_block": {
+ "properties": {},
+ "defaultstate": "minecraft:iron_block"
+ },
+ "minecraft:iron_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:iron_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:iron_ore"
+ },
+ "minecraft:iron_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:jack_o_lantern": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:jack_o_lantern[facing=north]"
+ },
+ "minecraft:jigsaw": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:jigsaw[facing=up]"
+ },
+ "minecraft:jukebox": {
+ "properties": {
+ "has_record": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jukebox[has_record=false]"
+ },
+ "minecraft:jungle_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:jungle_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:jungle_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:jungle_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:jungle_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:jungle_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:jungle_log[axis=y]"
+ },
+ "minecraft:jungle_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:jungle_planks"
+ },
+ "minecraft:jungle_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_pressure_plate[powered=false]"
+ },
+ "minecraft:jungle_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:jungle_sapling[stage=0]"
+ },
+ "minecraft:jungle_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:jungle_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:jungle_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:jungle_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:jungle_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:jungle_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:jungle_wood[axis=y]"
+ },
+ "minecraft:kelp": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15",
+ "16",
+ "17",
+ "18",
+ "19",
+ "20",
+ "21",
+ "22",
+ "23",
+ "24",
+ "25"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:kelp[age=0]"
+ },
+ "minecraft:kelp_plant": {
+ "properties": {},
+ "defaultstate": "minecraft:kelp_plant"
+ },
+ "minecraft:ladder": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:ladder[facing=north,waterlogged=false]"
+ },
+ "minecraft:lantern": {
+ "properties": {
+ "hanging": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:lantern[hanging=false]"
+ },
+ "minecraft:lapis_block": {
+ "properties": {},
+ "defaultstate": "minecraft:lapis_block"
+ },
+ "minecraft:lapis_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:lapis_ore"
+ },
+ "minecraft:large_fern": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:large_fern[half=lower]"
+ },
+ "minecraft:lava": {
+ "properties": {
+ "level": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:lava[level=0]"
+ },
+ "minecraft:lectern": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "has_book": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:lectern[facing=north,has_book=false,powered=false]"
+ },
+ "minecraft:lever": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:lever[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:light_blue_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_banner[rotation=0]"
+ },
+ "minecraft:light_blue_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:light_blue_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_carpet"
+ },
+ "minecraft:light_blue_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_concrete"
+ },
+ "minecraft:light_blue_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_concrete_powder"
+ },
+ "minecraft:light_blue_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_glazed_terracotta[facing=north]"
+ },
+ "minecraft:light_blue_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_shulker_box[facing=up]"
+ },
+ "minecraft:light_blue_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_stained_glass"
+ },
+ "minecraft:light_blue_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:light_blue_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_terracotta"
+ },
+ "minecraft:light_blue_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_wall_banner[facing=north]"
+ },
+ "minecraft:light_blue_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_wool"
+ },
+ "minecraft:light_gray_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_banner[rotation=0]"
+ },
+ "minecraft:light_gray_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:light_gray_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_carpet"
+ },
+ "minecraft:light_gray_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_concrete"
+ },
+ "minecraft:light_gray_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_concrete_powder"
+ },
+ "minecraft:light_gray_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_glazed_terracotta[facing=north]"
+ },
+ "minecraft:light_gray_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_shulker_box[facing=up]"
+ },
+ "minecraft:light_gray_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_stained_glass"
+ },
+ "minecraft:light_gray_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:light_gray_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_terracotta"
+ },
+ "minecraft:light_gray_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_wall_banner[facing=north]"
+ },
+ "minecraft:light_gray_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_wool"
+ },
+ "minecraft:light_weighted_pressure_plate": {
+ "properties": {
+ "power": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:light_weighted_pressure_plate[power=0]"
+ },
+ "minecraft:lilac": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:lilac[half=lower]"
+ },
+ "minecraft:lily_of_the_valley": {
+ "properties": {},
+ "defaultstate": "minecraft:lily_of_the_valley"
+ },
+ "minecraft:lily_pad": {
+ "properties": {},
+ "defaultstate": "minecraft:lily_pad"
+ },
+ "minecraft:lime_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:lime_banner[rotation=0]"
+ },
+ "minecraft:lime_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:lime_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:lime_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_carpet"
+ },
+ "minecraft:lime_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_concrete"
+ },
+ "minecraft:lime_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_concrete_powder"
+ },
+ "minecraft:lime_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:lime_glazed_terracotta[facing=north]"
+ },
+ "minecraft:lime_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:lime_shulker_box[facing=up]"
+ },
+ "minecraft:lime_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_stained_glass"
+ },
+ "minecraft:lime_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:lime_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_terracotta"
+ },
+ "minecraft:lime_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:lime_wall_banner[facing=north]"
+ },
+ "minecraft:lime_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_wool"
+ },
+ "minecraft:loom": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:loom[facing=north]"
+ },
+ "minecraft:magenta_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:magenta_banner[rotation=0]"
+ },
+ "minecraft:magenta_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:magenta_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:magenta_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_carpet"
+ },
+ "minecraft:magenta_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_concrete"
+ },
+ "minecraft:magenta_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_concrete_powder"
+ },
+ "minecraft:magenta_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:magenta_glazed_terracotta[facing=north]"
+ },
+ "minecraft:magenta_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:magenta_shulker_box[facing=up]"
+ },
+ "minecraft:magenta_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_stained_glass"
+ },
+ "minecraft:magenta_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:magenta_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_terracotta"
+ },
+ "minecraft:magenta_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:magenta_wall_banner[facing=north]"
+ },
+ "minecraft:magenta_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_wool"
+ },
+ "minecraft:magma_block": {
+ "properties": {},
+ "defaultstate": "minecraft:magma_block"
+ },
+ "minecraft:melon": {
+ "properties": {},
+ "defaultstate": "minecraft:melon"
+ },
+ "minecraft:melon_stem": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:melon_stem[age=0]"
+ },
+ "minecraft:mossy_cobblestone": {
+ "properties": {},
+ "defaultstate": "minecraft:mossy_cobblestone"
+ },
+ "minecraft:mossy_cobblestone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:mossy_cobblestone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:mossy_cobblestone_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mossy_cobblestone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:mossy_stone_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:mossy_stone_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:mossy_stone_brick_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mossy_stone_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:mossy_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:mossy_stone_bricks"
+ },
+ "minecraft:moving_piston": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "type": {
+ "values": [
+ "normal",
+ "sticky"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:moving_piston[facing=north,type=normal]"
+ },
+ "minecraft:mushroom_stem": {
+ "properties": {
+ "down": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=true]"
+ },
+ "minecraft:mycelium": {
+ "properties": {
+ "snowy": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mycelium[snowy=false]"
+ },
+ "minecraft:nether_brick_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:nether_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:nether_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:nether_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:nether_brick_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:nether_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:nether_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:nether_bricks"
+ },
+ "minecraft:nether_portal": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:nether_portal[axis=x]"
+ },
+ "minecraft:nether_quartz_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:nether_quartz_ore"
+ },
+ "minecraft:nether_wart": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:nether_wart[age=0]"
+ },
+ "minecraft:nether_wart_block": {
+ "properties": {},
+ "defaultstate": "minecraft:nether_wart_block"
+ },
+ "minecraft:netherrack": {
+ "properties": {},
+ "defaultstate": "minecraft:netherrack"
+ },
+ "minecraft:note_block": {
+ "properties": {
+ "instrument": {
+ "values": [
+ "harp",
+ "basedrum",
+ "snare",
+ "hat",
+ "bass",
+ "flute",
+ "bell",
+ "guitar",
+ "chime",
+ "xylophone",
+ "iron_xylophone",
+ "cow_bell",
+ "didgeridoo",
+ "bit",
+ "banjo",
+ "pling"
+ ],
+ "type": "enum"
+ },
+ "note": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15",
+ "16",
+ "17",
+ "18",
+ "19",
+ "20",
+ "21",
+ "22",
+ "23",
+ "24"
+ ],
+ "type": "int"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:note_block[instrument=harp,note=0,powered=false]"
+ },
+ "minecraft:oak_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:oak_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:oak_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:oak_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:oak_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:oak_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:oak_log[axis=y]"
+ },
+ "minecraft:oak_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:oak_planks"
+ },
+ "minecraft:oak_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_pressure_plate[powered=false]"
+ },
+ "minecraft:oak_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:oak_sapling[stage=0]"
+ },
+ "minecraft:oak_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:oak_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:oak_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:oak_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:oak_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:oak_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:oak_wood[axis=y]"
+ },
+ "minecraft:observer": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:observer[facing=south,powered=false]"
+ },
+ "minecraft:obsidian": {
+ "properties": {},
+ "defaultstate": "minecraft:obsidian"
+ },
+ "minecraft:orange_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:orange_banner[rotation=0]"
+ },
+ "minecraft:orange_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:orange_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:orange_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_carpet"
+ },
+ "minecraft:orange_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_concrete"
+ },
+ "minecraft:orange_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_concrete_powder"
+ },
+ "minecraft:orange_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:orange_glazed_terracotta[facing=north]"
+ },
+ "minecraft:orange_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:orange_shulker_box[facing=up]"
+ },
+ "minecraft:orange_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_stained_glass"
+ },
+ "minecraft:orange_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:orange_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_terracotta"
+ },
+ "minecraft:orange_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_tulip"
+ },
+ "minecraft:orange_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:orange_wall_banner[facing=north]"
+ },
+ "minecraft:orange_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_wool"
+ },
+ "minecraft:oxeye_daisy": {
+ "properties": {},
+ "defaultstate": "minecraft:oxeye_daisy"
+ },
+ "minecraft:packed_ice": {
+ "properties": {},
+ "defaultstate": "minecraft:packed_ice"
+ },
+ "minecraft:peony": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:peony[half=lower]"
+ },
+ "minecraft:petrified_oak_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:petrified_oak_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:pink_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:pink_banner[rotation=0]"
+ },
+ "minecraft:pink_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:pink_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:pink_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_carpet"
+ },
+ "minecraft:pink_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_concrete"
+ },
+ "minecraft:pink_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_concrete_powder"
+ },
+ "minecraft:pink_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:pink_glazed_terracotta[facing=north]"
+ },
+ "minecraft:pink_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:pink_shulker_box[facing=up]"
+ },
+ "minecraft:pink_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_stained_glass"
+ },
+ "minecraft:pink_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:pink_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_terracotta"
+ },
+ "minecraft:pink_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_tulip"
+ },
+ "minecraft:pink_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:pink_wall_banner[facing=north]"
+ },
+ "minecraft:pink_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_wool"
+ },
+ "minecraft:piston": {
+ "properties": {
+ "extended": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:piston[extended=false,facing=north]"
+ },
+ "minecraft:piston_head": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "short": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "type": {
+ "values": [
+ "normal",
+ "sticky"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:piston_head[facing=north,short=false,type=normal]"
+ },
+ "minecraft:player_head": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:player_head[rotation=0]"
+ },
+ "minecraft:player_wall_head": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:player_wall_head[facing=north]"
+ },
+ "minecraft:podzol": {
+ "properties": {
+ "snowy": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:podzol[snowy=false]"
+ },
+ "minecraft:polished_andesite": {
+ "properties": {},
+ "defaultstate": "minecraft:polished_andesite"
+ },
+ "minecraft:polished_andesite_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_andesite_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:polished_andesite_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:polished_diorite": {
+ "properties": {},
+ "defaultstate": "minecraft:polished_diorite"
+ },
+ "minecraft:polished_diorite_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_diorite_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:polished_diorite_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:polished_granite": {
+ "properties": {},
+ "defaultstate": "minecraft:polished_granite"
+ },
+ "minecraft:polished_granite_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_granite_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:polished_granite_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:poppy": {
+ "properties": {},
+ "defaultstate": "minecraft:poppy"
+ },
+ "minecraft:potatoes": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:potatoes[age=0]"
+ },
+ "minecraft:potted_acacia_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_acacia_sapling"
+ },
+ "minecraft:potted_allium": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_allium"
+ },
+ "minecraft:potted_azure_bluet": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_azure_bluet"
+ },
+ "minecraft:potted_bamboo": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_bamboo"
+ },
+ "minecraft:potted_birch_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_birch_sapling"
+ },
+ "minecraft:potted_blue_orchid": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_blue_orchid"
+ },
+ "minecraft:potted_brown_mushroom": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_brown_mushroom"
+ },
+ "minecraft:potted_cactus": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_cactus"
+ },
+ "minecraft:potted_cornflower": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_cornflower"
+ },
+ "minecraft:potted_dandelion": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_dandelion"
+ },
+ "minecraft:potted_dark_oak_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_dark_oak_sapling"
+ },
+ "minecraft:potted_dead_bush": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_dead_bush"
+ },
+ "minecraft:potted_fern": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_fern"
+ },
+ "minecraft:potted_jungle_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_jungle_sapling"
+ },
+ "minecraft:potted_lily_of_the_valley": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_lily_of_the_valley"
+ },
+ "minecraft:potted_oak_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_oak_sapling"
+ },
+ "minecraft:potted_orange_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_orange_tulip"
+ },
+ "minecraft:potted_oxeye_daisy": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_oxeye_daisy"
+ },
+ "minecraft:potted_pink_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_pink_tulip"
+ },
+ "minecraft:potted_poppy": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_poppy"
+ },
+ "minecraft:potted_red_mushroom": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_red_mushroom"
+ },
+ "minecraft:potted_red_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_red_tulip"
+ },
+ "minecraft:potted_spruce_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_spruce_sapling"
+ },
+ "minecraft:potted_white_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_white_tulip"
+ },
+ "minecraft:potted_wither_rose": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_wither_rose"
+ },
+ "minecraft:powered_rail": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "shape": {
+ "values": [
+ "north_south",
+ "east_west",
+ "ascending_east",
+ "ascending_west",
+ "ascending_north",
+ "ascending_south"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:powered_rail[powered=false,shape=north_south]"
+ },
+ "minecraft:prismarine": {
+ "properties": {},
+ "defaultstate": "minecraft:prismarine"
+ },
+ "minecraft:prismarine_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:prismarine_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:prismarine_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:prismarine_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:prismarine_bricks"
+ },
+ "minecraft:prismarine_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:prismarine_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:prismarine_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:prismarine_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:prismarine_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:pumpkin": {
+ "properties": {},
+ "defaultstate": "minecraft:pumpkin"
+ },
+ "minecraft:pumpkin_stem": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:pumpkin_stem[age=0]"
+ },
+ "minecraft:purple_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:purple_banner[rotation=0]"
+ },
+ "minecraft:purple_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:purple_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:purple_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_carpet"
+ },
+ "minecraft:purple_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_concrete"
+ },
+ "minecraft:purple_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_concrete_powder"
+ },
+ "minecraft:purple_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:purple_glazed_terracotta[facing=north]"
+ },
+ "minecraft:purple_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:purple_shulker_box[facing=up]"
+ },
+ "minecraft:purple_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_stained_glass"
+ },
+ "minecraft:purple_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:purple_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_terracotta"
+ },
+ "minecraft:purple_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:purple_wall_banner[facing=north]"
+ },
+ "minecraft:purple_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_wool"
+ },
+ "minecraft:purpur_block": {
+ "properties": {},
+ "defaultstate": "minecraft:purpur_block"
+ },
+ "minecraft:purpur_pillar": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:purpur_pillar[axis=y]"
+ },
+ "minecraft:purpur_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:purpur_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:purpur_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:quartz_block": {
+ "properties": {},
+ "defaultstate": "minecraft:quartz_block"
+ },
+ "minecraft:quartz_pillar": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:quartz_pillar[axis=y]"
+ },
+ "minecraft:quartz_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:quartz_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:quartz_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:rail": {
+ "properties": {
+ "shape": {
+ "values": [
+ "north_south",
+ "east_west",
+ "ascending_east",
+ "ascending_west",
+ "ascending_north",
+ "ascending_south",
+ "south_east",
+ "south_west",
+ "north_west",
+ "north_east"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:rail[shape=north_south]"
+ },
+ "minecraft:red_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:red_banner[rotation=0]"
+ },
+ "minecraft:red_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:red_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:red_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:red_carpet"
+ },
+ "minecraft:red_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:red_concrete"
+ },
+ "minecraft:red_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:red_concrete_powder"
+ },
+ "minecraft:red_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:red_glazed_terracotta[facing=north]"
+ },
+ "minecraft:red_mushroom": {
+ "properties": {},
+ "defaultstate": "minecraft:red_mushroom"
+ },
+ "minecraft:red_mushroom_block": {
+ "properties": {
+ "down": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]"
+ },
+ "minecraft:red_nether_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_nether_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:red_nether_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:red_nether_brick_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_nether_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:red_nether_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:red_nether_bricks"
+ },
+ "minecraft:red_sand": {
+ "properties": {},
+ "defaultstate": "minecraft:red_sand"
+ },
+ "minecraft:red_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:red_sandstone"
+ },
+ "minecraft:red_sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:red_sandstone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:red_sandstone_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_sandstone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:red_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:red_shulker_box[facing=up]"
+ },
+ "minecraft:red_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:red_stained_glass"
+ },
+ "minecraft:red_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:red_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:red_terracotta"
+ },
+ "minecraft:red_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:red_tulip"
+ },
+ "minecraft:red_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:red_wall_banner[facing=north]"
+ },
+ "minecraft:red_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:red_wool"
+ },
+ "minecraft:redstone_block": {
+ "properties": {},
+ "defaultstate": "minecraft:redstone_block"
+ },
+ "minecraft:redstone_lamp": {
+ "properties": {
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:redstone_lamp[lit=false]"
+ },
+ "minecraft:redstone_ore": {
+ "properties": {
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:redstone_ore[lit=false]"
+ },
+ "minecraft:redstone_torch": {
+ "properties": {
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:redstone_torch[lit=true]"
+ },
+ "minecraft:redstone_wall_torch": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:redstone_wall_torch[facing=north,lit=true]"
+ },
+ "minecraft:redstone_wire": {
+ "properties": {
+ "east": {
+ "values": [
+ "up",
+ "side",
+ "none"
+ ],
+ "type": "enum"
+ },
+ "north": {
+ "values": [
+ "up",
+ "side",
+ "none"
+ ],
+ "type": "enum"
+ },
+ "power": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "south": {
+ "values": [
+ "up",
+ "side",
+ "none"
+ ],
+ "type": "enum"
+ },
+ "west": {
+ "values": [
+ "up",
+ "side",
+ "none"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none]"
+ },
+ "minecraft:repeater": {
+ "properties": {
+ "delay": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ],
+ "type": "int"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "locked": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:repeater[delay=1,facing=north,locked=false,powered=false]"
+ },
+ "minecraft:repeating_command_block": {
+ "properties": {
+ "conditional": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:repeating_command_block[conditional=false,facing=north]"
+ },
+ "minecraft:rose_bush": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:rose_bush[half=lower]"
+ },
+ "minecraft:sand": {
+ "properties": {},
+ "defaultstate": "minecraft:sand"
+ },
+ "minecraft:sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:sandstone"
+ },
+ "minecraft:sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:sandstone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:sandstone_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:sandstone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:scaffolding": {
+ "properties": {
+ "bottom": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "distance": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:scaffolding[bottom=false,distance=7,waterlogged=false]"
+ },
+ "minecraft:sea_lantern": {
+ "properties": {},
+ "defaultstate": "minecraft:sea_lantern"
+ },
+ "minecraft:sea_pickle": {
+ "properties": {
+ "pickles": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:sea_pickle[pickles=1,waterlogged=true]"
+ },
+ "minecraft:seagrass": {
+ "properties": {},
+ "defaultstate": "minecraft:seagrass"
+ },
+ "minecraft:shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:shulker_box[facing=up]"
+ },
+ "minecraft:skeleton_skull": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:skeleton_skull[rotation=0]"
+ },
+ "minecraft:skeleton_wall_skull": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:skeleton_wall_skull[facing=north]"
+ },
+ "minecraft:slime_block": {
+ "properties": {},
+ "defaultstate": "minecraft:slime_block"
+ },
+ "minecraft:smithing_table": {
+ "properties": {},
+ "defaultstate": "minecraft:smithing_table"
+ },
+ "minecraft:smoker": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smoker[facing=north,lit=false]"
+ },
+ "minecraft:smooth_quartz": {
+ "properties": {},
+ "defaultstate": "minecraft:smooth_quartz"
+ },
+ "minecraft:smooth_quartz_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_quartz_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:smooth_quartz_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:smooth_red_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:smooth_red_sandstone"
+ },
+ "minecraft:smooth_red_sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:smooth_red_sandstone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:smooth_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:smooth_sandstone"
+ },
+ "minecraft:smooth_sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:smooth_sandstone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:smooth_stone": {
+ "properties": {},
+ "defaultstate": "minecraft:smooth_stone"
+ },
+ "minecraft:smooth_stone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_stone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:snow": {
+ "properties": {
+ "layers": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:snow[layers=1]"
+ },
+ "minecraft:snow_block": {
+ "properties": {},
+ "defaultstate": "minecraft:snow_block"
+ },
+ "minecraft:soul_sand": {
+ "properties": {},
+ "defaultstate": "minecraft:soul_sand"
+ },
+ "minecraft:spawner": {
+ "properties": {},
+ "defaultstate": "minecraft:spawner"
+ },
+ "minecraft:sponge": {
+ "properties": {},
+ "defaultstate": "minecraft:sponge"
+ },
+ "minecraft:spruce_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:spruce_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:spruce_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:spruce_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:spruce_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:spruce_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:spruce_log[axis=y]"
+ },
+ "minecraft:spruce_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:spruce_planks"
+ },
+ "minecraft:spruce_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_pressure_plate[powered=false]"
+ },
+ "minecraft:spruce_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:spruce_sapling[stage=0]"
+ },
+ "minecraft:spruce_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:spruce_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:spruce_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:spruce_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:spruce_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:spruce_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:spruce_wood[axis=y]"
+ },
+ "minecraft:sticky_piston": {
+ "properties": {
+ "extended": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:sticky_piston[extended=false,facing=north]"
+ },
+ "minecraft:stone": {
+ "properties": {},
+ "defaultstate": "minecraft:stone"
+ },
+ "minecraft:stone_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:stone_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:stone_brick_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:stone_bricks"
+ },
+ "minecraft:stone_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:stone_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_pressure_plate[powered=false]"
+ },
+ "minecraft:stone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:stone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:stonecutter": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:stonecutter[facing=north]"
+ },
+ "minecraft:stripped_acacia_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_acacia_log[axis=y]"
+ },
+ "minecraft:stripped_acacia_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_acacia_wood[axis=y]"
+ },
+ "minecraft:stripped_birch_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_birch_log[axis=y]"
+ },
+ "minecraft:stripped_birch_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_birch_wood[axis=y]"
+ },
+ "minecraft:stripped_dark_oak_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_dark_oak_log[axis=y]"
+ },
+ "minecraft:stripped_dark_oak_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_dark_oak_wood[axis=y]"
+ },
+ "minecraft:stripped_jungle_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_jungle_log[axis=y]"
+ },
+ "minecraft:stripped_jungle_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_jungle_wood[axis=y]"
+ },
+ "minecraft:stripped_oak_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_oak_log[axis=y]"
+ },
+ "minecraft:stripped_oak_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_oak_wood[axis=y]"
+ },
+ "minecraft:stripped_spruce_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_spruce_log[axis=y]"
+ },
+ "minecraft:stripped_spruce_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_spruce_wood[axis=y]"
+ },
+ "minecraft:structure_block": {
+ "properties": {
+ "mode": {
+ "values": [
+ "save",
+ "load",
+ "corner",
+ "data"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:structure_block[mode=save]"
+ },
+ "minecraft:structure_void": {
+ "properties": {},
+ "defaultstate": "minecraft:structure_void"
+ },
+ "minecraft:sugar_cane": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:sugar_cane[age=0]"
+ },
+ "minecraft:sunflower": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:sunflower[half=lower]"
+ },
+ "minecraft:sweet_berry_bush": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:sweet_berry_bush[age=0]"
+ },
+ "minecraft:tall_grass": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:tall_grass[half=lower]"
+ },
+ "minecraft:tall_seagrass": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:tall_seagrass[half=lower]"
+ },
+ "minecraft:terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:terracotta"
+ },
+ "minecraft:tnt": {
+ "properties": {
+ "unstable": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tnt[unstable=false]"
+ },
+ "minecraft:torch": {
+ "properties": {},
+ "defaultstate": "minecraft:torch"
+ },
+ "minecraft:trapped_chest": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "type": {
+ "values": [
+ "single",
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:trapped_chest[facing=north,type=single,waterlogged=false]"
+ },
+ "minecraft:tripwire": {
+ "properties": {
+ "attached": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "disarmed": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tripwire[attached=false,disarmed=false,east=false,north=false,powered=false,south=false,west=false]"
+ },
+ "minecraft:tripwire_hook": {
+ "properties": {
+ "attached": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tripwire_hook[attached=false,facing=north,powered=false]"
+ },
+ "minecraft:tube_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tube_coral[waterlogged=true]"
+ },
+ "minecraft:tube_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:tube_coral_block"
+ },
+ "minecraft:tube_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tube_coral_fan[waterlogged=true]"
+ },
+ "minecraft:tube_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tube_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:turtle_egg": {
+ "properties": {
+ "eggs": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ],
+ "type": "int"
+ },
+ "hatch": {
+ "values": [
+ "0",
+ "1",
+ "2"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:turtle_egg[eggs=1,hatch=0]"
+ },
+ "minecraft:vine": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:vine[east=false,north=false,south=false,up=false,west=false]"
+ },
+ "minecraft:void_air": {
+ "properties": {},
+ "defaultstate": "minecraft:void_air"
+ },
+ "minecraft:wall_torch": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:wall_torch[facing=north]"
+ },
+ "minecraft:water": {
+ "properties": {
+ "level": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:water[level=0]"
+ },
+ "minecraft:wet_sponge": {
+ "properties": {},
+ "defaultstate": "minecraft:wet_sponge"
+ },
+ "minecraft:wheat": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:wheat[age=0]"
+ },
+ "minecraft:white_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:white_banner[rotation=0]"
+ },
+ "minecraft:white_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:white_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:white_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:white_carpet"
+ },
+ "minecraft:white_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:white_concrete"
+ },
+ "minecraft:white_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:white_concrete_powder"
+ },
+ "minecraft:white_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:white_glazed_terracotta[facing=north]"
+ },
+ "minecraft:white_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:white_shulker_box[facing=up]"
+ },
+ "minecraft:white_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:white_stained_glass"
+ },
+ "minecraft:white_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:white_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:white_terracotta"
+ },
+ "minecraft:white_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:white_tulip"
+ },
+ "minecraft:white_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:white_wall_banner[facing=north]"
+ },
+ "minecraft:white_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:white_wool"
+ },
+ "minecraft:wither_rose": {
+ "properties": {},
+ "defaultstate": "minecraft:wither_rose"
+ },
+ "minecraft:wither_skeleton_skull": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:wither_skeleton_skull[rotation=0]"
+ },
+ "minecraft:wither_skeleton_wall_skull": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:wither_skeleton_wall_skull[facing=north]"
+ },
+ "minecraft:yellow_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:yellow_banner[rotation=0]"
+ },
+ "minecraft:yellow_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:yellow_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:yellow_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_carpet"
+ },
+ "minecraft:yellow_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_concrete"
+ },
+ "minecraft:yellow_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_concrete_powder"
+ },
+ "minecraft:yellow_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:yellow_glazed_terracotta[facing=north]"
+ },
+ "minecraft:yellow_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:yellow_shulker_box[facing=up]"
+ },
+ "minecraft:yellow_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_stained_glass"
+ },
+ "minecraft:yellow_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:yellow_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_terracotta"
+ },
+ "minecraft:yellow_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:yellow_wall_banner[facing=north]"
+ },
+ "minecraft:yellow_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_wool"
+ },
+ "minecraft:zombie_head": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:zombie_head[rotation=0]"
+ },
+ "minecraft:zombie_wall_head": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:zombie_wall_head[facing=north]"
+ }
+ },
+ "items": [
+ "minecraft:acacia_boat",
+ "minecraft:acacia_button",
+ "minecraft:acacia_door",
+ "minecraft:acacia_fence",
+ "minecraft:acacia_fence_gate",
+ "minecraft:acacia_leaves",
+ "minecraft:acacia_log",
+ "minecraft:acacia_planks",
+ "minecraft:acacia_pressure_plate",
+ "minecraft:acacia_sapling",
+ "minecraft:acacia_sign",
+ "minecraft:acacia_slab",
+ "minecraft:acacia_stairs",
+ "minecraft:acacia_trapdoor",
+ "minecraft:acacia_wood",
+ "minecraft:activator_rail",
+ "minecraft:air",
+ "minecraft:allium",
+ "minecraft:andesite",
+ "minecraft:andesite_slab",
+ "minecraft:andesite_stairs",
+ "minecraft:andesite_wall",
+ "minecraft:anvil",
+ "minecraft:apple",
+ "minecraft:armor_stand",
+ "minecraft:arrow",
+ "minecraft:azure_bluet",
+ "minecraft:baked_potato",
+ "minecraft:bamboo",
+ "minecraft:barrel",
+ "minecraft:barrier",
+ "minecraft:bat_spawn_egg",
+ "minecraft:beacon",
+ "minecraft:bedrock",
+ "minecraft:bee_nest",
+ "minecraft:bee_spawn_egg",
+ "minecraft:beef",
+ "minecraft:beehive",
+ "minecraft:beetroot",
+ "minecraft:beetroot_seeds",
+ "minecraft:beetroot_soup",
+ "minecraft:bell",
+ "minecraft:birch_boat",
+ "minecraft:birch_button",
+ "minecraft:birch_door",
+ "minecraft:birch_fence",
+ "minecraft:birch_fence_gate",
+ "minecraft:birch_leaves",
+ "minecraft:birch_log",
+ "minecraft:birch_planks",
+ "minecraft:birch_pressure_plate",
+ "minecraft:birch_sapling",
+ "minecraft:birch_sign",
+ "minecraft:birch_slab",
+ "minecraft:birch_stairs",
+ "minecraft:birch_trapdoor",
+ "minecraft:birch_wood",
+ "minecraft:black_banner",
+ "minecraft:black_bed",
+ "minecraft:black_carpet",
+ "minecraft:black_concrete",
+ "minecraft:black_concrete_powder",
+ "minecraft:black_dye",
+ "minecraft:black_glazed_terracotta",
+ "minecraft:black_shulker_box",
+ "minecraft:black_stained_glass",
+ "minecraft:black_stained_glass_pane",
+ "minecraft:black_terracotta",
+ "minecraft:black_wool",
+ "minecraft:blast_furnace",
+ "minecraft:blaze_powder",
+ "minecraft:blaze_rod",
+ "minecraft:blaze_spawn_egg",
+ "minecraft:blue_banner",
+ "minecraft:blue_bed",
+ "minecraft:blue_carpet",
+ "minecraft:blue_concrete",
+ "minecraft:blue_concrete_powder",
+ "minecraft:blue_dye",
+ "minecraft:blue_glazed_terracotta",
+ "minecraft:blue_ice",
+ "minecraft:blue_orchid",
+ "minecraft:blue_shulker_box",
+ "minecraft:blue_stained_glass",
+ "minecraft:blue_stained_glass_pane",
+ "minecraft:blue_terracotta",
+ "minecraft:blue_wool",
+ "minecraft:bone",
+ "minecraft:bone_block",
+ "minecraft:bone_meal",
+ "minecraft:book",
+ "minecraft:bookshelf",
+ "minecraft:bow",
+ "minecraft:bowl",
+ "minecraft:brain_coral",
+ "minecraft:brain_coral_block",
+ "minecraft:brain_coral_fan",
+ "minecraft:bread",
+ "minecraft:brewing_stand",
+ "minecraft:brick",
+ "minecraft:brick_slab",
+ "minecraft:brick_stairs",
+ "minecraft:brick_wall",
+ "minecraft:bricks",
+ "minecraft:brown_banner",
+ "minecraft:brown_bed",
+ "minecraft:brown_carpet",
+ "minecraft:brown_concrete",
+ "minecraft:brown_concrete_powder",
+ "minecraft:brown_dye",
+ "minecraft:brown_glazed_terracotta",
+ "minecraft:brown_mushroom",
+ "minecraft:brown_mushroom_block",
+ "minecraft:brown_shulker_box",
+ "minecraft:brown_stained_glass",
+ "minecraft:brown_stained_glass_pane",
+ "minecraft:brown_terracotta",
+ "minecraft:brown_wool",
+ "minecraft:bubble_coral",
+ "minecraft:bubble_coral_block",
+ "minecraft:bubble_coral_fan",
+ "minecraft:bucket",
+ "minecraft:cactus",
+ "minecraft:cake",
+ "minecraft:campfire",
+ "minecraft:carrot",
+ "minecraft:carrot_on_a_stick",
+ "minecraft:cartography_table",
+ "minecraft:carved_pumpkin",
+ "minecraft:cat_spawn_egg",
+ "minecraft:cauldron",
+ "minecraft:cave_spider_spawn_egg",
+ "minecraft:chain_command_block",
+ "minecraft:chainmail_boots",
+ "minecraft:chainmail_chestplate",
+ "minecraft:chainmail_helmet",
+ "minecraft:chainmail_leggings",
+ "minecraft:charcoal",
+ "minecraft:chest",
+ "minecraft:chest_minecart",
+ "minecraft:chicken",
+ "minecraft:chicken_spawn_egg",
+ "minecraft:chipped_anvil",
+ "minecraft:chiseled_quartz_block",
+ "minecraft:chiseled_red_sandstone",
+ "minecraft:chiseled_sandstone",
+ "minecraft:chiseled_stone_bricks",
+ "minecraft:chorus_flower",
+ "minecraft:chorus_fruit",
+ "minecraft:chorus_plant",
+ "minecraft:clay",
+ "minecraft:clay_ball",
+ "minecraft:clock",
+ "minecraft:coal",
+ "minecraft:coal_block",
+ "minecraft:coal_ore",
+ "minecraft:coarse_dirt",
+ "minecraft:cobblestone",
+ "minecraft:cobblestone_slab",
+ "minecraft:cobblestone_stairs",
+ "minecraft:cobblestone_wall",
+ "minecraft:cobweb",
+ "minecraft:cocoa_beans",
+ "minecraft:cod",
+ "minecraft:cod_bucket",
+ "minecraft:cod_spawn_egg",
+ "minecraft:command_block",
+ "minecraft:command_block_minecart",
+ "minecraft:comparator",
+ "minecraft:compass",
+ "minecraft:composter",
+ "minecraft:conduit",
+ "minecraft:cooked_beef",
+ "minecraft:cooked_chicken",
+ "minecraft:cooked_cod",
+ "minecraft:cooked_mutton",
+ "minecraft:cooked_porkchop",
+ "minecraft:cooked_rabbit",
+ "minecraft:cooked_salmon",
+ "minecraft:cookie",
+ "minecraft:cornflower",
+ "minecraft:cow_spawn_egg",
+ "minecraft:cracked_stone_bricks",
+ "minecraft:crafting_table",
+ "minecraft:creeper_banner_pattern",
+ "minecraft:creeper_head",
+ "minecraft:creeper_spawn_egg",
+ "minecraft:crossbow",
+ "minecraft:cut_red_sandstone",
+ "minecraft:cut_red_sandstone_slab",
+ "minecraft:cut_sandstone",
+ "minecraft:cut_sandstone_slab",
+ "minecraft:cyan_banner",
+ "minecraft:cyan_bed",
+ "minecraft:cyan_carpet",
+ "minecraft:cyan_concrete",
+ "minecraft:cyan_concrete_powder",
+ "minecraft:cyan_dye",
+ "minecraft:cyan_glazed_terracotta",
+ "minecraft:cyan_shulker_box",
+ "minecraft:cyan_stained_glass",
+ "minecraft:cyan_stained_glass_pane",
+ "minecraft:cyan_terracotta",
+ "minecraft:cyan_wool",
+ "minecraft:damaged_anvil",
+ "minecraft:dandelion",
+ "minecraft:dark_oak_boat",
+ "minecraft:dark_oak_button",
+ "minecraft:dark_oak_door",
+ "minecraft:dark_oak_fence",
+ "minecraft:dark_oak_fence_gate",
+ "minecraft:dark_oak_leaves",
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_planks",
+ "minecraft:dark_oak_pressure_plate",
+ "minecraft:dark_oak_sapling",
+ "minecraft:dark_oak_sign",
+ "minecraft:dark_oak_slab",
+ "minecraft:dark_oak_stairs",
+ "minecraft:dark_oak_trapdoor",
+ "minecraft:dark_oak_wood",
+ "minecraft:dark_prismarine",
+ "minecraft:dark_prismarine_slab",
+ "minecraft:dark_prismarine_stairs",
+ "minecraft:daylight_detector",
+ "minecraft:dead_brain_coral",
+ "minecraft:dead_brain_coral_block",
+ "minecraft:dead_brain_coral_fan",
+ "minecraft:dead_bubble_coral",
+ "minecraft:dead_bubble_coral_block",
+ "minecraft:dead_bubble_coral_fan",
+ "minecraft:dead_bush",
+ "minecraft:dead_fire_coral",
+ "minecraft:dead_fire_coral_block",
+ "minecraft:dead_fire_coral_fan",
+ "minecraft:dead_horn_coral",
+ "minecraft:dead_horn_coral_block",
+ "minecraft:dead_horn_coral_fan",
+ "minecraft:dead_tube_coral",
+ "minecraft:dead_tube_coral_block",
+ "minecraft:dead_tube_coral_fan",
+ "minecraft:debug_stick",
+ "minecraft:detector_rail",
+ "minecraft:diamond",
+ "minecraft:diamond_axe",
+ "minecraft:diamond_block",
+ "minecraft:diamond_boots",
+ "minecraft:diamond_chestplate",
+ "minecraft:diamond_helmet",
+ "minecraft:diamond_hoe",
+ "minecraft:diamond_horse_armor",
+ "minecraft:diamond_leggings",
+ "minecraft:diamond_ore",
+ "minecraft:diamond_pickaxe",
+ "minecraft:diamond_shovel",
+ "minecraft:diamond_sword",
+ "minecraft:diorite",
+ "minecraft:diorite_slab",
+ "minecraft:diorite_stairs",
+ "minecraft:diorite_wall",
+ "minecraft:dirt",
+ "minecraft:dispenser",
+ "minecraft:dolphin_spawn_egg",
+ "minecraft:donkey_spawn_egg",
+ "minecraft:dragon_breath",
+ "minecraft:dragon_egg",
+ "minecraft:dragon_head",
+ "minecraft:dried_kelp",
+ "minecraft:dried_kelp_block",
+ "minecraft:dropper",
+ "minecraft:drowned_spawn_egg",
+ "minecraft:egg",
+ "minecraft:elder_guardian_spawn_egg",
+ "minecraft:elytra",
+ "minecraft:emerald",
+ "minecraft:emerald_block",
+ "minecraft:emerald_ore",
+ "minecraft:enchanted_book",
+ "minecraft:enchanted_golden_apple",
+ "minecraft:enchanting_table",
+ "minecraft:end_crystal",
+ "minecraft:end_portal_frame",
+ "minecraft:end_rod",
+ "minecraft:end_stone",
+ "minecraft:end_stone_brick_slab",
+ "minecraft:end_stone_brick_stairs",
+ "minecraft:end_stone_brick_wall",
+ "minecraft:end_stone_bricks",
+ "minecraft:ender_chest",
+ "minecraft:ender_eye",
+ "minecraft:ender_pearl",
+ "minecraft:enderman_spawn_egg",
+ "minecraft:endermite_spawn_egg",
+ "minecraft:evoker_spawn_egg",
+ "minecraft:experience_bottle",
+ "minecraft:farmland",
+ "minecraft:feather",
+ "minecraft:fermented_spider_eye",
+ "minecraft:fern",
+ "minecraft:filled_map",
+ "minecraft:fire_charge",
+ "minecraft:fire_coral",
+ "minecraft:fire_coral_block",
+ "minecraft:fire_coral_fan",
+ "minecraft:firework_rocket",
+ "minecraft:firework_star",
+ "minecraft:fishing_rod",
+ "minecraft:fletching_table",
+ "minecraft:flint",
+ "minecraft:flint_and_steel",
+ "minecraft:flower_banner_pattern",
+ "minecraft:flower_pot",
+ "minecraft:fox_spawn_egg",
+ "minecraft:furnace",
+ "minecraft:furnace_minecart",
+ "minecraft:ghast_spawn_egg",
+ "minecraft:ghast_tear",
+ "minecraft:glass",
+ "minecraft:glass_bottle",
+ "minecraft:glass_pane",
+ "minecraft:glistering_melon_slice",
+ "minecraft:globe_banner_pattern",
+ "minecraft:glowstone",
+ "minecraft:glowstone_dust",
+ "minecraft:gold_block",
+ "minecraft:gold_ingot",
+ "minecraft:gold_nugget",
+ "minecraft:gold_ore",
+ "minecraft:golden_apple",
+ "minecraft:golden_axe",
+ "minecraft:golden_boots",
+ "minecraft:golden_carrot",
+ "minecraft:golden_chestplate",
+ "minecraft:golden_helmet",
+ "minecraft:golden_hoe",
+ "minecraft:golden_horse_armor",
+ "minecraft:golden_leggings",
+ "minecraft:golden_pickaxe",
+ "minecraft:golden_shovel",
+ "minecraft:golden_sword",
+ "minecraft:granite",
+ "minecraft:granite_slab",
+ "minecraft:granite_stairs",
+ "minecraft:granite_wall",
+ "minecraft:grass",
+ "minecraft:grass_block",
+ "minecraft:grass_path",
+ "minecraft:gravel",
+ "minecraft:gray_banner",
+ "minecraft:gray_bed",
+ "minecraft:gray_carpet",
+ "minecraft:gray_concrete",
+ "minecraft:gray_concrete_powder",
+ "minecraft:gray_dye",
+ "minecraft:gray_glazed_terracotta",
+ "minecraft:gray_shulker_box",
+ "minecraft:gray_stained_glass",
+ "minecraft:gray_stained_glass_pane",
+ "minecraft:gray_terracotta",
+ "minecraft:gray_wool",
+ "minecraft:green_banner",
+ "minecraft:green_bed",
+ "minecraft:green_carpet",
+ "minecraft:green_concrete",
+ "minecraft:green_concrete_powder",
+ "minecraft:green_dye",
+ "minecraft:green_glazed_terracotta",
+ "minecraft:green_shulker_box",
+ "minecraft:green_stained_glass",
+ "minecraft:green_stained_glass_pane",
+ "minecraft:green_terracotta",
+ "minecraft:green_wool",
+ "minecraft:grindstone",
+ "minecraft:guardian_spawn_egg",
+ "minecraft:gunpowder",
+ "minecraft:hay_block",
+ "minecraft:heart_of_the_sea",
+ "minecraft:heavy_weighted_pressure_plate",
+ "minecraft:honey_block",
+ "minecraft:honey_bottle",
+ "minecraft:honeycomb",
+ "minecraft:honeycomb_block",
+ "minecraft:hopper",
+ "minecraft:hopper_minecart",
+ "minecraft:horn_coral",
+ "minecraft:horn_coral_block",
+ "minecraft:horn_coral_fan",
+ "minecraft:horse_spawn_egg",
+ "minecraft:husk_spawn_egg",
+ "minecraft:ice",
+ "minecraft:infested_chiseled_stone_bricks",
+ "minecraft:infested_cobblestone",
+ "minecraft:infested_cracked_stone_bricks",
+ "minecraft:infested_mossy_stone_bricks",
+ "minecraft:infested_stone",
+ "minecraft:infested_stone_bricks",
+ "minecraft:ink_sac",
+ "minecraft:iron_axe",
+ "minecraft:iron_bars",
+ "minecraft:iron_block",
+ "minecraft:iron_boots",
+ "minecraft:iron_chestplate",
+ "minecraft:iron_door",
+ "minecraft:iron_helmet",
+ "minecraft:iron_hoe",
+ "minecraft:iron_horse_armor",
+ "minecraft:iron_ingot",
+ "minecraft:iron_leggings",
+ "minecraft:iron_nugget",
+ "minecraft:iron_ore",
+ "minecraft:iron_pickaxe",
+ "minecraft:iron_shovel",
+ "minecraft:iron_sword",
+ "minecraft:iron_trapdoor",
+ "minecraft:item_frame",
+ "minecraft:jack_o_lantern",
+ "minecraft:jigsaw",
+ "minecraft:jukebox",
+ "minecraft:jungle_boat",
+ "minecraft:jungle_button",
+ "minecraft:jungle_door",
+ "minecraft:jungle_fence",
+ "minecraft:jungle_fence_gate",
+ "minecraft:jungle_leaves",
+ "minecraft:jungle_log",
+ "minecraft:jungle_planks",
+ "minecraft:jungle_pressure_plate",
+ "minecraft:jungle_sapling",
+ "minecraft:jungle_sign",
+ "minecraft:jungle_slab",
+ "minecraft:jungle_stairs",
+ "minecraft:jungle_trapdoor",
+ "minecraft:jungle_wood",
+ "minecraft:kelp",
+ "minecraft:knowledge_book",
+ "minecraft:ladder",
+ "minecraft:lantern",
+ "minecraft:lapis_block",
+ "minecraft:lapis_lazuli",
+ "minecraft:lapis_ore",
+ "minecraft:large_fern",
+ "minecraft:lava_bucket",
+ "minecraft:lead",
+ "minecraft:leather",
+ "minecraft:leather_boots",
+ "minecraft:leather_chestplate",
+ "minecraft:leather_helmet",
+ "minecraft:leather_horse_armor",
+ "minecraft:leather_leggings",
+ "minecraft:lectern",
+ "minecraft:lever",
+ "minecraft:light_blue_banner",
+ "minecraft:light_blue_bed",
+ "minecraft:light_blue_carpet",
+ "minecraft:light_blue_concrete",
+ "minecraft:light_blue_concrete_powder",
+ "minecraft:light_blue_dye",
+ "minecraft:light_blue_glazed_terracotta",
+ "minecraft:light_blue_shulker_box",
+ "minecraft:light_blue_stained_glass",
+ "minecraft:light_blue_stained_glass_pane",
+ "minecraft:light_blue_terracotta",
+ "minecraft:light_blue_wool",
+ "minecraft:light_gray_banner",
+ "minecraft:light_gray_bed",
+ "minecraft:light_gray_carpet",
+ "minecraft:light_gray_concrete",
+ "minecraft:light_gray_concrete_powder",
+ "minecraft:light_gray_dye",
+ "minecraft:light_gray_glazed_terracotta",
+ "minecraft:light_gray_shulker_box",
+ "minecraft:light_gray_stained_glass",
+ "minecraft:light_gray_stained_glass_pane",
+ "minecraft:light_gray_terracotta",
+ "minecraft:light_gray_wool",
+ "minecraft:light_weighted_pressure_plate",
+ "minecraft:lilac",
+ "minecraft:lily_of_the_valley",
+ "minecraft:lily_pad",
+ "minecraft:lime_banner",
+ "minecraft:lime_bed",
+ "minecraft:lime_carpet",
+ "minecraft:lime_concrete",
+ "minecraft:lime_concrete_powder",
+ "minecraft:lime_dye",
+ "minecraft:lime_glazed_terracotta",
+ "minecraft:lime_shulker_box",
+ "minecraft:lime_stained_glass",
+ "minecraft:lime_stained_glass_pane",
+ "minecraft:lime_terracotta",
+ "minecraft:lime_wool",
+ "minecraft:lingering_potion",
+ "minecraft:llama_spawn_egg",
+ "minecraft:loom",
+ "minecraft:magenta_banner",
+ "minecraft:magenta_bed",
+ "minecraft:magenta_carpet",
+ "minecraft:magenta_concrete",
+ "minecraft:magenta_concrete_powder",
+ "minecraft:magenta_dye",
+ "minecraft:magenta_glazed_terracotta",
+ "minecraft:magenta_shulker_box",
+ "minecraft:magenta_stained_glass",
+ "minecraft:magenta_stained_glass_pane",
+ "minecraft:magenta_terracotta",
+ "minecraft:magenta_wool",
+ "minecraft:magma_block",
+ "minecraft:magma_cream",
+ "minecraft:magma_cube_spawn_egg",
+ "minecraft:map",
+ "minecraft:melon",
+ "minecraft:melon_seeds",
+ "minecraft:melon_slice",
+ "minecraft:milk_bucket",
+ "minecraft:minecart",
+ "minecraft:mojang_banner_pattern",
+ "minecraft:mooshroom_spawn_egg",
+ "minecraft:mossy_cobblestone",
+ "minecraft:mossy_cobblestone_slab",
+ "minecraft:mossy_cobblestone_stairs",
+ "minecraft:mossy_cobblestone_wall",
+ "minecraft:mossy_stone_brick_slab",
+ "minecraft:mossy_stone_brick_stairs",
+ "minecraft:mossy_stone_brick_wall",
+ "minecraft:mossy_stone_bricks",
+ "minecraft:mule_spawn_egg",
+ "minecraft:mushroom_stem",
+ "minecraft:mushroom_stew",
+ "minecraft:music_disc_11",
+ "minecraft:music_disc_13",
+ "minecraft:music_disc_blocks",
+ "minecraft:music_disc_cat",
+ "minecraft:music_disc_chirp",
+ "minecraft:music_disc_far",
+ "minecraft:music_disc_mall",
+ "minecraft:music_disc_mellohi",
+ "minecraft:music_disc_stal",
+ "minecraft:music_disc_strad",
+ "minecraft:music_disc_wait",
+ "minecraft:music_disc_ward",
+ "minecraft:mutton",
+ "minecraft:mycelium",
+ "minecraft:name_tag",
+ "minecraft:nautilus_shell",
+ "minecraft:nether_brick",
+ "minecraft:nether_brick_fence",
+ "minecraft:nether_brick_slab",
+ "minecraft:nether_brick_stairs",
+ "minecraft:nether_brick_wall",
+ "minecraft:nether_bricks",
+ "minecraft:nether_quartz_ore",
+ "minecraft:nether_star",
+ "minecraft:nether_wart",
+ "minecraft:nether_wart_block",
+ "minecraft:netherrack",
+ "minecraft:note_block",
+ "minecraft:oak_boat",
+ "minecraft:oak_button",
+ "minecraft:oak_door",
+ "minecraft:oak_fence",
+ "minecraft:oak_fence_gate",
+ "minecraft:oak_leaves",
+ "minecraft:oak_log",
+ "minecraft:oak_planks",
+ "minecraft:oak_pressure_plate",
+ "minecraft:oak_sapling",
+ "minecraft:oak_sign",
+ "minecraft:oak_slab",
+ "minecraft:oak_stairs",
+ "minecraft:oak_trapdoor",
+ "minecraft:oak_wood",
+ "minecraft:observer",
+ "minecraft:obsidian",
+ "minecraft:ocelot_spawn_egg",
+ "minecraft:orange_banner",
+ "minecraft:orange_bed",
+ "minecraft:orange_carpet",
+ "minecraft:orange_concrete",
+ "minecraft:orange_concrete_powder",
+ "minecraft:orange_dye",
+ "minecraft:orange_glazed_terracotta",
+ "minecraft:orange_shulker_box",
+ "minecraft:orange_stained_glass",
+ "minecraft:orange_stained_glass_pane",
+ "minecraft:orange_terracotta",
+ "minecraft:orange_tulip",
+ "minecraft:orange_wool",
+ "minecraft:oxeye_daisy",
+ "minecraft:packed_ice",
+ "minecraft:painting",
+ "minecraft:panda_spawn_egg",
+ "minecraft:paper",
+ "minecraft:parrot_spawn_egg",
+ "minecraft:peony",
+ "minecraft:petrified_oak_slab",
+ "minecraft:phantom_membrane",
+ "minecraft:phantom_spawn_egg",
+ "minecraft:pig_spawn_egg",
+ "minecraft:pillager_spawn_egg",
+ "minecraft:pink_banner",
+ "minecraft:pink_bed",
+ "minecraft:pink_carpet",
+ "minecraft:pink_concrete",
+ "minecraft:pink_concrete_powder",
+ "minecraft:pink_dye",
+ "minecraft:pink_glazed_terracotta",
+ "minecraft:pink_shulker_box",
+ "minecraft:pink_stained_glass",
+ "minecraft:pink_stained_glass_pane",
+ "minecraft:pink_terracotta",
+ "minecraft:pink_tulip",
+ "minecraft:pink_wool",
+ "minecraft:piston",
+ "minecraft:player_head",
+ "minecraft:podzol",
+ "minecraft:poisonous_potato",
+ "minecraft:polar_bear_spawn_egg",
+ "minecraft:polished_andesite",
+ "minecraft:polished_andesite_slab",
+ "minecraft:polished_andesite_stairs",
+ "minecraft:polished_diorite",
+ "minecraft:polished_diorite_slab",
+ "minecraft:polished_diorite_stairs",
+ "minecraft:polished_granite",
+ "minecraft:polished_granite_slab",
+ "minecraft:polished_granite_stairs",
+ "minecraft:popped_chorus_fruit",
+ "minecraft:poppy",
+ "minecraft:porkchop",
+ "minecraft:potato",
+ "minecraft:potion",
+ "minecraft:powered_rail",
+ "minecraft:prismarine",
+ "minecraft:prismarine_brick_slab",
+ "minecraft:prismarine_brick_stairs",
+ "minecraft:prismarine_bricks",
+ "minecraft:prismarine_crystals",
+ "minecraft:prismarine_shard",
+ "minecraft:prismarine_slab",
+ "minecraft:prismarine_stairs",
+ "minecraft:prismarine_wall",
+ "minecraft:pufferfish",
+ "minecraft:pufferfish_bucket",
+ "minecraft:pufferfish_spawn_egg",
+ "minecraft:pumpkin",
+ "minecraft:pumpkin_pie",
+ "minecraft:pumpkin_seeds",
+ "minecraft:purple_banner",
+ "minecraft:purple_bed",
+ "minecraft:purple_carpet",
+ "minecraft:purple_concrete",
+ "minecraft:purple_concrete_powder",
+ "minecraft:purple_dye",
+ "minecraft:purple_glazed_terracotta",
+ "minecraft:purple_shulker_box",
+ "minecraft:purple_stained_glass",
+ "minecraft:purple_stained_glass_pane",
+ "minecraft:purple_terracotta",
+ "minecraft:purple_wool",
+ "minecraft:purpur_block",
+ "minecraft:purpur_pillar",
+ "minecraft:purpur_slab",
+ "minecraft:purpur_stairs",
+ "minecraft:quartz",
+ "minecraft:quartz_block",
+ "minecraft:quartz_pillar",
+ "minecraft:quartz_slab",
+ "minecraft:quartz_stairs",
+ "minecraft:rabbit",
+ "minecraft:rabbit_foot",
+ "minecraft:rabbit_hide",
+ "minecraft:rabbit_spawn_egg",
+ "minecraft:rabbit_stew",
+ "minecraft:rail",
+ "minecraft:ravager_spawn_egg",
+ "minecraft:red_banner",
+ "minecraft:red_bed",
+ "minecraft:red_carpet",
+ "minecraft:red_concrete",
+ "minecraft:red_concrete_powder",
+ "minecraft:red_dye",
+ "minecraft:red_glazed_terracotta",
+ "minecraft:red_mushroom",
+ "minecraft:red_mushroom_block",
+ "minecraft:red_nether_brick_slab",
+ "minecraft:red_nether_brick_stairs",
+ "minecraft:red_nether_brick_wall",
+ "minecraft:red_nether_bricks",
+ "minecraft:red_sand",
+ "minecraft:red_sandstone",
+ "minecraft:red_sandstone_slab",
+ "minecraft:red_sandstone_stairs",
+ "minecraft:red_sandstone_wall",
+ "minecraft:red_shulker_box",
+ "minecraft:red_stained_glass",
+ "minecraft:red_stained_glass_pane",
+ "minecraft:red_terracotta",
+ "minecraft:red_tulip",
+ "minecraft:red_wool",
+ "minecraft:redstone",
+ "minecraft:redstone_block",
+ "minecraft:redstone_lamp",
+ "minecraft:redstone_ore",
+ "minecraft:redstone_torch",
+ "minecraft:repeater",
+ "minecraft:repeating_command_block",
+ "minecraft:rose_bush",
+ "minecraft:rotten_flesh",
+ "minecraft:saddle",
+ "minecraft:salmon",
+ "minecraft:salmon_bucket",
+ "minecraft:salmon_spawn_egg",
+ "minecraft:sand",
+ "minecraft:sandstone",
+ "minecraft:sandstone_slab",
+ "minecraft:sandstone_stairs",
+ "minecraft:sandstone_wall",
+ "minecraft:scaffolding",
+ "minecraft:scute",
+ "minecraft:sea_lantern",
+ "minecraft:sea_pickle",
+ "minecraft:seagrass",
+ "minecraft:shears",
+ "minecraft:sheep_spawn_egg",
+ "minecraft:shield",
+ "minecraft:shulker_box",
+ "minecraft:shulker_shell",
+ "minecraft:shulker_spawn_egg",
+ "minecraft:silverfish_spawn_egg",
+ "minecraft:skeleton_horse_spawn_egg",
+ "minecraft:skeleton_skull",
+ "minecraft:skeleton_spawn_egg",
+ "minecraft:skull_banner_pattern",
+ "minecraft:slime_ball",
+ "minecraft:slime_block",
+ "minecraft:slime_spawn_egg",
+ "minecraft:smithing_table",
+ "minecraft:smoker",
+ "minecraft:smooth_quartz",
+ "minecraft:smooth_quartz_slab",
+ "minecraft:smooth_quartz_stairs",
+ "minecraft:smooth_red_sandstone",
+ "minecraft:smooth_red_sandstone_slab",
+ "minecraft:smooth_red_sandstone_stairs",
+ "minecraft:smooth_sandstone",
+ "minecraft:smooth_sandstone_slab",
+ "minecraft:smooth_sandstone_stairs",
+ "minecraft:smooth_stone",
+ "minecraft:smooth_stone_slab",
+ "minecraft:snow",
+ "minecraft:snow_block",
+ "minecraft:snowball",
+ "minecraft:soul_sand",
+ "minecraft:spawner",
+ "minecraft:spectral_arrow",
+ "minecraft:spider_eye",
+ "minecraft:spider_spawn_egg",
+ "minecraft:splash_potion",
+ "minecraft:sponge",
+ "minecraft:spruce_boat",
+ "minecraft:spruce_button",
+ "minecraft:spruce_door",
+ "minecraft:spruce_fence",
+ "minecraft:spruce_fence_gate",
+ "minecraft:spruce_leaves",
+ "minecraft:spruce_log",
+ "minecraft:spruce_planks",
+ "minecraft:spruce_pressure_plate",
+ "minecraft:spruce_sapling",
+ "minecraft:spruce_sign",
+ "minecraft:spruce_slab",
+ "minecraft:spruce_stairs",
+ "minecraft:spruce_trapdoor",
+ "minecraft:spruce_wood",
+ "minecraft:squid_spawn_egg",
+ "minecraft:stick",
+ "minecraft:sticky_piston",
+ "minecraft:stone",
+ "minecraft:stone_axe",
+ "minecraft:stone_brick_slab",
+ "minecraft:stone_brick_stairs",
+ "minecraft:stone_brick_wall",
+ "minecraft:stone_bricks",
+ "minecraft:stone_button",
+ "minecraft:stone_hoe",
+ "minecraft:stone_pickaxe",
+ "minecraft:stone_pressure_plate",
+ "minecraft:stone_shovel",
+ "minecraft:stone_slab",
+ "minecraft:stone_stairs",
+ "minecraft:stone_sword",
+ "minecraft:stonecutter",
+ "minecraft:stray_spawn_egg",
+ "minecraft:string",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood",
+ "minecraft:structure_block",
+ "minecraft:structure_void",
+ "minecraft:sugar",
+ "minecraft:sugar_cane",
+ "minecraft:sunflower",
+ "minecraft:suspicious_stew",
+ "minecraft:sweet_berries",
+ "minecraft:tall_grass",
+ "minecraft:terracotta",
+ "minecraft:tipped_arrow",
+ "minecraft:tnt",
+ "minecraft:tnt_minecart",
+ "minecraft:torch",
+ "minecraft:totem_of_undying",
+ "minecraft:trader_llama_spawn_egg",
+ "minecraft:trapped_chest",
+ "minecraft:trident",
+ "minecraft:tripwire_hook",
+ "minecraft:tropical_fish",
+ "minecraft:tropical_fish_bucket",
+ "minecraft:tropical_fish_spawn_egg",
+ "minecraft:tube_coral",
+ "minecraft:tube_coral_block",
+ "minecraft:tube_coral_fan",
+ "minecraft:turtle_egg",
+ "minecraft:turtle_helmet",
+ "minecraft:turtle_spawn_egg",
+ "minecraft:vex_spawn_egg",
+ "minecraft:villager_spawn_egg",
+ "minecraft:vindicator_spawn_egg",
+ "minecraft:vine",
+ "minecraft:wandering_trader_spawn_egg",
+ "minecraft:water_bucket",
+ "minecraft:wet_sponge",
+ "minecraft:wheat",
+ "minecraft:wheat_seeds",
+ "minecraft:white_banner",
+ "minecraft:white_bed",
+ "minecraft:white_carpet",
+ "minecraft:white_concrete",
+ "minecraft:white_concrete_powder",
+ "minecraft:white_dye",
+ "minecraft:white_glazed_terracotta",
+ "minecraft:white_shulker_box",
+ "minecraft:white_stained_glass",
+ "minecraft:white_stained_glass_pane",
+ "minecraft:white_terracotta",
+ "minecraft:white_tulip",
+ "minecraft:white_wool",
+ "minecraft:witch_spawn_egg",
+ "minecraft:wither_rose",
+ "minecraft:wither_skeleton_skull",
+ "minecraft:wither_skeleton_spawn_egg",
+ "minecraft:wolf_spawn_egg",
+ "minecraft:wooden_axe",
+ "minecraft:wooden_hoe",
+ "minecraft:wooden_pickaxe",
+ "minecraft:wooden_shovel",
+ "minecraft:wooden_sword",
+ "minecraft:writable_book",
+ "minecraft:written_book",
+ "minecraft:yellow_banner",
+ "minecraft:yellow_bed",
+ "minecraft:yellow_carpet",
+ "minecraft:yellow_concrete",
+ "minecraft:yellow_concrete_powder",
+ "minecraft:yellow_dye",
+ "minecraft:yellow_glazed_terracotta",
+ "minecraft:yellow_shulker_box",
+ "minecraft:yellow_stained_glass",
+ "minecraft:yellow_stained_glass_pane",
+ "minecraft:yellow_terracotta",
+ "minecraft:yellow_wool",
+ "minecraft:zombie_head",
+ "minecraft:zombie_horse_spawn_egg",
+ "minecraft:zombie_pigman_spawn_egg",
+ "minecraft:zombie_spawn_egg",
+ "minecraft:zombie_villager_spawn_egg"
+ ],
+ "entities": [
+ "minecraft:area_effect_cloud",
+ "minecraft:armor_stand",
+ "minecraft:arrow",
+ "minecraft:bat",
+ "minecraft:bee",
+ "minecraft:blaze",
+ "minecraft:boat",
+ "minecraft:cat",
+ "minecraft:cave_spider",
+ "minecraft:chest_minecart",
+ "minecraft:chicken",
+ "minecraft:cod",
+ "minecraft:command_block_minecart",
+ "minecraft:cow",
+ "minecraft:creeper",
+ "minecraft:dolphin",
+ "minecraft:donkey",
+ "minecraft:dragon_fireball",
+ "minecraft:drowned",
+ "minecraft:egg",
+ "minecraft:elder_guardian",
+ "minecraft:end_crystal",
+ "minecraft:ender_dragon",
+ "minecraft:ender_pearl",
+ "minecraft:enderman",
+ "minecraft:endermite",
+ "minecraft:evoker",
+ "minecraft:evoker_fangs",
+ "minecraft:experience_bottle",
+ "minecraft:experience_orb",
+ "minecraft:eye_of_ender",
+ "minecraft:falling_block",
+ "minecraft:fireball",
+ "minecraft:firework_rocket",
+ "minecraft:fishing_bobber",
+ "minecraft:fox",
+ "minecraft:furnace_minecart",
+ "minecraft:ghast",
+ "minecraft:giant",
+ "minecraft:guardian",
+ "minecraft:hopper_minecart",
+ "minecraft:horse",
+ "minecraft:husk",
+ "minecraft:illusioner",
+ "minecraft:iron_golem",
+ "minecraft:item",
+ "minecraft:item_frame",
+ "minecraft:leash_knot",
+ "minecraft:lightning_bolt",
+ "minecraft:llama",
+ "minecraft:llama_spit",
+ "minecraft:magma_cube",
+ "minecraft:minecart",
+ "minecraft:mooshroom",
+ "minecraft:mule",
+ "minecraft:ocelot",
+ "minecraft:painting",
+ "minecraft:panda",
+ "minecraft:parrot",
+ "minecraft:phantom",
+ "minecraft:pig",
+ "minecraft:pillager",
+ "minecraft:player",
+ "minecraft:polar_bear",
+ "minecraft:potion",
+ "minecraft:pufferfish",
+ "minecraft:rabbit",
+ "minecraft:ravager",
+ "minecraft:salmon",
+ "minecraft:sheep",
+ "minecraft:shulker",
+ "minecraft:shulker_bullet",
+ "minecraft:silverfish",
+ "minecraft:skeleton",
+ "minecraft:skeleton_horse",
+ "minecraft:slime",
+ "minecraft:small_fireball",
+ "minecraft:snow_golem",
+ "minecraft:snowball",
+ "minecraft:spawner_minecart",
+ "minecraft:spectral_arrow",
+ "minecraft:spider",
+ "minecraft:squid",
+ "minecraft:stray",
+ "minecraft:tnt",
+ "minecraft:tnt_minecart",
+ "minecraft:trader_llama",
+ "minecraft:trident",
+ "minecraft:tropical_fish",
+ "minecraft:turtle",
+ "minecraft:vex",
+ "minecraft:villager",
+ "minecraft:vindicator",
+ "minecraft:wandering_trader",
+ "minecraft:witch",
+ "minecraft:wither",
+ "minecraft:wither_skeleton",
+ "minecraft:wither_skull",
+ "minecraft:wolf",
+ "minecraft:zombie",
+ "minecraft:zombie_horse",
+ "minecraft:zombie_pigman",
+ "minecraft:zombie_villager"
+ ],
+ "biomes": [
+ "minecraft:badlands",
+ "minecraft:badlands_plateau",
+ "minecraft:bamboo_jungle",
+ "minecraft:bamboo_jungle_hills",
+ "minecraft:beach",
+ "minecraft:birch_forest",
+ "minecraft:birch_forest_hills",
+ "minecraft:cold_ocean",
+ "minecraft:dark_forest",
+ "minecraft:dark_forest_hills",
+ "minecraft:deep_cold_ocean",
+ "minecraft:deep_frozen_ocean",
+ "minecraft:deep_lukewarm_ocean",
+ "minecraft:deep_ocean",
+ "minecraft:deep_warm_ocean",
+ "minecraft:desert",
+ "minecraft:desert_hills",
+ "minecraft:desert_lakes",
+ "minecraft:end_barrens",
+ "minecraft:end_highlands",
+ "minecraft:end_midlands",
+ "minecraft:eroded_badlands",
+ "minecraft:flower_forest",
+ "minecraft:forest",
+ "minecraft:frozen_ocean",
+ "minecraft:frozen_river",
+ "minecraft:giant_spruce_taiga",
+ "minecraft:giant_spruce_taiga_hills",
+ "minecraft:giant_tree_taiga",
+ "minecraft:giant_tree_taiga_hills",
+ "minecraft:gravelly_mountains",
+ "minecraft:ice_spikes",
+ "minecraft:jungle",
+ "minecraft:jungle_edge",
+ "minecraft:jungle_hills",
+ "minecraft:lukewarm_ocean",
+ "minecraft:modified_badlands_plateau",
+ "minecraft:modified_gravelly_mountains",
+ "minecraft:modified_jungle",
+ "minecraft:modified_jungle_edge",
+ "minecraft:modified_wooded_badlands_plateau",
+ "minecraft:mountain_edge",
+ "minecraft:mountains",
+ "minecraft:mushroom_field_shore",
+ "minecraft:mushroom_fields",
+ "minecraft:nether",
+ "minecraft:ocean",
+ "minecraft:plains",
+ "minecraft:river",
+ "minecraft:savanna",
+ "minecraft:savanna_plateau",
+ "minecraft:shattered_savanna",
+ "minecraft:shattered_savanna_plateau",
+ "minecraft:small_end_islands",
+ "minecraft:snowy_beach",
+ "minecraft:snowy_mountains",
+ "minecraft:snowy_taiga",
+ "minecraft:snowy_taiga_hills",
+ "minecraft:snowy_taiga_mountains",
+ "minecraft:snowy_tundra",
+ "minecraft:stone_shore",
+ "minecraft:sunflower_plains",
+ "minecraft:swamp",
+ "minecraft:swamp_hills",
+ "minecraft:taiga",
+ "minecraft:taiga_hills",
+ "minecraft:taiga_mountains",
+ "minecraft:tall_birch_forest",
+ "minecraft:tall_birch_hills",
+ "minecraft:the_end",
+ "minecraft:the_void",
+ "minecraft:warm_ocean",
+ "minecraft:wooded_badlands_plateau",
+ "minecraft:wooded_hills",
+ "minecraft:wooded_mountains"
+ ],
+ "blocktags": {
+ "minecraft:slabs": [
+ "minecraft:stone_slab",
+ "minecraft:smooth_stone_slab",
+ "minecraft:stone_brick_slab",
+ "minecraft:sandstone_slab",
+ "minecraft:acacia_slab",
+ "minecraft:birch_slab",
+ "minecraft:dark_oak_slab",
+ "minecraft:jungle_slab",
+ "minecraft:oak_slab",
+ "minecraft:spruce_slab",
+ "minecraft:purpur_slab",
+ "minecraft:quartz_slab",
+ "minecraft:red_sandstone_slab",
+ "minecraft:brick_slab",
+ "minecraft:cobblestone_slab",
+ "minecraft:nether_brick_slab",
+ "minecraft:petrified_oak_slab",
+ "minecraft:prismarine_slab",
+ "minecraft:prismarine_brick_slab",
+ "minecraft:dark_prismarine_slab",
+ "minecraft:polished_granite_slab",
+ "minecraft:smooth_red_sandstone_slab",
+ "minecraft:mossy_stone_brick_slab",
+ "minecraft:polished_diorite_slab",
+ "minecraft:mossy_cobblestone_slab",
+ "minecraft:end_stone_brick_slab",
+ "minecraft:smooth_sandstone_slab",
+ "minecraft:smooth_quartz_slab",
+ "minecraft:granite_slab",
+ "minecraft:andesite_slab",
+ "minecraft:red_nether_brick_slab",
+ "minecraft:polished_andesite_slab",
+ "minecraft:diorite_slab",
+ "minecraft:cut_sandstone_slab",
+ "minecraft:cut_red_sandstone_slab"
+ ],
+ "minecraft:carpets": [
+ "minecraft:white_carpet",
+ "minecraft:orange_carpet",
+ "minecraft:magenta_carpet",
+ "minecraft:light_blue_carpet",
+ "minecraft:yellow_carpet",
+ "minecraft:lime_carpet",
+ "minecraft:pink_carpet",
+ "minecraft:gray_carpet",
+ "minecraft:light_gray_carpet",
+ "minecraft:cyan_carpet",
+ "minecraft:purple_carpet",
+ "minecraft:blue_carpet",
+ "minecraft:brown_carpet",
+ "minecraft:green_carpet",
+ "minecraft:red_carpet",
+ "minecraft:black_carpet"
+ ],
+ "minecraft:stairs": [
+ "minecraft:oak_stairs",
+ "minecraft:cobblestone_stairs",
+ "minecraft:spruce_stairs",
+ "minecraft:sandstone_stairs",
+ "minecraft:acacia_stairs",
+ "minecraft:jungle_stairs",
+ "minecraft:birch_stairs",
+ "minecraft:dark_oak_stairs",
+ "minecraft:nether_brick_stairs",
+ "minecraft:stone_brick_stairs",
+ "minecraft:brick_stairs",
+ "minecraft:purpur_stairs",
+ "minecraft:quartz_stairs",
+ "minecraft:red_sandstone_stairs",
+ "minecraft:prismarine_brick_stairs",
+ "minecraft:prismarine_stairs",
+ "minecraft:dark_prismarine_stairs",
+ "minecraft:polished_granite_stairs",
+ "minecraft:smooth_red_sandstone_stairs",
+ "minecraft:mossy_stone_brick_stairs",
+ "minecraft:polished_diorite_stairs",
+ "minecraft:mossy_cobblestone_stairs",
+ "minecraft:end_stone_brick_stairs",
+ "minecraft:stone_stairs",
+ "minecraft:smooth_sandstone_stairs",
+ "minecraft:smooth_quartz_stairs",
+ "minecraft:granite_stairs",
+ "minecraft:andesite_stairs",
+ "minecraft:red_nether_brick_stairs",
+ "minecraft:polished_andesite_stairs",
+ "minecraft:diorite_stairs"
+ ],
+ "minecraft:wooden_doors": [
+ "minecraft:oak_door",
+ "minecraft:spruce_door",
+ "minecraft:birch_door",
+ "minecraft:jungle_door",
+ "minecraft:acacia_door",
+ "minecraft:dark_oak_door"
+ ],
+ "minecraft:jungle_logs": [
+ "minecraft:jungle_log",
+ "minecraft:jungle_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood"
+ ],
+ "minecraft:planks": [
+ "minecraft:oak_planks",
+ "minecraft:spruce_planks",
+ "minecraft:birch_planks",
+ "minecraft:jungle_planks",
+ "minecraft:acacia_planks",
+ "minecraft:dark_oak_planks"
+ ],
+ "minecraft:wall_corals": [
+ "minecraft:tube_coral_wall_fan",
+ "minecraft:brain_coral_wall_fan",
+ "minecraft:bubble_coral_wall_fan",
+ "minecraft:fire_coral_wall_fan",
+ "minecraft:horn_coral_wall_fan"
+ ],
+ "minecraft:shulker_boxes": [
+ "minecraft:shulker_box",
+ "minecraft:black_shulker_box",
+ "minecraft:blue_shulker_box",
+ "minecraft:brown_shulker_box",
+ "minecraft:cyan_shulker_box",
+ "minecraft:gray_shulker_box",
+ "minecraft:green_shulker_box",
+ "minecraft:light_blue_shulker_box",
+ "minecraft:light_gray_shulker_box",
+ "minecraft:lime_shulker_box",
+ "minecraft:magenta_shulker_box",
+ "minecraft:orange_shulker_box",
+ "minecraft:pink_shulker_box",
+ "minecraft:purple_shulker_box",
+ "minecraft:red_shulker_box",
+ "minecraft:white_shulker_box",
+ "minecraft:yellow_shulker_box"
+ ],
+ "minecraft:acacia_logs": [
+ "minecraft:acacia_log",
+ "minecraft:acacia_wood",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood"
+ ],
+ "minecraft:wither_immune": [
+ "minecraft:barrier",
+ "minecraft:bedrock",
+ "minecraft:end_portal",
+ "minecraft:end_portal_frame",
+ "minecraft:end_gateway",
+ "minecraft:command_block",
+ "minecraft:repeating_command_block",
+ "minecraft:chain_command_block",
+ "minecraft:structure_block",
+ "minecraft:jigsaw",
+ "minecraft:moving_piston"
+ ],
+ "minecraft:flower_pots": [
+ "minecraft:flower_pot",
+ "minecraft:potted_poppy",
+ "minecraft:potted_blue_orchid",
+ "minecraft:potted_allium",
+ "minecraft:potted_azure_bluet",
+ "minecraft:potted_red_tulip",
+ "minecraft:potted_orange_tulip",
+ "minecraft:potted_white_tulip",
+ "minecraft:potted_pink_tulip",
+ "minecraft:potted_oxeye_daisy",
+ "minecraft:potted_dandelion",
+ "minecraft:potted_oak_sapling",
+ "minecraft:potted_spruce_sapling",
+ "minecraft:potted_birch_sapling",
+ "minecraft:potted_jungle_sapling",
+ "minecraft:potted_acacia_sapling",
+ "minecraft:potted_dark_oak_sapling",
+ "minecraft:potted_red_mushroom",
+ "minecraft:potted_brown_mushroom",
+ "minecraft:potted_dead_bush",
+ "minecraft:potted_fern",
+ "minecraft:potted_cactus",
+ "minecraft:potted_cornflower",
+ "minecraft:potted_lily_of_the_valley",
+ "minecraft:potted_wither_rose",
+ "minecraft:potted_bamboo"
+ ],
+ "minecraft:stone_bricks": [
+ "minecraft:stone_bricks",
+ "minecraft:mossy_stone_bricks",
+ "minecraft:cracked_stone_bricks",
+ "minecraft:chiseled_stone_bricks"
+ ],
+ "minecraft:enderman_holdable": [
+ "minecraft:grass_block",
+ "minecraft:dirt",
+ "minecraft:coarse_dirt",
+ "minecraft:podzol",
+ "minecraft:sand",
+ "minecraft:red_sand",
+ "minecraft:gravel",
+ "minecraft:brown_mushroom",
+ "minecraft:red_mushroom",
+ "minecraft:tnt",
+ "minecraft:cactus",
+ "minecraft:clay",
+ "minecraft:pumpkin",
+ "minecraft:carved_pumpkin",
+ "minecraft:melon",
+ "minecraft:mycelium",
+ "minecraft:netherrack",
+ "minecraft:dandelion",
+ "minecraft:poppy",
+ "minecraft:blue_orchid",
+ "minecraft:allium",
+ "minecraft:azure_bluet",
+ "minecraft:red_tulip",
+ "minecraft:orange_tulip",
+ "minecraft:white_tulip",
+ "minecraft:pink_tulip",
+ "minecraft:oxeye_daisy",
+ "minecraft:cornflower",
+ "minecraft:lily_of_the_valley",
+ "minecraft:wither_rose"
+ ],
+ "minecraft:spruce_logs": [
+ "minecraft:spruce_log",
+ "minecraft:spruce_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood"
+ ],
+ "minecraft:flowers": [
+ "minecraft:dandelion",
+ "minecraft:poppy",
+ "minecraft:blue_orchid",
+ "minecraft:allium",
+ "minecraft:azure_bluet",
+ "minecraft:red_tulip",
+ "minecraft:orange_tulip",
+ "minecraft:white_tulip",
+ "minecraft:pink_tulip",
+ "minecraft:oxeye_daisy",
+ "minecraft:cornflower",
+ "minecraft:lily_of_the_valley",
+ "minecraft:wither_rose",
+ "minecraft:sunflower",
+ "minecraft:lilac",
+ "minecraft:peony",
+ "minecraft:rose_bush"
+ ],
+ "minecraft:wooden_slabs": [
+ "minecraft:oak_slab",
+ "minecraft:spruce_slab",
+ "minecraft:birch_slab",
+ "minecraft:jungle_slab",
+ "minecraft:acacia_slab",
+ "minecraft:dark_oak_slab"
+ ],
+ "minecraft:coral_blocks": [
+ "minecraft:tube_coral_block",
+ "minecraft:brain_coral_block",
+ "minecraft:bubble_coral_block",
+ "minecraft:fire_coral_block",
+ "minecraft:horn_coral_block"
+ ],
+ "minecraft:signs": [
+ "minecraft:oak_sign",
+ "minecraft:spruce_sign",
+ "minecraft:birch_sign",
+ "minecraft:acacia_sign",
+ "minecraft:jungle_sign",
+ "minecraft:dark_oak_sign",
+ "minecraft:oak_wall_sign",
+ "minecraft:spruce_wall_sign",
+ "minecraft:birch_wall_sign",
+ "minecraft:acacia_wall_sign",
+ "minecraft:jungle_wall_sign",
+ "minecraft:dark_oak_wall_sign"
+ ],
+ "minecraft:dark_oak_logs": [
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_wood",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood"
+ ],
+ "minecraft:sand": [
+ "minecraft:sand",
+ "minecraft:red_sand"
+ ],
+ "minecraft:valid_spawn": [
+ "minecraft:grass_block",
+ "minecraft:podzol"
+ ],
+ "minecraft:underwater_bonemeals": [
+ "minecraft:seagrass",
+ "minecraft:tube_coral_fan",
+ "minecraft:brain_coral_fan",
+ "minecraft:bubble_coral_fan",
+ "minecraft:fire_coral_fan",
+ "minecraft:horn_coral_fan",
+ "minecraft:tube_coral",
+ "minecraft:brain_coral",
+ "minecraft:bubble_coral",
+ "minecraft:fire_coral",
+ "minecraft:horn_coral",
+ "minecraft:tube_coral_wall_fan",
+ "minecraft:brain_coral_wall_fan",
+ "minecraft:bubble_coral_wall_fan",
+ "minecraft:fire_coral_wall_fan",
+ "minecraft:horn_coral_wall_fan"
+ ],
+ "minecraft:oak_logs": [
+ "minecraft:oak_log",
+ "minecraft:oak_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood"
+ ],
+ "minecraft:buttons": [
+ "minecraft:stone_button",
+ "minecraft:oak_button",
+ "minecraft:spruce_button",
+ "minecraft:birch_button",
+ "minecraft:jungle_button",
+ "minecraft:acacia_button",
+ "minecraft:dark_oak_button"
+ ],
+ "minecraft:wooden_pressure_plates": [
+ "minecraft:oak_pressure_plate",
+ "minecraft:spruce_pressure_plate",
+ "minecraft:birch_pressure_plate",
+ "minecraft:jungle_pressure_plate",
+ "minecraft:acacia_pressure_plate",
+ "minecraft:dark_oak_pressure_plate"
+ ],
+ "minecraft:beds": [
+ "minecraft:red_bed",
+ "minecraft:black_bed",
+ "minecraft:blue_bed",
+ "minecraft:brown_bed",
+ "minecraft:cyan_bed",
+ "minecraft:gray_bed",
+ "minecraft:green_bed",
+ "minecraft:light_blue_bed",
+ "minecraft:light_gray_bed",
+ "minecraft:lime_bed",
+ "minecraft:magenta_bed",
+ "minecraft:orange_bed",
+ "minecraft:pink_bed",
+ "minecraft:purple_bed",
+ "minecraft:white_bed",
+ "minecraft:yellow_bed"
+ ],
+ "minecraft:walls": [
+ "minecraft:cobblestone_wall",
+ "minecraft:mossy_cobblestone_wall",
+ "minecraft:brick_wall",
+ "minecraft:prismarine_wall",
+ "minecraft:red_sandstone_wall",
+ "minecraft:mossy_stone_brick_wall",
+ "minecraft:granite_wall",
+ "minecraft:stone_brick_wall",
+ "minecraft:nether_brick_wall",
+ "minecraft:andesite_wall",
+ "minecraft:red_nether_brick_wall",
+ "minecraft:sandstone_wall",
+ "minecraft:end_stone_brick_wall",
+ "minecraft:diorite_wall"
+ ],
+ "minecraft:rails": [
+ "minecraft:rail",
+ "minecraft:powered_rail",
+ "minecraft:detector_rail",
+ "minecraft:activator_rail"
+ ],
+ "minecraft:beehives": [
+ "minecraft:bee_nest",
+ "minecraft:beehive"
+ ],
+ "minecraft:birch_logs": [
+ "minecraft:birch_log",
+ "minecraft:birch_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood"
+ ],
+ "minecraft:wooden_trapdoors": [
+ "minecraft:acacia_trapdoor",
+ "minecraft:birch_trapdoor",
+ "minecraft:dark_oak_trapdoor",
+ "minecraft:jungle_trapdoor",
+ "minecraft:oak_trapdoor",
+ "minecraft:spruce_trapdoor"
+ ],
+ "minecraft:wooden_fences": [
+ "minecraft:oak_fence",
+ "minecraft:acacia_fence",
+ "minecraft:dark_oak_fence",
+ "minecraft:spruce_fence",
+ "minecraft:birch_fence",
+ "minecraft:jungle_fence"
+ ],
+ "minecraft:saplings": [
+ "minecraft:oak_sapling",
+ "minecraft:spruce_sapling",
+ "minecraft:birch_sapling",
+ "minecraft:jungle_sapling",
+ "minecraft:acacia_sapling",
+ "minecraft:dark_oak_sapling"
+ ],
+ "minecraft:small_flowers": [
+ "minecraft:dandelion",
+ "minecraft:poppy",
+ "minecraft:blue_orchid",
+ "minecraft:allium",
+ "minecraft:azure_bluet",
+ "minecraft:red_tulip",
+ "minecraft:orange_tulip",
+ "minecraft:white_tulip",
+ "minecraft:pink_tulip",
+ "minecraft:oxeye_daisy",
+ "minecraft:cornflower",
+ "minecraft:lily_of_the_valley",
+ "minecraft:wither_rose"
+ ],
+ "minecraft:crops": [
+ "minecraft:beetroots",
+ "minecraft:carrots",
+ "minecraft:potatoes",
+ "minecraft:wheat",
+ "minecraft:melon_stem",
+ "minecraft:pumpkin_stem"
+ ],
+ "minecraft:bamboo_plantable_on": [
+ "minecraft:bamboo",
+ "minecraft:bamboo_sapling",
+ "minecraft:gravel",
+ "minecraft:dirt",
+ "minecraft:grass_block",
+ "minecraft:podzol",
+ "minecraft:coarse_dirt",
+ "minecraft:mycelium",
+ "minecraft:sand",
+ "minecraft:red_sand"
+ ],
+ "minecraft:ice": [
+ "minecraft:ice",
+ "minecraft:packed_ice",
+ "minecraft:blue_ice",
+ "minecraft:frosted_ice"
+ ],
+ "minecraft:wooden_stairs": [
+ "minecraft:oak_stairs",
+ "minecraft:spruce_stairs",
+ "minecraft:birch_stairs",
+ "minecraft:jungle_stairs",
+ "minecraft:acacia_stairs",
+ "minecraft:dark_oak_stairs"
+ ],
+ "minecraft:anvil": [
+ "minecraft:anvil",
+ "minecraft:chipped_anvil",
+ "minecraft:damaged_anvil"
+ ],
+ "minecraft:tall_flowers": [
+ "minecraft:sunflower",
+ "minecraft:lilac",
+ "minecraft:peony",
+ "minecraft:rose_bush"
+ ],
+ "minecraft:logs": [
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_wood",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood",
+ "minecraft:oak_log",
+ "minecraft:oak_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood",
+ "minecraft:acacia_log",
+ "minecraft:acacia_wood",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood",
+ "minecraft:birch_log",
+ "minecraft:birch_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood",
+ "minecraft:jungle_log",
+ "minecraft:jungle_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood",
+ "minecraft:spruce_log",
+ "minecraft:spruce_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood"
+ ],
+ "minecraft:corals": [
+ "minecraft:tube_coral_fan",
+ "minecraft:brain_coral_fan",
+ "minecraft:bubble_coral_fan",
+ "minecraft:fire_coral_fan",
+ "minecraft:horn_coral_fan",
+ "minecraft:tube_coral",
+ "minecraft:brain_coral",
+ "minecraft:bubble_coral",
+ "minecraft:fire_coral",
+ "minecraft:horn_coral"
+ ],
+ "minecraft:bee_growables": [
+ "minecraft:sweet_berry_bush",
+ "minecraft:beetroots",
+ "minecraft:carrots",
+ "minecraft:potatoes",
+ "minecraft:wheat",
+ "minecraft:melon_stem",
+ "minecraft:pumpkin_stem"
+ ],
+ "minecraft:wooden_buttons": [
+ "minecraft:oak_button",
+ "minecraft:spruce_button",
+ "minecraft:birch_button",
+ "minecraft:jungle_button",
+ "minecraft:acacia_button",
+ "minecraft:dark_oak_button"
+ ],
+ "minecraft:wool": [
+ "minecraft:white_wool",
+ "minecraft:orange_wool",
+ "minecraft:magenta_wool",
+ "minecraft:light_blue_wool",
+ "minecraft:yellow_wool",
+ "minecraft:lime_wool",
+ "minecraft:pink_wool",
+ "minecraft:gray_wool",
+ "minecraft:light_gray_wool",
+ "minecraft:cyan_wool",
+ "minecraft:purple_wool",
+ "minecraft:blue_wool",
+ "minecraft:brown_wool",
+ "minecraft:green_wool",
+ "minecraft:red_wool",
+ "minecraft:black_wool"
+ ],
+ "minecraft:coral_plants": [
+ "minecraft:tube_coral",
+ "minecraft:brain_coral",
+ "minecraft:bubble_coral",
+ "minecraft:fire_coral",
+ "minecraft:horn_coral"
+ ],
+ "minecraft:banners": [
+ "minecraft:white_banner",
+ "minecraft:orange_banner",
+ "minecraft:magenta_banner",
+ "minecraft:light_blue_banner",
+ "minecraft:yellow_banner",
+ "minecraft:lime_banner",
+ "minecraft:pink_banner",
+ "minecraft:gray_banner",
+ "minecraft:light_gray_banner",
+ "minecraft:cyan_banner",
+ "minecraft:purple_banner",
+ "minecraft:blue_banner",
+ "minecraft:brown_banner",
+ "minecraft:green_banner",
+ "minecraft:red_banner",
+ "minecraft:black_banner",
+ "minecraft:white_wall_banner",
+ "minecraft:orange_wall_banner",
+ "minecraft:magenta_wall_banner",
+ "minecraft:light_blue_wall_banner",
+ "minecraft:yellow_wall_banner",
+ "minecraft:lime_wall_banner",
+ "minecraft:pink_wall_banner",
+ "minecraft:gray_wall_banner",
+ "minecraft:light_gray_wall_banner",
+ "minecraft:cyan_wall_banner",
+ "minecraft:purple_wall_banner",
+ "minecraft:blue_wall_banner",
+ "minecraft:brown_wall_banner",
+ "minecraft:green_wall_banner",
+ "minecraft:red_wall_banner",
+ "minecraft:black_wall_banner"
+ ],
+ "minecraft:dragon_immune": [
+ "minecraft:barrier",
+ "minecraft:bedrock",
+ "minecraft:end_portal",
+ "minecraft:end_portal_frame",
+ "minecraft:end_gateway",
+ "minecraft:command_block",
+ "minecraft:repeating_command_block",
+ "minecraft:chain_command_block",
+ "minecraft:structure_block",
+ "minecraft:jigsaw",
+ "minecraft:moving_piston",
+ "minecraft:obsidian",
+ "minecraft:end_stone",
+ "minecraft:iron_bars"
+ ],
+ "minecraft:doors": [
+ "minecraft:iron_door",
+ "minecraft:oak_door",
+ "minecraft:spruce_door",
+ "minecraft:birch_door",
+ "minecraft:jungle_door",
+ "minecraft:acacia_door",
+ "minecraft:dark_oak_door"
+ ],
+ "minecraft:portals": [
+ "minecraft:nether_portal",
+ "minecraft:end_portal",
+ "minecraft:end_gateway"
+ ],
+ "minecraft:fences": [
+ "minecraft:nether_brick_fence",
+ "minecraft:oak_fence",
+ "minecraft:acacia_fence",
+ "minecraft:dark_oak_fence",
+ "minecraft:spruce_fence",
+ "minecraft:birch_fence",
+ "minecraft:jungle_fence"
+ ],
+ "minecraft:wall_signs": [
+ "minecraft:oak_wall_sign",
+ "minecraft:spruce_wall_sign",
+ "minecraft:birch_wall_sign",
+ "minecraft:acacia_wall_sign",
+ "minecraft:jungle_wall_sign",
+ "minecraft:dark_oak_wall_sign"
+ ],
+ "minecraft:standing_signs": [
+ "minecraft:oak_sign",
+ "minecraft:spruce_sign",
+ "minecraft:birch_sign",
+ "minecraft:acacia_sign",
+ "minecraft:jungle_sign",
+ "minecraft:dark_oak_sign"
+ ],
+ "minecraft:impermeable": [
+ "minecraft:glass",
+ "minecraft:white_stained_glass",
+ "minecraft:orange_stained_glass",
+ "minecraft:magenta_stained_glass",
+ "minecraft:light_blue_stained_glass",
+ "minecraft:yellow_stained_glass",
+ "minecraft:lime_stained_glass",
+ "minecraft:pink_stained_glass",
+ "minecraft:gray_stained_glass",
+ "minecraft:light_gray_stained_glass",
+ "minecraft:cyan_stained_glass",
+ "minecraft:purple_stained_glass",
+ "minecraft:blue_stained_glass",
+ "minecraft:brown_stained_glass",
+ "minecraft:green_stained_glass",
+ "minecraft:red_stained_glass",
+ "minecraft:black_stained_glass"
+ ],
+ "minecraft:trapdoors": [
+ "minecraft:iron_trapdoor",
+ "minecraft:acacia_trapdoor",
+ "minecraft:birch_trapdoor",
+ "minecraft:dark_oak_trapdoor",
+ "minecraft:jungle_trapdoor",
+ "minecraft:oak_trapdoor",
+ "minecraft:spruce_trapdoor"
+ ],
+ "minecraft:leaves": [
+ "minecraft:jungle_leaves",
+ "minecraft:oak_leaves",
+ "minecraft:spruce_leaves",
+ "minecraft:dark_oak_leaves",
+ "minecraft:acacia_leaves",
+ "minecraft:birch_leaves"
+ ]
+ },
+ "itemtags": {
+ "minecraft:boats": [
+ "minecraft:oak_boat",
+ "minecraft:spruce_boat",
+ "minecraft:birch_boat",
+ "minecraft:jungle_boat",
+ "minecraft:acacia_boat",
+ "minecraft:dark_oak_boat"
+ ],
+ "minecraft:banners": [
+ "minecraft:white_banner",
+ "minecraft:orange_banner",
+ "minecraft:magenta_banner",
+ "minecraft:light_blue_banner",
+ "minecraft:yellow_banner",
+ "minecraft:lime_banner",
+ "minecraft:pink_banner",
+ "minecraft:gray_banner",
+ "minecraft:light_gray_banner",
+ "minecraft:cyan_banner",
+ "minecraft:purple_banner",
+ "minecraft:blue_banner",
+ "minecraft:brown_banner",
+ "minecraft:green_banner",
+ "minecraft:red_banner",
+ "minecraft:black_banner"
+ ],
+ "minecraft:arrows": [
+ "minecraft:arrow",
+ "minecraft:tipped_arrow",
+ "minecraft:spectral_arrow"
+ ],
+ "minecraft:coals": [
+ "minecraft:coal",
+ "minecraft:charcoal"
+ ],
+ "minecraft:music_discs": [
+ "minecraft:music_disc_13",
+ "minecraft:music_disc_cat",
+ "minecraft:music_disc_blocks",
+ "minecraft:music_disc_chirp",
+ "minecraft:music_disc_far",
+ "minecraft:music_disc_mall",
+ "minecraft:music_disc_mellohi",
+ "minecraft:music_disc_stal",
+ "minecraft:music_disc_strad",
+ "minecraft:music_disc_ward",
+ "minecraft:music_disc_11",
+ "minecraft:music_disc_wait"
+ ],
+ "minecraft:fishes": [
+ "minecraft:cod",
+ "minecraft:cooked_cod",
+ "minecraft:salmon",
+ "minecraft:cooked_salmon",
+ "minecraft:pufferfish",
+ "minecraft:tropical_fish"
+ ],
+ "minecraft:lectern_books": [
+ "minecraft:written_book",
+ "minecraft:writable_book"
+ ]
+ },
+ "entitytags": {
+ "minecraft:raiders": [
+ "minecraft:evoker",
+ "minecraft:pillager",
+ "minecraft:ravager",
+ "minecraft:vindicator",
+ "minecraft:illusioner",
+ "minecraft:witch"
+ ],
+ "minecraft:skeletons": [
+ "minecraft:skeleton",
+ "minecraft:stray",
+ "minecraft:wither_skeleton"
+ ],
+ "minecraft:arrows": [
+ "minecraft:arrow",
+ "minecraft:spectral_arrow"
+ ],
+ "minecraft:beehive_inhabitors": [
+ "minecraft:bee"
+ ]
+ }
+}
diff --git a/worldedit-cli/src/main/resources/com/sk89q/worldedit/cli/data/2230.json b/worldedit-cli/src/main/resources/com/sk89q/worldedit/cli/data/2230.json
index cc5e1e775..f59d404c1 100644
--- a/worldedit-cli/src/main/resources/com/sk89q/worldedit/cli/data/2230.json
+++ b/worldedit-cli/src/main/resources/com/sk89q/worldedit/cli/data/2230.json
@@ -1 +1,13035 @@
-{"blocks":{"minecraft:acacia_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_button[face=wall,facing=north,powered=false]"},"minecraft:acacia_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:acacia_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:acacia_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:acacia_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_leaves[distance=7,persistent=false]"},"minecraft:acacia_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:acacia_log[axis=y]"},"minecraft:acacia_planks":{"properties":{},"defaultstate":"minecraft:acacia_planks"},"minecraft:acacia_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_pressure_plate[powered=false]"},"minecraft:acacia_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:acacia_sapling[stage=0]"},"minecraft:acacia_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_sign[rotation=0,waterlogged=false]"},"minecraft:acacia_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_slab[type=bottom,waterlogged=false]"},"minecraft:acacia_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:acacia_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:acacia_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_wall_sign[facing=north,waterlogged=false]"},"minecraft:acacia_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:acacia_wood[axis=y]"},"minecraft:activator_rail":{"properties":{"powered":{"values":["true","false"],"type":"bool"},"shape":{"values":["north_south","east_west","ascending_east","ascending_west","ascending_north","ascending_south"],"type":"enum"}},"defaultstate":"minecraft:activator_rail[powered=false,shape=north_south]"},"minecraft:air":{"properties":{},"defaultstate":"minecraft:air"},"minecraft:allium":{"properties":{},"defaultstate":"minecraft:allium"},"minecraft:andesite":{"properties":{},"defaultstate":"minecraft:andesite"},"minecraft:andesite_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:andesite_slab[type=bottom,waterlogged=false]"},"minecraft:andesite_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:andesite_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:andesite_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:anvil":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:anvil[facing=north]"},"minecraft:attached_melon_stem":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:attached_melon_stem[facing=north]"},"minecraft:attached_pumpkin_stem":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:attached_pumpkin_stem[facing=north]"},"minecraft:azure_bluet":{"properties":{},"defaultstate":"minecraft:azure_bluet"},"minecraft:bamboo":{"properties":{"age":{"values":["0","1"],"type":"int"},"leaves":{"values":["none","small","large"],"type":"enum"},"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:bamboo[age=0,leaves=none,stage=0]"},"minecraft:bamboo_sapling":{"properties":{},"defaultstate":"minecraft:bamboo_sapling"},"minecraft:barrel":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"open":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:barrel[facing=north,open=false]"},"minecraft:barrier":{"properties":{},"defaultstate":"minecraft:barrier"},"minecraft:beacon":{"properties":{},"defaultstate":"minecraft:beacon"},"minecraft:bedrock":{"properties":{},"defaultstate":"minecraft:bedrock"},"minecraft:bee_nest":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"honey_level":{"values":["0","1","2","3","4","5"],"type":"int"}},"defaultstate":"minecraft:bee_nest[facing=north,honey_level=0]"},"minecraft:beehive":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"honey_level":{"values":["0","1","2","3","4","5"],"type":"int"}},"defaultstate":"minecraft:beehive[facing=north,honey_level=0]"},"minecraft:beetroots":{"properties":{"age":{"values":["0","1","2","3"],"type":"int"}},"defaultstate":"minecraft:beetroots[age=0]"},"minecraft:bell":{"properties":{"attachment":{"values":["floor","ceiling","single_wall","double_wall"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:bell[attachment=floor,facing=north,powered=false]"},"minecraft:birch_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_button[face=wall,facing=north,powered=false]"},"minecraft:birch_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:birch_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:birch_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:birch_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_leaves[distance=7,persistent=false]"},"minecraft:birch_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:birch_log[axis=y]"},"minecraft:birch_planks":{"properties":{},"defaultstate":"minecraft:birch_planks"},"minecraft:birch_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_pressure_plate[powered=false]"},"minecraft:birch_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:birch_sapling[stage=0]"},"minecraft:birch_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_sign[rotation=0,waterlogged=false]"},"minecraft:birch_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_slab[type=bottom,waterlogged=false]"},"minecraft:birch_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:birch_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:birch_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_wall_sign[facing=north,waterlogged=false]"},"minecraft:birch_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:birch_wood[axis=y]"},"minecraft:black_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:black_banner[rotation=0]"},"minecraft:black_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:black_bed[facing=north,occupied=false,part=foot]"},"minecraft:black_carpet":{"properties":{},"defaultstate":"minecraft:black_carpet"},"minecraft:black_concrete":{"properties":{},"defaultstate":"minecraft:black_concrete"},"minecraft:black_concrete_powder":{"properties":{},"defaultstate":"minecraft:black_concrete_powder"},"minecraft:black_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:black_glazed_terracotta[facing=north]"},"minecraft:black_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:black_shulker_box[facing=up]"},"minecraft:black_stained_glass":{"properties":{},"defaultstate":"minecraft:black_stained_glass"},"minecraft:black_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:black_terracotta":{"properties":{},"defaultstate":"minecraft:black_terracotta"},"minecraft:black_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:black_wall_banner[facing=north]"},"minecraft:black_wool":{"properties":{},"defaultstate":"minecraft:black_wool"},"minecraft:blast_furnace":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:blast_furnace[facing=north,lit=false]"},"minecraft:blue_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:blue_banner[rotation=0]"},"minecraft:blue_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:blue_bed[facing=north,occupied=false,part=foot]"},"minecraft:blue_carpet":{"properties":{},"defaultstate":"minecraft:blue_carpet"},"minecraft:blue_concrete":{"properties":{},"defaultstate":"minecraft:blue_concrete"},"minecraft:blue_concrete_powder":{"properties":{},"defaultstate":"minecraft:blue_concrete_powder"},"minecraft:blue_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:blue_glazed_terracotta[facing=north]"},"minecraft:blue_ice":{"properties":{},"defaultstate":"minecraft:blue_ice"},"minecraft:blue_orchid":{"properties":{},"defaultstate":"minecraft:blue_orchid"},"minecraft:blue_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:blue_shulker_box[facing=up]"},"minecraft:blue_stained_glass":{"properties":{},"defaultstate":"minecraft:blue_stained_glass"},"minecraft:blue_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:blue_terracotta":{"properties":{},"defaultstate":"minecraft:blue_terracotta"},"minecraft:blue_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:blue_wall_banner[facing=north]"},"minecraft:blue_wool":{"properties":{},"defaultstate":"minecraft:blue_wool"},"minecraft:bone_block":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:bone_block[axis=y]"},"minecraft:bookshelf":{"properties":{},"defaultstate":"minecraft:bookshelf"},"minecraft:brain_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brain_coral[waterlogged=true]"},"minecraft:brain_coral_block":{"properties":{},"defaultstate":"minecraft:brain_coral_block"},"minecraft:brain_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brain_coral_fan[waterlogged=true]"},"minecraft:brain_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brain_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:brewing_stand":{"properties":{"has_bottle_0":{"values":["true","false"],"type":"bool"},"has_bottle_1":{"values":["true","false"],"type":"bool"},"has_bottle_2":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false]"},"minecraft:brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brick_slab[type=bottom,waterlogged=false]"},"minecraft:brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:brick_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:bricks":{"properties":{},"defaultstate":"minecraft:bricks"},"minecraft:brown_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:brown_banner[rotation=0]"},"minecraft:brown_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:brown_bed[facing=north,occupied=false,part=foot]"},"minecraft:brown_carpet":{"properties":{},"defaultstate":"minecraft:brown_carpet"},"minecraft:brown_concrete":{"properties":{},"defaultstate":"minecraft:brown_concrete"},"minecraft:brown_concrete_powder":{"properties":{},"defaultstate":"minecraft:brown_concrete_powder"},"minecraft:brown_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:brown_glazed_terracotta[facing=north]"},"minecraft:brown_mushroom":{"properties":{},"defaultstate":"minecraft:brown_mushroom"},"minecraft:brown_mushroom_block":{"properties":{"down":{"values":["true","false"],"type":"bool"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]"},"minecraft:brown_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:brown_shulker_box[facing=up]"},"minecraft:brown_stained_glass":{"properties":{},"defaultstate":"minecraft:brown_stained_glass"},"minecraft:brown_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:brown_terracotta":{"properties":{},"defaultstate":"minecraft:brown_terracotta"},"minecraft:brown_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:brown_wall_banner[facing=north]"},"minecraft:brown_wool":{"properties":{},"defaultstate":"minecraft:brown_wool"},"minecraft:bubble_column":{"properties":{"drag":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:bubble_column[drag=true]"},"minecraft:bubble_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:bubble_coral[waterlogged=true]"},"minecraft:bubble_coral_block":{"properties":{},"defaultstate":"minecraft:bubble_coral_block"},"minecraft:bubble_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:bubble_coral_fan[waterlogged=true]"},"minecraft:bubble_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:bubble_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:cactus":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:cactus[age=0]"},"minecraft:cake":{"properties":{"bites":{"values":["0","1","2","3","4","5","6"],"type":"int"}},"defaultstate":"minecraft:cake[bites=0]"},"minecraft:campfire":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"lit":{"values":["true","false"],"type":"bool"},"signal_fire":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false]"},"minecraft:carrots":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:carrots[age=0]"},"minecraft:cartography_table":{"properties":{},"defaultstate":"minecraft:cartography_table"},"minecraft:carved_pumpkin":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:carved_pumpkin[facing=north]"},"minecraft:cauldron":{"properties":{"level":{"values":["0","1","2","3"],"type":"int"}},"defaultstate":"minecraft:cauldron[level=0]"},"minecraft:cave_air":{"properties":{},"defaultstate":"minecraft:cave_air"},"minecraft:chain_command_block":{"properties":{"conditional":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:chain_command_block[conditional=false,facing=north]"},"minecraft:chest":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"type":{"values":["single","left","right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:chest[facing=north,type=single,waterlogged=false]"},"minecraft:chipped_anvil":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:chipped_anvil[facing=north]"},"minecraft:chiseled_quartz_block":{"properties":{},"defaultstate":"minecraft:chiseled_quartz_block"},"minecraft:chiseled_red_sandstone":{"properties":{},"defaultstate":"minecraft:chiseled_red_sandstone"},"minecraft:chiseled_sandstone":{"properties":{},"defaultstate":"minecraft:chiseled_sandstone"},"minecraft:chiseled_stone_bricks":{"properties":{},"defaultstate":"minecraft:chiseled_stone_bricks"},"minecraft:chorus_flower":{"properties":{"age":{"values":["0","1","2","3","4","5"],"type":"int"}},"defaultstate":"minecraft:chorus_flower[age=0]"},"minecraft:chorus_plant":{"properties":{"down":{"values":["true","false"],"type":"bool"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false]"},"minecraft:clay":{"properties":{},"defaultstate":"minecraft:clay"},"minecraft:coal_block":{"properties":{},"defaultstate":"minecraft:coal_block"},"minecraft:coal_ore":{"properties":{},"defaultstate":"minecraft:coal_ore"},"minecraft:coarse_dirt":{"properties":{},"defaultstate":"minecraft:coarse_dirt"},"minecraft:cobblestone":{"properties":{},"defaultstate":"minecraft:cobblestone"},"minecraft:cobblestone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cobblestone_slab[type=bottom,waterlogged=false]"},"minecraft:cobblestone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:cobblestone_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cobblestone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:cobweb":{"properties":{},"defaultstate":"minecraft:cobweb"},"minecraft:cocoa":{"properties":{"age":{"values":["0","1","2"],"type":"int"},"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:cocoa[age=0,facing=north]"},"minecraft:command_block":{"properties":{"conditional":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:command_block[conditional=false,facing=north]"},"minecraft:comparator":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"mode":{"values":["compare","subtract"],"type":"enum"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:comparator[facing=north,mode=compare,powered=false]"},"minecraft:composter":{"properties":{"level":{"values":["0","1","2","3","4","5","6","7","8"],"type":"int"}},"defaultstate":"minecraft:composter[level=0]"},"minecraft:conduit":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:conduit[waterlogged=true]"},"minecraft:cornflower":{"properties":{},"defaultstate":"minecraft:cornflower"},"minecraft:cracked_stone_bricks":{"properties":{},"defaultstate":"minecraft:cracked_stone_bricks"},"minecraft:crafting_table":{"properties":{},"defaultstate":"minecraft:crafting_table"},"minecraft:creeper_head":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:creeper_head[rotation=0]"},"minecraft:creeper_wall_head":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:creeper_wall_head[facing=north]"},"minecraft:cut_red_sandstone":{"properties":{},"defaultstate":"minecraft:cut_red_sandstone"},"minecraft:cut_red_sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:cut_sandstone":{"properties":{},"defaultstate":"minecraft:cut_sandstone"},"minecraft:cut_sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cut_sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:cyan_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:cyan_banner[rotation=0]"},"minecraft:cyan_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:cyan_bed[facing=north,occupied=false,part=foot]"},"minecraft:cyan_carpet":{"properties":{},"defaultstate":"minecraft:cyan_carpet"},"minecraft:cyan_concrete":{"properties":{},"defaultstate":"minecraft:cyan_concrete"},"minecraft:cyan_concrete_powder":{"properties":{},"defaultstate":"minecraft:cyan_concrete_powder"},"minecraft:cyan_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:cyan_glazed_terracotta[facing=north]"},"minecraft:cyan_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:cyan_shulker_box[facing=up]"},"minecraft:cyan_stained_glass":{"properties":{},"defaultstate":"minecraft:cyan_stained_glass"},"minecraft:cyan_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:cyan_terracotta":{"properties":{},"defaultstate":"minecraft:cyan_terracotta"},"minecraft:cyan_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:cyan_wall_banner[facing=north]"},"minecraft:cyan_wool":{"properties":{},"defaultstate":"minecraft:cyan_wool"},"minecraft:damaged_anvil":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:damaged_anvil[facing=north]"},"minecraft:dandelion":{"properties":{},"defaultstate":"minecraft:dandelion"},"minecraft:dark_oak_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_button[face=wall,facing=north,powered=false]"},"minecraft:dark_oak_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:dark_oak_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:dark_oak_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:dark_oak_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_leaves[distance=7,persistent=false]"},"minecraft:dark_oak_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:dark_oak_log[axis=y]"},"minecraft:dark_oak_planks":{"properties":{},"defaultstate":"minecraft:dark_oak_planks"},"minecraft:dark_oak_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_pressure_plate[powered=false]"},"minecraft:dark_oak_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:dark_oak_sapling[stage=0]"},"minecraft:dark_oak_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_sign[rotation=0,waterlogged=false]"},"minecraft:dark_oak_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_slab[type=bottom,waterlogged=false]"},"minecraft:dark_oak_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:dark_oak_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:dark_oak_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_wall_sign[facing=north,waterlogged=false]"},"minecraft:dark_oak_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:dark_oak_wood[axis=y]"},"minecraft:dark_prismarine":{"properties":{},"defaultstate":"minecraft:dark_prismarine"},"minecraft:dark_prismarine_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_prismarine_slab[type=bottom,waterlogged=false]"},"minecraft:dark_prismarine_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:daylight_detector":{"properties":{"inverted":{"values":["true","false"],"type":"bool"},"power":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:daylight_detector[inverted=false,power=0]"},"minecraft:dead_brain_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_brain_coral[waterlogged=true]"},"minecraft:dead_brain_coral_block":{"properties":{},"defaultstate":"minecraft:dead_brain_coral_block"},"minecraft:dead_brain_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_brain_coral_fan[waterlogged=true]"},"minecraft:dead_brain_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:dead_bubble_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_bubble_coral[waterlogged=true]"},"minecraft:dead_bubble_coral_block":{"properties":{},"defaultstate":"minecraft:dead_bubble_coral_block"},"minecraft:dead_bubble_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_bubble_coral_fan[waterlogged=true]"},"minecraft:dead_bubble_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:dead_bush":{"properties":{},"defaultstate":"minecraft:dead_bush"},"minecraft:dead_fire_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_fire_coral[waterlogged=true]"},"minecraft:dead_fire_coral_block":{"properties":{},"defaultstate":"minecraft:dead_fire_coral_block"},"minecraft:dead_fire_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_fire_coral_fan[waterlogged=true]"},"minecraft:dead_fire_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:dead_horn_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_horn_coral[waterlogged=true]"},"minecraft:dead_horn_coral_block":{"properties":{},"defaultstate":"minecraft:dead_horn_coral_block"},"minecraft:dead_horn_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_horn_coral_fan[waterlogged=true]"},"minecraft:dead_horn_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:dead_tube_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_tube_coral[waterlogged=true]"},"minecraft:dead_tube_coral_block":{"properties":{},"defaultstate":"minecraft:dead_tube_coral_block"},"minecraft:dead_tube_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_tube_coral_fan[waterlogged=true]"},"minecraft:dead_tube_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:detector_rail":{"properties":{"powered":{"values":["true","false"],"type":"bool"},"shape":{"values":["north_south","east_west","ascending_east","ascending_west","ascending_north","ascending_south"],"type":"enum"}},"defaultstate":"minecraft:detector_rail[powered=false,shape=north_south]"},"minecraft:diamond_block":{"properties":{},"defaultstate":"minecraft:diamond_block"},"minecraft:diamond_ore":{"properties":{},"defaultstate":"minecraft:diamond_ore"},"minecraft:diorite":{"properties":{},"defaultstate":"minecraft:diorite"},"minecraft:diorite_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:diorite_slab[type=bottom,waterlogged=false]"},"minecraft:diorite_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:diorite_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:diorite_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:dirt":{"properties":{},"defaultstate":"minecraft:dirt"},"minecraft:dispenser":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"triggered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dispenser[facing=north,triggered=false]"},"minecraft:dragon_egg":{"properties":{},"defaultstate":"minecraft:dragon_egg"},"minecraft:dragon_head":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:dragon_head[rotation=0]"},"minecraft:dragon_wall_head":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:dragon_wall_head[facing=north]"},"minecraft:dried_kelp_block":{"properties":{},"defaultstate":"minecraft:dried_kelp_block"},"minecraft:dropper":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"triggered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dropper[facing=north,triggered=false]"},"minecraft:emerald_block":{"properties":{},"defaultstate":"minecraft:emerald_block"},"minecraft:emerald_ore":{"properties":{},"defaultstate":"minecraft:emerald_ore"},"minecraft:enchanting_table":{"properties":{},"defaultstate":"minecraft:enchanting_table"},"minecraft:end_gateway":{"properties":{},"defaultstate":"minecraft:end_gateway"},"minecraft:end_portal":{"properties":{},"defaultstate":"minecraft:end_portal"},"minecraft:end_portal_frame":{"properties":{"eye":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:end_portal_frame[eye=false,facing=north]"},"minecraft:end_rod":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:end_rod[facing=up]"},"minecraft:end_stone":{"properties":{},"defaultstate":"minecraft:end_stone"},"minecraft:end_stone_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:end_stone_brick_slab[type=bottom,waterlogged=false]"},"minecraft:end_stone_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:end_stone_brick_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:end_stone_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:end_stone_bricks":{"properties":{},"defaultstate":"minecraft:end_stone_bricks"},"minecraft:ender_chest":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:ender_chest[facing=north,waterlogged=false]"},"minecraft:farmland":{"properties":{"moisture":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:farmland[moisture=0]"},"minecraft:fern":{"properties":{},"defaultstate":"minecraft:fern"},"minecraft:fire":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false]"},"minecraft:fire_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:fire_coral[waterlogged=true]"},"minecraft:fire_coral_block":{"properties":{},"defaultstate":"minecraft:fire_coral_block"},"minecraft:fire_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:fire_coral_fan[waterlogged=true]"},"minecraft:fire_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:fire_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:fletching_table":{"properties":{},"defaultstate":"minecraft:fletching_table"},"minecraft:flower_pot":{"properties":{},"defaultstate":"minecraft:flower_pot"},"minecraft:frosted_ice":{"properties":{"age":{"values":["0","1","2","3"],"type":"int"}},"defaultstate":"minecraft:frosted_ice[age=0]"},"minecraft:furnace":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:furnace[facing=north,lit=false]"},"minecraft:glass":{"properties":{},"defaultstate":"minecraft:glass"},"minecraft:glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:glowstone":{"properties":{},"defaultstate":"minecraft:glowstone"},"minecraft:gold_block":{"properties":{},"defaultstate":"minecraft:gold_block"},"minecraft:gold_ore":{"properties":{},"defaultstate":"minecraft:gold_ore"},"minecraft:granite":{"properties":{},"defaultstate":"minecraft:granite"},"minecraft:granite_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:granite_slab[type=bottom,waterlogged=false]"},"minecraft:granite_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:granite_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:granite_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:grass":{"properties":{},"defaultstate":"minecraft:grass"},"minecraft:grass_block":{"properties":{"snowy":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:grass_block[snowy=false]"},"minecraft:grass_path":{"properties":{},"defaultstate":"minecraft:grass_path"},"minecraft:gravel":{"properties":{},"defaultstate":"minecraft:gravel"},"minecraft:gray_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:gray_banner[rotation=0]"},"minecraft:gray_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:gray_bed[facing=north,occupied=false,part=foot]"},"minecraft:gray_carpet":{"properties":{},"defaultstate":"minecraft:gray_carpet"},"minecraft:gray_concrete":{"properties":{},"defaultstate":"minecraft:gray_concrete"},"minecraft:gray_concrete_powder":{"properties":{},"defaultstate":"minecraft:gray_concrete_powder"},"minecraft:gray_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:gray_glazed_terracotta[facing=north]"},"minecraft:gray_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:gray_shulker_box[facing=up]"},"minecraft:gray_stained_glass":{"properties":{},"defaultstate":"minecraft:gray_stained_glass"},"minecraft:gray_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:gray_terracotta":{"properties":{},"defaultstate":"minecraft:gray_terracotta"},"minecraft:gray_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:gray_wall_banner[facing=north]"},"minecraft:gray_wool":{"properties":{},"defaultstate":"minecraft:gray_wool"},"minecraft:green_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:green_banner[rotation=0]"},"minecraft:green_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:green_bed[facing=north,occupied=false,part=foot]"},"minecraft:green_carpet":{"properties":{},"defaultstate":"minecraft:green_carpet"},"minecraft:green_concrete":{"properties":{},"defaultstate":"minecraft:green_concrete"},"minecraft:green_concrete_powder":{"properties":{},"defaultstate":"minecraft:green_concrete_powder"},"minecraft:green_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:green_glazed_terracotta[facing=north]"},"minecraft:green_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:green_shulker_box[facing=up]"},"minecraft:green_stained_glass":{"properties":{},"defaultstate":"minecraft:green_stained_glass"},"minecraft:green_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:green_terracotta":{"properties":{},"defaultstate":"minecraft:green_terracotta"},"minecraft:green_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:green_wall_banner[facing=north]"},"minecraft:green_wool":{"properties":{},"defaultstate":"minecraft:green_wool"},"minecraft:grindstone":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:grindstone[face=wall,facing=north]"},"minecraft:hay_block":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:hay_block[axis=y]"},"minecraft:heavy_weighted_pressure_plate":{"properties":{"power":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:heavy_weighted_pressure_plate[power=0]"},"minecraft:honey_block":{"properties":{},"defaultstate":"minecraft:honey_block"},"minecraft:honeycomb_block":{"properties":{},"defaultstate":"minecraft:honeycomb_block"},"minecraft:hopper":{"properties":{"enabled":{"values":["true","false"],"type":"bool"},"facing":{"values":["down","north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:hopper[enabled=true,facing=down]"},"minecraft:horn_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:horn_coral[waterlogged=true]"},"minecraft:horn_coral_block":{"properties":{},"defaultstate":"minecraft:horn_coral_block"},"minecraft:horn_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:horn_coral_fan[waterlogged=true]"},"minecraft:horn_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:horn_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:ice":{"properties":{},"defaultstate":"minecraft:ice"},"minecraft:infested_chiseled_stone_bricks":{"properties":{},"defaultstate":"minecraft:infested_chiseled_stone_bricks"},"minecraft:infested_cobblestone":{"properties":{},"defaultstate":"minecraft:infested_cobblestone"},"minecraft:infested_cracked_stone_bricks":{"properties":{},"defaultstate":"minecraft:infested_cracked_stone_bricks"},"minecraft:infested_mossy_stone_bricks":{"properties":{},"defaultstate":"minecraft:infested_mossy_stone_bricks"},"minecraft:infested_stone":{"properties":{},"defaultstate":"minecraft:infested_stone"},"minecraft:infested_stone_bricks":{"properties":{},"defaultstate":"minecraft:infested_stone_bricks"},"minecraft:iron_bars":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:iron_block":{"properties":{},"defaultstate":"minecraft:iron_block"},"minecraft:iron_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:iron_ore":{"properties":{},"defaultstate":"minecraft:iron_ore"},"minecraft:iron_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:jack_o_lantern":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:jack_o_lantern[facing=north]"},"minecraft:jigsaw":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:jigsaw[facing=up]"},"minecraft:jukebox":{"properties":{"has_record":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jukebox[has_record=false]"},"minecraft:jungle_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_button[face=wall,facing=north,powered=false]"},"minecraft:jungle_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:jungle_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:jungle_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:jungle_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_leaves[distance=7,persistent=false]"},"minecraft:jungle_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:jungle_log[axis=y]"},"minecraft:jungle_planks":{"properties":{},"defaultstate":"minecraft:jungle_planks"},"minecraft:jungle_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_pressure_plate[powered=false]"},"minecraft:jungle_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:jungle_sapling[stage=0]"},"minecraft:jungle_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_sign[rotation=0,waterlogged=false]"},"minecraft:jungle_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_slab[type=bottom,waterlogged=false]"},"minecraft:jungle_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:jungle_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:jungle_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_wall_sign[facing=north,waterlogged=false]"},"minecraft:jungle_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:jungle_wood[axis=y]"},"minecraft:kelp":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24","25"],"type":"int"}},"defaultstate":"minecraft:kelp[age=0]"},"minecraft:kelp_plant":{"properties":{},"defaultstate":"minecraft:kelp_plant"},"minecraft:ladder":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:ladder[facing=north,waterlogged=false]"},"minecraft:lantern":{"properties":{"hanging":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:lantern[hanging=false]"},"minecraft:lapis_block":{"properties":{},"defaultstate":"minecraft:lapis_block"},"minecraft:lapis_ore":{"properties":{},"defaultstate":"minecraft:lapis_ore"},"minecraft:large_fern":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:large_fern[half=lower]"},"minecraft:lava":{"properties":{"level":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:lava[level=0]"},"minecraft:lectern":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"has_book":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:lectern[facing=north,has_book=false,powered=false]"},"minecraft:lever":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:lever[face=wall,facing=north,powered=false]"},"minecraft:light_blue_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:light_blue_banner[rotation=0]"},"minecraft:light_blue_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:light_blue_bed[facing=north,occupied=false,part=foot]"},"minecraft:light_blue_carpet":{"properties":{},"defaultstate":"minecraft:light_blue_carpet"},"minecraft:light_blue_concrete":{"properties":{},"defaultstate":"minecraft:light_blue_concrete"},"minecraft:light_blue_concrete_powder":{"properties":{},"defaultstate":"minecraft:light_blue_concrete_powder"},"minecraft:light_blue_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:light_blue_glazed_terracotta[facing=north]"},"minecraft:light_blue_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:light_blue_shulker_box[facing=up]"},"minecraft:light_blue_stained_glass":{"properties":{},"defaultstate":"minecraft:light_blue_stained_glass"},"minecraft:light_blue_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:light_blue_terracotta":{"properties":{},"defaultstate":"minecraft:light_blue_terracotta"},"minecraft:light_blue_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:light_blue_wall_banner[facing=north]"},"minecraft:light_blue_wool":{"properties":{},"defaultstate":"minecraft:light_blue_wool"},"minecraft:light_gray_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:light_gray_banner[rotation=0]"},"minecraft:light_gray_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:light_gray_bed[facing=north,occupied=false,part=foot]"},"minecraft:light_gray_carpet":{"properties":{},"defaultstate":"minecraft:light_gray_carpet"},"minecraft:light_gray_concrete":{"properties":{},"defaultstate":"minecraft:light_gray_concrete"},"minecraft:light_gray_concrete_powder":{"properties":{},"defaultstate":"minecraft:light_gray_concrete_powder"},"minecraft:light_gray_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:light_gray_glazed_terracotta[facing=north]"},"minecraft:light_gray_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:light_gray_shulker_box[facing=up]"},"minecraft:light_gray_stained_glass":{"properties":{},"defaultstate":"minecraft:light_gray_stained_glass"},"minecraft:light_gray_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:light_gray_terracotta":{"properties":{},"defaultstate":"minecraft:light_gray_terracotta"},"minecraft:light_gray_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:light_gray_wall_banner[facing=north]"},"minecraft:light_gray_wool":{"properties":{},"defaultstate":"minecraft:light_gray_wool"},"minecraft:light_weighted_pressure_plate":{"properties":{"power":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:light_weighted_pressure_plate[power=0]"},"minecraft:lilac":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:lilac[half=lower]"},"minecraft:lily_of_the_valley":{"properties":{},"defaultstate":"minecraft:lily_of_the_valley"},"minecraft:lily_pad":{"properties":{},"defaultstate":"minecraft:lily_pad"},"minecraft:lime_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:lime_banner[rotation=0]"},"minecraft:lime_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:lime_bed[facing=north,occupied=false,part=foot]"},"minecraft:lime_carpet":{"properties":{},"defaultstate":"minecraft:lime_carpet"},"minecraft:lime_concrete":{"properties":{},"defaultstate":"minecraft:lime_concrete"},"minecraft:lime_concrete_powder":{"properties":{},"defaultstate":"minecraft:lime_concrete_powder"},"minecraft:lime_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:lime_glazed_terracotta[facing=north]"},"minecraft:lime_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:lime_shulker_box[facing=up]"},"minecraft:lime_stained_glass":{"properties":{},"defaultstate":"minecraft:lime_stained_glass"},"minecraft:lime_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:lime_terracotta":{"properties":{},"defaultstate":"minecraft:lime_terracotta"},"minecraft:lime_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:lime_wall_banner[facing=north]"},"minecraft:lime_wool":{"properties":{},"defaultstate":"minecraft:lime_wool"},"minecraft:loom":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:loom[facing=north]"},"minecraft:magenta_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:magenta_banner[rotation=0]"},"minecraft:magenta_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:magenta_bed[facing=north,occupied=false,part=foot]"},"minecraft:magenta_carpet":{"properties":{},"defaultstate":"minecraft:magenta_carpet"},"minecraft:magenta_concrete":{"properties":{},"defaultstate":"minecraft:magenta_concrete"},"minecraft:magenta_concrete_powder":{"properties":{},"defaultstate":"minecraft:magenta_concrete_powder"},"minecraft:magenta_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:magenta_glazed_terracotta[facing=north]"},"minecraft:magenta_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:magenta_shulker_box[facing=up]"},"minecraft:magenta_stained_glass":{"properties":{},"defaultstate":"minecraft:magenta_stained_glass"},"minecraft:magenta_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:magenta_terracotta":{"properties":{},"defaultstate":"minecraft:magenta_terracotta"},"minecraft:magenta_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:magenta_wall_banner[facing=north]"},"minecraft:magenta_wool":{"properties":{},"defaultstate":"minecraft:magenta_wool"},"minecraft:magma_block":{"properties":{},"defaultstate":"minecraft:magma_block"},"minecraft:melon":{"properties":{},"defaultstate":"minecraft:melon"},"minecraft:melon_stem":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:melon_stem[age=0]"},"minecraft:mossy_cobblestone":{"properties":{},"defaultstate":"minecraft:mossy_cobblestone"},"minecraft:mossy_cobblestone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]"},"minecraft:mossy_cobblestone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:mossy_cobblestone_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mossy_cobblestone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:mossy_stone_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false]"},"minecraft:mossy_stone_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:mossy_stone_brick_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mossy_stone_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:mossy_stone_bricks":{"properties":{},"defaultstate":"minecraft:mossy_stone_bricks"},"minecraft:moving_piston":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"type":{"values":["normal","sticky"],"type":"enum"}},"defaultstate":"minecraft:moving_piston[facing=north,type=normal]"},"minecraft:mushroom_stem":{"properties":{"down":{"values":["true","false"],"type":"bool"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=true]"},"minecraft:mycelium":{"properties":{"snowy":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mycelium[snowy=false]"},"minecraft:nether_brick_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:nether_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:nether_brick_slab[type=bottom,waterlogged=false]"},"minecraft:nether_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:nether_brick_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:nether_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:nether_bricks":{"properties":{},"defaultstate":"minecraft:nether_bricks"},"minecraft:nether_portal":{"properties":{"axis":{"values":["x","z"],"type":"enum"}},"defaultstate":"minecraft:nether_portal[axis=x]"},"minecraft:nether_quartz_ore":{"properties":{},"defaultstate":"minecraft:nether_quartz_ore"},"minecraft:nether_wart":{"properties":{"age":{"values":["0","1","2","3"],"type":"int"}},"defaultstate":"minecraft:nether_wart[age=0]"},"minecraft:nether_wart_block":{"properties":{},"defaultstate":"minecraft:nether_wart_block"},"minecraft:netherrack":{"properties":{},"defaultstate":"minecraft:netherrack"},"minecraft:note_block":{"properties":{"instrument":{"values":["harp","basedrum","snare","hat","bass","flute","bell","guitar","chime","xylophone","iron_xylophone","cow_bell","didgeridoo","bit","banjo","pling"],"type":"enum"},"note":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24"],"type":"int"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:note_block[instrument=harp,note=0,powered=false]"},"minecraft:oak_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_button[face=wall,facing=north,powered=false]"},"minecraft:oak_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:oak_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:oak_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:oak_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_leaves[distance=7,persistent=false]"},"minecraft:oak_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:oak_log[axis=y]"},"minecraft:oak_planks":{"properties":{},"defaultstate":"minecraft:oak_planks"},"minecraft:oak_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_pressure_plate[powered=false]"},"minecraft:oak_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:oak_sapling[stage=0]"},"minecraft:oak_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_sign[rotation=0,waterlogged=false]"},"minecraft:oak_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_slab[type=bottom,waterlogged=false]"},"minecraft:oak_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:oak_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:oak_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_wall_sign[facing=north,waterlogged=false]"},"minecraft:oak_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:oak_wood[axis=y]"},"minecraft:observer":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:observer[facing=south,powered=false]"},"minecraft:obsidian":{"properties":{},"defaultstate":"minecraft:obsidian"},"minecraft:orange_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:orange_banner[rotation=0]"},"minecraft:orange_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:orange_bed[facing=north,occupied=false,part=foot]"},"minecraft:orange_carpet":{"properties":{},"defaultstate":"minecraft:orange_carpet"},"minecraft:orange_concrete":{"properties":{},"defaultstate":"minecraft:orange_concrete"},"minecraft:orange_concrete_powder":{"properties":{},"defaultstate":"minecraft:orange_concrete_powder"},"minecraft:orange_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:orange_glazed_terracotta[facing=north]"},"minecraft:orange_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:orange_shulker_box[facing=up]"},"minecraft:orange_stained_glass":{"properties":{},"defaultstate":"minecraft:orange_stained_glass"},"minecraft:orange_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:orange_terracotta":{"properties":{},"defaultstate":"minecraft:orange_terracotta"},"minecraft:orange_tulip":{"properties":{},"defaultstate":"minecraft:orange_tulip"},"minecraft:orange_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:orange_wall_banner[facing=north]"},"minecraft:orange_wool":{"properties":{},"defaultstate":"minecraft:orange_wool"},"minecraft:oxeye_daisy":{"properties":{},"defaultstate":"minecraft:oxeye_daisy"},"minecraft:packed_ice":{"properties":{},"defaultstate":"minecraft:packed_ice"},"minecraft:peony":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:peony[half=lower]"},"minecraft:petrified_oak_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:petrified_oak_slab[type=bottom,waterlogged=false]"},"minecraft:pink_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:pink_banner[rotation=0]"},"minecraft:pink_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:pink_bed[facing=north,occupied=false,part=foot]"},"minecraft:pink_carpet":{"properties":{},"defaultstate":"minecraft:pink_carpet"},"minecraft:pink_concrete":{"properties":{},"defaultstate":"minecraft:pink_concrete"},"minecraft:pink_concrete_powder":{"properties":{},"defaultstate":"minecraft:pink_concrete_powder"},"minecraft:pink_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:pink_glazed_terracotta[facing=north]"},"minecraft:pink_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:pink_shulker_box[facing=up]"},"minecraft:pink_stained_glass":{"properties":{},"defaultstate":"minecraft:pink_stained_glass"},"minecraft:pink_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:pink_terracotta":{"properties":{},"defaultstate":"minecraft:pink_terracotta"},"minecraft:pink_tulip":{"properties":{},"defaultstate":"minecraft:pink_tulip"},"minecraft:pink_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:pink_wall_banner[facing=north]"},"minecraft:pink_wool":{"properties":{},"defaultstate":"minecraft:pink_wool"},"minecraft:piston":{"properties":{"extended":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:piston[extended=false,facing=north]"},"minecraft:piston_head":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"short":{"values":["true","false"],"type":"bool"},"type":{"values":["normal","sticky"],"type":"enum"}},"defaultstate":"minecraft:piston_head[facing=north,short=false,type=normal]"},"minecraft:player_head":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:player_head[rotation=0]"},"minecraft:player_wall_head":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:player_wall_head[facing=north]"},"minecraft:podzol":{"properties":{"snowy":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:podzol[snowy=false]"},"minecraft:polished_andesite":{"properties":{},"defaultstate":"minecraft:polished_andesite"},"minecraft:polished_andesite_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_andesite_slab[type=bottom,waterlogged=false]"},"minecraft:polished_andesite_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:polished_diorite":{"properties":{},"defaultstate":"minecraft:polished_diorite"},"minecraft:polished_diorite_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_diorite_slab[type=bottom,waterlogged=false]"},"minecraft:polished_diorite_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:polished_granite":{"properties":{},"defaultstate":"minecraft:polished_granite"},"minecraft:polished_granite_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_granite_slab[type=bottom,waterlogged=false]"},"minecraft:polished_granite_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:poppy":{"properties":{},"defaultstate":"minecraft:poppy"},"minecraft:potatoes":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:potatoes[age=0]"},"minecraft:potted_acacia_sapling":{"properties":{},"defaultstate":"minecraft:potted_acacia_sapling"},"minecraft:potted_allium":{"properties":{},"defaultstate":"minecraft:potted_allium"},"minecraft:potted_azure_bluet":{"properties":{},"defaultstate":"minecraft:potted_azure_bluet"},"minecraft:potted_bamboo":{"properties":{},"defaultstate":"minecraft:potted_bamboo"},"minecraft:potted_birch_sapling":{"properties":{},"defaultstate":"minecraft:potted_birch_sapling"},"minecraft:potted_blue_orchid":{"properties":{},"defaultstate":"minecraft:potted_blue_orchid"},"minecraft:potted_brown_mushroom":{"properties":{},"defaultstate":"minecraft:potted_brown_mushroom"},"minecraft:potted_cactus":{"properties":{},"defaultstate":"minecraft:potted_cactus"},"minecraft:potted_cornflower":{"properties":{},"defaultstate":"minecraft:potted_cornflower"},"minecraft:potted_dandelion":{"properties":{},"defaultstate":"minecraft:potted_dandelion"},"minecraft:potted_dark_oak_sapling":{"properties":{},"defaultstate":"minecraft:potted_dark_oak_sapling"},"minecraft:potted_dead_bush":{"properties":{},"defaultstate":"minecraft:potted_dead_bush"},"minecraft:potted_fern":{"properties":{},"defaultstate":"minecraft:potted_fern"},"minecraft:potted_jungle_sapling":{"properties":{},"defaultstate":"minecraft:potted_jungle_sapling"},"minecraft:potted_lily_of_the_valley":{"properties":{},"defaultstate":"minecraft:potted_lily_of_the_valley"},"minecraft:potted_oak_sapling":{"properties":{},"defaultstate":"minecraft:potted_oak_sapling"},"minecraft:potted_orange_tulip":{"properties":{},"defaultstate":"minecraft:potted_orange_tulip"},"minecraft:potted_oxeye_daisy":{"properties":{},"defaultstate":"minecraft:potted_oxeye_daisy"},"minecraft:potted_pink_tulip":{"properties":{},"defaultstate":"minecraft:potted_pink_tulip"},"minecraft:potted_poppy":{"properties":{},"defaultstate":"minecraft:potted_poppy"},"minecraft:potted_red_mushroom":{"properties":{},"defaultstate":"minecraft:potted_red_mushroom"},"minecraft:potted_red_tulip":{"properties":{},"defaultstate":"minecraft:potted_red_tulip"},"minecraft:potted_spruce_sapling":{"properties":{},"defaultstate":"minecraft:potted_spruce_sapling"},"minecraft:potted_white_tulip":{"properties":{},"defaultstate":"minecraft:potted_white_tulip"},"minecraft:potted_wither_rose":{"properties":{},"defaultstate":"minecraft:potted_wither_rose"},"minecraft:powered_rail":{"properties":{"powered":{"values":["true","false"],"type":"bool"},"shape":{"values":["north_south","east_west","ascending_east","ascending_west","ascending_north","ascending_south"],"type":"enum"}},"defaultstate":"minecraft:powered_rail[powered=false,shape=north_south]"},"minecraft:prismarine":{"properties":{},"defaultstate":"minecraft:prismarine"},"minecraft:prismarine_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:prismarine_brick_slab[type=bottom,waterlogged=false]"},"minecraft:prismarine_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:prismarine_bricks":{"properties":{},"defaultstate":"minecraft:prismarine_bricks"},"minecraft:prismarine_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:prismarine_slab[type=bottom,waterlogged=false]"},"minecraft:prismarine_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:prismarine_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:prismarine_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:pumpkin":{"properties":{},"defaultstate":"minecraft:pumpkin"},"minecraft:pumpkin_stem":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:pumpkin_stem[age=0]"},"minecraft:purple_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:purple_banner[rotation=0]"},"minecraft:purple_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:purple_bed[facing=north,occupied=false,part=foot]"},"minecraft:purple_carpet":{"properties":{},"defaultstate":"minecraft:purple_carpet"},"minecraft:purple_concrete":{"properties":{},"defaultstate":"minecraft:purple_concrete"},"minecraft:purple_concrete_powder":{"properties":{},"defaultstate":"minecraft:purple_concrete_powder"},"minecraft:purple_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:purple_glazed_terracotta[facing=north]"},"minecraft:purple_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:purple_shulker_box[facing=up]"},"minecraft:purple_stained_glass":{"properties":{},"defaultstate":"minecraft:purple_stained_glass"},"minecraft:purple_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:purple_terracotta":{"properties":{},"defaultstate":"minecraft:purple_terracotta"},"minecraft:purple_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:purple_wall_banner[facing=north]"},"minecraft:purple_wool":{"properties":{},"defaultstate":"minecraft:purple_wool"},"minecraft:purpur_block":{"properties":{},"defaultstate":"minecraft:purpur_block"},"minecraft:purpur_pillar":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:purpur_pillar[axis=y]"},"minecraft:purpur_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:purpur_slab[type=bottom,waterlogged=false]"},"minecraft:purpur_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:quartz_block":{"properties":{},"defaultstate":"minecraft:quartz_block"},"minecraft:quartz_pillar":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:quartz_pillar[axis=y]"},"minecraft:quartz_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:quartz_slab[type=bottom,waterlogged=false]"},"minecraft:quartz_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:rail":{"properties":{"shape":{"values":["north_south","east_west","ascending_east","ascending_west","ascending_north","ascending_south","south_east","south_west","north_west","north_east"],"type":"enum"}},"defaultstate":"minecraft:rail[shape=north_south]"},"minecraft:red_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:red_banner[rotation=0]"},"minecraft:red_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:red_bed[facing=north,occupied=false,part=foot]"},"minecraft:red_carpet":{"properties":{},"defaultstate":"minecraft:red_carpet"},"minecraft:red_concrete":{"properties":{},"defaultstate":"minecraft:red_concrete"},"minecraft:red_concrete_powder":{"properties":{},"defaultstate":"minecraft:red_concrete_powder"},"minecraft:red_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:red_glazed_terracotta[facing=north]"},"minecraft:red_mushroom":{"properties":{},"defaultstate":"minecraft:red_mushroom"},"minecraft:red_mushroom_block":{"properties":{"down":{"values":["true","false"],"type":"bool"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]"},"minecraft:red_nether_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_nether_brick_slab[type=bottom,waterlogged=false]"},"minecraft:red_nether_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:red_nether_brick_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_nether_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:red_nether_bricks":{"properties":{},"defaultstate":"minecraft:red_nether_bricks"},"minecraft:red_sand":{"properties":{},"defaultstate":"minecraft:red_sand"},"minecraft:red_sandstone":{"properties":{},"defaultstate":"minecraft:red_sandstone"},"minecraft:red_sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:red_sandstone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:red_sandstone_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_sandstone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:red_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:red_shulker_box[facing=up]"},"minecraft:red_stained_glass":{"properties":{},"defaultstate":"minecraft:red_stained_glass"},"minecraft:red_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:red_terracotta":{"properties":{},"defaultstate":"minecraft:red_terracotta"},"minecraft:red_tulip":{"properties":{},"defaultstate":"minecraft:red_tulip"},"minecraft:red_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:red_wall_banner[facing=north]"},"minecraft:red_wool":{"properties":{},"defaultstate":"minecraft:red_wool"},"minecraft:redstone_block":{"properties":{},"defaultstate":"minecraft:redstone_block"},"minecraft:redstone_lamp":{"properties":{"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:redstone_lamp[lit=false]"},"minecraft:redstone_ore":{"properties":{"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:redstone_ore[lit=false]"},"minecraft:redstone_torch":{"properties":{"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:redstone_torch[lit=true]"},"minecraft:redstone_wall_torch":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:redstone_wall_torch[facing=north,lit=true]"},"minecraft:redstone_wire":{"properties":{"east":{"values":["up","side","none"],"type":"enum"},"north":{"values":["up","side","none"],"type":"enum"},"power":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"south":{"values":["up","side","none"],"type":"enum"},"west":{"values":["up","side","none"],"type":"enum"}},"defaultstate":"minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none]"},"minecraft:repeater":{"properties":{"delay":{"values":["1","2","3","4"],"type":"int"},"facing":{"values":["north","south","west","east"],"type":"direction"},"locked":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:repeater[delay=1,facing=north,locked=false,powered=false]"},"minecraft:repeating_command_block":{"properties":{"conditional":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:repeating_command_block[conditional=false,facing=north]"},"minecraft:rose_bush":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:rose_bush[half=lower]"},"minecraft:sand":{"properties":{},"defaultstate":"minecraft:sand"},"minecraft:sandstone":{"properties":{},"defaultstate":"minecraft:sandstone"},"minecraft:sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:sandstone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:sandstone_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:sandstone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:scaffolding":{"properties":{"bottom":{"values":["true","false"],"type":"bool"},"distance":{"values":["0","1","2","3","4","5","6","7"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:scaffolding[bottom=false,distance=7,waterlogged=false]"},"minecraft:sea_lantern":{"properties":{},"defaultstate":"minecraft:sea_lantern"},"minecraft:sea_pickle":{"properties":{"pickles":{"values":["1","2","3","4"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:sea_pickle[pickles=1,waterlogged=true]"},"minecraft:seagrass":{"properties":{},"defaultstate":"minecraft:seagrass"},"minecraft:shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:shulker_box[facing=up]"},"minecraft:skeleton_skull":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:skeleton_skull[rotation=0]"},"minecraft:skeleton_wall_skull":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:skeleton_wall_skull[facing=north]"},"minecraft:slime_block":{"properties":{},"defaultstate":"minecraft:slime_block"},"minecraft:smithing_table":{"properties":{},"defaultstate":"minecraft:smithing_table"},"minecraft:smoker":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smoker[facing=north,lit=false]"},"minecraft:smooth_quartz":{"properties":{},"defaultstate":"minecraft:smooth_quartz"},"minecraft:smooth_quartz_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_quartz_slab[type=bottom,waterlogged=false]"},"minecraft:smooth_quartz_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:smooth_red_sandstone":{"properties":{},"defaultstate":"minecraft:smooth_red_sandstone"},"minecraft:smooth_red_sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:smooth_red_sandstone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:smooth_sandstone":{"properties":{},"defaultstate":"minecraft:smooth_sandstone"},"minecraft:smooth_sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:smooth_sandstone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:smooth_stone":{"properties":{},"defaultstate":"minecraft:smooth_stone"},"minecraft:smooth_stone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_stone_slab[type=bottom,waterlogged=false]"},"minecraft:snow":{"properties":{"layers":{"values":["1","2","3","4","5","6","7","8"],"type":"int"}},"defaultstate":"minecraft:snow[layers=1]"},"minecraft:snow_block":{"properties":{},"defaultstate":"minecraft:snow_block"},"minecraft:soul_sand":{"properties":{},"defaultstate":"minecraft:soul_sand"},"minecraft:spawner":{"properties":{},"defaultstate":"minecraft:spawner"},"minecraft:sponge":{"properties":{},"defaultstate":"minecraft:sponge"},"minecraft:spruce_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_button[face=wall,facing=north,powered=false]"},"minecraft:spruce_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:spruce_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:spruce_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:spruce_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_leaves[distance=7,persistent=false]"},"minecraft:spruce_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:spruce_log[axis=y]"},"minecraft:spruce_planks":{"properties":{},"defaultstate":"minecraft:spruce_planks"},"minecraft:spruce_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_pressure_plate[powered=false]"},"minecraft:spruce_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:spruce_sapling[stage=0]"},"minecraft:spruce_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_sign[rotation=0,waterlogged=false]"},"minecraft:spruce_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_slab[type=bottom,waterlogged=false]"},"minecraft:spruce_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:spruce_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:spruce_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_wall_sign[facing=north,waterlogged=false]"},"minecraft:spruce_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:spruce_wood[axis=y]"},"minecraft:sticky_piston":{"properties":{"extended":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:sticky_piston[extended=false,facing=north]"},"minecraft:stone":{"properties":{},"defaultstate":"minecraft:stone"},"minecraft:stone_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_brick_slab[type=bottom,waterlogged=false]"},"minecraft:stone_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:stone_brick_wall":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"},"minecraft:stone_bricks":{"properties":{},"defaultstate":"minecraft:stone_bricks"},"minecraft:stone_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_button[face=wall,facing=north,powered=false]"},"minecraft:stone_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_pressure_plate[powered=false]"},"minecraft:stone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_slab[type=bottom,waterlogged=false]"},"minecraft:stone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:stonecutter":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:stonecutter[facing=north]"},"minecraft:stripped_acacia_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_acacia_log[axis=y]"},"minecraft:stripped_acacia_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_acacia_wood[axis=y]"},"minecraft:stripped_birch_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_birch_log[axis=y]"},"minecraft:stripped_birch_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_birch_wood[axis=y]"},"minecraft:stripped_dark_oak_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_dark_oak_log[axis=y]"},"minecraft:stripped_dark_oak_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_dark_oak_wood[axis=y]"},"minecraft:stripped_jungle_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_jungle_log[axis=y]"},"minecraft:stripped_jungle_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_jungle_wood[axis=y]"},"minecraft:stripped_oak_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_oak_log[axis=y]"},"minecraft:stripped_oak_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_oak_wood[axis=y]"},"minecraft:stripped_spruce_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_spruce_log[axis=y]"},"minecraft:stripped_spruce_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_spruce_wood[axis=y]"},"minecraft:structure_block":{"properties":{"mode":{"values":["save","load","corner","data"],"type":"enum"}},"defaultstate":"minecraft:structure_block[mode=save]"},"minecraft:structure_void":{"properties":{},"defaultstate":"minecraft:structure_void"},"minecraft:sugar_cane":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:sugar_cane[age=0]"},"minecraft:sunflower":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:sunflower[half=lower]"},"minecraft:sweet_berry_bush":{"properties":{"age":{"values":["0","1","2","3"],"type":"int"}},"defaultstate":"minecraft:sweet_berry_bush[age=0]"},"minecraft:tall_grass":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:tall_grass[half=lower]"},"minecraft:tall_seagrass":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:tall_seagrass[half=lower]"},"minecraft:terracotta":{"properties":{},"defaultstate":"minecraft:terracotta"},"minecraft:tnt":{"properties":{"unstable":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tnt[unstable=false]"},"minecraft:torch":{"properties":{},"defaultstate":"minecraft:torch"},"minecraft:trapped_chest":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"type":{"values":["single","left","right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:trapped_chest[facing=north,type=single,waterlogged=false]"},"minecraft:tripwire":{"properties":{"attached":{"values":["true","false"],"type":"bool"},"disarmed":{"values":["true","false"],"type":"bool"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tripwire[attached=false,disarmed=false,east=false,north=false,powered=false,south=false,west=false]"},"minecraft:tripwire_hook":{"properties":{"attached":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tripwire_hook[attached=false,facing=north,powered=false]"},"minecraft:tube_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tube_coral[waterlogged=true]"},"minecraft:tube_coral_block":{"properties":{},"defaultstate":"minecraft:tube_coral_block"},"minecraft:tube_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tube_coral_fan[waterlogged=true]"},"minecraft:tube_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tube_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:turtle_egg":{"properties":{"eggs":{"values":["1","2","3","4"],"type":"int"},"hatch":{"values":["0","1","2"],"type":"int"}},"defaultstate":"minecraft:turtle_egg[eggs=1,hatch=0]"},"minecraft:vine":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:vine[east=false,north=false,south=false,up=false,west=false]"},"minecraft:void_air":{"properties":{},"defaultstate":"minecraft:void_air"},"minecraft:wall_torch":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:wall_torch[facing=north]"},"minecraft:water":{"properties":{"level":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:water[level=0]"},"minecraft:wet_sponge":{"properties":{},"defaultstate":"minecraft:wet_sponge"},"minecraft:wheat":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:wheat[age=0]"},"minecraft:white_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:white_banner[rotation=0]"},"minecraft:white_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:white_bed[facing=north,occupied=false,part=foot]"},"minecraft:white_carpet":{"properties":{},"defaultstate":"minecraft:white_carpet"},"minecraft:white_concrete":{"properties":{},"defaultstate":"minecraft:white_concrete"},"minecraft:white_concrete_powder":{"properties":{},"defaultstate":"minecraft:white_concrete_powder"},"minecraft:white_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:white_glazed_terracotta[facing=north]"},"minecraft:white_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:white_shulker_box[facing=up]"},"minecraft:white_stained_glass":{"properties":{},"defaultstate":"minecraft:white_stained_glass"},"minecraft:white_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:white_terracotta":{"properties":{},"defaultstate":"minecraft:white_terracotta"},"minecraft:white_tulip":{"properties":{},"defaultstate":"minecraft:white_tulip"},"minecraft:white_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:white_wall_banner[facing=north]"},"minecraft:white_wool":{"properties":{},"defaultstate":"minecraft:white_wool"},"minecraft:wither_rose":{"properties":{},"defaultstate":"minecraft:wither_rose"},"minecraft:wither_skeleton_skull":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:wither_skeleton_skull[rotation=0]"},"minecraft:wither_skeleton_wall_skull":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:wither_skeleton_wall_skull[facing=north]"},"minecraft:yellow_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:yellow_banner[rotation=0]"},"minecraft:yellow_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:yellow_bed[facing=north,occupied=false,part=foot]"},"minecraft:yellow_carpet":{"properties":{},"defaultstate":"minecraft:yellow_carpet"},"minecraft:yellow_concrete":{"properties":{},"defaultstate":"minecraft:yellow_concrete"},"minecraft:yellow_concrete_powder":{"properties":{},"defaultstate":"minecraft:yellow_concrete_powder"},"minecraft:yellow_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:yellow_glazed_terracotta[facing=north]"},"minecraft:yellow_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:yellow_shulker_box[facing=up]"},"minecraft:yellow_stained_glass":{"properties":{},"defaultstate":"minecraft:yellow_stained_glass"},"minecraft:yellow_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:yellow_terracotta":{"properties":{},"defaultstate":"minecraft:yellow_terracotta"},"minecraft:yellow_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:yellow_wall_banner[facing=north]"},"minecraft:yellow_wool":{"properties":{},"defaultstate":"minecraft:yellow_wool"},"minecraft:zombie_head":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:zombie_head[rotation=0]"},"minecraft:zombie_wall_head":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:zombie_wall_head[facing=north]"}},"items":["minecraft:acacia_boat","minecraft:acacia_button","minecraft:acacia_door","minecraft:acacia_fence","minecraft:acacia_fence_gate","minecraft:acacia_leaves","minecraft:acacia_log","minecraft:acacia_planks","minecraft:acacia_pressure_plate","minecraft:acacia_sapling","minecraft:acacia_sign","minecraft:acacia_slab","minecraft:acacia_stairs","minecraft:acacia_trapdoor","minecraft:acacia_wood","minecraft:activator_rail","minecraft:air","minecraft:allium","minecraft:andesite","minecraft:andesite_slab","minecraft:andesite_stairs","minecraft:andesite_wall","minecraft:anvil","minecraft:apple","minecraft:armor_stand","minecraft:arrow","minecraft:azure_bluet","minecraft:baked_potato","minecraft:bamboo","minecraft:barrel","minecraft:barrier","minecraft:bat_spawn_egg","minecraft:beacon","minecraft:bedrock","minecraft:bee_nest","minecraft:bee_spawn_egg","minecraft:beef","minecraft:beehive","minecraft:beetroot","minecraft:beetroot_seeds","minecraft:beetroot_soup","minecraft:bell","minecraft:birch_boat","minecraft:birch_button","minecraft:birch_door","minecraft:birch_fence","minecraft:birch_fence_gate","minecraft:birch_leaves","minecraft:birch_log","minecraft:birch_planks","minecraft:birch_pressure_plate","minecraft:birch_sapling","minecraft:birch_sign","minecraft:birch_slab","minecraft:birch_stairs","minecraft:birch_trapdoor","minecraft:birch_wood","minecraft:black_banner","minecraft:black_bed","minecraft:black_carpet","minecraft:black_concrete","minecraft:black_concrete_powder","minecraft:black_dye","minecraft:black_glazed_terracotta","minecraft:black_shulker_box","minecraft:black_stained_glass","minecraft:black_stained_glass_pane","minecraft:black_terracotta","minecraft:black_wool","minecraft:blast_furnace","minecraft:blaze_powder","minecraft:blaze_rod","minecraft:blaze_spawn_egg","minecraft:blue_banner","minecraft:blue_bed","minecraft:blue_carpet","minecraft:blue_concrete","minecraft:blue_concrete_powder","minecraft:blue_dye","minecraft:blue_glazed_terracotta","minecraft:blue_ice","minecraft:blue_orchid","minecraft:blue_shulker_box","minecraft:blue_stained_glass","minecraft:blue_stained_glass_pane","minecraft:blue_terracotta","minecraft:blue_wool","minecraft:bone","minecraft:bone_block","minecraft:bone_meal","minecraft:book","minecraft:bookshelf","minecraft:bow","minecraft:bowl","minecraft:brain_coral","minecraft:brain_coral_block","minecraft:brain_coral_fan","minecraft:bread","minecraft:brewing_stand","minecraft:brick","minecraft:brick_slab","minecraft:brick_stairs","minecraft:brick_wall","minecraft:bricks","minecraft:brown_banner","minecraft:brown_bed","minecraft:brown_carpet","minecraft:brown_concrete","minecraft:brown_concrete_powder","minecraft:brown_dye","minecraft:brown_glazed_terracotta","minecraft:brown_mushroom","minecraft:brown_mushroom_block","minecraft:brown_shulker_box","minecraft:brown_stained_glass","minecraft:brown_stained_glass_pane","minecraft:brown_terracotta","minecraft:brown_wool","minecraft:bubble_coral","minecraft:bubble_coral_block","minecraft:bubble_coral_fan","minecraft:bucket","minecraft:cactus","minecraft:cake","minecraft:campfire","minecraft:carrot","minecraft:carrot_on_a_stick","minecraft:cartography_table","minecraft:carved_pumpkin","minecraft:cat_spawn_egg","minecraft:cauldron","minecraft:cave_spider_spawn_egg","minecraft:chain_command_block","minecraft:chainmail_boots","minecraft:chainmail_chestplate","minecraft:chainmail_helmet","minecraft:chainmail_leggings","minecraft:charcoal","minecraft:chest","minecraft:chest_minecart","minecraft:chicken","minecraft:chicken_spawn_egg","minecraft:chipped_anvil","minecraft:chiseled_quartz_block","minecraft:chiseled_red_sandstone","minecraft:chiseled_sandstone","minecraft:chiseled_stone_bricks","minecraft:chorus_flower","minecraft:chorus_fruit","minecraft:chorus_plant","minecraft:clay","minecraft:clay_ball","minecraft:clock","minecraft:coal","minecraft:coal_block","minecraft:coal_ore","minecraft:coarse_dirt","minecraft:cobblestone","minecraft:cobblestone_slab","minecraft:cobblestone_stairs","minecraft:cobblestone_wall","minecraft:cobweb","minecraft:cocoa_beans","minecraft:cod","minecraft:cod_bucket","minecraft:cod_spawn_egg","minecraft:command_block","minecraft:command_block_minecart","minecraft:comparator","minecraft:compass","minecraft:composter","minecraft:conduit","minecraft:cooked_beef","minecraft:cooked_chicken","minecraft:cooked_cod","minecraft:cooked_mutton","minecraft:cooked_porkchop","minecraft:cooked_rabbit","minecraft:cooked_salmon","minecraft:cookie","minecraft:cornflower","minecraft:cow_spawn_egg","minecraft:cracked_stone_bricks","minecraft:crafting_table","minecraft:creeper_banner_pattern","minecraft:creeper_head","minecraft:creeper_spawn_egg","minecraft:crossbow","minecraft:cut_red_sandstone","minecraft:cut_red_sandstone_slab","minecraft:cut_sandstone","minecraft:cut_sandstone_slab","minecraft:cyan_banner","minecraft:cyan_bed","minecraft:cyan_carpet","minecraft:cyan_concrete","minecraft:cyan_concrete_powder","minecraft:cyan_dye","minecraft:cyan_glazed_terracotta","minecraft:cyan_shulker_box","minecraft:cyan_stained_glass","minecraft:cyan_stained_glass_pane","minecraft:cyan_terracotta","minecraft:cyan_wool","minecraft:damaged_anvil","minecraft:dandelion","minecraft:dark_oak_boat","minecraft:dark_oak_button","minecraft:dark_oak_door","minecraft:dark_oak_fence","minecraft:dark_oak_fence_gate","minecraft:dark_oak_leaves","minecraft:dark_oak_log","minecraft:dark_oak_planks","minecraft:dark_oak_pressure_plate","minecraft:dark_oak_sapling","minecraft:dark_oak_sign","minecraft:dark_oak_slab","minecraft:dark_oak_stairs","minecraft:dark_oak_trapdoor","minecraft:dark_oak_wood","minecraft:dark_prismarine","minecraft:dark_prismarine_slab","minecraft:dark_prismarine_stairs","minecraft:daylight_detector","minecraft:dead_brain_coral","minecraft:dead_brain_coral_block","minecraft:dead_brain_coral_fan","minecraft:dead_bubble_coral","minecraft:dead_bubble_coral_block","minecraft:dead_bubble_coral_fan","minecraft:dead_bush","minecraft:dead_fire_coral","minecraft:dead_fire_coral_block","minecraft:dead_fire_coral_fan","minecraft:dead_horn_coral","minecraft:dead_horn_coral_block","minecraft:dead_horn_coral_fan","minecraft:dead_tube_coral","minecraft:dead_tube_coral_block","minecraft:dead_tube_coral_fan","minecraft:debug_stick","minecraft:detector_rail","minecraft:diamond","minecraft:diamond_axe","minecraft:diamond_block","minecraft:diamond_boots","minecraft:diamond_chestplate","minecraft:diamond_helmet","minecraft:diamond_hoe","minecraft:diamond_horse_armor","minecraft:diamond_leggings","minecraft:diamond_ore","minecraft:diamond_pickaxe","minecraft:diamond_shovel","minecraft:diamond_sword","minecraft:diorite","minecraft:diorite_slab","minecraft:diorite_stairs","minecraft:diorite_wall","minecraft:dirt","minecraft:dispenser","minecraft:dolphin_spawn_egg","minecraft:donkey_spawn_egg","minecraft:dragon_breath","minecraft:dragon_egg","minecraft:dragon_head","minecraft:dried_kelp","minecraft:dried_kelp_block","minecraft:dropper","minecraft:drowned_spawn_egg","minecraft:egg","minecraft:elder_guardian_spawn_egg","minecraft:elytra","minecraft:emerald","minecraft:emerald_block","minecraft:emerald_ore","minecraft:enchanted_book","minecraft:enchanted_golden_apple","minecraft:enchanting_table","minecraft:end_crystal","minecraft:end_portal_frame","minecraft:end_rod","minecraft:end_stone","minecraft:end_stone_brick_slab","minecraft:end_stone_brick_stairs","minecraft:end_stone_brick_wall","minecraft:end_stone_bricks","minecraft:ender_chest","minecraft:ender_eye","minecraft:ender_pearl","minecraft:enderman_spawn_egg","minecraft:endermite_spawn_egg","minecraft:evoker_spawn_egg","minecraft:experience_bottle","minecraft:farmland","minecraft:feather","minecraft:fermented_spider_eye","minecraft:fern","minecraft:filled_map","minecraft:fire_charge","minecraft:fire_coral","minecraft:fire_coral_block","minecraft:fire_coral_fan","minecraft:firework_rocket","minecraft:firework_star","minecraft:fishing_rod","minecraft:fletching_table","minecraft:flint","minecraft:flint_and_steel","minecraft:flower_banner_pattern","minecraft:flower_pot","minecraft:fox_spawn_egg","minecraft:furnace","minecraft:furnace_minecart","minecraft:ghast_spawn_egg","minecraft:ghast_tear","minecraft:glass","minecraft:glass_bottle","minecraft:glass_pane","minecraft:glistering_melon_slice","minecraft:globe_banner_pattern","minecraft:glowstone","minecraft:glowstone_dust","minecraft:gold_block","minecraft:gold_ingot","minecraft:gold_nugget","minecraft:gold_ore","minecraft:golden_apple","minecraft:golden_axe","minecraft:golden_boots","minecraft:golden_carrot","minecraft:golden_chestplate","minecraft:golden_helmet","minecraft:golden_hoe","minecraft:golden_horse_armor","minecraft:golden_leggings","minecraft:golden_pickaxe","minecraft:golden_shovel","minecraft:golden_sword","minecraft:granite","minecraft:granite_slab","minecraft:granite_stairs","minecraft:granite_wall","minecraft:grass","minecraft:grass_block","minecraft:grass_path","minecraft:gravel","minecraft:gray_banner","minecraft:gray_bed","minecraft:gray_carpet","minecraft:gray_concrete","minecraft:gray_concrete_powder","minecraft:gray_dye","minecraft:gray_glazed_terracotta","minecraft:gray_shulker_box","minecraft:gray_stained_glass","minecraft:gray_stained_glass_pane","minecraft:gray_terracotta","minecraft:gray_wool","minecraft:green_banner","minecraft:green_bed","minecraft:green_carpet","minecraft:green_concrete","minecraft:green_concrete_powder","minecraft:green_dye","minecraft:green_glazed_terracotta","minecraft:green_shulker_box","minecraft:green_stained_glass","minecraft:green_stained_glass_pane","minecraft:green_terracotta","minecraft:green_wool","minecraft:grindstone","minecraft:guardian_spawn_egg","minecraft:gunpowder","minecraft:hay_block","minecraft:heart_of_the_sea","minecraft:heavy_weighted_pressure_plate","minecraft:honey_block","minecraft:honey_bottle","minecraft:honeycomb","minecraft:honeycomb_block","minecraft:hopper","minecraft:hopper_minecart","minecraft:horn_coral","minecraft:horn_coral_block","minecraft:horn_coral_fan","minecraft:horse_spawn_egg","minecraft:husk_spawn_egg","minecraft:ice","minecraft:infested_chiseled_stone_bricks","minecraft:infested_cobblestone","minecraft:infested_cracked_stone_bricks","minecraft:infested_mossy_stone_bricks","minecraft:infested_stone","minecraft:infested_stone_bricks","minecraft:ink_sac","minecraft:iron_axe","minecraft:iron_bars","minecraft:iron_block","minecraft:iron_boots","minecraft:iron_chestplate","minecraft:iron_door","minecraft:iron_helmet","minecraft:iron_hoe","minecraft:iron_horse_armor","minecraft:iron_ingot","minecraft:iron_leggings","minecraft:iron_nugget","minecraft:iron_ore","minecraft:iron_pickaxe","minecraft:iron_shovel","minecraft:iron_sword","minecraft:iron_trapdoor","minecraft:item_frame","minecraft:jack_o_lantern","minecraft:jigsaw","minecraft:jukebox","minecraft:jungle_boat","minecraft:jungle_button","minecraft:jungle_door","minecraft:jungle_fence","minecraft:jungle_fence_gate","minecraft:jungle_leaves","minecraft:jungle_log","minecraft:jungle_planks","minecraft:jungle_pressure_plate","minecraft:jungle_sapling","minecraft:jungle_sign","minecraft:jungle_slab","minecraft:jungle_stairs","minecraft:jungle_trapdoor","minecraft:jungle_wood","minecraft:kelp","minecraft:knowledge_book","minecraft:ladder","minecraft:lantern","minecraft:lapis_block","minecraft:lapis_lazuli","minecraft:lapis_ore","minecraft:large_fern","minecraft:lava_bucket","minecraft:lead","minecraft:leather","minecraft:leather_boots","minecraft:leather_chestplate","minecraft:leather_helmet","minecraft:leather_horse_armor","minecraft:leather_leggings","minecraft:lectern","minecraft:lever","minecraft:light_blue_banner","minecraft:light_blue_bed","minecraft:light_blue_carpet","minecraft:light_blue_concrete","minecraft:light_blue_concrete_powder","minecraft:light_blue_dye","minecraft:light_blue_glazed_terracotta","minecraft:light_blue_shulker_box","minecraft:light_blue_stained_glass","minecraft:light_blue_stained_glass_pane","minecraft:light_blue_terracotta","minecraft:light_blue_wool","minecraft:light_gray_banner","minecraft:light_gray_bed","minecraft:light_gray_carpet","minecraft:light_gray_concrete","minecraft:light_gray_concrete_powder","minecraft:light_gray_dye","minecraft:light_gray_glazed_terracotta","minecraft:light_gray_shulker_box","minecraft:light_gray_stained_glass","minecraft:light_gray_stained_glass_pane","minecraft:light_gray_terracotta","minecraft:light_gray_wool","minecraft:light_weighted_pressure_plate","minecraft:lilac","minecraft:lily_of_the_valley","minecraft:lily_pad","minecraft:lime_banner","minecraft:lime_bed","minecraft:lime_carpet","minecraft:lime_concrete","minecraft:lime_concrete_powder","minecraft:lime_dye","minecraft:lime_glazed_terracotta","minecraft:lime_shulker_box","minecraft:lime_stained_glass","minecraft:lime_stained_glass_pane","minecraft:lime_terracotta","minecraft:lime_wool","minecraft:lingering_potion","minecraft:llama_spawn_egg","minecraft:loom","minecraft:magenta_banner","minecraft:magenta_bed","minecraft:magenta_carpet","minecraft:magenta_concrete","minecraft:magenta_concrete_powder","minecraft:magenta_dye","minecraft:magenta_glazed_terracotta","minecraft:magenta_shulker_box","minecraft:magenta_stained_glass","minecraft:magenta_stained_glass_pane","minecraft:magenta_terracotta","minecraft:magenta_wool","minecraft:magma_block","minecraft:magma_cream","minecraft:magma_cube_spawn_egg","minecraft:map","minecraft:melon","minecraft:melon_seeds","minecraft:melon_slice","minecraft:milk_bucket","minecraft:minecart","minecraft:mojang_banner_pattern","minecraft:mooshroom_spawn_egg","minecraft:mossy_cobblestone","minecraft:mossy_cobblestone_slab","minecraft:mossy_cobblestone_stairs","minecraft:mossy_cobblestone_wall","minecraft:mossy_stone_brick_slab","minecraft:mossy_stone_brick_stairs","minecraft:mossy_stone_brick_wall","minecraft:mossy_stone_bricks","minecraft:mule_spawn_egg","minecraft:mushroom_stem","minecraft:mushroom_stew","minecraft:music_disc_11","minecraft:music_disc_13","minecraft:music_disc_blocks","minecraft:music_disc_cat","minecraft:music_disc_chirp","minecraft:music_disc_far","minecraft:music_disc_mall","minecraft:music_disc_mellohi","minecraft:music_disc_stal","minecraft:music_disc_strad","minecraft:music_disc_wait","minecraft:music_disc_ward","minecraft:mutton","minecraft:mycelium","minecraft:name_tag","minecraft:nautilus_shell","minecraft:nether_brick","minecraft:nether_brick_fence","minecraft:nether_brick_slab","minecraft:nether_brick_stairs","minecraft:nether_brick_wall","minecraft:nether_bricks","minecraft:nether_quartz_ore","minecraft:nether_star","minecraft:nether_wart","minecraft:nether_wart_block","minecraft:netherrack","minecraft:note_block","minecraft:oak_boat","minecraft:oak_button","minecraft:oak_door","minecraft:oak_fence","minecraft:oak_fence_gate","minecraft:oak_leaves","minecraft:oak_log","minecraft:oak_planks","minecraft:oak_pressure_plate","minecraft:oak_sapling","minecraft:oak_sign","minecraft:oak_slab","minecraft:oak_stairs","minecraft:oak_trapdoor","minecraft:oak_wood","minecraft:observer","minecraft:obsidian","minecraft:ocelot_spawn_egg","minecraft:orange_banner","minecraft:orange_bed","minecraft:orange_carpet","minecraft:orange_concrete","minecraft:orange_concrete_powder","minecraft:orange_dye","minecraft:orange_glazed_terracotta","minecraft:orange_shulker_box","minecraft:orange_stained_glass","minecraft:orange_stained_glass_pane","minecraft:orange_terracotta","minecraft:orange_tulip","minecraft:orange_wool","minecraft:oxeye_daisy","minecraft:packed_ice","minecraft:painting","minecraft:panda_spawn_egg","minecraft:paper","minecraft:parrot_spawn_egg","minecraft:peony","minecraft:petrified_oak_slab","minecraft:phantom_membrane","minecraft:phantom_spawn_egg","minecraft:pig_spawn_egg","minecraft:pillager_spawn_egg","minecraft:pink_banner","minecraft:pink_bed","minecraft:pink_carpet","minecraft:pink_concrete","minecraft:pink_concrete_powder","minecraft:pink_dye","minecraft:pink_glazed_terracotta","minecraft:pink_shulker_box","minecraft:pink_stained_glass","minecraft:pink_stained_glass_pane","minecraft:pink_terracotta","minecraft:pink_tulip","minecraft:pink_wool","minecraft:piston","minecraft:player_head","minecraft:podzol","minecraft:poisonous_potato","minecraft:polar_bear_spawn_egg","minecraft:polished_andesite","minecraft:polished_andesite_slab","minecraft:polished_andesite_stairs","minecraft:polished_diorite","minecraft:polished_diorite_slab","minecraft:polished_diorite_stairs","minecraft:polished_granite","minecraft:polished_granite_slab","minecraft:polished_granite_stairs","minecraft:popped_chorus_fruit","minecraft:poppy","minecraft:porkchop","minecraft:potato","minecraft:potion","minecraft:powered_rail","minecraft:prismarine","minecraft:prismarine_brick_slab","minecraft:prismarine_brick_stairs","minecraft:prismarine_bricks","minecraft:prismarine_crystals","minecraft:prismarine_shard","minecraft:prismarine_slab","minecraft:prismarine_stairs","minecraft:prismarine_wall","minecraft:pufferfish","minecraft:pufferfish_bucket","minecraft:pufferfish_spawn_egg","minecraft:pumpkin","minecraft:pumpkin_pie","minecraft:pumpkin_seeds","minecraft:purple_banner","minecraft:purple_bed","minecraft:purple_carpet","minecraft:purple_concrete","minecraft:purple_concrete_powder","minecraft:purple_dye","minecraft:purple_glazed_terracotta","minecraft:purple_shulker_box","minecraft:purple_stained_glass","minecraft:purple_stained_glass_pane","minecraft:purple_terracotta","minecraft:purple_wool","minecraft:purpur_block","minecraft:purpur_pillar","minecraft:purpur_slab","minecraft:purpur_stairs","minecraft:quartz","minecraft:quartz_block","minecraft:quartz_pillar","minecraft:quartz_slab","minecraft:quartz_stairs","minecraft:rabbit","minecraft:rabbit_foot","minecraft:rabbit_hide","minecraft:rabbit_spawn_egg","minecraft:rabbit_stew","minecraft:rail","minecraft:ravager_spawn_egg","minecraft:red_banner","minecraft:red_bed","minecraft:red_carpet","minecraft:red_concrete","minecraft:red_concrete_powder","minecraft:red_dye","minecraft:red_glazed_terracotta","minecraft:red_mushroom","minecraft:red_mushroom_block","minecraft:red_nether_brick_slab","minecraft:red_nether_brick_stairs","minecraft:red_nether_brick_wall","minecraft:red_nether_bricks","minecraft:red_sand","minecraft:red_sandstone","minecraft:red_sandstone_slab","minecraft:red_sandstone_stairs","minecraft:red_sandstone_wall","minecraft:red_shulker_box","minecraft:red_stained_glass","minecraft:red_stained_glass_pane","minecraft:red_terracotta","minecraft:red_tulip","minecraft:red_wool","minecraft:redstone","minecraft:redstone_block","minecraft:redstone_lamp","minecraft:redstone_ore","minecraft:redstone_torch","minecraft:repeater","minecraft:repeating_command_block","minecraft:rose_bush","minecraft:rotten_flesh","minecraft:saddle","minecraft:salmon","minecraft:salmon_bucket","minecraft:salmon_spawn_egg","minecraft:sand","minecraft:sandstone","minecraft:sandstone_slab","minecraft:sandstone_stairs","minecraft:sandstone_wall","minecraft:scaffolding","minecraft:scute","minecraft:sea_lantern","minecraft:sea_pickle","minecraft:seagrass","minecraft:shears","minecraft:sheep_spawn_egg","minecraft:shield","minecraft:shulker_box","minecraft:shulker_shell","minecraft:shulker_spawn_egg","minecraft:silverfish_spawn_egg","minecraft:skeleton_horse_spawn_egg","minecraft:skeleton_skull","minecraft:skeleton_spawn_egg","minecraft:skull_banner_pattern","minecraft:slime_ball","minecraft:slime_block","minecraft:slime_spawn_egg","minecraft:smithing_table","minecraft:smoker","minecraft:smooth_quartz","minecraft:smooth_quartz_slab","minecraft:smooth_quartz_stairs","minecraft:smooth_red_sandstone","minecraft:smooth_red_sandstone_slab","minecraft:smooth_red_sandstone_stairs","minecraft:smooth_sandstone","minecraft:smooth_sandstone_slab","minecraft:smooth_sandstone_stairs","minecraft:smooth_stone","minecraft:smooth_stone_slab","minecraft:snow","minecraft:snow_block","minecraft:snowball","minecraft:soul_sand","minecraft:spawner","minecraft:spectral_arrow","minecraft:spider_eye","minecraft:spider_spawn_egg","minecraft:splash_potion","minecraft:sponge","minecraft:spruce_boat","minecraft:spruce_button","minecraft:spruce_door","minecraft:spruce_fence","minecraft:spruce_fence_gate","minecraft:spruce_leaves","minecraft:spruce_log","minecraft:spruce_planks","minecraft:spruce_pressure_plate","minecraft:spruce_sapling","minecraft:spruce_sign","minecraft:spruce_slab","minecraft:spruce_stairs","minecraft:spruce_trapdoor","minecraft:spruce_wood","minecraft:squid_spawn_egg","minecraft:stick","minecraft:sticky_piston","minecraft:stone","minecraft:stone_axe","minecraft:stone_brick_slab","minecraft:stone_brick_stairs","minecraft:stone_brick_wall","minecraft:stone_bricks","minecraft:stone_button","minecraft:stone_hoe","minecraft:stone_pickaxe","minecraft:stone_pressure_plate","minecraft:stone_shovel","minecraft:stone_slab","minecraft:stone_stairs","minecraft:stone_sword","minecraft:stonecutter","minecraft:stray_spawn_egg","minecraft:string","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood","minecraft:structure_block","minecraft:structure_void","minecraft:sugar","minecraft:sugar_cane","minecraft:sunflower","minecraft:suspicious_stew","minecraft:sweet_berries","minecraft:tall_grass","minecraft:terracotta","minecraft:tipped_arrow","minecraft:tnt","minecraft:tnt_minecart","minecraft:torch","minecraft:totem_of_undying","minecraft:trader_llama_spawn_egg","minecraft:trapped_chest","minecraft:trident","minecraft:tripwire_hook","minecraft:tropical_fish","minecraft:tropical_fish_bucket","minecraft:tropical_fish_spawn_egg","minecraft:tube_coral","minecraft:tube_coral_block","minecraft:tube_coral_fan","minecraft:turtle_egg","minecraft:turtle_helmet","minecraft:turtle_spawn_egg","minecraft:vex_spawn_egg","minecraft:villager_spawn_egg","minecraft:vindicator_spawn_egg","minecraft:vine","minecraft:wandering_trader_spawn_egg","minecraft:water_bucket","minecraft:wet_sponge","minecraft:wheat","minecraft:wheat_seeds","minecraft:white_banner","minecraft:white_bed","minecraft:white_carpet","minecraft:white_concrete","minecraft:white_concrete_powder","minecraft:white_dye","minecraft:white_glazed_terracotta","minecraft:white_shulker_box","minecraft:white_stained_glass","minecraft:white_stained_glass_pane","minecraft:white_terracotta","minecraft:white_tulip","minecraft:white_wool","minecraft:witch_spawn_egg","minecraft:wither_rose","minecraft:wither_skeleton_skull","minecraft:wither_skeleton_spawn_egg","minecraft:wolf_spawn_egg","minecraft:wooden_axe","minecraft:wooden_hoe","minecraft:wooden_pickaxe","minecraft:wooden_shovel","minecraft:wooden_sword","minecraft:writable_book","minecraft:written_book","minecraft:yellow_banner","minecraft:yellow_bed","minecraft:yellow_carpet","minecraft:yellow_concrete","minecraft:yellow_concrete_powder","minecraft:yellow_dye","minecraft:yellow_glazed_terracotta","minecraft:yellow_shulker_box","minecraft:yellow_stained_glass","minecraft:yellow_stained_glass_pane","minecraft:yellow_terracotta","minecraft:yellow_wool","minecraft:zombie_head","minecraft:zombie_horse_spawn_egg","minecraft:zombie_pigman_spawn_egg","minecraft:zombie_spawn_egg","minecraft:zombie_villager_spawn_egg"],"entities":["minecraft:area_effect_cloud","minecraft:armor_stand","minecraft:arrow","minecraft:bat","minecraft:bee","minecraft:blaze","minecraft:boat","minecraft:cat","minecraft:cave_spider","minecraft:chest_minecart","minecraft:chicken","minecraft:cod","minecraft:command_block_minecart","minecraft:cow","minecraft:creeper","minecraft:dolphin","minecraft:donkey","minecraft:dragon_fireball","minecraft:drowned","minecraft:egg","minecraft:elder_guardian","minecraft:end_crystal","minecraft:ender_dragon","minecraft:ender_pearl","minecraft:enderman","minecraft:endermite","minecraft:evoker","minecraft:evoker_fangs","minecraft:experience_bottle","minecraft:experience_orb","minecraft:eye_of_ender","minecraft:falling_block","minecraft:fireball","minecraft:firework_rocket","minecraft:fishing_bobber","minecraft:fox","minecraft:furnace_minecart","minecraft:ghast","minecraft:giant","minecraft:guardian","minecraft:hopper_minecart","minecraft:horse","minecraft:husk","minecraft:illusioner","minecraft:iron_golem","minecraft:item","minecraft:item_frame","minecraft:leash_knot","minecraft:lightning_bolt","minecraft:llama","minecraft:llama_spit","minecraft:magma_cube","minecraft:minecart","minecraft:mooshroom","minecraft:mule","minecraft:ocelot","minecraft:painting","minecraft:panda","minecraft:parrot","minecraft:phantom","minecraft:pig","minecraft:pillager","minecraft:player","minecraft:polar_bear","minecraft:potion","minecraft:pufferfish","minecraft:rabbit","minecraft:ravager","minecraft:salmon","minecraft:sheep","minecraft:shulker","minecraft:shulker_bullet","minecraft:silverfish","minecraft:skeleton","minecraft:skeleton_horse","minecraft:slime","minecraft:small_fireball","minecraft:snow_golem","minecraft:snowball","minecraft:spawner_minecart","minecraft:spectral_arrow","minecraft:spider","minecraft:squid","minecraft:stray","minecraft:tnt","minecraft:tnt_minecart","minecraft:trader_llama","minecraft:trident","minecraft:tropical_fish","minecraft:turtle","minecraft:vex","minecraft:villager","minecraft:vindicator","minecraft:wandering_trader","minecraft:witch","minecraft:wither","minecraft:wither_skeleton","minecraft:wither_skull","minecraft:wolf","minecraft:zombie","minecraft:zombie_horse","minecraft:zombie_pigman","minecraft:zombie_villager"],"biomes":["minecraft:badlands","minecraft:badlands_plateau","minecraft:bamboo_jungle","minecraft:bamboo_jungle_hills","minecraft:beach","minecraft:birch_forest","minecraft:birch_forest_hills","minecraft:cold_ocean","minecraft:dark_forest","minecraft:dark_forest_hills","minecraft:deep_cold_ocean","minecraft:deep_frozen_ocean","minecraft:deep_lukewarm_ocean","minecraft:deep_ocean","minecraft:deep_warm_ocean","minecraft:desert","minecraft:desert_hills","minecraft:desert_lakes","minecraft:end_barrens","minecraft:end_highlands","minecraft:end_midlands","minecraft:eroded_badlands","minecraft:flower_forest","minecraft:forest","minecraft:frozen_ocean","minecraft:frozen_river","minecraft:giant_spruce_taiga","minecraft:giant_spruce_taiga_hills","minecraft:giant_tree_taiga","minecraft:giant_tree_taiga_hills","minecraft:gravelly_mountains","minecraft:ice_spikes","minecraft:jungle","minecraft:jungle_edge","minecraft:jungle_hills","minecraft:lukewarm_ocean","minecraft:modified_badlands_plateau","minecraft:modified_gravelly_mountains","minecraft:modified_jungle","minecraft:modified_jungle_edge","minecraft:modified_wooded_badlands_plateau","minecraft:mountain_edge","minecraft:mountains","minecraft:mushroom_field_shore","minecraft:mushroom_fields","minecraft:nether","minecraft:ocean","minecraft:plains","minecraft:river","minecraft:savanna","minecraft:savanna_plateau","minecraft:shattered_savanna","minecraft:shattered_savanna_plateau","minecraft:small_end_islands","minecraft:snowy_beach","minecraft:snowy_mountains","minecraft:snowy_taiga","minecraft:snowy_taiga_hills","minecraft:snowy_taiga_mountains","minecraft:snowy_tundra","minecraft:stone_shore","minecraft:sunflower_plains","minecraft:swamp","minecraft:swamp_hills","minecraft:taiga","minecraft:taiga_hills","minecraft:taiga_mountains","minecraft:tall_birch_forest","minecraft:tall_birch_hills","minecraft:the_end","minecraft:the_void","minecraft:warm_ocean","minecraft:wooded_badlands_plateau","minecraft:wooded_hills","minecraft:wooded_mountains"],"blocktags":{"minecraft:slabs":["minecraft:stone_slab","minecraft:smooth_stone_slab","minecraft:stone_brick_slab","minecraft:sandstone_slab","minecraft:acacia_slab","minecraft:birch_slab","minecraft:dark_oak_slab","minecraft:jungle_slab","minecraft:oak_slab","minecraft:spruce_slab","minecraft:purpur_slab","minecraft:quartz_slab","minecraft:red_sandstone_slab","minecraft:brick_slab","minecraft:cobblestone_slab","minecraft:nether_brick_slab","minecraft:petrified_oak_slab","minecraft:prismarine_slab","minecraft:prismarine_brick_slab","minecraft:dark_prismarine_slab","minecraft:polished_granite_slab","minecraft:smooth_red_sandstone_slab","minecraft:mossy_stone_brick_slab","minecraft:polished_diorite_slab","minecraft:mossy_cobblestone_slab","minecraft:end_stone_brick_slab","minecraft:smooth_sandstone_slab","minecraft:smooth_quartz_slab","minecraft:granite_slab","minecraft:andesite_slab","minecraft:red_nether_brick_slab","minecraft:polished_andesite_slab","minecraft:diorite_slab","minecraft:cut_sandstone_slab","minecraft:cut_red_sandstone_slab"],"minecraft:carpets":["minecraft:white_carpet","minecraft:orange_carpet","minecraft:magenta_carpet","minecraft:light_blue_carpet","minecraft:yellow_carpet","minecraft:lime_carpet","minecraft:pink_carpet","minecraft:gray_carpet","minecraft:light_gray_carpet","minecraft:cyan_carpet","minecraft:purple_carpet","minecraft:blue_carpet","minecraft:brown_carpet","minecraft:green_carpet","minecraft:red_carpet","minecraft:black_carpet"],"minecraft:stairs":["minecraft:oak_stairs","minecraft:cobblestone_stairs","minecraft:spruce_stairs","minecraft:sandstone_stairs","minecraft:acacia_stairs","minecraft:jungle_stairs","minecraft:birch_stairs","minecraft:dark_oak_stairs","minecraft:nether_brick_stairs","minecraft:stone_brick_stairs","minecraft:brick_stairs","minecraft:purpur_stairs","minecraft:quartz_stairs","minecraft:red_sandstone_stairs","minecraft:prismarine_brick_stairs","minecraft:prismarine_stairs","minecraft:dark_prismarine_stairs","minecraft:polished_granite_stairs","minecraft:smooth_red_sandstone_stairs","minecraft:mossy_stone_brick_stairs","minecraft:polished_diorite_stairs","minecraft:mossy_cobblestone_stairs","minecraft:end_stone_brick_stairs","minecraft:stone_stairs","minecraft:smooth_sandstone_stairs","minecraft:smooth_quartz_stairs","minecraft:granite_stairs","minecraft:andesite_stairs","minecraft:red_nether_brick_stairs","minecraft:polished_andesite_stairs","minecraft:diorite_stairs"],"minecraft:wooden_doors":["minecraft:oak_door","minecraft:spruce_door","minecraft:birch_door","minecraft:jungle_door","minecraft:acacia_door","minecraft:dark_oak_door"],"minecraft:jungle_logs":["minecraft:jungle_log","minecraft:jungle_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood"],"minecraft:planks":["minecraft:oak_planks","minecraft:spruce_planks","minecraft:birch_planks","minecraft:jungle_planks","minecraft:acacia_planks","minecraft:dark_oak_planks"],"minecraft:wall_corals":["minecraft:tube_coral_wall_fan","minecraft:brain_coral_wall_fan","minecraft:bubble_coral_wall_fan","minecraft:fire_coral_wall_fan","minecraft:horn_coral_wall_fan"],"minecraft:shulker_boxes":["minecraft:shulker_box","minecraft:black_shulker_box","minecraft:blue_shulker_box","minecraft:brown_shulker_box","minecraft:cyan_shulker_box","minecraft:gray_shulker_box","minecraft:green_shulker_box","minecraft:light_blue_shulker_box","minecraft:light_gray_shulker_box","minecraft:lime_shulker_box","minecraft:magenta_shulker_box","minecraft:orange_shulker_box","minecraft:pink_shulker_box","minecraft:purple_shulker_box","minecraft:red_shulker_box","minecraft:white_shulker_box","minecraft:yellow_shulker_box"],"minecraft:acacia_logs":["minecraft:acacia_log","minecraft:acacia_wood","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood"],"minecraft:wither_immune":["minecraft:barrier","minecraft:bedrock","minecraft:end_portal","minecraft:end_portal_frame","minecraft:end_gateway","minecraft:command_block","minecraft:repeating_command_block","minecraft:chain_command_block","minecraft:structure_block","minecraft:jigsaw","minecraft:moving_piston"],"minecraft:flower_pots":["minecraft:flower_pot","minecraft:potted_poppy","minecraft:potted_blue_orchid","minecraft:potted_allium","minecraft:potted_azure_bluet","minecraft:potted_red_tulip","minecraft:potted_orange_tulip","minecraft:potted_white_tulip","minecraft:potted_pink_tulip","minecraft:potted_oxeye_daisy","minecraft:potted_dandelion","minecraft:potted_oak_sapling","minecraft:potted_spruce_sapling","minecraft:potted_birch_sapling","minecraft:potted_jungle_sapling","minecraft:potted_acacia_sapling","minecraft:potted_dark_oak_sapling","minecraft:potted_red_mushroom","minecraft:potted_brown_mushroom","minecraft:potted_dead_bush","minecraft:potted_fern","minecraft:potted_cactus","minecraft:potted_cornflower","minecraft:potted_lily_of_the_valley","minecraft:potted_wither_rose","minecraft:potted_bamboo"],"minecraft:stone_bricks":["minecraft:stone_bricks","minecraft:mossy_stone_bricks","minecraft:cracked_stone_bricks","minecraft:chiseled_stone_bricks"],"minecraft:enderman_holdable":["minecraft:grass_block","minecraft:dirt","minecraft:coarse_dirt","minecraft:podzol","minecraft:sand","minecraft:red_sand","minecraft:gravel","minecraft:brown_mushroom","minecraft:red_mushroom","minecraft:tnt","minecraft:cactus","minecraft:clay","minecraft:pumpkin","minecraft:carved_pumpkin","minecraft:melon","minecraft:mycelium","minecraft:netherrack","minecraft:dandelion","minecraft:poppy","minecraft:blue_orchid","minecraft:allium","minecraft:azure_bluet","minecraft:red_tulip","minecraft:orange_tulip","minecraft:white_tulip","minecraft:pink_tulip","minecraft:oxeye_daisy","minecraft:cornflower","minecraft:lily_of_the_valley","minecraft:wither_rose"],"minecraft:spruce_logs":["minecraft:spruce_log","minecraft:spruce_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood"],"minecraft:flowers":["minecraft:dandelion","minecraft:poppy","minecraft:blue_orchid","minecraft:allium","minecraft:azure_bluet","minecraft:red_tulip","minecraft:orange_tulip","minecraft:white_tulip","minecraft:pink_tulip","minecraft:oxeye_daisy","minecraft:cornflower","minecraft:lily_of_the_valley","minecraft:wither_rose","minecraft:sunflower","minecraft:lilac","minecraft:peony","minecraft:rose_bush"],"minecraft:wooden_slabs":["minecraft:oak_slab","minecraft:spruce_slab","minecraft:birch_slab","minecraft:jungle_slab","minecraft:acacia_slab","minecraft:dark_oak_slab"],"minecraft:coral_blocks":["minecraft:tube_coral_block","minecraft:brain_coral_block","minecraft:bubble_coral_block","minecraft:fire_coral_block","minecraft:horn_coral_block"],"minecraft:signs":["minecraft:oak_sign","minecraft:spruce_sign","minecraft:birch_sign","minecraft:acacia_sign","minecraft:jungle_sign","minecraft:dark_oak_sign","minecraft:oak_wall_sign","minecraft:spruce_wall_sign","minecraft:birch_wall_sign","minecraft:acacia_wall_sign","minecraft:jungle_wall_sign","minecraft:dark_oak_wall_sign"],"minecraft:dark_oak_logs":["minecraft:dark_oak_log","minecraft:dark_oak_wood","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood"],"minecraft:sand":["minecraft:sand","minecraft:red_sand"],"minecraft:valid_spawn":["minecraft:grass_block","minecraft:podzol"],"minecraft:underwater_bonemeals":["minecraft:seagrass","minecraft:tube_coral_fan","minecraft:brain_coral_fan","minecraft:bubble_coral_fan","minecraft:fire_coral_fan","minecraft:horn_coral_fan","minecraft:tube_coral","minecraft:brain_coral","minecraft:bubble_coral","minecraft:fire_coral","minecraft:horn_coral","minecraft:tube_coral_wall_fan","minecraft:brain_coral_wall_fan","minecraft:bubble_coral_wall_fan","minecraft:fire_coral_wall_fan","minecraft:horn_coral_wall_fan"],"minecraft:oak_logs":["minecraft:oak_log","minecraft:oak_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood"],"minecraft:buttons":["minecraft:stone_button","minecraft:oak_button","minecraft:spruce_button","minecraft:birch_button","minecraft:jungle_button","minecraft:acacia_button","minecraft:dark_oak_button"],"minecraft:wooden_pressure_plates":["minecraft:oak_pressure_plate","minecraft:spruce_pressure_plate","minecraft:birch_pressure_plate","minecraft:jungle_pressure_plate","minecraft:acacia_pressure_plate","minecraft:dark_oak_pressure_plate"],"minecraft:beds":["minecraft:red_bed","minecraft:black_bed","minecraft:blue_bed","minecraft:brown_bed","minecraft:cyan_bed","minecraft:gray_bed","minecraft:green_bed","minecraft:light_blue_bed","minecraft:light_gray_bed","minecraft:lime_bed","minecraft:magenta_bed","minecraft:orange_bed","minecraft:pink_bed","minecraft:purple_bed","minecraft:white_bed","minecraft:yellow_bed"],"minecraft:walls":["minecraft:cobblestone_wall","minecraft:mossy_cobblestone_wall","minecraft:brick_wall","minecraft:prismarine_wall","minecraft:red_sandstone_wall","minecraft:mossy_stone_brick_wall","minecraft:granite_wall","minecraft:stone_brick_wall","minecraft:nether_brick_wall","minecraft:andesite_wall","minecraft:red_nether_brick_wall","minecraft:sandstone_wall","minecraft:end_stone_brick_wall","minecraft:diorite_wall"],"minecraft:rails":["minecraft:rail","minecraft:powered_rail","minecraft:detector_rail","minecraft:activator_rail"],"minecraft:beehives":["minecraft:bee_nest","minecraft:beehive"],"minecraft:birch_logs":["minecraft:birch_log","minecraft:birch_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood"],"minecraft:wooden_trapdoors":["minecraft:acacia_trapdoor","minecraft:birch_trapdoor","minecraft:dark_oak_trapdoor","minecraft:jungle_trapdoor","minecraft:oak_trapdoor","minecraft:spruce_trapdoor"],"minecraft:wooden_fences":["minecraft:oak_fence","minecraft:acacia_fence","minecraft:dark_oak_fence","minecraft:spruce_fence","minecraft:birch_fence","minecraft:jungle_fence"],"minecraft:saplings":["minecraft:oak_sapling","minecraft:spruce_sapling","minecraft:birch_sapling","minecraft:jungle_sapling","minecraft:acacia_sapling","minecraft:dark_oak_sapling"],"minecraft:small_flowers":["minecraft:dandelion","minecraft:poppy","minecraft:blue_orchid","minecraft:allium","minecraft:azure_bluet","minecraft:red_tulip","minecraft:orange_tulip","minecraft:white_tulip","minecraft:pink_tulip","minecraft:oxeye_daisy","minecraft:cornflower","minecraft:lily_of_the_valley","minecraft:wither_rose"],"minecraft:crops":["minecraft:beetroots","minecraft:carrots","minecraft:potatoes","minecraft:wheat","minecraft:melon_stem","minecraft:pumpkin_stem"],"minecraft:bamboo_plantable_on":["minecraft:bamboo","minecraft:bamboo_sapling","minecraft:gravel","minecraft:dirt","minecraft:grass_block","minecraft:podzol","minecraft:coarse_dirt","minecraft:mycelium","minecraft:sand","minecraft:red_sand"],"minecraft:ice":["minecraft:ice","minecraft:packed_ice","minecraft:blue_ice","minecraft:frosted_ice"],"minecraft:wooden_stairs":["minecraft:oak_stairs","minecraft:spruce_stairs","minecraft:birch_stairs","minecraft:jungle_stairs","minecraft:acacia_stairs","minecraft:dark_oak_stairs"],"minecraft:anvil":["minecraft:anvil","minecraft:chipped_anvil","minecraft:damaged_anvil"],"minecraft:tall_flowers":["minecraft:sunflower","minecraft:lilac","minecraft:peony","minecraft:rose_bush"],"minecraft:logs":["minecraft:dark_oak_log","minecraft:dark_oak_wood","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood","minecraft:oak_log","minecraft:oak_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood","minecraft:acacia_log","minecraft:acacia_wood","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood","minecraft:birch_log","minecraft:birch_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood","minecraft:jungle_log","minecraft:jungle_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood","minecraft:spruce_log","minecraft:spruce_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood"],"minecraft:corals":["minecraft:tube_coral_fan","minecraft:brain_coral_fan","minecraft:bubble_coral_fan","minecraft:fire_coral_fan","minecraft:horn_coral_fan","minecraft:tube_coral","minecraft:brain_coral","minecraft:bubble_coral","minecraft:fire_coral","minecraft:horn_coral"],"minecraft:bee_growables":["minecraft:sweet_berry_bush","minecraft:beetroots","minecraft:carrots","minecraft:potatoes","minecraft:wheat","minecraft:melon_stem","minecraft:pumpkin_stem"],"minecraft:wooden_buttons":["minecraft:oak_button","minecraft:spruce_button","minecraft:birch_button","minecraft:jungle_button","minecraft:acacia_button","minecraft:dark_oak_button"],"minecraft:wool":["minecraft:white_wool","minecraft:orange_wool","minecraft:magenta_wool","minecraft:light_blue_wool","minecraft:yellow_wool","minecraft:lime_wool","minecraft:pink_wool","minecraft:gray_wool","minecraft:light_gray_wool","minecraft:cyan_wool","minecraft:purple_wool","minecraft:blue_wool","minecraft:brown_wool","minecraft:green_wool","minecraft:red_wool","minecraft:black_wool"],"minecraft:coral_plants":["minecraft:tube_coral","minecraft:brain_coral","minecraft:bubble_coral","minecraft:fire_coral","minecraft:horn_coral"],"minecraft:banners":["minecraft:white_banner","minecraft:orange_banner","minecraft:magenta_banner","minecraft:light_blue_banner","minecraft:yellow_banner","minecraft:lime_banner","minecraft:pink_banner","minecraft:gray_banner","minecraft:light_gray_banner","minecraft:cyan_banner","minecraft:purple_banner","minecraft:blue_banner","minecraft:brown_banner","minecraft:green_banner","minecraft:red_banner","minecraft:black_banner","minecraft:white_wall_banner","minecraft:orange_wall_banner","minecraft:magenta_wall_banner","minecraft:light_blue_wall_banner","minecraft:yellow_wall_banner","minecraft:lime_wall_banner","minecraft:pink_wall_banner","minecraft:gray_wall_banner","minecraft:light_gray_wall_banner","minecraft:cyan_wall_banner","minecraft:purple_wall_banner","minecraft:blue_wall_banner","minecraft:brown_wall_banner","minecraft:green_wall_banner","minecraft:red_wall_banner","minecraft:black_wall_banner"],"minecraft:dragon_immune":["minecraft:barrier","minecraft:bedrock","minecraft:end_portal","minecraft:end_portal_frame","minecraft:end_gateway","minecraft:command_block","minecraft:repeating_command_block","minecraft:chain_command_block","minecraft:structure_block","minecraft:jigsaw","minecraft:moving_piston","minecraft:obsidian","minecraft:end_stone","minecraft:iron_bars"],"minecraft:doors":["minecraft:iron_door","minecraft:oak_door","minecraft:spruce_door","minecraft:birch_door","minecraft:jungle_door","minecraft:acacia_door","minecraft:dark_oak_door"],"minecraft:portals":["minecraft:nether_portal","minecraft:end_portal","minecraft:end_gateway"],"minecraft:fences":["minecraft:nether_brick_fence","minecraft:oak_fence","minecraft:acacia_fence","minecraft:dark_oak_fence","minecraft:spruce_fence","minecraft:birch_fence","minecraft:jungle_fence"],"minecraft:wall_signs":["minecraft:oak_wall_sign","minecraft:spruce_wall_sign","minecraft:birch_wall_sign","minecraft:acacia_wall_sign","minecraft:jungle_wall_sign","minecraft:dark_oak_wall_sign"],"minecraft:standing_signs":["minecraft:oak_sign","minecraft:spruce_sign","minecraft:birch_sign","minecraft:acacia_sign","minecraft:jungle_sign","minecraft:dark_oak_sign"],"minecraft:impermeable":["minecraft:glass","minecraft:white_stained_glass","minecraft:orange_stained_glass","minecraft:magenta_stained_glass","minecraft:light_blue_stained_glass","minecraft:yellow_stained_glass","minecraft:lime_stained_glass","minecraft:pink_stained_glass","minecraft:gray_stained_glass","minecraft:light_gray_stained_glass","minecraft:cyan_stained_glass","minecraft:purple_stained_glass","minecraft:blue_stained_glass","minecraft:brown_stained_glass","minecraft:green_stained_glass","minecraft:red_stained_glass","minecraft:black_stained_glass"],"minecraft:trapdoors":["minecraft:iron_trapdoor","minecraft:acacia_trapdoor","minecraft:birch_trapdoor","minecraft:dark_oak_trapdoor","minecraft:jungle_trapdoor","minecraft:oak_trapdoor","minecraft:spruce_trapdoor"],"minecraft:leaves":["minecraft:jungle_leaves","minecraft:oak_leaves","minecraft:spruce_leaves","minecraft:dark_oak_leaves","minecraft:acacia_leaves","minecraft:birch_leaves"]},"itemtags":{"minecraft:boats":["minecraft:oak_boat","minecraft:spruce_boat","minecraft:birch_boat","minecraft:jungle_boat","minecraft:acacia_boat","minecraft:dark_oak_boat"],"minecraft:banners":["minecraft:white_banner","minecraft:orange_banner","minecraft:magenta_banner","minecraft:light_blue_banner","minecraft:yellow_banner","minecraft:lime_banner","minecraft:pink_banner","minecraft:gray_banner","minecraft:light_gray_banner","minecraft:cyan_banner","minecraft:purple_banner","minecraft:blue_banner","minecraft:brown_banner","minecraft:green_banner","minecraft:red_banner","minecraft:black_banner"],"minecraft:arrows":["minecraft:arrow","minecraft:tipped_arrow","minecraft:spectral_arrow"],"minecraft:coals":["minecraft:coal","minecraft:charcoal"],"minecraft:music_discs":["minecraft:music_disc_13","minecraft:music_disc_cat","minecraft:music_disc_blocks","minecraft:music_disc_chirp","minecraft:music_disc_far","minecraft:music_disc_mall","minecraft:music_disc_mellohi","minecraft:music_disc_stal","minecraft:music_disc_strad","minecraft:music_disc_ward","minecraft:music_disc_11","minecraft:music_disc_wait"],"minecraft:fishes":["minecraft:cod","minecraft:cooked_cod","minecraft:salmon","minecraft:cooked_salmon","minecraft:pufferfish","minecraft:tropical_fish"],"minecraft:lectern_books":["minecraft:written_book","minecraft:writable_book"]},"entitytags":{"minecraft:raiders":["minecraft:evoker","minecraft:pillager","minecraft:ravager","minecraft:vindicator","minecraft:illusioner","minecraft:witch"],"minecraft:skeletons":["minecraft:skeleton","minecraft:stray","minecraft:wither_skeleton"],"minecraft:arrows":["minecraft:arrow","minecraft:spectral_arrow"],"minecraft:beehive_inhabitors":["minecraft:bee"]}}
\ No newline at end of file
+{
+ "blocks": {
+ "minecraft:acacia_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:acacia_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:acacia_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:acacia_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:acacia_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:acacia_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:acacia_log[axis=y]"
+ },
+ "minecraft:acacia_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:acacia_planks"
+ },
+ "minecraft:acacia_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_pressure_plate[powered=false]"
+ },
+ "minecraft:acacia_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:acacia_sapling[stage=0]"
+ },
+ "minecraft:acacia_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:acacia_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:acacia_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:acacia_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:acacia_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:acacia_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:acacia_wood[axis=y]"
+ },
+ "minecraft:activator_rail": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "shape": {
+ "values": [
+ "north_south",
+ "east_west",
+ "ascending_east",
+ "ascending_west",
+ "ascending_north",
+ "ascending_south"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:activator_rail[powered=false,shape=north_south]"
+ },
+ "minecraft:air": {
+ "properties": {},
+ "defaultstate": "minecraft:air"
+ },
+ "minecraft:allium": {
+ "properties": {},
+ "defaultstate": "minecraft:allium"
+ },
+ "minecraft:andesite": {
+ "properties": {},
+ "defaultstate": "minecraft:andesite"
+ },
+ "minecraft:andesite_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:andesite_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:andesite_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:andesite_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:andesite_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:anvil": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:anvil[facing=north]"
+ },
+ "minecraft:attached_melon_stem": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:attached_melon_stem[facing=north]"
+ },
+ "minecraft:attached_pumpkin_stem": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:attached_pumpkin_stem[facing=north]"
+ },
+ "minecraft:azure_bluet": {
+ "properties": {},
+ "defaultstate": "minecraft:azure_bluet"
+ },
+ "minecraft:bamboo": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ },
+ "leaves": {
+ "values": [
+ "none",
+ "small",
+ "large"
+ ],
+ "type": "enum"
+ },
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:bamboo[age=0,leaves=none,stage=0]"
+ },
+ "minecraft:bamboo_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:bamboo_sapling"
+ },
+ "minecraft:barrel": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:barrel[facing=north,open=false]"
+ },
+ "minecraft:barrier": {
+ "properties": {},
+ "defaultstate": "minecraft:barrier"
+ },
+ "minecraft:beacon": {
+ "properties": {},
+ "defaultstate": "minecraft:beacon"
+ },
+ "minecraft:bedrock": {
+ "properties": {},
+ "defaultstate": "minecraft:bedrock"
+ },
+ "minecraft:bee_nest": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "honey_level": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:bee_nest[facing=north,honey_level=0]"
+ },
+ "minecraft:beehive": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "honey_level": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:beehive[facing=north,honey_level=0]"
+ },
+ "minecraft:beetroots": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:beetroots[age=0]"
+ },
+ "minecraft:bell": {
+ "properties": {
+ "attachment": {
+ "values": [
+ "floor",
+ "ceiling",
+ "single_wall",
+ "double_wall"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:bell[attachment=floor,facing=north,powered=false]"
+ },
+ "minecraft:birch_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:birch_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:birch_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:birch_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:birch_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:birch_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:birch_log[axis=y]"
+ },
+ "minecraft:birch_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:birch_planks"
+ },
+ "minecraft:birch_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_pressure_plate[powered=false]"
+ },
+ "minecraft:birch_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:birch_sapling[stage=0]"
+ },
+ "minecraft:birch_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:birch_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:birch_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:birch_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:birch_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:birch_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:birch_wood[axis=y]"
+ },
+ "minecraft:black_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:black_banner[rotation=0]"
+ },
+ "minecraft:black_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:black_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:black_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:black_carpet"
+ },
+ "minecraft:black_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:black_concrete"
+ },
+ "minecraft:black_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:black_concrete_powder"
+ },
+ "minecraft:black_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:black_glazed_terracotta[facing=north]"
+ },
+ "minecraft:black_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:black_shulker_box[facing=up]"
+ },
+ "minecraft:black_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:black_stained_glass"
+ },
+ "minecraft:black_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:black_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:black_terracotta"
+ },
+ "minecraft:black_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:black_wall_banner[facing=north]"
+ },
+ "minecraft:black_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:black_wool"
+ },
+ "minecraft:blast_furnace": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:blast_furnace[facing=north,lit=false]"
+ },
+ "minecraft:blue_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:blue_banner[rotation=0]"
+ },
+ "minecraft:blue_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:blue_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:blue_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_carpet"
+ },
+ "minecraft:blue_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_concrete"
+ },
+ "minecraft:blue_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_concrete_powder"
+ },
+ "minecraft:blue_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:blue_glazed_terracotta[facing=north]"
+ },
+ "minecraft:blue_ice": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_ice"
+ },
+ "minecraft:blue_orchid": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_orchid"
+ },
+ "minecraft:blue_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:blue_shulker_box[facing=up]"
+ },
+ "minecraft:blue_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_stained_glass"
+ },
+ "minecraft:blue_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:blue_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_terracotta"
+ },
+ "minecraft:blue_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:blue_wall_banner[facing=north]"
+ },
+ "minecraft:blue_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_wool"
+ },
+ "minecraft:bone_block": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:bone_block[axis=y]"
+ },
+ "minecraft:bookshelf": {
+ "properties": {},
+ "defaultstate": "minecraft:bookshelf"
+ },
+ "minecraft:brain_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brain_coral[waterlogged=true]"
+ },
+ "minecraft:brain_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:brain_coral_block"
+ },
+ "minecraft:brain_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brain_coral_fan[waterlogged=true]"
+ },
+ "minecraft:brain_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brain_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:brewing_stand": {
+ "properties": {
+ "has_bottle_0": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "has_bottle_1": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "has_bottle_2": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false]"
+ },
+ "minecraft:brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:brick_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:bricks"
+ },
+ "minecraft:brown_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:brown_banner[rotation=0]"
+ },
+ "minecraft:brown_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:brown_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:brown_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_carpet"
+ },
+ "minecraft:brown_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_concrete"
+ },
+ "minecraft:brown_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_concrete_powder"
+ },
+ "minecraft:brown_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:brown_glazed_terracotta[facing=north]"
+ },
+ "minecraft:brown_mushroom": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_mushroom"
+ },
+ "minecraft:brown_mushroom_block": {
+ "properties": {
+ "down": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]"
+ },
+ "minecraft:brown_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:brown_shulker_box[facing=up]"
+ },
+ "minecraft:brown_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_stained_glass"
+ },
+ "minecraft:brown_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:brown_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_terracotta"
+ },
+ "minecraft:brown_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:brown_wall_banner[facing=north]"
+ },
+ "minecraft:brown_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_wool"
+ },
+ "minecraft:bubble_column": {
+ "properties": {
+ "drag": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:bubble_column[drag=true]"
+ },
+ "minecraft:bubble_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:bubble_coral[waterlogged=true]"
+ },
+ "minecraft:bubble_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:bubble_coral_block"
+ },
+ "minecraft:bubble_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:bubble_coral_fan[waterlogged=true]"
+ },
+ "minecraft:bubble_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:bubble_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:cactus": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:cactus[age=0]"
+ },
+ "minecraft:cake": {
+ "properties": {
+ "bites": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:cake[bites=0]"
+ },
+ "minecraft:campfire": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "signal_fire": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false]"
+ },
+ "minecraft:carrots": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:carrots[age=0]"
+ },
+ "minecraft:cartography_table": {
+ "properties": {},
+ "defaultstate": "minecraft:cartography_table"
+ },
+ "minecraft:carved_pumpkin": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:carved_pumpkin[facing=north]"
+ },
+ "minecraft:cauldron": {
+ "properties": {
+ "level": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:cauldron[level=0]"
+ },
+ "minecraft:cave_air": {
+ "properties": {},
+ "defaultstate": "minecraft:cave_air"
+ },
+ "minecraft:chain_command_block": {
+ "properties": {
+ "conditional": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:chain_command_block[conditional=false,facing=north]"
+ },
+ "minecraft:chest": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "type": {
+ "values": [
+ "single",
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:chest[facing=north,type=single,waterlogged=false]"
+ },
+ "minecraft:chipped_anvil": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:chipped_anvil[facing=north]"
+ },
+ "minecraft:chiseled_quartz_block": {
+ "properties": {},
+ "defaultstate": "minecraft:chiseled_quartz_block"
+ },
+ "minecraft:chiseled_red_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:chiseled_red_sandstone"
+ },
+ "minecraft:chiseled_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:chiseled_sandstone"
+ },
+ "minecraft:chiseled_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:chiseled_stone_bricks"
+ },
+ "minecraft:chorus_flower": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:chorus_flower[age=0]"
+ },
+ "minecraft:chorus_plant": {
+ "properties": {
+ "down": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false]"
+ },
+ "minecraft:clay": {
+ "properties": {},
+ "defaultstate": "minecraft:clay"
+ },
+ "minecraft:coal_block": {
+ "properties": {},
+ "defaultstate": "minecraft:coal_block"
+ },
+ "minecraft:coal_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:coal_ore"
+ },
+ "minecraft:coarse_dirt": {
+ "properties": {},
+ "defaultstate": "minecraft:coarse_dirt"
+ },
+ "minecraft:cobblestone": {
+ "properties": {},
+ "defaultstate": "minecraft:cobblestone"
+ },
+ "minecraft:cobblestone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cobblestone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:cobblestone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:cobblestone_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cobblestone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:cobweb": {
+ "properties": {},
+ "defaultstate": "minecraft:cobweb"
+ },
+ "minecraft:cocoa": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2"
+ ],
+ "type": "int"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:cocoa[age=0,facing=north]"
+ },
+ "minecraft:command_block": {
+ "properties": {
+ "conditional": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:command_block[conditional=false,facing=north]"
+ },
+ "minecraft:comparator": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "mode": {
+ "values": [
+ "compare",
+ "subtract"
+ ],
+ "type": "enum"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:comparator[facing=north,mode=compare,powered=false]"
+ },
+ "minecraft:composter": {
+ "properties": {
+ "level": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:composter[level=0]"
+ },
+ "minecraft:conduit": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:conduit[waterlogged=true]"
+ },
+ "minecraft:cornflower": {
+ "properties": {},
+ "defaultstate": "minecraft:cornflower"
+ },
+ "minecraft:cracked_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:cracked_stone_bricks"
+ },
+ "minecraft:crafting_table": {
+ "properties": {},
+ "defaultstate": "minecraft:crafting_table"
+ },
+ "minecraft:creeper_head": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:creeper_head[rotation=0]"
+ },
+ "minecraft:creeper_wall_head": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:creeper_wall_head[facing=north]"
+ },
+ "minecraft:cut_red_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:cut_red_sandstone"
+ },
+ "minecraft:cut_red_sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:cut_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:cut_sandstone"
+ },
+ "minecraft:cut_sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cut_sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:cyan_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:cyan_banner[rotation=0]"
+ },
+ "minecraft:cyan_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:cyan_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:cyan_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_carpet"
+ },
+ "minecraft:cyan_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_concrete"
+ },
+ "minecraft:cyan_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_concrete_powder"
+ },
+ "minecraft:cyan_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:cyan_glazed_terracotta[facing=north]"
+ },
+ "minecraft:cyan_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:cyan_shulker_box[facing=up]"
+ },
+ "minecraft:cyan_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_stained_glass"
+ },
+ "minecraft:cyan_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:cyan_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_terracotta"
+ },
+ "minecraft:cyan_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:cyan_wall_banner[facing=north]"
+ },
+ "minecraft:cyan_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_wool"
+ },
+ "minecraft:damaged_anvil": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:damaged_anvil[facing=north]"
+ },
+ "minecraft:dandelion": {
+ "properties": {},
+ "defaultstate": "minecraft:dandelion"
+ },
+ "minecraft:dark_oak_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:dark_oak_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:dark_oak_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:dark_oak_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:dark_oak_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:dark_oak_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_log[axis=y]"
+ },
+ "minecraft:dark_oak_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:dark_oak_planks"
+ },
+ "minecraft:dark_oak_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_pressure_plate[powered=false]"
+ },
+ "minecraft:dark_oak_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_sapling[stage=0]"
+ },
+ "minecraft:dark_oak_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:dark_oak_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:dark_oak_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:dark_oak_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:dark_oak_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:dark_oak_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_wood[axis=y]"
+ },
+ "minecraft:dark_prismarine": {
+ "properties": {},
+ "defaultstate": "minecraft:dark_prismarine"
+ },
+ "minecraft:dark_prismarine_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_prismarine_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:dark_prismarine_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:daylight_detector": {
+ "properties": {
+ "inverted": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "power": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:daylight_detector[inverted=false,power=0]"
+ },
+ "minecraft:dead_brain_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_brain_coral[waterlogged=true]"
+ },
+ "minecraft:dead_brain_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_brain_coral_block"
+ },
+ "minecraft:dead_brain_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_brain_coral_fan[waterlogged=true]"
+ },
+ "minecraft:dead_brain_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:dead_bubble_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_bubble_coral[waterlogged=true]"
+ },
+ "minecraft:dead_bubble_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_bubble_coral_block"
+ },
+ "minecraft:dead_bubble_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_bubble_coral_fan[waterlogged=true]"
+ },
+ "minecraft:dead_bubble_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:dead_bush": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_bush"
+ },
+ "minecraft:dead_fire_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_fire_coral[waterlogged=true]"
+ },
+ "minecraft:dead_fire_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_fire_coral_block"
+ },
+ "minecraft:dead_fire_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_fire_coral_fan[waterlogged=true]"
+ },
+ "minecraft:dead_fire_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:dead_horn_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_horn_coral[waterlogged=true]"
+ },
+ "minecraft:dead_horn_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_horn_coral_block"
+ },
+ "minecraft:dead_horn_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_horn_coral_fan[waterlogged=true]"
+ },
+ "minecraft:dead_horn_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:dead_tube_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_tube_coral[waterlogged=true]"
+ },
+ "minecraft:dead_tube_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_tube_coral_block"
+ },
+ "minecraft:dead_tube_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_tube_coral_fan[waterlogged=true]"
+ },
+ "minecraft:dead_tube_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:detector_rail": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "shape": {
+ "values": [
+ "north_south",
+ "east_west",
+ "ascending_east",
+ "ascending_west",
+ "ascending_north",
+ "ascending_south"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:detector_rail[powered=false,shape=north_south]"
+ },
+ "minecraft:diamond_block": {
+ "properties": {},
+ "defaultstate": "minecraft:diamond_block"
+ },
+ "minecraft:diamond_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:diamond_ore"
+ },
+ "minecraft:diorite": {
+ "properties": {},
+ "defaultstate": "minecraft:diorite"
+ },
+ "minecraft:diorite_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:diorite_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:diorite_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:diorite_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:diorite_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:dirt": {
+ "properties": {},
+ "defaultstate": "minecraft:dirt"
+ },
+ "minecraft:dispenser": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "triggered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dispenser[facing=north,triggered=false]"
+ },
+ "minecraft:dragon_egg": {
+ "properties": {},
+ "defaultstate": "minecraft:dragon_egg"
+ },
+ "minecraft:dragon_head": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:dragon_head[rotation=0]"
+ },
+ "minecraft:dragon_wall_head": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:dragon_wall_head[facing=north]"
+ },
+ "minecraft:dried_kelp_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dried_kelp_block"
+ },
+ "minecraft:dropper": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "triggered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dropper[facing=north,triggered=false]"
+ },
+ "minecraft:emerald_block": {
+ "properties": {},
+ "defaultstate": "minecraft:emerald_block"
+ },
+ "minecraft:emerald_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:emerald_ore"
+ },
+ "minecraft:enchanting_table": {
+ "properties": {},
+ "defaultstate": "minecraft:enchanting_table"
+ },
+ "minecraft:end_gateway": {
+ "properties": {},
+ "defaultstate": "minecraft:end_gateway"
+ },
+ "minecraft:end_portal": {
+ "properties": {},
+ "defaultstate": "minecraft:end_portal"
+ },
+ "minecraft:end_portal_frame": {
+ "properties": {
+ "eye": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:end_portal_frame[eye=false,facing=north]"
+ },
+ "minecraft:end_rod": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:end_rod[facing=up]"
+ },
+ "minecraft:end_stone": {
+ "properties": {},
+ "defaultstate": "minecraft:end_stone"
+ },
+ "minecraft:end_stone_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:end_stone_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:end_stone_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:end_stone_brick_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:end_stone_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:end_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:end_stone_bricks"
+ },
+ "minecraft:ender_chest": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:ender_chest[facing=north,waterlogged=false]"
+ },
+ "minecraft:farmland": {
+ "properties": {
+ "moisture": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:farmland[moisture=0]"
+ },
+ "minecraft:fern": {
+ "properties": {},
+ "defaultstate": "minecraft:fern"
+ },
+ "minecraft:fire": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false]"
+ },
+ "minecraft:fire_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:fire_coral[waterlogged=true]"
+ },
+ "minecraft:fire_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:fire_coral_block"
+ },
+ "minecraft:fire_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:fire_coral_fan[waterlogged=true]"
+ },
+ "minecraft:fire_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:fire_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:fletching_table": {
+ "properties": {},
+ "defaultstate": "minecraft:fletching_table"
+ },
+ "minecraft:flower_pot": {
+ "properties": {},
+ "defaultstate": "minecraft:flower_pot"
+ },
+ "minecraft:frosted_ice": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:frosted_ice[age=0]"
+ },
+ "minecraft:furnace": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:furnace[facing=north,lit=false]"
+ },
+ "minecraft:glass": {
+ "properties": {},
+ "defaultstate": "minecraft:glass"
+ },
+ "minecraft:glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:glowstone": {
+ "properties": {},
+ "defaultstate": "minecraft:glowstone"
+ },
+ "minecraft:gold_block": {
+ "properties": {},
+ "defaultstate": "minecraft:gold_block"
+ },
+ "minecraft:gold_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:gold_ore"
+ },
+ "minecraft:granite": {
+ "properties": {},
+ "defaultstate": "minecraft:granite"
+ },
+ "minecraft:granite_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:granite_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:granite_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:granite_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:granite_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:grass": {
+ "properties": {},
+ "defaultstate": "minecraft:grass"
+ },
+ "minecraft:grass_block": {
+ "properties": {
+ "snowy": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:grass_block[snowy=false]"
+ },
+ "minecraft:grass_path": {
+ "properties": {},
+ "defaultstate": "minecraft:grass_path"
+ },
+ "minecraft:gravel": {
+ "properties": {},
+ "defaultstate": "minecraft:gravel"
+ },
+ "minecraft:gray_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:gray_banner[rotation=0]"
+ },
+ "minecraft:gray_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:gray_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:gray_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_carpet"
+ },
+ "minecraft:gray_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_concrete"
+ },
+ "minecraft:gray_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_concrete_powder"
+ },
+ "minecraft:gray_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:gray_glazed_terracotta[facing=north]"
+ },
+ "minecraft:gray_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:gray_shulker_box[facing=up]"
+ },
+ "minecraft:gray_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_stained_glass"
+ },
+ "minecraft:gray_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:gray_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_terracotta"
+ },
+ "minecraft:gray_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:gray_wall_banner[facing=north]"
+ },
+ "minecraft:gray_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_wool"
+ },
+ "minecraft:green_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:green_banner[rotation=0]"
+ },
+ "minecraft:green_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:green_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:green_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:green_carpet"
+ },
+ "minecraft:green_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:green_concrete"
+ },
+ "minecraft:green_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:green_concrete_powder"
+ },
+ "minecraft:green_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:green_glazed_terracotta[facing=north]"
+ },
+ "minecraft:green_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:green_shulker_box[facing=up]"
+ },
+ "minecraft:green_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:green_stained_glass"
+ },
+ "minecraft:green_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:green_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:green_terracotta"
+ },
+ "minecraft:green_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:green_wall_banner[facing=north]"
+ },
+ "minecraft:green_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:green_wool"
+ },
+ "minecraft:grindstone": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:grindstone[face=wall,facing=north]"
+ },
+ "minecraft:hay_block": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:hay_block[axis=y]"
+ },
+ "minecraft:heavy_weighted_pressure_plate": {
+ "properties": {
+ "power": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:heavy_weighted_pressure_plate[power=0]"
+ },
+ "minecraft:honey_block": {
+ "properties": {},
+ "defaultstate": "minecraft:honey_block"
+ },
+ "minecraft:honeycomb_block": {
+ "properties": {},
+ "defaultstate": "minecraft:honeycomb_block"
+ },
+ "minecraft:hopper": {
+ "properties": {
+ "enabled": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "down",
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:hopper[enabled=true,facing=down]"
+ },
+ "minecraft:horn_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:horn_coral[waterlogged=true]"
+ },
+ "minecraft:horn_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:horn_coral_block"
+ },
+ "minecraft:horn_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:horn_coral_fan[waterlogged=true]"
+ },
+ "minecraft:horn_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:horn_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:ice": {
+ "properties": {},
+ "defaultstate": "minecraft:ice"
+ },
+ "minecraft:infested_chiseled_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_chiseled_stone_bricks"
+ },
+ "minecraft:infested_cobblestone": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_cobblestone"
+ },
+ "minecraft:infested_cracked_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_cracked_stone_bricks"
+ },
+ "minecraft:infested_mossy_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_mossy_stone_bricks"
+ },
+ "minecraft:infested_stone": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_stone"
+ },
+ "minecraft:infested_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_stone_bricks"
+ },
+ "minecraft:iron_bars": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:iron_block": {
+ "properties": {},
+ "defaultstate": "minecraft:iron_block"
+ },
+ "minecraft:iron_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:iron_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:iron_ore"
+ },
+ "minecraft:iron_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:jack_o_lantern": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:jack_o_lantern[facing=north]"
+ },
+ "minecraft:jigsaw": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:jigsaw[facing=up]"
+ },
+ "minecraft:jukebox": {
+ "properties": {
+ "has_record": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jukebox[has_record=false]"
+ },
+ "minecraft:jungle_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:jungle_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:jungle_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:jungle_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:jungle_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:jungle_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:jungle_log[axis=y]"
+ },
+ "minecraft:jungle_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:jungle_planks"
+ },
+ "minecraft:jungle_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_pressure_plate[powered=false]"
+ },
+ "minecraft:jungle_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:jungle_sapling[stage=0]"
+ },
+ "minecraft:jungle_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:jungle_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:jungle_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:jungle_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:jungle_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:jungle_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:jungle_wood[axis=y]"
+ },
+ "minecraft:kelp": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15",
+ "16",
+ "17",
+ "18",
+ "19",
+ "20",
+ "21",
+ "22",
+ "23",
+ "24",
+ "25"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:kelp[age=0]"
+ },
+ "minecraft:kelp_plant": {
+ "properties": {},
+ "defaultstate": "minecraft:kelp_plant"
+ },
+ "minecraft:ladder": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:ladder[facing=north,waterlogged=false]"
+ },
+ "minecraft:lantern": {
+ "properties": {
+ "hanging": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:lantern[hanging=false]"
+ },
+ "minecraft:lapis_block": {
+ "properties": {},
+ "defaultstate": "minecraft:lapis_block"
+ },
+ "minecraft:lapis_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:lapis_ore"
+ },
+ "minecraft:large_fern": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:large_fern[half=lower]"
+ },
+ "minecraft:lava": {
+ "properties": {
+ "level": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:lava[level=0]"
+ },
+ "minecraft:lectern": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "has_book": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:lectern[facing=north,has_book=false,powered=false]"
+ },
+ "minecraft:lever": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:lever[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:light_blue_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_banner[rotation=0]"
+ },
+ "minecraft:light_blue_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:light_blue_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_carpet"
+ },
+ "minecraft:light_blue_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_concrete"
+ },
+ "minecraft:light_blue_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_concrete_powder"
+ },
+ "minecraft:light_blue_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_glazed_terracotta[facing=north]"
+ },
+ "minecraft:light_blue_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_shulker_box[facing=up]"
+ },
+ "minecraft:light_blue_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_stained_glass"
+ },
+ "minecraft:light_blue_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:light_blue_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_terracotta"
+ },
+ "minecraft:light_blue_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_wall_banner[facing=north]"
+ },
+ "minecraft:light_blue_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_wool"
+ },
+ "minecraft:light_gray_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_banner[rotation=0]"
+ },
+ "minecraft:light_gray_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:light_gray_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_carpet"
+ },
+ "minecraft:light_gray_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_concrete"
+ },
+ "minecraft:light_gray_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_concrete_powder"
+ },
+ "minecraft:light_gray_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_glazed_terracotta[facing=north]"
+ },
+ "minecraft:light_gray_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_shulker_box[facing=up]"
+ },
+ "minecraft:light_gray_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_stained_glass"
+ },
+ "minecraft:light_gray_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:light_gray_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_terracotta"
+ },
+ "minecraft:light_gray_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_wall_banner[facing=north]"
+ },
+ "minecraft:light_gray_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_wool"
+ },
+ "minecraft:light_weighted_pressure_plate": {
+ "properties": {
+ "power": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:light_weighted_pressure_plate[power=0]"
+ },
+ "minecraft:lilac": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:lilac[half=lower]"
+ },
+ "minecraft:lily_of_the_valley": {
+ "properties": {},
+ "defaultstate": "minecraft:lily_of_the_valley"
+ },
+ "minecraft:lily_pad": {
+ "properties": {},
+ "defaultstate": "minecraft:lily_pad"
+ },
+ "minecraft:lime_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:lime_banner[rotation=0]"
+ },
+ "minecraft:lime_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:lime_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:lime_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_carpet"
+ },
+ "minecraft:lime_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_concrete"
+ },
+ "minecraft:lime_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_concrete_powder"
+ },
+ "minecraft:lime_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:lime_glazed_terracotta[facing=north]"
+ },
+ "minecraft:lime_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:lime_shulker_box[facing=up]"
+ },
+ "minecraft:lime_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_stained_glass"
+ },
+ "minecraft:lime_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:lime_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_terracotta"
+ },
+ "minecraft:lime_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:lime_wall_banner[facing=north]"
+ },
+ "minecraft:lime_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_wool"
+ },
+ "minecraft:loom": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:loom[facing=north]"
+ },
+ "minecraft:magenta_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:magenta_banner[rotation=0]"
+ },
+ "minecraft:magenta_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:magenta_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:magenta_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_carpet"
+ },
+ "minecraft:magenta_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_concrete"
+ },
+ "minecraft:magenta_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_concrete_powder"
+ },
+ "minecraft:magenta_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:magenta_glazed_terracotta[facing=north]"
+ },
+ "minecraft:magenta_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:magenta_shulker_box[facing=up]"
+ },
+ "minecraft:magenta_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_stained_glass"
+ },
+ "minecraft:magenta_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:magenta_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_terracotta"
+ },
+ "minecraft:magenta_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:magenta_wall_banner[facing=north]"
+ },
+ "minecraft:magenta_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_wool"
+ },
+ "minecraft:magma_block": {
+ "properties": {},
+ "defaultstate": "minecraft:magma_block"
+ },
+ "minecraft:melon": {
+ "properties": {},
+ "defaultstate": "minecraft:melon"
+ },
+ "minecraft:melon_stem": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:melon_stem[age=0]"
+ },
+ "minecraft:mossy_cobblestone": {
+ "properties": {},
+ "defaultstate": "minecraft:mossy_cobblestone"
+ },
+ "minecraft:mossy_cobblestone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:mossy_cobblestone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:mossy_cobblestone_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mossy_cobblestone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:mossy_stone_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:mossy_stone_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:mossy_stone_brick_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mossy_stone_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:mossy_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:mossy_stone_bricks"
+ },
+ "minecraft:moving_piston": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "type": {
+ "values": [
+ "normal",
+ "sticky"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:moving_piston[facing=north,type=normal]"
+ },
+ "minecraft:mushroom_stem": {
+ "properties": {
+ "down": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=true]"
+ },
+ "minecraft:mycelium": {
+ "properties": {
+ "snowy": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mycelium[snowy=false]"
+ },
+ "minecraft:nether_brick_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:nether_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:nether_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:nether_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:nether_brick_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:nether_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:nether_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:nether_bricks"
+ },
+ "minecraft:nether_portal": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:nether_portal[axis=x]"
+ },
+ "minecraft:nether_quartz_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:nether_quartz_ore"
+ },
+ "minecraft:nether_wart": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:nether_wart[age=0]"
+ },
+ "minecraft:nether_wart_block": {
+ "properties": {},
+ "defaultstate": "minecraft:nether_wart_block"
+ },
+ "minecraft:netherrack": {
+ "properties": {},
+ "defaultstate": "minecraft:netherrack"
+ },
+ "minecraft:note_block": {
+ "properties": {
+ "instrument": {
+ "values": [
+ "harp",
+ "basedrum",
+ "snare",
+ "hat",
+ "bass",
+ "flute",
+ "bell",
+ "guitar",
+ "chime",
+ "xylophone",
+ "iron_xylophone",
+ "cow_bell",
+ "didgeridoo",
+ "bit",
+ "banjo",
+ "pling"
+ ],
+ "type": "enum"
+ },
+ "note": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15",
+ "16",
+ "17",
+ "18",
+ "19",
+ "20",
+ "21",
+ "22",
+ "23",
+ "24"
+ ],
+ "type": "int"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:note_block[instrument=harp,note=0,powered=false]"
+ },
+ "minecraft:oak_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:oak_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:oak_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:oak_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:oak_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:oak_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:oak_log[axis=y]"
+ },
+ "minecraft:oak_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:oak_planks"
+ },
+ "minecraft:oak_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_pressure_plate[powered=false]"
+ },
+ "minecraft:oak_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:oak_sapling[stage=0]"
+ },
+ "minecraft:oak_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:oak_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:oak_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:oak_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:oak_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:oak_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:oak_wood[axis=y]"
+ },
+ "minecraft:observer": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:observer[facing=south,powered=false]"
+ },
+ "minecraft:obsidian": {
+ "properties": {},
+ "defaultstate": "minecraft:obsidian"
+ },
+ "minecraft:orange_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:orange_banner[rotation=0]"
+ },
+ "minecraft:orange_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:orange_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:orange_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_carpet"
+ },
+ "minecraft:orange_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_concrete"
+ },
+ "minecraft:orange_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_concrete_powder"
+ },
+ "minecraft:orange_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:orange_glazed_terracotta[facing=north]"
+ },
+ "minecraft:orange_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:orange_shulker_box[facing=up]"
+ },
+ "minecraft:orange_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_stained_glass"
+ },
+ "minecraft:orange_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:orange_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_terracotta"
+ },
+ "minecraft:orange_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_tulip"
+ },
+ "minecraft:orange_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:orange_wall_banner[facing=north]"
+ },
+ "minecraft:orange_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_wool"
+ },
+ "minecraft:oxeye_daisy": {
+ "properties": {},
+ "defaultstate": "minecraft:oxeye_daisy"
+ },
+ "minecraft:packed_ice": {
+ "properties": {},
+ "defaultstate": "minecraft:packed_ice"
+ },
+ "minecraft:peony": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:peony[half=lower]"
+ },
+ "minecraft:petrified_oak_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:petrified_oak_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:pink_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:pink_banner[rotation=0]"
+ },
+ "minecraft:pink_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:pink_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:pink_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_carpet"
+ },
+ "minecraft:pink_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_concrete"
+ },
+ "minecraft:pink_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_concrete_powder"
+ },
+ "minecraft:pink_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:pink_glazed_terracotta[facing=north]"
+ },
+ "minecraft:pink_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:pink_shulker_box[facing=up]"
+ },
+ "minecraft:pink_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_stained_glass"
+ },
+ "minecraft:pink_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:pink_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_terracotta"
+ },
+ "minecraft:pink_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_tulip"
+ },
+ "minecraft:pink_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:pink_wall_banner[facing=north]"
+ },
+ "minecraft:pink_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_wool"
+ },
+ "minecraft:piston": {
+ "properties": {
+ "extended": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:piston[extended=false,facing=north]"
+ },
+ "minecraft:piston_head": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "short": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "type": {
+ "values": [
+ "normal",
+ "sticky"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:piston_head[facing=north,short=false,type=normal]"
+ },
+ "minecraft:player_head": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:player_head[rotation=0]"
+ },
+ "minecraft:player_wall_head": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:player_wall_head[facing=north]"
+ },
+ "minecraft:podzol": {
+ "properties": {
+ "snowy": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:podzol[snowy=false]"
+ },
+ "minecraft:polished_andesite": {
+ "properties": {},
+ "defaultstate": "minecraft:polished_andesite"
+ },
+ "minecraft:polished_andesite_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_andesite_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:polished_andesite_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:polished_diorite": {
+ "properties": {},
+ "defaultstate": "minecraft:polished_diorite"
+ },
+ "minecraft:polished_diorite_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_diorite_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:polished_diorite_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:polished_granite": {
+ "properties": {},
+ "defaultstate": "minecraft:polished_granite"
+ },
+ "minecraft:polished_granite_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_granite_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:polished_granite_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:poppy": {
+ "properties": {},
+ "defaultstate": "minecraft:poppy"
+ },
+ "minecraft:potatoes": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:potatoes[age=0]"
+ },
+ "minecraft:potted_acacia_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_acacia_sapling"
+ },
+ "minecraft:potted_allium": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_allium"
+ },
+ "minecraft:potted_azure_bluet": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_azure_bluet"
+ },
+ "minecraft:potted_bamboo": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_bamboo"
+ },
+ "minecraft:potted_birch_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_birch_sapling"
+ },
+ "minecraft:potted_blue_orchid": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_blue_orchid"
+ },
+ "minecraft:potted_brown_mushroom": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_brown_mushroom"
+ },
+ "minecraft:potted_cactus": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_cactus"
+ },
+ "minecraft:potted_cornflower": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_cornflower"
+ },
+ "minecraft:potted_dandelion": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_dandelion"
+ },
+ "minecraft:potted_dark_oak_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_dark_oak_sapling"
+ },
+ "minecraft:potted_dead_bush": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_dead_bush"
+ },
+ "minecraft:potted_fern": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_fern"
+ },
+ "minecraft:potted_jungle_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_jungle_sapling"
+ },
+ "minecraft:potted_lily_of_the_valley": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_lily_of_the_valley"
+ },
+ "minecraft:potted_oak_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_oak_sapling"
+ },
+ "minecraft:potted_orange_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_orange_tulip"
+ },
+ "minecraft:potted_oxeye_daisy": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_oxeye_daisy"
+ },
+ "minecraft:potted_pink_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_pink_tulip"
+ },
+ "minecraft:potted_poppy": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_poppy"
+ },
+ "minecraft:potted_red_mushroom": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_red_mushroom"
+ },
+ "minecraft:potted_red_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_red_tulip"
+ },
+ "minecraft:potted_spruce_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_spruce_sapling"
+ },
+ "minecraft:potted_white_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_white_tulip"
+ },
+ "minecraft:potted_wither_rose": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_wither_rose"
+ },
+ "minecraft:powered_rail": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "shape": {
+ "values": [
+ "north_south",
+ "east_west",
+ "ascending_east",
+ "ascending_west",
+ "ascending_north",
+ "ascending_south"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:powered_rail[powered=false,shape=north_south]"
+ },
+ "minecraft:prismarine": {
+ "properties": {},
+ "defaultstate": "minecraft:prismarine"
+ },
+ "minecraft:prismarine_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:prismarine_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:prismarine_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:prismarine_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:prismarine_bricks"
+ },
+ "minecraft:prismarine_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:prismarine_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:prismarine_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:prismarine_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:prismarine_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:pumpkin": {
+ "properties": {},
+ "defaultstate": "minecraft:pumpkin"
+ },
+ "minecraft:pumpkin_stem": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:pumpkin_stem[age=0]"
+ },
+ "minecraft:purple_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:purple_banner[rotation=0]"
+ },
+ "minecraft:purple_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:purple_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:purple_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_carpet"
+ },
+ "minecraft:purple_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_concrete"
+ },
+ "minecraft:purple_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_concrete_powder"
+ },
+ "minecraft:purple_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:purple_glazed_terracotta[facing=north]"
+ },
+ "minecraft:purple_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:purple_shulker_box[facing=up]"
+ },
+ "minecraft:purple_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_stained_glass"
+ },
+ "minecraft:purple_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:purple_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_terracotta"
+ },
+ "minecraft:purple_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:purple_wall_banner[facing=north]"
+ },
+ "minecraft:purple_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_wool"
+ },
+ "minecraft:purpur_block": {
+ "properties": {},
+ "defaultstate": "minecraft:purpur_block"
+ },
+ "minecraft:purpur_pillar": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:purpur_pillar[axis=y]"
+ },
+ "minecraft:purpur_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:purpur_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:purpur_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:quartz_block": {
+ "properties": {},
+ "defaultstate": "minecraft:quartz_block"
+ },
+ "minecraft:quartz_pillar": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:quartz_pillar[axis=y]"
+ },
+ "minecraft:quartz_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:quartz_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:quartz_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:rail": {
+ "properties": {
+ "shape": {
+ "values": [
+ "north_south",
+ "east_west",
+ "ascending_east",
+ "ascending_west",
+ "ascending_north",
+ "ascending_south",
+ "south_east",
+ "south_west",
+ "north_west",
+ "north_east"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:rail[shape=north_south]"
+ },
+ "minecraft:red_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:red_banner[rotation=0]"
+ },
+ "minecraft:red_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:red_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:red_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:red_carpet"
+ },
+ "minecraft:red_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:red_concrete"
+ },
+ "minecraft:red_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:red_concrete_powder"
+ },
+ "minecraft:red_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:red_glazed_terracotta[facing=north]"
+ },
+ "minecraft:red_mushroom": {
+ "properties": {},
+ "defaultstate": "minecraft:red_mushroom"
+ },
+ "minecraft:red_mushroom_block": {
+ "properties": {
+ "down": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]"
+ },
+ "minecraft:red_nether_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_nether_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:red_nether_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:red_nether_brick_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_nether_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:red_nether_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:red_nether_bricks"
+ },
+ "minecraft:red_sand": {
+ "properties": {},
+ "defaultstate": "minecraft:red_sand"
+ },
+ "minecraft:red_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:red_sandstone"
+ },
+ "minecraft:red_sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:red_sandstone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:red_sandstone_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_sandstone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:red_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:red_shulker_box[facing=up]"
+ },
+ "minecraft:red_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:red_stained_glass"
+ },
+ "minecraft:red_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:red_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:red_terracotta"
+ },
+ "minecraft:red_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:red_tulip"
+ },
+ "minecraft:red_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:red_wall_banner[facing=north]"
+ },
+ "minecraft:red_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:red_wool"
+ },
+ "minecraft:redstone_block": {
+ "properties": {},
+ "defaultstate": "minecraft:redstone_block"
+ },
+ "minecraft:redstone_lamp": {
+ "properties": {
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:redstone_lamp[lit=false]"
+ },
+ "minecraft:redstone_ore": {
+ "properties": {
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:redstone_ore[lit=false]"
+ },
+ "minecraft:redstone_torch": {
+ "properties": {
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:redstone_torch[lit=true]"
+ },
+ "minecraft:redstone_wall_torch": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:redstone_wall_torch[facing=north,lit=true]"
+ },
+ "minecraft:redstone_wire": {
+ "properties": {
+ "east": {
+ "values": [
+ "up",
+ "side",
+ "none"
+ ],
+ "type": "enum"
+ },
+ "north": {
+ "values": [
+ "up",
+ "side",
+ "none"
+ ],
+ "type": "enum"
+ },
+ "power": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "south": {
+ "values": [
+ "up",
+ "side",
+ "none"
+ ],
+ "type": "enum"
+ },
+ "west": {
+ "values": [
+ "up",
+ "side",
+ "none"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none]"
+ },
+ "minecraft:repeater": {
+ "properties": {
+ "delay": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ],
+ "type": "int"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "locked": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:repeater[delay=1,facing=north,locked=false,powered=false]"
+ },
+ "minecraft:repeating_command_block": {
+ "properties": {
+ "conditional": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:repeating_command_block[conditional=false,facing=north]"
+ },
+ "minecraft:rose_bush": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:rose_bush[half=lower]"
+ },
+ "minecraft:sand": {
+ "properties": {},
+ "defaultstate": "minecraft:sand"
+ },
+ "minecraft:sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:sandstone"
+ },
+ "minecraft:sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:sandstone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:sandstone_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:sandstone_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:scaffolding": {
+ "properties": {
+ "bottom": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "distance": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:scaffolding[bottom=false,distance=7,waterlogged=false]"
+ },
+ "minecraft:sea_lantern": {
+ "properties": {},
+ "defaultstate": "minecraft:sea_lantern"
+ },
+ "minecraft:sea_pickle": {
+ "properties": {
+ "pickles": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:sea_pickle[pickles=1,waterlogged=true]"
+ },
+ "minecraft:seagrass": {
+ "properties": {},
+ "defaultstate": "minecraft:seagrass"
+ },
+ "minecraft:shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:shulker_box[facing=up]"
+ },
+ "minecraft:skeleton_skull": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:skeleton_skull[rotation=0]"
+ },
+ "minecraft:skeleton_wall_skull": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:skeleton_wall_skull[facing=north]"
+ },
+ "minecraft:slime_block": {
+ "properties": {},
+ "defaultstate": "minecraft:slime_block"
+ },
+ "minecraft:smithing_table": {
+ "properties": {},
+ "defaultstate": "minecraft:smithing_table"
+ },
+ "minecraft:smoker": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smoker[facing=north,lit=false]"
+ },
+ "minecraft:smooth_quartz": {
+ "properties": {},
+ "defaultstate": "minecraft:smooth_quartz"
+ },
+ "minecraft:smooth_quartz_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_quartz_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:smooth_quartz_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:smooth_red_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:smooth_red_sandstone"
+ },
+ "minecraft:smooth_red_sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:smooth_red_sandstone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:smooth_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:smooth_sandstone"
+ },
+ "minecraft:smooth_sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:smooth_sandstone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:smooth_stone": {
+ "properties": {},
+ "defaultstate": "minecraft:smooth_stone"
+ },
+ "minecraft:smooth_stone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_stone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:snow": {
+ "properties": {
+ "layers": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:snow[layers=1]"
+ },
+ "minecraft:snow_block": {
+ "properties": {},
+ "defaultstate": "minecraft:snow_block"
+ },
+ "minecraft:soul_sand": {
+ "properties": {},
+ "defaultstate": "minecraft:soul_sand"
+ },
+ "minecraft:spawner": {
+ "properties": {},
+ "defaultstate": "minecraft:spawner"
+ },
+ "minecraft:sponge": {
+ "properties": {},
+ "defaultstate": "minecraft:sponge"
+ },
+ "minecraft:spruce_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:spruce_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:spruce_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:spruce_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:spruce_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:spruce_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:spruce_log[axis=y]"
+ },
+ "minecraft:spruce_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:spruce_planks"
+ },
+ "minecraft:spruce_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_pressure_plate[powered=false]"
+ },
+ "minecraft:spruce_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:spruce_sapling[stage=0]"
+ },
+ "minecraft:spruce_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:spruce_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:spruce_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:spruce_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:spruce_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:spruce_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:spruce_wood[axis=y]"
+ },
+ "minecraft:sticky_piston": {
+ "properties": {
+ "extended": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:sticky_piston[extended=false,facing=north]"
+ },
+ "minecraft:stone": {
+ "properties": {},
+ "defaultstate": "minecraft:stone"
+ },
+ "minecraft:stone_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:stone_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:stone_brick_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_brick_wall[east=false,north=false,south=false,up=true,waterlogged=false,west=false]"
+ },
+ "minecraft:stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:stone_bricks"
+ },
+ "minecraft:stone_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:stone_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_pressure_plate[powered=false]"
+ },
+ "minecraft:stone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:stone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:stonecutter": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:stonecutter[facing=north]"
+ },
+ "minecraft:stripped_acacia_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_acacia_log[axis=y]"
+ },
+ "minecraft:stripped_acacia_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_acacia_wood[axis=y]"
+ },
+ "minecraft:stripped_birch_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_birch_log[axis=y]"
+ },
+ "minecraft:stripped_birch_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_birch_wood[axis=y]"
+ },
+ "minecraft:stripped_dark_oak_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_dark_oak_log[axis=y]"
+ },
+ "minecraft:stripped_dark_oak_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_dark_oak_wood[axis=y]"
+ },
+ "minecraft:stripped_jungle_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_jungle_log[axis=y]"
+ },
+ "minecraft:stripped_jungle_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_jungle_wood[axis=y]"
+ },
+ "minecraft:stripped_oak_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_oak_log[axis=y]"
+ },
+ "minecraft:stripped_oak_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_oak_wood[axis=y]"
+ },
+ "minecraft:stripped_spruce_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_spruce_log[axis=y]"
+ },
+ "minecraft:stripped_spruce_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_spruce_wood[axis=y]"
+ },
+ "minecraft:structure_block": {
+ "properties": {
+ "mode": {
+ "values": [
+ "save",
+ "load",
+ "corner",
+ "data"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:structure_block[mode=save]"
+ },
+ "minecraft:structure_void": {
+ "properties": {},
+ "defaultstate": "minecraft:structure_void"
+ },
+ "minecraft:sugar_cane": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:sugar_cane[age=0]"
+ },
+ "minecraft:sunflower": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:sunflower[half=lower]"
+ },
+ "minecraft:sweet_berry_bush": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:sweet_berry_bush[age=0]"
+ },
+ "minecraft:tall_grass": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:tall_grass[half=lower]"
+ },
+ "minecraft:tall_seagrass": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:tall_seagrass[half=lower]"
+ },
+ "minecraft:terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:terracotta"
+ },
+ "minecraft:tnt": {
+ "properties": {
+ "unstable": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tnt[unstable=false]"
+ },
+ "minecraft:torch": {
+ "properties": {},
+ "defaultstate": "minecraft:torch"
+ },
+ "minecraft:trapped_chest": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "type": {
+ "values": [
+ "single",
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:trapped_chest[facing=north,type=single,waterlogged=false]"
+ },
+ "minecraft:tripwire": {
+ "properties": {
+ "attached": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "disarmed": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tripwire[attached=false,disarmed=false,east=false,north=false,powered=false,south=false,west=false]"
+ },
+ "minecraft:tripwire_hook": {
+ "properties": {
+ "attached": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tripwire_hook[attached=false,facing=north,powered=false]"
+ },
+ "minecraft:tube_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tube_coral[waterlogged=true]"
+ },
+ "minecraft:tube_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:tube_coral_block"
+ },
+ "minecraft:tube_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tube_coral_fan[waterlogged=true]"
+ },
+ "minecraft:tube_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tube_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:turtle_egg": {
+ "properties": {
+ "eggs": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ],
+ "type": "int"
+ },
+ "hatch": {
+ "values": [
+ "0",
+ "1",
+ "2"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:turtle_egg[eggs=1,hatch=0]"
+ },
+ "minecraft:vine": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:vine[east=false,north=false,south=false,up=false,west=false]"
+ },
+ "minecraft:void_air": {
+ "properties": {},
+ "defaultstate": "minecraft:void_air"
+ },
+ "minecraft:wall_torch": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:wall_torch[facing=north]"
+ },
+ "minecraft:water": {
+ "properties": {
+ "level": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:water[level=0]"
+ },
+ "minecraft:wet_sponge": {
+ "properties": {},
+ "defaultstate": "minecraft:wet_sponge"
+ },
+ "minecraft:wheat": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:wheat[age=0]"
+ },
+ "minecraft:white_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:white_banner[rotation=0]"
+ },
+ "minecraft:white_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:white_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:white_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:white_carpet"
+ },
+ "minecraft:white_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:white_concrete"
+ },
+ "minecraft:white_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:white_concrete_powder"
+ },
+ "minecraft:white_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:white_glazed_terracotta[facing=north]"
+ },
+ "minecraft:white_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:white_shulker_box[facing=up]"
+ },
+ "minecraft:white_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:white_stained_glass"
+ },
+ "minecraft:white_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:white_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:white_terracotta"
+ },
+ "minecraft:white_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:white_tulip"
+ },
+ "minecraft:white_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:white_wall_banner[facing=north]"
+ },
+ "minecraft:white_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:white_wool"
+ },
+ "minecraft:wither_rose": {
+ "properties": {},
+ "defaultstate": "minecraft:wither_rose"
+ },
+ "minecraft:wither_skeleton_skull": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:wither_skeleton_skull[rotation=0]"
+ },
+ "minecraft:wither_skeleton_wall_skull": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:wither_skeleton_wall_skull[facing=north]"
+ },
+ "minecraft:yellow_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:yellow_banner[rotation=0]"
+ },
+ "minecraft:yellow_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:yellow_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:yellow_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_carpet"
+ },
+ "minecraft:yellow_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_concrete"
+ },
+ "minecraft:yellow_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_concrete_powder"
+ },
+ "minecraft:yellow_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:yellow_glazed_terracotta[facing=north]"
+ },
+ "minecraft:yellow_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:yellow_shulker_box[facing=up]"
+ },
+ "minecraft:yellow_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_stained_glass"
+ },
+ "minecraft:yellow_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:yellow_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_terracotta"
+ },
+ "minecraft:yellow_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:yellow_wall_banner[facing=north]"
+ },
+ "minecraft:yellow_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_wool"
+ },
+ "minecraft:zombie_head": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:zombie_head[rotation=0]"
+ },
+ "minecraft:zombie_wall_head": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:zombie_wall_head[facing=north]"
+ }
+ },
+ "items": [
+ "minecraft:acacia_boat",
+ "minecraft:acacia_button",
+ "minecraft:acacia_door",
+ "minecraft:acacia_fence",
+ "minecraft:acacia_fence_gate",
+ "minecraft:acacia_leaves",
+ "minecraft:acacia_log",
+ "minecraft:acacia_planks",
+ "minecraft:acacia_pressure_plate",
+ "minecraft:acacia_sapling",
+ "minecraft:acacia_sign",
+ "minecraft:acacia_slab",
+ "minecraft:acacia_stairs",
+ "minecraft:acacia_trapdoor",
+ "minecraft:acacia_wood",
+ "minecraft:activator_rail",
+ "minecraft:air",
+ "minecraft:allium",
+ "minecraft:andesite",
+ "minecraft:andesite_slab",
+ "minecraft:andesite_stairs",
+ "minecraft:andesite_wall",
+ "minecraft:anvil",
+ "minecraft:apple",
+ "minecraft:armor_stand",
+ "minecraft:arrow",
+ "minecraft:azure_bluet",
+ "minecraft:baked_potato",
+ "minecraft:bamboo",
+ "minecraft:barrel",
+ "minecraft:barrier",
+ "minecraft:bat_spawn_egg",
+ "minecraft:beacon",
+ "minecraft:bedrock",
+ "minecraft:bee_nest",
+ "minecraft:bee_spawn_egg",
+ "minecraft:beef",
+ "minecraft:beehive",
+ "minecraft:beetroot",
+ "minecraft:beetroot_seeds",
+ "minecraft:beetroot_soup",
+ "minecraft:bell",
+ "minecraft:birch_boat",
+ "minecraft:birch_button",
+ "minecraft:birch_door",
+ "minecraft:birch_fence",
+ "minecraft:birch_fence_gate",
+ "minecraft:birch_leaves",
+ "minecraft:birch_log",
+ "minecraft:birch_planks",
+ "minecraft:birch_pressure_plate",
+ "minecraft:birch_sapling",
+ "minecraft:birch_sign",
+ "minecraft:birch_slab",
+ "minecraft:birch_stairs",
+ "minecraft:birch_trapdoor",
+ "minecraft:birch_wood",
+ "minecraft:black_banner",
+ "minecraft:black_bed",
+ "minecraft:black_carpet",
+ "minecraft:black_concrete",
+ "minecraft:black_concrete_powder",
+ "minecraft:black_dye",
+ "minecraft:black_glazed_terracotta",
+ "minecraft:black_shulker_box",
+ "minecraft:black_stained_glass",
+ "minecraft:black_stained_glass_pane",
+ "minecraft:black_terracotta",
+ "minecraft:black_wool",
+ "minecraft:blast_furnace",
+ "minecraft:blaze_powder",
+ "minecraft:blaze_rod",
+ "minecraft:blaze_spawn_egg",
+ "minecraft:blue_banner",
+ "minecraft:blue_bed",
+ "minecraft:blue_carpet",
+ "minecraft:blue_concrete",
+ "minecraft:blue_concrete_powder",
+ "minecraft:blue_dye",
+ "minecraft:blue_glazed_terracotta",
+ "minecraft:blue_ice",
+ "minecraft:blue_orchid",
+ "minecraft:blue_shulker_box",
+ "minecraft:blue_stained_glass",
+ "minecraft:blue_stained_glass_pane",
+ "minecraft:blue_terracotta",
+ "minecraft:blue_wool",
+ "minecraft:bone",
+ "minecraft:bone_block",
+ "minecraft:bone_meal",
+ "minecraft:book",
+ "minecraft:bookshelf",
+ "minecraft:bow",
+ "minecraft:bowl",
+ "minecraft:brain_coral",
+ "minecraft:brain_coral_block",
+ "minecraft:brain_coral_fan",
+ "minecraft:bread",
+ "minecraft:brewing_stand",
+ "minecraft:brick",
+ "minecraft:brick_slab",
+ "minecraft:brick_stairs",
+ "minecraft:brick_wall",
+ "minecraft:bricks",
+ "minecraft:brown_banner",
+ "minecraft:brown_bed",
+ "minecraft:brown_carpet",
+ "minecraft:brown_concrete",
+ "minecraft:brown_concrete_powder",
+ "minecraft:brown_dye",
+ "minecraft:brown_glazed_terracotta",
+ "minecraft:brown_mushroom",
+ "minecraft:brown_mushroom_block",
+ "minecraft:brown_shulker_box",
+ "minecraft:brown_stained_glass",
+ "minecraft:brown_stained_glass_pane",
+ "minecraft:brown_terracotta",
+ "minecraft:brown_wool",
+ "minecraft:bubble_coral",
+ "minecraft:bubble_coral_block",
+ "minecraft:bubble_coral_fan",
+ "minecraft:bucket",
+ "minecraft:cactus",
+ "minecraft:cake",
+ "minecraft:campfire",
+ "minecraft:carrot",
+ "minecraft:carrot_on_a_stick",
+ "minecraft:cartography_table",
+ "minecraft:carved_pumpkin",
+ "minecraft:cat_spawn_egg",
+ "minecraft:cauldron",
+ "minecraft:cave_spider_spawn_egg",
+ "minecraft:chain_command_block",
+ "minecraft:chainmail_boots",
+ "minecraft:chainmail_chestplate",
+ "minecraft:chainmail_helmet",
+ "minecraft:chainmail_leggings",
+ "minecraft:charcoal",
+ "minecraft:chest",
+ "minecraft:chest_minecart",
+ "minecraft:chicken",
+ "minecraft:chicken_spawn_egg",
+ "minecraft:chipped_anvil",
+ "minecraft:chiseled_quartz_block",
+ "minecraft:chiseled_red_sandstone",
+ "minecraft:chiseled_sandstone",
+ "minecraft:chiseled_stone_bricks",
+ "minecraft:chorus_flower",
+ "minecraft:chorus_fruit",
+ "minecraft:chorus_plant",
+ "minecraft:clay",
+ "minecraft:clay_ball",
+ "minecraft:clock",
+ "minecraft:coal",
+ "minecraft:coal_block",
+ "minecraft:coal_ore",
+ "minecraft:coarse_dirt",
+ "minecraft:cobblestone",
+ "minecraft:cobblestone_slab",
+ "minecraft:cobblestone_stairs",
+ "minecraft:cobblestone_wall",
+ "minecraft:cobweb",
+ "minecraft:cocoa_beans",
+ "minecraft:cod",
+ "minecraft:cod_bucket",
+ "minecraft:cod_spawn_egg",
+ "minecraft:command_block",
+ "minecraft:command_block_minecart",
+ "minecraft:comparator",
+ "minecraft:compass",
+ "minecraft:composter",
+ "minecraft:conduit",
+ "minecraft:cooked_beef",
+ "minecraft:cooked_chicken",
+ "minecraft:cooked_cod",
+ "minecraft:cooked_mutton",
+ "minecraft:cooked_porkchop",
+ "minecraft:cooked_rabbit",
+ "minecraft:cooked_salmon",
+ "minecraft:cookie",
+ "minecraft:cornflower",
+ "minecraft:cow_spawn_egg",
+ "minecraft:cracked_stone_bricks",
+ "minecraft:crafting_table",
+ "minecraft:creeper_banner_pattern",
+ "minecraft:creeper_head",
+ "minecraft:creeper_spawn_egg",
+ "minecraft:crossbow",
+ "minecraft:cut_red_sandstone",
+ "minecraft:cut_red_sandstone_slab",
+ "minecraft:cut_sandstone",
+ "minecraft:cut_sandstone_slab",
+ "minecraft:cyan_banner",
+ "minecraft:cyan_bed",
+ "minecraft:cyan_carpet",
+ "minecraft:cyan_concrete",
+ "minecraft:cyan_concrete_powder",
+ "minecraft:cyan_dye",
+ "minecraft:cyan_glazed_terracotta",
+ "minecraft:cyan_shulker_box",
+ "minecraft:cyan_stained_glass",
+ "minecraft:cyan_stained_glass_pane",
+ "minecraft:cyan_terracotta",
+ "minecraft:cyan_wool",
+ "minecraft:damaged_anvil",
+ "minecraft:dandelion",
+ "minecraft:dark_oak_boat",
+ "minecraft:dark_oak_button",
+ "minecraft:dark_oak_door",
+ "minecraft:dark_oak_fence",
+ "minecraft:dark_oak_fence_gate",
+ "minecraft:dark_oak_leaves",
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_planks",
+ "minecraft:dark_oak_pressure_plate",
+ "minecraft:dark_oak_sapling",
+ "minecraft:dark_oak_sign",
+ "minecraft:dark_oak_slab",
+ "minecraft:dark_oak_stairs",
+ "minecraft:dark_oak_trapdoor",
+ "minecraft:dark_oak_wood",
+ "minecraft:dark_prismarine",
+ "minecraft:dark_prismarine_slab",
+ "minecraft:dark_prismarine_stairs",
+ "minecraft:daylight_detector",
+ "minecraft:dead_brain_coral",
+ "minecraft:dead_brain_coral_block",
+ "minecraft:dead_brain_coral_fan",
+ "minecraft:dead_bubble_coral",
+ "minecraft:dead_bubble_coral_block",
+ "minecraft:dead_bubble_coral_fan",
+ "minecraft:dead_bush",
+ "minecraft:dead_fire_coral",
+ "minecraft:dead_fire_coral_block",
+ "minecraft:dead_fire_coral_fan",
+ "minecraft:dead_horn_coral",
+ "minecraft:dead_horn_coral_block",
+ "minecraft:dead_horn_coral_fan",
+ "minecraft:dead_tube_coral",
+ "minecraft:dead_tube_coral_block",
+ "minecraft:dead_tube_coral_fan",
+ "minecraft:debug_stick",
+ "minecraft:detector_rail",
+ "minecraft:diamond",
+ "minecraft:diamond_axe",
+ "minecraft:diamond_block",
+ "minecraft:diamond_boots",
+ "minecraft:diamond_chestplate",
+ "minecraft:diamond_helmet",
+ "minecraft:diamond_hoe",
+ "minecraft:diamond_horse_armor",
+ "minecraft:diamond_leggings",
+ "minecraft:diamond_ore",
+ "minecraft:diamond_pickaxe",
+ "minecraft:diamond_shovel",
+ "minecraft:diamond_sword",
+ "minecraft:diorite",
+ "minecraft:diorite_slab",
+ "minecraft:diorite_stairs",
+ "minecraft:diorite_wall",
+ "minecraft:dirt",
+ "minecraft:dispenser",
+ "minecraft:dolphin_spawn_egg",
+ "minecraft:donkey_spawn_egg",
+ "minecraft:dragon_breath",
+ "minecraft:dragon_egg",
+ "minecraft:dragon_head",
+ "minecraft:dried_kelp",
+ "minecraft:dried_kelp_block",
+ "minecraft:dropper",
+ "minecraft:drowned_spawn_egg",
+ "minecraft:egg",
+ "minecraft:elder_guardian_spawn_egg",
+ "minecraft:elytra",
+ "minecraft:emerald",
+ "minecraft:emerald_block",
+ "minecraft:emerald_ore",
+ "minecraft:enchanted_book",
+ "minecraft:enchanted_golden_apple",
+ "minecraft:enchanting_table",
+ "minecraft:end_crystal",
+ "minecraft:end_portal_frame",
+ "minecraft:end_rod",
+ "minecraft:end_stone",
+ "minecraft:end_stone_brick_slab",
+ "minecraft:end_stone_brick_stairs",
+ "minecraft:end_stone_brick_wall",
+ "minecraft:end_stone_bricks",
+ "minecraft:ender_chest",
+ "minecraft:ender_eye",
+ "minecraft:ender_pearl",
+ "minecraft:enderman_spawn_egg",
+ "minecraft:endermite_spawn_egg",
+ "minecraft:evoker_spawn_egg",
+ "minecraft:experience_bottle",
+ "minecraft:farmland",
+ "minecraft:feather",
+ "minecraft:fermented_spider_eye",
+ "minecraft:fern",
+ "minecraft:filled_map",
+ "minecraft:fire_charge",
+ "minecraft:fire_coral",
+ "minecraft:fire_coral_block",
+ "minecraft:fire_coral_fan",
+ "minecraft:firework_rocket",
+ "minecraft:firework_star",
+ "minecraft:fishing_rod",
+ "minecraft:fletching_table",
+ "minecraft:flint",
+ "minecraft:flint_and_steel",
+ "minecraft:flower_banner_pattern",
+ "minecraft:flower_pot",
+ "minecraft:fox_spawn_egg",
+ "minecraft:furnace",
+ "minecraft:furnace_minecart",
+ "minecraft:ghast_spawn_egg",
+ "minecraft:ghast_tear",
+ "minecraft:glass",
+ "minecraft:glass_bottle",
+ "minecraft:glass_pane",
+ "minecraft:glistering_melon_slice",
+ "minecraft:globe_banner_pattern",
+ "minecraft:glowstone",
+ "minecraft:glowstone_dust",
+ "minecraft:gold_block",
+ "minecraft:gold_ingot",
+ "minecraft:gold_nugget",
+ "minecraft:gold_ore",
+ "minecraft:golden_apple",
+ "minecraft:golden_axe",
+ "minecraft:golden_boots",
+ "minecraft:golden_carrot",
+ "minecraft:golden_chestplate",
+ "minecraft:golden_helmet",
+ "minecraft:golden_hoe",
+ "minecraft:golden_horse_armor",
+ "minecraft:golden_leggings",
+ "minecraft:golden_pickaxe",
+ "minecraft:golden_shovel",
+ "minecraft:golden_sword",
+ "minecraft:granite",
+ "minecraft:granite_slab",
+ "minecraft:granite_stairs",
+ "minecraft:granite_wall",
+ "minecraft:grass",
+ "minecraft:grass_block",
+ "minecraft:grass_path",
+ "minecraft:gravel",
+ "minecraft:gray_banner",
+ "minecraft:gray_bed",
+ "minecraft:gray_carpet",
+ "minecraft:gray_concrete",
+ "minecraft:gray_concrete_powder",
+ "minecraft:gray_dye",
+ "minecraft:gray_glazed_terracotta",
+ "minecraft:gray_shulker_box",
+ "minecraft:gray_stained_glass",
+ "minecraft:gray_stained_glass_pane",
+ "minecraft:gray_terracotta",
+ "minecraft:gray_wool",
+ "minecraft:green_banner",
+ "minecraft:green_bed",
+ "minecraft:green_carpet",
+ "minecraft:green_concrete",
+ "minecraft:green_concrete_powder",
+ "minecraft:green_dye",
+ "minecraft:green_glazed_terracotta",
+ "minecraft:green_shulker_box",
+ "minecraft:green_stained_glass",
+ "minecraft:green_stained_glass_pane",
+ "minecraft:green_terracotta",
+ "minecraft:green_wool",
+ "minecraft:grindstone",
+ "minecraft:guardian_spawn_egg",
+ "minecraft:gunpowder",
+ "minecraft:hay_block",
+ "minecraft:heart_of_the_sea",
+ "minecraft:heavy_weighted_pressure_plate",
+ "minecraft:honey_block",
+ "minecraft:honey_bottle",
+ "minecraft:honeycomb",
+ "minecraft:honeycomb_block",
+ "minecraft:hopper",
+ "minecraft:hopper_minecart",
+ "minecraft:horn_coral",
+ "minecraft:horn_coral_block",
+ "minecraft:horn_coral_fan",
+ "minecraft:horse_spawn_egg",
+ "minecraft:husk_spawn_egg",
+ "minecraft:ice",
+ "minecraft:infested_chiseled_stone_bricks",
+ "minecraft:infested_cobblestone",
+ "minecraft:infested_cracked_stone_bricks",
+ "minecraft:infested_mossy_stone_bricks",
+ "minecraft:infested_stone",
+ "minecraft:infested_stone_bricks",
+ "minecraft:ink_sac",
+ "minecraft:iron_axe",
+ "minecraft:iron_bars",
+ "minecraft:iron_block",
+ "minecraft:iron_boots",
+ "minecraft:iron_chestplate",
+ "minecraft:iron_door",
+ "minecraft:iron_helmet",
+ "minecraft:iron_hoe",
+ "minecraft:iron_horse_armor",
+ "minecraft:iron_ingot",
+ "minecraft:iron_leggings",
+ "minecraft:iron_nugget",
+ "minecraft:iron_ore",
+ "minecraft:iron_pickaxe",
+ "minecraft:iron_shovel",
+ "minecraft:iron_sword",
+ "minecraft:iron_trapdoor",
+ "minecraft:item_frame",
+ "minecraft:jack_o_lantern",
+ "minecraft:jigsaw",
+ "minecraft:jukebox",
+ "minecraft:jungle_boat",
+ "minecraft:jungle_button",
+ "minecraft:jungle_door",
+ "minecraft:jungle_fence",
+ "minecraft:jungle_fence_gate",
+ "minecraft:jungle_leaves",
+ "minecraft:jungle_log",
+ "minecraft:jungle_planks",
+ "minecraft:jungle_pressure_plate",
+ "minecraft:jungle_sapling",
+ "minecraft:jungle_sign",
+ "minecraft:jungle_slab",
+ "minecraft:jungle_stairs",
+ "minecraft:jungle_trapdoor",
+ "minecraft:jungle_wood",
+ "minecraft:kelp",
+ "minecraft:knowledge_book",
+ "minecraft:ladder",
+ "minecraft:lantern",
+ "minecraft:lapis_block",
+ "minecraft:lapis_lazuli",
+ "minecraft:lapis_ore",
+ "minecraft:large_fern",
+ "minecraft:lava_bucket",
+ "minecraft:lead",
+ "minecraft:leather",
+ "minecraft:leather_boots",
+ "minecraft:leather_chestplate",
+ "minecraft:leather_helmet",
+ "minecraft:leather_horse_armor",
+ "minecraft:leather_leggings",
+ "minecraft:lectern",
+ "minecraft:lever",
+ "minecraft:light_blue_banner",
+ "minecraft:light_blue_bed",
+ "minecraft:light_blue_carpet",
+ "minecraft:light_blue_concrete",
+ "minecraft:light_blue_concrete_powder",
+ "minecraft:light_blue_dye",
+ "minecraft:light_blue_glazed_terracotta",
+ "minecraft:light_blue_shulker_box",
+ "minecraft:light_blue_stained_glass",
+ "minecraft:light_blue_stained_glass_pane",
+ "minecraft:light_blue_terracotta",
+ "minecraft:light_blue_wool",
+ "minecraft:light_gray_banner",
+ "minecraft:light_gray_bed",
+ "minecraft:light_gray_carpet",
+ "minecraft:light_gray_concrete",
+ "minecraft:light_gray_concrete_powder",
+ "minecraft:light_gray_dye",
+ "minecraft:light_gray_glazed_terracotta",
+ "minecraft:light_gray_shulker_box",
+ "minecraft:light_gray_stained_glass",
+ "minecraft:light_gray_stained_glass_pane",
+ "minecraft:light_gray_terracotta",
+ "minecraft:light_gray_wool",
+ "minecraft:light_weighted_pressure_plate",
+ "minecraft:lilac",
+ "minecraft:lily_of_the_valley",
+ "minecraft:lily_pad",
+ "minecraft:lime_banner",
+ "minecraft:lime_bed",
+ "minecraft:lime_carpet",
+ "minecraft:lime_concrete",
+ "minecraft:lime_concrete_powder",
+ "minecraft:lime_dye",
+ "minecraft:lime_glazed_terracotta",
+ "minecraft:lime_shulker_box",
+ "minecraft:lime_stained_glass",
+ "minecraft:lime_stained_glass_pane",
+ "minecraft:lime_terracotta",
+ "minecraft:lime_wool",
+ "minecraft:lingering_potion",
+ "minecraft:llama_spawn_egg",
+ "minecraft:loom",
+ "minecraft:magenta_banner",
+ "minecraft:magenta_bed",
+ "minecraft:magenta_carpet",
+ "minecraft:magenta_concrete",
+ "minecraft:magenta_concrete_powder",
+ "minecraft:magenta_dye",
+ "minecraft:magenta_glazed_terracotta",
+ "minecraft:magenta_shulker_box",
+ "minecraft:magenta_stained_glass",
+ "minecraft:magenta_stained_glass_pane",
+ "minecraft:magenta_terracotta",
+ "minecraft:magenta_wool",
+ "minecraft:magma_block",
+ "minecraft:magma_cream",
+ "minecraft:magma_cube_spawn_egg",
+ "minecraft:map",
+ "minecraft:melon",
+ "minecraft:melon_seeds",
+ "minecraft:melon_slice",
+ "minecraft:milk_bucket",
+ "minecraft:minecart",
+ "minecraft:mojang_banner_pattern",
+ "minecraft:mooshroom_spawn_egg",
+ "minecraft:mossy_cobblestone",
+ "minecraft:mossy_cobblestone_slab",
+ "minecraft:mossy_cobblestone_stairs",
+ "minecraft:mossy_cobblestone_wall",
+ "minecraft:mossy_stone_brick_slab",
+ "minecraft:mossy_stone_brick_stairs",
+ "minecraft:mossy_stone_brick_wall",
+ "minecraft:mossy_stone_bricks",
+ "minecraft:mule_spawn_egg",
+ "minecraft:mushroom_stem",
+ "minecraft:mushroom_stew",
+ "minecraft:music_disc_11",
+ "minecraft:music_disc_13",
+ "minecraft:music_disc_blocks",
+ "minecraft:music_disc_cat",
+ "minecraft:music_disc_chirp",
+ "minecraft:music_disc_far",
+ "minecraft:music_disc_mall",
+ "minecraft:music_disc_mellohi",
+ "minecraft:music_disc_stal",
+ "minecraft:music_disc_strad",
+ "minecraft:music_disc_wait",
+ "minecraft:music_disc_ward",
+ "minecraft:mutton",
+ "minecraft:mycelium",
+ "minecraft:name_tag",
+ "minecraft:nautilus_shell",
+ "minecraft:nether_brick",
+ "minecraft:nether_brick_fence",
+ "minecraft:nether_brick_slab",
+ "minecraft:nether_brick_stairs",
+ "minecraft:nether_brick_wall",
+ "minecraft:nether_bricks",
+ "minecraft:nether_quartz_ore",
+ "minecraft:nether_star",
+ "minecraft:nether_wart",
+ "minecraft:nether_wart_block",
+ "minecraft:netherrack",
+ "minecraft:note_block",
+ "minecraft:oak_boat",
+ "minecraft:oak_button",
+ "minecraft:oak_door",
+ "minecraft:oak_fence",
+ "minecraft:oak_fence_gate",
+ "minecraft:oak_leaves",
+ "minecraft:oak_log",
+ "minecraft:oak_planks",
+ "minecraft:oak_pressure_plate",
+ "minecraft:oak_sapling",
+ "minecraft:oak_sign",
+ "minecraft:oak_slab",
+ "minecraft:oak_stairs",
+ "minecraft:oak_trapdoor",
+ "minecraft:oak_wood",
+ "minecraft:observer",
+ "minecraft:obsidian",
+ "minecraft:ocelot_spawn_egg",
+ "minecraft:orange_banner",
+ "minecraft:orange_bed",
+ "minecraft:orange_carpet",
+ "minecraft:orange_concrete",
+ "minecraft:orange_concrete_powder",
+ "minecraft:orange_dye",
+ "minecraft:orange_glazed_terracotta",
+ "minecraft:orange_shulker_box",
+ "minecraft:orange_stained_glass",
+ "minecraft:orange_stained_glass_pane",
+ "minecraft:orange_terracotta",
+ "minecraft:orange_tulip",
+ "minecraft:orange_wool",
+ "minecraft:oxeye_daisy",
+ "minecraft:packed_ice",
+ "minecraft:painting",
+ "minecraft:panda_spawn_egg",
+ "minecraft:paper",
+ "minecraft:parrot_spawn_egg",
+ "minecraft:peony",
+ "minecraft:petrified_oak_slab",
+ "minecraft:phantom_membrane",
+ "minecraft:phantom_spawn_egg",
+ "minecraft:pig_spawn_egg",
+ "minecraft:pillager_spawn_egg",
+ "minecraft:pink_banner",
+ "minecraft:pink_bed",
+ "minecraft:pink_carpet",
+ "minecraft:pink_concrete",
+ "minecraft:pink_concrete_powder",
+ "minecraft:pink_dye",
+ "minecraft:pink_glazed_terracotta",
+ "minecraft:pink_shulker_box",
+ "minecraft:pink_stained_glass",
+ "minecraft:pink_stained_glass_pane",
+ "minecraft:pink_terracotta",
+ "minecraft:pink_tulip",
+ "minecraft:pink_wool",
+ "minecraft:piston",
+ "minecraft:player_head",
+ "minecraft:podzol",
+ "minecraft:poisonous_potato",
+ "minecraft:polar_bear_spawn_egg",
+ "minecraft:polished_andesite",
+ "minecraft:polished_andesite_slab",
+ "minecraft:polished_andesite_stairs",
+ "minecraft:polished_diorite",
+ "minecraft:polished_diorite_slab",
+ "minecraft:polished_diorite_stairs",
+ "minecraft:polished_granite",
+ "minecraft:polished_granite_slab",
+ "minecraft:polished_granite_stairs",
+ "minecraft:popped_chorus_fruit",
+ "minecraft:poppy",
+ "minecraft:porkchop",
+ "minecraft:potato",
+ "minecraft:potion",
+ "minecraft:powered_rail",
+ "minecraft:prismarine",
+ "minecraft:prismarine_brick_slab",
+ "minecraft:prismarine_brick_stairs",
+ "minecraft:prismarine_bricks",
+ "minecraft:prismarine_crystals",
+ "minecraft:prismarine_shard",
+ "minecraft:prismarine_slab",
+ "minecraft:prismarine_stairs",
+ "minecraft:prismarine_wall",
+ "minecraft:pufferfish",
+ "minecraft:pufferfish_bucket",
+ "minecraft:pufferfish_spawn_egg",
+ "minecraft:pumpkin",
+ "minecraft:pumpkin_pie",
+ "minecraft:pumpkin_seeds",
+ "minecraft:purple_banner",
+ "minecraft:purple_bed",
+ "minecraft:purple_carpet",
+ "minecraft:purple_concrete",
+ "minecraft:purple_concrete_powder",
+ "minecraft:purple_dye",
+ "minecraft:purple_glazed_terracotta",
+ "minecraft:purple_shulker_box",
+ "minecraft:purple_stained_glass",
+ "minecraft:purple_stained_glass_pane",
+ "minecraft:purple_terracotta",
+ "minecraft:purple_wool",
+ "minecraft:purpur_block",
+ "minecraft:purpur_pillar",
+ "minecraft:purpur_slab",
+ "minecraft:purpur_stairs",
+ "minecraft:quartz",
+ "minecraft:quartz_block",
+ "minecraft:quartz_pillar",
+ "minecraft:quartz_slab",
+ "minecraft:quartz_stairs",
+ "minecraft:rabbit",
+ "minecraft:rabbit_foot",
+ "minecraft:rabbit_hide",
+ "minecraft:rabbit_spawn_egg",
+ "minecraft:rabbit_stew",
+ "minecraft:rail",
+ "minecraft:ravager_spawn_egg",
+ "minecraft:red_banner",
+ "minecraft:red_bed",
+ "minecraft:red_carpet",
+ "minecraft:red_concrete",
+ "minecraft:red_concrete_powder",
+ "minecraft:red_dye",
+ "minecraft:red_glazed_terracotta",
+ "minecraft:red_mushroom",
+ "minecraft:red_mushroom_block",
+ "minecraft:red_nether_brick_slab",
+ "minecraft:red_nether_brick_stairs",
+ "minecraft:red_nether_brick_wall",
+ "minecraft:red_nether_bricks",
+ "minecraft:red_sand",
+ "minecraft:red_sandstone",
+ "minecraft:red_sandstone_slab",
+ "minecraft:red_sandstone_stairs",
+ "minecraft:red_sandstone_wall",
+ "minecraft:red_shulker_box",
+ "minecraft:red_stained_glass",
+ "minecraft:red_stained_glass_pane",
+ "minecraft:red_terracotta",
+ "minecraft:red_tulip",
+ "minecraft:red_wool",
+ "minecraft:redstone",
+ "minecraft:redstone_block",
+ "minecraft:redstone_lamp",
+ "minecraft:redstone_ore",
+ "minecraft:redstone_torch",
+ "minecraft:repeater",
+ "minecraft:repeating_command_block",
+ "minecraft:rose_bush",
+ "minecraft:rotten_flesh",
+ "minecraft:saddle",
+ "minecraft:salmon",
+ "minecraft:salmon_bucket",
+ "minecraft:salmon_spawn_egg",
+ "minecraft:sand",
+ "minecraft:sandstone",
+ "minecraft:sandstone_slab",
+ "minecraft:sandstone_stairs",
+ "minecraft:sandstone_wall",
+ "minecraft:scaffolding",
+ "minecraft:scute",
+ "minecraft:sea_lantern",
+ "minecraft:sea_pickle",
+ "minecraft:seagrass",
+ "minecraft:shears",
+ "minecraft:sheep_spawn_egg",
+ "minecraft:shield",
+ "minecraft:shulker_box",
+ "minecraft:shulker_shell",
+ "minecraft:shulker_spawn_egg",
+ "minecraft:silverfish_spawn_egg",
+ "minecraft:skeleton_horse_spawn_egg",
+ "minecraft:skeleton_skull",
+ "minecraft:skeleton_spawn_egg",
+ "minecraft:skull_banner_pattern",
+ "minecraft:slime_ball",
+ "minecraft:slime_block",
+ "minecraft:slime_spawn_egg",
+ "minecraft:smithing_table",
+ "minecraft:smoker",
+ "minecraft:smooth_quartz",
+ "minecraft:smooth_quartz_slab",
+ "minecraft:smooth_quartz_stairs",
+ "minecraft:smooth_red_sandstone",
+ "minecraft:smooth_red_sandstone_slab",
+ "minecraft:smooth_red_sandstone_stairs",
+ "minecraft:smooth_sandstone",
+ "minecraft:smooth_sandstone_slab",
+ "minecraft:smooth_sandstone_stairs",
+ "minecraft:smooth_stone",
+ "minecraft:smooth_stone_slab",
+ "minecraft:snow",
+ "minecraft:snow_block",
+ "minecraft:snowball",
+ "minecraft:soul_sand",
+ "minecraft:spawner",
+ "minecraft:spectral_arrow",
+ "minecraft:spider_eye",
+ "minecraft:spider_spawn_egg",
+ "minecraft:splash_potion",
+ "minecraft:sponge",
+ "minecraft:spruce_boat",
+ "minecraft:spruce_button",
+ "minecraft:spruce_door",
+ "minecraft:spruce_fence",
+ "minecraft:spruce_fence_gate",
+ "minecraft:spruce_leaves",
+ "minecraft:spruce_log",
+ "minecraft:spruce_planks",
+ "minecraft:spruce_pressure_plate",
+ "minecraft:spruce_sapling",
+ "minecraft:spruce_sign",
+ "minecraft:spruce_slab",
+ "minecraft:spruce_stairs",
+ "minecraft:spruce_trapdoor",
+ "minecraft:spruce_wood",
+ "minecraft:squid_spawn_egg",
+ "minecraft:stick",
+ "minecraft:sticky_piston",
+ "minecraft:stone",
+ "minecraft:stone_axe",
+ "minecraft:stone_brick_slab",
+ "minecraft:stone_brick_stairs",
+ "minecraft:stone_brick_wall",
+ "minecraft:stone_bricks",
+ "minecraft:stone_button",
+ "minecraft:stone_hoe",
+ "minecraft:stone_pickaxe",
+ "minecraft:stone_pressure_plate",
+ "minecraft:stone_shovel",
+ "minecraft:stone_slab",
+ "minecraft:stone_stairs",
+ "minecraft:stone_sword",
+ "minecraft:stonecutter",
+ "minecraft:stray_spawn_egg",
+ "minecraft:string",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood",
+ "minecraft:structure_block",
+ "minecraft:structure_void",
+ "minecraft:sugar",
+ "minecraft:sugar_cane",
+ "minecraft:sunflower",
+ "minecraft:suspicious_stew",
+ "minecraft:sweet_berries",
+ "minecraft:tall_grass",
+ "minecraft:terracotta",
+ "minecraft:tipped_arrow",
+ "minecraft:tnt",
+ "minecraft:tnt_minecart",
+ "minecraft:torch",
+ "minecraft:totem_of_undying",
+ "minecraft:trader_llama_spawn_egg",
+ "minecraft:trapped_chest",
+ "minecraft:trident",
+ "minecraft:tripwire_hook",
+ "minecraft:tropical_fish",
+ "minecraft:tropical_fish_bucket",
+ "minecraft:tropical_fish_spawn_egg",
+ "minecraft:tube_coral",
+ "minecraft:tube_coral_block",
+ "minecraft:tube_coral_fan",
+ "minecraft:turtle_egg",
+ "minecraft:turtle_helmet",
+ "minecraft:turtle_spawn_egg",
+ "minecraft:vex_spawn_egg",
+ "minecraft:villager_spawn_egg",
+ "minecraft:vindicator_spawn_egg",
+ "minecraft:vine",
+ "minecraft:wandering_trader_spawn_egg",
+ "minecraft:water_bucket",
+ "minecraft:wet_sponge",
+ "minecraft:wheat",
+ "minecraft:wheat_seeds",
+ "minecraft:white_banner",
+ "minecraft:white_bed",
+ "minecraft:white_carpet",
+ "minecraft:white_concrete",
+ "minecraft:white_concrete_powder",
+ "minecraft:white_dye",
+ "minecraft:white_glazed_terracotta",
+ "minecraft:white_shulker_box",
+ "minecraft:white_stained_glass",
+ "minecraft:white_stained_glass_pane",
+ "minecraft:white_terracotta",
+ "minecraft:white_tulip",
+ "minecraft:white_wool",
+ "minecraft:witch_spawn_egg",
+ "minecraft:wither_rose",
+ "minecraft:wither_skeleton_skull",
+ "minecraft:wither_skeleton_spawn_egg",
+ "minecraft:wolf_spawn_egg",
+ "minecraft:wooden_axe",
+ "minecraft:wooden_hoe",
+ "minecraft:wooden_pickaxe",
+ "minecraft:wooden_shovel",
+ "minecraft:wooden_sword",
+ "minecraft:writable_book",
+ "minecraft:written_book",
+ "minecraft:yellow_banner",
+ "minecraft:yellow_bed",
+ "minecraft:yellow_carpet",
+ "minecraft:yellow_concrete",
+ "minecraft:yellow_concrete_powder",
+ "minecraft:yellow_dye",
+ "minecraft:yellow_glazed_terracotta",
+ "minecraft:yellow_shulker_box",
+ "minecraft:yellow_stained_glass",
+ "minecraft:yellow_stained_glass_pane",
+ "minecraft:yellow_terracotta",
+ "minecraft:yellow_wool",
+ "minecraft:zombie_head",
+ "minecraft:zombie_horse_spawn_egg",
+ "minecraft:zombie_pigman_spawn_egg",
+ "minecraft:zombie_spawn_egg",
+ "minecraft:zombie_villager_spawn_egg"
+ ],
+ "entities": [
+ "minecraft:area_effect_cloud",
+ "minecraft:armor_stand",
+ "minecraft:arrow",
+ "minecraft:bat",
+ "minecraft:bee",
+ "minecraft:blaze",
+ "minecraft:boat",
+ "minecraft:cat",
+ "minecraft:cave_spider",
+ "minecraft:chest_minecart",
+ "minecraft:chicken",
+ "minecraft:cod",
+ "minecraft:command_block_minecart",
+ "minecraft:cow",
+ "minecraft:creeper",
+ "minecraft:dolphin",
+ "minecraft:donkey",
+ "minecraft:dragon_fireball",
+ "minecraft:drowned",
+ "minecraft:egg",
+ "minecraft:elder_guardian",
+ "minecraft:end_crystal",
+ "minecraft:ender_dragon",
+ "minecraft:ender_pearl",
+ "minecraft:enderman",
+ "minecraft:endermite",
+ "minecraft:evoker",
+ "minecraft:evoker_fangs",
+ "minecraft:experience_bottle",
+ "minecraft:experience_orb",
+ "minecraft:eye_of_ender",
+ "minecraft:falling_block",
+ "minecraft:fireball",
+ "minecraft:firework_rocket",
+ "minecraft:fishing_bobber",
+ "minecraft:fox",
+ "minecraft:furnace_minecart",
+ "minecraft:ghast",
+ "minecraft:giant",
+ "minecraft:guardian",
+ "minecraft:hopper_minecart",
+ "minecraft:horse",
+ "minecraft:husk",
+ "minecraft:illusioner",
+ "minecraft:iron_golem",
+ "minecraft:item",
+ "minecraft:item_frame",
+ "minecraft:leash_knot",
+ "minecraft:lightning_bolt",
+ "minecraft:llama",
+ "minecraft:llama_spit",
+ "minecraft:magma_cube",
+ "minecraft:minecart",
+ "minecraft:mooshroom",
+ "minecraft:mule",
+ "minecraft:ocelot",
+ "minecraft:painting",
+ "minecraft:panda",
+ "minecraft:parrot",
+ "minecraft:phantom",
+ "minecraft:pig",
+ "minecraft:pillager",
+ "minecraft:player",
+ "minecraft:polar_bear",
+ "minecraft:potion",
+ "minecraft:pufferfish",
+ "minecraft:rabbit",
+ "minecraft:ravager",
+ "minecraft:salmon",
+ "minecraft:sheep",
+ "minecraft:shulker",
+ "minecraft:shulker_bullet",
+ "minecraft:silverfish",
+ "minecraft:skeleton",
+ "minecraft:skeleton_horse",
+ "minecraft:slime",
+ "minecraft:small_fireball",
+ "minecraft:snow_golem",
+ "minecraft:snowball",
+ "minecraft:spawner_minecart",
+ "minecraft:spectral_arrow",
+ "minecraft:spider",
+ "minecraft:squid",
+ "minecraft:stray",
+ "minecraft:tnt",
+ "minecraft:tnt_minecart",
+ "minecraft:trader_llama",
+ "minecraft:trident",
+ "minecraft:tropical_fish",
+ "minecraft:turtle",
+ "minecraft:vex",
+ "minecraft:villager",
+ "minecraft:vindicator",
+ "minecraft:wandering_trader",
+ "minecraft:witch",
+ "minecraft:wither",
+ "minecraft:wither_skeleton",
+ "minecraft:wither_skull",
+ "minecraft:wolf",
+ "minecraft:zombie",
+ "minecraft:zombie_horse",
+ "minecraft:zombie_pigman",
+ "minecraft:zombie_villager"
+ ],
+ "biomes": [
+ "minecraft:badlands",
+ "minecraft:badlands_plateau",
+ "minecraft:bamboo_jungle",
+ "minecraft:bamboo_jungle_hills",
+ "minecraft:beach",
+ "minecraft:birch_forest",
+ "minecraft:birch_forest_hills",
+ "minecraft:cold_ocean",
+ "minecraft:dark_forest",
+ "minecraft:dark_forest_hills",
+ "minecraft:deep_cold_ocean",
+ "minecraft:deep_frozen_ocean",
+ "minecraft:deep_lukewarm_ocean",
+ "minecraft:deep_ocean",
+ "minecraft:deep_warm_ocean",
+ "minecraft:desert",
+ "minecraft:desert_hills",
+ "minecraft:desert_lakes",
+ "minecraft:end_barrens",
+ "minecraft:end_highlands",
+ "minecraft:end_midlands",
+ "minecraft:eroded_badlands",
+ "minecraft:flower_forest",
+ "minecraft:forest",
+ "minecraft:frozen_ocean",
+ "minecraft:frozen_river",
+ "minecraft:giant_spruce_taiga",
+ "minecraft:giant_spruce_taiga_hills",
+ "minecraft:giant_tree_taiga",
+ "minecraft:giant_tree_taiga_hills",
+ "minecraft:gravelly_mountains",
+ "minecraft:ice_spikes",
+ "minecraft:jungle",
+ "minecraft:jungle_edge",
+ "minecraft:jungle_hills",
+ "minecraft:lukewarm_ocean",
+ "minecraft:modified_badlands_plateau",
+ "minecraft:modified_gravelly_mountains",
+ "minecraft:modified_jungle",
+ "minecraft:modified_jungle_edge",
+ "minecraft:modified_wooded_badlands_plateau",
+ "minecraft:mountain_edge",
+ "minecraft:mountains",
+ "minecraft:mushroom_field_shore",
+ "minecraft:mushroom_fields",
+ "minecraft:nether",
+ "minecraft:ocean",
+ "minecraft:plains",
+ "minecraft:river",
+ "minecraft:savanna",
+ "minecraft:savanna_plateau",
+ "minecraft:shattered_savanna",
+ "minecraft:shattered_savanna_plateau",
+ "minecraft:small_end_islands",
+ "minecraft:snowy_beach",
+ "minecraft:snowy_mountains",
+ "minecraft:snowy_taiga",
+ "minecraft:snowy_taiga_hills",
+ "minecraft:snowy_taiga_mountains",
+ "minecraft:snowy_tundra",
+ "minecraft:stone_shore",
+ "minecraft:sunflower_plains",
+ "minecraft:swamp",
+ "minecraft:swamp_hills",
+ "minecraft:taiga",
+ "minecraft:taiga_hills",
+ "minecraft:taiga_mountains",
+ "minecraft:tall_birch_forest",
+ "minecraft:tall_birch_hills",
+ "minecraft:the_end",
+ "minecraft:the_void",
+ "minecraft:warm_ocean",
+ "minecraft:wooded_badlands_plateau",
+ "minecraft:wooded_hills",
+ "minecraft:wooded_mountains"
+ ],
+ "blocktags": {
+ "minecraft:slabs": [
+ "minecraft:stone_slab",
+ "minecraft:smooth_stone_slab",
+ "minecraft:stone_brick_slab",
+ "minecraft:sandstone_slab",
+ "minecraft:acacia_slab",
+ "minecraft:birch_slab",
+ "minecraft:dark_oak_slab",
+ "minecraft:jungle_slab",
+ "minecraft:oak_slab",
+ "minecraft:spruce_slab",
+ "minecraft:purpur_slab",
+ "minecraft:quartz_slab",
+ "minecraft:red_sandstone_slab",
+ "minecraft:brick_slab",
+ "minecraft:cobblestone_slab",
+ "minecraft:nether_brick_slab",
+ "minecraft:petrified_oak_slab",
+ "minecraft:prismarine_slab",
+ "minecraft:prismarine_brick_slab",
+ "minecraft:dark_prismarine_slab",
+ "minecraft:polished_granite_slab",
+ "minecraft:smooth_red_sandstone_slab",
+ "minecraft:mossy_stone_brick_slab",
+ "minecraft:polished_diorite_slab",
+ "minecraft:mossy_cobblestone_slab",
+ "minecraft:end_stone_brick_slab",
+ "minecraft:smooth_sandstone_slab",
+ "minecraft:smooth_quartz_slab",
+ "minecraft:granite_slab",
+ "minecraft:andesite_slab",
+ "minecraft:red_nether_brick_slab",
+ "minecraft:polished_andesite_slab",
+ "minecraft:diorite_slab",
+ "minecraft:cut_sandstone_slab",
+ "minecraft:cut_red_sandstone_slab"
+ ],
+ "minecraft:carpets": [
+ "minecraft:white_carpet",
+ "minecraft:orange_carpet",
+ "minecraft:magenta_carpet",
+ "minecraft:light_blue_carpet",
+ "minecraft:yellow_carpet",
+ "minecraft:lime_carpet",
+ "minecraft:pink_carpet",
+ "minecraft:gray_carpet",
+ "minecraft:light_gray_carpet",
+ "minecraft:cyan_carpet",
+ "minecraft:purple_carpet",
+ "minecraft:blue_carpet",
+ "minecraft:brown_carpet",
+ "minecraft:green_carpet",
+ "minecraft:red_carpet",
+ "minecraft:black_carpet"
+ ],
+ "minecraft:stairs": [
+ "minecraft:oak_stairs",
+ "minecraft:cobblestone_stairs",
+ "minecraft:spruce_stairs",
+ "minecraft:sandstone_stairs",
+ "minecraft:acacia_stairs",
+ "minecraft:jungle_stairs",
+ "minecraft:birch_stairs",
+ "minecraft:dark_oak_stairs",
+ "minecraft:nether_brick_stairs",
+ "minecraft:stone_brick_stairs",
+ "minecraft:brick_stairs",
+ "minecraft:purpur_stairs",
+ "minecraft:quartz_stairs",
+ "minecraft:red_sandstone_stairs",
+ "minecraft:prismarine_brick_stairs",
+ "minecraft:prismarine_stairs",
+ "minecraft:dark_prismarine_stairs",
+ "minecraft:polished_granite_stairs",
+ "minecraft:smooth_red_sandstone_stairs",
+ "minecraft:mossy_stone_brick_stairs",
+ "minecraft:polished_diorite_stairs",
+ "minecraft:mossy_cobblestone_stairs",
+ "minecraft:end_stone_brick_stairs",
+ "minecraft:stone_stairs",
+ "minecraft:smooth_sandstone_stairs",
+ "minecraft:smooth_quartz_stairs",
+ "minecraft:granite_stairs",
+ "minecraft:andesite_stairs",
+ "minecraft:red_nether_brick_stairs",
+ "minecraft:polished_andesite_stairs",
+ "minecraft:diorite_stairs"
+ ],
+ "minecraft:wooden_doors": [
+ "minecraft:oak_door",
+ "minecraft:spruce_door",
+ "minecraft:birch_door",
+ "minecraft:jungle_door",
+ "minecraft:acacia_door",
+ "minecraft:dark_oak_door"
+ ],
+ "minecraft:jungle_logs": [
+ "minecraft:jungle_log",
+ "minecraft:jungle_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood"
+ ],
+ "minecraft:planks": [
+ "minecraft:oak_planks",
+ "minecraft:spruce_planks",
+ "minecraft:birch_planks",
+ "minecraft:jungle_planks",
+ "minecraft:acacia_planks",
+ "minecraft:dark_oak_planks"
+ ],
+ "minecraft:wall_corals": [
+ "minecraft:tube_coral_wall_fan",
+ "minecraft:brain_coral_wall_fan",
+ "minecraft:bubble_coral_wall_fan",
+ "minecraft:fire_coral_wall_fan",
+ "minecraft:horn_coral_wall_fan"
+ ],
+ "minecraft:shulker_boxes": [
+ "minecraft:shulker_box",
+ "minecraft:black_shulker_box",
+ "minecraft:blue_shulker_box",
+ "minecraft:brown_shulker_box",
+ "minecraft:cyan_shulker_box",
+ "minecraft:gray_shulker_box",
+ "minecraft:green_shulker_box",
+ "minecraft:light_blue_shulker_box",
+ "minecraft:light_gray_shulker_box",
+ "minecraft:lime_shulker_box",
+ "minecraft:magenta_shulker_box",
+ "minecraft:orange_shulker_box",
+ "minecraft:pink_shulker_box",
+ "minecraft:purple_shulker_box",
+ "minecraft:red_shulker_box",
+ "minecraft:white_shulker_box",
+ "minecraft:yellow_shulker_box"
+ ],
+ "minecraft:acacia_logs": [
+ "minecraft:acacia_log",
+ "minecraft:acacia_wood",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood"
+ ],
+ "minecraft:wither_immune": [
+ "minecraft:barrier",
+ "minecraft:bedrock",
+ "minecraft:end_portal",
+ "minecraft:end_portal_frame",
+ "minecraft:end_gateway",
+ "minecraft:command_block",
+ "minecraft:repeating_command_block",
+ "minecraft:chain_command_block",
+ "minecraft:structure_block",
+ "minecraft:jigsaw",
+ "minecraft:moving_piston"
+ ],
+ "minecraft:flower_pots": [
+ "minecraft:flower_pot",
+ "minecraft:potted_poppy",
+ "minecraft:potted_blue_orchid",
+ "minecraft:potted_allium",
+ "minecraft:potted_azure_bluet",
+ "minecraft:potted_red_tulip",
+ "minecraft:potted_orange_tulip",
+ "minecraft:potted_white_tulip",
+ "minecraft:potted_pink_tulip",
+ "minecraft:potted_oxeye_daisy",
+ "minecraft:potted_dandelion",
+ "minecraft:potted_oak_sapling",
+ "minecraft:potted_spruce_sapling",
+ "minecraft:potted_birch_sapling",
+ "minecraft:potted_jungle_sapling",
+ "minecraft:potted_acacia_sapling",
+ "minecraft:potted_dark_oak_sapling",
+ "minecraft:potted_red_mushroom",
+ "minecraft:potted_brown_mushroom",
+ "minecraft:potted_dead_bush",
+ "minecraft:potted_fern",
+ "minecraft:potted_cactus",
+ "minecraft:potted_cornflower",
+ "minecraft:potted_lily_of_the_valley",
+ "minecraft:potted_wither_rose",
+ "minecraft:potted_bamboo"
+ ],
+ "minecraft:stone_bricks": [
+ "minecraft:stone_bricks",
+ "minecraft:mossy_stone_bricks",
+ "minecraft:cracked_stone_bricks",
+ "minecraft:chiseled_stone_bricks"
+ ],
+ "minecraft:enderman_holdable": [
+ "minecraft:grass_block",
+ "minecraft:dirt",
+ "minecraft:coarse_dirt",
+ "minecraft:podzol",
+ "minecraft:sand",
+ "minecraft:red_sand",
+ "minecraft:gravel",
+ "minecraft:brown_mushroom",
+ "minecraft:red_mushroom",
+ "minecraft:tnt",
+ "minecraft:cactus",
+ "minecraft:clay",
+ "minecraft:pumpkin",
+ "minecraft:carved_pumpkin",
+ "minecraft:melon",
+ "minecraft:mycelium",
+ "minecraft:netherrack",
+ "minecraft:dandelion",
+ "minecraft:poppy",
+ "minecraft:blue_orchid",
+ "minecraft:allium",
+ "minecraft:azure_bluet",
+ "minecraft:red_tulip",
+ "minecraft:orange_tulip",
+ "minecraft:white_tulip",
+ "minecraft:pink_tulip",
+ "minecraft:oxeye_daisy",
+ "minecraft:cornflower",
+ "minecraft:lily_of_the_valley",
+ "minecraft:wither_rose"
+ ],
+ "minecraft:spruce_logs": [
+ "minecraft:spruce_log",
+ "minecraft:spruce_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood"
+ ],
+ "minecraft:flowers": [
+ "minecraft:dandelion",
+ "minecraft:poppy",
+ "minecraft:blue_orchid",
+ "minecraft:allium",
+ "minecraft:azure_bluet",
+ "minecraft:red_tulip",
+ "minecraft:orange_tulip",
+ "minecraft:white_tulip",
+ "minecraft:pink_tulip",
+ "minecraft:oxeye_daisy",
+ "minecraft:cornflower",
+ "minecraft:lily_of_the_valley",
+ "minecraft:wither_rose",
+ "minecraft:sunflower",
+ "minecraft:lilac",
+ "minecraft:peony",
+ "minecraft:rose_bush"
+ ],
+ "minecraft:wooden_slabs": [
+ "minecraft:oak_slab",
+ "minecraft:spruce_slab",
+ "minecraft:birch_slab",
+ "minecraft:jungle_slab",
+ "minecraft:acacia_slab",
+ "minecraft:dark_oak_slab"
+ ],
+ "minecraft:coral_blocks": [
+ "minecraft:tube_coral_block",
+ "minecraft:brain_coral_block",
+ "minecraft:bubble_coral_block",
+ "minecraft:fire_coral_block",
+ "minecraft:horn_coral_block"
+ ],
+ "minecraft:signs": [
+ "minecraft:oak_sign",
+ "minecraft:spruce_sign",
+ "minecraft:birch_sign",
+ "minecraft:acacia_sign",
+ "minecraft:jungle_sign",
+ "minecraft:dark_oak_sign",
+ "minecraft:oak_wall_sign",
+ "minecraft:spruce_wall_sign",
+ "minecraft:birch_wall_sign",
+ "minecraft:acacia_wall_sign",
+ "minecraft:jungle_wall_sign",
+ "minecraft:dark_oak_wall_sign"
+ ],
+ "minecraft:dark_oak_logs": [
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_wood",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood"
+ ],
+ "minecraft:sand": [
+ "minecraft:sand",
+ "minecraft:red_sand"
+ ],
+ "minecraft:valid_spawn": [
+ "minecraft:grass_block",
+ "minecraft:podzol"
+ ],
+ "minecraft:underwater_bonemeals": [
+ "minecraft:seagrass",
+ "minecraft:tube_coral_fan",
+ "minecraft:brain_coral_fan",
+ "minecraft:bubble_coral_fan",
+ "minecraft:fire_coral_fan",
+ "minecraft:horn_coral_fan",
+ "minecraft:tube_coral",
+ "minecraft:brain_coral",
+ "minecraft:bubble_coral",
+ "minecraft:fire_coral",
+ "minecraft:horn_coral",
+ "minecraft:tube_coral_wall_fan",
+ "minecraft:brain_coral_wall_fan",
+ "minecraft:bubble_coral_wall_fan",
+ "minecraft:fire_coral_wall_fan",
+ "minecraft:horn_coral_wall_fan"
+ ],
+ "minecraft:oak_logs": [
+ "minecraft:oak_log",
+ "minecraft:oak_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood"
+ ],
+ "minecraft:buttons": [
+ "minecraft:stone_button",
+ "minecraft:oak_button",
+ "minecraft:spruce_button",
+ "minecraft:birch_button",
+ "minecraft:jungle_button",
+ "minecraft:acacia_button",
+ "minecraft:dark_oak_button"
+ ],
+ "minecraft:wooden_pressure_plates": [
+ "minecraft:oak_pressure_plate",
+ "minecraft:spruce_pressure_plate",
+ "minecraft:birch_pressure_plate",
+ "minecraft:jungle_pressure_plate",
+ "minecraft:acacia_pressure_plate",
+ "minecraft:dark_oak_pressure_plate"
+ ],
+ "minecraft:beds": [
+ "minecraft:red_bed",
+ "minecraft:black_bed",
+ "minecraft:blue_bed",
+ "minecraft:brown_bed",
+ "minecraft:cyan_bed",
+ "minecraft:gray_bed",
+ "minecraft:green_bed",
+ "minecraft:light_blue_bed",
+ "minecraft:light_gray_bed",
+ "minecraft:lime_bed",
+ "minecraft:magenta_bed",
+ "minecraft:orange_bed",
+ "minecraft:pink_bed",
+ "minecraft:purple_bed",
+ "minecraft:white_bed",
+ "minecraft:yellow_bed"
+ ],
+ "minecraft:walls": [
+ "minecraft:cobblestone_wall",
+ "minecraft:mossy_cobblestone_wall",
+ "minecraft:brick_wall",
+ "minecraft:prismarine_wall",
+ "minecraft:red_sandstone_wall",
+ "minecraft:mossy_stone_brick_wall",
+ "minecraft:granite_wall",
+ "minecraft:stone_brick_wall",
+ "minecraft:nether_brick_wall",
+ "minecraft:andesite_wall",
+ "minecraft:red_nether_brick_wall",
+ "minecraft:sandstone_wall",
+ "minecraft:end_stone_brick_wall",
+ "minecraft:diorite_wall"
+ ],
+ "minecraft:rails": [
+ "minecraft:rail",
+ "minecraft:powered_rail",
+ "minecraft:detector_rail",
+ "minecraft:activator_rail"
+ ],
+ "minecraft:beehives": [
+ "minecraft:bee_nest",
+ "minecraft:beehive"
+ ],
+ "minecraft:birch_logs": [
+ "minecraft:birch_log",
+ "minecraft:birch_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood"
+ ],
+ "minecraft:wooden_trapdoors": [
+ "minecraft:acacia_trapdoor",
+ "minecraft:birch_trapdoor",
+ "minecraft:dark_oak_trapdoor",
+ "minecraft:jungle_trapdoor",
+ "minecraft:oak_trapdoor",
+ "minecraft:spruce_trapdoor"
+ ],
+ "minecraft:wooden_fences": [
+ "minecraft:oak_fence",
+ "minecraft:acacia_fence",
+ "minecraft:dark_oak_fence",
+ "minecraft:spruce_fence",
+ "minecraft:birch_fence",
+ "minecraft:jungle_fence"
+ ],
+ "minecraft:saplings": [
+ "minecraft:oak_sapling",
+ "minecraft:spruce_sapling",
+ "minecraft:birch_sapling",
+ "minecraft:jungle_sapling",
+ "minecraft:acacia_sapling",
+ "minecraft:dark_oak_sapling"
+ ],
+ "minecraft:small_flowers": [
+ "minecraft:dandelion",
+ "minecraft:poppy",
+ "minecraft:blue_orchid",
+ "minecraft:allium",
+ "minecraft:azure_bluet",
+ "minecraft:red_tulip",
+ "minecraft:orange_tulip",
+ "minecraft:white_tulip",
+ "minecraft:pink_tulip",
+ "minecraft:oxeye_daisy",
+ "minecraft:cornflower",
+ "minecraft:lily_of_the_valley",
+ "minecraft:wither_rose"
+ ],
+ "minecraft:crops": [
+ "minecraft:beetroots",
+ "minecraft:carrots",
+ "minecraft:potatoes",
+ "minecraft:wheat",
+ "minecraft:melon_stem",
+ "minecraft:pumpkin_stem"
+ ],
+ "minecraft:bamboo_plantable_on": [
+ "minecraft:bamboo",
+ "minecraft:bamboo_sapling",
+ "minecraft:gravel",
+ "minecraft:dirt",
+ "minecraft:grass_block",
+ "minecraft:podzol",
+ "minecraft:coarse_dirt",
+ "minecraft:mycelium",
+ "minecraft:sand",
+ "minecraft:red_sand"
+ ],
+ "minecraft:ice": [
+ "minecraft:ice",
+ "minecraft:packed_ice",
+ "minecraft:blue_ice",
+ "minecraft:frosted_ice"
+ ],
+ "minecraft:wooden_stairs": [
+ "minecraft:oak_stairs",
+ "minecraft:spruce_stairs",
+ "minecraft:birch_stairs",
+ "minecraft:jungle_stairs",
+ "minecraft:acacia_stairs",
+ "minecraft:dark_oak_stairs"
+ ],
+ "minecraft:anvil": [
+ "minecraft:anvil",
+ "minecraft:chipped_anvil",
+ "minecraft:damaged_anvil"
+ ],
+ "minecraft:tall_flowers": [
+ "minecraft:sunflower",
+ "minecraft:lilac",
+ "minecraft:peony",
+ "minecraft:rose_bush"
+ ],
+ "minecraft:logs": [
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_wood",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood",
+ "minecraft:oak_log",
+ "minecraft:oak_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood",
+ "minecraft:acacia_log",
+ "minecraft:acacia_wood",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood",
+ "minecraft:birch_log",
+ "minecraft:birch_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood",
+ "minecraft:jungle_log",
+ "minecraft:jungle_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood",
+ "minecraft:spruce_log",
+ "minecraft:spruce_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood"
+ ],
+ "minecraft:corals": [
+ "minecraft:tube_coral_fan",
+ "minecraft:brain_coral_fan",
+ "minecraft:bubble_coral_fan",
+ "minecraft:fire_coral_fan",
+ "minecraft:horn_coral_fan",
+ "minecraft:tube_coral",
+ "minecraft:brain_coral",
+ "minecraft:bubble_coral",
+ "minecraft:fire_coral",
+ "minecraft:horn_coral"
+ ],
+ "minecraft:bee_growables": [
+ "minecraft:sweet_berry_bush",
+ "minecraft:beetroots",
+ "minecraft:carrots",
+ "minecraft:potatoes",
+ "minecraft:wheat",
+ "minecraft:melon_stem",
+ "minecraft:pumpkin_stem"
+ ],
+ "minecraft:wooden_buttons": [
+ "minecraft:oak_button",
+ "minecraft:spruce_button",
+ "minecraft:birch_button",
+ "minecraft:jungle_button",
+ "minecraft:acacia_button",
+ "minecraft:dark_oak_button"
+ ],
+ "minecraft:wool": [
+ "minecraft:white_wool",
+ "minecraft:orange_wool",
+ "minecraft:magenta_wool",
+ "minecraft:light_blue_wool",
+ "minecraft:yellow_wool",
+ "minecraft:lime_wool",
+ "minecraft:pink_wool",
+ "minecraft:gray_wool",
+ "minecraft:light_gray_wool",
+ "minecraft:cyan_wool",
+ "minecraft:purple_wool",
+ "minecraft:blue_wool",
+ "minecraft:brown_wool",
+ "minecraft:green_wool",
+ "minecraft:red_wool",
+ "minecraft:black_wool"
+ ],
+ "minecraft:coral_plants": [
+ "minecraft:tube_coral",
+ "minecraft:brain_coral",
+ "minecraft:bubble_coral",
+ "minecraft:fire_coral",
+ "minecraft:horn_coral"
+ ],
+ "minecraft:banners": [
+ "minecraft:white_banner",
+ "minecraft:orange_banner",
+ "minecraft:magenta_banner",
+ "minecraft:light_blue_banner",
+ "minecraft:yellow_banner",
+ "minecraft:lime_banner",
+ "minecraft:pink_banner",
+ "minecraft:gray_banner",
+ "minecraft:light_gray_banner",
+ "minecraft:cyan_banner",
+ "minecraft:purple_banner",
+ "minecraft:blue_banner",
+ "minecraft:brown_banner",
+ "minecraft:green_banner",
+ "minecraft:red_banner",
+ "minecraft:black_banner",
+ "minecraft:white_wall_banner",
+ "minecraft:orange_wall_banner",
+ "minecraft:magenta_wall_banner",
+ "minecraft:light_blue_wall_banner",
+ "minecraft:yellow_wall_banner",
+ "minecraft:lime_wall_banner",
+ "minecraft:pink_wall_banner",
+ "minecraft:gray_wall_banner",
+ "minecraft:light_gray_wall_banner",
+ "minecraft:cyan_wall_banner",
+ "minecraft:purple_wall_banner",
+ "minecraft:blue_wall_banner",
+ "minecraft:brown_wall_banner",
+ "minecraft:green_wall_banner",
+ "minecraft:red_wall_banner",
+ "minecraft:black_wall_banner"
+ ],
+ "minecraft:dragon_immune": [
+ "minecraft:barrier",
+ "minecraft:bedrock",
+ "minecraft:end_portal",
+ "minecraft:end_portal_frame",
+ "minecraft:end_gateway",
+ "minecraft:command_block",
+ "minecraft:repeating_command_block",
+ "minecraft:chain_command_block",
+ "minecraft:structure_block",
+ "minecraft:jigsaw",
+ "minecraft:moving_piston",
+ "minecraft:obsidian",
+ "minecraft:end_stone",
+ "minecraft:iron_bars"
+ ],
+ "minecraft:doors": [
+ "minecraft:iron_door",
+ "minecraft:oak_door",
+ "minecraft:spruce_door",
+ "minecraft:birch_door",
+ "minecraft:jungle_door",
+ "minecraft:acacia_door",
+ "minecraft:dark_oak_door"
+ ],
+ "minecraft:portals": [
+ "minecraft:nether_portal",
+ "minecraft:end_portal",
+ "minecraft:end_gateway"
+ ],
+ "minecraft:fences": [
+ "minecraft:nether_brick_fence",
+ "minecraft:oak_fence",
+ "minecraft:acacia_fence",
+ "minecraft:dark_oak_fence",
+ "minecraft:spruce_fence",
+ "minecraft:birch_fence",
+ "minecraft:jungle_fence"
+ ],
+ "minecraft:wall_signs": [
+ "minecraft:oak_wall_sign",
+ "minecraft:spruce_wall_sign",
+ "minecraft:birch_wall_sign",
+ "minecraft:acacia_wall_sign",
+ "minecraft:jungle_wall_sign",
+ "minecraft:dark_oak_wall_sign"
+ ],
+ "minecraft:standing_signs": [
+ "minecraft:oak_sign",
+ "minecraft:spruce_sign",
+ "minecraft:birch_sign",
+ "minecraft:acacia_sign",
+ "minecraft:jungle_sign",
+ "minecraft:dark_oak_sign"
+ ],
+ "minecraft:impermeable": [
+ "minecraft:glass",
+ "minecraft:white_stained_glass",
+ "minecraft:orange_stained_glass",
+ "minecraft:magenta_stained_glass",
+ "minecraft:light_blue_stained_glass",
+ "minecraft:yellow_stained_glass",
+ "minecraft:lime_stained_glass",
+ "minecraft:pink_stained_glass",
+ "minecraft:gray_stained_glass",
+ "minecraft:light_gray_stained_glass",
+ "minecraft:cyan_stained_glass",
+ "minecraft:purple_stained_glass",
+ "minecraft:blue_stained_glass",
+ "minecraft:brown_stained_glass",
+ "minecraft:green_stained_glass",
+ "minecraft:red_stained_glass",
+ "minecraft:black_stained_glass"
+ ],
+ "minecraft:trapdoors": [
+ "minecraft:iron_trapdoor",
+ "minecraft:acacia_trapdoor",
+ "minecraft:birch_trapdoor",
+ "minecraft:dark_oak_trapdoor",
+ "minecraft:jungle_trapdoor",
+ "minecraft:oak_trapdoor",
+ "minecraft:spruce_trapdoor"
+ ],
+ "minecraft:leaves": [
+ "minecraft:jungle_leaves",
+ "minecraft:oak_leaves",
+ "minecraft:spruce_leaves",
+ "minecraft:dark_oak_leaves",
+ "minecraft:acacia_leaves",
+ "minecraft:birch_leaves"
+ ]
+ },
+ "itemtags": {
+ "minecraft:boats": [
+ "minecraft:oak_boat",
+ "minecraft:spruce_boat",
+ "minecraft:birch_boat",
+ "minecraft:jungle_boat",
+ "minecraft:acacia_boat",
+ "minecraft:dark_oak_boat"
+ ],
+ "minecraft:banners": [
+ "minecraft:white_banner",
+ "minecraft:orange_banner",
+ "minecraft:magenta_banner",
+ "minecraft:light_blue_banner",
+ "minecraft:yellow_banner",
+ "minecraft:lime_banner",
+ "minecraft:pink_banner",
+ "minecraft:gray_banner",
+ "minecraft:light_gray_banner",
+ "minecraft:cyan_banner",
+ "minecraft:purple_banner",
+ "minecraft:blue_banner",
+ "minecraft:brown_banner",
+ "minecraft:green_banner",
+ "minecraft:red_banner",
+ "minecraft:black_banner"
+ ],
+ "minecraft:arrows": [
+ "minecraft:arrow",
+ "minecraft:tipped_arrow",
+ "minecraft:spectral_arrow"
+ ],
+ "minecraft:coals": [
+ "minecraft:coal",
+ "minecraft:charcoal"
+ ],
+ "minecraft:music_discs": [
+ "minecraft:music_disc_13",
+ "minecraft:music_disc_cat",
+ "minecraft:music_disc_blocks",
+ "minecraft:music_disc_chirp",
+ "minecraft:music_disc_far",
+ "minecraft:music_disc_mall",
+ "minecraft:music_disc_mellohi",
+ "minecraft:music_disc_stal",
+ "minecraft:music_disc_strad",
+ "minecraft:music_disc_ward",
+ "minecraft:music_disc_11",
+ "minecraft:music_disc_wait"
+ ],
+ "minecraft:fishes": [
+ "minecraft:cod",
+ "minecraft:cooked_cod",
+ "minecraft:salmon",
+ "minecraft:cooked_salmon",
+ "minecraft:pufferfish",
+ "minecraft:tropical_fish"
+ ],
+ "minecraft:lectern_books": [
+ "minecraft:written_book",
+ "minecraft:writable_book"
+ ]
+ },
+ "entitytags": {
+ "minecraft:raiders": [
+ "minecraft:evoker",
+ "minecraft:pillager",
+ "minecraft:ravager",
+ "minecraft:vindicator",
+ "minecraft:illusioner",
+ "minecraft:witch"
+ ],
+ "minecraft:skeletons": [
+ "minecraft:skeleton",
+ "minecraft:stray",
+ "minecraft:wither_skeleton"
+ ],
+ "minecraft:arrows": [
+ "minecraft:arrow",
+ "minecraft:spectral_arrow"
+ ],
+ "minecraft:beehive_inhabitors": [
+ "minecraft:bee"
+ ]
+ }
+}
diff --git a/worldedit-cli/src/main/resources/com/sk89q/worldedit/cli/data/2567.json b/worldedit-cli/src/main/resources/com/sk89q/worldedit/cli/data/2567.json
index 7f39a8cb0..4e6e293ba 100644
--- a/worldedit-cli/src/main/resources/com/sk89q/worldedit/cli/data/2567.json
+++ b/worldedit-cli/src/main/resources/com/sk89q/worldedit/cli/data/2567.json
@@ -1 +1,15570 @@
-{"blocks":{"minecraft:acacia_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_button[face=wall,facing=north,powered=false]"},"minecraft:acacia_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:acacia_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:acacia_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:acacia_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_leaves[distance=7,persistent=false]"},"minecraft:acacia_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:acacia_log[axis=y]"},"minecraft:acacia_planks":{"properties":{},"defaultstate":"minecraft:acacia_planks"},"minecraft:acacia_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_pressure_plate[powered=false]"},"minecraft:acacia_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:acacia_sapling[stage=0]"},"minecraft:acacia_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_sign[rotation=0,waterlogged=false]"},"minecraft:acacia_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_slab[type=bottom,waterlogged=false]"},"minecraft:acacia_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:acacia_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:acacia_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:acacia_wall_sign[facing=north,waterlogged=false]"},"minecraft:acacia_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:acacia_wood[axis=y]"},"minecraft:activator_rail":{"properties":{"powered":{"values":["true","false"],"type":"bool"},"shape":{"values":["north_south","east_west","ascending_east","ascending_west","ascending_north","ascending_south"],"type":"enum"}},"defaultstate":"minecraft:activator_rail[powered=false,shape=north_south]"},"minecraft:air":{"properties":{},"defaultstate":"minecraft:air"},"minecraft:allium":{"properties":{},"defaultstate":"minecraft:allium"},"minecraft:ancient_debris":{"properties":{},"defaultstate":"minecraft:ancient_debris"},"minecraft:andesite":{"properties":{},"defaultstate":"minecraft:andesite"},"minecraft:andesite_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:andesite_slab[type=bottom,waterlogged=false]"},"minecraft:andesite_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:andesite_wall":{"properties":{"east":{"values":["none","low","tall"],"type":"enum"},"north":{"values":["none","low","tall"],"type":"enum"},"south":{"values":["none","low","tall"],"type":"enum"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["none","low","tall"],"type":"enum"}},"defaultstate":"minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]"},"minecraft:anvil":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:anvil[facing=north]"},"minecraft:attached_melon_stem":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:attached_melon_stem[facing=north]"},"minecraft:attached_pumpkin_stem":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:attached_pumpkin_stem[facing=north]"},"minecraft:azure_bluet":{"properties":{},"defaultstate":"minecraft:azure_bluet"},"minecraft:bamboo":{"properties":{"age":{"values":["0","1"],"type":"int"},"leaves":{"values":["none","small","large"],"type":"enum"},"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:bamboo[age=0,leaves=none,stage=0]"},"minecraft:bamboo_sapling":{"properties":{},"defaultstate":"minecraft:bamboo_sapling"},"minecraft:barrel":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"open":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:barrel[facing=north,open=false]"},"minecraft:barrier":{"properties":{},"defaultstate":"minecraft:barrier"},"minecraft:basalt":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:basalt[axis=y]"},"minecraft:beacon":{"properties":{},"defaultstate":"minecraft:beacon"},"minecraft:bedrock":{"properties":{},"defaultstate":"minecraft:bedrock"},"minecraft:bee_nest":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"honey_level":{"values":["0","1","2","3","4","5"],"type":"int"}},"defaultstate":"minecraft:bee_nest[facing=north,honey_level=0]"},"minecraft:beehive":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"honey_level":{"values":["0","1","2","3","4","5"],"type":"int"}},"defaultstate":"minecraft:beehive[facing=north,honey_level=0]"},"minecraft:beetroots":{"properties":{"age":{"values":["0","1","2","3"],"type":"int"}},"defaultstate":"minecraft:beetroots[age=0]"},"minecraft:bell":{"properties":{"attachment":{"values":["floor","ceiling","single_wall","double_wall"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:bell[attachment=floor,facing=north,powered=false]"},"minecraft:birch_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_button[face=wall,facing=north,powered=false]"},"minecraft:birch_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:birch_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:birch_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:birch_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_leaves[distance=7,persistent=false]"},"minecraft:birch_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:birch_log[axis=y]"},"minecraft:birch_planks":{"properties":{},"defaultstate":"minecraft:birch_planks"},"minecraft:birch_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_pressure_plate[powered=false]"},"minecraft:birch_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:birch_sapling[stage=0]"},"minecraft:birch_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_sign[rotation=0,waterlogged=false]"},"minecraft:birch_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_slab[type=bottom,waterlogged=false]"},"minecraft:birch_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:birch_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:birch_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:birch_wall_sign[facing=north,waterlogged=false]"},"minecraft:birch_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:birch_wood[axis=y]"},"minecraft:black_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:black_banner[rotation=0]"},"minecraft:black_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:black_bed[facing=north,occupied=false,part=foot]"},"minecraft:black_carpet":{"properties":{},"defaultstate":"minecraft:black_carpet"},"minecraft:black_concrete":{"properties":{},"defaultstate":"minecraft:black_concrete"},"minecraft:black_concrete_powder":{"properties":{},"defaultstate":"minecraft:black_concrete_powder"},"minecraft:black_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:black_glazed_terracotta[facing=north]"},"minecraft:black_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:black_shulker_box[facing=up]"},"minecraft:black_stained_glass":{"properties":{},"defaultstate":"minecraft:black_stained_glass"},"minecraft:black_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:black_terracotta":{"properties":{},"defaultstate":"minecraft:black_terracotta"},"minecraft:black_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:black_wall_banner[facing=north]"},"minecraft:black_wool":{"properties":{},"defaultstate":"minecraft:black_wool"},"minecraft:blackstone":{"properties":{},"defaultstate":"minecraft:blackstone"},"minecraft:blackstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:blackstone_slab[type=bottom,waterlogged=false]"},"minecraft:blackstone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:blackstone_wall":{"properties":{"east":{"values":["none","low","tall"],"type":"enum"},"north":{"values":["none","low","tall"],"type":"enum"},"south":{"values":["none","low","tall"],"type":"enum"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["none","low","tall"],"type":"enum"}},"defaultstate":"minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]"},"minecraft:blast_furnace":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:blast_furnace[facing=north,lit=false]"},"minecraft:blue_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:blue_banner[rotation=0]"},"minecraft:blue_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:blue_bed[facing=north,occupied=false,part=foot]"},"minecraft:blue_carpet":{"properties":{},"defaultstate":"minecraft:blue_carpet"},"minecraft:blue_concrete":{"properties":{},"defaultstate":"minecraft:blue_concrete"},"minecraft:blue_concrete_powder":{"properties":{},"defaultstate":"minecraft:blue_concrete_powder"},"minecraft:blue_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:blue_glazed_terracotta[facing=north]"},"minecraft:blue_ice":{"properties":{},"defaultstate":"minecraft:blue_ice"},"minecraft:blue_orchid":{"properties":{},"defaultstate":"minecraft:blue_orchid"},"minecraft:blue_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:blue_shulker_box[facing=up]"},"minecraft:blue_stained_glass":{"properties":{},"defaultstate":"minecraft:blue_stained_glass"},"minecraft:blue_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:blue_terracotta":{"properties":{},"defaultstate":"minecraft:blue_terracotta"},"minecraft:blue_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:blue_wall_banner[facing=north]"},"minecraft:blue_wool":{"properties":{},"defaultstate":"minecraft:blue_wool"},"minecraft:bone_block":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:bone_block[axis=y]"},"minecraft:bookshelf":{"properties":{},"defaultstate":"minecraft:bookshelf"},"minecraft:brain_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brain_coral[waterlogged=true]"},"minecraft:brain_coral_block":{"properties":{},"defaultstate":"minecraft:brain_coral_block"},"minecraft:brain_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brain_coral_fan[waterlogged=true]"},"minecraft:brain_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brain_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:brewing_stand":{"properties":{"has_bottle_0":{"values":["true","false"],"type":"bool"},"has_bottle_1":{"values":["true","false"],"type":"bool"},"has_bottle_2":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false]"},"minecraft:brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brick_slab[type=bottom,waterlogged=false]"},"minecraft:brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:brick_wall":{"properties":{"east":{"values":["none","low","tall"],"type":"enum"},"north":{"values":["none","low","tall"],"type":"enum"},"south":{"values":["none","low","tall"],"type":"enum"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["none","low","tall"],"type":"enum"}},"defaultstate":"minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]"},"minecraft:bricks":{"properties":{},"defaultstate":"minecraft:bricks"},"minecraft:brown_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:brown_banner[rotation=0]"},"minecraft:brown_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:brown_bed[facing=north,occupied=false,part=foot]"},"minecraft:brown_carpet":{"properties":{},"defaultstate":"minecraft:brown_carpet"},"minecraft:brown_concrete":{"properties":{},"defaultstate":"minecraft:brown_concrete"},"minecraft:brown_concrete_powder":{"properties":{},"defaultstate":"minecraft:brown_concrete_powder"},"minecraft:brown_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:brown_glazed_terracotta[facing=north]"},"minecraft:brown_mushroom":{"properties":{},"defaultstate":"minecraft:brown_mushroom"},"minecraft:brown_mushroom_block":{"properties":{"down":{"values":["true","false"],"type":"bool"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]"},"minecraft:brown_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:brown_shulker_box[facing=up]"},"minecraft:brown_stained_glass":{"properties":{},"defaultstate":"minecraft:brown_stained_glass"},"minecraft:brown_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:brown_terracotta":{"properties":{},"defaultstate":"minecraft:brown_terracotta"},"minecraft:brown_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:brown_wall_banner[facing=north]"},"minecraft:brown_wool":{"properties":{},"defaultstate":"minecraft:brown_wool"},"minecraft:bubble_column":{"properties":{"drag":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:bubble_column[drag=true]"},"minecraft:bubble_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:bubble_coral[waterlogged=true]"},"minecraft:bubble_coral_block":{"properties":{},"defaultstate":"minecraft:bubble_coral_block"},"minecraft:bubble_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:bubble_coral_fan[waterlogged=true]"},"minecraft:bubble_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:bubble_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:cactus":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:cactus[age=0]"},"minecraft:cake":{"properties":{"bites":{"values":["0","1","2","3","4","5","6"],"type":"int"}},"defaultstate":"minecraft:cake[bites=0]"},"minecraft:campfire":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"lit":{"values":["true","false"],"type":"bool"},"signal_fire":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false]"},"minecraft:carrots":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:carrots[age=0]"},"minecraft:cartography_table":{"properties":{},"defaultstate":"minecraft:cartography_table"},"minecraft:carved_pumpkin":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:carved_pumpkin[facing=north]"},"minecraft:cauldron":{"properties":{"level":{"values":["0","1","2","3"],"type":"int"}},"defaultstate":"minecraft:cauldron[level=0]"},"minecraft:cave_air":{"properties":{},"defaultstate":"minecraft:cave_air"},"minecraft:chain":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:chain[waterlogged=false]"},"minecraft:chain_command_block":{"properties":{"conditional":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:chain_command_block[conditional=false,facing=north]"},"minecraft:chest":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"type":{"values":["single","left","right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:chest[facing=north,type=single,waterlogged=false]"},"minecraft:chipped_anvil":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:chipped_anvil[facing=north]"},"minecraft:chiseled_nether_bricks":{"properties":{},"defaultstate":"minecraft:chiseled_nether_bricks"},"minecraft:chiseled_polished_blackstone":{"properties":{},"defaultstate":"minecraft:chiseled_polished_blackstone"},"minecraft:chiseled_quartz_block":{"properties":{},"defaultstate":"minecraft:chiseled_quartz_block"},"minecraft:chiseled_red_sandstone":{"properties":{},"defaultstate":"minecraft:chiseled_red_sandstone"},"minecraft:chiseled_sandstone":{"properties":{},"defaultstate":"minecraft:chiseled_sandstone"},"minecraft:chiseled_stone_bricks":{"properties":{},"defaultstate":"minecraft:chiseled_stone_bricks"},"minecraft:chorus_flower":{"properties":{"age":{"values":["0","1","2","3","4","5"],"type":"int"}},"defaultstate":"minecraft:chorus_flower[age=0]"},"minecraft:chorus_plant":{"properties":{"down":{"values":["true","false"],"type":"bool"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false]"},"minecraft:clay":{"properties":{},"defaultstate":"minecraft:clay"},"minecraft:coal_block":{"properties":{},"defaultstate":"minecraft:coal_block"},"minecraft:coal_ore":{"properties":{},"defaultstate":"minecraft:coal_ore"},"minecraft:coarse_dirt":{"properties":{},"defaultstate":"minecraft:coarse_dirt"},"minecraft:cobblestone":{"properties":{},"defaultstate":"minecraft:cobblestone"},"minecraft:cobblestone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cobblestone_slab[type=bottom,waterlogged=false]"},"minecraft:cobblestone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:cobblestone_wall":{"properties":{"east":{"values":["none","low","tall"],"type":"enum"},"north":{"values":["none","low","tall"],"type":"enum"},"south":{"values":["none","low","tall"],"type":"enum"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["none","low","tall"],"type":"enum"}},"defaultstate":"minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]"},"minecraft:cobweb":{"properties":{},"defaultstate":"minecraft:cobweb"},"minecraft:cocoa":{"properties":{"age":{"values":["0","1","2"],"type":"int"},"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:cocoa[age=0,facing=north]"},"minecraft:command_block":{"properties":{"conditional":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:command_block[conditional=false,facing=north]"},"minecraft:comparator":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"mode":{"values":["compare","subtract"],"type":"enum"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:comparator[facing=north,mode=compare,powered=false]"},"minecraft:composter":{"properties":{"level":{"values":["0","1","2","3","4","5","6","7","8"],"type":"int"}},"defaultstate":"minecraft:composter[level=0]"},"minecraft:conduit":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:conduit[waterlogged=true]"},"minecraft:cornflower":{"properties":{},"defaultstate":"minecraft:cornflower"},"minecraft:cracked_nether_bricks":{"properties":{},"defaultstate":"minecraft:cracked_nether_bricks"},"minecraft:cracked_polished_blackstone_bricks":{"properties":{},"defaultstate":"minecraft:cracked_polished_blackstone_bricks"},"minecraft:cracked_stone_bricks":{"properties":{},"defaultstate":"minecraft:cracked_stone_bricks"},"minecraft:crafting_table":{"properties":{},"defaultstate":"minecraft:crafting_table"},"minecraft:creeper_head":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:creeper_head[rotation=0]"},"minecraft:creeper_wall_head":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:creeper_wall_head[facing=north]"},"minecraft:crimson_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:crimson_button[face=wall,facing=north,powered=false]"},"minecraft:crimson_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:crimson_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:crimson_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:crimson_fungus":{"properties":{},"defaultstate":"minecraft:crimson_fungus"},"minecraft:crimson_hyphae":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:crimson_hyphae[axis=y]"},"minecraft:crimson_nylium":{"properties":{},"defaultstate":"minecraft:crimson_nylium"},"minecraft:crimson_planks":{"properties":{},"defaultstate":"minecraft:crimson_planks"},"minecraft:crimson_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:crimson_pressure_plate[powered=false]"},"minecraft:crimson_roots":{"properties":{},"defaultstate":"minecraft:crimson_roots"},"minecraft:crimson_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:crimson_sign[rotation=0,waterlogged=false]"},"minecraft:crimson_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:crimson_slab[type=bottom,waterlogged=false]"},"minecraft:crimson_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:crimson_stem":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:crimson_stem[axis=y]"},"minecraft:crimson_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:crimson_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:crimson_wall_sign[facing=north,waterlogged=false]"},"minecraft:crying_obsidian":{"properties":{},"defaultstate":"minecraft:crying_obsidian"},"minecraft:cut_red_sandstone":{"properties":{},"defaultstate":"minecraft:cut_red_sandstone"},"minecraft:cut_red_sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:cut_sandstone":{"properties":{},"defaultstate":"minecraft:cut_sandstone"},"minecraft:cut_sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cut_sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:cyan_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:cyan_banner[rotation=0]"},"minecraft:cyan_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:cyan_bed[facing=north,occupied=false,part=foot]"},"minecraft:cyan_carpet":{"properties":{},"defaultstate":"minecraft:cyan_carpet"},"minecraft:cyan_concrete":{"properties":{},"defaultstate":"minecraft:cyan_concrete"},"minecraft:cyan_concrete_powder":{"properties":{},"defaultstate":"minecraft:cyan_concrete_powder"},"minecraft:cyan_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:cyan_glazed_terracotta[facing=north]"},"minecraft:cyan_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:cyan_shulker_box[facing=up]"},"minecraft:cyan_stained_glass":{"properties":{},"defaultstate":"minecraft:cyan_stained_glass"},"minecraft:cyan_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:cyan_terracotta":{"properties":{},"defaultstate":"minecraft:cyan_terracotta"},"minecraft:cyan_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:cyan_wall_banner[facing=north]"},"minecraft:cyan_wool":{"properties":{},"defaultstate":"minecraft:cyan_wool"},"minecraft:damaged_anvil":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:damaged_anvil[facing=north]"},"minecraft:dandelion":{"properties":{},"defaultstate":"minecraft:dandelion"},"minecraft:dark_oak_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_button[face=wall,facing=north,powered=false]"},"minecraft:dark_oak_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:dark_oak_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:dark_oak_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:dark_oak_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_leaves[distance=7,persistent=false]"},"minecraft:dark_oak_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:dark_oak_log[axis=y]"},"minecraft:dark_oak_planks":{"properties":{},"defaultstate":"minecraft:dark_oak_planks"},"minecraft:dark_oak_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_pressure_plate[powered=false]"},"minecraft:dark_oak_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:dark_oak_sapling[stage=0]"},"minecraft:dark_oak_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_sign[rotation=0,waterlogged=false]"},"minecraft:dark_oak_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_slab[type=bottom,waterlogged=false]"},"minecraft:dark_oak_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:dark_oak_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:dark_oak_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_oak_wall_sign[facing=north,waterlogged=false]"},"minecraft:dark_oak_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:dark_oak_wood[axis=y]"},"minecraft:dark_prismarine":{"properties":{},"defaultstate":"minecraft:dark_prismarine"},"minecraft:dark_prismarine_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_prismarine_slab[type=bottom,waterlogged=false]"},"minecraft:dark_prismarine_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:daylight_detector":{"properties":{"inverted":{"values":["true","false"],"type":"bool"},"power":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:daylight_detector[inverted=false,power=0]"},"minecraft:dead_brain_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_brain_coral[waterlogged=true]"},"minecraft:dead_brain_coral_block":{"properties":{},"defaultstate":"minecraft:dead_brain_coral_block"},"minecraft:dead_brain_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_brain_coral_fan[waterlogged=true]"},"minecraft:dead_brain_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:dead_bubble_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_bubble_coral[waterlogged=true]"},"minecraft:dead_bubble_coral_block":{"properties":{},"defaultstate":"minecraft:dead_bubble_coral_block"},"minecraft:dead_bubble_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_bubble_coral_fan[waterlogged=true]"},"minecraft:dead_bubble_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:dead_bush":{"properties":{},"defaultstate":"minecraft:dead_bush"},"minecraft:dead_fire_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_fire_coral[waterlogged=true]"},"minecraft:dead_fire_coral_block":{"properties":{},"defaultstate":"minecraft:dead_fire_coral_block"},"minecraft:dead_fire_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_fire_coral_fan[waterlogged=true]"},"minecraft:dead_fire_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:dead_horn_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_horn_coral[waterlogged=true]"},"minecraft:dead_horn_coral_block":{"properties":{},"defaultstate":"minecraft:dead_horn_coral_block"},"minecraft:dead_horn_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_horn_coral_fan[waterlogged=true]"},"minecraft:dead_horn_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:dead_tube_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_tube_coral[waterlogged=true]"},"minecraft:dead_tube_coral_block":{"properties":{},"defaultstate":"minecraft:dead_tube_coral_block"},"minecraft:dead_tube_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_tube_coral_fan[waterlogged=true]"},"minecraft:dead_tube_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:detector_rail":{"properties":{"powered":{"values":["true","false"],"type":"bool"},"shape":{"values":["north_south","east_west","ascending_east","ascending_west","ascending_north","ascending_south"],"type":"enum"}},"defaultstate":"minecraft:detector_rail[powered=false,shape=north_south]"},"minecraft:diamond_block":{"properties":{},"defaultstate":"minecraft:diamond_block"},"minecraft:diamond_ore":{"properties":{},"defaultstate":"minecraft:diamond_ore"},"minecraft:diorite":{"properties":{},"defaultstate":"minecraft:diorite"},"minecraft:diorite_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:diorite_slab[type=bottom,waterlogged=false]"},"minecraft:diorite_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:diorite_wall":{"properties":{"east":{"values":["none","low","tall"],"type":"enum"},"north":{"values":["none","low","tall"],"type":"enum"},"south":{"values":["none","low","tall"],"type":"enum"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["none","low","tall"],"type":"enum"}},"defaultstate":"minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]"},"minecraft:dirt":{"properties":{},"defaultstate":"minecraft:dirt"},"minecraft:dispenser":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"triggered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dispenser[facing=north,triggered=false]"},"minecraft:dragon_egg":{"properties":{},"defaultstate":"minecraft:dragon_egg"},"minecraft:dragon_head":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:dragon_head[rotation=0]"},"minecraft:dragon_wall_head":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:dragon_wall_head[facing=north]"},"minecraft:dried_kelp_block":{"properties":{},"defaultstate":"minecraft:dried_kelp_block"},"minecraft:dropper":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"triggered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:dropper[facing=north,triggered=false]"},"minecraft:emerald_block":{"properties":{},"defaultstate":"minecraft:emerald_block"},"minecraft:emerald_ore":{"properties":{},"defaultstate":"minecraft:emerald_ore"},"minecraft:enchanting_table":{"properties":{},"defaultstate":"minecraft:enchanting_table"},"minecraft:end_gateway":{"properties":{},"defaultstate":"minecraft:end_gateway"},"minecraft:end_portal":{"properties":{},"defaultstate":"minecraft:end_portal"},"minecraft:end_portal_frame":{"properties":{"eye":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:end_portal_frame[eye=false,facing=north]"},"minecraft:end_rod":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:end_rod[facing=up]"},"minecraft:end_stone":{"properties":{},"defaultstate":"minecraft:end_stone"},"minecraft:end_stone_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:end_stone_brick_slab[type=bottom,waterlogged=false]"},"minecraft:end_stone_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:end_stone_brick_wall":{"properties":{"east":{"values":["none","low","tall"],"type":"enum"},"north":{"values":["none","low","tall"],"type":"enum"},"south":{"values":["none","low","tall"],"type":"enum"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["none","low","tall"],"type":"enum"}},"defaultstate":"minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]"},"minecraft:end_stone_bricks":{"properties":{},"defaultstate":"minecraft:end_stone_bricks"},"minecraft:ender_chest":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:ender_chest[facing=north,waterlogged=false]"},"minecraft:farmland":{"properties":{"moisture":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:farmland[moisture=0]"},"minecraft:fern":{"properties":{},"defaultstate":"minecraft:fern"},"minecraft:fire":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false]"},"minecraft:fire_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:fire_coral[waterlogged=true]"},"minecraft:fire_coral_block":{"properties":{},"defaultstate":"minecraft:fire_coral_block"},"minecraft:fire_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:fire_coral_fan[waterlogged=true]"},"minecraft:fire_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:fire_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:fletching_table":{"properties":{},"defaultstate":"minecraft:fletching_table"},"minecraft:flower_pot":{"properties":{},"defaultstate":"minecraft:flower_pot"},"minecraft:frosted_ice":{"properties":{"age":{"values":["0","1","2","3"],"type":"int"}},"defaultstate":"minecraft:frosted_ice[age=0]"},"minecraft:furnace":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:furnace[facing=north,lit=false]"},"minecraft:gilded_blackstone":{"properties":{},"defaultstate":"minecraft:gilded_blackstone"},"minecraft:glass":{"properties":{},"defaultstate":"minecraft:glass"},"minecraft:glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:glowstone":{"properties":{},"defaultstate":"minecraft:glowstone"},"minecraft:gold_block":{"properties":{},"defaultstate":"minecraft:gold_block"},"minecraft:gold_ore":{"properties":{},"defaultstate":"minecraft:gold_ore"},"minecraft:granite":{"properties":{},"defaultstate":"minecraft:granite"},"minecraft:granite_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:granite_slab[type=bottom,waterlogged=false]"},"minecraft:granite_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:granite_wall":{"properties":{"east":{"values":["none","low","tall"],"type":"enum"},"north":{"values":["none","low","tall"],"type":"enum"},"south":{"values":["none","low","tall"],"type":"enum"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["none","low","tall"],"type":"enum"}},"defaultstate":"minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]"},"minecraft:grass":{"properties":{},"defaultstate":"minecraft:grass"},"minecraft:grass_block":{"properties":{"snowy":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:grass_block[snowy=false]"},"minecraft:grass_path":{"properties":{},"defaultstate":"minecraft:grass_path"},"minecraft:gravel":{"properties":{},"defaultstate":"minecraft:gravel"},"minecraft:gray_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:gray_banner[rotation=0]"},"minecraft:gray_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:gray_bed[facing=north,occupied=false,part=foot]"},"minecraft:gray_carpet":{"properties":{},"defaultstate":"minecraft:gray_carpet"},"minecraft:gray_concrete":{"properties":{},"defaultstate":"minecraft:gray_concrete"},"minecraft:gray_concrete_powder":{"properties":{},"defaultstate":"minecraft:gray_concrete_powder"},"minecraft:gray_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:gray_glazed_terracotta[facing=north]"},"minecraft:gray_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:gray_shulker_box[facing=up]"},"minecraft:gray_stained_glass":{"properties":{},"defaultstate":"minecraft:gray_stained_glass"},"minecraft:gray_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:gray_terracotta":{"properties":{},"defaultstate":"minecraft:gray_terracotta"},"minecraft:gray_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:gray_wall_banner[facing=north]"},"minecraft:gray_wool":{"properties":{},"defaultstate":"minecraft:gray_wool"},"minecraft:green_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:green_banner[rotation=0]"},"minecraft:green_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:green_bed[facing=north,occupied=false,part=foot]"},"minecraft:green_carpet":{"properties":{},"defaultstate":"minecraft:green_carpet"},"minecraft:green_concrete":{"properties":{},"defaultstate":"minecraft:green_concrete"},"minecraft:green_concrete_powder":{"properties":{},"defaultstate":"minecraft:green_concrete_powder"},"minecraft:green_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:green_glazed_terracotta[facing=north]"},"minecraft:green_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:green_shulker_box[facing=up]"},"minecraft:green_stained_glass":{"properties":{},"defaultstate":"minecraft:green_stained_glass"},"minecraft:green_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:green_terracotta":{"properties":{},"defaultstate":"minecraft:green_terracotta"},"minecraft:green_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:green_wall_banner[facing=north]"},"minecraft:green_wool":{"properties":{},"defaultstate":"minecraft:green_wool"},"minecraft:grindstone":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:grindstone[face=wall,facing=north]"},"minecraft:hay_block":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:hay_block[axis=y]"},"minecraft:heavy_weighted_pressure_plate":{"properties":{"power":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:heavy_weighted_pressure_plate[power=0]"},"minecraft:honey_block":{"properties":{},"defaultstate":"minecraft:honey_block"},"minecraft:honeycomb_block":{"properties":{},"defaultstate":"minecraft:honeycomb_block"},"minecraft:hopper":{"properties":{"enabled":{"values":["true","false"],"type":"bool"},"facing":{"values":["down","north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:hopper[enabled=true,facing=down]"},"minecraft:horn_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:horn_coral[waterlogged=true]"},"minecraft:horn_coral_block":{"properties":{},"defaultstate":"minecraft:horn_coral_block"},"minecraft:horn_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:horn_coral_fan[waterlogged=true]"},"minecraft:horn_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:horn_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:ice":{"properties":{},"defaultstate":"minecraft:ice"},"minecraft:infested_chiseled_stone_bricks":{"properties":{},"defaultstate":"minecraft:infested_chiseled_stone_bricks"},"minecraft:infested_cobblestone":{"properties":{},"defaultstate":"minecraft:infested_cobblestone"},"minecraft:infested_cracked_stone_bricks":{"properties":{},"defaultstate":"minecraft:infested_cracked_stone_bricks"},"minecraft:infested_mossy_stone_bricks":{"properties":{},"defaultstate":"minecraft:infested_mossy_stone_bricks"},"minecraft:infested_stone":{"properties":{},"defaultstate":"minecraft:infested_stone"},"minecraft:infested_stone_bricks":{"properties":{},"defaultstate":"minecraft:infested_stone_bricks"},"minecraft:iron_bars":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:iron_block":{"properties":{},"defaultstate":"minecraft:iron_block"},"minecraft:iron_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:iron_ore":{"properties":{},"defaultstate":"minecraft:iron_ore"},"minecraft:iron_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:jack_o_lantern":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:jack_o_lantern[facing=north]"},"minecraft:jigsaw":{"properties":{"orientation":{"values":["down_east","down_north","down_south","down_west","up_east","up_north","up_south","up_west","west_up","east_up","north_up","south_up"],"type":"enum"}},"defaultstate":"minecraft:jigsaw[orientation=north_up]"},"minecraft:jukebox":{"properties":{"has_record":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jukebox[has_record=false]"},"minecraft:jungle_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_button[face=wall,facing=north,powered=false]"},"minecraft:jungle_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:jungle_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:jungle_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:jungle_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_leaves[distance=7,persistent=false]"},"minecraft:jungle_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:jungle_log[axis=y]"},"minecraft:jungle_planks":{"properties":{},"defaultstate":"minecraft:jungle_planks"},"minecraft:jungle_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_pressure_plate[powered=false]"},"minecraft:jungle_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:jungle_sapling[stage=0]"},"minecraft:jungle_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_sign[rotation=0,waterlogged=false]"},"minecraft:jungle_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_slab[type=bottom,waterlogged=false]"},"minecraft:jungle_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:jungle_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:jungle_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:jungle_wall_sign[facing=north,waterlogged=false]"},"minecraft:jungle_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:jungle_wood[axis=y]"},"minecraft:kelp":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24","25"],"type":"int"}},"defaultstate":"minecraft:kelp[age=0]"},"minecraft:kelp_plant":{"properties":{},"defaultstate":"minecraft:kelp_plant"},"minecraft:ladder":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:ladder[facing=north,waterlogged=false]"},"minecraft:lantern":{"properties":{"hanging":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:lantern[hanging=false]"},"minecraft:lapis_block":{"properties":{},"defaultstate":"minecraft:lapis_block"},"minecraft:lapis_ore":{"properties":{},"defaultstate":"minecraft:lapis_ore"},"minecraft:large_fern":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:large_fern[half=lower]"},"minecraft:lava":{"properties":{"level":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:lava[level=0]"},"minecraft:lectern":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"has_book":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:lectern[facing=north,has_book=false,powered=false]"},"minecraft:lever":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:lever[face=wall,facing=north,powered=false]"},"minecraft:light_blue_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:light_blue_banner[rotation=0]"},"minecraft:light_blue_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:light_blue_bed[facing=north,occupied=false,part=foot]"},"minecraft:light_blue_carpet":{"properties":{},"defaultstate":"minecraft:light_blue_carpet"},"minecraft:light_blue_concrete":{"properties":{},"defaultstate":"minecraft:light_blue_concrete"},"minecraft:light_blue_concrete_powder":{"properties":{},"defaultstate":"minecraft:light_blue_concrete_powder"},"minecraft:light_blue_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:light_blue_glazed_terracotta[facing=north]"},"minecraft:light_blue_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:light_blue_shulker_box[facing=up]"},"minecraft:light_blue_stained_glass":{"properties":{},"defaultstate":"minecraft:light_blue_stained_glass"},"minecraft:light_blue_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:light_blue_terracotta":{"properties":{},"defaultstate":"minecraft:light_blue_terracotta"},"minecraft:light_blue_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:light_blue_wall_banner[facing=north]"},"minecraft:light_blue_wool":{"properties":{},"defaultstate":"minecraft:light_blue_wool"},"minecraft:light_gray_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:light_gray_banner[rotation=0]"},"minecraft:light_gray_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:light_gray_bed[facing=north,occupied=false,part=foot]"},"minecraft:light_gray_carpet":{"properties":{},"defaultstate":"minecraft:light_gray_carpet"},"minecraft:light_gray_concrete":{"properties":{},"defaultstate":"minecraft:light_gray_concrete"},"minecraft:light_gray_concrete_powder":{"properties":{},"defaultstate":"minecraft:light_gray_concrete_powder"},"minecraft:light_gray_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:light_gray_glazed_terracotta[facing=north]"},"minecraft:light_gray_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:light_gray_shulker_box[facing=up]"},"minecraft:light_gray_stained_glass":{"properties":{},"defaultstate":"minecraft:light_gray_stained_glass"},"minecraft:light_gray_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:light_gray_terracotta":{"properties":{},"defaultstate":"minecraft:light_gray_terracotta"},"minecraft:light_gray_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:light_gray_wall_banner[facing=north]"},"minecraft:light_gray_wool":{"properties":{},"defaultstate":"minecraft:light_gray_wool"},"minecraft:light_weighted_pressure_plate":{"properties":{"power":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:light_weighted_pressure_plate[power=0]"},"minecraft:lilac":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:lilac[half=lower]"},"minecraft:lily_of_the_valley":{"properties":{},"defaultstate":"minecraft:lily_of_the_valley"},"minecraft:lily_pad":{"properties":{},"defaultstate":"minecraft:lily_pad"},"minecraft:lime_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:lime_banner[rotation=0]"},"minecraft:lime_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:lime_bed[facing=north,occupied=false,part=foot]"},"minecraft:lime_carpet":{"properties":{},"defaultstate":"minecraft:lime_carpet"},"minecraft:lime_concrete":{"properties":{},"defaultstate":"minecraft:lime_concrete"},"minecraft:lime_concrete_powder":{"properties":{},"defaultstate":"minecraft:lime_concrete_powder"},"minecraft:lime_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:lime_glazed_terracotta[facing=north]"},"minecraft:lime_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:lime_shulker_box[facing=up]"},"minecraft:lime_stained_glass":{"properties":{},"defaultstate":"minecraft:lime_stained_glass"},"minecraft:lime_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:lime_terracotta":{"properties":{},"defaultstate":"minecraft:lime_terracotta"},"minecraft:lime_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:lime_wall_banner[facing=north]"},"minecraft:lime_wool":{"properties":{},"defaultstate":"minecraft:lime_wool"},"minecraft:lodestone":{"properties":{},"defaultstate":"minecraft:lodestone"},"minecraft:loom":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:loom[facing=north]"},"minecraft:magenta_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:magenta_banner[rotation=0]"},"minecraft:magenta_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:magenta_bed[facing=north,occupied=false,part=foot]"},"minecraft:magenta_carpet":{"properties":{},"defaultstate":"minecraft:magenta_carpet"},"minecraft:magenta_concrete":{"properties":{},"defaultstate":"minecraft:magenta_concrete"},"minecraft:magenta_concrete_powder":{"properties":{},"defaultstate":"minecraft:magenta_concrete_powder"},"minecraft:magenta_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:magenta_glazed_terracotta[facing=north]"},"minecraft:magenta_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:magenta_shulker_box[facing=up]"},"minecraft:magenta_stained_glass":{"properties":{},"defaultstate":"minecraft:magenta_stained_glass"},"minecraft:magenta_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:magenta_terracotta":{"properties":{},"defaultstate":"minecraft:magenta_terracotta"},"minecraft:magenta_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:magenta_wall_banner[facing=north]"},"minecraft:magenta_wool":{"properties":{},"defaultstate":"minecraft:magenta_wool"},"minecraft:magma_block":{"properties":{},"defaultstate":"minecraft:magma_block"},"minecraft:melon":{"properties":{},"defaultstate":"minecraft:melon"},"minecraft:melon_stem":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:melon_stem[age=0]"},"minecraft:mossy_cobblestone":{"properties":{},"defaultstate":"minecraft:mossy_cobblestone"},"minecraft:mossy_cobblestone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]"},"minecraft:mossy_cobblestone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:mossy_cobblestone_wall":{"properties":{"east":{"values":["none","low","tall"],"type":"enum"},"north":{"values":["none","low","tall"],"type":"enum"},"south":{"values":["none","low","tall"],"type":"enum"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["none","low","tall"],"type":"enum"}},"defaultstate":"minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]"},"minecraft:mossy_stone_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false]"},"minecraft:mossy_stone_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:mossy_stone_brick_wall":{"properties":{"east":{"values":["none","low","tall"],"type":"enum"},"north":{"values":["none","low","tall"],"type":"enum"},"south":{"values":["none","low","tall"],"type":"enum"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["none","low","tall"],"type":"enum"}},"defaultstate":"minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]"},"minecraft:mossy_stone_bricks":{"properties":{},"defaultstate":"minecraft:mossy_stone_bricks"},"minecraft:moving_piston":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"type":{"values":["normal","sticky"],"type":"enum"}},"defaultstate":"minecraft:moving_piston[facing=north,type=normal]"},"minecraft:mushroom_stem":{"properties":{"down":{"values":["true","false"],"type":"bool"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=true]"},"minecraft:mycelium":{"properties":{"snowy":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:mycelium[snowy=false]"},"minecraft:nether_brick_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:nether_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:nether_brick_slab[type=bottom,waterlogged=false]"},"minecraft:nether_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:nether_brick_wall":{"properties":{"east":{"values":["none","low","tall"],"type":"enum"},"north":{"values":["none","low","tall"],"type":"enum"},"south":{"values":["none","low","tall"],"type":"enum"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["none","low","tall"],"type":"enum"}},"defaultstate":"minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]"},"minecraft:nether_bricks":{"properties":{},"defaultstate":"minecraft:nether_bricks"},"minecraft:nether_gold_ore":{"properties":{},"defaultstate":"minecraft:nether_gold_ore"},"minecraft:nether_portal":{"properties":{"axis":{"values":["x","z"],"type":"enum"}},"defaultstate":"minecraft:nether_portal[axis=x]"},"minecraft:nether_quartz_ore":{"properties":{},"defaultstate":"minecraft:nether_quartz_ore"},"minecraft:nether_sprouts":{"properties":{},"defaultstate":"minecraft:nether_sprouts"},"minecraft:nether_wart":{"properties":{"age":{"values":["0","1","2","3"],"type":"int"}},"defaultstate":"minecraft:nether_wart[age=0]"},"minecraft:nether_wart_block":{"properties":{},"defaultstate":"minecraft:nether_wart_block"},"minecraft:netherite_block":{"properties":{},"defaultstate":"minecraft:netherite_block"},"minecraft:netherrack":{"properties":{},"defaultstate":"minecraft:netherrack"},"minecraft:note_block":{"properties":{"instrument":{"values":["harp","basedrum","snare","hat","bass","flute","bell","guitar","chime","xylophone","iron_xylophone","cow_bell","didgeridoo","bit","banjo","pling"],"type":"enum"},"note":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24"],"type":"int"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:note_block[instrument=harp,note=0,powered=false]"},"minecraft:oak_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_button[face=wall,facing=north,powered=false]"},"minecraft:oak_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:oak_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:oak_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:oak_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_leaves[distance=7,persistent=false]"},"minecraft:oak_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:oak_log[axis=y]"},"minecraft:oak_planks":{"properties":{},"defaultstate":"minecraft:oak_planks"},"minecraft:oak_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_pressure_plate[powered=false]"},"minecraft:oak_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:oak_sapling[stage=0]"},"minecraft:oak_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_sign[rotation=0,waterlogged=false]"},"minecraft:oak_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_slab[type=bottom,waterlogged=false]"},"minecraft:oak_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:oak_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:oak_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:oak_wall_sign[facing=north,waterlogged=false]"},"minecraft:oak_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:oak_wood[axis=y]"},"minecraft:observer":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:observer[facing=south,powered=false]"},"minecraft:obsidian":{"properties":{},"defaultstate":"minecraft:obsidian"},"minecraft:orange_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:orange_banner[rotation=0]"},"minecraft:orange_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:orange_bed[facing=north,occupied=false,part=foot]"},"minecraft:orange_carpet":{"properties":{},"defaultstate":"minecraft:orange_carpet"},"minecraft:orange_concrete":{"properties":{},"defaultstate":"minecraft:orange_concrete"},"minecraft:orange_concrete_powder":{"properties":{},"defaultstate":"minecraft:orange_concrete_powder"},"minecraft:orange_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:orange_glazed_terracotta[facing=north]"},"minecraft:orange_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:orange_shulker_box[facing=up]"},"minecraft:orange_stained_glass":{"properties":{},"defaultstate":"minecraft:orange_stained_glass"},"minecraft:orange_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:orange_terracotta":{"properties":{},"defaultstate":"minecraft:orange_terracotta"},"minecraft:orange_tulip":{"properties":{},"defaultstate":"minecraft:orange_tulip"},"minecraft:orange_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:orange_wall_banner[facing=north]"},"minecraft:orange_wool":{"properties":{},"defaultstate":"minecraft:orange_wool"},"minecraft:oxeye_daisy":{"properties":{},"defaultstate":"minecraft:oxeye_daisy"},"minecraft:packed_ice":{"properties":{},"defaultstate":"minecraft:packed_ice"},"minecraft:peony":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:peony[half=lower]"},"minecraft:petrified_oak_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:petrified_oak_slab[type=bottom,waterlogged=false]"},"minecraft:pink_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:pink_banner[rotation=0]"},"minecraft:pink_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:pink_bed[facing=north,occupied=false,part=foot]"},"minecraft:pink_carpet":{"properties":{},"defaultstate":"minecraft:pink_carpet"},"minecraft:pink_concrete":{"properties":{},"defaultstate":"minecraft:pink_concrete"},"minecraft:pink_concrete_powder":{"properties":{},"defaultstate":"minecraft:pink_concrete_powder"},"minecraft:pink_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:pink_glazed_terracotta[facing=north]"},"minecraft:pink_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:pink_shulker_box[facing=up]"},"minecraft:pink_stained_glass":{"properties":{},"defaultstate":"minecraft:pink_stained_glass"},"minecraft:pink_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:pink_terracotta":{"properties":{},"defaultstate":"minecraft:pink_terracotta"},"minecraft:pink_tulip":{"properties":{},"defaultstate":"minecraft:pink_tulip"},"minecraft:pink_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:pink_wall_banner[facing=north]"},"minecraft:pink_wool":{"properties":{},"defaultstate":"minecraft:pink_wool"},"minecraft:piston":{"properties":{"extended":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:piston[extended=false,facing=north]"},"minecraft:piston_head":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"},"short":{"values":["true","false"],"type":"bool"},"type":{"values":["normal","sticky"],"type":"enum"}},"defaultstate":"minecraft:piston_head[facing=north,short=false,type=normal]"},"minecraft:player_head":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:player_head[rotation=0]"},"minecraft:player_wall_head":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:player_wall_head[facing=north]"},"minecraft:podzol":{"properties":{"snowy":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:podzol[snowy=false]"},"minecraft:polished_andesite":{"properties":{},"defaultstate":"minecraft:polished_andesite"},"minecraft:polished_andesite_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_andesite_slab[type=bottom,waterlogged=false]"},"minecraft:polished_andesite_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:polished_basalt":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:polished_basalt[axis=y]"},"minecraft:polished_blackstone":{"properties":{},"defaultstate":"minecraft:polished_blackstone"},"minecraft:polished_blackstone_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=false]"},"minecraft:polished_blackstone_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:polished_blackstone_brick_wall":{"properties":{"east":{"values":["none","low","tall"],"type":"enum"},"north":{"values":["none","low","tall"],"type":"enum"},"south":{"values":["none","low","tall"],"type":"enum"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["none","low","tall"],"type":"enum"}},"defaultstate":"minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]"},"minecraft:polished_blackstone_bricks":{"properties":{},"defaultstate":"minecraft:polished_blackstone_bricks"},"minecraft:polished_blackstone_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_blackstone_button[face=wall,facing=north,powered=false]"},"minecraft:polished_blackstone_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_blackstone_pressure_plate[powered=false]"},"minecraft:polished_blackstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_blackstone_slab[type=bottom,waterlogged=false]"},"minecraft:polished_blackstone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:polished_blackstone_wall":{"properties":{"east":{"values":["none","low","tall"],"type":"enum"},"north":{"values":["none","low","tall"],"type":"enum"},"south":{"values":["none","low","tall"],"type":"enum"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["none","low","tall"],"type":"enum"}},"defaultstate":"minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]"},"minecraft:polished_diorite":{"properties":{},"defaultstate":"minecraft:polished_diorite"},"minecraft:polished_diorite_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_diorite_slab[type=bottom,waterlogged=false]"},"minecraft:polished_diorite_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:polished_granite":{"properties":{},"defaultstate":"minecraft:polished_granite"},"minecraft:polished_granite_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_granite_slab[type=bottom,waterlogged=false]"},"minecraft:polished_granite_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:poppy":{"properties":{},"defaultstate":"minecraft:poppy"},"minecraft:potatoes":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:potatoes[age=0]"},"minecraft:potted_acacia_sapling":{"properties":{},"defaultstate":"minecraft:potted_acacia_sapling"},"minecraft:potted_allium":{"properties":{},"defaultstate":"minecraft:potted_allium"},"minecraft:potted_azure_bluet":{"properties":{},"defaultstate":"minecraft:potted_azure_bluet"},"minecraft:potted_bamboo":{"properties":{},"defaultstate":"minecraft:potted_bamboo"},"minecraft:potted_birch_sapling":{"properties":{},"defaultstate":"minecraft:potted_birch_sapling"},"minecraft:potted_blue_orchid":{"properties":{},"defaultstate":"minecraft:potted_blue_orchid"},"minecraft:potted_brown_mushroom":{"properties":{},"defaultstate":"minecraft:potted_brown_mushroom"},"minecraft:potted_cactus":{"properties":{},"defaultstate":"minecraft:potted_cactus"},"minecraft:potted_cornflower":{"properties":{},"defaultstate":"minecraft:potted_cornflower"},"minecraft:potted_crimson_fungus":{"properties":{},"defaultstate":"minecraft:potted_crimson_fungus"},"minecraft:potted_crimson_roots":{"properties":{},"defaultstate":"minecraft:potted_crimson_roots"},"minecraft:potted_dandelion":{"properties":{},"defaultstate":"minecraft:potted_dandelion"},"minecraft:potted_dark_oak_sapling":{"properties":{},"defaultstate":"minecraft:potted_dark_oak_sapling"},"minecraft:potted_dead_bush":{"properties":{},"defaultstate":"minecraft:potted_dead_bush"},"minecraft:potted_fern":{"properties":{},"defaultstate":"minecraft:potted_fern"},"minecraft:potted_jungle_sapling":{"properties":{},"defaultstate":"minecraft:potted_jungle_sapling"},"minecraft:potted_lily_of_the_valley":{"properties":{},"defaultstate":"minecraft:potted_lily_of_the_valley"},"minecraft:potted_oak_sapling":{"properties":{},"defaultstate":"minecraft:potted_oak_sapling"},"minecraft:potted_orange_tulip":{"properties":{},"defaultstate":"minecraft:potted_orange_tulip"},"minecraft:potted_oxeye_daisy":{"properties":{},"defaultstate":"minecraft:potted_oxeye_daisy"},"minecraft:potted_pink_tulip":{"properties":{},"defaultstate":"minecraft:potted_pink_tulip"},"minecraft:potted_poppy":{"properties":{},"defaultstate":"minecraft:potted_poppy"},"minecraft:potted_red_mushroom":{"properties":{},"defaultstate":"minecraft:potted_red_mushroom"},"minecraft:potted_red_tulip":{"properties":{},"defaultstate":"minecraft:potted_red_tulip"},"minecraft:potted_spruce_sapling":{"properties":{},"defaultstate":"minecraft:potted_spruce_sapling"},"minecraft:potted_warped_fungus":{"properties":{},"defaultstate":"minecraft:potted_warped_fungus"},"minecraft:potted_warped_roots":{"properties":{},"defaultstate":"minecraft:potted_warped_roots"},"minecraft:potted_white_tulip":{"properties":{},"defaultstate":"minecraft:potted_white_tulip"},"minecraft:potted_wither_rose":{"properties":{},"defaultstate":"minecraft:potted_wither_rose"},"minecraft:powered_rail":{"properties":{"powered":{"values":["true","false"],"type":"bool"},"shape":{"values":["north_south","east_west","ascending_east","ascending_west","ascending_north","ascending_south"],"type":"enum"}},"defaultstate":"minecraft:powered_rail[powered=false,shape=north_south]"},"minecraft:prismarine":{"properties":{},"defaultstate":"minecraft:prismarine"},"minecraft:prismarine_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:prismarine_brick_slab[type=bottom,waterlogged=false]"},"minecraft:prismarine_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:prismarine_bricks":{"properties":{},"defaultstate":"minecraft:prismarine_bricks"},"minecraft:prismarine_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:prismarine_slab[type=bottom,waterlogged=false]"},"minecraft:prismarine_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:prismarine_wall":{"properties":{"east":{"values":["none","low","tall"],"type":"enum"},"north":{"values":["none","low","tall"],"type":"enum"},"south":{"values":["none","low","tall"],"type":"enum"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["none","low","tall"],"type":"enum"}},"defaultstate":"minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]"},"minecraft:pumpkin":{"properties":{},"defaultstate":"minecraft:pumpkin"},"minecraft:pumpkin_stem":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:pumpkin_stem[age=0]"},"minecraft:purple_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:purple_banner[rotation=0]"},"minecraft:purple_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:purple_bed[facing=north,occupied=false,part=foot]"},"minecraft:purple_carpet":{"properties":{},"defaultstate":"minecraft:purple_carpet"},"minecraft:purple_concrete":{"properties":{},"defaultstate":"minecraft:purple_concrete"},"minecraft:purple_concrete_powder":{"properties":{},"defaultstate":"minecraft:purple_concrete_powder"},"minecraft:purple_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:purple_glazed_terracotta[facing=north]"},"minecraft:purple_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:purple_shulker_box[facing=up]"},"minecraft:purple_stained_glass":{"properties":{},"defaultstate":"minecraft:purple_stained_glass"},"minecraft:purple_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:purple_terracotta":{"properties":{},"defaultstate":"minecraft:purple_terracotta"},"minecraft:purple_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:purple_wall_banner[facing=north]"},"minecraft:purple_wool":{"properties":{},"defaultstate":"minecraft:purple_wool"},"minecraft:purpur_block":{"properties":{},"defaultstate":"minecraft:purpur_block"},"minecraft:purpur_pillar":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:purpur_pillar[axis=y]"},"minecraft:purpur_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:purpur_slab[type=bottom,waterlogged=false]"},"minecraft:purpur_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:quartz_block":{"properties":{},"defaultstate":"minecraft:quartz_block"},"minecraft:quartz_bricks":{"properties":{},"defaultstate":"minecraft:quartz_bricks"},"minecraft:quartz_pillar":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:quartz_pillar[axis=y]"},"minecraft:quartz_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:quartz_slab[type=bottom,waterlogged=false]"},"minecraft:quartz_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:rail":{"properties":{"shape":{"values":["north_south","east_west","ascending_east","ascending_west","ascending_north","ascending_south","south_east","south_west","north_west","north_east"],"type":"enum"}},"defaultstate":"minecraft:rail[shape=north_south]"},"minecraft:red_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:red_banner[rotation=0]"},"minecraft:red_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:red_bed[facing=north,occupied=false,part=foot]"},"minecraft:red_carpet":{"properties":{},"defaultstate":"minecraft:red_carpet"},"minecraft:red_concrete":{"properties":{},"defaultstate":"minecraft:red_concrete"},"minecraft:red_concrete_powder":{"properties":{},"defaultstate":"minecraft:red_concrete_powder"},"minecraft:red_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:red_glazed_terracotta[facing=north]"},"minecraft:red_mushroom":{"properties":{},"defaultstate":"minecraft:red_mushroom"},"minecraft:red_mushroom_block":{"properties":{"down":{"values":["true","false"],"type":"bool"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]"},"minecraft:red_nether_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_nether_brick_slab[type=bottom,waterlogged=false]"},"minecraft:red_nether_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:red_nether_brick_wall":{"properties":{"east":{"values":["none","low","tall"],"type":"enum"},"north":{"values":["none","low","tall"],"type":"enum"},"south":{"values":["none","low","tall"],"type":"enum"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["none","low","tall"],"type":"enum"}},"defaultstate":"minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]"},"minecraft:red_nether_bricks":{"properties":{},"defaultstate":"minecraft:red_nether_bricks"},"minecraft:red_sand":{"properties":{},"defaultstate":"minecraft:red_sand"},"minecraft:red_sandstone":{"properties":{},"defaultstate":"minecraft:red_sandstone"},"minecraft:red_sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:red_sandstone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:red_sandstone_wall":{"properties":{"east":{"values":["none","low","tall"],"type":"enum"},"north":{"values":["none","low","tall"],"type":"enum"},"south":{"values":["none","low","tall"],"type":"enum"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["none","low","tall"],"type":"enum"}},"defaultstate":"minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]"},"minecraft:red_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:red_shulker_box[facing=up]"},"minecraft:red_stained_glass":{"properties":{},"defaultstate":"minecraft:red_stained_glass"},"minecraft:red_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:red_terracotta":{"properties":{},"defaultstate":"minecraft:red_terracotta"},"minecraft:red_tulip":{"properties":{},"defaultstate":"minecraft:red_tulip"},"minecraft:red_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:red_wall_banner[facing=north]"},"minecraft:red_wool":{"properties":{},"defaultstate":"minecraft:red_wool"},"minecraft:redstone_block":{"properties":{},"defaultstate":"minecraft:redstone_block"},"minecraft:redstone_lamp":{"properties":{"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:redstone_lamp[lit=false]"},"minecraft:redstone_ore":{"properties":{"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:redstone_ore[lit=false]"},"minecraft:redstone_torch":{"properties":{"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:redstone_torch[lit=true]"},"minecraft:redstone_wall_torch":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:redstone_wall_torch[facing=north,lit=true]"},"minecraft:redstone_wire":{"properties":{"east":{"values":["up","side","none"],"type":"enum"},"north":{"values":["up","side","none"],"type":"enum"},"power":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"south":{"values":["up","side","none"],"type":"enum"},"west":{"values":["up","side","none"],"type":"enum"}},"defaultstate":"minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none]"},"minecraft:repeater":{"properties":{"delay":{"values":["1","2","3","4"],"type":"int"},"facing":{"values":["north","south","west","east"],"type":"direction"},"locked":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:repeater[delay=1,facing=north,locked=false,powered=false]"},"minecraft:repeating_command_block":{"properties":{"conditional":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:repeating_command_block[conditional=false,facing=north]"},"minecraft:respawn_anchor":{"properties":{"charges":{"values":["0","1","2","3","4"],"type":"int"}},"defaultstate":"minecraft:respawn_anchor[charges=0]"},"minecraft:rose_bush":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:rose_bush[half=lower]"},"minecraft:sand":{"properties":{},"defaultstate":"minecraft:sand"},"minecraft:sandstone":{"properties":{},"defaultstate":"minecraft:sandstone"},"minecraft:sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:sandstone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:sandstone_wall":{"properties":{"east":{"values":["none","low","tall"],"type":"enum"},"north":{"values":["none","low","tall"],"type":"enum"},"south":{"values":["none","low","tall"],"type":"enum"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["none","low","tall"],"type":"enum"}},"defaultstate":"minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]"},"minecraft:scaffolding":{"properties":{"bottom":{"values":["true","false"],"type":"bool"},"distance":{"values":["0","1","2","3","4","5","6","7"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:scaffolding[bottom=false,distance=7,waterlogged=false]"},"minecraft:sea_lantern":{"properties":{},"defaultstate":"minecraft:sea_lantern"},"minecraft:sea_pickle":{"properties":{"pickles":{"values":["1","2","3","4"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:sea_pickle[pickles=1,waterlogged=true]"},"minecraft:seagrass":{"properties":{},"defaultstate":"minecraft:seagrass"},"minecraft:shroomlight":{"properties":{},"defaultstate":"minecraft:shroomlight"},"minecraft:shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:shulker_box[facing=up]"},"minecraft:skeleton_skull":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:skeleton_skull[rotation=0]"},"minecraft:skeleton_wall_skull":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:skeleton_wall_skull[facing=north]"},"minecraft:slime_block":{"properties":{},"defaultstate":"minecraft:slime_block"},"minecraft:smithing_table":{"properties":{},"defaultstate":"minecraft:smithing_table"},"minecraft:smoker":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"lit":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smoker[facing=north,lit=false]"},"minecraft:smooth_quartz":{"properties":{},"defaultstate":"minecraft:smooth_quartz"},"minecraft:smooth_quartz_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_quartz_slab[type=bottom,waterlogged=false]"},"minecraft:smooth_quartz_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:smooth_red_sandstone":{"properties":{},"defaultstate":"minecraft:smooth_red_sandstone"},"minecraft:smooth_red_sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:smooth_red_sandstone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:smooth_sandstone":{"properties":{},"defaultstate":"minecraft:smooth_sandstone"},"minecraft:smooth_sandstone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]"},"minecraft:smooth_sandstone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:smooth_stone":{"properties":{},"defaultstate":"minecraft:smooth_stone"},"minecraft:smooth_stone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:smooth_stone_slab[type=bottom,waterlogged=false]"},"minecraft:snow":{"properties":{"layers":{"values":["1","2","3","4","5","6","7","8"],"type":"int"}},"defaultstate":"minecraft:snow[layers=1]"},"minecraft:snow_block":{"properties":{},"defaultstate":"minecraft:snow_block"},"minecraft:soul_campfire":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"lit":{"values":["true","false"],"type":"bool"},"signal_fire":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=false]"},"minecraft:soul_fire":{"properties":{},"defaultstate":"minecraft:soul_fire"},"minecraft:soul_lantern":{"properties":{"hanging":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:soul_lantern[hanging=false]"},"minecraft:soul_sand":{"properties":{},"defaultstate":"minecraft:soul_sand"},"minecraft:soul_soil":{"properties":{},"defaultstate":"minecraft:soul_soil"},"minecraft:soul_torch":{"properties":{},"defaultstate":"minecraft:soul_torch"},"minecraft:soul_wall_torch":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:soul_wall_torch[facing=north]"},"minecraft:spawner":{"properties":{},"defaultstate":"minecraft:spawner"},"minecraft:sponge":{"properties":{},"defaultstate":"minecraft:sponge"},"minecraft:spruce_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_button[face=wall,facing=north,powered=false]"},"minecraft:spruce_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:spruce_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:spruce_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:spruce_leaves":{"properties":{"distance":{"values":["1","2","3","4","5","6","7"],"type":"int"},"persistent":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_leaves[distance=7,persistent=false]"},"minecraft:spruce_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:spruce_log[axis=y]"},"minecraft:spruce_planks":{"properties":{},"defaultstate":"minecraft:spruce_planks"},"minecraft:spruce_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_pressure_plate[powered=false]"},"minecraft:spruce_sapling":{"properties":{"stage":{"values":["0","1"],"type":"int"}},"defaultstate":"minecraft:spruce_sapling[stage=0]"},"minecraft:spruce_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_sign[rotation=0,waterlogged=false]"},"minecraft:spruce_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_slab[type=bottom,waterlogged=false]"},"minecraft:spruce_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:spruce_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:spruce_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:spruce_wall_sign[facing=north,waterlogged=false]"},"minecraft:spruce_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:spruce_wood[axis=y]"},"minecraft:sticky_piston":{"properties":{"extended":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:sticky_piston[extended=false,facing=north]"},"minecraft:stone":{"properties":{},"defaultstate":"minecraft:stone"},"minecraft:stone_brick_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_brick_slab[type=bottom,waterlogged=false]"},"minecraft:stone_brick_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:stone_brick_wall":{"properties":{"east":{"values":["none","low","tall"],"type":"enum"},"north":{"values":["none","low","tall"],"type":"enum"},"south":{"values":["none","low","tall"],"type":"enum"},"up":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["none","low","tall"],"type":"enum"}},"defaultstate":"minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]"},"minecraft:stone_bricks":{"properties":{},"defaultstate":"minecraft:stone_bricks"},"minecraft:stone_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_button[face=wall,facing=north,powered=false]"},"minecraft:stone_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_pressure_plate[powered=false]"},"minecraft:stone_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_slab[type=bottom,waterlogged=false]"},"minecraft:stone_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:stonecutter":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:stonecutter[facing=north]"},"minecraft:stripped_acacia_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_acacia_log[axis=y]"},"minecraft:stripped_acacia_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_acacia_wood[axis=y]"},"minecraft:stripped_birch_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_birch_log[axis=y]"},"minecraft:stripped_birch_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_birch_wood[axis=y]"},"minecraft:stripped_crimson_hyphae":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_crimson_hyphae[axis=y]"},"minecraft:stripped_crimson_stem":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_crimson_stem[axis=y]"},"minecraft:stripped_dark_oak_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_dark_oak_log[axis=y]"},"minecraft:stripped_dark_oak_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_dark_oak_wood[axis=y]"},"minecraft:stripped_jungle_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_jungle_log[axis=y]"},"minecraft:stripped_jungle_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_jungle_wood[axis=y]"},"minecraft:stripped_oak_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_oak_log[axis=y]"},"minecraft:stripped_oak_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_oak_wood[axis=y]"},"minecraft:stripped_spruce_log":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_spruce_log[axis=y]"},"minecraft:stripped_spruce_wood":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_spruce_wood[axis=y]"},"minecraft:stripped_warped_hyphae":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_warped_hyphae[axis=y]"},"minecraft:stripped_warped_stem":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:stripped_warped_stem[axis=y]"},"minecraft:structure_block":{"properties":{"mode":{"values":["save","load","corner","data"],"type":"enum"}},"defaultstate":"minecraft:structure_block[mode=save]"},"minecraft:structure_void":{"properties":{},"defaultstate":"minecraft:structure_void"},"minecraft:sugar_cane":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:sugar_cane[age=0]"},"minecraft:sunflower":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:sunflower[half=lower]"},"minecraft:sweet_berry_bush":{"properties":{"age":{"values":["0","1","2","3"],"type":"int"}},"defaultstate":"minecraft:sweet_berry_bush[age=0]"},"minecraft:tall_grass":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:tall_grass[half=lower]"},"minecraft:tall_seagrass":{"properties":{"half":{"values":["upper","lower"],"type":"enum"}},"defaultstate":"minecraft:tall_seagrass[half=lower]"},"minecraft:target":{"properties":{"power":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:target[power=0]"},"minecraft:terracotta":{"properties":{},"defaultstate":"minecraft:terracotta"},"minecraft:tnt":{"properties":{"unstable":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tnt[unstable=false]"},"minecraft:torch":{"properties":{},"defaultstate":"minecraft:torch"},"minecraft:trapped_chest":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"type":{"values":["single","left","right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:trapped_chest[facing=north,type=single,waterlogged=false]"},"minecraft:tripwire":{"properties":{"attached":{"values":["true","false"],"type":"bool"},"disarmed":{"values":["true","false"],"type":"bool"},"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tripwire[attached=false,disarmed=false,east=false,north=false,powered=false,south=false,west=false]"},"minecraft:tripwire_hook":{"properties":{"attached":{"values":["true","false"],"type":"bool"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tripwire_hook[attached=false,facing=north,powered=false]"},"minecraft:tube_coral":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tube_coral[waterlogged=true]"},"minecraft:tube_coral_block":{"properties":{},"defaultstate":"minecraft:tube_coral_block"},"minecraft:tube_coral_fan":{"properties":{"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tube_coral_fan[waterlogged=true]"},"minecraft:tube_coral_wall_fan":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:tube_coral_wall_fan[facing=north,waterlogged=true]"},"minecraft:turtle_egg":{"properties":{"eggs":{"values":["1","2","3","4"],"type":"int"},"hatch":{"values":["0","1","2"],"type":"int"}},"defaultstate":"minecraft:turtle_egg[eggs=1,hatch=0]"},"minecraft:twisting_vines":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24","25"],"type":"int"}},"defaultstate":"minecraft:twisting_vines[age=0]"},"minecraft:twisting_vines_plant":{"properties":{},"defaultstate":"minecraft:twisting_vines_plant"},"minecraft:vine":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"up":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:vine[east=false,north=false,south=false,up=false,west=false]"},"minecraft:void_air":{"properties":{},"defaultstate":"minecraft:void_air"},"minecraft:wall_torch":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:wall_torch[facing=north]"},"minecraft:warped_button":{"properties":{"face":{"values":["floor","wall","ceiling"],"type":"enum"},"facing":{"values":["north","south","west","east"],"type":"direction"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:warped_button[face=wall,facing=north,powered=false]"},"minecraft:warped_door":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["upper","lower"],"type":"enum"},"hinge":{"values":["left","right"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=false]"},"minecraft:warped_fence":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:warped_fence_gate":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"in_wall":{"values":["true","false"],"type":"bool"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=false]"},"minecraft:warped_fungus":{"properties":{},"defaultstate":"minecraft:warped_fungus"},"minecraft:warped_hyphae":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:warped_hyphae[axis=y]"},"minecraft:warped_nylium":{"properties":{},"defaultstate":"minecraft:warped_nylium"},"minecraft:warped_planks":{"properties":{},"defaultstate":"minecraft:warped_planks"},"minecraft:warped_pressure_plate":{"properties":{"powered":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:warped_pressure_plate[powered=false]"},"minecraft:warped_roots":{"properties":{},"defaultstate":"minecraft:warped_roots"},"minecraft:warped_sign":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:warped_sign[rotation=0,waterlogged=false]"},"minecraft:warped_slab":{"properties":{"type":{"values":["top","bottom","double"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:warped_slab[type=bottom,waterlogged=false]"},"minecraft:warped_stairs":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"shape":{"values":["straight","inner_left","inner_right","outer_left","outer_right"],"type":"enum"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"},"minecraft:warped_stem":{"properties":{"axis":{"values":["x","y","z"],"type":"enum"}},"defaultstate":"minecraft:warped_stem[axis=y]"},"minecraft:warped_trapdoor":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"half":{"values":["top","bottom"],"type":"enum"},"open":{"values":["true","false"],"type":"bool"},"powered":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"},"minecraft:warped_wall_sign":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"waterlogged":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:warped_wall_sign[facing=north,waterlogged=false]"},"minecraft:warped_wart_block":{"properties":{},"defaultstate":"minecraft:warped_wart_block"},"minecraft:water":{"properties":{"level":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:water[level=0]"},"minecraft:weeping_vines":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24","25"],"type":"int"}},"defaultstate":"minecraft:weeping_vines[age=0]"},"minecraft:weeping_vines_plant":{"properties":{},"defaultstate":"minecraft:weeping_vines_plant"},"minecraft:wet_sponge":{"properties":{},"defaultstate":"minecraft:wet_sponge"},"minecraft:wheat":{"properties":{"age":{"values":["0","1","2","3","4","5","6","7"],"type":"int"}},"defaultstate":"minecraft:wheat[age=0]"},"minecraft:white_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:white_banner[rotation=0]"},"minecraft:white_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:white_bed[facing=north,occupied=false,part=foot]"},"minecraft:white_carpet":{"properties":{},"defaultstate":"minecraft:white_carpet"},"minecraft:white_concrete":{"properties":{},"defaultstate":"minecraft:white_concrete"},"minecraft:white_concrete_powder":{"properties":{},"defaultstate":"minecraft:white_concrete_powder"},"minecraft:white_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:white_glazed_terracotta[facing=north]"},"minecraft:white_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:white_shulker_box[facing=up]"},"minecraft:white_stained_glass":{"properties":{},"defaultstate":"minecraft:white_stained_glass"},"minecraft:white_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:white_terracotta":{"properties":{},"defaultstate":"minecraft:white_terracotta"},"minecraft:white_tulip":{"properties":{},"defaultstate":"minecraft:white_tulip"},"minecraft:white_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:white_wall_banner[facing=north]"},"minecraft:white_wool":{"properties":{},"defaultstate":"minecraft:white_wool"},"minecraft:wither_rose":{"properties":{},"defaultstate":"minecraft:wither_rose"},"minecraft:wither_skeleton_skull":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:wither_skeleton_skull[rotation=0]"},"minecraft:wither_skeleton_wall_skull":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:wither_skeleton_wall_skull[facing=north]"},"minecraft:yellow_banner":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:yellow_banner[rotation=0]"},"minecraft:yellow_bed":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"},"occupied":{"values":["true","false"],"type":"bool"},"part":{"values":["head","foot"],"type":"enum"}},"defaultstate":"minecraft:yellow_bed[facing=north,occupied=false,part=foot]"},"minecraft:yellow_carpet":{"properties":{},"defaultstate":"minecraft:yellow_carpet"},"minecraft:yellow_concrete":{"properties":{},"defaultstate":"minecraft:yellow_concrete"},"minecraft:yellow_concrete_powder":{"properties":{},"defaultstate":"minecraft:yellow_concrete_powder"},"minecraft:yellow_glazed_terracotta":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:yellow_glazed_terracotta[facing=north]"},"minecraft:yellow_shulker_box":{"properties":{"facing":{"values":["north","east","south","west","up","down"],"type":"direction"}},"defaultstate":"minecraft:yellow_shulker_box[facing=up]"},"minecraft:yellow_stained_glass":{"properties":{},"defaultstate":"minecraft:yellow_stained_glass"},"minecraft:yellow_stained_glass_pane":{"properties":{"east":{"values":["true","false"],"type":"bool"},"north":{"values":["true","false"],"type":"bool"},"south":{"values":["true","false"],"type":"bool"},"waterlogged":{"values":["true","false"],"type":"bool"},"west":{"values":["true","false"],"type":"bool"}},"defaultstate":"minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"},"minecraft:yellow_terracotta":{"properties":{},"defaultstate":"minecraft:yellow_terracotta"},"minecraft:yellow_wall_banner":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:yellow_wall_banner[facing=north]"},"minecraft:yellow_wool":{"properties":{},"defaultstate":"minecraft:yellow_wool"},"minecraft:zombie_head":{"properties":{"rotation":{"values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],"type":"int"}},"defaultstate":"minecraft:zombie_head[rotation=0]"},"minecraft:zombie_wall_head":{"properties":{"facing":{"values":["north","south","west","east"],"type":"direction"}},"defaultstate":"minecraft:zombie_wall_head[facing=north]"}},"items":["minecraft:acacia_boat","minecraft:acacia_button","minecraft:acacia_door","minecraft:acacia_fence","minecraft:acacia_fence_gate","minecraft:acacia_leaves","minecraft:acacia_log","minecraft:acacia_planks","minecraft:acacia_pressure_plate","minecraft:acacia_sapling","minecraft:acacia_sign","minecraft:acacia_slab","minecraft:acacia_stairs","minecraft:acacia_trapdoor","minecraft:acacia_wood","minecraft:activator_rail","minecraft:air","minecraft:allium","minecraft:ancient_debris","minecraft:andesite","minecraft:andesite_slab","minecraft:andesite_stairs","minecraft:andesite_wall","minecraft:anvil","minecraft:apple","minecraft:armor_stand","minecraft:arrow","minecraft:azure_bluet","minecraft:baked_potato","minecraft:bamboo","minecraft:barrel","minecraft:barrier","minecraft:basalt","minecraft:bat_spawn_egg","minecraft:beacon","minecraft:bedrock","minecraft:bee_nest","minecraft:bee_spawn_egg","minecraft:beef","minecraft:beehive","minecraft:beetroot","minecraft:beetroot_seeds","minecraft:beetroot_soup","minecraft:bell","minecraft:birch_boat","minecraft:birch_button","minecraft:birch_door","minecraft:birch_fence","minecraft:birch_fence_gate","minecraft:birch_leaves","minecraft:birch_log","minecraft:birch_planks","minecraft:birch_pressure_plate","minecraft:birch_sapling","minecraft:birch_sign","minecraft:birch_slab","minecraft:birch_stairs","minecraft:birch_trapdoor","minecraft:birch_wood","minecraft:black_banner","minecraft:black_bed","minecraft:black_carpet","minecraft:black_concrete","minecraft:black_concrete_powder","minecraft:black_dye","minecraft:black_glazed_terracotta","minecraft:black_shulker_box","minecraft:black_stained_glass","minecraft:black_stained_glass_pane","minecraft:black_terracotta","minecraft:black_wool","minecraft:blackstone","minecraft:blackstone_slab","minecraft:blackstone_stairs","minecraft:blackstone_wall","minecraft:blast_furnace","minecraft:blaze_powder","minecraft:blaze_rod","minecraft:blaze_spawn_egg","minecraft:blue_banner","minecraft:blue_bed","minecraft:blue_carpet","minecraft:blue_concrete","minecraft:blue_concrete_powder","minecraft:blue_dye","minecraft:blue_glazed_terracotta","minecraft:blue_ice","minecraft:blue_orchid","minecraft:blue_shulker_box","minecraft:blue_stained_glass","minecraft:blue_stained_glass_pane","minecraft:blue_terracotta","minecraft:blue_wool","minecraft:bone","minecraft:bone_block","minecraft:bone_meal","minecraft:book","minecraft:bookshelf","minecraft:bow","minecraft:bowl","minecraft:brain_coral","minecraft:brain_coral_block","minecraft:brain_coral_fan","minecraft:bread","minecraft:brewing_stand","minecraft:brick","minecraft:brick_slab","minecraft:brick_stairs","minecraft:brick_wall","minecraft:bricks","minecraft:brown_banner","minecraft:brown_bed","minecraft:brown_carpet","minecraft:brown_concrete","minecraft:brown_concrete_powder","minecraft:brown_dye","minecraft:brown_glazed_terracotta","minecraft:brown_mushroom","minecraft:brown_mushroom_block","minecraft:brown_shulker_box","minecraft:brown_stained_glass","minecraft:brown_stained_glass_pane","minecraft:brown_terracotta","minecraft:brown_wool","minecraft:bubble_coral","minecraft:bubble_coral_block","minecraft:bubble_coral_fan","minecraft:bucket","minecraft:cactus","minecraft:cake","minecraft:campfire","minecraft:carrot","minecraft:carrot_on_a_stick","minecraft:cartography_table","minecraft:carved_pumpkin","minecraft:cat_spawn_egg","minecraft:cauldron","minecraft:cave_spider_spawn_egg","minecraft:chain","minecraft:chain_command_block","minecraft:chainmail_boots","minecraft:chainmail_chestplate","minecraft:chainmail_helmet","minecraft:chainmail_leggings","minecraft:charcoal","minecraft:chest","minecraft:chest_minecart","minecraft:chicken","minecraft:chicken_spawn_egg","minecraft:chipped_anvil","minecraft:chiseled_nether_bricks","minecraft:chiseled_polished_blackstone","minecraft:chiseled_quartz_block","minecraft:chiseled_red_sandstone","minecraft:chiseled_sandstone","minecraft:chiseled_stone_bricks","minecraft:chorus_flower","minecraft:chorus_fruit","minecraft:chorus_plant","minecraft:clay","minecraft:clay_ball","minecraft:clock","minecraft:coal","minecraft:coal_block","minecraft:coal_ore","minecraft:coarse_dirt","minecraft:cobblestone","minecraft:cobblestone_slab","minecraft:cobblestone_stairs","minecraft:cobblestone_wall","minecraft:cobweb","minecraft:cocoa_beans","minecraft:cod","minecraft:cod_bucket","minecraft:cod_spawn_egg","minecraft:command_block","minecraft:command_block_minecart","minecraft:comparator","minecraft:compass","minecraft:composter","minecraft:conduit","minecraft:cooked_beef","minecraft:cooked_chicken","minecraft:cooked_cod","minecraft:cooked_mutton","minecraft:cooked_porkchop","minecraft:cooked_rabbit","minecraft:cooked_salmon","minecraft:cookie","minecraft:cornflower","minecraft:cow_spawn_egg","minecraft:cracked_nether_bricks","minecraft:cracked_polished_blackstone_bricks","minecraft:cracked_stone_bricks","minecraft:crafting_table","minecraft:creeper_banner_pattern","minecraft:creeper_head","minecraft:creeper_spawn_egg","minecraft:crimson_button","minecraft:crimson_door","minecraft:crimson_fence","minecraft:crimson_fence_gate","minecraft:crimson_fungus","minecraft:crimson_hyphae","minecraft:crimson_nylium","minecraft:crimson_planks","minecraft:crimson_pressure_plate","minecraft:crimson_roots","minecraft:crimson_sign","minecraft:crimson_slab","minecraft:crimson_stairs","minecraft:crimson_stem","minecraft:crimson_trapdoor","minecraft:crossbow","minecraft:crying_obsidian","minecraft:cut_red_sandstone","minecraft:cut_red_sandstone_slab","minecraft:cut_sandstone","minecraft:cut_sandstone_slab","minecraft:cyan_banner","minecraft:cyan_bed","minecraft:cyan_carpet","minecraft:cyan_concrete","minecraft:cyan_concrete_powder","minecraft:cyan_dye","minecraft:cyan_glazed_terracotta","minecraft:cyan_shulker_box","minecraft:cyan_stained_glass","minecraft:cyan_stained_glass_pane","minecraft:cyan_terracotta","minecraft:cyan_wool","minecraft:damaged_anvil","minecraft:dandelion","minecraft:dark_oak_boat","minecraft:dark_oak_button","minecraft:dark_oak_door","minecraft:dark_oak_fence","minecraft:dark_oak_fence_gate","minecraft:dark_oak_leaves","minecraft:dark_oak_log","minecraft:dark_oak_planks","minecraft:dark_oak_pressure_plate","minecraft:dark_oak_sapling","minecraft:dark_oak_sign","minecraft:dark_oak_slab","minecraft:dark_oak_stairs","minecraft:dark_oak_trapdoor","minecraft:dark_oak_wood","minecraft:dark_prismarine","minecraft:dark_prismarine_slab","minecraft:dark_prismarine_stairs","minecraft:daylight_detector","minecraft:dead_brain_coral","minecraft:dead_brain_coral_block","minecraft:dead_brain_coral_fan","minecraft:dead_bubble_coral","minecraft:dead_bubble_coral_block","minecraft:dead_bubble_coral_fan","minecraft:dead_bush","minecraft:dead_fire_coral","minecraft:dead_fire_coral_block","minecraft:dead_fire_coral_fan","minecraft:dead_horn_coral","minecraft:dead_horn_coral_block","minecraft:dead_horn_coral_fan","minecraft:dead_tube_coral","minecraft:dead_tube_coral_block","minecraft:dead_tube_coral_fan","minecraft:debug_stick","minecraft:detector_rail","minecraft:diamond","minecraft:diamond_axe","minecraft:diamond_block","minecraft:diamond_boots","minecraft:diamond_chestplate","minecraft:diamond_helmet","minecraft:diamond_hoe","minecraft:diamond_horse_armor","minecraft:diamond_leggings","minecraft:diamond_ore","minecraft:diamond_pickaxe","minecraft:diamond_shovel","minecraft:diamond_sword","minecraft:diorite","minecraft:diorite_slab","minecraft:diorite_stairs","minecraft:diorite_wall","minecraft:dirt","minecraft:dispenser","minecraft:dolphin_spawn_egg","minecraft:donkey_spawn_egg","minecraft:dragon_breath","minecraft:dragon_egg","minecraft:dragon_head","minecraft:dried_kelp","minecraft:dried_kelp_block","minecraft:dropper","minecraft:drowned_spawn_egg","minecraft:egg","minecraft:elder_guardian_spawn_egg","minecraft:elytra","minecraft:emerald","minecraft:emerald_block","minecraft:emerald_ore","minecraft:enchanted_book","minecraft:enchanted_golden_apple","minecraft:enchanting_table","minecraft:end_crystal","minecraft:end_portal_frame","minecraft:end_rod","minecraft:end_stone","minecraft:end_stone_brick_slab","minecraft:end_stone_brick_stairs","minecraft:end_stone_brick_wall","minecraft:end_stone_bricks","minecraft:ender_chest","minecraft:ender_eye","minecraft:ender_pearl","minecraft:enderman_spawn_egg","minecraft:endermite_spawn_egg","minecraft:evoker_spawn_egg","minecraft:experience_bottle","minecraft:farmland","minecraft:feather","minecraft:fermented_spider_eye","minecraft:fern","minecraft:filled_map","minecraft:fire_charge","minecraft:fire_coral","minecraft:fire_coral_block","minecraft:fire_coral_fan","minecraft:firework_rocket","minecraft:firework_star","minecraft:fishing_rod","minecraft:fletching_table","minecraft:flint","minecraft:flint_and_steel","minecraft:flower_banner_pattern","minecraft:flower_pot","minecraft:fox_spawn_egg","minecraft:furnace","minecraft:furnace_minecart","minecraft:ghast_spawn_egg","minecraft:ghast_tear","minecraft:gilded_blackstone","minecraft:glass","minecraft:glass_bottle","minecraft:glass_pane","minecraft:glistering_melon_slice","minecraft:globe_banner_pattern","minecraft:glowstone","minecraft:glowstone_dust","minecraft:gold_block","minecraft:gold_ingot","minecraft:gold_nugget","minecraft:gold_ore","minecraft:golden_apple","minecraft:golden_axe","minecraft:golden_boots","minecraft:golden_carrot","minecraft:golden_chestplate","minecraft:golden_helmet","minecraft:golden_hoe","minecraft:golden_horse_armor","minecraft:golden_leggings","minecraft:golden_pickaxe","minecraft:golden_shovel","minecraft:golden_sword","minecraft:granite","minecraft:granite_slab","minecraft:granite_stairs","minecraft:granite_wall","minecraft:grass","minecraft:grass_block","minecraft:grass_path","minecraft:gravel","minecraft:gray_banner","minecraft:gray_bed","minecraft:gray_carpet","minecraft:gray_concrete","minecraft:gray_concrete_powder","minecraft:gray_dye","minecraft:gray_glazed_terracotta","minecraft:gray_shulker_box","minecraft:gray_stained_glass","minecraft:gray_stained_glass_pane","minecraft:gray_terracotta","minecraft:gray_wool","minecraft:green_banner","minecraft:green_bed","minecraft:green_carpet","minecraft:green_concrete","minecraft:green_concrete_powder","minecraft:green_dye","minecraft:green_glazed_terracotta","minecraft:green_shulker_box","minecraft:green_stained_glass","minecraft:green_stained_glass_pane","minecraft:green_terracotta","minecraft:green_wool","minecraft:grindstone","minecraft:guardian_spawn_egg","minecraft:gunpowder","minecraft:hay_block","minecraft:heart_of_the_sea","minecraft:heavy_weighted_pressure_plate","minecraft:hoglin_spawn_egg","minecraft:honey_block","minecraft:honey_bottle","minecraft:honeycomb","minecraft:honeycomb_block","minecraft:hopper","minecraft:hopper_minecart","minecraft:horn_coral","minecraft:horn_coral_block","minecraft:horn_coral_fan","minecraft:horse_spawn_egg","minecraft:husk_spawn_egg","minecraft:ice","minecraft:infested_chiseled_stone_bricks","minecraft:infested_cobblestone","minecraft:infested_cracked_stone_bricks","minecraft:infested_mossy_stone_bricks","minecraft:infested_stone","minecraft:infested_stone_bricks","minecraft:ink_sac","minecraft:iron_axe","minecraft:iron_bars","minecraft:iron_block","minecraft:iron_boots","minecraft:iron_chestplate","minecraft:iron_door","minecraft:iron_helmet","minecraft:iron_hoe","minecraft:iron_horse_armor","minecraft:iron_ingot","minecraft:iron_leggings","minecraft:iron_nugget","minecraft:iron_ore","minecraft:iron_pickaxe","minecraft:iron_shovel","minecraft:iron_sword","minecraft:iron_trapdoor","minecraft:item_frame","minecraft:jack_o_lantern","minecraft:jigsaw","minecraft:jukebox","minecraft:jungle_boat","minecraft:jungle_button","minecraft:jungle_door","minecraft:jungle_fence","minecraft:jungle_fence_gate","minecraft:jungle_leaves","minecraft:jungle_log","minecraft:jungle_planks","minecraft:jungle_pressure_plate","minecraft:jungle_sapling","minecraft:jungle_sign","minecraft:jungle_slab","minecraft:jungle_stairs","minecraft:jungle_trapdoor","minecraft:jungle_wood","minecraft:kelp","minecraft:knowledge_book","minecraft:ladder","minecraft:lantern","minecraft:lapis_block","minecraft:lapis_lazuli","minecraft:lapis_ore","minecraft:large_fern","minecraft:lava_bucket","minecraft:lead","minecraft:leather","minecraft:leather_boots","minecraft:leather_chestplate","minecraft:leather_helmet","minecraft:leather_horse_armor","minecraft:leather_leggings","minecraft:lectern","minecraft:lever","minecraft:light_blue_banner","minecraft:light_blue_bed","minecraft:light_blue_carpet","minecraft:light_blue_concrete","minecraft:light_blue_concrete_powder","minecraft:light_blue_dye","minecraft:light_blue_glazed_terracotta","minecraft:light_blue_shulker_box","minecraft:light_blue_stained_glass","minecraft:light_blue_stained_glass_pane","minecraft:light_blue_terracotta","minecraft:light_blue_wool","minecraft:light_gray_banner","minecraft:light_gray_bed","minecraft:light_gray_carpet","minecraft:light_gray_concrete","minecraft:light_gray_concrete_powder","minecraft:light_gray_dye","minecraft:light_gray_glazed_terracotta","minecraft:light_gray_shulker_box","minecraft:light_gray_stained_glass","minecraft:light_gray_stained_glass_pane","minecraft:light_gray_terracotta","minecraft:light_gray_wool","minecraft:light_weighted_pressure_plate","minecraft:lilac","minecraft:lily_of_the_valley","minecraft:lily_pad","minecraft:lime_banner","minecraft:lime_bed","minecraft:lime_carpet","minecraft:lime_concrete","minecraft:lime_concrete_powder","minecraft:lime_dye","minecraft:lime_glazed_terracotta","minecraft:lime_shulker_box","minecraft:lime_stained_glass","minecraft:lime_stained_glass_pane","minecraft:lime_terracotta","minecraft:lime_wool","minecraft:lingering_potion","minecraft:llama_spawn_egg","minecraft:lodestone","minecraft:loom","minecraft:magenta_banner","minecraft:magenta_bed","minecraft:magenta_carpet","minecraft:magenta_concrete","minecraft:magenta_concrete_powder","minecraft:magenta_dye","minecraft:magenta_glazed_terracotta","minecraft:magenta_shulker_box","minecraft:magenta_stained_glass","minecraft:magenta_stained_glass_pane","minecraft:magenta_terracotta","minecraft:magenta_wool","minecraft:magma_block","minecraft:magma_cream","minecraft:magma_cube_spawn_egg","minecraft:map","minecraft:melon","minecraft:melon_seeds","minecraft:melon_slice","minecraft:milk_bucket","minecraft:minecart","minecraft:mojang_banner_pattern","minecraft:mooshroom_spawn_egg","minecraft:mossy_cobblestone","minecraft:mossy_cobblestone_slab","minecraft:mossy_cobblestone_stairs","minecraft:mossy_cobblestone_wall","minecraft:mossy_stone_brick_slab","minecraft:mossy_stone_brick_stairs","minecraft:mossy_stone_brick_wall","minecraft:mossy_stone_bricks","minecraft:mule_spawn_egg","minecraft:mushroom_stem","minecraft:mushroom_stew","minecraft:music_disc_11","minecraft:music_disc_13","minecraft:music_disc_blocks","minecraft:music_disc_cat","minecraft:music_disc_chirp","minecraft:music_disc_far","minecraft:music_disc_mall","minecraft:music_disc_mellohi","minecraft:music_disc_pigstep","minecraft:music_disc_stal","minecraft:music_disc_strad","minecraft:music_disc_wait","minecraft:music_disc_ward","minecraft:mutton","minecraft:mycelium","minecraft:name_tag","minecraft:nautilus_shell","minecraft:nether_brick","minecraft:nether_brick_fence","minecraft:nether_brick_slab","minecraft:nether_brick_stairs","minecraft:nether_brick_wall","minecraft:nether_bricks","minecraft:nether_gold_ore","minecraft:nether_quartz_ore","minecraft:nether_sprouts","minecraft:nether_star","minecraft:nether_wart","minecraft:nether_wart_block","minecraft:netherite_axe","minecraft:netherite_block","minecraft:netherite_boots","minecraft:netherite_chestplate","minecraft:netherite_helmet","minecraft:netherite_hoe","minecraft:netherite_ingot","minecraft:netherite_leggings","minecraft:netherite_pickaxe","minecraft:netherite_scrap","minecraft:netherite_shovel","minecraft:netherite_sword","minecraft:netherrack","minecraft:note_block","minecraft:oak_boat","minecraft:oak_button","minecraft:oak_door","minecraft:oak_fence","minecraft:oak_fence_gate","minecraft:oak_leaves","minecraft:oak_log","minecraft:oak_planks","minecraft:oak_pressure_plate","minecraft:oak_sapling","minecraft:oak_sign","minecraft:oak_slab","minecraft:oak_stairs","minecraft:oak_trapdoor","minecraft:oak_wood","minecraft:observer","minecraft:obsidian","minecraft:ocelot_spawn_egg","minecraft:orange_banner","minecraft:orange_bed","minecraft:orange_carpet","minecraft:orange_concrete","minecraft:orange_concrete_powder","minecraft:orange_dye","minecraft:orange_glazed_terracotta","minecraft:orange_shulker_box","minecraft:orange_stained_glass","minecraft:orange_stained_glass_pane","minecraft:orange_terracotta","minecraft:orange_tulip","minecraft:orange_wool","minecraft:oxeye_daisy","minecraft:packed_ice","minecraft:painting","minecraft:panda_spawn_egg","minecraft:paper","minecraft:parrot_spawn_egg","minecraft:peony","minecraft:petrified_oak_slab","minecraft:phantom_membrane","minecraft:phantom_spawn_egg","minecraft:pig_spawn_egg","minecraft:piglin_banner_pattern","minecraft:piglin_spawn_egg","minecraft:pillager_spawn_egg","minecraft:pink_banner","minecraft:pink_bed","minecraft:pink_carpet","minecraft:pink_concrete","minecraft:pink_concrete_powder","minecraft:pink_dye","minecraft:pink_glazed_terracotta","minecraft:pink_shulker_box","minecraft:pink_stained_glass","minecraft:pink_stained_glass_pane","minecraft:pink_terracotta","minecraft:pink_tulip","minecraft:pink_wool","minecraft:piston","minecraft:player_head","minecraft:podzol","minecraft:poisonous_potato","minecraft:polar_bear_spawn_egg","minecraft:polished_andesite","minecraft:polished_andesite_slab","minecraft:polished_andesite_stairs","minecraft:polished_basalt","minecraft:polished_blackstone","minecraft:polished_blackstone_brick_slab","minecraft:polished_blackstone_brick_stairs","minecraft:polished_blackstone_brick_wall","minecraft:polished_blackstone_bricks","minecraft:polished_blackstone_button","minecraft:polished_blackstone_pressure_plate","minecraft:polished_blackstone_slab","minecraft:polished_blackstone_stairs","minecraft:polished_blackstone_wall","minecraft:polished_diorite","minecraft:polished_diorite_slab","minecraft:polished_diorite_stairs","minecraft:polished_granite","minecraft:polished_granite_slab","minecraft:polished_granite_stairs","minecraft:popped_chorus_fruit","minecraft:poppy","minecraft:porkchop","minecraft:potato","minecraft:potion","minecraft:powered_rail","minecraft:prismarine","minecraft:prismarine_brick_slab","minecraft:prismarine_brick_stairs","minecraft:prismarine_bricks","minecraft:prismarine_crystals","minecraft:prismarine_shard","minecraft:prismarine_slab","minecraft:prismarine_stairs","minecraft:prismarine_wall","minecraft:pufferfish","minecraft:pufferfish_bucket","minecraft:pufferfish_spawn_egg","minecraft:pumpkin","minecraft:pumpkin_pie","minecraft:pumpkin_seeds","minecraft:purple_banner","minecraft:purple_bed","minecraft:purple_carpet","minecraft:purple_concrete","minecraft:purple_concrete_powder","minecraft:purple_dye","minecraft:purple_glazed_terracotta","minecraft:purple_shulker_box","minecraft:purple_stained_glass","minecraft:purple_stained_glass_pane","minecraft:purple_terracotta","minecraft:purple_wool","minecraft:purpur_block","minecraft:purpur_pillar","minecraft:purpur_slab","minecraft:purpur_stairs","minecraft:quartz","minecraft:quartz_block","minecraft:quartz_bricks","minecraft:quartz_pillar","minecraft:quartz_slab","minecraft:quartz_stairs","minecraft:rabbit","minecraft:rabbit_foot","minecraft:rabbit_hide","minecraft:rabbit_spawn_egg","minecraft:rabbit_stew","minecraft:rail","minecraft:ravager_spawn_egg","minecraft:red_banner","minecraft:red_bed","minecraft:red_carpet","minecraft:red_concrete","minecraft:red_concrete_powder","minecraft:red_dye","minecraft:red_glazed_terracotta","minecraft:red_mushroom","minecraft:red_mushroom_block","minecraft:red_nether_brick_slab","minecraft:red_nether_brick_stairs","minecraft:red_nether_brick_wall","minecraft:red_nether_bricks","minecraft:red_sand","minecraft:red_sandstone","minecraft:red_sandstone_slab","minecraft:red_sandstone_stairs","minecraft:red_sandstone_wall","minecraft:red_shulker_box","minecraft:red_stained_glass","minecraft:red_stained_glass_pane","minecraft:red_terracotta","minecraft:red_tulip","minecraft:red_wool","minecraft:redstone","minecraft:redstone_block","minecraft:redstone_lamp","minecraft:redstone_ore","minecraft:redstone_torch","minecraft:repeater","minecraft:repeating_command_block","minecraft:respawn_anchor","minecraft:rose_bush","minecraft:rotten_flesh","minecraft:saddle","minecraft:salmon","minecraft:salmon_bucket","minecraft:salmon_spawn_egg","minecraft:sand","minecraft:sandstone","minecraft:sandstone_slab","minecraft:sandstone_stairs","minecraft:sandstone_wall","minecraft:scaffolding","minecraft:scute","minecraft:sea_lantern","minecraft:sea_pickle","minecraft:seagrass","minecraft:shears","minecraft:sheep_spawn_egg","minecraft:shield","minecraft:shroomlight","minecraft:shulker_box","minecraft:shulker_shell","minecraft:shulker_spawn_egg","minecraft:silverfish_spawn_egg","minecraft:skeleton_horse_spawn_egg","minecraft:skeleton_skull","minecraft:skeleton_spawn_egg","minecraft:skull_banner_pattern","minecraft:slime_ball","minecraft:slime_block","minecraft:slime_spawn_egg","minecraft:smithing_table","minecraft:smoker","minecraft:smooth_quartz","minecraft:smooth_quartz_slab","minecraft:smooth_quartz_stairs","minecraft:smooth_red_sandstone","minecraft:smooth_red_sandstone_slab","minecraft:smooth_red_sandstone_stairs","minecraft:smooth_sandstone","minecraft:smooth_sandstone_slab","minecraft:smooth_sandstone_stairs","minecraft:smooth_stone","minecraft:smooth_stone_slab","minecraft:snow","minecraft:snow_block","minecraft:snowball","minecraft:soul_campfire","minecraft:soul_lantern","minecraft:soul_sand","minecraft:soul_soil","minecraft:soul_torch","minecraft:spawner","minecraft:spectral_arrow","minecraft:spider_eye","minecraft:spider_spawn_egg","minecraft:splash_potion","minecraft:sponge","minecraft:spruce_boat","minecraft:spruce_button","minecraft:spruce_door","minecraft:spruce_fence","minecraft:spruce_fence_gate","minecraft:spruce_leaves","minecraft:spruce_log","minecraft:spruce_planks","minecraft:spruce_pressure_plate","minecraft:spruce_sapling","minecraft:spruce_sign","minecraft:spruce_slab","minecraft:spruce_stairs","minecraft:spruce_trapdoor","minecraft:spruce_wood","minecraft:squid_spawn_egg","minecraft:stick","minecraft:sticky_piston","minecraft:stone","minecraft:stone_axe","minecraft:stone_brick_slab","minecraft:stone_brick_stairs","minecraft:stone_brick_wall","minecraft:stone_bricks","minecraft:stone_button","minecraft:stone_hoe","minecraft:stone_pickaxe","minecraft:stone_pressure_plate","minecraft:stone_shovel","minecraft:stone_slab","minecraft:stone_stairs","minecraft:stone_sword","minecraft:stonecutter","minecraft:stray_spawn_egg","minecraft:strider_spawn_egg","minecraft:string","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood","minecraft:stripped_crimson_hyphae","minecraft:stripped_crimson_stem","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood","minecraft:stripped_warped_hyphae","minecraft:stripped_warped_stem","minecraft:structure_block","minecraft:structure_void","minecraft:sugar","minecraft:sugar_cane","minecraft:sunflower","minecraft:suspicious_stew","minecraft:sweet_berries","minecraft:tall_grass","minecraft:target","minecraft:terracotta","minecraft:tipped_arrow","minecraft:tnt","minecraft:tnt_minecart","minecraft:torch","minecraft:totem_of_undying","minecraft:trader_llama_spawn_egg","minecraft:trapped_chest","minecraft:trident","minecraft:tripwire_hook","minecraft:tropical_fish","minecraft:tropical_fish_bucket","minecraft:tropical_fish_spawn_egg","minecraft:tube_coral","minecraft:tube_coral_block","minecraft:tube_coral_fan","minecraft:turtle_egg","minecraft:turtle_helmet","minecraft:turtle_spawn_egg","minecraft:twisting_vines","minecraft:vex_spawn_egg","minecraft:villager_spawn_egg","minecraft:vindicator_spawn_egg","minecraft:vine","minecraft:wandering_trader_spawn_egg","minecraft:warped_button","minecraft:warped_door","minecraft:warped_fence","minecraft:warped_fence_gate","minecraft:warped_fungus","minecraft:warped_fungus_on_a_stick","minecraft:warped_hyphae","minecraft:warped_nylium","minecraft:warped_planks","minecraft:warped_pressure_plate","minecraft:warped_roots","minecraft:warped_sign","minecraft:warped_slab","minecraft:warped_stairs","minecraft:warped_stem","minecraft:warped_trapdoor","minecraft:warped_wart_block","minecraft:water_bucket","minecraft:weeping_vines","minecraft:wet_sponge","minecraft:wheat","minecraft:wheat_seeds","minecraft:white_banner","minecraft:white_bed","minecraft:white_carpet","minecraft:white_concrete","minecraft:white_concrete_powder","minecraft:white_dye","minecraft:white_glazed_terracotta","minecraft:white_shulker_box","minecraft:white_stained_glass","minecraft:white_stained_glass_pane","minecraft:white_terracotta","minecraft:white_tulip","minecraft:white_wool","minecraft:witch_spawn_egg","minecraft:wither_rose","minecraft:wither_skeleton_skull","minecraft:wither_skeleton_spawn_egg","minecraft:wolf_spawn_egg","minecraft:wooden_axe","minecraft:wooden_hoe","minecraft:wooden_pickaxe","minecraft:wooden_shovel","minecraft:wooden_sword","minecraft:writable_book","minecraft:written_book","minecraft:yellow_banner","minecraft:yellow_bed","minecraft:yellow_carpet","minecraft:yellow_concrete","minecraft:yellow_concrete_powder","minecraft:yellow_dye","minecraft:yellow_glazed_terracotta","minecraft:yellow_shulker_box","minecraft:yellow_stained_glass","minecraft:yellow_stained_glass_pane","minecraft:yellow_terracotta","minecraft:yellow_wool","minecraft:zoglin_spawn_egg","minecraft:zombie_head","minecraft:zombie_horse_spawn_egg","minecraft:zombie_spawn_egg","minecraft:zombie_villager_spawn_egg","minecraft:zombified_piglin_spawn_egg"],"entities":["minecraft:area_effect_cloud","minecraft:armor_stand","minecraft:arrow","minecraft:bat","minecraft:bee","minecraft:blaze","minecraft:boat","minecraft:cat","minecraft:cave_spider","minecraft:chest_minecart","minecraft:chicken","minecraft:cod","minecraft:command_block_minecart","minecraft:cow","minecraft:creeper","minecraft:dolphin","minecraft:donkey","minecraft:dragon_fireball","minecraft:drowned","minecraft:egg","minecraft:elder_guardian","minecraft:end_crystal","minecraft:ender_dragon","minecraft:ender_pearl","minecraft:enderman","minecraft:endermite","minecraft:evoker","minecraft:evoker_fangs","minecraft:experience_bottle","minecraft:experience_orb","minecraft:eye_of_ender","minecraft:falling_block","minecraft:fireball","minecraft:firework_rocket","minecraft:fishing_bobber","minecraft:fox","minecraft:furnace_minecart","minecraft:ghast","minecraft:giant","minecraft:guardian","minecraft:hoglin","minecraft:hopper_minecart","minecraft:horse","minecraft:husk","minecraft:illusioner","minecraft:iron_golem","minecraft:item","minecraft:item_frame","minecraft:leash_knot","minecraft:lightning_bolt","minecraft:llama","minecraft:llama_spit","minecraft:magma_cube","minecraft:minecart","minecraft:mooshroom","minecraft:mule","minecraft:ocelot","minecraft:painting","minecraft:panda","minecraft:parrot","minecraft:phantom","minecraft:pig","minecraft:piglin","minecraft:pillager","minecraft:player","minecraft:polar_bear","minecraft:potion","minecraft:pufferfish","minecraft:rabbit","minecraft:ravager","minecraft:salmon","minecraft:sheep","minecraft:shulker","minecraft:shulker_bullet","minecraft:silverfish","minecraft:skeleton","minecraft:skeleton_horse","minecraft:slime","minecraft:small_fireball","minecraft:snow_golem","minecraft:snowball","minecraft:spawner_minecart","minecraft:spectral_arrow","minecraft:spider","minecraft:squid","minecraft:stray","minecraft:strider","minecraft:tnt","minecraft:tnt_minecart","minecraft:trader_llama","minecraft:trident","minecraft:tropical_fish","minecraft:turtle","minecraft:vex","minecraft:villager","minecraft:vindicator","minecraft:wandering_trader","minecraft:witch","minecraft:wither","minecraft:wither_skeleton","minecraft:wither_skull","minecraft:wolf","minecraft:zoglin","minecraft:zombie","minecraft:zombie_horse","minecraft:zombie_villager","minecraft:zombified_piglin"],"biomes":["minecraft:badlands","minecraft:badlands_plateau","minecraft:bamboo_jungle","minecraft:bamboo_jungle_hills","minecraft:basalt_deltas","minecraft:beach","minecraft:birch_forest","minecraft:birch_forest_hills","minecraft:cold_ocean","minecraft:crimson_forest","minecraft:dark_forest","minecraft:dark_forest_hills","minecraft:deep_cold_ocean","minecraft:deep_frozen_ocean","minecraft:deep_lukewarm_ocean","minecraft:deep_ocean","minecraft:deep_warm_ocean","minecraft:desert","minecraft:desert_hills","minecraft:desert_lakes","minecraft:end_barrens","minecraft:end_highlands","minecraft:end_midlands","minecraft:eroded_badlands","minecraft:flower_forest","minecraft:forest","minecraft:frozen_ocean","minecraft:frozen_river","minecraft:giant_spruce_taiga","minecraft:giant_spruce_taiga_hills","minecraft:giant_tree_taiga","minecraft:giant_tree_taiga_hills","minecraft:gravelly_mountains","minecraft:ice_spikes","minecraft:jungle","minecraft:jungle_edge","minecraft:jungle_hills","minecraft:lukewarm_ocean","minecraft:modified_badlands_plateau","minecraft:modified_gravelly_mountains","minecraft:modified_jungle","minecraft:modified_jungle_edge","minecraft:modified_wooded_badlands_plateau","minecraft:mountain_edge","minecraft:mountains","minecraft:mushroom_field_shore","minecraft:mushroom_fields","minecraft:nether_wastes","minecraft:ocean","minecraft:plains","minecraft:river","minecraft:savanna","minecraft:savanna_plateau","minecraft:shattered_savanna","minecraft:shattered_savanna_plateau","minecraft:small_end_islands","minecraft:snowy_beach","minecraft:snowy_mountains","minecraft:snowy_taiga","minecraft:snowy_taiga_hills","minecraft:snowy_taiga_mountains","minecraft:snowy_tundra","minecraft:soul_sand_valley","minecraft:stone_shore","minecraft:sunflower_plains","minecraft:swamp","minecraft:swamp_hills","minecraft:taiga","minecraft:taiga_hills","minecraft:taiga_mountains","minecraft:tall_birch_forest","minecraft:tall_birch_hills","minecraft:the_end","minecraft:the_void","minecraft:warm_ocean","minecraft:warped_forest","minecraft:wooded_badlands_plateau","minecraft:wooded_hills","minecraft:wooded_mountains"],"blocktags":{"minecraft:crimson_stems":["minecraft:crimson_stem","minecraft:stripped_crimson_stem","minecraft:crimson_hyphae","minecraft:stripped_crimson_hyphae"],"minecraft:infiniburn_end":["minecraft:bedrock","minecraft:netherrack","minecraft:magma_block"],"minecraft:strider_warm_blocks":["minecraft:lava"],"minecraft:hoglin_repellents":["minecraft:warped_fungus","minecraft:potted_warped_fungus","minecraft:nether_portal","minecraft:respawn_anchor"],"minecraft:slabs":["minecraft:stone_slab","minecraft:smooth_stone_slab","minecraft:stone_brick_slab","minecraft:sandstone_slab","minecraft:purpur_slab","minecraft:quartz_slab","minecraft:red_sandstone_slab","minecraft:brick_slab","minecraft:cobblestone_slab","minecraft:nether_brick_slab","minecraft:petrified_oak_slab","minecraft:prismarine_slab","minecraft:prismarine_brick_slab","minecraft:dark_prismarine_slab","minecraft:polished_granite_slab","minecraft:smooth_red_sandstone_slab","minecraft:mossy_stone_brick_slab","minecraft:polished_diorite_slab","minecraft:mossy_cobblestone_slab","minecraft:end_stone_brick_slab","minecraft:smooth_sandstone_slab","minecraft:smooth_quartz_slab","minecraft:granite_slab","minecraft:andesite_slab","minecraft:red_nether_brick_slab","minecraft:polished_andesite_slab","minecraft:diorite_slab","minecraft:cut_sandstone_slab","minecraft:cut_red_sandstone_slab","minecraft:blackstone_slab","minecraft:polished_blackstone_brick_slab","minecraft:polished_blackstone_slab","minecraft:oak_slab","minecraft:spruce_slab","minecraft:birch_slab","minecraft:jungle_slab","minecraft:acacia_slab","minecraft:dark_oak_slab","minecraft:crimson_slab","minecraft:warped_slab"],"minecraft:carpets":["minecraft:white_carpet","minecraft:orange_carpet","minecraft:magenta_carpet","minecraft:light_blue_carpet","minecraft:yellow_carpet","minecraft:lime_carpet","minecraft:pink_carpet","minecraft:gray_carpet","minecraft:light_gray_carpet","minecraft:cyan_carpet","minecraft:purple_carpet","minecraft:blue_carpet","minecraft:brown_carpet","minecraft:green_carpet","minecraft:red_carpet","minecraft:black_carpet"],"minecraft:stairs":["minecraft:cobblestone_stairs","minecraft:sandstone_stairs","minecraft:nether_brick_stairs","minecraft:stone_brick_stairs","minecraft:brick_stairs","minecraft:purpur_stairs","minecraft:quartz_stairs","minecraft:red_sandstone_stairs","minecraft:prismarine_brick_stairs","minecraft:prismarine_stairs","minecraft:dark_prismarine_stairs","minecraft:polished_granite_stairs","minecraft:smooth_red_sandstone_stairs","minecraft:mossy_stone_brick_stairs","minecraft:polished_diorite_stairs","minecraft:mossy_cobblestone_stairs","minecraft:end_stone_brick_stairs","minecraft:stone_stairs","minecraft:smooth_sandstone_stairs","minecraft:smooth_quartz_stairs","minecraft:granite_stairs","minecraft:andesite_stairs","minecraft:red_nether_brick_stairs","minecraft:polished_andesite_stairs","minecraft:diorite_stairs","minecraft:blackstone_stairs","minecraft:polished_blackstone_brick_stairs","minecraft:polished_blackstone_stairs","minecraft:oak_stairs","minecraft:spruce_stairs","minecraft:birch_stairs","minecraft:jungle_stairs","minecraft:acacia_stairs","minecraft:dark_oak_stairs","minecraft:crimson_stairs","minecraft:warped_stairs"],"minecraft:wooden_doors":["minecraft:oak_door","minecraft:spruce_door","minecraft:birch_door","minecraft:jungle_door","minecraft:acacia_door","minecraft:dark_oak_door","minecraft:crimson_door","minecraft:warped_door"],"minecraft:jungle_logs":["minecraft:jungle_log","minecraft:jungle_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood"],"minecraft:planks":["minecraft:oak_planks","minecraft:spruce_planks","minecraft:birch_planks","minecraft:jungle_planks","minecraft:acacia_planks","minecraft:dark_oak_planks","minecraft:crimson_planks","minecraft:warped_planks"],"minecraft:wall_corals":["minecraft:tube_coral_wall_fan","minecraft:brain_coral_wall_fan","minecraft:bubble_coral_wall_fan","minecraft:fire_coral_wall_fan","minecraft:horn_coral_wall_fan"],"minecraft:unstable_bottom_center":["minecraft:acacia_fence_gate","minecraft:birch_fence_gate","minecraft:dark_oak_fence_gate","minecraft:jungle_fence_gate","minecraft:oak_fence_gate","minecraft:spruce_fence_gate","minecraft:crimson_fence_gate","minecraft:warped_fence_gate"],"minecraft:shulker_boxes":["minecraft:shulker_box","minecraft:black_shulker_box","minecraft:blue_shulker_box","minecraft:brown_shulker_box","minecraft:cyan_shulker_box","minecraft:gray_shulker_box","minecraft:green_shulker_box","minecraft:light_blue_shulker_box","minecraft:light_gray_shulker_box","minecraft:lime_shulker_box","minecraft:magenta_shulker_box","minecraft:orange_shulker_box","minecraft:pink_shulker_box","minecraft:purple_shulker_box","minecraft:red_shulker_box","minecraft:white_shulker_box","minecraft:yellow_shulker_box"],"minecraft:acacia_logs":["minecraft:acacia_log","minecraft:acacia_wood","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood"],"minecraft:wither_immune":["minecraft:barrier","minecraft:bedrock","minecraft:end_portal","minecraft:end_portal_frame","minecraft:end_gateway","minecraft:command_block","minecraft:repeating_command_block","minecraft:chain_command_block","minecraft:structure_block","minecraft:jigsaw","minecraft:moving_piston"],"minecraft:fire":["minecraft:fire","minecraft:soul_fire"],"minecraft:flower_pots":["minecraft:flower_pot","minecraft:potted_poppy","minecraft:potted_blue_orchid","minecraft:potted_allium","minecraft:potted_azure_bluet","minecraft:potted_red_tulip","minecraft:potted_orange_tulip","minecraft:potted_white_tulip","minecraft:potted_pink_tulip","minecraft:potted_oxeye_daisy","minecraft:potted_dandelion","minecraft:potted_oak_sapling","minecraft:potted_spruce_sapling","minecraft:potted_birch_sapling","minecraft:potted_jungle_sapling","minecraft:potted_acacia_sapling","minecraft:potted_dark_oak_sapling","minecraft:potted_red_mushroom","minecraft:potted_brown_mushroom","minecraft:potted_dead_bush","minecraft:potted_fern","minecraft:potted_cactus","minecraft:potted_cornflower","minecraft:potted_lily_of_the_valley","minecraft:potted_wither_rose","minecraft:potted_bamboo","minecraft:potted_crimson_fungus","minecraft:potted_warped_fungus","minecraft:potted_crimson_roots","minecraft:potted_warped_roots"],"minecraft:wall_post_override":["minecraft:torch","minecraft:soul_torch","minecraft:redstone_torch","minecraft:tripwire","minecraft:oak_sign","minecraft:spruce_sign","minecraft:birch_sign","minecraft:acacia_sign","minecraft:jungle_sign","minecraft:dark_oak_sign","minecraft:crimson_sign","minecraft:warped_sign","minecraft:oak_wall_sign","minecraft:spruce_wall_sign","minecraft:birch_wall_sign","minecraft:acacia_wall_sign","minecraft:jungle_wall_sign","minecraft:dark_oak_wall_sign","minecraft:crimson_wall_sign","minecraft:warped_wall_sign","minecraft:white_banner","minecraft:orange_banner","minecraft:magenta_banner","minecraft:light_blue_banner","minecraft:yellow_banner","minecraft:lime_banner","minecraft:pink_banner","minecraft:gray_banner","minecraft:light_gray_banner","minecraft:cyan_banner","minecraft:purple_banner","minecraft:blue_banner","minecraft:brown_banner","minecraft:green_banner","minecraft:red_banner","minecraft:black_banner","minecraft:white_wall_banner","minecraft:orange_wall_banner","minecraft:magenta_wall_banner","minecraft:light_blue_wall_banner","minecraft:yellow_wall_banner","minecraft:lime_wall_banner","minecraft:pink_wall_banner","minecraft:gray_wall_banner","minecraft:light_gray_wall_banner","minecraft:cyan_wall_banner","minecraft:purple_wall_banner","minecraft:blue_wall_banner","minecraft:brown_wall_banner","minecraft:green_wall_banner","minecraft:red_wall_banner","minecraft:black_wall_banner","minecraft:light_weighted_pressure_plate","minecraft:heavy_weighted_pressure_plate","minecraft:oak_pressure_plate","minecraft:spruce_pressure_plate","minecraft:birch_pressure_plate","minecraft:jungle_pressure_plate","minecraft:acacia_pressure_plate","minecraft:dark_oak_pressure_plate","minecraft:crimson_pressure_plate","minecraft:warped_pressure_plate","minecraft:stone_pressure_plate","minecraft:polished_blackstone_pressure_plate"],"minecraft:stone_bricks":["minecraft:stone_bricks","minecraft:mossy_stone_bricks","minecraft:cracked_stone_bricks","minecraft:chiseled_stone_bricks"],"minecraft:enderman_holdable":["minecraft:grass_block","minecraft:dirt","minecraft:coarse_dirt","minecraft:podzol","minecraft:sand","minecraft:red_sand","minecraft:gravel","minecraft:brown_mushroom","minecraft:red_mushroom","minecraft:tnt","minecraft:cactus","minecraft:clay","minecraft:pumpkin","minecraft:carved_pumpkin","minecraft:melon","minecraft:mycelium","minecraft:crimson_fungus","minecraft:crimson_nylium","minecraft:crimson_roots","minecraft:warped_fungus","minecraft:warped_nylium","minecraft:warped_roots","minecraft:dandelion","minecraft:poppy","minecraft:blue_orchid","minecraft:allium","minecraft:azure_bluet","minecraft:red_tulip","minecraft:orange_tulip","minecraft:white_tulip","minecraft:pink_tulip","minecraft:oxeye_daisy","minecraft:cornflower","minecraft:lily_of_the_valley","minecraft:wither_rose"],"minecraft:spruce_logs":["minecraft:spruce_log","minecraft:spruce_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood"],"minecraft:flowers":["minecraft:dandelion","minecraft:poppy","minecraft:blue_orchid","minecraft:allium","minecraft:azure_bluet","minecraft:red_tulip","minecraft:orange_tulip","minecraft:white_tulip","minecraft:pink_tulip","minecraft:oxeye_daisy","minecraft:cornflower","minecraft:lily_of_the_valley","minecraft:wither_rose","minecraft:sunflower","minecraft:lilac","minecraft:peony","minecraft:rose_bush"],"minecraft:soul_speed_blocks":["minecraft:soul_sand","minecraft:soul_soil"],"minecraft:wooden_slabs":["minecraft:oak_slab","minecraft:spruce_slab","minecraft:birch_slab","minecraft:jungle_slab","minecraft:acacia_slab","minecraft:dark_oak_slab","minecraft:crimson_slab","minecraft:warped_slab"],"minecraft:stone_pressure_plates":["minecraft:stone_pressure_plate","minecraft:polished_blackstone_pressure_plate"],"minecraft:coral_blocks":["minecraft:tube_coral_block","minecraft:brain_coral_block","minecraft:bubble_coral_block","minecraft:fire_coral_block","minecraft:horn_coral_block"],"minecraft:signs":["minecraft:oak_sign","minecraft:spruce_sign","minecraft:birch_sign","minecraft:acacia_sign","minecraft:jungle_sign","minecraft:dark_oak_sign","minecraft:crimson_sign","minecraft:warped_sign","minecraft:oak_wall_sign","minecraft:spruce_wall_sign","minecraft:birch_wall_sign","minecraft:acacia_wall_sign","minecraft:jungle_wall_sign","minecraft:dark_oak_wall_sign","minecraft:crimson_wall_sign","minecraft:warped_wall_sign"],"minecraft:guarded_by_piglins":["minecraft:gold_block","minecraft:barrel","minecraft:chest","minecraft:ender_chest","minecraft:gilded_blackstone","minecraft:trapped_chest","minecraft:shulker_box","minecraft:black_shulker_box","minecraft:blue_shulker_box","minecraft:brown_shulker_box","minecraft:cyan_shulker_box","minecraft:gray_shulker_box","minecraft:green_shulker_box","minecraft:light_blue_shulker_box","minecraft:light_gray_shulker_box","minecraft:lime_shulker_box","minecraft:magenta_shulker_box","minecraft:orange_shulker_box","minecraft:pink_shulker_box","minecraft:purple_shulker_box","minecraft:red_shulker_box","minecraft:white_shulker_box","minecraft:yellow_shulker_box","minecraft:gold_ore","minecraft:nether_gold_ore"],"minecraft:dark_oak_logs":["minecraft:dark_oak_log","minecraft:dark_oak_wood","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood"],"minecraft:climbable":["minecraft:ladder","minecraft:vine","minecraft:scaffolding","minecraft:weeping_vines","minecraft:weeping_vines_plant","minecraft:twisting_vines","minecraft:twisting_vines_plant"],"minecraft:logs_that_burn":["minecraft:dark_oak_log","minecraft:dark_oak_wood","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood","minecraft:oak_log","minecraft:oak_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood","minecraft:acacia_log","minecraft:acacia_wood","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood","minecraft:birch_log","minecraft:birch_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood","minecraft:jungle_log","minecraft:jungle_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood","minecraft:spruce_log","minecraft:spruce_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood"],"minecraft:sand":["minecraft:sand","minecraft:red_sand"],"minecraft:non_flammable_wood":["minecraft:warped_stem","minecraft:stripped_warped_stem","minecraft:warped_hyphae","minecraft:stripped_warped_hyphae","minecraft:crimson_stem","minecraft:stripped_crimson_stem","minecraft:crimson_hyphae","minecraft:stripped_crimson_hyphae","minecraft:crimson_planks","minecraft:warped_planks","minecraft:crimson_slab","minecraft:warped_slab","minecraft:crimson_pressure_plate","minecraft:warped_pressure_plate","minecraft:crimson_fence","minecraft:warped_fence","minecraft:crimson_trapdoor","minecraft:warped_trapdoor","minecraft:crimson_fence_gate","minecraft:warped_fence_gate","minecraft:crimson_stairs","minecraft:warped_stairs","minecraft:crimson_button","minecraft:warped_button","minecraft:crimson_door","minecraft:warped_door","minecraft:crimson_sign","minecraft:warped_sign","minecraft:crimson_wall_sign","minecraft:warped_wall_sign"],"minecraft:valid_spawn":["minecraft:grass_block","minecraft:podzol"],"minecraft:beacon_base_blocks":["minecraft:netherite_block","minecraft:emerald_block","minecraft:diamond_block","minecraft:gold_block","minecraft:iron_block"],"minecraft:underwater_bonemeals":["minecraft:seagrass","minecraft:tube_coral_fan","minecraft:brain_coral_fan","minecraft:bubble_coral_fan","minecraft:fire_coral_fan","minecraft:horn_coral_fan","minecraft:tube_coral","minecraft:brain_coral","minecraft:bubble_coral","minecraft:fire_coral","minecraft:horn_coral","minecraft:tube_coral_wall_fan","minecraft:brain_coral_wall_fan","minecraft:bubble_coral_wall_fan","minecraft:fire_coral_wall_fan","minecraft:horn_coral_wall_fan"],"minecraft:oak_logs":["minecraft:oak_log","minecraft:oak_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood"],"minecraft:buttons":["minecraft:stone_button","minecraft:polished_blackstone_button","minecraft:oak_button","minecraft:spruce_button","minecraft:birch_button","minecraft:jungle_button","minecraft:acacia_button","minecraft:dark_oak_button","minecraft:crimson_button","minecraft:warped_button"],"minecraft:prevent_mob_spawning_inside":["minecraft:rail","minecraft:powered_rail","minecraft:detector_rail","minecraft:activator_rail"],"minecraft:wooden_pressure_plates":["minecraft:oak_pressure_plate","minecraft:spruce_pressure_plate","minecraft:birch_pressure_plate","minecraft:jungle_pressure_plate","minecraft:acacia_pressure_plate","minecraft:dark_oak_pressure_plate","minecraft:crimson_pressure_plate","minecraft:warped_pressure_plate"],"minecraft:soul_fire_base_blocks":["minecraft:soul_sand","minecraft:soul_soil"],"minecraft:beds":["minecraft:red_bed","minecraft:black_bed","minecraft:blue_bed","minecraft:brown_bed","minecraft:cyan_bed","minecraft:gray_bed","minecraft:green_bed","minecraft:light_blue_bed","minecraft:light_gray_bed","minecraft:lime_bed","minecraft:magenta_bed","minecraft:orange_bed","minecraft:pink_bed","minecraft:purple_bed","minecraft:white_bed","minecraft:yellow_bed"],"minecraft:walls":["minecraft:cobblestone_wall","minecraft:mossy_cobblestone_wall","minecraft:brick_wall","minecraft:prismarine_wall","minecraft:red_sandstone_wall","minecraft:mossy_stone_brick_wall","minecraft:granite_wall","minecraft:stone_brick_wall","minecraft:nether_brick_wall","minecraft:andesite_wall","minecraft:red_nether_brick_wall","minecraft:sandstone_wall","minecraft:end_stone_brick_wall","minecraft:diorite_wall","minecraft:blackstone_wall","minecraft:polished_blackstone_brick_wall","minecraft:polished_blackstone_wall"],"minecraft:fence_gates":["minecraft:acacia_fence_gate","minecraft:birch_fence_gate","minecraft:dark_oak_fence_gate","minecraft:jungle_fence_gate","minecraft:oak_fence_gate","minecraft:spruce_fence_gate","minecraft:crimson_fence_gate","minecraft:warped_fence_gate"],"minecraft:rails":["minecraft:rail","minecraft:powered_rail","minecraft:detector_rail","minecraft:activator_rail"],"minecraft:beehives":["minecraft:bee_nest","minecraft:beehive"],"minecraft:birch_logs":["minecraft:birch_log","minecraft:birch_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood"],"minecraft:wooden_trapdoors":["minecraft:acacia_trapdoor","minecraft:birch_trapdoor","minecraft:dark_oak_trapdoor","minecraft:jungle_trapdoor","minecraft:oak_trapdoor","minecraft:spruce_trapdoor","minecraft:crimson_trapdoor","minecraft:warped_trapdoor"],"minecraft:wooden_fences":["minecraft:oak_fence","minecraft:acacia_fence","minecraft:dark_oak_fence","minecraft:spruce_fence","minecraft:birch_fence","minecraft:jungle_fence","minecraft:crimson_fence","minecraft:warped_fence"],"minecraft:pressure_plates":["minecraft:light_weighted_pressure_plate","minecraft:heavy_weighted_pressure_plate","minecraft:oak_pressure_plate","minecraft:spruce_pressure_plate","minecraft:birch_pressure_plate","minecraft:jungle_pressure_plate","minecraft:acacia_pressure_plate","minecraft:dark_oak_pressure_plate","minecraft:crimson_pressure_plate","minecraft:warped_pressure_plate","minecraft:stone_pressure_plate","minecraft:polished_blackstone_pressure_plate"],"minecraft:saplings":["minecraft:oak_sapling","minecraft:spruce_sapling","minecraft:birch_sapling","minecraft:jungle_sapling","minecraft:acacia_sapling","minecraft:dark_oak_sapling"],"minecraft:small_flowers":["minecraft:dandelion","minecraft:poppy","minecraft:blue_orchid","minecraft:allium","minecraft:azure_bluet","minecraft:red_tulip","minecraft:orange_tulip","minecraft:white_tulip","minecraft:pink_tulip","minecraft:oxeye_daisy","minecraft:cornflower","minecraft:lily_of_the_valley","minecraft:wither_rose"],"minecraft:wart_blocks":["minecraft:nether_wart_block","minecraft:warped_wart_block"],"minecraft:crops":["minecraft:beetroots","minecraft:carrots","minecraft:potatoes","minecraft:wheat","minecraft:melon_stem","minecraft:pumpkin_stem"],"minecraft:bamboo_plantable_on":["minecraft:bamboo","minecraft:bamboo_sapling","minecraft:gravel","minecraft:dirt","minecraft:grass_block","minecraft:podzol","minecraft:coarse_dirt","minecraft:mycelium","minecraft:sand","minecraft:red_sand"],"minecraft:infiniburn_overworld":["minecraft:netherrack","minecraft:magma_block"],"minecraft:ice":["minecraft:ice","minecraft:packed_ice","minecraft:blue_ice","minecraft:frosted_ice"],"minecraft:wooden_stairs":["minecraft:oak_stairs","minecraft:spruce_stairs","minecraft:birch_stairs","minecraft:jungle_stairs","minecraft:acacia_stairs","minecraft:dark_oak_stairs","minecraft:crimson_stairs","minecraft:warped_stairs"],"minecraft:anvil":["minecraft:anvil","minecraft:chipped_anvil","minecraft:damaged_anvil"],"minecraft:tall_flowers":["minecraft:sunflower","minecraft:lilac","minecraft:peony","minecraft:rose_bush"],"minecraft:gold_ores":["minecraft:gold_ore","minecraft:nether_gold_ore"],"minecraft:logs":["minecraft:dark_oak_log","minecraft:dark_oak_wood","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood","minecraft:oak_log","minecraft:oak_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood","minecraft:acacia_log","minecraft:acacia_wood","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood","minecraft:birch_log","minecraft:birch_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood","minecraft:jungle_log","minecraft:jungle_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood","minecraft:spruce_log","minecraft:spruce_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood","minecraft:crimson_stem","minecraft:stripped_crimson_stem","minecraft:crimson_hyphae","minecraft:stripped_crimson_hyphae","minecraft:warped_stem","minecraft:stripped_warped_stem","minecraft:warped_hyphae","minecraft:stripped_warped_hyphae"],"minecraft:corals":["minecraft:tube_coral_fan","minecraft:brain_coral_fan","minecraft:bubble_coral_fan","minecraft:fire_coral_fan","minecraft:horn_coral_fan","minecraft:tube_coral","minecraft:brain_coral","minecraft:bubble_coral","minecraft:fire_coral","minecraft:horn_coral"],"minecraft:piglin_repellents":["minecraft:soul_fire","minecraft:soul_torch","minecraft:soul_lantern","minecraft:soul_wall_torch","minecraft:soul_campfire"],"minecraft:bee_growables":["minecraft:sweet_berry_bush","minecraft:beetroots","minecraft:carrots","minecraft:potatoes","minecraft:wheat","minecraft:melon_stem","minecraft:pumpkin_stem"],"minecraft:infiniburn_nether":["minecraft:netherrack","minecraft:magma_block"],"minecraft:wooden_buttons":["minecraft:oak_button","minecraft:spruce_button","minecraft:birch_button","minecraft:jungle_button","minecraft:acacia_button","minecraft:dark_oak_button","minecraft:crimson_button","minecraft:warped_button"],"minecraft:wool":["minecraft:white_wool","minecraft:orange_wool","minecraft:magenta_wool","minecraft:light_blue_wool","minecraft:yellow_wool","minecraft:lime_wool","minecraft:pink_wool","minecraft:gray_wool","minecraft:light_gray_wool","minecraft:cyan_wool","minecraft:purple_wool","minecraft:blue_wool","minecraft:brown_wool","minecraft:green_wool","minecraft:red_wool","minecraft:black_wool"],"minecraft:coral_plants":["minecraft:tube_coral","minecraft:brain_coral","minecraft:bubble_coral","minecraft:fire_coral","minecraft:horn_coral"],"minecraft:banners":["minecraft:white_banner","minecraft:orange_banner","minecraft:magenta_banner","minecraft:light_blue_banner","minecraft:yellow_banner","minecraft:lime_banner","minecraft:pink_banner","minecraft:gray_banner","minecraft:light_gray_banner","minecraft:cyan_banner","minecraft:purple_banner","minecraft:blue_banner","minecraft:brown_banner","minecraft:green_banner","minecraft:red_banner","minecraft:black_banner","minecraft:white_wall_banner","minecraft:orange_wall_banner","minecraft:magenta_wall_banner","minecraft:light_blue_wall_banner","minecraft:yellow_wall_banner","minecraft:lime_wall_banner","minecraft:pink_wall_banner","minecraft:gray_wall_banner","minecraft:light_gray_wall_banner","minecraft:cyan_wall_banner","minecraft:purple_wall_banner","minecraft:blue_wall_banner","minecraft:brown_wall_banner","minecraft:green_wall_banner","minecraft:red_wall_banner","minecraft:black_wall_banner"],"minecraft:dragon_immune":["minecraft:barrier","minecraft:bedrock","minecraft:end_portal","minecraft:end_portal_frame","minecraft:end_gateway","minecraft:command_block","minecraft:repeating_command_block","minecraft:chain_command_block","minecraft:structure_block","minecraft:jigsaw","minecraft:moving_piston","minecraft:obsidian","minecraft:crying_obsidian","minecraft:end_stone","minecraft:iron_bars","minecraft:respawn_anchor"],"minecraft:doors":["minecraft:iron_door","minecraft:oak_door","minecraft:spruce_door","minecraft:birch_door","minecraft:jungle_door","minecraft:acacia_door","minecraft:dark_oak_door","minecraft:crimson_door","minecraft:warped_door"],"minecraft:nylium":["minecraft:crimson_nylium","minecraft:warped_nylium"],"minecraft:portals":["minecraft:nether_portal","minecraft:end_portal","minecraft:end_gateway"],"minecraft:fences":["minecraft:nether_brick_fence","minecraft:oak_fence","minecraft:acacia_fence","minecraft:dark_oak_fence","minecraft:spruce_fence","minecraft:birch_fence","minecraft:jungle_fence","minecraft:crimson_fence","minecraft:warped_fence"],"minecraft:wall_signs":["minecraft:oak_wall_sign","minecraft:spruce_wall_sign","minecraft:birch_wall_sign","minecraft:acacia_wall_sign","minecraft:jungle_wall_sign","minecraft:dark_oak_wall_sign","minecraft:crimson_wall_sign","minecraft:warped_wall_sign"],"minecraft:warped_stems":["minecraft:warped_stem","minecraft:stripped_warped_stem","minecraft:warped_hyphae","minecraft:stripped_warped_hyphae"],"minecraft:standing_signs":["minecraft:oak_sign","minecraft:spruce_sign","minecraft:birch_sign","minecraft:acacia_sign","minecraft:jungle_sign","minecraft:dark_oak_sign","minecraft:crimson_sign","minecraft:warped_sign"],"minecraft:wither_summon_base_blocks":["minecraft:soul_sand","minecraft:soul_soil"],"minecraft:impermeable":["minecraft:glass","minecraft:white_stained_glass","minecraft:orange_stained_glass","minecraft:magenta_stained_glass","minecraft:light_blue_stained_glass","minecraft:yellow_stained_glass","minecraft:lime_stained_glass","minecraft:pink_stained_glass","minecraft:gray_stained_glass","minecraft:light_gray_stained_glass","minecraft:cyan_stained_glass","minecraft:purple_stained_glass","minecraft:blue_stained_glass","minecraft:brown_stained_glass","minecraft:green_stained_glass","minecraft:red_stained_glass","minecraft:black_stained_glass"],"minecraft:campfires":["minecraft:campfire","minecraft:soul_campfire"],"minecraft:trapdoors":["minecraft:iron_trapdoor","minecraft:acacia_trapdoor","minecraft:birch_trapdoor","minecraft:dark_oak_trapdoor","minecraft:jungle_trapdoor","minecraft:oak_trapdoor","minecraft:spruce_trapdoor","minecraft:crimson_trapdoor","minecraft:warped_trapdoor"],"minecraft:leaves":["minecraft:jungle_leaves","minecraft:oak_leaves","minecraft:spruce_leaves","minecraft:dark_oak_leaves","minecraft:acacia_leaves","minecraft:birch_leaves"]},"itemtags":{"minecraft:stone_tool_materials":["minecraft:cobblestone","minecraft:blackstone"],"minecraft:crimson_stems":["minecraft:crimson_stem","minecraft:stripped_crimson_stem","minecraft:crimson_hyphae","minecraft:stripped_crimson_hyphae"],"minecraft:slabs":["minecraft:stone_slab","minecraft:smooth_stone_slab","minecraft:stone_brick_slab","minecraft:sandstone_slab","minecraft:purpur_slab","minecraft:quartz_slab","minecraft:red_sandstone_slab","minecraft:brick_slab","minecraft:cobblestone_slab","minecraft:nether_brick_slab","minecraft:petrified_oak_slab","minecraft:prismarine_slab","minecraft:prismarine_brick_slab","minecraft:dark_prismarine_slab","minecraft:polished_granite_slab","minecraft:smooth_red_sandstone_slab","minecraft:mossy_stone_brick_slab","minecraft:polished_diorite_slab","minecraft:mossy_cobblestone_slab","minecraft:end_stone_brick_slab","minecraft:smooth_sandstone_slab","minecraft:smooth_quartz_slab","minecraft:granite_slab","minecraft:andesite_slab","minecraft:red_nether_brick_slab","minecraft:polished_andesite_slab","minecraft:diorite_slab","minecraft:cut_sandstone_slab","minecraft:cut_red_sandstone_slab","minecraft:blackstone_slab","minecraft:polished_blackstone_brick_slab","minecraft:polished_blackstone_slab","minecraft:oak_slab","minecraft:spruce_slab","minecraft:birch_slab","minecraft:jungle_slab","minecraft:acacia_slab","minecraft:dark_oak_slab","minecraft:crimson_slab","minecraft:warped_slab"],"minecraft:carpets":["minecraft:white_carpet","minecraft:orange_carpet","minecraft:magenta_carpet","minecraft:light_blue_carpet","minecraft:yellow_carpet","minecraft:lime_carpet","minecraft:pink_carpet","minecraft:gray_carpet","minecraft:light_gray_carpet","minecraft:cyan_carpet","minecraft:purple_carpet","minecraft:blue_carpet","minecraft:brown_carpet","minecraft:green_carpet","minecraft:red_carpet","minecraft:black_carpet"],"minecraft:fishes":["minecraft:cod","minecraft:cooked_cod","minecraft:salmon","minecraft:cooked_salmon","minecraft:pufferfish","minecraft:tropical_fish"],"minecraft:stairs":["minecraft:cobblestone_stairs","minecraft:sandstone_stairs","minecraft:nether_brick_stairs","minecraft:stone_brick_stairs","minecraft:brick_stairs","minecraft:purpur_stairs","minecraft:quartz_stairs","minecraft:red_sandstone_stairs","minecraft:prismarine_brick_stairs","minecraft:prismarine_stairs","minecraft:dark_prismarine_stairs","minecraft:polished_granite_stairs","minecraft:smooth_red_sandstone_stairs","minecraft:mossy_stone_brick_stairs","minecraft:polished_diorite_stairs","minecraft:mossy_cobblestone_stairs","minecraft:end_stone_brick_stairs","minecraft:stone_stairs","minecraft:smooth_sandstone_stairs","minecraft:smooth_quartz_stairs","minecraft:granite_stairs","minecraft:andesite_stairs","minecraft:red_nether_brick_stairs","minecraft:polished_andesite_stairs","minecraft:diorite_stairs","minecraft:blackstone_stairs","minecraft:polished_blackstone_brick_stairs","minecraft:polished_blackstone_stairs","minecraft:oak_stairs","minecraft:spruce_stairs","minecraft:birch_stairs","minecraft:jungle_stairs","minecraft:acacia_stairs","minecraft:dark_oak_stairs","minecraft:crimson_stairs","minecraft:warped_stairs"],"minecraft:wooden_doors":["minecraft:oak_door","minecraft:spruce_door","minecraft:birch_door","minecraft:jungle_door","minecraft:acacia_door","minecraft:dark_oak_door","minecraft:crimson_door","minecraft:warped_door"],"minecraft:jungle_logs":["minecraft:jungle_log","minecraft:jungle_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood"],"minecraft:planks":["minecraft:oak_planks","minecraft:spruce_planks","minecraft:birch_planks","minecraft:jungle_planks","minecraft:acacia_planks","minecraft:dark_oak_planks","minecraft:crimson_planks","minecraft:warped_planks"],"minecraft:arrows":["minecraft:arrow","minecraft:tipped_arrow","minecraft:spectral_arrow"],"minecraft:acacia_logs":["minecraft:acacia_log","minecraft:acacia_wood","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood"],"minecraft:stone_bricks":["minecraft:stone_bricks","minecraft:mossy_stone_bricks","minecraft:cracked_stone_bricks","minecraft:chiseled_stone_bricks"],"minecraft:spruce_logs":["minecraft:spruce_log","minecraft:spruce_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood"],"minecraft:flowers":["minecraft:dandelion","minecraft:poppy","minecraft:blue_orchid","minecraft:allium","minecraft:azure_bluet","minecraft:red_tulip","minecraft:orange_tulip","minecraft:white_tulip","minecraft:pink_tulip","minecraft:oxeye_daisy","minecraft:cornflower","minecraft:lily_of_the_valley","minecraft:wither_rose","minecraft:sunflower","minecraft:lilac","minecraft:peony","minecraft:rose_bush"],"minecraft:coals":["minecraft:coal","minecraft:charcoal"],"minecraft:wooden_slabs":["minecraft:oak_slab","minecraft:spruce_slab","minecraft:birch_slab","minecraft:jungle_slab","minecraft:acacia_slab","minecraft:dark_oak_slab","minecraft:crimson_slab","minecraft:warped_slab"],"minecraft:signs":["minecraft:oak_sign","minecraft:spruce_sign","minecraft:birch_sign","minecraft:acacia_sign","minecraft:jungle_sign","minecraft:dark_oak_sign","minecraft:crimson_sign","minecraft:warped_sign"],"minecraft:dark_oak_logs":["minecraft:dark_oak_log","minecraft:dark_oak_wood","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood"],"minecraft:logs_that_burn":["minecraft:dark_oak_log","minecraft:dark_oak_wood","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood","minecraft:oak_log","minecraft:oak_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood","minecraft:acacia_log","minecraft:acacia_wood","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood","minecraft:birch_log","minecraft:birch_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood","minecraft:jungle_log","minecraft:jungle_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood","minecraft:spruce_log","minecraft:spruce_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood"],"minecraft:sand":["minecraft:sand","minecraft:red_sand"],"minecraft:non_flammable_wood":["minecraft:warped_stem","minecraft:stripped_warped_stem","minecraft:warped_hyphae","minecraft:stripped_warped_hyphae","minecraft:crimson_stem","minecraft:stripped_crimson_stem","minecraft:crimson_hyphae","minecraft:stripped_crimson_hyphae","minecraft:crimson_planks","minecraft:warped_planks","minecraft:crimson_slab","minecraft:warped_slab","minecraft:crimson_pressure_plate","minecraft:warped_pressure_plate","minecraft:crimson_fence","minecraft:warped_fence","minecraft:crimson_trapdoor","minecraft:warped_trapdoor","minecraft:crimson_fence_gate","minecraft:warped_fence_gate","minecraft:crimson_stairs","minecraft:warped_stairs","minecraft:crimson_button","minecraft:warped_button","minecraft:crimson_door","minecraft:warped_door","minecraft:crimson_sign","minecraft:warped_sign"],"minecraft:piglin_loved":["minecraft:gold_block","minecraft:gilded_blackstone","minecraft:light_weighted_pressure_plate","minecraft:gold_ingot","minecraft:bell","minecraft:clock","minecraft:golden_carrot","minecraft:glistering_melon_slice","minecraft:golden_apple","minecraft:enchanted_golden_apple","minecraft:golden_helmet","minecraft:golden_chestplate","minecraft:golden_leggings","minecraft:golden_boots","minecraft:golden_horse_armor","minecraft:golden_sword","minecraft:golden_pickaxe","minecraft:golden_shovel","minecraft:golden_axe","minecraft:golden_hoe","minecraft:gold_ore","minecraft:nether_gold_ore"],"minecraft:oak_logs":["minecraft:oak_log","minecraft:oak_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood"],"minecraft:buttons":["minecraft:stone_button","minecraft:polished_blackstone_button","minecraft:oak_button","minecraft:spruce_button","minecraft:birch_button","minecraft:jungle_button","minecraft:acacia_button","minecraft:dark_oak_button","minecraft:crimson_button","minecraft:warped_button"],"minecraft:wooden_pressure_plates":["minecraft:oak_pressure_plate","minecraft:spruce_pressure_plate","minecraft:birch_pressure_plate","minecraft:jungle_pressure_plate","minecraft:acacia_pressure_plate","minecraft:dark_oak_pressure_plate","minecraft:crimson_pressure_plate","minecraft:warped_pressure_plate"],"minecraft:furnace_materials":["minecraft:cobblestone","minecraft:blackstone"],"minecraft:soul_fire_base_blocks":["minecraft:soul_sand","minecraft:soul_soil"],"minecraft:beds":["minecraft:red_bed","minecraft:black_bed","minecraft:blue_bed","minecraft:brown_bed","minecraft:cyan_bed","minecraft:gray_bed","minecraft:green_bed","minecraft:light_blue_bed","minecraft:light_gray_bed","minecraft:lime_bed","minecraft:magenta_bed","minecraft:orange_bed","minecraft:pink_bed","minecraft:purple_bed","minecraft:white_bed","minecraft:yellow_bed"],"minecraft:walls":["minecraft:cobblestone_wall","minecraft:mossy_cobblestone_wall","minecraft:brick_wall","minecraft:prismarine_wall","minecraft:red_sandstone_wall","minecraft:mossy_stone_brick_wall","minecraft:granite_wall","minecraft:stone_brick_wall","minecraft:nether_brick_wall","minecraft:andesite_wall","minecraft:red_nether_brick_wall","minecraft:sandstone_wall","minecraft:end_stone_brick_wall","minecraft:diorite_wall","minecraft:blackstone_wall","minecraft:polished_blackstone_brick_wall","minecraft:polished_blackstone_wall"],"minecraft:rails":["minecraft:rail","minecraft:powered_rail","minecraft:detector_rail","minecraft:activator_rail"],"minecraft:birch_logs":["minecraft:birch_log","minecraft:birch_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood"],"minecraft:wooden_trapdoors":["minecraft:acacia_trapdoor","minecraft:birch_trapdoor","minecraft:dark_oak_trapdoor","minecraft:jungle_trapdoor","minecraft:oak_trapdoor","minecraft:spruce_trapdoor","minecraft:crimson_trapdoor","minecraft:warped_trapdoor"],"minecraft:wooden_fences":["minecraft:oak_fence","minecraft:acacia_fence","minecraft:dark_oak_fence","minecraft:spruce_fence","minecraft:birch_fence","minecraft:jungle_fence","minecraft:crimson_fence","minecraft:warped_fence"],"minecraft:saplings":["minecraft:oak_sapling","minecraft:spruce_sapling","minecraft:birch_sapling","minecraft:jungle_sapling","minecraft:acacia_sapling","minecraft:dark_oak_sapling"],"minecraft:small_flowers":["minecraft:dandelion","minecraft:poppy","minecraft:blue_orchid","minecraft:allium","minecraft:azure_bluet","minecraft:red_tulip","minecraft:orange_tulip","minecraft:white_tulip","minecraft:pink_tulip","minecraft:oxeye_daisy","minecraft:cornflower","minecraft:lily_of_the_valley","minecraft:wither_rose"],"minecraft:boats":["minecraft:oak_boat","minecraft:spruce_boat","minecraft:birch_boat","minecraft:jungle_boat","minecraft:acacia_boat","minecraft:dark_oak_boat"],"minecraft:wooden_stairs":["minecraft:oak_stairs","minecraft:spruce_stairs","minecraft:birch_stairs","minecraft:jungle_stairs","minecraft:acacia_stairs","minecraft:dark_oak_stairs","minecraft:crimson_stairs","minecraft:warped_stairs"],"minecraft:anvil":["minecraft:anvil","minecraft:chipped_anvil","minecraft:damaged_anvil"],"minecraft:tall_flowers":["minecraft:sunflower","minecraft:lilac","minecraft:peony","minecraft:rose_bush"],"minecraft:gold_ores":["minecraft:gold_ore","minecraft:nether_gold_ore"],"minecraft:creeper_drop_music_discs":["minecraft:music_disc_13","minecraft:music_disc_cat","minecraft:music_disc_blocks","minecraft:music_disc_chirp","minecraft:music_disc_far","minecraft:music_disc_mall","minecraft:music_disc_mellohi","minecraft:music_disc_stal","minecraft:music_disc_strad","minecraft:music_disc_ward","minecraft:music_disc_11","minecraft:music_disc_wait"],"minecraft:logs":["minecraft:dark_oak_log","minecraft:dark_oak_wood","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood","minecraft:oak_log","minecraft:oak_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood","minecraft:acacia_log","minecraft:acacia_wood","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood","minecraft:birch_log","minecraft:birch_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood","minecraft:jungle_log","minecraft:jungle_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood","minecraft:spruce_log","minecraft:spruce_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood","minecraft:crimson_stem","minecraft:stripped_crimson_stem","minecraft:crimson_hyphae","minecraft:stripped_crimson_hyphae","minecraft:warped_stem","minecraft:stripped_warped_stem","minecraft:warped_hyphae","minecraft:stripped_warped_hyphae"],"minecraft:beacon_payment_items":["minecraft:netherite_ingot","minecraft:emerald","minecraft:diamond","minecraft:gold_ingot","minecraft:iron_ingot"],"minecraft:lectern_books":["minecraft:written_book","minecraft:writable_book"],"minecraft:piglin_repellents":["minecraft:soul_torch","minecraft:soul_lantern","minecraft:soul_campfire"],"minecraft:wooden_buttons":["minecraft:oak_button","minecraft:spruce_button","minecraft:birch_button","minecraft:jungle_button","minecraft:acacia_button","minecraft:dark_oak_button","minecraft:crimson_button","minecraft:warped_button"],"minecraft:wool":["minecraft:white_wool","minecraft:orange_wool","minecraft:magenta_wool","minecraft:light_blue_wool","minecraft:yellow_wool","minecraft:lime_wool","minecraft:pink_wool","minecraft:gray_wool","minecraft:light_gray_wool","minecraft:cyan_wool","minecraft:purple_wool","minecraft:blue_wool","minecraft:brown_wool","minecraft:green_wool","minecraft:red_wool","minecraft:black_wool"],"minecraft:banners":["minecraft:white_banner","minecraft:orange_banner","minecraft:magenta_banner","minecraft:light_blue_banner","minecraft:yellow_banner","minecraft:lime_banner","minecraft:pink_banner","minecraft:gray_banner","minecraft:light_gray_banner","minecraft:cyan_banner","minecraft:purple_banner","minecraft:blue_banner","minecraft:brown_banner","minecraft:green_banner","minecraft:red_banner","minecraft:black_banner"],"minecraft:doors":["minecraft:iron_door","minecraft:oak_door","minecraft:spruce_door","minecraft:birch_door","minecraft:jungle_door","minecraft:acacia_door","minecraft:dark_oak_door","minecraft:crimson_door","minecraft:warped_door"],"minecraft:fences":["minecraft:nether_brick_fence","minecraft:oak_fence","minecraft:acacia_fence","minecraft:dark_oak_fence","minecraft:spruce_fence","minecraft:birch_fence","minecraft:jungle_fence","minecraft:crimson_fence","minecraft:warped_fence"],"minecraft:warped_stems":["minecraft:warped_stem","minecraft:stripped_warped_stem","minecraft:warped_hyphae","minecraft:stripped_warped_hyphae"],"minecraft:trapdoors":["minecraft:iron_trapdoor","minecraft:acacia_trapdoor","minecraft:birch_trapdoor","minecraft:dark_oak_trapdoor","minecraft:jungle_trapdoor","minecraft:oak_trapdoor","minecraft:spruce_trapdoor","minecraft:crimson_trapdoor","minecraft:warped_trapdoor"],"minecraft:music_discs":["minecraft:music_disc_pigstep","minecraft:music_disc_13","minecraft:music_disc_cat","minecraft:music_disc_blocks","minecraft:music_disc_chirp","minecraft:music_disc_far","minecraft:music_disc_mall","minecraft:music_disc_mellohi","minecraft:music_disc_stal","minecraft:music_disc_strad","minecraft:music_disc_ward","minecraft:music_disc_11","minecraft:music_disc_wait"],"minecraft:leaves":["minecraft:jungle_leaves","minecraft:oak_leaves","minecraft:spruce_leaves","minecraft:dark_oak_leaves","minecraft:acacia_leaves","minecraft:birch_leaves"]},"entitytags":{"minecraft:impact_projectiles":["minecraft:snowball","minecraft:fireball","minecraft:small_fireball","minecraft:egg","minecraft:trident","minecraft:dragon_fireball","minecraft:wither_skull","minecraft:arrow","minecraft:spectral_arrow"],"minecraft:raiders":["minecraft:evoker","minecraft:pillager","minecraft:ravager","minecraft:vindicator","minecraft:illusioner","minecraft:witch"],"minecraft:skeletons":["minecraft:skeleton","minecraft:stray","minecraft:wither_skeleton"],"minecraft:arrows":["minecraft:arrow","minecraft:spectral_arrow"],"minecraft:beehive_inhabitors":["minecraft:bee"]}}
\ No newline at end of file
+{
+ "blocks": {
+ "minecraft:acacia_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:acacia_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:acacia_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:acacia_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:acacia_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:acacia_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:acacia_log[axis=y]"
+ },
+ "minecraft:acacia_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:acacia_planks"
+ },
+ "minecraft:acacia_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_pressure_plate[powered=false]"
+ },
+ "minecraft:acacia_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:acacia_sapling[stage=0]"
+ },
+ "minecraft:acacia_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:acacia_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:acacia_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:acacia_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:acacia_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:acacia_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:acacia_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:acacia_wood[axis=y]"
+ },
+ "minecraft:activator_rail": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "shape": {
+ "values": [
+ "north_south",
+ "east_west",
+ "ascending_east",
+ "ascending_west",
+ "ascending_north",
+ "ascending_south"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:activator_rail[powered=false,shape=north_south]"
+ },
+ "minecraft:air": {
+ "properties": {},
+ "defaultstate": "minecraft:air"
+ },
+ "minecraft:allium": {
+ "properties": {},
+ "defaultstate": "minecraft:allium"
+ },
+ "minecraft:ancient_debris": {
+ "properties": {},
+ "defaultstate": "minecraft:ancient_debris"
+ },
+ "minecraft:andesite": {
+ "properties": {},
+ "defaultstate": "minecraft:andesite"
+ },
+ "minecraft:andesite_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:andesite_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:andesite_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:andesite_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "north": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "south": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]"
+ },
+ "minecraft:anvil": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:anvil[facing=north]"
+ },
+ "minecraft:attached_melon_stem": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:attached_melon_stem[facing=north]"
+ },
+ "minecraft:attached_pumpkin_stem": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:attached_pumpkin_stem[facing=north]"
+ },
+ "minecraft:azure_bluet": {
+ "properties": {},
+ "defaultstate": "minecraft:azure_bluet"
+ },
+ "minecraft:bamboo": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ },
+ "leaves": {
+ "values": [
+ "none",
+ "small",
+ "large"
+ ],
+ "type": "enum"
+ },
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:bamboo[age=0,leaves=none,stage=0]"
+ },
+ "minecraft:bamboo_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:bamboo_sapling"
+ },
+ "minecraft:barrel": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:barrel[facing=north,open=false]"
+ },
+ "minecraft:barrier": {
+ "properties": {},
+ "defaultstate": "minecraft:barrier"
+ },
+ "minecraft:basalt": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:basalt[axis=y]"
+ },
+ "minecraft:beacon": {
+ "properties": {},
+ "defaultstate": "minecraft:beacon"
+ },
+ "minecraft:bedrock": {
+ "properties": {},
+ "defaultstate": "minecraft:bedrock"
+ },
+ "minecraft:bee_nest": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "honey_level": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:bee_nest[facing=north,honey_level=0]"
+ },
+ "minecraft:beehive": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "honey_level": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:beehive[facing=north,honey_level=0]"
+ },
+ "minecraft:beetroots": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:beetroots[age=0]"
+ },
+ "minecraft:bell": {
+ "properties": {
+ "attachment": {
+ "values": [
+ "floor",
+ "ceiling",
+ "single_wall",
+ "double_wall"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:bell[attachment=floor,facing=north,powered=false]"
+ },
+ "minecraft:birch_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:birch_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:birch_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:birch_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:birch_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:birch_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:birch_log[axis=y]"
+ },
+ "minecraft:birch_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:birch_planks"
+ },
+ "minecraft:birch_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_pressure_plate[powered=false]"
+ },
+ "minecraft:birch_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:birch_sapling[stage=0]"
+ },
+ "minecraft:birch_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:birch_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:birch_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:birch_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:birch_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:birch_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:birch_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:birch_wood[axis=y]"
+ },
+ "minecraft:black_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:black_banner[rotation=0]"
+ },
+ "minecraft:black_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:black_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:black_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:black_carpet"
+ },
+ "minecraft:black_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:black_concrete"
+ },
+ "minecraft:black_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:black_concrete_powder"
+ },
+ "minecraft:black_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:black_glazed_terracotta[facing=north]"
+ },
+ "minecraft:black_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:black_shulker_box[facing=up]"
+ },
+ "minecraft:black_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:black_stained_glass"
+ },
+ "minecraft:black_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:black_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:black_terracotta"
+ },
+ "minecraft:black_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:black_wall_banner[facing=north]"
+ },
+ "minecraft:black_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:black_wool"
+ },
+ "minecraft:blackstone": {
+ "properties": {},
+ "defaultstate": "minecraft:blackstone"
+ },
+ "minecraft:blackstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:blackstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:blackstone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:blackstone_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "north": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "south": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]"
+ },
+ "minecraft:blast_furnace": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:blast_furnace[facing=north,lit=false]"
+ },
+ "minecraft:blue_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:blue_banner[rotation=0]"
+ },
+ "minecraft:blue_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:blue_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:blue_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_carpet"
+ },
+ "minecraft:blue_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_concrete"
+ },
+ "minecraft:blue_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_concrete_powder"
+ },
+ "minecraft:blue_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:blue_glazed_terracotta[facing=north]"
+ },
+ "minecraft:blue_ice": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_ice"
+ },
+ "minecraft:blue_orchid": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_orchid"
+ },
+ "minecraft:blue_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:blue_shulker_box[facing=up]"
+ },
+ "minecraft:blue_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_stained_glass"
+ },
+ "minecraft:blue_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:blue_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_terracotta"
+ },
+ "minecraft:blue_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:blue_wall_banner[facing=north]"
+ },
+ "minecraft:blue_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:blue_wool"
+ },
+ "minecraft:bone_block": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:bone_block[axis=y]"
+ },
+ "minecraft:bookshelf": {
+ "properties": {},
+ "defaultstate": "minecraft:bookshelf"
+ },
+ "minecraft:brain_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brain_coral[waterlogged=true]"
+ },
+ "minecraft:brain_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:brain_coral_block"
+ },
+ "minecraft:brain_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brain_coral_fan[waterlogged=true]"
+ },
+ "minecraft:brain_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brain_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:brewing_stand": {
+ "properties": {
+ "has_bottle_0": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "has_bottle_1": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "has_bottle_2": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false]"
+ },
+ "minecraft:brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:brick_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "north": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "south": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]"
+ },
+ "minecraft:bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:bricks"
+ },
+ "minecraft:brown_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:brown_banner[rotation=0]"
+ },
+ "minecraft:brown_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:brown_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:brown_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_carpet"
+ },
+ "minecraft:brown_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_concrete"
+ },
+ "minecraft:brown_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_concrete_powder"
+ },
+ "minecraft:brown_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:brown_glazed_terracotta[facing=north]"
+ },
+ "minecraft:brown_mushroom": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_mushroom"
+ },
+ "minecraft:brown_mushroom_block": {
+ "properties": {
+ "down": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]"
+ },
+ "minecraft:brown_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:brown_shulker_box[facing=up]"
+ },
+ "minecraft:brown_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_stained_glass"
+ },
+ "minecraft:brown_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:brown_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_terracotta"
+ },
+ "minecraft:brown_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:brown_wall_banner[facing=north]"
+ },
+ "minecraft:brown_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:brown_wool"
+ },
+ "minecraft:bubble_column": {
+ "properties": {
+ "drag": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:bubble_column[drag=true]"
+ },
+ "minecraft:bubble_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:bubble_coral[waterlogged=true]"
+ },
+ "minecraft:bubble_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:bubble_coral_block"
+ },
+ "minecraft:bubble_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:bubble_coral_fan[waterlogged=true]"
+ },
+ "minecraft:bubble_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:bubble_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:cactus": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:cactus[age=0]"
+ },
+ "minecraft:cake": {
+ "properties": {
+ "bites": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:cake[bites=0]"
+ },
+ "minecraft:campfire": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "signal_fire": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false]"
+ },
+ "minecraft:carrots": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:carrots[age=0]"
+ },
+ "minecraft:cartography_table": {
+ "properties": {},
+ "defaultstate": "minecraft:cartography_table"
+ },
+ "minecraft:carved_pumpkin": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:carved_pumpkin[facing=north]"
+ },
+ "minecraft:cauldron": {
+ "properties": {
+ "level": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:cauldron[level=0]"
+ },
+ "minecraft:cave_air": {
+ "properties": {},
+ "defaultstate": "minecraft:cave_air"
+ },
+ "minecraft:chain": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:chain[waterlogged=false]"
+ },
+ "minecraft:chain_command_block": {
+ "properties": {
+ "conditional": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:chain_command_block[conditional=false,facing=north]"
+ },
+ "minecraft:chest": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "type": {
+ "values": [
+ "single",
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:chest[facing=north,type=single,waterlogged=false]"
+ },
+ "minecraft:chipped_anvil": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:chipped_anvil[facing=north]"
+ },
+ "minecraft:chiseled_nether_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:chiseled_nether_bricks"
+ },
+ "minecraft:chiseled_polished_blackstone": {
+ "properties": {},
+ "defaultstate": "minecraft:chiseled_polished_blackstone"
+ },
+ "minecraft:chiseled_quartz_block": {
+ "properties": {},
+ "defaultstate": "minecraft:chiseled_quartz_block"
+ },
+ "minecraft:chiseled_red_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:chiseled_red_sandstone"
+ },
+ "minecraft:chiseled_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:chiseled_sandstone"
+ },
+ "minecraft:chiseled_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:chiseled_stone_bricks"
+ },
+ "minecraft:chorus_flower": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:chorus_flower[age=0]"
+ },
+ "minecraft:chorus_plant": {
+ "properties": {
+ "down": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false]"
+ },
+ "minecraft:clay": {
+ "properties": {},
+ "defaultstate": "minecraft:clay"
+ },
+ "minecraft:coal_block": {
+ "properties": {},
+ "defaultstate": "minecraft:coal_block"
+ },
+ "minecraft:coal_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:coal_ore"
+ },
+ "minecraft:coarse_dirt": {
+ "properties": {},
+ "defaultstate": "minecraft:coarse_dirt"
+ },
+ "minecraft:cobblestone": {
+ "properties": {},
+ "defaultstate": "minecraft:cobblestone"
+ },
+ "minecraft:cobblestone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cobblestone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:cobblestone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:cobblestone_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "north": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "south": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]"
+ },
+ "minecraft:cobweb": {
+ "properties": {},
+ "defaultstate": "minecraft:cobweb"
+ },
+ "minecraft:cocoa": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2"
+ ],
+ "type": "int"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:cocoa[age=0,facing=north]"
+ },
+ "minecraft:command_block": {
+ "properties": {
+ "conditional": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:command_block[conditional=false,facing=north]"
+ },
+ "minecraft:comparator": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "mode": {
+ "values": [
+ "compare",
+ "subtract"
+ ],
+ "type": "enum"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:comparator[facing=north,mode=compare,powered=false]"
+ },
+ "minecraft:composter": {
+ "properties": {
+ "level": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:composter[level=0]"
+ },
+ "minecraft:conduit": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:conduit[waterlogged=true]"
+ },
+ "minecraft:cornflower": {
+ "properties": {},
+ "defaultstate": "minecraft:cornflower"
+ },
+ "minecraft:cracked_nether_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:cracked_nether_bricks"
+ },
+ "minecraft:cracked_polished_blackstone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:cracked_polished_blackstone_bricks"
+ },
+ "minecraft:cracked_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:cracked_stone_bricks"
+ },
+ "minecraft:crafting_table": {
+ "properties": {},
+ "defaultstate": "minecraft:crafting_table"
+ },
+ "minecraft:creeper_head": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:creeper_head[rotation=0]"
+ },
+ "minecraft:creeper_wall_head": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:creeper_wall_head[facing=north]"
+ },
+ "minecraft:crimson_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:crimson_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:crimson_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:crimson_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:crimson_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:crimson_fungus": {
+ "properties": {},
+ "defaultstate": "minecraft:crimson_fungus"
+ },
+ "minecraft:crimson_hyphae": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:crimson_hyphae[axis=y]"
+ },
+ "minecraft:crimson_nylium": {
+ "properties": {},
+ "defaultstate": "minecraft:crimson_nylium"
+ },
+ "minecraft:crimson_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:crimson_planks"
+ },
+ "minecraft:crimson_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:crimson_pressure_plate[powered=false]"
+ },
+ "minecraft:crimson_roots": {
+ "properties": {},
+ "defaultstate": "minecraft:crimson_roots"
+ },
+ "minecraft:crimson_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:crimson_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:crimson_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:crimson_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:crimson_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:crimson_stem": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:crimson_stem[axis=y]"
+ },
+ "minecraft:crimson_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:crimson_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:crimson_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:crying_obsidian": {
+ "properties": {},
+ "defaultstate": "minecraft:crying_obsidian"
+ },
+ "minecraft:cut_red_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:cut_red_sandstone"
+ },
+ "minecraft:cut_red_sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:cut_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:cut_sandstone"
+ },
+ "minecraft:cut_sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cut_sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:cyan_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:cyan_banner[rotation=0]"
+ },
+ "minecraft:cyan_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:cyan_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:cyan_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_carpet"
+ },
+ "minecraft:cyan_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_concrete"
+ },
+ "minecraft:cyan_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_concrete_powder"
+ },
+ "minecraft:cyan_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:cyan_glazed_terracotta[facing=north]"
+ },
+ "minecraft:cyan_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:cyan_shulker_box[facing=up]"
+ },
+ "minecraft:cyan_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_stained_glass"
+ },
+ "minecraft:cyan_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:cyan_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_terracotta"
+ },
+ "minecraft:cyan_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:cyan_wall_banner[facing=north]"
+ },
+ "minecraft:cyan_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:cyan_wool"
+ },
+ "minecraft:damaged_anvil": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:damaged_anvil[facing=north]"
+ },
+ "minecraft:dandelion": {
+ "properties": {},
+ "defaultstate": "minecraft:dandelion"
+ },
+ "minecraft:dark_oak_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:dark_oak_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:dark_oak_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:dark_oak_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:dark_oak_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:dark_oak_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_log[axis=y]"
+ },
+ "minecraft:dark_oak_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:dark_oak_planks"
+ },
+ "minecraft:dark_oak_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_pressure_plate[powered=false]"
+ },
+ "minecraft:dark_oak_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_sapling[stage=0]"
+ },
+ "minecraft:dark_oak_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:dark_oak_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:dark_oak_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:dark_oak_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:dark_oak_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:dark_oak_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:dark_oak_wood[axis=y]"
+ },
+ "minecraft:dark_prismarine": {
+ "properties": {},
+ "defaultstate": "minecraft:dark_prismarine"
+ },
+ "minecraft:dark_prismarine_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_prismarine_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:dark_prismarine_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:daylight_detector": {
+ "properties": {
+ "inverted": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "power": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:daylight_detector[inverted=false,power=0]"
+ },
+ "minecraft:dead_brain_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_brain_coral[waterlogged=true]"
+ },
+ "minecraft:dead_brain_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_brain_coral_block"
+ },
+ "minecraft:dead_brain_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_brain_coral_fan[waterlogged=true]"
+ },
+ "minecraft:dead_brain_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:dead_bubble_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_bubble_coral[waterlogged=true]"
+ },
+ "minecraft:dead_bubble_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_bubble_coral_block"
+ },
+ "minecraft:dead_bubble_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_bubble_coral_fan[waterlogged=true]"
+ },
+ "minecraft:dead_bubble_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:dead_bush": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_bush"
+ },
+ "minecraft:dead_fire_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_fire_coral[waterlogged=true]"
+ },
+ "minecraft:dead_fire_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_fire_coral_block"
+ },
+ "minecraft:dead_fire_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_fire_coral_fan[waterlogged=true]"
+ },
+ "minecraft:dead_fire_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:dead_horn_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_horn_coral[waterlogged=true]"
+ },
+ "minecraft:dead_horn_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_horn_coral_block"
+ },
+ "minecraft:dead_horn_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_horn_coral_fan[waterlogged=true]"
+ },
+ "minecraft:dead_horn_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:dead_tube_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_tube_coral[waterlogged=true]"
+ },
+ "minecraft:dead_tube_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dead_tube_coral_block"
+ },
+ "minecraft:dead_tube_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_tube_coral_fan[waterlogged=true]"
+ },
+ "minecraft:dead_tube_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:detector_rail": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "shape": {
+ "values": [
+ "north_south",
+ "east_west",
+ "ascending_east",
+ "ascending_west",
+ "ascending_north",
+ "ascending_south"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:detector_rail[powered=false,shape=north_south]"
+ },
+ "minecraft:diamond_block": {
+ "properties": {},
+ "defaultstate": "minecraft:diamond_block"
+ },
+ "minecraft:diamond_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:diamond_ore"
+ },
+ "minecraft:diorite": {
+ "properties": {},
+ "defaultstate": "minecraft:diorite"
+ },
+ "minecraft:diorite_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:diorite_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:diorite_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:diorite_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "north": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "south": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]"
+ },
+ "minecraft:dirt": {
+ "properties": {},
+ "defaultstate": "minecraft:dirt"
+ },
+ "minecraft:dispenser": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "triggered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dispenser[facing=north,triggered=false]"
+ },
+ "minecraft:dragon_egg": {
+ "properties": {},
+ "defaultstate": "minecraft:dragon_egg"
+ },
+ "minecraft:dragon_head": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:dragon_head[rotation=0]"
+ },
+ "minecraft:dragon_wall_head": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:dragon_wall_head[facing=north]"
+ },
+ "minecraft:dried_kelp_block": {
+ "properties": {},
+ "defaultstate": "minecraft:dried_kelp_block"
+ },
+ "minecraft:dropper": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "triggered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:dropper[facing=north,triggered=false]"
+ },
+ "minecraft:emerald_block": {
+ "properties": {},
+ "defaultstate": "minecraft:emerald_block"
+ },
+ "minecraft:emerald_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:emerald_ore"
+ },
+ "minecraft:enchanting_table": {
+ "properties": {},
+ "defaultstate": "minecraft:enchanting_table"
+ },
+ "minecraft:end_gateway": {
+ "properties": {},
+ "defaultstate": "minecraft:end_gateway"
+ },
+ "minecraft:end_portal": {
+ "properties": {},
+ "defaultstate": "minecraft:end_portal"
+ },
+ "minecraft:end_portal_frame": {
+ "properties": {
+ "eye": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:end_portal_frame[eye=false,facing=north]"
+ },
+ "minecraft:end_rod": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:end_rod[facing=up]"
+ },
+ "minecraft:end_stone": {
+ "properties": {},
+ "defaultstate": "minecraft:end_stone"
+ },
+ "minecraft:end_stone_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:end_stone_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:end_stone_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:end_stone_brick_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "north": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "south": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]"
+ },
+ "minecraft:end_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:end_stone_bricks"
+ },
+ "minecraft:ender_chest": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:ender_chest[facing=north,waterlogged=false]"
+ },
+ "minecraft:farmland": {
+ "properties": {
+ "moisture": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:farmland[moisture=0]"
+ },
+ "minecraft:fern": {
+ "properties": {},
+ "defaultstate": "minecraft:fern"
+ },
+ "minecraft:fire": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false]"
+ },
+ "minecraft:fire_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:fire_coral[waterlogged=true]"
+ },
+ "minecraft:fire_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:fire_coral_block"
+ },
+ "minecraft:fire_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:fire_coral_fan[waterlogged=true]"
+ },
+ "minecraft:fire_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:fire_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:fletching_table": {
+ "properties": {},
+ "defaultstate": "minecraft:fletching_table"
+ },
+ "minecraft:flower_pot": {
+ "properties": {},
+ "defaultstate": "minecraft:flower_pot"
+ },
+ "minecraft:frosted_ice": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:frosted_ice[age=0]"
+ },
+ "minecraft:furnace": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:furnace[facing=north,lit=false]"
+ },
+ "minecraft:gilded_blackstone": {
+ "properties": {},
+ "defaultstate": "minecraft:gilded_blackstone"
+ },
+ "minecraft:glass": {
+ "properties": {},
+ "defaultstate": "minecraft:glass"
+ },
+ "minecraft:glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:glowstone": {
+ "properties": {},
+ "defaultstate": "minecraft:glowstone"
+ },
+ "minecraft:gold_block": {
+ "properties": {},
+ "defaultstate": "minecraft:gold_block"
+ },
+ "minecraft:gold_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:gold_ore"
+ },
+ "minecraft:granite": {
+ "properties": {},
+ "defaultstate": "minecraft:granite"
+ },
+ "minecraft:granite_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:granite_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:granite_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:granite_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "north": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "south": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]"
+ },
+ "minecraft:grass": {
+ "properties": {},
+ "defaultstate": "minecraft:grass"
+ },
+ "minecraft:grass_block": {
+ "properties": {
+ "snowy": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:grass_block[snowy=false]"
+ },
+ "minecraft:grass_path": {
+ "properties": {},
+ "defaultstate": "minecraft:grass_path"
+ },
+ "minecraft:gravel": {
+ "properties": {},
+ "defaultstate": "minecraft:gravel"
+ },
+ "minecraft:gray_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:gray_banner[rotation=0]"
+ },
+ "minecraft:gray_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:gray_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:gray_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_carpet"
+ },
+ "minecraft:gray_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_concrete"
+ },
+ "minecraft:gray_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_concrete_powder"
+ },
+ "minecraft:gray_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:gray_glazed_terracotta[facing=north]"
+ },
+ "minecraft:gray_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:gray_shulker_box[facing=up]"
+ },
+ "minecraft:gray_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_stained_glass"
+ },
+ "minecraft:gray_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:gray_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_terracotta"
+ },
+ "minecraft:gray_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:gray_wall_banner[facing=north]"
+ },
+ "minecraft:gray_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:gray_wool"
+ },
+ "minecraft:green_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:green_banner[rotation=0]"
+ },
+ "minecraft:green_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:green_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:green_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:green_carpet"
+ },
+ "minecraft:green_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:green_concrete"
+ },
+ "minecraft:green_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:green_concrete_powder"
+ },
+ "minecraft:green_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:green_glazed_terracotta[facing=north]"
+ },
+ "minecraft:green_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:green_shulker_box[facing=up]"
+ },
+ "minecraft:green_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:green_stained_glass"
+ },
+ "minecraft:green_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:green_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:green_terracotta"
+ },
+ "minecraft:green_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:green_wall_banner[facing=north]"
+ },
+ "minecraft:green_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:green_wool"
+ },
+ "minecraft:grindstone": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:grindstone[face=wall,facing=north]"
+ },
+ "minecraft:hay_block": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:hay_block[axis=y]"
+ },
+ "minecraft:heavy_weighted_pressure_plate": {
+ "properties": {
+ "power": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:heavy_weighted_pressure_plate[power=0]"
+ },
+ "minecraft:honey_block": {
+ "properties": {},
+ "defaultstate": "minecraft:honey_block"
+ },
+ "minecraft:honeycomb_block": {
+ "properties": {},
+ "defaultstate": "minecraft:honeycomb_block"
+ },
+ "minecraft:hopper": {
+ "properties": {
+ "enabled": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "down",
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:hopper[enabled=true,facing=down]"
+ },
+ "minecraft:horn_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:horn_coral[waterlogged=true]"
+ },
+ "minecraft:horn_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:horn_coral_block"
+ },
+ "minecraft:horn_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:horn_coral_fan[waterlogged=true]"
+ },
+ "minecraft:horn_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:horn_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:ice": {
+ "properties": {},
+ "defaultstate": "minecraft:ice"
+ },
+ "minecraft:infested_chiseled_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_chiseled_stone_bricks"
+ },
+ "minecraft:infested_cobblestone": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_cobblestone"
+ },
+ "minecraft:infested_cracked_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_cracked_stone_bricks"
+ },
+ "minecraft:infested_mossy_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_mossy_stone_bricks"
+ },
+ "minecraft:infested_stone": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_stone"
+ },
+ "minecraft:infested_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:infested_stone_bricks"
+ },
+ "minecraft:iron_bars": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:iron_block": {
+ "properties": {},
+ "defaultstate": "minecraft:iron_block"
+ },
+ "minecraft:iron_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:iron_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:iron_ore"
+ },
+ "minecraft:iron_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:jack_o_lantern": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:jack_o_lantern[facing=north]"
+ },
+ "minecraft:jigsaw": {
+ "properties": {
+ "orientation": {
+ "values": [
+ "down_east",
+ "down_north",
+ "down_south",
+ "down_west",
+ "up_east",
+ "up_north",
+ "up_south",
+ "up_west",
+ "west_up",
+ "east_up",
+ "north_up",
+ "south_up"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:jigsaw[orientation=north_up]"
+ },
+ "minecraft:jukebox": {
+ "properties": {
+ "has_record": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jukebox[has_record=false]"
+ },
+ "minecraft:jungle_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:jungle_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:jungle_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:jungle_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:jungle_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:jungle_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:jungle_log[axis=y]"
+ },
+ "minecraft:jungle_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:jungle_planks"
+ },
+ "minecraft:jungle_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_pressure_plate[powered=false]"
+ },
+ "minecraft:jungle_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:jungle_sapling[stage=0]"
+ },
+ "minecraft:jungle_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:jungle_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:jungle_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:jungle_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:jungle_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:jungle_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:jungle_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:jungle_wood[axis=y]"
+ },
+ "minecraft:kelp": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15",
+ "16",
+ "17",
+ "18",
+ "19",
+ "20",
+ "21",
+ "22",
+ "23",
+ "24",
+ "25"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:kelp[age=0]"
+ },
+ "minecraft:kelp_plant": {
+ "properties": {},
+ "defaultstate": "minecraft:kelp_plant"
+ },
+ "minecraft:ladder": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:ladder[facing=north,waterlogged=false]"
+ },
+ "minecraft:lantern": {
+ "properties": {
+ "hanging": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:lantern[hanging=false]"
+ },
+ "minecraft:lapis_block": {
+ "properties": {},
+ "defaultstate": "minecraft:lapis_block"
+ },
+ "minecraft:lapis_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:lapis_ore"
+ },
+ "minecraft:large_fern": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:large_fern[half=lower]"
+ },
+ "minecraft:lava": {
+ "properties": {
+ "level": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:lava[level=0]"
+ },
+ "minecraft:lectern": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "has_book": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:lectern[facing=north,has_book=false,powered=false]"
+ },
+ "minecraft:lever": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:lever[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:light_blue_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_banner[rotation=0]"
+ },
+ "minecraft:light_blue_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:light_blue_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_carpet"
+ },
+ "minecraft:light_blue_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_concrete"
+ },
+ "minecraft:light_blue_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_concrete_powder"
+ },
+ "minecraft:light_blue_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_glazed_terracotta[facing=north]"
+ },
+ "minecraft:light_blue_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_shulker_box[facing=up]"
+ },
+ "minecraft:light_blue_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_stained_glass"
+ },
+ "minecraft:light_blue_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:light_blue_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_terracotta"
+ },
+ "minecraft:light_blue_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_blue_wall_banner[facing=north]"
+ },
+ "minecraft:light_blue_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:light_blue_wool"
+ },
+ "minecraft:light_gray_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_banner[rotation=0]"
+ },
+ "minecraft:light_gray_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:light_gray_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_carpet"
+ },
+ "minecraft:light_gray_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_concrete"
+ },
+ "minecraft:light_gray_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_concrete_powder"
+ },
+ "minecraft:light_gray_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_glazed_terracotta[facing=north]"
+ },
+ "minecraft:light_gray_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_shulker_box[facing=up]"
+ },
+ "minecraft:light_gray_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_stained_glass"
+ },
+ "minecraft:light_gray_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:light_gray_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_terracotta"
+ },
+ "minecraft:light_gray_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:light_gray_wall_banner[facing=north]"
+ },
+ "minecraft:light_gray_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:light_gray_wool"
+ },
+ "minecraft:light_weighted_pressure_plate": {
+ "properties": {
+ "power": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:light_weighted_pressure_plate[power=0]"
+ },
+ "minecraft:lilac": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:lilac[half=lower]"
+ },
+ "minecraft:lily_of_the_valley": {
+ "properties": {},
+ "defaultstate": "minecraft:lily_of_the_valley"
+ },
+ "minecraft:lily_pad": {
+ "properties": {},
+ "defaultstate": "minecraft:lily_pad"
+ },
+ "minecraft:lime_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:lime_banner[rotation=0]"
+ },
+ "minecraft:lime_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:lime_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:lime_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_carpet"
+ },
+ "minecraft:lime_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_concrete"
+ },
+ "minecraft:lime_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_concrete_powder"
+ },
+ "minecraft:lime_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:lime_glazed_terracotta[facing=north]"
+ },
+ "minecraft:lime_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:lime_shulker_box[facing=up]"
+ },
+ "minecraft:lime_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_stained_glass"
+ },
+ "minecraft:lime_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:lime_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_terracotta"
+ },
+ "minecraft:lime_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:lime_wall_banner[facing=north]"
+ },
+ "minecraft:lime_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:lime_wool"
+ },
+ "minecraft:lodestone": {
+ "properties": {},
+ "defaultstate": "minecraft:lodestone"
+ },
+ "minecraft:loom": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:loom[facing=north]"
+ },
+ "minecraft:magenta_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:magenta_banner[rotation=0]"
+ },
+ "minecraft:magenta_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:magenta_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:magenta_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_carpet"
+ },
+ "minecraft:magenta_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_concrete"
+ },
+ "minecraft:magenta_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_concrete_powder"
+ },
+ "minecraft:magenta_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:magenta_glazed_terracotta[facing=north]"
+ },
+ "minecraft:magenta_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:magenta_shulker_box[facing=up]"
+ },
+ "minecraft:magenta_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_stained_glass"
+ },
+ "minecraft:magenta_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:magenta_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_terracotta"
+ },
+ "minecraft:magenta_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:magenta_wall_banner[facing=north]"
+ },
+ "minecraft:magenta_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:magenta_wool"
+ },
+ "minecraft:magma_block": {
+ "properties": {},
+ "defaultstate": "minecraft:magma_block"
+ },
+ "minecraft:melon": {
+ "properties": {},
+ "defaultstate": "minecraft:melon"
+ },
+ "minecraft:melon_stem": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:melon_stem[age=0]"
+ },
+ "minecraft:mossy_cobblestone": {
+ "properties": {},
+ "defaultstate": "minecraft:mossy_cobblestone"
+ },
+ "minecraft:mossy_cobblestone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:mossy_cobblestone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:mossy_cobblestone_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "north": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "south": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]"
+ },
+ "minecraft:mossy_stone_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:mossy_stone_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:mossy_stone_brick_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "north": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "south": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]"
+ },
+ "minecraft:mossy_stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:mossy_stone_bricks"
+ },
+ "minecraft:moving_piston": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "type": {
+ "values": [
+ "normal",
+ "sticky"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:moving_piston[facing=north,type=normal]"
+ },
+ "minecraft:mushroom_stem": {
+ "properties": {
+ "down": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=true]"
+ },
+ "minecraft:mycelium": {
+ "properties": {
+ "snowy": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:mycelium[snowy=false]"
+ },
+ "minecraft:nether_brick_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:nether_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:nether_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:nether_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:nether_brick_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "north": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "south": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]"
+ },
+ "minecraft:nether_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:nether_bricks"
+ },
+ "minecraft:nether_gold_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:nether_gold_ore"
+ },
+ "minecraft:nether_portal": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:nether_portal[axis=x]"
+ },
+ "minecraft:nether_quartz_ore": {
+ "properties": {},
+ "defaultstate": "minecraft:nether_quartz_ore"
+ },
+ "minecraft:nether_sprouts": {
+ "properties": {},
+ "defaultstate": "minecraft:nether_sprouts"
+ },
+ "minecraft:nether_wart": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:nether_wart[age=0]"
+ },
+ "minecraft:nether_wart_block": {
+ "properties": {},
+ "defaultstate": "minecraft:nether_wart_block"
+ },
+ "minecraft:netherite_block": {
+ "properties": {},
+ "defaultstate": "minecraft:netherite_block"
+ },
+ "minecraft:netherrack": {
+ "properties": {},
+ "defaultstate": "minecraft:netherrack"
+ },
+ "minecraft:note_block": {
+ "properties": {
+ "instrument": {
+ "values": [
+ "harp",
+ "basedrum",
+ "snare",
+ "hat",
+ "bass",
+ "flute",
+ "bell",
+ "guitar",
+ "chime",
+ "xylophone",
+ "iron_xylophone",
+ "cow_bell",
+ "didgeridoo",
+ "bit",
+ "banjo",
+ "pling"
+ ],
+ "type": "enum"
+ },
+ "note": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15",
+ "16",
+ "17",
+ "18",
+ "19",
+ "20",
+ "21",
+ "22",
+ "23",
+ "24"
+ ],
+ "type": "int"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:note_block[instrument=harp,note=0,powered=false]"
+ },
+ "minecraft:oak_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:oak_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:oak_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:oak_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:oak_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:oak_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:oak_log[axis=y]"
+ },
+ "minecraft:oak_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:oak_planks"
+ },
+ "minecraft:oak_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_pressure_plate[powered=false]"
+ },
+ "minecraft:oak_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:oak_sapling[stage=0]"
+ },
+ "minecraft:oak_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:oak_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:oak_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:oak_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:oak_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:oak_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:oak_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:oak_wood[axis=y]"
+ },
+ "minecraft:observer": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:observer[facing=south,powered=false]"
+ },
+ "minecraft:obsidian": {
+ "properties": {},
+ "defaultstate": "minecraft:obsidian"
+ },
+ "minecraft:orange_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:orange_banner[rotation=0]"
+ },
+ "minecraft:orange_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:orange_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:orange_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_carpet"
+ },
+ "minecraft:orange_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_concrete"
+ },
+ "minecraft:orange_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_concrete_powder"
+ },
+ "minecraft:orange_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:orange_glazed_terracotta[facing=north]"
+ },
+ "minecraft:orange_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:orange_shulker_box[facing=up]"
+ },
+ "minecraft:orange_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_stained_glass"
+ },
+ "minecraft:orange_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:orange_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_terracotta"
+ },
+ "minecraft:orange_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_tulip"
+ },
+ "minecraft:orange_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:orange_wall_banner[facing=north]"
+ },
+ "minecraft:orange_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:orange_wool"
+ },
+ "minecraft:oxeye_daisy": {
+ "properties": {},
+ "defaultstate": "minecraft:oxeye_daisy"
+ },
+ "minecraft:packed_ice": {
+ "properties": {},
+ "defaultstate": "minecraft:packed_ice"
+ },
+ "minecraft:peony": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:peony[half=lower]"
+ },
+ "minecraft:petrified_oak_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:petrified_oak_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:pink_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:pink_banner[rotation=0]"
+ },
+ "minecraft:pink_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:pink_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:pink_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_carpet"
+ },
+ "minecraft:pink_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_concrete"
+ },
+ "minecraft:pink_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_concrete_powder"
+ },
+ "minecraft:pink_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:pink_glazed_terracotta[facing=north]"
+ },
+ "minecraft:pink_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:pink_shulker_box[facing=up]"
+ },
+ "minecraft:pink_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_stained_glass"
+ },
+ "minecraft:pink_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:pink_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_terracotta"
+ },
+ "minecraft:pink_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_tulip"
+ },
+ "minecraft:pink_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:pink_wall_banner[facing=north]"
+ },
+ "minecraft:pink_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:pink_wool"
+ },
+ "minecraft:piston": {
+ "properties": {
+ "extended": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:piston[extended=false,facing=north]"
+ },
+ "minecraft:piston_head": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ },
+ "short": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "type": {
+ "values": [
+ "normal",
+ "sticky"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:piston_head[facing=north,short=false,type=normal]"
+ },
+ "minecraft:player_head": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:player_head[rotation=0]"
+ },
+ "minecraft:player_wall_head": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:player_wall_head[facing=north]"
+ },
+ "minecraft:podzol": {
+ "properties": {
+ "snowy": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:podzol[snowy=false]"
+ },
+ "minecraft:polished_andesite": {
+ "properties": {},
+ "defaultstate": "minecraft:polished_andesite"
+ },
+ "minecraft:polished_andesite_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_andesite_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:polished_andesite_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:polished_basalt": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:polished_basalt[axis=y]"
+ },
+ "minecraft:polished_blackstone": {
+ "properties": {},
+ "defaultstate": "minecraft:polished_blackstone"
+ },
+ "minecraft:polished_blackstone_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:polished_blackstone_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:polished_blackstone_brick_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "north": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "south": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]"
+ },
+ "minecraft:polished_blackstone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:polished_blackstone_bricks"
+ },
+ "minecraft:polished_blackstone_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_blackstone_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:polished_blackstone_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_blackstone_pressure_plate[powered=false]"
+ },
+ "minecraft:polished_blackstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_blackstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:polished_blackstone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:polished_blackstone_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "north": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "south": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]"
+ },
+ "minecraft:polished_diorite": {
+ "properties": {},
+ "defaultstate": "minecraft:polished_diorite"
+ },
+ "minecraft:polished_diorite_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_diorite_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:polished_diorite_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:polished_granite": {
+ "properties": {},
+ "defaultstate": "minecraft:polished_granite"
+ },
+ "minecraft:polished_granite_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_granite_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:polished_granite_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:poppy": {
+ "properties": {},
+ "defaultstate": "minecraft:poppy"
+ },
+ "minecraft:potatoes": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:potatoes[age=0]"
+ },
+ "minecraft:potted_acacia_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_acacia_sapling"
+ },
+ "minecraft:potted_allium": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_allium"
+ },
+ "minecraft:potted_azure_bluet": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_azure_bluet"
+ },
+ "minecraft:potted_bamboo": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_bamboo"
+ },
+ "minecraft:potted_birch_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_birch_sapling"
+ },
+ "minecraft:potted_blue_orchid": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_blue_orchid"
+ },
+ "minecraft:potted_brown_mushroom": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_brown_mushroom"
+ },
+ "minecraft:potted_cactus": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_cactus"
+ },
+ "minecraft:potted_cornflower": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_cornflower"
+ },
+ "minecraft:potted_crimson_fungus": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_crimson_fungus"
+ },
+ "minecraft:potted_crimson_roots": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_crimson_roots"
+ },
+ "minecraft:potted_dandelion": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_dandelion"
+ },
+ "minecraft:potted_dark_oak_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_dark_oak_sapling"
+ },
+ "minecraft:potted_dead_bush": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_dead_bush"
+ },
+ "minecraft:potted_fern": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_fern"
+ },
+ "minecraft:potted_jungle_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_jungle_sapling"
+ },
+ "minecraft:potted_lily_of_the_valley": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_lily_of_the_valley"
+ },
+ "minecraft:potted_oak_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_oak_sapling"
+ },
+ "minecraft:potted_orange_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_orange_tulip"
+ },
+ "minecraft:potted_oxeye_daisy": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_oxeye_daisy"
+ },
+ "minecraft:potted_pink_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_pink_tulip"
+ },
+ "minecraft:potted_poppy": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_poppy"
+ },
+ "minecraft:potted_red_mushroom": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_red_mushroom"
+ },
+ "minecraft:potted_red_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_red_tulip"
+ },
+ "minecraft:potted_spruce_sapling": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_spruce_sapling"
+ },
+ "minecraft:potted_warped_fungus": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_warped_fungus"
+ },
+ "minecraft:potted_warped_roots": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_warped_roots"
+ },
+ "minecraft:potted_white_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_white_tulip"
+ },
+ "minecraft:potted_wither_rose": {
+ "properties": {},
+ "defaultstate": "minecraft:potted_wither_rose"
+ },
+ "minecraft:powered_rail": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "shape": {
+ "values": [
+ "north_south",
+ "east_west",
+ "ascending_east",
+ "ascending_west",
+ "ascending_north",
+ "ascending_south"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:powered_rail[powered=false,shape=north_south]"
+ },
+ "minecraft:prismarine": {
+ "properties": {},
+ "defaultstate": "minecraft:prismarine"
+ },
+ "minecraft:prismarine_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:prismarine_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:prismarine_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:prismarine_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:prismarine_bricks"
+ },
+ "minecraft:prismarine_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:prismarine_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:prismarine_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:prismarine_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "north": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "south": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]"
+ },
+ "minecraft:pumpkin": {
+ "properties": {},
+ "defaultstate": "minecraft:pumpkin"
+ },
+ "minecraft:pumpkin_stem": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:pumpkin_stem[age=0]"
+ },
+ "minecraft:purple_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:purple_banner[rotation=0]"
+ },
+ "minecraft:purple_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:purple_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:purple_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_carpet"
+ },
+ "minecraft:purple_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_concrete"
+ },
+ "minecraft:purple_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_concrete_powder"
+ },
+ "minecraft:purple_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:purple_glazed_terracotta[facing=north]"
+ },
+ "minecraft:purple_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:purple_shulker_box[facing=up]"
+ },
+ "minecraft:purple_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_stained_glass"
+ },
+ "minecraft:purple_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:purple_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_terracotta"
+ },
+ "minecraft:purple_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:purple_wall_banner[facing=north]"
+ },
+ "minecraft:purple_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:purple_wool"
+ },
+ "minecraft:purpur_block": {
+ "properties": {},
+ "defaultstate": "minecraft:purpur_block"
+ },
+ "minecraft:purpur_pillar": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:purpur_pillar[axis=y]"
+ },
+ "minecraft:purpur_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:purpur_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:purpur_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:quartz_block": {
+ "properties": {},
+ "defaultstate": "minecraft:quartz_block"
+ },
+ "minecraft:quartz_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:quartz_bricks"
+ },
+ "minecraft:quartz_pillar": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:quartz_pillar[axis=y]"
+ },
+ "minecraft:quartz_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:quartz_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:quartz_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:rail": {
+ "properties": {
+ "shape": {
+ "values": [
+ "north_south",
+ "east_west",
+ "ascending_east",
+ "ascending_west",
+ "ascending_north",
+ "ascending_south",
+ "south_east",
+ "south_west",
+ "north_west",
+ "north_east"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:rail[shape=north_south]"
+ },
+ "minecraft:red_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:red_banner[rotation=0]"
+ },
+ "minecraft:red_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:red_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:red_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:red_carpet"
+ },
+ "minecraft:red_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:red_concrete"
+ },
+ "minecraft:red_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:red_concrete_powder"
+ },
+ "minecraft:red_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:red_glazed_terracotta[facing=north]"
+ },
+ "minecraft:red_mushroom": {
+ "properties": {},
+ "defaultstate": "minecraft:red_mushroom"
+ },
+ "minecraft:red_mushroom_block": {
+ "properties": {
+ "down": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]"
+ },
+ "minecraft:red_nether_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_nether_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:red_nether_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:red_nether_brick_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "north": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "south": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]"
+ },
+ "minecraft:red_nether_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:red_nether_bricks"
+ },
+ "minecraft:red_sand": {
+ "properties": {},
+ "defaultstate": "minecraft:red_sand"
+ },
+ "minecraft:red_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:red_sandstone"
+ },
+ "minecraft:red_sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:red_sandstone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:red_sandstone_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "north": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "south": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]"
+ },
+ "minecraft:red_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:red_shulker_box[facing=up]"
+ },
+ "minecraft:red_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:red_stained_glass"
+ },
+ "minecraft:red_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:red_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:red_terracotta"
+ },
+ "minecraft:red_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:red_tulip"
+ },
+ "minecraft:red_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:red_wall_banner[facing=north]"
+ },
+ "minecraft:red_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:red_wool"
+ },
+ "minecraft:redstone_block": {
+ "properties": {},
+ "defaultstate": "minecraft:redstone_block"
+ },
+ "minecraft:redstone_lamp": {
+ "properties": {
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:redstone_lamp[lit=false]"
+ },
+ "minecraft:redstone_ore": {
+ "properties": {
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:redstone_ore[lit=false]"
+ },
+ "minecraft:redstone_torch": {
+ "properties": {
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:redstone_torch[lit=true]"
+ },
+ "minecraft:redstone_wall_torch": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:redstone_wall_torch[facing=north,lit=true]"
+ },
+ "minecraft:redstone_wire": {
+ "properties": {
+ "east": {
+ "values": [
+ "up",
+ "side",
+ "none"
+ ],
+ "type": "enum"
+ },
+ "north": {
+ "values": [
+ "up",
+ "side",
+ "none"
+ ],
+ "type": "enum"
+ },
+ "power": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "south": {
+ "values": [
+ "up",
+ "side",
+ "none"
+ ],
+ "type": "enum"
+ },
+ "west": {
+ "values": [
+ "up",
+ "side",
+ "none"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none]"
+ },
+ "minecraft:repeater": {
+ "properties": {
+ "delay": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ],
+ "type": "int"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "locked": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:repeater[delay=1,facing=north,locked=false,powered=false]"
+ },
+ "minecraft:repeating_command_block": {
+ "properties": {
+ "conditional": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:repeating_command_block[conditional=false,facing=north]"
+ },
+ "minecraft:respawn_anchor": {
+ "properties": {
+ "charges": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:respawn_anchor[charges=0]"
+ },
+ "minecraft:rose_bush": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:rose_bush[half=lower]"
+ },
+ "minecraft:sand": {
+ "properties": {},
+ "defaultstate": "minecraft:sand"
+ },
+ "minecraft:sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:sandstone"
+ },
+ "minecraft:sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:sandstone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:sandstone_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "north": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "south": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]"
+ },
+ "minecraft:scaffolding": {
+ "properties": {
+ "bottom": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "distance": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:scaffolding[bottom=false,distance=7,waterlogged=false]"
+ },
+ "minecraft:sea_lantern": {
+ "properties": {},
+ "defaultstate": "minecraft:sea_lantern"
+ },
+ "minecraft:sea_pickle": {
+ "properties": {
+ "pickles": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:sea_pickle[pickles=1,waterlogged=true]"
+ },
+ "minecraft:seagrass": {
+ "properties": {},
+ "defaultstate": "minecraft:seagrass"
+ },
+ "minecraft:shroomlight": {
+ "properties": {},
+ "defaultstate": "minecraft:shroomlight"
+ },
+ "minecraft:shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:shulker_box[facing=up]"
+ },
+ "minecraft:skeleton_skull": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:skeleton_skull[rotation=0]"
+ },
+ "minecraft:skeleton_wall_skull": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:skeleton_wall_skull[facing=north]"
+ },
+ "minecraft:slime_block": {
+ "properties": {},
+ "defaultstate": "minecraft:slime_block"
+ },
+ "minecraft:smithing_table": {
+ "properties": {},
+ "defaultstate": "minecraft:smithing_table"
+ },
+ "minecraft:smoker": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smoker[facing=north,lit=false]"
+ },
+ "minecraft:smooth_quartz": {
+ "properties": {},
+ "defaultstate": "minecraft:smooth_quartz"
+ },
+ "minecraft:smooth_quartz_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_quartz_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:smooth_quartz_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:smooth_red_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:smooth_red_sandstone"
+ },
+ "minecraft:smooth_red_sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:smooth_red_sandstone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:smooth_sandstone": {
+ "properties": {},
+ "defaultstate": "minecraft:smooth_sandstone"
+ },
+ "minecraft:smooth_sandstone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:smooth_sandstone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:smooth_stone": {
+ "properties": {},
+ "defaultstate": "minecraft:smooth_stone"
+ },
+ "minecraft:smooth_stone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:smooth_stone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:snow": {
+ "properties": {
+ "layers": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:snow[layers=1]"
+ },
+ "minecraft:snow_block": {
+ "properties": {},
+ "defaultstate": "minecraft:snow_block"
+ },
+ "minecraft:soul_campfire": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "lit": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "signal_fire": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=false]"
+ },
+ "minecraft:soul_fire": {
+ "properties": {},
+ "defaultstate": "minecraft:soul_fire"
+ },
+ "minecraft:soul_lantern": {
+ "properties": {
+ "hanging": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:soul_lantern[hanging=false]"
+ },
+ "minecraft:soul_sand": {
+ "properties": {},
+ "defaultstate": "minecraft:soul_sand"
+ },
+ "minecraft:soul_soil": {
+ "properties": {},
+ "defaultstate": "minecraft:soul_soil"
+ },
+ "minecraft:soul_torch": {
+ "properties": {},
+ "defaultstate": "minecraft:soul_torch"
+ },
+ "minecraft:soul_wall_torch": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:soul_wall_torch[facing=north]"
+ },
+ "minecraft:spawner": {
+ "properties": {},
+ "defaultstate": "minecraft:spawner"
+ },
+ "minecraft:sponge": {
+ "properties": {},
+ "defaultstate": "minecraft:sponge"
+ },
+ "minecraft:spruce_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:spruce_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:spruce_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:spruce_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:spruce_leaves": {
+ "properties": {
+ "distance": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ },
+ "persistent": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_leaves[distance=7,persistent=false]"
+ },
+ "minecraft:spruce_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:spruce_log[axis=y]"
+ },
+ "minecraft:spruce_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:spruce_planks"
+ },
+ "minecraft:spruce_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_pressure_plate[powered=false]"
+ },
+ "minecraft:spruce_sapling": {
+ "properties": {
+ "stage": {
+ "values": [
+ "0",
+ "1"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:spruce_sapling[stage=0]"
+ },
+ "minecraft:spruce_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:spruce_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:spruce_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:spruce_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:spruce_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:spruce_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:spruce_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:spruce_wood[axis=y]"
+ },
+ "minecraft:sticky_piston": {
+ "properties": {
+ "extended": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:sticky_piston[extended=false,facing=north]"
+ },
+ "minecraft:stone": {
+ "properties": {},
+ "defaultstate": "minecraft:stone"
+ },
+ "minecraft:stone_brick_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_brick_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:stone_brick_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:stone_brick_wall": {
+ "properties": {
+ "east": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "north": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "south": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]"
+ },
+ "minecraft:stone_bricks": {
+ "properties": {},
+ "defaultstate": "minecraft:stone_bricks"
+ },
+ "minecraft:stone_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:stone_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_pressure_plate[powered=false]"
+ },
+ "minecraft:stone_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:stone_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:stonecutter": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:stonecutter[facing=north]"
+ },
+ "minecraft:stripped_acacia_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_acacia_log[axis=y]"
+ },
+ "minecraft:stripped_acacia_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_acacia_wood[axis=y]"
+ },
+ "minecraft:stripped_birch_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_birch_log[axis=y]"
+ },
+ "minecraft:stripped_birch_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_birch_wood[axis=y]"
+ },
+ "minecraft:stripped_crimson_hyphae": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_crimson_hyphae[axis=y]"
+ },
+ "minecraft:stripped_crimson_stem": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_crimson_stem[axis=y]"
+ },
+ "minecraft:stripped_dark_oak_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_dark_oak_log[axis=y]"
+ },
+ "minecraft:stripped_dark_oak_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_dark_oak_wood[axis=y]"
+ },
+ "minecraft:stripped_jungle_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_jungle_log[axis=y]"
+ },
+ "minecraft:stripped_jungle_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_jungle_wood[axis=y]"
+ },
+ "minecraft:stripped_oak_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_oak_log[axis=y]"
+ },
+ "minecraft:stripped_oak_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_oak_wood[axis=y]"
+ },
+ "minecraft:stripped_spruce_log": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_spruce_log[axis=y]"
+ },
+ "minecraft:stripped_spruce_wood": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_spruce_wood[axis=y]"
+ },
+ "minecraft:stripped_warped_hyphae": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_warped_hyphae[axis=y]"
+ },
+ "minecraft:stripped_warped_stem": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:stripped_warped_stem[axis=y]"
+ },
+ "minecraft:structure_block": {
+ "properties": {
+ "mode": {
+ "values": [
+ "save",
+ "load",
+ "corner",
+ "data"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:structure_block[mode=save]"
+ },
+ "minecraft:structure_void": {
+ "properties": {},
+ "defaultstate": "minecraft:structure_void"
+ },
+ "minecraft:sugar_cane": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:sugar_cane[age=0]"
+ },
+ "minecraft:sunflower": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:sunflower[half=lower]"
+ },
+ "minecraft:sweet_berry_bush": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:sweet_berry_bush[age=0]"
+ },
+ "minecraft:tall_grass": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:tall_grass[half=lower]"
+ },
+ "minecraft:tall_seagrass": {
+ "properties": {
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:tall_seagrass[half=lower]"
+ },
+ "minecraft:target": {
+ "properties": {
+ "power": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:target[power=0]"
+ },
+ "minecraft:terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:terracotta"
+ },
+ "minecraft:tnt": {
+ "properties": {
+ "unstable": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tnt[unstable=false]"
+ },
+ "minecraft:torch": {
+ "properties": {},
+ "defaultstate": "minecraft:torch"
+ },
+ "minecraft:trapped_chest": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "type": {
+ "values": [
+ "single",
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:trapped_chest[facing=north,type=single,waterlogged=false]"
+ },
+ "minecraft:tripwire": {
+ "properties": {
+ "attached": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "disarmed": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tripwire[attached=false,disarmed=false,east=false,north=false,powered=false,south=false,west=false]"
+ },
+ "minecraft:tripwire_hook": {
+ "properties": {
+ "attached": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tripwire_hook[attached=false,facing=north,powered=false]"
+ },
+ "minecraft:tube_coral": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tube_coral[waterlogged=true]"
+ },
+ "minecraft:tube_coral_block": {
+ "properties": {},
+ "defaultstate": "minecraft:tube_coral_block"
+ },
+ "minecraft:tube_coral_fan": {
+ "properties": {
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tube_coral_fan[waterlogged=true]"
+ },
+ "minecraft:tube_coral_wall_fan": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:tube_coral_wall_fan[facing=north,waterlogged=true]"
+ },
+ "minecraft:turtle_egg": {
+ "properties": {
+ "eggs": {
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ],
+ "type": "int"
+ },
+ "hatch": {
+ "values": [
+ "0",
+ "1",
+ "2"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:turtle_egg[eggs=1,hatch=0]"
+ },
+ "minecraft:twisting_vines": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15",
+ "16",
+ "17",
+ "18",
+ "19",
+ "20",
+ "21",
+ "22",
+ "23",
+ "24",
+ "25"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:twisting_vines[age=0]"
+ },
+ "minecraft:twisting_vines_plant": {
+ "properties": {},
+ "defaultstate": "minecraft:twisting_vines_plant"
+ },
+ "minecraft:vine": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "up": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:vine[east=false,north=false,south=false,up=false,west=false]"
+ },
+ "minecraft:void_air": {
+ "properties": {},
+ "defaultstate": "minecraft:void_air"
+ },
+ "minecraft:wall_torch": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:wall_torch[facing=north]"
+ },
+ "minecraft:warped_button": {
+ "properties": {
+ "face": {
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ],
+ "type": "enum"
+ },
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:warped_button[face=wall,facing=north,powered=false]"
+ },
+ "minecraft:warped_door": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "upper",
+ "lower"
+ ],
+ "type": "enum"
+ },
+ "hinge": {
+ "values": [
+ "left",
+ "right"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=false]"
+ },
+ "minecraft:warped_fence": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:warped_fence_gate": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "in_wall": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=false]"
+ },
+ "minecraft:warped_fungus": {
+ "properties": {},
+ "defaultstate": "minecraft:warped_fungus"
+ },
+ "minecraft:warped_hyphae": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:warped_hyphae[axis=y]"
+ },
+ "minecraft:warped_nylium": {
+ "properties": {},
+ "defaultstate": "minecraft:warped_nylium"
+ },
+ "minecraft:warped_planks": {
+ "properties": {},
+ "defaultstate": "minecraft:warped_planks"
+ },
+ "minecraft:warped_pressure_plate": {
+ "properties": {
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:warped_pressure_plate[powered=false]"
+ },
+ "minecraft:warped_roots": {
+ "properties": {},
+ "defaultstate": "minecraft:warped_roots"
+ },
+ "minecraft:warped_sign": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:warped_sign[rotation=0,waterlogged=false]"
+ },
+ "minecraft:warped_slab": {
+ "properties": {
+ "type": {
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:warped_slab[type=bottom,waterlogged=false]"
+ },
+ "minecraft:warped_stairs": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "shape": {
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "type": "enum"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]"
+ },
+ "minecraft:warped_stem": {
+ "properties": {
+ "axis": {
+ "values": [
+ "x",
+ "y",
+ "z"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:warped_stem[axis=y]"
+ },
+ "minecraft:warped_trapdoor": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "half": {
+ "values": [
+ "top",
+ "bottom"
+ ],
+ "type": "enum"
+ },
+ "open": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "powered": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]"
+ },
+ "minecraft:warped_wall_sign": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:warped_wall_sign[facing=north,waterlogged=false]"
+ },
+ "minecraft:warped_wart_block": {
+ "properties": {},
+ "defaultstate": "minecraft:warped_wart_block"
+ },
+ "minecraft:water": {
+ "properties": {
+ "level": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:water[level=0]"
+ },
+ "minecraft:weeping_vines": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15",
+ "16",
+ "17",
+ "18",
+ "19",
+ "20",
+ "21",
+ "22",
+ "23",
+ "24",
+ "25"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:weeping_vines[age=0]"
+ },
+ "minecraft:weeping_vines_plant": {
+ "properties": {},
+ "defaultstate": "minecraft:weeping_vines_plant"
+ },
+ "minecraft:wet_sponge": {
+ "properties": {},
+ "defaultstate": "minecraft:wet_sponge"
+ },
+ "minecraft:wheat": {
+ "properties": {
+ "age": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:wheat[age=0]"
+ },
+ "minecraft:white_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:white_banner[rotation=0]"
+ },
+ "minecraft:white_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:white_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:white_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:white_carpet"
+ },
+ "minecraft:white_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:white_concrete"
+ },
+ "minecraft:white_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:white_concrete_powder"
+ },
+ "minecraft:white_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:white_glazed_terracotta[facing=north]"
+ },
+ "minecraft:white_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:white_shulker_box[facing=up]"
+ },
+ "minecraft:white_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:white_stained_glass"
+ },
+ "minecraft:white_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:white_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:white_terracotta"
+ },
+ "minecraft:white_tulip": {
+ "properties": {},
+ "defaultstate": "minecraft:white_tulip"
+ },
+ "minecraft:white_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:white_wall_banner[facing=north]"
+ },
+ "minecraft:white_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:white_wool"
+ },
+ "minecraft:wither_rose": {
+ "properties": {},
+ "defaultstate": "minecraft:wither_rose"
+ },
+ "minecraft:wither_skeleton_skull": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:wither_skeleton_skull[rotation=0]"
+ },
+ "minecraft:wither_skeleton_wall_skull": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:wither_skeleton_wall_skull[facing=north]"
+ },
+ "minecraft:yellow_banner": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:yellow_banner[rotation=0]"
+ },
+ "minecraft:yellow_bed": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ },
+ "occupied": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "part": {
+ "values": [
+ "head",
+ "foot"
+ ],
+ "type": "enum"
+ }
+ },
+ "defaultstate": "minecraft:yellow_bed[facing=north,occupied=false,part=foot]"
+ },
+ "minecraft:yellow_carpet": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_carpet"
+ },
+ "minecraft:yellow_concrete": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_concrete"
+ },
+ "minecraft:yellow_concrete_powder": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_concrete_powder"
+ },
+ "minecraft:yellow_glazed_terracotta": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:yellow_glazed_terracotta[facing=north]"
+ },
+ "minecraft:yellow_shulker_box": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:yellow_shulker_box[facing=up]"
+ },
+ "minecraft:yellow_stained_glass": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_stained_glass"
+ },
+ "minecraft:yellow_stained_glass_pane": {
+ "properties": {
+ "east": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "north": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "south": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "waterlogged": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ },
+ "west": {
+ "values": [
+ "true",
+ "false"
+ ],
+ "type": "bool"
+ }
+ },
+ "defaultstate": "minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]"
+ },
+ "minecraft:yellow_terracotta": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_terracotta"
+ },
+ "minecraft:yellow_wall_banner": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:yellow_wall_banner[facing=north]"
+ },
+ "minecraft:yellow_wool": {
+ "properties": {},
+ "defaultstate": "minecraft:yellow_wool"
+ },
+ "minecraft:zombie_head": {
+ "properties": {
+ "rotation": {
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ],
+ "type": "int"
+ }
+ },
+ "defaultstate": "minecraft:zombie_head[rotation=0]"
+ },
+ "minecraft:zombie_wall_head": {
+ "properties": {
+ "facing": {
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "type": "direction"
+ }
+ },
+ "defaultstate": "minecraft:zombie_wall_head[facing=north]"
+ }
+ },
+ "items": [
+ "minecraft:acacia_boat",
+ "minecraft:acacia_button",
+ "minecraft:acacia_door",
+ "minecraft:acacia_fence",
+ "minecraft:acacia_fence_gate",
+ "minecraft:acacia_leaves",
+ "minecraft:acacia_log",
+ "minecraft:acacia_planks",
+ "minecraft:acacia_pressure_plate",
+ "minecraft:acacia_sapling",
+ "minecraft:acacia_sign",
+ "minecraft:acacia_slab",
+ "minecraft:acacia_stairs",
+ "minecraft:acacia_trapdoor",
+ "minecraft:acacia_wood",
+ "minecraft:activator_rail",
+ "minecraft:air",
+ "minecraft:allium",
+ "minecraft:ancient_debris",
+ "minecraft:andesite",
+ "minecraft:andesite_slab",
+ "minecraft:andesite_stairs",
+ "minecraft:andesite_wall",
+ "minecraft:anvil",
+ "minecraft:apple",
+ "minecraft:armor_stand",
+ "minecraft:arrow",
+ "minecraft:azure_bluet",
+ "minecraft:baked_potato",
+ "minecraft:bamboo",
+ "minecraft:barrel",
+ "minecraft:barrier",
+ "minecraft:basalt",
+ "minecraft:bat_spawn_egg",
+ "minecraft:beacon",
+ "minecraft:bedrock",
+ "minecraft:bee_nest",
+ "minecraft:bee_spawn_egg",
+ "minecraft:beef",
+ "minecraft:beehive",
+ "minecraft:beetroot",
+ "minecraft:beetroot_seeds",
+ "minecraft:beetroot_soup",
+ "minecraft:bell",
+ "minecraft:birch_boat",
+ "minecraft:birch_button",
+ "minecraft:birch_door",
+ "minecraft:birch_fence",
+ "minecraft:birch_fence_gate",
+ "minecraft:birch_leaves",
+ "minecraft:birch_log",
+ "minecraft:birch_planks",
+ "minecraft:birch_pressure_plate",
+ "minecraft:birch_sapling",
+ "minecraft:birch_sign",
+ "minecraft:birch_slab",
+ "minecraft:birch_stairs",
+ "minecraft:birch_trapdoor",
+ "minecraft:birch_wood",
+ "minecraft:black_banner",
+ "minecraft:black_bed",
+ "minecraft:black_carpet",
+ "minecraft:black_concrete",
+ "minecraft:black_concrete_powder",
+ "minecraft:black_dye",
+ "minecraft:black_glazed_terracotta",
+ "minecraft:black_shulker_box",
+ "minecraft:black_stained_glass",
+ "minecraft:black_stained_glass_pane",
+ "minecraft:black_terracotta",
+ "minecraft:black_wool",
+ "minecraft:blackstone",
+ "minecraft:blackstone_slab",
+ "minecraft:blackstone_stairs",
+ "minecraft:blackstone_wall",
+ "minecraft:blast_furnace",
+ "minecraft:blaze_powder",
+ "minecraft:blaze_rod",
+ "minecraft:blaze_spawn_egg",
+ "minecraft:blue_banner",
+ "minecraft:blue_bed",
+ "minecraft:blue_carpet",
+ "minecraft:blue_concrete",
+ "minecraft:blue_concrete_powder",
+ "minecraft:blue_dye",
+ "minecraft:blue_glazed_terracotta",
+ "minecraft:blue_ice",
+ "minecraft:blue_orchid",
+ "minecraft:blue_shulker_box",
+ "minecraft:blue_stained_glass",
+ "minecraft:blue_stained_glass_pane",
+ "minecraft:blue_terracotta",
+ "minecraft:blue_wool",
+ "minecraft:bone",
+ "minecraft:bone_block",
+ "minecraft:bone_meal",
+ "minecraft:book",
+ "minecraft:bookshelf",
+ "minecraft:bow",
+ "minecraft:bowl",
+ "minecraft:brain_coral",
+ "minecraft:brain_coral_block",
+ "minecraft:brain_coral_fan",
+ "minecraft:bread",
+ "minecraft:brewing_stand",
+ "minecraft:brick",
+ "minecraft:brick_slab",
+ "minecraft:brick_stairs",
+ "minecraft:brick_wall",
+ "minecraft:bricks",
+ "minecraft:brown_banner",
+ "minecraft:brown_bed",
+ "minecraft:brown_carpet",
+ "minecraft:brown_concrete",
+ "minecraft:brown_concrete_powder",
+ "minecraft:brown_dye",
+ "minecraft:brown_glazed_terracotta",
+ "minecraft:brown_mushroom",
+ "minecraft:brown_mushroom_block",
+ "minecraft:brown_shulker_box",
+ "minecraft:brown_stained_glass",
+ "minecraft:brown_stained_glass_pane",
+ "minecraft:brown_terracotta",
+ "minecraft:brown_wool",
+ "minecraft:bubble_coral",
+ "minecraft:bubble_coral_block",
+ "minecraft:bubble_coral_fan",
+ "minecraft:bucket",
+ "minecraft:cactus",
+ "minecraft:cake",
+ "minecraft:campfire",
+ "minecraft:carrot",
+ "minecraft:carrot_on_a_stick",
+ "minecraft:cartography_table",
+ "minecraft:carved_pumpkin",
+ "minecraft:cat_spawn_egg",
+ "minecraft:cauldron",
+ "minecraft:cave_spider_spawn_egg",
+ "minecraft:chain",
+ "minecraft:chain_command_block",
+ "minecraft:chainmail_boots",
+ "minecraft:chainmail_chestplate",
+ "minecraft:chainmail_helmet",
+ "minecraft:chainmail_leggings",
+ "minecraft:charcoal",
+ "minecraft:chest",
+ "minecraft:chest_minecart",
+ "minecraft:chicken",
+ "minecraft:chicken_spawn_egg",
+ "minecraft:chipped_anvil",
+ "minecraft:chiseled_nether_bricks",
+ "minecraft:chiseled_polished_blackstone",
+ "minecraft:chiseled_quartz_block",
+ "minecraft:chiseled_red_sandstone",
+ "minecraft:chiseled_sandstone",
+ "minecraft:chiseled_stone_bricks",
+ "minecraft:chorus_flower",
+ "minecraft:chorus_fruit",
+ "minecraft:chorus_plant",
+ "minecraft:clay",
+ "minecraft:clay_ball",
+ "minecraft:clock",
+ "minecraft:coal",
+ "minecraft:coal_block",
+ "minecraft:coal_ore",
+ "minecraft:coarse_dirt",
+ "minecraft:cobblestone",
+ "minecraft:cobblestone_slab",
+ "minecraft:cobblestone_stairs",
+ "minecraft:cobblestone_wall",
+ "minecraft:cobweb",
+ "minecraft:cocoa_beans",
+ "minecraft:cod",
+ "minecraft:cod_bucket",
+ "minecraft:cod_spawn_egg",
+ "minecraft:command_block",
+ "minecraft:command_block_minecart",
+ "minecraft:comparator",
+ "minecraft:compass",
+ "minecraft:composter",
+ "minecraft:conduit",
+ "minecraft:cooked_beef",
+ "minecraft:cooked_chicken",
+ "minecraft:cooked_cod",
+ "minecraft:cooked_mutton",
+ "minecraft:cooked_porkchop",
+ "minecraft:cooked_rabbit",
+ "minecraft:cooked_salmon",
+ "minecraft:cookie",
+ "minecraft:cornflower",
+ "minecraft:cow_spawn_egg",
+ "minecraft:cracked_nether_bricks",
+ "minecraft:cracked_polished_blackstone_bricks",
+ "minecraft:cracked_stone_bricks",
+ "minecraft:crafting_table",
+ "minecraft:creeper_banner_pattern",
+ "minecraft:creeper_head",
+ "minecraft:creeper_spawn_egg",
+ "minecraft:crimson_button",
+ "minecraft:crimson_door",
+ "minecraft:crimson_fence",
+ "minecraft:crimson_fence_gate",
+ "minecraft:crimson_fungus",
+ "minecraft:crimson_hyphae",
+ "minecraft:crimson_nylium",
+ "minecraft:crimson_planks",
+ "minecraft:crimson_pressure_plate",
+ "minecraft:crimson_roots",
+ "minecraft:crimson_sign",
+ "minecraft:crimson_slab",
+ "minecraft:crimson_stairs",
+ "minecraft:crimson_stem",
+ "minecraft:crimson_trapdoor",
+ "minecraft:crossbow",
+ "minecraft:crying_obsidian",
+ "minecraft:cut_red_sandstone",
+ "minecraft:cut_red_sandstone_slab",
+ "minecraft:cut_sandstone",
+ "minecraft:cut_sandstone_slab",
+ "minecraft:cyan_banner",
+ "minecraft:cyan_bed",
+ "minecraft:cyan_carpet",
+ "minecraft:cyan_concrete",
+ "minecraft:cyan_concrete_powder",
+ "minecraft:cyan_dye",
+ "minecraft:cyan_glazed_terracotta",
+ "minecraft:cyan_shulker_box",
+ "minecraft:cyan_stained_glass",
+ "minecraft:cyan_stained_glass_pane",
+ "minecraft:cyan_terracotta",
+ "minecraft:cyan_wool",
+ "minecraft:damaged_anvil",
+ "minecraft:dandelion",
+ "minecraft:dark_oak_boat",
+ "minecraft:dark_oak_button",
+ "minecraft:dark_oak_door",
+ "minecraft:dark_oak_fence",
+ "minecraft:dark_oak_fence_gate",
+ "minecraft:dark_oak_leaves",
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_planks",
+ "minecraft:dark_oak_pressure_plate",
+ "minecraft:dark_oak_sapling",
+ "minecraft:dark_oak_sign",
+ "minecraft:dark_oak_slab",
+ "minecraft:dark_oak_stairs",
+ "minecraft:dark_oak_trapdoor",
+ "minecraft:dark_oak_wood",
+ "minecraft:dark_prismarine",
+ "minecraft:dark_prismarine_slab",
+ "minecraft:dark_prismarine_stairs",
+ "minecraft:daylight_detector",
+ "minecraft:dead_brain_coral",
+ "minecraft:dead_brain_coral_block",
+ "minecraft:dead_brain_coral_fan",
+ "minecraft:dead_bubble_coral",
+ "minecraft:dead_bubble_coral_block",
+ "minecraft:dead_bubble_coral_fan",
+ "minecraft:dead_bush",
+ "minecraft:dead_fire_coral",
+ "minecraft:dead_fire_coral_block",
+ "minecraft:dead_fire_coral_fan",
+ "minecraft:dead_horn_coral",
+ "minecraft:dead_horn_coral_block",
+ "minecraft:dead_horn_coral_fan",
+ "minecraft:dead_tube_coral",
+ "minecraft:dead_tube_coral_block",
+ "minecraft:dead_tube_coral_fan",
+ "minecraft:debug_stick",
+ "minecraft:detector_rail",
+ "minecraft:diamond",
+ "minecraft:diamond_axe",
+ "minecraft:diamond_block",
+ "minecraft:diamond_boots",
+ "minecraft:diamond_chestplate",
+ "minecraft:diamond_helmet",
+ "minecraft:diamond_hoe",
+ "minecraft:diamond_horse_armor",
+ "minecraft:diamond_leggings",
+ "minecraft:diamond_ore",
+ "minecraft:diamond_pickaxe",
+ "minecraft:diamond_shovel",
+ "minecraft:diamond_sword",
+ "minecraft:diorite",
+ "minecraft:diorite_slab",
+ "minecraft:diorite_stairs",
+ "minecraft:diorite_wall",
+ "minecraft:dirt",
+ "minecraft:dispenser",
+ "minecraft:dolphin_spawn_egg",
+ "minecraft:donkey_spawn_egg",
+ "minecraft:dragon_breath",
+ "minecraft:dragon_egg",
+ "minecraft:dragon_head",
+ "minecraft:dried_kelp",
+ "minecraft:dried_kelp_block",
+ "minecraft:dropper",
+ "minecraft:drowned_spawn_egg",
+ "minecraft:egg",
+ "minecraft:elder_guardian_spawn_egg",
+ "minecraft:elytra",
+ "minecraft:emerald",
+ "minecraft:emerald_block",
+ "minecraft:emerald_ore",
+ "minecraft:enchanted_book",
+ "minecraft:enchanted_golden_apple",
+ "minecraft:enchanting_table",
+ "minecraft:end_crystal",
+ "minecraft:end_portal_frame",
+ "minecraft:end_rod",
+ "minecraft:end_stone",
+ "minecraft:end_stone_brick_slab",
+ "minecraft:end_stone_brick_stairs",
+ "minecraft:end_stone_brick_wall",
+ "minecraft:end_stone_bricks",
+ "minecraft:ender_chest",
+ "minecraft:ender_eye",
+ "minecraft:ender_pearl",
+ "minecraft:enderman_spawn_egg",
+ "minecraft:endermite_spawn_egg",
+ "minecraft:evoker_spawn_egg",
+ "minecraft:experience_bottle",
+ "minecraft:farmland",
+ "minecraft:feather",
+ "minecraft:fermented_spider_eye",
+ "minecraft:fern",
+ "minecraft:filled_map",
+ "minecraft:fire_charge",
+ "minecraft:fire_coral",
+ "minecraft:fire_coral_block",
+ "minecraft:fire_coral_fan",
+ "minecraft:firework_rocket",
+ "minecraft:firework_star",
+ "minecraft:fishing_rod",
+ "minecraft:fletching_table",
+ "minecraft:flint",
+ "minecraft:flint_and_steel",
+ "minecraft:flower_banner_pattern",
+ "minecraft:flower_pot",
+ "minecraft:fox_spawn_egg",
+ "minecraft:furnace",
+ "minecraft:furnace_minecart",
+ "minecraft:ghast_spawn_egg",
+ "minecraft:ghast_tear",
+ "minecraft:gilded_blackstone",
+ "minecraft:glass",
+ "minecraft:glass_bottle",
+ "minecraft:glass_pane",
+ "minecraft:glistering_melon_slice",
+ "minecraft:globe_banner_pattern",
+ "minecraft:glowstone",
+ "minecraft:glowstone_dust",
+ "minecraft:gold_block",
+ "minecraft:gold_ingot",
+ "minecraft:gold_nugget",
+ "minecraft:gold_ore",
+ "minecraft:golden_apple",
+ "minecraft:golden_axe",
+ "minecraft:golden_boots",
+ "minecraft:golden_carrot",
+ "minecraft:golden_chestplate",
+ "minecraft:golden_helmet",
+ "minecraft:golden_hoe",
+ "minecraft:golden_horse_armor",
+ "minecraft:golden_leggings",
+ "minecraft:golden_pickaxe",
+ "minecraft:golden_shovel",
+ "minecraft:golden_sword",
+ "minecraft:granite",
+ "minecraft:granite_slab",
+ "minecraft:granite_stairs",
+ "minecraft:granite_wall",
+ "minecraft:grass",
+ "minecraft:grass_block",
+ "minecraft:grass_path",
+ "minecraft:gravel",
+ "minecraft:gray_banner",
+ "minecraft:gray_bed",
+ "minecraft:gray_carpet",
+ "minecraft:gray_concrete",
+ "minecraft:gray_concrete_powder",
+ "minecraft:gray_dye",
+ "minecraft:gray_glazed_terracotta",
+ "minecraft:gray_shulker_box",
+ "minecraft:gray_stained_glass",
+ "minecraft:gray_stained_glass_pane",
+ "minecraft:gray_terracotta",
+ "minecraft:gray_wool",
+ "minecraft:green_banner",
+ "minecraft:green_bed",
+ "minecraft:green_carpet",
+ "minecraft:green_concrete",
+ "minecraft:green_concrete_powder",
+ "minecraft:green_dye",
+ "minecraft:green_glazed_terracotta",
+ "minecraft:green_shulker_box",
+ "minecraft:green_stained_glass",
+ "minecraft:green_stained_glass_pane",
+ "minecraft:green_terracotta",
+ "minecraft:green_wool",
+ "minecraft:grindstone",
+ "minecraft:guardian_spawn_egg",
+ "minecraft:gunpowder",
+ "minecraft:hay_block",
+ "minecraft:heart_of_the_sea",
+ "minecraft:heavy_weighted_pressure_plate",
+ "minecraft:hoglin_spawn_egg",
+ "minecraft:honey_block",
+ "minecraft:honey_bottle",
+ "minecraft:honeycomb",
+ "minecraft:honeycomb_block",
+ "minecraft:hopper",
+ "minecraft:hopper_minecart",
+ "minecraft:horn_coral",
+ "minecraft:horn_coral_block",
+ "minecraft:horn_coral_fan",
+ "minecraft:horse_spawn_egg",
+ "minecraft:husk_spawn_egg",
+ "minecraft:ice",
+ "minecraft:infested_chiseled_stone_bricks",
+ "minecraft:infested_cobblestone",
+ "minecraft:infested_cracked_stone_bricks",
+ "minecraft:infested_mossy_stone_bricks",
+ "minecraft:infested_stone",
+ "minecraft:infested_stone_bricks",
+ "minecraft:ink_sac",
+ "minecraft:iron_axe",
+ "minecraft:iron_bars",
+ "minecraft:iron_block",
+ "minecraft:iron_boots",
+ "minecraft:iron_chestplate",
+ "minecraft:iron_door",
+ "minecraft:iron_helmet",
+ "minecraft:iron_hoe",
+ "minecraft:iron_horse_armor",
+ "minecraft:iron_ingot",
+ "minecraft:iron_leggings",
+ "minecraft:iron_nugget",
+ "minecraft:iron_ore",
+ "minecraft:iron_pickaxe",
+ "minecraft:iron_shovel",
+ "minecraft:iron_sword",
+ "minecraft:iron_trapdoor",
+ "minecraft:item_frame",
+ "minecraft:jack_o_lantern",
+ "minecraft:jigsaw",
+ "minecraft:jukebox",
+ "minecraft:jungle_boat",
+ "minecraft:jungle_button",
+ "minecraft:jungle_door",
+ "minecraft:jungle_fence",
+ "minecraft:jungle_fence_gate",
+ "minecraft:jungle_leaves",
+ "minecraft:jungle_log",
+ "minecraft:jungle_planks",
+ "minecraft:jungle_pressure_plate",
+ "minecraft:jungle_sapling",
+ "minecraft:jungle_sign",
+ "minecraft:jungle_slab",
+ "minecraft:jungle_stairs",
+ "minecraft:jungle_trapdoor",
+ "minecraft:jungle_wood",
+ "minecraft:kelp",
+ "minecraft:knowledge_book",
+ "minecraft:ladder",
+ "minecraft:lantern",
+ "minecraft:lapis_block",
+ "minecraft:lapis_lazuli",
+ "minecraft:lapis_ore",
+ "minecraft:large_fern",
+ "minecraft:lava_bucket",
+ "minecraft:lead",
+ "minecraft:leather",
+ "minecraft:leather_boots",
+ "minecraft:leather_chestplate",
+ "minecraft:leather_helmet",
+ "minecraft:leather_horse_armor",
+ "minecraft:leather_leggings",
+ "minecraft:lectern",
+ "minecraft:lever",
+ "minecraft:light_blue_banner",
+ "minecraft:light_blue_bed",
+ "minecraft:light_blue_carpet",
+ "minecraft:light_blue_concrete",
+ "minecraft:light_blue_concrete_powder",
+ "minecraft:light_blue_dye",
+ "minecraft:light_blue_glazed_terracotta",
+ "minecraft:light_blue_shulker_box",
+ "minecraft:light_blue_stained_glass",
+ "minecraft:light_blue_stained_glass_pane",
+ "minecraft:light_blue_terracotta",
+ "minecraft:light_blue_wool",
+ "minecraft:light_gray_banner",
+ "minecraft:light_gray_bed",
+ "minecraft:light_gray_carpet",
+ "minecraft:light_gray_concrete",
+ "minecraft:light_gray_concrete_powder",
+ "minecraft:light_gray_dye",
+ "minecraft:light_gray_glazed_terracotta",
+ "minecraft:light_gray_shulker_box",
+ "minecraft:light_gray_stained_glass",
+ "minecraft:light_gray_stained_glass_pane",
+ "minecraft:light_gray_terracotta",
+ "minecraft:light_gray_wool",
+ "minecraft:light_weighted_pressure_plate",
+ "minecraft:lilac",
+ "minecraft:lily_of_the_valley",
+ "minecraft:lily_pad",
+ "minecraft:lime_banner",
+ "minecraft:lime_bed",
+ "minecraft:lime_carpet",
+ "minecraft:lime_concrete",
+ "minecraft:lime_concrete_powder",
+ "minecraft:lime_dye",
+ "minecraft:lime_glazed_terracotta",
+ "minecraft:lime_shulker_box",
+ "minecraft:lime_stained_glass",
+ "minecraft:lime_stained_glass_pane",
+ "minecraft:lime_terracotta",
+ "minecraft:lime_wool",
+ "minecraft:lingering_potion",
+ "minecraft:llama_spawn_egg",
+ "minecraft:lodestone",
+ "minecraft:loom",
+ "minecraft:magenta_banner",
+ "minecraft:magenta_bed",
+ "minecraft:magenta_carpet",
+ "minecraft:magenta_concrete",
+ "minecraft:magenta_concrete_powder",
+ "minecraft:magenta_dye",
+ "minecraft:magenta_glazed_terracotta",
+ "minecraft:magenta_shulker_box",
+ "minecraft:magenta_stained_glass",
+ "minecraft:magenta_stained_glass_pane",
+ "minecraft:magenta_terracotta",
+ "minecraft:magenta_wool",
+ "minecraft:magma_block",
+ "minecraft:magma_cream",
+ "minecraft:magma_cube_spawn_egg",
+ "minecraft:map",
+ "minecraft:melon",
+ "minecraft:melon_seeds",
+ "minecraft:melon_slice",
+ "minecraft:milk_bucket",
+ "minecraft:minecart",
+ "minecraft:mojang_banner_pattern",
+ "minecraft:mooshroom_spawn_egg",
+ "minecraft:mossy_cobblestone",
+ "minecraft:mossy_cobblestone_slab",
+ "minecraft:mossy_cobblestone_stairs",
+ "minecraft:mossy_cobblestone_wall",
+ "minecraft:mossy_stone_brick_slab",
+ "minecraft:mossy_stone_brick_stairs",
+ "minecraft:mossy_stone_brick_wall",
+ "minecraft:mossy_stone_bricks",
+ "minecraft:mule_spawn_egg",
+ "minecraft:mushroom_stem",
+ "minecraft:mushroom_stew",
+ "minecraft:music_disc_11",
+ "minecraft:music_disc_13",
+ "minecraft:music_disc_blocks",
+ "minecraft:music_disc_cat",
+ "minecraft:music_disc_chirp",
+ "minecraft:music_disc_far",
+ "minecraft:music_disc_mall",
+ "minecraft:music_disc_mellohi",
+ "minecraft:music_disc_pigstep",
+ "minecraft:music_disc_stal",
+ "minecraft:music_disc_strad",
+ "minecraft:music_disc_wait",
+ "minecraft:music_disc_ward",
+ "minecraft:mutton",
+ "minecraft:mycelium",
+ "minecraft:name_tag",
+ "minecraft:nautilus_shell",
+ "minecraft:nether_brick",
+ "minecraft:nether_brick_fence",
+ "minecraft:nether_brick_slab",
+ "minecraft:nether_brick_stairs",
+ "minecraft:nether_brick_wall",
+ "minecraft:nether_bricks",
+ "minecraft:nether_gold_ore",
+ "minecraft:nether_quartz_ore",
+ "minecraft:nether_sprouts",
+ "minecraft:nether_star",
+ "minecraft:nether_wart",
+ "minecraft:nether_wart_block",
+ "minecraft:netherite_axe",
+ "minecraft:netherite_block",
+ "minecraft:netherite_boots",
+ "minecraft:netherite_chestplate",
+ "minecraft:netherite_helmet",
+ "minecraft:netherite_hoe",
+ "minecraft:netherite_ingot",
+ "minecraft:netherite_leggings",
+ "minecraft:netherite_pickaxe",
+ "minecraft:netherite_scrap",
+ "minecraft:netherite_shovel",
+ "minecraft:netherite_sword",
+ "minecraft:netherrack",
+ "minecraft:note_block",
+ "minecraft:oak_boat",
+ "minecraft:oak_button",
+ "minecraft:oak_door",
+ "minecraft:oak_fence",
+ "minecraft:oak_fence_gate",
+ "minecraft:oak_leaves",
+ "minecraft:oak_log",
+ "minecraft:oak_planks",
+ "minecraft:oak_pressure_plate",
+ "minecraft:oak_sapling",
+ "minecraft:oak_sign",
+ "minecraft:oak_slab",
+ "minecraft:oak_stairs",
+ "minecraft:oak_trapdoor",
+ "minecraft:oak_wood",
+ "minecraft:observer",
+ "minecraft:obsidian",
+ "minecraft:ocelot_spawn_egg",
+ "minecraft:orange_banner",
+ "minecraft:orange_bed",
+ "minecraft:orange_carpet",
+ "minecraft:orange_concrete",
+ "minecraft:orange_concrete_powder",
+ "minecraft:orange_dye",
+ "minecraft:orange_glazed_terracotta",
+ "minecraft:orange_shulker_box",
+ "minecraft:orange_stained_glass",
+ "minecraft:orange_stained_glass_pane",
+ "minecraft:orange_terracotta",
+ "minecraft:orange_tulip",
+ "minecraft:orange_wool",
+ "minecraft:oxeye_daisy",
+ "minecraft:packed_ice",
+ "minecraft:painting",
+ "minecraft:panda_spawn_egg",
+ "minecraft:paper",
+ "minecraft:parrot_spawn_egg",
+ "minecraft:peony",
+ "minecraft:petrified_oak_slab",
+ "minecraft:phantom_membrane",
+ "minecraft:phantom_spawn_egg",
+ "minecraft:pig_spawn_egg",
+ "minecraft:piglin_banner_pattern",
+ "minecraft:piglin_spawn_egg",
+ "minecraft:pillager_spawn_egg",
+ "minecraft:pink_banner",
+ "minecraft:pink_bed",
+ "minecraft:pink_carpet",
+ "minecraft:pink_concrete",
+ "minecraft:pink_concrete_powder",
+ "minecraft:pink_dye",
+ "minecraft:pink_glazed_terracotta",
+ "minecraft:pink_shulker_box",
+ "minecraft:pink_stained_glass",
+ "minecraft:pink_stained_glass_pane",
+ "minecraft:pink_terracotta",
+ "minecraft:pink_tulip",
+ "minecraft:pink_wool",
+ "minecraft:piston",
+ "minecraft:player_head",
+ "minecraft:podzol",
+ "minecraft:poisonous_potato",
+ "minecraft:polar_bear_spawn_egg",
+ "minecraft:polished_andesite",
+ "minecraft:polished_andesite_slab",
+ "minecraft:polished_andesite_stairs",
+ "minecraft:polished_basalt",
+ "minecraft:polished_blackstone",
+ "minecraft:polished_blackstone_brick_slab",
+ "minecraft:polished_blackstone_brick_stairs",
+ "minecraft:polished_blackstone_brick_wall",
+ "minecraft:polished_blackstone_bricks",
+ "minecraft:polished_blackstone_button",
+ "minecraft:polished_blackstone_pressure_plate",
+ "minecraft:polished_blackstone_slab",
+ "minecraft:polished_blackstone_stairs",
+ "minecraft:polished_blackstone_wall",
+ "minecraft:polished_diorite",
+ "minecraft:polished_diorite_slab",
+ "minecraft:polished_diorite_stairs",
+ "minecraft:polished_granite",
+ "minecraft:polished_granite_slab",
+ "minecraft:polished_granite_stairs",
+ "minecraft:popped_chorus_fruit",
+ "minecraft:poppy",
+ "minecraft:porkchop",
+ "minecraft:potato",
+ "minecraft:potion",
+ "minecraft:powered_rail",
+ "minecraft:prismarine",
+ "minecraft:prismarine_brick_slab",
+ "minecraft:prismarine_brick_stairs",
+ "minecraft:prismarine_bricks",
+ "minecraft:prismarine_crystals",
+ "minecraft:prismarine_shard",
+ "minecraft:prismarine_slab",
+ "minecraft:prismarine_stairs",
+ "minecraft:prismarine_wall",
+ "minecraft:pufferfish",
+ "minecraft:pufferfish_bucket",
+ "minecraft:pufferfish_spawn_egg",
+ "minecraft:pumpkin",
+ "minecraft:pumpkin_pie",
+ "minecraft:pumpkin_seeds",
+ "minecraft:purple_banner",
+ "minecraft:purple_bed",
+ "minecraft:purple_carpet",
+ "minecraft:purple_concrete",
+ "minecraft:purple_concrete_powder",
+ "minecraft:purple_dye",
+ "minecraft:purple_glazed_terracotta",
+ "minecraft:purple_shulker_box",
+ "minecraft:purple_stained_glass",
+ "minecraft:purple_stained_glass_pane",
+ "minecraft:purple_terracotta",
+ "minecraft:purple_wool",
+ "minecraft:purpur_block",
+ "minecraft:purpur_pillar",
+ "minecraft:purpur_slab",
+ "minecraft:purpur_stairs",
+ "minecraft:quartz",
+ "minecraft:quartz_block",
+ "minecraft:quartz_bricks",
+ "minecraft:quartz_pillar",
+ "minecraft:quartz_slab",
+ "minecraft:quartz_stairs",
+ "minecraft:rabbit",
+ "minecraft:rabbit_foot",
+ "minecraft:rabbit_hide",
+ "minecraft:rabbit_spawn_egg",
+ "minecraft:rabbit_stew",
+ "minecraft:rail",
+ "minecraft:ravager_spawn_egg",
+ "minecraft:red_banner",
+ "minecraft:red_bed",
+ "minecraft:red_carpet",
+ "minecraft:red_concrete",
+ "minecraft:red_concrete_powder",
+ "minecraft:red_dye",
+ "minecraft:red_glazed_terracotta",
+ "minecraft:red_mushroom",
+ "minecraft:red_mushroom_block",
+ "minecraft:red_nether_brick_slab",
+ "minecraft:red_nether_brick_stairs",
+ "minecraft:red_nether_brick_wall",
+ "minecraft:red_nether_bricks",
+ "minecraft:red_sand",
+ "minecraft:red_sandstone",
+ "minecraft:red_sandstone_slab",
+ "minecraft:red_sandstone_stairs",
+ "minecraft:red_sandstone_wall",
+ "minecraft:red_shulker_box",
+ "minecraft:red_stained_glass",
+ "minecraft:red_stained_glass_pane",
+ "minecraft:red_terracotta",
+ "minecraft:red_tulip",
+ "minecraft:red_wool",
+ "minecraft:redstone",
+ "minecraft:redstone_block",
+ "minecraft:redstone_lamp",
+ "minecraft:redstone_ore",
+ "minecraft:redstone_torch",
+ "minecraft:repeater",
+ "minecraft:repeating_command_block",
+ "minecraft:respawn_anchor",
+ "minecraft:rose_bush",
+ "minecraft:rotten_flesh",
+ "minecraft:saddle",
+ "minecraft:salmon",
+ "minecraft:salmon_bucket",
+ "minecraft:salmon_spawn_egg",
+ "minecraft:sand",
+ "minecraft:sandstone",
+ "minecraft:sandstone_slab",
+ "minecraft:sandstone_stairs",
+ "minecraft:sandstone_wall",
+ "minecraft:scaffolding",
+ "minecraft:scute",
+ "minecraft:sea_lantern",
+ "minecraft:sea_pickle",
+ "minecraft:seagrass",
+ "minecraft:shears",
+ "minecraft:sheep_spawn_egg",
+ "minecraft:shield",
+ "minecraft:shroomlight",
+ "minecraft:shulker_box",
+ "minecraft:shulker_shell",
+ "minecraft:shulker_spawn_egg",
+ "minecraft:silverfish_spawn_egg",
+ "minecraft:skeleton_horse_spawn_egg",
+ "minecraft:skeleton_skull",
+ "minecraft:skeleton_spawn_egg",
+ "minecraft:skull_banner_pattern",
+ "minecraft:slime_ball",
+ "minecraft:slime_block",
+ "minecraft:slime_spawn_egg",
+ "minecraft:smithing_table",
+ "minecraft:smoker",
+ "minecraft:smooth_quartz",
+ "minecraft:smooth_quartz_slab",
+ "minecraft:smooth_quartz_stairs",
+ "minecraft:smooth_red_sandstone",
+ "minecraft:smooth_red_sandstone_slab",
+ "minecraft:smooth_red_sandstone_stairs",
+ "minecraft:smooth_sandstone",
+ "minecraft:smooth_sandstone_slab",
+ "minecraft:smooth_sandstone_stairs",
+ "minecraft:smooth_stone",
+ "minecraft:smooth_stone_slab",
+ "minecraft:snow",
+ "minecraft:snow_block",
+ "minecraft:snowball",
+ "minecraft:soul_campfire",
+ "minecraft:soul_lantern",
+ "minecraft:soul_sand",
+ "minecraft:soul_soil",
+ "minecraft:soul_torch",
+ "minecraft:spawner",
+ "minecraft:spectral_arrow",
+ "minecraft:spider_eye",
+ "minecraft:spider_spawn_egg",
+ "minecraft:splash_potion",
+ "minecraft:sponge",
+ "minecraft:spruce_boat",
+ "minecraft:spruce_button",
+ "minecraft:spruce_door",
+ "minecraft:spruce_fence",
+ "minecraft:spruce_fence_gate",
+ "minecraft:spruce_leaves",
+ "minecraft:spruce_log",
+ "minecraft:spruce_planks",
+ "minecraft:spruce_pressure_plate",
+ "minecraft:spruce_sapling",
+ "minecraft:spruce_sign",
+ "minecraft:spruce_slab",
+ "minecraft:spruce_stairs",
+ "minecraft:spruce_trapdoor",
+ "minecraft:spruce_wood",
+ "minecraft:squid_spawn_egg",
+ "minecraft:stick",
+ "minecraft:sticky_piston",
+ "minecraft:stone",
+ "minecraft:stone_axe",
+ "minecraft:stone_brick_slab",
+ "minecraft:stone_brick_stairs",
+ "minecraft:stone_brick_wall",
+ "minecraft:stone_bricks",
+ "minecraft:stone_button",
+ "minecraft:stone_hoe",
+ "minecraft:stone_pickaxe",
+ "minecraft:stone_pressure_plate",
+ "minecraft:stone_shovel",
+ "minecraft:stone_slab",
+ "minecraft:stone_stairs",
+ "minecraft:stone_sword",
+ "minecraft:stonecutter",
+ "minecraft:stray_spawn_egg",
+ "minecraft:strider_spawn_egg",
+ "minecraft:string",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood",
+ "minecraft:stripped_crimson_hyphae",
+ "minecraft:stripped_crimson_stem",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood",
+ "minecraft:stripped_warped_hyphae",
+ "minecraft:stripped_warped_stem",
+ "minecraft:structure_block",
+ "minecraft:structure_void",
+ "minecraft:sugar",
+ "minecraft:sugar_cane",
+ "minecraft:sunflower",
+ "minecraft:suspicious_stew",
+ "minecraft:sweet_berries",
+ "minecraft:tall_grass",
+ "minecraft:target",
+ "minecraft:terracotta",
+ "minecraft:tipped_arrow",
+ "minecraft:tnt",
+ "minecraft:tnt_minecart",
+ "minecraft:torch",
+ "minecraft:totem_of_undying",
+ "minecraft:trader_llama_spawn_egg",
+ "minecraft:trapped_chest",
+ "minecraft:trident",
+ "minecraft:tripwire_hook",
+ "minecraft:tropical_fish",
+ "minecraft:tropical_fish_bucket",
+ "minecraft:tropical_fish_spawn_egg",
+ "minecraft:tube_coral",
+ "minecraft:tube_coral_block",
+ "minecraft:tube_coral_fan",
+ "minecraft:turtle_egg",
+ "minecraft:turtle_helmet",
+ "minecraft:turtle_spawn_egg",
+ "minecraft:twisting_vines",
+ "minecraft:vex_spawn_egg",
+ "minecraft:villager_spawn_egg",
+ "minecraft:vindicator_spawn_egg",
+ "minecraft:vine",
+ "minecraft:wandering_trader_spawn_egg",
+ "minecraft:warped_button",
+ "minecraft:warped_door",
+ "minecraft:warped_fence",
+ "minecraft:warped_fence_gate",
+ "minecraft:warped_fungus",
+ "minecraft:warped_fungus_on_a_stick",
+ "minecraft:warped_hyphae",
+ "minecraft:warped_nylium",
+ "minecraft:warped_planks",
+ "minecraft:warped_pressure_plate",
+ "minecraft:warped_roots",
+ "minecraft:warped_sign",
+ "minecraft:warped_slab",
+ "minecraft:warped_stairs",
+ "minecraft:warped_stem",
+ "minecraft:warped_trapdoor",
+ "minecraft:warped_wart_block",
+ "minecraft:water_bucket",
+ "minecraft:weeping_vines",
+ "minecraft:wet_sponge",
+ "minecraft:wheat",
+ "minecraft:wheat_seeds",
+ "minecraft:white_banner",
+ "minecraft:white_bed",
+ "minecraft:white_carpet",
+ "minecraft:white_concrete",
+ "minecraft:white_concrete_powder",
+ "minecraft:white_dye",
+ "minecraft:white_glazed_terracotta",
+ "minecraft:white_shulker_box",
+ "minecraft:white_stained_glass",
+ "minecraft:white_stained_glass_pane",
+ "minecraft:white_terracotta",
+ "minecraft:white_tulip",
+ "minecraft:white_wool",
+ "minecraft:witch_spawn_egg",
+ "minecraft:wither_rose",
+ "minecraft:wither_skeleton_skull",
+ "minecraft:wither_skeleton_spawn_egg",
+ "minecraft:wolf_spawn_egg",
+ "minecraft:wooden_axe",
+ "minecraft:wooden_hoe",
+ "minecraft:wooden_pickaxe",
+ "minecraft:wooden_shovel",
+ "minecraft:wooden_sword",
+ "minecraft:writable_book",
+ "minecraft:written_book",
+ "minecraft:yellow_banner",
+ "minecraft:yellow_bed",
+ "minecraft:yellow_carpet",
+ "minecraft:yellow_concrete",
+ "minecraft:yellow_concrete_powder",
+ "minecraft:yellow_dye",
+ "minecraft:yellow_glazed_terracotta",
+ "minecraft:yellow_shulker_box",
+ "minecraft:yellow_stained_glass",
+ "minecraft:yellow_stained_glass_pane",
+ "minecraft:yellow_terracotta",
+ "minecraft:yellow_wool",
+ "minecraft:zoglin_spawn_egg",
+ "minecraft:zombie_head",
+ "minecraft:zombie_horse_spawn_egg",
+ "minecraft:zombie_spawn_egg",
+ "minecraft:zombie_villager_spawn_egg",
+ "minecraft:zombified_piglin_spawn_egg"
+ ],
+ "entities": [
+ "minecraft:area_effect_cloud",
+ "minecraft:armor_stand",
+ "minecraft:arrow",
+ "minecraft:bat",
+ "minecraft:bee",
+ "minecraft:blaze",
+ "minecraft:boat",
+ "minecraft:cat",
+ "minecraft:cave_spider",
+ "minecraft:chest_minecart",
+ "minecraft:chicken",
+ "minecraft:cod",
+ "minecraft:command_block_minecart",
+ "minecraft:cow",
+ "minecraft:creeper",
+ "minecraft:dolphin",
+ "minecraft:donkey",
+ "minecraft:dragon_fireball",
+ "minecraft:drowned",
+ "minecraft:egg",
+ "minecraft:elder_guardian",
+ "minecraft:end_crystal",
+ "minecraft:ender_dragon",
+ "minecraft:ender_pearl",
+ "minecraft:enderman",
+ "minecraft:endermite",
+ "minecraft:evoker",
+ "minecraft:evoker_fangs",
+ "minecraft:experience_bottle",
+ "minecraft:experience_orb",
+ "minecraft:eye_of_ender",
+ "minecraft:falling_block",
+ "minecraft:fireball",
+ "minecraft:firework_rocket",
+ "minecraft:fishing_bobber",
+ "minecraft:fox",
+ "minecraft:furnace_minecart",
+ "minecraft:ghast",
+ "minecraft:giant",
+ "minecraft:guardian",
+ "minecraft:hoglin",
+ "minecraft:hopper_minecart",
+ "minecraft:horse",
+ "minecraft:husk",
+ "minecraft:illusioner",
+ "minecraft:iron_golem",
+ "minecraft:item",
+ "minecraft:item_frame",
+ "minecraft:leash_knot",
+ "minecraft:lightning_bolt",
+ "minecraft:llama",
+ "minecraft:llama_spit",
+ "minecraft:magma_cube",
+ "minecraft:minecart",
+ "minecraft:mooshroom",
+ "minecraft:mule",
+ "minecraft:ocelot",
+ "minecraft:painting",
+ "minecraft:panda",
+ "minecraft:parrot",
+ "minecraft:phantom",
+ "minecraft:pig",
+ "minecraft:piglin",
+ "minecraft:pillager",
+ "minecraft:player",
+ "minecraft:polar_bear",
+ "minecraft:potion",
+ "minecraft:pufferfish",
+ "minecraft:rabbit",
+ "minecraft:ravager",
+ "minecraft:salmon",
+ "minecraft:sheep",
+ "minecraft:shulker",
+ "minecraft:shulker_bullet",
+ "minecraft:silverfish",
+ "minecraft:skeleton",
+ "minecraft:skeleton_horse",
+ "minecraft:slime",
+ "minecraft:small_fireball",
+ "minecraft:snow_golem",
+ "minecraft:snowball",
+ "minecraft:spawner_minecart",
+ "minecraft:spectral_arrow",
+ "minecraft:spider",
+ "minecraft:squid",
+ "minecraft:stray",
+ "minecraft:strider",
+ "minecraft:tnt",
+ "minecraft:tnt_minecart",
+ "minecraft:trader_llama",
+ "minecraft:trident",
+ "minecraft:tropical_fish",
+ "minecraft:turtle",
+ "minecraft:vex",
+ "minecraft:villager",
+ "minecraft:vindicator",
+ "minecraft:wandering_trader",
+ "minecraft:witch",
+ "minecraft:wither",
+ "minecraft:wither_skeleton",
+ "minecraft:wither_skull",
+ "minecraft:wolf",
+ "minecraft:zoglin",
+ "minecraft:zombie",
+ "minecraft:zombie_horse",
+ "minecraft:zombie_villager",
+ "minecraft:zombified_piglin"
+ ],
+ "biomes": [
+ "minecraft:badlands",
+ "minecraft:badlands_plateau",
+ "minecraft:bamboo_jungle",
+ "minecraft:bamboo_jungle_hills",
+ "minecraft:basalt_deltas",
+ "minecraft:beach",
+ "minecraft:birch_forest",
+ "minecraft:birch_forest_hills",
+ "minecraft:cold_ocean",
+ "minecraft:crimson_forest",
+ "minecraft:dark_forest",
+ "minecraft:dark_forest_hills",
+ "minecraft:deep_cold_ocean",
+ "minecraft:deep_frozen_ocean",
+ "minecraft:deep_lukewarm_ocean",
+ "minecraft:deep_ocean",
+ "minecraft:deep_warm_ocean",
+ "minecraft:desert",
+ "minecraft:desert_hills",
+ "minecraft:desert_lakes",
+ "minecraft:end_barrens",
+ "minecraft:end_highlands",
+ "minecraft:end_midlands",
+ "minecraft:eroded_badlands",
+ "minecraft:flower_forest",
+ "minecraft:forest",
+ "minecraft:frozen_ocean",
+ "minecraft:frozen_river",
+ "minecraft:giant_spruce_taiga",
+ "minecraft:giant_spruce_taiga_hills",
+ "minecraft:giant_tree_taiga",
+ "minecraft:giant_tree_taiga_hills",
+ "minecraft:gravelly_mountains",
+ "minecraft:ice_spikes",
+ "minecraft:jungle",
+ "minecraft:jungle_edge",
+ "minecraft:jungle_hills",
+ "minecraft:lukewarm_ocean",
+ "minecraft:modified_badlands_plateau",
+ "minecraft:modified_gravelly_mountains",
+ "minecraft:modified_jungle",
+ "minecraft:modified_jungle_edge",
+ "minecraft:modified_wooded_badlands_plateau",
+ "minecraft:mountain_edge",
+ "minecraft:mountains",
+ "minecraft:mushroom_field_shore",
+ "minecraft:mushroom_fields",
+ "minecraft:nether_wastes",
+ "minecraft:ocean",
+ "minecraft:plains",
+ "minecraft:river",
+ "minecraft:savanna",
+ "minecraft:savanna_plateau",
+ "minecraft:shattered_savanna",
+ "minecraft:shattered_savanna_plateau",
+ "minecraft:small_end_islands",
+ "minecraft:snowy_beach",
+ "minecraft:snowy_mountains",
+ "minecraft:snowy_taiga",
+ "minecraft:snowy_taiga_hills",
+ "minecraft:snowy_taiga_mountains",
+ "minecraft:snowy_tundra",
+ "minecraft:soul_sand_valley",
+ "minecraft:stone_shore",
+ "minecraft:sunflower_plains",
+ "minecraft:swamp",
+ "minecraft:swamp_hills",
+ "minecraft:taiga",
+ "minecraft:taiga_hills",
+ "minecraft:taiga_mountains",
+ "minecraft:tall_birch_forest",
+ "minecraft:tall_birch_hills",
+ "minecraft:the_end",
+ "minecraft:the_void",
+ "minecraft:warm_ocean",
+ "minecraft:warped_forest",
+ "minecraft:wooded_badlands_plateau",
+ "minecraft:wooded_hills",
+ "minecraft:wooded_mountains"
+ ],
+ "blocktags": {
+ "minecraft:crimson_stems": [
+ "minecraft:crimson_stem",
+ "minecraft:stripped_crimson_stem",
+ "minecraft:crimson_hyphae",
+ "minecraft:stripped_crimson_hyphae"
+ ],
+ "minecraft:infiniburn_end": [
+ "minecraft:bedrock",
+ "minecraft:netherrack",
+ "minecraft:magma_block"
+ ],
+ "minecraft:strider_warm_blocks": [
+ "minecraft:lava"
+ ],
+ "minecraft:hoglin_repellents": [
+ "minecraft:warped_fungus",
+ "minecraft:potted_warped_fungus",
+ "minecraft:nether_portal",
+ "minecraft:respawn_anchor"
+ ],
+ "minecraft:slabs": [
+ "minecraft:stone_slab",
+ "minecraft:smooth_stone_slab",
+ "minecraft:stone_brick_slab",
+ "minecraft:sandstone_slab",
+ "minecraft:purpur_slab",
+ "minecraft:quartz_slab",
+ "minecraft:red_sandstone_slab",
+ "minecraft:brick_slab",
+ "minecraft:cobblestone_slab",
+ "minecraft:nether_brick_slab",
+ "minecraft:petrified_oak_slab",
+ "minecraft:prismarine_slab",
+ "minecraft:prismarine_brick_slab",
+ "minecraft:dark_prismarine_slab",
+ "minecraft:polished_granite_slab",
+ "minecraft:smooth_red_sandstone_slab",
+ "minecraft:mossy_stone_brick_slab",
+ "minecraft:polished_diorite_slab",
+ "minecraft:mossy_cobblestone_slab",
+ "minecraft:end_stone_brick_slab",
+ "minecraft:smooth_sandstone_slab",
+ "minecraft:smooth_quartz_slab",
+ "minecraft:granite_slab",
+ "minecraft:andesite_slab",
+ "minecraft:red_nether_brick_slab",
+ "minecraft:polished_andesite_slab",
+ "minecraft:diorite_slab",
+ "minecraft:cut_sandstone_slab",
+ "minecraft:cut_red_sandstone_slab",
+ "minecraft:blackstone_slab",
+ "minecraft:polished_blackstone_brick_slab",
+ "minecraft:polished_blackstone_slab",
+ "minecraft:oak_slab",
+ "minecraft:spruce_slab",
+ "minecraft:birch_slab",
+ "minecraft:jungle_slab",
+ "minecraft:acacia_slab",
+ "minecraft:dark_oak_slab",
+ "minecraft:crimson_slab",
+ "minecraft:warped_slab"
+ ],
+ "minecraft:carpets": [
+ "minecraft:white_carpet",
+ "minecraft:orange_carpet",
+ "minecraft:magenta_carpet",
+ "minecraft:light_blue_carpet",
+ "minecraft:yellow_carpet",
+ "minecraft:lime_carpet",
+ "minecraft:pink_carpet",
+ "minecraft:gray_carpet",
+ "minecraft:light_gray_carpet",
+ "minecraft:cyan_carpet",
+ "minecraft:purple_carpet",
+ "minecraft:blue_carpet",
+ "minecraft:brown_carpet",
+ "minecraft:green_carpet",
+ "minecraft:red_carpet",
+ "minecraft:black_carpet"
+ ],
+ "minecraft:stairs": [
+ "minecraft:cobblestone_stairs",
+ "minecraft:sandstone_stairs",
+ "minecraft:nether_brick_stairs",
+ "minecraft:stone_brick_stairs",
+ "minecraft:brick_stairs",
+ "minecraft:purpur_stairs",
+ "minecraft:quartz_stairs",
+ "minecraft:red_sandstone_stairs",
+ "minecraft:prismarine_brick_stairs",
+ "minecraft:prismarine_stairs",
+ "minecraft:dark_prismarine_stairs",
+ "minecraft:polished_granite_stairs",
+ "minecraft:smooth_red_sandstone_stairs",
+ "minecraft:mossy_stone_brick_stairs",
+ "minecraft:polished_diorite_stairs",
+ "minecraft:mossy_cobblestone_stairs",
+ "minecraft:end_stone_brick_stairs",
+ "minecraft:stone_stairs",
+ "minecraft:smooth_sandstone_stairs",
+ "minecraft:smooth_quartz_stairs",
+ "minecraft:granite_stairs",
+ "minecraft:andesite_stairs",
+ "minecraft:red_nether_brick_stairs",
+ "minecraft:polished_andesite_stairs",
+ "minecraft:diorite_stairs",
+ "minecraft:blackstone_stairs",
+ "minecraft:polished_blackstone_brick_stairs",
+ "minecraft:polished_blackstone_stairs",
+ "minecraft:oak_stairs",
+ "minecraft:spruce_stairs",
+ "minecraft:birch_stairs",
+ "minecraft:jungle_stairs",
+ "minecraft:acacia_stairs",
+ "minecraft:dark_oak_stairs",
+ "minecraft:crimson_stairs",
+ "minecraft:warped_stairs"
+ ],
+ "minecraft:wooden_doors": [
+ "minecraft:oak_door",
+ "minecraft:spruce_door",
+ "minecraft:birch_door",
+ "minecraft:jungle_door",
+ "minecraft:acacia_door",
+ "minecraft:dark_oak_door",
+ "minecraft:crimson_door",
+ "minecraft:warped_door"
+ ],
+ "minecraft:jungle_logs": [
+ "minecraft:jungle_log",
+ "minecraft:jungle_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood"
+ ],
+ "minecraft:planks": [
+ "minecraft:oak_planks",
+ "minecraft:spruce_planks",
+ "minecraft:birch_planks",
+ "minecraft:jungle_planks",
+ "minecraft:acacia_planks",
+ "minecraft:dark_oak_planks",
+ "minecraft:crimson_planks",
+ "minecraft:warped_planks"
+ ],
+ "minecraft:wall_corals": [
+ "minecraft:tube_coral_wall_fan",
+ "minecraft:brain_coral_wall_fan",
+ "minecraft:bubble_coral_wall_fan",
+ "minecraft:fire_coral_wall_fan",
+ "minecraft:horn_coral_wall_fan"
+ ],
+ "minecraft:unstable_bottom_center": [
+ "minecraft:acacia_fence_gate",
+ "minecraft:birch_fence_gate",
+ "minecraft:dark_oak_fence_gate",
+ "minecraft:jungle_fence_gate",
+ "minecraft:oak_fence_gate",
+ "minecraft:spruce_fence_gate",
+ "minecraft:crimson_fence_gate",
+ "minecraft:warped_fence_gate"
+ ],
+ "minecraft:shulker_boxes": [
+ "minecraft:shulker_box",
+ "minecraft:black_shulker_box",
+ "minecraft:blue_shulker_box",
+ "minecraft:brown_shulker_box",
+ "minecraft:cyan_shulker_box",
+ "minecraft:gray_shulker_box",
+ "minecraft:green_shulker_box",
+ "minecraft:light_blue_shulker_box",
+ "minecraft:light_gray_shulker_box",
+ "minecraft:lime_shulker_box",
+ "minecraft:magenta_shulker_box",
+ "minecraft:orange_shulker_box",
+ "minecraft:pink_shulker_box",
+ "minecraft:purple_shulker_box",
+ "minecraft:red_shulker_box",
+ "minecraft:white_shulker_box",
+ "minecraft:yellow_shulker_box"
+ ],
+ "minecraft:acacia_logs": [
+ "minecraft:acacia_log",
+ "minecraft:acacia_wood",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood"
+ ],
+ "minecraft:wither_immune": [
+ "minecraft:barrier",
+ "minecraft:bedrock",
+ "minecraft:end_portal",
+ "minecraft:end_portal_frame",
+ "minecraft:end_gateway",
+ "minecraft:command_block",
+ "minecraft:repeating_command_block",
+ "minecraft:chain_command_block",
+ "minecraft:structure_block",
+ "minecraft:jigsaw",
+ "minecraft:moving_piston"
+ ],
+ "minecraft:fire": [
+ "minecraft:fire",
+ "minecraft:soul_fire"
+ ],
+ "minecraft:flower_pots": [
+ "minecraft:flower_pot",
+ "minecraft:potted_poppy",
+ "minecraft:potted_blue_orchid",
+ "minecraft:potted_allium",
+ "minecraft:potted_azure_bluet",
+ "minecraft:potted_red_tulip",
+ "minecraft:potted_orange_tulip",
+ "minecraft:potted_white_tulip",
+ "minecraft:potted_pink_tulip",
+ "minecraft:potted_oxeye_daisy",
+ "minecraft:potted_dandelion",
+ "minecraft:potted_oak_sapling",
+ "minecraft:potted_spruce_sapling",
+ "minecraft:potted_birch_sapling",
+ "minecraft:potted_jungle_sapling",
+ "minecraft:potted_acacia_sapling",
+ "minecraft:potted_dark_oak_sapling",
+ "minecraft:potted_red_mushroom",
+ "minecraft:potted_brown_mushroom",
+ "minecraft:potted_dead_bush",
+ "minecraft:potted_fern",
+ "minecraft:potted_cactus",
+ "minecraft:potted_cornflower",
+ "minecraft:potted_lily_of_the_valley",
+ "minecraft:potted_wither_rose",
+ "minecraft:potted_bamboo",
+ "minecraft:potted_crimson_fungus",
+ "minecraft:potted_warped_fungus",
+ "minecraft:potted_crimson_roots",
+ "minecraft:potted_warped_roots"
+ ],
+ "minecraft:wall_post_override": [
+ "minecraft:torch",
+ "minecraft:soul_torch",
+ "minecraft:redstone_torch",
+ "minecraft:tripwire",
+ "minecraft:oak_sign",
+ "minecraft:spruce_sign",
+ "minecraft:birch_sign",
+ "minecraft:acacia_sign",
+ "minecraft:jungle_sign",
+ "minecraft:dark_oak_sign",
+ "minecraft:crimson_sign",
+ "minecraft:warped_sign",
+ "minecraft:oak_wall_sign",
+ "minecraft:spruce_wall_sign",
+ "minecraft:birch_wall_sign",
+ "minecraft:acacia_wall_sign",
+ "minecraft:jungle_wall_sign",
+ "minecraft:dark_oak_wall_sign",
+ "minecraft:crimson_wall_sign",
+ "minecraft:warped_wall_sign",
+ "minecraft:white_banner",
+ "minecraft:orange_banner",
+ "minecraft:magenta_banner",
+ "minecraft:light_blue_banner",
+ "minecraft:yellow_banner",
+ "minecraft:lime_banner",
+ "minecraft:pink_banner",
+ "minecraft:gray_banner",
+ "minecraft:light_gray_banner",
+ "minecraft:cyan_banner",
+ "minecraft:purple_banner",
+ "minecraft:blue_banner",
+ "minecraft:brown_banner",
+ "minecraft:green_banner",
+ "minecraft:red_banner",
+ "minecraft:black_banner",
+ "minecraft:white_wall_banner",
+ "minecraft:orange_wall_banner",
+ "minecraft:magenta_wall_banner",
+ "minecraft:light_blue_wall_banner",
+ "minecraft:yellow_wall_banner",
+ "minecraft:lime_wall_banner",
+ "minecraft:pink_wall_banner",
+ "minecraft:gray_wall_banner",
+ "minecraft:light_gray_wall_banner",
+ "minecraft:cyan_wall_banner",
+ "minecraft:purple_wall_banner",
+ "minecraft:blue_wall_banner",
+ "minecraft:brown_wall_banner",
+ "minecraft:green_wall_banner",
+ "minecraft:red_wall_banner",
+ "minecraft:black_wall_banner",
+ "minecraft:light_weighted_pressure_plate",
+ "minecraft:heavy_weighted_pressure_plate",
+ "minecraft:oak_pressure_plate",
+ "minecraft:spruce_pressure_plate",
+ "minecraft:birch_pressure_plate",
+ "minecraft:jungle_pressure_plate",
+ "minecraft:acacia_pressure_plate",
+ "minecraft:dark_oak_pressure_plate",
+ "minecraft:crimson_pressure_plate",
+ "minecraft:warped_pressure_plate",
+ "minecraft:stone_pressure_plate",
+ "minecraft:polished_blackstone_pressure_plate"
+ ],
+ "minecraft:stone_bricks": [
+ "minecraft:stone_bricks",
+ "minecraft:mossy_stone_bricks",
+ "minecraft:cracked_stone_bricks",
+ "minecraft:chiseled_stone_bricks"
+ ],
+ "minecraft:enderman_holdable": [
+ "minecraft:grass_block",
+ "minecraft:dirt",
+ "minecraft:coarse_dirt",
+ "minecraft:podzol",
+ "minecraft:sand",
+ "minecraft:red_sand",
+ "minecraft:gravel",
+ "minecraft:brown_mushroom",
+ "minecraft:red_mushroom",
+ "minecraft:tnt",
+ "minecraft:cactus",
+ "minecraft:clay",
+ "minecraft:pumpkin",
+ "minecraft:carved_pumpkin",
+ "minecraft:melon",
+ "minecraft:mycelium",
+ "minecraft:crimson_fungus",
+ "minecraft:crimson_nylium",
+ "minecraft:crimson_roots",
+ "minecraft:warped_fungus",
+ "minecraft:warped_nylium",
+ "minecraft:warped_roots",
+ "minecraft:dandelion",
+ "minecraft:poppy",
+ "minecraft:blue_orchid",
+ "minecraft:allium",
+ "minecraft:azure_bluet",
+ "minecraft:red_tulip",
+ "minecraft:orange_tulip",
+ "minecraft:white_tulip",
+ "minecraft:pink_tulip",
+ "minecraft:oxeye_daisy",
+ "minecraft:cornflower",
+ "minecraft:lily_of_the_valley",
+ "minecraft:wither_rose"
+ ],
+ "minecraft:spruce_logs": [
+ "minecraft:spruce_log",
+ "minecraft:spruce_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood"
+ ],
+ "minecraft:flowers": [
+ "minecraft:dandelion",
+ "minecraft:poppy",
+ "minecraft:blue_orchid",
+ "minecraft:allium",
+ "minecraft:azure_bluet",
+ "minecraft:red_tulip",
+ "minecraft:orange_tulip",
+ "minecraft:white_tulip",
+ "minecraft:pink_tulip",
+ "minecraft:oxeye_daisy",
+ "minecraft:cornflower",
+ "minecraft:lily_of_the_valley",
+ "minecraft:wither_rose",
+ "minecraft:sunflower",
+ "minecraft:lilac",
+ "minecraft:peony",
+ "minecraft:rose_bush"
+ ],
+ "minecraft:soul_speed_blocks": [
+ "minecraft:soul_sand",
+ "minecraft:soul_soil"
+ ],
+ "minecraft:wooden_slabs": [
+ "minecraft:oak_slab",
+ "minecraft:spruce_slab",
+ "minecraft:birch_slab",
+ "minecraft:jungle_slab",
+ "minecraft:acacia_slab",
+ "minecraft:dark_oak_slab",
+ "minecraft:crimson_slab",
+ "minecraft:warped_slab"
+ ],
+ "minecraft:stone_pressure_plates": [
+ "minecraft:stone_pressure_plate",
+ "minecraft:polished_blackstone_pressure_plate"
+ ],
+ "minecraft:coral_blocks": [
+ "minecraft:tube_coral_block",
+ "minecraft:brain_coral_block",
+ "minecraft:bubble_coral_block",
+ "minecraft:fire_coral_block",
+ "minecraft:horn_coral_block"
+ ],
+ "minecraft:signs": [
+ "minecraft:oak_sign",
+ "minecraft:spruce_sign",
+ "minecraft:birch_sign",
+ "minecraft:acacia_sign",
+ "minecraft:jungle_sign",
+ "minecraft:dark_oak_sign",
+ "minecraft:crimson_sign",
+ "minecraft:warped_sign",
+ "minecraft:oak_wall_sign",
+ "minecraft:spruce_wall_sign",
+ "minecraft:birch_wall_sign",
+ "minecraft:acacia_wall_sign",
+ "minecraft:jungle_wall_sign",
+ "minecraft:dark_oak_wall_sign",
+ "minecraft:crimson_wall_sign",
+ "minecraft:warped_wall_sign"
+ ],
+ "minecraft:guarded_by_piglins": [
+ "minecraft:gold_block",
+ "minecraft:barrel",
+ "minecraft:chest",
+ "minecraft:ender_chest",
+ "minecraft:gilded_blackstone",
+ "minecraft:trapped_chest",
+ "minecraft:shulker_box",
+ "minecraft:black_shulker_box",
+ "minecraft:blue_shulker_box",
+ "minecraft:brown_shulker_box",
+ "minecraft:cyan_shulker_box",
+ "minecraft:gray_shulker_box",
+ "minecraft:green_shulker_box",
+ "minecraft:light_blue_shulker_box",
+ "minecraft:light_gray_shulker_box",
+ "minecraft:lime_shulker_box",
+ "minecraft:magenta_shulker_box",
+ "minecraft:orange_shulker_box",
+ "minecraft:pink_shulker_box",
+ "minecraft:purple_shulker_box",
+ "minecraft:red_shulker_box",
+ "minecraft:white_shulker_box",
+ "minecraft:yellow_shulker_box",
+ "minecraft:gold_ore",
+ "minecraft:nether_gold_ore"
+ ],
+ "minecraft:dark_oak_logs": [
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_wood",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood"
+ ],
+ "minecraft:climbable": [
+ "minecraft:ladder",
+ "minecraft:vine",
+ "minecraft:scaffolding",
+ "minecraft:weeping_vines",
+ "minecraft:weeping_vines_plant",
+ "minecraft:twisting_vines",
+ "minecraft:twisting_vines_plant"
+ ],
+ "minecraft:logs_that_burn": [
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_wood",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood",
+ "minecraft:oak_log",
+ "minecraft:oak_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood",
+ "minecraft:acacia_log",
+ "minecraft:acacia_wood",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood",
+ "minecraft:birch_log",
+ "minecraft:birch_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood",
+ "minecraft:jungle_log",
+ "minecraft:jungle_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood",
+ "minecraft:spruce_log",
+ "minecraft:spruce_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood"
+ ],
+ "minecraft:sand": [
+ "minecraft:sand",
+ "minecraft:red_sand"
+ ],
+ "minecraft:non_flammable_wood": [
+ "minecraft:warped_stem",
+ "minecraft:stripped_warped_stem",
+ "minecraft:warped_hyphae",
+ "minecraft:stripped_warped_hyphae",
+ "minecraft:crimson_stem",
+ "minecraft:stripped_crimson_stem",
+ "minecraft:crimson_hyphae",
+ "minecraft:stripped_crimson_hyphae",
+ "minecraft:crimson_planks",
+ "minecraft:warped_planks",
+ "minecraft:crimson_slab",
+ "minecraft:warped_slab",
+ "minecraft:crimson_pressure_plate",
+ "minecraft:warped_pressure_plate",
+ "minecraft:crimson_fence",
+ "minecraft:warped_fence",
+ "minecraft:crimson_trapdoor",
+ "minecraft:warped_trapdoor",
+ "minecraft:crimson_fence_gate",
+ "minecraft:warped_fence_gate",
+ "minecraft:crimson_stairs",
+ "minecraft:warped_stairs",
+ "minecraft:crimson_button",
+ "minecraft:warped_button",
+ "minecraft:crimson_door",
+ "minecraft:warped_door",
+ "minecraft:crimson_sign",
+ "minecraft:warped_sign",
+ "minecraft:crimson_wall_sign",
+ "minecraft:warped_wall_sign"
+ ],
+ "minecraft:valid_spawn": [
+ "minecraft:grass_block",
+ "minecraft:podzol"
+ ],
+ "minecraft:beacon_base_blocks": [
+ "minecraft:netherite_block",
+ "minecraft:emerald_block",
+ "minecraft:diamond_block",
+ "minecraft:gold_block",
+ "minecraft:iron_block"
+ ],
+ "minecraft:underwater_bonemeals": [
+ "minecraft:seagrass",
+ "minecraft:tube_coral_fan",
+ "minecraft:brain_coral_fan",
+ "minecraft:bubble_coral_fan",
+ "minecraft:fire_coral_fan",
+ "minecraft:horn_coral_fan",
+ "minecraft:tube_coral",
+ "minecraft:brain_coral",
+ "minecraft:bubble_coral",
+ "minecraft:fire_coral",
+ "minecraft:horn_coral",
+ "minecraft:tube_coral_wall_fan",
+ "minecraft:brain_coral_wall_fan",
+ "minecraft:bubble_coral_wall_fan",
+ "minecraft:fire_coral_wall_fan",
+ "minecraft:horn_coral_wall_fan"
+ ],
+ "minecraft:oak_logs": [
+ "minecraft:oak_log",
+ "minecraft:oak_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood"
+ ],
+ "minecraft:buttons": [
+ "minecraft:stone_button",
+ "minecraft:polished_blackstone_button",
+ "minecraft:oak_button",
+ "minecraft:spruce_button",
+ "minecraft:birch_button",
+ "minecraft:jungle_button",
+ "minecraft:acacia_button",
+ "minecraft:dark_oak_button",
+ "minecraft:crimson_button",
+ "minecraft:warped_button"
+ ],
+ "minecraft:prevent_mob_spawning_inside": [
+ "minecraft:rail",
+ "minecraft:powered_rail",
+ "minecraft:detector_rail",
+ "minecraft:activator_rail"
+ ],
+ "minecraft:wooden_pressure_plates": [
+ "minecraft:oak_pressure_plate",
+ "minecraft:spruce_pressure_plate",
+ "minecraft:birch_pressure_plate",
+ "minecraft:jungle_pressure_plate",
+ "minecraft:acacia_pressure_plate",
+ "minecraft:dark_oak_pressure_plate",
+ "minecraft:crimson_pressure_plate",
+ "minecraft:warped_pressure_plate"
+ ],
+ "minecraft:soul_fire_base_blocks": [
+ "minecraft:soul_sand",
+ "minecraft:soul_soil"
+ ],
+ "minecraft:beds": [
+ "minecraft:red_bed",
+ "minecraft:black_bed",
+ "minecraft:blue_bed",
+ "minecraft:brown_bed",
+ "minecraft:cyan_bed",
+ "minecraft:gray_bed",
+ "minecraft:green_bed",
+ "minecraft:light_blue_bed",
+ "minecraft:light_gray_bed",
+ "minecraft:lime_bed",
+ "minecraft:magenta_bed",
+ "minecraft:orange_bed",
+ "minecraft:pink_bed",
+ "minecraft:purple_bed",
+ "minecraft:white_bed",
+ "minecraft:yellow_bed"
+ ],
+ "minecraft:walls": [
+ "minecraft:cobblestone_wall",
+ "minecraft:mossy_cobblestone_wall",
+ "minecraft:brick_wall",
+ "minecraft:prismarine_wall",
+ "minecraft:red_sandstone_wall",
+ "minecraft:mossy_stone_brick_wall",
+ "minecraft:granite_wall",
+ "minecraft:stone_brick_wall",
+ "minecraft:nether_brick_wall",
+ "minecraft:andesite_wall",
+ "minecraft:red_nether_brick_wall",
+ "minecraft:sandstone_wall",
+ "minecraft:end_stone_brick_wall",
+ "minecraft:diorite_wall",
+ "minecraft:blackstone_wall",
+ "minecraft:polished_blackstone_brick_wall",
+ "minecraft:polished_blackstone_wall"
+ ],
+ "minecraft:fence_gates": [
+ "minecraft:acacia_fence_gate",
+ "minecraft:birch_fence_gate",
+ "minecraft:dark_oak_fence_gate",
+ "minecraft:jungle_fence_gate",
+ "minecraft:oak_fence_gate",
+ "minecraft:spruce_fence_gate",
+ "minecraft:crimson_fence_gate",
+ "minecraft:warped_fence_gate"
+ ],
+ "minecraft:rails": [
+ "minecraft:rail",
+ "minecraft:powered_rail",
+ "minecraft:detector_rail",
+ "minecraft:activator_rail"
+ ],
+ "minecraft:beehives": [
+ "minecraft:bee_nest",
+ "minecraft:beehive"
+ ],
+ "minecraft:birch_logs": [
+ "minecraft:birch_log",
+ "minecraft:birch_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood"
+ ],
+ "minecraft:wooden_trapdoors": [
+ "minecraft:acacia_trapdoor",
+ "minecraft:birch_trapdoor",
+ "minecraft:dark_oak_trapdoor",
+ "minecraft:jungle_trapdoor",
+ "minecraft:oak_trapdoor",
+ "minecraft:spruce_trapdoor",
+ "minecraft:crimson_trapdoor",
+ "minecraft:warped_trapdoor"
+ ],
+ "minecraft:wooden_fences": [
+ "minecraft:oak_fence",
+ "minecraft:acacia_fence",
+ "minecraft:dark_oak_fence",
+ "minecraft:spruce_fence",
+ "minecraft:birch_fence",
+ "minecraft:jungle_fence",
+ "minecraft:crimson_fence",
+ "minecraft:warped_fence"
+ ],
+ "minecraft:pressure_plates": [
+ "minecraft:light_weighted_pressure_plate",
+ "minecraft:heavy_weighted_pressure_plate",
+ "minecraft:oak_pressure_plate",
+ "minecraft:spruce_pressure_plate",
+ "minecraft:birch_pressure_plate",
+ "minecraft:jungle_pressure_plate",
+ "minecraft:acacia_pressure_plate",
+ "minecraft:dark_oak_pressure_plate",
+ "minecraft:crimson_pressure_plate",
+ "minecraft:warped_pressure_plate",
+ "minecraft:stone_pressure_plate",
+ "minecraft:polished_blackstone_pressure_plate"
+ ],
+ "minecraft:saplings": [
+ "minecraft:oak_sapling",
+ "minecraft:spruce_sapling",
+ "minecraft:birch_sapling",
+ "minecraft:jungle_sapling",
+ "minecraft:acacia_sapling",
+ "minecraft:dark_oak_sapling"
+ ],
+ "minecraft:small_flowers": [
+ "minecraft:dandelion",
+ "minecraft:poppy",
+ "minecraft:blue_orchid",
+ "minecraft:allium",
+ "minecraft:azure_bluet",
+ "minecraft:red_tulip",
+ "minecraft:orange_tulip",
+ "minecraft:white_tulip",
+ "minecraft:pink_tulip",
+ "minecraft:oxeye_daisy",
+ "minecraft:cornflower",
+ "minecraft:lily_of_the_valley",
+ "minecraft:wither_rose"
+ ],
+ "minecraft:wart_blocks": [
+ "minecraft:nether_wart_block",
+ "minecraft:warped_wart_block"
+ ],
+ "minecraft:crops": [
+ "minecraft:beetroots",
+ "minecraft:carrots",
+ "minecraft:potatoes",
+ "minecraft:wheat",
+ "minecraft:melon_stem",
+ "minecraft:pumpkin_stem"
+ ],
+ "minecraft:bamboo_plantable_on": [
+ "minecraft:bamboo",
+ "minecraft:bamboo_sapling",
+ "minecraft:gravel",
+ "minecraft:dirt",
+ "minecraft:grass_block",
+ "minecraft:podzol",
+ "minecraft:coarse_dirt",
+ "minecraft:mycelium",
+ "minecraft:sand",
+ "minecraft:red_sand"
+ ],
+ "minecraft:infiniburn_overworld": [
+ "minecraft:netherrack",
+ "minecraft:magma_block"
+ ],
+ "minecraft:ice": [
+ "minecraft:ice",
+ "minecraft:packed_ice",
+ "minecraft:blue_ice",
+ "minecraft:frosted_ice"
+ ],
+ "minecraft:wooden_stairs": [
+ "minecraft:oak_stairs",
+ "minecraft:spruce_stairs",
+ "minecraft:birch_stairs",
+ "minecraft:jungle_stairs",
+ "minecraft:acacia_stairs",
+ "minecraft:dark_oak_stairs",
+ "minecraft:crimson_stairs",
+ "minecraft:warped_stairs"
+ ],
+ "minecraft:anvil": [
+ "minecraft:anvil",
+ "minecraft:chipped_anvil",
+ "minecraft:damaged_anvil"
+ ],
+ "minecraft:tall_flowers": [
+ "minecraft:sunflower",
+ "minecraft:lilac",
+ "minecraft:peony",
+ "minecraft:rose_bush"
+ ],
+ "minecraft:gold_ores": [
+ "minecraft:gold_ore",
+ "minecraft:nether_gold_ore"
+ ],
+ "minecraft:logs": [
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_wood",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood",
+ "minecraft:oak_log",
+ "minecraft:oak_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood",
+ "minecraft:acacia_log",
+ "minecraft:acacia_wood",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood",
+ "minecraft:birch_log",
+ "minecraft:birch_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood",
+ "minecraft:jungle_log",
+ "minecraft:jungle_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood",
+ "minecraft:spruce_log",
+ "minecraft:spruce_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood",
+ "minecraft:crimson_stem",
+ "minecraft:stripped_crimson_stem",
+ "minecraft:crimson_hyphae",
+ "minecraft:stripped_crimson_hyphae",
+ "minecraft:warped_stem",
+ "minecraft:stripped_warped_stem",
+ "minecraft:warped_hyphae",
+ "minecraft:stripped_warped_hyphae"
+ ],
+ "minecraft:corals": [
+ "minecraft:tube_coral_fan",
+ "minecraft:brain_coral_fan",
+ "minecraft:bubble_coral_fan",
+ "minecraft:fire_coral_fan",
+ "minecraft:horn_coral_fan",
+ "minecraft:tube_coral",
+ "minecraft:brain_coral",
+ "minecraft:bubble_coral",
+ "minecraft:fire_coral",
+ "minecraft:horn_coral"
+ ],
+ "minecraft:piglin_repellents": [
+ "minecraft:soul_fire",
+ "minecraft:soul_torch",
+ "minecraft:soul_lantern",
+ "minecraft:soul_wall_torch",
+ "minecraft:soul_campfire"
+ ],
+ "minecraft:bee_growables": [
+ "minecraft:sweet_berry_bush",
+ "minecraft:beetroots",
+ "minecraft:carrots",
+ "minecraft:potatoes",
+ "minecraft:wheat",
+ "minecraft:melon_stem",
+ "minecraft:pumpkin_stem"
+ ],
+ "minecraft:infiniburn_nether": [
+ "minecraft:netherrack",
+ "minecraft:magma_block"
+ ],
+ "minecraft:wooden_buttons": [
+ "minecraft:oak_button",
+ "minecraft:spruce_button",
+ "minecraft:birch_button",
+ "minecraft:jungle_button",
+ "minecraft:acacia_button",
+ "minecraft:dark_oak_button",
+ "minecraft:crimson_button",
+ "minecraft:warped_button"
+ ],
+ "minecraft:wool": [
+ "minecraft:white_wool",
+ "minecraft:orange_wool",
+ "minecraft:magenta_wool",
+ "minecraft:light_blue_wool",
+ "minecraft:yellow_wool",
+ "minecraft:lime_wool",
+ "minecraft:pink_wool",
+ "minecraft:gray_wool",
+ "minecraft:light_gray_wool",
+ "minecraft:cyan_wool",
+ "minecraft:purple_wool",
+ "minecraft:blue_wool",
+ "minecraft:brown_wool",
+ "minecraft:green_wool",
+ "minecraft:red_wool",
+ "minecraft:black_wool"
+ ],
+ "minecraft:coral_plants": [
+ "minecraft:tube_coral",
+ "minecraft:brain_coral",
+ "minecraft:bubble_coral",
+ "minecraft:fire_coral",
+ "minecraft:horn_coral"
+ ],
+ "minecraft:banners": [
+ "minecraft:white_banner",
+ "minecraft:orange_banner",
+ "minecraft:magenta_banner",
+ "minecraft:light_blue_banner",
+ "minecraft:yellow_banner",
+ "minecraft:lime_banner",
+ "minecraft:pink_banner",
+ "minecraft:gray_banner",
+ "minecraft:light_gray_banner",
+ "minecraft:cyan_banner",
+ "minecraft:purple_banner",
+ "minecraft:blue_banner",
+ "minecraft:brown_banner",
+ "minecraft:green_banner",
+ "minecraft:red_banner",
+ "minecraft:black_banner",
+ "minecraft:white_wall_banner",
+ "minecraft:orange_wall_banner",
+ "minecraft:magenta_wall_banner",
+ "minecraft:light_blue_wall_banner",
+ "minecraft:yellow_wall_banner",
+ "minecraft:lime_wall_banner",
+ "minecraft:pink_wall_banner",
+ "minecraft:gray_wall_banner",
+ "minecraft:light_gray_wall_banner",
+ "minecraft:cyan_wall_banner",
+ "minecraft:purple_wall_banner",
+ "minecraft:blue_wall_banner",
+ "minecraft:brown_wall_banner",
+ "minecraft:green_wall_banner",
+ "minecraft:red_wall_banner",
+ "minecraft:black_wall_banner"
+ ],
+ "minecraft:dragon_immune": [
+ "minecraft:barrier",
+ "minecraft:bedrock",
+ "minecraft:end_portal",
+ "minecraft:end_portal_frame",
+ "minecraft:end_gateway",
+ "minecraft:command_block",
+ "minecraft:repeating_command_block",
+ "minecraft:chain_command_block",
+ "minecraft:structure_block",
+ "minecraft:jigsaw",
+ "minecraft:moving_piston",
+ "minecraft:obsidian",
+ "minecraft:crying_obsidian",
+ "minecraft:end_stone",
+ "minecraft:iron_bars",
+ "minecraft:respawn_anchor"
+ ],
+ "minecraft:doors": [
+ "minecraft:iron_door",
+ "minecraft:oak_door",
+ "minecraft:spruce_door",
+ "minecraft:birch_door",
+ "minecraft:jungle_door",
+ "minecraft:acacia_door",
+ "minecraft:dark_oak_door",
+ "minecraft:crimson_door",
+ "minecraft:warped_door"
+ ],
+ "minecraft:nylium": [
+ "minecraft:crimson_nylium",
+ "minecraft:warped_nylium"
+ ],
+ "minecraft:portals": [
+ "minecraft:nether_portal",
+ "minecraft:end_portal",
+ "minecraft:end_gateway"
+ ],
+ "minecraft:fences": [
+ "minecraft:nether_brick_fence",
+ "minecraft:oak_fence",
+ "minecraft:acacia_fence",
+ "minecraft:dark_oak_fence",
+ "minecraft:spruce_fence",
+ "minecraft:birch_fence",
+ "minecraft:jungle_fence",
+ "minecraft:crimson_fence",
+ "minecraft:warped_fence"
+ ],
+ "minecraft:wall_signs": [
+ "minecraft:oak_wall_sign",
+ "minecraft:spruce_wall_sign",
+ "minecraft:birch_wall_sign",
+ "minecraft:acacia_wall_sign",
+ "minecraft:jungle_wall_sign",
+ "minecraft:dark_oak_wall_sign",
+ "minecraft:crimson_wall_sign",
+ "minecraft:warped_wall_sign"
+ ],
+ "minecraft:warped_stems": [
+ "minecraft:warped_stem",
+ "minecraft:stripped_warped_stem",
+ "minecraft:warped_hyphae",
+ "minecraft:stripped_warped_hyphae"
+ ],
+ "minecraft:standing_signs": [
+ "minecraft:oak_sign",
+ "minecraft:spruce_sign",
+ "minecraft:birch_sign",
+ "minecraft:acacia_sign",
+ "minecraft:jungle_sign",
+ "minecraft:dark_oak_sign",
+ "minecraft:crimson_sign",
+ "minecraft:warped_sign"
+ ],
+ "minecraft:wither_summon_base_blocks": [
+ "minecraft:soul_sand",
+ "minecraft:soul_soil"
+ ],
+ "minecraft:impermeable": [
+ "minecraft:glass",
+ "minecraft:white_stained_glass",
+ "minecraft:orange_stained_glass",
+ "minecraft:magenta_stained_glass",
+ "minecraft:light_blue_stained_glass",
+ "minecraft:yellow_stained_glass",
+ "minecraft:lime_stained_glass",
+ "minecraft:pink_stained_glass",
+ "minecraft:gray_stained_glass",
+ "minecraft:light_gray_stained_glass",
+ "minecraft:cyan_stained_glass",
+ "minecraft:purple_stained_glass",
+ "minecraft:blue_stained_glass",
+ "minecraft:brown_stained_glass",
+ "minecraft:green_stained_glass",
+ "minecraft:red_stained_glass",
+ "minecraft:black_stained_glass"
+ ],
+ "minecraft:campfires": [
+ "minecraft:campfire",
+ "minecraft:soul_campfire"
+ ],
+ "minecraft:trapdoors": [
+ "minecraft:iron_trapdoor",
+ "minecraft:acacia_trapdoor",
+ "minecraft:birch_trapdoor",
+ "minecraft:dark_oak_trapdoor",
+ "minecraft:jungle_trapdoor",
+ "minecraft:oak_trapdoor",
+ "minecraft:spruce_trapdoor",
+ "minecraft:crimson_trapdoor",
+ "minecraft:warped_trapdoor"
+ ],
+ "minecraft:leaves": [
+ "minecraft:jungle_leaves",
+ "minecraft:oak_leaves",
+ "minecraft:spruce_leaves",
+ "minecraft:dark_oak_leaves",
+ "minecraft:acacia_leaves",
+ "minecraft:birch_leaves"
+ ]
+ },
+ "itemtags": {
+ "minecraft:stone_tool_materials": [
+ "minecraft:cobblestone",
+ "minecraft:blackstone"
+ ],
+ "minecraft:crimson_stems": [
+ "minecraft:crimson_stem",
+ "minecraft:stripped_crimson_stem",
+ "minecraft:crimson_hyphae",
+ "minecraft:stripped_crimson_hyphae"
+ ],
+ "minecraft:slabs": [
+ "minecraft:stone_slab",
+ "minecraft:smooth_stone_slab",
+ "minecraft:stone_brick_slab",
+ "minecraft:sandstone_slab",
+ "minecraft:purpur_slab",
+ "minecraft:quartz_slab",
+ "minecraft:red_sandstone_slab",
+ "minecraft:brick_slab",
+ "minecraft:cobblestone_slab",
+ "minecraft:nether_brick_slab",
+ "minecraft:petrified_oak_slab",
+ "minecraft:prismarine_slab",
+ "minecraft:prismarine_brick_slab",
+ "minecraft:dark_prismarine_slab",
+ "minecraft:polished_granite_slab",
+ "minecraft:smooth_red_sandstone_slab",
+ "minecraft:mossy_stone_brick_slab",
+ "minecraft:polished_diorite_slab",
+ "minecraft:mossy_cobblestone_slab",
+ "minecraft:end_stone_brick_slab",
+ "minecraft:smooth_sandstone_slab",
+ "minecraft:smooth_quartz_slab",
+ "minecraft:granite_slab",
+ "minecraft:andesite_slab",
+ "minecraft:red_nether_brick_slab",
+ "minecraft:polished_andesite_slab",
+ "minecraft:diorite_slab",
+ "minecraft:cut_sandstone_slab",
+ "minecraft:cut_red_sandstone_slab",
+ "minecraft:blackstone_slab",
+ "minecraft:polished_blackstone_brick_slab",
+ "minecraft:polished_blackstone_slab",
+ "minecraft:oak_slab",
+ "minecraft:spruce_slab",
+ "minecraft:birch_slab",
+ "minecraft:jungle_slab",
+ "minecraft:acacia_slab",
+ "minecraft:dark_oak_slab",
+ "minecraft:crimson_slab",
+ "minecraft:warped_slab"
+ ],
+ "minecraft:carpets": [
+ "minecraft:white_carpet",
+ "minecraft:orange_carpet",
+ "minecraft:magenta_carpet",
+ "minecraft:light_blue_carpet",
+ "minecraft:yellow_carpet",
+ "minecraft:lime_carpet",
+ "minecraft:pink_carpet",
+ "minecraft:gray_carpet",
+ "minecraft:light_gray_carpet",
+ "minecraft:cyan_carpet",
+ "minecraft:purple_carpet",
+ "minecraft:blue_carpet",
+ "minecraft:brown_carpet",
+ "minecraft:green_carpet",
+ "minecraft:red_carpet",
+ "minecraft:black_carpet"
+ ],
+ "minecraft:fishes": [
+ "minecraft:cod",
+ "minecraft:cooked_cod",
+ "minecraft:salmon",
+ "minecraft:cooked_salmon",
+ "minecraft:pufferfish",
+ "minecraft:tropical_fish"
+ ],
+ "minecraft:stairs": [
+ "minecraft:cobblestone_stairs",
+ "minecraft:sandstone_stairs",
+ "minecraft:nether_brick_stairs",
+ "minecraft:stone_brick_stairs",
+ "minecraft:brick_stairs",
+ "minecraft:purpur_stairs",
+ "minecraft:quartz_stairs",
+ "minecraft:red_sandstone_stairs",
+ "minecraft:prismarine_brick_stairs",
+ "minecraft:prismarine_stairs",
+ "minecraft:dark_prismarine_stairs",
+ "minecraft:polished_granite_stairs",
+ "minecraft:smooth_red_sandstone_stairs",
+ "minecraft:mossy_stone_brick_stairs",
+ "minecraft:polished_diorite_stairs",
+ "minecraft:mossy_cobblestone_stairs",
+ "minecraft:end_stone_brick_stairs",
+ "minecraft:stone_stairs",
+ "minecraft:smooth_sandstone_stairs",
+ "minecraft:smooth_quartz_stairs",
+ "minecraft:granite_stairs",
+ "minecraft:andesite_stairs",
+ "minecraft:red_nether_brick_stairs",
+ "minecraft:polished_andesite_stairs",
+ "minecraft:diorite_stairs",
+ "minecraft:blackstone_stairs",
+ "minecraft:polished_blackstone_brick_stairs",
+ "minecraft:polished_blackstone_stairs",
+ "minecraft:oak_stairs",
+ "minecraft:spruce_stairs",
+ "minecraft:birch_stairs",
+ "minecraft:jungle_stairs",
+ "minecraft:acacia_stairs",
+ "minecraft:dark_oak_stairs",
+ "minecraft:crimson_stairs",
+ "minecraft:warped_stairs"
+ ],
+ "minecraft:wooden_doors": [
+ "minecraft:oak_door",
+ "minecraft:spruce_door",
+ "minecraft:birch_door",
+ "minecraft:jungle_door",
+ "minecraft:acacia_door",
+ "minecraft:dark_oak_door",
+ "minecraft:crimson_door",
+ "minecraft:warped_door"
+ ],
+ "minecraft:jungle_logs": [
+ "minecraft:jungle_log",
+ "minecraft:jungle_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood"
+ ],
+ "minecraft:planks": [
+ "minecraft:oak_planks",
+ "minecraft:spruce_planks",
+ "minecraft:birch_planks",
+ "minecraft:jungle_planks",
+ "minecraft:acacia_planks",
+ "minecraft:dark_oak_planks",
+ "minecraft:crimson_planks",
+ "minecraft:warped_planks"
+ ],
+ "minecraft:arrows": [
+ "minecraft:arrow",
+ "minecraft:tipped_arrow",
+ "minecraft:spectral_arrow"
+ ],
+ "minecraft:acacia_logs": [
+ "minecraft:acacia_log",
+ "minecraft:acacia_wood",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood"
+ ],
+ "minecraft:stone_bricks": [
+ "minecraft:stone_bricks",
+ "minecraft:mossy_stone_bricks",
+ "minecraft:cracked_stone_bricks",
+ "minecraft:chiseled_stone_bricks"
+ ],
+ "minecraft:spruce_logs": [
+ "minecraft:spruce_log",
+ "minecraft:spruce_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood"
+ ],
+ "minecraft:flowers": [
+ "minecraft:dandelion",
+ "minecraft:poppy",
+ "minecraft:blue_orchid",
+ "minecraft:allium",
+ "minecraft:azure_bluet",
+ "minecraft:red_tulip",
+ "minecraft:orange_tulip",
+ "minecraft:white_tulip",
+ "minecraft:pink_tulip",
+ "minecraft:oxeye_daisy",
+ "minecraft:cornflower",
+ "minecraft:lily_of_the_valley",
+ "minecraft:wither_rose",
+ "minecraft:sunflower",
+ "minecraft:lilac",
+ "minecraft:peony",
+ "minecraft:rose_bush"
+ ],
+ "minecraft:coals": [
+ "minecraft:coal",
+ "minecraft:charcoal"
+ ],
+ "minecraft:wooden_slabs": [
+ "minecraft:oak_slab",
+ "minecraft:spruce_slab",
+ "minecraft:birch_slab",
+ "minecraft:jungle_slab",
+ "minecraft:acacia_slab",
+ "minecraft:dark_oak_slab",
+ "minecraft:crimson_slab",
+ "minecraft:warped_slab"
+ ],
+ "minecraft:signs": [
+ "minecraft:oak_sign",
+ "minecraft:spruce_sign",
+ "minecraft:birch_sign",
+ "minecraft:acacia_sign",
+ "minecraft:jungle_sign",
+ "minecraft:dark_oak_sign",
+ "minecraft:crimson_sign",
+ "minecraft:warped_sign"
+ ],
+ "minecraft:dark_oak_logs": [
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_wood",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood"
+ ],
+ "minecraft:logs_that_burn": [
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_wood",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood",
+ "minecraft:oak_log",
+ "minecraft:oak_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood",
+ "minecraft:acacia_log",
+ "minecraft:acacia_wood",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood",
+ "minecraft:birch_log",
+ "minecraft:birch_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood",
+ "minecraft:jungle_log",
+ "minecraft:jungle_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood",
+ "minecraft:spruce_log",
+ "minecraft:spruce_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood"
+ ],
+ "minecraft:sand": [
+ "minecraft:sand",
+ "minecraft:red_sand"
+ ],
+ "minecraft:non_flammable_wood": [
+ "minecraft:warped_stem",
+ "minecraft:stripped_warped_stem",
+ "minecraft:warped_hyphae",
+ "minecraft:stripped_warped_hyphae",
+ "minecraft:crimson_stem",
+ "minecraft:stripped_crimson_stem",
+ "minecraft:crimson_hyphae",
+ "minecraft:stripped_crimson_hyphae",
+ "minecraft:crimson_planks",
+ "minecraft:warped_planks",
+ "minecraft:crimson_slab",
+ "minecraft:warped_slab",
+ "minecraft:crimson_pressure_plate",
+ "minecraft:warped_pressure_plate",
+ "minecraft:crimson_fence",
+ "minecraft:warped_fence",
+ "minecraft:crimson_trapdoor",
+ "minecraft:warped_trapdoor",
+ "minecraft:crimson_fence_gate",
+ "minecraft:warped_fence_gate",
+ "minecraft:crimson_stairs",
+ "minecraft:warped_stairs",
+ "minecraft:crimson_button",
+ "minecraft:warped_button",
+ "minecraft:crimson_door",
+ "minecraft:warped_door",
+ "minecraft:crimson_sign",
+ "minecraft:warped_sign"
+ ],
+ "minecraft:piglin_loved": [
+ "minecraft:gold_block",
+ "minecraft:gilded_blackstone",
+ "minecraft:light_weighted_pressure_plate",
+ "minecraft:gold_ingot",
+ "minecraft:bell",
+ "minecraft:clock",
+ "minecraft:golden_carrot",
+ "minecraft:glistering_melon_slice",
+ "minecraft:golden_apple",
+ "minecraft:enchanted_golden_apple",
+ "minecraft:golden_helmet",
+ "minecraft:golden_chestplate",
+ "minecraft:golden_leggings",
+ "minecraft:golden_boots",
+ "minecraft:golden_horse_armor",
+ "minecraft:golden_sword",
+ "minecraft:golden_pickaxe",
+ "minecraft:golden_shovel",
+ "minecraft:golden_axe",
+ "minecraft:golden_hoe",
+ "minecraft:gold_ore",
+ "minecraft:nether_gold_ore"
+ ],
+ "minecraft:oak_logs": [
+ "minecraft:oak_log",
+ "minecraft:oak_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood"
+ ],
+ "minecraft:buttons": [
+ "minecraft:stone_button",
+ "minecraft:polished_blackstone_button",
+ "minecraft:oak_button",
+ "minecraft:spruce_button",
+ "minecraft:birch_button",
+ "minecraft:jungle_button",
+ "minecraft:acacia_button",
+ "minecraft:dark_oak_button",
+ "minecraft:crimson_button",
+ "minecraft:warped_button"
+ ],
+ "minecraft:wooden_pressure_plates": [
+ "minecraft:oak_pressure_plate",
+ "minecraft:spruce_pressure_plate",
+ "minecraft:birch_pressure_plate",
+ "minecraft:jungle_pressure_plate",
+ "minecraft:acacia_pressure_plate",
+ "minecraft:dark_oak_pressure_plate",
+ "minecraft:crimson_pressure_plate",
+ "minecraft:warped_pressure_plate"
+ ],
+ "minecraft:furnace_materials": [
+ "minecraft:cobblestone",
+ "minecraft:blackstone"
+ ],
+ "minecraft:soul_fire_base_blocks": [
+ "minecraft:soul_sand",
+ "minecraft:soul_soil"
+ ],
+ "minecraft:beds": [
+ "minecraft:red_bed",
+ "minecraft:black_bed",
+ "minecraft:blue_bed",
+ "minecraft:brown_bed",
+ "minecraft:cyan_bed",
+ "minecraft:gray_bed",
+ "minecraft:green_bed",
+ "minecraft:light_blue_bed",
+ "minecraft:light_gray_bed",
+ "minecraft:lime_bed",
+ "minecraft:magenta_bed",
+ "minecraft:orange_bed",
+ "minecraft:pink_bed",
+ "minecraft:purple_bed",
+ "minecraft:white_bed",
+ "minecraft:yellow_bed"
+ ],
+ "minecraft:walls": [
+ "minecraft:cobblestone_wall",
+ "minecraft:mossy_cobblestone_wall",
+ "minecraft:brick_wall",
+ "minecraft:prismarine_wall",
+ "minecraft:red_sandstone_wall",
+ "minecraft:mossy_stone_brick_wall",
+ "minecraft:granite_wall",
+ "minecraft:stone_brick_wall",
+ "minecraft:nether_brick_wall",
+ "minecraft:andesite_wall",
+ "minecraft:red_nether_brick_wall",
+ "minecraft:sandstone_wall",
+ "minecraft:end_stone_brick_wall",
+ "minecraft:diorite_wall",
+ "minecraft:blackstone_wall",
+ "minecraft:polished_blackstone_brick_wall",
+ "minecraft:polished_blackstone_wall"
+ ],
+ "minecraft:rails": [
+ "minecraft:rail",
+ "minecraft:powered_rail",
+ "minecraft:detector_rail",
+ "minecraft:activator_rail"
+ ],
+ "minecraft:birch_logs": [
+ "minecraft:birch_log",
+ "minecraft:birch_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood"
+ ],
+ "minecraft:wooden_trapdoors": [
+ "minecraft:acacia_trapdoor",
+ "minecraft:birch_trapdoor",
+ "minecraft:dark_oak_trapdoor",
+ "minecraft:jungle_trapdoor",
+ "minecraft:oak_trapdoor",
+ "minecraft:spruce_trapdoor",
+ "minecraft:crimson_trapdoor",
+ "minecraft:warped_trapdoor"
+ ],
+ "minecraft:wooden_fences": [
+ "minecraft:oak_fence",
+ "minecraft:acacia_fence",
+ "minecraft:dark_oak_fence",
+ "minecraft:spruce_fence",
+ "minecraft:birch_fence",
+ "minecraft:jungle_fence",
+ "minecraft:crimson_fence",
+ "minecraft:warped_fence"
+ ],
+ "minecraft:saplings": [
+ "minecraft:oak_sapling",
+ "minecraft:spruce_sapling",
+ "minecraft:birch_sapling",
+ "minecraft:jungle_sapling",
+ "minecraft:acacia_sapling",
+ "minecraft:dark_oak_sapling"
+ ],
+ "minecraft:small_flowers": [
+ "minecraft:dandelion",
+ "minecraft:poppy",
+ "minecraft:blue_orchid",
+ "minecraft:allium",
+ "minecraft:azure_bluet",
+ "minecraft:red_tulip",
+ "minecraft:orange_tulip",
+ "minecraft:white_tulip",
+ "minecraft:pink_tulip",
+ "minecraft:oxeye_daisy",
+ "minecraft:cornflower",
+ "minecraft:lily_of_the_valley",
+ "minecraft:wither_rose"
+ ],
+ "minecraft:boats": [
+ "minecraft:oak_boat",
+ "minecraft:spruce_boat",
+ "minecraft:birch_boat",
+ "minecraft:jungle_boat",
+ "minecraft:acacia_boat",
+ "minecraft:dark_oak_boat"
+ ],
+ "minecraft:wooden_stairs": [
+ "minecraft:oak_stairs",
+ "minecraft:spruce_stairs",
+ "minecraft:birch_stairs",
+ "minecraft:jungle_stairs",
+ "minecraft:acacia_stairs",
+ "minecraft:dark_oak_stairs",
+ "minecraft:crimson_stairs",
+ "minecraft:warped_stairs"
+ ],
+ "minecraft:anvil": [
+ "minecraft:anvil",
+ "minecraft:chipped_anvil",
+ "minecraft:damaged_anvil"
+ ],
+ "minecraft:tall_flowers": [
+ "minecraft:sunflower",
+ "minecraft:lilac",
+ "minecraft:peony",
+ "minecraft:rose_bush"
+ ],
+ "minecraft:gold_ores": [
+ "minecraft:gold_ore",
+ "minecraft:nether_gold_ore"
+ ],
+ "minecraft:creeper_drop_music_discs": [
+ "minecraft:music_disc_13",
+ "minecraft:music_disc_cat",
+ "minecraft:music_disc_blocks",
+ "minecraft:music_disc_chirp",
+ "minecraft:music_disc_far",
+ "minecraft:music_disc_mall",
+ "minecraft:music_disc_mellohi",
+ "minecraft:music_disc_stal",
+ "minecraft:music_disc_strad",
+ "minecraft:music_disc_ward",
+ "minecraft:music_disc_11",
+ "minecraft:music_disc_wait"
+ ],
+ "minecraft:logs": [
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_wood",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood",
+ "minecraft:oak_log",
+ "minecraft:oak_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood",
+ "minecraft:acacia_log",
+ "minecraft:acacia_wood",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood",
+ "minecraft:birch_log",
+ "minecraft:birch_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood",
+ "minecraft:jungle_log",
+ "minecraft:jungle_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood",
+ "minecraft:spruce_log",
+ "minecraft:spruce_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood",
+ "minecraft:crimson_stem",
+ "minecraft:stripped_crimson_stem",
+ "minecraft:crimson_hyphae",
+ "minecraft:stripped_crimson_hyphae",
+ "minecraft:warped_stem",
+ "minecraft:stripped_warped_stem",
+ "minecraft:warped_hyphae",
+ "minecraft:stripped_warped_hyphae"
+ ],
+ "minecraft:beacon_payment_items": [
+ "minecraft:netherite_ingot",
+ "minecraft:emerald",
+ "minecraft:diamond",
+ "minecraft:gold_ingot",
+ "minecraft:iron_ingot"
+ ],
+ "minecraft:lectern_books": [
+ "minecraft:written_book",
+ "minecraft:writable_book"
+ ],
+ "minecraft:piglin_repellents": [
+ "minecraft:soul_torch",
+ "minecraft:soul_lantern",
+ "minecraft:soul_campfire"
+ ],
+ "minecraft:wooden_buttons": [
+ "minecraft:oak_button",
+ "minecraft:spruce_button",
+ "minecraft:birch_button",
+ "minecraft:jungle_button",
+ "minecraft:acacia_button",
+ "minecraft:dark_oak_button",
+ "minecraft:crimson_button",
+ "minecraft:warped_button"
+ ],
+ "minecraft:wool": [
+ "minecraft:white_wool",
+ "minecraft:orange_wool",
+ "minecraft:magenta_wool",
+ "minecraft:light_blue_wool",
+ "minecraft:yellow_wool",
+ "minecraft:lime_wool",
+ "minecraft:pink_wool",
+ "minecraft:gray_wool",
+ "minecraft:light_gray_wool",
+ "minecraft:cyan_wool",
+ "minecraft:purple_wool",
+ "minecraft:blue_wool",
+ "minecraft:brown_wool",
+ "minecraft:green_wool",
+ "minecraft:red_wool",
+ "minecraft:black_wool"
+ ],
+ "minecraft:banners": [
+ "minecraft:white_banner",
+ "minecraft:orange_banner",
+ "minecraft:magenta_banner",
+ "minecraft:light_blue_banner",
+ "minecraft:yellow_banner",
+ "minecraft:lime_banner",
+ "minecraft:pink_banner",
+ "minecraft:gray_banner",
+ "minecraft:light_gray_banner",
+ "minecraft:cyan_banner",
+ "minecraft:purple_banner",
+ "minecraft:blue_banner",
+ "minecraft:brown_banner",
+ "minecraft:green_banner",
+ "minecraft:red_banner",
+ "minecraft:black_banner"
+ ],
+ "minecraft:doors": [
+ "minecraft:iron_door",
+ "minecraft:oak_door",
+ "minecraft:spruce_door",
+ "minecraft:birch_door",
+ "minecraft:jungle_door",
+ "minecraft:acacia_door",
+ "minecraft:dark_oak_door",
+ "minecraft:crimson_door",
+ "minecraft:warped_door"
+ ],
+ "minecraft:fences": [
+ "minecraft:nether_brick_fence",
+ "minecraft:oak_fence",
+ "minecraft:acacia_fence",
+ "minecraft:dark_oak_fence",
+ "minecraft:spruce_fence",
+ "minecraft:birch_fence",
+ "minecraft:jungle_fence",
+ "minecraft:crimson_fence",
+ "minecraft:warped_fence"
+ ],
+ "minecraft:warped_stems": [
+ "minecraft:warped_stem",
+ "minecraft:stripped_warped_stem",
+ "minecraft:warped_hyphae",
+ "minecraft:stripped_warped_hyphae"
+ ],
+ "minecraft:trapdoors": [
+ "minecraft:iron_trapdoor",
+ "minecraft:acacia_trapdoor",
+ "minecraft:birch_trapdoor",
+ "minecraft:dark_oak_trapdoor",
+ "minecraft:jungle_trapdoor",
+ "minecraft:oak_trapdoor",
+ "minecraft:spruce_trapdoor",
+ "minecraft:crimson_trapdoor",
+ "minecraft:warped_trapdoor"
+ ],
+ "minecraft:music_discs": [
+ "minecraft:music_disc_pigstep",
+ "minecraft:music_disc_13",
+ "minecraft:music_disc_cat",
+ "minecraft:music_disc_blocks",
+ "minecraft:music_disc_chirp",
+ "minecraft:music_disc_far",
+ "minecraft:music_disc_mall",
+ "minecraft:music_disc_mellohi",
+ "minecraft:music_disc_stal",
+ "minecraft:music_disc_strad",
+ "minecraft:music_disc_ward",
+ "minecraft:music_disc_11",
+ "minecraft:music_disc_wait"
+ ],
+ "minecraft:leaves": [
+ "minecraft:jungle_leaves",
+ "minecraft:oak_leaves",
+ "minecraft:spruce_leaves",
+ "minecraft:dark_oak_leaves",
+ "minecraft:acacia_leaves",
+ "minecraft:birch_leaves"
+ ]
+ },
+ "entitytags": {
+ "minecraft:impact_projectiles": [
+ "minecraft:snowball",
+ "minecraft:fireball",
+ "minecraft:small_fireball",
+ "minecraft:egg",
+ "minecraft:trident",
+ "minecraft:dragon_fireball",
+ "minecraft:wither_skull",
+ "minecraft:arrow",
+ "minecraft:spectral_arrow"
+ ],
+ "minecraft:raiders": [
+ "minecraft:evoker",
+ "minecraft:pillager",
+ "minecraft:ravager",
+ "minecraft:vindicator",
+ "minecraft:illusioner",
+ "minecraft:witch"
+ ],
+ "minecraft:skeletons": [
+ "minecraft:skeleton",
+ "minecraft:stray",
+ "minecraft:wither_skeleton"
+ ],
+ "minecraft:arrows": [
+ "minecraft:arrow",
+ "minecraft:spectral_arrow"
+ ],
+ "minecraft:beehive_inhabitors": [
+ "minecraft:bee"
+ ]
+ }
+}
diff --git a/worldedit-cli/src/main/resources/com/sk89q/worldedit/cli/data/2578.json b/worldedit-cli/src/main/resources/com/sk89q/worldedit/cli/data/2578.json
index 574120715..93258bf55 100644
--- a/worldedit-cli/src/main/resources/com/sk89q/worldedit/cli/data/2578.json
+++ b/worldedit-cli/src/main/resources/com/sk89q/worldedit/cli/data/2578.json
@@ -1 +1,15611 @@
-{"biomes":["minecraft:badlands","minecraft:badlands_plateau","minecraft:bamboo_jungle","minecraft:bamboo_jungle_hills","minecraft:basalt_deltas","minecraft:beach","minecraft:birch_forest","minecraft:birch_forest_hills","minecraft:cold_ocean","minecraft:crimson_forest","minecraft:dark_forest","minecraft:dark_forest_hills","minecraft:deep_cold_ocean","minecraft:deep_frozen_ocean","minecraft:deep_lukewarm_ocean","minecraft:deep_ocean","minecraft:deep_warm_ocean","minecraft:desert","minecraft:desert_hills","minecraft:desert_lakes","minecraft:end_barrens","minecraft:end_highlands","minecraft:end_midlands","minecraft:eroded_badlands","minecraft:flower_forest","minecraft:forest","minecraft:frozen_ocean","minecraft:frozen_river","minecraft:giant_spruce_taiga","minecraft:giant_spruce_taiga_hills","minecraft:giant_tree_taiga","minecraft:giant_tree_taiga_hills","minecraft:gravelly_mountains","minecraft:ice_spikes","minecraft:jungle","minecraft:jungle_edge","minecraft:jungle_hills","minecraft:lukewarm_ocean","minecraft:modified_badlands_plateau","minecraft:modified_gravelly_mountains","minecraft:modified_jungle","minecraft:modified_jungle_edge","minecraft:modified_wooded_badlands_plateau","minecraft:mountain_edge","minecraft:mountains","minecraft:mushroom_field_shore","minecraft:mushroom_fields","minecraft:nether_wastes","minecraft:ocean","minecraft:plains","minecraft:river","minecraft:savanna","minecraft:savanna_plateau","minecraft:shattered_savanna","minecraft:shattered_savanna_plateau","minecraft:small_end_islands","minecraft:snowy_beach","minecraft:snowy_mountains","minecraft:snowy_taiga","minecraft:snowy_taiga_hills","minecraft:snowy_taiga_mountains","minecraft:snowy_tundra","minecraft:soul_sand_valley","minecraft:stone_shore","minecraft:sunflower_plains","minecraft:swamp","minecraft:swamp_hills","minecraft:taiga","minecraft:taiga_hills","minecraft:taiga_mountains","minecraft:tall_birch_forest","minecraft:tall_birch_hills","minecraft:the_end","minecraft:the_void","minecraft:warm_ocean","minecraft:warped_forest","minecraft:wooded_badlands_plateau","minecraft:wooded_hills","minecraft:wooded_mountains"],"blocks":{"minecraft:acacia_button":{"defaultstate":"minecraft:acacia_button[face=wall,facing=north,powered=false]","properties":{"face":{"type":"enum","values":["floor","wall","ceiling"]},"facing":{"type":"direction","values":["north","south","west","east"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:acacia_door":{"defaultstate":"minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["upper","lower"]},"hinge":{"type":"enum","values":["left","right"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:acacia_fence":{"defaultstate":"minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:acacia_fence_gate":{"defaultstate":"minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"in_wall":{"type":"bool","values":["true","false"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:acacia_leaves":{"defaultstate":"minecraft:acacia_leaves[distance=7,persistent=false]","properties":{"distance":{"type":"int","values":["1","2","3","4","5","6","7"]},"persistent":{"type":"bool","values":["true","false"]}}},"minecraft:acacia_log":{"defaultstate":"minecraft:acacia_log[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:acacia_planks":{"defaultstate":"minecraft:acacia_planks","properties":{}},"minecraft:acacia_pressure_plate":{"defaultstate":"minecraft:acacia_pressure_plate[powered=false]","properties":{"powered":{"type":"bool","values":["true","false"]}}},"minecraft:acacia_sapling":{"defaultstate":"minecraft:acacia_sapling[stage=0]","properties":{"stage":{"type":"int","values":["0","1"]}}},"minecraft:acacia_sign":{"defaultstate":"minecraft:acacia_sign[rotation=0,waterlogged=false]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:acacia_slab":{"defaultstate":"minecraft:acacia_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:acacia_stairs":{"defaultstate":"minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:acacia_trapdoor":{"defaultstate":"minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:acacia_wall_sign":{"defaultstate":"minecraft:acacia_wall_sign[facing=north,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:acacia_wood":{"defaultstate":"minecraft:acacia_wood[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:activator_rail":{"defaultstate":"minecraft:activator_rail[powered=false,shape=north_south]","properties":{"powered":{"type":"bool","values":["true","false"]},"shape":{"type":"enum","values":["north_south","east_west","ascending_east","ascending_west","ascending_north","ascending_south"]}}},"minecraft:air":{"defaultstate":"minecraft:air","properties":{}},"minecraft:allium":{"defaultstate":"minecraft:allium","properties":{}},"minecraft:ancient_debris":{"defaultstate":"minecraft:ancient_debris","properties":{}},"minecraft:andesite":{"defaultstate":"minecraft:andesite","properties":{}},"minecraft:andesite_slab":{"defaultstate":"minecraft:andesite_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:andesite_stairs":{"defaultstate":"minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:andesite_wall":{"defaultstate":"minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:anvil":{"defaultstate":"minecraft:anvil[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:attached_melon_stem":{"defaultstate":"minecraft:attached_melon_stem[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:attached_pumpkin_stem":{"defaultstate":"minecraft:attached_pumpkin_stem[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:azure_bluet":{"defaultstate":"minecraft:azure_bluet","properties":{}},"minecraft:bamboo":{"defaultstate":"minecraft:bamboo[age=0,leaves=none,stage=0]","properties":{"age":{"type":"int","values":["0","1"]},"leaves":{"type":"enum","values":["none","small","large"]},"stage":{"type":"int","values":["0","1"]}}},"minecraft:bamboo_sapling":{"defaultstate":"minecraft:bamboo_sapling","properties":{}},"minecraft:barrel":{"defaultstate":"minecraft:barrel[facing=north,open=false]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]},"open":{"type":"bool","values":["true","false"]}}},"minecraft:barrier":{"defaultstate":"minecraft:barrier","properties":{}},"minecraft:basalt":{"defaultstate":"minecraft:basalt[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:beacon":{"defaultstate":"minecraft:beacon","properties":{}},"minecraft:bedrock":{"defaultstate":"minecraft:bedrock","properties":{}},"minecraft:bee_nest":{"defaultstate":"minecraft:bee_nest[facing=north,honey_level=0]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"honey_level":{"type":"int","values":["0","1","2","3","4","5"]}}},"minecraft:beehive":{"defaultstate":"minecraft:beehive[facing=north,honey_level=0]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"honey_level":{"type":"int","values":["0","1","2","3","4","5"]}}},"minecraft:beetroots":{"defaultstate":"minecraft:beetroots[age=0]","properties":{"age":{"type":"int","values":["0","1","2","3"]}}},"minecraft:bell":{"defaultstate":"minecraft:bell[attachment=floor,facing=north,powered=false]","properties":{"attachment":{"type":"enum","values":["floor","ceiling","single_wall","double_wall"]},"facing":{"type":"direction","values":["north","south","west","east"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:birch_button":{"defaultstate":"minecraft:birch_button[face=wall,facing=north,powered=false]","properties":{"face":{"type":"enum","values":["floor","wall","ceiling"]},"facing":{"type":"direction","values":["north","south","west","east"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:birch_door":{"defaultstate":"minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["upper","lower"]},"hinge":{"type":"enum","values":["left","right"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:birch_fence":{"defaultstate":"minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:birch_fence_gate":{"defaultstate":"minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"in_wall":{"type":"bool","values":["true","false"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:birch_leaves":{"defaultstate":"minecraft:birch_leaves[distance=7,persistent=false]","properties":{"distance":{"type":"int","values":["1","2","3","4","5","6","7"]},"persistent":{"type":"bool","values":["true","false"]}}},"minecraft:birch_log":{"defaultstate":"minecraft:birch_log[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:birch_planks":{"defaultstate":"minecraft:birch_planks","properties":{}},"minecraft:birch_pressure_plate":{"defaultstate":"minecraft:birch_pressure_plate[powered=false]","properties":{"powered":{"type":"bool","values":["true","false"]}}},"minecraft:birch_sapling":{"defaultstate":"minecraft:birch_sapling[stage=0]","properties":{"stage":{"type":"int","values":["0","1"]}}},"minecraft:birch_sign":{"defaultstate":"minecraft:birch_sign[rotation=0,waterlogged=false]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:birch_slab":{"defaultstate":"minecraft:birch_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:birch_stairs":{"defaultstate":"minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:birch_trapdoor":{"defaultstate":"minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:birch_wall_sign":{"defaultstate":"minecraft:birch_wall_sign[facing=north,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:birch_wood":{"defaultstate":"minecraft:birch_wood[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:black_banner":{"defaultstate":"minecraft:black_banner[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:black_bed":{"defaultstate":"minecraft:black_bed[facing=north,occupied=false,part=foot]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"occupied":{"type":"bool","values":["true","false"]},"part":{"type":"enum","values":["head","foot"]}}},"minecraft:black_carpet":{"defaultstate":"minecraft:black_carpet","properties":{}},"minecraft:black_concrete":{"defaultstate":"minecraft:black_concrete","properties":{}},"minecraft:black_concrete_powder":{"defaultstate":"minecraft:black_concrete_powder","properties":{}},"minecraft:black_glazed_terracotta":{"defaultstate":"minecraft:black_glazed_terracotta[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:black_shulker_box":{"defaultstate":"minecraft:black_shulker_box[facing=up]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:black_stained_glass":{"defaultstate":"minecraft:black_stained_glass","properties":{}},"minecraft:black_stained_glass_pane":{"defaultstate":"minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:black_terracotta":{"defaultstate":"minecraft:black_terracotta","properties":{}},"minecraft:black_wall_banner":{"defaultstate":"minecraft:black_wall_banner[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:black_wool":{"defaultstate":"minecraft:black_wool","properties":{}},"minecraft:blackstone":{"defaultstate":"minecraft:blackstone","properties":{}},"minecraft:blackstone_slab":{"defaultstate":"minecraft:blackstone_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:blackstone_stairs":{"defaultstate":"minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:blackstone_wall":{"defaultstate":"minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:blast_furnace":{"defaultstate":"minecraft:blast_furnace[facing=north,lit=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"lit":{"type":"bool","values":["true","false"]}}},"minecraft:blue_banner":{"defaultstate":"minecraft:blue_banner[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:blue_bed":{"defaultstate":"minecraft:blue_bed[facing=north,occupied=false,part=foot]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"occupied":{"type":"bool","values":["true","false"]},"part":{"type":"enum","values":["head","foot"]}}},"minecraft:blue_carpet":{"defaultstate":"minecraft:blue_carpet","properties":{}},"minecraft:blue_concrete":{"defaultstate":"minecraft:blue_concrete","properties":{}},"minecraft:blue_concrete_powder":{"defaultstate":"minecraft:blue_concrete_powder","properties":{}},"minecraft:blue_glazed_terracotta":{"defaultstate":"minecraft:blue_glazed_terracotta[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:blue_ice":{"defaultstate":"minecraft:blue_ice","properties":{}},"minecraft:blue_orchid":{"defaultstate":"minecraft:blue_orchid","properties":{}},"minecraft:blue_shulker_box":{"defaultstate":"minecraft:blue_shulker_box[facing=up]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:blue_stained_glass":{"defaultstate":"minecraft:blue_stained_glass","properties":{}},"minecraft:blue_stained_glass_pane":{"defaultstate":"minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:blue_terracotta":{"defaultstate":"minecraft:blue_terracotta","properties":{}},"minecraft:blue_wall_banner":{"defaultstate":"minecraft:blue_wall_banner[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:blue_wool":{"defaultstate":"minecraft:blue_wool","properties":{}},"minecraft:bone_block":{"defaultstate":"minecraft:bone_block[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:bookshelf":{"defaultstate":"minecraft:bookshelf","properties":{}},"minecraft:brain_coral":{"defaultstate":"minecraft:brain_coral[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:brain_coral_block":{"defaultstate":"minecraft:brain_coral_block","properties":{}},"minecraft:brain_coral_fan":{"defaultstate":"minecraft:brain_coral_fan[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:brain_coral_wall_fan":{"defaultstate":"minecraft:brain_coral_wall_fan[facing=north,waterlogged=true]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:brewing_stand":{"defaultstate":"minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false]","properties":{"has_bottle_0":{"type":"bool","values":["true","false"]},"has_bottle_1":{"type":"bool","values":["true","false"]},"has_bottle_2":{"type":"bool","values":["true","false"]}}},"minecraft:brick_slab":{"defaultstate":"minecraft:brick_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:brick_stairs":{"defaultstate":"minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:brick_wall":{"defaultstate":"minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:bricks":{"defaultstate":"minecraft:bricks","properties":{}},"minecraft:brown_banner":{"defaultstate":"minecraft:brown_banner[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:brown_bed":{"defaultstate":"minecraft:brown_bed[facing=north,occupied=false,part=foot]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"occupied":{"type":"bool","values":["true","false"]},"part":{"type":"enum","values":["head","foot"]}}},"minecraft:brown_carpet":{"defaultstate":"minecraft:brown_carpet","properties":{}},"minecraft:brown_concrete":{"defaultstate":"minecraft:brown_concrete","properties":{}},"minecraft:brown_concrete_powder":{"defaultstate":"minecraft:brown_concrete_powder","properties":{}},"minecraft:brown_glazed_terracotta":{"defaultstate":"minecraft:brown_glazed_terracotta[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:brown_mushroom":{"defaultstate":"minecraft:brown_mushroom","properties":{}},"minecraft:brown_mushroom_block":{"defaultstate":"minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]","properties":{"down":{"type":"bool","values":["true","false"]},"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"up":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:brown_shulker_box":{"defaultstate":"minecraft:brown_shulker_box[facing=up]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:brown_stained_glass":{"defaultstate":"minecraft:brown_stained_glass","properties":{}},"minecraft:brown_stained_glass_pane":{"defaultstate":"minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:brown_terracotta":{"defaultstate":"minecraft:brown_terracotta","properties":{}},"minecraft:brown_wall_banner":{"defaultstate":"minecraft:brown_wall_banner[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:brown_wool":{"defaultstate":"minecraft:brown_wool","properties":{}},"minecraft:bubble_column":{"defaultstate":"minecraft:bubble_column[drag=true]","properties":{"drag":{"type":"bool","values":["true","false"]}}},"minecraft:bubble_coral":{"defaultstate":"minecraft:bubble_coral[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:bubble_coral_block":{"defaultstate":"minecraft:bubble_coral_block","properties":{}},"minecraft:bubble_coral_fan":{"defaultstate":"minecraft:bubble_coral_fan[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:bubble_coral_wall_fan":{"defaultstate":"minecraft:bubble_coral_wall_fan[facing=north,waterlogged=true]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:cactus":{"defaultstate":"minecraft:cactus[age=0]","properties":{"age":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:cake":{"defaultstate":"minecraft:cake[bites=0]","properties":{"bites":{"type":"int","values":["0","1","2","3","4","5","6"]}}},"minecraft:campfire":{"defaultstate":"minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"lit":{"type":"bool","values":["true","false"]},"signal_fire":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:carrots":{"defaultstate":"minecraft:carrots[age=0]","properties":{"age":{"type":"int","values":["0","1","2","3","4","5","6","7"]}}},"minecraft:cartography_table":{"defaultstate":"minecraft:cartography_table","properties":{}},"minecraft:carved_pumpkin":{"defaultstate":"minecraft:carved_pumpkin[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:cauldron":{"defaultstate":"minecraft:cauldron[level=0]","properties":{"level":{"type":"int","values":["0","1","2","3"]}}},"minecraft:cave_air":{"defaultstate":"minecraft:cave_air","properties":{}},"minecraft:chain":{"defaultstate":"minecraft:chain[axis=y,waterlogged=false]","properties":{"axis":{"type":"enum","values":["x","y","z"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:chain_command_block":{"defaultstate":"minecraft:chain_command_block[conditional=false,facing=north]","properties":{"conditional":{"type":"bool","values":["true","false"]},"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:chest":{"defaultstate":"minecraft:chest[facing=north,type=single,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"type":{"type":"enum","values":["single","left","right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:chipped_anvil":{"defaultstate":"minecraft:chipped_anvil[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:chiseled_nether_bricks":{"defaultstate":"minecraft:chiseled_nether_bricks","properties":{}},"minecraft:chiseled_polished_blackstone":{"defaultstate":"minecraft:chiseled_polished_blackstone","properties":{}},"minecraft:chiseled_quartz_block":{"defaultstate":"minecraft:chiseled_quartz_block","properties":{}},"minecraft:chiseled_red_sandstone":{"defaultstate":"minecraft:chiseled_red_sandstone","properties":{}},"minecraft:chiseled_sandstone":{"defaultstate":"minecraft:chiseled_sandstone","properties":{}},"minecraft:chiseled_stone_bricks":{"defaultstate":"minecraft:chiseled_stone_bricks","properties":{}},"minecraft:chorus_flower":{"defaultstate":"minecraft:chorus_flower[age=0]","properties":{"age":{"type":"int","values":["0","1","2","3","4","5"]}}},"minecraft:chorus_plant":{"defaultstate":"minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false]","properties":{"down":{"type":"bool","values":["true","false"]},"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"up":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:clay":{"defaultstate":"minecraft:clay","properties":{}},"minecraft:coal_block":{"defaultstate":"minecraft:coal_block","properties":{}},"minecraft:coal_ore":{"defaultstate":"minecraft:coal_ore","properties":{}},"minecraft:coarse_dirt":{"defaultstate":"minecraft:coarse_dirt","properties":{}},"minecraft:cobblestone":{"defaultstate":"minecraft:cobblestone","properties":{}},"minecraft:cobblestone_slab":{"defaultstate":"minecraft:cobblestone_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:cobblestone_stairs":{"defaultstate":"minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:cobblestone_wall":{"defaultstate":"minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:cobweb":{"defaultstate":"minecraft:cobweb","properties":{}},"minecraft:cocoa":{"defaultstate":"minecraft:cocoa[age=0,facing=north]","properties":{"age":{"type":"int","values":["0","1","2"]},"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:command_block":{"defaultstate":"minecraft:command_block[conditional=false,facing=north]","properties":{"conditional":{"type":"bool","values":["true","false"]},"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:comparator":{"defaultstate":"minecraft:comparator[facing=north,mode=compare,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"mode":{"type":"enum","values":["compare","subtract"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:composter":{"defaultstate":"minecraft:composter[level=0]","properties":{"level":{"type":"int","values":["0","1","2","3","4","5","6","7","8"]}}},"minecraft:conduit":{"defaultstate":"minecraft:conduit[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:cornflower":{"defaultstate":"minecraft:cornflower","properties":{}},"minecraft:cracked_nether_bricks":{"defaultstate":"minecraft:cracked_nether_bricks","properties":{}},"minecraft:cracked_polished_blackstone_bricks":{"defaultstate":"minecraft:cracked_polished_blackstone_bricks","properties":{}},"minecraft:cracked_stone_bricks":{"defaultstate":"minecraft:cracked_stone_bricks","properties":{}},"minecraft:crafting_table":{"defaultstate":"minecraft:crafting_table","properties":{}},"minecraft:creeper_head":{"defaultstate":"minecraft:creeper_head[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:creeper_wall_head":{"defaultstate":"minecraft:creeper_wall_head[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:crimson_button":{"defaultstate":"minecraft:crimson_button[face=wall,facing=north,powered=false]","properties":{"face":{"type":"enum","values":["floor","wall","ceiling"]},"facing":{"type":"direction","values":["north","south","west","east"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:crimson_door":{"defaultstate":"minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["upper","lower"]},"hinge":{"type":"enum","values":["left","right"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:crimson_fence":{"defaultstate":"minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:crimson_fence_gate":{"defaultstate":"minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"in_wall":{"type":"bool","values":["true","false"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:crimson_fungus":{"defaultstate":"minecraft:crimson_fungus","properties":{}},"minecraft:crimson_hyphae":{"defaultstate":"minecraft:crimson_hyphae[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:crimson_nylium":{"defaultstate":"minecraft:crimson_nylium","properties":{}},"minecraft:crimson_planks":{"defaultstate":"minecraft:crimson_planks","properties":{}},"minecraft:crimson_pressure_plate":{"defaultstate":"minecraft:crimson_pressure_plate[powered=false]","properties":{"powered":{"type":"bool","values":["true","false"]}}},"minecraft:crimson_roots":{"defaultstate":"minecraft:crimson_roots","properties":{}},"minecraft:crimson_sign":{"defaultstate":"minecraft:crimson_sign[rotation=0,waterlogged=false]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:crimson_slab":{"defaultstate":"minecraft:crimson_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:crimson_stairs":{"defaultstate":"minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:crimson_stem":{"defaultstate":"minecraft:crimson_stem[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:crimson_trapdoor":{"defaultstate":"minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:crimson_wall_sign":{"defaultstate":"minecraft:crimson_wall_sign[facing=north,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:crying_obsidian":{"defaultstate":"minecraft:crying_obsidian","properties":{}},"minecraft:cut_red_sandstone":{"defaultstate":"minecraft:cut_red_sandstone","properties":{}},"minecraft:cut_red_sandstone_slab":{"defaultstate":"minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:cut_sandstone":{"defaultstate":"minecraft:cut_sandstone","properties":{}},"minecraft:cut_sandstone_slab":{"defaultstate":"minecraft:cut_sandstone_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:cyan_banner":{"defaultstate":"minecraft:cyan_banner[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:cyan_bed":{"defaultstate":"minecraft:cyan_bed[facing=north,occupied=false,part=foot]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"occupied":{"type":"bool","values":["true","false"]},"part":{"type":"enum","values":["head","foot"]}}},"minecraft:cyan_carpet":{"defaultstate":"minecraft:cyan_carpet","properties":{}},"minecraft:cyan_concrete":{"defaultstate":"minecraft:cyan_concrete","properties":{}},"minecraft:cyan_concrete_powder":{"defaultstate":"minecraft:cyan_concrete_powder","properties":{}},"minecraft:cyan_glazed_terracotta":{"defaultstate":"minecraft:cyan_glazed_terracotta[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:cyan_shulker_box":{"defaultstate":"minecraft:cyan_shulker_box[facing=up]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:cyan_stained_glass":{"defaultstate":"minecraft:cyan_stained_glass","properties":{}},"minecraft:cyan_stained_glass_pane":{"defaultstate":"minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:cyan_terracotta":{"defaultstate":"minecraft:cyan_terracotta","properties":{}},"minecraft:cyan_wall_banner":{"defaultstate":"minecraft:cyan_wall_banner[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:cyan_wool":{"defaultstate":"minecraft:cyan_wool","properties":{}},"minecraft:damaged_anvil":{"defaultstate":"minecraft:damaged_anvil[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:dandelion":{"defaultstate":"minecraft:dandelion","properties":{}},"minecraft:dark_oak_button":{"defaultstate":"minecraft:dark_oak_button[face=wall,facing=north,powered=false]","properties":{"face":{"type":"enum","values":["floor","wall","ceiling"]},"facing":{"type":"direction","values":["north","south","west","east"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:dark_oak_door":{"defaultstate":"minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["upper","lower"]},"hinge":{"type":"enum","values":["left","right"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:dark_oak_fence":{"defaultstate":"minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:dark_oak_fence_gate":{"defaultstate":"minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"in_wall":{"type":"bool","values":["true","false"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:dark_oak_leaves":{"defaultstate":"minecraft:dark_oak_leaves[distance=7,persistent=false]","properties":{"distance":{"type":"int","values":["1","2","3","4","5","6","7"]},"persistent":{"type":"bool","values":["true","false"]}}},"minecraft:dark_oak_log":{"defaultstate":"minecraft:dark_oak_log[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:dark_oak_planks":{"defaultstate":"minecraft:dark_oak_planks","properties":{}},"minecraft:dark_oak_pressure_plate":{"defaultstate":"minecraft:dark_oak_pressure_plate[powered=false]","properties":{"powered":{"type":"bool","values":["true","false"]}}},"minecraft:dark_oak_sapling":{"defaultstate":"minecraft:dark_oak_sapling[stage=0]","properties":{"stage":{"type":"int","values":["0","1"]}}},"minecraft:dark_oak_sign":{"defaultstate":"minecraft:dark_oak_sign[rotation=0,waterlogged=false]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dark_oak_slab":{"defaultstate":"minecraft:dark_oak_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dark_oak_stairs":{"defaultstate":"minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dark_oak_trapdoor":{"defaultstate":"minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dark_oak_wall_sign":{"defaultstate":"minecraft:dark_oak_wall_sign[facing=north,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dark_oak_wood":{"defaultstate":"minecraft:dark_oak_wood[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:dark_prismarine":{"defaultstate":"minecraft:dark_prismarine","properties":{}},"minecraft:dark_prismarine_slab":{"defaultstate":"minecraft:dark_prismarine_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dark_prismarine_stairs":{"defaultstate":"minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:daylight_detector":{"defaultstate":"minecraft:daylight_detector[inverted=false,power=0]","properties":{"inverted":{"type":"bool","values":["true","false"]},"power":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:dead_brain_coral":{"defaultstate":"minecraft:dead_brain_coral[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dead_brain_coral_block":{"defaultstate":"minecraft:dead_brain_coral_block","properties":{}},"minecraft:dead_brain_coral_fan":{"defaultstate":"minecraft:dead_brain_coral_fan[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dead_brain_coral_wall_fan":{"defaultstate":"minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=true]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dead_bubble_coral":{"defaultstate":"minecraft:dead_bubble_coral[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dead_bubble_coral_block":{"defaultstate":"minecraft:dead_bubble_coral_block","properties":{}},"minecraft:dead_bubble_coral_fan":{"defaultstate":"minecraft:dead_bubble_coral_fan[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dead_bubble_coral_wall_fan":{"defaultstate":"minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=true]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dead_bush":{"defaultstate":"minecraft:dead_bush","properties":{}},"minecraft:dead_fire_coral":{"defaultstate":"minecraft:dead_fire_coral[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dead_fire_coral_block":{"defaultstate":"minecraft:dead_fire_coral_block","properties":{}},"minecraft:dead_fire_coral_fan":{"defaultstate":"minecraft:dead_fire_coral_fan[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dead_fire_coral_wall_fan":{"defaultstate":"minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=true]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dead_horn_coral":{"defaultstate":"minecraft:dead_horn_coral[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dead_horn_coral_block":{"defaultstate":"minecraft:dead_horn_coral_block","properties":{}},"minecraft:dead_horn_coral_fan":{"defaultstate":"minecraft:dead_horn_coral_fan[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dead_horn_coral_wall_fan":{"defaultstate":"minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=true]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dead_tube_coral":{"defaultstate":"minecraft:dead_tube_coral[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dead_tube_coral_block":{"defaultstate":"minecraft:dead_tube_coral_block","properties":{}},"minecraft:dead_tube_coral_fan":{"defaultstate":"minecraft:dead_tube_coral_fan[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dead_tube_coral_wall_fan":{"defaultstate":"minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=true]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:detector_rail":{"defaultstate":"minecraft:detector_rail[powered=false,shape=north_south]","properties":{"powered":{"type":"bool","values":["true","false"]},"shape":{"type":"enum","values":["north_south","east_west","ascending_east","ascending_west","ascending_north","ascending_south"]}}},"minecraft:diamond_block":{"defaultstate":"minecraft:diamond_block","properties":{}},"minecraft:diamond_ore":{"defaultstate":"minecraft:diamond_ore","properties":{}},"minecraft:diorite":{"defaultstate":"minecraft:diorite","properties":{}},"minecraft:diorite_slab":{"defaultstate":"minecraft:diorite_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:diorite_stairs":{"defaultstate":"minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:diorite_wall":{"defaultstate":"minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:dirt":{"defaultstate":"minecraft:dirt","properties":{}},"minecraft:dispenser":{"defaultstate":"minecraft:dispenser[facing=north,triggered=false]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]},"triggered":{"type":"bool","values":["true","false"]}}},"minecraft:dragon_egg":{"defaultstate":"minecraft:dragon_egg","properties":{}},"minecraft:dragon_head":{"defaultstate":"minecraft:dragon_head[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:dragon_wall_head":{"defaultstate":"minecraft:dragon_wall_head[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:dried_kelp_block":{"defaultstate":"minecraft:dried_kelp_block","properties":{}},"minecraft:dropper":{"defaultstate":"minecraft:dropper[facing=north,triggered=false]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]},"triggered":{"type":"bool","values":["true","false"]}}},"minecraft:emerald_block":{"defaultstate":"minecraft:emerald_block","properties":{}},"minecraft:emerald_ore":{"defaultstate":"minecraft:emerald_ore","properties":{}},"minecraft:enchanting_table":{"defaultstate":"minecraft:enchanting_table","properties":{}},"minecraft:end_gateway":{"defaultstate":"minecraft:end_gateway","properties":{}},"minecraft:end_portal":{"defaultstate":"minecraft:end_portal","properties":{}},"minecraft:end_portal_frame":{"defaultstate":"minecraft:end_portal_frame[eye=false,facing=north]","properties":{"eye":{"type":"bool","values":["true","false"]},"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:end_rod":{"defaultstate":"minecraft:end_rod[facing=up]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:end_stone":{"defaultstate":"minecraft:end_stone","properties":{}},"minecraft:end_stone_brick_slab":{"defaultstate":"minecraft:end_stone_brick_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:end_stone_brick_stairs":{"defaultstate":"minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:end_stone_brick_wall":{"defaultstate":"minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:end_stone_bricks":{"defaultstate":"minecraft:end_stone_bricks","properties":{}},"minecraft:ender_chest":{"defaultstate":"minecraft:ender_chest[facing=north,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:farmland":{"defaultstate":"minecraft:farmland[moisture=0]","properties":{"moisture":{"type":"int","values":["0","1","2","3","4","5","6","7"]}}},"minecraft:fern":{"defaultstate":"minecraft:fern","properties":{}},"minecraft:fire":{"defaultstate":"minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false]","properties":{"age":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]},"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"up":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:fire_coral":{"defaultstate":"minecraft:fire_coral[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:fire_coral_block":{"defaultstate":"minecraft:fire_coral_block","properties":{}},"minecraft:fire_coral_fan":{"defaultstate":"minecraft:fire_coral_fan[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:fire_coral_wall_fan":{"defaultstate":"minecraft:fire_coral_wall_fan[facing=north,waterlogged=true]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:fletching_table":{"defaultstate":"minecraft:fletching_table","properties":{}},"minecraft:flower_pot":{"defaultstate":"minecraft:flower_pot","properties":{}},"minecraft:frosted_ice":{"defaultstate":"minecraft:frosted_ice[age=0]","properties":{"age":{"type":"int","values":["0","1","2","3"]}}},"minecraft:furnace":{"defaultstate":"minecraft:furnace[facing=north,lit=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"lit":{"type":"bool","values":["true","false"]}}},"minecraft:gilded_blackstone":{"defaultstate":"minecraft:gilded_blackstone","properties":{}},"minecraft:glass":{"defaultstate":"minecraft:glass","properties":{}},"minecraft:glass_pane":{"defaultstate":"minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:glowstone":{"defaultstate":"minecraft:glowstone","properties":{}},"minecraft:gold_block":{"defaultstate":"minecraft:gold_block","properties":{}},"minecraft:gold_ore":{"defaultstate":"minecraft:gold_ore","properties":{}},"minecraft:granite":{"defaultstate":"minecraft:granite","properties":{}},"minecraft:granite_slab":{"defaultstate":"minecraft:granite_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:granite_stairs":{"defaultstate":"minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:granite_wall":{"defaultstate":"minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:grass":{"defaultstate":"minecraft:grass","properties":{}},"minecraft:grass_block":{"defaultstate":"minecraft:grass_block[snowy=false]","properties":{"snowy":{"type":"bool","values":["true","false"]}}},"minecraft:grass_path":{"defaultstate":"minecraft:grass_path","properties":{}},"minecraft:gravel":{"defaultstate":"minecraft:gravel","properties":{}},"minecraft:gray_banner":{"defaultstate":"minecraft:gray_banner[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:gray_bed":{"defaultstate":"minecraft:gray_bed[facing=north,occupied=false,part=foot]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"occupied":{"type":"bool","values":["true","false"]},"part":{"type":"enum","values":["head","foot"]}}},"minecraft:gray_carpet":{"defaultstate":"minecraft:gray_carpet","properties":{}},"minecraft:gray_concrete":{"defaultstate":"minecraft:gray_concrete","properties":{}},"minecraft:gray_concrete_powder":{"defaultstate":"minecraft:gray_concrete_powder","properties":{}},"minecraft:gray_glazed_terracotta":{"defaultstate":"minecraft:gray_glazed_terracotta[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:gray_shulker_box":{"defaultstate":"minecraft:gray_shulker_box[facing=up]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:gray_stained_glass":{"defaultstate":"minecraft:gray_stained_glass","properties":{}},"minecraft:gray_stained_glass_pane":{"defaultstate":"minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:gray_terracotta":{"defaultstate":"minecraft:gray_terracotta","properties":{}},"minecraft:gray_wall_banner":{"defaultstate":"minecraft:gray_wall_banner[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:gray_wool":{"defaultstate":"minecraft:gray_wool","properties":{}},"minecraft:green_banner":{"defaultstate":"minecraft:green_banner[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:green_bed":{"defaultstate":"minecraft:green_bed[facing=north,occupied=false,part=foot]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"occupied":{"type":"bool","values":["true","false"]},"part":{"type":"enum","values":["head","foot"]}}},"minecraft:green_carpet":{"defaultstate":"minecraft:green_carpet","properties":{}},"minecraft:green_concrete":{"defaultstate":"minecraft:green_concrete","properties":{}},"minecraft:green_concrete_powder":{"defaultstate":"minecraft:green_concrete_powder","properties":{}},"minecraft:green_glazed_terracotta":{"defaultstate":"minecraft:green_glazed_terracotta[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:green_shulker_box":{"defaultstate":"minecraft:green_shulker_box[facing=up]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:green_stained_glass":{"defaultstate":"minecraft:green_stained_glass","properties":{}},"minecraft:green_stained_glass_pane":{"defaultstate":"minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:green_terracotta":{"defaultstate":"minecraft:green_terracotta","properties":{}},"minecraft:green_wall_banner":{"defaultstate":"minecraft:green_wall_banner[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:green_wool":{"defaultstate":"minecraft:green_wool","properties":{}},"minecraft:grindstone":{"defaultstate":"minecraft:grindstone[face=wall,facing=north]","properties":{"face":{"type":"enum","values":["floor","wall","ceiling"]},"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:hay_block":{"defaultstate":"minecraft:hay_block[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:heavy_weighted_pressure_plate":{"defaultstate":"minecraft:heavy_weighted_pressure_plate[power=0]","properties":{"power":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:honey_block":{"defaultstate":"minecraft:honey_block","properties":{}},"minecraft:honeycomb_block":{"defaultstate":"minecraft:honeycomb_block","properties":{}},"minecraft:hopper":{"defaultstate":"minecraft:hopper[enabled=true,facing=down]","properties":{"enabled":{"type":"bool","values":["true","false"]},"facing":{"type":"direction","values":["down","north","south","west","east"]}}},"minecraft:horn_coral":{"defaultstate":"minecraft:horn_coral[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:horn_coral_block":{"defaultstate":"minecraft:horn_coral_block","properties":{}},"minecraft:horn_coral_fan":{"defaultstate":"minecraft:horn_coral_fan[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:horn_coral_wall_fan":{"defaultstate":"minecraft:horn_coral_wall_fan[facing=north,waterlogged=true]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:ice":{"defaultstate":"minecraft:ice","properties":{}},"minecraft:infested_chiseled_stone_bricks":{"defaultstate":"minecraft:infested_chiseled_stone_bricks","properties":{}},"minecraft:infested_cobblestone":{"defaultstate":"minecraft:infested_cobblestone","properties":{}},"minecraft:infested_cracked_stone_bricks":{"defaultstate":"minecraft:infested_cracked_stone_bricks","properties":{}},"minecraft:infested_mossy_stone_bricks":{"defaultstate":"minecraft:infested_mossy_stone_bricks","properties":{}},"minecraft:infested_stone":{"defaultstate":"minecraft:infested_stone","properties":{}},"minecraft:infested_stone_bricks":{"defaultstate":"minecraft:infested_stone_bricks","properties":{}},"minecraft:iron_bars":{"defaultstate":"minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:iron_block":{"defaultstate":"minecraft:iron_block","properties":{}},"minecraft:iron_door":{"defaultstate":"minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["upper","lower"]},"hinge":{"type":"enum","values":["left","right"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:iron_ore":{"defaultstate":"minecraft:iron_ore","properties":{}},"minecraft:iron_trapdoor":{"defaultstate":"minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:jack_o_lantern":{"defaultstate":"minecraft:jack_o_lantern[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:jigsaw":{"defaultstate":"minecraft:jigsaw[orientation=north_up]","properties":{"orientation":{"type":"enum","values":["down_east","down_north","down_south","down_west","up_east","up_north","up_south","up_west","west_up","east_up","north_up","south_up"]}}},"minecraft:jukebox":{"defaultstate":"minecraft:jukebox[has_record=false]","properties":{"has_record":{"type":"bool","values":["true","false"]}}},"minecraft:jungle_button":{"defaultstate":"minecraft:jungle_button[face=wall,facing=north,powered=false]","properties":{"face":{"type":"enum","values":["floor","wall","ceiling"]},"facing":{"type":"direction","values":["north","south","west","east"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:jungle_door":{"defaultstate":"minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["upper","lower"]},"hinge":{"type":"enum","values":["left","right"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:jungle_fence":{"defaultstate":"minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:jungle_fence_gate":{"defaultstate":"minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"in_wall":{"type":"bool","values":["true","false"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:jungle_leaves":{"defaultstate":"minecraft:jungle_leaves[distance=7,persistent=false]","properties":{"distance":{"type":"int","values":["1","2","3","4","5","6","7"]},"persistent":{"type":"bool","values":["true","false"]}}},"minecraft:jungle_log":{"defaultstate":"minecraft:jungle_log[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:jungle_planks":{"defaultstate":"minecraft:jungle_planks","properties":{}},"minecraft:jungle_pressure_plate":{"defaultstate":"minecraft:jungle_pressure_plate[powered=false]","properties":{"powered":{"type":"bool","values":["true","false"]}}},"minecraft:jungle_sapling":{"defaultstate":"minecraft:jungle_sapling[stage=0]","properties":{"stage":{"type":"int","values":["0","1"]}}},"minecraft:jungle_sign":{"defaultstate":"minecraft:jungle_sign[rotation=0,waterlogged=false]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:jungle_slab":{"defaultstate":"minecraft:jungle_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:jungle_stairs":{"defaultstate":"minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:jungle_trapdoor":{"defaultstate":"minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:jungle_wall_sign":{"defaultstate":"minecraft:jungle_wall_sign[facing=north,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:jungle_wood":{"defaultstate":"minecraft:jungle_wood[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:kelp":{"defaultstate":"minecraft:kelp[age=0]","properties":{"age":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24","25"]}}},"minecraft:kelp_plant":{"defaultstate":"minecraft:kelp_plant","properties":{}},"minecraft:ladder":{"defaultstate":"minecraft:ladder[facing=north,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:lantern":{"defaultstate":"minecraft:lantern[hanging=false,waterlogged=false]","properties":{"hanging":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:lapis_block":{"defaultstate":"minecraft:lapis_block","properties":{}},"minecraft:lapis_ore":{"defaultstate":"minecraft:lapis_ore","properties":{}},"minecraft:large_fern":{"defaultstate":"minecraft:large_fern[half=lower]","properties":{"half":{"type":"enum","values":["upper","lower"]}}},"minecraft:lava":{"defaultstate":"minecraft:lava[level=0]","properties":{"level":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:lectern":{"defaultstate":"minecraft:lectern[facing=north,has_book=false,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"has_book":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:lever":{"defaultstate":"minecraft:lever[face=wall,facing=north,powered=false]","properties":{"face":{"type":"enum","values":["floor","wall","ceiling"]},"facing":{"type":"direction","values":["north","south","west","east"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:light_blue_banner":{"defaultstate":"minecraft:light_blue_banner[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:light_blue_bed":{"defaultstate":"minecraft:light_blue_bed[facing=north,occupied=false,part=foot]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"occupied":{"type":"bool","values":["true","false"]},"part":{"type":"enum","values":["head","foot"]}}},"minecraft:light_blue_carpet":{"defaultstate":"minecraft:light_blue_carpet","properties":{}},"minecraft:light_blue_concrete":{"defaultstate":"minecraft:light_blue_concrete","properties":{}},"minecraft:light_blue_concrete_powder":{"defaultstate":"minecraft:light_blue_concrete_powder","properties":{}},"minecraft:light_blue_glazed_terracotta":{"defaultstate":"minecraft:light_blue_glazed_terracotta[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:light_blue_shulker_box":{"defaultstate":"minecraft:light_blue_shulker_box[facing=up]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:light_blue_stained_glass":{"defaultstate":"minecraft:light_blue_stained_glass","properties":{}},"minecraft:light_blue_stained_glass_pane":{"defaultstate":"minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:light_blue_terracotta":{"defaultstate":"minecraft:light_blue_terracotta","properties":{}},"minecraft:light_blue_wall_banner":{"defaultstate":"minecraft:light_blue_wall_banner[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:light_blue_wool":{"defaultstate":"minecraft:light_blue_wool","properties":{}},"minecraft:light_gray_banner":{"defaultstate":"minecraft:light_gray_banner[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:light_gray_bed":{"defaultstate":"minecraft:light_gray_bed[facing=north,occupied=false,part=foot]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"occupied":{"type":"bool","values":["true","false"]},"part":{"type":"enum","values":["head","foot"]}}},"minecraft:light_gray_carpet":{"defaultstate":"minecraft:light_gray_carpet","properties":{}},"minecraft:light_gray_concrete":{"defaultstate":"minecraft:light_gray_concrete","properties":{}},"minecraft:light_gray_concrete_powder":{"defaultstate":"minecraft:light_gray_concrete_powder","properties":{}},"minecraft:light_gray_glazed_terracotta":{"defaultstate":"minecraft:light_gray_glazed_terracotta[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:light_gray_shulker_box":{"defaultstate":"minecraft:light_gray_shulker_box[facing=up]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:light_gray_stained_glass":{"defaultstate":"minecraft:light_gray_stained_glass","properties":{}},"minecraft:light_gray_stained_glass_pane":{"defaultstate":"minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:light_gray_terracotta":{"defaultstate":"minecraft:light_gray_terracotta","properties":{}},"minecraft:light_gray_wall_banner":{"defaultstate":"minecraft:light_gray_wall_banner[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:light_gray_wool":{"defaultstate":"minecraft:light_gray_wool","properties":{}},"minecraft:light_weighted_pressure_plate":{"defaultstate":"minecraft:light_weighted_pressure_plate[power=0]","properties":{"power":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:lilac":{"defaultstate":"minecraft:lilac[half=lower]","properties":{"half":{"type":"enum","values":["upper","lower"]}}},"minecraft:lily_of_the_valley":{"defaultstate":"minecraft:lily_of_the_valley","properties":{}},"minecraft:lily_pad":{"defaultstate":"minecraft:lily_pad","properties":{}},"minecraft:lime_banner":{"defaultstate":"minecraft:lime_banner[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:lime_bed":{"defaultstate":"minecraft:lime_bed[facing=north,occupied=false,part=foot]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"occupied":{"type":"bool","values":["true","false"]},"part":{"type":"enum","values":["head","foot"]}}},"minecraft:lime_carpet":{"defaultstate":"minecraft:lime_carpet","properties":{}},"minecraft:lime_concrete":{"defaultstate":"minecraft:lime_concrete","properties":{}},"minecraft:lime_concrete_powder":{"defaultstate":"minecraft:lime_concrete_powder","properties":{}},"minecraft:lime_glazed_terracotta":{"defaultstate":"minecraft:lime_glazed_terracotta[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:lime_shulker_box":{"defaultstate":"minecraft:lime_shulker_box[facing=up]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:lime_stained_glass":{"defaultstate":"minecraft:lime_stained_glass","properties":{}},"minecraft:lime_stained_glass_pane":{"defaultstate":"minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:lime_terracotta":{"defaultstate":"minecraft:lime_terracotta","properties":{}},"minecraft:lime_wall_banner":{"defaultstate":"minecraft:lime_wall_banner[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:lime_wool":{"defaultstate":"minecraft:lime_wool","properties":{}},"minecraft:lodestone":{"defaultstate":"minecraft:lodestone","properties":{}},"minecraft:loom":{"defaultstate":"minecraft:loom[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:magenta_banner":{"defaultstate":"minecraft:magenta_banner[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:magenta_bed":{"defaultstate":"minecraft:magenta_bed[facing=north,occupied=false,part=foot]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"occupied":{"type":"bool","values":["true","false"]},"part":{"type":"enum","values":["head","foot"]}}},"minecraft:magenta_carpet":{"defaultstate":"minecraft:magenta_carpet","properties":{}},"minecraft:magenta_concrete":{"defaultstate":"minecraft:magenta_concrete","properties":{}},"minecraft:magenta_concrete_powder":{"defaultstate":"minecraft:magenta_concrete_powder","properties":{}},"minecraft:magenta_glazed_terracotta":{"defaultstate":"minecraft:magenta_glazed_terracotta[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:magenta_shulker_box":{"defaultstate":"minecraft:magenta_shulker_box[facing=up]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:magenta_stained_glass":{"defaultstate":"minecraft:magenta_stained_glass","properties":{}},"minecraft:magenta_stained_glass_pane":{"defaultstate":"minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:magenta_terracotta":{"defaultstate":"minecraft:magenta_terracotta","properties":{}},"minecraft:magenta_wall_banner":{"defaultstate":"minecraft:magenta_wall_banner[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:magenta_wool":{"defaultstate":"minecraft:magenta_wool","properties":{}},"minecraft:magma_block":{"defaultstate":"minecraft:magma_block","properties":{}},"minecraft:melon":{"defaultstate":"minecraft:melon","properties":{}},"minecraft:melon_stem":{"defaultstate":"minecraft:melon_stem[age=0]","properties":{"age":{"type":"int","values":["0","1","2","3","4","5","6","7"]}}},"minecraft:mossy_cobblestone":{"defaultstate":"minecraft:mossy_cobblestone","properties":{}},"minecraft:mossy_cobblestone_slab":{"defaultstate":"minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:mossy_cobblestone_stairs":{"defaultstate":"minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:mossy_cobblestone_wall":{"defaultstate":"minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:mossy_stone_brick_slab":{"defaultstate":"minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:mossy_stone_brick_stairs":{"defaultstate":"minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:mossy_stone_brick_wall":{"defaultstate":"minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:mossy_stone_bricks":{"defaultstate":"minecraft:mossy_stone_bricks","properties":{}},"minecraft:moving_piston":{"defaultstate":"minecraft:moving_piston[facing=north,type=normal]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]},"type":{"type":"enum","values":["normal","sticky"]}}},"minecraft:mushroom_stem":{"defaultstate":"minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=true]","properties":{"down":{"type":"bool","values":["true","false"]},"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"up":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:mycelium":{"defaultstate":"minecraft:mycelium[snowy=false]","properties":{"snowy":{"type":"bool","values":["true","false"]}}},"minecraft:nether_brick_fence":{"defaultstate":"minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:nether_brick_slab":{"defaultstate":"minecraft:nether_brick_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:nether_brick_stairs":{"defaultstate":"minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:nether_brick_wall":{"defaultstate":"minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:nether_bricks":{"defaultstate":"minecraft:nether_bricks","properties":{}},"minecraft:nether_gold_ore":{"defaultstate":"minecraft:nether_gold_ore","properties":{}},"minecraft:nether_portal":{"defaultstate":"minecraft:nether_portal[axis=x]","properties":{"axis":{"type":"enum","values":["x","z"]}}},"minecraft:nether_quartz_ore":{"defaultstate":"minecraft:nether_quartz_ore","properties":{}},"minecraft:nether_sprouts":{"defaultstate":"minecraft:nether_sprouts","properties":{}},"minecraft:nether_wart":{"defaultstate":"minecraft:nether_wart[age=0]","properties":{"age":{"type":"int","values":["0","1","2","3"]}}},"minecraft:nether_wart_block":{"defaultstate":"minecraft:nether_wart_block","properties":{}},"minecraft:netherite_block":{"defaultstate":"minecraft:netherite_block","properties":{}},"minecraft:netherrack":{"defaultstate":"minecraft:netherrack","properties":{}},"minecraft:note_block":{"defaultstate":"minecraft:note_block[instrument=harp,note=0,powered=false]","properties":{"instrument":{"type":"enum","values":["harp","basedrum","snare","hat","bass","flute","bell","guitar","chime","xylophone","iron_xylophone","cow_bell","didgeridoo","bit","banjo","pling"]},"note":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:oak_button":{"defaultstate":"minecraft:oak_button[face=wall,facing=north,powered=false]","properties":{"face":{"type":"enum","values":["floor","wall","ceiling"]},"facing":{"type":"direction","values":["north","south","west","east"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:oak_door":{"defaultstate":"minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["upper","lower"]},"hinge":{"type":"enum","values":["left","right"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:oak_fence":{"defaultstate":"minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:oak_fence_gate":{"defaultstate":"minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"in_wall":{"type":"bool","values":["true","false"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:oak_leaves":{"defaultstate":"minecraft:oak_leaves[distance=7,persistent=false]","properties":{"distance":{"type":"int","values":["1","2","3","4","5","6","7"]},"persistent":{"type":"bool","values":["true","false"]}}},"minecraft:oak_log":{"defaultstate":"minecraft:oak_log[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:oak_planks":{"defaultstate":"minecraft:oak_planks","properties":{}},"minecraft:oak_pressure_plate":{"defaultstate":"minecraft:oak_pressure_plate[powered=false]","properties":{"powered":{"type":"bool","values":["true","false"]}}},"minecraft:oak_sapling":{"defaultstate":"minecraft:oak_sapling[stage=0]","properties":{"stage":{"type":"int","values":["0","1"]}}},"minecraft:oak_sign":{"defaultstate":"minecraft:oak_sign[rotation=0,waterlogged=false]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:oak_slab":{"defaultstate":"minecraft:oak_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:oak_stairs":{"defaultstate":"minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:oak_trapdoor":{"defaultstate":"minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:oak_wall_sign":{"defaultstate":"minecraft:oak_wall_sign[facing=north,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:oak_wood":{"defaultstate":"minecraft:oak_wood[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:observer":{"defaultstate":"minecraft:observer[facing=south,powered=false]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:obsidian":{"defaultstate":"minecraft:obsidian","properties":{}},"minecraft:orange_banner":{"defaultstate":"minecraft:orange_banner[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:orange_bed":{"defaultstate":"minecraft:orange_bed[facing=north,occupied=false,part=foot]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"occupied":{"type":"bool","values":["true","false"]},"part":{"type":"enum","values":["head","foot"]}}},"minecraft:orange_carpet":{"defaultstate":"minecraft:orange_carpet","properties":{}},"minecraft:orange_concrete":{"defaultstate":"minecraft:orange_concrete","properties":{}},"minecraft:orange_concrete_powder":{"defaultstate":"minecraft:orange_concrete_powder","properties":{}},"minecraft:orange_glazed_terracotta":{"defaultstate":"minecraft:orange_glazed_terracotta[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:orange_shulker_box":{"defaultstate":"minecraft:orange_shulker_box[facing=up]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:orange_stained_glass":{"defaultstate":"minecraft:orange_stained_glass","properties":{}},"minecraft:orange_stained_glass_pane":{"defaultstate":"minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:orange_terracotta":{"defaultstate":"minecraft:orange_terracotta","properties":{}},"minecraft:orange_tulip":{"defaultstate":"minecraft:orange_tulip","properties":{}},"minecraft:orange_wall_banner":{"defaultstate":"minecraft:orange_wall_banner[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:orange_wool":{"defaultstate":"minecraft:orange_wool","properties":{}},"minecraft:oxeye_daisy":{"defaultstate":"minecraft:oxeye_daisy","properties":{}},"minecraft:packed_ice":{"defaultstate":"minecraft:packed_ice","properties":{}},"minecraft:peony":{"defaultstate":"minecraft:peony[half=lower]","properties":{"half":{"type":"enum","values":["upper","lower"]}}},"minecraft:petrified_oak_slab":{"defaultstate":"minecraft:petrified_oak_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:pink_banner":{"defaultstate":"minecraft:pink_banner[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:pink_bed":{"defaultstate":"minecraft:pink_bed[facing=north,occupied=false,part=foot]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"occupied":{"type":"bool","values":["true","false"]},"part":{"type":"enum","values":["head","foot"]}}},"minecraft:pink_carpet":{"defaultstate":"minecraft:pink_carpet","properties":{}},"minecraft:pink_concrete":{"defaultstate":"minecraft:pink_concrete","properties":{}},"minecraft:pink_concrete_powder":{"defaultstate":"minecraft:pink_concrete_powder","properties":{}},"minecraft:pink_glazed_terracotta":{"defaultstate":"minecraft:pink_glazed_terracotta[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:pink_shulker_box":{"defaultstate":"minecraft:pink_shulker_box[facing=up]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:pink_stained_glass":{"defaultstate":"minecraft:pink_stained_glass","properties":{}},"minecraft:pink_stained_glass_pane":{"defaultstate":"minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:pink_terracotta":{"defaultstate":"minecraft:pink_terracotta","properties":{}},"minecraft:pink_tulip":{"defaultstate":"minecraft:pink_tulip","properties":{}},"minecraft:pink_wall_banner":{"defaultstate":"minecraft:pink_wall_banner[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:pink_wool":{"defaultstate":"minecraft:pink_wool","properties":{}},"minecraft:piston":{"defaultstate":"minecraft:piston[extended=false,facing=north]","properties":{"extended":{"type":"bool","values":["true","false"]},"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:piston_head":{"defaultstate":"minecraft:piston_head[facing=north,short=false,type=normal]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]},"short":{"type":"bool","values":["true","false"]},"type":{"type":"enum","values":["normal","sticky"]}}},"minecraft:player_head":{"defaultstate":"minecraft:player_head[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:player_wall_head":{"defaultstate":"minecraft:player_wall_head[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:podzol":{"defaultstate":"minecraft:podzol[snowy=false]","properties":{"snowy":{"type":"bool","values":["true","false"]}}},"minecraft:polished_andesite":{"defaultstate":"minecraft:polished_andesite","properties":{}},"minecraft:polished_andesite_slab":{"defaultstate":"minecraft:polished_andesite_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:polished_andesite_stairs":{"defaultstate":"minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:polished_basalt":{"defaultstate":"minecraft:polished_basalt[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:polished_blackstone":{"defaultstate":"minecraft:polished_blackstone","properties":{}},"minecraft:polished_blackstone_brick_slab":{"defaultstate":"minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:polished_blackstone_brick_stairs":{"defaultstate":"minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:polished_blackstone_brick_wall":{"defaultstate":"minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:polished_blackstone_bricks":{"defaultstate":"minecraft:polished_blackstone_bricks","properties":{}},"minecraft:polished_blackstone_button":{"defaultstate":"minecraft:polished_blackstone_button[face=wall,facing=north,powered=false]","properties":{"face":{"type":"enum","values":["floor","wall","ceiling"]},"facing":{"type":"direction","values":["north","south","west","east"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:polished_blackstone_pressure_plate":{"defaultstate":"minecraft:polished_blackstone_pressure_plate[powered=false]","properties":{"powered":{"type":"bool","values":["true","false"]}}},"minecraft:polished_blackstone_slab":{"defaultstate":"minecraft:polished_blackstone_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:polished_blackstone_stairs":{"defaultstate":"minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:polished_blackstone_wall":{"defaultstate":"minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:polished_diorite":{"defaultstate":"minecraft:polished_diorite","properties":{}},"minecraft:polished_diorite_slab":{"defaultstate":"minecraft:polished_diorite_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:polished_diorite_stairs":{"defaultstate":"minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:polished_granite":{"defaultstate":"minecraft:polished_granite","properties":{}},"minecraft:polished_granite_slab":{"defaultstate":"minecraft:polished_granite_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:polished_granite_stairs":{"defaultstate":"minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:poppy":{"defaultstate":"minecraft:poppy","properties":{}},"minecraft:potatoes":{"defaultstate":"minecraft:potatoes[age=0]","properties":{"age":{"type":"int","values":["0","1","2","3","4","5","6","7"]}}},"minecraft:potted_acacia_sapling":{"defaultstate":"minecraft:potted_acacia_sapling","properties":{}},"minecraft:potted_allium":{"defaultstate":"minecraft:potted_allium","properties":{}},"minecraft:potted_azure_bluet":{"defaultstate":"minecraft:potted_azure_bluet","properties":{}},"minecraft:potted_bamboo":{"defaultstate":"minecraft:potted_bamboo","properties":{}},"minecraft:potted_birch_sapling":{"defaultstate":"minecraft:potted_birch_sapling","properties":{}},"minecraft:potted_blue_orchid":{"defaultstate":"minecraft:potted_blue_orchid","properties":{}},"minecraft:potted_brown_mushroom":{"defaultstate":"minecraft:potted_brown_mushroom","properties":{}},"minecraft:potted_cactus":{"defaultstate":"minecraft:potted_cactus","properties":{}},"minecraft:potted_cornflower":{"defaultstate":"minecraft:potted_cornflower","properties":{}},"minecraft:potted_crimson_fungus":{"defaultstate":"minecraft:potted_crimson_fungus","properties":{}},"minecraft:potted_crimson_roots":{"defaultstate":"minecraft:potted_crimson_roots","properties":{}},"minecraft:potted_dandelion":{"defaultstate":"minecraft:potted_dandelion","properties":{}},"minecraft:potted_dark_oak_sapling":{"defaultstate":"minecraft:potted_dark_oak_sapling","properties":{}},"minecraft:potted_dead_bush":{"defaultstate":"minecraft:potted_dead_bush","properties":{}},"minecraft:potted_fern":{"defaultstate":"minecraft:potted_fern","properties":{}},"minecraft:potted_jungle_sapling":{"defaultstate":"minecraft:potted_jungle_sapling","properties":{}},"minecraft:potted_lily_of_the_valley":{"defaultstate":"minecraft:potted_lily_of_the_valley","properties":{}},"minecraft:potted_oak_sapling":{"defaultstate":"minecraft:potted_oak_sapling","properties":{}},"minecraft:potted_orange_tulip":{"defaultstate":"minecraft:potted_orange_tulip","properties":{}},"minecraft:potted_oxeye_daisy":{"defaultstate":"minecraft:potted_oxeye_daisy","properties":{}},"minecraft:potted_pink_tulip":{"defaultstate":"minecraft:potted_pink_tulip","properties":{}},"minecraft:potted_poppy":{"defaultstate":"minecraft:potted_poppy","properties":{}},"minecraft:potted_red_mushroom":{"defaultstate":"minecraft:potted_red_mushroom","properties":{}},"minecraft:potted_red_tulip":{"defaultstate":"minecraft:potted_red_tulip","properties":{}},"minecraft:potted_spruce_sapling":{"defaultstate":"minecraft:potted_spruce_sapling","properties":{}},"minecraft:potted_warped_fungus":{"defaultstate":"minecraft:potted_warped_fungus","properties":{}},"minecraft:potted_warped_roots":{"defaultstate":"minecraft:potted_warped_roots","properties":{}},"minecraft:potted_white_tulip":{"defaultstate":"minecraft:potted_white_tulip","properties":{}},"minecraft:potted_wither_rose":{"defaultstate":"minecraft:potted_wither_rose","properties":{}},"minecraft:powered_rail":{"defaultstate":"minecraft:powered_rail[powered=false,shape=north_south]","properties":{"powered":{"type":"bool","values":["true","false"]},"shape":{"type":"enum","values":["north_south","east_west","ascending_east","ascending_west","ascending_north","ascending_south"]}}},"minecraft:prismarine":{"defaultstate":"minecraft:prismarine","properties":{}},"minecraft:prismarine_brick_slab":{"defaultstate":"minecraft:prismarine_brick_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:prismarine_brick_stairs":{"defaultstate":"minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:prismarine_bricks":{"defaultstate":"minecraft:prismarine_bricks","properties":{}},"minecraft:prismarine_slab":{"defaultstate":"minecraft:prismarine_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:prismarine_stairs":{"defaultstate":"minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:prismarine_wall":{"defaultstate":"minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:pumpkin":{"defaultstate":"minecraft:pumpkin","properties":{}},"minecraft:pumpkin_stem":{"defaultstate":"minecraft:pumpkin_stem[age=0]","properties":{"age":{"type":"int","values":["0","1","2","3","4","5","6","7"]}}},"minecraft:purple_banner":{"defaultstate":"minecraft:purple_banner[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:purple_bed":{"defaultstate":"minecraft:purple_bed[facing=north,occupied=false,part=foot]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"occupied":{"type":"bool","values":["true","false"]},"part":{"type":"enum","values":["head","foot"]}}},"minecraft:purple_carpet":{"defaultstate":"minecraft:purple_carpet","properties":{}},"minecraft:purple_concrete":{"defaultstate":"minecraft:purple_concrete","properties":{}},"minecraft:purple_concrete_powder":{"defaultstate":"minecraft:purple_concrete_powder","properties":{}},"minecraft:purple_glazed_terracotta":{"defaultstate":"minecraft:purple_glazed_terracotta[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:purple_shulker_box":{"defaultstate":"minecraft:purple_shulker_box[facing=up]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:purple_stained_glass":{"defaultstate":"minecraft:purple_stained_glass","properties":{}},"minecraft:purple_stained_glass_pane":{"defaultstate":"minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:purple_terracotta":{"defaultstate":"minecraft:purple_terracotta","properties":{}},"minecraft:purple_wall_banner":{"defaultstate":"minecraft:purple_wall_banner[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:purple_wool":{"defaultstate":"minecraft:purple_wool","properties":{}},"minecraft:purpur_block":{"defaultstate":"minecraft:purpur_block","properties":{}},"minecraft:purpur_pillar":{"defaultstate":"minecraft:purpur_pillar[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:purpur_slab":{"defaultstate":"minecraft:purpur_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:purpur_stairs":{"defaultstate":"minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:quartz_block":{"defaultstate":"minecraft:quartz_block","properties":{}},"minecraft:quartz_bricks":{"defaultstate":"minecraft:quartz_bricks","properties":{}},"minecraft:quartz_pillar":{"defaultstate":"minecraft:quartz_pillar[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:quartz_slab":{"defaultstate":"minecraft:quartz_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:quartz_stairs":{"defaultstate":"minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:rail":{"defaultstate":"minecraft:rail[shape=north_south]","properties":{"shape":{"type":"enum","values":["north_south","east_west","ascending_east","ascending_west","ascending_north","ascending_south","south_east","south_west","north_west","north_east"]}}},"minecraft:red_banner":{"defaultstate":"minecraft:red_banner[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:red_bed":{"defaultstate":"minecraft:red_bed[facing=north,occupied=false,part=foot]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"occupied":{"type":"bool","values":["true","false"]},"part":{"type":"enum","values":["head","foot"]}}},"minecraft:red_carpet":{"defaultstate":"minecraft:red_carpet","properties":{}},"minecraft:red_concrete":{"defaultstate":"minecraft:red_concrete","properties":{}},"minecraft:red_concrete_powder":{"defaultstate":"minecraft:red_concrete_powder","properties":{}},"minecraft:red_glazed_terracotta":{"defaultstate":"minecraft:red_glazed_terracotta[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:red_mushroom":{"defaultstate":"minecraft:red_mushroom","properties":{}},"minecraft:red_mushroom_block":{"defaultstate":"minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]","properties":{"down":{"type":"bool","values":["true","false"]},"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"up":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:red_nether_brick_slab":{"defaultstate":"minecraft:red_nether_brick_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:red_nether_brick_stairs":{"defaultstate":"minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:red_nether_brick_wall":{"defaultstate":"minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:red_nether_bricks":{"defaultstate":"minecraft:red_nether_bricks","properties":{}},"minecraft:red_sand":{"defaultstate":"minecraft:red_sand","properties":{}},"minecraft:red_sandstone":{"defaultstate":"minecraft:red_sandstone","properties":{}},"minecraft:red_sandstone_slab":{"defaultstate":"minecraft:red_sandstone_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:red_sandstone_stairs":{"defaultstate":"minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:red_sandstone_wall":{"defaultstate":"minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:red_shulker_box":{"defaultstate":"minecraft:red_shulker_box[facing=up]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:red_stained_glass":{"defaultstate":"minecraft:red_stained_glass","properties":{}},"minecraft:red_stained_glass_pane":{"defaultstate":"minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:red_terracotta":{"defaultstate":"minecraft:red_terracotta","properties":{}},"minecraft:red_tulip":{"defaultstate":"minecraft:red_tulip","properties":{}},"minecraft:red_wall_banner":{"defaultstate":"minecraft:red_wall_banner[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:red_wool":{"defaultstate":"minecraft:red_wool","properties":{}},"minecraft:redstone_block":{"defaultstate":"minecraft:redstone_block","properties":{}},"minecraft:redstone_lamp":{"defaultstate":"minecraft:redstone_lamp[lit=false]","properties":{"lit":{"type":"bool","values":["true","false"]}}},"minecraft:redstone_ore":{"defaultstate":"minecraft:redstone_ore[lit=false]","properties":{"lit":{"type":"bool","values":["true","false"]}}},"minecraft:redstone_torch":{"defaultstate":"minecraft:redstone_torch[lit=true]","properties":{"lit":{"type":"bool","values":["true","false"]}}},"minecraft:redstone_wall_torch":{"defaultstate":"minecraft:redstone_wall_torch[facing=north,lit=true]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"lit":{"type":"bool","values":["true","false"]}}},"minecraft:redstone_wire":{"defaultstate":"minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none]","properties":{"east":{"type":"enum","values":["up","side","none"]},"north":{"type":"enum","values":["up","side","none"]},"power":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]},"south":{"type":"enum","values":["up","side","none"]},"west":{"type":"enum","values":["up","side","none"]}}},"minecraft:repeater":{"defaultstate":"minecraft:repeater[delay=1,facing=north,locked=false,powered=false]","properties":{"delay":{"type":"int","values":["1","2","3","4"]},"facing":{"type":"direction","values":["north","south","west","east"]},"locked":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:repeating_command_block":{"defaultstate":"minecraft:repeating_command_block[conditional=false,facing=north]","properties":{"conditional":{"type":"bool","values":["true","false"]},"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:respawn_anchor":{"defaultstate":"minecraft:respawn_anchor[charges=0]","properties":{"charges":{"type":"int","values":["0","1","2","3","4"]}}},"minecraft:rose_bush":{"defaultstate":"minecraft:rose_bush[half=lower]","properties":{"half":{"type":"enum","values":["upper","lower"]}}},"minecraft:sand":{"defaultstate":"minecraft:sand","properties":{}},"minecraft:sandstone":{"defaultstate":"minecraft:sandstone","properties":{}},"minecraft:sandstone_slab":{"defaultstate":"minecraft:sandstone_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:sandstone_stairs":{"defaultstate":"minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:sandstone_wall":{"defaultstate":"minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:scaffolding":{"defaultstate":"minecraft:scaffolding[bottom=false,distance=7,waterlogged=false]","properties":{"bottom":{"type":"bool","values":["true","false"]},"distance":{"type":"int","values":["0","1","2","3","4","5","6","7"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:sea_lantern":{"defaultstate":"minecraft:sea_lantern","properties":{}},"minecraft:sea_pickle":{"defaultstate":"minecraft:sea_pickle[pickles=1,waterlogged=true]","properties":{"pickles":{"type":"int","values":["1","2","3","4"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:seagrass":{"defaultstate":"minecraft:seagrass","properties":{}},"minecraft:shroomlight":{"defaultstate":"minecraft:shroomlight","properties":{}},"minecraft:shulker_box":{"defaultstate":"minecraft:shulker_box[facing=up]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:skeleton_skull":{"defaultstate":"minecraft:skeleton_skull[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:skeleton_wall_skull":{"defaultstate":"minecraft:skeleton_wall_skull[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:slime_block":{"defaultstate":"minecraft:slime_block","properties":{}},"minecraft:smithing_table":{"defaultstate":"minecraft:smithing_table","properties":{}},"minecraft:smoker":{"defaultstate":"minecraft:smoker[facing=north,lit=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"lit":{"type":"bool","values":["true","false"]}}},"minecraft:smooth_quartz":{"defaultstate":"minecraft:smooth_quartz","properties":{}},"minecraft:smooth_quartz_slab":{"defaultstate":"minecraft:smooth_quartz_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:smooth_quartz_stairs":{"defaultstate":"minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:smooth_red_sandstone":{"defaultstate":"minecraft:smooth_red_sandstone","properties":{}},"minecraft:smooth_red_sandstone_slab":{"defaultstate":"minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:smooth_red_sandstone_stairs":{"defaultstate":"minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:smooth_sandstone":{"defaultstate":"minecraft:smooth_sandstone","properties":{}},"minecraft:smooth_sandstone_slab":{"defaultstate":"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:smooth_sandstone_stairs":{"defaultstate":"minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:smooth_stone":{"defaultstate":"minecraft:smooth_stone","properties":{}},"minecraft:smooth_stone_slab":{"defaultstate":"minecraft:smooth_stone_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:snow":{"defaultstate":"minecraft:snow[layers=1]","properties":{"layers":{"type":"int","values":["1","2","3","4","5","6","7","8"]}}},"minecraft:snow_block":{"defaultstate":"minecraft:snow_block","properties":{}},"minecraft:soul_campfire":{"defaultstate":"minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"lit":{"type":"bool","values":["true","false"]},"signal_fire":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:soul_fire":{"defaultstate":"minecraft:soul_fire","properties":{}},"minecraft:soul_lantern":{"defaultstate":"minecraft:soul_lantern[hanging=false,waterlogged=false]","properties":{"hanging":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:soul_sand":{"defaultstate":"minecraft:soul_sand","properties":{}},"minecraft:soul_soil":{"defaultstate":"minecraft:soul_soil","properties":{}},"minecraft:soul_torch":{"defaultstate":"minecraft:soul_torch","properties":{}},"minecraft:soul_wall_torch":{"defaultstate":"minecraft:soul_wall_torch[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:spawner":{"defaultstate":"minecraft:spawner","properties":{}},"minecraft:sponge":{"defaultstate":"minecraft:sponge","properties":{}},"minecraft:spruce_button":{"defaultstate":"minecraft:spruce_button[face=wall,facing=north,powered=false]","properties":{"face":{"type":"enum","values":["floor","wall","ceiling"]},"facing":{"type":"direction","values":["north","south","west","east"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:spruce_door":{"defaultstate":"minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["upper","lower"]},"hinge":{"type":"enum","values":["left","right"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:spruce_fence":{"defaultstate":"minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:spruce_fence_gate":{"defaultstate":"minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"in_wall":{"type":"bool","values":["true","false"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:spruce_leaves":{"defaultstate":"minecraft:spruce_leaves[distance=7,persistent=false]","properties":{"distance":{"type":"int","values":["1","2","3","4","5","6","7"]},"persistent":{"type":"bool","values":["true","false"]}}},"minecraft:spruce_log":{"defaultstate":"minecraft:spruce_log[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:spruce_planks":{"defaultstate":"minecraft:spruce_planks","properties":{}},"minecraft:spruce_pressure_plate":{"defaultstate":"minecraft:spruce_pressure_plate[powered=false]","properties":{"powered":{"type":"bool","values":["true","false"]}}},"minecraft:spruce_sapling":{"defaultstate":"minecraft:spruce_sapling[stage=0]","properties":{"stage":{"type":"int","values":["0","1"]}}},"minecraft:spruce_sign":{"defaultstate":"minecraft:spruce_sign[rotation=0,waterlogged=false]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:spruce_slab":{"defaultstate":"minecraft:spruce_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:spruce_stairs":{"defaultstate":"minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:spruce_trapdoor":{"defaultstate":"minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:spruce_wall_sign":{"defaultstate":"minecraft:spruce_wall_sign[facing=north,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:spruce_wood":{"defaultstate":"minecraft:spruce_wood[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:sticky_piston":{"defaultstate":"minecraft:sticky_piston[extended=false,facing=north]","properties":{"extended":{"type":"bool","values":["true","false"]},"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:stone":{"defaultstate":"minecraft:stone","properties":{}},"minecraft:stone_brick_slab":{"defaultstate":"minecraft:stone_brick_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:stone_brick_stairs":{"defaultstate":"minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:stone_brick_wall":{"defaultstate":"minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:stone_bricks":{"defaultstate":"minecraft:stone_bricks","properties":{}},"minecraft:stone_button":{"defaultstate":"minecraft:stone_button[face=wall,facing=north,powered=false]","properties":{"face":{"type":"enum","values":["floor","wall","ceiling"]},"facing":{"type":"direction","values":["north","south","west","east"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:stone_pressure_plate":{"defaultstate":"minecraft:stone_pressure_plate[powered=false]","properties":{"powered":{"type":"bool","values":["true","false"]}}},"minecraft:stone_slab":{"defaultstate":"minecraft:stone_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:stone_stairs":{"defaultstate":"minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:stonecutter":{"defaultstate":"minecraft:stonecutter[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:stripped_acacia_log":{"defaultstate":"minecraft:stripped_acacia_log[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:stripped_acacia_wood":{"defaultstate":"minecraft:stripped_acacia_wood[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:stripped_birch_log":{"defaultstate":"minecraft:stripped_birch_log[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:stripped_birch_wood":{"defaultstate":"minecraft:stripped_birch_wood[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:stripped_crimson_hyphae":{"defaultstate":"minecraft:stripped_crimson_hyphae[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:stripped_crimson_stem":{"defaultstate":"minecraft:stripped_crimson_stem[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:stripped_dark_oak_log":{"defaultstate":"minecraft:stripped_dark_oak_log[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:stripped_dark_oak_wood":{"defaultstate":"minecraft:stripped_dark_oak_wood[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:stripped_jungle_log":{"defaultstate":"minecraft:stripped_jungle_log[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:stripped_jungle_wood":{"defaultstate":"minecraft:stripped_jungle_wood[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:stripped_oak_log":{"defaultstate":"minecraft:stripped_oak_log[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:stripped_oak_wood":{"defaultstate":"minecraft:stripped_oak_wood[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:stripped_spruce_log":{"defaultstate":"minecraft:stripped_spruce_log[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:stripped_spruce_wood":{"defaultstate":"minecraft:stripped_spruce_wood[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:stripped_warped_hyphae":{"defaultstate":"minecraft:stripped_warped_hyphae[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:stripped_warped_stem":{"defaultstate":"minecraft:stripped_warped_stem[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:structure_block":{"defaultstate":"minecraft:structure_block[mode=save]","properties":{"mode":{"type":"enum","values":["save","load","corner","data"]}}},"minecraft:structure_void":{"defaultstate":"minecraft:structure_void","properties":{}},"minecraft:sugar_cane":{"defaultstate":"minecraft:sugar_cane[age=0]","properties":{"age":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:sunflower":{"defaultstate":"minecraft:sunflower[half=lower]","properties":{"half":{"type":"enum","values":["upper","lower"]}}},"minecraft:sweet_berry_bush":{"defaultstate":"minecraft:sweet_berry_bush[age=0]","properties":{"age":{"type":"int","values":["0","1","2","3"]}}},"minecraft:tall_grass":{"defaultstate":"minecraft:tall_grass[half=lower]","properties":{"half":{"type":"enum","values":["upper","lower"]}}},"minecraft:tall_seagrass":{"defaultstate":"minecraft:tall_seagrass[half=lower]","properties":{"half":{"type":"enum","values":["upper","lower"]}}},"minecraft:target":{"defaultstate":"minecraft:target[power=0]","properties":{"power":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:terracotta":{"defaultstate":"minecraft:terracotta","properties":{}},"minecraft:tnt":{"defaultstate":"minecraft:tnt[unstable=false]","properties":{"unstable":{"type":"bool","values":["true","false"]}}},"minecraft:torch":{"defaultstate":"minecraft:torch","properties":{}},"minecraft:trapped_chest":{"defaultstate":"minecraft:trapped_chest[facing=north,type=single,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"type":{"type":"enum","values":["single","left","right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:tripwire":{"defaultstate":"minecraft:tripwire[attached=false,disarmed=false,east=false,north=false,powered=false,south=false,west=false]","properties":{"attached":{"type":"bool","values":["true","false"]},"disarmed":{"type":"bool","values":["true","false"]},"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:tripwire_hook":{"defaultstate":"minecraft:tripwire_hook[attached=false,facing=north,powered=false]","properties":{"attached":{"type":"bool","values":["true","false"]},"facing":{"type":"direction","values":["north","south","west","east"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:tube_coral":{"defaultstate":"minecraft:tube_coral[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:tube_coral_block":{"defaultstate":"minecraft:tube_coral_block","properties":{}},"minecraft:tube_coral_fan":{"defaultstate":"minecraft:tube_coral_fan[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:tube_coral_wall_fan":{"defaultstate":"minecraft:tube_coral_wall_fan[facing=north,waterlogged=true]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:turtle_egg":{"defaultstate":"minecraft:turtle_egg[eggs=1,hatch=0]","properties":{"eggs":{"type":"int","values":["1","2","3","4"]},"hatch":{"type":"int","values":["0","1","2"]}}},"minecraft:twisting_vines":{"defaultstate":"minecraft:twisting_vines[age=0]","properties":{"age":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24","25"]}}},"minecraft:twisting_vines_plant":{"defaultstate":"minecraft:twisting_vines_plant","properties":{}},"minecraft:vine":{"defaultstate":"minecraft:vine[east=false,north=false,south=false,up=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"up":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:void_air":{"defaultstate":"minecraft:void_air","properties":{}},"minecraft:wall_torch":{"defaultstate":"minecraft:wall_torch[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:warped_button":{"defaultstate":"minecraft:warped_button[face=wall,facing=north,powered=false]","properties":{"face":{"type":"enum","values":["floor","wall","ceiling"]},"facing":{"type":"direction","values":["north","south","west","east"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:warped_door":{"defaultstate":"minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["upper","lower"]},"hinge":{"type":"enum","values":["left","right"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:warped_fence":{"defaultstate":"minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:warped_fence_gate":{"defaultstate":"minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"in_wall":{"type":"bool","values":["true","false"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:warped_fungus":{"defaultstate":"minecraft:warped_fungus","properties":{}},"minecraft:warped_hyphae":{"defaultstate":"minecraft:warped_hyphae[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:warped_nylium":{"defaultstate":"minecraft:warped_nylium","properties":{}},"minecraft:warped_planks":{"defaultstate":"minecraft:warped_planks","properties":{}},"minecraft:warped_pressure_plate":{"defaultstate":"minecraft:warped_pressure_plate[powered=false]","properties":{"powered":{"type":"bool","values":["true","false"]}}},"minecraft:warped_roots":{"defaultstate":"minecraft:warped_roots","properties":{}},"minecraft:warped_sign":{"defaultstate":"minecraft:warped_sign[rotation=0,waterlogged=false]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:warped_slab":{"defaultstate":"minecraft:warped_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:warped_stairs":{"defaultstate":"minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:warped_stem":{"defaultstate":"minecraft:warped_stem[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:warped_trapdoor":{"defaultstate":"minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:warped_wall_sign":{"defaultstate":"minecraft:warped_wall_sign[facing=north,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:warped_wart_block":{"defaultstate":"minecraft:warped_wart_block","properties":{}},"minecraft:water":{"defaultstate":"minecraft:water[level=0]","properties":{"level":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:weeping_vines":{"defaultstate":"minecraft:weeping_vines[age=0]","properties":{"age":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24","25"]}}},"minecraft:weeping_vines_plant":{"defaultstate":"minecraft:weeping_vines_plant","properties":{}},"minecraft:wet_sponge":{"defaultstate":"minecraft:wet_sponge","properties":{}},"minecraft:wheat":{"defaultstate":"minecraft:wheat[age=0]","properties":{"age":{"type":"int","values":["0","1","2","3","4","5","6","7"]}}},"minecraft:white_banner":{"defaultstate":"minecraft:white_banner[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:white_bed":{"defaultstate":"minecraft:white_bed[facing=north,occupied=false,part=foot]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"occupied":{"type":"bool","values":["true","false"]},"part":{"type":"enum","values":["head","foot"]}}},"minecraft:white_carpet":{"defaultstate":"minecraft:white_carpet","properties":{}},"minecraft:white_concrete":{"defaultstate":"minecraft:white_concrete","properties":{}},"minecraft:white_concrete_powder":{"defaultstate":"minecraft:white_concrete_powder","properties":{}},"minecraft:white_glazed_terracotta":{"defaultstate":"minecraft:white_glazed_terracotta[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:white_shulker_box":{"defaultstate":"minecraft:white_shulker_box[facing=up]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:white_stained_glass":{"defaultstate":"minecraft:white_stained_glass","properties":{}},"minecraft:white_stained_glass_pane":{"defaultstate":"minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:white_terracotta":{"defaultstate":"minecraft:white_terracotta","properties":{}},"minecraft:white_tulip":{"defaultstate":"minecraft:white_tulip","properties":{}},"minecraft:white_wall_banner":{"defaultstate":"minecraft:white_wall_banner[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:white_wool":{"defaultstate":"minecraft:white_wool","properties":{}},"minecraft:wither_rose":{"defaultstate":"minecraft:wither_rose","properties":{}},"minecraft:wither_skeleton_skull":{"defaultstate":"minecraft:wither_skeleton_skull[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:wither_skeleton_wall_skull":{"defaultstate":"minecraft:wither_skeleton_wall_skull[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:yellow_banner":{"defaultstate":"minecraft:yellow_banner[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:yellow_bed":{"defaultstate":"minecraft:yellow_bed[facing=north,occupied=false,part=foot]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"occupied":{"type":"bool","values":["true","false"]},"part":{"type":"enum","values":["head","foot"]}}},"minecraft:yellow_carpet":{"defaultstate":"minecraft:yellow_carpet","properties":{}},"minecraft:yellow_concrete":{"defaultstate":"minecraft:yellow_concrete","properties":{}},"minecraft:yellow_concrete_powder":{"defaultstate":"minecraft:yellow_concrete_powder","properties":{}},"minecraft:yellow_glazed_terracotta":{"defaultstate":"minecraft:yellow_glazed_terracotta[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:yellow_shulker_box":{"defaultstate":"minecraft:yellow_shulker_box[facing=up]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:yellow_stained_glass":{"defaultstate":"minecraft:yellow_stained_glass","properties":{}},"minecraft:yellow_stained_glass_pane":{"defaultstate":"minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:yellow_terracotta":{"defaultstate":"minecraft:yellow_terracotta","properties":{}},"minecraft:yellow_wall_banner":{"defaultstate":"minecraft:yellow_wall_banner[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:yellow_wool":{"defaultstate":"minecraft:yellow_wool","properties":{}},"minecraft:zombie_head":{"defaultstate":"minecraft:zombie_head[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:zombie_wall_head":{"defaultstate":"minecraft:zombie_wall_head[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}}},"blocktags":{"minecraft:acacia_logs":["minecraft:acacia_log","minecraft:acacia_wood","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood"],"minecraft:anvil":["minecraft:anvil","minecraft:chipped_anvil","minecraft:damaged_anvil"],"minecraft:bamboo_plantable_on":["minecraft:bamboo","minecraft:bamboo_sapling","minecraft:coarse_dirt","minecraft:dirt","minecraft:grass_block","minecraft:gravel","minecraft:mycelium","minecraft:podzol","minecraft:red_sand","minecraft:sand"],"minecraft:banners":["minecraft:black_banner","minecraft:black_wall_banner","minecraft:blue_banner","minecraft:blue_wall_banner","minecraft:brown_banner","minecraft:brown_wall_banner","minecraft:cyan_banner","minecraft:cyan_wall_banner","minecraft:gray_banner","minecraft:gray_wall_banner","minecraft:green_banner","minecraft:green_wall_banner","minecraft:light_blue_banner","minecraft:light_blue_wall_banner","minecraft:light_gray_banner","minecraft:light_gray_wall_banner","minecraft:lime_banner","minecraft:lime_wall_banner","minecraft:magenta_banner","minecraft:magenta_wall_banner","minecraft:orange_banner","minecraft:orange_wall_banner","minecraft:pink_banner","minecraft:pink_wall_banner","minecraft:purple_banner","minecraft:purple_wall_banner","minecraft:red_banner","minecraft:red_wall_banner","minecraft:white_banner","minecraft:white_wall_banner","minecraft:yellow_banner","minecraft:yellow_wall_banner"],"minecraft:base_stone_nether":["minecraft:basalt","minecraft:blackstone","minecraft:netherrack"],"minecraft:base_stone_overworld":["minecraft:andesite","minecraft:diorite","minecraft:granite","minecraft:stone"],"minecraft:beacon_base_blocks":["minecraft:diamond_block","minecraft:emerald_block","minecraft:gold_block","minecraft:iron_block","minecraft:netherite_block"],"minecraft:beds":["minecraft:black_bed","minecraft:blue_bed","minecraft:brown_bed","minecraft:cyan_bed","minecraft:gray_bed","minecraft:green_bed","minecraft:light_blue_bed","minecraft:light_gray_bed","minecraft:lime_bed","minecraft:magenta_bed","minecraft:orange_bed","minecraft:pink_bed","minecraft:purple_bed","minecraft:red_bed","minecraft:white_bed","minecraft:yellow_bed"],"minecraft:bee_growables":["minecraft:beetroots","minecraft:carrots","minecraft:melon_stem","minecraft:potatoes","minecraft:pumpkin_stem","minecraft:sweet_berry_bush","minecraft:wheat"],"minecraft:beehives":["minecraft:bee_nest","minecraft:beehive"],"minecraft:birch_logs":["minecraft:birch_log","minecraft:birch_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood"],"minecraft:buttons":["minecraft:acacia_button","minecraft:birch_button","minecraft:crimson_button","minecraft:dark_oak_button","minecraft:jungle_button","minecraft:oak_button","minecraft:polished_blackstone_button","minecraft:spruce_button","minecraft:stone_button","minecraft:warped_button"],"minecraft:campfires":["minecraft:campfire","minecraft:soul_campfire"],"minecraft:carpets":["minecraft:black_carpet","minecraft:blue_carpet","minecraft:brown_carpet","minecraft:cyan_carpet","minecraft:gray_carpet","minecraft:green_carpet","minecraft:light_blue_carpet","minecraft:light_gray_carpet","minecraft:lime_carpet","minecraft:magenta_carpet","minecraft:orange_carpet","minecraft:pink_carpet","minecraft:purple_carpet","minecraft:red_carpet","minecraft:white_carpet","minecraft:yellow_carpet"],"minecraft:climbable":["minecraft:ladder","minecraft:scaffolding","minecraft:twisting_vines","minecraft:twisting_vines_plant","minecraft:vine","minecraft:weeping_vines","minecraft:weeping_vines_plant"],"minecraft:coral_blocks":["minecraft:brain_coral_block","minecraft:bubble_coral_block","minecraft:fire_coral_block","minecraft:horn_coral_block","minecraft:tube_coral_block"],"minecraft:coral_plants":["minecraft:brain_coral","minecraft:bubble_coral","minecraft:fire_coral","minecraft:horn_coral","minecraft:tube_coral"],"minecraft:corals":["minecraft:brain_coral","minecraft:brain_coral_fan","minecraft:bubble_coral","minecraft:bubble_coral_fan","minecraft:fire_coral","minecraft:fire_coral_fan","minecraft:horn_coral","minecraft:horn_coral_fan","minecraft:tube_coral","minecraft:tube_coral_fan"],"minecraft:crimson_stems":["minecraft:crimson_hyphae","minecraft:crimson_stem","minecraft:stripped_crimson_hyphae","minecraft:stripped_crimson_stem"],"minecraft:crops":["minecraft:beetroots","minecraft:carrots","minecraft:melon_stem","minecraft:potatoes","minecraft:pumpkin_stem","minecraft:wheat"],"minecraft:dark_oak_logs":["minecraft:dark_oak_log","minecraft:dark_oak_wood","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood"],"minecraft:doors":["minecraft:acacia_door","minecraft:birch_door","minecraft:crimson_door","minecraft:dark_oak_door","minecraft:iron_door","minecraft:jungle_door","minecraft:oak_door","minecraft:spruce_door","minecraft:warped_door"],"minecraft:dragon_immune":["minecraft:barrier","minecraft:bedrock","minecraft:chain_command_block","minecraft:command_block","minecraft:crying_obsidian","minecraft:end_gateway","minecraft:end_portal","minecraft:end_portal_frame","minecraft:end_stone","minecraft:iron_bars","minecraft:jigsaw","minecraft:moving_piston","minecraft:obsidian","minecraft:repeating_command_block","minecraft:respawn_anchor","minecraft:structure_block"],"minecraft:enderman_holdable":["minecraft:allium","minecraft:azure_bluet","minecraft:blue_orchid","minecraft:brown_mushroom","minecraft:cactus","minecraft:carved_pumpkin","minecraft:clay","minecraft:coarse_dirt","minecraft:cornflower","minecraft:crimson_fungus","minecraft:crimson_nylium","minecraft:crimson_roots","minecraft:dandelion","minecraft:dirt","minecraft:grass_block","minecraft:gravel","minecraft:lily_of_the_valley","minecraft:melon","minecraft:mycelium","minecraft:orange_tulip","minecraft:oxeye_daisy","minecraft:pink_tulip","minecraft:podzol","minecraft:poppy","minecraft:pumpkin","minecraft:red_mushroom","minecraft:red_sand","minecraft:red_tulip","minecraft:sand","minecraft:tnt","minecraft:warped_fungus","minecraft:warped_nylium","minecraft:warped_roots","minecraft:white_tulip","minecraft:wither_rose"],"minecraft:fence_gates":["minecraft:acacia_fence_gate","minecraft:birch_fence_gate","minecraft:crimson_fence_gate","minecraft:dark_oak_fence_gate","minecraft:jungle_fence_gate","minecraft:oak_fence_gate","minecraft:spruce_fence_gate","minecraft:warped_fence_gate"],"minecraft:fences":["minecraft:acacia_fence","minecraft:birch_fence","minecraft:crimson_fence","minecraft:dark_oak_fence","minecraft:jungle_fence","minecraft:nether_brick_fence","minecraft:oak_fence","minecraft:spruce_fence","minecraft:warped_fence"],"minecraft:fire":["minecraft:fire","minecraft:soul_fire"],"minecraft:flower_pots":["minecraft:flower_pot","minecraft:potted_acacia_sapling","minecraft:potted_allium","minecraft:potted_azure_bluet","minecraft:potted_bamboo","minecraft:potted_birch_sapling","minecraft:potted_blue_orchid","minecraft:potted_brown_mushroom","minecraft:potted_cactus","minecraft:potted_cornflower","minecraft:potted_crimson_fungus","minecraft:potted_crimson_roots","minecraft:potted_dandelion","minecraft:potted_dark_oak_sapling","minecraft:potted_dead_bush","minecraft:potted_fern","minecraft:potted_jungle_sapling","minecraft:potted_lily_of_the_valley","minecraft:potted_oak_sapling","minecraft:potted_orange_tulip","minecraft:potted_oxeye_daisy","minecraft:potted_pink_tulip","minecraft:potted_poppy","minecraft:potted_red_mushroom","minecraft:potted_red_tulip","minecraft:potted_spruce_sapling","minecraft:potted_warped_fungus","minecraft:potted_warped_roots","minecraft:potted_white_tulip","minecraft:potted_wither_rose"],"minecraft:flowers":["minecraft:allium","minecraft:azure_bluet","minecraft:blue_orchid","minecraft:cornflower","minecraft:dandelion","minecraft:lilac","minecraft:lily_of_the_valley","minecraft:orange_tulip","minecraft:oxeye_daisy","minecraft:peony","minecraft:pink_tulip","minecraft:poppy","minecraft:red_tulip","minecraft:rose_bush","minecraft:sunflower","minecraft:white_tulip","minecraft:wither_rose"],"minecraft:gold_ores":["minecraft:gold_ore","minecraft:nether_gold_ore"],"minecraft:guarded_by_piglins":["minecraft:barrel","minecraft:black_shulker_box","minecraft:blue_shulker_box","minecraft:brown_shulker_box","minecraft:chest","minecraft:cyan_shulker_box","minecraft:ender_chest","minecraft:gilded_blackstone","minecraft:gold_block","minecraft:gold_ore","minecraft:gray_shulker_box","minecraft:green_shulker_box","minecraft:light_blue_shulker_box","minecraft:light_gray_shulker_box","minecraft:lime_shulker_box","minecraft:magenta_shulker_box","minecraft:nether_gold_ore","minecraft:orange_shulker_box","minecraft:pink_shulker_box","minecraft:purple_shulker_box","minecraft:red_shulker_box","minecraft:shulker_box","minecraft:trapped_chest","minecraft:white_shulker_box","minecraft:yellow_shulker_box"],"minecraft:hoglin_repellents":["minecraft:nether_portal","minecraft:potted_warped_fungus","minecraft:respawn_anchor","minecraft:warped_fungus"],"minecraft:ice":["minecraft:blue_ice","minecraft:frosted_ice","minecraft:ice","minecraft:packed_ice"],"minecraft:impermeable":["minecraft:black_stained_glass","minecraft:blue_stained_glass","minecraft:brown_stained_glass","minecraft:cyan_stained_glass","minecraft:glass","minecraft:gray_stained_glass","minecraft:green_stained_glass","minecraft:light_blue_stained_glass","minecraft:light_gray_stained_glass","minecraft:lime_stained_glass","minecraft:magenta_stained_glass","minecraft:orange_stained_glass","minecraft:pink_stained_glass","minecraft:purple_stained_glass","minecraft:red_stained_glass","minecraft:white_stained_glass","minecraft:yellow_stained_glass"],"minecraft:infiniburn_end":["minecraft:bedrock","minecraft:magma_block","minecraft:netherrack"],"minecraft:infiniburn_nether":["minecraft:magma_block","minecraft:netherrack"],"minecraft:infiniburn_overworld":["minecraft:magma_block","minecraft:netherrack"],"minecraft:jungle_logs":["minecraft:jungle_log","minecraft:jungle_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood"],"minecraft:leaves":["minecraft:acacia_leaves","minecraft:birch_leaves","minecraft:dark_oak_leaves","minecraft:jungle_leaves","minecraft:oak_leaves","minecraft:spruce_leaves"],"minecraft:logs":["minecraft:acacia_log","minecraft:acacia_wood","minecraft:birch_log","minecraft:birch_wood","minecraft:crimson_hyphae","minecraft:crimson_stem","minecraft:dark_oak_log","minecraft:dark_oak_wood","minecraft:jungle_log","minecraft:jungle_wood","minecraft:oak_log","minecraft:oak_wood","minecraft:spruce_log","minecraft:spruce_wood","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood","minecraft:stripped_crimson_hyphae","minecraft:stripped_crimson_stem","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood","minecraft:stripped_warped_hyphae","minecraft:stripped_warped_stem","minecraft:warped_hyphae","minecraft:warped_stem"],"minecraft:logs_that_burn":["minecraft:acacia_log","minecraft:acacia_wood","minecraft:birch_log","minecraft:birch_wood","minecraft:dark_oak_log","minecraft:dark_oak_wood","minecraft:jungle_log","minecraft:jungle_wood","minecraft:oak_log","minecraft:oak_wood","minecraft:spruce_log","minecraft:spruce_wood","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood"],"minecraft:mushroom_grow_block":["minecraft:crimson_nylium","minecraft:mycelium","minecraft:podzol","minecraft:warped_nylium"],"minecraft:non_flammable_wood":["minecraft:crimson_button","minecraft:crimson_door","minecraft:crimson_fence","minecraft:crimson_fence_gate","minecraft:crimson_hyphae","minecraft:crimson_planks","minecraft:crimson_pressure_plate","minecraft:crimson_sign","minecraft:crimson_slab","minecraft:crimson_stairs","minecraft:crimson_stem","minecraft:crimson_trapdoor","minecraft:crimson_wall_sign","minecraft:stripped_crimson_hyphae","minecraft:stripped_crimson_stem","minecraft:stripped_warped_hyphae","minecraft:stripped_warped_stem","minecraft:warped_button","minecraft:warped_door","minecraft:warped_fence","minecraft:warped_fence_gate","minecraft:warped_hyphae","minecraft:warped_planks","minecraft:warped_pressure_plate","minecraft:warped_sign","minecraft:warped_slab","minecraft:warped_stairs","minecraft:warped_stem","minecraft:warped_trapdoor","minecraft:warped_wall_sign"],"minecraft:nylium":["minecraft:crimson_nylium","minecraft:warped_nylium"],"minecraft:oak_logs":["minecraft:oak_log","minecraft:oak_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood"],"minecraft:piglin_repellents":["minecraft:soul_campfire","minecraft:soul_fire","minecraft:soul_lantern","minecraft:soul_torch","minecraft:soul_wall_torch"],"minecraft:planks":["minecraft:acacia_planks","minecraft:birch_planks","minecraft:crimson_planks","minecraft:dark_oak_planks","minecraft:jungle_planks","minecraft:oak_planks","minecraft:spruce_planks","minecraft:warped_planks"],"minecraft:portals":["minecraft:end_gateway","minecraft:end_portal","minecraft:nether_portal"],"minecraft:pressure_plates":["minecraft:acacia_pressure_plate","minecraft:birch_pressure_plate","minecraft:crimson_pressure_plate","minecraft:dark_oak_pressure_plate","minecraft:heavy_weighted_pressure_plate","minecraft:jungle_pressure_plate","minecraft:light_weighted_pressure_plate","minecraft:oak_pressure_plate","minecraft:polished_blackstone_pressure_plate","minecraft:spruce_pressure_plate","minecraft:stone_pressure_plate","minecraft:warped_pressure_plate"],"minecraft:prevent_mob_spawning_inside":["minecraft:activator_rail","minecraft:detector_rail","minecraft:powered_rail","minecraft:rail"],"minecraft:rails":["minecraft:activator_rail","minecraft:detector_rail","minecraft:powered_rail","minecraft:rail"],"minecraft:sand":["minecraft:red_sand","minecraft:sand"],"minecraft:saplings":["minecraft:acacia_sapling","minecraft:birch_sapling","minecraft:dark_oak_sapling","minecraft:jungle_sapling","minecraft:oak_sapling","minecraft:spruce_sapling"],"minecraft:shulker_boxes":["minecraft:black_shulker_box","minecraft:blue_shulker_box","minecraft:brown_shulker_box","minecraft:cyan_shulker_box","minecraft:gray_shulker_box","minecraft:green_shulker_box","minecraft:light_blue_shulker_box","minecraft:light_gray_shulker_box","minecraft:lime_shulker_box","minecraft:magenta_shulker_box","minecraft:orange_shulker_box","minecraft:pink_shulker_box","minecraft:purple_shulker_box","minecraft:red_shulker_box","minecraft:shulker_box","minecraft:white_shulker_box","minecraft:yellow_shulker_box"],"minecraft:signs":["minecraft:acacia_sign","minecraft:acacia_wall_sign","minecraft:birch_sign","minecraft:birch_wall_sign","minecraft:crimson_sign","minecraft:crimson_wall_sign","minecraft:dark_oak_sign","minecraft:dark_oak_wall_sign","minecraft:jungle_sign","minecraft:jungle_wall_sign","minecraft:oak_sign","minecraft:oak_wall_sign","minecraft:spruce_sign","minecraft:spruce_wall_sign","minecraft:warped_sign","minecraft:warped_wall_sign"],"minecraft:slabs":["minecraft:acacia_slab","minecraft:andesite_slab","minecraft:birch_slab","minecraft:blackstone_slab","minecraft:brick_slab","minecraft:cobblestone_slab","minecraft:crimson_slab","minecraft:cut_red_sandstone_slab","minecraft:cut_sandstone_slab","minecraft:dark_oak_slab","minecraft:dark_prismarine_slab","minecraft:diorite_slab","minecraft:end_stone_brick_slab","minecraft:granite_slab","minecraft:jungle_slab","minecraft:mossy_cobblestone_slab","minecraft:mossy_stone_brick_slab","minecraft:nether_brick_slab","minecraft:oak_slab","minecraft:petrified_oak_slab","minecraft:polished_andesite_slab","minecraft:polished_blackstone_brick_slab","minecraft:polished_blackstone_slab","minecraft:polished_diorite_slab","minecraft:polished_granite_slab","minecraft:prismarine_brick_slab","minecraft:prismarine_slab","minecraft:purpur_slab","minecraft:quartz_slab","minecraft:red_nether_brick_slab","minecraft:red_sandstone_slab","minecraft:sandstone_slab","minecraft:smooth_quartz_slab","minecraft:smooth_red_sandstone_slab","minecraft:smooth_sandstone_slab","minecraft:smooth_stone_slab","minecraft:spruce_slab","minecraft:stone_brick_slab","minecraft:stone_slab","minecraft:warped_slab"],"minecraft:small_flowers":["minecraft:allium","minecraft:azure_bluet","minecraft:blue_orchid","minecraft:cornflower","minecraft:dandelion","minecraft:lily_of_the_valley","minecraft:orange_tulip","minecraft:oxeye_daisy","minecraft:pink_tulip","minecraft:poppy","minecraft:red_tulip","minecraft:white_tulip","minecraft:wither_rose"],"minecraft:soul_fire_base_blocks":["minecraft:soul_sand","minecraft:soul_soil"],"minecraft:soul_speed_blocks":["minecraft:soul_sand","minecraft:soul_soil"],"minecraft:spruce_logs":["minecraft:spruce_log","minecraft:spruce_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood"],"minecraft:stairs":["minecraft:acacia_stairs","minecraft:andesite_stairs","minecraft:birch_stairs","minecraft:blackstone_stairs","minecraft:brick_stairs","minecraft:cobblestone_stairs","minecraft:crimson_stairs","minecraft:dark_oak_stairs","minecraft:dark_prismarine_stairs","minecraft:diorite_stairs","minecraft:end_stone_brick_stairs","minecraft:granite_stairs","minecraft:jungle_stairs","minecraft:mossy_cobblestone_stairs","minecraft:mossy_stone_brick_stairs","minecraft:nether_brick_stairs","minecraft:oak_stairs","minecraft:polished_andesite_stairs","minecraft:polished_blackstone_brick_stairs","minecraft:polished_blackstone_stairs","minecraft:polished_diorite_stairs","minecraft:polished_granite_stairs","minecraft:prismarine_brick_stairs","minecraft:prismarine_stairs","minecraft:purpur_stairs","minecraft:quartz_stairs","minecraft:red_nether_brick_stairs","minecraft:red_sandstone_stairs","minecraft:sandstone_stairs","minecraft:smooth_quartz_stairs","minecraft:smooth_red_sandstone_stairs","minecraft:smooth_sandstone_stairs","minecraft:spruce_stairs","minecraft:stone_brick_stairs","minecraft:stone_stairs","minecraft:warped_stairs"],"minecraft:standing_signs":["minecraft:acacia_sign","minecraft:birch_sign","minecraft:crimson_sign","minecraft:dark_oak_sign","minecraft:jungle_sign","minecraft:oak_sign","minecraft:spruce_sign","minecraft:warped_sign"],"minecraft:stone_bricks":["minecraft:chiseled_stone_bricks","minecraft:cracked_stone_bricks","minecraft:mossy_stone_bricks","minecraft:stone_bricks"],"minecraft:stone_pressure_plates":["minecraft:polished_blackstone_pressure_plate","minecraft:stone_pressure_plate"],"minecraft:strider_warm_blocks":["minecraft:lava"],"minecraft:tall_flowers":["minecraft:lilac","minecraft:peony","minecraft:rose_bush","minecraft:sunflower"],"minecraft:trapdoors":["minecraft:acacia_trapdoor","minecraft:birch_trapdoor","minecraft:crimson_trapdoor","minecraft:dark_oak_trapdoor","minecraft:iron_trapdoor","minecraft:jungle_trapdoor","minecraft:oak_trapdoor","minecraft:spruce_trapdoor","minecraft:warped_trapdoor"],"minecraft:underwater_bonemeals":["minecraft:brain_coral","minecraft:brain_coral_fan","minecraft:brain_coral_wall_fan","minecraft:bubble_coral","minecraft:bubble_coral_fan","minecraft:bubble_coral_wall_fan","minecraft:fire_coral","minecraft:fire_coral_fan","minecraft:fire_coral_wall_fan","minecraft:horn_coral","minecraft:horn_coral_fan","minecraft:horn_coral_wall_fan","minecraft:seagrass","minecraft:tube_coral","minecraft:tube_coral_fan","minecraft:tube_coral_wall_fan"],"minecraft:unstable_bottom_center":["minecraft:acacia_fence_gate","minecraft:birch_fence_gate","minecraft:crimson_fence_gate","minecraft:dark_oak_fence_gate","minecraft:jungle_fence_gate","minecraft:oak_fence_gate","minecraft:spruce_fence_gate","minecraft:warped_fence_gate"],"minecraft:valid_spawn":["minecraft:grass_block","minecraft:podzol"],"minecraft:wall_corals":["minecraft:brain_coral_wall_fan","minecraft:bubble_coral_wall_fan","minecraft:fire_coral_wall_fan","minecraft:horn_coral_wall_fan","minecraft:tube_coral_wall_fan"],"minecraft:wall_post_override":["minecraft:acacia_pressure_plate","minecraft:acacia_sign","minecraft:acacia_wall_sign","minecraft:birch_pressure_plate","minecraft:birch_sign","minecraft:birch_wall_sign","minecraft:black_banner","minecraft:black_wall_banner","minecraft:blue_banner","minecraft:blue_wall_banner","minecraft:brown_banner","minecraft:brown_wall_banner","minecraft:crimson_pressure_plate","minecraft:crimson_sign","minecraft:crimson_wall_sign","minecraft:cyan_banner","minecraft:cyan_wall_banner","minecraft:dark_oak_pressure_plate","minecraft:dark_oak_sign","minecraft:dark_oak_wall_sign","minecraft:gray_banner","minecraft:gray_wall_banner","minecraft:green_banner","minecraft:green_wall_banner","minecraft:heavy_weighted_pressure_plate","minecraft:jungle_pressure_plate","minecraft:jungle_sign","minecraft:jungle_wall_sign","minecraft:light_blue_banner","minecraft:light_blue_wall_banner","minecraft:light_gray_banner","minecraft:light_gray_wall_banner","minecraft:light_weighted_pressure_plate","minecraft:lime_banner","minecraft:lime_wall_banner","minecraft:magenta_banner","minecraft:magenta_wall_banner","minecraft:oak_pressure_plate","minecraft:oak_sign","minecraft:oak_wall_sign","minecraft:orange_banner","minecraft:orange_wall_banner","minecraft:pink_banner","minecraft:pink_wall_banner","minecraft:polished_blackstone_pressure_plate","minecraft:purple_banner","minecraft:purple_wall_banner","minecraft:red_banner","minecraft:red_wall_banner","minecraft:redstone_torch","minecraft:soul_torch","minecraft:spruce_pressure_plate","minecraft:spruce_sign","minecraft:spruce_wall_sign","minecraft:stone_pressure_plate","minecraft:torch","minecraft:tripwire","minecraft:warped_pressure_plate","minecraft:warped_sign","minecraft:warped_wall_sign","minecraft:white_banner","minecraft:white_wall_banner","minecraft:yellow_banner","minecraft:yellow_wall_banner"],"minecraft:wall_signs":["minecraft:acacia_wall_sign","minecraft:birch_wall_sign","minecraft:crimson_wall_sign","minecraft:dark_oak_wall_sign","minecraft:jungle_wall_sign","minecraft:oak_wall_sign","minecraft:spruce_wall_sign","minecraft:warped_wall_sign"],"minecraft:walls":["minecraft:andesite_wall","minecraft:blackstone_wall","minecraft:brick_wall","minecraft:cobblestone_wall","minecraft:diorite_wall","minecraft:end_stone_brick_wall","minecraft:granite_wall","minecraft:mossy_cobblestone_wall","minecraft:mossy_stone_brick_wall","minecraft:nether_brick_wall","minecraft:polished_blackstone_brick_wall","minecraft:polished_blackstone_wall","minecraft:prismarine_wall","minecraft:red_nether_brick_wall","minecraft:red_sandstone_wall","minecraft:sandstone_wall","minecraft:stone_brick_wall"],"minecraft:warped_stems":["minecraft:stripped_warped_hyphae","minecraft:stripped_warped_stem","minecraft:warped_hyphae","minecraft:warped_stem"],"minecraft:wart_blocks":["minecraft:nether_wart_block","minecraft:warped_wart_block"],"minecraft:wither_immune":["minecraft:barrier","minecraft:bedrock","minecraft:chain_command_block","minecraft:command_block","minecraft:end_gateway","minecraft:end_portal","minecraft:end_portal_frame","minecraft:jigsaw","minecraft:moving_piston","minecraft:repeating_command_block","minecraft:structure_block"],"minecraft:wither_summon_base_blocks":["minecraft:soul_sand","minecraft:soul_soil"],"minecraft:wooden_buttons":["minecraft:acacia_button","minecraft:birch_button","minecraft:crimson_button","minecraft:dark_oak_button","minecraft:jungle_button","minecraft:oak_button","minecraft:spruce_button","minecraft:warped_button"],"minecraft:wooden_doors":["minecraft:acacia_door","minecraft:birch_door","minecraft:crimson_door","minecraft:dark_oak_door","minecraft:jungle_door","minecraft:oak_door","minecraft:spruce_door","minecraft:warped_door"],"minecraft:wooden_fences":["minecraft:acacia_fence","minecraft:birch_fence","minecraft:crimson_fence","minecraft:dark_oak_fence","minecraft:jungle_fence","minecraft:oak_fence","minecraft:spruce_fence","minecraft:warped_fence"],"minecraft:wooden_pressure_plates":["minecraft:acacia_pressure_plate","minecraft:birch_pressure_plate","minecraft:crimson_pressure_plate","minecraft:dark_oak_pressure_plate","minecraft:jungle_pressure_plate","minecraft:oak_pressure_plate","minecraft:spruce_pressure_plate","minecraft:warped_pressure_plate"],"minecraft:wooden_slabs":["minecraft:acacia_slab","minecraft:birch_slab","minecraft:crimson_slab","minecraft:dark_oak_slab","minecraft:jungle_slab","minecraft:oak_slab","minecraft:spruce_slab","minecraft:warped_slab"],"minecraft:wooden_stairs":["minecraft:acacia_stairs","minecraft:birch_stairs","minecraft:crimson_stairs","minecraft:dark_oak_stairs","minecraft:jungle_stairs","minecraft:oak_stairs","minecraft:spruce_stairs","minecraft:warped_stairs"],"minecraft:wooden_trapdoors":["minecraft:acacia_trapdoor","minecraft:birch_trapdoor","minecraft:crimson_trapdoor","minecraft:dark_oak_trapdoor","minecraft:jungle_trapdoor","minecraft:oak_trapdoor","minecraft:spruce_trapdoor","minecraft:warped_trapdoor"],"minecraft:wool":["minecraft:black_wool","minecraft:blue_wool","minecraft:brown_wool","minecraft:cyan_wool","minecraft:gray_wool","minecraft:green_wool","minecraft:light_blue_wool","minecraft:light_gray_wool","minecraft:lime_wool","minecraft:magenta_wool","minecraft:orange_wool","minecraft:pink_wool","minecraft:purple_wool","minecraft:red_wool","minecraft:white_wool","minecraft:yellow_wool"]},"entities":["minecraft:area_effect_cloud","minecraft:armor_stand","minecraft:arrow","minecraft:bat","minecraft:bee","minecraft:blaze","minecraft:boat","minecraft:cat","minecraft:cave_spider","minecraft:chest_minecart","minecraft:chicken","minecraft:cod","minecraft:command_block_minecart","minecraft:cow","minecraft:creeper","minecraft:dolphin","minecraft:donkey","minecraft:dragon_fireball","minecraft:drowned","minecraft:egg","minecraft:elder_guardian","minecraft:end_crystal","minecraft:ender_dragon","minecraft:ender_pearl","minecraft:enderman","minecraft:endermite","minecraft:evoker","minecraft:evoker_fangs","minecraft:experience_bottle","minecraft:experience_orb","minecraft:eye_of_ender","minecraft:falling_block","minecraft:fireball","minecraft:firework_rocket","minecraft:fishing_bobber","minecraft:fox","minecraft:furnace_minecart","minecraft:ghast","minecraft:giant","minecraft:guardian","minecraft:hoglin","minecraft:hopper_minecart","minecraft:horse","minecraft:husk","minecraft:illusioner","minecraft:iron_golem","minecraft:item","minecraft:item_frame","minecraft:leash_knot","minecraft:lightning_bolt","minecraft:llama","minecraft:llama_spit","minecraft:magma_cube","minecraft:minecart","minecraft:mooshroom","minecraft:mule","minecraft:ocelot","minecraft:painting","minecraft:panda","minecraft:parrot","minecraft:phantom","minecraft:pig","minecraft:piglin","minecraft:piglin_brute","minecraft:pillager","minecraft:player","minecraft:polar_bear","minecraft:potion","minecraft:pufferfish","minecraft:rabbit","minecraft:ravager","minecraft:salmon","minecraft:sheep","minecraft:shulker","minecraft:shulker_bullet","minecraft:silverfish","minecraft:skeleton","minecraft:skeleton_horse","minecraft:slime","minecraft:small_fireball","minecraft:snow_golem","minecraft:snowball","minecraft:spawner_minecart","minecraft:spectral_arrow","minecraft:spider","minecraft:squid","minecraft:stray","minecraft:strider","minecraft:tnt","minecraft:tnt_minecart","minecraft:trader_llama","minecraft:trident","minecraft:tropical_fish","minecraft:turtle","minecraft:vex","minecraft:villager","minecraft:vindicator","minecraft:wandering_trader","minecraft:witch","minecraft:wither","minecraft:wither_skeleton","minecraft:wither_skull","minecraft:wolf","minecraft:zoglin","minecraft:zombie","minecraft:zombie_horse","minecraft:zombie_villager","minecraft:zombified_piglin"],"entitytags":{"minecraft:arrows":["minecraft:arrow","minecraft:spectral_arrow"],"minecraft:beehive_inhabitors":["minecraft:bee"],"minecraft:impact_projectiles":["minecraft:arrow","minecraft:dragon_fireball","minecraft:egg","minecraft:fireball","minecraft:small_fireball","minecraft:snowball","minecraft:spectral_arrow","minecraft:trident","minecraft:wither_skull"],"minecraft:raiders":["minecraft:evoker","minecraft:illusioner","minecraft:pillager","minecraft:ravager","minecraft:vindicator","minecraft:witch"],"minecraft:skeletons":["minecraft:skeleton","minecraft:stray","minecraft:wither_skeleton"]},"items":["minecraft:acacia_boat","minecraft:acacia_button","minecraft:acacia_door","minecraft:acacia_fence","minecraft:acacia_fence_gate","minecraft:acacia_leaves","minecraft:acacia_log","minecraft:acacia_planks","minecraft:acacia_pressure_plate","minecraft:acacia_sapling","minecraft:acacia_sign","minecraft:acacia_slab","minecraft:acacia_stairs","minecraft:acacia_trapdoor","minecraft:acacia_wood","minecraft:activator_rail","minecraft:air","minecraft:allium","minecraft:ancient_debris","minecraft:andesite","minecraft:andesite_slab","minecraft:andesite_stairs","minecraft:andesite_wall","minecraft:anvil","minecraft:apple","minecraft:armor_stand","minecraft:arrow","minecraft:azure_bluet","minecraft:baked_potato","minecraft:bamboo","minecraft:barrel","minecraft:barrier","minecraft:basalt","minecraft:bat_spawn_egg","minecraft:beacon","minecraft:bedrock","minecraft:bee_nest","minecraft:bee_spawn_egg","minecraft:beef","minecraft:beehive","minecraft:beetroot","minecraft:beetroot_seeds","minecraft:beetroot_soup","minecraft:bell","minecraft:birch_boat","minecraft:birch_button","minecraft:birch_door","minecraft:birch_fence","minecraft:birch_fence_gate","minecraft:birch_leaves","minecraft:birch_log","minecraft:birch_planks","minecraft:birch_pressure_plate","minecraft:birch_sapling","minecraft:birch_sign","minecraft:birch_slab","minecraft:birch_stairs","minecraft:birch_trapdoor","minecraft:birch_wood","minecraft:black_banner","minecraft:black_bed","minecraft:black_carpet","minecraft:black_concrete","minecraft:black_concrete_powder","minecraft:black_dye","minecraft:black_glazed_terracotta","minecraft:black_shulker_box","minecraft:black_stained_glass","minecraft:black_stained_glass_pane","minecraft:black_terracotta","minecraft:black_wool","minecraft:blackstone","minecraft:blackstone_slab","minecraft:blackstone_stairs","minecraft:blackstone_wall","minecraft:blast_furnace","minecraft:blaze_powder","minecraft:blaze_rod","minecraft:blaze_spawn_egg","minecraft:blue_banner","minecraft:blue_bed","minecraft:blue_carpet","minecraft:blue_concrete","minecraft:blue_concrete_powder","minecraft:blue_dye","minecraft:blue_glazed_terracotta","minecraft:blue_ice","minecraft:blue_orchid","minecraft:blue_shulker_box","minecraft:blue_stained_glass","minecraft:blue_stained_glass_pane","minecraft:blue_terracotta","minecraft:blue_wool","minecraft:bone","minecraft:bone_block","minecraft:bone_meal","minecraft:book","minecraft:bookshelf","minecraft:bow","minecraft:bowl","minecraft:brain_coral","minecraft:brain_coral_block","minecraft:brain_coral_fan","minecraft:bread","minecraft:brewing_stand","minecraft:brick","minecraft:brick_slab","minecraft:brick_stairs","minecraft:brick_wall","minecraft:bricks","minecraft:brown_banner","minecraft:brown_bed","minecraft:brown_carpet","minecraft:brown_concrete","minecraft:brown_concrete_powder","minecraft:brown_dye","minecraft:brown_glazed_terracotta","minecraft:brown_mushroom","minecraft:brown_mushroom_block","minecraft:brown_shulker_box","minecraft:brown_stained_glass","minecraft:brown_stained_glass_pane","minecraft:brown_terracotta","minecraft:brown_wool","minecraft:bubble_coral","minecraft:bubble_coral_block","minecraft:bubble_coral_fan","minecraft:bucket","minecraft:cactus","minecraft:cake","minecraft:campfire","minecraft:carrot","minecraft:carrot_on_a_stick","minecraft:cartography_table","minecraft:carved_pumpkin","minecraft:cat_spawn_egg","minecraft:cauldron","minecraft:cave_spider_spawn_egg","minecraft:chain","minecraft:chain_command_block","minecraft:chainmail_boots","minecraft:chainmail_chestplate","minecraft:chainmail_helmet","minecraft:chainmail_leggings","minecraft:charcoal","minecraft:chest","minecraft:chest_minecart","minecraft:chicken","minecraft:chicken_spawn_egg","minecraft:chipped_anvil","minecraft:chiseled_nether_bricks","minecraft:chiseled_polished_blackstone","minecraft:chiseled_quartz_block","minecraft:chiseled_red_sandstone","minecraft:chiseled_sandstone","minecraft:chiseled_stone_bricks","minecraft:chorus_flower","minecraft:chorus_fruit","minecraft:chorus_plant","minecraft:clay","minecraft:clay_ball","minecraft:clock","minecraft:coal","minecraft:coal_block","minecraft:coal_ore","minecraft:coarse_dirt","minecraft:cobblestone","minecraft:cobblestone_slab","minecraft:cobblestone_stairs","minecraft:cobblestone_wall","minecraft:cobweb","minecraft:cocoa_beans","minecraft:cod","minecraft:cod_bucket","minecraft:cod_spawn_egg","minecraft:command_block","minecraft:command_block_minecart","minecraft:comparator","minecraft:compass","minecraft:composter","minecraft:conduit","minecraft:cooked_beef","minecraft:cooked_chicken","minecraft:cooked_cod","minecraft:cooked_mutton","minecraft:cooked_porkchop","minecraft:cooked_rabbit","minecraft:cooked_salmon","minecraft:cookie","minecraft:cornflower","minecraft:cow_spawn_egg","minecraft:cracked_nether_bricks","minecraft:cracked_polished_blackstone_bricks","minecraft:cracked_stone_bricks","minecraft:crafting_table","minecraft:creeper_banner_pattern","minecraft:creeper_head","minecraft:creeper_spawn_egg","minecraft:crimson_button","minecraft:crimson_door","minecraft:crimson_fence","minecraft:crimson_fence_gate","minecraft:crimson_fungus","minecraft:crimson_hyphae","minecraft:crimson_nylium","minecraft:crimson_planks","minecraft:crimson_pressure_plate","minecraft:crimson_roots","minecraft:crimson_sign","minecraft:crimson_slab","minecraft:crimson_stairs","minecraft:crimson_stem","minecraft:crimson_trapdoor","minecraft:crossbow","minecraft:crying_obsidian","minecraft:cut_red_sandstone","minecraft:cut_red_sandstone_slab","minecraft:cut_sandstone","minecraft:cut_sandstone_slab","minecraft:cyan_banner","minecraft:cyan_bed","minecraft:cyan_carpet","minecraft:cyan_concrete","minecraft:cyan_concrete_powder","minecraft:cyan_dye","minecraft:cyan_glazed_terracotta","minecraft:cyan_shulker_box","minecraft:cyan_stained_glass","minecraft:cyan_stained_glass_pane","minecraft:cyan_terracotta","minecraft:cyan_wool","minecraft:damaged_anvil","minecraft:dandelion","minecraft:dark_oak_boat","minecraft:dark_oak_button","minecraft:dark_oak_door","minecraft:dark_oak_fence","minecraft:dark_oak_fence_gate","minecraft:dark_oak_leaves","minecraft:dark_oak_log","minecraft:dark_oak_planks","minecraft:dark_oak_pressure_plate","minecraft:dark_oak_sapling","minecraft:dark_oak_sign","minecraft:dark_oak_slab","minecraft:dark_oak_stairs","minecraft:dark_oak_trapdoor","minecraft:dark_oak_wood","minecraft:dark_prismarine","minecraft:dark_prismarine_slab","minecraft:dark_prismarine_stairs","minecraft:daylight_detector","minecraft:dead_brain_coral","minecraft:dead_brain_coral_block","minecraft:dead_brain_coral_fan","minecraft:dead_bubble_coral","minecraft:dead_bubble_coral_block","minecraft:dead_bubble_coral_fan","minecraft:dead_bush","minecraft:dead_fire_coral","minecraft:dead_fire_coral_block","minecraft:dead_fire_coral_fan","minecraft:dead_horn_coral","minecraft:dead_horn_coral_block","minecraft:dead_horn_coral_fan","minecraft:dead_tube_coral","minecraft:dead_tube_coral_block","minecraft:dead_tube_coral_fan","minecraft:debug_stick","minecraft:detector_rail","minecraft:diamond","minecraft:diamond_axe","minecraft:diamond_block","minecraft:diamond_boots","minecraft:diamond_chestplate","minecraft:diamond_helmet","minecraft:diamond_hoe","minecraft:diamond_horse_armor","minecraft:diamond_leggings","minecraft:diamond_ore","minecraft:diamond_pickaxe","minecraft:diamond_shovel","minecraft:diamond_sword","minecraft:diorite","minecraft:diorite_slab","minecraft:diorite_stairs","minecraft:diorite_wall","minecraft:dirt","minecraft:dispenser","minecraft:dolphin_spawn_egg","minecraft:donkey_spawn_egg","minecraft:dragon_breath","minecraft:dragon_egg","minecraft:dragon_head","minecraft:dried_kelp","minecraft:dried_kelp_block","minecraft:dropper","minecraft:drowned_spawn_egg","minecraft:egg","minecraft:elder_guardian_spawn_egg","minecraft:elytra","minecraft:emerald","minecraft:emerald_block","minecraft:emerald_ore","minecraft:enchanted_book","minecraft:enchanted_golden_apple","minecraft:enchanting_table","minecraft:end_crystal","minecraft:end_portal_frame","minecraft:end_rod","minecraft:end_stone","minecraft:end_stone_brick_slab","minecraft:end_stone_brick_stairs","minecraft:end_stone_brick_wall","minecraft:end_stone_bricks","minecraft:ender_chest","minecraft:ender_eye","minecraft:ender_pearl","minecraft:enderman_spawn_egg","minecraft:endermite_spawn_egg","minecraft:evoker_spawn_egg","minecraft:experience_bottle","minecraft:farmland","minecraft:feather","minecraft:fermented_spider_eye","minecraft:fern","minecraft:filled_map","minecraft:fire_charge","minecraft:fire_coral","minecraft:fire_coral_block","minecraft:fire_coral_fan","minecraft:firework_rocket","minecraft:firework_star","minecraft:fishing_rod","minecraft:fletching_table","minecraft:flint","minecraft:flint_and_steel","minecraft:flower_banner_pattern","minecraft:flower_pot","minecraft:fox_spawn_egg","minecraft:furnace","minecraft:furnace_minecart","minecraft:ghast_spawn_egg","minecraft:ghast_tear","minecraft:gilded_blackstone","minecraft:glass","minecraft:glass_bottle","minecraft:glass_pane","minecraft:glistering_melon_slice","minecraft:globe_banner_pattern","minecraft:glowstone","minecraft:glowstone_dust","minecraft:gold_block","minecraft:gold_ingot","minecraft:gold_nugget","minecraft:gold_ore","minecraft:golden_apple","minecraft:golden_axe","minecraft:golden_boots","minecraft:golden_carrot","minecraft:golden_chestplate","minecraft:golden_helmet","minecraft:golden_hoe","minecraft:golden_horse_armor","minecraft:golden_leggings","minecraft:golden_pickaxe","minecraft:golden_shovel","minecraft:golden_sword","minecraft:granite","minecraft:granite_slab","minecraft:granite_stairs","minecraft:granite_wall","minecraft:grass","minecraft:grass_block","minecraft:grass_path","minecraft:gravel","minecraft:gray_banner","minecraft:gray_bed","minecraft:gray_carpet","minecraft:gray_concrete","minecraft:gray_concrete_powder","minecraft:gray_dye","minecraft:gray_glazed_terracotta","minecraft:gray_shulker_box","minecraft:gray_stained_glass","minecraft:gray_stained_glass_pane","minecraft:gray_terracotta","minecraft:gray_wool","minecraft:green_banner","minecraft:green_bed","minecraft:green_carpet","minecraft:green_concrete","minecraft:green_concrete_powder","minecraft:green_dye","minecraft:green_glazed_terracotta","minecraft:green_shulker_box","minecraft:green_stained_glass","minecraft:green_stained_glass_pane","minecraft:green_terracotta","minecraft:green_wool","minecraft:grindstone","minecraft:guardian_spawn_egg","minecraft:gunpowder","minecraft:hay_block","minecraft:heart_of_the_sea","minecraft:heavy_weighted_pressure_plate","minecraft:hoglin_spawn_egg","minecraft:honey_block","minecraft:honey_bottle","minecraft:honeycomb","minecraft:honeycomb_block","minecraft:hopper","minecraft:hopper_minecart","minecraft:horn_coral","minecraft:horn_coral_block","minecraft:horn_coral_fan","minecraft:horse_spawn_egg","minecraft:husk_spawn_egg","minecraft:ice","minecraft:infested_chiseled_stone_bricks","minecraft:infested_cobblestone","minecraft:infested_cracked_stone_bricks","minecraft:infested_mossy_stone_bricks","minecraft:infested_stone","minecraft:infested_stone_bricks","minecraft:ink_sac","minecraft:iron_axe","minecraft:iron_bars","minecraft:iron_block","minecraft:iron_boots","minecraft:iron_chestplate","minecraft:iron_door","minecraft:iron_helmet","minecraft:iron_hoe","minecraft:iron_horse_armor","minecraft:iron_ingot","minecraft:iron_leggings","minecraft:iron_nugget","minecraft:iron_ore","minecraft:iron_pickaxe","minecraft:iron_shovel","minecraft:iron_sword","minecraft:iron_trapdoor","minecraft:item_frame","minecraft:jack_o_lantern","minecraft:jigsaw","minecraft:jukebox","minecraft:jungle_boat","minecraft:jungle_button","minecraft:jungle_door","minecraft:jungle_fence","minecraft:jungle_fence_gate","minecraft:jungle_leaves","minecraft:jungle_log","minecraft:jungle_planks","minecraft:jungle_pressure_plate","minecraft:jungle_sapling","minecraft:jungle_sign","minecraft:jungle_slab","minecraft:jungle_stairs","minecraft:jungle_trapdoor","minecraft:jungle_wood","minecraft:kelp","minecraft:knowledge_book","minecraft:ladder","minecraft:lantern","minecraft:lapis_block","minecraft:lapis_lazuli","minecraft:lapis_ore","minecraft:large_fern","minecraft:lava_bucket","minecraft:lead","minecraft:leather","minecraft:leather_boots","minecraft:leather_chestplate","minecraft:leather_helmet","minecraft:leather_horse_armor","minecraft:leather_leggings","minecraft:lectern","minecraft:lever","minecraft:light_blue_banner","minecraft:light_blue_bed","minecraft:light_blue_carpet","minecraft:light_blue_concrete","minecraft:light_blue_concrete_powder","minecraft:light_blue_dye","minecraft:light_blue_glazed_terracotta","minecraft:light_blue_shulker_box","minecraft:light_blue_stained_glass","minecraft:light_blue_stained_glass_pane","minecraft:light_blue_terracotta","minecraft:light_blue_wool","minecraft:light_gray_banner","minecraft:light_gray_bed","minecraft:light_gray_carpet","minecraft:light_gray_concrete","minecraft:light_gray_concrete_powder","minecraft:light_gray_dye","minecraft:light_gray_glazed_terracotta","minecraft:light_gray_shulker_box","minecraft:light_gray_stained_glass","minecraft:light_gray_stained_glass_pane","minecraft:light_gray_terracotta","minecraft:light_gray_wool","minecraft:light_weighted_pressure_plate","minecraft:lilac","minecraft:lily_of_the_valley","minecraft:lily_pad","minecraft:lime_banner","minecraft:lime_bed","minecraft:lime_carpet","minecraft:lime_concrete","minecraft:lime_concrete_powder","minecraft:lime_dye","minecraft:lime_glazed_terracotta","minecraft:lime_shulker_box","minecraft:lime_stained_glass","minecraft:lime_stained_glass_pane","minecraft:lime_terracotta","minecraft:lime_wool","minecraft:lingering_potion","minecraft:llama_spawn_egg","minecraft:lodestone","minecraft:loom","minecraft:magenta_banner","minecraft:magenta_bed","minecraft:magenta_carpet","minecraft:magenta_concrete","minecraft:magenta_concrete_powder","minecraft:magenta_dye","minecraft:magenta_glazed_terracotta","minecraft:magenta_shulker_box","minecraft:magenta_stained_glass","minecraft:magenta_stained_glass_pane","minecraft:magenta_terracotta","minecraft:magenta_wool","minecraft:magma_block","minecraft:magma_cream","minecraft:magma_cube_spawn_egg","minecraft:map","minecraft:melon","minecraft:melon_seeds","minecraft:melon_slice","minecraft:milk_bucket","minecraft:minecart","minecraft:mojang_banner_pattern","minecraft:mooshroom_spawn_egg","minecraft:mossy_cobblestone","minecraft:mossy_cobblestone_slab","minecraft:mossy_cobblestone_stairs","minecraft:mossy_cobblestone_wall","minecraft:mossy_stone_brick_slab","minecraft:mossy_stone_brick_stairs","minecraft:mossy_stone_brick_wall","minecraft:mossy_stone_bricks","minecraft:mule_spawn_egg","minecraft:mushroom_stem","minecraft:mushroom_stew","minecraft:music_disc_11","minecraft:music_disc_13","minecraft:music_disc_blocks","minecraft:music_disc_cat","minecraft:music_disc_chirp","minecraft:music_disc_far","minecraft:music_disc_mall","minecraft:music_disc_mellohi","minecraft:music_disc_pigstep","minecraft:music_disc_stal","minecraft:music_disc_strad","minecraft:music_disc_wait","minecraft:music_disc_ward","minecraft:mutton","minecraft:mycelium","minecraft:name_tag","minecraft:nautilus_shell","minecraft:nether_brick","minecraft:nether_brick_fence","minecraft:nether_brick_slab","minecraft:nether_brick_stairs","minecraft:nether_brick_wall","minecraft:nether_bricks","minecraft:nether_gold_ore","minecraft:nether_quartz_ore","minecraft:nether_sprouts","minecraft:nether_star","minecraft:nether_wart","minecraft:nether_wart_block","minecraft:netherite_axe","minecraft:netherite_block","minecraft:netherite_boots","minecraft:netherite_chestplate","minecraft:netherite_helmet","minecraft:netherite_hoe","minecraft:netherite_ingot","minecraft:netherite_leggings","minecraft:netherite_pickaxe","minecraft:netherite_scrap","minecraft:netherite_shovel","minecraft:netherite_sword","minecraft:netherrack","minecraft:note_block","minecraft:oak_boat","minecraft:oak_button","minecraft:oak_door","minecraft:oak_fence","minecraft:oak_fence_gate","minecraft:oak_leaves","minecraft:oak_log","minecraft:oak_planks","minecraft:oak_pressure_plate","minecraft:oak_sapling","minecraft:oak_sign","minecraft:oak_slab","minecraft:oak_stairs","minecraft:oak_trapdoor","minecraft:oak_wood","minecraft:observer","minecraft:obsidian","minecraft:ocelot_spawn_egg","minecraft:orange_banner","minecraft:orange_bed","minecraft:orange_carpet","minecraft:orange_concrete","minecraft:orange_concrete_powder","minecraft:orange_dye","minecraft:orange_glazed_terracotta","minecraft:orange_shulker_box","minecraft:orange_stained_glass","minecraft:orange_stained_glass_pane","minecraft:orange_terracotta","minecraft:orange_tulip","minecraft:orange_wool","minecraft:oxeye_daisy","minecraft:packed_ice","minecraft:painting","minecraft:panda_spawn_egg","minecraft:paper","minecraft:parrot_spawn_egg","minecraft:peony","minecraft:petrified_oak_slab","minecraft:phantom_membrane","minecraft:phantom_spawn_egg","minecraft:pig_spawn_egg","minecraft:piglin_banner_pattern","minecraft:piglin_brute_spawn_egg","minecraft:piglin_spawn_egg","minecraft:pillager_spawn_egg","minecraft:pink_banner","minecraft:pink_bed","minecraft:pink_carpet","minecraft:pink_concrete","minecraft:pink_concrete_powder","minecraft:pink_dye","minecraft:pink_glazed_terracotta","minecraft:pink_shulker_box","minecraft:pink_stained_glass","minecraft:pink_stained_glass_pane","minecraft:pink_terracotta","minecraft:pink_tulip","minecraft:pink_wool","minecraft:piston","minecraft:player_head","minecraft:podzol","minecraft:poisonous_potato","minecraft:polar_bear_spawn_egg","minecraft:polished_andesite","minecraft:polished_andesite_slab","minecraft:polished_andesite_stairs","minecraft:polished_basalt","minecraft:polished_blackstone","minecraft:polished_blackstone_brick_slab","minecraft:polished_blackstone_brick_stairs","minecraft:polished_blackstone_brick_wall","minecraft:polished_blackstone_bricks","minecraft:polished_blackstone_button","minecraft:polished_blackstone_pressure_plate","minecraft:polished_blackstone_slab","minecraft:polished_blackstone_stairs","minecraft:polished_blackstone_wall","minecraft:polished_diorite","minecraft:polished_diorite_slab","minecraft:polished_diorite_stairs","minecraft:polished_granite","minecraft:polished_granite_slab","minecraft:polished_granite_stairs","minecraft:popped_chorus_fruit","minecraft:poppy","minecraft:porkchop","minecraft:potato","minecraft:potion","minecraft:powered_rail","minecraft:prismarine","minecraft:prismarine_brick_slab","minecraft:prismarine_brick_stairs","minecraft:prismarine_bricks","minecraft:prismarine_crystals","minecraft:prismarine_shard","minecraft:prismarine_slab","minecraft:prismarine_stairs","minecraft:prismarine_wall","minecraft:pufferfish","minecraft:pufferfish_bucket","minecraft:pufferfish_spawn_egg","minecraft:pumpkin","minecraft:pumpkin_pie","minecraft:pumpkin_seeds","minecraft:purple_banner","minecraft:purple_bed","minecraft:purple_carpet","minecraft:purple_concrete","minecraft:purple_concrete_powder","minecraft:purple_dye","minecraft:purple_glazed_terracotta","minecraft:purple_shulker_box","minecraft:purple_stained_glass","minecraft:purple_stained_glass_pane","minecraft:purple_terracotta","minecraft:purple_wool","minecraft:purpur_block","minecraft:purpur_pillar","minecraft:purpur_slab","minecraft:purpur_stairs","minecraft:quartz","minecraft:quartz_block","minecraft:quartz_bricks","minecraft:quartz_pillar","minecraft:quartz_slab","minecraft:quartz_stairs","minecraft:rabbit","minecraft:rabbit_foot","minecraft:rabbit_hide","minecraft:rabbit_spawn_egg","minecraft:rabbit_stew","minecraft:rail","minecraft:ravager_spawn_egg","minecraft:red_banner","minecraft:red_bed","minecraft:red_carpet","minecraft:red_concrete","minecraft:red_concrete_powder","minecraft:red_dye","minecraft:red_glazed_terracotta","minecraft:red_mushroom","minecraft:red_mushroom_block","minecraft:red_nether_brick_slab","minecraft:red_nether_brick_stairs","minecraft:red_nether_brick_wall","minecraft:red_nether_bricks","minecraft:red_sand","minecraft:red_sandstone","minecraft:red_sandstone_slab","minecraft:red_sandstone_stairs","minecraft:red_sandstone_wall","minecraft:red_shulker_box","minecraft:red_stained_glass","minecraft:red_stained_glass_pane","minecraft:red_terracotta","minecraft:red_tulip","minecraft:red_wool","minecraft:redstone","minecraft:redstone_block","minecraft:redstone_lamp","minecraft:redstone_ore","minecraft:redstone_torch","minecraft:repeater","minecraft:repeating_command_block","minecraft:respawn_anchor","minecraft:rose_bush","minecraft:rotten_flesh","minecraft:saddle","minecraft:salmon","minecraft:salmon_bucket","minecraft:salmon_spawn_egg","minecraft:sand","minecraft:sandstone","minecraft:sandstone_slab","minecraft:sandstone_stairs","minecraft:sandstone_wall","minecraft:scaffolding","minecraft:scute","minecraft:sea_lantern","minecraft:sea_pickle","minecraft:seagrass","minecraft:shears","minecraft:sheep_spawn_egg","minecraft:shield","minecraft:shroomlight","minecraft:shulker_box","minecraft:shulker_shell","minecraft:shulker_spawn_egg","minecraft:silverfish_spawn_egg","minecraft:skeleton_horse_spawn_egg","minecraft:skeleton_skull","minecraft:skeleton_spawn_egg","minecraft:skull_banner_pattern","minecraft:slime_ball","minecraft:slime_block","minecraft:slime_spawn_egg","minecraft:smithing_table","minecraft:smoker","minecraft:smooth_quartz","minecraft:smooth_quartz_slab","minecraft:smooth_quartz_stairs","minecraft:smooth_red_sandstone","minecraft:smooth_red_sandstone_slab","minecraft:smooth_red_sandstone_stairs","minecraft:smooth_sandstone","minecraft:smooth_sandstone_slab","minecraft:smooth_sandstone_stairs","minecraft:smooth_stone","minecraft:smooth_stone_slab","minecraft:snow","minecraft:snow_block","minecraft:snowball","minecraft:soul_campfire","minecraft:soul_lantern","minecraft:soul_sand","minecraft:soul_soil","minecraft:soul_torch","minecraft:spawner","minecraft:spectral_arrow","minecraft:spider_eye","minecraft:spider_spawn_egg","minecraft:splash_potion","minecraft:sponge","minecraft:spruce_boat","minecraft:spruce_button","minecraft:spruce_door","minecraft:spruce_fence","minecraft:spruce_fence_gate","minecraft:spruce_leaves","minecraft:spruce_log","minecraft:spruce_planks","minecraft:spruce_pressure_plate","minecraft:spruce_sapling","minecraft:spruce_sign","minecraft:spruce_slab","minecraft:spruce_stairs","minecraft:spruce_trapdoor","minecraft:spruce_wood","minecraft:squid_spawn_egg","minecraft:stick","minecraft:sticky_piston","minecraft:stone","minecraft:stone_axe","minecraft:stone_brick_slab","minecraft:stone_brick_stairs","minecraft:stone_brick_wall","minecraft:stone_bricks","minecraft:stone_button","minecraft:stone_hoe","minecraft:stone_pickaxe","minecraft:stone_pressure_plate","minecraft:stone_shovel","minecraft:stone_slab","minecraft:stone_stairs","minecraft:stone_sword","minecraft:stonecutter","minecraft:stray_spawn_egg","minecraft:strider_spawn_egg","minecraft:string","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood","minecraft:stripped_crimson_hyphae","minecraft:stripped_crimson_stem","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood","minecraft:stripped_warped_hyphae","minecraft:stripped_warped_stem","minecraft:structure_block","minecraft:structure_void","minecraft:sugar","minecraft:sugar_cane","minecraft:sunflower","minecraft:suspicious_stew","minecraft:sweet_berries","minecraft:tall_grass","minecraft:target","minecraft:terracotta","minecraft:tipped_arrow","minecraft:tnt","minecraft:tnt_minecart","minecraft:torch","minecraft:totem_of_undying","minecraft:trader_llama_spawn_egg","minecraft:trapped_chest","minecraft:trident","minecraft:tripwire_hook","minecraft:tropical_fish","minecraft:tropical_fish_bucket","minecraft:tropical_fish_spawn_egg","minecraft:tube_coral","minecraft:tube_coral_block","minecraft:tube_coral_fan","minecraft:turtle_egg","minecraft:turtle_helmet","minecraft:turtle_spawn_egg","minecraft:twisting_vines","minecraft:vex_spawn_egg","minecraft:villager_spawn_egg","minecraft:vindicator_spawn_egg","minecraft:vine","minecraft:wandering_trader_spawn_egg","minecraft:warped_button","minecraft:warped_door","minecraft:warped_fence","minecraft:warped_fence_gate","minecraft:warped_fungus","minecraft:warped_fungus_on_a_stick","minecraft:warped_hyphae","minecraft:warped_nylium","minecraft:warped_planks","minecraft:warped_pressure_plate","minecraft:warped_roots","minecraft:warped_sign","minecraft:warped_slab","minecraft:warped_stairs","minecraft:warped_stem","minecraft:warped_trapdoor","minecraft:warped_wart_block","minecraft:water_bucket","minecraft:weeping_vines","minecraft:wet_sponge","minecraft:wheat","minecraft:wheat_seeds","minecraft:white_banner","minecraft:white_bed","minecraft:white_carpet","minecraft:white_concrete","minecraft:white_concrete_powder","minecraft:white_dye","minecraft:white_glazed_terracotta","minecraft:white_shulker_box","minecraft:white_stained_glass","minecraft:white_stained_glass_pane","minecraft:white_terracotta","minecraft:white_tulip","minecraft:white_wool","minecraft:witch_spawn_egg","minecraft:wither_rose","minecraft:wither_skeleton_skull","minecraft:wither_skeleton_spawn_egg","minecraft:wolf_spawn_egg","minecraft:wooden_axe","minecraft:wooden_hoe","minecraft:wooden_pickaxe","minecraft:wooden_shovel","minecraft:wooden_sword","minecraft:writable_book","minecraft:written_book","minecraft:yellow_banner","minecraft:yellow_bed","minecraft:yellow_carpet","minecraft:yellow_concrete","minecraft:yellow_concrete_powder","minecraft:yellow_dye","minecraft:yellow_glazed_terracotta","minecraft:yellow_shulker_box","minecraft:yellow_stained_glass","minecraft:yellow_stained_glass_pane","minecraft:yellow_terracotta","minecraft:yellow_wool","minecraft:zoglin_spawn_egg","minecraft:zombie_head","minecraft:zombie_horse_spawn_egg","minecraft:zombie_spawn_egg","minecraft:zombie_villager_spawn_egg","minecraft:zombified_piglin_spawn_egg"],"itemtags":{"minecraft:acacia_logs":["minecraft:acacia_log","minecraft:acacia_wood","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood"],"minecraft:anvil":["minecraft:anvil","minecraft:chipped_anvil","minecraft:damaged_anvil"],"minecraft:arrows":["minecraft:arrow","minecraft:spectral_arrow","minecraft:tipped_arrow"],"minecraft:banners":["minecraft:black_banner","minecraft:blue_banner","minecraft:brown_banner","minecraft:cyan_banner","minecraft:gray_banner","minecraft:green_banner","minecraft:light_blue_banner","minecraft:light_gray_banner","minecraft:lime_banner","minecraft:magenta_banner","minecraft:orange_banner","minecraft:pink_banner","minecraft:purple_banner","minecraft:red_banner","minecraft:white_banner","minecraft:yellow_banner"],"minecraft:beacon_payment_items":["minecraft:diamond","minecraft:emerald","minecraft:gold_ingot","minecraft:iron_ingot","minecraft:netherite_ingot"],"minecraft:beds":["minecraft:black_bed","minecraft:blue_bed","minecraft:brown_bed","minecraft:cyan_bed","minecraft:gray_bed","minecraft:green_bed","minecraft:light_blue_bed","minecraft:light_gray_bed","minecraft:lime_bed","minecraft:magenta_bed","minecraft:orange_bed","minecraft:pink_bed","minecraft:purple_bed","minecraft:red_bed","minecraft:white_bed","minecraft:yellow_bed"],"minecraft:birch_logs":["minecraft:birch_log","minecraft:birch_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood"],"minecraft:boats":["minecraft:acacia_boat","minecraft:birch_boat","minecraft:dark_oak_boat","minecraft:jungle_boat","minecraft:oak_boat","minecraft:spruce_boat"],"minecraft:buttons":["minecraft:acacia_button","minecraft:birch_button","minecraft:crimson_button","minecraft:dark_oak_button","minecraft:jungle_button","minecraft:oak_button","minecraft:polished_blackstone_button","minecraft:spruce_button","minecraft:stone_button","minecraft:warped_button"],"minecraft:carpets":["minecraft:black_carpet","minecraft:blue_carpet","minecraft:brown_carpet","minecraft:cyan_carpet","minecraft:gray_carpet","minecraft:green_carpet","minecraft:light_blue_carpet","minecraft:light_gray_carpet","minecraft:lime_carpet","minecraft:magenta_carpet","minecraft:orange_carpet","minecraft:pink_carpet","minecraft:purple_carpet","minecraft:red_carpet","minecraft:white_carpet","minecraft:yellow_carpet"],"minecraft:coals":["minecraft:charcoal","minecraft:coal"],"minecraft:creeper_drop_music_discs":["minecraft:music_disc_11","minecraft:music_disc_13","minecraft:music_disc_blocks","minecraft:music_disc_cat","minecraft:music_disc_chirp","minecraft:music_disc_far","minecraft:music_disc_mall","minecraft:music_disc_mellohi","minecraft:music_disc_stal","minecraft:music_disc_strad","minecraft:music_disc_wait","minecraft:music_disc_ward"],"minecraft:crimson_stems":["minecraft:crimson_hyphae","minecraft:crimson_stem","minecraft:stripped_crimson_hyphae","minecraft:stripped_crimson_stem"],"minecraft:dark_oak_logs":["minecraft:dark_oak_log","minecraft:dark_oak_wood","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood"],"minecraft:doors":["minecraft:acacia_door","minecraft:birch_door","minecraft:crimson_door","minecraft:dark_oak_door","minecraft:iron_door","minecraft:jungle_door","minecraft:oak_door","minecraft:spruce_door","minecraft:warped_door"],"minecraft:fences":["minecraft:acacia_fence","minecraft:birch_fence","minecraft:crimson_fence","minecraft:dark_oak_fence","minecraft:jungle_fence","minecraft:nether_brick_fence","minecraft:oak_fence","minecraft:spruce_fence","minecraft:warped_fence"],"minecraft:fishes":["minecraft:cod","minecraft:cooked_cod","minecraft:cooked_salmon","minecraft:pufferfish","minecraft:salmon","minecraft:tropical_fish"],"minecraft:flowers":["minecraft:allium","minecraft:azure_bluet","minecraft:blue_orchid","minecraft:cornflower","minecraft:dandelion","minecraft:lilac","minecraft:lily_of_the_valley","minecraft:orange_tulip","minecraft:oxeye_daisy","minecraft:peony","minecraft:pink_tulip","minecraft:poppy","minecraft:red_tulip","minecraft:rose_bush","minecraft:sunflower","minecraft:white_tulip","minecraft:wither_rose"],"minecraft:gold_ores":["minecraft:gold_ore","minecraft:nether_gold_ore"],"minecraft:jungle_logs":["minecraft:jungle_log","minecraft:jungle_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood"],"minecraft:leaves":["minecraft:acacia_leaves","minecraft:birch_leaves","minecraft:dark_oak_leaves","minecraft:jungle_leaves","minecraft:oak_leaves","minecraft:spruce_leaves"],"minecraft:lectern_books":["minecraft:writable_book","minecraft:written_book"],"minecraft:logs":["minecraft:acacia_log","minecraft:acacia_wood","minecraft:birch_log","minecraft:birch_wood","minecraft:crimson_hyphae","minecraft:crimson_stem","minecraft:dark_oak_log","minecraft:dark_oak_wood","minecraft:jungle_log","minecraft:jungle_wood","minecraft:oak_log","minecraft:oak_wood","minecraft:spruce_log","minecraft:spruce_wood","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood","minecraft:stripped_crimson_hyphae","minecraft:stripped_crimson_stem","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood","minecraft:stripped_warped_hyphae","minecraft:stripped_warped_stem","minecraft:warped_hyphae","minecraft:warped_stem"],"minecraft:logs_that_burn":["minecraft:acacia_log","minecraft:acacia_wood","minecraft:birch_log","minecraft:birch_wood","minecraft:dark_oak_log","minecraft:dark_oak_wood","minecraft:jungle_log","minecraft:jungle_wood","minecraft:oak_log","minecraft:oak_wood","minecraft:spruce_log","minecraft:spruce_wood","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood"],"minecraft:music_discs":["minecraft:music_disc_11","minecraft:music_disc_13","minecraft:music_disc_blocks","minecraft:music_disc_cat","minecraft:music_disc_chirp","minecraft:music_disc_far","minecraft:music_disc_mall","minecraft:music_disc_mellohi","minecraft:music_disc_pigstep","minecraft:music_disc_stal","minecraft:music_disc_strad","minecraft:music_disc_wait","minecraft:music_disc_ward"],"minecraft:non_flammable_wood":["minecraft:crimson_button","minecraft:crimson_door","minecraft:crimson_fence","minecraft:crimson_fence_gate","minecraft:crimson_hyphae","minecraft:crimson_planks","minecraft:crimson_pressure_plate","minecraft:crimson_sign","minecraft:crimson_slab","minecraft:crimson_stairs","minecraft:crimson_stem","minecraft:crimson_trapdoor","minecraft:stripped_crimson_hyphae","minecraft:stripped_crimson_stem","minecraft:stripped_warped_hyphae","minecraft:stripped_warped_stem","minecraft:warped_button","minecraft:warped_door","minecraft:warped_fence","minecraft:warped_fence_gate","minecraft:warped_hyphae","minecraft:warped_planks","minecraft:warped_pressure_plate","minecraft:warped_sign","minecraft:warped_slab","minecraft:warped_stairs","minecraft:warped_stem","minecraft:warped_trapdoor"],"minecraft:oak_logs":["minecraft:oak_log","minecraft:oak_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood"],"minecraft:piglin_loved":["minecraft:bell","minecraft:clock","minecraft:enchanted_golden_apple","minecraft:gilded_blackstone","minecraft:glistering_melon_slice","minecraft:gold_block","minecraft:gold_ingot","minecraft:gold_ore","minecraft:golden_apple","minecraft:golden_axe","minecraft:golden_boots","minecraft:golden_carrot","minecraft:golden_chestplate","minecraft:golden_helmet","minecraft:golden_hoe","minecraft:golden_horse_armor","minecraft:golden_leggings","minecraft:golden_pickaxe","minecraft:golden_shovel","minecraft:golden_sword","minecraft:light_weighted_pressure_plate","minecraft:nether_gold_ore"],"minecraft:piglin_repellents":["minecraft:soul_campfire","minecraft:soul_lantern","minecraft:soul_torch"],"minecraft:planks":["minecraft:acacia_planks","minecraft:birch_planks","minecraft:crimson_planks","minecraft:dark_oak_planks","minecraft:jungle_planks","minecraft:oak_planks","minecraft:spruce_planks","minecraft:warped_planks"],"minecraft:rails":["minecraft:activator_rail","minecraft:detector_rail","minecraft:powered_rail","minecraft:rail"],"minecraft:sand":["minecraft:red_sand","minecraft:sand"],"minecraft:saplings":["minecraft:acacia_sapling","minecraft:birch_sapling","minecraft:dark_oak_sapling","minecraft:jungle_sapling","minecraft:oak_sapling","minecraft:spruce_sapling"],"minecraft:signs":["minecraft:acacia_sign","minecraft:birch_sign","minecraft:crimson_sign","minecraft:dark_oak_sign","minecraft:jungle_sign","minecraft:oak_sign","minecraft:spruce_sign","minecraft:warped_sign"],"minecraft:slabs":["minecraft:acacia_slab","minecraft:andesite_slab","minecraft:birch_slab","minecraft:blackstone_slab","minecraft:brick_slab","minecraft:cobblestone_slab","minecraft:crimson_slab","minecraft:cut_red_sandstone_slab","minecraft:cut_sandstone_slab","minecraft:dark_oak_slab","minecraft:dark_prismarine_slab","minecraft:diorite_slab","minecraft:end_stone_brick_slab","minecraft:granite_slab","minecraft:jungle_slab","minecraft:mossy_cobblestone_slab","minecraft:mossy_stone_brick_slab","minecraft:nether_brick_slab","minecraft:oak_slab","minecraft:petrified_oak_slab","minecraft:polished_andesite_slab","minecraft:polished_blackstone_brick_slab","minecraft:polished_blackstone_slab","minecraft:polished_diorite_slab","minecraft:polished_granite_slab","minecraft:prismarine_brick_slab","minecraft:prismarine_slab","minecraft:purpur_slab","minecraft:quartz_slab","minecraft:red_nether_brick_slab","minecraft:red_sandstone_slab","minecraft:sandstone_slab","minecraft:smooth_quartz_slab","minecraft:smooth_red_sandstone_slab","minecraft:smooth_sandstone_slab","minecraft:smooth_stone_slab","minecraft:spruce_slab","minecraft:stone_brick_slab","minecraft:stone_slab","minecraft:warped_slab"],"minecraft:small_flowers":["minecraft:allium","minecraft:azure_bluet","minecraft:blue_orchid","minecraft:cornflower","minecraft:dandelion","minecraft:lily_of_the_valley","minecraft:orange_tulip","minecraft:oxeye_daisy","minecraft:pink_tulip","minecraft:poppy","minecraft:red_tulip","minecraft:white_tulip","minecraft:wither_rose"],"minecraft:soul_fire_base_blocks":["minecraft:soul_sand","minecraft:soul_soil"],"minecraft:spruce_logs":["minecraft:spruce_log","minecraft:spruce_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood"],"minecraft:stairs":["minecraft:acacia_stairs","minecraft:andesite_stairs","minecraft:birch_stairs","minecraft:blackstone_stairs","minecraft:brick_stairs","minecraft:cobblestone_stairs","minecraft:crimson_stairs","minecraft:dark_oak_stairs","minecraft:dark_prismarine_stairs","minecraft:diorite_stairs","minecraft:end_stone_brick_stairs","minecraft:granite_stairs","minecraft:jungle_stairs","minecraft:mossy_cobblestone_stairs","minecraft:mossy_stone_brick_stairs","minecraft:nether_brick_stairs","minecraft:oak_stairs","minecraft:polished_andesite_stairs","minecraft:polished_blackstone_brick_stairs","minecraft:polished_blackstone_stairs","minecraft:polished_diorite_stairs","minecraft:polished_granite_stairs","minecraft:prismarine_brick_stairs","minecraft:prismarine_stairs","minecraft:purpur_stairs","minecraft:quartz_stairs","minecraft:red_nether_brick_stairs","minecraft:red_sandstone_stairs","minecraft:sandstone_stairs","minecraft:smooth_quartz_stairs","minecraft:smooth_red_sandstone_stairs","minecraft:smooth_sandstone_stairs","minecraft:spruce_stairs","minecraft:stone_brick_stairs","minecraft:stone_stairs","minecraft:warped_stairs"],"minecraft:stone_bricks":["minecraft:chiseled_stone_bricks","minecraft:cracked_stone_bricks","minecraft:mossy_stone_bricks","minecraft:stone_bricks"],"minecraft:stone_crafting_materials":["minecraft:blackstone","minecraft:cobblestone"],"minecraft:stone_tool_materials":["minecraft:blackstone","minecraft:cobblestone"],"minecraft:tall_flowers":["minecraft:lilac","minecraft:peony","minecraft:rose_bush","minecraft:sunflower"],"minecraft:trapdoors":["minecraft:acacia_trapdoor","minecraft:birch_trapdoor","minecraft:crimson_trapdoor","minecraft:dark_oak_trapdoor","minecraft:iron_trapdoor","minecraft:jungle_trapdoor","minecraft:oak_trapdoor","minecraft:spruce_trapdoor","minecraft:warped_trapdoor"],"minecraft:walls":["minecraft:andesite_wall","minecraft:blackstone_wall","minecraft:brick_wall","minecraft:cobblestone_wall","minecraft:diorite_wall","minecraft:end_stone_brick_wall","minecraft:granite_wall","minecraft:mossy_cobblestone_wall","minecraft:mossy_stone_brick_wall","minecraft:nether_brick_wall","minecraft:polished_blackstone_brick_wall","minecraft:polished_blackstone_wall","minecraft:prismarine_wall","minecraft:red_nether_brick_wall","minecraft:red_sandstone_wall","minecraft:sandstone_wall","minecraft:stone_brick_wall"],"minecraft:warped_stems":["minecraft:stripped_warped_hyphae","minecraft:stripped_warped_stem","minecraft:warped_hyphae","minecraft:warped_stem"],"minecraft:wooden_buttons":["minecraft:acacia_button","minecraft:birch_button","minecraft:crimson_button","minecraft:dark_oak_button","minecraft:jungle_button","minecraft:oak_button","minecraft:spruce_button","minecraft:warped_button"],"minecraft:wooden_doors":["minecraft:acacia_door","minecraft:birch_door","minecraft:crimson_door","minecraft:dark_oak_door","minecraft:jungle_door","minecraft:oak_door","minecraft:spruce_door","minecraft:warped_door"],"minecraft:wooden_fences":["minecraft:acacia_fence","minecraft:birch_fence","minecraft:crimson_fence","minecraft:dark_oak_fence","minecraft:jungle_fence","minecraft:oak_fence","minecraft:spruce_fence","minecraft:warped_fence"],"minecraft:wooden_pressure_plates":["minecraft:acacia_pressure_plate","minecraft:birch_pressure_plate","minecraft:crimson_pressure_plate","minecraft:dark_oak_pressure_plate","minecraft:jungle_pressure_plate","minecraft:oak_pressure_plate","minecraft:spruce_pressure_plate","minecraft:warped_pressure_plate"],"minecraft:wooden_slabs":["minecraft:acacia_slab","minecraft:birch_slab","minecraft:crimson_slab","minecraft:dark_oak_slab","minecraft:jungle_slab","minecraft:oak_slab","minecraft:spruce_slab","minecraft:warped_slab"],"minecraft:wooden_stairs":["minecraft:acacia_stairs","minecraft:birch_stairs","minecraft:crimson_stairs","minecraft:dark_oak_stairs","minecraft:jungle_stairs","minecraft:oak_stairs","minecraft:spruce_stairs","minecraft:warped_stairs"],"minecraft:wooden_trapdoors":["minecraft:acacia_trapdoor","minecraft:birch_trapdoor","minecraft:crimson_trapdoor","minecraft:dark_oak_trapdoor","minecraft:jungle_trapdoor","minecraft:oak_trapdoor","minecraft:spruce_trapdoor","minecraft:warped_trapdoor"],"minecraft:wool":["minecraft:black_wool","minecraft:blue_wool","minecraft:brown_wool","minecraft:cyan_wool","minecraft:gray_wool","minecraft:green_wool","minecraft:light_blue_wool","minecraft:light_gray_wool","minecraft:lime_wool","minecraft:magenta_wool","minecraft:orange_wool","minecraft:pink_wool","minecraft:purple_wool","minecraft:red_wool","minecraft:white_wool","minecraft:yellow_wool"]}}
\ No newline at end of file
+{
+ "biomes": [
+ "minecraft:badlands",
+ "minecraft:badlands_plateau",
+ "minecraft:bamboo_jungle",
+ "minecraft:bamboo_jungle_hills",
+ "minecraft:basalt_deltas",
+ "minecraft:beach",
+ "minecraft:birch_forest",
+ "minecraft:birch_forest_hills",
+ "minecraft:cold_ocean",
+ "minecraft:crimson_forest",
+ "minecraft:dark_forest",
+ "minecraft:dark_forest_hills",
+ "minecraft:deep_cold_ocean",
+ "minecraft:deep_frozen_ocean",
+ "minecraft:deep_lukewarm_ocean",
+ "minecraft:deep_ocean",
+ "minecraft:deep_warm_ocean",
+ "minecraft:desert",
+ "minecraft:desert_hills",
+ "minecraft:desert_lakes",
+ "minecraft:end_barrens",
+ "minecraft:end_highlands",
+ "minecraft:end_midlands",
+ "minecraft:eroded_badlands",
+ "minecraft:flower_forest",
+ "minecraft:forest",
+ "minecraft:frozen_ocean",
+ "minecraft:frozen_river",
+ "minecraft:giant_spruce_taiga",
+ "minecraft:giant_spruce_taiga_hills",
+ "minecraft:giant_tree_taiga",
+ "minecraft:giant_tree_taiga_hills",
+ "minecraft:gravelly_mountains",
+ "minecraft:ice_spikes",
+ "minecraft:jungle",
+ "minecraft:jungle_edge",
+ "minecraft:jungle_hills",
+ "minecraft:lukewarm_ocean",
+ "minecraft:modified_badlands_plateau",
+ "minecraft:modified_gravelly_mountains",
+ "minecraft:modified_jungle",
+ "minecraft:modified_jungle_edge",
+ "minecraft:modified_wooded_badlands_plateau",
+ "minecraft:mountain_edge",
+ "minecraft:mountains",
+ "minecraft:mushroom_field_shore",
+ "minecraft:mushroom_fields",
+ "minecraft:nether_wastes",
+ "minecraft:ocean",
+ "minecraft:plains",
+ "minecraft:river",
+ "minecraft:savanna",
+ "minecraft:savanna_plateau",
+ "minecraft:shattered_savanna",
+ "minecraft:shattered_savanna_plateau",
+ "minecraft:small_end_islands",
+ "minecraft:snowy_beach",
+ "minecraft:snowy_mountains",
+ "minecraft:snowy_taiga",
+ "minecraft:snowy_taiga_hills",
+ "minecraft:snowy_taiga_mountains",
+ "minecraft:snowy_tundra",
+ "minecraft:soul_sand_valley",
+ "minecraft:stone_shore",
+ "minecraft:sunflower_plains",
+ "minecraft:swamp",
+ "minecraft:swamp_hills",
+ "minecraft:taiga",
+ "minecraft:taiga_hills",
+ "minecraft:taiga_mountains",
+ "minecraft:tall_birch_forest",
+ "minecraft:tall_birch_hills",
+ "minecraft:the_end",
+ "minecraft:the_void",
+ "minecraft:warm_ocean",
+ "minecraft:warped_forest",
+ "minecraft:wooded_badlands_plateau",
+ "minecraft:wooded_hills",
+ "minecraft:wooded_mountains"
+ ],
+ "blocks": {
+ "minecraft:acacia_button": {
+ "defaultstate": "minecraft:acacia_button[face=wall,facing=north,powered=false]",
+ "properties": {
+ "face": {
+ "type": "enum",
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:acacia_door": {
+ "defaultstate": "minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "upper",
+ "lower"
+ ]
+ },
+ "hinge": {
+ "type": "enum",
+ "values": [
+ "left",
+ "right"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:acacia_fence": {
+ "defaultstate": "minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:acacia_fence_gate": {
+ "defaultstate": "minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "in_wall": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:acacia_leaves": {
+ "defaultstate": "minecraft:acacia_leaves[distance=7,persistent=false]",
+ "properties": {
+ "distance": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ]
+ },
+ "persistent": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:acacia_log": {
+ "defaultstate": "minecraft:acacia_log[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:acacia_planks": {
+ "defaultstate": "minecraft:acacia_planks",
+ "properties": {}
+ },
+ "minecraft:acacia_pressure_plate": {
+ "defaultstate": "minecraft:acacia_pressure_plate[powered=false]",
+ "properties": {
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:acacia_sapling": {
+ "defaultstate": "minecraft:acacia_sapling[stage=0]",
+ "properties": {
+ "stage": {
+ "type": "int",
+ "values": [
+ "0",
+ "1"
+ ]
+ }
+ }
+ },
+ "minecraft:acacia_sign": {
+ "defaultstate": "minecraft:acacia_sign[rotation=0,waterlogged=false]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:acacia_slab": {
+ "defaultstate": "minecraft:acacia_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:acacia_stairs": {
+ "defaultstate": "minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:acacia_trapdoor": {
+ "defaultstate": "minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:acacia_wall_sign": {
+ "defaultstate": "minecraft:acacia_wall_sign[facing=north,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:acacia_wood": {
+ "defaultstate": "minecraft:acacia_wood[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:activator_rail": {
+ "defaultstate": "minecraft:activator_rail[powered=false,shape=north_south]",
+ "properties": {
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "north_south",
+ "east_west",
+ "ascending_east",
+ "ascending_west",
+ "ascending_north",
+ "ascending_south"
+ ]
+ }
+ }
+ },
+ "minecraft:air": {
+ "defaultstate": "minecraft:air",
+ "properties": {}
+ },
+ "minecraft:allium": {
+ "defaultstate": "minecraft:allium",
+ "properties": {}
+ },
+ "minecraft:ancient_debris": {
+ "defaultstate": "minecraft:ancient_debris",
+ "properties": {}
+ },
+ "minecraft:andesite": {
+ "defaultstate": "minecraft:andesite",
+ "properties": {}
+ },
+ "minecraft:andesite_slab": {
+ "defaultstate": "minecraft:andesite_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:andesite_stairs": {
+ "defaultstate": "minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:andesite_wall": {
+ "defaultstate": "minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:anvil": {
+ "defaultstate": "minecraft:anvil[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:attached_melon_stem": {
+ "defaultstate": "minecraft:attached_melon_stem[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:attached_pumpkin_stem": {
+ "defaultstate": "minecraft:attached_pumpkin_stem[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:azure_bluet": {
+ "defaultstate": "minecraft:azure_bluet",
+ "properties": {}
+ },
+ "minecraft:bamboo": {
+ "defaultstate": "minecraft:bamboo[age=0,leaves=none,stage=0]",
+ "properties": {
+ "age": {
+ "type": "int",
+ "values": [
+ "0",
+ "1"
+ ]
+ },
+ "leaves": {
+ "type": "enum",
+ "values": [
+ "none",
+ "small",
+ "large"
+ ]
+ },
+ "stage": {
+ "type": "int",
+ "values": [
+ "0",
+ "1"
+ ]
+ }
+ }
+ },
+ "minecraft:bamboo_sapling": {
+ "defaultstate": "minecraft:bamboo_sapling",
+ "properties": {}
+ },
+ "minecraft:barrel": {
+ "defaultstate": "minecraft:barrel[facing=north,open=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:barrier": {
+ "defaultstate": "minecraft:barrier",
+ "properties": {}
+ },
+ "minecraft:basalt": {
+ "defaultstate": "minecraft:basalt[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:beacon": {
+ "defaultstate": "minecraft:beacon",
+ "properties": {}
+ },
+ "minecraft:bedrock": {
+ "defaultstate": "minecraft:bedrock",
+ "properties": {}
+ },
+ "minecraft:bee_nest": {
+ "defaultstate": "minecraft:bee_nest[facing=north,honey_level=0]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "honey_level": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5"
+ ]
+ }
+ }
+ },
+ "minecraft:beehive": {
+ "defaultstate": "minecraft:beehive[facing=north,honey_level=0]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "honey_level": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5"
+ ]
+ }
+ }
+ },
+ "minecraft:beetroots": {
+ "defaultstate": "minecraft:beetroots[age=0]",
+ "properties": {
+ "age": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ]
+ }
+ }
+ },
+ "minecraft:bell": {
+ "defaultstate": "minecraft:bell[attachment=floor,facing=north,powered=false]",
+ "properties": {
+ "attachment": {
+ "type": "enum",
+ "values": [
+ "floor",
+ "ceiling",
+ "single_wall",
+ "double_wall"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:birch_button": {
+ "defaultstate": "minecraft:birch_button[face=wall,facing=north,powered=false]",
+ "properties": {
+ "face": {
+ "type": "enum",
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:birch_door": {
+ "defaultstate": "minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "upper",
+ "lower"
+ ]
+ },
+ "hinge": {
+ "type": "enum",
+ "values": [
+ "left",
+ "right"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:birch_fence": {
+ "defaultstate": "minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:birch_fence_gate": {
+ "defaultstate": "minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "in_wall": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:birch_leaves": {
+ "defaultstate": "minecraft:birch_leaves[distance=7,persistent=false]",
+ "properties": {
+ "distance": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ]
+ },
+ "persistent": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:birch_log": {
+ "defaultstate": "minecraft:birch_log[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:birch_planks": {
+ "defaultstate": "minecraft:birch_planks",
+ "properties": {}
+ },
+ "minecraft:birch_pressure_plate": {
+ "defaultstate": "minecraft:birch_pressure_plate[powered=false]",
+ "properties": {
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:birch_sapling": {
+ "defaultstate": "minecraft:birch_sapling[stage=0]",
+ "properties": {
+ "stage": {
+ "type": "int",
+ "values": [
+ "0",
+ "1"
+ ]
+ }
+ }
+ },
+ "minecraft:birch_sign": {
+ "defaultstate": "minecraft:birch_sign[rotation=0,waterlogged=false]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:birch_slab": {
+ "defaultstate": "minecraft:birch_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:birch_stairs": {
+ "defaultstate": "minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:birch_trapdoor": {
+ "defaultstate": "minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:birch_wall_sign": {
+ "defaultstate": "minecraft:birch_wall_sign[facing=north,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:birch_wood": {
+ "defaultstate": "minecraft:birch_wood[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:black_banner": {
+ "defaultstate": "minecraft:black_banner[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:black_bed": {
+ "defaultstate": "minecraft:black_bed[facing=north,occupied=false,part=foot]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "occupied": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "part": {
+ "type": "enum",
+ "values": [
+ "head",
+ "foot"
+ ]
+ }
+ }
+ },
+ "minecraft:black_carpet": {
+ "defaultstate": "minecraft:black_carpet",
+ "properties": {}
+ },
+ "minecraft:black_concrete": {
+ "defaultstate": "minecraft:black_concrete",
+ "properties": {}
+ },
+ "minecraft:black_concrete_powder": {
+ "defaultstate": "minecraft:black_concrete_powder",
+ "properties": {}
+ },
+ "minecraft:black_glazed_terracotta": {
+ "defaultstate": "minecraft:black_glazed_terracotta[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:black_shulker_box": {
+ "defaultstate": "minecraft:black_shulker_box[facing=up]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:black_stained_glass": {
+ "defaultstate": "minecraft:black_stained_glass",
+ "properties": {}
+ },
+ "minecraft:black_stained_glass_pane": {
+ "defaultstate": "minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:black_terracotta": {
+ "defaultstate": "minecraft:black_terracotta",
+ "properties": {}
+ },
+ "minecraft:black_wall_banner": {
+ "defaultstate": "minecraft:black_wall_banner[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:black_wool": {
+ "defaultstate": "minecraft:black_wool",
+ "properties": {}
+ },
+ "minecraft:blackstone": {
+ "defaultstate": "minecraft:blackstone",
+ "properties": {}
+ },
+ "minecraft:blackstone_slab": {
+ "defaultstate": "minecraft:blackstone_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:blackstone_stairs": {
+ "defaultstate": "minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:blackstone_wall": {
+ "defaultstate": "minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:blast_furnace": {
+ "defaultstate": "minecraft:blast_furnace[facing=north,lit=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:blue_banner": {
+ "defaultstate": "minecraft:blue_banner[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:blue_bed": {
+ "defaultstate": "minecraft:blue_bed[facing=north,occupied=false,part=foot]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "occupied": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "part": {
+ "type": "enum",
+ "values": [
+ "head",
+ "foot"
+ ]
+ }
+ }
+ },
+ "minecraft:blue_carpet": {
+ "defaultstate": "minecraft:blue_carpet",
+ "properties": {}
+ },
+ "minecraft:blue_concrete": {
+ "defaultstate": "minecraft:blue_concrete",
+ "properties": {}
+ },
+ "minecraft:blue_concrete_powder": {
+ "defaultstate": "minecraft:blue_concrete_powder",
+ "properties": {}
+ },
+ "minecraft:blue_glazed_terracotta": {
+ "defaultstate": "minecraft:blue_glazed_terracotta[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:blue_ice": {
+ "defaultstate": "minecraft:blue_ice",
+ "properties": {}
+ },
+ "minecraft:blue_orchid": {
+ "defaultstate": "minecraft:blue_orchid",
+ "properties": {}
+ },
+ "minecraft:blue_shulker_box": {
+ "defaultstate": "minecraft:blue_shulker_box[facing=up]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:blue_stained_glass": {
+ "defaultstate": "minecraft:blue_stained_glass",
+ "properties": {}
+ },
+ "minecraft:blue_stained_glass_pane": {
+ "defaultstate": "minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:blue_terracotta": {
+ "defaultstate": "minecraft:blue_terracotta",
+ "properties": {}
+ },
+ "minecraft:blue_wall_banner": {
+ "defaultstate": "minecraft:blue_wall_banner[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:blue_wool": {
+ "defaultstate": "minecraft:blue_wool",
+ "properties": {}
+ },
+ "minecraft:bone_block": {
+ "defaultstate": "minecraft:bone_block[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:bookshelf": {
+ "defaultstate": "minecraft:bookshelf",
+ "properties": {}
+ },
+ "minecraft:brain_coral": {
+ "defaultstate": "minecraft:brain_coral[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:brain_coral_block": {
+ "defaultstate": "minecraft:brain_coral_block",
+ "properties": {}
+ },
+ "minecraft:brain_coral_fan": {
+ "defaultstate": "minecraft:brain_coral_fan[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:brain_coral_wall_fan": {
+ "defaultstate": "minecraft:brain_coral_wall_fan[facing=north,waterlogged=true]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:brewing_stand": {
+ "defaultstate": "minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false]",
+ "properties": {
+ "has_bottle_0": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "has_bottle_1": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "has_bottle_2": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:brick_slab": {
+ "defaultstate": "minecraft:brick_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:brick_stairs": {
+ "defaultstate": "minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:brick_wall": {
+ "defaultstate": "minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:bricks": {
+ "defaultstate": "minecraft:bricks",
+ "properties": {}
+ },
+ "minecraft:brown_banner": {
+ "defaultstate": "minecraft:brown_banner[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:brown_bed": {
+ "defaultstate": "minecraft:brown_bed[facing=north,occupied=false,part=foot]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "occupied": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "part": {
+ "type": "enum",
+ "values": [
+ "head",
+ "foot"
+ ]
+ }
+ }
+ },
+ "minecraft:brown_carpet": {
+ "defaultstate": "minecraft:brown_carpet",
+ "properties": {}
+ },
+ "minecraft:brown_concrete": {
+ "defaultstate": "minecraft:brown_concrete",
+ "properties": {}
+ },
+ "minecraft:brown_concrete_powder": {
+ "defaultstate": "minecraft:brown_concrete_powder",
+ "properties": {}
+ },
+ "minecraft:brown_glazed_terracotta": {
+ "defaultstate": "minecraft:brown_glazed_terracotta[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:brown_mushroom": {
+ "defaultstate": "minecraft:brown_mushroom",
+ "properties": {}
+ },
+ "minecraft:brown_mushroom_block": {
+ "defaultstate": "minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]",
+ "properties": {
+ "down": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:brown_shulker_box": {
+ "defaultstate": "minecraft:brown_shulker_box[facing=up]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:brown_stained_glass": {
+ "defaultstate": "minecraft:brown_stained_glass",
+ "properties": {}
+ },
+ "minecraft:brown_stained_glass_pane": {
+ "defaultstate": "minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:brown_terracotta": {
+ "defaultstate": "minecraft:brown_terracotta",
+ "properties": {}
+ },
+ "minecraft:brown_wall_banner": {
+ "defaultstate": "minecraft:brown_wall_banner[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:brown_wool": {
+ "defaultstate": "minecraft:brown_wool",
+ "properties": {}
+ },
+ "minecraft:bubble_column": {
+ "defaultstate": "minecraft:bubble_column[drag=true]",
+ "properties": {
+ "drag": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:bubble_coral": {
+ "defaultstate": "minecraft:bubble_coral[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:bubble_coral_block": {
+ "defaultstate": "minecraft:bubble_coral_block",
+ "properties": {}
+ },
+ "minecraft:bubble_coral_fan": {
+ "defaultstate": "minecraft:bubble_coral_fan[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:bubble_coral_wall_fan": {
+ "defaultstate": "minecraft:bubble_coral_wall_fan[facing=north,waterlogged=true]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:cactus": {
+ "defaultstate": "minecraft:cactus[age=0]",
+ "properties": {
+ "age": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:cake": {
+ "defaultstate": "minecraft:cake[bites=0]",
+ "properties": {
+ "bites": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6"
+ ]
+ }
+ }
+ },
+ "minecraft:campfire": {
+ "defaultstate": "minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "signal_fire": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:carrots": {
+ "defaultstate": "minecraft:carrots[age=0]",
+ "properties": {
+ "age": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ]
+ }
+ }
+ },
+ "minecraft:cartography_table": {
+ "defaultstate": "minecraft:cartography_table",
+ "properties": {}
+ },
+ "minecraft:carved_pumpkin": {
+ "defaultstate": "minecraft:carved_pumpkin[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:cauldron": {
+ "defaultstate": "minecraft:cauldron[level=0]",
+ "properties": {
+ "level": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ]
+ }
+ }
+ },
+ "minecraft:cave_air": {
+ "defaultstate": "minecraft:cave_air",
+ "properties": {}
+ },
+ "minecraft:chain": {
+ "defaultstate": "minecraft:chain[axis=y,waterlogged=false]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:chain_command_block": {
+ "defaultstate": "minecraft:chain_command_block[conditional=false,facing=north]",
+ "properties": {
+ "conditional": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:chest": {
+ "defaultstate": "minecraft:chest[facing=north,type=single,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "type": {
+ "type": "enum",
+ "values": [
+ "single",
+ "left",
+ "right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:chipped_anvil": {
+ "defaultstate": "minecraft:chipped_anvil[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:chiseled_nether_bricks": {
+ "defaultstate": "minecraft:chiseled_nether_bricks",
+ "properties": {}
+ },
+ "minecraft:chiseled_polished_blackstone": {
+ "defaultstate": "minecraft:chiseled_polished_blackstone",
+ "properties": {}
+ },
+ "minecraft:chiseled_quartz_block": {
+ "defaultstate": "minecraft:chiseled_quartz_block",
+ "properties": {}
+ },
+ "minecraft:chiseled_red_sandstone": {
+ "defaultstate": "minecraft:chiseled_red_sandstone",
+ "properties": {}
+ },
+ "minecraft:chiseled_sandstone": {
+ "defaultstate": "minecraft:chiseled_sandstone",
+ "properties": {}
+ },
+ "minecraft:chiseled_stone_bricks": {
+ "defaultstate": "minecraft:chiseled_stone_bricks",
+ "properties": {}
+ },
+ "minecraft:chorus_flower": {
+ "defaultstate": "minecraft:chorus_flower[age=0]",
+ "properties": {
+ "age": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5"
+ ]
+ }
+ }
+ },
+ "minecraft:chorus_plant": {
+ "defaultstate": "minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false]",
+ "properties": {
+ "down": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:clay": {
+ "defaultstate": "minecraft:clay",
+ "properties": {}
+ },
+ "minecraft:coal_block": {
+ "defaultstate": "minecraft:coal_block",
+ "properties": {}
+ },
+ "minecraft:coal_ore": {
+ "defaultstate": "minecraft:coal_ore",
+ "properties": {}
+ },
+ "minecraft:coarse_dirt": {
+ "defaultstate": "minecraft:coarse_dirt",
+ "properties": {}
+ },
+ "minecraft:cobblestone": {
+ "defaultstate": "minecraft:cobblestone",
+ "properties": {}
+ },
+ "minecraft:cobblestone_slab": {
+ "defaultstate": "minecraft:cobblestone_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:cobblestone_stairs": {
+ "defaultstate": "minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:cobblestone_wall": {
+ "defaultstate": "minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:cobweb": {
+ "defaultstate": "minecraft:cobweb",
+ "properties": {}
+ },
+ "minecraft:cocoa": {
+ "defaultstate": "minecraft:cocoa[age=0,facing=north]",
+ "properties": {
+ "age": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:command_block": {
+ "defaultstate": "minecraft:command_block[conditional=false,facing=north]",
+ "properties": {
+ "conditional": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:comparator": {
+ "defaultstate": "minecraft:comparator[facing=north,mode=compare,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "mode": {
+ "type": "enum",
+ "values": [
+ "compare",
+ "subtract"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:composter": {
+ "defaultstate": "minecraft:composter[level=0]",
+ "properties": {
+ "level": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8"
+ ]
+ }
+ }
+ },
+ "minecraft:conduit": {
+ "defaultstate": "minecraft:conduit[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:cornflower": {
+ "defaultstate": "minecraft:cornflower",
+ "properties": {}
+ },
+ "minecraft:cracked_nether_bricks": {
+ "defaultstate": "minecraft:cracked_nether_bricks",
+ "properties": {}
+ },
+ "minecraft:cracked_polished_blackstone_bricks": {
+ "defaultstate": "minecraft:cracked_polished_blackstone_bricks",
+ "properties": {}
+ },
+ "minecraft:cracked_stone_bricks": {
+ "defaultstate": "minecraft:cracked_stone_bricks",
+ "properties": {}
+ },
+ "minecraft:crafting_table": {
+ "defaultstate": "minecraft:crafting_table",
+ "properties": {}
+ },
+ "minecraft:creeper_head": {
+ "defaultstate": "minecraft:creeper_head[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:creeper_wall_head": {
+ "defaultstate": "minecraft:creeper_wall_head[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:crimson_button": {
+ "defaultstate": "minecraft:crimson_button[face=wall,facing=north,powered=false]",
+ "properties": {
+ "face": {
+ "type": "enum",
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:crimson_door": {
+ "defaultstate": "minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "upper",
+ "lower"
+ ]
+ },
+ "hinge": {
+ "type": "enum",
+ "values": [
+ "left",
+ "right"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:crimson_fence": {
+ "defaultstate": "minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:crimson_fence_gate": {
+ "defaultstate": "minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "in_wall": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:crimson_fungus": {
+ "defaultstate": "minecraft:crimson_fungus",
+ "properties": {}
+ },
+ "minecraft:crimson_hyphae": {
+ "defaultstate": "minecraft:crimson_hyphae[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:crimson_nylium": {
+ "defaultstate": "minecraft:crimson_nylium",
+ "properties": {}
+ },
+ "minecraft:crimson_planks": {
+ "defaultstate": "minecraft:crimson_planks",
+ "properties": {}
+ },
+ "minecraft:crimson_pressure_plate": {
+ "defaultstate": "minecraft:crimson_pressure_plate[powered=false]",
+ "properties": {
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:crimson_roots": {
+ "defaultstate": "minecraft:crimson_roots",
+ "properties": {}
+ },
+ "minecraft:crimson_sign": {
+ "defaultstate": "minecraft:crimson_sign[rotation=0,waterlogged=false]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:crimson_slab": {
+ "defaultstate": "minecraft:crimson_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:crimson_stairs": {
+ "defaultstate": "minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:crimson_stem": {
+ "defaultstate": "minecraft:crimson_stem[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:crimson_trapdoor": {
+ "defaultstate": "minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:crimson_wall_sign": {
+ "defaultstate": "minecraft:crimson_wall_sign[facing=north,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:crying_obsidian": {
+ "defaultstate": "minecraft:crying_obsidian",
+ "properties": {}
+ },
+ "minecraft:cut_red_sandstone": {
+ "defaultstate": "minecraft:cut_red_sandstone",
+ "properties": {}
+ },
+ "minecraft:cut_red_sandstone_slab": {
+ "defaultstate": "minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:cut_sandstone": {
+ "defaultstate": "minecraft:cut_sandstone",
+ "properties": {}
+ },
+ "minecraft:cut_sandstone_slab": {
+ "defaultstate": "minecraft:cut_sandstone_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:cyan_banner": {
+ "defaultstate": "minecraft:cyan_banner[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:cyan_bed": {
+ "defaultstate": "minecraft:cyan_bed[facing=north,occupied=false,part=foot]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "occupied": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "part": {
+ "type": "enum",
+ "values": [
+ "head",
+ "foot"
+ ]
+ }
+ }
+ },
+ "minecraft:cyan_carpet": {
+ "defaultstate": "minecraft:cyan_carpet",
+ "properties": {}
+ },
+ "minecraft:cyan_concrete": {
+ "defaultstate": "minecraft:cyan_concrete",
+ "properties": {}
+ },
+ "minecraft:cyan_concrete_powder": {
+ "defaultstate": "minecraft:cyan_concrete_powder",
+ "properties": {}
+ },
+ "minecraft:cyan_glazed_terracotta": {
+ "defaultstate": "minecraft:cyan_glazed_terracotta[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:cyan_shulker_box": {
+ "defaultstate": "minecraft:cyan_shulker_box[facing=up]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:cyan_stained_glass": {
+ "defaultstate": "minecraft:cyan_stained_glass",
+ "properties": {}
+ },
+ "minecraft:cyan_stained_glass_pane": {
+ "defaultstate": "minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:cyan_terracotta": {
+ "defaultstate": "minecraft:cyan_terracotta",
+ "properties": {}
+ },
+ "minecraft:cyan_wall_banner": {
+ "defaultstate": "minecraft:cyan_wall_banner[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:cyan_wool": {
+ "defaultstate": "minecraft:cyan_wool",
+ "properties": {}
+ },
+ "minecraft:damaged_anvil": {
+ "defaultstate": "minecraft:damaged_anvil[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:dandelion": {
+ "defaultstate": "minecraft:dandelion",
+ "properties": {}
+ },
+ "minecraft:dark_oak_button": {
+ "defaultstate": "minecraft:dark_oak_button[face=wall,facing=north,powered=false]",
+ "properties": {
+ "face": {
+ "type": "enum",
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dark_oak_door": {
+ "defaultstate": "minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "upper",
+ "lower"
+ ]
+ },
+ "hinge": {
+ "type": "enum",
+ "values": [
+ "left",
+ "right"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dark_oak_fence": {
+ "defaultstate": "minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dark_oak_fence_gate": {
+ "defaultstate": "minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "in_wall": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dark_oak_leaves": {
+ "defaultstate": "minecraft:dark_oak_leaves[distance=7,persistent=false]",
+ "properties": {
+ "distance": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ]
+ },
+ "persistent": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dark_oak_log": {
+ "defaultstate": "minecraft:dark_oak_log[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:dark_oak_planks": {
+ "defaultstate": "minecraft:dark_oak_planks",
+ "properties": {}
+ },
+ "minecraft:dark_oak_pressure_plate": {
+ "defaultstate": "minecraft:dark_oak_pressure_plate[powered=false]",
+ "properties": {
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dark_oak_sapling": {
+ "defaultstate": "minecraft:dark_oak_sapling[stage=0]",
+ "properties": {
+ "stage": {
+ "type": "int",
+ "values": [
+ "0",
+ "1"
+ ]
+ }
+ }
+ },
+ "minecraft:dark_oak_sign": {
+ "defaultstate": "minecraft:dark_oak_sign[rotation=0,waterlogged=false]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dark_oak_slab": {
+ "defaultstate": "minecraft:dark_oak_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dark_oak_stairs": {
+ "defaultstate": "minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dark_oak_trapdoor": {
+ "defaultstate": "minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dark_oak_wall_sign": {
+ "defaultstate": "minecraft:dark_oak_wall_sign[facing=north,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dark_oak_wood": {
+ "defaultstate": "minecraft:dark_oak_wood[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:dark_prismarine": {
+ "defaultstate": "minecraft:dark_prismarine",
+ "properties": {}
+ },
+ "minecraft:dark_prismarine_slab": {
+ "defaultstate": "minecraft:dark_prismarine_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dark_prismarine_stairs": {
+ "defaultstate": "minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:daylight_detector": {
+ "defaultstate": "minecraft:daylight_detector[inverted=false,power=0]",
+ "properties": {
+ "inverted": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "power": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:dead_brain_coral": {
+ "defaultstate": "minecraft:dead_brain_coral[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dead_brain_coral_block": {
+ "defaultstate": "minecraft:dead_brain_coral_block",
+ "properties": {}
+ },
+ "minecraft:dead_brain_coral_fan": {
+ "defaultstate": "minecraft:dead_brain_coral_fan[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dead_brain_coral_wall_fan": {
+ "defaultstate": "minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=true]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dead_bubble_coral": {
+ "defaultstate": "minecraft:dead_bubble_coral[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dead_bubble_coral_block": {
+ "defaultstate": "minecraft:dead_bubble_coral_block",
+ "properties": {}
+ },
+ "minecraft:dead_bubble_coral_fan": {
+ "defaultstate": "minecraft:dead_bubble_coral_fan[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dead_bubble_coral_wall_fan": {
+ "defaultstate": "minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=true]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dead_bush": {
+ "defaultstate": "minecraft:dead_bush",
+ "properties": {}
+ },
+ "minecraft:dead_fire_coral": {
+ "defaultstate": "minecraft:dead_fire_coral[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dead_fire_coral_block": {
+ "defaultstate": "minecraft:dead_fire_coral_block",
+ "properties": {}
+ },
+ "minecraft:dead_fire_coral_fan": {
+ "defaultstate": "minecraft:dead_fire_coral_fan[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dead_fire_coral_wall_fan": {
+ "defaultstate": "minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=true]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dead_horn_coral": {
+ "defaultstate": "minecraft:dead_horn_coral[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dead_horn_coral_block": {
+ "defaultstate": "minecraft:dead_horn_coral_block",
+ "properties": {}
+ },
+ "minecraft:dead_horn_coral_fan": {
+ "defaultstate": "minecraft:dead_horn_coral_fan[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dead_horn_coral_wall_fan": {
+ "defaultstate": "minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=true]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dead_tube_coral": {
+ "defaultstate": "minecraft:dead_tube_coral[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dead_tube_coral_block": {
+ "defaultstate": "minecraft:dead_tube_coral_block",
+ "properties": {}
+ },
+ "minecraft:dead_tube_coral_fan": {
+ "defaultstate": "minecraft:dead_tube_coral_fan[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dead_tube_coral_wall_fan": {
+ "defaultstate": "minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=true]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:detector_rail": {
+ "defaultstate": "minecraft:detector_rail[powered=false,shape=north_south]",
+ "properties": {
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "north_south",
+ "east_west",
+ "ascending_east",
+ "ascending_west",
+ "ascending_north",
+ "ascending_south"
+ ]
+ }
+ }
+ },
+ "minecraft:diamond_block": {
+ "defaultstate": "minecraft:diamond_block",
+ "properties": {}
+ },
+ "minecraft:diamond_ore": {
+ "defaultstate": "minecraft:diamond_ore",
+ "properties": {}
+ },
+ "minecraft:diorite": {
+ "defaultstate": "minecraft:diorite",
+ "properties": {}
+ },
+ "minecraft:diorite_slab": {
+ "defaultstate": "minecraft:diorite_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:diorite_stairs": {
+ "defaultstate": "minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:diorite_wall": {
+ "defaultstate": "minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:dirt": {
+ "defaultstate": "minecraft:dirt",
+ "properties": {}
+ },
+ "minecraft:dispenser": {
+ "defaultstate": "minecraft:dispenser[facing=north,triggered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ },
+ "triggered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dragon_egg": {
+ "defaultstate": "minecraft:dragon_egg",
+ "properties": {}
+ },
+ "minecraft:dragon_head": {
+ "defaultstate": "minecraft:dragon_head[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:dragon_wall_head": {
+ "defaultstate": "minecraft:dragon_wall_head[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:dried_kelp_block": {
+ "defaultstate": "minecraft:dried_kelp_block",
+ "properties": {}
+ },
+ "minecraft:dropper": {
+ "defaultstate": "minecraft:dropper[facing=north,triggered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ },
+ "triggered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:emerald_block": {
+ "defaultstate": "minecraft:emerald_block",
+ "properties": {}
+ },
+ "minecraft:emerald_ore": {
+ "defaultstate": "minecraft:emerald_ore",
+ "properties": {}
+ },
+ "minecraft:enchanting_table": {
+ "defaultstate": "minecraft:enchanting_table",
+ "properties": {}
+ },
+ "minecraft:end_gateway": {
+ "defaultstate": "minecraft:end_gateway",
+ "properties": {}
+ },
+ "minecraft:end_portal": {
+ "defaultstate": "minecraft:end_portal",
+ "properties": {}
+ },
+ "minecraft:end_portal_frame": {
+ "defaultstate": "minecraft:end_portal_frame[eye=false,facing=north]",
+ "properties": {
+ "eye": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:end_rod": {
+ "defaultstate": "minecraft:end_rod[facing=up]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:end_stone": {
+ "defaultstate": "minecraft:end_stone",
+ "properties": {}
+ },
+ "minecraft:end_stone_brick_slab": {
+ "defaultstate": "minecraft:end_stone_brick_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:end_stone_brick_stairs": {
+ "defaultstate": "minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:end_stone_brick_wall": {
+ "defaultstate": "minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:end_stone_bricks": {
+ "defaultstate": "minecraft:end_stone_bricks",
+ "properties": {}
+ },
+ "minecraft:ender_chest": {
+ "defaultstate": "minecraft:ender_chest[facing=north,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:farmland": {
+ "defaultstate": "minecraft:farmland[moisture=0]",
+ "properties": {
+ "moisture": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ]
+ }
+ }
+ },
+ "minecraft:fern": {
+ "defaultstate": "minecraft:fern",
+ "properties": {}
+ },
+ "minecraft:fire": {
+ "defaultstate": "minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false]",
+ "properties": {
+ "age": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ },
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:fire_coral": {
+ "defaultstate": "minecraft:fire_coral[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:fire_coral_block": {
+ "defaultstate": "minecraft:fire_coral_block",
+ "properties": {}
+ },
+ "minecraft:fire_coral_fan": {
+ "defaultstate": "minecraft:fire_coral_fan[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:fire_coral_wall_fan": {
+ "defaultstate": "minecraft:fire_coral_wall_fan[facing=north,waterlogged=true]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:fletching_table": {
+ "defaultstate": "minecraft:fletching_table",
+ "properties": {}
+ },
+ "minecraft:flower_pot": {
+ "defaultstate": "minecraft:flower_pot",
+ "properties": {}
+ },
+ "minecraft:frosted_ice": {
+ "defaultstate": "minecraft:frosted_ice[age=0]",
+ "properties": {
+ "age": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ]
+ }
+ }
+ },
+ "minecraft:furnace": {
+ "defaultstate": "minecraft:furnace[facing=north,lit=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:gilded_blackstone": {
+ "defaultstate": "minecraft:gilded_blackstone",
+ "properties": {}
+ },
+ "minecraft:glass": {
+ "defaultstate": "minecraft:glass",
+ "properties": {}
+ },
+ "minecraft:glass_pane": {
+ "defaultstate": "minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:glowstone": {
+ "defaultstate": "minecraft:glowstone",
+ "properties": {}
+ },
+ "minecraft:gold_block": {
+ "defaultstate": "minecraft:gold_block",
+ "properties": {}
+ },
+ "minecraft:gold_ore": {
+ "defaultstate": "minecraft:gold_ore",
+ "properties": {}
+ },
+ "minecraft:granite": {
+ "defaultstate": "minecraft:granite",
+ "properties": {}
+ },
+ "minecraft:granite_slab": {
+ "defaultstate": "minecraft:granite_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:granite_stairs": {
+ "defaultstate": "minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:granite_wall": {
+ "defaultstate": "minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:grass": {
+ "defaultstate": "minecraft:grass",
+ "properties": {}
+ },
+ "minecraft:grass_block": {
+ "defaultstate": "minecraft:grass_block[snowy=false]",
+ "properties": {
+ "snowy": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:grass_path": {
+ "defaultstate": "minecraft:grass_path",
+ "properties": {}
+ },
+ "minecraft:gravel": {
+ "defaultstate": "minecraft:gravel",
+ "properties": {}
+ },
+ "minecraft:gray_banner": {
+ "defaultstate": "minecraft:gray_banner[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:gray_bed": {
+ "defaultstate": "minecraft:gray_bed[facing=north,occupied=false,part=foot]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "occupied": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "part": {
+ "type": "enum",
+ "values": [
+ "head",
+ "foot"
+ ]
+ }
+ }
+ },
+ "minecraft:gray_carpet": {
+ "defaultstate": "minecraft:gray_carpet",
+ "properties": {}
+ },
+ "minecraft:gray_concrete": {
+ "defaultstate": "minecraft:gray_concrete",
+ "properties": {}
+ },
+ "minecraft:gray_concrete_powder": {
+ "defaultstate": "minecraft:gray_concrete_powder",
+ "properties": {}
+ },
+ "minecraft:gray_glazed_terracotta": {
+ "defaultstate": "minecraft:gray_glazed_terracotta[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:gray_shulker_box": {
+ "defaultstate": "minecraft:gray_shulker_box[facing=up]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:gray_stained_glass": {
+ "defaultstate": "minecraft:gray_stained_glass",
+ "properties": {}
+ },
+ "minecraft:gray_stained_glass_pane": {
+ "defaultstate": "minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:gray_terracotta": {
+ "defaultstate": "minecraft:gray_terracotta",
+ "properties": {}
+ },
+ "minecraft:gray_wall_banner": {
+ "defaultstate": "minecraft:gray_wall_banner[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:gray_wool": {
+ "defaultstate": "minecraft:gray_wool",
+ "properties": {}
+ },
+ "minecraft:green_banner": {
+ "defaultstate": "minecraft:green_banner[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:green_bed": {
+ "defaultstate": "minecraft:green_bed[facing=north,occupied=false,part=foot]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "occupied": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "part": {
+ "type": "enum",
+ "values": [
+ "head",
+ "foot"
+ ]
+ }
+ }
+ },
+ "minecraft:green_carpet": {
+ "defaultstate": "minecraft:green_carpet",
+ "properties": {}
+ },
+ "minecraft:green_concrete": {
+ "defaultstate": "minecraft:green_concrete",
+ "properties": {}
+ },
+ "minecraft:green_concrete_powder": {
+ "defaultstate": "minecraft:green_concrete_powder",
+ "properties": {}
+ },
+ "minecraft:green_glazed_terracotta": {
+ "defaultstate": "minecraft:green_glazed_terracotta[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:green_shulker_box": {
+ "defaultstate": "minecraft:green_shulker_box[facing=up]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:green_stained_glass": {
+ "defaultstate": "minecraft:green_stained_glass",
+ "properties": {}
+ },
+ "minecraft:green_stained_glass_pane": {
+ "defaultstate": "minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:green_terracotta": {
+ "defaultstate": "minecraft:green_terracotta",
+ "properties": {}
+ },
+ "minecraft:green_wall_banner": {
+ "defaultstate": "minecraft:green_wall_banner[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:green_wool": {
+ "defaultstate": "minecraft:green_wool",
+ "properties": {}
+ },
+ "minecraft:grindstone": {
+ "defaultstate": "minecraft:grindstone[face=wall,facing=north]",
+ "properties": {
+ "face": {
+ "type": "enum",
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:hay_block": {
+ "defaultstate": "minecraft:hay_block[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:heavy_weighted_pressure_plate": {
+ "defaultstate": "minecraft:heavy_weighted_pressure_plate[power=0]",
+ "properties": {
+ "power": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:honey_block": {
+ "defaultstate": "minecraft:honey_block",
+ "properties": {}
+ },
+ "minecraft:honeycomb_block": {
+ "defaultstate": "minecraft:honeycomb_block",
+ "properties": {}
+ },
+ "minecraft:hopper": {
+ "defaultstate": "minecraft:hopper[enabled=true,facing=down]",
+ "properties": {
+ "enabled": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "down",
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:horn_coral": {
+ "defaultstate": "minecraft:horn_coral[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:horn_coral_block": {
+ "defaultstate": "minecraft:horn_coral_block",
+ "properties": {}
+ },
+ "minecraft:horn_coral_fan": {
+ "defaultstate": "minecraft:horn_coral_fan[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:horn_coral_wall_fan": {
+ "defaultstate": "minecraft:horn_coral_wall_fan[facing=north,waterlogged=true]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:ice": {
+ "defaultstate": "minecraft:ice",
+ "properties": {}
+ },
+ "minecraft:infested_chiseled_stone_bricks": {
+ "defaultstate": "minecraft:infested_chiseled_stone_bricks",
+ "properties": {}
+ },
+ "minecraft:infested_cobblestone": {
+ "defaultstate": "minecraft:infested_cobblestone",
+ "properties": {}
+ },
+ "minecraft:infested_cracked_stone_bricks": {
+ "defaultstate": "minecraft:infested_cracked_stone_bricks",
+ "properties": {}
+ },
+ "minecraft:infested_mossy_stone_bricks": {
+ "defaultstate": "minecraft:infested_mossy_stone_bricks",
+ "properties": {}
+ },
+ "minecraft:infested_stone": {
+ "defaultstate": "minecraft:infested_stone",
+ "properties": {}
+ },
+ "minecraft:infested_stone_bricks": {
+ "defaultstate": "minecraft:infested_stone_bricks",
+ "properties": {}
+ },
+ "minecraft:iron_bars": {
+ "defaultstate": "minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:iron_block": {
+ "defaultstate": "minecraft:iron_block",
+ "properties": {}
+ },
+ "minecraft:iron_door": {
+ "defaultstate": "minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "upper",
+ "lower"
+ ]
+ },
+ "hinge": {
+ "type": "enum",
+ "values": [
+ "left",
+ "right"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:iron_ore": {
+ "defaultstate": "minecraft:iron_ore",
+ "properties": {}
+ },
+ "minecraft:iron_trapdoor": {
+ "defaultstate": "minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:jack_o_lantern": {
+ "defaultstate": "minecraft:jack_o_lantern[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:jigsaw": {
+ "defaultstate": "minecraft:jigsaw[orientation=north_up]",
+ "properties": {
+ "orientation": {
+ "type": "enum",
+ "values": [
+ "down_east",
+ "down_north",
+ "down_south",
+ "down_west",
+ "up_east",
+ "up_north",
+ "up_south",
+ "up_west",
+ "west_up",
+ "east_up",
+ "north_up",
+ "south_up"
+ ]
+ }
+ }
+ },
+ "minecraft:jukebox": {
+ "defaultstate": "minecraft:jukebox[has_record=false]",
+ "properties": {
+ "has_record": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:jungle_button": {
+ "defaultstate": "minecraft:jungle_button[face=wall,facing=north,powered=false]",
+ "properties": {
+ "face": {
+ "type": "enum",
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:jungle_door": {
+ "defaultstate": "minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "upper",
+ "lower"
+ ]
+ },
+ "hinge": {
+ "type": "enum",
+ "values": [
+ "left",
+ "right"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:jungle_fence": {
+ "defaultstate": "minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:jungle_fence_gate": {
+ "defaultstate": "minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "in_wall": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:jungle_leaves": {
+ "defaultstate": "minecraft:jungle_leaves[distance=7,persistent=false]",
+ "properties": {
+ "distance": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ]
+ },
+ "persistent": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:jungle_log": {
+ "defaultstate": "minecraft:jungle_log[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:jungle_planks": {
+ "defaultstate": "minecraft:jungle_planks",
+ "properties": {}
+ },
+ "minecraft:jungle_pressure_plate": {
+ "defaultstate": "minecraft:jungle_pressure_plate[powered=false]",
+ "properties": {
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:jungle_sapling": {
+ "defaultstate": "minecraft:jungle_sapling[stage=0]",
+ "properties": {
+ "stage": {
+ "type": "int",
+ "values": [
+ "0",
+ "1"
+ ]
+ }
+ }
+ },
+ "minecraft:jungle_sign": {
+ "defaultstate": "minecraft:jungle_sign[rotation=0,waterlogged=false]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:jungle_slab": {
+ "defaultstate": "minecraft:jungle_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:jungle_stairs": {
+ "defaultstate": "minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:jungle_trapdoor": {
+ "defaultstate": "minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:jungle_wall_sign": {
+ "defaultstate": "minecraft:jungle_wall_sign[facing=north,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:jungle_wood": {
+ "defaultstate": "minecraft:jungle_wood[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:kelp": {
+ "defaultstate": "minecraft:kelp[age=0]",
+ "properties": {
+ "age": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15",
+ "16",
+ "17",
+ "18",
+ "19",
+ "20",
+ "21",
+ "22",
+ "23",
+ "24",
+ "25"
+ ]
+ }
+ }
+ },
+ "minecraft:kelp_plant": {
+ "defaultstate": "minecraft:kelp_plant",
+ "properties": {}
+ },
+ "minecraft:ladder": {
+ "defaultstate": "minecraft:ladder[facing=north,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:lantern": {
+ "defaultstate": "minecraft:lantern[hanging=false,waterlogged=false]",
+ "properties": {
+ "hanging": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:lapis_block": {
+ "defaultstate": "minecraft:lapis_block",
+ "properties": {}
+ },
+ "minecraft:lapis_ore": {
+ "defaultstate": "minecraft:lapis_ore",
+ "properties": {}
+ },
+ "minecraft:large_fern": {
+ "defaultstate": "minecraft:large_fern[half=lower]",
+ "properties": {
+ "half": {
+ "type": "enum",
+ "values": [
+ "upper",
+ "lower"
+ ]
+ }
+ }
+ },
+ "minecraft:lava": {
+ "defaultstate": "minecraft:lava[level=0]",
+ "properties": {
+ "level": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:lectern": {
+ "defaultstate": "minecraft:lectern[facing=north,has_book=false,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "has_book": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:lever": {
+ "defaultstate": "minecraft:lever[face=wall,facing=north,powered=false]",
+ "properties": {
+ "face": {
+ "type": "enum",
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:light_blue_banner": {
+ "defaultstate": "minecraft:light_blue_banner[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:light_blue_bed": {
+ "defaultstate": "minecraft:light_blue_bed[facing=north,occupied=false,part=foot]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "occupied": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "part": {
+ "type": "enum",
+ "values": [
+ "head",
+ "foot"
+ ]
+ }
+ }
+ },
+ "minecraft:light_blue_carpet": {
+ "defaultstate": "minecraft:light_blue_carpet",
+ "properties": {}
+ },
+ "minecraft:light_blue_concrete": {
+ "defaultstate": "minecraft:light_blue_concrete",
+ "properties": {}
+ },
+ "minecraft:light_blue_concrete_powder": {
+ "defaultstate": "minecraft:light_blue_concrete_powder",
+ "properties": {}
+ },
+ "minecraft:light_blue_glazed_terracotta": {
+ "defaultstate": "minecraft:light_blue_glazed_terracotta[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:light_blue_shulker_box": {
+ "defaultstate": "minecraft:light_blue_shulker_box[facing=up]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:light_blue_stained_glass": {
+ "defaultstate": "minecraft:light_blue_stained_glass",
+ "properties": {}
+ },
+ "minecraft:light_blue_stained_glass_pane": {
+ "defaultstate": "minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:light_blue_terracotta": {
+ "defaultstate": "minecraft:light_blue_terracotta",
+ "properties": {}
+ },
+ "minecraft:light_blue_wall_banner": {
+ "defaultstate": "minecraft:light_blue_wall_banner[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:light_blue_wool": {
+ "defaultstate": "minecraft:light_blue_wool",
+ "properties": {}
+ },
+ "minecraft:light_gray_banner": {
+ "defaultstate": "minecraft:light_gray_banner[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:light_gray_bed": {
+ "defaultstate": "minecraft:light_gray_bed[facing=north,occupied=false,part=foot]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "occupied": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "part": {
+ "type": "enum",
+ "values": [
+ "head",
+ "foot"
+ ]
+ }
+ }
+ },
+ "minecraft:light_gray_carpet": {
+ "defaultstate": "minecraft:light_gray_carpet",
+ "properties": {}
+ },
+ "minecraft:light_gray_concrete": {
+ "defaultstate": "minecraft:light_gray_concrete",
+ "properties": {}
+ },
+ "minecraft:light_gray_concrete_powder": {
+ "defaultstate": "minecraft:light_gray_concrete_powder",
+ "properties": {}
+ },
+ "minecraft:light_gray_glazed_terracotta": {
+ "defaultstate": "minecraft:light_gray_glazed_terracotta[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:light_gray_shulker_box": {
+ "defaultstate": "minecraft:light_gray_shulker_box[facing=up]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:light_gray_stained_glass": {
+ "defaultstate": "minecraft:light_gray_stained_glass",
+ "properties": {}
+ },
+ "minecraft:light_gray_stained_glass_pane": {
+ "defaultstate": "minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:light_gray_terracotta": {
+ "defaultstate": "minecraft:light_gray_terracotta",
+ "properties": {}
+ },
+ "minecraft:light_gray_wall_banner": {
+ "defaultstate": "minecraft:light_gray_wall_banner[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:light_gray_wool": {
+ "defaultstate": "minecraft:light_gray_wool",
+ "properties": {}
+ },
+ "minecraft:light_weighted_pressure_plate": {
+ "defaultstate": "minecraft:light_weighted_pressure_plate[power=0]",
+ "properties": {
+ "power": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:lilac": {
+ "defaultstate": "minecraft:lilac[half=lower]",
+ "properties": {
+ "half": {
+ "type": "enum",
+ "values": [
+ "upper",
+ "lower"
+ ]
+ }
+ }
+ },
+ "minecraft:lily_of_the_valley": {
+ "defaultstate": "minecraft:lily_of_the_valley",
+ "properties": {}
+ },
+ "minecraft:lily_pad": {
+ "defaultstate": "minecraft:lily_pad",
+ "properties": {}
+ },
+ "minecraft:lime_banner": {
+ "defaultstate": "minecraft:lime_banner[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:lime_bed": {
+ "defaultstate": "minecraft:lime_bed[facing=north,occupied=false,part=foot]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "occupied": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "part": {
+ "type": "enum",
+ "values": [
+ "head",
+ "foot"
+ ]
+ }
+ }
+ },
+ "minecraft:lime_carpet": {
+ "defaultstate": "minecraft:lime_carpet",
+ "properties": {}
+ },
+ "minecraft:lime_concrete": {
+ "defaultstate": "minecraft:lime_concrete",
+ "properties": {}
+ },
+ "minecraft:lime_concrete_powder": {
+ "defaultstate": "minecraft:lime_concrete_powder",
+ "properties": {}
+ },
+ "minecraft:lime_glazed_terracotta": {
+ "defaultstate": "minecraft:lime_glazed_terracotta[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:lime_shulker_box": {
+ "defaultstate": "minecraft:lime_shulker_box[facing=up]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:lime_stained_glass": {
+ "defaultstate": "minecraft:lime_stained_glass",
+ "properties": {}
+ },
+ "minecraft:lime_stained_glass_pane": {
+ "defaultstate": "minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:lime_terracotta": {
+ "defaultstate": "minecraft:lime_terracotta",
+ "properties": {}
+ },
+ "minecraft:lime_wall_banner": {
+ "defaultstate": "minecraft:lime_wall_banner[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:lime_wool": {
+ "defaultstate": "minecraft:lime_wool",
+ "properties": {}
+ },
+ "minecraft:lodestone": {
+ "defaultstate": "minecraft:lodestone",
+ "properties": {}
+ },
+ "minecraft:loom": {
+ "defaultstate": "minecraft:loom[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:magenta_banner": {
+ "defaultstate": "minecraft:magenta_banner[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:magenta_bed": {
+ "defaultstate": "minecraft:magenta_bed[facing=north,occupied=false,part=foot]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "occupied": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "part": {
+ "type": "enum",
+ "values": [
+ "head",
+ "foot"
+ ]
+ }
+ }
+ },
+ "minecraft:magenta_carpet": {
+ "defaultstate": "minecraft:magenta_carpet",
+ "properties": {}
+ },
+ "minecraft:magenta_concrete": {
+ "defaultstate": "minecraft:magenta_concrete",
+ "properties": {}
+ },
+ "minecraft:magenta_concrete_powder": {
+ "defaultstate": "minecraft:magenta_concrete_powder",
+ "properties": {}
+ },
+ "minecraft:magenta_glazed_terracotta": {
+ "defaultstate": "minecraft:magenta_glazed_terracotta[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:magenta_shulker_box": {
+ "defaultstate": "minecraft:magenta_shulker_box[facing=up]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:magenta_stained_glass": {
+ "defaultstate": "minecraft:magenta_stained_glass",
+ "properties": {}
+ },
+ "minecraft:magenta_stained_glass_pane": {
+ "defaultstate": "minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:magenta_terracotta": {
+ "defaultstate": "minecraft:magenta_terracotta",
+ "properties": {}
+ },
+ "minecraft:magenta_wall_banner": {
+ "defaultstate": "minecraft:magenta_wall_banner[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:magenta_wool": {
+ "defaultstate": "minecraft:magenta_wool",
+ "properties": {}
+ },
+ "minecraft:magma_block": {
+ "defaultstate": "minecraft:magma_block",
+ "properties": {}
+ },
+ "minecraft:melon": {
+ "defaultstate": "minecraft:melon",
+ "properties": {}
+ },
+ "minecraft:melon_stem": {
+ "defaultstate": "minecraft:melon_stem[age=0]",
+ "properties": {
+ "age": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ]
+ }
+ }
+ },
+ "minecraft:mossy_cobblestone": {
+ "defaultstate": "minecraft:mossy_cobblestone",
+ "properties": {}
+ },
+ "minecraft:mossy_cobblestone_slab": {
+ "defaultstate": "minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:mossy_cobblestone_stairs": {
+ "defaultstate": "minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:mossy_cobblestone_wall": {
+ "defaultstate": "minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:mossy_stone_brick_slab": {
+ "defaultstate": "minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:mossy_stone_brick_stairs": {
+ "defaultstate": "minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:mossy_stone_brick_wall": {
+ "defaultstate": "minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:mossy_stone_bricks": {
+ "defaultstate": "minecraft:mossy_stone_bricks",
+ "properties": {}
+ },
+ "minecraft:moving_piston": {
+ "defaultstate": "minecraft:moving_piston[facing=north,type=normal]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ },
+ "type": {
+ "type": "enum",
+ "values": [
+ "normal",
+ "sticky"
+ ]
+ }
+ }
+ },
+ "minecraft:mushroom_stem": {
+ "defaultstate": "minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=true]",
+ "properties": {
+ "down": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:mycelium": {
+ "defaultstate": "minecraft:mycelium[snowy=false]",
+ "properties": {
+ "snowy": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:nether_brick_fence": {
+ "defaultstate": "minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:nether_brick_slab": {
+ "defaultstate": "minecraft:nether_brick_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:nether_brick_stairs": {
+ "defaultstate": "minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:nether_brick_wall": {
+ "defaultstate": "minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:nether_bricks": {
+ "defaultstate": "minecraft:nether_bricks",
+ "properties": {}
+ },
+ "minecraft:nether_gold_ore": {
+ "defaultstate": "minecraft:nether_gold_ore",
+ "properties": {}
+ },
+ "minecraft:nether_portal": {
+ "defaultstate": "minecraft:nether_portal[axis=x]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:nether_quartz_ore": {
+ "defaultstate": "minecraft:nether_quartz_ore",
+ "properties": {}
+ },
+ "minecraft:nether_sprouts": {
+ "defaultstate": "minecraft:nether_sprouts",
+ "properties": {}
+ },
+ "minecraft:nether_wart": {
+ "defaultstate": "minecraft:nether_wart[age=0]",
+ "properties": {
+ "age": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ]
+ }
+ }
+ },
+ "minecraft:nether_wart_block": {
+ "defaultstate": "minecraft:nether_wart_block",
+ "properties": {}
+ },
+ "minecraft:netherite_block": {
+ "defaultstate": "minecraft:netherite_block",
+ "properties": {}
+ },
+ "minecraft:netherrack": {
+ "defaultstate": "minecraft:netherrack",
+ "properties": {}
+ },
+ "minecraft:note_block": {
+ "defaultstate": "minecraft:note_block[instrument=harp,note=0,powered=false]",
+ "properties": {
+ "instrument": {
+ "type": "enum",
+ "values": [
+ "harp",
+ "basedrum",
+ "snare",
+ "hat",
+ "bass",
+ "flute",
+ "bell",
+ "guitar",
+ "chime",
+ "xylophone",
+ "iron_xylophone",
+ "cow_bell",
+ "didgeridoo",
+ "bit",
+ "banjo",
+ "pling"
+ ]
+ },
+ "note": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15",
+ "16",
+ "17",
+ "18",
+ "19",
+ "20",
+ "21",
+ "22",
+ "23",
+ "24"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:oak_button": {
+ "defaultstate": "minecraft:oak_button[face=wall,facing=north,powered=false]",
+ "properties": {
+ "face": {
+ "type": "enum",
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:oak_door": {
+ "defaultstate": "minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "upper",
+ "lower"
+ ]
+ },
+ "hinge": {
+ "type": "enum",
+ "values": [
+ "left",
+ "right"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:oak_fence": {
+ "defaultstate": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:oak_fence_gate": {
+ "defaultstate": "minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "in_wall": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:oak_leaves": {
+ "defaultstate": "minecraft:oak_leaves[distance=7,persistent=false]",
+ "properties": {
+ "distance": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ]
+ },
+ "persistent": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:oak_log": {
+ "defaultstate": "minecraft:oak_log[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:oak_planks": {
+ "defaultstate": "minecraft:oak_planks",
+ "properties": {}
+ },
+ "minecraft:oak_pressure_plate": {
+ "defaultstate": "minecraft:oak_pressure_plate[powered=false]",
+ "properties": {
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:oak_sapling": {
+ "defaultstate": "minecraft:oak_sapling[stage=0]",
+ "properties": {
+ "stage": {
+ "type": "int",
+ "values": [
+ "0",
+ "1"
+ ]
+ }
+ }
+ },
+ "minecraft:oak_sign": {
+ "defaultstate": "minecraft:oak_sign[rotation=0,waterlogged=false]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:oak_slab": {
+ "defaultstate": "minecraft:oak_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:oak_stairs": {
+ "defaultstate": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:oak_trapdoor": {
+ "defaultstate": "minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:oak_wall_sign": {
+ "defaultstate": "minecraft:oak_wall_sign[facing=north,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:oak_wood": {
+ "defaultstate": "minecraft:oak_wood[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:observer": {
+ "defaultstate": "minecraft:observer[facing=south,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:obsidian": {
+ "defaultstate": "minecraft:obsidian",
+ "properties": {}
+ },
+ "minecraft:orange_banner": {
+ "defaultstate": "minecraft:orange_banner[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:orange_bed": {
+ "defaultstate": "minecraft:orange_bed[facing=north,occupied=false,part=foot]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "occupied": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "part": {
+ "type": "enum",
+ "values": [
+ "head",
+ "foot"
+ ]
+ }
+ }
+ },
+ "minecraft:orange_carpet": {
+ "defaultstate": "minecraft:orange_carpet",
+ "properties": {}
+ },
+ "minecraft:orange_concrete": {
+ "defaultstate": "minecraft:orange_concrete",
+ "properties": {}
+ },
+ "minecraft:orange_concrete_powder": {
+ "defaultstate": "minecraft:orange_concrete_powder",
+ "properties": {}
+ },
+ "minecraft:orange_glazed_terracotta": {
+ "defaultstate": "minecraft:orange_glazed_terracotta[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:orange_shulker_box": {
+ "defaultstate": "minecraft:orange_shulker_box[facing=up]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:orange_stained_glass": {
+ "defaultstate": "minecraft:orange_stained_glass",
+ "properties": {}
+ },
+ "minecraft:orange_stained_glass_pane": {
+ "defaultstate": "minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:orange_terracotta": {
+ "defaultstate": "minecraft:orange_terracotta",
+ "properties": {}
+ },
+ "minecraft:orange_tulip": {
+ "defaultstate": "minecraft:orange_tulip",
+ "properties": {}
+ },
+ "minecraft:orange_wall_banner": {
+ "defaultstate": "minecraft:orange_wall_banner[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:orange_wool": {
+ "defaultstate": "minecraft:orange_wool",
+ "properties": {}
+ },
+ "minecraft:oxeye_daisy": {
+ "defaultstate": "minecraft:oxeye_daisy",
+ "properties": {}
+ },
+ "minecraft:packed_ice": {
+ "defaultstate": "minecraft:packed_ice",
+ "properties": {}
+ },
+ "minecraft:peony": {
+ "defaultstate": "minecraft:peony[half=lower]",
+ "properties": {
+ "half": {
+ "type": "enum",
+ "values": [
+ "upper",
+ "lower"
+ ]
+ }
+ }
+ },
+ "minecraft:petrified_oak_slab": {
+ "defaultstate": "minecraft:petrified_oak_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:pink_banner": {
+ "defaultstate": "minecraft:pink_banner[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:pink_bed": {
+ "defaultstate": "minecraft:pink_bed[facing=north,occupied=false,part=foot]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "occupied": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "part": {
+ "type": "enum",
+ "values": [
+ "head",
+ "foot"
+ ]
+ }
+ }
+ },
+ "minecraft:pink_carpet": {
+ "defaultstate": "minecraft:pink_carpet",
+ "properties": {}
+ },
+ "minecraft:pink_concrete": {
+ "defaultstate": "minecraft:pink_concrete",
+ "properties": {}
+ },
+ "minecraft:pink_concrete_powder": {
+ "defaultstate": "minecraft:pink_concrete_powder",
+ "properties": {}
+ },
+ "minecraft:pink_glazed_terracotta": {
+ "defaultstate": "minecraft:pink_glazed_terracotta[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:pink_shulker_box": {
+ "defaultstate": "minecraft:pink_shulker_box[facing=up]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:pink_stained_glass": {
+ "defaultstate": "minecraft:pink_stained_glass",
+ "properties": {}
+ },
+ "minecraft:pink_stained_glass_pane": {
+ "defaultstate": "minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:pink_terracotta": {
+ "defaultstate": "minecraft:pink_terracotta",
+ "properties": {}
+ },
+ "minecraft:pink_tulip": {
+ "defaultstate": "minecraft:pink_tulip",
+ "properties": {}
+ },
+ "minecraft:pink_wall_banner": {
+ "defaultstate": "minecraft:pink_wall_banner[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:pink_wool": {
+ "defaultstate": "minecraft:pink_wool",
+ "properties": {}
+ },
+ "minecraft:piston": {
+ "defaultstate": "minecraft:piston[extended=false,facing=north]",
+ "properties": {
+ "extended": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:piston_head": {
+ "defaultstate": "minecraft:piston_head[facing=north,short=false,type=normal]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ },
+ "short": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "type": {
+ "type": "enum",
+ "values": [
+ "normal",
+ "sticky"
+ ]
+ }
+ }
+ },
+ "minecraft:player_head": {
+ "defaultstate": "minecraft:player_head[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:player_wall_head": {
+ "defaultstate": "minecraft:player_wall_head[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:podzol": {
+ "defaultstate": "minecraft:podzol[snowy=false]",
+ "properties": {
+ "snowy": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:polished_andesite": {
+ "defaultstate": "minecraft:polished_andesite",
+ "properties": {}
+ },
+ "minecraft:polished_andesite_slab": {
+ "defaultstate": "minecraft:polished_andesite_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:polished_andesite_stairs": {
+ "defaultstate": "minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:polished_basalt": {
+ "defaultstate": "minecraft:polished_basalt[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:polished_blackstone": {
+ "defaultstate": "minecraft:polished_blackstone",
+ "properties": {}
+ },
+ "minecraft:polished_blackstone_brick_slab": {
+ "defaultstate": "minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:polished_blackstone_brick_stairs": {
+ "defaultstate": "minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:polished_blackstone_brick_wall": {
+ "defaultstate": "minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:polished_blackstone_bricks": {
+ "defaultstate": "minecraft:polished_blackstone_bricks",
+ "properties": {}
+ },
+ "minecraft:polished_blackstone_button": {
+ "defaultstate": "minecraft:polished_blackstone_button[face=wall,facing=north,powered=false]",
+ "properties": {
+ "face": {
+ "type": "enum",
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:polished_blackstone_pressure_plate": {
+ "defaultstate": "minecraft:polished_blackstone_pressure_plate[powered=false]",
+ "properties": {
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:polished_blackstone_slab": {
+ "defaultstate": "minecraft:polished_blackstone_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:polished_blackstone_stairs": {
+ "defaultstate": "minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:polished_blackstone_wall": {
+ "defaultstate": "minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:polished_diorite": {
+ "defaultstate": "minecraft:polished_diorite",
+ "properties": {}
+ },
+ "minecraft:polished_diorite_slab": {
+ "defaultstate": "minecraft:polished_diorite_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:polished_diorite_stairs": {
+ "defaultstate": "minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:polished_granite": {
+ "defaultstate": "minecraft:polished_granite",
+ "properties": {}
+ },
+ "minecraft:polished_granite_slab": {
+ "defaultstate": "minecraft:polished_granite_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:polished_granite_stairs": {
+ "defaultstate": "minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:poppy": {
+ "defaultstate": "minecraft:poppy",
+ "properties": {}
+ },
+ "minecraft:potatoes": {
+ "defaultstate": "minecraft:potatoes[age=0]",
+ "properties": {
+ "age": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ]
+ }
+ }
+ },
+ "minecraft:potted_acacia_sapling": {
+ "defaultstate": "minecraft:potted_acacia_sapling",
+ "properties": {}
+ },
+ "minecraft:potted_allium": {
+ "defaultstate": "minecraft:potted_allium",
+ "properties": {}
+ },
+ "minecraft:potted_azure_bluet": {
+ "defaultstate": "minecraft:potted_azure_bluet",
+ "properties": {}
+ },
+ "minecraft:potted_bamboo": {
+ "defaultstate": "minecraft:potted_bamboo",
+ "properties": {}
+ },
+ "minecraft:potted_birch_sapling": {
+ "defaultstate": "minecraft:potted_birch_sapling",
+ "properties": {}
+ },
+ "minecraft:potted_blue_orchid": {
+ "defaultstate": "minecraft:potted_blue_orchid",
+ "properties": {}
+ },
+ "minecraft:potted_brown_mushroom": {
+ "defaultstate": "minecraft:potted_brown_mushroom",
+ "properties": {}
+ },
+ "minecraft:potted_cactus": {
+ "defaultstate": "minecraft:potted_cactus",
+ "properties": {}
+ },
+ "minecraft:potted_cornflower": {
+ "defaultstate": "minecraft:potted_cornflower",
+ "properties": {}
+ },
+ "minecraft:potted_crimson_fungus": {
+ "defaultstate": "minecraft:potted_crimson_fungus",
+ "properties": {}
+ },
+ "minecraft:potted_crimson_roots": {
+ "defaultstate": "minecraft:potted_crimson_roots",
+ "properties": {}
+ },
+ "minecraft:potted_dandelion": {
+ "defaultstate": "minecraft:potted_dandelion",
+ "properties": {}
+ },
+ "minecraft:potted_dark_oak_sapling": {
+ "defaultstate": "minecraft:potted_dark_oak_sapling",
+ "properties": {}
+ },
+ "minecraft:potted_dead_bush": {
+ "defaultstate": "minecraft:potted_dead_bush",
+ "properties": {}
+ },
+ "minecraft:potted_fern": {
+ "defaultstate": "minecraft:potted_fern",
+ "properties": {}
+ },
+ "minecraft:potted_jungle_sapling": {
+ "defaultstate": "minecraft:potted_jungle_sapling",
+ "properties": {}
+ },
+ "minecraft:potted_lily_of_the_valley": {
+ "defaultstate": "minecraft:potted_lily_of_the_valley",
+ "properties": {}
+ },
+ "minecraft:potted_oak_sapling": {
+ "defaultstate": "minecraft:potted_oak_sapling",
+ "properties": {}
+ },
+ "minecraft:potted_orange_tulip": {
+ "defaultstate": "minecraft:potted_orange_tulip",
+ "properties": {}
+ },
+ "minecraft:potted_oxeye_daisy": {
+ "defaultstate": "minecraft:potted_oxeye_daisy",
+ "properties": {}
+ },
+ "minecraft:potted_pink_tulip": {
+ "defaultstate": "minecraft:potted_pink_tulip",
+ "properties": {}
+ },
+ "minecraft:potted_poppy": {
+ "defaultstate": "minecraft:potted_poppy",
+ "properties": {}
+ },
+ "minecraft:potted_red_mushroom": {
+ "defaultstate": "minecraft:potted_red_mushroom",
+ "properties": {}
+ },
+ "minecraft:potted_red_tulip": {
+ "defaultstate": "minecraft:potted_red_tulip",
+ "properties": {}
+ },
+ "minecraft:potted_spruce_sapling": {
+ "defaultstate": "minecraft:potted_spruce_sapling",
+ "properties": {}
+ },
+ "minecraft:potted_warped_fungus": {
+ "defaultstate": "minecraft:potted_warped_fungus",
+ "properties": {}
+ },
+ "minecraft:potted_warped_roots": {
+ "defaultstate": "minecraft:potted_warped_roots",
+ "properties": {}
+ },
+ "minecraft:potted_white_tulip": {
+ "defaultstate": "minecraft:potted_white_tulip",
+ "properties": {}
+ },
+ "minecraft:potted_wither_rose": {
+ "defaultstate": "minecraft:potted_wither_rose",
+ "properties": {}
+ },
+ "minecraft:powered_rail": {
+ "defaultstate": "minecraft:powered_rail[powered=false,shape=north_south]",
+ "properties": {
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "north_south",
+ "east_west",
+ "ascending_east",
+ "ascending_west",
+ "ascending_north",
+ "ascending_south"
+ ]
+ }
+ }
+ },
+ "minecraft:prismarine": {
+ "defaultstate": "minecraft:prismarine",
+ "properties": {}
+ },
+ "minecraft:prismarine_brick_slab": {
+ "defaultstate": "minecraft:prismarine_brick_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:prismarine_brick_stairs": {
+ "defaultstate": "minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:prismarine_bricks": {
+ "defaultstate": "minecraft:prismarine_bricks",
+ "properties": {}
+ },
+ "minecraft:prismarine_slab": {
+ "defaultstate": "minecraft:prismarine_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:prismarine_stairs": {
+ "defaultstate": "minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:prismarine_wall": {
+ "defaultstate": "minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:pumpkin": {
+ "defaultstate": "minecraft:pumpkin",
+ "properties": {}
+ },
+ "minecraft:pumpkin_stem": {
+ "defaultstate": "minecraft:pumpkin_stem[age=0]",
+ "properties": {
+ "age": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ]
+ }
+ }
+ },
+ "minecraft:purple_banner": {
+ "defaultstate": "minecraft:purple_banner[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:purple_bed": {
+ "defaultstate": "minecraft:purple_bed[facing=north,occupied=false,part=foot]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "occupied": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "part": {
+ "type": "enum",
+ "values": [
+ "head",
+ "foot"
+ ]
+ }
+ }
+ },
+ "minecraft:purple_carpet": {
+ "defaultstate": "minecraft:purple_carpet",
+ "properties": {}
+ },
+ "minecraft:purple_concrete": {
+ "defaultstate": "minecraft:purple_concrete",
+ "properties": {}
+ },
+ "minecraft:purple_concrete_powder": {
+ "defaultstate": "minecraft:purple_concrete_powder",
+ "properties": {}
+ },
+ "minecraft:purple_glazed_terracotta": {
+ "defaultstate": "minecraft:purple_glazed_terracotta[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:purple_shulker_box": {
+ "defaultstate": "minecraft:purple_shulker_box[facing=up]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:purple_stained_glass": {
+ "defaultstate": "minecraft:purple_stained_glass",
+ "properties": {}
+ },
+ "minecraft:purple_stained_glass_pane": {
+ "defaultstate": "minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:purple_terracotta": {
+ "defaultstate": "minecraft:purple_terracotta",
+ "properties": {}
+ },
+ "minecraft:purple_wall_banner": {
+ "defaultstate": "minecraft:purple_wall_banner[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:purple_wool": {
+ "defaultstate": "minecraft:purple_wool",
+ "properties": {}
+ },
+ "minecraft:purpur_block": {
+ "defaultstate": "minecraft:purpur_block",
+ "properties": {}
+ },
+ "minecraft:purpur_pillar": {
+ "defaultstate": "minecraft:purpur_pillar[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:purpur_slab": {
+ "defaultstate": "minecraft:purpur_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:purpur_stairs": {
+ "defaultstate": "minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:quartz_block": {
+ "defaultstate": "minecraft:quartz_block",
+ "properties": {}
+ },
+ "minecraft:quartz_bricks": {
+ "defaultstate": "minecraft:quartz_bricks",
+ "properties": {}
+ },
+ "minecraft:quartz_pillar": {
+ "defaultstate": "minecraft:quartz_pillar[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:quartz_slab": {
+ "defaultstate": "minecraft:quartz_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:quartz_stairs": {
+ "defaultstate": "minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:rail": {
+ "defaultstate": "minecraft:rail[shape=north_south]",
+ "properties": {
+ "shape": {
+ "type": "enum",
+ "values": [
+ "north_south",
+ "east_west",
+ "ascending_east",
+ "ascending_west",
+ "ascending_north",
+ "ascending_south",
+ "south_east",
+ "south_west",
+ "north_west",
+ "north_east"
+ ]
+ }
+ }
+ },
+ "minecraft:red_banner": {
+ "defaultstate": "minecraft:red_banner[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:red_bed": {
+ "defaultstate": "minecraft:red_bed[facing=north,occupied=false,part=foot]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "occupied": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "part": {
+ "type": "enum",
+ "values": [
+ "head",
+ "foot"
+ ]
+ }
+ }
+ },
+ "minecraft:red_carpet": {
+ "defaultstate": "minecraft:red_carpet",
+ "properties": {}
+ },
+ "minecraft:red_concrete": {
+ "defaultstate": "minecraft:red_concrete",
+ "properties": {}
+ },
+ "minecraft:red_concrete_powder": {
+ "defaultstate": "minecraft:red_concrete_powder",
+ "properties": {}
+ },
+ "minecraft:red_glazed_terracotta": {
+ "defaultstate": "minecraft:red_glazed_terracotta[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:red_mushroom": {
+ "defaultstate": "minecraft:red_mushroom",
+ "properties": {}
+ },
+ "minecraft:red_mushroom_block": {
+ "defaultstate": "minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]",
+ "properties": {
+ "down": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:red_nether_brick_slab": {
+ "defaultstate": "minecraft:red_nether_brick_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:red_nether_brick_stairs": {
+ "defaultstate": "minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:red_nether_brick_wall": {
+ "defaultstate": "minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:red_nether_bricks": {
+ "defaultstate": "minecraft:red_nether_bricks",
+ "properties": {}
+ },
+ "minecraft:red_sand": {
+ "defaultstate": "minecraft:red_sand",
+ "properties": {}
+ },
+ "minecraft:red_sandstone": {
+ "defaultstate": "minecraft:red_sandstone",
+ "properties": {}
+ },
+ "minecraft:red_sandstone_slab": {
+ "defaultstate": "minecraft:red_sandstone_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:red_sandstone_stairs": {
+ "defaultstate": "minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:red_sandstone_wall": {
+ "defaultstate": "minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:red_shulker_box": {
+ "defaultstate": "minecraft:red_shulker_box[facing=up]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:red_stained_glass": {
+ "defaultstate": "minecraft:red_stained_glass",
+ "properties": {}
+ },
+ "minecraft:red_stained_glass_pane": {
+ "defaultstate": "minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:red_terracotta": {
+ "defaultstate": "minecraft:red_terracotta",
+ "properties": {}
+ },
+ "minecraft:red_tulip": {
+ "defaultstate": "minecraft:red_tulip",
+ "properties": {}
+ },
+ "minecraft:red_wall_banner": {
+ "defaultstate": "minecraft:red_wall_banner[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:red_wool": {
+ "defaultstate": "minecraft:red_wool",
+ "properties": {}
+ },
+ "minecraft:redstone_block": {
+ "defaultstate": "minecraft:redstone_block",
+ "properties": {}
+ },
+ "minecraft:redstone_lamp": {
+ "defaultstate": "minecraft:redstone_lamp[lit=false]",
+ "properties": {
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:redstone_ore": {
+ "defaultstate": "minecraft:redstone_ore[lit=false]",
+ "properties": {
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:redstone_torch": {
+ "defaultstate": "minecraft:redstone_torch[lit=true]",
+ "properties": {
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:redstone_wall_torch": {
+ "defaultstate": "minecraft:redstone_wall_torch[facing=north,lit=true]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:redstone_wire": {
+ "defaultstate": "minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "up",
+ "side",
+ "none"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "up",
+ "side",
+ "none"
+ ]
+ },
+ "power": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "up",
+ "side",
+ "none"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "up",
+ "side",
+ "none"
+ ]
+ }
+ }
+ },
+ "minecraft:repeater": {
+ "defaultstate": "minecraft:repeater[delay=1,facing=north,locked=false,powered=false]",
+ "properties": {
+ "delay": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "locked": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:repeating_command_block": {
+ "defaultstate": "minecraft:repeating_command_block[conditional=false,facing=north]",
+ "properties": {
+ "conditional": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:respawn_anchor": {
+ "defaultstate": "minecraft:respawn_anchor[charges=0]",
+ "properties": {
+ "charges": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4"
+ ]
+ }
+ }
+ },
+ "minecraft:rose_bush": {
+ "defaultstate": "minecraft:rose_bush[half=lower]",
+ "properties": {
+ "half": {
+ "type": "enum",
+ "values": [
+ "upper",
+ "lower"
+ ]
+ }
+ }
+ },
+ "minecraft:sand": {
+ "defaultstate": "minecraft:sand",
+ "properties": {}
+ },
+ "minecraft:sandstone": {
+ "defaultstate": "minecraft:sandstone",
+ "properties": {}
+ },
+ "minecraft:sandstone_slab": {
+ "defaultstate": "minecraft:sandstone_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:sandstone_stairs": {
+ "defaultstate": "minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:sandstone_wall": {
+ "defaultstate": "minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:scaffolding": {
+ "defaultstate": "minecraft:scaffolding[bottom=false,distance=7,waterlogged=false]",
+ "properties": {
+ "bottom": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "distance": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:sea_lantern": {
+ "defaultstate": "minecraft:sea_lantern",
+ "properties": {}
+ },
+ "minecraft:sea_pickle": {
+ "defaultstate": "minecraft:sea_pickle[pickles=1,waterlogged=true]",
+ "properties": {
+ "pickles": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:seagrass": {
+ "defaultstate": "minecraft:seagrass",
+ "properties": {}
+ },
+ "minecraft:shroomlight": {
+ "defaultstate": "minecraft:shroomlight",
+ "properties": {}
+ },
+ "minecraft:shulker_box": {
+ "defaultstate": "minecraft:shulker_box[facing=up]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:skeleton_skull": {
+ "defaultstate": "minecraft:skeleton_skull[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:skeleton_wall_skull": {
+ "defaultstate": "minecraft:skeleton_wall_skull[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:slime_block": {
+ "defaultstate": "minecraft:slime_block",
+ "properties": {}
+ },
+ "minecraft:smithing_table": {
+ "defaultstate": "minecraft:smithing_table",
+ "properties": {}
+ },
+ "minecraft:smoker": {
+ "defaultstate": "minecraft:smoker[facing=north,lit=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:smooth_quartz": {
+ "defaultstate": "minecraft:smooth_quartz",
+ "properties": {}
+ },
+ "minecraft:smooth_quartz_slab": {
+ "defaultstate": "minecraft:smooth_quartz_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:smooth_quartz_stairs": {
+ "defaultstate": "minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:smooth_red_sandstone": {
+ "defaultstate": "minecraft:smooth_red_sandstone",
+ "properties": {}
+ },
+ "minecraft:smooth_red_sandstone_slab": {
+ "defaultstate": "minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:smooth_red_sandstone_stairs": {
+ "defaultstate": "minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:smooth_sandstone": {
+ "defaultstate": "minecraft:smooth_sandstone",
+ "properties": {}
+ },
+ "minecraft:smooth_sandstone_slab": {
+ "defaultstate": "minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:smooth_sandstone_stairs": {
+ "defaultstate": "minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:smooth_stone": {
+ "defaultstate": "minecraft:smooth_stone",
+ "properties": {}
+ },
+ "minecraft:smooth_stone_slab": {
+ "defaultstate": "minecraft:smooth_stone_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:snow": {
+ "defaultstate": "minecraft:snow[layers=1]",
+ "properties": {
+ "layers": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8"
+ ]
+ }
+ }
+ },
+ "minecraft:snow_block": {
+ "defaultstate": "minecraft:snow_block",
+ "properties": {}
+ },
+ "minecraft:soul_campfire": {
+ "defaultstate": "minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "signal_fire": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:soul_fire": {
+ "defaultstate": "minecraft:soul_fire",
+ "properties": {}
+ },
+ "minecraft:soul_lantern": {
+ "defaultstate": "minecraft:soul_lantern[hanging=false,waterlogged=false]",
+ "properties": {
+ "hanging": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:soul_sand": {
+ "defaultstate": "minecraft:soul_sand",
+ "properties": {}
+ },
+ "minecraft:soul_soil": {
+ "defaultstate": "minecraft:soul_soil",
+ "properties": {}
+ },
+ "minecraft:soul_torch": {
+ "defaultstate": "minecraft:soul_torch",
+ "properties": {}
+ },
+ "minecraft:soul_wall_torch": {
+ "defaultstate": "minecraft:soul_wall_torch[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:spawner": {
+ "defaultstate": "minecraft:spawner",
+ "properties": {}
+ },
+ "minecraft:sponge": {
+ "defaultstate": "minecraft:sponge",
+ "properties": {}
+ },
+ "minecraft:spruce_button": {
+ "defaultstate": "minecraft:spruce_button[face=wall,facing=north,powered=false]",
+ "properties": {
+ "face": {
+ "type": "enum",
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:spruce_door": {
+ "defaultstate": "minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "upper",
+ "lower"
+ ]
+ },
+ "hinge": {
+ "type": "enum",
+ "values": [
+ "left",
+ "right"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:spruce_fence": {
+ "defaultstate": "minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:spruce_fence_gate": {
+ "defaultstate": "minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "in_wall": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:spruce_leaves": {
+ "defaultstate": "minecraft:spruce_leaves[distance=7,persistent=false]",
+ "properties": {
+ "distance": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ]
+ },
+ "persistent": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:spruce_log": {
+ "defaultstate": "minecraft:spruce_log[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:spruce_planks": {
+ "defaultstate": "minecraft:spruce_planks",
+ "properties": {}
+ },
+ "minecraft:spruce_pressure_plate": {
+ "defaultstate": "minecraft:spruce_pressure_plate[powered=false]",
+ "properties": {
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:spruce_sapling": {
+ "defaultstate": "minecraft:spruce_sapling[stage=0]",
+ "properties": {
+ "stage": {
+ "type": "int",
+ "values": [
+ "0",
+ "1"
+ ]
+ }
+ }
+ },
+ "minecraft:spruce_sign": {
+ "defaultstate": "minecraft:spruce_sign[rotation=0,waterlogged=false]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:spruce_slab": {
+ "defaultstate": "minecraft:spruce_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:spruce_stairs": {
+ "defaultstate": "minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:spruce_trapdoor": {
+ "defaultstate": "minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:spruce_wall_sign": {
+ "defaultstate": "minecraft:spruce_wall_sign[facing=north,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:spruce_wood": {
+ "defaultstate": "minecraft:spruce_wood[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:sticky_piston": {
+ "defaultstate": "minecraft:sticky_piston[extended=false,facing=north]",
+ "properties": {
+ "extended": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:stone": {
+ "defaultstate": "minecraft:stone",
+ "properties": {}
+ },
+ "minecraft:stone_brick_slab": {
+ "defaultstate": "minecraft:stone_brick_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:stone_brick_stairs": {
+ "defaultstate": "minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:stone_brick_wall": {
+ "defaultstate": "minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:stone_bricks": {
+ "defaultstate": "minecraft:stone_bricks",
+ "properties": {}
+ },
+ "minecraft:stone_button": {
+ "defaultstate": "minecraft:stone_button[face=wall,facing=north,powered=false]",
+ "properties": {
+ "face": {
+ "type": "enum",
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:stone_pressure_plate": {
+ "defaultstate": "minecraft:stone_pressure_plate[powered=false]",
+ "properties": {
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:stone_slab": {
+ "defaultstate": "minecraft:stone_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:stone_stairs": {
+ "defaultstate": "minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:stonecutter": {
+ "defaultstate": "minecraft:stonecutter[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:stripped_acacia_log": {
+ "defaultstate": "minecraft:stripped_acacia_log[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:stripped_acacia_wood": {
+ "defaultstate": "minecraft:stripped_acacia_wood[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:stripped_birch_log": {
+ "defaultstate": "minecraft:stripped_birch_log[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:stripped_birch_wood": {
+ "defaultstate": "minecraft:stripped_birch_wood[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:stripped_crimson_hyphae": {
+ "defaultstate": "minecraft:stripped_crimson_hyphae[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:stripped_crimson_stem": {
+ "defaultstate": "minecraft:stripped_crimson_stem[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:stripped_dark_oak_log": {
+ "defaultstate": "minecraft:stripped_dark_oak_log[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:stripped_dark_oak_wood": {
+ "defaultstate": "minecraft:stripped_dark_oak_wood[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:stripped_jungle_log": {
+ "defaultstate": "minecraft:stripped_jungle_log[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:stripped_jungle_wood": {
+ "defaultstate": "minecraft:stripped_jungle_wood[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:stripped_oak_log": {
+ "defaultstate": "minecraft:stripped_oak_log[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:stripped_oak_wood": {
+ "defaultstate": "minecraft:stripped_oak_wood[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:stripped_spruce_log": {
+ "defaultstate": "minecraft:stripped_spruce_log[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:stripped_spruce_wood": {
+ "defaultstate": "minecraft:stripped_spruce_wood[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:stripped_warped_hyphae": {
+ "defaultstate": "minecraft:stripped_warped_hyphae[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:stripped_warped_stem": {
+ "defaultstate": "minecraft:stripped_warped_stem[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:structure_block": {
+ "defaultstate": "minecraft:structure_block[mode=save]",
+ "properties": {
+ "mode": {
+ "type": "enum",
+ "values": [
+ "save",
+ "load",
+ "corner",
+ "data"
+ ]
+ }
+ }
+ },
+ "minecraft:structure_void": {
+ "defaultstate": "minecraft:structure_void",
+ "properties": {}
+ },
+ "minecraft:sugar_cane": {
+ "defaultstate": "minecraft:sugar_cane[age=0]",
+ "properties": {
+ "age": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:sunflower": {
+ "defaultstate": "minecraft:sunflower[half=lower]",
+ "properties": {
+ "half": {
+ "type": "enum",
+ "values": [
+ "upper",
+ "lower"
+ ]
+ }
+ }
+ },
+ "minecraft:sweet_berry_bush": {
+ "defaultstate": "minecraft:sweet_berry_bush[age=0]",
+ "properties": {
+ "age": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ]
+ }
+ }
+ },
+ "minecraft:tall_grass": {
+ "defaultstate": "minecraft:tall_grass[half=lower]",
+ "properties": {
+ "half": {
+ "type": "enum",
+ "values": [
+ "upper",
+ "lower"
+ ]
+ }
+ }
+ },
+ "minecraft:tall_seagrass": {
+ "defaultstate": "minecraft:tall_seagrass[half=lower]",
+ "properties": {
+ "half": {
+ "type": "enum",
+ "values": [
+ "upper",
+ "lower"
+ ]
+ }
+ }
+ },
+ "minecraft:target": {
+ "defaultstate": "minecraft:target[power=0]",
+ "properties": {
+ "power": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:terracotta": {
+ "defaultstate": "minecraft:terracotta",
+ "properties": {}
+ },
+ "minecraft:tnt": {
+ "defaultstate": "minecraft:tnt[unstable=false]",
+ "properties": {
+ "unstable": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:torch": {
+ "defaultstate": "minecraft:torch",
+ "properties": {}
+ },
+ "minecraft:trapped_chest": {
+ "defaultstate": "minecraft:trapped_chest[facing=north,type=single,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "type": {
+ "type": "enum",
+ "values": [
+ "single",
+ "left",
+ "right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:tripwire": {
+ "defaultstate": "minecraft:tripwire[attached=false,disarmed=false,east=false,north=false,powered=false,south=false,west=false]",
+ "properties": {
+ "attached": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "disarmed": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:tripwire_hook": {
+ "defaultstate": "minecraft:tripwire_hook[attached=false,facing=north,powered=false]",
+ "properties": {
+ "attached": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:tube_coral": {
+ "defaultstate": "minecraft:tube_coral[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:tube_coral_block": {
+ "defaultstate": "minecraft:tube_coral_block",
+ "properties": {}
+ },
+ "minecraft:tube_coral_fan": {
+ "defaultstate": "minecraft:tube_coral_fan[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:tube_coral_wall_fan": {
+ "defaultstate": "minecraft:tube_coral_wall_fan[facing=north,waterlogged=true]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:turtle_egg": {
+ "defaultstate": "minecraft:turtle_egg[eggs=1,hatch=0]",
+ "properties": {
+ "eggs": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ]
+ },
+ "hatch": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2"
+ ]
+ }
+ }
+ },
+ "minecraft:twisting_vines": {
+ "defaultstate": "minecraft:twisting_vines[age=0]",
+ "properties": {
+ "age": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15",
+ "16",
+ "17",
+ "18",
+ "19",
+ "20",
+ "21",
+ "22",
+ "23",
+ "24",
+ "25"
+ ]
+ }
+ }
+ },
+ "minecraft:twisting_vines_plant": {
+ "defaultstate": "minecraft:twisting_vines_plant",
+ "properties": {}
+ },
+ "minecraft:vine": {
+ "defaultstate": "minecraft:vine[east=false,north=false,south=false,up=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:void_air": {
+ "defaultstate": "minecraft:void_air",
+ "properties": {}
+ },
+ "minecraft:wall_torch": {
+ "defaultstate": "minecraft:wall_torch[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:warped_button": {
+ "defaultstate": "minecraft:warped_button[face=wall,facing=north,powered=false]",
+ "properties": {
+ "face": {
+ "type": "enum",
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:warped_door": {
+ "defaultstate": "minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "upper",
+ "lower"
+ ]
+ },
+ "hinge": {
+ "type": "enum",
+ "values": [
+ "left",
+ "right"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:warped_fence": {
+ "defaultstate": "minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:warped_fence_gate": {
+ "defaultstate": "minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "in_wall": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:warped_fungus": {
+ "defaultstate": "minecraft:warped_fungus",
+ "properties": {}
+ },
+ "minecraft:warped_hyphae": {
+ "defaultstate": "minecraft:warped_hyphae[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:warped_nylium": {
+ "defaultstate": "minecraft:warped_nylium",
+ "properties": {}
+ },
+ "minecraft:warped_planks": {
+ "defaultstate": "minecraft:warped_planks",
+ "properties": {}
+ },
+ "minecraft:warped_pressure_plate": {
+ "defaultstate": "minecraft:warped_pressure_plate[powered=false]",
+ "properties": {
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:warped_roots": {
+ "defaultstate": "minecraft:warped_roots",
+ "properties": {}
+ },
+ "minecraft:warped_sign": {
+ "defaultstate": "minecraft:warped_sign[rotation=0,waterlogged=false]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:warped_slab": {
+ "defaultstate": "minecraft:warped_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:warped_stairs": {
+ "defaultstate": "minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:warped_stem": {
+ "defaultstate": "minecraft:warped_stem[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:warped_trapdoor": {
+ "defaultstate": "minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:warped_wall_sign": {
+ "defaultstate": "minecraft:warped_wall_sign[facing=north,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:warped_wart_block": {
+ "defaultstate": "minecraft:warped_wart_block",
+ "properties": {}
+ },
+ "minecraft:water": {
+ "defaultstate": "minecraft:water[level=0]",
+ "properties": {
+ "level": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:weeping_vines": {
+ "defaultstate": "minecraft:weeping_vines[age=0]",
+ "properties": {
+ "age": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15",
+ "16",
+ "17",
+ "18",
+ "19",
+ "20",
+ "21",
+ "22",
+ "23",
+ "24",
+ "25"
+ ]
+ }
+ }
+ },
+ "minecraft:weeping_vines_plant": {
+ "defaultstate": "minecraft:weeping_vines_plant",
+ "properties": {}
+ },
+ "minecraft:wet_sponge": {
+ "defaultstate": "minecraft:wet_sponge",
+ "properties": {}
+ },
+ "minecraft:wheat": {
+ "defaultstate": "minecraft:wheat[age=0]",
+ "properties": {
+ "age": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ]
+ }
+ }
+ },
+ "minecraft:white_banner": {
+ "defaultstate": "minecraft:white_banner[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:white_bed": {
+ "defaultstate": "minecraft:white_bed[facing=north,occupied=false,part=foot]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "occupied": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "part": {
+ "type": "enum",
+ "values": [
+ "head",
+ "foot"
+ ]
+ }
+ }
+ },
+ "minecraft:white_carpet": {
+ "defaultstate": "minecraft:white_carpet",
+ "properties": {}
+ },
+ "minecraft:white_concrete": {
+ "defaultstate": "minecraft:white_concrete",
+ "properties": {}
+ },
+ "minecraft:white_concrete_powder": {
+ "defaultstate": "minecraft:white_concrete_powder",
+ "properties": {}
+ },
+ "minecraft:white_glazed_terracotta": {
+ "defaultstate": "minecraft:white_glazed_terracotta[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:white_shulker_box": {
+ "defaultstate": "minecraft:white_shulker_box[facing=up]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:white_stained_glass": {
+ "defaultstate": "minecraft:white_stained_glass",
+ "properties": {}
+ },
+ "minecraft:white_stained_glass_pane": {
+ "defaultstate": "minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:white_terracotta": {
+ "defaultstate": "minecraft:white_terracotta",
+ "properties": {}
+ },
+ "minecraft:white_tulip": {
+ "defaultstate": "minecraft:white_tulip",
+ "properties": {}
+ },
+ "minecraft:white_wall_banner": {
+ "defaultstate": "minecraft:white_wall_banner[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:white_wool": {
+ "defaultstate": "minecraft:white_wool",
+ "properties": {}
+ },
+ "minecraft:wither_rose": {
+ "defaultstate": "minecraft:wither_rose",
+ "properties": {}
+ },
+ "minecraft:wither_skeleton_skull": {
+ "defaultstate": "minecraft:wither_skeleton_skull[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:wither_skeleton_wall_skull": {
+ "defaultstate": "minecraft:wither_skeleton_wall_skull[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:yellow_banner": {
+ "defaultstate": "minecraft:yellow_banner[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:yellow_bed": {
+ "defaultstate": "minecraft:yellow_bed[facing=north,occupied=false,part=foot]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "occupied": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "part": {
+ "type": "enum",
+ "values": [
+ "head",
+ "foot"
+ ]
+ }
+ }
+ },
+ "minecraft:yellow_carpet": {
+ "defaultstate": "minecraft:yellow_carpet",
+ "properties": {}
+ },
+ "minecraft:yellow_concrete": {
+ "defaultstate": "minecraft:yellow_concrete",
+ "properties": {}
+ },
+ "minecraft:yellow_concrete_powder": {
+ "defaultstate": "minecraft:yellow_concrete_powder",
+ "properties": {}
+ },
+ "minecraft:yellow_glazed_terracotta": {
+ "defaultstate": "minecraft:yellow_glazed_terracotta[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:yellow_shulker_box": {
+ "defaultstate": "minecraft:yellow_shulker_box[facing=up]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:yellow_stained_glass": {
+ "defaultstate": "minecraft:yellow_stained_glass",
+ "properties": {}
+ },
+ "minecraft:yellow_stained_glass_pane": {
+ "defaultstate": "minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:yellow_terracotta": {
+ "defaultstate": "minecraft:yellow_terracotta",
+ "properties": {}
+ },
+ "minecraft:yellow_wall_banner": {
+ "defaultstate": "minecraft:yellow_wall_banner[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:yellow_wool": {
+ "defaultstate": "minecraft:yellow_wool",
+ "properties": {}
+ },
+ "minecraft:zombie_head": {
+ "defaultstate": "minecraft:zombie_head[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:zombie_wall_head": {
+ "defaultstate": "minecraft:zombie_wall_head[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ }
+ },
+ "blocktags": {
+ "minecraft:acacia_logs": [
+ "minecraft:acacia_log",
+ "minecraft:acacia_wood",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood"
+ ],
+ "minecraft:anvil": [
+ "minecraft:anvil",
+ "minecraft:chipped_anvil",
+ "minecraft:damaged_anvil"
+ ],
+ "minecraft:bamboo_plantable_on": [
+ "minecraft:bamboo",
+ "minecraft:bamboo_sapling",
+ "minecraft:coarse_dirt",
+ "minecraft:dirt",
+ "minecraft:grass_block",
+ "minecraft:gravel",
+ "minecraft:mycelium",
+ "minecraft:podzol",
+ "minecraft:red_sand",
+ "minecraft:sand"
+ ],
+ "minecraft:banners": [
+ "minecraft:black_banner",
+ "minecraft:black_wall_banner",
+ "minecraft:blue_banner",
+ "minecraft:blue_wall_banner",
+ "minecraft:brown_banner",
+ "minecraft:brown_wall_banner",
+ "minecraft:cyan_banner",
+ "minecraft:cyan_wall_banner",
+ "minecraft:gray_banner",
+ "minecraft:gray_wall_banner",
+ "minecraft:green_banner",
+ "minecraft:green_wall_banner",
+ "minecraft:light_blue_banner",
+ "minecraft:light_blue_wall_banner",
+ "minecraft:light_gray_banner",
+ "minecraft:light_gray_wall_banner",
+ "minecraft:lime_banner",
+ "minecraft:lime_wall_banner",
+ "minecraft:magenta_banner",
+ "minecraft:magenta_wall_banner",
+ "minecraft:orange_banner",
+ "minecraft:orange_wall_banner",
+ "minecraft:pink_banner",
+ "minecraft:pink_wall_banner",
+ "minecraft:purple_banner",
+ "minecraft:purple_wall_banner",
+ "minecraft:red_banner",
+ "minecraft:red_wall_banner",
+ "minecraft:white_banner",
+ "minecraft:white_wall_banner",
+ "minecraft:yellow_banner",
+ "minecraft:yellow_wall_banner"
+ ],
+ "minecraft:base_stone_nether": [
+ "minecraft:basalt",
+ "minecraft:blackstone",
+ "minecraft:netherrack"
+ ],
+ "minecraft:base_stone_overworld": [
+ "minecraft:andesite",
+ "minecraft:diorite",
+ "minecraft:granite",
+ "minecraft:stone"
+ ],
+ "minecraft:beacon_base_blocks": [
+ "minecraft:diamond_block",
+ "minecraft:emerald_block",
+ "minecraft:gold_block",
+ "minecraft:iron_block",
+ "minecraft:netherite_block"
+ ],
+ "minecraft:beds": [
+ "minecraft:black_bed",
+ "minecraft:blue_bed",
+ "minecraft:brown_bed",
+ "minecraft:cyan_bed",
+ "minecraft:gray_bed",
+ "minecraft:green_bed",
+ "minecraft:light_blue_bed",
+ "minecraft:light_gray_bed",
+ "minecraft:lime_bed",
+ "minecraft:magenta_bed",
+ "minecraft:orange_bed",
+ "minecraft:pink_bed",
+ "minecraft:purple_bed",
+ "minecraft:red_bed",
+ "minecraft:white_bed",
+ "minecraft:yellow_bed"
+ ],
+ "minecraft:bee_growables": [
+ "minecraft:beetroots",
+ "minecraft:carrots",
+ "minecraft:melon_stem",
+ "minecraft:potatoes",
+ "minecraft:pumpkin_stem",
+ "minecraft:sweet_berry_bush",
+ "minecraft:wheat"
+ ],
+ "minecraft:beehives": [
+ "minecraft:bee_nest",
+ "minecraft:beehive"
+ ],
+ "minecraft:birch_logs": [
+ "minecraft:birch_log",
+ "minecraft:birch_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood"
+ ],
+ "minecraft:buttons": [
+ "minecraft:acacia_button",
+ "minecraft:birch_button",
+ "minecraft:crimson_button",
+ "minecraft:dark_oak_button",
+ "minecraft:jungle_button",
+ "minecraft:oak_button",
+ "minecraft:polished_blackstone_button",
+ "minecraft:spruce_button",
+ "minecraft:stone_button",
+ "minecraft:warped_button"
+ ],
+ "minecraft:campfires": [
+ "minecraft:campfire",
+ "minecraft:soul_campfire"
+ ],
+ "minecraft:carpets": [
+ "minecraft:black_carpet",
+ "minecraft:blue_carpet",
+ "minecraft:brown_carpet",
+ "minecraft:cyan_carpet",
+ "minecraft:gray_carpet",
+ "minecraft:green_carpet",
+ "minecraft:light_blue_carpet",
+ "minecraft:light_gray_carpet",
+ "minecraft:lime_carpet",
+ "minecraft:magenta_carpet",
+ "minecraft:orange_carpet",
+ "minecraft:pink_carpet",
+ "minecraft:purple_carpet",
+ "minecraft:red_carpet",
+ "minecraft:white_carpet",
+ "minecraft:yellow_carpet"
+ ],
+ "minecraft:climbable": [
+ "minecraft:ladder",
+ "minecraft:scaffolding",
+ "minecraft:twisting_vines",
+ "minecraft:twisting_vines_plant",
+ "minecraft:vine",
+ "minecraft:weeping_vines",
+ "minecraft:weeping_vines_plant"
+ ],
+ "minecraft:coral_blocks": [
+ "minecraft:brain_coral_block",
+ "minecraft:bubble_coral_block",
+ "minecraft:fire_coral_block",
+ "minecraft:horn_coral_block",
+ "minecraft:tube_coral_block"
+ ],
+ "minecraft:coral_plants": [
+ "minecraft:brain_coral",
+ "minecraft:bubble_coral",
+ "minecraft:fire_coral",
+ "minecraft:horn_coral",
+ "minecraft:tube_coral"
+ ],
+ "minecraft:corals": [
+ "minecraft:brain_coral",
+ "minecraft:brain_coral_fan",
+ "minecraft:bubble_coral",
+ "minecraft:bubble_coral_fan",
+ "minecraft:fire_coral",
+ "minecraft:fire_coral_fan",
+ "minecraft:horn_coral",
+ "minecraft:horn_coral_fan",
+ "minecraft:tube_coral",
+ "minecraft:tube_coral_fan"
+ ],
+ "minecraft:crimson_stems": [
+ "minecraft:crimson_hyphae",
+ "minecraft:crimson_stem",
+ "minecraft:stripped_crimson_hyphae",
+ "minecraft:stripped_crimson_stem"
+ ],
+ "minecraft:crops": [
+ "minecraft:beetroots",
+ "minecraft:carrots",
+ "minecraft:melon_stem",
+ "minecraft:potatoes",
+ "minecraft:pumpkin_stem",
+ "minecraft:wheat"
+ ],
+ "minecraft:dark_oak_logs": [
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_wood",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood"
+ ],
+ "minecraft:doors": [
+ "minecraft:acacia_door",
+ "minecraft:birch_door",
+ "minecraft:crimson_door",
+ "minecraft:dark_oak_door",
+ "minecraft:iron_door",
+ "minecraft:jungle_door",
+ "minecraft:oak_door",
+ "minecraft:spruce_door",
+ "minecraft:warped_door"
+ ],
+ "minecraft:dragon_immune": [
+ "minecraft:barrier",
+ "minecraft:bedrock",
+ "minecraft:chain_command_block",
+ "minecraft:command_block",
+ "minecraft:crying_obsidian",
+ "minecraft:end_gateway",
+ "minecraft:end_portal",
+ "minecraft:end_portal_frame",
+ "minecraft:end_stone",
+ "minecraft:iron_bars",
+ "minecraft:jigsaw",
+ "minecraft:moving_piston",
+ "minecraft:obsidian",
+ "minecraft:repeating_command_block",
+ "minecraft:respawn_anchor",
+ "minecraft:structure_block"
+ ],
+ "minecraft:enderman_holdable": [
+ "minecraft:allium",
+ "minecraft:azure_bluet",
+ "minecraft:blue_orchid",
+ "minecraft:brown_mushroom",
+ "minecraft:cactus",
+ "minecraft:carved_pumpkin",
+ "minecraft:clay",
+ "minecraft:coarse_dirt",
+ "minecraft:cornflower",
+ "minecraft:crimson_fungus",
+ "minecraft:crimson_nylium",
+ "minecraft:crimson_roots",
+ "minecraft:dandelion",
+ "minecraft:dirt",
+ "minecraft:grass_block",
+ "minecraft:gravel",
+ "minecraft:lily_of_the_valley",
+ "minecraft:melon",
+ "minecraft:mycelium",
+ "minecraft:orange_tulip",
+ "minecraft:oxeye_daisy",
+ "minecraft:pink_tulip",
+ "minecraft:podzol",
+ "minecraft:poppy",
+ "minecraft:pumpkin",
+ "minecraft:red_mushroom",
+ "minecraft:red_sand",
+ "minecraft:red_tulip",
+ "minecraft:sand",
+ "minecraft:tnt",
+ "minecraft:warped_fungus",
+ "minecraft:warped_nylium",
+ "minecraft:warped_roots",
+ "minecraft:white_tulip",
+ "minecraft:wither_rose"
+ ],
+ "minecraft:fence_gates": [
+ "minecraft:acacia_fence_gate",
+ "minecraft:birch_fence_gate",
+ "minecraft:crimson_fence_gate",
+ "minecraft:dark_oak_fence_gate",
+ "minecraft:jungle_fence_gate",
+ "minecraft:oak_fence_gate",
+ "minecraft:spruce_fence_gate",
+ "minecraft:warped_fence_gate"
+ ],
+ "minecraft:fences": [
+ "minecraft:acacia_fence",
+ "minecraft:birch_fence",
+ "minecraft:crimson_fence",
+ "minecraft:dark_oak_fence",
+ "minecraft:jungle_fence",
+ "minecraft:nether_brick_fence",
+ "minecraft:oak_fence",
+ "minecraft:spruce_fence",
+ "minecraft:warped_fence"
+ ],
+ "minecraft:fire": [
+ "minecraft:fire",
+ "minecraft:soul_fire"
+ ],
+ "minecraft:flower_pots": [
+ "minecraft:flower_pot",
+ "minecraft:potted_acacia_sapling",
+ "minecraft:potted_allium",
+ "minecraft:potted_azure_bluet",
+ "minecraft:potted_bamboo",
+ "minecraft:potted_birch_sapling",
+ "minecraft:potted_blue_orchid",
+ "minecraft:potted_brown_mushroom",
+ "minecraft:potted_cactus",
+ "minecraft:potted_cornflower",
+ "minecraft:potted_crimson_fungus",
+ "minecraft:potted_crimson_roots",
+ "minecraft:potted_dandelion",
+ "minecraft:potted_dark_oak_sapling",
+ "minecraft:potted_dead_bush",
+ "minecraft:potted_fern",
+ "minecraft:potted_jungle_sapling",
+ "minecraft:potted_lily_of_the_valley",
+ "minecraft:potted_oak_sapling",
+ "minecraft:potted_orange_tulip",
+ "minecraft:potted_oxeye_daisy",
+ "minecraft:potted_pink_tulip",
+ "minecraft:potted_poppy",
+ "minecraft:potted_red_mushroom",
+ "minecraft:potted_red_tulip",
+ "minecraft:potted_spruce_sapling",
+ "minecraft:potted_warped_fungus",
+ "minecraft:potted_warped_roots",
+ "minecraft:potted_white_tulip",
+ "minecraft:potted_wither_rose"
+ ],
+ "minecraft:flowers": [
+ "minecraft:allium",
+ "minecraft:azure_bluet",
+ "minecraft:blue_orchid",
+ "minecraft:cornflower",
+ "minecraft:dandelion",
+ "minecraft:lilac",
+ "minecraft:lily_of_the_valley",
+ "minecraft:orange_tulip",
+ "minecraft:oxeye_daisy",
+ "minecraft:peony",
+ "minecraft:pink_tulip",
+ "minecraft:poppy",
+ "minecraft:red_tulip",
+ "minecraft:rose_bush",
+ "minecraft:sunflower",
+ "minecraft:white_tulip",
+ "minecraft:wither_rose"
+ ],
+ "minecraft:gold_ores": [
+ "minecraft:gold_ore",
+ "minecraft:nether_gold_ore"
+ ],
+ "minecraft:guarded_by_piglins": [
+ "minecraft:barrel",
+ "minecraft:black_shulker_box",
+ "minecraft:blue_shulker_box",
+ "minecraft:brown_shulker_box",
+ "minecraft:chest",
+ "minecraft:cyan_shulker_box",
+ "minecraft:ender_chest",
+ "minecraft:gilded_blackstone",
+ "minecraft:gold_block",
+ "minecraft:gold_ore",
+ "minecraft:gray_shulker_box",
+ "minecraft:green_shulker_box",
+ "minecraft:light_blue_shulker_box",
+ "minecraft:light_gray_shulker_box",
+ "minecraft:lime_shulker_box",
+ "minecraft:magenta_shulker_box",
+ "minecraft:nether_gold_ore",
+ "minecraft:orange_shulker_box",
+ "minecraft:pink_shulker_box",
+ "minecraft:purple_shulker_box",
+ "minecraft:red_shulker_box",
+ "minecraft:shulker_box",
+ "minecraft:trapped_chest",
+ "minecraft:white_shulker_box",
+ "minecraft:yellow_shulker_box"
+ ],
+ "minecraft:hoglin_repellents": [
+ "minecraft:nether_portal",
+ "minecraft:potted_warped_fungus",
+ "minecraft:respawn_anchor",
+ "minecraft:warped_fungus"
+ ],
+ "minecraft:ice": [
+ "minecraft:blue_ice",
+ "minecraft:frosted_ice",
+ "minecraft:ice",
+ "minecraft:packed_ice"
+ ],
+ "minecraft:impermeable": [
+ "minecraft:black_stained_glass",
+ "minecraft:blue_stained_glass",
+ "minecraft:brown_stained_glass",
+ "minecraft:cyan_stained_glass",
+ "minecraft:glass",
+ "minecraft:gray_stained_glass",
+ "minecraft:green_stained_glass",
+ "minecraft:light_blue_stained_glass",
+ "minecraft:light_gray_stained_glass",
+ "minecraft:lime_stained_glass",
+ "minecraft:magenta_stained_glass",
+ "minecraft:orange_stained_glass",
+ "minecraft:pink_stained_glass",
+ "minecraft:purple_stained_glass",
+ "minecraft:red_stained_glass",
+ "minecraft:white_stained_glass",
+ "minecraft:yellow_stained_glass"
+ ],
+ "minecraft:infiniburn_end": [
+ "minecraft:bedrock",
+ "minecraft:magma_block",
+ "minecraft:netherrack"
+ ],
+ "minecraft:infiniburn_nether": [
+ "minecraft:magma_block",
+ "minecraft:netherrack"
+ ],
+ "minecraft:infiniburn_overworld": [
+ "minecraft:magma_block",
+ "minecraft:netherrack"
+ ],
+ "minecraft:jungle_logs": [
+ "minecraft:jungle_log",
+ "minecraft:jungle_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood"
+ ],
+ "minecraft:leaves": [
+ "minecraft:acacia_leaves",
+ "minecraft:birch_leaves",
+ "minecraft:dark_oak_leaves",
+ "minecraft:jungle_leaves",
+ "minecraft:oak_leaves",
+ "minecraft:spruce_leaves"
+ ],
+ "minecraft:logs": [
+ "minecraft:acacia_log",
+ "minecraft:acacia_wood",
+ "minecraft:birch_log",
+ "minecraft:birch_wood",
+ "minecraft:crimson_hyphae",
+ "minecraft:crimson_stem",
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_wood",
+ "minecraft:jungle_log",
+ "minecraft:jungle_wood",
+ "minecraft:oak_log",
+ "minecraft:oak_wood",
+ "minecraft:spruce_log",
+ "minecraft:spruce_wood",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood",
+ "minecraft:stripped_crimson_hyphae",
+ "minecraft:stripped_crimson_stem",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood",
+ "minecraft:stripped_warped_hyphae",
+ "minecraft:stripped_warped_stem",
+ "minecraft:warped_hyphae",
+ "minecraft:warped_stem"
+ ],
+ "minecraft:logs_that_burn": [
+ "minecraft:acacia_log",
+ "minecraft:acacia_wood",
+ "minecraft:birch_log",
+ "minecraft:birch_wood",
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_wood",
+ "minecraft:jungle_log",
+ "minecraft:jungle_wood",
+ "minecraft:oak_log",
+ "minecraft:oak_wood",
+ "minecraft:spruce_log",
+ "minecraft:spruce_wood",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood"
+ ],
+ "minecraft:mushroom_grow_block": [
+ "minecraft:crimson_nylium",
+ "minecraft:mycelium",
+ "minecraft:podzol",
+ "minecraft:warped_nylium"
+ ],
+ "minecraft:non_flammable_wood": [
+ "minecraft:crimson_button",
+ "minecraft:crimson_door",
+ "minecraft:crimson_fence",
+ "minecraft:crimson_fence_gate",
+ "minecraft:crimson_hyphae",
+ "minecraft:crimson_planks",
+ "minecraft:crimson_pressure_plate",
+ "minecraft:crimson_sign",
+ "minecraft:crimson_slab",
+ "minecraft:crimson_stairs",
+ "minecraft:crimson_stem",
+ "minecraft:crimson_trapdoor",
+ "minecraft:crimson_wall_sign",
+ "minecraft:stripped_crimson_hyphae",
+ "minecraft:stripped_crimson_stem",
+ "minecraft:stripped_warped_hyphae",
+ "minecraft:stripped_warped_stem",
+ "minecraft:warped_button",
+ "minecraft:warped_door",
+ "minecraft:warped_fence",
+ "minecraft:warped_fence_gate",
+ "minecraft:warped_hyphae",
+ "minecraft:warped_planks",
+ "minecraft:warped_pressure_plate",
+ "minecraft:warped_sign",
+ "minecraft:warped_slab",
+ "minecraft:warped_stairs",
+ "minecraft:warped_stem",
+ "minecraft:warped_trapdoor",
+ "minecraft:warped_wall_sign"
+ ],
+ "minecraft:nylium": [
+ "minecraft:crimson_nylium",
+ "minecraft:warped_nylium"
+ ],
+ "minecraft:oak_logs": [
+ "minecraft:oak_log",
+ "minecraft:oak_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood"
+ ],
+ "minecraft:piglin_repellents": [
+ "minecraft:soul_campfire",
+ "minecraft:soul_fire",
+ "minecraft:soul_lantern",
+ "minecraft:soul_torch",
+ "minecraft:soul_wall_torch"
+ ],
+ "minecraft:planks": [
+ "minecraft:acacia_planks",
+ "minecraft:birch_planks",
+ "minecraft:crimson_planks",
+ "minecraft:dark_oak_planks",
+ "minecraft:jungle_planks",
+ "minecraft:oak_planks",
+ "minecraft:spruce_planks",
+ "minecraft:warped_planks"
+ ],
+ "minecraft:portals": [
+ "minecraft:end_gateway",
+ "minecraft:end_portal",
+ "minecraft:nether_portal"
+ ],
+ "minecraft:pressure_plates": [
+ "minecraft:acacia_pressure_plate",
+ "minecraft:birch_pressure_plate",
+ "minecraft:crimson_pressure_plate",
+ "minecraft:dark_oak_pressure_plate",
+ "minecraft:heavy_weighted_pressure_plate",
+ "minecraft:jungle_pressure_plate",
+ "minecraft:light_weighted_pressure_plate",
+ "minecraft:oak_pressure_plate",
+ "minecraft:polished_blackstone_pressure_plate",
+ "minecraft:spruce_pressure_plate",
+ "minecraft:stone_pressure_plate",
+ "minecraft:warped_pressure_plate"
+ ],
+ "minecraft:prevent_mob_spawning_inside": [
+ "minecraft:activator_rail",
+ "minecraft:detector_rail",
+ "minecraft:powered_rail",
+ "minecraft:rail"
+ ],
+ "minecraft:rails": [
+ "minecraft:activator_rail",
+ "minecraft:detector_rail",
+ "minecraft:powered_rail",
+ "minecraft:rail"
+ ],
+ "minecraft:sand": [
+ "minecraft:red_sand",
+ "minecraft:sand"
+ ],
+ "minecraft:saplings": [
+ "minecraft:acacia_sapling",
+ "minecraft:birch_sapling",
+ "minecraft:dark_oak_sapling",
+ "minecraft:jungle_sapling",
+ "minecraft:oak_sapling",
+ "minecraft:spruce_sapling"
+ ],
+ "minecraft:shulker_boxes": [
+ "minecraft:black_shulker_box",
+ "minecraft:blue_shulker_box",
+ "minecraft:brown_shulker_box",
+ "minecraft:cyan_shulker_box",
+ "minecraft:gray_shulker_box",
+ "minecraft:green_shulker_box",
+ "minecraft:light_blue_shulker_box",
+ "minecraft:light_gray_shulker_box",
+ "minecraft:lime_shulker_box",
+ "minecraft:magenta_shulker_box",
+ "minecraft:orange_shulker_box",
+ "minecraft:pink_shulker_box",
+ "minecraft:purple_shulker_box",
+ "minecraft:red_shulker_box",
+ "minecraft:shulker_box",
+ "minecraft:white_shulker_box",
+ "minecraft:yellow_shulker_box"
+ ],
+ "minecraft:signs": [
+ "minecraft:acacia_sign",
+ "minecraft:acacia_wall_sign",
+ "minecraft:birch_sign",
+ "minecraft:birch_wall_sign",
+ "minecraft:crimson_sign",
+ "minecraft:crimson_wall_sign",
+ "minecraft:dark_oak_sign",
+ "minecraft:dark_oak_wall_sign",
+ "minecraft:jungle_sign",
+ "minecraft:jungle_wall_sign",
+ "minecraft:oak_sign",
+ "minecraft:oak_wall_sign",
+ "minecraft:spruce_sign",
+ "minecraft:spruce_wall_sign",
+ "minecraft:warped_sign",
+ "minecraft:warped_wall_sign"
+ ],
+ "minecraft:slabs": [
+ "minecraft:acacia_slab",
+ "minecraft:andesite_slab",
+ "minecraft:birch_slab",
+ "minecraft:blackstone_slab",
+ "minecraft:brick_slab",
+ "minecraft:cobblestone_slab",
+ "minecraft:crimson_slab",
+ "minecraft:cut_red_sandstone_slab",
+ "minecraft:cut_sandstone_slab",
+ "minecraft:dark_oak_slab",
+ "minecraft:dark_prismarine_slab",
+ "minecraft:diorite_slab",
+ "minecraft:end_stone_brick_slab",
+ "minecraft:granite_slab",
+ "minecraft:jungle_slab",
+ "minecraft:mossy_cobblestone_slab",
+ "minecraft:mossy_stone_brick_slab",
+ "minecraft:nether_brick_slab",
+ "minecraft:oak_slab",
+ "minecraft:petrified_oak_slab",
+ "minecraft:polished_andesite_slab",
+ "minecraft:polished_blackstone_brick_slab",
+ "minecraft:polished_blackstone_slab",
+ "minecraft:polished_diorite_slab",
+ "minecraft:polished_granite_slab",
+ "minecraft:prismarine_brick_slab",
+ "minecraft:prismarine_slab",
+ "minecraft:purpur_slab",
+ "minecraft:quartz_slab",
+ "minecraft:red_nether_brick_slab",
+ "minecraft:red_sandstone_slab",
+ "minecraft:sandstone_slab",
+ "minecraft:smooth_quartz_slab",
+ "minecraft:smooth_red_sandstone_slab",
+ "minecraft:smooth_sandstone_slab",
+ "minecraft:smooth_stone_slab",
+ "minecraft:spruce_slab",
+ "minecraft:stone_brick_slab",
+ "minecraft:stone_slab",
+ "minecraft:warped_slab"
+ ],
+ "minecraft:small_flowers": [
+ "minecraft:allium",
+ "minecraft:azure_bluet",
+ "minecraft:blue_orchid",
+ "minecraft:cornflower",
+ "minecraft:dandelion",
+ "minecraft:lily_of_the_valley",
+ "minecraft:orange_tulip",
+ "minecraft:oxeye_daisy",
+ "minecraft:pink_tulip",
+ "minecraft:poppy",
+ "minecraft:red_tulip",
+ "minecraft:white_tulip",
+ "minecraft:wither_rose"
+ ],
+ "minecraft:soul_fire_base_blocks": [
+ "minecraft:soul_sand",
+ "minecraft:soul_soil"
+ ],
+ "minecraft:soul_speed_blocks": [
+ "minecraft:soul_sand",
+ "minecraft:soul_soil"
+ ],
+ "minecraft:spruce_logs": [
+ "minecraft:spruce_log",
+ "minecraft:spruce_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood"
+ ],
+ "minecraft:stairs": [
+ "minecraft:acacia_stairs",
+ "minecraft:andesite_stairs",
+ "minecraft:birch_stairs",
+ "minecraft:blackstone_stairs",
+ "minecraft:brick_stairs",
+ "minecraft:cobblestone_stairs",
+ "minecraft:crimson_stairs",
+ "minecraft:dark_oak_stairs",
+ "minecraft:dark_prismarine_stairs",
+ "minecraft:diorite_stairs",
+ "minecraft:end_stone_brick_stairs",
+ "minecraft:granite_stairs",
+ "minecraft:jungle_stairs",
+ "minecraft:mossy_cobblestone_stairs",
+ "minecraft:mossy_stone_brick_stairs",
+ "minecraft:nether_brick_stairs",
+ "minecraft:oak_stairs",
+ "minecraft:polished_andesite_stairs",
+ "minecraft:polished_blackstone_brick_stairs",
+ "minecraft:polished_blackstone_stairs",
+ "minecraft:polished_diorite_stairs",
+ "minecraft:polished_granite_stairs",
+ "minecraft:prismarine_brick_stairs",
+ "minecraft:prismarine_stairs",
+ "minecraft:purpur_stairs",
+ "minecraft:quartz_stairs",
+ "minecraft:red_nether_brick_stairs",
+ "minecraft:red_sandstone_stairs",
+ "minecraft:sandstone_stairs",
+ "minecraft:smooth_quartz_stairs",
+ "minecraft:smooth_red_sandstone_stairs",
+ "minecraft:smooth_sandstone_stairs",
+ "minecraft:spruce_stairs",
+ "minecraft:stone_brick_stairs",
+ "minecraft:stone_stairs",
+ "minecraft:warped_stairs"
+ ],
+ "minecraft:standing_signs": [
+ "minecraft:acacia_sign",
+ "minecraft:birch_sign",
+ "minecraft:crimson_sign",
+ "minecraft:dark_oak_sign",
+ "minecraft:jungle_sign",
+ "minecraft:oak_sign",
+ "minecraft:spruce_sign",
+ "minecraft:warped_sign"
+ ],
+ "minecraft:stone_bricks": [
+ "minecraft:chiseled_stone_bricks",
+ "minecraft:cracked_stone_bricks",
+ "minecraft:mossy_stone_bricks",
+ "minecraft:stone_bricks"
+ ],
+ "minecraft:stone_pressure_plates": [
+ "minecraft:polished_blackstone_pressure_plate",
+ "minecraft:stone_pressure_plate"
+ ],
+ "minecraft:strider_warm_blocks": [
+ "minecraft:lava"
+ ],
+ "minecraft:tall_flowers": [
+ "minecraft:lilac",
+ "minecraft:peony",
+ "minecraft:rose_bush",
+ "minecraft:sunflower"
+ ],
+ "minecraft:trapdoors": [
+ "minecraft:acacia_trapdoor",
+ "minecraft:birch_trapdoor",
+ "minecraft:crimson_trapdoor",
+ "minecraft:dark_oak_trapdoor",
+ "minecraft:iron_trapdoor",
+ "minecraft:jungle_trapdoor",
+ "minecraft:oak_trapdoor",
+ "minecraft:spruce_trapdoor",
+ "minecraft:warped_trapdoor"
+ ],
+ "minecraft:underwater_bonemeals": [
+ "minecraft:brain_coral",
+ "minecraft:brain_coral_fan",
+ "minecraft:brain_coral_wall_fan",
+ "minecraft:bubble_coral",
+ "minecraft:bubble_coral_fan",
+ "minecraft:bubble_coral_wall_fan",
+ "minecraft:fire_coral",
+ "minecraft:fire_coral_fan",
+ "minecraft:fire_coral_wall_fan",
+ "minecraft:horn_coral",
+ "minecraft:horn_coral_fan",
+ "minecraft:horn_coral_wall_fan",
+ "minecraft:seagrass",
+ "minecraft:tube_coral",
+ "minecraft:tube_coral_fan",
+ "minecraft:tube_coral_wall_fan"
+ ],
+ "minecraft:unstable_bottom_center": [
+ "minecraft:acacia_fence_gate",
+ "minecraft:birch_fence_gate",
+ "minecraft:crimson_fence_gate",
+ "minecraft:dark_oak_fence_gate",
+ "minecraft:jungle_fence_gate",
+ "minecraft:oak_fence_gate",
+ "minecraft:spruce_fence_gate",
+ "minecraft:warped_fence_gate"
+ ],
+ "minecraft:valid_spawn": [
+ "minecraft:grass_block",
+ "minecraft:podzol"
+ ],
+ "minecraft:wall_corals": [
+ "minecraft:brain_coral_wall_fan",
+ "minecraft:bubble_coral_wall_fan",
+ "minecraft:fire_coral_wall_fan",
+ "minecraft:horn_coral_wall_fan",
+ "minecraft:tube_coral_wall_fan"
+ ],
+ "minecraft:wall_post_override": [
+ "minecraft:acacia_pressure_plate",
+ "minecraft:acacia_sign",
+ "minecraft:acacia_wall_sign",
+ "minecraft:birch_pressure_plate",
+ "minecraft:birch_sign",
+ "minecraft:birch_wall_sign",
+ "minecraft:black_banner",
+ "minecraft:black_wall_banner",
+ "minecraft:blue_banner",
+ "minecraft:blue_wall_banner",
+ "minecraft:brown_banner",
+ "minecraft:brown_wall_banner",
+ "minecraft:crimson_pressure_plate",
+ "minecraft:crimson_sign",
+ "minecraft:crimson_wall_sign",
+ "minecraft:cyan_banner",
+ "minecraft:cyan_wall_banner",
+ "minecraft:dark_oak_pressure_plate",
+ "minecraft:dark_oak_sign",
+ "minecraft:dark_oak_wall_sign",
+ "minecraft:gray_banner",
+ "minecraft:gray_wall_banner",
+ "minecraft:green_banner",
+ "minecraft:green_wall_banner",
+ "minecraft:heavy_weighted_pressure_plate",
+ "minecraft:jungle_pressure_plate",
+ "minecraft:jungle_sign",
+ "minecraft:jungle_wall_sign",
+ "minecraft:light_blue_banner",
+ "minecraft:light_blue_wall_banner",
+ "minecraft:light_gray_banner",
+ "minecraft:light_gray_wall_banner",
+ "minecraft:light_weighted_pressure_plate",
+ "minecraft:lime_banner",
+ "minecraft:lime_wall_banner",
+ "minecraft:magenta_banner",
+ "minecraft:magenta_wall_banner",
+ "minecraft:oak_pressure_plate",
+ "minecraft:oak_sign",
+ "minecraft:oak_wall_sign",
+ "minecraft:orange_banner",
+ "minecraft:orange_wall_banner",
+ "minecraft:pink_banner",
+ "minecraft:pink_wall_banner",
+ "minecraft:polished_blackstone_pressure_plate",
+ "minecraft:purple_banner",
+ "minecraft:purple_wall_banner",
+ "minecraft:red_banner",
+ "minecraft:red_wall_banner",
+ "minecraft:redstone_torch",
+ "minecraft:soul_torch",
+ "minecraft:spruce_pressure_plate",
+ "minecraft:spruce_sign",
+ "minecraft:spruce_wall_sign",
+ "minecraft:stone_pressure_plate",
+ "minecraft:torch",
+ "minecraft:tripwire",
+ "minecraft:warped_pressure_plate",
+ "minecraft:warped_sign",
+ "minecraft:warped_wall_sign",
+ "minecraft:white_banner",
+ "minecraft:white_wall_banner",
+ "minecraft:yellow_banner",
+ "minecraft:yellow_wall_banner"
+ ],
+ "minecraft:wall_signs": [
+ "minecraft:acacia_wall_sign",
+ "minecraft:birch_wall_sign",
+ "minecraft:crimson_wall_sign",
+ "minecraft:dark_oak_wall_sign",
+ "minecraft:jungle_wall_sign",
+ "minecraft:oak_wall_sign",
+ "minecraft:spruce_wall_sign",
+ "minecraft:warped_wall_sign"
+ ],
+ "minecraft:walls": [
+ "minecraft:andesite_wall",
+ "minecraft:blackstone_wall",
+ "minecraft:brick_wall",
+ "minecraft:cobblestone_wall",
+ "minecraft:diorite_wall",
+ "minecraft:end_stone_brick_wall",
+ "minecraft:granite_wall",
+ "minecraft:mossy_cobblestone_wall",
+ "minecraft:mossy_stone_brick_wall",
+ "minecraft:nether_brick_wall",
+ "minecraft:polished_blackstone_brick_wall",
+ "minecraft:polished_blackstone_wall",
+ "minecraft:prismarine_wall",
+ "minecraft:red_nether_brick_wall",
+ "minecraft:red_sandstone_wall",
+ "minecraft:sandstone_wall",
+ "minecraft:stone_brick_wall"
+ ],
+ "minecraft:warped_stems": [
+ "minecraft:stripped_warped_hyphae",
+ "minecraft:stripped_warped_stem",
+ "minecraft:warped_hyphae",
+ "minecraft:warped_stem"
+ ],
+ "minecraft:wart_blocks": [
+ "minecraft:nether_wart_block",
+ "minecraft:warped_wart_block"
+ ],
+ "minecraft:wither_immune": [
+ "minecraft:barrier",
+ "minecraft:bedrock",
+ "minecraft:chain_command_block",
+ "minecraft:command_block",
+ "minecraft:end_gateway",
+ "minecraft:end_portal",
+ "minecraft:end_portal_frame",
+ "minecraft:jigsaw",
+ "minecraft:moving_piston",
+ "minecraft:repeating_command_block",
+ "minecraft:structure_block"
+ ],
+ "minecraft:wither_summon_base_blocks": [
+ "minecraft:soul_sand",
+ "minecraft:soul_soil"
+ ],
+ "minecraft:wooden_buttons": [
+ "minecraft:acacia_button",
+ "minecraft:birch_button",
+ "minecraft:crimson_button",
+ "minecraft:dark_oak_button",
+ "minecraft:jungle_button",
+ "minecraft:oak_button",
+ "minecraft:spruce_button",
+ "minecraft:warped_button"
+ ],
+ "minecraft:wooden_doors": [
+ "minecraft:acacia_door",
+ "minecraft:birch_door",
+ "minecraft:crimson_door",
+ "minecraft:dark_oak_door",
+ "minecraft:jungle_door",
+ "minecraft:oak_door",
+ "minecraft:spruce_door",
+ "minecraft:warped_door"
+ ],
+ "minecraft:wooden_fences": [
+ "minecraft:acacia_fence",
+ "minecraft:birch_fence",
+ "minecraft:crimson_fence",
+ "minecraft:dark_oak_fence",
+ "minecraft:jungle_fence",
+ "minecraft:oak_fence",
+ "minecraft:spruce_fence",
+ "minecraft:warped_fence"
+ ],
+ "minecraft:wooden_pressure_plates": [
+ "minecraft:acacia_pressure_plate",
+ "minecraft:birch_pressure_plate",
+ "minecraft:crimson_pressure_plate",
+ "minecraft:dark_oak_pressure_plate",
+ "minecraft:jungle_pressure_plate",
+ "minecraft:oak_pressure_plate",
+ "minecraft:spruce_pressure_plate",
+ "minecraft:warped_pressure_plate"
+ ],
+ "minecraft:wooden_slabs": [
+ "minecraft:acacia_slab",
+ "minecraft:birch_slab",
+ "minecraft:crimson_slab",
+ "minecraft:dark_oak_slab",
+ "minecraft:jungle_slab",
+ "minecraft:oak_slab",
+ "minecraft:spruce_slab",
+ "minecraft:warped_slab"
+ ],
+ "minecraft:wooden_stairs": [
+ "minecraft:acacia_stairs",
+ "minecraft:birch_stairs",
+ "minecraft:crimson_stairs",
+ "minecraft:dark_oak_stairs",
+ "minecraft:jungle_stairs",
+ "minecraft:oak_stairs",
+ "minecraft:spruce_stairs",
+ "minecraft:warped_stairs"
+ ],
+ "minecraft:wooden_trapdoors": [
+ "minecraft:acacia_trapdoor",
+ "minecraft:birch_trapdoor",
+ "minecraft:crimson_trapdoor",
+ "minecraft:dark_oak_trapdoor",
+ "minecraft:jungle_trapdoor",
+ "minecraft:oak_trapdoor",
+ "minecraft:spruce_trapdoor",
+ "minecraft:warped_trapdoor"
+ ],
+ "minecraft:wool": [
+ "minecraft:black_wool",
+ "minecraft:blue_wool",
+ "minecraft:brown_wool",
+ "minecraft:cyan_wool",
+ "minecraft:gray_wool",
+ "minecraft:green_wool",
+ "minecraft:light_blue_wool",
+ "minecraft:light_gray_wool",
+ "minecraft:lime_wool",
+ "minecraft:magenta_wool",
+ "minecraft:orange_wool",
+ "minecraft:pink_wool",
+ "minecraft:purple_wool",
+ "minecraft:red_wool",
+ "minecraft:white_wool",
+ "minecraft:yellow_wool"
+ ]
+ },
+ "entities": [
+ "minecraft:area_effect_cloud",
+ "minecraft:armor_stand",
+ "minecraft:arrow",
+ "minecraft:bat",
+ "minecraft:bee",
+ "minecraft:blaze",
+ "minecraft:boat",
+ "minecraft:cat",
+ "minecraft:cave_spider",
+ "minecraft:chest_minecart",
+ "minecraft:chicken",
+ "minecraft:cod",
+ "minecraft:command_block_minecart",
+ "minecraft:cow",
+ "minecraft:creeper",
+ "minecraft:dolphin",
+ "minecraft:donkey",
+ "minecraft:dragon_fireball",
+ "minecraft:drowned",
+ "minecraft:egg",
+ "minecraft:elder_guardian",
+ "minecraft:end_crystal",
+ "minecraft:ender_dragon",
+ "minecraft:ender_pearl",
+ "minecraft:enderman",
+ "minecraft:endermite",
+ "minecraft:evoker",
+ "minecraft:evoker_fangs",
+ "minecraft:experience_bottle",
+ "minecraft:experience_orb",
+ "minecraft:eye_of_ender",
+ "minecraft:falling_block",
+ "minecraft:fireball",
+ "minecraft:firework_rocket",
+ "minecraft:fishing_bobber",
+ "minecraft:fox",
+ "minecraft:furnace_minecart",
+ "minecraft:ghast",
+ "minecraft:giant",
+ "minecraft:guardian",
+ "minecraft:hoglin",
+ "minecraft:hopper_minecart",
+ "minecraft:horse",
+ "minecraft:husk",
+ "minecraft:illusioner",
+ "minecraft:iron_golem",
+ "minecraft:item",
+ "minecraft:item_frame",
+ "minecraft:leash_knot",
+ "minecraft:lightning_bolt",
+ "minecraft:llama",
+ "minecraft:llama_spit",
+ "minecraft:magma_cube",
+ "minecraft:minecart",
+ "minecraft:mooshroom",
+ "minecraft:mule",
+ "minecraft:ocelot",
+ "minecraft:painting",
+ "minecraft:panda",
+ "minecraft:parrot",
+ "minecraft:phantom",
+ "minecraft:pig",
+ "minecraft:piglin",
+ "minecraft:piglin_brute",
+ "minecraft:pillager",
+ "minecraft:player",
+ "minecraft:polar_bear",
+ "minecraft:potion",
+ "minecraft:pufferfish",
+ "minecraft:rabbit",
+ "minecraft:ravager",
+ "minecraft:salmon",
+ "minecraft:sheep",
+ "minecraft:shulker",
+ "minecraft:shulker_bullet",
+ "minecraft:silverfish",
+ "minecraft:skeleton",
+ "minecraft:skeleton_horse",
+ "minecraft:slime",
+ "minecraft:small_fireball",
+ "minecraft:snow_golem",
+ "minecraft:snowball",
+ "minecraft:spawner_minecart",
+ "minecraft:spectral_arrow",
+ "minecraft:spider",
+ "minecraft:squid",
+ "minecraft:stray",
+ "minecraft:strider",
+ "minecraft:tnt",
+ "minecraft:tnt_minecart",
+ "minecraft:trader_llama",
+ "minecraft:trident",
+ "minecraft:tropical_fish",
+ "minecraft:turtle",
+ "minecraft:vex",
+ "minecraft:villager",
+ "minecraft:vindicator",
+ "minecraft:wandering_trader",
+ "minecraft:witch",
+ "minecraft:wither",
+ "minecraft:wither_skeleton",
+ "minecraft:wither_skull",
+ "minecraft:wolf",
+ "minecraft:zoglin",
+ "minecraft:zombie",
+ "minecraft:zombie_horse",
+ "minecraft:zombie_villager",
+ "minecraft:zombified_piglin"
+ ],
+ "entitytags": {
+ "minecraft:arrows": [
+ "minecraft:arrow",
+ "minecraft:spectral_arrow"
+ ],
+ "minecraft:beehive_inhabitors": [
+ "minecraft:bee"
+ ],
+ "minecraft:impact_projectiles": [
+ "minecraft:arrow",
+ "minecraft:dragon_fireball",
+ "minecraft:egg",
+ "minecraft:fireball",
+ "minecraft:small_fireball",
+ "minecraft:snowball",
+ "minecraft:spectral_arrow",
+ "minecraft:trident",
+ "minecraft:wither_skull"
+ ],
+ "minecraft:raiders": [
+ "minecraft:evoker",
+ "minecraft:illusioner",
+ "minecraft:pillager",
+ "minecraft:ravager",
+ "minecraft:vindicator",
+ "minecraft:witch"
+ ],
+ "minecraft:skeletons": [
+ "minecraft:skeleton",
+ "minecraft:stray",
+ "minecraft:wither_skeleton"
+ ]
+ },
+ "items": [
+ "minecraft:acacia_boat",
+ "minecraft:acacia_button",
+ "minecraft:acacia_door",
+ "minecraft:acacia_fence",
+ "minecraft:acacia_fence_gate",
+ "minecraft:acacia_leaves",
+ "minecraft:acacia_log",
+ "minecraft:acacia_planks",
+ "minecraft:acacia_pressure_plate",
+ "minecraft:acacia_sapling",
+ "minecraft:acacia_sign",
+ "minecraft:acacia_slab",
+ "minecraft:acacia_stairs",
+ "minecraft:acacia_trapdoor",
+ "minecraft:acacia_wood",
+ "minecraft:activator_rail",
+ "minecraft:air",
+ "minecraft:allium",
+ "minecraft:ancient_debris",
+ "minecraft:andesite",
+ "minecraft:andesite_slab",
+ "minecraft:andesite_stairs",
+ "minecraft:andesite_wall",
+ "minecraft:anvil",
+ "minecraft:apple",
+ "minecraft:armor_stand",
+ "minecraft:arrow",
+ "minecraft:azure_bluet",
+ "minecraft:baked_potato",
+ "minecraft:bamboo",
+ "minecraft:barrel",
+ "minecraft:barrier",
+ "minecraft:basalt",
+ "minecraft:bat_spawn_egg",
+ "minecraft:beacon",
+ "minecraft:bedrock",
+ "minecraft:bee_nest",
+ "minecraft:bee_spawn_egg",
+ "minecraft:beef",
+ "minecraft:beehive",
+ "minecraft:beetroot",
+ "minecraft:beetroot_seeds",
+ "minecraft:beetroot_soup",
+ "minecraft:bell",
+ "minecraft:birch_boat",
+ "minecraft:birch_button",
+ "minecraft:birch_door",
+ "minecraft:birch_fence",
+ "minecraft:birch_fence_gate",
+ "minecraft:birch_leaves",
+ "minecraft:birch_log",
+ "minecraft:birch_planks",
+ "minecraft:birch_pressure_plate",
+ "minecraft:birch_sapling",
+ "minecraft:birch_sign",
+ "minecraft:birch_slab",
+ "minecraft:birch_stairs",
+ "minecraft:birch_trapdoor",
+ "minecraft:birch_wood",
+ "minecraft:black_banner",
+ "minecraft:black_bed",
+ "minecraft:black_carpet",
+ "minecraft:black_concrete",
+ "minecraft:black_concrete_powder",
+ "minecraft:black_dye",
+ "minecraft:black_glazed_terracotta",
+ "minecraft:black_shulker_box",
+ "minecraft:black_stained_glass",
+ "minecraft:black_stained_glass_pane",
+ "minecraft:black_terracotta",
+ "minecraft:black_wool",
+ "minecraft:blackstone",
+ "minecraft:blackstone_slab",
+ "minecraft:blackstone_stairs",
+ "minecraft:blackstone_wall",
+ "minecraft:blast_furnace",
+ "minecraft:blaze_powder",
+ "minecraft:blaze_rod",
+ "minecraft:blaze_spawn_egg",
+ "minecraft:blue_banner",
+ "minecraft:blue_bed",
+ "minecraft:blue_carpet",
+ "minecraft:blue_concrete",
+ "minecraft:blue_concrete_powder",
+ "minecraft:blue_dye",
+ "minecraft:blue_glazed_terracotta",
+ "minecraft:blue_ice",
+ "minecraft:blue_orchid",
+ "minecraft:blue_shulker_box",
+ "minecraft:blue_stained_glass",
+ "minecraft:blue_stained_glass_pane",
+ "minecraft:blue_terracotta",
+ "minecraft:blue_wool",
+ "minecraft:bone",
+ "minecraft:bone_block",
+ "minecraft:bone_meal",
+ "minecraft:book",
+ "minecraft:bookshelf",
+ "minecraft:bow",
+ "minecraft:bowl",
+ "minecraft:brain_coral",
+ "minecraft:brain_coral_block",
+ "minecraft:brain_coral_fan",
+ "minecraft:bread",
+ "minecraft:brewing_stand",
+ "minecraft:brick",
+ "minecraft:brick_slab",
+ "minecraft:brick_stairs",
+ "minecraft:brick_wall",
+ "minecraft:bricks",
+ "minecraft:brown_banner",
+ "minecraft:brown_bed",
+ "minecraft:brown_carpet",
+ "minecraft:brown_concrete",
+ "minecraft:brown_concrete_powder",
+ "minecraft:brown_dye",
+ "minecraft:brown_glazed_terracotta",
+ "minecraft:brown_mushroom",
+ "minecraft:brown_mushroom_block",
+ "minecraft:brown_shulker_box",
+ "minecraft:brown_stained_glass",
+ "minecraft:brown_stained_glass_pane",
+ "minecraft:brown_terracotta",
+ "minecraft:brown_wool",
+ "minecraft:bubble_coral",
+ "minecraft:bubble_coral_block",
+ "minecraft:bubble_coral_fan",
+ "minecraft:bucket",
+ "minecraft:cactus",
+ "minecraft:cake",
+ "minecraft:campfire",
+ "minecraft:carrot",
+ "minecraft:carrot_on_a_stick",
+ "minecraft:cartography_table",
+ "minecraft:carved_pumpkin",
+ "minecraft:cat_spawn_egg",
+ "minecraft:cauldron",
+ "minecraft:cave_spider_spawn_egg",
+ "minecraft:chain",
+ "minecraft:chain_command_block",
+ "minecraft:chainmail_boots",
+ "minecraft:chainmail_chestplate",
+ "minecraft:chainmail_helmet",
+ "minecraft:chainmail_leggings",
+ "minecraft:charcoal",
+ "minecraft:chest",
+ "minecraft:chest_minecart",
+ "minecraft:chicken",
+ "minecraft:chicken_spawn_egg",
+ "minecraft:chipped_anvil",
+ "minecraft:chiseled_nether_bricks",
+ "minecraft:chiseled_polished_blackstone",
+ "minecraft:chiseled_quartz_block",
+ "minecraft:chiseled_red_sandstone",
+ "minecraft:chiseled_sandstone",
+ "minecraft:chiseled_stone_bricks",
+ "minecraft:chorus_flower",
+ "minecraft:chorus_fruit",
+ "minecraft:chorus_plant",
+ "minecraft:clay",
+ "minecraft:clay_ball",
+ "minecraft:clock",
+ "minecraft:coal",
+ "minecraft:coal_block",
+ "minecraft:coal_ore",
+ "minecraft:coarse_dirt",
+ "minecraft:cobblestone",
+ "minecraft:cobblestone_slab",
+ "minecraft:cobblestone_stairs",
+ "minecraft:cobblestone_wall",
+ "minecraft:cobweb",
+ "minecraft:cocoa_beans",
+ "minecraft:cod",
+ "minecraft:cod_bucket",
+ "minecraft:cod_spawn_egg",
+ "minecraft:command_block",
+ "minecraft:command_block_minecart",
+ "minecraft:comparator",
+ "minecraft:compass",
+ "minecraft:composter",
+ "minecraft:conduit",
+ "minecraft:cooked_beef",
+ "minecraft:cooked_chicken",
+ "minecraft:cooked_cod",
+ "minecraft:cooked_mutton",
+ "minecraft:cooked_porkchop",
+ "minecraft:cooked_rabbit",
+ "minecraft:cooked_salmon",
+ "minecraft:cookie",
+ "minecraft:cornflower",
+ "minecraft:cow_spawn_egg",
+ "minecraft:cracked_nether_bricks",
+ "minecraft:cracked_polished_blackstone_bricks",
+ "minecraft:cracked_stone_bricks",
+ "minecraft:crafting_table",
+ "minecraft:creeper_banner_pattern",
+ "minecraft:creeper_head",
+ "minecraft:creeper_spawn_egg",
+ "minecraft:crimson_button",
+ "minecraft:crimson_door",
+ "minecraft:crimson_fence",
+ "minecraft:crimson_fence_gate",
+ "minecraft:crimson_fungus",
+ "minecraft:crimson_hyphae",
+ "minecraft:crimson_nylium",
+ "minecraft:crimson_planks",
+ "minecraft:crimson_pressure_plate",
+ "minecraft:crimson_roots",
+ "minecraft:crimson_sign",
+ "minecraft:crimson_slab",
+ "minecraft:crimson_stairs",
+ "minecraft:crimson_stem",
+ "minecraft:crimson_trapdoor",
+ "minecraft:crossbow",
+ "minecraft:crying_obsidian",
+ "minecraft:cut_red_sandstone",
+ "minecraft:cut_red_sandstone_slab",
+ "minecraft:cut_sandstone",
+ "minecraft:cut_sandstone_slab",
+ "minecraft:cyan_banner",
+ "minecraft:cyan_bed",
+ "minecraft:cyan_carpet",
+ "minecraft:cyan_concrete",
+ "minecraft:cyan_concrete_powder",
+ "minecraft:cyan_dye",
+ "minecraft:cyan_glazed_terracotta",
+ "minecraft:cyan_shulker_box",
+ "minecraft:cyan_stained_glass",
+ "minecraft:cyan_stained_glass_pane",
+ "minecraft:cyan_terracotta",
+ "minecraft:cyan_wool",
+ "minecraft:damaged_anvil",
+ "minecraft:dandelion",
+ "minecraft:dark_oak_boat",
+ "minecraft:dark_oak_button",
+ "minecraft:dark_oak_door",
+ "minecraft:dark_oak_fence",
+ "minecraft:dark_oak_fence_gate",
+ "minecraft:dark_oak_leaves",
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_planks",
+ "minecraft:dark_oak_pressure_plate",
+ "minecraft:dark_oak_sapling",
+ "minecraft:dark_oak_sign",
+ "minecraft:dark_oak_slab",
+ "minecraft:dark_oak_stairs",
+ "minecraft:dark_oak_trapdoor",
+ "minecraft:dark_oak_wood",
+ "minecraft:dark_prismarine",
+ "minecraft:dark_prismarine_slab",
+ "minecraft:dark_prismarine_stairs",
+ "minecraft:daylight_detector",
+ "minecraft:dead_brain_coral",
+ "minecraft:dead_brain_coral_block",
+ "minecraft:dead_brain_coral_fan",
+ "minecraft:dead_bubble_coral",
+ "minecraft:dead_bubble_coral_block",
+ "minecraft:dead_bubble_coral_fan",
+ "minecraft:dead_bush",
+ "minecraft:dead_fire_coral",
+ "minecraft:dead_fire_coral_block",
+ "minecraft:dead_fire_coral_fan",
+ "minecraft:dead_horn_coral",
+ "minecraft:dead_horn_coral_block",
+ "minecraft:dead_horn_coral_fan",
+ "minecraft:dead_tube_coral",
+ "minecraft:dead_tube_coral_block",
+ "minecraft:dead_tube_coral_fan",
+ "minecraft:debug_stick",
+ "minecraft:detector_rail",
+ "minecraft:diamond",
+ "minecraft:diamond_axe",
+ "minecraft:diamond_block",
+ "minecraft:diamond_boots",
+ "minecraft:diamond_chestplate",
+ "minecraft:diamond_helmet",
+ "minecraft:diamond_hoe",
+ "minecraft:diamond_horse_armor",
+ "minecraft:diamond_leggings",
+ "minecraft:diamond_ore",
+ "minecraft:diamond_pickaxe",
+ "minecraft:diamond_shovel",
+ "minecraft:diamond_sword",
+ "minecraft:diorite",
+ "minecraft:diorite_slab",
+ "minecraft:diorite_stairs",
+ "minecraft:diorite_wall",
+ "minecraft:dirt",
+ "minecraft:dispenser",
+ "minecraft:dolphin_spawn_egg",
+ "minecraft:donkey_spawn_egg",
+ "minecraft:dragon_breath",
+ "minecraft:dragon_egg",
+ "minecraft:dragon_head",
+ "minecraft:dried_kelp",
+ "minecraft:dried_kelp_block",
+ "minecraft:dropper",
+ "minecraft:drowned_spawn_egg",
+ "minecraft:egg",
+ "minecraft:elder_guardian_spawn_egg",
+ "minecraft:elytra",
+ "minecraft:emerald",
+ "minecraft:emerald_block",
+ "minecraft:emerald_ore",
+ "minecraft:enchanted_book",
+ "minecraft:enchanted_golden_apple",
+ "minecraft:enchanting_table",
+ "minecraft:end_crystal",
+ "minecraft:end_portal_frame",
+ "minecraft:end_rod",
+ "minecraft:end_stone",
+ "minecraft:end_stone_brick_slab",
+ "minecraft:end_stone_brick_stairs",
+ "minecraft:end_stone_brick_wall",
+ "minecraft:end_stone_bricks",
+ "minecraft:ender_chest",
+ "minecraft:ender_eye",
+ "minecraft:ender_pearl",
+ "minecraft:enderman_spawn_egg",
+ "minecraft:endermite_spawn_egg",
+ "minecraft:evoker_spawn_egg",
+ "minecraft:experience_bottle",
+ "minecraft:farmland",
+ "minecraft:feather",
+ "minecraft:fermented_spider_eye",
+ "minecraft:fern",
+ "minecraft:filled_map",
+ "minecraft:fire_charge",
+ "minecraft:fire_coral",
+ "minecraft:fire_coral_block",
+ "minecraft:fire_coral_fan",
+ "minecraft:firework_rocket",
+ "minecraft:firework_star",
+ "minecraft:fishing_rod",
+ "minecraft:fletching_table",
+ "minecraft:flint",
+ "minecraft:flint_and_steel",
+ "minecraft:flower_banner_pattern",
+ "minecraft:flower_pot",
+ "minecraft:fox_spawn_egg",
+ "minecraft:furnace",
+ "minecraft:furnace_minecart",
+ "minecraft:ghast_spawn_egg",
+ "minecraft:ghast_tear",
+ "minecraft:gilded_blackstone",
+ "minecraft:glass",
+ "minecraft:glass_bottle",
+ "minecraft:glass_pane",
+ "minecraft:glistering_melon_slice",
+ "minecraft:globe_banner_pattern",
+ "minecraft:glowstone",
+ "minecraft:glowstone_dust",
+ "minecraft:gold_block",
+ "minecraft:gold_ingot",
+ "minecraft:gold_nugget",
+ "minecraft:gold_ore",
+ "minecraft:golden_apple",
+ "minecraft:golden_axe",
+ "minecraft:golden_boots",
+ "minecraft:golden_carrot",
+ "minecraft:golden_chestplate",
+ "minecraft:golden_helmet",
+ "minecraft:golden_hoe",
+ "minecraft:golden_horse_armor",
+ "minecraft:golden_leggings",
+ "minecraft:golden_pickaxe",
+ "minecraft:golden_shovel",
+ "minecraft:golden_sword",
+ "minecraft:granite",
+ "minecraft:granite_slab",
+ "minecraft:granite_stairs",
+ "minecraft:granite_wall",
+ "minecraft:grass",
+ "minecraft:grass_block",
+ "minecraft:grass_path",
+ "minecraft:gravel",
+ "minecraft:gray_banner",
+ "minecraft:gray_bed",
+ "minecraft:gray_carpet",
+ "minecraft:gray_concrete",
+ "minecraft:gray_concrete_powder",
+ "minecraft:gray_dye",
+ "minecraft:gray_glazed_terracotta",
+ "minecraft:gray_shulker_box",
+ "minecraft:gray_stained_glass",
+ "minecraft:gray_stained_glass_pane",
+ "minecraft:gray_terracotta",
+ "minecraft:gray_wool",
+ "minecraft:green_banner",
+ "minecraft:green_bed",
+ "minecraft:green_carpet",
+ "minecraft:green_concrete",
+ "minecraft:green_concrete_powder",
+ "minecraft:green_dye",
+ "minecraft:green_glazed_terracotta",
+ "minecraft:green_shulker_box",
+ "minecraft:green_stained_glass",
+ "minecraft:green_stained_glass_pane",
+ "minecraft:green_terracotta",
+ "minecraft:green_wool",
+ "minecraft:grindstone",
+ "minecraft:guardian_spawn_egg",
+ "minecraft:gunpowder",
+ "minecraft:hay_block",
+ "minecraft:heart_of_the_sea",
+ "minecraft:heavy_weighted_pressure_plate",
+ "minecraft:hoglin_spawn_egg",
+ "minecraft:honey_block",
+ "minecraft:honey_bottle",
+ "minecraft:honeycomb",
+ "minecraft:honeycomb_block",
+ "minecraft:hopper",
+ "minecraft:hopper_minecart",
+ "minecraft:horn_coral",
+ "minecraft:horn_coral_block",
+ "minecraft:horn_coral_fan",
+ "minecraft:horse_spawn_egg",
+ "minecraft:husk_spawn_egg",
+ "minecraft:ice",
+ "minecraft:infested_chiseled_stone_bricks",
+ "minecraft:infested_cobblestone",
+ "minecraft:infested_cracked_stone_bricks",
+ "minecraft:infested_mossy_stone_bricks",
+ "minecraft:infested_stone",
+ "minecraft:infested_stone_bricks",
+ "minecraft:ink_sac",
+ "minecraft:iron_axe",
+ "minecraft:iron_bars",
+ "minecraft:iron_block",
+ "minecraft:iron_boots",
+ "minecraft:iron_chestplate",
+ "minecraft:iron_door",
+ "minecraft:iron_helmet",
+ "minecraft:iron_hoe",
+ "minecraft:iron_horse_armor",
+ "minecraft:iron_ingot",
+ "minecraft:iron_leggings",
+ "minecraft:iron_nugget",
+ "minecraft:iron_ore",
+ "minecraft:iron_pickaxe",
+ "minecraft:iron_shovel",
+ "minecraft:iron_sword",
+ "minecraft:iron_trapdoor",
+ "minecraft:item_frame",
+ "minecraft:jack_o_lantern",
+ "minecraft:jigsaw",
+ "minecraft:jukebox",
+ "minecraft:jungle_boat",
+ "minecraft:jungle_button",
+ "minecraft:jungle_door",
+ "minecraft:jungle_fence",
+ "minecraft:jungle_fence_gate",
+ "minecraft:jungle_leaves",
+ "minecraft:jungle_log",
+ "minecraft:jungle_planks",
+ "minecraft:jungle_pressure_plate",
+ "minecraft:jungle_sapling",
+ "minecraft:jungle_sign",
+ "minecraft:jungle_slab",
+ "minecraft:jungle_stairs",
+ "minecraft:jungle_trapdoor",
+ "minecraft:jungle_wood",
+ "minecraft:kelp",
+ "minecraft:knowledge_book",
+ "minecraft:ladder",
+ "minecraft:lantern",
+ "minecraft:lapis_block",
+ "minecraft:lapis_lazuli",
+ "minecraft:lapis_ore",
+ "minecraft:large_fern",
+ "minecraft:lava_bucket",
+ "minecraft:lead",
+ "minecraft:leather",
+ "minecraft:leather_boots",
+ "minecraft:leather_chestplate",
+ "minecraft:leather_helmet",
+ "minecraft:leather_horse_armor",
+ "minecraft:leather_leggings",
+ "minecraft:lectern",
+ "minecraft:lever",
+ "minecraft:light_blue_banner",
+ "minecraft:light_blue_bed",
+ "minecraft:light_blue_carpet",
+ "minecraft:light_blue_concrete",
+ "minecraft:light_blue_concrete_powder",
+ "minecraft:light_blue_dye",
+ "minecraft:light_blue_glazed_terracotta",
+ "minecraft:light_blue_shulker_box",
+ "minecraft:light_blue_stained_glass",
+ "minecraft:light_blue_stained_glass_pane",
+ "minecraft:light_blue_terracotta",
+ "minecraft:light_blue_wool",
+ "minecraft:light_gray_banner",
+ "minecraft:light_gray_bed",
+ "minecraft:light_gray_carpet",
+ "minecraft:light_gray_concrete",
+ "minecraft:light_gray_concrete_powder",
+ "minecraft:light_gray_dye",
+ "minecraft:light_gray_glazed_terracotta",
+ "minecraft:light_gray_shulker_box",
+ "minecraft:light_gray_stained_glass",
+ "minecraft:light_gray_stained_glass_pane",
+ "minecraft:light_gray_terracotta",
+ "minecraft:light_gray_wool",
+ "minecraft:light_weighted_pressure_plate",
+ "minecraft:lilac",
+ "minecraft:lily_of_the_valley",
+ "minecraft:lily_pad",
+ "minecraft:lime_banner",
+ "minecraft:lime_bed",
+ "minecraft:lime_carpet",
+ "minecraft:lime_concrete",
+ "minecraft:lime_concrete_powder",
+ "minecraft:lime_dye",
+ "minecraft:lime_glazed_terracotta",
+ "minecraft:lime_shulker_box",
+ "minecraft:lime_stained_glass",
+ "minecraft:lime_stained_glass_pane",
+ "minecraft:lime_terracotta",
+ "minecraft:lime_wool",
+ "minecraft:lingering_potion",
+ "minecraft:llama_spawn_egg",
+ "minecraft:lodestone",
+ "minecraft:loom",
+ "minecraft:magenta_banner",
+ "minecraft:magenta_bed",
+ "minecraft:magenta_carpet",
+ "minecraft:magenta_concrete",
+ "minecraft:magenta_concrete_powder",
+ "minecraft:magenta_dye",
+ "minecraft:magenta_glazed_terracotta",
+ "minecraft:magenta_shulker_box",
+ "minecraft:magenta_stained_glass",
+ "minecraft:magenta_stained_glass_pane",
+ "minecraft:magenta_terracotta",
+ "minecraft:magenta_wool",
+ "minecraft:magma_block",
+ "minecraft:magma_cream",
+ "minecraft:magma_cube_spawn_egg",
+ "minecraft:map",
+ "minecraft:melon",
+ "minecraft:melon_seeds",
+ "minecraft:melon_slice",
+ "minecraft:milk_bucket",
+ "minecraft:minecart",
+ "minecraft:mojang_banner_pattern",
+ "minecraft:mooshroom_spawn_egg",
+ "minecraft:mossy_cobblestone",
+ "minecraft:mossy_cobblestone_slab",
+ "minecraft:mossy_cobblestone_stairs",
+ "minecraft:mossy_cobblestone_wall",
+ "minecraft:mossy_stone_brick_slab",
+ "minecraft:mossy_stone_brick_stairs",
+ "minecraft:mossy_stone_brick_wall",
+ "minecraft:mossy_stone_bricks",
+ "minecraft:mule_spawn_egg",
+ "minecraft:mushroom_stem",
+ "minecraft:mushroom_stew",
+ "minecraft:music_disc_11",
+ "minecraft:music_disc_13",
+ "minecraft:music_disc_blocks",
+ "minecraft:music_disc_cat",
+ "minecraft:music_disc_chirp",
+ "minecraft:music_disc_far",
+ "minecraft:music_disc_mall",
+ "minecraft:music_disc_mellohi",
+ "minecraft:music_disc_pigstep",
+ "minecraft:music_disc_stal",
+ "minecraft:music_disc_strad",
+ "minecraft:music_disc_wait",
+ "minecraft:music_disc_ward",
+ "minecraft:mutton",
+ "minecraft:mycelium",
+ "minecraft:name_tag",
+ "minecraft:nautilus_shell",
+ "minecraft:nether_brick",
+ "minecraft:nether_brick_fence",
+ "minecraft:nether_brick_slab",
+ "minecraft:nether_brick_stairs",
+ "minecraft:nether_brick_wall",
+ "minecraft:nether_bricks",
+ "minecraft:nether_gold_ore",
+ "minecraft:nether_quartz_ore",
+ "minecraft:nether_sprouts",
+ "minecraft:nether_star",
+ "minecraft:nether_wart",
+ "minecraft:nether_wart_block",
+ "minecraft:netherite_axe",
+ "minecraft:netherite_block",
+ "minecraft:netherite_boots",
+ "minecraft:netherite_chestplate",
+ "minecraft:netherite_helmet",
+ "minecraft:netherite_hoe",
+ "minecraft:netherite_ingot",
+ "minecraft:netherite_leggings",
+ "minecraft:netherite_pickaxe",
+ "minecraft:netherite_scrap",
+ "minecraft:netherite_shovel",
+ "minecraft:netherite_sword",
+ "minecraft:netherrack",
+ "minecraft:note_block",
+ "minecraft:oak_boat",
+ "minecraft:oak_button",
+ "minecraft:oak_door",
+ "minecraft:oak_fence",
+ "minecraft:oak_fence_gate",
+ "minecraft:oak_leaves",
+ "minecraft:oak_log",
+ "minecraft:oak_planks",
+ "minecraft:oak_pressure_plate",
+ "minecraft:oak_sapling",
+ "minecraft:oak_sign",
+ "minecraft:oak_slab",
+ "minecraft:oak_stairs",
+ "minecraft:oak_trapdoor",
+ "minecraft:oak_wood",
+ "minecraft:observer",
+ "minecraft:obsidian",
+ "minecraft:ocelot_spawn_egg",
+ "minecraft:orange_banner",
+ "minecraft:orange_bed",
+ "minecraft:orange_carpet",
+ "minecraft:orange_concrete",
+ "minecraft:orange_concrete_powder",
+ "minecraft:orange_dye",
+ "minecraft:orange_glazed_terracotta",
+ "minecraft:orange_shulker_box",
+ "minecraft:orange_stained_glass",
+ "minecraft:orange_stained_glass_pane",
+ "minecraft:orange_terracotta",
+ "minecraft:orange_tulip",
+ "minecraft:orange_wool",
+ "minecraft:oxeye_daisy",
+ "minecraft:packed_ice",
+ "minecraft:painting",
+ "minecraft:panda_spawn_egg",
+ "minecraft:paper",
+ "minecraft:parrot_spawn_egg",
+ "minecraft:peony",
+ "minecraft:petrified_oak_slab",
+ "minecraft:phantom_membrane",
+ "minecraft:phantom_spawn_egg",
+ "minecraft:pig_spawn_egg",
+ "minecraft:piglin_banner_pattern",
+ "minecraft:piglin_brute_spawn_egg",
+ "minecraft:piglin_spawn_egg",
+ "minecraft:pillager_spawn_egg",
+ "minecraft:pink_banner",
+ "minecraft:pink_bed",
+ "minecraft:pink_carpet",
+ "minecraft:pink_concrete",
+ "minecraft:pink_concrete_powder",
+ "minecraft:pink_dye",
+ "minecraft:pink_glazed_terracotta",
+ "minecraft:pink_shulker_box",
+ "minecraft:pink_stained_glass",
+ "minecraft:pink_stained_glass_pane",
+ "minecraft:pink_terracotta",
+ "minecraft:pink_tulip",
+ "minecraft:pink_wool",
+ "minecraft:piston",
+ "minecraft:player_head",
+ "minecraft:podzol",
+ "minecraft:poisonous_potato",
+ "minecraft:polar_bear_spawn_egg",
+ "minecraft:polished_andesite",
+ "minecraft:polished_andesite_slab",
+ "minecraft:polished_andesite_stairs",
+ "minecraft:polished_basalt",
+ "minecraft:polished_blackstone",
+ "minecraft:polished_blackstone_brick_slab",
+ "minecraft:polished_blackstone_brick_stairs",
+ "minecraft:polished_blackstone_brick_wall",
+ "minecraft:polished_blackstone_bricks",
+ "minecraft:polished_blackstone_button",
+ "minecraft:polished_blackstone_pressure_plate",
+ "minecraft:polished_blackstone_slab",
+ "minecraft:polished_blackstone_stairs",
+ "minecraft:polished_blackstone_wall",
+ "minecraft:polished_diorite",
+ "minecraft:polished_diorite_slab",
+ "minecraft:polished_diorite_stairs",
+ "minecraft:polished_granite",
+ "minecraft:polished_granite_slab",
+ "minecraft:polished_granite_stairs",
+ "minecraft:popped_chorus_fruit",
+ "minecraft:poppy",
+ "minecraft:porkchop",
+ "minecraft:potato",
+ "minecraft:potion",
+ "minecraft:powered_rail",
+ "minecraft:prismarine",
+ "minecraft:prismarine_brick_slab",
+ "minecraft:prismarine_brick_stairs",
+ "minecraft:prismarine_bricks",
+ "minecraft:prismarine_crystals",
+ "minecraft:prismarine_shard",
+ "minecraft:prismarine_slab",
+ "minecraft:prismarine_stairs",
+ "minecraft:prismarine_wall",
+ "minecraft:pufferfish",
+ "minecraft:pufferfish_bucket",
+ "minecraft:pufferfish_spawn_egg",
+ "minecraft:pumpkin",
+ "minecraft:pumpkin_pie",
+ "minecraft:pumpkin_seeds",
+ "minecraft:purple_banner",
+ "minecraft:purple_bed",
+ "minecraft:purple_carpet",
+ "minecraft:purple_concrete",
+ "minecraft:purple_concrete_powder",
+ "minecraft:purple_dye",
+ "minecraft:purple_glazed_terracotta",
+ "minecraft:purple_shulker_box",
+ "minecraft:purple_stained_glass",
+ "minecraft:purple_stained_glass_pane",
+ "minecraft:purple_terracotta",
+ "minecraft:purple_wool",
+ "minecraft:purpur_block",
+ "minecraft:purpur_pillar",
+ "minecraft:purpur_slab",
+ "minecraft:purpur_stairs",
+ "minecraft:quartz",
+ "minecraft:quartz_block",
+ "minecraft:quartz_bricks",
+ "minecraft:quartz_pillar",
+ "minecraft:quartz_slab",
+ "minecraft:quartz_stairs",
+ "minecraft:rabbit",
+ "minecraft:rabbit_foot",
+ "minecraft:rabbit_hide",
+ "minecraft:rabbit_spawn_egg",
+ "minecraft:rabbit_stew",
+ "minecraft:rail",
+ "minecraft:ravager_spawn_egg",
+ "minecraft:red_banner",
+ "minecraft:red_bed",
+ "minecraft:red_carpet",
+ "minecraft:red_concrete",
+ "minecraft:red_concrete_powder",
+ "minecraft:red_dye",
+ "minecraft:red_glazed_terracotta",
+ "minecraft:red_mushroom",
+ "minecraft:red_mushroom_block",
+ "minecraft:red_nether_brick_slab",
+ "minecraft:red_nether_brick_stairs",
+ "minecraft:red_nether_brick_wall",
+ "minecraft:red_nether_bricks",
+ "minecraft:red_sand",
+ "minecraft:red_sandstone",
+ "minecraft:red_sandstone_slab",
+ "minecraft:red_sandstone_stairs",
+ "minecraft:red_sandstone_wall",
+ "minecraft:red_shulker_box",
+ "minecraft:red_stained_glass",
+ "minecraft:red_stained_glass_pane",
+ "minecraft:red_terracotta",
+ "minecraft:red_tulip",
+ "minecraft:red_wool",
+ "minecraft:redstone",
+ "minecraft:redstone_block",
+ "minecraft:redstone_lamp",
+ "minecraft:redstone_ore",
+ "minecraft:redstone_torch",
+ "minecraft:repeater",
+ "minecraft:repeating_command_block",
+ "minecraft:respawn_anchor",
+ "minecraft:rose_bush",
+ "minecraft:rotten_flesh",
+ "minecraft:saddle",
+ "minecraft:salmon",
+ "minecraft:salmon_bucket",
+ "minecraft:salmon_spawn_egg",
+ "minecraft:sand",
+ "minecraft:sandstone",
+ "minecraft:sandstone_slab",
+ "minecraft:sandstone_stairs",
+ "minecraft:sandstone_wall",
+ "minecraft:scaffolding",
+ "minecraft:scute",
+ "minecraft:sea_lantern",
+ "minecraft:sea_pickle",
+ "minecraft:seagrass",
+ "minecraft:shears",
+ "minecraft:sheep_spawn_egg",
+ "minecraft:shield",
+ "minecraft:shroomlight",
+ "minecraft:shulker_box",
+ "minecraft:shulker_shell",
+ "minecraft:shulker_spawn_egg",
+ "minecraft:silverfish_spawn_egg",
+ "minecraft:skeleton_horse_spawn_egg",
+ "minecraft:skeleton_skull",
+ "minecraft:skeleton_spawn_egg",
+ "minecraft:skull_banner_pattern",
+ "minecraft:slime_ball",
+ "minecraft:slime_block",
+ "minecraft:slime_spawn_egg",
+ "minecraft:smithing_table",
+ "minecraft:smoker",
+ "minecraft:smooth_quartz",
+ "minecraft:smooth_quartz_slab",
+ "minecraft:smooth_quartz_stairs",
+ "minecraft:smooth_red_sandstone",
+ "minecraft:smooth_red_sandstone_slab",
+ "minecraft:smooth_red_sandstone_stairs",
+ "minecraft:smooth_sandstone",
+ "minecraft:smooth_sandstone_slab",
+ "minecraft:smooth_sandstone_stairs",
+ "minecraft:smooth_stone",
+ "minecraft:smooth_stone_slab",
+ "minecraft:snow",
+ "minecraft:snow_block",
+ "minecraft:snowball",
+ "minecraft:soul_campfire",
+ "minecraft:soul_lantern",
+ "minecraft:soul_sand",
+ "minecraft:soul_soil",
+ "minecraft:soul_torch",
+ "minecraft:spawner",
+ "minecraft:spectral_arrow",
+ "minecraft:spider_eye",
+ "minecraft:spider_spawn_egg",
+ "minecraft:splash_potion",
+ "minecraft:sponge",
+ "minecraft:spruce_boat",
+ "minecraft:spruce_button",
+ "minecraft:spruce_door",
+ "minecraft:spruce_fence",
+ "minecraft:spruce_fence_gate",
+ "minecraft:spruce_leaves",
+ "minecraft:spruce_log",
+ "minecraft:spruce_planks",
+ "minecraft:spruce_pressure_plate",
+ "minecraft:spruce_sapling",
+ "minecraft:spruce_sign",
+ "minecraft:spruce_slab",
+ "minecraft:spruce_stairs",
+ "minecraft:spruce_trapdoor",
+ "minecraft:spruce_wood",
+ "minecraft:squid_spawn_egg",
+ "minecraft:stick",
+ "minecraft:sticky_piston",
+ "minecraft:stone",
+ "minecraft:stone_axe",
+ "minecraft:stone_brick_slab",
+ "minecraft:stone_brick_stairs",
+ "minecraft:stone_brick_wall",
+ "minecraft:stone_bricks",
+ "minecraft:stone_button",
+ "minecraft:stone_hoe",
+ "minecraft:stone_pickaxe",
+ "minecraft:stone_pressure_plate",
+ "minecraft:stone_shovel",
+ "minecraft:stone_slab",
+ "minecraft:stone_stairs",
+ "minecraft:stone_sword",
+ "minecraft:stonecutter",
+ "minecraft:stray_spawn_egg",
+ "minecraft:strider_spawn_egg",
+ "minecraft:string",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood",
+ "minecraft:stripped_crimson_hyphae",
+ "minecraft:stripped_crimson_stem",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood",
+ "minecraft:stripped_warped_hyphae",
+ "minecraft:stripped_warped_stem",
+ "minecraft:structure_block",
+ "minecraft:structure_void",
+ "minecraft:sugar",
+ "minecraft:sugar_cane",
+ "minecraft:sunflower",
+ "minecraft:suspicious_stew",
+ "minecraft:sweet_berries",
+ "minecraft:tall_grass",
+ "minecraft:target",
+ "minecraft:terracotta",
+ "minecraft:tipped_arrow",
+ "minecraft:tnt",
+ "minecraft:tnt_minecart",
+ "minecraft:torch",
+ "minecraft:totem_of_undying",
+ "minecraft:trader_llama_spawn_egg",
+ "minecraft:trapped_chest",
+ "minecraft:trident",
+ "minecraft:tripwire_hook",
+ "minecraft:tropical_fish",
+ "minecraft:tropical_fish_bucket",
+ "minecraft:tropical_fish_spawn_egg",
+ "minecraft:tube_coral",
+ "minecraft:tube_coral_block",
+ "minecraft:tube_coral_fan",
+ "minecraft:turtle_egg",
+ "minecraft:turtle_helmet",
+ "minecraft:turtle_spawn_egg",
+ "minecraft:twisting_vines",
+ "minecraft:vex_spawn_egg",
+ "minecraft:villager_spawn_egg",
+ "minecraft:vindicator_spawn_egg",
+ "minecraft:vine",
+ "minecraft:wandering_trader_spawn_egg",
+ "minecraft:warped_button",
+ "minecraft:warped_door",
+ "minecraft:warped_fence",
+ "minecraft:warped_fence_gate",
+ "minecraft:warped_fungus",
+ "minecraft:warped_fungus_on_a_stick",
+ "minecraft:warped_hyphae",
+ "minecraft:warped_nylium",
+ "minecraft:warped_planks",
+ "minecraft:warped_pressure_plate",
+ "minecraft:warped_roots",
+ "minecraft:warped_sign",
+ "minecraft:warped_slab",
+ "minecraft:warped_stairs",
+ "minecraft:warped_stem",
+ "minecraft:warped_trapdoor",
+ "minecraft:warped_wart_block",
+ "minecraft:water_bucket",
+ "minecraft:weeping_vines",
+ "minecraft:wet_sponge",
+ "minecraft:wheat",
+ "minecraft:wheat_seeds",
+ "minecraft:white_banner",
+ "minecraft:white_bed",
+ "minecraft:white_carpet",
+ "minecraft:white_concrete",
+ "minecraft:white_concrete_powder",
+ "minecraft:white_dye",
+ "minecraft:white_glazed_terracotta",
+ "minecraft:white_shulker_box",
+ "minecraft:white_stained_glass",
+ "minecraft:white_stained_glass_pane",
+ "minecraft:white_terracotta",
+ "minecraft:white_tulip",
+ "minecraft:white_wool",
+ "minecraft:witch_spawn_egg",
+ "minecraft:wither_rose",
+ "minecraft:wither_skeleton_skull",
+ "minecraft:wither_skeleton_spawn_egg",
+ "minecraft:wolf_spawn_egg",
+ "minecraft:wooden_axe",
+ "minecraft:wooden_hoe",
+ "minecraft:wooden_pickaxe",
+ "minecraft:wooden_shovel",
+ "minecraft:wooden_sword",
+ "minecraft:writable_book",
+ "minecraft:written_book",
+ "minecraft:yellow_banner",
+ "minecraft:yellow_bed",
+ "minecraft:yellow_carpet",
+ "minecraft:yellow_concrete",
+ "minecraft:yellow_concrete_powder",
+ "minecraft:yellow_dye",
+ "minecraft:yellow_glazed_terracotta",
+ "minecraft:yellow_shulker_box",
+ "minecraft:yellow_stained_glass",
+ "minecraft:yellow_stained_glass_pane",
+ "minecraft:yellow_terracotta",
+ "minecraft:yellow_wool",
+ "minecraft:zoglin_spawn_egg",
+ "minecraft:zombie_head",
+ "minecraft:zombie_horse_spawn_egg",
+ "minecraft:zombie_spawn_egg",
+ "minecraft:zombie_villager_spawn_egg",
+ "minecraft:zombified_piglin_spawn_egg"
+ ],
+ "itemtags": {
+ "minecraft:acacia_logs": [
+ "minecraft:acacia_log",
+ "minecraft:acacia_wood",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood"
+ ],
+ "minecraft:anvil": [
+ "minecraft:anvil",
+ "minecraft:chipped_anvil",
+ "minecraft:damaged_anvil"
+ ],
+ "minecraft:arrows": [
+ "minecraft:arrow",
+ "minecraft:spectral_arrow",
+ "minecraft:tipped_arrow"
+ ],
+ "minecraft:banners": [
+ "minecraft:black_banner",
+ "minecraft:blue_banner",
+ "minecraft:brown_banner",
+ "minecraft:cyan_banner",
+ "minecraft:gray_banner",
+ "minecraft:green_banner",
+ "minecraft:light_blue_banner",
+ "minecraft:light_gray_banner",
+ "minecraft:lime_banner",
+ "minecraft:magenta_banner",
+ "minecraft:orange_banner",
+ "minecraft:pink_banner",
+ "minecraft:purple_banner",
+ "minecraft:red_banner",
+ "minecraft:white_banner",
+ "minecraft:yellow_banner"
+ ],
+ "minecraft:beacon_payment_items": [
+ "minecraft:diamond",
+ "minecraft:emerald",
+ "minecraft:gold_ingot",
+ "minecraft:iron_ingot",
+ "minecraft:netherite_ingot"
+ ],
+ "minecraft:beds": [
+ "minecraft:black_bed",
+ "minecraft:blue_bed",
+ "minecraft:brown_bed",
+ "minecraft:cyan_bed",
+ "minecraft:gray_bed",
+ "minecraft:green_bed",
+ "minecraft:light_blue_bed",
+ "minecraft:light_gray_bed",
+ "minecraft:lime_bed",
+ "minecraft:magenta_bed",
+ "minecraft:orange_bed",
+ "minecraft:pink_bed",
+ "minecraft:purple_bed",
+ "minecraft:red_bed",
+ "minecraft:white_bed",
+ "minecraft:yellow_bed"
+ ],
+ "minecraft:birch_logs": [
+ "minecraft:birch_log",
+ "minecraft:birch_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood"
+ ],
+ "minecraft:boats": [
+ "minecraft:acacia_boat",
+ "minecraft:birch_boat",
+ "minecraft:dark_oak_boat",
+ "minecraft:jungle_boat",
+ "minecraft:oak_boat",
+ "minecraft:spruce_boat"
+ ],
+ "minecraft:buttons": [
+ "minecraft:acacia_button",
+ "minecraft:birch_button",
+ "minecraft:crimson_button",
+ "minecraft:dark_oak_button",
+ "minecraft:jungle_button",
+ "minecraft:oak_button",
+ "minecraft:polished_blackstone_button",
+ "minecraft:spruce_button",
+ "minecraft:stone_button",
+ "minecraft:warped_button"
+ ],
+ "minecraft:carpets": [
+ "minecraft:black_carpet",
+ "minecraft:blue_carpet",
+ "minecraft:brown_carpet",
+ "minecraft:cyan_carpet",
+ "minecraft:gray_carpet",
+ "minecraft:green_carpet",
+ "minecraft:light_blue_carpet",
+ "minecraft:light_gray_carpet",
+ "minecraft:lime_carpet",
+ "minecraft:magenta_carpet",
+ "minecraft:orange_carpet",
+ "minecraft:pink_carpet",
+ "minecraft:purple_carpet",
+ "minecraft:red_carpet",
+ "minecraft:white_carpet",
+ "minecraft:yellow_carpet"
+ ],
+ "minecraft:coals": [
+ "minecraft:charcoal",
+ "minecraft:coal"
+ ],
+ "minecraft:creeper_drop_music_discs": [
+ "minecraft:music_disc_11",
+ "minecraft:music_disc_13",
+ "minecraft:music_disc_blocks",
+ "minecraft:music_disc_cat",
+ "minecraft:music_disc_chirp",
+ "minecraft:music_disc_far",
+ "minecraft:music_disc_mall",
+ "minecraft:music_disc_mellohi",
+ "minecraft:music_disc_stal",
+ "minecraft:music_disc_strad",
+ "minecraft:music_disc_wait",
+ "minecraft:music_disc_ward"
+ ],
+ "minecraft:crimson_stems": [
+ "minecraft:crimson_hyphae",
+ "minecraft:crimson_stem",
+ "minecraft:stripped_crimson_hyphae",
+ "minecraft:stripped_crimson_stem"
+ ],
+ "minecraft:dark_oak_logs": [
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_wood",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood"
+ ],
+ "minecraft:doors": [
+ "minecraft:acacia_door",
+ "minecraft:birch_door",
+ "minecraft:crimson_door",
+ "minecraft:dark_oak_door",
+ "minecraft:iron_door",
+ "minecraft:jungle_door",
+ "minecraft:oak_door",
+ "minecraft:spruce_door",
+ "minecraft:warped_door"
+ ],
+ "minecraft:fences": [
+ "minecraft:acacia_fence",
+ "minecraft:birch_fence",
+ "minecraft:crimson_fence",
+ "minecraft:dark_oak_fence",
+ "minecraft:jungle_fence",
+ "minecraft:nether_brick_fence",
+ "minecraft:oak_fence",
+ "minecraft:spruce_fence",
+ "minecraft:warped_fence"
+ ],
+ "minecraft:fishes": [
+ "minecraft:cod",
+ "minecraft:cooked_cod",
+ "minecraft:cooked_salmon",
+ "minecraft:pufferfish",
+ "minecraft:salmon",
+ "minecraft:tropical_fish"
+ ],
+ "minecraft:flowers": [
+ "minecraft:allium",
+ "minecraft:azure_bluet",
+ "minecraft:blue_orchid",
+ "minecraft:cornflower",
+ "minecraft:dandelion",
+ "minecraft:lilac",
+ "minecraft:lily_of_the_valley",
+ "minecraft:orange_tulip",
+ "minecraft:oxeye_daisy",
+ "minecraft:peony",
+ "minecraft:pink_tulip",
+ "minecraft:poppy",
+ "minecraft:red_tulip",
+ "minecraft:rose_bush",
+ "minecraft:sunflower",
+ "minecraft:white_tulip",
+ "minecraft:wither_rose"
+ ],
+ "minecraft:gold_ores": [
+ "minecraft:gold_ore",
+ "minecraft:nether_gold_ore"
+ ],
+ "minecraft:jungle_logs": [
+ "minecraft:jungle_log",
+ "minecraft:jungle_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood"
+ ],
+ "minecraft:leaves": [
+ "minecraft:acacia_leaves",
+ "minecraft:birch_leaves",
+ "minecraft:dark_oak_leaves",
+ "minecraft:jungle_leaves",
+ "minecraft:oak_leaves",
+ "minecraft:spruce_leaves"
+ ],
+ "minecraft:lectern_books": [
+ "minecraft:writable_book",
+ "minecraft:written_book"
+ ],
+ "minecraft:logs": [
+ "minecraft:acacia_log",
+ "minecraft:acacia_wood",
+ "minecraft:birch_log",
+ "minecraft:birch_wood",
+ "minecraft:crimson_hyphae",
+ "minecraft:crimson_stem",
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_wood",
+ "minecraft:jungle_log",
+ "minecraft:jungle_wood",
+ "minecraft:oak_log",
+ "minecraft:oak_wood",
+ "minecraft:spruce_log",
+ "minecraft:spruce_wood",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood",
+ "minecraft:stripped_crimson_hyphae",
+ "minecraft:stripped_crimson_stem",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood",
+ "minecraft:stripped_warped_hyphae",
+ "minecraft:stripped_warped_stem",
+ "minecraft:warped_hyphae",
+ "minecraft:warped_stem"
+ ],
+ "minecraft:logs_that_burn": [
+ "minecraft:acacia_log",
+ "minecraft:acacia_wood",
+ "minecraft:birch_log",
+ "minecraft:birch_wood",
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_wood",
+ "minecraft:jungle_log",
+ "minecraft:jungle_wood",
+ "minecraft:oak_log",
+ "minecraft:oak_wood",
+ "minecraft:spruce_log",
+ "minecraft:spruce_wood",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood"
+ ],
+ "minecraft:music_discs": [
+ "minecraft:music_disc_11",
+ "minecraft:music_disc_13",
+ "minecraft:music_disc_blocks",
+ "minecraft:music_disc_cat",
+ "minecraft:music_disc_chirp",
+ "minecraft:music_disc_far",
+ "minecraft:music_disc_mall",
+ "minecraft:music_disc_mellohi",
+ "minecraft:music_disc_pigstep",
+ "minecraft:music_disc_stal",
+ "minecraft:music_disc_strad",
+ "minecraft:music_disc_wait",
+ "minecraft:music_disc_ward"
+ ],
+ "minecraft:non_flammable_wood": [
+ "minecraft:crimson_button",
+ "minecraft:crimson_door",
+ "minecraft:crimson_fence",
+ "minecraft:crimson_fence_gate",
+ "minecraft:crimson_hyphae",
+ "minecraft:crimson_planks",
+ "minecraft:crimson_pressure_plate",
+ "minecraft:crimson_sign",
+ "minecraft:crimson_slab",
+ "minecraft:crimson_stairs",
+ "minecraft:crimson_stem",
+ "minecraft:crimson_trapdoor",
+ "minecraft:stripped_crimson_hyphae",
+ "minecraft:stripped_crimson_stem",
+ "minecraft:stripped_warped_hyphae",
+ "minecraft:stripped_warped_stem",
+ "minecraft:warped_button",
+ "minecraft:warped_door",
+ "minecraft:warped_fence",
+ "minecraft:warped_fence_gate",
+ "minecraft:warped_hyphae",
+ "minecraft:warped_planks",
+ "minecraft:warped_pressure_plate",
+ "minecraft:warped_sign",
+ "minecraft:warped_slab",
+ "minecraft:warped_stairs",
+ "minecraft:warped_stem",
+ "minecraft:warped_trapdoor"
+ ],
+ "minecraft:oak_logs": [
+ "minecraft:oak_log",
+ "minecraft:oak_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood"
+ ],
+ "minecraft:piglin_loved": [
+ "minecraft:bell",
+ "minecraft:clock",
+ "minecraft:enchanted_golden_apple",
+ "minecraft:gilded_blackstone",
+ "minecraft:glistering_melon_slice",
+ "minecraft:gold_block",
+ "minecraft:gold_ingot",
+ "minecraft:gold_ore",
+ "minecraft:golden_apple",
+ "minecraft:golden_axe",
+ "minecraft:golden_boots",
+ "minecraft:golden_carrot",
+ "minecraft:golden_chestplate",
+ "minecraft:golden_helmet",
+ "minecraft:golden_hoe",
+ "minecraft:golden_horse_armor",
+ "minecraft:golden_leggings",
+ "minecraft:golden_pickaxe",
+ "minecraft:golden_shovel",
+ "minecraft:golden_sword",
+ "minecraft:light_weighted_pressure_plate",
+ "minecraft:nether_gold_ore"
+ ],
+ "minecraft:piglin_repellents": [
+ "minecraft:soul_campfire",
+ "minecraft:soul_lantern",
+ "minecraft:soul_torch"
+ ],
+ "minecraft:planks": [
+ "minecraft:acacia_planks",
+ "minecraft:birch_planks",
+ "minecraft:crimson_planks",
+ "minecraft:dark_oak_planks",
+ "minecraft:jungle_planks",
+ "minecraft:oak_planks",
+ "minecraft:spruce_planks",
+ "minecraft:warped_planks"
+ ],
+ "minecraft:rails": [
+ "minecraft:activator_rail",
+ "minecraft:detector_rail",
+ "minecraft:powered_rail",
+ "minecraft:rail"
+ ],
+ "minecraft:sand": [
+ "minecraft:red_sand",
+ "minecraft:sand"
+ ],
+ "minecraft:saplings": [
+ "minecraft:acacia_sapling",
+ "minecraft:birch_sapling",
+ "minecraft:dark_oak_sapling",
+ "minecraft:jungle_sapling",
+ "minecraft:oak_sapling",
+ "minecraft:spruce_sapling"
+ ],
+ "minecraft:signs": [
+ "minecraft:acacia_sign",
+ "minecraft:birch_sign",
+ "minecraft:crimson_sign",
+ "minecraft:dark_oak_sign",
+ "minecraft:jungle_sign",
+ "minecraft:oak_sign",
+ "minecraft:spruce_sign",
+ "minecraft:warped_sign"
+ ],
+ "minecraft:slabs": [
+ "minecraft:acacia_slab",
+ "minecraft:andesite_slab",
+ "minecraft:birch_slab",
+ "minecraft:blackstone_slab",
+ "minecraft:brick_slab",
+ "minecraft:cobblestone_slab",
+ "minecraft:crimson_slab",
+ "minecraft:cut_red_sandstone_slab",
+ "minecraft:cut_sandstone_slab",
+ "minecraft:dark_oak_slab",
+ "minecraft:dark_prismarine_slab",
+ "minecraft:diorite_slab",
+ "minecraft:end_stone_brick_slab",
+ "minecraft:granite_slab",
+ "minecraft:jungle_slab",
+ "minecraft:mossy_cobblestone_slab",
+ "minecraft:mossy_stone_brick_slab",
+ "minecraft:nether_brick_slab",
+ "minecraft:oak_slab",
+ "minecraft:petrified_oak_slab",
+ "minecraft:polished_andesite_slab",
+ "minecraft:polished_blackstone_brick_slab",
+ "minecraft:polished_blackstone_slab",
+ "minecraft:polished_diorite_slab",
+ "minecraft:polished_granite_slab",
+ "minecraft:prismarine_brick_slab",
+ "minecraft:prismarine_slab",
+ "minecraft:purpur_slab",
+ "minecraft:quartz_slab",
+ "minecraft:red_nether_brick_slab",
+ "minecraft:red_sandstone_slab",
+ "minecraft:sandstone_slab",
+ "minecraft:smooth_quartz_slab",
+ "minecraft:smooth_red_sandstone_slab",
+ "minecraft:smooth_sandstone_slab",
+ "minecraft:smooth_stone_slab",
+ "minecraft:spruce_slab",
+ "minecraft:stone_brick_slab",
+ "minecraft:stone_slab",
+ "minecraft:warped_slab"
+ ],
+ "minecraft:small_flowers": [
+ "minecraft:allium",
+ "minecraft:azure_bluet",
+ "minecraft:blue_orchid",
+ "minecraft:cornflower",
+ "minecraft:dandelion",
+ "minecraft:lily_of_the_valley",
+ "minecraft:orange_tulip",
+ "minecraft:oxeye_daisy",
+ "minecraft:pink_tulip",
+ "minecraft:poppy",
+ "minecraft:red_tulip",
+ "minecraft:white_tulip",
+ "minecraft:wither_rose"
+ ],
+ "minecraft:soul_fire_base_blocks": [
+ "minecraft:soul_sand",
+ "minecraft:soul_soil"
+ ],
+ "minecraft:spruce_logs": [
+ "minecraft:spruce_log",
+ "minecraft:spruce_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood"
+ ],
+ "minecraft:stairs": [
+ "minecraft:acacia_stairs",
+ "minecraft:andesite_stairs",
+ "minecraft:birch_stairs",
+ "minecraft:blackstone_stairs",
+ "minecraft:brick_stairs",
+ "minecraft:cobblestone_stairs",
+ "minecraft:crimson_stairs",
+ "minecraft:dark_oak_stairs",
+ "minecraft:dark_prismarine_stairs",
+ "minecraft:diorite_stairs",
+ "minecraft:end_stone_brick_stairs",
+ "minecraft:granite_stairs",
+ "minecraft:jungle_stairs",
+ "minecraft:mossy_cobblestone_stairs",
+ "minecraft:mossy_stone_brick_stairs",
+ "minecraft:nether_brick_stairs",
+ "minecraft:oak_stairs",
+ "minecraft:polished_andesite_stairs",
+ "minecraft:polished_blackstone_brick_stairs",
+ "minecraft:polished_blackstone_stairs",
+ "minecraft:polished_diorite_stairs",
+ "minecraft:polished_granite_stairs",
+ "minecraft:prismarine_brick_stairs",
+ "minecraft:prismarine_stairs",
+ "minecraft:purpur_stairs",
+ "minecraft:quartz_stairs",
+ "minecraft:red_nether_brick_stairs",
+ "minecraft:red_sandstone_stairs",
+ "minecraft:sandstone_stairs",
+ "minecraft:smooth_quartz_stairs",
+ "minecraft:smooth_red_sandstone_stairs",
+ "minecraft:smooth_sandstone_stairs",
+ "minecraft:spruce_stairs",
+ "minecraft:stone_brick_stairs",
+ "minecraft:stone_stairs",
+ "minecraft:warped_stairs"
+ ],
+ "minecraft:stone_bricks": [
+ "minecraft:chiseled_stone_bricks",
+ "minecraft:cracked_stone_bricks",
+ "minecraft:mossy_stone_bricks",
+ "minecraft:stone_bricks"
+ ],
+ "minecraft:stone_crafting_materials": [
+ "minecraft:blackstone",
+ "minecraft:cobblestone"
+ ],
+ "minecraft:stone_tool_materials": [
+ "minecraft:blackstone",
+ "minecraft:cobblestone"
+ ],
+ "minecraft:tall_flowers": [
+ "minecraft:lilac",
+ "minecraft:peony",
+ "minecraft:rose_bush",
+ "minecraft:sunflower"
+ ],
+ "minecraft:trapdoors": [
+ "minecraft:acacia_trapdoor",
+ "minecraft:birch_trapdoor",
+ "minecraft:crimson_trapdoor",
+ "minecraft:dark_oak_trapdoor",
+ "minecraft:iron_trapdoor",
+ "minecraft:jungle_trapdoor",
+ "minecraft:oak_trapdoor",
+ "minecraft:spruce_trapdoor",
+ "minecraft:warped_trapdoor"
+ ],
+ "minecraft:walls": [
+ "minecraft:andesite_wall",
+ "minecraft:blackstone_wall",
+ "minecraft:brick_wall",
+ "minecraft:cobblestone_wall",
+ "minecraft:diorite_wall",
+ "minecraft:end_stone_brick_wall",
+ "minecraft:granite_wall",
+ "minecraft:mossy_cobblestone_wall",
+ "minecraft:mossy_stone_brick_wall",
+ "minecraft:nether_brick_wall",
+ "minecraft:polished_blackstone_brick_wall",
+ "minecraft:polished_blackstone_wall",
+ "minecraft:prismarine_wall",
+ "minecraft:red_nether_brick_wall",
+ "minecraft:red_sandstone_wall",
+ "minecraft:sandstone_wall",
+ "minecraft:stone_brick_wall"
+ ],
+ "minecraft:warped_stems": [
+ "minecraft:stripped_warped_hyphae",
+ "minecraft:stripped_warped_stem",
+ "minecraft:warped_hyphae",
+ "minecraft:warped_stem"
+ ],
+ "minecraft:wooden_buttons": [
+ "minecraft:acacia_button",
+ "minecraft:birch_button",
+ "minecraft:crimson_button",
+ "minecraft:dark_oak_button",
+ "minecraft:jungle_button",
+ "minecraft:oak_button",
+ "minecraft:spruce_button",
+ "minecraft:warped_button"
+ ],
+ "minecraft:wooden_doors": [
+ "minecraft:acacia_door",
+ "minecraft:birch_door",
+ "minecraft:crimson_door",
+ "minecraft:dark_oak_door",
+ "minecraft:jungle_door",
+ "minecraft:oak_door",
+ "minecraft:spruce_door",
+ "minecraft:warped_door"
+ ],
+ "minecraft:wooden_fences": [
+ "minecraft:acacia_fence",
+ "minecraft:birch_fence",
+ "minecraft:crimson_fence",
+ "minecraft:dark_oak_fence",
+ "minecraft:jungle_fence",
+ "minecraft:oak_fence",
+ "minecraft:spruce_fence",
+ "minecraft:warped_fence"
+ ],
+ "minecraft:wooden_pressure_plates": [
+ "minecraft:acacia_pressure_plate",
+ "minecraft:birch_pressure_plate",
+ "minecraft:crimson_pressure_plate",
+ "minecraft:dark_oak_pressure_plate",
+ "minecraft:jungle_pressure_plate",
+ "minecraft:oak_pressure_plate",
+ "minecraft:spruce_pressure_plate",
+ "minecraft:warped_pressure_plate"
+ ],
+ "minecraft:wooden_slabs": [
+ "minecraft:acacia_slab",
+ "minecraft:birch_slab",
+ "minecraft:crimson_slab",
+ "minecraft:dark_oak_slab",
+ "minecraft:jungle_slab",
+ "minecraft:oak_slab",
+ "minecraft:spruce_slab",
+ "minecraft:warped_slab"
+ ],
+ "minecraft:wooden_stairs": [
+ "minecraft:acacia_stairs",
+ "minecraft:birch_stairs",
+ "minecraft:crimson_stairs",
+ "minecraft:dark_oak_stairs",
+ "minecraft:jungle_stairs",
+ "minecraft:oak_stairs",
+ "minecraft:spruce_stairs",
+ "minecraft:warped_stairs"
+ ],
+ "minecraft:wooden_trapdoors": [
+ "minecraft:acacia_trapdoor",
+ "minecraft:birch_trapdoor",
+ "minecraft:crimson_trapdoor",
+ "minecraft:dark_oak_trapdoor",
+ "minecraft:jungle_trapdoor",
+ "minecraft:oak_trapdoor",
+ "minecraft:spruce_trapdoor",
+ "minecraft:warped_trapdoor"
+ ],
+ "minecraft:wool": [
+ "minecraft:black_wool",
+ "minecraft:blue_wool",
+ "minecraft:brown_wool",
+ "minecraft:cyan_wool",
+ "minecraft:gray_wool",
+ "minecraft:green_wool",
+ "minecraft:light_blue_wool",
+ "minecraft:light_gray_wool",
+ "minecraft:lime_wool",
+ "minecraft:magenta_wool",
+ "minecraft:orange_wool",
+ "minecraft:pink_wool",
+ "minecraft:purple_wool",
+ "minecraft:red_wool",
+ "minecraft:white_wool",
+ "minecraft:yellow_wool"
+ ]
+ }
+}
diff --git a/worldedit-cli/src/main/resources/com/sk89q/worldedit/cli/data/2724.json b/worldedit-cli/src/main/resources/com/sk89q/worldedit/cli/data/2724.json
index 46b135ff1..cafa4158d 100644
--- a/worldedit-cli/src/main/resources/com/sk89q/worldedit/cli/data/2724.json
+++ b/worldedit-cli/src/main/resources/com/sk89q/worldedit/cli/data/2724.json
@@ -1 +1,19235 @@
-{"biomes":["minecraft:badlands","minecraft:badlands_plateau","minecraft:bamboo_jungle","minecraft:bamboo_jungle_hills","minecraft:basalt_deltas","minecraft:beach","minecraft:birch_forest","minecraft:birch_forest_hills","minecraft:cold_ocean","minecraft:crimson_forest","minecraft:dark_forest","minecraft:dark_forest_hills","minecraft:deep_cold_ocean","minecraft:deep_frozen_ocean","minecraft:deep_lukewarm_ocean","minecraft:deep_ocean","minecraft:deep_warm_ocean","minecraft:desert","minecraft:desert_hills","minecraft:desert_lakes","minecraft:dripstone_caves","minecraft:end_barrens","minecraft:end_highlands","minecraft:end_midlands","minecraft:eroded_badlands","minecraft:flower_forest","minecraft:forest","minecraft:frozen_ocean","minecraft:frozen_river","minecraft:giant_spruce_taiga","minecraft:giant_spruce_taiga_hills","minecraft:giant_tree_taiga","minecraft:giant_tree_taiga_hills","minecraft:gravelly_mountains","minecraft:ice_spikes","minecraft:jungle","minecraft:jungle_edge","minecraft:jungle_hills","minecraft:lukewarm_ocean","minecraft:lush_caves","minecraft:modified_badlands_plateau","minecraft:modified_gravelly_mountains","minecraft:modified_jungle","minecraft:modified_jungle_edge","minecraft:modified_wooded_badlands_plateau","minecraft:mountain_edge","minecraft:mountains","minecraft:mushroom_field_shore","minecraft:mushroom_fields","minecraft:nether_wastes","minecraft:ocean","minecraft:plains","minecraft:river","minecraft:savanna","minecraft:savanna_plateau","minecraft:shattered_savanna","minecraft:shattered_savanna_plateau","minecraft:small_end_islands","minecraft:snowy_beach","minecraft:snowy_mountains","minecraft:snowy_taiga","minecraft:snowy_taiga_hills","minecraft:snowy_taiga_mountains","minecraft:snowy_tundra","minecraft:soul_sand_valley","minecraft:stone_shore","minecraft:sunflower_plains","minecraft:swamp","minecraft:swamp_hills","minecraft:taiga","minecraft:taiga_hills","minecraft:taiga_mountains","minecraft:tall_birch_forest","minecraft:tall_birch_hills","minecraft:the_end","minecraft:the_void","minecraft:warm_ocean","minecraft:warped_forest","minecraft:wooded_badlands_plateau","minecraft:wooded_hills","minecraft:wooded_mountains"],"blocks":{"minecraft:acacia_button":{"defaultstate":"minecraft:acacia_button[face=wall,facing=north,powered=false]","properties":{"face":{"type":"enum","values":["floor","wall","ceiling"]},"facing":{"type":"direction","values":["north","south","west","east"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:acacia_door":{"defaultstate":"minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["upper","lower"]},"hinge":{"type":"enum","values":["left","right"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:acacia_fence":{"defaultstate":"minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:acacia_fence_gate":{"defaultstate":"minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"in_wall":{"type":"bool","values":["true","false"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:acacia_leaves":{"defaultstate":"minecraft:acacia_leaves[distance=7,persistent=false]","properties":{"distance":{"type":"int","values":["1","2","3","4","5","6","7"]},"persistent":{"type":"bool","values":["true","false"]}}},"minecraft:acacia_log":{"defaultstate":"minecraft:acacia_log[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:acacia_planks":{"defaultstate":"minecraft:acacia_planks","properties":{}},"minecraft:acacia_pressure_plate":{"defaultstate":"minecraft:acacia_pressure_plate[powered=false]","properties":{"powered":{"type":"bool","values":["true","false"]}}},"minecraft:acacia_sapling":{"defaultstate":"minecraft:acacia_sapling[stage=0]","properties":{"stage":{"type":"int","values":["0","1"]}}},"minecraft:acacia_sign":{"defaultstate":"minecraft:acacia_sign[rotation=0,waterlogged=false]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:acacia_slab":{"defaultstate":"minecraft:acacia_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:acacia_stairs":{"defaultstate":"minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:acacia_trapdoor":{"defaultstate":"minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:acacia_wall_sign":{"defaultstate":"minecraft:acacia_wall_sign[facing=north,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:acacia_wood":{"defaultstate":"minecraft:acacia_wood[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:activator_rail":{"defaultstate":"minecraft:activator_rail[powered=false,shape=north_south,waterlogged=false]","properties":{"powered":{"type":"bool","values":["true","false"]},"shape":{"type":"enum","values":["north_south","east_west","ascending_east","ascending_west","ascending_north","ascending_south"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:air":{"defaultstate":"minecraft:air","properties":{}},"minecraft:allium":{"defaultstate":"minecraft:allium","properties":{}},"minecraft:amethyst_block":{"defaultstate":"minecraft:amethyst_block","properties":{}},"minecraft:amethyst_cluster":{"defaultstate":"minecraft:amethyst_cluster[facing=up,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:ancient_debris":{"defaultstate":"minecraft:ancient_debris","properties":{}},"minecraft:andesite":{"defaultstate":"minecraft:andesite","properties":{}},"minecraft:andesite_slab":{"defaultstate":"minecraft:andesite_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:andesite_stairs":{"defaultstate":"minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:andesite_wall":{"defaultstate":"minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:anvil":{"defaultstate":"minecraft:anvil[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:attached_melon_stem":{"defaultstate":"minecraft:attached_melon_stem[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:attached_pumpkin_stem":{"defaultstate":"minecraft:attached_pumpkin_stem[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:azalea":{"defaultstate":"minecraft:azalea","properties":{}},"minecraft:azalea_leaves":{"defaultstate":"minecraft:azalea_leaves[distance=7,persistent=false]","properties":{"distance":{"type":"int","values":["1","2","3","4","5","6","7"]},"persistent":{"type":"bool","values":["true","false"]}}},"minecraft:azure_bluet":{"defaultstate":"minecraft:azure_bluet","properties":{}},"minecraft:bamboo":{"defaultstate":"minecraft:bamboo[age=0,leaves=none,stage=0]","properties":{"age":{"type":"int","values":["0","1"]},"leaves":{"type":"enum","values":["none","small","large"]},"stage":{"type":"int","values":["0","1"]}}},"minecraft:bamboo_sapling":{"defaultstate":"minecraft:bamboo_sapling","properties":{}},"minecraft:barrel":{"defaultstate":"minecraft:barrel[facing=north,open=false]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]},"open":{"type":"bool","values":["true","false"]}}},"minecraft:barrier":{"defaultstate":"minecraft:barrier","properties":{}},"minecraft:basalt":{"defaultstate":"minecraft:basalt[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:beacon":{"defaultstate":"minecraft:beacon","properties":{}},"minecraft:bedrock":{"defaultstate":"minecraft:bedrock","properties":{}},"minecraft:bee_nest":{"defaultstate":"minecraft:bee_nest[facing=north,honey_level=0]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"honey_level":{"type":"int","values":["0","1","2","3","4","5"]}}},"minecraft:beehive":{"defaultstate":"minecraft:beehive[facing=north,honey_level=0]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"honey_level":{"type":"int","values":["0","1","2","3","4","5"]}}},"minecraft:beetroots":{"defaultstate":"minecraft:beetroots[age=0]","properties":{"age":{"type":"int","values":["0","1","2","3"]}}},"minecraft:bell":{"defaultstate":"minecraft:bell[attachment=floor,facing=north,powered=false]","properties":{"attachment":{"type":"enum","values":["floor","ceiling","single_wall","double_wall"]},"facing":{"type":"direction","values":["north","south","west","east"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:big_dripleaf":{"defaultstate":"minecraft:big_dripleaf[facing=north,tilt=none,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"tilt":{"type":"enum","values":["none","unstable","partial","full"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:big_dripleaf_stem":{"defaultstate":"minecraft:big_dripleaf_stem[facing=north,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:birch_button":{"defaultstate":"minecraft:birch_button[face=wall,facing=north,powered=false]","properties":{"face":{"type":"enum","values":["floor","wall","ceiling"]},"facing":{"type":"direction","values":["north","south","west","east"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:birch_door":{"defaultstate":"minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["upper","lower"]},"hinge":{"type":"enum","values":["left","right"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:birch_fence":{"defaultstate":"minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:birch_fence_gate":{"defaultstate":"minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"in_wall":{"type":"bool","values":["true","false"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:birch_leaves":{"defaultstate":"minecraft:birch_leaves[distance=7,persistent=false]","properties":{"distance":{"type":"int","values":["1","2","3","4","5","6","7"]},"persistent":{"type":"bool","values":["true","false"]}}},"minecraft:birch_log":{"defaultstate":"minecraft:birch_log[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:birch_planks":{"defaultstate":"minecraft:birch_planks","properties":{}},"minecraft:birch_pressure_plate":{"defaultstate":"minecraft:birch_pressure_plate[powered=false]","properties":{"powered":{"type":"bool","values":["true","false"]}}},"minecraft:birch_sapling":{"defaultstate":"minecraft:birch_sapling[stage=0]","properties":{"stage":{"type":"int","values":["0","1"]}}},"minecraft:birch_sign":{"defaultstate":"minecraft:birch_sign[rotation=0,waterlogged=false]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:birch_slab":{"defaultstate":"minecraft:birch_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:birch_stairs":{"defaultstate":"minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:birch_trapdoor":{"defaultstate":"minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:birch_wall_sign":{"defaultstate":"minecraft:birch_wall_sign[facing=north,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:birch_wood":{"defaultstate":"minecraft:birch_wood[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:black_banner":{"defaultstate":"minecraft:black_banner[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:black_bed":{"defaultstate":"minecraft:black_bed[facing=north,occupied=false,part=foot]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"occupied":{"type":"bool","values":["true","false"]},"part":{"type":"enum","values":["head","foot"]}}},"minecraft:black_candle":{"defaultstate":"minecraft:black_candle[candles=1,lit=false,waterlogged=false]","properties":{"candles":{"type":"int","values":["1","2","3","4"]},"lit":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:black_candle_cake":{"defaultstate":"minecraft:black_candle_cake[lit=false]","properties":{"lit":{"type":"bool","values":["true","false"]}}},"minecraft:black_carpet":{"defaultstate":"minecraft:black_carpet","properties":{}},"minecraft:black_concrete":{"defaultstate":"minecraft:black_concrete","properties":{}},"minecraft:black_concrete_powder":{"defaultstate":"minecraft:black_concrete_powder","properties":{}},"minecraft:black_glazed_terracotta":{"defaultstate":"minecraft:black_glazed_terracotta[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:black_shulker_box":{"defaultstate":"minecraft:black_shulker_box[facing=up]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:black_stained_glass":{"defaultstate":"minecraft:black_stained_glass","properties":{}},"minecraft:black_stained_glass_pane":{"defaultstate":"minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:black_terracotta":{"defaultstate":"minecraft:black_terracotta","properties":{}},"minecraft:black_wall_banner":{"defaultstate":"minecraft:black_wall_banner[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:black_wool":{"defaultstate":"minecraft:black_wool","properties":{}},"minecraft:blackstone":{"defaultstate":"minecraft:blackstone","properties":{}},"minecraft:blackstone_slab":{"defaultstate":"minecraft:blackstone_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:blackstone_stairs":{"defaultstate":"minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:blackstone_wall":{"defaultstate":"minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:blast_furnace":{"defaultstate":"minecraft:blast_furnace[facing=north,lit=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"lit":{"type":"bool","values":["true","false"]}}},"minecraft:blue_banner":{"defaultstate":"minecraft:blue_banner[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:blue_bed":{"defaultstate":"minecraft:blue_bed[facing=north,occupied=false,part=foot]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"occupied":{"type":"bool","values":["true","false"]},"part":{"type":"enum","values":["head","foot"]}}},"minecraft:blue_candle":{"defaultstate":"minecraft:blue_candle[candles=1,lit=false,waterlogged=false]","properties":{"candles":{"type":"int","values":["1","2","3","4"]},"lit":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:blue_candle_cake":{"defaultstate":"minecraft:blue_candle_cake[lit=false]","properties":{"lit":{"type":"bool","values":["true","false"]}}},"minecraft:blue_carpet":{"defaultstate":"minecraft:blue_carpet","properties":{}},"minecraft:blue_concrete":{"defaultstate":"minecraft:blue_concrete","properties":{}},"minecraft:blue_concrete_powder":{"defaultstate":"minecraft:blue_concrete_powder","properties":{}},"minecraft:blue_glazed_terracotta":{"defaultstate":"minecraft:blue_glazed_terracotta[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:blue_ice":{"defaultstate":"minecraft:blue_ice","properties":{}},"minecraft:blue_orchid":{"defaultstate":"minecraft:blue_orchid","properties":{}},"minecraft:blue_shulker_box":{"defaultstate":"minecraft:blue_shulker_box[facing=up]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:blue_stained_glass":{"defaultstate":"minecraft:blue_stained_glass","properties":{}},"minecraft:blue_stained_glass_pane":{"defaultstate":"minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:blue_terracotta":{"defaultstate":"minecraft:blue_terracotta","properties":{}},"minecraft:blue_wall_banner":{"defaultstate":"minecraft:blue_wall_banner[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:blue_wool":{"defaultstate":"minecraft:blue_wool","properties":{}},"minecraft:bone_block":{"defaultstate":"minecraft:bone_block[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:bookshelf":{"defaultstate":"minecraft:bookshelf","properties":{}},"minecraft:brain_coral":{"defaultstate":"minecraft:brain_coral[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:brain_coral_block":{"defaultstate":"minecraft:brain_coral_block","properties":{}},"minecraft:brain_coral_fan":{"defaultstate":"minecraft:brain_coral_fan[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:brain_coral_wall_fan":{"defaultstate":"minecraft:brain_coral_wall_fan[facing=north,waterlogged=true]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:brewing_stand":{"defaultstate":"minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false]","properties":{"has_bottle_0":{"type":"bool","values":["true","false"]},"has_bottle_1":{"type":"bool","values":["true","false"]},"has_bottle_2":{"type":"bool","values":["true","false"]}}},"minecraft:brick_slab":{"defaultstate":"minecraft:brick_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:brick_stairs":{"defaultstate":"minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:brick_wall":{"defaultstate":"minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:bricks":{"defaultstate":"minecraft:bricks","properties":{}},"minecraft:brown_banner":{"defaultstate":"minecraft:brown_banner[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:brown_bed":{"defaultstate":"minecraft:brown_bed[facing=north,occupied=false,part=foot]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"occupied":{"type":"bool","values":["true","false"]},"part":{"type":"enum","values":["head","foot"]}}},"minecraft:brown_candle":{"defaultstate":"minecraft:brown_candle[candles=1,lit=false,waterlogged=false]","properties":{"candles":{"type":"int","values":["1","2","3","4"]},"lit":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:brown_candle_cake":{"defaultstate":"minecraft:brown_candle_cake[lit=false]","properties":{"lit":{"type":"bool","values":["true","false"]}}},"minecraft:brown_carpet":{"defaultstate":"minecraft:brown_carpet","properties":{}},"minecraft:brown_concrete":{"defaultstate":"minecraft:brown_concrete","properties":{}},"minecraft:brown_concrete_powder":{"defaultstate":"minecraft:brown_concrete_powder","properties":{}},"minecraft:brown_glazed_terracotta":{"defaultstate":"minecraft:brown_glazed_terracotta[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:brown_mushroom":{"defaultstate":"minecraft:brown_mushroom","properties":{}},"minecraft:brown_mushroom_block":{"defaultstate":"minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]","properties":{"down":{"type":"bool","values":["true","false"]},"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"up":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:brown_shulker_box":{"defaultstate":"minecraft:brown_shulker_box[facing=up]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:brown_stained_glass":{"defaultstate":"minecraft:brown_stained_glass","properties":{}},"minecraft:brown_stained_glass_pane":{"defaultstate":"minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:brown_terracotta":{"defaultstate":"minecraft:brown_terracotta","properties":{}},"minecraft:brown_wall_banner":{"defaultstate":"minecraft:brown_wall_banner[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:brown_wool":{"defaultstate":"minecraft:brown_wool","properties":{}},"minecraft:bubble_column":{"defaultstate":"minecraft:bubble_column[drag=true]","properties":{"drag":{"type":"bool","values":["true","false"]}}},"minecraft:bubble_coral":{"defaultstate":"minecraft:bubble_coral[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:bubble_coral_block":{"defaultstate":"minecraft:bubble_coral_block","properties":{}},"minecraft:bubble_coral_fan":{"defaultstate":"minecraft:bubble_coral_fan[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:bubble_coral_wall_fan":{"defaultstate":"minecraft:bubble_coral_wall_fan[facing=north,waterlogged=true]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:budding_amethyst":{"defaultstate":"minecraft:budding_amethyst","properties":{}},"minecraft:cactus":{"defaultstate":"minecraft:cactus[age=0]","properties":{"age":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:cake":{"defaultstate":"minecraft:cake[bites=0]","properties":{"bites":{"type":"int","values":["0","1","2","3","4","5","6"]}}},"minecraft:calcite":{"defaultstate":"minecraft:calcite","properties":{}},"minecraft:campfire":{"defaultstate":"minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"lit":{"type":"bool","values":["true","false"]},"signal_fire":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:candle":{"defaultstate":"minecraft:candle[candles=1,lit=false,waterlogged=false]","properties":{"candles":{"type":"int","values":["1","2","3","4"]},"lit":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:candle_cake":{"defaultstate":"minecraft:candle_cake[lit=false]","properties":{"lit":{"type":"bool","values":["true","false"]}}},"minecraft:carrots":{"defaultstate":"minecraft:carrots[age=0]","properties":{"age":{"type":"int","values":["0","1","2","3","4","5","6","7"]}}},"minecraft:cartography_table":{"defaultstate":"minecraft:cartography_table","properties":{}},"minecraft:carved_pumpkin":{"defaultstate":"minecraft:carved_pumpkin[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:cauldron":{"defaultstate":"minecraft:cauldron","properties":{}},"minecraft:cave_air":{"defaultstate":"minecraft:cave_air","properties":{}},"minecraft:cave_vines":{"defaultstate":"minecraft:cave_vines[age=0,berries=false]","properties":{"age":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24","25"]},"berries":{"type":"bool","values":["true","false"]}}},"minecraft:cave_vines_plant":{"defaultstate":"minecraft:cave_vines_plant[berries=false]","properties":{"berries":{"type":"bool","values":["true","false"]}}},"minecraft:chain":{"defaultstate":"minecraft:chain[axis=y,waterlogged=false]","properties":{"axis":{"type":"enum","values":["x","y","z"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:chain_command_block":{"defaultstate":"minecraft:chain_command_block[conditional=false,facing=north]","properties":{"conditional":{"type":"bool","values":["true","false"]},"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:chest":{"defaultstate":"minecraft:chest[facing=north,type=single,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"type":{"type":"enum","values":["single","left","right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:chipped_anvil":{"defaultstate":"minecraft:chipped_anvil[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:chiseled_deepslate":{"defaultstate":"minecraft:chiseled_deepslate","properties":{}},"minecraft:chiseled_nether_bricks":{"defaultstate":"minecraft:chiseled_nether_bricks","properties":{}},"minecraft:chiseled_polished_blackstone":{"defaultstate":"minecraft:chiseled_polished_blackstone","properties":{}},"minecraft:chiseled_quartz_block":{"defaultstate":"minecraft:chiseled_quartz_block","properties":{}},"minecraft:chiseled_red_sandstone":{"defaultstate":"minecraft:chiseled_red_sandstone","properties":{}},"minecraft:chiseled_sandstone":{"defaultstate":"minecraft:chiseled_sandstone","properties":{}},"minecraft:chiseled_stone_bricks":{"defaultstate":"minecraft:chiseled_stone_bricks","properties":{}},"minecraft:chorus_flower":{"defaultstate":"minecraft:chorus_flower[age=0]","properties":{"age":{"type":"int","values":["0","1","2","3","4","5"]}}},"minecraft:chorus_plant":{"defaultstate":"minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false]","properties":{"down":{"type":"bool","values":["true","false"]},"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"up":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:clay":{"defaultstate":"minecraft:clay","properties":{}},"minecraft:coal_block":{"defaultstate":"minecraft:coal_block","properties":{}},"minecraft:coal_ore":{"defaultstate":"minecraft:coal_ore","properties":{}},"minecraft:coarse_dirt":{"defaultstate":"minecraft:coarse_dirt","properties":{}},"minecraft:cobbled_deepslate":{"defaultstate":"minecraft:cobbled_deepslate","properties":{}},"minecraft:cobbled_deepslate_slab":{"defaultstate":"minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:cobbled_deepslate_stairs":{"defaultstate":"minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:cobbled_deepslate_wall":{"defaultstate":"minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:cobblestone":{"defaultstate":"minecraft:cobblestone","properties":{}},"minecraft:cobblestone_slab":{"defaultstate":"minecraft:cobblestone_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:cobblestone_stairs":{"defaultstate":"minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:cobblestone_wall":{"defaultstate":"minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:cobweb":{"defaultstate":"minecraft:cobweb","properties":{}},"minecraft:cocoa":{"defaultstate":"minecraft:cocoa[age=0,facing=north]","properties":{"age":{"type":"int","values":["0","1","2"]},"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:command_block":{"defaultstate":"minecraft:command_block[conditional=false,facing=north]","properties":{"conditional":{"type":"bool","values":["true","false"]},"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:comparator":{"defaultstate":"minecraft:comparator[facing=north,mode=compare,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"mode":{"type":"enum","values":["compare","subtract"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:composter":{"defaultstate":"minecraft:composter[level=0]","properties":{"level":{"type":"int","values":["0","1","2","3","4","5","6","7","8"]}}},"minecraft:conduit":{"defaultstate":"minecraft:conduit[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:copper_block":{"defaultstate":"minecraft:copper_block","properties":{}},"minecraft:copper_ore":{"defaultstate":"minecraft:copper_ore","properties":{}},"minecraft:cornflower":{"defaultstate":"minecraft:cornflower","properties":{}},"minecraft:cracked_deepslate_bricks":{"defaultstate":"minecraft:cracked_deepslate_bricks","properties":{}},"minecraft:cracked_deepslate_tiles":{"defaultstate":"minecraft:cracked_deepslate_tiles","properties":{}},"minecraft:cracked_nether_bricks":{"defaultstate":"minecraft:cracked_nether_bricks","properties":{}},"minecraft:cracked_polished_blackstone_bricks":{"defaultstate":"minecraft:cracked_polished_blackstone_bricks","properties":{}},"minecraft:cracked_stone_bricks":{"defaultstate":"minecraft:cracked_stone_bricks","properties":{}},"minecraft:crafting_table":{"defaultstate":"minecraft:crafting_table","properties":{}},"minecraft:creeper_head":{"defaultstate":"minecraft:creeper_head[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:creeper_wall_head":{"defaultstate":"minecraft:creeper_wall_head[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:crimson_button":{"defaultstate":"minecraft:crimson_button[face=wall,facing=north,powered=false]","properties":{"face":{"type":"enum","values":["floor","wall","ceiling"]},"facing":{"type":"direction","values":["north","south","west","east"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:crimson_door":{"defaultstate":"minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["upper","lower"]},"hinge":{"type":"enum","values":["left","right"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:crimson_fence":{"defaultstate":"minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:crimson_fence_gate":{"defaultstate":"minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"in_wall":{"type":"bool","values":["true","false"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:crimson_fungus":{"defaultstate":"minecraft:crimson_fungus","properties":{}},"minecraft:crimson_hyphae":{"defaultstate":"minecraft:crimson_hyphae[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:crimson_nylium":{"defaultstate":"minecraft:crimson_nylium","properties":{}},"minecraft:crimson_planks":{"defaultstate":"minecraft:crimson_planks","properties":{}},"minecraft:crimson_pressure_plate":{"defaultstate":"minecraft:crimson_pressure_plate[powered=false]","properties":{"powered":{"type":"bool","values":["true","false"]}}},"minecraft:crimson_roots":{"defaultstate":"minecraft:crimson_roots","properties":{}},"minecraft:crimson_sign":{"defaultstate":"minecraft:crimson_sign[rotation=0,waterlogged=false]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:crimson_slab":{"defaultstate":"minecraft:crimson_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:crimson_stairs":{"defaultstate":"minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:crimson_stem":{"defaultstate":"minecraft:crimson_stem[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:crimson_trapdoor":{"defaultstate":"minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:crimson_wall_sign":{"defaultstate":"minecraft:crimson_wall_sign[facing=north,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:crying_obsidian":{"defaultstate":"minecraft:crying_obsidian","properties":{}},"minecraft:cut_copper":{"defaultstate":"minecraft:cut_copper","properties":{}},"minecraft:cut_copper_slab":{"defaultstate":"minecraft:cut_copper_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:cut_copper_stairs":{"defaultstate":"minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:cut_red_sandstone":{"defaultstate":"minecraft:cut_red_sandstone","properties":{}},"minecraft:cut_red_sandstone_slab":{"defaultstate":"minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:cut_sandstone":{"defaultstate":"minecraft:cut_sandstone","properties":{}},"minecraft:cut_sandstone_slab":{"defaultstate":"minecraft:cut_sandstone_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:cyan_banner":{"defaultstate":"minecraft:cyan_banner[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:cyan_bed":{"defaultstate":"minecraft:cyan_bed[facing=north,occupied=false,part=foot]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"occupied":{"type":"bool","values":["true","false"]},"part":{"type":"enum","values":["head","foot"]}}},"minecraft:cyan_candle":{"defaultstate":"minecraft:cyan_candle[candles=1,lit=false,waterlogged=false]","properties":{"candles":{"type":"int","values":["1","2","3","4"]},"lit":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:cyan_candle_cake":{"defaultstate":"minecraft:cyan_candle_cake[lit=false]","properties":{"lit":{"type":"bool","values":["true","false"]}}},"minecraft:cyan_carpet":{"defaultstate":"minecraft:cyan_carpet","properties":{}},"minecraft:cyan_concrete":{"defaultstate":"minecraft:cyan_concrete","properties":{}},"minecraft:cyan_concrete_powder":{"defaultstate":"minecraft:cyan_concrete_powder","properties":{}},"minecraft:cyan_glazed_terracotta":{"defaultstate":"minecraft:cyan_glazed_terracotta[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:cyan_shulker_box":{"defaultstate":"minecraft:cyan_shulker_box[facing=up]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:cyan_stained_glass":{"defaultstate":"minecraft:cyan_stained_glass","properties":{}},"minecraft:cyan_stained_glass_pane":{"defaultstate":"minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:cyan_terracotta":{"defaultstate":"minecraft:cyan_terracotta","properties":{}},"minecraft:cyan_wall_banner":{"defaultstate":"minecraft:cyan_wall_banner[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:cyan_wool":{"defaultstate":"minecraft:cyan_wool","properties":{}},"minecraft:damaged_anvil":{"defaultstate":"minecraft:damaged_anvil[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:dandelion":{"defaultstate":"minecraft:dandelion","properties":{}},"minecraft:dark_oak_button":{"defaultstate":"minecraft:dark_oak_button[face=wall,facing=north,powered=false]","properties":{"face":{"type":"enum","values":["floor","wall","ceiling"]},"facing":{"type":"direction","values":["north","south","west","east"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:dark_oak_door":{"defaultstate":"minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["upper","lower"]},"hinge":{"type":"enum","values":["left","right"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:dark_oak_fence":{"defaultstate":"minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:dark_oak_fence_gate":{"defaultstate":"minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"in_wall":{"type":"bool","values":["true","false"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:dark_oak_leaves":{"defaultstate":"minecraft:dark_oak_leaves[distance=7,persistent=false]","properties":{"distance":{"type":"int","values":["1","2","3","4","5","6","7"]},"persistent":{"type":"bool","values":["true","false"]}}},"minecraft:dark_oak_log":{"defaultstate":"minecraft:dark_oak_log[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:dark_oak_planks":{"defaultstate":"minecraft:dark_oak_planks","properties":{}},"minecraft:dark_oak_pressure_plate":{"defaultstate":"minecraft:dark_oak_pressure_plate[powered=false]","properties":{"powered":{"type":"bool","values":["true","false"]}}},"minecraft:dark_oak_sapling":{"defaultstate":"minecraft:dark_oak_sapling[stage=0]","properties":{"stage":{"type":"int","values":["0","1"]}}},"minecraft:dark_oak_sign":{"defaultstate":"minecraft:dark_oak_sign[rotation=0,waterlogged=false]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dark_oak_slab":{"defaultstate":"minecraft:dark_oak_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dark_oak_stairs":{"defaultstate":"minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dark_oak_trapdoor":{"defaultstate":"minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dark_oak_wall_sign":{"defaultstate":"minecraft:dark_oak_wall_sign[facing=north,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dark_oak_wood":{"defaultstate":"minecraft:dark_oak_wood[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:dark_prismarine":{"defaultstate":"minecraft:dark_prismarine","properties":{}},"minecraft:dark_prismarine_slab":{"defaultstate":"minecraft:dark_prismarine_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dark_prismarine_stairs":{"defaultstate":"minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:daylight_detector":{"defaultstate":"minecraft:daylight_detector[inverted=false,power=0]","properties":{"inverted":{"type":"bool","values":["true","false"]},"power":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:dead_brain_coral":{"defaultstate":"minecraft:dead_brain_coral[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dead_brain_coral_block":{"defaultstate":"minecraft:dead_brain_coral_block","properties":{}},"minecraft:dead_brain_coral_fan":{"defaultstate":"minecraft:dead_brain_coral_fan[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dead_brain_coral_wall_fan":{"defaultstate":"minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=true]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dead_bubble_coral":{"defaultstate":"minecraft:dead_bubble_coral[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dead_bubble_coral_block":{"defaultstate":"minecraft:dead_bubble_coral_block","properties":{}},"minecraft:dead_bubble_coral_fan":{"defaultstate":"minecraft:dead_bubble_coral_fan[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dead_bubble_coral_wall_fan":{"defaultstate":"minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=true]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dead_bush":{"defaultstate":"minecraft:dead_bush","properties":{}},"minecraft:dead_fire_coral":{"defaultstate":"minecraft:dead_fire_coral[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dead_fire_coral_block":{"defaultstate":"minecraft:dead_fire_coral_block","properties":{}},"minecraft:dead_fire_coral_fan":{"defaultstate":"minecraft:dead_fire_coral_fan[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dead_fire_coral_wall_fan":{"defaultstate":"minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=true]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dead_horn_coral":{"defaultstate":"minecraft:dead_horn_coral[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dead_horn_coral_block":{"defaultstate":"minecraft:dead_horn_coral_block","properties":{}},"minecraft:dead_horn_coral_fan":{"defaultstate":"minecraft:dead_horn_coral_fan[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dead_horn_coral_wall_fan":{"defaultstate":"minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=true]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dead_tube_coral":{"defaultstate":"minecraft:dead_tube_coral[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dead_tube_coral_block":{"defaultstate":"minecraft:dead_tube_coral_block","properties":{}},"minecraft:dead_tube_coral_fan":{"defaultstate":"minecraft:dead_tube_coral_fan[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:dead_tube_coral_wall_fan":{"defaultstate":"minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=true]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:deepslate":{"defaultstate":"minecraft:deepslate[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:deepslate_brick_slab":{"defaultstate":"minecraft:deepslate_brick_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:deepslate_brick_stairs":{"defaultstate":"minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:deepslate_brick_wall":{"defaultstate":"minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:deepslate_bricks":{"defaultstate":"minecraft:deepslate_bricks","properties":{}},"minecraft:deepslate_coal_ore":{"defaultstate":"minecraft:deepslate_coal_ore","properties":{}},"minecraft:deepslate_copper_ore":{"defaultstate":"minecraft:deepslate_copper_ore","properties":{}},"minecraft:deepslate_diamond_ore":{"defaultstate":"minecraft:deepslate_diamond_ore","properties":{}},"minecraft:deepslate_emerald_ore":{"defaultstate":"minecraft:deepslate_emerald_ore","properties":{}},"minecraft:deepslate_gold_ore":{"defaultstate":"minecraft:deepslate_gold_ore","properties":{}},"minecraft:deepslate_iron_ore":{"defaultstate":"minecraft:deepslate_iron_ore","properties":{}},"minecraft:deepslate_lapis_ore":{"defaultstate":"minecraft:deepslate_lapis_ore","properties":{}},"minecraft:deepslate_redstone_ore":{"defaultstate":"minecraft:deepslate_redstone_ore[lit=false]","properties":{"lit":{"type":"bool","values":["true","false"]}}},"minecraft:deepslate_tile_slab":{"defaultstate":"minecraft:deepslate_tile_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:deepslate_tile_stairs":{"defaultstate":"minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:deepslate_tile_wall":{"defaultstate":"minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:deepslate_tiles":{"defaultstate":"minecraft:deepslate_tiles","properties":{}},"minecraft:detector_rail":{"defaultstate":"minecraft:detector_rail[powered=false,shape=north_south,waterlogged=false]","properties":{"powered":{"type":"bool","values":["true","false"]},"shape":{"type":"enum","values":["north_south","east_west","ascending_east","ascending_west","ascending_north","ascending_south"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:diamond_block":{"defaultstate":"minecraft:diamond_block","properties":{}},"minecraft:diamond_ore":{"defaultstate":"minecraft:diamond_ore","properties":{}},"minecraft:diorite":{"defaultstate":"minecraft:diorite","properties":{}},"minecraft:diorite_slab":{"defaultstate":"minecraft:diorite_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:diorite_stairs":{"defaultstate":"minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:diorite_wall":{"defaultstate":"minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:dirt":{"defaultstate":"minecraft:dirt","properties":{}},"minecraft:dirt_path":{"defaultstate":"minecraft:dirt_path","properties":{}},"minecraft:dispenser":{"defaultstate":"minecraft:dispenser[facing=north,triggered=false]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]},"triggered":{"type":"bool","values":["true","false"]}}},"minecraft:dragon_egg":{"defaultstate":"minecraft:dragon_egg","properties":{}},"minecraft:dragon_head":{"defaultstate":"minecraft:dragon_head[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:dragon_wall_head":{"defaultstate":"minecraft:dragon_wall_head[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:dried_kelp_block":{"defaultstate":"minecraft:dried_kelp_block","properties":{}},"minecraft:dripstone_block":{"defaultstate":"minecraft:dripstone_block","properties":{}},"minecraft:dropper":{"defaultstate":"minecraft:dropper[facing=north,triggered=false]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]},"triggered":{"type":"bool","values":["true","false"]}}},"minecraft:emerald_block":{"defaultstate":"minecraft:emerald_block","properties":{}},"minecraft:emerald_ore":{"defaultstate":"minecraft:emerald_ore","properties":{}},"minecraft:enchanting_table":{"defaultstate":"minecraft:enchanting_table","properties":{}},"minecraft:end_gateway":{"defaultstate":"minecraft:end_gateway","properties":{}},"minecraft:end_portal":{"defaultstate":"minecraft:end_portal","properties":{}},"minecraft:end_portal_frame":{"defaultstate":"minecraft:end_portal_frame[eye=false,facing=north]","properties":{"eye":{"type":"bool","values":["true","false"]},"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:end_rod":{"defaultstate":"minecraft:end_rod[facing=up]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:end_stone":{"defaultstate":"minecraft:end_stone","properties":{}},"minecraft:end_stone_brick_slab":{"defaultstate":"minecraft:end_stone_brick_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:end_stone_brick_stairs":{"defaultstate":"minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:end_stone_brick_wall":{"defaultstate":"minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:end_stone_bricks":{"defaultstate":"minecraft:end_stone_bricks","properties":{}},"minecraft:ender_chest":{"defaultstate":"minecraft:ender_chest[facing=north,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:exposed_copper":{"defaultstate":"minecraft:exposed_copper","properties":{}},"minecraft:exposed_cut_copper":{"defaultstate":"minecraft:exposed_cut_copper","properties":{}},"minecraft:exposed_cut_copper_slab":{"defaultstate":"minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:exposed_cut_copper_stairs":{"defaultstate":"minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:farmland":{"defaultstate":"minecraft:farmland[moisture=0]","properties":{"moisture":{"type":"int","values":["0","1","2","3","4","5","6","7"]}}},"minecraft:fern":{"defaultstate":"minecraft:fern","properties":{}},"minecraft:fire":{"defaultstate":"minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false]","properties":{"age":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]},"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"up":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:fire_coral":{"defaultstate":"minecraft:fire_coral[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:fire_coral_block":{"defaultstate":"minecraft:fire_coral_block","properties":{}},"minecraft:fire_coral_fan":{"defaultstate":"minecraft:fire_coral_fan[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:fire_coral_wall_fan":{"defaultstate":"minecraft:fire_coral_wall_fan[facing=north,waterlogged=true]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:fletching_table":{"defaultstate":"minecraft:fletching_table","properties":{}},"minecraft:flower_pot":{"defaultstate":"minecraft:flower_pot","properties":{}},"minecraft:flowering_azalea":{"defaultstate":"minecraft:flowering_azalea","properties":{}},"minecraft:flowering_azalea_leaves":{"defaultstate":"minecraft:flowering_azalea_leaves[distance=7,persistent=false]","properties":{"distance":{"type":"int","values":["1","2","3","4","5","6","7"]},"persistent":{"type":"bool","values":["true","false"]}}},"minecraft:frosted_ice":{"defaultstate":"minecraft:frosted_ice[age=0]","properties":{"age":{"type":"int","values":["0","1","2","3"]}}},"minecraft:furnace":{"defaultstate":"minecraft:furnace[facing=north,lit=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"lit":{"type":"bool","values":["true","false"]}}},"minecraft:gilded_blackstone":{"defaultstate":"minecraft:gilded_blackstone","properties":{}},"minecraft:glass":{"defaultstate":"minecraft:glass","properties":{}},"minecraft:glass_pane":{"defaultstate":"minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:glow_lichen":{"defaultstate":"minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=false]","properties":{"down":{"type":"bool","values":["true","false"]},"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:glowstone":{"defaultstate":"minecraft:glowstone","properties":{}},"minecraft:gold_block":{"defaultstate":"minecraft:gold_block","properties":{}},"minecraft:gold_ore":{"defaultstate":"minecraft:gold_ore","properties":{}},"minecraft:granite":{"defaultstate":"minecraft:granite","properties":{}},"minecraft:granite_slab":{"defaultstate":"minecraft:granite_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:granite_stairs":{"defaultstate":"minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:granite_wall":{"defaultstate":"minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:grass":{"defaultstate":"minecraft:grass","properties":{}},"minecraft:grass_block":{"defaultstate":"minecraft:grass_block[snowy=false]","properties":{"snowy":{"type":"bool","values":["true","false"]}}},"minecraft:gravel":{"defaultstate":"minecraft:gravel","properties":{}},"minecraft:gray_banner":{"defaultstate":"minecraft:gray_banner[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:gray_bed":{"defaultstate":"minecraft:gray_bed[facing=north,occupied=false,part=foot]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"occupied":{"type":"bool","values":["true","false"]},"part":{"type":"enum","values":["head","foot"]}}},"minecraft:gray_candle":{"defaultstate":"minecraft:gray_candle[candles=1,lit=false,waterlogged=false]","properties":{"candles":{"type":"int","values":["1","2","3","4"]},"lit":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:gray_candle_cake":{"defaultstate":"minecraft:gray_candle_cake[lit=false]","properties":{"lit":{"type":"bool","values":["true","false"]}}},"minecraft:gray_carpet":{"defaultstate":"minecraft:gray_carpet","properties":{}},"minecraft:gray_concrete":{"defaultstate":"minecraft:gray_concrete","properties":{}},"minecraft:gray_concrete_powder":{"defaultstate":"minecraft:gray_concrete_powder","properties":{}},"minecraft:gray_glazed_terracotta":{"defaultstate":"minecraft:gray_glazed_terracotta[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:gray_shulker_box":{"defaultstate":"minecraft:gray_shulker_box[facing=up]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:gray_stained_glass":{"defaultstate":"minecraft:gray_stained_glass","properties":{}},"minecraft:gray_stained_glass_pane":{"defaultstate":"minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:gray_terracotta":{"defaultstate":"minecraft:gray_terracotta","properties":{}},"minecraft:gray_wall_banner":{"defaultstate":"minecraft:gray_wall_banner[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:gray_wool":{"defaultstate":"minecraft:gray_wool","properties":{}},"minecraft:green_banner":{"defaultstate":"minecraft:green_banner[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:green_bed":{"defaultstate":"minecraft:green_bed[facing=north,occupied=false,part=foot]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"occupied":{"type":"bool","values":["true","false"]},"part":{"type":"enum","values":["head","foot"]}}},"minecraft:green_candle":{"defaultstate":"minecraft:green_candle[candles=1,lit=false,waterlogged=false]","properties":{"candles":{"type":"int","values":["1","2","3","4"]},"lit":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:green_candle_cake":{"defaultstate":"minecraft:green_candle_cake[lit=false]","properties":{"lit":{"type":"bool","values":["true","false"]}}},"minecraft:green_carpet":{"defaultstate":"minecraft:green_carpet","properties":{}},"minecraft:green_concrete":{"defaultstate":"minecraft:green_concrete","properties":{}},"minecraft:green_concrete_powder":{"defaultstate":"minecraft:green_concrete_powder","properties":{}},"minecraft:green_glazed_terracotta":{"defaultstate":"minecraft:green_glazed_terracotta[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:green_shulker_box":{"defaultstate":"minecraft:green_shulker_box[facing=up]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:green_stained_glass":{"defaultstate":"minecraft:green_stained_glass","properties":{}},"minecraft:green_stained_glass_pane":{"defaultstate":"minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:green_terracotta":{"defaultstate":"minecraft:green_terracotta","properties":{}},"minecraft:green_wall_banner":{"defaultstate":"minecraft:green_wall_banner[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:green_wool":{"defaultstate":"minecraft:green_wool","properties":{}},"minecraft:grindstone":{"defaultstate":"minecraft:grindstone[face=wall,facing=north]","properties":{"face":{"type":"enum","values":["floor","wall","ceiling"]},"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:hanging_roots":{"defaultstate":"minecraft:hanging_roots[waterlogged=false]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:hay_block":{"defaultstate":"minecraft:hay_block[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:heavy_weighted_pressure_plate":{"defaultstate":"minecraft:heavy_weighted_pressure_plate[power=0]","properties":{"power":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:honey_block":{"defaultstate":"minecraft:honey_block","properties":{}},"minecraft:honeycomb_block":{"defaultstate":"minecraft:honeycomb_block","properties":{}},"minecraft:hopper":{"defaultstate":"minecraft:hopper[enabled=true,facing=down]","properties":{"enabled":{"type":"bool","values":["true","false"]},"facing":{"type":"direction","values":["down","north","south","west","east"]}}},"minecraft:horn_coral":{"defaultstate":"minecraft:horn_coral[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:horn_coral_block":{"defaultstate":"minecraft:horn_coral_block","properties":{}},"minecraft:horn_coral_fan":{"defaultstate":"minecraft:horn_coral_fan[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:horn_coral_wall_fan":{"defaultstate":"minecraft:horn_coral_wall_fan[facing=north,waterlogged=true]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:ice":{"defaultstate":"minecraft:ice","properties":{}},"minecraft:infested_chiseled_stone_bricks":{"defaultstate":"minecraft:infested_chiseled_stone_bricks","properties":{}},"minecraft:infested_cobblestone":{"defaultstate":"minecraft:infested_cobblestone","properties":{}},"minecraft:infested_cracked_stone_bricks":{"defaultstate":"minecraft:infested_cracked_stone_bricks","properties":{}},"minecraft:infested_deepslate":{"defaultstate":"minecraft:infested_deepslate[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:infested_mossy_stone_bricks":{"defaultstate":"minecraft:infested_mossy_stone_bricks","properties":{}},"minecraft:infested_stone":{"defaultstate":"minecraft:infested_stone","properties":{}},"minecraft:infested_stone_bricks":{"defaultstate":"minecraft:infested_stone_bricks","properties":{}},"minecraft:iron_bars":{"defaultstate":"minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:iron_block":{"defaultstate":"minecraft:iron_block","properties":{}},"minecraft:iron_door":{"defaultstate":"minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["upper","lower"]},"hinge":{"type":"enum","values":["left","right"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:iron_ore":{"defaultstate":"minecraft:iron_ore","properties":{}},"minecraft:iron_trapdoor":{"defaultstate":"minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:jack_o_lantern":{"defaultstate":"minecraft:jack_o_lantern[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:jigsaw":{"defaultstate":"minecraft:jigsaw[orientation=north_up]","properties":{"orientation":{"type":"enum","values":["down_east","down_north","down_south","down_west","up_east","up_north","up_south","up_west","west_up","east_up","north_up","south_up"]}}},"minecraft:jukebox":{"defaultstate":"minecraft:jukebox[has_record=false]","properties":{"has_record":{"type":"bool","values":["true","false"]}}},"minecraft:jungle_button":{"defaultstate":"minecraft:jungle_button[face=wall,facing=north,powered=false]","properties":{"face":{"type":"enum","values":["floor","wall","ceiling"]},"facing":{"type":"direction","values":["north","south","west","east"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:jungle_door":{"defaultstate":"minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["upper","lower"]},"hinge":{"type":"enum","values":["left","right"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:jungle_fence":{"defaultstate":"minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:jungle_fence_gate":{"defaultstate":"minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"in_wall":{"type":"bool","values":["true","false"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:jungle_leaves":{"defaultstate":"minecraft:jungle_leaves[distance=7,persistent=false]","properties":{"distance":{"type":"int","values":["1","2","3","4","5","6","7"]},"persistent":{"type":"bool","values":["true","false"]}}},"minecraft:jungle_log":{"defaultstate":"minecraft:jungle_log[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:jungle_planks":{"defaultstate":"minecraft:jungle_planks","properties":{}},"minecraft:jungle_pressure_plate":{"defaultstate":"minecraft:jungle_pressure_plate[powered=false]","properties":{"powered":{"type":"bool","values":["true","false"]}}},"minecraft:jungle_sapling":{"defaultstate":"minecraft:jungle_sapling[stage=0]","properties":{"stage":{"type":"int","values":["0","1"]}}},"minecraft:jungle_sign":{"defaultstate":"minecraft:jungle_sign[rotation=0,waterlogged=false]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:jungle_slab":{"defaultstate":"minecraft:jungle_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:jungle_stairs":{"defaultstate":"minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:jungle_trapdoor":{"defaultstate":"minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:jungle_wall_sign":{"defaultstate":"minecraft:jungle_wall_sign[facing=north,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:jungle_wood":{"defaultstate":"minecraft:jungle_wood[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:kelp":{"defaultstate":"minecraft:kelp[age=0]","properties":{"age":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24","25"]}}},"minecraft:kelp_plant":{"defaultstate":"minecraft:kelp_plant","properties":{}},"minecraft:ladder":{"defaultstate":"minecraft:ladder[facing=north,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:lantern":{"defaultstate":"minecraft:lantern[hanging=false,waterlogged=false]","properties":{"hanging":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:lapis_block":{"defaultstate":"minecraft:lapis_block","properties":{}},"minecraft:lapis_ore":{"defaultstate":"minecraft:lapis_ore","properties":{}},"minecraft:large_amethyst_bud":{"defaultstate":"minecraft:large_amethyst_bud[facing=up,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:large_fern":{"defaultstate":"minecraft:large_fern[half=lower]","properties":{"half":{"type":"enum","values":["upper","lower"]}}},"minecraft:lava":{"defaultstate":"minecraft:lava[level=0]","properties":{"level":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:lava_cauldron":{"defaultstate":"minecraft:lava_cauldron","properties":{}},"minecraft:lectern":{"defaultstate":"minecraft:lectern[facing=north,has_book=false,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"has_book":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:lever":{"defaultstate":"minecraft:lever[face=wall,facing=north,powered=false]","properties":{"face":{"type":"enum","values":["floor","wall","ceiling"]},"facing":{"type":"direction","values":["north","south","west","east"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:light":{"defaultstate":"minecraft:light[level=15,waterlogged=false]","properties":{"level":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:light_blue_banner":{"defaultstate":"minecraft:light_blue_banner[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:light_blue_bed":{"defaultstate":"minecraft:light_blue_bed[facing=north,occupied=false,part=foot]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"occupied":{"type":"bool","values":["true","false"]},"part":{"type":"enum","values":["head","foot"]}}},"minecraft:light_blue_candle":{"defaultstate":"minecraft:light_blue_candle[candles=1,lit=false,waterlogged=false]","properties":{"candles":{"type":"int","values":["1","2","3","4"]},"lit":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:light_blue_candle_cake":{"defaultstate":"minecraft:light_blue_candle_cake[lit=false]","properties":{"lit":{"type":"bool","values":["true","false"]}}},"minecraft:light_blue_carpet":{"defaultstate":"minecraft:light_blue_carpet","properties":{}},"minecraft:light_blue_concrete":{"defaultstate":"minecraft:light_blue_concrete","properties":{}},"minecraft:light_blue_concrete_powder":{"defaultstate":"minecraft:light_blue_concrete_powder","properties":{}},"minecraft:light_blue_glazed_terracotta":{"defaultstate":"minecraft:light_blue_glazed_terracotta[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:light_blue_shulker_box":{"defaultstate":"minecraft:light_blue_shulker_box[facing=up]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:light_blue_stained_glass":{"defaultstate":"minecraft:light_blue_stained_glass","properties":{}},"minecraft:light_blue_stained_glass_pane":{"defaultstate":"minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:light_blue_terracotta":{"defaultstate":"minecraft:light_blue_terracotta","properties":{}},"minecraft:light_blue_wall_banner":{"defaultstate":"minecraft:light_blue_wall_banner[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:light_blue_wool":{"defaultstate":"minecraft:light_blue_wool","properties":{}},"minecraft:light_gray_banner":{"defaultstate":"minecraft:light_gray_banner[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:light_gray_bed":{"defaultstate":"minecraft:light_gray_bed[facing=north,occupied=false,part=foot]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"occupied":{"type":"bool","values":["true","false"]},"part":{"type":"enum","values":["head","foot"]}}},"minecraft:light_gray_candle":{"defaultstate":"minecraft:light_gray_candle[candles=1,lit=false,waterlogged=false]","properties":{"candles":{"type":"int","values":["1","2","3","4"]},"lit":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:light_gray_candle_cake":{"defaultstate":"minecraft:light_gray_candle_cake[lit=false]","properties":{"lit":{"type":"bool","values":["true","false"]}}},"minecraft:light_gray_carpet":{"defaultstate":"minecraft:light_gray_carpet","properties":{}},"minecraft:light_gray_concrete":{"defaultstate":"minecraft:light_gray_concrete","properties":{}},"minecraft:light_gray_concrete_powder":{"defaultstate":"minecraft:light_gray_concrete_powder","properties":{}},"minecraft:light_gray_glazed_terracotta":{"defaultstate":"minecraft:light_gray_glazed_terracotta[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:light_gray_shulker_box":{"defaultstate":"minecraft:light_gray_shulker_box[facing=up]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:light_gray_stained_glass":{"defaultstate":"minecraft:light_gray_stained_glass","properties":{}},"minecraft:light_gray_stained_glass_pane":{"defaultstate":"minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:light_gray_terracotta":{"defaultstate":"minecraft:light_gray_terracotta","properties":{}},"minecraft:light_gray_wall_banner":{"defaultstate":"minecraft:light_gray_wall_banner[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:light_gray_wool":{"defaultstate":"minecraft:light_gray_wool","properties":{}},"minecraft:light_weighted_pressure_plate":{"defaultstate":"minecraft:light_weighted_pressure_plate[power=0]","properties":{"power":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:lightning_rod":{"defaultstate":"minecraft:lightning_rod[facing=up,powered=false,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]},"powered":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:lilac":{"defaultstate":"minecraft:lilac[half=lower]","properties":{"half":{"type":"enum","values":["upper","lower"]}}},"minecraft:lily_of_the_valley":{"defaultstate":"minecraft:lily_of_the_valley","properties":{}},"minecraft:lily_pad":{"defaultstate":"minecraft:lily_pad","properties":{}},"minecraft:lime_banner":{"defaultstate":"minecraft:lime_banner[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:lime_bed":{"defaultstate":"minecraft:lime_bed[facing=north,occupied=false,part=foot]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"occupied":{"type":"bool","values":["true","false"]},"part":{"type":"enum","values":["head","foot"]}}},"minecraft:lime_candle":{"defaultstate":"minecraft:lime_candle[candles=1,lit=false,waterlogged=false]","properties":{"candles":{"type":"int","values":["1","2","3","4"]},"lit":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:lime_candle_cake":{"defaultstate":"minecraft:lime_candle_cake[lit=false]","properties":{"lit":{"type":"bool","values":["true","false"]}}},"minecraft:lime_carpet":{"defaultstate":"minecraft:lime_carpet","properties":{}},"minecraft:lime_concrete":{"defaultstate":"minecraft:lime_concrete","properties":{}},"minecraft:lime_concrete_powder":{"defaultstate":"minecraft:lime_concrete_powder","properties":{}},"minecraft:lime_glazed_terracotta":{"defaultstate":"minecraft:lime_glazed_terracotta[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:lime_shulker_box":{"defaultstate":"minecraft:lime_shulker_box[facing=up]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:lime_stained_glass":{"defaultstate":"minecraft:lime_stained_glass","properties":{}},"minecraft:lime_stained_glass_pane":{"defaultstate":"minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:lime_terracotta":{"defaultstate":"minecraft:lime_terracotta","properties":{}},"minecraft:lime_wall_banner":{"defaultstate":"minecraft:lime_wall_banner[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:lime_wool":{"defaultstate":"minecraft:lime_wool","properties":{}},"minecraft:lodestone":{"defaultstate":"minecraft:lodestone","properties":{}},"minecraft:loom":{"defaultstate":"minecraft:loom[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:magenta_banner":{"defaultstate":"minecraft:magenta_banner[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:magenta_bed":{"defaultstate":"minecraft:magenta_bed[facing=north,occupied=false,part=foot]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"occupied":{"type":"bool","values":["true","false"]},"part":{"type":"enum","values":["head","foot"]}}},"minecraft:magenta_candle":{"defaultstate":"minecraft:magenta_candle[candles=1,lit=false,waterlogged=false]","properties":{"candles":{"type":"int","values":["1","2","3","4"]},"lit":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:magenta_candle_cake":{"defaultstate":"minecraft:magenta_candle_cake[lit=false]","properties":{"lit":{"type":"bool","values":["true","false"]}}},"minecraft:magenta_carpet":{"defaultstate":"minecraft:magenta_carpet","properties":{}},"minecraft:magenta_concrete":{"defaultstate":"minecraft:magenta_concrete","properties":{}},"minecraft:magenta_concrete_powder":{"defaultstate":"minecraft:magenta_concrete_powder","properties":{}},"minecraft:magenta_glazed_terracotta":{"defaultstate":"minecraft:magenta_glazed_terracotta[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:magenta_shulker_box":{"defaultstate":"minecraft:magenta_shulker_box[facing=up]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:magenta_stained_glass":{"defaultstate":"minecraft:magenta_stained_glass","properties":{}},"minecraft:magenta_stained_glass_pane":{"defaultstate":"minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:magenta_terracotta":{"defaultstate":"minecraft:magenta_terracotta","properties":{}},"minecraft:magenta_wall_banner":{"defaultstate":"minecraft:magenta_wall_banner[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:magenta_wool":{"defaultstate":"minecraft:magenta_wool","properties":{}},"minecraft:magma_block":{"defaultstate":"minecraft:magma_block","properties":{}},"minecraft:medium_amethyst_bud":{"defaultstate":"minecraft:medium_amethyst_bud[facing=up,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:melon":{"defaultstate":"minecraft:melon","properties":{}},"minecraft:melon_stem":{"defaultstate":"minecraft:melon_stem[age=0]","properties":{"age":{"type":"int","values":["0","1","2","3","4","5","6","7"]}}},"minecraft:moss_block":{"defaultstate":"minecraft:moss_block","properties":{}},"minecraft:moss_carpet":{"defaultstate":"minecraft:moss_carpet","properties":{}},"minecraft:mossy_cobblestone":{"defaultstate":"minecraft:mossy_cobblestone","properties":{}},"minecraft:mossy_cobblestone_slab":{"defaultstate":"minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:mossy_cobblestone_stairs":{"defaultstate":"minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:mossy_cobblestone_wall":{"defaultstate":"minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:mossy_stone_brick_slab":{"defaultstate":"minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:mossy_stone_brick_stairs":{"defaultstate":"minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:mossy_stone_brick_wall":{"defaultstate":"minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:mossy_stone_bricks":{"defaultstate":"minecraft:mossy_stone_bricks","properties":{}},"minecraft:moving_piston":{"defaultstate":"minecraft:moving_piston[facing=north,type=normal]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]},"type":{"type":"enum","values":["normal","sticky"]}}},"minecraft:mushroom_stem":{"defaultstate":"minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=true]","properties":{"down":{"type":"bool","values":["true","false"]},"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"up":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:mycelium":{"defaultstate":"minecraft:mycelium[snowy=false]","properties":{"snowy":{"type":"bool","values":["true","false"]}}},"minecraft:nether_brick_fence":{"defaultstate":"minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:nether_brick_slab":{"defaultstate":"minecraft:nether_brick_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:nether_brick_stairs":{"defaultstate":"minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:nether_brick_wall":{"defaultstate":"minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:nether_bricks":{"defaultstate":"minecraft:nether_bricks","properties":{}},"minecraft:nether_gold_ore":{"defaultstate":"minecraft:nether_gold_ore","properties":{}},"minecraft:nether_portal":{"defaultstate":"minecraft:nether_portal[axis=x]","properties":{"axis":{"type":"enum","values":["x","z"]}}},"minecraft:nether_quartz_ore":{"defaultstate":"minecraft:nether_quartz_ore","properties":{}},"minecraft:nether_sprouts":{"defaultstate":"minecraft:nether_sprouts","properties":{}},"minecraft:nether_wart":{"defaultstate":"minecraft:nether_wart[age=0]","properties":{"age":{"type":"int","values":["0","1","2","3"]}}},"minecraft:nether_wart_block":{"defaultstate":"minecraft:nether_wart_block","properties":{}},"minecraft:netherite_block":{"defaultstate":"minecraft:netherite_block","properties":{}},"minecraft:netherrack":{"defaultstate":"minecraft:netherrack","properties":{}},"minecraft:note_block":{"defaultstate":"minecraft:note_block[instrument=harp,note=0,powered=false]","properties":{"instrument":{"type":"enum","values":["harp","basedrum","snare","hat","bass","flute","bell","guitar","chime","xylophone","iron_xylophone","cow_bell","didgeridoo","bit","banjo","pling"]},"note":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:oak_button":{"defaultstate":"minecraft:oak_button[face=wall,facing=north,powered=false]","properties":{"face":{"type":"enum","values":["floor","wall","ceiling"]},"facing":{"type":"direction","values":["north","south","west","east"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:oak_door":{"defaultstate":"minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["upper","lower"]},"hinge":{"type":"enum","values":["left","right"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:oak_fence":{"defaultstate":"minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:oak_fence_gate":{"defaultstate":"minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"in_wall":{"type":"bool","values":["true","false"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:oak_leaves":{"defaultstate":"minecraft:oak_leaves[distance=7,persistent=false]","properties":{"distance":{"type":"int","values":["1","2","3","4","5","6","7"]},"persistent":{"type":"bool","values":["true","false"]}}},"minecraft:oak_log":{"defaultstate":"minecraft:oak_log[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:oak_planks":{"defaultstate":"minecraft:oak_planks","properties":{}},"minecraft:oak_pressure_plate":{"defaultstate":"minecraft:oak_pressure_plate[powered=false]","properties":{"powered":{"type":"bool","values":["true","false"]}}},"minecraft:oak_sapling":{"defaultstate":"minecraft:oak_sapling[stage=0]","properties":{"stage":{"type":"int","values":["0","1"]}}},"minecraft:oak_sign":{"defaultstate":"minecraft:oak_sign[rotation=0,waterlogged=false]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:oak_slab":{"defaultstate":"minecraft:oak_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:oak_stairs":{"defaultstate":"minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:oak_trapdoor":{"defaultstate":"minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:oak_wall_sign":{"defaultstate":"minecraft:oak_wall_sign[facing=north,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:oak_wood":{"defaultstate":"minecraft:oak_wood[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:observer":{"defaultstate":"minecraft:observer[facing=south,powered=false]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:obsidian":{"defaultstate":"minecraft:obsidian","properties":{}},"minecraft:orange_banner":{"defaultstate":"minecraft:orange_banner[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:orange_bed":{"defaultstate":"minecraft:orange_bed[facing=north,occupied=false,part=foot]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"occupied":{"type":"bool","values":["true","false"]},"part":{"type":"enum","values":["head","foot"]}}},"minecraft:orange_candle":{"defaultstate":"minecraft:orange_candle[candles=1,lit=false,waterlogged=false]","properties":{"candles":{"type":"int","values":["1","2","3","4"]},"lit":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:orange_candle_cake":{"defaultstate":"minecraft:orange_candle_cake[lit=false]","properties":{"lit":{"type":"bool","values":["true","false"]}}},"minecraft:orange_carpet":{"defaultstate":"minecraft:orange_carpet","properties":{}},"minecraft:orange_concrete":{"defaultstate":"minecraft:orange_concrete","properties":{}},"minecraft:orange_concrete_powder":{"defaultstate":"minecraft:orange_concrete_powder","properties":{}},"minecraft:orange_glazed_terracotta":{"defaultstate":"minecraft:orange_glazed_terracotta[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:orange_shulker_box":{"defaultstate":"minecraft:orange_shulker_box[facing=up]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:orange_stained_glass":{"defaultstate":"minecraft:orange_stained_glass","properties":{}},"minecraft:orange_stained_glass_pane":{"defaultstate":"minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:orange_terracotta":{"defaultstate":"minecraft:orange_terracotta","properties":{}},"minecraft:orange_tulip":{"defaultstate":"minecraft:orange_tulip","properties":{}},"minecraft:orange_wall_banner":{"defaultstate":"minecraft:orange_wall_banner[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:orange_wool":{"defaultstate":"minecraft:orange_wool","properties":{}},"minecraft:oxeye_daisy":{"defaultstate":"minecraft:oxeye_daisy","properties":{}},"minecraft:oxidized_copper":{"defaultstate":"minecraft:oxidized_copper","properties":{}},"minecraft:oxidized_cut_copper":{"defaultstate":"minecraft:oxidized_cut_copper","properties":{}},"minecraft:oxidized_cut_copper_slab":{"defaultstate":"minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:oxidized_cut_copper_stairs":{"defaultstate":"minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:packed_ice":{"defaultstate":"minecraft:packed_ice","properties":{}},"minecraft:peony":{"defaultstate":"minecraft:peony[half=lower]","properties":{"half":{"type":"enum","values":["upper","lower"]}}},"minecraft:petrified_oak_slab":{"defaultstate":"minecraft:petrified_oak_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:pink_banner":{"defaultstate":"minecraft:pink_banner[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:pink_bed":{"defaultstate":"minecraft:pink_bed[facing=north,occupied=false,part=foot]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"occupied":{"type":"bool","values":["true","false"]},"part":{"type":"enum","values":["head","foot"]}}},"minecraft:pink_candle":{"defaultstate":"minecraft:pink_candle[candles=1,lit=false,waterlogged=false]","properties":{"candles":{"type":"int","values":["1","2","3","4"]},"lit":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:pink_candle_cake":{"defaultstate":"minecraft:pink_candle_cake[lit=false]","properties":{"lit":{"type":"bool","values":["true","false"]}}},"minecraft:pink_carpet":{"defaultstate":"minecraft:pink_carpet","properties":{}},"minecraft:pink_concrete":{"defaultstate":"minecraft:pink_concrete","properties":{}},"minecraft:pink_concrete_powder":{"defaultstate":"minecraft:pink_concrete_powder","properties":{}},"minecraft:pink_glazed_terracotta":{"defaultstate":"minecraft:pink_glazed_terracotta[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:pink_shulker_box":{"defaultstate":"minecraft:pink_shulker_box[facing=up]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:pink_stained_glass":{"defaultstate":"minecraft:pink_stained_glass","properties":{}},"minecraft:pink_stained_glass_pane":{"defaultstate":"minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:pink_terracotta":{"defaultstate":"minecraft:pink_terracotta","properties":{}},"minecraft:pink_tulip":{"defaultstate":"minecraft:pink_tulip","properties":{}},"minecraft:pink_wall_banner":{"defaultstate":"minecraft:pink_wall_banner[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:pink_wool":{"defaultstate":"minecraft:pink_wool","properties":{}},"minecraft:piston":{"defaultstate":"minecraft:piston[extended=false,facing=north]","properties":{"extended":{"type":"bool","values":["true","false"]},"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:piston_head":{"defaultstate":"minecraft:piston_head[facing=north,short=false,type=normal]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]},"short":{"type":"bool","values":["true","false"]},"type":{"type":"enum","values":["normal","sticky"]}}},"minecraft:player_head":{"defaultstate":"minecraft:player_head[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:player_wall_head":{"defaultstate":"minecraft:player_wall_head[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:podzol":{"defaultstate":"minecraft:podzol[snowy=false]","properties":{"snowy":{"type":"bool","values":["true","false"]}}},"minecraft:pointed_dripstone":{"defaultstate":"minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=false]","properties":{"thickness":{"type":"enum","values":["tip_merge","tip","frustum","middle","base"]},"vertical_direction":{"type":"direction","values":["up","down"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:polished_andesite":{"defaultstate":"minecraft:polished_andesite","properties":{}},"minecraft:polished_andesite_slab":{"defaultstate":"minecraft:polished_andesite_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:polished_andesite_stairs":{"defaultstate":"minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:polished_basalt":{"defaultstate":"minecraft:polished_basalt[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:polished_blackstone":{"defaultstate":"minecraft:polished_blackstone","properties":{}},"minecraft:polished_blackstone_brick_slab":{"defaultstate":"minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:polished_blackstone_brick_stairs":{"defaultstate":"minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:polished_blackstone_brick_wall":{"defaultstate":"minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:polished_blackstone_bricks":{"defaultstate":"minecraft:polished_blackstone_bricks","properties":{}},"minecraft:polished_blackstone_button":{"defaultstate":"minecraft:polished_blackstone_button[face=wall,facing=north,powered=false]","properties":{"face":{"type":"enum","values":["floor","wall","ceiling"]},"facing":{"type":"direction","values":["north","south","west","east"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:polished_blackstone_pressure_plate":{"defaultstate":"minecraft:polished_blackstone_pressure_plate[powered=false]","properties":{"powered":{"type":"bool","values":["true","false"]}}},"minecraft:polished_blackstone_slab":{"defaultstate":"minecraft:polished_blackstone_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:polished_blackstone_stairs":{"defaultstate":"minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:polished_blackstone_wall":{"defaultstate":"minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:polished_deepslate":{"defaultstate":"minecraft:polished_deepslate","properties":{}},"minecraft:polished_deepslate_slab":{"defaultstate":"minecraft:polished_deepslate_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:polished_deepslate_stairs":{"defaultstate":"minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:polished_deepslate_wall":{"defaultstate":"minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:polished_diorite":{"defaultstate":"minecraft:polished_diorite","properties":{}},"minecraft:polished_diorite_slab":{"defaultstate":"minecraft:polished_diorite_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:polished_diorite_stairs":{"defaultstate":"minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:polished_granite":{"defaultstate":"minecraft:polished_granite","properties":{}},"minecraft:polished_granite_slab":{"defaultstate":"minecraft:polished_granite_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:polished_granite_stairs":{"defaultstate":"minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:poppy":{"defaultstate":"minecraft:poppy","properties":{}},"minecraft:potatoes":{"defaultstate":"minecraft:potatoes[age=0]","properties":{"age":{"type":"int","values":["0","1","2","3","4","5","6","7"]}}},"minecraft:potted_acacia_sapling":{"defaultstate":"minecraft:potted_acacia_sapling","properties":{}},"minecraft:potted_allium":{"defaultstate":"minecraft:potted_allium","properties":{}},"minecraft:potted_azalea_bush":{"defaultstate":"minecraft:potted_azalea_bush","properties":{}},"minecraft:potted_azure_bluet":{"defaultstate":"minecraft:potted_azure_bluet","properties":{}},"minecraft:potted_bamboo":{"defaultstate":"minecraft:potted_bamboo","properties":{}},"minecraft:potted_birch_sapling":{"defaultstate":"minecraft:potted_birch_sapling","properties":{}},"minecraft:potted_blue_orchid":{"defaultstate":"minecraft:potted_blue_orchid","properties":{}},"minecraft:potted_brown_mushroom":{"defaultstate":"minecraft:potted_brown_mushroom","properties":{}},"minecraft:potted_cactus":{"defaultstate":"minecraft:potted_cactus","properties":{}},"minecraft:potted_cornflower":{"defaultstate":"minecraft:potted_cornflower","properties":{}},"minecraft:potted_crimson_fungus":{"defaultstate":"minecraft:potted_crimson_fungus","properties":{}},"minecraft:potted_crimson_roots":{"defaultstate":"minecraft:potted_crimson_roots","properties":{}},"minecraft:potted_dandelion":{"defaultstate":"minecraft:potted_dandelion","properties":{}},"minecraft:potted_dark_oak_sapling":{"defaultstate":"minecraft:potted_dark_oak_sapling","properties":{}},"minecraft:potted_dead_bush":{"defaultstate":"minecraft:potted_dead_bush","properties":{}},"minecraft:potted_fern":{"defaultstate":"minecraft:potted_fern","properties":{}},"minecraft:potted_flowering_azalea_bush":{"defaultstate":"minecraft:potted_flowering_azalea_bush","properties":{}},"minecraft:potted_jungle_sapling":{"defaultstate":"minecraft:potted_jungle_sapling","properties":{}},"minecraft:potted_lily_of_the_valley":{"defaultstate":"minecraft:potted_lily_of_the_valley","properties":{}},"minecraft:potted_oak_sapling":{"defaultstate":"minecraft:potted_oak_sapling","properties":{}},"minecraft:potted_orange_tulip":{"defaultstate":"minecraft:potted_orange_tulip","properties":{}},"minecraft:potted_oxeye_daisy":{"defaultstate":"minecraft:potted_oxeye_daisy","properties":{}},"minecraft:potted_pink_tulip":{"defaultstate":"minecraft:potted_pink_tulip","properties":{}},"minecraft:potted_poppy":{"defaultstate":"minecraft:potted_poppy","properties":{}},"minecraft:potted_red_mushroom":{"defaultstate":"minecraft:potted_red_mushroom","properties":{}},"minecraft:potted_red_tulip":{"defaultstate":"minecraft:potted_red_tulip","properties":{}},"minecraft:potted_spruce_sapling":{"defaultstate":"minecraft:potted_spruce_sapling","properties":{}},"minecraft:potted_warped_fungus":{"defaultstate":"minecraft:potted_warped_fungus","properties":{}},"minecraft:potted_warped_roots":{"defaultstate":"minecraft:potted_warped_roots","properties":{}},"minecraft:potted_white_tulip":{"defaultstate":"minecraft:potted_white_tulip","properties":{}},"minecraft:potted_wither_rose":{"defaultstate":"minecraft:potted_wither_rose","properties":{}},"minecraft:powder_snow":{"defaultstate":"minecraft:powder_snow","properties":{}},"minecraft:powder_snow_cauldron":{"defaultstate":"minecraft:powder_snow_cauldron[level=1]","properties":{"level":{"type":"int","values":["1","2","3"]}}},"minecraft:powered_rail":{"defaultstate":"minecraft:powered_rail[powered=false,shape=north_south,waterlogged=false]","properties":{"powered":{"type":"bool","values":["true","false"]},"shape":{"type":"enum","values":["north_south","east_west","ascending_east","ascending_west","ascending_north","ascending_south"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:prismarine":{"defaultstate":"minecraft:prismarine","properties":{}},"minecraft:prismarine_brick_slab":{"defaultstate":"minecraft:prismarine_brick_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:prismarine_brick_stairs":{"defaultstate":"minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:prismarine_bricks":{"defaultstate":"minecraft:prismarine_bricks","properties":{}},"minecraft:prismarine_slab":{"defaultstate":"minecraft:prismarine_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:prismarine_stairs":{"defaultstate":"minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:prismarine_wall":{"defaultstate":"minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:pumpkin":{"defaultstate":"minecraft:pumpkin","properties":{}},"minecraft:pumpkin_stem":{"defaultstate":"minecraft:pumpkin_stem[age=0]","properties":{"age":{"type":"int","values":["0","1","2","3","4","5","6","7"]}}},"minecraft:purple_banner":{"defaultstate":"minecraft:purple_banner[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:purple_bed":{"defaultstate":"minecraft:purple_bed[facing=north,occupied=false,part=foot]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"occupied":{"type":"bool","values":["true","false"]},"part":{"type":"enum","values":["head","foot"]}}},"minecraft:purple_candle":{"defaultstate":"minecraft:purple_candle[candles=1,lit=false,waterlogged=false]","properties":{"candles":{"type":"int","values":["1","2","3","4"]},"lit":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:purple_candle_cake":{"defaultstate":"minecraft:purple_candle_cake[lit=false]","properties":{"lit":{"type":"bool","values":["true","false"]}}},"minecraft:purple_carpet":{"defaultstate":"minecraft:purple_carpet","properties":{}},"minecraft:purple_concrete":{"defaultstate":"minecraft:purple_concrete","properties":{}},"minecraft:purple_concrete_powder":{"defaultstate":"minecraft:purple_concrete_powder","properties":{}},"minecraft:purple_glazed_terracotta":{"defaultstate":"minecraft:purple_glazed_terracotta[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:purple_shulker_box":{"defaultstate":"minecraft:purple_shulker_box[facing=up]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:purple_stained_glass":{"defaultstate":"minecraft:purple_stained_glass","properties":{}},"minecraft:purple_stained_glass_pane":{"defaultstate":"minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:purple_terracotta":{"defaultstate":"minecraft:purple_terracotta","properties":{}},"minecraft:purple_wall_banner":{"defaultstate":"minecraft:purple_wall_banner[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:purple_wool":{"defaultstate":"minecraft:purple_wool","properties":{}},"minecraft:purpur_block":{"defaultstate":"minecraft:purpur_block","properties":{}},"minecraft:purpur_pillar":{"defaultstate":"minecraft:purpur_pillar[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:purpur_slab":{"defaultstate":"minecraft:purpur_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:purpur_stairs":{"defaultstate":"minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:quartz_block":{"defaultstate":"minecraft:quartz_block","properties":{}},"minecraft:quartz_bricks":{"defaultstate":"minecraft:quartz_bricks","properties":{}},"minecraft:quartz_pillar":{"defaultstate":"minecraft:quartz_pillar[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:quartz_slab":{"defaultstate":"minecraft:quartz_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:quartz_stairs":{"defaultstate":"minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:rail":{"defaultstate":"minecraft:rail[shape=north_south,waterlogged=false]","properties":{"shape":{"type":"enum","values":["north_south","east_west","ascending_east","ascending_west","ascending_north","ascending_south","south_east","south_west","north_west","north_east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:raw_copper_block":{"defaultstate":"minecraft:raw_copper_block","properties":{}},"minecraft:raw_gold_block":{"defaultstate":"minecraft:raw_gold_block","properties":{}},"minecraft:raw_iron_block":{"defaultstate":"minecraft:raw_iron_block","properties":{}},"minecraft:red_banner":{"defaultstate":"minecraft:red_banner[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:red_bed":{"defaultstate":"minecraft:red_bed[facing=north,occupied=false,part=foot]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"occupied":{"type":"bool","values":["true","false"]},"part":{"type":"enum","values":["head","foot"]}}},"minecraft:red_candle":{"defaultstate":"minecraft:red_candle[candles=1,lit=false,waterlogged=false]","properties":{"candles":{"type":"int","values":["1","2","3","4"]},"lit":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:red_candle_cake":{"defaultstate":"minecraft:red_candle_cake[lit=false]","properties":{"lit":{"type":"bool","values":["true","false"]}}},"minecraft:red_carpet":{"defaultstate":"minecraft:red_carpet","properties":{}},"minecraft:red_concrete":{"defaultstate":"minecraft:red_concrete","properties":{}},"minecraft:red_concrete_powder":{"defaultstate":"minecraft:red_concrete_powder","properties":{}},"minecraft:red_glazed_terracotta":{"defaultstate":"minecraft:red_glazed_terracotta[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:red_mushroom":{"defaultstate":"minecraft:red_mushroom","properties":{}},"minecraft:red_mushroom_block":{"defaultstate":"minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]","properties":{"down":{"type":"bool","values":["true","false"]},"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"up":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:red_nether_brick_slab":{"defaultstate":"minecraft:red_nether_brick_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:red_nether_brick_stairs":{"defaultstate":"minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:red_nether_brick_wall":{"defaultstate":"minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:red_nether_bricks":{"defaultstate":"minecraft:red_nether_bricks","properties":{}},"minecraft:red_sand":{"defaultstate":"minecraft:red_sand","properties":{}},"minecraft:red_sandstone":{"defaultstate":"minecraft:red_sandstone","properties":{}},"minecraft:red_sandstone_slab":{"defaultstate":"minecraft:red_sandstone_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:red_sandstone_stairs":{"defaultstate":"minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:red_sandstone_wall":{"defaultstate":"minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:red_shulker_box":{"defaultstate":"minecraft:red_shulker_box[facing=up]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:red_stained_glass":{"defaultstate":"minecraft:red_stained_glass","properties":{}},"minecraft:red_stained_glass_pane":{"defaultstate":"minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:red_terracotta":{"defaultstate":"minecraft:red_terracotta","properties":{}},"minecraft:red_tulip":{"defaultstate":"minecraft:red_tulip","properties":{}},"minecraft:red_wall_banner":{"defaultstate":"minecraft:red_wall_banner[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:red_wool":{"defaultstate":"minecraft:red_wool","properties":{}},"minecraft:redstone_block":{"defaultstate":"minecraft:redstone_block","properties":{}},"minecraft:redstone_lamp":{"defaultstate":"minecraft:redstone_lamp[lit=false]","properties":{"lit":{"type":"bool","values":["true","false"]}}},"minecraft:redstone_ore":{"defaultstate":"minecraft:redstone_ore[lit=false]","properties":{"lit":{"type":"bool","values":["true","false"]}}},"minecraft:redstone_torch":{"defaultstate":"minecraft:redstone_torch[lit=true]","properties":{"lit":{"type":"bool","values":["true","false"]}}},"minecraft:redstone_wall_torch":{"defaultstate":"minecraft:redstone_wall_torch[facing=north,lit=true]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"lit":{"type":"bool","values":["true","false"]}}},"minecraft:redstone_wire":{"defaultstate":"minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none]","properties":{"east":{"type":"enum","values":["up","side","none"]},"north":{"type":"enum","values":["up","side","none"]},"power":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]},"south":{"type":"enum","values":["up","side","none"]},"west":{"type":"enum","values":["up","side","none"]}}},"minecraft:repeater":{"defaultstate":"minecraft:repeater[delay=1,facing=north,locked=false,powered=false]","properties":{"delay":{"type":"int","values":["1","2","3","4"]},"facing":{"type":"direction","values":["north","south","west","east"]},"locked":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:repeating_command_block":{"defaultstate":"minecraft:repeating_command_block[conditional=false,facing=north]","properties":{"conditional":{"type":"bool","values":["true","false"]},"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:respawn_anchor":{"defaultstate":"minecraft:respawn_anchor[charges=0]","properties":{"charges":{"type":"int","values":["0","1","2","3","4"]}}},"minecraft:rooted_dirt":{"defaultstate":"minecraft:rooted_dirt","properties":{}},"minecraft:rose_bush":{"defaultstate":"minecraft:rose_bush[half=lower]","properties":{"half":{"type":"enum","values":["upper","lower"]}}},"minecraft:sand":{"defaultstate":"minecraft:sand","properties":{}},"minecraft:sandstone":{"defaultstate":"minecraft:sandstone","properties":{}},"minecraft:sandstone_slab":{"defaultstate":"minecraft:sandstone_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:sandstone_stairs":{"defaultstate":"minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:sandstone_wall":{"defaultstate":"minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:scaffolding":{"defaultstate":"minecraft:scaffolding[bottom=false,distance=7,waterlogged=false]","properties":{"bottom":{"type":"bool","values":["true","false"]},"distance":{"type":"int","values":["0","1","2","3","4","5","6","7"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:sculk_sensor":{"defaultstate":"minecraft:sculk_sensor[power=0,sculk_sensor_phase=inactive,waterlogged=false]","properties":{"power":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]},"sculk_sensor_phase":{"type":"enum","values":["inactive","active","cooldown"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:sea_lantern":{"defaultstate":"minecraft:sea_lantern","properties":{}},"minecraft:sea_pickle":{"defaultstate":"minecraft:sea_pickle[pickles=1,waterlogged=true]","properties":{"pickles":{"type":"int","values":["1","2","3","4"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:seagrass":{"defaultstate":"minecraft:seagrass","properties":{}},"minecraft:shroomlight":{"defaultstate":"minecraft:shroomlight","properties":{}},"minecraft:shulker_box":{"defaultstate":"minecraft:shulker_box[facing=up]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:skeleton_skull":{"defaultstate":"minecraft:skeleton_skull[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:skeleton_wall_skull":{"defaultstate":"minecraft:skeleton_wall_skull[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:slime_block":{"defaultstate":"minecraft:slime_block","properties":{}},"minecraft:small_amethyst_bud":{"defaultstate":"minecraft:small_amethyst_bud[facing=up,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:small_dripleaf":{"defaultstate":"minecraft:small_dripleaf[facing=north,half=lower,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["upper","lower"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:smithing_table":{"defaultstate":"minecraft:smithing_table","properties":{}},"minecraft:smoker":{"defaultstate":"minecraft:smoker[facing=north,lit=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"lit":{"type":"bool","values":["true","false"]}}},"minecraft:smooth_basalt":{"defaultstate":"minecraft:smooth_basalt","properties":{}},"minecraft:smooth_quartz":{"defaultstate":"minecraft:smooth_quartz","properties":{}},"minecraft:smooth_quartz_slab":{"defaultstate":"minecraft:smooth_quartz_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:smooth_quartz_stairs":{"defaultstate":"minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:smooth_red_sandstone":{"defaultstate":"minecraft:smooth_red_sandstone","properties":{}},"minecraft:smooth_red_sandstone_slab":{"defaultstate":"minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:smooth_red_sandstone_stairs":{"defaultstate":"minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:smooth_sandstone":{"defaultstate":"minecraft:smooth_sandstone","properties":{}},"minecraft:smooth_sandstone_slab":{"defaultstate":"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:smooth_sandstone_stairs":{"defaultstate":"minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:smooth_stone":{"defaultstate":"minecraft:smooth_stone","properties":{}},"minecraft:smooth_stone_slab":{"defaultstate":"minecraft:smooth_stone_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:snow":{"defaultstate":"minecraft:snow[layers=1]","properties":{"layers":{"type":"int","values":["1","2","3","4","5","6","7","8"]}}},"minecraft:snow_block":{"defaultstate":"minecraft:snow_block","properties":{}},"minecraft:soul_campfire":{"defaultstate":"minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"lit":{"type":"bool","values":["true","false"]},"signal_fire":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:soul_fire":{"defaultstate":"minecraft:soul_fire","properties":{}},"minecraft:soul_lantern":{"defaultstate":"minecraft:soul_lantern[hanging=false,waterlogged=false]","properties":{"hanging":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:soul_sand":{"defaultstate":"minecraft:soul_sand","properties":{}},"minecraft:soul_soil":{"defaultstate":"minecraft:soul_soil","properties":{}},"minecraft:soul_torch":{"defaultstate":"minecraft:soul_torch","properties":{}},"minecraft:soul_wall_torch":{"defaultstate":"minecraft:soul_wall_torch[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:spawner":{"defaultstate":"minecraft:spawner","properties":{}},"minecraft:sponge":{"defaultstate":"minecraft:sponge","properties":{}},"minecraft:spore_blossom":{"defaultstate":"minecraft:spore_blossom","properties":{}},"minecraft:spruce_button":{"defaultstate":"minecraft:spruce_button[face=wall,facing=north,powered=false]","properties":{"face":{"type":"enum","values":["floor","wall","ceiling"]},"facing":{"type":"direction","values":["north","south","west","east"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:spruce_door":{"defaultstate":"minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["upper","lower"]},"hinge":{"type":"enum","values":["left","right"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:spruce_fence":{"defaultstate":"minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:spruce_fence_gate":{"defaultstate":"minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"in_wall":{"type":"bool","values":["true","false"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:spruce_leaves":{"defaultstate":"minecraft:spruce_leaves[distance=7,persistent=false]","properties":{"distance":{"type":"int","values":["1","2","3","4","5","6","7"]},"persistent":{"type":"bool","values":["true","false"]}}},"minecraft:spruce_log":{"defaultstate":"minecraft:spruce_log[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:spruce_planks":{"defaultstate":"minecraft:spruce_planks","properties":{}},"minecraft:spruce_pressure_plate":{"defaultstate":"minecraft:spruce_pressure_plate[powered=false]","properties":{"powered":{"type":"bool","values":["true","false"]}}},"minecraft:spruce_sapling":{"defaultstate":"minecraft:spruce_sapling[stage=0]","properties":{"stage":{"type":"int","values":["0","1"]}}},"minecraft:spruce_sign":{"defaultstate":"minecraft:spruce_sign[rotation=0,waterlogged=false]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:spruce_slab":{"defaultstate":"minecraft:spruce_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:spruce_stairs":{"defaultstate":"minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:spruce_trapdoor":{"defaultstate":"minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:spruce_wall_sign":{"defaultstate":"minecraft:spruce_wall_sign[facing=north,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:spruce_wood":{"defaultstate":"minecraft:spruce_wood[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:sticky_piston":{"defaultstate":"minecraft:sticky_piston[extended=false,facing=north]","properties":{"extended":{"type":"bool","values":["true","false"]},"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:stone":{"defaultstate":"minecraft:stone","properties":{}},"minecraft:stone_brick_slab":{"defaultstate":"minecraft:stone_brick_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:stone_brick_stairs":{"defaultstate":"minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:stone_brick_wall":{"defaultstate":"minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]","properties":{"east":{"type":"enum","values":["none","low","tall"]},"north":{"type":"enum","values":["none","low","tall"]},"south":{"type":"enum","values":["none","low","tall"]},"up":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"enum","values":["none","low","tall"]}}},"minecraft:stone_bricks":{"defaultstate":"minecraft:stone_bricks","properties":{}},"minecraft:stone_button":{"defaultstate":"minecraft:stone_button[face=wall,facing=north,powered=false]","properties":{"face":{"type":"enum","values":["floor","wall","ceiling"]},"facing":{"type":"direction","values":["north","south","west","east"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:stone_pressure_plate":{"defaultstate":"minecraft:stone_pressure_plate[powered=false]","properties":{"powered":{"type":"bool","values":["true","false"]}}},"minecraft:stone_slab":{"defaultstate":"minecraft:stone_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:stone_stairs":{"defaultstate":"minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:stonecutter":{"defaultstate":"minecraft:stonecutter[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:stripped_acacia_log":{"defaultstate":"minecraft:stripped_acacia_log[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:stripped_acacia_wood":{"defaultstate":"minecraft:stripped_acacia_wood[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:stripped_birch_log":{"defaultstate":"minecraft:stripped_birch_log[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:stripped_birch_wood":{"defaultstate":"minecraft:stripped_birch_wood[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:stripped_crimson_hyphae":{"defaultstate":"minecraft:stripped_crimson_hyphae[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:stripped_crimson_stem":{"defaultstate":"minecraft:stripped_crimson_stem[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:stripped_dark_oak_log":{"defaultstate":"minecraft:stripped_dark_oak_log[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:stripped_dark_oak_wood":{"defaultstate":"minecraft:stripped_dark_oak_wood[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:stripped_jungle_log":{"defaultstate":"minecraft:stripped_jungle_log[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:stripped_jungle_wood":{"defaultstate":"minecraft:stripped_jungle_wood[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:stripped_oak_log":{"defaultstate":"minecraft:stripped_oak_log[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:stripped_oak_wood":{"defaultstate":"minecraft:stripped_oak_wood[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:stripped_spruce_log":{"defaultstate":"minecraft:stripped_spruce_log[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:stripped_spruce_wood":{"defaultstate":"minecraft:stripped_spruce_wood[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:stripped_warped_hyphae":{"defaultstate":"minecraft:stripped_warped_hyphae[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:stripped_warped_stem":{"defaultstate":"minecraft:stripped_warped_stem[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:structure_block":{"defaultstate":"minecraft:structure_block[mode=load]","properties":{"mode":{"type":"enum","values":["save","load","corner","data"]}}},"minecraft:structure_void":{"defaultstate":"minecraft:structure_void","properties":{}},"minecraft:sugar_cane":{"defaultstate":"minecraft:sugar_cane[age=0]","properties":{"age":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:sunflower":{"defaultstate":"minecraft:sunflower[half=lower]","properties":{"half":{"type":"enum","values":["upper","lower"]}}},"minecraft:sweet_berry_bush":{"defaultstate":"minecraft:sweet_berry_bush[age=0]","properties":{"age":{"type":"int","values":["0","1","2","3"]}}},"minecraft:tall_grass":{"defaultstate":"minecraft:tall_grass[half=lower]","properties":{"half":{"type":"enum","values":["upper","lower"]}}},"minecraft:tall_seagrass":{"defaultstate":"minecraft:tall_seagrass[half=lower]","properties":{"half":{"type":"enum","values":["upper","lower"]}}},"minecraft:target":{"defaultstate":"minecraft:target[power=0]","properties":{"power":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:terracotta":{"defaultstate":"minecraft:terracotta","properties":{}},"minecraft:tinted_glass":{"defaultstate":"minecraft:tinted_glass","properties":{}},"minecraft:tnt":{"defaultstate":"minecraft:tnt[unstable=false]","properties":{"unstable":{"type":"bool","values":["true","false"]}}},"minecraft:torch":{"defaultstate":"minecraft:torch","properties":{}},"minecraft:trapped_chest":{"defaultstate":"minecraft:trapped_chest[facing=north,type=single,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"type":{"type":"enum","values":["single","left","right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:tripwire":{"defaultstate":"minecraft:tripwire[attached=false,disarmed=false,east=false,north=false,powered=false,south=false,west=false]","properties":{"attached":{"type":"bool","values":["true","false"]},"disarmed":{"type":"bool","values":["true","false"]},"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:tripwire_hook":{"defaultstate":"minecraft:tripwire_hook[attached=false,facing=north,powered=false]","properties":{"attached":{"type":"bool","values":["true","false"]},"facing":{"type":"direction","values":["north","south","west","east"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:tube_coral":{"defaultstate":"minecraft:tube_coral[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:tube_coral_block":{"defaultstate":"minecraft:tube_coral_block","properties":{}},"minecraft:tube_coral_fan":{"defaultstate":"minecraft:tube_coral_fan[waterlogged=true]","properties":{"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:tube_coral_wall_fan":{"defaultstate":"minecraft:tube_coral_wall_fan[facing=north,waterlogged=true]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:tuff":{"defaultstate":"minecraft:tuff","properties":{}},"minecraft:turtle_egg":{"defaultstate":"minecraft:turtle_egg[eggs=1,hatch=0]","properties":{"eggs":{"type":"int","values":["1","2","3","4"]},"hatch":{"type":"int","values":["0","1","2"]}}},"minecraft:twisting_vines":{"defaultstate":"minecraft:twisting_vines[age=0]","properties":{"age":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24","25"]}}},"minecraft:twisting_vines_plant":{"defaultstate":"minecraft:twisting_vines_plant","properties":{}},"minecraft:vine":{"defaultstate":"minecraft:vine[east=false,north=false,south=false,up=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"up":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:void_air":{"defaultstate":"minecraft:void_air","properties":{}},"minecraft:wall_torch":{"defaultstate":"minecraft:wall_torch[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:warped_button":{"defaultstate":"minecraft:warped_button[face=wall,facing=north,powered=false]","properties":{"face":{"type":"enum","values":["floor","wall","ceiling"]},"facing":{"type":"direction","values":["north","south","west","east"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:warped_door":{"defaultstate":"minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["upper","lower"]},"hinge":{"type":"enum","values":["left","right"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:warped_fence":{"defaultstate":"minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:warped_fence_gate":{"defaultstate":"minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"in_wall":{"type":"bool","values":["true","false"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]}}},"minecraft:warped_fungus":{"defaultstate":"minecraft:warped_fungus","properties":{}},"minecraft:warped_hyphae":{"defaultstate":"minecraft:warped_hyphae[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:warped_nylium":{"defaultstate":"minecraft:warped_nylium","properties":{}},"minecraft:warped_planks":{"defaultstate":"minecraft:warped_planks","properties":{}},"minecraft:warped_pressure_plate":{"defaultstate":"minecraft:warped_pressure_plate[powered=false]","properties":{"powered":{"type":"bool","values":["true","false"]}}},"minecraft:warped_roots":{"defaultstate":"minecraft:warped_roots","properties":{}},"minecraft:warped_sign":{"defaultstate":"minecraft:warped_sign[rotation=0,waterlogged=false]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:warped_slab":{"defaultstate":"minecraft:warped_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:warped_stairs":{"defaultstate":"minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:warped_stem":{"defaultstate":"minecraft:warped_stem[axis=y]","properties":{"axis":{"type":"enum","values":["x","y","z"]}}},"minecraft:warped_trapdoor":{"defaultstate":"minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"open":{"type":"bool","values":["true","false"]},"powered":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:warped_wall_sign":{"defaultstate":"minecraft:warped_wall_sign[facing=north,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:warped_wart_block":{"defaultstate":"minecraft:warped_wart_block","properties":{}},"minecraft:water":{"defaultstate":"minecraft:water[level=0]","properties":{"level":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:water_cauldron":{"defaultstate":"minecraft:water_cauldron[level=1]","properties":{"level":{"type":"int","values":["1","2","3"]}}},"minecraft:waxed_copper_block":{"defaultstate":"minecraft:waxed_copper_block","properties":{}},"minecraft:waxed_cut_copper":{"defaultstate":"minecraft:waxed_cut_copper","properties":{}},"minecraft:waxed_cut_copper_slab":{"defaultstate":"minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:waxed_cut_copper_stairs":{"defaultstate":"minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:waxed_exposed_copper":{"defaultstate":"minecraft:waxed_exposed_copper","properties":{}},"minecraft:waxed_exposed_cut_copper":{"defaultstate":"minecraft:waxed_exposed_cut_copper","properties":{}},"minecraft:waxed_exposed_cut_copper_slab":{"defaultstate":"minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:waxed_exposed_cut_copper_stairs":{"defaultstate":"minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:waxed_oxidized_copper":{"defaultstate":"minecraft:waxed_oxidized_copper","properties":{}},"minecraft:waxed_oxidized_cut_copper":{"defaultstate":"minecraft:waxed_oxidized_cut_copper","properties":{}},"minecraft:waxed_oxidized_cut_copper_slab":{"defaultstate":"minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:waxed_oxidized_cut_copper_stairs":{"defaultstate":"minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:waxed_weathered_copper":{"defaultstate":"minecraft:waxed_weathered_copper","properties":{}},"minecraft:waxed_weathered_cut_copper":{"defaultstate":"minecraft:waxed_weathered_cut_copper","properties":{}},"minecraft:waxed_weathered_cut_copper_slab":{"defaultstate":"minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:waxed_weathered_cut_copper_stairs":{"defaultstate":"minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:weathered_copper":{"defaultstate":"minecraft:weathered_copper","properties":{}},"minecraft:weathered_cut_copper":{"defaultstate":"minecraft:weathered_cut_copper","properties":{}},"minecraft:weathered_cut_copper_slab":{"defaultstate":"minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=false]","properties":{"type":{"type":"enum","values":["top","bottom","double"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:weathered_cut_copper_stairs":{"defaultstate":"minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"half":{"type":"enum","values":["top","bottom"]},"shape":{"type":"enum","values":["straight","inner_left","inner_right","outer_left","outer_right"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:weeping_vines":{"defaultstate":"minecraft:weeping_vines[age=0]","properties":{"age":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24","25"]}}},"minecraft:weeping_vines_plant":{"defaultstate":"minecraft:weeping_vines_plant","properties":{}},"minecraft:wet_sponge":{"defaultstate":"minecraft:wet_sponge","properties":{}},"minecraft:wheat":{"defaultstate":"minecraft:wheat[age=0]","properties":{"age":{"type":"int","values":["0","1","2","3","4","5","6","7"]}}},"minecraft:white_banner":{"defaultstate":"minecraft:white_banner[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:white_bed":{"defaultstate":"minecraft:white_bed[facing=north,occupied=false,part=foot]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"occupied":{"type":"bool","values":["true","false"]},"part":{"type":"enum","values":["head","foot"]}}},"minecraft:white_candle":{"defaultstate":"minecraft:white_candle[candles=1,lit=false,waterlogged=false]","properties":{"candles":{"type":"int","values":["1","2","3","4"]},"lit":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:white_candle_cake":{"defaultstate":"minecraft:white_candle_cake[lit=false]","properties":{"lit":{"type":"bool","values":["true","false"]}}},"minecraft:white_carpet":{"defaultstate":"minecraft:white_carpet","properties":{}},"minecraft:white_concrete":{"defaultstate":"minecraft:white_concrete","properties":{}},"minecraft:white_concrete_powder":{"defaultstate":"minecraft:white_concrete_powder","properties":{}},"minecraft:white_glazed_terracotta":{"defaultstate":"minecraft:white_glazed_terracotta[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:white_shulker_box":{"defaultstate":"minecraft:white_shulker_box[facing=up]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:white_stained_glass":{"defaultstate":"minecraft:white_stained_glass","properties":{}},"minecraft:white_stained_glass_pane":{"defaultstate":"minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:white_terracotta":{"defaultstate":"minecraft:white_terracotta","properties":{}},"minecraft:white_tulip":{"defaultstate":"minecraft:white_tulip","properties":{}},"minecraft:white_wall_banner":{"defaultstate":"minecraft:white_wall_banner[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:white_wool":{"defaultstate":"minecraft:white_wool","properties":{}},"minecraft:wither_rose":{"defaultstate":"minecraft:wither_rose","properties":{}},"minecraft:wither_skeleton_skull":{"defaultstate":"minecraft:wither_skeleton_skull[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:wither_skeleton_wall_skull":{"defaultstate":"minecraft:wither_skeleton_wall_skull[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:yellow_banner":{"defaultstate":"minecraft:yellow_banner[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:yellow_bed":{"defaultstate":"minecraft:yellow_bed[facing=north,occupied=false,part=foot]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]},"occupied":{"type":"bool","values":["true","false"]},"part":{"type":"enum","values":["head","foot"]}}},"minecraft:yellow_candle":{"defaultstate":"minecraft:yellow_candle[candles=1,lit=false,waterlogged=false]","properties":{"candles":{"type":"int","values":["1","2","3","4"]},"lit":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]}}},"minecraft:yellow_candle_cake":{"defaultstate":"minecraft:yellow_candle_cake[lit=false]","properties":{"lit":{"type":"bool","values":["true","false"]}}},"minecraft:yellow_carpet":{"defaultstate":"minecraft:yellow_carpet","properties":{}},"minecraft:yellow_concrete":{"defaultstate":"minecraft:yellow_concrete","properties":{}},"minecraft:yellow_concrete_powder":{"defaultstate":"minecraft:yellow_concrete_powder","properties":{}},"minecraft:yellow_glazed_terracotta":{"defaultstate":"minecraft:yellow_glazed_terracotta[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:yellow_shulker_box":{"defaultstate":"minecraft:yellow_shulker_box[facing=up]","properties":{"facing":{"type":"direction","values":["north","east","south","west","up","down"]}}},"minecraft:yellow_stained_glass":{"defaultstate":"minecraft:yellow_stained_glass","properties":{}},"minecraft:yellow_stained_glass_pane":{"defaultstate":"minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]","properties":{"east":{"type":"bool","values":["true","false"]},"north":{"type":"bool","values":["true","false"]},"south":{"type":"bool","values":["true","false"]},"waterlogged":{"type":"bool","values":["true","false"]},"west":{"type":"bool","values":["true","false"]}}},"minecraft:yellow_terracotta":{"defaultstate":"minecraft:yellow_terracotta","properties":{}},"minecraft:yellow_wall_banner":{"defaultstate":"minecraft:yellow_wall_banner[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}},"minecraft:yellow_wool":{"defaultstate":"minecraft:yellow_wool","properties":{}},"minecraft:zombie_head":{"defaultstate":"minecraft:zombie_head[rotation=0]","properties":{"rotation":{"type":"int","values":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"]}}},"minecraft:zombie_wall_head":{"defaultstate":"minecraft:zombie_wall_head[facing=north]","properties":{"facing":{"type":"direction","values":["north","south","west","east"]}}}},"blocktags":{"minecraft:acacia_logs":["minecraft:acacia_log","minecraft:acacia_wood","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood"],"minecraft:anvil":["minecraft:anvil","minecraft:chipped_anvil","minecraft:damaged_anvil"],"minecraft:bamboo_plantable_on":["minecraft:bamboo","minecraft:bamboo_sapling","minecraft:coarse_dirt","minecraft:dirt","minecraft:grass_block","minecraft:gravel","minecraft:moss_block","minecraft:mycelium","minecraft:podzol","minecraft:red_sand","minecraft:rooted_dirt","minecraft:sand"],"minecraft:banners":["minecraft:black_banner","minecraft:black_wall_banner","minecraft:blue_banner","minecraft:blue_wall_banner","minecraft:brown_banner","minecraft:brown_wall_banner","minecraft:cyan_banner","minecraft:cyan_wall_banner","minecraft:gray_banner","minecraft:gray_wall_banner","minecraft:green_banner","minecraft:green_wall_banner","minecraft:light_blue_banner","minecraft:light_blue_wall_banner","minecraft:light_gray_banner","minecraft:light_gray_wall_banner","minecraft:lime_banner","minecraft:lime_wall_banner","minecraft:magenta_banner","minecraft:magenta_wall_banner","minecraft:orange_banner","minecraft:orange_wall_banner","minecraft:pink_banner","minecraft:pink_wall_banner","minecraft:purple_banner","minecraft:purple_wall_banner","minecraft:red_banner","minecraft:red_wall_banner","minecraft:white_banner","minecraft:white_wall_banner","minecraft:yellow_banner","minecraft:yellow_wall_banner"],"minecraft:base_stone_nether":["minecraft:basalt","minecraft:blackstone","minecraft:netherrack"],"minecraft:base_stone_overworld":["minecraft:andesite","minecraft:deepslate","minecraft:diorite","minecraft:granite","minecraft:stone","minecraft:tuff"],"minecraft:beacon_base_blocks":["minecraft:diamond_block","minecraft:emerald_block","minecraft:gold_block","minecraft:iron_block","minecraft:netherite_block"],"minecraft:beds":["minecraft:black_bed","minecraft:blue_bed","minecraft:brown_bed","minecraft:cyan_bed","minecraft:gray_bed","minecraft:green_bed","minecraft:light_blue_bed","minecraft:light_gray_bed","minecraft:lime_bed","minecraft:magenta_bed","minecraft:orange_bed","minecraft:pink_bed","minecraft:purple_bed","minecraft:red_bed","minecraft:white_bed","minecraft:yellow_bed"],"minecraft:bee_growables":["minecraft:beetroots","minecraft:carrots","minecraft:cave_vines","minecraft:cave_vines_plant","minecraft:melon_stem","minecraft:potatoes","minecraft:pumpkin_stem","minecraft:sweet_berry_bush","minecraft:wheat"],"minecraft:beehives":["minecraft:bee_nest","minecraft:beehive"],"minecraft:birch_logs":["minecraft:birch_log","minecraft:birch_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood"],"minecraft:buttons":["minecraft:acacia_button","minecraft:birch_button","minecraft:crimson_button","minecraft:dark_oak_button","minecraft:jungle_button","minecraft:oak_button","minecraft:polished_blackstone_button","minecraft:spruce_button","minecraft:stone_button","minecraft:warped_button"],"minecraft:campfires":["minecraft:campfire","minecraft:soul_campfire"],"minecraft:candle_cakes":["minecraft:black_candle_cake","minecraft:blue_candle_cake","minecraft:brown_candle_cake","minecraft:candle_cake","minecraft:cyan_candle_cake","minecraft:gray_candle_cake","minecraft:green_candle_cake","minecraft:light_blue_candle_cake","minecraft:light_gray_candle_cake","minecraft:lime_candle_cake","minecraft:magenta_candle_cake","minecraft:orange_candle_cake","minecraft:pink_candle_cake","minecraft:purple_candle_cake","minecraft:red_candle_cake","minecraft:white_candle_cake","minecraft:yellow_candle_cake"],"minecraft:candles":["minecraft:black_candle","minecraft:blue_candle","minecraft:brown_candle","minecraft:candle","minecraft:cyan_candle","minecraft:gray_candle","minecraft:green_candle","minecraft:light_blue_candle","minecraft:light_gray_candle","minecraft:lime_candle","minecraft:magenta_candle","minecraft:orange_candle","minecraft:pink_candle","minecraft:purple_candle","minecraft:red_candle","minecraft:white_candle","minecraft:yellow_candle"],"minecraft:carpets":["minecraft:black_carpet","minecraft:blue_carpet","minecraft:brown_carpet","minecraft:cyan_carpet","minecraft:gray_carpet","minecraft:green_carpet","minecraft:light_blue_carpet","minecraft:light_gray_carpet","minecraft:lime_carpet","minecraft:magenta_carpet","minecraft:orange_carpet","minecraft:pink_carpet","minecraft:purple_carpet","minecraft:red_carpet","minecraft:white_carpet","minecraft:yellow_carpet"],"minecraft:cauldrons":["minecraft:cauldron","minecraft:lava_cauldron","minecraft:powder_snow_cauldron","minecraft:water_cauldron"],"minecraft:cave_vines":["minecraft:cave_vines","minecraft:cave_vines_plant"],"minecraft:climbable":["minecraft:cave_vines","minecraft:cave_vines_plant","minecraft:ladder","minecraft:scaffolding","minecraft:twisting_vines","minecraft:twisting_vines_plant","minecraft:vine","minecraft:weeping_vines","minecraft:weeping_vines_plant"],"minecraft:coal_ores":["minecraft:coal_ore","minecraft:deepslate_coal_ore"],"minecraft:copper_ores":["minecraft:copper_ore","minecraft:deepslate_copper_ore"],"minecraft:coral_blocks":["minecraft:brain_coral_block","minecraft:bubble_coral_block","minecraft:fire_coral_block","minecraft:horn_coral_block","minecraft:tube_coral_block"],"minecraft:coral_plants":["minecraft:brain_coral","minecraft:bubble_coral","minecraft:fire_coral","minecraft:horn_coral","minecraft:tube_coral"],"minecraft:corals":["minecraft:brain_coral","minecraft:brain_coral_fan","minecraft:bubble_coral","minecraft:bubble_coral_fan","minecraft:fire_coral","minecraft:fire_coral_fan","minecraft:horn_coral","minecraft:horn_coral_fan","minecraft:tube_coral","minecraft:tube_coral_fan"],"minecraft:crimson_stems":["minecraft:crimson_hyphae","minecraft:crimson_stem","minecraft:stripped_crimson_hyphae","minecraft:stripped_crimson_stem"],"minecraft:crops":["minecraft:beetroots","minecraft:carrots","minecraft:melon_stem","minecraft:potatoes","minecraft:pumpkin_stem","minecraft:wheat"],"minecraft:crystal_sound_blocks":["minecraft:amethyst_block","minecraft:budding_amethyst"],"minecraft:dark_oak_logs":["minecraft:dark_oak_log","minecraft:dark_oak_wood","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood"],"minecraft:deepslate_ore_replaceables":["minecraft:deepslate","minecraft:tuff"],"minecraft:diamond_ores":["minecraft:deepslate_diamond_ore","minecraft:diamond_ore"],"minecraft:dirt":["minecraft:coarse_dirt","minecraft:dirt","minecraft:grass_block","minecraft:moss_block","minecraft:mycelium","minecraft:podzol","minecraft:rooted_dirt"],"minecraft:doors":["minecraft:acacia_door","minecraft:birch_door","minecraft:crimson_door","minecraft:dark_oak_door","minecraft:iron_door","minecraft:jungle_door","minecraft:oak_door","minecraft:spruce_door","minecraft:warped_door"],"minecraft:dragon_immune":["minecraft:barrier","minecraft:bedrock","minecraft:chain_command_block","minecraft:command_block","minecraft:crying_obsidian","minecraft:end_gateway","minecraft:end_portal","minecraft:end_portal_frame","minecraft:end_stone","minecraft:iron_bars","minecraft:jigsaw","minecraft:moving_piston","minecraft:obsidian","minecraft:repeating_command_block","minecraft:respawn_anchor","minecraft:structure_block"],"minecraft:dripstone_replaceable_blocks":["minecraft:andesite","minecraft:deepslate","minecraft:diorite","minecraft:dirt","minecraft:granite","minecraft:stone","minecraft:tuff"],"minecraft:emerald_ores":["minecraft:deepslate_emerald_ore","minecraft:emerald_ore"],"minecraft:enderman_holdable":["minecraft:allium","minecraft:azure_bluet","minecraft:blue_orchid","minecraft:brown_mushroom","minecraft:cactus","minecraft:carved_pumpkin","minecraft:clay","minecraft:coarse_dirt","minecraft:cornflower","minecraft:crimson_fungus","minecraft:crimson_nylium","minecraft:crimson_roots","minecraft:dandelion","minecraft:dirt","minecraft:grass_block","minecraft:gravel","minecraft:lily_of_the_valley","minecraft:melon","minecraft:moss_block","minecraft:mycelium","minecraft:orange_tulip","minecraft:oxeye_daisy","minecraft:pink_tulip","minecraft:podzol","minecraft:poppy","minecraft:pumpkin","minecraft:red_mushroom","minecraft:red_sand","minecraft:red_tulip","minecraft:rooted_dirt","minecraft:sand","minecraft:tnt","minecraft:warped_fungus","minecraft:warped_nylium","minecraft:warped_roots","minecraft:white_tulip","minecraft:wither_rose"],"minecraft:features_cannot_replace":["minecraft:bedrock","minecraft:chest","minecraft:end_portal_frame","minecraft:spawner"],"minecraft:fence_gates":["minecraft:acacia_fence_gate","minecraft:birch_fence_gate","minecraft:crimson_fence_gate","minecraft:dark_oak_fence_gate","minecraft:jungle_fence_gate","minecraft:oak_fence_gate","minecraft:spruce_fence_gate","minecraft:warped_fence_gate"],"minecraft:fences":["minecraft:acacia_fence","minecraft:birch_fence","minecraft:crimson_fence","minecraft:dark_oak_fence","minecraft:jungle_fence","minecraft:nether_brick_fence","minecraft:oak_fence","minecraft:spruce_fence","minecraft:warped_fence"],"minecraft:fire":["minecraft:fire","minecraft:soul_fire"],"minecraft:flower_pots":["minecraft:flower_pot","minecraft:potted_acacia_sapling","minecraft:potted_allium","minecraft:potted_azalea_bush","minecraft:potted_azure_bluet","minecraft:potted_bamboo","minecraft:potted_birch_sapling","minecraft:potted_blue_orchid","minecraft:potted_brown_mushroom","minecraft:potted_cactus","minecraft:potted_cornflower","minecraft:potted_crimson_fungus","minecraft:potted_crimson_roots","minecraft:potted_dandelion","minecraft:potted_dark_oak_sapling","minecraft:potted_dead_bush","minecraft:potted_fern","minecraft:potted_flowering_azalea_bush","minecraft:potted_jungle_sapling","minecraft:potted_lily_of_the_valley","minecraft:potted_oak_sapling","minecraft:potted_orange_tulip","minecraft:potted_oxeye_daisy","minecraft:potted_pink_tulip","minecraft:potted_poppy","minecraft:potted_red_mushroom","minecraft:potted_red_tulip","minecraft:potted_spruce_sapling","minecraft:potted_warped_fungus","minecraft:potted_warped_roots","minecraft:potted_white_tulip","minecraft:potted_wither_rose"],"minecraft:flowers":["minecraft:allium","minecraft:azure_bluet","minecraft:blue_orchid","minecraft:cornflower","minecraft:dandelion","minecraft:flowering_azalea","minecraft:flowering_azalea_leaves","minecraft:lilac","minecraft:lily_of_the_valley","minecraft:orange_tulip","minecraft:oxeye_daisy","minecraft:peony","minecraft:pink_tulip","minecraft:poppy","minecraft:red_tulip","minecraft:rose_bush","minecraft:sunflower","minecraft:white_tulip","minecraft:wither_rose"],"minecraft:geode_invalid_blocks":["minecraft:bedrock","minecraft:blue_ice","minecraft:ice","minecraft:lava","minecraft:packed_ice","minecraft:water"],"minecraft:gold_ores":["minecraft:deepslate_gold_ore","minecraft:gold_ore","minecraft:nether_gold_ore"],"minecraft:guarded_by_piglins":["minecraft:barrel","minecraft:black_shulker_box","minecraft:blue_shulker_box","minecraft:brown_shulker_box","minecraft:chest","minecraft:cyan_shulker_box","minecraft:deepslate_gold_ore","minecraft:ender_chest","minecraft:gilded_blackstone","minecraft:gold_block","minecraft:gold_ore","minecraft:gray_shulker_box","minecraft:green_shulker_box","minecraft:light_blue_shulker_box","minecraft:light_gray_shulker_box","minecraft:lime_shulker_box","minecraft:magenta_shulker_box","minecraft:nether_gold_ore","minecraft:orange_shulker_box","minecraft:pink_shulker_box","minecraft:purple_shulker_box","minecraft:raw_gold_block","minecraft:red_shulker_box","minecraft:shulker_box","minecraft:trapped_chest","minecraft:white_shulker_box","minecraft:yellow_shulker_box"],"minecraft:hoglin_repellents":["minecraft:nether_portal","minecraft:potted_warped_fungus","minecraft:respawn_anchor","minecraft:warped_fungus"],"minecraft:ice":["minecraft:blue_ice","minecraft:frosted_ice","minecraft:ice","minecraft:packed_ice"],"minecraft:impermeable":["minecraft:black_stained_glass","minecraft:blue_stained_glass","minecraft:brown_stained_glass","minecraft:cyan_stained_glass","minecraft:glass","minecraft:gray_stained_glass","minecraft:green_stained_glass","minecraft:light_blue_stained_glass","minecraft:light_gray_stained_glass","minecraft:lime_stained_glass","minecraft:magenta_stained_glass","minecraft:orange_stained_glass","minecraft:pink_stained_glass","minecraft:purple_stained_glass","minecraft:red_stained_glass","minecraft:tinted_glass","minecraft:white_stained_glass","minecraft:yellow_stained_glass"],"minecraft:infiniburn_end":["minecraft:bedrock","minecraft:magma_block","minecraft:netherrack"],"minecraft:infiniburn_nether":["minecraft:magma_block","minecraft:netherrack"],"minecraft:infiniburn_overworld":["minecraft:magma_block","minecraft:netherrack"],"minecraft:inside_step_sound_blocks":["minecraft:powder_snow","minecraft:snow"],"minecraft:iron_ores":["minecraft:deepslate_iron_ore","minecraft:iron_ore"],"minecraft:jungle_logs":["minecraft:jungle_log","minecraft:jungle_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood"],"minecraft:lapis_ores":["minecraft:deepslate_lapis_ore","minecraft:lapis_ore"],"minecraft:lava_pool_stone_replaceables":["minecraft:acacia_leaves","minecraft:azalea_leaves","minecraft:bedrock","minecraft:birch_leaves","minecraft:chest","minecraft:dark_oak_leaves","minecraft:end_portal_frame","minecraft:flowering_azalea_leaves","minecraft:jungle_leaves","minecraft:oak_leaves","minecraft:spawner","minecraft:spruce_leaves"],"minecraft:leaves":["minecraft:acacia_leaves","minecraft:azalea_leaves","minecraft:birch_leaves","minecraft:dark_oak_leaves","minecraft:flowering_azalea_leaves","minecraft:jungle_leaves","minecraft:oak_leaves","minecraft:spruce_leaves"],"minecraft:logs":["minecraft:acacia_log","minecraft:acacia_wood","minecraft:birch_log","minecraft:birch_wood","minecraft:crimson_hyphae","minecraft:crimson_stem","minecraft:dark_oak_log","minecraft:dark_oak_wood","minecraft:jungle_log","minecraft:jungle_wood","minecraft:oak_log","minecraft:oak_wood","minecraft:spruce_log","minecraft:spruce_wood","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood","minecraft:stripped_crimson_hyphae","minecraft:stripped_crimson_stem","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood","minecraft:stripped_warped_hyphae","minecraft:stripped_warped_stem","minecraft:warped_hyphae","minecraft:warped_stem"],"minecraft:logs_that_burn":["minecraft:acacia_log","minecraft:acacia_wood","minecraft:birch_log","minecraft:birch_wood","minecraft:dark_oak_log","minecraft:dark_oak_wood","minecraft:jungle_log","minecraft:jungle_wood","minecraft:oak_log","minecraft:oak_wood","minecraft:spruce_log","minecraft:spruce_wood","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood"],"minecraft:lush_ground_replaceable":["minecraft:andesite","minecraft:cave_vines","minecraft:cave_vines_plant","minecraft:clay","minecraft:coarse_dirt","minecraft:deepslate","minecraft:diorite","minecraft:dirt","minecraft:granite","minecraft:grass_block","minecraft:gravel","minecraft:moss_block","minecraft:mycelium","minecraft:podzol","minecraft:rooted_dirt","minecraft:sand","minecraft:stone","minecraft:tuff"],"minecraft:mineable/axe":["minecraft:acacia_button","minecraft:acacia_door","minecraft:acacia_fence","minecraft:acacia_fence_gate","minecraft:acacia_log","minecraft:acacia_planks","minecraft:acacia_pressure_plate","minecraft:acacia_sapling","minecraft:acacia_sign","minecraft:acacia_slab","minecraft:acacia_stairs","minecraft:acacia_trapdoor","minecraft:acacia_wall_sign","minecraft:acacia_wood","minecraft:allium","minecraft:attached_melon_stem","minecraft:attached_pumpkin_stem","minecraft:azalea","minecraft:azure_bluet","minecraft:bamboo","minecraft:barrel","minecraft:bee_nest","minecraft:beehive","minecraft:beetroots","minecraft:big_dripleaf","minecraft:big_dripleaf_stem","minecraft:birch_button","minecraft:birch_door","minecraft:birch_fence","minecraft:birch_fence_gate","minecraft:birch_log","minecraft:birch_planks","minecraft:birch_pressure_plate","minecraft:birch_sapling","minecraft:birch_sign","minecraft:birch_slab","minecraft:birch_stairs","minecraft:birch_trapdoor","minecraft:birch_wall_sign","minecraft:birch_wood","minecraft:black_banner","minecraft:black_wall_banner","minecraft:blue_banner","minecraft:blue_orchid","minecraft:blue_wall_banner","minecraft:bookshelf","minecraft:brown_banner","minecraft:brown_mushroom","minecraft:brown_mushroom_block","minecraft:brown_wall_banner","minecraft:campfire","minecraft:carrots","minecraft:cartography_table","minecraft:carved_pumpkin","minecraft:cave_vines","minecraft:cave_vines_plant","minecraft:chest","minecraft:chorus_flower","minecraft:chorus_plant","minecraft:cocoa","minecraft:composter","minecraft:cornflower","minecraft:crafting_table","minecraft:crimson_button","minecraft:crimson_door","minecraft:crimson_fence","minecraft:crimson_fence_gate","minecraft:crimson_fungus","minecraft:crimson_hyphae","minecraft:crimson_planks","minecraft:crimson_pressure_plate","minecraft:crimson_sign","minecraft:crimson_slab","minecraft:crimson_stairs","minecraft:crimson_stem","minecraft:crimson_trapdoor","minecraft:crimson_wall_sign","minecraft:cyan_banner","minecraft:cyan_wall_banner","minecraft:dandelion","minecraft:dark_oak_button","minecraft:dark_oak_door","minecraft:dark_oak_fence","minecraft:dark_oak_fence_gate","minecraft:dark_oak_log","minecraft:dark_oak_planks","minecraft:dark_oak_pressure_plate","minecraft:dark_oak_sapling","minecraft:dark_oak_sign","minecraft:dark_oak_slab","minecraft:dark_oak_stairs","minecraft:dark_oak_trapdoor","minecraft:dark_oak_wall_sign","minecraft:dark_oak_wood","minecraft:daylight_detector","minecraft:dead_bush","minecraft:fern","minecraft:fletching_table","minecraft:flowering_azalea","minecraft:flowering_azalea_leaves","minecraft:glow_lichen","minecraft:grass","minecraft:gray_banner","minecraft:gray_wall_banner","minecraft:green_banner","minecraft:green_wall_banner","minecraft:hanging_roots","minecraft:jack_o_lantern","minecraft:jukebox","minecraft:jungle_button","minecraft:jungle_door","minecraft:jungle_fence","minecraft:jungle_fence_gate","minecraft:jungle_log","minecraft:jungle_planks","minecraft:jungle_pressure_plate","minecraft:jungle_sapling","minecraft:jungle_sign","minecraft:jungle_slab","minecraft:jungle_stairs","minecraft:jungle_trapdoor","minecraft:jungle_wall_sign","minecraft:jungle_wood","minecraft:ladder","minecraft:large_fern","minecraft:lectern","minecraft:light_blue_banner","minecraft:light_blue_wall_banner","minecraft:light_gray_banner","minecraft:light_gray_wall_banner","minecraft:lilac","minecraft:lily_of_the_valley","minecraft:lily_pad","minecraft:lime_banner","minecraft:lime_wall_banner","minecraft:loom","minecraft:magenta_banner","minecraft:magenta_wall_banner","minecraft:melon","minecraft:melon_stem","minecraft:mushroom_stem","minecraft:nether_wart","minecraft:note_block","minecraft:oak_button","minecraft:oak_door","minecraft:oak_fence","minecraft:oak_fence_gate","minecraft:oak_log","minecraft:oak_planks","minecraft:oak_pressure_plate","minecraft:oak_sapling","minecraft:oak_sign","minecraft:oak_slab","minecraft:oak_stairs","minecraft:oak_trapdoor","minecraft:oak_wall_sign","minecraft:oak_wood","minecraft:orange_banner","minecraft:orange_tulip","minecraft:orange_wall_banner","minecraft:oxeye_daisy","minecraft:peony","minecraft:pink_banner","minecraft:pink_tulip","minecraft:pink_wall_banner","minecraft:poppy","minecraft:potatoes","minecraft:pumpkin","minecraft:pumpkin_stem","minecraft:purple_banner","minecraft:purple_wall_banner","minecraft:red_banner","minecraft:red_mushroom","minecraft:red_mushroom_block","minecraft:red_tulip","minecraft:red_wall_banner","minecraft:rose_bush","minecraft:scaffolding","minecraft:small_dripleaf","minecraft:smithing_table","minecraft:soul_campfire","minecraft:spore_blossom","minecraft:spruce_button","minecraft:spruce_door","minecraft:spruce_fence","minecraft:spruce_fence_gate","minecraft:spruce_log","minecraft:spruce_planks","minecraft:spruce_pressure_plate","minecraft:spruce_sapling","minecraft:spruce_sign","minecraft:spruce_slab","minecraft:spruce_stairs","minecraft:spruce_trapdoor","minecraft:spruce_wall_sign","minecraft:spruce_wood","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood","minecraft:stripped_crimson_hyphae","minecraft:stripped_crimson_stem","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood","minecraft:stripped_warped_hyphae","minecraft:stripped_warped_stem","minecraft:sugar_cane","minecraft:sunflower","minecraft:sweet_berry_bush","minecraft:tall_grass","minecraft:trapped_chest","minecraft:twisting_vines","minecraft:twisting_vines_plant","minecraft:vine","minecraft:warped_button","minecraft:warped_door","minecraft:warped_fence","minecraft:warped_fence_gate","minecraft:warped_fungus","minecraft:warped_hyphae","minecraft:warped_planks","minecraft:warped_pressure_plate","minecraft:warped_sign","minecraft:warped_slab","minecraft:warped_stairs","minecraft:warped_stem","minecraft:warped_trapdoor","minecraft:warped_wall_sign","minecraft:weeping_vines","minecraft:weeping_vines_plant","minecraft:wheat","minecraft:white_banner","minecraft:white_tulip","minecraft:white_wall_banner","minecraft:wither_rose","minecraft:yellow_banner","minecraft:yellow_wall_banner"],"minecraft:mineable/hoe":["minecraft:acacia_leaves","minecraft:azalea_leaves","minecraft:birch_leaves","minecraft:dark_oak_leaves","minecraft:dried_kelp_block","minecraft:flowering_azalea_leaves","minecraft:hay_block","minecraft:jungle_leaves","minecraft:moss_block","minecraft:moss_carpet","minecraft:nether_wart_block","minecraft:oak_leaves","minecraft:sculk_sensor","minecraft:shroomlight","minecraft:sponge","minecraft:spruce_leaves","minecraft:target","minecraft:warped_wart_block","minecraft:wet_sponge"],"minecraft:mineable/pickaxe":["minecraft:activator_rail","minecraft:amethyst_block","minecraft:amethyst_cluster","minecraft:ancient_debris","minecraft:andesite","minecraft:andesite_slab","minecraft:andesite_stairs","minecraft:andesite_wall","minecraft:anvil","minecraft:basalt","minecraft:bell","minecraft:black_concrete","minecraft:black_glazed_terracotta","minecraft:black_shulker_box","minecraft:black_terracotta","minecraft:blackstone","minecraft:blackstone_slab","minecraft:blackstone_stairs","minecraft:blackstone_wall","minecraft:blast_furnace","minecraft:blue_concrete","minecraft:blue_glazed_terracotta","minecraft:blue_ice","minecraft:blue_shulker_box","minecraft:blue_terracotta","minecraft:bone_block","minecraft:brain_coral_block","minecraft:brewing_stand","minecraft:brick_slab","minecraft:brick_stairs","minecraft:brick_wall","minecraft:bricks","minecraft:brown_concrete","minecraft:brown_glazed_terracotta","minecraft:brown_shulker_box","minecraft:brown_terracotta","minecraft:bubble_coral_block","minecraft:budding_amethyst","minecraft:calcite","minecraft:cauldron","minecraft:chain","minecraft:chipped_anvil","minecraft:chiseled_deepslate","minecraft:chiseled_nether_bricks","minecraft:chiseled_polished_blackstone","minecraft:chiseled_quartz_block","minecraft:chiseled_red_sandstone","minecraft:chiseled_sandstone","minecraft:chiseled_stone_bricks","minecraft:coal_block","minecraft:coal_ore","minecraft:cobbled_deepslate","minecraft:cobbled_deepslate_slab","minecraft:cobbled_deepslate_stairs","minecraft:cobbled_deepslate_wall","minecraft:cobblestone","minecraft:cobblestone_slab","minecraft:cobblestone_stairs","minecraft:cobblestone_wall","minecraft:copper_block","minecraft:copper_ore","minecraft:cracked_deepslate_bricks","minecraft:cracked_deepslate_tiles","minecraft:cracked_nether_bricks","minecraft:cracked_polished_blackstone_bricks","minecraft:cracked_stone_bricks","minecraft:crimson_nylium","minecraft:crying_obsidian","minecraft:cut_copper","minecraft:cut_copper_slab","minecraft:cut_copper_stairs","minecraft:cut_red_sandstone","minecraft:cut_red_sandstone_slab","minecraft:cut_sandstone","minecraft:cut_sandstone_slab","minecraft:cyan_concrete","minecraft:cyan_glazed_terracotta","minecraft:cyan_shulker_box","minecraft:cyan_terracotta","minecraft:damaged_anvil","minecraft:dark_prismarine","minecraft:dark_prismarine_slab","minecraft:dark_prismarine_stairs","minecraft:dead_brain_coral","minecraft:dead_brain_coral_block","minecraft:dead_brain_coral_fan","minecraft:dead_brain_coral_wall_fan","minecraft:dead_bubble_coral","minecraft:dead_bubble_coral_block","minecraft:dead_bubble_coral_fan","minecraft:dead_bubble_coral_wall_fan","minecraft:dead_fire_coral","minecraft:dead_fire_coral_block","minecraft:dead_fire_coral_fan","minecraft:dead_fire_coral_wall_fan","minecraft:dead_horn_coral","minecraft:dead_horn_coral_block","minecraft:dead_horn_coral_fan","minecraft:dead_horn_coral_wall_fan","minecraft:dead_tube_coral","minecraft:dead_tube_coral_block","minecraft:dead_tube_coral_fan","minecraft:dead_tube_coral_wall_fan","minecraft:deepslate","minecraft:deepslate_brick_slab","minecraft:deepslate_brick_stairs","minecraft:deepslate_brick_wall","minecraft:deepslate_bricks","minecraft:deepslate_coal_ore","minecraft:deepslate_copper_ore","minecraft:deepslate_diamond_ore","minecraft:deepslate_emerald_ore","minecraft:deepslate_gold_ore","minecraft:deepslate_iron_ore","minecraft:deepslate_lapis_ore","minecraft:deepslate_redstone_ore","minecraft:deepslate_tile_slab","minecraft:deepslate_tile_stairs","minecraft:deepslate_tile_wall","minecraft:deepslate_tiles","minecraft:detector_rail","minecraft:diamond_block","minecraft:diamond_ore","minecraft:diorite","minecraft:diorite_slab","minecraft:diorite_stairs","minecraft:diorite_wall","minecraft:dispenser","minecraft:dripstone_block","minecraft:dropper","minecraft:emerald_block","minecraft:emerald_ore","minecraft:enchanting_table","minecraft:end_stone","minecraft:end_stone_brick_slab","minecraft:end_stone_brick_stairs","minecraft:end_stone_brick_wall","minecraft:end_stone_bricks","minecraft:ender_chest","minecraft:exposed_copper","minecraft:exposed_cut_copper","minecraft:exposed_cut_copper_slab","minecraft:exposed_cut_copper_stairs","minecraft:fire_coral_block","minecraft:furnace","minecraft:gilded_blackstone","minecraft:gold_block","minecraft:gold_ore","minecraft:granite","minecraft:granite_slab","minecraft:granite_stairs","minecraft:granite_wall","minecraft:gray_concrete","minecraft:gray_glazed_terracotta","minecraft:gray_shulker_box","minecraft:gray_terracotta","minecraft:green_concrete","minecraft:green_glazed_terracotta","minecraft:green_shulker_box","minecraft:green_terracotta","minecraft:grindstone","minecraft:heavy_weighted_pressure_plate","minecraft:hopper","minecraft:horn_coral_block","minecraft:ice","minecraft:infested_chiseled_stone_bricks","minecraft:infested_cobblestone","minecraft:infested_cracked_stone_bricks","minecraft:infested_deepslate","minecraft:infested_mossy_stone_bricks","minecraft:infested_stone","minecraft:infested_stone_bricks","minecraft:iron_bars","minecraft:iron_block","minecraft:iron_door","minecraft:iron_ore","minecraft:iron_trapdoor","minecraft:lantern","minecraft:lapis_block","minecraft:lapis_ore","minecraft:large_amethyst_bud","minecraft:lava_cauldron","minecraft:light_blue_concrete","minecraft:light_blue_glazed_terracotta","minecraft:light_blue_shulker_box","minecraft:light_blue_terracotta","minecraft:light_gray_concrete","minecraft:light_gray_glazed_terracotta","minecraft:light_gray_shulker_box","minecraft:light_gray_terracotta","minecraft:light_weighted_pressure_plate","minecraft:lightning_rod","minecraft:lime_concrete","minecraft:lime_glazed_terracotta","minecraft:lime_shulker_box","minecraft:lime_terracotta","minecraft:lodestone","minecraft:magenta_concrete","minecraft:magenta_glazed_terracotta","minecraft:magenta_shulker_box","minecraft:magenta_terracotta","minecraft:magma_block","minecraft:medium_amethyst_bud","minecraft:mossy_cobblestone","minecraft:mossy_cobblestone_slab","minecraft:mossy_cobblestone_stairs","minecraft:mossy_cobblestone_wall","minecraft:mossy_stone_brick_slab","minecraft:mossy_stone_brick_stairs","minecraft:mossy_stone_brick_wall","minecraft:mossy_stone_bricks","minecraft:nether_brick_fence","minecraft:nether_brick_slab","minecraft:nether_brick_stairs","minecraft:nether_brick_wall","minecraft:nether_bricks","minecraft:nether_gold_ore","minecraft:nether_quartz_ore","minecraft:netherite_block","minecraft:netherrack","minecraft:observer","minecraft:obsidian","minecraft:orange_concrete","minecraft:orange_glazed_terracotta","minecraft:orange_shulker_box","minecraft:orange_terracotta","minecraft:oxidized_copper","minecraft:oxidized_cut_copper","minecraft:oxidized_cut_copper_slab","minecraft:oxidized_cut_copper_stairs","minecraft:packed_ice","minecraft:petrified_oak_slab","minecraft:pink_concrete","minecraft:pink_glazed_terracotta","minecraft:pink_shulker_box","minecraft:pink_terracotta","minecraft:piston","minecraft:piston_head","minecraft:pointed_dripstone","minecraft:polished_andesite","minecraft:polished_andesite_slab","minecraft:polished_andesite_stairs","minecraft:polished_basalt","minecraft:polished_blackstone","minecraft:polished_blackstone_brick_slab","minecraft:polished_blackstone_brick_stairs","minecraft:polished_blackstone_brick_wall","minecraft:polished_blackstone_bricks","minecraft:polished_blackstone_pressure_plate","minecraft:polished_blackstone_slab","minecraft:polished_blackstone_stairs","minecraft:polished_blackstone_wall","minecraft:polished_deepslate","minecraft:polished_deepslate_slab","minecraft:polished_deepslate_stairs","minecraft:polished_deepslate_wall","minecraft:polished_diorite","minecraft:polished_diorite_slab","minecraft:polished_diorite_stairs","minecraft:polished_granite","minecraft:polished_granite_slab","minecraft:polished_granite_stairs","minecraft:powder_snow_cauldron","minecraft:powered_rail","minecraft:prismarine","minecraft:prismarine_brick_slab","minecraft:prismarine_brick_stairs","minecraft:prismarine_bricks","minecraft:prismarine_slab","minecraft:prismarine_stairs","minecraft:prismarine_wall","minecraft:purple_concrete","minecraft:purple_glazed_terracotta","minecraft:purple_shulker_box","minecraft:purple_terracotta","minecraft:purpur_block","minecraft:purpur_pillar","minecraft:purpur_slab","minecraft:purpur_stairs","minecraft:quartz_block","minecraft:quartz_bricks","minecraft:quartz_pillar","minecraft:quartz_slab","minecraft:quartz_stairs","minecraft:rail","minecraft:raw_copper_block","minecraft:raw_gold_block","minecraft:raw_iron_block","minecraft:red_concrete","minecraft:red_glazed_terracotta","minecraft:red_nether_brick_slab","minecraft:red_nether_brick_stairs","minecraft:red_nether_brick_wall","minecraft:red_nether_bricks","minecraft:red_sandstone","minecraft:red_sandstone_slab","minecraft:red_sandstone_stairs","minecraft:red_sandstone_wall","minecraft:red_shulker_box","minecraft:red_terracotta","minecraft:redstone_block","minecraft:redstone_ore","minecraft:respawn_anchor","minecraft:sandstone","minecraft:sandstone_slab","minecraft:sandstone_stairs","minecraft:sandstone_wall","minecraft:shulker_box","minecraft:small_amethyst_bud","minecraft:smoker","minecraft:smooth_basalt","minecraft:smooth_quartz","minecraft:smooth_quartz_slab","minecraft:smooth_quartz_stairs","minecraft:smooth_red_sandstone","minecraft:smooth_red_sandstone_slab","minecraft:smooth_red_sandstone_stairs","minecraft:smooth_sandstone","minecraft:smooth_sandstone_slab","minecraft:smooth_sandstone_stairs","minecraft:smooth_stone","minecraft:smooth_stone_slab","minecraft:soul_lantern","minecraft:spawner","minecraft:sticky_piston","minecraft:stone","minecraft:stone_brick_slab","minecraft:stone_brick_stairs","minecraft:stone_brick_wall","minecraft:stone_bricks","minecraft:stone_button","minecraft:stone_pressure_plate","minecraft:stone_slab","minecraft:stone_stairs","minecraft:stonecutter","minecraft:terracotta","minecraft:tube_coral_block","minecraft:tuff","minecraft:warped_nylium","minecraft:water_cauldron","minecraft:waxed_copper_block","minecraft:waxed_cut_copper","minecraft:waxed_cut_copper_slab","minecraft:waxed_cut_copper_stairs","minecraft:waxed_exposed_copper","minecraft:waxed_exposed_cut_copper","minecraft:waxed_exposed_cut_copper_slab","minecraft:waxed_exposed_cut_copper_stairs","minecraft:waxed_oxidized_copper","minecraft:waxed_oxidized_cut_copper","minecraft:waxed_oxidized_cut_copper_slab","minecraft:waxed_oxidized_cut_copper_stairs","minecraft:waxed_weathered_copper","minecraft:waxed_weathered_cut_copper","minecraft:waxed_weathered_cut_copper_slab","minecraft:waxed_weathered_cut_copper_stairs","minecraft:weathered_copper","minecraft:weathered_cut_copper","minecraft:weathered_cut_copper_slab","minecraft:weathered_cut_copper_stairs","minecraft:white_concrete","minecraft:white_glazed_terracotta","minecraft:white_shulker_box","minecraft:white_terracotta","minecraft:yellow_concrete","minecraft:yellow_glazed_terracotta","minecraft:yellow_shulker_box","minecraft:yellow_terracotta"],"minecraft:mineable/shovel":["minecraft:black_concrete_powder","minecraft:blue_concrete_powder","minecraft:brown_concrete_powder","minecraft:clay","minecraft:coarse_dirt","minecraft:cyan_concrete_powder","minecraft:dirt","minecraft:dirt_path","minecraft:farmland","minecraft:grass_block","minecraft:gravel","minecraft:gray_concrete_powder","minecraft:green_concrete_powder","minecraft:light_blue_concrete_powder","minecraft:light_gray_concrete_powder","minecraft:lime_concrete_powder","minecraft:magenta_concrete_powder","minecraft:mycelium","minecraft:orange_concrete_powder","minecraft:pink_concrete_powder","minecraft:podzol","minecraft:purple_concrete_powder","minecraft:red_concrete_powder","minecraft:red_sand","minecraft:rooted_dirt","minecraft:sand","minecraft:snow","minecraft:snow_block","minecraft:soul_sand","minecraft:soul_soil","minecraft:white_concrete_powder","minecraft:yellow_concrete_powder"],"minecraft:moss_replaceable":["minecraft:andesite","minecraft:cave_vines","minecraft:cave_vines_plant","minecraft:coarse_dirt","minecraft:deepslate","minecraft:diorite","minecraft:dirt","minecraft:granite","minecraft:grass_block","minecraft:moss_block","minecraft:mycelium","minecraft:podzol","minecraft:rooted_dirt","minecraft:stone","minecraft:tuff"],"minecraft:mushroom_grow_block":["minecraft:crimson_nylium","minecraft:mycelium","minecraft:podzol","minecraft:warped_nylium"],"minecraft:needs_diamond_tool":["minecraft:ancient_debris","minecraft:crying_obsidian","minecraft:netherite_block","minecraft:obsidian","minecraft:respawn_anchor"],"minecraft:needs_iron_tool":["minecraft:deepslate_diamond_ore","minecraft:deepslate_emerald_ore","minecraft:deepslate_gold_ore","minecraft:deepslate_redstone_ore","minecraft:diamond_block","minecraft:diamond_ore","minecraft:emerald_block","minecraft:emerald_ore","minecraft:gold_block","minecraft:gold_ore","minecraft:raw_gold_block","minecraft:redstone_ore"],"minecraft:needs_stone_tool":["minecraft:copper_block","minecraft:copper_ore","minecraft:cut_copper","minecraft:cut_copper_slab","minecraft:cut_copper_stairs","minecraft:deepslate_copper_ore","minecraft:deepslate_iron_ore","minecraft:deepslate_lapis_ore","minecraft:exposed_copper","minecraft:exposed_cut_copper","minecraft:exposed_cut_copper_slab","minecraft:exposed_cut_copper_stairs","minecraft:iron_block","minecraft:iron_ore","minecraft:lapis_block","minecraft:lapis_ore","minecraft:lightning_rod","minecraft:oxidized_copper","minecraft:oxidized_cut_copper","minecraft:oxidized_cut_copper_slab","minecraft:oxidized_cut_copper_stairs","minecraft:raw_copper_block","minecraft:raw_iron_block","minecraft:waxed_copper_block","minecraft:waxed_cut_copper","minecraft:waxed_cut_copper_slab","minecraft:waxed_cut_copper_stairs","minecraft:waxed_exposed_copper","minecraft:waxed_exposed_cut_copper","minecraft:waxed_exposed_cut_copper_slab","minecraft:waxed_exposed_cut_copper_stairs","minecraft:waxed_oxidized_copper","minecraft:waxed_oxidized_cut_copper","minecraft:waxed_oxidized_cut_copper_slab","minecraft:waxed_oxidized_cut_copper_stairs","minecraft:waxed_weathered_copper","minecraft:waxed_weathered_cut_copper","minecraft:waxed_weathered_cut_copper_slab","minecraft:waxed_weathered_cut_copper_stairs","minecraft:weathered_copper","minecraft:weathered_cut_copper","minecraft:weathered_cut_copper_slab","minecraft:weathered_cut_copper_stairs"],"minecraft:non_flammable_wood":["minecraft:crimson_button","minecraft:crimson_door","minecraft:crimson_fence","minecraft:crimson_fence_gate","minecraft:crimson_hyphae","minecraft:crimson_planks","minecraft:crimson_pressure_plate","minecraft:crimson_sign","minecraft:crimson_slab","minecraft:crimson_stairs","minecraft:crimson_stem","minecraft:crimson_trapdoor","minecraft:crimson_wall_sign","minecraft:stripped_crimson_hyphae","minecraft:stripped_crimson_stem","minecraft:stripped_warped_hyphae","minecraft:stripped_warped_stem","minecraft:warped_button","minecraft:warped_door","minecraft:warped_fence","minecraft:warped_fence_gate","minecraft:warped_hyphae","minecraft:warped_planks","minecraft:warped_pressure_plate","minecraft:warped_sign","minecraft:warped_slab","minecraft:warped_stairs","minecraft:warped_stem","minecraft:warped_trapdoor","minecraft:warped_wall_sign"],"minecraft:nylium":["minecraft:crimson_nylium","minecraft:warped_nylium"],"minecraft:oak_logs":["minecraft:oak_log","minecraft:oak_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood"],"minecraft:occludes_vibration_signals":["minecraft:black_wool","minecraft:blue_wool","minecraft:brown_wool","minecraft:cyan_wool","minecraft:gray_wool","minecraft:green_wool","minecraft:light_blue_wool","minecraft:light_gray_wool","minecraft:lime_wool","minecraft:magenta_wool","minecraft:orange_wool","minecraft:pink_wool","minecraft:purple_wool","minecraft:red_wool","minecraft:white_wool","minecraft:yellow_wool"],"minecraft:piglin_repellents":["minecraft:soul_campfire","minecraft:soul_fire","minecraft:soul_lantern","minecraft:soul_torch","minecraft:soul_wall_torch"],"minecraft:planks":["minecraft:acacia_planks","minecraft:birch_planks","minecraft:crimson_planks","minecraft:dark_oak_planks","minecraft:jungle_planks","minecraft:oak_planks","minecraft:spruce_planks","minecraft:warped_planks"],"minecraft:portals":["minecraft:end_gateway","minecraft:end_portal","minecraft:nether_portal"],"minecraft:pressure_plates":["minecraft:acacia_pressure_plate","minecraft:birch_pressure_plate","minecraft:crimson_pressure_plate","minecraft:dark_oak_pressure_plate","minecraft:heavy_weighted_pressure_plate","minecraft:jungle_pressure_plate","minecraft:light_weighted_pressure_plate","minecraft:oak_pressure_plate","minecraft:polished_blackstone_pressure_plate","minecraft:spruce_pressure_plate","minecraft:stone_pressure_plate","minecraft:warped_pressure_plate"],"minecraft:prevent_mob_spawning_inside":["minecraft:activator_rail","minecraft:detector_rail","minecraft:powered_rail","minecraft:rail"],"minecraft:rails":["minecraft:activator_rail","minecraft:detector_rail","minecraft:powered_rail","minecraft:rail"],"minecraft:redstone_ores":["minecraft:deepslate_redstone_ore","minecraft:redstone_ore"],"minecraft:sand":["minecraft:red_sand","minecraft:sand"],"minecraft:saplings":["minecraft:acacia_sapling","minecraft:azalea","minecraft:birch_sapling","minecraft:dark_oak_sapling","minecraft:flowering_azalea","minecraft:jungle_sapling","minecraft:oak_sapling","minecraft:spruce_sapling"],"minecraft:shulker_boxes":["minecraft:black_shulker_box","minecraft:blue_shulker_box","minecraft:brown_shulker_box","minecraft:cyan_shulker_box","minecraft:gray_shulker_box","minecraft:green_shulker_box","minecraft:light_blue_shulker_box","minecraft:light_gray_shulker_box","minecraft:lime_shulker_box","minecraft:magenta_shulker_box","minecraft:orange_shulker_box","minecraft:pink_shulker_box","minecraft:purple_shulker_box","minecraft:red_shulker_box","minecraft:shulker_box","minecraft:white_shulker_box","minecraft:yellow_shulker_box"],"minecraft:signs":["minecraft:acacia_sign","minecraft:acacia_wall_sign","minecraft:birch_sign","minecraft:birch_wall_sign","minecraft:crimson_sign","minecraft:crimson_wall_sign","minecraft:dark_oak_sign","minecraft:dark_oak_wall_sign","minecraft:jungle_sign","minecraft:jungle_wall_sign","minecraft:oak_sign","minecraft:oak_wall_sign","minecraft:spruce_sign","minecraft:spruce_wall_sign","minecraft:warped_sign","minecraft:warped_wall_sign"],"minecraft:slabs":["minecraft:acacia_slab","minecraft:andesite_slab","minecraft:birch_slab","minecraft:blackstone_slab","minecraft:brick_slab","minecraft:cobbled_deepslate_slab","minecraft:cobblestone_slab","minecraft:crimson_slab","minecraft:cut_copper_slab","minecraft:cut_red_sandstone_slab","minecraft:cut_sandstone_slab","minecraft:dark_oak_slab","minecraft:dark_prismarine_slab","minecraft:deepslate_brick_slab","minecraft:deepslate_tile_slab","minecraft:diorite_slab","minecraft:end_stone_brick_slab","minecraft:exposed_cut_copper_slab","minecraft:granite_slab","minecraft:jungle_slab","minecraft:mossy_cobblestone_slab","minecraft:mossy_stone_brick_slab","minecraft:nether_brick_slab","minecraft:oak_slab","minecraft:oxidized_cut_copper_slab","minecraft:petrified_oak_slab","minecraft:polished_andesite_slab","minecraft:polished_blackstone_brick_slab","minecraft:polished_blackstone_slab","minecraft:polished_deepslate_slab","minecraft:polished_diorite_slab","minecraft:polished_granite_slab","minecraft:prismarine_brick_slab","minecraft:prismarine_slab","minecraft:purpur_slab","minecraft:quartz_slab","minecraft:red_nether_brick_slab","minecraft:red_sandstone_slab","minecraft:sandstone_slab","minecraft:smooth_quartz_slab","minecraft:smooth_red_sandstone_slab","minecraft:smooth_sandstone_slab","minecraft:smooth_stone_slab","minecraft:spruce_slab","minecraft:stone_brick_slab","minecraft:stone_slab","minecraft:warped_slab","minecraft:waxed_cut_copper_slab","minecraft:waxed_exposed_cut_copper_slab","minecraft:waxed_oxidized_cut_copper_slab","minecraft:waxed_weathered_cut_copper_slab","minecraft:weathered_cut_copper_slab"],"minecraft:small_dripleaf_placeable":["minecraft:clay","minecraft:moss_block"],"minecraft:small_flowers":["minecraft:allium","minecraft:azure_bluet","minecraft:blue_orchid","minecraft:cornflower","minecraft:dandelion","minecraft:lily_of_the_valley","minecraft:orange_tulip","minecraft:oxeye_daisy","minecraft:pink_tulip","minecraft:poppy","minecraft:red_tulip","minecraft:white_tulip","minecraft:wither_rose"],"minecraft:snow":["minecraft:powder_snow","minecraft:snow","minecraft:snow_block"],"minecraft:soul_fire_base_blocks":["minecraft:soul_sand","minecraft:soul_soil"],"minecraft:soul_speed_blocks":["minecraft:soul_sand","minecraft:soul_soil"],"minecraft:spruce_logs":["minecraft:spruce_log","minecraft:spruce_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood"],"minecraft:stairs":["minecraft:acacia_stairs","minecraft:andesite_stairs","minecraft:birch_stairs","minecraft:blackstone_stairs","minecraft:brick_stairs","minecraft:cobbled_deepslate_stairs","minecraft:cobblestone_stairs","minecraft:crimson_stairs","minecraft:cut_copper_stairs","minecraft:dark_oak_stairs","minecraft:dark_prismarine_stairs","minecraft:deepslate_brick_stairs","minecraft:deepslate_tile_stairs","minecraft:diorite_stairs","minecraft:end_stone_brick_stairs","minecraft:exposed_cut_copper_stairs","minecraft:granite_stairs","minecraft:jungle_stairs","minecraft:mossy_cobblestone_stairs","minecraft:mossy_stone_brick_stairs","minecraft:nether_brick_stairs","minecraft:oak_stairs","minecraft:oxidized_cut_copper_stairs","minecraft:polished_andesite_stairs","minecraft:polished_blackstone_brick_stairs","minecraft:polished_blackstone_stairs","minecraft:polished_deepslate_stairs","minecraft:polished_diorite_stairs","minecraft:polished_granite_stairs","minecraft:prismarine_brick_stairs","minecraft:prismarine_stairs","minecraft:purpur_stairs","minecraft:quartz_stairs","minecraft:red_nether_brick_stairs","minecraft:red_sandstone_stairs","minecraft:sandstone_stairs","minecraft:smooth_quartz_stairs","minecraft:smooth_red_sandstone_stairs","minecraft:smooth_sandstone_stairs","minecraft:spruce_stairs","minecraft:stone_brick_stairs","minecraft:stone_stairs","minecraft:warped_stairs","minecraft:waxed_cut_copper_stairs","minecraft:waxed_exposed_cut_copper_stairs","minecraft:waxed_oxidized_cut_copper_stairs","minecraft:waxed_weathered_cut_copper_stairs","minecraft:weathered_cut_copper_stairs"],"minecraft:standing_signs":["minecraft:acacia_sign","minecraft:birch_sign","minecraft:crimson_sign","minecraft:dark_oak_sign","minecraft:jungle_sign","minecraft:oak_sign","minecraft:spruce_sign","minecraft:warped_sign"],"minecraft:stone_bricks":["minecraft:chiseled_stone_bricks","minecraft:cracked_stone_bricks","minecraft:mossy_stone_bricks","minecraft:stone_bricks"],"minecraft:stone_ore_replaceables":["minecraft:andesite","minecraft:diorite","minecraft:granite","minecraft:stone"],"minecraft:stone_pressure_plates":["minecraft:polished_blackstone_pressure_plate","minecraft:stone_pressure_plate"],"minecraft:strider_warm_blocks":["minecraft:lava"],"minecraft:tall_flowers":["minecraft:lilac","minecraft:peony","minecraft:rose_bush","minecraft:sunflower"],"minecraft:trapdoors":["minecraft:acacia_trapdoor","minecraft:birch_trapdoor","minecraft:crimson_trapdoor","minecraft:dark_oak_trapdoor","minecraft:iron_trapdoor","minecraft:jungle_trapdoor","minecraft:oak_trapdoor","minecraft:spruce_trapdoor","minecraft:warped_trapdoor"],"minecraft:underwater_bonemeals":["minecraft:brain_coral","minecraft:brain_coral_fan","minecraft:brain_coral_wall_fan","minecraft:bubble_coral","minecraft:bubble_coral_fan","minecraft:bubble_coral_wall_fan","minecraft:fire_coral","minecraft:fire_coral_fan","minecraft:fire_coral_wall_fan","minecraft:horn_coral","minecraft:horn_coral_fan","minecraft:horn_coral_wall_fan","minecraft:seagrass","minecraft:tube_coral","minecraft:tube_coral_fan","minecraft:tube_coral_wall_fan"],"minecraft:unstable_bottom_center":["minecraft:acacia_fence_gate","minecraft:birch_fence_gate","minecraft:crimson_fence_gate","minecraft:dark_oak_fence_gate","minecraft:jungle_fence_gate","minecraft:oak_fence_gate","minecraft:spruce_fence_gate","minecraft:warped_fence_gate"],"minecraft:valid_spawn":["minecraft:grass_block","minecraft:podzol"],"minecraft:wall_corals":["minecraft:brain_coral_wall_fan","minecraft:bubble_coral_wall_fan","minecraft:fire_coral_wall_fan","minecraft:horn_coral_wall_fan","minecraft:tube_coral_wall_fan"],"minecraft:wall_post_override":["minecraft:acacia_pressure_plate","minecraft:acacia_sign","minecraft:acacia_wall_sign","minecraft:birch_pressure_plate","minecraft:birch_sign","minecraft:birch_wall_sign","minecraft:black_banner","minecraft:black_wall_banner","minecraft:blue_banner","minecraft:blue_wall_banner","minecraft:brown_banner","minecraft:brown_wall_banner","minecraft:crimson_pressure_plate","minecraft:crimson_sign","minecraft:crimson_wall_sign","minecraft:cyan_banner","minecraft:cyan_wall_banner","minecraft:dark_oak_pressure_plate","minecraft:dark_oak_sign","minecraft:dark_oak_wall_sign","minecraft:gray_banner","minecraft:gray_wall_banner","minecraft:green_banner","minecraft:green_wall_banner","minecraft:heavy_weighted_pressure_plate","minecraft:jungle_pressure_plate","minecraft:jungle_sign","minecraft:jungle_wall_sign","minecraft:light_blue_banner","minecraft:light_blue_wall_banner","minecraft:light_gray_banner","minecraft:light_gray_wall_banner","minecraft:light_weighted_pressure_plate","minecraft:lime_banner","minecraft:lime_wall_banner","minecraft:magenta_banner","minecraft:magenta_wall_banner","minecraft:oak_pressure_plate","minecraft:oak_sign","minecraft:oak_wall_sign","minecraft:orange_banner","minecraft:orange_wall_banner","minecraft:pink_banner","minecraft:pink_wall_banner","minecraft:polished_blackstone_pressure_plate","minecraft:purple_banner","minecraft:purple_wall_banner","minecraft:red_banner","minecraft:red_wall_banner","minecraft:redstone_torch","minecraft:soul_torch","minecraft:spruce_pressure_plate","minecraft:spruce_sign","minecraft:spruce_wall_sign","minecraft:stone_pressure_plate","minecraft:torch","minecraft:tripwire","minecraft:warped_pressure_plate","minecraft:warped_sign","minecraft:warped_wall_sign","minecraft:white_banner","minecraft:white_wall_banner","minecraft:yellow_banner","minecraft:yellow_wall_banner"],"minecraft:wall_signs":["minecraft:acacia_wall_sign","minecraft:birch_wall_sign","minecraft:crimson_wall_sign","minecraft:dark_oak_wall_sign","minecraft:jungle_wall_sign","minecraft:oak_wall_sign","minecraft:spruce_wall_sign","minecraft:warped_wall_sign"],"minecraft:walls":["minecraft:andesite_wall","minecraft:blackstone_wall","minecraft:brick_wall","minecraft:cobbled_deepslate_wall","minecraft:cobblestone_wall","minecraft:deepslate_brick_wall","minecraft:deepslate_tile_wall","minecraft:diorite_wall","minecraft:end_stone_brick_wall","minecraft:granite_wall","minecraft:mossy_cobblestone_wall","minecraft:mossy_stone_brick_wall","minecraft:nether_brick_wall","minecraft:polished_blackstone_brick_wall","minecraft:polished_blackstone_wall","minecraft:polished_deepslate_wall","minecraft:prismarine_wall","minecraft:red_nether_brick_wall","minecraft:red_sandstone_wall","minecraft:sandstone_wall","minecraft:stone_brick_wall"],"minecraft:warped_stems":["minecraft:stripped_warped_hyphae","minecraft:stripped_warped_stem","minecraft:warped_hyphae","minecraft:warped_stem"],"minecraft:wart_blocks":["minecraft:nether_wart_block","minecraft:warped_wart_block"],"minecraft:wither_immune":["minecraft:barrier","minecraft:bedrock","minecraft:chain_command_block","minecraft:command_block","minecraft:end_gateway","minecraft:end_portal","minecraft:end_portal_frame","minecraft:jigsaw","minecraft:moving_piston","minecraft:repeating_command_block","minecraft:structure_block"],"minecraft:wither_summon_base_blocks":["minecraft:soul_sand","minecraft:soul_soil"],"minecraft:wooden_buttons":["minecraft:acacia_button","minecraft:birch_button","minecraft:crimson_button","minecraft:dark_oak_button","minecraft:jungle_button","minecraft:oak_button","minecraft:spruce_button","minecraft:warped_button"],"minecraft:wooden_doors":["minecraft:acacia_door","minecraft:birch_door","minecraft:crimson_door","minecraft:dark_oak_door","minecraft:jungle_door","minecraft:oak_door","minecraft:spruce_door","minecraft:warped_door"],"minecraft:wooden_fences":["minecraft:acacia_fence","minecraft:birch_fence","minecraft:crimson_fence","minecraft:dark_oak_fence","minecraft:jungle_fence","minecraft:oak_fence","minecraft:spruce_fence","minecraft:warped_fence"],"minecraft:wooden_pressure_plates":["minecraft:acacia_pressure_plate","minecraft:birch_pressure_plate","minecraft:crimson_pressure_plate","minecraft:dark_oak_pressure_plate","minecraft:jungle_pressure_plate","minecraft:oak_pressure_plate","minecraft:spruce_pressure_plate","minecraft:warped_pressure_plate"],"minecraft:wooden_slabs":["minecraft:acacia_slab","minecraft:birch_slab","minecraft:crimson_slab","minecraft:dark_oak_slab","minecraft:jungle_slab","minecraft:oak_slab","minecraft:spruce_slab","minecraft:warped_slab"],"minecraft:wooden_stairs":["minecraft:acacia_stairs","minecraft:birch_stairs","minecraft:crimson_stairs","minecraft:dark_oak_stairs","minecraft:jungle_stairs","minecraft:oak_stairs","minecraft:spruce_stairs","minecraft:warped_stairs"],"minecraft:wooden_trapdoors":["minecraft:acacia_trapdoor","minecraft:birch_trapdoor","minecraft:crimson_trapdoor","minecraft:dark_oak_trapdoor","minecraft:jungle_trapdoor","minecraft:oak_trapdoor","minecraft:spruce_trapdoor","minecraft:warped_trapdoor"],"minecraft:wool":["minecraft:black_wool","minecraft:blue_wool","minecraft:brown_wool","minecraft:cyan_wool","minecraft:gray_wool","minecraft:green_wool","minecraft:light_blue_wool","minecraft:light_gray_wool","minecraft:lime_wool","minecraft:magenta_wool","minecraft:orange_wool","minecraft:pink_wool","minecraft:purple_wool","minecraft:red_wool","minecraft:white_wool","minecraft:yellow_wool"]},"entities":["minecraft:area_effect_cloud","minecraft:armor_stand","minecraft:arrow","minecraft:axolotl","minecraft:bat","minecraft:bee","minecraft:blaze","minecraft:boat","minecraft:cat","minecraft:cave_spider","minecraft:chest_minecart","minecraft:chicken","minecraft:cod","minecraft:command_block_minecart","minecraft:cow","minecraft:creeper","minecraft:dolphin","minecraft:donkey","minecraft:dragon_fireball","minecraft:drowned","minecraft:egg","minecraft:elder_guardian","minecraft:end_crystal","minecraft:ender_dragon","minecraft:ender_pearl","minecraft:enderman","minecraft:endermite","minecraft:evoker","minecraft:evoker_fangs","minecraft:experience_bottle","minecraft:experience_orb","minecraft:eye_of_ender","minecraft:falling_block","minecraft:fireball","minecraft:firework_rocket","minecraft:fishing_bobber","minecraft:fox","minecraft:furnace_minecart","minecraft:ghast","minecraft:giant","minecraft:glow_item_frame","minecraft:glow_squid","minecraft:goat","minecraft:guardian","minecraft:hoglin","minecraft:hopper_minecart","minecraft:horse","minecraft:husk","minecraft:illusioner","minecraft:iron_golem","minecraft:item","minecraft:item_frame","minecraft:leash_knot","minecraft:lightning_bolt","minecraft:llama","minecraft:llama_spit","minecraft:magma_cube","minecraft:marker","minecraft:minecart","minecraft:mooshroom","minecraft:mule","minecraft:ocelot","minecraft:painting","minecraft:panda","minecraft:parrot","minecraft:phantom","minecraft:pig","minecraft:piglin","minecraft:piglin_brute","minecraft:pillager","minecraft:player","minecraft:polar_bear","minecraft:potion","minecraft:pufferfish","minecraft:rabbit","minecraft:ravager","minecraft:salmon","minecraft:sheep","minecraft:shulker","minecraft:shulker_bullet","minecraft:silverfish","minecraft:skeleton","minecraft:skeleton_horse","minecraft:slime","minecraft:small_fireball","minecraft:snow_golem","minecraft:snowball","minecraft:spawner_minecart","minecraft:spectral_arrow","minecraft:spider","minecraft:squid","minecraft:stray","minecraft:strider","minecraft:tnt","minecraft:tnt_minecart","minecraft:trader_llama","minecraft:trident","minecraft:tropical_fish","minecraft:turtle","minecraft:vex","minecraft:villager","minecraft:vindicator","minecraft:wandering_trader","minecraft:witch","minecraft:wither","minecraft:wither_skeleton","minecraft:wither_skull","minecraft:wolf","minecraft:zoglin","minecraft:zombie","minecraft:zombie_horse","minecraft:zombie_villager","minecraft:zombified_piglin"],"entitytags":{"minecraft:arrows":["minecraft:arrow","minecraft:spectral_arrow"],"minecraft:axolotl_always_hostiles":["minecraft:drowned","minecraft:elder_guardian","minecraft:guardian"],"minecraft:axolotl_hunt_targets":["minecraft:cod","minecraft:glow_squid","minecraft:pufferfish","minecraft:salmon","minecraft:squid","minecraft:tropical_fish"],"minecraft:beehive_inhabitors":["minecraft:bee"],"minecraft:freeze_hurts_extra_types":["minecraft:blaze","minecraft:magma_cube","minecraft:strider"],"minecraft:freeze_immune_entity_types":["minecraft:polar_bear","minecraft:snow_golem","minecraft:stray","minecraft:wither"],"minecraft:impact_projectiles":["minecraft:arrow","minecraft:dragon_fireball","minecraft:egg","minecraft:fireball","minecraft:small_fireball","minecraft:snowball","minecraft:spectral_arrow","minecraft:trident","minecraft:wither_skull"],"minecraft:powder_snow_walkable_mobs":["minecraft:endermite","minecraft:fox","minecraft:rabbit","minecraft:silverfish"],"minecraft:raiders":["minecraft:evoker","minecraft:illusioner","minecraft:pillager","minecraft:ravager","minecraft:vindicator","minecraft:witch"],"minecraft:skeletons":["minecraft:skeleton","minecraft:stray","minecraft:wither_skeleton"]},"items":["minecraft:acacia_boat","minecraft:acacia_button","minecraft:acacia_door","minecraft:acacia_fence","minecraft:acacia_fence_gate","minecraft:acacia_leaves","minecraft:acacia_log","minecraft:acacia_planks","minecraft:acacia_pressure_plate","minecraft:acacia_sapling","minecraft:acacia_sign","minecraft:acacia_slab","minecraft:acacia_stairs","minecraft:acacia_trapdoor","minecraft:acacia_wood","minecraft:activator_rail","minecraft:air","minecraft:allium","minecraft:amethyst_block","minecraft:amethyst_cluster","minecraft:amethyst_shard","minecraft:ancient_debris","minecraft:andesite","minecraft:andesite_slab","minecraft:andesite_stairs","minecraft:andesite_wall","minecraft:anvil","minecraft:apple","minecraft:armor_stand","minecraft:arrow","minecraft:axolotl_bucket","minecraft:axolotl_spawn_egg","minecraft:azalea","minecraft:azalea_leaves","minecraft:azure_bluet","minecraft:baked_potato","minecraft:bamboo","minecraft:barrel","minecraft:barrier","minecraft:basalt","minecraft:bat_spawn_egg","minecraft:beacon","minecraft:bedrock","minecraft:bee_nest","minecraft:bee_spawn_egg","minecraft:beef","minecraft:beehive","minecraft:beetroot","minecraft:beetroot_seeds","minecraft:beetroot_soup","minecraft:bell","minecraft:big_dripleaf","minecraft:birch_boat","minecraft:birch_button","minecraft:birch_door","minecraft:birch_fence","minecraft:birch_fence_gate","minecraft:birch_leaves","minecraft:birch_log","minecraft:birch_planks","minecraft:birch_pressure_plate","minecraft:birch_sapling","minecraft:birch_sign","minecraft:birch_slab","minecraft:birch_stairs","minecraft:birch_trapdoor","minecraft:birch_wood","minecraft:black_banner","minecraft:black_bed","minecraft:black_candle","minecraft:black_carpet","minecraft:black_concrete","minecraft:black_concrete_powder","minecraft:black_dye","minecraft:black_glazed_terracotta","minecraft:black_shulker_box","minecraft:black_stained_glass","minecraft:black_stained_glass_pane","minecraft:black_terracotta","minecraft:black_wool","minecraft:blackstone","minecraft:blackstone_slab","minecraft:blackstone_stairs","minecraft:blackstone_wall","minecraft:blast_furnace","minecraft:blaze_powder","minecraft:blaze_rod","minecraft:blaze_spawn_egg","minecraft:blue_banner","minecraft:blue_bed","minecraft:blue_candle","minecraft:blue_carpet","minecraft:blue_concrete","minecraft:blue_concrete_powder","minecraft:blue_dye","minecraft:blue_glazed_terracotta","minecraft:blue_ice","minecraft:blue_orchid","minecraft:blue_shulker_box","minecraft:blue_stained_glass","minecraft:blue_stained_glass_pane","minecraft:blue_terracotta","minecraft:blue_wool","minecraft:bone","minecraft:bone_block","minecraft:bone_meal","minecraft:book","minecraft:bookshelf","minecraft:bow","minecraft:bowl","minecraft:brain_coral","minecraft:brain_coral_block","minecraft:brain_coral_fan","minecraft:bread","minecraft:brewing_stand","minecraft:brick","minecraft:brick_slab","minecraft:brick_stairs","minecraft:brick_wall","minecraft:bricks","minecraft:brown_banner","minecraft:brown_bed","minecraft:brown_candle","minecraft:brown_carpet","minecraft:brown_concrete","minecraft:brown_concrete_powder","minecraft:brown_dye","minecraft:brown_glazed_terracotta","minecraft:brown_mushroom","minecraft:brown_mushroom_block","minecraft:brown_shulker_box","minecraft:brown_stained_glass","minecraft:brown_stained_glass_pane","minecraft:brown_terracotta","minecraft:brown_wool","minecraft:bubble_coral","minecraft:bubble_coral_block","minecraft:bubble_coral_fan","minecraft:bucket","minecraft:budding_amethyst","minecraft:bundle","minecraft:cactus","minecraft:cake","minecraft:calcite","minecraft:campfire","minecraft:candle","minecraft:carrot","minecraft:carrot_on_a_stick","minecraft:cartography_table","minecraft:carved_pumpkin","minecraft:cat_spawn_egg","minecraft:cauldron","minecraft:cave_spider_spawn_egg","minecraft:chain","minecraft:chain_command_block","minecraft:chainmail_boots","minecraft:chainmail_chestplate","minecraft:chainmail_helmet","minecraft:chainmail_leggings","minecraft:charcoal","minecraft:chest","minecraft:chest_minecart","minecraft:chicken","minecraft:chicken_spawn_egg","minecraft:chipped_anvil","minecraft:chiseled_deepslate","minecraft:chiseled_nether_bricks","minecraft:chiseled_polished_blackstone","minecraft:chiseled_quartz_block","minecraft:chiseled_red_sandstone","minecraft:chiseled_sandstone","minecraft:chiseled_stone_bricks","minecraft:chorus_flower","minecraft:chorus_fruit","minecraft:chorus_plant","minecraft:clay","minecraft:clay_ball","minecraft:clock","minecraft:coal","minecraft:coal_block","minecraft:coal_ore","minecraft:coarse_dirt","minecraft:cobbled_deepslate","minecraft:cobbled_deepslate_slab","minecraft:cobbled_deepslate_stairs","minecraft:cobbled_deepslate_wall","minecraft:cobblestone","minecraft:cobblestone_slab","minecraft:cobblestone_stairs","minecraft:cobblestone_wall","minecraft:cobweb","minecraft:cocoa_beans","minecraft:cod","minecraft:cod_bucket","minecraft:cod_spawn_egg","minecraft:command_block","minecraft:command_block_minecart","minecraft:comparator","minecraft:compass","minecraft:composter","minecraft:conduit","minecraft:cooked_beef","minecraft:cooked_chicken","minecraft:cooked_cod","minecraft:cooked_mutton","minecraft:cooked_porkchop","minecraft:cooked_rabbit","minecraft:cooked_salmon","minecraft:cookie","minecraft:copper_block","minecraft:copper_ingot","minecraft:copper_ore","minecraft:cornflower","minecraft:cow_spawn_egg","minecraft:cracked_deepslate_bricks","minecraft:cracked_deepslate_tiles","minecraft:cracked_nether_bricks","minecraft:cracked_polished_blackstone_bricks","minecraft:cracked_stone_bricks","minecraft:crafting_table","minecraft:creeper_banner_pattern","minecraft:creeper_head","minecraft:creeper_spawn_egg","minecraft:crimson_button","minecraft:crimson_door","minecraft:crimson_fence","minecraft:crimson_fence_gate","minecraft:crimson_fungus","minecraft:crimson_hyphae","minecraft:crimson_nylium","minecraft:crimson_planks","minecraft:crimson_pressure_plate","minecraft:crimson_roots","minecraft:crimson_sign","minecraft:crimson_slab","minecraft:crimson_stairs","minecraft:crimson_stem","minecraft:crimson_trapdoor","minecraft:crossbow","minecraft:crying_obsidian","minecraft:cut_copper","minecraft:cut_copper_slab","minecraft:cut_copper_stairs","minecraft:cut_red_sandstone","minecraft:cut_red_sandstone_slab","minecraft:cut_sandstone","minecraft:cut_sandstone_slab","minecraft:cyan_banner","minecraft:cyan_bed","minecraft:cyan_candle","minecraft:cyan_carpet","minecraft:cyan_concrete","minecraft:cyan_concrete_powder","minecraft:cyan_dye","minecraft:cyan_glazed_terracotta","minecraft:cyan_shulker_box","minecraft:cyan_stained_glass","minecraft:cyan_stained_glass_pane","minecraft:cyan_terracotta","minecraft:cyan_wool","minecraft:damaged_anvil","minecraft:dandelion","minecraft:dark_oak_boat","minecraft:dark_oak_button","minecraft:dark_oak_door","minecraft:dark_oak_fence","minecraft:dark_oak_fence_gate","minecraft:dark_oak_leaves","minecraft:dark_oak_log","minecraft:dark_oak_planks","minecraft:dark_oak_pressure_plate","minecraft:dark_oak_sapling","minecraft:dark_oak_sign","minecraft:dark_oak_slab","minecraft:dark_oak_stairs","minecraft:dark_oak_trapdoor","minecraft:dark_oak_wood","minecraft:dark_prismarine","minecraft:dark_prismarine_slab","minecraft:dark_prismarine_stairs","minecraft:daylight_detector","minecraft:dead_brain_coral","minecraft:dead_brain_coral_block","minecraft:dead_brain_coral_fan","minecraft:dead_bubble_coral","minecraft:dead_bubble_coral_block","minecraft:dead_bubble_coral_fan","minecraft:dead_bush","minecraft:dead_fire_coral","minecraft:dead_fire_coral_block","minecraft:dead_fire_coral_fan","minecraft:dead_horn_coral","minecraft:dead_horn_coral_block","minecraft:dead_horn_coral_fan","minecraft:dead_tube_coral","minecraft:dead_tube_coral_block","minecraft:dead_tube_coral_fan","minecraft:debug_stick","minecraft:deepslate","minecraft:deepslate_brick_slab","minecraft:deepslate_brick_stairs","minecraft:deepslate_brick_wall","minecraft:deepslate_bricks","minecraft:deepslate_coal_ore","minecraft:deepslate_copper_ore","minecraft:deepslate_diamond_ore","minecraft:deepslate_emerald_ore","minecraft:deepslate_gold_ore","minecraft:deepslate_iron_ore","minecraft:deepslate_lapis_ore","minecraft:deepslate_redstone_ore","minecraft:deepslate_tile_slab","minecraft:deepslate_tile_stairs","minecraft:deepslate_tile_wall","minecraft:deepslate_tiles","minecraft:detector_rail","minecraft:diamond","minecraft:diamond_axe","minecraft:diamond_block","minecraft:diamond_boots","minecraft:diamond_chestplate","minecraft:diamond_helmet","minecraft:diamond_hoe","minecraft:diamond_horse_armor","minecraft:diamond_leggings","minecraft:diamond_ore","minecraft:diamond_pickaxe","minecraft:diamond_shovel","minecraft:diamond_sword","minecraft:diorite","minecraft:diorite_slab","minecraft:diorite_stairs","minecraft:diorite_wall","minecraft:dirt","minecraft:dirt_path","minecraft:dispenser","minecraft:dolphin_spawn_egg","minecraft:donkey_spawn_egg","minecraft:dragon_breath","minecraft:dragon_egg","minecraft:dragon_head","minecraft:dried_kelp","minecraft:dried_kelp_block","minecraft:dripstone_block","minecraft:dropper","minecraft:drowned_spawn_egg","minecraft:egg","minecraft:elder_guardian_spawn_egg","minecraft:elytra","minecraft:emerald","minecraft:emerald_block","minecraft:emerald_ore","minecraft:enchanted_book","minecraft:enchanted_golden_apple","minecraft:enchanting_table","minecraft:end_crystal","minecraft:end_portal_frame","minecraft:end_rod","minecraft:end_stone","minecraft:end_stone_brick_slab","minecraft:end_stone_brick_stairs","minecraft:end_stone_brick_wall","minecraft:end_stone_bricks","minecraft:ender_chest","minecraft:ender_eye","minecraft:ender_pearl","minecraft:enderman_spawn_egg","minecraft:endermite_spawn_egg","minecraft:evoker_spawn_egg","minecraft:experience_bottle","minecraft:exposed_copper","minecraft:exposed_cut_copper","minecraft:exposed_cut_copper_slab","minecraft:exposed_cut_copper_stairs","minecraft:farmland","minecraft:feather","minecraft:fermented_spider_eye","minecraft:fern","minecraft:filled_map","minecraft:fire_charge","minecraft:fire_coral","minecraft:fire_coral_block","minecraft:fire_coral_fan","minecraft:firework_rocket","minecraft:firework_star","minecraft:fishing_rod","minecraft:fletching_table","minecraft:flint","minecraft:flint_and_steel","minecraft:flower_banner_pattern","minecraft:flower_pot","minecraft:flowering_azalea","minecraft:flowering_azalea_leaves","minecraft:fox_spawn_egg","minecraft:furnace","minecraft:furnace_minecart","minecraft:ghast_spawn_egg","minecraft:ghast_tear","minecraft:gilded_blackstone","minecraft:glass","minecraft:glass_bottle","minecraft:glass_pane","minecraft:glistering_melon_slice","minecraft:globe_banner_pattern","minecraft:glow_berries","minecraft:glow_ink_sac","minecraft:glow_item_frame","minecraft:glow_lichen","minecraft:glow_squid_spawn_egg","minecraft:glowstone","minecraft:glowstone_dust","minecraft:goat_spawn_egg","minecraft:gold_block","minecraft:gold_ingot","minecraft:gold_nugget","minecraft:gold_ore","minecraft:golden_apple","minecraft:golden_axe","minecraft:golden_boots","minecraft:golden_carrot","minecraft:golden_chestplate","minecraft:golden_helmet","minecraft:golden_hoe","minecraft:golden_horse_armor","minecraft:golden_leggings","minecraft:golden_pickaxe","minecraft:golden_shovel","minecraft:golden_sword","minecraft:granite","minecraft:granite_slab","minecraft:granite_stairs","minecraft:granite_wall","minecraft:grass","minecraft:grass_block","minecraft:gravel","minecraft:gray_banner","minecraft:gray_bed","minecraft:gray_candle","minecraft:gray_carpet","minecraft:gray_concrete","minecraft:gray_concrete_powder","minecraft:gray_dye","minecraft:gray_glazed_terracotta","minecraft:gray_shulker_box","minecraft:gray_stained_glass","minecraft:gray_stained_glass_pane","minecraft:gray_terracotta","minecraft:gray_wool","minecraft:green_banner","minecraft:green_bed","minecraft:green_candle","minecraft:green_carpet","minecraft:green_concrete","minecraft:green_concrete_powder","minecraft:green_dye","minecraft:green_glazed_terracotta","minecraft:green_shulker_box","minecraft:green_stained_glass","minecraft:green_stained_glass_pane","minecraft:green_terracotta","minecraft:green_wool","minecraft:grindstone","minecraft:guardian_spawn_egg","minecraft:gunpowder","minecraft:hanging_roots","minecraft:hay_block","minecraft:heart_of_the_sea","minecraft:heavy_weighted_pressure_plate","minecraft:hoglin_spawn_egg","minecraft:honey_block","minecraft:honey_bottle","minecraft:honeycomb","minecraft:honeycomb_block","minecraft:hopper","minecraft:hopper_minecart","minecraft:horn_coral","minecraft:horn_coral_block","minecraft:horn_coral_fan","minecraft:horse_spawn_egg","minecraft:husk_spawn_egg","minecraft:ice","minecraft:infested_chiseled_stone_bricks","minecraft:infested_cobblestone","minecraft:infested_cracked_stone_bricks","minecraft:infested_deepslate","minecraft:infested_mossy_stone_bricks","minecraft:infested_stone","minecraft:infested_stone_bricks","minecraft:ink_sac","minecraft:iron_axe","minecraft:iron_bars","minecraft:iron_block","minecraft:iron_boots","minecraft:iron_chestplate","minecraft:iron_door","minecraft:iron_helmet","minecraft:iron_hoe","minecraft:iron_horse_armor","minecraft:iron_ingot","minecraft:iron_leggings","minecraft:iron_nugget","minecraft:iron_ore","minecraft:iron_pickaxe","minecraft:iron_shovel","minecraft:iron_sword","minecraft:iron_trapdoor","minecraft:item_frame","minecraft:jack_o_lantern","minecraft:jigsaw","minecraft:jukebox","minecraft:jungle_boat","minecraft:jungle_button","minecraft:jungle_door","minecraft:jungle_fence","minecraft:jungle_fence_gate","minecraft:jungle_leaves","minecraft:jungle_log","minecraft:jungle_planks","minecraft:jungle_pressure_plate","minecraft:jungle_sapling","minecraft:jungle_sign","minecraft:jungle_slab","minecraft:jungle_stairs","minecraft:jungle_trapdoor","minecraft:jungle_wood","minecraft:kelp","minecraft:knowledge_book","minecraft:ladder","minecraft:lantern","minecraft:lapis_block","minecraft:lapis_lazuli","minecraft:lapis_ore","minecraft:large_amethyst_bud","minecraft:large_fern","minecraft:lava_bucket","minecraft:lead","minecraft:leather","minecraft:leather_boots","minecraft:leather_chestplate","minecraft:leather_helmet","minecraft:leather_horse_armor","minecraft:leather_leggings","minecraft:lectern","minecraft:lever","minecraft:light","minecraft:light_blue_banner","minecraft:light_blue_bed","minecraft:light_blue_candle","minecraft:light_blue_carpet","minecraft:light_blue_concrete","minecraft:light_blue_concrete_powder","minecraft:light_blue_dye","minecraft:light_blue_glazed_terracotta","minecraft:light_blue_shulker_box","minecraft:light_blue_stained_glass","minecraft:light_blue_stained_glass_pane","minecraft:light_blue_terracotta","minecraft:light_blue_wool","minecraft:light_gray_banner","minecraft:light_gray_bed","minecraft:light_gray_candle","minecraft:light_gray_carpet","minecraft:light_gray_concrete","minecraft:light_gray_concrete_powder","minecraft:light_gray_dye","minecraft:light_gray_glazed_terracotta","minecraft:light_gray_shulker_box","minecraft:light_gray_stained_glass","minecraft:light_gray_stained_glass_pane","minecraft:light_gray_terracotta","minecraft:light_gray_wool","minecraft:light_weighted_pressure_plate","minecraft:lightning_rod","minecraft:lilac","minecraft:lily_of_the_valley","minecraft:lily_pad","minecraft:lime_banner","minecraft:lime_bed","minecraft:lime_candle","minecraft:lime_carpet","minecraft:lime_concrete","minecraft:lime_concrete_powder","minecraft:lime_dye","minecraft:lime_glazed_terracotta","minecraft:lime_shulker_box","minecraft:lime_stained_glass","minecraft:lime_stained_glass_pane","minecraft:lime_terracotta","minecraft:lime_wool","minecraft:lingering_potion","minecraft:llama_spawn_egg","minecraft:lodestone","minecraft:loom","minecraft:magenta_banner","minecraft:magenta_bed","minecraft:magenta_candle","minecraft:magenta_carpet","minecraft:magenta_concrete","minecraft:magenta_concrete_powder","minecraft:magenta_dye","minecraft:magenta_glazed_terracotta","minecraft:magenta_shulker_box","minecraft:magenta_stained_glass","minecraft:magenta_stained_glass_pane","minecraft:magenta_terracotta","minecraft:magenta_wool","minecraft:magma_block","minecraft:magma_cream","minecraft:magma_cube_spawn_egg","minecraft:map","minecraft:medium_amethyst_bud","minecraft:melon","minecraft:melon_seeds","minecraft:melon_slice","minecraft:milk_bucket","minecraft:minecart","minecraft:mojang_banner_pattern","minecraft:mooshroom_spawn_egg","minecraft:moss_block","minecraft:moss_carpet","minecraft:mossy_cobblestone","minecraft:mossy_cobblestone_slab","minecraft:mossy_cobblestone_stairs","minecraft:mossy_cobblestone_wall","minecraft:mossy_stone_brick_slab","minecraft:mossy_stone_brick_stairs","minecraft:mossy_stone_brick_wall","minecraft:mossy_stone_bricks","minecraft:mule_spawn_egg","minecraft:mushroom_stem","minecraft:mushroom_stew","minecraft:music_disc_11","minecraft:music_disc_13","minecraft:music_disc_blocks","minecraft:music_disc_cat","minecraft:music_disc_chirp","minecraft:music_disc_far","minecraft:music_disc_mall","minecraft:music_disc_mellohi","minecraft:music_disc_pigstep","minecraft:music_disc_stal","minecraft:music_disc_strad","minecraft:music_disc_wait","minecraft:music_disc_ward","minecraft:mutton","minecraft:mycelium","minecraft:name_tag","minecraft:nautilus_shell","minecraft:nether_brick","minecraft:nether_brick_fence","minecraft:nether_brick_slab","minecraft:nether_brick_stairs","minecraft:nether_brick_wall","minecraft:nether_bricks","minecraft:nether_gold_ore","minecraft:nether_quartz_ore","minecraft:nether_sprouts","minecraft:nether_star","minecraft:nether_wart","minecraft:nether_wart_block","minecraft:netherite_axe","minecraft:netherite_block","minecraft:netherite_boots","minecraft:netherite_chestplate","minecraft:netherite_helmet","minecraft:netherite_hoe","minecraft:netherite_ingot","minecraft:netherite_leggings","minecraft:netherite_pickaxe","minecraft:netherite_scrap","minecraft:netherite_shovel","minecraft:netherite_sword","minecraft:netherrack","minecraft:note_block","minecraft:oak_boat","minecraft:oak_button","minecraft:oak_door","minecraft:oak_fence","minecraft:oak_fence_gate","minecraft:oak_leaves","minecraft:oak_log","minecraft:oak_planks","minecraft:oak_pressure_plate","minecraft:oak_sapling","minecraft:oak_sign","minecraft:oak_slab","minecraft:oak_stairs","minecraft:oak_trapdoor","minecraft:oak_wood","minecraft:observer","minecraft:obsidian","minecraft:ocelot_spawn_egg","minecraft:orange_banner","minecraft:orange_bed","minecraft:orange_candle","minecraft:orange_carpet","minecraft:orange_concrete","minecraft:orange_concrete_powder","minecraft:orange_dye","minecraft:orange_glazed_terracotta","minecraft:orange_shulker_box","minecraft:orange_stained_glass","minecraft:orange_stained_glass_pane","minecraft:orange_terracotta","minecraft:orange_tulip","minecraft:orange_wool","minecraft:oxeye_daisy","minecraft:oxidized_copper","minecraft:oxidized_cut_copper","minecraft:oxidized_cut_copper_slab","minecraft:oxidized_cut_copper_stairs","minecraft:packed_ice","minecraft:painting","minecraft:panda_spawn_egg","minecraft:paper","minecraft:parrot_spawn_egg","minecraft:peony","minecraft:petrified_oak_slab","minecraft:phantom_membrane","minecraft:phantom_spawn_egg","minecraft:pig_spawn_egg","minecraft:piglin_banner_pattern","minecraft:piglin_brute_spawn_egg","minecraft:piglin_spawn_egg","minecraft:pillager_spawn_egg","minecraft:pink_banner","minecraft:pink_bed","minecraft:pink_candle","minecraft:pink_carpet","minecraft:pink_concrete","minecraft:pink_concrete_powder","minecraft:pink_dye","minecraft:pink_glazed_terracotta","minecraft:pink_shulker_box","minecraft:pink_stained_glass","minecraft:pink_stained_glass_pane","minecraft:pink_terracotta","minecraft:pink_tulip","minecraft:pink_wool","minecraft:piston","minecraft:player_head","minecraft:podzol","minecraft:pointed_dripstone","minecraft:poisonous_potato","minecraft:polar_bear_spawn_egg","minecraft:polished_andesite","minecraft:polished_andesite_slab","minecraft:polished_andesite_stairs","minecraft:polished_basalt","minecraft:polished_blackstone","minecraft:polished_blackstone_brick_slab","minecraft:polished_blackstone_brick_stairs","minecraft:polished_blackstone_brick_wall","minecraft:polished_blackstone_bricks","minecraft:polished_blackstone_button","minecraft:polished_blackstone_pressure_plate","minecraft:polished_blackstone_slab","minecraft:polished_blackstone_stairs","minecraft:polished_blackstone_wall","minecraft:polished_deepslate","minecraft:polished_deepslate_slab","minecraft:polished_deepslate_stairs","minecraft:polished_deepslate_wall","minecraft:polished_diorite","minecraft:polished_diorite_slab","minecraft:polished_diorite_stairs","minecraft:polished_granite","minecraft:polished_granite_slab","minecraft:polished_granite_stairs","minecraft:popped_chorus_fruit","minecraft:poppy","minecraft:porkchop","minecraft:potato","minecraft:potion","minecraft:powder_snow_bucket","minecraft:powered_rail","minecraft:prismarine","minecraft:prismarine_brick_slab","minecraft:prismarine_brick_stairs","minecraft:prismarine_bricks","minecraft:prismarine_crystals","minecraft:prismarine_shard","minecraft:prismarine_slab","minecraft:prismarine_stairs","minecraft:prismarine_wall","minecraft:pufferfish","minecraft:pufferfish_bucket","minecraft:pufferfish_spawn_egg","minecraft:pumpkin","minecraft:pumpkin_pie","minecraft:pumpkin_seeds","minecraft:purple_banner","minecraft:purple_bed","minecraft:purple_candle","minecraft:purple_carpet","minecraft:purple_concrete","minecraft:purple_concrete_powder","minecraft:purple_dye","minecraft:purple_glazed_terracotta","minecraft:purple_shulker_box","minecraft:purple_stained_glass","minecraft:purple_stained_glass_pane","minecraft:purple_terracotta","minecraft:purple_wool","minecraft:purpur_block","minecraft:purpur_pillar","minecraft:purpur_slab","minecraft:purpur_stairs","minecraft:quartz","minecraft:quartz_block","minecraft:quartz_bricks","minecraft:quartz_pillar","minecraft:quartz_slab","minecraft:quartz_stairs","minecraft:rabbit","minecraft:rabbit_foot","minecraft:rabbit_hide","minecraft:rabbit_spawn_egg","minecraft:rabbit_stew","minecraft:rail","minecraft:ravager_spawn_egg","minecraft:raw_copper","minecraft:raw_copper_block","minecraft:raw_gold","minecraft:raw_gold_block","minecraft:raw_iron","minecraft:raw_iron_block","minecraft:red_banner","minecraft:red_bed","minecraft:red_candle","minecraft:red_carpet","minecraft:red_concrete","minecraft:red_concrete_powder","minecraft:red_dye","minecraft:red_glazed_terracotta","minecraft:red_mushroom","minecraft:red_mushroom_block","minecraft:red_nether_brick_slab","minecraft:red_nether_brick_stairs","minecraft:red_nether_brick_wall","minecraft:red_nether_bricks","minecraft:red_sand","minecraft:red_sandstone","minecraft:red_sandstone_slab","minecraft:red_sandstone_stairs","minecraft:red_sandstone_wall","minecraft:red_shulker_box","minecraft:red_stained_glass","minecraft:red_stained_glass_pane","minecraft:red_terracotta","minecraft:red_tulip","minecraft:red_wool","minecraft:redstone","minecraft:redstone_block","minecraft:redstone_lamp","minecraft:redstone_ore","minecraft:redstone_torch","minecraft:repeater","minecraft:repeating_command_block","minecraft:respawn_anchor","minecraft:rooted_dirt","minecraft:rose_bush","minecraft:rotten_flesh","minecraft:saddle","minecraft:salmon","minecraft:salmon_bucket","minecraft:salmon_spawn_egg","minecraft:sand","minecraft:sandstone","minecraft:sandstone_slab","minecraft:sandstone_stairs","minecraft:sandstone_wall","minecraft:scaffolding","minecraft:sculk_sensor","minecraft:scute","minecraft:sea_lantern","minecraft:sea_pickle","minecraft:seagrass","minecraft:shears","minecraft:sheep_spawn_egg","minecraft:shield","minecraft:shroomlight","minecraft:shulker_box","minecraft:shulker_shell","minecraft:shulker_spawn_egg","minecraft:silverfish_spawn_egg","minecraft:skeleton_horse_spawn_egg","minecraft:skeleton_skull","minecraft:skeleton_spawn_egg","minecraft:skull_banner_pattern","minecraft:slime_ball","minecraft:slime_block","minecraft:slime_spawn_egg","minecraft:small_amethyst_bud","minecraft:small_dripleaf","minecraft:smithing_table","minecraft:smoker","minecraft:smooth_basalt","minecraft:smooth_quartz","minecraft:smooth_quartz_slab","minecraft:smooth_quartz_stairs","minecraft:smooth_red_sandstone","minecraft:smooth_red_sandstone_slab","minecraft:smooth_red_sandstone_stairs","minecraft:smooth_sandstone","minecraft:smooth_sandstone_slab","minecraft:smooth_sandstone_stairs","minecraft:smooth_stone","minecraft:smooth_stone_slab","minecraft:snow","minecraft:snow_block","minecraft:snowball","minecraft:soul_campfire","minecraft:soul_lantern","minecraft:soul_sand","minecraft:soul_soil","minecraft:soul_torch","minecraft:spawner","minecraft:spectral_arrow","minecraft:spider_eye","minecraft:spider_spawn_egg","minecraft:splash_potion","minecraft:sponge","minecraft:spore_blossom","minecraft:spruce_boat","minecraft:spruce_button","minecraft:spruce_door","minecraft:spruce_fence","minecraft:spruce_fence_gate","minecraft:spruce_leaves","minecraft:spruce_log","minecraft:spruce_planks","minecraft:spruce_pressure_plate","minecraft:spruce_sapling","minecraft:spruce_sign","minecraft:spruce_slab","minecraft:spruce_stairs","minecraft:spruce_trapdoor","minecraft:spruce_wood","minecraft:spyglass","minecraft:squid_spawn_egg","minecraft:stick","minecraft:sticky_piston","minecraft:stone","minecraft:stone_axe","minecraft:stone_brick_slab","minecraft:stone_brick_stairs","minecraft:stone_brick_wall","minecraft:stone_bricks","minecraft:stone_button","minecraft:stone_hoe","minecraft:stone_pickaxe","minecraft:stone_pressure_plate","minecraft:stone_shovel","minecraft:stone_slab","minecraft:stone_stairs","minecraft:stone_sword","minecraft:stonecutter","minecraft:stray_spawn_egg","minecraft:strider_spawn_egg","minecraft:string","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood","minecraft:stripped_crimson_hyphae","minecraft:stripped_crimson_stem","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood","minecraft:stripped_warped_hyphae","minecraft:stripped_warped_stem","minecraft:structure_block","minecraft:structure_void","minecraft:sugar","minecraft:sugar_cane","minecraft:sunflower","minecraft:suspicious_stew","minecraft:sweet_berries","minecraft:tall_grass","minecraft:target","minecraft:terracotta","minecraft:tinted_glass","minecraft:tipped_arrow","minecraft:tnt","minecraft:tnt_minecart","minecraft:torch","minecraft:totem_of_undying","minecraft:trader_llama_spawn_egg","minecraft:trapped_chest","minecraft:trident","minecraft:tripwire_hook","minecraft:tropical_fish","minecraft:tropical_fish_bucket","minecraft:tropical_fish_spawn_egg","minecraft:tube_coral","minecraft:tube_coral_block","minecraft:tube_coral_fan","minecraft:tuff","minecraft:turtle_egg","minecraft:turtle_helmet","minecraft:turtle_spawn_egg","minecraft:twisting_vines","minecraft:vex_spawn_egg","minecraft:villager_spawn_egg","minecraft:vindicator_spawn_egg","minecraft:vine","minecraft:wandering_trader_spawn_egg","minecraft:warped_button","minecraft:warped_door","minecraft:warped_fence","minecraft:warped_fence_gate","minecraft:warped_fungus","minecraft:warped_fungus_on_a_stick","minecraft:warped_hyphae","minecraft:warped_nylium","minecraft:warped_planks","minecraft:warped_pressure_plate","minecraft:warped_roots","minecraft:warped_sign","minecraft:warped_slab","minecraft:warped_stairs","minecraft:warped_stem","minecraft:warped_trapdoor","minecraft:warped_wart_block","minecraft:water_bucket","minecraft:waxed_copper_block","minecraft:waxed_cut_copper","minecraft:waxed_cut_copper_slab","minecraft:waxed_cut_copper_stairs","minecraft:waxed_exposed_copper","minecraft:waxed_exposed_cut_copper","minecraft:waxed_exposed_cut_copper_slab","minecraft:waxed_exposed_cut_copper_stairs","minecraft:waxed_oxidized_copper","minecraft:waxed_oxidized_cut_copper","minecraft:waxed_oxidized_cut_copper_slab","minecraft:waxed_oxidized_cut_copper_stairs","minecraft:waxed_weathered_copper","minecraft:waxed_weathered_cut_copper","minecraft:waxed_weathered_cut_copper_slab","minecraft:waxed_weathered_cut_copper_stairs","minecraft:weathered_copper","minecraft:weathered_cut_copper","minecraft:weathered_cut_copper_slab","minecraft:weathered_cut_copper_stairs","minecraft:weeping_vines","minecraft:wet_sponge","minecraft:wheat","minecraft:wheat_seeds","minecraft:white_banner","minecraft:white_bed","minecraft:white_candle","minecraft:white_carpet","minecraft:white_concrete","minecraft:white_concrete_powder","minecraft:white_dye","minecraft:white_glazed_terracotta","minecraft:white_shulker_box","minecraft:white_stained_glass","minecraft:white_stained_glass_pane","minecraft:white_terracotta","minecraft:white_tulip","minecraft:white_wool","minecraft:witch_spawn_egg","minecraft:wither_rose","minecraft:wither_skeleton_skull","minecraft:wither_skeleton_spawn_egg","minecraft:wolf_spawn_egg","minecraft:wooden_axe","minecraft:wooden_hoe","minecraft:wooden_pickaxe","minecraft:wooden_shovel","minecraft:wooden_sword","minecraft:writable_book","minecraft:written_book","minecraft:yellow_banner","minecraft:yellow_bed","minecraft:yellow_candle","minecraft:yellow_carpet","minecraft:yellow_concrete","minecraft:yellow_concrete_powder","minecraft:yellow_dye","minecraft:yellow_glazed_terracotta","minecraft:yellow_shulker_box","minecraft:yellow_stained_glass","minecraft:yellow_stained_glass_pane","minecraft:yellow_terracotta","minecraft:yellow_wool","minecraft:zoglin_spawn_egg","minecraft:zombie_head","minecraft:zombie_horse_spawn_egg","minecraft:zombie_spawn_egg","minecraft:zombie_villager_spawn_egg","minecraft:zombified_piglin_spawn_egg"],"itemtags":{"minecraft:acacia_logs":["minecraft:acacia_log","minecraft:acacia_wood","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood"],"minecraft:anvil":["minecraft:anvil","minecraft:chipped_anvil","minecraft:damaged_anvil"],"minecraft:arrows":["minecraft:arrow","minecraft:spectral_arrow","minecraft:tipped_arrow"],"minecraft:axolotl_tempt_items":["minecraft:tropical_fish_bucket"],"minecraft:banners":["minecraft:black_banner","minecraft:blue_banner","minecraft:brown_banner","minecraft:cyan_banner","minecraft:gray_banner","minecraft:green_banner","minecraft:light_blue_banner","minecraft:light_gray_banner","minecraft:lime_banner","minecraft:magenta_banner","minecraft:orange_banner","minecraft:pink_banner","minecraft:purple_banner","minecraft:red_banner","minecraft:white_banner","minecraft:yellow_banner"],"minecraft:beacon_payment_items":["minecraft:diamond","minecraft:emerald","minecraft:gold_ingot","minecraft:iron_ingot","minecraft:netherite_ingot"],"minecraft:beds":["minecraft:black_bed","minecraft:blue_bed","minecraft:brown_bed","minecraft:cyan_bed","minecraft:gray_bed","minecraft:green_bed","minecraft:light_blue_bed","minecraft:light_gray_bed","minecraft:lime_bed","minecraft:magenta_bed","minecraft:orange_bed","minecraft:pink_bed","minecraft:purple_bed","minecraft:red_bed","minecraft:white_bed","minecraft:yellow_bed"],"minecraft:birch_logs":["minecraft:birch_log","minecraft:birch_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood"],"minecraft:boats":["minecraft:acacia_boat","minecraft:birch_boat","minecraft:dark_oak_boat","minecraft:jungle_boat","minecraft:oak_boat","minecraft:spruce_boat"],"minecraft:buttons":["minecraft:acacia_button","minecraft:birch_button","minecraft:crimson_button","minecraft:dark_oak_button","minecraft:jungle_button","minecraft:oak_button","minecraft:polished_blackstone_button","minecraft:spruce_button","minecraft:stone_button","minecraft:warped_button"],"minecraft:candles":["minecraft:black_candle","minecraft:blue_candle","minecraft:brown_candle","minecraft:candle","minecraft:cyan_candle","minecraft:gray_candle","minecraft:green_candle","minecraft:light_blue_candle","minecraft:light_gray_candle","minecraft:lime_candle","minecraft:magenta_candle","minecraft:orange_candle","minecraft:pink_candle","minecraft:purple_candle","minecraft:red_candle","minecraft:white_candle","minecraft:yellow_candle"],"minecraft:carpets":["minecraft:black_carpet","minecraft:blue_carpet","minecraft:brown_carpet","minecraft:cyan_carpet","minecraft:gray_carpet","minecraft:green_carpet","minecraft:light_blue_carpet","minecraft:light_gray_carpet","minecraft:lime_carpet","minecraft:magenta_carpet","minecraft:orange_carpet","minecraft:pink_carpet","minecraft:purple_carpet","minecraft:red_carpet","minecraft:white_carpet","minecraft:yellow_carpet"],"minecraft:cluster_max_harvestables":["minecraft:diamond_pickaxe","minecraft:golden_pickaxe","minecraft:iron_pickaxe","minecraft:netherite_pickaxe","minecraft:stone_pickaxe","minecraft:wooden_pickaxe"],"minecraft:coal_ores":["minecraft:coal_ore","minecraft:deepslate_coal_ore"],"minecraft:coals":["minecraft:charcoal","minecraft:coal"],"minecraft:copper_ores":["minecraft:copper_ore","minecraft:deepslate_copper_ore"],"minecraft:creeper_drop_music_discs":["minecraft:music_disc_11","minecraft:music_disc_13","minecraft:music_disc_blocks","minecraft:music_disc_cat","minecraft:music_disc_chirp","minecraft:music_disc_far","minecraft:music_disc_mall","minecraft:music_disc_mellohi","minecraft:music_disc_stal","minecraft:music_disc_strad","minecraft:music_disc_wait","minecraft:music_disc_ward"],"minecraft:crimson_stems":["minecraft:crimson_hyphae","minecraft:crimson_stem","minecraft:stripped_crimson_hyphae","minecraft:stripped_crimson_stem"],"minecraft:dark_oak_logs":["minecraft:dark_oak_log","minecraft:dark_oak_wood","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood"],"minecraft:diamond_ores":["minecraft:deepslate_diamond_ore","minecraft:diamond_ore"],"minecraft:doors":["minecraft:acacia_door","minecraft:birch_door","minecraft:crimson_door","minecraft:dark_oak_door","minecraft:iron_door","minecraft:jungle_door","minecraft:oak_door","minecraft:spruce_door","minecraft:warped_door"],"minecraft:emerald_ores":["minecraft:deepslate_emerald_ore","minecraft:emerald_ore"],"minecraft:fences":["minecraft:acacia_fence","minecraft:birch_fence","minecraft:crimson_fence","minecraft:dark_oak_fence","minecraft:jungle_fence","minecraft:nether_brick_fence","minecraft:oak_fence","minecraft:spruce_fence","minecraft:warped_fence"],"minecraft:fishes":["minecraft:cod","minecraft:cooked_cod","minecraft:cooked_salmon","minecraft:pufferfish","minecraft:salmon","minecraft:tropical_fish"],"minecraft:flowers":["minecraft:allium","minecraft:azure_bluet","minecraft:blue_orchid","minecraft:cornflower","minecraft:dandelion","minecraft:flowering_azalea","minecraft:flowering_azalea_leaves","minecraft:lilac","minecraft:lily_of_the_valley","minecraft:orange_tulip","minecraft:oxeye_daisy","minecraft:peony","minecraft:pink_tulip","minecraft:poppy","minecraft:red_tulip","minecraft:rose_bush","minecraft:sunflower","minecraft:white_tulip","minecraft:wither_rose"],"minecraft:fox_food":["minecraft:glow_berries","minecraft:sweet_berries"],"minecraft:freeze_immune_wearables":["minecraft:leather_boots","minecraft:leather_chestplate","minecraft:leather_helmet","minecraft:leather_horse_armor","minecraft:leather_leggings"],"minecraft:gold_ores":["minecraft:deepslate_gold_ore","minecraft:gold_ore","minecraft:nether_gold_ore"],"minecraft:ignored_by_piglin_babies":["minecraft:leather"],"minecraft:iron_ores":["minecraft:deepslate_iron_ore","minecraft:iron_ore"],"minecraft:jungle_logs":["minecraft:jungle_log","minecraft:jungle_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood"],"minecraft:lapis_ores":["minecraft:deepslate_lapis_ore","minecraft:lapis_ore"],"minecraft:leaves":["minecraft:acacia_leaves","minecraft:azalea_leaves","minecraft:birch_leaves","minecraft:dark_oak_leaves","minecraft:flowering_azalea_leaves","minecraft:jungle_leaves","minecraft:oak_leaves","minecraft:spruce_leaves"],"minecraft:lectern_books":["minecraft:writable_book","minecraft:written_book"],"minecraft:logs":["minecraft:acacia_log","minecraft:acacia_wood","minecraft:birch_log","minecraft:birch_wood","minecraft:crimson_hyphae","minecraft:crimson_stem","minecraft:dark_oak_log","minecraft:dark_oak_wood","minecraft:jungle_log","minecraft:jungle_wood","minecraft:oak_log","minecraft:oak_wood","minecraft:spruce_log","minecraft:spruce_wood","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood","minecraft:stripped_crimson_hyphae","minecraft:stripped_crimson_stem","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood","minecraft:stripped_warped_hyphae","minecraft:stripped_warped_stem","minecraft:warped_hyphae","minecraft:warped_stem"],"minecraft:logs_that_burn":["minecraft:acacia_log","minecraft:acacia_wood","minecraft:birch_log","minecraft:birch_wood","minecraft:dark_oak_log","minecraft:dark_oak_wood","minecraft:jungle_log","minecraft:jungle_wood","minecraft:oak_log","minecraft:oak_wood","minecraft:spruce_log","minecraft:spruce_wood","minecraft:stripped_acacia_log","minecraft:stripped_acacia_wood","minecraft:stripped_birch_log","minecraft:stripped_birch_wood","minecraft:stripped_dark_oak_log","minecraft:stripped_dark_oak_wood","minecraft:stripped_jungle_log","minecraft:stripped_jungle_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood"],"minecraft:music_discs":["minecraft:music_disc_11","minecraft:music_disc_13","minecraft:music_disc_blocks","minecraft:music_disc_cat","minecraft:music_disc_chirp","minecraft:music_disc_far","minecraft:music_disc_mall","minecraft:music_disc_mellohi","minecraft:music_disc_pigstep","minecraft:music_disc_stal","minecraft:music_disc_strad","minecraft:music_disc_wait","minecraft:music_disc_ward"],"minecraft:non_flammable_wood":["minecraft:crimson_button","minecraft:crimson_door","minecraft:crimson_fence","minecraft:crimson_fence_gate","minecraft:crimson_hyphae","minecraft:crimson_planks","minecraft:crimson_pressure_plate","minecraft:crimson_sign","minecraft:crimson_slab","minecraft:crimson_stairs","minecraft:crimson_stem","minecraft:crimson_trapdoor","minecraft:stripped_crimson_hyphae","minecraft:stripped_crimson_stem","minecraft:stripped_warped_hyphae","minecraft:stripped_warped_stem","minecraft:warped_button","minecraft:warped_door","minecraft:warped_fence","minecraft:warped_fence_gate","minecraft:warped_hyphae","minecraft:warped_planks","minecraft:warped_pressure_plate","minecraft:warped_sign","minecraft:warped_slab","minecraft:warped_stairs","minecraft:warped_stem","minecraft:warped_trapdoor"],"minecraft:oak_logs":["minecraft:oak_log","minecraft:oak_wood","minecraft:stripped_oak_log","minecraft:stripped_oak_wood"],"minecraft:occludes_vibration_signals":["minecraft:black_wool","minecraft:blue_wool","minecraft:brown_wool","minecraft:cyan_wool","minecraft:gray_wool","minecraft:green_wool","minecraft:light_blue_wool","minecraft:light_gray_wool","minecraft:lime_wool","minecraft:magenta_wool","minecraft:orange_wool","minecraft:pink_wool","minecraft:purple_wool","minecraft:red_wool","minecraft:white_wool","minecraft:yellow_wool"],"minecraft:piglin_food":["minecraft:cooked_porkchop","minecraft:porkchop"],"minecraft:piglin_loved":["minecraft:bell","minecraft:clock","minecraft:deepslate_gold_ore","minecraft:enchanted_golden_apple","minecraft:gilded_blackstone","minecraft:glistering_melon_slice","minecraft:gold_block","minecraft:gold_ingot","minecraft:gold_ore","minecraft:golden_apple","minecraft:golden_axe","minecraft:golden_boots","minecraft:golden_carrot","minecraft:golden_chestplate","minecraft:golden_helmet","minecraft:golden_hoe","minecraft:golden_horse_armor","minecraft:golden_leggings","minecraft:golden_pickaxe","minecraft:golden_shovel","minecraft:golden_sword","minecraft:light_weighted_pressure_plate","minecraft:nether_gold_ore","minecraft:raw_gold","minecraft:raw_gold_block"],"minecraft:piglin_repellents":["minecraft:soul_campfire","minecraft:soul_lantern","minecraft:soul_torch"],"minecraft:planks":["minecraft:acacia_planks","minecraft:birch_planks","minecraft:crimson_planks","minecraft:dark_oak_planks","minecraft:jungle_planks","minecraft:oak_planks","minecraft:spruce_planks","minecraft:warped_planks"],"minecraft:rails":["minecraft:activator_rail","minecraft:detector_rail","minecraft:powered_rail","minecraft:rail"],"minecraft:redstone_ores":["minecraft:deepslate_redstone_ore","minecraft:redstone_ore"],"minecraft:sand":["minecraft:red_sand","minecraft:sand"],"minecraft:saplings":["minecraft:acacia_sapling","minecraft:azalea","minecraft:birch_sapling","minecraft:dark_oak_sapling","minecraft:flowering_azalea","minecraft:jungle_sapling","minecraft:oak_sapling","minecraft:spruce_sapling"],"minecraft:signs":["minecraft:acacia_sign","minecraft:birch_sign","minecraft:crimson_sign","minecraft:dark_oak_sign","minecraft:jungle_sign","minecraft:oak_sign","minecraft:spruce_sign","minecraft:warped_sign"],"minecraft:slabs":["minecraft:acacia_slab","minecraft:andesite_slab","minecraft:birch_slab","minecraft:blackstone_slab","minecraft:brick_slab","minecraft:cobbled_deepslate_slab","minecraft:cobblestone_slab","minecraft:crimson_slab","minecraft:cut_copper_slab","minecraft:cut_red_sandstone_slab","minecraft:cut_sandstone_slab","minecraft:dark_oak_slab","minecraft:dark_prismarine_slab","minecraft:deepslate_brick_slab","minecraft:deepslate_tile_slab","minecraft:diorite_slab","minecraft:end_stone_brick_slab","minecraft:exposed_cut_copper_slab","minecraft:granite_slab","minecraft:jungle_slab","minecraft:mossy_cobblestone_slab","minecraft:mossy_stone_brick_slab","minecraft:nether_brick_slab","minecraft:oak_slab","minecraft:oxidized_cut_copper_slab","minecraft:petrified_oak_slab","minecraft:polished_andesite_slab","minecraft:polished_blackstone_brick_slab","minecraft:polished_blackstone_slab","minecraft:polished_deepslate_slab","minecraft:polished_diorite_slab","minecraft:polished_granite_slab","minecraft:prismarine_brick_slab","minecraft:prismarine_slab","minecraft:purpur_slab","minecraft:quartz_slab","minecraft:red_nether_brick_slab","minecraft:red_sandstone_slab","minecraft:sandstone_slab","minecraft:smooth_quartz_slab","minecraft:smooth_red_sandstone_slab","minecraft:smooth_sandstone_slab","minecraft:smooth_stone_slab","minecraft:spruce_slab","minecraft:stone_brick_slab","minecraft:stone_slab","minecraft:warped_slab","minecraft:waxed_cut_copper_slab","minecraft:waxed_exposed_cut_copper_slab","minecraft:waxed_oxidized_cut_copper_slab","minecraft:waxed_weathered_cut_copper_slab","minecraft:weathered_cut_copper_slab"],"minecraft:small_flowers":["minecraft:allium","minecraft:azure_bluet","minecraft:blue_orchid","minecraft:cornflower","minecraft:dandelion","minecraft:lily_of_the_valley","minecraft:orange_tulip","minecraft:oxeye_daisy","minecraft:pink_tulip","minecraft:poppy","minecraft:red_tulip","minecraft:white_tulip","minecraft:wither_rose"],"minecraft:soul_fire_base_blocks":["minecraft:soul_sand","minecraft:soul_soil"],"minecraft:spruce_logs":["minecraft:spruce_log","minecraft:spruce_wood","minecraft:stripped_spruce_log","minecraft:stripped_spruce_wood"],"minecraft:stairs":["minecraft:acacia_stairs","minecraft:andesite_stairs","minecraft:birch_stairs","minecraft:blackstone_stairs","minecraft:brick_stairs","minecraft:cobbled_deepslate_stairs","minecraft:cobblestone_stairs","minecraft:crimson_stairs","minecraft:cut_copper_stairs","minecraft:dark_oak_stairs","minecraft:dark_prismarine_stairs","minecraft:deepslate_brick_stairs","minecraft:deepslate_tile_stairs","minecraft:diorite_stairs","minecraft:end_stone_brick_stairs","minecraft:exposed_cut_copper_stairs","minecraft:granite_stairs","minecraft:jungle_stairs","minecraft:mossy_cobblestone_stairs","minecraft:mossy_stone_brick_stairs","minecraft:nether_brick_stairs","minecraft:oak_stairs","minecraft:oxidized_cut_copper_stairs","minecraft:polished_andesite_stairs","minecraft:polished_blackstone_brick_stairs","minecraft:polished_blackstone_stairs","minecraft:polished_deepslate_stairs","minecraft:polished_diorite_stairs","minecraft:polished_granite_stairs","minecraft:prismarine_brick_stairs","minecraft:prismarine_stairs","minecraft:purpur_stairs","minecraft:quartz_stairs","minecraft:red_nether_brick_stairs","minecraft:red_sandstone_stairs","minecraft:sandstone_stairs","minecraft:smooth_quartz_stairs","minecraft:smooth_red_sandstone_stairs","minecraft:smooth_sandstone_stairs","minecraft:spruce_stairs","minecraft:stone_brick_stairs","minecraft:stone_stairs","minecraft:warped_stairs","minecraft:waxed_cut_copper_stairs","minecraft:waxed_exposed_cut_copper_stairs","minecraft:waxed_oxidized_cut_copper_stairs","minecraft:waxed_weathered_cut_copper_stairs","minecraft:weathered_cut_copper_stairs"],"minecraft:stone_bricks":["minecraft:chiseled_stone_bricks","minecraft:cracked_stone_bricks","minecraft:mossy_stone_bricks","minecraft:stone_bricks"],"minecraft:stone_crafting_materials":["minecraft:blackstone","minecraft:cobbled_deepslate","minecraft:cobblestone"],"minecraft:stone_tool_materials":["minecraft:blackstone","minecraft:cobbled_deepslate","minecraft:cobblestone"],"minecraft:tall_flowers":["minecraft:lilac","minecraft:peony","minecraft:rose_bush","minecraft:sunflower"],"minecraft:trapdoors":["minecraft:acacia_trapdoor","minecraft:birch_trapdoor","minecraft:crimson_trapdoor","minecraft:dark_oak_trapdoor","minecraft:iron_trapdoor","minecraft:jungle_trapdoor","minecraft:oak_trapdoor","minecraft:spruce_trapdoor","minecraft:warped_trapdoor"],"minecraft:walls":["minecraft:andesite_wall","minecraft:blackstone_wall","minecraft:brick_wall","minecraft:cobbled_deepslate_wall","minecraft:cobblestone_wall","minecraft:deepslate_brick_wall","minecraft:deepslate_tile_wall","minecraft:diorite_wall","minecraft:end_stone_brick_wall","minecraft:granite_wall","minecraft:mossy_cobblestone_wall","minecraft:mossy_stone_brick_wall","minecraft:nether_brick_wall","minecraft:polished_blackstone_brick_wall","minecraft:polished_blackstone_wall","minecraft:polished_deepslate_wall","minecraft:prismarine_wall","minecraft:red_nether_brick_wall","minecraft:red_sandstone_wall","minecraft:sandstone_wall","minecraft:stone_brick_wall"],"minecraft:warped_stems":["minecraft:stripped_warped_hyphae","minecraft:stripped_warped_stem","minecraft:warped_hyphae","minecraft:warped_stem"],"minecraft:wooden_buttons":["minecraft:acacia_button","minecraft:birch_button","minecraft:crimson_button","minecraft:dark_oak_button","minecraft:jungle_button","minecraft:oak_button","minecraft:spruce_button","minecraft:warped_button"],"minecraft:wooden_doors":["minecraft:acacia_door","minecraft:birch_door","minecraft:crimson_door","minecraft:dark_oak_door","minecraft:jungle_door","minecraft:oak_door","minecraft:spruce_door","minecraft:warped_door"],"minecraft:wooden_fences":["minecraft:acacia_fence","minecraft:birch_fence","minecraft:crimson_fence","minecraft:dark_oak_fence","minecraft:jungle_fence","minecraft:oak_fence","minecraft:spruce_fence","minecraft:warped_fence"],"minecraft:wooden_pressure_plates":["minecraft:acacia_pressure_plate","minecraft:birch_pressure_plate","minecraft:crimson_pressure_plate","minecraft:dark_oak_pressure_plate","minecraft:jungle_pressure_plate","minecraft:oak_pressure_plate","minecraft:spruce_pressure_plate","minecraft:warped_pressure_plate"],"minecraft:wooden_slabs":["minecraft:acacia_slab","minecraft:birch_slab","minecraft:crimson_slab","minecraft:dark_oak_slab","minecraft:jungle_slab","minecraft:oak_slab","minecraft:spruce_slab","minecraft:warped_slab"],"minecraft:wooden_stairs":["minecraft:acacia_stairs","minecraft:birch_stairs","minecraft:crimson_stairs","minecraft:dark_oak_stairs","minecraft:jungle_stairs","minecraft:oak_stairs","minecraft:spruce_stairs","minecraft:warped_stairs"],"minecraft:wooden_trapdoors":["minecraft:acacia_trapdoor","minecraft:birch_trapdoor","minecraft:crimson_trapdoor","minecraft:dark_oak_trapdoor","minecraft:jungle_trapdoor","minecraft:oak_trapdoor","minecraft:spruce_trapdoor","minecraft:warped_trapdoor"],"minecraft:wool":["minecraft:black_wool","minecraft:blue_wool","minecraft:brown_wool","minecraft:cyan_wool","minecraft:gray_wool","minecraft:green_wool","minecraft:light_blue_wool","minecraft:light_gray_wool","minecraft:lime_wool","minecraft:magenta_wool","minecraft:orange_wool","minecraft:pink_wool","minecraft:purple_wool","minecraft:red_wool","minecraft:white_wool","minecraft:yellow_wool"]}}
+{
+ "biomes": [
+ "minecraft:badlands",
+ "minecraft:badlands_plateau",
+ "minecraft:bamboo_jungle",
+ "minecraft:bamboo_jungle_hills",
+ "minecraft:basalt_deltas",
+ "minecraft:beach",
+ "minecraft:birch_forest",
+ "minecraft:birch_forest_hills",
+ "minecraft:cold_ocean",
+ "minecraft:crimson_forest",
+ "minecraft:dark_forest",
+ "minecraft:dark_forest_hills",
+ "minecraft:deep_cold_ocean",
+ "minecraft:deep_frozen_ocean",
+ "minecraft:deep_lukewarm_ocean",
+ "minecraft:deep_ocean",
+ "minecraft:deep_warm_ocean",
+ "minecraft:desert",
+ "minecraft:desert_hills",
+ "minecraft:desert_lakes",
+ "minecraft:dripstone_caves",
+ "minecraft:end_barrens",
+ "minecraft:end_highlands",
+ "minecraft:end_midlands",
+ "minecraft:eroded_badlands",
+ "minecraft:flower_forest",
+ "minecraft:forest",
+ "minecraft:frozen_ocean",
+ "minecraft:frozen_river",
+ "minecraft:giant_spruce_taiga",
+ "minecraft:giant_spruce_taiga_hills",
+ "minecraft:giant_tree_taiga",
+ "minecraft:giant_tree_taiga_hills",
+ "minecraft:gravelly_mountains",
+ "minecraft:ice_spikes",
+ "minecraft:jungle",
+ "minecraft:jungle_edge",
+ "minecraft:jungle_hills",
+ "minecraft:lukewarm_ocean",
+ "minecraft:lush_caves",
+ "minecraft:modified_badlands_plateau",
+ "minecraft:modified_gravelly_mountains",
+ "minecraft:modified_jungle",
+ "minecraft:modified_jungle_edge",
+ "minecraft:modified_wooded_badlands_plateau",
+ "minecraft:mountain_edge",
+ "minecraft:mountains",
+ "minecraft:mushroom_field_shore",
+ "minecraft:mushroom_fields",
+ "minecraft:nether_wastes",
+ "minecraft:ocean",
+ "minecraft:plains",
+ "minecraft:river",
+ "minecraft:savanna",
+ "minecraft:savanna_plateau",
+ "minecraft:shattered_savanna",
+ "minecraft:shattered_savanna_plateau",
+ "minecraft:small_end_islands",
+ "minecraft:snowy_beach",
+ "minecraft:snowy_mountains",
+ "minecraft:snowy_taiga",
+ "minecraft:snowy_taiga_hills",
+ "minecraft:snowy_taiga_mountains",
+ "minecraft:snowy_tundra",
+ "minecraft:soul_sand_valley",
+ "minecraft:stone_shore",
+ "minecraft:sunflower_plains",
+ "minecraft:swamp",
+ "minecraft:swamp_hills",
+ "minecraft:taiga",
+ "minecraft:taiga_hills",
+ "minecraft:taiga_mountains",
+ "minecraft:tall_birch_forest",
+ "minecraft:tall_birch_hills",
+ "minecraft:the_end",
+ "minecraft:the_void",
+ "minecraft:warm_ocean",
+ "minecraft:warped_forest",
+ "minecraft:wooded_badlands_plateau",
+ "minecraft:wooded_hills",
+ "minecraft:wooded_mountains"
+ ],
+ "blocks": {
+ "minecraft:acacia_button": {
+ "defaultstate": "minecraft:acacia_button[face=wall,facing=north,powered=false]",
+ "properties": {
+ "face": {
+ "type": "enum",
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:acacia_door": {
+ "defaultstate": "minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "upper",
+ "lower"
+ ]
+ },
+ "hinge": {
+ "type": "enum",
+ "values": [
+ "left",
+ "right"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:acacia_fence": {
+ "defaultstate": "minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:acacia_fence_gate": {
+ "defaultstate": "minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "in_wall": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:acacia_leaves": {
+ "defaultstate": "minecraft:acacia_leaves[distance=7,persistent=false]",
+ "properties": {
+ "distance": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ]
+ },
+ "persistent": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:acacia_log": {
+ "defaultstate": "minecraft:acacia_log[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:acacia_planks": {
+ "defaultstate": "minecraft:acacia_planks",
+ "properties": {}
+ },
+ "minecraft:acacia_pressure_plate": {
+ "defaultstate": "minecraft:acacia_pressure_plate[powered=false]",
+ "properties": {
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:acacia_sapling": {
+ "defaultstate": "minecraft:acacia_sapling[stage=0]",
+ "properties": {
+ "stage": {
+ "type": "int",
+ "values": [
+ "0",
+ "1"
+ ]
+ }
+ }
+ },
+ "minecraft:acacia_sign": {
+ "defaultstate": "minecraft:acacia_sign[rotation=0,waterlogged=false]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:acacia_slab": {
+ "defaultstate": "minecraft:acacia_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:acacia_stairs": {
+ "defaultstate": "minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:acacia_trapdoor": {
+ "defaultstate": "minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:acacia_wall_sign": {
+ "defaultstate": "minecraft:acacia_wall_sign[facing=north,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:acacia_wood": {
+ "defaultstate": "minecraft:acacia_wood[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:activator_rail": {
+ "defaultstate": "minecraft:activator_rail[powered=false,shape=north_south,waterlogged=false]",
+ "properties": {
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "north_south",
+ "east_west",
+ "ascending_east",
+ "ascending_west",
+ "ascending_north",
+ "ascending_south"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:air": {
+ "defaultstate": "minecraft:air",
+ "properties": {}
+ },
+ "minecraft:allium": {
+ "defaultstate": "minecraft:allium",
+ "properties": {}
+ },
+ "minecraft:amethyst_block": {
+ "defaultstate": "minecraft:amethyst_block",
+ "properties": {}
+ },
+ "minecraft:amethyst_cluster": {
+ "defaultstate": "minecraft:amethyst_cluster[facing=up,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:ancient_debris": {
+ "defaultstate": "minecraft:ancient_debris",
+ "properties": {}
+ },
+ "minecraft:andesite": {
+ "defaultstate": "minecraft:andesite",
+ "properties": {}
+ },
+ "minecraft:andesite_slab": {
+ "defaultstate": "minecraft:andesite_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:andesite_stairs": {
+ "defaultstate": "minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:andesite_wall": {
+ "defaultstate": "minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:anvil": {
+ "defaultstate": "minecraft:anvil[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:attached_melon_stem": {
+ "defaultstate": "minecraft:attached_melon_stem[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:attached_pumpkin_stem": {
+ "defaultstate": "minecraft:attached_pumpkin_stem[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:azalea": {
+ "defaultstate": "minecraft:azalea",
+ "properties": {}
+ },
+ "minecraft:azalea_leaves": {
+ "defaultstate": "minecraft:azalea_leaves[distance=7,persistent=false]",
+ "properties": {
+ "distance": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ]
+ },
+ "persistent": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:azure_bluet": {
+ "defaultstate": "minecraft:azure_bluet",
+ "properties": {}
+ },
+ "minecraft:bamboo": {
+ "defaultstate": "minecraft:bamboo[age=0,leaves=none,stage=0]",
+ "properties": {
+ "age": {
+ "type": "int",
+ "values": [
+ "0",
+ "1"
+ ]
+ },
+ "leaves": {
+ "type": "enum",
+ "values": [
+ "none",
+ "small",
+ "large"
+ ]
+ },
+ "stage": {
+ "type": "int",
+ "values": [
+ "0",
+ "1"
+ ]
+ }
+ }
+ },
+ "minecraft:bamboo_sapling": {
+ "defaultstate": "minecraft:bamboo_sapling",
+ "properties": {}
+ },
+ "minecraft:barrel": {
+ "defaultstate": "minecraft:barrel[facing=north,open=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:barrier": {
+ "defaultstate": "minecraft:barrier",
+ "properties": {}
+ },
+ "minecraft:basalt": {
+ "defaultstate": "minecraft:basalt[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:beacon": {
+ "defaultstate": "minecraft:beacon",
+ "properties": {}
+ },
+ "minecraft:bedrock": {
+ "defaultstate": "minecraft:bedrock",
+ "properties": {}
+ },
+ "minecraft:bee_nest": {
+ "defaultstate": "minecraft:bee_nest[facing=north,honey_level=0]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "honey_level": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5"
+ ]
+ }
+ }
+ },
+ "minecraft:beehive": {
+ "defaultstate": "minecraft:beehive[facing=north,honey_level=0]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "honey_level": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5"
+ ]
+ }
+ }
+ },
+ "minecraft:beetroots": {
+ "defaultstate": "minecraft:beetroots[age=0]",
+ "properties": {
+ "age": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ]
+ }
+ }
+ },
+ "minecraft:bell": {
+ "defaultstate": "minecraft:bell[attachment=floor,facing=north,powered=false]",
+ "properties": {
+ "attachment": {
+ "type": "enum",
+ "values": [
+ "floor",
+ "ceiling",
+ "single_wall",
+ "double_wall"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:big_dripleaf": {
+ "defaultstate": "minecraft:big_dripleaf[facing=north,tilt=none,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "tilt": {
+ "type": "enum",
+ "values": [
+ "none",
+ "unstable",
+ "partial",
+ "full"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:big_dripleaf_stem": {
+ "defaultstate": "minecraft:big_dripleaf_stem[facing=north,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:birch_button": {
+ "defaultstate": "minecraft:birch_button[face=wall,facing=north,powered=false]",
+ "properties": {
+ "face": {
+ "type": "enum",
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:birch_door": {
+ "defaultstate": "minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "upper",
+ "lower"
+ ]
+ },
+ "hinge": {
+ "type": "enum",
+ "values": [
+ "left",
+ "right"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:birch_fence": {
+ "defaultstate": "minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:birch_fence_gate": {
+ "defaultstate": "minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "in_wall": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:birch_leaves": {
+ "defaultstate": "minecraft:birch_leaves[distance=7,persistent=false]",
+ "properties": {
+ "distance": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ]
+ },
+ "persistent": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:birch_log": {
+ "defaultstate": "minecraft:birch_log[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:birch_planks": {
+ "defaultstate": "minecraft:birch_planks",
+ "properties": {}
+ },
+ "minecraft:birch_pressure_plate": {
+ "defaultstate": "minecraft:birch_pressure_plate[powered=false]",
+ "properties": {
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:birch_sapling": {
+ "defaultstate": "minecraft:birch_sapling[stage=0]",
+ "properties": {
+ "stage": {
+ "type": "int",
+ "values": [
+ "0",
+ "1"
+ ]
+ }
+ }
+ },
+ "minecraft:birch_sign": {
+ "defaultstate": "minecraft:birch_sign[rotation=0,waterlogged=false]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:birch_slab": {
+ "defaultstate": "minecraft:birch_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:birch_stairs": {
+ "defaultstate": "minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:birch_trapdoor": {
+ "defaultstate": "minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:birch_wall_sign": {
+ "defaultstate": "minecraft:birch_wall_sign[facing=north,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:birch_wood": {
+ "defaultstate": "minecraft:birch_wood[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:black_banner": {
+ "defaultstate": "minecraft:black_banner[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:black_bed": {
+ "defaultstate": "minecraft:black_bed[facing=north,occupied=false,part=foot]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "occupied": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "part": {
+ "type": "enum",
+ "values": [
+ "head",
+ "foot"
+ ]
+ }
+ }
+ },
+ "minecraft:black_candle": {
+ "defaultstate": "minecraft:black_candle[candles=1,lit=false,waterlogged=false]",
+ "properties": {
+ "candles": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ]
+ },
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:black_candle_cake": {
+ "defaultstate": "minecraft:black_candle_cake[lit=false]",
+ "properties": {
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:black_carpet": {
+ "defaultstate": "minecraft:black_carpet",
+ "properties": {}
+ },
+ "minecraft:black_concrete": {
+ "defaultstate": "minecraft:black_concrete",
+ "properties": {}
+ },
+ "minecraft:black_concrete_powder": {
+ "defaultstate": "minecraft:black_concrete_powder",
+ "properties": {}
+ },
+ "minecraft:black_glazed_terracotta": {
+ "defaultstate": "minecraft:black_glazed_terracotta[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:black_shulker_box": {
+ "defaultstate": "minecraft:black_shulker_box[facing=up]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:black_stained_glass": {
+ "defaultstate": "minecraft:black_stained_glass",
+ "properties": {}
+ },
+ "minecraft:black_stained_glass_pane": {
+ "defaultstate": "minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:black_terracotta": {
+ "defaultstate": "minecraft:black_terracotta",
+ "properties": {}
+ },
+ "minecraft:black_wall_banner": {
+ "defaultstate": "minecraft:black_wall_banner[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:black_wool": {
+ "defaultstate": "minecraft:black_wool",
+ "properties": {}
+ },
+ "minecraft:blackstone": {
+ "defaultstate": "minecraft:blackstone",
+ "properties": {}
+ },
+ "minecraft:blackstone_slab": {
+ "defaultstate": "minecraft:blackstone_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:blackstone_stairs": {
+ "defaultstate": "minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:blackstone_wall": {
+ "defaultstate": "minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:blast_furnace": {
+ "defaultstate": "minecraft:blast_furnace[facing=north,lit=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:blue_banner": {
+ "defaultstate": "minecraft:blue_banner[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:blue_bed": {
+ "defaultstate": "minecraft:blue_bed[facing=north,occupied=false,part=foot]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "occupied": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "part": {
+ "type": "enum",
+ "values": [
+ "head",
+ "foot"
+ ]
+ }
+ }
+ },
+ "minecraft:blue_candle": {
+ "defaultstate": "minecraft:blue_candle[candles=1,lit=false,waterlogged=false]",
+ "properties": {
+ "candles": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ]
+ },
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:blue_candle_cake": {
+ "defaultstate": "minecraft:blue_candle_cake[lit=false]",
+ "properties": {
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:blue_carpet": {
+ "defaultstate": "minecraft:blue_carpet",
+ "properties": {}
+ },
+ "minecraft:blue_concrete": {
+ "defaultstate": "minecraft:blue_concrete",
+ "properties": {}
+ },
+ "minecraft:blue_concrete_powder": {
+ "defaultstate": "minecraft:blue_concrete_powder",
+ "properties": {}
+ },
+ "minecraft:blue_glazed_terracotta": {
+ "defaultstate": "minecraft:blue_glazed_terracotta[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:blue_ice": {
+ "defaultstate": "minecraft:blue_ice",
+ "properties": {}
+ },
+ "minecraft:blue_orchid": {
+ "defaultstate": "minecraft:blue_orchid",
+ "properties": {}
+ },
+ "minecraft:blue_shulker_box": {
+ "defaultstate": "minecraft:blue_shulker_box[facing=up]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:blue_stained_glass": {
+ "defaultstate": "minecraft:blue_stained_glass",
+ "properties": {}
+ },
+ "minecraft:blue_stained_glass_pane": {
+ "defaultstate": "minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:blue_terracotta": {
+ "defaultstate": "minecraft:blue_terracotta",
+ "properties": {}
+ },
+ "minecraft:blue_wall_banner": {
+ "defaultstate": "minecraft:blue_wall_banner[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:blue_wool": {
+ "defaultstate": "minecraft:blue_wool",
+ "properties": {}
+ },
+ "minecraft:bone_block": {
+ "defaultstate": "minecraft:bone_block[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:bookshelf": {
+ "defaultstate": "minecraft:bookshelf",
+ "properties": {}
+ },
+ "minecraft:brain_coral": {
+ "defaultstate": "minecraft:brain_coral[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:brain_coral_block": {
+ "defaultstate": "minecraft:brain_coral_block",
+ "properties": {}
+ },
+ "minecraft:brain_coral_fan": {
+ "defaultstate": "minecraft:brain_coral_fan[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:brain_coral_wall_fan": {
+ "defaultstate": "minecraft:brain_coral_wall_fan[facing=north,waterlogged=true]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:brewing_stand": {
+ "defaultstate": "minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false]",
+ "properties": {
+ "has_bottle_0": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "has_bottle_1": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "has_bottle_2": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:brick_slab": {
+ "defaultstate": "minecraft:brick_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:brick_stairs": {
+ "defaultstate": "minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:brick_wall": {
+ "defaultstate": "minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:bricks": {
+ "defaultstate": "minecraft:bricks",
+ "properties": {}
+ },
+ "minecraft:brown_banner": {
+ "defaultstate": "minecraft:brown_banner[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:brown_bed": {
+ "defaultstate": "minecraft:brown_bed[facing=north,occupied=false,part=foot]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "occupied": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "part": {
+ "type": "enum",
+ "values": [
+ "head",
+ "foot"
+ ]
+ }
+ }
+ },
+ "minecraft:brown_candle": {
+ "defaultstate": "minecraft:brown_candle[candles=1,lit=false,waterlogged=false]",
+ "properties": {
+ "candles": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ]
+ },
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:brown_candle_cake": {
+ "defaultstate": "minecraft:brown_candle_cake[lit=false]",
+ "properties": {
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:brown_carpet": {
+ "defaultstate": "minecraft:brown_carpet",
+ "properties": {}
+ },
+ "minecraft:brown_concrete": {
+ "defaultstate": "minecraft:brown_concrete",
+ "properties": {}
+ },
+ "minecraft:brown_concrete_powder": {
+ "defaultstate": "minecraft:brown_concrete_powder",
+ "properties": {}
+ },
+ "minecraft:brown_glazed_terracotta": {
+ "defaultstate": "minecraft:brown_glazed_terracotta[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:brown_mushroom": {
+ "defaultstate": "minecraft:brown_mushroom",
+ "properties": {}
+ },
+ "minecraft:brown_mushroom_block": {
+ "defaultstate": "minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]",
+ "properties": {
+ "down": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:brown_shulker_box": {
+ "defaultstate": "minecraft:brown_shulker_box[facing=up]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:brown_stained_glass": {
+ "defaultstate": "minecraft:brown_stained_glass",
+ "properties": {}
+ },
+ "minecraft:brown_stained_glass_pane": {
+ "defaultstate": "minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:brown_terracotta": {
+ "defaultstate": "minecraft:brown_terracotta",
+ "properties": {}
+ },
+ "minecraft:brown_wall_banner": {
+ "defaultstate": "minecraft:brown_wall_banner[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:brown_wool": {
+ "defaultstate": "minecraft:brown_wool",
+ "properties": {}
+ },
+ "minecraft:bubble_column": {
+ "defaultstate": "minecraft:bubble_column[drag=true]",
+ "properties": {
+ "drag": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:bubble_coral": {
+ "defaultstate": "minecraft:bubble_coral[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:bubble_coral_block": {
+ "defaultstate": "minecraft:bubble_coral_block",
+ "properties": {}
+ },
+ "minecraft:bubble_coral_fan": {
+ "defaultstate": "minecraft:bubble_coral_fan[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:bubble_coral_wall_fan": {
+ "defaultstate": "minecraft:bubble_coral_wall_fan[facing=north,waterlogged=true]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:budding_amethyst": {
+ "defaultstate": "minecraft:budding_amethyst",
+ "properties": {}
+ },
+ "minecraft:cactus": {
+ "defaultstate": "minecraft:cactus[age=0]",
+ "properties": {
+ "age": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:cake": {
+ "defaultstate": "minecraft:cake[bites=0]",
+ "properties": {
+ "bites": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6"
+ ]
+ }
+ }
+ },
+ "minecraft:calcite": {
+ "defaultstate": "minecraft:calcite",
+ "properties": {}
+ },
+ "minecraft:campfire": {
+ "defaultstate": "minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "signal_fire": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:candle": {
+ "defaultstate": "minecraft:candle[candles=1,lit=false,waterlogged=false]",
+ "properties": {
+ "candles": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ]
+ },
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:candle_cake": {
+ "defaultstate": "minecraft:candle_cake[lit=false]",
+ "properties": {
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:carrots": {
+ "defaultstate": "minecraft:carrots[age=0]",
+ "properties": {
+ "age": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ]
+ }
+ }
+ },
+ "minecraft:cartography_table": {
+ "defaultstate": "minecraft:cartography_table",
+ "properties": {}
+ },
+ "minecraft:carved_pumpkin": {
+ "defaultstate": "minecraft:carved_pumpkin[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:cauldron": {
+ "defaultstate": "minecraft:cauldron",
+ "properties": {}
+ },
+ "minecraft:cave_air": {
+ "defaultstate": "minecraft:cave_air",
+ "properties": {}
+ },
+ "minecraft:cave_vines": {
+ "defaultstate": "minecraft:cave_vines[age=0,berries=false]",
+ "properties": {
+ "age": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15",
+ "16",
+ "17",
+ "18",
+ "19",
+ "20",
+ "21",
+ "22",
+ "23",
+ "24",
+ "25"
+ ]
+ },
+ "berries": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:cave_vines_plant": {
+ "defaultstate": "minecraft:cave_vines_plant[berries=false]",
+ "properties": {
+ "berries": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:chain": {
+ "defaultstate": "minecraft:chain[axis=y,waterlogged=false]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:chain_command_block": {
+ "defaultstate": "minecraft:chain_command_block[conditional=false,facing=north]",
+ "properties": {
+ "conditional": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:chest": {
+ "defaultstate": "minecraft:chest[facing=north,type=single,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "type": {
+ "type": "enum",
+ "values": [
+ "single",
+ "left",
+ "right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:chipped_anvil": {
+ "defaultstate": "minecraft:chipped_anvil[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:chiseled_deepslate": {
+ "defaultstate": "minecraft:chiseled_deepslate",
+ "properties": {}
+ },
+ "minecraft:chiseled_nether_bricks": {
+ "defaultstate": "minecraft:chiseled_nether_bricks",
+ "properties": {}
+ },
+ "minecraft:chiseled_polished_blackstone": {
+ "defaultstate": "minecraft:chiseled_polished_blackstone",
+ "properties": {}
+ },
+ "minecraft:chiseled_quartz_block": {
+ "defaultstate": "minecraft:chiseled_quartz_block",
+ "properties": {}
+ },
+ "minecraft:chiseled_red_sandstone": {
+ "defaultstate": "minecraft:chiseled_red_sandstone",
+ "properties": {}
+ },
+ "minecraft:chiseled_sandstone": {
+ "defaultstate": "minecraft:chiseled_sandstone",
+ "properties": {}
+ },
+ "minecraft:chiseled_stone_bricks": {
+ "defaultstate": "minecraft:chiseled_stone_bricks",
+ "properties": {}
+ },
+ "minecraft:chorus_flower": {
+ "defaultstate": "minecraft:chorus_flower[age=0]",
+ "properties": {
+ "age": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5"
+ ]
+ }
+ }
+ },
+ "minecraft:chorus_plant": {
+ "defaultstate": "minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false]",
+ "properties": {
+ "down": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:clay": {
+ "defaultstate": "minecraft:clay",
+ "properties": {}
+ },
+ "minecraft:coal_block": {
+ "defaultstate": "minecraft:coal_block",
+ "properties": {}
+ },
+ "minecraft:coal_ore": {
+ "defaultstate": "minecraft:coal_ore",
+ "properties": {}
+ },
+ "minecraft:coarse_dirt": {
+ "defaultstate": "minecraft:coarse_dirt",
+ "properties": {}
+ },
+ "minecraft:cobbled_deepslate": {
+ "defaultstate": "minecraft:cobbled_deepslate",
+ "properties": {}
+ },
+ "minecraft:cobbled_deepslate_slab": {
+ "defaultstate": "minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:cobbled_deepslate_stairs": {
+ "defaultstate": "minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:cobbled_deepslate_wall": {
+ "defaultstate": "minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:cobblestone": {
+ "defaultstate": "minecraft:cobblestone",
+ "properties": {}
+ },
+ "minecraft:cobblestone_slab": {
+ "defaultstate": "minecraft:cobblestone_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:cobblestone_stairs": {
+ "defaultstate": "minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:cobblestone_wall": {
+ "defaultstate": "minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:cobweb": {
+ "defaultstate": "minecraft:cobweb",
+ "properties": {}
+ },
+ "minecraft:cocoa": {
+ "defaultstate": "minecraft:cocoa[age=0,facing=north]",
+ "properties": {
+ "age": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:command_block": {
+ "defaultstate": "minecraft:command_block[conditional=false,facing=north]",
+ "properties": {
+ "conditional": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:comparator": {
+ "defaultstate": "minecraft:comparator[facing=north,mode=compare,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "mode": {
+ "type": "enum",
+ "values": [
+ "compare",
+ "subtract"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:composter": {
+ "defaultstate": "minecraft:composter[level=0]",
+ "properties": {
+ "level": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8"
+ ]
+ }
+ }
+ },
+ "minecraft:conduit": {
+ "defaultstate": "minecraft:conduit[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:copper_block": {
+ "defaultstate": "minecraft:copper_block",
+ "properties": {}
+ },
+ "minecraft:copper_ore": {
+ "defaultstate": "minecraft:copper_ore",
+ "properties": {}
+ },
+ "minecraft:cornflower": {
+ "defaultstate": "minecraft:cornflower",
+ "properties": {}
+ },
+ "minecraft:cracked_deepslate_bricks": {
+ "defaultstate": "minecraft:cracked_deepslate_bricks",
+ "properties": {}
+ },
+ "minecraft:cracked_deepslate_tiles": {
+ "defaultstate": "minecraft:cracked_deepslate_tiles",
+ "properties": {}
+ },
+ "minecraft:cracked_nether_bricks": {
+ "defaultstate": "minecraft:cracked_nether_bricks",
+ "properties": {}
+ },
+ "minecraft:cracked_polished_blackstone_bricks": {
+ "defaultstate": "minecraft:cracked_polished_blackstone_bricks",
+ "properties": {}
+ },
+ "minecraft:cracked_stone_bricks": {
+ "defaultstate": "minecraft:cracked_stone_bricks",
+ "properties": {}
+ },
+ "minecraft:crafting_table": {
+ "defaultstate": "minecraft:crafting_table",
+ "properties": {}
+ },
+ "minecraft:creeper_head": {
+ "defaultstate": "minecraft:creeper_head[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:creeper_wall_head": {
+ "defaultstate": "minecraft:creeper_wall_head[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:crimson_button": {
+ "defaultstate": "minecraft:crimson_button[face=wall,facing=north,powered=false]",
+ "properties": {
+ "face": {
+ "type": "enum",
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:crimson_door": {
+ "defaultstate": "minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "upper",
+ "lower"
+ ]
+ },
+ "hinge": {
+ "type": "enum",
+ "values": [
+ "left",
+ "right"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:crimson_fence": {
+ "defaultstate": "minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:crimson_fence_gate": {
+ "defaultstate": "minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "in_wall": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:crimson_fungus": {
+ "defaultstate": "minecraft:crimson_fungus",
+ "properties": {}
+ },
+ "minecraft:crimson_hyphae": {
+ "defaultstate": "minecraft:crimson_hyphae[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:crimson_nylium": {
+ "defaultstate": "minecraft:crimson_nylium",
+ "properties": {}
+ },
+ "minecraft:crimson_planks": {
+ "defaultstate": "minecraft:crimson_planks",
+ "properties": {}
+ },
+ "minecraft:crimson_pressure_plate": {
+ "defaultstate": "minecraft:crimson_pressure_plate[powered=false]",
+ "properties": {
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:crimson_roots": {
+ "defaultstate": "minecraft:crimson_roots",
+ "properties": {}
+ },
+ "minecraft:crimson_sign": {
+ "defaultstate": "minecraft:crimson_sign[rotation=0,waterlogged=false]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:crimson_slab": {
+ "defaultstate": "minecraft:crimson_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:crimson_stairs": {
+ "defaultstate": "minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:crimson_stem": {
+ "defaultstate": "minecraft:crimson_stem[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:crimson_trapdoor": {
+ "defaultstate": "minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:crimson_wall_sign": {
+ "defaultstate": "minecraft:crimson_wall_sign[facing=north,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:crying_obsidian": {
+ "defaultstate": "minecraft:crying_obsidian",
+ "properties": {}
+ },
+ "minecraft:cut_copper": {
+ "defaultstate": "minecraft:cut_copper",
+ "properties": {}
+ },
+ "minecraft:cut_copper_slab": {
+ "defaultstate": "minecraft:cut_copper_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:cut_copper_stairs": {
+ "defaultstate": "minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:cut_red_sandstone": {
+ "defaultstate": "minecraft:cut_red_sandstone",
+ "properties": {}
+ },
+ "minecraft:cut_red_sandstone_slab": {
+ "defaultstate": "minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:cut_sandstone": {
+ "defaultstate": "minecraft:cut_sandstone",
+ "properties": {}
+ },
+ "minecraft:cut_sandstone_slab": {
+ "defaultstate": "minecraft:cut_sandstone_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:cyan_banner": {
+ "defaultstate": "minecraft:cyan_banner[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:cyan_bed": {
+ "defaultstate": "minecraft:cyan_bed[facing=north,occupied=false,part=foot]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "occupied": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "part": {
+ "type": "enum",
+ "values": [
+ "head",
+ "foot"
+ ]
+ }
+ }
+ },
+ "minecraft:cyan_candle": {
+ "defaultstate": "minecraft:cyan_candle[candles=1,lit=false,waterlogged=false]",
+ "properties": {
+ "candles": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ]
+ },
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:cyan_candle_cake": {
+ "defaultstate": "minecraft:cyan_candle_cake[lit=false]",
+ "properties": {
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:cyan_carpet": {
+ "defaultstate": "minecraft:cyan_carpet",
+ "properties": {}
+ },
+ "minecraft:cyan_concrete": {
+ "defaultstate": "minecraft:cyan_concrete",
+ "properties": {}
+ },
+ "minecraft:cyan_concrete_powder": {
+ "defaultstate": "minecraft:cyan_concrete_powder",
+ "properties": {}
+ },
+ "minecraft:cyan_glazed_terracotta": {
+ "defaultstate": "minecraft:cyan_glazed_terracotta[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:cyan_shulker_box": {
+ "defaultstate": "minecraft:cyan_shulker_box[facing=up]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:cyan_stained_glass": {
+ "defaultstate": "minecraft:cyan_stained_glass",
+ "properties": {}
+ },
+ "minecraft:cyan_stained_glass_pane": {
+ "defaultstate": "minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:cyan_terracotta": {
+ "defaultstate": "minecraft:cyan_terracotta",
+ "properties": {}
+ },
+ "minecraft:cyan_wall_banner": {
+ "defaultstate": "minecraft:cyan_wall_banner[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:cyan_wool": {
+ "defaultstate": "minecraft:cyan_wool",
+ "properties": {}
+ },
+ "minecraft:damaged_anvil": {
+ "defaultstate": "minecraft:damaged_anvil[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:dandelion": {
+ "defaultstate": "minecraft:dandelion",
+ "properties": {}
+ },
+ "minecraft:dark_oak_button": {
+ "defaultstate": "minecraft:dark_oak_button[face=wall,facing=north,powered=false]",
+ "properties": {
+ "face": {
+ "type": "enum",
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dark_oak_door": {
+ "defaultstate": "minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "upper",
+ "lower"
+ ]
+ },
+ "hinge": {
+ "type": "enum",
+ "values": [
+ "left",
+ "right"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dark_oak_fence": {
+ "defaultstate": "minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dark_oak_fence_gate": {
+ "defaultstate": "minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "in_wall": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dark_oak_leaves": {
+ "defaultstate": "minecraft:dark_oak_leaves[distance=7,persistent=false]",
+ "properties": {
+ "distance": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ]
+ },
+ "persistent": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dark_oak_log": {
+ "defaultstate": "minecraft:dark_oak_log[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:dark_oak_planks": {
+ "defaultstate": "minecraft:dark_oak_planks",
+ "properties": {}
+ },
+ "minecraft:dark_oak_pressure_plate": {
+ "defaultstate": "minecraft:dark_oak_pressure_plate[powered=false]",
+ "properties": {
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dark_oak_sapling": {
+ "defaultstate": "minecraft:dark_oak_sapling[stage=0]",
+ "properties": {
+ "stage": {
+ "type": "int",
+ "values": [
+ "0",
+ "1"
+ ]
+ }
+ }
+ },
+ "minecraft:dark_oak_sign": {
+ "defaultstate": "minecraft:dark_oak_sign[rotation=0,waterlogged=false]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dark_oak_slab": {
+ "defaultstate": "minecraft:dark_oak_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dark_oak_stairs": {
+ "defaultstate": "minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dark_oak_trapdoor": {
+ "defaultstate": "minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dark_oak_wall_sign": {
+ "defaultstate": "minecraft:dark_oak_wall_sign[facing=north,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dark_oak_wood": {
+ "defaultstate": "minecraft:dark_oak_wood[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:dark_prismarine": {
+ "defaultstate": "minecraft:dark_prismarine",
+ "properties": {}
+ },
+ "minecraft:dark_prismarine_slab": {
+ "defaultstate": "minecraft:dark_prismarine_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dark_prismarine_stairs": {
+ "defaultstate": "minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:daylight_detector": {
+ "defaultstate": "minecraft:daylight_detector[inverted=false,power=0]",
+ "properties": {
+ "inverted": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "power": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:dead_brain_coral": {
+ "defaultstate": "minecraft:dead_brain_coral[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dead_brain_coral_block": {
+ "defaultstate": "minecraft:dead_brain_coral_block",
+ "properties": {}
+ },
+ "minecraft:dead_brain_coral_fan": {
+ "defaultstate": "minecraft:dead_brain_coral_fan[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dead_brain_coral_wall_fan": {
+ "defaultstate": "minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=true]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dead_bubble_coral": {
+ "defaultstate": "minecraft:dead_bubble_coral[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dead_bubble_coral_block": {
+ "defaultstate": "minecraft:dead_bubble_coral_block",
+ "properties": {}
+ },
+ "minecraft:dead_bubble_coral_fan": {
+ "defaultstate": "minecraft:dead_bubble_coral_fan[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dead_bubble_coral_wall_fan": {
+ "defaultstate": "minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=true]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dead_bush": {
+ "defaultstate": "minecraft:dead_bush",
+ "properties": {}
+ },
+ "minecraft:dead_fire_coral": {
+ "defaultstate": "minecraft:dead_fire_coral[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dead_fire_coral_block": {
+ "defaultstate": "minecraft:dead_fire_coral_block",
+ "properties": {}
+ },
+ "minecraft:dead_fire_coral_fan": {
+ "defaultstate": "minecraft:dead_fire_coral_fan[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dead_fire_coral_wall_fan": {
+ "defaultstate": "minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=true]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dead_horn_coral": {
+ "defaultstate": "minecraft:dead_horn_coral[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dead_horn_coral_block": {
+ "defaultstate": "minecraft:dead_horn_coral_block",
+ "properties": {}
+ },
+ "minecraft:dead_horn_coral_fan": {
+ "defaultstate": "minecraft:dead_horn_coral_fan[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dead_horn_coral_wall_fan": {
+ "defaultstate": "minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=true]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dead_tube_coral": {
+ "defaultstate": "minecraft:dead_tube_coral[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dead_tube_coral_block": {
+ "defaultstate": "minecraft:dead_tube_coral_block",
+ "properties": {}
+ },
+ "minecraft:dead_tube_coral_fan": {
+ "defaultstate": "minecraft:dead_tube_coral_fan[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dead_tube_coral_wall_fan": {
+ "defaultstate": "minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=true]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:deepslate": {
+ "defaultstate": "minecraft:deepslate[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:deepslate_brick_slab": {
+ "defaultstate": "minecraft:deepslate_brick_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:deepslate_brick_stairs": {
+ "defaultstate": "minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:deepslate_brick_wall": {
+ "defaultstate": "minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:deepslate_bricks": {
+ "defaultstate": "minecraft:deepslate_bricks",
+ "properties": {}
+ },
+ "minecraft:deepslate_coal_ore": {
+ "defaultstate": "minecraft:deepslate_coal_ore",
+ "properties": {}
+ },
+ "minecraft:deepslate_copper_ore": {
+ "defaultstate": "minecraft:deepslate_copper_ore",
+ "properties": {}
+ },
+ "minecraft:deepslate_diamond_ore": {
+ "defaultstate": "minecraft:deepslate_diamond_ore",
+ "properties": {}
+ },
+ "minecraft:deepslate_emerald_ore": {
+ "defaultstate": "minecraft:deepslate_emerald_ore",
+ "properties": {}
+ },
+ "minecraft:deepslate_gold_ore": {
+ "defaultstate": "minecraft:deepslate_gold_ore",
+ "properties": {}
+ },
+ "minecraft:deepslate_iron_ore": {
+ "defaultstate": "minecraft:deepslate_iron_ore",
+ "properties": {}
+ },
+ "minecraft:deepslate_lapis_ore": {
+ "defaultstate": "minecraft:deepslate_lapis_ore",
+ "properties": {}
+ },
+ "minecraft:deepslate_redstone_ore": {
+ "defaultstate": "minecraft:deepslate_redstone_ore[lit=false]",
+ "properties": {
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:deepslate_tile_slab": {
+ "defaultstate": "minecraft:deepslate_tile_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:deepslate_tile_stairs": {
+ "defaultstate": "minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:deepslate_tile_wall": {
+ "defaultstate": "minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:deepslate_tiles": {
+ "defaultstate": "minecraft:deepslate_tiles",
+ "properties": {}
+ },
+ "minecraft:detector_rail": {
+ "defaultstate": "minecraft:detector_rail[powered=false,shape=north_south,waterlogged=false]",
+ "properties": {
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "north_south",
+ "east_west",
+ "ascending_east",
+ "ascending_west",
+ "ascending_north",
+ "ascending_south"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:diamond_block": {
+ "defaultstate": "minecraft:diamond_block",
+ "properties": {}
+ },
+ "minecraft:diamond_ore": {
+ "defaultstate": "minecraft:diamond_ore",
+ "properties": {}
+ },
+ "minecraft:diorite": {
+ "defaultstate": "minecraft:diorite",
+ "properties": {}
+ },
+ "minecraft:diorite_slab": {
+ "defaultstate": "minecraft:diorite_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:diorite_stairs": {
+ "defaultstate": "minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:diorite_wall": {
+ "defaultstate": "minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:dirt": {
+ "defaultstate": "minecraft:dirt",
+ "properties": {}
+ },
+ "minecraft:dirt_path": {
+ "defaultstate": "minecraft:dirt_path",
+ "properties": {}
+ },
+ "minecraft:dispenser": {
+ "defaultstate": "minecraft:dispenser[facing=north,triggered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ },
+ "triggered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:dragon_egg": {
+ "defaultstate": "minecraft:dragon_egg",
+ "properties": {}
+ },
+ "minecraft:dragon_head": {
+ "defaultstate": "minecraft:dragon_head[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:dragon_wall_head": {
+ "defaultstate": "minecraft:dragon_wall_head[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:dried_kelp_block": {
+ "defaultstate": "minecraft:dried_kelp_block",
+ "properties": {}
+ },
+ "minecraft:dripstone_block": {
+ "defaultstate": "minecraft:dripstone_block",
+ "properties": {}
+ },
+ "minecraft:dropper": {
+ "defaultstate": "minecraft:dropper[facing=north,triggered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ },
+ "triggered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:emerald_block": {
+ "defaultstate": "minecraft:emerald_block",
+ "properties": {}
+ },
+ "minecraft:emerald_ore": {
+ "defaultstate": "minecraft:emerald_ore",
+ "properties": {}
+ },
+ "minecraft:enchanting_table": {
+ "defaultstate": "minecraft:enchanting_table",
+ "properties": {}
+ },
+ "minecraft:end_gateway": {
+ "defaultstate": "minecraft:end_gateway",
+ "properties": {}
+ },
+ "minecraft:end_portal": {
+ "defaultstate": "minecraft:end_portal",
+ "properties": {}
+ },
+ "minecraft:end_portal_frame": {
+ "defaultstate": "minecraft:end_portal_frame[eye=false,facing=north]",
+ "properties": {
+ "eye": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:end_rod": {
+ "defaultstate": "minecraft:end_rod[facing=up]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:end_stone": {
+ "defaultstate": "minecraft:end_stone",
+ "properties": {}
+ },
+ "minecraft:end_stone_brick_slab": {
+ "defaultstate": "minecraft:end_stone_brick_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:end_stone_brick_stairs": {
+ "defaultstate": "minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:end_stone_brick_wall": {
+ "defaultstate": "minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:end_stone_bricks": {
+ "defaultstate": "minecraft:end_stone_bricks",
+ "properties": {}
+ },
+ "minecraft:ender_chest": {
+ "defaultstate": "minecraft:ender_chest[facing=north,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:exposed_copper": {
+ "defaultstate": "minecraft:exposed_copper",
+ "properties": {}
+ },
+ "minecraft:exposed_cut_copper": {
+ "defaultstate": "minecraft:exposed_cut_copper",
+ "properties": {}
+ },
+ "minecraft:exposed_cut_copper_slab": {
+ "defaultstate": "minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:exposed_cut_copper_stairs": {
+ "defaultstate": "minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:farmland": {
+ "defaultstate": "minecraft:farmland[moisture=0]",
+ "properties": {
+ "moisture": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ]
+ }
+ }
+ },
+ "minecraft:fern": {
+ "defaultstate": "minecraft:fern",
+ "properties": {}
+ },
+ "minecraft:fire": {
+ "defaultstate": "minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false]",
+ "properties": {
+ "age": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ },
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:fire_coral": {
+ "defaultstate": "minecraft:fire_coral[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:fire_coral_block": {
+ "defaultstate": "minecraft:fire_coral_block",
+ "properties": {}
+ },
+ "minecraft:fire_coral_fan": {
+ "defaultstate": "minecraft:fire_coral_fan[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:fire_coral_wall_fan": {
+ "defaultstate": "minecraft:fire_coral_wall_fan[facing=north,waterlogged=true]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:fletching_table": {
+ "defaultstate": "minecraft:fletching_table",
+ "properties": {}
+ },
+ "minecraft:flower_pot": {
+ "defaultstate": "minecraft:flower_pot",
+ "properties": {}
+ },
+ "minecraft:flowering_azalea": {
+ "defaultstate": "minecraft:flowering_azalea",
+ "properties": {}
+ },
+ "minecraft:flowering_azalea_leaves": {
+ "defaultstate": "minecraft:flowering_azalea_leaves[distance=7,persistent=false]",
+ "properties": {
+ "distance": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ]
+ },
+ "persistent": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:frosted_ice": {
+ "defaultstate": "minecraft:frosted_ice[age=0]",
+ "properties": {
+ "age": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ]
+ }
+ }
+ },
+ "minecraft:furnace": {
+ "defaultstate": "minecraft:furnace[facing=north,lit=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:gilded_blackstone": {
+ "defaultstate": "minecraft:gilded_blackstone",
+ "properties": {}
+ },
+ "minecraft:glass": {
+ "defaultstate": "minecraft:glass",
+ "properties": {}
+ },
+ "minecraft:glass_pane": {
+ "defaultstate": "minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:glow_lichen": {
+ "defaultstate": "minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=false]",
+ "properties": {
+ "down": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:glowstone": {
+ "defaultstate": "minecraft:glowstone",
+ "properties": {}
+ },
+ "minecraft:gold_block": {
+ "defaultstate": "minecraft:gold_block",
+ "properties": {}
+ },
+ "minecraft:gold_ore": {
+ "defaultstate": "minecraft:gold_ore",
+ "properties": {}
+ },
+ "minecraft:granite": {
+ "defaultstate": "minecraft:granite",
+ "properties": {}
+ },
+ "minecraft:granite_slab": {
+ "defaultstate": "minecraft:granite_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:granite_stairs": {
+ "defaultstate": "minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:granite_wall": {
+ "defaultstate": "minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:grass": {
+ "defaultstate": "minecraft:grass",
+ "properties": {}
+ },
+ "minecraft:grass_block": {
+ "defaultstate": "minecraft:grass_block[snowy=false]",
+ "properties": {
+ "snowy": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:gravel": {
+ "defaultstate": "minecraft:gravel",
+ "properties": {}
+ },
+ "minecraft:gray_banner": {
+ "defaultstate": "minecraft:gray_banner[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:gray_bed": {
+ "defaultstate": "minecraft:gray_bed[facing=north,occupied=false,part=foot]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "occupied": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "part": {
+ "type": "enum",
+ "values": [
+ "head",
+ "foot"
+ ]
+ }
+ }
+ },
+ "minecraft:gray_candle": {
+ "defaultstate": "minecraft:gray_candle[candles=1,lit=false,waterlogged=false]",
+ "properties": {
+ "candles": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ]
+ },
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:gray_candle_cake": {
+ "defaultstate": "minecraft:gray_candle_cake[lit=false]",
+ "properties": {
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:gray_carpet": {
+ "defaultstate": "minecraft:gray_carpet",
+ "properties": {}
+ },
+ "minecraft:gray_concrete": {
+ "defaultstate": "minecraft:gray_concrete",
+ "properties": {}
+ },
+ "minecraft:gray_concrete_powder": {
+ "defaultstate": "minecraft:gray_concrete_powder",
+ "properties": {}
+ },
+ "minecraft:gray_glazed_terracotta": {
+ "defaultstate": "minecraft:gray_glazed_terracotta[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:gray_shulker_box": {
+ "defaultstate": "minecraft:gray_shulker_box[facing=up]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:gray_stained_glass": {
+ "defaultstate": "minecraft:gray_stained_glass",
+ "properties": {}
+ },
+ "minecraft:gray_stained_glass_pane": {
+ "defaultstate": "minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:gray_terracotta": {
+ "defaultstate": "minecraft:gray_terracotta",
+ "properties": {}
+ },
+ "minecraft:gray_wall_banner": {
+ "defaultstate": "minecraft:gray_wall_banner[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:gray_wool": {
+ "defaultstate": "minecraft:gray_wool",
+ "properties": {}
+ },
+ "minecraft:green_banner": {
+ "defaultstate": "minecraft:green_banner[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:green_bed": {
+ "defaultstate": "minecraft:green_bed[facing=north,occupied=false,part=foot]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "occupied": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "part": {
+ "type": "enum",
+ "values": [
+ "head",
+ "foot"
+ ]
+ }
+ }
+ },
+ "minecraft:green_candle": {
+ "defaultstate": "minecraft:green_candle[candles=1,lit=false,waterlogged=false]",
+ "properties": {
+ "candles": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ]
+ },
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:green_candle_cake": {
+ "defaultstate": "minecraft:green_candle_cake[lit=false]",
+ "properties": {
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:green_carpet": {
+ "defaultstate": "minecraft:green_carpet",
+ "properties": {}
+ },
+ "minecraft:green_concrete": {
+ "defaultstate": "minecraft:green_concrete",
+ "properties": {}
+ },
+ "minecraft:green_concrete_powder": {
+ "defaultstate": "minecraft:green_concrete_powder",
+ "properties": {}
+ },
+ "minecraft:green_glazed_terracotta": {
+ "defaultstate": "minecraft:green_glazed_terracotta[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:green_shulker_box": {
+ "defaultstate": "minecraft:green_shulker_box[facing=up]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:green_stained_glass": {
+ "defaultstate": "minecraft:green_stained_glass",
+ "properties": {}
+ },
+ "minecraft:green_stained_glass_pane": {
+ "defaultstate": "minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:green_terracotta": {
+ "defaultstate": "minecraft:green_terracotta",
+ "properties": {}
+ },
+ "minecraft:green_wall_banner": {
+ "defaultstate": "minecraft:green_wall_banner[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:green_wool": {
+ "defaultstate": "minecraft:green_wool",
+ "properties": {}
+ },
+ "minecraft:grindstone": {
+ "defaultstate": "minecraft:grindstone[face=wall,facing=north]",
+ "properties": {
+ "face": {
+ "type": "enum",
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:hanging_roots": {
+ "defaultstate": "minecraft:hanging_roots[waterlogged=false]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:hay_block": {
+ "defaultstate": "minecraft:hay_block[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:heavy_weighted_pressure_plate": {
+ "defaultstate": "minecraft:heavy_weighted_pressure_plate[power=0]",
+ "properties": {
+ "power": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:honey_block": {
+ "defaultstate": "minecraft:honey_block",
+ "properties": {}
+ },
+ "minecraft:honeycomb_block": {
+ "defaultstate": "minecraft:honeycomb_block",
+ "properties": {}
+ },
+ "minecraft:hopper": {
+ "defaultstate": "minecraft:hopper[enabled=true,facing=down]",
+ "properties": {
+ "enabled": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "down",
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:horn_coral": {
+ "defaultstate": "minecraft:horn_coral[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:horn_coral_block": {
+ "defaultstate": "minecraft:horn_coral_block",
+ "properties": {}
+ },
+ "minecraft:horn_coral_fan": {
+ "defaultstate": "minecraft:horn_coral_fan[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:horn_coral_wall_fan": {
+ "defaultstate": "minecraft:horn_coral_wall_fan[facing=north,waterlogged=true]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:ice": {
+ "defaultstate": "minecraft:ice",
+ "properties": {}
+ },
+ "minecraft:infested_chiseled_stone_bricks": {
+ "defaultstate": "minecraft:infested_chiseled_stone_bricks",
+ "properties": {}
+ },
+ "minecraft:infested_cobblestone": {
+ "defaultstate": "minecraft:infested_cobblestone",
+ "properties": {}
+ },
+ "minecraft:infested_cracked_stone_bricks": {
+ "defaultstate": "minecraft:infested_cracked_stone_bricks",
+ "properties": {}
+ },
+ "minecraft:infested_deepslate": {
+ "defaultstate": "minecraft:infested_deepslate[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:infested_mossy_stone_bricks": {
+ "defaultstate": "minecraft:infested_mossy_stone_bricks",
+ "properties": {}
+ },
+ "minecraft:infested_stone": {
+ "defaultstate": "minecraft:infested_stone",
+ "properties": {}
+ },
+ "minecraft:infested_stone_bricks": {
+ "defaultstate": "minecraft:infested_stone_bricks",
+ "properties": {}
+ },
+ "minecraft:iron_bars": {
+ "defaultstate": "minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:iron_block": {
+ "defaultstate": "minecraft:iron_block",
+ "properties": {}
+ },
+ "minecraft:iron_door": {
+ "defaultstate": "minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "upper",
+ "lower"
+ ]
+ },
+ "hinge": {
+ "type": "enum",
+ "values": [
+ "left",
+ "right"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:iron_ore": {
+ "defaultstate": "minecraft:iron_ore",
+ "properties": {}
+ },
+ "minecraft:iron_trapdoor": {
+ "defaultstate": "minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:jack_o_lantern": {
+ "defaultstate": "minecraft:jack_o_lantern[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:jigsaw": {
+ "defaultstate": "minecraft:jigsaw[orientation=north_up]",
+ "properties": {
+ "orientation": {
+ "type": "enum",
+ "values": [
+ "down_east",
+ "down_north",
+ "down_south",
+ "down_west",
+ "up_east",
+ "up_north",
+ "up_south",
+ "up_west",
+ "west_up",
+ "east_up",
+ "north_up",
+ "south_up"
+ ]
+ }
+ }
+ },
+ "minecraft:jukebox": {
+ "defaultstate": "minecraft:jukebox[has_record=false]",
+ "properties": {
+ "has_record": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:jungle_button": {
+ "defaultstate": "minecraft:jungle_button[face=wall,facing=north,powered=false]",
+ "properties": {
+ "face": {
+ "type": "enum",
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:jungle_door": {
+ "defaultstate": "minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "upper",
+ "lower"
+ ]
+ },
+ "hinge": {
+ "type": "enum",
+ "values": [
+ "left",
+ "right"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:jungle_fence": {
+ "defaultstate": "minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:jungle_fence_gate": {
+ "defaultstate": "minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "in_wall": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:jungle_leaves": {
+ "defaultstate": "minecraft:jungle_leaves[distance=7,persistent=false]",
+ "properties": {
+ "distance": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ]
+ },
+ "persistent": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:jungle_log": {
+ "defaultstate": "minecraft:jungle_log[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:jungle_planks": {
+ "defaultstate": "minecraft:jungle_planks",
+ "properties": {}
+ },
+ "minecraft:jungle_pressure_plate": {
+ "defaultstate": "minecraft:jungle_pressure_plate[powered=false]",
+ "properties": {
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:jungle_sapling": {
+ "defaultstate": "minecraft:jungle_sapling[stage=0]",
+ "properties": {
+ "stage": {
+ "type": "int",
+ "values": [
+ "0",
+ "1"
+ ]
+ }
+ }
+ },
+ "minecraft:jungle_sign": {
+ "defaultstate": "minecraft:jungle_sign[rotation=0,waterlogged=false]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:jungle_slab": {
+ "defaultstate": "minecraft:jungle_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:jungle_stairs": {
+ "defaultstate": "minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:jungle_trapdoor": {
+ "defaultstate": "minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:jungle_wall_sign": {
+ "defaultstate": "minecraft:jungle_wall_sign[facing=north,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:jungle_wood": {
+ "defaultstate": "minecraft:jungle_wood[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:kelp": {
+ "defaultstate": "minecraft:kelp[age=0]",
+ "properties": {
+ "age": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15",
+ "16",
+ "17",
+ "18",
+ "19",
+ "20",
+ "21",
+ "22",
+ "23",
+ "24",
+ "25"
+ ]
+ }
+ }
+ },
+ "minecraft:kelp_plant": {
+ "defaultstate": "minecraft:kelp_plant",
+ "properties": {}
+ },
+ "minecraft:ladder": {
+ "defaultstate": "minecraft:ladder[facing=north,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:lantern": {
+ "defaultstate": "minecraft:lantern[hanging=false,waterlogged=false]",
+ "properties": {
+ "hanging": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:lapis_block": {
+ "defaultstate": "minecraft:lapis_block",
+ "properties": {}
+ },
+ "minecraft:lapis_ore": {
+ "defaultstate": "minecraft:lapis_ore",
+ "properties": {}
+ },
+ "minecraft:large_amethyst_bud": {
+ "defaultstate": "minecraft:large_amethyst_bud[facing=up,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:large_fern": {
+ "defaultstate": "minecraft:large_fern[half=lower]",
+ "properties": {
+ "half": {
+ "type": "enum",
+ "values": [
+ "upper",
+ "lower"
+ ]
+ }
+ }
+ },
+ "minecraft:lava": {
+ "defaultstate": "minecraft:lava[level=0]",
+ "properties": {
+ "level": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:lava_cauldron": {
+ "defaultstate": "minecraft:lava_cauldron",
+ "properties": {}
+ },
+ "minecraft:lectern": {
+ "defaultstate": "minecraft:lectern[facing=north,has_book=false,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "has_book": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:lever": {
+ "defaultstate": "minecraft:lever[face=wall,facing=north,powered=false]",
+ "properties": {
+ "face": {
+ "type": "enum",
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:light": {
+ "defaultstate": "minecraft:light[level=15,waterlogged=false]",
+ "properties": {
+ "level": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:light_blue_banner": {
+ "defaultstate": "minecraft:light_blue_banner[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:light_blue_bed": {
+ "defaultstate": "minecraft:light_blue_bed[facing=north,occupied=false,part=foot]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "occupied": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "part": {
+ "type": "enum",
+ "values": [
+ "head",
+ "foot"
+ ]
+ }
+ }
+ },
+ "minecraft:light_blue_candle": {
+ "defaultstate": "minecraft:light_blue_candle[candles=1,lit=false,waterlogged=false]",
+ "properties": {
+ "candles": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ]
+ },
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:light_blue_candle_cake": {
+ "defaultstate": "minecraft:light_blue_candle_cake[lit=false]",
+ "properties": {
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:light_blue_carpet": {
+ "defaultstate": "minecraft:light_blue_carpet",
+ "properties": {}
+ },
+ "minecraft:light_blue_concrete": {
+ "defaultstate": "minecraft:light_blue_concrete",
+ "properties": {}
+ },
+ "minecraft:light_blue_concrete_powder": {
+ "defaultstate": "minecraft:light_blue_concrete_powder",
+ "properties": {}
+ },
+ "minecraft:light_blue_glazed_terracotta": {
+ "defaultstate": "minecraft:light_blue_glazed_terracotta[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:light_blue_shulker_box": {
+ "defaultstate": "minecraft:light_blue_shulker_box[facing=up]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:light_blue_stained_glass": {
+ "defaultstate": "minecraft:light_blue_stained_glass",
+ "properties": {}
+ },
+ "minecraft:light_blue_stained_glass_pane": {
+ "defaultstate": "minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:light_blue_terracotta": {
+ "defaultstate": "minecraft:light_blue_terracotta",
+ "properties": {}
+ },
+ "minecraft:light_blue_wall_banner": {
+ "defaultstate": "minecraft:light_blue_wall_banner[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:light_blue_wool": {
+ "defaultstate": "minecraft:light_blue_wool",
+ "properties": {}
+ },
+ "minecraft:light_gray_banner": {
+ "defaultstate": "minecraft:light_gray_banner[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:light_gray_bed": {
+ "defaultstate": "minecraft:light_gray_bed[facing=north,occupied=false,part=foot]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "occupied": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "part": {
+ "type": "enum",
+ "values": [
+ "head",
+ "foot"
+ ]
+ }
+ }
+ },
+ "minecraft:light_gray_candle": {
+ "defaultstate": "minecraft:light_gray_candle[candles=1,lit=false,waterlogged=false]",
+ "properties": {
+ "candles": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ]
+ },
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:light_gray_candle_cake": {
+ "defaultstate": "minecraft:light_gray_candle_cake[lit=false]",
+ "properties": {
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:light_gray_carpet": {
+ "defaultstate": "minecraft:light_gray_carpet",
+ "properties": {}
+ },
+ "minecraft:light_gray_concrete": {
+ "defaultstate": "minecraft:light_gray_concrete",
+ "properties": {}
+ },
+ "minecraft:light_gray_concrete_powder": {
+ "defaultstate": "minecraft:light_gray_concrete_powder",
+ "properties": {}
+ },
+ "minecraft:light_gray_glazed_terracotta": {
+ "defaultstate": "minecraft:light_gray_glazed_terracotta[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:light_gray_shulker_box": {
+ "defaultstate": "minecraft:light_gray_shulker_box[facing=up]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:light_gray_stained_glass": {
+ "defaultstate": "minecraft:light_gray_stained_glass",
+ "properties": {}
+ },
+ "minecraft:light_gray_stained_glass_pane": {
+ "defaultstate": "minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:light_gray_terracotta": {
+ "defaultstate": "minecraft:light_gray_terracotta",
+ "properties": {}
+ },
+ "minecraft:light_gray_wall_banner": {
+ "defaultstate": "minecraft:light_gray_wall_banner[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:light_gray_wool": {
+ "defaultstate": "minecraft:light_gray_wool",
+ "properties": {}
+ },
+ "minecraft:light_weighted_pressure_plate": {
+ "defaultstate": "minecraft:light_weighted_pressure_plate[power=0]",
+ "properties": {
+ "power": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:lightning_rod": {
+ "defaultstate": "minecraft:lightning_rod[facing=up,powered=false,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:lilac": {
+ "defaultstate": "minecraft:lilac[half=lower]",
+ "properties": {
+ "half": {
+ "type": "enum",
+ "values": [
+ "upper",
+ "lower"
+ ]
+ }
+ }
+ },
+ "minecraft:lily_of_the_valley": {
+ "defaultstate": "minecraft:lily_of_the_valley",
+ "properties": {}
+ },
+ "minecraft:lily_pad": {
+ "defaultstate": "minecraft:lily_pad",
+ "properties": {}
+ },
+ "minecraft:lime_banner": {
+ "defaultstate": "minecraft:lime_banner[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:lime_bed": {
+ "defaultstate": "minecraft:lime_bed[facing=north,occupied=false,part=foot]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "occupied": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "part": {
+ "type": "enum",
+ "values": [
+ "head",
+ "foot"
+ ]
+ }
+ }
+ },
+ "minecraft:lime_candle": {
+ "defaultstate": "minecraft:lime_candle[candles=1,lit=false,waterlogged=false]",
+ "properties": {
+ "candles": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ]
+ },
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:lime_candle_cake": {
+ "defaultstate": "minecraft:lime_candle_cake[lit=false]",
+ "properties": {
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:lime_carpet": {
+ "defaultstate": "minecraft:lime_carpet",
+ "properties": {}
+ },
+ "minecraft:lime_concrete": {
+ "defaultstate": "minecraft:lime_concrete",
+ "properties": {}
+ },
+ "minecraft:lime_concrete_powder": {
+ "defaultstate": "minecraft:lime_concrete_powder",
+ "properties": {}
+ },
+ "minecraft:lime_glazed_terracotta": {
+ "defaultstate": "minecraft:lime_glazed_terracotta[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:lime_shulker_box": {
+ "defaultstate": "minecraft:lime_shulker_box[facing=up]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:lime_stained_glass": {
+ "defaultstate": "minecraft:lime_stained_glass",
+ "properties": {}
+ },
+ "minecraft:lime_stained_glass_pane": {
+ "defaultstate": "minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:lime_terracotta": {
+ "defaultstate": "minecraft:lime_terracotta",
+ "properties": {}
+ },
+ "minecraft:lime_wall_banner": {
+ "defaultstate": "minecraft:lime_wall_banner[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:lime_wool": {
+ "defaultstate": "minecraft:lime_wool",
+ "properties": {}
+ },
+ "minecraft:lodestone": {
+ "defaultstate": "minecraft:lodestone",
+ "properties": {}
+ },
+ "minecraft:loom": {
+ "defaultstate": "minecraft:loom[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:magenta_banner": {
+ "defaultstate": "minecraft:magenta_banner[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:magenta_bed": {
+ "defaultstate": "minecraft:magenta_bed[facing=north,occupied=false,part=foot]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "occupied": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "part": {
+ "type": "enum",
+ "values": [
+ "head",
+ "foot"
+ ]
+ }
+ }
+ },
+ "minecraft:magenta_candle": {
+ "defaultstate": "minecraft:magenta_candle[candles=1,lit=false,waterlogged=false]",
+ "properties": {
+ "candles": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ]
+ },
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:magenta_candle_cake": {
+ "defaultstate": "minecraft:magenta_candle_cake[lit=false]",
+ "properties": {
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:magenta_carpet": {
+ "defaultstate": "minecraft:magenta_carpet",
+ "properties": {}
+ },
+ "minecraft:magenta_concrete": {
+ "defaultstate": "minecraft:magenta_concrete",
+ "properties": {}
+ },
+ "minecraft:magenta_concrete_powder": {
+ "defaultstate": "minecraft:magenta_concrete_powder",
+ "properties": {}
+ },
+ "minecraft:magenta_glazed_terracotta": {
+ "defaultstate": "minecraft:magenta_glazed_terracotta[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:magenta_shulker_box": {
+ "defaultstate": "minecraft:magenta_shulker_box[facing=up]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:magenta_stained_glass": {
+ "defaultstate": "minecraft:magenta_stained_glass",
+ "properties": {}
+ },
+ "minecraft:magenta_stained_glass_pane": {
+ "defaultstate": "minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:magenta_terracotta": {
+ "defaultstate": "minecraft:magenta_terracotta",
+ "properties": {}
+ },
+ "minecraft:magenta_wall_banner": {
+ "defaultstate": "minecraft:magenta_wall_banner[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:magenta_wool": {
+ "defaultstate": "minecraft:magenta_wool",
+ "properties": {}
+ },
+ "minecraft:magma_block": {
+ "defaultstate": "minecraft:magma_block",
+ "properties": {}
+ },
+ "minecraft:medium_amethyst_bud": {
+ "defaultstate": "minecraft:medium_amethyst_bud[facing=up,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:melon": {
+ "defaultstate": "minecraft:melon",
+ "properties": {}
+ },
+ "minecraft:melon_stem": {
+ "defaultstate": "minecraft:melon_stem[age=0]",
+ "properties": {
+ "age": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ]
+ }
+ }
+ },
+ "minecraft:moss_block": {
+ "defaultstate": "minecraft:moss_block",
+ "properties": {}
+ },
+ "minecraft:moss_carpet": {
+ "defaultstate": "minecraft:moss_carpet",
+ "properties": {}
+ },
+ "minecraft:mossy_cobblestone": {
+ "defaultstate": "minecraft:mossy_cobblestone",
+ "properties": {}
+ },
+ "minecraft:mossy_cobblestone_slab": {
+ "defaultstate": "minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:mossy_cobblestone_stairs": {
+ "defaultstate": "minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:mossy_cobblestone_wall": {
+ "defaultstate": "minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:mossy_stone_brick_slab": {
+ "defaultstate": "minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:mossy_stone_brick_stairs": {
+ "defaultstate": "minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:mossy_stone_brick_wall": {
+ "defaultstate": "minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:mossy_stone_bricks": {
+ "defaultstate": "minecraft:mossy_stone_bricks",
+ "properties": {}
+ },
+ "minecraft:moving_piston": {
+ "defaultstate": "minecraft:moving_piston[facing=north,type=normal]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ },
+ "type": {
+ "type": "enum",
+ "values": [
+ "normal",
+ "sticky"
+ ]
+ }
+ }
+ },
+ "minecraft:mushroom_stem": {
+ "defaultstate": "minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=true]",
+ "properties": {
+ "down": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:mycelium": {
+ "defaultstate": "minecraft:mycelium[snowy=false]",
+ "properties": {
+ "snowy": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:nether_brick_fence": {
+ "defaultstate": "minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:nether_brick_slab": {
+ "defaultstate": "minecraft:nether_brick_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:nether_brick_stairs": {
+ "defaultstate": "minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:nether_brick_wall": {
+ "defaultstate": "minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:nether_bricks": {
+ "defaultstate": "minecraft:nether_bricks",
+ "properties": {}
+ },
+ "minecraft:nether_gold_ore": {
+ "defaultstate": "minecraft:nether_gold_ore",
+ "properties": {}
+ },
+ "minecraft:nether_portal": {
+ "defaultstate": "minecraft:nether_portal[axis=x]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:nether_quartz_ore": {
+ "defaultstate": "minecraft:nether_quartz_ore",
+ "properties": {}
+ },
+ "minecraft:nether_sprouts": {
+ "defaultstate": "minecraft:nether_sprouts",
+ "properties": {}
+ },
+ "minecraft:nether_wart": {
+ "defaultstate": "minecraft:nether_wart[age=0]",
+ "properties": {
+ "age": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ]
+ }
+ }
+ },
+ "minecraft:nether_wart_block": {
+ "defaultstate": "minecraft:nether_wart_block",
+ "properties": {}
+ },
+ "minecraft:netherite_block": {
+ "defaultstate": "minecraft:netherite_block",
+ "properties": {}
+ },
+ "minecraft:netherrack": {
+ "defaultstate": "minecraft:netherrack",
+ "properties": {}
+ },
+ "minecraft:note_block": {
+ "defaultstate": "minecraft:note_block[instrument=harp,note=0,powered=false]",
+ "properties": {
+ "instrument": {
+ "type": "enum",
+ "values": [
+ "harp",
+ "basedrum",
+ "snare",
+ "hat",
+ "bass",
+ "flute",
+ "bell",
+ "guitar",
+ "chime",
+ "xylophone",
+ "iron_xylophone",
+ "cow_bell",
+ "didgeridoo",
+ "bit",
+ "banjo",
+ "pling"
+ ]
+ },
+ "note": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15",
+ "16",
+ "17",
+ "18",
+ "19",
+ "20",
+ "21",
+ "22",
+ "23",
+ "24"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:oak_button": {
+ "defaultstate": "minecraft:oak_button[face=wall,facing=north,powered=false]",
+ "properties": {
+ "face": {
+ "type": "enum",
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:oak_door": {
+ "defaultstate": "minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "upper",
+ "lower"
+ ]
+ },
+ "hinge": {
+ "type": "enum",
+ "values": [
+ "left",
+ "right"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:oak_fence": {
+ "defaultstate": "minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:oak_fence_gate": {
+ "defaultstate": "minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "in_wall": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:oak_leaves": {
+ "defaultstate": "minecraft:oak_leaves[distance=7,persistent=false]",
+ "properties": {
+ "distance": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ]
+ },
+ "persistent": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:oak_log": {
+ "defaultstate": "minecraft:oak_log[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:oak_planks": {
+ "defaultstate": "minecraft:oak_planks",
+ "properties": {}
+ },
+ "minecraft:oak_pressure_plate": {
+ "defaultstate": "minecraft:oak_pressure_plate[powered=false]",
+ "properties": {
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:oak_sapling": {
+ "defaultstate": "minecraft:oak_sapling[stage=0]",
+ "properties": {
+ "stage": {
+ "type": "int",
+ "values": [
+ "0",
+ "1"
+ ]
+ }
+ }
+ },
+ "minecraft:oak_sign": {
+ "defaultstate": "minecraft:oak_sign[rotation=0,waterlogged=false]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:oak_slab": {
+ "defaultstate": "minecraft:oak_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:oak_stairs": {
+ "defaultstate": "minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:oak_trapdoor": {
+ "defaultstate": "minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:oak_wall_sign": {
+ "defaultstate": "minecraft:oak_wall_sign[facing=north,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:oak_wood": {
+ "defaultstate": "minecraft:oak_wood[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:observer": {
+ "defaultstate": "minecraft:observer[facing=south,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:obsidian": {
+ "defaultstate": "minecraft:obsidian",
+ "properties": {}
+ },
+ "minecraft:orange_banner": {
+ "defaultstate": "minecraft:orange_banner[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:orange_bed": {
+ "defaultstate": "minecraft:orange_bed[facing=north,occupied=false,part=foot]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "occupied": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "part": {
+ "type": "enum",
+ "values": [
+ "head",
+ "foot"
+ ]
+ }
+ }
+ },
+ "minecraft:orange_candle": {
+ "defaultstate": "minecraft:orange_candle[candles=1,lit=false,waterlogged=false]",
+ "properties": {
+ "candles": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ]
+ },
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:orange_candle_cake": {
+ "defaultstate": "minecraft:orange_candle_cake[lit=false]",
+ "properties": {
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:orange_carpet": {
+ "defaultstate": "minecraft:orange_carpet",
+ "properties": {}
+ },
+ "minecraft:orange_concrete": {
+ "defaultstate": "minecraft:orange_concrete",
+ "properties": {}
+ },
+ "minecraft:orange_concrete_powder": {
+ "defaultstate": "minecraft:orange_concrete_powder",
+ "properties": {}
+ },
+ "minecraft:orange_glazed_terracotta": {
+ "defaultstate": "minecraft:orange_glazed_terracotta[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:orange_shulker_box": {
+ "defaultstate": "minecraft:orange_shulker_box[facing=up]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:orange_stained_glass": {
+ "defaultstate": "minecraft:orange_stained_glass",
+ "properties": {}
+ },
+ "minecraft:orange_stained_glass_pane": {
+ "defaultstate": "minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:orange_terracotta": {
+ "defaultstate": "minecraft:orange_terracotta",
+ "properties": {}
+ },
+ "minecraft:orange_tulip": {
+ "defaultstate": "minecraft:orange_tulip",
+ "properties": {}
+ },
+ "minecraft:orange_wall_banner": {
+ "defaultstate": "minecraft:orange_wall_banner[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:orange_wool": {
+ "defaultstate": "minecraft:orange_wool",
+ "properties": {}
+ },
+ "minecraft:oxeye_daisy": {
+ "defaultstate": "minecraft:oxeye_daisy",
+ "properties": {}
+ },
+ "minecraft:oxidized_copper": {
+ "defaultstate": "minecraft:oxidized_copper",
+ "properties": {}
+ },
+ "minecraft:oxidized_cut_copper": {
+ "defaultstate": "minecraft:oxidized_cut_copper",
+ "properties": {}
+ },
+ "minecraft:oxidized_cut_copper_slab": {
+ "defaultstate": "minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:oxidized_cut_copper_stairs": {
+ "defaultstate": "minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:packed_ice": {
+ "defaultstate": "minecraft:packed_ice",
+ "properties": {}
+ },
+ "minecraft:peony": {
+ "defaultstate": "minecraft:peony[half=lower]",
+ "properties": {
+ "half": {
+ "type": "enum",
+ "values": [
+ "upper",
+ "lower"
+ ]
+ }
+ }
+ },
+ "minecraft:petrified_oak_slab": {
+ "defaultstate": "minecraft:petrified_oak_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:pink_banner": {
+ "defaultstate": "minecraft:pink_banner[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:pink_bed": {
+ "defaultstate": "minecraft:pink_bed[facing=north,occupied=false,part=foot]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "occupied": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "part": {
+ "type": "enum",
+ "values": [
+ "head",
+ "foot"
+ ]
+ }
+ }
+ },
+ "minecraft:pink_candle": {
+ "defaultstate": "minecraft:pink_candle[candles=1,lit=false,waterlogged=false]",
+ "properties": {
+ "candles": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ]
+ },
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:pink_candle_cake": {
+ "defaultstate": "minecraft:pink_candle_cake[lit=false]",
+ "properties": {
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:pink_carpet": {
+ "defaultstate": "minecraft:pink_carpet",
+ "properties": {}
+ },
+ "minecraft:pink_concrete": {
+ "defaultstate": "minecraft:pink_concrete",
+ "properties": {}
+ },
+ "minecraft:pink_concrete_powder": {
+ "defaultstate": "minecraft:pink_concrete_powder",
+ "properties": {}
+ },
+ "minecraft:pink_glazed_terracotta": {
+ "defaultstate": "minecraft:pink_glazed_terracotta[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:pink_shulker_box": {
+ "defaultstate": "minecraft:pink_shulker_box[facing=up]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:pink_stained_glass": {
+ "defaultstate": "minecraft:pink_stained_glass",
+ "properties": {}
+ },
+ "minecraft:pink_stained_glass_pane": {
+ "defaultstate": "minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:pink_terracotta": {
+ "defaultstate": "minecraft:pink_terracotta",
+ "properties": {}
+ },
+ "minecraft:pink_tulip": {
+ "defaultstate": "minecraft:pink_tulip",
+ "properties": {}
+ },
+ "minecraft:pink_wall_banner": {
+ "defaultstate": "minecraft:pink_wall_banner[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:pink_wool": {
+ "defaultstate": "minecraft:pink_wool",
+ "properties": {}
+ },
+ "minecraft:piston": {
+ "defaultstate": "minecraft:piston[extended=false,facing=north]",
+ "properties": {
+ "extended": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:piston_head": {
+ "defaultstate": "minecraft:piston_head[facing=north,short=false,type=normal]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ },
+ "short": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "type": {
+ "type": "enum",
+ "values": [
+ "normal",
+ "sticky"
+ ]
+ }
+ }
+ },
+ "minecraft:player_head": {
+ "defaultstate": "minecraft:player_head[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:player_wall_head": {
+ "defaultstate": "minecraft:player_wall_head[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:podzol": {
+ "defaultstate": "minecraft:podzol[snowy=false]",
+ "properties": {
+ "snowy": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:pointed_dripstone": {
+ "defaultstate": "minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=false]",
+ "properties": {
+ "thickness": {
+ "type": "enum",
+ "values": [
+ "tip_merge",
+ "tip",
+ "frustum",
+ "middle",
+ "base"
+ ]
+ },
+ "vertical_direction": {
+ "type": "direction",
+ "values": [
+ "up",
+ "down"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:polished_andesite": {
+ "defaultstate": "minecraft:polished_andesite",
+ "properties": {}
+ },
+ "minecraft:polished_andesite_slab": {
+ "defaultstate": "minecraft:polished_andesite_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:polished_andesite_stairs": {
+ "defaultstate": "minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:polished_basalt": {
+ "defaultstate": "minecraft:polished_basalt[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:polished_blackstone": {
+ "defaultstate": "minecraft:polished_blackstone",
+ "properties": {}
+ },
+ "minecraft:polished_blackstone_brick_slab": {
+ "defaultstate": "minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:polished_blackstone_brick_stairs": {
+ "defaultstate": "minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:polished_blackstone_brick_wall": {
+ "defaultstate": "minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:polished_blackstone_bricks": {
+ "defaultstate": "minecraft:polished_blackstone_bricks",
+ "properties": {}
+ },
+ "minecraft:polished_blackstone_button": {
+ "defaultstate": "minecraft:polished_blackstone_button[face=wall,facing=north,powered=false]",
+ "properties": {
+ "face": {
+ "type": "enum",
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:polished_blackstone_pressure_plate": {
+ "defaultstate": "minecraft:polished_blackstone_pressure_plate[powered=false]",
+ "properties": {
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:polished_blackstone_slab": {
+ "defaultstate": "minecraft:polished_blackstone_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:polished_blackstone_stairs": {
+ "defaultstate": "minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:polished_blackstone_wall": {
+ "defaultstate": "minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:polished_deepslate": {
+ "defaultstate": "minecraft:polished_deepslate",
+ "properties": {}
+ },
+ "minecraft:polished_deepslate_slab": {
+ "defaultstate": "minecraft:polished_deepslate_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:polished_deepslate_stairs": {
+ "defaultstate": "minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:polished_deepslate_wall": {
+ "defaultstate": "minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:polished_diorite": {
+ "defaultstate": "minecraft:polished_diorite",
+ "properties": {}
+ },
+ "minecraft:polished_diorite_slab": {
+ "defaultstate": "minecraft:polished_diorite_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:polished_diorite_stairs": {
+ "defaultstate": "minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:polished_granite": {
+ "defaultstate": "minecraft:polished_granite",
+ "properties": {}
+ },
+ "minecraft:polished_granite_slab": {
+ "defaultstate": "minecraft:polished_granite_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:polished_granite_stairs": {
+ "defaultstate": "minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:poppy": {
+ "defaultstate": "minecraft:poppy",
+ "properties": {}
+ },
+ "minecraft:potatoes": {
+ "defaultstate": "minecraft:potatoes[age=0]",
+ "properties": {
+ "age": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ]
+ }
+ }
+ },
+ "minecraft:potted_acacia_sapling": {
+ "defaultstate": "minecraft:potted_acacia_sapling",
+ "properties": {}
+ },
+ "minecraft:potted_allium": {
+ "defaultstate": "minecraft:potted_allium",
+ "properties": {}
+ },
+ "minecraft:potted_azalea_bush": {
+ "defaultstate": "minecraft:potted_azalea_bush",
+ "properties": {}
+ },
+ "minecraft:potted_azure_bluet": {
+ "defaultstate": "minecraft:potted_azure_bluet",
+ "properties": {}
+ },
+ "minecraft:potted_bamboo": {
+ "defaultstate": "minecraft:potted_bamboo",
+ "properties": {}
+ },
+ "minecraft:potted_birch_sapling": {
+ "defaultstate": "minecraft:potted_birch_sapling",
+ "properties": {}
+ },
+ "minecraft:potted_blue_orchid": {
+ "defaultstate": "minecraft:potted_blue_orchid",
+ "properties": {}
+ },
+ "minecraft:potted_brown_mushroom": {
+ "defaultstate": "minecraft:potted_brown_mushroom",
+ "properties": {}
+ },
+ "minecraft:potted_cactus": {
+ "defaultstate": "minecraft:potted_cactus",
+ "properties": {}
+ },
+ "minecraft:potted_cornflower": {
+ "defaultstate": "minecraft:potted_cornflower",
+ "properties": {}
+ },
+ "minecraft:potted_crimson_fungus": {
+ "defaultstate": "minecraft:potted_crimson_fungus",
+ "properties": {}
+ },
+ "minecraft:potted_crimson_roots": {
+ "defaultstate": "minecraft:potted_crimson_roots",
+ "properties": {}
+ },
+ "minecraft:potted_dandelion": {
+ "defaultstate": "minecraft:potted_dandelion",
+ "properties": {}
+ },
+ "minecraft:potted_dark_oak_sapling": {
+ "defaultstate": "minecraft:potted_dark_oak_sapling",
+ "properties": {}
+ },
+ "minecraft:potted_dead_bush": {
+ "defaultstate": "minecraft:potted_dead_bush",
+ "properties": {}
+ },
+ "minecraft:potted_fern": {
+ "defaultstate": "minecraft:potted_fern",
+ "properties": {}
+ },
+ "minecraft:potted_flowering_azalea_bush": {
+ "defaultstate": "minecraft:potted_flowering_azalea_bush",
+ "properties": {}
+ },
+ "minecraft:potted_jungle_sapling": {
+ "defaultstate": "minecraft:potted_jungle_sapling",
+ "properties": {}
+ },
+ "minecraft:potted_lily_of_the_valley": {
+ "defaultstate": "minecraft:potted_lily_of_the_valley",
+ "properties": {}
+ },
+ "minecraft:potted_oak_sapling": {
+ "defaultstate": "minecraft:potted_oak_sapling",
+ "properties": {}
+ },
+ "minecraft:potted_orange_tulip": {
+ "defaultstate": "minecraft:potted_orange_tulip",
+ "properties": {}
+ },
+ "minecraft:potted_oxeye_daisy": {
+ "defaultstate": "minecraft:potted_oxeye_daisy",
+ "properties": {}
+ },
+ "minecraft:potted_pink_tulip": {
+ "defaultstate": "minecraft:potted_pink_tulip",
+ "properties": {}
+ },
+ "minecraft:potted_poppy": {
+ "defaultstate": "minecraft:potted_poppy",
+ "properties": {}
+ },
+ "minecraft:potted_red_mushroom": {
+ "defaultstate": "minecraft:potted_red_mushroom",
+ "properties": {}
+ },
+ "minecraft:potted_red_tulip": {
+ "defaultstate": "minecraft:potted_red_tulip",
+ "properties": {}
+ },
+ "minecraft:potted_spruce_sapling": {
+ "defaultstate": "minecraft:potted_spruce_sapling",
+ "properties": {}
+ },
+ "minecraft:potted_warped_fungus": {
+ "defaultstate": "minecraft:potted_warped_fungus",
+ "properties": {}
+ },
+ "minecraft:potted_warped_roots": {
+ "defaultstate": "minecraft:potted_warped_roots",
+ "properties": {}
+ },
+ "minecraft:potted_white_tulip": {
+ "defaultstate": "minecraft:potted_white_tulip",
+ "properties": {}
+ },
+ "minecraft:potted_wither_rose": {
+ "defaultstate": "minecraft:potted_wither_rose",
+ "properties": {}
+ },
+ "minecraft:powder_snow": {
+ "defaultstate": "minecraft:powder_snow",
+ "properties": {}
+ },
+ "minecraft:powder_snow_cauldron": {
+ "defaultstate": "minecraft:powder_snow_cauldron[level=1]",
+ "properties": {
+ "level": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3"
+ ]
+ }
+ }
+ },
+ "minecraft:powered_rail": {
+ "defaultstate": "minecraft:powered_rail[powered=false,shape=north_south,waterlogged=false]",
+ "properties": {
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "north_south",
+ "east_west",
+ "ascending_east",
+ "ascending_west",
+ "ascending_north",
+ "ascending_south"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:prismarine": {
+ "defaultstate": "minecraft:prismarine",
+ "properties": {}
+ },
+ "minecraft:prismarine_brick_slab": {
+ "defaultstate": "minecraft:prismarine_brick_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:prismarine_brick_stairs": {
+ "defaultstate": "minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:prismarine_bricks": {
+ "defaultstate": "minecraft:prismarine_bricks",
+ "properties": {}
+ },
+ "minecraft:prismarine_slab": {
+ "defaultstate": "minecraft:prismarine_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:prismarine_stairs": {
+ "defaultstate": "minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:prismarine_wall": {
+ "defaultstate": "minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:pumpkin": {
+ "defaultstate": "minecraft:pumpkin",
+ "properties": {}
+ },
+ "minecraft:pumpkin_stem": {
+ "defaultstate": "minecraft:pumpkin_stem[age=0]",
+ "properties": {
+ "age": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ]
+ }
+ }
+ },
+ "minecraft:purple_banner": {
+ "defaultstate": "minecraft:purple_banner[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:purple_bed": {
+ "defaultstate": "minecraft:purple_bed[facing=north,occupied=false,part=foot]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "occupied": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "part": {
+ "type": "enum",
+ "values": [
+ "head",
+ "foot"
+ ]
+ }
+ }
+ },
+ "minecraft:purple_candle": {
+ "defaultstate": "minecraft:purple_candle[candles=1,lit=false,waterlogged=false]",
+ "properties": {
+ "candles": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ]
+ },
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:purple_candle_cake": {
+ "defaultstate": "minecraft:purple_candle_cake[lit=false]",
+ "properties": {
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:purple_carpet": {
+ "defaultstate": "minecraft:purple_carpet",
+ "properties": {}
+ },
+ "minecraft:purple_concrete": {
+ "defaultstate": "minecraft:purple_concrete",
+ "properties": {}
+ },
+ "minecraft:purple_concrete_powder": {
+ "defaultstate": "minecraft:purple_concrete_powder",
+ "properties": {}
+ },
+ "minecraft:purple_glazed_terracotta": {
+ "defaultstate": "minecraft:purple_glazed_terracotta[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:purple_shulker_box": {
+ "defaultstate": "minecraft:purple_shulker_box[facing=up]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:purple_stained_glass": {
+ "defaultstate": "minecraft:purple_stained_glass",
+ "properties": {}
+ },
+ "minecraft:purple_stained_glass_pane": {
+ "defaultstate": "minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:purple_terracotta": {
+ "defaultstate": "minecraft:purple_terracotta",
+ "properties": {}
+ },
+ "minecraft:purple_wall_banner": {
+ "defaultstate": "minecraft:purple_wall_banner[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:purple_wool": {
+ "defaultstate": "minecraft:purple_wool",
+ "properties": {}
+ },
+ "minecraft:purpur_block": {
+ "defaultstate": "minecraft:purpur_block",
+ "properties": {}
+ },
+ "minecraft:purpur_pillar": {
+ "defaultstate": "minecraft:purpur_pillar[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:purpur_slab": {
+ "defaultstate": "minecraft:purpur_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:purpur_stairs": {
+ "defaultstate": "minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:quartz_block": {
+ "defaultstate": "minecraft:quartz_block",
+ "properties": {}
+ },
+ "minecraft:quartz_bricks": {
+ "defaultstate": "minecraft:quartz_bricks",
+ "properties": {}
+ },
+ "minecraft:quartz_pillar": {
+ "defaultstate": "minecraft:quartz_pillar[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:quartz_slab": {
+ "defaultstate": "minecraft:quartz_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:quartz_stairs": {
+ "defaultstate": "minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:rail": {
+ "defaultstate": "minecraft:rail[shape=north_south,waterlogged=false]",
+ "properties": {
+ "shape": {
+ "type": "enum",
+ "values": [
+ "north_south",
+ "east_west",
+ "ascending_east",
+ "ascending_west",
+ "ascending_north",
+ "ascending_south",
+ "south_east",
+ "south_west",
+ "north_west",
+ "north_east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:raw_copper_block": {
+ "defaultstate": "minecraft:raw_copper_block",
+ "properties": {}
+ },
+ "minecraft:raw_gold_block": {
+ "defaultstate": "minecraft:raw_gold_block",
+ "properties": {}
+ },
+ "minecraft:raw_iron_block": {
+ "defaultstate": "minecraft:raw_iron_block",
+ "properties": {}
+ },
+ "minecraft:red_banner": {
+ "defaultstate": "minecraft:red_banner[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:red_bed": {
+ "defaultstate": "minecraft:red_bed[facing=north,occupied=false,part=foot]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "occupied": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "part": {
+ "type": "enum",
+ "values": [
+ "head",
+ "foot"
+ ]
+ }
+ }
+ },
+ "minecraft:red_candle": {
+ "defaultstate": "minecraft:red_candle[candles=1,lit=false,waterlogged=false]",
+ "properties": {
+ "candles": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ]
+ },
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:red_candle_cake": {
+ "defaultstate": "minecraft:red_candle_cake[lit=false]",
+ "properties": {
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:red_carpet": {
+ "defaultstate": "minecraft:red_carpet",
+ "properties": {}
+ },
+ "minecraft:red_concrete": {
+ "defaultstate": "minecraft:red_concrete",
+ "properties": {}
+ },
+ "minecraft:red_concrete_powder": {
+ "defaultstate": "minecraft:red_concrete_powder",
+ "properties": {}
+ },
+ "minecraft:red_glazed_terracotta": {
+ "defaultstate": "minecraft:red_glazed_terracotta[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:red_mushroom": {
+ "defaultstate": "minecraft:red_mushroom",
+ "properties": {}
+ },
+ "minecraft:red_mushroom_block": {
+ "defaultstate": "minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=true]",
+ "properties": {
+ "down": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:red_nether_brick_slab": {
+ "defaultstate": "minecraft:red_nether_brick_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:red_nether_brick_stairs": {
+ "defaultstate": "minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:red_nether_brick_wall": {
+ "defaultstate": "minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:red_nether_bricks": {
+ "defaultstate": "minecraft:red_nether_bricks",
+ "properties": {}
+ },
+ "minecraft:red_sand": {
+ "defaultstate": "minecraft:red_sand",
+ "properties": {}
+ },
+ "minecraft:red_sandstone": {
+ "defaultstate": "minecraft:red_sandstone",
+ "properties": {}
+ },
+ "minecraft:red_sandstone_slab": {
+ "defaultstate": "minecraft:red_sandstone_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:red_sandstone_stairs": {
+ "defaultstate": "minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:red_sandstone_wall": {
+ "defaultstate": "minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:red_shulker_box": {
+ "defaultstate": "minecraft:red_shulker_box[facing=up]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:red_stained_glass": {
+ "defaultstate": "minecraft:red_stained_glass",
+ "properties": {}
+ },
+ "minecraft:red_stained_glass_pane": {
+ "defaultstate": "minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:red_terracotta": {
+ "defaultstate": "minecraft:red_terracotta",
+ "properties": {}
+ },
+ "minecraft:red_tulip": {
+ "defaultstate": "minecraft:red_tulip",
+ "properties": {}
+ },
+ "minecraft:red_wall_banner": {
+ "defaultstate": "minecraft:red_wall_banner[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:red_wool": {
+ "defaultstate": "minecraft:red_wool",
+ "properties": {}
+ },
+ "minecraft:redstone_block": {
+ "defaultstate": "minecraft:redstone_block",
+ "properties": {}
+ },
+ "minecraft:redstone_lamp": {
+ "defaultstate": "minecraft:redstone_lamp[lit=false]",
+ "properties": {
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:redstone_ore": {
+ "defaultstate": "minecraft:redstone_ore[lit=false]",
+ "properties": {
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:redstone_torch": {
+ "defaultstate": "minecraft:redstone_torch[lit=true]",
+ "properties": {
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:redstone_wall_torch": {
+ "defaultstate": "minecraft:redstone_wall_torch[facing=north,lit=true]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:redstone_wire": {
+ "defaultstate": "minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "up",
+ "side",
+ "none"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "up",
+ "side",
+ "none"
+ ]
+ },
+ "power": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "up",
+ "side",
+ "none"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "up",
+ "side",
+ "none"
+ ]
+ }
+ }
+ },
+ "minecraft:repeater": {
+ "defaultstate": "minecraft:repeater[delay=1,facing=north,locked=false,powered=false]",
+ "properties": {
+ "delay": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "locked": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:repeating_command_block": {
+ "defaultstate": "minecraft:repeating_command_block[conditional=false,facing=north]",
+ "properties": {
+ "conditional": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:respawn_anchor": {
+ "defaultstate": "minecraft:respawn_anchor[charges=0]",
+ "properties": {
+ "charges": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4"
+ ]
+ }
+ }
+ },
+ "minecraft:rooted_dirt": {
+ "defaultstate": "minecraft:rooted_dirt",
+ "properties": {}
+ },
+ "minecraft:rose_bush": {
+ "defaultstate": "minecraft:rose_bush[half=lower]",
+ "properties": {
+ "half": {
+ "type": "enum",
+ "values": [
+ "upper",
+ "lower"
+ ]
+ }
+ }
+ },
+ "minecraft:sand": {
+ "defaultstate": "minecraft:sand",
+ "properties": {}
+ },
+ "minecraft:sandstone": {
+ "defaultstate": "minecraft:sandstone",
+ "properties": {}
+ },
+ "minecraft:sandstone_slab": {
+ "defaultstate": "minecraft:sandstone_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:sandstone_stairs": {
+ "defaultstate": "minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:sandstone_wall": {
+ "defaultstate": "minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:scaffolding": {
+ "defaultstate": "minecraft:scaffolding[bottom=false,distance=7,waterlogged=false]",
+ "properties": {
+ "bottom": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "distance": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:sculk_sensor": {
+ "defaultstate": "minecraft:sculk_sensor[power=0,sculk_sensor_phase=inactive,waterlogged=false]",
+ "properties": {
+ "power": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ },
+ "sculk_sensor_phase": {
+ "type": "enum",
+ "values": [
+ "inactive",
+ "active",
+ "cooldown"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:sea_lantern": {
+ "defaultstate": "minecraft:sea_lantern",
+ "properties": {}
+ },
+ "minecraft:sea_pickle": {
+ "defaultstate": "minecraft:sea_pickle[pickles=1,waterlogged=true]",
+ "properties": {
+ "pickles": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:seagrass": {
+ "defaultstate": "minecraft:seagrass",
+ "properties": {}
+ },
+ "minecraft:shroomlight": {
+ "defaultstate": "minecraft:shroomlight",
+ "properties": {}
+ },
+ "minecraft:shulker_box": {
+ "defaultstate": "minecraft:shulker_box[facing=up]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:skeleton_skull": {
+ "defaultstate": "minecraft:skeleton_skull[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:skeleton_wall_skull": {
+ "defaultstate": "minecraft:skeleton_wall_skull[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:slime_block": {
+ "defaultstate": "minecraft:slime_block",
+ "properties": {}
+ },
+ "minecraft:small_amethyst_bud": {
+ "defaultstate": "minecraft:small_amethyst_bud[facing=up,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:small_dripleaf": {
+ "defaultstate": "minecraft:small_dripleaf[facing=north,half=lower,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "upper",
+ "lower"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:smithing_table": {
+ "defaultstate": "minecraft:smithing_table",
+ "properties": {}
+ },
+ "minecraft:smoker": {
+ "defaultstate": "minecraft:smoker[facing=north,lit=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:smooth_basalt": {
+ "defaultstate": "minecraft:smooth_basalt",
+ "properties": {}
+ },
+ "minecraft:smooth_quartz": {
+ "defaultstate": "minecraft:smooth_quartz",
+ "properties": {}
+ },
+ "minecraft:smooth_quartz_slab": {
+ "defaultstate": "minecraft:smooth_quartz_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:smooth_quartz_stairs": {
+ "defaultstate": "minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:smooth_red_sandstone": {
+ "defaultstate": "minecraft:smooth_red_sandstone",
+ "properties": {}
+ },
+ "minecraft:smooth_red_sandstone_slab": {
+ "defaultstate": "minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:smooth_red_sandstone_stairs": {
+ "defaultstate": "minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:smooth_sandstone": {
+ "defaultstate": "minecraft:smooth_sandstone",
+ "properties": {}
+ },
+ "minecraft:smooth_sandstone_slab": {
+ "defaultstate": "minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:smooth_sandstone_stairs": {
+ "defaultstate": "minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:smooth_stone": {
+ "defaultstate": "minecraft:smooth_stone",
+ "properties": {}
+ },
+ "minecraft:smooth_stone_slab": {
+ "defaultstate": "minecraft:smooth_stone_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:snow": {
+ "defaultstate": "minecraft:snow[layers=1]",
+ "properties": {
+ "layers": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8"
+ ]
+ }
+ }
+ },
+ "minecraft:snow_block": {
+ "defaultstate": "minecraft:snow_block",
+ "properties": {}
+ },
+ "minecraft:soul_campfire": {
+ "defaultstate": "minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "signal_fire": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:soul_fire": {
+ "defaultstate": "minecraft:soul_fire",
+ "properties": {}
+ },
+ "minecraft:soul_lantern": {
+ "defaultstate": "minecraft:soul_lantern[hanging=false,waterlogged=false]",
+ "properties": {
+ "hanging": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:soul_sand": {
+ "defaultstate": "minecraft:soul_sand",
+ "properties": {}
+ },
+ "minecraft:soul_soil": {
+ "defaultstate": "minecraft:soul_soil",
+ "properties": {}
+ },
+ "minecraft:soul_torch": {
+ "defaultstate": "minecraft:soul_torch",
+ "properties": {}
+ },
+ "minecraft:soul_wall_torch": {
+ "defaultstate": "minecraft:soul_wall_torch[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:spawner": {
+ "defaultstate": "minecraft:spawner",
+ "properties": {}
+ },
+ "minecraft:sponge": {
+ "defaultstate": "minecraft:sponge",
+ "properties": {}
+ },
+ "minecraft:spore_blossom": {
+ "defaultstate": "minecraft:spore_blossom",
+ "properties": {}
+ },
+ "minecraft:spruce_button": {
+ "defaultstate": "minecraft:spruce_button[face=wall,facing=north,powered=false]",
+ "properties": {
+ "face": {
+ "type": "enum",
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:spruce_door": {
+ "defaultstate": "minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "upper",
+ "lower"
+ ]
+ },
+ "hinge": {
+ "type": "enum",
+ "values": [
+ "left",
+ "right"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:spruce_fence": {
+ "defaultstate": "minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:spruce_fence_gate": {
+ "defaultstate": "minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "in_wall": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:spruce_leaves": {
+ "defaultstate": "minecraft:spruce_leaves[distance=7,persistent=false]",
+ "properties": {
+ "distance": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ]
+ },
+ "persistent": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:spruce_log": {
+ "defaultstate": "minecraft:spruce_log[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:spruce_planks": {
+ "defaultstate": "minecraft:spruce_planks",
+ "properties": {}
+ },
+ "minecraft:spruce_pressure_plate": {
+ "defaultstate": "minecraft:spruce_pressure_plate[powered=false]",
+ "properties": {
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:spruce_sapling": {
+ "defaultstate": "minecraft:spruce_sapling[stage=0]",
+ "properties": {
+ "stage": {
+ "type": "int",
+ "values": [
+ "0",
+ "1"
+ ]
+ }
+ }
+ },
+ "minecraft:spruce_sign": {
+ "defaultstate": "minecraft:spruce_sign[rotation=0,waterlogged=false]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:spruce_slab": {
+ "defaultstate": "minecraft:spruce_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:spruce_stairs": {
+ "defaultstate": "minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:spruce_trapdoor": {
+ "defaultstate": "minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:spruce_wall_sign": {
+ "defaultstate": "minecraft:spruce_wall_sign[facing=north,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:spruce_wood": {
+ "defaultstate": "minecraft:spruce_wood[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:sticky_piston": {
+ "defaultstate": "minecraft:sticky_piston[extended=false,facing=north]",
+ "properties": {
+ "extended": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:stone": {
+ "defaultstate": "minecraft:stone",
+ "properties": {}
+ },
+ "minecraft:stone_brick_slab": {
+ "defaultstate": "minecraft:stone_brick_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:stone_brick_stairs": {
+ "defaultstate": "minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:stone_brick_wall": {
+ "defaultstate": "minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none]",
+ "properties": {
+ "east": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "north": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "south": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "enum",
+ "values": [
+ "none",
+ "low",
+ "tall"
+ ]
+ }
+ }
+ },
+ "minecraft:stone_bricks": {
+ "defaultstate": "minecraft:stone_bricks",
+ "properties": {}
+ },
+ "minecraft:stone_button": {
+ "defaultstate": "minecraft:stone_button[face=wall,facing=north,powered=false]",
+ "properties": {
+ "face": {
+ "type": "enum",
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:stone_pressure_plate": {
+ "defaultstate": "minecraft:stone_pressure_plate[powered=false]",
+ "properties": {
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:stone_slab": {
+ "defaultstate": "minecraft:stone_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:stone_stairs": {
+ "defaultstate": "minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:stonecutter": {
+ "defaultstate": "minecraft:stonecutter[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:stripped_acacia_log": {
+ "defaultstate": "minecraft:stripped_acacia_log[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:stripped_acacia_wood": {
+ "defaultstate": "minecraft:stripped_acacia_wood[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:stripped_birch_log": {
+ "defaultstate": "minecraft:stripped_birch_log[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:stripped_birch_wood": {
+ "defaultstate": "minecraft:stripped_birch_wood[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:stripped_crimson_hyphae": {
+ "defaultstate": "minecraft:stripped_crimson_hyphae[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:stripped_crimson_stem": {
+ "defaultstate": "minecraft:stripped_crimson_stem[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:stripped_dark_oak_log": {
+ "defaultstate": "minecraft:stripped_dark_oak_log[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:stripped_dark_oak_wood": {
+ "defaultstate": "minecraft:stripped_dark_oak_wood[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:stripped_jungle_log": {
+ "defaultstate": "minecraft:stripped_jungle_log[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:stripped_jungle_wood": {
+ "defaultstate": "minecraft:stripped_jungle_wood[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:stripped_oak_log": {
+ "defaultstate": "minecraft:stripped_oak_log[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:stripped_oak_wood": {
+ "defaultstate": "minecraft:stripped_oak_wood[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:stripped_spruce_log": {
+ "defaultstate": "minecraft:stripped_spruce_log[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:stripped_spruce_wood": {
+ "defaultstate": "minecraft:stripped_spruce_wood[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:stripped_warped_hyphae": {
+ "defaultstate": "minecraft:stripped_warped_hyphae[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:stripped_warped_stem": {
+ "defaultstate": "minecraft:stripped_warped_stem[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:structure_block": {
+ "defaultstate": "minecraft:structure_block[mode=load]",
+ "properties": {
+ "mode": {
+ "type": "enum",
+ "values": [
+ "save",
+ "load",
+ "corner",
+ "data"
+ ]
+ }
+ }
+ },
+ "minecraft:structure_void": {
+ "defaultstate": "minecraft:structure_void",
+ "properties": {}
+ },
+ "minecraft:sugar_cane": {
+ "defaultstate": "minecraft:sugar_cane[age=0]",
+ "properties": {
+ "age": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:sunflower": {
+ "defaultstate": "minecraft:sunflower[half=lower]",
+ "properties": {
+ "half": {
+ "type": "enum",
+ "values": [
+ "upper",
+ "lower"
+ ]
+ }
+ }
+ },
+ "minecraft:sweet_berry_bush": {
+ "defaultstate": "minecraft:sweet_berry_bush[age=0]",
+ "properties": {
+ "age": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ]
+ }
+ }
+ },
+ "minecraft:tall_grass": {
+ "defaultstate": "minecraft:tall_grass[half=lower]",
+ "properties": {
+ "half": {
+ "type": "enum",
+ "values": [
+ "upper",
+ "lower"
+ ]
+ }
+ }
+ },
+ "minecraft:tall_seagrass": {
+ "defaultstate": "minecraft:tall_seagrass[half=lower]",
+ "properties": {
+ "half": {
+ "type": "enum",
+ "values": [
+ "upper",
+ "lower"
+ ]
+ }
+ }
+ },
+ "minecraft:target": {
+ "defaultstate": "minecraft:target[power=0]",
+ "properties": {
+ "power": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:terracotta": {
+ "defaultstate": "minecraft:terracotta",
+ "properties": {}
+ },
+ "minecraft:tinted_glass": {
+ "defaultstate": "minecraft:tinted_glass",
+ "properties": {}
+ },
+ "minecraft:tnt": {
+ "defaultstate": "minecraft:tnt[unstable=false]",
+ "properties": {
+ "unstable": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:torch": {
+ "defaultstate": "minecraft:torch",
+ "properties": {}
+ },
+ "minecraft:trapped_chest": {
+ "defaultstate": "minecraft:trapped_chest[facing=north,type=single,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "type": {
+ "type": "enum",
+ "values": [
+ "single",
+ "left",
+ "right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:tripwire": {
+ "defaultstate": "minecraft:tripwire[attached=false,disarmed=false,east=false,north=false,powered=false,south=false,west=false]",
+ "properties": {
+ "attached": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "disarmed": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:tripwire_hook": {
+ "defaultstate": "minecraft:tripwire_hook[attached=false,facing=north,powered=false]",
+ "properties": {
+ "attached": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:tube_coral": {
+ "defaultstate": "minecraft:tube_coral[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:tube_coral_block": {
+ "defaultstate": "minecraft:tube_coral_block",
+ "properties": {}
+ },
+ "minecraft:tube_coral_fan": {
+ "defaultstate": "minecraft:tube_coral_fan[waterlogged=true]",
+ "properties": {
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:tube_coral_wall_fan": {
+ "defaultstate": "minecraft:tube_coral_wall_fan[facing=north,waterlogged=true]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:tuff": {
+ "defaultstate": "minecraft:tuff",
+ "properties": {}
+ },
+ "minecraft:turtle_egg": {
+ "defaultstate": "minecraft:turtle_egg[eggs=1,hatch=0]",
+ "properties": {
+ "eggs": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ]
+ },
+ "hatch": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2"
+ ]
+ }
+ }
+ },
+ "minecraft:twisting_vines": {
+ "defaultstate": "minecraft:twisting_vines[age=0]",
+ "properties": {
+ "age": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15",
+ "16",
+ "17",
+ "18",
+ "19",
+ "20",
+ "21",
+ "22",
+ "23",
+ "24",
+ "25"
+ ]
+ }
+ }
+ },
+ "minecraft:twisting_vines_plant": {
+ "defaultstate": "minecraft:twisting_vines_plant",
+ "properties": {}
+ },
+ "minecraft:vine": {
+ "defaultstate": "minecraft:vine[east=false,north=false,south=false,up=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "up": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:void_air": {
+ "defaultstate": "minecraft:void_air",
+ "properties": {}
+ },
+ "minecraft:wall_torch": {
+ "defaultstate": "minecraft:wall_torch[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:warped_button": {
+ "defaultstate": "minecraft:warped_button[face=wall,facing=north,powered=false]",
+ "properties": {
+ "face": {
+ "type": "enum",
+ "values": [
+ "floor",
+ "wall",
+ "ceiling"
+ ]
+ },
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:warped_door": {
+ "defaultstate": "minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "upper",
+ "lower"
+ ]
+ },
+ "hinge": {
+ "type": "enum",
+ "values": [
+ "left",
+ "right"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:warped_fence": {
+ "defaultstate": "minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:warped_fence_gate": {
+ "defaultstate": "minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "in_wall": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:warped_fungus": {
+ "defaultstate": "minecraft:warped_fungus",
+ "properties": {}
+ },
+ "minecraft:warped_hyphae": {
+ "defaultstate": "minecraft:warped_hyphae[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:warped_nylium": {
+ "defaultstate": "minecraft:warped_nylium",
+ "properties": {}
+ },
+ "minecraft:warped_planks": {
+ "defaultstate": "minecraft:warped_planks",
+ "properties": {}
+ },
+ "minecraft:warped_pressure_plate": {
+ "defaultstate": "minecraft:warped_pressure_plate[powered=false]",
+ "properties": {
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:warped_roots": {
+ "defaultstate": "minecraft:warped_roots",
+ "properties": {}
+ },
+ "minecraft:warped_sign": {
+ "defaultstate": "minecraft:warped_sign[rotation=0,waterlogged=false]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:warped_slab": {
+ "defaultstate": "minecraft:warped_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:warped_stairs": {
+ "defaultstate": "minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:warped_stem": {
+ "defaultstate": "minecraft:warped_stem[axis=y]",
+ "properties": {
+ "axis": {
+ "type": "enum",
+ "values": [
+ "x",
+ "y",
+ "z"
+ ]
+ }
+ }
+ },
+ "minecraft:warped_trapdoor": {
+ "defaultstate": "minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "open": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "powered": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:warped_wall_sign": {
+ "defaultstate": "minecraft:warped_wall_sign[facing=north,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:warped_wart_block": {
+ "defaultstate": "minecraft:warped_wart_block",
+ "properties": {}
+ },
+ "minecraft:water": {
+ "defaultstate": "minecraft:water[level=0]",
+ "properties": {
+ "level": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:water_cauldron": {
+ "defaultstate": "minecraft:water_cauldron[level=1]",
+ "properties": {
+ "level": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3"
+ ]
+ }
+ }
+ },
+ "minecraft:waxed_copper_block": {
+ "defaultstate": "minecraft:waxed_copper_block",
+ "properties": {}
+ },
+ "minecraft:waxed_cut_copper": {
+ "defaultstate": "minecraft:waxed_cut_copper",
+ "properties": {}
+ },
+ "minecraft:waxed_cut_copper_slab": {
+ "defaultstate": "minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:waxed_cut_copper_stairs": {
+ "defaultstate": "minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:waxed_exposed_copper": {
+ "defaultstate": "minecraft:waxed_exposed_copper",
+ "properties": {}
+ },
+ "minecraft:waxed_exposed_cut_copper": {
+ "defaultstate": "minecraft:waxed_exposed_cut_copper",
+ "properties": {}
+ },
+ "minecraft:waxed_exposed_cut_copper_slab": {
+ "defaultstate": "minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:waxed_exposed_cut_copper_stairs": {
+ "defaultstate": "minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:waxed_oxidized_copper": {
+ "defaultstate": "minecraft:waxed_oxidized_copper",
+ "properties": {}
+ },
+ "minecraft:waxed_oxidized_cut_copper": {
+ "defaultstate": "minecraft:waxed_oxidized_cut_copper",
+ "properties": {}
+ },
+ "minecraft:waxed_oxidized_cut_copper_slab": {
+ "defaultstate": "minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:waxed_oxidized_cut_copper_stairs": {
+ "defaultstate": "minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:waxed_weathered_copper": {
+ "defaultstate": "minecraft:waxed_weathered_copper",
+ "properties": {}
+ },
+ "minecraft:waxed_weathered_cut_copper": {
+ "defaultstate": "minecraft:waxed_weathered_cut_copper",
+ "properties": {}
+ },
+ "minecraft:waxed_weathered_cut_copper_slab": {
+ "defaultstate": "minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:waxed_weathered_cut_copper_stairs": {
+ "defaultstate": "minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:weathered_copper": {
+ "defaultstate": "minecraft:weathered_copper",
+ "properties": {}
+ },
+ "minecraft:weathered_cut_copper": {
+ "defaultstate": "minecraft:weathered_cut_copper",
+ "properties": {}
+ },
+ "minecraft:weathered_cut_copper_slab": {
+ "defaultstate": "minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=false]",
+ "properties": {
+ "type": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom",
+ "double"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:weathered_cut_copper_stairs": {
+ "defaultstate": "minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "half": {
+ "type": "enum",
+ "values": [
+ "top",
+ "bottom"
+ ]
+ },
+ "shape": {
+ "type": "enum",
+ "values": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:weeping_vines": {
+ "defaultstate": "minecraft:weeping_vines[age=0]",
+ "properties": {
+ "age": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15",
+ "16",
+ "17",
+ "18",
+ "19",
+ "20",
+ "21",
+ "22",
+ "23",
+ "24",
+ "25"
+ ]
+ }
+ }
+ },
+ "minecraft:weeping_vines_plant": {
+ "defaultstate": "minecraft:weeping_vines_plant",
+ "properties": {}
+ },
+ "minecraft:wet_sponge": {
+ "defaultstate": "minecraft:wet_sponge",
+ "properties": {}
+ },
+ "minecraft:wheat": {
+ "defaultstate": "minecraft:wheat[age=0]",
+ "properties": {
+ "age": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7"
+ ]
+ }
+ }
+ },
+ "minecraft:white_banner": {
+ "defaultstate": "minecraft:white_banner[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:white_bed": {
+ "defaultstate": "minecraft:white_bed[facing=north,occupied=false,part=foot]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "occupied": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "part": {
+ "type": "enum",
+ "values": [
+ "head",
+ "foot"
+ ]
+ }
+ }
+ },
+ "minecraft:white_candle": {
+ "defaultstate": "minecraft:white_candle[candles=1,lit=false,waterlogged=false]",
+ "properties": {
+ "candles": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ]
+ },
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:white_candle_cake": {
+ "defaultstate": "minecraft:white_candle_cake[lit=false]",
+ "properties": {
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:white_carpet": {
+ "defaultstate": "minecraft:white_carpet",
+ "properties": {}
+ },
+ "minecraft:white_concrete": {
+ "defaultstate": "minecraft:white_concrete",
+ "properties": {}
+ },
+ "minecraft:white_concrete_powder": {
+ "defaultstate": "minecraft:white_concrete_powder",
+ "properties": {}
+ },
+ "minecraft:white_glazed_terracotta": {
+ "defaultstate": "minecraft:white_glazed_terracotta[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:white_shulker_box": {
+ "defaultstate": "minecraft:white_shulker_box[facing=up]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:white_stained_glass": {
+ "defaultstate": "minecraft:white_stained_glass",
+ "properties": {}
+ },
+ "minecraft:white_stained_glass_pane": {
+ "defaultstate": "minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:white_terracotta": {
+ "defaultstate": "minecraft:white_terracotta",
+ "properties": {}
+ },
+ "minecraft:white_tulip": {
+ "defaultstate": "minecraft:white_tulip",
+ "properties": {}
+ },
+ "minecraft:white_wall_banner": {
+ "defaultstate": "minecraft:white_wall_banner[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:white_wool": {
+ "defaultstate": "minecraft:white_wool",
+ "properties": {}
+ },
+ "minecraft:wither_rose": {
+ "defaultstate": "minecraft:wither_rose",
+ "properties": {}
+ },
+ "minecraft:wither_skeleton_skull": {
+ "defaultstate": "minecraft:wither_skeleton_skull[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:wither_skeleton_wall_skull": {
+ "defaultstate": "minecraft:wither_skeleton_wall_skull[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:yellow_banner": {
+ "defaultstate": "minecraft:yellow_banner[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:yellow_bed": {
+ "defaultstate": "minecraft:yellow_bed[facing=north,occupied=false,part=foot]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ },
+ "occupied": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "part": {
+ "type": "enum",
+ "values": [
+ "head",
+ "foot"
+ ]
+ }
+ }
+ },
+ "minecraft:yellow_candle": {
+ "defaultstate": "minecraft:yellow_candle[candles=1,lit=false,waterlogged=false]",
+ "properties": {
+ "candles": {
+ "type": "int",
+ "values": [
+ "1",
+ "2",
+ "3",
+ "4"
+ ]
+ },
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:yellow_candle_cake": {
+ "defaultstate": "minecraft:yellow_candle_cake[lit=false]",
+ "properties": {
+ "lit": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:yellow_carpet": {
+ "defaultstate": "minecraft:yellow_carpet",
+ "properties": {}
+ },
+ "minecraft:yellow_concrete": {
+ "defaultstate": "minecraft:yellow_concrete",
+ "properties": {}
+ },
+ "minecraft:yellow_concrete_powder": {
+ "defaultstate": "minecraft:yellow_concrete_powder",
+ "properties": {}
+ },
+ "minecraft:yellow_glazed_terracotta": {
+ "defaultstate": "minecraft:yellow_glazed_terracotta[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:yellow_shulker_box": {
+ "defaultstate": "minecraft:yellow_shulker_box[facing=up]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "east",
+ "south",
+ "west",
+ "up",
+ "down"
+ ]
+ }
+ }
+ },
+ "minecraft:yellow_stained_glass": {
+ "defaultstate": "minecraft:yellow_stained_glass",
+ "properties": {}
+ },
+ "minecraft:yellow_stained_glass_pane": {
+ "defaultstate": "minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false]",
+ "properties": {
+ "east": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "north": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "south": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "waterlogged": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ },
+ "west": {
+ "type": "bool",
+ "values": [
+ "true",
+ "false"
+ ]
+ }
+ }
+ },
+ "minecraft:yellow_terracotta": {
+ "defaultstate": "minecraft:yellow_terracotta",
+ "properties": {}
+ },
+ "minecraft:yellow_wall_banner": {
+ "defaultstate": "minecraft:yellow_wall_banner[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ },
+ "minecraft:yellow_wool": {
+ "defaultstate": "minecraft:yellow_wool",
+ "properties": {}
+ },
+ "minecraft:zombie_head": {
+ "defaultstate": "minecraft:zombie_head[rotation=0]",
+ "properties": {
+ "rotation": {
+ "type": "int",
+ "values": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "14",
+ "15"
+ ]
+ }
+ }
+ },
+ "minecraft:zombie_wall_head": {
+ "defaultstate": "minecraft:zombie_wall_head[facing=north]",
+ "properties": {
+ "facing": {
+ "type": "direction",
+ "values": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ]
+ }
+ }
+ }
+ },
+ "blocktags": {
+ "minecraft:acacia_logs": [
+ "minecraft:acacia_log",
+ "minecraft:acacia_wood",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood"
+ ],
+ "minecraft:anvil": [
+ "minecraft:anvil",
+ "minecraft:chipped_anvil",
+ "minecraft:damaged_anvil"
+ ],
+ "minecraft:bamboo_plantable_on": [
+ "minecraft:bamboo",
+ "minecraft:bamboo_sapling",
+ "minecraft:coarse_dirt",
+ "minecraft:dirt",
+ "minecraft:grass_block",
+ "minecraft:gravel",
+ "minecraft:moss_block",
+ "minecraft:mycelium",
+ "minecraft:podzol",
+ "minecraft:red_sand",
+ "minecraft:rooted_dirt",
+ "minecraft:sand"
+ ],
+ "minecraft:banners": [
+ "minecraft:black_banner",
+ "minecraft:black_wall_banner",
+ "minecraft:blue_banner",
+ "minecraft:blue_wall_banner",
+ "minecraft:brown_banner",
+ "minecraft:brown_wall_banner",
+ "minecraft:cyan_banner",
+ "minecraft:cyan_wall_banner",
+ "minecraft:gray_banner",
+ "minecraft:gray_wall_banner",
+ "minecraft:green_banner",
+ "minecraft:green_wall_banner",
+ "minecraft:light_blue_banner",
+ "minecraft:light_blue_wall_banner",
+ "minecraft:light_gray_banner",
+ "minecraft:light_gray_wall_banner",
+ "minecraft:lime_banner",
+ "minecraft:lime_wall_banner",
+ "minecraft:magenta_banner",
+ "minecraft:magenta_wall_banner",
+ "minecraft:orange_banner",
+ "minecraft:orange_wall_banner",
+ "minecraft:pink_banner",
+ "minecraft:pink_wall_banner",
+ "minecraft:purple_banner",
+ "minecraft:purple_wall_banner",
+ "minecraft:red_banner",
+ "minecraft:red_wall_banner",
+ "minecraft:white_banner",
+ "minecraft:white_wall_banner",
+ "minecraft:yellow_banner",
+ "minecraft:yellow_wall_banner"
+ ],
+ "minecraft:base_stone_nether": [
+ "minecraft:basalt",
+ "minecraft:blackstone",
+ "minecraft:netherrack"
+ ],
+ "minecraft:base_stone_overworld": [
+ "minecraft:andesite",
+ "minecraft:deepslate",
+ "minecraft:diorite",
+ "minecraft:granite",
+ "minecraft:stone",
+ "minecraft:tuff"
+ ],
+ "minecraft:beacon_base_blocks": [
+ "minecraft:diamond_block",
+ "minecraft:emerald_block",
+ "minecraft:gold_block",
+ "minecraft:iron_block",
+ "minecraft:netherite_block"
+ ],
+ "minecraft:beds": [
+ "minecraft:black_bed",
+ "minecraft:blue_bed",
+ "minecraft:brown_bed",
+ "minecraft:cyan_bed",
+ "minecraft:gray_bed",
+ "minecraft:green_bed",
+ "minecraft:light_blue_bed",
+ "minecraft:light_gray_bed",
+ "minecraft:lime_bed",
+ "minecraft:magenta_bed",
+ "minecraft:orange_bed",
+ "minecraft:pink_bed",
+ "minecraft:purple_bed",
+ "minecraft:red_bed",
+ "minecraft:white_bed",
+ "minecraft:yellow_bed"
+ ],
+ "minecraft:bee_growables": [
+ "minecraft:beetroots",
+ "minecraft:carrots",
+ "minecraft:cave_vines",
+ "minecraft:cave_vines_plant",
+ "minecraft:melon_stem",
+ "minecraft:potatoes",
+ "minecraft:pumpkin_stem",
+ "minecraft:sweet_berry_bush",
+ "minecraft:wheat"
+ ],
+ "minecraft:beehives": [
+ "minecraft:bee_nest",
+ "minecraft:beehive"
+ ],
+ "minecraft:birch_logs": [
+ "minecraft:birch_log",
+ "minecraft:birch_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood"
+ ],
+ "minecraft:buttons": [
+ "minecraft:acacia_button",
+ "minecraft:birch_button",
+ "minecraft:crimson_button",
+ "minecraft:dark_oak_button",
+ "minecraft:jungle_button",
+ "minecraft:oak_button",
+ "minecraft:polished_blackstone_button",
+ "minecraft:spruce_button",
+ "minecraft:stone_button",
+ "minecraft:warped_button"
+ ],
+ "minecraft:campfires": [
+ "minecraft:campfire",
+ "minecraft:soul_campfire"
+ ],
+ "minecraft:candle_cakes": [
+ "minecraft:black_candle_cake",
+ "minecraft:blue_candle_cake",
+ "minecraft:brown_candle_cake",
+ "minecraft:candle_cake",
+ "minecraft:cyan_candle_cake",
+ "minecraft:gray_candle_cake",
+ "minecraft:green_candle_cake",
+ "minecraft:light_blue_candle_cake",
+ "minecraft:light_gray_candle_cake",
+ "minecraft:lime_candle_cake",
+ "minecraft:magenta_candle_cake",
+ "minecraft:orange_candle_cake",
+ "minecraft:pink_candle_cake",
+ "minecraft:purple_candle_cake",
+ "minecraft:red_candle_cake",
+ "minecraft:white_candle_cake",
+ "minecraft:yellow_candle_cake"
+ ],
+ "minecraft:candles": [
+ "minecraft:black_candle",
+ "minecraft:blue_candle",
+ "minecraft:brown_candle",
+ "minecraft:candle",
+ "minecraft:cyan_candle",
+ "minecraft:gray_candle",
+ "minecraft:green_candle",
+ "minecraft:light_blue_candle",
+ "minecraft:light_gray_candle",
+ "minecraft:lime_candle",
+ "minecraft:magenta_candle",
+ "minecraft:orange_candle",
+ "minecraft:pink_candle",
+ "minecraft:purple_candle",
+ "minecraft:red_candle",
+ "minecraft:white_candle",
+ "minecraft:yellow_candle"
+ ],
+ "minecraft:carpets": [
+ "minecraft:black_carpet",
+ "minecraft:blue_carpet",
+ "minecraft:brown_carpet",
+ "minecraft:cyan_carpet",
+ "minecraft:gray_carpet",
+ "minecraft:green_carpet",
+ "minecraft:light_blue_carpet",
+ "minecraft:light_gray_carpet",
+ "minecraft:lime_carpet",
+ "minecraft:magenta_carpet",
+ "minecraft:orange_carpet",
+ "minecraft:pink_carpet",
+ "minecraft:purple_carpet",
+ "minecraft:red_carpet",
+ "minecraft:white_carpet",
+ "minecraft:yellow_carpet"
+ ],
+ "minecraft:cauldrons": [
+ "minecraft:cauldron",
+ "minecraft:lava_cauldron",
+ "minecraft:powder_snow_cauldron",
+ "minecraft:water_cauldron"
+ ],
+ "minecraft:cave_vines": [
+ "minecraft:cave_vines",
+ "minecraft:cave_vines_plant"
+ ],
+ "minecraft:climbable": [
+ "minecraft:cave_vines",
+ "minecraft:cave_vines_plant",
+ "minecraft:ladder",
+ "minecraft:scaffolding",
+ "minecraft:twisting_vines",
+ "minecraft:twisting_vines_plant",
+ "minecraft:vine",
+ "minecraft:weeping_vines",
+ "minecraft:weeping_vines_plant"
+ ],
+ "minecraft:coal_ores": [
+ "minecraft:coal_ore",
+ "minecraft:deepslate_coal_ore"
+ ],
+ "minecraft:copper_ores": [
+ "minecraft:copper_ore",
+ "minecraft:deepslate_copper_ore"
+ ],
+ "minecraft:coral_blocks": [
+ "minecraft:brain_coral_block",
+ "minecraft:bubble_coral_block",
+ "minecraft:fire_coral_block",
+ "minecraft:horn_coral_block",
+ "minecraft:tube_coral_block"
+ ],
+ "minecraft:coral_plants": [
+ "minecraft:brain_coral",
+ "minecraft:bubble_coral",
+ "minecraft:fire_coral",
+ "minecraft:horn_coral",
+ "minecraft:tube_coral"
+ ],
+ "minecraft:corals": [
+ "minecraft:brain_coral",
+ "minecraft:brain_coral_fan",
+ "minecraft:bubble_coral",
+ "minecraft:bubble_coral_fan",
+ "minecraft:fire_coral",
+ "minecraft:fire_coral_fan",
+ "minecraft:horn_coral",
+ "minecraft:horn_coral_fan",
+ "minecraft:tube_coral",
+ "minecraft:tube_coral_fan"
+ ],
+ "minecraft:crimson_stems": [
+ "minecraft:crimson_hyphae",
+ "minecraft:crimson_stem",
+ "minecraft:stripped_crimson_hyphae",
+ "minecraft:stripped_crimson_stem"
+ ],
+ "minecraft:crops": [
+ "minecraft:beetroots",
+ "minecraft:carrots",
+ "minecraft:melon_stem",
+ "minecraft:potatoes",
+ "minecraft:pumpkin_stem",
+ "minecraft:wheat"
+ ],
+ "minecraft:crystal_sound_blocks": [
+ "minecraft:amethyst_block",
+ "minecraft:budding_amethyst"
+ ],
+ "minecraft:dark_oak_logs": [
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_wood",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood"
+ ],
+ "minecraft:deepslate_ore_replaceables": [
+ "minecraft:deepslate",
+ "minecraft:tuff"
+ ],
+ "minecraft:diamond_ores": [
+ "minecraft:deepslate_diamond_ore",
+ "minecraft:diamond_ore"
+ ],
+ "minecraft:dirt": [
+ "minecraft:coarse_dirt",
+ "minecraft:dirt",
+ "minecraft:grass_block",
+ "minecraft:moss_block",
+ "minecraft:mycelium",
+ "minecraft:podzol",
+ "minecraft:rooted_dirt"
+ ],
+ "minecraft:doors": [
+ "minecraft:acacia_door",
+ "minecraft:birch_door",
+ "minecraft:crimson_door",
+ "minecraft:dark_oak_door",
+ "minecraft:iron_door",
+ "minecraft:jungle_door",
+ "minecraft:oak_door",
+ "minecraft:spruce_door",
+ "minecraft:warped_door"
+ ],
+ "minecraft:dragon_immune": [
+ "minecraft:barrier",
+ "minecraft:bedrock",
+ "minecraft:chain_command_block",
+ "minecraft:command_block",
+ "minecraft:crying_obsidian",
+ "minecraft:end_gateway",
+ "minecraft:end_portal",
+ "minecraft:end_portal_frame",
+ "minecraft:end_stone",
+ "minecraft:iron_bars",
+ "minecraft:jigsaw",
+ "minecraft:moving_piston",
+ "minecraft:obsidian",
+ "minecraft:repeating_command_block",
+ "minecraft:respawn_anchor",
+ "minecraft:structure_block"
+ ],
+ "minecraft:dripstone_replaceable_blocks": [
+ "minecraft:andesite",
+ "minecraft:deepslate",
+ "minecraft:diorite",
+ "minecraft:dirt",
+ "minecraft:granite",
+ "minecraft:stone",
+ "minecraft:tuff"
+ ],
+ "minecraft:emerald_ores": [
+ "minecraft:deepslate_emerald_ore",
+ "minecraft:emerald_ore"
+ ],
+ "minecraft:enderman_holdable": [
+ "minecraft:allium",
+ "minecraft:azure_bluet",
+ "minecraft:blue_orchid",
+ "minecraft:brown_mushroom",
+ "minecraft:cactus",
+ "minecraft:carved_pumpkin",
+ "minecraft:clay",
+ "minecraft:coarse_dirt",
+ "minecraft:cornflower",
+ "minecraft:crimson_fungus",
+ "minecraft:crimson_nylium",
+ "minecraft:crimson_roots",
+ "minecraft:dandelion",
+ "minecraft:dirt",
+ "minecraft:grass_block",
+ "minecraft:gravel",
+ "minecraft:lily_of_the_valley",
+ "minecraft:melon",
+ "minecraft:moss_block",
+ "minecraft:mycelium",
+ "minecraft:orange_tulip",
+ "minecraft:oxeye_daisy",
+ "minecraft:pink_tulip",
+ "minecraft:podzol",
+ "minecraft:poppy",
+ "minecraft:pumpkin",
+ "minecraft:red_mushroom",
+ "minecraft:red_sand",
+ "minecraft:red_tulip",
+ "minecraft:rooted_dirt",
+ "minecraft:sand",
+ "minecraft:tnt",
+ "minecraft:warped_fungus",
+ "minecraft:warped_nylium",
+ "minecraft:warped_roots",
+ "minecraft:white_tulip",
+ "minecraft:wither_rose"
+ ],
+ "minecraft:features_cannot_replace": [
+ "minecraft:bedrock",
+ "minecraft:chest",
+ "minecraft:end_portal_frame",
+ "minecraft:spawner"
+ ],
+ "minecraft:fence_gates": [
+ "minecraft:acacia_fence_gate",
+ "minecraft:birch_fence_gate",
+ "minecraft:crimson_fence_gate",
+ "minecraft:dark_oak_fence_gate",
+ "minecraft:jungle_fence_gate",
+ "minecraft:oak_fence_gate",
+ "minecraft:spruce_fence_gate",
+ "minecraft:warped_fence_gate"
+ ],
+ "minecraft:fences": [
+ "minecraft:acacia_fence",
+ "minecraft:birch_fence",
+ "minecraft:crimson_fence",
+ "minecraft:dark_oak_fence",
+ "minecraft:jungle_fence",
+ "minecraft:nether_brick_fence",
+ "minecraft:oak_fence",
+ "minecraft:spruce_fence",
+ "minecraft:warped_fence"
+ ],
+ "minecraft:fire": [
+ "minecraft:fire",
+ "minecraft:soul_fire"
+ ],
+ "minecraft:flower_pots": [
+ "minecraft:flower_pot",
+ "minecraft:potted_acacia_sapling",
+ "minecraft:potted_allium",
+ "minecraft:potted_azalea_bush",
+ "minecraft:potted_azure_bluet",
+ "minecraft:potted_bamboo",
+ "minecraft:potted_birch_sapling",
+ "minecraft:potted_blue_orchid",
+ "minecraft:potted_brown_mushroom",
+ "minecraft:potted_cactus",
+ "minecraft:potted_cornflower",
+ "minecraft:potted_crimson_fungus",
+ "minecraft:potted_crimson_roots",
+ "minecraft:potted_dandelion",
+ "minecraft:potted_dark_oak_sapling",
+ "minecraft:potted_dead_bush",
+ "minecraft:potted_fern",
+ "minecraft:potted_flowering_azalea_bush",
+ "minecraft:potted_jungle_sapling",
+ "minecraft:potted_lily_of_the_valley",
+ "minecraft:potted_oak_sapling",
+ "minecraft:potted_orange_tulip",
+ "minecraft:potted_oxeye_daisy",
+ "minecraft:potted_pink_tulip",
+ "minecraft:potted_poppy",
+ "minecraft:potted_red_mushroom",
+ "minecraft:potted_red_tulip",
+ "minecraft:potted_spruce_sapling",
+ "minecraft:potted_warped_fungus",
+ "minecraft:potted_warped_roots",
+ "minecraft:potted_white_tulip",
+ "minecraft:potted_wither_rose"
+ ],
+ "minecraft:flowers": [
+ "minecraft:allium",
+ "minecraft:azure_bluet",
+ "minecraft:blue_orchid",
+ "minecraft:cornflower",
+ "minecraft:dandelion",
+ "minecraft:flowering_azalea",
+ "minecraft:flowering_azalea_leaves",
+ "minecraft:lilac",
+ "minecraft:lily_of_the_valley",
+ "minecraft:orange_tulip",
+ "minecraft:oxeye_daisy",
+ "minecraft:peony",
+ "minecraft:pink_tulip",
+ "minecraft:poppy",
+ "minecraft:red_tulip",
+ "minecraft:rose_bush",
+ "minecraft:sunflower",
+ "minecraft:white_tulip",
+ "minecraft:wither_rose"
+ ],
+ "minecraft:geode_invalid_blocks": [
+ "minecraft:bedrock",
+ "minecraft:blue_ice",
+ "minecraft:ice",
+ "minecraft:lava",
+ "minecraft:packed_ice",
+ "minecraft:water"
+ ],
+ "minecraft:gold_ores": [
+ "minecraft:deepslate_gold_ore",
+ "minecraft:gold_ore",
+ "minecraft:nether_gold_ore"
+ ],
+ "minecraft:guarded_by_piglins": [
+ "minecraft:barrel",
+ "minecraft:black_shulker_box",
+ "minecraft:blue_shulker_box",
+ "minecraft:brown_shulker_box",
+ "minecraft:chest",
+ "minecraft:cyan_shulker_box",
+ "minecraft:deepslate_gold_ore",
+ "minecraft:ender_chest",
+ "minecraft:gilded_blackstone",
+ "minecraft:gold_block",
+ "minecraft:gold_ore",
+ "minecraft:gray_shulker_box",
+ "minecraft:green_shulker_box",
+ "minecraft:light_blue_shulker_box",
+ "minecraft:light_gray_shulker_box",
+ "minecraft:lime_shulker_box",
+ "minecraft:magenta_shulker_box",
+ "minecraft:nether_gold_ore",
+ "minecraft:orange_shulker_box",
+ "minecraft:pink_shulker_box",
+ "minecraft:purple_shulker_box",
+ "minecraft:raw_gold_block",
+ "minecraft:red_shulker_box",
+ "minecraft:shulker_box",
+ "minecraft:trapped_chest",
+ "minecraft:white_shulker_box",
+ "minecraft:yellow_shulker_box"
+ ],
+ "minecraft:hoglin_repellents": [
+ "minecraft:nether_portal",
+ "minecraft:potted_warped_fungus",
+ "minecraft:respawn_anchor",
+ "minecraft:warped_fungus"
+ ],
+ "minecraft:ice": [
+ "minecraft:blue_ice",
+ "minecraft:frosted_ice",
+ "minecraft:ice",
+ "minecraft:packed_ice"
+ ],
+ "minecraft:impermeable": [
+ "minecraft:black_stained_glass",
+ "minecraft:blue_stained_glass",
+ "minecraft:brown_stained_glass",
+ "minecraft:cyan_stained_glass",
+ "minecraft:glass",
+ "minecraft:gray_stained_glass",
+ "minecraft:green_stained_glass",
+ "minecraft:light_blue_stained_glass",
+ "minecraft:light_gray_stained_glass",
+ "minecraft:lime_stained_glass",
+ "minecraft:magenta_stained_glass",
+ "minecraft:orange_stained_glass",
+ "minecraft:pink_stained_glass",
+ "minecraft:purple_stained_glass",
+ "minecraft:red_stained_glass",
+ "minecraft:tinted_glass",
+ "minecraft:white_stained_glass",
+ "minecraft:yellow_stained_glass"
+ ],
+ "minecraft:infiniburn_end": [
+ "minecraft:bedrock",
+ "minecraft:magma_block",
+ "minecraft:netherrack"
+ ],
+ "minecraft:infiniburn_nether": [
+ "minecraft:magma_block",
+ "minecraft:netherrack"
+ ],
+ "minecraft:infiniburn_overworld": [
+ "minecraft:magma_block",
+ "minecraft:netherrack"
+ ],
+ "minecraft:inside_step_sound_blocks": [
+ "minecraft:powder_snow",
+ "minecraft:snow"
+ ],
+ "minecraft:iron_ores": [
+ "minecraft:deepslate_iron_ore",
+ "minecraft:iron_ore"
+ ],
+ "minecraft:jungle_logs": [
+ "minecraft:jungle_log",
+ "minecraft:jungle_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood"
+ ],
+ "minecraft:lapis_ores": [
+ "minecraft:deepslate_lapis_ore",
+ "minecraft:lapis_ore"
+ ],
+ "minecraft:lava_pool_stone_replaceables": [
+ "minecraft:acacia_leaves",
+ "minecraft:azalea_leaves",
+ "minecraft:bedrock",
+ "minecraft:birch_leaves",
+ "minecraft:chest",
+ "minecraft:dark_oak_leaves",
+ "minecraft:end_portal_frame",
+ "minecraft:flowering_azalea_leaves",
+ "minecraft:jungle_leaves",
+ "minecraft:oak_leaves",
+ "minecraft:spawner",
+ "minecraft:spruce_leaves"
+ ],
+ "minecraft:leaves": [
+ "minecraft:acacia_leaves",
+ "minecraft:azalea_leaves",
+ "minecraft:birch_leaves",
+ "minecraft:dark_oak_leaves",
+ "minecraft:flowering_azalea_leaves",
+ "minecraft:jungle_leaves",
+ "minecraft:oak_leaves",
+ "minecraft:spruce_leaves"
+ ],
+ "minecraft:logs": [
+ "minecraft:acacia_log",
+ "minecraft:acacia_wood",
+ "minecraft:birch_log",
+ "minecraft:birch_wood",
+ "minecraft:crimson_hyphae",
+ "minecraft:crimson_stem",
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_wood",
+ "minecraft:jungle_log",
+ "minecraft:jungle_wood",
+ "minecraft:oak_log",
+ "minecraft:oak_wood",
+ "minecraft:spruce_log",
+ "minecraft:spruce_wood",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood",
+ "minecraft:stripped_crimson_hyphae",
+ "minecraft:stripped_crimson_stem",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood",
+ "minecraft:stripped_warped_hyphae",
+ "minecraft:stripped_warped_stem",
+ "minecraft:warped_hyphae",
+ "minecraft:warped_stem"
+ ],
+ "minecraft:logs_that_burn": [
+ "minecraft:acacia_log",
+ "minecraft:acacia_wood",
+ "minecraft:birch_log",
+ "minecraft:birch_wood",
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_wood",
+ "minecraft:jungle_log",
+ "minecraft:jungle_wood",
+ "minecraft:oak_log",
+ "minecraft:oak_wood",
+ "minecraft:spruce_log",
+ "minecraft:spruce_wood",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood"
+ ],
+ "minecraft:lush_ground_replaceable": [
+ "minecraft:andesite",
+ "minecraft:cave_vines",
+ "minecraft:cave_vines_plant",
+ "minecraft:clay",
+ "minecraft:coarse_dirt",
+ "minecraft:deepslate",
+ "minecraft:diorite",
+ "minecraft:dirt",
+ "minecraft:granite",
+ "minecraft:grass_block",
+ "minecraft:gravel",
+ "minecraft:moss_block",
+ "minecraft:mycelium",
+ "minecraft:podzol",
+ "minecraft:rooted_dirt",
+ "minecraft:sand",
+ "minecraft:stone",
+ "minecraft:tuff"
+ ],
+ "minecraft:mineable/axe": [
+ "minecraft:acacia_button",
+ "minecraft:acacia_door",
+ "minecraft:acacia_fence",
+ "minecraft:acacia_fence_gate",
+ "minecraft:acacia_log",
+ "minecraft:acacia_planks",
+ "minecraft:acacia_pressure_plate",
+ "minecraft:acacia_sapling",
+ "minecraft:acacia_sign",
+ "minecraft:acacia_slab",
+ "minecraft:acacia_stairs",
+ "minecraft:acacia_trapdoor",
+ "minecraft:acacia_wall_sign",
+ "minecraft:acacia_wood",
+ "minecraft:allium",
+ "minecraft:attached_melon_stem",
+ "minecraft:attached_pumpkin_stem",
+ "minecraft:azalea",
+ "minecraft:azure_bluet",
+ "minecraft:bamboo",
+ "minecraft:barrel",
+ "minecraft:bee_nest",
+ "minecraft:beehive",
+ "minecraft:beetroots",
+ "minecraft:big_dripleaf",
+ "minecraft:big_dripleaf_stem",
+ "minecraft:birch_button",
+ "minecraft:birch_door",
+ "minecraft:birch_fence",
+ "minecraft:birch_fence_gate",
+ "minecraft:birch_log",
+ "minecraft:birch_planks",
+ "minecraft:birch_pressure_plate",
+ "minecraft:birch_sapling",
+ "minecraft:birch_sign",
+ "minecraft:birch_slab",
+ "minecraft:birch_stairs",
+ "minecraft:birch_trapdoor",
+ "minecraft:birch_wall_sign",
+ "minecraft:birch_wood",
+ "minecraft:black_banner",
+ "minecraft:black_wall_banner",
+ "minecraft:blue_banner",
+ "minecraft:blue_orchid",
+ "minecraft:blue_wall_banner",
+ "minecraft:bookshelf",
+ "minecraft:brown_banner",
+ "minecraft:brown_mushroom",
+ "minecraft:brown_mushroom_block",
+ "minecraft:brown_wall_banner",
+ "minecraft:campfire",
+ "minecraft:carrots",
+ "minecraft:cartography_table",
+ "minecraft:carved_pumpkin",
+ "minecraft:cave_vines",
+ "minecraft:cave_vines_plant",
+ "minecraft:chest",
+ "minecraft:chorus_flower",
+ "minecraft:chorus_plant",
+ "minecraft:cocoa",
+ "minecraft:composter",
+ "minecraft:cornflower",
+ "minecraft:crafting_table",
+ "minecraft:crimson_button",
+ "minecraft:crimson_door",
+ "minecraft:crimson_fence",
+ "minecraft:crimson_fence_gate",
+ "minecraft:crimson_fungus",
+ "minecraft:crimson_hyphae",
+ "minecraft:crimson_planks",
+ "minecraft:crimson_pressure_plate",
+ "minecraft:crimson_sign",
+ "minecraft:crimson_slab",
+ "minecraft:crimson_stairs",
+ "minecraft:crimson_stem",
+ "minecraft:crimson_trapdoor",
+ "minecraft:crimson_wall_sign",
+ "minecraft:cyan_banner",
+ "minecraft:cyan_wall_banner",
+ "minecraft:dandelion",
+ "minecraft:dark_oak_button",
+ "minecraft:dark_oak_door",
+ "minecraft:dark_oak_fence",
+ "minecraft:dark_oak_fence_gate",
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_planks",
+ "minecraft:dark_oak_pressure_plate",
+ "minecraft:dark_oak_sapling",
+ "minecraft:dark_oak_sign",
+ "minecraft:dark_oak_slab",
+ "minecraft:dark_oak_stairs",
+ "minecraft:dark_oak_trapdoor",
+ "minecraft:dark_oak_wall_sign",
+ "minecraft:dark_oak_wood",
+ "minecraft:daylight_detector",
+ "minecraft:dead_bush",
+ "minecraft:fern",
+ "minecraft:fletching_table",
+ "minecraft:flowering_azalea",
+ "minecraft:flowering_azalea_leaves",
+ "minecraft:glow_lichen",
+ "minecraft:grass",
+ "minecraft:gray_banner",
+ "minecraft:gray_wall_banner",
+ "minecraft:green_banner",
+ "minecraft:green_wall_banner",
+ "minecraft:hanging_roots",
+ "minecraft:jack_o_lantern",
+ "minecraft:jukebox",
+ "minecraft:jungle_button",
+ "minecraft:jungle_door",
+ "minecraft:jungle_fence",
+ "minecraft:jungle_fence_gate",
+ "minecraft:jungle_log",
+ "minecraft:jungle_planks",
+ "minecraft:jungle_pressure_plate",
+ "minecraft:jungle_sapling",
+ "minecraft:jungle_sign",
+ "minecraft:jungle_slab",
+ "minecraft:jungle_stairs",
+ "minecraft:jungle_trapdoor",
+ "minecraft:jungle_wall_sign",
+ "minecraft:jungle_wood",
+ "minecraft:ladder",
+ "minecraft:large_fern",
+ "minecraft:lectern",
+ "minecraft:light_blue_banner",
+ "minecraft:light_blue_wall_banner",
+ "minecraft:light_gray_banner",
+ "minecraft:light_gray_wall_banner",
+ "minecraft:lilac",
+ "minecraft:lily_of_the_valley",
+ "minecraft:lily_pad",
+ "minecraft:lime_banner",
+ "minecraft:lime_wall_banner",
+ "minecraft:loom",
+ "minecraft:magenta_banner",
+ "minecraft:magenta_wall_banner",
+ "minecraft:melon",
+ "minecraft:melon_stem",
+ "minecraft:mushroom_stem",
+ "minecraft:nether_wart",
+ "minecraft:note_block",
+ "minecraft:oak_button",
+ "minecraft:oak_door",
+ "minecraft:oak_fence",
+ "minecraft:oak_fence_gate",
+ "minecraft:oak_log",
+ "minecraft:oak_planks",
+ "minecraft:oak_pressure_plate",
+ "minecraft:oak_sapling",
+ "minecraft:oak_sign",
+ "minecraft:oak_slab",
+ "minecraft:oak_stairs",
+ "minecraft:oak_trapdoor",
+ "minecraft:oak_wall_sign",
+ "minecraft:oak_wood",
+ "minecraft:orange_banner",
+ "minecraft:orange_tulip",
+ "minecraft:orange_wall_banner",
+ "minecraft:oxeye_daisy",
+ "minecraft:peony",
+ "minecraft:pink_banner",
+ "minecraft:pink_tulip",
+ "minecraft:pink_wall_banner",
+ "minecraft:poppy",
+ "minecraft:potatoes",
+ "minecraft:pumpkin",
+ "minecraft:pumpkin_stem",
+ "minecraft:purple_banner",
+ "minecraft:purple_wall_banner",
+ "minecraft:red_banner",
+ "minecraft:red_mushroom",
+ "minecraft:red_mushroom_block",
+ "minecraft:red_tulip",
+ "minecraft:red_wall_banner",
+ "minecraft:rose_bush",
+ "minecraft:scaffolding",
+ "minecraft:small_dripleaf",
+ "minecraft:smithing_table",
+ "minecraft:soul_campfire",
+ "minecraft:spore_blossom",
+ "minecraft:spruce_button",
+ "minecraft:spruce_door",
+ "minecraft:spruce_fence",
+ "minecraft:spruce_fence_gate",
+ "minecraft:spruce_log",
+ "minecraft:spruce_planks",
+ "minecraft:spruce_pressure_plate",
+ "minecraft:spruce_sapling",
+ "minecraft:spruce_sign",
+ "minecraft:spruce_slab",
+ "minecraft:spruce_stairs",
+ "minecraft:spruce_trapdoor",
+ "minecraft:spruce_wall_sign",
+ "minecraft:spruce_wood",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood",
+ "minecraft:stripped_crimson_hyphae",
+ "minecraft:stripped_crimson_stem",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood",
+ "minecraft:stripped_warped_hyphae",
+ "minecraft:stripped_warped_stem",
+ "minecraft:sugar_cane",
+ "minecraft:sunflower",
+ "minecraft:sweet_berry_bush",
+ "minecraft:tall_grass",
+ "minecraft:trapped_chest",
+ "minecraft:twisting_vines",
+ "minecraft:twisting_vines_plant",
+ "minecraft:vine",
+ "minecraft:warped_button",
+ "minecraft:warped_door",
+ "minecraft:warped_fence",
+ "minecraft:warped_fence_gate",
+ "minecraft:warped_fungus",
+ "minecraft:warped_hyphae",
+ "minecraft:warped_planks",
+ "minecraft:warped_pressure_plate",
+ "minecraft:warped_sign",
+ "minecraft:warped_slab",
+ "minecraft:warped_stairs",
+ "minecraft:warped_stem",
+ "minecraft:warped_trapdoor",
+ "minecraft:warped_wall_sign",
+ "minecraft:weeping_vines",
+ "minecraft:weeping_vines_plant",
+ "minecraft:wheat",
+ "minecraft:white_banner",
+ "minecraft:white_tulip",
+ "minecraft:white_wall_banner",
+ "minecraft:wither_rose",
+ "minecraft:yellow_banner",
+ "minecraft:yellow_wall_banner"
+ ],
+ "minecraft:mineable/hoe": [
+ "minecraft:acacia_leaves",
+ "minecraft:azalea_leaves",
+ "minecraft:birch_leaves",
+ "minecraft:dark_oak_leaves",
+ "minecraft:dried_kelp_block",
+ "minecraft:flowering_azalea_leaves",
+ "minecraft:hay_block",
+ "minecraft:jungle_leaves",
+ "minecraft:moss_block",
+ "minecraft:moss_carpet",
+ "minecraft:nether_wart_block",
+ "minecraft:oak_leaves",
+ "minecraft:sculk_sensor",
+ "minecraft:shroomlight",
+ "minecraft:sponge",
+ "minecraft:spruce_leaves",
+ "minecraft:target",
+ "minecraft:warped_wart_block",
+ "minecraft:wet_sponge"
+ ],
+ "minecraft:mineable/pickaxe": [
+ "minecraft:activator_rail",
+ "minecraft:amethyst_block",
+ "minecraft:amethyst_cluster",
+ "minecraft:ancient_debris",
+ "minecraft:andesite",
+ "minecraft:andesite_slab",
+ "minecraft:andesite_stairs",
+ "minecraft:andesite_wall",
+ "minecraft:anvil",
+ "minecraft:basalt",
+ "minecraft:bell",
+ "minecraft:black_concrete",
+ "minecraft:black_glazed_terracotta",
+ "minecraft:black_shulker_box",
+ "minecraft:black_terracotta",
+ "minecraft:blackstone",
+ "minecraft:blackstone_slab",
+ "minecraft:blackstone_stairs",
+ "minecraft:blackstone_wall",
+ "minecraft:blast_furnace",
+ "minecraft:blue_concrete",
+ "minecraft:blue_glazed_terracotta",
+ "minecraft:blue_ice",
+ "minecraft:blue_shulker_box",
+ "minecraft:blue_terracotta",
+ "minecraft:bone_block",
+ "minecraft:brain_coral_block",
+ "minecraft:brewing_stand",
+ "minecraft:brick_slab",
+ "minecraft:brick_stairs",
+ "minecraft:brick_wall",
+ "minecraft:bricks",
+ "minecraft:brown_concrete",
+ "minecraft:brown_glazed_terracotta",
+ "minecraft:brown_shulker_box",
+ "minecraft:brown_terracotta",
+ "minecraft:bubble_coral_block",
+ "minecraft:budding_amethyst",
+ "minecraft:calcite",
+ "minecraft:cauldron",
+ "minecraft:chain",
+ "minecraft:chipped_anvil",
+ "minecraft:chiseled_deepslate",
+ "minecraft:chiseled_nether_bricks",
+ "minecraft:chiseled_polished_blackstone",
+ "minecraft:chiseled_quartz_block",
+ "minecraft:chiseled_red_sandstone",
+ "minecraft:chiseled_sandstone",
+ "minecraft:chiseled_stone_bricks",
+ "minecraft:coal_block",
+ "minecraft:coal_ore",
+ "minecraft:cobbled_deepslate",
+ "minecraft:cobbled_deepslate_slab",
+ "minecraft:cobbled_deepslate_stairs",
+ "minecraft:cobbled_deepslate_wall",
+ "minecraft:cobblestone",
+ "minecraft:cobblestone_slab",
+ "minecraft:cobblestone_stairs",
+ "minecraft:cobblestone_wall",
+ "minecraft:copper_block",
+ "minecraft:copper_ore",
+ "minecraft:cracked_deepslate_bricks",
+ "minecraft:cracked_deepslate_tiles",
+ "minecraft:cracked_nether_bricks",
+ "minecraft:cracked_polished_blackstone_bricks",
+ "minecraft:cracked_stone_bricks",
+ "minecraft:crimson_nylium",
+ "minecraft:crying_obsidian",
+ "minecraft:cut_copper",
+ "minecraft:cut_copper_slab",
+ "minecraft:cut_copper_stairs",
+ "minecraft:cut_red_sandstone",
+ "minecraft:cut_red_sandstone_slab",
+ "minecraft:cut_sandstone",
+ "minecraft:cut_sandstone_slab",
+ "minecraft:cyan_concrete",
+ "minecraft:cyan_glazed_terracotta",
+ "minecraft:cyan_shulker_box",
+ "minecraft:cyan_terracotta",
+ "minecraft:damaged_anvil",
+ "minecraft:dark_prismarine",
+ "minecraft:dark_prismarine_slab",
+ "minecraft:dark_prismarine_stairs",
+ "minecraft:dead_brain_coral",
+ "minecraft:dead_brain_coral_block",
+ "minecraft:dead_brain_coral_fan",
+ "minecraft:dead_brain_coral_wall_fan",
+ "minecraft:dead_bubble_coral",
+ "minecraft:dead_bubble_coral_block",
+ "minecraft:dead_bubble_coral_fan",
+ "minecraft:dead_bubble_coral_wall_fan",
+ "minecraft:dead_fire_coral",
+ "minecraft:dead_fire_coral_block",
+ "minecraft:dead_fire_coral_fan",
+ "minecraft:dead_fire_coral_wall_fan",
+ "minecraft:dead_horn_coral",
+ "minecraft:dead_horn_coral_block",
+ "minecraft:dead_horn_coral_fan",
+ "minecraft:dead_horn_coral_wall_fan",
+ "minecraft:dead_tube_coral",
+ "minecraft:dead_tube_coral_block",
+ "minecraft:dead_tube_coral_fan",
+ "minecraft:dead_tube_coral_wall_fan",
+ "minecraft:deepslate",
+ "minecraft:deepslate_brick_slab",
+ "minecraft:deepslate_brick_stairs",
+ "minecraft:deepslate_brick_wall",
+ "minecraft:deepslate_bricks",
+ "minecraft:deepslate_coal_ore",
+ "minecraft:deepslate_copper_ore",
+ "minecraft:deepslate_diamond_ore",
+ "minecraft:deepslate_emerald_ore",
+ "minecraft:deepslate_gold_ore",
+ "minecraft:deepslate_iron_ore",
+ "minecraft:deepslate_lapis_ore",
+ "minecraft:deepslate_redstone_ore",
+ "minecraft:deepslate_tile_slab",
+ "minecraft:deepslate_tile_stairs",
+ "minecraft:deepslate_tile_wall",
+ "minecraft:deepslate_tiles",
+ "minecraft:detector_rail",
+ "minecraft:diamond_block",
+ "minecraft:diamond_ore",
+ "minecraft:diorite",
+ "minecraft:diorite_slab",
+ "minecraft:diorite_stairs",
+ "minecraft:diorite_wall",
+ "minecraft:dispenser",
+ "minecraft:dripstone_block",
+ "minecraft:dropper",
+ "minecraft:emerald_block",
+ "minecraft:emerald_ore",
+ "minecraft:enchanting_table",
+ "minecraft:end_stone",
+ "minecraft:end_stone_brick_slab",
+ "minecraft:end_stone_brick_stairs",
+ "minecraft:end_stone_brick_wall",
+ "minecraft:end_stone_bricks",
+ "minecraft:ender_chest",
+ "minecraft:exposed_copper",
+ "minecraft:exposed_cut_copper",
+ "minecraft:exposed_cut_copper_slab",
+ "minecraft:exposed_cut_copper_stairs",
+ "minecraft:fire_coral_block",
+ "minecraft:furnace",
+ "minecraft:gilded_blackstone",
+ "minecraft:gold_block",
+ "minecraft:gold_ore",
+ "minecraft:granite",
+ "minecraft:granite_slab",
+ "minecraft:granite_stairs",
+ "minecraft:granite_wall",
+ "minecraft:gray_concrete",
+ "minecraft:gray_glazed_terracotta",
+ "minecraft:gray_shulker_box",
+ "minecraft:gray_terracotta",
+ "minecraft:green_concrete",
+ "minecraft:green_glazed_terracotta",
+ "minecraft:green_shulker_box",
+ "minecraft:green_terracotta",
+ "minecraft:grindstone",
+ "minecraft:heavy_weighted_pressure_plate",
+ "minecraft:hopper",
+ "minecraft:horn_coral_block",
+ "minecraft:ice",
+ "minecraft:infested_chiseled_stone_bricks",
+ "minecraft:infested_cobblestone",
+ "minecraft:infested_cracked_stone_bricks",
+ "minecraft:infested_deepslate",
+ "minecraft:infested_mossy_stone_bricks",
+ "minecraft:infested_stone",
+ "minecraft:infested_stone_bricks",
+ "minecraft:iron_bars",
+ "minecraft:iron_block",
+ "minecraft:iron_door",
+ "minecraft:iron_ore",
+ "minecraft:iron_trapdoor",
+ "minecraft:lantern",
+ "minecraft:lapis_block",
+ "minecraft:lapis_ore",
+ "minecraft:large_amethyst_bud",
+ "minecraft:lava_cauldron",
+ "minecraft:light_blue_concrete",
+ "minecraft:light_blue_glazed_terracotta",
+ "minecraft:light_blue_shulker_box",
+ "minecraft:light_blue_terracotta",
+ "minecraft:light_gray_concrete",
+ "minecraft:light_gray_glazed_terracotta",
+ "minecraft:light_gray_shulker_box",
+ "minecraft:light_gray_terracotta",
+ "minecraft:light_weighted_pressure_plate",
+ "minecraft:lightning_rod",
+ "minecraft:lime_concrete",
+ "minecraft:lime_glazed_terracotta",
+ "minecraft:lime_shulker_box",
+ "minecraft:lime_terracotta",
+ "minecraft:lodestone",
+ "minecraft:magenta_concrete",
+ "minecraft:magenta_glazed_terracotta",
+ "minecraft:magenta_shulker_box",
+ "minecraft:magenta_terracotta",
+ "minecraft:magma_block",
+ "minecraft:medium_amethyst_bud",
+ "minecraft:mossy_cobblestone",
+ "minecraft:mossy_cobblestone_slab",
+ "minecraft:mossy_cobblestone_stairs",
+ "minecraft:mossy_cobblestone_wall",
+ "minecraft:mossy_stone_brick_slab",
+ "minecraft:mossy_stone_brick_stairs",
+ "minecraft:mossy_stone_brick_wall",
+ "minecraft:mossy_stone_bricks",
+ "minecraft:nether_brick_fence",
+ "minecraft:nether_brick_slab",
+ "minecraft:nether_brick_stairs",
+ "minecraft:nether_brick_wall",
+ "minecraft:nether_bricks",
+ "minecraft:nether_gold_ore",
+ "minecraft:nether_quartz_ore",
+ "minecraft:netherite_block",
+ "minecraft:netherrack",
+ "minecraft:observer",
+ "minecraft:obsidian",
+ "minecraft:orange_concrete",
+ "minecraft:orange_glazed_terracotta",
+ "minecraft:orange_shulker_box",
+ "minecraft:orange_terracotta",
+ "minecraft:oxidized_copper",
+ "minecraft:oxidized_cut_copper",
+ "minecraft:oxidized_cut_copper_slab",
+ "minecraft:oxidized_cut_copper_stairs",
+ "minecraft:packed_ice",
+ "minecraft:petrified_oak_slab",
+ "minecraft:pink_concrete",
+ "minecraft:pink_glazed_terracotta",
+ "minecraft:pink_shulker_box",
+ "minecraft:pink_terracotta",
+ "minecraft:piston",
+ "minecraft:piston_head",
+ "minecraft:pointed_dripstone",
+ "minecraft:polished_andesite",
+ "minecraft:polished_andesite_slab",
+ "minecraft:polished_andesite_stairs",
+ "minecraft:polished_basalt",
+ "minecraft:polished_blackstone",
+ "minecraft:polished_blackstone_brick_slab",
+ "minecraft:polished_blackstone_brick_stairs",
+ "minecraft:polished_blackstone_brick_wall",
+ "minecraft:polished_blackstone_bricks",
+ "minecraft:polished_blackstone_pressure_plate",
+ "minecraft:polished_blackstone_slab",
+ "minecraft:polished_blackstone_stairs",
+ "minecraft:polished_blackstone_wall",
+ "minecraft:polished_deepslate",
+ "minecraft:polished_deepslate_slab",
+ "minecraft:polished_deepslate_stairs",
+ "minecraft:polished_deepslate_wall",
+ "minecraft:polished_diorite",
+ "minecraft:polished_diorite_slab",
+ "minecraft:polished_diorite_stairs",
+ "minecraft:polished_granite",
+ "minecraft:polished_granite_slab",
+ "minecraft:polished_granite_stairs",
+ "minecraft:powder_snow_cauldron",
+ "minecraft:powered_rail",
+ "minecraft:prismarine",
+ "minecraft:prismarine_brick_slab",
+ "minecraft:prismarine_brick_stairs",
+ "minecraft:prismarine_bricks",
+ "minecraft:prismarine_slab",
+ "minecraft:prismarine_stairs",
+ "minecraft:prismarine_wall",
+ "minecraft:purple_concrete",
+ "minecraft:purple_glazed_terracotta",
+ "minecraft:purple_shulker_box",
+ "minecraft:purple_terracotta",
+ "minecraft:purpur_block",
+ "minecraft:purpur_pillar",
+ "minecraft:purpur_slab",
+ "minecraft:purpur_stairs",
+ "minecraft:quartz_block",
+ "minecraft:quartz_bricks",
+ "minecraft:quartz_pillar",
+ "minecraft:quartz_slab",
+ "minecraft:quartz_stairs",
+ "minecraft:rail",
+ "minecraft:raw_copper_block",
+ "minecraft:raw_gold_block",
+ "minecraft:raw_iron_block",
+ "minecraft:red_concrete",
+ "minecraft:red_glazed_terracotta",
+ "minecraft:red_nether_brick_slab",
+ "minecraft:red_nether_brick_stairs",
+ "minecraft:red_nether_brick_wall",
+ "minecraft:red_nether_bricks",
+ "minecraft:red_sandstone",
+ "minecraft:red_sandstone_slab",
+ "minecraft:red_sandstone_stairs",
+ "minecraft:red_sandstone_wall",
+ "minecraft:red_shulker_box",
+ "minecraft:red_terracotta",
+ "minecraft:redstone_block",
+ "minecraft:redstone_ore",
+ "minecraft:respawn_anchor",
+ "minecraft:sandstone",
+ "minecraft:sandstone_slab",
+ "minecraft:sandstone_stairs",
+ "minecraft:sandstone_wall",
+ "minecraft:shulker_box",
+ "minecraft:small_amethyst_bud",
+ "minecraft:smoker",
+ "minecraft:smooth_basalt",
+ "minecraft:smooth_quartz",
+ "minecraft:smooth_quartz_slab",
+ "minecraft:smooth_quartz_stairs",
+ "minecraft:smooth_red_sandstone",
+ "minecraft:smooth_red_sandstone_slab",
+ "minecraft:smooth_red_sandstone_stairs",
+ "minecraft:smooth_sandstone",
+ "minecraft:smooth_sandstone_slab",
+ "minecraft:smooth_sandstone_stairs",
+ "minecraft:smooth_stone",
+ "minecraft:smooth_stone_slab",
+ "minecraft:soul_lantern",
+ "minecraft:spawner",
+ "minecraft:sticky_piston",
+ "minecraft:stone",
+ "minecraft:stone_brick_slab",
+ "minecraft:stone_brick_stairs",
+ "minecraft:stone_brick_wall",
+ "minecraft:stone_bricks",
+ "minecraft:stone_button",
+ "minecraft:stone_pressure_plate",
+ "minecraft:stone_slab",
+ "minecraft:stone_stairs",
+ "minecraft:stonecutter",
+ "minecraft:terracotta",
+ "minecraft:tube_coral_block",
+ "minecraft:tuff",
+ "minecraft:warped_nylium",
+ "minecraft:water_cauldron",
+ "minecraft:waxed_copper_block",
+ "minecraft:waxed_cut_copper",
+ "minecraft:waxed_cut_copper_slab",
+ "minecraft:waxed_cut_copper_stairs",
+ "minecraft:waxed_exposed_copper",
+ "minecraft:waxed_exposed_cut_copper",
+ "minecraft:waxed_exposed_cut_copper_slab",
+ "minecraft:waxed_exposed_cut_copper_stairs",
+ "minecraft:waxed_oxidized_copper",
+ "minecraft:waxed_oxidized_cut_copper",
+ "minecraft:waxed_oxidized_cut_copper_slab",
+ "minecraft:waxed_oxidized_cut_copper_stairs",
+ "minecraft:waxed_weathered_copper",
+ "minecraft:waxed_weathered_cut_copper",
+ "minecraft:waxed_weathered_cut_copper_slab",
+ "minecraft:waxed_weathered_cut_copper_stairs",
+ "minecraft:weathered_copper",
+ "minecraft:weathered_cut_copper",
+ "minecraft:weathered_cut_copper_slab",
+ "minecraft:weathered_cut_copper_stairs",
+ "minecraft:white_concrete",
+ "minecraft:white_glazed_terracotta",
+ "minecraft:white_shulker_box",
+ "minecraft:white_terracotta",
+ "minecraft:yellow_concrete",
+ "minecraft:yellow_glazed_terracotta",
+ "minecraft:yellow_shulker_box",
+ "minecraft:yellow_terracotta"
+ ],
+ "minecraft:mineable/shovel": [
+ "minecraft:black_concrete_powder",
+ "minecraft:blue_concrete_powder",
+ "minecraft:brown_concrete_powder",
+ "minecraft:clay",
+ "minecraft:coarse_dirt",
+ "minecraft:cyan_concrete_powder",
+ "minecraft:dirt",
+ "minecraft:dirt_path",
+ "minecraft:farmland",
+ "minecraft:grass_block",
+ "minecraft:gravel",
+ "minecraft:gray_concrete_powder",
+ "minecraft:green_concrete_powder",
+ "minecraft:light_blue_concrete_powder",
+ "minecraft:light_gray_concrete_powder",
+ "minecraft:lime_concrete_powder",
+ "minecraft:magenta_concrete_powder",
+ "minecraft:mycelium",
+ "minecraft:orange_concrete_powder",
+ "minecraft:pink_concrete_powder",
+ "minecraft:podzol",
+ "minecraft:purple_concrete_powder",
+ "minecraft:red_concrete_powder",
+ "minecraft:red_sand",
+ "minecraft:rooted_dirt",
+ "minecraft:sand",
+ "minecraft:snow",
+ "minecraft:snow_block",
+ "minecraft:soul_sand",
+ "minecraft:soul_soil",
+ "minecraft:white_concrete_powder",
+ "minecraft:yellow_concrete_powder"
+ ],
+ "minecraft:moss_replaceable": [
+ "minecraft:andesite",
+ "minecraft:cave_vines",
+ "minecraft:cave_vines_plant",
+ "minecraft:coarse_dirt",
+ "minecraft:deepslate",
+ "minecraft:diorite",
+ "minecraft:dirt",
+ "minecraft:granite",
+ "minecraft:grass_block",
+ "minecraft:moss_block",
+ "minecraft:mycelium",
+ "minecraft:podzol",
+ "minecraft:rooted_dirt",
+ "minecraft:stone",
+ "minecraft:tuff"
+ ],
+ "minecraft:mushroom_grow_block": [
+ "minecraft:crimson_nylium",
+ "minecraft:mycelium",
+ "minecraft:podzol",
+ "minecraft:warped_nylium"
+ ],
+ "minecraft:needs_diamond_tool": [
+ "minecraft:ancient_debris",
+ "minecraft:crying_obsidian",
+ "minecraft:netherite_block",
+ "minecraft:obsidian",
+ "minecraft:respawn_anchor"
+ ],
+ "minecraft:needs_iron_tool": [
+ "minecraft:deepslate_diamond_ore",
+ "minecraft:deepslate_emerald_ore",
+ "minecraft:deepslate_gold_ore",
+ "minecraft:deepslate_redstone_ore",
+ "minecraft:diamond_block",
+ "minecraft:diamond_ore",
+ "minecraft:emerald_block",
+ "minecraft:emerald_ore",
+ "minecraft:gold_block",
+ "minecraft:gold_ore",
+ "minecraft:raw_gold_block",
+ "minecraft:redstone_ore"
+ ],
+ "minecraft:needs_stone_tool": [
+ "minecraft:copper_block",
+ "minecraft:copper_ore",
+ "minecraft:cut_copper",
+ "minecraft:cut_copper_slab",
+ "minecraft:cut_copper_stairs",
+ "minecraft:deepslate_copper_ore",
+ "minecraft:deepslate_iron_ore",
+ "minecraft:deepslate_lapis_ore",
+ "minecraft:exposed_copper",
+ "minecraft:exposed_cut_copper",
+ "minecraft:exposed_cut_copper_slab",
+ "minecraft:exposed_cut_copper_stairs",
+ "minecraft:iron_block",
+ "minecraft:iron_ore",
+ "minecraft:lapis_block",
+ "minecraft:lapis_ore",
+ "minecraft:lightning_rod",
+ "minecraft:oxidized_copper",
+ "minecraft:oxidized_cut_copper",
+ "minecraft:oxidized_cut_copper_slab",
+ "minecraft:oxidized_cut_copper_stairs",
+ "minecraft:raw_copper_block",
+ "minecraft:raw_iron_block",
+ "minecraft:waxed_copper_block",
+ "minecraft:waxed_cut_copper",
+ "minecraft:waxed_cut_copper_slab",
+ "minecraft:waxed_cut_copper_stairs",
+ "minecraft:waxed_exposed_copper",
+ "minecraft:waxed_exposed_cut_copper",
+ "minecraft:waxed_exposed_cut_copper_slab",
+ "minecraft:waxed_exposed_cut_copper_stairs",
+ "minecraft:waxed_oxidized_copper",
+ "minecraft:waxed_oxidized_cut_copper",
+ "minecraft:waxed_oxidized_cut_copper_slab",
+ "minecraft:waxed_oxidized_cut_copper_stairs",
+ "minecraft:waxed_weathered_copper",
+ "minecraft:waxed_weathered_cut_copper",
+ "minecraft:waxed_weathered_cut_copper_slab",
+ "minecraft:waxed_weathered_cut_copper_stairs",
+ "minecraft:weathered_copper",
+ "minecraft:weathered_cut_copper",
+ "minecraft:weathered_cut_copper_slab",
+ "minecraft:weathered_cut_copper_stairs"
+ ],
+ "minecraft:non_flammable_wood": [
+ "minecraft:crimson_button",
+ "minecraft:crimson_door",
+ "minecraft:crimson_fence",
+ "minecraft:crimson_fence_gate",
+ "minecraft:crimson_hyphae",
+ "minecraft:crimson_planks",
+ "minecraft:crimson_pressure_plate",
+ "minecraft:crimson_sign",
+ "minecraft:crimson_slab",
+ "minecraft:crimson_stairs",
+ "minecraft:crimson_stem",
+ "minecraft:crimson_trapdoor",
+ "minecraft:crimson_wall_sign",
+ "minecraft:stripped_crimson_hyphae",
+ "minecraft:stripped_crimson_stem",
+ "minecraft:stripped_warped_hyphae",
+ "minecraft:stripped_warped_stem",
+ "minecraft:warped_button",
+ "minecraft:warped_door",
+ "minecraft:warped_fence",
+ "minecraft:warped_fence_gate",
+ "minecraft:warped_hyphae",
+ "minecraft:warped_planks",
+ "minecraft:warped_pressure_plate",
+ "minecraft:warped_sign",
+ "minecraft:warped_slab",
+ "minecraft:warped_stairs",
+ "minecraft:warped_stem",
+ "minecraft:warped_trapdoor",
+ "minecraft:warped_wall_sign"
+ ],
+ "minecraft:nylium": [
+ "minecraft:crimson_nylium",
+ "minecraft:warped_nylium"
+ ],
+ "minecraft:oak_logs": [
+ "minecraft:oak_log",
+ "minecraft:oak_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood"
+ ],
+ "minecraft:occludes_vibration_signals": [
+ "minecraft:black_wool",
+ "minecraft:blue_wool",
+ "minecraft:brown_wool",
+ "minecraft:cyan_wool",
+ "minecraft:gray_wool",
+ "minecraft:green_wool",
+ "minecraft:light_blue_wool",
+ "minecraft:light_gray_wool",
+ "minecraft:lime_wool",
+ "minecraft:magenta_wool",
+ "minecraft:orange_wool",
+ "minecraft:pink_wool",
+ "minecraft:purple_wool",
+ "minecraft:red_wool",
+ "minecraft:white_wool",
+ "minecraft:yellow_wool"
+ ],
+ "minecraft:piglin_repellents": [
+ "minecraft:soul_campfire",
+ "minecraft:soul_fire",
+ "minecraft:soul_lantern",
+ "minecraft:soul_torch",
+ "minecraft:soul_wall_torch"
+ ],
+ "minecraft:planks": [
+ "minecraft:acacia_planks",
+ "minecraft:birch_planks",
+ "minecraft:crimson_planks",
+ "minecraft:dark_oak_planks",
+ "minecraft:jungle_planks",
+ "minecraft:oak_planks",
+ "minecraft:spruce_planks",
+ "minecraft:warped_planks"
+ ],
+ "minecraft:portals": [
+ "minecraft:end_gateway",
+ "minecraft:end_portal",
+ "minecraft:nether_portal"
+ ],
+ "minecraft:pressure_plates": [
+ "minecraft:acacia_pressure_plate",
+ "minecraft:birch_pressure_plate",
+ "minecraft:crimson_pressure_plate",
+ "minecraft:dark_oak_pressure_plate",
+ "minecraft:heavy_weighted_pressure_plate",
+ "minecraft:jungle_pressure_plate",
+ "minecraft:light_weighted_pressure_plate",
+ "minecraft:oak_pressure_plate",
+ "minecraft:polished_blackstone_pressure_plate",
+ "minecraft:spruce_pressure_plate",
+ "minecraft:stone_pressure_plate",
+ "minecraft:warped_pressure_plate"
+ ],
+ "minecraft:prevent_mob_spawning_inside": [
+ "minecraft:activator_rail",
+ "minecraft:detector_rail",
+ "minecraft:powered_rail",
+ "minecraft:rail"
+ ],
+ "minecraft:rails": [
+ "minecraft:activator_rail",
+ "minecraft:detector_rail",
+ "minecraft:powered_rail",
+ "minecraft:rail"
+ ],
+ "minecraft:redstone_ores": [
+ "minecraft:deepslate_redstone_ore",
+ "minecraft:redstone_ore"
+ ],
+ "minecraft:sand": [
+ "minecraft:red_sand",
+ "minecraft:sand"
+ ],
+ "minecraft:saplings": [
+ "minecraft:acacia_sapling",
+ "minecraft:azalea",
+ "minecraft:birch_sapling",
+ "minecraft:dark_oak_sapling",
+ "minecraft:flowering_azalea",
+ "minecraft:jungle_sapling",
+ "minecraft:oak_sapling",
+ "minecraft:spruce_sapling"
+ ],
+ "minecraft:shulker_boxes": [
+ "minecraft:black_shulker_box",
+ "minecraft:blue_shulker_box",
+ "minecraft:brown_shulker_box",
+ "minecraft:cyan_shulker_box",
+ "minecraft:gray_shulker_box",
+ "minecraft:green_shulker_box",
+ "minecraft:light_blue_shulker_box",
+ "minecraft:light_gray_shulker_box",
+ "minecraft:lime_shulker_box",
+ "minecraft:magenta_shulker_box",
+ "minecraft:orange_shulker_box",
+ "minecraft:pink_shulker_box",
+ "minecraft:purple_shulker_box",
+ "minecraft:red_shulker_box",
+ "minecraft:shulker_box",
+ "minecraft:white_shulker_box",
+ "minecraft:yellow_shulker_box"
+ ],
+ "minecraft:signs": [
+ "minecraft:acacia_sign",
+ "minecraft:acacia_wall_sign",
+ "minecraft:birch_sign",
+ "minecraft:birch_wall_sign",
+ "minecraft:crimson_sign",
+ "minecraft:crimson_wall_sign",
+ "minecraft:dark_oak_sign",
+ "minecraft:dark_oak_wall_sign",
+ "minecraft:jungle_sign",
+ "minecraft:jungle_wall_sign",
+ "minecraft:oak_sign",
+ "minecraft:oak_wall_sign",
+ "minecraft:spruce_sign",
+ "minecraft:spruce_wall_sign",
+ "minecraft:warped_sign",
+ "minecraft:warped_wall_sign"
+ ],
+ "minecraft:slabs": [
+ "minecraft:acacia_slab",
+ "minecraft:andesite_slab",
+ "minecraft:birch_slab",
+ "minecraft:blackstone_slab",
+ "minecraft:brick_slab",
+ "minecraft:cobbled_deepslate_slab",
+ "minecraft:cobblestone_slab",
+ "minecraft:crimson_slab",
+ "minecraft:cut_copper_slab",
+ "minecraft:cut_red_sandstone_slab",
+ "minecraft:cut_sandstone_slab",
+ "minecraft:dark_oak_slab",
+ "minecraft:dark_prismarine_slab",
+ "minecraft:deepslate_brick_slab",
+ "minecraft:deepslate_tile_slab",
+ "minecraft:diorite_slab",
+ "minecraft:end_stone_brick_slab",
+ "minecraft:exposed_cut_copper_slab",
+ "minecraft:granite_slab",
+ "minecraft:jungle_slab",
+ "minecraft:mossy_cobblestone_slab",
+ "minecraft:mossy_stone_brick_slab",
+ "minecraft:nether_brick_slab",
+ "minecraft:oak_slab",
+ "minecraft:oxidized_cut_copper_slab",
+ "minecraft:petrified_oak_slab",
+ "minecraft:polished_andesite_slab",
+ "minecraft:polished_blackstone_brick_slab",
+ "minecraft:polished_blackstone_slab",
+ "minecraft:polished_deepslate_slab",
+ "minecraft:polished_diorite_slab",
+ "minecraft:polished_granite_slab",
+ "minecraft:prismarine_brick_slab",
+ "minecraft:prismarine_slab",
+ "minecraft:purpur_slab",
+ "minecraft:quartz_slab",
+ "minecraft:red_nether_brick_slab",
+ "minecraft:red_sandstone_slab",
+ "minecraft:sandstone_slab",
+ "minecraft:smooth_quartz_slab",
+ "minecraft:smooth_red_sandstone_slab",
+ "minecraft:smooth_sandstone_slab",
+ "minecraft:smooth_stone_slab",
+ "minecraft:spruce_slab",
+ "minecraft:stone_brick_slab",
+ "minecraft:stone_slab",
+ "minecraft:warped_slab",
+ "minecraft:waxed_cut_copper_slab",
+ "minecraft:waxed_exposed_cut_copper_slab",
+ "minecraft:waxed_oxidized_cut_copper_slab",
+ "minecraft:waxed_weathered_cut_copper_slab",
+ "minecraft:weathered_cut_copper_slab"
+ ],
+ "minecraft:small_dripleaf_placeable": [
+ "minecraft:clay",
+ "minecraft:moss_block"
+ ],
+ "minecraft:small_flowers": [
+ "minecraft:allium",
+ "minecraft:azure_bluet",
+ "minecraft:blue_orchid",
+ "minecraft:cornflower",
+ "minecraft:dandelion",
+ "minecraft:lily_of_the_valley",
+ "minecraft:orange_tulip",
+ "minecraft:oxeye_daisy",
+ "minecraft:pink_tulip",
+ "minecraft:poppy",
+ "minecraft:red_tulip",
+ "minecraft:white_tulip",
+ "minecraft:wither_rose"
+ ],
+ "minecraft:snow": [
+ "minecraft:powder_snow",
+ "minecraft:snow",
+ "minecraft:snow_block"
+ ],
+ "minecraft:soul_fire_base_blocks": [
+ "minecraft:soul_sand",
+ "minecraft:soul_soil"
+ ],
+ "minecraft:soul_speed_blocks": [
+ "minecraft:soul_sand",
+ "minecraft:soul_soil"
+ ],
+ "minecraft:spruce_logs": [
+ "minecraft:spruce_log",
+ "minecraft:spruce_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood"
+ ],
+ "minecraft:stairs": [
+ "minecraft:acacia_stairs",
+ "minecraft:andesite_stairs",
+ "minecraft:birch_stairs",
+ "minecraft:blackstone_stairs",
+ "minecraft:brick_stairs",
+ "minecraft:cobbled_deepslate_stairs",
+ "minecraft:cobblestone_stairs",
+ "minecraft:crimson_stairs",
+ "minecraft:cut_copper_stairs",
+ "minecraft:dark_oak_stairs",
+ "minecraft:dark_prismarine_stairs",
+ "minecraft:deepslate_brick_stairs",
+ "minecraft:deepslate_tile_stairs",
+ "minecraft:diorite_stairs",
+ "minecraft:end_stone_brick_stairs",
+ "minecraft:exposed_cut_copper_stairs",
+ "minecraft:granite_stairs",
+ "minecraft:jungle_stairs",
+ "minecraft:mossy_cobblestone_stairs",
+ "minecraft:mossy_stone_brick_stairs",
+ "minecraft:nether_brick_stairs",
+ "minecraft:oak_stairs",
+ "minecraft:oxidized_cut_copper_stairs",
+ "minecraft:polished_andesite_stairs",
+ "minecraft:polished_blackstone_brick_stairs",
+ "minecraft:polished_blackstone_stairs",
+ "minecraft:polished_deepslate_stairs",
+ "minecraft:polished_diorite_stairs",
+ "minecraft:polished_granite_stairs",
+ "minecraft:prismarine_brick_stairs",
+ "minecraft:prismarine_stairs",
+ "minecraft:purpur_stairs",
+ "minecraft:quartz_stairs",
+ "minecraft:red_nether_brick_stairs",
+ "minecraft:red_sandstone_stairs",
+ "minecraft:sandstone_stairs",
+ "minecraft:smooth_quartz_stairs",
+ "minecraft:smooth_red_sandstone_stairs",
+ "minecraft:smooth_sandstone_stairs",
+ "minecraft:spruce_stairs",
+ "minecraft:stone_brick_stairs",
+ "minecraft:stone_stairs",
+ "minecraft:warped_stairs",
+ "minecraft:waxed_cut_copper_stairs",
+ "minecraft:waxed_exposed_cut_copper_stairs",
+ "minecraft:waxed_oxidized_cut_copper_stairs",
+ "minecraft:waxed_weathered_cut_copper_stairs",
+ "minecraft:weathered_cut_copper_stairs"
+ ],
+ "minecraft:standing_signs": [
+ "minecraft:acacia_sign",
+ "minecraft:birch_sign",
+ "minecraft:crimson_sign",
+ "minecraft:dark_oak_sign",
+ "minecraft:jungle_sign",
+ "minecraft:oak_sign",
+ "minecraft:spruce_sign",
+ "minecraft:warped_sign"
+ ],
+ "minecraft:stone_bricks": [
+ "minecraft:chiseled_stone_bricks",
+ "minecraft:cracked_stone_bricks",
+ "minecraft:mossy_stone_bricks",
+ "minecraft:stone_bricks"
+ ],
+ "minecraft:stone_ore_replaceables": [
+ "minecraft:andesite",
+ "minecraft:diorite",
+ "minecraft:granite",
+ "minecraft:stone"
+ ],
+ "minecraft:stone_pressure_plates": [
+ "minecraft:polished_blackstone_pressure_plate",
+ "minecraft:stone_pressure_plate"
+ ],
+ "minecraft:strider_warm_blocks": [
+ "minecraft:lava"
+ ],
+ "minecraft:tall_flowers": [
+ "minecraft:lilac",
+ "minecraft:peony",
+ "minecraft:rose_bush",
+ "minecraft:sunflower"
+ ],
+ "minecraft:trapdoors": [
+ "minecraft:acacia_trapdoor",
+ "minecraft:birch_trapdoor",
+ "minecraft:crimson_trapdoor",
+ "minecraft:dark_oak_trapdoor",
+ "minecraft:iron_trapdoor",
+ "minecraft:jungle_trapdoor",
+ "minecraft:oak_trapdoor",
+ "minecraft:spruce_trapdoor",
+ "minecraft:warped_trapdoor"
+ ],
+ "minecraft:underwater_bonemeals": [
+ "minecraft:brain_coral",
+ "minecraft:brain_coral_fan",
+ "minecraft:brain_coral_wall_fan",
+ "minecraft:bubble_coral",
+ "minecraft:bubble_coral_fan",
+ "minecraft:bubble_coral_wall_fan",
+ "minecraft:fire_coral",
+ "minecraft:fire_coral_fan",
+ "minecraft:fire_coral_wall_fan",
+ "minecraft:horn_coral",
+ "minecraft:horn_coral_fan",
+ "minecraft:horn_coral_wall_fan",
+ "minecraft:seagrass",
+ "minecraft:tube_coral",
+ "minecraft:tube_coral_fan",
+ "minecraft:tube_coral_wall_fan"
+ ],
+ "minecraft:unstable_bottom_center": [
+ "minecraft:acacia_fence_gate",
+ "minecraft:birch_fence_gate",
+ "minecraft:crimson_fence_gate",
+ "minecraft:dark_oak_fence_gate",
+ "minecraft:jungle_fence_gate",
+ "minecraft:oak_fence_gate",
+ "minecraft:spruce_fence_gate",
+ "minecraft:warped_fence_gate"
+ ],
+ "minecraft:valid_spawn": [
+ "minecraft:grass_block",
+ "minecraft:podzol"
+ ],
+ "minecraft:wall_corals": [
+ "minecraft:brain_coral_wall_fan",
+ "minecraft:bubble_coral_wall_fan",
+ "minecraft:fire_coral_wall_fan",
+ "minecraft:horn_coral_wall_fan",
+ "minecraft:tube_coral_wall_fan"
+ ],
+ "minecraft:wall_post_override": [
+ "minecraft:acacia_pressure_plate",
+ "minecraft:acacia_sign",
+ "minecraft:acacia_wall_sign",
+ "minecraft:birch_pressure_plate",
+ "minecraft:birch_sign",
+ "minecraft:birch_wall_sign",
+ "minecraft:black_banner",
+ "minecraft:black_wall_banner",
+ "minecraft:blue_banner",
+ "minecraft:blue_wall_banner",
+ "minecraft:brown_banner",
+ "minecraft:brown_wall_banner",
+ "minecraft:crimson_pressure_plate",
+ "minecraft:crimson_sign",
+ "minecraft:crimson_wall_sign",
+ "minecraft:cyan_banner",
+ "minecraft:cyan_wall_banner",
+ "minecraft:dark_oak_pressure_plate",
+ "minecraft:dark_oak_sign",
+ "minecraft:dark_oak_wall_sign",
+ "minecraft:gray_banner",
+ "minecraft:gray_wall_banner",
+ "minecraft:green_banner",
+ "minecraft:green_wall_banner",
+ "minecraft:heavy_weighted_pressure_plate",
+ "minecraft:jungle_pressure_plate",
+ "minecraft:jungle_sign",
+ "minecraft:jungle_wall_sign",
+ "minecraft:light_blue_banner",
+ "minecraft:light_blue_wall_banner",
+ "minecraft:light_gray_banner",
+ "minecraft:light_gray_wall_banner",
+ "minecraft:light_weighted_pressure_plate",
+ "minecraft:lime_banner",
+ "minecraft:lime_wall_banner",
+ "minecraft:magenta_banner",
+ "minecraft:magenta_wall_banner",
+ "minecraft:oak_pressure_plate",
+ "minecraft:oak_sign",
+ "minecraft:oak_wall_sign",
+ "minecraft:orange_banner",
+ "minecraft:orange_wall_banner",
+ "minecraft:pink_banner",
+ "minecraft:pink_wall_banner",
+ "minecraft:polished_blackstone_pressure_plate",
+ "minecraft:purple_banner",
+ "minecraft:purple_wall_banner",
+ "minecraft:red_banner",
+ "minecraft:red_wall_banner",
+ "minecraft:redstone_torch",
+ "minecraft:soul_torch",
+ "minecraft:spruce_pressure_plate",
+ "minecraft:spruce_sign",
+ "minecraft:spruce_wall_sign",
+ "minecraft:stone_pressure_plate",
+ "minecraft:torch",
+ "minecraft:tripwire",
+ "minecraft:warped_pressure_plate",
+ "minecraft:warped_sign",
+ "minecraft:warped_wall_sign",
+ "minecraft:white_banner",
+ "minecraft:white_wall_banner",
+ "minecraft:yellow_banner",
+ "minecraft:yellow_wall_banner"
+ ],
+ "minecraft:wall_signs": [
+ "minecraft:acacia_wall_sign",
+ "minecraft:birch_wall_sign",
+ "minecraft:crimson_wall_sign",
+ "minecraft:dark_oak_wall_sign",
+ "minecraft:jungle_wall_sign",
+ "minecraft:oak_wall_sign",
+ "minecraft:spruce_wall_sign",
+ "minecraft:warped_wall_sign"
+ ],
+ "minecraft:walls": [
+ "minecraft:andesite_wall",
+ "minecraft:blackstone_wall",
+ "minecraft:brick_wall",
+ "minecraft:cobbled_deepslate_wall",
+ "minecraft:cobblestone_wall",
+ "minecraft:deepslate_brick_wall",
+ "minecraft:deepslate_tile_wall",
+ "minecraft:diorite_wall",
+ "minecraft:end_stone_brick_wall",
+ "minecraft:granite_wall",
+ "minecraft:mossy_cobblestone_wall",
+ "minecraft:mossy_stone_brick_wall",
+ "minecraft:nether_brick_wall",
+ "minecraft:polished_blackstone_brick_wall",
+ "minecraft:polished_blackstone_wall",
+ "minecraft:polished_deepslate_wall",
+ "minecraft:prismarine_wall",
+ "minecraft:red_nether_brick_wall",
+ "minecraft:red_sandstone_wall",
+ "minecraft:sandstone_wall",
+ "minecraft:stone_brick_wall"
+ ],
+ "minecraft:warped_stems": [
+ "minecraft:stripped_warped_hyphae",
+ "minecraft:stripped_warped_stem",
+ "minecraft:warped_hyphae",
+ "minecraft:warped_stem"
+ ],
+ "minecraft:wart_blocks": [
+ "minecraft:nether_wart_block",
+ "minecraft:warped_wart_block"
+ ],
+ "minecraft:wither_immune": [
+ "minecraft:barrier",
+ "minecraft:bedrock",
+ "minecraft:chain_command_block",
+ "minecraft:command_block",
+ "minecraft:end_gateway",
+ "minecraft:end_portal",
+ "minecraft:end_portal_frame",
+ "minecraft:jigsaw",
+ "minecraft:moving_piston",
+ "minecraft:repeating_command_block",
+ "minecraft:structure_block"
+ ],
+ "minecraft:wither_summon_base_blocks": [
+ "minecraft:soul_sand",
+ "minecraft:soul_soil"
+ ],
+ "minecraft:wooden_buttons": [
+ "minecraft:acacia_button",
+ "minecraft:birch_button",
+ "minecraft:crimson_button",
+ "minecraft:dark_oak_button",
+ "minecraft:jungle_button",
+ "minecraft:oak_button",
+ "minecraft:spruce_button",
+ "minecraft:warped_button"
+ ],
+ "minecraft:wooden_doors": [
+ "minecraft:acacia_door",
+ "minecraft:birch_door",
+ "minecraft:crimson_door",
+ "minecraft:dark_oak_door",
+ "minecraft:jungle_door",
+ "minecraft:oak_door",
+ "minecraft:spruce_door",
+ "minecraft:warped_door"
+ ],
+ "minecraft:wooden_fences": [
+ "minecraft:acacia_fence",
+ "minecraft:birch_fence",
+ "minecraft:crimson_fence",
+ "minecraft:dark_oak_fence",
+ "minecraft:jungle_fence",
+ "minecraft:oak_fence",
+ "minecraft:spruce_fence",
+ "minecraft:warped_fence"
+ ],
+ "minecraft:wooden_pressure_plates": [
+ "minecraft:acacia_pressure_plate",
+ "minecraft:birch_pressure_plate",
+ "minecraft:crimson_pressure_plate",
+ "minecraft:dark_oak_pressure_plate",
+ "minecraft:jungle_pressure_plate",
+ "minecraft:oak_pressure_plate",
+ "minecraft:spruce_pressure_plate",
+ "minecraft:warped_pressure_plate"
+ ],
+ "minecraft:wooden_slabs": [
+ "minecraft:acacia_slab",
+ "minecraft:birch_slab",
+ "minecraft:crimson_slab",
+ "minecraft:dark_oak_slab",
+ "minecraft:jungle_slab",
+ "minecraft:oak_slab",
+ "minecraft:spruce_slab",
+ "minecraft:warped_slab"
+ ],
+ "minecraft:wooden_stairs": [
+ "minecraft:acacia_stairs",
+ "minecraft:birch_stairs",
+ "minecraft:crimson_stairs",
+ "minecraft:dark_oak_stairs",
+ "minecraft:jungle_stairs",
+ "minecraft:oak_stairs",
+ "minecraft:spruce_stairs",
+ "minecraft:warped_stairs"
+ ],
+ "minecraft:wooden_trapdoors": [
+ "minecraft:acacia_trapdoor",
+ "minecraft:birch_trapdoor",
+ "minecraft:crimson_trapdoor",
+ "minecraft:dark_oak_trapdoor",
+ "minecraft:jungle_trapdoor",
+ "minecraft:oak_trapdoor",
+ "minecraft:spruce_trapdoor",
+ "minecraft:warped_trapdoor"
+ ],
+ "minecraft:wool": [
+ "minecraft:black_wool",
+ "minecraft:blue_wool",
+ "minecraft:brown_wool",
+ "minecraft:cyan_wool",
+ "minecraft:gray_wool",
+ "minecraft:green_wool",
+ "minecraft:light_blue_wool",
+ "minecraft:light_gray_wool",
+ "minecraft:lime_wool",
+ "minecraft:magenta_wool",
+ "minecraft:orange_wool",
+ "minecraft:pink_wool",
+ "minecraft:purple_wool",
+ "minecraft:red_wool",
+ "minecraft:white_wool",
+ "minecraft:yellow_wool"
+ ]
+ },
+ "entities": [
+ "minecraft:area_effect_cloud",
+ "minecraft:armor_stand",
+ "minecraft:arrow",
+ "minecraft:axolotl",
+ "minecraft:bat",
+ "minecraft:bee",
+ "minecraft:blaze",
+ "minecraft:boat",
+ "minecraft:cat",
+ "minecraft:cave_spider",
+ "minecraft:chest_minecart",
+ "minecraft:chicken",
+ "minecraft:cod",
+ "minecraft:command_block_minecart",
+ "minecraft:cow",
+ "minecraft:creeper",
+ "minecraft:dolphin",
+ "minecraft:donkey",
+ "minecraft:dragon_fireball",
+ "minecraft:drowned",
+ "minecraft:egg",
+ "minecraft:elder_guardian",
+ "minecraft:end_crystal",
+ "minecraft:ender_dragon",
+ "minecraft:ender_pearl",
+ "minecraft:enderman",
+ "minecraft:endermite",
+ "minecraft:evoker",
+ "minecraft:evoker_fangs",
+ "minecraft:experience_bottle",
+ "minecraft:experience_orb",
+ "minecraft:eye_of_ender",
+ "minecraft:falling_block",
+ "minecraft:fireball",
+ "minecraft:firework_rocket",
+ "minecraft:fishing_bobber",
+ "minecraft:fox",
+ "minecraft:furnace_minecart",
+ "minecraft:ghast",
+ "minecraft:giant",
+ "minecraft:glow_item_frame",
+ "minecraft:glow_squid",
+ "minecraft:goat",
+ "minecraft:guardian",
+ "minecraft:hoglin",
+ "minecraft:hopper_minecart",
+ "minecraft:horse",
+ "minecraft:husk",
+ "minecraft:illusioner",
+ "minecraft:iron_golem",
+ "minecraft:item",
+ "minecraft:item_frame",
+ "minecraft:leash_knot",
+ "minecraft:lightning_bolt",
+ "minecraft:llama",
+ "minecraft:llama_spit",
+ "minecraft:magma_cube",
+ "minecraft:marker",
+ "minecraft:minecart",
+ "minecraft:mooshroom",
+ "minecraft:mule",
+ "minecraft:ocelot",
+ "minecraft:painting",
+ "minecraft:panda",
+ "minecraft:parrot",
+ "minecraft:phantom",
+ "minecraft:pig",
+ "minecraft:piglin",
+ "minecraft:piglin_brute",
+ "minecraft:pillager",
+ "minecraft:player",
+ "minecraft:polar_bear",
+ "minecraft:potion",
+ "minecraft:pufferfish",
+ "minecraft:rabbit",
+ "minecraft:ravager",
+ "minecraft:salmon",
+ "minecraft:sheep",
+ "minecraft:shulker",
+ "minecraft:shulker_bullet",
+ "minecraft:silverfish",
+ "minecraft:skeleton",
+ "minecraft:skeleton_horse",
+ "minecraft:slime",
+ "minecraft:small_fireball",
+ "minecraft:snow_golem",
+ "minecraft:snowball",
+ "minecraft:spawner_minecart",
+ "minecraft:spectral_arrow",
+ "minecraft:spider",
+ "minecraft:squid",
+ "minecraft:stray",
+ "minecraft:strider",
+ "minecraft:tnt",
+ "minecraft:tnt_minecart",
+ "minecraft:trader_llama",
+ "minecraft:trident",
+ "minecraft:tropical_fish",
+ "minecraft:turtle",
+ "minecraft:vex",
+ "minecraft:villager",
+ "minecraft:vindicator",
+ "minecraft:wandering_trader",
+ "minecraft:witch",
+ "minecraft:wither",
+ "minecraft:wither_skeleton",
+ "minecraft:wither_skull",
+ "minecraft:wolf",
+ "minecraft:zoglin",
+ "minecraft:zombie",
+ "minecraft:zombie_horse",
+ "minecraft:zombie_villager",
+ "minecraft:zombified_piglin"
+ ],
+ "entitytags": {
+ "minecraft:arrows": [
+ "minecraft:arrow",
+ "minecraft:spectral_arrow"
+ ],
+ "minecraft:axolotl_always_hostiles": [
+ "minecraft:drowned",
+ "minecraft:elder_guardian",
+ "minecraft:guardian"
+ ],
+ "minecraft:axolotl_hunt_targets": [
+ "minecraft:cod",
+ "minecraft:glow_squid",
+ "minecraft:pufferfish",
+ "minecraft:salmon",
+ "minecraft:squid",
+ "minecraft:tropical_fish"
+ ],
+ "minecraft:beehive_inhabitors": [
+ "minecraft:bee"
+ ],
+ "minecraft:freeze_hurts_extra_types": [
+ "minecraft:blaze",
+ "minecraft:magma_cube",
+ "minecraft:strider"
+ ],
+ "minecraft:freeze_immune_entity_types": [
+ "minecraft:polar_bear",
+ "minecraft:snow_golem",
+ "minecraft:stray",
+ "minecraft:wither"
+ ],
+ "minecraft:impact_projectiles": [
+ "minecraft:arrow",
+ "minecraft:dragon_fireball",
+ "minecraft:egg",
+ "minecraft:fireball",
+ "minecraft:small_fireball",
+ "minecraft:snowball",
+ "minecraft:spectral_arrow",
+ "minecraft:trident",
+ "minecraft:wither_skull"
+ ],
+ "minecraft:powder_snow_walkable_mobs": [
+ "minecraft:endermite",
+ "minecraft:fox",
+ "minecraft:rabbit",
+ "minecraft:silverfish"
+ ],
+ "minecraft:raiders": [
+ "minecraft:evoker",
+ "minecraft:illusioner",
+ "minecraft:pillager",
+ "minecraft:ravager",
+ "minecraft:vindicator",
+ "minecraft:witch"
+ ],
+ "minecraft:skeletons": [
+ "minecraft:skeleton",
+ "minecraft:stray",
+ "minecraft:wither_skeleton"
+ ]
+ },
+ "items": [
+ "minecraft:acacia_boat",
+ "minecraft:acacia_button",
+ "minecraft:acacia_door",
+ "minecraft:acacia_fence",
+ "minecraft:acacia_fence_gate",
+ "minecraft:acacia_leaves",
+ "minecraft:acacia_log",
+ "minecraft:acacia_planks",
+ "minecraft:acacia_pressure_plate",
+ "minecraft:acacia_sapling",
+ "minecraft:acacia_sign",
+ "minecraft:acacia_slab",
+ "minecraft:acacia_stairs",
+ "minecraft:acacia_trapdoor",
+ "minecraft:acacia_wood",
+ "minecraft:activator_rail",
+ "minecraft:air",
+ "minecraft:allium",
+ "minecraft:amethyst_block",
+ "minecraft:amethyst_cluster",
+ "minecraft:amethyst_shard",
+ "minecraft:ancient_debris",
+ "minecraft:andesite",
+ "minecraft:andesite_slab",
+ "minecraft:andesite_stairs",
+ "minecraft:andesite_wall",
+ "minecraft:anvil",
+ "minecraft:apple",
+ "minecraft:armor_stand",
+ "minecraft:arrow",
+ "minecraft:axolotl_bucket",
+ "minecraft:axolotl_spawn_egg",
+ "minecraft:azalea",
+ "minecraft:azalea_leaves",
+ "minecraft:azure_bluet",
+ "minecraft:baked_potato",
+ "minecraft:bamboo",
+ "minecraft:barrel",
+ "minecraft:barrier",
+ "minecraft:basalt",
+ "minecraft:bat_spawn_egg",
+ "minecraft:beacon",
+ "minecraft:bedrock",
+ "minecraft:bee_nest",
+ "minecraft:bee_spawn_egg",
+ "minecraft:beef",
+ "minecraft:beehive",
+ "minecraft:beetroot",
+ "minecraft:beetroot_seeds",
+ "minecraft:beetroot_soup",
+ "minecraft:bell",
+ "minecraft:big_dripleaf",
+ "minecraft:birch_boat",
+ "minecraft:birch_button",
+ "minecraft:birch_door",
+ "minecraft:birch_fence",
+ "minecraft:birch_fence_gate",
+ "minecraft:birch_leaves",
+ "minecraft:birch_log",
+ "minecraft:birch_planks",
+ "minecraft:birch_pressure_plate",
+ "minecraft:birch_sapling",
+ "minecraft:birch_sign",
+ "minecraft:birch_slab",
+ "minecraft:birch_stairs",
+ "minecraft:birch_trapdoor",
+ "minecraft:birch_wood",
+ "minecraft:black_banner",
+ "minecraft:black_bed",
+ "minecraft:black_candle",
+ "minecraft:black_carpet",
+ "minecraft:black_concrete",
+ "minecraft:black_concrete_powder",
+ "minecraft:black_dye",
+ "minecraft:black_glazed_terracotta",
+ "minecraft:black_shulker_box",
+ "minecraft:black_stained_glass",
+ "minecraft:black_stained_glass_pane",
+ "minecraft:black_terracotta",
+ "minecraft:black_wool",
+ "minecraft:blackstone",
+ "minecraft:blackstone_slab",
+ "minecraft:blackstone_stairs",
+ "minecraft:blackstone_wall",
+ "minecraft:blast_furnace",
+ "minecraft:blaze_powder",
+ "minecraft:blaze_rod",
+ "minecraft:blaze_spawn_egg",
+ "minecraft:blue_banner",
+ "minecraft:blue_bed",
+ "minecraft:blue_candle",
+ "minecraft:blue_carpet",
+ "minecraft:blue_concrete",
+ "minecraft:blue_concrete_powder",
+ "minecraft:blue_dye",
+ "minecraft:blue_glazed_terracotta",
+ "minecraft:blue_ice",
+ "minecraft:blue_orchid",
+ "minecraft:blue_shulker_box",
+ "minecraft:blue_stained_glass",
+ "minecraft:blue_stained_glass_pane",
+ "minecraft:blue_terracotta",
+ "minecraft:blue_wool",
+ "minecraft:bone",
+ "minecraft:bone_block",
+ "minecraft:bone_meal",
+ "minecraft:book",
+ "minecraft:bookshelf",
+ "minecraft:bow",
+ "minecraft:bowl",
+ "minecraft:brain_coral",
+ "minecraft:brain_coral_block",
+ "minecraft:brain_coral_fan",
+ "minecraft:bread",
+ "minecraft:brewing_stand",
+ "minecraft:brick",
+ "minecraft:brick_slab",
+ "minecraft:brick_stairs",
+ "minecraft:brick_wall",
+ "minecraft:bricks",
+ "minecraft:brown_banner",
+ "minecraft:brown_bed",
+ "minecraft:brown_candle",
+ "minecraft:brown_carpet",
+ "minecraft:brown_concrete",
+ "minecraft:brown_concrete_powder",
+ "minecraft:brown_dye",
+ "minecraft:brown_glazed_terracotta",
+ "minecraft:brown_mushroom",
+ "minecraft:brown_mushroom_block",
+ "minecraft:brown_shulker_box",
+ "minecraft:brown_stained_glass",
+ "minecraft:brown_stained_glass_pane",
+ "minecraft:brown_terracotta",
+ "minecraft:brown_wool",
+ "minecraft:bubble_coral",
+ "minecraft:bubble_coral_block",
+ "minecraft:bubble_coral_fan",
+ "minecraft:bucket",
+ "minecraft:budding_amethyst",
+ "minecraft:bundle",
+ "minecraft:cactus",
+ "minecraft:cake",
+ "minecraft:calcite",
+ "minecraft:campfire",
+ "minecraft:candle",
+ "minecraft:carrot",
+ "minecraft:carrot_on_a_stick",
+ "minecraft:cartography_table",
+ "minecraft:carved_pumpkin",
+ "minecraft:cat_spawn_egg",
+ "minecraft:cauldron",
+ "minecraft:cave_spider_spawn_egg",
+ "minecraft:chain",
+ "minecraft:chain_command_block",
+ "minecraft:chainmail_boots",
+ "minecraft:chainmail_chestplate",
+ "minecraft:chainmail_helmet",
+ "minecraft:chainmail_leggings",
+ "minecraft:charcoal",
+ "minecraft:chest",
+ "minecraft:chest_minecart",
+ "minecraft:chicken",
+ "minecraft:chicken_spawn_egg",
+ "minecraft:chipped_anvil",
+ "minecraft:chiseled_deepslate",
+ "minecraft:chiseled_nether_bricks",
+ "minecraft:chiseled_polished_blackstone",
+ "minecraft:chiseled_quartz_block",
+ "minecraft:chiseled_red_sandstone",
+ "minecraft:chiseled_sandstone",
+ "minecraft:chiseled_stone_bricks",
+ "minecraft:chorus_flower",
+ "minecraft:chorus_fruit",
+ "minecraft:chorus_plant",
+ "minecraft:clay",
+ "minecraft:clay_ball",
+ "minecraft:clock",
+ "minecraft:coal",
+ "minecraft:coal_block",
+ "minecraft:coal_ore",
+ "minecraft:coarse_dirt",
+ "minecraft:cobbled_deepslate",
+ "minecraft:cobbled_deepslate_slab",
+ "minecraft:cobbled_deepslate_stairs",
+ "minecraft:cobbled_deepslate_wall",
+ "minecraft:cobblestone",
+ "minecraft:cobblestone_slab",
+ "minecraft:cobblestone_stairs",
+ "minecraft:cobblestone_wall",
+ "minecraft:cobweb",
+ "minecraft:cocoa_beans",
+ "minecraft:cod",
+ "minecraft:cod_bucket",
+ "minecraft:cod_spawn_egg",
+ "minecraft:command_block",
+ "minecraft:command_block_minecart",
+ "minecraft:comparator",
+ "minecraft:compass",
+ "minecraft:composter",
+ "minecraft:conduit",
+ "minecraft:cooked_beef",
+ "minecraft:cooked_chicken",
+ "minecraft:cooked_cod",
+ "minecraft:cooked_mutton",
+ "minecraft:cooked_porkchop",
+ "minecraft:cooked_rabbit",
+ "minecraft:cooked_salmon",
+ "minecraft:cookie",
+ "minecraft:copper_block",
+ "minecraft:copper_ingot",
+ "minecraft:copper_ore",
+ "minecraft:cornflower",
+ "minecraft:cow_spawn_egg",
+ "minecraft:cracked_deepslate_bricks",
+ "minecraft:cracked_deepslate_tiles",
+ "minecraft:cracked_nether_bricks",
+ "minecraft:cracked_polished_blackstone_bricks",
+ "minecraft:cracked_stone_bricks",
+ "minecraft:crafting_table",
+ "minecraft:creeper_banner_pattern",
+ "minecraft:creeper_head",
+ "minecraft:creeper_spawn_egg",
+ "minecraft:crimson_button",
+ "minecraft:crimson_door",
+ "minecraft:crimson_fence",
+ "minecraft:crimson_fence_gate",
+ "minecraft:crimson_fungus",
+ "minecraft:crimson_hyphae",
+ "minecraft:crimson_nylium",
+ "minecraft:crimson_planks",
+ "minecraft:crimson_pressure_plate",
+ "minecraft:crimson_roots",
+ "minecraft:crimson_sign",
+ "minecraft:crimson_slab",
+ "minecraft:crimson_stairs",
+ "minecraft:crimson_stem",
+ "minecraft:crimson_trapdoor",
+ "minecraft:crossbow",
+ "minecraft:crying_obsidian",
+ "minecraft:cut_copper",
+ "minecraft:cut_copper_slab",
+ "minecraft:cut_copper_stairs",
+ "minecraft:cut_red_sandstone",
+ "minecraft:cut_red_sandstone_slab",
+ "minecraft:cut_sandstone",
+ "minecraft:cut_sandstone_slab",
+ "minecraft:cyan_banner",
+ "minecraft:cyan_bed",
+ "minecraft:cyan_candle",
+ "minecraft:cyan_carpet",
+ "minecraft:cyan_concrete",
+ "minecraft:cyan_concrete_powder",
+ "minecraft:cyan_dye",
+ "minecraft:cyan_glazed_terracotta",
+ "minecraft:cyan_shulker_box",
+ "minecraft:cyan_stained_glass",
+ "minecraft:cyan_stained_glass_pane",
+ "minecraft:cyan_terracotta",
+ "minecraft:cyan_wool",
+ "minecraft:damaged_anvil",
+ "minecraft:dandelion",
+ "minecraft:dark_oak_boat",
+ "minecraft:dark_oak_button",
+ "minecraft:dark_oak_door",
+ "minecraft:dark_oak_fence",
+ "minecraft:dark_oak_fence_gate",
+ "minecraft:dark_oak_leaves",
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_planks",
+ "minecraft:dark_oak_pressure_plate",
+ "minecraft:dark_oak_sapling",
+ "minecraft:dark_oak_sign",
+ "minecraft:dark_oak_slab",
+ "minecraft:dark_oak_stairs",
+ "minecraft:dark_oak_trapdoor",
+ "minecraft:dark_oak_wood",
+ "minecraft:dark_prismarine",
+ "minecraft:dark_prismarine_slab",
+ "minecraft:dark_prismarine_stairs",
+ "minecraft:daylight_detector",
+ "minecraft:dead_brain_coral",
+ "minecraft:dead_brain_coral_block",
+ "minecraft:dead_brain_coral_fan",
+ "minecraft:dead_bubble_coral",
+ "minecraft:dead_bubble_coral_block",
+ "minecraft:dead_bubble_coral_fan",
+ "minecraft:dead_bush",
+ "minecraft:dead_fire_coral",
+ "minecraft:dead_fire_coral_block",
+ "minecraft:dead_fire_coral_fan",
+ "minecraft:dead_horn_coral",
+ "minecraft:dead_horn_coral_block",
+ "minecraft:dead_horn_coral_fan",
+ "minecraft:dead_tube_coral",
+ "minecraft:dead_tube_coral_block",
+ "minecraft:dead_tube_coral_fan",
+ "minecraft:debug_stick",
+ "minecraft:deepslate",
+ "minecraft:deepslate_brick_slab",
+ "minecraft:deepslate_brick_stairs",
+ "minecraft:deepslate_brick_wall",
+ "minecraft:deepslate_bricks",
+ "minecraft:deepslate_coal_ore",
+ "minecraft:deepslate_copper_ore",
+ "minecraft:deepslate_diamond_ore",
+ "minecraft:deepslate_emerald_ore",
+ "minecraft:deepslate_gold_ore",
+ "minecraft:deepslate_iron_ore",
+ "minecraft:deepslate_lapis_ore",
+ "minecraft:deepslate_redstone_ore",
+ "minecraft:deepslate_tile_slab",
+ "minecraft:deepslate_tile_stairs",
+ "minecraft:deepslate_tile_wall",
+ "minecraft:deepslate_tiles",
+ "minecraft:detector_rail",
+ "minecraft:diamond",
+ "minecraft:diamond_axe",
+ "minecraft:diamond_block",
+ "minecraft:diamond_boots",
+ "minecraft:diamond_chestplate",
+ "minecraft:diamond_helmet",
+ "minecraft:diamond_hoe",
+ "minecraft:diamond_horse_armor",
+ "minecraft:diamond_leggings",
+ "minecraft:diamond_ore",
+ "minecraft:diamond_pickaxe",
+ "minecraft:diamond_shovel",
+ "minecraft:diamond_sword",
+ "minecraft:diorite",
+ "minecraft:diorite_slab",
+ "minecraft:diorite_stairs",
+ "minecraft:diorite_wall",
+ "minecraft:dirt",
+ "minecraft:dirt_path",
+ "minecraft:dispenser",
+ "minecraft:dolphin_spawn_egg",
+ "minecraft:donkey_spawn_egg",
+ "minecraft:dragon_breath",
+ "minecraft:dragon_egg",
+ "minecraft:dragon_head",
+ "minecraft:dried_kelp",
+ "minecraft:dried_kelp_block",
+ "minecraft:dripstone_block",
+ "minecraft:dropper",
+ "minecraft:drowned_spawn_egg",
+ "minecraft:egg",
+ "minecraft:elder_guardian_spawn_egg",
+ "minecraft:elytra",
+ "minecraft:emerald",
+ "minecraft:emerald_block",
+ "minecraft:emerald_ore",
+ "minecraft:enchanted_book",
+ "minecraft:enchanted_golden_apple",
+ "minecraft:enchanting_table",
+ "minecraft:end_crystal",
+ "minecraft:end_portal_frame",
+ "minecraft:end_rod",
+ "minecraft:end_stone",
+ "minecraft:end_stone_brick_slab",
+ "minecraft:end_stone_brick_stairs",
+ "minecraft:end_stone_brick_wall",
+ "minecraft:end_stone_bricks",
+ "minecraft:ender_chest",
+ "minecraft:ender_eye",
+ "minecraft:ender_pearl",
+ "minecraft:enderman_spawn_egg",
+ "minecraft:endermite_spawn_egg",
+ "minecraft:evoker_spawn_egg",
+ "minecraft:experience_bottle",
+ "minecraft:exposed_copper",
+ "minecraft:exposed_cut_copper",
+ "minecraft:exposed_cut_copper_slab",
+ "minecraft:exposed_cut_copper_stairs",
+ "minecraft:farmland",
+ "minecraft:feather",
+ "minecraft:fermented_spider_eye",
+ "minecraft:fern",
+ "minecraft:filled_map",
+ "minecraft:fire_charge",
+ "minecraft:fire_coral",
+ "minecraft:fire_coral_block",
+ "minecraft:fire_coral_fan",
+ "minecraft:firework_rocket",
+ "minecraft:firework_star",
+ "minecraft:fishing_rod",
+ "minecraft:fletching_table",
+ "minecraft:flint",
+ "minecraft:flint_and_steel",
+ "minecraft:flower_banner_pattern",
+ "minecraft:flower_pot",
+ "minecraft:flowering_azalea",
+ "minecraft:flowering_azalea_leaves",
+ "minecraft:fox_spawn_egg",
+ "minecraft:furnace",
+ "minecraft:furnace_minecart",
+ "minecraft:ghast_spawn_egg",
+ "minecraft:ghast_tear",
+ "minecraft:gilded_blackstone",
+ "minecraft:glass",
+ "minecraft:glass_bottle",
+ "minecraft:glass_pane",
+ "minecraft:glistering_melon_slice",
+ "minecraft:globe_banner_pattern",
+ "minecraft:glow_berries",
+ "minecraft:glow_ink_sac",
+ "minecraft:glow_item_frame",
+ "minecraft:glow_lichen",
+ "minecraft:glow_squid_spawn_egg",
+ "minecraft:glowstone",
+ "minecraft:glowstone_dust",
+ "minecraft:goat_spawn_egg",
+ "minecraft:gold_block",
+ "minecraft:gold_ingot",
+ "minecraft:gold_nugget",
+ "minecraft:gold_ore",
+ "minecraft:golden_apple",
+ "minecraft:golden_axe",
+ "minecraft:golden_boots",
+ "minecraft:golden_carrot",
+ "minecraft:golden_chestplate",
+ "minecraft:golden_helmet",
+ "minecraft:golden_hoe",
+ "minecraft:golden_horse_armor",
+ "minecraft:golden_leggings",
+ "minecraft:golden_pickaxe",
+ "minecraft:golden_shovel",
+ "minecraft:golden_sword",
+ "minecraft:granite",
+ "minecraft:granite_slab",
+ "minecraft:granite_stairs",
+ "minecraft:granite_wall",
+ "minecraft:grass",
+ "minecraft:grass_block",
+ "minecraft:gravel",
+ "minecraft:gray_banner",
+ "minecraft:gray_bed",
+ "minecraft:gray_candle",
+ "minecraft:gray_carpet",
+ "minecraft:gray_concrete",
+ "minecraft:gray_concrete_powder",
+ "minecraft:gray_dye",
+ "minecraft:gray_glazed_terracotta",
+ "minecraft:gray_shulker_box",
+ "minecraft:gray_stained_glass",
+ "minecraft:gray_stained_glass_pane",
+ "minecraft:gray_terracotta",
+ "minecraft:gray_wool",
+ "minecraft:green_banner",
+ "minecraft:green_bed",
+ "minecraft:green_candle",
+ "minecraft:green_carpet",
+ "minecraft:green_concrete",
+ "minecraft:green_concrete_powder",
+ "minecraft:green_dye",
+ "minecraft:green_glazed_terracotta",
+ "minecraft:green_shulker_box",
+ "minecraft:green_stained_glass",
+ "minecraft:green_stained_glass_pane",
+ "minecraft:green_terracotta",
+ "minecraft:green_wool",
+ "minecraft:grindstone",
+ "minecraft:guardian_spawn_egg",
+ "minecraft:gunpowder",
+ "minecraft:hanging_roots",
+ "minecraft:hay_block",
+ "minecraft:heart_of_the_sea",
+ "minecraft:heavy_weighted_pressure_plate",
+ "minecraft:hoglin_spawn_egg",
+ "minecraft:honey_block",
+ "minecraft:honey_bottle",
+ "minecraft:honeycomb",
+ "minecraft:honeycomb_block",
+ "minecraft:hopper",
+ "minecraft:hopper_minecart",
+ "minecraft:horn_coral",
+ "minecraft:horn_coral_block",
+ "minecraft:horn_coral_fan",
+ "minecraft:horse_spawn_egg",
+ "minecraft:husk_spawn_egg",
+ "minecraft:ice",
+ "minecraft:infested_chiseled_stone_bricks",
+ "minecraft:infested_cobblestone",
+ "minecraft:infested_cracked_stone_bricks",
+ "minecraft:infested_deepslate",
+ "minecraft:infested_mossy_stone_bricks",
+ "minecraft:infested_stone",
+ "minecraft:infested_stone_bricks",
+ "minecraft:ink_sac",
+ "minecraft:iron_axe",
+ "minecraft:iron_bars",
+ "minecraft:iron_block",
+ "minecraft:iron_boots",
+ "minecraft:iron_chestplate",
+ "minecraft:iron_door",
+ "minecraft:iron_helmet",
+ "minecraft:iron_hoe",
+ "minecraft:iron_horse_armor",
+ "minecraft:iron_ingot",
+ "minecraft:iron_leggings",
+ "minecraft:iron_nugget",
+ "minecraft:iron_ore",
+ "minecraft:iron_pickaxe",
+ "minecraft:iron_shovel",
+ "minecraft:iron_sword",
+ "minecraft:iron_trapdoor",
+ "minecraft:item_frame",
+ "minecraft:jack_o_lantern",
+ "minecraft:jigsaw",
+ "minecraft:jukebox",
+ "minecraft:jungle_boat",
+ "minecraft:jungle_button",
+ "minecraft:jungle_door",
+ "minecraft:jungle_fence",
+ "minecraft:jungle_fence_gate",
+ "minecraft:jungle_leaves",
+ "minecraft:jungle_log",
+ "minecraft:jungle_planks",
+ "minecraft:jungle_pressure_plate",
+ "minecraft:jungle_sapling",
+ "minecraft:jungle_sign",
+ "minecraft:jungle_slab",
+ "minecraft:jungle_stairs",
+ "minecraft:jungle_trapdoor",
+ "minecraft:jungle_wood",
+ "minecraft:kelp",
+ "minecraft:knowledge_book",
+ "minecraft:ladder",
+ "minecraft:lantern",
+ "minecraft:lapis_block",
+ "minecraft:lapis_lazuli",
+ "minecraft:lapis_ore",
+ "minecraft:large_amethyst_bud",
+ "minecraft:large_fern",
+ "minecraft:lava_bucket",
+ "minecraft:lead",
+ "minecraft:leather",
+ "minecraft:leather_boots",
+ "minecraft:leather_chestplate",
+ "minecraft:leather_helmet",
+ "minecraft:leather_horse_armor",
+ "minecraft:leather_leggings",
+ "minecraft:lectern",
+ "minecraft:lever",
+ "minecraft:light",
+ "minecraft:light_blue_banner",
+ "minecraft:light_blue_bed",
+ "minecraft:light_blue_candle",
+ "minecraft:light_blue_carpet",
+ "minecraft:light_blue_concrete",
+ "minecraft:light_blue_concrete_powder",
+ "minecraft:light_blue_dye",
+ "minecraft:light_blue_glazed_terracotta",
+ "minecraft:light_blue_shulker_box",
+ "minecraft:light_blue_stained_glass",
+ "minecraft:light_blue_stained_glass_pane",
+ "minecraft:light_blue_terracotta",
+ "minecraft:light_blue_wool",
+ "minecraft:light_gray_banner",
+ "minecraft:light_gray_bed",
+ "minecraft:light_gray_candle",
+ "minecraft:light_gray_carpet",
+ "minecraft:light_gray_concrete",
+ "minecraft:light_gray_concrete_powder",
+ "minecraft:light_gray_dye",
+ "minecraft:light_gray_glazed_terracotta",
+ "minecraft:light_gray_shulker_box",
+ "minecraft:light_gray_stained_glass",
+ "minecraft:light_gray_stained_glass_pane",
+ "minecraft:light_gray_terracotta",
+ "minecraft:light_gray_wool",
+ "minecraft:light_weighted_pressure_plate",
+ "minecraft:lightning_rod",
+ "minecraft:lilac",
+ "minecraft:lily_of_the_valley",
+ "minecraft:lily_pad",
+ "minecraft:lime_banner",
+ "minecraft:lime_bed",
+ "minecraft:lime_candle",
+ "minecraft:lime_carpet",
+ "minecraft:lime_concrete",
+ "minecraft:lime_concrete_powder",
+ "minecraft:lime_dye",
+ "minecraft:lime_glazed_terracotta",
+ "minecraft:lime_shulker_box",
+ "minecraft:lime_stained_glass",
+ "minecraft:lime_stained_glass_pane",
+ "minecraft:lime_terracotta",
+ "minecraft:lime_wool",
+ "minecraft:lingering_potion",
+ "minecraft:llama_spawn_egg",
+ "minecraft:lodestone",
+ "minecraft:loom",
+ "minecraft:magenta_banner",
+ "minecraft:magenta_bed",
+ "minecraft:magenta_candle",
+ "minecraft:magenta_carpet",
+ "minecraft:magenta_concrete",
+ "minecraft:magenta_concrete_powder",
+ "minecraft:magenta_dye",
+ "minecraft:magenta_glazed_terracotta",
+ "minecraft:magenta_shulker_box",
+ "minecraft:magenta_stained_glass",
+ "minecraft:magenta_stained_glass_pane",
+ "minecraft:magenta_terracotta",
+ "minecraft:magenta_wool",
+ "minecraft:magma_block",
+ "minecraft:magma_cream",
+ "minecraft:magma_cube_spawn_egg",
+ "minecraft:map",
+ "minecraft:medium_amethyst_bud",
+ "minecraft:melon",
+ "minecraft:melon_seeds",
+ "minecraft:melon_slice",
+ "minecraft:milk_bucket",
+ "minecraft:minecart",
+ "minecraft:mojang_banner_pattern",
+ "minecraft:mooshroom_spawn_egg",
+ "minecraft:moss_block",
+ "minecraft:moss_carpet",
+ "minecraft:mossy_cobblestone",
+ "minecraft:mossy_cobblestone_slab",
+ "minecraft:mossy_cobblestone_stairs",
+ "minecraft:mossy_cobblestone_wall",
+ "minecraft:mossy_stone_brick_slab",
+ "minecraft:mossy_stone_brick_stairs",
+ "minecraft:mossy_stone_brick_wall",
+ "minecraft:mossy_stone_bricks",
+ "minecraft:mule_spawn_egg",
+ "minecraft:mushroom_stem",
+ "minecraft:mushroom_stew",
+ "minecraft:music_disc_11",
+ "minecraft:music_disc_13",
+ "minecraft:music_disc_blocks",
+ "minecraft:music_disc_cat",
+ "minecraft:music_disc_chirp",
+ "minecraft:music_disc_far",
+ "minecraft:music_disc_mall",
+ "minecraft:music_disc_mellohi",
+ "minecraft:music_disc_pigstep",
+ "minecraft:music_disc_stal",
+ "minecraft:music_disc_strad",
+ "minecraft:music_disc_wait",
+ "minecraft:music_disc_ward",
+ "minecraft:mutton",
+ "minecraft:mycelium",
+ "minecraft:name_tag",
+ "minecraft:nautilus_shell",
+ "minecraft:nether_brick",
+ "minecraft:nether_brick_fence",
+ "minecraft:nether_brick_slab",
+ "minecraft:nether_brick_stairs",
+ "minecraft:nether_brick_wall",
+ "minecraft:nether_bricks",
+ "minecraft:nether_gold_ore",
+ "minecraft:nether_quartz_ore",
+ "minecraft:nether_sprouts",
+ "minecraft:nether_star",
+ "minecraft:nether_wart",
+ "minecraft:nether_wart_block",
+ "minecraft:netherite_axe",
+ "minecraft:netherite_block",
+ "minecraft:netherite_boots",
+ "minecraft:netherite_chestplate",
+ "minecraft:netherite_helmet",
+ "minecraft:netherite_hoe",
+ "minecraft:netherite_ingot",
+ "minecraft:netherite_leggings",
+ "minecraft:netherite_pickaxe",
+ "minecraft:netherite_scrap",
+ "minecraft:netherite_shovel",
+ "minecraft:netherite_sword",
+ "minecraft:netherrack",
+ "minecraft:note_block",
+ "minecraft:oak_boat",
+ "minecraft:oak_button",
+ "minecraft:oak_door",
+ "minecraft:oak_fence",
+ "minecraft:oak_fence_gate",
+ "minecraft:oak_leaves",
+ "minecraft:oak_log",
+ "minecraft:oak_planks",
+ "minecraft:oak_pressure_plate",
+ "minecraft:oak_sapling",
+ "minecraft:oak_sign",
+ "minecraft:oak_slab",
+ "minecraft:oak_stairs",
+ "minecraft:oak_trapdoor",
+ "minecraft:oak_wood",
+ "minecraft:observer",
+ "minecraft:obsidian",
+ "minecraft:ocelot_spawn_egg",
+ "minecraft:orange_banner",
+ "minecraft:orange_bed",
+ "minecraft:orange_candle",
+ "minecraft:orange_carpet",
+ "minecraft:orange_concrete",
+ "minecraft:orange_concrete_powder",
+ "minecraft:orange_dye",
+ "minecraft:orange_glazed_terracotta",
+ "minecraft:orange_shulker_box",
+ "minecraft:orange_stained_glass",
+ "minecraft:orange_stained_glass_pane",
+ "minecraft:orange_terracotta",
+ "minecraft:orange_tulip",
+ "minecraft:orange_wool",
+ "minecraft:oxeye_daisy",
+ "minecraft:oxidized_copper",
+ "minecraft:oxidized_cut_copper",
+ "minecraft:oxidized_cut_copper_slab",
+ "minecraft:oxidized_cut_copper_stairs",
+ "minecraft:packed_ice",
+ "minecraft:painting",
+ "minecraft:panda_spawn_egg",
+ "minecraft:paper",
+ "minecraft:parrot_spawn_egg",
+ "minecraft:peony",
+ "minecraft:petrified_oak_slab",
+ "minecraft:phantom_membrane",
+ "minecraft:phantom_spawn_egg",
+ "minecraft:pig_spawn_egg",
+ "minecraft:piglin_banner_pattern",
+ "minecraft:piglin_brute_spawn_egg",
+ "minecraft:piglin_spawn_egg",
+ "minecraft:pillager_spawn_egg",
+ "minecraft:pink_banner",
+ "minecraft:pink_bed",
+ "minecraft:pink_candle",
+ "minecraft:pink_carpet",
+ "minecraft:pink_concrete",
+ "minecraft:pink_concrete_powder",
+ "minecraft:pink_dye",
+ "minecraft:pink_glazed_terracotta",
+ "minecraft:pink_shulker_box",
+ "minecraft:pink_stained_glass",
+ "minecraft:pink_stained_glass_pane",
+ "minecraft:pink_terracotta",
+ "minecraft:pink_tulip",
+ "minecraft:pink_wool",
+ "minecraft:piston",
+ "minecraft:player_head",
+ "minecraft:podzol",
+ "minecraft:pointed_dripstone",
+ "minecraft:poisonous_potato",
+ "minecraft:polar_bear_spawn_egg",
+ "minecraft:polished_andesite",
+ "minecraft:polished_andesite_slab",
+ "minecraft:polished_andesite_stairs",
+ "minecraft:polished_basalt",
+ "minecraft:polished_blackstone",
+ "minecraft:polished_blackstone_brick_slab",
+ "minecraft:polished_blackstone_brick_stairs",
+ "minecraft:polished_blackstone_brick_wall",
+ "minecraft:polished_blackstone_bricks",
+ "minecraft:polished_blackstone_button",
+ "minecraft:polished_blackstone_pressure_plate",
+ "minecraft:polished_blackstone_slab",
+ "minecraft:polished_blackstone_stairs",
+ "minecraft:polished_blackstone_wall",
+ "minecraft:polished_deepslate",
+ "minecraft:polished_deepslate_slab",
+ "minecraft:polished_deepslate_stairs",
+ "minecraft:polished_deepslate_wall",
+ "minecraft:polished_diorite",
+ "minecraft:polished_diorite_slab",
+ "minecraft:polished_diorite_stairs",
+ "minecraft:polished_granite",
+ "minecraft:polished_granite_slab",
+ "minecraft:polished_granite_stairs",
+ "minecraft:popped_chorus_fruit",
+ "minecraft:poppy",
+ "minecraft:porkchop",
+ "minecraft:potato",
+ "minecraft:potion",
+ "minecraft:powder_snow_bucket",
+ "minecraft:powered_rail",
+ "minecraft:prismarine",
+ "minecraft:prismarine_brick_slab",
+ "minecraft:prismarine_brick_stairs",
+ "minecraft:prismarine_bricks",
+ "minecraft:prismarine_crystals",
+ "minecraft:prismarine_shard",
+ "minecraft:prismarine_slab",
+ "minecraft:prismarine_stairs",
+ "minecraft:prismarine_wall",
+ "minecraft:pufferfish",
+ "minecraft:pufferfish_bucket",
+ "minecraft:pufferfish_spawn_egg",
+ "minecraft:pumpkin",
+ "minecraft:pumpkin_pie",
+ "minecraft:pumpkin_seeds",
+ "minecraft:purple_banner",
+ "minecraft:purple_bed",
+ "minecraft:purple_candle",
+ "minecraft:purple_carpet",
+ "minecraft:purple_concrete",
+ "minecraft:purple_concrete_powder",
+ "minecraft:purple_dye",
+ "minecraft:purple_glazed_terracotta",
+ "minecraft:purple_shulker_box",
+ "minecraft:purple_stained_glass",
+ "minecraft:purple_stained_glass_pane",
+ "minecraft:purple_terracotta",
+ "minecraft:purple_wool",
+ "minecraft:purpur_block",
+ "minecraft:purpur_pillar",
+ "minecraft:purpur_slab",
+ "minecraft:purpur_stairs",
+ "minecraft:quartz",
+ "minecraft:quartz_block",
+ "minecraft:quartz_bricks",
+ "minecraft:quartz_pillar",
+ "minecraft:quartz_slab",
+ "minecraft:quartz_stairs",
+ "minecraft:rabbit",
+ "minecraft:rabbit_foot",
+ "minecraft:rabbit_hide",
+ "minecraft:rabbit_spawn_egg",
+ "minecraft:rabbit_stew",
+ "minecraft:rail",
+ "minecraft:ravager_spawn_egg",
+ "minecraft:raw_copper",
+ "minecraft:raw_copper_block",
+ "minecraft:raw_gold",
+ "minecraft:raw_gold_block",
+ "minecraft:raw_iron",
+ "minecraft:raw_iron_block",
+ "minecraft:red_banner",
+ "minecraft:red_bed",
+ "minecraft:red_candle",
+ "minecraft:red_carpet",
+ "minecraft:red_concrete",
+ "minecraft:red_concrete_powder",
+ "minecraft:red_dye",
+ "minecraft:red_glazed_terracotta",
+ "minecraft:red_mushroom",
+ "minecraft:red_mushroom_block",
+ "minecraft:red_nether_brick_slab",
+ "minecraft:red_nether_brick_stairs",
+ "minecraft:red_nether_brick_wall",
+ "minecraft:red_nether_bricks",
+ "minecraft:red_sand",
+ "minecraft:red_sandstone",
+ "minecraft:red_sandstone_slab",
+ "minecraft:red_sandstone_stairs",
+ "minecraft:red_sandstone_wall",
+ "minecraft:red_shulker_box",
+ "minecraft:red_stained_glass",
+ "minecraft:red_stained_glass_pane",
+ "minecraft:red_terracotta",
+ "minecraft:red_tulip",
+ "minecraft:red_wool",
+ "minecraft:redstone",
+ "minecraft:redstone_block",
+ "minecraft:redstone_lamp",
+ "minecraft:redstone_ore",
+ "minecraft:redstone_torch",
+ "minecraft:repeater",
+ "minecraft:repeating_command_block",
+ "minecraft:respawn_anchor",
+ "minecraft:rooted_dirt",
+ "minecraft:rose_bush",
+ "minecraft:rotten_flesh",
+ "minecraft:saddle",
+ "minecraft:salmon",
+ "minecraft:salmon_bucket",
+ "minecraft:salmon_spawn_egg",
+ "minecraft:sand",
+ "minecraft:sandstone",
+ "minecraft:sandstone_slab",
+ "minecraft:sandstone_stairs",
+ "minecraft:sandstone_wall",
+ "minecraft:scaffolding",
+ "minecraft:sculk_sensor",
+ "minecraft:scute",
+ "minecraft:sea_lantern",
+ "minecraft:sea_pickle",
+ "minecraft:seagrass",
+ "minecraft:shears",
+ "minecraft:sheep_spawn_egg",
+ "minecraft:shield",
+ "minecraft:shroomlight",
+ "minecraft:shulker_box",
+ "minecraft:shulker_shell",
+ "minecraft:shulker_spawn_egg",
+ "minecraft:silverfish_spawn_egg",
+ "minecraft:skeleton_horse_spawn_egg",
+ "minecraft:skeleton_skull",
+ "minecraft:skeleton_spawn_egg",
+ "minecraft:skull_banner_pattern",
+ "minecraft:slime_ball",
+ "minecraft:slime_block",
+ "minecraft:slime_spawn_egg",
+ "minecraft:small_amethyst_bud",
+ "minecraft:small_dripleaf",
+ "minecraft:smithing_table",
+ "minecraft:smoker",
+ "minecraft:smooth_basalt",
+ "minecraft:smooth_quartz",
+ "minecraft:smooth_quartz_slab",
+ "minecraft:smooth_quartz_stairs",
+ "minecraft:smooth_red_sandstone",
+ "minecraft:smooth_red_sandstone_slab",
+ "minecraft:smooth_red_sandstone_stairs",
+ "minecraft:smooth_sandstone",
+ "minecraft:smooth_sandstone_slab",
+ "minecraft:smooth_sandstone_stairs",
+ "minecraft:smooth_stone",
+ "minecraft:smooth_stone_slab",
+ "minecraft:snow",
+ "minecraft:snow_block",
+ "minecraft:snowball",
+ "minecraft:soul_campfire",
+ "minecraft:soul_lantern",
+ "minecraft:soul_sand",
+ "minecraft:soul_soil",
+ "minecraft:soul_torch",
+ "minecraft:spawner",
+ "minecraft:spectral_arrow",
+ "minecraft:spider_eye",
+ "minecraft:spider_spawn_egg",
+ "minecraft:splash_potion",
+ "minecraft:sponge",
+ "minecraft:spore_blossom",
+ "minecraft:spruce_boat",
+ "minecraft:spruce_button",
+ "minecraft:spruce_door",
+ "minecraft:spruce_fence",
+ "minecraft:spruce_fence_gate",
+ "minecraft:spruce_leaves",
+ "minecraft:spruce_log",
+ "minecraft:spruce_planks",
+ "minecraft:spruce_pressure_plate",
+ "minecraft:spruce_sapling",
+ "minecraft:spruce_sign",
+ "minecraft:spruce_slab",
+ "minecraft:spruce_stairs",
+ "minecraft:spruce_trapdoor",
+ "minecraft:spruce_wood",
+ "minecraft:spyglass",
+ "minecraft:squid_spawn_egg",
+ "minecraft:stick",
+ "minecraft:sticky_piston",
+ "minecraft:stone",
+ "minecraft:stone_axe",
+ "minecraft:stone_brick_slab",
+ "minecraft:stone_brick_stairs",
+ "minecraft:stone_brick_wall",
+ "minecraft:stone_bricks",
+ "minecraft:stone_button",
+ "minecraft:stone_hoe",
+ "minecraft:stone_pickaxe",
+ "minecraft:stone_pressure_plate",
+ "minecraft:stone_shovel",
+ "minecraft:stone_slab",
+ "minecraft:stone_stairs",
+ "minecraft:stone_sword",
+ "minecraft:stonecutter",
+ "minecraft:stray_spawn_egg",
+ "minecraft:strider_spawn_egg",
+ "minecraft:string",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood",
+ "minecraft:stripped_crimson_hyphae",
+ "minecraft:stripped_crimson_stem",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood",
+ "minecraft:stripped_warped_hyphae",
+ "minecraft:stripped_warped_stem",
+ "minecraft:structure_block",
+ "minecraft:structure_void",
+ "minecraft:sugar",
+ "minecraft:sugar_cane",
+ "minecraft:sunflower",
+ "minecraft:suspicious_stew",
+ "minecraft:sweet_berries",
+ "minecraft:tall_grass",
+ "minecraft:target",
+ "minecraft:terracotta",
+ "minecraft:tinted_glass",
+ "minecraft:tipped_arrow",
+ "minecraft:tnt",
+ "minecraft:tnt_minecart",
+ "minecraft:torch",
+ "minecraft:totem_of_undying",
+ "minecraft:trader_llama_spawn_egg",
+ "minecraft:trapped_chest",
+ "minecraft:trident",
+ "minecraft:tripwire_hook",
+ "minecraft:tropical_fish",
+ "minecraft:tropical_fish_bucket",
+ "minecraft:tropical_fish_spawn_egg",
+ "minecraft:tube_coral",
+ "minecraft:tube_coral_block",
+ "minecraft:tube_coral_fan",
+ "minecraft:tuff",
+ "minecraft:turtle_egg",
+ "minecraft:turtle_helmet",
+ "minecraft:turtle_spawn_egg",
+ "minecraft:twisting_vines",
+ "minecraft:vex_spawn_egg",
+ "minecraft:villager_spawn_egg",
+ "minecraft:vindicator_spawn_egg",
+ "minecraft:vine",
+ "minecraft:wandering_trader_spawn_egg",
+ "minecraft:warped_button",
+ "minecraft:warped_door",
+ "minecraft:warped_fence",
+ "minecraft:warped_fence_gate",
+ "minecraft:warped_fungus",
+ "minecraft:warped_fungus_on_a_stick",
+ "minecraft:warped_hyphae",
+ "minecraft:warped_nylium",
+ "minecraft:warped_planks",
+ "minecraft:warped_pressure_plate",
+ "minecraft:warped_roots",
+ "minecraft:warped_sign",
+ "minecraft:warped_slab",
+ "minecraft:warped_stairs",
+ "minecraft:warped_stem",
+ "minecraft:warped_trapdoor",
+ "minecraft:warped_wart_block",
+ "minecraft:water_bucket",
+ "minecraft:waxed_copper_block",
+ "minecraft:waxed_cut_copper",
+ "minecraft:waxed_cut_copper_slab",
+ "minecraft:waxed_cut_copper_stairs",
+ "minecraft:waxed_exposed_copper",
+ "minecraft:waxed_exposed_cut_copper",
+ "minecraft:waxed_exposed_cut_copper_slab",
+ "minecraft:waxed_exposed_cut_copper_stairs",
+ "minecraft:waxed_oxidized_copper",
+ "minecraft:waxed_oxidized_cut_copper",
+ "minecraft:waxed_oxidized_cut_copper_slab",
+ "minecraft:waxed_oxidized_cut_copper_stairs",
+ "minecraft:waxed_weathered_copper",
+ "minecraft:waxed_weathered_cut_copper",
+ "minecraft:waxed_weathered_cut_copper_slab",
+ "minecraft:waxed_weathered_cut_copper_stairs",
+ "minecraft:weathered_copper",
+ "minecraft:weathered_cut_copper",
+ "minecraft:weathered_cut_copper_slab",
+ "minecraft:weathered_cut_copper_stairs",
+ "minecraft:weeping_vines",
+ "minecraft:wet_sponge",
+ "minecraft:wheat",
+ "minecraft:wheat_seeds",
+ "minecraft:white_banner",
+ "minecraft:white_bed",
+ "minecraft:white_candle",
+ "minecraft:white_carpet",
+ "minecraft:white_concrete",
+ "minecraft:white_concrete_powder",
+ "minecraft:white_dye",
+ "minecraft:white_glazed_terracotta",
+ "minecraft:white_shulker_box",
+ "minecraft:white_stained_glass",
+ "minecraft:white_stained_glass_pane",
+ "minecraft:white_terracotta",
+ "minecraft:white_tulip",
+ "minecraft:white_wool",
+ "minecraft:witch_spawn_egg",
+ "minecraft:wither_rose",
+ "minecraft:wither_skeleton_skull",
+ "minecraft:wither_skeleton_spawn_egg",
+ "minecraft:wolf_spawn_egg",
+ "minecraft:wooden_axe",
+ "minecraft:wooden_hoe",
+ "minecraft:wooden_pickaxe",
+ "minecraft:wooden_shovel",
+ "minecraft:wooden_sword",
+ "minecraft:writable_book",
+ "minecraft:written_book",
+ "minecraft:yellow_banner",
+ "minecraft:yellow_bed",
+ "minecraft:yellow_candle",
+ "minecraft:yellow_carpet",
+ "minecraft:yellow_concrete",
+ "minecraft:yellow_concrete_powder",
+ "minecraft:yellow_dye",
+ "minecraft:yellow_glazed_terracotta",
+ "minecraft:yellow_shulker_box",
+ "minecraft:yellow_stained_glass",
+ "minecraft:yellow_stained_glass_pane",
+ "minecraft:yellow_terracotta",
+ "minecraft:yellow_wool",
+ "minecraft:zoglin_spawn_egg",
+ "minecraft:zombie_head",
+ "minecraft:zombie_horse_spawn_egg",
+ "minecraft:zombie_spawn_egg",
+ "minecraft:zombie_villager_spawn_egg",
+ "minecraft:zombified_piglin_spawn_egg"
+ ],
+ "itemtags": {
+ "minecraft:acacia_logs": [
+ "minecraft:acacia_log",
+ "minecraft:acacia_wood",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood"
+ ],
+ "minecraft:anvil": [
+ "minecraft:anvil",
+ "minecraft:chipped_anvil",
+ "minecraft:damaged_anvil"
+ ],
+ "minecraft:arrows": [
+ "minecraft:arrow",
+ "minecraft:spectral_arrow",
+ "minecraft:tipped_arrow"
+ ],
+ "minecraft:axolotl_tempt_items": [
+ "minecraft:tropical_fish_bucket"
+ ],
+ "minecraft:banners": [
+ "minecraft:black_banner",
+ "minecraft:blue_banner",
+ "minecraft:brown_banner",
+ "minecraft:cyan_banner",
+ "minecraft:gray_banner",
+ "minecraft:green_banner",
+ "minecraft:light_blue_banner",
+ "minecraft:light_gray_banner",
+ "minecraft:lime_banner",
+ "minecraft:magenta_banner",
+ "minecraft:orange_banner",
+ "minecraft:pink_banner",
+ "minecraft:purple_banner",
+ "minecraft:red_banner",
+ "minecraft:white_banner",
+ "minecraft:yellow_banner"
+ ],
+ "minecraft:beacon_payment_items": [
+ "minecraft:diamond",
+ "minecraft:emerald",
+ "minecraft:gold_ingot",
+ "minecraft:iron_ingot",
+ "minecraft:netherite_ingot"
+ ],
+ "minecraft:beds": [
+ "minecraft:black_bed",
+ "minecraft:blue_bed",
+ "minecraft:brown_bed",
+ "minecraft:cyan_bed",
+ "minecraft:gray_bed",
+ "minecraft:green_bed",
+ "minecraft:light_blue_bed",
+ "minecraft:light_gray_bed",
+ "minecraft:lime_bed",
+ "minecraft:magenta_bed",
+ "minecraft:orange_bed",
+ "minecraft:pink_bed",
+ "minecraft:purple_bed",
+ "minecraft:red_bed",
+ "minecraft:white_bed",
+ "minecraft:yellow_bed"
+ ],
+ "minecraft:birch_logs": [
+ "minecraft:birch_log",
+ "minecraft:birch_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood"
+ ],
+ "minecraft:boats": [
+ "minecraft:acacia_boat",
+ "minecraft:birch_boat",
+ "minecraft:dark_oak_boat",
+ "minecraft:jungle_boat",
+ "minecraft:oak_boat",
+ "minecraft:spruce_boat"
+ ],
+ "minecraft:buttons": [
+ "minecraft:acacia_button",
+ "minecraft:birch_button",
+ "minecraft:crimson_button",
+ "minecraft:dark_oak_button",
+ "minecraft:jungle_button",
+ "minecraft:oak_button",
+ "minecraft:polished_blackstone_button",
+ "minecraft:spruce_button",
+ "minecraft:stone_button",
+ "minecraft:warped_button"
+ ],
+ "minecraft:candles": [
+ "minecraft:black_candle",
+ "minecraft:blue_candle",
+ "minecraft:brown_candle",
+ "minecraft:candle",
+ "minecraft:cyan_candle",
+ "minecraft:gray_candle",
+ "minecraft:green_candle",
+ "minecraft:light_blue_candle",
+ "minecraft:light_gray_candle",
+ "minecraft:lime_candle",
+ "minecraft:magenta_candle",
+ "minecraft:orange_candle",
+ "minecraft:pink_candle",
+ "minecraft:purple_candle",
+ "minecraft:red_candle",
+ "minecraft:white_candle",
+ "minecraft:yellow_candle"
+ ],
+ "minecraft:carpets": [
+ "minecraft:black_carpet",
+ "minecraft:blue_carpet",
+ "minecraft:brown_carpet",
+ "minecraft:cyan_carpet",
+ "minecraft:gray_carpet",
+ "minecraft:green_carpet",
+ "minecraft:light_blue_carpet",
+ "minecraft:light_gray_carpet",
+ "minecraft:lime_carpet",
+ "minecraft:magenta_carpet",
+ "minecraft:orange_carpet",
+ "minecraft:pink_carpet",
+ "minecraft:purple_carpet",
+ "minecraft:red_carpet",
+ "minecraft:white_carpet",
+ "minecraft:yellow_carpet"
+ ],
+ "minecraft:cluster_max_harvestables": [
+ "minecraft:diamond_pickaxe",
+ "minecraft:golden_pickaxe",
+ "minecraft:iron_pickaxe",
+ "minecraft:netherite_pickaxe",
+ "minecraft:stone_pickaxe",
+ "minecraft:wooden_pickaxe"
+ ],
+ "minecraft:coal_ores": [
+ "minecraft:coal_ore",
+ "minecraft:deepslate_coal_ore"
+ ],
+ "minecraft:coals": [
+ "minecraft:charcoal",
+ "minecraft:coal"
+ ],
+ "minecraft:copper_ores": [
+ "minecraft:copper_ore",
+ "minecraft:deepslate_copper_ore"
+ ],
+ "minecraft:creeper_drop_music_discs": [
+ "minecraft:music_disc_11",
+ "minecraft:music_disc_13",
+ "minecraft:music_disc_blocks",
+ "minecraft:music_disc_cat",
+ "minecraft:music_disc_chirp",
+ "minecraft:music_disc_far",
+ "minecraft:music_disc_mall",
+ "minecraft:music_disc_mellohi",
+ "minecraft:music_disc_stal",
+ "minecraft:music_disc_strad",
+ "minecraft:music_disc_wait",
+ "minecraft:music_disc_ward"
+ ],
+ "minecraft:crimson_stems": [
+ "minecraft:crimson_hyphae",
+ "minecraft:crimson_stem",
+ "minecraft:stripped_crimson_hyphae",
+ "minecraft:stripped_crimson_stem"
+ ],
+ "minecraft:dark_oak_logs": [
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_wood",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood"
+ ],
+ "minecraft:diamond_ores": [
+ "minecraft:deepslate_diamond_ore",
+ "minecraft:diamond_ore"
+ ],
+ "minecraft:doors": [
+ "minecraft:acacia_door",
+ "minecraft:birch_door",
+ "minecraft:crimson_door",
+ "minecraft:dark_oak_door",
+ "minecraft:iron_door",
+ "minecraft:jungle_door",
+ "minecraft:oak_door",
+ "minecraft:spruce_door",
+ "minecraft:warped_door"
+ ],
+ "minecraft:emerald_ores": [
+ "minecraft:deepslate_emerald_ore",
+ "minecraft:emerald_ore"
+ ],
+ "minecraft:fences": [
+ "minecraft:acacia_fence",
+ "minecraft:birch_fence",
+ "minecraft:crimson_fence",
+ "minecraft:dark_oak_fence",
+ "minecraft:jungle_fence",
+ "minecraft:nether_brick_fence",
+ "minecraft:oak_fence",
+ "minecraft:spruce_fence",
+ "minecraft:warped_fence"
+ ],
+ "minecraft:fishes": [
+ "minecraft:cod",
+ "minecraft:cooked_cod",
+ "minecraft:cooked_salmon",
+ "minecraft:pufferfish",
+ "minecraft:salmon",
+ "minecraft:tropical_fish"
+ ],
+ "minecraft:flowers": [
+ "minecraft:allium",
+ "minecraft:azure_bluet",
+ "minecraft:blue_orchid",
+ "minecraft:cornflower",
+ "minecraft:dandelion",
+ "minecraft:flowering_azalea",
+ "minecraft:flowering_azalea_leaves",
+ "minecraft:lilac",
+ "minecraft:lily_of_the_valley",
+ "minecraft:orange_tulip",
+ "minecraft:oxeye_daisy",
+ "minecraft:peony",
+ "minecraft:pink_tulip",
+ "minecraft:poppy",
+ "minecraft:red_tulip",
+ "minecraft:rose_bush",
+ "minecraft:sunflower",
+ "minecraft:white_tulip",
+ "minecraft:wither_rose"
+ ],
+ "minecraft:fox_food": [
+ "minecraft:glow_berries",
+ "minecraft:sweet_berries"
+ ],
+ "minecraft:freeze_immune_wearables": [
+ "minecraft:leather_boots",
+ "minecraft:leather_chestplate",
+ "minecraft:leather_helmet",
+ "minecraft:leather_horse_armor",
+ "minecraft:leather_leggings"
+ ],
+ "minecraft:gold_ores": [
+ "minecraft:deepslate_gold_ore",
+ "minecraft:gold_ore",
+ "minecraft:nether_gold_ore"
+ ],
+ "minecraft:ignored_by_piglin_babies": [
+ "minecraft:leather"
+ ],
+ "minecraft:iron_ores": [
+ "minecraft:deepslate_iron_ore",
+ "minecraft:iron_ore"
+ ],
+ "minecraft:jungle_logs": [
+ "minecraft:jungle_log",
+ "minecraft:jungle_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood"
+ ],
+ "minecraft:lapis_ores": [
+ "minecraft:deepslate_lapis_ore",
+ "minecraft:lapis_ore"
+ ],
+ "minecraft:leaves": [
+ "minecraft:acacia_leaves",
+ "minecraft:azalea_leaves",
+ "minecraft:birch_leaves",
+ "minecraft:dark_oak_leaves",
+ "minecraft:flowering_azalea_leaves",
+ "minecraft:jungle_leaves",
+ "minecraft:oak_leaves",
+ "minecraft:spruce_leaves"
+ ],
+ "minecraft:lectern_books": [
+ "minecraft:writable_book",
+ "minecraft:written_book"
+ ],
+ "minecraft:logs": [
+ "minecraft:acacia_log",
+ "minecraft:acacia_wood",
+ "minecraft:birch_log",
+ "minecraft:birch_wood",
+ "minecraft:crimson_hyphae",
+ "minecraft:crimson_stem",
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_wood",
+ "minecraft:jungle_log",
+ "minecraft:jungle_wood",
+ "minecraft:oak_log",
+ "minecraft:oak_wood",
+ "minecraft:spruce_log",
+ "minecraft:spruce_wood",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood",
+ "minecraft:stripped_crimson_hyphae",
+ "minecraft:stripped_crimson_stem",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood",
+ "minecraft:stripped_warped_hyphae",
+ "minecraft:stripped_warped_stem",
+ "minecraft:warped_hyphae",
+ "minecraft:warped_stem"
+ ],
+ "minecraft:logs_that_burn": [
+ "minecraft:acacia_log",
+ "minecraft:acacia_wood",
+ "minecraft:birch_log",
+ "minecraft:birch_wood",
+ "minecraft:dark_oak_log",
+ "minecraft:dark_oak_wood",
+ "minecraft:jungle_log",
+ "minecraft:jungle_wood",
+ "minecraft:oak_log",
+ "minecraft:oak_wood",
+ "minecraft:spruce_log",
+ "minecraft:spruce_wood",
+ "minecraft:stripped_acacia_log",
+ "minecraft:stripped_acacia_wood",
+ "minecraft:stripped_birch_log",
+ "minecraft:stripped_birch_wood",
+ "minecraft:stripped_dark_oak_log",
+ "minecraft:stripped_dark_oak_wood",
+ "minecraft:stripped_jungle_log",
+ "minecraft:stripped_jungle_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood"
+ ],
+ "minecraft:music_discs": [
+ "minecraft:music_disc_11",
+ "minecraft:music_disc_13",
+ "minecraft:music_disc_blocks",
+ "minecraft:music_disc_cat",
+ "minecraft:music_disc_chirp",
+ "minecraft:music_disc_far",
+ "minecraft:music_disc_mall",
+ "minecraft:music_disc_mellohi",
+ "minecraft:music_disc_pigstep",
+ "minecraft:music_disc_stal",
+ "minecraft:music_disc_strad",
+ "minecraft:music_disc_wait",
+ "minecraft:music_disc_ward"
+ ],
+ "minecraft:non_flammable_wood": [
+ "minecraft:crimson_button",
+ "minecraft:crimson_door",
+ "minecraft:crimson_fence",
+ "minecraft:crimson_fence_gate",
+ "minecraft:crimson_hyphae",
+ "minecraft:crimson_planks",
+ "minecraft:crimson_pressure_plate",
+ "minecraft:crimson_sign",
+ "minecraft:crimson_slab",
+ "minecraft:crimson_stairs",
+ "minecraft:crimson_stem",
+ "minecraft:crimson_trapdoor",
+ "minecraft:stripped_crimson_hyphae",
+ "minecraft:stripped_crimson_stem",
+ "minecraft:stripped_warped_hyphae",
+ "minecraft:stripped_warped_stem",
+ "minecraft:warped_button",
+ "minecraft:warped_door",
+ "minecraft:warped_fence",
+ "minecraft:warped_fence_gate",
+ "minecraft:warped_hyphae",
+ "minecraft:warped_planks",
+ "minecraft:warped_pressure_plate",
+ "minecraft:warped_sign",
+ "minecraft:warped_slab",
+ "minecraft:warped_stairs",
+ "minecraft:warped_stem",
+ "minecraft:warped_trapdoor"
+ ],
+ "minecraft:oak_logs": [
+ "minecraft:oak_log",
+ "minecraft:oak_wood",
+ "minecraft:stripped_oak_log",
+ "minecraft:stripped_oak_wood"
+ ],
+ "minecraft:occludes_vibration_signals": [
+ "minecraft:black_wool",
+ "minecraft:blue_wool",
+ "minecraft:brown_wool",
+ "minecraft:cyan_wool",
+ "minecraft:gray_wool",
+ "minecraft:green_wool",
+ "minecraft:light_blue_wool",
+ "minecraft:light_gray_wool",
+ "minecraft:lime_wool",
+ "minecraft:magenta_wool",
+ "minecraft:orange_wool",
+ "minecraft:pink_wool",
+ "minecraft:purple_wool",
+ "minecraft:red_wool",
+ "minecraft:white_wool",
+ "minecraft:yellow_wool"
+ ],
+ "minecraft:piglin_food": [
+ "minecraft:cooked_porkchop",
+ "minecraft:porkchop"
+ ],
+ "minecraft:piglin_loved": [
+ "minecraft:bell",
+ "minecraft:clock",
+ "minecraft:deepslate_gold_ore",
+ "minecraft:enchanted_golden_apple",
+ "minecraft:gilded_blackstone",
+ "minecraft:glistering_melon_slice",
+ "minecraft:gold_block",
+ "minecraft:gold_ingot",
+ "minecraft:gold_ore",
+ "minecraft:golden_apple",
+ "minecraft:golden_axe",
+ "minecraft:golden_boots",
+ "minecraft:golden_carrot",
+ "minecraft:golden_chestplate",
+ "minecraft:golden_helmet",
+ "minecraft:golden_hoe",
+ "minecraft:golden_horse_armor",
+ "minecraft:golden_leggings",
+ "minecraft:golden_pickaxe",
+ "minecraft:golden_shovel",
+ "minecraft:golden_sword",
+ "minecraft:light_weighted_pressure_plate",
+ "minecraft:nether_gold_ore",
+ "minecraft:raw_gold",
+ "minecraft:raw_gold_block"
+ ],
+ "minecraft:piglin_repellents": [
+ "minecraft:soul_campfire",
+ "minecraft:soul_lantern",
+ "minecraft:soul_torch"
+ ],
+ "minecraft:planks": [
+ "minecraft:acacia_planks",
+ "minecraft:birch_planks",
+ "minecraft:crimson_planks",
+ "minecraft:dark_oak_planks",
+ "minecraft:jungle_planks",
+ "minecraft:oak_planks",
+ "minecraft:spruce_planks",
+ "minecraft:warped_planks"
+ ],
+ "minecraft:rails": [
+ "minecraft:activator_rail",
+ "minecraft:detector_rail",
+ "minecraft:powered_rail",
+ "minecraft:rail"
+ ],
+ "minecraft:redstone_ores": [
+ "minecraft:deepslate_redstone_ore",
+ "minecraft:redstone_ore"
+ ],
+ "minecraft:sand": [
+ "minecraft:red_sand",
+ "minecraft:sand"
+ ],
+ "minecraft:saplings": [
+ "minecraft:acacia_sapling",
+ "minecraft:azalea",
+ "minecraft:birch_sapling",
+ "minecraft:dark_oak_sapling",
+ "minecraft:flowering_azalea",
+ "minecraft:jungle_sapling",
+ "minecraft:oak_sapling",
+ "minecraft:spruce_sapling"
+ ],
+ "minecraft:signs": [
+ "minecraft:acacia_sign",
+ "minecraft:birch_sign",
+ "minecraft:crimson_sign",
+ "minecraft:dark_oak_sign",
+ "minecraft:jungle_sign",
+ "minecraft:oak_sign",
+ "minecraft:spruce_sign",
+ "minecraft:warped_sign"
+ ],
+ "minecraft:slabs": [
+ "minecraft:acacia_slab",
+ "minecraft:andesite_slab",
+ "minecraft:birch_slab",
+ "minecraft:blackstone_slab",
+ "minecraft:brick_slab",
+ "minecraft:cobbled_deepslate_slab",
+ "minecraft:cobblestone_slab",
+ "minecraft:crimson_slab",
+ "minecraft:cut_copper_slab",
+ "minecraft:cut_red_sandstone_slab",
+ "minecraft:cut_sandstone_slab",
+ "minecraft:dark_oak_slab",
+ "minecraft:dark_prismarine_slab",
+ "minecraft:deepslate_brick_slab",
+ "minecraft:deepslate_tile_slab",
+ "minecraft:diorite_slab",
+ "minecraft:end_stone_brick_slab",
+ "minecraft:exposed_cut_copper_slab",
+ "minecraft:granite_slab",
+ "minecraft:jungle_slab",
+ "minecraft:mossy_cobblestone_slab",
+ "minecraft:mossy_stone_brick_slab",
+ "minecraft:nether_brick_slab",
+ "minecraft:oak_slab",
+ "minecraft:oxidized_cut_copper_slab",
+ "minecraft:petrified_oak_slab",
+ "minecraft:polished_andesite_slab",
+ "minecraft:polished_blackstone_brick_slab",
+ "minecraft:polished_blackstone_slab",
+ "minecraft:polished_deepslate_slab",
+ "minecraft:polished_diorite_slab",
+ "minecraft:polished_granite_slab",
+ "minecraft:prismarine_brick_slab",
+ "minecraft:prismarine_slab",
+ "minecraft:purpur_slab",
+ "minecraft:quartz_slab",
+ "minecraft:red_nether_brick_slab",
+ "minecraft:red_sandstone_slab",
+ "minecraft:sandstone_slab",
+ "minecraft:smooth_quartz_slab",
+ "minecraft:smooth_red_sandstone_slab",
+ "minecraft:smooth_sandstone_slab",
+ "minecraft:smooth_stone_slab",
+ "minecraft:spruce_slab",
+ "minecraft:stone_brick_slab",
+ "minecraft:stone_slab",
+ "minecraft:warped_slab",
+ "minecraft:waxed_cut_copper_slab",
+ "minecraft:waxed_exposed_cut_copper_slab",
+ "minecraft:waxed_oxidized_cut_copper_slab",
+ "minecraft:waxed_weathered_cut_copper_slab",
+ "minecraft:weathered_cut_copper_slab"
+ ],
+ "minecraft:small_flowers": [
+ "minecraft:allium",
+ "minecraft:azure_bluet",
+ "minecraft:blue_orchid",
+ "minecraft:cornflower",
+ "minecraft:dandelion",
+ "minecraft:lily_of_the_valley",
+ "minecraft:orange_tulip",
+ "minecraft:oxeye_daisy",
+ "minecraft:pink_tulip",
+ "minecraft:poppy",
+ "minecraft:red_tulip",
+ "minecraft:white_tulip",
+ "minecraft:wither_rose"
+ ],
+ "minecraft:soul_fire_base_blocks": [
+ "minecraft:soul_sand",
+ "minecraft:soul_soil"
+ ],
+ "minecraft:spruce_logs": [
+ "minecraft:spruce_log",
+ "minecraft:spruce_wood",
+ "minecraft:stripped_spruce_log",
+ "minecraft:stripped_spruce_wood"
+ ],
+ "minecraft:stairs": [
+ "minecraft:acacia_stairs",
+ "minecraft:andesite_stairs",
+ "minecraft:birch_stairs",
+ "minecraft:blackstone_stairs",
+ "minecraft:brick_stairs",
+ "minecraft:cobbled_deepslate_stairs",
+ "minecraft:cobblestone_stairs",
+ "minecraft:crimson_stairs",
+ "minecraft:cut_copper_stairs",
+ "minecraft:dark_oak_stairs",
+ "minecraft:dark_prismarine_stairs",
+ "minecraft:deepslate_brick_stairs",
+ "minecraft:deepslate_tile_stairs",
+ "minecraft:diorite_stairs",
+ "minecraft:end_stone_brick_stairs",
+ "minecraft:exposed_cut_copper_stairs",
+ "minecraft:granite_stairs",
+ "minecraft:jungle_stairs",
+ "minecraft:mossy_cobblestone_stairs",
+ "minecraft:mossy_stone_brick_stairs",
+ "minecraft:nether_brick_stairs",
+ "minecraft:oak_stairs",
+ "minecraft:oxidized_cut_copper_stairs",
+ "minecraft:polished_andesite_stairs",
+ "minecraft:polished_blackstone_brick_stairs",
+ "minecraft:polished_blackstone_stairs",
+ "minecraft:polished_deepslate_stairs",
+ "minecraft:polished_diorite_stairs",
+ "minecraft:polished_granite_stairs",
+ "minecraft:prismarine_brick_stairs",
+ "minecraft:prismarine_stairs",
+ "minecraft:purpur_stairs",
+ "minecraft:quartz_stairs",
+ "minecraft:red_nether_brick_stairs",
+ "minecraft:red_sandstone_stairs",
+ "minecraft:sandstone_stairs",
+ "minecraft:smooth_quartz_stairs",
+ "minecraft:smooth_red_sandstone_stairs",
+ "minecraft:smooth_sandstone_stairs",
+ "minecraft:spruce_stairs",
+ "minecraft:stone_brick_stairs",
+ "minecraft:stone_stairs",
+ "minecraft:warped_stairs",
+ "minecraft:waxed_cut_copper_stairs",
+ "minecraft:waxed_exposed_cut_copper_stairs",
+ "minecraft:waxed_oxidized_cut_copper_stairs",
+ "minecraft:waxed_weathered_cut_copper_stairs",
+ "minecraft:weathered_cut_copper_stairs"
+ ],
+ "minecraft:stone_bricks": [
+ "minecraft:chiseled_stone_bricks",
+ "minecraft:cracked_stone_bricks",
+ "minecraft:mossy_stone_bricks",
+ "minecraft:stone_bricks"
+ ],
+ "minecraft:stone_crafting_materials": [
+ "minecraft:blackstone",
+ "minecraft:cobbled_deepslate",
+ "minecraft:cobblestone"
+ ],
+ "minecraft:stone_tool_materials": [
+ "minecraft:blackstone",
+ "minecraft:cobbled_deepslate",
+ "minecraft:cobblestone"
+ ],
+ "minecraft:tall_flowers": [
+ "minecraft:lilac",
+ "minecraft:peony",
+ "minecraft:rose_bush",
+ "minecraft:sunflower"
+ ],
+ "minecraft:trapdoors": [
+ "minecraft:acacia_trapdoor",
+ "minecraft:birch_trapdoor",
+ "minecraft:crimson_trapdoor",
+ "minecraft:dark_oak_trapdoor",
+ "minecraft:iron_trapdoor",
+ "minecraft:jungle_trapdoor",
+ "minecraft:oak_trapdoor",
+ "minecraft:spruce_trapdoor",
+ "minecraft:warped_trapdoor"
+ ],
+ "minecraft:walls": [
+ "minecraft:andesite_wall",
+ "minecraft:blackstone_wall",
+ "minecraft:brick_wall",
+ "minecraft:cobbled_deepslate_wall",
+ "minecraft:cobblestone_wall",
+ "minecraft:deepslate_brick_wall",
+ "minecraft:deepslate_tile_wall",
+ "minecraft:diorite_wall",
+ "minecraft:end_stone_brick_wall",
+ "minecraft:granite_wall",
+ "minecraft:mossy_cobblestone_wall",
+ "minecraft:mossy_stone_brick_wall",
+ "minecraft:nether_brick_wall",
+ "minecraft:polished_blackstone_brick_wall",
+ "minecraft:polished_blackstone_wall",
+ "minecraft:polished_deepslate_wall",
+ "minecraft:prismarine_wall",
+ "minecraft:red_nether_brick_wall",
+ "minecraft:red_sandstone_wall",
+ "minecraft:sandstone_wall",
+ "minecraft:stone_brick_wall"
+ ],
+ "minecraft:warped_stems": [
+ "minecraft:stripped_warped_hyphae",
+ "minecraft:stripped_warped_stem",
+ "minecraft:warped_hyphae",
+ "minecraft:warped_stem"
+ ],
+ "minecraft:wooden_buttons": [
+ "minecraft:acacia_button",
+ "minecraft:birch_button",
+ "minecraft:crimson_button",
+ "minecraft:dark_oak_button",
+ "minecraft:jungle_button",
+ "minecraft:oak_button",
+ "minecraft:spruce_button",
+ "minecraft:warped_button"
+ ],
+ "minecraft:wooden_doors": [
+ "minecraft:acacia_door",
+ "minecraft:birch_door",
+ "minecraft:crimson_door",
+ "minecraft:dark_oak_door",
+ "minecraft:jungle_door",
+ "minecraft:oak_door",
+ "minecraft:spruce_door",
+ "minecraft:warped_door"
+ ],
+ "minecraft:wooden_fences": [
+ "minecraft:acacia_fence",
+ "minecraft:birch_fence",
+ "minecraft:crimson_fence",
+ "minecraft:dark_oak_fence",
+ "minecraft:jungle_fence",
+ "minecraft:oak_fence",
+ "minecraft:spruce_fence",
+ "minecraft:warped_fence"
+ ],
+ "minecraft:wooden_pressure_plates": [
+ "minecraft:acacia_pressure_plate",
+ "minecraft:birch_pressure_plate",
+ "minecraft:crimson_pressure_plate",
+ "minecraft:dark_oak_pressure_plate",
+ "minecraft:jungle_pressure_plate",
+ "minecraft:oak_pressure_plate",
+ "minecraft:spruce_pressure_plate",
+ "minecraft:warped_pressure_plate"
+ ],
+ "minecraft:wooden_slabs": [
+ "minecraft:acacia_slab",
+ "minecraft:birch_slab",
+ "minecraft:crimson_slab",
+ "minecraft:dark_oak_slab",
+ "minecraft:jungle_slab",
+ "minecraft:oak_slab",
+ "minecraft:spruce_slab",
+ "minecraft:warped_slab"
+ ],
+ "minecraft:wooden_stairs": [
+ "minecraft:acacia_stairs",
+ "minecraft:birch_stairs",
+ "minecraft:crimson_stairs",
+ "minecraft:dark_oak_stairs",
+ "minecraft:jungle_stairs",
+ "minecraft:oak_stairs",
+ "minecraft:spruce_stairs",
+ "minecraft:warped_stairs"
+ ],
+ "minecraft:wooden_trapdoors": [
+ "minecraft:acacia_trapdoor",
+ "minecraft:birch_trapdoor",
+ "minecraft:crimson_trapdoor",
+ "minecraft:dark_oak_trapdoor",
+ "minecraft:jungle_trapdoor",
+ "minecraft:oak_trapdoor",
+ "minecraft:spruce_trapdoor",
+ "minecraft:warped_trapdoor"
+ ],
+ "minecraft:wool": [
+ "minecraft:black_wool",
+ "minecraft:blue_wool",
+ "minecraft:brown_wool",
+ "minecraft:cyan_wool",
+ "minecraft:gray_wool",
+ "minecraft:green_wool",
+ "minecraft:light_blue_wool",
+ "minecraft:light_gray_wool",
+ "minecraft:lime_wool",
+ "minecraft:magenta_wool",
+ "minecraft:orange_wool",
+ "minecraft:pink_wool",
+ "minecraft:purple_wool",
+ "minecraft:red_wool",
+ "minecraft:white_wool",
+ "minecraft:yellow_wool"
+ ]
+ }
+}
diff --git a/worldedit-cli/src/main/resources/log4j2.xml b/worldedit-cli/src/main/resources/log4j2.xml
index 9642c1b7d..722cc6fbb 100644
--- a/worldedit-cli/src/main/resources/log4j2.xml
+++ b/worldedit-cli/src/main/resources/log4j2.xml
@@ -2,13 +2,13 @@
-
+
-
+
-
-
+
+
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/Fawe.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/Fawe.java
index eff0ac4a4..4cbdac5fa 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/Fawe.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/Fawe.java
@@ -1,7 +1,7 @@
package com.fastasyncworldedit.core;
-import com.fastasyncworldedit.core.queue.implementation.QueueHandler;
import com.fastasyncworldedit.core.configuration.Settings;
+import com.fastasyncworldedit.core.queue.implementation.QueueHandler;
import com.fastasyncworldedit.core.util.CachedTextureUtil;
import com.fastasyncworldedit.core.util.CleanTextureUtil;
import com.fastasyncworldedit.core.util.FaweTimer;
@@ -16,6 +16,9 @@ import com.sk89q.worldedit.WorldEdit;
import com.sk89q.worldedit.internal.util.LogManagerCompat;
import org.apache.logging.log4j.Logger;
+import javax.annotation.Nullable;
+import javax.management.InstanceAlreadyExistsException;
+import javax.management.NotificationEmitter;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
@@ -29,28 +32,25 @@ import java.lang.management.MemoryUsage;
import java.util.Date;
import java.util.List;
import java.util.concurrent.TimeUnit;
-import javax.annotation.Nullable;
-import javax.management.InstanceAlreadyExistsException;
-import javax.management.NotificationEmitter;
/**
* [ WorldEdit action]
- * |
+ * |
* \|/
* [ EditSession ] - The change is processed (area restrictions, change limit, block type)
- * |
+ * |
* \|/
* [Block change] - A block change from some location
- * |
+ * |
* \|/
* [ Set Queue ] - The SetQueue manages the implementation specific queue
- * |
+ * |
* \|/
* [ Fawe Queue] - A queue of chunks - check if the queue has the chunk for a change
- * |
+ * |
* \|/
* [ Fawe Chunk Implementation ] - Otherwise create a new FaweChunk object which is a wrapper around the Chunk object
- * |
+ * |
* \|/
* [ Execution ] - When done, the queue then sets the blocks for the chunk, performs lighting updates and sends the chunk packet to the clients
*
@@ -131,10 +131,18 @@ public class Fawe {
TaskManager.IMP = this.implementation.getTaskManager();
TaskManager.IMP.async(() -> {
- MainUtil.deleteOlder(MainUtil.getFile(this.implementation
- .getDirectory(), Settings.IMP.PATHS.HISTORY), TimeUnit.DAYS.toMillis(Settings.IMP.HISTORY.DELETE_AFTER_DAYS), false);
- MainUtil.deleteOlder(MainUtil.getFile(this.implementation
- .getDirectory(), Settings.IMP.PATHS.CLIPBOARD), TimeUnit.DAYS.toMillis(Settings.IMP.CLIPBOARD.DELETE_AFTER_DAYS), false);
+ MainUtil.deleteOlder(
+ MainUtil.getFile(this.implementation
+ .getDirectory(), Settings.IMP.PATHS.HISTORY),
+ TimeUnit.DAYS.toMillis(Settings.IMP.HISTORY.DELETE_AFTER_DAYS),
+ false
+ );
+ MainUtil.deleteOlder(
+ MainUtil.getFile(this.implementation
+ .getDirectory(), Settings.IMP.PATHS.CLIPBOARD),
+ TimeUnit.DAYS.toMillis(Settings.IMP.CLIPBOARD.DELETE_AFTER_DAYS),
+ false
+ );
});
/*
@@ -208,7 +216,6 @@ public class Fawe {
/**
* The FAWE version.
*
- * @apiNote Unofficial jars may be lacking version information
* @return FaweVersion
*/
@Nullable
@@ -226,7 +233,7 @@ public class Fawe {
File file = new File(this.implementation.getDirectory(), "config.yml");
Settings.IMP.PLATFORM = implementation.getPlatform().replace("\"", "");
try (InputStream stream = getClass().getResourceAsStream("/fawe.properties");
- BufferedReader br = new BufferedReader(new InputStreamReader(stream))) {
+ BufferedReader br = new BufferedReader(new InputStreamReader(stream))) {
String versionString = br.readLine();
String commitString = br.readLine();
String dateString = br.readLine();
@@ -263,14 +270,14 @@ public class Fawe {
Settings.IMP.CLIPBOARD.COMPRESSION_LEVEL = Math.min(6, Settings.IMP.CLIPBOARD.COMPRESSION_LEVEL);
Settings.IMP.HISTORY.COMPRESSION_LEVEL = Math.min(6, Settings.IMP.HISTORY.COMPRESSION_LEVEL);
LOGGER.error("ZSTD Compression Binding Not Found.\n"
- + "FAWE will still work but compression won't work as well.\n", e);
+ + "FAWE will still work but compression won't work as well.\n", e);
}
}
try {
net.jpountz.util.Native.load();
} catch (Throwable e) {
LOGGER.error("LZ4 Compression Binding Not Found.\n"
- + "FAWE will still work but compression will be slower.\n", e);
+ + "FAWE will still work but compression will be slower.\n", e);
}
}
@@ -313,8 +320,8 @@ public class Fawe {
}
} catch (Throwable ignored) {
LOGGER.error("FAWE encountered an error trying to listen to JVM memory.\n"
- + "Please change your Java security settings or disable this message by"
- + "changing 'max-memory-percent' in the config files to '-1'.");
+ + "Please change your Java security settings or disable this message by"
+ + "changing 'max-memory-percent' in the config files to '-1'.");
}
}
@@ -335,4 +342,5 @@ public class Fawe {
public Thread setMainThread() {
return this.thread = Thread.currentThread();
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/FaweAPI.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/FaweAPI.java
index 463f024f1..6bf5a2d51 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/FaweAPI.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/FaweAPI.java
@@ -1,16 +1,16 @@
package com.fastasyncworldedit.core;
-import com.fastasyncworldedit.core.queue.IQueueChunk;
-import com.fastasyncworldedit.core.queue.IQueueExtent;
-import com.fastasyncworldedit.core.extent.processor.lighting.Relighter;
-import com.fastasyncworldedit.core.queue.implementation.ParallelQueueExtent;
import com.fastasyncworldedit.core.configuration.Settings;
-import com.fastasyncworldedit.core.regions.RegionWrapper;
import com.fastasyncworldedit.core.extent.processor.lighting.RelightMode;
+import com.fastasyncworldedit.core.extent.processor.lighting.Relighter;
import com.fastasyncworldedit.core.history.DiskStorageHistory;
import com.fastasyncworldedit.core.history.changeset.SimpleChangeSetSummary;
import com.fastasyncworldedit.core.internal.exception.FaweException;
+import com.fastasyncworldedit.core.queue.IQueueChunk;
+import com.fastasyncworldedit.core.queue.IQueueExtent;
+import com.fastasyncworldedit.core.queue.implementation.ParallelQueueExtent;
import com.fastasyncworldedit.core.regions.FaweMaskManager;
+import com.fastasyncworldedit.core.regions.RegionWrapper;
import com.fastasyncworldedit.core.util.EditSessionBuilder;
import com.fastasyncworldedit.core.util.MainUtil;
import com.fastasyncworldedit.core.util.MemUtil;
@@ -88,7 +88,7 @@ public class FaweAPI {
* EditSession} can do a lot more. Remember to commit when you are done!
*
*
- * @param world The name of the world
+ * @param world The name of the world
* @param autoQueue If it should start dispatching before you enqueue it.
* @return the queue extent
*/
@@ -115,7 +115,7 @@ public class FaweAPI {
* Upload the clipboard to the configured web interface.
*
* @param clipboard The clipboard (may not be null)
- * @param format The format to use (some formats may not be supported)
+ * @param format The format to use (some formats may not be supported)
* @return The download URL or null
*/
public static URL upload(final Clipboard clipboard, final ClipboardFormat format) {
@@ -192,7 +192,7 @@ public class FaweAPI {
if (!file.getName().toLowerCase(Locale.ROOT).endsWith(".bd")) {
throw new IllegalArgumentException("Not a BD file!");
}
- String[] path = file.getPath().split(File.separatorChar=='\\' ? "\\\\" : File.separator);
+ String[] path = file.getPath().split(File.separatorChar == '\\' ? "\\\\" : File.separator);
if (path.length < 3) {
throw new IllegalArgumentException("Not in history directory!");
}
@@ -214,16 +214,13 @@ public class FaweAPI {
/**
* Used in the rollback to generate a list of {@link DiskStorageHistory} objects.
*
- * @param origin - The origin location
- * @param user - The uuid (may be null)
- * @param radius - The radius from the origin of the edit
+ * @param origin - The origin location
+ * @param user - The uuid (may be null)
+ * @param radius - The radius from the origin of the edit
* @param timediff - The max age of the file in milliseconds
- * @param shallow - If shallow is true, FAWE will only read the first {@link
- * Settings.HISTORY#BUFFER_SIZE} bytes to obtain history info
+ * @param shallow - If shallow is true, FAWE will only read the first {@link
+ * Settings.HISTORY#BUFFER_SIZE} bytes to obtain history info
* @return a list of DiskStorageHistory Objects
- * @apiNote An edit outside the radius may be included if it overlaps with an edit inside
- * that depends on it. Reading only part of the file will result in unreliable bounds info
- * for large edits.
*/
public static List getBDFiles(Location origin, UUID user, int radius, long timediff, boolean shallow) {
Extent extent = origin.getExtent();
@@ -270,7 +267,12 @@ public class FaweAPI {
long value = aI - bI;
return value == 0 ? 0 : value < 0 ? -1 : 1;
});
- RegionWrapper bounds = new RegionWrapper(origin.getBlockX() - radius, origin.getBlockX() + radius, origin.getBlockZ() - radius, origin.getBlockZ() + radius);
+ RegionWrapper bounds = new RegionWrapper(
+ origin.getBlockX() - radius,
+ origin.getBlockX() + radius,
+ origin.getBlockZ() - radius,
+ origin.getBlockZ() + radius
+ );
RegionWrapper boundsPlus = new RegionWrapper(bounds.minX - 64, bounds.maxX + 512, bounds.minZ - 64, bounds.maxZ + 512);
HashSet regionSet = Sets.newHashSet(bounds);
ArrayList result = new ArrayList<>();
@@ -302,7 +304,6 @@ public class FaweAPI {
/**
* The DiskStorageHistory class is what FAWE uses to represent the undo on disk.
- *
*/
public static DiskStorageHistory getChangeSetFromDisk(World world, UUID uuid, int index) {
return new DiskStorageHistory(world, uuid, index);
@@ -317,13 +318,18 @@ public class FaweAPI {
* Resends the chunks to the client.
*
*
- * @param world World to relight in
+ * @param world World to relight in
* @param selection Region to relight
- * @param queue Queue to relight in/from
- * @param mode The mode to relight with
+ * @param queue Queue to relight in/from
+ * @param mode The mode to relight with
* @return Chunks changed
*/
- public static int fixLighting(World world, Region selection, @Nullable IQueueExtent queue, final RelightMode mode) {
+ public static int fixLighting(
+ World world,
+ Region selection,
+ @Nullable IQueueExtent queue,
+ final RelightMode mode
+ ) {
final BlockVector3 bot = selection.getMinimumPoint();
final BlockVector3 top = selection.getMaximumPoint();
@@ -341,7 +347,7 @@ public class FaweAPI {
queue = (IQueueExtent) unwrapped;
} else if (Settings.IMP.QUEUE.PARALLEL_THREADS > 1) {
ParallelQueueExtent parallel =
- new ParallelQueueExtent(Fawe.get().getQueueHandler(), world, true);
+ new ParallelQueueExtent(Fawe.get().getQueueHandler(), world, true);
queue = parallel.getExtent();
} else {
queue = Fawe.get().getQueueHandler().getQueue(world);
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/FaweCache.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/FaweCache.java
index a8ca8965e..6e7048e7e 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/FaweCache.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/FaweCache.java
@@ -1,18 +1,20 @@
package com.fastasyncworldedit.core;
-import com.fastasyncworldedit.core.queue.IChunkSet;
-import com.fastasyncworldedit.core.queue.Trimable;
-import com.fastasyncworldedit.core.queue.Pool;
-import com.fastasyncworldedit.core.queue.implementation.QueuePool;
import com.fastasyncworldedit.core.configuration.Caption;
import com.fastasyncworldedit.core.configuration.Settings;
-import com.fastasyncworldedit.core.math.BitArray;
-import com.fastasyncworldedit.core.math.BitArrayUnstretched;
-import com.fastasyncworldedit.core.util.collection.CleanableThreadLocal;
import com.fastasyncworldedit.core.internal.exception.FaweBlockBagException;
import com.fastasyncworldedit.core.internal.exception.FaweChunkLoadException;
import com.fastasyncworldedit.core.internal.exception.FaweException;
+import com.fastasyncworldedit.core.math.BitArray;
+import com.fastasyncworldedit.core.math.BitArrayUnstretched;
+import com.fastasyncworldedit.core.math.MutableBlockVector3;
+import com.fastasyncworldedit.core.math.MutableVector3;
+import com.fastasyncworldedit.core.queue.IChunkSet;
+import com.fastasyncworldedit.core.queue.Pool;
+import com.fastasyncworldedit.core.queue.Trimable;
+import com.fastasyncworldedit.core.queue.implementation.QueuePool;
import com.fastasyncworldedit.core.util.MathMan;
+import com.fastasyncworldedit.core.util.collection.CleanableThreadLocal;
import com.google.common.cache.CacheBuilder;
import com.google.common.cache.CacheLoader;
import com.google.common.cache.LoadingCache;
@@ -31,12 +33,10 @@ import com.sk89q.jnbt.ShortTag;
import com.sk89q.jnbt.StringTag;
import com.sk89q.jnbt.Tag;
import com.sk89q.worldedit.internal.util.LogManagerCompat;
-import com.fastasyncworldedit.core.math.MutableBlockVector3;
-import com.fastasyncworldedit.core.math.MutableVector3;
import com.sk89q.worldedit.world.block.BlockTypesCache;
import org.apache.logging.log4j.Logger;
-import javax.annotation.Nonnull;
+import javax.annotation.Nonnull;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
@@ -59,8 +59,7 @@ import java.util.function.Supplier;
import static com.google.common.base.Preconditions.checkNotNull;
public enum FaweCache implements Trimable {
- IMP
- ; // singleton
+ IMP; // singleton
private static final Logger LOGGER = LogManagerCompat.getLogger();
@@ -140,13 +139,16 @@ public enum FaweCache implements Trimable {
public static final FaweBlockBagException BLOCK_BAG = new FaweBlockBagException();
public static final FaweException MANUAL = new FaweException(Caption.of("fawe.cancel.worldedit.cancel.reason.manual"));
public static final FaweException NO_REGION = new FaweException(Caption.of("fawe.cancel.worldedit.cancel.reason.no.region"));
- public static final FaweException OUTSIDE_REGION = new FaweException(Caption.of("fawe.cancel.worldedit.cancel.reason.outside.region"));
+ public static final FaweException OUTSIDE_REGION = new FaweException(Caption.of(
+ "fawe.cancel.worldedit.cancel.reason.outside.region"));
public static final FaweException MAX_CHECKS = new FaweException(Caption.of("fawe.cancel.worldedit.cancel.reason.max.checks"));
public static final FaweException MAX_CHANGES = new FaweException(Caption.of("fawe.cancel.worldedit.cancel.reason.max.changes"));
public static final FaweException LOW_MEMORY = new FaweException(Caption.of("fawe.cancel.worldedit.cancel.reason.low.memory"));
- public static final FaweException MAX_ENTITIES = new FaweException(Caption.of("fawe.cancel.worldedit.cancel.reason.max.entities"));
+ public static final FaweException MAX_ENTITIES = new FaweException(Caption.of(
+ "fawe.cancel.worldedit.cancel.reason.max.entities"));
public static final FaweException MAX_TILES = new FaweException(Caption.of("fawe.cancel.worldedit.cancel.reason.max.tiles"));
- public static final FaweException MAX_ITERATIONS = new FaweException(Caption.of("fawe.cancel.worldedit.cancel.reason.max.iterations"));
+ public static final FaweException MAX_ITERATIONS = new FaweException(Caption.of(
+ "fawe.cancel.worldedit.cancel.reason.max.iterations"));
/*
thread cache
@@ -167,9 +169,9 @@ public enum FaweCache implements Trimable {
public final CleanableThreadLocal PALETTE_TO_BLOCK = new CleanableThreadLocal<>(() -> new int[Character.MAX_VALUE + 1]);
public final CleanableThreadLocal PALETTE_TO_BLOCK_CHAR = new CleanableThreadLocal<>(
- () -> new char[Character.MAX_VALUE + 1], a -> {
- Arrays.fill(a, Character.MAX_VALUE);
- }
+ () -> new char[Character.MAX_VALUE + 1], a -> {
+ Arrays.fill(a, Character.MAX_VALUE);
+ }
);
public final CleanableThreadLocal BLOCK_STATES = new CleanableThreadLocal<>(() -> new long[2048]);
@@ -182,6 +184,7 @@ public enum FaweCache implements Trimable {
* Holds data for a palette used in a chunk section
*/
public static final class Palette {
+
public int bitsPerEntry;
public int paletteToBlockLength;
@@ -195,12 +198,14 @@ public enum FaweCache implements Trimable {
* Reusable buffer array, MUST check blockStatesLength for actual length
*/
public long[] blockStates;
+
}
private final CleanableThreadLocal PALETTE_CACHE = new CleanableThreadLocal<>(Palette::new);
/**
* Convert raw char array to palette
+ *
* @param layerOffset
* @param blocks
* @return palette
@@ -211,6 +216,7 @@ public enum FaweCache implements Trimable {
/**
* Convert raw int array to palette
+ *
* @param layerOffset
* @param blocks
* @return palette
@@ -296,6 +302,7 @@ public enum FaweCache implements Trimable {
/**
* Convert raw int array to unstretched palette (1.16)
+ *
* @param layerOffset
* @param blocks
* @return palette
@@ -531,9 +538,10 @@ public enum FaweCache implements Trimable {
int nThreads = Settings.IMP.QUEUE.PARALLEL_THREADS;
ArrayBlockingQueue queue = new ArrayBlockingQueue<>(nThreads);
return new ThreadPoolExecutor(nThreads, nThreads,
- 0L, TimeUnit.MILLISECONDS, queue,
- Executors.defaultThreadFactory(),
- new ThreadPoolExecutor.CallerRunsPolicy()) {
+ 0L, TimeUnit.MILLISECONDS, queue,
+ Executors.defaultThreadFactory(),
+ new ThreadPoolExecutor.CallerRunsPolicy()
+ ) {
protected void afterExecute(Runnable r, Throwable t) {
try {
super.afterExecute(r, t);
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/FaweVersion.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/FaweVersion.java
index 604d1430e..4593b13da 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/FaweVersion.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/FaweVersion.java
@@ -1,7 +1,10 @@
package com.fastasyncworldedit.core;
-/** An internal FAWE class not meant for public use. **/
+/**
+ * An internal FAWE class not meant for public use.
+ **/
public class FaweVersion {
+
public final int year;
public final int month;
public final int day;
@@ -40,7 +43,8 @@ public class FaweVersion {
}
}
- @Override public String toString() {
+ @Override
+ public String toString() {
if (hash == 0 && build == 0) {
return "FastAsyncWorldEdit-1.17-NoVer-SNAPSHOT";
} else {
@@ -51,4 +55,5 @@ public class FaweVersion {
public boolean isNewer(FaweVersion other) {
return other.build < this.build;
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/IFawe.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/IFawe.java
index 345009367..54b75e8a0 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/IFawe.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/IFawe.java
@@ -1,7 +1,7 @@
package com.fastasyncworldedit.core;
-import com.fastasyncworldedit.core.queue.implementation.preloader.Preloader;
import com.fastasyncworldedit.core.queue.implementation.QueueHandler;
+import com.fastasyncworldedit.core.queue.implementation.preloader.Preloader;
import com.fastasyncworldedit.core.regions.FaweMaskManager;
import com.fastasyncworldedit.core.util.TaskManager;
import com.fastasyncworldedit.core.util.image.ImageViewer;
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/Resettable.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/Resettable.java
index 6d24faa32..367e71aef 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/Resettable.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/Resettable.java
@@ -3,4 +3,5 @@ package com.fastasyncworldedit.core;
public interface Resettable {
void reset();
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/AnvilCommands.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/AnvilCommands.java
index 2bb9eb884..88d1cb06c 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/AnvilCommands.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/AnvilCommands.java
@@ -21,11 +21,10 @@ import java.io.IOException;
import static com.google.common.base.Preconditions.checkNotNull;
/**
- *
* @deprecated Anvil classes were used on versions prior to 1.13 to trim chunks.
- * The way how it's been done was unsafe and led to issues back the years, hence it
- * hasn't been implemented in any modern version. Therefore the current
- * implementation is deprecated for removal without replacement.
+ * The way how it's been done was unsafe and led to issues back the years, hence it
+ * hasn't been implemented in any modern version. Therefore the current
+ * implementation is deprecated for removal without replacement.
*/
@Deprecated
@CommandContainer(superTypes = CommandPermissionsConditionGenerator.Registration.class)
@@ -117,17 +116,19 @@ public class AnvilCommands {
// }
@Command(
- name = "replaceall",
- aliases = {"rea", "repall"},
- desc = "Replace all blocks in the selection with another"
+ name = "replaceall",
+ aliases = {"rea", "repall"},
+ desc = "Replace all blocks in the selection with another"
)
@CommandPermissions("worldedit.anvil.replaceall")
- public void replaceAll(Player player, String folder,
- @Arg(name = "from", desc = "String", def = "")
- String fromPattern,
- String toPatternStr,
- @Switch(name = 'd', desc = "Disable wildcard data matching")
- boolean useData) throws WorldEditException {
+ public void replaceAll(
+ Player player, String folder,
+ @Arg(name = "from", desc = "String", def = "")
+ String fromPattern,
+ String toPatternStr,
+ @Switch(name = 'd', desc = "Disable wildcard data matching")
+ boolean useData
+ ) throws WorldEditException {
// final FaweBlockMatcher matchFrom; TODO NOT IMPLEMENTED
// if (from == null) {
// matchFrom = FaweBlockMatcher.NOT_AIR;
@@ -144,9 +145,9 @@ public class AnvilCommands {
}
@Command(
- name = "remapall",
- descFooter = "Remap the world between MCPE/PC values",
- desc = "Remap the world between MCPE/PC values"
+ name = "remapall",
+ descFooter = "Remap the world between MCPE/PC values",
+ desc = "Remap the world between MCPE/PC values"
)
@CommandPermissions("worldedit.anvil.remapall")
public void remapall(Player player, String folder) throws WorldEditException {
@@ -163,18 +164,20 @@ public class AnvilCommands {
@Command(
- name = "deleteallunvisited",
- aliases = {"delunvisited" },
- desc = "Delete all chunks which haven't been occupied",
- descFooter = "occupied for `age-ticks` (20t = 1s) and \n"
- + "Have not been accessed since `file-duration` (ms) after creation and\n"
- + "Have not been used in the past `chunk-inactivity` (ms)"
- + "The auto-save interval is the recommended value for `file-duration` and `chunk-inactivity`"
+ name = "deleteallunvisited",
+ aliases = {"delunvisited"},
+ desc = "Delete all chunks which haven't been occupied",
+ descFooter = "occupied for `age-ticks` (20t = 1s) and \n"
+ + "Have not been accessed since `file-duration` (ms) after creation and\n"
+ + "Have not been used in the past `chunk-inactivity` (ms)"
+ + "The auto-save interval is the recommended value for `file-duration` and `chunk-inactivity`"
)
@CommandPermissions("worldedit.anvil.deleteallunvisited")
- public void deleteAllUnvisited(Player player, String folder, int inhabitedTicks,
- @Arg(desc = "int", def = "60000")
- int fileDurationMillis) throws WorldEditException {
+ public void deleteAllUnvisited(
+ Player player, String folder, int inhabitedTicks,
+ @Arg(desc = "int", def = "60000")
+ int fileDurationMillis
+ ) throws WorldEditException {
// DeleteUninhabitedFilter filter = new DeleteUninhabitedFilter(fileDurationMillis, inhabitedTicks, fileDurationMillis); TODO NOT IMPLEMENTED
// DeleteUninhabitedFilter result = runWithWorld(player, folder, filter, true);
// if (result != null) {
@@ -183,21 +186,23 @@ public class AnvilCommands {
}
@Command(
- name = "deleteallunclaimed",
- aliases = {"delallunclaimed" },
- desc = "Delete all chunks which haven't been occupied",
- descFooter = "Supports: WorldGuard, PlotSquared, GriefPrevention:\n"
- + "Delete all chunks which aren't claimed AND haven't been occupied for `age-ticks` (20t = 1s) and \n"
- + "Have not been accessed since `file-duration` (ms) after creation and\n"
- + "Have not been used in the past `chunk-inactivity` (ms)"
- + "The auto-save interval is the recommended value for `file-duration` and `chunk-inactivity`"
+ name = "deleteallunclaimed",
+ aliases = {"delallunclaimed"},
+ desc = "Delete all chunks which haven't been occupied",
+ descFooter = "Supports: WorldGuard, PlotSquared, GriefPrevention:\n"
+ + "Delete all chunks which aren't claimed AND haven't been occupied for `age-ticks` (20t = 1s) and \n"
+ + "Have not been accessed since `file-duration` (ms) after creation and\n"
+ + "Have not been used in the past `chunk-inactivity` (ms)"
+ + "The auto-save interval is the recommended value for `file-duration` and `chunk-inactivity`"
)
@CommandPermissions("worldedit.anvil.deleteallunclaimed")
- public void deleteAllUnclaimed(Player player, int inhabitedTicks,
- @Arg(desc = "int", def = "60000")
- int fileDurationMillis,
- @Switch(name = 'd', desc = "The flag will debug the task")
- boolean debug) throws WorldEditException {
+ public void deleteAllUnclaimed(
+ Player player, int inhabitedTicks,
+ @Arg(desc = "int", def = "60000")
+ int fileDurationMillis,
+ @Switch(name = 'd', desc = "The flag will debug the task")
+ boolean debug
+ ) throws WorldEditException {
// String folder = player.getWorld().getName(); TODO NOT IMPLEMENTED
// DeleteUnclaimedFilter filter = new DeleteUnclaimedFilter(player.getWorld(), fileDurationMillis, inhabitedTicks, fileDurationMillis);
// if (debug) {
@@ -210,21 +215,23 @@ public class AnvilCommands {
}
@Command(
- name = "deleteunclaimed",
- desc = "Delete all chunks which haven't been occupied",
- descFooter = "(Supports: WorldGuard, PlotSquared, GriefPrevention):\n"
- + "Is not claimed\n"
- + "Has not been occupied for `age-ticks` (20t = 1s) and \n"
- + "Have not been accessed since `file-duration` (ms) after creation and\n"
- + "Have not been used in the past `chunk-inactivity` (ms)"
- + "The auto-save interval is the recommended value for `file-duration` and `chunk-inactivity`"
+ name = "deleteunclaimed",
+ desc = "Delete all chunks which haven't been occupied",
+ descFooter = "(Supports: WorldGuard, PlotSquared, GriefPrevention):\n"
+ + "Is not claimed\n"
+ + "Has not been occupied for `age-ticks` (20t = 1s) and \n"
+ + "Have not been accessed since `file-duration` (ms) after creation and\n"
+ + "Have not been used in the past `chunk-inactivity` (ms)"
+ + "The auto-save interval is the recommended value for `file-duration` and `chunk-inactivity`"
)
@CommandPermissions("worldedit.anvil.deleteunclaimed")
- public void deleteUnclaimed(Player player, EditSession editSession, @Selection Region selection, int inhabitedTicks,
- @Arg(desc = "int", def = "60000")
- int fileDurationMillis,
- @Switch(name = 'd', desc = "The flag will debug the task")
- boolean debug) throws WorldEditException {
+ public void deleteUnclaimed(
+ Player player, EditSession editSession, @Selection Region selection, int inhabitedTicks,
+ @Arg(desc = "int", def = "60000")
+ int fileDurationMillis,
+ @Switch(name = 'd', desc = "The flag will debug the task")
+ boolean debug
+ ) throws WorldEditException {
// DeleteUnclaimedFilter filter = new DeleteUnclaimedFilter(player.getWorld(), fileDurationMillis, inhabitedTicks, fileDurationMillis); TODO NOT IMPLEMENTED
// if (debug) {
// filter.enableDebug();
@@ -236,11 +243,11 @@ public class AnvilCommands {
}
@Command(
- name = "deletealloldregions",
- aliases = {"deloldreg" },
- desc = "Delete regions which haven't been accessed in a certain amount of time",
- descFooter = "You can use seconds (s), minutes (m), hours (h), days (d), weeks (w), years (y)\n"
- + "(months are not a unit of time) e.g., 8h5m12s\n"
+ name = "deletealloldregions",
+ aliases = {"deloldreg"},
+ desc = "Delete regions which haven't been accessed in a certain amount of time",
+ descFooter = "You can use seconds (s), minutes (m), hours (h), days (d), weeks (w), years (y)\n"
+ + "(months are not a unit of time) e.g., 8h5m12s\n"
)
@CommandPermissions("worldedit.anvil.deletealloldregions")
public void deleteAllOldRegions(Player player, String folder, String time) throws WorldEditException {
@@ -253,14 +260,16 @@ public class AnvilCommands {
}
@Command(
- name = "trimallplots",
- desc = "Trim chunks in a Plot World",
- descFooter = "Unclaimed chunks will be deleted\nUnmodified chunks will be deleted\n"
+ name = "trimallplots",
+ desc = "Trim chunks in a Plot World",
+ descFooter = "Unclaimed chunks will be deleted\nUnmodified chunks will be deleted\n"
)
@CommandPermissions("worldedit.anvil.trimallplots")
- public void trimAllPlots(Player player,
- @Switch(name = 'v', desc = "Delete unvisited chunks")
- boolean deleteUnvisited) throws WorldEditException {
+ public void trimAllPlots(
+ Player player,
+ @Switch(name = 'v', desc = "Delete unvisited chunks")
+ boolean deleteUnvisited
+ ) throws WorldEditException {
// String folder = player.getWorld().getName(); TODO NOT IMPLEMENTED
// int visitTime = deleteUnvisited ? 1 : -1;
// PlotTrimFilter filter = new PlotTrimFilter(player.getWorld(), 0, visitTime, 600000);
@@ -274,13 +283,15 @@ public class AnvilCommands {
}
@Command(
- name = "deletebiomechunks",
- desc = "Delete chunks matching a specific biome"
+ name = "deletebiomechunks",
+ desc = "Delete chunks matching a specific biome"
)
@CommandPermissions("worldedit.anvil.trimallair")
- public void deleteBiome(Player player, String folder, BiomeType biome,
- @Switch(name = 'u', desc = "The flag will run the task unsafe")
- boolean unsafe) {
+ public void deleteBiome(
+ Player player, String folder, BiomeType biome,
+ @Switch(name = 'u', desc = "The flag will run the task unsafe")
+ boolean unsafe
+ ) {
// DeleteBiomeFilterSimple filter = new DeleteBiomeFilterSimple(biome); TODO NOT IMPLEMENTED
// DeleteBiomeFilterSimple result = runWithWorld(player, folder, filter, true, unsafe);
// if (result != null) {
@@ -289,13 +300,15 @@ public class AnvilCommands {
}
@Command(
- name = "trimallair",
- desc = "Trim all air in the world"
+ name = "trimallair",
+ desc = "Trim all air in the world"
)
@CommandPermissions("worldedit.anvil.trimallair")
- public void trimAllAir(Player player, String folder,
- @Switch(name = 'u', desc = "The flag will run the task unsafe")
- boolean unsafe) throws WorldEditException {
+ public void trimAllAir(
+ Player player, String folder,
+ @Switch(name = 'u', desc = "The flag will run the task unsafe")
+ boolean unsafe
+ ) throws WorldEditException {
// TrimAirFilter filter = new TrimAirFilter(); TODO NOT IMPLEMENTED
// TrimAirFilter result = runWithWorld(player, folder, filter, true, unsafe);
// if (result != null) {
@@ -304,8 +317,8 @@ public class AnvilCommands {
}
@Command(
- name = "debugfixroads",
- desc = "debug - do not use"
+ name = "debugfixroads",
+ desc = "debug - do not use"
)
@CommandPermissions("worldedit.anvil.debugfixroads")
public void debugfixroads(Player player, String folder) throws WorldEditException {
@@ -317,18 +330,20 @@ public class AnvilCommands {
}
@Command(
- name = "replaceallpattern",
- aliases = {"reap", "repallpat"},
- desc = "Replace all blocks in the selection with another"
+ name = "replaceallpattern",
+ aliases = {"reap", "repallpat"},
+ desc = "Replace all blocks in the selection with another"
)
@CommandPermissions("worldedit.anvil.replaceall")
- public void replaceAllPattern(Player player, String folder,
- @Arg(desc = "String", def = "")
- String from, Pattern toPattern,
- @Switch(name = 'd', desc = "The flag specifies the data to use")
- boolean useData,
- @Switch(name = 'm', desc = "The flag specifies the map to use")
- boolean useMap) throws WorldEditException {
+ public void replaceAllPattern(
+ Player player, String folder,
+ @Arg(desc = "String", def = "")
+ String from, Pattern toPattern,
+ @Switch(name = 'd', desc = "The flag specifies the data to use")
+ boolean useData,
+ @Switch(name = 'm', desc = "The flag specifies the map to use")
+ boolean useMap
+ ) throws WorldEditException {
// MCAFilterCounter filter; TODO NOT IMPLEMENTED
// if (useMap) {
// if (to instanceof RandomPattern) {
@@ -353,13 +368,15 @@ public class AnvilCommands {
//
@Command(
- name = "countall",
- desc = "Count all blocks in a world"
+ name = "countall",
+ desc = "Count all blocks in a world"
)
@CommandPermissions("worldedit.anvil.countall")
- public void countAll(Player player, EditSession editSession, String folder, String argStr,
- @Switch(name = 'd', desc = "The flag specifies the data to use")
- boolean useData) throws WorldEditException {
+ public void countAll(
+ Player player, EditSession editSession, String folder, String argStr,
+ @Switch(name = 'd', desc = "The flag specifies the data to use")
+ boolean useData
+ ) throws WorldEditException {
// Set searchBlocks = worldEdit.getBlocks(player, arg, true);
// MCAFilterCounter filter;
// if (useData || arg.contains(":")) { // Optimize for both cases
@@ -376,9 +393,9 @@ public class AnvilCommands {
}
@Command(
- name = "clear",
- aliases = {"unset"},
- desc = "Clear the chunks in a selection (delete without defrag)"
+ name = "clear",
+ aliases = {"unset"},
+ desc = "Clear the chunks in a selection (delete without defrag)"
)
@CommandPermissions("worldedit.anvil.clear")
public void unset(Player player, EditSession editSession, @Selection Region selection) throws WorldEditException {
@@ -429,13 +446,15 @@ public class AnvilCommands {
}
@Command(
- name = "count",
- desc = "Count blocks in a selection"
+ name = "count",
+ desc = "Count blocks in a selection"
)
@CommandPermissions("worldedit.anvil.count")
- public void count(Player player, EditSession editSession, @Selection Region selection, String argStr,
- @Switch(name = 'd', desc = "The flag specifies the data to use")
- boolean useData) throws WorldEditException {
+ public void count(
+ Player player, EditSession editSession, @Selection Region selection, String argStr,
+ @Switch(name = 'd', desc = "The flag specifies the data to use")
+ boolean useData
+ ) throws WorldEditException {
// Set searchBlocks = worldEdit.getBlocks(player, arg, true); TODO NOT IMPLEMENTED
// MCAFilterCounter filter;
// if (useData || arg.contains(":")) { // Optimize for both cases
@@ -453,13 +472,15 @@ public class AnvilCommands {
//
@Command(
- name = "distr",
- desc = "Replace all blocks in the selection with another"
+ name = "distr",
+ desc = "Replace all blocks in the selection with another"
)
@CommandPermissions("worldedit.anvil.distr")
- public void distr(Player player, EditSession editSession, @Selection Region selection,
- @Switch(name = 'd', desc = "The flag specifies the data to use")
- boolean useData) throws WorldEditException {
+ public void distr(
+ Player player, EditSession editSession, @Selection Region selection,
+ @Switch(name = 'd', desc = "The flag specifies the data to use")
+ boolean useData
+ ) throws WorldEditException {
// long total = 0; TODO NOT IMPLEMENTED
// long[] count;
// MCAFilter counts;
@@ -533,16 +554,18 @@ public class AnvilCommands {
//
@Command(
- name = "replace",
- aliases = {"r"},
- desc = "Replace all blocks in the selection with another"
+ name = "replace",
+ aliases = {"r"},
+ desc = "Replace all blocks in the selection with another"
)
@CommandPermissions("worldedit.anvil.replace")
- public void replace(Player player, EditSession editSession, @Selection Region selection,
- @Arg(desc = "String", def = "")
- String from, String toStr,
- @Switch(name = 'd', desc = "The flag specifies the data to use")
- boolean useData) throws WorldEditException {
+ public void replace(
+ Player player, EditSession editSession, @Selection Region selection,
+ @Arg(desc = "String", def = "")
+ String from, String toStr,
+ @Switch(name = 'd', desc = "The flag specifies the data to use")
+ boolean useData
+ ) throws WorldEditException {
// final FaweBlockMatcher matchFrom; TODO NOT IMPLEMENTED
// if (from == null) {
// matchFrom = FaweBlockMatcher.NOT_AIR;
@@ -559,18 +582,20 @@ public class AnvilCommands {
//
@Command(
- name = "replacepattern",
- aliases = {"preplace", "rp"},
- desc = "Replace all blocks in the selection with a pattern"
+ name = "replacepattern",
+ aliases = {"preplace", "rp"},
+ desc = "Replace all blocks in the selection with a pattern"
)
@CommandPermissions("worldedit.anvil.replace")
- public void replacePattern(Player player, EditSession editSession, @Selection Region selection,
- @Arg(desc = "String", def = "")
- String from, final Pattern toPattern,
- @Switch(name = 'd', desc = "The flag specifies the data to use")
- boolean useData,
- @Switch(name = 'm', desc = "The flag specifies the map to use")
- boolean useMap) throws WorldEditException {
+ public void replacePattern(
+ Player player, EditSession editSession, @Selection Region selection,
+ @Arg(desc = "String", def = "")
+ String from, final Pattern toPattern,
+ @Switch(name = 'd', desc = "The flag specifies the data to use")
+ boolean useData,
+ @Switch(name = 'm', desc = "The flag specifies the map to use")
+ boolean useMap
+ ) throws WorldEditException {
// MCAFilterCounter filter; TODO NOT IMPLEMENTED
// if (useMap) {
// if (to instanceof RandomPattern) {
@@ -596,12 +621,13 @@ public class AnvilCommands {
}
@Command(
- name = "set",
- desc = "Set all blocks in the selection with a pattern"
+ name = "set",
+ desc = "Set all blocks in the selection with a pattern"
)
@CommandPermissions("worldedit.anvil.set")
// Player player, String folder, @Arg(name = "from", desc = "String", def = "") String from, final Pattern toPattern, @Switch(name = 'd', desc = "The flag specifies the data to use") boolean useData, @Switch(name = 'm', desc = "The flag specifies the map to use") boolean useMap
- public void set(Player player, EditSession editSession, @Selection Region selection, final Pattern toPattern) throws WorldEditException {
+ public void set(Player player, EditSession editSession, @Selection Region selection, final Pattern toPattern) throws
+ WorldEditException {
// MCAFilterCounter filter = new SetPatternFilter(to); TODO NOT IMPLEMENTED
// MCAFilterCounter result = runWithSelection(player, editSession, selection, filter);
// if (result != null) {
@@ -610,12 +636,13 @@ public class AnvilCommands {
}
@Command(
- name = "removelayers",
- desc = "Removes matching chunk layers",
- descFooter = "Only if a chunk matches the provided id"
+ name = "removelayers",
+ desc = "Removes matching chunk layers",
+ descFooter = "Only if a chunk matches the provided id"
)
@CommandPermissions("worldedit.anvil.removelayer")
- public void removeLayers(Player player, EditSession editSession, @Selection Region selection, int id) throws WorldEditException {
+ public void removeLayers(Player player, EditSession editSession, @Selection Region selection, int id) throws
+ WorldEditException {
// BlockVector3 min = selection.getMinimumPoint(); TODO NOT IMPLEMENTED
// BlockVector3 max = selection.getMaximumPoint();
// int minY = min.getBlockY();
@@ -629,11 +656,12 @@ public class AnvilCommands {
@Command(
- name = "copy",
- desc = "Lazily copy chunks to your anvil clipboard"
+ name = "copy",
+ desc = "Lazily copy chunks to your anvil clipboard"
)
@CommandPermissions("worldedit.anvil.copychunks")
- public void copy(Player player, LocalSession session, EditSession editSession, @Selection Region selection) throws WorldEditException {
+ public void copy(Player player, LocalSession session, EditSession editSession, @Selection Region selection) throws
+ WorldEditException {
// if (!(selection instanceof CuboidRegion)) { TODO NOT IMPLEMENTED
// player.print(TranslatableComponent.of("fawe.error.no.region"))
// return;
@@ -650,14 +678,16 @@ public class AnvilCommands {
}
@Command(
- name = "paste",
- desc = "Paste chunks from your anvil clipboard",
- descFooter = "Paste the chunks from your anvil clipboard."
+ name = "paste",
+ desc = "Paste chunks from your anvil clipboard",
+ descFooter = "Paste the chunks from your anvil clipboard."
)
@CommandPermissions("worldedit.anvil.pastechunks")
- public void paste(Player player, LocalSession session, EditSession editSession,
- @Switch(name = 'c', desc = "Align to chunks")
- boolean alignChunk) throws WorldEditException, IOException {
+ public void paste(
+ Player player, LocalSession session, EditSession editSession,
+ @Switch(name = 'c', desc = "Align to chunks")
+ boolean alignChunk
+ ) throws WorldEditException, IOException {
// FawePlayer fp = FawePlayer.wrap(player); TODO NOT IMPLEMENTED
// MCAClipboard clipboard = fp.getMeta(FawePlayer.METADATA_KEYS.ANVIL_CLIPBOARD);
// if (clipboard == null) {
@@ -686,4 +716,5 @@ public class AnvilCommands {
// });
// player.print(TranslatableComponent.of("fawe.worldedit.paste.command.paste", player.getPosition().toBlockVector()));
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/ListFilters.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/ListFilters.java
index 61fd874c5..ebb75b247 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/ListFilters.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/ListFilters.java
@@ -15,7 +15,9 @@ import java.util.regex.PatternSyntaxException;
//@CommandContainer
public class ListFilters {
+
public class Filter {
+
public boolean listPrivate() {
return true;
}
@@ -31,6 +33,7 @@ public class ListFilters {
public boolean applies(File file) {
return true;
}
+
}
@Command(
@@ -128,4 +131,5 @@ public class ListFilters {
};
}
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/SuggestInputParseException.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/SuggestInputParseException.java
index dae899ca1..c38b38888 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/SuggestInputParseException.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/SuggestInputParseException.java
@@ -80,4 +80,5 @@ public class SuggestInputParseException extends InputParseException {
this.prefix = input + prefix;
return this;
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/MovableTool.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/MovableTool.java
index 8e4d8904b..a5b58fb93 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/MovableTool.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/MovableTool.java
@@ -3,5 +3,7 @@ package com.fastasyncworldedit.core.command.tool;
import com.sk89q.worldedit.entity.Player;
public interface MovableTool {
+
boolean move(Player player);
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/ResettableTool.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/ResettableTool.java
index f2a431f27..b356bfa28 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/ResettableTool.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/ResettableTool.java
@@ -1,5 +1,7 @@
package com.fastasyncworldedit.core.command.tool;
public interface ResettableTool {
+
boolean reset();
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/AngleBrush.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/AngleBrush.java
index 6a033afa2..623722878 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/AngleBrush.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/AngleBrush.java
@@ -18,7 +18,8 @@ public class AngleBrush implements Brush {
}
@Override
- public void build(EditSession editSession, BlockVector3 position, Pattern pattern, double size) throws MaxChangedBlocksException {
+ public void build(EditSession editSession, BlockVector3 position, Pattern pattern, double size) throws
+ MaxChangedBlocksException {
SurfaceMask surface = new SurfaceMask(editSession);
final SolidBlockMask solid = new SolidBlockMask(editSession);
final RadiusMask radius = new RadiusMask(0, (int) size);
@@ -26,4 +27,5 @@ public class AngleBrush implements Brush {
// replace \[angle]
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/BlendBall.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/BlendBall.java
index 4e5fa9acb..1695ebb8d 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/BlendBall.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/BlendBall.java
@@ -13,7 +13,8 @@ import java.util.Arrays;
public class BlendBall implements Brush {
@Override
- public void build(EditSession editSession, BlockVector3 position, Pattern pattern, double size) throws MaxChangedBlocksException {
+ public void build(EditSession editSession, BlockVector3 position, Pattern pattern, double size) throws
+ MaxChangedBlocksException {
final int outsetSize = (int) (size + 1);
double brushSizeSquared = size * size;
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/BlobBrush.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/BlobBrush.java
index 260047483..d9a410ac9 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/BlobBrush.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/BlobBrush.java
@@ -1,5 +1,6 @@
package com.fastasyncworldedit.core.command.tool.brush;
+import com.fastasyncworldedit.core.math.MutableVector3;
import com.fastasyncworldedit.core.math.random.SimplexNoise;
import com.fastasyncworldedit.core.util.MathMan;
import com.sk89q.worldedit.EditSession;
@@ -7,13 +8,13 @@ import com.sk89q.worldedit.MaxChangedBlocksException;
import com.sk89q.worldedit.command.tool.brush.Brush;
import com.sk89q.worldedit.function.pattern.Pattern;
import com.sk89q.worldedit.math.BlockVector3;
-import com.fastasyncworldedit.core.math.MutableVector3;
import com.sk89q.worldedit.math.Vector3;
import com.sk89q.worldedit.math.transform.AffineTransform;
import java.util.concurrent.ThreadLocalRandom;
public class BlobBrush implements Brush {
+
private final double amplitude;
private final double frequency;
private final Vector3 radius;
@@ -27,7 +28,8 @@ public class BlobBrush implements Brush {
}
@Override
- public void build(EditSession editSession, BlockVector3 position, Pattern pattern, double size) throws MaxChangedBlocksException {
+ public void build(EditSession editSession, BlockVector3 position, Pattern pattern, double size) throws
+ MaxChangedBlocksException {
double seedX = ThreadLocalRandom.current().nextDouble();
double seedY = ThreadLocalRandom.current().nextDouble();
double seedZ = ThreadLocalRandom.current().nextDouble();
@@ -64,9 +66,9 @@ public class BlobBrush implements Brush {
}
} else {
AffineTransform transform = new AffineTransform()
- .rotateX(ThreadLocalRandom.current().nextInt(360))
- .rotateY(ThreadLocalRandom.current().nextInt(360))
- .rotateZ(ThreadLocalRandom.current().nextInt(360));
+ .rotateX(ThreadLocalRandom.current().nextInt(360))
+ .rotateY(ThreadLocalRandom.current().nextInt(360))
+ .rotateZ(ThreadLocalRandom.current().nextInt(360));
double manScaleX = 1.25 + seedX * 0.5;
double manScaleY = 1.25 + seedY * 0.5;
@@ -93,9 +95,18 @@ public class BlobBrush implements Brush {
double manDist = xScaled + yScaled + zScaled;
double distSqr = x * x * modX + z * z * modZ + y * y * modY;
- double distance = Math.sqrt(distSqr) * sphericity + MathMan.max(manDist, xScaled * manScaleX, yScaled * manScaleY, zScaled * manScaleZ) * roughness;
+ double distance = Math.sqrt(distSqr) * sphericity + MathMan.max(
+ manDist,
+ xScaled * manScaleX,
+ yScaled * manScaleY,
+ zScaled * manScaleZ
+ ) * roughness;
- double noise = this.amplitude * SimplexNoise.noise(seedX + x * distort, seedZ + z * distort, seedZ + z * distort);
+ double noise = this.amplitude * SimplexNoise.noise(
+ seedX + x * distort,
+ seedZ + z * distort,
+ seedZ + z * distort
+ );
if (distance + distance * noise < radius) {
editSession.setBlock(px + xr, py + yr, pz + zr, pattern);
}
@@ -104,4 +115,5 @@ public class BlobBrush implements Brush {
}
}
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/BrushSettings.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/BrushSettings.java
index d77d1f3e8..2a18f856a 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/BrushSettings.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/BrushSettings.java
@@ -19,6 +19,7 @@ import static com.fastasyncworldedit.core.command.tool.brush.BrushSettings.Setti
import static com.google.common.base.Preconditions.checkNotNull;
public class BrushSettings {
+
public enum SettingType {
BRUSH,
SIZE,
@@ -41,7 +42,7 @@ public class BrushSettings {
private ResettableExtent transform;
private Pattern material;
private Expression size = DEFAULT_SIZE;
- private Set permissions;
+ private final Set permissions;
private Scroll scrollAction;
public BrushSettings() {
@@ -273,4 +274,5 @@ public class BrushSettings {
name = brush.getClass().getName();
return name.substring(name.lastIndexOf('.') + 1);
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/CatenaryBrush.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/CatenaryBrush.java
index 11b81be66..4b8cc4687 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/CatenaryBrush.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/CatenaryBrush.java
@@ -34,7 +34,8 @@ public class CatenaryBrush implements Brush, ResettableTool {
}
@Override
- public void build(EditSession editSession, BlockVector3 pos2, final Pattern pattern, double size) throws MaxChangedBlocksException {
+ public void build(EditSession editSession, BlockVector3 pos2, final Pattern pattern, double size) throws
+ MaxChangedBlocksException {
Player player = editSession.getPlayer();
if (player == null) {
return; //todo throw error
@@ -90,7 +91,6 @@ public class CatenaryBrush implements Brush, ResettableTool {
double g = Math.sqrt(curveLen * curveLen - dy * dy) / 2;
double a = 0.00001;
for (; g < a * Math.sinh(dh / (2 * a)); a *= 1.00001) {
- ;
}
double vertX = (dh - a * Math.log((curveLen + dy) / (curveLen - dy))) / 2.0;
double z = (dh / 2) / a;
@@ -98,4 +98,5 @@ public class CatenaryBrush implements Brush, ResettableTool {
double vertY = a * 1 + oY;
return pos1.add(pos2.subtract(pos1).multiply(vertX / dh).add(0, vertY, 0)).round().toBlockPoint();
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/CircleBrush.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/CircleBrush.java
index 7a547b059..8a88455e0 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/CircleBrush.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/CircleBrush.java
@@ -19,7 +19,8 @@ public class CircleBrush implements Brush {
}
@Override
- public void build(EditSession editSession, BlockVector3 position, Pattern pattern, double size) throws MaxChangedBlocksException {
+ public void build(EditSession editSession, BlockVector3 position, Pattern pattern, double size) throws
+ MaxChangedBlocksException {
Player player = editSession.getPlayer();
if (player == null) {
return;
@@ -40,4 +41,5 @@ public class CircleBrush implements Brush {
Vector3 random = affine.apply(normal);
return random.cross(normal).normalize();
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/CommandBrush.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/CommandBrush.java
index ffad2cdee..5165f3087 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/CommandBrush.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/CommandBrush.java
@@ -26,9 +26,14 @@ public class CommandBrush implements Brush {
}
@Override
- public void build(EditSession editSession, BlockVector3 position, Pattern pattern, double size) throws MaxChangedBlocksException {
+ public void build(EditSession editSession, BlockVector3 position, Pattern pattern, double size) throws
+ MaxChangedBlocksException {
int radius = (int) size;
- CuboidRegionSelector selector = new CuboidRegionSelector(editSession.getWorld(), position.subtract(radius, radius, radius), position.add(radius, radius, radius));
+ CuboidRegionSelector selector = new CuboidRegionSelector(
+ editSession.getWorld(),
+ position.subtract(radius, radius, radius),
+ position.add(radius, radius, radius)
+ );
String replaced = command.replace("{x}", position.getBlockX() + "")
.replace("{y}", Integer.toString(position.getBlockY()))
.replace("{z}", Integer.toString(position.getBlockZ()))
@@ -43,11 +48,15 @@ public class CommandBrush implements Brush {
position = position.add(face.getDirection().toBlockPoint());
}
player.setSelection(selector);
- AsyncPlayer wePlayer = new SilentPlayerWrapper(new LocationMaskedPlayerWrapper(player, new Location(player.getExtent(), position.toVector3())));
+ AsyncPlayer wePlayer = new SilentPlayerWrapper(new LocationMaskedPlayerWrapper(
+ player,
+ new Location(player.getExtent(), position.toVector3())
+ ));
List cmds = StringMan.split(replaced, ';');
for (String cmd : cmds) {
CommandEvent event = new CommandEvent(wePlayer, cmd);
PlatformCommandManager.getInstance().handleCommandOnCurrentThread(event);
}
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/CopyPastaBrush.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/CopyPastaBrush.java
index 4a9e93957..7d809e094 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/CopyPastaBrush.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/CopyPastaBrush.java
@@ -49,7 +49,8 @@ public class CopyPastaBrush implements Brush, ResettableTool {
}
@Override
- public void build(EditSession editSession, BlockVector3 position, Pattern pattern, double size) throws MaxChangedBlocksException {
+ public void build(EditSession editSession, BlockVector3 position, Pattern pattern, double size) throws
+ MaxChangedBlocksException {
Player player = editSession.getPlayer();
if (player == null) {
return;
@@ -117,4 +118,5 @@ public class CopyPastaBrush implements Brush, ResettableTool {
editSession.flushQueue();
}
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/ErodeBrush.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/ErodeBrush.java
index 03cd09d6d..13490dc2f 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/ErodeBrush.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/ErodeBrush.java
@@ -19,7 +19,11 @@ import java.util.Arrays;
public class ErodeBrush implements Brush {
- private static final BlockVector3[] FACES_TO_CHECK = Direction.valuesOf(Direction.Flag.CARDINAL).stream().map(Direction::toBlockVector).toArray(BlockVector3[]::new);
+ private static final BlockVector3[] FACES_TO_CHECK = Direction
+ .valuesOf(Direction.Flag.CARDINAL)
+ .stream()
+ .map(Direction::toBlockVector)
+ .toArray(BlockVector3[]::new);
private final int erodeFaces;
private final int erodeRecursion;
private final int fillFaces;
@@ -37,11 +41,20 @@ public class ErodeBrush implements Brush {
}
@Override
- public void build(EditSession editSession, BlockVector3 position, Pattern pattern, double size) throws MaxChangedBlocksException {
+ public void build(EditSession editSession, BlockVector3 position, Pattern pattern, double size) throws
+ MaxChangedBlocksException {
this.erosion(editSession, erodeFaces, erodeRecursion, fillFaces, fillRecursion, position, size);
}
- public void erosion(final EditSession es, int erodeFaces, int erodeRecursion, int fillFaces, int fillRecursion, BlockVector3 target, double size) {
+ public void erosion(
+ final EditSession es,
+ int erodeFaces,
+ int erodeRecursion,
+ int fillFaces,
+ int fillRecursion,
+ BlockVector3 target,
+ double size
+ ) {
int brushSize = (int) size;
int brushSizeSquared = (int) (size * size);
Location min = new Location(es.getWorld(), target.toVector3().subtract(size, size, size));
@@ -69,12 +82,24 @@ public class ErodeBrush implements Brush {
int swap = 0;
for (int i = 0; i < erodeRecursion; ++i) {
- erosionIteration(brushSize, brushSizeSquared, erodeFaces, swap % 2 == 0 ? buffer1 : buffer2, swap % 2 == 1 ? buffer1 : buffer2);
+ erosionIteration(
+ brushSize,
+ brushSizeSquared,
+ erodeFaces,
+ swap % 2 == 0 ? buffer1 : buffer2,
+ swap % 2 == 1 ? buffer1 : buffer2
+ );
swap++;
}
for (int i = 0; i < fillRecursion; ++i) {
- fillIteration(brushSize, brushSizeSquared, fillFaces, swap % 2 == 0 ? buffer1 : buffer2, swap % 2 == 1 ? buffer1 : buffer2);
+ fillIteration(
+ brushSize,
+ brushSizeSquared,
+ fillFaces,
+ swap % 2 == 0 ? buffer1 : buffer2,
+ swap % 2 == 1 ? buffer1 : buffer2
+ );
swap++;
}
Clipboard finalBuffer = swap % 2 == 0 ? buffer1 : buffer2;
@@ -85,8 +110,10 @@ public class ErodeBrush implements Brush {
}
}
- private void fillIteration(int brushSize, int brushSizeSquared, int fillFaces,
- Clipboard current, Clipboard target) {
+ private void fillIteration(
+ int brushSize, int brushSizeSquared, int fillFaces,
+ Clipboard current, Clipboard target
+ ) {
int[] frequency = null;
for (int x = -brushSize, relx = 0; x <= brushSize; x++, relx++) {
int x2 = x * x;
@@ -111,7 +138,11 @@ public class ErodeBrush implements Brush {
int total = 0;
int highest = 1;
for (BlockVector3 offs : FACES_TO_CHECK) {
- BaseBlock next = current.getFullBlock(relx + offs.getBlockX(), rely + offs.getBlockY(), relz + offs.getBlockZ());
+ BaseBlock next = current.getFullBlock(
+ relx + offs.getBlockX(),
+ rely + offs.getBlockY(),
+ relz + offs.getBlockZ()
+ );
if (!next.getBlockType().getMaterial().isMovementBlocker()) {
continue;
}
@@ -130,8 +161,10 @@ public class ErodeBrush implements Brush {
}
}
- private void erosionIteration(int brushSize, int brushSizeSquared, int erodeFaces,
- Clipboard current, Clipboard target) {
+ private void erosionIteration(
+ int brushSize, int brushSizeSquared, int erodeFaces,
+ Clipboard current, Clipboard target
+ ) {
int[] frequency = null;
for (int x = -brushSize, relx = 0; x <= brushSize; x++, relx++) {
int x2 = x * x;
@@ -156,7 +189,11 @@ public class ErodeBrush implements Brush {
int highest = 1;
int total = 0;
for (BlockVector3 offs : FACES_TO_CHECK) {
- BaseBlock next = current.getFullBlock(relx + offs.getBlockX(), rely + offs.getBlockY(), relz + offs.getBlockZ());
+ BaseBlock next = current.getFullBlock(
+ relx + offs.getBlockX(),
+ rely + offs.getBlockY(),
+ relz + offs.getBlockZ()
+ );
if (next.getMaterial().isMovementBlocker()) {
continue;
}
@@ -174,4 +211,5 @@ public class ErodeBrush implements Brush {
}
}
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/FallingSphere.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/FallingSphere.java
index e4796cd3c..98c1d160c 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/FallingSphere.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/FallingSphere.java
@@ -8,8 +8,10 @@ import com.sk89q.worldedit.function.pattern.Pattern;
import com.sk89q.worldedit.math.BlockVector3;
public class FallingSphere implements Brush {
+
@Override
- public void build(EditSession editSession, BlockVector3 position, Pattern pattern, double size) throws MaxChangedBlocksException {
+ public void build(EditSession editSession, BlockVector3 position, Pattern pattern, double size) throws
+ MaxChangedBlocksException {
int px = position.getBlockX();
int py = position.getBlockY();
int pz = position.getBlockZ();
@@ -54,4 +56,5 @@ public class FallingSphere implements Brush {
}
}
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/FlattenBrush.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/FlattenBrush.java
index 4eacf1e2e..172b5c5fc 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/FlattenBrush.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/FlattenBrush.java
@@ -14,12 +14,21 @@ import java.io.InputStream;
public class FlattenBrush extends HeightBrush {
- public FlattenBrush(InputStream stream, int rotation, double yscale, boolean layers, boolean smooth, Clipboard clipboard, ScalableHeightMap.Shape shape) {
+ public FlattenBrush(
+ InputStream stream,
+ int rotation,
+ double yscale,
+ boolean layers,
+ boolean smooth,
+ Clipboard clipboard,
+ ScalableHeightMap.Shape shape
+ ) {
super(stream, rotation, yscale, layers, smooth, clipboard, shape);
}
@Override
- public void build(EditSession editSession, BlockVector3 position, Pattern pattern, double sizeDouble) throws MaxChangedBlocksException {
+ public void build(EditSession editSession, BlockVector3 position, Pattern pattern, double sizeDouble) throws
+ MaxChangedBlocksException {
int size = (int) sizeDouble;
Mask mask = editSession.getMask();
if (mask == Masks.alwaysTrue() || mask == Masks.alwaysTrue2D()) {
@@ -29,4 +38,5 @@ public class FlattenBrush extends HeightBrush {
map.setSize(size);
map.perform(editSession, mask, position, size, rotation, yscale, smooth, true, layers);
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/HeightBrush.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/HeightBrush.java
index b5a2c8c5a..47615319b 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/HeightBrush.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/HeightBrush.java
@@ -31,7 +31,15 @@ public class HeightBrush implements Brush {
this(stream, rotation, yscale, layers, smooth, clipboard, ScalableHeightMap.Shape.CONE);
}
- public HeightBrush(InputStream stream, int rotation, double yscale, boolean layers, boolean smooth, Clipboard clipboard, ScalableHeightMap.Shape shape) {
+ public HeightBrush(
+ InputStream stream,
+ int rotation,
+ double yscale,
+ boolean layers,
+ boolean smooth,
+ Clipboard clipboard,
+ ScalableHeightMap.Shape shape
+ ) {
this.rotation = (rotation / 90) % 4;
this.yscale = yscale;
this.layers = layers;
@@ -65,7 +73,8 @@ public class HeightBrush implements Brush {
}
@Override
- public void build(EditSession editSession, BlockVector3 position, Pattern pattern, double sizeDouble) throws MaxChangedBlocksException {
+ public void build(EditSession editSession, BlockVector3 position, Pattern pattern, double sizeDouble) throws
+ MaxChangedBlocksException {
int size = (int) sizeDouble;
HeightMap map = getHeightMap();
map.setSize(size);
@@ -76,4 +85,5 @@ public class HeightBrush implements Brush {
}
map.perform(editSession, mask, position, size, rotation, yscale, smooth, false, layers);
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/ImageBrush.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/ImageBrush.java
index 37003ba68..350fa1637 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/ImageBrush.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/ImageBrush.java
@@ -1,9 +1,9 @@
package com.fastasyncworldedit.core.command.tool.brush;
import com.fastasyncworldedit.core.function.mask.ImageBrushMask;
-import com.fastasyncworldedit.core.util.collection.SummedColorTable;
import com.fastasyncworldedit.core.function.mask.SurfaceMask;
import com.fastasyncworldedit.core.util.TextureUtil;
+import com.fastasyncworldedit.core.util.collection.SummedColorTable;
import com.sk89q.worldedit.EditSession;
import com.sk89q.worldedit.LocalSession;
import com.sk89q.worldedit.MaxChangedBlocksException;
@@ -12,6 +12,7 @@ import com.sk89q.worldedit.extent.Extent;
import com.sk89q.worldedit.function.mask.Mask;
import com.sk89q.worldedit.function.operation.Operations;
import com.sk89q.worldedit.function.pattern.Pattern;
+import com.sk89q.worldedit.function.visitor.BreadthFirstSearch;
import com.sk89q.worldedit.function.visitor.RecursiveVisitor;
import com.sk89q.worldedit.math.BlockVector3;
import com.sk89q.worldedit.math.transform.AffineTransform;
@@ -23,6 +24,7 @@ import java.io.IOException;
import java.util.Arrays;
public class ImageBrush implements Brush {
+
private final LocalSession session;
private final SummedColorTable table;
private final int width;
@@ -63,11 +65,14 @@ public class ImageBrush implements Brush {
}
public interface ColorFunction {
+
int call(int x1, int z1, int x2, int z2, Extent extent, BlockVector3 pos);
+
}
@Override
- public void build(EditSession editSession, BlockVector3 center, Pattern pattern, double sizeDouble) throws MaxChangedBlocksException {
+ public void build(EditSession editSession, BlockVector3 center, Pattern pattern, double sizeDouble) throws
+ MaxChangedBlocksException {
final Mask solid = new SurfaceMask(editSession);
double scale = Math.max(width, height) / sizeDouble;
@@ -77,9 +82,20 @@ public class ImageBrush implements Brush {
float pitch = loc.getPitch();
AffineTransform transform = new AffineTransform().rotateY((-yaw) % 360).rotateX((pitch - 90) % 360).inverse();
RecursiveVisitor visitor = new RecursiveVisitor(
- new ImageBrushMask(solid, center, transform, scale, centerImageX, centerImageZ, width, height, colorFunction, editSession,
- session.getTextureUtil()), vector -> true, Integer.MAX_VALUE);
- visitor.setDirections(Arrays.asList(visitor.DIAGONAL_DIRECTIONS));
+ new ImageBrushMask(
+ solid,
+ center,
+ transform,
+ scale,
+ centerImageX,
+ centerImageZ,
+ width,
+ height,
+ colorFunction,
+ editSession,
+ session.getTextureUtil()
+ ), vector -> true, Integer.MAX_VALUE);
+ visitor.setDirections(Arrays.asList(BreadthFirstSearch.DIAGONAL_DIRECTIONS));
visitor.visit(center);
Operations.completeBlindly(visitor);
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/InspectBrush.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/InspectBrush.java
index 6d2cc4d4b..898e94266 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/InspectBrush.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/InspectBrush.java
@@ -70,8 +70,10 @@ public class InspectBrush extends BrushTool {
return false;
}
if (!Settings.IMP.HISTORY.USE_DATABASE) {
- player.print(Caption.of("fawe.error.setting.disable",
- "history.use-database (Import with /history import )"));
+ player.print(Caption.of(
+ "fawe.error.setting.disable",
+ "history.use-database (Import with /history import )"
+ ));
LOGGER.debug("No db");
return false;
}
@@ -101,7 +103,13 @@ public class InspectBrush extends BrushTool {
String ageFormatted = MainUtil.secToTime(age / 1000);
BlockState blockFrom = BlockState.getFromOrdinal(from);
BlockState blockTo = BlockState.getFromOrdinal(to);
- TranslatableComponent msg = Caption.of("fawe.worldedit.tool.tool.inspect.info", name, blockFrom, blockTo, ageFormatted);
+ TranslatableComponent msg = Caption.of(
+ "fawe.worldedit.tool.tool.inspect.info",
+ name,
+ blockFrom,
+ blockTo,
+ ageFormatted
+ );
TextComponent hover = TextComponent.of("/tool inspect", TextColor.GOLD);
String infoCmd = "//history summary " + uuid + " " + index;
@@ -121,4 +129,5 @@ public class InspectBrush extends BrushTool {
public boolean canUse(Actor actor) {
return actor.hasPermission("worldedit.tool.inspect");
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/LayerBrush.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/LayerBrush.java
index 64d82f5b7..e9301692c 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/LayerBrush.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/LayerBrush.java
@@ -1,9 +1,9 @@
package com.fastasyncworldedit.core.command.tool.brush;
-import com.fastasyncworldedit.core.function.mask.LayerBrushMask;
-import com.fastasyncworldedit.core.math.BlockVectorSet;
import com.fastasyncworldedit.core.function.mask.AdjacentAnyMask;
+import com.fastasyncworldedit.core.function.mask.LayerBrushMask;
import com.fastasyncworldedit.core.function.mask.RadiusMask;
+import com.fastasyncworldedit.core.math.BlockVectorSet;
import com.sk89q.worldedit.EditSession;
import com.sk89q.worldedit.MaxChangedBlocksException;
import com.sk89q.worldedit.command.tool.brush.Brush;
@@ -30,8 +30,13 @@ public class LayerBrush implements Brush {
}
@Override
- public void build(EditSession editSession, BlockVector3 position, Pattern ignore, double size) throws MaxChangedBlocksException {
- final AdjacentAnyMask adjacent = new AdjacentAnyMask(new BlockMask(editSession).add(BlockTypes.AIR, BlockTypes.CAVE_AIR, BlockTypes.VOID_AIR));
+ public void build(EditSession editSession, BlockVector3 position, Pattern ignore, double size) throws
+ MaxChangedBlocksException {
+ final AdjacentAnyMask adjacent = new AdjacentAnyMask(new BlockMask(editSession).add(
+ BlockTypes.AIR,
+ BlockTypes.CAVE_AIR,
+ BlockTypes.VOID_AIR
+ ));
final SolidBlockMask solid = new SolidBlockMask(editSession);
final RadiusMask radius = new RadiusMask(0, (int) size);
visitor = new RecursiveVisitor(new MaskIntersection(adjacent, solid, radius), function -> true);
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/LineBrush.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/LineBrush.java
index fc6606044..059705564 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/LineBrush.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/LineBrush.java
@@ -22,7 +22,8 @@ public class LineBrush implements Brush, ResettableTool {
}
@Override
- public void build(EditSession editSession, BlockVector3 position, Pattern pattern, double size) throws MaxChangedBlocksException {
+ public void build(EditSession editSession, BlockVector3 position, Pattern pattern, double size) throws
+ MaxChangedBlocksException {
if (pos1 == null) {
pos1 = position;
editSession.getPlayer().print(Caption.of("fawe.worldedit.brush.brush.line.primary", position));
@@ -42,4 +43,5 @@ public class LineBrush implements Brush, ResettableTool {
pos1 = null;
return true;
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/PopulateSchem.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/PopulateSchem.java
index c6254a404..7df98ddfb 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/PopulateSchem.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/PopulateSchem.java
@@ -15,6 +15,7 @@ import com.sk89q.worldedit.session.ClipboardHolder;
import java.util.List;
public class PopulateSchem implements Brush {
+
private final Mask mask;
private final boolean randomRotate;
private final List clipboards;
@@ -28,14 +29,20 @@ public class PopulateSchem implements Brush {
}
@Override
- public void build(EditSession editSession, BlockVector3 position, Pattern pattern, double size) throws MaxChangedBlocksException {
+ public void build(EditSession editSession, BlockVector3 position, Pattern pattern, double size) throws
+ MaxChangedBlocksException {
new MaskTraverser(mask).reset(editSession);
int size1 = MathMan.roundInt(size);
- CuboidRegion cuboid = new CuboidRegion(editSession.getWorld(), position.subtract(size1, size1, size1), position.add(size1, size1, size1));
+ CuboidRegion cuboid = new CuboidRegion(
+ editSession.getWorld(),
+ position.subtract(size1, size1, size1),
+ position.add(size1, size1, size1)
+ );
try {
editSession.addSchems(cuboid, mask, clipboards, rarity, randomRotate);
} catch (WorldEditException e) {
throw new RuntimeException(e);
}
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/RaiseBrush.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/RaiseBrush.java
index f4f5ac6e3..9ba846c4e 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/RaiseBrush.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/RaiseBrush.java
@@ -1,10 +1,13 @@
package com.fastasyncworldedit.core.command.tool.brush;
public class RaiseBrush extends ErodeBrush {
+
public RaiseBrush() {
this(6, 0, 1, 1);
}
+
public RaiseBrush(int erodeFaces, int erodeRec, int fillFaces, int fillRec) {
super(erodeFaces, erodeRec, fillFaces, fillRec);
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/RecurseBrush.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/RecurseBrush.java
index 0019833ac..c9234084e 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/RecurseBrush.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/RecurseBrush.java
@@ -59,4 +59,5 @@ public class RecurseBrush implements Brush {
Operations.completeBlindly(visitor);
}
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/RockBrush.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/RockBrush.java
index 52704d1bb..ed72fa52f 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/RockBrush.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/RockBrush.java
@@ -11,6 +11,7 @@ import com.sk89q.worldedit.math.Vector3;
import java.util.concurrent.ThreadLocalRandom;
public class RockBrush implements Brush {
+
private final double amplitude;
private final double frequency;
private final Vector3 radius;
@@ -22,7 +23,8 @@ public class RockBrush implements Brush {
}
@Override
- public void build(EditSession editSession, BlockVector3 position, Pattern pattern, double size) throws MaxChangedBlocksException {
+ public void build(EditSession editSession, BlockVector3 position, Pattern pattern, double size) throws
+ MaxChangedBlocksException {
double seedX = ThreadLocalRandom.current().nextDouble();
double seedY = ThreadLocalRandom.current().nextDouble();
double seedZ = ThreadLocalRandom.current().nextDouble();
@@ -56,4 +58,5 @@ public class RockBrush implements Brush {
}
}
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/ScatterBrush.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/ScatterBrush.java
index 78183387d..54aaf864e 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/ScatterBrush.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/ScatterBrush.java
@@ -1,10 +1,10 @@
package com.fastasyncworldedit.core.command.tool.brush;
-import com.fastasyncworldedit.core.math.BlockVectorSet;
-import com.fastasyncworldedit.core.math.LocalBlockVectorSet;
import com.fastasyncworldedit.core.function.mask.AdjacentAnyMask;
import com.fastasyncworldedit.core.function.mask.RadiusMask;
import com.fastasyncworldedit.core.function.mask.SurfaceMask;
+import com.fastasyncworldedit.core.math.BlockVectorSet;
+import com.fastasyncworldedit.core.math.LocalBlockVectorSet;
import com.sk89q.worldedit.EditSession;
import com.sk89q.worldedit.MaxChangedBlocksException;
import com.sk89q.worldedit.command.tool.brush.Brush;
@@ -41,7 +41,8 @@ public class ScatterBrush implements Brush {
}
@Override
- public void build(EditSession editSession, BlockVector3 position, Pattern pattern, double size) throws MaxChangedBlocksException {
+ public void build(EditSession editSession, BlockVector3 position, Pattern pattern, double size) throws
+ MaxChangedBlocksException {
this.mask = editSession.getMask();
if (this.mask == null) {
this.mask = Masks.alwaysTrue();
@@ -95,7 +96,9 @@ public class ScatterBrush implements Brush {
return surface.direction(pt);
}
- public void apply(EditSession editSession, LocalBlockVectorSet placed, BlockVector3 pt, Pattern p, double size) throws MaxChangedBlocksException {
+ public void apply(EditSession editSession, LocalBlockVectorSet placed, BlockVector3 pt, Pattern p, double size) throws
+ MaxChangedBlocksException {
editSession.setBlock(pt, p);
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/ScatterCommand.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/ScatterCommand.java
index de8c94e79..2a4e2a5b1 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/ScatterCommand.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/ScatterCommand.java
@@ -14,6 +14,7 @@ import com.sk89q.worldedit.regions.selector.CuboidRegionSelector;
import java.util.List;
public class ScatterCommand extends ScatterBrush {
+
private final String command;
public ScatterCommand(int count, int distance, String command) {
@@ -22,9 +23,14 @@ public class ScatterCommand extends ScatterBrush {
}
@Override
- public void apply(EditSession editSession, LocalBlockVectorSet placed, BlockVector3 position, Pattern p, double size) throws MaxChangedBlocksException {
+ public void apply(EditSession editSession, LocalBlockVectorSet placed, BlockVector3 position, Pattern p, double size) throws
+ MaxChangedBlocksException {
int radius = getDistance();
- CuboidRegionSelector selector = new CuboidRegionSelector(editSession.getWorld(), position.subtract(radius, radius, radius), position.add(radius, radius, radius));
+ CuboidRegionSelector selector = new CuboidRegionSelector(
+ editSession.getWorld(),
+ position.subtract(radius, radius, radius),
+ position.add(radius, radius, radius)
+ );
String replaced = command.replace("{x}", position.getBlockX() + "")
.replace("{y}", Integer.toString(position.getBlockY()))
.replace("{z}", Integer.toString(position.getBlockZ()))
@@ -39,4 +45,5 @@ public class ScatterCommand extends ScatterBrush {
PlatformCommandManager.getInstance().handleCommandOnCurrentThread(event);
}
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/ScatterOverlayBrush.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/ScatterOverlayBrush.java
index d9efc25f6..b12ea73de 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/ScatterOverlayBrush.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/ScatterOverlayBrush.java
@@ -7,16 +7,19 @@ import com.sk89q.worldedit.function.pattern.Pattern;
import com.sk89q.worldedit.math.BlockVector3;
public class ScatterOverlayBrush extends ScatterBrush {
+
public ScatterOverlayBrush(int count, int distance) {
super(count, distance);
}
@Override
- public void apply(EditSession editSession, LocalBlockVectorSet placed, BlockVector3 pt, Pattern p, double size) throws MaxChangedBlocksException {
+ public void apply(EditSession editSession, LocalBlockVectorSet placed, BlockVector3 pt, Pattern p, double size) throws
+ MaxChangedBlocksException {
int x = pt.getBlockX();
int y = pt.getBlockY();
int z = pt.getBlockZ();
BlockVector3 dir = getDirection(pt);
editSession.setBlock(x + dir.getBlockX(), y + dir.getBlockY(), z + dir.getBlockZ(), p);
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/ShatterBrush.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/ShatterBrush.java
index 7a8629933..58fdb4997 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/ShatterBrush.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/ShatterBrush.java
@@ -1,7 +1,8 @@
package com.fastasyncworldedit.core.command.tool.brush;
-import com.fastasyncworldedit.core.math.LocalBlockVectorSet;
import com.fastasyncworldedit.core.function.mask.SurfaceMask;
+import com.fastasyncworldedit.core.math.LocalBlockVectorSet;
+import com.fastasyncworldedit.core.math.MutableBlockVector3;
import com.sk89q.worldedit.EditSession;
import com.sk89q.worldedit.MaxChangedBlocksException;
import com.sk89q.worldedit.function.mask.Mask;
@@ -9,11 +10,11 @@ import com.sk89q.worldedit.function.mask.Masks;
import com.sk89q.worldedit.function.pattern.Pattern;
import com.sk89q.worldedit.function.visitor.BreadthFirstSearch;
import com.sk89q.worldedit.math.BlockVector3;
-import com.fastasyncworldedit.core.math.MutableBlockVector3;
import java.util.concurrent.ThreadLocalRandom;
public class ShatterBrush extends ScatterBrush {
+
private final MutableBlockVector3 mutable = new MutableBlockVector3();
public ShatterBrush(int count) {
@@ -21,11 +22,23 @@ public class ShatterBrush extends ScatterBrush {
}
@Override
- public void apply(final EditSession editSession, final LocalBlockVectorSet placed, final BlockVector3 position, Pattern p, double size) throws MaxChangedBlocksException {
+ public void apply(
+ final EditSession editSession,
+ final LocalBlockVectorSet placed,
+ final BlockVector3 position,
+ Pattern p,
+ double size
+ ) throws MaxChangedBlocksException {
}
@Override
- public void finish(EditSession editSession, LocalBlockVectorSet placed, final BlockVector3 position, Pattern pattern, double size) {
+ public void finish(
+ EditSession editSession,
+ LocalBlockVectorSet placed,
+ final BlockVector3 position,
+ Pattern pattern,
+ double size
+ ) {
int radius2 = (int) (size * size);
// Individual frontier for each point
LocalBlockVectorSet[] frontiers = new LocalBlockVectorSet[placed.size()];
@@ -76,7 +89,7 @@ public class ShatterBrush extends ScatterBrush {
int dSqr = (dx * dx) + (dy * dy) + (dz * dz);
if (dSqr <= radius2) {
BlockVector3 bv = mutable.setComponents(x2, y2, z2);
- if (surfaceTest.test(bv) && finalMask.test( bv)) {
+ if (surfaceTest.test(bv) && finalMask.test(bv)) {
// (collision) If it's visited and part of another frontier, set the block
if (!placed.add(x2, y2, z2)) {
if (!frontierVisited.contains(x2, y2, z2)) {
@@ -98,4 +111,5 @@ public class ShatterBrush extends ScatterBrush {
}
}
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/SplatterBrush.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/SplatterBrush.java
index d5d63fbfd..135c067a8 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/SplatterBrush.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/SplatterBrush.java
@@ -1,8 +1,8 @@
package com.fastasyncworldedit.core.command.tool.brush;
import com.fastasyncworldedit.core.function.mask.SplatterBrushMask;
-import com.fastasyncworldedit.core.math.LocalBlockVectorSet;
import com.fastasyncworldedit.core.function.mask.SurfaceMask;
+import com.fastasyncworldedit.core.math.LocalBlockVectorSet;
import com.sk89q.worldedit.EditSession;
import com.sk89q.worldedit.MaxChangedBlocksException;
import com.sk89q.worldedit.function.operation.Operations;
@@ -14,6 +14,7 @@ import com.sk89q.worldedit.math.BlockVector3;
import java.util.Arrays;
public class SplatterBrush extends ScatterBrush {
+
private final boolean solid;
private final int recursion;
@@ -24,7 +25,13 @@ public class SplatterBrush extends ScatterBrush {
}
@Override
- public void apply(final EditSession editSession, final LocalBlockVectorSet placed, final BlockVector3 position, Pattern p, double size) throws MaxChangedBlocksException {
+ public void apply(
+ final EditSession editSession,
+ final LocalBlockVectorSet placed,
+ final BlockVector3 position,
+ Pattern p,
+ double size
+ ) throws MaxChangedBlocksException {
final Pattern finalPattern;
if (solid) {
finalPattern = p.applyBlock(position);
@@ -35,10 +42,12 @@ public class SplatterBrush extends ScatterBrush {
SurfaceMask surface = new SurfaceMask(editSession);
RecursiveVisitor visitor = new RecursiveVisitor(new SplatterBrushMask(editSession, position, size2, surface, placed),
- vector -> editSession.setBlock(vector, finalPattern), recursion);
+ vector -> editSession.setBlock(vector, finalPattern), recursion
+ );
visitor.setMaxBranch(2);
visitor.setDirections(Arrays.asList(BreadthFirstSearch.DIAGONAL_DIRECTIONS));
visitor.visit(position);
Operations.completeBlindly(visitor);
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/SplineBrush.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/SplineBrush.java
index f1ff105ac..3f6d1cf16 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/SplineBrush.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/SplineBrush.java
@@ -5,6 +5,7 @@ import com.fastasyncworldedit.core.command.tool.ResettableTool;
import com.fastasyncworldedit.core.configuration.Caption;
import com.fastasyncworldedit.core.function.mask.IdMask;
import com.fastasyncworldedit.core.function.visitor.DFSRecursiveVisitor;
+import com.fastasyncworldedit.core.math.MutableVector3;
import com.sk89q.worldedit.EditSession;
import com.sk89q.worldedit.WorldEditException;
import com.sk89q.worldedit.command.tool.brush.Brush;
@@ -14,7 +15,6 @@ import com.sk89q.worldedit.function.mask.MaskIntersection;
import com.sk89q.worldedit.function.operation.Operations;
import com.sk89q.worldedit.function.pattern.Pattern;
import com.sk89q.worldedit.math.BlockVector3;
-import com.fastasyncworldedit.core.math.MutableVector3;
import com.sk89q.worldedit.math.Vector3;
import com.sk89q.worldedit.math.interpolation.Node;
@@ -25,7 +25,7 @@ import java.util.List;
public class SplineBrush implements Brush, ResettableTool {
public static int MAX_POINTS = 15;
- private ArrayList> positionSets;
+ private final ArrayList> positionSets;
private int numSplines;
private final Player player;
@@ -193,4 +193,5 @@ public class SplineBrush implements Brush, ResettableTool {
}
return dir.normalize();
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/StencilBrush.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/StencilBrush.java
index b2d185653..b4a81bef7 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/StencilBrush.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/StencilBrush.java
@@ -18,6 +18,7 @@ import java.io.InputStream;
import java.util.Arrays;
public class StencilBrush extends HeightBrush {
+
private final boolean onlyWhite;
public StencilBrush(InputStream stream, int rotation, double yscale, boolean onlyWhite, Clipboard clipboard) {
@@ -26,7 +27,8 @@ public class StencilBrush extends HeightBrush {
}
@Override
- public void build(EditSession editSession, BlockVector3 center, Pattern pattern, double sizeDouble) throws MaxChangedBlocksException {
+ public void build(EditSession editSession, BlockVector3 center, Pattern pattern, double sizeDouble) throws
+ MaxChangedBlocksException {
int size = (int) sizeDouble;
int size2 = (int) (sizeDouble * sizeDouble);
int maxY = editSession.getMaxY();
@@ -48,10 +50,24 @@ public class StencilBrush extends HeightBrush {
double scale = (yscale / sizeDouble) * (maxY + 1);
RecursiveVisitor visitor =
- new RecursiveVisitor(new StencilBrushMask(editSession, solid, center, transform, size2, map, scale, add, cutoff, maxY, pattern),
- vector -> true, Integer.MAX_VALUE);
+ new RecursiveVisitor(new StencilBrushMask(
+ editSession,
+ solid,
+ center,
+ transform,
+ size2,
+ map,
+ scale,
+ add,
+ cutoff,
+ maxY,
+ pattern
+ ),
+ vector -> true, Integer.MAX_VALUE
+ );
visitor.setDirections(Arrays.asList(BreadthFirstSearch.DIAGONAL_DIRECTIONS));
visitor.visit(center);
Operations.completeBlindly(visitor);
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/SurfaceSphereBrush.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/SurfaceSphereBrush.java
index 9de687268..234a2d497 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/SurfaceSphereBrush.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/SurfaceSphereBrush.java
@@ -16,14 +16,20 @@ import com.sk89q.worldedit.math.BlockVector3;
import java.util.Arrays;
public class SurfaceSphereBrush implements Brush {
+
@Override
- public void build(EditSession editSession, BlockVector3 position, Pattern pattern, double size) throws MaxChangedBlocksException {
+ public void build(EditSession editSession, BlockVector3 position, Pattern pattern, double size) throws
+ MaxChangedBlocksException {
SurfaceMask surface = new SurfaceMask(editSession);
final SolidBlockMask solid = new SolidBlockMask(editSession);
final RadiusMask radius = new RadiusMask(0, (int) size);
- RecursiveVisitor visitor = new RecursiveVisitor(new MaskIntersection(surface, radius), vector -> editSession.setBlock(vector, pattern));
+ RecursiveVisitor visitor = new RecursiveVisitor(
+ new MaskIntersection(surface, radius),
+ vector -> editSession.setBlock(vector, pattern)
+ );
visitor.visit(position);
visitor.setDirections(Arrays.asList(BreadthFirstSearch.DIAGONAL_DIRECTIONS));
Operations.completeBlindly(visitor);
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/SurfaceSpline.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/SurfaceSpline.java
index 9b9c0350a..aff11cf6c 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/SurfaceSpline.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/brush/SurfaceSpline.java
@@ -2,6 +2,7 @@ package com.fastasyncworldedit.core.command.tool.brush;
import com.fastasyncworldedit.core.configuration.Caption;
import com.fastasyncworldedit.core.math.LocalBlockVectorSet;
+import com.fastasyncworldedit.core.math.MutableBlockVector3;
import com.fastasyncworldedit.core.util.MathMan;
import com.sk89q.worldedit.EditSession;
import com.sk89q.worldedit.MaxChangedBlocksException;
@@ -9,7 +10,6 @@ import com.sk89q.worldedit.WorldEditException;
import com.sk89q.worldedit.command.tool.brush.Brush;
import com.sk89q.worldedit.function.pattern.Pattern;
import com.sk89q.worldedit.math.BlockVector3;
-import com.fastasyncworldedit.core.math.MutableBlockVector3;
import com.sk89q.worldedit.math.Vector3;
import com.sk89q.worldedit.math.interpolation.KochanekBartelsInterpolation;
import com.sk89q.worldedit.math.interpolation.Node;
@@ -18,6 +18,7 @@ import java.util.ArrayList;
import java.util.List;
public class SurfaceSpline implements Brush {
+
private final double tension;
private final double bias;
private final double continuity;
@@ -30,13 +31,20 @@ public class SurfaceSpline implements Brush {
this.quality = quality;
}
- private ArrayList path = new ArrayList<>();
+ private final ArrayList path = new ArrayList<>();
@Override
- public void build(EditSession editSession, BlockVector3 pos, Pattern pattern, double radius) throws MaxChangedBlocksException {
+ public void build(EditSession editSession, BlockVector3 pos, Pattern pattern, double radius) throws
+ MaxChangedBlocksException {
int maxY = editSession.getMaxY();
if (path.isEmpty() || !pos.equals(path.get(path.size() - 1))) {
- int max = editSession.getNearestSurfaceTerrainBlock(pos.getBlockX(), pos.getBlockZ(), pos.getBlockY(), 0, editSession.getMaxY());
+ int max = editSession.getNearestSurfaceTerrainBlock(
+ pos.getBlockX(),
+ pos.getBlockZ(),
+ pos.getBlockY(),
+ 0,
+ editSession.getMaxY()
+ );
if (max == -1) {
return;
}
@@ -103,4 +111,5 @@ public class SurfaceSpline implements Brush {
}
editSession.getPlayer().print(Caption.of("fawe.worldedit.brush.spline.secondary"));
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/scroll/Scroll.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/scroll/Scroll.java
index 9de9615a8..ca32cc5f6 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/scroll/Scroll.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/scroll/Scroll.java
@@ -18,6 +18,7 @@ import java.util.List;
import java.util.Locale;
public abstract class Scroll implements ScrollTool {
+
private BrushTool tool;
public enum Action {
@@ -38,7 +39,14 @@ public abstract class Scroll implements ScrollTool {
return fromArguments(tool, player, session, mode, args, message);
}
- public static Scroll fromArguments(BrushTool tool, Player player, LocalSession session, Action mode, List arguments, boolean message) throws InputParseException {
+ public static Scroll fromArguments(
+ BrushTool tool,
+ Player player,
+ LocalSession session,
+ Action mode,
+ List arguments,
+ boolean message
+ ) throws InputParseException {
ParserContext parserContext = new ParserContext();
parserContext.setActor(player);
parserContext.setWorld(player.getWorld());
@@ -114,4 +122,5 @@ public abstract class Scroll implements ScrollTool {
public BrushTool getTool() {
return tool;
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/scroll/ScrollClipboard.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/scroll/ScrollClipboard.java
index 4699611e1..d153c3a6c 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/scroll/ScrollClipboard.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/scroll/ScrollClipboard.java
@@ -9,6 +9,7 @@ import com.sk89q.worldedit.session.ClipboardHolder;
import java.util.List;
public class ScrollClipboard extends Scroll {
+
private final List clipboards;
private final LocalSession session;
private int index = 0;
@@ -26,4 +27,5 @@ public class ScrollClipboard extends Scroll {
session.setClipboard(clipboard);
return true;
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/scroll/ScrollMask.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/scroll/ScrollMask.java
index 037fb7ef7..983bfab70 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/scroll/ScrollMask.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/scroll/ScrollMask.java
@@ -6,6 +6,7 @@ import com.sk89q.worldedit.entity.Player;
import com.sk89q.worldedit.function.mask.Mask;
public class ScrollMask extends Scroll {
+
private final Mask[] masks;
private int index;
@@ -23,4 +24,5 @@ public class ScrollMask extends Scroll {
}
return false;
}
-}
\ No newline at end of file
+
+}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/scroll/ScrollPattern.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/scroll/ScrollPattern.java
index 4aca2ff21..5776ffcbe 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/scroll/ScrollPattern.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/scroll/ScrollPattern.java
@@ -6,6 +6,7 @@ import com.sk89q.worldedit.entity.Player;
import com.sk89q.worldedit.function.pattern.Pattern;
public class ScrollPattern extends Scroll {
+
private final Pattern[] patterns;
private int index;
@@ -23,4 +24,5 @@ public class ScrollPattern extends Scroll {
}
return false;
}
-}
\ No newline at end of file
+
+}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/scroll/ScrollRange.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/scroll/ScrollRange.java
index 9afaf84c4..405b62b81 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/scroll/ScrollRange.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/scroll/ScrollRange.java
@@ -6,6 +6,7 @@ import com.sk89q.worldedit.command.tool.BrushTool;
import com.sk89q.worldedit.entity.Player;
public class ScrollRange extends Scroll {
+
public ScrollRange(BrushTool tool) {
super(tool);
}
@@ -17,4 +18,5 @@ public class ScrollRange extends Scroll {
getTool().setRange(newSize);
return true;
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/scroll/ScrollSize.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/scroll/ScrollSize.java
index 448a72271..cf60639f5 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/scroll/ScrollSize.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/scroll/ScrollSize.java
@@ -5,6 +5,7 @@ import com.sk89q.worldedit.command.tool.BrushTool;
import com.sk89q.worldedit.entity.Player;
public class ScrollSize extends Scroll {
+
public ScrollSize(BrushTool tool) {
super(tool);
}
@@ -16,4 +17,5 @@ public class ScrollSize extends Scroll {
getTool().setSize(newSize);
return true;
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/scroll/ScrollTarget.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/scroll/ScrollTarget.java
index 475e162e0..18cedd7bf 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/scroll/ScrollTarget.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/scroll/ScrollTarget.java
@@ -6,6 +6,7 @@ import com.sk89q.worldedit.command.tool.BrushTool;
import com.sk89q.worldedit.entity.Player;
public class ScrollTarget extends Scroll {
+
public ScrollTarget(BrushTool tool) {
super(tool);
}
@@ -19,4 +20,5 @@ public class ScrollTarget extends Scroll {
getTool().setTargetMode(newMode);
return true;
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/scroll/ScrollTargetOffset.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/scroll/ScrollTargetOffset.java
index f6612b68f..593754182 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/scroll/ScrollTargetOffset.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/scroll/ScrollTargetOffset.java
@@ -4,6 +4,7 @@ import com.sk89q.worldedit.command.tool.BrushTool;
import com.sk89q.worldedit.entity.Player;
public class ScrollTargetOffset extends Scroll {
+
public ScrollTargetOffset(BrushTool tool) {
super(tool);
}
@@ -14,4 +15,5 @@ public class ScrollTargetOffset extends Scroll {
tool.setTargetOffset(tool.getTargetOffset() + amount);
return true;
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/scroll/ScrollTool.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/scroll/ScrollTool.java
index 7300a2846..ce9fd3e15 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/scroll/ScrollTool.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/scroll/ScrollTool.java
@@ -3,5 +3,7 @@ package com.fastasyncworldedit.core.command.tool.scroll;
import com.sk89q.worldedit.entity.Player;
public interface ScrollTool {
+
boolean increment(Player player, int amount);
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/sweep/ClipboardSpline.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/sweep/ClipboardSpline.java
index acd41f34e..e2b29cd54 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/sweep/ClipboardSpline.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/sweep/ClipboardSpline.java
@@ -1,6 +1,7 @@
package com.fastasyncworldedit.core.command.tool.sweep;
import com.fastasyncworldedit.core.math.LocalBlockVectorSet;
+import com.fastasyncworldedit.core.math.transform.RoundedTransform;
import com.sk89q.worldedit.EditSession;
import com.sk89q.worldedit.MaxChangedBlocksException;
import com.sk89q.worldedit.extent.clipboard.Clipboard;
@@ -11,37 +12,35 @@ import com.sk89q.worldedit.math.BlockVector3;
import com.sk89q.worldedit.math.Vector3;
import com.sk89q.worldedit.math.interpolation.Interpolation;
import com.sk89q.worldedit.math.transform.AffineTransform;
-import com.fastasyncworldedit.core.math.transform.RoundedTransform;
import com.sk89q.worldedit.math.transform.Transform;
import com.sk89q.worldedit.regions.Region;
import com.sk89q.worldedit.session.ClipboardHolder;
/**
* An implementation of a {@link Spline} using a Clipboard as source for the structure.
+ *
* @author Schuwi
* @version 1.0
*/
public class ClipboardSpline extends Spline {
private final Transform transform;
- private ClipboardHolder clipboardHolder;
- private BlockVector3 originalOrigin;
- private Transform originalTransform;
+ private final ClipboardHolder clipboardHolder;
+ private final BlockVector3 originalOrigin;
+ private final Transform originalTransform;
private BlockVector3 center;
- private BlockVector3 centerOffset;
- private LocalBlockVectorSet buffer;
+ private final BlockVector3 centerOffset;
+ private final LocalBlockVectorSet buffer;
/**
* Constructor without position-correction. Use this constructor for an interpolation
* implementation which does not need position-correction.
*
- * @param editSession The EditSession which will be used when pasting the clipboard content
+ * @param editSession The EditSession which will be used when pasting the clipboard content
* @param clipboardHolder The clipboard that will be pasted along the spline
- * @param interpolation An implementation of the interpolation algorithm used to calculate
- * the curve
- * @apiNote Be advised that currently subsequent changes to the interpolation parameters may
- * not be supported.
+ * @param interpolation An implementation of the interpolation algorithm used to calculate
+ * the curve
*/
public ClipboardSpline(EditSession editSession, ClipboardHolder clipboardHolder, Interpolation interpolation) {
this(editSession, clipboardHolder, interpolation, new AffineTransform(), -1);
@@ -64,15 +63,19 @@ public class ClipboardSpline extends Spline {
* amount to 0.25 × 40 = 10 units of curve length between these two positions.
*
*
- * @param editSession The EditSession which will be used when pasting the clipboard content
+ * @param editSession The EditSession which will be used when pasting the clipboard content
* @param clipboardHolder The clipboard that will be pasted along the spline
- * @param interpolation An implementation of the interpolation algorithm used to calculate
- * the curve
- * @param nodeCount The number of nodes provided to the interpolation object
- * @apiNote Be advised that currently subsequent changes to the interpolation parameters may
- * not be supported.
+ * @param interpolation An implementation of the interpolation algorithm used to calculate
+ * the curve
+ * @param nodeCount The number of nodes provided to the interpolation object
*/
- public ClipboardSpline(EditSession editSession, ClipboardHolder clipboardHolder, Interpolation interpolation, Transform transform, int nodeCount) {
+ public ClipboardSpline(
+ EditSession editSession,
+ ClipboardHolder clipboardHolder,
+ Interpolation interpolation,
+ Transform transform,
+ int nodeCount
+ ) {
super(editSession, interpolation, nodeCount);
this.clipboardHolder = clipboardHolder;
@@ -126,4 +129,5 @@ public class ClipboardSpline extends Spline {
return operation instanceof ForwardExtentCopy ? ((ForwardExtentCopy) operation).getAffected() : 0;
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/sweep/Spline.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/sweep/Spline.java
index 27566d6c0..9926492c3 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/sweep/Spline.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/sweep/Spline.java
@@ -15,6 +15,7 @@ import java.util.List;
* Embodies an abstract implementation for pasting structures along a spline.
* A curve is being interpolated by the provided {@link Interpolation} implementation
* and the structure is pasted along this curve by the specific Spline implementation.
+ *
* @author Schuwi
* @version 1.0
*/
@@ -24,17 +25,18 @@ public abstract class Spline {
private final int nodeCount;
protected EditSession editSession;
- private Interpolation interpolation;
+ private final Interpolation interpolation;
private List sections;
- private double splineLength;
+ private final double splineLength;
/**
* Constructor without position-correction. Use this constructor for an interpolation implementation which does not need position-correction.
*
* Be advised that currently subsequent changes to the interpolation parameters may not be supported.
- * @param editSession The EditSession which will be used when pasting the structure
- * @param interpolation An implementation of the interpolation algorithm used to calculate the curve
+ *
+ * @param editSession The EditSession which will be used when pasting the structure
+ * @param interpolation An implementation of the interpolation algorithm used to calculate the curve
*/
protected Spline(EditSession editSession, Interpolation interpolation) {
this(editSession, interpolation, -1);
@@ -53,9 +55,10 @@ public abstract class Spline {
* 0.25 * 40 = 10 units of curve length between these two positions.
*
* Be advised that currently subsequent changes to the interpolation parameters may not be supported.
- * @param editSession The EditSession which will be used when pasting the structure
- * @param interpolation An implementation of the interpolation algorithm used to calculate the curve
- * @param nodeCount The number of nodes provided to the interpolation object
+ *
+ * @param editSession The EditSession which will be used when pasting the structure
+ * @param interpolation An implementation of the interpolation algorithm used to calculate the curve
+ * @param nodeCount The number of nodes provided to the interpolation object
*/
protected Spline(EditSession editSession, Interpolation interpolation, int nodeCount) {
this.editSession = editSession;
@@ -76,6 +79,7 @@ public abstract class Spline {
* is rotated by that angle to follow the curve slope.
*
* The default direction is a (1;0) vector (pointing in the positive x-direction).
+ *
* @param direction A vector representing the horizontal forward direction of the clipboard content
*/
public void setDirection(Vector2 direction) {
@@ -90,6 +94,7 @@ public abstract class Spline {
* is rotated by that angle to follow the curve slope.
*
* The default direction is a (1;0) vector (pointing in the positive x-direction).
+ *
* @return A vector representing the horizontal forward direction of the clipboard content
*/
public Vector2 getDirection() {
@@ -99,8 +104,9 @@ public abstract class Spline {
/**
* Paste the structure at the provided position on the curve. The position will be position-corrected if the
* nodeCount provided to the constructor is bigger than 2.
+ *
* @param position The position on the curve. Must be between 0.0 and 1.0 (both inclusive)
- * @return The amount of blocks that have been changed
+ * @return The amount of blocks that have been changed
* @throws MaxChangedBlocksException Thrown by WorldEdit if the limit of block changes for the {@link EditSession} has been reached
*/
public int pastePosition(double position) throws MaxChangedBlocksException {
@@ -124,8 +130,9 @@ public abstract class Spline {
/**
* Paste structure at the provided position on the curve. The position will not be position-corrected
* but will be passed directly to the interpolation algorithm.
+ *
* @param position The position on the curve. Must be between 0.0 and 1.0 (both inclusive)
- * @return The amount of blocks that have been changed
+ * @return The amount of blocks that have been changed
* @throws MaxChangedBlocksException Thrown by WorldEdit if the limit of block changes for the {@link EditSession} has been reached
*/
public int pastePositionDirect(double position) throws MaxChangedBlocksException {
@@ -142,9 +149,9 @@ public abstract class Spline {
Vector3 deriv = interpolation.get1stDerivative(position);
Vector2 deriv2D = Vector2.at(deriv.getX(), deriv.getZ()).normalize();
double angle = Math.toDegrees(
- -Math.atan2(cross2D(direction, deriv2D), direction.dot(deriv2D))
+ -Math.atan2(cross2D(direction, deriv2D), direction.dot(deriv2D))
);
-
+
angle = ((angle % 360) + 360) % 360; // Wrap to 360 degrees
return pasteBlocks(blockTarget, offset, angle);
@@ -196,6 +203,7 @@ public abstract class Spline {
}
private class Section {
+
final double uniStart;
final double uniLength;
final double flexStart;
@@ -207,5 +215,7 @@ public abstract class Spline {
this.flexStart = flexStart;
this.flexLength = flexLength;
}
+
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/sweep/SweepBrush.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/sweep/SweepBrush.java
index 87287e639..1d348a89f 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/sweep/SweepBrush.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/command/tool/sweep/SweepBrush.java
@@ -24,9 +24,10 @@ import java.util.List;
import java.util.stream.Collectors;
public class SweepBrush implements Brush, ResettableTool {
- private List positions;
+
+ private final List positions;
private BlockVector3 position;
- private int copies;
+ private final int copies;
private static final double tension = 0D;
private static final double bias = 0D;
@@ -38,7 +39,8 @@ public class SweepBrush implements Brush, ResettableTool {
}
@Override
- public void build(EditSession editSession, BlockVector3 position, Pattern pattern, double size) throws MaxChangedBlocksException {
+ public void build(EditSession editSession, BlockVector3 position, Pattern pattern, double size) throws
+ MaxChangedBlocksException {
boolean newPos = !position.equals(this.position);
this.position = position;
@@ -100,7 +102,7 @@ public class SweepBrush implements Brush, ResettableTool {
break;
}
default: {
- for (double pos = 0D; pos <= 1D; pos += 1D / (copies - 1)) {
+ for (double pos = 0D; pos <= 1D; pos += 1D / (copies - 1)) {
spline.pastePosition(pos);
}
break;
@@ -116,4 +118,5 @@ public class SweepBrush implements Brush, ResettableTool {
position = null;
return true;
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/Caption.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/Caption.java
index a35a6d9e3..72ad879d4 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/Caption.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/Caption.java
@@ -8,8 +8,9 @@ import com.sk89q.worldedit.util.formatting.text.TranslatableComponent;
import com.sk89q.worldedit.util.formatting.text.format.Style;
import com.sk89q.worldedit.util.formatting.text.format.TextColor;
import com.sk89q.worldedit.util.formatting.text.serializer.legacy.LegacyComponentSerializer;
-import javax.annotation.Nullable;
+import javax.annotation.Nonnull;
+import javax.annotation.Nullable;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
@@ -18,7 +19,6 @@ import java.util.Locale;
import java.util.Objects;
import java.util.regex.Pattern;
import java.util.stream.Collectors;
-import javax.annotation.Nonnull;
public class Caption {
@@ -104,7 +104,11 @@ public class Caption {
return parent;
}
- public static TranslatableComponent of(@Nonnull final String key, @Nullable final TextColor color, @Nonnull final List extends Component> args) {
+ public static TranslatableComponent of(
+ @Nonnull final String key,
+ @Nullable final TextColor color,
+ @Nonnull final List extends Component> args
+ ) {
return TranslatableComponent.of(key, color, Collections.emptySet(), args);
}
@@ -115,4 +119,5 @@ public class Caption {
.collect(Collectors.toList());
return TranslatableComponent.of(key, components);
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/Config.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/Config.java
index 43b6c4dd0..431d7ec44 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/Config.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/Config.java
@@ -124,6 +124,7 @@ public class Config {
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD})
public @interface Create {
+
}
/**
@@ -132,6 +133,7 @@ public class Config {
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD})
public @interface Final {
+
}
/**
@@ -140,7 +142,9 @@ public class Config {
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD, ElementType.TYPE})
public @interface Comment {
+
String[] value();
+
}
/**
@@ -149,7 +153,9 @@ public class Config {
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD, ElementType.TYPE})
public @interface BlockName {
+
String[] value();
+
}
/**
@@ -158,12 +164,13 @@ public class Config {
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD, ElementType.TYPE})
public @interface Ignore {
+
}
@Ignore // This is not part of the config
public static class ConfigBlock {
- private HashMap INSTANCES = new HashMap<>();
+ private final HashMap INSTANCES = new HashMap<>();
public T remove(String key) {
return INSTANCES.remove(key);
@@ -188,6 +195,7 @@ public class Config {
private Map getRaw() {
return INSTANCES;
}
+
}
/**
@@ -297,7 +305,10 @@ public class Config {
save(writer, current, value, indent + 2);
continue;
} else {
- writer.write(spacing + toNodeName(field.getName() + ": ") + toYamlString(field.get(instance), spacing) + CTRF);
+ writer.write(spacing + toNodeName(field.getName() + ": ") + toYamlString(
+ field.get(instance),
+ spacing
+ ) + CTRF);
}
}
} catch (Throwable e) {
@@ -332,7 +343,9 @@ public class Config {
setAccessible(field);
return field;
} catch (Throwable ignored) {
- LOGGER.debug("Invalid config field: " + StringMan.join(split, ".") + " for " + toNodeName(instance.getClass().getSimpleName()));
+ LOGGER.debug("Invalid config field: " + StringMan.join(split, ".") + " for " + toNodeName(instance
+ .getClass()
+ .getSimpleName()));
return null;
}
}
@@ -437,4 +450,5 @@ public class Config {
modifiersField.setInt(field, field.getModifiers() & ~Modifier.FINAL);
}
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/Configuration.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/Configuration.java
index 3518b2136..b0be72b29 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/Configuration.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/Configuration.java
@@ -19,7 +19,7 @@ public interface Configuration extends ConfigurationSection {
* If value is null, the value will be removed from the default Configuration source.
*
*
- * @param path Path of the value to set.
+ * @param path Path of the value to set.
* @param value Value to set the default to.
* @throws IllegalArgumentException Thrown if path is null.
*/
@@ -94,4 +94,5 @@ public interface Configuration extends ConfigurationSection {
* @return Options for this configuration
*/
ConfigurationOptions options();
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/ConfigurationOptions.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/ConfigurationOptions.java
index dd27b7ab4..ce2c8c3cc 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/ConfigurationOptions.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/ConfigurationOptions.java
@@ -5,6 +5,7 @@ package com.fastasyncworldedit.core.configuration;
* Configuration}
*/
public class ConfigurationOptions {
+
private char pathSeparator = '.';
private boolean copyDefaults = false;
private final Configuration configuration;
@@ -87,4 +88,5 @@ public class ConfigurationOptions {
copyDefaults = value;
return this;
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/ConfigurationSection.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/ConfigurationSection.java
index 8b93dce44..8111471fd 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/ConfigurationSection.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/ConfigurationSection.java
@@ -90,7 +90,7 @@ public interface ConfigurationSection {
*
* To retrieve the single name of this section, that is, the final part of the path returned by
* this method, you may use {@link #getName()}.
- *
+ *
*
* @return Path of this section relative to its root
*/
@@ -163,7 +163,7 @@ public interface ConfigurationSection {
*
*
* @param path Path of the Object to get.
- * @param def The default value to return if the path is not found.
+ * @param def The default value to return if the path is not found.
* @return Requested Object.
*/
Object get(String path, Object def);
@@ -182,7 +182,7 @@ public interface ConfigurationSection {
* ConfigurationSection}s, please use {@link #createSection(String)} for that.
*
*
- * @param path Path of the object to set.
+ * @param path Path of the object to set.
* @param value New value to set the path to.
*/
void set(String path, Object value);
@@ -209,7 +209,7 @@ public interface ConfigurationSection {
*
*
* @param path Path to create the section at.
- * @param map The values to used.
+ * @param map The values to used.
* @return Newly created section
*/
ConfigurationSection createSection(String path, Map, ?> map);
@@ -265,7 +265,7 @@ public interface ConfigurationSection {
* Gets the requested int by a path.
*
*
- * If the int does not exist, but a default value has been specified, this
+ * If the int does not exist, but a default value has been specified, this
* will return the default value. If the int does not exist and no default
* value was specified, this will return 0.
*
@@ -284,7 +284,7 @@ public interface ConfigurationSection {
*
*
* @param path Path of the int to get.
- * @param def The default value to return if the path is not found or is not an int.
+ * @param def The default value to return if the path is not found or is not an int.
* @return Requested int.
*/
int getInt(String path, int def);
@@ -326,7 +326,7 @@ public interface ConfigurationSection {
*
*
* @param path Path of the boolean to get.
- * @param def The default value to return if the path is not found or is not a boolean.
+ * @param def The default value to return if the path is not found or is not a boolean.
* @return Requested boolean.
*/
boolean getBoolean(String path, boolean def);
@@ -368,7 +368,7 @@ public interface ConfigurationSection {
*
*
* @param path Path of the double to get.
- * @param def The default value to return if the path is not found or is not a double.
+ * @param def The default value to return if the path is not found or is not a double.
* @return Requested double.
*/
double getDouble(String path, double def);
@@ -410,7 +410,7 @@ public interface ConfigurationSection {
*
*
* @param path Path of the long to get.
- * @param def The default value to return if the path is not found or is not a long.
+ * @param def The default value to return if the path is not found or is not a long.
* @return Requested long.
*/
long getLong(String path, long def);
@@ -454,7 +454,7 @@ public interface ConfigurationSection {
*
*
* @param path Path of the List to get.
- * @param def The default value to return if the path is not found or is not a List.
+ * @param def The default value to return if the path is not found or is not a List.
* @return Requested List.
*/
List> getList(String path, List> def);
@@ -724,9 +724,10 @@ public interface ConfigurationSection {
* section at the path, replacing anything that may have existed there previously.
*
*
- * @param path Path of the value to set.
+ * @param path Path of the value to set.
* @param value Value to set the default to.
* @throws IllegalArgumentException Thrown if path is null.
*/
void addDefault(String path, Object value);
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/InvalidConfigurationException.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/InvalidConfigurationException.java
index 10ab59ea7..b22705c8f 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/InvalidConfigurationException.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/InvalidConfigurationException.java
@@ -43,4 +43,5 @@ public class InvalidConfigurationException extends Exception {
public InvalidConfigurationException(final String msg, final Throwable cause) {
super(msg, cause);
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/MemoryConfiguration.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/MemoryConfiguration.java
index 258647f4c..7f080a344 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/MemoryConfiguration.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/MemoryConfiguration.java
@@ -8,6 +8,7 @@ import java.util.Map;
* This is useful for temporary Configurations for providing defaults.
*/
public class MemoryConfiguration extends MemorySection implements Configuration {
+
protected Configuration defaults;
protected MemoryConfigurationOptions options;
@@ -87,4 +88,5 @@ public class MemoryConfiguration extends MemorySection implements Configuration
return options;
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/MemoryConfigurationOptions.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/MemoryConfigurationOptions.java
index 1e7e59e5d..58f4f6c8b 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/MemoryConfigurationOptions.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/MemoryConfigurationOptions.java
@@ -5,6 +5,7 @@ package com.fastasyncworldedit.core.configuration;
* MemoryConfiguration}
*/
public class MemoryConfigurationOptions extends ConfigurationOptions {
+
protected MemoryConfigurationOptions(final MemoryConfiguration configuration) {
super(configuration);
}
@@ -25,4 +26,5 @@ public class MemoryConfigurationOptions extends ConfigurationOptions {
super.pathSeparator(value);
return this;
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/MemorySection.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/MemorySection.java
index fb4e87fa4..18f9b624a 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/MemorySection.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/MemorySection.java
@@ -842,7 +842,10 @@ public class MemorySection implements ConfigurationSection {
@Override
public String toString() {
Configuration root = getRoot();
- return getClass().getSimpleName() + "[path='" + getCurrentPath() + "', root='" + (root == null ? null : root.getClass().getSimpleName()) +
+ return getClass().getSimpleName() + "[path='" + getCurrentPath() + "', root='" + (root == null
+ ? null
+ : root.getClass().getSimpleName()) +
"']";
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/Settings.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/Settings.java
index baff47898..e0ba6d05e 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/Settings.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/Settings.java
@@ -10,6 +10,7 @@ import java.util.HashSet;
import java.util.List;
public class Settings extends Config {
+
@Ignore
public static final Settings IMP = new Settings();
@@ -72,20 +73,23 @@ public class Settings extends Config {
@Comment("Enable or disable core components")
public static final class ENABLED_COMPONENTS {
+
public boolean COMMANDS = true;
@Comment({
- "Disable the FAWE-PlotSquared hook to take over most intense P2 queueing",
- "Specific aspects can be turned on and off further below",
- "Only disables/enables the hook with v4. For v6, see PlotSquared settings.yml"
+ "Disable the FAWE-PlotSquared hook to take over most intense P2 queueing",
+ "Specific aspects can be turned on and off further below",
+ "Only disables/enables the hook with v4. For v6, see PlotSquared settings.yml"
})
public boolean PLOTSQUARED_v4_HOOK = true;
@Comment({"Show additional information in console. It helps us at IntellectualSites to find out more about an issue.",
"Leave it off if you don't need it, it can spam your console."})
public boolean DEBUG = false;
+
}
@Comment("Paths for various directories")
public static final class PATHS {
+
@Comment({
"Put any minecraft or mod jars for FAWE to be aware of block textures",
})
@@ -99,16 +103,19 @@ public class Settings extends Config {
public String CLIPBOARD = "clipboard";
@Comment("Each player has his or her own sub directory for schematics")
public boolean PER_PLAYER_SCHEMATICS = true;
+
}
@Comment("Region restriction settings")
public static final class REGION_RESTRICTIONS_OPTIONS {
+
@Comment({
"What type of users are allowed to WorldEdit in a region",
" - MEMBER = Players added to a region",
" - OWNER = Players who own the region"
})
public String MODE = "MEMBER";
+
}
@Comment({
@@ -119,6 +126,7 @@ public class Settings extends Config {
})
@BlockName("default") // The name for the default block
public static class LIMITS extends ConfigBlock {
+
@Comment("Max actions that can be run concurrently (i.e. commands)")
public int MAX_ACTIONS = 1;
@Comment("Max number of block changes (e.g. by `//set stone`).")
@@ -168,17 +176,19 @@ public class Settings extends Config {
})
public boolean CONFIRM_LARGE = true;
@Comment({
- "If undo and redo commands should be restricted to allowed regions",
- " - Prevents scenarios where players can delete/reset a region, and then continue to undo/redo on it"
+ "If undo and redo commands should be restricted to allowed regions",
+ " - Prevents scenarios where players can delete/reset a region, and then continue to undo/redo on it"
})
public boolean RESTRICT_HISTORY_TO_REGIONS = true;
@Comment({
"List of blocks to strip nbt from",
})
public List STRIP_NBT = new ArrayList<>();
+
}
public static class HISTORY {
+
@Comment({
"Should history be saved on disk:",
" - Frees up a lot of memory",
@@ -200,9 +210,9 @@ public class Settings extends Config {
})
public boolean COMBINE_STAGES = true;
@Comment({
- "Do not wait for a chunk's history to save before sending it",
- " - Undo/redo commands will wait until the history has been written to disk before executing",
- " - Requires combine-stages = true"
+ "Do not wait for a chunk's history to save before sending it",
+ " - Undo/redo commands will wait until the history has been written to disk before executing",
+ " - Requires combine-stages = true"
})
public boolean SEND_BEFORE_HISTORY = true;
@Comment({
@@ -266,10 +276,12 @@ public class Settings extends Config {
" - Reduces history size by ~10%",
})
public boolean SMALL_EDITS = false;
+
}
@Comment("This relates to how FAWE places chunks")
public static class QUEUE {
+
@Comment({
"This should equal the number of processors you have",
})
@@ -325,11 +337,12 @@ public class Settings extends Config {
public int DISCARD_AFTER_MS = 60000;
@Comment({
- "When using fastmode also do not bother to fix existing ticking blocks"
+ "When using fastmode also do not bother to fix existing ticking blocks"
})
public boolean NO_TICK_FASTMODE = true;
public static class PROGRESS {
+
@Comment({"Display constant titles about the progress of a user's edit",
" - false = disabled",
" - title = Display progress titles",
@@ -340,7 +353,9 @@ public class Settings extends Config {
public int INTERVAL = 1;
@Comment("Delay sending progress in milliseconds (so quick edits don't spam)")
public int DELAY = 5000;
+
}
+
}
@Comment({
@@ -349,6 +364,7 @@ public class Settings extends Config {
" - SAFE = Can be buggy but unlikely to cause any damage"
})
public static class EXPERIMENTAL {
+
@Comment({
"[UNSAFE] Directly modify the region files. (OBSOLETE - USE ANVIL COMMANDS)",
" - IMPROPER USE CAN CAUSE WORLD CORRUPTION!",
@@ -384,14 +400,14 @@ public class Settings extends Config {
public boolean OTHER = false;
@Comment({
- "Allow blocks placed by WorldEdit to tick. This could cause the big lags.",
- "This has no effect on existing blocks one way or the other."
+ "Allow blocks placed by WorldEdit to tick. This could cause the big lags.",
+ "This has no effect on existing blocks one way or the other."
})
public boolean ALLOW_TICK_PLACED = false;
@Comment({
- "Force re-ticking of existing blocks not edited by FAWE.",
- "This will increase time taken slightly."
+ "Force re-ticking of existing blocks not edited by FAWE.",
+ "This will increase time taken slightly."
})
public boolean ALLOW_TICK_EXISTING = true;
@@ -406,18 +422,22 @@ public class Settings extends Config {
"Set to -1 to disable"
})
public int PER_PLAYER_FILE_NUM_LIMIT = -1;
+
}
public static class PLOTSQUARED_INTEGRATION {
+
@Comment({
- "Only disables/enables the components with PlotSquared v4.",
- "For v6, see PlotSquared settings.yml"
+ "Only disables/enables the components with PlotSquared v4.",
+ "For v6, see PlotSquared settings.yml"
})
public boolean CLEAR = true;
public boolean COPY_AND_SWAP = true;
+
}
public static class WEB {
+
@Comment({
"The web interface for clipboards",
" - All schematics are anonymous and private",
@@ -425,9 +445,11 @@ public class Settings extends Config {
" - Supports clipboard uploads, downloads and saves",
})
public String URL = "https://schem.intellectualsites.com/fawe/";
+
}
public static class EXTENT {
+
@Comment({
"Don't bug console when these plugins slow down WorldEdit operations",
" - You'll see a message in console if you need to change this option"
@@ -435,10 +457,12 @@ public class Settings extends Config {
public List ALLOWED_PLUGINS = new ArrayList<>();
@Comment("Should debug messages be sent when third party extents are used?")
public boolean DEBUG = true;
+
}
@Comment("Generic tick limiter (not necessarily WorldEdit related, but useful to stop abuse)")
public static class TICK_LIMITER {
+
@Comment("Enable the limiter")
public boolean ENABLED = true;
@Comment("The interval in ticks")
@@ -455,9 +479,11 @@ public class Settings extends Config {
" - Horizontal fireworks can be hacked in to crash a server"
})
public boolean FIREWORKS_LOAD_CHUNKS = false;
+
}
public static class CLIPBOARD {
+
@Comment({
"Store the clipboard on disk instead of memory",
" - Will be slightly slower",
@@ -474,9 +500,11 @@ public class Settings extends Config {
public int COMPRESSION_LEVEL = 1;
@Comment("Number of days to keep history on disk before deleting it")
public int DELETE_AFTER_DAYS = 1;
+
}
public static class LIGHTING {
+
@Comment({
"If packet sending should be delayed until relight is finished",
})
@@ -491,6 +519,7 @@ public class Settings extends Config {
public int MODE = 1;
@Comment({"If existing lighting should be removed before relighting"})
public boolean REMOVE_FIRST = true;
+
}
public void reload(File file) {
@@ -515,15 +544,39 @@ public class Settings extends Config {
if (actor.hasPermission("fawe.limit." + key) || !limitFound && key.equals("default")) {
limitFound = true;
LIMITS newLimit = LIMITS.get(key);
- limit.MAX_ACTIONS = Math.max(limit.MAX_ACTIONS, newLimit.MAX_ACTIONS != -1 ? newLimit.MAX_ACTIONS : Integer.MAX_VALUE);
- limit.MAX_CHANGES = Math.max(limit.MAX_CHANGES, newLimit.MAX_CHANGES != -1 ? newLimit.MAX_CHANGES : Integer.MAX_VALUE);
- limit.MAX_BLOCKSTATES = Math.max(limit.MAX_BLOCKSTATES, newLimit.MAX_BLOCKSTATES != -1 ? newLimit.MAX_BLOCKSTATES : Integer.MAX_VALUE);
- limit.MAX_CHECKS = Math.max(limit.MAX_CHECKS, newLimit.MAX_CHECKS != -1 ? newLimit.MAX_CHECKS : Integer.MAX_VALUE);
- limit.MAX_ENTITIES = Math.max(limit.MAX_ENTITIES, newLimit.MAX_ENTITIES != -1 ? newLimit.MAX_ENTITIES : Integer.MAX_VALUE);
+ limit.MAX_ACTIONS = Math.max(
+ limit.MAX_ACTIONS,
+ newLimit.MAX_ACTIONS != -1 ? newLimit.MAX_ACTIONS : Integer.MAX_VALUE
+ );
+ limit.MAX_CHANGES = Math.max(
+ limit.MAX_CHANGES,
+ newLimit.MAX_CHANGES != -1 ? newLimit.MAX_CHANGES : Integer.MAX_VALUE
+ );
+ limit.MAX_BLOCKSTATES = Math.max(
+ limit.MAX_BLOCKSTATES,
+ newLimit.MAX_BLOCKSTATES != -1 ? newLimit.MAX_BLOCKSTATES : Integer.MAX_VALUE
+ );
+ limit.MAX_CHECKS = Math.max(
+ limit.MAX_CHECKS,
+ newLimit.MAX_CHECKS != -1 ? newLimit.MAX_CHECKS : Integer.MAX_VALUE
+ );
+ limit.MAX_ENTITIES = Math.max(
+ limit.MAX_ENTITIES,
+ newLimit.MAX_ENTITIES != -1 ? newLimit.MAX_ENTITIES : Integer.MAX_VALUE
+ );
limit.MAX_FAILS = Math.max(limit.MAX_FAILS, newLimit.MAX_FAILS != -1 ? newLimit.MAX_FAILS : Integer.MAX_VALUE);
- limit.MAX_ITERATIONS = Math.max(limit.MAX_ITERATIONS, newLimit.MAX_ITERATIONS != -1 ? newLimit.MAX_ITERATIONS : Integer.MAX_VALUE);
- limit.MAX_HISTORY = Math.max(limit.MAX_HISTORY, newLimit.MAX_HISTORY_MB != -1 ? newLimit.MAX_HISTORY_MB : Integer.MAX_VALUE);
- limit.MAX_EXPRESSION_MS = Math.max(limit.MAX_EXPRESSION_MS, newLimit.MAX_EXPRESSION_MS != -1 ? newLimit.MAX_EXPRESSION_MS : Integer.MAX_VALUE);
+ limit.MAX_ITERATIONS = Math.max(
+ limit.MAX_ITERATIONS,
+ newLimit.MAX_ITERATIONS != -1 ? newLimit.MAX_ITERATIONS : Integer.MAX_VALUE
+ );
+ limit.MAX_HISTORY = Math.max(
+ limit.MAX_HISTORY,
+ newLimit.MAX_HISTORY_MB != -1 ? newLimit.MAX_HISTORY_MB : Integer.MAX_VALUE
+ );
+ limit.MAX_EXPRESSION_MS = Math.max(
+ limit.MAX_EXPRESSION_MS,
+ newLimit.MAX_EXPRESSION_MS != -1 ? newLimit.MAX_EXPRESSION_MS : Integer.MAX_VALUE
+ );
limit.INVENTORY_MODE = Math.min(limit.INVENTORY_MODE, newLimit.INVENTORY_MODE);
limit.SPEED_REDUCTION = Math.min(limit.SPEED_REDUCTION, newLimit.SPEED_REDUCTION);
limit.FAST_PLACEMENT |= newLimit.FAST_PLACEMENT;
@@ -544,4 +597,5 @@ public class Settings extends Config {
}
return limit;
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/TypeDescription.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/TypeDescription.java
index 42d38ad44..0dfa1b0f7 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/TypeDescription.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/TypeDescription.java
@@ -10,11 +10,12 @@ import java.util.Map;
* instance.
*/
public final class TypeDescription {
+
private final Class extends Object> type;
private Tag tag;
- private Map> listProperties;
- private Map> keyProperties;
- private Map> valueProperties;
+ private final Map> listProperties;
+ private final Map> keyProperties;
+ private final Map> valueProperties;
public TypeDescription(Class extends Object> clazz, Tag tag) {
this.type = clazz;
@@ -68,7 +69,7 @@ public final class TypeDescription {
* Specify that the property is a type-safe {@code List}.
*
* @param property name of the JavaBean property
- * @param type class of List values
+ * @param type class of List values
*/
public void putListPropertyType(String property, Class extends Object> type) {
listProperties.put(property, type);
@@ -88,11 +89,13 @@ public final class TypeDescription {
* Specify that the property is a type-safe {@code Map}.
*
* @param property property name of this JavaBean
- * @param key class of keys in Map
- * @param value class of values in Map
+ * @param key class of keys in Map
+ * @param value class of values in Map
*/
- public void putMapPropertyType(String property, Class extends Object> key,
- Class extends Object> value) {
+ public void putMapPropertyType(
+ String property, Class extends Object> key,
+ Class extends Object> value
+ ) {
keyProperties.put(property, key);
valueProperties.put(property, value);
}
@@ -121,4 +124,5 @@ public final class TypeDescription {
public String toString() {
return "TypeDescription for " + getType() + " (tag='" + getTag() + "')";
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/Yaml.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/Yaml.java
index 9bc0d5408..ebcd286d9 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/Yaml.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/Yaml.java
@@ -35,6 +35,7 @@ import java.util.regex.Pattern;
* Public YAML interface. Each Thread must have its own instance.
*/
public class Yaml {
+
protected final Resolver resolver;
protected BaseConstructor constructor;
protected Representer representer;
@@ -93,7 +94,7 @@ public class Yaml {
* Create Yaml instance. It is safe to create a few instances and use them
* in different Threads.
*
- * @param representer Representer to emit outgoing objects
+ * @param representer Representer to emit outgoing objects
* @param dumperOptions DumperOptions to configure outgoing objects
*/
public Yaml(Representer representer, DumperOptions dumperOptions) {
@@ -104,8 +105,8 @@ public class Yaml {
* Create Yaml instance. It is safe to create a few instances and use them
* in different Threads.
*
- * @param constructor BaseConstructor to construct incoming documents
- * @param representer Representer to emit outgoing objects
+ * @param constructor BaseConstructor to construct incoming documents
+ * @param representer Representer to emit outgoing objects
* @param dumperOptions DumperOptions to configure outgoing objects
*/
public Yaml(BaseConstructor constructor, Representer representer, DumperOptions dumperOptions) {
@@ -116,10 +117,10 @@ public class Yaml {
* Create Yaml instance. It is safe to create a few instances and use them
* in different Threads.
*
- * @param constructor BaseConstructor to construct incoming documents
- * @param representer Representer to emit outgoing objects
+ * @param constructor BaseConstructor to construct incoming documents
+ * @param representer Representer to emit outgoing objects
* @param dumperOptions DumperOptions to configure outgoing objects
- * @param resolver Resolver to detect implicit type
+ * @param resolver Resolver to detect implicit type
*/
public Yaml(BaseConstructor constructor, Representer representer, DumperOptions dumperOptions, Resolver resolver) {
if (!constructor.isExplicitPropertyUtils()) {
@@ -156,7 +157,7 @@ public class Yaml {
* @param data instance to build the representation tree for
* @return representation tree
* @see Figure 3.1. Processing
- * Overview
+ * Overview
*/
public Node represent(Object data) {
return representer.represent(data);
@@ -177,7 +178,7 @@ public class Yaml {
/**
* Serialize a Java object into a YAML stream.
*
- * @param data Java object to be serialized to YAML
+ * @param data Java object to be serialized to YAML
* @param output stream to write to
*/
public void dump(Object data, Writer output) {
@@ -189,7 +190,7 @@ public class Yaml {
/**
* Serialize a sequence of Java objects into a YAML stream.
*
- * @param data Iterator with Objects
+ * @param data Iterator with Objects
* @param output stream to write to
*/
public void dumpAll(Iterator extends Object> data, Writer output) {
@@ -235,15 +236,15 @@ public class Yaml {
* handled as an instance of YourClass when loaded.
*
*
- * @param data Java object to be serialized to YAML
- * @param rootTag the tag for the whole YAML document. The tag should be Tag.MAP
- * for a JavaBean to make the tag disappear (to use implicit tag
- * !!map). If {@code null} is provided then the standard tag
- * with the full class name is used.
+ * @param data Java object to be serialized to YAML
+ * @param rootTag the tag for the whole YAML document. The tag should be Tag.MAP
+ * for a JavaBean to make the tag disappear (to use implicit tag
+ * !!map). If {@code null} is provided then the standard tag
+ * with the full class name is used.
* @param flowStyle flow style for the whole document. See Chapter 10. Collection
- * Styles http://yaml.org/spec/1.1/#id930798. If
- * {@code null} is provided then the flow style from
- * DumperOptions is used.
+ * Styles http://yaml.org/spec/1.1/#id930798. If
+ * {@code null} is provided then the flow style from
+ * DumperOptions is used.
* @return YAML String
*/
public String dumpAs(Object data, Tag rootTag, FlowStyle flowStyle) {
@@ -338,8 +339,8 @@ public class Yaml {
* Parse the only YAML document in a stream and produce the corresponding
* Java object.
*
- * @param Class is defined by the second argument
- * @param io data to load from (BOM must not be present)
+ * @param Class is defined by the second argument
+ * @param io data to load from (BOM must not be present)
* @param type Class of the object to be created
* @return parsed object
*/
@@ -352,7 +353,7 @@ public class Yaml {
* Parse the only YAML document in a String and produce the corresponding
* Java object. (Because the encoding in known BOM is not respected.)
*
- * @param Class is defined by the second argument
+ * @param Class is defined by the second argument
* @param yaml YAML data to load from (BOM must not be present)
* @param type Class of the object to be created
* @return parsed object
@@ -366,9 +367,9 @@ public class Yaml {
* Parse the only YAML document in a stream and produce the corresponding
* Java object.
*
- * @param Class is defined by the second argument
+ * @param Class is defined by the second argument
* @param input data to load from (BOM is respected and removed)
- * @param type Class of the object to be created
+ * @param type Class of the object to be created
* @return parsed object
*/
@SuppressWarnings("unchecked")
@@ -388,7 +389,7 @@ public class Yaml {
*
* @param yaml YAML data to load from (BOM must not be present)
* @return an iterator over the parsed Java objects in this String in proper
- * sequence
+ * sequence
*/
public Iterable loadAll(Reader yaml) {
Composer composer = new Composer(new ParserImpl(new StreamReader(yaml)), resolver);
@@ -416,7 +417,7 @@ public class Yaml {
*
* @param yaml YAML data to load from (BOM must not be present)
* @return an iterator over the parsed Java objects in this String in proper
- * sequence
+ * sequence
*/
public Iterable loadAll(String yaml) {
return loadAll(new StringReader(yaml));
@@ -428,7 +429,7 @@ public class Yaml {
*
* @param yaml YAML data to load from (BOM is respected and ignored)
* @return an iterator over the parsed Java objects in this stream in proper
- * sequence
+ * sequence
*/
public Iterable loadAll(InputStream yaml) {
return loadAll(new UnicodeReader(yaml));
@@ -441,7 +442,7 @@ public class Yaml {
* @param yaml YAML document
* @return parsed root Node for the specified YAML document
* @see Figure 3.1. Processing
- * Overview
+ * Overview
*/
public Node compose(Reader yaml) {
Composer composer = new Composer(new ParserImpl(new StreamReader(yaml)), resolver);
@@ -480,9 +481,9 @@ public class Yaml {
* Add an implicit scalar detector. If an implicit scalar value matches the
* given regexp, the corresponding tag is assigned to the scalar.
*
- * @param tag tag to assign to the node
+ * @param tag tag to assign to the node
* @param regexp regular expression to match against
- * @param first a sequence of possible initial characters or null (which means any).
+ * @param first a sequence of possible initial characters or null (which means any).
*/
public void addImplicitResolver(Tag tag, Pattern regexp, String first) {
resolver.addImplicitResolver(tag, regexp, first);
@@ -545,7 +546,8 @@ public class Yaml {
private static class SilentEmitter implements Emitable {
- private List events = new ArrayList<>(100);
+
+ private final List events = new ArrayList<>(100);
public List getEvents() {
return events;
@@ -554,11 +556,13 @@ public class Yaml {
public void emit(Event event) throws IOException {
events.add(event);
}
+
}
private static class YamlIterable implements Iterable {
- private Iterator iterator;
+
+ private final Iterator iterator;
public YamlIterable(Iterator iterator) {
this.iterator = iterator;
@@ -567,11 +571,13 @@ public class Yaml {
public Iterator iterator() {
return iterator;
}
+
}
private static class NodeIterable implements Iterable {
- private Iterator iterator;
+
+ private final Iterator iterator;
public NodeIterable(Iterator iterator) {
this.iterator = iterator;
@@ -580,11 +586,13 @@ public class Yaml {
public Iterator iterator() {
return iterator;
}
+
}
private static class EventIterable implements Iterable {
- private Iterator iterator;
+
+ private final Iterator iterator;
public EventIterable(Iterator iterator) {
this.iterator = iterator;
@@ -593,6 +601,7 @@ public class Yaml {
public Iterator iterator() {
return iterator;
}
+
}
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/file/FileConfiguration.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/file/FileConfiguration.java
index 816060877..824da0713 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/file/FileConfiguration.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/file/FileConfiguration.java
@@ -107,12 +107,12 @@ public abstract class FileConfiguration extends MemoryConfiguration {
*
*
* @param file File to load from.
- * @throws java.io.FileNotFoundException Thrown when the given file cannot be
- * opened.
- * @throws java.io.IOException Thrown when the given file cannot be read.
+ * @throws java.io.FileNotFoundException Thrown when the given file cannot be
+ * opened.
+ * @throws java.io.IOException Thrown when the given file cannot be read.
* @throws InvalidConfigurationException Thrown when the given file is not
- * a valid Configuration.
- * @throws IllegalArgumentException Thrown when file is null.
+ * a valid Configuration.
+ * @throws IllegalArgumentException Thrown when file is null.
*/
public void load(File file) throws IOException, InvalidConfigurationException {
if (file == null) {
@@ -132,10 +132,10 @@ public abstract class FileConfiguration extends MemoryConfiguration {
* from the given stream.
*
* @param reader the reader to load from
- * @throws java.io.IOException thrown when underlying reader throws an IOException
+ * @throws java.io.IOException thrown when underlying reader throws an IOException
* @throws InvalidConfigurationException thrown when the reader does not
- * represent a valid Configuration
- * @throws IllegalArgumentException thrown when reader is null
+ * represent a valid Configuration
+ * @throws IllegalArgumentException thrown when reader is null
*/
public void load(Reader reader) throws IOException, InvalidConfigurationException {
@@ -164,12 +164,12 @@ public abstract class FileConfiguration extends MemoryConfiguration {
* thrown.
*
* @param file File to load from.
- * @throws java.io.FileNotFoundException Thrown when the given file cannot be
- * opened.
- * @throws java.io.IOException Thrown when the given file cannot be read.
+ * @throws java.io.FileNotFoundException Thrown when the given file cannot be
+ * opened.
+ * @throws java.io.IOException Thrown when the given file cannot be read.
* @throws InvalidConfigurationException Thrown when the given file is not
- * a valid Configuration.
- * @throws IllegalArgumentException Thrown when file is null.
+ * a valid Configuration.
+ * @throws IllegalArgumentException Thrown when file is null.
*/
public void load(String file) throws IOException, InvalidConfigurationException {
if (file == null) {
@@ -191,8 +191,8 @@ public abstract class FileConfiguration extends MemoryConfiguration {
*
* @param contents Contents of a Configuration to load.
* @throws InvalidConfigurationException Thrown if the specified string is
- * invalid.
- * @throws IllegalArgumentException Thrown if contents is null.
+ * invalid.
+ * @throws IllegalArgumentException Thrown if contents is null.
*/
public abstract void loadFromString(String contents) throws InvalidConfigurationException;
@@ -216,4 +216,5 @@ public abstract class FileConfiguration extends MemoryConfiguration {
return (FileConfigurationOptions) this.options;
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/file/FileConfigurationOptions.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/file/FileConfigurationOptions.java
index 8367abebd..2627b45ba 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/file/FileConfigurationOptions.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/file/FileConfigurationOptions.java
@@ -1,14 +1,15 @@
package com.fastasyncworldedit.core.configuration.file;
+import com.fastasyncworldedit.core.configuration.Configuration;
import com.fastasyncworldedit.core.configuration.MemoryConfiguration;
import com.fastasyncworldedit.core.configuration.MemoryConfigurationOptions;
-import com.fastasyncworldedit.core.configuration.Configuration;
/**
* Various settings for controlling the input and output of a {@link
* FileConfiguration}
*/
public class FileConfigurationOptions extends MemoryConfigurationOptions {
+
private String header = null;
private boolean copyHeader = true;
@@ -117,4 +118,5 @@ public class FileConfigurationOptions extends MemoryConfigurationOptions {
return this;
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/file/YamlConfiguration.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/file/YamlConfiguration.java
index 70c76c934..b1570963a 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/file/YamlConfiguration.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/file/YamlConfiguration.java
@@ -3,10 +3,10 @@ package com.fastasyncworldedit.core.configuration.file;
import com.fastasyncworldedit.core.configuration.Configuration;
import com.fastasyncworldedit.core.configuration.ConfigurationSection;
import com.fastasyncworldedit.core.configuration.InvalidConfigurationException;
+import com.fastasyncworldedit.core.configuration.Yaml;
import com.sk89q.worldedit.internal.util.LogManagerCompat;
import org.apache.logging.log4j.Logger;
import org.yaml.snakeyaml.DumperOptions;
-import com.fastasyncworldedit.core.configuration.Yaml;
import org.yaml.snakeyaml.error.YAMLException;
import org.yaml.snakeyaml.representer.Representer;
@@ -232,4 +232,5 @@ public class YamlConfiguration extends FileConfiguration {
return (YamlConfigurationOptions) options;
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/file/YamlConfigurationOptions.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/file/YamlConfigurationOptions.java
index 1451d5d84..b5372a172 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/file/YamlConfigurationOptions.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/file/YamlConfigurationOptions.java
@@ -4,6 +4,7 @@ package com.fastasyncworldedit.core.configuration.file;
* Various settings for controlling the input and output of a {@link YamlConfiguration}.
*/
public class YamlConfigurationOptions extends FileConfigurationOptions {
+
private int indent = 2;
protected YamlConfigurationOptions(final YamlConfiguration configuration) {
@@ -58,6 +59,7 @@ public class YamlConfigurationOptions extends FileConfigurationOptions {
*
* The minimum value this may be is 2, and the maximum is 9.
*
+ *
* @param value New indent
* @return This object, for chaining
*/
@@ -72,4 +74,5 @@ public class YamlConfigurationOptions extends FileConfigurationOptions {
indent = value;
return this;
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/file/YamlConstructor.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/file/YamlConstructor.java
index 92aa9c8ff..72fce11e9 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/file/YamlConstructor.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/file/YamlConstructor.java
@@ -16,6 +16,7 @@ public class YamlConstructor extends SafeConstructor {
}
private class ConstructCustomObject extends ConstructYamlMap {
+
@Override
public Object construct(final Node node) {
if (node.isTwoStepsConstruction()) {
@@ -44,5 +45,7 @@ public class YamlConstructor extends SafeConstructor {
public void construct2ndStep(final Node node, final Object object) {
throw new YAMLException("Unexpected referential mapping structure. Node: " + node);
}
+
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/file/YamlRepresenter.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/file/YamlRepresenter.java
index 26de3fb06..d784eb483 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/file/YamlRepresenter.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/file/YamlRepresenter.java
@@ -22,6 +22,7 @@ public class YamlRepresenter extends Representer {
public Node representData(Object data) {
return super.representData(((ConfigurationSection) data).getValues(false));
}
+
}
private class RepresentConfigurationSerializable extends RepresentMap {
@@ -30,10 +31,15 @@ public class YamlRepresenter extends Representer {
public Node representData(Object data) {
ConfigurationSerializable serializable = (ConfigurationSerializable) data;
Map values = new LinkedHashMap<>();
- values.put(ConfigurationSerialization.SERIALIZED_TYPE_KEY, ConfigurationSerialization.getAlias(serializable.getClass()));
+ values.put(
+ ConfigurationSerialization.SERIALIZED_TYPE_KEY,
+ ConfigurationSerialization.getAlias(serializable.getClass())
+ );
values.putAll(serializable.serialize());
return super.representData(values);
}
+
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/serialization/ConfigurationSerializable.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/serialization/ConfigurationSerializable.java
index 146d95cfd..f60c23d6a 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/serialization/ConfigurationSerializable.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/serialization/ConfigurationSerializable.java
@@ -32,4 +32,5 @@ public interface ConfigurationSerializable {
* @return Map containing the current state of this class
*/
Map serialize();
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/serialization/ConfigurationSerialization.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/serialization/ConfigurationSerialization.java
index b4b312d74..536a393d1 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/serialization/ConfigurationSerialization.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/serialization/ConfigurationSerialization.java
@@ -10,6 +10,7 @@ import java.lang.reflect.Method;
import java.lang.reflect.Modifier;
import java.util.HashMap;
import java.util.Map;
+
/**
* Utility class for storing and retrieving classes for {@link Configuration}.
*/
@@ -19,7 +20,7 @@ public class ConfigurationSerialization {
public static final String SERIALIZED_TYPE_KEY = "==";
private static final Map> aliases =
- new HashMap<>();
+ new HashMap<>();
private final Class extends ConfigurationSerializable> clazz;
protected ConfigurationSerialization(Class extends ConfigurationSerializable> clazz) {
@@ -41,7 +42,10 @@ public class ConfigurationSerialization {
* @param clazz Class to deserialize into
* @return New instance of the specified class
*/
- public static ConfigurationSerializable deserializeObject(Map args, Class extends ConfigurationSerializable> clazz) {
+ public static ConfigurationSerializable deserializeObject(
+ Map args,
+ Class extends ConfigurationSerializable> clazz
+ ) {
return new ConfigurationSerialization(clazz).deserialize(args);
}
@@ -199,26 +203,33 @@ public class ConfigurationSerialization {
ConfigurationSerializable result = (ConfigurationSerializable) method.invoke(null, args);
if (result == null) {
- LOGGER.error("Could not call method '" + method.toString() + "' of " + this.clazz + " for deserialization: method returned null");
+ LOGGER.error("Could not call method '" + method + "' of " + this.clazz + " for deserialization: method returned null");
} else {
return result;
}
} catch (Throwable ex) {
- LOGGER.error("Could not call method '" + method.toString() + "' of " + this.clazz
+ LOGGER.error(
+ "Could not call method '" + method.toString() + "' of " + this.clazz
+ " for deserialization",
- ex instanceof InvocationTargetException ? ex.getCause() : ex);
+ ex instanceof InvocationTargetException ? ex.getCause() : ex
+ );
}
return null;
}
- protected ConfigurationSerializable deserializeViaCtor(Constructor extends ConfigurationSerializable> ctor, Map args) {
+ protected ConfigurationSerializable deserializeViaCtor(
+ Constructor extends ConfigurationSerializable> ctor,
+ Map args
+ ) {
try {
return ctor.newInstance(args);
} catch (Throwable ex) {
- LOGGER.error("Could not call constructor '" + ctor.toString() + "' of " + this.clazz
+ LOGGER.error(
+ "Could not call constructor '" + ctor.toString() + "' of " + this.clazz
+ " for deserialization",
- ex instanceof InvocationTargetException ? ex.getCause() : ex);
+ ex instanceof InvocationTargetException ? ex.getCause() : ex
+ );
}
return null;
@@ -253,4 +264,5 @@ public class ConfigurationSerialization {
return result;
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/serialization/DelegateDeserialization.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/serialization/DelegateDeserialization.java
index 863e95b78..f3efc06e9 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/serialization/DelegateDeserialization.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/serialization/DelegateDeserialization.java
@@ -12,6 +12,7 @@ import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface DelegateDeserialization {
+
/**
* Which class should be used as a delegate for this classes
* deserialization
@@ -19,4 +20,5 @@ public @interface DelegateDeserialization {
* @return Delegate class
*/
Class extends ConfigurationSerializable> value();
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/serialization/SerializableAs.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/serialization/SerializableAs.java
index cfed0f477..b650ab3a7 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/serialization/SerializableAs.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/serialization/SerializableAs.java
@@ -22,6 +22,7 @@ import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface SerializableAs {
+
/**
* This is the name your class will be stored and retrieved as.
*
@@ -31,4 +32,5 @@ public @interface SerializableAs {
* @return Name to serialize the class as.
*/
String value();
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/database/RollbackDatabase.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/database/RollbackDatabase.java
index f7e11331c..209f93e3f 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/database/RollbackDatabase.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/database/RollbackDatabase.java
@@ -3,17 +3,17 @@ package com.fastasyncworldedit.core.database;
import com.fastasyncworldedit.core.Fawe;
import com.fastasyncworldedit.core.configuration.Settings;
import com.fastasyncworldedit.core.history.RollbackOptimizedHistory;
+import com.fastasyncworldedit.core.util.MainUtil;
import com.fastasyncworldedit.core.util.collection.YieldIterable;
import com.fastasyncworldedit.core.util.task.AsyncNotifyQueue;
-import com.fastasyncworldedit.core.util.MainUtil;
import com.sk89q.worldedit.internal.util.LogManagerCompat;
import com.sk89q.worldedit.math.BlockVector3;
import com.sk89q.worldedit.regions.CuboidRegion;
import com.sk89q.worldedit.world.World;
import org.apache.logging.log4j.Logger;
import org.intellij.lang.annotations.Language;
-import javax.annotation.Nonnull;
+import javax.annotation.Nonnull;
import java.io.File;
import java.io.IOException;
import java.nio.ByteBuffer;
@@ -71,7 +71,10 @@ public class RollbackDatabase extends AsyncNotifyQueue {
super((t, e) -> e.printStackTrace());
this.prefix = "";
this.world = world;
- this.dbLocation = MainUtil.getFile(Fawe.imp().getDirectory(), Settings.IMP.PATHS.HISTORY + File.separator + world.getName() + File.separator + "summary.db");
+ this.dbLocation = MainUtil.getFile(
+ Fawe.imp().getDirectory(),
+ Settings.IMP.PATHS.HISTORY + File.separator + world.getName() + File.separator + "summary.db"
+ );
connection = openConnection();
// update vars
@@ -100,7 +103,7 @@ public class RollbackDatabase extends AsyncNotifyQueue {
return ByteBuffer.allocate(16).putLong(uuid.getMostSignificantBits()).putLong(uuid.getLeastSignificantBits()).array();
}
- public Future init() {
+ public Future init() {
return call(() -> {
try (PreparedStatement stmt = connection.prepareStatement(createTable)) {
stmt.executeUpdate();
@@ -180,7 +183,14 @@ public class RollbackDatabase extends AsyncNotifyQueue {
return getEdits(null, 0, pos, pos, false, ascending);
}
- public Iterable> getEdits(UUID uuid, long minTime, BlockVector3 pos1, BlockVector3 pos2, boolean delete, boolean ascending) {
+ public Iterable> getEdits(
+ UUID uuid,
+ long minTime,
+ BlockVector3 pos1,
+ BlockVector3 pos2,
+ boolean delete,
+ boolean ascending
+ ) {
YieldIterable> yieldIterable = new YieldIterable<>();
Future future = call(() -> {
@@ -219,7 +229,11 @@ public class RollbackDatabase extends AsyncNotifyQueue {
stmt.setInt(5, pos2.getBlockZ());
stmt.setByte(6, (byte) (pos1.getBlockY() - 128));
stmt.setByte(7, (byte) (pos2.getBlockY() - 128));
- byte[] uuidBytes = ByteBuffer.allocate(16).putLong(uuid.getMostSignificantBits()).putLong(uuid.getLeastSignificantBits()).array();
+ byte[] uuidBytes = ByteBuffer
+ .allocate(16)
+ .putLong(uuid.getMostSignificantBits())
+ .putLong(uuid.getLeastSignificantBits())
+ .array();
stmt.setBytes(8, uuidBytes);
}
}
@@ -251,7 +265,7 @@ public class RollbackDatabase extends AsyncNotifyQueue {
}
RollbackOptimizedHistory[] copy = IntStream.range(0, size)
- .mapToObj(i -> historyChanges.poll()).toArray(RollbackOptimizedHistory[]::new);
+ .mapToObj(i -> historyChanges.poll()).toArray(RollbackOptimizedHistory[]::new);
try (PreparedStatement stmt = connection.prepareStatement(insertEdit)) {
// `player`,`id`,`time`,`x1`,`x2`,`z1`,`z2`,`y1`,`y2`,`command`,`size`) VALUES(?,?,?,?,?,?,?,?,?,?,?)"
@@ -381,4 +395,5 @@ public class RollbackDatabase extends AsyncNotifyQueue {
}
super.close();
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/entity/LazyBaseEntity.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/entity/LazyBaseEntity.java
index 4d510b713..3f0ca3f0c 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/entity/LazyBaseEntity.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/entity/LazyBaseEntity.java
@@ -6,11 +6,13 @@ import com.sk89q.jnbt.CompoundTag;
import com.sk89q.worldedit.entity.BaseEntity;
import com.sk89q.worldedit.world.entity.EntityType;
-import java.util.function.Supplier;
import javax.annotation.Nullable;
+import java.util.function.Supplier;
public class LazyBaseEntity extends BaseEntity {
+
private Supplier saveTag;
+
public LazyBaseEntity(EntityType type, Supplier saveTag) {
super(type);
this.saveTag = saveTag;
@@ -30,4 +32,5 @@ public class LazyBaseEntity extends BaseEntity {
}
return super.getNbtData();
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/entity/MapMetadatable.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/entity/MapMetadatable.java
index 6c0839ab3..3cfd9735c 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/entity/MapMetadatable.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/entity/MapMetadatable.java
@@ -1,7 +1,6 @@
package com.fastasyncworldedit.core.entity;
import javax.annotation.Nonnull;
-
import java.util.Map;
public interface MapMetadatable extends Metadatable {
@@ -62,4 +61,5 @@ public interface MapMetadatable extends Metadatable {
default V deleteMeta(String key) {
return (V) getRawMeta().remove(key);
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/entity/Metadatable.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/entity/Metadatable.java
index 88101bdaf..2526e2d12 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/entity/Metadatable.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/entity/Metadatable.java
@@ -35,14 +35,15 @@ public interface Metadatable {
* Gets the metadata value to which the specified key is mapped,
* or the default value if no metadata exists for the key.
*
- * @param key the key of the metadata value to retrieve
+ * @param key the key of the metadata value to retrieve
* @param defaultValue the value to return if there is no metadata for the given key
* @return the metadata value for the key, if present; else the default value
*/
@Nonnull
default V getMeta(String key, @Nonnull V defaultValue) {
V value = getMeta(key);
- return value == null ? defaultValue : value; }
+ return value == null ? defaultValue : value;
+ }
/**
* Deletes the given metadata key from object. Do not delete metadata set by another plugin
@@ -58,5 +59,7 @@ public interface Metadatable {
public static final String ANVIL_CLIPBOARD = "anvil-clipboard";
public static final String ROLLBACK = "rollback";
+
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/event/extent/ActorSaveClipboardEvent.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/event/extent/ActorSaveClipboardEvent.java
index 4507d9c75..b416edd30 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/event/extent/ActorSaveClipboardEvent.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/event/extent/ActorSaveClipboardEvent.java
@@ -8,6 +8,7 @@ import com.sk89q.worldedit.extent.clipboard.Clipboard;
import java.net.URI;
public class ActorSaveClipboardEvent extends Event implements Cancellable {
+
private final Actor actor;
private final Clipboard clipboard;
private final URI source;
@@ -46,4 +47,5 @@ public class ActorSaveClipboardEvent extends Event implements Cancellable {
public Actor getActor() {
return actor;
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/event/extent/PasteEvent.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/event/extent/PasteEvent.java
index c4928b587..de538f937 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/event/extent/PasteEvent.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/event/extent/PasteEvent.java
@@ -68,4 +68,5 @@ public class PasteEvent extends Event implements Cancellable {
PasteEvent clone = new PasteEvent(actor, clipboard, uri, extent, to);
return clone;
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/RichParser.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/RichParser.java
index 1bcb72b83..0dabf6d85 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/RichParser.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/RichParser.java
@@ -7,8 +7,8 @@ import com.sk89q.worldedit.extension.input.InputParseException;
import com.sk89q.worldedit.extension.input.ParserContext;
import com.sk89q.worldedit.internal.registry.InputParser;
import com.sk89q.worldedit.util.formatting.text.TextComponent;
-import javax.annotation.Nonnull;
+import javax.annotation.Nonnull;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
@@ -23,13 +23,14 @@ import java.util.stream.Stream;
* @param the parse result.
*/
public abstract class RichParser extends InputParser {
+
private final String[] prefixes;
/**
* Create a new rich parser with a defined prefix for the result, e.g. {@code #simplex}.
*
* @param worldEdit the worldedit instance.
- * @param aliases the prefix of this parser result.
+ * @param aliases the prefix of this parser result.
*/
protected RichParser(WorldEdit worldEdit, String... aliases) {
super(worldEdit);
@@ -147,4 +148,5 @@ public abstract class RichParser extends InputParser {
}
return arguments.toArray(new String[0]);
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/AdjacentMaskParser.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/AdjacentMaskParser.java
index 2ff5e8bff..750f8bd63 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/AdjacentMaskParser.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/AdjacentMaskParser.java
@@ -1,15 +1,15 @@
package com.fastasyncworldedit.core.extension.factory.parser.mask;
+import com.fastasyncworldedit.core.extension.factory.parser.RichParser;
import com.fastasyncworldedit.core.function.mask.AdjacentAnyMask;
import com.fastasyncworldedit.core.function.mask.AdjacentMask;
import com.sk89q.worldedit.WorldEdit;
import com.sk89q.worldedit.command.util.SuggestionHelper;
-import com.fastasyncworldedit.core.extension.factory.parser.RichParser;
import com.sk89q.worldedit.extension.input.InputParseException;
import com.sk89q.worldedit.extension.input.ParserContext;
import com.sk89q.worldedit.function.mask.Mask;
-import javax.annotation.Nonnull;
+import javax.annotation.Nonnull;
import java.util.stream.Stream;
public class AdjacentMaskParser extends RichParser {
@@ -47,4 +47,5 @@ public class AdjacentMaskParser extends RichParser {
}
return new AdjacentMask(subMask, min, max);
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/AngleMaskParser.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/AngleMaskParser.java
index 615397471..895afbec6 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/AngleMaskParser.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/AngleMaskParser.java
@@ -1,16 +1,16 @@
package com.fastasyncworldedit.core.extension.factory.parser.mask;
import com.fastasyncworldedit.core.configuration.Caption;
+import com.fastasyncworldedit.core.extension.factory.parser.RichParser;
import com.fastasyncworldedit.core.function.mask.AngleMask;
import com.sk89q.worldedit.WorldEdit;
import com.sk89q.worldedit.command.util.SuggestionHelper;
-import com.fastasyncworldedit.core.extension.factory.parser.RichParser;
import com.sk89q.worldedit.extension.input.InputParseException;
import com.sk89q.worldedit.extension.input.ParserContext;
import com.sk89q.worldedit.function.mask.Mask;
import com.sk89q.worldedit.util.formatting.text.TextComponent;
-import javax.annotation.Nonnull;
+import javax.annotation.Nonnull;
import java.util.stream.Stream;
public class AngleMaskParser extends RichParser {
@@ -49,8 +49,10 @@ public class AngleMaskParser extends RichParser {
if (flag.equals("-o")) {
overlay = true;
} else {
- throw new InputParseException(Caption.of("fawe.error.invalid-flag",
- TextComponent.of(flag)));
+ throw new InputParseException(Caption.of(
+ "fawe.error.invalid-flag",
+ TextComponent.of(flag)
+ ));
}
}
}
@@ -68,4 +70,5 @@ public class AngleMaskParser extends RichParser {
return new AngleMask(context.getExtent(), min, max, overlay, 1);
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/ExtremaMaskParser.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/ExtremaMaskParser.java
index 92325d02a..a875ec802 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/ExtremaMaskParser.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/ExtremaMaskParser.java
@@ -1,16 +1,16 @@
package com.fastasyncworldedit.core.extension.factory.parser.mask;
import com.fastasyncworldedit.core.configuration.Caption;
+import com.fastasyncworldedit.core.extension.factory.parser.RichParser;
import com.fastasyncworldedit.core.function.mask.ExtremaMask;
import com.sk89q.worldedit.WorldEdit;
import com.sk89q.worldedit.command.util.SuggestionHelper;
-import com.fastasyncworldedit.core.extension.factory.parser.RichParser;
import com.sk89q.worldedit.extension.input.InputParseException;
import com.sk89q.worldedit.extension.input.ParserContext;
import com.sk89q.worldedit.function.mask.Mask;
import com.sk89q.worldedit.util.formatting.text.TextComponent;
-import javax.annotation.Nonnull;
+import javax.annotation.Nonnull;
import java.util.stream.Stream;
public class ExtremaMaskParser extends RichParser {
@@ -51,8 +51,10 @@ public class ExtremaMaskParser extends RichParser {
if (flag.equals("-o")) {
overlay = true;
} else {
- throw new InputParseException(Caption.of("fawe.error.invalid-flag",
- TextComponent.of(flag)));
+ throw new InputParseException(Caption.of(
+ "fawe.error.invalid-flag",
+ TextComponent.of(flag)
+ ));
}
}
}
@@ -68,4 +70,5 @@ public class ExtremaMaskParser extends RichParser {
return new ExtremaMask(context.getExtent(), min, max, overlay, 4);
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/FalseMaskParser.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/FalseMaskParser.java
index 64e8780d9..6cd24c916 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/FalseMaskParser.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/FalseMaskParser.java
@@ -26,4 +26,5 @@ public class FalseMaskParser extends SimpleInputParser {
public Mask parseFromSimpleInput(String input, ParserContext context) {
return Masks.alwaysFalse();
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/LiquidMaskParser.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/LiquidMaskParser.java
index fcf54ae93..782b2dd9e 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/LiquidMaskParser.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/LiquidMaskParser.java
@@ -26,4 +26,5 @@ public class LiquidMaskParser extends SimpleInputParser {
public Mask parseFromSimpleInput(String input, ParserContext context) {
return new LiquidMask(context.getExtent());
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/ROCAngleMaskParser.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/ROCAngleMaskParser.java
index 88ed881db..dff4e8f32 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/ROCAngleMaskParser.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/ROCAngleMaskParser.java
@@ -1,16 +1,16 @@
package com.fastasyncworldedit.core.extension.factory.parser.mask;
import com.fastasyncworldedit.core.configuration.Caption;
+import com.fastasyncworldedit.core.extension.factory.parser.RichParser;
import com.fastasyncworldedit.core.function.mask.ROCAngleMask;
import com.sk89q.worldedit.WorldEdit;
import com.sk89q.worldedit.command.util.SuggestionHelper;
-import com.fastasyncworldedit.core.extension.factory.parser.RichParser;
import com.sk89q.worldedit.extension.input.InputParseException;
import com.sk89q.worldedit.extension.input.ParserContext;
import com.sk89q.worldedit.function.mask.Mask;
import com.sk89q.worldedit.util.formatting.text.TextComponent;
-import javax.annotation.Nonnull;
+import javax.annotation.Nonnull;
import java.util.stream.Stream;
public class ROCAngleMaskParser extends RichParser {
@@ -51,8 +51,10 @@ public class ROCAngleMaskParser extends RichParser {
if (flag.equals("-o")) {
overlay = true;
} else {
- throw new InputParseException(Caption.of("fawe.error.invalid-flag",
- TextComponent.of(flag)));
+ throw new InputParseException(Caption.of(
+ "fawe.error.invalid-flag",
+ TextComponent.of(flag)
+ ));
}
}
}
@@ -68,4 +70,5 @@ public class ROCAngleMaskParser extends RichParser {
return new ROCAngleMask(context.getExtent(), min, max, overlay, 4);
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/RadiusMaskParser.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/RadiusMaskParser.java
index d9bca165a..efbb3ad72 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/RadiusMaskParser.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/RadiusMaskParser.java
@@ -1,14 +1,14 @@
package com.fastasyncworldedit.core.extension.factory.parser.mask;
+import com.fastasyncworldedit.core.extension.factory.parser.RichParser;
import com.fastasyncworldedit.core.function.mask.RadiusMask;
import com.sk89q.worldedit.WorldEdit;
import com.sk89q.worldedit.command.util.SuggestionHelper;
-import com.fastasyncworldedit.core.extension.factory.parser.RichParser;
import com.sk89q.worldedit.extension.input.InputParseException;
import com.sk89q.worldedit.extension.input.ParserContext;
import com.sk89q.worldedit.function.mask.Mask;
-import javax.annotation.Nonnull;
+import javax.annotation.Nonnull;
import java.util.stream.Stream;
public class RadiusMaskParser extends RichParser {
@@ -34,4 +34,5 @@ public class RadiusMaskParser extends RichParser {
int max = Integer.parseInt(arguments[1]);
return new RadiusMask(min, max);
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/RichOffsetMaskParser.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/RichOffsetMaskParser.java
index 90b329b0d..30c8f4ead 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/RichOffsetMaskParser.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/RichOffsetMaskParser.java
@@ -1,8 +1,8 @@
package com.fastasyncworldedit.core.extension.factory.parser.mask;
+import com.fastasyncworldedit.core.extension.factory.parser.RichParser;
import com.sk89q.worldedit.WorldEdit;
import com.sk89q.worldedit.command.util.SuggestionHelper;
-import com.fastasyncworldedit.core.extension.factory.parser.RichParser;
import com.sk89q.worldedit.extension.input.InputParseException;
import com.sk89q.worldedit.extension.input.ParserContext;
import com.sk89q.worldedit.function.mask.Mask;
@@ -10,8 +10,8 @@ import com.sk89q.worldedit.function.mask.MaskIntersection;
import com.sk89q.worldedit.function.mask.Masks;
import com.sk89q.worldedit.function.mask.OffsetMask;
import com.sk89q.worldedit.math.BlockVector3;
-import javax.annotation.Nonnull;
+import javax.annotation.Nonnull;
import java.util.stream.Stream;
public class RichOffsetMaskParser extends RichParser {
@@ -48,4 +48,5 @@ public class RichOffsetMaskParser extends RichParser {
OffsetMask offsetMask = new OffsetMask(submask, BlockVector3.at(x, y, z));
return new MaskIntersection(offsetMask, Masks.negate(submask));
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/SimplexMaskParser.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/SimplexMaskParser.java
index f9c7f5cbf..4674057b2 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/SimplexMaskParser.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/SimplexMaskParser.java
@@ -1,17 +1,18 @@
package com.fastasyncworldedit.core.extension.factory.parser.mask;
+import com.fastasyncworldedit.core.extension.factory.parser.RichParser;
import com.fastasyncworldedit.core.function.mask.SimplexMask;
import com.sk89q.worldedit.WorldEdit;
import com.sk89q.worldedit.command.util.SuggestionHelper;
-import com.fastasyncworldedit.core.extension.factory.parser.RichParser;
import com.sk89q.worldedit.extension.input.InputParseException;
import com.sk89q.worldedit.extension.input.ParserContext;
import com.sk89q.worldedit.function.mask.Mask;
-import javax.annotation.Nonnull;
+import javax.annotation.Nonnull;
import java.util.stream.Stream;
public class SimplexMaskParser extends RichParser {
+
private static final String SIMPLEX_PREFIX = "#simplex";
public SimplexMaskParser(WorldEdit worldEdit) {
@@ -39,4 +40,5 @@ public class SimplexMaskParser extends RichParser {
max = (max - 50d) / 50d;
return new SimplexMask(scale, min, max);
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/SurfaceMaskParser.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/SurfaceMaskParser.java
index ad8a2b9d1..c21ece965 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/SurfaceMaskParser.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/SurfaceMaskParser.java
@@ -27,4 +27,5 @@ public class SurfaceMaskParser extends SimpleInputParser {
public Mask parseFromSimpleInput(String input, ParserContext context) throws InputParseException {
return new SurfaceMask(context.getExtent());
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/TrueMaskParser.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/TrueMaskParser.java
index 17a5da720..5e99fbe89 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/TrueMaskParser.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/TrueMaskParser.java
@@ -26,4 +26,5 @@ public class TrueMaskParser extends SimpleInputParser {
public Mask parseFromSimpleInput(String input, ParserContext context) {
return Masks.alwaysTrue();
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/WallMaskParser.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/WallMaskParser.java
index 7c81b996f..0142213e9 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/WallMaskParser.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/WallMaskParser.java
@@ -29,6 +29,10 @@ public class WallMaskParser extends SimpleInputParser {
@Override
public Mask parseFromSimpleInput(String input, ParserContext context) throws InputParseException {
- return new MaskIntersection(new ExistingBlockMask(context.getExtent()), new WallMask(new BlockMask(context.getExtent(), BlockTypes.AIR.getDefaultState().toBaseBlock()), 1, 8));
+ return new MaskIntersection(
+ new ExistingBlockMask(context.getExtent()),
+ new WallMask(new BlockMask(context.getExtent(), BlockTypes.AIR.getDefaultState().toBaseBlock()), 1, 8)
+ );
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/XAxisMaskParser.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/XAxisMaskParser.java
index a2a9b04d8..a291f7c6f 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/XAxisMaskParser.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/XAxisMaskParser.java
@@ -26,4 +26,5 @@ public class XAxisMaskParser extends SimpleInputParser {
public Mask parseFromSimpleInput(String input, ParserContext context) {
return new XAxisMask(context.getExtent());
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/YAxisMaskParser.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/YAxisMaskParser.java
index d37fbbe4a..8c4b38073 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/YAxisMaskParser.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/YAxisMaskParser.java
@@ -26,4 +26,5 @@ public class YAxisMaskParser extends SimpleInputParser {
public Mask parseFromSimpleInput(String input, ParserContext context) {
return new YAxisMask(context.getExtent());
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/ZAxisMaskParser.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/ZAxisMaskParser.java
index 015a5ff9d..ae6d0efef 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/ZAxisMaskParser.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/mask/ZAxisMaskParser.java
@@ -26,4 +26,5 @@ public class ZAxisMaskParser extends SimpleInputParser {
public Mask parseFromSimpleInput(String input, ParserContext context) {
return new ZAxisMask();
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/BiomePatternParser.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/BiomePatternParser.java
index d1dbeb40f..49ca52ab7 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/BiomePatternParser.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/BiomePatternParser.java
@@ -1,9 +1,9 @@
package com.fastasyncworldedit.core.extension.factory.parser.pattern;
import com.fastasyncworldedit.core.configuration.Caption;
+import com.fastasyncworldedit.core.extension.factory.parser.RichParser;
import com.fastasyncworldedit.core.function.pattern.BiomeApplyingPattern;
import com.sk89q.worldedit.WorldEdit;
-import com.fastasyncworldedit.core.extension.factory.parser.RichParser;
import com.sk89q.worldedit.extension.input.InputParseException;
import com.sk89q.worldedit.extension.input.NoMatchException;
import com.sk89q.worldedit.extension.input.ParserContext;
@@ -11,11 +11,12 @@ import com.sk89q.worldedit.function.pattern.Pattern;
import com.sk89q.worldedit.util.formatting.text.TextComponent;
import com.sk89q.worldedit.world.biome.BiomeType;
import com.sk89q.worldedit.world.biome.BiomeTypes;
-import javax.annotation.Nonnull;
+import javax.annotation.Nonnull;
import java.util.stream.Stream;
public class BiomePatternParser extends RichParser {
+
private final static String BIOME_PREFIX = "$";
/**
@@ -71,4 +72,5 @@ public class BiomePatternParser extends RichParser {
}
return new BiomeApplyingPattern(context.requireExtent(), biomeType);
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/BufferedPatternParser.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/BufferedPatternParser.java
index 24e71b9b0..fe62b5d67 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/BufferedPatternParser.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/BufferedPatternParser.java
@@ -1,15 +1,15 @@
package com.fastasyncworldedit.core.extension.factory.parser.pattern;
import com.fastasyncworldedit.core.configuration.Caption;
+import com.fastasyncworldedit.core.extension.factory.parser.RichParser;
import com.fastasyncworldedit.core.function.pattern.BufferedPattern;
import com.sk89q.worldedit.WorldEdit;
-import com.fastasyncworldedit.core.extension.factory.parser.RichParser;
import com.sk89q.worldedit.extension.input.InputParseException;
import com.sk89q.worldedit.extension.input.ParserContext;
import com.sk89q.worldedit.function.pattern.Pattern;
import com.sk89q.worldedit.util.formatting.text.TextComponent;
-import javax.annotation.Nonnull;
+import javax.annotation.Nonnull;
import java.util.stream.Stream;
public class BufferedPatternParser extends RichParser {
@@ -34,10 +34,13 @@ public class BufferedPatternParser extends RichParser {
@Override
protected Pattern parseFromInput(@Nonnull String[] arguments, ParserContext context) throws InputParseException {
if (arguments.length != 1) {
- throw new InputParseException(Caption.of("fawe.error.command.syntax",
- TextComponent.of(getPrefix() + "[pattern] (e.g. " + getPrefix() + "[stone,dirt])")));
+ throw new InputParseException(Caption.of(
+ "fawe.error.command.syntax",
+ TextComponent.of(getPrefix() + "[pattern] (e.g. " + getPrefix() + "[stone,dirt])")
+ ));
}
Pattern inner = this.worldEdit.getPatternFactory().parseFromInput(arguments[0], context);
return new BufferedPattern(context.requireActor(), inner);
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/ExistingPatternParser.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/ExistingPatternParser.java
index c1c6d618b..f77bdd287 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/ExistingPatternParser.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/ExistingPatternParser.java
@@ -11,6 +11,7 @@ import java.util.Collections;
import java.util.List;
public class ExistingPatternParser extends SimpleInputParser {
+
private final List aliases = Collections.singletonList("#existing");
public ExistingPatternParser(WorldEdit worldEdit) {
@@ -26,4 +27,5 @@ public class ExistingPatternParser extends SimpleInputParser {
public Pattern parseFromSimpleInput(String input, ParserContext context) throws InputParseException {
return new ExistingPattern(context.requireExtent());
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/Linear2DPatternParser.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/Linear2DPatternParser.java
index ebd0c4827..de3e725d4 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/Linear2DPatternParser.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/Linear2DPatternParser.java
@@ -1,19 +1,19 @@
package com.fastasyncworldedit.core.extension.factory.parser.pattern;
import com.fastasyncworldedit.core.configuration.Caption;
+import com.fastasyncworldedit.core.extension.factory.parser.RichParser;
import com.fastasyncworldedit.core.function.pattern.Linear2DBlockPattern;
import com.google.common.base.Preconditions;
import com.sk89q.worldedit.WorldEdit;
import com.sk89q.worldedit.command.util.SuggestionHelper;
-import com.fastasyncworldedit.core.extension.factory.parser.RichParser;
import com.sk89q.worldedit.extension.input.InputParseException;
import com.sk89q.worldedit.extension.input.ParserContext;
import com.sk89q.worldedit.function.pattern.Pattern;
import com.sk89q.worldedit.function.pattern.RandomPattern;
import com.sk89q.worldedit.util.formatting.text.TextComponent;
import com.sk89q.worldedit.world.block.BlockStateHolder;
-import javax.annotation.Nonnull;
+import javax.annotation.Nonnull;
import java.util.Set;
import java.util.stream.Stream;
@@ -44,8 +44,10 @@ public class Linear2DPatternParser extends RichParser {
@Override
protected Pattern parseFromInput(@Nonnull String[] arguments, ParserContext context) throws InputParseException {
if (arguments.length == 0 || arguments.length > 3) {
- throw new InputParseException(Caption.of("fawe.error.command.syntax",
- TextComponent.of(getPrefix() + "[pattern] (e.g. " + getPrefix() + "[stone,dirt])")));
+ throw new InputParseException(Caption.of(
+ "fawe.error.command.syntax",
+ TextComponent.of(getPrefix() + "[pattern] (e.g. " + getPrefix() + "[stone,dirt])")
+ ));
}
Pattern inner = this.worldEdit.getPatternFactory().parseFromInput(arguments[0], context);
if (inner instanceof BlockStateHolder) {
@@ -68,4 +70,5 @@ public class Linear2DPatternParser extends RichParser {
throw new InputParseException(TextComponent.of("Pattern " + inner.getClass().getSimpleName()
+ " cannot be used with " + getPrefix()));
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/Linear3DPatternParser.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/Linear3DPatternParser.java
index 93cf2d11f..859afdafc 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/Linear3DPatternParser.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/Linear3DPatternParser.java
@@ -1,19 +1,19 @@
package com.fastasyncworldedit.core.extension.factory.parser.pattern;
import com.fastasyncworldedit.core.configuration.Caption;
+import com.fastasyncworldedit.core.extension.factory.parser.RichParser;
import com.fastasyncworldedit.core.function.pattern.Linear3DBlockPattern;
import com.google.common.base.Preconditions;
import com.sk89q.worldedit.WorldEdit;
import com.sk89q.worldedit.command.util.SuggestionHelper;
-import com.fastasyncworldedit.core.extension.factory.parser.RichParser;
import com.sk89q.worldedit.extension.input.InputParseException;
import com.sk89q.worldedit.extension.input.ParserContext;
import com.sk89q.worldedit.function.pattern.Pattern;
import com.sk89q.worldedit.function.pattern.RandomPattern;
import com.sk89q.worldedit.util.formatting.text.TextComponent;
import com.sk89q.worldedit.world.block.BlockStateHolder;
-import javax.annotation.Nonnull;
+import javax.annotation.Nonnull;
import java.util.Set;
import java.util.stream.Stream;
@@ -45,8 +45,10 @@ public class Linear3DPatternParser extends RichParser {
@Override
protected Pattern parseFromInput(@Nonnull String[] arguments, ParserContext context) throws InputParseException {
if (arguments.length == 0 || arguments.length > 4) {
- throw new InputParseException(Caption.of("fawe.error.command.syntax",
- TextComponent.of(getPrefix() + "[pattern] (e.g. " + getPrefix() + "[stone,dirt])")));
+ throw new InputParseException(Caption.of(
+ "fawe.error.command.syntax",
+ TextComponent.of(getPrefix() + "[pattern] (e.g. " + getPrefix() + "[stone,dirt])")
+ ));
}
Pattern inner = this.worldEdit.getPatternFactory().parseFromInput(arguments[0], context);
if (inner instanceof BlockStateHolder) {
@@ -69,9 +71,10 @@ public class Linear3DPatternParser extends RichParser {
}
if (inner instanceof RandomPattern) {
Set patterns = ((RandomPattern) inner).getPatterns();
- return new Linear3DBlockPattern(patterns.toArray(new Pattern[0]), xScale, yScale,zScale);
+ return new Linear3DBlockPattern(patterns.toArray(new Pattern[0]), xScale, yScale, zScale);
}
throw new InputParseException(TextComponent.of("Pattern " + inner.getClass().getSimpleName()
+ " cannot be used with " + getPrefix()));
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/NoisePatternParser.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/NoisePatternParser.java
index c281b560a..37ad97417 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/NoisePatternParser.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/NoisePatternParser.java
@@ -1,10 +1,10 @@
package com.fastasyncworldedit.core.extension.factory.parser.pattern;
import com.fastasyncworldedit.core.configuration.Caption;
+import com.fastasyncworldedit.core.extension.factory.parser.RichParser;
import com.fastasyncworldedit.core.math.random.NoiseRandom;
import com.sk89q.worldedit.WorldEdit;
import com.sk89q.worldedit.command.util.SuggestionHelper;
-import com.fastasyncworldedit.core.extension.factory.parser.RichParser;
import com.sk89q.worldedit.extension.input.InputParseException;
import com.sk89q.worldedit.extension.input.ParserContext;
import com.sk89q.worldedit.function.pattern.Pattern;
@@ -12,8 +12,8 @@ import com.sk89q.worldedit.function.pattern.RandomPattern;
import com.sk89q.worldedit.math.noise.NoiseGenerator;
import com.sk89q.worldedit.util.formatting.text.TextComponent;
import com.sk89q.worldedit.world.block.BlockStateHolder;
-import javax.annotation.Nonnull;
+import javax.annotation.Nonnull;
import java.util.function.Supplier;
import java.util.stream.Stream;
@@ -49,8 +49,10 @@ public abstract class NoisePatternParser extends RichParser {
@Override
protected Pattern parseFromInput(@Nonnull String[] arguments, ParserContext context) {
if (arguments.length != 2) {
- throw new InputParseException(Caption.of("fawe.error.command.syntax",
- TextComponent.of(getPrefix() + "[scale][pattern] (e.g. " + getPrefix() + "[5][dirt,stone])")));
+ throw new InputParseException(Caption.of(
+ "fawe.error.command.syntax",
+ TextComponent.of(getPrefix() + "[scale][pattern] (e.g. " + getPrefix() + "[5][dirt,stone])")
+ ));
}
double scale = parseScale(arguments[0]);
Pattern inner = worldEdit.getPatternFactory().parseFromInput(arguments[1], context);
@@ -74,4 +76,5 @@ public abstract class NoisePatternParser extends RichParser {
double scale = Double.parseDouble(argument);
return 1d / Math.max(1, scale);
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/PerlinPatternParser.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/PerlinPatternParser.java
index 8bd9e2987..eec0e5aed 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/PerlinPatternParser.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/PerlinPatternParser.java
@@ -4,6 +4,7 @@ import com.sk89q.worldedit.WorldEdit;
import com.sk89q.worldedit.math.noise.PerlinNoise;
public class PerlinPatternParser extends NoisePatternParser {
+
private static final String PERLIN_NAME = "perlin";
/**
@@ -14,4 +15,5 @@ public class PerlinPatternParser extends NoisePatternParser {
public PerlinPatternParser(WorldEdit worldEdit) {
super(worldEdit, PERLIN_NAME, PerlinNoise::new);
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/RandomPatternParser.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/RandomPatternParser.java
index 16ace2476..6908f49e7 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/RandomPatternParser.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/RandomPatternParser.java
@@ -62,7 +62,10 @@ public class RandomPatternParser extends InputParser {
String[] p = token.split("%", 2);
if (p.length < 2) {
- throw new InputParseException(Caption.of("worldedit.error.parser.missing-random-type", TextComponent.of(input)));
+ throw new InputParseException(Caption.of(
+ "worldedit.error.parser.missing-random-type",
+ TextComponent.of(input)
+ ));
} else {
chance = Double.parseDouble(p[0]);
innerPattern = worldEdit.getPatternFactory().parseFromInput(p[1], context);
@@ -77,4 +80,5 @@ public class RandomPatternParser extends InputParser {
return randomPattern;
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/RidgedMultiFractalPatternParser.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/RidgedMultiFractalPatternParser.java
index 1ac5fa62e..b091aa728 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/RidgedMultiFractalPatternParser.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/RidgedMultiFractalPatternParser.java
@@ -15,4 +15,5 @@ public class RidgedMultiFractalPatternParser extends NoisePatternParser {
public RidgedMultiFractalPatternParser(WorldEdit worldEdit) {
super(worldEdit, RIDGED_MULTI_FRACTAL_NAME, RidgedMultiFractalNoise::new);
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/SimplexPatternParser.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/SimplexPatternParser.java
index 1f5fe17c1..6bf4dd123 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/SimplexPatternParser.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/SimplexPatternParser.java
@@ -1,12 +1,14 @@
package com.fastasyncworldedit.core.extension.factory.parser.pattern;
-import com.sk89q.worldedit.WorldEdit;
import com.fastasyncworldedit.core.math.random.SimplexNoiseGenerator;
+import com.sk89q.worldedit.WorldEdit;
public class SimplexPatternParser extends NoisePatternParser {
+
private static final String SIMPLEX_NAME = "simplex";
public SimplexPatternParser(WorldEdit worldEdit) {
super(worldEdit, SIMPLEX_NAME, SimplexNoiseGenerator::new);
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/VoronoiPatternParser.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/VoronoiPatternParser.java
index 9cc3b185d..f642e3c85 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/VoronoiPatternParser.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/factory/parser/pattern/VoronoiPatternParser.java
@@ -15,4 +15,5 @@ public class VoronoiPatternParser extends NoisePatternParser {
public VoronoiPatternParser(WorldEdit worldEdit) {
super(worldEdit, VORONOI_NAME, VoronoiNoise::new);
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/platform/binding/Binding.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/platform/binding/Binding.java
index c40c6aabe..83c4904c9 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/platform/binding/Binding.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/platform/binding/Binding.java
@@ -5,5 +5,7 @@ import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.RUNTIME)
public @interface Binding {
+
String value() default "";
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/platform/binding/Bindings.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/platform/binding/Bindings.java
index c383cc82d..bd0120354 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/platform/binding/Bindings.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/platform/binding/Bindings.java
@@ -53,7 +53,7 @@ public class Bindings {
// Get the key
Class> ret = method.getReturnType();
Key key;
- if ( annotations.length == 1) {
+ if (annotations.length == 1) {
key = Key.of(ret);
} else if (annotations.length == 2) {
Annotation annotation = annotations[0] == binding ? annotations[1] : annotations[0];
@@ -112,7 +112,12 @@ public class Bindings {
return true;
}
- private Object invoke(String arg, Function[] argsFunc, InjectedValueAccess access, Method method) {
+ private Object invoke(
+ String arg,
+ Function[] argsFunc,
+ InjectedValueAccess access,
+ Method method
+ ) {
try {
Object[] args = new Object[argsFunc.length];
for (int i = 0; i < argsFunc.length; i++) {
@@ -132,4 +137,5 @@ public class Bindings {
return null;
}
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/platform/binding/CommandBindings.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/platform/binding/CommandBindings.java
index fa359fb48..364cef5e5 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/platform/binding/CommandBindings.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/platform/binding/CommandBindings.java
@@ -7,4 +7,5 @@ public class CommandBindings extends Bindings {
public CommandBindings(WorldEdit worldEdit) {
super(worldEdit);
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/platform/binding/ConsumeBindings.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/platform/binding/ConsumeBindings.java
index bf13f657b..322c41caa 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/platform/binding/ConsumeBindings.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/platform/binding/ConsumeBindings.java
@@ -6,6 +6,7 @@ import com.fastasyncworldedit.core.util.MainUtil;
import com.fastasyncworldedit.core.util.image.ImageUtil;
import com.sk89q.worldedit.WorldEdit;
import com.sk89q.worldedit.command.util.annotation.Confirm;
+import com.sk89q.worldedit.command.util.annotation.Time;
import com.sk89q.worldedit.entity.Entity;
import com.sk89q.worldedit.extension.input.InputParseException;
import com.sk89q.worldedit.extension.input.NoMatchException;
@@ -14,7 +15,6 @@ import com.sk89q.worldedit.extension.platform.Actor;
import com.sk89q.worldedit.extension.platform.PlatformCommandManager;
import com.sk89q.worldedit.extent.Extent;
import com.sk89q.worldedit.internal.annotation.Selection;
-import com.sk89q.worldedit.command.util.annotation.Time;
import com.sk89q.worldedit.internal.expression.Expression;
import com.sk89q.worldedit.math.BlockVector2;
import com.sk89q.worldedit.math.BlockVector3;
@@ -31,6 +31,7 @@ import org.enginehub.piston.inject.InjectedValueAccess;
import java.util.UUID;
public class ConsumeBindings extends Bindings {
+
private final PlatformCommandManager manager;
public ConsumeBindings(WorldEdit worldEdit, PlatformCommandManager manager) {
@@ -158,4 +159,5 @@ public class ConsumeBindings extends Bindings {
throw new InputParseException(Caption.of(e.getMessage()));
}
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/platform/binding/PrimitiveBindings.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/platform/binding/PrimitiveBindings.java
index 8d4859bbc..8a39813dd 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/platform/binding/PrimitiveBindings.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/platform/binding/PrimitiveBindings.java
@@ -12,10 +12,11 @@ import com.sk89q.worldedit.math.Vector2;
import com.sk89q.worldedit.math.Vector3;
import com.sk89q.worldedit.util.formatting.text.TextComponent;
-import java.util.Locale;
import javax.annotation.Nullable;
+import java.util.Locale;
public class PrimitiveBindings extends Bindings {
+
public PrimitiveBindings(WorldEdit worldEdit) {
super(worldEdit);
}
@@ -242,4 +243,5 @@ public class PrimitiveBindings extends Bindings {
}
}
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/platform/binding/ProvideBindings.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/platform/binding/ProvideBindings.java
index 009658dbd..027d01ebd 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/platform/binding/ProvideBindings.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/platform/binding/ProvideBindings.java
@@ -10,11 +10,11 @@ import com.sk89q.worldedit.EditSession;
import com.sk89q.worldedit.LocalSession;
import com.sk89q.worldedit.WorldEdit;
import com.sk89q.worldedit.command.argument.Arguments;
+import com.sk89q.worldedit.command.util.annotation.AllowedRegion;
import com.sk89q.worldedit.entity.Player;
import com.sk89q.worldedit.extension.input.InputParseException;
import com.sk89q.worldedit.extension.platform.Actor;
import com.sk89q.worldedit.extent.Extent;
-import com.sk89q.worldedit.command.util.annotation.AllowedRegion;
import com.sk89q.worldedit.internal.annotation.Selection;
import com.sk89q.worldedit.regions.Region;
import com.sk89q.worldedit.session.request.Request;
@@ -29,6 +29,7 @@ import java.net.URI;
import java.util.Optional;
public class ProvideBindings extends Bindings {
+
public ProvideBindings(WorldEdit worldEdit) {
super(worldEdit);
}
@@ -96,6 +97,7 @@ public class ProvideBindings extends Bindings {
}
public static class ImageUri {
+
public final URI uri;
private BufferedImage image;
@@ -109,6 +111,7 @@ public class ProvideBindings extends Bindings {
}
return image = ImageUtil.load(uri);
}
+
}
@Binding
@@ -129,4 +132,5 @@ public class ProvideBindings extends Bindings {
}
return editSession;
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/BlockTranslateExtent.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/BlockTranslateExtent.java
index 977d8c19e..71b56c87a 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/BlockTranslateExtent.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/BlockTranslateExtent.java
@@ -1,20 +1,21 @@
package com.fastasyncworldedit.core.extent;
+import com.fastasyncworldedit.core.math.MutableBlockVector3;
import com.sk89q.worldedit.WorldEditException;
import com.sk89q.worldedit.extent.AbstractDelegateExtent;
import com.sk89q.worldedit.extent.Extent;
import com.sk89q.worldedit.math.BlockVector3;
-import com.fastasyncworldedit.core.math.MutableBlockVector3;
import com.sk89q.worldedit.world.biome.BiomeType;
import com.sk89q.worldedit.world.block.BaseBlock;
import com.sk89q.worldedit.world.block.BlockState;
import com.sk89q.worldedit.world.block.BlockStateHolder;
public class BlockTranslateExtent extends AbstractDelegateExtent {
+
private final int dx;
private final int dy;
private final int dz;
- private MutableBlockVector3 mutable = new MutableBlockVector3();
+ private final MutableBlockVector3 mutable = new MutableBlockVector3();
public BlockTranslateExtent(Extent extent, int dx, int dy, int dz) {
super(extent);
@@ -65,4 +66,5 @@ public class BlockTranslateExtent extends AbstractDelegateExtent {
public BaseBlock getFullBlock(BlockVector3 pos) {
return super.getFullBlock(pos.add(dx, dy, dz));
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/ExtentHeightCacher.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/ExtentHeightCacher.java
index a2b98d4be..647df1ae5 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/ExtentHeightCacher.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/ExtentHeightCacher.java
@@ -46,8 +46,9 @@ public class ExtentHeightCacher extends PassthroughExtent {
int result = cacheHeights[index] & 0xFF;
if (result == 0) {
cacheHeights[index] = (byte) (result = lastY = super
- .getNearestSurfaceTerrainBlock(x, z, lastY, minY, maxY));
+ .getNearestSurfaceTerrainBlock(x, z, lastY, minY, maxY));
}
return result;
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/FaweRegionExtent.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/FaweRegionExtent.java
index 4382f7d37..17c59e7d0 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/FaweRegionExtent.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/FaweRegionExtent.java
@@ -1,9 +1,9 @@
package com.fastasyncworldedit.core.extent;
import com.fastasyncworldedit.core.FaweCache;
-import com.fastasyncworldedit.core.queue.IBatchProcessor;
import com.fastasyncworldedit.core.extent.processor.ProcessorScope;
import com.fastasyncworldedit.core.object.FaweLimit;
+import com.fastasyncworldedit.core.queue.IBatchProcessor;
import com.fastasyncworldedit.core.util.ExtentTraverser;
import com.fastasyncworldedit.core.util.WEManager;
import com.sk89q.worldedit.WorldEditException;
@@ -20,8 +20,8 @@ import com.sk89q.worldedit.world.block.BlockState;
import com.sk89q.worldedit.world.block.BlockStateHolder;
import com.sk89q.worldedit.world.block.BlockTypes;
-import java.util.Collection;
import javax.annotation.Nullable;
+import java.util.Collection;
public abstract class FaweRegionExtent extends ResettableExtent implements IBatchProcessor {
@@ -72,7 +72,7 @@ public abstract class FaweRegionExtent extends ResettableExtent implements IBatc
@Override
public > boolean setBlock(int x, int y, int z, B block)
- throws WorldEditException {
+ throws WorldEditException {
if (!contains(x, y, z)) {
if (!limit.MAX_FAILS()) {
WEManager.IMP.cancelEditSafe(this, FaweCache.OUTSIDE_REGION);
@@ -153,4 +153,5 @@ public abstract class FaweRegionExtent extends ResettableExtent implements IBatc
public ProcessorScope getScope() {
return ProcessorScope.READING_SET_BLOCKS;
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/HeightBoundExtent.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/HeightBoundExtent.java
index 1e13912c3..4ce795c11 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/HeightBoundExtent.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/HeightBoundExtent.java
@@ -1,9 +1,9 @@
package com.fastasyncworldedit.core.extent;
+import com.fastasyncworldedit.core.object.FaweLimit;
import com.fastasyncworldedit.core.queue.IChunk;
import com.fastasyncworldedit.core.queue.IChunkGet;
import com.fastasyncworldedit.core.queue.IChunkSet;
-import com.fastasyncworldedit.core.object.FaweLimit;
import com.fastasyncworldedit.core.regions.RegionWrapper;
import com.sk89q.worldedit.extent.Extent;
import com.sk89q.worldedit.regions.Region;
@@ -43,8 +43,9 @@ public class HeightBoundExtent extends FaweRegionExtent {
@Override
public Collection getRegions() {
return Collections.singletonList(
- new RegionWrapper(Integer.MIN_VALUE, Integer.MAX_VALUE, min, max, Integer.MIN_VALUE,
- Integer.MAX_VALUE));
+ new RegionWrapper(Integer.MIN_VALUE, Integer.MAX_VALUE, min, max, Integer.MIN_VALUE,
+ Integer.MAX_VALUE
+ ));
}
@Override
@@ -59,4 +60,5 @@ public class HeightBoundExtent extends FaweRegionExtent {
public Future postProcessSet(IChunk chunk, IChunkGet get, IChunkSet set) {
return CompletableFuture.completedFuture(set);
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/HistoryExtent.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/HistoryExtent.java
index ce6f7265b..969be5e26 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/HistoryExtent.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/HistoryExtent.java
@@ -14,9 +14,9 @@ import com.sk89q.worldedit.world.biome.BiomeType;
import com.sk89q.worldedit.world.block.BaseBlock;
import com.sk89q.worldedit.world.block.BlockStateHolder;
+import javax.annotation.Nullable;
import java.util.ArrayList;
import java.util.List;
-import javax.annotation.Nullable;
import static com.google.common.base.Preconditions.checkNotNull;
@@ -30,7 +30,7 @@ public class HistoryExtent extends AbstractDelegateExtent {
/**
* Create a new instance.
*
- * @param extent the extent
+ * @param extent the extent
* @param changeSet the change set
*/
public HistoryExtent(Extent extent, AbstractChangeSet changeSet) {
@@ -117,6 +117,7 @@ public class HistoryExtent extends AbstractDelegateExtent {
}
public class TrackedEntity implements Entity {
+
private final Entity entity;
private TrackedEntity(Entity entity) {
@@ -159,10 +160,12 @@ public class HistoryExtent extends AbstractDelegateExtent {
public boolean setLocation(Location location) {
return this.entity.setLocation(location);
}
+
}
@Override
public Extent disableHistory() {
return getExtent();
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/MemoryCheckingExtent.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/MemoryCheckingExtent.java
index 1114a67d7..62db9759a 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/MemoryCheckingExtent.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/MemoryCheckingExtent.java
@@ -21,8 +21,10 @@ public class MemoryCheckingExtent extends PassthroughExtent {
public Extent getExtent() {
if (MemUtil.isMemoryLimited()) {
if (this.player != null) {
- player.print(Caption.of("fawe.cancel.worldedit.cancel.reason",
- Caption.of("fawe.cancel.worldedit.cancel.reason.low.memory")));
+ player.print(Caption.of(
+ "fawe.cancel.worldedit.cancel.reason",
+ Caption.of("fawe.cancel.worldedit.cancel.reason.low.memory")
+ ));
if (Permission.hasPermission(this.player, "worldedit.fast")) {
this.player.print(Caption.of("fawe.info.worldedit.oom.admin"));
}
@@ -31,4 +33,5 @@ public class MemoryCheckingExtent extends PassthroughExtent {
}
return super.getExtent();
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/MultiRegionExtent.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/MultiRegionExtent.java
index f74af24d9..e934099f9 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/MultiRegionExtent.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/MultiRegionExtent.java
@@ -1,9 +1,9 @@
package com.fastasyncworldedit.core.extent;
+import com.fastasyncworldedit.core.object.FaweLimit;
import com.fastasyncworldedit.core.queue.IChunk;
import com.fastasyncworldedit.core.queue.IChunkGet;
import com.fastasyncworldedit.core.queue.IChunkSet;
-import com.fastasyncworldedit.core.object.FaweLimit;
import com.sk89q.worldedit.extent.Extent;
import com.sk89q.worldedit.regions.Region;
import com.sk89q.worldedit.regions.RegionIntersection;
@@ -92,4 +92,5 @@ public class MultiRegionExtent extends FaweRegionExtent {
public Future postProcessSet(IChunk chunk, IChunkGet get, IChunkSet set) {
return intersection.postProcessSet(chunk, get, set);
}
+
}
diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/NullExtent.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/NullExtent.java
index 98b1384a9..82a84b3e6 100644
--- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/NullExtent.java
+++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/NullExtent.java
@@ -1,13 +1,15 @@
package com.fastasyncworldedit.core.extent;
import com.fastasyncworldedit.core.FaweCache;
+import com.fastasyncworldedit.core.extent.processor.ProcessorScope;
+import com.fastasyncworldedit.core.function.generator.GenBase;
+import com.fastasyncworldedit.core.function.generator.Resource;
+import com.fastasyncworldedit.core.internal.exception.FaweException;
+import com.fastasyncworldedit.core.object.FaweLimit;
import com.fastasyncworldedit.core.queue.IBatchProcessor;
import com.fastasyncworldedit.core.queue.IChunk;
import com.fastasyncworldedit.core.queue.IChunkGet;
import com.fastasyncworldedit.core.queue.IChunkSet;
-import com.fastasyncworldedit.core.extent.processor.ProcessorScope;
-import com.fastasyncworldedit.core.object.FaweLimit;
-import com.fastasyncworldedit.core.internal.exception.FaweException;
import com.sk89q.jnbt.CompoundTag;
import com.sk89q.worldedit.MaxChangedBlocksException;
import com.sk89q.worldedit.WorldEditException;
@@ -15,8 +17,6 @@ import com.sk89q.worldedit.entity.BaseEntity;
import com.sk89q.worldedit.entity.Entity;
import com.sk89q.worldedit.extent.Extent;
import com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard;
-import com.fastasyncworldedit.core.function.generator.GenBase;
-import com.fastasyncworldedit.core.function.generator.Resource;
import com.sk89q.worldedit.function.mask.Mask;
import com.sk89q.worldedit.function.operation.Operation;
import com.sk89q.worldedit.function.pattern.Pattern;
@@ -34,12 +34,12 @@ import com.sk89q.worldedit.world.block.BlockStateHolder;
import com.sk89q.worldedit.world.block.BlockType;
import com.sk89q.worldedit.world.block.BlockTypes;
+import javax.annotation.Nullable;
import java.util.Collection;
import java.util.Collections;
import java.util.List;
import java.util.Set;
import java.util.concurrent.Future;
-import javax.annotation.Nullable;
//todo This should be removed in favor of com.sk89q.worldedit.extent.NullExtent
public class NullExtent extends FaweRegionExtent implements IBatchProcessor {
@@ -127,7 +127,7 @@ public class NullExtent extends FaweRegionExtent implements IBatchProcessor {
@Override
public