From ce9bb3ab664e3c0d36c7687f0387b5bf2eae175a Mon Sep 17 00:00:00 2001 From: dima_dencep Date: Wed, 6 Sep 2023 00:42:55 +0700 Subject: [PATCH 01/46] Clean workspace --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/crash_report.md | 4 +- .github/PULL_REQUEST_TEMPLATE/bug_fix.md | 4 +- .github/PULL_REQUEST_TEMPLATE/new_feature.md | 4 +- .github/workflows/gradle.yml | 29 - .github/workflows/pull_request.yml | 23 - README.md | 134 - jitpack.yml | 5 - testserver/config/mctester.properties | 8 - ...t_redstone.armorstand_pushed_by_water.snbt | 380 -- .../test_redstone.cart_signalstrength.snbt | 754 ---- ...redstone.comparator_update_collection.snbt | 3054 ----------------- .../test_redstone.creeper_flee_from_cat.snbt | 1397 -------- ...redstone.hopper_dc_interaction_change.snbt | 736 ---- ...st_redstone.hopper_interaction_change.snbt | 738 ---- ...redstone.hopper_interaction_change_v2.snbt | 739 ---- ...test_redstone.hopper_item_datacommand.snbt | 149 - ...dstone.hopper_storagecart_interaction.snbt | 3031 ---------------- .../test_redstone.hopper_transfer_speed.snbt | 750 ---- .../test_redstone.item_sorter.snbt | 1418 -------- .../test_redstone.itempickup.snbt | 3033 ---------------- .../test_redstone.llama_pathfinding.snbt | 525 --- ...one.pig_dispensed_onto_pressure_plate.snbt | 96 - testserver/server.properties | 9 - testserver/world/level.dat_old | Bin 1121 -> 0 bytes 25 files changed, 7 insertions(+), 17015 deletions(-) delete mode 100644 .github/workflows/gradle.yml delete mode 100644 .github/workflows/pull_request.yml delete mode 100644 README.md delete mode 100644 jitpack.yml delete mode 100644 testserver/config/mctester.properties delete mode 100644 testserver/gameteststructures/test_redstone.armorstand_pushed_by_water.snbt delete mode 100644 testserver/gameteststructures/test_redstone.cart_signalstrength.snbt delete mode 100644 testserver/gameteststructures/test_redstone.comparator_update_collection.snbt delete mode 100644 testserver/gameteststructures/test_redstone.creeper_flee_from_cat.snbt delete mode 100644 testserver/gameteststructures/test_redstone.hopper_dc_interaction_change.snbt delete mode 100644 testserver/gameteststructures/test_redstone.hopper_interaction_change.snbt delete mode 100644 testserver/gameteststructures/test_redstone.hopper_interaction_change_v2.snbt delete mode 100644 testserver/gameteststructures/test_redstone.hopper_item_datacommand.snbt delete mode 100644 testserver/gameteststructures/test_redstone.hopper_storagecart_interaction.snbt delete mode 100644 testserver/gameteststructures/test_redstone.hopper_transfer_speed.snbt delete mode 100644 testserver/gameteststructures/test_redstone.item_sorter.snbt delete mode 100644 testserver/gameteststructures/test_redstone.itempickup.snbt delete mode 100644 testserver/gameteststructures/test_redstone.llama_pathfinding.snbt delete mode 100644 testserver/gameteststructures/test_redstone.pig_dispensed_onto_pressure_plate.snbt delete mode 100644 testserver/server.properties delete mode 100644 testserver/world/level.dat_old diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 24f4e02e2..c5bbd39bc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -27,7 +27,7 @@ everything above this dashed line (including the line itself.) > Replace this text with the exact version of the mod you are using. Every part of the version is important! If you > do not know what version you are using, look at the file name in your "mods" folder. > -> Example: lithium-fabric-mc1.16.5-0.6.4 +> Example: radium-mc1.16.5-0.6.4 ### Expected Behavior diff --git a/.github/ISSUE_TEMPLATE/crash_report.md b/.github/ISSUE_TEMPLATE/crash_report.md index 83198575b..cbe9bfee7 100644 --- a/.github/ISSUE_TEMPLATE/crash_report.md +++ b/.github/ISSUE_TEMPLATE/crash_report.md @@ -27,7 +27,7 @@ everything above this dashed line (including the line itself.) > Replace this text with the exact version of the mod you are using. Every part of the version is important! If you > do not know what version you are using, look at the file name in your "mods" folder. > -> Example: lithium-fabric-mc1.16.5-0.6.4 +> Example: radium-mc1.16.5-0.6.4 > ### Reproduction Steps @@ -56,4 +56,4 @@ everything above this dashed line (including the line itself.) ### Additional Information > Provide any additional information or context which may be relevant to the issue. If you have none to add, -> you can remove this section. If possible, please confirm that the crash does not happen when Lithium is not installed. +> you can remove this section. If possible, please confirm that the crash does not happen when Radium (Lithium) is not installed. diff --git a/.github/PULL_REQUEST_TEMPLATE/bug_fix.md b/.github/PULL_REQUEST_TEMPLATE/bug_fix.md index 15c4cafe2..7b937cdec 100644 --- a/.github/PULL_REQUEST_TEMPLATE/bug_fix.md +++ b/.github/PULL_REQUEST_TEMPLATE/bug_fix.md @@ -9,11 +9,11 @@ assignees: '' ### Preface -Please read our [Contributor Guidelines](https://github.com/CaffeineMC/lithium-fabric/blob/1.17.x/dev/CONTRIBUTING.md) +Please read our [Contributor Guidelines](https://github.com/Reforged-Hub/radium-upstream/blob/1.20.1/CONTRIBUTING.md) before submitting any pull requests to this repository. By submitting a pull request, you are indicating that you agree to -the [Contributor License Agreement](https://github.com/CaffeineMC/lithium-fabric/blob/1.17.x/dev/CONTRIBUTING.md#contributor-license-agreement-cla) +the [Contributor License Agreement](https://github.com/Reforged-Hub/radium-upstream/blob/1.20.1/CONTRIBUTING.md#contributor-license-agreement-cla) and that your code will be licensed irrecoverably under the GNU LGPLv3. If you do not agree to these terms, do not open a pull request. diff --git a/.github/PULL_REQUEST_TEMPLATE/new_feature.md b/.github/PULL_REQUEST_TEMPLATE/new_feature.md index 4fc472ffe..849c9324c 100644 --- a/.github/PULL_REQUEST_TEMPLATE/new_feature.md +++ b/.github/PULL_REQUEST_TEMPLATE/new_feature.md @@ -9,11 +9,11 @@ assignees: '' ### Preface -Please read our [Contributor Guidelines](https://github.com/CaffeineMC/lithium-fabric/blob/1.17.x/dev/CONTRIBUTING.md) +Please read our [Contributor Guidelines](https://github.com/Reforged-Hub/radium-upstream/blob/1.20.1/CONTRIBUTING.md) before submitting any pull requests to this repository. By submitting a pull request, you are indicating that you agree to -the [Contributor License Agreement](https://github.com/CaffeineMC/lithium-fabric/blob/1.17.x/dev/CONTRIBUTING.md#contributor-license-agreement-cla) +the [Contributor License Agreement](https://github.com/Reforged-Hub/radium-upstream/blob/1.20.1/CONTRIBUTING.md#contributor-license-agreement-cla) and that your code will be licensed irrecoverably under the GNU LGPLv3. If you do not agree to these terms, do not open a pull request. diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml deleted file mode 100644 index e16c853c8..000000000 --- a/.github/workflows/gradle.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: gradle-ci - -on: [ push ] - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - name: Set up JDK 17 - uses: actions/setup-java@v2 - with: - distribution: 'adopt' - java-version: 17 - - name: Grant execute permission for gradlew - run: chmod +x gradlew - - name: Build with Gradle - run: ./gradlew build - - - name: run test server - timeout-minutes: 5 - run: ./gradlew runAutoTestServer - - - name: Upload build artifacts - uses: actions/upload-artifact@v1 - with: - name: build-artifacts - path: build/libs \ No newline at end of file diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml deleted file mode 100644 index cc943b431..000000000 --- a/.github/workflows/pull_request.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: gradle-ci - -on: [ pull_request ] - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - name: Set up JDK 17 - uses: actions/setup-java@v2 - with: - distribution: 'adopt' - java-version: 17 - - name: Grant execute permission for gradlew - run: chmod +x gradlew - - name: Build with Gradle - run: ./gradlew build - - - name: run test server - timeout-minutes: 5 - run: ./gradlew runAutoTestServer \ No newline at end of file diff --git a/README.md b/README.md deleted file mode 100644 index 9de68a8ce..000000000 --- a/README.md +++ /dev/null @@ -1,134 +0,0 @@ - - -# Lithium (for Fabric) -![GitHub license](https://img.shields.io/github/license/CaffeineMC/lithium-fabric.svg) -![GitHub issues](https://img.shields.io/github/issues/CaffeineMC/lithium-fabric.svg) -![GitHub tag](https://img.shields.io/github/v/tag/CaffeineMC/lithium-fabric.svg) - -Lithium is a free and open-source Minecraft mod which works to optimize many areas of the game in order to provide -better overall performance. It works on both the **client and server**, and **doesn't require the mod to be installed -on both sides**. - -### What makes Lithium different? - -One of the most important design goals in Lithium is *correctness*. Unlike other mods which apply optimizations to the -game, Lithium does not sacrifice vanilla functionality or behavior in the name of raw speed. It's a no compromises -solution for those wanting to speed up their game, and as such, installing Lithium should be completely transparent -to the player. - -If you do encounter an issue where Lithium deviates from the norm, please don't hesitate to -[open an issue.](https://github.com/CaffeineMC/lithium-fabric/issues) Each patch is carefully checked to ensure -vanilla parity, but after all, bugs are unavoidable. Before opening a new issue, please check using the search tool that your issue has not already been created, and that if -there is a suitable template for the issue you are opening, that it is filled out entirely. Issues which are duplicates -or do not contain the necessary information to triage and debug may be closed. - -### Community -[![Discord chat](https://img.shields.io/badge/chat%20on-discord-7289DA)](https://jellysquid.me/discord) - -We have an [official Discord community](https://jellysquid.me/discord) for all of our projects. By joining, you can: -- Get installation help and technical support with all of our mods -- Be notified of the latest developments as they happen -- Get involved and collaborate with the rest of our team -- ... and just hang out with the rest of our community. - -### Support the developers - -Lithium is made possible by the following core contributors [and others](https://github.com/CaffeineMC/lithium-fabric/graphs/contributors). -You can help support members of the core team by making a pledge to our Patreon pages below. - -| | Author | Role | Links | -|----|:---------|:-------|:--------| -| ![jellysquid3's Avatar](https://avatars3.githubusercontent.com/u/1363084?s=32) | jellysquid3 | Project Lead | [Patreon](https://patreon.com/jellysquid) / [Contributions](https://github.com/CaffeineMC/lithium-fabric/commits?author=jellysquid3) | -| ![2No2Name's Avatar](https://avatars3.githubusercontent.com/u/50278648?s=32) | 2No2Name | Maintainer | [Patreon](https://patreon.com/2No2Name) / [Contributions](https://github.com/CaffeineMC/lithium-fabric/commits?author=2No2Name) | - ---- - -## Installation - -### Manual installation (recommended) - -You will need Fabric Loader installed in your game in order to load Lithium. If you haven't installed Fabric mods -before, you can find a variety of community guides for doing so [here](https://fabricmc.net/wiki/install). - -#### Stable releases - -![GitHub release](https://img.shields.io/github/release/CaffeineMC/lithium-fabric.svg) - -The latest releases of Lithium are published to our [Modrinth](https://modrinth.com/mod/lithium) and -[GitHub release](https://github.com/CaffeineMC/lithium-fabric/releases) pages. Releases are considered by our team to be -**suitable for general use**, but they are not guaranteed to be free of bugs and other issues. - -Usually, releases will be made available on GitHub slightly sooner than other locations. - -#### Bleeding-edge builds (unstable) - -[![GitHub build status](https://github.com/CaffeineMC/lithium-fabric/actions/workflows/gradle.yml/badge.svg)](https://github.com/CaffeineMC/lithium-fabric/actions/workflows/gradle.yml) - -If you are a player who is looking to get your hands on the latest **bleeding-edge changes for testing**, consider -taking a look at the automated builds produced through -our [GitHub Actions workflow](https://github.com/CaffeineMC/lithium-fabric/actions/workflows/gradle.yml?query=event%3Apush) -. This workflow automatically runs every time a change is pushed to the repository, and as such, the builds it produces -will generally reflect the latest snapshot of development. - -Bleeding edge builds will often include unfinished code that hasn't been extensively tested. That code may introduce -incomplete features, bugs, crashes, and all other kinds of weird issues. You **should not use these bleeding edge builds** -unless you know what you are doing and are comfortable with software debugging. If you report issues using these builds, -we will expect that this is the case. Caveat emptor. - -### CurseForge - -[![CurseForge downloads](http://cf.way2muchnoise.eu/full_360438_downloads.svg)](https://www.curseforge.com/minecraft/mc-mods/lithium) - -If you are using the CurseForge client, you can continue to find downloads through our -[CurseForge page](https://www.curseforge.com/minecraft/mc-mods/lithium). Unless you are using the CurseForge -client, you should prefer the downloads linked on our Modrinth or GitHub release pages above. - ---- - -### Building from sources - -Support is not provided for setting up build environments or compiling the mod. We ask that -users who are looking to get their hands dirty with the code have a basic understanding of compiling Java/Gradle -projects. The basic overview is provided here for those familiar. - -#### Requirements - -- JDK 17 - - You can either install this through a package manager such as [Chocolatey](https://chocolatey.org/) on Windows - or [SDKMAN!](https://sdkman.io/) on other platforms. If you'd prefer to not use a package manager, you can always - grab the installers or packages directly from [AdoptOpenJDK](https://adoptopenjdk.net/). -- Gradle 7 or newer (optional) - - The [Gradle wrapper](https://docs.gradle.org/current/userguide/gradle_wrapper.html#sec:using_wrapper) is provided - in this repository can be used instead of installing a suitable version of Gradle yourself. However, if you are - building many projects, you may prefer to install it yourself through a suitable package manager as to save disk - space and to avoid many Gradle daemons sitting around in memory. - -#### Building with Gradle - -Lithium uses a typical Gradle project structure and can be built by simply running the default `build` task. After Gradle -finishes building the project, you can find the build artifacts (typical mod binaries, and their sources) in -`build/libs`. - -**Tip:** If this is a one-off build, and you would prefer the Gradle daemon does not stick around in memory afterwards, -try adding the [`--no-daemon` flag](https://docs.gradle.org/current/userguide/gradle_daemon.html#sec:disabling_the_daemon) -to ensure that the daemon is torn down after the build is complete. However, subsequent builds of the project will -[start more slowly](https://docs.gradle.org/current/userguide/gradle_daemon.html#sec:why_the_daemon) if the Gradle -daemon is not available to be re-used. - -Build artifacts ending in `api` are for developers compiling against Lithium's API. - -### Configuration - -Out of the box, no additional configuration is necessary once the mod has been installed. Lithium makes use of a -configuration override system which allows you to either forcefully disable problematic patches or enable incubating -patches which are otherwise disabled by default. As such, an empty config file simply means you'd like to use the -default configuration, which includes all stable optimizations by default. - -See [the Wiki page](https://github.com/CaffeineMC/lithium-fabric/wiki/Configuration-File) on the configuration file -format and all available options. The wiki may be outdated. - ---- -### License - -Lithium is licensed under GNU LGPLv3, a free and open-source license. For more information, please see the -[license file](LICENSE.txt). diff --git a/jitpack.yml b/jitpack.yml deleted file mode 100644 index 99ca04dd4..000000000 --- a/jitpack.yml +++ /dev/null @@ -1,5 +0,0 @@ -before_install: - - export SDKMAN_DIR="/home/jitpack/.sdkman/" - - source "/home/jitpack/.sdkman/bin/sdkman-init.sh" - - sdk install java 17.0.1-open - - sdk use java 17.0.1-open \ No newline at end of file diff --git a/testserver/config/mctester.properties b/testserver/config/mctester.properties deleted file mode 100644 index 7cffdf369..000000000 --- a/testserver/config/mctester.properties +++ /dev/null @@ -1,8 +0,0 @@ -isDevelopment=true -autostart=serveronly -autostart.shuffle=true -#autostart.shuffle.seed= -crashOnFail=serveronly -shutdownAfterTest=serveronly -stayUpAfterFail=false -includeExampleTests=false \ No newline at end of file diff --git a/testserver/gameteststructures/test_redstone.armorstand_pushed_by_water.snbt b/testserver/gameteststructures/test_redstone.armorstand_pushed_by_water.snbt deleted file mode 100644 index b9cda1f25..000000000 --- a/testserver/gameteststructures/test_redstone.armorstand_pushed_by_water.snbt +++ /dev/null @@ -1,380 +0,0 @@ -{ - DataVersion: 2698, - size: [7, 5, 10], - data: [ - {pos: [0, 0, 0], state: "minecraft:polished_andesite"}, - {pos: [0, 0, 1], state: "minecraft:polished_andesite"}, - {pos: [0, 0, 2], state: "minecraft:polished_andesite"}, - {pos: [0, 0, 3], state: "minecraft:polished_andesite"}, - {pos: [0, 0, 4], state: "minecraft:polished_andesite"}, - {pos: [0, 0, 5], state: "minecraft:polished_andesite"}, - {pos: [0, 0, 6], state: "minecraft:polished_andesite"}, - {pos: [0, 0, 7], state: "minecraft:polished_andesite"}, - {pos: [0, 0, 8], state: "minecraft:polished_andesite"}, - {pos: [0, 0, 9], state: "minecraft:polished_andesite"}, - {pos: [1, 0, 0], state: "minecraft:polished_andesite"}, - {pos: [1, 0, 1], state: "minecraft:polished_andesite"}, - {pos: [1, 0, 2], state: "minecraft:polished_andesite"}, - {pos: [1, 0, 3], state: "minecraft:polished_andesite"}, - {pos: [1, 0, 4], state: "minecraft:polished_andesite"}, - {pos: [1, 0, 5], state: "minecraft:polished_andesite"}, - {pos: [1, 0, 6], state: "minecraft:polished_andesite"}, - {pos: [1, 0, 7], state: "minecraft:polished_andesite"}, - {pos: [1, 0, 8], state: "minecraft:polished_andesite"}, - {pos: [1, 0, 9], state: "minecraft:polished_andesite"}, - {pos: [2, 0, 0], state: "minecraft:polished_andesite"}, - {pos: [2, 0, 1], state: "minecraft:polished_andesite"}, - {pos: [2, 0, 2], state: "minecraft:polished_andesite"}, - {pos: [2, 0, 3], state: "minecraft:polished_andesite"}, - {pos: [2, 0, 4], state: "minecraft:polished_andesite"}, - {pos: [2, 0, 5], state: "minecraft:polished_andesite"}, - {pos: [2, 0, 6], state: "minecraft:polished_andesite"}, - {pos: [2, 0, 7], state: "minecraft:polished_andesite"}, - {pos: [2, 0, 8], state: "minecraft:polished_andesite"}, - {pos: [2, 0, 9], state: "minecraft:polished_andesite"}, - {pos: [3, 0, 0], state: "minecraft:polished_andesite"}, - {pos: [3, 0, 1], state: "minecraft:polished_andesite"}, - {pos: [3, 0, 2], state: "minecraft:polished_andesite"}, - {pos: [3, 0, 3], state: "minecraft:polished_andesite"}, - {pos: [3, 0, 4], state: "minecraft:polished_andesite"}, - {pos: [3, 0, 5], state: "minecraft:polished_andesite"}, - {pos: [3, 0, 6], state: "minecraft:polished_andesite"}, - {pos: [3, 0, 7], state: "minecraft:polished_andesite"}, - {pos: [3, 0, 8], state: "minecraft:polished_andesite"}, - {pos: [3, 0, 9], state: "minecraft:polished_andesite"}, - {pos: [4, 0, 0], state: "minecraft:polished_andesite"}, - {pos: [4, 0, 1], state: "minecraft:polished_andesite"}, - {pos: [4, 0, 2], state: "minecraft:polished_andesite"}, - {pos: [4, 0, 3], state: "minecraft:polished_andesite"}, - {pos: [4, 0, 4], state: "minecraft:polished_andesite"}, - {pos: [4, 0, 5], state: "minecraft:polished_andesite"}, - {pos: [4, 0, 6], state: "minecraft:polished_andesite"}, - {pos: [4, 0, 7], state: "minecraft:polished_andesite"}, - {pos: [4, 0, 8], state: "minecraft:polished_andesite"}, - {pos: [4, 0, 9], state: "minecraft:polished_andesite"}, - {pos: [5, 0, 0], state: "minecraft:polished_andesite"}, - {pos: [5, 0, 1], state: "minecraft:polished_andesite"}, - {pos: [5, 0, 2], state: "minecraft:polished_andesite"}, - {pos: [5, 0, 3], state: "minecraft:polished_andesite"}, - {pos: [5, 0, 4], state: "minecraft:polished_andesite"}, - {pos: [5, 0, 5], state: "minecraft:polished_andesite"}, - {pos: [5, 0, 6], state: "minecraft:polished_andesite"}, - {pos: [5, 0, 7], state: "minecraft:polished_andesite"}, - {pos: [5, 0, 8], state: "minecraft:polished_andesite"}, - {pos: [5, 0, 9], state: "minecraft:polished_andesite"}, - {pos: [6, 0, 0], state: "minecraft:polished_andesite"}, - {pos: [6, 0, 1], state: "minecraft:polished_andesite"}, - {pos: [6, 0, 2], state: "minecraft:polished_andesite"}, - {pos: [6, 0, 3], state: "minecraft:polished_andesite"}, - {pos: [6, 0, 4], state: "minecraft:polished_andesite"}, - {pos: [6, 0, 5], state: "minecraft:polished_andesite"}, - {pos: [6, 0, 6], state: "minecraft:polished_andesite"}, - {pos: [6, 0, 7], state: "minecraft:polished_andesite"}, - {pos: [6, 0, 8], state: "minecraft:polished_andesite"}, - {pos: [6, 0, 9], state: "minecraft:polished_andesite"}, - {pos: [0, 1, 0], state: "minecraft:glass"}, - {pos: [0, 1, 1], state: "minecraft:glass"}, - {pos: [0, 1, 2], state: "minecraft:glass"}, - {pos: [0, 1, 3], state: "minecraft:glass"}, - {pos: [0, 1, 4], state: "minecraft:glass"}, - {pos: [0, 1, 5], state: "minecraft:glass"}, - {pos: [0, 1, 6], state: "minecraft:glass"}, - {pos: [0, 1, 7], state: "minecraft:glass"}, - {pos: [0, 1, 8], state: "minecraft:glass"}, - {pos: [0, 1, 9], state: "minecraft:glass"}, - {pos: [1, 1, 0], state: "minecraft:glass"}, - {pos: [1, 1, 1], state: "minecraft:air"}, - {pos: [1, 1, 2], state: "minecraft:air"}, - {pos: [1, 1, 3], state: "minecraft:air"}, - {pos: [1, 1, 4], state: "minecraft:air"}, - {pos: [1, 1, 5], state: "minecraft:water{level:7}"}, - {pos: [1, 1, 6], state: "minecraft:water{level:6}"}, - {pos: [1, 1, 7], state: "minecraft:water{level:5}"}, - {pos: [1, 1, 8], state: "minecraft:water{level:4}"}, - {pos: [1, 1, 9], state: "minecraft:glass"}, - {pos: [2, 1, 0], state: "minecraft:glass"}, - {pos: [2, 1, 1], state: "minecraft:dispenser{facing:west,triggered:false}", nbt: {Items: [{Count: 1b, Slot: 0b, id: "minecraft:water_bucket"}], id: "minecraft:dispenser"}}, - {pos: [2, 1, 2], state: "minecraft:air"}, - {pos: [2, 1, 3], state: "minecraft:glass"}, - {pos: [2, 1, 4], state: "minecraft:water{level:7}"}, - {pos: [2, 1, 5], state: "minecraft:water{level:6}"}, - {pos: [2, 1, 6], state: "minecraft:water{level:5}"}, - {pos: [2, 1, 7], state: "minecraft:water{level:4}"}, - {pos: [2, 1, 8], state: "minecraft:water{level:3}"}, - {pos: [2, 1, 9], state: "minecraft:glass"}, - {pos: [3, 1, 0], state: "minecraft:glass"}, - {pos: [3, 1, 1], state: "minecraft:air"}, - {pos: [3, 1, 2], state: "minecraft:air"}, - {pos: [3, 1, 3], state: "minecraft:glass"}, - {pos: [3, 1, 4], state: "minecraft:water{level:6}"}, - {pos: [3, 1, 5], state: "minecraft:water{level:5}"}, - {pos: [3, 1, 6], state: "minecraft:water{level:4}"}, - {pos: [3, 1, 7], state: "minecraft:water{level:3}"}, - {pos: [3, 1, 8], state: "minecraft:water{level:2}"}, - {pos: [3, 1, 9], state: "minecraft:glass"}, - {pos: [4, 1, 0], state: "minecraft:glass"}, - {pos: [4, 1, 1], state: "minecraft:air"}, - {pos: [4, 1, 2], state: "minecraft:air"}, - {pos: [4, 1, 3], state: "minecraft:air"}, - {pos: [4, 1, 4], state: "minecraft:water{level:7}"}, - {pos: [4, 1, 5], state: "minecraft:stone_pressure_plate{powered:false}"}, - {pos: [4, 1, 6], state: "minecraft:water{level:3}"}, - {pos: [4, 1, 7], state: "minecraft:water{level:2}"}, - {pos: [4, 1, 8], state: "minecraft:water{level:1}"}, - {pos: [4, 1, 9], state: "minecraft:glass"}, - {pos: [5, 1, 0], state: "minecraft:glass"}, - {pos: [5, 1, 1], state: "minecraft:air"}, - {pos: [5, 1, 2], state: "minecraft:air"}, - {pos: [5, 1, 3], state: "minecraft:air"}, - {pos: [5, 1, 4], state: "minecraft:smooth_stone_slab{type:bottom,waterlogged:false}"}, - {pos: [5, 1, 5], state: "minecraft:smooth_stone_slab{type:bottom,waterlogged:false}"}, - {pos: [5, 1, 6], state: "minecraft:smooth_stone_slab{type:bottom,waterlogged:false}"}, - {pos: [5, 1, 7], state: "minecraft:water{level:1}"}, - {pos: [5, 1, 8], state: "minecraft:water{level:0}"}, - {pos: [5, 1, 9], state: "minecraft:glass"}, - {pos: [6, 1, 0], state: "minecraft:glass"}, - {pos: [6, 1, 1], state: "minecraft:glass"}, - {pos: [6, 1, 2], state: "minecraft:glass"}, - {pos: [6, 1, 3], state: "minecraft:glass"}, - {pos: [6, 1, 4], state: "minecraft:glass"}, - {pos: [6, 1, 5], state: "minecraft:glass"}, - {pos: [6, 1, 6], state: "minecraft:glass"}, - {pos: [6, 1, 7], state: "minecraft:glass"}, - {pos: [6, 1, 8], state: "minecraft:glass"}, - {pos: [6, 1, 9], state: "minecraft:glass"}, - {pos: [0, 2, 0], state: "minecraft:glass"}, - {pos: [0, 2, 1], state: "minecraft:glass"}, - {pos: [0, 2, 2], state: "minecraft:glass"}, - {pos: [0, 2, 3], state: "minecraft:glass"}, - {pos: [0, 2, 4], state: "minecraft:glass"}, - {pos: [0, 2, 5], state: "minecraft:glass"}, - {pos: [0, 2, 6], state: "minecraft:glass"}, - {pos: [0, 2, 7], state: "minecraft:glass"}, - {pos: [0, 2, 8], state: "minecraft:glass"}, - {pos: [0, 2, 9], state: "minecraft:glass"}, - {pos: [1, 2, 0], state: "minecraft:glass"}, - {pos: [1, 2, 1], state: "minecraft:air"}, - {pos: [1, 2, 2], state: "minecraft:air"}, - {pos: [1, 2, 3], state: "minecraft:air"}, - {pos: [1, 2, 4], state: "minecraft:air"}, - {pos: [1, 2, 5], state: "minecraft:air"}, - {pos: [1, 2, 6], state: "minecraft:air"}, - {pos: [1, 2, 7], state: "minecraft:air"}, - {pos: [1, 2, 8], state: "minecraft:air"}, - {pos: [1, 2, 9], state: "minecraft:glass"}, - {pos: [2, 2, 0], state: "minecraft:glass"}, - {pos: [2, 2, 1], state: "minecraft:red_terracotta"}, - {pos: [2, 2, 2], state: "minecraft:air"}, - {pos: [2, 2, 3], state: "minecraft:air"}, - {pos: [2, 2, 4], state: "minecraft:air"}, - {pos: [2, 2, 5], state: "minecraft:air"}, - {pos: [2, 2, 6], state: "minecraft:air"}, - {pos: [2, 2, 7], state: "minecraft:air"}, - {pos: [2, 2, 8], state: "minecraft:air"}, - {pos: [2, 2, 9], state: "minecraft:glass"}, - {pos: [3, 2, 0], state: "minecraft:glass"}, - {pos: [3, 2, 1], state: "minecraft:air"}, - {pos: [3, 2, 2], state: "minecraft:air"}, - {pos: [3, 2, 3], state: "minecraft:air"}, - {pos: [3, 2, 4], state: "minecraft:air"}, - {pos: [3, 2, 5], state: "minecraft:air"}, - {pos: [3, 2, 6], state: "minecraft:air"}, - {pos: [3, 2, 7], state: "minecraft:air"}, - {pos: [3, 2, 8], state: "minecraft:air"}, - {pos: [3, 2, 9], state: "minecraft:glass"}, - {pos: [4, 2, 0], state: "minecraft:glass"}, - {pos: [4, 2, 1], state: "minecraft:air"}, - {pos: [4, 2, 2], state: "minecraft:air"}, - {pos: [4, 2, 3], state: "minecraft:air"}, - {pos: [4, 2, 4], state: "minecraft:air"}, - {pos: [4, 2, 5], state: "minecraft:air"}, - {pos: [4, 2, 6], state: "minecraft:air"}, - {pos: [4, 2, 7], state: "minecraft:air"}, - {pos: [4, 2, 8], state: "minecraft:air"}, - {pos: [4, 2, 9], state: "minecraft:glass"}, - {pos: [5, 2, 0], state: "minecraft:glass"}, - {pos: [5, 2, 1], state: "minecraft:air"}, - {pos: [5, 2, 2], state: "minecraft:air"}, - {pos: [5, 2, 3], state: "minecraft:air"}, - {pos: [5, 2, 4], state: "minecraft:air"}, - {pos: [5, 2, 5], state: "minecraft:air"}, - {pos: [5, 2, 6], state: "minecraft:air"}, - {pos: [5, 2, 7], state: "minecraft:air"}, - {pos: [5, 2, 8], state: "minecraft:air"}, - {pos: [5, 2, 9], state: "minecraft:glass"}, - {pos: [6, 2, 0], state: "minecraft:glass"}, - {pos: [6, 2, 1], state: "minecraft:glass"}, - {pos: [6, 2, 2], state: "minecraft:glass"}, - {pos: [6, 2, 3], state: "minecraft:glass"}, - {pos: [6, 2, 4], state: "minecraft:glass"}, - {pos: [6, 2, 5], state: "minecraft:emerald_block"}, - {pos: [6, 2, 6], state: "minecraft:glass"}, - {pos: [6, 2, 7], state: "minecraft:glass"}, - {pos: [6, 2, 8], state: "minecraft:glass"}, - {pos: [6, 2, 9], state: "minecraft:glass"}, - {pos: [0, 3, 0], state: "minecraft:glass"}, - {pos: [0, 3, 1], state: "minecraft:glass"}, - {pos: [0, 3, 2], state: "minecraft:glass"}, - {pos: [0, 3, 3], state: "minecraft:glass"}, - {pos: [0, 3, 4], state: "minecraft:glass"}, - {pos: [0, 3, 5], state: "minecraft:glass"}, - {pos: [0, 3, 6], state: "minecraft:glass"}, - {pos: [0, 3, 7], state: "minecraft:glass"}, - {pos: [0, 3, 8], state: "minecraft:glass"}, - {pos: [0, 3, 9], state: "minecraft:glass"}, - {pos: [1, 3, 0], state: "minecraft:glass"}, - {pos: [1, 3, 1], state: "minecraft:air"}, - {pos: [1, 3, 2], state: "minecraft:air"}, - {pos: [1, 3, 3], state: "minecraft:air"}, - {pos: [1, 3, 4], state: "minecraft:air"}, - {pos: [1, 3, 5], state: "minecraft:air"}, - {pos: [1, 3, 6], state: "minecraft:air"}, - {pos: [1, 3, 7], state: "minecraft:air"}, - {pos: [1, 3, 8], state: "minecraft:air"}, - {pos: [1, 3, 9], state: "minecraft:glass"}, - {pos: [2, 3, 0], state: "minecraft:glass"}, - {pos: [2, 3, 1], state: "minecraft:air"}, - {pos: [2, 3, 2], state: "minecraft:air"}, - {pos: [2, 3, 3], state: "minecraft:air"}, - {pos: [2, 3, 4], state: "minecraft:air"}, - {pos: [2, 3, 5], state: "minecraft:air"}, - {pos: [2, 3, 6], state: "minecraft:air"}, - {pos: [2, 3, 7], state: "minecraft:air"}, - {pos: [2, 3, 8], state: "minecraft:air"}, - {pos: [2, 3, 9], state: "minecraft:glass"}, - {pos: [3, 3, 0], state: "minecraft:glass"}, - {pos: [3, 3, 1], state: "minecraft:air"}, - {pos: [3, 3, 2], state: "minecraft:air"}, - {pos: [3, 3, 3], state: "minecraft:air"}, - {pos: [3, 3, 4], state: "minecraft:air"}, - {pos: [3, 3, 5], state: "minecraft:air"}, - {pos: [3, 3, 6], state: "minecraft:air"}, - {pos: [3, 3, 7], state: "minecraft:air"}, - {pos: [3, 3, 8], state: "minecraft:air"}, - {pos: [3, 3, 9], state: "minecraft:glass"}, - {pos: [4, 3, 0], state: "minecraft:glass"}, - {pos: [4, 3, 1], state: "minecraft:air"}, - {pos: [4, 3, 2], state: "minecraft:air"}, - {pos: [4, 3, 3], state: "minecraft:air"}, - {pos: [4, 3, 4], state: "minecraft:air"}, - {pos: [4, 3, 5], state: "minecraft:tripwire{attached:false,disarmed:false,east:false,north:false,powered:false,south:false,west:false}"}, - {pos: [4, 3, 6], state: "minecraft:air"}, - {pos: [4, 3, 7], state: "minecraft:air"}, - {pos: [4, 3, 8], state: "minecraft:air"}, - {pos: [4, 3, 9], state: "minecraft:glass"}, - {pos: [5, 3, 0], state: "minecraft:glass"}, - {pos: [5, 3, 1], state: "minecraft:air"}, - {pos: [5, 3, 2], state: "minecraft:air"}, - {pos: [5, 3, 3], state: "minecraft:air"}, - {pos: [5, 3, 4], state: "minecraft:air"}, - {pos: [5, 3, 5], state: "minecraft:observer{facing:west,powered:false}"}, - {pos: [5, 3, 6], state: "minecraft:air"}, - {pos: [5, 3, 7], state: "minecraft:air"}, - {pos: [5, 3, 8], state: "minecraft:air"}, - {pos: [5, 3, 9], state: "minecraft:glass"}, - {pos: [6, 3, 0], state: "minecraft:glass"}, - {pos: [6, 3, 1], state: "minecraft:glass"}, - {pos: [6, 3, 2], state: "minecraft:glass"}, - {pos: [6, 3, 3], state: "minecraft:glass"}, - {pos: [6, 3, 4], state: "minecraft:glass"}, - {pos: [6, 3, 5], state: "minecraft:note_block{instrument:bit,note:0,powered:false}"}, - {pos: [6, 3, 6], state: "minecraft:glass"}, - {pos: [6, 3, 7], state: "minecraft:glass"}, - {pos: [6, 3, 8], state: "minecraft:glass"}, - {pos: [6, 3, 9], state: "minecraft:glass"}, - {pos: [0, 4, 0], state: "minecraft:glass"}, - {pos: [0, 4, 1], state: "minecraft:glass"}, - {pos: [0, 4, 2], state: "minecraft:glass"}, - {pos: [0, 4, 3], state: "minecraft:glass"}, - {pos: [0, 4, 4], state: "minecraft:glass"}, - {pos: [0, 4, 5], state: "minecraft:glass"}, - {pos: [0, 4, 6], state: "minecraft:glass"}, - {pos: [0, 4, 7], state: "minecraft:glass"}, - {pos: [0, 4, 8], state: "minecraft:glass"}, - {pos: [0, 4, 9], state: "minecraft:glass"}, - {pos: [1, 4, 0], state: "minecraft:glass"}, - {pos: [1, 4, 1], state: "minecraft:glass"}, - {pos: [1, 4, 2], state: "minecraft:glass"}, - {pos: [1, 4, 3], state: "minecraft:glass"}, - {pos: [1, 4, 4], state: "minecraft:glass"}, - {pos: [1, 4, 5], state: "minecraft:glass"}, - {pos: [1, 4, 6], state: "minecraft:glass"}, - {pos: [1, 4, 7], state: "minecraft:glass"}, - {pos: [1, 4, 8], state: "minecraft:glass"}, - {pos: [1, 4, 9], state: "minecraft:glass"}, - {pos: [2, 4, 0], state: "minecraft:glass"}, - {pos: [2, 4, 1], state: "minecraft:glass"}, - {pos: [2, 4, 2], state: "minecraft:glass"}, - {pos: [2, 4, 3], state: "minecraft:glass"}, - {pos: [2, 4, 4], state: "minecraft:glass"}, - {pos: [2, 4, 5], state: "minecraft:glass"}, - {pos: [2, 4, 6], state: "minecraft:glass"}, - {pos: [2, 4, 7], state: "minecraft:glass"}, - {pos: [2, 4, 8], state: "minecraft:glass"}, - {pos: [2, 4, 9], state: "minecraft:glass"}, - {pos: [3, 4, 0], state: "minecraft:glass"}, - {pos: [3, 4, 1], state: "minecraft:glass"}, - {pos: [3, 4, 2], state: "minecraft:glass"}, - {pos: [3, 4, 3], state: "minecraft:glass"}, - {pos: [3, 4, 4], state: "minecraft:glass"}, - {pos: [3, 4, 5], state: "minecraft:glass"}, - {pos: [3, 4, 6], state: "minecraft:glass"}, - {pos: [3, 4, 7], state: "minecraft:glass"}, - {pos: [3, 4, 8], state: "minecraft:glass"}, - {pos: [3, 4, 9], state: "minecraft:glass"}, - {pos: [4, 4, 0], state: "minecraft:glass"}, - {pos: [4, 4, 1], state: "minecraft:glass"}, - {pos: [4, 4, 2], state: "minecraft:glass"}, - {pos: [4, 4, 3], state: "minecraft:glass"}, - {pos: [4, 4, 4], state: "minecraft:glass"}, - {pos: [4, 4, 5], state: "minecraft:glass"}, - {pos: [4, 4, 6], state: "minecraft:glass"}, - {pos: [4, 4, 7], state: "minecraft:glass"}, - {pos: [4, 4, 8], state: "minecraft:glass"}, - {pos: [4, 4, 9], state: "minecraft:glass"}, - {pos: [5, 4, 0], state: "minecraft:glass"}, - {pos: [5, 4, 1], state: "minecraft:glass"}, - {pos: [5, 4, 2], state: "minecraft:glass"}, - {pos: [5, 4, 3], state: "minecraft:glass"}, - {pos: [5, 4, 4], state: "minecraft:glass"}, - {pos: [5, 4, 5], state: "minecraft:glass"}, - {pos: [5, 4, 6], state: "minecraft:glass"}, - {pos: [5, 4, 7], state: "minecraft:glass"}, - {pos: [5, 4, 8], state: "minecraft:glass"}, - {pos: [5, 4, 9], state: "minecraft:glass"}, - {pos: [6, 4, 0], state: "minecraft:glass"}, - {pos: [6, 4, 1], state: "minecraft:glass"}, - {pos: [6, 4, 2], state: "minecraft:glass"}, - {pos: [6, 4, 3], state: "minecraft:glass"}, - {pos: [6, 4, 4], state: "minecraft:glass"}, - {pos: [6, 4, 5], state: "minecraft:air"}, - {pos: [6, 4, 6], state: "minecraft:glass"}, - {pos: [6, 4, 7], state: "minecraft:glass"}, - {pos: [6, 4, 8], state: "minecraft:glass"}, - {pos: [6, 4, 9], state: "minecraft:glass"} - ], - entities: [ - {blockPos: [1, 1, 1], pos: [1.5d, 1.0d, 1.5d], nbt: {AbsorptionAmount: 0.0f, Air: 300s, ArmorItems: [{}, {}, {}, {}], Attributes: [{Base: 0.699999988079071d, Name: "minecraft:generic.movement_speed"}], Brain: {memories: {}}, DeathTime: 0s, DisabledSlots: 0, FallDistance: 0.0f, FallFlying: 0b, Fire: -1s, HandItems: [{}, {}], Health: 20.0f, HurtByTimestamp: 0, HurtTime: 0s, Invisible: 0b, Invulnerable: 0b, Motion: [0.0d, -0.0784000015258789d, 0.0d], NoBasePlate: 0b, OnGround: 1b, PortalCooldown: 0, Pos: [9.5d, -62.0d, 9.5d], Pose: {Body: [0.0f, -0.6793208f, 0.0f], Head: [3.2696815f, -3.9232292f, 0.0f]}, Rotation: [0.0f, 0.0f], ShowArms: 0b, Small: 0b, UUID: [I; 1887694302, -1291892319, -2131328721, 259799996], id: "minecraft:armor_stand"}} - ], - palette: [ - "minecraft:polished_andesite", - "minecraft:glass", - "minecraft:red_terracotta", - "minecraft:emerald_block", - "minecraft:observer{facing:west,powered:false}", - "minecraft:note_block{instrument:bit,note:0,powered:false}", - "minecraft:air", - "minecraft:water{level:7}", - "minecraft:water{level:6}", - "minecraft:water{level:5}", - "minecraft:water{level:4}", - "minecraft:water{level:3}", - "minecraft:water{level:2}", - "minecraft:stone_pressure_plate{powered:false}", - "minecraft:water{level:1}", - "minecraft:smooth_stone_slab{type:bottom,waterlogged:false}", - "minecraft:water{level:0}", - "minecraft:tripwire{attached:false,disarmed:false,east:false,north:false,powered:false,south:false,west:false}", - "minecraft:dispenser{facing:west,triggered:false}" - ] -} diff --git a/testserver/gameteststructures/test_redstone.cart_signalstrength.snbt b/testserver/gameteststructures/test_redstone.cart_signalstrength.snbt deleted file mode 100644 index 184933ec4..000000000 --- a/testserver/gameteststructures/test_redstone.cart_signalstrength.snbt +++ /dev/null @@ -1,754 +0,0 @@ -{ - DataVersion: 2724, - size: [7, 5, 20], - data: [ - {pos: [0, 0, 0], state: "minecraft:yellow_concrete"}, - {pos: [0, 0, 1], state: "minecraft:yellow_concrete"}, - {pos: [0, 0, 2], state: "minecraft:yellow_concrete"}, - {pos: [0, 0, 3], state: "minecraft:yellow_concrete"}, - {pos: [0, 0, 4], state: "minecraft:yellow_concrete"}, - {pos: [0, 0, 5], state: "minecraft:yellow_concrete"}, - {pos: [0, 0, 6], state: "minecraft:yellow_concrete"}, - {pos: [0, 0, 7], state: "minecraft:yellow_concrete"}, - {pos: [0, 0, 8], state: "minecraft:yellow_concrete"}, - {pos: [0, 0, 9], state: "minecraft:yellow_concrete"}, - {pos: [0, 0, 10], state: "minecraft:yellow_concrete"}, - {pos: [0, 0, 11], state: "minecraft:yellow_concrete"}, - {pos: [0, 0, 12], state: "minecraft:yellow_concrete"}, - {pos: [0, 0, 13], state: "minecraft:yellow_concrete"}, - {pos: [0, 0, 14], state: "minecraft:yellow_concrete"}, - {pos: [0, 0, 15], state: "minecraft:yellow_concrete"}, - {pos: [0, 0, 16], state: "minecraft:yellow_concrete"}, - {pos: [0, 0, 17], state: "minecraft:yellow_concrete"}, - {pos: [0, 0, 18], state: "minecraft:yellow_concrete"}, - {pos: [0, 0, 19], state: "minecraft:yellow_concrete"}, - {pos: [1, 0, 0], state: "minecraft:yellow_concrete"}, - {pos: [1, 0, 1], state: "minecraft:yellow_concrete"}, - {pos: [1, 0, 2], state: "minecraft:yellow_concrete"}, - {pos: [1, 0, 3], state: "minecraft:yellow_concrete"}, - {pos: [1, 0, 4], state: "minecraft:yellow_concrete"}, - {pos: [1, 0, 5], state: "minecraft:yellow_concrete"}, - {pos: [1, 0, 6], state: "minecraft:yellow_concrete"}, - {pos: [1, 0, 7], state: "minecraft:yellow_concrete"}, - {pos: [1, 0, 8], state: "minecraft:yellow_concrete"}, - {pos: [1, 0, 9], state: "minecraft:yellow_concrete"}, - {pos: [1, 0, 10], state: "minecraft:yellow_concrete"}, - {pos: [1, 0, 11], state: "minecraft:yellow_concrete"}, - {pos: [1, 0, 12], state: "minecraft:yellow_concrete"}, - {pos: [1, 0, 13], state: "minecraft:yellow_concrete"}, - {pos: [1, 0, 14], state: "minecraft:yellow_concrete"}, - {pos: [1, 0, 15], state: "minecraft:yellow_concrete"}, - {pos: [1, 0, 16], state: "minecraft:yellow_concrete"}, - {pos: [1, 0, 17], state: "minecraft:yellow_concrete"}, - {pos: [1, 0, 18], state: "minecraft:yellow_concrete"}, - {pos: [1, 0, 19], state: "minecraft:yellow_concrete"}, - {pos: [2, 0, 0], state: "minecraft:yellow_concrete"}, - {pos: [2, 0, 1], state: "minecraft:yellow_concrete"}, - {pos: [2, 0, 2], state: "minecraft:yellow_concrete"}, - {pos: [2, 0, 3], state: "minecraft:yellow_concrete"}, - {pos: [2, 0, 4], state: "minecraft:yellow_concrete"}, - {pos: [2, 0, 5], state: "minecraft:yellow_concrete"}, - {pos: [2, 0, 6], state: "minecraft:yellow_concrete"}, - {pos: [2, 0, 7], state: "minecraft:yellow_concrete"}, - {pos: [2, 0, 8], state: "minecraft:yellow_concrete"}, - {pos: [2, 0, 9], state: "minecraft:yellow_concrete"}, - {pos: [2, 0, 10], state: "minecraft:yellow_concrete"}, - {pos: [2, 0, 11], state: "minecraft:yellow_concrete"}, - {pos: [2, 0, 12], state: "minecraft:yellow_concrete"}, - {pos: [2, 0, 13], state: "minecraft:yellow_concrete"}, - {pos: [2, 0, 14], state: "minecraft:yellow_concrete"}, - {pos: [2, 0, 15], state: "minecraft:yellow_concrete"}, - {pos: [2, 0, 16], state: "minecraft:yellow_concrete"}, - {pos: [2, 0, 17], state: "minecraft:yellow_concrete"}, - {pos: [2, 0, 18], state: "minecraft:yellow_concrete"}, - {pos: [2, 0, 19], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 0], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 1], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 2], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 3], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 4], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 5], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 6], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 7], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 8], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 9], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 10], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 11], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 12], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 13], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 14], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 15], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 16], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 17], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 18], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 19], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 0], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 1], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 2], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 3], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 4], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 5], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 6], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 7], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 8], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 9], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 10], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 11], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 12], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 13], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 14], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 15], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 16], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 17], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 18], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 19], state: "minecraft:yellow_concrete"}, - {pos: [5, 0, 0], state: "minecraft:yellow_concrete"}, - {pos: [5, 0, 1], state: "minecraft:yellow_concrete"}, - {pos: [5, 0, 2], state: "minecraft:yellow_concrete"}, - {pos: [5, 0, 3], state: "minecraft:yellow_concrete"}, - {pos: [5, 0, 4], state: "minecraft:yellow_concrete"}, - {pos: [5, 0, 5], state: "minecraft:yellow_concrete"}, - {pos: [5, 0, 6], state: "minecraft:yellow_concrete"}, - {pos: [5, 0, 7], state: "minecraft:yellow_concrete"}, - {pos: [5, 0, 8], state: "minecraft:yellow_concrete"}, - {pos: [5, 0, 9], state: "minecraft:yellow_concrete"}, - {pos: [5, 0, 10], state: "minecraft:yellow_concrete"}, - {pos: [5, 0, 11], state: "minecraft:yellow_concrete"}, - {pos: [5, 0, 12], state: "minecraft:yellow_concrete"}, - {pos: [5, 0, 13], state: "minecraft:yellow_concrete"}, - {pos: [5, 0, 14], state: "minecraft:yellow_concrete"}, - {pos: [5, 0, 15], state: "minecraft:yellow_concrete"}, - {pos: [5, 0, 16], state: "minecraft:yellow_concrete"}, - {pos: [5, 0, 17], state: "minecraft:yellow_concrete"}, - {pos: [5, 0, 18], state: "minecraft:yellow_concrete"}, - {pos: [5, 0, 19], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 0], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 1], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 2], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 3], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 4], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 5], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 6], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 7], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 8], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 9], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 10], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 11], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 12], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 13], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 14], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 15], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 16], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 17], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 18], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 19], state: "minecraft:yellow_concrete"}, - {pos: [0, 1, 0], state: "minecraft:air"}, - {pos: [0, 1, 1], state: "minecraft:air"}, - {pos: [0, 1, 2], state: "minecraft:air"}, - {pos: [0, 1, 3], state: "minecraft:air"}, - {pos: [0, 1, 4], state: "minecraft:air"}, - {pos: [0, 1, 5], state: "minecraft:air"}, - {pos: [0, 1, 6], state: "minecraft:air"}, - {pos: [0, 1, 7], state: "minecraft:air"}, - {pos: [0, 1, 8], state: "minecraft:air"}, - {pos: [0, 1, 9], state: "minecraft:air"}, - {pos: [0, 1, 10], state: "minecraft:air"}, - {pos: [0, 1, 11], state: "minecraft:air"}, - {pos: [0, 1, 12], state: "minecraft:air"}, - {pos: [0, 1, 13], state: "minecraft:air"}, - {pos: [0, 1, 14], state: "minecraft:air"}, - {pos: [0, 1, 15], state: "minecraft:air"}, - {pos: [0, 1, 16], state: "minecraft:air"}, - {pos: [0, 1, 17], state: "minecraft:air"}, - {pos: [0, 1, 18], state: "minecraft:air"}, - {pos: [0, 1, 19], state: "minecraft:air"}, - {pos: [1, 1, 0], state: "minecraft:air"}, - {pos: [1, 1, 1], state: "minecraft:detector_rail{powered:true,shape:north_south,waterlogged:false}"}, - {pos: [1, 1, 2], state: "minecraft:comparator{facing:north,mode:compare,powered:true}", nbt: {OutputSignal: 10, id: "minecraft:comparator"}}, - {pos: [1, 1, 3], state: "minecraft:redstone_wire{east:none,north:side,power:10,south:side,west:none}"}, - {pos: [1, 1, 4], state: "minecraft:redstone_wire{east:none,north:side,power:9,south:side,west:none}"}, - {pos: [1, 1, 5], state: "minecraft:redstone_wire{east:none,north:side,power:8,south:side,west:none}"}, - {pos: [1, 1, 6], state: "minecraft:redstone_wire{east:none,north:side,power:7,south:side,west:none}"}, - {pos: [1, 1, 7], state: "minecraft:redstone_wire{east:none,north:side,power:6,south:side,west:none}"}, - {pos: [1, 1, 8], state: "minecraft:redstone_wire{east:none,north:side,power:5,south:side,west:none}"}, - {pos: [1, 1, 9], state: "minecraft:redstone_wire{east:none,north:side,power:4,south:side,west:none}"}, - {pos: [1, 1, 10], state: "minecraft:redstone_wire{east:none,north:side,power:3,south:side,west:none}"}, - {pos: [1, 1, 11], state: "minecraft:redstone_wire{east:none,north:side,power:2,south:side,west:none}"}, - {pos: [1, 1, 12], state: "minecraft:redstone_wire{east:up,north:side,power:1,south:side,west:none}"}, - {pos: [1, 1, 13], state: "minecraft:redstone_wire{east:side,north:side,power:0,south:none,west:none}"}, - {pos: [1, 1, 14], state: "minecraft:air"}, - {pos: [1, 1, 15], state: "minecraft:emerald_block"}, - {pos: [1, 1, 16], state: "minecraft:air"}, - {pos: [1, 1, 17], state: "minecraft:air"}, - {pos: [1, 1, 18], state: "minecraft:red_terracotta"}, - {pos: [1, 1, 19], state: "minecraft:air"}, - {pos: [2, 1, 0], state: "minecraft:air"}, - {pos: [2, 1, 1], state: "minecraft:air"}, - {pos: [2, 1, 2], state: "minecraft:air"}, - {pos: [2, 1, 3], state: "minecraft:air"}, - {pos: [2, 1, 4], state: "minecraft:air"}, - {pos: [2, 1, 5], state: "minecraft:air"}, - {pos: [2, 1, 6], state: "minecraft:air"}, - {pos: [2, 1, 7], state: "minecraft:air"}, - {pos: [2, 1, 8], state: "minecraft:air"}, - {pos: [2, 1, 9], state: "minecraft:air"}, - {pos: [2, 1, 10], state: "minecraft:air"}, - {pos: [2, 1, 11], state: "minecraft:air"}, - {pos: [2, 1, 12], state: "minecraft:white_concrete"}, - {pos: [2, 1, 13], state: "minecraft:repeater{delay:1,facing:west,locked:false,powered:false}"}, - {pos: [2, 1, 14], state: "minecraft:air"}, - {pos: [2, 1, 15], state: "minecraft:repeater{delay:4,facing:east,locked:false,powered:false}"}, - {pos: [2, 1, 16], state: "minecraft:air"}, - {pos: [2, 1, 17], state: "minecraft:air"}, - {pos: [2, 1, 18], state: "minecraft:repeater{delay:4,facing:west,locked:false,powered:false}"}, - {pos: [2, 1, 19], state: "minecraft:air"}, - {pos: [3, 1, 0], state: "minecraft:air"}, - {pos: [3, 1, 1], state: "minecraft:detector_rail{powered:true,shape:north_south,waterlogged:false}"}, - {pos: [3, 1, 2], state: "minecraft:comparator{facing:north,mode:compare,powered:true}", nbt: {OutputSignal: 15, id: "minecraft:comparator"}}, - {pos: [3, 1, 3], state: "minecraft:white_concrete"}, - {pos: [3, 1, 4], state: "minecraft:redstone_wall_torch{facing:south,lit:false}"}, - {pos: [3, 1, 5], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [3, 1, 6], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [3, 1, 7], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [3, 1, 8], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [3, 1, 9], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [3, 1, 10], state: "minecraft:redstone_wire{east:side,north:side,power:0,south:none,west:none}"}, - {pos: [3, 1, 11], state: "minecraft:air"}, - {pos: [3, 1, 12], state: "minecraft:redstone_wall_torch{facing:east,lit:false}"}, - {pos: [3, 1, 13], state: "minecraft:redstone_wire{east:side,north:side,power:0,south:side,west:side}"}, - {pos: [3, 1, 14], state: "minecraft:repeater{delay:1,facing:north,locked:false,powered:false}"}, - {pos: [3, 1, 15], state: "minecraft:comparator{facing:east,mode:subtract,powered:false}", nbt: {OutputSignal: 0, id: "minecraft:comparator"}}, - {pos: [3, 1, 16], state: "minecraft:air"}, - {pos: [3, 1, 17], state: "minecraft:air"}, - {pos: [3, 1, 18], state: "minecraft:repeater{delay:4,facing:west,locked:false,powered:false}"}, - {pos: [3, 1, 19], state: "minecraft:air"}, - {pos: [4, 1, 0], state: "minecraft:redstone_block"}, - {pos: [4, 1, 1], state: "minecraft:repeater{delay:1,facing:north,locked:false,powered:true}"}, - {pos: [4, 1, 2], state: "minecraft:repeater{delay:1,facing:east,locked:true,powered:true}"}, - {pos: [4, 1, 3], state: "minecraft:air"}, - {pos: [4, 1, 4], state: "minecraft:air"}, - {pos: [4, 1, 5], state: "minecraft:air"}, - {pos: [4, 1, 6], state: "minecraft:air"}, - {pos: [4, 1, 7], state: "minecraft:air"}, - {pos: [4, 1, 8], state: "minecraft:air"}, - {pos: [4, 1, 9], state: "minecraft:air"}, - {pos: [4, 1, 10], state: "minecraft:redstone_wire{east:up,north:none,power:0,south:side,west:side}"}, - {pos: [4, 1, 11], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [4, 1, 12], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:side}"}, - {pos: [4, 1, 13], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:none,west:side}"}, - {pos: [4, 1, 14], state: "minecraft:air"}, - {pos: [4, 1, 15], state: "minecraft:repeater{delay:4,facing:east,locked:false,powered:false}"}, - {pos: [4, 1, 16], state: "minecraft:air"}, - {pos: [4, 1, 17], state: "minecraft:air"}, - {pos: [4, 1, 18], state: "minecraft:repeater{delay:4,facing:west,locked:false,powered:false}"}, - {pos: [4, 1, 19], state: "minecraft:air"}, - {pos: [5, 1, 0], state: "minecraft:air"}, - {pos: [5, 1, 1], state: "minecraft:detector_rail{powered:true,shape:north_south,waterlogged:false}"}, - {pos: [5, 1, 2], state: "minecraft:comparator{facing:north,mode:compare,powered:true}", nbt: {OutputSignal: 5, id: "minecraft:comparator"}}, - {pos: [5, 1, 3], state: "minecraft:redstone_wire{east:none,north:side,power:5,south:side,west:none}"}, - {pos: [5, 1, 4], state: "minecraft:redstone_wire{east:none,north:side,power:4,south:side,west:none}"}, - {pos: [5, 1, 5], state: "minecraft:redstone_wire{east:none,north:side,power:3,south:up,west:none}"}, - {pos: [5, 1, 6], state: "minecraft:white_concrete"}, - {pos: [5, 1, 7], state: "minecraft:redstone_wire{east:none,north:up,power:1,south:side,west:none}"}, - {pos: [5, 1, 8], state: "minecraft:white_concrete"}, - {pos: [5, 1, 9], state: "minecraft:redstone_wall_torch{facing:south,lit:false}"}, - {pos: [5, 1, 10], state: "minecraft:white_concrete"}, - {pos: [5, 1, 11], state: "minecraft:repeater{delay:1,facing:north,locked:false,powered:false}"}, - {pos: [5, 1, 12], state: "minecraft:white_concrete"}, - {pos: [5, 1, 13], state: "minecraft:air"}, - {pos: [5, 1, 14], state: "minecraft:air"}, - {pos: [5, 1, 15], state: "minecraft:repeater{delay:4,facing:east,locked:false,powered:false}"}, - {pos: [5, 1, 16], state: "minecraft:air"}, - {pos: [5, 1, 17], state: "minecraft:air"}, - {pos: [5, 1, 18], state: "minecraft:repeater{delay:4,facing:west,locked:false,powered:false}"}, - {pos: [5, 1, 19], state: "minecraft:air"}, - {pos: [6, 1, 0], state: "minecraft:air"}, - {pos: [6, 1, 1], state: "minecraft:air"}, - {pos: [6, 1, 2], state: "minecraft:air"}, - {pos: [6, 1, 3], state: "minecraft:air"}, - {pos: [6, 1, 4], state: "minecraft:air"}, - {pos: [6, 1, 5], state: "minecraft:air"}, - {pos: [6, 1, 6], state: "minecraft:air"}, - {pos: [6, 1, 7], state: "minecraft:air"}, - {pos: [6, 1, 8], state: "minecraft:air"}, - {pos: [6, 1, 9], state: "minecraft:air"}, - {pos: [6, 1, 10], state: "minecraft:air"}, - {pos: [6, 1, 11], state: "minecraft:air"}, - {pos: [6, 1, 12], state: "minecraft:air"}, - {pos: [6, 1, 13], state: "minecraft:air"}, - {pos: [6, 1, 14], state: "minecraft:air"}, - {pos: [6, 1, 15], state: "minecraft:yellow_concrete"}, - {pos: [6, 1, 16], state: "minecraft:repeater{delay:4,facing:south,locked:false,powered:false}"}, - {pos: [6, 1, 17], state: "minecraft:repeater{delay:4,facing:south,locked:false,powered:false}"}, - {pos: [6, 1, 18], state: "minecraft:yellow_concrete"}, - {pos: [6, 1, 19], state: "minecraft:air"}, - {pos: [0, 2, 0], state: "minecraft:air"}, - {pos: [0, 2, 1], state: "minecraft:air"}, - {pos: [0, 2, 2], state: "minecraft:air"}, - {pos: [0, 2, 3], state: "minecraft:air"}, - {pos: [0, 2, 4], state: "minecraft:air"}, - {pos: [0, 2, 5], state: "minecraft:air"}, - {pos: [0, 2, 6], state: "minecraft:air"}, - {pos: [0, 2, 7], state: "minecraft:air"}, - {pos: [0, 2, 8], state: "minecraft:air"}, - {pos: [0, 2, 9], state: "minecraft:air"}, - {pos: [0, 2, 10], state: "minecraft:air"}, - {pos: [0, 2, 11], state: "minecraft:air"}, - {pos: [0, 2, 12], state: "minecraft:air"}, - {pos: [0, 2, 13], state: "minecraft:air"}, - {pos: [0, 2, 14], state: "minecraft:air"}, - {pos: [0, 2, 15], state: "minecraft:air"}, - {pos: [0, 2, 16], state: "minecraft:air"}, - {pos: [0, 2, 17], state: "minecraft:air"}, - {pos: [0, 2, 18], state: "minecraft:air"}, - {pos: [0, 2, 19], state: "minecraft:air"}, - {pos: [1, 2, 0], state: "minecraft:air"}, - {pos: [1, 2, 1], state: "minecraft:air"}, - {pos: [1, 2, 2], state: "minecraft:white_concrete"}, - {pos: [1, 2, 3], state: "minecraft:air"}, - {pos: [1, 2, 4], state: "minecraft:air"}, - {pos: [1, 2, 5], state: "minecraft:air"}, - {pos: [1, 2, 6], state: "minecraft:air"}, - {pos: [1, 2, 7], state: "minecraft:air"}, - {pos: [1, 2, 8], state: "minecraft:air"}, - {pos: [1, 2, 9], state: "minecraft:air"}, - {pos: [1, 2, 10], state: "minecraft:air"}, - {pos: [1, 2, 11], state: "minecraft:air"}, - {pos: [1, 2, 12], state: "minecraft:air"}, - {pos: [1, 2, 13], state: "minecraft:air"}, - {pos: [1, 2, 14], state: "minecraft:air"}, - {pos: [1, 2, 15], state: "minecraft:note_block{instrument:bit,note:0,powered:false}"}, - {pos: [1, 2, 16], state: "minecraft:air"}, - {pos: [1, 2, 17], state: "minecraft:air"}, - {pos: [1, 2, 18], state: "minecraft:air"}, - {pos: [1, 2, 19], state: "minecraft:air"}, - {pos: [2, 2, 0], state: "minecraft:air"}, - {pos: [2, 2, 1], state: "minecraft:air"}, - {pos: [2, 2, 2], state: "minecraft:air"}, - {pos: [2, 2, 3], state: "minecraft:air"}, - {pos: [2, 2, 4], state: "minecraft:air"}, - {pos: [2, 2, 5], state: "minecraft:air"}, - {pos: [2, 2, 6], state: "minecraft:air"}, - {pos: [2, 2, 7], state: "minecraft:air"}, - {pos: [2, 2, 8], state: "minecraft:air"}, - {pos: [2, 2, 9], state: "minecraft:air"}, - {pos: [2, 2, 10], state: "minecraft:air"}, - {pos: [2, 2, 11], state: "minecraft:air"}, - {pos: [2, 2, 12], state: "minecraft:redstone_wire{east:side,north:none,power:0,south:none,west:side}"}, - {pos: [2, 2, 13], state: "minecraft:air"}, - {pos: [2, 2, 14], state: "minecraft:air"}, - {pos: [2, 2, 15], state: "minecraft:air"}, - {pos: [2, 2, 16], state: "minecraft:air"}, - {pos: [2, 2, 17], state: "minecraft:air"}, - {pos: [2, 2, 18], state: "minecraft:air"}, - {pos: [2, 2, 19], state: "minecraft:air"}, - {pos: [3, 2, 0], state: "minecraft:air"}, - {pos: [3, 2, 1], state: "minecraft:air"}, - {pos: [3, 2, 2], state: "minecraft:white_concrete"}, - {pos: [3, 2, 3], state: "minecraft:air"}, - {pos: [3, 2, 4], state: "minecraft:air"}, - {pos: [3, 2, 5], state: "minecraft:air"}, - {pos: [3, 2, 6], state: "minecraft:air"}, - {pos: [3, 2, 7], state: "minecraft:air"}, - {pos: [3, 2, 8], state: "minecraft:air"}, - {pos: [3, 2, 9], state: "minecraft:air"}, - {pos: [3, 2, 10], state: "minecraft:air"}, - {pos: [3, 2, 11], state: "minecraft:air"}, - {pos: [3, 2, 12], state: "minecraft:air"}, - {pos: [3, 2, 13], state: "minecraft:air"}, - {pos: [3, 2, 14], state: "minecraft:air"}, - {pos: [3, 2, 15], state: "minecraft:air"}, - {pos: [3, 2, 16], state: "minecraft:air"}, - {pos: [3, 2, 17], state: "minecraft:air"}, - {pos: [3, 2, 18], state: "minecraft:air"}, - {pos: [3, 2, 19], state: "minecraft:air"}, - {pos: [4, 2, 0], state: "minecraft:air"}, - {pos: [4, 2, 1], state: "minecraft:air"}, - {pos: [4, 2, 2], state: "minecraft:air"}, - {pos: [4, 2, 3], state: "minecraft:air"}, - {pos: [4, 2, 4], state: "minecraft:air"}, - {pos: [4, 2, 5], state: "minecraft:air"}, - {pos: [4, 2, 6], state: "minecraft:air"}, - {pos: [4, 2, 7], state: "minecraft:air"}, - {pos: [4, 2, 8], state: "minecraft:air"}, - {pos: [4, 2, 9], state: "minecraft:air"}, - {pos: [4, 2, 10], state: "minecraft:air"}, - {pos: [4, 2, 11], state: "minecraft:air"}, - {pos: [4, 2, 12], state: "minecraft:air"}, - {pos: [4, 2, 13], state: "minecraft:air"}, - {pos: [4, 2, 14], state: "minecraft:air"}, - {pos: [4, 2, 15], state: "minecraft:air"}, - {pos: [4, 2, 16], state: "minecraft:air"}, - {pos: [4, 2, 17], state: "minecraft:air"}, - {pos: [4, 2, 18], state: "minecraft:air"}, - {pos: [4, 2, 19], state: "minecraft:air"}, - {pos: [5, 2, 0], state: "minecraft:air"}, - {pos: [5, 2, 1], state: "minecraft:air"}, - {pos: [5, 2, 2], state: "minecraft:white_concrete"}, - {pos: [5, 2, 3], state: "minecraft:air"}, - {pos: [5, 2, 4], state: "minecraft:air"}, - {pos: [5, 2, 5], state: "minecraft:air"}, - {pos: [5, 2, 6], state: "minecraft:redstone_wire{east:none,north:side,power:2,south:up,west:none}"}, - {pos: [5, 2, 7], state: "minecraft:white_stained_glass"}, - {pos: [5, 2, 8], state: "minecraft:white_stained_glass"}, - {pos: [5, 2, 9], state: "minecraft:white_concrete"}, - {pos: [5, 2, 10], state: "minecraft:redstone_wire{east:side,north:none,power:0,south:none,west:side}"}, - {pos: [5, 2, 11], state: "minecraft:air"}, - {pos: [5, 2, 12], state: "minecraft:air"}, - {pos: [5, 2, 13], state: "minecraft:air"}, - {pos: [5, 2, 14], state: "minecraft:air"}, - {pos: [5, 2, 15], state: "minecraft:air"}, - {pos: [5, 2, 16], state: "minecraft:air"}, - {pos: [5, 2, 17], state: "minecraft:air"}, - {pos: [5, 2, 18], state: "minecraft:air"}, - {pos: [5, 2, 19], state: "minecraft:air"}, - {pos: [6, 2, 0], state: "minecraft:air"}, - {pos: [6, 2, 1], state: "minecraft:air"}, - {pos: [6, 2, 2], state: "minecraft:air"}, - {pos: [6, 2, 3], state: "minecraft:air"}, - {pos: [6, 2, 4], state: "minecraft:air"}, - {pos: [6, 2, 5], state: "minecraft:air"}, - {pos: [6, 2, 6], state: "minecraft:air"}, - {pos: [6, 2, 7], state: "minecraft:air"}, - {pos: [6, 2, 8], state: "minecraft:air"}, - {pos: [6, 2, 9], state: "minecraft:air"}, - {pos: [6, 2, 10], state: "minecraft:air"}, - {pos: [6, 2, 11], state: "minecraft:air"}, - {pos: [6, 2, 12], state: "minecraft:air"}, - {pos: [6, 2, 13], state: "minecraft:air"}, - {pos: [6, 2, 14], state: "minecraft:air"}, - {pos: [6, 2, 15], state: "minecraft:air"}, - {pos: [6, 2, 16], state: "minecraft:air"}, - {pos: [6, 2, 17], state: "minecraft:air"}, - {pos: [6, 2, 18], state: "minecraft:air"}, - {pos: [6, 2, 19], state: "minecraft:air"}, - {pos: [0, 3, 0], state: "minecraft:air"}, - {pos: [0, 3, 1], state: "minecraft:air"}, - {pos: [0, 3, 2], state: "minecraft:air"}, - {pos: [0, 3, 3], state: "minecraft:air"}, - {pos: [0, 3, 4], state: "minecraft:air"}, - {pos: [0, 3, 5], state: "minecraft:air"}, - {pos: [0, 3, 6], state: "minecraft:air"}, - {pos: [0, 3, 7], state: "minecraft:air"}, - {pos: [0, 3, 8], state: "minecraft:air"}, - {pos: [0, 3, 9], state: "minecraft:air"}, - {pos: [0, 3, 10], state: "minecraft:air"}, - {pos: [0, 3, 11], state: "minecraft:air"}, - {pos: [0, 3, 12], state: "minecraft:air"}, - {pos: [0, 3, 13], state: "minecraft:air"}, - {pos: [0, 3, 14], state: "minecraft:air"}, - {pos: [0, 3, 15], state: "minecraft:air"}, - {pos: [0, 3, 16], state: "minecraft:air"}, - {pos: [0, 3, 17], state: "minecraft:air"}, - {pos: [0, 3, 18], state: "minecraft:air"}, - {pos: [0, 3, 19], state: "minecraft:air"}, - {pos: [1, 3, 0], state: "minecraft:air"}, - {pos: [1, 3, 1], state: "minecraft:air"}, - {pos: [1, 3, 2], state: "minecraft:redstone_wire{east:side,north:side,power:0,south:side,west:side}"}, - {pos: [1, 3, 3], state: "minecraft:air"}, - {pos: [1, 3, 4], state: "minecraft:air"}, - {pos: [1, 3, 5], state: "minecraft:air"}, - {pos: [1, 3, 6], state: "minecraft:air"}, - {pos: [1, 3, 7], state: "minecraft:air"}, - {pos: [1, 3, 8], state: "minecraft:air"}, - {pos: [1, 3, 9], state: "minecraft:air"}, - {pos: [1, 3, 10], state: "minecraft:air"}, - {pos: [1, 3, 11], state: "minecraft:air"}, - {pos: [1, 3, 12], state: "minecraft:air"}, - {pos: [1, 3, 13], state: "minecraft:air"}, - {pos: [1, 3, 14], state: "minecraft:air"}, - {pos: [1, 3, 15], state: "minecraft:air"}, - {pos: [1, 3, 16], state: "minecraft:air"}, - {pos: [1, 3, 17], state: "minecraft:air"}, - {pos: [1, 3, 18], state: "minecraft:air"}, - {pos: [1, 3, 19], state: "minecraft:air"}, - {pos: [2, 3, 0], state: "minecraft:air"}, - {pos: [2, 3, 1], state: "minecraft:air"}, - {pos: [2, 3, 2], state: "minecraft:red_terracotta"}, - {pos: [2, 3, 3], state: "minecraft:air"}, - {pos: [2, 3, 4], state: "minecraft:air"}, - {pos: [2, 3, 5], state: "minecraft:air"}, - {pos: [2, 3, 6], state: "minecraft:air"}, - {pos: [2, 3, 7], state: "minecraft:air"}, - {pos: [2, 3, 8], state: "minecraft:air"}, - {pos: [2, 3, 9], state: "minecraft:air"}, - {pos: [2, 3, 10], state: "minecraft:air"}, - {pos: [2, 3, 11], state: "minecraft:air"}, - {pos: [2, 3, 12], state: "minecraft:air"}, - {pos: [2, 3, 13], state: "minecraft:air"}, - {pos: [2, 3, 14], state: "minecraft:air"}, - {pos: [2, 3, 15], state: "minecraft:air"}, - {pos: [2, 3, 16], state: "minecraft:air"}, - {pos: [2, 3, 17], state: "minecraft:air"}, - {pos: [2, 3, 18], state: "minecraft:air"}, - {pos: [2, 3, 19], state: "minecraft:air"}, - {pos: [3, 3, 0], state: "minecraft:air"}, - {pos: [3, 3, 1], state: "minecraft:air"}, - {pos: [3, 3, 2], state: "minecraft:redstone_wire{east:side,north:side,power:0,south:side,west:side}"}, - {pos: [3, 3, 3], state: "minecraft:air"}, - {pos: [3, 3, 4], state: "minecraft:air"}, - {pos: [3, 3, 5], state: "minecraft:air"}, - {pos: [3, 3, 6], state: "minecraft:air"}, - {pos: [3, 3, 7], state: "minecraft:air"}, - {pos: [3, 3, 8], state: "minecraft:air"}, - {pos: [3, 3, 9], state: "minecraft:air"}, - {pos: [3, 3, 10], state: "minecraft:air"}, - {pos: [3, 3, 11], state: "minecraft:air"}, - {pos: [3, 3, 12], state: "minecraft:air"}, - {pos: [3, 3, 13], state: "minecraft:air"}, - {pos: [3, 3, 14], state: "minecraft:air"}, - {pos: [3, 3, 15], state: "minecraft:air"}, - {pos: [3, 3, 16], state: "minecraft:air"}, - {pos: [3, 3, 17], state: "minecraft:air"}, - {pos: [3, 3, 18], state: "minecraft:air"}, - {pos: [3, 3, 19], state: "minecraft:air"}, - {pos: [4, 3, 0], state: "minecraft:air"}, - {pos: [4, 3, 1], state: "minecraft:air"}, - {pos: [4, 3, 2], state: "minecraft:red_terracotta"}, - {pos: [4, 3, 3], state: "minecraft:air"}, - {pos: [4, 3, 4], state: "minecraft:air"}, - {pos: [4, 3, 5], state: "minecraft:air"}, - {pos: [4, 3, 6], state: "minecraft:air"}, - {pos: [4, 3, 7], state: "minecraft:air"}, - {pos: [4, 3, 8], state: "minecraft:air"}, - {pos: [4, 3, 9], state: "minecraft:air"}, - {pos: [4, 3, 10], state: "minecraft:air"}, - {pos: [4, 3, 11], state: "minecraft:air"}, - {pos: [4, 3, 12], state: "minecraft:air"}, - {pos: [4, 3, 13], state: "minecraft:air"}, - {pos: [4, 3, 14], state: "minecraft:air"}, - {pos: [4, 3, 15], state: "minecraft:air"}, - {pos: [4, 3, 16], state: "minecraft:air"}, - {pos: [4, 3, 17], state: "minecraft:air"}, - {pos: [4, 3, 18], state: "minecraft:air"}, - {pos: [4, 3, 19], state: "minecraft:air"}, - {pos: [5, 3, 0], state: "minecraft:air"}, - {pos: [5, 3, 1], state: "minecraft:air"}, - {pos: [5, 3, 2], state: "minecraft:redstone_wire{east:side,north:side,power:0,south:side,west:side}"}, - {pos: [5, 3, 3], state: "minecraft:air"}, - {pos: [5, 3, 4], state: "minecraft:air"}, - {pos: [5, 3, 5], state: "minecraft:air"}, - {pos: [5, 3, 6], state: "minecraft:air"}, - {pos: [5, 3, 7], state: "minecraft:redstone_wire{east:none,north:side,power:1,south:side,west:none}"}, - {pos: [5, 3, 8], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [5, 3, 9], state: "minecraft:repeater{delay:1,facing:north,locked:false,powered:false}"}, - {pos: [5, 3, 10], state: "minecraft:white_concrete"}, - {pos: [5, 3, 11], state: "minecraft:air"}, - {pos: [5, 3, 12], state: "minecraft:air"}, - {pos: [5, 3, 13], state: "minecraft:air"}, - {pos: [5, 3, 14], state: "minecraft:air"}, - {pos: [5, 3, 15], state: "minecraft:air"}, - {pos: [5, 3, 16], state: "minecraft:air"}, - {pos: [5, 3, 17], state: "minecraft:air"}, - {pos: [5, 3, 18], state: "minecraft:air"}, - {pos: [5, 3, 19], state: "minecraft:air"}, - {pos: [6, 3, 0], state: "minecraft:air"}, - {pos: [6, 3, 1], state: "minecraft:air"}, - {pos: [6, 3, 2], state: "minecraft:air"}, - {pos: [6, 3, 3], state: "minecraft:air"}, - {pos: [6, 3, 4], state: "minecraft:air"}, - {pos: [6, 3, 5], state: "minecraft:air"}, - {pos: [6, 3, 6], state: "minecraft:air"}, - {pos: [6, 3, 7], state: "minecraft:air"}, - {pos: [6, 3, 8], state: "minecraft:air"}, - {pos: [6, 3, 9], state: "minecraft:air"}, - {pos: [6, 3, 10], state: "minecraft:air"}, - {pos: [6, 3, 11], state: "minecraft:air"}, - {pos: [6, 3, 12], state: "minecraft:air"}, - {pos: [6, 3, 13], state: "minecraft:air"}, - {pos: [6, 3, 14], state: "minecraft:air"}, - {pos: [6, 3, 15], state: "minecraft:air"}, - {pos: [6, 3, 16], state: "minecraft:air"}, - {pos: [6, 3, 17], state: "minecraft:air"}, - {pos: [6, 3, 18], state: "minecraft:air"}, - {pos: [6, 3, 19], state: "minecraft:air"}, - {pos: [0, 4, 0], state: "minecraft:air"}, - {pos: [0, 4, 1], state: "minecraft:air"}, - {pos: [0, 4, 2], state: "minecraft:air"}, - {pos: [0, 4, 3], state: "minecraft:air"}, - {pos: [0, 4, 4], state: "minecraft:air"}, - {pos: [0, 4, 5], state: "minecraft:air"}, - {pos: [0, 4, 6], state: "minecraft:air"}, - {pos: [0, 4, 7], state: "minecraft:air"}, - {pos: [0, 4, 8], state: "minecraft:air"}, - {pos: [0, 4, 9], state: "minecraft:air"}, - {pos: [0, 4, 10], state: "minecraft:air"}, - {pos: [0, 4, 11], state: "minecraft:air"}, - {pos: [0, 4, 12], state: "minecraft:air"}, - {pos: [0, 4, 13], state: "minecraft:air"}, - {pos: [0, 4, 14], state: "minecraft:air"}, - {pos: [0, 4, 15], state: "minecraft:air"}, - {pos: [0, 4, 16], state: "minecraft:air"}, - {pos: [0, 4, 17], state: "minecraft:air"}, - {pos: [0, 4, 18], state: "minecraft:air"}, - {pos: [0, 4, 19], state: "minecraft:air"}, - {pos: [1, 4, 0], state: "minecraft:air"}, - {pos: [1, 4, 1], state: "minecraft:air"}, - {pos: [1, 4, 2], state: "minecraft:air"}, - {pos: [1, 4, 3], state: "minecraft:air"}, - {pos: [1, 4, 4], state: "minecraft:air"}, - {pos: [1, 4, 5], state: "minecraft:air"}, - {pos: [1, 4, 6], state: "minecraft:air"}, - {pos: [1, 4, 7], state: "minecraft:air"}, - {pos: [1, 4, 8], state: "minecraft:air"}, - {pos: [1, 4, 9], state: "minecraft:air"}, - {pos: [1, 4, 10], state: "minecraft:air"}, - {pos: [1, 4, 11], state: "minecraft:air"}, - {pos: [1, 4, 12], state: "minecraft:air"}, - {pos: [1, 4, 13], state: "minecraft:air"}, - {pos: [1, 4, 14], state: "minecraft:air"}, - {pos: [1, 4, 15], state: "minecraft:air"}, - {pos: [1, 4, 16], state: "minecraft:air"}, - {pos: [1, 4, 17], state: "minecraft:air"}, - {pos: [1, 4, 18], state: "minecraft:air"}, - {pos: [1, 4, 19], state: "minecraft:air"}, - {pos: [2, 4, 0], state: "minecraft:air"}, - {pos: [2, 4, 1], state: "minecraft:air"}, - {pos: [2, 4, 2], state: "minecraft:air"}, - {pos: [2, 4, 3], state: "minecraft:air"}, - {pos: [2, 4, 4], state: "minecraft:air"}, - {pos: [2, 4, 5], state: "minecraft:air"}, - {pos: [2, 4, 6], state: "minecraft:air"}, - {pos: [2, 4, 7], state: "minecraft:air"}, - {pos: [2, 4, 8], state: "minecraft:air"}, - {pos: [2, 4, 9], state: "minecraft:air"}, - {pos: [2, 4, 10], state: "minecraft:air"}, - {pos: [2, 4, 11], state: "minecraft:air"}, - {pos: [2, 4, 12], state: "minecraft:air"}, - {pos: [2, 4, 13], state: "minecraft:air"}, - {pos: [2, 4, 14], state: "minecraft:air"}, - {pos: [2, 4, 15], state: "minecraft:air"}, - {pos: [2, 4, 16], state: "minecraft:air"}, - {pos: [2, 4, 17], state: "minecraft:air"}, - {pos: [2, 4, 18], state: "minecraft:air"}, - {pos: [2, 4, 19], state: "minecraft:air"}, - {pos: [3, 4, 0], state: "minecraft:air"}, - {pos: [3, 4, 1], state: "minecraft:air"}, - {pos: [3, 4, 2], state: "minecraft:air"}, - {pos: [3, 4, 3], state: "minecraft:air"}, - {pos: [3, 4, 4], state: "minecraft:air"}, - {pos: [3, 4, 5], state: "minecraft:air"}, - {pos: [3, 4, 6], state: "minecraft:air"}, - {pos: [3, 4, 7], state: "minecraft:air"}, - {pos: [3, 4, 8], state: "minecraft:air"}, - {pos: [3, 4, 9], state: "minecraft:air"}, - {pos: [3, 4, 10], state: "minecraft:air"}, - {pos: [3, 4, 11], state: "minecraft:air"}, - {pos: [3, 4, 12], state: "minecraft:air"}, - {pos: [3, 4, 13], state: "minecraft:air"}, - {pos: [3, 4, 14], state: "minecraft:air"}, - {pos: [3, 4, 15], state: "minecraft:air"}, - {pos: [3, 4, 16], state: "minecraft:air"}, - {pos: [3, 4, 17], state: "minecraft:air"}, - {pos: [3, 4, 18], state: "minecraft:air"}, - {pos: [3, 4, 19], state: "minecraft:air"}, - {pos: [4, 4, 0], state: "minecraft:air"}, - {pos: [4, 4, 1], state: "minecraft:air"}, - {pos: [4, 4, 2], state: "minecraft:air"}, - {pos: [4, 4, 3], state: "minecraft:air"}, - {pos: [4, 4, 4], state: "minecraft:air"}, - {pos: [4, 4, 5], state: "minecraft:air"}, - {pos: [4, 4, 6], state: "minecraft:air"}, - {pos: [4, 4, 7], state: "minecraft:air"}, - {pos: [4, 4, 8], state: "minecraft:air"}, - {pos: [4, 4, 9], state: "minecraft:air"}, - {pos: [4, 4, 10], state: "minecraft:air"}, - {pos: [4, 4, 11], state: "minecraft:air"}, - {pos: [4, 4, 12], state: "minecraft:air"}, - {pos: [4, 4, 13], state: "minecraft:air"}, - {pos: [4, 4, 14], state: "minecraft:air"}, - {pos: [4, 4, 15], state: "minecraft:air"}, - {pos: [4, 4, 16], state: "minecraft:air"}, - {pos: [4, 4, 17], state: "minecraft:air"}, - {pos: [4, 4, 18], state: "minecraft:air"}, - {pos: [4, 4, 19], state: "minecraft:air"}, - {pos: [5, 4, 0], state: "minecraft:air"}, - {pos: [5, 4, 1], state: "minecraft:air"}, - {pos: [5, 4, 2], state: "minecraft:air"}, - {pos: [5, 4, 3], state: "minecraft:air"}, - {pos: [5, 4, 4], state: "minecraft:air"}, - {pos: [5, 4, 5], state: "minecraft:air"}, - {pos: [5, 4, 6], state: "minecraft:air"}, - {pos: [5, 4, 7], state: "minecraft:air"}, - {pos: [5, 4, 8], state: "minecraft:air"}, - {pos: [5, 4, 9], state: "minecraft:air"}, - {pos: [5, 4, 10], state: "minecraft:air"}, - {pos: [5, 4, 11], state: "minecraft:air"}, - {pos: [5, 4, 12], state: "minecraft:air"}, - {pos: [5, 4, 13], state: "minecraft:air"}, - {pos: [5, 4, 14], state: "minecraft:air"}, - {pos: [5, 4, 15], state: "minecraft:air"}, - {pos: [5, 4, 16], state: "minecraft:air"}, - {pos: [5, 4, 17], state: "minecraft:air"}, - {pos: [5, 4, 18], state: "minecraft:air"}, - {pos: [5, 4, 19], state: "minecraft:air"}, - {pos: [6, 4, 0], state: "minecraft:air"}, - {pos: [6, 4, 1], state: "minecraft:air"}, - {pos: [6, 4, 2], state: "minecraft:air"}, - {pos: [6, 4, 3], state: "minecraft:air"}, - {pos: [6, 4, 4], state: "minecraft:air"}, - {pos: [6, 4, 5], state: "minecraft:air"}, - {pos: [6, 4, 6], state: "minecraft:air"}, - {pos: [6, 4, 7], state: "minecraft:air"}, - {pos: [6, 4, 8], state: "minecraft:air"}, - {pos: [6, 4, 9], state: "minecraft:air"}, - {pos: [6, 4, 10], state: "minecraft:air"}, - {pos: [6, 4, 11], state: "minecraft:air"}, - {pos: [6, 4, 12], state: "minecraft:air"}, - {pos: [6, 4, 13], state: "minecraft:air"}, - {pos: [6, 4, 14], state: "minecraft:air"}, - {pos: [6, 4, 15], state: "minecraft:air"}, - {pos: [6, 4, 16], state: "minecraft:air"}, - {pos: [6, 4, 17], state: "minecraft:air"}, - {pos: [6, 4, 18], state: "minecraft:air"}, - {pos: [6, 4, 19], state: "minecraft:air"} - ], - entities: [ - {blockPos: [1, 1, 1], pos: [1.5d, 1.0625d, 1.5d], nbt: {Air: 300s, Enabled: 1b, FallDistance: 0.0f, Fire: -1s, Invulnerable: 0b, Items: [{Count: 64b, Slot: 0b, id: "minecraft:white_concrete"}, {Count: 64b, Slot: 1b, id: "minecraft:white_concrete"}, {Count: 64b, Slot: 2b, id: "minecraft:white_concrete"}, {Count: 21b, Slot: 3b, id: "minecraft:white_concrete"}], Motion: [0.0d, 0.0d, 0.0d], OnGround: 0b, PortalCooldown: 0, Pos: [222.5d, 3.0625d, 952.5d], Rotation: [0.0f, 0.0f], TransferCooldown: 0, UUID: [I; -1793477020, 1943358251, -2062939956, 168492701], id: "minecraft:hopper_minecart"}}, - {blockPos: [5, 1, 1], pos: [5.5d, 1.0625d, 1.5d], nbt: {Air: 300s, FallDistance: 0.0f, Fire: -1s, Invulnerable: 0b, Items: [{Count: 64b, Slot: 9b, id: "minecraft:white_concrete"}, {Count: 64b, Slot: 10b, id: "minecraft:white_concrete"}, {Count: 64b, Slot: 11b, id: "minecraft:white_concrete"}, {Count: 64b, Slot: 12b, id: "minecraft:white_concrete"}, {Count: 64b, Slot: 13b, id: "minecraft:white_concrete"}, {Count: 64b, Slot: 14b, id: "minecraft:white_concrete"}, {Count: 64b, Slot: 15b, id: "minecraft:white_concrete"}, {Count: 64b, Slot: 16b, id: "minecraft:white_concrete"}, {Count: 64b, Slot: 17b, id: "minecraft:white_concrete"}], Motion: [0.0d, 0.0d, 0.0d], OnGround: 0b, PortalCooldown: 0, Pos: [226.5d, 3.0625d, 952.5d], Rotation: [0.0f, 0.0f], UUID: [I; 1486412517, 1174159512, -1630465673, -716453935], id: "minecraft:chest_minecart"}}, - {blockPos: [3, 1, 1], pos: [3.5d, 1.0625d, 1.5d], nbt: {Air: 300s, Enabled: 1b, FallDistance: 0.0f, Fire: -1s, Invulnerable: 0b, Items: [{Count: 64b, Slot: 0b, id: "minecraft:white_concrete"}, {Count: 64b, Slot: 1b, id: "minecraft:white_concrete"}, {Count: 64b, Slot: 2b, id: "minecraft:white_concrete"}, {Count: 64b, Slot: 3b, id: "minecraft:white_concrete"}, {Count: 64b, Slot: 4b, id: "minecraft:white_concrete"}], Motion: [0.0d, 0.0d, 0.0d], OnGround: 0b, PortalCooldown: 0, Pos: [224.5d, 3.0625d, 952.5d], Rotation: [0.0f, 0.0f], TransferCooldown: 0, UUID: [I; -1786482031, -1513666107, -1816818335, 1329644081], id: "minecraft:hopper_minecart"}} - ], - palette: [ - "minecraft:yellow_concrete", - "minecraft:emerald_block", - "minecraft:red_terracotta", - "minecraft:white_concrete", - "minecraft:redstone_block", - "minecraft:note_block{instrument:bit,note:0,powered:false}", - "minecraft:white_stained_glass", - "minecraft:air", - "minecraft:detector_rail{powered:true,shape:north_south,waterlogged:false}", - "minecraft:redstone_wire{east:none,north:side,power:10,south:side,west:none}", - "minecraft:redstone_wire{east:none,north:side,power:9,south:side,west:none}", - "minecraft:redstone_wire{east:none,north:side,power:8,south:side,west:none}", - "minecraft:redstone_wire{east:none,north:side,power:7,south:side,west:none}", - "minecraft:redstone_wire{east:none,north:side,power:6,south:side,west:none}", - "minecraft:redstone_wire{east:none,north:side,power:5,south:side,west:none}", - "minecraft:redstone_wire{east:none,north:side,power:4,south:side,west:none}", - "minecraft:redstone_wire{east:none,north:side,power:3,south:side,west:none}", - "minecraft:redstone_wire{east:none,north:side,power:2,south:side,west:none}", - "minecraft:redstone_wire{east:up,north:side,power:1,south:side,west:none}", - "minecraft:redstone_wire{east:side,north:side,power:0,south:none,west:none}", - "minecraft:repeater{delay:1,facing:west,locked:false,powered:false}", - "minecraft:repeater{delay:4,facing:east,locked:false,powered:false}", - "minecraft:repeater{delay:4,facing:west,locked:false,powered:false}", - "minecraft:redstone_wall_torch{facing:south,lit:false}", - "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}", - "minecraft:redstone_wall_torch{facing:east,lit:false}", - "minecraft:redstone_wire{east:side,north:side,power:0,south:side,west:side}", - "minecraft:repeater{delay:1,facing:north,locked:false,powered:false}", - "minecraft:repeater{delay:1,facing:north,locked:false,powered:true}", - "minecraft:repeater{delay:1,facing:east,locked:true,powered:true}", - "minecraft:redstone_wire{east:up,north:none,power:0,south:side,west:side}", - "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:side}", - "minecraft:redstone_wire{east:none,north:side,power:0,south:none,west:side}", - "minecraft:redstone_wire{east:none,north:side,power:3,south:up,west:none}", - "minecraft:redstone_wire{east:none,north:up,power:1,south:side,west:none}", - "minecraft:repeater{delay:4,facing:south,locked:false,powered:false}", - "minecraft:redstone_wire{east:side,north:none,power:0,south:none,west:side}", - "minecraft:redstone_wire{east:none,north:side,power:2,south:up,west:none}", - "minecraft:redstone_wire{east:none,north:side,power:1,south:side,west:none}", - "minecraft:comparator{facing:north,mode:compare,powered:true}", - "minecraft:comparator{facing:east,mode:subtract,powered:false}" - ] -} diff --git a/testserver/gameteststructures/test_redstone.comparator_update_collection.snbt b/testserver/gameteststructures/test_redstone.comparator_update_collection.snbt deleted file mode 100644 index 895e70b6c..000000000 --- a/testserver/gameteststructures/test_redstone.comparator_update_collection.snbt +++ /dev/null @@ -1,3054 +0,0 @@ -{ - DataVersion: 2719, - size: [10, 10, 30], - data: [ - {pos: [0, 0, 0], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 1], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 2], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 3], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 4], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 5], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 6], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 7], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 8], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 9], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 10], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 11], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 12], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 13], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 14], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 15], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 16], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 17], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 18], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 19], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 20], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 21], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 22], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 23], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 24], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 25], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 26], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 27], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 28], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 29], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 0], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 1], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 2], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 3], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 4], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 5], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 6], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 7], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 8], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 9], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 10], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 11], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 12], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 13], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 14], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 15], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 16], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 17], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 18], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 19], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 20], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 21], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 22], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 23], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 24], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 25], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 26], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 27], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 28], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 29], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 0], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 1], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 2], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 3], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 4], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 5], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 6], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 7], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 8], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 9], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 10], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 11], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 12], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 13], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 14], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 15], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 16], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 17], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 18], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 19], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 20], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 21], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 22], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 23], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 24], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 25], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 26], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 27], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 28], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 29], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 0], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 1], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 2], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 3], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 4], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 5], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 6], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 7], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 8], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 9], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 10], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 11], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 12], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 13], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 14], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 15], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 16], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 17], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 18], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 19], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 20], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 21], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 22], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 23], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 24], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 25], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 26], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 27], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 28], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 29], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 0], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 1], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 2], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 3], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 4], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 5], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 6], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 7], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 8], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 9], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 10], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 11], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 12], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 13], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 14], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 15], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 16], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 17], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 18], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 19], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 20], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 21], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 22], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 23], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 24], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 25], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 26], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 27], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 28], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 29], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 0], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 1], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 2], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 3], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 4], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 5], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 6], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 7], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 8], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 9], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 10], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 11], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 12], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 13], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 14], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 15], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 16], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 17], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 18], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 19], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 20], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 21], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 22], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 23], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 24], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 25], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 26], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 27], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 28], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 29], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 0], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 1], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 2], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 3], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 4], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 5], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 6], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 7], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 8], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 9], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 10], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 11], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 12], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 13], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 14], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 15], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 16], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 17], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 18], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 19], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 20], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 21], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 22], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 23], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 24], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 25], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 26], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 27], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 28], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 29], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 0], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 1], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 2], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 3], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 4], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 5], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 6], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 7], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 8], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 9], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 10], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 11], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 12], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 13], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 14], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 15], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 16], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 17], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 18], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 19], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 20], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 21], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 22], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 23], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 24], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 25], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 26], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 27], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 28], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 29], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 0], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 1], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 2], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 3], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 4], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 5], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 6], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 7], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 8], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 9], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 10], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 11], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 12], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 13], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 14], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 15], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 16], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 17], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 18], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 19], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 20], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 21], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 22], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 23], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 24], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 25], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 26], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 27], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 28], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 29], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 0], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 1], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 2], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 3], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 4], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 5], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 6], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 7], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 8], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 9], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 10], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 11], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 12], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 13], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 14], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 15], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 16], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 17], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 18], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 19], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 20], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 21], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 22], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 23], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 24], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 25], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 26], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 27], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 28], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 29], state: "minecraft:blue_concrete"}, - {pos: [0, 1, 0], state: "minecraft:air"}, - {pos: [0, 1, 1], state: "minecraft:air"}, - {pos: [0, 1, 2], state: "minecraft:air"}, - {pos: [0, 1, 3], state: "minecraft:air"}, - {pos: [0, 1, 4], state: "minecraft:air"}, - {pos: [0, 1, 5], state: "minecraft:air"}, - {pos: [0, 1, 6], state: "minecraft:air"}, - {pos: [0, 1, 7], state: "minecraft:air"}, - {pos: [0, 1, 8], state: "minecraft:air"}, - {pos: [0, 1, 9], state: "minecraft:air"}, - {pos: [0, 1, 10], state: "minecraft:air"}, - {pos: [0, 1, 11], state: "minecraft:air"}, - {pos: [0, 1, 12], state: "minecraft:air"}, - {pos: [0, 1, 13], state: "minecraft:air"}, - {pos: [0, 1, 14], state: "minecraft:air"}, - {pos: [0, 1, 15], state: "minecraft:air"}, - {pos: [0, 1, 16], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [0, 1, 17], state: "minecraft:repeater{delay:1,facing:north,locked:false,powered:false}"}, - {pos: [0, 1, 18], state: "minecraft:red_wool"}, - {pos: [0, 1, 19], state: "minecraft:air"}, - {pos: [0, 1, 20], state: "minecraft:air"}, - {pos: [0, 1, 21], state: "minecraft:air"}, - {pos: [0, 1, 22], state: "minecraft:air"}, - {pos: [0, 1, 23], state: "minecraft:air"}, - {pos: [0, 1, 24], state: "minecraft:air"}, - {pos: [0, 1, 25], state: "minecraft:air"}, - {pos: [0, 1, 26], state: "minecraft:air"}, - {pos: [0, 1, 27], state: "minecraft:air"}, - {pos: [0, 1, 28], state: "minecraft:air"}, - {pos: [0, 1, 29], state: "minecraft:air"}, - {pos: [1, 1, 0], state: "minecraft:air"}, - {pos: [1, 1, 1], state: "minecraft:redstone_wall_torch{facing:north,lit:true}"}, - {pos: [1, 1, 2], state: "minecraft:white_concrete"}, - {pos: [1, 1, 3], state: "minecraft:redstone_wire{east:side,north:side,power:0,south:side,west:side}"}, - {pos: [1, 1, 4], state: "minecraft:red_terracotta"}, - {pos: [1, 1, 5], state: "minecraft:air"}, - {pos: [1, 1, 6], state: "minecraft:air"}, - {pos: [1, 1, 7], state: "minecraft:air"}, - {pos: [1, 1, 8], state: "minecraft:air"}, - {pos: [1, 1, 9], state: "minecraft:air"}, - {pos: [1, 1, 10], state: "minecraft:air"}, - {pos: [1, 1, 11], state: "minecraft:air"}, - {pos: [1, 1, 12], state: "minecraft:air"}, - {pos: [1, 1, 13], state: "minecraft:air"}, - {pos: [1, 1, 14], state: "minecraft:air"}, - {pos: [1, 1, 15], state: "minecraft:air"}, - {pos: [1, 1, 16], state: "minecraft:white_concrete"}, - {pos: [1, 1, 17], state: "minecraft:piston{extended:false,facing:north}"}, - {pos: [1, 1, 18], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [1, 1, 19], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [1, 1, 20], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:up,west:none}"}, - {pos: [1, 1, 21], state: "minecraft:blue_concrete"}, - {pos: [1, 1, 22], state: "minecraft:redstone_wire{east:none,north:up,power:0,south:side,west:none}"}, - {pos: [1, 1, 23], state: "minecraft:air"}, - {pos: [1, 1, 24], state: "minecraft:air"}, - {pos: [1, 1, 25], state: "minecraft:air"}, - {pos: [1, 1, 26], state: "minecraft:air"}, - {pos: [1, 1, 27], state: "minecraft:air"}, - {pos: [1, 1, 28], state: "minecraft:air"}, - {pos: [1, 1, 29], state: "minecraft:air"}, - {pos: [2, 1, 0], state: "minecraft:air"}, - {pos: [2, 1, 1], state: "minecraft:air"}, - {pos: [2, 1, 2], state: "minecraft:white_concrete"}, - {pos: [2, 1, 3], state: "minecraft:air"}, - {pos: [2, 1, 4], state: "minecraft:air"}, - {pos: [2, 1, 5], state: "minecraft:air"}, - {pos: [2, 1, 6], state: "minecraft:air"}, - {pos: [2, 1, 7], state: "minecraft:air"}, - {pos: [2, 1, 8], state: "minecraft:air"}, - {pos: [2, 1, 9], state: "minecraft:air"}, - {pos: [2, 1, 10], state: "minecraft:air"}, - {pos: [2, 1, 11], state: "minecraft:air"}, - {pos: [2, 1, 12], state: "minecraft:air"}, - {pos: [2, 1, 13], state: "minecraft:air"}, - {pos: [2, 1, 14], state: "minecraft:air"}, - {pos: [2, 1, 15], state: "minecraft:air"}, - {pos: [2, 1, 16], state: "minecraft:repeater{delay:4,facing:east,locked:false,powered:false}"}, - {pos: [2, 1, 17], state: "minecraft:hopper{enabled:false,facing:down}", nbt: {Items: [{Count: 16b, Slot: 0b, id: "minecraft:redstone"}, {Count: 8b, Slot: 1b, id: "minecraft:redstone"}, {Count: 4b, Slot: 2b, id: "minecraft:redstone"}, {Count: 2b, Slot: 3b, id: "minecraft:redstone"}, {Count: 2b, Slot: 4b, id: "minecraft:redstone"}], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [2, 1, 18], state: "minecraft:white_concrete"}, - {pos: [2, 1, 19], state: "minecraft:air"}, - {pos: [2, 1, 20], state: "minecraft:air"}, - {pos: [2, 1, 21], state: "minecraft:redstone_block"}, - {pos: [2, 1, 22], state: "minecraft:air"}, - {pos: [2, 1, 23], state: "minecraft:repeater{delay:2,facing:north,locked:false,powered:false}"}, - {pos: [2, 1, 24], state: "minecraft:white_concrete"}, - {pos: [2, 1, 25], state: "minecraft:air"}, - {pos: [2, 1, 26], state: "minecraft:air"}, - {pos: [2, 1, 27], state: "minecraft:air"}, - {pos: [2, 1, 28], state: "minecraft:air"}, - {pos: [2, 1, 29], state: "minecraft:air"}, - {pos: [3, 1, 0], state: "minecraft:air"}, - {pos: [3, 1, 1], state: "minecraft:white_concrete"}, - {pos: [3, 1, 2], state: "minecraft:air"}, - {pos: [3, 1, 3], state: "minecraft:air"}, - {pos: [3, 1, 4], state: "minecraft:air"}, - {pos: [3, 1, 5], state: "minecraft:redstone_wire{east:up,north:none,power:0,south:side,west:none}"}, - {pos: [3, 1, 6], state: "minecraft:repeater{delay:2,facing:north,locked:false,powered:false}"}, - {pos: [3, 1, 7], state: "minecraft:white_concrete"}, - {pos: [3, 1, 8], state: "minecraft:air"}, - {pos: [3, 1, 9], state: "minecraft:air"}, - {pos: [3, 1, 10], state: "minecraft:air"}, - {pos: [3, 1, 11], state: "minecraft:air"}, - {pos: [3, 1, 12], state: "minecraft:air"}, - {pos: [3, 1, 13], state: "minecraft:air"}, - {pos: [3, 1, 14], state: "minecraft:air"}, - {pos: [3, 1, 15], state: "minecraft:air"}, - {pos: [3, 1, 16], state: "minecraft:white_concrete"}, - {pos: [3, 1, 17], state: "minecraft:redstone_wall_torch{facing:south,lit:true}"}, - {pos: [3, 1, 18], state: "minecraft:air"}, - {pos: [3, 1, 19], state: "minecraft:air"}, - {pos: [3, 1, 20], state: "minecraft:air"}, - {pos: [3, 1, 21], state: "minecraft:air"}, - {pos: [3, 1, 22], state: "minecraft:air"}, - {pos: [3, 1, 23], state: "minecraft:air"}, - {pos: [3, 1, 24], state: "minecraft:air"}, - {pos: [3, 1, 25], state: "minecraft:air"}, - {pos: [3, 1, 26], state: "minecraft:air"}, - {pos: [3, 1, 27], state: "minecraft:air"}, - {pos: [3, 1, 28], state: "minecraft:air"}, - {pos: [3, 1, 29], state: "minecraft:air"}, - {pos: [4, 1, 0], state: "minecraft:air"}, - {pos: [4, 1, 1], state: "minecraft:air"}, - {pos: [4, 1, 2], state: "minecraft:air"}, - {pos: [4, 1, 3], state: "minecraft:air"}, - {pos: [4, 1, 4], state: "minecraft:air"}, - {pos: [4, 1, 5], state: "minecraft:white_concrete"}, - {pos: [4, 1, 6], state: "minecraft:redstone_wall_torch{facing:south,lit:true}"}, - {pos: [4, 1, 7], state: "minecraft:redstone_wire{east:none,north:side,power:15,south:side,west:none}"}, - {pos: [4, 1, 8], state: "minecraft:hopper{enabled:false,facing:down}", nbt: {Items: [{Count: 1b, Slot: 0b, id: "minecraft:redstone"}, {Count: 1b, Slot: 1b, id: "minecraft:redstone"}, {Count: 1b, Slot: 2b, id: "minecraft:redstone"}, {Count: 1b, Slot: 3b, id: "minecraft:redstone"}, {Count: 1b, Slot: 4b, id: "minecraft:redstone"}], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [4, 1, 9], state: "minecraft:white_concrete"}, - {pos: [4, 1, 10], state: "minecraft:white_concrete"}, - {pos: [4, 1, 11], state: "minecraft:air"}, - {pos: [4, 1, 12], state: "minecraft:air"}, - {pos: [4, 1, 13], state: "minecraft:air"}, - {pos: [4, 1, 14], state: "minecraft:air"}, - {pos: [4, 1, 15], state: "minecraft:air"}, - {pos: [4, 1, 16], state: "minecraft:repeater{delay:4,facing:east,locked:false,powered:false}"}, - {pos: [4, 1, 17], state: "minecraft:hopper{enabled:false,facing:down}", nbt: {Items: [{Count: 16b, Slot: 0b, id: "minecraft:redstone"}, {Count: 8b, Slot: 1b, id: "minecraft:redstone"}, {Count: 4b, Slot: 2b, id: "minecraft:redstone"}, {Count: 2b, Slot: 3b, id: "minecraft:redstone"}, {Count: 2b, Slot: 4b, id: "minecraft:redstone"}], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [4, 1, 18], state: "minecraft:white_concrete"}, - {pos: [4, 1, 19], state: "minecraft:air"}, - {pos: [4, 1, 20], state: "minecraft:air"}, - {pos: [4, 1, 21], state: "minecraft:redstone_block"}, - {pos: [4, 1, 22], state: "minecraft:air"}, - {pos: [4, 1, 23], state: "minecraft:repeater{delay:2,facing:north,locked:false,powered:false}"}, - {pos: [4, 1, 24], state: "minecraft:white_concrete"}, - {pos: [4, 1, 25], state: "minecraft:air"}, - {pos: [4, 1, 26], state: "minecraft:air"}, - {pos: [4, 1, 27], state: "minecraft:air"}, - {pos: [4, 1, 28], state: "minecraft:air"}, - {pos: [4, 1, 29], state: "minecraft:air"}, - {pos: [5, 1, 0], state: "minecraft:air"}, - {pos: [5, 1, 1], state: "minecraft:air"}, - {pos: [5, 1, 2], state: "minecraft:air"}, - {pos: [5, 1, 3], state: "minecraft:air"}, - {pos: [5, 1, 4], state: "minecraft:air"}, - {pos: [5, 1, 5], state: "minecraft:air"}, - {pos: [5, 1, 6], state: "minecraft:air"}, - {pos: [5, 1, 7], state: "minecraft:air"}, - {pos: [5, 1, 8], state: "minecraft:white_concrete"}, - {pos: [5, 1, 9], state: "minecraft:air"}, - {pos: [5, 1, 10], state: "minecraft:air"}, - {pos: [5, 1, 11], state: "minecraft:air"}, - {pos: [5, 1, 12], state: "minecraft:air"}, - {pos: [5, 1, 13], state: "minecraft:air"}, - {pos: [5, 1, 14], state: "minecraft:air"}, - {pos: [5, 1, 15], state: "minecraft:air"}, - {pos: [5, 1, 16], state: "minecraft:redstone_wire{east:side,north:none,power:0,south:none,west:side}"}, - {pos: [5, 1, 17], state: "minecraft:air"}, - {pos: [5, 1, 18], state: "minecraft:air"}, - {pos: [5, 1, 19], state: "minecraft:air"}, - {pos: [5, 1, 20], state: "minecraft:air"}, - {pos: [5, 1, 21], state: "minecraft:air"}, - {pos: [5, 1, 22], state: "minecraft:repeater{delay:1,facing:west,locked:false,powered:false}"}, - {pos: [5, 1, 23], state: "minecraft:air"}, - {pos: [5, 1, 24], state: "minecraft:air"}, - {pos: [5, 1, 25], state: "minecraft:air"}, - {pos: [5, 1, 26], state: "minecraft:air"}, - {pos: [5, 1, 27], state: "minecraft:air"}, - {pos: [5, 1, 28], state: "minecraft:air"}, - {pos: [5, 1, 29], state: "minecraft:air"}, - {pos: [6, 1, 0], state: "minecraft:air"}, - {pos: [6, 1, 1], state: "minecraft:air"}, - {pos: [6, 1, 2], state: "minecraft:air"}, - {pos: [6, 1, 3], state: "minecraft:white_concrete"}, - {pos: [6, 1, 4], state: "minecraft:air"}, - {pos: [6, 1, 5], state: "minecraft:air"}, - {pos: [6, 1, 6], state: "minecraft:air"}, - {pos: [6, 1, 7], state: "minecraft:air"}, - {pos: [6, 1, 8], state: "minecraft:air"}, - {pos: [6, 1, 9], state: "minecraft:air"}, - {pos: [6, 1, 10], state: "minecraft:air"}, - {pos: [6, 1, 11], state: "minecraft:air"}, - {pos: [6, 1, 12], state: "minecraft:air"}, - {pos: [6, 1, 13], state: "minecraft:air"}, - {pos: [6, 1, 14], state: "minecraft:air"}, - {pos: [6, 1, 15], state: "minecraft:air"}, - {pos: [6, 1, 16], state: "minecraft:redstone_wire{east:side,north:none,power:0,south:none,west:side}"}, - {pos: [6, 1, 17], state: "minecraft:air"}, - {pos: [6, 1, 18], state: "minecraft:air"}, - {pos: [6, 1, 19], state: "minecraft:air"}, - {pos: [6, 1, 20], state: "minecraft:air"}, - {pos: [6, 1, 21], state: "minecraft:air"}, - {pos: [6, 1, 22], state: "minecraft:red_wool"}, - {pos: [6, 1, 23], state: "minecraft:air"}, - {pos: [6, 1, 24], state: "minecraft:air"}, - {pos: [6, 1, 25], state: "minecraft:air"}, - {pos: [6, 1, 26], state: "minecraft:air"}, - {pos: [6, 1, 27], state: "minecraft:air"}, - {pos: [6, 1, 28], state: "minecraft:air"}, - {pos: [6, 1, 29], state: "minecraft:air"}, - {pos: [7, 1, 0], state: "minecraft:air"}, - {pos: [7, 1, 1], state: "minecraft:air"}, - {pos: [7, 1, 2], state: "minecraft:air"}, - {pos: [7, 1, 3], state: "minecraft:air"}, - {pos: [7, 1, 4], state: "minecraft:air"}, - {pos: [7, 1, 5], state: "minecraft:air"}, - {pos: [7, 1, 6], state: "minecraft:air"}, - {pos: [7, 1, 7], state: "minecraft:air"}, - {pos: [7, 1, 8], state: "minecraft:white_concrete"}, - {pos: [7, 1, 9], state: "minecraft:air"}, - {pos: [7, 1, 10], state: "minecraft:air"}, - {pos: [7, 1, 11], state: "minecraft:air"}, - {pos: [7, 1, 12], state: "minecraft:air"}, - {pos: [7, 1, 13], state: "minecraft:air"}, - {pos: [7, 1, 14], state: "minecraft:air"}, - {pos: [7, 1, 15], state: "minecraft:air"}, - {pos: [7, 1, 16], state: "minecraft:redstone_wire{east:side,north:none,power:0,south:none,west:side}"}, - {pos: [7, 1, 17], state: "minecraft:air"}, - {pos: [7, 1, 18], state: "minecraft:air"}, - {pos: [7, 1, 19], state: "minecraft:air"}, - {pos: [7, 1, 20], state: "minecraft:air"}, - {pos: [7, 1, 21], state: "minecraft:air"}, - {pos: [7, 1, 22], state: "minecraft:air"}, - {pos: [7, 1, 23], state: "minecraft:air"}, - {pos: [7, 1, 24], state: "minecraft:air"}, - {pos: [7, 1, 25], state: "minecraft:air"}, - {pos: [7, 1, 26], state: "minecraft:air"}, - {pos: [7, 1, 27], state: "minecraft:air"}, - {pos: [7, 1, 28], state: "minecraft:air"}, - {pos: [7, 1, 29], state: "minecraft:air"}, - {pos: [8, 1, 0], state: "minecraft:air"}, - {pos: [8, 1, 1], state: "minecraft:air"}, - {pos: [8, 1, 2], state: "minecraft:air"}, - {pos: [8, 1, 3], state: "minecraft:air"}, - {pos: [8, 1, 4], state: "minecraft:air"}, - {pos: [8, 1, 5], state: "minecraft:air"}, - {pos: [8, 1, 6], state: "minecraft:air"}, - {pos: [8, 1, 7], state: "minecraft:air"}, - {pos: [8, 1, 8], state: "minecraft:air"}, - {pos: [8, 1, 9], state: "minecraft:air"}, - {pos: [8, 1, 10], state: "minecraft:air"}, - {pos: [8, 1, 11], state: "minecraft:air"}, - {pos: [8, 1, 12], state: "minecraft:air"}, - {pos: [8, 1, 13], state: "minecraft:air"}, - {pos: [8, 1, 14], state: "minecraft:air"}, - {pos: [8, 1, 15], state: "minecraft:white_concrete"}, - {pos: [8, 1, 16], state: "minecraft:redstone_wire{east:none,north:up,power:0,south:side,west:side}"}, - {pos: [8, 1, 17], state: "minecraft:repeater{delay:4,facing:north,locked:false,powered:false}"}, - {pos: [8, 1, 18], state: "minecraft:repeater{delay:4,facing:north,locked:false,powered:false}"}, - {pos: [8, 1, 19], state: "minecraft:repeater{delay:4,facing:north,locked:false,powered:false}"}, - {pos: [8, 1, 20], state: "minecraft:repeater{delay:4,facing:north,locked:false,powered:false}"}, - {pos: [8, 1, 21], state: "minecraft:repeater{delay:4,facing:north,locked:false,powered:false}"}, - {pos: [8, 1, 22], state: "minecraft:repeater{delay:4,facing:north,locked:false,powered:false}"}, - {pos: [8, 1, 23], state: "minecraft:repeater{delay:4,facing:north,locked:false,powered:false}"}, - {pos: [8, 1, 24], state: "minecraft:repeater{delay:4,facing:north,locked:false,powered:false}"}, - {pos: [8, 1, 25], state: "minecraft:repeater{delay:4,facing:north,locked:false,powered:false}"}, - {pos: [8, 1, 26], state: "minecraft:emerald_block"}, - {pos: [8, 1, 27], state: "minecraft:air"}, - {pos: [8, 1, 28], state: "minecraft:air"}, - {pos: [8, 1, 29], state: "minecraft:air"}, - {pos: [9, 1, 0], state: "minecraft:air"}, - {pos: [9, 1, 1], state: "minecraft:air"}, - {pos: [9, 1, 2], state: "minecraft:air"}, - {pos: [9, 1, 3], state: "minecraft:air"}, - {pos: [9, 1, 4], state: "minecraft:air"}, - {pos: [9, 1, 5], state: "minecraft:air"}, - {pos: [9, 1, 6], state: "minecraft:air"}, - {pos: [9, 1, 7], state: "minecraft:air"}, - {pos: [9, 1, 8], state: "minecraft:air"}, - {pos: [9, 1, 9], state: "minecraft:air"}, - {pos: [9, 1, 10], state: "minecraft:air"}, - {pos: [9, 1, 11], state: "minecraft:air"}, - {pos: [9, 1, 12], state: "minecraft:air"}, - {pos: [9, 1, 13], state: "minecraft:air"}, - {pos: [9, 1, 14], state: "minecraft:air"}, - {pos: [9, 1, 15], state: "minecraft:air"}, - {pos: [9, 1, 16], state: "minecraft:air"}, - {pos: [9, 1, 17], state: "minecraft:air"}, - {pos: [9, 1, 18], state: "minecraft:air"}, - {pos: [9, 1, 19], state: "minecraft:air"}, - {pos: [9, 1, 20], state: "minecraft:air"}, - {pos: [9, 1, 21], state: "minecraft:air"}, - {pos: [9, 1, 22], state: "minecraft:air"}, - {pos: [9, 1, 23], state: "minecraft:air"}, - {pos: [9, 1, 24], state: "minecraft:air"}, - {pos: [9, 1, 25], state: "minecraft:air"}, - {pos: [9, 1, 26], state: "minecraft:air"}, - {pos: [9, 1, 27], state: "minecraft:air"}, - {pos: [9, 1, 28], state: "minecraft:air"}, - {pos: [9, 1, 29], state: "minecraft:air"}, - {pos: [0, 2, 0], state: "minecraft:air"}, - {pos: [0, 2, 1], state: "minecraft:air"}, - {pos: [0, 2, 2], state: "minecraft:air"}, - {pos: [0, 2, 3], state: "minecraft:air"}, - {pos: [0, 2, 4], state: "minecraft:air"}, - {pos: [0, 2, 5], state: "minecraft:air"}, - {pos: [0, 2, 6], state: "minecraft:air"}, - {pos: [0, 2, 7], state: "minecraft:air"}, - {pos: [0, 2, 8], state: "minecraft:air"}, - {pos: [0, 2, 9], state: "minecraft:air"}, - {pos: [0, 2, 10], state: "minecraft:air"}, - {pos: [0, 2, 11], state: "minecraft:air"}, - {pos: [0, 2, 12], state: "minecraft:air"}, - {pos: [0, 2, 13], state: "minecraft:air"}, - {pos: [0, 2, 14], state: "minecraft:air"}, - {pos: [0, 2, 15], state: "minecraft:air"}, - {pos: [0, 2, 16], state: "minecraft:air"}, - {pos: [0, 2, 17], state: "minecraft:air"}, - {pos: [0, 2, 18], state: "minecraft:air"}, - {pos: [0, 2, 19], state: "minecraft:air"}, - {pos: [0, 2, 20], state: "minecraft:air"}, - {pos: [0, 2, 21], state: "minecraft:air"}, - {pos: [0, 2, 22], state: "minecraft:air"}, - {pos: [0, 2, 23], state: "minecraft:air"}, - {pos: [0, 2, 24], state: "minecraft:air"}, - {pos: [0, 2, 25], state: "minecraft:air"}, - {pos: [0, 2, 26], state: "minecraft:air"}, - {pos: [0, 2, 27], state: "minecraft:air"}, - {pos: [0, 2, 28], state: "minecraft:air"}, - {pos: [0, 2, 29], state: "minecraft:air"}, - {pos: [1, 2, 0], state: "minecraft:air"}, - {pos: [1, 2, 1], state: "minecraft:hopper{enabled:false,facing:east}", nbt: {Items: [{Count: 1b, Slot: 0b, id: "minecraft:golden_axe", tag: {Damage: 0}}], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [1, 2, 2], state: "minecraft:air"}, - {pos: [1, 2, 3], state: "minecraft:air"}, - {pos: [1, 2, 4], state: "minecraft:air"}, - {pos: [1, 2, 5], state: "minecraft:air"}, - {pos: [1, 2, 6], state: "minecraft:air"}, - {pos: [1, 2, 7], state: "minecraft:air"}, - {pos: [1, 2, 8], state: "minecraft:air"}, - {pos: [1, 2, 9], state: "minecraft:air"}, - {pos: [1, 2, 10], state: "minecraft:air"}, - {pos: [1, 2, 11], state: "minecraft:air"}, - {pos: [1, 2, 12], state: "minecraft:air"}, - {pos: [1, 2, 13], state: "minecraft:air"}, - {pos: [1, 2, 14], state: "minecraft:air"}, - {pos: [1, 2, 15], state: "minecraft:air"}, - {pos: [1, 2, 16], state: "minecraft:air"}, - {pos: [1, 2, 17], state: "minecraft:air"}, - {pos: [1, 2, 18], state: "minecraft:air"}, - {pos: [1, 2, 19], state: "minecraft:air"}, - {pos: [1, 2, 20], state: "minecraft:air"}, - {pos: [1, 2, 21], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [1, 2, 22], state: "minecraft:air"}, - {pos: [1, 2, 23], state: "minecraft:air"}, - {pos: [1, 2, 24], state: "minecraft:air"}, - {pos: [1, 2, 25], state: "minecraft:air"}, - {pos: [1, 2, 26], state: "minecraft:air"}, - {pos: [1, 2, 27], state: "minecraft:air"}, - {pos: [1, 2, 28], state: "minecraft:air"}, - {pos: [1, 2, 29], state: "minecraft:air"}, - {pos: [2, 2, 0], state: "minecraft:air"}, - {pos: [2, 2, 1], state: "minecraft:chest{facing:west,type:single,waterlogged:false}", nbt: {Items: [], id: "minecraft:chest"}}, - {pos: [2, 2, 2], state: "minecraft:comparator{facing:north,mode:compare,powered:false}", nbt: {OutputSignal: 0, id: "minecraft:comparator"}}, - {pos: [2, 2, 3], state: "minecraft:white_concrete"}, - {pos: [2, 2, 4], state: "minecraft:air"}, - {pos: [2, 2, 5], state: "minecraft:air"}, - {pos: [2, 2, 6], state: "minecraft:air"}, - {pos: [2, 2, 7], state: "minecraft:air"}, - {pos: [2, 2, 8], state: "minecraft:air"}, - {pos: [2, 2, 9], state: "minecraft:air"}, - {pos: [2, 2, 10], state: "minecraft:air"}, - {pos: [2, 2, 11], state: "minecraft:air"}, - {pos: [2, 2, 12], state: "minecraft:air"}, - {pos: [2, 2, 13], state: "minecraft:air"}, - {pos: [2, 2, 14], state: "minecraft:air"}, - {pos: [2, 2, 15], state: "minecraft:air"}, - {pos: [2, 2, 16], state: "minecraft:air"}, - {pos: [2, 2, 17], state: "minecraft:chest{facing:north,type:single,waterlogged:false}", nbt: {Items: [{Count: 1b, Slot: 0b, id: "minecraft:golden_axe", tag: {Damage: 0}}], id: "minecraft:chest"}}, - {pos: [2, 2, 18], state: "minecraft:comparator{facing:north,mode:compare,powered:true}", nbt: {OutputSignal: 1, id: "minecraft:comparator"}}, - {pos: [2, 2, 19], state: "minecraft:air"}, - {pos: [2, 2, 20], state: "minecraft:piston{extended:false,facing:south}"}, - {pos: [2, 2, 21], state: "minecraft:slime_block"}, - {pos: [2, 2, 22], state: "minecraft:air"}, - {pos: [2, 2, 23], state: "minecraft:piston{extended:false,facing:north}"}, - {pos: [2, 2, 24], state: "minecraft:redstone_wire{east:side,north:side,power:0,south:side,west:side}"}, - {pos: [2, 2, 25], state: "minecraft:air"}, - {pos: [2, 2, 26], state: "minecraft:air"}, - {pos: [2, 2, 27], state: "minecraft:air"}, - {pos: [2, 2, 28], state: "minecraft:air"}, - {pos: [2, 2, 29], state: "minecraft:air"}, - {pos: [3, 2, 0], state: "minecraft:air"}, - {pos: [3, 2, 1], state: "minecraft:comparator{facing:west,mode:compare,powered:false}", nbt: {OutputSignal: 0, id: "minecraft:comparator"}}, - {pos: [3, 2, 2], state: "minecraft:air"}, - {pos: [3, 2, 3], state: "minecraft:sticky_piston{extended:false,facing:east}"}, - {pos: [3, 2, 4], state: "minecraft:air"}, - {pos: [3, 2, 5], state: "minecraft:air"}, - {pos: [3, 2, 6], state: "minecraft:air"}, - {pos: [3, 2, 7], state: "minecraft:air"}, - {pos: [3, 2, 8], state: "minecraft:air"}, - {pos: [3, 2, 9], state: "minecraft:air"}, - {pos: [3, 2, 10], state: "minecraft:chest{facing:north,type:single,waterlogged:false}", nbt: {Items: [{Count: 1b, Slot: 0b, id: "minecraft:golden_axe", tag: {Damage: 0}}, {Count: 1b, Slot: 1b, id: "minecraft:golden_axe", tag: {Damage: 0}}, {Count: 1b, Slot: 2b, id: "minecraft:golden_axe", tag: {Damage: 0}}], id: "minecraft:chest"}}, - {pos: [3, 2, 11], state: "minecraft:air"}, - {pos: [3, 2, 12], state: "minecraft:air"}, - {pos: [3, 2, 13], state: "minecraft:air"}, - {pos: [3, 2, 14], state: "minecraft:air"}, - {pos: [3, 2, 15], state: "minecraft:air"}, - {pos: [3, 2, 16], state: "minecraft:redstone_wire{east:side,north:side,power:0,south:side,west:side}"}, - {pos: [3, 2, 17], state: "minecraft:air"}, - {pos: [3, 2, 18], state: "minecraft:air"}, - {pos: [3, 2, 19], state: "minecraft:air"}, - {pos: [3, 2, 20], state: "minecraft:air"}, - {pos: [3, 2, 21], state: "minecraft:air"}, - {pos: [3, 2, 22], state: "minecraft:air"}, - {pos: [3, 2, 23], state: "minecraft:air"}, - {pos: [3, 2, 24], state: "minecraft:air"}, - {pos: [3, 2, 25], state: "minecraft:air"}, - {pos: [3, 2, 26], state: "minecraft:air"}, - {pos: [3, 2, 27], state: "minecraft:air"}, - {pos: [3, 2, 28], state: "minecraft:air"}, - {pos: [3, 2, 29], state: "minecraft:air"}, - {pos: [4, 2, 0], state: "minecraft:air"}, - {pos: [4, 2, 1], state: "minecraft:white_concrete"}, - {pos: [4, 2, 2], state: "minecraft:sticky_piston{extended:false,facing:south}"}, - {pos: [4, 2, 3], state: "minecraft:redstone_block"}, - {pos: [4, 2, 4], state: "minecraft:air"}, - {pos: [4, 2, 5], state: "minecraft:redstone_wire{east:side,north:none,power:0,south:none,west:side}"}, - {pos: [4, 2, 6], state: "minecraft:air"}, - {pos: [4, 2, 7], state: "minecraft:air"}, - {pos: [4, 2, 8], state: "minecraft:chest{facing:north,type:single,waterlogged:false}", nbt: {Items: [{Count: 1b, Slot: 0b, id: "minecraft:oak_sign"}, {Count: 1b, Slot: 1b, id: "minecraft:golden_axe", tag: {Damage: 0}}, {Count: 1b, Slot: 2b, id: "minecraft:golden_axe", tag: {Damage: 0}}], id: "minecraft:chest"}}, - {pos: [4, 2, 9], state: "minecraft:white_concrete"}, - {pos: [4, 2, 10], state: "minecraft:comparator{facing:west,mode:compare,powered:true}", nbt: {OutputSignal: 2, id: "minecraft:comparator"}}, - {pos: [4, 2, 11], state: "minecraft:air"}, - {pos: [4, 2, 12], state: "minecraft:air"}, - {pos: [4, 2, 13], state: "minecraft:air"}, - {pos: [4, 2, 14], state: "minecraft:air"}, - {pos: [4, 2, 15], state: "minecraft:air"}, - {pos: [4, 2, 16], state: "minecraft:air"}, - {pos: [4, 2, 17], state: "minecraft:chest{facing:south,type:single,waterlogged:false}", nbt: {Items: [{Count: 64b, Slot: 0b, id: "minecraft:smooth_stone_slab"}], id: "minecraft:chest"}}, - {pos: [4, 2, 18], state: "minecraft:comparator{facing:north,mode:compare,powered:true}", nbt: {OutputSignal: 1, id: "minecraft:comparator"}}, - {pos: [4, 2, 19], state: "minecraft:air"}, - {pos: [4, 2, 20], state: "minecraft:piston{extended:false,facing:south}"}, - {pos: [4, 2, 21], state: "minecraft:slime_block"}, - {pos: [4, 2, 22], state: "minecraft:air"}, - {pos: [4, 2, 23], state: "minecraft:piston{extended:false,facing:north}"}, - {pos: [4, 2, 24], state: "minecraft:redstone_wire{east:side,north:side,power:0,south:side,west:side}"}, - {pos: [4, 2, 25], state: "minecraft:air"}, - {pos: [4, 2, 26], state: "minecraft:air"}, - {pos: [4, 2, 27], state: "minecraft:air"}, - {pos: [4, 2, 28], state: "minecraft:air"}, - {pos: [4, 2, 29], state: "minecraft:air"}, - {pos: [5, 2, 0], state: "minecraft:air"}, - {pos: [5, 2, 1], state: "minecraft:air"}, - {pos: [5, 2, 2], state: "minecraft:air"}, - {pos: [5, 2, 3], state: "minecraft:air"}, - {pos: [5, 2, 4], state: "minecraft:air"}, - {pos: [5, 2, 5], state: "minecraft:air"}, - {pos: [5, 2, 6], state: "minecraft:air"}, - {pos: [5, 2, 7], state: "minecraft:air"}, - {pos: [5, 2, 8], state: "minecraft:comparator{facing:west,mode:compare,powered:true}", nbt: {OutputSignal: 2, id: "minecraft:comparator"}}, - {pos: [5, 2, 9], state: "minecraft:air"}, - {pos: [5, 2, 10], state: "minecraft:white_concrete"}, - {pos: [5, 2, 11], state: "minecraft:white_concrete"}, - {pos: [5, 2, 12], state: "minecraft:air"}, - {pos: [5, 2, 13], state: "minecraft:air"}, - {pos: [5, 2, 14], state: "minecraft:air"}, - {pos: [5, 2, 15], state: "minecraft:air"}, - {pos: [5, 2, 16], state: "minecraft:air"}, - {pos: [5, 2, 17], state: "minecraft:air"}, - {pos: [5, 2, 18], state: "minecraft:air"}, - {pos: [5, 2, 19], state: "minecraft:air"}, - {pos: [5, 2, 20], state: "minecraft:air"}, - {pos: [5, 2, 21], state: "minecraft:air"}, - {pos: [5, 2, 22], state: "minecraft:air"}, - {pos: [5, 2, 23], state: "minecraft:air"}, - {pos: [5, 2, 24], state: "minecraft:air"}, - {pos: [5, 2, 25], state: "minecraft:air"}, - {pos: [5, 2, 26], state: "minecraft:air"}, - {pos: [5, 2, 27], state: "minecraft:air"}, - {pos: [5, 2, 28], state: "minecraft:air"}, - {pos: [5, 2, 29], state: "minecraft:air"}, - {pos: [6, 2, 0], state: "minecraft:air"}, - {pos: [6, 2, 1], state: "minecraft:air"}, - {pos: [6, 2, 2], state: "minecraft:air"}, - {pos: [6, 2, 3], state: "minecraft:repeater{delay:1,facing:west,locked:false,powered:false}"}, - {pos: [6, 2, 4], state: "minecraft:air"}, - {pos: [6, 2, 5], state: "minecraft:air"}, - {pos: [6, 2, 6], state: "minecraft:air"}, - {pos: [6, 2, 7], state: "minecraft:air"}, - {pos: [6, 2, 8], state: "minecraft:air"}, - {pos: [6, 2, 9], state: "minecraft:air"}, - {pos: [6, 2, 10], state: "minecraft:air"}, - {pos: [6, 2, 11], state: "minecraft:air"}, - {pos: [6, 2, 12], state: "minecraft:air"}, - {pos: [6, 2, 13], state: "minecraft:air"}, - {pos: [6, 2, 14], state: "minecraft:air"}, - {pos: [6, 2, 15], state: "minecraft:air"}, - {pos: [6, 2, 16], state: "minecraft:air"}, - {pos: [6, 2, 17], state: "minecraft:air"}, - {pos: [6, 2, 18], state: "minecraft:air"}, - {pos: [6, 2, 19], state: "minecraft:air"}, - {pos: [6, 2, 20], state: "minecraft:air"}, - {pos: [6, 2, 21], state: "minecraft:air"}, - {pos: [6, 2, 22], state: "minecraft:air"}, - {pos: [6, 2, 23], state: "minecraft:air"}, - {pos: [6, 2, 24], state: "minecraft:air"}, - {pos: [6, 2, 25], state: "minecraft:air"}, - {pos: [6, 2, 26], state: "minecraft:air"}, - {pos: [6, 2, 27], state: "minecraft:air"}, - {pos: [6, 2, 28], state: "minecraft:air"}, - {pos: [6, 2, 29], state: "minecraft:air"}, - {pos: [7, 2, 0], state: "minecraft:air"}, - {pos: [7, 2, 1], state: "minecraft:air"}, - {pos: [7, 2, 2], state: "minecraft:air"}, - {pos: [7, 2, 3], state: "minecraft:red_wool"}, - {pos: [7, 2, 4], state: "minecraft:air"}, - {pos: [7, 2, 5], state: "minecraft:air"}, - {pos: [7, 2, 6], state: "minecraft:air"}, - {pos: [7, 2, 7], state: "minecraft:chest{facing:south,type:single,waterlogged:false}", nbt: {Items: [{Count: 1b, Slot: 0b, id: "minecraft:golden_axe", tag: {Damage: 0}}, {Count: 1b, Slot: 1b, id: "minecraft:golden_axe", tag: {Damage: 0}}, {Count: 1b, Slot: 2b, id: "minecraft:golden_axe", tag: {Damage: 0}}], id: "minecraft:chest"}}, - {pos: [7, 2, 8], state: "minecraft:comparator{facing:north,mode:compare,powered:true}", nbt: {OutputSignal: 2, id: "minecraft:comparator"}}, - {pos: [7, 2, 9], state: "minecraft:white_concrete"}, - {pos: [7, 2, 10], state: "minecraft:air"}, - {pos: [7, 2, 11], state: "minecraft:air"}, - {pos: [7, 2, 12], state: "minecraft:air"}, - {pos: [7, 2, 13], state: "minecraft:air"}, - {pos: [7, 2, 14], state: "minecraft:air"}, - {pos: [7, 2, 15], state: "minecraft:air"}, - {pos: [7, 2, 16], state: "minecraft:air"}, - {pos: [7, 2, 17], state: "minecraft:air"}, - {pos: [7, 2, 18], state: "minecraft:air"}, - {pos: [7, 2, 19], state: "minecraft:air"}, - {pos: [7, 2, 20], state: "minecraft:air"}, - {pos: [7, 2, 21], state: "minecraft:air"}, - {pos: [7, 2, 22], state: "minecraft:air"}, - {pos: [7, 2, 23], state: "minecraft:air"}, - {pos: [7, 2, 24], state: "minecraft:air"}, - {pos: [7, 2, 25], state: "minecraft:air"}, - {pos: [7, 2, 26], state: "minecraft:air"}, - {pos: [7, 2, 27], state: "minecraft:air"}, - {pos: [7, 2, 28], state: "minecraft:air"}, - {pos: [7, 2, 29], state: "minecraft:air"}, - {pos: [8, 2, 0], state: "minecraft:air"}, - {pos: [8, 2, 1], state: "minecraft:air"}, - {pos: [8, 2, 2], state: "minecraft:air"}, - {pos: [8, 2, 3], state: "minecraft:air"}, - {pos: [8, 2, 4], state: "minecraft:air"}, - {pos: [8, 2, 5], state: "minecraft:air"}, - {pos: [8, 2, 6], state: "minecraft:air"}, - {pos: [8, 2, 7], state: "minecraft:air"}, - {pos: [8, 2, 8], state: "minecraft:air"}, - {pos: [8, 2, 9], state: "minecraft:air"}, - {pos: [8, 2, 10], state: "minecraft:air"}, - {pos: [8, 2, 11], state: "minecraft:air"}, - {pos: [8, 2, 12], state: "minecraft:air"}, - {pos: [8, 2, 13], state: "minecraft:air"}, - {pos: [8, 2, 14], state: "minecraft:white_concrete"}, - {pos: [8, 2, 15], state: "minecraft:redstone_wire{east:none,north:up,power:0,south:side,west:none}"}, - {pos: [8, 2, 16], state: "minecraft:air"}, - {pos: [8, 2, 17], state: "minecraft:air"}, - {pos: [8, 2, 18], state: "minecraft:air"}, - {pos: [8, 2, 19], state: "minecraft:air"}, - {pos: [8, 2, 20], state: "minecraft:air"}, - {pos: [8, 2, 21], state: "minecraft:air"}, - {pos: [8, 2, 22], state: "minecraft:air"}, - {pos: [8, 2, 23], state: "minecraft:air"}, - {pos: [8, 2, 24], state: "minecraft:air"}, - {pos: [8, 2, 25], state: "minecraft:air"}, - {pos: [8, 2, 26], state: "minecraft:note_block{instrument:bit,note:0,powered:false}"}, - {pos: [8, 2, 27], state: "minecraft:air"}, - {pos: [8, 2, 28], state: "minecraft:air"}, - {pos: [8, 2, 29], state: "minecraft:air"}, - {pos: [9, 2, 0], state: "minecraft:air"}, - {pos: [9, 2, 1], state: "minecraft:air"}, - {pos: [9, 2, 2], state: "minecraft:air"}, - {pos: [9, 2, 3], state: "minecraft:air"}, - {pos: [9, 2, 4], state: "minecraft:air"}, - {pos: [9, 2, 5], state: "minecraft:air"}, - {pos: [9, 2, 6], state: "minecraft:air"}, - {pos: [9, 2, 7], state: "minecraft:air"}, - {pos: [9, 2, 8], state: "minecraft:air"}, - {pos: [9, 2, 9], state: "minecraft:air"}, - {pos: [9, 2, 10], state: "minecraft:air"}, - {pos: [9, 2, 11], state: "minecraft:air"}, - {pos: [9, 2, 12], state: "minecraft:air"}, - {pos: [9, 2, 13], state: "minecraft:air"}, - {pos: [9, 2, 14], state: "minecraft:air"}, - {pos: [9, 2, 15], state: "minecraft:air"}, - {pos: [9, 2, 16], state: "minecraft:air"}, - {pos: [9, 2, 17], state: "minecraft:air"}, - {pos: [9, 2, 18], state: "minecraft:air"}, - {pos: [9, 2, 19], state: "minecraft:air"}, - {pos: [9, 2, 20], state: "minecraft:air"}, - {pos: [9, 2, 21], state: "minecraft:air"}, - {pos: [9, 2, 22], state: "minecraft:air"}, - {pos: [9, 2, 23], state: "minecraft:air"}, - {pos: [9, 2, 24], state: "minecraft:air"}, - {pos: [9, 2, 25], state: "minecraft:air"}, - {pos: [9, 2, 26], state: "minecraft:air"}, - {pos: [9, 2, 27], state: "minecraft:air"}, - {pos: [9, 2, 28], state: "minecraft:air"}, - {pos: [9, 2, 29], state: "minecraft:air"}, - {pos: [0, 3, 0], state: "minecraft:air"}, - {pos: [0, 3, 1], state: "minecraft:air"}, - {pos: [0, 3, 2], state: "minecraft:air"}, - {pos: [0, 3, 3], state: "minecraft:air"}, - {pos: [0, 3, 4], state: "minecraft:air"}, - {pos: [0, 3, 5], state: "minecraft:air"}, - {pos: [0, 3, 6], state: "minecraft:air"}, - {pos: [0, 3, 7], state: "minecraft:air"}, - {pos: [0, 3, 8], state: "minecraft:air"}, - {pos: [0, 3, 9], state: "minecraft:air"}, - {pos: [0, 3, 10], state: "minecraft:air"}, - {pos: [0, 3, 11], state: "minecraft:air"}, - {pos: [0, 3, 12], state: "minecraft:air"}, - {pos: [0, 3, 13], state: "minecraft:air"}, - {pos: [0, 3, 14], state: "minecraft:air"}, - {pos: [0, 3, 15], state: "minecraft:air"}, - {pos: [0, 3, 16], state: "minecraft:air"}, - {pos: [0, 3, 17], state: "minecraft:air"}, - {pos: [0, 3, 18], state: "minecraft:air"}, - {pos: [0, 3, 19], state: "minecraft:air"}, - {pos: [0, 3, 20], state: "minecraft:air"}, - {pos: [0, 3, 21], state: "minecraft:air"}, - {pos: [0, 3, 22], state: "minecraft:air"}, - {pos: [0, 3, 23], state: "minecraft:air"}, - {pos: [0, 3, 24], state: "minecraft:air"}, - {pos: [0, 3, 25], state: "minecraft:air"}, - {pos: [0, 3, 26], state: "minecraft:air"}, - {pos: [0, 3, 27], state: "minecraft:air"}, - {pos: [0, 3, 28], state: "minecraft:air"}, - {pos: [0, 3, 29], state: "minecraft:air"}, - {pos: [1, 3, 0], state: "minecraft:air"}, - {pos: [1, 3, 1], state: "minecraft:air"}, - {pos: [1, 3, 2], state: "minecraft:air"}, - {pos: [1, 3, 3], state: "minecraft:air"}, - {pos: [1, 3, 4], state: "minecraft:air"}, - {pos: [1, 3, 5], state: "minecraft:air"}, - {pos: [1, 3, 6], state: "minecraft:air"}, - {pos: [1, 3, 7], state: "minecraft:air"}, - {pos: [1, 3, 8], state: "minecraft:air"}, - {pos: [1, 3, 9], state: "minecraft:air"}, - {pos: [1, 3, 10], state: "minecraft:air"}, - {pos: [1, 3, 11], state: "minecraft:air"}, - {pos: [1, 3, 12], state: "minecraft:air"}, - {pos: [1, 3, 13], state: "minecraft:air"}, - {pos: [1, 3, 14], state: "minecraft:air"}, - {pos: [1, 3, 15], state: "minecraft:air"}, - {pos: [1, 3, 16], state: "minecraft:air"}, - {pos: [1, 3, 17], state: "minecraft:air"}, - {pos: [1, 3, 18], state: "minecraft:air"}, - {pos: [1, 3, 19], state: "minecraft:air"}, - {pos: [1, 3, 20], state: "minecraft:air"}, - {pos: [1, 3, 21], state: "minecraft:air"}, - {pos: [1, 3, 22], state: "minecraft:air"}, - {pos: [1, 3, 23], state: "minecraft:air"}, - {pos: [1, 3, 24], state: "minecraft:air"}, - {pos: [1, 3, 25], state: "minecraft:air"}, - {pos: [1, 3, 26], state: "minecraft:air"}, - {pos: [1, 3, 27], state: "minecraft:air"}, - {pos: [1, 3, 28], state: "minecraft:air"}, - {pos: [1, 3, 29], state: "minecraft:air"}, - {pos: [2, 3, 0], state: "minecraft:air"}, - {pos: [2, 3, 1], state: "minecraft:air"}, - {pos: [2, 3, 2], state: "minecraft:air"}, - {pos: [2, 3, 3], state: "minecraft:air"}, - {pos: [2, 3, 4], state: "minecraft:air"}, - {pos: [2, 3, 5], state: "minecraft:air"}, - {pos: [2, 3, 6], state: "minecraft:air"}, - {pos: [2, 3, 7], state: "minecraft:air"}, - {pos: [2, 3, 8], state: "minecraft:air"}, - {pos: [2, 3, 9], state: "minecraft:air"}, - {pos: [2, 3, 10], state: "minecraft:air"}, - {pos: [2, 3, 11], state: "minecraft:air"}, - {pos: [2, 3, 12], state: "minecraft:air"}, - {pos: [2, 3, 13], state: "minecraft:air"}, - {pos: [2, 3, 14], state: "minecraft:air"}, - {pos: [2, 3, 15], state: "minecraft:air"}, - {pos: [2, 3, 16], state: "minecraft:air"}, - {pos: [2, 3, 17], state: "minecraft:air"}, - {pos: [2, 3, 18], state: "minecraft:air"}, - {pos: [2, 3, 19], state: "minecraft:air"}, - {pos: [2, 3, 20], state: "minecraft:air"}, - {pos: [2, 3, 21], state: "minecraft:redstone_block"}, - {pos: [2, 3, 22], state: "minecraft:obsidian"}, - {pos: [2, 3, 23], state: "minecraft:air"}, - {pos: [2, 3, 24], state: "minecraft:air"}, - {pos: [2, 3, 25], state: "minecraft:air"}, - {pos: [2, 3, 26], state: "minecraft:air"}, - {pos: [2, 3, 27], state: "minecraft:air"}, - {pos: [2, 3, 28], state: "minecraft:air"}, - {pos: [2, 3, 29], state: "minecraft:air"}, - {pos: [3, 3, 0], state: "minecraft:air"}, - {pos: [3, 3, 1], state: "minecraft:air"}, - {pos: [3, 3, 2], state: "minecraft:air"}, - {pos: [3, 3, 3], state: "minecraft:air"}, - {pos: [3, 3, 4], state: "minecraft:air"}, - {pos: [3, 3, 5], state: "minecraft:air"}, - {pos: [3, 3, 6], state: "minecraft:air"}, - {pos: [3, 3, 7], state: "minecraft:air"}, - {pos: [3, 3, 8], state: "minecraft:air"}, - {pos: [3, 3, 9], state: "minecraft:air"}, - {pos: [3, 3, 10], state: "minecraft:white_concrete"}, - {pos: [3, 3, 11], state: "minecraft:air"}, - {pos: [3, 3, 12], state: "minecraft:air"}, - {pos: [3, 3, 13], state: "minecraft:air"}, - {pos: [3, 3, 14], state: "minecraft:air"}, - {pos: [3, 3, 15], state: "minecraft:air"}, - {pos: [3, 3, 16], state: "minecraft:air"}, - {pos: [3, 3, 17], state: "minecraft:air"}, - {pos: [3, 3, 18], state: "minecraft:air"}, - {pos: [3, 3, 19], state: "minecraft:air"}, - {pos: [3, 3, 20], state: "minecraft:air"}, - {pos: [3, 3, 21], state: "minecraft:air"}, - {pos: [3, 3, 22], state: "minecraft:air"}, - {pos: [3, 3, 23], state: "minecraft:air"}, - {pos: [3, 3, 24], state: "minecraft:air"}, - {pos: [3, 3, 25], state: "minecraft:air"}, - {pos: [3, 3, 26], state: "minecraft:air"}, - {pos: [3, 3, 27], state: "minecraft:air"}, - {pos: [3, 3, 28], state: "minecraft:air"}, - {pos: [3, 3, 29], state: "minecraft:air"}, - {pos: [4, 3, 0], state: "minecraft:air"}, - {pos: [4, 3, 1], state: "minecraft:air"}, - {pos: [4, 3, 2], state: "minecraft:air"}, - {pos: [4, 3, 3], state: "minecraft:air"}, - {pos: [4, 3, 4], state: "minecraft:air"}, - {pos: [4, 3, 5], state: "minecraft:air"}, - {pos: [4, 3, 6], state: "minecraft:air"}, - {pos: [4, 3, 7], state: "minecraft:air"}, - {pos: [4, 3, 8], state: "minecraft:air"}, - {pos: [4, 3, 9], state: "minecraft:air"}, - {pos: [4, 3, 10], state: "minecraft:sticky_piston{extended:false,facing:west}"}, - {pos: [4, 3, 11], state: "minecraft:air"}, - {pos: [4, 3, 12], state: "minecraft:air"}, - {pos: [4, 3, 13], state: "minecraft:air"}, - {pos: [4, 3, 14], state: "minecraft:air"}, - {pos: [4, 3, 15], state: "minecraft:air"}, - {pos: [4, 3, 16], state: "minecraft:air"}, - {pos: [4, 3, 17], state: "minecraft:air"}, - {pos: [4, 3, 18], state: "minecraft:air"}, - {pos: [4, 3, 19], state: "minecraft:air"}, - {pos: [4, 3, 20], state: "minecraft:air"}, - {pos: [4, 3, 21], state: "minecraft:redstone_block"}, - {pos: [4, 3, 22], state: "minecraft:obsidian"}, - {pos: [4, 3, 23], state: "minecraft:air"}, - {pos: [4, 3, 24], state: "minecraft:air"}, - {pos: [4, 3, 25], state: "minecraft:air"}, - {pos: [4, 3, 26], state: "minecraft:air"}, - {pos: [4, 3, 27], state: "minecraft:air"}, - {pos: [4, 3, 28], state: "minecraft:air"}, - {pos: [4, 3, 29], state: "minecraft:air"}, - {pos: [5, 3, 0], state: "minecraft:air"}, - {pos: [5, 3, 1], state: "minecraft:air"}, - {pos: [5, 3, 2], state: "minecraft:air"}, - {pos: [5, 3, 3], state: "minecraft:air"}, - {pos: [5, 3, 4], state: "minecraft:air"}, - {pos: [5, 3, 5], state: "minecraft:air"}, - {pos: [5, 3, 6], state: "minecraft:air"}, - {pos: [5, 3, 7], state: "minecraft:air"}, - {pos: [5, 3, 8], state: "minecraft:air"}, - {pos: [5, 3, 9], state: "minecraft:air"}, - {pos: [5, 3, 10], state: "minecraft:redstone_torch{lit:false}"}, - {pos: [5, 3, 11], state: "minecraft:comparator{facing:north,mode:compare,powered:false}", nbt: {OutputSignal: 0, id: "minecraft:comparator"}}, - {pos: [5, 3, 12], state: "minecraft:white_concrete"}, - {pos: [5, 3, 13], state: "minecraft:white_concrete"}, - {pos: [5, 3, 14], state: "minecraft:air"}, - {pos: [5, 3, 15], state: "minecraft:air"}, - {pos: [5, 3, 16], state: "minecraft:air"}, - {pos: [5, 3, 17], state: "minecraft:air"}, - {pos: [5, 3, 18], state: "minecraft:air"}, - {pos: [5, 3, 19], state: "minecraft:air"}, - {pos: [5, 3, 20], state: "minecraft:air"}, - {pos: [5, 3, 21], state: "minecraft:air"}, - {pos: [5, 3, 22], state: "minecraft:air"}, - {pos: [5, 3, 23], state: "minecraft:air"}, - {pos: [5, 3, 24], state: "minecraft:air"}, - {pos: [5, 3, 25], state: "minecraft:air"}, - {pos: [5, 3, 26], state: "minecraft:air"}, - {pos: [5, 3, 27], state: "minecraft:air"}, - {pos: [5, 3, 28], state: "minecraft:air"}, - {pos: [5, 3, 29], state: "minecraft:air"}, - {pos: [6, 3, 0], state: "minecraft:air"}, - {pos: [6, 3, 1], state: "minecraft:air"}, - {pos: [6, 3, 2], state: "minecraft:air"}, - {pos: [6, 3, 3], state: "minecraft:air"}, - {pos: [6, 3, 4], state: "minecraft:air"}, - {pos: [6, 3, 5], state: "minecraft:air"}, - {pos: [6, 3, 6], state: "minecraft:air"}, - {pos: [6, 3, 7], state: "minecraft:air"}, - {pos: [6, 3, 8], state: "minecraft:air"}, - {pos: [6, 3, 9], state: "minecraft:air"}, - {pos: [6, 3, 10], state: "minecraft:air"}, - {pos: [6, 3, 11], state: "minecraft:air"}, - {pos: [6, 3, 12], state: "minecraft:air"}, - {pos: [6, 3, 13], state: "minecraft:air"}, - {pos: [6, 3, 14], state: "minecraft:air"}, - {pos: [6, 3, 15], state: "minecraft:air"}, - {pos: [6, 3, 16], state: "minecraft:air"}, - {pos: [6, 3, 17], state: "minecraft:air"}, - {pos: [6, 3, 18], state: "minecraft:air"}, - {pos: [6, 3, 19], state: "minecraft:air"}, - {pos: [6, 3, 20], state: "minecraft:air"}, - {pos: [6, 3, 21], state: "minecraft:air"}, - {pos: [6, 3, 22], state: "minecraft:air"}, - {pos: [6, 3, 23], state: "minecraft:air"}, - {pos: [6, 3, 24], state: "minecraft:air"}, - {pos: [6, 3, 25], state: "minecraft:air"}, - {pos: [6, 3, 26], state: "minecraft:air"}, - {pos: [6, 3, 27], state: "minecraft:air"}, - {pos: [6, 3, 28], state: "minecraft:air"}, - {pos: [6, 3, 29], state: "minecraft:air"}, - {pos: [7, 3, 0], state: "minecraft:air"}, - {pos: [7, 3, 1], state: "minecraft:air"}, - {pos: [7, 3, 2], state: "minecraft:air"}, - {pos: [7, 3, 3], state: "minecraft:air"}, - {pos: [7, 3, 4], state: "minecraft:air"}, - {pos: [7, 3, 5], state: "minecraft:air"}, - {pos: [7, 3, 6], state: "minecraft:air"}, - {pos: [7, 3, 7], state: "minecraft:white_concrete"}, - {pos: [7, 3, 8], state: "minecraft:sticky_piston{extended:false,facing:north}"}, - {pos: [7, 3, 9], state: "minecraft:redstone_torch{lit:false}"}, - {pos: [7, 3, 10], state: "minecraft:white_concrete"}, - {pos: [7, 3, 11], state: "minecraft:air"}, - {pos: [7, 3, 12], state: "minecraft:white_concrete"}, - {pos: [7, 3, 13], state: "minecraft:air"}, - {pos: [7, 3, 14], state: "minecraft:air"}, - {pos: [7, 3, 15], state: "minecraft:air"}, - {pos: [7, 3, 16], state: "minecraft:white_concrete"}, - {pos: [7, 3, 17], state: "minecraft:air"}, - {pos: [7, 3, 18], state: "minecraft:air"}, - {pos: [7, 3, 19], state: "minecraft:air"}, - {pos: [7, 3, 20], state: "minecraft:air"}, - {pos: [7, 3, 21], state: "minecraft:air"}, - {pos: [7, 3, 22], state: "minecraft:air"}, - {pos: [7, 3, 23], state: "minecraft:air"}, - {pos: [7, 3, 24], state: "minecraft:air"}, - {pos: [7, 3, 25], state: "minecraft:air"}, - {pos: [7, 3, 26], state: "minecraft:air"}, - {pos: [7, 3, 27], state: "minecraft:air"}, - {pos: [7, 3, 28], state: "minecraft:air"}, - {pos: [7, 3, 29], state: "minecraft:air"}, - {pos: [8, 3, 0], state: "minecraft:air"}, - {pos: [8, 3, 1], state: "minecraft:air"}, - {pos: [8, 3, 2], state: "minecraft:air"}, - {pos: [8, 3, 3], state: "minecraft:air"}, - {pos: [8, 3, 4], state: "minecraft:air"}, - {pos: [8, 3, 5], state: "minecraft:air"}, - {pos: [8, 3, 6], state: "minecraft:air"}, - {pos: [8, 3, 7], state: "minecraft:air"}, - {pos: [8, 3, 8], state: "minecraft:air"}, - {pos: [8, 3, 9], state: "minecraft:air"}, - {pos: [8, 3, 10], state: "minecraft:air"}, - {pos: [8, 3, 11], state: "minecraft:air"}, - {pos: [8, 3, 12], state: "minecraft:air"}, - {pos: [8, 3, 13], state: "minecraft:air"}, - {pos: [8, 3, 14], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [8, 3, 15], state: "minecraft:air"}, - {pos: [8, 3, 16], state: "minecraft:air"}, - {pos: [8, 3, 17], state: "minecraft:air"}, - {pos: [8, 3, 18], state: "minecraft:air"}, - {pos: [8, 3, 19], state: "minecraft:air"}, - {pos: [8, 3, 20], state: "minecraft:air"}, - {pos: [8, 3, 21], state: "minecraft:air"}, - {pos: [8, 3, 22], state: "minecraft:air"}, - {pos: [8, 3, 23], state: "minecraft:air"}, - {pos: [8, 3, 24], state: "minecraft:air"}, - {pos: [8, 3, 25], state: "minecraft:air"}, - {pos: [8, 3, 26], state: "minecraft:air"}, - {pos: [8, 3, 27], state: "minecraft:air"}, - {pos: [8, 3, 28], state: "minecraft:air"}, - {pos: [8, 3, 29], state: "minecraft:air"}, - {pos: [9, 3, 0], state: "minecraft:air"}, - {pos: [9, 3, 1], state: "minecraft:air"}, - {pos: [9, 3, 2], state: "minecraft:air"}, - {pos: [9, 3, 3], state: "minecraft:air"}, - {pos: [9, 3, 4], state: "minecraft:air"}, - {pos: [9, 3, 5], state: "minecraft:air"}, - {pos: [9, 3, 6], state: "minecraft:air"}, - {pos: [9, 3, 7], state: "minecraft:air"}, - {pos: [9, 3, 8], state: "minecraft:air"}, - {pos: [9, 3, 9], state: "minecraft:air"}, - {pos: [9, 3, 10], state: "minecraft:air"}, - {pos: [9, 3, 11], state: "minecraft:air"}, - {pos: [9, 3, 12], state: "minecraft:air"}, - {pos: [9, 3, 13], state: "minecraft:air"}, - {pos: [9, 3, 14], state: "minecraft:air"}, - {pos: [9, 3, 15], state: "minecraft:air"}, - {pos: [9, 3, 16], state: "minecraft:air"}, - {pos: [9, 3, 17], state: "minecraft:air"}, - {pos: [9, 3, 18], state: "minecraft:air"}, - {pos: [9, 3, 19], state: "minecraft:air"}, - {pos: [9, 3, 20], state: "minecraft:air"}, - {pos: [9, 3, 21], state: "minecraft:air"}, - {pos: [9, 3, 22], state: "minecraft:air"}, - {pos: [9, 3, 23], state: "minecraft:air"}, - {pos: [9, 3, 24], state: "minecraft:air"}, - {pos: [9, 3, 25], state: "minecraft:air"}, - {pos: [9, 3, 26], state: "minecraft:air"}, - {pos: [9, 3, 27], state: "minecraft:air"}, - {pos: [9, 3, 28], state: "minecraft:air"}, - {pos: [9, 3, 29], state: "minecraft:air"}, - {pos: [0, 4, 0], state: "minecraft:air"}, - {pos: [0, 4, 1], state: "minecraft:air"}, - {pos: [0, 4, 2], state: "minecraft:air"}, - {pos: [0, 4, 3], state: "minecraft:air"}, - {pos: [0, 4, 4], state: "minecraft:air"}, - {pos: [0, 4, 5], state: "minecraft:air"}, - {pos: [0, 4, 6], state: "minecraft:air"}, - {pos: [0, 4, 7], state: "minecraft:air"}, - {pos: [0, 4, 8], state: "minecraft:air"}, - {pos: [0, 4, 9], state: "minecraft:air"}, - {pos: [0, 4, 10], state: "minecraft:air"}, - {pos: [0, 4, 11], state: "minecraft:air"}, - {pos: [0, 4, 12], state: "minecraft:air"}, - {pos: [0, 4, 13], state: "minecraft:air"}, - {pos: [0, 4, 14], state: "minecraft:air"}, - {pos: [0, 4, 15], state: "minecraft:air"}, - {pos: [0, 4, 16], state: "minecraft:air"}, - {pos: [0, 4, 17], state: "minecraft:air"}, - {pos: [0, 4, 18], state: "minecraft:air"}, - {pos: [0, 4, 19], state: "minecraft:air"}, - {pos: [0, 4, 20], state: "minecraft:air"}, - {pos: [0, 4, 21], state: "minecraft:air"}, - {pos: [0, 4, 22], state: "minecraft:air"}, - {pos: [0, 4, 23], state: "minecraft:air"}, - {pos: [0, 4, 24], state: "minecraft:air"}, - {pos: [0, 4, 25], state: "minecraft:air"}, - {pos: [0, 4, 26], state: "minecraft:air"}, - {pos: [0, 4, 27], state: "minecraft:air"}, - {pos: [0, 4, 28], state: "minecraft:air"}, - {pos: [0, 4, 29], state: "minecraft:air"}, - {pos: [1, 4, 0], state: "minecraft:air"}, - {pos: [1, 4, 1], state: "minecraft:air"}, - {pos: [1, 4, 2], state: "minecraft:air"}, - {pos: [1, 4, 3], state: "minecraft:air"}, - {pos: [1, 4, 4], state: "minecraft:air"}, - {pos: [1, 4, 5], state: "minecraft:air"}, - {pos: [1, 4, 6], state: "minecraft:air"}, - {pos: [1, 4, 7], state: "minecraft:air"}, - {pos: [1, 4, 8], state: "minecraft:air"}, - {pos: [1, 4, 9], state: "minecraft:air"}, - {pos: [1, 4, 10], state: "minecraft:air"}, - {pos: [1, 4, 11], state: "minecraft:air"}, - {pos: [1, 4, 12], state: "minecraft:air"}, - {pos: [1, 4, 13], state: "minecraft:air"}, - {pos: [1, 4, 14], state: "minecraft:air"}, - {pos: [1, 4, 15], state: "minecraft:air"}, - {pos: [1, 4, 16], state: "minecraft:air"}, - {pos: [1, 4, 17], state: "minecraft:air"}, - {pos: [1, 4, 18], state: "minecraft:air"}, - {pos: [1, 4, 19], state: "minecraft:air"}, - {pos: [1, 4, 20], state: "minecraft:air"}, - {pos: [1, 4, 21], state: "minecraft:air"}, - {pos: [1, 4, 22], state: "minecraft:air"}, - {pos: [1, 4, 23], state: "minecraft:air"}, - {pos: [1, 4, 24], state: "minecraft:air"}, - {pos: [1, 4, 25], state: "minecraft:air"}, - {pos: [1, 4, 26], state: "minecraft:air"}, - {pos: [1, 4, 27], state: "minecraft:air"}, - {pos: [1, 4, 28], state: "minecraft:air"}, - {pos: [1, 4, 29], state: "minecraft:air"}, - {pos: [2, 4, 0], state: "minecraft:air"}, - {pos: [2, 4, 1], state: "minecraft:air"}, - {pos: [2, 4, 2], state: "minecraft:air"}, - {pos: [2, 4, 3], state: "minecraft:air"}, - {pos: [2, 4, 4], state: "minecraft:air"}, - {pos: [2, 4, 5], state: "minecraft:air"}, - {pos: [2, 4, 6], state: "minecraft:air"}, - {pos: [2, 4, 7], state: "minecraft:air"}, - {pos: [2, 4, 8], state: "minecraft:air"}, - {pos: [2, 4, 9], state: "minecraft:air"}, - {pos: [2, 4, 10], state: "minecraft:air"}, - {pos: [2, 4, 11], state: "minecraft:air"}, - {pos: [2, 4, 12], state: "minecraft:air"}, - {pos: [2, 4, 13], state: "minecraft:air"}, - {pos: [2, 4, 14], state: "minecraft:air"}, - {pos: [2, 4, 15], state: "minecraft:air"}, - {pos: [2, 4, 16], state: "minecraft:air"}, - {pos: [2, 4, 17], state: "minecraft:air"}, - {pos: [2, 4, 18], state: "minecraft:air"}, - {pos: [2, 4, 19], state: "minecraft:air"}, - {pos: [2, 4, 20], state: "minecraft:air"}, - {pos: [2, 4, 21], state: "minecraft:air"}, - {pos: [2, 4, 22], state: "minecraft:command_block{conditional:false,facing:up}", nbt: {Command: "fill ~ ~ ~ ~ ~-1 ~ air", CustomName: '{"text":"@"}', SuccessCount: 0, TrackOutput: 1b, UpdateLastExecution: 1b, auto: 0b, conditionMet: 1b, id: "minecraft:command_block", powered: 0b}}, - {pos: [2, 4, 23], state: "minecraft:air"}, - {pos: [2, 4, 24], state: "minecraft:air"}, - {pos: [2, 4, 25], state: "minecraft:air"}, - {pos: [2, 4, 26], state: "minecraft:air"}, - {pos: [2, 4, 27], state: "minecraft:air"}, - {pos: [2, 4, 28], state: "minecraft:air"}, - {pos: [2, 4, 29], state: "minecraft:air"}, - {pos: [3, 4, 0], state: "minecraft:air"}, - {pos: [3, 4, 1], state: "minecraft:air"}, - {pos: [3, 4, 2], state: "minecraft:air"}, - {pos: [3, 4, 3], state: "minecraft:air"}, - {pos: [3, 4, 4], state: "minecraft:air"}, - {pos: [3, 4, 5], state: "minecraft:air"}, - {pos: [3, 4, 6], state: "minecraft:air"}, - {pos: [3, 4, 7], state: "minecraft:air"}, - {pos: [3, 4, 8], state: "minecraft:air"}, - {pos: [3, 4, 9], state: "minecraft:air"}, - {pos: [3, 4, 10], state: "minecraft:air"}, - {pos: [3, 4, 11], state: "minecraft:air"}, - {pos: [3, 4, 12], state: "minecraft:air"}, - {pos: [3, 4, 13], state: "minecraft:air"}, - {pos: [3, 4, 14], state: "minecraft:air"}, - {pos: [3, 4, 15], state: "minecraft:air"}, - {pos: [3, 4, 16], state: "minecraft:air"}, - {pos: [3, 4, 17], state: "minecraft:air"}, - {pos: [3, 4, 18], state: "minecraft:air"}, - {pos: [3, 4, 19], state: "minecraft:air"}, - {pos: [3, 4, 20], state: "minecraft:air"}, - {pos: [3, 4, 21], state: "minecraft:air"}, - {pos: [3, 4, 22], state: "minecraft:red_terracotta"}, - {pos: [3, 4, 23], state: "minecraft:air"}, - {pos: [3, 4, 24], state: "minecraft:air"}, - {pos: [3, 4, 25], state: "minecraft:air"}, - {pos: [3, 4, 26], state: "minecraft:air"}, - {pos: [3, 4, 27], state: "minecraft:air"}, - {pos: [3, 4, 28], state: "minecraft:air"}, - {pos: [3, 4, 29], state: "minecraft:air"}, - {pos: [4, 4, 0], state: "minecraft:air"}, - {pos: [4, 4, 1], state: "minecraft:air"}, - {pos: [4, 4, 2], state: "minecraft:air"}, - {pos: [4, 4, 3], state: "minecraft:air"}, - {pos: [4, 4, 4], state: "minecraft:air"}, - {pos: [4, 4, 5], state: "minecraft:air"}, - {pos: [4, 4, 6], state: "minecraft:air"}, - {pos: [4, 4, 7], state: "minecraft:air"}, - {pos: [4, 4, 8], state: "minecraft:air"}, - {pos: [4, 4, 9], state: "minecraft:air"}, - {pos: [4, 4, 10], state: "minecraft:air"}, - {pos: [4, 4, 11], state: "minecraft:air"}, - {pos: [4, 4, 12], state: "minecraft:air"}, - {pos: [4, 4, 13], state: "minecraft:air"}, - {pos: [4, 4, 14], state: "minecraft:air"}, - {pos: [4, 4, 15], state: "minecraft:air"}, - {pos: [4, 4, 16], state: "minecraft:air"}, - {pos: [4, 4, 17], state: "minecraft:air"}, - {pos: [4, 4, 18], state: "minecraft:air"}, - {pos: [4, 4, 19], state: "minecraft:air"}, - {pos: [4, 4, 20], state: "minecraft:air"}, - {pos: [4, 4, 21], state: "minecraft:air"}, - {pos: [4, 4, 22], state: "minecraft:command_block{conditional:false,facing:up}", nbt: {Command: "fill ~ ~ ~ ~ ~-1 ~ air", CustomName: '{"text":"@"}', SuccessCount: 0, TrackOutput: 1b, UpdateLastExecution: 1b, auto: 0b, conditionMet: 1b, id: "minecraft:command_block", powered: 0b}}, - {pos: [4, 4, 23], state: "minecraft:air"}, - {pos: [4, 4, 24], state: "minecraft:air"}, - {pos: [4, 4, 25], state: "minecraft:air"}, - {pos: [4, 4, 26], state: "minecraft:air"}, - {pos: [4, 4, 27], state: "minecraft:air"}, - {pos: [4, 4, 28], state: "minecraft:air"}, - {pos: [4, 4, 29], state: "minecraft:air"}, - {pos: [5, 4, 0], state: "minecraft:air"}, - {pos: [5, 4, 1], state: "minecraft:air"}, - {pos: [5, 4, 2], state: "minecraft:air"}, - {pos: [5, 4, 3], state: "minecraft:air"}, - {pos: [5, 4, 4], state: "minecraft:air"}, - {pos: [5, 4, 5], state: "minecraft:air"}, - {pos: [5, 4, 6], state: "minecraft:air"}, - {pos: [5, 4, 7], state: "minecraft:air"}, - {pos: [5, 4, 8], state: "minecraft:air"}, - {pos: [5, 4, 9], state: "minecraft:air"}, - {pos: [5, 4, 10], state: "minecraft:smooth_stone_slab{type:top,waterlogged:false}"}, - {pos: [5, 4, 11], state: "minecraft:white_concrete"}, - {pos: [5, 4, 12], state: "minecraft:redstone_wire{east:none,north:up,power:0,south:side,west:none}"}, - {pos: [5, 4, 13], state: "minecraft:repeater{delay:1,facing:north,locked:false,powered:false}"}, - {pos: [5, 4, 14], state: "minecraft:white_concrete"}, - {pos: [5, 4, 15], state: "minecraft:air"}, - {pos: [5, 4, 16], state: "minecraft:air"}, - {pos: [5, 4, 17], state: "minecraft:air"}, - {pos: [5, 4, 18], state: "minecraft:air"}, - {pos: [5, 4, 19], state: "minecraft:air"}, - {pos: [5, 4, 20], state: "minecraft:air"}, - {pos: [5, 4, 21], state: "minecraft:air"}, - {pos: [5, 4, 22], state: "minecraft:air"}, - {pos: [5, 4, 23], state: "minecraft:air"}, - {pos: [5, 4, 24], state: "minecraft:air"}, - {pos: [5, 4, 25], state: "minecraft:air"}, - {pos: [5, 4, 26], state: "minecraft:air"}, - {pos: [5, 4, 27], state: "minecraft:air"}, - {pos: [5, 4, 28], state: "minecraft:air"}, - {pos: [5, 4, 29], state: "minecraft:air"}, - {pos: [6, 4, 0], state: "minecraft:air"}, - {pos: [6, 4, 1], state: "minecraft:air"}, - {pos: [6, 4, 2], state: "minecraft:air"}, - {pos: [6, 4, 3], state: "minecraft:air"}, - {pos: [6, 4, 4], state: "minecraft:air"}, - {pos: [6, 4, 5], state: "minecraft:air"}, - {pos: [6, 4, 6], state: "minecraft:air"}, - {pos: [6, 4, 7], state: "minecraft:air"}, - {pos: [6, 4, 8], state: "minecraft:air"}, - {pos: [6, 4, 9], state: "minecraft:air"}, - {pos: [6, 4, 10], state: "minecraft:air"}, - {pos: [6, 4, 11], state: "minecraft:air"}, - {pos: [6, 4, 12], state: "minecraft:air"}, - {pos: [6, 4, 13], state: "minecraft:air"}, - {pos: [6, 4, 14], state: "minecraft:sticky_piston{extended:false,facing:east}"}, - {pos: [6, 4, 15], state: "minecraft:air"}, - {pos: [6, 4, 16], state: "minecraft:air"}, - {pos: [6, 4, 17], state: "minecraft:air"}, - {pos: [6, 4, 18], state: "minecraft:air"}, - {pos: [6, 4, 19], state: "minecraft:air"}, - {pos: [6, 4, 20], state: "minecraft:air"}, - {pos: [6, 4, 21], state: "minecraft:air"}, - {pos: [6, 4, 22], state: "minecraft:air"}, - {pos: [6, 4, 23], state: "minecraft:air"}, - {pos: [6, 4, 24], state: "minecraft:air"}, - {pos: [6, 4, 25], state: "minecraft:air"}, - {pos: [6, 4, 26], state: "minecraft:air"}, - {pos: [6, 4, 27], state: "minecraft:air"}, - {pos: [6, 4, 28], state: "minecraft:air"}, - {pos: [6, 4, 29], state: "minecraft:air"}, - {pos: [7, 4, 0], state: "minecraft:air"}, - {pos: [7, 4, 1], state: "minecraft:air"}, - {pos: [7, 4, 2], state: "minecraft:air"}, - {pos: [7, 4, 3], state: "minecraft:air"}, - {pos: [7, 4, 4], state: "minecraft:air"}, - {pos: [7, 4, 5], state: "minecraft:air"}, - {pos: [7, 4, 6], state: "minecraft:air"}, - {pos: [7, 4, 7], state: "minecraft:air"}, - {pos: [7, 4, 8], state: "minecraft:white_concrete"}, - {pos: [7, 4, 9], state: "minecraft:white_concrete"}, - {pos: [7, 4, 10], state: "minecraft:repeater{delay:1,facing:north,locked:false,powered:false}"}, - {pos: [7, 4, 11], state: "minecraft:white_concrete"}, - {pos: [7, 4, 12], state: "minecraft:redstone_wire{east:none,north:up,power:0,south:side,west:none}"}, - {pos: [7, 4, 13], state: "minecraft:sticky_piston{extended:false,facing:south}"}, - {pos: [7, 4, 14], state: "minecraft:redstone_block"}, - {pos: [7, 4, 15], state: "minecraft:air"}, - {pos: [7, 4, 16], state: "minecraft:repeater{delay:1,facing:north,locked:false,powered:false}"}, - {pos: [7, 4, 17], state: "minecraft:red_wool"}, - {pos: [7, 4, 18], state: "minecraft:air"}, - {pos: [7, 4, 19], state: "minecraft:air"}, - {pos: [7, 4, 20], state: "minecraft:air"}, - {pos: [7, 4, 21], state: "minecraft:air"}, - {pos: [7, 4, 22], state: "minecraft:air"}, - {pos: [7, 4, 23], state: "minecraft:air"}, - {pos: [7, 4, 24], state: "minecraft:air"}, - {pos: [7, 4, 25], state: "minecraft:air"}, - {pos: [7, 4, 26], state: "minecraft:air"}, - {pos: [7, 4, 27], state: "minecraft:air"}, - {pos: [7, 4, 28], state: "minecraft:air"}, - {pos: [7, 4, 29], state: "minecraft:air"}, - {pos: [8, 4, 0], state: "minecraft:air"}, - {pos: [8, 4, 1], state: "minecraft:air"}, - {pos: [8, 4, 2], state: "minecraft:air"}, - {pos: [8, 4, 3], state: "minecraft:air"}, - {pos: [8, 4, 4], state: "minecraft:air"}, - {pos: [8, 4, 5], state: "minecraft:air"}, - {pos: [8, 4, 6], state: "minecraft:air"}, - {pos: [8, 4, 7], state: "minecraft:air"}, - {pos: [8, 4, 8], state: "minecraft:air"}, - {pos: [8, 4, 9], state: "minecraft:air"}, - {pos: [8, 4, 10], state: "minecraft:air"}, - {pos: [8, 4, 11], state: "minecraft:air"}, - {pos: [8, 4, 12], state: "minecraft:air"}, - {pos: [8, 4, 13], state: "minecraft:air"}, - {pos: [8, 4, 14], state: "minecraft:air"}, - {pos: [8, 4, 15], state: "minecraft:air"}, - {pos: [8, 4, 16], state: "minecraft:air"}, - {pos: [8, 4, 17], state: "minecraft:air"}, - {pos: [8, 4, 18], state: "minecraft:air"}, - {pos: [8, 4, 19], state: "minecraft:air"}, - {pos: [8, 4, 20], state: "minecraft:air"}, - {pos: [8, 4, 21], state: "minecraft:air"}, - {pos: [8, 4, 22], state: "minecraft:air"}, - {pos: [8, 4, 23], state: "minecraft:air"}, - {pos: [8, 4, 24], state: "minecraft:air"}, - {pos: [8, 4, 25], state: "minecraft:air"}, - {pos: [8, 4, 26], state: "minecraft:air"}, - {pos: [8, 4, 27], state: "minecraft:air"}, - {pos: [8, 4, 28], state: "minecraft:air"}, - {pos: [8, 4, 29], state: "minecraft:air"}, - {pos: [9, 4, 0], state: "minecraft:air"}, - {pos: [9, 4, 1], state: "minecraft:air"}, - {pos: [9, 4, 2], state: "minecraft:air"}, - {pos: [9, 4, 3], state: "minecraft:air"}, - {pos: [9, 4, 4], state: "minecraft:air"}, - {pos: [9, 4, 5], state: "minecraft:air"}, - {pos: [9, 4, 6], state: "minecraft:air"}, - {pos: [9, 4, 7], state: "minecraft:air"}, - {pos: [9, 4, 8], state: "minecraft:air"}, - {pos: [9, 4, 9], state: "minecraft:air"}, - {pos: [9, 4, 10], state: "minecraft:air"}, - {pos: [9, 4, 11], state: "minecraft:air"}, - {pos: [9, 4, 12], state: "minecraft:air"}, - {pos: [9, 4, 13], state: "minecraft:air"}, - {pos: [9, 4, 14], state: "minecraft:air"}, - {pos: [9, 4, 15], state: "minecraft:air"}, - {pos: [9, 4, 16], state: "minecraft:air"}, - {pos: [9, 4, 17], state: "minecraft:air"}, - {pos: [9, 4, 18], state: "minecraft:air"}, - {pos: [9, 4, 19], state: "minecraft:air"}, - {pos: [9, 4, 20], state: "minecraft:air"}, - {pos: [9, 4, 21], state: "minecraft:air"}, - {pos: [9, 4, 22], state: "minecraft:air"}, - {pos: [9, 4, 23], state: "minecraft:air"}, - {pos: [9, 4, 24], state: "minecraft:air"}, - {pos: [9, 4, 25], state: "minecraft:air"}, - {pos: [9, 4, 26], state: "minecraft:air"}, - {pos: [9, 4, 27], state: "minecraft:air"}, - {pos: [9, 4, 28], state: "minecraft:air"}, - {pos: [9, 4, 29], state: "minecraft:air"}, - {pos: [0, 5, 0], state: "minecraft:air"}, - {pos: [0, 5, 1], state: "minecraft:air"}, - {pos: [0, 5, 2], state: "minecraft:air"}, - {pos: [0, 5, 3], state: "minecraft:air"}, - {pos: [0, 5, 4], state: "minecraft:air"}, - {pos: [0, 5, 5], state: "minecraft:air"}, - {pos: [0, 5, 6], state: "minecraft:air"}, - {pos: [0, 5, 7], state: "minecraft:air"}, - {pos: [0, 5, 8], state: "minecraft:air"}, - {pos: [0, 5, 9], state: "minecraft:air"}, - {pos: [0, 5, 10], state: "minecraft:air"}, - {pos: [0, 5, 11], state: "minecraft:air"}, - {pos: [0, 5, 12], state: "minecraft:air"}, - {pos: [0, 5, 13], state: "minecraft:air"}, - {pos: [0, 5, 14], state: "minecraft:air"}, - {pos: [0, 5, 15], state: "minecraft:air"}, - {pos: [0, 5, 16], state: "minecraft:air"}, - {pos: [0, 5, 17], state: "minecraft:air"}, - {pos: [0, 5, 18], state: "minecraft:air"}, - {pos: [0, 5, 19], state: "minecraft:air"}, - {pos: [0, 5, 20], state: "minecraft:air"}, - {pos: [0, 5, 21], state: "minecraft:air"}, - {pos: [0, 5, 22], state: "minecraft:air"}, - {pos: [0, 5, 23], state: "minecraft:air"}, - {pos: [0, 5, 24], state: "minecraft:air"}, - {pos: [0, 5, 25], state: "minecraft:air"}, - {pos: [0, 5, 26], state: "minecraft:air"}, - {pos: [0, 5, 27], state: "minecraft:air"}, - {pos: [0, 5, 28], state: "minecraft:air"}, - {pos: [0, 5, 29], state: "minecraft:air"}, - {pos: [1, 5, 0], state: "minecraft:air"}, - {pos: [1, 5, 1], state: "minecraft:air"}, - {pos: [1, 5, 2], state: "minecraft:air"}, - {pos: [1, 5, 3], state: "minecraft:air"}, - {pos: [1, 5, 4], state: "minecraft:air"}, - {pos: [1, 5, 5], state: "minecraft:air"}, - {pos: [1, 5, 6], state: "minecraft:air"}, - {pos: [1, 5, 7], state: "minecraft:air"}, - {pos: [1, 5, 8], state: "minecraft:air"}, - {pos: [1, 5, 9], state: "minecraft:air"}, - {pos: [1, 5, 10], state: "minecraft:air"}, - {pos: [1, 5, 11], state: "minecraft:air"}, - {pos: [1, 5, 12], state: "minecraft:air"}, - {pos: [1, 5, 13], state: "minecraft:air"}, - {pos: [1, 5, 14], state: "minecraft:air"}, - {pos: [1, 5, 15], state: "minecraft:air"}, - {pos: [1, 5, 16], state: "minecraft:air"}, - {pos: [1, 5, 17], state: "minecraft:air"}, - {pos: [1, 5, 18], state: "minecraft:air"}, - {pos: [1, 5, 19], state: "minecraft:air"}, - {pos: [1, 5, 20], state: "minecraft:air"}, - {pos: [1, 5, 21], state: "minecraft:air"}, - {pos: [1, 5, 22], state: "minecraft:air"}, - {pos: [1, 5, 23], state: "minecraft:air"}, - {pos: [1, 5, 24], state: "minecraft:air"}, - {pos: [1, 5, 25], state: "minecraft:air"}, - {pos: [1, 5, 26], state: "minecraft:air"}, - {pos: [1, 5, 27], state: "minecraft:air"}, - {pos: [1, 5, 28], state: "minecraft:air"}, - {pos: [1, 5, 29], state: "minecraft:air"}, - {pos: [2, 5, 0], state: "minecraft:air"}, - {pos: [2, 5, 1], state: "minecraft:air"}, - {pos: [2, 5, 2], state: "minecraft:air"}, - {pos: [2, 5, 3], state: "minecraft:air"}, - {pos: [2, 5, 4], state: "minecraft:air"}, - {pos: [2, 5, 5], state: "minecraft:air"}, - {pos: [2, 5, 6], state: "minecraft:air"}, - {pos: [2, 5, 7], state: "minecraft:air"}, - {pos: [2, 5, 8], state: "minecraft:air"}, - {pos: [2, 5, 9], state: "minecraft:air"}, - {pos: [2, 5, 10], state: "minecraft:air"}, - {pos: [2, 5, 11], state: "minecraft:air"}, - {pos: [2, 5, 12], state: "minecraft:air"}, - {pos: [2, 5, 13], state: "minecraft:air"}, - {pos: [2, 5, 14], state: "minecraft:air"}, - {pos: [2, 5, 15], state: "minecraft:air"}, - {pos: [2, 5, 16], state: "minecraft:air"}, - {pos: [2, 5, 17], state: "minecraft:air"}, - {pos: [2, 5, 18], state: "minecraft:air"}, - {pos: [2, 5, 19], state: "minecraft:air"}, - {pos: [2, 5, 20], state: "minecraft:air"}, - {pos: [2, 5, 21], state: "minecraft:air"}, - {pos: [2, 5, 22], state: "minecraft:air"}, - {pos: [2, 5, 23], state: "minecraft:air"}, - {pos: [2, 5, 24], state: "minecraft:air"}, - {pos: [2, 5, 25], state: "minecraft:air"}, - {pos: [2, 5, 26], state: "minecraft:air"}, - {pos: [2, 5, 27], state: "minecraft:air"}, - {pos: [2, 5, 28], state: "minecraft:air"}, - {pos: [2, 5, 29], state: "minecraft:air"}, - {pos: [3, 5, 0], state: "minecraft:air"}, - {pos: [3, 5, 1], state: "minecraft:air"}, - {pos: [3, 5, 2], state: "minecraft:air"}, - {pos: [3, 5, 3], state: "minecraft:air"}, - {pos: [3, 5, 4], state: "minecraft:air"}, - {pos: [3, 5, 5], state: "minecraft:air"}, - {pos: [3, 5, 6], state: "minecraft:air"}, - {pos: [3, 5, 7], state: "minecraft:air"}, - {pos: [3, 5, 8], state: "minecraft:air"}, - {pos: [3, 5, 9], state: "minecraft:air"}, - {pos: [3, 5, 10], state: "minecraft:air"}, - {pos: [3, 5, 11], state: "minecraft:air"}, - {pos: [3, 5, 12], state: "minecraft:air"}, - {pos: [3, 5, 13], state: "minecraft:air"}, - {pos: [3, 5, 14], state: "minecraft:air"}, - {pos: [3, 5, 15], state: "minecraft:air"}, - {pos: [3, 5, 16], state: "minecraft:air"}, - {pos: [3, 5, 17], state: "minecraft:air"}, - {pos: [3, 5, 18], state: "minecraft:air"}, - {pos: [3, 5, 19], state: "minecraft:air"}, - {pos: [3, 5, 20], state: "minecraft:air"}, - {pos: [3, 5, 21], state: "minecraft:air"}, - {pos: [3, 5, 22], state: "minecraft:air"}, - {pos: [3, 5, 23], state: "minecraft:air"}, - {pos: [3, 5, 24], state: "minecraft:air"}, - {pos: [3, 5, 25], state: "minecraft:air"}, - {pos: [3, 5, 26], state: "minecraft:air"}, - {pos: [3, 5, 27], state: "minecraft:air"}, - {pos: [3, 5, 28], state: "minecraft:air"}, - {pos: [3, 5, 29], state: "minecraft:air"}, - {pos: [4, 5, 0], state: "minecraft:air"}, - {pos: [4, 5, 1], state: "minecraft:air"}, - {pos: [4, 5, 2], state: "minecraft:air"}, - {pos: [4, 5, 3], state: "minecraft:air"}, - {pos: [4, 5, 4], state: "minecraft:air"}, - {pos: [4, 5, 5], state: "minecraft:air"}, - {pos: [4, 5, 6], state: "minecraft:air"}, - {pos: [4, 5, 7], state: "minecraft:air"}, - {pos: [4, 5, 8], state: "minecraft:air"}, - {pos: [4, 5, 9], state: "minecraft:air"}, - {pos: [4, 5, 10], state: "minecraft:air"}, - {pos: [4, 5, 11], state: "minecraft:air"}, - {pos: [4, 5, 12], state: "minecraft:air"}, - {pos: [4, 5, 13], state: "minecraft:air"}, - {pos: [4, 5, 14], state: "minecraft:air"}, - {pos: [4, 5, 15], state: "minecraft:air"}, - {pos: [4, 5, 16], state: "minecraft:air"}, - {pos: [4, 5, 17], state: "minecraft:air"}, - {pos: [4, 5, 18], state: "minecraft:air"}, - {pos: [4, 5, 19], state: "minecraft:air"}, - {pos: [4, 5, 20], state: "minecraft:air"}, - {pos: [4, 5, 21], state: "minecraft:air"}, - {pos: [4, 5, 22], state: "minecraft:air"}, - {pos: [4, 5, 23], state: "minecraft:air"}, - {pos: [4, 5, 24], state: "minecraft:air"}, - {pos: [4, 5, 25], state: "minecraft:air"}, - {pos: [4, 5, 26], state: "minecraft:air"}, - {pos: [4, 5, 27], state: "minecraft:air"}, - {pos: [4, 5, 28], state: "minecraft:air"}, - {pos: [4, 5, 29], state: "minecraft:air"}, - {pos: [5, 5, 0], state: "minecraft:air"}, - {pos: [5, 5, 1], state: "minecraft:air"}, - {pos: [5, 5, 2], state: "minecraft:air"}, - {pos: [5, 5, 3], state: "minecraft:air"}, - {pos: [5, 5, 4], state: "minecraft:air"}, - {pos: [5, 5, 5], state: "minecraft:air"}, - {pos: [5, 5, 6], state: "minecraft:air"}, - {pos: [5, 5, 7], state: "minecraft:air"}, - {pos: [5, 5, 8], state: "minecraft:air"}, - {pos: [5, 5, 9], state: "minecraft:sticky_piston{extended:false,facing:east}"}, - {pos: [5, 5, 10], state: "minecraft:comparator{facing:south,mode:compare,powered:false}", nbt: {OutputSignal: 0, id: "minecraft:comparator"}}, - {pos: [5, 5, 11], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [5, 5, 12], state: "minecraft:air"}, - {pos: [5, 5, 13], state: "minecraft:air"}, - {pos: [5, 5, 14], state: "minecraft:air"}, - {pos: [5, 5, 15], state: "minecraft:air"}, - {pos: [5, 5, 16], state: "minecraft:air"}, - {pos: [5, 5, 17], state: "minecraft:air"}, - {pos: [5, 5, 18], state: "minecraft:air"}, - {pos: [5, 5, 19], state: "minecraft:air"}, - {pos: [5, 5, 20], state: "minecraft:air"}, - {pos: [5, 5, 21], state: "minecraft:air"}, - {pos: [5, 5, 22], state: "minecraft:air"}, - {pos: [5, 5, 23], state: "minecraft:air"}, - {pos: [5, 5, 24], state: "minecraft:air"}, - {pos: [5, 5, 25], state: "minecraft:air"}, - {pos: [5, 5, 26], state: "minecraft:air"}, - {pos: [5, 5, 27], state: "minecraft:air"}, - {pos: [5, 5, 28], state: "minecraft:air"}, - {pos: [5, 5, 29], state: "minecraft:air"}, - {pos: [6, 5, 0], state: "minecraft:air"}, - {pos: [6, 5, 1], state: "minecraft:air"}, - {pos: [6, 5, 2], state: "minecraft:air"}, - {pos: [6, 5, 3], state: "minecraft:air"}, - {pos: [6, 5, 4], state: "minecraft:air"}, - {pos: [6, 5, 5], state: "minecraft:air"}, - {pos: [6, 5, 6], state: "minecraft:air"}, - {pos: [6, 5, 7], state: "minecraft:air"}, - {pos: [6, 5, 8], state: "minecraft:air"}, - {pos: [6, 5, 9], state: "minecraft:redstone_block"}, - {pos: [6, 5, 10], state: "minecraft:sticky_piston{extended:false,facing:north}"}, - {pos: [6, 5, 11], state: "minecraft:air"}, - {pos: [6, 5, 12], state: "minecraft:air"}, - {pos: [6, 5, 13], state: "minecraft:air"}, - {pos: [6, 5, 14], state: "minecraft:air"}, - {pos: [6, 5, 15], state: "minecraft:air"}, - {pos: [6, 5, 16], state: "minecraft:air"}, - {pos: [6, 5, 17], state: "minecraft:air"}, - {pos: [6, 5, 18], state: "minecraft:air"}, - {pos: [6, 5, 19], state: "minecraft:air"}, - {pos: [6, 5, 20], state: "minecraft:air"}, - {pos: [6, 5, 21], state: "minecraft:air"}, - {pos: [6, 5, 22], state: "minecraft:air"}, - {pos: [6, 5, 23], state: "minecraft:air"}, - {pos: [6, 5, 24], state: "minecraft:air"}, - {pos: [6, 5, 25], state: "minecraft:air"}, - {pos: [6, 5, 26], state: "minecraft:air"}, - {pos: [6, 5, 27], state: "minecraft:air"}, - {pos: [6, 5, 28], state: "minecraft:air"}, - {pos: [6, 5, 29], state: "minecraft:air"}, - {pos: [7, 5, 0], state: "minecraft:air"}, - {pos: [7, 5, 1], state: "minecraft:air"}, - {pos: [7, 5, 2], state: "minecraft:air"}, - {pos: [7, 5, 3], state: "minecraft:air"}, - {pos: [7, 5, 4], state: "minecraft:air"}, - {pos: [7, 5, 5], state: "minecraft:air"}, - {pos: [7, 5, 6], state: "minecraft:air"}, - {pos: [7, 5, 7], state: "minecraft:red_wool"}, - {pos: [7, 5, 8], state: "minecraft:repeater{delay:1,facing:south,locked:false,powered:false}"}, - {pos: [7, 5, 9], state: "minecraft:air"}, - {pos: [7, 5, 10], state: "minecraft:white_concrete"}, - {pos: [7, 5, 11], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [7, 5, 12], state: "minecraft:air"}, - {pos: [7, 5, 13], state: "minecraft:air"}, - {pos: [7, 5, 14], state: "minecraft:air"}, - {pos: [7, 5, 15], state: "minecraft:air"}, - {pos: [7, 5, 16], state: "minecraft:air"}, - {pos: [7, 5, 17], state: "minecraft:air"}, - {pos: [7, 5, 18], state: "minecraft:air"}, - {pos: [7, 5, 19], state: "minecraft:air"}, - {pos: [7, 5, 20], state: "minecraft:air"}, - {pos: [7, 5, 21], state: "minecraft:air"}, - {pos: [7, 5, 22], state: "minecraft:air"}, - {pos: [7, 5, 23], state: "minecraft:air"}, - {pos: [7, 5, 24], state: "minecraft:air"}, - {pos: [7, 5, 25], state: "minecraft:air"}, - {pos: [7, 5, 26], state: "minecraft:air"}, - {pos: [7, 5, 27], state: "minecraft:air"}, - {pos: [7, 5, 28], state: "minecraft:air"}, - {pos: [7, 5, 29], state: "minecraft:air"}, - {pos: [8, 5, 0], state: "minecraft:air"}, - {pos: [8, 5, 1], state: "minecraft:air"}, - {pos: [8, 5, 2], state: "minecraft:air"}, - {pos: [8, 5, 3], state: "minecraft:air"}, - {pos: [8, 5, 4], state: "minecraft:air"}, - {pos: [8, 5, 5], state: "minecraft:air"}, - {pos: [8, 5, 6], state: "minecraft:air"}, - {pos: [8, 5, 7], state: "minecraft:air"}, - {pos: [8, 5, 8], state: "minecraft:air"}, - {pos: [8, 5, 9], state: "minecraft:air"}, - {pos: [8, 5, 10], state: "minecraft:air"}, - {pos: [8, 5, 11], state: "minecraft:air"}, - {pos: [8, 5, 12], state: "minecraft:air"}, - {pos: [8, 5, 13], state: "minecraft:air"}, - {pos: [8, 5, 14], state: "minecraft:air"}, - {pos: [8, 5, 15], state: "minecraft:air"}, - {pos: [8, 5, 16], state: "minecraft:air"}, - {pos: [8, 5, 17], state: "minecraft:air"}, - {pos: [8, 5, 18], state: "minecraft:air"}, - {pos: [8, 5, 19], state: "minecraft:air"}, - {pos: [8, 5, 20], state: "minecraft:air"}, - {pos: [8, 5, 21], state: "minecraft:air"}, - {pos: [8, 5, 22], state: "minecraft:air"}, - {pos: [8, 5, 23], state: "minecraft:air"}, - {pos: [8, 5, 24], state: "minecraft:air"}, - {pos: [8, 5, 25], state: "minecraft:air"}, - {pos: [8, 5, 26], state: "minecraft:air"}, - {pos: [8, 5, 27], state: "minecraft:air"}, - {pos: [8, 5, 28], state: "minecraft:air"}, - {pos: [8, 5, 29], state: "minecraft:air"}, - {pos: [9, 5, 0], state: "minecraft:air"}, - {pos: [9, 5, 1], state: "minecraft:air"}, - {pos: [9, 5, 2], state: "minecraft:air"}, - {pos: [9, 5, 3], state: "minecraft:air"}, - {pos: [9, 5, 4], state: "minecraft:air"}, - {pos: [9, 5, 5], state: "minecraft:air"}, - {pos: [9, 5, 6], state: "minecraft:air"}, - {pos: [9, 5, 7], state: "minecraft:air"}, - {pos: [9, 5, 8], state: "minecraft:air"}, - {pos: [9, 5, 9], state: "minecraft:air"}, - {pos: [9, 5, 10], state: "minecraft:air"}, - {pos: [9, 5, 11], state: "minecraft:air"}, - {pos: [9, 5, 12], state: "minecraft:air"}, - {pos: [9, 5, 13], state: "minecraft:air"}, - {pos: [9, 5, 14], state: "minecraft:air"}, - {pos: [9, 5, 15], state: "minecraft:air"}, - {pos: [9, 5, 16], state: "minecraft:air"}, - {pos: [9, 5, 17], state: "minecraft:air"}, - {pos: [9, 5, 18], state: "minecraft:air"}, - {pos: [9, 5, 19], state: "minecraft:air"}, - {pos: [9, 5, 20], state: "minecraft:air"}, - {pos: [9, 5, 21], state: "minecraft:air"}, - {pos: [9, 5, 22], state: "minecraft:air"}, - {pos: [9, 5, 23], state: "minecraft:air"}, - {pos: [9, 5, 24], state: "minecraft:air"}, - {pos: [9, 5, 25], state: "minecraft:air"}, - {pos: [9, 5, 26], state: "minecraft:air"}, - {pos: [9, 5, 27], state: "minecraft:air"}, - {pos: [9, 5, 28], state: "minecraft:air"}, - {pos: [9, 5, 29], state: "minecraft:air"}, - {pos: [0, 6, 0], state: "minecraft:air"}, - {pos: [0, 6, 1], state: "minecraft:air"}, - {pos: [0, 6, 2], state: "minecraft:air"}, - {pos: [0, 6, 3], state: "minecraft:air"}, - {pos: [0, 6, 4], state: "minecraft:air"}, - {pos: [0, 6, 5], state: "minecraft:air"}, - {pos: [0, 6, 6], state: "minecraft:air"}, - {pos: [0, 6, 7], state: "minecraft:air"}, - {pos: [0, 6, 8], state: "minecraft:air"}, - {pos: [0, 6, 9], state: "minecraft:air"}, - {pos: [0, 6, 10], state: "minecraft:air"}, - {pos: [0, 6, 11], state: "minecraft:air"}, - {pos: [0, 6, 12], state: "minecraft:air"}, - {pos: [0, 6, 13], state: "minecraft:air"}, - {pos: [0, 6, 14], state: "minecraft:air"}, - {pos: [0, 6, 15], state: "minecraft:air"}, - {pos: [0, 6, 16], state: "minecraft:air"}, - {pos: [0, 6, 17], state: "minecraft:air"}, - {pos: [0, 6, 18], state: "minecraft:air"}, - {pos: [0, 6, 19], state: "minecraft:air"}, - {pos: [0, 6, 20], state: "minecraft:air"}, - {pos: [0, 6, 21], state: "minecraft:air"}, - {pos: [0, 6, 22], state: "minecraft:air"}, - {pos: [0, 6, 23], state: "minecraft:air"}, - {pos: [0, 6, 24], state: "minecraft:air"}, - {pos: [0, 6, 25], state: "minecraft:air"}, - {pos: [0, 6, 26], state: "minecraft:air"}, - {pos: [0, 6, 27], state: "minecraft:air"}, - {pos: [0, 6, 28], state: "minecraft:air"}, - {pos: [0, 6, 29], state: "minecraft:air"}, - {pos: [1, 6, 0], state: "minecraft:air"}, - {pos: [1, 6, 1], state: "minecraft:air"}, - {pos: [1, 6, 2], state: "minecraft:air"}, - {pos: [1, 6, 3], state: "minecraft:air"}, - {pos: [1, 6, 4], state: "minecraft:air"}, - {pos: [1, 6, 5], state: "minecraft:air"}, - {pos: [1, 6, 6], state: "minecraft:air"}, - {pos: [1, 6, 7], state: "minecraft:air"}, - {pos: [1, 6, 8], state: "minecraft:air"}, - {pos: [1, 6, 9], state: "minecraft:air"}, - {pos: [1, 6, 10], state: "minecraft:air"}, - {pos: [1, 6, 11], state: "minecraft:air"}, - {pos: [1, 6, 12], state: "minecraft:air"}, - {pos: [1, 6, 13], state: "minecraft:air"}, - {pos: [1, 6, 14], state: "minecraft:air"}, - {pos: [1, 6, 15], state: "minecraft:air"}, - {pos: [1, 6, 16], state: "minecraft:air"}, - {pos: [1, 6, 17], state: "minecraft:air"}, - {pos: [1, 6, 18], state: "minecraft:air"}, - {pos: [1, 6, 19], state: "minecraft:air"}, - {pos: [1, 6, 20], state: "minecraft:air"}, - {pos: [1, 6, 21], state: "minecraft:air"}, - {pos: [1, 6, 22], state: "minecraft:air"}, - {pos: [1, 6, 23], state: "minecraft:air"}, - {pos: [1, 6, 24], state: "minecraft:air"}, - {pos: [1, 6, 25], state: "minecraft:air"}, - {pos: [1, 6, 26], state: "minecraft:air"}, - {pos: [1, 6, 27], state: "minecraft:air"}, - {pos: [1, 6, 28], state: "minecraft:air"}, - {pos: [1, 6, 29], state: "minecraft:air"}, - {pos: [2, 6, 0], state: "minecraft:air"}, - {pos: [2, 6, 1], state: "minecraft:air"}, - {pos: [2, 6, 2], state: "minecraft:air"}, - {pos: [2, 6, 3], state: "minecraft:air"}, - {pos: [2, 6, 4], state: "minecraft:air"}, - {pos: [2, 6, 5], state: "minecraft:air"}, - {pos: [2, 6, 6], state: "minecraft:air"}, - {pos: [2, 6, 7], state: "minecraft:air"}, - {pos: [2, 6, 8], state: "minecraft:air"}, - {pos: [2, 6, 9], state: "minecraft:air"}, - {pos: [2, 6, 10], state: "minecraft:air"}, - {pos: [2, 6, 11], state: "minecraft:air"}, - {pos: [2, 6, 12], state: "minecraft:air"}, - {pos: [2, 6, 13], state: "minecraft:air"}, - {pos: [2, 6, 14], state: "minecraft:air"}, - {pos: [2, 6, 15], state: "minecraft:air"}, - {pos: [2, 6, 16], state: "minecraft:air"}, - {pos: [2, 6, 17], state: "minecraft:air"}, - {pos: [2, 6, 18], state: "minecraft:air"}, - {pos: [2, 6, 19], state: "minecraft:air"}, - {pos: [2, 6, 20], state: "minecraft:air"}, - {pos: [2, 6, 21], state: "minecraft:air"}, - {pos: [2, 6, 22], state: "minecraft:air"}, - {pos: [2, 6, 23], state: "minecraft:air"}, - {pos: [2, 6, 24], state: "minecraft:air"}, - {pos: [2, 6, 25], state: "minecraft:air"}, - {pos: [2, 6, 26], state: "minecraft:air"}, - {pos: [2, 6, 27], state: "minecraft:air"}, - {pos: [2, 6, 28], state: "minecraft:air"}, - {pos: [2, 6, 29], state: "minecraft:air"}, - {pos: [3, 6, 0], state: "minecraft:air"}, - {pos: [3, 6, 1], state: "minecraft:air"}, - {pos: [3, 6, 2], state: "minecraft:air"}, - {pos: [3, 6, 3], state: "minecraft:air"}, - {pos: [3, 6, 4], state: "minecraft:air"}, - {pos: [3, 6, 5], state: "minecraft:air"}, - {pos: [3, 6, 6], state: "minecraft:air"}, - {pos: [3, 6, 7], state: "minecraft:air"}, - {pos: [3, 6, 8], state: "minecraft:air"}, - {pos: [3, 6, 9], state: "minecraft:air"}, - {pos: [3, 6, 10], state: "minecraft:air"}, - {pos: [3, 6, 11], state: "minecraft:air"}, - {pos: [3, 6, 12], state: "minecraft:air"}, - {pos: [3, 6, 13], state: "minecraft:air"}, - {pos: [3, 6, 14], state: "minecraft:air"}, - {pos: [3, 6, 15], state: "minecraft:air"}, - {pos: [3, 6, 16], state: "minecraft:air"}, - {pos: [3, 6, 17], state: "minecraft:air"}, - {pos: [3, 6, 18], state: "minecraft:air"}, - {pos: [3, 6, 19], state: "minecraft:air"}, - {pos: [3, 6, 20], state: "minecraft:air"}, - {pos: [3, 6, 21], state: "minecraft:air"}, - {pos: [3, 6, 22], state: "minecraft:air"}, - {pos: [3, 6, 23], state: "minecraft:air"}, - {pos: [3, 6, 24], state: "minecraft:air"}, - {pos: [3, 6, 25], state: "minecraft:air"}, - {pos: [3, 6, 26], state: "minecraft:air"}, - {pos: [3, 6, 27], state: "minecraft:air"}, - {pos: [3, 6, 28], state: "minecraft:air"}, - {pos: [3, 6, 29], state: "minecraft:air"}, - {pos: [4, 6, 0], state: "minecraft:air"}, - {pos: [4, 6, 1], state: "minecraft:air"}, - {pos: [4, 6, 2], state: "minecraft:air"}, - {pos: [4, 6, 3], state: "minecraft:air"}, - {pos: [4, 6, 4], state: "minecraft:air"}, - {pos: [4, 6, 5], state: "minecraft:air"}, - {pos: [4, 6, 6], state: "minecraft:air"}, - {pos: [4, 6, 7], state: "minecraft:air"}, - {pos: [4, 6, 8], state: "minecraft:air"}, - {pos: [4, 6, 9], state: "minecraft:air"}, - {pos: [4, 6, 10], state: "minecraft:air"}, - {pos: [4, 6, 11], state: "minecraft:air"}, - {pos: [4, 6, 12], state: "minecraft:air"}, - {pos: [4, 6, 13], state: "minecraft:air"}, - {pos: [4, 6, 14], state: "minecraft:air"}, - {pos: [4, 6, 15], state: "minecraft:air"}, - {pos: [4, 6, 16], state: "minecraft:air"}, - {pos: [4, 6, 17], state: "minecraft:air"}, - {pos: [4, 6, 18], state: "minecraft:air"}, - {pos: [4, 6, 19], state: "minecraft:air"}, - {pos: [4, 6, 20], state: "minecraft:air"}, - {pos: [4, 6, 21], state: "minecraft:air"}, - {pos: [4, 6, 22], state: "minecraft:air"}, - {pos: [4, 6, 23], state: "minecraft:air"}, - {pos: [4, 6, 24], state: "minecraft:air"}, - {pos: [4, 6, 25], state: "minecraft:air"}, - {pos: [4, 6, 26], state: "minecraft:air"}, - {pos: [4, 6, 27], state: "minecraft:air"}, - {pos: [4, 6, 28], state: "minecraft:air"}, - {pos: [4, 6, 29], state: "minecraft:air"}, - {pos: [5, 6, 0], state: "minecraft:air"}, - {pos: [5, 6, 1], state: "minecraft:air"}, - {pos: [5, 6, 2], state: "minecraft:air"}, - {pos: [5, 6, 3], state: "minecraft:air"}, - {pos: [5, 6, 4], state: "minecraft:air"}, - {pos: [5, 6, 5], state: "minecraft:air"}, - {pos: [5, 6, 6], state: "minecraft:air"}, - {pos: [5, 6, 7], state: "minecraft:air"}, - {pos: [5, 6, 8], state: "minecraft:air"}, - {pos: [5, 6, 9], state: "minecraft:air"}, - {pos: [5, 6, 10], state: "minecraft:air"}, - {pos: [5, 6, 11], state: "minecraft:air"}, - {pos: [5, 6, 12], state: "minecraft:air"}, - {pos: [5, 6, 13], state: "minecraft:air"}, - {pos: [5, 6, 14], state: "minecraft:air"}, - {pos: [5, 6, 15], state: "minecraft:air"}, - {pos: [5, 6, 16], state: "minecraft:air"}, - {pos: [5, 6, 17], state: "minecraft:air"}, - {pos: [5, 6, 18], state: "minecraft:air"}, - {pos: [5, 6, 19], state: "minecraft:air"}, - {pos: [5, 6, 20], state: "minecraft:air"}, - {pos: [5, 6, 21], state: "minecraft:air"}, - {pos: [5, 6, 22], state: "minecraft:air"}, - {pos: [5, 6, 23], state: "minecraft:air"}, - {pos: [5, 6, 24], state: "minecraft:air"}, - {pos: [5, 6, 25], state: "minecraft:air"}, - {pos: [5, 6, 26], state: "minecraft:air"}, - {pos: [5, 6, 27], state: "minecraft:air"}, - {pos: [5, 6, 28], state: "minecraft:air"}, - {pos: [5, 6, 29], state: "minecraft:air"}, - {pos: [6, 6, 0], state: "minecraft:air"}, - {pos: [6, 6, 1], state: "minecraft:air"}, - {pos: [6, 6, 2], state: "minecraft:air"}, - {pos: [6, 6, 3], state: "minecraft:air"}, - {pos: [6, 6, 4], state: "minecraft:air"}, - {pos: [6, 6, 5], state: "minecraft:air"}, - {pos: [6, 6, 6], state: "minecraft:air"}, - {pos: [6, 6, 7], state: "minecraft:air"}, - {pos: [6, 6, 8], state: "minecraft:air"}, - {pos: [6, 6, 9], state: "minecraft:air"}, - {pos: [6, 6, 10], state: "minecraft:air"}, - {pos: [6, 6, 11], state: "minecraft:air"}, - {pos: [6, 6, 12], state: "minecraft:air"}, - {pos: [6, 6, 13], state: "minecraft:air"}, - {pos: [6, 6, 14], state: "minecraft:air"}, - {pos: [6, 6, 15], state: "minecraft:air"}, - {pos: [6, 6, 16], state: "minecraft:air"}, - {pos: [6, 6, 17], state: "minecraft:air"}, - {pos: [6, 6, 18], state: "minecraft:air"}, - {pos: [6, 6, 19], state: "minecraft:air"}, - {pos: [6, 6, 20], state: "minecraft:air"}, - {pos: [6, 6, 21], state: "minecraft:air"}, - {pos: [6, 6, 22], state: "minecraft:air"}, - {pos: [6, 6, 23], state: "minecraft:air"}, - {pos: [6, 6, 24], state: "minecraft:air"}, - {pos: [6, 6, 25], state: "minecraft:air"}, - {pos: [6, 6, 26], state: "minecraft:air"}, - {pos: [6, 6, 27], state: "minecraft:air"}, - {pos: [6, 6, 28], state: "minecraft:air"}, - {pos: [6, 6, 29], state: "minecraft:air"}, - {pos: [7, 6, 0], state: "minecraft:air"}, - {pos: [7, 6, 1], state: "minecraft:air"}, - {pos: [7, 6, 2], state: "minecraft:air"}, - {pos: [7, 6, 3], state: "minecraft:air"}, - {pos: [7, 6, 4], state: "minecraft:air"}, - {pos: [7, 6, 5], state: "minecraft:air"}, - {pos: [7, 6, 6], state: "minecraft:air"}, - {pos: [7, 6, 7], state: "minecraft:air"}, - {pos: [7, 6, 8], state: "minecraft:air"}, - {pos: [7, 6, 9], state: "minecraft:air"}, - {pos: [7, 6, 10], state: "minecraft:air"}, - {pos: [7, 6, 11], state: "minecraft:air"}, - {pos: [7, 6, 12], state: "minecraft:air"}, - {pos: [7, 6, 13], state: "minecraft:air"}, - {pos: [7, 6, 14], state: "minecraft:air"}, - {pos: [7, 6, 15], state: "minecraft:air"}, - {pos: [7, 6, 16], state: "minecraft:air"}, - {pos: [7, 6, 17], state: "minecraft:air"}, - {pos: [7, 6, 18], state: "minecraft:air"}, - {pos: [7, 6, 19], state: "minecraft:air"}, - {pos: [7, 6, 20], state: "minecraft:air"}, - {pos: [7, 6, 21], state: "minecraft:air"}, - {pos: [7, 6, 22], state: "minecraft:air"}, - {pos: [7, 6, 23], state: "minecraft:air"}, - {pos: [7, 6, 24], state: "minecraft:air"}, - {pos: [7, 6, 25], state: "minecraft:air"}, - {pos: [7, 6, 26], state: "minecraft:air"}, - {pos: [7, 6, 27], state: "minecraft:air"}, - {pos: [7, 6, 28], state: "minecraft:air"}, - {pos: [7, 6, 29], state: "minecraft:air"}, - {pos: [8, 6, 0], state: "minecraft:air"}, - {pos: [8, 6, 1], state: "minecraft:air"}, - {pos: [8, 6, 2], state: "minecraft:air"}, - {pos: [8, 6, 3], state: "minecraft:air"}, - {pos: [8, 6, 4], state: "minecraft:air"}, - {pos: [8, 6, 5], state: "minecraft:air"}, - {pos: [8, 6, 6], state: "minecraft:air"}, - {pos: [8, 6, 7], state: "minecraft:air"}, - {pos: [8, 6, 8], state: "minecraft:air"}, - {pos: [8, 6, 9], state: "minecraft:air"}, - {pos: [8, 6, 10], state: "minecraft:air"}, - {pos: [8, 6, 11], state: "minecraft:air"}, - {pos: [8, 6, 12], state: "minecraft:air"}, - {pos: [8, 6, 13], state: "minecraft:air"}, - {pos: [8, 6, 14], state: "minecraft:air"}, - {pos: [8, 6, 15], state: "minecraft:air"}, - {pos: [8, 6, 16], state: "minecraft:air"}, - {pos: [8, 6, 17], state: "minecraft:air"}, - {pos: [8, 6, 18], state: "minecraft:air"}, - {pos: [8, 6, 19], state: "minecraft:air"}, - {pos: [8, 6, 20], state: "minecraft:air"}, - {pos: [8, 6, 21], state: "minecraft:air"}, - {pos: [8, 6, 22], state: "minecraft:air"}, - {pos: [8, 6, 23], state: "minecraft:air"}, - {pos: [8, 6, 24], state: "minecraft:air"}, - {pos: [8, 6, 25], state: "minecraft:air"}, - {pos: [8, 6, 26], state: "minecraft:air"}, - {pos: [8, 6, 27], state: "minecraft:air"}, - {pos: [8, 6, 28], state: "minecraft:air"}, - {pos: [8, 6, 29], state: "minecraft:air"}, - {pos: [9, 6, 0], state: "minecraft:air"}, - {pos: [9, 6, 1], state: "minecraft:air"}, - {pos: [9, 6, 2], state: "minecraft:air"}, - {pos: [9, 6, 3], state: "minecraft:air"}, - {pos: [9, 6, 4], state: "minecraft:air"}, - {pos: [9, 6, 5], state: "minecraft:air"}, - {pos: [9, 6, 6], state: "minecraft:air"}, - {pos: [9, 6, 7], state: "minecraft:air"}, - {pos: [9, 6, 8], state: "minecraft:air"}, - {pos: [9, 6, 9], state: "minecraft:air"}, - {pos: [9, 6, 10], state: "minecraft:air"}, - {pos: [9, 6, 11], state: "minecraft:air"}, - {pos: [9, 6, 12], state: "minecraft:air"}, - {pos: [9, 6, 13], state: "minecraft:air"}, - {pos: [9, 6, 14], state: "minecraft:air"}, - {pos: [9, 6, 15], state: "minecraft:air"}, - {pos: [9, 6, 16], state: "minecraft:air"}, - {pos: [9, 6, 17], state: "minecraft:air"}, - {pos: [9, 6, 18], state: "minecraft:air"}, - {pos: [9, 6, 19], state: "minecraft:air"}, - {pos: [9, 6, 20], state: "minecraft:air"}, - {pos: [9, 6, 21], state: "minecraft:air"}, - {pos: [9, 6, 22], state: "minecraft:air"}, - {pos: [9, 6, 23], state: "minecraft:air"}, - {pos: [9, 6, 24], state: "minecraft:air"}, - {pos: [9, 6, 25], state: "minecraft:air"}, - {pos: [9, 6, 26], state: "minecraft:air"}, - {pos: [9, 6, 27], state: "minecraft:air"}, - {pos: [9, 6, 28], state: "minecraft:air"}, - {pos: [9, 6, 29], state: "minecraft:air"}, - {pos: [0, 7, 0], state: "minecraft:air"}, - {pos: [0, 7, 1], state: "minecraft:air"}, - {pos: [0, 7, 2], state: "minecraft:air"}, - {pos: [0, 7, 3], state: "minecraft:air"}, - {pos: [0, 7, 4], state: "minecraft:air"}, - {pos: [0, 7, 5], state: "minecraft:air"}, - {pos: [0, 7, 6], state: "minecraft:air"}, - {pos: [0, 7, 7], state: "minecraft:air"}, - {pos: [0, 7, 8], state: "minecraft:air"}, - {pos: [0, 7, 9], state: "minecraft:air"}, - {pos: [0, 7, 10], state: "minecraft:air"}, - {pos: [0, 7, 11], state: "minecraft:air"}, - {pos: [0, 7, 12], state: "minecraft:air"}, - {pos: [0, 7, 13], state: "minecraft:air"}, - {pos: [0, 7, 14], state: "minecraft:air"}, - {pos: [0, 7, 15], state: "minecraft:air"}, - {pos: [0, 7, 16], state: "minecraft:air"}, - {pos: [0, 7, 17], state: "minecraft:air"}, - {pos: [0, 7, 18], state: "minecraft:air"}, - {pos: [0, 7, 19], state: "minecraft:air"}, - {pos: [0, 7, 20], state: "minecraft:air"}, - {pos: [0, 7, 21], state: "minecraft:air"}, - {pos: [0, 7, 22], state: "minecraft:air"}, - {pos: [0, 7, 23], state: "minecraft:air"}, - {pos: [0, 7, 24], state: "minecraft:air"}, - {pos: [0, 7, 25], state: "minecraft:air"}, - {pos: [0, 7, 26], state: "minecraft:air"}, - {pos: [0, 7, 27], state: "minecraft:air"}, - {pos: [0, 7, 28], state: "minecraft:air"}, - {pos: [0, 7, 29], state: "minecraft:air"}, - {pos: [1, 7, 0], state: "minecraft:air"}, - {pos: [1, 7, 1], state: "minecraft:air"}, - {pos: [1, 7, 2], state: "minecraft:air"}, - {pos: [1, 7, 3], state: "minecraft:air"}, - {pos: [1, 7, 4], state: "minecraft:air"}, - {pos: [1, 7, 5], state: "minecraft:air"}, - {pos: [1, 7, 6], state: "minecraft:air"}, - {pos: [1, 7, 7], state: "minecraft:air"}, - {pos: [1, 7, 8], state: "minecraft:air"}, - {pos: [1, 7, 9], state: "minecraft:air"}, - {pos: [1, 7, 10], state: "minecraft:air"}, - {pos: [1, 7, 11], state: "minecraft:air"}, - {pos: [1, 7, 12], state: "minecraft:air"}, - {pos: [1, 7, 13], state: "minecraft:air"}, - {pos: [1, 7, 14], state: "minecraft:air"}, - {pos: [1, 7, 15], state: "minecraft:air"}, - {pos: [1, 7, 16], state: "minecraft:air"}, - {pos: [1, 7, 17], state: "minecraft:air"}, - {pos: [1, 7, 18], state: "minecraft:air"}, - {pos: [1, 7, 19], state: "minecraft:air"}, - {pos: [1, 7, 20], state: "minecraft:air"}, - {pos: [1, 7, 21], state: "minecraft:air"}, - {pos: [1, 7, 22], state: "minecraft:air"}, - {pos: [1, 7, 23], state: "minecraft:air"}, - {pos: [1, 7, 24], state: "minecraft:air"}, - {pos: [1, 7, 25], state: "minecraft:air"}, - {pos: [1, 7, 26], state: "minecraft:air"}, - {pos: [1, 7, 27], state: "minecraft:air"}, - {pos: [1, 7, 28], state: "minecraft:air"}, - {pos: [1, 7, 29], state: "minecraft:air"}, - {pos: [2, 7, 0], state: "minecraft:air"}, - {pos: [2, 7, 1], state: "minecraft:air"}, - {pos: [2, 7, 2], state: "minecraft:air"}, - {pos: [2, 7, 3], state: "minecraft:air"}, - {pos: [2, 7, 4], state: "minecraft:air"}, - {pos: [2, 7, 5], state: "minecraft:air"}, - {pos: [2, 7, 6], state: "minecraft:air"}, - {pos: [2, 7, 7], state: "minecraft:air"}, - {pos: [2, 7, 8], state: "minecraft:air"}, - {pos: [2, 7, 9], state: "minecraft:air"}, - {pos: [2, 7, 10], state: "minecraft:air"}, - {pos: [2, 7, 11], state: "minecraft:air"}, - {pos: [2, 7, 12], state: "minecraft:air"}, - {pos: [2, 7, 13], state: "minecraft:air"}, - {pos: [2, 7, 14], state: "minecraft:air"}, - {pos: [2, 7, 15], state: "minecraft:air"}, - {pos: [2, 7, 16], state: "minecraft:air"}, - {pos: [2, 7, 17], state: "minecraft:air"}, - {pos: [2, 7, 18], state: "minecraft:air"}, - {pos: [2, 7, 19], state: "minecraft:air"}, - {pos: [2, 7, 20], state: "minecraft:air"}, - {pos: [2, 7, 21], state: "minecraft:air"}, - {pos: [2, 7, 22], state: "minecraft:air"}, - {pos: [2, 7, 23], state: "minecraft:air"}, - {pos: [2, 7, 24], state: "minecraft:air"}, - {pos: [2, 7, 25], state: "minecraft:air"}, - {pos: [2, 7, 26], state: "minecraft:air"}, - {pos: [2, 7, 27], state: "minecraft:air"}, - {pos: [2, 7, 28], state: "minecraft:air"}, - {pos: [2, 7, 29], state: "minecraft:air"}, - {pos: [3, 7, 0], state: "minecraft:air"}, - {pos: [3, 7, 1], state: "minecraft:air"}, - {pos: [3, 7, 2], state: "minecraft:air"}, - {pos: [3, 7, 3], state: "minecraft:air"}, - {pos: [3, 7, 4], state: "minecraft:air"}, - {pos: [3, 7, 5], state: "minecraft:air"}, - {pos: [3, 7, 6], state: "minecraft:air"}, - {pos: [3, 7, 7], state: "minecraft:air"}, - {pos: [3, 7, 8], state: "minecraft:air"}, - {pos: [3, 7, 9], state: "minecraft:air"}, - {pos: [3, 7, 10], state: "minecraft:air"}, - {pos: [3, 7, 11], state: "minecraft:air"}, - {pos: [3, 7, 12], state: "minecraft:air"}, - {pos: [3, 7, 13], state: "minecraft:air"}, - {pos: [3, 7, 14], state: "minecraft:air"}, - {pos: [3, 7, 15], state: "minecraft:air"}, - {pos: [3, 7, 16], state: "minecraft:air"}, - {pos: [3, 7, 17], state: "minecraft:air"}, - {pos: [3, 7, 18], state: "minecraft:air"}, - {pos: [3, 7, 19], state: "minecraft:air"}, - {pos: [3, 7, 20], state: "minecraft:air"}, - {pos: [3, 7, 21], state: "minecraft:air"}, - {pos: [3, 7, 22], state: "minecraft:air"}, - {pos: [3, 7, 23], state: "minecraft:air"}, - {pos: [3, 7, 24], state: "minecraft:air"}, - {pos: [3, 7, 25], state: "minecraft:air"}, - {pos: [3, 7, 26], state: "minecraft:air"}, - {pos: [3, 7, 27], state: "minecraft:air"}, - {pos: [3, 7, 28], state: "minecraft:air"}, - {pos: [3, 7, 29], state: "minecraft:air"}, - {pos: [4, 7, 0], state: "minecraft:air"}, - {pos: [4, 7, 1], state: "minecraft:air"}, - {pos: [4, 7, 2], state: "minecraft:air"}, - {pos: [4, 7, 3], state: "minecraft:air"}, - {pos: [4, 7, 4], state: "minecraft:air"}, - {pos: [4, 7, 5], state: "minecraft:air"}, - {pos: [4, 7, 6], state: "minecraft:air"}, - {pos: [4, 7, 7], state: "minecraft:air"}, - {pos: [4, 7, 8], state: "minecraft:air"}, - {pos: [4, 7, 9], state: "minecraft:air"}, - {pos: [4, 7, 10], state: "minecraft:air"}, - {pos: [4, 7, 11], state: "minecraft:air"}, - {pos: [4, 7, 12], state: "minecraft:air"}, - {pos: [4, 7, 13], state: "minecraft:air"}, - {pos: [4, 7, 14], state: "minecraft:air"}, - {pos: [4, 7, 15], state: "minecraft:air"}, - {pos: [4, 7, 16], state: "minecraft:air"}, - {pos: [4, 7, 17], state: "minecraft:air"}, - {pos: [4, 7, 18], state: "minecraft:air"}, - {pos: [4, 7, 19], state: "minecraft:air"}, - {pos: [4, 7, 20], state: "minecraft:air"}, - {pos: [4, 7, 21], state: "minecraft:air"}, - {pos: [4, 7, 22], state: "minecraft:air"}, - {pos: [4, 7, 23], state: "minecraft:air"}, - {pos: [4, 7, 24], state: "minecraft:air"}, - {pos: [4, 7, 25], state: "minecraft:air"}, - {pos: [4, 7, 26], state: "minecraft:air"}, - {pos: [4, 7, 27], state: "minecraft:air"}, - {pos: [4, 7, 28], state: "minecraft:air"}, - {pos: [4, 7, 29], state: "minecraft:air"}, - {pos: [5, 7, 0], state: "minecraft:air"}, - {pos: [5, 7, 1], state: "minecraft:air"}, - {pos: [5, 7, 2], state: "minecraft:air"}, - {pos: [5, 7, 3], state: "minecraft:air"}, - {pos: [5, 7, 4], state: "minecraft:air"}, - {pos: [5, 7, 5], state: "minecraft:air"}, - {pos: [5, 7, 6], state: "minecraft:air"}, - {pos: [5, 7, 7], state: "minecraft:air"}, - {pos: [5, 7, 8], state: "minecraft:air"}, - {pos: [5, 7, 9], state: "minecraft:air"}, - {pos: [5, 7, 10], state: "minecraft:air"}, - {pos: [5, 7, 11], state: "minecraft:air"}, - {pos: [5, 7, 12], state: "minecraft:air"}, - {pos: [5, 7, 13], state: "minecraft:air"}, - {pos: [5, 7, 14], state: "minecraft:air"}, - {pos: [5, 7, 15], state: "minecraft:air"}, - {pos: [5, 7, 16], state: "minecraft:air"}, - {pos: [5, 7, 17], state: "minecraft:air"}, - {pos: [5, 7, 18], state: "minecraft:air"}, - {pos: [5, 7, 19], state: "minecraft:air"}, - {pos: [5, 7, 20], state: "minecraft:air"}, - {pos: [5, 7, 21], state: "minecraft:air"}, - {pos: [5, 7, 22], state: "minecraft:air"}, - {pos: [5, 7, 23], state: "minecraft:air"}, - {pos: [5, 7, 24], state: "minecraft:air"}, - {pos: [5, 7, 25], state: "minecraft:air"}, - {pos: [5, 7, 26], state: "minecraft:air"}, - {pos: [5, 7, 27], state: "minecraft:air"}, - {pos: [5, 7, 28], state: "minecraft:air"}, - {pos: [5, 7, 29], state: "minecraft:air"}, - {pos: [6, 7, 0], state: "minecraft:air"}, - {pos: [6, 7, 1], state: "minecraft:air"}, - {pos: [6, 7, 2], state: "minecraft:air"}, - {pos: [6, 7, 3], state: "minecraft:air"}, - {pos: [6, 7, 4], state: "minecraft:air"}, - {pos: [6, 7, 5], state: "minecraft:air"}, - {pos: [6, 7, 6], state: "minecraft:air"}, - {pos: [6, 7, 7], state: "minecraft:air"}, - {pos: [6, 7, 8], state: "minecraft:air"}, - {pos: [6, 7, 9], state: "minecraft:air"}, - {pos: [6, 7, 10], state: "minecraft:air"}, - {pos: [6, 7, 11], state: "minecraft:air"}, - {pos: [6, 7, 12], state: "minecraft:air"}, - {pos: [6, 7, 13], state: "minecraft:air"}, - {pos: [6, 7, 14], state: "minecraft:air"}, - {pos: [6, 7, 15], state: "minecraft:air"}, - {pos: [6, 7, 16], state: "minecraft:air"}, - {pos: [6, 7, 17], state: "minecraft:air"}, - {pos: [6, 7, 18], state: "minecraft:air"}, - {pos: [6, 7, 19], state: "minecraft:air"}, - {pos: [6, 7, 20], state: "minecraft:air"}, - {pos: [6, 7, 21], state: "minecraft:air"}, - {pos: [6, 7, 22], state: "minecraft:air"}, - {pos: [6, 7, 23], state: "minecraft:air"}, - {pos: [6, 7, 24], state: "minecraft:air"}, - {pos: [6, 7, 25], state: "minecraft:air"}, - {pos: [6, 7, 26], state: "minecraft:air"}, - {pos: [6, 7, 27], state: "minecraft:air"}, - {pos: [6, 7, 28], state: "minecraft:air"}, - {pos: [6, 7, 29], state: "minecraft:air"}, - {pos: [7, 7, 0], state: "minecraft:air"}, - {pos: [7, 7, 1], state: "minecraft:air"}, - {pos: [7, 7, 2], state: "minecraft:air"}, - {pos: [7, 7, 3], state: "minecraft:air"}, - {pos: [7, 7, 4], state: "minecraft:air"}, - {pos: [7, 7, 5], state: "minecraft:air"}, - {pos: [7, 7, 6], state: "minecraft:air"}, - {pos: [7, 7, 7], state: "minecraft:air"}, - {pos: [7, 7, 8], state: "minecraft:air"}, - {pos: [7, 7, 9], state: "minecraft:air"}, - {pos: [7, 7, 10], state: "minecraft:air"}, - {pos: [7, 7, 11], state: "minecraft:air"}, - {pos: [7, 7, 12], state: "minecraft:air"}, - {pos: [7, 7, 13], state: "minecraft:air"}, - {pos: [7, 7, 14], state: "minecraft:air"}, - {pos: [7, 7, 15], state: "minecraft:air"}, - {pos: [7, 7, 16], state: "minecraft:air"}, - {pos: [7, 7, 17], state: "minecraft:air"}, - {pos: [7, 7, 18], state: "minecraft:air"}, - {pos: [7, 7, 19], state: "minecraft:air"}, - {pos: [7, 7, 20], state: "minecraft:air"}, - {pos: [7, 7, 21], state: "minecraft:air"}, - {pos: [7, 7, 22], state: "minecraft:air"}, - {pos: [7, 7, 23], state: "minecraft:air"}, - {pos: [7, 7, 24], state: "minecraft:air"}, - {pos: [7, 7, 25], state: "minecraft:air"}, - {pos: [7, 7, 26], state: "minecraft:air"}, - {pos: [7, 7, 27], state: "minecraft:air"}, - {pos: [7, 7, 28], state: "minecraft:air"}, - {pos: [7, 7, 29], state: "minecraft:air"}, - {pos: [8, 7, 0], state: "minecraft:air"}, - {pos: [8, 7, 1], state: "minecraft:air"}, - {pos: [8, 7, 2], state: "minecraft:air"}, - {pos: [8, 7, 3], state: "minecraft:air"}, - {pos: [8, 7, 4], state: "minecraft:air"}, - {pos: [8, 7, 5], state: "minecraft:air"}, - {pos: [8, 7, 6], state: "minecraft:air"}, - {pos: [8, 7, 7], state: "minecraft:air"}, - {pos: [8, 7, 8], state: "minecraft:air"}, - {pos: [8, 7, 9], state: "minecraft:air"}, - {pos: [8, 7, 10], state: "minecraft:air"}, - {pos: [8, 7, 11], state: "minecraft:air"}, - {pos: [8, 7, 12], state: "minecraft:air"}, - {pos: [8, 7, 13], state: "minecraft:air"}, - {pos: [8, 7, 14], state: "minecraft:air"}, - {pos: [8, 7, 15], state: "minecraft:air"}, - {pos: [8, 7, 16], state: "minecraft:air"}, - {pos: [8, 7, 17], state: "minecraft:air"}, - {pos: [8, 7, 18], state: "minecraft:air"}, - {pos: [8, 7, 19], state: "minecraft:air"}, - {pos: [8, 7, 20], state: "minecraft:air"}, - {pos: [8, 7, 21], state: "minecraft:air"}, - {pos: [8, 7, 22], state: "minecraft:air"}, - {pos: [8, 7, 23], state: "minecraft:air"}, - {pos: [8, 7, 24], state: "minecraft:air"}, - {pos: [8, 7, 25], state: "minecraft:air"}, - {pos: [8, 7, 26], state: "minecraft:air"}, - {pos: [8, 7, 27], state: "minecraft:air"}, - {pos: [8, 7, 28], state: "minecraft:air"}, - {pos: [8, 7, 29], state: "minecraft:air"}, - {pos: [9, 7, 0], state: "minecraft:air"}, - {pos: [9, 7, 1], state: "minecraft:air"}, - {pos: [9, 7, 2], state: "minecraft:air"}, - {pos: [9, 7, 3], state: "minecraft:air"}, - {pos: [9, 7, 4], state: "minecraft:air"}, - {pos: [9, 7, 5], state: "minecraft:air"}, - {pos: [9, 7, 6], state: "minecraft:air"}, - {pos: [9, 7, 7], state: "minecraft:air"}, - {pos: [9, 7, 8], state: "minecraft:air"}, - {pos: [9, 7, 9], state: "minecraft:air"}, - {pos: [9, 7, 10], state: "minecraft:air"}, - {pos: [9, 7, 11], state: "minecraft:air"}, - {pos: [9, 7, 12], state: "minecraft:air"}, - {pos: [9, 7, 13], state: "minecraft:air"}, - {pos: [9, 7, 14], state: "minecraft:air"}, - {pos: [9, 7, 15], state: "minecraft:air"}, - {pos: [9, 7, 16], state: "minecraft:air"}, - {pos: [9, 7, 17], state: "minecraft:air"}, - {pos: [9, 7, 18], state: "minecraft:air"}, - {pos: [9, 7, 19], state: "minecraft:air"}, - {pos: [9, 7, 20], state: "minecraft:air"}, - {pos: [9, 7, 21], state: "minecraft:air"}, - {pos: [9, 7, 22], state: "minecraft:air"}, - {pos: [9, 7, 23], state: "minecraft:air"}, - {pos: [9, 7, 24], state: "minecraft:air"}, - {pos: [9, 7, 25], state: "minecraft:air"}, - {pos: [9, 7, 26], state: "minecraft:air"}, - {pos: [9, 7, 27], state: "minecraft:air"}, - {pos: [9, 7, 28], state: "minecraft:air"}, - {pos: [9, 7, 29], state: "minecraft:air"}, - {pos: [0, 8, 0], state: "minecraft:air"}, - {pos: [0, 8, 1], state: "minecraft:air"}, - {pos: [0, 8, 2], state: "minecraft:air"}, - {pos: [0, 8, 3], state: "minecraft:air"}, - {pos: [0, 8, 4], state: "minecraft:air"}, - {pos: [0, 8, 5], state: "minecraft:air"}, - {pos: [0, 8, 6], state: "minecraft:air"}, - {pos: [0, 8, 7], state: "minecraft:air"}, - {pos: [0, 8, 8], state: "minecraft:air"}, - {pos: [0, 8, 9], state: "minecraft:air"}, - {pos: [0, 8, 10], state: "minecraft:air"}, - {pos: [0, 8, 11], state: "minecraft:air"}, - {pos: [0, 8, 12], state: "minecraft:air"}, - {pos: [0, 8, 13], state: "minecraft:air"}, - {pos: [0, 8, 14], state: "minecraft:air"}, - {pos: [0, 8, 15], state: "minecraft:air"}, - {pos: [0, 8, 16], state: "minecraft:air"}, - {pos: [0, 8, 17], state: "minecraft:air"}, - {pos: [0, 8, 18], state: "minecraft:air"}, - {pos: [0, 8, 19], state: "minecraft:air"}, - {pos: [0, 8, 20], state: "minecraft:air"}, - {pos: [0, 8, 21], state: "minecraft:air"}, - {pos: [0, 8, 22], state: "minecraft:air"}, - {pos: [0, 8, 23], state: "minecraft:air"}, - {pos: [0, 8, 24], state: "minecraft:air"}, - {pos: [0, 8, 25], state: "minecraft:air"}, - {pos: [0, 8, 26], state: "minecraft:air"}, - {pos: [0, 8, 27], state: "minecraft:air"}, - {pos: [0, 8, 28], state: "minecraft:air"}, - {pos: [0, 8, 29], state: "minecraft:air"}, - {pos: [1, 8, 0], state: "minecraft:air"}, - {pos: [1, 8, 1], state: "minecraft:air"}, - {pos: [1, 8, 2], state: "minecraft:air"}, - {pos: [1, 8, 3], state: "minecraft:air"}, - {pos: [1, 8, 4], state: "minecraft:air"}, - {pos: [1, 8, 5], state: "minecraft:air"}, - {pos: [1, 8, 6], state: "minecraft:air"}, - {pos: [1, 8, 7], state: "minecraft:air"}, - {pos: [1, 8, 8], state: "minecraft:air"}, - {pos: [1, 8, 9], state: "minecraft:air"}, - {pos: [1, 8, 10], state: "minecraft:air"}, - {pos: [1, 8, 11], state: "minecraft:air"}, - {pos: [1, 8, 12], state: "minecraft:air"}, - {pos: [1, 8, 13], state: "minecraft:air"}, - {pos: [1, 8, 14], state: "minecraft:air"}, - {pos: [1, 8, 15], state: "minecraft:air"}, - {pos: [1, 8, 16], state: "minecraft:air"}, - {pos: [1, 8, 17], state: "minecraft:air"}, - {pos: [1, 8, 18], state: "minecraft:air"}, - {pos: [1, 8, 19], state: "minecraft:air"}, - {pos: [1, 8, 20], state: "minecraft:air"}, - {pos: [1, 8, 21], state: "minecraft:air"}, - {pos: [1, 8, 22], state: "minecraft:air"}, - {pos: [1, 8, 23], state: "minecraft:air"}, - {pos: [1, 8, 24], state: "minecraft:air"}, - {pos: [1, 8, 25], state: "minecraft:air"}, - {pos: [1, 8, 26], state: "minecraft:air"}, - {pos: [1, 8, 27], state: "minecraft:air"}, - {pos: [1, 8, 28], state: "minecraft:air"}, - {pos: [1, 8, 29], state: "minecraft:air"}, - {pos: [2, 8, 0], state: "minecraft:air"}, - {pos: [2, 8, 1], state: "minecraft:air"}, - {pos: [2, 8, 2], state: "minecraft:air"}, - {pos: [2, 8, 3], state: "minecraft:air"}, - {pos: [2, 8, 4], state: "minecraft:air"}, - {pos: [2, 8, 5], state: "minecraft:air"}, - {pos: [2, 8, 6], state: "minecraft:air"}, - {pos: [2, 8, 7], state: "minecraft:air"}, - {pos: [2, 8, 8], state: "minecraft:air"}, - {pos: [2, 8, 9], state: "minecraft:air"}, - {pos: [2, 8, 10], state: "minecraft:air"}, - {pos: [2, 8, 11], state: "minecraft:air"}, - {pos: [2, 8, 12], state: "minecraft:air"}, - {pos: [2, 8, 13], state: "minecraft:air"}, - {pos: [2, 8, 14], state: "minecraft:air"}, - {pos: [2, 8, 15], state: "minecraft:air"}, - {pos: [2, 8, 16], state: "minecraft:air"}, - {pos: [2, 8, 17], state: "minecraft:air"}, - {pos: [2, 8, 18], state: "minecraft:air"}, - {pos: [2, 8, 19], state: "minecraft:air"}, - {pos: [2, 8, 20], state: "minecraft:air"}, - {pos: [2, 8, 21], state: "minecraft:air"}, - {pos: [2, 8, 22], state: "minecraft:air"}, - {pos: [2, 8, 23], state: "minecraft:air"}, - {pos: [2, 8, 24], state: "minecraft:air"}, - {pos: [2, 8, 25], state: "minecraft:air"}, - {pos: [2, 8, 26], state: "minecraft:air"}, - {pos: [2, 8, 27], state: "minecraft:air"}, - {pos: [2, 8, 28], state: "minecraft:air"}, - {pos: [2, 8, 29], state: "minecraft:air"}, - {pos: [3, 8, 0], state: "minecraft:air"}, - {pos: [3, 8, 1], state: "minecraft:air"}, - {pos: [3, 8, 2], state: "minecraft:air"}, - {pos: [3, 8, 3], state: "minecraft:air"}, - {pos: [3, 8, 4], state: "minecraft:air"}, - {pos: [3, 8, 5], state: "minecraft:air"}, - {pos: [3, 8, 6], state: "minecraft:air"}, - {pos: [3, 8, 7], state: "minecraft:air"}, - {pos: [3, 8, 8], state: "minecraft:air"}, - {pos: [3, 8, 9], state: "minecraft:air"}, - {pos: [3, 8, 10], state: "minecraft:air"}, - {pos: [3, 8, 11], state: "minecraft:air"}, - {pos: [3, 8, 12], state: "minecraft:air"}, - {pos: [3, 8, 13], state: "minecraft:air"}, - {pos: [3, 8, 14], state: "minecraft:air"}, - {pos: [3, 8, 15], state: "minecraft:air"}, - {pos: [3, 8, 16], state: "minecraft:air"}, - {pos: [3, 8, 17], state: "minecraft:air"}, - {pos: [3, 8, 18], state: "minecraft:air"}, - {pos: [3, 8, 19], state: "minecraft:air"}, - {pos: [3, 8, 20], state: "minecraft:air"}, - {pos: [3, 8, 21], state: "minecraft:air"}, - {pos: [3, 8, 22], state: "minecraft:air"}, - {pos: [3, 8, 23], state: "minecraft:air"}, - {pos: [3, 8, 24], state: "minecraft:air"}, - {pos: [3, 8, 25], state: "minecraft:air"}, - {pos: [3, 8, 26], state: "minecraft:air"}, - {pos: [3, 8, 27], state: "minecraft:air"}, - {pos: [3, 8, 28], state: "minecraft:air"}, - {pos: [3, 8, 29], state: "minecraft:air"}, - {pos: [4, 8, 0], state: "minecraft:air"}, - {pos: [4, 8, 1], state: "minecraft:air"}, - {pos: [4, 8, 2], state: "minecraft:air"}, - {pos: [4, 8, 3], state: "minecraft:air"}, - {pos: [4, 8, 4], state: "minecraft:air"}, - {pos: [4, 8, 5], state: "minecraft:air"}, - {pos: [4, 8, 6], state: "minecraft:air"}, - {pos: [4, 8, 7], state: "minecraft:air"}, - {pos: [4, 8, 8], state: "minecraft:air"}, - {pos: [4, 8, 9], state: "minecraft:air"}, - {pos: [4, 8, 10], state: "minecraft:air"}, - {pos: [4, 8, 11], state: "minecraft:air"}, - {pos: [4, 8, 12], state: "minecraft:air"}, - {pos: [4, 8, 13], state: "minecraft:air"}, - {pos: [4, 8, 14], state: "minecraft:air"}, - {pos: [4, 8, 15], state: "minecraft:air"}, - {pos: [4, 8, 16], state: "minecraft:air"}, - {pos: [4, 8, 17], state: "minecraft:air"}, - {pos: [4, 8, 18], state: "minecraft:air"}, - {pos: [4, 8, 19], state: "minecraft:air"}, - {pos: [4, 8, 20], state: "minecraft:air"}, - {pos: [4, 8, 21], state: "minecraft:air"}, - {pos: [4, 8, 22], state: "minecraft:air"}, - {pos: [4, 8, 23], state: "minecraft:air"}, - {pos: [4, 8, 24], state: "minecraft:air"}, - {pos: [4, 8, 25], state: "minecraft:air"}, - {pos: [4, 8, 26], state: "minecraft:air"}, - {pos: [4, 8, 27], state: "minecraft:air"}, - {pos: [4, 8, 28], state: "minecraft:air"}, - {pos: [4, 8, 29], state: "minecraft:air"}, - {pos: [5, 8, 0], state: "minecraft:air"}, - {pos: [5, 8, 1], state: "minecraft:air"}, - {pos: [5, 8, 2], state: "minecraft:air"}, - {pos: [5, 8, 3], state: "minecraft:air"}, - {pos: [5, 8, 4], state: "minecraft:air"}, - {pos: [5, 8, 5], state: "minecraft:air"}, - {pos: [5, 8, 6], state: "minecraft:air"}, - {pos: [5, 8, 7], state: "minecraft:air"}, - {pos: [5, 8, 8], state: "minecraft:air"}, - {pos: [5, 8, 9], state: "minecraft:air"}, - {pos: [5, 8, 10], state: "minecraft:air"}, - {pos: [5, 8, 11], state: "minecraft:air"}, - {pos: [5, 8, 12], state: "minecraft:air"}, - {pos: [5, 8, 13], state: "minecraft:air"}, - {pos: [5, 8, 14], state: "minecraft:air"}, - {pos: [5, 8, 15], state: "minecraft:air"}, - {pos: [5, 8, 16], state: "minecraft:air"}, - {pos: [5, 8, 17], state: "minecraft:air"}, - {pos: [5, 8, 18], state: "minecraft:air"}, - {pos: [5, 8, 19], state: "minecraft:air"}, - {pos: [5, 8, 20], state: "minecraft:air"}, - {pos: [5, 8, 21], state: "minecraft:air"}, - {pos: [5, 8, 22], state: "minecraft:air"}, - {pos: [5, 8, 23], state: "minecraft:air"}, - {pos: [5, 8, 24], state: "minecraft:air"}, - {pos: [5, 8, 25], state: "minecraft:air"}, - {pos: [5, 8, 26], state: "minecraft:air"}, - {pos: [5, 8, 27], state: "minecraft:air"}, - {pos: [5, 8, 28], state: "minecraft:air"}, - {pos: [5, 8, 29], state: "minecraft:air"}, - {pos: [6, 8, 0], state: "minecraft:air"}, - {pos: [6, 8, 1], state: "minecraft:air"}, - {pos: [6, 8, 2], state: "minecraft:air"}, - {pos: [6, 8, 3], state: "minecraft:air"}, - {pos: [6, 8, 4], state: "minecraft:air"}, - {pos: [6, 8, 5], state: "minecraft:air"}, - {pos: [6, 8, 6], state: "minecraft:air"}, - {pos: [6, 8, 7], state: "minecraft:air"}, - {pos: [6, 8, 8], state: "minecraft:air"}, - {pos: [6, 8, 9], state: "minecraft:air"}, - {pos: [6, 8, 10], state: "minecraft:air"}, - {pos: [6, 8, 11], state: "minecraft:air"}, - {pos: [6, 8, 12], state: "minecraft:air"}, - {pos: [6, 8, 13], state: "minecraft:air"}, - {pos: [6, 8, 14], state: "minecraft:air"}, - {pos: [6, 8, 15], state: "minecraft:air"}, - {pos: [6, 8, 16], state: "minecraft:air"}, - {pos: [6, 8, 17], state: "minecraft:air"}, - {pos: [6, 8, 18], state: "minecraft:air"}, - {pos: [6, 8, 19], state: "minecraft:air"}, - {pos: [6, 8, 20], state: "minecraft:air"}, - {pos: [6, 8, 21], state: "minecraft:air"}, - {pos: [6, 8, 22], state: "minecraft:air"}, - {pos: [6, 8, 23], state: "minecraft:air"}, - {pos: [6, 8, 24], state: "minecraft:air"}, - {pos: [6, 8, 25], state: "minecraft:air"}, - {pos: [6, 8, 26], state: "minecraft:air"}, - {pos: [6, 8, 27], state: "minecraft:air"}, - {pos: [6, 8, 28], state: "minecraft:air"}, - {pos: [6, 8, 29], state: "minecraft:air"}, - {pos: [7, 8, 0], state: "minecraft:air"}, - {pos: [7, 8, 1], state: "minecraft:air"}, - {pos: [7, 8, 2], state: "minecraft:air"}, - {pos: [7, 8, 3], state: "minecraft:air"}, - {pos: [7, 8, 4], state: "minecraft:air"}, - {pos: [7, 8, 5], state: "minecraft:air"}, - {pos: [7, 8, 6], state: "minecraft:air"}, - {pos: [7, 8, 7], state: "minecraft:air"}, - {pos: [7, 8, 8], state: "minecraft:air"}, - {pos: [7, 8, 9], state: "minecraft:air"}, - {pos: [7, 8, 10], state: "minecraft:air"}, - {pos: [7, 8, 11], state: "minecraft:air"}, - {pos: [7, 8, 12], state: "minecraft:air"}, - {pos: [7, 8, 13], state: "minecraft:air"}, - {pos: [7, 8, 14], state: "minecraft:air"}, - {pos: [7, 8, 15], state: "minecraft:air"}, - {pos: [7, 8, 16], state: "minecraft:air"}, - {pos: [7, 8, 17], state: "minecraft:air"}, - {pos: [7, 8, 18], state: "minecraft:air"}, - {pos: [7, 8, 19], state: "minecraft:air"}, - {pos: [7, 8, 20], state: "minecraft:air"}, - {pos: [7, 8, 21], state: "minecraft:air"}, - {pos: [7, 8, 22], state: "minecraft:air"}, - {pos: [7, 8, 23], state: "minecraft:air"}, - {pos: [7, 8, 24], state: "minecraft:air"}, - {pos: [7, 8, 25], state: "minecraft:air"}, - {pos: [7, 8, 26], state: "minecraft:air"}, - {pos: [7, 8, 27], state: "minecraft:air"}, - {pos: [7, 8, 28], state: "minecraft:air"}, - {pos: [7, 8, 29], state: "minecraft:air"}, - {pos: [8, 8, 0], state: "minecraft:air"}, - {pos: [8, 8, 1], state: "minecraft:air"}, - {pos: [8, 8, 2], state: "minecraft:air"}, - {pos: [8, 8, 3], state: "minecraft:air"}, - {pos: [8, 8, 4], state: "minecraft:air"}, - {pos: [8, 8, 5], state: "minecraft:air"}, - {pos: [8, 8, 6], state: "minecraft:air"}, - {pos: [8, 8, 7], state: "minecraft:air"}, - {pos: [8, 8, 8], state: "minecraft:air"}, - {pos: [8, 8, 9], state: "minecraft:air"}, - {pos: [8, 8, 10], state: "minecraft:air"}, - {pos: [8, 8, 11], state: "minecraft:air"}, - {pos: [8, 8, 12], state: "minecraft:air"}, - {pos: [8, 8, 13], state: "minecraft:air"}, - {pos: [8, 8, 14], state: "minecraft:air"}, - {pos: [8, 8, 15], state: "minecraft:air"}, - {pos: [8, 8, 16], state: "minecraft:air"}, - {pos: [8, 8, 17], state: "minecraft:air"}, - {pos: [8, 8, 18], state: "minecraft:air"}, - {pos: [8, 8, 19], state: "minecraft:air"}, - {pos: [8, 8, 20], state: "minecraft:air"}, - {pos: [8, 8, 21], state: "minecraft:air"}, - {pos: [8, 8, 22], state: "minecraft:air"}, - {pos: [8, 8, 23], state: "minecraft:air"}, - {pos: [8, 8, 24], state: "minecraft:air"}, - {pos: [8, 8, 25], state: "minecraft:air"}, - {pos: [8, 8, 26], state: "minecraft:air"}, - {pos: [8, 8, 27], state: "minecraft:air"}, - {pos: [8, 8, 28], state: "minecraft:air"}, - {pos: [8, 8, 29], state: "minecraft:air"}, - {pos: [9, 8, 0], state: "minecraft:air"}, - {pos: [9, 8, 1], state: "minecraft:air"}, - {pos: [9, 8, 2], state: "minecraft:air"}, - {pos: [9, 8, 3], state: "minecraft:air"}, - {pos: [9, 8, 4], state: "minecraft:air"}, - {pos: [9, 8, 5], state: "minecraft:air"}, - {pos: [9, 8, 6], state: "minecraft:air"}, - {pos: [9, 8, 7], state: "minecraft:air"}, - {pos: [9, 8, 8], state: "minecraft:air"}, - {pos: [9, 8, 9], state: "minecraft:air"}, - {pos: [9, 8, 10], state: "minecraft:air"}, - {pos: [9, 8, 11], state: "minecraft:air"}, - {pos: [9, 8, 12], state: "minecraft:air"}, - {pos: [9, 8, 13], state: "minecraft:air"}, - {pos: [9, 8, 14], state: "minecraft:air"}, - {pos: [9, 8, 15], state: "minecraft:air"}, - {pos: [9, 8, 16], state: "minecraft:air"}, - {pos: [9, 8, 17], state: "minecraft:air"}, - {pos: [9, 8, 18], state: "minecraft:air"}, - {pos: [9, 8, 19], state: "minecraft:air"}, - {pos: [9, 8, 20], state: "minecraft:air"}, - {pos: [9, 8, 21], state: "minecraft:air"}, - {pos: [9, 8, 22], state: "minecraft:air"}, - {pos: [9, 8, 23], state: "minecraft:air"}, - {pos: [9, 8, 24], state: "minecraft:air"}, - {pos: [9, 8, 25], state: "minecraft:air"}, - {pos: [9, 8, 26], state: "minecraft:air"}, - {pos: [9, 8, 27], state: "minecraft:air"}, - {pos: [9, 8, 28], state: "minecraft:air"}, - {pos: [9, 8, 29], state: "minecraft:air"}, - {pos: [0, 9, 0], state: "minecraft:air"}, - {pos: [0, 9, 1], state: "minecraft:air"}, - {pos: [0, 9, 2], state: "minecraft:air"}, - {pos: [0, 9, 3], state: "minecraft:air"}, - {pos: [0, 9, 4], state: "minecraft:air"}, - {pos: [0, 9, 5], state: "minecraft:air"}, - {pos: [0, 9, 6], state: "minecraft:air"}, - {pos: [0, 9, 7], state: "minecraft:air"}, - {pos: [0, 9, 8], state: "minecraft:air"}, - {pos: [0, 9, 9], state: "minecraft:air"}, - {pos: [0, 9, 10], state: "minecraft:air"}, - {pos: [0, 9, 11], state: "minecraft:air"}, - {pos: [0, 9, 12], state: "minecraft:air"}, - {pos: [0, 9, 13], state: "minecraft:air"}, - {pos: [0, 9, 14], state: "minecraft:air"}, - {pos: [0, 9, 15], state: "minecraft:air"}, - {pos: [0, 9, 16], state: "minecraft:air"}, - {pos: [0, 9, 17], state: "minecraft:air"}, - {pos: [0, 9, 18], state: "minecraft:air"}, - {pos: [0, 9, 19], state: "minecraft:air"}, - {pos: [0, 9, 20], state: "minecraft:air"}, - {pos: [0, 9, 21], state: "minecraft:air"}, - {pos: [0, 9, 22], state: "minecraft:air"}, - {pos: [0, 9, 23], state: "minecraft:air"}, - {pos: [0, 9, 24], state: "minecraft:air"}, - {pos: [0, 9, 25], state: "minecraft:air"}, - {pos: [0, 9, 26], state: "minecraft:air"}, - {pos: [0, 9, 27], state: "minecraft:air"}, - {pos: [0, 9, 28], state: "minecraft:air"}, - {pos: [0, 9, 29], state: "minecraft:air"}, - {pos: [1, 9, 0], state: "minecraft:air"}, - {pos: [1, 9, 1], state: "minecraft:air"}, - {pos: [1, 9, 2], state: "minecraft:air"}, - {pos: [1, 9, 3], state: "minecraft:air"}, - {pos: [1, 9, 4], state: "minecraft:air"}, - {pos: [1, 9, 5], state: "minecraft:air"}, - {pos: [1, 9, 6], state: "minecraft:air"}, - {pos: [1, 9, 7], state: "minecraft:air"}, - {pos: [1, 9, 8], state: "minecraft:air"}, - {pos: [1, 9, 9], state: "minecraft:air"}, - {pos: [1, 9, 10], state: "minecraft:air"}, - {pos: [1, 9, 11], state: "minecraft:air"}, - {pos: [1, 9, 12], state: "minecraft:air"}, - {pos: [1, 9, 13], state: "minecraft:air"}, - {pos: [1, 9, 14], state: "minecraft:air"}, - {pos: [1, 9, 15], state: "minecraft:air"}, - {pos: [1, 9, 16], state: "minecraft:air"}, - {pos: [1, 9, 17], state: "minecraft:air"}, - {pos: [1, 9, 18], state: "minecraft:air"}, - {pos: [1, 9, 19], state: "minecraft:air"}, - {pos: [1, 9, 20], state: "minecraft:air"}, - {pos: [1, 9, 21], state: "minecraft:air"}, - {pos: [1, 9, 22], state: "minecraft:air"}, - {pos: [1, 9, 23], state: "minecraft:air"}, - {pos: [1, 9, 24], state: "minecraft:air"}, - {pos: [1, 9, 25], state: "minecraft:air"}, - {pos: [1, 9, 26], state: "minecraft:air"}, - {pos: [1, 9, 27], state: "minecraft:air"}, - {pos: [1, 9, 28], state: "minecraft:air"}, - {pos: [1, 9, 29], state: "minecraft:air"}, - {pos: [2, 9, 0], state: "minecraft:air"}, - {pos: [2, 9, 1], state: "minecraft:air"}, - {pos: [2, 9, 2], state: "minecraft:air"}, - {pos: [2, 9, 3], state: "minecraft:air"}, - {pos: [2, 9, 4], state: "minecraft:air"}, - {pos: [2, 9, 5], state: "minecraft:air"}, - {pos: [2, 9, 6], state: "minecraft:air"}, - {pos: [2, 9, 7], state: "minecraft:air"}, - {pos: [2, 9, 8], state: "minecraft:air"}, - {pos: [2, 9, 9], state: "minecraft:air"}, - {pos: [2, 9, 10], state: "minecraft:air"}, - {pos: [2, 9, 11], state: "minecraft:air"}, - {pos: [2, 9, 12], state: "minecraft:air"}, - {pos: [2, 9, 13], state: "minecraft:air"}, - {pos: [2, 9, 14], state: "minecraft:air"}, - {pos: [2, 9, 15], state: "minecraft:air"}, - {pos: [2, 9, 16], state: "minecraft:air"}, - {pos: [2, 9, 17], state: "minecraft:air"}, - {pos: [2, 9, 18], state: "minecraft:air"}, - {pos: [2, 9, 19], state: "minecraft:air"}, - {pos: [2, 9, 20], state: "minecraft:air"}, - {pos: [2, 9, 21], state: "minecraft:air"}, - {pos: [2, 9, 22], state: "minecraft:air"}, - {pos: [2, 9, 23], state: "minecraft:air"}, - {pos: [2, 9, 24], state: "minecraft:air"}, - {pos: [2, 9, 25], state: "minecraft:air"}, - {pos: [2, 9, 26], state: "minecraft:air"}, - {pos: [2, 9, 27], state: "minecraft:air"}, - {pos: [2, 9, 28], state: "minecraft:air"}, - {pos: [2, 9, 29], state: "minecraft:air"}, - {pos: [3, 9, 0], state: "minecraft:air"}, - {pos: [3, 9, 1], state: "minecraft:air"}, - {pos: [3, 9, 2], state: "minecraft:air"}, - {pos: [3, 9, 3], state: "minecraft:air"}, - {pos: [3, 9, 4], state: "minecraft:air"}, - {pos: [3, 9, 5], state: "minecraft:air"}, - {pos: [3, 9, 6], state: "minecraft:air"}, - {pos: [3, 9, 7], state: "minecraft:air"}, - {pos: [3, 9, 8], state: "minecraft:air"}, - {pos: [3, 9, 9], state: "minecraft:air"}, - {pos: [3, 9, 10], state: "minecraft:air"}, - {pos: [3, 9, 11], state: "minecraft:air"}, - {pos: [3, 9, 12], state: "minecraft:air"}, - {pos: [3, 9, 13], state: "minecraft:air"}, - {pos: [3, 9, 14], state: "minecraft:air"}, - {pos: [3, 9, 15], state: "minecraft:air"}, - {pos: [3, 9, 16], state: "minecraft:air"}, - {pos: [3, 9, 17], state: "minecraft:air"}, - {pos: [3, 9, 18], state: "minecraft:air"}, - {pos: [3, 9, 19], state: "minecraft:air"}, - {pos: [3, 9, 20], state: "minecraft:air"}, - {pos: [3, 9, 21], state: "minecraft:air"}, - {pos: [3, 9, 22], state: "minecraft:air"}, - {pos: [3, 9, 23], state: "minecraft:air"}, - {pos: [3, 9, 24], state: "minecraft:air"}, - {pos: [3, 9, 25], state: "minecraft:air"}, - {pos: [3, 9, 26], state: "minecraft:air"}, - {pos: [3, 9, 27], state: "minecraft:air"}, - {pos: [3, 9, 28], state: "minecraft:air"}, - {pos: [3, 9, 29], state: "minecraft:air"}, - {pos: [4, 9, 0], state: "minecraft:air"}, - {pos: [4, 9, 1], state: "minecraft:air"}, - {pos: [4, 9, 2], state: "minecraft:air"}, - {pos: [4, 9, 3], state: "minecraft:air"}, - {pos: [4, 9, 4], state: "minecraft:air"}, - {pos: [4, 9, 5], state: "minecraft:air"}, - {pos: [4, 9, 6], state: "minecraft:air"}, - {pos: [4, 9, 7], state: "minecraft:air"}, - {pos: [4, 9, 8], state: "minecraft:air"}, - {pos: [4, 9, 9], state: "minecraft:air"}, - {pos: [4, 9, 10], state: "minecraft:air"}, - {pos: [4, 9, 11], state: "minecraft:air"}, - {pos: [4, 9, 12], state: "minecraft:air"}, - {pos: [4, 9, 13], state: "minecraft:air"}, - {pos: [4, 9, 14], state: "minecraft:air"}, - {pos: [4, 9, 15], state: "minecraft:air"}, - {pos: [4, 9, 16], state: "minecraft:air"}, - {pos: [4, 9, 17], state: "minecraft:air"}, - {pos: [4, 9, 18], state: "minecraft:air"}, - {pos: [4, 9, 19], state: "minecraft:air"}, - {pos: [4, 9, 20], state: "minecraft:air"}, - {pos: [4, 9, 21], state: "minecraft:air"}, - {pos: [4, 9, 22], state: "minecraft:air"}, - {pos: [4, 9, 23], state: "minecraft:air"}, - {pos: [4, 9, 24], state: "minecraft:air"}, - {pos: [4, 9, 25], state: "minecraft:air"}, - {pos: [4, 9, 26], state: "minecraft:air"}, - {pos: [4, 9, 27], state: "minecraft:air"}, - {pos: [4, 9, 28], state: "minecraft:air"}, - {pos: [4, 9, 29], state: "minecraft:air"}, - {pos: [5, 9, 0], state: "minecraft:air"}, - {pos: [5, 9, 1], state: "minecraft:air"}, - {pos: [5, 9, 2], state: "minecraft:air"}, - {pos: [5, 9, 3], state: "minecraft:air"}, - {pos: [5, 9, 4], state: "minecraft:air"}, - {pos: [5, 9, 5], state: "minecraft:air"}, - {pos: [5, 9, 6], state: "minecraft:air"}, - {pos: [5, 9, 7], state: "minecraft:air"}, - {pos: [5, 9, 8], state: "minecraft:air"}, - {pos: [5, 9, 9], state: "minecraft:air"}, - {pos: [5, 9, 10], state: "minecraft:air"}, - {pos: [5, 9, 11], state: "minecraft:air"}, - {pos: [5, 9, 12], state: "minecraft:air"}, - {pos: [5, 9, 13], state: "minecraft:air"}, - {pos: [5, 9, 14], state: "minecraft:air"}, - {pos: [5, 9, 15], state: "minecraft:air"}, - {pos: [5, 9, 16], state: "minecraft:air"}, - {pos: [5, 9, 17], state: "minecraft:air"}, - {pos: [5, 9, 18], state: "minecraft:air"}, - {pos: [5, 9, 19], state: "minecraft:air"}, - {pos: [5, 9, 20], state: "minecraft:air"}, - {pos: [5, 9, 21], state: "minecraft:air"}, - {pos: [5, 9, 22], state: "minecraft:air"}, - {pos: [5, 9, 23], state: "minecraft:air"}, - {pos: [5, 9, 24], state: "minecraft:air"}, - {pos: [5, 9, 25], state: "minecraft:air"}, - {pos: [5, 9, 26], state: "minecraft:air"}, - {pos: [5, 9, 27], state: "minecraft:air"}, - {pos: [5, 9, 28], state: "minecraft:air"}, - {pos: [5, 9, 29], state: "minecraft:air"}, - {pos: [6, 9, 0], state: "minecraft:air"}, - {pos: [6, 9, 1], state: "minecraft:air"}, - {pos: [6, 9, 2], state: "minecraft:air"}, - {pos: [6, 9, 3], state: "minecraft:air"}, - {pos: [6, 9, 4], state: "minecraft:air"}, - {pos: [6, 9, 5], state: "minecraft:air"}, - {pos: [6, 9, 6], state: "minecraft:air"}, - {pos: [6, 9, 7], state: "minecraft:air"}, - {pos: [6, 9, 8], state: "minecraft:air"}, - {pos: [6, 9, 9], state: "minecraft:air"}, - {pos: [6, 9, 10], state: "minecraft:air"}, - {pos: [6, 9, 11], state: "minecraft:air"}, - {pos: [6, 9, 12], state: "minecraft:air"}, - {pos: [6, 9, 13], state: "minecraft:air"}, - {pos: [6, 9, 14], state: "minecraft:air"}, - {pos: [6, 9, 15], state: "minecraft:air"}, - {pos: [6, 9, 16], state: "minecraft:air"}, - {pos: [6, 9, 17], state: "minecraft:air"}, - {pos: [6, 9, 18], state: "minecraft:air"}, - {pos: [6, 9, 19], state: "minecraft:air"}, - {pos: [6, 9, 20], state: "minecraft:air"}, - {pos: [6, 9, 21], state: "minecraft:air"}, - {pos: [6, 9, 22], state: "minecraft:air"}, - {pos: [6, 9, 23], state: "minecraft:air"}, - {pos: [6, 9, 24], state: "minecraft:air"}, - {pos: [6, 9, 25], state: "minecraft:air"}, - {pos: [6, 9, 26], state: "minecraft:air"}, - {pos: [6, 9, 27], state: "minecraft:air"}, - {pos: [6, 9, 28], state: "minecraft:air"}, - {pos: [6, 9, 29], state: "minecraft:air"}, - {pos: [7, 9, 0], state: "minecraft:air"}, - {pos: [7, 9, 1], state: "minecraft:air"}, - {pos: [7, 9, 2], state: "minecraft:air"}, - {pos: [7, 9, 3], state: "minecraft:air"}, - {pos: [7, 9, 4], state: "minecraft:air"}, - {pos: [7, 9, 5], state: "minecraft:air"}, - {pos: [7, 9, 6], state: "minecraft:air"}, - {pos: [7, 9, 7], state: "minecraft:air"}, - {pos: [7, 9, 8], state: "minecraft:air"}, - {pos: [7, 9, 9], state: "minecraft:air"}, - {pos: [7, 9, 10], state: "minecraft:air"}, - {pos: [7, 9, 11], state: "minecraft:air"}, - {pos: [7, 9, 12], state: "minecraft:air"}, - {pos: [7, 9, 13], state: "minecraft:air"}, - {pos: [7, 9, 14], state: "minecraft:air"}, - {pos: [7, 9, 15], state: "minecraft:air"}, - {pos: [7, 9, 16], state: "minecraft:air"}, - {pos: [7, 9, 17], state: "minecraft:air"}, - {pos: [7, 9, 18], state: "minecraft:air"}, - {pos: [7, 9, 19], state: "minecraft:air"}, - {pos: [7, 9, 20], state: "minecraft:air"}, - {pos: [7, 9, 21], state: "minecraft:air"}, - {pos: [7, 9, 22], state: "minecraft:air"}, - {pos: [7, 9, 23], state: "minecraft:air"}, - {pos: [7, 9, 24], state: "minecraft:air"}, - {pos: [7, 9, 25], state: "minecraft:air"}, - {pos: [7, 9, 26], state: "minecraft:air"}, - {pos: [7, 9, 27], state: "minecraft:air"}, - {pos: [7, 9, 28], state: "minecraft:air"}, - {pos: [7, 9, 29], state: "minecraft:air"}, - {pos: [8, 9, 0], state: "minecraft:air"}, - {pos: [8, 9, 1], state: "minecraft:air"}, - {pos: [8, 9, 2], state: "minecraft:air"}, - {pos: [8, 9, 3], state: "minecraft:air"}, - {pos: [8, 9, 4], state: "minecraft:air"}, - {pos: [8, 9, 5], state: "minecraft:air"}, - {pos: [8, 9, 6], state: "minecraft:air"}, - {pos: [8, 9, 7], state: "minecraft:air"}, - {pos: [8, 9, 8], state: "minecraft:air"}, - {pos: [8, 9, 9], state: "minecraft:air"}, - {pos: [8, 9, 10], state: "minecraft:air"}, - {pos: [8, 9, 11], state: "minecraft:air"}, - {pos: [8, 9, 12], state: "minecraft:air"}, - {pos: [8, 9, 13], state: "minecraft:air"}, - {pos: [8, 9, 14], state: "minecraft:air"}, - {pos: [8, 9, 15], state: "minecraft:air"}, - {pos: [8, 9, 16], state: "minecraft:air"}, - {pos: [8, 9, 17], state: "minecraft:air"}, - {pos: [8, 9, 18], state: "minecraft:air"}, - {pos: [8, 9, 19], state: "minecraft:air"}, - {pos: [8, 9, 20], state: "minecraft:air"}, - {pos: [8, 9, 21], state: "minecraft:air"}, - {pos: [8, 9, 22], state: "minecraft:air"}, - {pos: [8, 9, 23], state: "minecraft:air"}, - {pos: [8, 9, 24], state: "minecraft:air"}, - {pos: [8, 9, 25], state: "minecraft:air"}, - {pos: [8, 9, 26], state: "minecraft:air"}, - {pos: [8, 9, 27], state: "minecraft:air"}, - {pos: [8, 9, 28], state: "minecraft:air"}, - {pos: [8, 9, 29], state: "minecraft:air"}, - {pos: [9, 9, 0], state: "minecraft:air"}, - {pos: [9, 9, 1], state: "minecraft:air"}, - {pos: [9, 9, 2], state: "minecraft:air"}, - {pos: [9, 9, 3], state: "minecraft:air"}, - {pos: [9, 9, 4], state: "minecraft:air"}, - {pos: [9, 9, 5], state: "minecraft:air"}, - {pos: [9, 9, 6], state: "minecraft:air"}, - {pos: [9, 9, 7], state: "minecraft:air"}, - {pos: [9, 9, 8], state: "minecraft:air"}, - {pos: [9, 9, 9], state: "minecraft:air"}, - {pos: [9, 9, 10], state: "minecraft:air"}, - {pos: [9, 9, 11], state: "minecraft:air"}, - {pos: [9, 9, 12], state: "minecraft:air"}, - {pos: [9, 9, 13], state: "minecraft:air"}, - {pos: [9, 9, 14], state: "minecraft:air"}, - {pos: [9, 9, 15], state: "minecraft:air"}, - {pos: [9, 9, 16], state: "minecraft:air"}, - {pos: [9, 9, 17], state: "minecraft:air"}, - {pos: [9, 9, 18], state: "minecraft:air"}, - {pos: [9, 9, 19], state: "minecraft:air"}, - {pos: [9, 9, 20], state: "minecraft:air"}, - {pos: [9, 9, 21], state: "minecraft:air"}, - {pos: [9, 9, 22], state: "minecraft:air"}, - {pos: [9, 9, 23], state: "minecraft:air"}, - {pos: [9, 9, 24], state: "minecraft:air"}, - {pos: [9, 9, 25], state: "minecraft:air"}, - {pos: [9, 9, 26], state: "minecraft:air"}, - {pos: [9, 9, 27], state: "minecraft:air"}, - {pos: [9, 9, 28], state: "minecraft:air"}, - {pos: [9, 9, 29], state: "minecraft:air"} - ], - entities: [], - palette: [ - "minecraft:blue_concrete", - "minecraft:red_wool", - "minecraft:white_concrete", - "minecraft:red_terracotta", - "minecraft:piston{extended:false,facing:north}", - "minecraft:redstone_block", - "minecraft:emerald_block", - "minecraft:piston{extended:false,facing:south}", - "minecraft:slime_block", - "minecraft:sticky_piston{extended:false,facing:east}", - "minecraft:sticky_piston{extended:false,facing:south}", - "minecraft:note_block{instrument:bit,note:0,powered:false}", - "minecraft:obsidian", - "minecraft:sticky_piston{extended:false,facing:west}", - "minecraft:sticky_piston{extended:false,facing:north}", - "minecraft:air", - "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}", - "minecraft:repeater{delay:1,facing:north,locked:false,powered:false}", - "minecraft:redstone_wall_torch{facing:north,lit:true}", - "minecraft:redstone_wire{east:side,north:side,power:0,south:side,west:side}", - "minecraft:redstone_wire{east:none,north:side,power:0,south:up,west:none}", - "minecraft:redstone_wire{east:none,north:up,power:0,south:side,west:none}", - "minecraft:repeater{delay:4,facing:east,locked:false,powered:false}", - "minecraft:repeater{delay:2,facing:north,locked:false,powered:false}", - "minecraft:redstone_wire{east:up,north:none,power:0,south:side,west:none}", - "minecraft:redstone_wall_torch{facing:south,lit:true}", - "minecraft:redstone_wire{east:none,north:side,power:15,south:side,west:none}", - "minecraft:redstone_wire{east:side,north:none,power:0,south:none,west:side}", - "minecraft:repeater{delay:1,facing:west,locked:false,powered:false}", - "minecraft:redstone_wire{east:none,north:up,power:0,south:side,west:side}", - "minecraft:repeater{delay:4,facing:north,locked:false,powered:false}", - "minecraft:redstone_torch{lit:false}", - "minecraft:smooth_stone_slab{type:top,waterlogged:false}", - "minecraft:repeater{delay:1,facing:south,locked:false,powered:false}", - "minecraft:hopper{enabled:false,facing:down}", - "minecraft:hopper{enabled:false,facing:east}", - "minecraft:chest{facing:west,type:single,waterlogged:false}", - "minecraft:comparator{facing:north,mode:compare,powered:false}", - "minecraft:chest{facing:north,type:single,waterlogged:false}", - "minecraft:comparator{facing:north,mode:compare,powered:true}", - "minecraft:comparator{facing:west,mode:compare,powered:false}", - "minecraft:comparator{facing:west,mode:compare,powered:true}", - "minecraft:chest{facing:south,type:single,waterlogged:false}", - "minecraft:command_block{conditional:false,facing:up}", - "minecraft:comparator{facing:south,mode:compare,powered:false}" - ] -} diff --git a/testserver/gameteststructures/test_redstone.creeper_flee_from_cat.snbt b/testserver/gameteststructures/test_redstone.creeper_flee_from_cat.snbt deleted file mode 100644 index 7e56f7925..000000000 --- a/testserver/gameteststructures/test_redstone.creeper_flee_from_cat.snbt +++ /dev/null @@ -1,1397 +0,0 @@ -{ - DataVersion: 2723, - size: [14, 7, 14], - data: [ - {pos: [0, 0, 0], state: "minecraft:green_concrete"}, - {pos: [0, 0, 1], state: "minecraft:green_concrete"}, - {pos: [0, 0, 2], state: "minecraft:green_concrete"}, - {pos: [0, 0, 3], state: "minecraft:green_concrete"}, - {pos: [0, 0, 4], state: "minecraft:green_concrete"}, - {pos: [0, 0, 5], state: "minecraft:green_concrete"}, - {pos: [0, 0, 6], state: "minecraft:green_concrete"}, - {pos: [0, 0, 7], state: "minecraft:green_concrete"}, - {pos: [0, 0, 8], state: "minecraft:green_concrete"}, - {pos: [0, 0, 9], state: "minecraft:green_concrete"}, - {pos: [0, 0, 10], state: "minecraft:green_concrete"}, - {pos: [0, 0, 11], state: "minecraft:green_concrete"}, - {pos: [0, 0, 12], state: "minecraft:green_concrete"}, - {pos: [0, 0, 13], state: "minecraft:green_concrete"}, - {pos: [1, 0, 0], state: "minecraft:green_concrete"}, - {pos: [1, 0, 1], state: "minecraft:green_concrete"}, - {pos: [1, 0, 2], state: "minecraft:green_concrete"}, - {pos: [1, 0, 3], state: "minecraft:red_terracotta"}, - {pos: [1, 0, 4], state: "minecraft:green_concrete"}, - {pos: [1, 0, 5], state: "minecraft:green_concrete"}, - {pos: [1, 0, 6], state: "minecraft:green_concrete"}, - {pos: [1, 0, 7], state: "minecraft:green_concrete"}, - {pos: [1, 0, 8], state: "minecraft:green_concrete"}, - {pos: [1, 0, 9], state: "minecraft:green_concrete"}, - {pos: [1, 0, 10], state: "minecraft:green_concrete"}, - {pos: [1, 0, 11], state: "minecraft:green_concrete"}, - {pos: [1, 0, 12], state: "minecraft:green_concrete"}, - {pos: [1, 0, 13], state: "minecraft:green_concrete"}, - {pos: [2, 0, 0], state: "minecraft:green_concrete"}, - {pos: [2, 0, 1], state: "minecraft:green_concrete"}, - {pos: [2, 0, 2], state: "minecraft:green_concrete"}, - {pos: [2, 0, 3], state: "minecraft:command_block{conditional:false,facing:south}", nbt: {Command: "summon creeper ~ ~1 ~", CustomName: '{"text":"@"}', SuccessCount: 0, TrackOutput: 1b, UpdateLastExecution: 1b, auto: 0b, conditionMet: 0b, id: "minecraft:command_block", powered: 0b}}, - {pos: [2, 0, 4], state: "minecraft:green_concrete"}, - {pos: [2, 0, 5], state: "minecraft:green_concrete"}, - {pos: [2, 0, 6], state: "minecraft:green_concrete"}, - {pos: [2, 0, 7], state: "minecraft:green_concrete"}, - {pos: [2, 0, 8], state: "minecraft:green_concrete"}, - {pos: [2, 0, 9], state: "minecraft:green_concrete"}, - {pos: [2, 0, 10], state: "minecraft:green_concrete"}, - {pos: [2, 0, 11], state: "minecraft:green_concrete"}, - {pos: [2, 0, 12], state: "minecraft:green_concrete"}, - {pos: [2, 0, 13], state: "minecraft:green_concrete"}, - {pos: [3, 0, 0], state: "minecraft:green_concrete"}, - {pos: [3, 0, 1], state: "minecraft:green_concrete"}, - {pos: [3, 0, 2], state: "minecraft:green_concrete"}, - {pos: [3, 0, 3], state: "minecraft:green_concrete"}, - {pos: [3, 0, 4], state: "minecraft:green_concrete"}, - {pos: [3, 0, 5], state: "minecraft:green_concrete"}, - {pos: [3, 0, 6], state: "minecraft:green_concrete"}, - {pos: [3, 0, 7], state: "minecraft:green_concrete"}, - {pos: [3, 0, 8], state: "minecraft:green_concrete"}, - {pos: [3, 0, 9], state: "minecraft:green_concrete"}, - {pos: [3, 0, 10], state: "minecraft:green_concrete"}, - {pos: [3, 0, 11], state: "minecraft:green_concrete"}, - {pos: [3, 0, 12], state: "minecraft:green_concrete"}, - {pos: [3, 0, 13], state: "minecraft:green_concrete"}, - {pos: [4, 0, 0], state: "minecraft:green_concrete"}, - {pos: [4, 0, 1], state: "minecraft:green_concrete"}, - {pos: [4, 0, 2], state: "minecraft:green_concrete"}, - {pos: [4, 0, 3], state: "minecraft:green_concrete"}, - {pos: [4, 0, 4], state: "minecraft:green_concrete"}, - {pos: [4, 0, 5], state: "minecraft:green_concrete"}, - {pos: [4, 0, 6], state: "minecraft:green_concrete"}, - {pos: [4, 0, 7], state: "minecraft:green_concrete"}, - {pos: [4, 0, 8], state: "minecraft:green_concrete"}, - {pos: [4, 0, 9], state: "minecraft:green_concrete"}, - {pos: [4, 0, 10], state: "minecraft:green_concrete"}, - {pos: [4, 0, 11], state: "minecraft:green_concrete"}, - {pos: [4, 0, 12], state: "minecraft:green_concrete"}, - {pos: [4, 0, 13], state: "minecraft:green_concrete"}, - {pos: [5, 0, 0], state: "minecraft:green_concrete"}, - {pos: [5, 0, 1], state: "minecraft:green_concrete"}, - {pos: [5, 0, 2], state: "minecraft:green_concrete"}, - {pos: [5, 0, 3], state: "minecraft:green_concrete"}, - {pos: [5, 0, 4], state: "minecraft:green_concrete"}, - {pos: [5, 0, 5], state: "minecraft:green_concrete"}, - {pos: [5, 0, 6], state: "minecraft:green_concrete"}, - {pos: [5, 0, 7], state: "minecraft:green_concrete"}, - {pos: [5, 0, 8], state: "minecraft:green_concrete"}, - {pos: [5, 0, 9], state: "minecraft:green_concrete"}, - {pos: [5, 0, 10], state: "minecraft:green_concrete"}, - {pos: [5, 0, 11], state: "minecraft:green_concrete"}, - {pos: [5, 0, 12], state: "minecraft:green_concrete"}, - {pos: [5, 0, 13], state: "minecraft:green_concrete"}, - {pos: [6, 0, 0], state: "minecraft:green_concrete"}, - {pos: [6, 0, 1], state: "minecraft:green_concrete"}, - {pos: [6, 0, 2], state: "minecraft:green_concrete"}, - {pos: [6, 0, 3], state: "minecraft:green_concrete"}, - {pos: [6, 0, 4], state: "minecraft:green_concrete"}, - {pos: [6, 0, 5], state: "minecraft:green_concrete"}, - {pos: [6, 0, 6], state: "minecraft:green_concrete"}, - {pos: [6, 0, 7], state: "minecraft:green_concrete"}, - {pos: [6, 0, 8], state: "minecraft:green_concrete"}, - {pos: [6, 0, 9], state: "minecraft:green_concrete"}, - {pos: [6, 0, 10], state: "minecraft:green_concrete"}, - {pos: [6, 0, 11], state: "minecraft:green_concrete"}, - {pos: [6, 0, 12], state: "minecraft:green_concrete"}, - {pos: [6, 0, 13], state: "minecraft:green_concrete"}, - {pos: [7, 0, 0], state: "minecraft:green_concrete"}, - {pos: [7, 0, 1], state: "minecraft:green_concrete"}, - {pos: [7, 0, 2], state: "minecraft:green_concrete"}, - {pos: [7, 0, 3], state: "minecraft:green_concrete"}, - {pos: [7, 0, 4], state: "minecraft:green_concrete"}, - {pos: [7, 0, 5], state: "minecraft:green_concrete"}, - {pos: [7, 0, 6], state: "minecraft:green_concrete"}, - {pos: [7, 0, 7], state: "minecraft:green_concrete"}, - {pos: [7, 0, 8], state: "minecraft:green_concrete"}, - {pos: [7, 0, 9], state: "minecraft:green_concrete"}, - {pos: [7, 0, 10], state: "minecraft:green_concrete"}, - {pos: [7, 0, 11], state: "minecraft:green_concrete"}, - {pos: [7, 0, 12], state: "minecraft:green_concrete"}, - {pos: [7, 0, 13], state: "minecraft:green_concrete"}, - {pos: [8, 0, 0], state: "minecraft:green_concrete"}, - {pos: [8, 0, 1], state: "minecraft:green_concrete"}, - {pos: [8, 0, 2], state: "minecraft:green_concrete"}, - {pos: [8, 0, 3], state: "minecraft:green_concrete"}, - {pos: [8, 0, 4], state: "minecraft:green_concrete"}, - {pos: [8, 0, 5], state: "minecraft:green_concrete"}, - {pos: [8, 0, 6], state: "minecraft:green_concrete"}, - {pos: [8, 0, 7], state: "minecraft:green_concrete"}, - {pos: [8, 0, 8], state: "minecraft:green_concrete"}, - {pos: [8, 0, 9], state: "minecraft:green_concrete"}, - {pos: [8, 0, 10], state: "minecraft:green_concrete"}, - {pos: [8, 0, 11], state: "minecraft:green_concrete"}, - {pos: [8, 0, 12], state: "minecraft:green_concrete"}, - {pos: [8, 0, 13], state: "minecraft:green_concrete"}, - {pos: [9, 0, 0], state: "minecraft:green_concrete"}, - {pos: [9, 0, 1], state: "minecraft:green_concrete"}, - {pos: [9, 0, 2], state: "minecraft:green_concrete"}, - {pos: [9, 0, 3], state: "minecraft:green_concrete"}, - {pos: [9, 0, 4], state: "minecraft:green_concrete"}, - {pos: [9, 0, 5], state: "minecraft:green_concrete"}, - {pos: [9, 0, 6], state: "minecraft:green_concrete"}, - {pos: [9, 0, 7], state: "minecraft:green_concrete"}, - {pos: [9, 0, 8], state: "minecraft:green_concrete"}, - {pos: [9, 0, 9], state: "minecraft:green_concrete"}, - {pos: [9, 0, 10], state: "minecraft:green_concrete"}, - {pos: [9, 0, 11], state: "minecraft:green_concrete"}, - {pos: [9, 0, 12], state: "minecraft:green_concrete"}, - {pos: [9, 0, 13], state: "minecraft:green_concrete"}, - {pos: [10, 0, 0], state: "minecraft:green_concrete"}, - {pos: [10, 0, 1], state: "minecraft:green_concrete"}, - {pos: [10, 0, 2], state: "minecraft:green_concrete"}, - {pos: [10, 0, 3], state: "minecraft:green_concrete"}, - {pos: [10, 0, 4], state: "minecraft:green_concrete"}, - {pos: [10, 0, 5], state: "minecraft:green_concrete"}, - {pos: [10, 0, 6], state: "minecraft:green_concrete"}, - {pos: [10, 0, 7], state: "minecraft:green_concrete"}, - {pos: [10, 0, 8], state: "minecraft:green_concrete"}, - {pos: [10, 0, 9], state: "minecraft:green_concrete"}, - {pos: [10, 0, 10], state: "minecraft:green_concrete"}, - {pos: [10, 0, 11], state: "minecraft:green_concrete"}, - {pos: [10, 0, 12], state: "minecraft:green_concrete"}, - {pos: [10, 0, 13], state: "minecraft:green_concrete"}, - {pos: [11, 0, 0], state: "minecraft:green_concrete"}, - {pos: [11, 0, 1], state: "minecraft:green_concrete"}, - {pos: [11, 0, 2], state: "minecraft:green_concrete"}, - {pos: [11, 0, 3], state: "minecraft:green_concrete"}, - {pos: [11, 0, 4], state: "minecraft:green_concrete"}, - {pos: [11, 0, 5], state: "minecraft:green_concrete"}, - {pos: [11, 0, 6], state: "minecraft:green_concrete"}, - {pos: [11, 0, 7], state: "minecraft:green_concrete"}, - {pos: [11, 0, 8], state: "minecraft:green_concrete"}, - {pos: [11, 0, 9], state: "minecraft:green_concrete"}, - {pos: [11, 0, 10], state: "minecraft:green_concrete"}, - {pos: [11, 0, 11], state: "minecraft:green_concrete"}, - {pos: [11, 0, 12], state: "minecraft:green_concrete"}, - {pos: [11, 0, 13], state: "minecraft:green_concrete"}, - {pos: [12, 0, 0], state: "minecraft:green_concrete"}, - {pos: [12, 0, 1], state: "minecraft:green_concrete"}, - {pos: [12, 0, 2], state: "minecraft:green_concrete"}, - {pos: [12, 0, 3], state: "minecraft:green_concrete"}, - {pos: [12, 0, 4], state: "minecraft:green_concrete"}, - {pos: [12, 0, 5], state: "minecraft:green_concrete"}, - {pos: [12, 0, 6], state: "minecraft:green_concrete"}, - {pos: [12, 0, 7], state: "minecraft:green_concrete"}, - {pos: [12, 0, 8], state: "minecraft:green_concrete"}, - {pos: [12, 0, 9], state: "minecraft:green_concrete"}, - {pos: [12, 0, 10], state: "minecraft:green_concrete"}, - {pos: [12, 0, 11], state: "minecraft:green_concrete"}, - {pos: [12, 0, 12], state: "minecraft:green_concrete"}, - {pos: [12, 0, 13], state: "minecraft:green_concrete"}, - {pos: [13, 0, 0], state: "minecraft:green_concrete"}, - {pos: [13, 0, 1], state: "minecraft:green_concrete"}, - {pos: [13, 0, 2], state: "minecraft:green_concrete"}, - {pos: [13, 0, 3], state: "minecraft:green_concrete"}, - {pos: [13, 0, 4], state: "minecraft:green_concrete"}, - {pos: [13, 0, 5], state: "minecraft:green_concrete"}, - {pos: [13, 0, 6], state: "minecraft:green_concrete"}, - {pos: [13, 0, 7], state: "minecraft:green_concrete"}, - {pos: [13, 0, 8], state: "minecraft:green_concrete"}, - {pos: [13, 0, 9], state: "minecraft:green_concrete"}, - {pos: [13, 0, 10], state: "minecraft:green_concrete"}, - {pos: [13, 0, 11], state: "minecraft:green_concrete"}, - {pos: [13, 0, 12], state: "minecraft:green_concrete"}, - {pos: [13, 0, 13], state: "minecraft:green_concrete"}, - {pos: [0, 1, 0], state: "minecraft:white_stained_glass"}, - {pos: [0, 1, 1], state: "minecraft:white_stained_glass"}, - {pos: [0, 1, 2], state: "minecraft:white_stained_glass"}, - {pos: [0, 1, 3], state: "minecraft:white_stained_glass"}, - {pos: [0, 1, 4], state: "minecraft:white_stained_glass"}, - {pos: [0, 1, 5], state: "minecraft:white_stained_glass"}, - {pos: [0, 1, 6], state: "minecraft:white_stained_glass"}, - {pos: [0, 1, 7], state: "minecraft:white_stained_glass"}, - {pos: [0, 1, 8], state: "minecraft:white_stained_glass"}, - {pos: [0, 1, 9], state: "minecraft:white_stained_glass"}, - {pos: [0, 1, 10], state: "minecraft:white_stained_glass"}, - {pos: [0, 1, 11], state: "minecraft:white_stained_glass"}, - {pos: [0, 1, 12], state: "minecraft:white_stained_glass"}, - {pos: [0, 1, 13], state: "minecraft:white_stained_glass"}, - {pos: [1, 1, 0], state: "minecraft:white_stained_glass"}, - {pos: [1, 1, 1], state: "minecraft:oak_fence{east:false,north:true,south:false,waterlogged:false,west:true}"}, - {pos: [1, 1, 2], state: "minecraft:air"}, - {pos: [1, 1, 3], state: "minecraft:air"}, - {pos: [1, 1, 4], state: "minecraft:air"}, - {pos: [1, 1, 5], state: "minecraft:stone_pressure_plate{powered:false}"}, - {pos: [1, 1, 6], state: "minecraft:redstone_wire{east:side,north:side,power:0,south:none,west:none}"}, - {pos: [1, 1, 7], state: "minecraft:air"}, - {pos: [1, 1, 8], state: "minecraft:air"}, - {pos: [1, 1, 9], state: "minecraft:air"}, - {pos: [1, 1, 10], state: "minecraft:air"}, - {pos: [1, 1, 11], state: "minecraft:air"}, - {pos: [1, 1, 12], state: "minecraft:air"}, - {pos: [1, 1, 13], state: "minecraft:white_stained_glass"}, - {pos: [2, 1, 0], state: "minecraft:white_stained_glass"}, - {pos: [2, 1, 1], state: "minecraft:air"}, - {pos: [2, 1, 2], state: "minecraft:air"}, - {pos: [2, 1, 3], state: "minecraft:air"}, - {pos: [2, 1, 4], state: "minecraft:air"}, - {pos: [2, 1, 5], state: "minecraft:stone_pressure_plate{powered:false}"}, - {pos: [2, 1, 6], state: "minecraft:redstone_wire{east:side,north:side,power:0,south:side,west:side}"}, - {pos: [2, 1, 7], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [2, 1, 8], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [2, 1, 9], state: "minecraft:emerald_block"}, - {pos: [2, 1, 10], state: "minecraft:air"}, - {pos: [2, 1, 11], state: "minecraft:air"}, - {pos: [2, 1, 12], state: "minecraft:air"}, - {pos: [2, 1, 13], state: "minecraft:white_stained_glass"}, - {pos: [3, 1, 0], state: "minecraft:white_stained_glass"}, - {pos: [3, 1, 1], state: "minecraft:air"}, - {pos: [3, 1, 2], state: "minecraft:air"}, - {pos: [3, 1, 3], state: "minecraft:air"}, - {pos: [3, 1, 4], state: "minecraft:air"}, - {pos: [3, 1, 5], state: "minecraft:stone_pressure_plate{powered:false}"}, - {pos: [3, 1, 6], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:none,west:side}"}, - {pos: [3, 1, 7], state: "minecraft:air"}, - {pos: [3, 1, 8], state: "minecraft:air"}, - {pos: [3, 1, 9], state: "minecraft:air"}, - {pos: [3, 1, 10], state: "minecraft:air"}, - {pos: [3, 1, 11], state: "minecraft:air"}, - {pos: [3, 1, 12], state: "minecraft:air"}, - {pos: [3, 1, 13], state: "minecraft:white_stained_glass"}, - {pos: [4, 1, 0], state: "minecraft:white_stained_glass"}, - {pos: [4, 1, 1], state: "minecraft:white_stained_glass"}, - {pos: [4, 1, 2], state: "minecraft:white_stained_glass"}, - {pos: [4, 1, 3], state: "minecraft:white_stained_glass"}, - {pos: [4, 1, 4], state: "minecraft:white_stained_glass"}, - {pos: [4, 1, 5], state: "minecraft:white_stained_glass"}, - {pos: [4, 1, 6], state: "minecraft:air"}, - {pos: [4, 1, 7], state: "minecraft:air"}, - {pos: [4, 1, 8], state: "minecraft:air"}, - {pos: [4, 1, 9], state: "minecraft:air"}, - {pos: [4, 1, 10], state: "minecraft:air"}, - {pos: [4, 1, 11], state: "minecraft:air"}, - {pos: [4, 1, 12], state: "minecraft:air"}, - {pos: [4, 1, 13], state: "minecraft:white_stained_glass"}, - {pos: [5, 1, 0], state: "minecraft:white_stained_glass"}, - {pos: [5, 1, 1], state: "minecraft:air"}, - {pos: [5, 1, 2], state: "minecraft:air"}, - {pos: [5, 1, 3], state: "minecraft:air"}, - {pos: [5, 1, 4], state: "minecraft:air"}, - {pos: [5, 1, 5], state: "minecraft:air"}, - {pos: [5, 1, 6], state: "minecraft:air"}, - {pos: [5, 1, 7], state: "minecraft:air"}, - {pos: [5, 1, 8], state: "minecraft:air"}, - {pos: [5, 1, 9], state: "minecraft:air"}, - {pos: [5, 1, 10], state: "minecraft:air"}, - {pos: [5, 1, 11], state: "minecraft:air"}, - {pos: [5, 1, 12], state: "minecraft:air"}, - {pos: [5, 1, 13], state: "minecraft:white_stained_glass"}, - {pos: [6, 1, 0], state: "minecraft:white_stained_glass"}, - {pos: [6, 1, 1], state: "minecraft:air"}, - {pos: [6, 1, 2], state: "minecraft:air"}, - {pos: [6, 1, 3], state: "minecraft:air"}, - {pos: [6, 1, 4], state: "minecraft:air"}, - {pos: [6, 1, 5], state: "minecraft:air"}, - {pos: [6, 1, 6], state: "minecraft:air"}, - {pos: [6, 1, 7], state: "minecraft:air"}, - {pos: [6, 1, 8], state: "minecraft:air"}, - {pos: [6, 1, 9], state: "minecraft:air"}, - {pos: [6, 1, 10], state: "minecraft:air"}, - {pos: [6, 1, 11], state: "minecraft:air"}, - {pos: [6, 1, 12], state: "minecraft:air"}, - {pos: [6, 1, 13], state: "minecraft:white_stained_glass"}, - {pos: [7, 1, 0], state: "minecraft:white_stained_glass"}, - {pos: [7, 1, 1], state: "minecraft:air"}, - {pos: [7, 1, 2], state: "minecraft:air"}, - {pos: [7, 1, 3], state: "minecraft:air"}, - {pos: [7, 1, 4], state: "minecraft:air"}, - {pos: [7, 1, 5], state: "minecraft:air"}, - {pos: [7, 1, 6], state: "minecraft:air"}, - {pos: [7, 1, 7], state: "minecraft:air"}, - {pos: [7, 1, 8], state: "minecraft:air"}, - {pos: [7, 1, 9], state: "minecraft:air"}, - {pos: [7, 1, 10], state: "minecraft:air"}, - {pos: [7, 1, 11], state: "minecraft:air"}, - {pos: [7, 1, 12], state: "minecraft:air"}, - {pos: [7, 1, 13], state: "minecraft:white_stained_glass"}, - {pos: [8, 1, 0], state: "minecraft:white_stained_glass"}, - {pos: [8, 1, 1], state: "minecraft:air"}, - {pos: [8, 1, 2], state: "minecraft:air"}, - {pos: [8, 1, 3], state: "minecraft:air"}, - {pos: [8, 1, 4], state: "minecraft:air"}, - {pos: [8, 1, 5], state: "minecraft:air"}, - {pos: [8, 1, 6], state: "minecraft:air"}, - {pos: [8, 1, 7], state: "minecraft:air"}, - {pos: [8, 1, 8], state: "minecraft:air"}, - {pos: [8, 1, 9], state: "minecraft:air"}, - {pos: [8, 1, 10], state: "minecraft:air"}, - {pos: [8, 1, 11], state: "minecraft:air"}, - {pos: [8, 1, 12], state: "minecraft:air"}, - {pos: [8, 1, 13], state: "minecraft:white_stained_glass"}, - {pos: [9, 1, 0], state: "minecraft:white_stained_glass"}, - {pos: [9, 1, 1], state: "minecraft:air"}, - {pos: [9, 1, 2], state: "minecraft:air"}, - {pos: [9, 1, 3], state: "minecraft:air"}, - {pos: [9, 1, 4], state: "minecraft:air"}, - {pos: [9, 1, 5], state: "minecraft:air"}, - {pos: [9, 1, 6], state: "minecraft:air"}, - {pos: [9, 1, 7], state: "minecraft:air"}, - {pos: [9, 1, 8], state: "minecraft:air"}, - {pos: [9, 1, 9], state: "minecraft:air"}, - {pos: [9, 1, 10], state: "minecraft:air"}, - {pos: [9, 1, 11], state: "minecraft:air"}, - {pos: [9, 1, 12], state: "minecraft:air"}, - {pos: [9, 1, 13], state: "minecraft:white_stained_glass"}, - {pos: [10, 1, 0], state: "minecraft:white_stained_glass"}, - {pos: [10, 1, 1], state: "minecraft:air"}, - {pos: [10, 1, 2], state: "minecraft:air"}, - {pos: [10, 1, 3], state: "minecraft:air"}, - {pos: [10, 1, 4], state: "minecraft:air"}, - {pos: [10, 1, 5], state: "minecraft:air"}, - {pos: [10, 1, 6], state: "minecraft:air"}, - {pos: [10, 1, 7], state: "minecraft:air"}, - {pos: [10, 1, 8], state: "minecraft:air"}, - {pos: [10, 1, 9], state: "minecraft:air"}, - {pos: [10, 1, 10], state: "minecraft:air"}, - {pos: [10, 1, 11], state: "minecraft:air"}, - {pos: [10, 1, 12], state: "minecraft:air"}, - {pos: [10, 1, 13], state: "minecraft:white_stained_glass"}, - {pos: [11, 1, 0], state: "minecraft:white_stained_glass"}, - {pos: [11, 1, 1], state: "minecraft:air"}, - {pos: [11, 1, 2], state: "minecraft:air"}, - {pos: [11, 1, 3], state: "minecraft:air"}, - {pos: [11, 1, 4], state: "minecraft:air"}, - {pos: [11, 1, 5], state: "minecraft:air"}, - {pos: [11, 1, 6], state: "minecraft:air"}, - {pos: [11, 1, 7], state: "minecraft:air"}, - {pos: [11, 1, 8], state: "minecraft:air"}, - {pos: [11, 1, 9], state: "minecraft:air"}, - {pos: [11, 1, 10], state: "minecraft:air"}, - {pos: [11, 1, 11], state: "minecraft:air"}, - {pos: [11, 1, 12], state: "minecraft:air"}, - {pos: [11, 1, 13], state: "minecraft:white_stained_glass"}, - {pos: [12, 1, 0], state: "minecraft:white_stained_glass"}, - {pos: [12, 1, 1], state: "minecraft:air"}, - {pos: [12, 1, 2], state: "minecraft:air"}, - {pos: [12, 1, 3], state: "minecraft:air"}, - {pos: [12, 1, 4], state: "minecraft:air"}, - {pos: [12, 1, 5], state: "minecraft:air"}, - {pos: [12, 1, 6], state: "minecraft:air"}, - {pos: [12, 1, 7], state: "minecraft:air"}, - {pos: [12, 1, 8], state: "minecraft:air"}, - {pos: [12, 1, 9], state: "minecraft:air"}, - {pos: [12, 1, 10], state: "minecraft:air"}, - {pos: [12, 1, 11], state: "minecraft:air"}, - {pos: [12, 1, 12], state: "minecraft:air"}, - {pos: [12, 1, 13], state: "minecraft:white_stained_glass"}, - {pos: [13, 1, 0], state: "minecraft:white_stained_glass"}, - {pos: [13, 1, 1], state: "minecraft:white_stained_glass"}, - {pos: [13, 1, 2], state: "minecraft:white_stained_glass"}, - {pos: [13, 1, 3], state: "minecraft:white_stained_glass"}, - {pos: [13, 1, 4], state: "minecraft:white_stained_glass"}, - {pos: [13, 1, 5], state: "minecraft:white_stained_glass"}, - {pos: [13, 1, 6], state: "minecraft:white_stained_glass"}, - {pos: [13, 1, 7], state: "minecraft:white_stained_glass"}, - {pos: [13, 1, 8], state: "minecraft:white_stained_glass"}, - {pos: [13, 1, 9], state: "minecraft:white_stained_glass"}, - {pos: [13, 1, 10], state: "minecraft:white_stained_glass"}, - {pos: [13, 1, 11], state: "minecraft:white_stained_glass"}, - {pos: [13, 1, 12], state: "minecraft:white_stained_glass"}, - {pos: [13, 1, 13], state: "minecraft:white_stained_glass"}, - {pos: [0, 2, 0], state: "minecraft:white_stained_glass"}, - {pos: [0, 2, 1], state: "minecraft:white_stained_glass"}, - {pos: [0, 2, 2], state: "minecraft:white_stained_glass"}, - {pos: [0, 2, 3], state: "minecraft:white_stained_glass"}, - {pos: [0, 2, 4], state: "minecraft:white_stained_glass"}, - {pos: [0, 2, 5], state: "minecraft:white_stained_glass"}, - {pos: [0, 2, 6], state: "minecraft:white_stained_glass"}, - {pos: [0, 2, 7], state: "minecraft:white_stained_glass"}, - {pos: [0, 2, 8], state: "minecraft:white_stained_glass"}, - {pos: [0, 2, 9], state: "minecraft:white_stained_glass"}, - {pos: [0, 2, 10], state: "minecraft:white_stained_glass"}, - {pos: [0, 2, 11], state: "minecraft:white_stained_glass"}, - {pos: [0, 2, 12], state: "minecraft:white_stained_glass"}, - {pos: [0, 2, 13], state: "minecraft:white_stained_glass"}, - {pos: [1, 2, 0], state: "minecraft:white_stained_glass"}, - {pos: [1, 2, 1], state: "minecraft:air"}, - {pos: [1, 2, 2], state: "minecraft:air"}, - {pos: [1, 2, 3], state: "minecraft:air"}, - {pos: [1, 2, 4], state: "minecraft:air"}, - {pos: [1, 2, 5], state: "minecraft:air"}, - {pos: [1, 2, 6], state: "minecraft:air"}, - {pos: [1, 2, 7], state: "minecraft:air"}, - {pos: [1, 2, 8], state: "minecraft:air"}, - {pos: [1, 2, 9], state: "minecraft:air"}, - {pos: [1, 2, 10], state: "minecraft:air"}, - {pos: [1, 2, 11], state: "minecraft:air"}, - {pos: [1, 2, 12], state: "minecraft:air"}, - {pos: [1, 2, 13], state: "minecraft:white_stained_glass"}, - {pos: [2, 2, 0], state: "minecraft:white_stained_glass"}, - {pos: [2, 2, 1], state: "minecraft:air"}, - {pos: [2, 2, 2], state: "minecraft:air"}, - {pos: [2, 2, 3], state: "minecraft:air"}, - {pos: [2, 2, 4], state: "minecraft:air"}, - {pos: [2, 2, 5], state: "minecraft:air"}, - {pos: [2, 2, 6], state: "minecraft:air"}, - {pos: [2, 2, 7], state: "minecraft:air"}, - {pos: [2, 2, 8], state: "minecraft:air"}, - {pos: [2, 2, 9], state: "minecraft:note_block{instrument:bit,note:0,powered:false}"}, - {pos: [2, 2, 10], state: "minecraft:air"}, - {pos: [2, 2, 11], state: "minecraft:air"}, - {pos: [2, 2, 12], state: "minecraft:air"}, - {pos: [2, 2, 13], state: "minecraft:white_stained_glass"}, - {pos: [3, 2, 0], state: "minecraft:white_stained_glass"}, - {pos: [3, 2, 1], state: "minecraft:air"}, - {pos: [3, 2, 2], state: "minecraft:air"}, - {pos: [3, 2, 3], state: "minecraft:air"}, - {pos: [3, 2, 4], state: "minecraft:air"}, - {pos: [3, 2, 5], state: "minecraft:air"}, - {pos: [3, 2, 6], state: "minecraft:air"}, - {pos: [3, 2, 7], state: "minecraft:air"}, - {pos: [3, 2, 8], state: "minecraft:air"}, - {pos: [3, 2, 9], state: "minecraft:air"}, - {pos: [3, 2, 10], state: "minecraft:air"}, - {pos: [3, 2, 11], state: "minecraft:air"}, - {pos: [3, 2, 12], state: "minecraft:air"}, - {pos: [3, 2, 13], state: "minecraft:white_stained_glass"}, - {pos: [4, 2, 0], state: "minecraft:white_stained_glass"}, - {pos: [4, 2, 1], state: "minecraft:white_stained_glass"}, - {pos: [4, 2, 2], state: "minecraft:white_stained_glass"}, - {pos: [4, 2, 3], state: "minecraft:white_stained_glass"}, - {pos: [4, 2, 4], state: "minecraft:white_stained_glass"}, - {pos: [4, 2, 5], state: "minecraft:white_stained_glass"}, - {pos: [4, 2, 6], state: "minecraft:air"}, - {pos: [4, 2, 7], state: "minecraft:air"}, - {pos: [4, 2, 8], state: "minecraft:air"}, - {pos: [4, 2, 9], state: "minecraft:air"}, - {pos: [4, 2, 10], state: "minecraft:air"}, - {pos: [4, 2, 11], state: "minecraft:air"}, - {pos: [4, 2, 12], state: "minecraft:air"}, - {pos: [4, 2, 13], state: "minecraft:white_stained_glass"}, - {pos: [5, 2, 0], state: "minecraft:white_stained_glass"}, - {pos: [5, 2, 1], state: "minecraft:air"}, - {pos: [5, 2, 2], state: "minecraft:air"}, - {pos: [5, 2, 3], state: "minecraft:air"}, - {pos: [5, 2, 4], state: "minecraft:air"}, - {pos: [5, 2, 5], state: "minecraft:air"}, - {pos: [5, 2, 6], state: "minecraft:air"}, - {pos: [5, 2, 7], state: "minecraft:air"}, - {pos: [5, 2, 8], state: "minecraft:air"}, - {pos: [5, 2, 9], state: "minecraft:air"}, - {pos: [5, 2, 10], state: "minecraft:air"}, - {pos: [5, 2, 11], state: "minecraft:air"}, - {pos: [5, 2, 12], state: "minecraft:air"}, - {pos: [5, 2, 13], state: "minecraft:white_stained_glass"}, - {pos: [6, 2, 0], state: "minecraft:white_stained_glass"}, - {pos: [6, 2, 1], state: "minecraft:air"}, - {pos: [6, 2, 2], state: "minecraft:air"}, - {pos: [6, 2, 3], state: "minecraft:air"}, - {pos: [6, 2, 4], state: "minecraft:air"}, - {pos: [6, 2, 5], state: "minecraft:air"}, - {pos: [6, 2, 6], state: "minecraft:air"}, - {pos: [6, 2, 7], state: "minecraft:air"}, - {pos: [6, 2, 8], state: "minecraft:air"}, - {pos: [6, 2, 9], state: "minecraft:air"}, - {pos: [6, 2, 10], state: "minecraft:air"}, - {pos: [6, 2, 11], state: "minecraft:air"}, - {pos: [6, 2, 12], state: "minecraft:air"}, - {pos: [6, 2, 13], state: "minecraft:white_stained_glass"}, - {pos: [7, 2, 0], state: "minecraft:white_stained_glass"}, - {pos: [7, 2, 1], state: "minecraft:air"}, - {pos: [7, 2, 2], state: "minecraft:air"}, - {pos: [7, 2, 3], state: "minecraft:air"}, - {pos: [7, 2, 4], state: "minecraft:air"}, - {pos: [7, 2, 5], state: "minecraft:air"}, - {pos: [7, 2, 6], state: "minecraft:air"}, - {pos: [7, 2, 7], state: "minecraft:air"}, - {pos: [7, 2, 8], state: "minecraft:air"}, - {pos: [7, 2, 9], state: "minecraft:air"}, - {pos: [7, 2, 10], state: "minecraft:air"}, - {pos: [7, 2, 11], state: "minecraft:air"}, - {pos: [7, 2, 12], state: "minecraft:air"}, - {pos: [7, 2, 13], state: "minecraft:white_stained_glass"}, - {pos: [8, 2, 0], state: "minecraft:white_stained_glass"}, - {pos: [8, 2, 1], state: "minecraft:air"}, - {pos: [8, 2, 2], state: "minecraft:air"}, - {pos: [8, 2, 3], state: "minecraft:air"}, - {pos: [8, 2, 4], state: "minecraft:air"}, - {pos: [8, 2, 5], state: "minecraft:air"}, - {pos: [8, 2, 6], state: "minecraft:air"}, - {pos: [8, 2, 7], state: "minecraft:air"}, - {pos: [8, 2, 8], state: "minecraft:air"}, - {pos: [8, 2, 9], state: "minecraft:air"}, - {pos: [8, 2, 10], state: "minecraft:air"}, - {pos: [8, 2, 11], state: "minecraft:air"}, - {pos: [8, 2, 12], state: "minecraft:air"}, - {pos: [8, 2, 13], state: "minecraft:white_stained_glass"}, - {pos: [9, 2, 0], state: "minecraft:white_stained_glass"}, - {pos: [9, 2, 1], state: "minecraft:air"}, - {pos: [9, 2, 2], state: "minecraft:air"}, - {pos: [9, 2, 3], state: "minecraft:air"}, - {pos: [9, 2, 4], state: "minecraft:air"}, - {pos: [9, 2, 5], state: "minecraft:air"}, - {pos: [9, 2, 6], state: "minecraft:air"}, - {pos: [9, 2, 7], state: "minecraft:air"}, - {pos: [9, 2, 8], state: "minecraft:air"}, - {pos: [9, 2, 9], state: "minecraft:air"}, - {pos: [9, 2, 10], state: "minecraft:air"}, - {pos: [9, 2, 11], state: "minecraft:air"}, - {pos: [9, 2, 12], state: "minecraft:air"}, - {pos: [9, 2, 13], state: "minecraft:white_stained_glass"}, - {pos: [10, 2, 0], state: "minecraft:white_stained_glass"}, - {pos: [10, 2, 1], state: "minecraft:air"}, - {pos: [10, 2, 2], state: "minecraft:air"}, - {pos: [10, 2, 3], state: "minecraft:air"}, - {pos: [10, 2, 4], state: "minecraft:air"}, - {pos: [10, 2, 5], state: "minecraft:air"}, - {pos: [10, 2, 6], state: "minecraft:air"}, - {pos: [10, 2, 7], state: "minecraft:air"}, - {pos: [10, 2, 8], state: "minecraft:air"}, - {pos: [10, 2, 9], state: "minecraft:air"}, - {pos: [10, 2, 10], state: "minecraft:air"}, - {pos: [10, 2, 11], state: "minecraft:air"}, - {pos: [10, 2, 12], state: "minecraft:air"}, - {pos: [10, 2, 13], state: "minecraft:white_stained_glass"}, - {pos: [11, 2, 0], state: "minecraft:white_stained_glass"}, - {pos: [11, 2, 1], state: "minecraft:air"}, - {pos: [11, 2, 2], state: "minecraft:air"}, - {pos: [11, 2, 3], state: "minecraft:air"}, - {pos: [11, 2, 4], state: "minecraft:air"}, - {pos: [11, 2, 5], state: "minecraft:air"}, - {pos: [11, 2, 6], state: "minecraft:air"}, - {pos: [11, 2, 7], state: "minecraft:air"}, - {pos: [11, 2, 8], state: "minecraft:air"}, - {pos: [11, 2, 9], state: "minecraft:air"}, - {pos: [11, 2, 10], state: "minecraft:air"}, - {pos: [11, 2, 11], state: "minecraft:air"}, - {pos: [11, 2, 12], state: "minecraft:air"}, - {pos: [11, 2, 13], state: "minecraft:white_stained_glass"}, - {pos: [12, 2, 0], state: "minecraft:white_stained_glass"}, - {pos: [12, 2, 1], state: "minecraft:air"}, - {pos: [12, 2, 2], state: "minecraft:air"}, - {pos: [12, 2, 3], state: "minecraft:air"}, - {pos: [12, 2, 4], state: "minecraft:air"}, - {pos: [12, 2, 5], state: "minecraft:air"}, - {pos: [12, 2, 6], state: "minecraft:air"}, - {pos: [12, 2, 7], state: "minecraft:air"}, - {pos: [12, 2, 8], state: "minecraft:air"}, - {pos: [12, 2, 9], state: "minecraft:air"}, - {pos: [12, 2, 10], state: "minecraft:air"}, - {pos: [12, 2, 11], state: "minecraft:air"}, - {pos: [12, 2, 12], state: "minecraft:air"}, - {pos: [12, 2, 13], state: "minecraft:white_stained_glass"}, - {pos: [13, 2, 0], state: "minecraft:white_stained_glass"}, - {pos: [13, 2, 1], state: "minecraft:white_stained_glass"}, - {pos: [13, 2, 2], state: "minecraft:white_stained_glass"}, - {pos: [13, 2, 3], state: "minecraft:white_stained_glass"}, - {pos: [13, 2, 4], state: "minecraft:white_stained_glass"}, - {pos: [13, 2, 5], state: "minecraft:white_stained_glass"}, - {pos: [13, 2, 6], state: "minecraft:white_stained_glass"}, - {pos: [13, 2, 7], state: "minecraft:white_stained_glass"}, - {pos: [13, 2, 8], state: "minecraft:white_stained_glass"}, - {pos: [13, 2, 9], state: "minecraft:white_stained_glass"}, - {pos: [13, 2, 10], state: "minecraft:white_stained_glass"}, - {pos: [13, 2, 11], state: "minecraft:white_stained_glass"}, - {pos: [13, 2, 12], state: "minecraft:white_stained_glass"}, - {pos: [13, 2, 13], state: "minecraft:white_stained_glass"}, - {pos: [0, 3, 0], state: "minecraft:air"}, - {pos: [0, 3, 1], state: "minecraft:air"}, - {pos: [0, 3, 2], state: "minecraft:air"}, - {pos: [0, 3, 3], state: "minecraft:air"}, - {pos: [0, 3, 4], state: "minecraft:air"}, - {pos: [0, 3, 5], state: "minecraft:air"}, - {pos: [0, 3, 6], state: "minecraft:air"}, - {pos: [0, 3, 7], state: "minecraft:air"}, - {pos: [0, 3, 8], state: "minecraft:air"}, - {pos: [0, 3, 9], state: "minecraft:air"}, - {pos: [0, 3, 10], state: "minecraft:air"}, - {pos: [0, 3, 11], state: "minecraft:air"}, - {pos: [0, 3, 12], state: "minecraft:air"}, - {pos: [0, 3, 13], state: "minecraft:air"}, - {pos: [1, 3, 0], state: "minecraft:air"}, - {pos: [1, 3, 1], state: "minecraft:air"}, - {pos: [1, 3, 2], state: "minecraft:air"}, - {pos: [1, 3, 3], state: "minecraft:air"}, - {pos: [1, 3, 4], state: "minecraft:air"}, - {pos: [1, 3, 5], state: "minecraft:air"}, - {pos: [1, 3, 6], state: "minecraft:air"}, - {pos: [1, 3, 7], state: "minecraft:air"}, - {pos: [1, 3, 8], state: "minecraft:air"}, - {pos: [1, 3, 9], state: "minecraft:air"}, - {pos: [1, 3, 10], state: "minecraft:air"}, - {pos: [1, 3, 11], state: "minecraft:air"}, - {pos: [1, 3, 12], state: "minecraft:air"}, - {pos: [1, 3, 13], state: "minecraft:air"}, - {pos: [2, 3, 0], state: "minecraft:air"}, - {pos: [2, 3, 1], state: "minecraft:air"}, - {pos: [2, 3, 2], state: "minecraft:air"}, - {pos: [2, 3, 3], state: "minecraft:air"}, - {pos: [2, 3, 4], state: "minecraft:air"}, - {pos: [2, 3, 5], state: "minecraft:air"}, - {pos: [2, 3, 6], state: "minecraft:air"}, - {pos: [2, 3, 7], state: "minecraft:air"}, - {pos: [2, 3, 8], state: "minecraft:air"}, - {pos: [2, 3, 9], state: "minecraft:air"}, - {pos: [2, 3, 10], state: "minecraft:air"}, - {pos: [2, 3, 11], state: "minecraft:air"}, - {pos: [2, 3, 12], state: "minecraft:air"}, - {pos: [2, 3, 13], state: "minecraft:air"}, - {pos: [3, 3, 0], state: "minecraft:air"}, - {pos: [3, 3, 1], state: "minecraft:air"}, - {pos: [3, 3, 2], state: "minecraft:air"}, - {pos: [3, 3, 3], state: "minecraft:air"}, - {pos: [3, 3, 4], state: "minecraft:air"}, - {pos: [3, 3, 5], state: "minecraft:air"}, - {pos: [3, 3, 6], state: "minecraft:air"}, - {pos: [3, 3, 7], state: "minecraft:air"}, - {pos: [3, 3, 8], state: "minecraft:air"}, - {pos: [3, 3, 9], state: "minecraft:air"}, - {pos: [3, 3, 10], state: "minecraft:air"}, - {pos: [3, 3, 11], state: "minecraft:air"}, - {pos: [3, 3, 12], state: "minecraft:air"}, - {pos: [3, 3, 13], state: "minecraft:air"}, - {pos: [4, 3, 0], state: "minecraft:air"}, - {pos: [4, 3, 1], state: "minecraft:air"}, - {pos: [4, 3, 2], state: "minecraft:air"}, - {pos: [4, 3, 3], state: "minecraft:air"}, - {pos: [4, 3, 4], state: "minecraft:air"}, - {pos: [4, 3, 5], state: "minecraft:air"}, - {pos: [4, 3, 6], state: "minecraft:air"}, - {pos: [4, 3, 7], state: "minecraft:air"}, - {pos: [4, 3, 8], state: "minecraft:air"}, - {pos: [4, 3, 9], state: "minecraft:air"}, - {pos: [4, 3, 10], state: "minecraft:air"}, - {pos: [4, 3, 11], state: "minecraft:air"}, - {pos: [4, 3, 12], state: "minecraft:air"}, - {pos: [4, 3, 13], state: "minecraft:air"}, - {pos: [5, 3, 0], state: "minecraft:air"}, - {pos: [5, 3, 1], state: "minecraft:air"}, - {pos: [5, 3, 2], state: "minecraft:air"}, - {pos: [5, 3, 3], state: "minecraft:air"}, - {pos: [5, 3, 4], state: "minecraft:air"}, - {pos: [5, 3, 5], state: "minecraft:air"}, - {pos: [5, 3, 6], state: "minecraft:air"}, - {pos: [5, 3, 7], state: "minecraft:air"}, - {pos: [5, 3, 8], state: "minecraft:air"}, - {pos: [5, 3, 9], state: "minecraft:air"}, - {pos: [5, 3, 10], state: "minecraft:air"}, - {pos: [5, 3, 11], state: "minecraft:air"}, - {pos: [5, 3, 12], state: "minecraft:air"}, - {pos: [5, 3, 13], state: "minecraft:air"}, - {pos: [6, 3, 0], state: "minecraft:air"}, - {pos: [6, 3, 1], state: "minecraft:air"}, - {pos: [6, 3, 2], state: "minecraft:air"}, - {pos: [6, 3, 3], state: "minecraft:air"}, - {pos: [6, 3, 4], state: "minecraft:air"}, - {pos: [6, 3, 5], state: "minecraft:air"}, - {pos: [6, 3, 6], state: "minecraft:air"}, - {pos: [6, 3, 7], state: "minecraft:air"}, - {pos: [6, 3, 8], state: "minecraft:air"}, - {pos: [6, 3, 9], state: "minecraft:air"}, - {pos: [6, 3, 10], state: "minecraft:air"}, - {pos: [6, 3, 11], state: "minecraft:air"}, - {pos: [6, 3, 12], state: "minecraft:air"}, - {pos: [6, 3, 13], state: "minecraft:air"}, - {pos: [7, 3, 0], state: "minecraft:air"}, - {pos: [7, 3, 1], state: "minecraft:air"}, - {pos: [7, 3, 2], state: "minecraft:air"}, - {pos: [7, 3, 3], state: "minecraft:air"}, - {pos: [7, 3, 4], state: "minecraft:air"}, - {pos: [7, 3, 5], state: "minecraft:air"}, - {pos: [7, 3, 6], state: "minecraft:air"}, - {pos: [7, 3, 7], state: "minecraft:air"}, - {pos: [7, 3, 8], state: "minecraft:air"}, - {pos: [7, 3, 9], state: "minecraft:air"}, - {pos: [7, 3, 10], state: "minecraft:air"}, - {pos: [7, 3, 11], state: "minecraft:air"}, - {pos: [7, 3, 12], state: "minecraft:air"}, - {pos: [7, 3, 13], state: "minecraft:air"}, - {pos: [8, 3, 0], state: "minecraft:air"}, - {pos: [8, 3, 1], state: "minecraft:air"}, - {pos: [8, 3, 2], state: "minecraft:air"}, - {pos: [8, 3, 3], state: "minecraft:air"}, - {pos: [8, 3, 4], state: "minecraft:air"}, - {pos: [8, 3, 5], state: "minecraft:air"}, - {pos: [8, 3, 6], state: "minecraft:air"}, - {pos: [8, 3, 7], state: "minecraft:air"}, - {pos: [8, 3, 8], state: "minecraft:air"}, - {pos: [8, 3, 9], state: "minecraft:air"}, - {pos: [8, 3, 10], state: "minecraft:air"}, - {pos: [8, 3, 11], state: "minecraft:air"}, - {pos: [8, 3, 12], state: "minecraft:air"}, - {pos: [8, 3, 13], state: "minecraft:air"}, - {pos: [9, 3, 0], state: "minecraft:air"}, - {pos: [9, 3, 1], state: "minecraft:air"}, - {pos: [9, 3, 2], state: "minecraft:air"}, - {pos: [9, 3, 3], state: "minecraft:air"}, - {pos: [9, 3, 4], state: "minecraft:air"}, - {pos: [9, 3, 5], state: "minecraft:air"}, - {pos: [9, 3, 6], state: "minecraft:air"}, - {pos: [9, 3, 7], state: "minecraft:air"}, - {pos: [9, 3, 8], state: "minecraft:air"}, - {pos: [9, 3, 9], state: "minecraft:air"}, - {pos: [9, 3, 10], state: "minecraft:air"}, - {pos: [9, 3, 11], state: "minecraft:air"}, - {pos: [9, 3, 12], state: "minecraft:air"}, - {pos: [9, 3, 13], state: "minecraft:air"}, - {pos: [10, 3, 0], state: "minecraft:air"}, - {pos: [10, 3, 1], state: "minecraft:air"}, - {pos: [10, 3, 2], state: "minecraft:air"}, - {pos: [10, 3, 3], state: "minecraft:air"}, - {pos: [10, 3, 4], state: "minecraft:air"}, - {pos: [10, 3, 5], state: "minecraft:air"}, - {pos: [10, 3, 6], state: "minecraft:air"}, - {pos: [10, 3, 7], state: "minecraft:air"}, - {pos: [10, 3, 8], state: "minecraft:air"}, - {pos: [10, 3, 9], state: "minecraft:air"}, - {pos: [10, 3, 10], state: "minecraft:air"}, - {pos: [10, 3, 11], state: "minecraft:air"}, - {pos: [10, 3, 12], state: "minecraft:air"}, - {pos: [10, 3, 13], state: "minecraft:air"}, - {pos: [11, 3, 0], state: "minecraft:air"}, - {pos: [11, 3, 1], state: "minecraft:air"}, - {pos: [11, 3, 2], state: "minecraft:air"}, - {pos: [11, 3, 3], state: "minecraft:air"}, - {pos: [11, 3, 4], state: "minecraft:air"}, - {pos: [11, 3, 5], state: "minecraft:air"}, - {pos: [11, 3, 6], state: "minecraft:air"}, - {pos: [11, 3, 7], state: "minecraft:air"}, - {pos: [11, 3, 8], state: "minecraft:air"}, - {pos: [11, 3, 9], state: "minecraft:air"}, - {pos: [11, 3, 10], state: "minecraft:air"}, - {pos: [11, 3, 11], state: "minecraft:air"}, - {pos: [11, 3, 12], state: "minecraft:air"}, - {pos: [11, 3, 13], state: "minecraft:air"}, - {pos: [12, 3, 0], state: "minecraft:air"}, - {pos: [12, 3, 1], state: "minecraft:air"}, - {pos: [12, 3, 2], state: "minecraft:air"}, - {pos: [12, 3, 3], state: "minecraft:air"}, - {pos: [12, 3, 4], state: "minecraft:air"}, - {pos: [12, 3, 5], state: "minecraft:air"}, - {pos: [12, 3, 6], state: "minecraft:air"}, - {pos: [12, 3, 7], state: "minecraft:air"}, - {pos: [12, 3, 8], state: "minecraft:air"}, - {pos: [12, 3, 9], state: "minecraft:air"}, - {pos: [12, 3, 10], state: "minecraft:air"}, - {pos: [12, 3, 11], state: "minecraft:air"}, - {pos: [12, 3, 12], state: "minecraft:air"}, - {pos: [12, 3, 13], state: "minecraft:air"}, - {pos: [13, 3, 0], state: "minecraft:air"}, - {pos: [13, 3, 1], state: "minecraft:air"}, - {pos: [13, 3, 2], state: "minecraft:air"}, - {pos: [13, 3, 3], state: "minecraft:air"}, - {pos: [13, 3, 4], state: "minecraft:air"}, - {pos: [13, 3, 5], state: "minecraft:air"}, - {pos: [13, 3, 6], state: "minecraft:air"}, - {pos: [13, 3, 7], state: "minecraft:air"}, - {pos: [13, 3, 8], state: "minecraft:air"}, - {pos: [13, 3, 9], state: "minecraft:air"}, - {pos: [13, 3, 10], state: "minecraft:air"}, - {pos: [13, 3, 11], state: "minecraft:air"}, - {pos: [13, 3, 12], state: "minecraft:air"}, - {pos: [13, 3, 13], state: "minecraft:air"}, - {pos: [0, 4, 0], state: "minecraft:air"}, - {pos: [0, 4, 1], state: "minecraft:air"}, - {pos: [0, 4, 2], state: "minecraft:air"}, - {pos: [0, 4, 3], state: "minecraft:air"}, - {pos: [0, 4, 4], state: "minecraft:air"}, - {pos: [0, 4, 5], state: "minecraft:air"}, - {pos: [0, 4, 6], state: "minecraft:air"}, - {pos: [0, 4, 7], state: "minecraft:air"}, - {pos: [0, 4, 8], state: "minecraft:air"}, - {pos: [0, 4, 9], state: "minecraft:air"}, - {pos: [0, 4, 10], state: "minecraft:air"}, - {pos: [0, 4, 11], state: "minecraft:air"}, - {pos: [0, 4, 12], state: "minecraft:air"}, - {pos: [0, 4, 13], state: "minecraft:air"}, - {pos: [1, 4, 0], state: "minecraft:air"}, - {pos: [1, 4, 1], state: "minecraft:air"}, - {pos: [1, 4, 2], state: "minecraft:air"}, - {pos: [1, 4, 3], state: "minecraft:air"}, - {pos: [1, 4, 4], state: "minecraft:air"}, - {pos: [1, 4, 5], state: "minecraft:air"}, - {pos: [1, 4, 6], state: "minecraft:air"}, - {pos: [1, 4, 7], state: "minecraft:air"}, - {pos: [1, 4, 8], state: "minecraft:air"}, - {pos: [1, 4, 9], state: "minecraft:air"}, - {pos: [1, 4, 10], state: "minecraft:air"}, - {pos: [1, 4, 11], state: "minecraft:air"}, - {pos: [1, 4, 12], state: "minecraft:air"}, - {pos: [1, 4, 13], state: "minecraft:air"}, - {pos: [2, 4, 0], state: "minecraft:air"}, - {pos: [2, 4, 1], state: "minecraft:air"}, - {pos: [2, 4, 2], state: "minecraft:air"}, - {pos: [2, 4, 3], state: "minecraft:air"}, - {pos: [2, 4, 4], state: "minecraft:air"}, - {pos: [2, 4, 5], state: "minecraft:air"}, - {pos: [2, 4, 6], state: "minecraft:air"}, - {pos: [2, 4, 7], state: "minecraft:air"}, - {pos: [2, 4, 8], state: "minecraft:air"}, - {pos: [2, 4, 9], state: "minecraft:air"}, - {pos: [2, 4, 10], state: "minecraft:air"}, - {pos: [2, 4, 11], state: "minecraft:air"}, - {pos: [2, 4, 12], state: "minecraft:air"}, - {pos: [2, 4, 13], state: "minecraft:air"}, - {pos: [3, 4, 0], state: "minecraft:air"}, - {pos: [3, 4, 1], state: "minecraft:air"}, - {pos: [3, 4, 2], state: "minecraft:air"}, - {pos: [3, 4, 3], state: "minecraft:air"}, - {pos: [3, 4, 4], state: "minecraft:air"}, - {pos: [3, 4, 5], state: "minecraft:air"}, - {pos: [3, 4, 6], state: "minecraft:air"}, - {pos: [3, 4, 7], state: "minecraft:air"}, - {pos: [3, 4, 8], state: "minecraft:air"}, - {pos: [3, 4, 9], state: "minecraft:air"}, - {pos: [3, 4, 10], state: "minecraft:air"}, - {pos: [3, 4, 11], state: "minecraft:air"}, - {pos: [3, 4, 12], state: "minecraft:air"}, - {pos: [3, 4, 13], state: "minecraft:air"}, - {pos: [4, 4, 0], state: "minecraft:air"}, - {pos: [4, 4, 1], state: "minecraft:air"}, - {pos: [4, 4, 2], state: "minecraft:air"}, - {pos: [4, 4, 3], state: "minecraft:air"}, - {pos: [4, 4, 4], state: "minecraft:air"}, - {pos: [4, 4, 5], state: "minecraft:air"}, - {pos: [4, 4, 6], state: "minecraft:air"}, - {pos: [4, 4, 7], state: "minecraft:air"}, - {pos: [4, 4, 8], state: "minecraft:air"}, - {pos: [4, 4, 9], state: "minecraft:air"}, - {pos: [4, 4, 10], state: "minecraft:air"}, - {pos: [4, 4, 11], state: "minecraft:air"}, - {pos: [4, 4, 12], state: "minecraft:air"}, - {pos: [4, 4, 13], state: "minecraft:air"}, - {pos: [5, 4, 0], state: "minecraft:air"}, - {pos: [5, 4, 1], state: "minecraft:air"}, - {pos: [5, 4, 2], state: "minecraft:air"}, - {pos: [5, 4, 3], state: "minecraft:air"}, - {pos: [5, 4, 4], state: "minecraft:air"}, - {pos: [5, 4, 5], state: "minecraft:air"}, - {pos: [5, 4, 6], state: "minecraft:air"}, - {pos: [5, 4, 7], state: "minecraft:air"}, - {pos: [5, 4, 8], state: "minecraft:air"}, - {pos: [5, 4, 9], state: "minecraft:air"}, - {pos: [5, 4, 10], state: "minecraft:air"}, - {pos: [5, 4, 11], state: "minecraft:air"}, - {pos: [5, 4, 12], state: "minecraft:air"}, - {pos: [5, 4, 13], state: "minecraft:air"}, - {pos: [6, 4, 0], state: "minecraft:air"}, - {pos: [6, 4, 1], state: "minecraft:air"}, - {pos: [6, 4, 2], state: "minecraft:air"}, - {pos: [6, 4, 3], state: "minecraft:air"}, - {pos: [6, 4, 4], state: "minecraft:air"}, - {pos: [6, 4, 5], state: "minecraft:air"}, - {pos: [6, 4, 6], state: "minecraft:air"}, - {pos: [6, 4, 7], state: "minecraft:air"}, - {pos: [6, 4, 8], state: "minecraft:air"}, - {pos: [6, 4, 9], state: "minecraft:air"}, - {pos: [6, 4, 10], state: "minecraft:air"}, - {pos: [6, 4, 11], state: "minecraft:air"}, - {pos: [6, 4, 12], state: "minecraft:air"}, - {pos: [6, 4, 13], state: "minecraft:air"}, - {pos: [7, 4, 0], state: "minecraft:air"}, - {pos: [7, 4, 1], state: "minecraft:air"}, - {pos: [7, 4, 2], state: "minecraft:air"}, - {pos: [7, 4, 3], state: "minecraft:air"}, - {pos: [7, 4, 4], state: "minecraft:air"}, - {pos: [7, 4, 5], state: "minecraft:air"}, - {pos: [7, 4, 6], state: "minecraft:air"}, - {pos: [7, 4, 7], state: "minecraft:air"}, - {pos: [7, 4, 8], state: "minecraft:air"}, - {pos: [7, 4, 9], state: "minecraft:air"}, - {pos: [7, 4, 10], state: "minecraft:air"}, - {pos: [7, 4, 11], state: "minecraft:air"}, - {pos: [7, 4, 12], state: "minecraft:air"}, - {pos: [7, 4, 13], state: "minecraft:air"}, - {pos: [8, 4, 0], state: "minecraft:air"}, - {pos: [8, 4, 1], state: "minecraft:air"}, - {pos: [8, 4, 2], state: "minecraft:air"}, - {pos: [8, 4, 3], state: "minecraft:air"}, - {pos: [8, 4, 4], state: "minecraft:air"}, - {pos: [8, 4, 5], state: "minecraft:air"}, - {pos: [8, 4, 6], state: "minecraft:air"}, - {pos: [8, 4, 7], state: "minecraft:air"}, - {pos: [8, 4, 8], state: "minecraft:air"}, - {pos: [8, 4, 9], state: "minecraft:air"}, - {pos: [8, 4, 10], state: "minecraft:air"}, - {pos: [8, 4, 11], state: "minecraft:air"}, - {pos: [8, 4, 12], state: "minecraft:air"}, - {pos: [8, 4, 13], state: "minecraft:air"}, - {pos: [9, 4, 0], state: "minecraft:air"}, - {pos: [9, 4, 1], state: "minecraft:air"}, - {pos: [9, 4, 2], state: "minecraft:air"}, - {pos: [9, 4, 3], state: "minecraft:air"}, - {pos: [9, 4, 4], state: "minecraft:air"}, - {pos: [9, 4, 5], state: "minecraft:air"}, - {pos: [9, 4, 6], state: "minecraft:air"}, - {pos: [9, 4, 7], state: "minecraft:air"}, - {pos: [9, 4, 8], state: "minecraft:air"}, - {pos: [9, 4, 9], state: "minecraft:air"}, - {pos: [9, 4, 10], state: "minecraft:air"}, - {pos: [9, 4, 11], state: "minecraft:air"}, - {pos: [9, 4, 12], state: "minecraft:air"}, - {pos: [9, 4, 13], state: "minecraft:air"}, - {pos: [10, 4, 0], state: "minecraft:air"}, - {pos: [10, 4, 1], state: "minecraft:air"}, - {pos: [10, 4, 2], state: "minecraft:air"}, - {pos: [10, 4, 3], state: "minecraft:air"}, - {pos: [10, 4, 4], state: "minecraft:air"}, - {pos: [10, 4, 5], state: "minecraft:air"}, - {pos: [10, 4, 6], state: "minecraft:air"}, - {pos: [10, 4, 7], state: "minecraft:air"}, - {pos: [10, 4, 8], state: "minecraft:air"}, - {pos: [10, 4, 9], state: "minecraft:air"}, - {pos: [10, 4, 10], state: "minecraft:air"}, - {pos: [10, 4, 11], state: "minecraft:air"}, - {pos: [10, 4, 12], state: "minecraft:air"}, - {pos: [10, 4, 13], state: "minecraft:air"}, - {pos: [11, 4, 0], state: "minecraft:air"}, - {pos: [11, 4, 1], state: "minecraft:air"}, - {pos: [11, 4, 2], state: "minecraft:air"}, - {pos: [11, 4, 3], state: "minecraft:air"}, - {pos: [11, 4, 4], state: "minecraft:air"}, - {pos: [11, 4, 5], state: "minecraft:air"}, - {pos: [11, 4, 6], state: "minecraft:air"}, - {pos: [11, 4, 7], state: "minecraft:air"}, - {pos: [11, 4, 8], state: "minecraft:air"}, - {pos: [11, 4, 9], state: "minecraft:air"}, - {pos: [11, 4, 10], state: "minecraft:air"}, - {pos: [11, 4, 11], state: "minecraft:air"}, - {pos: [11, 4, 12], state: "minecraft:air"}, - {pos: [11, 4, 13], state: "minecraft:air"}, - {pos: [12, 4, 0], state: "minecraft:air"}, - {pos: [12, 4, 1], state: "minecraft:air"}, - {pos: [12, 4, 2], state: "minecraft:air"}, - {pos: [12, 4, 3], state: "minecraft:air"}, - {pos: [12, 4, 4], state: "minecraft:air"}, - {pos: [12, 4, 5], state: "minecraft:air"}, - {pos: [12, 4, 6], state: "minecraft:air"}, - {pos: [12, 4, 7], state: "minecraft:air"}, - {pos: [12, 4, 8], state: "minecraft:air"}, - {pos: [12, 4, 9], state: "minecraft:air"}, - {pos: [12, 4, 10], state: "minecraft:air"}, - {pos: [12, 4, 11], state: "minecraft:air"}, - {pos: [12, 4, 12], state: "minecraft:air"}, - {pos: [12, 4, 13], state: "minecraft:air"}, - {pos: [13, 4, 0], state: "minecraft:air"}, - {pos: [13, 4, 1], state: "minecraft:air"}, - {pos: [13, 4, 2], state: "minecraft:air"}, - {pos: [13, 4, 3], state: "minecraft:air"}, - {pos: [13, 4, 4], state: "minecraft:air"}, - {pos: [13, 4, 5], state: "minecraft:air"}, - {pos: [13, 4, 6], state: "minecraft:air"}, - {pos: [13, 4, 7], state: "minecraft:air"}, - {pos: [13, 4, 8], state: "minecraft:air"}, - {pos: [13, 4, 9], state: "minecraft:air"}, - {pos: [13, 4, 10], state: "minecraft:air"}, - {pos: [13, 4, 11], state: "minecraft:air"}, - {pos: [13, 4, 12], state: "minecraft:air"}, - {pos: [13, 4, 13], state: "minecraft:air"}, - {pos: [0, 5, 0], state: "minecraft:air"}, - {pos: [0, 5, 1], state: "minecraft:air"}, - {pos: [0, 5, 2], state: "minecraft:air"}, - {pos: [0, 5, 3], state: "minecraft:air"}, - {pos: [0, 5, 4], state: "minecraft:air"}, - {pos: [0, 5, 5], state: "minecraft:air"}, - {pos: [0, 5, 6], state: "minecraft:air"}, - {pos: [0, 5, 7], state: "minecraft:air"}, - {pos: [0, 5, 8], state: "minecraft:air"}, - {pos: [0, 5, 9], state: "minecraft:air"}, - {pos: [0, 5, 10], state: "minecraft:air"}, - {pos: [0, 5, 11], state: "minecraft:air"}, - {pos: [0, 5, 12], state: "minecraft:air"}, - {pos: [0, 5, 13], state: "minecraft:air"}, - {pos: [1, 5, 0], state: "minecraft:air"}, - {pos: [1, 5, 1], state: "minecraft:air"}, - {pos: [1, 5, 2], state: "minecraft:air"}, - {pos: [1, 5, 3], state: "minecraft:air"}, - {pos: [1, 5, 4], state: "minecraft:air"}, - {pos: [1, 5, 5], state: "minecraft:air"}, - {pos: [1, 5, 6], state: "minecraft:air"}, - {pos: [1, 5, 7], state: "minecraft:air"}, - {pos: [1, 5, 8], state: "minecraft:air"}, - {pos: [1, 5, 9], state: "minecraft:air"}, - {pos: [1, 5, 10], state: "minecraft:air"}, - {pos: [1, 5, 11], state: "minecraft:air"}, - {pos: [1, 5, 12], state: "minecraft:air"}, - {pos: [1, 5, 13], state: "minecraft:air"}, - {pos: [2, 5, 0], state: "minecraft:air"}, - {pos: [2, 5, 1], state: "minecraft:air"}, - {pos: [2, 5, 2], state: "minecraft:air"}, - {pos: [2, 5, 3], state: "minecraft:air"}, - {pos: [2, 5, 4], state: "minecraft:air"}, - {pos: [2, 5, 5], state: "minecraft:air"}, - {pos: [2, 5, 6], state: "minecraft:air"}, - {pos: [2, 5, 7], state: "minecraft:air"}, - {pos: [2, 5, 8], state: "minecraft:air"}, - {pos: [2, 5, 9], state: "minecraft:air"}, - {pos: [2, 5, 10], state: "minecraft:air"}, - {pos: [2, 5, 11], state: "minecraft:air"}, - {pos: [2, 5, 12], state: "minecraft:air"}, - {pos: [2, 5, 13], state: "minecraft:air"}, - {pos: [3, 5, 0], state: "minecraft:air"}, - {pos: [3, 5, 1], state: "minecraft:air"}, - {pos: [3, 5, 2], state: "minecraft:air"}, - {pos: [3, 5, 3], state: "minecraft:air"}, - {pos: [3, 5, 4], state: "minecraft:air"}, - {pos: [3, 5, 5], state: "minecraft:air"}, - {pos: [3, 5, 6], state: "minecraft:air"}, - {pos: [3, 5, 7], state: "minecraft:air"}, - {pos: [3, 5, 8], state: "minecraft:air"}, - {pos: [3, 5, 9], state: "minecraft:air"}, - {pos: [3, 5, 10], state: "minecraft:air"}, - {pos: [3, 5, 11], state: "minecraft:air"}, - {pos: [3, 5, 12], state: "minecraft:air"}, - {pos: [3, 5, 13], state: "minecraft:air"}, - {pos: [4, 5, 0], state: "minecraft:air"}, - {pos: [4, 5, 1], state: "minecraft:air"}, - {pos: [4, 5, 2], state: "minecraft:air"}, - {pos: [4, 5, 3], state: "minecraft:air"}, - {pos: [4, 5, 4], state: "minecraft:air"}, - {pos: [4, 5, 5], state: "minecraft:air"}, - {pos: [4, 5, 6], state: "minecraft:air"}, - {pos: [4, 5, 7], state: "minecraft:air"}, - {pos: [4, 5, 8], state: "minecraft:air"}, - {pos: [4, 5, 9], state: "minecraft:air"}, - {pos: [4, 5, 10], state: "minecraft:air"}, - {pos: [4, 5, 11], state: "minecraft:air"}, - {pos: [4, 5, 12], state: "minecraft:air"}, - {pos: [4, 5, 13], state: "minecraft:air"}, - {pos: [5, 5, 0], state: "minecraft:air"}, - {pos: [5, 5, 1], state: "minecraft:air"}, - {pos: [5, 5, 2], state: "minecraft:air"}, - {pos: [5, 5, 3], state: "minecraft:air"}, - {pos: [5, 5, 4], state: "minecraft:air"}, - {pos: [5, 5, 5], state: "minecraft:air"}, - {pos: [5, 5, 6], state: "minecraft:air"}, - {pos: [5, 5, 7], state: "minecraft:air"}, - {pos: [5, 5, 8], state: "minecraft:air"}, - {pos: [5, 5, 9], state: "minecraft:air"}, - {pos: [5, 5, 10], state: "minecraft:air"}, - {pos: [5, 5, 11], state: "minecraft:air"}, - {pos: [5, 5, 12], state: "minecraft:air"}, - {pos: [5, 5, 13], state: "minecraft:air"}, - {pos: [6, 5, 0], state: "minecraft:air"}, - {pos: [6, 5, 1], state: "minecraft:air"}, - {pos: [6, 5, 2], state: "minecraft:air"}, - {pos: [6, 5, 3], state: "minecraft:air"}, - {pos: [6, 5, 4], state: "minecraft:air"}, - {pos: [6, 5, 5], state: "minecraft:air"}, - {pos: [6, 5, 6], state: "minecraft:air"}, - {pos: [6, 5, 7], state: "minecraft:air"}, - {pos: [6, 5, 8], state: "minecraft:air"}, - {pos: [6, 5, 9], state: "minecraft:air"}, - {pos: [6, 5, 10], state: "minecraft:air"}, - {pos: [6, 5, 11], state: "minecraft:air"}, - {pos: [6, 5, 12], state: "minecraft:air"}, - {pos: [6, 5, 13], state: "minecraft:air"}, - {pos: [7, 5, 0], state: "minecraft:air"}, - {pos: [7, 5, 1], state: "minecraft:air"}, - {pos: [7, 5, 2], state: "minecraft:air"}, - {pos: [7, 5, 3], state: "minecraft:air"}, - {pos: [7, 5, 4], state: "minecraft:air"}, - {pos: [7, 5, 5], state: "minecraft:air"}, - {pos: [7, 5, 6], state: "minecraft:air"}, - {pos: [7, 5, 7], state: "minecraft:air"}, - {pos: [7, 5, 8], state: "minecraft:air"}, - {pos: [7, 5, 9], state: "minecraft:air"}, - {pos: [7, 5, 10], state: "minecraft:air"}, - {pos: [7, 5, 11], state: "minecraft:air"}, - {pos: [7, 5, 12], state: "minecraft:air"}, - {pos: [7, 5, 13], state: "minecraft:air"}, - {pos: [8, 5, 0], state: "minecraft:air"}, - {pos: [8, 5, 1], state: "minecraft:air"}, - {pos: [8, 5, 2], state: "minecraft:air"}, - {pos: [8, 5, 3], state: "minecraft:air"}, - {pos: [8, 5, 4], state: "minecraft:air"}, - {pos: [8, 5, 5], state: "minecraft:air"}, - {pos: [8, 5, 6], state: "minecraft:air"}, - {pos: [8, 5, 7], state: "minecraft:air"}, - {pos: [8, 5, 8], state: "minecraft:air"}, - {pos: [8, 5, 9], state: "minecraft:air"}, - {pos: [8, 5, 10], state: "minecraft:air"}, - {pos: [8, 5, 11], state: "minecraft:air"}, - {pos: [8, 5, 12], state: "minecraft:air"}, - {pos: [8, 5, 13], state: "minecraft:air"}, - {pos: [9, 5, 0], state: "minecraft:air"}, - {pos: [9, 5, 1], state: "minecraft:air"}, - {pos: [9, 5, 2], state: "minecraft:air"}, - {pos: [9, 5, 3], state: "minecraft:air"}, - {pos: [9, 5, 4], state: "minecraft:air"}, - {pos: [9, 5, 5], state: "minecraft:air"}, - {pos: [9, 5, 6], state: "minecraft:air"}, - {pos: [9, 5, 7], state: "minecraft:air"}, - {pos: [9, 5, 8], state: "minecraft:air"}, - {pos: [9, 5, 9], state: "minecraft:air"}, - {pos: [9, 5, 10], state: "minecraft:air"}, - {pos: [9, 5, 11], state: "minecraft:air"}, - {pos: [9, 5, 12], state: "minecraft:air"}, - {pos: [9, 5, 13], state: "minecraft:air"}, - {pos: [10, 5, 0], state: "minecraft:air"}, - {pos: [10, 5, 1], state: "minecraft:air"}, - {pos: [10, 5, 2], state: "minecraft:air"}, - {pos: [10, 5, 3], state: "minecraft:air"}, - {pos: [10, 5, 4], state: "minecraft:air"}, - {pos: [10, 5, 5], state: "minecraft:air"}, - {pos: [10, 5, 6], state: "minecraft:air"}, - {pos: [10, 5, 7], state: "minecraft:air"}, - {pos: [10, 5, 8], state: "minecraft:air"}, - {pos: [10, 5, 9], state: "minecraft:air"}, - {pos: [10, 5, 10], state: "minecraft:air"}, - {pos: [10, 5, 11], state: "minecraft:air"}, - {pos: [10, 5, 12], state: "minecraft:air"}, - {pos: [10, 5, 13], state: "minecraft:air"}, - {pos: [11, 5, 0], state: "minecraft:air"}, - {pos: [11, 5, 1], state: "minecraft:air"}, - {pos: [11, 5, 2], state: "minecraft:air"}, - {pos: [11, 5, 3], state: "minecraft:air"}, - {pos: [11, 5, 4], state: "minecraft:air"}, - {pos: [11, 5, 5], state: "minecraft:air"}, - {pos: [11, 5, 6], state: "minecraft:air"}, - {pos: [11, 5, 7], state: "minecraft:air"}, - {pos: [11, 5, 8], state: "minecraft:air"}, - {pos: [11, 5, 9], state: "minecraft:air"}, - {pos: [11, 5, 10], state: "minecraft:air"}, - {pos: [11, 5, 11], state: "minecraft:air"}, - {pos: [11, 5, 12], state: "minecraft:air"}, - {pos: [11, 5, 13], state: "minecraft:air"}, - {pos: [12, 5, 0], state: "minecraft:air"}, - {pos: [12, 5, 1], state: "minecraft:air"}, - {pos: [12, 5, 2], state: "minecraft:air"}, - {pos: [12, 5, 3], state: "minecraft:air"}, - {pos: [12, 5, 4], state: "minecraft:air"}, - {pos: [12, 5, 5], state: "minecraft:air"}, - {pos: [12, 5, 6], state: "minecraft:air"}, - {pos: [12, 5, 7], state: "minecraft:air"}, - {pos: [12, 5, 8], state: "minecraft:air"}, - {pos: [12, 5, 9], state: "minecraft:air"}, - {pos: [12, 5, 10], state: "minecraft:air"}, - {pos: [12, 5, 11], state: "minecraft:air"}, - {pos: [12, 5, 12], state: "minecraft:air"}, - {pos: [12, 5, 13], state: "minecraft:air"}, - {pos: [13, 5, 0], state: "minecraft:air"}, - {pos: [13, 5, 1], state: "minecraft:air"}, - {pos: [13, 5, 2], state: "minecraft:air"}, - {pos: [13, 5, 3], state: "minecraft:air"}, - {pos: [13, 5, 4], state: "minecraft:air"}, - {pos: [13, 5, 5], state: "minecraft:air"}, - {pos: [13, 5, 6], state: "minecraft:air"}, - {pos: [13, 5, 7], state: "minecraft:air"}, - {pos: [13, 5, 8], state: "minecraft:air"}, - {pos: [13, 5, 9], state: "minecraft:air"}, - {pos: [13, 5, 10], state: "minecraft:air"}, - {pos: [13, 5, 11], state: "minecraft:air"}, - {pos: [13, 5, 12], state: "minecraft:air"}, - {pos: [13, 5, 13], state: "minecraft:air"}, - {pos: [0, 6, 0], state: "minecraft:air"}, - {pos: [0, 6, 1], state: "minecraft:air"}, - {pos: [0, 6, 2], state: "minecraft:air"}, - {pos: [0, 6, 3], state: "minecraft:air"}, - {pos: [0, 6, 4], state: "minecraft:air"}, - {pos: [0, 6, 5], state: "minecraft:air"}, - {pos: [0, 6, 6], state: "minecraft:air"}, - {pos: [0, 6, 7], state: "minecraft:air"}, - {pos: [0, 6, 8], state: "minecraft:air"}, - {pos: [0, 6, 9], state: "minecraft:air"}, - {pos: [0, 6, 10], state: "minecraft:air"}, - {pos: [0, 6, 11], state: "minecraft:air"}, - {pos: [0, 6, 12], state: "minecraft:air"}, - {pos: [0, 6, 13], state: "minecraft:air"}, - {pos: [1, 6, 0], state: "minecraft:air"}, - {pos: [1, 6, 1], state: "minecraft:air"}, - {pos: [1, 6, 2], state: "minecraft:air"}, - {pos: [1, 6, 3], state: "minecraft:air"}, - {pos: [1, 6, 4], state: "minecraft:air"}, - {pos: [1, 6, 5], state: "minecraft:air"}, - {pos: [1, 6, 6], state: "minecraft:air"}, - {pos: [1, 6, 7], state: "minecraft:air"}, - {pos: [1, 6, 8], state: "minecraft:air"}, - {pos: [1, 6, 9], state: "minecraft:air"}, - {pos: [1, 6, 10], state: "minecraft:air"}, - {pos: [1, 6, 11], state: "minecraft:air"}, - {pos: [1, 6, 12], state: "minecraft:air"}, - {pos: [1, 6, 13], state: "minecraft:air"}, - {pos: [2, 6, 0], state: "minecraft:air"}, - {pos: [2, 6, 1], state: "minecraft:air"}, - {pos: [2, 6, 2], state: "minecraft:air"}, - {pos: [2, 6, 3], state: "minecraft:air"}, - {pos: [2, 6, 4], state: "minecraft:air"}, - {pos: [2, 6, 5], state: "minecraft:air"}, - {pos: [2, 6, 6], state: "minecraft:air"}, - {pos: [2, 6, 7], state: "minecraft:air"}, - {pos: [2, 6, 8], state: "minecraft:air"}, - {pos: [2, 6, 9], state: "minecraft:air"}, - {pos: [2, 6, 10], state: "minecraft:air"}, - {pos: [2, 6, 11], state: "minecraft:air"}, - {pos: [2, 6, 12], state: "minecraft:air"}, - {pos: [2, 6, 13], state: "minecraft:air"}, - {pos: [3, 6, 0], state: "minecraft:air"}, - {pos: [3, 6, 1], state: "minecraft:air"}, - {pos: [3, 6, 2], state: "minecraft:air"}, - {pos: [3, 6, 3], state: "minecraft:air"}, - {pos: [3, 6, 4], state: "minecraft:air"}, - {pos: [3, 6, 5], state: "minecraft:air"}, - {pos: [3, 6, 6], state: "minecraft:air"}, - {pos: [3, 6, 7], state: "minecraft:air"}, - {pos: [3, 6, 8], state: "minecraft:air"}, - {pos: [3, 6, 9], state: "minecraft:air"}, - {pos: [3, 6, 10], state: "minecraft:air"}, - {pos: [3, 6, 11], state: "minecraft:air"}, - {pos: [3, 6, 12], state: "minecraft:air"}, - {pos: [3, 6, 13], state: "minecraft:air"}, - {pos: [4, 6, 0], state: "minecraft:air"}, - {pos: [4, 6, 1], state: "minecraft:air"}, - {pos: [4, 6, 2], state: "minecraft:air"}, - {pos: [4, 6, 3], state: "minecraft:air"}, - {pos: [4, 6, 4], state: "minecraft:air"}, - {pos: [4, 6, 5], state: "minecraft:air"}, - {pos: [4, 6, 6], state: "minecraft:air"}, - {pos: [4, 6, 7], state: "minecraft:air"}, - {pos: [4, 6, 8], state: "minecraft:air"}, - {pos: [4, 6, 9], state: "minecraft:air"}, - {pos: [4, 6, 10], state: "minecraft:air"}, - {pos: [4, 6, 11], state: "minecraft:air"}, - {pos: [4, 6, 12], state: "minecraft:air"}, - {pos: [4, 6, 13], state: "minecraft:air"}, - {pos: [5, 6, 0], state: "minecraft:air"}, - {pos: [5, 6, 1], state: "minecraft:air"}, - {pos: [5, 6, 2], state: "minecraft:air"}, - {pos: [5, 6, 3], state: "minecraft:air"}, - {pos: [5, 6, 4], state: "minecraft:air"}, - {pos: [5, 6, 5], state: "minecraft:air"}, - {pos: [5, 6, 6], state: "minecraft:air"}, - {pos: [5, 6, 7], state: "minecraft:air"}, - {pos: [5, 6, 8], state: "minecraft:air"}, - {pos: [5, 6, 9], state: "minecraft:air"}, - {pos: [5, 6, 10], state: "minecraft:air"}, - {pos: [5, 6, 11], state: "minecraft:air"}, - {pos: [5, 6, 12], state: "minecraft:air"}, - {pos: [5, 6, 13], state: "minecraft:air"}, - {pos: [6, 6, 0], state: "minecraft:air"}, - {pos: [6, 6, 1], state: "minecraft:air"}, - {pos: [6, 6, 2], state: "minecraft:air"}, - {pos: [6, 6, 3], state: "minecraft:air"}, - {pos: [6, 6, 4], state: "minecraft:air"}, - {pos: [6, 6, 5], state: "minecraft:air"}, - {pos: [6, 6, 6], state: "minecraft:air"}, - {pos: [6, 6, 7], state: "minecraft:air"}, - {pos: [6, 6, 8], state: "minecraft:air"}, - {pos: [6, 6, 9], state: "minecraft:air"}, - {pos: [6, 6, 10], state: "minecraft:air"}, - {pos: [6, 6, 11], state: "minecraft:air"}, - {pos: [6, 6, 12], state: "minecraft:air"}, - {pos: [6, 6, 13], state: "minecraft:air"}, - {pos: [7, 6, 0], state: "minecraft:air"}, - {pos: [7, 6, 1], state: "minecraft:air"}, - {pos: [7, 6, 2], state: "minecraft:air"}, - {pos: [7, 6, 3], state: "minecraft:air"}, - {pos: [7, 6, 4], state: "minecraft:air"}, - {pos: [7, 6, 5], state: "minecraft:air"}, - {pos: [7, 6, 6], state: "minecraft:air"}, - {pos: [7, 6, 7], state: "minecraft:air"}, - {pos: [7, 6, 8], state: "minecraft:air"}, - {pos: [7, 6, 9], state: "minecraft:air"}, - {pos: [7, 6, 10], state: "minecraft:air"}, - {pos: [7, 6, 11], state: "minecraft:air"}, - {pos: [7, 6, 12], state: "minecraft:air"}, - {pos: [7, 6, 13], state: "minecraft:air"}, - {pos: [8, 6, 0], state: "minecraft:air"}, - {pos: [8, 6, 1], state: "minecraft:air"}, - {pos: [8, 6, 2], state: "minecraft:air"}, - {pos: [8, 6, 3], state: "minecraft:air"}, - {pos: [8, 6, 4], state: "minecraft:air"}, - {pos: [8, 6, 5], state: "minecraft:air"}, - {pos: [8, 6, 6], state: "minecraft:air"}, - {pos: [8, 6, 7], state: "minecraft:air"}, - {pos: [8, 6, 8], state: "minecraft:air"}, - {pos: [8, 6, 9], state: "minecraft:air"}, - {pos: [8, 6, 10], state: "minecraft:air"}, - {pos: [8, 6, 11], state: "minecraft:air"}, - {pos: [8, 6, 12], state: "minecraft:air"}, - {pos: [8, 6, 13], state: "minecraft:air"}, - {pos: [9, 6, 0], state: "minecraft:air"}, - {pos: [9, 6, 1], state: "minecraft:air"}, - {pos: [9, 6, 2], state: "minecraft:air"}, - {pos: [9, 6, 3], state: "minecraft:air"}, - {pos: [9, 6, 4], state: "minecraft:air"}, - {pos: [9, 6, 5], state: "minecraft:air"}, - {pos: [9, 6, 6], state: "minecraft:air"}, - {pos: [9, 6, 7], state: "minecraft:air"}, - {pos: [9, 6, 8], state: "minecraft:air"}, - {pos: [9, 6, 9], state: "minecraft:air"}, - {pos: [9, 6, 10], state: "minecraft:air"}, - {pos: [9, 6, 11], state: "minecraft:air"}, - {pos: [9, 6, 12], state: "minecraft:air"}, - {pos: [9, 6, 13], state: "minecraft:air"}, - {pos: [10, 6, 0], state: "minecraft:air"}, - {pos: [10, 6, 1], state: "minecraft:air"}, - {pos: [10, 6, 2], state: "minecraft:air"}, - {pos: [10, 6, 3], state: "minecraft:air"}, - {pos: [10, 6, 4], state: "minecraft:air"}, - {pos: [10, 6, 5], state: "minecraft:air"}, - {pos: [10, 6, 6], state: "minecraft:air"}, - {pos: [10, 6, 7], state: "minecraft:air"}, - {pos: [10, 6, 8], state: "minecraft:air"}, - {pos: [10, 6, 9], state: "minecraft:air"}, - {pos: [10, 6, 10], state: "minecraft:air"}, - {pos: [10, 6, 11], state: "minecraft:air"}, - {pos: [10, 6, 12], state: "minecraft:air"}, - {pos: [10, 6, 13], state: "minecraft:air"}, - {pos: [11, 6, 0], state: "minecraft:air"}, - {pos: [11, 6, 1], state: "minecraft:air"}, - {pos: [11, 6, 2], state: "minecraft:air"}, - {pos: [11, 6, 3], state: "minecraft:air"}, - {pos: [11, 6, 4], state: "minecraft:air"}, - {pos: [11, 6, 5], state: "minecraft:air"}, - {pos: [11, 6, 6], state: "minecraft:air"}, - {pos: [11, 6, 7], state: "minecraft:air"}, - {pos: [11, 6, 8], state: "minecraft:air"}, - {pos: [11, 6, 9], state: "minecraft:air"}, - {pos: [11, 6, 10], state: "minecraft:air"}, - {pos: [11, 6, 11], state: "minecraft:air"}, - {pos: [11, 6, 12], state: "minecraft:air"}, - {pos: [11, 6, 13], state: "minecraft:air"}, - {pos: [12, 6, 0], state: "minecraft:air"}, - {pos: [12, 6, 1], state: "minecraft:air"}, - {pos: [12, 6, 2], state: "minecraft:air"}, - {pos: [12, 6, 3], state: "minecraft:air"}, - {pos: [12, 6, 4], state: "minecraft:air"}, - {pos: [12, 6, 5], state: "minecraft:air"}, - {pos: [12, 6, 6], state: "minecraft:air"}, - {pos: [12, 6, 7], state: "minecraft:air"}, - {pos: [12, 6, 8], state: "minecraft:air"}, - {pos: [12, 6, 9], state: "minecraft:air"}, - {pos: [12, 6, 10], state: "minecraft:air"}, - {pos: [12, 6, 11], state: "minecraft:air"}, - {pos: [12, 6, 12], state: "minecraft:air"}, - {pos: [12, 6, 13], state: "minecraft:air"}, - {pos: [13, 6, 0], state: "minecraft:air"}, - {pos: [13, 6, 1], state: "minecraft:air"}, - {pos: [13, 6, 2], state: "minecraft:air"}, - {pos: [13, 6, 3], state: "minecraft:air"}, - {pos: [13, 6, 4], state: "minecraft:air"}, - {pos: [13, 6, 5], state: "minecraft:air"}, - {pos: [13, 6, 6], state: "minecraft:air"}, - {pos: [13, 6, 7], state: "minecraft:air"}, - {pos: [13, 6, 8], state: "minecraft:air"}, - {pos: [13, 6, 9], state: "minecraft:air"}, - {pos: [13, 6, 10], state: "minecraft:air"}, - {pos: [13, 6, 11], state: "minecraft:air"}, - {pos: [13, 6, 12], state: "minecraft:air"}, - {pos: [13, 6, 13], state: "minecraft:air"} - ], - entities: [ - {blockPos: [2, 1, 1], pos: [2.6522962184782273d, 1.0d, 1.8199254776629346d], nbt: {AbsorptionAmount: 0.0f, Age: 0, Air: 300s, ArmorDropChances: [0.085f, 0.085f, 0.085f, 0.085f], ArmorItems: [{}, {}, {}, {}], Attributes: [{Base: 0.30000001192092896d, Name: "minecraft:generic.movement_speed"}, {Base: 16.0d, Modifiers: [{Amount: 0.05229299396710362d, Name: "Random spawn bonus", Operation: 1, UUID: [I; 1132919905, -84849630, -1721987570, -1385261548]}], Name: "minecraft:generic.follow_range"}], Brain: {memories: {}}, CanPickUpLoot: 0b, CatType: 2, CollarColor: 14b, DeathTime: 0s, FallDistance: 0.0f, FallFlying: 0b, Fire: -1s, ForcedAge: 0, HandDropChances: [0.085f, 0.085f], HandItems: [{}, {}], Health: 10.0f, HurtByTimestamp: 0, HurtTime: 0s, InLove: 0, Invulnerable: 0b, Leash: {X: 170, Y: 3, Z: 346}, LeftHanded: 0b, Motion: [0.0d, -0.0784000015258789d, 0.0d], OnGround: 1b, PersistenceRequired: 0b, PortalCooldown: 0, Pos: [171.65229621847823d, 3.0d, 346.81992547766293d], Rotation: [12.377861f, 0.0f], Sitting: 0b, UUID: [I; 332547307, -592819839, -1840634855, -815879735], id: "minecraft:cat"}}, - {blockPos: [1, 1, 1], pos: [1.5d, 1.375d, 1.5d], nbt: {}} - ], - palette: [ - "minecraft:green_concrete", - "minecraft:red_terracotta", - "minecraft:white_stained_glass", - "minecraft:emerald_block", - "minecraft:note_block{instrument:bit,note:0,powered:false}", - "minecraft:oak_fence{east:false,north:true,south:false,waterlogged:false,west:true}", - "minecraft:air", - "minecraft:stone_pressure_plate{powered:false}", - "minecraft:redstone_wire{east:side,north:side,power:0,south:none,west:none}", - "minecraft:redstone_wire{east:side,north:side,power:0,south:side,west:side}", - "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}", - "minecraft:redstone_wire{east:none,north:side,power:0,south:none,west:side}", - "minecraft:command_block{conditional:false,facing:south}" - ] -} diff --git a/testserver/gameteststructures/test_redstone.hopper_dc_interaction_change.snbt b/testserver/gameteststructures/test_redstone.hopper_dc_interaction_change.snbt deleted file mode 100644 index a8648bb48..000000000 --- a/testserver/gameteststructures/test_redstone.hopper_dc_interaction_change.snbt +++ /dev/null @@ -1,736 +0,0 @@ -{ - DataVersion: 3120, - size: [10, 7, 10], - data: [ - {pos: [0, 0, 0], state: "minecraft:green_concrete"}, - {pos: [0, 0, 1], state: "minecraft:green_concrete"}, - {pos: [0, 0, 2], state: "minecraft:green_concrete"}, - {pos: [0, 0, 3], state: "minecraft:green_concrete"}, - {pos: [0, 0, 4], state: "minecraft:green_concrete"}, - {pos: [0, 0, 5], state: "minecraft:green_concrete"}, - {pos: [0, 0, 6], state: "minecraft:green_concrete"}, - {pos: [0, 0, 7], state: "minecraft:green_concrete"}, - {pos: [0, 0, 8], state: "minecraft:green_concrete"}, - {pos: [0, 0, 9], state: "minecraft:green_concrete"}, - {pos: [1, 0, 0], state: "minecraft:green_concrete"}, - {pos: [1, 0, 1], state: "minecraft:green_concrete"}, - {pos: [1, 0, 2], state: "minecraft:green_concrete"}, - {pos: [1, 0, 3], state: "minecraft:green_concrete"}, - {pos: [1, 0, 4], state: "minecraft:green_concrete"}, - {pos: [1, 0, 5], state: "minecraft:green_concrete"}, - {pos: [1, 0, 6], state: "minecraft:green_concrete"}, - {pos: [1, 0, 7], state: "minecraft:green_concrete"}, - {pos: [1, 0, 8], state: "minecraft:green_concrete"}, - {pos: [1, 0, 9], state: "minecraft:green_concrete"}, - {pos: [2, 0, 0], state: "minecraft:green_concrete"}, - {pos: [2, 0, 1], state: "minecraft:green_concrete"}, - {pos: [2, 0, 2], state: "minecraft:green_concrete"}, - {pos: [2, 0, 3], state: "minecraft:green_concrete"}, - {pos: [2, 0, 4], state: "minecraft:green_concrete"}, - {pos: [2, 0, 5], state: "minecraft:green_concrete"}, - {pos: [2, 0, 6], state: "minecraft:green_concrete"}, - {pos: [2, 0, 7], state: "minecraft:green_concrete"}, - {pos: [2, 0, 8], state: "minecraft:green_concrete"}, - {pos: [2, 0, 9], state: "minecraft:green_concrete"}, - {pos: [3, 0, 0], state: "minecraft:green_concrete"}, - {pos: [3, 0, 1], state: "minecraft:green_concrete"}, - {pos: [3, 0, 2], state: "minecraft:green_concrete"}, - {pos: [3, 0, 3], state: "minecraft:green_concrete"}, - {pos: [3, 0, 4], state: "minecraft:green_concrete"}, - {pos: [3, 0, 5], state: "minecraft:green_concrete"}, - {pos: [3, 0, 6], state: "minecraft:green_concrete"}, - {pos: [3, 0, 7], state: "minecraft:green_concrete"}, - {pos: [3, 0, 8], state: "minecraft:green_concrete"}, - {pos: [3, 0, 9], state: "minecraft:green_concrete"}, - {pos: [4, 0, 0], state: "minecraft:green_concrete"}, - {pos: [4, 0, 1], state: "minecraft:green_concrete"}, - {pos: [4, 0, 2], state: "minecraft:green_concrete"}, - {pos: [4, 0, 3], state: "minecraft:green_concrete"}, - {pos: [4, 0, 4], state: "minecraft:green_concrete"}, - {pos: [4, 0, 5], state: "minecraft:green_concrete"}, - {pos: [4, 0, 6], state: "minecraft:green_concrete"}, - {pos: [4, 0, 7], state: "minecraft:green_concrete"}, - {pos: [4, 0, 8], state: "minecraft:green_concrete"}, - {pos: [4, 0, 9], state: "minecraft:green_concrete"}, - {pos: [5, 0, 0], state: "minecraft:green_concrete"}, - {pos: [5, 0, 1], state: "minecraft:green_concrete"}, - {pos: [5, 0, 2], state: "minecraft:green_concrete"}, - {pos: [5, 0, 3], state: "minecraft:green_concrete"}, - {pos: [5, 0, 4], state: "minecraft:green_concrete"}, - {pos: [5, 0, 5], state: "minecraft:green_concrete"}, - {pos: [5, 0, 6], state: "minecraft:green_concrete"}, - {pos: [5, 0, 7], state: "minecraft:green_concrete"}, - {pos: [5, 0, 8], state: "minecraft:green_concrete"}, - {pos: [5, 0, 9], state: "minecraft:green_concrete"}, - {pos: [6, 0, 0], state: "minecraft:green_concrete"}, - {pos: [6, 0, 1], state: "minecraft:green_concrete"}, - {pos: [6, 0, 2], state: "minecraft:green_concrete"}, - {pos: [6, 0, 3], state: "minecraft:green_concrete"}, - {pos: [6, 0, 4], state: "minecraft:green_concrete"}, - {pos: [6, 0, 5], state: "minecraft:green_concrete"}, - {pos: [6, 0, 6], state: "minecraft:green_concrete"}, - {pos: [6, 0, 7], state: "minecraft:green_concrete"}, - {pos: [6, 0, 8], state: "minecraft:green_concrete"}, - {pos: [6, 0, 9], state: "minecraft:green_concrete"}, - {pos: [7, 0, 0], state: "minecraft:green_concrete"}, - {pos: [7, 0, 1], state: "minecraft:green_concrete"}, - {pos: [7, 0, 2], state: "minecraft:green_concrete"}, - {pos: [7, 0, 3], state: "minecraft:green_concrete"}, - {pos: [7, 0, 4], state: "minecraft:green_concrete"}, - {pos: [7, 0, 5], state: "minecraft:green_concrete"}, - {pos: [7, 0, 6], state: "minecraft:green_concrete"}, - {pos: [7, 0, 7], state: "minecraft:green_concrete"}, - {pos: [7, 0, 8], state: "minecraft:green_concrete"}, - {pos: [7, 0, 9], state: "minecraft:green_concrete"}, - {pos: [8, 0, 0], state: "minecraft:green_concrete"}, - {pos: [8, 0, 1], state: "minecraft:green_concrete"}, - {pos: [8, 0, 2], state: "minecraft:green_concrete"}, - {pos: [8, 0, 3], state: "minecraft:green_concrete"}, - {pos: [8, 0, 4], state: "minecraft:green_concrete"}, - {pos: [8, 0, 5], state: "minecraft:green_concrete"}, - {pos: [8, 0, 6], state: "minecraft:green_concrete"}, - {pos: [8, 0, 7], state: "minecraft:green_concrete"}, - {pos: [8, 0, 8], state: "minecraft:green_concrete"}, - {pos: [8, 0, 9], state: "minecraft:green_concrete"}, - {pos: [9, 0, 0], state: "minecraft:green_concrete"}, - {pos: [9, 0, 1], state: "minecraft:green_concrete"}, - {pos: [9, 0, 2], state: "minecraft:green_concrete"}, - {pos: [9, 0, 3], state: "minecraft:green_concrete"}, - {pos: [9, 0, 4], state: "minecraft:green_concrete"}, - {pos: [9, 0, 5], state: "minecraft:green_concrete"}, - {pos: [9, 0, 6], state: "minecraft:green_concrete"}, - {pos: [9, 0, 7], state: "minecraft:green_concrete"}, - {pos: [9, 0, 8], state: "minecraft:green_concrete"}, - {pos: [9, 0, 9], state: "minecraft:green_concrete"}, - {pos: [0, 1, 0], state: "minecraft:air"}, - {pos: [0, 1, 1], state: "minecraft:air"}, - {pos: [0, 1, 2], state: "minecraft:air"}, - {pos: [0, 1, 3], state: "minecraft:air"}, - {pos: [0, 1, 4], state: "minecraft:air"}, - {pos: [0, 1, 5], state: "minecraft:air"}, - {pos: [0, 1, 6], state: "minecraft:air"}, - {pos: [0, 1, 7], state: "minecraft:air"}, - {pos: [0, 1, 8], state: "minecraft:air"}, - {pos: [0, 1, 9], state: "minecraft:air"}, - {pos: [1, 1, 0], state: "minecraft:air"}, - {pos: [1, 1, 1], state: "minecraft:air"}, - {pos: [1, 1, 2], state: "minecraft:command_block{conditional:false,facing:north}", nbt: {Command: "setblock ~ ~3 ~ air", CustomName: '{"text":"@"}', SuccessCount: 0, TrackOutput: 1b, UpdateLastExecution: 1b, auto: 0b, conditionMet: 0b, id: "minecraft:command_block", powered: 0b}}, - {pos: [1, 1, 3], state: "minecraft:air"}, - {pos: [1, 1, 4], state: "minecraft:air"}, - {pos: [1, 1, 5], state: "minecraft:air"}, - {pos: [1, 1, 6], state: "minecraft:air"}, - {pos: [1, 1, 7], state: "minecraft:air"}, - {pos: [1, 1, 8], state: "minecraft:air"}, - {pos: [1, 1, 9], state: "minecraft:air"}, - {pos: [2, 1, 0], state: "minecraft:air"}, - {pos: [2, 1, 1], state: "minecraft:air"}, - {pos: [2, 1, 2], state: "minecraft:white_concrete"}, - {pos: [2, 1, 3], state: "minecraft:white_concrete"}, - {pos: [2, 1, 4], state: "minecraft:air"}, - {pos: [2, 1, 5], state: "minecraft:white_concrete"}, - {pos: [2, 1, 6], state: "minecraft:air"}, - {pos: [2, 1, 7], state: "minecraft:air"}, - {pos: [2, 1, 8], state: "minecraft:air"}, - {pos: [2, 1, 9], state: "minecraft:air"}, - {pos: [3, 1, 0], state: "minecraft:air"}, - {pos: [3, 1, 1], state: "minecraft:air"}, - {pos: [3, 1, 2], state: "minecraft:air"}, - {pos: [3, 1, 3], state: "minecraft:white_concrete"}, - {pos: [3, 1, 4], state: "minecraft:white_concrete"}, - {pos: [3, 1, 5], state: "minecraft:white_concrete"}, - {pos: [3, 1, 6], state: "minecraft:air"}, - {pos: [3, 1, 7], state: "minecraft:air"}, - {pos: [3, 1, 8], state: "minecraft:air"}, - {pos: [3, 1, 9], state: "minecraft:air"}, - {pos: [4, 1, 0], state: "minecraft:air"}, - {pos: [4, 1, 1], state: "minecraft:air"}, - {pos: [4, 1, 2], state: "minecraft:air"}, - {pos: [4, 1, 3], state: "minecraft:air"}, - {pos: [4, 1, 4], state: "minecraft:air"}, - {pos: [4, 1, 5], state: "minecraft:white_concrete"}, - {pos: [4, 1, 6], state: "minecraft:air"}, - {pos: [4, 1, 7], state: "minecraft:air"}, - {pos: [4, 1, 8], state: "minecraft:air"}, - {pos: [4, 1, 9], state: "minecraft:air"}, - {pos: [5, 1, 0], state: "minecraft:air"}, - {pos: [5, 1, 1], state: "minecraft:air"}, - {pos: [5, 1, 2], state: "minecraft:air"}, - {pos: [5, 1, 3], state: "minecraft:air"}, - {pos: [5, 1, 4], state: "minecraft:air"}, - {pos: [5, 1, 5], state: "minecraft:air"}, - {pos: [5, 1, 6], state: "minecraft:air"}, - {pos: [5, 1, 7], state: "minecraft:air"}, - {pos: [5, 1, 8], state: "minecraft:air"}, - {pos: [5, 1, 9], state: "minecraft:air"}, - {pos: [6, 1, 0], state: "minecraft:air"}, - {pos: [6, 1, 1], state: "minecraft:air"}, - {pos: [6, 1, 2], state: "minecraft:air"}, - {pos: [6, 1, 3], state: "minecraft:air"}, - {pos: [6, 1, 4], state: "minecraft:air"}, - {pos: [6, 1, 5], state: "minecraft:air"}, - {pos: [6, 1, 6], state: "minecraft:air"}, - {pos: [6, 1, 7], state: "minecraft:air"}, - {pos: [6, 1, 8], state: "minecraft:air"}, - {pos: [6, 1, 9], state: "minecraft:air"}, - {pos: [7, 1, 0], state: "minecraft:air"}, - {pos: [7, 1, 1], state: "minecraft:air"}, - {pos: [7, 1, 2], state: "minecraft:air"}, - {pos: [7, 1, 3], state: "minecraft:air"}, - {pos: [7, 1, 4], state: "minecraft:air"}, - {pos: [7, 1, 5], state: "minecraft:air"}, - {pos: [7, 1, 6], state: "minecraft:air"}, - {pos: [7, 1, 7], state: "minecraft:air"}, - {pos: [7, 1, 8], state: "minecraft:air"}, - {pos: [7, 1, 9], state: "minecraft:air"}, - {pos: [8, 1, 0], state: "minecraft:air"}, - {pos: [8, 1, 1], state: "minecraft:air"}, - {pos: [8, 1, 2], state: "minecraft:air"}, - {pos: [8, 1, 3], state: "minecraft:air"}, - {pos: [8, 1, 4], state: "minecraft:air"}, - {pos: [8, 1, 5], state: "minecraft:air"}, - {pos: [8, 1, 6], state: "minecraft:air"}, - {pos: [8, 1, 7], state: "minecraft:air"}, - {pos: [8, 1, 8], state: "minecraft:air"}, - {pos: [8, 1, 9], state: "minecraft:air"}, - {pos: [9, 1, 0], state: "minecraft:air"}, - {pos: [9, 1, 1], state: "minecraft:air"}, - {pos: [9, 1, 2], state: "minecraft:air"}, - {pos: [9, 1, 3], state: "minecraft:air"}, - {pos: [9, 1, 4], state: "minecraft:air"}, - {pos: [9, 1, 5], state: "minecraft:air"}, - {pos: [9, 1, 6], state: "minecraft:air"}, - {pos: [9, 1, 7], state: "minecraft:air"}, - {pos: [9, 1, 8], state: "minecraft:air"}, - {pos: [9, 1, 9], state: "minecraft:air"}, - {pos: [0, 2, 0], state: "minecraft:air"}, - {pos: [0, 2, 1], state: "minecraft:air"}, - {pos: [0, 2, 2], state: "minecraft:air"}, - {pos: [0, 2, 3], state: "minecraft:air"}, - {pos: [0, 2, 4], state: "minecraft:air"}, - {pos: [0, 2, 5], state: "minecraft:air"}, - {pos: [0, 2, 6], state: "minecraft:air"}, - {pos: [0, 2, 7], state: "minecraft:air"}, - {pos: [0, 2, 8], state: "minecraft:air"}, - {pos: [0, 2, 9], state: "minecraft:air"}, - {pos: [1, 2, 0], state: "minecraft:air"}, - {pos: [1, 2, 1], state: "minecraft:air"}, - {pos: [1, 2, 2], state: "minecraft:command_block{conditional:false,facing:north}", nbt: {Command: "/setblock ~ ~2 ~ minecraft:chest[facing=north,type=left]", CustomName: '{"text":"@"}', LastExecution: 479314L, LastOutput: '{"extra":[{"translate":"commands.setblock.success","with":["100","-58","3062"]}],"text":"[03:49:48] "}', SuccessCount: 1, TrackOutput: 1b, UpdateLastExecution: 1b, auto: 0b, conditionMet: 1b, id: "minecraft:command_block", powered: 0b}}, - {pos: [1, 2, 3], state: "minecraft:white_concrete"}, - {pos: [1, 2, 4], state: "minecraft:white_concrete"}, - {pos: [1, 2, 5], state: "minecraft:white_concrete"}, - {pos: [1, 2, 6], state: "minecraft:air"}, - {pos: [1, 2, 7], state: "minecraft:air"}, - {pos: [1, 2, 8], state: "minecraft:air"}, - {pos: [1, 2, 9], state: "minecraft:air"}, - {pos: [2, 2, 0], state: "minecraft:air"}, - {pos: [2, 2, 1], state: "minecraft:air"}, - {pos: [2, 2, 2], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [2, 2, 3], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [2, 2, 4], state: "minecraft:air"}, - {pos: [2, 2, 5], state: "minecraft:comparator{facing:east,mode:compare,powered:false}", nbt: {OutputSignal: 0, id: "minecraft:comparator"}}, - {pos: [2, 2, 6], state: "minecraft:air"}, - {pos: [2, 2, 7], state: "minecraft:air"}, - {pos: [2, 2, 8], state: "minecraft:air"}, - {pos: [2, 2, 9], state: "minecraft:air"}, - {pos: [3, 2, 0], state: "minecraft:air"}, - {pos: [3, 2, 1], state: "minecraft:air"}, - {pos: [3, 2, 2], state: "minecraft:air"}, - {pos: [3, 2, 3], state: "minecraft:white_concrete"}, - {pos: [3, 2, 4], state: "minecraft:repeater{delay:1,facing:south,locked:false,powered:false}"}, - {pos: [3, 2, 5], state: "minecraft:white_concrete"}, - {pos: [3, 2, 6], state: "minecraft:air"}, - {pos: [3, 2, 7], state: "minecraft:air"}, - {pos: [3, 2, 8], state: "minecraft:air"}, - {pos: [3, 2, 9], state: "minecraft:air"}, - {pos: [4, 2, 0], state: "minecraft:air"}, - {pos: [4, 2, 1], state: "minecraft:air"}, - {pos: [4, 2, 2], state: "minecraft:white_concrete"}, - {pos: [4, 2, 3], state: "minecraft:air"}, - {pos: [4, 2, 4], state: "minecraft:air"}, - {pos: [4, 2, 5], state: "minecraft:redstone_wire{east:up,north:none,power:0,south:none,west:side}"}, - {pos: [4, 2, 6], state: "minecraft:air"}, - {pos: [4, 2, 7], state: "minecraft:air"}, - {pos: [4, 2, 8], state: "minecraft:air"}, - {pos: [4, 2, 9], state: "minecraft:air"}, - {pos: [5, 2, 0], state: "minecraft:air"}, - {pos: [5, 2, 1], state: "minecraft:air"}, - {pos: [5, 2, 2], state: "minecraft:white_concrete"}, - {pos: [5, 2, 3], state: "minecraft:white_concrete"}, - {pos: [5, 2, 4], state: "minecraft:white_concrete"}, - {pos: [5, 2, 5], state: "minecraft:white_concrete"}, - {pos: [5, 2, 6], state: "minecraft:air"}, - {pos: [5, 2, 7], state: "minecraft:air"}, - {pos: [5, 2, 8], state: "minecraft:air"}, - {pos: [5, 2, 9], state: "minecraft:air"}, - {pos: [6, 2, 0], state: "minecraft:air"}, - {pos: [6, 2, 1], state: "minecraft:air"}, - {pos: [6, 2, 2], state: "minecraft:white_concrete"}, - {pos: [6, 2, 3], state: "minecraft:air"}, - {pos: [6, 2, 4], state: "minecraft:air"}, - {pos: [6, 2, 5], state: "minecraft:air"}, - {pos: [6, 2, 6], state: "minecraft:air"}, - {pos: [6, 2, 7], state: "minecraft:air"}, - {pos: [6, 2, 8], state: "minecraft:air"}, - {pos: [6, 2, 9], state: "minecraft:air"}, - {pos: [7, 2, 0], state: "minecraft:air"}, - {pos: [7, 2, 1], state: "minecraft:air"}, - {pos: [7, 2, 2], state: "minecraft:white_concrete"}, - {pos: [7, 2, 3], state: "minecraft:white_concrete"}, - {pos: [7, 2, 4], state: "minecraft:white_concrete"}, - {pos: [7, 2, 5], state: "minecraft:redstone_block"}, - {pos: [7, 2, 6], state: "minecraft:air"}, - {pos: [7, 2, 7], state: "minecraft:air"}, - {pos: [7, 2, 8], state: "minecraft:air"}, - {pos: [7, 2, 9], state: "minecraft:air"}, - {pos: [8, 2, 0], state: "minecraft:air"}, - {pos: [8, 2, 1], state: "minecraft:air"}, - {pos: [8, 2, 2], state: "minecraft:emerald_block"}, - {pos: [8, 2, 3], state: "minecraft:air"}, - {pos: [8, 2, 4], state: "minecraft:air"}, - {pos: [8, 2, 5], state: "minecraft:air"}, - {pos: [8, 2, 6], state: "minecraft:air"}, - {pos: [8, 2, 7], state: "minecraft:air"}, - {pos: [8, 2, 8], state: "minecraft:air"}, - {pos: [8, 2, 9], state: "minecraft:air"}, - {pos: [9, 2, 0], state: "minecraft:air"}, - {pos: [9, 2, 1], state: "minecraft:air"}, - {pos: [9, 2, 2], state: "minecraft:air"}, - {pos: [9, 2, 3], state: "minecraft:air"}, - {pos: [9, 2, 4], state: "minecraft:air"}, - {pos: [9, 2, 5], state: "minecraft:air"}, - {pos: [9, 2, 6], state: "minecraft:air"}, - {pos: [9, 2, 7], state: "minecraft:air"}, - {pos: [9, 2, 8], state: "minecraft:air"}, - {pos: [9, 2, 9], state: "minecraft:air"}, - {pos: [0, 3, 0], state: "minecraft:air"}, - {pos: [0, 3, 1], state: "minecraft:air"}, - {pos: [0, 3, 2], state: "minecraft:air"}, - {pos: [0, 3, 3], state: "minecraft:air"}, - {pos: [0, 3, 4], state: "minecraft:air"}, - {pos: [0, 3, 5], state: "minecraft:air"}, - {pos: [0, 3, 6], state: "minecraft:air"}, - {pos: [0, 3, 7], state: "minecraft:air"}, - {pos: [0, 3, 8], state: "minecraft:air"}, - {pos: [0, 3, 9], state: "minecraft:air"}, - {pos: [1, 3, 0], state: "minecraft:air"}, - {pos: [1, 3, 1], state: "minecraft:air"}, - {pos: [1, 3, 2], state: "minecraft:air"}, - {pos: [1, 3, 3], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [1, 3, 4], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [1, 3, 5], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [1, 3, 6], state: "minecraft:air"}, - {pos: [1, 3, 7], state: "minecraft:air"}, - {pos: [1, 3, 8], state: "minecraft:air"}, - {pos: [1, 3, 9], state: "minecraft:air"}, - {pos: [2, 3, 0], state: "minecraft:air"}, - {pos: [2, 3, 1], state: "minecraft:air"}, - {pos: [2, 3, 2], state: "minecraft:hopper{enabled:true,facing:east}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [2, 3, 3], state: "minecraft:white_concrete"}, - {pos: [2, 3, 4], state: "minecraft:air"}, - {pos: [2, 3, 5], state: "minecraft:air"}, - {pos: [2, 3, 6], state: "minecraft:air"}, - {pos: [2, 3, 7], state: "minecraft:air"}, - {pos: [2, 3, 8], state: "minecraft:air"}, - {pos: [2, 3, 9], state: "minecraft:air"}, - {pos: [3, 3, 0], state: "minecraft:air"}, - {pos: [3, 3, 1], state: "minecraft:air"}, - {pos: [3, 3, 2], state: "minecraft:barrel{facing:north,open:false}", nbt: {Items: [], id: "minecraft:barrel"}}, - {pos: [3, 3, 3], state: "minecraft:air"}, - {pos: [3, 3, 4], state: "minecraft:air"}, - {pos: [3, 3, 5], state: "minecraft:air"}, - {pos: [3, 3, 6], state: "minecraft:air"}, - {pos: [3, 3, 7], state: "minecraft:air"}, - {pos: [3, 3, 8], state: "minecraft:air"}, - {pos: [3, 3, 9], state: "minecraft:air"}, - {pos: [4, 3, 0], state: "minecraft:air"}, - {pos: [4, 3, 1], state: "minecraft:air"}, - {pos: [4, 3, 2], state: "minecraft:comparator{facing:west,mode:compare,powered:false}", nbt: {OutputSignal: 0, id: "minecraft:comparator"}}, - {pos: [4, 3, 3], state: "minecraft:air"}, - {pos: [4, 3, 4], state: "minecraft:air"}, - {pos: [4, 3, 5], state: "minecraft:air"}, - {pos: [4, 3, 6], state: "minecraft:air"}, - {pos: [4, 3, 7], state: "minecraft:air"}, - {pos: [4, 3, 8], state: "minecraft:air"}, - {pos: [4, 3, 9], state: "minecraft:air"}, - {pos: [5, 3, 0], state: "minecraft:air"}, - {pos: [5, 3, 1], state: "minecraft:air"}, - {pos: [5, 3, 2], state: "minecraft:redstone_wire{east:side,north:none,power:0,south:side,west:side}"}, - {pos: [5, 3, 3], state: "minecraft:comparator{facing:north,mode:compare,powered:false}", nbt: {OutputSignal: 0, id: "minecraft:comparator"}}, - {pos: [5, 3, 4], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [5, 3, 5], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:none,west:side}"}, - {pos: [5, 3, 6], state: "minecraft:air"}, - {pos: [5, 3, 7], state: "minecraft:air"}, - {pos: [5, 3, 8], state: "minecraft:air"}, - {pos: [5, 3, 9], state: "minecraft:air"}, - {pos: [6, 3, 0], state: "minecraft:air"}, - {pos: [6, 3, 1], state: "minecraft:air"}, - {pos: [6, 3, 2], state: "minecraft:target{power:0}"}, - {pos: [6, 3, 3], state: "minecraft:air"}, - {pos: [6, 3, 4], state: "minecraft:air"}, - {pos: [6, 3, 5], state: "minecraft:air"}, - {pos: [6, 3, 6], state: "minecraft:air"}, - {pos: [6, 3, 7], state: "minecraft:air"}, - {pos: [6, 3, 8], state: "minecraft:air"}, - {pos: [6, 3, 9], state: "minecraft:air"}, - {pos: [7, 3, 0], state: "minecraft:air"}, - {pos: [7, 3, 1], state: "minecraft:air"}, - {pos: [7, 3, 2], state: "minecraft:comparator{facing:west,mode:compare,powered:false}", nbt: {OutputSignal: 0, id: "minecraft:comparator"}}, - {pos: [7, 3, 3], state: "minecraft:redstone_wire{east:none,north:side,power:13,south:side,west:none}"}, - {pos: [7, 3, 4], state: "minecraft:redstone_wire{east:none,north:side,power:14,south:side,west:none}"}, - {pos: [7, 3, 5], state: "minecraft:redstone_wire{east:none,north:side,power:15,south:side,west:none}"}, - {pos: [7, 3, 6], state: "minecraft:air"}, - {pos: [7, 3, 7], state: "minecraft:air"}, - {pos: [7, 3, 8], state: "minecraft:air"}, - {pos: [7, 3, 9], state: "minecraft:air"}, - {pos: [8, 3, 0], state: "minecraft:air"}, - {pos: [8, 3, 1], state: "minecraft:air"}, - {pos: [8, 3, 2], state: "minecraft:note_block{instrument:bit,note:0,powered:false}"}, - {pos: [8, 3, 3], state: "minecraft:air"}, - {pos: [8, 3, 4], state: "minecraft:air"}, - {pos: [8, 3, 5], state: "minecraft:air"}, - {pos: [8, 3, 6], state: "minecraft:air"}, - {pos: [8, 3, 7], state: "minecraft:air"}, - {pos: [8, 3, 8], state: "minecraft:air"}, - {pos: [8, 3, 9], state: "minecraft:air"}, - {pos: [9, 3, 0], state: "minecraft:air"}, - {pos: [9, 3, 1], state: "minecraft:air"}, - {pos: [9, 3, 2], state: "minecraft:air"}, - {pos: [9, 3, 3], state: "minecraft:air"}, - {pos: [9, 3, 4], state: "minecraft:air"}, - {pos: [9, 3, 5], state: "minecraft:air"}, - {pos: [9, 3, 6], state: "minecraft:air"}, - {pos: [9, 3, 7], state: "minecraft:air"}, - {pos: [9, 3, 8], state: "minecraft:air"}, - {pos: [9, 3, 9], state: "minecraft:air"}, - {pos: [0, 4, 0], state: "minecraft:air"}, - {pos: [0, 4, 1], state: "minecraft:air"}, - {pos: [0, 4, 2], state: "minecraft:air"}, - {pos: [0, 4, 3], state: "minecraft:air"}, - {pos: [0, 4, 4], state: "minecraft:air"}, - {pos: [0, 4, 5], state: "minecraft:air"}, - {pos: [0, 4, 6], state: "minecraft:air"}, - {pos: [0, 4, 7], state: "minecraft:air"}, - {pos: [0, 4, 8], state: "minecraft:air"}, - {pos: [0, 4, 9], state: "minecraft:air"}, - {pos: [1, 4, 0], state: "minecraft:air"}, - {pos: [1, 4, 1], state: "minecraft:air"}, - {pos: [1, 4, 2], state: "minecraft:chest{facing:north,type:left,waterlogged:false}", nbt: {Items: [], id: "minecraft:chest"}}, - {pos: [1, 4, 3], state: "minecraft:air"}, - {pos: [1, 4, 4], state: "minecraft:air"}, - {pos: [1, 4, 5], state: "minecraft:air"}, - {pos: [1, 4, 6], state: "minecraft:air"}, - {pos: [1, 4, 7], state: "minecraft:air"}, - {pos: [1, 4, 8], state: "minecraft:air"}, - {pos: [1, 4, 9], state: "minecraft:air"}, - {pos: [2, 4, 0], state: "minecraft:air"}, - {pos: [2, 4, 1], state: "minecraft:air"}, - {pos: [2, 4, 2], state: "minecraft:chest{facing:north,type:right,waterlogged:false}", nbt: {Items: [], id: "minecraft:chest"}}, - {pos: [2, 4, 3], state: "minecraft:air"}, - {pos: [2, 4, 4], state: "minecraft:air"}, - {pos: [2, 4, 5], state: "minecraft:air"}, - {pos: [2, 4, 6], state: "minecraft:air"}, - {pos: [2, 4, 7], state: "minecraft:air"}, - {pos: [2, 4, 8], state: "minecraft:air"}, - {pos: [2, 4, 9], state: "minecraft:air"}, - {pos: [3, 4, 0], state: "minecraft:air"}, - {pos: [3, 4, 1], state: "minecraft:air"}, - {pos: [3, 4, 2], state: "minecraft:hopper{enabled:false,facing:west}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [3, 4, 3], state: "minecraft:air"}, - {pos: [3, 4, 4], state: "minecraft:air"}, - {pos: [3, 4, 5], state: "minecraft:air"}, - {pos: [3, 4, 6], state: "minecraft:air"}, - {pos: [3, 4, 7], state: "minecraft:air"}, - {pos: [3, 4, 8], state: "minecraft:air"}, - {pos: [3, 4, 9], state: "minecraft:air"}, - {pos: [4, 4, 0], state: "minecraft:air"}, - {pos: [4, 4, 1], state: "minecraft:air"}, - {pos: [4, 4, 2], state: "minecraft:redstone_wall_torch{facing:west,lit:true}"}, - {pos: [4, 4, 3], state: "minecraft:air"}, - {pos: [4, 4, 4], state: "minecraft:air"}, - {pos: [4, 4, 5], state: "minecraft:air"}, - {pos: [4, 4, 6], state: "minecraft:air"}, - {pos: [4, 4, 7], state: "minecraft:air"}, - {pos: [4, 4, 8], state: "minecraft:air"}, - {pos: [4, 4, 9], state: "minecraft:air"}, - {pos: [5, 4, 0], state: "minecraft:air"}, - {pos: [5, 4, 1], state: "minecraft:air"}, - {pos: [5, 4, 2], state: "minecraft:white_concrete"}, - {pos: [5, 4, 3], state: "minecraft:air"}, - {pos: [5, 4, 4], state: "minecraft:air"}, - {pos: [5, 4, 5], state: "minecraft:air"}, - {pos: [5, 4, 6], state: "minecraft:air"}, - {pos: [5, 4, 7], state: "minecraft:air"}, - {pos: [5, 4, 8], state: "minecraft:air"}, - {pos: [5, 4, 9], state: "minecraft:air"}, - {pos: [6, 4, 0], state: "minecraft:air"}, - {pos: [6, 4, 1], state: "minecraft:air"}, - {pos: [6, 4, 2], state: "minecraft:air"}, - {pos: [6, 4, 3], state: "minecraft:air"}, - {pos: [6, 4, 4], state: "minecraft:air"}, - {pos: [6, 4, 5], state: "minecraft:air"}, - {pos: [6, 4, 6], state: "minecraft:air"}, - {pos: [6, 4, 7], state: "minecraft:air"}, - {pos: [6, 4, 8], state: "minecraft:air"}, - {pos: [6, 4, 9], state: "minecraft:air"}, - {pos: [7, 4, 0], state: "minecraft:air"}, - {pos: [7, 4, 1], state: "minecraft:air"}, - {pos: [7, 4, 2], state: "minecraft:air"}, - {pos: [7, 4, 3], state: "minecraft:air"}, - {pos: [7, 4, 4], state: "minecraft:air"}, - {pos: [7, 4, 5], state: "minecraft:air"}, - {pos: [7, 4, 6], state: "minecraft:air"}, - {pos: [7, 4, 7], state: "minecraft:air"}, - {pos: [7, 4, 8], state: "minecraft:air"}, - {pos: [7, 4, 9], state: "minecraft:air"}, - {pos: [8, 4, 0], state: "minecraft:air"}, - {pos: [8, 4, 1], state: "minecraft:air"}, - {pos: [8, 4, 2], state: "minecraft:air"}, - {pos: [8, 4, 3], state: "minecraft:air"}, - {pos: [8, 4, 4], state: "minecraft:air"}, - {pos: [8, 4, 5], state: "minecraft:air"}, - {pos: [8, 4, 6], state: "minecraft:air"}, - {pos: [8, 4, 7], state: "minecraft:air"}, - {pos: [8, 4, 8], state: "minecraft:air"}, - {pos: [8, 4, 9], state: "minecraft:air"}, - {pos: [9, 4, 0], state: "minecraft:air"}, - {pos: [9, 4, 1], state: "minecraft:air"}, - {pos: [9, 4, 2], state: "minecraft:air"}, - {pos: [9, 4, 3], state: "minecraft:air"}, - {pos: [9, 4, 4], state: "minecraft:air"}, - {pos: [9, 4, 5], state: "minecraft:air"}, - {pos: [9, 4, 6], state: "minecraft:air"}, - {pos: [9, 4, 7], state: "minecraft:air"}, - {pos: [9, 4, 8], state: "minecraft:air"}, - {pos: [9, 4, 9], state: "minecraft:air"}, - {pos: [0, 5, 0], state: "minecraft:air"}, - {pos: [0, 5, 1], state: "minecraft:air"}, - {pos: [0, 5, 2], state: "minecraft:air"}, - {pos: [0, 5, 3], state: "minecraft:air"}, - {pos: [0, 5, 4], state: "minecraft:air"}, - {pos: [0, 5, 5], state: "minecraft:air"}, - {pos: [0, 5, 6], state: "minecraft:air"}, - {pos: [0, 5, 7], state: "minecraft:air"}, - {pos: [0, 5, 8], state: "minecraft:air"}, - {pos: [0, 5, 9], state: "minecraft:air"}, - {pos: [1, 5, 0], state: "minecraft:air"}, - {pos: [1, 5, 1], state: "minecraft:air"}, - {pos: [1, 5, 2], state: "minecraft:air"}, - {pos: [1, 5, 3], state: "minecraft:air"}, - {pos: [1, 5, 4], state: "minecraft:air"}, - {pos: [1, 5, 5], state: "minecraft:air"}, - {pos: [1, 5, 6], state: "minecraft:air"}, - {pos: [1, 5, 7], state: "minecraft:air"}, - {pos: [1, 5, 8], state: "minecraft:air"}, - {pos: [1, 5, 9], state: "minecraft:air"}, - {pos: [2, 5, 0], state: "minecraft:air"}, - {pos: [2, 5, 1], state: "minecraft:air"}, - {pos: [2, 5, 2], state: "minecraft:air"}, - {pos: [2, 5, 3], state: "minecraft:air"}, - {pos: [2, 5, 4], state: "minecraft:air"}, - {pos: [2, 5, 5], state: "minecraft:air"}, - {pos: [2, 5, 6], state: "minecraft:air"}, - {pos: [2, 5, 7], state: "minecraft:air"}, - {pos: [2, 5, 8], state: "minecraft:air"}, - {pos: [2, 5, 9], state: "minecraft:air"}, - {pos: [3, 5, 0], state: "minecraft:air"}, - {pos: [3, 5, 1], state: "minecraft:air"}, - {pos: [3, 5, 2], state: "minecraft:barrel{facing:north,open:false}", nbt: {Items: [{Count: 1b, Slot: 0b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 1b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 2b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 3b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 4b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 5b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 6b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 7b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 8b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 9b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 10b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 11b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 12b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 13b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 14b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 15b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 16b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 17b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 18b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 19b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 20b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 21b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 22b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 23b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 24b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 25b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 26b, id: "minecraft:shears", tag: {Damage: 0}}], id: "minecraft:barrel"}}, - {pos: [3, 5, 3], state: "minecraft:air"}, - {pos: [3, 5, 4], state: "minecraft:air"}, - {pos: [3, 5, 5], state: "minecraft:air"}, - {pos: [3, 5, 6], state: "minecraft:air"}, - {pos: [3, 5, 7], state: "minecraft:air"}, - {pos: [3, 5, 8], state: "minecraft:air"}, - {pos: [3, 5, 9], state: "minecraft:air"}, - {pos: [4, 5, 0], state: "minecraft:air"}, - {pos: [4, 5, 1], state: "minecraft:air"}, - {pos: [4, 5, 2], state: "minecraft:air"}, - {pos: [4, 5, 3], state: "minecraft:air"}, - {pos: [4, 5, 4], state: "minecraft:air"}, - {pos: [4, 5, 5], state: "minecraft:air"}, - {pos: [4, 5, 6], state: "minecraft:air"}, - {pos: [4, 5, 7], state: "minecraft:air"}, - {pos: [4, 5, 8], state: "minecraft:air"}, - {pos: [4, 5, 9], state: "minecraft:air"}, - {pos: [5, 5, 0], state: "minecraft:air"}, - {pos: [5, 5, 1], state: "minecraft:air"}, - {pos: [5, 5, 2], state: "minecraft:redstone_wire{east:side,north:side,power:0,south:side,west:side}"}, - {pos: [5, 5, 3], state: "minecraft:air"}, - {pos: [5, 5, 4], state: "minecraft:air"}, - {pos: [5, 5, 5], state: "minecraft:air"}, - {pos: [5, 5, 6], state: "minecraft:air"}, - {pos: [5, 5, 7], state: "minecraft:air"}, - {pos: [5, 5, 8], state: "minecraft:air"}, - {pos: [5, 5, 9], state: "minecraft:air"}, - {pos: [6, 5, 0], state: "minecraft:air"}, - {pos: [6, 5, 1], state: "minecraft:air"}, - {pos: [6, 5, 2], state: "minecraft:red_terracotta"}, - {pos: [6, 5, 3], state: "minecraft:air"}, - {pos: [6, 5, 4], state: "minecraft:air"}, - {pos: [6, 5, 5], state: "minecraft:air"}, - {pos: [6, 5, 6], state: "minecraft:air"}, - {pos: [6, 5, 7], state: "minecraft:air"}, - {pos: [6, 5, 8], state: "minecraft:air"}, - {pos: [6, 5, 9], state: "minecraft:air"}, - {pos: [7, 5, 0], state: "minecraft:air"}, - {pos: [7, 5, 1], state: "minecraft:air"}, - {pos: [7, 5, 2], state: "minecraft:air"}, - {pos: [7, 5, 3], state: "minecraft:air"}, - {pos: [7, 5, 4], state: "minecraft:air"}, - {pos: [7, 5, 5], state: "minecraft:air"}, - {pos: [7, 5, 6], state: "minecraft:air"}, - {pos: [7, 5, 7], state: "minecraft:air"}, - {pos: [7, 5, 8], state: "minecraft:air"}, - {pos: [7, 5, 9], state: "minecraft:air"}, - {pos: [8, 5, 0], state: "minecraft:air"}, - {pos: [8, 5, 1], state: "minecraft:air"}, - {pos: [8, 5, 2], state: "minecraft:air"}, - {pos: [8, 5, 3], state: "minecraft:air"}, - {pos: [8, 5, 4], state: "minecraft:air"}, - {pos: [8, 5, 5], state: "minecraft:air"}, - {pos: [8, 5, 6], state: "minecraft:air"}, - {pos: [8, 5, 7], state: "minecraft:air"}, - {pos: [8, 5, 8], state: "minecraft:air"}, - {pos: [8, 5, 9], state: "minecraft:air"}, - {pos: [9, 5, 0], state: "minecraft:air"}, - {pos: [9, 5, 1], state: "minecraft:air"}, - {pos: [9, 5, 2], state: "minecraft:air"}, - {pos: [9, 5, 3], state: "minecraft:air"}, - {pos: [9, 5, 4], state: "minecraft:air"}, - {pos: [9, 5, 5], state: "minecraft:air"}, - {pos: [9, 5, 6], state: "minecraft:air"}, - {pos: [9, 5, 7], state: "minecraft:air"}, - {pos: [9, 5, 8], state: "minecraft:air"}, - {pos: [9, 5, 9], state: "minecraft:air"}, - {pos: [0, 6, 0], state: "minecraft:air"}, - {pos: [0, 6, 1], state: "minecraft:air"}, - {pos: [0, 6, 2], state: "minecraft:air"}, - {pos: [0, 6, 3], state: "minecraft:air"}, - {pos: [0, 6, 4], state: "minecraft:air"}, - {pos: [0, 6, 5], state: "minecraft:air"}, - {pos: [0, 6, 6], state: "minecraft:air"}, - {pos: [0, 6, 7], state: "minecraft:air"}, - {pos: [0, 6, 8], state: "minecraft:air"}, - {pos: [0, 6, 9], state: "minecraft:air"}, - {pos: [1, 6, 0], state: "minecraft:air"}, - {pos: [1, 6, 1], state: "minecraft:air"}, - {pos: [1, 6, 2], state: "minecraft:air"}, - {pos: [1, 6, 3], state: "minecraft:air"}, - {pos: [1, 6, 4], state: "minecraft:air"}, - {pos: [1, 6, 5], state: "minecraft:air"}, - {pos: [1, 6, 6], state: "minecraft:air"}, - {pos: [1, 6, 7], state: "minecraft:air"}, - {pos: [1, 6, 8], state: "minecraft:air"}, - {pos: [1, 6, 9], state: "minecraft:air"}, - {pos: [2, 6, 0], state: "minecraft:air"}, - {pos: [2, 6, 1], state: "minecraft:air"}, - {pos: [2, 6, 2], state: "minecraft:air"}, - {pos: [2, 6, 3], state: "minecraft:air"}, - {pos: [2, 6, 4], state: "minecraft:air"}, - {pos: [2, 6, 5], state: "minecraft:air"}, - {pos: [2, 6, 6], state: "minecraft:air"}, - {pos: [2, 6, 7], state: "minecraft:air"}, - {pos: [2, 6, 8], state: "minecraft:air"}, - {pos: [2, 6, 9], state: "minecraft:air"}, - {pos: [3, 6, 0], state: "minecraft:air"}, - {pos: [3, 6, 1], state: "minecraft:air"}, - {pos: [3, 6, 2], state: "minecraft:air"}, - {pos: [3, 6, 3], state: "minecraft:air"}, - {pos: [3, 6, 4], state: "minecraft:air"}, - {pos: [3, 6, 5], state: "minecraft:air"}, - {pos: [3, 6, 6], state: "minecraft:air"}, - {pos: [3, 6, 7], state: "minecraft:air"}, - {pos: [3, 6, 8], state: "minecraft:air"}, - {pos: [3, 6, 9], state: "minecraft:air"}, - {pos: [4, 6, 0], state: "minecraft:air"}, - {pos: [4, 6, 1], state: "minecraft:air"}, - {pos: [4, 6, 2], state: "minecraft:air"}, - {pos: [4, 6, 3], state: "minecraft:air"}, - {pos: [4, 6, 4], state: "minecraft:air"}, - {pos: [4, 6, 5], state: "minecraft:air"}, - {pos: [4, 6, 6], state: "minecraft:air"}, - {pos: [4, 6, 7], state: "minecraft:air"}, - {pos: [4, 6, 8], state: "minecraft:air"}, - {pos: [4, 6, 9], state: "minecraft:air"}, - {pos: [5, 6, 0], state: "minecraft:air"}, - {pos: [5, 6, 1], state: "minecraft:air"}, - {pos: [5, 6, 2], state: "minecraft:air"}, - {pos: [5, 6, 3], state: "minecraft:air"}, - {pos: [5, 6, 4], state: "minecraft:air"}, - {pos: [5, 6, 5], state: "minecraft:air"}, - {pos: [5, 6, 6], state: "minecraft:air"}, - {pos: [5, 6, 7], state: "minecraft:air"}, - {pos: [5, 6, 8], state: "minecraft:air"}, - {pos: [5, 6, 9], state: "minecraft:air"}, - {pos: [6, 6, 0], state: "minecraft:air"}, - {pos: [6, 6, 1], state: "minecraft:air"}, - {pos: [6, 6, 2], state: "minecraft:air"}, - {pos: [6, 6, 3], state: "minecraft:air"}, - {pos: [6, 6, 4], state: "minecraft:air"}, - {pos: [6, 6, 5], state: "minecraft:air"}, - {pos: [6, 6, 6], state: "minecraft:air"}, - {pos: [6, 6, 7], state: "minecraft:air"}, - {pos: [6, 6, 8], state: "minecraft:air"}, - {pos: [6, 6, 9], state: "minecraft:air"}, - {pos: [7, 6, 0], state: "minecraft:air"}, - {pos: [7, 6, 1], state: "minecraft:air"}, - {pos: [7, 6, 2], state: "minecraft:air"}, - {pos: [7, 6, 3], state: "minecraft:air"}, - {pos: [7, 6, 4], state: "minecraft:air"}, - {pos: [7, 6, 5], state: "minecraft:air"}, - {pos: [7, 6, 6], state: "minecraft:air"}, - {pos: [7, 6, 7], state: "minecraft:air"}, - {pos: [7, 6, 8], state: "minecraft:air"}, - {pos: [7, 6, 9], state: "minecraft:air"}, - {pos: [8, 6, 0], state: "minecraft:air"}, - {pos: [8, 6, 1], state: "minecraft:air"}, - {pos: [8, 6, 2], state: "minecraft:air"}, - {pos: [8, 6, 3], state: "minecraft:air"}, - {pos: [8, 6, 4], state: "minecraft:air"}, - {pos: [8, 6, 5], state: "minecraft:air"}, - {pos: [8, 6, 6], state: "minecraft:air"}, - {pos: [8, 6, 7], state: "minecraft:air"}, - {pos: [8, 6, 8], state: "minecraft:air"}, - {pos: [8, 6, 9], state: "minecraft:air"}, - {pos: [9, 6, 0], state: "minecraft:air"}, - {pos: [9, 6, 1], state: "minecraft:air"}, - {pos: [9, 6, 2], state: "minecraft:air"}, - {pos: [9, 6, 3], state: "minecraft:air"}, - {pos: [9, 6, 4], state: "minecraft:air"}, - {pos: [9, 6, 5], state: "minecraft:air"}, - {pos: [9, 6, 6], state: "minecraft:air"}, - {pos: [9, 6, 7], state: "minecraft:air"}, - {pos: [9, 6, 8], state: "minecraft:air"}, - {pos: [9, 6, 9], state: "minecraft:air"} - ], - entities: [], - palette: [ - "minecraft:green_concrete", - "minecraft:white_concrete", - "minecraft:redstone_block", - "minecraft:emerald_block", - "minecraft:target{power:0}", - "minecraft:note_block{instrument:bit,note:0,powered:false}", - "minecraft:red_terracotta", - "minecraft:air", - "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}", - "minecraft:repeater{delay:1,facing:south,locked:false,powered:false}", - "minecraft:redstone_wire{east:up,north:none,power:0,south:none,west:side}", - "minecraft:redstone_wire{east:side,north:none,power:0,south:side,west:side}", - "minecraft:redstone_wire{east:none,north:side,power:0,south:none,west:side}", - "minecraft:redstone_wire{east:none,north:side,power:13,south:side,west:none}", - "minecraft:redstone_wire{east:none,north:side,power:14,south:side,west:none}", - "minecraft:redstone_wire{east:none,north:side,power:15,south:side,west:none}", - "minecraft:redstone_wall_torch{facing:west,lit:true}", - "minecraft:redstone_wire{east:side,north:side,power:0,south:side,west:side}", - "minecraft:command_block{conditional:false,facing:north}", - "minecraft:comparator{facing:east,mode:compare,powered:false}", - "minecraft:hopper{enabled:true,facing:east}", - "minecraft:barrel{facing:north,open:false}", - "minecraft:comparator{facing:west,mode:compare,powered:false}", - "minecraft:comparator{facing:north,mode:compare,powered:false}", - "minecraft:chest{facing:north,type:left,waterlogged:false}", - "minecraft:chest{facing:north,type:right,waterlogged:false}", - "minecraft:hopper{enabled:false,facing:west}" - ] -} diff --git a/testserver/gameteststructures/test_redstone.hopper_interaction_change.snbt b/testserver/gameteststructures/test_redstone.hopper_interaction_change.snbt deleted file mode 100644 index 4b3615cfe..000000000 --- a/testserver/gameteststructures/test_redstone.hopper_interaction_change.snbt +++ /dev/null @@ -1,738 +0,0 @@ -{ - DataVersion: 3120, - size: [10, 7, 10], - data: [ - {pos: [0, 0, 0], state: "minecraft:green_concrete"}, - {pos: [0, 0, 1], state: "minecraft:green_concrete"}, - {pos: [0, 0, 2], state: "minecraft:green_concrete"}, - {pos: [0, 0, 3], state: "minecraft:green_concrete"}, - {pos: [0, 0, 4], state: "minecraft:green_concrete"}, - {pos: [0, 0, 5], state: "minecraft:green_concrete"}, - {pos: [0, 0, 6], state: "minecraft:green_concrete"}, - {pos: [0, 0, 7], state: "minecraft:green_concrete"}, - {pos: [0, 0, 8], state: "minecraft:green_concrete"}, - {pos: [0, 0, 9], state: "minecraft:green_concrete"}, - {pos: [1, 0, 0], state: "minecraft:green_concrete"}, - {pos: [1, 0, 1], state: "minecraft:green_concrete"}, - {pos: [1, 0, 2], state: "minecraft:green_concrete"}, - {pos: [1, 0, 3], state: "minecraft:green_concrete"}, - {pos: [1, 0, 4], state: "minecraft:green_concrete"}, - {pos: [1, 0, 5], state: "minecraft:green_concrete"}, - {pos: [1, 0, 6], state: "minecraft:green_concrete"}, - {pos: [1, 0, 7], state: "minecraft:green_concrete"}, - {pos: [1, 0, 8], state: "minecraft:green_concrete"}, - {pos: [1, 0, 9], state: "minecraft:green_concrete"}, - {pos: [2, 0, 0], state: "minecraft:green_concrete"}, - {pos: [2, 0, 1], state: "minecraft:green_concrete"}, - {pos: [2, 0, 2], state: "minecraft:green_concrete"}, - {pos: [2, 0, 3], state: "minecraft:green_concrete"}, - {pos: [2, 0, 4], state: "minecraft:green_concrete"}, - {pos: [2, 0, 5], state: "minecraft:green_concrete"}, - {pos: [2, 0, 6], state: "minecraft:green_concrete"}, - {pos: [2, 0, 7], state: "minecraft:green_concrete"}, - {pos: [2, 0, 8], state: "minecraft:green_concrete"}, - {pos: [2, 0, 9], state: "minecraft:green_concrete"}, - {pos: [3, 0, 0], state: "minecraft:green_concrete"}, - {pos: [3, 0, 1], state: "minecraft:green_concrete"}, - {pos: [3, 0, 2], state: "minecraft:green_concrete"}, - {pos: [3, 0, 3], state: "minecraft:green_concrete"}, - {pos: [3, 0, 4], state: "minecraft:green_concrete"}, - {pos: [3, 0, 5], state: "minecraft:green_concrete"}, - {pos: [3, 0, 6], state: "minecraft:green_concrete"}, - {pos: [3, 0, 7], state: "minecraft:green_concrete"}, - {pos: [3, 0, 8], state: "minecraft:green_concrete"}, - {pos: [3, 0, 9], state: "minecraft:green_concrete"}, - {pos: [4, 0, 0], state: "minecraft:green_concrete"}, - {pos: [4, 0, 1], state: "minecraft:green_concrete"}, - {pos: [4, 0, 2], state: "minecraft:green_concrete"}, - {pos: [4, 0, 3], state: "minecraft:green_concrete"}, - {pos: [4, 0, 4], state: "minecraft:green_concrete"}, - {pos: [4, 0, 5], state: "minecraft:green_concrete"}, - {pos: [4, 0, 6], state: "minecraft:green_concrete"}, - {pos: [4, 0, 7], state: "minecraft:green_concrete"}, - {pos: [4, 0, 8], state: "minecraft:green_concrete"}, - {pos: [4, 0, 9], state: "minecraft:green_concrete"}, - {pos: [5, 0, 0], state: "minecraft:green_concrete"}, - {pos: [5, 0, 1], state: "minecraft:green_concrete"}, - {pos: [5, 0, 2], state: "minecraft:green_concrete"}, - {pos: [5, 0, 3], state: "minecraft:green_concrete"}, - {pos: [5, 0, 4], state: "minecraft:green_concrete"}, - {pos: [5, 0, 5], state: "minecraft:green_concrete"}, - {pos: [5, 0, 6], state: "minecraft:green_concrete"}, - {pos: [5, 0, 7], state: "minecraft:green_concrete"}, - {pos: [5, 0, 8], state: "minecraft:green_concrete"}, - {pos: [5, 0, 9], state: "minecraft:green_concrete"}, - {pos: [6, 0, 0], state: "minecraft:green_concrete"}, - {pos: [6, 0, 1], state: "minecraft:green_concrete"}, - {pos: [6, 0, 2], state: "minecraft:green_concrete"}, - {pos: [6, 0, 3], state: "minecraft:green_concrete"}, - {pos: [6, 0, 4], state: "minecraft:green_concrete"}, - {pos: [6, 0, 5], state: "minecraft:green_concrete"}, - {pos: [6, 0, 6], state: "minecraft:green_concrete"}, - {pos: [6, 0, 7], state: "minecraft:green_concrete"}, - {pos: [6, 0, 8], state: "minecraft:green_concrete"}, - {pos: [6, 0, 9], state: "minecraft:green_concrete"}, - {pos: [7, 0, 0], state: "minecraft:green_concrete"}, - {pos: [7, 0, 1], state: "minecraft:green_concrete"}, - {pos: [7, 0, 2], state: "minecraft:green_concrete"}, - {pos: [7, 0, 3], state: "minecraft:green_concrete"}, - {pos: [7, 0, 4], state: "minecraft:green_concrete"}, - {pos: [7, 0, 5], state: "minecraft:green_concrete"}, - {pos: [7, 0, 6], state: "minecraft:green_concrete"}, - {pos: [7, 0, 7], state: "minecraft:green_concrete"}, - {pos: [7, 0, 8], state: "minecraft:green_concrete"}, - {pos: [7, 0, 9], state: "minecraft:green_concrete"}, - {pos: [8, 0, 0], state: "minecraft:green_concrete"}, - {pos: [8, 0, 1], state: "minecraft:green_concrete"}, - {pos: [8, 0, 2], state: "minecraft:green_concrete"}, - {pos: [8, 0, 3], state: "minecraft:green_concrete"}, - {pos: [8, 0, 4], state: "minecraft:green_concrete"}, - {pos: [8, 0, 5], state: "minecraft:green_concrete"}, - {pos: [8, 0, 6], state: "minecraft:green_concrete"}, - {pos: [8, 0, 7], state: "minecraft:green_concrete"}, - {pos: [8, 0, 8], state: "minecraft:green_concrete"}, - {pos: [8, 0, 9], state: "minecraft:green_concrete"}, - {pos: [9, 0, 0], state: "minecraft:green_concrete"}, - {pos: [9, 0, 1], state: "minecraft:green_concrete"}, - {pos: [9, 0, 2], state: "minecraft:green_concrete"}, - {pos: [9, 0, 3], state: "minecraft:green_concrete"}, - {pos: [9, 0, 4], state: "minecraft:green_concrete"}, - {pos: [9, 0, 5], state: "minecraft:green_concrete"}, - {pos: [9, 0, 6], state: "minecraft:green_concrete"}, - {pos: [9, 0, 7], state: "minecraft:green_concrete"}, - {pos: [9, 0, 8], state: "minecraft:green_concrete"}, - {pos: [9, 0, 9], state: "minecraft:green_concrete"}, - {pos: [0, 1, 0], state: "minecraft:air"}, - {pos: [0, 1, 1], state: "minecraft:air"}, - {pos: [0, 1, 2], state: "minecraft:air"}, - {pos: [0, 1, 3], state: "minecraft:air"}, - {pos: [0, 1, 4], state: "minecraft:air"}, - {pos: [0, 1, 5], state: "minecraft:air"}, - {pos: [0, 1, 6], state: "minecraft:air"}, - {pos: [0, 1, 7], state: "minecraft:air"}, - {pos: [0, 1, 8], state: "minecraft:air"}, - {pos: [0, 1, 9], state: "minecraft:air"}, - {pos: [1, 1, 0], state: "minecraft:air"}, - {pos: [1, 1, 1], state: "minecraft:air"}, - {pos: [1, 1, 2], state: "minecraft:air"}, - {pos: [1, 1, 3], state: "minecraft:air"}, - {pos: [1, 1, 4], state: "minecraft:air"}, - {pos: [1, 1, 5], state: "minecraft:air"}, - {pos: [1, 1, 6], state: "minecraft:air"}, - {pos: [1, 1, 7], state: "minecraft:air"}, - {pos: [1, 1, 8], state: "minecraft:air"}, - {pos: [1, 1, 9], state: "minecraft:air"}, - {pos: [2, 1, 0], state: "minecraft:air"}, - {pos: [2, 1, 1], state: "minecraft:air"}, - {pos: [2, 1, 2], state: "minecraft:command_block{conditional:false,facing:up}", nbt: {Command: "setblock ~ ~3 ~ air", CustomName: '{"text":"@"}', SuccessCount: 0, TrackOutput: 1b, UpdateLastExecution: 1b, auto: 0b, conditionMet: 0b, id: "minecraft:command_block", powered: 0b}}, - {pos: [2, 1, 3], state: "minecraft:air"}, - {pos: [2, 1, 4], state: "minecraft:air"}, - {pos: [2, 1, 5], state: "minecraft:white_concrete"}, - {pos: [2, 1, 6], state: "minecraft:air"}, - {pos: [2, 1, 7], state: "minecraft:air"}, - {pos: [2, 1, 8], state: "minecraft:air"}, - {pos: [2, 1, 9], state: "minecraft:air"}, - {pos: [3, 1, 0], state: "minecraft:air"}, - {pos: [3, 1, 1], state: "minecraft:air"}, - {pos: [3, 1, 2], state: "minecraft:white_concrete"}, - {pos: [3, 1, 3], state: "minecraft:white_concrete"}, - {pos: [3, 1, 4], state: "minecraft:white_concrete"}, - {pos: [3, 1, 5], state: "minecraft:white_concrete"}, - {pos: [3, 1, 6], state: "minecraft:air"}, - {pos: [3, 1, 7], state: "minecraft:air"}, - {pos: [3, 1, 8], state: "minecraft:air"}, - {pos: [3, 1, 9], state: "minecraft:air"}, - {pos: [4, 1, 0], state: "minecraft:air"}, - {pos: [4, 1, 1], state: "minecraft:air"}, - {pos: [4, 1, 2], state: "minecraft:air"}, - {pos: [4, 1, 3], state: "minecraft:air"}, - {pos: [4, 1, 4], state: "minecraft:air"}, - {pos: [4, 1, 5], state: "minecraft:white_concrete"}, - {pos: [4, 1, 6], state: "minecraft:air"}, - {pos: [4, 1, 7], state: "minecraft:air"}, - {pos: [4, 1, 8], state: "minecraft:air"}, - {pos: [4, 1, 9], state: "minecraft:air"}, - {pos: [5, 1, 0], state: "minecraft:air"}, - {pos: [5, 1, 1], state: "minecraft:air"}, - {pos: [5, 1, 2], state: "minecraft:air"}, - {pos: [5, 1, 3], state: "minecraft:air"}, - {pos: [5, 1, 4], state: "minecraft:air"}, - {pos: [5, 1, 5], state: "minecraft:air"}, - {pos: [5, 1, 6], state: "minecraft:air"}, - {pos: [5, 1, 7], state: "minecraft:air"}, - {pos: [5, 1, 8], state: "minecraft:air"}, - {pos: [5, 1, 9], state: "minecraft:air"}, - {pos: [6, 1, 0], state: "minecraft:air"}, - {pos: [6, 1, 1], state: "minecraft:air"}, - {pos: [6, 1, 2], state: "minecraft:air"}, - {pos: [6, 1, 3], state: "minecraft:air"}, - {pos: [6, 1, 4], state: "minecraft:air"}, - {pos: [6, 1, 5], state: "minecraft:air"}, - {pos: [6, 1, 6], state: "minecraft:air"}, - {pos: [6, 1, 7], state: "minecraft:air"}, - {pos: [6, 1, 8], state: "minecraft:air"}, - {pos: [6, 1, 9], state: "minecraft:air"}, - {pos: [7, 1, 0], state: "minecraft:air"}, - {pos: [7, 1, 1], state: "minecraft:air"}, - {pos: [7, 1, 2], state: "minecraft:air"}, - {pos: [7, 1, 3], state: "minecraft:air"}, - {pos: [7, 1, 4], state: "minecraft:air"}, - {pos: [7, 1, 5], state: "minecraft:air"}, - {pos: [7, 1, 6], state: "minecraft:air"}, - {pos: [7, 1, 7], state: "minecraft:air"}, - {pos: [7, 1, 8], state: "minecraft:air"}, - {pos: [7, 1, 9], state: "minecraft:air"}, - {pos: [8, 1, 0], state: "minecraft:air"}, - {pos: [8, 1, 1], state: "minecraft:air"}, - {pos: [8, 1, 2], state: "minecraft:air"}, - {pos: [8, 1, 3], state: "minecraft:air"}, - {pos: [8, 1, 4], state: "minecraft:air"}, - {pos: [8, 1, 5], state: "minecraft:air"}, - {pos: [8, 1, 6], state: "minecraft:air"}, - {pos: [8, 1, 7], state: "minecraft:air"}, - {pos: [8, 1, 8], state: "minecraft:air"}, - {pos: [8, 1, 9], state: "minecraft:air"}, - {pos: [9, 1, 0], state: "minecraft:air"}, - {pos: [9, 1, 1], state: "minecraft:air"}, - {pos: [9, 1, 2], state: "minecraft:air"}, - {pos: [9, 1, 3], state: "minecraft:air"}, - {pos: [9, 1, 4], state: "minecraft:air"}, - {pos: [9, 1, 5], state: "minecraft:air"}, - {pos: [9, 1, 6], state: "minecraft:air"}, - {pos: [9, 1, 7], state: "minecraft:air"}, - {pos: [9, 1, 8], state: "minecraft:air"}, - {pos: [9, 1, 9], state: "minecraft:air"}, - {pos: [0, 2, 0], state: "minecraft:air"}, - {pos: [0, 2, 1], state: "minecraft:air"}, - {pos: [0, 2, 2], state: "minecraft:air"}, - {pos: [0, 2, 3], state: "minecraft:air"}, - {pos: [0, 2, 4], state: "minecraft:air"}, - {pos: [0, 2, 5], state: "minecraft:air"}, - {pos: [0, 2, 6], state: "minecraft:air"}, - {pos: [0, 2, 7], state: "minecraft:air"}, - {pos: [0, 2, 8], state: "minecraft:air"}, - {pos: [0, 2, 9], state: "minecraft:air"}, - {pos: [1, 2, 0], state: "minecraft:air"}, - {pos: [1, 2, 1], state: "minecraft:air"}, - {pos: [1, 2, 2], state: "minecraft:white_concrete"}, - {pos: [1, 2, 3], state: "minecraft:white_concrete"}, - {pos: [1, 2, 4], state: "minecraft:white_concrete"}, - {pos: [1, 2, 5], state: "minecraft:white_concrete"}, - {pos: [1, 2, 6], state: "minecraft:air"}, - {pos: [1, 2, 7], state: "minecraft:air"}, - {pos: [1, 2, 8], state: "minecraft:air"}, - {pos: [1, 2, 9], state: "minecraft:air"}, - {pos: [2, 2, 0], state: "minecraft:air"}, - {pos: [2, 2, 1], state: "minecraft:air"}, - {pos: [2, 2, 2], state: "minecraft:command_block{conditional:false,facing:north}", nbt: {Command: "setblock ~ ~2 ~ chest", CustomName: '{"text":"@"}', SuccessCount: 0, TrackOutput: 1b, UpdateLastExecution: 1b, auto: 0b, conditionMet: 0b, id: "minecraft:command_block", powered: 0b}}, - {pos: [2, 2, 3], state: "minecraft:air"}, - {pos: [2, 2, 4], state: "minecraft:air"}, - {pos: [2, 2, 5], state: "minecraft:comparator{facing:east,mode:compare,powered:false}", nbt: {OutputSignal: 0, id: "minecraft:comparator"}}, - {pos: [2, 2, 6], state: "minecraft:air"}, - {pos: [2, 2, 7], state: "minecraft:air"}, - {pos: [2, 2, 8], state: "minecraft:air"}, - {pos: [2, 2, 9], state: "minecraft:air"}, - {pos: [3, 2, 0], state: "minecraft:air"}, - {pos: [3, 2, 1], state: "minecraft:air"}, - {pos: [3, 2, 2], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [3, 2, 3], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [3, 2, 4], state: "minecraft:repeater{delay:1,facing:south,locked:false,powered:false}"}, - {pos: [3, 2, 5], state: "minecraft:white_concrete"}, - {pos: [3, 2, 6], state: "minecraft:air"}, - {pos: [3, 2, 7], state: "minecraft:air"}, - {pos: [3, 2, 8], state: "minecraft:air"}, - {pos: [3, 2, 9], state: "minecraft:air"}, - {pos: [4, 2, 0], state: "minecraft:air"}, - {pos: [4, 2, 1], state: "minecraft:air"}, - {pos: [4, 2, 2], state: "minecraft:white_concrete"}, - {pos: [4, 2, 3], state: "minecraft:air"}, - {pos: [4, 2, 4], state: "minecraft:air"}, - {pos: [4, 2, 5], state: "minecraft:redstone_wire{east:up,north:none,power:0,south:none,west:side}"}, - {pos: [4, 2, 6], state: "minecraft:air"}, - {pos: [4, 2, 7], state: "minecraft:air"}, - {pos: [4, 2, 8], state: "minecraft:air"}, - {pos: [4, 2, 9], state: "minecraft:air"}, - {pos: [5, 2, 0], state: "minecraft:air"}, - {pos: [5, 2, 1], state: "minecraft:air"}, - {pos: [5, 2, 2], state: "minecraft:white_concrete"}, - {pos: [5, 2, 3], state: "minecraft:white_concrete"}, - {pos: [5, 2, 4], state: "minecraft:white_concrete"}, - {pos: [5, 2, 5], state: "minecraft:white_concrete"}, - {pos: [5, 2, 6], state: "minecraft:air"}, - {pos: [5, 2, 7], state: "minecraft:air"}, - {pos: [5, 2, 8], state: "minecraft:air"}, - {pos: [5, 2, 9], state: "minecraft:air"}, - {pos: [6, 2, 0], state: "minecraft:air"}, - {pos: [6, 2, 1], state: "minecraft:air"}, - {pos: [6, 2, 2], state: "minecraft:white_concrete"}, - {pos: [6, 2, 3], state: "minecraft:air"}, - {pos: [6, 2, 4], state: "minecraft:air"}, - {pos: [6, 2, 5], state: "minecraft:air"}, - {pos: [6, 2, 6], state: "minecraft:air"}, - {pos: [6, 2, 7], state: "minecraft:air"}, - {pos: [6, 2, 8], state: "minecraft:air"}, - {pos: [6, 2, 9], state: "minecraft:air"}, - {pos: [7, 2, 0], state: "minecraft:air"}, - {pos: [7, 2, 1], state: "minecraft:air"}, - {pos: [7, 2, 2], state: "minecraft:white_concrete"}, - {pos: [7, 2, 3], state: "minecraft:white_concrete"}, - {pos: [7, 2, 4], state: "minecraft:white_concrete"}, - {pos: [7, 2, 5], state: "minecraft:redstone_block"}, - {pos: [7, 2, 6], state: "minecraft:air"}, - {pos: [7, 2, 7], state: "minecraft:air"}, - {pos: [7, 2, 8], state: "minecraft:air"}, - {pos: [7, 2, 9], state: "minecraft:air"}, - {pos: [8, 2, 0], state: "minecraft:air"}, - {pos: [8, 2, 1], state: "minecraft:air"}, - {pos: [8, 2, 2], state: "minecraft:emerald_block"}, - {pos: [8, 2, 3], state: "minecraft:air"}, - {pos: [8, 2, 4], state: "minecraft:air"}, - {pos: [8, 2, 5], state: "minecraft:air"}, - {pos: [8, 2, 6], state: "minecraft:air"}, - {pos: [8, 2, 7], state: "minecraft:air"}, - {pos: [8, 2, 8], state: "minecraft:air"}, - {pos: [8, 2, 9], state: "minecraft:air"}, - {pos: [9, 2, 0], state: "minecraft:air"}, - {pos: [9, 2, 1], state: "minecraft:air"}, - {pos: [9, 2, 2], state: "minecraft:air"}, - {pos: [9, 2, 3], state: "minecraft:air"}, - {pos: [9, 2, 4], state: "minecraft:air"}, - {pos: [9, 2, 5], state: "minecraft:air"}, - {pos: [9, 2, 6], state: "minecraft:air"}, - {pos: [9, 2, 7], state: "minecraft:air"}, - {pos: [9, 2, 8], state: "minecraft:air"}, - {pos: [9, 2, 9], state: "minecraft:air"}, - {pos: [0, 3, 0], state: "minecraft:air"}, - {pos: [0, 3, 1], state: "minecraft:air"}, - {pos: [0, 3, 2], state: "minecraft:air"}, - {pos: [0, 3, 3], state: "minecraft:air"}, - {pos: [0, 3, 4], state: "minecraft:air"}, - {pos: [0, 3, 5], state: "minecraft:air"}, - {pos: [0, 3, 6], state: "minecraft:air"}, - {pos: [0, 3, 7], state: "minecraft:air"}, - {pos: [0, 3, 8], state: "minecraft:air"}, - {pos: [0, 3, 9], state: "minecraft:air"}, - {pos: [1, 3, 0], state: "minecraft:air"}, - {pos: [1, 3, 1], state: "minecraft:air"}, - {pos: [1, 3, 2], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [1, 3, 3], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [1, 3, 4], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [1, 3, 5], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [1, 3, 6], state: "minecraft:air"}, - {pos: [1, 3, 7], state: "minecraft:air"}, - {pos: [1, 3, 8], state: "minecraft:air"}, - {pos: [1, 3, 9], state: "minecraft:air"}, - {pos: [2, 3, 0], state: "minecraft:air"}, - {pos: [2, 3, 1], state: "minecraft:air"}, - {pos: [2, 3, 2], state: "minecraft:hopper{enabled:true,facing:east}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [2, 3, 3], state: "minecraft:air"}, - {pos: [2, 3, 4], state: "minecraft:air"}, - {pos: [2, 3, 5], state: "minecraft:air"}, - {pos: [2, 3, 6], state: "minecraft:air"}, - {pos: [2, 3, 7], state: "minecraft:air"}, - {pos: [2, 3, 8], state: "minecraft:air"}, - {pos: [2, 3, 9], state: "minecraft:air"}, - {pos: [3, 3, 0], state: "minecraft:air"}, - {pos: [3, 3, 1], state: "minecraft:air"}, - {pos: [3, 3, 2], state: "minecraft:barrel{facing:north,open:false}", nbt: {Items: [], id: "minecraft:barrel"}}, - {pos: [3, 3, 3], state: "minecraft:air"}, - {pos: [3, 3, 4], state: "minecraft:air"}, - {pos: [3, 3, 5], state: "minecraft:air"}, - {pos: [3, 3, 6], state: "minecraft:air"}, - {pos: [3, 3, 7], state: "minecraft:air"}, - {pos: [3, 3, 8], state: "minecraft:air"}, - {pos: [3, 3, 9], state: "minecraft:air"}, - {pos: [4, 3, 0], state: "minecraft:air"}, - {pos: [4, 3, 1], state: "minecraft:air"}, - {pos: [4, 3, 2], state: "minecraft:comparator{facing:west,mode:compare,powered:false}", nbt: {OutputSignal: 0, id: "minecraft:comparator"}}, - {pos: [4, 3, 3], state: "minecraft:air"}, - {pos: [4, 3, 4], state: "minecraft:air"}, - {pos: [4, 3, 5], state: "minecraft:air"}, - {pos: [4, 3, 6], state: "minecraft:air"}, - {pos: [4, 3, 7], state: "minecraft:air"}, - {pos: [4, 3, 8], state: "minecraft:air"}, - {pos: [4, 3, 9], state: "minecraft:air"}, - {pos: [5, 3, 0], state: "minecraft:air"}, - {pos: [5, 3, 1], state: "minecraft:air"}, - {pos: [5, 3, 2], state: "minecraft:redstone_wire{east:side,north:none,power:0,south:side,west:side}"}, - {pos: [5, 3, 3], state: "minecraft:comparator{facing:north,mode:compare,powered:false}", nbt: {OutputSignal: 0, id: "minecraft:comparator"}}, - {pos: [5, 3, 4], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [5, 3, 5], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:none,west:side}"}, - {pos: [5, 3, 6], state: "minecraft:air"}, - {pos: [5, 3, 7], state: "minecraft:air"}, - {pos: [5, 3, 8], state: "minecraft:air"}, - {pos: [5, 3, 9], state: "minecraft:air"}, - {pos: [6, 3, 0], state: "minecraft:air"}, - {pos: [6, 3, 1], state: "minecraft:air"}, - {pos: [6, 3, 2], state: "minecraft:target{power:0}"}, - {pos: [6, 3, 3], state: "minecraft:air"}, - {pos: [6, 3, 4], state: "minecraft:air"}, - {pos: [6, 3, 5], state: "minecraft:air"}, - {pos: [6, 3, 6], state: "minecraft:air"}, - {pos: [6, 3, 7], state: "minecraft:air"}, - {pos: [6, 3, 8], state: "minecraft:air"}, - {pos: [6, 3, 9], state: "minecraft:air"}, - {pos: [7, 3, 0], state: "minecraft:air"}, - {pos: [7, 3, 1], state: "minecraft:air"}, - {pos: [7, 3, 2], state: "minecraft:comparator{facing:west,mode:compare,powered:false}", nbt: {OutputSignal: 0, id: "minecraft:comparator"}}, - {pos: [7, 3, 3], state: "minecraft:redstone_wire{east:none,north:side,power:13,south:side,west:none}"}, - {pos: [7, 3, 4], state: "minecraft:redstone_wire{east:none,north:side,power:14,south:side,west:none}"}, - {pos: [7, 3, 5], state: "minecraft:redstone_wire{east:none,north:side,power:15,south:side,west:none}"}, - {pos: [7, 3, 6], state: "minecraft:air"}, - {pos: [7, 3, 7], state: "minecraft:air"}, - {pos: [7, 3, 8], state: "minecraft:air"}, - {pos: [7, 3, 9], state: "minecraft:air"}, - {pos: [8, 3, 0], state: "minecraft:air"}, - {pos: [8, 3, 1], state: "minecraft:air"}, - {pos: [8, 3, 2], state: "minecraft:note_block{instrument:bit,note:0,powered:false}"}, - {pos: [8, 3, 3], state: "minecraft:air"}, - {pos: [8, 3, 4], state: "minecraft:air"}, - {pos: [8, 3, 5], state: "minecraft:air"}, - {pos: [8, 3, 6], state: "minecraft:air"}, - {pos: [8, 3, 7], state: "minecraft:air"}, - {pos: [8, 3, 8], state: "minecraft:air"}, - {pos: [8, 3, 9], state: "minecraft:air"}, - {pos: [9, 3, 0], state: "minecraft:air"}, - {pos: [9, 3, 1], state: "minecraft:air"}, - {pos: [9, 3, 2], state: "minecraft:air"}, - {pos: [9, 3, 3], state: "minecraft:air"}, - {pos: [9, 3, 4], state: "minecraft:air"}, - {pos: [9, 3, 5], state: "minecraft:air"}, - {pos: [9, 3, 6], state: "minecraft:air"}, - {pos: [9, 3, 7], state: "minecraft:air"}, - {pos: [9, 3, 8], state: "minecraft:air"}, - {pos: [9, 3, 9], state: "minecraft:air"}, - {pos: [0, 4, 0], state: "minecraft:air"}, - {pos: [0, 4, 1], state: "minecraft:air"}, - {pos: [0, 4, 2], state: "minecraft:air"}, - {pos: [0, 4, 3], state: "minecraft:air"}, - {pos: [0, 4, 4], state: "minecraft:air"}, - {pos: [0, 4, 5], state: "minecraft:air"}, - {pos: [0, 4, 6], state: "minecraft:air"}, - {pos: [0, 4, 7], state: "minecraft:air"}, - {pos: [0, 4, 8], state: "minecraft:air"}, - {pos: [0, 4, 9], state: "minecraft:air"}, - {pos: [1, 4, 0], state: "minecraft:air"}, - {pos: [1, 4, 1], state: "minecraft:air"}, - {pos: [1, 4, 2], state: "minecraft:air"}, - {pos: [1, 4, 3], state: "minecraft:air"}, - {pos: [1, 4, 4], state: "minecraft:air"}, - {pos: [1, 4, 5], state: "minecraft:air"}, - {pos: [1, 4, 6], state: "minecraft:air"}, - {pos: [1, 4, 7], state: "minecraft:air"}, - {pos: [1, 4, 8], state: "minecraft:air"}, - {pos: [1, 4, 9], state: "minecraft:air"}, - {pos: [2, 4, 0], state: "minecraft:air"}, - {pos: [2, 4, 1], state: "minecraft:air"}, - {pos: [2, 4, 2], state: "minecraft:barrel{facing:north,open:false}", nbt: {Items: [], id: "minecraft:barrel"}}, - {pos: [2, 4, 3], state: "minecraft:air"}, - {pos: [2, 4, 4], state: "minecraft:air"}, - {pos: [2, 4, 5], state: "minecraft:air"}, - {pos: [2, 4, 6], state: "minecraft:air"}, - {pos: [2, 4, 7], state: "minecraft:air"}, - {pos: [2, 4, 8], state: "minecraft:air"}, - {pos: [2, 4, 9], state: "minecraft:air"}, - {pos: [3, 4, 0], state: "minecraft:air"}, - {pos: [3, 4, 1], state: "minecraft:air"}, - {pos: [3, 4, 2], state: "minecraft:hopper{enabled:false,facing:west}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [3, 4, 3], state: "minecraft:air"}, - {pos: [3, 4, 4], state: "minecraft:air"}, - {pos: [3, 4, 5], state: "minecraft:air"}, - {pos: [3, 4, 6], state: "minecraft:air"}, - {pos: [3, 4, 7], state: "minecraft:air"}, - {pos: [3, 4, 8], state: "minecraft:air"}, - {pos: [3, 4, 9], state: "minecraft:air"}, - {pos: [4, 4, 0], state: "minecraft:air"}, - {pos: [4, 4, 1], state: "minecraft:air"}, - {pos: [4, 4, 2], state: "minecraft:redstone_wall_torch{facing:west,lit:true}"}, - {pos: [4, 4, 3], state: "minecraft:air"}, - {pos: [4, 4, 4], state: "minecraft:air"}, - {pos: [4, 4, 5], state: "minecraft:air"}, - {pos: [4, 4, 6], state: "minecraft:air"}, - {pos: [4, 4, 7], state: "minecraft:air"}, - {pos: [4, 4, 8], state: "minecraft:air"}, - {pos: [4, 4, 9], state: "minecraft:air"}, - {pos: [5, 4, 0], state: "minecraft:air"}, - {pos: [5, 4, 1], state: "minecraft:air"}, - {pos: [5, 4, 2], state: "minecraft:white_concrete"}, - {pos: [5, 4, 3], state: "minecraft:air"}, - {pos: [5, 4, 4], state: "minecraft:air"}, - {pos: [5, 4, 5], state: "minecraft:air"}, - {pos: [5, 4, 6], state: "minecraft:air"}, - {pos: [5, 4, 7], state: "minecraft:air"}, - {pos: [5, 4, 8], state: "minecraft:air"}, - {pos: [5, 4, 9], state: "minecraft:air"}, - {pos: [6, 4, 0], state: "minecraft:air"}, - {pos: [6, 4, 1], state: "minecraft:air"}, - {pos: [6, 4, 2], state: "minecraft:air"}, - {pos: [6, 4, 3], state: "minecraft:air"}, - {pos: [6, 4, 4], state: "minecraft:air"}, - {pos: [6, 4, 5], state: "minecraft:air"}, - {pos: [6, 4, 6], state: "minecraft:air"}, - {pos: [6, 4, 7], state: "minecraft:air"}, - {pos: [6, 4, 8], state: "minecraft:air"}, - {pos: [6, 4, 9], state: "minecraft:air"}, - {pos: [7, 4, 0], state: "minecraft:air"}, - {pos: [7, 4, 1], state: "minecraft:air"}, - {pos: [7, 4, 2], state: "minecraft:air"}, - {pos: [7, 4, 3], state: "minecraft:air"}, - {pos: [7, 4, 4], state: "minecraft:air"}, - {pos: [7, 4, 5], state: "minecraft:air"}, - {pos: [7, 4, 6], state: "minecraft:air"}, - {pos: [7, 4, 7], state: "minecraft:air"}, - {pos: [7, 4, 8], state: "minecraft:air"}, - {pos: [7, 4, 9], state: "minecraft:air"}, - {pos: [8, 4, 0], state: "minecraft:air"}, - {pos: [8, 4, 1], state: "minecraft:air"}, - {pos: [8, 4, 2], state: "minecraft:air"}, - {pos: [8, 4, 3], state: "minecraft:air"}, - {pos: [8, 4, 4], state: "minecraft:air"}, - {pos: [8, 4, 5], state: "minecraft:air"}, - {pos: [8, 4, 6], state: "minecraft:air"}, - {pos: [8, 4, 7], state: "minecraft:air"}, - {pos: [8, 4, 8], state: "minecraft:air"}, - {pos: [8, 4, 9], state: "minecraft:air"}, - {pos: [9, 4, 0], state: "minecraft:air"}, - {pos: [9, 4, 1], state: "minecraft:air"}, - {pos: [9, 4, 2], state: "minecraft:air"}, - {pos: [9, 4, 3], state: "minecraft:air"}, - {pos: [9, 4, 4], state: "minecraft:air"}, - {pos: [9, 4, 5], state: "minecraft:air"}, - {pos: [9, 4, 6], state: "minecraft:air"}, - {pos: [9, 4, 7], state: "minecraft:air"}, - {pos: [9, 4, 8], state: "minecraft:air"}, - {pos: [9, 4, 9], state: "minecraft:air"}, - {pos: [0, 5, 0], state: "minecraft:air"}, - {pos: [0, 5, 1], state: "minecraft:air"}, - {pos: [0, 5, 2], state: "minecraft:air"}, - {pos: [0, 5, 3], state: "minecraft:air"}, - {pos: [0, 5, 4], state: "minecraft:air"}, - {pos: [0, 5, 5], state: "minecraft:air"}, - {pos: [0, 5, 6], state: "minecraft:air"}, - {pos: [0, 5, 7], state: "minecraft:air"}, - {pos: [0, 5, 8], state: "minecraft:air"}, - {pos: [0, 5, 9], state: "minecraft:air"}, - {pos: [1, 5, 0], state: "minecraft:air"}, - {pos: [1, 5, 1], state: "minecraft:air"}, - {pos: [1, 5, 2], state: "minecraft:air"}, - {pos: [1, 5, 3], state: "minecraft:air"}, - {pos: [1, 5, 4], state: "minecraft:air"}, - {pos: [1, 5, 5], state: "minecraft:air"}, - {pos: [1, 5, 6], state: "minecraft:air"}, - {pos: [1, 5, 7], state: "minecraft:air"}, - {pos: [1, 5, 8], state: "minecraft:air"}, - {pos: [1, 5, 9], state: "minecraft:air"}, - {pos: [2, 5, 0], state: "minecraft:air"}, - {pos: [2, 5, 1], state: "minecraft:air"}, - {pos: [2, 5, 2], state: "minecraft:powered_rail{powered:false,shape:north_south,waterlogged:false}"}, - {pos: [2, 5, 3], state: "minecraft:air"}, - {pos: [2, 5, 4], state: "minecraft:air"}, - {pos: [2, 5, 5], state: "minecraft:air"}, - {pos: [2, 5, 6], state: "minecraft:air"}, - {pos: [2, 5, 7], state: "minecraft:air"}, - {pos: [2, 5, 8], state: "minecraft:air"}, - {pos: [2, 5, 9], state: "minecraft:air"}, - {pos: [3, 5, 0], state: "minecraft:air"}, - {pos: [3, 5, 1], state: "minecraft:air"}, - {pos: [3, 5, 2], state: "minecraft:barrel{facing:north,open:false}", nbt: {Items: [{Count: 1b, Slot: 0b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 1b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 2b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 3b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 4b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 5b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 6b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 7b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 8b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 9b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 10b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 11b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 12b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 13b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 14b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 15b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 16b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 17b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 18b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 19b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 20b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 21b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 22b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 23b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 24b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 25b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 26b, id: "minecraft:shears", tag: {Damage: 0}}], id: "minecraft:barrel"}}, - {pos: [3, 5, 3], state: "minecraft:air"}, - {pos: [3, 5, 4], state: "minecraft:air"}, - {pos: [3, 5, 5], state: "minecraft:air"}, - {pos: [3, 5, 6], state: "minecraft:air"}, - {pos: [3, 5, 7], state: "minecraft:air"}, - {pos: [3, 5, 8], state: "minecraft:air"}, - {pos: [3, 5, 9], state: "minecraft:air"}, - {pos: [4, 5, 0], state: "minecraft:air"}, - {pos: [4, 5, 1], state: "minecraft:air"}, - {pos: [4, 5, 2], state: "minecraft:air"}, - {pos: [4, 5, 3], state: "minecraft:air"}, - {pos: [4, 5, 4], state: "minecraft:air"}, - {pos: [4, 5, 5], state: "minecraft:air"}, - {pos: [4, 5, 6], state: "minecraft:air"}, - {pos: [4, 5, 7], state: "minecraft:air"}, - {pos: [4, 5, 8], state: "minecraft:air"}, - {pos: [4, 5, 9], state: "minecraft:air"}, - {pos: [5, 5, 0], state: "minecraft:air"}, - {pos: [5, 5, 1], state: "minecraft:air"}, - {pos: [5, 5, 2], state: "minecraft:redstone_wire{east:side,north:side,power:0,south:side,west:side}"}, - {pos: [5, 5, 3], state: "minecraft:air"}, - {pos: [5, 5, 4], state: "minecraft:air"}, - {pos: [5, 5, 5], state: "minecraft:air"}, - {pos: [5, 5, 6], state: "minecraft:air"}, - {pos: [5, 5, 7], state: "minecraft:air"}, - {pos: [5, 5, 8], state: "minecraft:air"}, - {pos: [5, 5, 9], state: "minecraft:air"}, - {pos: [6, 5, 0], state: "minecraft:air"}, - {pos: [6, 5, 1], state: "minecraft:air"}, - {pos: [6, 5, 2], state: "minecraft:red_terracotta"}, - {pos: [6, 5, 3], state: "minecraft:air"}, - {pos: [6, 5, 4], state: "minecraft:air"}, - {pos: [6, 5, 5], state: "minecraft:air"}, - {pos: [6, 5, 6], state: "minecraft:air"}, - {pos: [6, 5, 7], state: "minecraft:air"}, - {pos: [6, 5, 8], state: "minecraft:air"}, - {pos: [6, 5, 9], state: "minecraft:air"}, - {pos: [7, 5, 0], state: "minecraft:air"}, - {pos: [7, 5, 1], state: "minecraft:air"}, - {pos: [7, 5, 2], state: "minecraft:air"}, - {pos: [7, 5, 3], state: "minecraft:air"}, - {pos: [7, 5, 4], state: "minecraft:air"}, - {pos: [7, 5, 5], state: "minecraft:air"}, - {pos: [7, 5, 6], state: "minecraft:air"}, - {pos: [7, 5, 7], state: "minecraft:air"}, - {pos: [7, 5, 8], state: "minecraft:air"}, - {pos: [7, 5, 9], state: "minecraft:air"}, - {pos: [8, 5, 0], state: "minecraft:air"}, - {pos: [8, 5, 1], state: "minecraft:air"}, - {pos: [8, 5, 2], state: "minecraft:air"}, - {pos: [8, 5, 3], state: "minecraft:air"}, - {pos: [8, 5, 4], state: "minecraft:air"}, - {pos: [8, 5, 5], state: "minecraft:air"}, - {pos: [8, 5, 6], state: "minecraft:air"}, - {pos: [8, 5, 7], state: "minecraft:air"}, - {pos: [8, 5, 8], state: "minecraft:air"}, - {pos: [8, 5, 9], state: "minecraft:air"}, - {pos: [9, 5, 0], state: "minecraft:air"}, - {pos: [9, 5, 1], state: "minecraft:air"}, - {pos: [9, 5, 2], state: "minecraft:air"}, - {pos: [9, 5, 3], state: "minecraft:air"}, - {pos: [9, 5, 4], state: "minecraft:air"}, - {pos: [9, 5, 5], state: "minecraft:air"}, - {pos: [9, 5, 6], state: "minecraft:air"}, - {pos: [9, 5, 7], state: "minecraft:air"}, - {pos: [9, 5, 8], state: "minecraft:air"}, - {pos: [9, 5, 9], state: "minecraft:air"}, - {pos: [0, 6, 0], state: "minecraft:air"}, - {pos: [0, 6, 1], state: "minecraft:air"}, - {pos: [0, 6, 2], state: "minecraft:air"}, - {pos: [0, 6, 3], state: "minecraft:air"}, - {pos: [0, 6, 4], state: "minecraft:air"}, - {pos: [0, 6, 5], state: "minecraft:air"}, - {pos: [0, 6, 6], state: "minecraft:air"}, - {pos: [0, 6, 7], state: "minecraft:air"}, - {pos: [0, 6, 8], state: "minecraft:air"}, - {pos: [0, 6, 9], state: "minecraft:air"}, - {pos: [1, 6, 0], state: "minecraft:air"}, - {pos: [1, 6, 1], state: "minecraft:air"}, - {pos: [1, 6, 2], state: "minecraft:air"}, - {pos: [1, 6, 3], state: "minecraft:air"}, - {pos: [1, 6, 4], state: "minecraft:air"}, - {pos: [1, 6, 5], state: "minecraft:air"}, - {pos: [1, 6, 6], state: "minecraft:air"}, - {pos: [1, 6, 7], state: "minecraft:air"}, - {pos: [1, 6, 8], state: "minecraft:air"}, - {pos: [1, 6, 9], state: "minecraft:air"}, - {pos: [2, 6, 0], state: "minecraft:air"}, - {pos: [2, 6, 1], state: "minecraft:air"}, - {pos: [2, 6, 2], state: "minecraft:air"}, - {pos: [2, 6, 3], state: "minecraft:air"}, - {pos: [2, 6, 4], state: "minecraft:air"}, - {pos: [2, 6, 5], state: "minecraft:air"}, - {pos: [2, 6, 6], state: "minecraft:air"}, - {pos: [2, 6, 7], state: "minecraft:air"}, - {pos: [2, 6, 8], state: "minecraft:air"}, - {pos: [2, 6, 9], state: "minecraft:air"}, - {pos: [3, 6, 0], state: "minecraft:air"}, - {pos: [3, 6, 1], state: "minecraft:air"}, - {pos: [3, 6, 2], state: "minecraft:air"}, - {pos: [3, 6, 3], state: "minecraft:air"}, - {pos: [3, 6, 4], state: "minecraft:air"}, - {pos: [3, 6, 5], state: "minecraft:air"}, - {pos: [3, 6, 6], state: "minecraft:air"}, - {pos: [3, 6, 7], state: "minecraft:air"}, - {pos: [3, 6, 8], state: "minecraft:air"}, - {pos: [3, 6, 9], state: "minecraft:air"}, - {pos: [4, 6, 0], state: "minecraft:air"}, - {pos: [4, 6, 1], state: "minecraft:air"}, - {pos: [4, 6, 2], state: "minecraft:air"}, - {pos: [4, 6, 3], state: "minecraft:air"}, - {pos: [4, 6, 4], state: "minecraft:air"}, - {pos: [4, 6, 5], state: "minecraft:air"}, - {pos: [4, 6, 6], state: "minecraft:air"}, - {pos: [4, 6, 7], state: "minecraft:air"}, - {pos: [4, 6, 8], state: "minecraft:air"}, - {pos: [4, 6, 9], state: "minecraft:air"}, - {pos: [5, 6, 0], state: "minecraft:air"}, - {pos: [5, 6, 1], state: "minecraft:air"}, - {pos: [5, 6, 2], state: "minecraft:air"}, - {pos: [5, 6, 3], state: "minecraft:air"}, - {pos: [5, 6, 4], state: "minecraft:air"}, - {pos: [5, 6, 5], state: "minecraft:air"}, - {pos: [5, 6, 6], state: "minecraft:air"}, - {pos: [5, 6, 7], state: "minecraft:air"}, - {pos: [5, 6, 8], state: "minecraft:air"}, - {pos: [5, 6, 9], state: "minecraft:air"}, - {pos: [6, 6, 0], state: "minecraft:air"}, - {pos: [6, 6, 1], state: "minecraft:air"}, - {pos: [6, 6, 2], state: "minecraft:air"}, - {pos: [6, 6, 3], state: "minecraft:air"}, - {pos: [6, 6, 4], state: "minecraft:air"}, - {pos: [6, 6, 5], state: "minecraft:air"}, - {pos: [6, 6, 6], state: "minecraft:air"}, - {pos: [6, 6, 7], state: "minecraft:air"}, - {pos: [6, 6, 8], state: "minecraft:air"}, - {pos: [6, 6, 9], state: "minecraft:air"}, - {pos: [7, 6, 0], state: "minecraft:air"}, - {pos: [7, 6, 1], state: "minecraft:air"}, - {pos: [7, 6, 2], state: "minecraft:air"}, - {pos: [7, 6, 3], state: "minecraft:air"}, - {pos: [7, 6, 4], state: "minecraft:air"}, - {pos: [7, 6, 5], state: "minecraft:air"}, - {pos: [7, 6, 6], state: "minecraft:air"}, - {pos: [7, 6, 7], state: "minecraft:air"}, - {pos: [7, 6, 8], state: "minecraft:air"}, - {pos: [7, 6, 9], state: "minecraft:air"}, - {pos: [8, 6, 0], state: "minecraft:air"}, - {pos: [8, 6, 1], state: "minecraft:air"}, - {pos: [8, 6, 2], state: "minecraft:air"}, - {pos: [8, 6, 3], state: "minecraft:air"}, - {pos: [8, 6, 4], state: "minecraft:air"}, - {pos: [8, 6, 5], state: "minecraft:air"}, - {pos: [8, 6, 6], state: "minecraft:air"}, - {pos: [8, 6, 7], state: "minecraft:air"}, - {pos: [8, 6, 8], state: "minecraft:air"}, - {pos: [8, 6, 9], state: "minecraft:air"}, - {pos: [9, 6, 0], state: "minecraft:air"}, - {pos: [9, 6, 1], state: "minecraft:air"}, - {pos: [9, 6, 2], state: "minecraft:air"}, - {pos: [9, 6, 3], state: "minecraft:air"}, - {pos: [9, 6, 4], state: "minecraft:air"}, - {pos: [9, 6, 5], state: "minecraft:air"}, - {pos: [9, 6, 6], state: "minecraft:air"}, - {pos: [9, 6, 7], state: "minecraft:air"}, - {pos: [9, 6, 8], state: "minecraft:air"}, - {pos: [9, 6, 9], state: "minecraft:air"} - ], - entities: [ - {blockPos: [2, 5, 2], pos: [2.5d, 5.0625d, 2.5d], nbt: {Air: 300s, FallDistance: 0.0f, Fire: -1s, Invulnerable: 0b, Items: [], Motion: [0.0d, 0.0d, 0.0d], OnGround: 0b, PortalCooldown: 0, Rotation: [0.0f, 0.0f], UUID: [I; 1213252311, -1386987378, -2103382294, 1001258889], id: "minecraft:chest_minecart"}} - ], - palette: [ - "minecraft:green_concrete", - "minecraft:white_concrete", - "minecraft:redstone_block", - "minecraft:emerald_block", - "minecraft:target{power:0}", - "minecraft:note_block{instrument:bit,note:0,powered:false}", - "minecraft:red_terracotta", - "minecraft:air", - "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}", - "minecraft:repeater{delay:1,facing:south,locked:false,powered:false}", - "minecraft:redstone_wire{east:up,north:none,power:0,south:none,west:side}", - "minecraft:redstone_wire{east:side,north:none,power:0,south:side,west:side}", - "minecraft:redstone_wire{east:none,north:side,power:0,south:none,west:side}", - "minecraft:redstone_wire{east:none,north:side,power:13,south:side,west:none}", - "minecraft:redstone_wire{east:none,north:side,power:14,south:side,west:none}", - "minecraft:redstone_wire{east:none,north:side,power:15,south:side,west:none}", - "minecraft:redstone_wall_torch{facing:west,lit:true}", - "minecraft:powered_rail{powered:false,shape:north_south,waterlogged:false}", - "minecraft:redstone_wire{east:side,north:side,power:0,south:side,west:side}", - "minecraft:command_block{conditional:false,facing:up}", - "minecraft:command_block{conditional:false,facing:north}", - "minecraft:comparator{facing:east,mode:compare,powered:false}", - "minecraft:hopper{enabled:true,facing:east}", - "minecraft:barrel{facing:north,open:false}", - "minecraft:comparator{facing:west,mode:compare,powered:false}", - "minecraft:comparator{facing:north,mode:compare,powered:false}", - "minecraft:hopper{enabled:false,facing:west}" - ] -} diff --git a/testserver/gameteststructures/test_redstone.hopper_interaction_change_v2.snbt b/testserver/gameteststructures/test_redstone.hopper_interaction_change_v2.snbt deleted file mode 100644 index cbec4f91f..000000000 --- a/testserver/gameteststructures/test_redstone.hopper_interaction_change_v2.snbt +++ /dev/null @@ -1,739 +0,0 @@ -{ - DataVersion: 3120, - size: [10, 7, 10], - data: [ - {pos: [0, 0, 0], state: "minecraft:green_concrete"}, - {pos: [0, 0, 1], state: "minecraft:green_concrete"}, - {pos: [0, 0, 2], state: "minecraft:green_concrete"}, - {pos: [0, 0, 3], state: "minecraft:green_concrete"}, - {pos: [0, 0, 4], state: "minecraft:green_concrete"}, - {pos: [0, 0, 5], state: "minecraft:green_concrete"}, - {pos: [0, 0, 6], state: "minecraft:green_concrete"}, - {pos: [0, 0, 7], state: "minecraft:green_concrete"}, - {pos: [0, 0, 8], state: "minecraft:green_concrete"}, - {pos: [0, 0, 9], state: "minecraft:green_concrete"}, - {pos: [1, 0, 0], state: "minecraft:green_concrete"}, - {pos: [1, 0, 1], state: "minecraft:green_concrete"}, - {pos: [1, 0, 2], state: "minecraft:green_concrete"}, - {pos: [1, 0, 3], state: "minecraft:green_concrete"}, - {pos: [1, 0, 4], state: "minecraft:green_concrete"}, - {pos: [1, 0, 5], state: "minecraft:green_concrete"}, - {pos: [1, 0, 6], state: "minecraft:green_concrete"}, - {pos: [1, 0, 7], state: "minecraft:green_concrete"}, - {pos: [1, 0, 8], state: "minecraft:green_concrete"}, - {pos: [1, 0, 9], state: "minecraft:green_concrete"}, - {pos: [2, 0, 0], state: "minecraft:green_concrete"}, - {pos: [2, 0, 1], state: "minecraft:green_concrete"}, - {pos: [2, 0, 2], state: "minecraft:green_concrete"}, - {pos: [2, 0, 3], state: "minecraft:green_concrete"}, - {pos: [2, 0, 4], state: "minecraft:green_concrete"}, - {pos: [2, 0, 5], state: "minecraft:green_concrete"}, - {pos: [2, 0, 6], state: "minecraft:green_concrete"}, - {pos: [2, 0, 7], state: "minecraft:green_concrete"}, - {pos: [2, 0, 8], state: "minecraft:green_concrete"}, - {pos: [2, 0, 9], state: "minecraft:green_concrete"}, - {pos: [3, 0, 0], state: "minecraft:green_concrete"}, - {pos: [3, 0, 1], state: "minecraft:green_concrete"}, - {pos: [3, 0, 2], state: "minecraft:green_concrete"}, - {pos: [3, 0, 3], state: "minecraft:green_concrete"}, - {pos: [3, 0, 4], state: "minecraft:green_concrete"}, - {pos: [3, 0, 5], state: "minecraft:green_concrete"}, - {pos: [3, 0, 6], state: "minecraft:green_concrete"}, - {pos: [3, 0, 7], state: "minecraft:green_concrete"}, - {pos: [3, 0, 8], state: "minecraft:green_concrete"}, - {pos: [3, 0, 9], state: "minecraft:green_concrete"}, - {pos: [4, 0, 0], state: "minecraft:green_concrete"}, - {pos: [4, 0, 1], state: "minecraft:green_concrete"}, - {pos: [4, 0, 2], state: "minecraft:green_concrete"}, - {pos: [4, 0, 3], state: "minecraft:green_concrete"}, - {pos: [4, 0, 4], state: "minecraft:green_concrete"}, - {pos: [4, 0, 5], state: "minecraft:green_concrete"}, - {pos: [4, 0, 6], state: "minecraft:green_concrete"}, - {pos: [4, 0, 7], state: "minecraft:green_concrete"}, - {pos: [4, 0, 8], state: "minecraft:green_concrete"}, - {pos: [4, 0, 9], state: "minecraft:green_concrete"}, - {pos: [5, 0, 0], state: "minecraft:green_concrete"}, - {pos: [5, 0, 1], state: "minecraft:green_concrete"}, - {pos: [5, 0, 2], state: "minecraft:green_concrete"}, - {pos: [5, 0, 3], state: "minecraft:green_concrete"}, - {pos: [5, 0, 4], state: "minecraft:green_concrete"}, - {pos: [5, 0, 5], state: "minecraft:green_concrete"}, - {pos: [5, 0, 6], state: "minecraft:green_concrete"}, - {pos: [5, 0, 7], state: "minecraft:green_concrete"}, - {pos: [5, 0, 8], state: "minecraft:green_concrete"}, - {pos: [5, 0, 9], state: "minecraft:green_concrete"}, - {pos: [6, 0, 0], state: "minecraft:green_concrete"}, - {pos: [6, 0, 1], state: "minecraft:green_concrete"}, - {pos: [6, 0, 2], state: "minecraft:green_concrete"}, - {pos: [6, 0, 3], state: "minecraft:green_concrete"}, - {pos: [6, 0, 4], state: "minecraft:green_concrete"}, - {pos: [6, 0, 5], state: "minecraft:green_concrete"}, - {pos: [6, 0, 6], state: "minecraft:green_concrete"}, - {pos: [6, 0, 7], state: "minecraft:green_concrete"}, - {pos: [6, 0, 8], state: "minecraft:green_concrete"}, - {pos: [6, 0, 9], state: "minecraft:green_concrete"}, - {pos: [7, 0, 0], state: "minecraft:green_concrete"}, - {pos: [7, 0, 1], state: "minecraft:green_concrete"}, - {pos: [7, 0, 2], state: "minecraft:green_concrete"}, - {pos: [7, 0, 3], state: "minecraft:green_concrete"}, - {pos: [7, 0, 4], state: "minecraft:green_concrete"}, - {pos: [7, 0, 5], state: "minecraft:green_concrete"}, - {pos: [7, 0, 6], state: "minecraft:green_concrete"}, - {pos: [7, 0, 7], state: "minecraft:green_concrete"}, - {pos: [7, 0, 8], state: "minecraft:green_concrete"}, - {pos: [7, 0, 9], state: "minecraft:green_concrete"}, - {pos: [8, 0, 0], state: "minecraft:green_concrete"}, - {pos: [8, 0, 1], state: "minecraft:green_concrete"}, - {pos: [8, 0, 2], state: "minecraft:green_concrete"}, - {pos: [8, 0, 3], state: "minecraft:green_concrete"}, - {pos: [8, 0, 4], state: "minecraft:green_concrete"}, - {pos: [8, 0, 5], state: "minecraft:green_concrete"}, - {pos: [8, 0, 6], state: "minecraft:green_concrete"}, - {pos: [8, 0, 7], state: "minecraft:green_concrete"}, - {pos: [8, 0, 8], state: "minecraft:green_concrete"}, - {pos: [8, 0, 9], state: "minecraft:green_concrete"}, - {pos: [9, 0, 0], state: "minecraft:green_concrete"}, - {pos: [9, 0, 1], state: "minecraft:green_concrete"}, - {pos: [9, 0, 2], state: "minecraft:green_concrete"}, - {pos: [9, 0, 3], state: "minecraft:green_concrete"}, - {pos: [9, 0, 4], state: "minecraft:green_concrete"}, - {pos: [9, 0, 5], state: "minecraft:green_concrete"}, - {pos: [9, 0, 6], state: "minecraft:green_concrete"}, - {pos: [9, 0, 7], state: "minecraft:green_concrete"}, - {pos: [9, 0, 8], state: "minecraft:green_concrete"}, - {pos: [9, 0, 9], state: "minecraft:green_concrete"}, - {pos: [0, 1, 0], state: "minecraft:air"}, - {pos: [0, 1, 1], state: "minecraft:air"}, - {pos: [0, 1, 2], state: "minecraft:air"}, - {pos: [0, 1, 3], state: "minecraft:air"}, - {pos: [0, 1, 4], state: "minecraft:air"}, - {pos: [0, 1, 5], state: "minecraft:air"}, - {pos: [0, 1, 6], state: "minecraft:air"}, - {pos: [0, 1, 7], state: "minecraft:air"}, - {pos: [0, 1, 8], state: "minecraft:air"}, - {pos: [0, 1, 9], state: "minecraft:air"}, - {pos: [1, 1, 0], state: "minecraft:air"}, - {pos: [1, 1, 1], state: "minecraft:air"}, - {pos: [1, 1, 2], state: "minecraft:air"}, - {pos: [1, 1, 3], state: "minecraft:air"}, - {pos: [1, 1, 4], state: "minecraft:air"}, - {pos: [1, 1, 5], state: "minecraft:air"}, - {pos: [1, 1, 6], state: "minecraft:air"}, - {pos: [1, 1, 7], state: "minecraft:air"}, - {pos: [1, 1, 8], state: "minecraft:air"}, - {pos: [1, 1, 9], state: "minecraft:air"}, - {pos: [2, 1, 0], state: "minecraft:air"}, - {pos: [2, 1, 1], state: "minecraft:air"}, - {pos: [2, 1, 2], state: "minecraft:command_block{conditional:false,facing:up}", nbt: {Command: "setblock ~ ~4 ~ air", CustomName: '{"text":"@"}', SuccessCount: 0, TrackOutput: 1b, UpdateLastExecution: 1b, auto: 0b, conditionMet: 0b, id: "minecraft:command_block", powered: 0b}}, - {pos: [2, 1, 3], state: "minecraft:air"}, - {pos: [2, 1, 4], state: "minecraft:air"}, - {pos: [2, 1, 5], state: "minecraft:white_concrete"}, - {pos: [2, 1, 6], state: "minecraft:air"}, - {pos: [2, 1, 7], state: "minecraft:air"}, - {pos: [2, 1, 8], state: "minecraft:air"}, - {pos: [2, 1, 9], state: "minecraft:air"}, - {pos: [3, 1, 0], state: "minecraft:air"}, - {pos: [3, 1, 1], state: "minecraft:air"}, - {pos: [3, 1, 2], state: "minecraft:white_concrete"}, - {pos: [3, 1, 3], state: "minecraft:white_concrete"}, - {pos: [3, 1, 4], state: "minecraft:white_concrete"}, - {pos: [3, 1, 5], state: "minecraft:white_concrete"}, - {pos: [3, 1, 6], state: "minecraft:air"}, - {pos: [3, 1, 7], state: "minecraft:air"}, - {pos: [3, 1, 8], state: "minecraft:air"}, - {pos: [3, 1, 9], state: "minecraft:air"}, - {pos: [4, 1, 0], state: "minecraft:air"}, - {pos: [4, 1, 1], state: "minecraft:air"}, - {pos: [4, 1, 2], state: "minecraft:air"}, - {pos: [4, 1, 3], state: "minecraft:air"}, - {pos: [4, 1, 4], state: "minecraft:air"}, - {pos: [4, 1, 5], state: "minecraft:white_concrete"}, - {pos: [4, 1, 6], state: "minecraft:air"}, - {pos: [4, 1, 7], state: "minecraft:air"}, - {pos: [4, 1, 8], state: "minecraft:air"}, - {pos: [4, 1, 9], state: "minecraft:air"}, - {pos: [5, 1, 0], state: "minecraft:air"}, - {pos: [5, 1, 1], state: "minecraft:air"}, - {pos: [5, 1, 2], state: "minecraft:air"}, - {pos: [5, 1, 3], state: "minecraft:air"}, - {pos: [5, 1, 4], state: "minecraft:air"}, - {pos: [5, 1, 5], state: "minecraft:air"}, - {pos: [5, 1, 6], state: "minecraft:air"}, - {pos: [5, 1, 7], state: "minecraft:air"}, - {pos: [5, 1, 8], state: "minecraft:air"}, - {pos: [5, 1, 9], state: "minecraft:air"}, - {pos: [6, 1, 0], state: "minecraft:air"}, - {pos: [6, 1, 1], state: "minecraft:air"}, - {pos: [6, 1, 2], state: "minecraft:air"}, - {pos: [6, 1, 3], state: "minecraft:air"}, - {pos: [6, 1, 4], state: "minecraft:air"}, - {pos: [6, 1, 5], state: "minecraft:air"}, - {pos: [6, 1, 6], state: "minecraft:air"}, - {pos: [6, 1, 7], state: "minecraft:air"}, - {pos: [6, 1, 8], state: "minecraft:air"}, - {pos: [6, 1, 9], state: "minecraft:air"}, - {pos: [7, 1, 0], state: "minecraft:air"}, - {pos: [7, 1, 1], state: "minecraft:air"}, - {pos: [7, 1, 2], state: "minecraft:air"}, - {pos: [7, 1, 3], state: "minecraft:air"}, - {pos: [7, 1, 4], state: "minecraft:air"}, - {pos: [7, 1, 5], state: "minecraft:air"}, - {pos: [7, 1, 6], state: "minecraft:air"}, - {pos: [7, 1, 7], state: "minecraft:air"}, - {pos: [7, 1, 8], state: "minecraft:air"}, - {pos: [7, 1, 9], state: "minecraft:air"}, - {pos: [8, 1, 0], state: "minecraft:air"}, - {pos: [8, 1, 1], state: "minecraft:air"}, - {pos: [8, 1, 2], state: "minecraft:air"}, - {pos: [8, 1, 3], state: "minecraft:air"}, - {pos: [8, 1, 4], state: "minecraft:air"}, - {pos: [8, 1, 5], state: "minecraft:air"}, - {pos: [8, 1, 6], state: "minecraft:air"}, - {pos: [8, 1, 7], state: "minecraft:air"}, - {pos: [8, 1, 8], state: "minecraft:air"}, - {pos: [8, 1, 9], state: "minecraft:air"}, - {pos: [9, 1, 0], state: "minecraft:air"}, - {pos: [9, 1, 1], state: "minecraft:air"}, - {pos: [9, 1, 2], state: "minecraft:air"}, - {pos: [9, 1, 3], state: "minecraft:air"}, - {pos: [9, 1, 4], state: "minecraft:air"}, - {pos: [9, 1, 5], state: "minecraft:air"}, - {pos: [9, 1, 6], state: "minecraft:air"}, - {pos: [9, 1, 7], state: "minecraft:air"}, - {pos: [9, 1, 8], state: "minecraft:air"}, - {pos: [9, 1, 9], state: "minecraft:air"}, - {pos: [0, 2, 0], state: "minecraft:air"}, - {pos: [0, 2, 1], state: "minecraft:air"}, - {pos: [0, 2, 2], state: "minecraft:air"}, - {pos: [0, 2, 3], state: "minecraft:air"}, - {pos: [0, 2, 4], state: "minecraft:air"}, - {pos: [0, 2, 5], state: "minecraft:air"}, - {pos: [0, 2, 6], state: "minecraft:air"}, - {pos: [0, 2, 7], state: "minecraft:air"}, - {pos: [0, 2, 8], state: "minecraft:air"}, - {pos: [0, 2, 9], state: "minecraft:air"}, - {pos: [1, 2, 0], state: "minecraft:air"}, - {pos: [1, 2, 1], state: "minecraft:air"}, - {pos: [1, 2, 2], state: "minecraft:white_concrete"}, - {pos: [1, 2, 3], state: "minecraft:white_concrete"}, - {pos: [1, 2, 4], state: "minecraft:white_concrete"}, - {pos: [1, 2, 5], state: "minecraft:white_concrete"}, - {pos: [1, 2, 6], state: "minecraft:air"}, - {pos: [1, 2, 7], state: "minecraft:air"}, - {pos: [1, 2, 8], state: "minecraft:air"}, - {pos: [1, 2, 9], state: "minecraft:air"}, - {pos: [2, 2, 0], state: "minecraft:air"}, - {pos: [2, 2, 1], state: "minecraft:air"}, - {pos: [2, 2, 2], state: "minecraft:command_block{conditional:false,facing:north}", nbt: {Command: "setblock ~ ~3 ~ chest", CustomName: '{"text":"@"}', SuccessCount: 0, TrackOutput: 1b, UpdateLastExecution: 1b, auto: 0b, conditionMet: 0b, id: "minecraft:command_block", powered: 0b}}, - {pos: [2, 2, 3], state: "minecraft:air"}, - {pos: [2, 2, 4], state: "minecraft:air"}, - {pos: [2, 2, 5], state: "minecraft:comparator{facing:east,mode:compare,powered:false}", nbt: {OutputSignal: 0, id: "minecraft:comparator"}}, - {pos: [2, 2, 6], state: "minecraft:air"}, - {pos: [2, 2, 7], state: "minecraft:air"}, - {pos: [2, 2, 8], state: "minecraft:air"}, - {pos: [2, 2, 9], state: "minecraft:air"}, - {pos: [3, 2, 0], state: "minecraft:air"}, - {pos: [3, 2, 1], state: "minecraft:air"}, - {pos: [3, 2, 2], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [3, 2, 3], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [3, 2, 4], state: "minecraft:repeater{delay:1,facing:south,locked:false,powered:false}"}, - {pos: [3, 2, 5], state: "minecraft:white_concrete"}, - {pos: [3, 2, 6], state: "minecraft:air"}, - {pos: [3, 2, 7], state: "minecraft:air"}, - {pos: [3, 2, 8], state: "minecraft:air"}, - {pos: [3, 2, 9], state: "minecraft:air"}, - {pos: [4, 2, 0], state: "minecraft:air"}, - {pos: [4, 2, 1], state: "minecraft:air"}, - {pos: [4, 2, 2], state: "minecraft:white_concrete"}, - {pos: [4, 2, 3], state: "minecraft:air"}, - {pos: [4, 2, 4], state: "minecraft:air"}, - {pos: [4, 2, 5], state: "minecraft:redstone_wire{east:up,north:none,power:0,south:none,west:side}"}, - {pos: [4, 2, 6], state: "minecraft:air"}, - {pos: [4, 2, 7], state: "minecraft:air"}, - {pos: [4, 2, 8], state: "minecraft:air"}, - {pos: [4, 2, 9], state: "minecraft:air"}, - {pos: [5, 2, 0], state: "minecraft:air"}, - {pos: [5, 2, 1], state: "minecraft:air"}, - {pos: [5, 2, 2], state: "minecraft:white_concrete"}, - {pos: [5, 2, 3], state: "minecraft:white_concrete"}, - {pos: [5, 2, 4], state: "minecraft:white_concrete"}, - {pos: [5, 2, 5], state: "minecraft:white_concrete"}, - {pos: [5, 2, 6], state: "minecraft:air"}, - {pos: [5, 2, 7], state: "minecraft:air"}, - {pos: [5, 2, 8], state: "minecraft:air"}, - {pos: [5, 2, 9], state: "minecraft:air"}, - {pos: [6, 2, 0], state: "minecraft:air"}, - {pos: [6, 2, 1], state: "minecraft:air"}, - {pos: [6, 2, 2], state: "minecraft:white_concrete"}, - {pos: [6, 2, 3], state: "minecraft:air"}, - {pos: [6, 2, 4], state: "minecraft:air"}, - {pos: [6, 2, 5], state: "minecraft:air"}, - {pos: [6, 2, 6], state: "minecraft:air"}, - {pos: [6, 2, 7], state: "minecraft:air"}, - {pos: [6, 2, 8], state: "minecraft:air"}, - {pos: [6, 2, 9], state: "minecraft:air"}, - {pos: [7, 2, 0], state: "minecraft:air"}, - {pos: [7, 2, 1], state: "minecraft:air"}, - {pos: [7, 2, 2], state: "minecraft:white_concrete"}, - {pos: [7, 2, 3], state: "minecraft:white_concrete"}, - {pos: [7, 2, 4], state: "minecraft:white_concrete"}, - {pos: [7, 2, 5], state: "minecraft:redstone_block"}, - {pos: [7, 2, 6], state: "minecraft:air"}, - {pos: [7, 2, 7], state: "minecraft:air"}, - {pos: [7, 2, 8], state: "minecraft:air"}, - {pos: [7, 2, 9], state: "minecraft:air"}, - {pos: [8, 2, 0], state: "minecraft:air"}, - {pos: [8, 2, 1], state: "minecraft:air"}, - {pos: [8, 2, 2], state: "minecraft:emerald_block"}, - {pos: [8, 2, 3], state: "minecraft:air"}, - {pos: [8, 2, 4], state: "minecraft:air"}, - {pos: [8, 2, 5], state: "minecraft:air"}, - {pos: [8, 2, 6], state: "minecraft:air"}, - {pos: [8, 2, 7], state: "minecraft:air"}, - {pos: [8, 2, 8], state: "minecraft:air"}, - {pos: [8, 2, 9], state: "minecraft:air"}, - {pos: [9, 2, 0], state: "minecraft:air"}, - {pos: [9, 2, 1], state: "minecraft:air"}, - {pos: [9, 2, 2], state: "minecraft:air"}, - {pos: [9, 2, 3], state: "minecraft:air"}, - {pos: [9, 2, 4], state: "minecraft:air"}, - {pos: [9, 2, 5], state: "minecraft:air"}, - {pos: [9, 2, 6], state: "minecraft:air"}, - {pos: [9, 2, 7], state: "minecraft:air"}, - {pos: [9, 2, 8], state: "minecraft:air"}, - {pos: [9, 2, 9], state: "minecraft:air"}, - {pos: [0, 3, 0], state: "minecraft:air"}, - {pos: [0, 3, 1], state: "minecraft:air"}, - {pos: [0, 3, 2], state: "minecraft:air"}, - {pos: [0, 3, 3], state: "minecraft:air"}, - {pos: [0, 3, 4], state: "minecraft:air"}, - {pos: [0, 3, 5], state: "minecraft:air"}, - {pos: [0, 3, 6], state: "minecraft:air"}, - {pos: [0, 3, 7], state: "minecraft:air"}, - {pos: [0, 3, 8], state: "minecraft:air"}, - {pos: [0, 3, 9], state: "minecraft:air"}, - {pos: [1, 3, 0], state: "minecraft:air"}, - {pos: [1, 3, 1], state: "minecraft:air"}, - {pos: [1, 3, 2], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [1, 3, 3], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [1, 3, 4], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [1, 3, 5], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [1, 3, 6], state: "minecraft:air"}, - {pos: [1, 3, 7], state: "minecraft:air"}, - {pos: [1, 3, 8], state: "minecraft:air"}, - {pos: [1, 3, 9], state: "minecraft:air"}, - {pos: [2, 3, 0], state: "minecraft:air"}, - {pos: [2, 3, 1], state: "minecraft:air"}, - {pos: [2, 3, 2], state: "minecraft:hopper{enabled:true,facing:east}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [2, 3, 3], state: "minecraft:air"}, - {pos: [2, 3, 4], state: "minecraft:air"}, - {pos: [2, 3, 5], state: "minecraft:air"}, - {pos: [2, 3, 6], state: "minecraft:air"}, - {pos: [2, 3, 7], state: "minecraft:air"}, - {pos: [2, 3, 8], state: "minecraft:air"}, - {pos: [2, 3, 9], state: "minecraft:air"}, - {pos: [3, 3, 0], state: "minecraft:air"}, - {pos: [3, 3, 1], state: "minecraft:air"}, - {pos: [3, 3, 2], state: "minecraft:barrel{facing:north,open:false}", nbt: {Items: [], id: "minecraft:barrel"}}, - {pos: [3, 3, 3], state: "minecraft:air"}, - {pos: [3, 3, 4], state: "minecraft:air"}, - {pos: [3, 3, 5], state: "minecraft:air"}, - {pos: [3, 3, 6], state: "minecraft:air"}, - {pos: [3, 3, 7], state: "minecraft:air"}, - {pos: [3, 3, 8], state: "minecraft:air"}, - {pos: [3, 3, 9], state: "minecraft:air"}, - {pos: [4, 3, 0], state: "minecraft:air"}, - {pos: [4, 3, 1], state: "minecraft:air"}, - {pos: [4, 3, 2], state: "minecraft:comparator{facing:west,mode:compare,powered:false}", nbt: {OutputSignal: 0, id: "minecraft:comparator"}}, - {pos: [4, 3, 3], state: "minecraft:air"}, - {pos: [4, 3, 4], state: "minecraft:air"}, - {pos: [4, 3, 5], state: "minecraft:air"}, - {pos: [4, 3, 6], state: "minecraft:air"}, - {pos: [4, 3, 7], state: "minecraft:air"}, - {pos: [4, 3, 8], state: "minecraft:air"}, - {pos: [4, 3, 9], state: "minecraft:air"}, - {pos: [5, 3, 0], state: "minecraft:air"}, - {pos: [5, 3, 1], state: "minecraft:air"}, - {pos: [5, 3, 2], state: "minecraft:redstone_wire{east:side,north:none,power:0,south:side,west:side}"}, - {pos: [5, 3, 3], state: "minecraft:comparator{facing:north,mode:compare,powered:false}", nbt: {OutputSignal: 0, id: "minecraft:comparator"}}, - {pos: [5, 3, 4], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [5, 3, 5], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:none,west:side}"}, - {pos: [5, 3, 6], state: "minecraft:air"}, - {pos: [5, 3, 7], state: "minecraft:air"}, - {pos: [5, 3, 8], state: "minecraft:air"}, - {pos: [5, 3, 9], state: "minecraft:air"}, - {pos: [6, 3, 0], state: "minecraft:air"}, - {pos: [6, 3, 1], state: "minecraft:air"}, - {pos: [6, 3, 2], state: "minecraft:target{power:0}"}, - {pos: [6, 3, 3], state: "minecraft:air"}, - {pos: [6, 3, 4], state: "minecraft:air"}, - {pos: [6, 3, 5], state: "minecraft:air"}, - {pos: [6, 3, 6], state: "minecraft:air"}, - {pos: [6, 3, 7], state: "minecraft:air"}, - {pos: [6, 3, 8], state: "minecraft:air"}, - {pos: [6, 3, 9], state: "minecraft:air"}, - {pos: [7, 3, 0], state: "minecraft:air"}, - {pos: [7, 3, 1], state: "minecraft:air"}, - {pos: [7, 3, 2], state: "minecraft:comparator{facing:west,mode:compare,powered:false}", nbt: {OutputSignal: 0, id: "minecraft:comparator"}}, - {pos: [7, 3, 3], state: "minecraft:redstone_wire{east:none,north:side,power:13,south:side,west:none}"}, - {pos: [7, 3, 4], state: "minecraft:redstone_wire{east:none,north:side,power:14,south:side,west:none}"}, - {pos: [7, 3, 5], state: "minecraft:redstone_wire{east:none,north:side,power:15,south:side,west:none}"}, - {pos: [7, 3, 6], state: "minecraft:air"}, - {pos: [7, 3, 7], state: "minecraft:air"}, - {pos: [7, 3, 8], state: "minecraft:air"}, - {pos: [7, 3, 9], state: "minecraft:air"}, - {pos: [8, 3, 0], state: "minecraft:air"}, - {pos: [8, 3, 1], state: "minecraft:air"}, - {pos: [8, 3, 2], state: "minecraft:note_block{instrument:bit,note:0,powered:false}"}, - {pos: [8, 3, 3], state: "minecraft:air"}, - {pos: [8, 3, 4], state: "minecraft:air"}, - {pos: [8, 3, 5], state: "minecraft:air"}, - {pos: [8, 3, 6], state: "minecraft:air"}, - {pos: [8, 3, 7], state: "minecraft:air"}, - {pos: [8, 3, 8], state: "minecraft:air"}, - {pos: [8, 3, 9], state: "minecraft:air"}, - {pos: [9, 3, 0], state: "minecraft:air"}, - {pos: [9, 3, 1], state: "minecraft:air"}, - {pos: [9, 3, 2], state: "minecraft:air"}, - {pos: [9, 3, 3], state: "minecraft:air"}, - {pos: [9, 3, 4], state: "minecraft:air"}, - {pos: [9, 3, 5], state: "minecraft:air"}, - {pos: [9, 3, 6], state: "minecraft:air"}, - {pos: [9, 3, 7], state: "minecraft:air"}, - {pos: [9, 3, 8], state: "minecraft:air"}, - {pos: [9, 3, 9], state: "minecraft:air"}, - {pos: [0, 4, 0], state: "minecraft:air"}, - {pos: [0, 4, 1], state: "minecraft:air"}, - {pos: [0, 4, 2], state: "minecraft:air"}, - {pos: [0, 4, 3], state: "minecraft:air"}, - {pos: [0, 4, 4], state: "minecraft:air"}, - {pos: [0, 4, 5], state: "minecraft:air"}, - {pos: [0, 4, 6], state: "minecraft:air"}, - {pos: [0, 4, 7], state: "minecraft:air"}, - {pos: [0, 4, 8], state: "minecraft:air"}, - {pos: [0, 4, 9], state: "minecraft:air"}, - {pos: [1, 4, 0], state: "minecraft:air"}, - {pos: [1, 4, 1], state: "minecraft:air"}, - {pos: [1, 4, 2], state: "minecraft:air"}, - {pos: [1, 4, 3], state: "minecraft:air"}, - {pos: [1, 4, 4], state: "minecraft:air"}, - {pos: [1, 4, 5], state: "minecraft:air"}, - {pos: [1, 4, 6], state: "minecraft:air"}, - {pos: [1, 4, 7], state: "minecraft:air"}, - {pos: [1, 4, 8], state: "minecraft:air"}, - {pos: [1, 4, 9], state: "minecraft:air"}, - {pos: [2, 4, 0], state: "minecraft:air"}, - {pos: [2, 4, 1], state: "minecraft:air"}, - {pos: [2, 4, 2], state: "minecraft:iron_trapdoor{facing:north,half:top,open:false,powered:false,waterlogged:false}"}, - {pos: [2, 4, 3], state: "minecraft:air"}, - {pos: [2, 4, 4], state: "minecraft:air"}, - {pos: [2, 4, 5], state: "minecraft:air"}, - {pos: [2, 4, 6], state: "minecraft:air"}, - {pos: [2, 4, 7], state: "minecraft:air"}, - {pos: [2, 4, 8], state: "minecraft:air"}, - {pos: [2, 4, 9], state: "minecraft:air"}, - {pos: [3, 4, 0], state: "minecraft:air"}, - {pos: [3, 4, 1], state: "minecraft:air"}, - {pos: [3, 4, 2], state: "minecraft:air"}, - {pos: [3, 4, 3], state: "minecraft:air"}, - {pos: [3, 4, 4], state: "minecraft:air"}, - {pos: [3, 4, 5], state: "minecraft:air"}, - {pos: [3, 4, 6], state: "minecraft:air"}, - {pos: [3, 4, 7], state: "minecraft:air"}, - {pos: [3, 4, 8], state: "minecraft:air"}, - {pos: [3, 4, 9], state: "minecraft:air"}, - {pos: [4, 4, 0], state: "minecraft:air"}, - {pos: [4, 4, 1], state: "minecraft:air"}, - {pos: [4, 4, 2], state: "minecraft:air"}, - {pos: [4, 4, 3], state: "minecraft:air"}, - {pos: [4, 4, 4], state: "minecraft:air"}, - {pos: [4, 4, 5], state: "minecraft:air"}, - {pos: [4, 4, 6], state: "minecraft:air"}, - {pos: [4, 4, 7], state: "minecraft:air"}, - {pos: [4, 4, 8], state: "minecraft:air"}, - {pos: [4, 4, 9], state: "minecraft:air"}, - {pos: [5, 4, 0], state: "minecraft:air"}, - {pos: [5, 4, 1], state: "minecraft:air"}, - {pos: [5, 4, 2], state: "minecraft:air"}, - {pos: [5, 4, 3], state: "minecraft:air"}, - {pos: [5, 4, 4], state: "minecraft:air"}, - {pos: [5, 4, 5], state: "minecraft:air"}, - {pos: [5, 4, 6], state: "minecraft:air"}, - {pos: [5, 4, 7], state: "minecraft:air"}, - {pos: [5, 4, 8], state: "minecraft:air"}, - {pos: [5, 4, 9], state: "minecraft:air"}, - {pos: [6, 4, 0], state: "minecraft:air"}, - {pos: [6, 4, 1], state: "minecraft:air"}, - {pos: [6, 4, 2], state: "minecraft:air"}, - {pos: [6, 4, 3], state: "minecraft:air"}, - {pos: [6, 4, 4], state: "minecraft:air"}, - {pos: [6, 4, 5], state: "minecraft:air"}, - {pos: [6, 4, 6], state: "minecraft:air"}, - {pos: [6, 4, 7], state: "minecraft:air"}, - {pos: [6, 4, 8], state: "minecraft:air"}, - {pos: [6, 4, 9], state: "minecraft:air"}, - {pos: [7, 4, 0], state: "minecraft:air"}, - {pos: [7, 4, 1], state: "minecraft:air"}, - {pos: [7, 4, 2], state: "minecraft:air"}, - {pos: [7, 4, 3], state: "minecraft:air"}, - {pos: [7, 4, 4], state: "minecraft:air"}, - {pos: [7, 4, 5], state: "minecraft:air"}, - {pos: [7, 4, 6], state: "minecraft:air"}, - {pos: [7, 4, 7], state: "minecraft:air"}, - {pos: [7, 4, 8], state: "minecraft:air"}, - {pos: [7, 4, 9], state: "minecraft:air"}, - {pos: [8, 4, 0], state: "minecraft:air"}, - {pos: [8, 4, 1], state: "minecraft:air"}, - {pos: [8, 4, 2], state: "minecraft:air"}, - {pos: [8, 4, 3], state: "minecraft:air"}, - {pos: [8, 4, 4], state: "minecraft:air"}, - {pos: [8, 4, 5], state: "minecraft:air"}, - {pos: [8, 4, 6], state: "minecraft:air"}, - {pos: [8, 4, 7], state: "minecraft:air"}, - {pos: [8, 4, 8], state: "minecraft:air"}, - {pos: [8, 4, 9], state: "minecraft:air"}, - {pos: [9, 4, 0], state: "minecraft:air"}, - {pos: [9, 4, 1], state: "minecraft:air"}, - {pos: [9, 4, 2], state: "minecraft:air"}, - {pos: [9, 4, 3], state: "minecraft:air"}, - {pos: [9, 4, 4], state: "minecraft:air"}, - {pos: [9, 4, 5], state: "minecraft:air"}, - {pos: [9, 4, 6], state: "minecraft:air"}, - {pos: [9, 4, 7], state: "minecraft:air"}, - {pos: [9, 4, 8], state: "minecraft:air"}, - {pos: [9, 4, 9], state: "minecraft:air"}, - {pos: [0, 5, 0], state: "minecraft:air"}, - {pos: [0, 5, 1], state: "minecraft:air"}, - {pos: [0, 5, 2], state: "minecraft:air"}, - {pos: [0, 5, 3], state: "minecraft:air"}, - {pos: [0, 5, 4], state: "minecraft:air"}, - {pos: [0, 5, 5], state: "minecraft:air"}, - {pos: [0, 5, 6], state: "minecraft:air"}, - {pos: [0, 5, 7], state: "minecraft:air"}, - {pos: [0, 5, 8], state: "minecraft:air"}, - {pos: [0, 5, 9], state: "minecraft:air"}, - {pos: [1, 5, 0], state: "minecraft:air"}, - {pos: [1, 5, 1], state: "minecraft:air"}, - {pos: [1, 5, 2], state: "minecraft:air"}, - {pos: [1, 5, 3], state: "minecraft:air"}, - {pos: [1, 5, 4], state: "minecraft:air"}, - {pos: [1, 5, 5], state: "minecraft:air"}, - {pos: [1, 5, 6], state: "minecraft:air"}, - {pos: [1, 5, 7], state: "minecraft:air"}, - {pos: [1, 5, 8], state: "minecraft:air"}, - {pos: [1, 5, 9], state: "minecraft:air"}, - {pos: [2, 5, 0], state: "minecraft:air"}, - {pos: [2, 5, 1], state: "minecraft:air"}, - {pos: [2, 5, 2], state: "minecraft:barrel{facing:north,open:false}", nbt: {Items: [], id: "minecraft:barrel"}}, - {pos: [2, 5, 3], state: "minecraft:air"}, - {pos: [2, 5, 4], state: "minecraft:air"}, - {pos: [2, 5, 5], state: "minecraft:air"}, - {pos: [2, 5, 6], state: "minecraft:air"}, - {pos: [2, 5, 7], state: "minecraft:air"}, - {pos: [2, 5, 8], state: "minecraft:air"}, - {pos: [2, 5, 9], state: "minecraft:air"}, - {pos: [3, 5, 0], state: "minecraft:air"}, - {pos: [3, 5, 1], state: "minecraft:air"}, - {pos: [3, 5, 2], state: "minecraft:hopper{enabled:false,facing:west}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [3, 5, 3], state: "minecraft:air"}, - {pos: [3, 5, 4], state: "minecraft:air"}, - {pos: [3, 5, 5], state: "minecraft:air"}, - {pos: [3, 5, 6], state: "minecraft:air"}, - {pos: [3, 5, 7], state: "minecraft:air"}, - {pos: [3, 5, 8], state: "minecraft:air"}, - {pos: [3, 5, 9], state: "minecraft:air"}, - {pos: [4, 5, 0], state: "minecraft:air"}, - {pos: [4, 5, 1], state: "minecraft:air"}, - {pos: [4, 5, 2], state: "minecraft:redstone_wall_torch{facing:west,lit:true}"}, - {pos: [4, 5, 3], state: "minecraft:air"}, - {pos: [4, 5, 4], state: "minecraft:air"}, - {pos: [4, 5, 5], state: "minecraft:air"}, - {pos: [4, 5, 6], state: "minecraft:air"}, - {pos: [4, 5, 7], state: "minecraft:air"}, - {pos: [4, 5, 8], state: "minecraft:air"}, - {pos: [4, 5, 9], state: "minecraft:air"}, - {pos: [5, 5, 0], state: "minecraft:air"}, - {pos: [5, 5, 1], state: "minecraft:air"}, - {pos: [5, 5, 2], state: "minecraft:white_concrete"}, - {pos: [5, 5, 3], state: "minecraft:air"}, - {pos: [5, 5, 4], state: "minecraft:air"}, - {pos: [5, 5, 5], state: "minecraft:air"}, - {pos: [5, 5, 6], state: "minecraft:air"}, - {pos: [5, 5, 7], state: "minecraft:air"}, - {pos: [5, 5, 8], state: "minecraft:air"}, - {pos: [5, 5, 9], state: "minecraft:air"}, - {pos: [6, 5, 0], state: "minecraft:air"}, - {pos: [6, 5, 1], state: "minecraft:air"}, - {pos: [6, 5, 2], state: "minecraft:air"}, - {pos: [6, 5, 3], state: "minecraft:air"}, - {pos: [6, 5, 4], state: "minecraft:air"}, - {pos: [6, 5, 5], state: "minecraft:air"}, - {pos: [6, 5, 6], state: "minecraft:air"}, - {pos: [6, 5, 7], state: "minecraft:air"}, - {pos: [6, 5, 8], state: "minecraft:air"}, - {pos: [6, 5, 9], state: "minecraft:air"}, - {pos: [7, 5, 0], state: "minecraft:air"}, - {pos: [7, 5, 1], state: "minecraft:air"}, - {pos: [7, 5, 2], state: "minecraft:air"}, - {pos: [7, 5, 3], state: "minecraft:air"}, - {pos: [7, 5, 4], state: "minecraft:air"}, - {pos: [7, 5, 5], state: "minecraft:air"}, - {pos: [7, 5, 6], state: "minecraft:air"}, - {pos: [7, 5, 7], state: "minecraft:air"}, - {pos: [7, 5, 8], state: "minecraft:air"}, - {pos: [7, 5, 9], state: "minecraft:air"}, - {pos: [8, 5, 0], state: "minecraft:air"}, - {pos: [8, 5, 1], state: "minecraft:air"}, - {pos: [8, 5, 2], state: "minecraft:air"}, - {pos: [8, 5, 3], state: "minecraft:air"}, - {pos: [8, 5, 4], state: "minecraft:air"}, - {pos: [8, 5, 5], state: "minecraft:air"}, - {pos: [8, 5, 6], state: "minecraft:air"}, - {pos: [8, 5, 7], state: "minecraft:air"}, - {pos: [8, 5, 8], state: "minecraft:air"}, - {pos: [8, 5, 9], state: "minecraft:air"}, - {pos: [9, 5, 0], state: "minecraft:air"}, - {pos: [9, 5, 1], state: "minecraft:air"}, - {pos: [9, 5, 2], state: "minecraft:air"}, - {pos: [9, 5, 3], state: "minecraft:air"}, - {pos: [9, 5, 4], state: "minecraft:air"}, - {pos: [9, 5, 5], state: "minecraft:air"}, - {pos: [9, 5, 6], state: "minecraft:air"}, - {pos: [9, 5, 7], state: "minecraft:air"}, - {pos: [9, 5, 8], state: "minecraft:air"}, - {pos: [9, 5, 9], state: "minecraft:air"}, - {pos: [0, 6, 0], state: "minecraft:air"}, - {pos: [0, 6, 1], state: "minecraft:air"}, - {pos: [0, 6, 2], state: "minecraft:air"}, - {pos: [0, 6, 3], state: "minecraft:air"}, - {pos: [0, 6, 4], state: "minecraft:air"}, - {pos: [0, 6, 5], state: "minecraft:air"}, - {pos: [0, 6, 6], state: "minecraft:air"}, - {pos: [0, 6, 7], state: "minecraft:air"}, - {pos: [0, 6, 8], state: "minecraft:air"}, - {pos: [0, 6, 9], state: "minecraft:air"}, - {pos: [1, 6, 0], state: "minecraft:air"}, - {pos: [1, 6, 1], state: "minecraft:air"}, - {pos: [1, 6, 2], state: "minecraft:air"}, - {pos: [1, 6, 3], state: "minecraft:air"}, - {pos: [1, 6, 4], state: "minecraft:air"}, - {pos: [1, 6, 5], state: "minecraft:air"}, - {pos: [1, 6, 6], state: "minecraft:air"}, - {pos: [1, 6, 7], state: "minecraft:air"}, - {pos: [1, 6, 8], state: "minecraft:air"}, - {pos: [1, 6, 9], state: "minecraft:air"}, - {pos: [2, 6, 0], state: "minecraft:air"}, - {pos: [2, 6, 1], state: "minecraft:air"}, - {pos: [2, 6, 2], state: "minecraft:air"}, - {pos: [2, 6, 3], state: "minecraft:air"}, - {pos: [2, 6, 4], state: "minecraft:air"}, - {pos: [2, 6, 5], state: "minecraft:air"}, - {pos: [2, 6, 6], state: "minecraft:air"}, - {pos: [2, 6, 7], state: "minecraft:air"}, - {pos: [2, 6, 8], state: "minecraft:air"}, - {pos: [2, 6, 9], state: "minecraft:air"}, - {pos: [3, 6, 0], state: "minecraft:air"}, - {pos: [3, 6, 1], state: "minecraft:air"}, - {pos: [3, 6, 2], state: "minecraft:barrel{facing:north,open:false}", nbt: {Items: [{Count: 1b, Slot: 0b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 1b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 2b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 3b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 4b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 5b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 6b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 7b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 8b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 9b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 10b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 11b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 12b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 13b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 14b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 15b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 16b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 17b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 18b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 19b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 20b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 21b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 22b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 23b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 24b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 25b, id: "minecraft:shears", tag: {Damage: 0}}, {Count: 1b, Slot: 26b, id: "minecraft:shears", tag: {Damage: 0}}], id: "minecraft:barrel"}}, - {pos: [3, 6, 3], state: "minecraft:air"}, - {pos: [3, 6, 4], state: "minecraft:air"}, - {pos: [3, 6, 5], state: "minecraft:air"}, - {pos: [3, 6, 6], state: "minecraft:air"}, - {pos: [3, 6, 7], state: "minecraft:air"}, - {pos: [3, 6, 8], state: "minecraft:air"}, - {pos: [3, 6, 9], state: "minecraft:air"}, - {pos: [4, 6, 0], state: "minecraft:air"}, - {pos: [4, 6, 1], state: "minecraft:air"}, - {pos: [4, 6, 2], state: "minecraft:air"}, - {pos: [4, 6, 3], state: "minecraft:air"}, - {pos: [4, 6, 4], state: "minecraft:air"}, - {pos: [4, 6, 5], state: "minecraft:air"}, - {pos: [4, 6, 6], state: "minecraft:air"}, - {pos: [4, 6, 7], state: "minecraft:air"}, - {pos: [4, 6, 8], state: "minecraft:air"}, - {pos: [4, 6, 9], state: "minecraft:air"}, - {pos: [5, 6, 0], state: "minecraft:air"}, - {pos: [5, 6, 1], state: "minecraft:air"}, - {pos: [5, 6, 2], state: "minecraft:redstone_wire{east:side,north:side,power:0,south:side,west:side}"}, - {pos: [5, 6, 3], state: "minecraft:air"}, - {pos: [5, 6, 4], state: "minecraft:air"}, - {pos: [5, 6, 5], state: "minecraft:air"}, - {pos: [5, 6, 6], state: "minecraft:air"}, - {pos: [5, 6, 7], state: "minecraft:air"}, - {pos: [5, 6, 8], state: "minecraft:air"}, - {pos: [5, 6, 9], state: "minecraft:air"}, - {pos: [6, 6, 0], state: "minecraft:air"}, - {pos: [6, 6, 1], state: "minecraft:air"}, - {pos: [6, 6, 2], state: "minecraft:red_terracotta"}, - {pos: [6, 6, 3], state: "minecraft:air"}, - {pos: [6, 6, 4], state: "minecraft:air"}, - {pos: [6, 6, 5], state: "minecraft:air"}, - {pos: [6, 6, 6], state: "minecraft:air"}, - {pos: [6, 6, 7], state: "minecraft:air"}, - {pos: [6, 6, 8], state: "minecraft:air"}, - {pos: [6, 6, 9], state: "minecraft:air"}, - {pos: [7, 6, 0], state: "minecraft:air"}, - {pos: [7, 6, 1], state: "minecraft:air"}, - {pos: [7, 6, 2], state: "minecraft:air"}, - {pos: [7, 6, 3], state: "minecraft:air"}, - {pos: [7, 6, 4], state: "minecraft:air"}, - {pos: [7, 6, 5], state: "minecraft:air"}, - {pos: [7, 6, 6], state: "minecraft:air"}, - {pos: [7, 6, 7], state: "minecraft:air"}, - {pos: [7, 6, 8], state: "minecraft:air"}, - {pos: [7, 6, 9], state: "minecraft:air"}, - {pos: [8, 6, 0], state: "minecraft:air"}, - {pos: [8, 6, 1], state: "minecraft:air"}, - {pos: [8, 6, 2], state: "minecraft:air"}, - {pos: [8, 6, 3], state: "minecraft:air"}, - {pos: [8, 6, 4], state: "minecraft:air"}, - {pos: [8, 6, 5], state: "minecraft:air"}, - {pos: [8, 6, 6], state: "minecraft:air"}, - {pos: [8, 6, 7], state: "minecraft:air"}, - {pos: [8, 6, 8], state: "minecraft:air"}, - {pos: [8, 6, 9], state: "minecraft:air"}, - {pos: [9, 6, 0], state: "minecraft:air"}, - {pos: [9, 6, 1], state: "minecraft:air"}, - {pos: [9, 6, 2], state: "minecraft:air"}, - {pos: [9, 6, 3], state: "minecraft:air"}, - {pos: [9, 6, 4], state: "minecraft:air"}, - {pos: [9, 6, 5], state: "minecraft:air"}, - {pos: [9, 6, 6], state: "minecraft:air"}, - {pos: [9, 6, 7], state: "minecraft:air"}, - {pos: [9, 6, 8], state: "minecraft:air"}, - {pos: [9, 6, 9], state: "minecraft:air"} - ], - entities: [ - {blockPos: [2, 4, 2], pos: [2.5d, 4.0d, 2.5d], nbt: {Air: 300s, Enabled: 1b, FallDistance: 0.0f, Fire: -1s, Invulnerable: 0b, Items: [], Motion: [0.0d, 0.0d, 0.0d], OnGround: 1b, PortalCooldown: 0, Pos: [230.5d, -59.0d, 3211.5d], Rotation: [0.0f, 0.0f], TransferCooldown: 0, UUID: [I; -1572854151, 500517088, -1354990580, -1994928790], id: "minecraft:hopper_minecart"}}, - {blockPos: [2, 6, 2], pos: [2.5d, 6.0d, 2.5d], nbt: {Air: 300s, FallDistance: 0.0f, Fire: -1s, Invulnerable: 0b, Items: [], Motion: [0.0d, 0.0d, 0.0d], OnGround: 1b, PortalCooldown: 0, Pos: [230.5d, -57.0d, 3211.5d], Rotation: [0.0f, 0.0f], UUID: [I; 782390711, -4633411, -1724784326, 1228746204], id: "minecraft:chest_minecart"}} - ], - palette: [ - "minecraft:green_concrete", - "minecraft:white_concrete", - "minecraft:redstone_block", - "minecraft:emerald_block", - "minecraft:target{power:0}", - "minecraft:note_block{instrument:bit,note:0,powered:false}", - "minecraft:red_terracotta", - "minecraft:air", - "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}", - "minecraft:repeater{delay:1,facing:south,locked:false,powered:false}", - "minecraft:redstone_wire{east:up,north:none,power:0,south:none,west:side}", - "minecraft:redstone_wire{east:side,north:none,power:0,south:side,west:side}", - "minecraft:redstone_wire{east:none,north:side,power:0,south:none,west:side}", - "minecraft:redstone_wire{east:none,north:side,power:13,south:side,west:none}", - "minecraft:redstone_wire{east:none,north:side,power:14,south:side,west:none}", - "minecraft:redstone_wire{east:none,north:side,power:15,south:side,west:none}", - "minecraft:iron_trapdoor{facing:north,half:top,open:false,powered:false,waterlogged:false}", - "minecraft:redstone_wall_torch{facing:west,lit:true}", - "minecraft:redstone_wire{east:side,north:side,power:0,south:side,west:side}", - "minecraft:command_block{conditional:false,facing:up}", - "minecraft:command_block{conditional:false,facing:north}", - "minecraft:comparator{facing:east,mode:compare,powered:false}", - "minecraft:hopper{enabled:true,facing:east}", - "minecraft:barrel{facing:north,open:false}", - "minecraft:comparator{facing:west,mode:compare,powered:false}", - "minecraft:comparator{facing:north,mode:compare,powered:false}", - "minecraft:hopper{enabled:false,facing:west}" - ] -} diff --git a/testserver/gameteststructures/test_redstone.hopper_item_datacommand.snbt b/testserver/gameteststructures/test_redstone.hopper_item_datacommand.snbt deleted file mode 100644 index d482e401e..000000000 --- a/testserver/gameteststructures/test_redstone.hopper_item_datacommand.snbt +++ /dev/null @@ -1,149 +0,0 @@ -{ - DataVersion: 2724, - size: [5, 5, 5], - data: [ - {pos: [0, 0, 0], state: "minecraft:polished_andesite"}, - {pos: [0, 0, 1], state: "minecraft:polished_andesite"}, - {pos: [0, 0, 2], state: "minecraft:polished_andesite"}, - {pos: [0, 0, 3], state: "minecraft:polished_andesite"}, - {pos: [0, 0, 4], state: "minecraft:polished_andesite"}, - {pos: [1, 0, 0], state: "minecraft:polished_andesite"}, - {pos: [1, 0, 1], state: "minecraft:polished_andesite"}, - {pos: [1, 0, 2], state: "minecraft:polished_andesite"}, - {pos: [1, 0, 3], state: "minecraft:polished_andesite"}, - {pos: [1, 0, 4], state: "minecraft:polished_andesite"}, - {pos: [2, 0, 0], state: "minecraft:polished_andesite"}, - {pos: [2, 0, 1], state: "minecraft:polished_andesite"}, - {pos: [2, 0, 2], state: "minecraft:polished_andesite"}, - {pos: [2, 0, 3], state: "minecraft:polished_andesite"}, - {pos: [2, 0, 4], state: "minecraft:polished_andesite"}, - {pos: [3, 0, 0], state: "minecraft:polished_andesite"}, - {pos: [3, 0, 1], state: "minecraft:polished_andesite"}, - {pos: [3, 0, 2], state: "minecraft:polished_andesite"}, - {pos: [3, 0, 3], state: "minecraft:polished_andesite"}, - {pos: [3, 0, 4], state: "minecraft:polished_andesite"}, - {pos: [4, 0, 0], state: "minecraft:polished_andesite"}, - {pos: [4, 0, 1], state: "minecraft:polished_andesite"}, - {pos: [4, 0, 2], state: "minecraft:polished_andesite"}, - {pos: [4, 0, 3], state: "minecraft:polished_andesite"}, - {pos: [4, 0, 4], state: "minecraft:polished_andesite"}, - {pos: [0, 1, 0], state: "minecraft:air"}, - {pos: [0, 1, 1], state: "minecraft:air"}, - {pos: [0, 1, 2], state: "minecraft:air"}, - {pos: [0, 1, 3], state: "minecraft:air"}, - {pos: [0, 1, 4], state: "minecraft:air"}, - {pos: [1, 1, 0], state: "minecraft:air"}, - {pos: [1, 1, 1], state: "minecraft:air"}, - {pos: [1, 1, 2], state: "minecraft:air"}, - {pos: [1, 1, 3], state: "minecraft:emerald_block"}, - {pos: [1, 1, 4], state: "minecraft:air"}, - {pos: [2, 1, 0], state: "minecraft:air"}, - {pos: [2, 1, 1], state: "minecraft:air"}, - {pos: [2, 1, 2], state: "minecraft:air"}, - {pos: [2, 1, 3], state: "minecraft:redstone_wire{east:side,north:none,power:0,south:none,west:side}"}, - {pos: [2, 1, 4], state: "minecraft:air"}, - {pos: [3, 1, 0], state: "minecraft:air"}, - {pos: [3, 1, 1], state: "minecraft:hopper{enabled:true,facing:south}", nbt: {Items: [{Count: 18b, Slot: 0b, id: "minecraft:target"}, {Count: 1b, Slot: 1b, id: "minecraft:target"}, {Count: 1b, Slot: 2b, id: "minecraft:target"}, {Count: 1b, Slot: 3b, id: "minecraft:target"}, {Count: 1b, Slot: 4b, id: "minecraft:target"}], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [3, 1, 2], state: "minecraft:comparator{facing:north,mode:compare,powered:true}", nbt: {OutputSignal: 1, id: "minecraft:comparator"}}, - {pos: [3, 1, 3], state: "minecraft:redstone_wire{east:none,north:side,power:1,south:none,west:side}"}, - {pos: [3, 1, 4], state: "minecraft:air"}, - {pos: [4, 1, 0], state: "minecraft:air"}, - {pos: [4, 1, 1], state: "minecraft:air"}, - {pos: [4, 1, 2], state: "minecraft:air"}, - {pos: [4, 1, 3], state: "minecraft:air"}, - {pos: [4, 1, 4], state: "minecraft:air"}, - {pos: [0, 2, 0], state: "minecraft:air"}, - {pos: [0, 2, 1], state: "minecraft:air"}, - {pos: [0, 2, 2], state: "minecraft:air"}, - {pos: [0, 2, 3], state: "minecraft:air"}, - {pos: [0, 2, 4], state: "minecraft:air"}, - {pos: [1, 2, 0], state: "minecraft:air"}, - {pos: [1, 2, 1], state: "minecraft:air"}, - {pos: [1, 2, 2], state: "minecraft:air"}, - {pos: [1, 2, 3], state: "minecraft:note_block{instrument:bit,note:0,powered:false}"}, - {pos: [1, 2, 4], state: "minecraft:air"}, - {pos: [2, 2, 0], state: "minecraft:air"}, - {pos: [2, 2, 1], state: "minecraft:air"}, - {pos: [2, 2, 2], state: "minecraft:air"}, - {pos: [2, 2, 3], state: "minecraft:air"}, - {pos: [2, 2, 4], state: "minecraft:air"}, - {pos: [3, 2, 0], state: "minecraft:air"}, - {pos: [3, 2, 1], state: "minecraft:white_carpet"}, - {pos: [3, 2, 2], state: "minecraft:glass"}, - {pos: [3, 2, 3], state: "minecraft:air"}, - {pos: [3, 2, 4], state: "minecraft:air"}, - {pos: [4, 2, 0], state: "minecraft:air"}, - {pos: [4, 2, 1], state: "minecraft:glass"}, - {pos: [4, 2, 2], state: "minecraft:air"}, - {pos: [4, 2, 3], state: "minecraft:air"}, - {pos: [4, 2, 4], state: "minecraft:air"}, - {pos: [0, 3, 0], state: "minecraft:air"}, - {pos: [0, 3, 1], state: "minecraft:air"}, - {pos: [0, 3, 2], state: "minecraft:air"}, - {pos: [0, 3, 3], state: "minecraft:air"}, - {pos: [0, 3, 4], state: "minecraft:air"}, - {pos: [1, 3, 0], state: "minecraft:air"}, - {pos: [1, 3, 1], state: "minecraft:air"}, - {pos: [1, 3, 2], state: "minecraft:air"}, - {pos: [1, 3, 3], state: "minecraft:air"}, - {pos: [1, 3, 4], state: "minecraft:air"}, - {pos: [2, 3, 0], state: "minecraft:air"}, - {pos: [2, 3, 1], state: "minecraft:air"}, - {pos: [2, 3, 2], state: "minecraft:air"}, - {pos: [2, 3, 3], state: "minecraft:air"}, - {pos: [2, 3, 4], state: "minecraft:air"}, - {pos: [3, 3, 0], state: "minecraft:air"}, - {pos: [3, 3, 1], state: "minecraft:command_block{conditional:false,facing:up}", nbt: {Command: 'data merge entity @e[type=item,distance=..2, limit=1] {Item:{id: "minecraft:target"}}', CustomName: '{"text":"@"}', LastExecution: 190745L, LastOutput: '{"extra":[{"translate":"commands.data.entity.modified","with":[{"insertion":"c16a2093-bac6-4f39-8d4e-5ecf2f5b9c9b","hoverEvent":{"action":"show_entity","contents":{"type":"minecraft:item","id":"c16a2093-bac6-4f39-8d4e-5ecf2f5b9c9b","name":{"translate":"block.minecraft.target"}}},"translate":"block.minecraft.target"}]}],"text":"[20:55:08] "}', SuccessCount: 1, TrackOutput: 1b, UpdateLastExecution: 1b, auto: 0b, conditionMet: 1b, id: "minecraft:command_block", powered: 0b}}, - {pos: [3, 3, 2], state: "minecraft:repeater{delay:4,facing:south,locked:false,powered:false}"}, - {pos: [3, 3, 3], state: "minecraft:red_terracotta"}, - {pos: [3, 3, 4], state: "minecraft:air"}, - {pos: [4, 3, 0], state: "minecraft:air"}, - {pos: [4, 3, 1], state: "minecraft:air"}, - {pos: [4, 3, 2], state: "minecraft:air"}, - {pos: [4, 3, 3], state: "minecraft:air"}, - {pos: [4, 3, 4], state: "minecraft:air"}, - {pos: [0, 4, 0], state: "minecraft:air"}, - {pos: [0, 4, 1], state: "minecraft:air"}, - {pos: [0, 4, 2], state: "minecraft:air"}, - {pos: [0, 4, 3], state: "minecraft:air"}, - {pos: [0, 4, 4], state: "minecraft:air"}, - {pos: [1, 4, 0], state: "minecraft:air"}, - {pos: [1, 4, 1], state: "minecraft:air"}, - {pos: [1, 4, 2], state: "minecraft:air"}, - {pos: [1, 4, 3], state: "minecraft:air"}, - {pos: [1, 4, 4], state: "minecraft:air"}, - {pos: [2, 4, 0], state: "minecraft:air"}, - {pos: [2, 4, 1], state: "minecraft:air"}, - {pos: [2, 4, 2], state: "minecraft:air"}, - {pos: [2, 4, 3], state: "minecraft:air"}, - {pos: [2, 4, 4], state: "minecraft:air"}, - {pos: [3, 4, 0], state: "minecraft:air"}, - {pos: [3, 4, 1], state: "minecraft:air"}, - {pos: [3, 4, 2], state: "minecraft:air"}, - {pos: [3, 4, 3], state: "minecraft:air"}, - {pos: [3, 4, 4], state: "minecraft:air"}, - {pos: [4, 4, 0], state: "minecraft:air"}, - {pos: [4, 4, 1], state: "minecraft:air"}, - {pos: [4, 4, 2], state: "minecraft:air"}, - {pos: [4, 4, 3], state: "minecraft:air"}, - {pos: [4, 4, 4], state: "minecraft:air"} - ], - entities: [ - {blockPos: [3, 2, 1], pos: [3.875d, 2.0625d, 1.875d], nbt: {Age: 139s, Air: 300s, FallDistance: 0.0f, Fire: -1s, Health: 5s, Invulnerable: 0b, Item: {Count: 1b, id: "minecraft:redstone_block"}, Motion: [0.0d, -0.04d, 0.0d], OnGround: 1b, PickupDelay: 0s, PortalCooldown: 0, Pos: [465.875d, 4.0625d, 567.875d], Rotation: [170.62787f, 0.0f], Thrower: [I; 862772073, -1317717294, -1521060862, 2026537131], UUID: [I; 1377906227, -408927847, -1587728248, 1353570968], id: "minecraft:item"}} - ], - palette: [ - "minecraft:polished_andesite", - "minecraft:emerald_block", - "minecraft:note_block{instrument:bit,note:0,powered:false}", - "minecraft:glass", - "minecraft:red_terracotta", - "minecraft:air", - "minecraft:redstone_wire{east:side,north:none,power:0,south:none,west:side}", - "minecraft:redstone_wire{east:none,north:side,power:1,south:none,west:side}", - "minecraft:white_carpet", - "minecraft:repeater{delay:4,facing:south,locked:false,powered:false}", - "minecraft:hopper{enabled:true,facing:south}", - "minecraft:comparator{facing:north,mode:compare,powered:true}", - "minecraft:command_block{conditional:false,facing:up}" - ] -} diff --git a/testserver/gameteststructures/test_redstone.hopper_storagecart_interaction.snbt b/testserver/gameteststructures/test_redstone.hopper_storagecart_interaction.snbt deleted file mode 100644 index 70bb83eb0..000000000 --- a/testserver/gameteststructures/test_redstone.hopper_storagecart_interaction.snbt +++ /dev/null @@ -1,3031 +0,0 @@ -{ - DataVersion: 2722, - size: [10, 10, 30], - data: [ - {pos: [0, 0, 0], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 1], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 2], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 3], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 4], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 5], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 6], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 7], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 8], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 9], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 10], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 11], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 12], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 13], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 14], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 15], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 16], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 17], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 18], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 19], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 20], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 21], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 22], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 23], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 24], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 25], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 26], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 27], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 28], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 29], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 0], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 1], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 2], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 3], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 4], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 5], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 6], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 7], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 8], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 9], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 10], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 11], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 12], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 13], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 14], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 15], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 16], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 17], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 18], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 19], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 20], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 21], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 22], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 23], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 24], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 25], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 26], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 27], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 28], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 29], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 0], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 1], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 2], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 3], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 4], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 5], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 6], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 7], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 8], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 9], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 10], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 11], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 12], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 13], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 14], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 15], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 16], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 17], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 18], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 19], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 20], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 21], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 22], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 23], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 24], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 25], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 26], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 27], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 28], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 29], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 0], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 1], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 2], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 3], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 4], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 5], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 6], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 7], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 8], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 9], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 10], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 11], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 12], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 13], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 14], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 15], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 16], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 17], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 18], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 19], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 20], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 21], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 22], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 23], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 24], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 25], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 26], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 27], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 28], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 29], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 0], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 1], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 2], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 3], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 4], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 5], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 6], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 7], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 8], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 9], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 10], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 11], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 12], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 13], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 14], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 15], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 16], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 17], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 18], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 19], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 20], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 21], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 22], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 23], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 24], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 25], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 26], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 27], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 28], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 29], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 0], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 1], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 2], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 3], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 4], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 5], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 6], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 7], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 8], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 9], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 10], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 11], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 12], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 13], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 14], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 15], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 16], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 17], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 18], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 19], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 20], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 21], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 22], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 23], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 24], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 25], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 26], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 27], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 28], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 29], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 0], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 1], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 2], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 3], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 4], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 5], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 6], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 7], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 8], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 9], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 10], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 11], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 12], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 13], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 14], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 15], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 16], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 17], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 18], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 19], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 20], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 21], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 22], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 23], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 24], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 25], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 26], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 27], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 28], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 29], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 0], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 1], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 2], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 3], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 4], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 5], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 6], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 7], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 8], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 9], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 10], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 11], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 12], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 13], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 14], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 15], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 16], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 17], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 18], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 19], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 20], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 21], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 22], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 23], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 24], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 25], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 26], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 27], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 28], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 29], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 0], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 1], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 2], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 3], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 4], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 5], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 6], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 7], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 8], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 9], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 10], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 11], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 12], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 13], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 14], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 15], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 16], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 17], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 18], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 19], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 20], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 21], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 22], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 23], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 24], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 25], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 26], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 27], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 28], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 29], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 0], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 1], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 2], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 3], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 4], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 5], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 6], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 7], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 8], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 9], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 10], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 11], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 12], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 13], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 14], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 15], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 16], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 17], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 18], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 19], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 20], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 21], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 22], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 23], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 24], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 25], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 26], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 27], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 28], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 29], state: "minecraft:blue_concrete"}, - {pos: [0, 1, 0], state: "minecraft:air"}, - {pos: [0, 1, 1], state: "minecraft:air"}, - {pos: [0, 1, 2], state: "minecraft:air"}, - {pos: [0, 1, 3], state: "minecraft:air"}, - {pos: [0, 1, 4], state: "minecraft:air"}, - {pos: [0, 1, 5], state: "minecraft:air"}, - {pos: [0, 1, 6], state: "minecraft:air"}, - {pos: [0, 1, 7], state: "minecraft:air"}, - {pos: [0, 1, 8], state: "minecraft:air"}, - {pos: [0, 1, 9], state: "minecraft:air"}, - {pos: [0, 1, 10], state: "minecraft:air"}, - {pos: [0, 1, 11], state: "minecraft:air"}, - {pos: [0, 1, 12], state: "minecraft:air"}, - {pos: [0, 1, 13], state: "minecraft:air"}, - {pos: [0, 1, 14], state: "minecraft:air"}, - {pos: [0, 1, 15], state: "minecraft:air"}, - {pos: [0, 1, 16], state: "minecraft:air"}, - {pos: [0, 1, 17], state: "minecraft:air"}, - {pos: [0, 1, 18], state: "minecraft:air"}, - {pos: [0, 1, 19], state: "minecraft:air"}, - {pos: [0, 1, 20], state: "minecraft:air"}, - {pos: [0, 1, 21], state: "minecraft:air"}, - {pos: [0, 1, 22], state: "minecraft:air"}, - {pos: [0, 1, 23], state: "minecraft:air"}, - {pos: [0, 1, 24], state: "minecraft:air"}, - {pos: [0, 1, 25], state: "minecraft:air"}, - {pos: [0, 1, 26], state: "minecraft:air"}, - {pos: [0, 1, 27], state: "minecraft:air"}, - {pos: [0, 1, 28], state: "minecraft:air"}, - {pos: [0, 1, 29], state: "minecraft:air"}, - {pos: [1, 1, 0], state: "minecraft:air"}, - {pos: [1, 1, 1], state: "minecraft:air"}, - {pos: [1, 1, 2], state: "minecraft:air"}, - {pos: [1, 1, 3], state: "minecraft:air"}, - {pos: [1, 1, 4], state: "minecraft:air"}, - {pos: [1, 1, 5], state: "minecraft:air"}, - {pos: [1, 1, 6], state: "minecraft:air"}, - {pos: [1, 1, 7], state: "minecraft:air"}, - {pos: [1, 1, 8], state: "minecraft:air"}, - {pos: [1, 1, 9], state: "minecraft:air"}, - {pos: [1, 1, 10], state: "minecraft:air"}, - {pos: [1, 1, 11], state: "minecraft:air"}, - {pos: [1, 1, 12], state: "minecraft:air"}, - {pos: [1, 1, 13], state: "minecraft:air"}, - {pos: [1, 1, 14], state: "minecraft:air"}, - {pos: [1, 1, 15], state: "minecraft:air"}, - {pos: [1, 1, 16], state: "minecraft:air"}, - {pos: [1, 1, 17], state: "minecraft:air"}, - {pos: [1, 1, 18], state: "minecraft:air"}, - {pos: [1, 1, 19], state: "minecraft:air"}, - {pos: [1, 1, 20], state: "minecraft:air"}, - {pos: [1, 1, 21], state: "minecraft:air"}, - {pos: [1, 1, 22], state: "minecraft:air"}, - {pos: [1, 1, 23], state: "minecraft:air"}, - {pos: [1, 1, 24], state: "minecraft:air"}, - {pos: [1, 1, 25], state: "minecraft:air"}, - {pos: [1, 1, 26], state: "minecraft:air"}, - {pos: [1, 1, 27], state: "minecraft:air"}, - {pos: [1, 1, 28], state: "minecraft:air"}, - {pos: [1, 1, 29], state: "minecraft:air"}, - {pos: [2, 1, 0], state: "minecraft:air"}, - {pos: [2, 1, 1], state: "minecraft:air"}, - {pos: [2, 1, 2], state: "minecraft:air"}, - {pos: [2, 1, 3], state: "minecraft:air"}, - {pos: [2, 1, 4], state: "minecraft:air"}, - {pos: [2, 1, 5], state: "minecraft:air"}, - {pos: [2, 1, 6], state: "minecraft:air"}, - {pos: [2, 1, 7], state: "minecraft:air"}, - {pos: [2, 1, 8], state: "minecraft:air"}, - {pos: [2, 1, 9], state: "minecraft:air"}, - {pos: [2, 1, 10], state: "minecraft:air"}, - {pos: [2, 1, 11], state: "minecraft:air"}, - {pos: [2, 1, 12], state: "minecraft:air"}, - {pos: [2, 1, 13], state: "minecraft:air"}, - {pos: [2, 1, 14], state: "minecraft:air"}, - {pos: [2, 1, 15], state: "minecraft:air"}, - {pos: [2, 1, 16], state: "minecraft:air"}, - {pos: [2, 1, 17], state: "minecraft:air"}, - {pos: [2, 1, 18], state: "minecraft:air"}, - {pos: [2, 1, 19], state: "minecraft:air"}, - {pos: [2, 1, 20], state: "minecraft:air"}, - {pos: [2, 1, 21], state: "minecraft:air"}, - {pos: [2, 1, 22], state: "minecraft:air"}, - {pos: [2, 1, 23], state: "minecraft:air"}, - {pos: [2, 1, 24], state: "minecraft:air"}, - {pos: [2, 1, 25], state: "minecraft:air"}, - {pos: [2, 1, 26], state: "minecraft:air"}, - {pos: [2, 1, 27], state: "minecraft:air"}, - {pos: [2, 1, 28], state: "minecraft:air"}, - {pos: [2, 1, 29], state: "minecraft:air"}, - {pos: [3, 1, 0], state: "minecraft:air"}, - {pos: [3, 1, 1], state: "minecraft:air"}, - {pos: [3, 1, 2], state: "minecraft:air"}, - {pos: [3, 1, 3], state: "minecraft:air"}, - {pos: [3, 1, 4], state: "minecraft:air"}, - {pos: [3, 1, 5], state: "minecraft:air"}, - {pos: [3, 1, 6], state: "minecraft:air"}, - {pos: [3, 1, 7], state: "minecraft:air"}, - {pos: [3, 1, 8], state: "minecraft:air"}, - {pos: [3, 1, 9], state: "minecraft:air"}, - {pos: [3, 1, 10], state: "minecraft:air"}, - {pos: [3, 1, 11], state: "minecraft:air"}, - {pos: [3, 1, 12], state: "minecraft:air"}, - {pos: [3, 1, 13], state: "minecraft:air"}, - {pos: [3, 1, 14], state: "minecraft:air"}, - {pos: [3, 1, 15], state: "minecraft:air"}, - {pos: [3, 1, 16], state: "minecraft:air"}, - {pos: [3, 1, 17], state: "minecraft:air"}, - {pos: [3, 1, 18], state: "minecraft:air"}, - {pos: [3, 1, 19], state: "minecraft:rail{shape:south_east,waterlogged:false}"}, - {pos: [3, 1, 20], state: "minecraft:rail{shape:north_south,waterlogged:false}"}, - {pos: [3, 1, 21], state: "minecraft:rail{shape:north_south,waterlogged:false}"}, - {pos: [3, 1, 22], state: "minecraft:rail{shape:north_east,waterlogged:false}"}, - {pos: [3, 1, 23], state: "minecraft:air"}, - {pos: [3, 1, 24], state: "minecraft:air"}, - {pos: [3, 1, 25], state: "minecraft:air"}, - {pos: [3, 1, 26], state: "minecraft:air"}, - {pos: [3, 1, 27], state: "minecraft:air"}, - {pos: [3, 1, 28], state: "minecraft:air"}, - {pos: [3, 1, 29], state: "minecraft:air"}, - {pos: [4, 1, 0], state: "minecraft:air"}, - {pos: [4, 1, 1], state: "minecraft:air"}, - {pos: [4, 1, 2], state: "minecraft:air"}, - {pos: [4, 1, 3], state: "minecraft:air"}, - {pos: [4, 1, 4], state: "minecraft:air"}, - {pos: [4, 1, 5], state: "minecraft:red_terracotta"}, - {pos: [4, 1, 6], state: "minecraft:air"}, - {pos: [4, 1, 7], state: "minecraft:air"}, - {pos: [4, 1, 8], state: "minecraft:air"}, - {pos: [4, 1, 9], state: "minecraft:air"}, - {pos: [4, 1, 10], state: "minecraft:air"}, - {pos: [4, 1, 11], state: "minecraft:air"}, - {pos: [4, 1, 12], state: "minecraft:air"}, - {pos: [4, 1, 13], state: "minecraft:air"}, - {pos: [4, 1, 14], state: "minecraft:air"}, - {pos: [4, 1, 15], state: "minecraft:air"}, - {pos: [4, 1, 16], state: "minecraft:air"}, - {pos: [4, 1, 17], state: "minecraft:redstone_block"}, - {pos: [4, 1, 18], state: "minecraft:air"}, - {pos: [4, 1, 19], state: "minecraft:rail{shape:east_west,waterlogged:false}"}, - {pos: [4, 1, 20], state: "minecraft:air"}, - {pos: [4, 1, 21], state: "minecraft:air"}, - {pos: [4, 1, 22], state: "minecraft:rail{shape:east_west,waterlogged:false}"}, - {pos: [4, 1, 23], state: "minecraft:air"}, - {pos: [4, 1, 24], state: "minecraft:air"}, - {pos: [4, 1, 25], state: "minecraft:air"}, - {pos: [4, 1, 26], state: "minecraft:air"}, - {pos: [4, 1, 27], state: "minecraft:air"}, - {pos: [4, 1, 28], state: "minecraft:air"}, - {pos: [4, 1, 29], state: "minecraft:air"}, - {pos: [5, 1, 0], state: "minecraft:air"}, - {pos: [5, 1, 1], state: "minecraft:air"}, - {pos: [5, 1, 2], state: "minecraft:air"}, - {pos: [5, 1, 3], state: "minecraft:blue_concrete"}, - {pos: [5, 1, 4], state: "minecraft:powered_rail{powered:false,shape:north_south,waterlogged:false}"}, - {pos: [5, 1, 5], state: "minecraft:powered_rail{powered:false,shape:north_south,waterlogged:false}"}, - {pos: [5, 1, 6], state: "minecraft:powered_rail{powered:false,shape:north_south,waterlogged:false}"}, - {pos: [5, 1, 7], state: "minecraft:powered_rail{powered:false,shape:north_south,waterlogged:false}"}, - {pos: [5, 1, 8], state: "minecraft:powered_rail{powered:false,shape:north_south,waterlogged:false}"}, - {pos: [5, 1, 9], state: "minecraft:powered_rail{powered:true,shape:north_south,waterlogged:false}"}, - {pos: [5, 1, 10], state: "minecraft:powered_rail{powered:true,shape:north_south,waterlogged:false}"}, - {pos: [5, 1, 11], state: "minecraft:powered_rail{powered:true,shape:north_south,waterlogged:false}"}, - {pos: [5, 1, 12], state: "minecraft:powered_rail{powered:true,shape:north_south,waterlogged:false}"}, - {pos: [5, 1, 13], state: "minecraft:powered_rail{powered:true,shape:north_south,waterlogged:false}"}, - {pos: [5, 1, 14], state: "minecraft:powered_rail{powered:true,shape:north_south,waterlogged:false}"}, - {pos: [5, 1, 15], state: "minecraft:powered_rail{powered:true,shape:north_south,waterlogged:false}"}, - {pos: [5, 1, 16], state: "minecraft:powered_rail{powered:true,shape:north_south,waterlogged:false}"}, - {pos: [5, 1, 17], state: "minecraft:powered_rail{powered:true,shape:north_south,waterlogged:false}"}, - {pos: [5, 1, 18], state: "minecraft:powered_rail{powered:true,shape:north_south,waterlogged:false}"}, - {pos: [5, 1, 19], state: "minecraft:rail{shape:north_west,waterlogged:false}"}, - {pos: [5, 1, 20], state: "minecraft:air"}, - {pos: [5, 1, 21], state: "minecraft:air"}, - {pos: [5, 1, 22], state: "minecraft:air"}, - {pos: [5, 1, 23], state: "minecraft:glass"}, - {pos: [5, 1, 24], state: "minecraft:observer{facing:north,powered:false}"}, - {pos: [5, 1, 25], state: "minecraft:emerald_block"}, - {pos: [5, 1, 26], state: "minecraft:air"}, - {pos: [5, 1, 27], state: "minecraft:air"}, - {pos: [5, 1, 28], state: "minecraft:air"}, - {pos: [5, 1, 29], state: "minecraft:air"}, - {pos: [6, 1, 0], state: "minecraft:air"}, - {pos: [6, 1, 1], state: "minecraft:air"}, - {pos: [6, 1, 2], state: "minecraft:blue_concrete"}, - {pos: [6, 1, 3], state: "minecraft:powered_rail{powered:false,shape:north_south,waterlogged:false}"}, - {pos: [6, 1, 4], state: "minecraft:powered_rail{powered:false,shape:north_south,waterlogged:false}"}, - {pos: [6, 1, 5], state: "minecraft:powered_rail{powered:false,shape:north_south,waterlogged:false}"}, - {pos: [6, 1, 6], state: "minecraft:powered_rail{powered:false,shape:north_south,waterlogged:false}"}, - {pos: [6, 1, 7], state: "minecraft:powered_rail{powered:false,shape:north_south,waterlogged:false}"}, - {pos: [6, 1, 8], state: "minecraft:powered_rail{powered:false,shape:north_south,waterlogged:false}"}, - {pos: [6, 1, 9], state: "minecraft:powered_rail{powered:true,shape:north_south,waterlogged:false}"}, - {pos: [6, 1, 10], state: "minecraft:powered_rail{powered:true,shape:north_south,waterlogged:false}"}, - {pos: [6, 1, 11], state: "minecraft:powered_rail{powered:true,shape:north_south,waterlogged:false}"}, - {pos: [6, 1, 12], state: "minecraft:powered_rail{powered:true,shape:north_south,waterlogged:false}"}, - {pos: [6, 1, 13], state: "minecraft:powered_rail{powered:true,shape:north_south,waterlogged:false}"}, - {pos: [6, 1, 14], state: "minecraft:powered_rail{powered:true,shape:north_south,waterlogged:false}"}, - {pos: [6, 1, 15], state: "minecraft:powered_rail{powered:true,shape:north_south,waterlogged:false}"}, - {pos: [6, 1, 16], state: "minecraft:powered_rail{powered:true,shape:north_south,waterlogged:false}"}, - {pos: [6, 1, 17], state: "minecraft:powered_rail{powered:true,shape:north_south,waterlogged:false}"}, - {pos: [6, 1, 18], state: "minecraft:powered_rail{powered:true,shape:north_south,waterlogged:false}"}, - {pos: [6, 1, 19], state: "minecraft:powered_rail{powered:true,shape:north_south,waterlogged:false}"}, - {pos: [6, 1, 20], state: "minecraft:rail{shape:north_south,waterlogged:false}"}, - {pos: [6, 1, 21], state: "minecraft:rail{shape:ascending_south,waterlogged:false}"}, - {pos: [6, 1, 22], state: "minecraft:hopper{enabled:true,facing:west}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [6, 1, 23], state: "minecraft:comparator{facing:north,mode:compare,powered:false}", nbt: {OutputSignal: 0, id: "minecraft:comparator"}}, - {pos: [6, 1, 24], state: "minecraft:sticky_piston{extended:false,facing:west}"}, - {pos: [6, 1, 25], state: "minecraft:air"}, - {pos: [6, 1, 26], state: "minecraft:air"}, - {pos: [6, 1, 27], state: "minecraft:air"}, - {pos: [6, 1, 28], state: "minecraft:air"}, - {pos: [6, 1, 29], state: "minecraft:air"}, - {pos: [7, 1, 0], state: "minecraft:air"}, - {pos: [7, 1, 1], state: "minecraft:air"}, - {pos: [7, 1, 2], state: "minecraft:air"}, - {pos: [7, 1, 3], state: "minecraft:air"}, - {pos: [7, 1, 4], state: "minecraft:air"}, - {pos: [7, 1, 5], state: "minecraft:red_terracotta"}, - {pos: [7, 1, 6], state: "minecraft:air"}, - {pos: [7, 1, 7], state: "minecraft:air"}, - {pos: [7, 1, 8], state: "minecraft:air"}, - {pos: [7, 1, 9], state: "minecraft:air"}, - {pos: [7, 1, 10], state: "minecraft:air"}, - {pos: [7, 1, 11], state: "minecraft:air"}, - {pos: [7, 1, 12], state: "minecraft:air"}, - {pos: [7, 1, 13], state: "minecraft:air"}, - {pos: [7, 1, 14], state: "minecraft:air"}, - {pos: [7, 1, 15], state: "minecraft:air"}, - {pos: [7, 1, 16], state: "minecraft:air"}, - {pos: [7, 1, 17], state: "minecraft:redstone_block"}, - {pos: [7, 1, 18], state: "minecraft:air"}, - {pos: [7, 1, 19], state: "minecraft:air"}, - {pos: [7, 1, 20], state: "minecraft:air"}, - {pos: [7, 1, 21], state: "minecraft:air"}, - {pos: [7, 1, 22], state: "minecraft:air"}, - {pos: [7, 1, 23], state: "minecraft:air"}, - {pos: [7, 1, 24], state: "minecraft:air"}, - {pos: [7, 1, 25], state: "minecraft:air"}, - {pos: [7, 1, 26], state: "minecraft:air"}, - {pos: [7, 1, 27], state: "minecraft:air"}, - {pos: [7, 1, 28], state: "minecraft:air"}, - {pos: [7, 1, 29], state: "minecraft:air"}, - {pos: [8, 1, 0], state: "minecraft:air"}, - {pos: [8, 1, 1], state: "minecraft:air"}, - {pos: [8, 1, 2], state: "minecraft:air"}, - {pos: [8, 1, 3], state: "minecraft:air"}, - {pos: [8, 1, 4], state: "minecraft:air"}, - {pos: [8, 1, 5], state: "minecraft:air"}, - {pos: [8, 1, 6], state: "minecraft:air"}, - {pos: [8, 1, 7], state: "minecraft:air"}, - {pos: [8, 1, 8], state: "minecraft:air"}, - {pos: [8, 1, 9], state: "minecraft:air"}, - {pos: [8, 1, 10], state: "minecraft:air"}, - {pos: [8, 1, 11], state: "minecraft:air"}, - {pos: [8, 1, 12], state: "minecraft:air"}, - {pos: [8, 1, 13], state: "minecraft:air"}, - {pos: [8, 1, 14], state: "minecraft:air"}, - {pos: [8, 1, 15], state: "minecraft:air"}, - {pos: [8, 1, 16], state: "minecraft:air"}, - {pos: [8, 1, 17], state: "minecraft:air"}, - {pos: [8, 1, 18], state: "minecraft:air"}, - {pos: [8, 1, 19], state: "minecraft:air"}, - {pos: [8, 1, 20], state: "minecraft:air"}, - {pos: [8, 1, 21], state: "minecraft:air"}, - {pos: [8, 1, 22], state: "minecraft:air"}, - {pos: [8, 1, 23], state: "minecraft:air"}, - {pos: [8, 1, 24], state: "minecraft:air"}, - {pos: [8, 1, 25], state: "minecraft:air"}, - {pos: [8, 1, 26], state: "minecraft:air"}, - {pos: [8, 1, 27], state: "minecraft:air"}, - {pos: [8, 1, 28], state: "minecraft:air"}, - {pos: [8, 1, 29], state: "minecraft:air"}, - {pos: [9, 1, 0], state: "minecraft:air"}, - {pos: [9, 1, 1], state: "minecraft:air"}, - {pos: [9, 1, 2], state: "minecraft:air"}, - {pos: [9, 1, 3], state: "minecraft:air"}, - {pos: [9, 1, 4], state: "minecraft:air"}, - {pos: [9, 1, 5], state: "minecraft:air"}, - {pos: [9, 1, 6], state: "minecraft:air"}, - {pos: [9, 1, 7], state: "minecraft:air"}, - {pos: [9, 1, 8], state: "minecraft:air"}, - {pos: [9, 1, 9], state: "minecraft:air"}, - {pos: [9, 1, 10], state: "minecraft:air"}, - {pos: [9, 1, 11], state: "minecraft:air"}, - {pos: [9, 1, 12], state: "minecraft:air"}, - {pos: [9, 1, 13], state: "minecraft:air"}, - {pos: [9, 1, 14], state: "minecraft:air"}, - {pos: [9, 1, 15], state: "minecraft:air"}, - {pos: [9, 1, 16], state: "minecraft:air"}, - {pos: [9, 1, 17], state: "minecraft:air"}, - {pos: [9, 1, 18], state: "minecraft:air"}, - {pos: [9, 1, 19], state: "minecraft:air"}, - {pos: [9, 1, 20], state: "minecraft:air"}, - {pos: [9, 1, 21], state: "minecraft:air"}, - {pos: [9, 1, 22], state: "minecraft:air"}, - {pos: [9, 1, 23], state: "minecraft:air"}, - {pos: [9, 1, 24], state: "minecraft:air"}, - {pos: [9, 1, 25], state: "minecraft:air"}, - {pos: [9, 1, 26], state: "minecraft:air"}, - {pos: [9, 1, 27], state: "minecraft:air"}, - {pos: [9, 1, 28], state: "minecraft:air"}, - {pos: [9, 1, 29], state: "minecraft:air"}, - {pos: [0, 2, 0], state: "minecraft:air"}, - {pos: [0, 2, 1], state: "minecraft:air"}, - {pos: [0, 2, 2], state: "minecraft:air"}, - {pos: [0, 2, 3], state: "minecraft:air"}, - {pos: [0, 2, 4], state: "minecraft:air"}, - {pos: [0, 2, 5], state: "minecraft:air"}, - {pos: [0, 2, 6], state: "minecraft:air"}, - {pos: [0, 2, 7], state: "minecraft:air"}, - {pos: [0, 2, 8], state: "minecraft:air"}, - {pos: [0, 2, 9], state: "minecraft:air"}, - {pos: [0, 2, 10], state: "minecraft:air"}, - {pos: [0, 2, 11], state: "minecraft:air"}, - {pos: [0, 2, 12], state: "minecraft:air"}, - {pos: [0, 2, 13], state: "minecraft:air"}, - {pos: [0, 2, 14], state: "minecraft:air"}, - {pos: [0, 2, 15], state: "minecraft:air"}, - {pos: [0, 2, 16], state: "minecraft:air"}, - {pos: [0, 2, 17], state: "minecraft:air"}, - {pos: [0, 2, 18], state: "minecraft:air"}, - {pos: [0, 2, 19], state: "minecraft:air"}, - {pos: [0, 2, 20], state: "minecraft:air"}, - {pos: [0, 2, 21], state: "minecraft:air"}, - {pos: [0, 2, 22], state: "minecraft:air"}, - {pos: [0, 2, 23], state: "minecraft:air"}, - {pos: [0, 2, 24], state: "minecraft:air"}, - {pos: [0, 2, 25], state: "minecraft:air"}, - {pos: [0, 2, 26], state: "minecraft:air"}, - {pos: [0, 2, 27], state: "minecraft:air"}, - {pos: [0, 2, 28], state: "minecraft:air"}, - {pos: [0, 2, 29], state: "minecraft:air"}, - {pos: [1, 2, 0], state: "minecraft:air"}, - {pos: [1, 2, 1], state: "minecraft:air"}, - {pos: [1, 2, 2], state: "minecraft:air"}, - {pos: [1, 2, 3], state: "minecraft:air"}, - {pos: [1, 2, 4], state: "minecraft:air"}, - {pos: [1, 2, 5], state: "minecraft:air"}, - {pos: [1, 2, 6], state: "minecraft:air"}, - {pos: [1, 2, 7], state: "minecraft:air"}, - {pos: [1, 2, 8], state: "minecraft:air"}, - {pos: [1, 2, 9], state: "minecraft:air"}, - {pos: [1, 2, 10], state: "minecraft:air"}, - {pos: [1, 2, 11], state: "minecraft:air"}, - {pos: [1, 2, 12], state: "minecraft:air"}, - {pos: [1, 2, 13], state: "minecraft:air"}, - {pos: [1, 2, 14], state: "minecraft:air"}, - {pos: [1, 2, 15], state: "minecraft:air"}, - {pos: [1, 2, 16], state: "minecraft:air"}, - {pos: [1, 2, 17], state: "minecraft:air"}, - {pos: [1, 2, 18], state: "minecraft:air"}, - {pos: [1, 2, 19], state: "minecraft:air"}, - {pos: [1, 2, 20], state: "minecraft:air"}, - {pos: [1, 2, 21], state: "minecraft:air"}, - {pos: [1, 2, 22], state: "minecraft:air"}, - {pos: [1, 2, 23], state: "minecraft:air"}, - {pos: [1, 2, 24], state: "minecraft:air"}, - {pos: [1, 2, 25], state: "minecraft:air"}, - {pos: [1, 2, 26], state: "minecraft:air"}, - {pos: [1, 2, 27], state: "minecraft:air"}, - {pos: [1, 2, 28], state: "minecraft:air"}, - {pos: [1, 2, 29], state: "minecraft:air"}, - {pos: [2, 2, 0], state: "minecraft:air"}, - {pos: [2, 2, 1], state: "minecraft:air"}, - {pos: [2, 2, 2], state: "minecraft:air"}, - {pos: [2, 2, 3], state: "minecraft:air"}, - {pos: [2, 2, 4], state: "minecraft:air"}, - {pos: [2, 2, 5], state: "minecraft:air"}, - {pos: [2, 2, 6], state: "minecraft:air"}, - {pos: [2, 2, 7], state: "minecraft:air"}, - {pos: [2, 2, 8], state: "minecraft:air"}, - {pos: [2, 2, 9], state: "minecraft:air"}, - {pos: [2, 2, 10], state: "minecraft:air"}, - {pos: [2, 2, 11], state: "minecraft:air"}, - {pos: [2, 2, 12], state: "minecraft:air"}, - {pos: [2, 2, 13], state: "minecraft:air"}, - {pos: [2, 2, 14], state: "minecraft:air"}, - {pos: [2, 2, 15], state: "minecraft:air"}, - {pos: [2, 2, 16], state: "minecraft:air"}, - {pos: [2, 2, 17], state: "minecraft:air"}, - {pos: [2, 2, 18], state: "minecraft:air"}, - {pos: [2, 2, 19], state: "minecraft:air"}, - {pos: [2, 2, 20], state: "minecraft:air"}, - {pos: [2, 2, 21], state: "minecraft:air"}, - {pos: [2, 2, 22], state: "minecraft:air"}, - {pos: [2, 2, 23], state: "minecraft:air"}, - {pos: [2, 2, 24], state: "minecraft:air"}, - {pos: [2, 2, 25], state: "minecraft:air"}, - {pos: [2, 2, 26], state: "minecraft:air"}, - {pos: [2, 2, 27], state: "minecraft:air"}, - {pos: [2, 2, 28], state: "minecraft:air"}, - {pos: [2, 2, 29], state: "minecraft:air"}, - {pos: [3, 2, 0], state: "minecraft:air"}, - {pos: [3, 2, 1], state: "minecraft:air"}, - {pos: [3, 2, 2], state: "minecraft:air"}, - {pos: [3, 2, 3], state: "minecraft:air"}, - {pos: [3, 2, 4], state: "minecraft:air"}, - {pos: [3, 2, 5], state: "minecraft:air"}, - {pos: [3, 2, 6], state: "minecraft:air"}, - {pos: [3, 2, 7], state: "minecraft:air"}, - {pos: [3, 2, 8], state: "minecraft:air"}, - {pos: [3, 2, 9], state: "minecraft:air"}, - {pos: [3, 2, 10], state: "minecraft:air"}, - {pos: [3, 2, 11], state: "minecraft:air"}, - {pos: [3, 2, 12], state: "minecraft:air"}, - {pos: [3, 2, 13], state: "minecraft:air"}, - {pos: [3, 2, 14], state: "minecraft:air"}, - {pos: [3, 2, 15], state: "minecraft:air"}, - {pos: [3, 2, 16], state: "minecraft:air"}, - {pos: [3, 2, 17], state: "minecraft:air"}, - {pos: [3, 2, 18], state: "minecraft:air"}, - {pos: [3, 2, 19], state: "minecraft:air"}, - {pos: [3, 2, 20], state: "minecraft:air"}, - {pos: [3, 2, 21], state: "minecraft:air"}, - {pos: [3, 2, 22], state: "minecraft:air"}, - {pos: [3, 2, 23], state: "minecraft:air"}, - {pos: [3, 2, 24], state: "minecraft:air"}, - {pos: [3, 2, 25], state: "minecraft:air"}, - {pos: [3, 2, 26], state: "minecraft:air"}, - {pos: [3, 2, 27], state: "minecraft:air"}, - {pos: [3, 2, 28], state: "minecraft:air"}, - {pos: [3, 2, 29], state: "minecraft:air"}, - {pos: [4, 2, 0], state: "minecraft:air"}, - {pos: [4, 2, 1], state: "minecraft:air"}, - {pos: [4, 2, 2], state: "minecraft:air"}, - {pos: [4, 2, 3], state: "minecraft:air"}, - {pos: [4, 2, 4], state: "minecraft:air"}, - {pos: [4, 2, 5], state: "minecraft:air"}, - {pos: [4, 2, 6], state: "minecraft:air"}, - {pos: [4, 2, 7], state: "minecraft:air"}, - {pos: [4, 2, 8], state: "minecraft:air"}, - {pos: [4, 2, 9], state: "minecraft:air"}, - {pos: [4, 2, 10], state: "minecraft:air"}, - {pos: [4, 2, 11], state: "minecraft:air"}, - {pos: [4, 2, 12], state: "minecraft:air"}, - {pos: [4, 2, 13], state: "minecraft:air"}, - {pos: [4, 2, 14], state: "minecraft:air"}, - {pos: [4, 2, 15], state: "minecraft:air"}, - {pos: [4, 2, 16], state: "minecraft:air"}, - {pos: [4, 2, 17], state: "minecraft:air"}, - {pos: [4, 2, 18], state: "minecraft:air"}, - {pos: [4, 2, 19], state: "minecraft:air"}, - {pos: [4, 2, 20], state: "minecraft:air"}, - {pos: [4, 2, 21], state: "minecraft:air"}, - {pos: [4, 2, 22], state: "minecraft:air"}, - {pos: [4, 2, 23], state: "minecraft:air"}, - {pos: [4, 2, 24], state: "minecraft:air"}, - {pos: [4, 2, 25], state: "minecraft:air"}, - {pos: [4, 2, 26], state: "minecraft:air"}, - {pos: [4, 2, 27], state: "minecraft:air"}, - {pos: [4, 2, 28], state: "minecraft:air"}, - {pos: [4, 2, 29], state: "minecraft:air"}, - {pos: [5, 2, 0], state: "minecraft:air"}, - {pos: [5, 2, 1], state: "minecraft:air"}, - {pos: [5, 2, 2], state: "minecraft:air"}, - {pos: [5, 2, 3], state: "minecraft:air"}, - {pos: [5, 2, 4], state: "minecraft:air"}, - {pos: [5, 2, 5], state: "minecraft:air"}, - {pos: [5, 2, 6], state: "minecraft:air"}, - {pos: [5, 2, 7], state: "minecraft:air"}, - {pos: [5, 2, 8], state: "minecraft:air"}, - {pos: [5, 2, 9], state: "minecraft:air"}, - {pos: [5, 2, 10], state: "minecraft:air"}, - {pos: [5, 2, 11], state: "minecraft:air"}, - {pos: [5, 2, 12], state: "minecraft:air"}, - {pos: [5, 2, 13], state: "minecraft:air"}, - {pos: [5, 2, 14], state: "minecraft:air"}, - {pos: [5, 2, 15], state: "minecraft:air"}, - {pos: [5, 2, 16], state: "minecraft:air"}, - {pos: [5, 2, 17], state: "minecraft:air"}, - {pos: [5, 2, 18], state: "minecraft:air"}, - {pos: [5, 2, 19], state: "minecraft:air"}, - {pos: [5, 2, 20], state: "minecraft:air"}, - {pos: [5, 2, 21], state: "minecraft:air"}, - {pos: [5, 2, 22], state: "minecraft:air"}, - {pos: [5, 2, 23], state: "minecraft:air"}, - {pos: [5, 2, 24], state: "minecraft:air"}, - {pos: [5, 2, 25], state: "minecraft:note_block{instrument:bit,note:0,powered:false}"}, - {pos: [5, 2, 26], state: "minecraft:air"}, - {pos: [5, 2, 27], state: "minecraft:air"}, - {pos: [5, 2, 28], state: "minecraft:air"}, - {pos: [5, 2, 29], state: "minecraft:air"}, - {pos: [6, 2, 0], state: "minecraft:air"}, - {pos: [6, 2, 1], state: "minecraft:air"}, - {pos: [6, 2, 2], state: "minecraft:air"}, - {pos: [6, 2, 3], state: "minecraft:air"}, - {pos: [6, 2, 4], state: "minecraft:air"}, - {pos: [6, 2, 5], state: "minecraft:air"}, - {pos: [6, 2, 6], state: "minecraft:air"}, - {pos: [6, 2, 7], state: "minecraft:air"}, - {pos: [6, 2, 8], state: "minecraft:air"}, - {pos: [6, 2, 9], state: "minecraft:air"}, - {pos: [6, 2, 10], state: "minecraft:air"}, - {pos: [6, 2, 11], state: "minecraft:air"}, - {pos: [6, 2, 12], state: "minecraft:air"}, - {pos: [6, 2, 13], state: "minecraft:air"}, - {pos: [6, 2, 14], state: "minecraft:air"}, - {pos: [6, 2, 15], state: "minecraft:air"}, - {pos: [6, 2, 16], state: "minecraft:air"}, - {pos: [6, 2, 17], state: "minecraft:air"}, - {pos: [6, 2, 18], state: "minecraft:air"}, - {pos: [6, 2, 19], state: "minecraft:air"}, - {pos: [6, 2, 20], state: "minecraft:air"}, - {pos: [6, 2, 21], state: "minecraft:air"}, - {pos: [6, 2, 22], state: "minecraft:rail{shape:north_south,waterlogged:false}"}, - {pos: [6, 2, 23], state: "minecraft:glass"}, - {pos: [6, 2, 24], state: "minecraft:air"}, - {pos: [6, 2, 25], state: "minecraft:air"}, - {pos: [6, 2, 26], state: "minecraft:air"}, - {pos: [6, 2, 27], state: "minecraft:air"}, - {pos: [6, 2, 28], state: "minecraft:air"}, - {pos: [6, 2, 29], state: "minecraft:air"}, - {pos: [7, 2, 0], state: "minecraft:air"}, - {pos: [7, 2, 1], state: "minecraft:air"}, - {pos: [7, 2, 2], state: "minecraft:air"}, - {pos: [7, 2, 3], state: "minecraft:air"}, - {pos: [7, 2, 4], state: "minecraft:air"}, - {pos: [7, 2, 5], state: "minecraft:air"}, - {pos: [7, 2, 6], state: "minecraft:air"}, - {pos: [7, 2, 7], state: "minecraft:air"}, - {pos: [7, 2, 8], state: "minecraft:air"}, - {pos: [7, 2, 9], state: "minecraft:air"}, - {pos: [7, 2, 10], state: "minecraft:air"}, - {pos: [7, 2, 11], state: "minecraft:air"}, - {pos: [7, 2, 12], state: "minecraft:air"}, - {pos: [7, 2, 13], state: "minecraft:air"}, - {pos: [7, 2, 14], state: "minecraft:air"}, - {pos: [7, 2, 15], state: "minecraft:air"}, - {pos: [7, 2, 16], state: "minecraft:air"}, - {pos: [7, 2, 17], state: "minecraft:air"}, - {pos: [7, 2, 18], state: "minecraft:air"}, - {pos: [7, 2, 19], state: "minecraft:air"}, - {pos: [7, 2, 20], state: "minecraft:air"}, - {pos: [7, 2, 21], state: "minecraft:air"}, - {pos: [7, 2, 22], state: "minecraft:air"}, - {pos: [7, 2, 23], state: "minecraft:air"}, - {pos: [7, 2, 24], state: "minecraft:air"}, - {pos: [7, 2, 25], state: "minecraft:air"}, - {pos: [7, 2, 26], state: "minecraft:air"}, - {pos: [7, 2, 27], state: "minecraft:air"}, - {pos: [7, 2, 28], state: "minecraft:air"}, - {pos: [7, 2, 29], state: "minecraft:air"}, - {pos: [8, 2, 0], state: "minecraft:air"}, - {pos: [8, 2, 1], state: "minecraft:air"}, - {pos: [8, 2, 2], state: "minecraft:air"}, - {pos: [8, 2, 3], state: "minecraft:air"}, - {pos: [8, 2, 4], state: "minecraft:air"}, - {pos: [8, 2, 5], state: "minecraft:air"}, - {pos: [8, 2, 6], state: "minecraft:air"}, - {pos: [8, 2, 7], state: "minecraft:air"}, - {pos: [8, 2, 8], state: "minecraft:air"}, - {pos: [8, 2, 9], state: "minecraft:air"}, - {pos: [8, 2, 10], state: "minecraft:air"}, - {pos: [8, 2, 11], state: "minecraft:air"}, - {pos: [8, 2, 12], state: "minecraft:air"}, - {pos: [8, 2, 13], state: "minecraft:air"}, - {pos: [8, 2, 14], state: "minecraft:air"}, - {pos: [8, 2, 15], state: "minecraft:air"}, - {pos: [8, 2, 16], state: "minecraft:air"}, - {pos: [8, 2, 17], state: "minecraft:air"}, - {pos: [8, 2, 18], state: "minecraft:air"}, - {pos: [8, 2, 19], state: "minecraft:air"}, - {pos: [8, 2, 20], state: "minecraft:air"}, - {pos: [8, 2, 21], state: "minecraft:air"}, - {pos: [8, 2, 22], state: "minecraft:air"}, - {pos: [8, 2, 23], state: "minecraft:air"}, - {pos: [8, 2, 24], state: "minecraft:air"}, - {pos: [8, 2, 25], state: "minecraft:air"}, - {pos: [8, 2, 26], state: "minecraft:air"}, - {pos: [8, 2, 27], state: "minecraft:air"}, - {pos: [8, 2, 28], state: "minecraft:air"}, - {pos: [8, 2, 29], state: "minecraft:air"}, - {pos: [9, 2, 0], state: "minecraft:air"}, - {pos: [9, 2, 1], state: "minecraft:air"}, - {pos: [9, 2, 2], state: "minecraft:air"}, - {pos: [9, 2, 3], state: "minecraft:air"}, - {pos: [9, 2, 4], state: "minecraft:air"}, - {pos: [9, 2, 5], state: "minecraft:air"}, - {pos: [9, 2, 6], state: "minecraft:air"}, - {pos: [9, 2, 7], state: "minecraft:air"}, - {pos: [9, 2, 8], state: "minecraft:air"}, - {pos: [9, 2, 9], state: "minecraft:air"}, - {pos: [9, 2, 10], state: "minecraft:air"}, - {pos: [9, 2, 11], state: "minecraft:air"}, - {pos: [9, 2, 12], state: "minecraft:air"}, - {pos: [9, 2, 13], state: "minecraft:air"}, - {pos: [9, 2, 14], state: "minecraft:air"}, - {pos: [9, 2, 15], state: "minecraft:air"}, - {pos: [9, 2, 16], state: "minecraft:air"}, - {pos: [9, 2, 17], state: "minecraft:air"}, - {pos: [9, 2, 18], state: "minecraft:air"}, - {pos: [9, 2, 19], state: "minecraft:air"}, - {pos: [9, 2, 20], state: "minecraft:air"}, - {pos: [9, 2, 21], state: "minecraft:air"}, - {pos: [9, 2, 22], state: "minecraft:air"}, - {pos: [9, 2, 23], state: "minecraft:air"}, - {pos: [9, 2, 24], state: "minecraft:air"}, - {pos: [9, 2, 25], state: "minecraft:air"}, - {pos: [9, 2, 26], state: "minecraft:air"}, - {pos: [9, 2, 27], state: "minecraft:air"}, - {pos: [9, 2, 28], state: "minecraft:air"}, - {pos: [9, 2, 29], state: "minecraft:air"}, - {pos: [0, 3, 0], state: "minecraft:air"}, - {pos: [0, 3, 1], state: "minecraft:air"}, - {pos: [0, 3, 2], state: "minecraft:air"}, - {pos: [0, 3, 3], state: "minecraft:air"}, - {pos: [0, 3, 4], state: "minecraft:air"}, - {pos: [0, 3, 5], state: "minecraft:air"}, - {pos: [0, 3, 6], state: "minecraft:air"}, - {pos: [0, 3, 7], state: "minecraft:air"}, - {pos: [0, 3, 8], state: "minecraft:air"}, - {pos: [0, 3, 9], state: "minecraft:air"}, - {pos: [0, 3, 10], state: "minecraft:air"}, - {pos: [0, 3, 11], state: "minecraft:air"}, - {pos: [0, 3, 12], state: "minecraft:air"}, - {pos: [0, 3, 13], state: "minecraft:air"}, - {pos: [0, 3, 14], state: "minecraft:air"}, - {pos: [0, 3, 15], state: "minecraft:air"}, - {pos: [0, 3, 16], state: "minecraft:air"}, - {pos: [0, 3, 17], state: "minecraft:air"}, - {pos: [0, 3, 18], state: "minecraft:air"}, - {pos: [0, 3, 19], state: "minecraft:air"}, - {pos: [0, 3, 20], state: "minecraft:air"}, - {pos: [0, 3, 21], state: "minecraft:air"}, - {pos: [0, 3, 22], state: "minecraft:air"}, - {pos: [0, 3, 23], state: "minecraft:air"}, - {pos: [0, 3, 24], state: "minecraft:air"}, - {pos: [0, 3, 25], state: "minecraft:air"}, - {pos: [0, 3, 26], state: "minecraft:air"}, - {pos: [0, 3, 27], state: "minecraft:air"}, - {pos: [0, 3, 28], state: "minecraft:air"}, - {pos: [0, 3, 29], state: "minecraft:air"}, - {pos: [1, 3, 0], state: "minecraft:air"}, - {pos: [1, 3, 1], state: "minecraft:air"}, - {pos: [1, 3, 2], state: "minecraft:air"}, - {pos: [1, 3, 3], state: "minecraft:air"}, - {pos: [1, 3, 4], state: "minecraft:air"}, - {pos: [1, 3, 5], state: "minecraft:air"}, - {pos: [1, 3, 6], state: "minecraft:air"}, - {pos: [1, 3, 7], state: "minecraft:air"}, - {pos: [1, 3, 8], state: "minecraft:air"}, - {pos: [1, 3, 9], state: "minecraft:air"}, - {pos: [1, 3, 10], state: "minecraft:air"}, - {pos: [1, 3, 11], state: "minecraft:air"}, - {pos: [1, 3, 12], state: "minecraft:air"}, - {pos: [1, 3, 13], state: "minecraft:air"}, - {pos: [1, 3, 14], state: "minecraft:air"}, - {pos: [1, 3, 15], state: "minecraft:air"}, - {pos: [1, 3, 16], state: "minecraft:air"}, - {pos: [1, 3, 17], state: "minecraft:air"}, - {pos: [1, 3, 18], state: "minecraft:air"}, - {pos: [1, 3, 19], state: "minecraft:air"}, - {pos: [1, 3, 20], state: "minecraft:air"}, - {pos: [1, 3, 21], state: "minecraft:air"}, - {pos: [1, 3, 22], state: "minecraft:air"}, - {pos: [1, 3, 23], state: "minecraft:air"}, - {pos: [1, 3, 24], state: "minecraft:air"}, - {pos: [1, 3, 25], state: "minecraft:air"}, - {pos: [1, 3, 26], state: "minecraft:air"}, - {pos: [1, 3, 27], state: "minecraft:air"}, - {pos: [1, 3, 28], state: "minecraft:air"}, - {pos: [1, 3, 29], state: "minecraft:air"}, - {pos: [2, 3, 0], state: "minecraft:air"}, - {pos: [2, 3, 1], state: "minecraft:air"}, - {pos: [2, 3, 2], state: "minecraft:air"}, - {pos: [2, 3, 3], state: "minecraft:air"}, - {pos: [2, 3, 4], state: "minecraft:air"}, - {pos: [2, 3, 5], state: "minecraft:air"}, - {pos: [2, 3, 6], state: "minecraft:air"}, - {pos: [2, 3, 7], state: "minecraft:air"}, - {pos: [2, 3, 8], state: "minecraft:air"}, - {pos: [2, 3, 9], state: "minecraft:air"}, - {pos: [2, 3, 10], state: "minecraft:air"}, - {pos: [2, 3, 11], state: "minecraft:air"}, - {pos: [2, 3, 12], state: "minecraft:air"}, - {pos: [2, 3, 13], state: "minecraft:air"}, - {pos: [2, 3, 14], state: "minecraft:air"}, - {pos: [2, 3, 15], state: "minecraft:air"}, - {pos: [2, 3, 16], state: "minecraft:air"}, - {pos: [2, 3, 17], state: "minecraft:air"}, - {pos: [2, 3, 18], state: "minecraft:air"}, - {pos: [2, 3, 19], state: "minecraft:air"}, - {pos: [2, 3, 20], state: "minecraft:air"}, - {pos: [2, 3, 21], state: "minecraft:air"}, - {pos: [2, 3, 22], state: "minecraft:air"}, - {pos: [2, 3, 23], state: "minecraft:air"}, - {pos: [2, 3, 24], state: "minecraft:air"}, - {pos: [2, 3, 25], state: "minecraft:air"}, - {pos: [2, 3, 26], state: "minecraft:air"}, - {pos: [2, 3, 27], state: "minecraft:air"}, - {pos: [2, 3, 28], state: "minecraft:air"}, - {pos: [2, 3, 29], state: "minecraft:air"}, - {pos: [3, 3, 0], state: "minecraft:air"}, - {pos: [3, 3, 1], state: "minecraft:air"}, - {pos: [3, 3, 2], state: "minecraft:air"}, - {pos: [3, 3, 3], state: "minecraft:air"}, - {pos: [3, 3, 4], state: "minecraft:air"}, - {pos: [3, 3, 5], state: "minecraft:air"}, - {pos: [3, 3, 6], state: "minecraft:air"}, - {pos: [3, 3, 7], state: "minecraft:air"}, - {pos: [3, 3, 8], state: "minecraft:air"}, - {pos: [3, 3, 9], state: "minecraft:air"}, - {pos: [3, 3, 10], state: "minecraft:air"}, - {pos: [3, 3, 11], state: "minecraft:air"}, - {pos: [3, 3, 12], state: "minecraft:air"}, - {pos: [3, 3, 13], state: "minecraft:air"}, - {pos: [3, 3, 14], state: "minecraft:air"}, - {pos: [3, 3, 15], state: "minecraft:air"}, - {pos: [3, 3, 16], state: "minecraft:air"}, - {pos: [3, 3, 17], state: "minecraft:air"}, - {pos: [3, 3, 18], state: "minecraft:air"}, - {pos: [3, 3, 19], state: "minecraft:air"}, - {pos: [3, 3, 20], state: "minecraft:air"}, - {pos: [3, 3, 21], state: "minecraft:air"}, - {pos: [3, 3, 22], state: "minecraft:air"}, - {pos: [3, 3, 23], state: "minecraft:air"}, - {pos: [3, 3, 24], state: "minecraft:air"}, - {pos: [3, 3, 25], state: "minecraft:air"}, - {pos: [3, 3, 26], state: "minecraft:air"}, - {pos: [3, 3, 27], state: "minecraft:air"}, - {pos: [3, 3, 28], state: "minecraft:air"}, - {pos: [3, 3, 29], state: "minecraft:air"}, - {pos: [4, 3, 0], state: "minecraft:air"}, - {pos: [4, 3, 1], state: "minecraft:air"}, - {pos: [4, 3, 2], state: "minecraft:air"}, - {pos: [4, 3, 3], state: "minecraft:air"}, - {pos: [4, 3, 4], state: "minecraft:air"}, - {pos: [4, 3, 5], state: "minecraft:air"}, - {pos: [4, 3, 6], state: "minecraft:air"}, - {pos: [4, 3, 7], state: "minecraft:air"}, - {pos: [4, 3, 8], state: "minecraft:air"}, - {pos: [4, 3, 9], state: "minecraft:air"}, - {pos: [4, 3, 10], state: "minecraft:air"}, - {pos: [4, 3, 11], state: "minecraft:air"}, - {pos: [4, 3, 12], state: "minecraft:air"}, - {pos: [4, 3, 13], state: "minecraft:air"}, - {pos: [4, 3, 14], state: "minecraft:air"}, - {pos: [4, 3, 15], state: "minecraft:air"}, - {pos: [4, 3, 16], state: "minecraft:air"}, - {pos: [4, 3, 17], state: "minecraft:air"}, - {pos: [4, 3, 18], state: "minecraft:air"}, - {pos: [4, 3, 19], state: "minecraft:air"}, - {pos: [4, 3, 20], state: "minecraft:air"}, - {pos: [4, 3, 21], state: "minecraft:air"}, - {pos: [4, 3, 22], state: "minecraft:air"}, - {pos: [4, 3, 23], state: "minecraft:air"}, - {pos: [4, 3, 24], state: "minecraft:air"}, - {pos: [4, 3, 25], state: "minecraft:air"}, - {pos: [4, 3, 26], state: "minecraft:air"}, - {pos: [4, 3, 27], state: "minecraft:air"}, - {pos: [4, 3, 28], state: "minecraft:air"}, - {pos: [4, 3, 29], state: "minecraft:air"}, - {pos: [5, 3, 0], state: "minecraft:air"}, - {pos: [5, 3, 1], state: "minecraft:air"}, - {pos: [5, 3, 2], state: "minecraft:air"}, - {pos: [5, 3, 3], state: "minecraft:air"}, - {pos: [5, 3, 4], state: "minecraft:air"}, - {pos: [5, 3, 5], state: "minecraft:air"}, - {pos: [5, 3, 6], state: "minecraft:air"}, - {pos: [5, 3, 7], state: "minecraft:air"}, - {pos: [5, 3, 8], state: "minecraft:air"}, - {pos: [5, 3, 9], state: "minecraft:air"}, - {pos: [5, 3, 10], state: "minecraft:air"}, - {pos: [5, 3, 11], state: "minecraft:air"}, - {pos: [5, 3, 12], state: "minecraft:air"}, - {pos: [5, 3, 13], state: "minecraft:air"}, - {pos: [5, 3, 14], state: "minecraft:air"}, - {pos: [5, 3, 15], state: "minecraft:air"}, - {pos: [5, 3, 16], state: "minecraft:air"}, - {pos: [5, 3, 17], state: "minecraft:air"}, - {pos: [5, 3, 18], state: "minecraft:air"}, - {pos: [5, 3, 19], state: "minecraft:air"}, - {pos: [5, 3, 20], state: "minecraft:air"}, - {pos: [5, 3, 21], state: "minecraft:air"}, - {pos: [5, 3, 22], state: "minecraft:air"}, - {pos: [5, 3, 23], state: "minecraft:air"}, - {pos: [5, 3, 24], state: "minecraft:air"}, - {pos: [5, 3, 25], state: "minecraft:air"}, - {pos: [5, 3, 26], state: "minecraft:air"}, - {pos: [5, 3, 27], state: "minecraft:air"}, - {pos: [5, 3, 28], state: "minecraft:air"}, - {pos: [5, 3, 29], state: "minecraft:air"}, - {pos: [6, 3, 0], state: "minecraft:air"}, - {pos: [6, 3, 1], state: "minecraft:air"}, - {pos: [6, 3, 2], state: "minecraft:air"}, - {pos: [6, 3, 3], state: "minecraft:air"}, - {pos: [6, 3, 4], state: "minecraft:air"}, - {pos: [6, 3, 5], state: "minecraft:air"}, - {pos: [6, 3, 6], state: "minecraft:air"}, - {pos: [6, 3, 7], state: "minecraft:air"}, - {pos: [6, 3, 8], state: "minecraft:air"}, - {pos: [6, 3, 9], state: "minecraft:air"}, - {pos: [6, 3, 10], state: "minecraft:air"}, - {pos: [6, 3, 11], state: "minecraft:air"}, - {pos: [6, 3, 12], state: "minecraft:air"}, - {pos: [6, 3, 13], state: "minecraft:air"}, - {pos: [6, 3, 14], state: "minecraft:air"}, - {pos: [6, 3, 15], state: "minecraft:air"}, - {pos: [6, 3, 16], state: "minecraft:air"}, - {pos: [6, 3, 17], state: "minecraft:air"}, - {pos: [6, 3, 18], state: "minecraft:air"}, - {pos: [6, 3, 19], state: "minecraft:air"}, - {pos: [6, 3, 20], state: "minecraft:air"}, - {pos: [6, 3, 21], state: "minecraft:air"}, - {pos: [6, 3, 22], state: "minecraft:air"}, - {pos: [6, 3, 23], state: "minecraft:air"}, - {pos: [6, 3, 24], state: "minecraft:air"}, - {pos: [6, 3, 25], state: "minecraft:air"}, - {pos: [6, 3, 26], state: "minecraft:air"}, - {pos: [6, 3, 27], state: "minecraft:air"}, - {pos: [6, 3, 28], state: "minecraft:air"}, - {pos: [6, 3, 29], state: "minecraft:air"}, - {pos: [7, 3, 0], state: "minecraft:air"}, - {pos: [7, 3, 1], state: "minecraft:air"}, - {pos: [7, 3, 2], state: "minecraft:air"}, - {pos: [7, 3, 3], state: "minecraft:air"}, - {pos: [7, 3, 4], state: "minecraft:air"}, - {pos: [7, 3, 5], state: "minecraft:air"}, - {pos: [7, 3, 6], state: "minecraft:air"}, - {pos: [7, 3, 7], state: "minecraft:air"}, - {pos: [7, 3, 8], state: "minecraft:air"}, - {pos: [7, 3, 9], state: "minecraft:air"}, - {pos: [7, 3, 10], state: "minecraft:air"}, - {pos: [7, 3, 11], state: "minecraft:air"}, - {pos: [7, 3, 12], state: "minecraft:air"}, - {pos: [7, 3, 13], state: "minecraft:air"}, - {pos: [7, 3, 14], state: "minecraft:air"}, - {pos: [7, 3, 15], state: "minecraft:air"}, - {pos: [7, 3, 16], state: "minecraft:air"}, - {pos: [7, 3, 17], state: "minecraft:air"}, - {pos: [7, 3, 18], state: "minecraft:air"}, - {pos: [7, 3, 19], state: "minecraft:air"}, - {pos: [7, 3, 20], state: "minecraft:air"}, - {pos: [7, 3, 21], state: "minecraft:air"}, - {pos: [7, 3, 22], state: "minecraft:air"}, - {pos: [7, 3, 23], state: "minecraft:air"}, - {pos: [7, 3, 24], state: "minecraft:air"}, - {pos: [7, 3, 25], state: "minecraft:air"}, - {pos: [7, 3, 26], state: "minecraft:air"}, - {pos: [7, 3, 27], state: "minecraft:air"}, - {pos: [7, 3, 28], state: "minecraft:air"}, - {pos: [7, 3, 29], state: "minecraft:air"}, - {pos: [8, 3, 0], state: "minecraft:air"}, - {pos: [8, 3, 1], state: "minecraft:air"}, - {pos: [8, 3, 2], state: "minecraft:air"}, - {pos: [8, 3, 3], state: "minecraft:air"}, - {pos: [8, 3, 4], state: "minecraft:air"}, - {pos: [8, 3, 5], state: "minecraft:air"}, - {pos: [8, 3, 6], state: "minecraft:air"}, - {pos: [8, 3, 7], state: "minecraft:air"}, - {pos: [8, 3, 8], state: "minecraft:air"}, - {pos: [8, 3, 9], state: "minecraft:air"}, - {pos: [8, 3, 10], state: "minecraft:air"}, - {pos: [8, 3, 11], state: "minecraft:air"}, - {pos: [8, 3, 12], state: "minecraft:air"}, - {pos: [8, 3, 13], state: "minecraft:air"}, - {pos: [8, 3, 14], state: "minecraft:air"}, - {pos: [8, 3, 15], state: "minecraft:air"}, - {pos: [8, 3, 16], state: "minecraft:air"}, - {pos: [8, 3, 17], state: "minecraft:air"}, - {pos: [8, 3, 18], state: "minecraft:air"}, - {pos: [8, 3, 19], state: "minecraft:air"}, - {pos: [8, 3, 20], state: "minecraft:air"}, - {pos: [8, 3, 21], state: "minecraft:air"}, - {pos: [8, 3, 22], state: "minecraft:air"}, - {pos: [8, 3, 23], state: "minecraft:air"}, - {pos: [8, 3, 24], state: "minecraft:air"}, - {pos: [8, 3, 25], state: "minecraft:air"}, - {pos: [8, 3, 26], state: "minecraft:air"}, - {pos: [8, 3, 27], state: "minecraft:air"}, - {pos: [8, 3, 28], state: "minecraft:air"}, - {pos: [8, 3, 29], state: "minecraft:air"}, - {pos: [9, 3, 0], state: "minecraft:air"}, - {pos: [9, 3, 1], state: "minecraft:air"}, - {pos: [9, 3, 2], state: "minecraft:air"}, - {pos: [9, 3, 3], state: "minecraft:air"}, - {pos: [9, 3, 4], state: "minecraft:air"}, - {pos: [9, 3, 5], state: "minecraft:air"}, - {pos: [9, 3, 6], state: "minecraft:air"}, - {pos: [9, 3, 7], state: "minecraft:air"}, - {pos: [9, 3, 8], state: "minecraft:air"}, - {pos: [9, 3, 9], state: "minecraft:air"}, - {pos: [9, 3, 10], state: "minecraft:air"}, - {pos: [9, 3, 11], state: "minecraft:air"}, - {pos: [9, 3, 12], state: "minecraft:air"}, - {pos: [9, 3, 13], state: "minecraft:air"}, - {pos: [9, 3, 14], state: "minecraft:air"}, - {pos: [9, 3, 15], state: "minecraft:air"}, - {pos: [9, 3, 16], state: "minecraft:air"}, - {pos: [9, 3, 17], state: "minecraft:air"}, - {pos: [9, 3, 18], state: "minecraft:air"}, - {pos: [9, 3, 19], state: "minecraft:air"}, - {pos: [9, 3, 20], state: "minecraft:air"}, - {pos: [9, 3, 21], state: "minecraft:air"}, - {pos: [9, 3, 22], state: "minecraft:air"}, - {pos: [9, 3, 23], state: "minecraft:air"}, - {pos: [9, 3, 24], state: "minecraft:air"}, - {pos: [9, 3, 25], state: "minecraft:air"}, - {pos: [9, 3, 26], state: "minecraft:air"}, - {pos: [9, 3, 27], state: "minecraft:air"}, - {pos: [9, 3, 28], state: "minecraft:air"}, - {pos: [9, 3, 29], state: "minecraft:air"}, - {pos: [0, 4, 0], state: "minecraft:air"}, - {pos: [0, 4, 1], state: "minecraft:air"}, - {pos: [0, 4, 2], state: "minecraft:air"}, - {pos: [0, 4, 3], state: "minecraft:air"}, - {pos: [0, 4, 4], state: "minecraft:air"}, - {pos: [0, 4, 5], state: "minecraft:air"}, - {pos: [0, 4, 6], state: "minecraft:air"}, - {pos: [0, 4, 7], state: "minecraft:air"}, - {pos: [0, 4, 8], state: "minecraft:air"}, - {pos: [0, 4, 9], state: "minecraft:air"}, - {pos: [0, 4, 10], state: "minecraft:air"}, - {pos: [0, 4, 11], state: "minecraft:air"}, - {pos: [0, 4, 12], state: "minecraft:air"}, - {pos: [0, 4, 13], state: "minecraft:air"}, - {pos: [0, 4, 14], state: "minecraft:air"}, - {pos: [0, 4, 15], state: "minecraft:air"}, - {pos: [0, 4, 16], state: "minecraft:air"}, - {pos: [0, 4, 17], state: "minecraft:air"}, - {pos: [0, 4, 18], state: "minecraft:air"}, - {pos: [0, 4, 19], state: "minecraft:air"}, - {pos: [0, 4, 20], state: "minecraft:air"}, - {pos: [0, 4, 21], state: "minecraft:air"}, - {pos: [0, 4, 22], state: "minecraft:air"}, - {pos: [0, 4, 23], state: "minecraft:air"}, - {pos: [0, 4, 24], state: "minecraft:air"}, - {pos: [0, 4, 25], state: "minecraft:air"}, - {pos: [0, 4, 26], state: "minecraft:air"}, - {pos: [0, 4, 27], state: "minecraft:air"}, - {pos: [0, 4, 28], state: "minecraft:air"}, - {pos: [0, 4, 29], state: "minecraft:air"}, - {pos: [1, 4, 0], state: "minecraft:air"}, - {pos: [1, 4, 1], state: "minecraft:air"}, - {pos: [1, 4, 2], state: "minecraft:air"}, - {pos: [1, 4, 3], state: "minecraft:air"}, - {pos: [1, 4, 4], state: "minecraft:air"}, - {pos: [1, 4, 5], state: "minecraft:air"}, - {pos: [1, 4, 6], state: "minecraft:air"}, - {pos: [1, 4, 7], state: "minecraft:air"}, - {pos: [1, 4, 8], state: "minecraft:air"}, - {pos: [1, 4, 9], state: "minecraft:air"}, - {pos: [1, 4, 10], state: "minecraft:air"}, - {pos: [1, 4, 11], state: "minecraft:air"}, - {pos: [1, 4, 12], state: "minecraft:air"}, - {pos: [1, 4, 13], state: "minecraft:air"}, - {pos: [1, 4, 14], state: "minecraft:air"}, - {pos: [1, 4, 15], state: "minecraft:air"}, - {pos: [1, 4, 16], state: "minecraft:air"}, - {pos: [1, 4, 17], state: "minecraft:air"}, - {pos: [1, 4, 18], state: "minecraft:air"}, - {pos: [1, 4, 19], state: "minecraft:air"}, - {pos: [1, 4, 20], state: "minecraft:air"}, - {pos: [1, 4, 21], state: "minecraft:air"}, - {pos: [1, 4, 22], state: "minecraft:air"}, - {pos: [1, 4, 23], state: "minecraft:air"}, - {pos: [1, 4, 24], state: "minecraft:air"}, - {pos: [1, 4, 25], state: "minecraft:air"}, - {pos: [1, 4, 26], state: "minecraft:air"}, - {pos: [1, 4, 27], state: "minecraft:air"}, - {pos: [1, 4, 28], state: "minecraft:air"}, - {pos: [1, 4, 29], state: "minecraft:air"}, - {pos: [2, 4, 0], state: "minecraft:air"}, - {pos: [2, 4, 1], state: "minecraft:air"}, - {pos: [2, 4, 2], state: "minecraft:air"}, - {pos: [2, 4, 3], state: "minecraft:air"}, - {pos: [2, 4, 4], state: "minecraft:air"}, - {pos: [2, 4, 5], state: "minecraft:air"}, - {pos: [2, 4, 6], state: "minecraft:air"}, - {pos: [2, 4, 7], state: "minecraft:air"}, - {pos: [2, 4, 8], state: "minecraft:air"}, - {pos: [2, 4, 9], state: "minecraft:air"}, - {pos: [2, 4, 10], state: "minecraft:air"}, - {pos: [2, 4, 11], state: "minecraft:air"}, - {pos: [2, 4, 12], state: "minecraft:air"}, - {pos: [2, 4, 13], state: "minecraft:air"}, - {pos: [2, 4, 14], state: "minecraft:air"}, - {pos: [2, 4, 15], state: "minecraft:air"}, - {pos: [2, 4, 16], state: "minecraft:air"}, - {pos: [2, 4, 17], state: "minecraft:air"}, - {pos: [2, 4, 18], state: "minecraft:air"}, - {pos: [2, 4, 19], state: "minecraft:air"}, - {pos: [2, 4, 20], state: "minecraft:air"}, - {pos: [2, 4, 21], state: "minecraft:air"}, - {pos: [2, 4, 22], state: "minecraft:air"}, - {pos: [2, 4, 23], state: "minecraft:air"}, - {pos: [2, 4, 24], state: "minecraft:air"}, - {pos: [2, 4, 25], state: "minecraft:air"}, - {pos: [2, 4, 26], state: "minecraft:air"}, - {pos: [2, 4, 27], state: "minecraft:air"}, - {pos: [2, 4, 28], state: "minecraft:air"}, - {pos: [2, 4, 29], state: "minecraft:air"}, - {pos: [3, 4, 0], state: "minecraft:air"}, - {pos: [3, 4, 1], state: "minecraft:air"}, - {pos: [3, 4, 2], state: "minecraft:air"}, - {pos: [3, 4, 3], state: "minecraft:air"}, - {pos: [3, 4, 4], state: "minecraft:air"}, - {pos: [3, 4, 5], state: "minecraft:air"}, - {pos: [3, 4, 6], state: "minecraft:air"}, - {pos: [3, 4, 7], state: "minecraft:air"}, - {pos: [3, 4, 8], state: "minecraft:air"}, - {pos: [3, 4, 9], state: "minecraft:air"}, - {pos: [3, 4, 10], state: "minecraft:air"}, - {pos: [3, 4, 11], state: "minecraft:air"}, - {pos: [3, 4, 12], state: "minecraft:air"}, - {pos: [3, 4, 13], state: "minecraft:air"}, - {pos: [3, 4, 14], state: "minecraft:air"}, - {pos: [3, 4, 15], state: "minecraft:air"}, - {pos: [3, 4, 16], state: "minecraft:air"}, - {pos: [3, 4, 17], state: "minecraft:air"}, - {pos: [3, 4, 18], state: "minecraft:air"}, - {pos: [3, 4, 19], state: "minecraft:air"}, - {pos: [3, 4, 20], state: "minecraft:air"}, - {pos: [3, 4, 21], state: "minecraft:air"}, - {pos: [3, 4, 22], state: "minecraft:air"}, - {pos: [3, 4, 23], state: "minecraft:air"}, - {pos: [3, 4, 24], state: "minecraft:air"}, - {pos: [3, 4, 25], state: "minecraft:air"}, - {pos: [3, 4, 26], state: "minecraft:air"}, - {pos: [3, 4, 27], state: "minecraft:air"}, - {pos: [3, 4, 28], state: "minecraft:air"}, - {pos: [3, 4, 29], state: "minecraft:air"}, - {pos: [4, 4, 0], state: "minecraft:air"}, - {pos: [4, 4, 1], state: "minecraft:air"}, - {pos: [4, 4, 2], state: "minecraft:air"}, - {pos: [4, 4, 3], state: "minecraft:air"}, - {pos: [4, 4, 4], state: "minecraft:air"}, - {pos: [4, 4, 5], state: "minecraft:air"}, - {pos: [4, 4, 6], state: "minecraft:air"}, - {pos: [4, 4, 7], state: "minecraft:air"}, - {pos: [4, 4, 8], state: "minecraft:air"}, - {pos: [4, 4, 9], state: "minecraft:air"}, - {pos: [4, 4, 10], state: "minecraft:air"}, - {pos: [4, 4, 11], state: "minecraft:air"}, - {pos: [4, 4, 12], state: "minecraft:air"}, - {pos: [4, 4, 13], state: "minecraft:air"}, - {pos: [4, 4, 14], state: "minecraft:air"}, - {pos: [4, 4, 15], state: "minecraft:air"}, - {pos: [4, 4, 16], state: "minecraft:air"}, - {pos: [4, 4, 17], state: "minecraft:air"}, - {pos: [4, 4, 18], state: "minecraft:air"}, - {pos: [4, 4, 19], state: "minecraft:air"}, - {pos: [4, 4, 20], state: "minecraft:air"}, - {pos: [4, 4, 21], state: "minecraft:air"}, - {pos: [4, 4, 22], state: "minecraft:air"}, - {pos: [4, 4, 23], state: "minecraft:air"}, - {pos: [4, 4, 24], state: "minecraft:air"}, - {pos: [4, 4, 25], state: "minecraft:air"}, - {pos: [4, 4, 26], state: "minecraft:air"}, - {pos: [4, 4, 27], state: "minecraft:air"}, - {pos: [4, 4, 28], state: "minecraft:air"}, - {pos: [4, 4, 29], state: "minecraft:air"}, - {pos: [5, 4, 0], state: "minecraft:air"}, - {pos: [5, 4, 1], state: "minecraft:air"}, - {pos: [5, 4, 2], state: "minecraft:air"}, - {pos: [5, 4, 3], state: "minecraft:air"}, - {pos: [5, 4, 4], state: "minecraft:air"}, - {pos: [5, 4, 5], state: "minecraft:air"}, - {pos: [5, 4, 6], state: "minecraft:air"}, - {pos: [5, 4, 7], state: "minecraft:air"}, - {pos: [5, 4, 8], state: "minecraft:air"}, - {pos: [5, 4, 9], state: "minecraft:air"}, - {pos: [5, 4, 10], state: "minecraft:air"}, - {pos: [5, 4, 11], state: "minecraft:air"}, - {pos: [5, 4, 12], state: "minecraft:air"}, - {pos: [5, 4, 13], state: "minecraft:air"}, - {pos: [5, 4, 14], state: "minecraft:air"}, - {pos: [5, 4, 15], state: "minecraft:air"}, - {pos: [5, 4, 16], state: "minecraft:air"}, - {pos: [5, 4, 17], state: "minecraft:air"}, - {pos: [5, 4, 18], state: "minecraft:air"}, - {pos: [5, 4, 19], state: "minecraft:air"}, - {pos: [5, 4, 20], state: "minecraft:air"}, - {pos: [5, 4, 21], state: "minecraft:air"}, - {pos: [5, 4, 22], state: "minecraft:air"}, - {pos: [5, 4, 23], state: "minecraft:air"}, - {pos: [5, 4, 24], state: "minecraft:air"}, - {pos: [5, 4, 25], state: "minecraft:air"}, - {pos: [5, 4, 26], state: "minecraft:air"}, - {pos: [5, 4, 27], state: "minecraft:air"}, - {pos: [5, 4, 28], state: "minecraft:air"}, - {pos: [5, 4, 29], state: "minecraft:air"}, - {pos: [6, 4, 0], state: "minecraft:air"}, - {pos: [6, 4, 1], state: "minecraft:air"}, - {pos: [6, 4, 2], state: "minecraft:air"}, - {pos: [6, 4, 3], state: "minecraft:air"}, - {pos: [6, 4, 4], state: "minecraft:air"}, - {pos: [6, 4, 5], state: "minecraft:air"}, - {pos: [6, 4, 6], state: "minecraft:air"}, - {pos: [6, 4, 7], state: "minecraft:air"}, - {pos: [6, 4, 8], state: "minecraft:air"}, - {pos: [6, 4, 9], state: "minecraft:air"}, - {pos: [6, 4, 10], state: "minecraft:air"}, - {pos: [6, 4, 11], state: "minecraft:air"}, - {pos: [6, 4, 12], state: "minecraft:air"}, - {pos: [6, 4, 13], state: "minecraft:air"}, - {pos: [6, 4, 14], state: "minecraft:air"}, - {pos: [6, 4, 15], state: "minecraft:air"}, - {pos: [6, 4, 16], state: "minecraft:air"}, - {pos: [6, 4, 17], state: "minecraft:air"}, - {pos: [6, 4, 18], state: "minecraft:air"}, - {pos: [6, 4, 19], state: "minecraft:air"}, - {pos: [6, 4, 20], state: "minecraft:air"}, - {pos: [6, 4, 21], state: "minecraft:air"}, - {pos: [6, 4, 22], state: "minecraft:air"}, - {pos: [6, 4, 23], state: "minecraft:air"}, - {pos: [6, 4, 24], state: "minecraft:air"}, - {pos: [6, 4, 25], state: "minecraft:air"}, - {pos: [6, 4, 26], state: "minecraft:air"}, - {pos: [6, 4, 27], state: "minecraft:air"}, - {pos: [6, 4, 28], state: "minecraft:air"}, - {pos: [6, 4, 29], state: "minecraft:air"}, - {pos: [7, 4, 0], state: "minecraft:air"}, - {pos: [7, 4, 1], state: "minecraft:air"}, - {pos: [7, 4, 2], state: "minecraft:air"}, - {pos: [7, 4, 3], state: "minecraft:air"}, - {pos: [7, 4, 4], state: "minecraft:air"}, - {pos: [7, 4, 5], state: "minecraft:air"}, - {pos: [7, 4, 6], state: "minecraft:air"}, - {pos: [7, 4, 7], state: "minecraft:air"}, - {pos: [7, 4, 8], state: "minecraft:air"}, - {pos: [7, 4, 9], state: "minecraft:air"}, - {pos: [7, 4, 10], state: "minecraft:air"}, - {pos: [7, 4, 11], state: "minecraft:air"}, - {pos: [7, 4, 12], state: "minecraft:air"}, - {pos: [7, 4, 13], state: "minecraft:air"}, - {pos: [7, 4, 14], state: "minecraft:air"}, - {pos: [7, 4, 15], state: "minecraft:air"}, - {pos: [7, 4, 16], state: "minecraft:air"}, - {pos: [7, 4, 17], state: "minecraft:air"}, - {pos: [7, 4, 18], state: "minecraft:air"}, - {pos: [7, 4, 19], state: "minecraft:air"}, - {pos: [7, 4, 20], state: "minecraft:air"}, - {pos: [7, 4, 21], state: "minecraft:air"}, - {pos: [7, 4, 22], state: "minecraft:air"}, - {pos: [7, 4, 23], state: "minecraft:air"}, - {pos: [7, 4, 24], state: "minecraft:air"}, - {pos: [7, 4, 25], state: "minecraft:air"}, - {pos: [7, 4, 26], state: "minecraft:air"}, - {pos: [7, 4, 27], state: "minecraft:air"}, - {pos: [7, 4, 28], state: "minecraft:air"}, - {pos: [7, 4, 29], state: "minecraft:air"}, - {pos: [8, 4, 0], state: "minecraft:air"}, - {pos: [8, 4, 1], state: "minecraft:air"}, - {pos: [8, 4, 2], state: "minecraft:air"}, - {pos: [8, 4, 3], state: "minecraft:air"}, - {pos: [8, 4, 4], state: "minecraft:air"}, - {pos: [8, 4, 5], state: "minecraft:air"}, - {pos: [8, 4, 6], state: "minecraft:air"}, - {pos: [8, 4, 7], state: "minecraft:air"}, - {pos: [8, 4, 8], state: "minecraft:air"}, - {pos: [8, 4, 9], state: "minecraft:air"}, - {pos: [8, 4, 10], state: "minecraft:air"}, - {pos: [8, 4, 11], state: "minecraft:air"}, - {pos: [8, 4, 12], state: "minecraft:air"}, - {pos: [8, 4, 13], state: "minecraft:air"}, - {pos: [8, 4, 14], state: "minecraft:air"}, - {pos: [8, 4, 15], state: "minecraft:air"}, - {pos: [8, 4, 16], state: "minecraft:air"}, - {pos: [8, 4, 17], state: "minecraft:air"}, - {pos: [8, 4, 18], state: "minecraft:air"}, - {pos: [8, 4, 19], state: "minecraft:air"}, - {pos: [8, 4, 20], state: "minecraft:air"}, - {pos: [8, 4, 21], state: "minecraft:air"}, - {pos: [8, 4, 22], state: "minecraft:air"}, - {pos: [8, 4, 23], state: "minecraft:air"}, - {pos: [8, 4, 24], state: "minecraft:air"}, - {pos: [8, 4, 25], state: "minecraft:air"}, - {pos: [8, 4, 26], state: "minecraft:air"}, - {pos: [8, 4, 27], state: "minecraft:air"}, - {pos: [8, 4, 28], state: "minecraft:air"}, - {pos: [8, 4, 29], state: "minecraft:air"}, - {pos: [9, 4, 0], state: "minecraft:air"}, - {pos: [9, 4, 1], state: "minecraft:air"}, - {pos: [9, 4, 2], state: "minecraft:air"}, - {pos: [9, 4, 3], state: "minecraft:air"}, - {pos: [9, 4, 4], state: "minecraft:air"}, - {pos: [9, 4, 5], state: "minecraft:air"}, - {pos: [9, 4, 6], state: "minecraft:air"}, - {pos: [9, 4, 7], state: "minecraft:air"}, - {pos: [9, 4, 8], state: "minecraft:air"}, - {pos: [9, 4, 9], state: "minecraft:air"}, - {pos: [9, 4, 10], state: "minecraft:air"}, - {pos: [9, 4, 11], state: "minecraft:air"}, - {pos: [9, 4, 12], state: "minecraft:air"}, - {pos: [9, 4, 13], state: "minecraft:air"}, - {pos: [9, 4, 14], state: "minecraft:air"}, - {pos: [9, 4, 15], state: "minecraft:air"}, - {pos: [9, 4, 16], state: "minecraft:air"}, - {pos: [9, 4, 17], state: "minecraft:air"}, - {pos: [9, 4, 18], state: "minecraft:air"}, - {pos: [9, 4, 19], state: "minecraft:air"}, - {pos: [9, 4, 20], state: "minecraft:air"}, - {pos: [9, 4, 21], state: "minecraft:air"}, - {pos: [9, 4, 22], state: "minecraft:air"}, - {pos: [9, 4, 23], state: "minecraft:air"}, - {pos: [9, 4, 24], state: "minecraft:air"}, - {pos: [9, 4, 25], state: "minecraft:air"}, - {pos: [9, 4, 26], state: "minecraft:air"}, - {pos: [9, 4, 27], state: "minecraft:air"}, - {pos: [9, 4, 28], state: "minecraft:air"}, - {pos: [9, 4, 29], state: "minecraft:air"}, - {pos: [0, 5, 0], state: "minecraft:air"}, - {pos: [0, 5, 1], state: "minecraft:air"}, - {pos: [0, 5, 2], state: "minecraft:air"}, - {pos: [0, 5, 3], state: "minecraft:air"}, - {pos: [0, 5, 4], state: "minecraft:air"}, - {pos: [0, 5, 5], state: "minecraft:air"}, - {pos: [0, 5, 6], state: "minecraft:air"}, - {pos: [0, 5, 7], state: "minecraft:air"}, - {pos: [0, 5, 8], state: "minecraft:air"}, - {pos: [0, 5, 9], state: "minecraft:air"}, - {pos: [0, 5, 10], state: "minecraft:air"}, - {pos: [0, 5, 11], state: "minecraft:air"}, - {pos: [0, 5, 12], state: "minecraft:air"}, - {pos: [0, 5, 13], state: "minecraft:air"}, - {pos: [0, 5, 14], state: "minecraft:air"}, - {pos: [0, 5, 15], state: "minecraft:air"}, - {pos: [0, 5, 16], state: "minecraft:air"}, - {pos: [0, 5, 17], state: "minecraft:air"}, - {pos: [0, 5, 18], state: "minecraft:air"}, - {pos: [0, 5, 19], state: "minecraft:air"}, - {pos: [0, 5, 20], state: "minecraft:air"}, - {pos: [0, 5, 21], state: "minecraft:air"}, - {pos: [0, 5, 22], state: "minecraft:air"}, - {pos: [0, 5, 23], state: "minecraft:air"}, - {pos: [0, 5, 24], state: "minecraft:air"}, - {pos: [0, 5, 25], state: "minecraft:air"}, - {pos: [0, 5, 26], state: "minecraft:air"}, - {pos: [0, 5, 27], state: "minecraft:air"}, - {pos: [0, 5, 28], state: "minecraft:air"}, - {pos: [0, 5, 29], state: "minecraft:air"}, - {pos: [1, 5, 0], state: "minecraft:air"}, - {pos: [1, 5, 1], state: "minecraft:air"}, - {pos: [1, 5, 2], state: "minecraft:air"}, - {pos: [1, 5, 3], state: "minecraft:air"}, - {pos: [1, 5, 4], state: "minecraft:air"}, - {pos: [1, 5, 5], state: "minecraft:air"}, - {pos: [1, 5, 6], state: "minecraft:air"}, - {pos: [1, 5, 7], state: "minecraft:air"}, - {pos: [1, 5, 8], state: "minecraft:air"}, - {pos: [1, 5, 9], state: "minecraft:air"}, - {pos: [1, 5, 10], state: "minecraft:air"}, - {pos: [1, 5, 11], state: "minecraft:air"}, - {pos: [1, 5, 12], state: "minecraft:air"}, - {pos: [1, 5, 13], state: "minecraft:air"}, - {pos: [1, 5, 14], state: "minecraft:air"}, - {pos: [1, 5, 15], state: "minecraft:air"}, - {pos: [1, 5, 16], state: "minecraft:air"}, - {pos: [1, 5, 17], state: "minecraft:air"}, - {pos: [1, 5, 18], state: "minecraft:air"}, - {pos: [1, 5, 19], state: "minecraft:air"}, - {pos: [1, 5, 20], state: "minecraft:air"}, - {pos: [1, 5, 21], state: "minecraft:air"}, - {pos: [1, 5, 22], state: "minecraft:air"}, - {pos: [1, 5, 23], state: "minecraft:air"}, - {pos: [1, 5, 24], state: "minecraft:air"}, - {pos: [1, 5, 25], state: "minecraft:air"}, - {pos: [1, 5, 26], state: "minecraft:air"}, - {pos: [1, 5, 27], state: "minecraft:air"}, - {pos: [1, 5, 28], state: "minecraft:air"}, - {pos: [1, 5, 29], state: "minecraft:air"}, - {pos: [2, 5, 0], state: "minecraft:air"}, - {pos: [2, 5, 1], state: "minecraft:air"}, - {pos: [2, 5, 2], state: "minecraft:air"}, - {pos: [2, 5, 3], state: "minecraft:air"}, - {pos: [2, 5, 4], state: "minecraft:air"}, - {pos: [2, 5, 5], state: "minecraft:air"}, - {pos: [2, 5, 6], state: "minecraft:air"}, - {pos: [2, 5, 7], state: "minecraft:air"}, - {pos: [2, 5, 8], state: "minecraft:air"}, - {pos: [2, 5, 9], state: "minecraft:air"}, - {pos: [2, 5, 10], state: "minecraft:air"}, - {pos: [2, 5, 11], state: "minecraft:air"}, - {pos: [2, 5, 12], state: "minecraft:air"}, - {pos: [2, 5, 13], state: "minecraft:air"}, - {pos: [2, 5, 14], state: "minecraft:air"}, - {pos: [2, 5, 15], state: "minecraft:air"}, - {pos: [2, 5, 16], state: "minecraft:air"}, - {pos: [2, 5, 17], state: "minecraft:air"}, - {pos: [2, 5, 18], state: "minecraft:air"}, - {pos: [2, 5, 19], state: "minecraft:air"}, - {pos: [2, 5, 20], state: "minecraft:air"}, - {pos: [2, 5, 21], state: "minecraft:air"}, - {pos: [2, 5, 22], state: "minecraft:air"}, - {pos: [2, 5, 23], state: "minecraft:air"}, - {pos: [2, 5, 24], state: "minecraft:air"}, - {pos: [2, 5, 25], state: "minecraft:air"}, - {pos: [2, 5, 26], state: "minecraft:air"}, - {pos: [2, 5, 27], state: "minecraft:air"}, - {pos: [2, 5, 28], state: "minecraft:air"}, - {pos: [2, 5, 29], state: "minecraft:air"}, - {pos: [3, 5, 0], state: "minecraft:air"}, - {pos: [3, 5, 1], state: "minecraft:air"}, - {pos: [3, 5, 2], state: "minecraft:air"}, - {pos: [3, 5, 3], state: "minecraft:air"}, - {pos: [3, 5, 4], state: "minecraft:air"}, - {pos: [3, 5, 5], state: "minecraft:air"}, - {pos: [3, 5, 6], state: "minecraft:air"}, - {pos: [3, 5, 7], state: "minecraft:air"}, - {pos: [3, 5, 8], state: "minecraft:air"}, - {pos: [3, 5, 9], state: "minecraft:air"}, - {pos: [3, 5, 10], state: "minecraft:air"}, - {pos: [3, 5, 11], state: "minecraft:air"}, - {pos: [3, 5, 12], state: "minecraft:air"}, - {pos: [3, 5, 13], state: "minecraft:air"}, - {pos: [3, 5, 14], state: "minecraft:air"}, - {pos: [3, 5, 15], state: "minecraft:air"}, - {pos: [3, 5, 16], state: "minecraft:air"}, - {pos: [3, 5, 17], state: "minecraft:air"}, - {pos: [3, 5, 18], state: "minecraft:air"}, - {pos: [3, 5, 19], state: "minecraft:air"}, - {pos: [3, 5, 20], state: "minecraft:air"}, - {pos: [3, 5, 21], state: "minecraft:air"}, - {pos: [3, 5, 22], state: "minecraft:air"}, - {pos: [3, 5, 23], state: "minecraft:air"}, - {pos: [3, 5, 24], state: "minecraft:air"}, - {pos: [3, 5, 25], state: "minecraft:air"}, - {pos: [3, 5, 26], state: "minecraft:air"}, - {pos: [3, 5, 27], state: "minecraft:air"}, - {pos: [3, 5, 28], state: "minecraft:air"}, - {pos: [3, 5, 29], state: "minecraft:air"}, - {pos: [4, 5, 0], state: "minecraft:air"}, - {pos: [4, 5, 1], state: "minecraft:air"}, - {pos: [4, 5, 2], state: "minecraft:air"}, - {pos: [4, 5, 3], state: "minecraft:air"}, - {pos: [4, 5, 4], state: "minecraft:air"}, - {pos: [4, 5, 5], state: "minecraft:air"}, - {pos: [4, 5, 6], state: "minecraft:air"}, - {pos: [4, 5, 7], state: "minecraft:air"}, - {pos: [4, 5, 8], state: "minecraft:air"}, - {pos: [4, 5, 9], state: "minecraft:air"}, - {pos: [4, 5, 10], state: "minecraft:air"}, - {pos: [4, 5, 11], state: "minecraft:air"}, - {pos: [4, 5, 12], state: "minecraft:air"}, - {pos: [4, 5, 13], state: "minecraft:air"}, - {pos: [4, 5, 14], state: "minecraft:air"}, - {pos: [4, 5, 15], state: "minecraft:air"}, - {pos: [4, 5, 16], state: "minecraft:air"}, - {pos: [4, 5, 17], state: "minecraft:air"}, - {pos: [4, 5, 18], state: "minecraft:air"}, - {pos: [4, 5, 19], state: "minecraft:air"}, - {pos: [4, 5, 20], state: "minecraft:air"}, - {pos: [4, 5, 21], state: "minecraft:air"}, - {pos: [4, 5, 22], state: "minecraft:air"}, - {pos: [4, 5, 23], state: "minecraft:air"}, - {pos: [4, 5, 24], state: "minecraft:air"}, - {pos: [4, 5, 25], state: "minecraft:air"}, - {pos: [4, 5, 26], state: "minecraft:air"}, - {pos: [4, 5, 27], state: "minecraft:air"}, - {pos: [4, 5, 28], state: "minecraft:air"}, - {pos: [4, 5, 29], state: "minecraft:air"}, - {pos: [5, 5, 0], state: "minecraft:air"}, - {pos: [5, 5, 1], state: "minecraft:air"}, - {pos: [5, 5, 2], state: "minecraft:air"}, - {pos: [5, 5, 3], state: "minecraft:air"}, - {pos: [5, 5, 4], state: "minecraft:air"}, - {pos: [5, 5, 5], state: "minecraft:air"}, - {pos: [5, 5, 6], state: "minecraft:air"}, - {pos: [5, 5, 7], state: "minecraft:air"}, - {pos: [5, 5, 8], state: "minecraft:air"}, - {pos: [5, 5, 9], state: "minecraft:air"}, - {pos: [5, 5, 10], state: "minecraft:air"}, - {pos: [5, 5, 11], state: "minecraft:air"}, - {pos: [5, 5, 12], state: "minecraft:air"}, - {pos: [5, 5, 13], state: "minecraft:air"}, - {pos: [5, 5, 14], state: "minecraft:air"}, - {pos: [5, 5, 15], state: "minecraft:air"}, - {pos: [5, 5, 16], state: "minecraft:air"}, - {pos: [5, 5, 17], state: "minecraft:air"}, - {pos: [5, 5, 18], state: "minecraft:air"}, - {pos: [5, 5, 19], state: "minecraft:air"}, - {pos: [5, 5, 20], state: "minecraft:air"}, - {pos: [5, 5, 21], state: "minecraft:air"}, - {pos: [5, 5, 22], state: "minecraft:air"}, - {pos: [5, 5, 23], state: "minecraft:air"}, - {pos: [5, 5, 24], state: "minecraft:air"}, - {pos: [5, 5, 25], state: "minecraft:air"}, - {pos: [5, 5, 26], state: "minecraft:air"}, - {pos: [5, 5, 27], state: "minecraft:air"}, - {pos: [5, 5, 28], state: "minecraft:air"}, - {pos: [5, 5, 29], state: "minecraft:air"}, - {pos: [6, 5, 0], state: "minecraft:air"}, - {pos: [6, 5, 1], state: "minecraft:air"}, - {pos: [6, 5, 2], state: "minecraft:air"}, - {pos: [6, 5, 3], state: "minecraft:air"}, - {pos: [6, 5, 4], state: "minecraft:air"}, - {pos: [6, 5, 5], state: "minecraft:air"}, - {pos: [6, 5, 6], state: "minecraft:air"}, - {pos: [6, 5, 7], state: "minecraft:air"}, - {pos: [6, 5, 8], state: "minecraft:air"}, - {pos: [6, 5, 9], state: "minecraft:air"}, - {pos: [6, 5, 10], state: "minecraft:air"}, - {pos: [6, 5, 11], state: "minecraft:air"}, - {pos: [6, 5, 12], state: "minecraft:air"}, - {pos: [6, 5, 13], state: "minecraft:air"}, - {pos: [6, 5, 14], state: "minecraft:air"}, - {pos: [6, 5, 15], state: "minecraft:air"}, - {pos: [6, 5, 16], state: "minecraft:air"}, - {pos: [6, 5, 17], state: "minecraft:air"}, - {pos: [6, 5, 18], state: "minecraft:air"}, - {pos: [6, 5, 19], state: "minecraft:air"}, - {pos: [6, 5, 20], state: "minecraft:air"}, - {pos: [6, 5, 21], state: "minecraft:air"}, - {pos: [6, 5, 22], state: "minecraft:air"}, - {pos: [6, 5, 23], state: "minecraft:air"}, - {pos: [6, 5, 24], state: "minecraft:air"}, - {pos: [6, 5, 25], state: "minecraft:air"}, - {pos: [6, 5, 26], state: "minecraft:air"}, - {pos: [6, 5, 27], state: "minecraft:air"}, - {pos: [6, 5, 28], state: "minecraft:air"}, - {pos: [6, 5, 29], state: "minecraft:air"}, - {pos: [7, 5, 0], state: "minecraft:air"}, - {pos: [7, 5, 1], state: "minecraft:air"}, - {pos: [7, 5, 2], state: "minecraft:air"}, - {pos: [7, 5, 3], state: "minecraft:air"}, - {pos: [7, 5, 4], state: "minecraft:air"}, - {pos: [7, 5, 5], state: "minecraft:air"}, - {pos: [7, 5, 6], state: "minecraft:air"}, - {pos: [7, 5, 7], state: "minecraft:air"}, - {pos: [7, 5, 8], state: "minecraft:air"}, - {pos: [7, 5, 9], state: "minecraft:air"}, - {pos: [7, 5, 10], state: "minecraft:air"}, - {pos: [7, 5, 11], state: "minecraft:air"}, - {pos: [7, 5, 12], state: "minecraft:air"}, - {pos: [7, 5, 13], state: "minecraft:air"}, - {pos: [7, 5, 14], state: "minecraft:air"}, - {pos: [7, 5, 15], state: "minecraft:air"}, - {pos: [7, 5, 16], state: "minecraft:air"}, - {pos: [7, 5, 17], state: "minecraft:air"}, - {pos: [7, 5, 18], state: "minecraft:air"}, - {pos: [7, 5, 19], state: "minecraft:air"}, - {pos: [7, 5, 20], state: "minecraft:air"}, - {pos: [7, 5, 21], state: "minecraft:air"}, - {pos: [7, 5, 22], state: "minecraft:air"}, - {pos: [7, 5, 23], state: "minecraft:air"}, - {pos: [7, 5, 24], state: "minecraft:air"}, - {pos: [7, 5, 25], state: "minecraft:air"}, - {pos: [7, 5, 26], state: "minecraft:air"}, - {pos: [7, 5, 27], state: "minecraft:air"}, - {pos: [7, 5, 28], state: "minecraft:air"}, - {pos: [7, 5, 29], state: "minecraft:air"}, - {pos: [8, 5, 0], state: "minecraft:air"}, - {pos: [8, 5, 1], state: "minecraft:air"}, - {pos: [8, 5, 2], state: "minecraft:air"}, - {pos: [8, 5, 3], state: "minecraft:air"}, - {pos: [8, 5, 4], state: "minecraft:air"}, - {pos: [8, 5, 5], state: "minecraft:air"}, - {pos: [8, 5, 6], state: "minecraft:air"}, - {pos: [8, 5, 7], state: "minecraft:air"}, - {pos: [8, 5, 8], state: "minecraft:air"}, - {pos: [8, 5, 9], state: "minecraft:air"}, - {pos: [8, 5, 10], state: "minecraft:air"}, - {pos: [8, 5, 11], state: "minecraft:air"}, - {pos: [8, 5, 12], state: "minecraft:air"}, - {pos: [8, 5, 13], state: "minecraft:air"}, - {pos: [8, 5, 14], state: "minecraft:air"}, - {pos: [8, 5, 15], state: "minecraft:air"}, - {pos: [8, 5, 16], state: "minecraft:air"}, - {pos: [8, 5, 17], state: "minecraft:air"}, - {pos: [8, 5, 18], state: "minecraft:air"}, - {pos: [8, 5, 19], state: "minecraft:air"}, - {pos: [8, 5, 20], state: "minecraft:air"}, - {pos: [8, 5, 21], state: "minecraft:air"}, - {pos: [8, 5, 22], state: "minecraft:air"}, - {pos: [8, 5, 23], state: "minecraft:air"}, - {pos: [8, 5, 24], state: "minecraft:air"}, - {pos: [8, 5, 25], state: "minecraft:air"}, - {pos: [8, 5, 26], state: "minecraft:air"}, - {pos: [8, 5, 27], state: "minecraft:air"}, - {pos: [8, 5, 28], state: "minecraft:air"}, - {pos: [8, 5, 29], state: "minecraft:air"}, - {pos: [9, 5, 0], state: "minecraft:air"}, - {pos: [9, 5, 1], state: "minecraft:air"}, - {pos: [9, 5, 2], state: "minecraft:air"}, - {pos: [9, 5, 3], state: "minecraft:air"}, - {pos: [9, 5, 4], state: "minecraft:air"}, - {pos: [9, 5, 5], state: "minecraft:air"}, - {pos: [9, 5, 6], state: "minecraft:air"}, - {pos: [9, 5, 7], state: "minecraft:air"}, - {pos: [9, 5, 8], state: "minecraft:air"}, - {pos: [9, 5, 9], state: "minecraft:air"}, - {pos: [9, 5, 10], state: "minecraft:air"}, - {pos: [9, 5, 11], state: "minecraft:air"}, - {pos: [9, 5, 12], state: "minecraft:air"}, - {pos: [9, 5, 13], state: "minecraft:air"}, - {pos: [9, 5, 14], state: "minecraft:air"}, - {pos: [9, 5, 15], state: "minecraft:air"}, - {pos: [9, 5, 16], state: "minecraft:air"}, - {pos: [9, 5, 17], state: "minecraft:air"}, - {pos: [9, 5, 18], state: "minecraft:air"}, - {pos: [9, 5, 19], state: "minecraft:air"}, - {pos: [9, 5, 20], state: "minecraft:air"}, - {pos: [9, 5, 21], state: "minecraft:air"}, - {pos: [9, 5, 22], state: "minecraft:air"}, - {pos: [9, 5, 23], state: "minecraft:air"}, - {pos: [9, 5, 24], state: "minecraft:air"}, - {pos: [9, 5, 25], state: "minecraft:air"}, - {pos: [9, 5, 26], state: "minecraft:air"}, - {pos: [9, 5, 27], state: "minecraft:air"}, - {pos: [9, 5, 28], state: "minecraft:air"}, - {pos: [9, 5, 29], state: "minecraft:air"}, - {pos: [0, 6, 0], state: "minecraft:air"}, - {pos: [0, 6, 1], state: "minecraft:air"}, - {pos: [0, 6, 2], state: "minecraft:air"}, - {pos: [0, 6, 3], state: "minecraft:air"}, - {pos: [0, 6, 4], state: "minecraft:air"}, - {pos: [0, 6, 5], state: "minecraft:air"}, - {pos: [0, 6, 6], state: "minecraft:air"}, - {pos: [0, 6, 7], state: "minecraft:air"}, - {pos: [0, 6, 8], state: "minecraft:air"}, - {pos: [0, 6, 9], state: "minecraft:air"}, - {pos: [0, 6, 10], state: "minecraft:air"}, - {pos: [0, 6, 11], state: "minecraft:air"}, - {pos: [0, 6, 12], state: "minecraft:air"}, - {pos: [0, 6, 13], state: "minecraft:air"}, - {pos: [0, 6, 14], state: "minecraft:air"}, - {pos: [0, 6, 15], state: "minecraft:air"}, - {pos: [0, 6, 16], state: "minecraft:air"}, - {pos: [0, 6, 17], state: "minecraft:air"}, - {pos: [0, 6, 18], state: "minecraft:air"}, - {pos: [0, 6, 19], state: "minecraft:air"}, - {pos: [0, 6, 20], state: "minecraft:air"}, - {pos: [0, 6, 21], state: "minecraft:air"}, - {pos: [0, 6, 22], state: "minecraft:air"}, - {pos: [0, 6, 23], state: "minecraft:air"}, - {pos: [0, 6, 24], state: "minecraft:air"}, - {pos: [0, 6, 25], state: "minecraft:air"}, - {pos: [0, 6, 26], state: "minecraft:air"}, - {pos: [0, 6, 27], state: "minecraft:air"}, - {pos: [0, 6, 28], state: "minecraft:air"}, - {pos: [0, 6, 29], state: "minecraft:air"}, - {pos: [1, 6, 0], state: "minecraft:air"}, - {pos: [1, 6, 1], state: "minecraft:air"}, - {pos: [1, 6, 2], state: "minecraft:air"}, - {pos: [1, 6, 3], state: "minecraft:air"}, - {pos: [1, 6, 4], state: "minecraft:air"}, - {pos: [1, 6, 5], state: "minecraft:air"}, - {pos: [1, 6, 6], state: "minecraft:air"}, - {pos: [1, 6, 7], state: "minecraft:air"}, - {pos: [1, 6, 8], state: "minecraft:air"}, - {pos: [1, 6, 9], state: "minecraft:air"}, - {pos: [1, 6, 10], state: "minecraft:air"}, - {pos: [1, 6, 11], state: "minecraft:air"}, - {pos: [1, 6, 12], state: "minecraft:air"}, - {pos: [1, 6, 13], state: "minecraft:air"}, - {pos: [1, 6, 14], state: "minecraft:air"}, - {pos: [1, 6, 15], state: "minecraft:air"}, - {pos: [1, 6, 16], state: "minecraft:air"}, - {pos: [1, 6, 17], state: "minecraft:air"}, - {pos: [1, 6, 18], state: "minecraft:air"}, - {pos: [1, 6, 19], state: "minecraft:air"}, - {pos: [1, 6, 20], state: "minecraft:air"}, - {pos: [1, 6, 21], state: "minecraft:air"}, - {pos: [1, 6, 22], state: "minecraft:air"}, - {pos: [1, 6, 23], state: "minecraft:air"}, - {pos: [1, 6, 24], state: "minecraft:air"}, - {pos: [1, 6, 25], state: "minecraft:air"}, - {pos: [1, 6, 26], state: "minecraft:air"}, - {pos: [1, 6, 27], state: "minecraft:air"}, - {pos: [1, 6, 28], state: "minecraft:air"}, - {pos: [1, 6, 29], state: "minecraft:air"}, - {pos: [2, 6, 0], state: "minecraft:air"}, - {pos: [2, 6, 1], state: "minecraft:air"}, - {pos: [2, 6, 2], state: "minecraft:air"}, - {pos: [2, 6, 3], state: "minecraft:air"}, - {pos: [2, 6, 4], state: "minecraft:air"}, - {pos: [2, 6, 5], state: "minecraft:air"}, - {pos: [2, 6, 6], state: "minecraft:air"}, - {pos: [2, 6, 7], state: "minecraft:air"}, - {pos: [2, 6, 8], state: "minecraft:air"}, - {pos: [2, 6, 9], state: "minecraft:air"}, - {pos: [2, 6, 10], state: "minecraft:air"}, - {pos: [2, 6, 11], state: "minecraft:air"}, - {pos: [2, 6, 12], state: "minecraft:air"}, - {pos: [2, 6, 13], state: "minecraft:air"}, - {pos: [2, 6, 14], state: "minecraft:air"}, - {pos: [2, 6, 15], state: "minecraft:air"}, - {pos: [2, 6, 16], state: "minecraft:air"}, - {pos: [2, 6, 17], state: "minecraft:air"}, - {pos: [2, 6, 18], state: "minecraft:air"}, - {pos: [2, 6, 19], state: "minecraft:air"}, - {pos: [2, 6, 20], state: "minecraft:air"}, - {pos: [2, 6, 21], state: "minecraft:air"}, - {pos: [2, 6, 22], state: "minecraft:air"}, - {pos: [2, 6, 23], state: "minecraft:air"}, - {pos: [2, 6, 24], state: "minecraft:air"}, - {pos: [2, 6, 25], state: "minecraft:air"}, - {pos: [2, 6, 26], state: "minecraft:air"}, - {pos: [2, 6, 27], state: "minecraft:air"}, - {pos: [2, 6, 28], state: "minecraft:air"}, - {pos: [2, 6, 29], state: "minecraft:air"}, - {pos: [3, 6, 0], state: "minecraft:air"}, - {pos: [3, 6, 1], state: "minecraft:air"}, - {pos: [3, 6, 2], state: "minecraft:air"}, - {pos: [3, 6, 3], state: "minecraft:air"}, - {pos: [3, 6, 4], state: "minecraft:air"}, - {pos: [3, 6, 5], state: "minecraft:air"}, - {pos: [3, 6, 6], state: "minecraft:air"}, - {pos: [3, 6, 7], state: "minecraft:air"}, - {pos: [3, 6, 8], state: "minecraft:air"}, - {pos: [3, 6, 9], state: "minecraft:air"}, - {pos: [3, 6, 10], state: "minecraft:air"}, - {pos: [3, 6, 11], state: "minecraft:air"}, - {pos: [3, 6, 12], state: "minecraft:air"}, - {pos: [3, 6, 13], state: "minecraft:air"}, - {pos: [3, 6, 14], state: "minecraft:air"}, - {pos: [3, 6, 15], state: "minecraft:air"}, - {pos: [3, 6, 16], state: "minecraft:air"}, - {pos: [3, 6, 17], state: "minecraft:air"}, - {pos: [3, 6, 18], state: "minecraft:air"}, - {pos: [3, 6, 19], state: "minecraft:air"}, - {pos: [3, 6, 20], state: "minecraft:air"}, - {pos: [3, 6, 21], state: "minecraft:air"}, - {pos: [3, 6, 22], state: "minecraft:air"}, - {pos: [3, 6, 23], state: "minecraft:air"}, - {pos: [3, 6, 24], state: "minecraft:air"}, - {pos: [3, 6, 25], state: "minecraft:air"}, - {pos: [3, 6, 26], state: "minecraft:air"}, - {pos: [3, 6, 27], state: "minecraft:air"}, - {pos: [3, 6, 28], state: "minecraft:air"}, - {pos: [3, 6, 29], state: "minecraft:air"}, - {pos: [4, 6, 0], state: "minecraft:air"}, - {pos: [4, 6, 1], state: "minecraft:air"}, - {pos: [4, 6, 2], state: "minecraft:air"}, - {pos: [4, 6, 3], state: "minecraft:air"}, - {pos: [4, 6, 4], state: "minecraft:air"}, - {pos: [4, 6, 5], state: "minecraft:air"}, - {pos: [4, 6, 6], state: "minecraft:air"}, - {pos: [4, 6, 7], state: "minecraft:air"}, - {pos: [4, 6, 8], state: "minecraft:air"}, - {pos: [4, 6, 9], state: "minecraft:air"}, - {pos: [4, 6, 10], state: "minecraft:air"}, - {pos: [4, 6, 11], state: "minecraft:air"}, - {pos: [4, 6, 12], state: "minecraft:air"}, - {pos: [4, 6, 13], state: "minecraft:air"}, - {pos: [4, 6, 14], state: "minecraft:air"}, - {pos: [4, 6, 15], state: "minecraft:air"}, - {pos: [4, 6, 16], state: "minecraft:air"}, - {pos: [4, 6, 17], state: "minecraft:air"}, - {pos: [4, 6, 18], state: "minecraft:air"}, - {pos: [4, 6, 19], state: "minecraft:air"}, - {pos: [4, 6, 20], state: "minecraft:air"}, - {pos: [4, 6, 21], state: "minecraft:air"}, - {pos: [4, 6, 22], state: "minecraft:air"}, - {pos: [4, 6, 23], state: "minecraft:air"}, - {pos: [4, 6, 24], state: "minecraft:air"}, - {pos: [4, 6, 25], state: "minecraft:air"}, - {pos: [4, 6, 26], state: "minecraft:air"}, - {pos: [4, 6, 27], state: "minecraft:air"}, - {pos: [4, 6, 28], state: "minecraft:air"}, - {pos: [4, 6, 29], state: "minecraft:air"}, - {pos: [5, 6, 0], state: "minecraft:air"}, - {pos: [5, 6, 1], state: "minecraft:air"}, - {pos: [5, 6, 2], state: "minecraft:air"}, - {pos: [5, 6, 3], state: "minecraft:air"}, - {pos: [5, 6, 4], state: "minecraft:air"}, - {pos: [5, 6, 5], state: "minecraft:air"}, - {pos: [5, 6, 6], state: "minecraft:air"}, - {pos: [5, 6, 7], state: "minecraft:air"}, - {pos: [5, 6, 8], state: "minecraft:air"}, - {pos: [5, 6, 9], state: "minecraft:air"}, - {pos: [5, 6, 10], state: "minecraft:air"}, - {pos: [5, 6, 11], state: "minecraft:air"}, - {pos: [5, 6, 12], state: "minecraft:air"}, - {pos: [5, 6, 13], state: "minecraft:air"}, - {pos: [5, 6, 14], state: "minecraft:air"}, - {pos: [5, 6, 15], state: "minecraft:air"}, - {pos: [5, 6, 16], state: "minecraft:air"}, - {pos: [5, 6, 17], state: "minecraft:air"}, - {pos: [5, 6, 18], state: "minecraft:air"}, - {pos: [5, 6, 19], state: "minecraft:air"}, - {pos: [5, 6, 20], state: "minecraft:air"}, - {pos: [5, 6, 21], state: "minecraft:air"}, - {pos: [5, 6, 22], state: "minecraft:air"}, - {pos: [5, 6, 23], state: "minecraft:air"}, - {pos: [5, 6, 24], state: "minecraft:air"}, - {pos: [5, 6, 25], state: "minecraft:air"}, - {pos: [5, 6, 26], state: "minecraft:air"}, - {pos: [5, 6, 27], state: "minecraft:air"}, - {pos: [5, 6, 28], state: "minecraft:air"}, - {pos: [5, 6, 29], state: "minecraft:air"}, - {pos: [6, 6, 0], state: "minecraft:air"}, - {pos: [6, 6, 1], state: "minecraft:air"}, - {pos: [6, 6, 2], state: "minecraft:air"}, - {pos: [6, 6, 3], state: "minecraft:air"}, - {pos: [6, 6, 4], state: "minecraft:air"}, - {pos: [6, 6, 5], state: "minecraft:air"}, - {pos: [6, 6, 6], state: "minecraft:air"}, - {pos: [6, 6, 7], state: "minecraft:air"}, - {pos: [6, 6, 8], state: "minecraft:air"}, - {pos: [6, 6, 9], state: "minecraft:air"}, - {pos: [6, 6, 10], state: "minecraft:air"}, - {pos: [6, 6, 11], state: "minecraft:air"}, - {pos: [6, 6, 12], state: "minecraft:air"}, - {pos: [6, 6, 13], state: "minecraft:air"}, - {pos: [6, 6, 14], state: "minecraft:air"}, - {pos: [6, 6, 15], state: "minecraft:air"}, - {pos: [6, 6, 16], state: "minecraft:air"}, - {pos: [6, 6, 17], state: "minecraft:air"}, - {pos: [6, 6, 18], state: "minecraft:air"}, - {pos: [6, 6, 19], state: "minecraft:air"}, - {pos: [6, 6, 20], state: "minecraft:air"}, - {pos: [6, 6, 21], state: "minecraft:air"}, - {pos: [6, 6, 22], state: "minecraft:air"}, - {pos: [6, 6, 23], state: "minecraft:air"}, - {pos: [6, 6, 24], state: "minecraft:air"}, - {pos: [6, 6, 25], state: "minecraft:air"}, - {pos: [6, 6, 26], state: "minecraft:air"}, - {pos: [6, 6, 27], state: "minecraft:air"}, - {pos: [6, 6, 28], state: "minecraft:air"}, - {pos: [6, 6, 29], state: "minecraft:air"}, - {pos: [7, 6, 0], state: "minecraft:air"}, - {pos: [7, 6, 1], state: "minecraft:air"}, - {pos: [7, 6, 2], state: "minecraft:air"}, - {pos: [7, 6, 3], state: "minecraft:air"}, - {pos: [7, 6, 4], state: "minecraft:air"}, - {pos: [7, 6, 5], state: "minecraft:air"}, - {pos: [7, 6, 6], state: "minecraft:air"}, - {pos: [7, 6, 7], state: "minecraft:air"}, - {pos: [7, 6, 8], state: "minecraft:air"}, - {pos: [7, 6, 9], state: "minecraft:air"}, - {pos: [7, 6, 10], state: "minecraft:air"}, - {pos: [7, 6, 11], state: "minecraft:air"}, - {pos: [7, 6, 12], state: "minecraft:air"}, - {pos: [7, 6, 13], state: "minecraft:air"}, - {pos: [7, 6, 14], state: "minecraft:air"}, - {pos: [7, 6, 15], state: "minecraft:air"}, - {pos: [7, 6, 16], state: "minecraft:air"}, - {pos: [7, 6, 17], state: "minecraft:air"}, - {pos: [7, 6, 18], state: "minecraft:air"}, - {pos: [7, 6, 19], state: "minecraft:air"}, - {pos: [7, 6, 20], state: "minecraft:air"}, - {pos: [7, 6, 21], state: "minecraft:air"}, - {pos: [7, 6, 22], state: "minecraft:air"}, - {pos: [7, 6, 23], state: "minecraft:air"}, - {pos: [7, 6, 24], state: "minecraft:air"}, - {pos: [7, 6, 25], state: "minecraft:air"}, - {pos: [7, 6, 26], state: "minecraft:air"}, - {pos: [7, 6, 27], state: "minecraft:air"}, - {pos: [7, 6, 28], state: "minecraft:air"}, - {pos: [7, 6, 29], state: "minecraft:air"}, - {pos: [8, 6, 0], state: "minecraft:air"}, - {pos: [8, 6, 1], state: "minecraft:air"}, - {pos: [8, 6, 2], state: "minecraft:air"}, - {pos: [8, 6, 3], state: "minecraft:air"}, - {pos: [8, 6, 4], state: "minecraft:air"}, - {pos: [8, 6, 5], state: "minecraft:air"}, - {pos: [8, 6, 6], state: "minecraft:air"}, - {pos: [8, 6, 7], state: "minecraft:air"}, - {pos: [8, 6, 8], state: "minecraft:air"}, - {pos: [8, 6, 9], state: "minecraft:air"}, - {pos: [8, 6, 10], state: "minecraft:air"}, - {pos: [8, 6, 11], state: "minecraft:air"}, - {pos: [8, 6, 12], state: "minecraft:air"}, - {pos: [8, 6, 13], state: "minecraft:air"}, - {pos: [8, 6, 14], state: "minecraft:air"}, - {pos: [8, 6, 15], state: "minecraft:air"}, - {pos: [8, 6, 16], state: "minecraft:air"}, - {pos: [8, 6, 17], state: "minecraft:air"}, - {pos: [8, 6, 18], state: "minecraft:air"}, - {pos: [8, 6, 19], state: "minecraft:air"}, - {pos: [8, 6, 20], state: "minecraft:air"}, - {pos: [8, 6, 21], state: "minecraft:air"}, - {pos: [8, 6, 22], state: "minecraft:air"}, - {pos: [8, 6, 23], state: "minecraft:air"}, - {pos: [8, 6, 24], state: "minecraft:air"}, - {pos: [8, 6, 25], state: "minecraft:air"}, - {pos: [8, 6, 26], state: "minecraft:air"}, - {pos: [8, 6, 27], state: "minecraft:air"}, - {pos: [8, 6, 28], state: "minecraft:air"}, - {pos: [8, 6, 29], state: "minecraft:air"}, - {pos: [9, 6, 0], state: "minecraft:air"}, - {pos: [9, 6, 1], state: "minecraft:air"}, - {pos: [9, 6, 2], state: "minecraft:air"}, - {pos: [9, 6, 3], state: "minecraft:air"}, - {pos: [9, 6, 4], state: "minecraft:air"}, - {pos: [9, 6, 5], state: "minecraft:air"}, - {pos: [9, 6, 6], state: "minecraft:air"}, - {pos: [9, 6, 7], state: "minecraft:air"}, - {pos: [9, 6, 8], state: "minecraft:air"}, - {pos: [9, 6, 9], state: "minecraft:air"}, - {pos: [9, 6, 10], state: "minecraft:air"}, - {pos: [9, 6, 11], state: "minecraft:air"}, - {pos: [9, 6, 12], state: "minecraft:air"}, - {pos: [9, 6, 13], state: "minecraft:air"}, - {pos: [9, 6, 14], state: "minecraft:air"}, - {pos: [9, 6, 15], state: "minecraft:air"}, - {pos: [9, 6, 16], state: "minecraft:air"}, - {pos: [9, 6, 17], state: "minecraft:air"}, - {pos: [9, 6, 18], state: "minecraft:air"}, - {pos: [9, 6, 19], state: "minecraft:air"}, - {pos: [9, 6, 20], state: "minecraft:air"}, - {pos: [9, 6, 21], state: "minecraft:air"}, - {pos: [9, 6, 22], state: "minecraft:air"}, - {pos: [9, 6, 23], state: "minecraft:air"}, - {pos: [9, 6, 24], state: "minecraft:air"}, - {pos: [9, 6, 25], state: "minecraft:air"}, - {pos: [9, 6, 26], state: "minecraft:air"}, - {pos: [9, 6, 27], state: "minecraft:air"}, - {pos: [9, 6, 28], state: "minecraft:air"}, - {pos: [9, 6, 29], state: "minecraft:air"}, - {pos: [0, 7, 0], state: "minecraft:air"}, - {pos: [0, 7, 1], state: "minecraft:air"}, - {pos: [0, 7, 2], state: "minecraft:air"}, - {pos: [0, 7, 3], state: "minecraft:air"}, - {pos: [0, 7, 4], state: "minecraft:air"}, - {pos: [0, 7, 5], state: "minecraft:air"}, - {pos: [0, 7, 6], state: "minecraft:air"}, - {pos: [0, 7, 7], state: "minecraft:air"}, - {pos: [0, 7, 8], state: "minecraft:air"}, - {pos: [0, 7, 9], state: "minecraft:air"}, - {pos: [0, 7, 10], state: "minecraft:air"}, - {pos: [0, 7, 11], state: "minecraft:air"}, - {pos: [0, 7, 12], state: "minecraft:air"}, - {pos: [0, 7, 13], state: "minecraft:air"}, - {pos: [0, 7, 14], state: "minecraft:air"}, - {pos: [0, 7, 15], state: "minecraft:air"}, - {pos: [0, 7, 16], state: "minecraft:air"}, - {pos: [0, 7, 17], state: "minecraft:air"}, - {pos: [0, 7, 18], state: "minecraft:air"}, - {pos: [0, 7, 19], state: "minecraft:air"}, - {pos: [0, 7, 20], state: "minecraft:air"}, - {pos: [0, 7, 21], state: "minecraft:air"}, - {pos: [0, 7, 22], state: "minecraft:air"}, - {pos: [0, 7, 23], state: "minecraft:air"}, - {pos: [0, 7, 24], state: "minecraft:air"}, - {pos: [0, 7, 25], state: "minecraft:air"}, - {pos: [0, 7, 26], state: "minecraft:air"}, - {pos: [0, 7, 27], state: "minecraft:air"}, - {pos: [0, 7, 28], state: "minecraft:air"}, - {pos: [0, 7, 29], state: "minecraft:air"}, - {pos: [1, 7, 0], state: "minecraft:air"}, - {pos: [1, 7, 1], state: "minecraft:air"}, - {pos: [1, 7, 2], state: "minecraft:air"}, - {pos: [1, 7, 3], state: "minecraft:air"}, - {pos: [1, 7, 4], state: "minecraft:air"}, - {pos: [1, 7, 5], state: "minecraft:air"}, - {pos: [1, 7, 6], state: "minecraft:air"}, - {pos: [1, 7, 7], state: "minecraft:air"}, - {pos: [1, 7, 8], state: "minecraft:air"}, - {pos: [1, 7, 9], state: "minecraft:air"}, - {pos: [1, 7, 10], state: "minecraft:air"}, - {pos: [1, 7, 11], state: "minecraft:air"}, - {pos: [1, 7, 12], state: "minecraft:air"}, - {pos: [1, 7, 13], state: "minecraft:air"}, - {pos: [1, 7, 14], state: "minecraft:air"}, - {pos: [1, 7, 15], state: "minecraft:air"}, - {pos: [1, 7, 16], state: "minecraft:air"}, - {pos: [1, 7, 17], state: "minecraft:air"}, - {pos: [1, 7, 18], state: "minecraft:air"}, - {pos: [1, 7, 19], state: "minecraft:air"}, - {pos: [1, 7, 20], state: "minecraft:air"}, - {pos: [1, 7, 21], state: "minecraft:air"}, - {pos: [1, 7, 22], state: "minecraft:air"}, - {pos: [1, 7, 23], state: "minecraft:air"}, - {pos: [1, 7, 24], state: "minecraft:air"}, - {pos: [1, 7, 25], state: "minecraft:air"}, - {pos: [1, 7, 26], state: "minecraft:air"}, - {pos: [1, 7, 27], state: "minecraft:air"}, - {pos: [1, 7, 28], state: "minecraft:air"}, - {pos: [1, 7, 29], state: "minecraft:air"}, - {pos: [2, 7, 0], state: "minecraft:air"}, - {pos: [2, 7, 1], state: "minecraft:air"}, - {pos: [2, 7, 2], state: "minecraft:air"}, - {pos: [2, 7, 3], state: "minecraft:air"}, - {pos: [2, 7, 4], state: "minecraft:air"}, - {pos: [2, 7, 5], state: "minecraft:air"}, - {pos: [2, 7, 6], state: "minecraft:air"}, - {pos: [2, 7, 7], state: "minecraft:air"}, - {pos: [2, 7, 8], state: "minecraft:air"}, - {pos: [2, 7, 9], state: "minecraft:air"}, - {pos: [2, 7, 10], state: "minecraft:air"}, - {pos: [2, 7, 11], state: "minecraft:air"}, - {pos: [2, 7, 12], state: "minecraft:air"}, - {pos: [2, 7, 13], state: "minecraft:air"}, - {pos: [2, 7, 14], state: "minecraft:air"}, - {pos: [2, 7, 15], state: "minecraft:air"}, - {pos: [2, 7, 16], state: "minecraft:air"}, - {pos: [2, 7, 17], state: "minecraft:air"}, - {pos: [2, 7, 18], state: "minecraft:air"}, - {pos: [2, 7, 19], state: "minecraft:air"}, - {pos: [2, 7, 20], state: "minecraft:air"}, - {pos: [2, 7, 21], state: "minecraft:air"}, - {pos: [2, 7, 22], state: "minecraft:air"}, - {pos: [2, 7, 23], state: "minecraft:air"}, - {pos: [2, 7, 24], state: "minecraft:air"}, - {pos: [2, 7, 25], state: "minecraft:air"}, - {pos: [2, 7, 26], state: "minecraft:air"}, - {pos: [2, 7, 27], state: "minecraft:air"}, - {pos: [2, 7, 28], state: "minecraft:air"}, - {pos: [2, 7, 29], state: "minecraft:air"}, - {pos: [3, 7, 0], state: "minecraft:air"}, - {pos: [3, 7, 1], state: "minecraft:air"}, - {pos: [3, 7, 2], state: "minecraft:air"}, - {pos: [3, 7, 3], state: "minecraft:air"}, - {pos: [3, 7, 4], state: "minecraft:air"}, - {pos: [3, 7, 5], state: "minecraft:air"}, - {pos: [3, 7, 6], state: "minecraft:air"}, - {pos: [3, 7, 7], state: "minecraft:air"}, - {pos: [3, 7, 8], state: "minecraft:air"}, - {pos: [3, 7, 9], state: "minecraft:air"}, - {pos: [3, 7, 10], state: "minecraft:air"}, - {pos: [3, 7, 11], state: "minecraft:air"}, - {pos: [3, 7, 12], state: "minecraft:air"}, - {pos: [3, 7, 13], state: "minecraft:air"}, - {pos: [3, 7, 14], state: "minecraft:air"}, - {pos: [3, 7, 15], state: "minecraft:air"}, - {pos: [3, 7, 16], state: "minecraft:air"}, - {pos: [3, 7, 17], state: "minecraft:air"}, - {pos: [3, 7, 18], state: "minecraft:air"}, - {pos: [3, 7, 19], state: "minecraft:air"}, - {pos: [3, 7, 20], state: "minecraft:air"}, - {pos: [3, 7, 21], state: "minecraft:air"}, - {pos: [3, 7, 22], state: "minecraft:air"}, - {pos: [3, 7, 23], state: "minecraft:air"}, - {pos: [3, 7, 24], state: "minecraft:air"}, - {pos: [3, 7, 25], state: "minecraft:air"}, - {pos: [3, 7, 26], state: "minecraft:air"}, - {pos: [3, 7, 27], state: "minecraft:air"}, - {pos: [3, 7, 28], state: "minecraft:air"}, - {pos: [3, 7, 29], state: "minecraft:air"}, - {pos: [4, 7, 0], state: "minecraft:air"}, - {pos: [4, 7, 1], state: "minecraft:air"}, - {pos: [4, 7, 2], state: "minecraft:air"}, - {pos: [4, 7, 3], state: "minecraft:air"}, - {pos: [4, 7, 4], state: "minecraft:air"}, - {pos: [4, 7, 5], state: "minecraft:air"}, - {pos: [4, 7, 6], state: "minecraft:air"}, - {pos: [4, 7, 7], state: "minecraft:air"}, - {pos: [4, 7, 8], state: "minecraft:air"}, - {pos: [4, 7, 9], state: "minecraft:air"}, - {pos: [4, 7, 10], state: "minecraft:air"}, - {pos: [4, 7, 11], state: "minecraft:air"}, - {pos: [4, 7, 12], state: "minecraft:air"}, - {pos: [4, 7, 13], state: "minecraft:air"}, - {pos: [4, 7, 14], state: "minecraft:air"}, - {pos: [4, 7, 15], state: "minecraft:air"}, - {pos: [4, 7, 16], state: "minecraft:air"}, - {pos: [4, 7, 17], state: "minecraft:air"}, - {pos: [4, 7, 18], state: "minecraft:air"}, - {pos: [4, 7, 19], state: "minecraft:air"}, - {pos: [4, 7, 20], state: "minecraft:air"}, - {pos: [4, 7, 21], state: "minecraft:air"}, - {pos: [4, 7, 22], state: "minecraft:air"}, - {pos: [4, 7, 23], state: "minecraft:air"}, - {pos: [4, 7, 24], state: "minecraft:air"}, - {pos: [4, 7, 25], state: "minecraft:air"}, - {pos: [4, 7, 26], state: "minecraft:air"}, - {pos: [4, 7, 27], state: "minecraft:air"}, - {pos: [4, 7, 28], state: "minecraft:air"}, - {pos: [4, 7, 29], state: "minecraft:air"}, - {pos: [5, 7, 0], state: "minecraft:air"}, - {pos: [5, 7, 1], state: "minecraft:air"}, - {pos: [5, 7, 2], state: "minecraft:air"}, - {pos: [5, 7, 3], state: "minecraft:air"}, - {pos: [5, 7, 4], state: "minecraft:air"}, - {pos: [5, 7, 5], state: "minecraft:air"}, - {pos: [5, 7, 6], state: "minecraft:air"}, - {pos: [5, 7, 7], state: "minecraft:air"}, - {pos: [5, 7, 8], state: "minecraft:air"}, - {pos: [5, 7, 9], state: "minecraft:air"}, - {pos: [5, 7, 10], state: "minecraft:air"}, - {pos: [5, 7, 11], state: "minecraft:air"}, - {pos: [5, 7, 12], state: "minecraft:air"}, - {pos: [5, 7, 13], state: "minecraft:air"}, - {pos: [5, 7, 14], state: "minecraft:air"}, - {pos: [5, 7, 15], state: "minecraft:air"}, - {pos: [5, 7, 16], state: "minecraft:air"}, - {pos: [5, 7, 17], state: "minecraft:air"}, - {pos: [5, 7, 18], state: "minecraft:air"}, - {pos: [5, 7, 19], state: "minecraft:air"}, - {pos: [5, 7, 20], state: "minecraft:air"}, - {pos: [5, 7, 21], state: "minecraft:air"}, - {pos: [5, 7, 22], state: "minecraft:air"}, - {pos: [5, 7, 23], state: "minecraft:air"}, - {pos: [5, 7, 24], state: "minecraft:air"}, - {pos: [5, 7, 25], state: "minecraft:air"}, - {pos: [5, 7, 26], state: "minecraft:air"}, - {pos: [5, 7, 27], state: "minecraft:air"}, - {pos: [5, 7, 28], state: "minecraft:air"}, - {pos: [5, 7, 29], state: "minecraft:air"}, - {pos: [6, 7, 0], state: "minecraft:air"}, - {pos: [6, 7, 1], state: "minecraft:air"}, - {pos: [6, 7, 2], state: "minecraft:air"}, - {pos: [6, 7, 3], state: "minecraft:air"}, - {pos: [6, 7, 4], state: "minecraft:air"}, - {pos: [6, 7, 5], state: "minecraft:air"}, - {pos: [6, 7, 6], state: "minecraft:air"}, - {pos: [6, 7, 7], state: "minecraft:air"}, - {pos: [6, 7, 8], state: "minecraft:air"}, - {pos: [6, 7, 9], state: "minecraft:air"}, - {pos: [6, 7, 10], state: "minecraft:air"}, - {pos: [6, 7, 11], state: "minecraft:air"}, - {pos: [6, 7, 12], state: "minecraft:air"}, - {pos: [6, 7, 13], state: "minecraft:air"}, - {pos: [6, 7, 14], state: "minecraft:air"}, - {pos: [6, 7, 15], state: "minecraft:air"}, - {pos: [6, 7, 16], state: "minecraft:air"}, - {pos: [6, 7, 17], state: "minecraft:air"}, - {pos: [6, 7, 18], state: "minecraft:air"}, - {pos: [6, 7, 19], state: "minecraft:air"}, - {pos: [6, 7, 20], state: "minecraft:air"}, - {pos: [6, 7, 21], state: "minecraft:air"}, - {pos: [6, 7, 22], state: "minecraft:air"}, - {pos: [6, 7, 23], state: "minecraft:air"}, - {pos: [6, 7, 24], state: "minecraft:air"}, - {pos: [6, 7, 25], state: "minecraft:air"}, - {pos: [6, 7, 26], state: "minecraft:air"}, - {pos: [6, 7, 27], state: "minecraft:air"}, - {pos: [6, 7, 28], state: "minecraft:air"}, - {pos: [6, 7, 29], state: "minecraft:air"}, - {pos: [7, 7, 0], state: "minecraft:air"}, - {pos: [7, 7, 1], state: "minecraft:air"}, - {pos: [7, 7, 2], state: "minecraft:air"}, - {pos: [7, 7, 3], state: "minecraft:air"}, - {pos: [7, 7, 4], state: "minecraft:air"}, - {pos: [7, 7, 5], state: "minecraft:air"}, - {pos: [7, 7, 6], state: "minecraft:air"}, - {pos: [7, 7, 7], state: "minecraft:air"}, - {pos: [7, 7, 8], state: "minecraft:air"}, - {pos: [7, 7, 9], state: "minecraft:air"}, - {pos: [7, 7, 10], state: "minecraft:air"}, - {pos: [7, 7, 11], state: "minecraft:air"}, - {pos: [7, 7, 12], state: "minecraft:air"}, - {pos: [7, 7, 13], state: "minecraft:air"}, - {pos: [7, 7, 14], state: "minecraft:air"}, - {pos: [7, 7, 15], state: "minecraft:air"}, - {pos: [7, 7, 16], state: "minecraft:air"}, - {pos: [7, 7, 17], state: "minecraft:air"}, - {pos: [7, 7, 18], state: "minecraft:air"}, - {pos: [7, 7, 19], state: "minecraft:air"}, - {pos: [7, 7, 20], state: "minecraft:air"}, - {pos: [7, 7, 21], state: "minecraft:air"}, - {pos: [7, 7, 22], state: "minecraft:air"}, - {pos: [7, 7, 23], state: "minecraft:air"}, - {pos: [7, 7, 24], state: "minecraft:air"}, - {pos: [7, 7, 25], state: "minecraft:air"}, - {pos: [7, 7, 26], state: "minecraft:air"}, - {pos: [7, 7, 27], state: "minecraft:air"}, - {pos: [7, 7, 28], state: "minecraft:air"}, - {pos: [7, 7, 29], state: "minecraft:air"}, - {pos: [8, 7, 0], state: "minecraft:air"}, - {pos: [8, 7, 1], state: "minecraft:air"}, - {pos: [8, 7, 2], state: "minecraft:air"}, - {pos: [8, 7, 3], state: "minecraft:air"}, - {pos: [8, 7, 4], state: "minecraft:air"}, - {pos: [8, 7, 5], state: "minecraft:air"}, - {pos: [8, 7, 6], state: "minecraft:air"}, - {pos: [8, 7, 7], state: "minecraft:air"}, - {pos: [8, 7, 8], state: "minecraft:air"}, - {pos: [8, 7, 9], state: "minecraft:air"}, - {pos: [8, 7, 10], state: "minecraft:air"}, - {pos: [8, 7, 11], state: "minecraft:air"}, - {pos: [8, 7, 12], state: "minecraft:air"}, - {pos: [8, 7, 13], state: "minecraft:air"}, - {pos: [8, 7, 14], state: "minecraft:air"}, - {pos: [8, 7, 15], state: "minecraft:air"}, - {pos: [8, 7, 16], state: "minecraft:air"}, - {pos: [8, 7, 17], state: "minecraft:air"}, - {pos: [8, 7, 18], state: "minecraft:air"}, - {pos: [8, 7, 19], state: "minecraft:air"}, - {pos: [8, 7, 20], state: "minecraft:air"}, - {pos: [8, 7, 21], state: "minecraft:air"}, - {pos: [8, 7, 22], state: "minecraft:air"}, - {pos: [8, 7, 23], state: "minecraft:air"}, - {pos: [8, 7, 24], state: "minecraft:air"}, - {pos: [8, 7, 25], state: "minecraft:air"}, - {pos: [8, 7, 26], state: "minecraft:air"}, - {pos: [8, 7, 27], state: "minecraft:air"}, - {pos: [8, 7, 28], state: "minecraft:air"}, - {pos: [8, 7, 29], state: "minecraft:air"}, - {pos: [9, 7, 0], state: "minecraft:air"}, - {pos: [9, 7, 1], state: "minecraft:air"}, - {pos: [9, 7, 2], state: "minecraft:air"}, - {pos: [9, 7, 3], state: "minecraft:air"}, - {pos: [9, 7, 4], state: "minecraft:air"}, - {pos: [9, 7, 5], state: "minecraft:air"}, - {pos: [9, 7, 6], state: "minecraft:air"}, - {pos: [9, 7, 7], state: "minecraft:air"}, - {pos: [9, 7, 8], state: "minecraft:air"}, - {pos: [9, 7, 9], state: "minecraft:air"}, - {pos: [9, 7, 10], state: "minecraft:air"}, - {pos: [9, 7, 11], state: "minecraft:air"}, - {pos: [9, 7, 12], state: "minecraft:air"}, - {pos: [9, 7, 13], state: "minecraft:air"}, - {pos: [9, 7, 14], state: "minecraft:air"}, - {pos: [9, 7, 15], state: "minecraft:air"}, - {pos: [9, 7, 16], state: "minecraft:air"}, - {pos: [9, 7, 17], state: "minecraft:air"}, - {pos: [9, 7, 18], state: "minecraft:air"}, - {pos: [9, 7, 19], state: "minecraft:air"}, - {pos: [9, 7, 20], state: "minecraft:air"}, - {pos: [9, 7, 21], state: "minecraft:air"}, - {pos: [9, 7, 22], state: "minecraft:air"}, - {pos: [9, 7, 23], state: "minecraft:air"}, - {pos: [9, 7, 24], state: "minecraft:air"}, - {pos: [9, 7, 25], state: "minecraft:air"}, - {pos: [9, 7, 26], state: "minecraft:air"}, - {pos: [9, 7, 27], state: "minecraft:air"}, - {pos: [9, 7, 28], state: "minecraft:air"}, - {pos: [9, 7, 29], state: "minecraft:air"}, - {pos: [0, 8, 0], state: "minecraft:air"}, - {pos: [0, 8, 1], state: "minecraft:air"}, - {pos: [0, 8, 2], state: "minecraft:air"}, - {pos: [0, 8, 3], state: "minecraft:air"}, - {pos: [0, 8, 4], state: "minecraft:air"}, - {pos: [0, 8, 5], state: "minecraft:air"}, - {pos: [0, 8, 6], state: "minecraft:air"}, - {pos: [0, 8, 7], state: "minecraft:air"}, - {pos: [0, 8, 8], state: "minecraft:air"}, - {pos: [0, 8, 9], state: "minecraft:air"}, - {pos: [0, 8, 10], state: "minecraft:air"}, - {pos: [0, 8, 11], state: "minecraft:air"}, - {pos: [0, 8, 12], state: "minecraft:air"}, - {pos: [0, 8, 13], state: "minecraft:air"}, - {pos: [0, 8, 14], state: "minecraft:air"}, - {pos: [0, 8, 15], state: "minecraft:air"}, - {pos: [0, 8, 16], state: "minecraft:air"}, - {pos: [0, 8, 17], state: "minecraft:air"}, - {pos: [0, 8, 18], state: "minecraft:air"}, - {pos: [0, 8, 19], state: "minecraft:air"}, - {pos: [0, 8, 20], state: "minecraft:air"}, - {pos: [0, 8, 21], state: "minecraft:air"}, - {pos: [0, 8, 22], state: "minecraft:air"}, - {pos: [0, 8, 23], state: "minecraft:air"}, - {pos: [0, 8, 24], state: "minecraft:air"}, - {pos: [0, 8, 25], state: "minecraft:air"}, - {pos: [0, 8, 26], state: "minecraft:air"}, - {pos: [0, 8, 27], state: "minecraft:air"}, - {pos: [0, 8, 28], state: "minecraft:air"}, - {pos: [0, 8, 29], state: "minecraft:air"}, - {pos: [1, 8, 0], state: "minecraft:air"}, - {pos: [1, 8, 1], state: "minecraft:air"}, - {pos: [1, 8, 2], state: "minecraft:air"}, - {pos: [1, 8, 3], state: "minecraft:air"}, - {pos: [1, 8, 4], state: "minecraft:air"}, - {pos: [1, 8, 5], state: "minecraft:air"}, - {pos: [1, 8, 6], state: "minecraft:air"}, - {pos: [1, 8, 7], state: "minecraft:air"}, - {pos: [1, 8, 8], state: "minecraft:air"}, - {pos: [1, 8, 9], state: "minecraft:air"}, - {pos: [1, 8, 10], state: "minecraft:air"}, - {pos: [1, 8, 11], state: "minecraft:air"}, - {pos: [1, 8, 12], state: "minecraft:air"}, - {pos: [1, 8, 13], state: "minecraft:air"}, - {pos: [1, 8, 14], state: "minecraft:air"}, - {pos: [1, 8, 15], state: "minecraft:air"}, - {pos: [1, 8, 16], state: "minecraft:air"}, - {pos: [1, 8, 17], state: "minecraft:air"}, - {pos: [1, 8, 18], state: "minecraft:air"}, - {pos: [1, 8, 19], state: "minecraft:air"}, - {pos: [1, 8, 20], state: "minecraft:air"}, - {pos: [1, 8, 21], state: "minecraft:air"}, - {pos: [1, 8, 22], state: "minecraft:air"}, - {pos: [1, 8, 23], state: "minecraft:air"}, - {pos: [1, 8, 24], state: "minecraft:air"}, - {pos: [1, 8, 25], state: "minecraft:air"}, - {pos: [1, 8, 26], state: "minecraft:air"}, - {pos: [1, 8, 27], state: "minecraft:air"}, - {pos: [1, 8, 28], state: "minecraft:air"}, - {pos: [1, 8, 29], state: "minecraft:air"}, - {pos: [2, 8, 0], state: "minecraft:air"}, - {pos: [2, 8, 1], state: "minecraft:air"}, - {pos: [2, 8, 2], state: "minecraft:air"}, - {pos: [2, 8, 3], state: "minecraft:air"}, - {pos: [2, 8, 4], state: "minecraft:air"}, - {pos: [2, 8, 5], state: "minecraft:air"}, - {pos: [2, 8, 6], state: "minecraft:air"}, - {pos: [2, 8, 7], state: "minecraft:air"}, - {pos: [2, 8, 8], state: "minecraft:air"}, - {pos: [2, 8, 9], state: "minecraft:air"}, - {pos: [2, 8, 10], state: "minecraft:air"}, - {pos: [2, 8, 11], state: "minecraft:air"}, - {pos: [2, 8, 12], state: "minecraft:air"}, - {pos: [2, 8, 13], state: "minecraft:air"}, - {pos: [2, 8, 14], state: "minecraft:air"}, - {pos: [2, 8, 15], state: "minecraft:air"}, - {pos: [2, 8, 16], state: "minecraft:air"}, - {pos: [2, 8, 17], state: "minecraft:air"}, - {pos: [2, 8, 18], state: "minecraft:air"}, - {pos: [2, 8, 19], state: "minecraft:air"}, - {pos: [2, 8, 20], state: "minecraft:air"}, - {pos: [2, 8, 21], state: "minecraft:air"}, - {pos: [2, 8, 22], state: "minecraft:air"}, - {pos: [2, 8, 23], state: "minecraft:air"}, - {pos: [2, 8, 24], state: "minecraft:air"}, - {pos: [2, 8, 25], state: "minecraft:air"}, - {pos: [2, 8, 26], state: "minecraft:air"}, - {pos: [2, 8, 27], state: "minecraft:air"}, - {pos: [2, 8, 28], state: "minecraft:air"}, - {pos: [2, 8, 29], state: "minecraft:air"}, - {pos: [3, 8, 0], state: "minecraft:air"}, - {pos: [3, 8, 1], state: "minecraft:air"}, - {pos: [3, 8, 2], state: "minecraft:air"}, - {pos: [3, 8, 3], state: "minecraft:air"}, - {pos: [3, 8, 4], state: "minecraft:air"}, - {pos: [3, 8, 5], state: "minecraft:air"}, - {pos: [3, 8, 6], state: "minecraft:air"}, - {pos: [3, 8, 7], state: "minecraft:air"}, - {pos: [3, 8, 8], state: "minecraft:air"}, - {pos: [3, 8, 9], state: "minecraft:air"}, - {pos: [3, 8, 10], state: "minecraft:air"}, - {pos: [3, 8, 11], state: "minecraft:air"}, - {pos: [3, 8, 12], state: "minecraft:air"}, - {pos: [3, 8, 13], state: "minecraft:air"}, - {pos: [3, 8, 14], state: "minecraft:air"}, - {pos: [3, 8, 15], state: "minecraft:air"}, - {pos: [3, 8, 16], state: "minecraft:air"}, - {pos: [3, 8, 17], state: "minecraft:air"}, - {pos: [3, 8, 18], state: "minecraft:air"}, - {pos: [3, 8, 19], state: "minecraft:air"}, - {pos: [3, 8, 20], state: "minecraft:air"}, - {pos: [3, 8, 21], state: "minecraft:air"}, - {pos: [3, 8, 22], state: "minecraft:air"}, - {pos: [3, 8, 23], state: "minecraft:air"}, - {pos: [3, 8, 24], state: "minecraft:air"}, - {pos: [3, 8, 25], state: "minecraft:air"}, - {pos: [3, 8, 26], state: "minecraft:air"}, - {pos: [3, 8, 27], state: "minecraft:air"}, - {pos: [3, 8, 28], state: "minecraft:air"}, - {pos: [3, 8, 29], state: "minecraft:air"}, - {pos: [4, 8, 0], state: "minecraft:air"}, - {pos: [4, 8, 1], state: "minecraft:air"}, - {pos: [4, 8, 2], state: "minecraft:air"}, - {pos: [4, 8, 3], state: "minecraft:air"}, - {pos: [4, 8, 4], state: "minecraft:air"}, - {pos: [4, 8, 5], state: "minecraft:air"}, - {pos: [4, 8, 6], state: "minecraft:air"}, - {pos: [4, 8, 7], state: "minecraft:air"}, - {pos: [4, 8, 8], state: "minecraft:air"}, - {pos: [4, 8, 9], state: "minecraft:air"}, - {pos: [4, 8, 10], state: "minecraft:air"}, - {pos: [4, 8, 11], state: "minecraft:air"}, - {pos: [4, 8, 12], state: "minecraft:air"}, - {pos: [4, 8, 13], state: "minecraft:air"}, - {pos: [4, 8, 14], state: "minecraft:air"}, - {pos: [4, 8, 15], state: "minecraft:air"}, - {pos: [4, 8, 16], state: "minecraft:air"}, - {pos: [4, 8, 17], state: "minecraft:air"}, - {pos: [4, 8, 18], state: "minecraft:air"}, - {pos: [4, 8, 19], state: "minecraft:air"}, - {pos: [4, 8, 20], state: "minecraft:air"}, - {pos: [4, 8, 21], state: "minecraft:air"}, - {pos: [4, 8, 22], state: "minecraft:air"}, - {pos: [4, 8, 23], state: "minecraft:air"}, - {pos: [4, 8, 24], state: "minecraft:air"}, - {pos: [4, 8, 25], state: "minecraft:air"}, - {pos: [4, 8, 26], state: "minecraft:air"}, - {pos: [4, 8, 27], state: "minecraft:air"}, - {pos: [4, 8, 28], state: "minecraft:air"}, - {pos: [4, 8, 29], state: "minecraft:air"}, - {pos: [5, 8, 0], state: "minecraft:air"}, - {pos: [5, 8, 1], state: "minecraft:air"}, - {pos: [5, 8, 2], state: "minecraft:air"}, - {pos: [5, 8, 3], state: "minecraft:air"}, - {pos: [5, 8, 4], state: "minecraft:air"}, - {pos: [5, 8, 5], state: "minecraft:air"}, - {pos: [5, 8, 6], state: "minecraft:air"}, - {pos: [5, 8, 7], state: "minecraft:air"}, - {pos: [5, 8, 8], state: "minecraft:air"}, - {pos: [5, 8, 9], state: "minecraft:air"}, - {pos: [5, 8, 10], state: "minecraft:air"}, - {pos: [5, 8, 11], state: "minecraft:air"}, - {pos: [5, 8, 12], state: "minecraft:air"}, - {pos: [5, 8, 13], state: "minecraft:air"}, - {pos: [5, 8, 14], state: "minecraft:air"}, - {pos: [5, 8, 15], state: "minecraft:air"}, - {pos: [5, 8, 16], state: "minecraft:air"}, - {pos: [5, 8, 17], state: "minecraft:air"}, - {pos: [5, 8, 18], state: "minecraft:air"}, - {pos: [5, 8, 19], state: "minecraft:air"}, - {pos: [5, 8, 20], state: "minecraft:air"}, - {pos: [5, 8, 21], state: "minecraft:air"}, - {pos: [5, 8, 22], state: "minecraft:air"}, - {pos: [5, 8, 23], state: "minecraft:air"}, - {pos: [5, 8, 24], state: "minecraft:air"}, - {pos: [5, 8, 25], state: "minecraft:air"}, - {pos: [5, 8, 26], state: "minecraft:air"}, - {pos: [5, 8, 27], state: "minecraft:air"}, - {pos: [5, 8, 28], state: "minecraft:air"}, - {pos: [5, 8, 29], state: "minecraft:air"}, - {pos: [6, 8, 0], state: "minecraft:air"}, - {pos: [6, 8, 1], state: "minecraft:air"}, - {pos: [6, 8, 2], state: "minecraft:air"}, - {pos: [6, 8, 3], state: "minecraft:air"}, - {pos: [6, 8, 4], state: "minecraft:air"}, - {pos: [6, 8, 5], state: "minecraft:air"}, - {pos: [6, 8, 6], state: "minecraft:air"}, - {pos: [6, 8, 7], state: "minecraft:air"}, - {pos: [6, 8, 8], state: "minecraft:air"}, - {pos: [6, 8, 9], state: "minecraft:air"}, - {pos: [6, 8, 10], state: "minecraft:air"}, - {pos: [6, 8, 11], state: "minecraft:air"}, - {pos: [6, 8, 12], state: "minecraft:air"}, - {pos: [6, 8, 13], state: "minecraft:air"}, - {pos: [6, 8, 14], state: "minecraft:air"}, - {pos: [6, 8, 15], state: "minecraft:air"}, - {pos: [6, 8, 16], state: "minecraft:air"}, - {pos: [6, 8, 17], state: "minecraft:air"}, - {pos: [6, 8, 18], state: "minecraft:air"}, - {pos: [6, 8, 19], state: "minecraft:air"}, - {pos: [6, 8, 20], state: "minecraft:air"}, - {pos: [6, 8, 21], state: "minecraft:air"}, - {pos: [6, 8, 22], state: "minecraft:air"}, - {pos: [6, 8, 23], state: "minecraft:air"}, - {pos: [6, 8, 24], state: "minecraft:air"}, - {pos: [6, 8, 25], state: "minecraft:air"}, - {pos: [6, 8, 26], state: "minecraft:air"}, - {pos: [6, 8, 27], state: "minecraft:air"}, - {pos: [6, 8, 28], state: "minecraft:air"}, - {pos: [6, 8, 29], state: "minecraft:air"}, - {pos: [7, 8, 0], state: "minecraft:air"}, - {pos: [7, 8, 1], state: "minecraft:air"}, - {pos: [7, 8, 2], state: "minecraft:air"}, - {pos: [7, 8, 3], state: "minecraft:air"}, - {pos: [7, 8, 4], state: "minecraft:air"}, - {pos: [7, 8, 5], state: "minecraft:air"}, - {pos: [7, 8, 6], state: "minecraft:air"}, - {pos: [7, 8, 7], state: "minecraft:air"}, - {pos: [7, 8, 8], state: "minecraft:air"}, - {pos: [7, 8, 9], state: "minecraft:air"}, - {pos: [7, 8, 10], state: "minecraft:air"}, - {pos: [7, 8, 11], state: "minecraft:air"}, - {pos: [7, 8, 12], state: "minecraft:air"}, - {pos: [7, 8, 13], state: "minecraft:air"}, - {pos: [7, 8, 14], state: "minecraft:air"}, - {pos: [7, 8, 15], state: "minecraft:air"}, - {pos: [7, 8, 16], state: "minecraft:air"}, - {pos: [7, 8, 17], state: "minecraft:air"}, - {pos: [7, 8, 18], state: "minecraft:air"}, - {pos: [7, 8, 19], state: "minecraft:air"}, - {pos: [7, 8, 20], state: "minecraft:air"}, - {pos: [7, 8, 21], state: "minecraft:air"}, - {pos: [7, 8, 22], state: "minecraft:air"}, - {pos: [7, 8, 23], state: "minecraft:air"}, - {pos: [7, 8, 24], state: "minecraft:air"}, - {pos: [7, 8, 25], state: "minecraft:air"}, - {pos: [7, 8, 26], state: "minecraft:air"}, - {pos: [7, 8, 27], state: "minecraft:air"}, - {pos: [7, 8, 28], state: "minecraft:air"}, - {pos: [7, 8, 29], state: "minecraft:air"}, - {pos: [8, 8, 0], state: "minecraft:air"}, - {pos: [8, 8, 1], state: "minecraft:air"}, - {pos: [8, 8, 2], state: "minecraft:air"}, - {pos: [8, 8, 3], state: "minecraft:air"}, - {pos: [8, 8, 4], state: "minecraft:air"}, - {pos: [8, 8, 5], state: "minecraft:air"}, - {pos: [8, 8, 6], state: "minecraft:air"}, - {pos: [8, 8, 7], state: "minecraft:air"}, - {pos: [8, 8, 8], state: "minecraft:air"}, - {pos: [8, 8, 9], state: "minecraft:air"}, - {pos: [8, 8, 10], state: "minecraft:air"}, - {pos: [8, 8, 11], state: "minecraft:air"}, - {pos: [8, 8, 12], state: "minecraft:air"}, - {pos: [8, 8, 13], state: "minecraft:air"}, - {pos: [8, 8, 14], state: "minecraft:air"}, - {pos: [8, 8, 15], state: "minecraft:air"}, - {pos: [8, 8, 16], state: "minecraft:air"}, - {pos: [8, 8, 17], state: "minecraft:air"}, - {pos: [8, 8, 18], state: "minecraft:air"}, - {pos: [8, 8, 19], state: "minecraft:air"}, - {pos: [8, 8, 20], state: "minecraft:air"}, - {pos: [8, 8, 21], state: "minecraft:air"}, - {pos: [8, 8, 22], state: "minecraft:air"}, - {pos: [8, 8, 23], state: "minecraft:air"}, - {pos: [8, 8, 24], state: "minecraft:air"}, - {pos: [8, 8, 25], state: "minecraft:air"}, - {pos: [8, 8, 26], state: "minecraft:air"}, - {pos: [8, 8, 27], state: "minecraft:air"}, - {pos: [8, 8, 28], state: "minecraft:air"}, - {pos: [8, 8, 29], state: "minecraft:air"}, - {pos: [9, 8, 0], state: "minecraft:air"}, - {pos: [9, 8, 1], state: "minecraft:air"}, - {pos: [9, 8, 2], state: "minecraft:air"}, - {pos: [9, 8, 3], state: "minecraft:air"}, - {pos: [9, 8, 4], state: "minecraft:air"}, - {pos: [9, 8, 5], state: "minecraft:air"}, - {pos: [9, 8, 6], state: "minecraft:air"}, - {pos: [9, 8, 7], state: "minecraft:air"}, - {pos: [9, 8, 8], state: "minecraft:air"}, - {pos: [9, 8, 9], state: "minecraft:air"}, - {pos: [9, 8, 10], state: "minecraft:air"}, - {pos: [9, 8, 11], state: "minecraft:air"}, - {pos: [9, 8, 12], state: "minecraft:air"}, - {pos: [9, 8, 13], state: "minecraft:air"}, - {pos: [9, 8, 14], state: "minecraft:air"}, - {pos: [9, 8, 15], state: "minecraft:air"}, - {pos: [9, 8, 16], state: "minecraft:air"}, - {pos: [9, 8, 17], state: "minecraft:air"}, - {pos: [9, 8, 18], state: "minecraft:air"}, - {pos: [9, 8, 19], state: "minecraft:air"}, - {pos: [9, 8, 20], state: "minecraft:air"}, - {pos: [9, 8, 21], state: "minecraft:air"}, - {pos: [9, 8, 22], state: "minecraft:air"}, - {pos: [9, 8, 23], state: "minecraft:air"}, - {pos: [9, 8, 24], state: "minecraft:air"}, - {pos: [9, 8, 25], state: "minecraft:air"}, - {pos: [9, 8, 26], state: "minecraft:air"}, - {pos: [9, 8, 27], state: "minecraft:air"}, - {pos: [9, 8, 28], state: "minecraft:air"}, - {pos: [9, 8, 29], state: "minecraft:air"}, - {pos: [0, 9, 0], state: "minecraft:air"}, - {pos: [0, 9, 1], state: "minecraft:air"}, - {pos: [0, 9, 2], state: "minecraft:air"}, - {pos: [0, 9, 3], state: "minecraft:air"}, - {pos: [0, 9, 4], state: "minecraft:air"}, - {pos: [0, 9, 5], state: "minecraft:air"}, - {pos: [0, 9, 6], state: "minecraft:air"}, - {pos: [0, 9, 7], state: "minecraft:air"}, - {pos: [0, 9, 8], state: "minecraft:air"}, - {pos: [0, 9, 9], state: "minecraft:air"}, - {pos: [0, 9, 10], state: "minecraft:air"}, - {pos: [0, 9, 11], state: "minecraft:air"}, - {pos: [0, 9, 12], state: "minecraft:air"}, - {pos: [0, 9, 13], state: "minecraft:air"}, - {pos: [0, 9, 14], state: "minecraft:air"}, - {pos: [0, 9, 15], state: "minecraft:air"}, - {pos: [0, 9, 16], state: "minecraft:air"}, - {pos: [0, 9, 17], state: "minecraft:air"}, - {pos: [0, 9, 18], state: "minecraft:air"}, - {pos: [0, 9, 19], state: "minecraft:air"}, - {pos: [0, 9, 20], state: "minecraft:air"}, - {pos: [0, 9, 21], state: "minecraft:air"}, - {pos: [0, 9, 22], state: "minecraft:air"}, - {pos: [0, 9, 23], state: "minecraft:air"}, - {pos: [0, 9, 24], state: "minecraft:air"}, - {pos: [0, 9, 25], state: "minecraft:air"}, - {pos: [0, 9, 26], state: "minecraft:air"}, - {pos: [0, 9, 27], state: "minecraft:air"}, - {pos: [0, 9, 28], state: "minecraft:air"}, - {pos: [0, 9, 29], state: "minecraft:air"}, - {pos: [1, 9, 0], state: "minecraft:air"}, - {pos: [1, 9, 1], state: "minecraft:air"}, - {pos: [1, 9, 2], state: "minecraft:air"}, - {pos: [1, 9, 3], state: "minecraft:air"}, - {pos: [1, 9, 4], state: "minecraft:air"}, - {pos: [1, 9, 5], state: "minecraft:air"}, - {pos: [1, 9, 6], state: "minecraft:air"}, - {pos: [1, 9, 7], state: "minecraft:air"}, - {pos: [1, 9, 8], state: "minecraft:air"}, - {pos: [1, 9, 9], state: "minecraft:air"}, - {pos: [1, 9, 10], state: "minecraft:air"}, - {pos: [1, 9, 11], state: "minecraft:air"}, - {pos: [1, 9, 12], state: "minecraft:air"}, - {pos: [1, 9, 13], state: "minecraft:air"}, - {pos: [1, 9, 14], state: "minecraft:air"}, - {pos: [1, 9, 15], state: "minecraft:air"}, - {pos: [1, 9, 16], state: "minecraft:air"}, - {pos: [1, 9, 17], state: "minecraft:air"}, - {pos: [1, 9, 18], state: "minecraft:air"}, - {pos: [1, 9, 19], state: "minecraft:air"}, - {pos: [1, 9, 20], state: "minecraft:air"}, - {pos: [1, 9, 21], state: "minecraft:air"}, - {pos: [1, 9, 22], state: "minecraft:air"}, - {pos: [1, 9, 23], state: "minecraft:air"}, - {pos: [1, 9, 24], state: "minecraft:air"}, - {pos: [1, 9, 25], state: "minecraft:air"}, - {pos: [1, 9, 26], state: "minecraft:air"}, - {pos: [1, 9, 27], state: "minecraft:air"}, - {pos: [1, 9, 28], state: "minecraft:air"}, - {pos: [1, 9, 29], state: "minecraft:air"}, - {pos: [2, 9, 0], state: "minecraft:air"}, - {pos: [2, 9, 1], state: "minecraft:air"}, - {pos: [2, 9, 2], state: "minecraft:air"}, - {pos: [2, 9, 3], state: "minecraft:air"}, - {pos: [2, 9, 4], state: "minecraft:air"}, - {pos: [2, 9, 5], state: "minecraft:air"}, - {pos: [2, 9, 6], state: "minecraft:air"}, - {pos: [2, 9, 7], state: "minecraft:air"}, - {pos: [2, 9, 8], state: "minecraft:air"}, - {pos: [2, 9, 9], state: "minecraft:air"}, - {pos: [2, 9, 10], state: "minecraft:air"}, - {pos: [2, 9, 11], state: "minecraft:air"}, - {pos: [2, 9, 12], state: "minecraft:air"}, - {pos: [2, 9, 13], state: "minecraft:air"}, - {pos: [2, 9, 14], state: "minecraft:air"}, - {pos: [2, 9, 15], state: "minecraft:air"}, - {pos: [2, 9, 16], state: "minecraft:air"}, - {pos: [2, 9, 17], state: "minecraft:air"}, - {pos: [2, 9, 18], state: "minecraft:air"}, - {pos: [2, 9, 19], state: "minecraft:air"}, - {pos: [2, 9, 20], state: "minecraft:air"}, - {pos: [2, 9, 21], state: "minecraft:air"}, - {pos: [2, 9, 22], state: "minecraft:air"}, - {pos: [2, 9, 23], state: "minecraft:air"}, - {pos: [2, 9, 24], state: "minecraft:air"}, - {pos: [2, 9, 25], state: "minecraft:air"}, - {pos: [2, 9, 26], state: "minecraft:air"}, - {pos: [2, 9, 27], state: "minecraft:air"}, - {pos: [2, 9, 28], state: "minecraft:air"}, - {pos: [2, 9, 29], state: "minecraft:air"}, - {pos: [3, 9, 0], state: "minecraft:air"}, - {pos: [3, 9, 1], state: "minecraft:air"}, - {pos: [3, 9, 2], state: "minecraft:air"}, - {pos: [3, 9, 3], state: "minecraft:air"}, - {pos: [3, 9, 4], state: "minecraft:air"}, - {pos: [3, 9, 5], state: "minecraft:air"}, - {pos: [3, 9, 6], state: "minecraft:air"}, - {pos: [3, 9, 7], state: "minecraft:air"}, - {pos: [3, 9, 8], state: "minecraft:air"}, - {pos: [3, 9, 9], state: "minecraft:air"}, - {pos: [3, 9, 10], state: "minecraft:air"}, - {pos: [3, 9, 11], state: "minecraft:air"}, - {pos: [3, 9, 12], state: "minecraft:air"}, - {pos: [3, 9, 13], state: "minecraft:air"}, - {pos: [3, 9, 14], state: "minecraft:air"}, - {pos: [3, 9, 15], state: "minecraft:air"}, - {pos: [3, 9, 16], state: "minecraft:air"}, - {pos: [3, 9, 17], state: "minecraft:air"}, - {pos: [3, 9, 18], state: "minecraft:air"}, - {pos: [3, 9, 19], state: "minecraft:air"}, - {pos: [3, 9, 20], state: "minecraft:air"}, - {pos: [3, 9, 21], state: "minecraft:air"}, - {pos: [3, 9, 22], state: "minecraft:air"}, - {pos: [3, 9, 23], state: "minecraft:air"}, - {pos: [3, 9, 24], state: "minecraft:air"}, - {pos: [3, 9, 25], state: "minecraft:air"}, - {pos: [3, 9, 26], state: "minecraft:air"}, - {pos: [3, 9, 27], state: "minecraft:air"}, - {pos: [3, 9, 28], state: "minecraft:air"}, - {pos: [3, 9, 29], state: "minecraft:air"}, - {pos: [4, 9, 0], state: "minecraft:air"}, - {pos: [4, 9, 1], state: "minecraft:air"}, - {pos: [4, 9, 2], state: "minecraft:air"}, - {pos: [4, 9, 3], state: "minecraft:air"}, - {pos: [4, 9, 4], state: "minecraft:air"}, - {pos: [4, 9, 5], state: "minecraft:air"}, - {pos: [4, 9, 6], state: "minecraft:air"}, - {pos: [4, 9, 7], state: "minecraft:air"}, - {pos: [4, 9, 8], state: "minecraft:air"}, - {pos: [4, 9, 9], state: "minecraft:air"}, - {pos: [4, 9, 10], state: "minecraft:air"}, - {pos: [4, 9, 11], state: "minecraft:air"}, - {pos: [4, 9, 12], state: "minecraft:air"}, - {pos: [4, 9, 13], state: "minecraft:air"}, - {pos: [4, 9, 14], state: "minecraft:air"}, - {pos: [4, 9, 15], state: "minecraft:air"}, - {pos: [4, 9, 16], state: "minecraft:air"}, - {pos: [4, 9, 17], state: "minecraft:air"}, - {pos: [4, 9, 18], state: "minecraft:air"}, - {pos: [4, 9, 19], state: "minecraft:air"}, - {pos: [4, 9, 20], state: "minecraft:air"}, - {pos: [4, 9, 21], state: "minecraft:air"}, - {pos: [4, 9, 22], state: "minecraft:air"}, - {pos: [4, 9, 23], state: "minecraft:air"}, - {pos: [4, 9, 24], state: "minecraft:air"}, - {pos: [4, 9, 25], state: "minecraft:air"}, - {pos: [4, 9, 26], state: "minecraft:air"}, - {pos: [4, 9, 27], state: "minecraft:air"}, - {pos: [4, 9, 28], state: "minecraft:air"}, - {pos: [4, 9, 29], state: "minecraft:air"}, - {pos: [5, 9, 0], state: "minecraft:air"}, - {pos: [5, 9, 1], state: "minecraft:air"}, - {pos: [5, 9, 2], state: "minecraft:air"}, - {pos: [5, 9, 3], state: "minecraft:air"}, - {pos: [5, 9, 4], state: "minecraft:air"}, - {pos: [5, 9, 5], state: "minecraft:air"}, - {pos: [5, 9, 6], state: "minecraft:air"}, - {pos: [5, 9, 7], state: "minecraft:air"}, - {pos: [5, 9, 8], state: "minecraft:air"}, - {pos: [5, 9, 9], state: "minecraft:air"}, - {pos: [5, 9, 10], state: "minecraft:air"}, - {pos: [5, 9, 11], state: "minecraft:air"}, - {pos: [5, 9, 12], state: "minecraft:air"}, - {pos: [5, 9, 13], state: "minecraft:air"}, - {pos: [5, 9, 14], state: "minecraft:air"}, - {pos: [5, 9, 15], state: "minecraft:air"}, - {pos: [5, 9, 16], state: "minecraft:air"}, - {pos: [5, 9, 17], state: "minecraft:air"}, - {pos: [5, 9, 18], state: "minecraft:air"}, - {pos: [5, 9, 19], state: "minecraft:air"}, - {pos: [5, 9, 20], state: "minecraft:air"}, - {pos: [5, 9, 21], state: "minecraft:air"}, - {pos: [5, 9, 22], state: "minecraft:air"}, - {pos: [5, 9, 23], state: "minecraft:air"}, - {pos: [5, 9, 24], state: "minecraft:air"}, - {pos: [5, 9, 25], state: "minecraft:air"}, - {pos: [5, 9, 26], state: "minecraft:air"}, - {pos: [5, 9, 27], state: "minecraft:air"}, - {pos: [5, 9, 28], state: "minecraft:air"}, - {pos: [5, 9, 29], state: "minecraft:air"}, - {pos: [6, 9, 0], state: "minecraft:air"}, - {pos: [6, 9, 1], state: "minecraft:air"}, - {pos: [6, 9, 2], state: "minecraft:air"}, - {pos: [6, 9, 3], state: "minecraft:air"}, - {pos: [6, 9, 4], state: "minecraft:air"}, - {pos: [6, 9, 5], state: "minecraft:air"}, - {pos: [6, 9, 6], state: "minecraft:air"}, - {pos: [6, 9, 7], state: "minecraft:air"}, - {pos: [6, 9, 8], state: "minecraft:air"}, - {pos: [6, 9, 9], state: "minecraft:air"}, - {pos: [6, 9, 10], state: "minecraft:air"}, - {pos: [6, 9, 11], state: "minecraft:air"}, - {pos: [6, 9, 12], state: "minecraft:air"}, - {pos: [6, 9, 13], state: "minecraft:air"}, - {pos: [6, 9, 14], state: "minecraft:air"}, - {pos: [6, 9, 15], state: "minecraft:air"}, - {pos: [6, 9, 16], state: "minecraft:air"}, - {pos: [6, 9, 17], state: "minecraft:air"}, - {pos: [6, 9, 18], state: "minecraft:air"}, - {pos: [6, 9, 19], state: "minecraft:air"}, - {pos: [6, 9, 20], state: "minecraft:air"}, - {pos: [6, 9, 21], state: "minecraft:air"}, - {pos: [6, 9, 22], state: "minecraft:air"}, - {pos: [6, 9, 23], state: "minecraft:air"}, - {pos: [6, 9, 24], state: "minecraft:air"}, - {pos: [6, 9, 25], state: "minecraft:air"}, - {pos: [6, 9, 26], state: "minecraft:air"}, - {pos: [6, 9, 27], state: "minecraft:air"}, - {pos: [6, 9, 28], state: "minecraft:air"}, - {pos: [6, 9, 29], state: "minecraft:air"}, - {pos: [7, 9, 0], state: "minecraft:air"}, - {pos: [7, 9, 1], state: "minecraft:air"}, - {pos: [7, 9, 2], state: "minecraft:air"}, - {pos: [7, 9, 3], state: "minecraft:air"}, - {pos: [7, 9, 4], state: "minecraft:air"}, - {pos: [7, 9, 5], state: "minecraft:air"}, - {pos: [7, 9, 6], state: "minecraft:air"}, - {pos: [7, 9, 7], state: "minecraft:air"}, - {pos: [7, 9, 8], state: "minecraft:air"}, - {pos: [7, 9, 9], state: "minecraft:air"}, - {pos: [7, 9, 10], state: "minecraft:air"}, - {pos: [7, 9, 11], state: "minecraft:air"}, - {pos: [7, 9, 12], state: "minecraft:air"}, - {pos: [7, 9, 13], state: "minecraft:air"}, - {pos: [7, 9, 14], state: "minecraft:air"}, - {pos: [7, 9, 15], state: "minecraft:air"}, - {pos: [7, 9, 16], state: "minecraft:air"}, - {pos: [7, 9, 17], state: "minecraft:air"}, - {pos: [7, 9, 18], state: "minecraft:air"}, - {pos: [7, 9, 19], state: "minecraft:air"}, - {pos: [7, 9, 20], state: "minecraft:air"}, - {pos: [7, 9, 21], state: "minecraft:air"}, - {pos: [7, 9, 22], state: "minecraft:air"}, - {pos: [7, 9, 23], state: "minecraft:air"}, - {pos: [7, 9, 24], state: "minecraft:air"}, - {pos: [7, 9, 25], state: "minecraft:air"}, - {pos: [7, 9, 26], state: "minecraft:air"}, - {pos: [7, 9, 27], state: "minecraft:air"}, - {pos: [7, 9, 28], state: "minecraft:air"}, - {pos: [7, 9, 29], state: "minecraft:air"}, - {pos: [8, 9, 0], state: "minecraft:air"}, - {pos: [8, 9, 1], state: "minecraft:air"}, - {pos: [8, 9, 2], state: "minecraft:air"}, - {pos: [8, 9, 3], state: "minecraft:air"}, - {pos: [8, 9, 4], state: "minecraft:air"}, - {pos: [8, 9, 5], state: "minecraft:air"}, - {pos: [8, 9, 6], state: "minecraft:air"}, - {pos: [8, 9, 7], state: "minecraft:air"}, - {pos: [8, 9, 8], state: "minecraft:air"}, - {pos: [8, 9, 9], state: "minecraft:air"}, - {pos: [8, 9, 10], state: "minecraft:air"}, - {pos: [8, 9, 11], state: "minecraft:air"}, - {pos: [8, 9, 12], state: "minecraft:air"}, - {pos: [8, 9, 13], state: "minecraft:air"}, - {pos: [8, 9, 14], state: "minecraft:air"}, - {pos: [8, 9, 15], state: "minecraft:air"}, - {pos: [8, 9, 16], state: "minecraft:air"}, - {pos: [8, 9, 17], state: "minecraft:air"}, - {pos: [8, 9, 18], state: "minecraft:air"}, - {pos: [8, 9, 19], state: "minecraft:air"}, - {pos: [8, 9, 20], state: "minecraft:air"}, - {pos: [8, 9, 21], state: "minecraft:air"}, - {pos: [8, 9, 22], state: "minecraft:air"}, - {pos: [8, 9, 23], state: "minecraft:air"}, - {pos: [8, 9, 24], state: "minecraft:air"}, - {pos: [8, 9, 25], state: "minecraft:air"}, - {pos: [8, 9, 26], state: "minecraft:air"}, - {pos: [8, 9, 27], state: "minecraft:air"}, - {pos: [8, 9, 28], state: "minecraft:air"}, - {pos: [8, 9, 29], state: "minecraft:air"}, - {pos: [9, 9, 0], state: "minecraft:air"}, - {pos: [9, 9, 1], state: "minecraft:air"}, - {pos: [9, 9, 2], state: "minecraft:air"}, - {pos: [9, 9, 3], state: "minecraft:air"}, - {pos: [9, 9, 4], state: "minecraft:air"}, - {pos: [9, 9, 5], state: "minecraft:air"}, - {pos: [9, 9, 6], state: "minecraft:air"}, - {pos: [9, 9, 7], state: "minecraft:air"}, - {pos: [9, 9, 8], state: "minecraft:air"}, - {pos: [9, 9, 9], state: "minecraft:air"}, - {pos: [9, 9, 10], state: "minecraft:air"}, - {pos: [9, 9, 11], state: "minecraft:air"}, - {pos: [9, 9, 12], state: "minecraft:air"}, - {pos: [9, 9, 13], state: "minecraft:air"}, - {pos: [9, 9, 14], state: "minecraft:air"}, - {pos: [9, 9, 15], state: "minecraft:air"}, - {pos: [9, 9, 16], state: "minecraft:air"}, - {pos: [9, 9, 17], state: "minecraft:air"}, - {pos: [9, 9, 18], state: "minecraft:air"}, - {pos: [9, 9, 19], state: "minecraft:air"}, - {pos: [9, 9, 20], state: "minecraft:air"}, - {pos: [9, 9, 21], state: "minecraft:air"}, - {pos: [9, 9, 22], state: "minecraft:air"}, - {pos: [9, 9, 23], state: "minecraft:air"}, - {pos: [9, 9, 24], state: "minecraft:air"}, - {pos: [9, 9, 25], state: "minecraft:air"}, - {pos: [9, 9, 26], state: "minecraft:air"}, - {pos: [9, 9, 27], state: "minecraft:air"}, - {pos: [9, 9, 28], state: "minecraft:air"}, - {pos: [9, 9, 29], state: "minecraft:air"} - ], - entities: [ - {blockPos: [5, 1, 4], pos: [5.5d, 1.0625d, 4.5d], nbt: {Air: 300s, FallDistance: 0.0f, Fire: -1s, Invulnerable: 0b, Items: [], Motion: [0.0d, 0.0d, 0.0d], OnGround: 0b, PortalCooldown: 0, Pos: [110.5d, 3.0625d, 349.5d], Rotation: [0.0f, 0.0f], UUID: [I; -829100678, 314196679, -1614152446, 1460676157], id: "minecraft:chest_minecart"}}, - {blockPos: [6, 1, 3], pos: [6.5d, 1.0625d, 3.5d], nbt: {Air: 300s, FallDistance: 0.0f, Fire: -1s, Invulnerable: 0b, Items: [{Count: 32b, Slot: 21b, id: "minecraft:red_terracotta"}], Motion: [0.0d, 0.0d, 0.0d], OnGround: 0b, PortalCooldown: 0, Pos: [111.5d, 3.0625d, 348.5d], Rotation: [0.0f, 0.0f], UUID: [I; -856717499, -1687272785, -1325249037, 827500073], id: "minecraft:chest_minecart"}} - ], - palette: [ - "minecraft:blue_concrete", - "minecraft:red_terracotta", - "minecraft:redstone_block", - "minecraft:glass", - "minecraft:observer{facing:north,powered:false}", - "minecraft:emerald_block", - "minecraft:sticky_piston{extended:false,facing:west}", - "minecraft:note_block{instrument:bit,note:0,powered:false}", - "minecraft:air", - "minecraft:rail{shape:south_east,waterlogged:false}", - "minecraft:rail{shape:north_south,waterlogged:false}", - "minecraft:rail{shape:north_east,waterlogged:false}", - "minecraft:rail{shape:east_west,waterlogged:false}", - "minecraft:powered_rail{powered:false,shape:north_south,waterlogged:false}", - "minecraft:powered_rail{powered:true,shape:north_south,waterlogged:false}", - "minecraft:rail{shape:north_west,waterlogged:false}", - "minecraft:rail{shape:ascending_south,waterlogged:false}", - "minecraft:hopper{enabled:true,facing:west}", - "minecraft:comparator{facing:north,mode:compare,powered:false}" - ] -} diff --git a/testserver/gameteststructures/test_redstone.hopper_transfer_speed.snbt b/testserver/gameteststructures/test_redstone.hopper_transfer_speed.snbt deleted file mode 100644 index f385e39c6..000000000 --- a/testserver/gameteststructures/test_redstone.hopper_transfer_speed.snbt +++ /dev/null @@ -1,750 +0,0 @@ -{ - DataVersion: 3117, - size: [7, 5, 20], - data: [ - {pos: [0, 0, 0], state: "minecraft:yellow_concrete"}, - {pos: [0, 0, 1], state: "minecraft:yellow_concrete"}, - {pos: [0, 0, 2], state: "minecraft:yellow_concrete"}, - {pos: [0, 0, 3], state: "minecraft:yellow_concrete"}, - {pos: [0, 0, 4], state: "minecraft:yellow_concrete"}, - {pos: [0, 0, 5], state: "minecraft:yellow_concrete"}, - {pos: [0, 0, 6], state: "minecraft:air"}, - {pos: [0, 0, 7], state: "minecraft:air"}, - {pos: [0, 0, 8], state: "minecraft:yellow_concrete"}, - {pos: [0, 0, 9], state: "minecraft:yellow_concrete"}, - {pos: [0, 0, 10], state: "minecraft:yellow_concrete"}, - {pos: [0, 0, 11], state: "minecraft:yellow_concrete"}, - {pos: [0, 0, 12], state: "minecraft:yellow_concrete"}, - {pos: [0, 0, 13], state: "minecraft:yellow_concrete"}, - {pos: [0, 0, 14], state: "minecraft:air"}, - {pos: [0, 0, 15], state: "minecraft:air"}, - {pos: [0, 0, 16], state: "minecraft:yellow_concrete"}, - {pos: [0, 0, 17], state: "minecraft:yellow_concrete"}, - {pos: [0, 0, 18], state: "minecraft:yellow_concrete"}, - {pos: [0, 0, 19], state: "minecraft:yellow_concrete"}, - {pos: [1, 0, 0], state: "minecraft:yellow_concrete"}, - {pos: [1, 0, 1], state: "minecraft:yellow_concrete"}, - {pos: [1, 0, 2], state: "minecraft:yellow_concrete"}, - {pos: [1, 0, 3], state: "minecraft:yellow_concrete"}, - {pos: [1, 0, 4], state: "minecraft:yellow_concrete"}, - {pos: [1, 0, 5], state: "minecraft:yellow_concrete"}, - {pos: [1, 0, 6], state: "minecraft:air"}, - {pos: [1, 0, 7], state: "minecraft:red_wool"}, - {pos: [1, 0, 8], state: "minecraft:yellow_concrete"}, - {pos: [1, 0, 9], state: "minecraft:yellow_concrete"}, - {pos: [1, 0, 10], state: "minecraft:yellow_concrete"}, - {pos: [1, 0, 11], state: "minecraft:yellow_concrete"}, - {pos: [1, 0, 12], state: "minecraft:yellow_concrete"}, - {pos: [1, 0, 13], state: "minecraft:yellow_concrete"}, - {pos: [1, 0, 14], state: "minecraft:green_wool"}, - {pos: [1, 0, 15], state: "minecraft:air"}, - {pos: [1, 0, 16], state: "minecraft:yellow_concrete"}, - {pos: [1, 0, 17], state: "minecraft:yellow_concrete"}, - {pos: [1, 0, 18], state: "minecraft:yellow_concrete"}, - {pos: [1, 0, 19], state: "minecraft:yellow_concrete"}, - {pos: [2, 0, 0], state: "minecraft:yellow_concrete"}, - {pos: [2, 0, 1], state: "minecraft:yellow_concrete"}, - {pos: [2, 0, 2], state: "minecraft:yellow_concrete"}, - {pos: [2, 0, 3], state: "minecraft:yellow_concrete"}, - {pos: [2, 0, 4], state: "minecraft:yellow_concrete"}, - {pos: [2, 0, 5], state: "minecraft:yellow_concrete"}, - {pos: [2, 0, 6], state: "minecraft:air"}, - {pos: [2, 0, 7], state: "minecraft:air"}, - {pos: [2, 0, 8], state: "minecraft:yellow_concrete"}, - {pos: [2, 0, 9], state: "minecraft:yellow_concrete"}, - {pos: [2, 0, 10], state: "minecraft:yellow_concrete"}, - {pos: [2, 0, 11], state: "minecraft:yellow_concrete"}, - {pos: [2, 0, 12], state: "minecraft:yellow_concrete"}, - {pos: [2, 0, 13], state: "minecraft:yellow_concrete"}, - {pos: [2, 0, 14], state: "minecraft:air"}, - {pos: [2, 0, 15], state: "minecraft:air"}, - {pos: [2, 0, 16], state: "minecraft:yellow_concrete"}, - {pos: [2, 0, 17], state: "minecraft:yellow_concrete"}, - {pos: [2, 0, 18], state: "minecraft:yellow_concrete"}, - {pos: [2, 0, 19], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 0], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 1], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 2], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 3], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 4], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 5], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 6], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 7], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 8], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 9], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 10], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 11], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 12], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 13], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 14], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 15], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 16], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 17], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 18], state: "minecraft:yellow_concrete"}, - {pos: [3, 0, 19], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 0], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 1], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 2], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 3], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 4], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 5], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 6], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 7], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 8], state: "minecraft:air"}, - {pos: [4, 0, 9], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 10], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 11], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 12], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 13], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 14], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 15], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 16], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 17], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 18], state: "minecraft:yellow_concrete"}, - {pos: [4, 0, 19], state: "minecraft:yellow_concrete"}, - {pos: [5, 0, 0], state: "minecraft:yellow_concrete"}, - {pos: [5, 0, 1], state: "minecraft:yellow_concrete"}, - {pos: [5, 0, 2], state: "minecraft:yellow_concrete"}, - {pos: [5, 0, 3], state: "minecraft:yellow_concrete"}, - {pos: [5, 0, 4], state: "minecraft:yellow_concrete"}, - {pos: [5, 0, 5], state: "minecraft:yellow_concrete"}, - {pos: [5, 0, 6], state: "minecraft:air"}, - {pos: [5, 0, 7], state: "minecraft:red_wool"}, - {pos: [5, 0, 8], state: "minecraft:air"}, - {pos: [5, 0, 9], state: "minecraft:yellow_concrete"}, - {pos: [5, 0, 10], state: "minecraft:yellow_concrete"}, - {pos: [5, 0, 11], state: "minecraft:yellow_concrete"}, - {pos: [5, 0, 12], state: "minecraft:yellow_concrete"}, - {pos: [5, 0, 13], state: "minecraft:yellow_concrete"}, - {pos: [5, 0, 14], state: "minecraft:yellow_concrete"}, - {pos: [5, 0, 15], state: "minecraft:yellow_concrete"}, - {pos: [5, 0, 16], state: "minecraft:yellow_concrete"}, - {pos: [5, 0, 17], state: "minecraft:yellow_concrete"}, - {pos: [5, 0, 18], state: "minecraft:yellow_concrete"}, - {pos: [5, 0, 19], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 0], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 1], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 2], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 3], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 4], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 5], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 6], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 7], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 8], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 9], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 10], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 11], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 12], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 13], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 14], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 15], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 16], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 17], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 18], state: "minecraft:yellow_concrete"}, - {pos: [6, 0, 19], state: "minecraft:yellow_concrete"}, - {pos: [0, 1, 0], state: "minecraft:air"}, - {pos: [0, 1, 1], state: "minecraft:air"}, - {pos: [0, 1, 2], state: "minecraft:air"}, - {pos: [0, 1, 3], state: "minecraft:air"}, - {pos: [0, 1, 4], state: "minecraft:air"}, - {pos: [0, 1, 5], state: "minecraft:air"}, - {pos: [0, 1, 6], state: "minecraft:air"}, - {pos: [0, 1, 7], state: "minecraft:air"}, - {pos: [0, 1, 8], state: "minecraft:air"}, - {pos: [0, 1, 9], state: "minecraft:air"}, - {pos: [0, 1, 10], state: "minecraft:comparator{facing:east,mode:compare,powered:false}", nbt: {OutputSignal: 0, id: "minecraft:comparator"}}, - {pos: [0, 1, 11], state: "minecraft:air"}, - {pos: [0, 1, 12], state: "minecraft:air"}, - {pos: [0, 1, 13], state: "minecraft:air"}, - {pos: [0, 1, 14], state: "minecraft:air"}, - {pos: [0, 1, 15], state: "minecraft:air"}, - {pos: [0, 1, 16], state: "minecraft:air"}, - {pos: [0, 1, 17], state: "minecraft:air"}, - {pos: [0, 1, 18], state: "minecraft:air"}, - {pos: [0, 1, 19], state: "minecraft:air"}, - {pos: [1, 1, 0], state: "minecraft:air"}, - {pos: [1, 1, 1], state: "minecraft:air"}, - {pos: [1, 1, 2], state: "minecraft:air"}, - {pos: [1, 1, 3], state: "minecraft:air"}, - {pos: [1, 1, 4], state: "minecraft:air"}, - {pos: [1, 1, 5], state: "minecraft:air"}, - {pos: [1, 1, 6], state: "minecraft:air"}, - {pos: [1, 1, 7], state: "minecraft:note_block{instrument:guitar,note:0,powered:false}"}, - {pos: [1, 1, 8], state: "minecraft:comparator{facing:south,mode:compare,powered:false}", nbt: {OutputSignal: 0, id: "minecraft:comparator"}}, - {pos: [1, 1, 9], state: "minecraft:white_concrete"}, - {pos: [1, 1, 10], state: "minecraft:dropper{facing:south,triggered:false}", nbt: {Items: [], id: "minecraft:dropper"}}, - {pos: [1, 1, 11], state: "minecraft:comparator{facing:north,mode:compare,powered:false}", nbt: {OutputSignal: 0, id: "minecraft:comparator"}}, - {pos: [1, 1, 12], state: "minecraft:repeater{delay:2,facing:north,locked:false,powered:false}"}, - {pos: [1, 1, 13], state: "minecraft:repeater{delay:1,facing:north,locked:false,powered:false}"}, - {pos: [1, 1, 14], state: "minecraft:note_block{instrument:guitar,note:0,powered:false}"}, - {pos: [1, 1, 15], state: "minecraft:air"}, - {pos: [1, 1, 16], state: "minecraft:air"}, - {pos: [1, 1, 17], state: "minecraft:air"}, - {pos: [1, 1, 18], state: "minecraft:air"}, - {pos: [1, 1, 19], state: "minecraft:air"}, - {pos: [2, 1, 0], state: "minecraft:white_concrete"}, - {pos: [2, 1, 1], state: "minecraft:white_concrete"}, - {pos: [2, 1, 2], state: "minecraft:white_concrete"}, - {pos: [2, 1, 3], state: "minecraft:air"}, - {pos: [2, 1, 4], state: "minecraft:air"}, - {pos: [2, 1, 5], state: "minecraft:air"}, - {pos: [2, 1, 6], state: "minecraft:air"}, - {pos: [2, 1, 7], state: "minecraft:air"}, - {pos: [2, 1, 8], state: "minecraft:repeater{delay:1,facing:east,locked:false,powered:false}"}, - {pos: [2, 1, 9], state: "minecraft:air"}, - {pos: [2, 1, 10], state: "minecraft:air"}, - {pos: [2, 1, 11], state: "minecraft:air"}, - {pos: [2, 1, 12], state: "minecraft:repeater{delay:1,facing:east,locked:false,powered:false}"}, - {pos: [2, 1, 13], state: "minecraft:air"}, - {pos: [2, 1, 14], state: "minecraft:air"}, - {pos: [2, 1, 15], state: "minecraft:air"}, - {pos: [2, 1, 16], state: "minecraft:air"}, - {pos: [2, 1, 17], state: "minecraft:air"}, - {pos: [2, 1, 18], state: "minecraft:air"}, - {pos: [2, 1, 19], state: "minecraft:air"}, - {pos: [3, 1, 0], state: "minecraft:white_concrete"}, - {pos: [3, 1, 1], state: "minecraft:air"}, - {pos: [3, 1, 2], state: "minecraft:air"}, - {pos: [3, 1, 3], state: "minecraft:air"}, - {pos: [3, 1, 4], state: "minecraft:air"}, - {pos: [3, 1, 5], state: "minecraft:air"}, - {pos: [3, 1, 6], state: "minecraft:air"}, - {pos: [3, 1, 7], state: "minecraft:white_concrete"}, - {pos: [3, 1, 8], state: "minecraft:white_concrete"}, - {pos: [3, 1, 9], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [3, 1, 10], state: "minecraft:redstone_wire{east:side,north:side,power:0,south:side,west:none}"}, - {pos: [3, 1, 11], state: "minecraft:repeater{delay:2,facing:north,locked:false,powered:false}"}, - {pos: [3, 1, 12], state: "minecraft:white_concrete"}, - {pos: [3, 1, 13], state: "minecraft:air"}, - {pos: [3, 1, 14], state: "minecraft:air"}, - {pos: [3, 1, 15], state: "minecraft:air"}, - {pos: [3, 1, 16], state: "minecraft:air"}, - {pos: [3, 1, 17], state: "minecraft:air"}, - {pos: [3, 1, 18], state: "minecraft:air"}, - {pos: [3, 1, 19], state: "minecraft:air"}, - {pos: [4, 1, 0], state: "minecraft:white_concrete"}, - {pos: [4, 1, 1], state: "minecraft:air"}, - {pos: [4, 1, 2], state: "minecraft:air"}, - {pos: [4, 1, 3], state: "minecraft:white_concrete"}, - {pos: [4, 1, 4], state: "minecraft:white_concrete"}, - {pos: [4, 1, 5], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [4, 1, 6], state: "minecraft:repeater{delay:1,facing:north,locked:false,powered:false}"}, - {pos: [4, 1, 7], state: "minecraft:repeater{delay:2,facing:west,locked:false,powered:false}"}, - {pos: [4, 1, 8], state: "minecraft:air"}, - {pos: [4, 1, 9], state: "minecraft:air"}, - {pos: [4, 1, 10], state: "minecraft:redstone_wire{east:side,north:none,power:0,south:none,west:side}"}, - {pos: [4, 1, 11], state: "minecraft:air"}, - {pos: [4, 1, 12], state: "minecraft:air"}, - {pos: [4, 1, 13], state: "minecraft:air"}, - {pos: [4, 1, 14], state: "minecraft:air"}, - {pos: [4, 1, 15], state: "minecraft:air"}, - {pos: [4, 1, 16], state: "minecraft:air"}, - {pos: [4, 1, 17], state: "minecraft:air"}, - {pos: [4, 1, 18], state: "minecraft:air"}, - {pos: [4, 1, 19], state: "minecraft:air"}, - {pos: [5, 1, 0], state: "minecraft:white_concrete"}, - {pos: [5, 1, 1], state: "minecraft:white_concrete"}, - {pos: [5, 1, 2], state: "minecraft:white_concrete"}, - {pos: [5, 1, 3], state: "minecraft:white_concrete"}, - {pos: [5, 1, 4], state: "minecraft:air"}, - {pos: [5, 1, 5], state: "minecraft:air"}, - {pos: [5, 1, 6], state: "minecraft:air"}, - {pos: [5, 1, 7], state: "minecraft:note_block{instrument:guitar,note:0,powered:false}"}, - {pos: [5, 1, 8], state: "minecraft:air"}, - {pos: [5, 1, 9], state: "minecraft:air"}, - {pos: [5, 1, 10], state: "minecraft:redstone_wire{east:side,north:none,power:0,south:none,west:side}"}, - {pos: [5, 1, 11], state: "minecraft:air"}, - {pos: [5, 1, 12], state: "minecraft:air"}, - {pos: [5, 1, 13], state: "minecraft:air"}, - {pos: [5, 1, 14], state: "minecraft:air"}, - {pos: [5, 1, 15], state: "minecraft:air"}, - {pos: [5, 1, 16], state: "minecraft:air"}, - {pos: [5, 1, 17], state: "minecraft:air"}, - {pos: [5, 1, 18], state: "minecraft:air"}, - {pos: [5, 1, 19], state: "minecraft:air"}, - {pos: [6, 1, 0], state: "minecraft:air"}, - {pos: [6, 1, 1], state: "minecraft:repeater{delay:4,facing:north,locked:false,powered:false}"}, - {pos: [6, 1, 2], state: "minecraft:repeater{delay:4,facing:north,locked:false,powered:false}"}, - {pos: [6, 1, 3], state: "minecraft:repeater{delay:4,facing:north,locked:false,powered:false}"}, - {pos: [6, 1, 4], state: "minecraft:repeater{delay:4,facing:north,locked:false,powered:false}"}, - {pos: [6, 1, 5], state: "minecraft:repeater{delay:4,facing:north,locked:false,powered:false}"}, - {pos: [6, 1, 6], state: "minecraft:repeater{delay:4,facing:north,locked:false,powered:false}"}, - {pos: [6, 1, 7], state: "minecraft:repeater{delay:4,facing:north,locked:false,powered:false}"}, - {pos: [6, 1, 8], state: "minecraft:repeater{delay:4,facing:north,locked:false,powered:false}"}, - {pos: [6, 1, 9], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [6, 1, 10], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:none,west:side}"}, - {pos: [6, 1, 11], state: "minecraft:air"}, - {pos: [6, 1, 12], state: "minecraft:air"}, - {pos: [6, 1, 13], state: "minecraft:air"}, - {pos: [6, 1, 14], state: "minecraft:air"}, - {pos: [6, 1, 15], state: "minecraft:air"}, - {pos: [6, 1, 16], state: "minecraft:air"}, - {pos: [6, 1, 17], state: "minecraft:air"}, - {pos: [6, 1, 18], state: "minecraft:air"}, - {pos: [6, 1, 19], state: "minecraft:air"}, - {pos: [0, 2, 0], state: "minecraft:air"}, - {pos: [0, 2, 1], state: "minecraft:air"}, - {pos: [0, 2, 2], state: "minecraft:air"}, - {pos: [0, 2, 3], state: "minecraft:air"}, - {pos: [0, 2, 4], state: "minecraft:air"}, - {pos: [0, 2, 5], state: "minecraft:air"}, - {pos: [0, 2, 6], state: "minecraft:air"}, - {pos: [0, 2, 7], state: "minecraft:air"}, - {pos: [0, 2, 8], state: "minecraft:air"}, - {pos: [0, 2, 9], state: "minecraft:air"}, - {pos: [0, 2, 10], state: "minecraft:air"}, - {pos: [0, 2, 11], state: "minecraft:air"}, - {pos: [0, 2, 12], state: "minecraft:air"}, - {pos: [0, 2, 13], state: "minecraft:air"}, - {pos: [0, 2, 14], state: "minecraft:air"}, - {pos: [0, 2, 15], state: "minecraft:air"}, - {pos: [0, 2, 16], state: "minecraft:air"}, - {pos: [0, 2, 17], state: "minecraft:air"}, - {pos: [0, 2, 18], state: "minecraft:air"}, - {pos: [0, 2, 19], state: "minecraft:air"}, - {pos: [1, 2, 0], state: "minecraft:air"}, - {pos: [1, 2, 1], state: "minecraft:air"}, - {pos: [1, 2, 2], state: "minecraft:air"}, - {pos: [1, 2, 3], state: "minecraft:air"}, - {pos: [1, 2, 4], state: "minecraft:air"}, - {pos: [1, 2, 5], state: "minecraft:air"}, - {pos: [1, 2, 6], state: "minecraft:air"}, - {pos: [1, 2, 7], state: "minecraft:air"}, - {pos: [1, 2, 8], state: "minecraft:air"}, - {pos: [1, 2, 9], state: "minecraft:air"}, - {pos: [1, 2, 10], state: "minecraft:hopper{enabled:true,facing:down}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [1, 2, 11], state: "minecraft:air"}, - {pos: [1, 2, 12], state: "minecraft:air"}, - {pos: [1, 2, 13], state: "minecraft:air"}, - {pos: [1, 2, 14], state: "minecraft:air"}, - {pos: [1, 2, 15], state: "minecraft:air"}, - {pos: [1, 2, 16], state: "minecraft:air"}, - {pos: [1, 2, 17], state: "minecraft:air"}, - {pos: [1, 2, 18], state: "minecraft:air"}, - {pos: [1, 2, 19], state: "minecraft:air"}, - {pos: [2, 2, 0], state: "minecraft:white_concrete"}, - {pos: [2, 2, 1], state: "minecraft:repeater{delay:3,facing:south,locked:false,powered:false}"}, - {pos: [2, 2, 2], state: "minecraft:repeater{delay:3,facing:south,locked:false,powered:false}"}, - {pos: [2, 2, 3], state: "minecraft:red_terracotta"}, - {pos: [2, 2, 4], state: "minecraft:dropper{facing:up,triggered:false}", nbt: {Items: [{Count: 64b, Slot: 0b, id: "minecraft:white_concrete"}], id: "minecraft:dropper"}}, - {pos: [2, 2, 5], state: "minecraft:air"}, - {pos: [2, 2, 6], state: "minecraft:air"}, - {pos: [2, 2, 7], state: "minecraft:white_concrete"}, - {pos: [2, 2, 8], state: "minecraft:air"}, - {pos: [2, 2, 9], state: "minecraft:air"}, - {pos: [2, 2, 10], state: "minecraft:air"}, - {pos: [2, 2, 11], state: "minecraft:air"}, - {pos: [2, 2, 12], state: "minecraft:air"}, - {pos: [2, 2, 13], state: "minecraft:air"}, - {pos: [2, 2, 14], state: "minecraft:air"}, - {pos: [2, 2, 15], state: "minecraft:air"}, - {pos: [2, 2, 16], state: "minecraft:air"}, - {pos: [2, 2, 17], state: "minecraft:air"}, - {pos: [2, 2, 18], state: "minecraft:air"}, - {pos: [2, 2, 19], state: "minecraft:air"}, - {pos: [3, 2, 0], state: "minecraft:repeater{delay:3,facing:west,locked:false,powered:false}"}, - {pos: [3, 2, 1], state: "minecraft:air"}, - {pos: [3, 2, 2], state: "minecraft:air"}, - {pos: [3, 2, 3], state: "minecraft:air"}, - {pos: [3, 2, 4], state: "minecraft:air"}, - {pos: [3, 2, 5], state: "minecraft:air"}, - {pos: [3, 2, 6], state: "minecraft:air"}, - {pos: [3, 2, 7], state: "minecraft:redstone_wire{east:side,north:side,power:0,south:side,west:side}"}, - {pos: [3, 2, 8], state: "minecraft:air"}, - {pos: [3, 2, 9], state: "minecraft:air"}, - {pos: [3, 2, 10], state: "minecraft:air"}, - {pos: [3, 2, 11], state: "minecraft:air"}, - {pos: [3, 2, 12], state: "minecraft:command_block{conditional:false,facing:up}", nbt: {Command: "time query gametime", CustomName: '{"text":"@"}', LastExecution: 1964627L, LastOutput: '{"extra":[{"translate":"commands.time.query","with":["1964627"]}],"text":"[20:05:14] "}', SuccessCount: 1, TrackOutput: 1b, UpdateLastExecution: 1b, auto: 0b, conditionMet: 1b, id: "minecraft:command_block", powered: 0b}}, - {pos: [3, 2, 13], state: "minecraft:air"}, - {pos: [3, 2, 14], state: "minecraft:air"}, - {pos: [3, 2, 15], state: "minecraft:air"}, - {pos: [3, 2, 16], state: "minecraft:air"}, - {pos: [3, 2, 17], state: "minecraft:air"}, - {pos: [3, 2, 18], state: "minecraft:air"}, - {pos: [3, 2, 19], state: "minecraft:air"}, - {pos: [4, 2, 0], state: "minecraft:repeater{delay:3,facing:west,locked:false,powered:false}"}, - {pos: [4, 2, 1], state: "minecraft:air"}, - {pos: [4, 2, 2], state: "minecraft:air"}, - {pos: [4, 2, 3], state: "minecraft:redstone_wire{east:up,north:none,power:0,south:side,west:none}"}, - {pos: [4, 2, 4], state: "minecraft:repeater{delay:1,facing:north,locked:false,powered:false}"}, - {pos: [4, 2, 5], state: "minecraft:white_concrete"}, - {pos: [4, 2, 6], state: "minecraft:white_concrete"}, - {pos: [4, 2, 7], state: "minecraft:white_concrete"}, - {pos: [4, 2, 8], state: "minecraft:air"}, - {pos: [4, 2, 9], state: "minecraft:air"}, - {pos: [4, 2, 10], state: "minecraft:air"}, - {pos: [4, 2, 11], state: "minecraft:air"}, - {pos: [4, 2, 12], state: "minecraft:air"}, - {pos: [4, 2, 13], state: "minecraft:air"}, - {pos: [4, 2, 14], state: "minecraft:air"}, - {pos: [4, 2, 15], state: "minecraft:air"}, - {pos: [4, 2, 16], state: "minecraft:air"}, - {pos: [4, 2, 17], state: "minecraft:air"}, - {pos: [4, 2, 18], state: "minecraft:air"}, - {pos: [4, 2, 19], state: "minecraft:air"}, - {pos: [5, 2, 0], state: "minecraft:white_concrete"}, - {pos: [5, 2, 1], state: "minecraft:repeater{delay:3,facing:north,locked:false,powered:false}"}, - {pos: [5, 2, 2], state: "minecraft:repeater{delay:2,facing:north,locked:false,powered:false}"}, - {pos: [5, 2, 3], state: "minecraft:white_concrete"}, - {pos: [5, 2, 4], state: "minecraft:air"}, - {pos: [5, 2, 5], state: "minecraft:white_concrete"}, - {pos: [5, 2, 6], state: "minecraft:air"}, - {pos: [5, 2, 7], state: "minecraft:white_concrete"}, - {pos: [5, 2, 8], state: "minecraft:air"}, - {pos: [5, 2, 9], state: "minecraft:air"}, - {pos: [5, 2, 10], state: "minecraft:air"}, - {pos: [5, 2, 11], state: "minecraft:air"}, - {pos: [5, 2, 12], state: "minecraft:air"}, - {pos: [5, 2, 13], state: "minecraft:air"}, - {pos: [5, 2, 14], state: "minecraft:air"}, - {pos: [5, 2, 15], state: "minecraft:air"}, - {pos: [5, 2, 16], state: "minecraft:air"}, - {pos: [5, 2, 17], state: "minecraft:air"}, - {pos: [5, 2, 18], state: "minecraft:air"}, - {pos: [5, 2, 19], state: "minecraft:air"}, - {pos: [6, 2, 0], state: "minecraft:redstone_block"}, - {pos: [6, 2, 1], state: "minecraft:air"}, - {pos: [6, 2, 2], state: "minecraft:air"}, - {pos: [6, 2, 3], state: "minecraft:air"}, - {pos: [6, 2, 4], state: "minecraft:air"}, - {pos: [6, 2, 5], state: "minecraft:white_concrete"}, - {pos: [6, 2, 6], state: "minecraft:white_concrete"}, - {pos: [6, 2, 7], state: "minecraft:white_concrete"}, - {pos: [6, 2, 8], state: "minecraft:red_wool"}, - {pos: [6, 2, 9], state: "minecraft:air"}, - {pos: [6, 2, 10], state: "minecraft:air"}, - {pos: [6, 2, 11], state: "minecraft:air"}, - {pos: [6, 2, 12], state: "minecraft:air"}, - {pos: [6, 2, 13], state: "minecraft:air"}, - {pos: [6, 2, 14], state: "minecraft:air"}, - {pos: [6, 2, 15], state: "minecraft:air"}, - {pos: [6, 2, 16], state: "minecraft:air"}, - {pos: [6, 2, 17], state: "minecraft:air"}, - {pos: [6, 2, 18], state: "minecraft:air"}, - {pos: [6, 2, 19], state: "minecraft:air"}, - {pos: [0, 3, 0], state: "minecraft:air"}, - {pos: [0, 3, 1], state: "minecraft:air"}, - {pos: [0, 3, 2], state: "minecraft:air"}, - {pos: [0, 3, 3], state: "minecraft:air"}, - {pos: [0, 3, 4], state: "minecraft:air"}, - {pos: [0, 3, 5], state: "minecraft:air"}, - {pos: [0, 3, 6], state: "minecraft:air"}, - {pos: [0, 3, 7], state: "minecraft:air"}, - {pos: [0, 3, 8], state: "minecraft:air"}, - {pos: [0, 3, 9], state: "minecraft:air"}, - {pos: [0, 3, 10], state: "minecraft:air"}, - {pos: [0, 3, 11], state: "minecraft:air"}, - {pos: [0, 3, 12], state: "minecraft:air"}, - {pos: [0, 3, 13], state: "minecraft:air"}, - {pos: [0, 3, 14], state: "minecraft:air"}, - {pos: [0, 3, 15], state: "minecraft:air"}, - {pos: [0, 3, 16], state: "minecraft:air"}, - {pos: [0, 3, 17], state: "minecraft:air"}, - {pos: [0, 3, 18], state: "minecraft:air"}, - {pos: [0, 3, 19], state: "minecraft:air"}, - {pos: [1, 3, 0], state: "minecraft:air"}, - {pos: [1, 3, 1], state: "minecraft:air"}, - {pos: [1, 3, 2], state: "minecraft:air"}, - {pos: [1, 3, 3], state: "minecraft:air"}, - {pos: [1, 3, 4], state: "minecraft:air"}, - {pos: [1, 3, 5], state: "minecraft:hopper{enabled:true,facing:south}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [1, 3, 6], state: "minecraft:hopper{enabled:true,facing:south}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [1, 3, 7], state: "minecraft:dropper{facing:south,triggered:false}", nbt: {Items: [], id: "minecraft:dropper"}}, - {pos: [1, 3, 8], state: "minecraft:hopper{enabled:true,facing:east}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [1, 3, 9], state: "minecraft:hopper{enabled:true,facing:south}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [1, 3, 10], state: "minecraft:hopper{enabled:true,facing:down}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [1, 3, 11], state: "minecraft:air"}, - {pos: [1, 3, 12], state: "minecraft:air"}, - {pos: [1, 3, 13], state: "minecraft:air"}, - {pos: [1, 3, 14], state: "minecraft:air"}, - {pos: [1, 3, 15], state: "minecraft:air"}, - {pos: [1, 3, 16], state: "minecraft:air"}, - {pos: [1, 3, 17], state: "minecraft:air"}, - {pos: [1, 3, 18], state: "minecraft:air"}, - {pos: [1, 3, 19], state: "minecraft:air"}, - {pos: [2, 3, 0], state: "minecraft:air"}, - {pos: [2, 3, 1], state: "minecraft:air"}, - {pos: [2, 3, 2], state: "minecraft:air"}, - {pos: [2, 3, 3], state: "minecraft:air"}, - {pos: [2, 3, 4], state: "minecraft:hopper{enabled:true,facing:south}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [2, 3, 5], state: "minecraft:hopper{enabled:true,facing:west}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [2, 3, 6], state: "minecraft:air"}, - {pos: [2, 3, 7], state: "minecraft:comparator{facing:west,mode:compare,powered:false}", nbt: {OutputSignal: 0, id: "minecraft:comparator"}}, - {pos: [2, 3, 8], state: "minecraft:hopper{enabled:true,facing:east}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [2, 3, 9], state: "minecraft:hopper{enabled:true,facing:west}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [2, 3, 10], state: "minecraft:hopper{enabled:true,facing:north}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [2, 3, 11], state: "minecraft:air"}, - {pos: [2, 3, 12], state: "minecraft:air"}, - {pos: [2, 3, 13], state: "minecraft:air"}, - {pos: [2, 3, 14], state: "minecraft:air"}, - {pos: [2, 3, 15], state: "minecraft:air"}, - {pos: [2, 3, 16], state: "minecraft:air"}, - {pos: [2, 3, 17], state: "minecraft:air"}, - {pos: [2, 3, 18], state: "minecraft:air"}, - {pos: [2, 3, 19], state: "minecraft:air"}, - {pos: [3, 3, 0], state: "minecraft:air"}, - {pos: [3, 3, 1], state: "minecraft:air"}, - {pos: [3, 3, 2], state: "minecraft:air"}, - {pos: [3, 3, 3], state: "minecraft:air"}, - {pos: [3, 3, 4], state: "minecraft:air"}, - {pos: [3, 3, 5], state: "minecraft:air"}, - {pos: [3, 3, 6], state: "minecraft:air"}, - {pos: [3, 3, 7], state: "minecraft:white_concrete"}, - {pos: [3, 3, 8], state: "minecraft:hopper{enabled:true,facing:south}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [3, 3, 9], state: "minecraft:hopper{enabled:true,facing:south}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [3, 3, 10], state: "minecraft:hopper{enabled:true,facing:west}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [3, 3, 11], state: "minecraft:air"}, - {pos: [3, 3, 12], state: "minecraft:air"}, - {pos: [3, 3, 13], state: "minecraft:air"}, - {pos: [3, 3, 14], state: "minecraft:air"}, - {pos: [3, 3, 15], state: "minecraft:air"}, - {pos: [3, 3, 16], state: "minecraft:air"}, - {pos: [3, 3, 17], state: "minecraft:air"}, - {pos: [3, 3, 18], state: "minecraft:air"}, - {pos: [3, 3, 19], state: "minecraft:air"}, - {pos: [4, 3, 0], state: "minecraft:air"}, - {pos: [4, 3, 1], state: "minecraft:air"}, - {pos: [4, 3, 2], state: "minecraft:air"}, - {pos: [4, 3, 3], state: "minecraft:air"}, - {pos: [4, 3, 4], state: "minecraft:air"}, - {pos: [4, 3, 5], state: "minecraft:redstone_wire{east:side,north:none,power:0,south:side,west:none}"}, - {pos: [4, 3, 6], state: "minecraft:repeater{delay:1,facing:north,locked:false,powered:false}"}, - {pos: [4, 3, 7], state: "minecraft:repeater{delay:2,facing:west,locked:false,powered:false}"}, - {pos: [4, 3, 8], state: "minecraft:air"}, - {pos: [4, 3, 9], state: "minecraft:air"}, - {pos: [4, 3, 10], state: "minecraft:air"}, - {pos: [4, 3, 11], state: "minecraft:air"}, - {pos: [4, 3, 12], state: "minecraft:air"}, - {pos: [4, 3, 13], state: "minecraft:air"}, - {pos: [4, 3, 14], state: "minecraft:air"}, - {pos: [4, 3, 15], state: "minecraft:air"}, - {pos: [4, 3, 16], state: "minecraft:air"}, - {pos: [4, 3, 17], state: "minecraft:air"}, - {pos: [4, 3, 18], state: "minecraft:air"}, - {pos: [4, 3, 19], state: "minecraft:air"}, - {pos: [5, 3, 0], state: "minecraft:air"}, - {pos: [5, 3, 1], state: "minecraft:air"}, - {pos: [5, 3, 2], state: "minecraft:air"}, - {pos: [5, 3, 3], state: "minecraft:redstone_wire{east:side,north:none,power:0,south:none,west:side}"}, - {pos: [5, 3, 4], state: "minecraft:air"}, - {pos: [5, 3, 5], state: "minecraft:redstone_wire{east:side,north:none,power:0,south:none,west:side}"}, - {pos: [5, 3, 6], state: "minecraft:air"}, - {pos: [5, 3, 7], state: "minecraft:repeater{delay:1,facing:west,locked:false,powered:false}"}, - {pos: [5, 3, 8], state: "minecraft:air"}, - {pos: [5, 3, 9], state: "minecraft:air"}, - {pos: [5, 3, 10], state: "minecraft:air"}, - {pos: [5, 3, 11], state: "minecraft:air"}, - {pos: [5, 3, 12], state: "minecraft:air"}, - {pos: [5, 3, 13], state: "minecraft:air"}, - {pos: [5, 3, 14], state: "minecraft:air"}, - {pos: [5, 3, 15], state: "minecraft:air"}, - {pos: [5, 3, 16], state: "minecraft:air"}, - {pos: [5, 3, 17], state: "minecraft:air"}, - {pos: [5, 3, 18], state: "minecraft:air"}, - {pos: [5, 3, 19], state: "minecraft:air"}, - {pos: [6, 3, 0], state: "minecraft:sticky_piston{extended:false,facing:down}"}, - {pos: [6, 3, 1], state: "minecraft:air"}, - {pos: [6, 3, 2], state: "minecraft:redstone_block"}, - {pos: [6, 3, 3], state: "minecraft:sticky_piston{extended:false,facing:north}"}, - {pos: [6, 3, 4], state: "minecraft:air"}, - {pos: [6, 3, 5], state: "minecraft:redstone_wire{east:none,north:none,power:0,south:side,west:side}"}, - {pos: [6, 3, 6], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [6, 3, 7], state: "minecraft:repeater{delay:4,facing:north,locked:false,powered:false}"}, - {pos: [6, 3, 8], state: "minecraft:note_block{instrument:guitar,note:0,powered:false}"}, - {pos: [6, 3, 9], state: "minecraft:air"}, - {pos: [6, 3, 10], state: "minecraft:air"}, - {pos: [6, 3, 11], state: "minecraft:air"}, - {pos: [6, 3, 12], state: "minecraft:air"}, - {pos: [6, 3, 13], state: "minecraft:air"}, - {pos: [6, 3, 14], state: "minecraft:air"}, - {pos: [6, 3, 15], state: "minecraft:air"}, - {pos: [6, 3, 16], state: "minecraft:air"}, - {pos: [6, 3, 17], state: "minecraft:air"}, - {pos: [6, 3, 18], state: "minecraft:air"}, - {pos: [6, 3, 19], state: "minecraft:air"}, - {pos: [0, 4, 0], state: "minecraft:air"}, - {pos: [0, 4, 1], state: "minecraft:air"}, - {pos: [0, 4, 2], state: "minecraft:air"}, - {pos: [0, 4, 3], state: "minecraft:air"}, - {pos: [0, 4, 4], state: "minecraft:air"}, - {pos: [0, 4, 5], state: "minecraft:air"}, - {pos: [0, 4, 6], state: "minecraft:air"}, - {pos: [0, 4, 7], state: "minecraft:air"}, - {pos: [0, 4, 8], state: "minecraft:air"}, - {pos: [0, 4, 9], state: "minecraft:air"}, - {pos: [0, 4, 10], state: "minecraft:air"}, - {pos: [0, 4, 11], state: "minecraft:air"}, - {pos: [0, 4, 12], state: "minecraft:air"}, - {pos: [0, 4, 13], state: "minecraft:air"}, - {pos: [0, 4, 14], state: "minecraft:air"}, - {pos: [0, 4, 15], state: "minecraft:air"}, - {pos: [0, 4, 16], state: "minecraft:air"}, - {pos: [0, 4, 17], state: "minecraft:air"}, - {pos: [0, 4, 18], state: "minecraft:air"}, - {pos: [0, 4, 19], state: "minecraft:air"}, - {pos: [1, 4, 0], state: "minecraft:air"}, - {pos: [1, 4, 1], state: "minecraft:air"}, - {pos: [1, 4, 2], state: "minecraft:air"}, - {pos: [1, 4, 3], state: "minecraft:air"}, - {pos: [1, 4, 4], state: "minecraft:air"}, - {pos: [1, 4, 5], state: "minecraft:composter{level:0}"}, - {pos: [1, 4, 6], state: "minecraft:composter{level:0}"}, - {pos: [1, 4, 7], state: "minecraft:note_block{instrument:basedrum,note:0,powered:false}"}, - {pos: [1, 4, 8], state: "minecraft:dropper{facing:up,triggered:false}", nbt: {Items: [], id: "minecraft:dropper"}}, - {pos: [1, 4, 9], state: "minecraft:dropper{facing:up,triggered:false}", nbt: {Items: [], id: "minecraft:dropper"}}, - {pos: [1, 4, 10], state: "minecraft:dropper{facing:up,triggered:false}", nbt: {Items: [], id: "minecraft:dropper"}}, - {pos: [1, 4, 11], state: "minecraft:air"}, - {pos: [1, 4, 12], state: "minecraft:air"}, - {pos: [1, 4, 13], state: "minecraft:air"}, - {pos: [1, 4, 14], state: "minecraft:air"}, - {pos: [1, 4, 15], state: "minecraft:air"}, - {pos: [1, 4, 16], state: "minecraft:air"}, - {pos: [1, 4, 17], state: "minecraft:air"}, - {pos: [1, 4, 18], state: "minecraft:air"}, - {pos: [1, 4, 19], state: "minecraft:air"}, - {pos: [2, 4, 0], state: "minecraft:air"}, - {pos: [2, 4, 1], state: "minecraft:air"}, - {pos: [2, 4, 2], state: "minecraft:air"}, - {pos: [2, 4, 3], state: "minecraft:air"}, - {pos: [2, 4, 4], state: "minecraft:composter{level:0}"}, - {pos: [2, 4, 5], state: "minecraft:composter{level:0}"}, - {pos: [2, 4, 6], state: "minecraft:air"}, - {pos: [2, 4, 7], state: "minecraft:white_concrete"}, - {pos: [2, 4, 8], state: "minecraft:dropper{facing:up,triggered:false}", nbt: {Items: [], id: "minecraft:dropper"}}, - {pos: [2, 4, 9], state: "minecraft:dropper{facing:up,triggered:false}", nbt: {Items: [], id: "minecraft:dropper"}}, - {pos: [2, 4, 10], state: "minecraft:dropper{facing:up,triggered:false}", nbt: {Items: [], id: "minecraft:dropper"}}, - {pos: [2, 4, 11], state: "minecraft:air"}, - {pos: [2, 4, 12], state: "minecraft:air"}, - {pos: [2, 4, 13], state: "minecraft:air"}, - {pos: [2, 4, 14], state: "minecraft:air"}, - {pos: [2, 4, 15], state: "minecraft:air"}, - {pos: [2, 4, 16], state: "minecraft:air"}, - {pos: [2, 4, 17], state: "minecraft:air"}, - {pos: [2, 4, 18], state: "minecraft:air"}, - {pos: [2, 4, 19], state: "minecraft:air"}, - {pos: [3, 4, 0], state: "minecraft:air"}, - {pos: [3, 4, 1], state: "minecraft:air"}, - {pos: [3, 4, 2], state: "minecraft:air"}, - {pos: [3, 4, 3], state: "minecraft:air"}, - {pos: [3, 4, 4], state: "minecraft:air"}, - {pos: [3, 4, 5], state: "minecraft:air"}, - {pos: [3, 4, 6], state: "minecraft:air"}, - {pos: [3, 4, 7], state: "minecraft:redstone_wire{east:side,north:side,power:0,south:side,west:side}"}, - {pos: [3, 4, 8], state: "minecraft:dropper{facing:up,triggered:false}", nbt: {Items: [], id: "minecraft:dropper"}}, - {pos: [3, 4, 9], state: "minecraft:dropper{facing:up,triggered:false}", nbt: {Items: [], id: "minecraft:dropper"}}, - {pos: [3, 4, 10], state: "minecraft:dropper{facing:up,triggered:false}", nbt: {Items: [], id: "minecraft:dropper"}}, - {pos: [3, 4, 11], state: "minecraft:air"}, - {pos: [3, 4, 12], state: "minecraft:air"}, - {pos: [3, 4, 13], state: "minecraft:air"}, - {pos: [3, 4, 14], state: "minecraft:air"}, - {pos: [3, 4, 15], state: "minecraft:air"}, - {pos: [3, 4, 16], state: "minecraft:air"}, - {pos: [3, 4, 17], state: "minecraft:air"}, - {pos: [3, 4, 18], state: "minecraft:air"}, - {pos: [3, 4, 19], state: "minecraft:air"}, - {pos: [4, 4, 0], state: "minecraft:air"}, - {pos: [4, 4, 1], state: "minecraft:air"}, - {pos: [4, 4, 2], state: "minecraft:air"}, - {pos: [4, 4, 3], state: "minecraft:air"}, - {pos: [4, 4, 4], state: "minecraft:air"}, - {pos: [4, 4, 5], state: "minecraft:air"}, - {pos: [4, 4, 6], state: "minecraft:air"}, - {pos: [4, 4, 7], state: "minecraft:air"}, - {pos: [4, 4, 8], state: "minecraft:air"}, - {pos: [4, 4, 9], state: "minecraft:air"}, - {pos: [4, 4, 10], state: "minecraft:air"}, - {pos: [4, 4, 11], state: "minecraft:air"}, - {pos: [4, 4, 12], state: "minecraft:air"}, - {pos: [4, 4, 13], state: "minecraft:air"}, - {pos: [4, 4, 14], state: "minecraft:air"}, - {pos: [4, 4, 15], state: "minecraft:air"}, - {pos: [4, 4, 16], state: "minecraft:air"}, - {pos: [4, 4, 17], state: "minecraft:air"}, - {pos: [4, 4, 18], state: "minecraft:air"}, - {pos: [4, 4, 19], state: "minecraft:air"}, - {pos: [5, 4, 0], state: "minecraft:air"}, - {pos: [5, 4, 1], state: "minecraft:air"}, - {pos: [5, 4, 2], state: "minecraft:air"}, - {pos: [5, 4, 3], state: "minecraft:air"}, - {pos: [5, 4, 4], state: "minecraft:air"}, - {pos: [5, 4, 5], state: "minecraft:air"}, - {pos: [5, 4, 6], state: "minecraft:air"}, - {pos: [5, 4, 7], state: "minecraft:air"}, - {pos: [5, 4, 8], state: "minecraft:air"}, - {pos: [5, 4, 9], state: "minecraft:air"}, - {pos: [5, 4, 10], state: "minecraft:air"}, - {pos: [5, 4, 11], state: "minecraft:air"}, - {pos: [5, 4, 12], state: "minecraft:air"}, - {pos: [5, 4, 13], state: "minecraft:air"}, - {pos: [5, 4, 14], state: "minecraft:air"}, - {pos: [5, 4, 15], state: "minecraft:air"}, - {pos: [5, 4, 16], state: "minecraft:air"}, - {pos: [5, 4, 17], state: "minecraft:air"}, - {pos: [5, 4, 18], state: "minecraft:air"}, - {pos: [5, 4, 19], state: "minecraft:air"}, - {pos: [6, 4, 0], state: "minecraft:air"}, - {pos: [6, 4, 1], state: "minecraft:air"}, - {pos: [6, 4, 2], state: "minecraft:air"}, - {pos: [6, 4, 3], state: "minecraft:air"}, - {pos: [6, 4, 4], state: "minecraft:air"}, - {pos: [6, 4, 5], state: "minecraft:air"}, - {pos: [6, 4, 6], state: "minecraft:air"}, - {pos: [6, 4, 7], state: "minecraft:air"}, - {pos: [6, 4, 8], state: "minecraft:air"}, - {pos: [6, 4, 9], state: "minecraft:air"}, - {pos: [6, 4, 10], state: "minecraft:air"}, - {pos: [6, 4, 11], state: "minecraft:air"}, - {pos: [6, 4, 12], state: "minecraft:air"}, - {pos: [6, 4, 13], state: "minecraft:air"}, - {pos: [6, 4, 14], state: "minecraft:air"}, - {pos: [6, 4, 15], state: "minecraft:air"}, - {pos: [6, 4, 16], state: "minecraft:air"}, - {pos: [6, 4, 17], state: "minecraft:air"}, - {pos: [6, 4, 18], state: "minecraft:air"}, - {pos: [6, 4, 19], state: "minecraft:air"} - ], - entities: [], - palette: [ - "minecraft:yellow_concrete", - "minecraft:red_wool", - "minecraft:green_wool", - "minecraft:note_block{instrument:guitar,note:0,powered:false}", - "minecraft:white_concrete", - "minecraft:red_terracotta", - "minecraft:redstone_block", - "minecraft:sticky_piston{extended:false,facing:down}", - "minecraft:sticky_piston{extended:false,facing:north}", - "minecraft:note_block{instrument:basedrum,note:0,powered:false}", - "minecraft:air", - "minecraft:repeater{delay:2,facing:north,locked:false,powered:false}", - "minecraft:repeater{delay:1,facing:north,locked:false,powered:false}", - "minecraft:repeater{delay:1,facing:east,locked:false,powered:false}", - "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}", - "minecraft:redstone_wire{east:side,north:side,power:0,south:side,west:none}", - "minecraft:repeater{delay:2,facing:west,locked:false,powered:false}", - "minecraft:redstone_wire{east:side,north:none,power:0,south:none,west:side}", - "minecraft:repeater{delay:4,facing:north,locked:false,powered:false}", - "minecraft:redstone_wire{east:none,north:side,power:0,south:none,west:side}", - "minecraft:repeater{delay:3,facing:south,locked:false,powered:false}", - "minecraft:repeater{delay:3,facing:west,locked:false,powered:false}", - "minecraft:redstone_wire{east:side,north:side,power:0,south:side,west:side}", - "minecraft:redstone_wire{east:up,north:none,power:0,south:side,west:none}", - "minecraft:repeater{delay:3,facing:north,locked:false,powered:false}", - "minecraft:redstone_wire{east:side,north:none,power:0,south:side,west:none}", - "minecraft:repeater{delay:1,facing:west,locked:false,powered:false}", - "minecraft:redstone_wire{east:none,north:none,power:0,south:side,west:side}", - "minecraft:composter{level:0}", - "minecraft:comparator{facing:east,mode:compare,powered:false}", - "minecraft:comparator{facing:south,mode:compare,powered:false}", - "minecraft:dropper{facing:south,triggered:false}", - "minecraft:comparator{facing:north,mode:compare,powered:false}", - "minecraft:hopper{enabled:true,facing:down}", - "minecraft:dropper{facing:up,triggered:false}", - "minecraft:command_block{conditional:false,facing:up}", - "minecraft:hopper{enabled:true,facing:south}", - "minecraft:hopper{enabled:true,facing:east}", - "minecraft:hopper{enabled:true,facing:west}", - "minecraft:comparator{facing:west,mode:compare,powered:false}", - "minecraft:hopper{enabled:true,facing:north}" - ] -} diff --git a/testserver/gameteststructures/test_redstone.item_sorter.snbt b/testserver/gameteststructures/test_redstone.item_sorter.snbt deleted file mode 100644 index 1847232f8..000000000 --- a/testserver/gameteststructures/test_redstone.item_sorter.snbt +++ /dev/null @@ -1,1418 +0,0 @@ -{ - DataVersion: 2723, - size: [14, 7, 14], - data: [ - {pos: [0, 0, 0], state: "minecraft:green_concrete"}, - {pos: [0, 0, 1], state: "minecraft:green_concrete"}, - {pos: [0, 0, 2], state: "minecraft:green_concrete"}, - {pos: [0, 0, 3], state: "minecraft:green_concrete"}, - {pos: [0, 0, 4], state: "minecraft:green_concrete"}, - {pos: [0, 0, 5], state: "minecraft:green_concrete"}, - {pos: [0, 0, 6], state: "minecraft:green_concrete"}, - {pos: [0, 0, 7], state: "minecraft:green_concrete"}, - {pos: [0, 0, 8], state: "minecraft:green_concrete"}, - {pos: [0, 0, 9], state: "minecraft:green_concrete"}, - {pos: [0, 0, 10], state: "minecraft:green_concrete"}, - {pos: [0, 0, 11], state: "minecraft:green_concrete"}, - {pos: [0, 0, 12], state: "minecraft:green_concrete"}, - {pos: [0, 0, 13], state: "minecraft:green_concrete"}, - {pos: [1, 0, 0], state: "minecraft:green_concrete"}, - {pos: [1, 0, 1], state: "minecraft:green_concrete"}, - {pos: [1, 0, 2], state: "minecraft:green_concrete"}, - {pos: [1, 0, 3], state: "minecraft:green_concrete"}, - {pos: [1, 0, 4], state: "minecraft:green_concrete"}, - {pos: [1, 0, 5], state: "minecraft:green_concrete"}, - {pos: [1, 0, 6], state: "minecraft:green_concrete"}, - {pos: [1, 0, 7], state: "minecraft:green_concrete"}, - {pos: [1, 0, 8], state: "minecraft:green_concrete"}, - {pos: [1, 0, 9], state: "minecraft:green_concrete"}, - {pos: [1, 0, 10], state: "minecraft:green_concrete"}, - {pos: [1, 0, 11], state: "minecraft:green_concrete"}, - {pos: [1, 0, 12], state: "minecraft:green_concrete"}, - {pos: [1, 0, 13], state: "minecraft:green_concrete"}, - {pos: [2, 0, 0], state: "minecraft:green_concrete"}, - {pos: [2, 0, 1], state: "minecraft:green_concrete"}, - {pos: [2, 0, 2], state: "minecraft:green_concrete"}, - {pos: [2, 0, 3], state: "minecraft:green_concrete"}, - {pos: [2, 0, 4], state: "minecraft:green_concrete"}, - {pos: [2, 0, 5], state: "minecraft:green_concrete"}, - {pos: [2, 0, 6], state: "minecraft:green_concrete"}, - {pos: [2, 0, 7], state: "minecraft:green_concrete"}, - {pos: [2, 0, 8], state: "minecraft:green_concrete"}, - {pos: [2, 0, 9], state: "minecraft:green_concrete"}, - {pos: [2, 0, 10], state: "minecraft:green_concrete"}, - {pos: [2, 0, 11], state: "minecraft:green_concrete"}, - {pos: [2, 0, 12], state: "minecraft:green_concrete"}, - {pos: [2, 0, 13], state: "minecraft:green_concrete"}, - {pos: [3, 0, 0], state: "minecraft:green_concrete"}, - {pos: [3, 0, 1], state: "minecraft:green_concrete"}, - {pos: [3, 0, 2], state: "minecraft:green_concrete"}, - {pos: [3, 0, 3], state: "minecraft:green_concrete"}, - {pos: [3, 0, 4], state: "minecraft:green_concrete"}, - {pos: [3, 0, 5], state: "minecraft:green_concrete"}, - {pos: [3, 0, 6], state: "minecraft:green_concrete"}, - {pos: [3, 0, 7], state: "minecraft:green_concrete"}, - {pos: [3, 0, 8], state: "minecraft:green_concrete"}, - {pos: [3, 0, 9], state: "minecraft:green_concrete"}, - {pos: [3, 0, 10], state: "minecraft:green_concrete"}, - {pos: [3, 0, 11], state: "minecraft:green_concrete"}, - {pos: [3, 0, 12], state: "minecraft:green_concrete"}, - {pos: [3, 0, 13], state: "minecraft:green_concrete"}, - {pos: [4, 0, 0], state: "minecraft:green_concrete"}, - {pos: [4, 0, 1], state: "minecraft:green_concrete"}, - {pos: [4, 0, 2], state: "minecraft:green_concrete"}, - {pos: [4, 0, 3], state: "minecraft:green_concrete"}, - {pos: [4, 0, 4], state: "minecraft:green_concrete"}, - {pos: [4, 0, 5], state: "minecraft:green_concrete"}, - {pos: [4, 0, 6], state: "minecraft:green_concrete"}, - {pos: [4, 0, 7], state: "minecraft:green_concrete"}, - {pos: [4, 0, 8], state: "minecraft:green_concrete"}, - {pos: [4, 0, 9], state: "minecraft:green_concrete"}, - {pos: [4, 0, 10], state: "minecraft:green_concrete"}, - {pos: [4, 0, 11], state: "minecraft:green_concrete"}, - {pos: [4, 0, 12], state: "minecraft:green_concrete"}, - {pos: [4, 0, 13], state: "minecraft:green_concrete"}, - {pos: [5, 0, 0], state: "minecraft:green_concrete"}, - {pos: [5, 0, 1], state: "minecraft:green_concrete"}, - {pos: [5, 0, 2], state: "minecraft:green_concrete"}, - {pos: [5, 0, 3], state: "minecraft:green_concrete"}, - {pos: [5, 0, 4], state: "minecraft:green_concrete"}, - {pos: [5, 0, 5], state: "minecraft:green_concrete"}, - {pos: [5, 0, 6], state: "minecraft:green_concrete"}, - {pos: [5, 0, 7], state: "minecraft:green_concrete"}, - {pos: [5, 0, 8], state: "minecraft:green_concrete"}, - {pos: [5, 0, 9], state: "minecraft:green_concrete"}, - {pos: [5, 0, 10], state: "minecraft:green_concrete"}, - {pos: [5, 0, 11], state: "minecraft:green_concrete"}, - {pos: [5, 0, 12], state: "minecraft:green_concrete"}, - {pos: [5, 0, 13], state: "minecraft:green_concrete"}, - {pos: [6, 0, 0], state: "minecraft:green_concrete"}, - {pos: [6, 0, 1], state: "minecraft:green_concrete"}, - {pos: [6, 0, 2], state: "minecraft:green_concrete"}, - {pos: [6, 0, 3], state: "minecraft:green_concrete"}, - {pos: [6, 0, 4], state: "minecraft:green_concrete"}, - {pos: [6, 0, 5], state: "minecraft:green_concrete"}, - {pos: [6, 0, 6], state: "minecraft:green_concrete"}, - {pos: [6, 0, 7], state: "minecraft:green_concrete"}, - {pos: [6, 0, 8], state: "minecraft:green_concrete"}, - {pos: [6, 0, 9], state: "minecraft:green_concrete"}, - {pos: [6, 0, 10], state: "minecraft:green_concrete"}, - {pos: [6, 0, 11], state: "minecraft:green_concrete"}, - {pos: [6, 0, 12], state: "minecraft:green_concrete"}, - {pos: [6, 0, 13], state: "minecraft:green_concrete"}, - {pos: [7, 0, 0], state: "minecraft:green_concrete"}, - {pos: [7, 0, 1], state: "minecraft:green_concrete"}, - {pos: [7, 0, 2], state: "minecraft:green_concrete"}, - {pos: [7, 0, 3], state: "minecraft:green_concrete"}, - {pos: [7, 0, 4], state: "minecraft:green_concrete"}, - {pos: [7, 0, 5], state: "minecraft:green_concrete"}, - {pos: [7, 0, 6], state: "minecraft:green_concrete"}, - {pos: [7, 0, 7], state: "minecraft:green_concrete"}, - {pos: [7, 0, 8], state: "minecraft:green_concrete"}, - {pos: [7, 0, 9], state: "minecraft:green_concrete"}, - {pos: [7, 0, 10], state: "minecraft:green_concrete"}, - {pos: [7, 0, 11], state: "minecraft:green_concrete"}, - {pos: [7, 0, 12], state: "minecraft:green_concrete"}, - {pos: [7, 0, 13], state: "minecraft:green_concrete"}, - {pos: [8, 0, 0], state: "minecraft:green_concrete"}, - {pos: [8, 0, 1], state: "minecraft:green_concrete"}, - {pos: [8, 0, 2], state: "minecraft:green_concrete"}, - {pos: [8, 0, 3], state: "minecraft:green_concrete"}, - {pos: [8, 0, 4], state: "minecraft:green_concrete"}, - {pos: [8, 0, 5], state: "minecraft:green_concrete"}, - {pos: [8, 0, 6], state: "minecraft:green_concrete"}, - {pos: [8, 0, 7], state: "minecraft:green_concrete"}, - {pos: [8, 0, 8], state: "minecraft:green_concrete"}, - {pos: [8, 0, 9], state: "minecraft:green_concrete"}, - {pos: [8, 0, 10], state: "minecraft:green_concrete"}, - {pos: [8, 0, 11], state: "minecraft:green_concrete"}, - {pos: [8, 0, 12], state: "minecraft:green_concrete"}, - {pos: [8, 0, 13], state: "minecraft:green_concrete"}, - {pos: [9, 0, 0], state: "minecraft:green_concrete"}, - {pos: [9, 0, 1], state: "minecraft:green_concrete"}, - {pos: [9, 0, 2], state: "minecraft:green_concrete"}, - {pos: [9, 0, 3], state: "minecraft:green_concrete"}, - {pos: [9, 0, 4], state: "minecraft:green_concrete"}, - {pos: [9, 0, 5], state: "minecraft:green_concrete"}, - {pos: [9, 0, 6], state: "minecraft:green_concrete"}, - {pos: [9, 0, 7], state: "minecraft:green_concrete"}, - {pos: [9, 0, 8], state: "minecraft:green_concrete"}, - {pos: [9, 0, 9], state: "minecraft:green_concrete"}, - {pos: [9, 0, 10], state: "minecraft:green_concrete"}, - {pos: [9, 0, 11], state: "minecraft:green_concrete"}, - {pos: [9, 0, 12], state: "minecraft:green_concrete"}, - {pos: [9, 0, 13], state: "minecraft:green_concrete"}, - {pos: [10, 0, 0], state: "minecraft:green_concrete"}, - {pos: [10, 0, 1], state: "minecraft:green_concrete"}, - {pos: [10, 0, 2], state: "minecraft:green_concrete"}, - {pos: [10, 0, 3], state: "minecraft:green_concrete"}, - {pos: [10, 0, 4], state: "minecraft:green_concrete"}, - {pos: [10, 0, 5], state: "minecraft:green_concrete"}, - {pos: [10, 0, 6], state: "minecraft:green_concrete"}, - {pos: [10, 0, 7], state: "minecraft:green_concrete"}, - {pos: [10, 0, 8], state: "minecraft:green_concrete"}, - {pos: [10, 0, 9], state: "minecraft:green_concrete"}, - {pos: [10, 0, 10], state: "minecraft:green_concrete"}, - {pos: [10, 0, 11], state: "minecraft:green_concrete"}, - {pos: [10, 0, 12], state: "minecraft:green_concrete"}, - {pos: [10, 0, 13], state: "minecraft:green_concrete"}, - {pos: [11, 0, 0], state: "minecraft:green_concrete"}, - {pos: [11, 0, 1], state: "minecraft:green_concrete"}, - {pos: [11, 0, 2], state: "minecraft:green_concrete"}, - {pos: [11, 0, 3], state: "minecraft:green_concrete"}, - {pos: [11, 0, 4], state: "minecraft:green_concrete"}, - {pos: [11, 0, 5], state: "minecraft:green_concrete"}, - {pos: [11, 0, 6], state: "minecraft:green_concrete"}, - {pos: [11, 0, 7], state: "minecraft:green_concrete"}, - {pos: [11, 0, 8], state: "minecraft:green_concrete"}, - {pos: [11, 0, 9], state: "minecraft:green_concrete"}, - {pos: [11, 0, 10], state: "minecraft:green_concrete"}, - {pos: [11, 0, 11], state: "minecraft:green_concrete"}, - {pos: [11, 0, 12], state: "minecraft:green_concrete"}, - {pos: [11, 0, 13], state: "minecraft:green_concrete"}, - {pos: [12, 0, 0], state: "minecraft:green_concrete"}, - {pos: [12, 0, 1], state: "minecraft:green_concrete"}, - {pos: [12, 0, 2], state: "minecraft:green_concrete"}, - {pos: [12, 0, 3], state: "minecraft:green_concrete"}, - {pos: [12, 0, 4], state: "minecraft:green_concrete"}, - {pos: [12, 0, 5], state: "minecraft:green_concrete"}, - {pos: [12, 0, 6], state: "minecraft:green_concrete"}, - {pos: [12, 0, 7], state: "minecraft:green_concrete"}, - {pos: [12, 0, 8], state: "minecraft:green_concrete"}, - {pos: [12, 0, 9], state: "minecraft:green_concrete"}, - {pos: [12, 0, 10], state: "minecraft:green_concrete"}, - {pos: [12, 0, 11], state: "minecraft:green_concrete"}, - {pos: [12, 0, 12], state: "minecraft:green_concrete"}, - {pos: [12, 0, 13], state: "minecraft:green_concrete"}, - {pos: [13, 0, 0], state: "minecraft:green_concrete"}, - {pos: [13, 0, 1], state: "minecraft:green_concrete"}, - {pos: [13, 0, 2], state: "minecraft:green_concrete"}, - {pos: [13, 0, 3], state: "minecraft:green_concrete"}, - {pos: [13, 0, 4], state: "minecraft:green_concrete"}, - {pos: [13, 0, 5], state: "minecraft:green_concrete"}, - {pos: [13, 0, 6], state: "minecraft:green_concrete"}, - {pos: [13, 0, 7], state: "minecraft:green_concrete"}, - {pos: [13, 0, 8], state: "minecraft:green_concrete"}, - {pos: [13, 0, 9], state: "minecraft:green_concrete"}, - {pos: [13, 0, 10], state: "minecraft:green_concrete"}, - {pos: [13, 0, 11], state: "minecraft:green_concrete"}, - {pos: [13, 0, 12], state: "minecraft:green_concrete"}, - {pos: [13, 0, 13], state: "minecraft:green_concrete"}, - {pos: [0, 1, 0], state: "minecraft:air"}, - {pos: [0, 1, 1], state: "minecraft:air"}, - {pos: [0, 1, 2], state: "minecraft:air"}, - {pos: [0, 1, 3], state: "minecraft:air"}, - {pos: [0, 1, 4], state: "minecraft:air"}, - {pos: [0, 1, 5], state: "minecraft:air"}, - {pos: [0, 1, 6], state: "minecraft:air"}, - {pos: [0, 1, 7], state: "minecraft:air"}, - {pos: [0, 1, 8], state: "minecraft:air"}, - {pos: [0, 1, 9], state: "minecraft:air"}, - {pos: [0, 1, 10], state: "minecraft:air"}, - {pos: [0, 1, 11], state: "minecraft:air"}, - {pos: [0, 1, 12], state: "minecraft:air"}, - {pos: [0, 1, 13], state: "minecraft:air"}, - {pos: [1, 1, 0], state: "minecraft:air"}, - {pos: [1, 1, 1], state: "minecraft:air"}, - {pos: [1, 1, 2], state: "minecraft:air"}, - {pos: [1, 1, 3], state: "minecraft:air"}, - {pos: [1, 1, 4], state: "minecraft:air"}, - {pos: [1, 1, 5], state: "minecraft:air"}, - {pos: [1, 1, 6], state: "minecraft:air"}, - {pos: [1, 1, 7], state: "minecraft:air"}, - {pos: [1, 1, 8], state: "minecraft:air"}, - {pos: [1, 1, 9], state: "minecraft:air"}, - {pos: [1, 1, 10], state: "minecraft:air"}, - {pos: [1, 1, 11], state: "minecraft:air"}, - {pos: [1, 1, 12], state: "minecraft:air"}, - {pos: [1, 1, 13], state: "minecraft:air"}, - {pos: [2, 1, 0], state: "minecraft:air"}, - {pos: [2, 1, 1], state: "minecraft:air"}, - {pos: [2, 1, 2], state: "minecraft:air"}, - {pos: [2, 1, 3], state: "minecraft:white_concrete"}, - {pos: [2, 1, 4], state: "minecraft:white_concrete"}, - {pos: [2, 1, 5], state: "minecraft:white_concrete"}, - {pos: [2, 1, 6], state: "minecraft:white_concrete"}, - {pos: [2, 1, 7], state: "minecraft:white_concrete"}, - {pos: [2, 1, 8], state: "minecraft:white_concrete"}, - {pos: [2, 1, 9], state: "minecraft:air"}, - {pos: [2, 1, 10], state: "minecraft:air"}, - {pos: [2, 1, 11], state: "minecraft:air"}, - {pos: [2, 1, 12], state: "minecraft:air"}, - {pos: [2, 1, 13], state: "minecraft:air"}, - {pos: [3, 1, 0], state: "minecraft:air"}, - {pos: [3, 1, 1], state: "minecraft:air"}, - {pos: [3, 1, 2], state: "minecraft:air"}, - {pos: [3, 1, 3], state: "minecraft:repeater{delay:1,facing:west,locked:false,powered:false}"}, - {pos: [3, 1, 4], state: "minecraft:repeater{delay:1,facing:west,locked:false,powered:false}"}, - {pos: [3, 1, 5], state: "minecraft:repeater{delay:1,facing:west,locked:false,powered:false}"}, - {pos: [3, 1, 6], state: "minecraft:repeater{delay:1,facing:west,locked:false,powered:false}"}, - {pos: [3, 1, 7], state: "minecraft:repeater{delay:1,facing:west,locked:false,powered:false}"}, - {pos: [3, 1, 8], state: "minecraft:repeater{delay:1,facing:west,locked:false,powered:false}"}, - {pos: [3, 1, 9], state: "minecraft:air"}, - {pos: [3, 1, 10], state: "minecraft:air"}, - {pos: [3, 1, 11], state: "minecraft:air"}, - {pos: [3, 1, 12], state: "minecraft:air"}, - {pos: [3, 1, 13], state: "minecraft:air"}, - {pos: [4, 1, 0], state: "minecraft:air"}, - {pos: [4, 1, 1], state: "minecraft:air"}, - {pos: [4, 1, 2], state: "minecraft:air"}, - {pos: [4, 1, 3], state: "minecraft:white_concrete"}, - {pos: [4, 1, 4], state: "minecraft:white_concrete"}, - {pos: [4, 1, 5], state: "minecraft:white_concrete"}, - {pos: [4, 1, 6], state: "minecraft:white_concrete"}, - {pos: [4, 1, 7], state: "minecraft:white_concrete"}, - {pos: [4, 1, 8], state: "minecraft:white_concrete"}, - {pos: [4, 1, 9], state: "minecraft:air"}, - {pos: [4, 1, 10], state: "minecraft:air"}, - {pos: [4, 1, 11], state: "minecraft:air"}, - {pos: [4, 1, 12], state: "minecraft:air"}, - {pos: [4, 1, 13], state: "minecraft:air"}, - {pos: [5, 1, 0], state: "minecraft:air"}, - {pos: [5, 1, 1], state: "minecraft:air"}, - {pos: [5, 1, 2], state: "minecraft:air"}, - {pos: [5, 1, 3], state: "minecraft:redstone_wall_torch{facing:east,lit:true}"}, - {pos: [5, 1, 4], state: "minecraft:redstone_wall_torch{facing:east,lit:true}"}, - {pos: [5, 1, 5], state: "minecraft:redstone_wall_torch{facing:east,lit:true}"}, - {pos: [5, 1, 6], state: "minecraft:redstone_wall_torch{facing:east,lit:true}"}, - {pos: [5, 1, 7], state: "minecraft:redstone_wall_torch{facing:east,lit:true}"}, - {pos: [5, 1, 8], state: "minecraft:redstone_wall_torch{facing:east,lit:true}"}, - {pos: [5, 1, 9], state: "minecraft:air"}, - {pos: [5, 1, 10], state: "minecraft:air"}, - {pos: [5, 1, 11], state: "minecraft:air"}, - {pos: [5, 1, 12], state: "minecraft:air"}, - {pos: [5, 1, 13], state: "minecraft:air"}, - {pos: [6, 1, 0], state: "minecraft:air"}, - {pos: [6, 1, 1], state: "minecraft:air"}, - {pos: [6, 1, 2], state: "minecraft:air"}, - {pos: [6, 1, 3], state: "minecraft:hopper{enabled:false,facing:east}", nbt: {Items: [{Count: 1b, Slot: 0b, id: "minecraft:smooth_stone_slab"}], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [6, 1, 4], state: "minecraft:hopper{enabled:false,facing:east}", nbt: {Items: [{Count: 1b, Slot: 0b, id: "minecraft:redstone"}], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [6, 1, 5], state: "minecraft:hopper{enabled:false,facing:east}", nbt: {Items: [{Count: 1b, Slot: 0b, id: "minecraft:repeater"}], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [6, 1, 6], state: "minecraft:hopper{enabled:false,facing:east}", nbt: {Items: [{Count: 1b, Slot: 0b, id: "minecraft:redstone_torch"}], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [6, 1, 7], state: "minecraft:hopper{enabled:false,facing:east}", nbt: {Items: [{Count: 1b, Slot: 0b, id: "minecraft:comparator"}], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [6, 1, 8], state: "minecraft:hopper{enabled:false,facing:east}", nbt: {Items: [{Count: 1b, Slot: 0b, id: "minecraft:slime_block"}], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [6, 1, 9], state: "minecraft:air"}, - {pos: [6, 1, 10], state: "minecraft:air"}, - {pos: [6, 1, 11], state: "minecraft:air"}, - {pos: [6, 1, 12], state: "minecraft:air"}, - {pos: [6, 1, 13], state: "minecraft:air"}, - {pos: [7, 1, 0], state: "minecraft:air"}, - {pos: [7, 1, 1], state: "minecraft:air"}, - {pos: [7, 1, 2], state: "minecraft:air"}, - {pos: [7, 1, 3], state: "minecraft:chest{facing:north,type:left,waterlogged:false}", nbt: {Items: [], id: "minecraft:chest"}}, - {pos: [7, 1, 4], state: "minecraft:chest{facing:north,type:left,waterlogged:false}", nbt: {Items: [], id: "minecraft:chest"}}, - {pos: [7, 1, 5], state: "minecraft:chest{facing:north,type:left,waterlogged:false}", nbt: {Items: [], id: "minecraft:chest"}}, - {pos: [7, 1, 6], state: "minecraft:chest{facing:north,type:left,waterlogged:false}", nbt: {Items: [], id: "minecraft:chest"}}, - {pos: [7, 1, 7], state: "minecraft:chest{facing:north,type:left,waterlogged:false}", nbt: {Items: [], id: "minecraft:chest"}}, - {pos: [7, 1, 8], state: "minecraft:chest{facing:north,type:left,waterlogged:false}", nbt: {Items: [], id: "minecraft:chest"}}, - {pos: [7, 1, 9], state: "minecraft:air"}, - {pos: [7, 1, 10], state: "minecraft:air"}, - {pos: [7, 1, 11], state: "minecraft:air"}, - {pos: [7, 1, 12], state: "minecraft:air"}, - {pos: [7, 1, 13], state: "minecraft:air"}, - {pos: [8, 1, 0], state: "minecraft:air"}, - {pos: [8, 1, 1], state: "minecraft:air"}, - {pos: [8, 1, 2], state: "minecraft:air"}, - {pos: [8, 1, 3], state: "minecraft:chest{facing:north,type:right,waterlogged:false}", nbt: {Items: [], id: "minecraft:chest"}}, - {pos: [8, 1, 4], state: "minecraft:chest{facing:north,type:right,waterlogged:false}", nbt: {Items: [], id: "minecraft:chest"}}, - {pos: [8, 1, 5], state: "minecraft:chest{facing:north,type:right,waterlogged:false}", nbt: {Items: [], id: "minecraft:chest"}}, - {pos: [8, 1, 6], state: "minecraft:chest{facing:north,type:right,waterlogged:false}", nbt: {Items: [], id: "minecraft:chest"}}, - {pos: [8, 1, 7], state: "minecraft:chest{facing:north,type:right,waterlogged:false}", nbt: {Items: [], id: "minecraft:chest"}}, - {pos: [8, 1, 8], state: "minecraft:chest{facing:north,type:right,waterlogged:false}", nbt: {Items: [], id: "minecraft:chest"}}, - {pos: [8, 1, 9], state: "minecraft:air"}, - {pos: [8, 1, 10], state: "minecraft:air"}, - {pos: [8, 1, 11], state: "minecraft:air"}, - {pos: [8, 1, 12], state: "minecraft:air"}, - {pos: [8, 1, 13], state: "minecraft:air"}, - {pos: [9, 1, 0], state: "minecraft:air"}, - {pos: [9, 1, 1], state: "minecraft:air"}, - {pos: [9, 1, 2], state: "minecraft:air"}, - {pos: [9, 1, 3], state: "minecraft:comparator{facing:west,mode:compare,powered:false}", nbt: {OutputSignal: 0, id: "minecraft:comparator"}}, - {pos: [9, 1, 4], state: "minecraft:comparator{facing:west,mode:compare,powered:false}", nbt: {OutputSignal: 0, id: "minecraft:comparator"}}, - {pos: [9, 1, 5], state: "minecraft:comparator{facing:west,mode:compare,powered:false}", nbt: {OutputSignal: 0, id: "minecraft:comparator"}}, - {pos: [9, 1, 6], state: "minecraft:comparator{facing:west,mode:compare,powered:false}", nbt: {OutputSignal: 0, id: "minecraft:comparator"}}, - {pos: [9, 1, 7], state: "minecraft:comparator{facing:west,mode:compare,powered:false}", nbt: {OutputSignal: 0, id: "minecraft:comparator"}}, - {pos: [9, 1, 8], state: "minecraft:comparator{facing:west,mode:compare,powered:false}", nbt: {OutputSignal: 0, id: "minecraft:comparator"}}, - {pos: [9, 1, 9], state: "minecraft:air"}, - {pos: [9, 1, 10], state: "minecraft:air"}, - {pos: [9, 1, 11], state: "minecraft:air"}, - {pos: [9, 1, 12], state: "minecraft:air"}, - {pos: [9, 1, 13], state: "minecraft:air"}, - {pos: [10, 1, 0], state: "minecraft:air"}, - {pos: [10, 1, 1], state: "minecraft:air"}, - {pos: [10, 1, 2], state: "minecraft:air"}, - {pos: [10, 1, 3], state: "minecraft:white_concrete"}, - {pos: [10, 1, 4], state: "minecraft:repeater{delay:1,facing:west,locked:false,powered:false}"}, - {pos: [10, 1, 5], state: "minecraft:white_concrete"}, - {pos: [10, 1, 6], state: "minecraft:white_concrete"}, - {pos: [10, 1, 7], state: "minecraft:repeater{delay:1,facing:west,locked:false,powered:false}"}, - {pos: [10, 1, 8], state: "minecraft:repeater{delay:1,facing:west,locked:false,powered:false}"}, - {pos: [10, 1, 9], state: "minecraft:air"}, - {pos: [10, 1, 10], state: "minecraft:air"}, - {pos: [10, 1, 11], state: "minecraft:air"}, - {pos: [10, 1, 12], state: "minecraft:air"}, - {pos: [10, 1, 13], state: "minecraft:air"}, - {pos: [11, 1, 0], state: "minecraft:air"}, - {pos: [11, 1, 1], state: "minecraft:air"}, - {pos: [11, 1, 2], state: "minecraft:air"}, - {pos: [11, 1, 3], state: "minecraft:redstone_wall_torch{facing:east,lit:true}"}, - {pos: [11, 1, 4], state: "minecraft:white_concrete"}, - {pos: [11, 1, 5], state: "minecraft:redstone_wall_torch{facing:east,lit:true}"}, - {pos: [11, 1, 6], state: "minecraft:redstone_wall_torch{facing:east,lit:true}"}, - {pos: [11, 1, 7], state: "minecraft:white_concrete"}, - {pos: [11, 1, 8], state: "minecraft:white_concrete"}, - {pos: [11, 1, 9], state: "minecraft:air"}, - {pos: [11, 1, 10], state: "minecraft:emerald_block"}, - {pos: [11, 1, 11], state: "minecraft:air"}, - {pos: [11, 1, 12], state: "minecraft:air"}, - {pos: [11, 1, 13], state: "minecraft:air"}, - {pos: [12, 1, 0], state: "minecraft:air"}, - {pos: [12, 1, 1], state: "minecraft:air"}, - {pos: [12, 1, 2], state: "minecraft:air"}, - {pos: [12, 1, 3], state: "minecraft:redstone_wire{east:none,north:none,power:15,south:side,west:side}"}, - {pos: [12, 1, 4], state: "minecraft:redstone_wire{east:none,north:side,power:14,south:side,west:none}"}, - {pos: [12, 1, 5], state: "minecraft:redstone_wire{east:none,north:side,power:15,south:side,west:side}"}, - {pos: [12, 1, 6], state: "minecraft:redstone_wire{east:none,north:side,power:15,south:side,west:side}"}, - {pos: [12, 1, 7], state: "minecraft:redstone_wire{east:none,north:side,power:14,south:side,west:none}"}, - {pos: [12, 1, 8], state: "minecraft:redstone_wire{east:none,north:side,power:13,south:side,west:none}"}, - {pos: [12, 1, 9], state: "minecraft:redstone_wire{east:none,north:side,power:12,south:side,west:none}"}, - {pos: [12, 1, 10], state: "minecraft:white_concrete"}, - {pos: [12, 1, 11], state: "minecraft:air"}, - {pos: [12, 1, 12], state: "minecraft:air"}, - {pos: [12, 1, 13], state: "minecraft:air"}, - {pos: [13, 1, 0], state: "minecraft:air"}, - {pos: [13, 1, 1], state: "minecraft:air"}, - {pos: [13, 1, 2], state: "minecraft:air"}, - {pos: [13, 1, 3], state: "minecraft:air"}, - {pos: [13, 1, 4], state: "minecraft:air"}, - {pos: [13, 1, 5], state: "minecraft:air"}, - {pos: [13, 1, 6], state: "minecraft:air"}, - {pos: [13, 1, 7], state: "minecraft:air"}, - {pos: [13, 1, 8], state: "minecraft:air"}, - {pos: [13, 1, 9], state: "minecraft:air"}, - {pos: [13, 1, 10], state: "minecraft:air"}, - {pos: [13, 1, 11], state: "minecraft:air"}, - {pos: [13, 1, 12], state: "minecraft:air"}, - {pos: [13, 1, 13], state: "minecraft:air"}, - {pos: [0, 2, 0], state: "minecraft:air"}, - {pos: [0, 2, 1], state: "minecraft:air"}, - {pos: [0, 2, 2], state: "minecraft:air"}, - {pos: [0, 2, 3], state: "minecraft:air"}, - {pos: [0, 2, 4], state: "minecraft:air"}, - {pos: [0, 2, 5], state: "minecraft:air"}, - {pos: [0, 2, 6], state: "minecraft:air"}, - {pos: [0, 2, 7], state: "minecraft:air"}, - {pos: [0, 2, 8], state: "minecraft:air"}, - {pos: [0, 2, 9], state: "minecraft:air"}, - {pos: [0, 2, 10], state: "minecraft:air"}, - {pos: [0, 2, 11], state: "minecraft:air"}, - {pos: [0, 2, 12], state: "minecraft:air"}, - {pos: [0, 2, 13], state: "minecraft:air"}, - {pos: [1, 2, 0], state: "minecraft:air"}, - {pos: [1, 2, 1], state: "minecraft:air"}, - {pos: [1, 2, 2], state: "minecraft:air"}, - {pos: [1, 2, 3], state: "minecraft:air"}, - {pos: [1, 2, 4], state: "minecraft:air"}, - {pos: [1, 2, 5], state: "minecraft:air"}, - {pos: [1, 2, 6], state: "minecraft:air"}, - {pos: [1, 2, 7], state: "minecraft:air"}, - {pos: [1, 2, 8], state: "minecraft:air"}, - {pos: [1, 2, 9], state: "minecraft:air"}, - {pos: [1, 2, 10], state: "minecraft:air"}, - {pos: [1, 2, 11], state: "minecraft:air"}, - {pos: [1, 2, 12], state: "minecraft:air"}, - {pos: [1, 2, 13], state: "minecraft:air"}, - {pos: [2, 2, 0], state: "minecraft:air"}, - {pos: [2, 2, 1], state: "minecraft:air"}, - {pos: [2, 2, 2], state: "minecraft:air"}, - {pos: [2, 2, 3], state: "minecraft:redstone_wire{east:up,north:none,power:0,south:side,west:none}"}, - {pos: [2, 2, 4], state: "minecraft:redstone_wire{east:up,north:side,power:0,south:side,west:none}"}, - {pos: [2, 2, 5], state: "minecraft:redstone_wire{east:up,north:side,power:0,south:side,west:none}"}, - {pos: [2, 2, 6], state: "minecraft:redstone_wire{east:up,north:side,power:0,south:side,west:none}"}, - {pos: [2, 2, 7], state: "minecraft:redstone_wire{east:up,north:side,power:0,south:side,west:none}"}, - {pos: [2, 2, 8], state: "minecraft:redstone_wire{east:up,north:side,power:0,south:none,west:none}"}, - {pos: [2, 2, 9], state: "minecraft:air"}, - {pos: [2, 2, 10], state: "minecraft:air"}, - {pos: [2, 2, 11], state: "minecraft:air"}, - {pos: [2, 2, 12], state: "minecraft:air"}, - {pos: [2, 2, 13], state: "minecraft:air"}, - {pos: [3, 2, 0], state: "minecraft:air"}, - {pos: [3, 2, 1], state: "minecraft:air"}, - {pos: [3, 2, 2], state: "minecraft:air"}, - {pos: [3, 2, 3], state: "minecraft:white_concrete"}, - {pos: [3, 2, 4], state: "minecraft:white_concrete"}, - {pos: [3, 2, 5], state: "minecraft:white_concrete"}, - {pos: [3, 2, 6], state: "minecraft:white_concrete"}, - {pos: [3, 2, 7], state: "minecraft:white_concrete"}, - {pos: [3, 2, 8], state: "minecraft:white_concrete"}, - {pos: [3, 2, 9], state: "minecraft:air"}, - {pos: [3, 2, 10], state: "minecraft:air"}, - {pos: [3, 2, 11], state: "minecraft:air"}, - {pos: [3, 2, 12], state: "minecraft:air"}, - {pos: [3, 2, 13], state: "minecraft:air"}, - {pos: [4, 2, 0], state: "minecraft:air"}, - {pos: [4, 2, 1], state: "minecraft:air"}, - {pos: [4, 2, 2], state: "minecraft:air"}, - {pos: [4, 2, 3], state: "minecraft:white_concrete"}, - {pos: [4, 2, 4], state: "minecraft:white_concrete"}, - {pos: [4, 2, 5], state: "minecraft:white_concrete"}, - {pos: [4, 2, 6], state: "minecraft:white_concrete"}, - {pos: [4, 2, 7], state: "minecraft:white_concrete"}, - {pos: [4, 2, 8], state: "minecraft:white_concrete"}, - {pos: [4, 2, 9], state: "minecraft:air"}, - {pos: [4, 2, 10], state: "minecraft:air"}, - {pos: [4, 2, 11], state: "minecraft:air"}, - {pos: [4, 2, 12], state: "minecraft:air"}, - {pos: [4, 2, 13], state: "minecraft:air"}, - {pos: [5, 2, 0], state: "minecraft:air"}, - {pos: [5, 2, 1], state: "minecraft:air"}, - {pos: [5, 2, 2], state: "minecraft:air"}, - {pos: [5, 2, 3], state: "minecraft:white_concrete"}, - {pos: [5, 2, 4], state: "minecraft:white_concrete"}, - {pos: [5, 2, 5], state: "minecraft:white_concrete"}, - {pos: [5, 2, 6], state: "minecraft:white_concrete"}, - {pos: [5, 2, 7], state: "minecraft:white_concrete"}, - {pos: [5, 2, 8], state: "minecraft:white_concrete"}, - {pos: [5, 2, 9], state: "minecraft:air"}, - {pos: [5, 2, 10], state: "minecraft:air"}, - {pos: [5, 2, 11], state: "minecraft:air"}, - {pos: [5, 2, 12], state: "minecraft:air"}, - {pos: [5, 2, 13], state: "minecraft:air"}, - {pos: [6, 2, 0], state: "minecraft:air"}, - {pos: [6, 2, 1], state: "minecraft:air"}, - {pos: [6, 2, 2], state: "minecraft:air"}, - {pos: [6, 2, 3], state: "minecraft:hopper{enabled:false,facing:east}", nbt: {Items: [{Count: 1b, Slot: 0b, id: "minecraft:smooth_stone_slab"}], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [6, 2, 4], state: "minecraft:hopper{enabled:false,facing:east}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [6, 2, 5], state: "minecraft:hopper{enabled:false,facing:east}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [6, 2, 6], state: "minecraft:hopper{enabled:false,facing:east}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [6, 2, 7], state: "minecraft:hopper{enabled:false,facing:east}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [6, 2, 8], state: "minecraft:hopper{enabled:false,facing:east}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [6, 2, 9], state: "minecraft:air"}, - {pos: [6, 2, 10], state: "minecraft:air"}, - {pos: [6, 2, 11], state: "minecraft:air"}, - {pos: [6, 2, 12], state: "minecraft:air"}, - {pos: [6, 2, 13], state: "minecraft:air"}, - {pos: [7, 2, 0], state: "minecraft:air"}, - {pos: [7, 2, 1], state: "minecraft:air"}, - {pos: [7, 2, 2], state: "minecraft:air"}, - {pos: [7, 2, 3], state: "minecraft:chest{facing:north,type:single,waterlogged:false}", nbt: {Items: [], id: "minecraft:chest"}}, - {pos: [7, 2, 4], state: "minecraft:chest{facing:north,type:single,waterlogged:false}", nbt: {Items: [], id: "minecraft:chest"}}, - {pos: [7, 2, 5], state: "minecraft:chest{facing:north,type:single,waterlogged:false}", nbt: {Items: [], id: "minecraft:chest"}}, - {pos: [7, 2, 6], state: "minecraft:chest{facing:north,type:single,waterlogged:false}", nbt: {Items: [], id: "minecraft:chest"}}, - {pos: [7, 2, 7], state: "minecraft:chest{facing:north,type:single,waterlogged:false}", nbt: {Items: [], id: "minecraft:chest"}}, - {pos: [7, 2, 8], state: "minecraft:chest{facing:north,type:single,waterlogged:false}", nbt: {Items: [], id: "minecraft:chest"}}, - {pos: [7, 2, 9], state: "minecraft:air"}, - {pos: [7, 2, 10], state: "minecraft:air"}, - {pos: [7, 2, 11], state: "minecraft:air"}, - {pos: [7, 2, 12], state: "minecraft:air"}, - {pos: [7, 2, 13], state: "minecraft:air"}, - {pos: [8, 2, 0], state: "minecraft:air"}, - {pos: [8, 2, 1], state: "minecraft:air"}, - {pos: [8, 2, 2], state: "minecraft:air"}, - {pos: [8, 2, 3], state: "minecraft:air"}, - {pos: [8, 2, 4], state: "minecraft:air"}, - {pos: [8, 2, 5], state: "minecraft:air"}, - {pos: [8, 2, 6], state: "minecraft:air"}, - {pos: [8, 2, 7], state: "minecraft:air"}, - {pos: [8, 2, 8], state: "minecraft:air"}, - {pos: [8, 2, 9], state: "minecraft:air"}, - {pos: [8, 2, 10], state: "minecraft:air"}, - {pos: [8, 2, 11], state: "minecraft:air"}, - {pos: [8, 2, 12], state: "minecraft:air"}, - {pos: [8, 2, 13], state: "minecraft:air"}, - {pos: [9, 2, 0], state: "minecraft:air"}, - {pos: [9, 2, 1], state: "minecraft:air"}, - {pos: [9, 2, 2], state: "minecraft:air"}, - {pos: [9, 2, 3], state: "minecraft:air"}, - {pos: [9, 2, 4], state: "minecraft:air"}, - {pos: [9, 2, 5], state: "minecraft:air"}, - {pos: [9, 2, 6], state: "minecraft:air"}, - {pos: [9, 2, 7], state: "minecraft:air"}, - {pos: [9, 2, 8], state: "minecraft:air"}, - {pos: [9, 2, 9], state: "minecraft:air"}, - {pos: [9, 2, 10], state: "minecraft:air"}, - {pos: [9, 2, 11], state: "minecraft:air"}, - {pos: [9, 2, 12], state: "minecraft:air"}, - {pos: [9, 2, 13], state: "minecraft:air"}, - {pos: [10, 2, 0], state: "minecraft:air"}, - {pos: [10, 2, 1], state: "minecraft:air"}, - {pos: [10, 2, 2], state: "minecraft:air"}, - {pos: [10, 2, 3], state: "minecraft:air"}, - {pos: [10, 2, 4], state: "minecraft:air"}, - {pos: [10, 2, 5], state: "minecraft:air"}, - {pos: [10, 2, 6], state: "minecraft:air"}, - {pos: [10, 2, 7], state: "minecraft:air"}, - {pos: [10, 2, 8], state: "minecraft:air"}, - {pos: [10, 2, 9], state: "minecraft:air"}, - {pos: [10, 2, 10], state: "minecraft:air"}, - {pos: [10, 2, 11], state: "minecraft:air"}, - {pos: [10, 2, 12], state: "minecraft:air"}, - {pos: [10, 2, 13], state: "minecraft:air"}, - {pos: [11, 2, 0], state: "minecraft:air"}, - {pos: [11, 2, 1], state: "minecraft:air"}, - {pos: [11, 2, 2], state: "minecraft:air"}, - {pos: [11, 2, 3], state: "minecraft:air"}, - {pos: [11, 2, 4], state: "minecraft:air"}, - {pos: [11, 2, 5], state: "minecraft:air"}, - {pos: [11, 2, 6], state: "minecraft:air"}, - {pos: [11, 2, 7], state: "minecraft:air"}, - {pos: [11, 2, 8], state: "minecraft:air"}, - {pos: [11, 2, 9], state: "minecraft:air"}, - {pos: [11, 2, 10], state: "minecraft:note_block{instrument:bit,note:0,powered:false}"}, - {pos: [11, 2, 11], state: "minecraft:air"}, - {pos: [11, 2, 12], state: "minecraft:air"}, - {pos: [11, 2, 13], state: "minecraft:air"}, - {pos: [12, 2, 0], state: "minecraft:air"}, - {pos: [12, 2, 1], state: "minecraft:air"}, - {pos: [12, 2, 2], state: "minecraft:air"}, - {pos: [12, 2, 3], state: "minecraft:air"}, - {pos: [12, 2, 4], state: "minecraft:air"}, - {pos: [12, 2, 5], state: "minecraft:air"}, - {pos: [12, 2, 6], state: "minecraft:air"}, - {pos: [12, 2, 7], state: "minecraft:air"}, - {pos: [12, 2, 8], state: "minecraft:air"}, - {pos: [12, 2, 9], state: "minecraft:air"}, - {pos: [12, 2, 10], state: "minecraft:redstone_torch{lit:false}"}, - {pos: [12, 2, 11], state: "minecraft:air"}, - {pos: [12, 2, 12], state: "minecraft:air"}, - {pos: [12, 2, 13], state: "minecraft:air"}, - {pos: [13, 2, 0], state: "minecraft:air"}, - {pos: [13, 2, 1], state: "minecraft:air"}, - {pos: [13, 2, 2], state: "minecraft:air"}, - {pos: [13, 2, 3], state: "minecraft:air"}, - {pos: [13, 2, 4], state: "minecraft:air"}, - {pos: [13, 2, 5], state: "minecraft:air"}, - {pos: [13, 2, 6], state: "minecraft:air"}, - {pos: [13, 2, 7], state: "minecraft:air"}, - {pos: [13, 2, 8], state: "minecraft:air"}, - {pos: [13, 2, 9], state: "minecraft:air"}, - {pos: [13, 2, 10], state: "minecraft:air"}, - {pos: [13, 2, 11], state: "minecraft:air"}, - {pos: [13, 2, 12], state: "minecraft:air"}, - {pos: [13, 2, 13], state: "minecraft:air"}, - {pos: [0, 3, 0], state: "minecraft:air"}, - {pos: [0, 3, 1], state: "minecraft:air"}, - {pos: [0, 3, 2], state: "minecraft:air"}, - {pos: [0, 3, 3], state: "minecraft:air"}, - {pos: [0, 3, 4], state: "minecraft:air"}, - {pos: [0, 3, 5], state: "minecraft:air"}, - {pos: [0, 3, 6], state: "minecraft:air"}, - {pos: [0, 3, 7], state: "minecraft:air"}, - {pos: [0, 3, 8], state: "minecraft:air"}, - {pos: [0, 3, 9], state: "minecraft:air"}, - {pos: [0, 3, 10], state: "minecraft:air"}, - {pos: [0, 3, 11], state: "minecraft:air"}, - {pos: [0, 3, 12], state: "minecraft:air"}, - {pos: [0, 3, 13], state: "minecraft:air"}, - {pos: [1, 3, 0], state: "minecraft:air"}, - {pos: [1, 3, 1], state: "minecraft:air"}, - {pos: [1, 3, 2], state: "minecraft:air"}, - {pos: [1, 3, 3], state: "minecraft:air"}, - {pos: [1, 3, 4], state: "minecraft:air"}, - {pos: [1, 3, 5], state: "minecraft:air"}, - {pos: [1, 3, 6], state: "minecraft:air"}, - {pos: [1, 3, 7], state: "minecraft:air"}, - {pos: [1, 3, 8], state: "minecraft:air"}, - {pos: [1, 3, 9], state: "minecraft:air"}, - {pos: [1, 3, 10], state: "minecraft:air"}, - {pos: [1, 3, 11], state: "minecraft:air"}, - {pos: [1, 3, 12], state: "minecraft:air"}, - {pos: [1, 3, 13], state: "minecraft:air"}, - {pos: [2, 3, 0], state: "minecraft:air"}, - {pos: [2, 3, 1], state: "minecraft:air"}, - {pos: [2, 3, 2], state: "minecraft:air"}, - {pos: [2, 3, 3], state: "minecraft:air"}, - {pos: [2, 3, 4], state: "minecraft:air"}, - {pos: [2, 3, 5], state: "minecraft:air"}, - {pos: [2, 3, 6], state: "minecraft:air"}, - {pos: [2, 3, 7], state: "minecraft:air"}, - {pos: [2, 3, 8], state: "minecraft:air"}, - {pos: [2, 3, 9], state: "minecraft:air"}, - {pos: [2, 3, 10], state: "minecraft:air"}, - {pos: [2, 3, 11], state: "minecraft:air"}, - {pos: [2, 3, 12], state: "minecraft:air"}, - {pos: [2, 3, 13], state: "minecraft:air"}, - {pos: [3, 3, 0], state: "minecraft:air"}, - {pos: [3, 3, 1], state: "minecraft:air"}, - {pos: [3, 3, 2], state: "minecraft:air"}, - {pos: [3, 3, 3], state: "minecraft:redstone_wire{east:side,north:none,power:1,south:side,west:side}"}, - {pos: [3, 3, 4], state: "minecraft:redstone_wire{east:side,north:side,power:1,south:side,west:side}"}, - {pos: [3, 3, 5], state: "minecraft:redstone_wire{east:side,north:side,power:1,south:side,west:side}"}, - {pos: [3, 3, 6], state: "minecraft:redstone_wire{east:side,north:side,power:1,south:side,west:side}"}, - {pos: [3, 3, 7], state: "minecraft:redstone_wire{east:side,north:side,power:1,south:side,west:side}"}, - {pos: [3, 3, 8], state: "minecraft:redstone_wire{east:side,north:side,power:1,south:none,west:side}"}, - {pos: [3, 3, 9], state: "minecraft:air"}, - {pos: [3, 3, 10], state: "minecraft:air"}, - {pos: [3, 3, 11], state: "minecraft:air"}, - {pos: [3, 3, 12], state: "minecraft:air"}, - {pos: [3, 3, 13], state: "minecraft:air"}, - {pos: [4, 3, 0], state: "minecraft:air"}, - {pos: [4, 3, 1], state: "minecraft:air"}, - {pos: [4, 3, 2], state: "minecraft:air"}, - {pos: [4, 3, 3], state: "minecraft:redstone_wire{east:side,north:none,power:2,south:side,west:side}"}, - {pos: [4, 3, 4], state: "minecraft:redstone_wire{east:side,north:side,power:2,south:side,west:side}"}, - {pos: [4, 3, 5], state: "minecraft:redstone_wire{east:side,north:side,power:2,south:side,west:side}"}, - {pos: [4, 3, 6], state: "minecraft:redstone_wire{east:side,north:side,power:2,south:side,west:side}"}, - {pos: [4, 3, 7], state: "minecraft:redstone_wire{east:side,north:side,power:2,south:side,west:side}"}, - {pos: [4, 3, 8], state: "minecraft:redstone_wire{east:side,north:side,power:2,south:none,west:side}"}, - {pos: [4, 3, 9], state: "minecraft:air"}, - {pos: [4, 3, 10], state: "minecraft:air"}, - {pos: [4, 3, 11], state: "minecraft:air"}, - {pos: [4, 3, 12], state: "minecraft:air"}, - {pos: [4, 3, 13], state: "minecraft:air"}, - {pos: [5, 3, 0], state: "minecraft:air"}, - {pos: [5, 3, 1], state: "minecraft:air"}, - {pos: [5, 3, 2], state: "minecraft:air"}, - {pos: [5, 3, 3], state: "minecraft:comparator{facing:east,mode:compare,powered:true}", nbt: {OutputSignal: 2, id: "minecraft:comparator"}}, - {pos: [5, 3, 4], state: "minecraft:comparator{facing:east,mode:compare,powered:true}", nbt: {OutputSignal: 2, id: "minecraft:comparator"}}, - {pos: [5, 3, 5], state: "minecraft:comparator{facing:east,mode:compare,powered:true}", nbt: {OutputSignal: 2, id: "minecraft:comparator"}}, - {pos: [5, 3, 6], state: "minecraft:comparator{facing:east,mode:compare,powered:true}", nbt: {OutputSignal: 2, id: "minecraft:comparator"}}, - {pos: [5, 3, 7], state: "minecraft:comparator{facing:east,mode:compare,powered:true}", nbt: {OutputSignal: 2, id: "minecraft:comparator"}}, - {pos: [5, 3, 8], state: "minecraft:comparator{facing:east,mode:compare,powered:true}", nbt: {OutputSignal: 2, id: "minecraft:comparator"}}, - {pos: [5, 3, 9], state: "minecraft:air"}, - {pos: [5, 3, 10], state: "minecraft:air"}, - {pos: [5, 3, 11], state: "minecraft:air"}, - {pos: [5, 3, 12], state: "minecraft:air"}, - {pos: [5, 3, 13], state: "minecraft:air"}, - {pos: [6, 3, 0], state: "minecraft:air"}, - {pos: [6, 3, 1], state: "minecraft:air"}, - {pos: [6, 3, 2], state: "minecraft:air"}, - {pos: [6, 3, 3], state: "minecraft:hopper{enabled:true,facing:east}", nbt: {Items: [{Count: 41b, Slot: 0b, id: "minecraft:smooth_stone_slab"}, {Count: 1b, Slot: 1b, id: "minecraft:redstone_block"}, {Count: 1b, Slot: 2b, id: "minecraft:redstone_block"}, {Count: 1b, Slot: 3b, id: "minecraft:redstone_block"}, {Count: 1b, Slot: 4b, id: "minecraft:redstone_block"}], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [6, 3, 4], state: "minecraft:hopper{enabled:true,facing:east}", nbt: {Items: [{Count: 41b, Slot: 0b, id: "minecraft:redstone"}, {Count: 1b, Slot: 1b, id: "minecraft:redstone_block"}, {Count: 1b, Slot: 2b, id: "minecraft:redstone_block"}, {Count: 1b, Slot: 3b, id: "minecraft:redstone_block"}, {Count: 1b, Slot: 4b, id: "minecraft:redstone_block"}], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [6, 3, 5], state: "minecraft:hopper{enabled:true,facing:east}", nbt: {Items: [{Count: 41b, Slot: 0b, id: "minecraft:repeater"}, {Count: 1b, Slot: 1b, id: "minecraft:redstone_block"}, {Count: 1b, Slot: 2b, id: "minecraft:redstone_block"}, {Count: 1b, Slot: 3b, id: "minecraft:redstone_block"}, {Count: 1b, Slot: 4b, id: "minecraft:redstone_block"}], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [6, 3, 6], state: "minecraft:hopper{enabled:true,facing:east}", nbt: {Items: [{Count: 41b, Slot: 0b, id: "minecraft:redstone_torch"}, {Count: 1b, Slot: 1b, id: "minecraft:redstone_block"}, {Count: 1b, Slot: 2b, id: "minecraft:redstone_block"}, {Count: 1b, Slot: 3b, id: "minecraft:redstone_block"}, {Count: 1b, Slot: 4b, id: "minecraft:redstone_block"}], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [6, 3, 7], state: "minecraft:hopper{enabled:true,facing:east}", nbt: {Items: [{Count: 41b, Slot: 0b, id: "minecraft:comparator"}, {Count: 1b, Slot: 1b, id: "minecraft:redstone_block"}, {Count: 1b, Slot: 2b, id: "minecraft:redstone_block"}, {Count: 1b, Slot: 3b, id: "minecraft:redstone_block"}, {Count: 1b, Slot: 4b, id: "minecraft:redstone_block"}], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [6, 3, 8], state: "minecraft:hopper{enabled:true,facing:east}", nbt: {Items: [{Count: 41b, Slot: 0b, id: "minecraft:slime_block"}, {Count: 1b, Slot: 1b, id: "minecraft:redstone_block"}, {Count: 1b, Slot: 2b, id: "minecraft:redstone_block"}, {Count: 1b, Slot: 3b, id: "minecraft:redstone_block"}, {Count: 1b, Slot: 4b, id: "minecraft:redstone_block"}], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [6, 3, 9], state: "minecraft:air"}, - {pos: [6, 3, 10], state: "minecraft:air"}, - {pos: [6, 3, 11], state: "minecraft:air"}, - {pos: [6, 3, 12], state: "minecraft:air"}, - {pos: [6, 3, 13], state: "minecraft:air"}, - {pos: [7, 3, 0], state: "minecraft:air"}, - {pos: [7, 3, 1], state: "minecraft:air"}, - {pos: [7, 3, 2], state: "minecraft:air"}, - {pos: [7, 3, 3], state: "minecraft:glass"}, - {pos: [7, 3, 4], state: "minecraft:glass"}, - {pos: [7, 3, 5], state: "minecraft:glass"}, - {pos: [7, 3, 6], state: "minecraft:glass"}, - {pos: [7, 3, 7], state: "minecraft:glass"}, - {pos: [7, 3, 8], state: "minecraft:glass"}, - {pos: [7, 3, 9], state: "minecraft:air"}, - {pos: [7, 3, 10], state: "minecraft:air"}, - {pos: [7, 3, 11], state: "minecraft:air"}, - {pos: [7, 3, 12], state: "minecraft:air"}, - {pos: [7, 3, 13], state: "minecraft:air"}, - {pos: [8, 3, 0], state: "minecraft:air"}, - {pos: [8, 3, 1], state: "minecraft:air"}, - {pos: [8, 3, 2], state: "minecraft:air"}, - {pos: [8, 3, 3], state: "minecraft:air"}, - {pos: [8, 3, 4], state: "minecraft:air"}, - {pos: [8, 3, 5], state: "minecraft:air"}, - {pos: [8, 3, 6], state: "minecraft:air"}, - {pos: [8, 3, 7], state: "minecraft:air"}, - {pos: [8, 3, 8], state: "minecraft:air"}, - {pos: [8, 3, 9], state: "minecraft:air"}, - {pos: [8, 3, 10], state: "minecraft:air"}, - {pos: [8, 3, 11], state: "minecraft:air"}, - {pos: [8, 3, 12], state: "minecraft:air"}, - {pos: [8, 3, 13], state: "minecraft:air"}, - {pos: [9, 3, 0], state: "minecraft:air"}, - {pos: [9, 3, 1], state: "minecraft:air"}, - {pos: [9, 3, 2], state: "minecraft:air"}, - {pos: [9, 3, 3], state: "minecraft:air"}, - {pos: [9, 3, 4], state: "minecraft:air"}, - {pos: [9, 3, 5], state: "minecraft:air"}, - {pos: [9, 3, 6], state: "minecraft:air"}, - {pos: [9, 3, 7], state: "minecraft:air"}, - {pos: [9, 3, 8], state: "minecraft:air"}, - {pos: [9, 3, 9], state: "minecraft:air"}, - {pos: [9, 3, 10], state: "minecraft:air"}, - {pos: [9, 3, 11], state: "minecraft:air"}, - {pos: [9, 3, 12], state: "minecraft:air"}, - {pos: [9, 3, 13], state: "minecraft:air"}, - {pos: [10, 3, 0], state: "minecraft:air"}, - {pos: [10, 3, 1], state: "minecraft:air"}, - {pos: [10, 3, 2], state: "minecraft:air"}, - {pos: [10, 3, 3], state: "minecraft:air"}, - {pos: [10, 3, 4], state: "minecraft:air"}, - {pos: [10, 3, 5], state: "minecraft:air"}, - {pos: [10, 3, 6], state: "minecraft:air"}, - {pos: [10, 3, 7], state: "minecraft:air"}, - {pos: [10, 3, 8], state: "minecraft:air"}, - {pos: [10, 3, 9], state: "minecraft:air"}, - {pos: [10, 3, 10], state: "minecraft:air"}, - {pos: [10, 3, 11], state: "minecraft:air"}, - {pos: [10, 3, 12], state: "minecraft:air"}, - {pos: [10, 3, 13], state: "minecraft:air"}, - {pos: [11, 3, 0], state: "minecraft:air"}, - {pos: [11, 3, 1], state: "minecraft:air"}, - {pos: [11, 3, 2], state: "minecraft:air"}, - {pos: [11, 3, 3], state: "minecraft:air"}, - {pos: [11, 3, 4], state: "minecraft:air"}, - {pos: [11, 3, 5], state: "minecraft:air"}, - {pos: [11, 3, 6], state: "minecraft:air"}, - {pos: [11, 3, 7], state: "minecraft:air"}, - {pos: [11, 3, 8], state: "minecraft:air"}, - {pos: [11, 3, 9], state: "minecraft:air"}, - {pos: [11, 3, 10], state: "minecraft:air"}, - {pos: [11, 3, 11], state: "minecraft:air"}, - {pos: [11, 3, 12], state: "minecraft:air"}, - {pos: [11, 3, 13], state: "minecraft:air"}, - {pos: [12, 3, 0], state: "minecraft:air"}, - {pos: [12, 3, 1], state: "minecraft:air"}, - {pos: [12, 3, 2], state: "minecraft:air"}, - {pos: [12, 3, 3], state: "minecraft:air"}, - {pos: [12, 3, 4], state: "minecraft:air"}, - {pos: [12, 3, 5], state: "minecraft:air"}, - {pos: [12, 3, 6], state: "minecraft:air"}, - {pos: [12, 3, 7], state: "minecraft:air"}, - {pos: [12, 3, 8], state: "minecraft:air"}, - {pos: [12, 3, 9], state: "minecraft:air"}, - {pos: [12, 3, 10], state: "minecraft:air"}, - {pos: [12, 3, 11], state: "minecraft:air"}, - {pos: [12, 3, 12], state: "minecraft:air"}, - {pos: [12, 3, 13], state: "minecraft:air"}, - {pos: [13, 3, 0], state: "minecraft:air"}, - {pos: [13, 3, 1], state: "minecraft:air"}, - {pos: [13, 3, 2], state: "minecraft:air"}, - {pos: [13, 3, 3], state: "minecraft:air"}, - {pos: [13, 3, 4], state: "minecraft:air"}, - {pos: [13, 3, 5], state: "minecraft:air"}, - {pos: [13, 3, 6], state: "minecraft:air"}, - {pos: [13, 3, 7], state: "minecraft:air"}, - {pos: [13, 3, 8], state: "minecraft:air"}, - {pos: [13, 3, 9], state: "minecraft:air"}, - {pos: [13, 3, 10], state: "minecraft:air"}, - {pos: [13, 3, 11], state: "minecraft:air"}, - {pos: [13, 3, 12], state: "minecraft:air"}, - {pos: [13, 3, 13], state: "minecraft:air"}, - {pos: [0, 4, 0], state: "minecraft:air"}, - {pos: [0, 4, 1], state: "minecraft:air"}, - {pos: [0, 4, 2], state: "minecraft:air"}, - {pos: [0, 4, 3], state: "minecraft:air"}, - {pos: [0, 4, 4], state: "minecraft:air"}, - {pos: [0, 4, 5], state: "minecraft:air"}, - {pos: [0, 4, 6], state: "minecraft:air"}, - {pos: [0, 4, 7], state: "minecraft:air"}, - {pos: [0, 4, 8], state: "minecraft:air"}, - {pos: [0, 4, 9], state: "minecraft:air"}, - {pos: [0, 4, 10], state: "minecraft:air"}, - {pos: [0, 4, 11], state: "minecraft:air"}, - {pos: [0, 4, 12], state: "minecraft:air"}, - {pos: [0, 4, 13], state: "minecraft:air"}, - {pos: [1, 4, 0], state: "minecraft:air"}, - {pos: [1, 4, 1], state: "minecraft:air"}, - {pos: [1, 4, 2], state: "minecraft:air"}, - {pos: [1, 4, 3], state: "minecraft:air"}, - {pos: [1, 4, 4], state: "minecraft:air"}, - {pos: [1, 4, 5], state: "minecraft:air"}, - {pos: [1, 4, 6], state: "minecraft:air"}, - {pos: [1, 4, 7], state: "minecraft:air"}, - {pos: [1, 4, 8], state: "minecraft:air"}, - {pos: [1, 4, 9], state: "minecraft:air"}, - {pos: [1, 4, 10], state: "minecraft:air"}, - {pos: [1, 4, 11], state: "minecraft:air"}, - {pos: [1, 4, 12], state: "minecraft:air"}, - {pos: [1, 4, 13], state: "minecraft:air"}, - {pos: [2, 4, 0], state: "minecraft:air"}, - {pos: [2, 4, 1], state: "minecraft:air"}, - {pos: [2, 4, 2], state: "minecraft:air"}, - {pos: [2, 4, 3], state: "minecraft:air"}, - {pos: [2, 4, 4], state: "minecraft:air"}, - {pos: [2, 4, 5], state: "minecraft:air"}, - {pos: [2, 4, 6], state: "minecraft:air"}, - {pos: [2, 4, 7], state: "minecraft:air"}, - {pos: [2, 4, 8], state: "minecraft:air"}, - {pos: [2, 4, 9], state: "minecraft:air"}, - {pos: [2, 4, 10], state: "minecraft:air"}, - {pos: [2, 4, 11], state: "minecraft:air"}, - {pos: [2, 4, 12], state: "minecraft:air"}, - {pos: [2, 4, 13], state: "minecraft:air"}, - {pos: [3, 4, 0], state: "minecraft:air"}, - {pos: [3, 4, 1], state: "minecraft:air"}, - {pos: [3, 4, 2], state: "minecraft:air"}, - {pos: [3, 4, 3], state: "minecraft:air"}, - {pos: [3, 4, 4], state: "minecraft:air"}, - {pos: [3, 4, 5], state: "minecraft:air"}, - {pos: [3, 4, 6], state: "minecraft:air"}, - {pos: [3, 4, 7], state: "minecraft:air"}, - {pos: [3, 4, 8], state: "minecraft:air"}, - {pos: [3, 4, 9], state: "minecraft:air"}, - {pos: [3, 4, 10], state: "minecraft:air"}, - {pos: [3, 4, 11], state: "minecraft:air"}, - {pos: [3, 4, 12], state: "minecraft:air"}, - {pos: [3, 4, 13], state: "minecraft:air"}, - {pos: [4, 4, 0], state: "minecraft:air"}, - {pos: [4, 4, 1], state: "minecraft:air"}, - {pos: [4, 4, 2], state: "minecraft:air"}, - {pos: [4, 4, 3], state: "minecraft:air"}, - {pos: [4, 4, 4], state: "minecraft:air"}, - {pos: [4, 4, 5], state: "minecraft:air"}, - {pos: [4, 4, 6], state: "minecraft:air"}, - {pos: [4, 4, 7], state: "minecraft:air"}, - {pos: [4, 4, 8], state: "minecraft:air"}, - {pos: [4, 4, 9], state: "minecraft:air"}, - {pos: [4, 4, 10], state: "minecraft:air"}, - {pos: [4, 4, 11], state: "minecraft:air"}, - {pos: [4, 4, 12], state: "minecraft:air"}, - {pos: [4, 4, 13], state: "minecraft:air"}, - {pos: [5, 4, 0], state: "minecraft:air"}, - {pos: [5, 4, 1], state: "minecraft:air"}, - {pos: [5, 4, 2], state: "minecraft:air"}, - {pos: [5, 4, 3], state: "minecraft:air"}, - {pos: [5, 4, 4], state: "minecraft:air"}, - {pos: [5, 4, 5], state: "minecraft:air"}, - {pos: [5, 4, 6], state: "minecraft:air"}, - {pos: [5, 4, 7], state: "minecraft:air"}, - {pos: [5, 4, 8], state: "minecraft:air"}, - {pos: [5, 4, 9], state: "minecraft:air"}, - {pos: [5, 4, 10], state: "minecraft:air"}, - {pos: [5, 4, 11], state: "minecraft:air"}, - {pos: [5, 4, 12], state: "minecraft:air"}, - {pos: [5, 4, 13], state: "minecraft:air"}, - {pos: [6, 4, 0], state: "minecraft:air"}, - {pos: [6, 4, 1], state: "minecraft:air"}, - {pos: [6, 4, 2], state: "minecraft:hopper{enabled:false,facing:south}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [6, 4, 3], state: "minecraft:hopper{enabled:true,facing:south}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [6, 4, 4], state: "minecraft:hopper{enabled:true,facing:south}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [6, 4, 5], state: "minecraft:hopper{enabled:true,facing:south}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [6, 4, 6], state: "minecraft:hopper{enabled:true,facing:south}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [6, 4, 7], state: "minecraft:hopper{enabled:true,facing:south}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [6, 4, 8], state: "minecraft:hopper{enabled:true,facing:south}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [6, 4, 9], state: "minecraft:chest{facing:west,type:right,waterlogged:false}", nbt: {Items: [{Count: 64b, Slot: 0b, id: "minecraft:white_concrete"}, {Count: 64b, Slot: 1b, id: "minecraft:sticky_piston"}], id: "minecraft:chest"}}, - {pos: [6, 4, 10], state: "minecraft:chest{facing:west,type:left,waterlogged:false}", nbt: {Items: [], id: "minecraft:chest"}}, - {pos: [6, 4, 11], state: "minecraft:air"}, - {pos: [6, 4, 12], state: "minecraft:air"}, - {pos: [6, 4, 13], state: "minecraft:air"}, - {pos: [7, 4, 0], state: "minecraft:air"}, - {pos: [7, 4, 1], state: "minecraft:air"}, - {pos: [7, 4, 2], state: "minecraft:redstone_wall_torch{facing:west,lit:true}"}, - {pos: [7, 4, 3], state: "minecraft:air"}, - {pos: [7, 4, 4], state: "minecraft:air"}, - {pos: [7, 4, 5], state: "minecraft:air"}, - {pos: [7, 4, 6], state: "minecraft:air"}, - {pos: [7, 4, 7], state: "minecraft:air"}, - {pos: [7, 4, 8], state: "minecraft:air"}, - {pos: [7, 4, 9], state: "minecraft:air"}, - {pos: [7, 4, 10], state: "minecraft:air"}, - {pos: [7, 4, 11], state: "minecraft:air"}, - {pos: [7, 4, 12], state: "minecraft:air"}, - {pos: [7, 4, 13], state: "minecraft:air"}, - {pos: [8, 4, 0], state: "minecraft:air"}, - {pos: [8, 4, 1], state: "minecraft:air"}, - {pos: [8, 4, 2], state: "minecraft:white_concrete"}, - {pos: [8, 4, 3], state: "minecraft:air"}, - {pos: [8, 4, 4], state: "minecraft:air"}, - {pos: [8, 4, 5], state: "minecraft:air"}, - {pos: [8, 4, 6], state: "minecraft:air"}, - {pos: [8, 4, 7], state: "minecraft:air"}, - {pos: [8, 4, 8], state: "minecraft:air"}, - {pos: [8, 4, 9], state: "minecraft:air"}, - {pos: [8, 4, 10], state: "minecraft:air"}, - {pos: [8, 4, 11], state: "minecraft:air"}, - {pos: [8, 4, 12], state: "minecraft:air"}, - {pos: [8, 4, 13], state: "minecraft:air"}, - {pos: [9, 4, 0], state: "minecraft:air"}, - {pos: [9, 4, 1], state: "minecraft:air"}, - {pos: [9, 4, 2], state: "minecraft:air"}, - {pos: [9, 4, 3], state: "minecraft:air"}, - {pos: [9, 4, 4], state: "minecraft:air"}, - {pos: [9, 4, 5], state: "minecraft:air"}, - {pos: [9, 4, 6], state: "minecraft:air"}, - {pos: [9, 4, 7], state: "minecraft:air"}, - {pos: [9, 4, 8], state: "minecraft:air"}, - {pos: [9, 4, 9], state: "minecraft:air"}, - {pos: [9, 4, 10], state: "minecraft:air"}, - {pos: [9, 4, 11], state: "minecraft:air"}, - {pos: [9, 4, 12], state: "minecraft:air"}, - {pos: [9, 4, 13], state: "minecraft:air"}, - {pos: [10, 4, 0], state: "minecraft:air"}, - {pos: [10, 4, 1], state: "minecraft:air"}, - {pos: [10, 4, 2], state: "minecraft:air"}, - {pos: [10, 4, 3], state: "minecraft:air"}, - {pos: [10, 4, 4], state: "minecraft:air"}, - {pos: [10, 4, 5], state: "minecraft:air"}, - {pos: [10, 4, 6], state: "minecraft:air"}, - {pos: [10, 4, 7], state: "minecraft:air"}, - {pos: [10, 4, 8], state: "minecraft:air"}, - {pos: [10, 4, 9], state: "minecraft:air"}, - {pos: [10, 4, 10], state: "minecraft:air"}, - {pos: [10, 4, 11], state: "minecraft:air"}, - {pos: [10, 4, 12], state: "minecraft:air"}, - {pos: [10, 4, 13], state: "minecraft:air"}, - {pos: [11, 4, 0], state: "minecraft:air"}, - {pos: [11, 4, 1], state: "minecraft:air"}, - {pos: [11, 4, 2], state: "minecraft:air"}, - {pos: [11, 4, 3], state: "minecraft:air"}, - {pos: [11, 4, 4], state: "minecraft:air"}, - {pos: [11, 4, 5], state: "minecraft:air"}, - {pos: [11, 4, 6], state: "minecraft:air"}, - {pos: [11, 4, 7], state: "minecraft:air"}, - {pos: [11, 4, 8], state: "minecraft:air"}, - {pos: [11, 4, 9], state: "minecraft:air"}, - {pos: [11, 4, 10], state: "minecraft:air"}, - {pos: [11, 4, 11], state: "minecraft:air"}, - {pos: [11, 4, 12], state: "minecraft:air"}, - {pos: [11, 4, 13], state: "minecraft:air"}, - {pos: [12, 4, 0], state: "minecraft:air"}, - {pos: [12, 4, 1], state: "minecraft:air"}, - {pos: [12, 4, 2], state: "minecraft:air"}, - {pos: [12, 4, 3], state: "minecraft:air"}, - {pos: [12, 4, 4], state: "minecraft:air"}, - {pos: [12, 4, 5], state: "minecraft:air"}, - {pos: [12, 4, 6], state: "minecraft:air"}, - {pos: [12, 4, 7], state: "minecraft:air"}, - {pos: [12, 4, 8], state: "minecraft:air"}, - {pos: [12, 4, 9], state: "minecraft:air"}, - {pos: [12, 4, 10], state: "minecraft:air"}, - {pos: [12, 4, 11], state: "minecraft:air"}, - {pos: [12, 4, 12], state: "minecraft:air"}, - {pos: [12, 4, 13], state: "minecraft:air"}, - {pos: [13, 4, 0], state: "minecraft:air"}, - {pos: [13, 4, 1], state: "minecraft:air"}, - {pos: [13, 4, 2], state: "minecraft:air"}, - {pos: [13, 4, 3], state: "minecraft:air"}, - {pos: [13, 4, 4], state: "minecraft:air"}, - {pos: [13, 4, 5], state: "minecraft:air"}, - {pos: [13, 4, 6], state: "minecraft:air"}, - {pos: [13, 4, 7], state: "minecraft:air"}, - {pos: [13, 4, 8], state: "minecraft:air"}, - {pos: [13, 4, 9], state: "minecraft:air"}, - {pos: [13, 4, 10], state: "minecraft:air"}, - {pos: [13, 4, 11], state: "minecraft:air"}, - {pos: [13, 4, 12], state: "minecraft:air"}, - {pos: [13, 4, 13], state: "minecraft:air"}, - {pos: [0, 5, 0], state: "minecraft:air"}, - {pos: [0, 5, 1], state: "minecraft:air"}, - {pos: [0, 5, 2], state: "minecraft:air"}, - {pos: [0, 5, 3], state: "minecraft:air"}, - {pos: [0, 5, 4], state: "minecraft:air"}, - {pos: [0, 5, 5], state: "minecraft:air"}, - {pos: [0, 5, 6], state: "minecraft:air"}, - {pos: [0, 5, 7], state: "minecraft:air"}, - {pos: [0, 5, 8], state: "minecraft:air"}, - {pos: [0, 5, 9], state: "minecraft:air"}, - {pos: [0, 5, 10], state: "minecraft:air"}, - {pos: [0, 5, 11], state: "minecraft:air"}, - {pos: [0, 5, 12], state: "minecraft:air"}, - {pos: [0, 5, 13], state: "minecraft:air"}, - {pos: [1, 5, 0], state: "minecraft:air"}, - {pos: [1, 5, 1], state: "minecraft:air"}, - {pos: [1, 5, 2], state: "minecraft:air"}, - {pos: [1, 5, 3], state: "minecraft:air"}, - {pos: [1, 5, 4], state: "minecraft:air"}, - {pos: [1, 5, 5], state: "minecraft:air"}, - {pos: [1, 5, 6], state: "minecraft:air"}, - {pos: [1, 5, 7], state: "minecraft:air"}, - {pos: [1, 5, 8], state: "minecraft:air"}, - {pos: [1, 5, 9], state: "minecraft:air"}, - {pos: [1, 5, 10], state: "minecraft:air"}, - {pos: [1, 5, 11], state: "minecraft:air"}, - {pos: [1, 5, 12], state: "minecraft:air"}, - {pos: [1, 5, 13], state: "minecraft:air"}, - {pos: [2, 5, 0], state: "minecraft:air"}, - {pos: [2, 5, 1], state: "minecraft:air"}, - {pos: [2, 5, 2], state: "minecraft:air"}, - {pos: [2, 5, 3], state: "minecraft:air"}, - {pos: [2, 5, 4], state: "minecraft:air"}, - {pos: [2, 5, 5], state: "minecraft:air"}, - {pos: [2, 5, 6], state: "minecraft:air"}, - {pos: [2, 5, 7], state: "minecraft:air"}, - {pos: [2, 5, 8], state: "minecraft:air"}, - {pos: [2, 5, 9], state: "minecraft:air"}, - {pos: [2, 5, 10], state: "minecraft:air"}, - {pos: [2, 5, 11], state: "minecraft:air"}, - {pos: [2, 5, 12], state: "minecraft:air"}, - {pos: [2, 5, 13], state: "minecraft:air"}, - {pos: [3, 5, 0], state: "minecraft:air"}, - {pos: [3, 5, 1], state: "minecraft:air"}, - {pos: [3, 5, 2], state: "minecraft:air"}, - {pos: [3, 5, 3], state: "minecraft:air"}, - {pos: [3, 5, 4], state: "minecraft:air"}, - {pos: [3, 5, 5], state: "minecraft:air"}, - {pos: [3, 5, 6], state: "minecraft:air"}, - {pos: [3, 5, 7], state: "minecraft:air"}, - {pos: [3, 5, 8], state: "minecraft:air"}, - {pos: [3, 5, 9], state: "minecraft:air"}, - {pos: [3, 5, 10], state: "minecraft:air"}, - {pos: [3, 5, 11], state: "minecraft:air"}, - {pos: [3, 5, 12], state: "minecraft:air"}, - {pos: [3, 5, 13], state: "minecraft:air"}, - {pos: [4, 5, 0], state: "minecraft:air"}, - {pos: [4, 5, 1], state: "minecraft:air"}, - {pos: [4, 5, 2], state: "minecraft:air"}, - {pos: [4, 5, 3], state: "minecraft:air"}, - {pos: [4, 5, 4], state: "minecraft:air"}, - {pos: [4, 5, 5], state: "minecraft:air"}, - {pos: [4, 5, 6], state: "minecraft:air"}, - {pos: [4, 5, 7], state: "minecraft:air"}, - {pos: [4, 5, 8], state: "minecraft:air"}, - {pos: [4, 5, 9], state: "minecraft:air"}, - {pos: [4, 5, 10], state: "minecraft:air"}, - {pos: [4, 5, 11], state: "minecraft:air"}, - {pos: [4, 5, 12], state: "minecraft:air"}, - {pos: [4, 5, 13], state: "minecraft:air"}, - {pos: [5, 5, 0], state: "minecraft:air"}, - {pos: [5, 5, 1], state: "minecraft:air"}, - {pos: [5, 5, 2], state: "minecraft:air"}, - {pos: [5, 5, 3], state: "minecraft:air"}, - {pos: [5, 5, 4], state: "minecraft:air"}, - {pos: [5, 5, 5], state: "minecraft:air"}, - {pos: [5, 5, 6], state: "minecraft:air"}, - {pos: [5, 5, 7], state: "minecraft:air"}, - {pos: [5, 5, 8], state: "minecraft:air"}, - {pos: [5, 5, 9], state: "minecraft:air"}, - {pos: [5, 5, 10], state: "minecraft:air"}, - {pos: [5, 5, 11], state: "minecraft:air"}, - {pos: [5, 5, 12], state: "minecraft:air"}, - {pos: [5, 5, 13], state: "minecraft:air"}, - {pos: [6, 5, 0], state: "minecraft:air"}, - {pos: [6, 5, 1], state: "minecraft:chest{facing:west,type:right,waterlogged:false}", nbt: {Items: [{Count: 4b, Slot: 0b, id: "minecraft:redstone_torch"}, {Count: 2b, Slot: 1b, id: "minecraft:smooth_stone_slab"}, {Count: 3b, Slot: 2b, id: "minecraft:repeater"}], id: "minecraft:chest"}}, - {pos: [6, 5, 2], state: "minecraft:chest{facing:west,type:left,waterlogged:false}", nbt: {Items: [], id: "minecraft:chest"}}, - {pos: [6, 5, 3], state: "minecraft:air"}, - {pos: [6, 5, 4], state: "minecraft:air"}, - {pos: [6, 5, 5], state: "minecraft:air"}, - {pos: [6, 5, 6], state: "minecraft:air"}, - {pos: [6, 5, 7], state: "minecraft:air"}, - {pos: [6, 5, 8], state: "minecraft:air"}, - {pos: [6, 5, 9], state: "minecraft:air"}, - {pos: [6, 5, 10], state: "minecraft:air"}, - {pos: [6, 5, 11], state: "minecraft:air"}, - {pos: [6, 5, 12], state: "minecraft:air"}, - {pos: [6, 5, 13], state: "minecraft:air"}, - {pos: [7, 5, 0], state: "minecraft:air"}, - {pos: [7, 5, 1], state: "minecraft:air"}, - {pos: [7, 5, 2], state: "minecraft:air"}, - {pos: [7, 5, 3], state: "minecraft:air"}, - {pos: [7, 5, 4], state: "minecraft:air"}, - {pos: [7, 5, 5], state: "minecraft:air"}, - {pos: [7, 5, 6], state: "minecraft:air"}, - {pos: [7, 5, 7], state: "minecraft:air"}, - {pos: [7, 5, 8], state: "minecraft:air"}, - {pos: [7, 5, 9], state: "minecraft:air"}, - {pos: [7, 5, 10], state: "minecraft:air"}, - {pos: [7, 5, 11], state: "minecraft:air"}, - {pos: [7, 5, 12], state: "minecraft:air"}, - {pos: [7, 5, 13], state: "minecraft:air"}, - {pos: [8, 5, 0], state: "minecraft:air"}, - {pos: [8, 5, 1], state: "minecraft:air"}, - {pos: [8, 5, 2], state: "minecraft:redstone_wire{east:side,north:side,power:0,south:side,west:side}"}, - {pos: [8, 5, 3], state: "minecraft:air"}, - {pos: [8, 5, 4], state: "minecraft:air"}, - {pos: [8, 5, 5], state: "minecraft:air"}, - {pos: [8, 5, 6], state: "minecraft:air"}, - {pos: [8, 5, 7], state: "minecraft:air"}, - {pos: [8, 5, 8], state: "minecraft:air"}, - {pos: [8, 5, 9], state: "minecraft:air"}, - {pos: [8, 5, 10], state: "minecraft:air"}, - {pos: [8, 5, 11], state: "minecraft:air"}, - {pos: [8, 5, 12], state: "minecraft:air"}, - {pos: [8, 5, 13], state: "minecraft:air"}, - {pos: [9, 5, 0], state: "minecraft:air"}, - {pos: [9, 5, 1], state: "minecraft:air"}, - {pos: [9, 5, 2], state: "minecraft:red_terracotta"}, - {pos: [9, 5, 3], state: "minecraft:air"}, - {pos: [9, 5, 4], state: "minecraft:air"}, - {pos: [9, 5, 5], state: "minecraft:air"}, - {pos: [9, 5, 6], state: "minecraft:air"}, - {pos: [9, 5, 7], state: "minecraft:air"}, - {pos: [9, 5, 8], state: "minecraft:air"}, - {pos: [9, 5, 9], state: "minecraft:air"}, - {pos: [9, 5, 10], state: "minecraft:air"}, - {pos: [9, 5, 11], state: "minecraft:air"}, - {pos: [9, 5, 12], state: "minecraft:air"}, - {pos: [9, 5, 13], state: "minecraft:air"}, - {pos: [10, 5, 0], state: "minecraft:air"}, - {pos: [10, 5, 1], state: "minecraft:air"}, - {pos: [10, 5, 2], state: "minecraft:air"}, - {pos: [10, 5, 3], state: "minecraft:air"}, - {pos: [10, 5, 4], state: "minecraft:air"}, - {pos: [10, 5, 5], state: "minecraft:air"}, - {pos: [10, 5, 6], state: "minecraft:air"}, - {pos: [10, 5, 7], state: "minecraft:air"}, - {pos: [10, 5, 8], state: "minecraft:air"}, - {pos: [10, 5, 9], state: "minecraft:air"}, - {pos: [10, 5, 10], state: "minecraft:air"}, - {pos: [10, 5, 11], state: "minecraft:air"}, - {pos: [10, 5, 12], state: "minecraft:air"}, - {pos: [10, 5, 13], state: "minecraft:air"}, - {pos: [11, 5, 0], state: "minecraft:air"}, - {pos: [11, 5, 1], state: "minecraft:air"}, - {pos: [11, 5, 2], state: "minecraft:air"}, - {pos: [11, 5, 3], state: "minecraft:air"}, - {pos: [11, 5, 4], state: "minecraft:air"}, - {pos: [11, 5, 5], state: "minecraft:air"}, - {pos: [11, 5, 6], state: "minecraft:air"}, - {pos: [11, 5, 7], state: "minecraft:air"}, - {pos: [11, 5, 8], state: "minecraft:air"}, - {pos: [11, 5, 9], state: "minecraft:air"}, - {pos: [11, 5, 10], state: "minecraft:air"}, - {pos: [11, 5, 11], state: "minecraft:air"}, - {pos: [11, 5, 12], state: "minecraft:air"}, - {pos: [11, 5, 13], state: "minecraft:air"}, - {pos: [12, 5, 0], state: "minecraft:air"}, - {pos: [12, 5, 1], state: "minecraft:air"}, - {pos: [12, 5, 2], state: "minecraft:air"}, - {pos: [12, 5, 3], state: "minecraft:air"}, - {pos: [12, 5, 4], state: "minecraft:air"}, - {pos: [12, 5, 5], state: "minecraft:air"}, - {pos: [12, 5, 6], state: "minecraft:air"}, - {pos: [12, 5, 7], state: "minecraft:air"}, - {pos: [12, 5, 8], state: "minecraft:air"}, - {pos: [12, 5, 9], state: "minecraft:air"}, - {pos: [12, 5, 10], state: "minecraft:air"}, - {pos: [12, 5, 11], state: "minecraft:air"}, - {pos: [12, 5, 12], state: "minecraft:air"}, - {pos: [12, 5, 13], state: "minecraft:air"}, - {pos: [13, 5, 0], state: "minecraft:air"}, - {pos: [13, 5, 1], state: "minecraft:air"}, - {pos: [13, 5, 2], state: "minecraft:air"}, - {pos: [13, 5, 3], state: "minecraft:air"}, - {pos: [13, 5, 4], state: "minecraft:air"}, - {pos: [13, 5, 5], state: "minecraft:air"}, - {pos: [13, 5, 6], state: "minecraft:air"}, - {pos: [13, 5, 7], state: "minecraft:air"}, - {pos: [13, 5, 8], state: "minecraft:air"}, - {pos: [13, 5, 9], state: "minecraft:air"}, - {pos: [13, 5, 10], state: "minecraft:air"}, - {pos: [13, 5, 11], state: "minecraft:air"}, - {pos: [13, 5, 12], state: "minecraft:air"}, - {pos: [13, 5, 13], state: "minecraft:air"}, - {pos: [0, 6, 0], state: "minecraft:air"}, - {pos: [0, 6, 1], state: "minecraft:air"}, - {pos: [0, 6, 2], state: "minecraft:air"}, - {pos: [0, 6, 3], state: "minecraft:air"}, - {pos: [0, 6, 4], state: "minecraft:air"}, - {pos: [0, 6, 5], state: "minecraft:air"}, - {pos: [0, 6, 6], state: "minecraft:air"}, - {pos: [0, 6, 7], state: "minecraft:air"}, - {pos: [0, 6, 8], state: "minecraft:air"}, - {pos: [0, 6, 9], state: "minecraft:air"}, - {pos: [0, 6, 10], state: "minecraft:air"}, - {pos: [0, 6, 11], state: "minecraft:air"}, - {pos: [0, 6, 12], state: "minecraft:air"}, - {pos: [0, 6, 13], state: "minecraft:air"}, - {pos: [1, 6, 0], state: "minecraft:air"}, - {pos: [1, 6, 1], state: "minecraft:air"}, - {pos: [1, 6, 2], state: "minecraft:air"}, - {pos: [1, 6, 3], state: "minecraft:air"}, - {pos: [1, 6, 4], state: "minecraft:air"}, - {pos: [1, 6, 5], state: "minecraft:air"}, - {pos: [1, 6, 6], state: "minecraft:air"}, - {pos: [1, 6, 7], state: "minecraft:air"}, - {pos: [1, 6, 8], state: "minecraft:air"}, - {pos: [1, 6, 9], state: "minecraft:air"}, - {pos: [1, 6, 10], state: "minecraft:air"}, - {pos: [1, 6, 11], state: "minecraft:air"}, - {pos: [1, 6, 12], state: "minecraft:air"}, - {pos: [1, 6, 13], state: "minecraft:air"}, - {pos: [2, 6, 0], state: "minecraft:air"}, - {pos: [2, 6, 1], state: "minecraft:air"}, - {pos: [2, 6, 2], state: "minecraft:air"}, - {pos: [2, 6, 3], state: "minecraft:air"}, - {pos: [2, 6, 4], state: "minecraft:air"}, - {pos: [2, 6, 5], state: "minecraft:air"}, - {pos: [2, 6, 6], state: "minecraft:air"}, - {pos: [2, 6, 7], state: "minecraft:air"}, - {pos: [2, 6, 8], state: "minecraft:air"}, - {pos: [2, 6, 9], state: "minecraft:air"}, - {pos: [2, 6, 10], state: "minecraft:air"}, - {pos: [2, 6, 11], state: "minecraft:air"}, - {pos: [2, 6, 12], state: "minecraft:air"}, - {pos: [2, 6, 13], state: "minecraft:air"}, - {pos: [3, 6, 0], state: "minecraft:air"}, - {pos: [3, 6, 1], state: "minecraft:air"}, - {pos: [3, 6, 2], state: "minecraft:air"}, - {pos: [3, 6, 3], state: "minecraft:air"}, - {pos: [3, 6, 4], state: "minecraft:air"}, - {pos: [3, 6, 5], state: "minecraft:air"}, - {pos: [3, 6, 6], state: "minecraft:air"}, - {pos: [3, 6, 7], state: "minecraft:air"}, - {pos: [3, 6, 8], state: "minecraft:air"}, - {pos: [3, 6, 9], state: "minecraft:air"}, - {pos: [3, 6, 10], state: "minecraft:air"}, - {pos: [3, 6, 11], state: "minecraft:air"}, - {pos: [3, 6, 12], state: "minecraft:air"}, - {pos: [3, 6, 13], state: "minecraft:air"}, - {pos: [4, 6, 0], state: "minecraft:air"}, - {pos: [4, 6, 1], state: "minecraft:air"}, - {pos: [4, 6, 2], state: "minecraft:air"}, - {pos: [4, 6, 3], state: "minecraft:air"}, - {pos: [4, 6, 4], state: "minecraft:air"}, - {pos: [4, 6, 5], state: "minecraft:air"}, - {pos: [4, 6, 6], state: "minecraft:air"}, - {pos: [4, 6, 7], state: "minecraft:air"}, - {pos: [4, 6, 8], state: "minecraft:air"}, - {pos: [4, 6, 9], state: "minecraft:air"}, - {pos: [4, 6, 10], state: "minecraft:air"}, - {pos: [4, 6, 11], state: "minecraft:air"}, - {pos: [4, 6, 12], state: "minecraft:air"}, - {pos: [4, 6, 13], state: "minecraft:air"}, - {pos: [5, 6, 0], state: "minecraft:air"}, - {pos: [5, 6, 1], state: "minecraft:air"}, - {pos: [5, 6, 2], state: "minecraft:air"}, - {pos: [5, 6, 3], state: "minecraft:air"}, - {pos: [5, 6, 4], state: "minecraft:air"}, - {pos: [5, 6, 5], state: "minecraft:air"}, - {pos: [5, 6, 6], state: "minecraft:air"}, - {pos: [5, 6, 7], state: "minecraft:air"}, - {pos: [5, 6, 8], state: "minecraft:air"}, - {pos: [5, 6, 9], state: "minecraft:air"}, - {pos: [5, 6, 10], state: "minecraft:air"}, - {pos: [5, 6, 11], state: "minecraft:air"}, - {pos: [5, 6, 12], state: "minecraft:air"}, - {pos: [5, 6, 13], state: "minecraft:air"}, - {pos: [6, 6, 0], state: "minecraft:air"}, - {pos: [6, 6, 1], state: "minecraft:air"}, - {pos: [6, 6, 2], state: "minecraft:air"}, - {pos: [6, 6, 3], state: "minecraft:air"}, - {pos: [6, 6, 4], state: "minecraft:air"}, - {pos: [6, 6, 5], state: "minecraft:air"}, - {pos: [6, 6, 6], state: "minecraft:air"}, - {pos: [6, 6, 7], state: "minecraft:air"}, - {pos: [6, 6, 8], state: "minecraft:air"}, - {pos: [6, 6, 9], state: "minecraft:air"}, - {pos: [6, 6, 10], state: "minecraft:air"}, - {pos: [6, 6, 11], state: "minecraft:air"}, - {pos: [6, 6, 12], state: "minecraft:air"}, - {pos: [6, 6, 13], state: "minecraft:air"}, - {pos: [7, 6, 0], state: "minecraft:air"}, - {pos: [7, 6, 1], state: "minecraft:air"}, - {pos: [7, 6, 2], state: "minecraft:air"}, - {pos: [7, 6, 3], state: "minecraft:air"}, - {pos: [7, 6, 4], state: "minecraft:air"}, - {pos: [7, 6, 5], state: "minecraft:air"}, - {pos: [7, 6, 6], state: "minecraft:air"}, - {pos: [7, 6, 7], state: "minecraft:air"}, - {pos: [7, 6, 8], state: "minecraft:air"}, - {pos: [7, 6, 9], state: "minecraft:air"}, - {pos: [7, 6, 10], state: "minecraft:air"}, - {pos: [7, 6, 11], state: "minecraft:air"}, - {pos: [7, 6, 12], state: "minecraft:air"}, - {pos: [7, 6, 13], state: "minecraft:air"}, - {pos: [8, 6, 0], state: "minecraft:air"}, - {pos: [8, 6, 1], state: "minecraft:air"}, - {pos: [8, 6, 2], state: "minecraft:air"}, - {pos: [8, 6, 3], state: "minecraft:air"}, - {pos: [8, 6, 4], state: "minecraft:air"}, - {pos: [8, 6, 5], state: "minecraft:air"}, - {pos: [8, 6, 6], state: "minecraft:air"}, - {pos: [8, 6, 7], state: "minecraft:air"}, - {pos: [8, 6, 8], state: "minecraft:air"}, - {pos: [8, 6, 9], state: "minecraft:air"}, - {pos: [8, 6, 10], state: "minecraft:air"}, - {pos: [8, 6, 11], state: "minecraft:air"}, - {pos: [8, 6, 12], state: "minecraft:air"}, - {pos: [8, 6, 13], state: "minecraft:air"}, - {pos: [9, 6, 0], state: "minecraft:air"}, - {pos: [9, 6, 1], state: "minecraft:air"}, - {pos: [9, 6, 2], state: "minecraft:air"}, - {pos: [9, 6, 3], state: "minecraft:air"}, - {pos: [9, 6, 4], state: "minecraft:air"}, - {pos: [9, 6, 5], state: "minecraft:air"}, - {pos: [9, 6, 6], state: "minecraft:air"}, - {pos: [9, 6, 7], state: "minecraft:air"}, - {pos: [9, 6, 8], state: "minecraft:air"}, - {pos: [9, 6, 9], state: "minecraft:air"}, - {pos: [9, 6, 10], state: "minecraft:air"}, - {pos: [9, 6, 11], state: "minecraft:air"}, - {pos: [9, 6, 12], state: "minecraft:air"}, - {pos: [9, 6, 13], state: "minecraft:air"}, - {pos: [10, 6, 0], state: "minecraft:air"}, - {pos: [10, 6, 1], state: "minecraft:air"}, - {pos: [10, 6, 2], state: "minecraft:air"}, - {pos: [10, 6, 3], state: "minecraft:air"}, - {pos: [10, 6, 4], state: "minecraft:air"}, - {pos: [10, 6, 5], state: "minecraft:air"}, - {pos: [10, 6, 6], state: "minecraft:air"}, - {pos: [10, 6, 7], state: "minecraft:air"}, - {pos: [10, 6, 8], state: "minecraft:air"}, - {pos: [10, 6, 9], state: "minecraft:air"}, - {pos: [10, 6, 10], state: "minecraft:air"}, - {pos: [10, 6, 11], state: "minecraft:air"}, - {pos: [10, 6, 12], state: "minecraft:air"}, - {pos: [10, 6, 13], state: "minecraft:air"}, - {pos: [11, 6, 0], state: "minecraft:air"}, - {pos: [11, 6, 1], state: "minecraft:air"}, - {pos: [11, 6, 2], state: "minecraft:air"}, - {pos: [11, 6, 3], state: "minecraft:air"}, - {pos: [11, 6, 4], state: "minecraft:air"}, - {pos: [11, 6, 5], state: "minecraft:air"}, - {pos: [11, 6, 6], state: "minecraft:air"}, - {pos: [11, 6, 7], state: "minecraft:air"}, - {pos: [11, 6, 8], state: "minecraft:air"}, - {pos: [11, 6, 9], state: "minecraft:air"}, - {pos: [11, 6, 10], state: "minecraft:air"}, - {pos: [11, 6, 11], state: "minecraft:air"}, - {pos: [11, 6, 12], state: "minecraft:air"}, - {pos: [11, 6, 13], state: "minecraft:air"}, - {pos: [12, 6, 0], state: "minecraft:air"}, - {pos: [12, 6, 1], state: "minecraft:air"}, - {pos: [12, 6, 2], state: "minecraft:air"}, - {pos: [12, 6, 3], state: "minecraft:air"}, - {pos: [12, 6, 4], state: "minecraft:air"}, - {pos: [12, 6, 5], state: "minecraft:air"}, - {pos: [12, 6, 6], state: "minecraft:air"}, - {pos: [12, 6, 7], state: "minecraft:air"}, - {pos: [12, 6, 8], state: "minecraft:air"}, - {pos: [12, 6, 9], state: "minecraft:air"}, - {pos: [12, 6, 10], state: "minecraft:air"}, - {pos: [12, 6, 11], state: "minecraft:air"}, - {pos: [12, 6, 12], state: "minecraft:air"}, - {pos: [12, 6, 13], state: "minecraft:air"}, - {pos: [13, 6, 0], state: "minecraft:air"}, - {pos: [13, 6, 1], state: "minecraft:air"}, - {pos: [13, 6, 2], state: "minecraft:air"}, - {pos: [13, 6, 3], state: "minecraft:air"}, - {pos: [13, 6, 4], state: "minecraft:air"}, - {pos: [13, 6, 5], state: "minecraft:air"}, - {pos: [13, 6, 6], state: "minecraft:air"}, - {pos: [13, 6, 7], state: "minecraft:air"}, - {pos: [13, 6, 8], state: "minecraft:air"}, - {pos: [13, 6, 9], state: "minecraft:air"}, - {pos: [13, 6, 10], state: "minecraft:air"}, - {pos: [13, 6, 11], state: "minecraft:air"}, - {pos: [13, 6, 12], state: "minecraft:air"}, - {pos: [13, 6, 13], state: "minecraft:air"} - ], - entities: [], - palette: [ - "minecraft:green_concrete", - "minecraft:white_concrete", - "minecraft:emerald_block", - "minecraft:note_block{instrument:bit,note:0,powered:false}", - "minecraft:glass", - "minecraft:red_terracotta", - "minecraft:air", - "minecraft:repeater{delay:1,facing:west,locked:false,powered:false}", - "minecraft:redstone_wall_torch{facing:east,lit:true}", - "minecraft:redstone_wire{east:none,north:none,power:15,south:side,west:side}", - "minecraft:redstone_wire{east:none,north:side,power:14,south:side,west:none}", - "minecraft:redstone_wire{east:none,north:side,power:15,south:side,west:side}", - "minecraft:redstone_wire{east:none,north:side,power:13,south:side,west:none}", - "minecraft:redstone_wire{east:none,north:side,power:12,south:side,west:none}", - "minecraft:redstone_wire{east:up,north:none,power:0,south:side,west:none}", - "minecraft:redstone_wire{east:up,north:side,power:0,south:side,west:none}", - "minecraft:redstone_wire{east:up,north:side,power:0,south:none,west:none}", - "minecraft:redstone_torch{lit:false}", - "minecraft:redstone_wire{east:side,north:none,power:1,south:side,west:side}", - "minecraft:redstone_wire{east:side,north:side,power:1,south:side,west:side}", - "minecraft:redstone_wire{east:side,north:side,power:1,south:none,west:side}", - "minecraft:redstone_wire{east:side,north:none,power:2,south:side,west:side}", - "minecraft:redstone_wire{east:side,north:side,power:2,south:side,west:side}", - "minecraft:redstone_wire{east:side,north:side,power:2,south:none,west:side}", - "minecraft:redstone_wall_torch{facing:west,lit:true}", - "minecraft:redstone_wire{east:side,north:side,power:0,south:side,west:side}", - "minecraft:hopper{enabled:false,facing:east}", - "minecraft:chest{facing:north,type:left,waterlogged:false}", - "minecraft:chest{facing:north,type:right,waterlogged:false}", - "minecraft:comparator{facing:west,mode:compare,powered:false}", - "minecraft:chest{facing:north,type:single,waterlogged:false}", - "minecraft:comparator{facing:east,mode:compare,powered:true}", - "minecraft:hopper{enabled:true,facing:east}", - "minecraft:hopper{enabled:false,facing:south}", - "minecraft:hopper{enabled:true,facing:south}", - "minecraft:chest{facing:west,type:right,waterlogged:false}", - "minecraft:chest{facing:west,type:left,waterlogged:false}" - ] -} diff --git a/testserver/gameteststructures/test_redstone.itempickup.snbt b/testserver/gameteststructures/test_redstone.itempickup.snbt deleted file mode 100644 index b294b7eba..000000000 --- a/testserver/gameteststructures/test_redstone.itempickup.snbt +++ /dev/null @@ -1,3033 +0,0 @@ -{ - DataVersion: 2730, - size: [10, 10, 30], - data: [ - {pos: [0, 0, 0], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 1], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 2], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 3], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 4], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 5], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 6], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 7], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 8], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 9], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 10], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 11], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 12], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 13], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 14], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 15], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 16], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 17], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 18], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 19], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 20], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 21], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 22], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 23], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 24], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 25], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 26], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 27], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 28], state: "minecraft:blue_concrete"}, - {pos: [0, 0, 29], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 0], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 1], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 2], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 3], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 4], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 5], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 6], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 7], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 8], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 9], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 10], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 11], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 12], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 13], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 14], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 15], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 16], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 17], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 18], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 19], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 20], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 21], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 22], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 23], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 24], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 25], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 26], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 27], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 28], state: "minecraft:blue_concrete"}, - {pos: [1, 0, 29], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 0], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 1], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 2], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 3], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 4], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 5], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 6], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 7], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 8], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 9], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 10], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 11], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 12], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 13], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 14], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 15], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 16], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 17], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 18], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 19], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 20], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 21], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 22], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 23], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 24], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 25], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 26], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 27], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 28], state: "minecraft:blue_concrete"}, - {pos: [2, 0, 29], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 0], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 1], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 2], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 3], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 4], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 5], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 6], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 7], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 8], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 9], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 10], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 11], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 12], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 13], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 14], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 15], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 16], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 17], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 18], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 19], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 20], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 21], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 22], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 23], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 24], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 25], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 26], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 27], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 28], state: "minecraft:blue_concrete"}, - {pos: [3, 0, 29], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 0], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 1], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 2], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 3], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 4], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 5], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 6], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 7], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 8], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 9], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 10], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 11], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 12], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 13], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 14], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 15], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 16], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 17], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 18], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 19], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 20], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 21], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 22], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 23], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 24], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 25], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 26], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 27], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 28], state: "minecraft:blue_concrete"}, - {pos: [4, 0, 29], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 0], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 1], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 2], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 3], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 4], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 5], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 6], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 7], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 8], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 9], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 10], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 11], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 12], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 13], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 14], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 15], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 16], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 17], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 18], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 19], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 20], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 21], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 22], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 23], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 24], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 25], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 26], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 27], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 28], state: "minecraft:blue_concrete"}, - {pos: [5, 0, 29], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 0], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 1], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 2], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 3], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 4], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 5], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 6], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 7], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 8], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 9], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 10], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 11], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 12], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 13], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 14], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 15], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 16], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 17], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 18], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 19], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 20], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 21], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 22], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 23], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 24], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 25], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 26], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 27], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 28], state: "minecraft:blue_concrete"}, - {pos: [6, 0, 29], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 0], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 1], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 2], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 3], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 4], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 5], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 6], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 7], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 8], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 9], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 10], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 11], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 12], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 13], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 14], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 15], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 16], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 17], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 18], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 19], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 20], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 21], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 22], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 23], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 24], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 25], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 26], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 27], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 28], state: "minecraft:blue_concrete"}, - {pos: [7, 0, 29], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 0], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 1], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 2], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 3], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 4], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 5], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 6], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 7], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 8], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 9], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 10], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 11], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 12], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 13], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 14], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 15], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 16], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 17], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 18], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 19], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 20], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 21], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 22], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 23], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 24], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 25], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 26], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 27], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 28], state: "minecraft:blue_concrete"}, - {pos: [8, 0, 29], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 0], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 1], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 2], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 3], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 4], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 5], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 6], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 7], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 8], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 9], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 10], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 11], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 12], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 13], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 14], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 15], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 16], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 17], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 18], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 19], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 20], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 21], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 22], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 23], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 24], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 25], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 26], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 27], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 28], state: "minecraft:blue_concrete"}, - {pos: [9, 0, 29], state: "minecraft:blue_concrete"}, - {pos: [0, 1, 0], state: "minecraft:air"}, - {pos: [0, 1, 1], state: "minecraft:air"}, - {pos: [0, 1, 2], state: "minecraft:air"}, - {pos: [0, 1, 3], state: "minecraft:air"}, - {pos: [0, 1, 4], state: "minecraft:air"}, - {pos: [0, 1, 5], state: "minecraft:air"}, - {pos: [0, 1, 6], state: "minecraft:air"}, - {pos: [0, 1, 7], state: "minecraft:air"}, - {pos: [0, 1, 8], state: "minecraft:air"}, - {pos: [0, 1, 9], state: "minecraft:air"}, - {pos: [0, 1, 10], state: "minecraft:air"}, - {pos: [0, 1, 11], state: "minecraft:air"}, - {pos: [0, 1, 12], state: "minecraft:air"}, - {pos: [0, 1, 13], state: "minecraft:air"}, - {pos: [0, 1, 14], state: "minecraft:air"}, - {pos: [0, 1, 15], state: "minecraft:air"}, - {pos: [0, 1, 16], state: "minecraft:air"}, - {pos: [0, 1, 17], state: "minecraft:air"}, - {pos: [0, 1, 18], state: "minecraft:air"}, - {pos: [0, 1, 19], state: "minecraft:air"}, - {pos: [0, 1, 20], state: "minecraft:air"}, - {pos: [0, 1, 21], state: "minecraft:air"}, - {pos: [0, 1, 22], state: "minecraft:air"}, - {pos: [0, 1, 23], state: "minecraft:air"}, - {pos: [0, 1, 24], state: "minecraft:air"}, - {pos: [0, 1, 25], state: "minecraft:air"}, - {pos: [0, 1, 26], state: "minecraft:air"}, - {pos: [0, 1, 27], state: "minecraft:air"}, - {pos: [0, 1, 28], state: "minecraft:air"}, - {pos: [0, 1, 29], state: "minecraft:air"}, - {pos: [1, 1, 0], state: "minecraft:air"}, - {pos: [1, 1, 1], state: "minecraft:red_terracotta"}, - {pos: [1, 1, 2], state: "minecraft:air"}, - {pos: [1, 1, 3], state: "minecraft:air"}, - {pos: [1, 1, 4], state: "minecraft:air"}, - {pos: [1, 1, 5], state: "minecraft:air"}, - {pos: [1, 1, 6], state: "minecraft:air"}, - {pos: [1, 1, 7], state: "minecraft:air"}, - {pos: [1, 1, 8], state: "minecraft:air"}, - {pos: [1, 1, 9], state: "minecraft:air"}, - {pos: [1, 1, 10], state: "minecraft:air"}, - {pos: [1, 1, 11], state: "minecraft:air"}, - {pos: [1, 1, 12], state: "minecraft:air"}, - {pos: [1, 1, 13], state: "minecraft:air"}, - {pos: [1, 1, 14], state: "minecraft:air"}, - {pos: [1, 1, 15], state: "minecraft:air"}, - {pos: [1, 1, 16], state: "minecraft:air"}, - {pos: [1, 1, 17], state: "minecraft:air"}, - {pos: [1, 1, 18], state: "minecraft:air"}, - {pos: [1, 1, 19], state: "minecraft:air"}, - {pos: [1, 1, 20], state: "minecraft:air"}, - {pos: [1, 1, 21], state: "minecraft:air"}, - {pos: [1, 1, 22], state: "minecraft:air"}, - {pos: [1, 1, 23], state: "minecraft:air"}, - {pos: [1, 1, 24], state: "minecraft:air"}, - {pos: [1, 1, 25], state: "minecraft:air"}, - {pos: [1, 1, 26], state: "minecraft:air"}, - {pos: [1, 1, 27], state: "minecraft:air"}, - {pos: [1, 1, 28], state: "minecraft:air"}, - {pos: [1, 1, 29], state: "minecraft:air"}, - {pos: [2, 1, 0], state: "minecraft:air"}, - {pos: [2, 1, 1], state: "minecraft:comparator{facing:west,mode:subtract,powered:false}", nbt: {OutputSignal: 0, id: "minecraft:comparator"}}, - {pos: [2, 1, 2], state: "minecraft:redstone_wire{east:side,north:side,power:0,south:none,west:none}"}, - {pos: [2, 1, 3], state: "minecraft:air"}, - {pos: [2, 1, 4], state: "minecraft:air"}, - {pos: [2, 1, 5], state: "minecraft:air"}, - {pos: [2, 1, 6], state: "minecraft:air"}, - {pos: [2, 1, 7], state: "minecraft:air"}, - {pos: [2, 1, 8], state: "minecraft:air"}, - {pos: [2, 1, 9], state: "minecraft:air"}, - {pos: [2, 1, 10], state: "minecraft:air"}, - {pos: [2, 1, 11], state: "minecraft:air"}, - {pos: [2, 1, 12], state: "minecraft:air"}, - {pos: [2, 1, 13], state: "minecraft:air"}, - {pos: [2, 1, 14], state: "minecraft:hopper{enabled:true,facing:down}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [2, 1, 15], state: "minecraft:air"}, - {pos: [2, 1, 16], state: "minecraft:hopper{enabled:true,facing:down}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [2, 1, 17], state: "minecraft:hopper{enabled:true,facing:down}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [2, 1, 18], state: "minecraft:air"}, - {pos: [2, 1, 19], state: "minecraft:hopper{enabled:true,facing:down}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [2, 1, 20], state: "minecraft:air"}, - {pos: [2, 1, 21], state: "minecraft:hopper{enabled:true,facing:down}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [2, 1, 22], state: "minecraft:hopper{enabled:true,facing:down}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [2, 1, 23], state: "minecraft:air"}, - {pos: [2, 1, 24], state: "minecraft:air"}, - {pos: [2, 1, 25], state: "minecraft:air"}, - {pos: [2, 1, 26], state: "minecraft:air"}, - {pos: [2, 1, 27], state: "minecraft:air"}, - {pos: [2, 1, 28], state: "minecraft:air"}, - {pos: [2, 1, 29], state: "minecraft:air"}, - {pos: [3, 1, 0], state: "minecraft:air"}, - {pos: [3, 1, 1], state: "minecraft:redstone_wire{east:none,north:none,power:0,south:side,west:side}"}, - {pos: [3, 1, 2], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:side}"}, - {pos: [3, 1, 3], state: "minecraft:redstone_wire{east:side,north:side,power:0,south:none,west:none}"}, - {pos: [3, 1, 4], state: "minecraft:air"}, - {pos: [3, 1, 5], state: "minecraft:air"}, - {pos: [3, 1, 6], state: "minecraft:air"}, - {pos: [3, 1, 7], state: "minecraft:air"}, - {pos: [3, 1, 8], state: "minecraft:air"}, - {pos: [3, 1, 9], state: "minecraft:air"}, - {pos: [3, 1, 10], state: "minecraft:air"}, - {pos: [3, 1, 11], state: "minecraft:air"}, - {pos: [3, 1, 12], state: "minecraft:air"}, - {pos: [3, 1, 13], state: "minecraft:hopper{enabled:true,facing:down}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [3, 1, 14], state: "minecraft:air"}, - {pos: [3, 1, 15], state: "minecraft:air"}, - {pos: [3, 1, 16], state: "minecraft:air"}, - {pos: [3, 1, 17], state: "minecraft:air"}, - {pos: [3, 1, 18], state: "minecraft:air"}, - {pos: [3, 1, 19], state: "minecraft:air"}, - {pos: [3, 1, 20], state: "minecraft:air"}, - {pos: [3, 1, 21], state: "minecraft:air"}, - {pos: [3, 1, 22], state: "minecraft:air"}, - {pos: [3, 1, 23], state: "minecraft:air"}, - {pos: [3, 1, 24], state: "minecraft:hopper{enabled:true,facing:down}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [3, 1, 25], state: "minecraft:air"}, - {pos: [3, 1, 26], state: "minecraft:air"}, - {pos: [3, 1, 27], state: "minecraft:air"}, - {pos: [3, 1, 28], state: "minecraft:air"}, - {pos: [3, 1, 29], state: "minecraft:air"}, - {pos: [4, 1, 0], state: "minecraft:air"}, - {pos: [4, 1, 1], state: "minecraft:air"}, - {pos: [4, 1, 2], state: "minecraft:air"}, - {pos: [4, 1, 3], state: "minecraft:redstone_wire{east:side,north:none,power:0,south:none,west:side}"}, - {pos: [4, 1, 4], state: "minecraft:air"}, - {pos: [4, 1, 5], state: "minecraft:air"}, - {pos: [4, 1, 6], state: "minecraft:air"}, - {pos: [4, 1, 7], state: "minecraft:air"}, - {pos: [4, 1, 8], state: "minecraft:air"}, - {pos: [4, 1, 9], state: "minecraft:air"}, - {pos: [4, 1, 10], state: "minecraft:air"}, - {pos: [4, 1, 11], state: "minecraft:air"}, - {pos: [4, 1, 12], state: "minecraft:hopper{enabled:true,facing:down}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [4, 1, 13], state: "minecraft:air"}, - {pos: [4, 1, 14], state: "minecraft:air"}, - {pos: [4, 1, 15], state: "minecraft:air"}, - {pos: [4, 1, 16], state: "minecraft:hopper{enabled:true,facing:down}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [4, 1, 17], state: "minecraft:hopper{enabled:true,facing:down}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [4, 1, 18], state: "minecraft:hopper{enabled:true,facing:down}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [4, 1, 19], state: "minecraft:air"}, - {pos: [4, 1, 20], state: "minecraft:hopper{enabled:true,facing:down}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [4, 1, 21], state: "minecraft:hopper{enabled:true,facing:down}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [4, 1, 22], state: "minecraft:hopper{enabled:true,facing:down}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [4, 1, 23], state: "minecraft:hopper{enabled:true,facing:down}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [4, 1, 24], state: "minecraft:air"}, - {pos: [4, 1, 25], state: "minecraft:air"}, - {pos: [4, 1, 26], state: "minecraft:air"}, - {pos: [4, 1, 27], state: "minecraft:air"}, - {pos: [4, 1, 28], state: "minecraft:air"}, - {pos: [4, 1, 29], state: "minecraft:air"}, - {pos: [5, 1, 0], state: "minecraft:air"}, - {pos: [5, 1, 1], state: "minecraft:air"}, - {pos: [5, 1, 2], state: "minecraft:air"}, - {pos: [5, 1, 3], state: "minecraft:redstone_wire{east:side,north:none,power:0,south:none,west:side}"}, - {pos: [5, 1, 4], state: "minecraft:air"}, - {pos: [5, 1, 5], state: "minecraft:air"}, - {pos: [5, 1, 6], state: "minecraft:air"}, - {pos: [5, 1, 7], state: "minecraft:air"}, - {pos: [5, 1, 8], state: "minecraft:air"}, - {pos: [5, 1, 9], state: "minecraft:air"}, - {pos: [5, 1, 10], state: "minecraft:air"}, - {pos: [5, 1, 11], state: "minecraft:air"}, - {pos: [5, 1, 12], state: "minecraft:air"}, - {pos: [5, 1, 13], state: "minecraft:air"}, - {pos: [5, 1, 14], state: "minecraft:air"}, - {pos: [5, 1, 15], state: "minecraft:air"}, - {pos: [5, 1, 16], state: "minecraft:air"}, - {pos: [5, 1, 17], state: "minecraft:air"}, - {pos: [5, 1, 18], state: "minecraft:air"}, - {pos: [5, 1, 19], state: "minecraft:air"}, - {pos: [5, 1, 20], state: "minecraft:air"}, - {pos: [5, 1, 21], state: "minecraft:air"}, - {pos: [5, 1, 22], state: "minecraft:air"}, - {pos: [5, 1, 23], state: "minecraft:air"}, - {pos: [5, 1, 24], state: "minecraft:air"}, - {pos: [5, 1, 25], state: "minecraft:air"}, - {pos: [5, 1, 26], state: "minecraft:air"}, - {pos: [5, 1, 27], state: "minecraft:air"}, - {pos: [5, 1, 28], state: "minecraft:air"}, - {pos: [5, 1, 29], state: "minecraft:air"}, - {pos: [6, 1, 0], state: "minecraft:air"}, - {pos: [6, 1, 1], state: "minecraft:air"}, - {pos: [6, 1, 2], state: "minecraft:air"}, - {pos: [6, 1, 3], state: "minecraft:dropper{facing:up,triggered:false}", nbt: {Items: [{Count: 64b, Slot: 0b, id: "minecraft:red_terracotta"}], id: "minecraft:dropper"}}, - {pos: [6, 1, 4], state: "minecraft:packed_ice"}, - {pos: [6, 1, 5], state: "minecraft:packed_ice"}, - {pos: [6, 1, 6], state: "minecraft:packed_ice"}, - {pos: [6, 1, 7], state: "minecraft:packed_ice"}, - {pos: [6, 1, 8], state: "minecraft:packed_ice"}, - {pos: [6, 1, 9], state: "minecraft:packed_ice"}, - {pos: [6, 1, 10], state: "minecraft:packed_ice"}, - {pos: [6, 1, 11], state: "minecraft:packed_ice"}, - {pos: [6, 1, 12], state: "minecraft:packed_ice"}, - {pos: [6, 1, 13], state: "minecraft:packed_ice"}, - {pos: [6, 1, 14], state: "minecraft:packed_ice"}, - {pos: [6, 1, 15], state: "minecraft:packed_ice"}, - {pos: [6, 1, 16], state: "minecraft:packed_ice"}, - {pos: [6, 1, 17], state: "minecraft:packed_ice"}, - {pos: [6, 1, 18], state: "minecraft:packed_ice"}, - {pos: [6, 1, 19], state: "minecraft:packed_ice"}, - {pos: [6, 1, 20], state: "minecraft:packed_ice"}, - {pos: [6, 1, 21], state: "minecraft:packed_ice"}, - {pos: [6, 1, 22], state: "minecraft:hopper{enabled:true,facing:down}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [6, 1, 23], state: "minecraft:comparator{facing:north,mode:compare,powered:false}", nbt: {OutputSignal: 0, id: "minecraft:comparator"}}, - {pos: [6, 1, 24], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [6, 1, 25], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [6, 1, 26], state: "minecraft:emerald_block"}, - {pos: [6, 1, 27], state: "minecraft:air"}, - {pos: [6, 1, 28], state: "minecraft:air"}, - {pos: [6, 1, 29], state: "minecraft:air"}, - {pos: [7, 1, 0], state: "minecraft:air"}, - {pos: [7, 1, 1], state: "minecraft:air"}, - {pos: [7, 1, 2], state: "minecraft:air"}, - {pos: [7, 1, 3], state: "minecraft:air"}, - {pos: [7, 1, 4], state: "minecraft:air"}, - {pos: [7, 1, 5], state: "minecraft:air"}, - {pos: [7, 1, 6], state: "minecraft:air"}, - {pos: [7, 1, 7], state: "minecraft:air"}, - {pos: [7, 1, 8], state: "minecraft:air"}, - {pos: [7, 1, 9], state: "minecraft:air"}, - {pos: [7, 1, 10], state: "minecraft:air"}, - {pos: [7, 1, 11], state: "minecraft:air"}, - {pos: [7, 1, 12], state: "minecraft:air"}, - {pos: [7, 1, 13], state: "minecraft:air"}, - {pos: [7, 1, 14], state: "minecraft:air"}, - {pos: [7, 1, 15], state: "minecraft:air"}, - {pos: [7, 1, 16], state: "minecraft:air"}, - {pos: [7, 1, 17], state: "minecraft:air"}, - {pos: [7, 1, 18], state: "minecraft:air"}, - {pos: [7, 1, 19], state: "minecraft:air"}, - {pos: [7, 1, 20], state: "minecraft:air"}, - {pos: [7, 1, 21], state: "minecraft:air"}, - {pos: [7, 1, 22], state: "minecraft:air"}, - {pos: [7, 1, 23], state: "minecraft:air"}, - {pos: [7, 1, 24], state: "minecraft:hopper{enabled:true,facing:down}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [7, 1, 25], state: "minecraft:air"}, - {pos: [7, 1, 26], state: "minecraft:air"}, - {pos: [7, 1, 27], state: "minecraft:air"}, - {pos: [7, 1, 28], state: "minecraft:air"}, - {pos: [7, 1, 29], state: "minecraft:air"}, - {pos: [8, 1, 0], state: "minecraft:air"}, - {pos: [8, 1, 1], state: "minecraft:air"}, - {pos: [8, 1, 2], state: "minecraft:air"}, - {pos: [8, 1, 3], state: "minecraft:air"}, - {pos: [8, 1, 4], state: "minecraft:air"}, - {pos: [8, 1, 5], state: "minecraft:air"}, - {pos: [8, 1, 6], state: "minecraft:air"}, - {pos: [8, 1, 7], state: "minecraft:air"}, - {pos: [8, 1, 8], state: "minecraft:air"}, - {pos: [8, 1, 9], state: "minecraft:air"}, - {pos: [8, 1, 10], state: "minecraft:air"}, - {pos: [8, 1, 11], state: "minecraft:air"}, - {pos: [8, 1, 12], state: "minecraft:hopper{enabled:true,facing:down}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [8, 1, 13], state: "minecraft:hopper{enabled:true,facing:down}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [8, 1, 14], state: "minecraft:hopper{enabled:true,facing:down}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [8, 1, 15], state: "minecraft:hopper{enabled:true,facing:down}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [8, 1, 16], state: "minecraft:air"}, - {pos: [8, 1, 17], state: "minecraft:hopper{enabled:true,facing:down}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [8, 1, 18], state: "minecraft:hopper{enabled:true,facing:down}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [8, 1, 19], state: "minecraft:air"}, - {pos: [8, 1, 20], state: "minecraft:hopper{enabled:true,facing:down}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [8, 1, 21], state: "minecraft:air"}, - {pos: [8, 1, 22], state: "minecraft:hopper{enabled:true,facing:down}", nbt: {Items: [], TransferCooldown: 0, id: "minecraft:hopper"}}, - {pos: [8, 1, 23], state: "minecraft:air"}, - {pos: [8, 1, 24], state: "minecraft:air"}, - {pos: [8, 1, 25], state: "minecraft:air"}, - {pos: [8, 1, 26], state: "minecraft:air"}, - {pos: [8, 1, 27], state: "minecraft:air"}, - {pos: [8, 1, 28], state: "minecraft:air"}, - {pos: [8, 1, 29], state: "minecraft:air"}, - {pos: [9, 1, 0], state: "minecraft:air"}, - {pos: [9, 1, 1], state: "minecraft:air"}, - {pos: [9, 1, 2], state: "minecraft:air"}, - {pos: [9, 1, 3], state: "minecraft:air"}, - {pos: [9, 1, 4], state: "minecraft:air"}, - {pos: [9, 1, 5], state: "minecraft:air"}, - {pos: [9, 1, 6], state: "minecraft:air"}, - {pos: [9, 1, 7], state: "minecraft:air"}, - {pos: [9, 1, 8], state: "minecraft:air"}, - {pos: [9, 1, 9], state: "minecraft:air"}, - {pos: [9, 1, 10], state: "minecraft:air"}, - {pos: [9, 1, 11], state: "minecraft:air"}, - {pos: [9, 1, 12], state: "minecraft:air"}, - {pos: [9, 1, 13], state: "minecraft:air"}, - {pos: [9, 1, 14], state: "minecraft:air"}, - {pos: [9, 1, 15], state: "minecraft:air"}, - {pos: [9, 1, 16], state: "minecraft:air"}, - {pos: [9, 1, 17], state: "minecraft:air"}, - {pos: [9, 1, 18], state: "minecraft:air"}, - {pos: [9, 1, 19], state: "minecraft:air"}, - {pos: [9, 1, 20], state: "minecraft:air"}, - {pos: [9, 1, 21], state: "minecraft:air"}, - {pos: [9, 1, 22], state: "minecraft:air"}, - {pos: [9, 1, 23], state: "minecraft:air"}, - {pos: [9, 1, 24], state: "minecraft:air"}, - {pos: [9, 1, 25], state: "minecraft:air"}, - {pos: [9, 1, 26], state: "minecraft:air"}, - {pos: [9, 1, 27], state: "minecraft:air"}, - {pos: [9, 1, 28], state: "minecraft:air"}, - {pos: [9, 1, 29], state: "minecraft:air"}, - {pos: [0, 2, 0], state: "minecraft:air"}, - {pos: [0, 2, 1], state: "minecraft:air"}, - {pos: [0, 2, 2], state: "minecraft:air"}, - {pos: [0, 2, 3], state: "minecraft:air"}, - {pos: [0, 2, 4], state: "minecraft:air"}, - {pos: [0, 2, 5], state: "minecraft:air"}, - {pos: [0, 2, 6], state: "minecraft:air"}, - {pos: [0, 2, 7], state: "minecraft:air"}, - {pos: [0, 2, 8], state: "minecraft:air"}, - {pos: [0, 2, 9], state: "minecraft:air"}, - {pos: [0, 2, 10], state: "minecraft:air"}, - {pos: [0, 2, 11], state: "minecraft:air"}, - {pos: [0, 2, 12], state: "minecraft:air"}, - {pos: [0, 2, 13], state: "minecraft:air"}, - {pos: [0, 2, 14], state: "minecraft:air"}, - {pos: [0, 2, 15], state: "minecraft:air"}, - {pos: [0, 2, 16], state: "minecraft:air"}, - {pos: [0, 2, 17], state: "minecraft:air"}, - {pos: [0, 2, 18], state: "minecraft:air"}, - {pos: [0, 2, 19], state: "minecraft:air"}, - {pos: [0, 2, 20], state: "minecraft:air"}, - {pos: [0, 2, 21], state: "minecraft:air"}, - {pos: [0, 2, 22], state: "minecraft:air"}, - {pos: [0, 2, 23], state: "minecraft:air"}, - {pos: [0, 2, 24], state: "minecraft:air"}, - {pos: [0, 2, 25], state: "minecraft:air"}, - {pos: [0, 2, 26], state: "minecraft:air"}, - {pos: [0, 2, 27], state: "minecraft:air"}, - {pos: [0, 2, 28], state: "minecraft:air"}, - {pos: [0, 2, 29], state: "minecraft:air"}, - {pos: [1, 2, 0], state: "minecraft:air"}, - {pos: [1, 2, 1], state: "minecraft:air"}, - {pos: [1, 2, 2], state: "minecraft:air"}, - {pos: [1, 2, 3], state: "minecraft:air"}, - {pos: [1, 2, 4], state: "minecraft:air"}, - {pos: [1, 2, 5], state: "minecraft:air"}, - {pos: [1, 2, 6], state: "minecraft:air"}, - {pos: [1, 2, 7], state: "minecraft:air"}, - {pos: [1, 2, 8], state: "minecraft:air"}, - {pos: [1, 2, 9], state: "minecraft:air"}, - {pos: [1, 2, 10], state: "minecraft:air"}, - {pos: [1, 2, 11], state: "minecraft:air"}, - {pos: [1, 2, 12], state: "minecraft:air"}, - {pos: [1, 2, 13], state: "minecraft:air"}, - {pos: [1, 2, 14], state: "minecraft:air"}, - {pos: [1, 2, 15], state: "minecraft:air"}, - {pos: [1, 2, 16], state: "minecraft:air"}, - {pos: [1, 2, 17], state: "minecraft:air"}, - {pos: [1, 2, 18], state: "minecraft:air"}, - {pos: [1, 2, 19], state: "minecraft:air"}, - {pos: [1, 2, 20], state: "minecraft:air"}, - {pos: [1, 2, 21], state: "minecraft:air"}, - {pos: [1, 2, 22], state: "minecraft:air"}, - {pos: [1, 2, 23], state: "minecraft:air"}, - {pos: [1, 2, 24], state: "minecraft:air"}, - {pos: [1, 2, 25], state: "minecraft:air"}, - {pos: [1, 2, 26], state: "minecraft:air"}, - {pos: [1, 2, 27], state: "minecraft:air"}, - {pos: [1, 2, 28], state: "minecraft:air"}, - {pos: [1, 2, 29], state: "minecraft:air"}, - {pos: [2, 2, 0], state: "minecraft:air"}, - {pos: [2, 2, 1], state: "minecraft:air"}, - {pos: [2, 2, 2], state: "minecraft:air"}, - {pos: [2, 2, 3], state: "minecraft:air"}, - {pos: [2, 2, 4], state: "minecraft:air"}, - {pos: [2, 2, 5], state: "minecraft:air"}, - {pos: [2, 2, 6], state: "minecraft:air"}, - {pos: [2, 2, 7], state: "minecraft:air"}, - {pos: [2, 2, 8], state: "minecraft:air"}, - {pos: [2, 2, 9], state: "minecraft:air"}, - {pos: [2, 2, 10], state: "minecraft:air"}, - {pos: [2, 2, 11], state: "minecraft:air"}, - {pos: [2, 2, 12], state: "minecraft:air"}, - {pos: [2, 2, 13], state: "minecraft:air"}, - {pos: [2, 2, 14], state: "minecraft:air"}, - {pos: [2, 2, 15], state: "minecraft:air"}, - {pos: [2, 2, 16], state: "minecraft:air"}, - {pos: [2, 2, 17], state: "minecraft:air"}, - {pos: [2, 2, 18], state: "minecraft:air"}, - {pos: [2, 2, 19], state: "minecraft:air"}, - {pos: [2, 2, 20], state: "minecraft:air"}, - {pos: [2, 2, 21], state: "minecraft:air"}, - {pos: [2, 2, 22], state: "minecraft:air"}, - {pos: [2, 2, 23], state: "minecraft:air"}, - {pos: [2, 2, 24], state: "minecraft:air"}, - {pos: [2, 2, 25], state: "minecraft:air"}, - {pos: [2, 2, 26], state: "minecraft:air"}, - {pos: [2, 2, 27], state: "minecraft:air"}, - {pos: [2, 2, 28], state: "minecraft:air"}, - {pos: [2, 2, 29], state: "minecraft:air"}, - {pos: [3, 2, 0], state: "minecraft:air"}, - {pos: [3, 2, 1], state: "minecraft:air"}, - {pos: [3, 2, 2], state: "minecraft:air"}, - {pos: [3, 2, 3], state: "minecraft:air"}, - {pos: [3, 2, 4], state: "minecraft:air"}, - {pos: [3, 2, 5], state: "minecraft:air"}, - {pos: [3, 2, 6], state: "minecraft:air"}, - {pos: [3, 2, 7], state: "minecraft:air"}, - {pos: [3, 2, 8], state: "minecraft:air"}, - {pos: [3, 2, 9], state: "minecraft:air"}, - {pos: [3, 2, 10], state: "minecraft:air"}, - {pos: [3, 2, 11], state: "minecraft:air"}, - {pos: [3, 2, 12], state: "minecraft:air"}, - {pos: [3, 2, 13], state: "minecraft:air"}, - {pos: [3, 2, 14], state: "minecraft:air"}, - {pos: [3, 2, 15], state: "minecraft:air"}, - {pos: [3, 2, 16], state: "minecraft:air"}, - {pos: [3, 2, 17], state: "minecraft:air"}, - {pos: [3, 2, 18], state: "minecraft:air"}, - {pos: [3, 2, 19], state: "minecraft:air"}, - {pos: [3, 2, 20], state: "minecraft:air"}, - {pos: [3, 2, 21], state: "minecraft:air"}, - {pos: [3, 2, 22], state: "minecraft:air"}, - {pos: [3, 2, 23], state: "minecraft:air"}, - {pos: [3, 2, 24], state: "minecraft:air"}, - {pos: [3, 2, 25], state: "minecraft:air"}, - {pos: [3, 2, 26], state: "minecraft:air"}, - {pos: [3, 2, 27], state: "minecraft:air"}, - {pos: [3, 2, 28], state: "minecraft:air"}, - {pos: [3, 2, 29], state: "minecraft:air"}, - {pos: [4, 2, 0], state: "minecraft:air"}, - {pos: [4, 2, 1], state: "minecraft:air"}, - {pos: [4, 2, 2], state: "minecraft:air"}, - {pos: [4, 2, 3], state: "minecraft:air"}, - {pos: [4, 2, 4], state: "minecraft:air"}, - {pos: [4, 2, 5], state: "minecraft:air"}, - {pos: [4, 2, 6], state: "minecraft:air"}, - {pos: [4, 2, 7], state: "minecraft:air"}, - {pos: [4, 2, 8], state: "minecraft:air"}, - {pos: [4, 2, 9], state: "minecraft:air"}, - {pos: [4, 2, 10], state: "minecraft:air"}, - {pos: [4, 2, 11], state: "minecraft:air"}, - {pos: [4, 2, 12], state: "minecraft:air"}, - {pos: [4, 2, 13], state: "minecraft:air"}, - {pos: [4, 2, 14], state: "minecraft:air"}, - {pos: [4, 2, 15], state: "minecraft:air"}, - {pos: [4, 2, 16], state: "minecraft:air"}, - {pos: [4, 2, 17], state: "minecraft:air"}, - {pos: [4, 2, 18], state: "minecraft:air"}, - {pos: [4, 2, 19], state: "minecraft:air"}, - {pos: [4, 2, 20], state: "minecraft:air"}, - {pos: [4, 2, 21], state: "minecraft:air"}, - {pos: [4, 2, 22], state: "minecraft:air"}, - {pos: [4, 2, 23], state: "minecraft:air"}, - {pos: [4, 2, 24], state: "minecraft:air"}, - {pos: [4, 2, 25], state: "minecraft:air"}, - {pos: [4, 2, 26], state: "minecraft:air"}, - {pos: [4, 2, 27], state: "minecraft:air"}, - {pos: [4, 2, 28], state: "minecraft:air"}, - {pos: [4, 2, 29], state: "minecraft:air"}, - {pos: [5, 2, 0], state: "minecraft:air"}, - {pos: [5, 2, 1], state: "minecraft:air"}, - {pos: [5, 2, 2], state: "minecraft:glass"}, - {pos: [5, 2, 3], state: "minecraft:glass"}, - {pos: [5, 2, 4], state: "minecraft:glass"}, - {pos: [5, 2, 5], state: "minecraft:glass"}, - {pos: [5, 2, 6], state: "minecraft:glass"}, - {pos: [5, 2, 7], state: "minecraft:glass"}, - {pos: [5, 2, 8], state: "minecraft:glass"}, - {pos: [5, 2, 9], state: "minecraft:glass"}, - {pos: [5, 2, 10], state: "minecraft:glass"}, - {pos: [5, 2, 11], state: "minecraft:glass"}, - {pos: [5, 2, 12], state: "minecraft:glass"}, - {pos: [5, 2, 13], state: "minecraft:glass"}, - {pos: [5, 2, 14], state: "minecraft:glass"}, - {pos: [5, 2, 15], state: "minecraft:glass"}, - {pos: [5, 2, 16], state: "minecraft:glass"}, - {pos: [5, 2, 17], state: "minecraft:glass"}, - {pos: [5, 2, 18], state: "minecraft:glass"}, - {pos: [5, 2, 19], state: "minecraft:glass"}, - {pos: [5, 2, 20], state: "minecraft:glass"}, - {pos: [5, 2, 21], state: "minecraft:glass"}, - {pos: [5, 2, 22], state: "minecraft:air"}, - {pos: [5, 2, 23], state: "minecraft:air"}, - {pos: [5, 2, 24], state: "minecraft:air"}, - {pos: [5, 2, 25], state: "minecraft:air"}, - {pos: [5, 2, 26], state: "minecraft:air"}, - {pos: [5, 2, 27], state: "minecraft:air"}, - {pos: [5, 2, 28], state: "minecraft:air"}, - {pos: [5, 2, 29], state: "minecraft:air"}, - {pos: [6, 2, 0], state: "minecraft:air"}, - {pos: [6, 2, 1], state: "minecraft:air"}, - {pos: [6, 2, 2], state: "minecraft:glass"}, - {pos: [6, 2, 3], state: "minecraft:water{level:0}"}, - {pos: [6, 2, 4], state: "minecraft:water{level:1}"}, - {pos: [6, 2, 5], state: "minecraft:water{level:2}"}, - {pos: [6, 2, 6], state: "minecraft:water{level:3}"}, - {pos: [6, 2, 7], state: "minecraft:water{level:4}"}, - {pos: [6, 2, 8], state: "minecraft:water{level:5}"}, - {pos: [6, 2, 9], state: "minecraft:water{level:6}"}, - {pos: [6, 2, 10], state: "minecraft:water{level:7}"}, - {pos: [6, 2, 11], state: "minecraft:air"}, - {pos: [6, 2, 12], state: "minecraft:air"}, - {pos: [6, 2, 13], state: "minecraft:air"}, - {pos: [6, 2, 14], state: "minecraft:air"}, - {pos: [6, 2, 15], state: "minecraft:air"}, - {pos: [6, 2, 16], state: "minecraft:air"}, - {pos: [6, 2, 17], state: "minecraft:air"}, - {pos: [6, 2, 18], state: "minecraft:air"}, - {pos: [6, 2, 19], state: "minecraft:air"}, - {pos: [6, 2, 20], state: "minecraft:air"}, - {pos: [6, 2, 21], state: "minecraft:air"}, - {pos: [6, 2, 22], state: "minecraft:air"}, - {pos: [6, 2, 23], state: "minecraft:air"}, - {pos: [6, 2, 24], state: "minecraft:air"}, - {pos: [6, 2, 25], state: "minecraft:air"}, - {pos: [6, 2, 26], state: "minecraft:note_block{instrument:bit,note:0,powered:false}"}, - {pos: [6, 2, 27], state: "minecraft:air"}, - {pos: [6, 2, 28], state: "minecraft:air"}, - {pos: [6, 2, 29], state: "minecraft:air"}, - {pos: [7, 2, 0], state: "minecraft:air"}, - {pos: [7, 2, 1], state: "minecraft:air"}, - {pos: [7, 2, 2], state: "minecraft:glass"}, - {pos: [7, 2, 3], state: "minecraft:glass"}, - {pos: [7, 2, 4], state: "minecraft:glass"}, - {pos: [7, 2, 5], state: "minecraft:glass"}, - {pos: [7, 2, 6], state: "minecraft:glass"}, - {pos: [7, 2, 7], state: "minecraft:glass"}, - {pos: [7, 2, 8], state: "minecraft:glass"}, - {pos: [7, 2, 9], state: "minecraft:glass"}, - {pos: [7, 2, 10], state: "minecraft:glass"}, - {pos: [7, 2, 11], state: "minecraft:glass"}, - {pos: [7, 2, 12], state: "minecraft:glass"}, - {pos: [7, 2, 13], state: "minecraft:glass"}, - {pos: [7, 2, 14], state: "minecraft:glass"}, - {pos: [7, 2, 15], state: "minecraft:glass"}, - {pos: [7, 2, 16], state: "minecraft:glass"}, - {pos: [7, 2, 17], state: "minecraft:glass"}, - {pos: [7, 2, 18], state: "minecraft:glass"}, - {pos: [7, 2, 19], state: "minecraft:glass"}, - {pos: [7, 2, 20], state: "minecraft:glass"}, - {pos: [7, 2, 21], state: "minecraft:glass"}, - {pos: [7, 2, 22], state: "minecraft:air"}, - {pos: [7, 2, 23], state: "minecraft:air"}, - {pos: [7, 2, 24], state: "minecraft:air"}, - {pos: [7, 2, 25], state: "minecraft:air"}, - {pos: [7, 2, 26], state: "minecraft:air"}, - {pos: [7, 2, 27], state: "minecraft:air"}, - {pos: [7, 2, 28], state: "minecraft:air"}, - {pos: [7, 2, 29], state: "minecraft:air"}, - {pos: [8, 2, 0], state: "minecraft:air"}, - {pos: [8, 2, 1], state: "minecraft:air"}, - {pos: [8, 2, 2], state: "minecraft:air"}, - {pos: [8, 2, 3], state: "minecraft:air"}, - {pos: [8, 2, 4], state: "minecraft:air"}, - {pos: [8, 2, 5], state: "minecraft:air"}, - {pos: [8, 2, 6], state: "minecraft:air"}, - {pos: [8, 2, 7], state: "minecraft:air"}, - {pos: [8, 2, 8], state: "minecraft:air"}, - {pos: [8, 2, 9], state: "minecraft:air"}, - {pos: [8, 2, 10], state: "minecraft:air"}, - {pos: [8, 2, 11], state: "minecraft:air"}, - {pos: [8, 2, 12], state: "minecraft:air"}, - {pos: [8, 2, 13], state: "minecraft:air"}, - {pos: [8, 2, 14], state: "minecraft:air"}, - {pos: [8, 2, 15], state: "minecraft:air"}, - {pos: [8, 2, 16], state: "minecraft:air"}, - {pos: [8, 2, 17], state: "minecraft:air"}, - {pos: [8, 2, 18], state: "minecraft:air"}, - {pos: [8, 2, 19], state: "minecraft:air"}, - {pos: [8, 2, 20], state: "minecraft:air"}, - {pos: [8, 2, 21], state: "minecraft:air"}, - {pos: [8, 2, 22], state: "minecraft:air"}, - {pos: [8, 2, 23], state: "minecraft:air"}, - {pos: [8, 2, 24], state: "minecraft:air"}, - {pos: [8, 2, 25], state: "minecraft:air"}, - {pos: [8, 2, 26], state: "minecraft:air"}, - {pos: [8, 2, 27], state: "minecraft:air"}, - {pos: [8, 2, 28], state: "minecraft:air"}, - {pos: [8, 2, 29], state: "minecraft:air"}, - {pos: [9, 2, 0], state: "minecraft:air"}, - {pos: [9, 2, 1], state: "minecraft:air"}, - {pos: [9, 2, 2], state: "minecraft:air"}, - {pos: [9, 2, 3], state: "minecraft:air"}, - {pos: [9, 2, 4], state: "minecraft:air"}, - {pos: [9, 2, 5], state: "minecraft:air"}, - {pos: [9, 2, 6], state: "minecraft:air"}, - {pos: [9, 2, 7], state: "minecraft:air"}, - {pos: [9, 2, 8], state: "minecraft:air"}, - {pos: [9, 2, 9], state: "minecraft:air"}, - {pos: [9, 2, 10], state: "minecraft:air"}, - {pos: [9, 2, 11], state: "minecraft:air"}, - {pos: [9, 2, 12], state: "minecraft:air"}, - {pos: [9, 2, 13], state: "minecraft:air"}, - {pos: [9, 2, 14], state: "minecraft:air"}, - {pos: [9, 2, 15], state: "minecraft:air"}, - {pos: [9, 2, 16], state: "minecraft:air"}, - {pos: [9, 2, 17], state: "minecraft:air"}, - {pos: [9, 2, 18], state: "minecraft:air"}, - {pos: [9, 2, 19], state: "minecraft:air"}, - {pos: [9, 2, 20], state: "minecraft:air"}, - {pos: [9, 2, 21], state: "minecraft:air"}, - {pos: [9, 2, 22], state: "minecraft:air"}, - {pos: [9, 2, 23], state: "minecraft:air"}, - {pos: [9, 2, 24], state: "minecraft:air"}, - {pos: [9, 2, 25], state: "minecraft:air"}, - {pos: [9, 2, 26], state: "minecraft:air"}, - {pos: [9, 2, 27], state: "minecraft:air"}, - {pos: [9, 2, 28], state: "minecraft:air"}, - {pos: [9, 2, 29], state: "minecraft:air"}, - {pos: [0, 3, 0], state: "minecraft:air"}, - {pos: [0, 3, 1], state: "minecraft:air"}, - {pos: [0, 3, 2], state: "minecraft:air"}, - {pos: [0, 3, 3], state: "minecraft:air"}, - {pos: [0, 3, 4], state: "minecraft:air"}, - {pos: [0, 3, 5], state: "minecraft:air"}, - {pos: [0, 3, 6], state: "minecraft:air"}, - {pos: [0, 3, 7], state: "minecraft:air"}, - {pos: [0, 3, 8], state: "minecraft:air"}, - {pos: [0, 3, 9], state: "minecraft:air"}, - {pos: [0, 3, 10], state: "minecraft:air"}, - {pos: [0, 3, 11], state: "minecraft:air"}, - {pos: [0, 3, 12], state: "minecraft:air"}, - {pos: [0, 3, 13], state: "minecraft:air"}, - {pos: [0, 3, 14], state: "minecraft:air"}, - {pos: [0, 3, 15], state: "minecraft:air"}, - {pos: [0, 3, 16], state: "minecraft:air"}, - {pos: [0, 3, 17], state: "minecraft:air"}, - {pos: [0, 3, 18], state: "minecraft:air"}, - {pos: [0, 3, 19], state: "minecraft:air"}, - {pos: [0, 3, 20], state: "minecraft:air"}, - {pos: [0, 3, 21], state: "minecraft:air"}, - {pos: [0, 3, 22], state: "minecraft:air"}, - {pos: [0, 3, 23], state: "minecraft:air"}, - {pos: [0, 3, 24], state: "minecraft:air"}, - {pos: [0, 3, 25], state: "minecraft:air"}, - {pos: [0, 3, 26], state: "minecraft:air"}, - {pos: [0, 3, 27], state: "minecraft:air"}, - {pos: [0, 3, 28], state: "minecraft:air"}, - {pos: [0, 3, 29], state: "minecraft:air"}, - {pos: [1, 3, 0], state: "minecraft:air"}, - {pos: [1, 3, 1], state: "minecraft:air"}, - {pos: [1, 3, 2], state: "minecraft:air"}, - {pos: [1, 3, 3], state: "minecraft:air"}, - {pos: [1, 3, 4], state: "minecraft:air"}, - {pos: [1, 3, 5], state: "minecraft:air"}, - {pos: [1, 3, 6], state: "minecraft:air"}, - {pos: [1, 3, 7], state: "minecraft:air"}, - {pos: [1, 3, 8], state: "minecraft:air"}, - {pos: [1, 3, 9], state: "minecraft:air"}, - {pos: [1, 3, 10], state: "minecraft:air"}, - {pos: [1, 3, 11], state: "minecraft:air"}, - {pos: [1, 3, 12], state: "minecraft:air"}, - {pos: [1, 3, 13], state: "minecraft:air"}, - {pos: [1, 3, 14], state: "minecraft:air"}, - {pos: [1, 3, 15], state: "minecraft:air"}, - {pos: [1, 3, 16], state: "minecraft:air"}, - {pos: [1, 3, 17], state: "minecraft:air"}, - {pos: [1, 3, 18], state: "minecraft:air"}, - {pos: [1, 3, 19], state: "minecraft:air"}, - {pos: [1, 3, 20], state: "minecraft:air"}, - {pos: [1, 3, 21], state: "minecraft:air"}, - {pos: [1, 3, 22], state: "minecraft:air"}, - {pos: [1, 3, 23], state: "minecraft:air"}, - {pos: [1, 3, 24], state: "minecraft:air"}, - {pos: [1, 3, 25], state: "minecraft:air"}, - {pos: [1, 3, 26], state: "minecraft:air"}, - {pos: [1, 3, 27], state: "minecraft:air"}, - {pos: [1, 3, 28], state: "minecraft:air"}, - {pos: [1, 3, 29], state: "minecraft:air"}, - {pos: [2, 3, 0], state: "minecraft:air"}, - {pos: [2, 3, 1], state: "minecraft:air"}, - {pos: [2, 3, 2], state: "minecraft:air"}, - {pos: [2, 3, 3], state: "minecraft:air"}, - {pos: [2, 3, 4], state: "minecraft:air"}, - {pos: [2, 3, 5], state: "minecraft:air"}, - {pos: [2, 3, 6], state: "minecraft:air"}, - {pos: [2, 3, 7], state: "minecraft:air"}, - {pos: [2, 3, 8], state: "minecraft:air"}, - {pos: [2, 3, 9], state: "minecraft:air"}, - {pos: [2, 3, 10], state: "minecraft:air"}, - {pos: [2, 3, 11], state: "minecraft:air"}, - {pos: [2, 3, 12], state: "minecraft:air"}, - {pos: [2, 3, 13], state: "minecraft:air"}, - {pos: [2, 3, 14], state: "minecraft:air"}, - {pos: [2, 3, 15], state: "minecraft:air"}, - {pos: [2, 3, 16], state: "minecraft:air"}, - {pos: [2, 3, 17], state: "minecraft:air"}, - {pos: [2, 3, 18], state: "minecraft:air"}, - {pos: [2, 3, 19], state: "minecraft:air"}, - {pos: [2, 3, 20], state: "minecraft:air"}, - {pos: [2, 3, 21], state: "minecraft:air"}, - {pos: [2, 3, 22], state: "minecraft:air"}, - {pos: [2, 3, 23], state: "minecraft:air"}, - {pos: [2, 3, 24], state: "minecraft:air"}, - {pos: [2, 3, 25], state: "minecraft:air"}, - {pos: [2, 3, 26], state: "minecraft:air"}, - {pos: [2, 3, 27], state: "minecraft:air"}, - {pos: [2, 3, 28], state: "minecraft:air"}, - {pos: [2, 3, 29], state: "minecraft:air"}, - {pos: [3, 3, 0], state: "minecraft:air"}, - {pos: [3, 3, 1], state: "minecraft:air"}, - {pos: [3, 3, 2], state: "minecraft:air"}, - {pos: [3, 3, 3], state: "minecraft:air"}, - {pos: [3, 3, 4], state: "minecraft:air"}, - {pos: [3, 3, 5], state: "minecraft:air"}, - {pos: [3, 3, 6], state: "minecraft:air"}, - {pos: [3, 3, 7], state: "minecraft:air"}, - {pos: [3, 3, 8], state: "minecraft:air"}, - {pos: [3, 3, 9], state: "minecraft:air"}, - {pos: [3, 3, 10], state: "minecraft:air"}, - {pos: [3, 3, 11], state: "minecraft:air"}, - {pos: [3, 3, 12], state: "minecraft:air"}, - {pos: [3, 3, 13], state: "minecraft:air"}, - {pos: [3, 3, 14], state: "minecraft:air"}, - {pos: [3, 3, 15], state: "minecraft:air"}, - {pos: [3, 3, 16], state: "minecraft:air"}, - {pos: [3, 3, 17], state: "minecraft:air"}, - {pos: [3, 3, 18], state: "minecraft:air"}, - {pos: [3, 3, 19], state: "minecraft:air"}, - {pos: [3, 3, 20], state: "minecraft:air"}, - {pos: [3, 3, 21], state: "minecraft:air"}, - {pos: [3, 3, 22], state: "minecraft:air"}, - {pos: [3, 3, 23], state: "minecraft:air"}, - {pos: [3, 3, 24], state: "minecraft:air"}, - {pos: [3, 3, 25], state: "minecraft:air"}, - {pos: [3, 3, 26], state: "minecraft:air"}, - {pos: [3, 3, 27], state: "minecraft:air"}, - {pos: [3, 3, 28], state: "minecraft:air"}, - {pos: [3, 3, 29], state: "minecraft:air"}, - {pos: [4, 3, 0], state: "minecraft:air"}, - {pos: [4, 3, 1], state: "minecraft:air"}, - {pos: [4, 3, 2], state: "minecraft:air"}, - {pos: [4, 3, 3], state: "minecraft:air"}, - {pos: [4, 3, 4], state: "minecraft:air"}, - {pos: [4, 3, 5], state: "minecraft:air"}, - {pos: [4, 3, 6], state: "minecraft:air"}, - {pos: [4, 3, 7], state: "minecraft:air"}, - {pos: [4, 3, 8], state: "minecraft:air"}, - {pos: [4, 3, 9], state: "minecraft:air"}, - {pos: [4, 3, 10], state: "minecraft:air"}, - {pos: [4, 3, 11], state: "minecraft:air"}, - {pos: [4, 3, 12], state: "minecraft:air"}, - {pos: [4, 3, 13], state: "minecraft:air"}, - {pos: [4, 3, 14], state: "minecraft:air"}, - {pos: [4, 3, 15], state: "minecraft:air"}, - {pos: [4, 3, 16], state: "minecraft:air"}, - {pos: [4, 3, 17], state: "minecraft:air"}, - {pos: [4, 3, 18], state: "minecraft:air"}, - {pos: [4, 3, 19], state: "minecraft:air"}, - {pos: [4, 3, 20], state: "minecraft:air"}, - {pos: [4, 3, 21], state: "minecraft:air"}, - {pos: [4, 3, 22], state: "minecraft:air"}, - {pos: [4, 3, 23], state: "minecraft:air"}, - {pos: [4, 3, 24], state: "minecraft:air"}, - {pos: [4, 3, 25], state: "minecraft:air"}, - {pos: [4, 3, 26], state: "minecraft:air"}, - {pos: [4, 3, 27], state: "minecraft:air"}, - {pos: [4, 3, 28], state: "minecraft:air"}, - {pos: [4, 3, 29], state: "minecraft:air"}, - {pos: [5, 3, 0], state: "minecraft:air"}, - {pos: [5, 3, 1], state: "minecraft:air"}, - {pos: [5, 3, 2], state: "minecraft:air"}, - {pos: [5, 3, 3], state: "minecraft:air"}, - {pos: [5, 3, 4], state: "minecraft:air"}, - {pos: [5, 3, 5], state: "minecraft:air"}, - {pos: [5, 3, 6], state: "minecraft:air"}, - {pos: [5, 3, 7], state: "minecraft:air"}, - {pos: [5, 3, 8], state: "minecraft:air"}, - {pos: [5, 3, 9], state: "minecraft:air"}, - {pos: [5, 3, 10], state: "minecraft:air"}, - {pos: [5, 3, 11], state: "minecraft:air"}, - {pos: [5, 3, 12], state: "minecraft:air"}, - {pos: [5, 3, 13], state: "minecraft:air"}, - {pos: [5, 3, 14], state: "minecraft:air"}, - {pos: [5, 3, 15], state: "minecraft:air"}, - {pos: [5, 3, 16], state: "minecraft:air"}, - {pos: [5, 3, 17], state: "minecraft:air"}, - {pos: [5, 3, 18], state: "minecraft:air"}, - {pos: [5, 3, 19], state: "minecraft:air"}, - {pos: [5, 3, 20], state: "minecraft:air"}, - {pos: [5, 3, 21], state: "minecraft:air"}, - {pos: [5, 3, 22], state: "minecraft:air"}, - {pos: [5, 3, 23], state: "minecraft:air"}, - {pos: [5, 3, 24], state: "minecraft:air"}, - {pos: [5, 3, 25], state: "minecraft:air"}, - {pos: [5, 3, 26], state: "minecraft:air"}, - {pos: [5, 3, 27], state: "minecraft:air"}, - {pos: [5, 3, 28], state: "minecraft:air"}, - {pos: [5, 3, 29], state: "minecraft:air"}, - {pos: [6, 3, 0], state: "minecraft:air"}, - {pos: [6, 3, 1], state: "minecraft:air"}, - {pos: [6, 3, 2], state: "minecraft:air"}, - {pos: [6, 3, 3], state: "minecraft:glass"}, - {pos: [6, 3, 4], state: "minecraft:glass"}, - {pos: [6, 3, 5], state: "minecraft:glass"}, - {pos: [6, 3, 6], state: "minecraft:glass"}, - {pos: [6, 3, 7], state: "minecraft:glass"}, - {pos: [6, 3, 8], state: "minecraft:glass"}, - {pos: [6, 3, 9], state: "minecraft:glass"}, - {pos: [6, 3, 10], state: "minecraft:glass"}, - {pos: [6, 3, 11], state: "minecraft:air"}, - {pos: [6, 3, 12], state: "minecraft:air"}, - {pos: [6, 3, 13], state: "minecraft:air"}, - {pos: [6, 3, 14], state: "minecraft:air"}, - {pos: [6, 3, 15], state: "minecraft:air"}, - {pos: [6, 3, 16], state: "minecraft:air"}, - {pos: [6, 3, 17], state: "minecraft:air"}, - {pos: [6, 3, 18], state: "minecraft:air"}, - {pos: [6, 3, 19], state: "minecraft:air"}, - {pos: [6, 3, 20], state: "minecraft:air"}, - {pos: [6, 3, 21], state: "minecraft:air"}, - {pos: [6, 3, 22], state: "minecraft:air"}, - {pos: [6, 3, 23], state: "minecraft:air"}, - {pos: [6, 3, 24], state: "minecraft:air"}, - {pos: [6, 3, 25], state: "minecraft:air"}, - {pos: [6, 3, 26], state: "minecraft:air"}, - {pos: [6, 3, 27], state: "minecraft:air"}, - {pos: [6, 3, 28], state: "minecraft:air"}, - {pos: [6, 3, 29], state: "minecraft:air"}, - {pos: [7, 3, 0], state: "minecraft:air"}, - {pos: [7, 3, 1], state: "minecraft:air"}, - {pos: [7, 3, 2], state: "minecraft:air"}, - {pos: [7, 3, 3], state: "minecraft:air"}, - {pos: [7, 3, 4], state: "minecraft:air"}, - {pos: [7, 3, 5], state: "minecraft:air"}, - {pos: [7, 3, 6], state: "minecraft:air"}, - {pos: [7, 3, 7], state: "minecraft:air"}, - {pos: [7, 3, 8], state: "minecraft:air"}, - {pos: [7, 3, 9], state: "minecraft:air"}, - {pos: [7, 3, 10], state: "minecraft:air"}, - {pos: [7, 3, 11], state: "minecraft:air"}, - {pos: [7, 3, 12], state: "minecraft:air"}, - {pos: [7, 3, 13], state: "minecraft:air"}, - {pos: [7, 3, 14], state: "minecraft:air"}, - {pos: [7, 3, 15], state: "minecraft:air"}, - {pos: [7, 3, 16], state: "minecraft:air"}, - {pos: [7, 3, 17], state: "minecraft:air"}, - {pos: [7, 3, 18], state: "minecraft:air"}, - {pos: [7, 3, 19], state: "minecraft:air"}, - {pos: [7, 3, 20], state: "minecraft:air"}, - {pos: [7, 3, 21], state: "minecraft:air"}, - {pos: [7, 3, 22], state: "minecraft:air"}, - {pos: [7, 3, 23], state: "minecraft:air"}, - {pos: [7, 3, 24], state: "minecraft:air"}, - {pos: [7, 3, 25], state: "minecraft:air"}, - {pos: [7, 3, 26], state: "minecraft:air"}, - {pos: [7, 3, 27], state: "minecraft:air"}, - {pos: [7, 3, 28], state: "minecraft:air"}, - {pos: [7, 3, 29], state: "minecraft:air"}, - {pos: [8, 3, 0], state: "minecraft:air"}, - {pos: [8, 3, 1], state: "minecraft:air"}, - {pos: [8, 3, 2], state: "minecraft:air"}, - {pos: [8, 3, 3], state: "minecraft:air"}, - {pos: [8, 3, 4], state: "minecraft:air"}, - {pos: [8, 3, 5], state: "minecraft:air"}, - {pos: [8, 3, 6], state: "minecraft:air"}, - {pos: [8, 3, 7], state: "minecraft:air"}, - {pos: [8, 3, 8], state: "minecraft:air"}, - {pos: [8, 3, 9], state: "minecraft:air"}, - {pos: [8, 3, 10], state: "minecraft:air"}, - {pos: [8, 3, 11], state: "minecraft:air"}, - {pos: [8, 3, 12], state: "minecraft:air"}, - {pos: [8, 3, 13], state: "minecraft:air"}, - {pos: [8, 3, 14], state: "minecraft:air"}, - {pos: [8, 3, 15], state: "minecraft:air"}, - {pos: [8, 3, 16], state: "minecraft:air"}, - {pos: [8, 3, 17], state: "minecraft:air"}, - {pos: [8, 3, 18], state: "minecraft:air"}, - {pos: [8, 3, 19], state: "minecraft:air"}, - {pos: [8, 3, 20], state: "minecraft:air"}, - {pos: [8, 3, 21], state: "minecraft:air"}, - {pos: [8, 3, 22], state: "minecraft:air"}, - {pos: [8, 3, 23], state: "minecraft:air"}, - {pos: [8, 3, 24], state: "minecraft:air"}, - {pos: [8, 3, 25], state: "minecraft:air"}, - {pos: [8, 3, 26], state: "minecraft:air"}, - {pos: [8, 3, 27], state: "minecraft:air"}, - {pos: [8, 3, 28], state: "minecraft:air"}, - {pos: [8, 3, 29], state: "minecraft:air"}, - {pos: [9, 3, 0], state: "minecraft:air"}, - {pos: [9, 3, 1], state: "minecraft:air"}, - {pos: [9, 3, 2], state: "minecraft:air"}, - {pos: [9, 3, 3], state: "minecraft:air"}, - {pos: [9, 3, 4], state: "minecraft:air"}, - {pos: [9, 3, 5], state: "minecraft:air"}, - {pos: [9, 3, 6], state: "minecraft:air"}, - {pos: [9, 3, 7], state: "minecraft:air"}, - {pos: [9, 3, 8], state: "minecraft:air"}, - {pos: [9, 3, 9], state: "minecraft:air"}, - {pos: [9, 3, 10], state: "minecraft:air"}, - {pos: [9, 3, 11], state: "minecraft:air"}, - {pos: [9, 3, 12], state: "minecraft:air"}, - {pos: [9, 3, 13], state: "minecraft:air"}, - {pos: [9, 3, 14], state: "minecraft:air"}, - {pos: [9, 3, 15], state: "minecraft:air"}, - {pos: [9, 3, 16], state: "minecraft:air"}, - {pos: [9, 3, 17], state: "minecraft:air"}, - {pos: [9, 3, 18], state: "minecraft:air"}, - {pos: [9, 3, 19], state: "minecraft:air"}, - {pos: [9, 3, 20], state: "minecraft:air"}, - {pos: [9, 3, 21], state: "minecraft:air"}, - {pos: [9, 3, 22], state: "minecraft:air"}, - {pos: [9, 3, 23], state: "minecraft:air"}, - {pos: [9, 3, 24], state: "minecraft:air"}, - {pos: [9, 3, 25], state: "minecraft:air"}, - {pos: [9, 3, 26], state: "minecraft:air"}, - {pos: [9, 3, 27], state: "minecraft:air"}, - {pos: [9, 3, 28], state: "minecraft:air"}, - {pos: [9, 3, 29], state: "minecraft:air"}, - {pos: [0, 4, 0], state: "minecraft:air"}, - {pos: [0, 4, 1], state: "minecraft:air"}, - {pos: [0, 4, 2], state: "minecraft:air"}, - {pos: [0, 4, 3], state: "minecraft:air"}, - {pos: [0, 4, 4], state: "minecraft:air"}, - {pos: [0, 4, 5], state: "minecraft:air"}, - {pos: [0, 4, 6], state: "minecraft:air"}, - {pos: [0, 4, 7], state: "minecraft:air"}, - {pos: [0, 4, 8], state: "minecraft:air"}, - {pos: [0, 4, 9], state: "minecraft:air"}, - {pos: [0, 4, 10], state: "minecraft:air"}, - {pos: [0, 4, 11], state: "minecraft:air"}, - {pos: [0, 4, 12], state: "minecraft:air"}, - {pos: [0, 4, 13], state: "minecraft:air"}, - {pos: [0, 4, 14], state: "minecraft:air"}, - {pos: [0, 4, 15], state: "minecraft:air"}, - {pos: [0, 4, 16], state: "minecraft:air"}, - {pos: [0, 4, 17], state: "minecraft:air"}, - {pos: [0, 4, 18], state: "minecraft:air"}, - {pos: [0, 4, 19], state: "minecraft:air"}, - {pos: [0, 4, 20], state: "minecraft:air"}, - {pos: [0, 4, 21], state: "minecraft:air"}, - {pos: [0, 4, 22], state: "minecraft:air"}, - {pos: [0, 4, 23], state: "minecraft:air"}, - {pos: [0, 4, 24], state: "minecraft:air"}, - {pos: [0, 4, 25], state: "minecraft:air"}, - {pos: [0, 4, 26], state: "minecraft:air"}, - {pos: [0, 4, 27], state: "minecraft:air"}, - {pos: [0, 4, 28], state: "minecraft:air"}, - {pos: [0, 4, 29], state: "minecraft:air"}, - {pos: [1, 4, 0], state: "minecraft:air"}, - {pos: [1, 4, 1], state: "minecraft:air"}, - {pos: [1, 4, 2], state: "minecraft:air"}, - {pos: [1, 4, 3], state: "minecraft:air"}, - {pos: [1, 4, 4], state: "minecraft:air"}, - {pos: [1, 4, 5], state: "minecraft:air"}, - {pos: [1, 4, 6], state: "minecraft:air"}, - {pos: [1, 4, 7], state: "minecraft:air"}, - {pos: [1, 4, 8], state: "minecraft:air"}, - {pos: [1, 4, 9], state: "minecraft:air"}, - {pos: [1, 4, 10], state: "minecraft:air"}, - {pos: [1, 4, 11], state: "minecraft:air"}, - {pos: [1, 4, 12], state: "minecraft:air"}, - {pos: [1, 4, 13], state: "minecraft:air"}, - {pos: [1, 4, 14], state: "minecraft:air"}, - {pos: [1, 4, 15], state: "minecraft:air"}, - {pos: [1, 4, 16], state: "minecraft:air"}, - {pos: [1, 4, 17], state: "minecraft:air"}, - {pos: [1, 4, 18], state: "minecraft:air"}, - {pos: [1, 4, 19], state: "minecraft:air"}, - {pos: [1, 4, 20], state: "minecraft:air"}, - {pos: [1, 4, 21], state: "minecraft:air"}, - {pos: [1, 4, 22], state: "minecraft:air"}, - {pos: [1, 4, 23], state: "minecraft:air"}, - {pos: [1, 4, 24], state: "minecraft:air"}, - {pos: [1, 4, 25], state: "minecraft:air"}, - {pos: [1, 4, 26], state: "minecraft:air"}, - {pos: [1, 4, 27], state: "minecraft:air"}, - {pos: [1, 4, 28], state: "minecraft:air"}, - {pos: [1, 4, 29], state: "minecraft:air"}, - {pos: [2, 4, 0], state: "minecraft:air"}, - {pos: [2, 4, 1], state: "minecraft:air"}, - {pos: [2, 4, 2], state: "minecraft:air"}, - {pos: [2, 4, 3], state: "minecraft:air"}, - {pos: [2, 4, 4], state: "minecraft:air"}, - {pos: [2, 4, 5], state: "minecraft:air"}, - {pos: [2, 4, 6], state: "minecraft:air"}, - {pos: [2, 4, 7], state: "minecraft:air"}, - {pos: [2, 4, 8], state: "minecraft:air"}, - {pos: [2, 4, 9], state: "minecraft:air"}, - {pos: [2, 4, 10], state: "minecraft:air"}, - {pos: [2, 4, 11], state: "minecraft:air"}, - {pos: [2, 4, 12], state: "minecraft:air"}, - {pos: [2, 4, 13], state: "minecraft:air"}, - {pos: [2, 4, 14], state: "minecraft:air"}, - {pos: [2, 4, 15], state: "minecraft:air"}, - {pos: [2, 4, 16], state: "minecraft:air"}, - {pos: [2, 4, 17], state: "minecraft:air"}, - {pos: [2, 4, 18], state: "minecraft:air"}, - {pos: [2, 4, 19], state: "minecraft:air"}, - {pos: [2, 4, 20], state: "minecraft:air"}, - {pos: [2, 4, 21], state: "minecraft:air"}, - {pos: [2, 4, 22], state: "minecraft:air"}, - {pos: [2, 4, 23], state: "minecraft:air"}, - {pos: [2, 4, 24], state: "minecraft:air"}, - {pos: [2, 4, 25], state: "minecraft:air"}, - {pos: [2, 4, 26], state: "minecraft:air"}, - {pos: [2, 4, 27], state: "minecraft:air"}, - {pos: [2, 4, 28], state: "minecraft:air"}, - {pos: [2, 4, 29], state: "minecraft:air"}, - {pos: [3, 4, 0], state: "minecraft:air"}, - {pos: [3, 4, 1], state: "minecraft:air"}, - {pos: [3, 4, 2], state: "minecraft:air"}, - {pos: [3, 4, 3], state: "minecraft:air"}, - {pos: [3, 4, 4], state: "minecraft:air"}, - {pos: [3, 4, 5], state: "minecraft:air"}, - {pos: [3, 4, 6], state: "minecraft:air"}, - {pos: [3, 4, 7], state: "minecraft:air"}, - {pos: [3, 4, 8], state: "minecraft:air"}, - {pos: [3, 4, 9], state: "minecraft:air"}, - {pos: [3, 4, 10], state: "minecraft:air"}, - {pos: [3, 4, 11], state: "minecraft:air"}, - {pos: [3, 4, 12], state: "minecraft:air"}, - {pos: [3, 4, 13], state: "minecraft:air"}, - {pos: [3, 4, 14], state: "minecraft:air"}, - {pos: [3, 4, 15], state: "minecraft:air"}, - {pos: [3, 4, 16], state: "minecraft:air"}, - {pos: [3, 4, 17], state: "minecraft:air"}, - {pos: [3, 4, 18], state: "minecraft:air"}, - {pos: [3, 4, 19], state: "minecraft:air"}, - {pos: [3, 4, 20], state: "minecraft:air"}, - {pos: [3, 4, 21], state: "minecraft:air"}, - {pos: [3, 4, 22], state: "minecraft:air"}, - {pos: [3, 4, 23], state: "minecraft:air"}, - {pos: [3, 4, 24], state: "minecraft:air"}, - {pos: [3, 4, 25], state: "minecraft:air"}, - {pos: [3, 4, 26], state: "minecraft:air"}, - {pos: [3, 4, 27], state: "minecraft:air"}, - {pos: [3, 4, 28], state: "minecraft:air"}, - {pos: [3, 4, 29], state: "minecraft:air"}, - {pos: [4, 4, 0], state: "minecraft:air"}, - {pos: [4, 4, 1], state: "minecraft:air"}, - {pos: [4, 4, 2], state: "minecraft:air"}, - {pos: [4, 4, 3], state: "minecraft:air"}, - {pos: [4, 4, 4], state: "minecraft:air"}, - {pos: [4, 4, 5], state: "minecraft:air"}, - {pos: [4, 4, 6], state: "minecraft:air"}, - {pos: [4, 4, 7], state: "minecraft:air"}, - {pos: [4, 4, 8], state: "minecraft:air"}, - {pos: [4, 4, 9], state: "minecraft:air"}, - {pos: [4, 4, 10], state: "minecraft:air"}, - {pos: [4, 4, 11], state: "minecraft:air"}, - {pos: [4, 4, 12], state: "minecraft:air"}, - {pos: [4, 4, 13], state: "minecraft:air"}, - {pos: [4, 4, 14], state: "minecraft:air"}, - {pos: [4, 4, 15], state: "minecraft:air"}, - {pos: [4, 4, 16], state: "minecraft:air"}, - {pos: [4, 4, 17], state: "minecraft:air"}, - {pos: [4, 4, 18], state: "minecraft:air"}, - {pos: [4, 4, 19], state: "minecraft:air"}, - {pos: [4, 4, 20], state: "minecraft:air"}, - {pos: [4, 4, 21], state: "minecraft:air"}, - {pos: [4, 4, 22], state: "minecraft:air"}, - {pos: [4, 4, 23], state: "minecraft:air"}, - {pos: [4, 4, 24], state: "minecraft:air"}, - {pos: [4, 4, 25], state: "minecraft:air"}, - {pos: [4, 4, 26], state: "minecraft:air"}, - {pos: [4, 4, 27], state: "minecraft:air"}, - {pos: [4, 4, 28], state: "minecraft:air"}, - {pos: [4, 4, 29], state: "minecraft:air"}, - {pos: [5, 4, 0], state: "minecraft:air"}, - {pos: [5, 4, 1], state: "minecraft:air"}, - {pos: [5, 4, 2], state: "minecraft:air"}, - {pos: [5, 4, 3], state: "minecraft:air"}, - {pos: [5, 4, 4], state: "minecraft:air"}, - {pos: [5, 4, 5], state: "minecraft:air"}, - {pos: [5, 4, 6], state: "minecraft:air"}, - {pos: [5, 4, 7], state: "minecraft:air"}, - {pos: [5, 4, 8], state: "minecraft:air"}, - {pos: [5, 4, 9], state: "minecraft:air"}, - {pos: [5, 4, 10], state: "minecraft:air"}, - {pos: [5, 4, 11], state: "minecraft:air"}, - {pos: [5, 4, 12], state: "minecraft:air"}, - {pos: [5, 4, 13], state: "minecraft:air"}, - {pos: [5, 4, 14], state: "minecraft:air"}, - {pos: [5, 4, 15], state: "minecraft:air"}, - {pos: [5, 4, 16], state: "minecraft:air"}, - {pos: [5, 4, 17], state: "minecraft:air"}, - {pos: [5, 4, 18], state: "minecraft:air"}, - {pos: [5, 4, 19], state: "minecraft:air"}, - {pos: [5, 4, 20], state: "minecraft:air"}, - {pos: [5, 4, 21], state: "minecraft:air"}, - {pos: [5, 4, 22], state: "minecraft:air"}, - {pos: [5, 4, 23], state: "minecraft:air"}, - {pos: [5, 4, 24], state: "minecraft:air"}, - {pos: [5, 4, 25], state: "minecraft:air"}, - {pos: [5, 4, 26], state: "minecraft:air"}, - {pos: [5, 4, 27], state: "minecraft:air"}, - {pos: [5, 4, 28], state: "minecraft:air"}, - {pos: [5, 4, 29], state: "minecraft:air"}, - {pos: [6, 4, 0], state: "minecraft:air"}, - {pos: [6, 4, 1], state: "minecraft:air"}, - {pos: [6, 4, 2], state: "minecraft:air"}, - {pos: [6, 4, 3], state: "minecraft:air"}, - {pos: [6, 4, 4], state: "minecraft:air"}, - {pos: [6, 4, 5], state: "minecraft:air"}, - {pos: [6, 4, 6], state: "minecraft:air"}, - {pos: [6, 4, 7], state: "minecraft:air"}, - {pos: [6, 4, 8], state: "minecraft:air"}, - {pos: [6, 4, 9], state: "minecraft:air"}, - {pos: [6, 4, 10], state: "minecraft:air"}, - {pos: [6, 4, 11], state: "minecraft:air"}, - {pos: [6, 4, 12], state: "minecraft:air"}, - {pos: [6, 4, 13], state: "minecraft:air"}, - {pos: [6, 4, 14], state: "minecraft:air"}, - {pos: [6, 4, 15], state: "minecraft:air"}, - {pos: [6, 4, 16], state: "minecraft:air"}, - {pos: [6, 4, 17], state: "minecraft:air"}, - {pos: [6, 4, 18], state: "minecraft:air"}, - {pos: [6, 4, 19], state: "minecraft:air"}, - {pos: [6, 4, 20], state: "minecraft:air"}, - {pos: [6, 4, 21], state: "minecraft:air"}, - {pos: [6, 4, 22], state: "minecraft:air"}, - {pos: [6, 4, 23], state: "minecraft:air"}, - {pos: [6, 4, 24], state: "minecraft:air"}, - {pos: [6, 4, 25], state: "minecraft:air"}, - {pos: [6, 4, 26], state: "minecraft:air"}, - {pos: [6, 4, 27], state: "minecraft:air"}, - {pos: [6, 4, 28], state: "minecraft:air"}, - {pos: [6, 4, 29], state: "minecraft:air"}, - {pos: [7, 4, 0], state: "minecraft:air"}, - {pos: [7, 4, 1], state: "minecraft:air"}, - {pos: [7, 4, 2], state: "minecraft:air"}, - {pos: [7, 4, 3], state: "minecraft:air"}, - {pos: [7, 4, 4], state: "minecraft:air"}, - {pos: [7, 4, 5], state: "minecraft:air"}, - {pos: [7, 4, 6], state: "minecraft:air"}, - {pos: [7, 4, 7], state: "minecraft:air"}, - {pos: [7, 4, 8], state: "minecraft:air"}, - {pos: [7, 4, 9], state: "minecraft:air"}, - {pos: [7, 4, 10], state: "minecraft:air"}, - {pos: [7, 4, 11], state: "minecraft:air"}, - {pos: [7, 4, 12], state: "minecraft:air"}, - {pos: [7, 4, 13], state: "minecraft:air"}, - {pos: [7, 4, 14], state: "minecraft:air"}, - {pos: [7, 4, 15], state: "minecraft:air"}, - {pos: [7, 4, 16], state: "minecraft:air"}, - {pos: [7, 4, 17], state: "minecraft:air"}, - {pos: [7, 4, 18], state: "minecraft:air"}, - {pos: [7, 4, 19], state: "minecraft:air"}, - {pos: [7, 4, 20], state: "minecraft:air"}, - {pos: [7, 4, 21], state: "minecraft:air"}, - {pos: [7, 4, 22], state: "minecraft:air"}, - {pos: [7, 4, 23], state: "minecraft:air"}, - {pos: [7, 4, 24], state: "minecraft:air"}, - {pos: [7, 4, 25], state: "minecraft:air"}, - {pos: [7, 4, 26], state: "minecraft:air"}, - {pos: [7, 4, 27], state: "minecraft:air"}, - {pos: [7, 4, 28], state: "minecraft:air"}, - {pos: [7, 4, 29], state: "minecraft:air"}, - {pos: [8, 4, 0], state: "minecraft:air"}, - {pos: [8, 4, 1], state: "minecraft:air"}, - {pos: [8, 4, 2], state: "minecraft:air"}, - {pos: [8, 4, 3], state: "minecraft:air"}, - {pos: [8, 4, 4], state: "minecraft:air"}, - {pos: [8, 4, 5], state: "minecraft:air"}, - {pos: [8, 4, 6], state: "minecraft:air"}, - {pos: [8, 4, 7], state: "minecraft:air"}, - {pos: [8, 4, 8], state: "minecraft:air"}, - {pos: [8, 4, 9], state: "minecraft:air"}, - {pos: [8, 4, 10], state: "minecraft:air"}, - {pos: [8, 4, 11], state: "minecraft:air"}, - {pos: [8, 4, 12], state: "minecraft:air"}, - {pos: [8, 4, 13], state: "minecraft:air"}, - {pos: [8, 4, 14], state: "minecraft:air"}, - {pos: [8, 4, 15], state: "minecraft:air"}, - {pos: [8, 4, 16], state: "minecraft:air"}, - {pos: [8, 4, 17], state: "minecraft:air"}, - {pos: [8, 4, 18], state: "minecraft:air"}, - {pos: [8, 4, 19], state: "minecraft:air"}, - {pos: [8, 4, 20], state: "minecraft:air"}, - {pos: [8, 4, 21], state: "minecraft:air"}, - {pos: [8, 4, 22], state: "minecraft:air"}, - {pos: [8, 4, 23], state: "minecraft:air"}, - {pos: [8, 4, 24], state: "minecraft:air"}, - {pos: [8, 4, 25], state: "minecraft:air"}, - {pos: [8, 4, 26], state: "minecraft:air"}, - {pos: [8, 4, 27], state: "minecraft:air"}, - {pos: [8, 4, 28], state: "minecraft:air"}, - {pos: [8, 4, 29], state: "minecraft:air"}, - {pos: [9, 4, 0], state: "minecraft:air"}, - {pos: [9, 4, 1], state: "minecraft:air"}, - {pos: [9, 4, 2], state: "minecraft:air"}, - {pos: [9, 4, 3], state: "minecraft:air"}, - {pos: [9, 4, 4], state: "minecraft:air"}, - {pos: [9, 4, 5], state: "minecraft:air"}, - {pos: [9, 4, 6], state: "minecraft:air"}, - {pos: [9, 4, 7], state: "minecraft:air"}, - {pos: [9, 4, 8], state: "minecraft:air"}, - {pos: [9, 4, 9], state: "minecraft:air"}, - {pos: [9, 4, 10], state: "minecraft:air"}, - {pos: [9, 4, 11], state: "minecraft:air"}, - {pos: [9, 4, 12], state: "minecraft:air"}, - {pos: [9, 4, 13], state: "minecraft:air"}, - {pos: [9, 4, 14], state: "minecraft:air"}, - {pos: [9, 4, 15], state: "minecraft:air"}, - {pos: [9, 4, 16], state: "minecraft:air"}, - {pos: [9, 4, 17], state: "minecraft:air"}, - {pos: [9, 4, 18], state: "minecraft:air"}, - {pos: [9, 4, 19], state: "minecraft:air"}, - {pos: [9, 4, 20], state: "minecraft:air"}, - {pos: [9, 4, 21], state: "minecraft:air"}, - {pos: [9, 4, 22], state: "minecraft:air"}, - {pos: [9, 4, 23], state: "minecraft:air"}, - {pos: [9, 4, 24], state: "minecraft:air"}, - {pos: [9, 4, 25], state: "minecraft:air"}, - {pos: [9, 4, 26], state: "minecraft:air"}, - {pos: [9, 4, 27], state: "minecraft:air"}, - {pos: [9, 4, 28], state: "minecraft:air"}, - {pos: [9, 4, 29], state: "minecraft:air"}, - {pos: [0, 5, 0], state: "minecraft:air"}, - {pos: [0, 5, 1], state: "minecraft:air"}, - {pos: [0, 5, 2], state: "minecraft:air"}, - {pos: [0, 5, 3], state: "minecraft:air"}, - {pos: [0, 5, 4], state: "minecraft:air"}, - {pos: [0, 5, 5], state: "minecraft:air"}, - {pos: [0, 5, 6], state: "minecraft:air"}, - {pos: [0, 5, 7], state: "minecraft:air"}, - {pos: [0, 5, 8], state: "minecraft:air"}, - {pos: [0, 5, 9], state: "minecraft:air"}, - {pos: [0, 5, 10], state: "minecraft:air"}, - {pos: [0, 5, 11], state: "minecraft:air"}, - {pos: [0, 5, 12], state: "minecraft:air"}, - {pos: [0, 5, 13], state: "minecraft:air"}, - {pos: [0, 5, 14], state: "minecraft:air"}, - {pos: [0, 5, 15], state: "minecraft:air"}, - {pos: [0, 5, 16], state: "minecraft:air"}, - {pos: [0, 5, 17], state: "minecraft:air"}, - {pos: [0, 5, 18], state: "minecraft:air"}, - {pos: [0, 5, 19], state: "minecraft:air"}, - {pos: [0, 5, 20], state: "minecraft:air"}, - {pos: [0, 5, 21], state: "minecraft:air"}, - {pos: [0, 5, 22], state: "minecraft:air"}, - {pos: [0, 5, 23], state: "minecraft:air"}, - {pos: [0, 5, 24], state: "minecraft:air"}, - {pos: [0, 5, 25], state: "minecraft:air"}, - {pos: [0, 5, 26], state: "minecraft:air"}, - {pos: [0, 5, 27], state: "minecraft:air"}, - {pos: [0, 5, 28], state: "minecraft:air"}, - {pos: [0, 5, 29], state: "minecraft:air"}, - {pos: [1, 5, 0], state: "minecraft:air"}, - {pos: [1, 5, 1], state: "minecraft:air"}, - {pos: [1, 5, 2], state: "minecraft:air"}, - {pos: [1, 5, 3], state: "minecraft:air"}, - {pos: [1, 5, 4], state: "minecraft:air"}, - {pos: [1, 5, 5], state: "minecraft:air"}, - {pos: [1, 5, 6], state: "minecraft:air"}, - {pos: [1, 5, 7], state: "minecraft:air"}, - {pos: [1, 5, 8], state: "minecraft:air"}, - {pos: [1, 5, 9], state: "minecraft:air"}, - {pos: [1, 5, 10], state: "minecraft:air"}, - {pos: [1, 5, 11], state: "minecraft:air"}, - {pos: [1, 5, 12], state: "minecraft:air"}, - {pos: [1, 5, 13], state: "minecraft:air"}, - {pos: [1, 5, 14], state: "minecraft:air"}, - {pos: [1, 5, 15], state: "minecraft:air"}, - {pos: [1, 5, 16], state: "minecraft:air"}, - {pos: [1, 5, 17], state: "minecraft:air"}, - {pos: [1, 5, 18], state: "minecraft:air"}, - {pos: [1, 5, 19], state: "minecraft:air"}, - {pos: [1, 5, 20], state: "minecraft:air"}, - {pos: [1, 5, 21], state: "minecraft:air"}, - {pos: [1, 5, 22], state: "minecraft:air"}, - {pos: [1, 5, 23], state: "minecraft:air"}, - {pos: [1, 5, 24], state: "minecraft:air"}, - {pos: [1, 5, 25], state: "minecraft:air"}, - {pos: [1, 5, 26], state: "minecraft:air"}, - {pos: [1, 5, 27], state: "minecraft:air"}, - {pos: [1, 5, 28], state: "minecraft:air"}, - {pos: [1, 5, 29], state: "minecraft:air"}, - {pos: [2, 5, 0], state: "minecraft:air"}, - {pos: [2, 5, 1], state: "minecraft:air"}, - {pos: [2, 5, 2], state: "minecraft:air"}, - {pos: [2, 5, 3], state: "minecraft:air"}, - {pos: [2, 5, 4], state: "minecraft:air"}, - {pos: [2, 5, 5], state: "minecraft:air"}, - {pos: [2, 5, 6], state: "minecraft:air"}, - {pos: [2, 5, 7], state: "minecraft:air"}, - {pos: [2, 5, 8], state: "minecraft:air"}, - {pos: [2, 5, 9], state: "minecraft:air"}, - {pos: [2, 5, 10], state: "minecraft:air"}, - {pos: [2, 5, 11], state: "minecraft:air"}, - {pos: [2, 5, 12], state: "minecraft:air"}, - {pos: [2, 5, 13], state: "minecraft:air"}, - {pos: [2, 5, 14], state: "minecraft:air"}, - {pos: [2, 5, 15], state: "minecraft:air"}, - {pos: [2, 5, 16], state: "minecraft:air"}, - {pos: [2, 5, 17], state: "minecraft:air"}, - {pos: [2, 5, 18], state: "minecraft:air"}, - {pos: [2, 5, 19], state: "minecraft:air"}, - {pos: [2, 5, 20], state: "minecraft:air"}, - {pos: [2, 5, 21], state: "minecraft:air"}, - {pos: [2, 5, 22], state: "minecraft:air"}, - {pos: [2, 5, 23], state: "minecraft:air"}, - {pos: [2, 5, 24], state: "minecraft:air"}, - {pos: [2, 5, 25], state: "minecraft:air"}, - {pos: [2, 5, 26], state: "minecraft:air"}, - {pos: [2, 5, 27], state: "minecraft:air"}, - {pos: [2, 5, 28], state: "minecraft:air"}, - {pos: [2, 5, 29], state: "minecraft:air"}, - {pos: [3, 5, 0], state: "minecraft:air"}, - {pos: [3, 5, 1], state: "minecraft:air"}, - {pos: [3, 5, 2], state: "minecraft:air"}, - {pos: [3, 5, 3], state: "minecraft:air"}, - {pos: [3, 5, 4], state: "minecraft:air"}, - {pos: [3, 5, 5], state: "minecraft:air"}, - {pos: [3, 5, 6], state: "minecraft:air"}, - {pos: [3, 5, 7], state: "minecraft:air"}, - {pos: [3, 5, 8], state: "minecraft:air"}, - {pos: [3, 5, 9], state: "minecraft:air"}, - {pos: [3, 5, 10], state: "minecraft:air"}, - {pos: [3, 5, 11], state: "minecraft:air"}, - {pos: [3, 5, 12], state: "minecraft:air"}, - {pos: [3, 5, 13], state: "minecraft:air"}, - {pos: [3, 5, 14], state: "minecraft:air"}, - {pos: [3, 5, 15], state: "minecraft:air"}, - {pos: [3, 5, 16], state: "minecraft:air"}, - {pos: [3, 5, 17], state: "minecraft:air"}, - {pos: [3, 5, 18], state: "minecraft:air"}, - {pos: [3, 5, 19], state: "minecraft:air"}, - {pos: [3, 5, 20], state: "minecraft:air"}, - {pos: [3, 5, 21], state: "minecraft:air"}, - {pos: [3, 5, 22], state: "minecraft:air"}, - {pos: [3, 5, 23], state: "minecraft:air"}, - {pos: [3, 5, 24], state: "minecraft:air"}, - {pos: [3, 5, 25], state: "minecraft:air"}, - {pos: [3, 5, 26], state: "minecraft:air"}, - {pos: [3, 5, 27], state: "minecraft:air"}, - {pos: [3, 5, 28], state: "minecraft:air"}, - {pos: [3, 5, 29], state: "minecraft:air"}, - {pos: [4, 5, 0], state: "minecraft:air"}, - {pos: [4, 5, 1], state: "minecraft:air"}, - {pos: [4, 5, 2], state: "minecraft:air"}, - {pos: [4, 5, 3], state: "minecraft:air"}, - {pos: [4, 5, 4], state: "minecraft:air"}, - {pos: [4, 5, 5], state: "minecraft:air"}, - {pos: [4, 5, 6], state: "minecraft:air"}, - {pos: [4, 5, 7], state: "minecraft:air"}, - {pos: [4, 5, 8], state: "minecraft:air"}, - {pos: [4, 5, 9], state: "minecraft:air"}, - {pos: [4, 5, 10], state: "minecraft:air"}, - {pos: [4, 5, 11], state: "minecraft:air"}, - {pos: [4, 5, 12], state: "minecraft:air"}, - {pos: [4, 5, 13], state: "minecraft:air"}, - {pos: [4, 5, 14], state: "minecraft:air"}, - {pos: [4, 5, 15], state: "minecraft:air"}, - {pos: [4, 5, 16], state: "minecraft:air"}, - {pos: [4, 5, 17], state: "minecraft:air"}, - {pos: [4, 5, 18], state: "minecraft:air"}, - {pos: [4, 5, 19], state: "minecraft:air"}, - {pos: [4, 5, 20], state: "minecraft:air"}, - {pos: [4, 5, 21], state: "minecraft:air"}, - {pos: [4, 5, 22], state: "minecraft:air"}, - {pos: [4, 5, 23], state: "minecraft:air"}, - {pos: [4, 5, 24], state: "minecraft:air"}, - {pos: [4, 5, 25], state: "minecraft:air"}, - {pos: [4, 5, 26], state: "minecraft:air"}, - {pos: [4, 5, 27], state: "minecraft:air"}, - {pos: [4, 5, 28], state: "minecraft:air"}, - {pos: [4, 5, 29], state: "minecraft:air"}, - {pos: [5, 5, 0], state: "minecraft:air"}, - {pos: [5, 5, 1], state: "minecraft:air"}, - {pos: [5, 5, 2], state: "minecraft:air"}, - {pos: [5, 5, 3], state: "minecraft:air"}, - {pos: [5, 5, 4], state: "minecraft:air"}, - {pos: [5, 5, 5], state: "minecraft:air"}, - {pos: [5, 5, 6], state: "minecraft:air"}, - {pos: [5, 5, 7], state: "minecraft:air"}, - {pos: [5, 5, 8], state: "minecraft:air"}, - {pos: [5, 5, 9], state: "minecraft:air"}, - {pos: [5, 5, 10], state: "minecraft:air"}, - {pos: [5, 5, 11], state: "minecraft:air"}, - {pos: [5, 5, 12], state: "minecraft:air"}, - {pos: [5, 5, 13], state: "minecraft:air"}, - {pos: [5, 5, 14], state: "minecraft:air"}, - {pos: [5, 5, 15], state: "minecraft:air"}, - {pos: [5, 5, 16], state: "minecraft:air"}, - {pos: [5, 5, 17], state: "minecraft:air"}, - {pos: [5, 5, 18], state: "minecraft:air"}, - {pos: [5, 5, 19], state: "minecraft:air"}, - {pos: [5, 5, 20], state: "minecraft:air"}, - {pos: [5, 5, 21], state: "minecraft:air"}, - {pos: [5, 5, 22], state: "minecraft:air"}, - {pos: [5, 5, 23], state: "minecraft:air"}, - {pos: [5, 5, 24], state: "minecraft:air"}, - {pos: [5, 5, 25], state: "minecraft:air"}, - {pos: [5, 5, 26], state: "minecraft:air"}, - {pos: [5, 5, 27], state: "minecraft:air"}, - {pos: [5, 5, 28], state: "minecraft:air"}, - {pos: [5, 5, 29], state: "minecraft:air"}, - {pos: [6, 5, 0], state: "minecraft:air"}, - {pos: [6, 5, 1], state: "minecraft:air"}, - {pos: [6, 5, 2], state: "minecraft:air"}, - {pos: [6, 5, 3], state: "minecraft:air"}, - {pos: [6, 5, 4], state: "minecraft:air"}, - {pos: [6, 5, 5], state: "minecraft:air"}, - {pos: [6, 5, 6], state: "minecraft:air"}, - {pos: [6, 5, 7], state: "minecraft:air"}, - {pos: [6, 5, 8], state: "minecraft:air"}, - {pos: [6, 5, 9], state: "minecraft:air"}, - {pos: [6, 5, 10], state: "minecraft:air"}, - {pos: [6, 5, 11], state: "minecraft:air"}, - {pos: [6, 5, 12], state: "minecraft:air"}, - {pos: [6, 5, 13], state: "minecraft:air"}, - {pos: [6, 5, 14], state: "minecraft:air"}, - {pos: [6, 5, 15], state: "minecraft:air"}, - {pos: [6, 5, 16], state: "minecraft:air"}, - {pos: [6, 5, 17], state: "minecraft:air"}, - {pos: [6, 5, 18], state: "minecraft:air"}, - {pos: [6, 5, 19], state: "minecraft:air"}, - {pos: [6, 5, 20], state: "minecraft:air"}, - {pos: [6, 5, 21], state: "minecraft:air"}, - {pos: [6, 5, 22], state: "minecraft:air"}, - {pos: [6, 5, 23], state: "minecraft:air"}, - {pos: [6, 5, 24], state: "minecraft:air"}, - {pos: [6, 5, 25], state: "minecraft:air"}, - {pos: [6, 5, 26], state: "minecraft:air"}, - {pos: [6, 5, 27], state: "minecraft:air"}, - {pos: [6, 5, 28], state: "minecraft:air"}, - {pos: [6, 5, 29], state: "minecraft:air"}, - {pos: [7, 5, 0], state: "minecraft:air"}, - {pos: [7, 5, 1], state: "minecraft:air"}, - {pos: [7, 5, 2], state: "minecraft:air"}, - {pos: [7, 5, 3], state: "minecraft:air"}, - {pos: [7, 5, 4], state: "minecraft:air"}, - {pos: [7, 5, 5], state: "minecraft:air"}, - {pos: [7, 5, 6], state: "minecraft:air"}, - {pos: [7, 5, 7], state: "minecraft:air"}, - {pos: [7, 5, 8], state: "minecraft:air"}, - {pos: [7, 5, 9], state: "minecraft:air"}, - {pos: [7, 5, 10], state: "minecraft:air"}, - {pos: [7, 5, 11], state: "minecraft:air"}, - {pos: [7, 5, 12], state: "minecraft:air"}, - {pos: [7, 5, 13], state: "minecraft:air"}, - {pos: [7, 5, 14], state: "minecraft:air"}, - {pos: [7, 5, 15], state: "minecraft:air"}, - {pos: [7, 5, 16], state: "minecraft:air"}, - {pos: [7, 5, 17], state: "minecraft:air"}, - {pos: [7, 5, 18], state: "minecraft:air"}, - {pos: [7, 5, 19], state: "minecraft:air"}, - {pos: [7, 5, 20], state: "minecraft:air"}, - {pos: [7, 5, 21], state: "minecraft:air"}, - {pos: [7, 5, 22], state: "minecraft:air"}, - {pos: [7, 5, 23], state: "minecraft:air"}, - {pos: [7, 5, 24], state: "minecraft:air"}, - {pos: [7, 5, 25], state: "minecraft:air"}, - {pos: [7, 5, 26], state: "minecraft:air"}, - {pos: [7, 5, 27], state: "minecraft:air"}, - {pos: [7, 5, 28], state: "minecraft:air"}, - {pos: [7, 5, 29], state: "minecraft:air"}, - {pos: [8, 5, 0], state: "minecraft:air"}, - {pos: [8, 5, 1], state: "minecraft:air"}, - {pos: [8, 5, 2], state: "minecraft:air"}, - {pos: [8, 5, 3], state: "minecraft:air"}, - {pos: [8, 5, 4], state: "minecraft:air"}, - {pos: [8, 5, 5], state: "minecraft:air"}, - {pos: [8, 5, 6], state: "minecraft:air"}, - {pos: [8, 5, 7], state: "minecraft:air"}, - {pos: [8, 5, 8], state: "minecraft:air"}, - {pos: [8, 5, 9], state: "minecraft:air"}, - {pos: [8, 5, 10], state: "minecraft:air"}, - {pos: [8, 5, 11], state: "minecraft:air"}, - {pos: [8, 5, 12], state: "minecraft:air"}, - {pos: [8, 5, 13], state: "minecraft:air"}, - {pos: [8, 5, 14], state: "minecraft:air"}, - {pos: [8, 5, 15], state: "minecraft:air"}, - {pos: [8, 5, 16], state: "minecraft:air"}, - {pos: [8, 5, 17], state: "minecraft:air"}, - {pos: [8, 5, 18], state: "minecraft:air"}, - {pos: [8, 5, 19], state: "minecraft:air"}, - {pos: [8, 5, 20], state: "minecraft:air"}, - {pos: [8, 5, 21], state: "minecraft:air"}, - {pos: [8, 5, 22], state: "minecraft:air"}, - {pos: [8, 5, 23], state: "minecraft:air"}, - {pos: [8, 5, 24], state: "minecraft:air"}, - {pos: [8, 5, 25], state: "minecraft:air"}, - {pos: [8, 5, 26], state: "minecraft:air"}, - {pos: [8, 5, 27], state: "minecraft:air"}, - {pos: [8, 5, 28], state: "minecraft:air"}, - {pos: [8, 5, 29], state: "minecraft:air"}, - {pos: [9, 5, 0], state: "minecraft:air"}, - {pos: [9, 5, 1], state: "minecraft:air"}, - {pos: [9, 5, 2], state: "minecraft:air"}, - {pos: [9, 5, 3], state: "minecraft:air"}, - {pos: [9, 5, 4], state: "minecraft:air"}, - {pos: [9, 5, 5], state: "minecraft:air"}, - {pos: [9, 5, 6], state: "minecraft:air"}, - {pos: [9, 5, 7], state: "minecraft:air"}, - {pos: [9, 5, 8], state: "minecraft:air"}, - {pos: [9, 5, 9], state: "minecraft:air"}, - {pos: [9, 5, 10], state: "minecraft:air"}, - {pos: [9, 5, 11], state: "minecraft:air"}, - {pos: [9, 5, 12], state: "minecraft:air"}, - {pos: [9, 5, 13], state: "minecraft:air"}, - {pos: [9, 5, 14], state: "minecraft:air"}, - {pos: [9, 5, 15], state: "minecraft:air"}, - {pos: [9, 5, 16], state: "minecraft:air"}, - {pos: [9, 5, 17], state: "minecraft:air"}, - {pos: [9, 5, 18], state: "minecraft:air"}, - {pos: [9, 5, 19], state: "minecraft:air"}, - {pos: [9, 5, 20], state: "minecraft:air"}, - {pos: [9, 5, 21], state: "minecraft:air"}, - {pos: [9, 5, 22], state: "minecraft:air"}, - {pos: [9, 5, 23], state: "minecraft:air"}, - {pos: [9, 5, 24], state: "minecraft:air"}, - {pos: [9, 5, 25], state: "minecraft:air"}, - {pos: [9, 5, 26], state: "minecraft:air"}, - {pos: [9, 5, 27], state: "minecraft:air"}, - {pos: [9, 5, 28], state: "minecraft:air"}, - {pos: [9, 5, 29], state: "minecraft:air"}, - {pos: [0, 6, 0], state: "minecraft:air"}, - {pos: [0, 6, 1], state: "minecraft:air"}, - {pos: [0, 6, 2], state: "minecraft:air"}, - {pos: [0, 6, 3], state: "minecraft:air"}, - {pos: [0, 6, 4], state: "minecraft:air"}, - {pos: [0, 6, 5], state: "minecraft:air"}, - {pos: [0, 6, 6], state: "minecraft:air"}, - {pos: [0, 6, 7], state: "minecraft:air"}, - {pos: [0, 6, 8], state: "minecraft:air"}, - {pos: [0, 6, 9], state: "minecraft:air"}, - {pos: [0, 6, 10], state: "minecraft:air"}, - {pos: [0, 6, 11], state: "minecraft:air"}, - {pos: [0, 6, 12], state: "minecraft:air"}, - {pos: [0, 6, 13], state: "minecraft:air"}, - {pos: [0, 6, 14], state: "minecraft:air"}, - {pos: [0, 6, 15], state: "minecraft:air"}, - {pos: [0, 6, 16], state: "minecraft:air"}, - {pos: [0, 6, 17], state: "minecraft:air"}, - {pos: [0, 6, 18], state: "minecraft:air"}, - {pos: [0, 6, 19], state: "minecraft:air"}, - {pos: [0, 6, 20], state: "minecraft:air"}, - {pos: [0, 6, 21], state: "minecraft:air"}, - {pos: [0, 6, 22], state: "minecraft:air"}, - {pos: [0, 6, 23], state: "minecraft:air"}, - {pos: [0, 6, 24], state: "minecraft:air"}, - {pos: [0, 6, 25], state: "minecraft:air"}, - {pos: [0, 6, 26], state: "minecraft:air"}, - {pos: [0, 6, 27], state: "minecraft:air"}, - {pos: [0, 6, 28], state: "minecraft:air"}, - {pos: [0, 6, 29], state: "minecraft:air"}, - {pos: [1, 6, 0], state: "minecraft:air"}, - {pos: [1, 6, 1], state: "minecraft:air"}, - {pos: [1, 6, 2], state: "minecraft:air"}, - {pos: [1, 6, 3], state: "minecraft:air"}, - {pos: [1, 6, 4], state: "minecraft:air"}, - {pos: [1, 6, 5], state: "minecraft:air"}, - {pos: [1, 6, 6], state: "minecraft:air"}, - {pos: [1, 6, 7], state: "minecraft:air"}, - {pos: [1, 6, 8], state: "minecraft:air"}, - {pos: [1, 6, 9], state: "minecraft:air"}, - {pos: [1, 6, 10], state: "minecraft:air"}, - {pos: [1, 6, 11], state: "minecraft:air"}, - {pos: [1, 6, 12], state: "minecraft:air"}, - {pos: [1, 6, 13], state: "minecraft:air"}, - {pos: [1, 6, 14], state: "minecraft:air"}, - {pos: [1, 6, 15], state: "minecraft:air"}, - {pos: [1, 6, 16], state: "minecraft:air"}, - {pos: [1, 6, 17], state: "minecraft:air"}, - {pos: [1, 6, 18], state: "minecraft:air"}, - {pos: [1, 6, 19], state: "minecraft:air"}, - {pos: [1, 6, 20], state: "minecraft:air"}, - {pos: [1, 6, 21], state: "minecraft:air"}, - {pos: [1, 6, 22], state: "minecraft:air"}, - {pos: [1, 6, 23], state: "minecraft:air"}, - {pos: [1, 6, 24], state: "minecraft:air"}, - {pos: [1, 6, 25], state: "minecraft:air"}, - {pos: [1, 6, 26], state: "minecraft:air"}, - {pos: [1, 6, 27], state: "minecraft:air"}, - {pos: [1, 6, 28], state: "minecraft:air"}, - {pos: [1, 6, 29], state: "minecraft:air"}, - {pos: [2, 6, 0], state: "minecraft:air"}, - {pos: [2, 6, 1], state: "minecraft:air"}, - {pos: [2, 6, 2], state: "minecraft:air"}, - {pos: [2, 6, 3], state: "minecraft:air"}, - {pos: [2, 6, 4], state: "minecraft:air"}, - {pos: [2, 6, 5], state: "minecraft:air"}, - {pos: [2, 6, 6], state: "minecraft:air"}, - {pos: [2, 6, 7], state: "minecraft:air"}, - {pos: [2, 6, 8], state: "minecraft:air"}, - {pos: [2, 6, 9], state: "minecraft:air"}, - {pos: [2, 6, 10], state: "minecraft:air"}, - {pos: [2, 6, 11], state: "minecraft:air"}, - {pos: [2, 6, 12], state: "minecraft:air"}, - {pos: [2, 6, 13], state: "minecraft:air"}, - {pos: [2, 6, 14], state: "minecraft:air"}, - {pos: [2, 6, 15], state: "minecraft:air"}, - {pos: [2, 6, 16], state: "minecraft:air"}, - {pos: [2, 6, 17], state: "minecraft:air"}, - {pos: [2, 6, 18], state: "minecraft:air"}, - {pos: [2, 6, 19], state: "minecraft:air"}, - {pos: [2, 6, 20], state: "minecraft:air"}, - {pos: [2, 6, 21], state: "minecraft:air"}, - {pos: [2, 6, 22], state: "minecraft:air"}, - {pos: [2, 6, 23], state: "minecraft:air"}, - {pos: [2, 6, 24], state: "minecraft:air"}, - {pos: [2, 6, 25], state: "minecraft:air"}, - {pos: [2, 6, 26], state: "minecraft:air"}, - {pos: [2, 6, 27], state: "minecraft:air"}, - {pos: [2, 6, 28], state: "minecraft:air"}, - {pos: [2, 6, 29], state: "minecraft:air"}, - {pos: [3, 6, 0], state: "minecraft:air"}, - {pos: [3, 6, 1], state: "minecraft:air"}, - {pos: [3, 6, 2], state: "minecraft:air"}, - {pos: [3, 6, 3], state: "minecraft:air"}, - {pos: [3, 6, 4], state: "minecraft:air"}, - {pos: [3, 6, 5], state: "minecraft:air"}, - {pos: [3, 6, 6], state: "minecraft:air"}, - {pos: [3, 6, 7], state: "minecraft:air"}, - {pos: [3, 6, 8], state: "minecraft:air"}, - {pos: [3, 6, 9], state: "minecraft:air"}, - {pos: [3, 6, 10], state: "minecraft:air"}, - {pos: [3, 6, 11], state: "minecraft:air"}, - {pos: [3, 6, 12], state: "minecraft:air"}, - {pos: [3, 6, 13], state: "minecraft:air"}, - {pos: [3, 6, 14], state: "minecraft:air"}, - {pos: [3, 6, 15], state: "minecraft:air"}, - {pos: [3, 6, 16], state: "minecraft:air"}, - {pos: [3, 6, 17], state: "minecraft:air"}, - {pos: [3, 6, 18], state: "minecraft:air"}, - {pos: [3, 6, 19], state: "minecraft:air"}, - {pos: [3, 6, 20], state: "minecraft:air"}, - {pos: [3, 6, 21], state: "minecraft:air"}, - {pos: [3, 6, 22], state: "minecraft:air"}, - {pos: [3, 6, 23], state: "minecraft:air"}, - {pos: [3, 6, 24], state: "minecraft:air"}, - {pos: [3, 6, 25], state: "minecraft:air"}, - {pos: [3, 6, 26], state: "minecraft:air"}, - {pos: [3, 6, 27], state: "minecraft:air"}, - {pos: [3, 6, 28], state: "minecraft:air"}, - {pos: [3, 6, 29], state: "minecraft:air"}, - {pos: [4, 6, 0], state: "minecraft:air"}, - {pos: [4, 6, 1], state: "minecraft:air"}, - {pos: [4, 6, 2], state: "minecraft:air"}, - {pos: [4, 6, 3], state: "minecraft:air"}, - {pos: [4, 6, 4], state: "minecraft:air"}, - {pos: [4, 6, 5], state: "minecraft:air"}, - {pos: [4, 6, 6], state: "minecraft:air"}, - {pos: [4, 6, 7], state: "minecraft:air"}, - {pos: [4, 6, 8], state: "minecraft:air"}, - {pos: [4, 6, 9], state: "minecraft:air"}, - {pos: [4, 6, 10], state: "minecraft:air"}, - {pos: [4, 6, 11], state: "minecraft:air"}, - {pos: [4, 6, 12], state: "minecraft:air"}, - {pos: [4, 6, 13], state: "minecraft:air"}, - {pos: [4, 6, 14], state: "minecraft:air"}, - {pos: [4, 6, 15], state: "minecraft:air"}, - {pos: [4, 6, 16], state: "minecraft:air"}, - {pos: [4, 6, 17], state: "minecraft:air"}, - {pos: [4, 6, 18], state: "minecraft:air"}, - {pos: [4, 6, 19], state: "minecraft:air"}, - {pos: [4, 6, 20], state: "minecraft:air"}, - {pos: [4, 6, 21], state: "minecraft:air"}, - {pos: [4, 6, 22], state: "minecraft:air"}, - {pos: [4, 6, 23], state: "minecraft:air"}, - {pos: [4, 6, 24], state: "minecraft:air"}, - {pos: [4, 6, 25], state: "minecraft:air"}, - {pos: [4, 6, 26], state: "minecraft:air"}, - {pos: [4, 6, 27], state: "minecraft:air"}, - {pos: [4, 6, 28], state: "minecraft:air"}, - {pos: [4, 6, 29], state: "minecraft:air"}, - {pos: [5, 6, 0], state: "minecraft:air"}, - {pos: [5, 6, 1], state: "minecraft:air"}, - {pos: [5, 6, 2], state: "minecraft:air"}, - {pos: [5, 6, 3], state: "minecraft:air"}, - {pos: [5, 6, 4], state: "minecraft:air"}, - {pos: [5, 6, 5], state: "minecraft:air"}, - {pos: [5, 6, 6], state: "minecraft:air"}, - {pos: [5, 6, 7], state: "minecraft:air"}, - {pos: [5, 6, 8], state: "minecraft:air"}, - {pos: [5, 6, 9], state: "minecraft:air"}, - {pos: [5, 6, 10], state: "minecraft:air"}, - {pos: [5, 6, 11], state: "minecraft:air"}, - {pos: [5, 6, 12], state: "minecraft:air"}, - {pos: [5, 6, 13], state: "minecraft:air"}, - {pos: [5, 6, 14], state: "minecraft:air"}, - {pos: [5, 6, 15], state: "minecraft:air"}, - {pos: [5, 6, 16], state: "minecraft:air"}, - {pos: [5, 6, 17], state: "minecraft:air"}, - {pos: [5, 6, 18], state: "minecraft:air"}, - {pos: [5, 6, 19], state: "minecraft:air"}, - {pos: [5, 6, 20], state: "minecraft:air"}, - {pos: [5, 6, 21], state: "minecraft:air"}, - {pos: [5, 6, 22], state: "minecraft:air"}, - {pos: [5, 6, 23], state: "minecraft:air"}, - {pos: [5, 6, 24], state: "minecraft:air"}, - {pos: [5, 6, 25], state: "minecraft:air"}, - {pos: [5, 6, 26], state: "minecraft:air"}, - {pos: [5, 6, 27], state: "minecraft:air"}, - {pos: [5, 6, 28], state: "minecraft:air"}, - {pos: [5, 6, 29], state: "minecraft:air"}, - {pos: [6, 6, 0], state: "minecraft:air"}, - {pos: [6, 6, 1], state: "minecraft:air"}, - {pos: [6, 6, 2], state: "minecraft:air"}, - {pos: [6, 6, 3], state: "minecraft:air"}, - {pos: [6, 6, 4], state: "minecraft:air"}, - {pos: [6, 6, 5], state: "minecraft:air"}, - {pos: [6, 6, 6], state: "minecraft:air"}, - {pos: [6, 6, 7], state: "minecraft:air"}, - {pos: [6, 6, 8], state: "minecraft:air"}, - {pos: [6, 6, 9], state: "minecraft:air"}, - {pos: [6, 6, 10], state: "minecraft:air"}, - {pos: [6, 6, 11], state: "minecraft:air"}, - {pos: [6, 6, 12], state: "minecraft:air"}, - {pos: [6, 6, 13], state: "minecraft:air"}, - {pos: [6, 6, 14], state: "minecraft:air"}, - {pos: [6, 6, 15], state: "minecraft:air"}, - {pos: [6, 6, 16], state: "minecraft:air"}, - {pos: [6, 6, 17], state: "minecraft:air"}, - {pos: [6, 6, 18], state: "minecraft:air"}, - {pos: [6, 6, 19], state: "minecraft:air"}, - {pos: [6, 6, 20], state: "minecraft:air"}, - {pos: [6, 6, 21], state: "minecraft:air"}, - {pos: [6, 6, 22], state: "minecraft:air"}, - {pos: [6, 6, 23], state: "minecraft:air"}, - {pos: [6, 6, 24], state: "minecraft:air"}, - {pos: [6, 6, 25], state: "minecraft:air"}, - {pos: [6, 6, 26], state: "minecraft:air"}, - {pos: [6, 6, 27], state: "minecraft:air"}, - {pos: [6, 6, 28], state: "minecraft:air"}, - {pos: [6, 6, 29], state: "minecraft:air"}, - {pos: [7, 6, 0], state: "minecraft:air"}, - {pos: [7, 6, 1], state: "minecraft:air"}, - {pos: [7, 6, 2], state: "minecraft:air"}, - {pos: [7, 6, 3], state: "minecraft:air"}, - {pos: [7, 6, 4], state: "minecraft:air"}, - {pos: [7, 6, 5], state: "minecraft:air"}, - {pos: [7, 6, 6], state: "minecraft:air"}, - {pos: [7, 6, 7], state: "minecraft:air"}, - {pos: [7, 6, 8], state: "minecraft:air"}, - {pos: [7, 6, 9], state: "minecraft:air"}, - {pos: [7, 6, 10], state: "minecraft:air"}, - {pos: [7, 6, 11], state: "minecraft:air"}, - {pos: [7, 6, 12], state: "minecraft:air"}, - {pos: [7, 6, 13], state: "minecraft:air"}, - {pos: [7, 6, 14], state: "minecraft:air"}, - {pos: [7, 6, 15], state: "minecraft:air"}, - {pos: [7, 6, 16], state: "minecraft:air"}, - {pos: [7, 6, 17], state: "minecraft:air"}, - {pos: [7, 6, 18], state: "minecraft:air"}, - {pos: [7, 6, 19], state: "minecraft:air"}, - {pos: [7, 6, 20], state: "minecraft:air"}, - {pos: [7, 6, 21], state: "minecraft:air"}, - {pos: [7, 6, 22], state: "minecraft:air"}, - {pos: [7, 6, 23], state: "minecraft:air"}, - {pos: [7, 6, 24], state: "minecraft:air"}, - {pos: [7, 6, 25], state: "minecraft:air"}, - {pos: [7, 6, 26], state: "minecraft:air"}, - {pos: [7, 6, 27], state: "minecraft:air"}, - {pos: [7, 6, 28], state: "minecraft:air"}, - {pos: [7, 6, 29], state: "minecraft:air"}, - {pos: [8, 6, 0], state: "minecraft:air"}, - {pos: [8, 6, 1], state: "minecraft:air"}, - {pos: [8, 6, 2], state: "minecraft:air"}, - {pos: [8, 6, 3], state: "minecraft:air"}, - {pos: [8, 6, 4], state: "minecraft:air"}, - {pos: [8, 6, 5], state: "minecraft:air"}, - {pos: [8, 6, 6], state: "minecraft:air"}, - {pos: [8, 6, 7], state: "minecraft:air"}, - {pos: [8, 6, 8], state: "minecraft:air"}, - {pos: [8, 6, 9], state: "minecraft:air"}, - {pos: [8, 6, 10], state: "minecraft:air"}, - {pos: [8, 6, 11], state: "minecraft:air"}, - {pos: [8, 6, 12], state: "minecraft:air"}, - {pos: [8, 6, 13], state: "minecraft:air"}, - {pos: [8, 6, 14], state: "minecraft:air"}, - {pos: [8, 6, 15], state: "minecraft:air"}, - {pos: [8, 6, 16], state: "minecraft:air"}, - {pos: [8, 6, 17], state: "minecraft:air"}, - {pos: [8, 6, 18], state: "minecraft:air"}, - {pos: [8, 6, 19], state: "minecraft:air"}, - {pos: [8, 6, 20], state: "minecraft:air"}, - {pos: [8, 6, 21], state: "minecraft:air"}, - {pos: [8, 6, 22], state: "minecraft:air"}, - {pos: [8, 6, 23], state: "minecraft:air"}, - {pos: [8, 6, 24], state: "minecraft:air"}, - {pos: [8, 6, 25], state: "minecraft:air"}, - {pos: [8, 6, 26], state: "minecraft:air"}, - {pos: [8, 6, 27], state: "minecraft:air"}, - {pos: [8, 6, 28], state: "minecraft:air"}, - {pos: [8, 6, 29], state: "minecraft:air"}, - {pos: [9, 6, 0], state: "minecraft:air"}, - {pos: [9, 6, 1], state: "minecraft:air"}, - {pos: [9, 6, 2], state: "minecraft:air"}, - {pos: [9, 6, 3], state: "minecraft:air"}, - {pos: [9, 6, 4], state: "minecraft:air"}, - {pos: [9, 6, 5], state: "minecraft:air"}, - {pos: [9, 6, 6], state: "minecraft:air"}, - {pos: [9, 6, 7], state: "minecraft:air"}, - {pos: [9, 6, 8], state: "minecraft:air"}, - {pos: [9, 6, 9], state: "minecraft:air"}, - {pos: [9, 6, 10], state: "minecraft:air"}, - {pos: [9, 6, 11], state: "minecraft:air"}, - {pos: [9, 6, 12], state: "minecraft:air"}, - {pos: [9, 6, 13], state: "minecraft:air"}, - {pos: [9, 6, 14], state: "minecraft:air"}, - {pos: [9, 6, 15], state: "minecraft:air"}, - {pos: [9, 6, 16], state: "minecraft:air"}, - {pos: [9, 6, 17], state: "minecraft:air"}, - {pos: [9, 6, 18], state: "minecraft:air"}, - {pos: [9, 6, 19], state: "minecraft:air"}, - {pos: [9, 6, 20], state: "minecraft:air"}, - {pos: [9, 6, 21], state: "minecraft:air"}, - {pos: [9, 6, 22], state: "minecraft:air"}, - {pos: [9, 6, 23], state: "minecraft:air"}, - {pos: [9, 6, 24], state: "minecraft:air"}, - {pos: [9, 6, 25], state: "minecraft:air"}, - {pos: [9, 6, 26], state: "minecraft:air"}, - {pos: [9, 6, 27], state: "minecraft:air"}, - {pos: [9, 6, 28], state: "minecraft:air"}, - {pos: [9, 6, 29], state: "minecraft:air"}, - {pos: [0, 7, 0], state: "minecraft:air"}, - {pos: [0, 7, 1], state: "minecraft:air"}, - {pos: [0, 7, 2], state: "minecraft:air"}, - {pos: [0, 7, 3], state: "minecraft:air"}, - {pos: [0, 7, 4], state: "minecraft:air"}, - {pos: [0, 7, 5], state: "minecraft:air"}, - {pos: [0, 7, 6], state: "minecraft:air"}, - {pos: [0, 7, 7], state: "minecraft:air"}, - {pos: [0, 7, 8], state: "minecraft:air"}, - {pos: [0, 7, 9], state: "minecraft:air"}, - {pos: [0, 7, 10], state: "minecraft:air"}, - {pos: [0, 7, 11], state: "minecraft:air"}, - {pos: [0, 7, 12], state: "minecraft:air"}, - {pos: [0, 7, 13], state: "minecraft:air"}, - {pos: [0, 7, 14], state: "minecraft:air"}, - {pos: [0, 7, 15], state: "minecraft:air"}, - {pos: [0, 7, 16], state: "minecraft:air"}, - {pos: [0, 7, 17], state: "minecraft:air"}, - {pos: [0, 7, 18], state: "minecraft:air"}, - {pos: [0, 7, 19], state: "minecraft:air"}, - {pos: [0, 7, 20], state: "minecraft:air"}, - {pos: [0, 7, 21], state: "minecraft:air"}, - {pos: [0, 7, 22], state: "minecraft:air"}, - {pos: [0, 7, 23], state: "minecraft:air"}, - {pos: [0, 7, 24], state: "minecraft:air"}, - {pos: [0, 7, 25], state: "minecraft:air"}, - {pos: [0, 7, 26], state: "minecraft:air"}, - {pos: [0, 7, 27], state: "minecraft:air"}, - {pos: [0, 7, 28], state: "minecraft:air"}, - {pos: [0, 7, 29], state: "minecraft:air"}, - {pos: [1, 7, 0], state: "minecraft:air"}, - {pos: [1, 7, 1], state: "minecraft:air"}, - {pos: [1, 7, 2], state: "minecraft:air"}, - {pos: [1, 7, 3], state: "minecraft:air"}, - {pos: [1, 7, 4], state: "minecraft:air"}, - {pos: [1, 7, 5], state: "minecraft:air"}, - {pos: [1, 7, 6], state: "minecraft:air"}, - {pos: [1, 7, 7], state: "minecraft:air"}, - {pos: [1, 7, 8], state: "minecraft:air"}, - {pos: [1, 7, 9], state: "minecraft:air"}, - {pos: [1, 7, 10], state: "minecraft:air"}, - {pos: [1, 7, 11], state: "minecraft:air"}, - {pos: [1, 7, 12], state: "minecraft:air"}, - {pos: [1, 7, 13], state: "minecraft:air"}, - {pos: [1, 7, 14], state: "minecraft:air"}, - {pos: [1, 7, 15], state: "minecraft:air"}, - {pos: [1, 7, 16], state: "minecraft:air"}, - {pos: [1, 7, 17], state: "minecraft:air"}, - {pos: [1, 7, 18], state: "minecraft:air"}, - {pos: [1, 7, 19], state: "minecraft:air"}, - {pos: [1, 7, 20], state: "minecraft:air"}, - {pos: [1, 7, 21], state: "minecraft:air"}, - {pos: [1, 7, 22], state: "minecraft:air"}, - {pos: [1, 7, 23], state: "minecraft:air"}, - {pos: [1, 7, 24], state: "minecraft:air"}, - {pos: [1, 7, 25], state: "minecraft:air"}, - {pos: [1, 7, 26], state: "minecraft:air"}, - {pos: [1, 7, 27], state: "minecraft:air"}, - {pos: [1, 7, 28], state: "minecraft:air"}, - {pos: [1, 7, 29], state: "minecraft:air"}, - {pos: [2, 7, 0], state: "minecraft:air"}, - {pos: [2, 7, 1], state: "minecraft:air"}, - {pos: [2, 7, 2], state: "minecraft:air"}, - {pos: [2, 7, 3], state: "minecraft:air"}, - {pos: [2, 7, 4], state: "minecraft:air"}, - {pos: [2, 7, 5], state: "minecraft:air"}, - {pos: [2, 7, 6], state: "minecraft:air"}, - {pos: [2, 7, 7], state: "minecraft:air"}, - {pos: [2, 7, 8], state: "minecraft:air"}, - {pos: [2, 7, 9], state: "minecraft:air"}, - {pos: [2, 7, 10], state: "minecraft:air"}, - {pos: [2, 7, 11], state: "minecraft:air"}, - {pos: [2, 7, 12], state: "minecraft:air"}, - {pos: [2, 7, 13], state: "minecraft:air"}, - {pos: [2, 7, 14], state: "minecraft:air"}, - {pos: [2, 7, 15], state: "minecraft:air"}, - {pos: [2, 7, 16], state: "minecraft:air"}, - {pos: [2, 7, 17], state: "minecraft:air"}, - {pos: [2, 7, 18], state: "minecraft:air"}, - {pos: [2, 7, 19], state: "minecraft:air"}, - {pos: [2, 7, 20], state: "minecraft:air"}, - {pos: [2, 7, 21], state: "minecraft:air"}, - {pos: [2, 7, 22], state: "minecraft:air"}, - {pos: [2, 7, 23], state: "minecraft:air"}, - {pos: [2, 7, 24], state: "minecraft:air"}, - {pos: [2, 7, 25], state: "minecraft:air"}, - {pos: [2, 7, 26], state: "minecraft:air"}, - {pos: [2, 7, 27], state: "minecraft:air"}, - {pos: [2, 7, 28], state: "minecraft:air"}, - {pos: [2, 7, 29], state: "minecraft:air"}, - {pos: [3, 7, 0], state: "minecraft:air"}, - {pos: [3, 7, 1], state: "minecraft:air"}, - {pos: [3, 7, 2], state: "minecraft:air"}, - {pos: [3, 7, 3], state: "minecraft:air"}, - {pos: [3, 7, 4], state: "minecraft:air"}, - {pos: [3, 7, 5], state: "minecraft:air"}, - {pos: [3, 7, 6], state: "minecraft:air"}, - {pos: [3, 7, 7], state: "minecraft:air"}, - {pos: [3, 7, 8], state: "minecraft:air"}, - {pos: [3, 7, 9], state: "minecraft:air"}, - {pos: [3, 7, 10], state: "minecraft:air"}, - {pos: [3, 7, 11], state: "minecraft:air"}, - {pos: [3, 7, 12], state: "minecraft:air"}, - {pos: [3, 7, 13], state: "minecraft:air"}, - {pos: [3, 7, 14], state: "minecraft:air"}, - {pos: [3, 7, 15], state: "minecraft:air"}, - {pos: [3, 7, 16], state: "minecraft:air"}, - {pos: [3, 7, 17], state: "minecraft:air"}, - {pos: [3, 7, 18], state: "minecraft:air"}, - {pos: [3, 7, 19], state: "minecraft:air"}, - {pos: [3, 7, 20], state: "minecraft:air"}, - {pos: [3, 7, 21], state: "minecraft:air"}, - {pos: [3, 7, 22], state: "minecraft:air"}, - {pos: [3, 7, 23], state: "minecraft:air"}, - {pos: [3, 7, 24], state: "minecraft:air"}, - {pos: [3, 7, 25], state: "minecraft:air"}, - {pos: [3, 7, 26], state: "minecraft:air"}, - {pos: [3, 7, 27], state: "minecraft:air"}, - {pos: [3, 7, 28], state: "minecraft:air"}, - {pos: [3, 7, 29], state: "minecraft:air"}, - {pos: [4, 7, 0], state: "minecraft:air"}, - {pos: [4, 7, 1], state: "minecraft:air"}, - {pos: [4, 7, 2], state: "minecraft:air"}, - {pos: [4, 7, 3], state: "minecraft:air"}, - {pos: [4, 7, 4], state: "minecraft:air"}, - {pos: [4, 7, 5], state: "minecraft:air"}, - {pos: [4, 7, 6], state: "minecraft:air"}, - {pos: [4, 7, 7], state: "minecraft:air"}, - {pos: [4, 7, 8], state: "minecraft:air"}, - {pos: [4, 7, 9], state: "minecraft:air"}, - {pos: [4, 7, 10], state: "minecraft:air"}, - {pos: [4, 7, 11], state: "minecraft:air"}, - {pos: [4, 7, 12], state: "minecraft:air"}, - {pos: [4, 7, 13], state: "minecraft:air"}, - {pos: [4, 7, 14], state: "minecraft:air"}, - {pos: [4, 7, 15], state: "minecraft:air"}, - {pos: [4, 7, 16], state: "minecraft:air"}, - {pos: [4, 7, 17], state: "minecraft:air"}, - {pos: [4, 7, 18], state: "minecraft:air"}, - {pos: [4, 7, 19], state: "minecraft:air"}, - {pos: [4, 7, 20], state: "minecraft:air"}, - {pos: [4, 7, 21], state: "minecraft:air"}, - {pos: [4, 7, 22], state: "minecraft:air"}, - {pos: [4, 7, 23], state: "minecraft:air"}, - {pos: [4, 7, 24], state: "minecraft:air"}, - {pos: [4, 7, 25], state: "minecraft:air"}, - {pos: [4, 7, 26], state: "minecraft:air"}, - {pos: [4, 7, 27], state: "minecraft:air"}, - {pos: [4, 7, 28], state: "minecraft:air"}, - {pos: [4, 7, 29], state: "minecraft:air"}, - {pos: [5, 7, 0], state: "minecraft:air"}, - {pos: [5, 7, 1], state: "minecraft:air"}, - {pos: [5, 7, 2], state: "minecraft:air"}, - {pos: [5, 7, 3], state: "minecraft:air"}, - {pos: [5, 7, 4], state: "minecraft:air"}, - {pos: [5, 7, 5], state: "minecraft:air"}, - {pos: [5, 7, 6], state: "minecraft:air"}, - {pos: [5, 7, 7], state: "minecraft:air"}, - {pos: [5, 7, 8], state: "minecraft:air"}, - {pos: [5, 7, 9], state: "minecraft:air"}, - {pos: [5, 7, 10], state: "minecraft:air"}, - {pos: [5, 7, 11], state: "minecraft:air"}, - {pos: [5, 7, 12], state: "minecraft:air"}, - {pos: [5, 7, 13], state: "minecraft:air"}, - {pos: [5, 7, 14], state: "minecraft:air"}, - {pos: [5, 7, 15], state: "minecraft:air"}, - {pos: [5, 7, 16], state: "minecraft:air"}, - {pos: [5, 7, 17], state: "minecraft:air"}, - {pos: [5, 7, 18], state: "minecraft:air"}, - {pos: [5, 7, 19], state: "minecraft:air"}, - {pos: [5, 7, 20], state: "minecraft:air"}, - {pos: [5, 7, 21], state: "minecraft:air"}, - {pos: [5, 7, 22], state: "minecraft:air"}, - {pos: [5, 7, 23], state: "minecraft:air"}, - {pos: [5, 7, 24], state: "minecraft:air"}, - {pos: [5, 7, 25], state: "minecraft:air"}, - {pos: [5, 7, 26], state: "minecraft:air"}, - {pos: [5, 7, 27], state: "minecraft:air"}, - {pos: [5, 7, 28], state: "minecraft:air"}, - {pos: [5, 7, 29], state: "minecraft:air"}, - {pos: [6, 7, 0], state: "minecraft:air"}, - {pos: [6, 7, 1], state: "minecraft:air"}, - {pos: [6, 7, 2], state: "minecraft:air"}, - {pos: [6, 7, 3], state: "minecraft:air"}, - {pos: [6, 7, 4], state: "minecraft:air"}, - {pos: [6, 7, 5], state: "minecraft:air"}, - {pos: [6, 7, 6], state: "minecraft:air"}, - {pos: [6, 7, 7], state: "minecraft:air"}, - {pos: [6, 7, 8], state: "minecraft:air"}, - {pos: [6, 7, 9], state: "minecraft:air"}, - {pos: [6, 7, 10], state: "minecraft:air"}, - {pos: [6, 7, 11], state: "minecraft:air"}, - {pos: [6, 7, 12], state: "minecraft:air"}, - {pos: [6, 7, 13], state: "minecraft:air"}, - {pos: [6, 7, 14], state: "minecraft:air"}, - {pos: [6, 7, 15], state: "minecraft:air"}, - {pos: [6, 7, 16], state: "minecraft:air"}, - {pos: [6, 7, 17], state: "minecraft:air"}, - {pos: [6, 7, 18], state: "minecraft:air"}, - {pos: [6, 7, 19], state: "minecraft:air"}, - {pos: [6, 7, 20], state: "minecraft:air"}, - {pos: [6, 7, 21], state: "minecraft:air"}, - {pos: [6, 7, 22], state: "minecraft:air"}, - {pos: [6, 7, 23], state: "minecraft:air"}, - {pos: [6, 7, 24], state: "minecraft:air"}, - {pos: [6, 7, 25], state: "minecraft:air"}, - {pos: [6, 7, 26], state: "minecraft:air"}, - {pos: [6, 7, 27], state: "minecraft:air"}, - {pos: [6, 7, 28], state: "minecraft:air"}, - {pos: [6, 7, 29], state: "minecraft:air"}, - {pos: [7, 7, 0], state: "minecraft:air"}, - {pos: [7, 7, 1], state: "minecraft:air"}, - {pos: [7, 7, 2], state: "minecraft:air"}, - {pos: [7, 7, 3], state: "minecraft:air"}, - {pos: [7, 7, 4], state: "minecraft:air"}, - {pos: [7, 7, 5], state: "minecraft:air"}, - {pos: [7, 7, 6], state: "minecraft:air"}, - {pos: [7, 7, 7], state: "minecraft:air"}, - {pos: [7, 7, 8], state: "minecraft:air"}, - {pos: [7, 7, 9], state: "minecraft:air"}, - {pos: [7, 7, 10], state: "minecraft:air"}, - {pos: [7, 7, 11], state: "minecraft:air"}, - {pos: [7, 7, 12], state: "minecraft:air"}, - {pos: [7, 7, 13], state: "minecraft:air"}, - {pos: [7, 7, 14], state: "minecraft:air"}, - {pos: [7, 7, 15], state: "minecraft:air"}, - {pos: [7, 7, 16], state: "minecraft:air"}, - {pos: [7, 7, 17], state: "minecraft:air"}, - {pos: [7, 7, 18], state: "minecraft:air"}, - {pos: [7, 7, 19], state: "minecraft:air"}, - {pos: [7, 7, 20], state: "minecraft:air"}, - {pos: [7, 7, 21], state: "minecraft:air"}, - {pos: [7, 7, 22], state: "minecraft:air"}, - {pos: [7, 7, 23], state: "minecraft:air"}, - {pos: [7, 7, 24], state: "minecraft:air"}, - {pos: [7, 7, 25], state: "minecraft:air"}, - {pos: [7, 7, 26], state: "minecraft:air"}, - {pos: [7, 7, 27], state: "minecraft:air"}, - {pos: [7, 7, 28], state: "minecraft:air"}, - {pos: [7, 7, 29], state: "minecraft:air"}, - {pos: [8, 7, 0], state: "minecraft:air"}, - {pos: [8, 7, 1], state: "minecraft:air"}, - {pos: [8, 7, 2], state: "minecraft:air"}, - {pos: [8, 7, 3], state: "minecraft:air"}, - {pos: [8, 7, 4], state: "minecraft:air"}, - {pos: [8, 7, 5], state: "minecraft:air"}, - {pos: [8, 7, 6], state: "minecraft:air"}, - {pos: [8, 7, 7], state: "minecraft:air"}, - {pos: [8, 7, 8], state: "minecraft:air"}, - {pos: [8, 7, 9], state: "minecraft:air"}, - {pos: [8, 7, 10], state: "minecraft:air"}, - {pos: [8, 7, 11], state: "minecraft:air"}, - {pos: [8, 7, 12], state: "minecraft:air"}, - {pos: [8, 7, 13], state: "minecraft:air"}, - {pos: [8, 7, 14], state: "minecraft:air"}, - {pos: [8, 7, 15], state: "minecraft:air"}, - {pos: [8, 7, 16], state: "minecraft:air"}, - {pos: [8, 7, 17], state: "minecraft:air"}, - {pos: [8, 7, 18], state: "minecraft:air"}, - {pos: [8, 7, 19], state: "minecraft:air"}, - {pos: [8, 7, 20], state: "minecraft:air"}, - {pos: [8, 7, 21], state: "minecraft:air"}, - {pos: [8, 7, 22], state: "minecraft:air"}, - {pos: [8, 7, 23], state: "minecraft:air"}, - {pos: [8, 7, 24], state: "minecraft:air"}, - {pos: [8, 7, 25], state: "minecraft:air"}, - {pos: [8, 7, 26], state: "minecraft:air"}, - {pos: [8, 7, 27], state: "minecraft:air"}, - {pos: [8, 7, 28], state: "minecraft:air"}, - {pos: [8, 7, 29], state: "minecraft:air"}, - {pos: [9, 7, 0], state: "minecraft:air"}, - {pos: [9, 7, 1], state: "minecraft:air"}, - {pos: [9, 7, 2], state: "minecraft:air"}, - {pos: [9, 7, 3], state: "minecraft:air"}, - {pos: [9, 7, 4], state: "minecraft:air"}, - {pos: [9, 7, 5], state: "minecraft:air"}, - {pos: [9, 7, 6], state: "minecraft:air"}, - {pos: [9, 7, 7], state: "minecraft:air"}, - {pos: [9, 7, 8], state: "minecraft:air"}, - {pos: [9, 7, 9], state: "minecraft:air"}, - {pos: [9, 7, 10], state: "minecraft:air"}, - {pos: [9, 7, 11], state: "minecraft:air"}, - {pos: [9, 7, 12], state: "minecraft:air"}, - {pos: [9, 7, 13], state: "minecraft:air"}, - {pos: [9, 7, 14], state: "minecraft:air"}, - {pos: [9, 7, 15], state: "minecraft:air"}, - {pos: [9, 7, 16], state: "minecraft:air"}, - {pos: [9, 7, 17], state: "minecraft:air"}, - {pos: [9, 7, 18], state: "minecraft:air"}, - {pos: [9, 7, 19], state: "minecraft:air"}, - {pos: [9, 7, 20], state: "minecraft:air"}, - {pos: [9, 7, 21], state: "minecraft:air"}, - {pos: [9, 7, 22], state: "minecraft:air"}, - {pos: [9, 7, 23], state: "minecraft:air"}, - {pos: [9, 7, 24], state: "minecraft:air"}, - {pos: [9, 7, 25], state: "minecraft:air"}, - {pos: [9, 7, 26], state: "minecraft:air"}, - {pos: [9, 7, 27], state: "minecraft:air"}, - {pos: [9, 7, 28], state: "minecraft:air"}, - {pos: [9, 7, 29], state: "minecraft:air"}, - {pos: [0, 8, 0], state: "minecraft:air"}, - {pos: [0, 8, 1], state: "minecraft:air"}, - {pos: [0, 8, 2], state: "minecraft:air"}, - {pos: [0, 8, 3], state: "minecraft:air"}, - {pos: [0, 8, 4], state: "minecraft:air"}, - {pos: [0, 8, 5], state: "minecraft:air"}, - {pos: [0, 8, 6], state: "minecraft:air"}, - {pos: [0, 8, 7], state: "minecraft:air"}, - {pos: [0, 8, 8], state: "minecraft:air"}, - {pos: [0, 8, 9], state: "minecraft:air"}, - {pos: [0, 8, 10], state: "minecraft:air"}, - {pos: [0, 8, 11], state: "minecraft:air"}, - {pos: [0, 8, 12], state: "minecraft:air"}, - {pos: [0, 8, 13], state: "minecraft:air"}, - {pos: [0, 8, 14], state: "minecraft:air"}, - {pos: [0, 8, 15], state: "minecraft:air"}, - {pos: [0, 8, 16], state: "minecraft:air"}, - {pos: [0, 8, 17], state: "minecraft:air"}, - {pos: [0, 8, 18], state: "minecraft:air"}, - {pos: [0, 8, 19], state: "minecraft:air"}, - {pos: [0, 8, 20], state: "minecraft:air"}, - {pos: [0, 8, 21], state: "minecraft:air"}, - {pos: [0, 8, 22], state: "minecraft:air"}, - {pos: [0, 8, 23], state: "minecraft:air"}, - {pos: [0, 8, 24], state: "minecraft:air"}, - {pos: [0, 8, 25], state: "minecraft:air"}, - {pos: [0, 8, 26], state: "minecraft:air"}, - {pos: [0, 8, 27], state: "minecraft:air"}, - {pos: [0, 8, 28], state: "minecraft:air"}, - {pos: [0, 8, 29], state: "minecraft:air"}, - {pos: [1, 8, 0], state: "minecraft:air"}, - {pos: [1, 8, 1], state: "minecraft:air"}, - {pos: [1, 8, 2], state: "minecraft:air"}, - {pos: [1, 8, 3], state: "minecraft:air"}, - {pos: [1, 8, 4], state: "minecraft:air"}, - {pos: [1, 8, 5], state: "minecraft:air"}, - {pos: [1, 8, 6], state: "minecraft:air"}, - {pos: [1, 8, 7], state: "minecraft:air"}, - {pos: [1, 8, 8], state: "minecraft:air"}, - {pos: [1, 8, 9], state: "minecraft:air"}, - {pos: [1, 8, 10], state: "minecraft:air"}, - {pos: [1, 8, 11], state: "minecraft:air"}, - {pos: [1, 8, 12], state: "minecraft:air"}, - {pos: [1, 8, 13], state: "minecraft:air"}, - {pos: [1, 8, 14], state: "minecraft:air"}, - {pos: [1, 8, 15], state: "minecraft:air"}, - {pos: [1, 8, 16], state: "minecraft:air"}, - {pos: [1, 8, 17], state: "minecraft:air"}, - {pos: [1, 8, 18], state: "minecraft:air"}, - {pos: [1, 8, 19], state: "minecraft:air"}, - {pos: [1, 8, 20], state: "minecraft:air"}, - {pos: [1, 8, 21], state: "minecraft:air"}, - {pos: [1, 8, 22], state: "minecraft:air"}, - {pos: [1, 8, 23], state: "minecraft:air"}, - {pos: [1, 8, 24], state: "minecraft:air"}, - {pos: [1, 8, 25], state: "minecraft:air"}, - {pos: [1, 8, 26], state: "minecraft:air"}, - {pos: [1, 8, 27], state: "minecraft:air"}, - {pos: [1, 8, 28], state: "minecraft:air"}, - {pos: [1, 8, 29], state: "minecraft:air"}, - {pos: [2, 8, 0], state: "minecraft:air"}, - {pos: [2, 8, 1], state: "minecraft:air"}, - {pos: [2, 8, 2], state: "minecraft:air"}, - {pos: [2, 8, 3], state: "minecraft:air"}, - {pos: [2, 8, 4], state: "minecraft:air"}, - {pos: [2, 8, 5], state: "minecraft:air"}, - {pos: [2, 8, 6], state: "minecraft:air"}, - {pos: [2, 8, 7], state: "minecraft:air"}, - {pos: [2, 8, 8], state: "minecraft:air"}, - {pos: [2, 8, 9], state: "minecraft:air"}, - {pos: [2, 8, 10], state: "minecraft:air"}, - {pos: [2, 8, 11], state: "minecraft:air"}, - {pos: [2, 8, 12], state: "minecraft:air"}, - {pos: [2, 8, 13], state: "minecraft:air"}, - {pos: [2, 8, 14], state: "minecraft:air"}, - {pos: [2, 8, 15], state: "minecraft:air"}, - {pos: [2, 8, 16], state: "minecraft:air"}, - {pos: [2, 8, 17], state: "minecraft:air"}, - {pos: [2, 8, 18], state: "minecraft:air"}, - {pos: [2, 8, 19], state: "minecraft:air"}, - {pos: [2, 8, 20], state: "minecraft:air"}, - {pos: [2, 8, 21], state: "minecraft:air"}, - {pos: [2, 8, 22], state: "minecraft:air"}, - {pos: [2, 8, 23], state: "minecraft:air"}, - {pos: [2, 8, 24], state: "minecraft:air"}, - {pos: [2, 8, 25], state: "minecraft:air"}, - {pos: [2, 8, 26], state: "minecraft:air"}, - {pos: [2, 8, 27], state: "minecraft:air"}, - {pos: [2, 8, 28], state: "minecraft:air"}, - {pos: [2, 8, 29], state: "minecraft:air"}, - {pos: [3, 8, 0], state: "minecraft:air"}, - {pos: [3, 8, 1], state: "minecraft:air"}, - {pos: [3, 8, 2], state: "minecraft:air"}, - {pos: [3, 8, 3], state: "minecraft:air"}, - {pos: [3, 8, 4], state: "minecraft:air"}, - {pos: [3, 8, 5], state: "minecraft:air"}, - {pos: [3, 8, 6], state: "minecraft:air"}, - {pos: [3, 8, 7], state: "minecraft:air"}, - {pos: [3, 8, 8], state: "minecraft:air"}, - {pos: [3, 8, 9], state: "minecraft:air"}, - {pos: [3, 8, 10], state: "minecraft:air"}, - {pos: [3, 8, 11], state: "minecraft:air"}, - {pos: [3, 8, 12], state: "minecraft:air"}, - {pos: [3, 8, 13], state: "minecraft:air"}, - {pos: [3, 8, 14], state: "minecraft:air"}, - {pos: [3, 8, 15], state: "minecraft:air"}, - {pos: [3, 8, 16], state: "minecraft:air"}, - {pos: [3, 8, 17], state: "minecraft:air"}, - {pos: [3, 8, 18], state: "minecraft:air"}, - {pos: [3, 8, 19], state: "minecraft:air"}, - {pos: [3, 8, 20], state: "minecraft:air"}, - {pos: [3, 8, 21], state: "minecraft:air"}, - {pos: [3, 8, 22], state: "minecraft:air"}, - {pos: [3, 8, 23], state: "minecraft:air"}, - {pos: [3, 8, 24], state: "minecraft:air"}, - {pos: [3, 8, 25], state: "minecraft:air"}, - {pos: [3, 8, 26], state: "minecraft:air"}, - {pos: [3, 8, 27], state: "minecraft:air"}, - {pos: [3, 8, 28], state: "minecraft:air"}, - {pos: [3, 8, 29], state: "minecraft:air"}, - {pos: [4, 8, 0], state: "minecraft:air"}, - {pos: [4, 8, 1], state: "minecraft:air"}, - {pos: [4, 8, 2], state: "minecraft:air"}, - {pos: [4, 8, 3], state: "minecraft:air"}, - {pos: [4, 8, 4], state: "minecraft:air"}, - {pos: [4, 8, 5], state: "minecraft:air"}, - {pos: [4, 8, 6], state: "minecraft:air"}, - {pos: [4, 8, 7], state: "minecraft:air"}, - {pos: [4, 8, 8], state: "minecraft:air"}, - {pos: [4, 8, 9], state: "minecraft:air"}, - {pos: [4, 8, 10], state: "minecraft:air"}, - {pos: [4, 8, 11], state: "minecraft:air"}, - {pos: [4, 8, 12], state: "minecraft:air"}, - {pos: [4, 8, 13], state: "minecraft:air"}, - {pos: [4, 8, 14], state: "minecraft:air"}, - {pos: [4, 8, 15], state: "minecraft:air"}, - {pos: [4, 8, 16], state: "minecraft:air"}, - {pos: [4, 8, 17], state: "minecraft:air"}, - {pos: [4, 8, 18], state: "minecraft:air"}, - {pos: [4, 8, 19], state: "minecraft:air"}, - {pos: [4, 8, 20], state: "minecraft:air"}, - {pos: [4, 8, 21], state: "minecraft:air"}, - {pos: [4, 8, 22], state: "minecraft:air"}, - {pos: [4, 8, 23], state: "minecraft:air"}, - {pos: [4, 8, 24], state: "minecraft:air"}, - {pos: [4, 8, 25], state: "minecraft:air"}, - {pos: [4, 8, 26], state: "minecraft:air"}, - {pos: [4, 8, 27], state: "minecraft:air"}, - {pos: [4, 8, 28], state: "minecraft:air"}, - {pos: [4, 8, 29], state: "minecraft:air"}, - {pos: [5, 8, 0], state: "minecraft:air"}, - {pos: [5, 8, 1], state: "minecraft:air"}, - {pos: [5, 8, 2], state: "minecraft:air"}, - {pos: [5, 8, 3], state: "minecraft:air"}, - {pos: [5, 8, 4], state: "minecraft:air"}, - {pos: [5, 8, 5], state: "minecraft:air"}, - {pos: [5, 8, 6], state: "minecraft:air"}, - {pos: [5, 8, 7], state: "minecraft:air"}, - {pos: [5, 8, 8], state: "minecraft:air"}, - {pos: [5, 8, 9], state: "minecraft:air"}, - {pos: [5, 8, 10], state: "minecraft:air"}, - {pos: [5, 8, 11], state: "minecraft:air"}, - {pos: [5, 8, 12], state: "minecraft:air"}, - {pos: [5, 8, 13], state: "minecraft:air"}, - {pos: [5, 8, 14], state: "minecraft:air"}, - {pos: [5, 8, 15], state: "minecraft:air"}, - {pos: [5, 8, 16], state: "minecraft:air"}, - {pos: [5, 8, 17], state: "minecraft:air"}, - {pos: [5, 8, 18], state: "minecraft:air"}, - {pos: [5, 8, 19], state: "minecraft:air"}, - {pos: [5, 8, 20], state: "minecraft:air"}, - {pos: [5, 8, 21], state: "minecraft:air"}, - {pos: [5, 8, 22], state: "minecraft:air"}, - {pos: [5, 8, 23], state: "minecraft:air"}, - {pos: [5, 8, 24], state: "minecraft:air"}, - {pos: [5, 8, 25], state: "minecraft:air"}, - {pos: [5, 8, 26], state: "minecraft:air"}, - {pos: [5, 8, 27], state: "minecraft:air"}, - {pos: [5, 8, 28], state: "minecraft:air"}, - {pos: [5, 8, 29], state: "minecraft:air"}, - {pos: [6, 8, 0], state: "minecraft:air"}, - {pos: [6, 8, 1], state: "minecraft:air"}, - {pos: [6, 8, 2], state: "minecraft:air"}, - {pos: [6, 8, 3], state: "minecraft:air"}, - {pos: [6, 8, 4], state: "minecraft:air"}, - {pos: [6, 8, 5], state: "minecraft:air"}, - {pos: [6, 8, 6], state: "minecraft:air"}, - {pos: [6, 8, 7], state: "minecraft:air"}, - {pos: [6, 8, 8], state: "minecraft:air"}, - {pos: [6, 8, 9], state: "minecraft:air"}, - {pos: [6, 8, 10], state: "minecraft:air"}, - {pos: [6, 8, 11], state: "minecraft:air"}, - {pos: [6, 8, 12], state: "minecraft:air"}, - {pos: [6, 8, 13], state: "minecraft:air"}, - {pos: [6, 8, 14], state: "minecraft:air"}, - {pos: [6, 8, 15], state: "minecraft:air"}, - {pos: [6, 8, 16], state: "minecraft:air"}, - {pos: [6, 8, 17], state: "minecraft:air"}, - {pos: [6, 8, 18], state: "minecraft:air"}, - {pos: [6, 8, 19], state: "minecraft:air"}, - {pos: [6, 8, 20], state: "minecraft:air"}, - {pos: [6, 8, 21], state: "minecraft:air"}, - {pos: [6, 8, 22], state: "minecraft:air"}, - {pos: [6, 8, 23], state: "minecraft:air"}, - {pos: [6, 8, 24], state: "minecraft:air"}, - {pos: [6, 8, 25], state: "minecraft:air"}, - {pos: [6, 8, 26], state: "minecraft:air"}, - {pos: [6, 8, 27], state: "minecraft:air"}, - {pos: [6, 8, 28], state: "minecraft:air"}, - {pos: [6, 8, 29], state: "minecraft:air"}, - {pos: [7, 8, 0], state: "minecraft:air"}, - {pos: [7, 8, 1], state: "minecraft:air"}, - {pos: [7, 8, 2], state: "minecraft:air"}, - {pos: [7, 8, 3], state: "minecraft:air"}, - {pos: [7, 8, 4], state: "minecraft:air"}, - {pos: [7, 8, 5], state: "minecraft:air"}, - {pos: [7, 8, 6], state: "minecraft:air"}, - {pos: [7, 8, 7], state: "minecraft:air"}, - {pos: [7, 8, 8], state: "minecraft:air"}, - {pos: [7, 8, 9], state: "minecraft:air"}, - {pos: [7, 8, 10], state: "minecraft:air"}, - {pos: [7, 8, 11], state: "minecraft:air"}, - {pos: [7, 8, 12], state: "minecraft:air"}, - {pos: [7, 8, 13], state: "minecraft:air"}, - {pos: [7, 8, 14], state: "minecraft:air"}, - {pos: [7, 8, 15], state: "minecraft:air"}, - {pos: [7, 8, 16], state: "minecraft:air"}, - {pos: [7, 8, 17], state: "minecraft:air"}, - {pos: [7, 8, 18], state: "minecraft:air"}, - {pos: [7, 8, 19], state: "minecraft:air"}, - {pos: [7, 8, 20], state: "minecraft:air"}, - {pos: [7, 8, 21], state: "minecraft:air"}, - {pos: [7, 8, 22], state: "minecraft:air"}, - {pos: [7, 8, 23], state: "minecraft:air"}, - {pos: [7, 8, 24], state: "minecraft:air"}, - {pos: [7, 8, 25], state: "minecraft:air"}, - {pos: [7, 8, 26], state: "minecraft:air"}, - {pos: [7, 8, 27], state: "minecraft:air"}, - {pos: [7, 8, 28], state: "minecraft:air"}, - {pos: [7, 8, 29], state: "minecraft:air"}, - {pos: [8, 8, 0], state: "minecraft:air"}, - {pos: [8, 8, 1], state: "minecraft:air"}, - {pos: [8, 8, 2], state: "minecraft:air"}, - {pos: [8, 8, 3], state: "minecraft:air"}, - {pos: [8, 8, 4], state: "minecraft:air"}, - {pos: [8, 8, 5], state: "minecraft:air"}, - {pos: [8, 8, 6], state: "minecraft:air"}, - {pos: [8, 8, 7], state: "minecraft:air"}, - {pos: [8, 8, 8], state: "minecraft:air"}, - {pos: [8, 8, 9], state: "minecraft:air"}, - {pos: [8, 8, 10], state: "minecraft:air"}, - {pos: [8, 8, 11], state: "minecraft:air"}, - {pos: [8, 8, 12], state: "minecraft:air"}, - {pos: [8, 8, 13], state: "minecraft:air"}, - {pos: [8, 8, 14], state: "minecraft:air"}, - {pos: [8, 8, 15], state: "minecraft:air"}, - {pos: [8, 8, 16], state: "minecraft:air"}, - {pos: [8, 8, 17], state: "minecraft:air"}, - {pos: [8, 8, 18], state: "minecraft:air"}, - {pos: [8, 8, 19], state: "minecraft:air"}, - {pos: [8, 8, 20], state: "minecraft:air"}, - {pos: [8, 8, 21], state: "minecraft:air"}, - {pos: [8, 8, 22], state: "minecraft:air"}, - {pos: [8, 8, 23], state: "minecraft:air"}, - {pos: [8, 8, 24], state: "minecraft:air"}, - {pos: [8, 8, 25], state: "minecraft:air"}, - {pos: [8, 8, 26], state: "minecraft:air"}, - {pos: [8, 8, 27], state: "minecraft:air"}, - {pos: [8, 8, 28], state: "minecraft:air"}, - {pos: [8, 8, 29], state: "minecraft:air"}, - {pos: [9, 8, 0], state: "minecraft:air"}, - {pos: [9, 8, 1], state: "minecraft:air"}, - {pos: [9, 8, 2], state: "minecraft:air"}, - {pos: [9, 8, 3], state: "minecraft:air"}, - {pos: [9, 8, 4], state: "minecraft:air"}, - {pos: [9, 8, 5], state: "minecraft:air"}, - {pos: [9, 8, 6], state: "minecraft:air"}, - {pos: [9, 8, 7], state: "minecraft:air"}, - {pos: [9, 8, 8], state: "minecraft:air"}, - {pos: [9, 8, 9], state: "minecraft:air"}, - {pos: [9, 8, 10], state: "minecraft:air"}, - {pos: [9, 8, 11], state: "minecraft:air"}, - {pos: [9, 8, 12], state: "minecraft:air"}, - {pos: [9, 8, 13], state: "minecraft:air"}, - {pos: [9, 8, 14], state: "minecraft:air"}, - {pos: [9, 8, 15], state: "minecraft:air"}, - {pos: [9, 8, 16], state: "minecraft:air"}, - {pos: [9, 8, 17], state: "minecraft:air"}, - {pos: [9, 8, 18], state: "minecraft:air"}, - {pos: [9, 8, 19], state: "minecraft:air"}, - {pos: [9, 8, 20], state: "minecraft:air"}, - {pos: [9, 8, 21], state: "minecraft:air"}, - {pos: [9, 8, 22], state: "minecraft:air"}, - {pos: [9, 8, 23], state: "minecraft:air"}, - {pos: [9, 8, 24], state: "minecraft:air"}, - {pos: [9, 8, 25], state: "minecraft:air"}, - {pos: [9, 8, 26], state: "minecraft:air"}, - {pos: [9, 8, 27], state: "minecraft:air"}, - {pos: [9, 8, 28], state: "minecraft:air"}, - {pos: [9, 8, 29], state: "minecraft:air"}, - {pos: [0, 9, 0], state: "minecraft:air"}, - {pos: [0, 9, 1], state: "minecraft:air"}, - {pos: [0, 9, 2], state: "minecraft:air"}, - {pos: [0, 9, 3], state: "minecraft:air"}, - {pos: [0, 9, 4], state: "minecraft:air"}, - {pos: [0, 9, 5], state: "minecraft:air"}, - {pos: [0, 9, 6], state: "minecraft:air"}, - {pos: [0, 9, 7], state: "minecraft:air"}, - {pos: [0, 9, 8], state: "minecraft:air"}, - {pos: [0, 9, 9], state: "minecraft:air"}, - {pos: [0, 9, 10], state: "minecraft:air"}, - {pos: [0, 9, 11], state: "minecraft:air"}, - {pos: [0, 9, 12], state: "minecraft:air"}, - {pos: [0, 9, 13], state: "minecraft:air"}, - {pos: [0, 9, 14], state: "minecraft:air"}, - {pos: [0, 9, 15], state: "minecraft:air"}, - {pos: [0, 9, 16], state: "minecraft:air"}, - {pos: [0, 9, 17], state: "minecraft:air"}, - {pos: [0, 9, 18], state: "minecraft:air"}, - {pos: [0, 9, 19], state: "minecraft:air"}, - {pos: [0, 9, 20], state: "minecraft:air"}, - {pos: [0, 9, 21], state: "minecraft:air"}, - {pos: [0, 9, 22], state: "minecraft:air"}, - {pos: [0, 9, 23], state: "minecraft:air"}, - {pos: [0, 9, 24], state: "minecraft:air"}, - {pos: [0, 9, 25], state: "minecraft:air"}, - {pos: [0, 9, 26], state: "minecraft:air"}, - {pos: [0, 9, 27], state: "minecraft:air"}, - {pos: [0, 9, 28], state: "minecraft:air"}, - {pos: [0, 9, 29], state: "minecraft:air"}, - {pos: [1, 9, 0], state: "minecraft:air"}, - {pos: [1, 9, 1], state: "minecraft:air"}, - {pos: [1, 9, 2], state: "minecraft:air"}, - {pos: [1, 9, 3], state: "minecraft:air"}, - {pos: [1, 9, 4], state: "minecraft:air"}, - {pos: [1, 9, 5], state: "minecraft:air"}, - {pos: [1, 9, 6], state: "minecraft:air"}, - {pos: [1, 9, 7], state: "minecraft:air"}, - {pos: [1, 9, 8], state: "minecraft:air"}, - {pos: [1, 9, 9], state: "minecraft:air"}, - {pos: [1, 9, 10], state: "minecraft:air"}, - {pos: [1, 9, 11], state: "minecraft:air"}, - {pos: [1, 9, 12], state: "minecraft:air"}, - {pos: [1, 9, 13], state: "minecraft:air"}, - {pos: [1, 9, 14], state: "minecraft:air"}, - {pos: [1, 9, 15], state: "minecraft:air"}, - {pos: [1, 9, 16], state: "minecraft:air"}, - {pos: [1, 9, 17], state: "minecraft:air"}, - {pos: [1, 9, 18], state: "minecraft:air"}, - {pos: [1, 9, 19], state: "minecraft:air"}, - {pos: [1, 9, 20], state: "minecraft:air"}, - {pos: [1, 9, 21], state: "minecraft:air"}, - {pos: [1, 9, 22], state: "minecraft:air"}, - {pos: [1, 9, 23], state: "minecraft:air"}, - {pos: [1, 9, 24], state: "minecraft:air"}, - {pos: [1, 9, 25], state: "minecraft:air"}, - {pos: [1, 9, 26], state: "minecraft:air"}, - {pos: [1, 9, 27], state: "minecraft:air"}, - {pos: [1, 9, 28], state: "minecraft:air"}, - {pos: [1, 9, 29], state: "minecraft:air"}, - {pos: [2, 9, 0], state: "minecraft:air"}, - {pos: [2, 9, 1], state: "minecraft:air"}, - {pos: [2, 9, 2], state: "minecraft:air"}, - {pos: [2, 9, 3], state: "minecraft:air"}, - {pos: [2, 9, 4], state: "minecraft:air"}, - {pos: [2, 9, 5], state: "minecraft:air"}, - {pos: [2, 9, 6], state: "minecraft:air"}, - {pos: [2, 9, 7], state: "minecraft:air"}, - {pos: [2, 9, 8], state: "minecraft:air"}, - {pos: [2, 9, 9], state: "minecraft:air"}, - {pos: [2, 9, 10], state: "minecraft:air"}, - {pos: [2, 9, 11], state: "minecraft:air"}, - {pos: [2, 9, 12], state: "minecraft:air"}, - {pos: [2, 9, 13], state: "minecraft:air"}, - {pos: [2, 9, 14], state: "minecraft:air"}, - {pos: [2, 9, 15], state: "minecraft:air"}, - {pos: [2, 9, 16], state: "minecraft:air"}, - {pos: [2, 9, 17], state: "minecraft:air"}, - {pos: [2, 9, 18], state: "minecraft:air"}, - {pos: [2, 9, 19], state: "minecraft:air"}, - {pos: [2, 9, 20], state: "minecraft:air"}, - {pos: [2, 9, 21], state: "minecraft:air"}, - {pos: [2, 9, 22], state: "minecraft:air"}, - {pos: [2, 9, 23], state: "minecraft:air"}, - {pos: [2, 9, 24], state: "minecraft:air"}, - {pos: [2, 9, 25], state: "minecraft:air"}, - {pos: [2, 9, 26], state: "minecraft:air"}, - {pos: [2, 9, 27], state: "minecraft:air"}, - {pos: [2, 9, 28], state: "minecraft:air"}, - {pos: [2, 9, 29], state: "minecraft:air"}, - {pos: [3, 9, 0], state: "minecraft:air"}, - {pos: [3, 9, 1], state: "minecraft:air"}, - {pos: [3, 9, 2], state: "minecraft:air"}, - {pos: [3, 9, 3], state: "minecraft:air"}, - {pos: [3, 9, 4], state: "minecraft:air"}, - {pos: [3, 9, 5], state: "minecraft:air"}, - {pos: [3, 9, 6], state: "minecraft:air"}, - {pos: [3, 9, 7], state: "minecraft:air"}, - {pos: [3, 9, 8], state: "minecraft:air"}, - {pos: [3, 9, 9], state: "minecraft:air"}, - {pos: [3, 9, 10], state: "minecraft:air"}, - {pos: [3, 9, 11], state: "minecraft:air"}, - {pos: [3, 9, 12], state: "minecraft:air"}, - {pos: [3, 9, 13], state: "minecraft:air"}, - {pos: [3, 9, 14], state: "minecraft:air"}, - {pos: [3, 9, 15], state: "minecraft:air"}, - {pos: [3, 9, 16], state: "minecraft:air"}, - {pos: [3, 9, 17], state: "minecraft:air"}, - {pos: [3, 9, 18], state: "minecraft:air"}, - {pos: [3, 9, 19], state: "minecraft:air"}, - {pos: [3, 9, 20], state: "minecraft:air"}, - {pos: [3, 9, 21], state: "minecraft:air"}, - {pos: [3, 9, 22], state: "minecraft:air"}, - {pos: [3, 9, 23], state: "minecraft:air"}, - {pos: [3, 9, 24], state: "minecraft:air"}, - {pos: [3, 9, 25], state: "minecraft:air"}, - {pos: [3, 9, 26], state: "minecraft:air"}, - {pos: [3, 9, 27], state: "minecraft:air"}, - {pos: [3, 9, 28], state: "minecraft:air"}, - {pos: [3, 9, 29], state: "minecraft:air"}, - {pos: [4, 9, 0], state: "minecraft:air"}, - {pos: [4, 9, 1], state: "minecraft:air"}, - {pos: [4, 9, 2], state: "minecraft:air"}, - {pos: [4, 9, 3], state: "minecraft:air"}, - {pos: [4, 9, 4], state: "minecraft:air"}, - {pos: [4, 9, 5], state: "minecraft:air"}, - {pos: [4, 9, 6], state: "minecraft:air"}, - {pos: [4, 9, 7], state: "minecraft:air"}, - {pos: [4, 9, 8], state: "minecraft:air"}, - {pos: [4, 9, 9], state: "minecraft:air"}, - {pos: [4, 9, 10], state: "minecraft:air"}, - {pos: [4, 9, 11], state: "minecraft:air"}, - {pos: [4, 9, 12], state: "minecraft:air"}, - {pos: [4, 9, 13], state: "minecraft:air"}, - {pos: [4, 9, 14], state: "minecraft:air"}, - {pos: [4, 9, 15], state: "minecraft:air"}, - {pos: [4, 9, 16], state: "minecraft:air"}, - {pos: [4, 9, 17], state: "minecraft:air"}, - {pos: [4, 9, 18], state: "minecraft:air"}, - {pos: [4, 9, 19], state: "minecraft:air"}, - {pos: [4, 9, 20], state: "minecraft:air"}, - {pos: [4, 9, 21], state: "minecraft:air"}, - {pos: [4, 9, 22], state: "minecraft:air"}, - {pos: [4, 9, 23], state: "minecraft:air"}, - {pos: [4, 9, 24], state: "minecraft:air"}, - {pos: [4, 9, 25], state: "minecraft:air"}, - {pos: [4, 9, 26], state: "minecraft:air"}, - {pos: [4, 9, 27], state: "minecraft:air"}, - {pos: [4, 9, 28], state: "minecraft:air"}, - {pos: [4, 9, 29], state: "minecraft:air"}, - {pos: [5, 9, 0], state: "minecraft:air"}, - {pos: [5, 9, 1], state: "minecraft:air"}, - {pos: [5, 9, 2], state: "minecraft:air"}, - {pos: [5, 9, 3], state: "minecraft:air"}, - {pos: [5, 9, 4], state: "minecraft:air"}, - {pos: [5, 9, 5], state: "minecraft:air"}, - {pos: [5, 9, 6], state: "minecraft:air"}, - {pos: [5, 9, 7], state: "minecraft:air"}, - {pos: [5, 9, 8], state: "minecraft:air"}, - {pos: [5, 9, 9], state: "minecraft:air"}, - {pos: [5, 9, 10], state: "minecraft:air"}, - {pos: [5, 9, 11], state: "minecraft:air"}, - {pos: [5, 9, 12], state: "minecraft:air"}, - {pos: [5, 9, 13], state: "minecraft:air"}, - {pos: [5, 9, 14], state: "minecraft:air"}, - {pos: [5, 9, 15], state: "minecraft:air"}, - {pos: [5, 9, 16], state: "minecraft:air"}, - {pos: [5, 9, 17], state: "minecraft:air"}, - {pos: [5, 9, 18], state: "minecraft:air"}, - {pos: [5, 9, 19], state: "minecraft:air"}, - {pos: [5, 9, 20], state: "minecraft:air"}, - {pos: [5, 9, 21], state: "minecraft:air"}, - {pos: [5, 9, 22], state: "minecraft:air"}, - {pos: [5, 9, 23], state: "minecraft:air"}, - {pos: [5, 9, 24], state: "minecraft:air"}, - {pos: [5, 9, 25], state: "minecraft:air"}, - {pos: [5, 9, 26], state: "minecraft:air"}, - {pos: [5, 9, 27], state: "minecraft:air"}, - {pos: [5, 9, 28], state: "minecraft:air"}, - {pos: [5, 9, 29], state: "minecraft:air"}, - {pos: [6, 9, 0], state: "minecraft:air"}, - {pos: [6, 9, 1], state: "minecraft:air"}, - {pos: [6, 9, 2], state: "minecraft:air"}, - {pos: [6, 9, 3], state: "minecraft:air"}, - {pos: [6, 9, 4], state: "minecraft:air"}, - {pos: [6, 9, 5], state: "minecraft:air"}, - {pos: [6, 9, 6], state: "minecraft:air"}, - {pos: [6, 9, 7], state: "minecraft:air"}, - {pos: [6, 9, 8], state: "minecraft:air"}, - {pos: [6, 9, 9], state: "minecraft:air"}, - {pos: [6, 9, 10], state: "minecraft:air"}, - {pos: [6, 9, 11], state: "minecraft:air"}, - {pos: [6, 9, 12], state: "minecraft:air"}, - {pos: [6, 9, 13], state: "minecraft:air"}, - {pos: [6, 9, 14], state: "minecraft:air"}, - {pos: [6, 9, 15], state: "minecraft:air"}, - {pos: [6, 9, 16], state: "minecraft:air"}, - {pos: [6, 9, 17], state: "minecraft:air"}, - {pos: [6, 9, 18], state: "minecraft:air"}, - {pos: [6, 9, 19], state: "minecraft:air"}, - {pos: [6, 9, 20], state: "minecraft:air"}, - {pos: [6, 9, 21], state: "minecraft:air"}, - {pos: [6, 9, 22], state: "minecraft:air"}, - {pos: [6, 9, 23], state: "minecraft:air"}, - {pos: [6, 9, 24], state: "minecraft:air"}, - {pos: [6, 9, 25], state: "minecraft:air"}, - {pos: [6, 9, 26], state: "minecraft:air"}, - {pos: [6, 9, 27], state: "minecraft:air"}, - {pos: [6, 9, 28], state: "minecraft:air"}, - {pos: [6, 9, 29], state: "minecraft:air"}, - {pos: [7, 9, 0], state: "minecraft:air"}, - {pos: [7, 9, 1], state: "minecraft:air"}, - {pos: [7, 9, 2], state: "minecraft:air"}, - {pos: [7, 9, 3], state: "minecraft:air"}, - {pos: [7, 9, 4], state: "minecraft:air"}, - {pos: [7, 9, 5], state: "minecraft:air"}, - {pos: [7, 9, 6], state: "minecraft:air"}, - {pos: [7, 9, 7], state: "minecraft:air"}, - {pos: [7, 9, 8], state: "minecraft:air"}, - {pos: [7, 9, 9], state: "minecraft:air"}, - {pos: [7, 9, 10], state: "minecraft:air"}, - {pos: [7, 9, 11], state: "minecraft:air"}, - {pos: [7, 9, 12], state: "minecraft:air"}, - {pos: [7, 9, 13], state: "minecraft:air"}, - {pos: [7, 9, 14], state: "minecraft:air"}, - {pos: [7, 9, 15], state: "minecraft:air"}, - {pos: [7, 9, 16], state: "minecraft:air"}, - {pos: [7, 9, 17], state: "minecraft:air"}, - {pos: [7, 9, 18], state: "minecraft:air"}, - {pos: [7, 9, 19], state: "minecraft:air"}, - {pos: [7, 9, 20], state: "minecraft:air"}, - {pos: [7, 9, 21], state: "minecraft:air"}, - {pos: [7, 9, 22], state: "minecraft:air"}, - {pos: [7, 9, 23], state: "minecraft:air"}, - {pos: [7, 9, 24], state: "minecraft:air"}, - {pos: [7, 9, 25], state: "minecraft:air"}, - {pos: [7, 9, 26], state: "minecraft:air"}, - {pos: [7, 9, 27], state: "minecraft:air"}, - {pos: [7, 9, 28], state: "minecraft:air"}, - {pos: [7, 9, 29], state: "minecraft:air"}, - {pos: [8, 9, 0], state: "minecraft:air"}, - {pos: [8, 9, 1], state: "minecraft:air"}, - {pos: [8, 9, 2], state: "minecraft:air"}, - {pos: [8, 9, 3], state: "minecraft:air"}, - {pos: [8, 9, 4], state: "minecraft:air"}, - {pos: [8, 9, 5], state: "minecraft:air"}, - {pos: [8, 9, 6], state: "minecraft:air"}, - {pos: [8, 9, 7], state: "minecraft:air"}, - {pos: [8, 9, 8], state: "minecraft:air"}, - {pos: [8, 9, 9], state: "minecraft:air"}, - {pos: [8, 9, 10], state: "minecraft:air"}, - {pos: [8, 9, 11], state: "minecraft:air"}, - {pos: [8, 9, 12], state: "minecraft:air"}, - {pos: [8, 9, 13], state: "minecraft:air"}, - {pos: [8, 9, 14], state: "minecraft:air"}, - {pos: [8, 9, 15], state: "minecraft:air"}, - {pos: [8, 9, 16], state: "minecraft:air"}, - {pos: [8, 9, 17], state: "minecraft:air"}, - {pos: [8, 9, 18], state: "minecraft:air"}, - {pos: [8, 9, 19], state: "minecraft:air"}, - {pos: [8, 9, 20], state: "minecraft:air"}, - {pos: [8, 9, 21], state: "minecraft:air"}, - {pos: [8, 9, 22], state: "minecraft:air"}, - {pos: [8, 9, 23], state: "minecraft:air"}, - {pos: [8, 9, 24], state: "minecraft:air"}, - {pos: [8, 9, 25], state: "minecraft:air"}, - {pos: [8, 9, 26], state: "minecraft:air"}, - {pos: [8, 9, 27], state: "minecraft:air"}, - {pos: [8, 9, 28], state: "minecraft:air"}, - {pos: [8, 9, 29], state: "minecraft:air"}, - {pos: [9, 9, 0], state: "minecraft:air"}, - {pos: [9, 9, 1], state: "minecraft:air"}, - {pos: [9, 9, 2], state: "minecraft:air"}, - {pos: [9, 9, 3], state: "minecraft:air"}, - {pos: [9, 9, 4], state: "minecraft:air"}, - {pos: [9, 9, 5], state: "minecraft:air"}, - {pos: [9, 9, 6], state: "minecraft:air"}, - {pos: [9, 9, 7], state: "minecraft:air"}, - {pos: [9, 9, 8], state: "minecraft:air"}, - {pos: [9, 9, 9], state: "minecraft:air"}, - {pos: [9, 9, 10], state: "minecraft:air"}, - {pos: [9, 9, 11], state: "minecraft:air"}, - {pos: [9, 9, 12], state: "minecraft:air"}, - {pos: [9, 9, 13], state: "minecraft:air"}, - {pos: [9, 9, 14], state: "minecraft:air"}, - {pos: [9, 9, 15], state: "minecraft:air"}, - {pos: [9, 9, 16], state: "minecraft:air"}, - {pos: [9, 9, 17], state: "minecraft:air"}, - {pos: [9, 9, 18], state: "minecraft:air"}, - {pos: [9, 9, 19], state: "minecraft:air"}, - {pos: [9, 9, 20], state: "minecraft:air"}, - {pos: [9, 9, 21], state: "minecraft:air"}, - {pos: [9, 9, 22], state: "minecraft:air"}, - {pos: [9, 9, 23], state: "minecraft:air"}, - {pos: [9, 9, 24], state: "minecraft:air"}, - {pos: [9, 9, 25], state: "minecraft:air"}, - {pos: [9, 9, 26], state: "minecraft:air"}, - {pos: [9, 9, 27], state: "minecraft:air"}, - {pos: [9, 9, 28], state: "minecraft:air"}, - {pos: [9, 9, 29], state: "minecraft:air"} - ], - entities: [], - palette: [ - "minecraft:blue_concrete", - "minecraft:red_terracotta", - "minecraft:packed_ice", - "minecraft:emerald_block", - "minecraft:glass", - "minecraft:note_block{instrument:bit,note:0,powered:false}", - "minecraft:air", - "minecraft:redstone_wire{east:side,north:side,power:0,south:none,west:none}", - "minecraft:redstone_wire{east:none,north:none,power:0,south:side,west:side}", - "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:side}", - "minecraft:redstone_wire{east:side,north:none,power:0,south:none,west:side}", - "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}", - "minecraft:water{level:0}", - "minecraft:water{level:1}", - "minecraft:water{level:2}", - "minecraft:water{level:3}", - "minecraft:water{level:4}", - "minecraft:water{level:5}", - "minecraft:water{level:6}", - "minecraft:water{level:7}", - "minecraft:comparator{facing:west,mode:subtract,powered:false}", - "minecraft:hopper{enabled:true,facing:down}", - "minecraft:dropper{facing:up,triggered:false}", - "minecraft:comparator{facing:north,mode:compare,powered:false}" - ] -} diff --git a/testserver/gameteststructures/test_redstone.llama_pathfinding.snbt b/testserver/gameteststructures/test_redstone.llama_pathfinding.snbt deleted file mode 100644 index 964099885..000000000 --- a/testserver/gameteststructures/test_redstone.llama_pathfinding.snbt +++ /dev/null @@ -1,525 +0,0 @@ -{ - DataVersion: 3218, - size: [10, 7, 7], - data: [ - {pos: [0, 0, 0], state: "minecraft:white_concrete"}, - {pos: [0, 0, 1], state: "minecraft:white_concrete"}, - {pos: [0, 0, 2], state: "minecraft:red_terracotta"}, - {pos: [0, 0, 3], state: "minecraft:command_block{conditional:false,facing:east}", nbt: {Command: "/summon minecraft:leash_knot ~ ~.88 ~ {UUID: [I; 55186429, 1461732836, -1767952818, 1579286788]}", CustomName: '{"text":"@"}', SuccessCount: 0, TrackOutput: 1b, UpdateLastExecution: 1b, auto: 0b, conditionMet: 1b, id: "minecraft:command_block", powered: 0b}}, - {pos: [0, 0, 4], state: "minecraft:white_concrete"}, - {pos: [0, 0, 5], state: "minecraft:white_concrete"}, - {pos: [0, 0, 6], state: "minecraft:white_concrete"}, - {pos: [1, 0, 0], state: "minecraft:white_concrete"}, - {pos: [1, 0, 1], state: "minecraft:white_concrete"}, - {pos: [1, 0, 2], state: "minecraft:white_concrete"}, - {pos: [1, 0, 3], state: "minecraft:chain_command_block{conditional:false,facing:east}", nbt: {Command: "/summon minecraft:llama ~ ~.5 ~ {Leash:{UUID: [I; 55186429, 1461732836, -1767952818, 1579286788]}}", CustomName: '{"text":"@"}', SuccessCount: 0, TrackOutput: 1b, UpdateLastExecution: 1b, auto: 1b, conditionMet: 1b, id: "minecraft:command_block", powered: 0b}}, - {pos: [1, 0, 4], state: "minecraft:white_concrete"}, - {pos: [1, 0, 5], state: "minecraft:white_concrete"}, - {pos: [1, 0, 6], state: "minecraft:white_concrete"}, - {pos: [2, 0, 0], state: "minecraft:white_concrete"}, - {pos: [2, 0, 1], state: "minecraft:white_concrete"}, - {pos: [2, 0, 2], state: "minecraft:white_concrete"}, - {pos: [2, 0, 3], state: "minecraft:white_concrete"}, - {pos: [2, 0, 4], state: "minecraft:white_concrete"}, - {pos: [2, 0, 5], state: "minecraft:white_concrete"}, - {pos: [2, 0, 6], state: "minecraft:white_concrete"}, - {pos: [3, 0, 0], state: "minecraft:white_concrete"}, - {pos: [3, 0, 1], state: "minecraft:white_concrete"}, - {pos: [3, 0, 2], state: "minecraft:white_concrete"}, - {pos: [3, 0, 3], state: "minecraft:white_concrete"}, - {pos: [3, 0, 4], state: "minecraft:white_concrete"}, - {pos: [3, 0, 5], state: "minecraft:white_concrete"}, - {pos: [3, 0, 6], state: "minecraft:white_concrete"}, - {pos: [4, 0, 0], state: "minecraft:white_concrete"}, - {pos: [4, 0, 1], state: "minecraft:white_concrete"}, - {pos: [4, 0, 2], state: "minecraft:white_concrete"}, - {pos: [4, 0, 3], state: "minecraft:white_concrete"}, - {pos: [4, 0, 4], state: "minecraft:white_concrete"}, - {pos: [4, 0, 5], state: "minecraft:white_concrete"}, - {pos: [4, 0, 6], state: "minecraft:white_concrete"}, - {pos: [5, 0, 0], state: "minecraft:white_concrete"}, - {pos: [5, 0, 1], state: "minecraft:white_concrete"}, - {pos: [5, 0, 2], state: "minecraft:white_concrete"}, - {pos: [5, 0, 3], state: "minecraft:white_concrete"}, - {pos: [5, 0, 4], state: "minecraft:white_concrete"}, - {pos: [5, 0, 5], state: "minecraft:white_concrete"}, - {pos: [5, 0, 6], state: "minecraft:white_concrete"}, - {pos: [6, 0, 0], state: "minecraft:white_concrete"}, - {pos: [6, 0, 1], state: "minecraft:white_concrete"}, - {pos: [6, 0, 2], state: "minecraft:white_concrete"}, - {pos: [6, 0, 3], state: "minecraft:white_concrete"}, - {pos: [6, 0, 4], state: "minecraft:white_concrete"}, - {pos: [6, 0, 5], state: "minecraft:white_concrete"}, - {pos: [6, 0, 6], state: "minecraft:white_concrete"}, - {pos: [7, 0, 0], state: "minecraft:white_concrete"}, - {pos: [7, 0, 1], state: "minecraft:white_concrete"}, - {pos: [7, 0, 2], state: "minecraft:white_concrete"}, - {pos: [7, 0, 3], state: "minecraft:white_concrete"}, - {pos: [7, 0, 4], state: "minecraft:white_concrete"}, - {pos: [7, 0, 5], state: "minecraft:white_concrete"}, - {pos: [7, 0, 6], state: "minecraft:white_concrete"}, - {pos: [8, 0, 0], state: "minecraft:white_concrete"}, - {pos: [8, 0, 1], state: "minecraft:white_concrete"}, - {pos: [8, 0, 2], state: "minecraft:white_concrete"}, - {pos: [8, 0, 3], state: "minecraft:white_concrete"}, - {pos: [8, 0, 4], state: "minecraft:white_concrete"}, - {pos: [8, 0, 5], state: "minecraft:white_concrete"}, - {pos: [8, 0, 6], state: "minecraft:white_concrete"}, - {pos: [9, 0, 0], state: "minecraft:white_concrete"}, - {pos: [9, 0, 1], state: "minecraft:white_concrete"}, - {pos: [9, 0, 2], state: "minecraft:white_concrete"}, - {pos: [9, 0, 3], state: "minecraft:white_concrete"}, - {pos: [9, 0, 4], state: "minecraft:white_concrete"}, - {pos: [9, 0, 5], state: "minecraft:white_concrete"}, - {pos: [9, 0, 6], state: "minecraft:white_concrete"}, - {pos: [0, 1, 0], state: "minecraft:air"}, - {pos: [0, 1, 1], state: "minecraft:air"}, - {pos: [0, 1, 2], state: "minecraft:glass"}, - {pos: [0, 1, 3], state: "minecraft:oak_fence{east:false,north:true,south:true,waterlogged:false,west:false}"}, - {pos: [0, 1, 4], state: "minecraft:red_terracotta"}, - {pos: [0, 1, 5], state: "minecraft:repeater{delay:4,facing:north,locked:false,powered:false}"}, - {pos: [0, 1, 6], state: "minecraft:white_concrete"}, - {pos: [1, 1, 0], state: "minecraft:air"}, - {pos: [1, 1, 1], state: "minecraft:air"}, - {pos: [1, 1, 2], state: "minecraft:glass"}, - {pos: [1, 1, 3], state: "minecraft:air"}, - {pos: [1, 1, 4], state: "minecraft:glass"}, - {pos: [1, 1, 5], state: "minecraft:air"}, - {pos: [1, 1, 6], state: "minecraft:repeater{delay:4,facing:west,locked:false,powered:false}"}, - {pos: [2, 1, 0], state: "minecraft:glass"}, - {pos: [2, 1, 1], state: "minecraft:glass"}, - {pos: [2, 1, 2], state: "minecraft:glass"}, - {pos: [2, 1, 3], state: "minecraft:air"}, - {pos: [2, 1, 4], state: "minecraft:glass"}, - {pos: [2, 1, 5], state: "minecraft:glass"}, - {pos: [2, 1, 6], state: "minecraft:repeater{delay:4,facing:west,locked:false,powered:false}"}, - {pos: [3, 1, 0], state: "minecraft:glass"}, - {pos: [3, 1, 1], state: "minecraft:water{level:0}"}, - {pos: [3, 1, 2], state: "minecraft:stone_pressure_plate{powered:false}"}, - {pos: [3, 1, 3], state: "minecraft:air"}, - {pos: [3, 1, 4], state: "minecraft:air"}, - {pos: [3, 1, 5], state: "minecraft:air"}, - {pos: [3, 1, 6], state: "minecraft:repeater{delay:4,facing:west,locked:false,powered:false}"}, - {pos: [4, 1, 0], state: "minecraft:glass"}, - {pos: [4, 1, 1], state: "minecraft:stone_pressure_plate{powered:false}"}, - {pos: [4, 1, 2], state: "minecraft:glass"}, - {pos: [4, 1, 3], state: "minecraft:glass"}, - {pos: [4, 1, 4], state: "minecraft:glass"}, - {pos: [4, 1, 5], state: "minecraft:air"}, - {pos: [4, 1, 6], state: "minecraft:repeater{delay:4,facing:west,locked:false,powered:false}"}, - {pos: [5, 1, 0], state: "minecraft:glass"}, - {pos: [5, 1, 1], state: "minecraft:air"}, - {pos: [5, 1, 2], state: "minecraft:tripwire{attached:false,disarmed:false,east:false,north:false,powered:false,south:false,west:false}"}, - {pos: [5, 1, 3], state: "minecraft:iron_trapdoor{facing:east,half:bottom,open:false,powered:false,waterlogged:false}"}, - {pos: [5, 1, 4], state: "minecraft:air"}, - {pos: [5, 1, 5], state: "minecraft:oak_fence_gate{facing:west,in_wall:false,open:false,powered:false}"}, - {pos: [5, 1, 6], state: "minecraft:white_concrete"}, - {pos: [6, 1, 0], state: "minecraft:glass"}, - {pos: [6, 1, 1], state: "minecraft:glass"}, - {pos: [6, 1, 2], state: "minecraft:observer{facing:west,powered:false}"}, - {pos: [6, 1, 3], state: "minecraft:glass"}, - {pos: [6, 1, 4], state: "minecraft:glass"}, - {pos: [6, 1, 5], state: "minecraft:air"}, - {pos: [6, 1, 6], state: "minecraft:repeater{delay:4,facing:west,locked:false,powered:false}"}, - {pos: [7, 1, 0], state: "minecraft:sticky_piston{extended:false,facing:south}"}, - {pos: [7, 1, 1], state: "minecraft:white_concrete"}, - {pos: [7, 1, 2], state: "minecraft:air"}, - {pos: [7, 1, 3], state: "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}"}, - {pos: [7, 1, 4], state: "minecraft:repeater{delay:4,facing:south,locked:false,powered:false}"}, - {pos: [7, 1, 5], state: "minecraft:repeater{delay:4,facing:south,locked:false,powered:false}"}, - {pos: [7, 1, 6], state: "minecraft:air"}, - {pos: [8, 1, 0], state: "minecraft:repeater{delay:1,facing:east,locked:false,powered:false}"}, - {pos: [8, 1, 1], state: "minecraft:air"}, - {pos: [8, 1, 2], state: "minecraft:sticky_piston{extended:false,facing:east}"}, - {pos: [8, 1, 3], state: "minecraft:air"}, - {pos: [8, 1, 4], state: "minecraft:air"}, - {pos: [8, 1, 5], state: "minecraft:air"}, - {pos: [8, 1, 6], state: "minecraft:air"}, - {pos: [9, 1, 0], state: "minecraft:red_terracotta"}, - {pos: [9, 1, 1], state: "minecraft:air"}, - {pos: [9, 1, 2], state: "minecraft:observer{facing:down,powered:false}"}, - {pos: [9, 1, 3], state: "minecraft:air"}, - {pos: [9, 1, 4], state: "minecraft:air"}, - {pos: [9, 1, 5], state: "minecraft:air"}, - {pos: [9, 1, 6], state: "minecraft:air"}, - {pos: [0, 2, 0], state: "minecraft:air"}, - {pos: [0, 2, 1], state: "minecraft:air"}, - {pos: [0, 2, 2], state: "minecraft:glass"}, - {pos: [0, 2, 3], state: "minecraft:air"}, - {pos: [0, 2, 4], state: "minecraft:glass"}, - {pos: [0, 2, 5], state: "minecraft:air"}, - {pos: [0, 2, 6], state: "minecraft:air"}, - {pos: [1, 2, 0], state: "minecraft:air"}, - {pos: [1, 2, 1], state: "minecraft:air"}, - {pos: [1, 2, 2], state: "minecraft:glass"}, - {pos: [1, 2, 3], state: "minecraft:air"}, - {pos: [1, 2, 4], state: "minecraft:glass"}, - {pos: [1, 2, 5], state: "minecraft:air"}, - {pos: [1, 2, 6], state: "minecraft:air"}, - {pos: [2, 2, 0], state: "minecraft:glass"}, - {pos: [2, 2, 1], state: "minecraft:glass"}, - {pos: [2, 2, 2], state: "minecraft:glass"}, - {pos: [2, 2, 3], state: "minecraft:air"}, - {pos: [2, 2, 4], state: "minecraft:glass"}, - {pos: [2, 2, 5], state: "minecraft:glass"}, - {pos: [2, 2, 6], state: "minecraft:glass"}, - {pos: [3, 2, 0], state: "minecraft:glass"}, - {pos: [3, 2, 1], state: "minecraft:air"}, - {pos: [3, 2, 2], state: "minecraft:air"}, - {pos: [3, 2, 3], state: "minecraft:air"}, - {pos: [3, 2, 4], state: "minecraft:air"}, - {pos: [3, 2, 5], state: "minecraft:air"}, - {pos: [3, 2, 6], state: "minecraft:glass"}, - {pos: [4, 2, 0], state: "minecraft:glass"}, - {pos: [4, 2, 1], state: "minecraft:air"}, - {pos: [4, 2, 2], state: "minecraft:air"}, - {pos: [4, 2, 3], state: "minecraft:air"}, - {pos: [4, 2, 4], state: "minecraft:air"}, - {pos: [4, 2, 5], state: "minecraft:air"}, - {pos: [4, 2, 6], state: "minecraft:glass"}, - {pos: [5, 2, 0], state: "minecraft:glass"}, - {pos: [5, 2, 1], state: "minecraft:air"}, - {pos: [5, 2, 2], state: "minecraft:air"}, - {pos: [5, 2, 3], state: "minecraft:air"}, - {pos: [5, 2, 4], state: "minecraft:air"}, - {pos: [5, 2, 5], state: "minecraft:air"}, - {pos: [5, 2, 6], state: "minecraft:glass"}, - {pos: [6, 2, 0], state: "minecraft:glass"}, - {pos: [6, 2, 1], state: "minecraft:glass"}, - {pos: [6, 2, 2], state: "minecraft:glass"}, - {pos: [6, 2, 3], state: "minecraft:glass"}, - {pos: [6, 2, 4], state: "minecraft:glass"}, - {pos: [6, 2, 5], state: "minecraft:glass"}, - {pos: [6, 2, 6], state: "minecraft:glass"}, - {pos: [7, 2, 0], state: "minecraft:air"}, - {pos: [7, 2, 1], state: "minecraft:air"}, - {pos: [7, 2, 2], state: "minecraft:air"}, - {pos: [7, 2, 3], state: "minecraft:air"}, - {pos: [7, 2, 4], state: "minecraft:air"}, - {pos: [7, 2, 5], state: "minecraft:air"}, - {pos: [7, 2, 6], state: "minecraft:air"}, - {pos: [8, 2, 0], state: "minecraft:air"}, - {pos: [8, 2, 1], state: "minecraft:air"}, - {pos: [8, 2, 2], state: "minecraft:air"}, - {pos: [8, 2, 3], state: "minecraft:air"}, - {pos: [8, 2, 4], state: "minecraft:air"}, - {pos: [8, 2, 5], state: "minecraft:air"}, - {pos: [8, 2, 6], state: "minecraft:air"}, - {pos: [9, 2, 0], state: "minecraft:air"}, - {pos: [9, 2, 1], state: "minecraft:air"}, - {pos: [9, 2, 2], state: "minecraft:emerald_block"}, - {pos: [9, 2, 3], state: "minecraft:air"}, - {pos: [9, 2, 4], state: "minecraft:air"}, - {pos: [9, 2, 5], state: "minecraft:air"}, - {pos: [9, 2, 6], state: "minecraft:air"}, - {pos: [0, 3, 0], state: "minecraft:air"}, - {pos: [0, 3, 1], state: "minecraft:air"}, - {pos: [0, 3, 2], state: "minecraft:air"}, - {pos: [0, 3, 3], state: "minecraft:air"}, - {pos: [0, 3, 4], state: "minecraft:air"}, - {pos: [0, 3, 5], state: "minecraft:air"}, - {pos: [0, 3, 6], state: "minecraft:air"}, - {pos: [1, 3, 0], state: "minecraft:air"}, - {pos: [1, 3, 1], state: "minecraft:air"}, - {pos: [1, 3, 2], state: "minecraft:air"}, - {pos: [1, 3, 3], state: "minecraft:air"}, - {pos: [1, 3, 4], state: "minecraft:air"}, - {pos: [1, 3, 5], state: "minecraft:air"}, - {pos: [1, 3, 6], state: "minecraft:air"}, - {pos: [2, 3, 0], state: "minecraft:air"}, - {pos: [2, 3, 1], state: "minecraft:air"}, - {pos: [2, 3, 2], state: "minecraft:air"}, - {pos: [2, 3, 3], state: "minecraft:air"}, - {pos: [2, 3, 4], state: "minecraft:air"}, - {pos: [2, 3, 5], state: "minecraft:air"}, - {pos: [2, 3, 6], state: "minecraft:air"}, - {pos: [3, 3, 0], state: "minecraft:air"}, - {pos: [3, 3, 1], state: "minecraft:glass"}, - {pos: [3, 3, 2], state: "minecraft:air"}, - {pos: [3, 3, 3], state: "minecraft:air"}, - {pos: [3, 3, 4], state: "minecraft:air"}, - {pos: [3, 3, 5], state: "minecraft:glass"}, - {pos: [3, 3, 6], state: "minecraft:air"}, - {pos: [4, 3, 0], state: "minecraft:air"}, - {pos: [4, 3, 1], state: "minecraft:air"}, - {pos: [4, 3, 2], state: "minecraft:glass"}, - {pos: [4, 3, 3], state: "minecraft:glass"}, - {pos: [4, 3, 4], state: "minecraft:glass"}, - {pos: [4, 3, 5], state: "minecraft:air"}, - {pos: [4, 3, 6], state: "minecraft:air"}, - {pos: [5, 3, 0], state: "minecraft:air"}, - {pos: [5, 3, 1], state: "minecraft:air"}, - {pos: [5, 3, 2], state: "minecraft:chest{facing:east,type:single,waterlogged:false}", nbt: {Items: [], id: "minecraft:chest"}}, - {pos: [5, 3, 3], state: "minecraft:air"}, - {pos: [5, 3, 4], state: "minecraft:chest{facing:east,type:single,waterlogged:false}", nbt: {Items: [], id: "minecraft:chest"}}, - {pos: [5, 3, 5], state: "minecraft:air"}, - {pos: [5, 3, 6], state: "minecraft:air"}, - {pos: [6, 3, 0], state: "minecraft:air"}, - {pos: [6, 3, 1], state: "minecraft:air"}, - {pos: [6, 3, 2], state: "minecraft:air"}, - {pos: [6, 3, 3], state: "minecraft:glass"}, - {pos: [6, 3, 4], state: "minecraft:air"}, - {pos: [6, 3, 5], state: "minecraft:air"}, - {pos: [6, 3, 6], state: "minecraft:air"}, - {pos: [7, 3, 0], state: "minecraft:air"}, - {pos: [7, 3, 1], state: "minecraft:air"}, - {pos: [7, 3, 2], state: "minecraft:air"}, - {pos: [7, 3, 3], state: "minecraft:air"}, - {pos: [7, 3, 4], state: "minecraft:air"}, - {pos: [7, 3, 5], state: "minecraft:air"}, - {pos: [7, 3, 6], state: "minecraft:air"}, - {pos: [8, 3, 0], state: "minecraft:air"}, - {pos: [8, 3, 1], state: "minecraft:air"}, - {pos: [8, 3, 2], state: "minecraft:air"}, - {pos: [8, 3, 3], state: "minecraft:air"}, - {pos: [8, 3, 4], state: "minecraft:air"}, - {pos: [8, 3, 5], state: "minecraft:air"}, - {pos: [8, 3, 6], state: "minecraft:air"}, - {pos: [9, 3, 0], state: "minecraft:air"}, - {pos: [9, 3, 1], state: "minecraft:air"}, - {pos: [9, 3, 2], state: "minecraft:note_block{instrument:bit,note:0,powered:false}"}, - {pos: [9, 3, 3], state: "minecraft:air"}, - {pos: [9, 3, 4], state: "minecraft:air"}, - {pos: [9, 3, 5], state: "minecraft:air"}, - {pos: [9, 3, 6], state: "minecraft:air"}, - {pos: [0, 4, 0], state: "minecraft:air"}, - {pos: [0, 4, 1], state: "minecraft:air"}, - {pos: [0, 4, 2], state: "minecraft:air"}, - {pos: [0, 4, 3], state: "minecraft:air"}, - {pos: [0, 4, 4], state: "minecraft:air"}, - {pos: [0, 4, 5], state: "minecraft:air"}, - {pos: [0, 4, 6], state: "minecraft:air"}, - {pos: [1, 4, 0], state: "minecraft:air"}, - {pos: [1, 4, 1], state: "minecraft:air"}, - {pos: [1, 4, 2], state: "minecraft:air"}, - {pos: [1, 4, 3], state: "minecraft:air"}, - {pos: [1, 4, 4], state: "minecraft:air"}, - {pos: [1, 4, 5], state: "minecraft:air"}, - {pos: [1, 4, 6], state: "minecraft:air"}, - {pos: [2, 4, 0], state: "minecraft:air"}, - {pos: [2, 4, 1], state: "minecraft:air"}, - {pos: [2, 4, 2], state: "minecraft:air"}, - {pos: [2, 4, 3], state: "minecraft:air"}, - {pos: [2, 4, 4], state: "minecraft:air"}, - {pos: [2, 4, 5], state: "minecraft:air"}, - {pos: [2, 4, 6], state: "minecraft:air"}, - {pos: [3, 4, 0], state: "minecraft:air"}, - {pos: [3, 4, 1], state: "minecraft:air"}, - {pos: [3, 4, 2], state: "minecraft:air"}, - {pos: [3, 4, 3], state: "minecraft:air"}, - {pos: [3, 4, 4], state: "minecraft:air"}, - {pos: [3, 4, 5], state: "minecraft:air"}, - {pos: [3, 4, 6], state: "minecraft:air"}, - {pos: [4, 4, 0], state: "minecraft:air"}, - {pos: [4, 4, 1], state: "minecraft:air"}, - {pos: [4, 4, 2], state: "minecraft:air"}, - {pos: [4, 4, 3], state: "minecraft:air"}, - {pos: [4, 4, 4], state: "minecraft:air"}, - {pos: [4, 4, 5], state: "minecraft:air"}, - {pos: [4, 4, 6], state: "minecraft:air"}, - {pos: [5, 4, 0], state: "minecraft:air"}, - {pos: [5, 4, 1], state: "minecraft:air"}, - {pos: [5, 4, 2], state: "minecraft:air"}, - {pos: [5, 4, 3], state: "minecraft:air"}, - {pos: [5, 4, 4], state: "minecraft:air"}, - {pos: [5, 4, 5], state: "minecraft:air"}, - {pos: [5, 4, 6], state: "minecraft:air"}, - {pos: [6, 4, 0], state: "minecraft:air"}, - {pos: [6, 4, 1], state: "minecraft:air"}, - {pos: [6, 4, 2], state: "minecraft:air"}, - {pos: [6, 4, 3], state: "minecraft:air"}, - {pos: [6, 4, 4], state: "minecraft:air"}, - {pos: [6, 4, 5], state: "minecraft:air"}, - {pos: [6, 4, 6], state: "minecraft:air"}, - {pos: [7, 4, 0], state: "minecraft:air"}, - {pos: [7, 4, 1], state: "minecraft:air"}, - {pos: [7, 4, 2], state: "minecraft:air"}, - {pos: [7, 4, 3], state: "minecraft:air"}, - {pos: [7, 4, 4], state: "minecraft:air"}, - {pos: [7, 4, 5], state: "minecraft:air"}, - {pos: [7, 4, 6], state: "minecraft:air"}, - {pos: [8, 4, 0], state: "minecraft:air"}, - {pos: [8, 4, 1], state: "minecraft:air"}, - {pos: [8, 4, 2], state: "minecraft:air"}, - {pos: [8, 4, 3], state: "minecraft:air"}, - {pos: [8, 4, 4], state: "minecraft:air"}, - {pos: [8, 4, 5], state: "minecraft:air"}, - {pos: [8, 4, 6], state: "minecraft:air"}, - {pos: [9, 4, 0], state: "minecraft:air"}, - {pos: [9, 4, 1], state: "minecraft:air"}, - {pos: [9, 4, 2], state: "minecraft:air"}, - {pos: [9, 4, 3], state: "minecraft:air"}, - {pos: [9, 4, 4], state: "minecraft:air"}, - {pos: [9, 4, 5], state: "minecraft:air"}, - {pos: [9, 4, 6], state: "minecraft:air"}, - {pos: [0, 5, 0], state: "minecraft:air"}, - {pos: [0, 5, 1], state: "minecraft:air"}, - {pos: [0, 5, 2], state: "minecraft:air"}, - {pos: [0, 5, 3], state: "minecraft:air"}, - {pos: [0, 5, 4], state: "minecraft:air"}, - {pos: [0, 5, 5], state: "minecraft:air"}, - {pos: [0, 5, 6], state: "minecraft:air"}, - {pos: [1, 5, 0], state: "minecraft:air"}, - {pos: [1, 5, 1], state: "minecraft:air"}, - {pos: [1, 5, 2], state: "minecraft:air"}, - {pos: [1, 5, 3], state: "minecraft:air"}, - {pos: [1, 5, 4], state: "minecraft:air"}, - {pos: [1, 5, 5], state: "minecraft:air"}, - {pos: [1, 5, 6], state: "minecraft:air"}, - {pos: [2, 5, 0], state: "minecraft:air"}, - {pos: [2, 5, 1], state: "minecraft:air"}, - {pos: [2, 5, 2], state: "minecraft:air"}, - {pos: [2, 5, 3], state: "minecraft:air"}, - {pos: [2, 5, 4], state: "minecraft:air"}, - {pos: [2, 5, 5], state: "minecraft:air"}, - {pos: [2, 5, 6], state: "minecraft:air"}, - {pos: [3, 5, 0], state: "minecraft:air"}, - {pos: [3, 5, 1], state: "minecraft:air"}, - {pos: [3, 5, 2], state: "minecraft:air"}, - {pos: [3, 5, 3], state: "minecraft:air"}, - {pos: [3, 5, 4], state: "minecraft:air"}, - {pos: [3, 5, 5], state: "minecraft:air"}, - {pos: [3, 5, 6], state: "minecraft:air"}, - {pos: [4, 5, 0], state: "minecraft:air"}, - {pos: [4, 5, 1], state: "minecraft:air"}, - {pos: [4, 5, 2], state: "minecraft:air"}, - {pos: [4, 5, 3], state: "minecraft:air"}, - {pos: [4, 5, 4], state: "minecraft:air"}, - {pos: [4, 5, 5], state: "minecraft:air"}, - {pos: [4, 5, 6], state: "minecraft:air"}, - {pos: [5, 5, 0], state: "minecraft:air"}, - {pos: [5, 5, 1], state: "minecraft:air"}, - {pos: [5, 5, 2], state: "minecraft:air"}, - {pos: [5, 5, 3], state: "minecraft:air"}, - {pos: [5, 5, 4], state: "minecraft:air"}, - {pos: [5, 5, 5], state: "minecraft:air"}, - {pos: [5, 5, 6], state: "minecraft:air"}, - {pos: [6, 5, 0], state: "minecraft:air"}, - {pos: [6, 5, 1], state: "minecraft:air"}, - {pos: [6, 5, 2], state: "minecraft:air"}, - {pos: [6, 5, 3], state: "minecraft:air"}, - {pos: [6, 5, 4], state: "minecraft:air"}, - {pos: [6, 5, 5], state: "minecraft:air"}, - {pos: [6, 5, 6], state: "minecraft:air"}, - {pos: [7, 5, 0], state: "minecraft:air"}, - {pos: [7, 5, 1], state: "minecraft:air"}, - {pos: [7, 5, 2], state: "minecraft:air"}, - {pos: [7, 5, 3], state: "minecraft:air"}, - {pos: [7, 5, 4], state: "minecraft:air"}, - {pos: [7, 5, 5], state: "minecraft:air"}, - {pos: [7, 5, 6], state: "minecraft:air"}, - {pos: [8, 5, 0], state: "minecraft:air"}, - {pos: [8, 5, 1], state: "minecraft:air"}, - {pos: [8, 5, 2], state: "minecraft:air"}, - {pos: [8, 5, 3], state: "minecraft:air"}, - {pos: [8, 5, 4], state: "minecraft:air"}, - {pos: [8, 5, 5], state: "minecraft:air"}, - {pos: [8, 5, 6], state: "minecraft:air"}, - {pos: [9, 5, 0], state: "minecraft:air"}, - {pos: [9, 5, 1], state: "minecraft:air"}, - {pos: [9, 5, 2], state: "minecraft:air"}, - {pos: [9, 5, 3], state: "minecraft:air"}, - {pos: [9, 5, 4], state: "minecraft:air"}, - {pos: [9, 5, 5], state: "minecraft:air"}, - {pos: [9, 5, 6], state: "minecraft:air"}, - {pos: [0, 6, 0], state: "minecraft:air"}, - {pos: [0, 6, 1], state: "minecraft:air"}, - {pos: [0, 6, 2], state: "minecraft:air"}, - {pos: [0, 6, 3], state: "minecraft:air"}, - {pos: [0, 6, 4], state: "minecraft:air"}, - {pos: [0, 6, 5], state: "minecraft:air"}, - {pos: [0, 6, 6], state: "minecraft:air"}, - {pos: [1, 6, 0], state: "minecraft:air"}, - {pos: [1, 6, 1], state: "minecraft:air"}, - {pos: [1, 6, 2], state: "minecraft:air"}, - {pos: [1, 6, 3], state: "minecraft:air"}, - {pos: [1, 6, 4], state: "minecraft:air"}, - {pos: [1, 6, 5], state: "minecraft:air"}, - {pos: [1, 6, 6], state: "minecraft:air"}, - {pos: [2, 6, 0], state: "minecraft:air"}, - {pos: [2, 6, 1], state: "minecraft:air"}, - {pos: [2, 6, 2], state: "minecraft:air"}, - {pos: [2, 6, 3], state: "minecraft:air"}, - {pos: [2, 6, 4], state: "minecraft:air"}, - {pos: [2, 6, 5], state: "minecraft:air"}, - {pos: [2, 6, 6], state: "minecraft:air"}, - {pos: [3, 6, 0], state: "minecraft:air"}, - {pos: [3, 6, 1], state: "minecraft:air"}, - {pos: [3, 6, 2], state: "minecraft:air"}, - {pos: [3, 6, 3], state: "minecraft:air"}, - {pos: [3, 6, 4], state: "minecraft:air"}, - {pos: [3, 6, 5], state: "minecraft:air"}, - {pos: [3, 6, 6], state: "minecraft:air"}, - {pos: [4, 6, 0], state: "minecraft:air"}, - {pos: [4, 6, 1], state: "minecraft:air"}, - {pos: [4, 6, 2], state: "minecraft:air"}, - {pos: [4, 6, 3], state: "minecraft:air"}, - {pos: [4, 6, 4], state: "minecraft:air"}, - {pos: [4, 6, 5], state: "minecraft:air"}, - {pos: [4, 6, 6], state: "minecraft:air"}, - {pos: [5, 6, 0], state: "minecraft:air"}, - {pos: [5, 6, 1], state: "minecraft:air"}, - {pos: [5, 6, 2], state: "minecraft:air"}, - {pos: [5, 6, 3], state: "minecraft:air"}, - {pos: [5, 6, 4], state: "minecraft:air"}, - {pos: [5, 6, 5], state: "minecraft:air"}, - {pos: [5, 6, 6], state: "minecraft:air"}, - {pos: [6, 6, 0], state: "minecraft:air"}, - {pos: [6, 6, 1], state: "minecraft:air"}, - {pos: [6, 6, 2], state: "minecraft:air"}, - {pos: [6, 6, 3], state: "minecraft:air"}, - {pos: [6, 6, 4], state: "minecraft:air"}, - {pos: [6, 6, 5], state: "minecraft:air"}, - {pos: [6, 6, 6], state: "minecraft:air"}, - {pos: [7, 6, 0], state: "minecraft:air"}, - {pos: [7, 6, 1], state: "minecraft:air"}, - {pos: [7, 6, 2], state: "minecraft:air"}, - {pos: [7, 6, 3], state: "minecraft:air"}, - {pos: [7, 6, 4], state: "minecraft:air"}, - {pos: [7, 6, 5], state: "minecraft:air"}, - {pos: [7, 6, 6], state: "minecraft:air"}, - {pos: [8, 6, 0], state: "minecraft:air"}, - {pos: [8, 6, 1], state: "minecraft:air"}, - {pos: [8, 6, 2], state: "minecraft:air"}, - {pos: [8, 6, 3], state: "minecraft:air"}, - {pos: [8, 6, 4], state: "minecraft:air"}, - {pos: [8, 6, 5], state: "minecraft:air"}, - {pos: [8, 6, 6], state: "minecraft:air"}, - {pos: [9, 6, 0], state: "minecraft:air"}, - {pos: [9, 6, 1], state: "minecraft:air"}, - {pos: [9, 6, 2], state: "minecraft:air"}, - {pos: [9, 6, 3], state: "minecraft:air"}, - {pos: [9, 6, 4], state: "minecraft:air"}, - {pos: [9, 6, 5], state: "minecraft:air"}, - {pos: [9, 6, 6], state: "minecraft:air"} - ], - entities: [ - {blockPos: [5, 1, 3], pos: [5.5d, 1.1875d, 3.5d], nbt: {id: "minecraft:trader_llama"}} - ], - palette: [ - "minecraft:white_concrete", - "minecraft:red_terracotta", - "minecraft:glass", - "minecraft:observer{facing:west,powered:false}", - "minecraft:sticky_piston{extended:false,facing:south}", - "minecraft:sticky_piston{extended:false,facing:east}", - "minecraft:observer{facing:down,powered:false}", - "minecraft:emerald_block", - "minecraft:note_block{instrument:bit,note:0,powered:false}", - "minecraft:air", - "minecraft:oak_fence{east:false,north:true,south:true,waterlogged:false,west:false}", - "minecraft:repeater{delay:4,facing:north,locked:false,powered:false}", - "minecraft:repeater{delay:4,facing:west,locked:false,powered:false}", - "minecraft:water{level:0}", - "minecraft:stone_pressure_plate{powered:false}", - "minecraft:tripwire{attached:false,disarmed:false,east:false,north:false,powered:false,south:false,west:false}", - "minecraft:iron_trapdoor{facing:east,half:bottom,open:false,powered:false,waterlogged:false}", - "minecraft:oak_fence_gate{facing:west,in_wall:false,open:false,powered:false}", - "minecraft:redstone_wire{east:none,north:side,power:0,south:side,west:none}", - "minecraft:repeater{delay:4,facing:south,locked:false,powered:false}", - "minecraft:repeater{delay:1,facing:east,locked:false,powered:false}", - "minecraft:command_block{conditional:false,facing:east}", - "minecraft:chain_command_block{conditional:false,facing:east}", - "minecraft:chest{facing:east,type:single,waterlogged:false}" - ] -} diff --git a/testserver/gameteststructures/test_redstone.pig_dispensed_onto_pressure_plate.snbt b/testserver/gameteststructures/test_redstone.pig_dispensed_onto_pressure_plate.snbt deleted file mode 100644 index af06ed330..000000000 --- a/testserver/gameteststructures/test_redstone.pig_dispensed_onto_pressure_plate.snbt +++ /dev/null @@ -1,96 +0,0 @@ -{ - DataVersion: 2703, - size: [4, 5, 4], - data: [ - {pos: [0, 0, 0], state: "minecraft:air"}, - {pos: [0, 0, 1], state: "minecraft:air"}, - {pos: [0, 0, 2], state: "minecraft:air"}, - {pos: [0, 0, 3], state: "minecraft:air"}, - {pos: [1, 0, 0], state: "minecraft:air"}, - {pos: [1, 0, 1], state: "minecraft:air"}, - {pos: [1, 0, 2], state: "minecraft:emerald_block"}, - {pos: [1, 0, 3], state: "minecraft:air"}, - {pos: [2, 0, 0], state: "minecraft:air"}, - {pos: [2, 0, 1], state: "minecraft:air"}, - {pos: [2, 0, 2], state: "minecraft:air"}, - {pos: [2, 0, 3], state: "minecraft:air"}, - {pos: [3, 0, 0], state: "minecraft:air"}, - {pos: [3, 0, 1], state: "minecraft:air"}, - {pos: [3, 0, 2], state: "minecraft:air"}, - {pos: [3, 0, 3], state: "minecraft:air"}, - {pos: [0, 1, 0], state: "minecraft:air"}, - {pos: [0, 1, 1], state: "minecraft:air"}, - {pos: [0, 1, 2], state: "minecraft:air"}, - {pos: [0, 1, 3], state: "minecraft:air"}, - {pos: [1, 1, 0], state: "minecraft:air"}, - {pos: [1, 1, 1], state: "minecraft:air"}, - {pos: [1, 1, 2], state: "minecraft:note_block{instrument:bit,note:1,powered:false}"}, - {pos: [1, 1, 3], state: "minecraft:air"}, - {pos: [2, 1, 0], state: "minecraft:air"}, - {pos: [2, 1, 1], state: "minecraft:air"}, - {pos: [2, 1, 2], state: "minecraft:air"}, - {pos: [2, 1, 3], state: "minecraft:air"}, - {pos: [3, 1, 0], state: "minecraft:air"}, - {pos: [3, 1, 1], state: "minecraft:air"}, - {pos: [3, 1, 2], state: "minecraft:air"}, - {pos: [3, 1, 3], state: "minecraft:air"}, - {pos: [0, 2, 0], state: "minecraft:air"}, - {pos: [0, 2, 1], state: "minecraft:air"}, - {pos: [0, 2, 2], state: "minecraft:glass"}, - {pos: [0, 2, 3], state: "minecraft:air"}, - {pos: [1, 2, 0], state: "minecraft:air"}, - {pos: [1, 2, 1], state: "minecraft:glass"}, - {pos: [1, 2, 2], state: "minecraft:polished_blackstone_pressure_plate{powered:false}"}, - {pos: [1, 2, 3], state: "minecraft:glass"}, - {pos: [2, 2, 0], state: "minecraft:air"}, - {pos: [2, 2, 1], state: "minecraft:red_terracotta"}, - {pos: [2, 2, 2], state: "minecraft:dispenser{facing:west,triggered:false}", nbt: {Items: [{Count: 1b, Slot: 4b, id: "minecraft:pig_spawn_egg"}], id: "minecraft:dispenser"}}, - {pos: [2, 2, 3], state: "minecraft:air"}, - {pos: [3, 2, 0], state: "minecraft:air"}, - {pos: [3, 2, 1], state: "minecraft:air"}, - {pos: [3, 2, 2], state: "minecraft:air"}, - {pos: [3, 2, 3], state: "minecraft:air"}, - {pos: [0, 3, 0], state: "minecraft:air"}, - {pos: [0, 3, 1], state: "minecraft:air"}, - {pos: [0, 3, 2], state: "minecraft:air"}, - {pos: [0, 3, 3], state: "minecraft:air"}, - {pos: [1, 3, 0], state: "minecraft:air"}, - {pos: [1, 3, 1], state: "minecraft:air"}, - {pos: [1, 3, 2], state: "minecraft:glass"}, - {pos: [1, 3, 3], state: "minecraft:air"}, - {pos: [2, 3, 0], state: "minecraft:air"}, - {pos: [2, 3, 1], state: "minecraft:air"}, - {pos: [2, 3, 2], state: "minecraft:air"}, - {pos: [2, 3, 3], state: "minecraft:air"}, - {pos: [3, 3, 0], state: "minecraft:air"}, - {pos: [3, 3, 1], state: "minecraft:air"}, - {pos: [3, 3, 2], state: "minecraft:air"}, - {pos: [3, 3, 3], state: "minecraft:air"}, - {pos: [0, 4, 0], state: "minecraft:air"}, - {pos: [0, 4, 1], state: "minecraft:air"}, - {pos: [0, 4, 2], state: "minecraft:air"}, - {pos: [0, 4, 3], state: "minecraft:air"}, - {pos: [1, 4, 0], state: "minecraft:air"}, - {pos: [1, 4, 1], state: "minecraft:air"}, - {pos: [1, 4, 2], state: "minecraft:air"}, - {pos: [1, 4, 3], state: "minecraft:air"}, - {pos: [2, 4, 0], state: "minecraft:air"}, - {pos: [2, 4, 1], state: "minecraft:air"}, - {pos: [2, 4, 2], state: "minecraft:air"}, - {pos: [2, 4, 3], state: "minecraft:air"}, - {pos: [3, 4, 0], state: "minecraft:air"}, - {pos: [3, 4, 1], state: "minecraft:air"}, - {pos: [3, 4, 2], state: "minecraft:air"}, - {pos: [3, 4, 3], state: "minecraft:air"} - ], - entities: [], - palette: [ - "minecraft:emerald_block", - "minecraft:note_block{instrument:bit,note:1,powered:false}", - "minecraft:glass", - "minecraft:red_terracotta", - "minecraft:air", - "minecraft:polished_blackstone_pressure_plate{powered:false}", - "minecraft:dispenser{facing:west,triggered:false}" - ] -} diff --git a/testserver/server.properties b/testserver/server.properties deleted file mode 100644 index 72e7de368..000000000 --- a/testserver/server.properties +++ /dev/null @@ -1,9 +0,0 @@ -level-seed= -enable-command-block=true -gamemode=creative -level-name=world -motd=Lithium test server -pvp=true -difficulty=easy -max-tick-time=60000 -online-mode=false \ No newline at end of file diff --git a/testserver/world/level.dat_old b/testserver/world/level.dat_old deleted file mode 100644 index 11af22c7a25da6a66e8e596fc60ebdf293a9060d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1121 zcmV-n1fKgJiwFP!000000M%C8P9sMUEo1OyxEhEQ_K6?JY6;n0DK7zR77>{QVFVkb z2(_nc>=r%UqwXFP?>FQJ5=GiCiIms;RjTKT2|uv&V0r3ZHFZvR01&|PfH~HLSGP=Y zG(t_T4WmD!ggvVMl&KH_V6O%1C)$v_kIJFBgW_pGFc48B!c@9BEW>tgH4>k2h$guf zG1jJS!-S#?(1gwzi}8A%cx|H#Ya=u>G$)3Nu$|1f6|u1q;j_da%V;gw&E*3Yvk6|3 zv((|k5C8t*pFdl$ldEr;@hLN z?|;3|q0zpfa%iQgy^&&xood%;!qPc82cIeQPt3P@@cQ8W{-wch3`%4c_YVm(?E#xF zLVlG1?*x;Si#Hn3y=C@7bDq7dGb#0BU&paWJ>}SYiGv160|NN<9|CPZwNA$;+S=0@ z(Se6x*AvNADv@X-;QE6wcr9px%QR%{z*jN*t;j%RCe#qs#7$x4-P^Z^@5mz}`B9^<@i`|g~Wl;N!@U&sCZ+UJXRCJRvBe4$$J?|#Dq#D@(yWGekRR>H*c~Jd9JLEm0*?A zHp$``xgZX{LhBnZ^Xw>(LME@UfGKTnsq1EQ8fsk)HK2fU@e`~+P$B2a@02$4CnL^B zxzJRP>!FB+L*DnudOG~oSdY()z{m>=^G$!G>Dce&DDfvsdsfDEj>UfLB zSMU7Oplgvq{PcWDrJfvf`n)B2O2yYU!O(f4vS-DC)t{#7p)%O9L<5D_2dZbx>g}Z> zE}1i0J}ZLG>sBWEg)n_Yhqph+OPn`h)lmj2y_V$GcR2-grp)kA8>IhR^<`m5+fL&s zjX&m|TeNM=6iZnKq)SGTBC834%!77H7Wvw>VY@& From 40739dc656c8bd2d580b5b15d8de89593c3e9c05 Mon Sep 17 00:00:00 2001 From: dima_dencep Date: Wed, 6 Sep 2023 00:44:27 +0700 Subject: [PATCH 02/46] Base port to forge --- build.gradle | 43 ++++++------------ gradle.properties | 6 ++- settings.gradle | 10 ++-- .../mods/lithium/common/LithiumMod.java | 9 ++-- .../FabricTransferApiCompat.java | 4 +- .../compat/worldedit/WorldEditCompat.java | 4 +- .../common/entity/EntityClassGroup.java | 7 +-- .../pushable/PushableEntityClassGroup.java | 7 +-- .../block/hopper/HopperBlockEntityMixin.java | 19 ++++---- .../mixin/block/hopper/WorldMixin.java | 10 ++-- .../block_entity_tickers/WorldChunkMixin.java | 2 +- .../entity/collisions/fluid/EntityMixin.java | 6 +-- .../EntityShapeContextMixin.java | 4 +- .../ChestBlockEntityMixin.java | 2 +- .../sleeping/WorldChunkMixin.java | 10 +++- src/main/resources/META-INF/mods.toml | 15 ++++++ src/main/resources/assets/lithium/icon.png | Bin 5755 -> 0 bytes src/main/resources/fabric.mod.json | 35 -------------- src/main/resources/icon.png | Bin 0 -> 8619 bytes src/main/resources/pack.mcmeta | 6 +++ 20 files changed, 88 insertions(+), 111 deletions(-) create mode 100644 src/main/resources/META-INF/mods.toml delete mode 100644 src/main/resources/assets/lithium/icon.png delete mode 100644 src/main/resources/fabric.mod.json create mode 100644 src/main/resources/icon.png create mode 100644 src/main/resources/pack.mcmeta diff --git a/build.gradle b/build.gradle index 1b5b35b84..3062d83e5 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ import net.fabricmc.loom.task.RemapJarTask plugins { - id 'fabric-loom' version '1.0-SNAPSHOT' + id 'dev.architectury.loom' version '1.0-SNAPSHOT' id 'maven-publish' id 'net.caffeinemc.mixin-config-plugin' version '1.0-SNAPSHOT' } @@ -9,9 +9,15 @@ plugins { loom { accessWidenerPath = file("src/main/resources/lithium.accesswidener") mixin.defaultRefmapName = "mixins.lithium.refmap.json" + + forge { + convertAccessWideners = true + + mixinConfig "lithium.mixins.json" + } } -apply plugin: 'fabric-loom' +apply plugin: 'dev.architectury.loom' apply plugin: 'net.caffeinemc.mixin-config-plugin' sourceCompatibility = JavaVersion.VERSION_17 @@ -51,42 +57,19 @@ repositories { allprojects { repositories { maven { url 'https://jitpack.io' } + maven { url "https://maven.su5ed.dev/releases" } + maven { url "https://repo.constructlegacy.ru/public" } } } } -loom { - runs { - testmodServer { - runDir("testserver"); - server() - ideConfigGenerated project.rootProject == project - source sourceSets.main - } - autoTestServer { - runDir("testserver"); - inherit testmodServer - vmArg "-Dfabric.autoTest" - } - } -} - - dependencies { //to change the versions see the gradle.properties file minecraft "com.mojang:minecraft:${project.minecraft_version}" mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2" - modImplementation "net.fabricmc:fabric-loader:${project.loader_version}" - modImplementation 'com.github.2No2Name:McTester:v0.3.3' - - Set fabricApiModulesCompileOnly = [ - "fabric-transfer-api-v1" - ] - // Add each fabric api module as a compile only dependency - fabricApiModulesCompileOnly.forEach { - modCompileOnly(fabricApi.module(it, "${project.fabric_version}")) - } + forge "net.minecraftforge:forge:${project.loader_version}" + modCompileOnly "dev.su5ed.sinytra.fabric-api:fabric-transfer-api-v1:${project.fabric_version}" // Ye compileOnly 'net.caffeinemc:mixin-config-plugin:1.0-SNAPSHOT' } @@ -107,7 +90,7 @@ createMixinConfig.dependsOn compileJava processResources { inputs.property "version", project.version - filesMatching("fabric.mod.json") { + filesMatching("META-INF/mods.toml") { expand "version": project.version } } diff --git a/gradle.properties b/gradle.properties index fffb14378..bd287a231 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,9 +5,11 @@ org.gradle.jvmargs=-Xmx3G minecraft_version=1.20.1 yarn_mappings=1.20.1+build.1 -loader_version=0.14.21 +loader_version=1.20.1-47.1.3 #Fabric api -fabric_version=0.83.0+1.20.1 +fabric_version=3.3.0+d55c00c777 # Mod Properties mod_version=0.11.2 maven_group=me.jellysquid.mods + +loom.platform=forge diff --git a/settings.gradle b/settings.gradle index 55360d7c4..e9c89bf2b 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,13 +1,13 @@ pluginManagement { repositories { - maven { - name = 'Fabric' - url = 'https://maven.fabricmc.net/' - } + maven { url "https://maven.fabricmc.net/" } + maven { url "https://maven.architectury.dev/" } + maven { url "https://maven.minecraftforge.net/" } + maven { url "https://maven.neoforged.net/releases" } gradlePluginPortal() } } includeBuild "components/mixin-config-plugin" -rootProject.name = "lithium-fabric" \ No newline at end of file +rootProject.name = "radium" \ No newline at end of file diff --git a/src/main/java/me/jellysquid/mods/lithium/common/LithiumMod.java b/src/main/java/me/jellysquid/mods/lithium/common/LithiumMod.java index af18bb878..23c5d75ef 100644 --- a/src/main/java/me/jellysquid/mods/lithium/common/LithiumMod.java +++ b/src/main/java/me/jellysquid/mods/lithium/common/LithiumMod.java @@ -1,13 +1,14 @@ package me.jellysquid.mods.lithium.common; import me.jellysquid.mods.lithium.common.config.LithiumConfig; -import net.fabricmc.api.ModInitializer; +import net.minecraftforge.fml.common.Mod; -public class LithiumMod implements ModInitializer { +@Mod(LithiumMod.MODID) +public class LithiumMod { + public static final String MODID = "radium"; public static LithiumConfig CONFIG; - @Override - public void onInitialize() { + public LithiumMod() { if (CONFIG == null) { throw new IllegalStateException("The mixin plugin did not initialize the config! Did it not load?"); } diff --git a/src/main/java/me/jellysquid/mods/lithium/common/compat/fabric_transfer_api_v1/FabricTransferApiCompat.java b/src/main/java/me/jellysquid/mods/lithium/common/compat/fabric_transfer_api_v1/FabricTransferApiCompat.java index 88a4720a4..9d39f26a2 100644 --- a/src/main/java/me/jellysquid/mods/lithium/common/compat/fabric_transfer_api_v1/FabricTransferApiCompat.java +++ b/src/main/java/me/jellysquid/mods/lithium/common/compat/fabric_transfer_api_v1/FabricTransferApiCompat.java @@ -1,7 +1,7 @@ package me.jellysquid.mods.lithium.common.compat.fabric_transfer_api_v1; import net.fabricmc.fabric.api.transfer.v1.item.ItemStorage; -import net.fabricmc.loader.api.FabricLoader; +import net.minecraftforge.fml.loading.LoadingModList; import net.minecraft.block.BlockState; import net.minecraft.block.HopperBlock; import net.minecraft.block.entity.HopperBlockEntity; @@ -12,7 +12,7 @@ public class FabricTransferApiCompat { public static final boolean FABRIC_TRANSFER_API_V_1_PRESENT; static { - FABRIC_TRANSFER_API_V_1_PRESENT = FabricLoader.getInstance().isModLoaded("fabric-transfer-api-v1"); + FABRIC_TRANSFER_API_V_1_PRESENT = LoadingModList.get().getModFileById("fabric-transfer-api-v1") != null; } public static boolean canHopperInteractWithApiInventory(HopperBlockEntity hopperBlockEntity, BlockState hopperState, boolean extracting) { diff --git a/src/main/java/me/jellysquid/mods/lithium/common/compat/worldedit/WorldEditCompat.java b/src/main/java/me/jellysquid/mods/lithium/common/compat/worldedit/WorldEditCompat.java index d6a58648b..b0789e049 100644 --- a/src/main/java/me/jellysquid/mods/lithium/common/compat/worldedit/WorldEditCompat.java +++ b/src/main/java/me/jellysquid/mods/lithium/common/compat/worldedit/WorldEditCompat.java @@ -1,9 +1,9 @@ package me.jellysquid.mods.lithium.common.compat.worldedit; -import net.fabricmc.loader.api.FabricLoader; +import net.minecraftforge.fml.loading.LoadingModList; public class WorldEditCompat { - public static final boolean WORLD_EDIT_PRESENT = FabricLoader.getInstance().isModLoaded("worldedit"); + public static final boolean WORLD_EDIT_PRESENT = LoadingModList.get().getModFileById("worldedit") != null; } diff --git a/src/main/java/me/jellysquid/mods/lithium/common/entity/EntityClassGroup.java b/src/main/java/me/jellysquid/mods/lithium/common/entity/EntityClassGroup.java index 68402bd22..9b7ce9558 100644 --- a/src/main/java/me/jellysquid/mods/lithium/common/entity/EntityClassGroup.java +++ b/src/main/java/me/jellysquid/mods/lithium/common/entity/EntityClassGroup.java @@ -2,7 +2,8 @@ import it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap; import me.jellysquid.mods.lithium.common.reflection.ReflectionUtil; -import net.fabricmc.loader.api.FabricLoader; +import net.minecraftforge.fml.util.ObfuscationReflectionHelper; +import cpw.mods.modlauncher.api.INameMappingService; import net.minecraft.entity.Entity; import net.minecraft.entity.boss.dragon.EnderDragonEntity; import net.minecraft.entity.mob.ShulkerEntity; @@ -24,7 +25,7 @@ public class EntityClassGroup { public static final EntityClassGroup MINECART_BOAT_LIKE_COLLISION; //aka entities that will attempt to collide with all other entities when moving static { - String remapped_collidesWith = FabricLoader.getInstance().getMappingResolver().mapMethodName("intermediary", "net.minecraft.class_1297", "method_30949", "(Lnet/minecraft/class_1297;)Z"); + String remapped_collidesWith = ObfuscationReflectionHelper.remapName(INameMappingService.Domain.METHOD, "m_7337_"); MINECART_BOAT_LIKE_COLLISION = new EntityClassGroup( (Class entityClass) -> ReflectionUtil.hasMethodOverride(entityClass, Entity.class, true, remapped_collidesWith, Entity.class)); @@ -86,7 +87,7 @@ public static class NoDragonClassGroup extends EntityClassGroup { public static final NoDragonClassGroup BOAT_SHULKER_LIKE_COLLISION; //aka entities that other entities will do block-like collisions with when moving static { - String remapped_isCollidable = FabricLoader.getInstance().getMappingResolver().mapMethodName("intermediary", "net.minecraft.class_1297", "method_30948", "()Z"); + String remapped_isCollidable = ObfuscationReflectionHelper.remapName(INameMappingService.Domain.METHOD, "m_5829_"); BOAT_SHULKER_LIKE_COLLISION = new NoDragonClassGroup( (Class entityClass) -> ReflectionUtil.hasMethodOverride(entityClass, Entity.class, true, remapped_isCollidable)); diff --git a/src/main/java/me/jellysquid/mods/lithium/common/entity/pushable/PushableEntityClassGroup.java b/src/main/java/me/jellysquid/mods/lithium/common/entity/pushable/PushableEntityClassGroup.java index e2d83da81..97b20575a 100644 --- a/src/main/java/me/jellysquid/mods/lithium/common/entity/pushable/PushableEntityClassGroup.java +++ b/src/main/java/me/jellysquid/mods/lithium/common/entity/pushable/PushableEntityClassGroup.java @@ -2,7 +2,8 @@ import me.jellysquid.mods.lithium.common.entity.EntityClassGroup; import me.jellysquid.mods.lithium.common.reflection.ReflectionUtil; -import net.fabricmc.loader.api.FabricLoader; +import net.minecraftforge.fml.util.ObfuscationReflectionHelper; +import cpw.mods.modlauncher.api.INameMappingService; import net.minecraft.entity.Entity; import net.minecraft.entity.LivingEntity; import net.minecraft.entity.boss.dragon.EnderDragonEntity; @@ -28,8 +29,8 @@ public class PushableEntityClassGroup { public static final EntityClassGroup MAYBE_PUSHABLE; static { - String remapped_isClimbing = FabricLoader.getInstance().getMappingResolver().mapMethodName("intermediary", "net.minecraft.class_1309", "method_6101", "()Z"); - String remapped_isPushable = FabricLoader.getInstance().getMappingResolver().mapMethodName("intermediary", "net.minecraft.class_1297", "method_5810", "()Z"); + String remapped_isClimbing = ObfuscationReflectionHelper.remapName(INameMappingService.Domain.METHOD, "m_6147_"); + String remapped_isPushable = ObfuscationReflectionHelper.remapName(INameMappingService.Domain.METHOD, "m_6094_"); CACHABLE_UNPUSHABILITY = new EntityClassGroup( (Class entityClass) -> { if (LivingEntity.class.isAssignableFrom(entityClass) && !PlayerEntity.class.isAssignableFrom(entityClass)) { diff --git a/src/main/java/me/jellysquid/mods/lithium/mixin/block/hopper/HopperBlockEntityMixin.java b/src/main/java/me/jellysquid/mods/lithium/mixin/block/hopper/HopperBlockEntityMixin.java index 699d29ce9..f6a2ad094 100644 --- a/src/main/java/me/jellysquid/mods/lithium/mixin/block/hopper/HopperBlockEntityMixin.java +++ b/src/main/java/me/jellysquid/mods/lithium/mixin/block/hopper/HopperBlockEntityMixin.java @@ -148,19 +148,19 @@ private static Inventory getExtractInventory(World world, Hopper hopper) { @SuppressWarnings("JavadocReference") @Inject( cancellable = true, - method = "insert(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/inventory/Inventory;)Z", + method = "ejectItems", at = @At( value = "INVOKE", shift = At.Shift.BEFORE, target = "Lnet/minecraft/block/entity/HopperBlockEntity;isInventoryFull(Lnet/minecraft/inventory/Inventory;Lnet/minecraft/util/math/Direction;)Z" ), locals = LocalCapture.CAPTURE_FAILHARD ) - private static void lithiumInsert(World world, BlockPos pos, BlockState hopperState, Inventory hopper, CallbackInfoReturnable cir, Inventory insertInventory, Direction direction) { + private static void lithiumInsert(World world, BlockPos pos, BlockState hopperState, HopperBlockEntity hopper, CallbackInfoReturnable cir, Inventory insertInventory, Direction direction) { if (insertInventory == null || !(hopper instanceof HopperBlockEntity) || hopper instanceof SidedInventory) { //call the vanilla code to allow other mods inject features //e.g. carpet mod allows hoppers to insert items into wool blocks return; } - HopperBlockEntityMixin hopperBlockEntity = (HopperBlockEntityMixin) hopper; + HopperBlockEntityMixin hopperBlockEntity = (HopperBlockEntityMixin) (Object) hopper; LithiumStackList hopperStackList = InventoryHelper.getLithiumStackList(hopperBlockEntity); if (hopperBlockEntity.insertInventory == insertInventory && hopperStackList.getModCount() == hopperBlockEntity.myModCountAtLastInsert) { @@ -225,7 +225,7 @@ private static void lithiumInsert(World world, BlockPos pos, BlockState hopperSt * @param from Inventory the hopper is extracting from */ @Inject(method = "extract(Lnet/minecraft/world/World;Lnet/minecraft/block/entity/Hopper;)Z", at = @At(value = "FIELD", target = "Lnet/minecraft/util/math/Direction;DOWN:Lnet/minecraft/util/math/Direction;", shift = At.Shift.AFTER), cancellable = true, locals = LocalCapture.CAPTURE_FAILHARD) - private static void lithiumExtract(World world, Hopper to, CallbackInfoReturnable cir, Inventory from) { + private static void lithiumExtract(World world, Hopper to, CallbackInfoReturnable cir, Boolean unUsed, Inventory from) { if (!(to instanceof HopperBlockEntityMixin hopperBlockEntity)) { return; //optimizations not implemented for hopper minecarts } @@ -338,21 +338,20 @@ public void invalidateCacheOnNeighborUpdate(Direction fromDirection) { } } - @Redirect(method = "insert(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/inventory/Inventory;)Z", at = @At(value = "INVOKE", target = "Lnet/minecraft/block/entity/HopperBlockEntity;getOutputInventory(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)Lnet/minecraft/inventory/Inventory;")) + @Redirect(method = "ejectItems", at = @At(value = "INVOKE", target = "Lnet/minecraft/block/entity/HopperBlockEntity;getOutputInventory(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)Lnet/minecraft/inventory/Inventory;")) private static Inventory nullify(World world, BlockPos pos, BlockState state) { return null; } @ModifyVariable( - method = "insert(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/inventory/Inventory;)Z", + method = "ejectItems", at = @At( value = "INVOKE_ASSIGN", target = "Lnet/minecraft/block/entity/HopperBlockEntity;getOutputInventory(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)Lnet/minecraft/inventory/Inventory;" - ), - ordinal = 1 + ) ) - private static Inventory getLithiumOutputInventory(Inventory inventory, World world, BlockPos pos, BlockState hopperState, Inventory hopper) { - HopperBlockEntityMixin hopperBlockEntity = (HopperBlockEntityMixin) hopper; + private static Inventory getLithiumOutputInventory(Inventory inventory, World world, BlockPos pos, BlockState hopperState, HopperBlockEntity hopper) { + HopperBlockEntityMixin hopperBlockEntity = (HopperBlockEntityMixin) (Object) hopper; return hopperBlockEntity.getInsertInventory(world, hopperState); } diff --git a/src/main/java/me/jellysquid/mods/lithium/mixin/block/hopper/WorldMixin.java b/src/main/java/me/jellysquid/mods/lithium/mixin/block/hopper/WorldMixin.java index a7f63a178..6f5cdf872 100644 --- a/src/main/java/me/jellysquid/mods/lithium/mixin/block/hopper/WorldMixin.java +++ b/src/main/java/me/jellysquid/mods/lithium/mixin/block/hopper/WorldMixin.java @@ -14,21 +14,21 @@ import org.spongepowered.asm.mixin.Mixin; import org.spongepowered.asm.mixin.injection.At; import org.spongepowered.asm.mixin.injection.Inject; +import org.spongepowered.asm.mixin.injection.callback.CallbackInfo; import org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable; import org.spongepowered.asm.mixin.injection.callback.LocalCapture; import java.util.Map; @Mixin(World.class) -public class WorldMixin { +public class WorldMixin { // TODO verify @Inject( - method = "setBlockState(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;II)Z", - at = @At(value = "INVOKE", target = "Lnet/minecraft/world/World;onBlockChanged(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;)V"), - locals = LocalCapture.CAPTURE_FAILHARD + method = "markAndNotifyBlock", + at = @At(value = "INVOKE", target = "Lnet/minecraft/world/World;onBlockChanged(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;)V") ) - private void updateHopperOnUpdateSuppression(BlockPos pos, BlockState state, int flags, int maxUpdateDepth, CallbackInfoReturnable cir, WorldChunk worldChunk, Block block, BlockState blockState, BlockState blockState2) { + private void updateHopperOnUpdateSuppression(BlockPos pos, WorldChunk worldChunk, BlockState blockState, BlockState blockState2, int flags, int k, CallbackInfo ci) { if ((flags & Block.NOTIFY_NEIGHBORS) == 0) { //No block updates were sent. We need to update nearby hoppers to avoid outdated inventory caches being used diff --git a/src/main/java/me/jellysquid/mods/lithium/mixin/collections/block_entity_tickers/WorldChunkMixin.java b/src/main/java/me/jellysquid/mods/lithium/mixin/collections/block_entity_tickers/WorldChunkMixin.java index 6075a6ba3..a20a8560f 100644 --- a/src/main/java/me/jellysquid/mods/lithium/mixin/collections/block_entity_tickers/WorldChunkMixin.java +++ b/src/main/java/me/jellysquid/mods/lithium/mixin/collections/block_entity_tickers/WorldChunkMixin.java @@ -29,7 +29,7 @@ public class WorldChunkMixin { @Inject( method = "(Lnet/minecraft/world/World;Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/world/chunk/UpgradeData;Lnet/minecraft/world/tick/ChunkTickScheduler;Lnet/minecraft/world/tick/ChunkTickScheduler;J[Lnet/minecraft/world/chunk/ChunkSection;Lnet/minecraft/world/chunk/WorldChunk$EntityLoader;Lnet/minecraft/world/gen/chunk/BlendingData;)V", - at = @At(value = "INVOKE_ASSIGN", target = "Lcom/google/common/collect/Maps;newHashMap()Ljava/util/HashMap;", shift = At.Shift.AFTER, remap = false) + at = @At(value = "RETURN") ) @Coerce private void createFastUtilMap(World world, ChunkPos pos, UpgradeData upgradeData, ChunkTickScheduler blockTickScheduler, ChunkTickScheduler fluidTickScheduler, long inhabitedTime, ChunkSection[] sectionArrayInitializer, WorldChunk.EntityLoader entityLoader, BlendingData blendingData, CallbackInfo ci) { diff --git a/src/main/java/me/jellysquid/mods/lithium/mixin/entity/collisions/fluid/EntityMixin.java b/src/main/java/me/jellysquid/mods/lithium/mixin/entity/collisions/fluid/EntityMixin.java index 3a092ff87..67a8abb3a 100644 --- a/src/main/java/me/jellysquid/mods/lithium/mixin/entity/collisions/fluid/EntityMixin.java +++ b/src/main/java/me/jellysquid/mods/lithium/mixin/entity/collisions/fluid/EntityMixin.java @@ -21,9 +21,9 @@ import org.spongepowered.asm.mixin.injection.callback.LocalCapture; @Mixin(Entity.class) -public abstract class EntityMixin { +public abstract class EntityMixin { // TODO aready patched by forge - @Shadow + /*@Shadow public abstract Box getBoundingBox(); @Shadow @@ -73,5 +73,5 @@ public void tryShortcutFluidPushing(TagKey tag, double speed, CallbackInf //side effects of not finding a fluid: this.fluidHeight.put(tag, 0.0); cir.setReturnValue(false); - } + }*/ } diff --git a/src/main/java/me/jellysquid/mods/lithium/mixin/shapes/lazy_shape_context/EntityShapeContextMixin.java b/src/main/java/me/jellysquid/mods/lithium/mixin/shapes/lazy_shape_context/EntityShapeContextMixin.java index 2f3d76a59..599e1218c 100644 --- a/src/main/java/me/jellysquid/mods/lithium/mixin/shapes/lazy_shape_context/EntityShapeContextMixin.java +++ b/src/main/java/me/jellysquid/mods/lithium/mixin/shapes/lazy_shape_context/EntityShapeContextMixin.java @@ -60,9 +60,7 @@ private static boolean redirectInstanceOf2(Object obj, Class clazz) { @Inject( method = "(Lnet/minecraft/entity/Entity;)V", at = @At( - value = "INVOKE", - target = "Lnet/minecraft/block/EntityShapeContext;(ZDLnet/minecraft/item/ItemStack;Ljava/util/function/Predicate;Lnet/minecraft/entity/Entity;)V", - shift = At.Shift.AFTER + value = "RETURN" ) ) private void initFields(Entity entity, CallbackInfo ci) { diff --git a/src/main/java/me/jellysquid/mods/lithium/mixin/util/inventory_change_listening/ChestBlockEntityMixin.java b/src/main/java/me/jellysquid/mods/lithium/mixin/util/inventory_change_listening/ChestBlockEntityMixin.java index e8835386d..722b3b8c3 100644 --- a/src/main/java/me/jellysquid/mods/lithium/mixin/util/inventory_change_listening/ChestBlockEntityMixin.java +++ b/src/main/java/me/jellysquid/mods/lithium/mixin/util/inventory_change_listening/ChestBlockEntityMixin.java @@ -19,7 +19,7 @@ protected ChestBlockEntityMixin(BlockEntityType blockEntityType, BlockPos blo } @SuppressWarnings("deprecation") - @Intrinsic + // @Intrinsic @Override public void setCachedState(BlockState state) { super.setCachedState(state); diff --git a/src/main/java/me/jellysquid/mods/lithium/mixin/world/block_entity_ticking/sleeping/WorldChunkMixin.java b/src/main/java/me/jellysquid/mods/lithium/mixin/world/block_entity_ticking/sleeping/WorldChunkMixin.java index e9c102b37..197da18df 100644 --- a/src/main/java/me/jellysquid/mods/lithium/mixin/world/block_entity_ticking/sleeping/WorldChunkMixin.java +++ b/src/main/java/me/jellysquid/mods/lithium/mixin/world/block_entity_ticking/sleeping/WorldChunkMixin.java @@ -17,7 +17,10 @@ public class WorldChunkMixin { @Inject( - method = "method_31719", + method = { + "method_31719", + "m_187960_" + }, at = @At(value = "INVOKE", target = "Lnet/minecraft/world/World;addBlockEntityTicker(Lnet/minecraft/world/chunk/BlockEntityTickInvoker;)V" ), locals = LocalCapture.CAPTURE_FAILHARD ) @@ -28,7 +31,10 @@ private void setBlockEntityTickingOrder(BlockEntity blockEntity, BlockEntityTick } @Inject( - method = "method_31719", + method = { + "method_31719", + "m_187960_" + }, at = @At(value = "INVOKE", target = "Lnet/minecraft/world/chunk/WorldChunk$WrappedBlockEntityTickInvoker;setWrapped(Lnet/minecraft/world/chunk/BlockEntityTickInvoker;)V" ), locals = LocalCapture.CAPTURE_FAILHARD ) diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml new file mode 100644 index 000000000..8bb61916c --- /dev/null +++ b/src/main/resources/META-INF/mods.toml @@ -0,0 +1,15 @@ +modLoader = "javafml" +loaderVersion = "*" +issueTrackerURL = "https://github.com/Reforged-Hub/radium-upstream/issues" +license = "LGPL-3.0-only" + +[[mods]] +modId = "radium" +version = "${version}" +displayName = "Radium" +updateJSONURL = "https://api.modrinth.com/updates/radium/forge_updates.json" +logoFile = "icon.png" +description = "A Forge port of mod designed to improve the general performance of Minecraft without breaking things" +credits = "JellySquid, 2No2Name" +authors = "dima_dencep, NanoLive" +displayURL = "https://curseforge.com/minecraft/mc-mods/radium-reforged" diff --git a/src/main/resources/assets/lithium/icon.png b/src/main/resources/assets/lithium/icon.png deleted file mode 100644 index 4f48fa84c8eea9dc99ffc1f9f9d9d9c5ded76b6c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5755 zcmV->7KG`EP)a09vpj$zQL`)o9GrZNUga(<8 zmt-%ws4w5`AQX3hl#r>KQr@CZWxW7gEnG`wcre)Uv~9&EY3_}Xei55RYdFl?PE$iE z7hKLv4Um2Ita@GJeN~Vlz_HF@Db!0%;S;82n7fYQRQQ=vxKw$DK+}>w`2yU{p4@1c z9SX%<8f=94n0+=kW2i>tez%4xeHMYusHbk9>D9b*9h65*U=z^Y~-a?%HV zFSeq8FO(lzB{<-$RSsGqMeC$24+6tfa~NWcfAoY>59J}3x226iv|+F26%57c1a#X& zUb6T3BC5#19SC^n=*&2`OA+%({8+PXiu?656(81Aig{W~LM!53A z&X753BuG5KgB5JpX>OyBF)=bdh!Y`J{76HoCfqz{Ks zHl2VGbzO0%ijThlzQ~O$dS@q4vwDosG1^eEwZMm*d1iJy-n?>_+U%i zY8a|~5yj021P0&zE6c!risF9wbpwAX=!-ovKy@63fvB&UP5xE3$d(Chpn; z_eyZ<5TX4c4uNyU(_g8~!?og)Pe4f)iRcsgG00 zZGzW=8}9Zv(J7mq-Jb5JUAoLg?o;tang0aiOy#g;QNZaEC13>`2DN~ubXr8W$H_K7 z91$0BvJ?o2&s(TB2mp&k!wG{FJFUPun?gDa9sZs)5%Kr|O8|9)a0V92@PlZg76swn76Ww_b&xO;k7o*BT8V- z{$m6W0C8iQ0@?wL72L(b%<7J7q04=J!u!S&3L6HwZ%zvfap(xj-g=&o&V0PkbH zSIuJElbPM%9whAn6d0W6=yid(EAcgLyBDNA$QEShqzsOe zbg(j5xolNL0gQmd!$m0Y7|BaI0Wg)Ef&bK2WphJE47^_&W4ZlSW-ykSnVFgKUYHrp z7>4h4DG)+JvpH%(iRAz0Kw!@XdS6s0tP6NiRSO)(tK}2)Ij#qkKB`nMzN>N6*|j_Sx%; zgFh6PXIjnbzLuNu(M$6wkGp7iUXYlEh4Tg1@+mtW{e7zlowxbd?<`LS)kuE$sj95XSZa$Vwrf*F?l$Q{e4)`T*`)pCm4&65 z7K956bK?y)gH}V05$)}Q38O5XQiB9BX=#y;+GD4Sh^34mD)&W25pe{~^-rc1ehp>Qg7XTE}5oJ8!-c9FY z_LG+vLVVY|pF!QjcrLxW7pGhQtLQ+xarnSBgIJt25nqQ)6PuyJ zOn-RO$I-Iw%)28oQC>>!t&PN<3-hA2x&FP zB92p|Q~u!A;p3@WNAZwzY8d~cdOA`Vc;^%EJ~dk}!3W2Wka;|KV!8aoW=37nt`#hVwX8K%O|tHwdy~Rj4ySKp8@eT9M;umF;!-==+0s(8W3bLB9&7~fQy|7x`jhOmBN$$$b&EB z`SB)?+P5qmb(H-JECu!oSY(45g}z=y;5 zPI88Taw5F`;Is_Wf!+cuYYR2>rh0vZazrqk@`M%qN9MnrzV+BlyACryQ|F#t~(luw3%!btBc{-k;Q)b#o(262#}bJ~AFNGnpSVGcz-e zMlv%q=`F+mSDO8Wo#%?$y;+S`u@UKt?Ch%UuIw>Ov0pa`6W{HHU6?3t#yMUOjZOZg z<6DgY;Uu^zfmf)qDFfu64CSDL$#fqV+KRWHTJXL2X0-*xz%lf|%!En>1%VDP8LvJ( zSJbJEr8CctOg;RUu@Y~tzJF=>$60*N*cKcsj0DzJ^mU{g%V&$af6uRLSIP%_D~Ed* zOSypA(Ze!2D*pn~BmQqlnfTzPCi~ENDuJmxXoC|pSnZ=tcePDk9b&aI46;Y?;L;TdOM>-df z7TFa&NQU@x#D(c}_27ElPfKzi*l!{J*bpC;fVe95Bq7_^-0r#N0C2nK9(qbJ@{?+P z?@|HxWtZRV4O z{+~bd+>85-+W*|1rscSg_4cLTo$$NHMy?~<8sc0+agSp#OI5;(0a?l49KaIeJhD?t4EV4$aR>fl=L|E8vEHs!v2!HEyXFodrvo~h;}SFU_| z{qE0C)Zcu3;nj!cJf0nyW|sg_*JV{Dl7xd0HxyI?J+9KiJQ_ZFc_ntgMhWh3Gg~%3 zcwt$4$BLi@^(s_=n+lvs`Z{t`I?_JF9gPUE=}52S1W4M6*@^+>M6x4azrXQ6cGQob z{o~a-c=m19Cqu%iU|0t$bEo<{?VPTW2Fxiq3G{^$^hgA>VDS0OCZ+Pl?I>bv+{gFY!Mo2c z-Sx9-i`v22Vrc6H)b}pN?zhGFHX!Nmf+-NAVVvv=fgcX`X6xd9K3kgm^(($VBfbZ1 z8iLctCB=PkQ$#LcfQ=!h=0tQL=krx?Rh%wULqE*SeVxia-!9GfpVw%_R_@d;9Pbn^ zM2EyqgY+Jh#ES?KlM~D>0@hU}NOMXwmEnG~&wDLAGbEbI45DN%-lb!(9{0ncC;O*0+k#PJvIbR2}JD5Mb-6Q5rHPKEVBu77J(b0s2FF) z34?HAuGq7`(>nL(#tt9&!IvA4Z^fKJ<&1wbRKis`&U(nYUPA^Q>C%)TDKi>NE^|iO3 zTzqD5`tG0C%6~qBVQVj7D92#08I%J>biE!M5+M;Elx1W0`Eli?duLy`d*->38FTiD ze@{OA=ka@gH9GRcD!a?61|hPkoXy~KI1fac^$(vAB9L_q?4_IPMnJYR$T4K)g!-cB ziNp}KFGKh3dnTRSG^h$G?1m!IwTR`N4E&&ab@$^u1Y3Dlql0;eea@o|E{0bSW4H4!QFdZ%Sk}j=yhU*pfIZPXE2MS z97O_aB_`ATz>q^o-5B?^P@|#9F$$aqF+^!r z#PAI!ND(ObFT3=CBR3Yr0Q8^O**=H!rL5jF?W!s41BMU^a!vqI!(y?*SI>z^pYi_1 z_U_p>3`BZY8DP@eAf3m~6TSc|f8Gqfco2SK>+KQe6@~c*y!~aHrVWj)x7e|;9z0J< zLCQRTDdOb6oX!Jhn|S?!g?jaj`~XjO>;zAQQaGh!$?$C_dt|Hj?PLP|tamUpZxObx zQs}Le8N6co5D;vMsyU@?tyCQRR&v&Y3;+dQntm7F^cRV0(?wmnNfjlgPh`-U8PY~WMy|Lr{w$@WpB}(~Q z^aK&w-=jX&uDtzIZ_M)-=_h~_{}?REU;Mxy;9b|Ab-KMHLbo)`|HgPH&Zo}$^*L^M zrdm!|@%2U587wkv`4_)#L>bRGPjGT%MA;#3W% zD3!U6fpeSH8JL;8}Xz(r_b38H%&{(s?Nd-9D3_KryFr8@u$Le&EUO*a~)POWQswXkrJDW zQ@bvZQaYV`8R%6-w(Aq<-Lm8}=Fz_sKH%RFtGD6^4n(B=bK0?o1Etd@4cn*rV$Ywy zi4>Q@iV83Bz`j0$u03f8ZY*>!9%R?cQtU!RGbyJq1h<895rz*Rc4hHZxVS}R^3T09 z=B_UvrBu}~e(4(A@K1~1rcu|=f7qALT-`&F;@7v%b6_;Q8vGxn;oN^x1PDG?v$2XW}^(LAh83z!RWM#8o7@BMqWE=;6gJF>isnR_sV zH@oL$gE!8TW*I#0?VRW=+ryy65Zg8_CQGiAbDr6jB|y@GfZ?$oqI&PZymK+Jz2L(b zazW@8c?B58rWH2pmSR?4 z#w|@ts+N#Se)>$iilM2O(Ye20AGm=S`vtTNB_tWi<)K8QuYfsQ;hs=(3O_AdbY7%i zn{|MKFc1S#w3pVScwVt2Z$DH3sjy9x$;@wO&bu-5v;T^CH{byK=lshrmyrILj1Hd+ zB^)@hkK-_+cZ7APCU^EL>!QncOb$}wlAPWbU5U1!hUxh3U_?r0PqJkn_LOR77Vt{I z>_{aUMAw6|fe#VFRTgxBlL%^xMJts~UMV)Q_#p^h$pPyqzss}?(-wL9#>5gpo<>au zp_(FqE}g@kNGaF6wRLd@9TyPB+UA#EHJf7xzc@`Uhot4-!YA>z8`0Myc++g;>v817yP zct4F?XmmH2=m0EW!YKZPCUj_vUO3=mi9q2YDvFD0U7;N?c=r^WKkz6Spz62Pl*-hI z^as3X!;by#xJD^Ou|99GBHm|!d|(UzVggxNPxOk2e8sk70Li|I#WZ4$`#@nF-ZwnA t=1eFADO9%9{52Q3obQHwO2sq~@&zas;Y*%YJ<$LF002ovPDHLkV1hc%IJ*D< diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json deleted file mode 100644 index 49cda4396..000000000 --- a/src/main/resources/fabric.mod.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schemaVersion": 1, - "id": "lithium", - "version": "${version}", - "name": "Lithium", - "description": "Lithium is a free and open-source optimization mod for Minecraft which makes a wide range of performance improvements to the game.", - "authors": [ - "JellySquid", - "2No2Name" - ], - "contact": { - "homepage": "https://jellysquid.me/projects/", - "sources": "https://github.com/CaffeineMC/lithium-fabric", - "issues": "https://github.com/CaffeineMC/lithium-fabric/issues" - }, - "license": "LGPL-3.0-only", - "icon": "assets/lithium/icon.png", - "environment": "*", - "entrypoints": { - "main": [ - "me.jellysquid.mods.lithium.common.LithiumMod" - ] - }, - "mixins": [ - "lithium.mixins.json" - ], - "accessWidener": "lithium.accesswidener", - "depends": { - "fabricloader": ">=0.12.11", - "minecraft": "1.20.1" - }, - "breaks": { - "optifabric": "*" - } -} diff --git a/src/main/resources/icon.png b/src/main/resources/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..d7257f46b8546aefa23635da2ec0bd65c2cddc69 GIT binary patch literal 8619 zcmW++2Qb{v7yq8)&WUqG@2A&rL~ps%yCZsw7CmYbQNlT05IrKwDG5PBlmv-HkM1N0 z5~6paM~%PVf9CCbGdnx8yKg@G*|(qB1gxPJoPvb{006j-wz|nx#QoRENv^!U?NQ!U zfca@#1p>e|+W#5|$jxKA>O?wgn-~B<2;bG>ka^*kOKgWzUg@&&L)t~B7M7XA~~A6Ta^Unf_|kqUXYwTz1zR}>5;R{s~6*BMS6OV zcTDEP3?dE zxnHuSH+Pf2Am-gryQSNldgz?`m3P~{veK|_MZLMeijPtwcILw#yP5nSU+R33nzRf5 zdMC|jE$NQJLUqBe#qhC+Tj>AoVy|hYB24)9ywDd`70lr@;nW8!&uKaY9oxr9ixgPD zzcYB`)f6txXc~CoDOSF8+F&ajc6O-RY_A=9qOV*y@<+Ka`|_nXawdGCz34Osq z0FId;04ItRYQU+>KU7l!-o)y)51giT80jC?OL$MQrKOvPs@?r%OBRJA-GVOdg|VP$ zI0OY|gFxgcl^n>K9GF;I!_KCFQmE}H2Ql|n3Nt$V-?ilx@q0u&mOo+!6A;0Ch%cuE z+IOkyDQjyzX!j@vUNIRi{lnrdw*RnlGLur#L%i@UV|z`;YsP5KM<+>c%;>JdogyU% z&EQs=@8DPsWG<^pJm~&;q#+8TOo(DahoX;<6!ppk!8=?%alV`(xFpp~(4yWjq#^IU z`i*BMy8>Zd_9_doTRk~#UuDpCEQGhe{~^!MSxwK=8~?!opVY-B@k%W)~I* zu3VrVPNZIpLxi1;P)9Q(Q@P45-ckC^oS%1S#g&-0AU|J(U?MgPWMBp0`{zx7lEYLF z=;8H(ca*3kK1T~GRQis;7?cS@l%eM8(QQY8GG{RG+3LJQH3TXT=m({J;9SNb!w%ai zxo?)W&(g+*8}Zv$r|zmhAXOuBIRG><>l!yH)~N3{M)CspaLaiQ@vAFFafCFP>v+v~ z!<+~Vy9_jbm~+Zu>@A)WQA3G+1*dkMwzi~-F&6w;y=;Q~-bb2h6uK8QoTBPVC8$tA zfTV$sh09|m97uJ*&otRNaICYL`T!9^1oOXUoBgTtNSBo$NuOD^DcqwCaBn|hsn6Z8 z_z!Pt$`? zV!>ZO0(GFEST6D$uG5o}$E`Ub3XLF2L~B5+2QL(jAlD;g)&1*}S0ZhbLYraCj6?9I zc?QAF2bm*x=m@p+Lm1LI@IG#hAAzX}SdzohnMLLTpQ7vA z9+6uoM9F zf3?j=%|PoHm~cD5^+f8z2q|dZcNnk>5M##L$1Q>YE|#=!)4ujhXg>R49}-(G_tP4) z*mMr`!*)|XiZk3onv#<16xtEv&a41R-|;AAvs@mBJJfq89h%-$zMVU~N>4*t%lm-^SMi65UY+KR!aZ*N zMEjT_5aER4&SUpJWz1JYzDe-MBR{r6@TJbGjw4hYO}i>aYeW!2o6P~Lj-77fBt!kgsk>TWare zHT87VJzR%2vqJJHp&dXX;+S(b!4Bl@EE0?RA1HB@V3cUQduLK`tMKkoB=o?M**ePr zJpp$|2$s9b@w{8DFB`;7p_v_!ub~r`M9~5O&AB7EiauvW z8z5R09KDb{igVWQIsd(67y|EkOb0GWQ>`aRSg}00Wy$P$06IXmR$*vF$#no<8wcC| zZSZ_7vKWEtCz=dMN_~qr8&vXk#`tmbhcjBHsz*u|B&dx_OC=}qZZNRuP5}?wCE)`c zU3;jp_!f5d9%@LuMJ#vngvUpksKU$j=LPKxOsEv2_Vs;)f4sHfB0#gMh80wwH&x7b z%cz--?~3KFV#BfGs_^x+ox>nKZ|21I5g*hLCC1DLNqgiJz*4o+A!NKmHwu_Qxa(o9 z5J`QW*tQX^cH#IPz=G2uiBvP;9qI=x2(D!KtVo5TyQqbUC88&7F*rGPyc20ZM_o%h z4)<$*+ZTZ<=ZdERKaiuU%LSB3xeRefpaZn4IwCqD7}pQbQZg)lR|~#4p$%s0Z*8Wf z;-#i@bvC>9Qb{^BEvH-{Zm*VeIgemy)R_k%KLbMe!;+Z$KJ4)0p7#?t~a@o#iRk0 zF1aqu>qh`nM6NkqErA%^3~3N>5|DRdP@u%=FoggT2&@5mSik)-jx2$VKqOZ5fr6vR zd1KRz11P@5!}qGNN^=-V$ zkMo#x@S0V;C0HFWMp>4nPul76?s{D_GnJyF7YSQ{+Pz|mF(^tq?*KQO@%wUTtI#Ln zv){sA-1OerV3V`=bp|l={ua+bq4)ylInR>h!P z#OKS6!7t$xxttF&i_X#AE?Pm1G0+`W$#d;*;E6(U)`JtDLqCs&1rI_3o@?5 zp6ef$qqvA0S}$h6D~SuS-}1Sry>Q>?KK%GYclw*Wx1f-196Y0;`r(v)oLGyJZS*mV?DT0IkTRH!`JG~M`j z%=5#2$N@-B;N_NJB)2?)t^;tubi@tFm0Ww_)Q8<@>0is4p!qIc9xoqE7W2wOPFsTu zpDU<1=k_=B%Qs*>xT)?Pb6C*E_gk7oqH$90BN9GWE-Wb++GYDKY8085OWx~GKw$eH z)t-{pMXnaiklokv2Bgu)C$g@wGG~`^==0!)e&&U?!+t7jU0zsFm)t;GB6@X=K|Fpn z8tkIeJ!1^_#4&L_?4(EyO+NxyJjG$GGOZPacxbfDqn(Sas3l-I_}vA;Mj?vdF|lCg zE=01w3RK0``b}+(x>U&O@hmliyzCnr(A^}ZNz&0ZKIO);4@W2GpqbC#A&9qky3lyA9W=Q#{f2i9l>DGGiql?--oZ_8s~*n$l=-b}I;W(v znG*<^k($6A;TO>3$T0y+z5U=M?I%qOOS1E?S5~YHc)1lUz4Qz zeX(F?+DoMR1BD3$Yv{oI-!j&$d1S=n88$4FH$ci?iyu-w!r4x}U8)DUASGAVavQa! zom`kbnFxPJzO*DLoqPIjjLnQkZ9FpuZ{CWSe>VIzH{Pl+BH>rM%c#jO2=3{x?|PA2 zrqa(N@3b^WV<3tmiuqw66yz2_N+sbmHdRAnT9c>Qv-~aX-X)IBGs#+<#Nx&O3R- z;Gu=>sQLilNZ+{??~%YVO?@zjj}un`)}s2`Cl$;F9eTQ@5nXfUKg{- zV7iw02#q`;L>}9@YXHIg4aK|zgg_i)9DQUc&h_r}snn$cZL3ex2k~N}XHFbv(7(@L zKDGpwC8*N)^Y%NLVbZ8aWvM+hGKL^y)Je4afQD|SRFRT^)iU)4`W{MlumAg@Y$n*& z*xmO3h?%kIwDS_m<_!~=2(%?ArW^IdIbD} z6)3M|)e(VPzB7L<%H~aI^*VDsm-2YP7DHOkz@zH+{EiwBGhu1rS#=Mg7&TkwzSKaz z8$Mfgld`4>l3d#ATn@O4=`HAwOT{$%)L3qFeby>|;2(s1P?3_D!$-kqEDFXbADUQ`%viu^dp#P8|Pf6aP}=xK()^S5ae*d@w; zx+N|1iEE3vP9DX(&Z@EnY*UwHf4f`^@*M^AZ@4f!toXce*08M2S}lI4FXQh>bI=eJtLL*AxTm8kMb`_84rxZU=8HeOF5h-E_(xGMW2-A6`KTd^ zZw^Iq5Au7`XV-vCl|}`wu`?j&d<$p$w6~8pFT(@*Op-JZ4x7HO%xNtCxiu7!M#Luu zJv~2Ij5{uj*x7|9=6xJF-NQj9ro-PIwx0HzUvj=nM~y){u?CrUpQeS9_Z-P?ri`$@H8 z>P%#%p6wCj;KVXeB$cmPp*N?4GoV&oykVe@!42>q984eNL@cMb^sKD)PKtRPI;~*iB>)1O?~7{ z=5O~q1}u2u%6Jw+zDrb#dEG^ewYkWNyP7epRtOz!xRH!XAe+P+P%Zt6ZZ6t)Hswb@ z8EVn;3O`Y9EN>b4d@7>+A2ZJUe%4#`NoVMgHZ8C+&0e2?uAzi0I+mL_r{G)MuZvk8 z9AI3L&Z3^q6$wFa#rW5wv*4rY_M;FT_|DGRmstUQQ%-F9cP7pE*Y9dsY(B3^R1FdQ z1Dd_97J%(ZPgX60j?$pEYrcb3UuWijoL1kmbdQp`7gY+GaF6f^MGMKu2W7cxFmaKK z3c%Xvipr>tq9078IiHf8E2lWn3Y+0x zTE~+&%&AsQ&Omo1p>ltt&vKs$HhA(flrGt9rbn+cSmpoch3A(n%y5$AcYgY_XJXQia@Wg8@M?VEZB+O#_?kUfK{1`j1Z)8Vpb>u=)tw-N~ zZBIJ}yDVrH&qn`*Y-r z25)3j4J`v{Jf$GIAzp;bN`{D@9ML$9AFkq>priM(JG1e>JaIk0@v;W?ACN@;bZjMk z&3BP`)KmxRZSrZ#JsxOGl+KL%3nusox@dLKSW5ld@v7+R5Jt$BHQhAN24z})eR_Eu zSR0vi7aZKT<9}AEF0*4XoSN%jS!D}v7SLY;tU@YY-h*l6oV6BkL|Z8tn^!sKDmzPi z6-t&aZg5Jg7@_D>vxa9*t*iGwPo;Z{=RNwR;}B(kSa@vM$k+i6$r5Dod{TYX)5oiCZ(MwUmzlc5CyhG-Bk5>3~+Q_WCrNPbhEH6cNwT4f{@~_RB<^Ba&7;HFsxrnbkS%1b>9D{SGc^hg1Cn(A zgO96RL^uD5+2SINb8BN!^f0^QiH_eOcNS(H)V(@{fIQxG$)ZIV?nK+OMVehWtT?Fx=%DV89Yf zP#w6@TeMu?0VdM&V`WWsAk!!3^F|vVXh%$<;jQT$&QU)L?XZ>Y?*n{;{sC?x%?pYnQ$_GE$Or0S)=vhS;ty_mWtupMz$Ryh8r(@kUZP4!{Lmq=@x zrym>P54WW*#)KL7?6MdjV!6&3rX z%NEcPWAk(0Ip|B{!TrIX5l3=V5_&(;+XA~XtL0Bg}USY!Ys|;voJyPf@M!a@ybcA-`KG zJYE>S4FB7&cPsqwZpo>eQOIwVmgz@Vg>2cOqWF7`D+YP=XT-YtlvR-FZ|Rw|FZkfq zr`F<072Ibo@Yr`UMF}EL?y?&Yop+7KdLe~NjMkdvl>^NRo5q6o~9?6UN^vunb$BD%4GkQdz~p4)ESGKb~-3+ zdaQ%^=uOzu8VQ_K!n;x1_p);MjtwhqtY_$jQTC9>287U&a61}?Fbx1TiEAZCQo=$F&*>7x345?{01P$h8 z9{nq|cwRf~mf6cjEhpm=@OTv(U|~XAN2g)9sl^cgVrZbiZ!@hFt~FeozayapLdq`D zvfbYnOV%5~_CtP8WYn(MwDbl4f^l1>YO0B>?B39668bHB`0=(UL$!`zEvJmUkOZZ} zCM@s_6voVQa!$*>uY}>)bzJmBu`1c^vw2ly^%NB3N7qf%e)_z|=7hn~LQ{G|gZb=| zwqcy@j8cj3$`jsL#X)oKuEy&%=QMKF`H|cnVlUf{KY1B6-eMFn8GgJsxv=%(H?-j| zd*K(gx^K&+q`6sH85<-a#;ot{UfHS_D9sWb)Kc%^p1UwMB=DncrF|9Ei1P_Y+!X~W zeddM=vMynabdKs=K>QKc4UH5h5<(6c5o>pCM0Sa}h2TUYHQM+}cMU_)0vL|6j2FV58uT7`x}LXy^mp|Sy_yYY0$9=8FxtK*N~SpYk`-!5 zyM2?UkZdpSjow?xK49{B#xkuwtuayPj&I^boQ!tc$KY&rhQ<}@+sf?p8?B9Nt|AVf zFFxcssefV> z_}b*!E};b6S{%pt_E>VD@7!Jr>dd)mK2hK|{#N}kmq}^0YKW0UGc`A!&ryTY8gBqU z&8?82DT&)l(ezefiRgA(!rk2~4gS%<9` z+fc4NsLhDb2t+^0hus7}e_uk$r{H*AutWMbr%MVXlJK6F=Wh9C^wQghGIv)sR=6;N zV57d&tIR8}4n+C82zXD^8s0Y!9nlB$GF>KJf|dwZd$Y&FeLTF@h^Eto`SsOmocwmW z{YX)+`=<-$Pz~6}CD%`nHwpXNKO@PK9o?$B*)6di>5H-5bUqESdk{8K-u?>0^|4O` zrBs+nrKGOv(67;%kiJr$!X|Qdid*xO?7~|hZG(L+RD1NLKtD$DJpjff}WNI1X24%>E z&$4rl!G1(Ol(IE+3dRV-5ZAAauM* zfw`=@hfXH)hK8M0UTMMFy@?#V?|Pda1ktObR00-mj;1&Dhz*1OicHR`r=0p8RaA@CKELyHTW; z*u_K>vnMNfH6N1_aFrml66_V_o3GZ!#jcW)6n07>tydxq|1XJ07&*2r6*tzu#YdU3 zQL6S>W-iym!MnjlcH)5nx?dl^F;6w`!1WaP#s18MhPKN{WTMaqrSgQhDGs7c0Gc$> z(jfpa7?`hqt?4Q`0B3%|XsQv6=@uG8{>uE@npj$dNOSWL>gp-5--ACV!fXp8HYE?z znep>Ro!NH2zk>}L&V3q%y?5{qRKQKg^5PeJlrO3HSj$$6GEJbQ>L=1;JUvPdL-1}I z`PM4@YJ%kp&K}XazhHOp@m<}w%hMc%;8EtlLHOViy*wjZjc$~tsKFaS>0dVKUl`zb zkH9rAhRAP_4T2;n(cTq%mefr=uG?#C*>aWJ@poroHYFT`Wg8=Ex{SpFq-cnkf*O$~ zo-C%=N}U{^Y&i-Ol*|1CHl&eW^)Nvh4n>EOGf2@-)4ozh>qj-*Hliz%E|fDLcBvMwID?Ccl$_j+1#WIp!Ef8>YBmtB+W<0Xrg* zx!;2FFv{zo^zu1U#?+!P<)Q3FQIc+n(02a-0N$P4WJSY7$5ke=d4b!D494gdq2Wt) zy3!KPNgaF3NJ{bOyr9mWGmu0jk{!RC3TJkszfySZ>S@I^sG8UXNxK$YU$>RIlbbx~ z`P{c*AW==-#U(i+nW;F7J_H3$0W=70QY|e@8V3#{zZFecxk_u0F>UZPb_BYk(^x@w zhI?4=_G?3@a_^2~v6y-Eez8m~f#$YIyF_}DjMFnBJ>N4>-qc7cePnH|Q=TN9uvIe* z=a6TO81kB=8$;}?1<#kBP`lzB!!SG;D!J_`1o9Dvfq^cNcTLHSHB>`q3!*oo;y;ce zQ&S>TlnvgAPnd{_4Dqko#tyJJ(bbhxtN)2lcIdnkPxC@0+YC;YzVqIEdq38O_GZ%> mopMWcV^MB_*!8_j1c1-LBm5q{Hof|20qAHLs=rlr!2b`2{jypB literal 0 HcmV?d00001 diff --git a/src/main/resources/pack.mcmeta b/src/main/resources/pack.mcmeta new file mode 100644 index 000000000..a9d98afa8 --- /dev/null +++ b/src/main/resources/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "description": "Radium resources", + "pack_format": 15 + } +} From 9ac397ec6beb36a073d74d6e1428eacbec234f07 Mon Sep 17 00:00:00 2001 From: dima_dencep Date: Wed, 6 Sep 2023 00:44:50 +0700 Subject: [PATCH 03/46] Switch to NanoLiveConfig --- build.gradle | 2 + .../lithium/common/config/LithiumConfig.java | 307 ++---------------- .../mods/lithium/common/config/Option.java | 94 ------ .../lithium/mixin/LithiumMixinPlugin.java | 100 ------ src/main/resources/lithium.mixins.json | 2 +- 5 files changed, 37 insertions(+), 468 deletions(-) delete mode 100644 src/main/java/me/jellysquid/mods/lithium/common/config/Option.java delete mode 100644 src/main/java/me/jellysquid/mods/lithium/mixin/LithiumMixinPlugin.java diff --git a/build.gradle b/build.gradle index 3062d83e5..c7ec53b8f 100644 --- a/build.gradle +++ b/build.gradle @@ -72,6 +72,8 @@ dependencies { modCompileOnly "dev.su5ed.sinytra.fabric-api:fabric-transfer-api-v1:${project.fabric_version}" // Ye compileOnly 'net.caffeinemc:mixin-config-plugin:1.0-SNAPSHOT' + + implementation(forgeRuntimeLibrary(include("com.github.dima_dencep.mods:NanoLiveConfig:1.1.0"))) } createMixinConfig { diff --git a/src/main/java/me/jellysquid/mods/lithium/common/config/LithiumConfig.java b/src/main/java/me/jellysquid/mods/lithium/common/config/LithiumConfig.java index 629db0b91..39626de8d 100644 --- a/src/main/java/me/jellysquid/mods/lithium/common/config/LithiumConfig.java +++ b/src/main/java/me/jellysquid/mods/lithium/common/config/LithiumConfig.java @@ -1,41 +1,41 @@ package me.jellysquid.mods.lithium.common.config; -import it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet; +import me.jellysquid.mods.lithium.common.LithiumMod; import me.jellysquid.mods.lithium.common.compat.worldedit.WorldEditCompat; -import net.fabricmc.loader.api.FabricLoader; -import net.fabricmc.loader.api.ModContainer; -import net.fabricmc.loader.api.metadata.CustomValue; -import net.fabricmc.loader.api.metadata.CustomValue.CvType; -import net.fabricmc.loader.api.metadata.ModMetadata; -import org.apache.logging.log4j.LogManager; -import org.apache.logging.log4j.Logger; - -import java.io.*; -import java.util.HashMap; -import java.util.Map; +import net.caffeinemc.caffeineconfig.AbstractCaffeineConfigMixinPlugin; +import net.caffeinemc.caffeineconfig.CaffeineConfig; +import net.caffeinemc.caffeineconfig.Option; +import net.minecraftforge.fml.loading.FMLPaths; + +import java.io.BufferedReader; +import java.io.IOException; +import java.io.InputStream; +import java.io.InputStreamReader; import java.util.Properties; -import java.util.Set; - -/** - * Documentation of these options: https://github.com/jellysquid3/lithium-fabric/wiki/Configuration-File - */ -@SuppressWarnings("CanBeFinal") -public class LithiumConfig { - private static final Logger LOGGER = LogManager.getLogger("LithiumConfig"); - - private static final String JSON_KEY_LITHIUM_OPTIONS = "lithium:options"; - private final Map options = new HashMap<>(); - private final Set